Back to Scripts
Bubbles Auto Farm
ScriptBlox
Free
Game: Carpet Cleaning Simulator
76
Views
1
Likes
0
Dislikes
founder
offline
Features
this script auto farms bubbles at a time depending on ur carpet boost.
Script Code
local running = true
task.spawn(function()
while running do
local args = {
{
count = 1000000
}
}
game:GetService("ReplicatedStorage")
:WaitForChild("GameEvents")
:WaitForChild("BaseFoamHarvestRequest")
:FireServer(unpack(args))
task.wait(0.1)
end
end)
Comments (0)
Please login to comment
Login with Discord
Loading comments...