I'm using table.insert to put a table inside of another table. Sometimes this works, however other times it will insert the address of the table that I'm trying to insert. How do I keep it from doing this?
From what I know you shouldn't have any problems with that, maybe you could show us what you're trying to do (the code) ? :3:
Not much to show, but I've figured out this happens when I try inserting the same table twice. The first table goes in fine, the second goes in as tostring(exampletable)
Sorry, you need to Log In to post a reply to this thread.