Whats the equivalent KeyCode to RT on Xbox?

What is the equivalent KeyCode to RT on xbox? for reference I am talking about this:

Enum.KeyCode.ButtonR1

I am unsure of which is the correct one and the api on keycode doesn’t give any indication of which it is

1 Like

thats R2 not R1

1 Like

Is correct.

Enum.KeyCode.ButtonR1 --right bumper
Enum.KeyCode.ButtonR2 --right trigger
1 Like