| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| rojo-7.5.1-windows-x86_64.zip | 2025-04-25 | 4.1 MB | |
| rojo-7.5.1-macos-aarch64.zip | 2025-04-25 | 4.6 MB | |
| rojo-7.5.1-linux-x86_64.zip | 2025-04-25 | 5.3 MB | |
| rojo-7.5.1-macos-x86_64.zip | 2025-04-25 | 5.0 MB | |
| Rojo.rbxm | 2025-04-25 | 505.1 kB | |
| README.md | 2025-04-25 | 1.3 kB | |
| v7.5.1 source code.tar.gz | 2025-04-25 | 487.6 kB | |
| v7.5.1 source code.zip | 2025-04-25 | 769.5 kB | |
| Totals: 8 Items | 20.9 MB | 2 | |
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.0.
Changes since Rojo 7.5.0
Fixes
- Fixed an issue where having
Instance.Capabilitiesset would cause the plugin to emit a warning (this property exists on every Instance loaded from a.rbxmor.rbxmxfile)
Upgrading
To install the Roblox Studio plugin, there are a few options:
- Run
rojo plugin installfrom the Rojo CLI - Download the attached
Rojo.rbxmand 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 or Rokit
Add a line to the [tools] section in aftman.toml or rokit.toml:
:::toml
rojo = "rojo-rbx/rojo@7.5.1"
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:
:::bash
cargo install rojo --version 7.5.1