Find any script for Roblox

Enter the name of the game or script.

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