I am trying to save the dictionary below:
{
["props"] = ▼ {
["1"] = ▼ {
["id"] = "Test",
["offset"] = 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1
},
["2"] = ▼ {
["id"] = "Test",
["offset"] = 2, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1
},
["3"] = ▼ {
["id"] = "Test",
["offset"] = 2, 0, 2, 1, 0, 0, 0, 1, 0, 0, 0, 1
}
}
}
to a data store but keep getting this error
“DataStoreService: CantStoreValue: Cannot store Dictionary in data store. Data stores can only accept valid UTF-8 characters. API: SetAsync, Data Store: Ships”
I can’t seem to figure out why the dictionary is invalid.