Reference API Roblox

Engine API

Website

Related

Reference API Roblox

StreamOutBehavior

Determines how content is streamed away from Players.

Items 3

HistoryNameValueDescription
491Default0

Currently equivalent to LowMemory. This will eventually change to Opportunistic.

491LowMemory1

Only stream out when memory is low.

491Opportunistic2

Stream out content that is significantly outside of the current StreamingRadius.

Description

Determines how content is streamed out from Player clients. This is a temporary rollout API. In the future, streaming will always run on Opportunistic mode.

History 4

Settings