BuildRigFromAttachments messes up BodyTypeScale

Hello, when I was playing with a temporary scaling fix from my former problem, I have stumbled upon an issue with Rthro scaling for packages.
You can check it yourself there: BuildRigFromAttachments.rbxm (2.3 KB)

  • Bug happens every time.
  • Bug happens on both studio and in-game, normal site
  • Screenshot of occurence:
    rthro
    Left = before BuildRigFromAttachments, Right = after BuildRigFromAttachments
  • I noticed the bug today.
  • The bug can be fixed by resizing a character (or turning AutomaticScalingEnabled off, then on). I would look something for scaling logic in the code, maybe make it compatible with Rthro?

It looks like it’s using the player’s body scale. Have you tried disabling that?

LoadCharacterAppearance should be off (Game settings are not affecting it then).
AutomaticScalingEnabled is on for humanoid.

Thankfully, there is a solution to fix this.

1 Like