I’m trying to scale the Capsule component so that my player can go prone and crawl under object. I’ve tried absolutely everything I can think of to try scale just the collision down smaller but because it’s doing it from the halfway point, the player mesh just ends up below the capsule and under the floor.
I’ve also tried using a second capsule that turns on for the prone collision and the normal standing collision turn off but it does the same thing.
I’m aiming to create the “CROUCH” function in which it scales down from the top downwards and doesn’t effect the mesh or other components in the character blueprint.
PLEASE HELP