Hello, I am making a game when my player has to cut an object by pressing at the right moment.
In order to do that, I disabled my collision at the start of the layout and if I press Space I enable the collision, and if I release I disable the collsion.
But my problem here is that if you keep pressing space, it is not the kind of comportment that I want, I only want a "one time press" but I don't know how to avoid the long press behaviour.
If someone can help me please ! 😁