#DataStore2 Issue

1 messages · Page 1 of 1 (latest)

hidden bear
#

I'm using DataStore2 to store 2 values, level and hint. I can set value to the level datastore but when I try to set value to hint datastore I get Unhandled Promise Rejection warning. When I check the stored data, I see that the data has been set successfully but OnUpdate event is not firing. I'm LITERALLY stuck. Can someone help me?

azure violet
#

You can't save a object to a datastore. You can save its properties in a table and recreate it using those.