Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local playerslist = {
- "Me",
- "You",
- "Him",
- "Her",
- "Them"
- }
- How would I make something like a single function that would return a single string that would look like this:
- "Me, You, Him, Her, and Them"
- 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