Is there a way to wait until a model with a lot of bricks inside has been copied from ServerStorage to Workspace? The model is a map where the players will teleport so it has to be fully loaded before the players teleport there.
WaitForChild does exactly this. Call it on the object you expect to be the parent(In your case workspace) and give it a name and it will pause your script until it is added.