Have multiple shirts/T-shirts on r6 NPC

I have an NPC that has a shirt and pants that I would like to be its “default” clothing that can have other shirts worn on top as its actual clothing. There’s also the issue where the NPC can only have one T-shirt on and if it is more it will only pick one and they can’t overlap.

I am using InsertService to create and add the clothing to the NPC but it just only picks one and doesn’t let multiple be worn.

image
image

1 Like

Unfortunately it doesn’t look like this is possible, here is another article about this issue:

Allow wearing multiple classic shirts and pants - Feature Requests / Engine Features - Developer Forum | Roblox

1 Like

I’m pretty sure it doesn’t work, I have tried doing it myself and it won’t work.

It’s probably because Roblox doesn’t allow overlapping with Classic Clothing. If there is a way, it must be a hard process.

you could make another npc in the same location, but invisible and the torso and arms are ever so slightly bigger (to prevent z fighting) wearing the clothing of choice

or if you can, use a decal (can be layered!!)