MaximumADHD / Roblox-Studio-Mod-Manager

An open-source custom bootstrapper for Roblox Studio that allows you to override files in Roblox Studio's directory, opt into development branches of Roblox, and experiment with Fast Flags.
MIT License
272 stars 48 forks source link

Capabilities of the manager #209

Open realrunnow opened 3 months ago

realrunnow commented 3 months ago

Basically I would like to modify the studio default layout and the user layout, the studio theme and maybe even the top bar for options(where the plugin tab sits)

realrunnow commented 3 months ago

adding onto it, how can I modify the built in plugins, when the code is compiled to luau bytecode, and how can I maybe even recompile them back into bytecode

realrunnow commented 3 months ago

after more research, I realised that built in plugins are signed now, and that its impossible to change them because the signature verification cannot be disabled whitout modifying the executable, which would be breaking the studio license.