I was working on a Character Creation system that displayed a TestDummy on screen, and when the player was done customizing the TestDummy, it would apply their customizations to their character. One of the customization options is Height and Width, which both change BodyHeightScale and BodyWidthScale respectively;
When the script was run however, it errored saying that the scales don't exist. So I thought to myself, hey, maybe it just isn't creating the values since its an NPC; So I created NumberValues and renamed them just in case it just wasnt creating the scale values, but it still didn't do anything.
This (basically) means that I need a way to emulate the effects of BodyScale without actually using BodyScale, or find a way to get BodyScale to work on a NPC.
Any ideas? (feel free to ask for more info if I didnt clarify enough)
Well personally I would recommend 1: getting a plugin to load in a players character 2: loading in game copy your character and paste it into workspace when you are out of run mode then just copy the humanoid of the character and replace it with the testdummy humanoid that worked for me Hope it helps