InfMods

how to make loop scripts for roblox (exploiting) tutorial

Aug 2nd, 2022 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. while true do ----loops it
  2. wait(1) ---- waits before functioning
  3. print("Test")---- you can put anything in between the collins
  4.  
  5. ---loops that prints a couple times
  6.  
  7. for i count 1,5 do ---- prints 1,5 the loop starts up as 1 and functions 5 times
  8.     print("test")
  9. end) --- ends the function/script
Advertisement
Add Comment
Please, Sign In to add comment