so i wanted to implement a fire button for the mobile players and i really wanted this type of button gui
i think it really useful for mobile players
1 Like
ContextActionService.BindAction has a bool createTouchButton
parameter. If you pass true
then ContextActionService should setup a touch button for you. There are some code examples on the wiki page.
2 Likes