Reference API Roblox

Engine API

Website

Related

Reference API Roblox

PredictiveStreamingMode

Used with Workspace.PredictiveStreamingMode to control whether the engine streams instances predictively.

Items 3

HistoryNameValueDescription
731Default0

Uses the engine's current default behavior for predictive streaming.

731Enabled1

Enables predictive streaming, pre-fetching content in the direction of player movement to reduce pop-in.

731Disabled2

Disables predictive streaming; content is streamed based on the player's current position radius only.

Description

Used by Workspace.PredictiveStreamingMode to control whether streaming pre-fetches content in the predicted direction of player movement, reducing visible pop-in. PredictiveStreamingMode.Enabled uses player velocity and heading to pre-fetch beyond the current position-based radius. PredictiveStreamingMode.Disabled uses only the position-based radius. PredictiveStreamingMode.Default uses the engine's current default behavior for predictive streaming.

History 4

Settings