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 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