StreamingIntegrityMode
The StreamingIntegrityMode enum is used to control Workspace.StreamingIntegrityMode behavior. The default behavior is currently equivalent to Disabled but may change in the future. For all modes, the replication focus defaults to be the local character model unless explicitly set via Player.ReplicationFocus.
Most experiences should use PauseOutsideLoadedArea, however if your experience relies on raycasts, or otherwise requires a certain amount of content to be loaded in, then MinimumRadiusPause might be a better choice.
Note that MinimumRadiusPause and PauseOutsideLoadedArea both set the Player.GameplayPaused property when their respective pause logic is triggered, and a default message is displayed on the client. The default pause UI can be overridden as outlined in Customizing the Pause Screen.
See the Content Streaming article for more details.
Items
Name | Value | Summary |
---|---|---|
Default | 0 | |
Disabled | 1 | |
MinimumRadiusPause | 2 | |
PauseOutsideLoadedArea | 3 |