How can I make a character save system with the Data Store?

I want it to come to the inventory when a player gets a character, and when he quits the game and enters again, I want that character to stay in the inventory. But I couldn’t find how to do it on youtube, can anyone help me?

3 Likes

Try make folder with all characters in player and in storage, when you do that just use :GetChildren() event to get characters from inventory and save it to datastore, later when player join to game just get that data and copy characters from storage that was in data to inventory

1 Like

You may wanna check CharacterAppearence.