roblox
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

Parameters
NameType
codestring
argsTuple
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

ExecuteCommandAsync(code: string, args: Tuple): Tuple

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
codestring
argsTuple
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

GetExecutingPlayer(): Player

This class member is missing documentation. Create or add to its subpage at Class:RemoteCommandService/GetExecutingPlayer.
  • Thread safety: unsafe

GetReceivedUpdateSignal(): RBXScriptSignal

This class member is missing documentation. Create or add to its subpage at Class:RemoteCommandService/GetReceivedUpdateSignal.
  • Thread safety: unsafe

GetStoppingSignal(): RBXScriptSignal

This class member is missing documentation. Create or add to its subpage at Class:RemoteCommandService/GetStoppingSignal.
  • Thread safety: unsafe

SendUpdate(args: Tuple): null

Parameters
NameType
argsTuple
  • Thread safety: unsafe

External links