Cannot Change Player's Clothes Using Humanoid Description

Hello. I have a refresh character feature in my game that grabs an up-to-date Humanoid Description of a given player and applies it to their humanoid. However, I cannot get this to work for shirts/pants. It only changes their accessories. Any help?

1 Like

can you please show the script. It would be helpful

1 Like

Ah nevermind, I fixed it!

For anyone who is wondering, do not reference the current HumanoidDescription inside of a Humanoid when attempting to modify it. Instead, use humanoid:GetAppliedDescription() and then modify the return value.

nice! Glad you figured it out. Just solution yourself!

1 Like