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 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.
i will test it out right now thank you
thank you so much you really helped me alot!!
No worries! Glad to be able to help!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.