XBOX Controls Compatibility Scripting

I am trying to do XBOX compatibility, but

I would like to know what are these keys called in roblox’s Enum?
image

Enum.KeyCode. ???

1 Like

Right Bumper: Enum.KeyCode.ButtonR1
Right Trigger: Enum.KeyCode.ButtonR2

Left Bumper: Enum.KeyCode.ButtonL1
Left Trigger: Enum.KeyCode.ButtonL2

1 Like

This might also help, it displays all keycodes:

image

1 Like

connect button is restricted to bluetooth connection, you won’t be able to bind that to anything

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.