Eg. If I had a table like so:
local exampleTable = {
{
var1 = "Test"
}
}
How would I add var2 into exampleTable[1]?
I've tried using table.insert() but I can't get it to put things inside the second table. Also, I'm really bad at explaining things. So this might not make any sense.












