GuiButton
GuiButton : GuiObject
Overview
GuiButton is an abstract class that inherits from GuiObject, defining shared functionality for clickable UI elements like TextButton and ImageButton
Properties
Methods
Events
Activated
The event triggers when the button is pressed.
It fires when a button is clicked or touched and released over the UI element, executing at the inputโs release (Up) rather than its start.
For this event to fire correctly, the buttonโs Active property must be set to true.
Parameters
Code Samples
Last updated