Can I just do group:insert(table) or do I need to iterate through each table object and add them individually?
I’m using a table of tables so something like this:
[lua]for y = 1, #sceneCells do
for x = 1, #sceneCells[1] do
group:insert(sceneCells[y][x])
end
end[/lua]
Thanks… [import]uid: 105707 topic_id: 29543 reply_id: 329543[/import]
[import]uid: 105707 topic_id: 29543 reply_id: 118677[/import]