Find any script for Roblox

Enter the name of the game or script.

Gumball Factory Tycoon script – (autofarm)

Functions: Autofarm

Script developer: ImPanda

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

AutoFarm

				
					setsimulationradius(1000,1000)
_G.test = true
while _G.test do
    wait()
for i,v in pairs(game.Workspace.Tycoons[game.Players.LocalPlayer.Team.Name].Gumballs:GetChildren()) do
    if v.Name == "Gumball" and isnetworkowner(v) then
        v.CFrame = Game.Workspace.Tycoons[game.Players.LocalPlayer.Team.Name].Interact.Guminator.Converter.CFrame
    end
end
end
				
			

Obby complete

				
					for i,v in pairs(game.Workspace.Obbies:GetChildren()) do
   if v:FindFirstChild("Win") then
       wait(2)
       firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v.Win,0)
       firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v.Win,1)
   end
end
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *