Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.coin = true --"false" to stop script at any time
- while _G.coin do
- for i,v in pairs(game.workspace.Coins:GetChildren()) do
- if _G.coin then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- wait(0.5) --Added a short delay to prevent getting KICKED
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment