Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.EggTp = true
- while _G.EggTp == true do
- wait(0.1)
- for i,v in pairs(game.workspace:GetChildren()) do
- if v.Name == "Model" then
- if v:FindFirstChild("HitBox") then
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HitBox.CFrame
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment