View Port frame won’t display user skin tone, accessories and not error is shown in the output, the code is ran from the client and the humanoid seems to have a HumanoidDescription but yet you can’t see the changes, just the face.
The Rig is cloned locally.
local function loadCharacter()
local Humanoid = Instance.new("Humanoid"); Humanoid.Parent = UIElements.AvatarView.ViewPort.Rig
task.wait(1)
Humanoid:ApplyDescription(Services.Players:GetHumanoidDescriptionFromUserId(getUserIdFromName(getText())))
end