InstanceUtils
WARNING
Functions like WaitForChildWithAttributeSetTo will NOT work if you set the attribute after it is re-parented.
This means that the thing you are waiting for needs to have the attribute already set when it gets parented.
Functions
WaitForChildWhichIsA
Wait for a child which is of class class (Does a :IsA() check).
WaitForChildWithAttributeSetTo
InstanceUtils.WaitForChildWithAttributeSetTo() → ()
Waits for a child which has the attribute set to value. Note that if the attribute is set after the child is added
it will not work as intended. The attribute must already exist before the parent is set to instance.