Advertisement
Owen007

Untitled

May 31st, 2022
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while task.wait() do
  2. for _, v in pairs(workspace:GetChildren()) do
  3. if v.Name == "Coin" then
  4. v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement