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

Datastore: How to save multiple Int/BoolValues?

Asked by 6 years ago

Please don't tell me to see the wiki, I have already seen it and it doesn't do a good job explaining Datastore. I know GetAsync, SetAsync and all that stuff. But how do I save multiple IntValues? I have been asking for so long and I keep getting mixed answers like using JSON which I have no idea how to use, and saving each data individually which is inefficient.

0
f Fifkee 2017 — 6y
0
oops lol, well json usually is the correct answer (basically I call json a huge database) so I can do { ['egg1'] = {intValue1, intValue2, intValue3, intValue4} } or something like that Fifkee 2017 — 6y

Answer this question