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
Disabled1
ClientPhysicsPause2