For some reason when I apply a humanoid description the accessories aren’t in the correct place.
humanoid:ApplyDescription(Players:GetHumanoidDescriptionFromUserId(player.UserId))
For some reason when I apply a humanoid description the accessories aren’t in the correct place.
humanoid:ApplyDescription(Players:GetHumanoidDescriptionFromUserId(player.UserId))
I also noticed this in my “Outfit checker” game. I dont belive there is a fix for this… Because Roblox(Correct me if im wrong)
Might be because the character is missing the accessory attachments like these
I do have them.
try this: take the description and apply:
local UserHumanoid = humanoid:GetAppliedDescription ()
player:LoadCharacterWithHumanoidDescription(UserHumanoid)