The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Cash Dupe script pastebin roblox
By Cash Dupe on 2024-09-21 08:00 am | Syntax: LUA | Views: 7



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local cashAmount = game:GetService("ReplicatedStorage").MoneyData[game:GetService("Players").LocalPlayer.Name].Cash
  2. local bailRemote = game.ReplicatedStorage.Network.PrisonEvents:WaitForChild("BailEvent")
  3. while task.wait(1) do
  4.     bailRemote:FireServer(tonumber("-"..cashAmount.Value-3))
  5. end