Find any script for Roblox

Enter the name of the game or script.

Kaiju Paradise script – (Auto Candy Canes)

Functions: Auto candy canes

Script developer: borntodie1

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

				
					getgenv().CandyCane = true
while getgenv().CandyCane do task.wait()
           for _,v in pairs(game:GetService("Workspace").Terrain:GetDescendants()) do
              if v:FindFirstChild("SpinPart") and v:FindFirstChild("CandyCane") then
              game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Terrain.CandyCane.Middle.CFrame
               task.wait()
           game.Players.LocalPlayer.Character.Humanoid.Jump = true
           end
       end
  end
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *