github rojo-rbx/rojo v7.0.0-alpha.2
7.0.0 Alpha 2

latest releases: v7.5.1, v7.5.0, v7.4.4...
pre-release4 years ago

This is a minor hotfix to address a release issue as part of 7.0.0 Alpha 1.

Upgrading

To install the Roblox Studio plugin, there are three options:

  • 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 = "7.0.0-alpha.2" }

From GitHub Release

Download one of the attached binaries on this release page!

From the VS Code Extension

Open your VS Code preferences and set the "Release Branch" option to "7.x":

Switching version dropdown to select Rojo 7

From Crates.io

You can use Cargo (1.43.1+) to build the release yourself from crates.io:

cargo install rojo --version 7.0.0-alpha.2

Changes Since 7.0.0-alpha.1

  • Fixed incorrect protocol version between the client and server.

Don't miss a new rojo release

NewReleases is sending notifications on new releases.