How to enable input when it is pressed?

Hello, I’m making the system where is when the player is pressing R button it starts the process and I need to make it sure that the player is not holding it for too long.

Is there any way or command to make it easy and right?

What you mean for too long?

you have Input.GetKey() and Input.GetKeyDown().

Check the pages :smiley:

Bye!