StreamingPauseMode

The StreamingPauseMode enum is used to control Workspace.StreamingPauseMode behavior.

Default behavior is currently equivalent to disabled, but may change in the future.

The disabled mode indicates that gameplay continues unchanged even if player does not have the minimum streaming radius available.

In ClientPhysicsPause mode client-side physics is paused when the player doesn't have the minimum radius present, and resumed when the minimum radius is available.

See also:

Items

NameValueSummary
Default0

Default behavior (currently no change to gameplay).

Deprecated
Disabled1

No change to gameplay due to streaming region availability.

Deprecated
ClientPhysicsPause2

Client owned physics is paused.

Deprecated

On this page