Implement Syncback to support converting Roblox files to a Rojo project (#937)

This is a very large commit.
Consider checking the linked PR for more information.
This commit is contained in:
Micah
2025-11-19 09:21:33 -08:00
committed by GitHub
parent 071b6e7e23
commit 9b5a07191b
239 changed files with 5325 additions and 225 deletions

View File

@@ -0,0 +1,6 @@
{
"name": "ref_properties_duplicate",
"tree": {
"$path": "src"
}
}

View File

@@ -0,0 +1,6 @@
{
"className": "ObjectValue",
"attributes": {
"Rojo_Target_Value": "an ID that should not change"
}
}

View File

@@ -0,0 +1,6 @@
{
"className": "ObjectValue",
"attributes": {
"Rojo_Target_Value": "an ID that should not change"
}
}

View File

@@ -0,0 +1,6 @@
{
"className": "Folder",
"attributes": {
"Rojo_Id": "an ID that should not change"
}
}