Skip to content

GUI tool to convert .rbxl/.rbxlx files to Rojo project structure

License

Notifications You must be signed in to change notification settings

beeeegi/Parcel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parcel

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

Forked from rbxlx-to-rojo by Kampfkarren

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

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!

About

GUI tool to convert .rbxl/.rbxlx files to Rojo project structure

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages

  • Rust 61.1%
  • JavaScript 15.9%
  • CSS 14.3%
  • HTML 8.7%