When do I use waitforchild, indexing workspace makes me so nervous!

So when do I use waitforchild() when indexing workspace? I heard that you should always use waitforchild on the client but not on the server because the server replicates instances to the client.

I dunno if this was covered in the topic, but you don’t need to WaitForChild anything on the workspace from the server except for instance created at runtime

What if im accessing replicated storage via local script? im guessing no right?

Nope, you don’t need to since the contents are already replicated by the time Local Scripts execute, (*cosidering the local scripts aren’t in ReplicatedFirst)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.