Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why aren't the hats that i load from a humanoid description aligned properly?

Asked by
if3q 6
2 years ago

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!

1 answer

Log in to vote
0
Answered by
if3q 6
2 years ago

Nevermind, I got it working now.

0
how did u fix it? kanimou 0 — 2y
Ad

Answer this question