Problem with ApplyDescription Function

So I have a problem with ApplyDescription when I load player avatar by UserId the size of the avatar that load not correctly here is a problem

Here is my script:

local Model = script.Parent

Model.Humanoid:ApplyDescription(game:GetService("Players"):GetHumanoidDescriptionFromUserId(438151421))

Hey Jumpogpo!

I ran your script and had no problems with it. I would assume if you’re using a LocalScript to load a character’s description, you would have deformities as you have shown there. If you apply the description over the server side, it should load correctly.

2 Likes

I think it is because my dummy try to change the dummy and it works normally but thx for your help

1 Like