rojo icon indicating copy to clipboard operation
rojo copied to clipboard

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

Results 201 rojo issues
Sort by recently updated
recently updated
newest added

This PR bumps memofs' version number to 0.3.0, and also updates Rojo's dependencies on memofs. This is necessary to have Rojo on crates.io actually contain the recent changes in memofs,...

scope: cli
size: small
impact: medium
skip changelog

Reproduction steps: 1. Initialize a new Rojo project. 2. Set the `Workspace.PlayerCharacterDestroyBehavior` to `"Enabled"` in the project file. 3. Run `rojo serve`. 4. Open a blank studio place (don't build...

scope: plugin
size: small
impact: small
status: ready for work

Forgive me if I missed it, but if you provide a name with an invalid character, there is no error provided and it says that the project is built successfully....

type: bug
size: small
impact: small
status: needs repro
status: needs info

The following `default.project.json` causes rojo to crash when doing `rojo build` ```json { "name": "LuauProject", "tree": { "$path": "." } } ``` output: ``` thread 'main' has overflowed its stack...

type: enhancement
scope: cli
size: small
impact: small

Currently, as of `v7.2.1` (e482aba030aa1661bc3bd0d80dab85df6fca2fcf), the `build` command does not respect `WeldConstraint.Enabled`, resulting in all `WeldConstraint` instances that are generated having their `Enabled` properties set to `false`. However, the `serve`...

type: bug
size: small
size: medium
status: external
status: ready for work

Trying to include a .rbxmx file with a TextButton with an Emoji in its text doesn't sync correctly. What it is: ❌ What roblox save to .rbxmx outputs: `❌` What...

type: bug
scope: cli
size: small
impact: medium
status: external

It's just the plugin on Roblox studio. Every like 10 minutes it just shows a rate limit error and I can't use it for like a whole day.

type: bug
scope: plugin
status: stuck
impact: medium

Occasionally when using Rojo, it will output invalid JSON such as the following: https://i.imgur.com/zLURlf5.png ![image](https://github.com/rojo-rbx/rojo/assets/80861876/72e81d21-82f4-4674-9bfa-f0504018e26d) ![image](https://github.com/rojo-rbx/rojo/assets/80861876/1fcda75e-df73-48e5-b000-8ab2334e0631) --- This seems to only happen in watch mode. Regenerating the sourcemap manually always...

type: bug
scope: cli
impact: medium

I have attached a [Repro File (.zip)](https://github.com/rojo-rbx/rojo/files/14442202/Repro.zip). It contains a billboard gui located in ReplicatedStorage Repro Version: Rojo 7.4.1. Repro Steps: 1. run `rojo build` 2. run `rojo serve` 3....

type: bug
scope: plugin
regression
size: small
impact: small
status: external

Before: ![image](https://github.com/rojo-rbx/rojo/assets/40185666/685b0c71-8985-416b-9409-bd88097ac269) ![image](https://github.com/rojo-rbx/rojo/assets/40185666/40d699e2-d0a7-48c5-8726-2164630853e3) After: ![image](https://github.com/rojo-rbx/rojo/assets/40185666/f386c2e4-f07f-453f-b341-e8c68a9e432d) ![image](https://github.com/rojo-rbx/rojo/assets/40185666/c6b4684d-b9c2-4819-89a2-1474d101a728)

scope: plugin
size: small
impact: small