Advertisement
Guest User

loop

a guest
Oct 13th, 2019
2,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. while wait() do
  2. --script
  3. end
  4.  
  5. --or
  6.  
  7. for i=1,10 do
  8. --script here
  9. --will loop 10 times
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement