This release fixes a crash caused by a recent Roblox change and an edge case caused by setting Archivable
to false
for one Instance but not setting it for anything else.
Changes since Rojo 7.4.3
Fixes
- Fixed an issue with reading recently generated Lighting files
Archivable
is now set totrue
by default when building to binary (rbxm
/rbxl
) files, which fixes an edge case where it was set tofalse
for one Instance but not set for anything else
Upgrading
To install the Roblox Studio plugin, there are a few options:
- Run
rojo plugin install
from the Rojo CLI - Download the attached
Rojo.rbxm
and place it into your Roblox Studio plugins folder - Install from the Roblox plugin page
There are also multiple ways to install the Rojo CLI:
With Aftman
Add a line to the [tools]
section in aftman.toml
:
rojo ="rojo-rbx/[email protected]"
From GitHub Release
Download one of the attached binaries on this release page!
From Crates.io
You can use Cargo (1.70.0+) to build the release yourself from crates.io:
cargo install rojo --version 7.4.4