local className = {"Part", "UnionOperation", "Model"} local ds = game.Workspace:FindFirstChildOfClass(className)
I don't know how to use it.
It's the same as :FindFirstChild(), but instead of searching for a child with a defined name, it searches for a child of a defined class.
Here's the wiki page: Banana