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 1, 2023
1 parent aed4be7 commit a6eea81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/lync/project-format/files/supported-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ All forms of Roblox content can be stored on the filesystem and synced.
| 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) * |
| Models | `RBXM`/`RBXMX` | Varies |
| JSON Objects | `JSON` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) |
| YAML Objects | `YAML` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) |
| TOML Objects | `TOML` | [ModuleScript](https://create.roblox.com/docs/reference/engine/classes/ModuleScript) |
| 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) |
| 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) |

Expand Down

0 comments on commit a6eea81

Please sign in to comment.