- local plr = game.Players.localPlayer.Name
- for index, egg in pairs(game.Workspace.Eggs:GetChildren()) do
- if egg.Transparency == 0 then
- game.Workspace[plr].HumanoidRootPart.CFrame = egg.CFrame
- game.Players.localPlayer.Character.Humanoid.Jump = true
- wait(3)
- end
- end