Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The RemoteCommandService class inherits from Instance.
Methods
ExecuteCommand(code: string, args: Tuple): ExecutedRemoteCommand
| Name | Type |
|---|---|
| code | string |
| args | Tuple |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
ExecuteCommandAsync(code: string, args: Tuple): Tuple
| Name | Type |
|---|---|
| code | string |
| args | Tuple |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
GetExecutingPlayer(): Player
- Thread safety: unsafe
GetReceivedUpdateSignal(): RBXScriptSignal
- Thread safety: unsafe
GetStoppingSignal(): RBXScriptSignal
- Thread safety: unsafe