DefaultScriptSyncFileType
Controls the file extension used when Studio's script sync feature saves script instances to the filesystem.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 697 | Lua | 0 | Script files are synced to the filesystem with a | |
| 697 | Luau | 1 | Script files are synced to the filesystem with a |
Description
Specifies whether Studio writes synced script files with a .lua or .luau
extension when using the file sync (external editor) workflow. The active
value is read from Studio.DefaultScriptSyncFileType. Defaults to
DefaultScriptSyncFileType.Luau.