- local cashAmount = game:GetService("ReplicatedStorage").MoneyData[game:GetService("Players").LocalPlayer.Name].Cash
- local bailRemote = game.ReplicatedStorage.Network.PrisonEvents:WaitForChild("BailEvent")
- while task.wait(1) do
- bailRemote:FireServer(tonumber("-"..cashAmount.Value-3))
- end