How to do a WaitForChild function to a value that's not absolute

Is there a way to make a WaitForChild function for a value that’s not absolute? Like waiting for a child inside of a parent who’s value keeps changing. If there is a way please do tell me how to do it, thanks! :slight_smile:

Well, you can try when a child is added inside the instance, do wait for child function, and supply an integer as timeout in the second argument of the function. I think this is what you mean.

1 Like

Hmmm, perhaps it is, I’ll try to do it. Thank you for replying! :slight_smile: :+1:

1 Like