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

How do I use data stores for IntValues?

Asked by 7 years ago

I'm making a character creation and made intvalues on everything you wear now all I have to do is make it savable but the problem is I have idea how to save IntValues I read the wiki on data stores but I still don't get it do you have to make a leaderboard to make it able to save? It's just really complicated

1 answer

Log in to vote
0
Answered by
einsteinK 145
7 years ago

The Data store page on the wiki has a lot of information. One of the features is that you can save tables to it.

Example:

DataStore:SetAsync(player.UserId,{123,345,53245,2352})

Stravant made a nice module to easily edit data of players: PlayerDataStore Module With or without the module, anything related to saving playerdata isn't that easy.

Ad

Answer this question