Table not being found

Basically I created this array and when I try to run it through a loop the table isn’t being found. Everything else before it works but I cant find out what I’m doing wrong.

Everything above the red box is working. I just dont understand why it keeps erroring.

I believe you recently added the “Skins Owned” into the dictionary, there weren’t a key called “Skins Owned” prior when you saved so when you attempt to retrieve the data it sends the previous table created which contains the “Stats”, “Equipped” and “Characters Owned”.

1 Like

Try using the lua debugger to run your code line by line and check that everything is what you expect.