Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ReplicateInstanceDestroySetting

Controls how Instance:Destroy() calls are replicated from server to clients.

Items 3

HistoryNameValueDescription
513Default0

Uses the engine-default instance destroy replication behavior.

513Disabled1

Uses legacy instance destroy replication behavior.

513Enabled2

Uses improved instance destroy replication behavior.

Description

Determines the replication behavior the server uses when Instance:Destroy() is called. This enum is used by Workspace.ReplicateInstanceDestroySetting.

History 4

Settings