Error code 104, can't store Dictionary in datastore?

I am getting an error code 104 saying that I can’t add a dictionary to a DataStore, and I don’t know why this is happening, as I don’t see how the values I’m trying to store exceed the amount of bytes that can be stored. I store stuff such as random colors and StringValues, for instance.

Is there a way for me to fix this?

You can’t store ObjectValues or Color3 values to a datastore, if you want to save a color value you have to convert it into hex code

1 Like

What can I do to convert it into a hex? is there a built in function or do I have to create one myself?

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.