Problem with GuiButton.Activated

So from I have been reading in other articles across dev forum, I got an impression that activated fires when button is taped or clicked, so basically its a combination of MouseButton1Click and TouchTap, with that knowledge I changed all of my MouseButton1Click events to Activated instead. When I tested it I came to realisation that it doesnt fire for all of the guis in fact only for small amount of them, to be exact only Buttons could be affected by Activated. What about ImageButtons, why they dont work with Activated eventhough I checked in Roblox’s API and Activated is listed as an event that should work on ImageLabels, ImageButton | Documentation - Roblox Creator Hub

1 Like

It should work. Are you using a Script or a LocalScript? It should be a LocalScript.

1 Like

Yes I am using local scripts (30)

1 Like

My bad I figured it out that Active must be true in order to use Activated event