MadScience2728

Load Testing

Mar 2nd, 2021 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. local count = 1
  2. while true do
  3. print("I am loaded " .. tostring(count))
  4. count = count + 1
  5. os.sleep(30)
  6. end
Add Comment
Please, Sign In to add comment