BINO2002

Untitled

Aug 13th, 2019
200
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(2) do
  2. local Plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  3. for i,v in pairs(game.workspace.coins:GetChildren()) do
  4. v.CFrame = Plr.CFrame
  5. end
  6. end
Add Comment
Please, Sign In to add comment