How to make player jump higher on collision?

I have a working “on collision, add 1 to jump count” (top) but I cannot figure out how to “on collision, add 400 to jump height” (bottom).

Thank you, Will

Hey @will108!

Try dragging off of Character Movement Component and SETTING “Jump Z Velocity” to “Jump Z Velocity + 400". I am not sure what the integer is that you are setting there, but Jump Z Velocity is effectively jump height (affected by gravity).

Hope that helps! :slight_smile: