local toolbar = plugin:CreateToolbar("Rigging Utils")
This is what I’m using in both plugins, but the API says Gets or creates a new Toolbar with the specified name, which is then used to create a plugin button.
It states “Gets or creates”. In this case, instead of reusing the toolbar, it creates another one, using up unnecessary space.