-
Notifications
You must be signed in to change notification settings - Fork 0
Instance
IliasHDZ edited this page Apr 21, 2020
·
2 revisions
Every object in Carbon is inherited from the Instance. abstract means that it cannot be created.
This shows from which class an object is.
This is used to identify an object.
This is the object above this object in the hierarchy.
( Functions are run like this: object:FunctionName() )
This deletes all the objects children and removes itself from the hierarchy.
This return a table of objects that are below this object.