How do I setup a boolean toggle? I’m using Unity’s new input system with a crouch button, and I’d like to alternate true and false every time the button get pressed. Here is what I have so far. It works when I press the button, but I can’t figure out how to set it to false on the next key press. Any thoughts would be appreciated.