Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DefaultScriptSyncFileType

Controls the file extension used when Studio's script sync feature saves script instances to the filesystem.

Items 2

HistoryNameValueDescription
697Lua0

Script files are synced to the filesystem with a .lua extension.

697Luau1

Script files are synced to the filesystem with a .luau extension.

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.

History 3

Settings