2 Player Evolution Tycoon | FRUIT FINDER

MADE BY QuantumPsyche

FEATURE:

  • FRUIT FINDER
  • .
  • https://www.roblox.com/games/3017870574/2-Player-Evolution-Tycoon

SCRIPT:

getgenv().isEnabled = true

local LocalPlayer = game:GetService("Players").LocalPlayer
local HumanoidRootPart = LocalPlayer.Character.HumanoidRootPart
local FruitsFolder = game:GetService("Workspace").Fruits
local KoTHPole = game:GetService("Workspace").KoTH.Pole
while isEnabled and task.wait() do
   for _,v in next, FruitsFolder:GetChildren() do
       if v.Name ~= "Bomb" then
           HumanoidRootPart.CFrame = v.Part.CFrame
           task.wait(.3)
       end
       if not v or v.Name == "Bomb" then
           HumanoidRootPart.CFrame = KoTHPole.CFrame
       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!