Advertisement
Alvieyt

Punch simulator

Sep 9th, 2023
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. getgenv().autoEgg = true
  2.  
  3.  
  4.  
  5. while getgenv().autoEgg do
  6.  
  7. local args = {
  8.  
  9. [1] = "1"
  10.  
  11. }
  12.  
  13.  
  14.  
  15. game:GetService("ReplicatedStorage").Events.PlayerPressedKeyOnEgg:FireServer(unpack(args))
  16.  
  17. wait()
  18.  
  19. end
  20.  
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement