Hi, I’m currently making a 2017 Roblox simulator. And I made a avatar customization system. But here is the point : I want that the custom character saved (I was thinking about using Datastore) and use it again as the StarterCharacter in the others places.
I haven’t used StarterCharacter personally, but I suggest you try saving the values of your StarterCharacter. For example. let’s say you have knight stored as 1 and archer stored as 2. You can store the number and load that number the next time the player joins, and use that information to load the according StarterCharacter.