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

Closes #402. ## Problem Currently, Rojo does not support creation of some instances and properties via the Studio plugin - notably UnionOperations and MeshParts. MeshParts can in fact be created...

status: needs review

Today, some Rojo users connect the Rojo studio plugin from running playtest DataModels. For some projects, this works out of the box, and in conjunction with a hot reloading library,...

type: enhancement

Error Returned From Roblox: ![image](https://user-images.githubusercontent.com/36064214/146646520-c20781ec-3f3e-4783-a4f1-3df45c809a12.png) Script In Question: ![image](https://user-images.githubusercontent.com/36064214/146646548-d95e06ee-f001-42f5-a200-3da73e8e58cb.png)

type: bug
scope: plugin

One of my developers mistook the disconnect button ("X") in the plug-in for an error indicator. When they clicked it, presumably to see information about the error, it disconnected them...

type: enhancement
scope: plugin

[ERROR] Rojo crashed! [ERROR] This is probably a Rojo bug. [ERROR] [ERROR] Please consider filing an issue: https://github.com/rojo-rbx/rojo/issues [ERROR] [ERROR] Details: called `Result::unwrap()` on an `Err` value: Io(Os { code:...

type: bug
status: needs repro

Currently, as of `7.0.0`, if a project has any `WrapTarget` instances, it will cause `rojo build` to spit an error if attempting to output to a binary format: ![image](https://user-images.githubusercontent.com/26460940/154766163-8fd0632b-3964-4f2b-b396-450f08334827.png) This...

type: bug
status: needs repro

The optional path feature, introduced in #472, does not watch missing folders for changes. This is tricky to do well! ## Repro Create this project file: ```json { "name": "optional",...

type: bug
scope: cli

As we've discussed on Discord, having a $path that contains .. causes the change detection to break. This means that rojo doesn't send changes to the Roblox Studio plugin. This...

type: bug
scope: cli

GetObjects is weirdly unstable, and likely slower. https://developer.roblox.com/en-us/api-reference/function/InsertService/CreateMeshPartAsync

type: enhancement
scope: plugin

When trying to sync a model that contains an instance with a property set to `inf` Rojo will set that property to `0`. For example, if I have a `BodyPosition`...

type: bug
status: needs design