Macro Manager Redux - Plugin

Hello developers!

If you’ve been around for a while, you might remember this awesome macro manager plugin by @Defaultio from 2018. It provided a great way to manage and run macros in your Studio projects, but I felt it was missing some key features, and some general aesthetic changes.

So, for the past almost 9 months, I’ve been working on a sort of redux version with more powerful functionality and a modern UI.

New Features

  • Revamped GUI: A cleaner, more intuitive interface for managing macros.
    image

  • Advanced Script Editor: Enhanced autocomplete to make writing macros faster and easier.
    RobloxStudioBeta_KttcvMMin8

  • 11 New Macro Item Types: Expanded functionality to give you more control over automation.

  • Rojo Compatibility: Enable macro writing with third-party software using Rojo.

  • Refresh Button in Toolbar: Easily refresh your macros without having to navigate to the ‘CheckMeToRefreshMacros’ BoolValue in the Explorer.
    479_541137b3-3deb-489f-b165-51423a05d49f_RobloxStudioBeta

This plugin is meant for people who have used Defaultio’s version before, so there isn’t much documentation beyond the autocomplete.

Macros made with Defaultio’s plugin should work with this version.

Plugin: Macro Manager Redux
Github: Repository

Let me know your thoughts! Feedback and suggestions are always welcome.

2 Likes

Can you release this on GitHub?

I’ve updated the post to include a link to a GitHub repository of the plugin.

This is awesome! I have been using the old macro manager for the past 4 years now and im always looking for alternatives but still the same as the old one and with more features!

Documentation needs to be implemented since there are new macro items. I had to sift through the codebase to know what these items can do.

One suggestion:
Put the Refresh macro button on the plugin window directly together with the Create Macro so we don’t need to open the plugin tab to refresh. The window is always open anyway when using the macros. But still keep the button on the plugin tab so we can bind shortcut keys.

Overall awesome plugin!

1 Like

Thank you for the feedback! I might update the plugin sometime to include some documentation (sometimes even I forget how to use certain macro items :sweat_smile:), and I do like the idea of having the refresh button be in the plugin widget. I’m also considering switching away from Roact to Fusion and adding support for custom item types like in Defaultio’s version.

1 Like