6.1.0
This is a minor release that works around Roblox's new partially-released OptionalCoordinateFrame
type. When reading files that contain this type, Rojo will currently output a warning. Previously, Rojo would encounter an error and give up.
Additionally, this release adds the new --address
flag to the Rojo CLI. This is intended for users who want to run Roblox Studio and Rojo on different machines or with one of the programs in a virtual machine.
Changes Since 6.0.2
- Updated dependencies, fixing OptionalCoordinateFrame-related issues.
- Added
--address
flag torojo serve
to allow for external connections. (#403)
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.1.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