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

Is there a way to use recursive in "WaitForChild"?

Asked by 4 years ago

As i found, function ":WaitForChild()" has no bool value for recursive search in children. So how to determine if one of the folder children with unknown name get a child i need to wait? I mean same as function

Folder:FindFirstChild("PartName", true)
0
Why exactly do you need to search for the value recursively? Anything specific as so-to-speak? lazycoolboy500 597 — 4y
0
Trying to formulate the answer to your question, I realized that initially the approach was wrong. Thank you for making me think, this is better than the solution =) Gulgazar 65 — 4y

Answer this question