roblox
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The CommandInstance class inherits from Instance.

Properties

AllowGUIAccessPoints: bool

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:CommandInstance/AllowGUIAccessPoints.
  • Category: Data.
  • Serialization: cannot load or save.
  • Thread safety: read safe

Checked: bool

  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:CommandInstance/Checked.
  • Category: Data.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: can load only.
  • Thread safety: read safe

DefaultShortcut: string

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:CommandInstance/DefaultShortcut.
  • Category: Data.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: cannot load or save.
  • Thread safety: read safe

DisplayName: string

  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:CommandInstance/DisplayName.
  • Category: Data.
  • Serialization: can load only.
  • Thread safety: read safe

Enabled: bool

  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:CommandInstance/Enabled.
  • Category: Data.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: can load only.
  • Thread safety: read safe

Icon: string

  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:CommandInstance/Icon.
  • Category: Data.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: can load only.
  • Thread safety: read safe

Name: string

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:CommandInstance/Name.
  • Category: Data.
  • Serialization: cannot load or save.
  • Thread safety: read safe

Permission: CommandPermission

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:CommandInstance/Permission.
  • Category: Data.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: cannot load or save.
  • Thread safety: read safe

StatusTip: string

  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:CommandInstance/StatusTip.
  • Category: Data.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: can load only.
  • Thread safety: read safe

Methods

EnableGuiAccess(displayName: string, statusTip: string, defaultShortcut: string): null

Parameters
NameType
displayNamestring
statusTipstring
defaultShortcutstring
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

RegisterExecutionCallback(callbackFunction: Function): null

Parameters
NameType
callbackFunctionFunction
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

Removed members

Properties

External links