PluginAction

Show Deprecated
Not Replicated

PluginAction is an object that represents a generic performable action in Roblox Studio, with no directly associated Toolbar or Enum.Button. In Roblox Studio, they can be assigned a keyboard shortcut under File → Advanced → Customize Shortcuts..., and they can also be added to the Quick Access Toolbar.

PluginActions must be created using the Plugin:CreatePluginAction() function in order to work as expected.

Summary

Properties

  • Read Only
    Not Replicated
    Read Parallel

    A string that uniquely identifies this action.

  • Read Only
    Not Replicated
    Read Parallel

    Whether the PluginAction will be hidden from Studio's shortcuts view.

  • Read Only
    Not Replicated
    Read Parallel

    The description of the action, when viewing it from the keyboard shortcuts window in Roblox Studio.

  • Not Replicated
    Roblox Script Security
    Read Parallel

    The text that is displayed when viewing this action in Roblox Studio.

Events

  • Plugin Security

    Fires when the action is triggered. This can be done by either activating the action from the Quick Access Toolbar, or by using the keyboard shortcut that was bound to it.

Properties

ActionId

Read Only
Not Replicated
Read Parallel

AllowBinding

Read Only
Not Replicated
Read Parallel

StatusTip

Read Only
Not Replicated
Read Parallel

Text

Not Replicated
Roblox Script Security
Read Parallel

Methods

Events

Triggered

Plugin Security