Advertisement
Keimu

Adopt Me Egg Hunt Farm

Apr 7th, 2023
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. -- EXIST THE NEIGHBORHOOD DONT STAY IN THERE OR ELSE IT WONT WORK
  2. local eggfolder = game:GetService("Workspace").EggHuntEggs
  3.  
  4. for i,v in pairs(eggfolder:GetChildren()) do
  5. if v:FindFirstChild("HumanoidRootPart") then
  6. local egg = v.HumanoidRootPart
  7. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  8. hrp.CFrame = egg.CFrame;
  9. task.wait(0.4)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement