How to deselect all ribbon tools with a plugin?

I’ve tried to use:

plugin:SelectRibbonTool(Enum.RibbonTool.None)

but it doesn’t work. Is it possible to deselect ribbon tools in studio with a plugin?

1 Like

Good news!
It is now possible to deselect the ribbon tools in studio with a plugin.

I just activated a change that will let you do this.
You may now call:
plugin:SelectRibbon(Enum.RibbonTool.None, Udim2.new(0,0,0,0))

It will no longer print an error, and it will deselect the current tool.

1 Like