I was recently trying to make a clicking system and I had five objects with the name crate, and I used
Orbs:WaitForChild("Crate").ClickBox.ClickDetector.MouseClick:Connect(function()
But it would only get one how could I use WaitForChild to reference all the objects named “Crate”