Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. _G.on = true
  2.  
  3. while _G.on do
  4. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  5. for i,v in pairs(game.workspace.CandyHolder:GetChildren()) do
  6. plrh.CFrame = v.CFrame
  7. wait(0.2)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement