Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait()
- local coin = workspace.coins:getChildren()
- for i=1,#coin do
- coin[i].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement