An easy way to use ROBLOX Studio Offline without any internet connection or GUAC.
- Download the latest release here
- Go to your ROBLOX Studio installation and rename the DLL
WebView2Loader.dll
toWebView2LoaderOld.dll
- Drag and drop the two DLL's present in the
client
folder of the latest release to your ROBLOX Studio installation - Make a file named
OFFLINE_STUDIO
with no file extension, this will tell Studio-Offline you want to launch it. - Open a command prompt in the
server
directory, and run the commandnpm i && node index.js
- Open ROBLOX Studio from the installation folder (double click RobloxStudioBeta.exe).
- Go to your ROBLOX Studio installation and delete the DLLs
studio_offline.dll
andWebView2Loader.dll
- Rename
WebView2LoaderOld.dll
toWebView2Loader.dll
NOTE: THIS IS FOR IF YOU WANT TO COMPLETELY UNINSTALL STUDIO OFFLINE, IF YOU JUST WANT TO TURN IT OFF, DELETE THE OFFLINE_STUDIO FILE YOU HAVE MADE
Studio-Offline relies on the fact of a local web-server, meaning you will need to preload assets locally to have anything show up. The only thing that comes pre-loaded is the Baseplate
place that can be found in File > New.
- Clear your ROBLOX Studio asset cache (delete
%localappdata%/Temp/Roblox
) - Launch Studio-Offline server and when asked, launch in Asset Grab mode
- Open the place you want to open, when done Studio-Offline will download it, you should also play the game to download/preload any rigs, animations, etc.
- Once everything is finished downloading, close studio, and launch Studio-Offline regularly.
DISCLAIMER: ASSETS WILL NOT LOAD IN ASSET GRAB MODE, THIS IS FINE. IT WILL DOWNLOAD THEM REGARDLESS
Just don't want to login this time? Use Reflection Mode which will redirect assets to the appropriate APIs without having to login.
You're offline, why would it work? Oh you're using this online, run this in the command bar: game:GetService("HttpService").HttpEnabled = true
Report it to the issues page.
Planned features:
- Local DataStores