Skip to content

6.0.2

Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 09 Feb 17:04
· 288 commits to master since this release

This is a minor release to work around Roblox's introduction of CSRF challenges on the upload endpoint Rojo uses.

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.0.2" }

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:

Rojo VS Code extension configured to install Rojo 6.x

From Crates.io

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

cargo install rojo

Changes Since 6.0.1

  • Fixed rojo upload to handle CSRF challenges.