ZachPlayz_Dev

E

Feb 1st, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while wait() do
  2.  
  3. for i,v in pairs(game.Workspace.Coins:GetChildren())do
  4. v.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  5. end
  6. end
Add Comment
Please, Sign In to add comment