Constructor

<InstanceObject> InstanceObject.new(<BasePart | Model> Object, <bool> NoInsert)

Initialises the InstanceObject class.

Parameters

Name
Description
Type
Default
Optional

Object

The object

BasePart | Model

N/A

NoInsert

Does not add the constructed object to InstanceObjects table

boolean

false

Return

<InstanceObject> initialised class

Last updated