Context Menu Manager - Plugin for custom context menus

Context Menu Manager

Install on Roblox


A plugin for managing custom context menus.

2025-01-29 22-00-50

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.

Screenshot_1

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)

Screenshot_2

  • 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:

image

After that, find Context Menu Manager and press on Script Injection:

image

Afterwards, just enable it and you will be good to go!

image


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:

image

If there’s any bugs/errors/glitches, let me know!

9 Likes

Update:

Added the ability to Export and Import actions, as well as manually saving actions.

image

image

1 Like