-- By MakerScriptDev while true do wait(60) -- You can change the number to how much you want so that you have tp eggs for i,v in pairs(game:GetDescendants()) do if v.Name == 'Hitbox' then v.CFrame = game:GetService("Workspace")[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame end end end