2 Player Evolution Tycoon Auto-pickup

Uploaded On
Script Credit :- Rylx#9485
Features

Auto-pickup

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

for _,v in pairs(workspace.Fruits:GetDescendants()) do if v:IsA("TouchTransmitter") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch end end game.workspace.Fruits.ChildAdded:Connect(function(x) for _,v in pairs(game.workspace.Fruits:GetDescendants()) do if v:IsA("TouchTransmitter") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch end end end)

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