Created by ewo#1337
Features:
- Make sure you’re ragdolled before you execute.
while wait() do
for _,v in pairs(workspace.Particles:GetChildren()) do
if v.Name == "Money" then
game.Players.LocalPlayer.Character.UpperTorso.CFrame = v.Part.CFrame
end
end
end
- Instead of going to the ATM just use this script, saves time.
local ohTable1 = {
["Amount"] = 0, -- the amount of money you have
["Mode"] = "D" -- D = Deposit and W = Withdrawal
}
game:GetService("ReplicatedStorage").RemoteEvent.ATM:FireServer(ohTable1)
ENJOY!