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)
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)