Skip to content

CreatePremade

Description

CreatePremade is a Function
Creates an object matching the premade object in this world with the same name (not cAsE sEnSiTiVe). If the premade is replicated, this function must be called from the server.

Example
local testVariable = CreatePremade("Toaster")
Usage

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