Crouch doesn't work ( have enabled cancrouch and use crouch functions)

As the title said, I have done everything according to tutorials but the camera doesn’t move down during crouch. The crouch function works ( I noticed it because when I press Ctrl , the player moves slower )
Here is my blueprints :

I also set the can crouch :

Please help me :frowning: Thank you very much

Why you just don’t set the capsule height manually for two states? Drag the capsule component on the graph, then drag the wire from it and set capsule half height

But does that have to do anything with the crouch ? And so can you be more specific :smiley:

I’ve just checked. Crouching is now working fine (I remember that in older versions it wasn’t working). Just remember to set Can Crouch and Crouched Half Height

Already did that at first place but still doesnt work :frowning: Technically the crouch works but the camera of first view doesn’t move at all

I have the same problem. I attached the camera component to the head socket, and while speed changes, the camera height does not.

Attach the camera to the CapsuleComponent instead of the Mesh, if that doesn`t work just set the camera relative location each time it changes, you can also use a timeline and reverse it to go back to normal.

Hope this helps, have a good day :slight_smile: