Hi, so I’ve had a problem for a couple of days now, where I am unable to print using table.concat() when printing a table.
children = game.Workspace.TestFolder:GetChildren()
print(children) --> table: 0xc1c2ed34fdde2c76
print(table.concat(children, " , ")) --> invalid value (userdata) at index 1 in table for 'concat'
(Full error: Workspace.Script:7: invalid value (userdata) at index 1 in table for ‘concat’)
The ancestry:
I don’t understand, as it prints a table thing but when trying to do print(table.concat()) it just doesn’t work.
I’m sure it’s a quick fix and that I’ve just done a stupid mistake - who knows. Anyways, any help is appreciated. Thanks for reading.