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?
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).