Overview of Rojo features
masterRojo is a tool that enables Roblox developers to use professional software engineering workflows. Key capabilities include:
- Filesystem-based development: Work on scripts and models directly from your filesystem using editors like Visual Studio Code.
- Version Control: Use Git or other Version Control Systems (VCS) to manage your game, library, or plugin code.
- Real-time Streaming: Stream
.rbxmxand.rbxmmodels into your Roblox game session in real time. - CLI Deployment: Package and deploy projects to Roblox.com directly from the command line.
- Syncback: Use
rojo syncbackto pull Instances from Roblox place and model files back into an existing Rojo project. - Two-way Sync: An optional setting in the Rojo Studio plugin allows supported edits made in Roblox Studio to sync back to your local filesystem.