You can write your topic however you want, but you need to answer these questions:
What do you want to achieve?
Currently, I’d like a server script that changes the character’s hair color to yellow. I figured you could look for the child “HairAttachment”, then with that, I could use the HairAttachment’s parent and change the part’s color.
What is the issue?
I’m not exactly sure how I’d set up finding the HairAttachment in the Character. That’s all I need.
What solutions have you tried so far?
I’ve thought about trying find first child HairAttachment but I think that’d be wrong? I just need to know how I’d go about FINDING HairAttachment. Then I’d have something to work with.