Hystel

[ROBLOX METAVERSE EVENT] Tiny Egg Of Nonexistance SCRIPT

May 8th, 2021 (edited)
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. --[[
  2. Made by Crokuran
  3.  
  4. YOU NEED 36+ TOTAL BADGES (FROM PLAYING THE GAMES & GETTING THE CHESTS)
  5.  
  6. HEAD TO THE HUB AND CHECK HOW MANY YOU HAVE BY
  7. ADDING UP ALL THE BADGES ABOVE YOUR HEAD IN THE HUB
  8.  
  9. WHOEVER IS STANDING ON ONE OF THE 11 BUTTONS AND ALSO HAS 36+ BADGES
  10. WILL ALSO GET THE EGG
  11.  
  12. THIS SCRIPT LETS YOU PRESS ALL BUTTONS AT ONCE,
  13. BYPASSING THE NEED FOR 10 OTHER PLAYERS
  14. ]]
  15.  
  16. local plr = game.Players.LocalPlayer
  17. local chr = plr.Character
  18. for i,v in pairs(workspace.EggButtons.a:GetChildren()) do
  19. firetouchinterest(v,chr.HumanoidRootPart,1)
  20. firetouchinterest(v,chr.HumanoidRootPart,0)
  21. end
Add Comment
Please, Sign In to add comment