Avatar Editor System Saving

hi devs,
I recently found an avatar editor system and modified it to suit my preferences, sooo …
how do I save the clothes and accessories that players use, how should the body of the script code be ???

You can create a Folder named like “Clothes” and add a StringValue with the name of the clothe when a player start wear a shirt, pants, etc and create a DataStore that saves all the StringValues and when a player join uses the name of that values to find the clothes and put them into the player’s character.

1 Like

I will try to use this, thanks really, again <3: D

1 Like