Advertisement
probanana

Taxi Boss Auto Egg

Apr 3rd, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. _G.eggs = true
  2. while _G.eggs do
  3. wait()
  4. pcall(function()
  5. for i,v in pairs(game:GetService("Workspace").Easter.EggHunt:GetDescendants()) do
  6. if v.Name == "EggPrompt" then
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
  8. wait(5)
  9. fireproximityprompt(v)
  10. wait(0.1)
  11. end
  12. end
  13. end)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement