StreamingService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 0
Removed member index 25
Description
History 41
- 710 Remove StreamingService
- 655 Remove DEPRECATED_RegisterSequentialCommand
- 655 Remove DEPRECATED_RegisterCommand
- 652 Add GetRequiredScripts
- 651 Add SearchForAssets
- 649 Remove RegisterSequentialCommand
- 649 Add RegisterCommandInternal
- 649 Remove RegisterCommand
- 649 Change Security of ExecuteCommandAsync from LocalUserSecurity to None
- 649 Add DEPRECATED_RegisterSequentialCommand
- 649 Add DEPRECATED_RegisterCommand
- 649 Add AttemptSaveAndSendPlaceTelemetry
- 636 Change Security of ExecuteCommandAsync from RobloxScriptSecurity to LocalUserSecurity
- 636 Change ReturnType of ExecuteCommandAsync from null to Variant
- 627 Change Parameters of Stream from (requestId: string, streamContent: string) to (requestId: string, commandName: string, streamContent: string)
- 625 Change Parameters of RunSandboxedCode from (requestId: string, runCodeGuid: string, defaultCode: string = ) to (runCodeGuid: string, requestId: string)
- 625 Add BindCodeToGuid
- 622 Change Parameters of RunSandboxedCode from (requestId: string, code: string) to (requestId: string, runCodeGuid: string, defaultCode: string = )
- 621 Change Parameters of RunSandboxedCode from (code: string) to (requestId: string, code: string)
- 619 Change Parameters of GetInstance from (collectorName: string, requestId: string = instanceId) to (requestId: string, instanceId: string)
- 616 Add ConversationCleared
- 613 Add RunSandboxedCode
- 605 Add ExecuteCommandAsync
- 602 Change Parameters of RequestError from (requestId: string, errorMessage: string) to (requestId: string, errorType: string, errorMessage: string)
- 602 Add SetPluginInfoCallback
- 601 Add SequentialCommandsFinished
- 601 Change Parameters of RequestStarted from (requestId: string) to (requestId: string, queryToProcess: string)
- 601 Add SetEphemeralVariable
- 601 Add RegisterSequentialCommand
- 601 Add InvokeCommand
- 601 Add GetEphemeralVariable
- 591 Add Stream
- 591 Add RequestStarted
- 591 Add RequestError
- 591 Add RequestEnded
- 591 Add UnregisterContextCollector
- 591 Add RegisterContextCollector
- 591 Add GetInstance
- 590 Add UnregisterCommand
- 590 Add RegisterCommand
- 590 Add StreamingService
Removed members 25
AttemptSaveAndSendPlaceTelemetry
| Parameters (2) | ||
|---|---|---|
| requestId | string | |
| toolSource | string | |
| Returns (1) | ||
| null | ||
This function yields. It will block the calling thread until completion.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
BindCodeToGuid
| Parameters (2) | ||
|---|---|---|
| runCodeGuid | string | |
| code | string | |
| Returns (1) | ||
| Tuple | ||
This function yields. It will block the calling thread until completion.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 625 Add BindCodeToGuid
ConversationCleared
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 616 Add ConversationCleared
DEPRECATED_RegisterCommand
| Parameters (2) | Default | |
|---|---|---|
| commandName | string | |
| function | Function | nil |
| Returns (1) | ||
| null | ||
This function is deprecated. It exists only for backward compatibility, and should not be used for new work.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
DEPRECATED_RegisterSequentialCommand
| Parameters (2) | Default | |
|---|---|---|
| commandName | string | |
| function | Function | nil |
| Returns (1) | ||
| null | ||
This function is deprecated. It exists only for backward compatibility, and should not be used for new work.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
ExecuteCommandAsync
| Parameters (3) | ||
|---|---|---|
| requestId | string | |
| commandName | string | |
| arg | Variant | |
| Returns (1) | ||
| Variant | ||
This function yields. It will block the calling thread until completion.
| Thread safety | Unsafe |
|---|
History 5
- 710 Remove StreamingService
- 649 Change Security of ExecuteCommandAsync from LocalUserSecurity to None
- 636 Change Security of ExecuteCommandAsync from RobloxScriptSecurity to LocalUserSecurity
- 636 Change ReturnType of ExecuteCommandAsync from null to Variant
- 605 Add ExecuteCommandAsync
GetEphemeralVariable
| Parameters (1) | ||
|---|---|---|
| key | string | |
| Returns (1) | ||
| Variant | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 601 Add GetEphemeralVariable
GetInstance
| Parameters (2) | ||
|---|---|---|
| requestId | string | |
| instanceId | string | |
| Returns (1) | ||
| Instance | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 3
- 710 Remove StreamingService
- 619 Change Parameters of GetInstance from (collectorName: string, requestId: string = instanceId) to (requestId: string, instanceId: string)
- 591 Add GetInstance
GetRequiredScripts
| Parameters (1) | ||
|---|---|---|
| script | Instance | |
| Returns (1) | ||
| Variant | ||
This function yields. It will block the calling thread until completion.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 652 Add GetRequiredScripts
InvokeCommand
| Parameters (3) | ||
|---|---|---|
| requestId | string | |
| commandName | string | |
| arg | Variant | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 601 Add InvokeCommand
RegisterCommand
| Parameters (2) | Default | |
|---|---|---|
| commandName | string | |
| function | Function | nil |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 649 Remove RegisterCommand
- 590 Add RegisterCommand
RegisterCommandInternal
| Parameters (4) | Default | |
|---|---|---|
| commandName | string | |
| function | Function | nil |
| isSequential | bool | false |
| isPublic | bool | false |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 649 Add RegisterCommandInternal
RegisterContextCollector
| Parameters (2) | Default | |
|---|---|---|
| collectorName | string | |
| function | Function | nil |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 591 Add RegisterContextCollector
RegisterSequentialCommand
| Parameters (2) | Default | |
|---|---|---|
| commandName | string | |
| function | Function | nil |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
RequestEnded
| Parameters (1) | |
|---|---|
| requestId | string |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 591 Add RequestEnded
RequestError
| Parameters (3) | |
|---|---|
| requestId | string |
| errorType | string |
| errorMessage | string |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 3
- 710 Remove StreamingService
- 602 Change Parameters of RequestError from (requestId: string, errorMessage: string) to (requestId: string, errorType: string, errorMessage: string)
- 591 Add RequestError
RequestStarted
| Parameters (2) | |
|---|---|
| requestId | string |
| queryToProcess | string |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 3
- 710 Remove StreamingService
- 601 Change Parameters of RequestStarted from (requestId: string) to (requestId: string, queryToProcess: string)
- 591 Add RequestStarted
RunSandboxedCode
| Parameters (2) | ||
|---|---|---|
| runCodeGuid | string | |
| requestId | string | |
| Returns (1) | ||
| Tuple | ||
This function yields. It will block the calling thread until completion.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 5
- 710 Remove StreamingService
- 625 Change Parameters of RunSandboxedCode from (requestId: string, runCodeGuid: string, defaultCode: string = ) to (runCodeGuid: string, requestId: string)
- 622 Change Parameters of RunSandboxedCode from (requestId: string, code: string) to (requestId: string, runCodeGuid: string, defaultCode: string = )
- 621 Change Parameters of RunSandboxedCode from (code: string) to (requestId: string, code: string)
- 613 Add RunSandboxedCode
SearchForAssets
| Parameters (1) | ||
|---|---|---|
| body | Variant | |
| Returns (1) | ||
| Variant | ||
This function yields. It will block the calling thread until completion.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 651 Add SearchForAssets
SequentialCommandsFinished
| Parameters (2) | |
|---|---|
| requestId | string |
| success | bool |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 601 Add SequentialCommandsFinished
SetEphemeralVariable
| Parameters (3) | Default | |
|---|---|---|
| key | string | |
| value | Variant | |
| timeToLive | int | -1 |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 601 Add SetEphemeralVariable
SetPluginInfoCallback
| Parameters (1) | Default | |
|---|---|---|
| function | Function | nil |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 602 Add SetPluginInfoCallback
Stream
| Parameters (3) | |
|---|---|
| requestId | string |
| commandName | string |
| streamContent | string |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
UnregisterCommand
| Parameters (1) | ||
|---|---|---|
| commandName | string | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 590 Add UnregisterCommand
UnregisterContextCollector
| Parameters (1) | ||
|---|---|---|
| collectorName | string | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove StreamingService
- 591 Add UnregisterContextCollector