Fire event when ANY GUI object clicked

(Bad English Warning)

I am creating GUI for my saves system and I have template slot of square shape and is completely covered with text labels

Like this
зображення

Is here a way to fire event when template is clicked or I should just add text button?

1 Like

Put a transparent image/text button with a ZIndex of 3-10 or anything over your whole UI, and code the button press on that button.

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