I have a script which works with multiple models inside a folder.
Is there another way to wait until those models have completely successfully loaded in, instead of typing :WaitForChild("") for every single part inside those models?
2 Likes
Have you actually encountered any errors when not waiting for the models? The only reason you’d need to wait for something to load is if the folder was in somewhere like ReplicatedStorage, and if that’s the case, waiting for the folder itself to come into existence is enough. The existence of everything else should be guaranteed after that as far as I know.
If I have multiple, heavily-sized objects in one single folder they could indeed take up a large enough loading time to cause problems.
1 Like