Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The CommandService class inherits from Instance. It was added in version 484 (June 2021).
Methods
Execute(name: string, params: Variant): Variant
| Name | Type |
|---|---|
| name | string |
| params | Variant |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
RegisterCommand(plugin: Plugin, name: string, context: string, permission: CommandPermission = LocalUser): CommandInstance
| Name | Type | Default |
|---|---|---|
| plugin | Plugin | |
| name | string | |
| context | string | |
| permission | CommandPermission | LocalUser |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Events
CommandExecuting(name: string, params: Variant)
| Name | Type |
|---|---|
| name | string |
| params | Variant |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe