Lets say that i created a ScreenGui, and i have a AllFrames there is 10 frames in that frame, that has 2 frame inside of the 10 frames thats under the AllFrames how do i get all all ten frames and the 2 frames that in every 10 frames
If you want to get all the instances from a children, use :GetDescendants(). It will check all the instances inside a children.