.Activated not working sometimes

I’m just wondering. Has anyone else had issues where using .Activated on a GUI button just doesn’t register? It’s happened to me on occasion. I thought it was a substitute for mouseButton1Down/Click etc. Is there something that I’m missing here?

The Activated event is triggered whenever the button is triggered in any way (I’m pretty sure it’s left clicks, right clicks, etc). On the other hand, MouseButton1Click is triggered when the user FULLY left clicks the button.

I’m sure I’m probably wrong about the .Activated event.

2 Likes