Advertisement
chandreeeee

auto collect candy

Dec 14th, 2018
4,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. while true do
  2. wait()
  3. local players = game:GetService('Players')
  4. local original = players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5. for i,v in pairs(workspace.gameCandyCanes:GetChildren()) do
  6. wait(0.1)
  7. players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.cane.CFrame
  8. end
  9. wait(0.25)
  10. players.LocalPlayer.Character.HumanoidRootPart.CFrame = original
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement