More descriptive DataStore errors for saving ROBLOX instances

If you try to save a table of ROBLOX instances to the datastore, the error is “Cannot store Array in DataStore”. If you try to save a BrickColor to the datastore, the error is “Cannot store int in DataStore”.

Requested changes:

Saving a BrickColor says “Cannot store BrickColor in DataStore”

When trying to save an invalid data type ROBLOX should print out the value that it can’t save

Convert “Cannot store Array” to “Cannot store [datatype]”

5 Likes