1for i,v in ipairs(game.CoreGui:GetDescendants()) do2 if v.Name == "TextLabel" and v.Parent:IsA("ImageButton") and v:FindFirstChild("ImageLabel", true) then 3 v.Parent.Parent:Remove()4 break5 end 6end