So I’m trying to just simply print a string that I’ve inserted into a table, however it’s returning nil instead of the string, why is that?
I’ve also pre-made a string inside the Table and it printed it well, however when I try printing it when I inserted it into the table using table.insert() it returned nil, anyone can help me?