Hoopz Script | AUTO SPAWN BALL

Created by BreadstickWasTak

Features:

  • AUTO SPAWN BALL
_G.autoTap = true;
spawn(function()
while _G.autoTap == true do
local args = {
[1] = "Spawn Ball"
}
game:GetService("ReplicatedStorage").sbEvent:FireServer(unpack(args))
wait()
end
end)