Rbx2Grab plugin by GeoFennec also exists and may be easier for you to use.
- Install Python
- Install Roblox Studio
- HTTP Requests enabled in your game (
Game Settings > Security > Allow HTTP Requests)
- Create a folder named
GrabMapin the Roblox Studio Workspace. - Place all maps and objects you want to export into the
GrabMapfolder. - Create a Script in ServerScriptService named
MainScript. - In
MainScript, Create a ModuleScript namedWebhookService. - Copy the content of
WebhookServiceScript.luainto theWebhookServicemodule. - Copy the content of
MainScript.luaintoMainScript.
- Open a terminal / command prompt and navigate to this folder.
- On Windows run
run.bat. On Mac / Linux run./run.sh. This will setup and start the server onhttps://127.0.0.1:5000.
- Run the game to start the script. Press
F9for logs. - When finished a .json file will have been created in this folder.
- You can convert the JSON file to a level file with any json to level tool such the JSON editor.