I am using this code to assign the character data from an avatar to a dummy character:
local id = 2501468839 local dummy = workspace.Dummy local newHumanoidDescription = game.Players:GetHumanoidDescriptionFromUserId(id) dummy.Humanoid:ApplyDescription(newHumanoidDescription)
The only problem is that when I try to load my character, my hats look all weird and out of place, like in the screenshot here.
All help is appreciated!