Should I use .Activated or .MouseButton1Down/Click?

Tutorials usually always show .MouseButton1Click but that doesn’t work as well for mobile. I’ve searched up the alternative which is .MouseButton1Down but I normally don’t see others do this in tutorials. Now I’m looking at some models and most of them use .Activated, and I’m seeing a lot of other people in devforum use them too. Which way is the best way?

I always use .Activated to guarantee support for mobile and PC. Never had a problem doing it that way.

1 Like

just like the user above pointed out ^^^^ .Activated provides support for all devices

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.