Best way to get character from UserId?

local newHumanoidDescription = game.Players:GetHumanoidDescriptionFromUserId(UserId)

workspace.Dummy.Humanoid:ApplyDescription(newHumanoidDescription)

Currently using this method, this is working for thin non blocky characters but for blocky characters its not loading them correctly or at all.

I’m not sure if this would be helpful to you:

1 Like

You can use Players:CreateHumanoidModelFromUserId().

4 Likes

Anyway to update that humanoids appearance without creating a new one?