Im using Enum.KeyCode to see when the player hits the RB button on the Xbox controller, but no RB comes up on Enum.KeyCode how would I detect when they click it?
Im using Enum.KeyCode to see when the player hits the RB button on the Xbox controller, but no RB comes up on Enum.KeyCode how would I detect when they click it?
You can find your answer right here.
Enum.KeyCode.ButtonR1
For anyone interested.