I was wondering if there’s a possible way to make player look like before with Data Store. Since I made a Character Customization System, it would be annoying to manually change back every time you rejoined.
I can do it but I’m just wondering if there’s a simpler way. I am not really sure how do I save hats, armour, hair and colour. I just need a simple codes which could be explained to every detail. For example, if I click on the hair button, hair should show on the rig and when I click “Done”, that’s how will my player always look like.
I need a save system. When players clicks “Done” when customizing and if he leaves and joins back he will have that same character as he customized before.
Basically what she was saying to do is assign each customized object a numbwr ID, save those to the datastore, and then when loading the data store let the IDs tell your script what to load. Hope that made sense, if not let me know.
Development Support is not the place to ask for snippets of code, it is intended for you to get help on the creation of something. Have you attempted this yourself at the very least?
It is not entirely possible to save a player’s appearance raw. You will have to save values that can be used to reference what a character needs for their appearance (save a number called HairType which determines what shape the hair should be when the character is constructed).