Skip to content

Latest commit

 

History

History
29 lines (11 loc) · 613 Bytes

README.md

File metadata and controls

29 lines (11 loc) · 613 Bytes

FindTagged

An utility library to Find Collection Service Tagged Chidlren within an Instance

Functions

.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