Why is it showing that?
The above thing is part of my data structure, and that is what i am saving to
Index error, I messed a variable up^^
You’re assigning a value to a dictionary, not adding a value to a table. Do this instead:
dataStructure["Pets"][pet.Name] = {--[[Your dictionary]]}
Just realized you fixed it.
It was doggy instead of dog lol, my builder named the pets weird
1 Like