1.8 KiB
[TOC]
Overview
Rojo has two components:
- The command line interface (CLI)
- The Roblox Studio plugin
!!! info It's important that your installed version of the plugin and CLI are compatible.
The plugin will show errors in the Roblox Studio output window if there is a version mismatch.
Installing the CLI
Installing from GitHub
If you're on Windows, there are pre-built binaries available from Rojo's GitHub Releases page.
The Rojo CLI must be run from the command line, like Terminal.app on MacOS or cmd.exe on Windows. It's recommended that you put the Rojo CLI executable on your PATH to make this easier.
Installing from Cargo
If you have Rust installed, the easiest way to get Rojo is with Cargo!
To install the latest 0.5.0 alpha, use:
cargo install rojo --version 0.5.0-alpha.9
Installing the Plugin
Installing from GitHub
The Rojo Roblox Studio plugin is available available from Rojo's GitHub Releases page.
Download the attached rbxm file and put it into your Roblox Studio plugins folder. You can find that folder by pressing Plugins Folder from your Plugins toolbar in Roblox Studio:
Installing from Roblox.com
Visit Rojo's Roblox.com Plugin page in Roblox Studio and press Install.
Visual Studio Code Extension
If you use Visual Studio Code on Windows, you can install Evaera's unofficial Rojo extension, which will install both halves of Rojo for you. It even has a nifty UI to add partitions and start/stop the Rojo server!
