Displaying Lua tables to console by concatenating to string
snippet in lua
Displaying Lua tables to console by concatenating to string
user8138
InputConsole("msg Player names are: " .. table.concat(player[1].Name, " "))