← Package directory
Available on winget

Install Rojo

Rojo enables Roblox developers to use professional-grade software engineering tools

Install with winget
winget install --id Rojo.Rojo
Upgrade
winget upgrade --id Rojo.Rojo
Uninstall
winget uninstall --id Rojo.Rojo

About Rojo

Rojo enables Roblox developers to use professional-grade software engineering tools

What's new in 7.6.1

Changes since Rojo 7.6.0 Additions - Added support for JSON comments and trailing commas in project, meta, and model json files (#1144) - Added sourcemap.json into the default .gitignore files (#1145) Fixes - Fixed a bug where the last sync timestamp was not updating correctly in the plugin (#1132) - Improved the reliability of sync replacements by adding better error handling and recovery (#1135) - Small improvements to stability when syncing massive projects (#1140) 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 Rokit Add a line to the [tools] section in rokit.toml: rojo = "rojo-rbx/rojo@7.6.1" From GitHub Release Download one of the attached binaries on this release page! From Crates.io You can use Cargo (1.88.0+) to build the release yourself from crates.io: cargo install rojo --version 7.6.1

Read release notes

Version history

Version Updated Notes
7.6.1 Unknown Changes since Rojo 7.6.0 Additions - Added support for JSON comments and trailing commas in project, meta, and model json files (#1144) - Added sourcemap.json into the default .gitignore files (#1145) Fixes - Fixed a bug...
7.5.1 Unknown This release fixes a problem in the Rojo plugin that caused it to spam the output when syncing in .rbxm or .rbxmx files. If you are looking for Rojo 7.5.0's changes, see https://github.com/rojo-rbx/rojo/releases/tag/v7.5...
7.4.4 Unknown 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 wi...
7.4.2 Unknown Fixes - Fixed removing trailing newlines in scripts (#903) - As always, the internal property database has been updated. This fixes an issue with SurfaceAppearance.Color among other things. (#948) Changes - Added option...
7.4.1 Unknown Fixes - Fixed incorrect results when building model pivots (#865) - Fixed incorrect results when serving model pivots (#868) - Fixed Rojo plugin failing to connect when project contains certain unreadable properties (#84...
7.4.0 Unknown Additions Project format - Added support for .toml files to $path - Added support for Font and CFrame attributes - Added the emitLegacyScripts field to the project format - Added Terrain classname inference, similar to s...
7.3.0 Unknown - Added $attributes to project format. - Added --watch flag to rojo sourcemap. - Added support for init.csv files. - Added real-time sync status to the Studio plugin. - Added support for copying error messages to the cli...