ModelStreamingBehavior
Controls how Models are sent to clients in experiences with instance streaming enabled.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
580 | Default | 0 | Engine determines best behavior. Currently equivalent to Legacy. | |
580 | Legacy | 1 | 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. | |
580 | Improved | 2 | 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.