This post was imported from robloxscripts.com and may be outdated so keep that in mind when trying to execute a script or wondering why the download no longer works. I decided to keep these posts for archive purposes and some of you may find use for these posts.

Created by patyk73

You will also have to re-do this every time Roblox updates – it’s a very manual job.

 

Requirements:

~ Firefox (https://mozilla.org/en-US/firefox/new) ~
~ 7-Zip (https://7-zip.org)~
~ a way of modifying text files~
~ admin access to your computer ~

 

Tutorial:

  1. Open Firefox and head over to https://store.rg-adguard.net – this site will allow us to download a clean copy of the Roblox .appx file, straight from Microsoft.
  2. On the page, paste
    https://apps.microsoft.com/store/detail/roblox/9NBLGGGZM6WM

    into the URL box and press the tick.

  3. You will be greeted with a list of files – the only one that you need is the one that starts with ROBLOXCORPORATION and ends with .msixbundle. Click on it to start downloading it.
  4. Firefox may complain that the download is “insecure” – this is because we’re downloading it using HTTP. You can ignore the warning.
  5. Once it finishes downloading, extract it to a folder with 7-zip. Copy the extracted files into a new folder on the root of the C drive – we’ll call it “roblox”.
  6. Go into the folder and you’ll see a bunch of .msix files – extract the largest one to a folder (the one without “scale” in the file name) called “roblox1”.
  7. Inside the extracted folder, delete “AppxSignature.p7x”.
  8. Go back into the previous folder (the one where you saw a bunch of .msix files) – and repeat Step 6 and Step 7, incrementing the 1 in “roblox1” accordingly.
  9. Go back to “roblox1” and open the AppxManifest.xml file with Notepad.
  10. On the 3rd line, you will see <Identity Name=”ROBLOXCORPORATION.ROBLOX” (…) > Add a .1 to “ROBLOXCORPORATION.ROBLOX” so it becomes “ROBLOXCORPORATION.ROBLOX.1”.
  11. On the 6th line, you will see the
    1. <DisplayName>
  12. parameter. Change “Roblox” to “Roblox 1”. Do the same for line 20 and 21.
  13. Repeat Step 9, Step 10 and Step 11 for every single instance of Roblox you extracted, incrementing the 1 accordingly.
  14. Open Windows Settings and search for “developer” – open the developer settings and enable Developer Mode.
  15. Open PowerShell as Administrator and type the following command:
    1. Add-AppxPackage -path “C:\roblox\roblox1\AppxManifest.xml” -register
  16. Run this command for every single Roblox instance you created, incrementing the 1 accordingly.

If there’s an error message, you either haven’t enabled Developer Mode in Windows, or you didn’t delete AppxSignature.p7x, or you modified AppxManifest.xml incorrectly. Please re-check those.

Once you’ve done all of this, you will have Roblox 1, Roblox 2, Roblox 3 and so on in your Windows Start menu. These instances are completely seperate from each other, meaning that if you sign in to one, it won’t affect the other.

 

 

YOU CAN ALSO TRY USING THIS MULTI TOOL CREATED BY BABY HAMSTA AND SAVE YOURSELF DOING ALL THE ABOVE STEPS: https://robloxscripts.com/roblox-uwp-multi-tool-open-source/

VIDEO GUIDE HERE

ELECTRON OWNER ADDED SUPPORT <3 GOING PUBLIC SOON

 

JOIN THE FORUMS FOR MORE DAILY SCRIPTS