Im confused on how to save pets a certain way

Why is it showing that?
image
image

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