Is there a way to check if its a gameprocessedevent when using UIS IsKeyDown

Is there a way to check if its a gameprocessedevent when using UIS IsKeyDown

1 Like

Since IsKeyDown only returns a bool, it’s not possible to check for a GameProcessedEvent immediately. However, the documentation surrounding UserInputService offer some code samples which might help you to get the result you’re looking for