Custom R6 mesh rig wont wear clothing

Ive made a custom character that i want to put a shirt on to. I even payed 10 robux just to make my own shirt already, but if i try to put a shirt on the character, it wont work. i dont know if this is because the parts are meshparts or what, but i need some help here! ive looked around to see if other people have had this problem, but i havent seen anything that helped me. So if you know how to solve this please tell me.

1 Like

Hi, in order for shirts, pants and t-shirts to render and wrap around body parts of a rig, the rig needs to have a Humanoid inside it.

You then need to insert a Shirt/Pants/ShirtGraphic instance inside the rig model .

Now if you already have a Humanoid inside of the model present, try setting the Humanoid RigType to R6. Shirts, pants and t-shirts only wrap around default body parts (arms, legs, torso) so if your rig has any other extra body parts, that part needs to be textured manually. And make sure that the names of the body parts are correctly written:

-Torso
-Left Arm
-Right Arm
-Left Leg
-Right Leg

Theres already a humanoid and its RigType is set to R6 but it still doesnt show the shirt i put on it. Heres the model and the explorer showing the stuff in it:

image
image

I dont know what im doing wrong here exactly, im hoping theres nothing super complicated needed to get this to work.

Oh I think I see what the issue is. The body parts that shirt/pants templates wrap around need to be just regular parts for R6 rigs, not MeshParts. Try this and let me know if the problem was solved.