local segmentFolder = workspace.segmentSystem.Segments for _, descendant in pairs(segmentFolder:GetDescendants()) do if descendant:IsA("Part") and descendant:FindFirstChild("breakable") then descendant:Destroy() end end