www.roblox-scripter.com

Script – RB Battles!

Thank you for using our website
Your script:

				
					local spawn = task.spawn
local remote = game:GetService("ReplicatedStorage"):WaitForChild("TaskReplication"):FindFirstChildWhichIsA("Folder"):WaitForChild("TaskCompleted")
game:FindService("Players").LocalPlayer:WaitForChild("PlayerGui"):WaitForChild("CurrencyUI").Enabled = false

local function fire()
   remote:FireServer({})
end

while task.wait() do
   spawn(fire)
end
				
			

How about trying out new scripts?