I have noticed about the string limit for data-store. Can I still be able to go over the 16^2 limit while using EncodeJSON and DecodeJSON? I like the use of DataStore, but the inability to see the DataStore tree makes it hard for me to see what is currently stored.
I don't think you could do that... otherwise you would have to encode it in binary and decode it or any encoder that involves numbers only (Of course this is possible, but i'm not aware of this because I haven't experimented it with DataStoreService) Datastore automatically encodes Data to JSON.