ADVERTISEMENTREMOVE ADS
Auto Collect Eggs | The Hunt
56,678 views

Script Preview
Description
Auto Collect Eggs
A script that quickly collects eggs in Brookhaven RP
Features:
- Auto Collect
ADVERTISEMENTREMOVE ADS
10 Lines • 394 Bytes
Verified
local egg_folder = workspace["Easter001!"].RobloxEggHunt
local plr = game.Players.LocalPlayer
for _,v in ipairs(egg_folder:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plr.Character.HumanoidRootPart, v.Parent, 0)
firetouchinterest(plr.Character.HumanoidRootPart, v.Parent, 1)
wait(.65)
end
end
-- // Bac0nH1ckOff
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS

Comments