How can you go through an avatar used as a pet?

I am making pets in my game, and you can’t go through the pets with a humanoid in it. I have all parts in it with CanCollide turned off. I removed the humanoid and you can go through it, but without the humanoid, none of the avatars clothing, etc work properly.

1 Like

It’s not clear what the problem is when the Humanoid is removed.

When I delete the humanoid, it removes all the clothing from the avatar. Here is pictures

With Humanoid:
image
Without Humanoid:
image

It seems that the problem is the collision, keep the Humanoid in the model and see this, Collision Filtering.

Okay! I will check that out. Thank you very much.

1 Like

I can’t add a humanoid to the collision groups. Any other way to go about this?

Solved! I just used another doc about turning off player-player collision and made it player-pet!