[ad_1]
Created by Kloud9
Features:
getgenv().autoCash = true -- Toggle True/False to Start/Stop
local rnService = game:GetService("RunService")
local playerClaim, boolVal = "OnPlayerClaim", true
local cashEvent = game:GetService("ReplicatedStorage").Comm.RemoteEvent
while autoCash == true do
rnService.Heartbeat:Wait()
cashEvent:FireServer(playerClaim, boolVal)
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]