Advertisement
GETFREEROBUX

Brookhaven Script (THE HUNT)

Mar 18th, 2024
1,398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1.     local egg_folder = workspace["Easter001!"].RobloxEggHunt
  2.     local plr = game.Players.LocalPlayer
  3.     for _,v in ipairs(egg_folder:GetDescendants()) do
  4.         if v.Name == "TouchInterest" and v.Parent then
  5.             firetouchinterest(plr.Character.HumanoidRootPart, v.Parent, 0)
  6.             firetouchinterest(plr.Character.HumanoidRootPart, v.Parent, 1)
  7.             wait(.65)
  8.         end
  9.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement