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

How to save a table with a player's stats with DataStorage?

Asked by
Nymint 85
9 years ago

(Sorry for the wrong tag, couldn't find a Data Storage-related tag) I don't have much knowledge of DataStoreService methods.. it's pretty confusing for me right now. I've heard :GetAsyc() or :UpdateAsyc() Encodes the table to JSON, so i'm assuming I don't need to Use JSON Encoding.

1 answer

Log in to vote
0
Answered by
adark 5487 Badge of Merit Moderation Voter Community Moderator
9 years ago

I suggest reading this DataStore tutorial, for your understanding.

As for saving player data, I suggest using this ModuleScript rather than writing Data Store code you don't understand yourself.

Ad

Answer this question