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

Engine determines best behavior. Currently equivalent to Legacy.

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. Models that are "non-spatial" (containing no BasePart descendants) are sent soon after join, but before the Workspace.PersistentLoaded event fires. Models that are "spatial" (containing BasePart descendants) are sent when any BasePart descendant needs to be streamed to a client, and may stream out when all BasePart descendants are eligible to stream out.

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