InfMods

How to make prints for roblox games (lua) tutorial

Aug 2nd, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. print("yo") ---- prints the word into console
  2. wait(5)--- waits 5 seconds before printing the other word
  3. print("Wsp") ----- after 5 seconds this will print
  4. wait(5)---- wait's another 5 seconds before printing the next value
  5. print("Bye") ----- prints Bye after 5 seconds pass
  6. end) ----- tells the computer to end the function
  7.    
Advertisement
Add Comment
Please, Sign In to add comment