Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.turnedon = true
- while _G.turnedon do
- wait()
- for i,v in pairs(workspace.Particles:GetChildren()) do
- if v.Name == "Money" then
- wait(2)
- game.Players.LocalPlayer.Character:MoveTo(v.Bundle.Position)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement