ADVERTISEMENTREMOVE ADS
Game icon

Auto Collect Eggs | The Hunt

Brookhaven 🏡RP
1 year ago
Script preview thumbnail
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
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS