Hey I’m Ryxku and I’m currently working on a game where I clone the avatar of the player in R15 and R6.
And there’s a very old bug which has never been fixed by Roblox.
Basically if the player is in R6 and has a hat using ProportionsNormal in AvatarScaleTypes, the game won’t import correctly the hat, it’ll be resized as if the AvatarScaleTypes was Classic instead of ProportionsNormal :
Even the official Generate Rig can’t import correctly :
As you can see, it did imported in ProportionsNormal but it didn’t really work!
But there’s one way to fix it! Duplicate the accessory and delete the first one :
EDIT : It does not clone the avatar. It creates a new rig with the function :CreateHumanoidModelFromUserId()
Expected behavior
I expect to see ProportionsNormal working in R6 without duplicating the hat.