Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.74 KB

File metadata and controls

70 lines (47 loc) · 1.74 KB

Parcel

Convert roblox place files to rojo projects with a nice gui.

Forked from rbxlx-to-rojo by Kampfkarren

{06A26287-C250-45D1-9C7B-512CD60DE7B7}

Showcase

https://www.youtube.com/watch?v=PHIzqpJm34k

What it does

  • Converts .rbxl and .rbxlx files 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

Requirements

  • 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 .rbxlx gives you errors. Some newer XML features aren't supported yet.

Installation

Grab the latest release: here

Or build it yourself:

npm install
npm run build

You'll find the exe in target/release/parcel.exe

How to use

  1. Open parcel
  2. Pick where you want the project saved
  3. Pick your place file
  4. Hit convert
  5. Wait few secs
  6. Done

Output

your-project/
├── default.project.json
└── src/
    ├── ReplicatedStorage/
    ├── ServerScriptService/
    ├── ServerStorage/
    └── ...

Credits

License

MPL-2.0, see LICENSE.md

⭐ If you found this tool useful, consider starring the repository to show your support!