I’m trying to create a dummy script that will automatically change the appearance of a character upon server startup to the avatar of the Dummy’s name. The problem is that sometimes, the accessories aren’t positioned on the head correctly. (This only seems to affect R6 rigs, R15 rigs always work regardless of the accessories) I’m not exactly sure why these aren’t positioning correctly or how to fix them, is there a better method of doing this for R6 avatars than the one I’m using below?
Code:
local Players = game:GetService('Players')
local description = Players:GetHumanoidDescriptionFromUserId(Players:GetUserIdFromNameAsync(script.Parent.Name))
script.parent.Humanoid:ApplyDescription(description)