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

When connecting to a rojo server with two-way sync enabled, it results in the server crashing with this error 100% of the time: ![image](https://user-images.githubusercontent.com/45327591/85201235-a39e1780-b2f5-11ea-8967-70d4ce4ed057.png)

type: bug
two-way-sync

File paths should be included in the /api/read endpoint (Maybe behind an optional querystring parameter?, eg. `?showPaths=true`) An example use case for this would be in VSCode when using `script`...

type: enhancement
status: needs design

Rojo server listening on port 34872 **thread 'main' panicked at 'error binding to 127.0.0.1:34872: error creating server listener: Address already in use (os error 48)', /Users/thisismyname/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.12.35/src/server/mod.rs:116:17** note: run with `RUST_BACKTRACE=1`...

type: bug
size: small
impact: small

The plugin tries to destroy the DataModel if you sync in a project that describes a model. That's no good, we should instead catch this case and warn. Maybe the...

type: enhancement
scope: cli
scope: plugin

Sometimes it isn't obvious how to structure a Rojo project to get what you used to do in regular Roblox. Some good examples we should cover: - [ ] A...

impact: high
scope: docs

This is _the_ giant killer feature Rojo needs! ## Enabling Two-Way Sync Turn on the "Two-Way Sync" toggle in the plugin, available on master: ![Rojo settings panel](https://user-images.githubusercontent.com/654598/76990616-80825700-6905-11ea-8516-a5e2ac57d3d5.png) ## Work Items...

type: enhancement
scope: cli
scope: plugin
impact: high
size: large
two-way-sync

We use `servePlaceIds` in Zombie Strike, as we have two places to update. It has been a life server, I cannot count the number of times I've almost synced the...

type: enhancement
size: small
impact: medium

Right now, we need to supply the output file each time when building a project: ```sh $ rojo build -o place.rbxlx ``` If we could supply the output file in...

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

## Description Got a C stackoverflow error in the v0.5.4 Rojo Roblox Studio plugin: ![image](https://user-images.githubusercontent.com/2780639/75804380-23709800-5d80-11ea-9e17-2d60b13d700b.png) ## Cause Error appeared after long period of pc idle time *(check error log timestamps)*....

type: bug

Rojo has historically done poorly when it comes to dealing with the user moving and deleting instances that it tracks. We'll need to improve this for two-way sync, and also...

scope: plugin
two-way-sync