Does tool.Activated still work even if the player is on mobile or tablet?

I am trying to make a tool, and I just want to know if tool.Activated still works if a player is on Mobile.
Also, if I need to use mouse.Button1Down for mobile support, should I use UserInputService.TouchTap?
Thanks!

1 Like

Yes. Activated event does work on mobile

2 Likes

Yes, it does.
As for the mouse.Button1Down, change Button1Down to TouchTap. Should work then.

Occurs when the player starts activating the tool (clicks, taps, or presses A on a gamepad).

2 Likes