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
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:
1 | 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.