of     1   

Soybeen
#228185886Tuesday, November 28, 2017 10:14 AM GMT

I'm confused, I do this all the time...?
Kazertt
#228185895Tuesday, November 28, 2017 10:15 AM GMT

compare ur old code to what your currently doing then lul
Soybeen
#228185958Tuesday, November 28, 2017 10:21 AM GMT

I'm literally looking at it side by side and the only difference is that my keys are ALL identified with.. ["key"] = val in the old data, and all my keys in the new data are identified with.. key = val Surely that is not what's causing this
Soybeen
#228186082Tuesday, November 28, 2017 10:35 AM GMT

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.
KobaltEntity
#228186555Tuesday, November 28, 2017 11:14 AM GMT

Had the same problem. Turned out I was storing an RBXInstance which can't be stored.
chimmihc
#228186595Tuesday, November 28, 2017 11:17 AM GMT

Yes, datastore error messages are trash.

    of     1