Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ModelStreamingBehavior

Controls how Models are sent to clients in experiences with instance streaming enabled.

Items 3

HistoryNameValueDescription
580Default0

Default behavior (subject to change).

580Legacy1

Models are sent when their parent is sent, typically during player join. Models are never streamed out unless an ancestor of the model is streamed out.

580Improved2

Models are never sent during player join. See model streaming controls for detailed behavioral notes.

Description

Controls how Models are replicated in experiences when instance streaming is enabled. Only affects models with ModelStreamingMode set to Default/Nonatomic.

History 4

Settings