How to make a key(board) work by clicking on the gui?

Hello All,

how to do, interface(Button cooperating with the keyboard / mouse key? I need it because there are some Keys in my game that require you to press a button on the keyboard, and the Phone doesn’t have a keyboard. How to make a key work by clicking on the gui?

greetings betroX3214

1 Like

If you want mobile support then consider using context action service.

1 Like

What do you mean? greetings betrox3214

Context action service is a method of binding keyboard input. The difference between context action service and normal binding is that CAS adds a button onto your screen if you play on mobile.

you can read more about it here.