Help with a Character Size script

Hello! I am a Scripter that is currently working on a Story game. The characters are supposed to be “kids” and I want to change their size. So far, I’ve tried a few scripts to make them “kid sized” but nothing has worked so far. Does anyone have some sort of idea that could help with making them small?

If anyone can help, that would be great.

Humanoids have values within them to do this. excluding R6 characters.
If you use R15 primarily you can change them within the humanoid.

If you want R6, it gets more complicated.

1 Like

Ah, thank you so much! I’ll be sure to check that out!

You could use humanoid descriptions or just changing the values itself.
4d719d337e0b393e9d2abc45a43e8732

3 Likes

Okay! Thank you so much for the response!

Wait, I am confused. Where do I input the BodyHight and BodyWidth values?

I put a HumanoidDescription in a Humanoid in StarterPlayer, but I can’t seem to find where to add the inputs.

You input it by finding the Humanoids children and look at the value of the input

Edit: Thanks for heart

1 Like

A HumanoidDescription in StarterPlayer does not automatically apply to a character. There are only processes for StarterCharacter and StarterHumanoid. A HumanoidDescription must be manually applied using ApplyDescription on the Humanoid object.

While this (HumanoidDescription) is the best way to resize characters, it should be worth noting that you can manually create these values as well and they will apply as needed when changing their values. Each of these is a NumberValue instance and the value is multiplied by 100 for a percent scaling (1 being 100%, the default).

1 Like

Thank you to everyone who replied to this. This really helps my understanding of character proportions!

No problem, I’m always helping out the community so if you need me shoot me a message.

1 Like