From 1c99a8e5a655060e5e273a819582d01e3b87d6c7 Mon Sep 17 00:00:00 2001 From: Micah Date: Mon, 20 May 2024 15:40:56 -0700 Subject: [PATCH] Document emitLegacyScripts (#141) Co-authored-by: boatbomber --- docs/project-format.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/project-format.md b/docs/project-format.md index 6384971d..3131abf6 100644 --- a/docs/project-format.md +++ b/docs/project-format.md @@ -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