Rat Washing Tycoon AUTO COLLECT RATS

Created by slinkyrock87700

Features:

  • AUTO COLLECT RATS
local hrp = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

local plr = game:GetService("Players").LocalPlayer

local tycoons = workspace.Tycoons

_G.Active = true

plr:SetAttribute("ScrubbingSpree", true)

local search = tycoons:GetDescendants()
for i,v in pairs(search) do
   if _G.Active and v:FindFirstChild("Rats") and #v.Rats:GetChildren() > 0 then
       v.Rats.ChildAdded:Connect(function(rat)
           if rat:IsA("Model") then
               rat:PivotTo(hrp.CFrame)
           end
       end)
   end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!