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
)
Instance New (
string className
Instance parent
)
nil AddTag (
string tag
)
nil RemoveTag (
string tag
)
boolean HasTag (
string tag
)
ChildAdded
ChildRemoved
ChildDeleting
ChildDeleted