Trampoline effect

I know how to do a simple launch effect by x amount but what I want is this effect where it calculates the players Z velocity going down and launches him up that amount -50. So you get this effect when you stay on the bounce pad you slowly lose Z velocity.

The picture does not achieve this effect at all but its the “closest” iv gotten.

The issue is the way you are removing the value from the velocity. you are removing the value 100 from each axis when you only want to remove it on the Z-axis. here is an example of what you need to do:

I hope this helps!

It did thanks so much! Also for anyone wanting to get this Trampoline effect it needs a ABS node to return your characters -Z velocity and make it +Z velocity. Then you - how ever much you want or add how ever much you want.

ah yes i forgot about that, haha im glad you got it though.