Skip to content

Utility library to Find Collection Service Tagged Chidlren within an Instance

Notifications You must be signed in to change notification settings

CluelessD3v/FindTagged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Utility library to Find Collection Service Tagged Chidlren within an Instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages