Description
The default BodyProportionScale and BodyTypeScale is 0.
See when creating from the Rig Plugin or when deleting all the NumberValue under the Humanoid:
But the “Noob” HumanoidDescription fallback has its values wrong.
In reality it never really had values, see the screenshots from here https://devforum.roblox.com/t/forgotten-corner-case-fallback-avatar-doesnt-have-a-humanoiddescription-inconsistency-with-avatars/3106459
Re-production Steps
- Start an empty Baseplate
game.Players:CreateLocalPlayer()game.Players.Player:LoadCharacter()game.Players:ResetLocalPlayer()- Look at the HumanoidDescription from
game.Workspace.Player
Expected Result
BodyProportionScale and BodyTypeScale used to be 0.
Actual Result
BodyProportionScale is now 1 and BodyTypeScale is now 0.3


