An utility library to Find Collection Service Tagged Chidlren within an Instance
.Child(parent: Instance, tag: string)
: Instance
.ChildOfClass(parent: Instance, tag: string)
: Instance
.Children(parent: Instance, tag: string)
: Array
.ChildrenOfClass(parent: Instance, tag: string)
: Array
.Descendant(parent: Instance, tag: string)
: Instance
.DescendantOfClass(parent: Instance, tag: string)
: Instance
.Descendants(parent: Instance, tag: string)
: Array
.DescendantsOfClass(parent: Instance, tag: string)
: Array