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
274 stars 48 forks source link

Remove the -launchmode argument when launching with a URL #197

Open Chedski opened 8 months ago

Chedski commented 8 months ago

Launching Studio with -launchmode edit prevents it from properly launching into a game. You can test this by launching studio with the arguments -task EditPlace -placeId 123 -universeId 456 -userId 789, which will properly launch into editing the game (as long as you change the IDs to something you can edit and a user you're logged in as), and then adding -launchmode edit, which will cause Studio to launch to the game list.