Reference API Roblox

Engine API

Website

Related

Reference API Roblox

StreamingPauseMode

Determines how a Players client should handle not having enough content streamed in to continue playing properly.

Items 3

HistoryNameValueDescription
548Default0

Default behavior (currently no change to gameplay).

548Disabled1

No change to gameplay due to streaming region availability.

548ClientPhysicsPause2

Client owned physics is paused.

Description

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:

History 7

Settings