why is a bad Practice ?
30 characterrrrr
It depends on the circumstances, if they want to wait for a whole minute or two. Also, I believe loading works children to children, so the parent is loaded first, then the children, and then their descendants.
1 Like
it should be considered that instances are implicit on the server-side and unless they’re late instanced objects, you should never use WaitForChild at all on the server in the first place.
Unless this is somehow a LocalScript in which case, WaitForChild() only need be called on the top parents.