Plugin Creation / Toolbar Help

  1. What do you want to achieve?
  • I’m creating a plugin and would like to have both plugins in the same toolbar for easier accessibility.
  1. What is the issue? Include screenshots / videos if possible!
  • I cannot find a way to implement the feature.
  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
  • I’ve read all of the Plugin service developer hub articles and could not meet my requirements.

This is what I’m trying to achieve.
image

You can see both of the plugins in the same toolbar.

Those are one plugin, not 2. But they made 2 buttons that do different things and open different widgets. They just did toolbar:CreateButton() twice.

Oh okay thanks. That helps alot.