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

loading characters with outfit ids not placing attachments correctly?

Asked by 3 years ago

i spent some time searching for a way to create an avatar loader and found a solution, and i've just been testing with one of my outfit ids, but some attachments (glasses) don't get centered to the right position.

applying the outfit id:

local humanoid = script.Parent
local desc = game.Players:GetHumanoidDescriptionFromOutfitId(4117284206)
humanoid:ApplyDescription(desc)

i've tried to use the AttachmentPos/Right/Up/Forward and haven't gotten anywhere.

Answer this question