rojo
rojo copied to clipboard
Rojo enables Roblox developers to use professional-grade software engineering tools
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...
[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...
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...
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...
▼ [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?
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...
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...
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...
``` 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...
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",...