Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i GetChildren from all the models that i have???

Asked by 4 years ago

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

1 answer

Log in to vote
0
Answered by
zuup123 99
4 years ago
Edited 4 years ago

If you want to get all the instances from a children, use :GetDescendants(). It will check all the instances inside a children.

0
Thx so much dr6g0nb0y 27 — 4y
Ad

Answer this question