SkeletalScripts

tresure quest auto egg

Apr 10th, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. _G.EggTp = true
  2.  
  3. while _G.EggTp == true do
  4. wait(0.1)
  5. for i,v in pairs(game.workspace:GetChildren()) do
  6. if v.Name == "Model" then
  7. if v:FindFirstChild("HitBox") then
  8. wait(0.1)
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HitBox.CFrame
  10. end
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment