for i,v in pairs(workspace.Map.Eggs:GetChildren()) do
   if v.Transparency ~= 1 then
       game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame;
       task.wait(0.25)
   end
end