Roblox-Studio-Mod-Manager
Roblox-Studio-Mod-Manager copied to clipboard
RobloxStudioModManager should not become default app for .rbxl and .rbxlx files
After running RobloxStudioModManager to retrieve & replace new Roblox Studio BuiltInPlugins
with old, more ideally-behaving versions of some plugins from BuiltInPlugins
, RobloxStudioModManager sets itself as the default program for .rbxl
and .rbxlx
files.
RobloxStudioModManager declaring itself as the default program to open these file types is intrusive behavior, and forces the user to manually change the app back to Roblox Studio in my OS (Win10) in order to seamlessly start Roblox Studio place files from the command line.
This is important to not have to do, because of the fact that this introduces an extra step where the user has to click through the program's prompt box in order to start Roblox Studio. This defeats the purpose of starting Roblox Studio via the command line (specifically the command start place.rbxl
) and can break CI workflow.