rojo icon indicating copy to clipboard operation
rojo copied to clipboard

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

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

We have a number of places that make up our game: a lobby and the places that links to. We would like to be able to easily share UIs between...

type: enhancement
status: needs design

[Rojo-Warn] Disconnected from an error: user_RojoManagedPlugin.rbxm.Rojo.Plugin.Reconciler.applyPatch:55: Rojo detected an invariant violation within itself: [Rojo-Warn] Cannot add an instance from a patch that has no parent. [Rojo-Warn] Instance d0aca5bae29d1731a4aad2bef937ab7f with parent...

type: bug

We've got a setup where we have multiple project.json files that define similar (but not the same places). As such, if we make a new project.json, 90% of it will...

type: enhancement

Related to #450 - but perhaps simpler, it'd be helpful if we could specify properties as a separate file so that these can be shared between projects. For us, the...

type: enhancement

▼ [Rojo-Warn] Could not apply all changes requested by the Rojo server: [Rojo-Warn] - Update properties on GameScript: Source (x2) Is there any way to fix this?

type: bug
status: stuck

Repro: Modify the Baseplate inside a Rojo project.json file to have an explicitly typed BrickColor property. Serving rojo won't produce an error (as expected, there is shouldn't be one), connecting...

type: bug

I think it would be useful to have a command that rolls up `rojo serve`, `rojo build`, `rojo plugin install`, etc. It would help reduce the number of manual steps...

type: enhancement
scope: cli
size: medium
impact: medium

I found out an issue that occurs which causes rojo to not sync up any code however still shows it being conncected in the studio plugin. The steps I did...

type: bug

``` 16:10:21.590 SyncingEditorText is not a valid member of ModuleScript "ReplicatedStorage.Core" - Edit 16:10:21.590 Stack Begin - Studio 16:10:21.590 Script 'cloud_4048317704.Rojo.Plugin.ServeSession', Line 192 - function __onInstanceChanged - Studio 16:10:21.590 Script...

type: bug
version: 6
two-way-sync

In a `.model.json` file, how do I write a Ref? I checked the documentation and the documentation doesn't provide guidance. Consider a file `Rat.model.json` ```json { "Name": "Rat", "ClassName": "Model",...

type: enhancement
size: medium
impact: medium
status: in-progress