Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do ----loops it
- wait(1) ---- waits before functioning
- print("Test")---- you can put anything in between the collins
- ---loops that prints a couple times
- for i count 1,5 do ---- prints 1,5 the loop starts up as 1 and functions 5 times
- print("test")
- end) --- ends the function/script
Advertisement
Add Comment
Please, Sign In to add comment