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

Rojo already has a way of syncing plaintext files in as `StringValues`. A lot of programs (i.e. dialogue files, markdown) export into plaintext formats that could be with interpreted with...

type: enhancement
scope: cli
status: needs design
impact: medium

This PR will add references syntax to `.model.json` files.

status: needs review

I created 1 **.server.lua** file, and when I connected the studio to Rojo, it created 2 **Script** instances.

type: support

Adds a setting to automatically re-connect to the rojo server when entering play solo

status: needs refresh

Not needing to press connect on rojo's panel would be a nice quality of life feature, and could save panel space.

type: enhancement

The Roblox model formats already support having multiple instances at the top-level. This is how places are encoded! Rojo right now will fail to load a model file that has...

type: enhancement
scope: cli
status: needs design

This is a proposal and prototype implementation for a solution to #55. The goal with this PR is primarily to receive feedback on the proposed design document. If we can...

status: on hold

This adds caching to the CI workflow which should improve build times quite a bit. I used the recommended cache parameters from here: https://github.com/actions/cache/blob/main/examples.md#rust---cargo I tried this approach in my...

status: on hold

This adds coverage reporting for PRs and merges to master, with a low-ball minimum coverage check. A potential next step would be for an admin to add coveralls support to...

status: needs refresh