Overriding Studio's Right-Click Behavior

Hey all, I’m exploring some of the features of plugins that I haven’t really used before. One of these is the PluginMenu, which lets you display a context menu.

I want to be able to display this menu alone when the user right-clicks. That is, I do not want studio’s built-in context menu to show.

RobloxStudioBeta_jXWs0bpB3m

You can see the issue in the screenshot – I can bring up the menu, but studio’s menu is behind it, looking ugly & distracting the user.

Anyway… anyone know how I could accomplish this?

I’ve pored through the wiki, but nothing jumps out at me which can solve this.

I don’t think that would be possible to do since I believe that part is handled on the C++ part of Studio, where we can’t do anything on. Maybe with some positioning and sizing, you could get the Context Menu to blend-in with Studio’s Context Menu, but then again I’m not sure if that’s possible since it’s the first time I hear about these functions.