I want to stop my button messing with my PluginMenu. I believe the button is causing the issue.
My button is messing with my PluginMenu.
External MediaTried setting button Active to false.
This is how the PluginMenu is made.
local _tipMenu = plugin:CreatePluginMenu("RoBuilderTip", _tip)
local subMenu = plugin:CreatePluginMenu("RoBuilderTipMenu", _tip)
_tipMenu:AddMenu(subMenu)