6.2.0
This is a small bugfix release for the 6.0 release series. It will likely be the final release for Rojo 6, as Rojo 7 is nearing ready.
Changes Since 6.1.0
- Added "EXPERIMENTAL!" label to two-way sync toggle in Rojo's Roblox Studio plugin.
- Fixed "Open Scripts Externally" feature crashing Studio (#369)
- Updated dependencies, fixing
HumanoidDescription
ID issues.
Upgrading
To install the Roblox Studio plugin, there are a few options now:
- Run
rojo plugin install
from the Rojo CLI - Download the attached
Rojo.rbxm
and place it into you Roblox Studio plugins folder - Install from the Roblox plugin page
There are also multiple to install the Rojo CLI.
With Foreman
Add a line to the [tools]
section in foreman.toml
:
rojo = { source = "rojo-rbx/rojo", version = "6.2.0" }
From GitHub Release
Download one of the attached binaries on this release page!
From the VS Code Extension
Change your release channel in the extension's setting page to 6.x
:
From Crates.io
You can use Cargo (1.43.1+) to build the release yourself from crates.io:
cargo install rojo