How do I take off a humanoid description?

Apparently destroying a humanoid description doesn’t take it off you, I destroyed a humanoid description that was applied to my character and then printed Humanoid:GetAppliedDescription(), it printed the humanoid description even though I destroyed it.

1 Like

Destroing a Humanoid description should -remove also the character, if you want you can disable the automatic Character Load or Changing it with a custom Humanoid Description

Idk for what you need it exactly so idk if this help

2 Likes

Destroying the HumanoidDescription instance won’t remove it from humanoids you’ve applied it to, you have to apply another HumanoidDescription. You can just apply a blank one if you’re trying to completely remove everything from the character but if you’re trying to revert the character back to the player’s normal appearance you can use Players:GetHumanoidDescriptionFromUserId to swap back to what they’re wearing on the roblox website.

2 Likes

Use StarterPlayer’s LoadCharacterAppearance property to activate/deactivate players spawning with their own outfit.

1 Like