Home » All Roblox Scripts » adopt me scripts » Adopt Me script Egg Hunt Auto farm – No key

Adopt Me script Egg Hunt Auto farm – No key

Photo of author
Published by
FeatureDescription
Script NameAdopt Me script Egg Hunt Auto farm
PurposeTo collect the eggs automatically
GameAdopt Me
PlatformRoblox
Download LinkAvailable

Script Functions

Adopt Me script Egg Hunt Auto farm is a smooth script that gives a smooth experience in the gameplay where you can easily collect the eggs. It not only saves a ton of time but also saves you a lot of time which you can use to do other stuff.

How to use the script?

  • Copy the below given script.
  • Paste the script in the executor.
  • Run and Play the Game.
local location = CFrame.new(0, 0, 0);

spawn(function()
   while wait() do
       if location ~= nil then
           game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = location;
       end;
   end;
end);

for i,v in next, workspace.StaticMap.EggHuntSpawnLocations:GetChildren() do
   location = v.CFrame + Vector3.new(0, 20, 0);
   wait(0.1);
   location = v.CFrame + Vector3.new(0, 10, 0);
   wait(0.1);
   location = v.CFrame + Vector3.new(0, 0, 0);
   wait(0.1);
   location = v.CFrame + Vector3.new(0, 20, 0);
   wait(0.1);
   location = v.CFrame + Vector3.new(0, 10, 0);
   wait(0.1);
   location = v.CFrame + Vector3.new(0, 0, 0);
   wait(0.2);
end;

location = nil;

Leave a Comment