table GetDescendants (
)
Instance FindChild (
string name
)
Instance WaitChild (
string name
number timeoutSec
)
Instance FindChildByClass (
string className
)
nil MoveChild (
Instance child
number index
)
table GetChildren (
)
table GetChildrenOfClass (
string className
)
boolean IsAncestorOf (
Instance instance
)
boolean IsDescendantOf (
Instance instance
)
boolean IsDescendantOfClass (
string className
)
Instance New (
string className
Instance parent
)
nil AddTag (
string tag
)
nil RemoveTag (
string tag
)
boolean HasTag (
string tag
)
nil Reparent (
Instance to
)
Instance GetParent (
)
nil SetParent (
Instance newParent
)
ChildAdded
ChildRemoved
ChildDeleting
ChildDeleted