This doesn’t work for everyone though, it relies on LocalAppData and for me, Roblox stores versions in C:\Program Files (x86)\Roblox\versions. However, it did use to store versions in LocalAppData for me
Yeah, this code does rely on Roblox being stored in a non-admin location. I found that Roblox only stores itself in Program Files if you grant elevation in the UAC pop-up that appears when installing/updating Roblox.
The env variable is probably PROGRAMFILES(x86)or something
I don’t believe there is actually an environment variable for program files, as far as I’m aware, TEMP, APPDATA, LOCALAPPDATA, SYSTEMROOT and USERPROFILE is the only environment variables that are assigned without manually adding some.
What’s funny is I’ve only started seeing the UAC popup recently. Thanks for clearing that up (I’ll have to update my YouTube tutorial anyways lol)
Yeah, it saves the hassle for kids who do not know if their PC is 32 or 64-bit, programs like Microsoft Edge are 32-bit anyways (this is on a 64-bit computer with a Celeron N2840)
Btw, in that you say that using -app on RobloxAppLauncher would work, but that’s actually not the case at all. The RobloxAppLauncher is basically the same file that you download to install Roblox. Executing it with -app basically tries to open it instead of reinstalling Roblox.
RobloxAppBeta.exe is the actual client, essentially --app will just enable the menu to show up. We are doing that to basically cut the ‘middle-man’ that is the RobloxAppLauncher.
Additionally, here’s some reasons to not use the command prompt way. (any of the methods that use the little code)
Will ask you to relogin everytime.
It’s harder to execute than the shortcut.
Additionally, I remember seeing people talking about the code method coming from Vermillion which made their topic get deleted.
As of the moment, I prefer having this method over having the actual beta, which I had access in an alt, the app has some lag spikes here and there. So launching from the website is useful for competitive games, since that will use the normal way.
Try finding where the RobloxPlayerBeta.exe is. That is a problem on your end, because you’re probably trying to launch the wrong location. Try copying the Roblox Player shortcut from the search bar instead, and then creating a desktop copy, then change it on the desktop.
You can use Task Scheduler or place the shortcut in shell:startup.
This is what’s supposed to happen, can’t really fix it rn
Can’t someone make a CMD or PowerShell script? I’d rather not use Python. (PowerShell is more likely than CMD due to it being a mini programming language)