Hello, I am making a character customization system and I’ve ran into an issue with hair.
The goal is that the player can select the hair with gui (I have the hairs in a folder in replicated storage)
The mechanics of the gui (as in number) work fine, but they don’t actually switch hair on the character because I am unsure how to make it properly
However, unlike faces, which I fixed by putting their texture id into a table, I don’t think I can put hair accessories in tables.
If I try to do GetChildren(), the order will be somewhat buggy and will be different each time (that was the first thing I tried)
If you want me to provide code, ask me and I will.