Click a GuiButton
click-buttonFire click signals on Roblox TextButtons or ImageButtons to activate UI elements in the game client.
Instructions
Click a Roblox TextButton or ImageButton by firing its GUI signals. Use when direct UI activation is needed inside the active client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The instance path to the Button | |
| action | No | The specific signal to fire (e.g., 'Activated', 'MouseButton1Click'). If omitted, fires all standard click signals. |