rojo-rbx / rbxlx-to-rojo

Tool to one time convert Roblox places to Rojo projects
Mozilla Public License 2.0
170 stars 35 forks source link
roblox rojo

rbxlx-to-rojo (now supports .rbxl!)

Tool to convert existing Roblox games into Rojo projects by reading their rbxl or rbxlx place files.

Using rbxlx-to-rojo

Setup

Before you can use rbxlx-to-rojo, you need the following:

If there aren't any scripts in the rbxlx file, rbxlx-to-rojo will return an error.

Download the latest release of rbxlx-to-rojo here: https://github.com/rojo-rbx/rbxlx-to-rojo/releases

Porting the game

Before you can port your game into Rojo projects, you need a place/model file. If you have an existing game that isn't exported:

If you followed the steps correctly, you should see something that looks like this:

Congratulations, you successfully ported an existing game using rbxlx-to-rojo!

License

rbxlx-to-rojo is available under The Mozilla Public License, Version 2. Details are available in LICENSE.md.