Advertisement
infiniteblock

Untitled

Jun 9th, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local chrashQuips = {
  2. "something",
  3. "something else",
  4. "final thing"
  5. }
  6.  
  7. for i=1, #chrashQuips do -- Very strange name for a table... ok
  8.   print(chrashQuips[i])
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement