Instance
This item only works when running on the client. Client
A table of utility functions for working with Instances that can be used to speed up the process of writing repository scripts for client objects.
Functions
isPointer
Returns whether the object
is a module pointer. Module pointers are used
for things such as module-based object configurations to help reduce
memory usage when requiring them.
getPointer
If the given object
is a pointer, this function will return it's value.
Otherwise, it will just return the object that was passed in.