How do i make plugin button not highlight

Just a simple question. How do i make plugin buttons not highlight/darken when pressed?

local urpluginButtonYouCreated = nil
urpluginButtonYouCreated.Click:Connect(function()
   urpluginButtonYouCreated:SetActive(false)
end)