2AreYouMental110

hexa game tug of war script (PATCHED)

Oct 4th, 2021 (edited)
1,804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. -- this is patched
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. -- 0.1 is how much delay to do it again
  22. -- 200 is how much the event happends
  23.     for i = 1, 200 do
  24.         wait(0.1)
  25.         local Event = game:GetService("ReplicatedStorage").RE.Pull
  26.     end
  27. end)
Add Comment
Please, Sign In to add comment