Convert roblox place files to rojo projects with a nice gui.
Forked from rbxlx-to-rojo by Kampfkarren
- Converts
.rbxland.rbxlxfiles to rojo project structure - Extracts all your scripts, folders, and services
- Shows live logs so you can see what's happening
- Dark terminal style UI because why not
- Rojo 0.5.0 alpha 12+ to actually use the generated projects
- A place file with at least one script in it
Tip: Use
.rbxl(binary) format if.rbxlxgives you errors. Some newer XML features aren't supported yet.
Grab the latest release: here
Or build it yourself:
npm install
npm run buildYou'll find the exe in target/release/parcel.exe
- Open parcel
- Pick where you want the project saved
- Pick your place file
- Hit convert
- Wait few secs
- Done
your-project/
├── default.project.json
└── src/
├── ReplicatedStorage/
├── ServerScriptService/
├── ServerStorage/
└── ...
- Original tool by Kampfkarren
- Uses rbx-dom for parsing
- Built with Tauri and Rust
MPL-2.0, see LICENSE.md