SCP Warfare Tycoon Auto Collect

Script Credit :- jackel123
Features

Auto Collect

To toggle for now change "_G.autoCollect =true;" to "_G.autoCollect =false;"
Change *YourTycoonNameHERE* to your Tycoon name ALL CAPITALS
Have fun

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

_G.autoCollect =true; while _G.autoCollect == true do local playerHead = game.Players.LocalPlayer.Character.Head for i, v in pairs(game:GetService("Workspace").Tycoons.ECHO.collector.collectPart:GetDescendants()) do if v.Name == "TouchInterest" and v.Parent then firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) wait() firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) end end wait() end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors