Issue with Humanoid

https://gyazo.com/20d7bcabbc1ff3d40fe12f0aba754079

So I have 2 free models here, one of them was the drooling zombie mall from ROBLOX where I simply removed all the meshes.

And some police humanoid.

Both are R15 Humanoids. When I try and copy paste the shirt/pants objects from the police character to the other blank model. Nothing seems too happen. Yet if I delete the police characters shirts/pants it will make his clothing go blank.

How does shirt/pants work in ROBLOX? Any idea how I can get it to work with my other model here?
https://gyazo.com/bf0f200b77336303a718b7990f5fc664

1 Like

Hi , I am kind of confused.

What is exactly your issue? Your gyazo files are just pictures [at least for me] and I couldn’t figure out the issue.

So the Shirt and Pants instances only work on humanoid rigs that have the same structure as a R6 or R15 rig. The rig you have on the left does not have a R6 or R15 rig structure, so the Shirt and Pants instances won’t be applied to the body parts. As far as I am aware, you don’t need the rigs to have the same joints, but the names of the parts need to match for clothing to be applied. Also, if you’re working with an R15 rig, you’ll need to do some UV mapping for each body part (meaning they’ll need to be meshes).

You’ll also want to make sure the RigType property on the character’s humanoid matches the rig structure you’re using. If it doesn’t match, then the clothing won’t be applied even if you’ve named the parts correctly. Not only that, but unexpected stuff can happen:

This problem really belongs in the #help-and-feedback:building-support category though.

Both of these models have the same amount of parts. Just shaped different I think.

All their parts are named identically, and both use same scripts. They are both R15 Humanoids.
I think they might have slightly different attachments though, like I noticed in left leg of one of them it has 2 attachments vs the other having 1.

Do you know a link where I can read up on this?