Is there a way to reset all velocity of a player character?

Hi, I’m basically trying to make a reset button that you can press while mid-air to reset your velocity and drop straight down, but I can’t find the solution myself.

1 Like

hi,
You could try @Everynone ‘s method ,and if that didn’t work.

there is a “set velocity node”.
for physics objects it’s called “set physics linear velocity”.
however character is a little different,it has its own fake physics.
you could try to drag a line from the character movement component to search “velocity”.i believe there should be a node similar to the normal “set physics liner velocity”.
hope it helps.

Oh my god I’m a goober, thanks!