Advertisement
CloneTrooper1019

Pseudo Guide to launching Roblox externally.

Mar 24th, 2015
735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. RobloxPlayerBeta.exe gets placed in a new directory every time roblox gets updated.
  2. To get the name of the version folder, just pull this from the website:
  3.  
  4. http://setup.roblox.com/version
  5.  
  6. There are two places it can be located:
  7. %LocalAppdata%\Roblox\Versions\CURRENTVERSION\RobloxPlayerBeta.exe
  8. %ProgramFiles%\Roblox\Versions\CURRENTVERSION\RobloxPlayerBeta.exe
  9.  
  10. If you can't locate it, pull this exe from the website, dump it into a file and run it, then check both locations again.
  11. http://setup.roblox.com/Roblox.exe
  12.  
  13. Once you have exe, you just have to start a process with a --id parameter (where --id is the placeId you want it to launch)
  14. For example this would launch Crossroads:
  15. RobloxPlayerBeta.exe --id 1818
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement