Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Storing tables inside DataStore?

Asked by
Nickoakz 231 Moderation Voter
9 years ago

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.

1 answer

Log in to vote
0
Answered by
Nymint 85
9 years ago

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.

0
Well what is a way to store a table serverwide that can be over 6000 characters? I need a way to store userids. Nickoakz 231 — 9y
Ad

Answer this question