Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait()
- local players = game:GetService('Players')
- local original = players.LocalPlayer.Character.HumanoidRootPart.CFrame
- for i,v in pairs(workspace.gameCandyCanes:GetChildren()) do
- wait(0.1)
- players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.cane.CFrame
- end
- wait(0.25)
- players.LocalPlayer.Character.HumanoidRootPart.CFrame = original
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement