Advertisement
Guest User

Lua question

a guest
Nov 6th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local playerslist = {
  2. "Me",
  3. "You",
  4. "Him",
  5. "Her",
  6. "Them"
  7. }
  8.  
  9. How would I make something like a single function that would return a single string that would look like this:
  10.  
  11. "Me, You, Him, Her, and Them"
  12.  
  13. I'm aware those are bad example words, but I just woke up and I have no idea what I'm talking about currently.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement