Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait()
- local shroud = game.Workspace.Coins:WaitForChild('CashReward')
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(shroud:GetChildren()) do
- if v.Name == 'Coin' then
- v.CFrame = plr.CFrame
- end
- end
- end
Add Comment
Please, Sign In to add comment