Advertisement
Meliodas0_0

Custom delay

Jan 12th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local custom = 100
  2. for i=1, custom do
  3.  
  4. end
  5.  
  6. ------------------------------------------
  7.  
  8. for i=1, 100 do
  9.  
  10. end
  11.  
  12. ------------------------------------------
  13.  
  14. [b]for i=1, 100 do
  15. wait(1)
  16. -- Your script
  17. end[/b]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement