`i am trying to make an orb for my game but this keeps coming up i don't know what it means and how i can fix it? Here is the code please tell me if i need to add any more of my code
newOrb:MoveTo(game.Workspace.OrbSpawnLocations:FindFirstChild(spawnLocStr).Posi tion)
the second line is spose to be part of the first i just didn't have space
the game is not finding the child called spawnLocStr cuz the game may responded with no cuz that child has not been loaded yet , so consider changing FindFirstChild() to WaitForChild()