Posted 16 August 2016 - 10:08 AM
When I try table.concat in my script, i get this error:
bios:121: Attempt to concatenate table and string
Possible cause:
a = peripheral.wrap("right")
name = a.getPlayerNames()
player = table.concat(name)
bios:121: Attempt to concatenate table and string
Possible cause:
a = peripheral.wrap("right")
name = a.getPlayerNames()
player = table.concat(name)