Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.cashgetter = true
- while wait() do
- if _G.cashgetter == true then
- for _, v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Folder") then
- if v:FindFirstChild("soundplayer") then
- for _, v in pairs(v:GetChildren()) do
- if v:FindFirstChild("Get cash") then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment