Rojo is a flexible multi-tool designed for creating robust Roblox projects.
It's designed for power users who want to use the best tools available for building games, libraries, and plugins.
Rojo lets you:
- Work on scripts from the filesystem, in your favorite editor
- Version your place, library, or plugin using Git or another VCS
- Sync JSON-format models from the filesystem into your game
Later this year, Rojo will be able to:
- Sync
rbxmx
models between the filesystem and Roblox Studio - Package projects into
rbxmx
files from the command line
You can also view the documentation by browsing the docs folder of the repository, but because it uses a number of Markdown extensions, it may not be very readable.
There are lots of other tools that sync scripts into Roblox or provide other tools for working with Roblox places.
Here are a few, if you're looking for alternatives or supplements to Rojo:
- rbxmk by Anaminus
- RbxRefresh by Osyris
- Studio Bridge by Vocksel
- RbxSync by evaera
- CodeSync and rbx-exteditor by MemoryPenguin
If you use a plugin that isn't Rojo for syncing code, open an issue and let me know why! I'd like Rojo to be the end-all tool so that people stop reinventing solutions to this problem.
Pull requests are welcome!
All pull requests are run against a test suite on Travis CI. That test suite should always pass!
Rojo is available under the terms of the Mozilla Public License, Version 2.0. See LICENSE for details.