Humanoid:ApplyDescription() not working as intended

Hello. I have 3 dummies in game that change to the players who won the round, but when their descriptions are applied the accessories aren’t added, their arms are in weird places, and if they use a custom head, then the head is tiny.
image
Scoreboard[1] is equal to the name of the player who won the game.

workspace.Lobby.FirstPlace.Humanoid:ApplyDescription(game.Players:GetHumanoidDescriptionFromUserId(game.Players:FindFirstChild(Scoreboard[1]).UserId))

Any way to fix this?

1 Like

I can see the Accessories. I are either really tiny or are inside the head.

Also, why not use: GetAppliedDescription?

The thing clipping through 3rd place’s hair isn’t an accessory, it’s hair.
Also I didn’t know GetAppliedDescription existed lol I’ll try that but I don’t think it’ll affect anything

I just tested it and it does the same thing