Skip to content

Commit

Permalink
Document emitLegacyScripts (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: boatbomber <zack@boatbomber.com>
  • Loading branch information
Dekkonot and boatbomber authored May 20, 2024
1 parent db1ea66 commit 1c99a8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/project-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Rojo projects are JSON files that have the `.project.json` extension. They have
- `globIgnorePaths`: A list of globs of paths to ignore.
- **Optional**
- Default is `[]`
- `emitLegacyScripts`: A boolean specifying whether Rojo should use both `Script` and `LocalScript` Instances instead of just `Script` Instances with their [`RunContext`](https://create.roblox.com/docs/reference/engine/classes/BaseScript#RunContext) set.
- **Optional**
- Default is `true`

## Instance Description

Expand Down

0 comments on commit 1c99a8e

Please sign in to comment.