EcIiptic
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 13737 |
|
|
| 27 Dec 2013 12:17 PM |
I'm making a minigame and somethings going wrong.
AlivePlayers = {playername, playername, playername, ect, ect}
m.Text = "The Winner(s) are:" ..table.concat(AlivePlayers, ",")
Error Output: Workspace.Minigame:50 :Invalid value(userdata) at index 1 in table for 'concat' |
|
|
| Report Abuse |
|
|
ozzzyt
|
  |
| Joined: 08 Jan 2013 |
| Total Posts: 3576 |
|
| |
|
EcIiptic
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 13737 |
|
| |
|
|
| 27 Dec 2013 12:21 PM |
| could u post the rest of it(that is,if its not 60000 lines of code..) |
|
|
| Report Abuse |
|
|
Vuva
|
  |
| Joined: 22 Jan 2010 |
| Total Posts: 1102 |
|
|
| 27 Dec 2013 12:49 PM |
Well the names in the table should be strings... aka: AlivePlayers = {"playername", "playername", "playername"} otherwise they are being read as variables with no value |
|
|
| Report Abuse |
|
|
EcIiptic
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 13737 |
|
|
| 27 Dec 2013 01:10 PM |
| How do I convert everything into a string? |
|
|
| Report Abuse |
|
|