Supported Files
Different file types are synced into the place in different forms.
All forms of Roblox content can be stored on the filesystem and synced.
Supported Files
Concept | File Extension | ClassName |
---|---|---|
Directories | any directory | Folder |
Scripts | LUA /LUAU | LuaSourceContainer * |
Model Files | RBXM /RBXMX | Varies |
JSON Tables | JSON | ModuleScript |
YAML Tables | YAML | ModuleScript |
TOML Tables | TOML | ModuleScript |
Plain Text | TXT | StringValue |
Localization Table | CSV | LocalizationTable |
Child Projects | *.Project.JSON | Varies |
Meta Files | *.Meta.JSON | Varies |
JSON Models | *.Model.JSON | Varies |
Excel Tables | *.Excel.JSON | ModuleScript |
* Can be ModuleScript, Script, or LocalScript depending on the Directives present.
UNAVAILABLE
Localization Tables are unimplemented in the BUILD
mode.