How to abjust Width and Height of a Character model

Hello,

I am making a customization system for my game.

I know how to make basicly everything for it but the only thing i cant figure out is how to change the Character’s Height and Width.

Basicly i know how to Change each parts size to size them acordingly but my problem is that i have no idea on how to change the Motor6D of every part to change acordingly.

How could i change the Motor6D so the parts can be difrent sizes but still be connected by the same points?

Any suggestions whould be greatly appreciated!!!

Hey! Every R15 character under the humanoid has five numbervalues that you can edit. These numbervalues are:

BodyDepthScale
BodyHeightScale
BodyProportionScale
BodyWidthScale
HeadScale

If you wish to edit the character height & width, you’d edit the BodyHeightScale & BodyWidthScale NumberValues. Roblox has made an announcement on this, I recommend you check it out! In the announcement there is a uncopylocked place that you can mess around and test these NumberValues with, they will also tell you how to use these values and what they do.

2 Likes