So I have this r15 rig which is meant to look like the player. It is, however, twice as large as the player. This is achieved by changing the headScale and all other scales on it. All of this breaks when instead of using createhumanoidmodelfromuid(), I use Humanoid:ApplyDescription().
Everything else works fine, the location of the model, the actual look of the model (outfit, accesories), its just that for some reason, if the model has had its description applied rather then being spawned with the description, it just doesn’t scale. Like even if I manually change the scale amnt, nothing happens.
Im using headscale here as an example, but as you can see, the headscale value is exactly the same, yet one model has a way larger head then the other (way larger body as well)
Here is the difference between the two scripts (the 2nd image is the original script while the first is the script I changed it to)
I need to use applydescription as otherwise, if the player didnt have an r15 character, createhumanoidmodelfromuid would spawn a r6 character
ples help im just so confused (I spent like 5 hours on this before realising that this is the issue rather then some other really complicated stuff)