Skip to content

DuplicateObject

Description

DuplicateObject is a Function
Duplicates and returns the given object. If the object is replicated, this function must be called from the server.

Example
local testVariable = DuplicateObject(nil)
Usage

network usage: Any (Client or Server/Host)
returns: Object
parameters:
- object (Object)