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

When I export an object from Roblox Studio into the Rojo file structure, the connection to the Rojo server crashes. However, the Rojo server itself in Visual Studio Code continues...

type: bug
version: 6

This would solve #161 and be an alternative to #169. There's a great API that loads models out of the content folder I didn't know about! ```lua game:GetObjects("rbxasset://models/AvatarContextMenu/AvatarContextArrow.rbxm").Parent = workspace...

type: enhancement
impact: high
size: medium

Currently, I'm naming markdown files in my git project as `example.md.txt` in order to get Rojo to sync them into Studio as `StringValue` objects. This works pretty well, however, without...

type: enhancement

I was trying to update my Rojo project (VSCode, I am aware that v6.0.0-rc.1 is still undergoing some work), and in the process of doing so I keep receiving the...

type: bug
version: 6

Implementing this, alongside plugin config, would unblock a lot of people and let them have custom workflows.

type: enhancement
impact: high
status: needs design

Enabling Two-Way Sync and then typing in any script causes this error in Studio. The .lua files in the Rojo project remain unchanged. ```  user_rojo.rbxm.Rojo.Plugin.ServeSession:192: attempt to call a nil...

type: bug
scope: plugin
impact: small
version: 6

It would be very useful to allow developers to disable syncing on certain parts of their project, for example, a large city within their game that is made of parts...

type: enhancement
scope: cli

I encounter the following error when executing `rojo build` using Rojo 6.0.0-rc1 when my `src` folder contains a symlinked folder: ``` [ERROR] failed to query metadata of file `{...path}\src/shared\{symlinked_folder}` [ERROR]...

type: bug
version: 6

I am currently having this issue on Rojo 6.0.0 Release Candidate 4 synced with the VSC extension. This issue doesn't really affect anything, it just presents a rather annoying error...

type: bug
impact: small

Project files in Rojo are complicated. We can make them nicer with comments. We could: - use an ad hoc superset of JSON with comments - use JSON 5 (poor...

type: enhancement
scope: cli
impact: medium