Functions: Auto candy canes

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy 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