Hello! This is kind of a continuation to my “Automatically updating character model” topic. I need to get a player’s RigType (R15, R6) and proportions (Head, Height, etc.). This is for a roblox website recreation game, and I need the avatar to be perfect, and not just R6.
You can get the proportions from Players:GetHumanoidDescriptionFromUserId(), it returns a HumanoidDescription which has BodyTypeScale, DepthScale, HeadScale, etc. And, you can get a player’s rigtype by accessing humanoid.RigType.
There’s also a humanoid description in the humanoid when the character loads and number values with all the avatar scales.