So I discovered my issue.
Two things:
1: The error says "cannot store Dictionary in DataStore"
I thought this meant it had a problem with the fact that I was storing a Dictionary.
Bad error message.
2: My table contained BrickColor values, I just overlooked them. After turning them into strings, it's fine. |