[SOLVED] How to find console buttons using UIS?

i would like to find the console buttons using UserInputService but i can’t find them?

i tried using input.Keycode and input.UserInputType but i can’t find console buttons on neither of those

Edit: im trying to find RT key and LB key

I believe those are are the following:

RT = KeyCode.ButtonR2
LB = KeyCode.ButtonL1

Hope this helped. :slight_smile:

1 Like

i will test it out right now thank you

thank you so much you really helped me alot!!

No worries! :slight_smile: Glad to be able to help!

1 Like

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