local character = game:GetService("Players").LocalPlayer.Character local savepos = character.PrimaryPart.CFrame for _,v in workspace.Eggs:GetChildren() do task.wait() if v.ClassName == "Model" then repeat task.wait() character.PrimaryPart.CFrame = v.WorldPivot until v:FindFirstChild("Egg") and v.Egg:FindFirstChild("ClickDetector") fireclickdetector(v.Egg.ClickDetector, 1) end end character.PrimaryPart.CFrame = savepos