Skip to content

Commit

Permalink
Update supported-files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoontee committed Dec 3, 2023
1 parent d2a4064 commit ae60011
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/lync/project-format/files/supported-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ All forms of Roblox content can be stored on the filesystem and synced.
| Concept | File Extension | ClassName |
|-|-|-|
| Folders | any directory | [Folder](https://create.roblox.com/docs/reference/engine/classes/Folder)
| Scripts | `LUA`/`LUAU` | [LuaSourceContainer](https://create.roblox.com/docs/reference/engine/classes/LuaSourceContainer) * |
| [Scripts](/lync/project-format/files/scripts) | `LUA`/`LUAU` | [LuaSourceContainer](https://create.roblox.com/docs/reference/engine/classes/LuaSourceContainer) * |
| Model Files | `RBXM`/`RBXMX` | Varies |
| JSON Tables | `JSON` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) |
| YAML Tables | `YAML` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) |
| TOML Tables | `TOML` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) |
| Text Document | `TXT` | [StringValue](https://create.roblox.com/docs/reference/engine/classes/StringValue) |
| Plain Text | `TXT` | [StringValue](https://create.roblox.com/docs/reference/engine/classes/StringValue) |
| Localization Table | `CSV` | [LocalizationTable](https://create.roblox.com/docs/reference/engine/classes/LocalizationTable) |
| Child Projects | `*.Project.JSON` | Varies |
| Meta Files | `*.Meta.JSON` | Varies |
| JSON Models | `*.Model.JSON` | Varies |
| Excel Tables | `*.Excel.JSON` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) |
| [Child Projects](/lync/project-format/project-file/project-file-syntax) | `*.Project.JSON` | Varies |
| [Meta Files](/lync/project-format/files/meta-files) | `*.Meta.JSON` | Varies |
| [JSON Models](/lync/project-format/files/json-models) | `*.Model.JSON` | Varies |
| [Excel Tables](/lync/project-format/files/excel-tables) | `*.Excel.JSON` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) |

\* Can be [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript), [Script](https://create.roblox.com/docs/reference/engine/classes/Script), or [LocalScript](https://create.roblox.com/docs/reference/engine/classes/LocalScript) depending on the Directives present.

Expand Down

0 comments on commit ae60011

Please sign in to comment.