Advertisement
BINO2002

Untitled

Apr 19th, 2019
1,803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while true do
  2. wait()
  3. local coin = workspace.coins:getChildren()
  4. for i=1,#coin do
  5. coin[i].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement