Advertisement
Nova355killer

auto collect candy (snowman simulator)

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