PC players have a mouse. What about MOBILE users?

With my game almost done I want to add some mobile controls.
As we know that PC players have a mouse which can be used for:
Guns,
weapons,
some other things,
But how would I do this with mobile considering the player does not have a mouse?

1 Like

Mouse inherently supports mobile, PC mouse, and controllers.

1 Like

Mobile players have their fingers.

2 Likes

How would I detect where they press down there finger on their screen?

Still UserInputService check if the input type is touch tap (or something similar)

1 Like

oh ok thanks a lot!
Hope this works!