Get

<table<InstanceObject>> InstanceObject:Get(<string> Type, <string> SubType)

Gets all of InstanceObjects in the InstanceObjects table that fits both Type and SubType.

Parameters

Name
Description
Type
Default
Optional

Type

The type to search for

string

N/A

SubType

A subtype to also search for

string

N/A

Return

<table<InstanceObjects>> all objects that fit the criteria

Last updated