Hello . There are 2 ways .
- 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.
- Use a gate node before the respawn node. Connect the R key to “open” input.