https://github.com/rojo-rbx/rbxlx-to-rojo
Tool to one time convert Roblox places to Rojo projects
https://github.com/rojo-rbx/rbxlx-to-rojo
roblox rojo
Last synced: 9 days ago
JSON representation
Tool to one time convert Roblox places to Rojo projects
- Host: GitHub
- URL: https://github.com/rojo-rbx/rbxlx-to-rojo
- Owner: rojo-rbx
- License: mpl-2.0
- Created: 2019-05-10T16:39:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T20:45:52.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T23:11:31.770Z (7 months ago)
- Topics: roblox, rojo
- Language: Lua
- Homepage:
- Size: 321 KB
- Stars: 187
- Watchers: 14
- Forks: 40
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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:- At least Rojo 0.5.0 Alpha 12 or higher to use the tool.
- A rbxlx place file that at least has scriptsIf 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:- Go to studio, click on any place, and then click on File -> Save to file as.
- Create a folder and name it whatever you want.
### Steps to port the game:
1. Double-click on rbxlx-to-rojo on wherever you installed it.
2. Select the .rbxl file you saved earlier.
3. Now, select the folder that you just created.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](LICENSE.md).