How can i make a textbutton with userinputservice?

im trying to make my game playable on mobile/tablet. i have textbuttons in the game yet i have no idea how to make them work with userinputservice. pc players can click on the button with ease, but mobile players cant. how would i do this?

1 Like

click runs for pressing the button on mobile already. When a mobile player taps their phone, it counts as them “clicking”.

1 Like