Can't change jump height in a 2D sidescroller

I moved the “Destroy Actor” node to right after the last “Set” node, where the velocity is meant to go back to normal, and the game still crashes… like, it’s a 2d game and the camera goes tilted instead of staying along the y axis. It just doesnt crash until after the actor is destroyed. Is there a way to remove the object, without destroying the entire actor? I feel like destroying the whole thing i what’s causing my issue (but I can’t be sure about that, since I’m new to this)