How to respawn player after key hit?

Hello . There are 2 ways .

  1. Create boolean variable that is changing its value depending if your player is dead or not. Then add a new key event (like the one you did with the left control button) and check with branch node if the boolean variable is true or false . If its true then respawn if false do nothing.
  2. Use a gate node before the respawn node. Connect the R key to “open” input.