Skip to content

Releases: ActualMasterOogway/Roblox-Studio-Mod-Manager

Flag Editor fixes

14 May 19:05

Choose a tag to compare

  • some flag editor fixes idk
  • a link opening fix

Full Changelog: v2025.04.26...v2025.05.14

Better Internal Patching, Turbocharged Flag Editor, Quality of Life

26 Apr 16:49

Choose a tag to compare

  • Internal Patching (@7ap)

    • Moved away from signature patching
      • This now allows you to patch roblox internal for any future version and versions going back to 2023
  • Flag editor improvements!

    • Updated FVariable extraction to use RbxFFlagDumper by @pizzaboxer
      • Lua FVariables and other FVariables defined from Roblox's ClientSettings are now included in the list of available names!
    • Flag editor table is now virtualized and loads near instantaneously.
      • Typing in the search bar no longer requires you to hit enter, it will immediately filter the results.
    • You can now right-click on an FVariable to copy its value to the clipboard.
  • Quality of life improvements:

    • Opening an RBXL file no longer requires you to press "Launch Studio", it will behave as though it was clicked automatically.
    • Updated logo in parity with Roblox Studio's latest icon change.
    • Fixed a bug where the shutdown confirmation prompt would sometimes appear behind the installation window
    • Updated to .Net 9.0

Minor update to patch Roblox Internal

01 Feb 12:43

Choose a tag to compare

This uses the same method as in this patcher and it automatically retrieves the signatures from that patcher. @7ap