Context Menu Manager
Install on Roblox
A plugin for managing custom context menus.
Screenshot of the Manager Widget:
How to Use
1. Creating
Creating is quite self-explanitory, except some things. For instance:
- Locate to Submenu: Input the name of an existing Submenu
- Link Source to Action: To link a function that will be called once the action is triggered, you must select any type of Script. Then, click on the Link Source to Action button. Once your selected Script automatically unselects, that means the function has been successfully linked.
2. Updating/Editing
Updating is mostly self-explanitory and uses similar settings to the creation tab, which work exactly the same. Except, one new button:
- Import Action Source: Will create a Script with the Source of the Action function that was linked before. (Use incase you lost the original source for the Action)
- NOTE: Icon must be the full URL. Example: “rbxassetid://123456789”
NOTE
To make sure that the plugin works properly and has the ability to export action data, make sure to enable “Script Injection” for this plugin.
To do that, go to the Plugins
tab on the topbar, then click Manage Plugins
:
After that, find Context Menu Manager
and press on Script Injection
:
Afterwards, just enable it and you will be good to go!
Hope this plugin helps someone out! (I was making it for myself but then I figured to make a full plugin)
My personal use case scenario example:
If there’s any bugs/errors/glitches, let me know!