Add support for CFrame shorthand. Fixes #430.

This commit is contained in:
Lucien Greathouse
2021-11-20 17:50:40 -05:00
parent 5fa63733fd
commit da25c80d0b
3 changed files with 38 additions and 2 deletions

View File

@@ -14,7 +14,13 @@
"Color": {
"$className": "Part",
"$properties": {
"Color": [0.5, 0.25, 0]
"Color": [0.5, 0.25, 0],
"CFrame": [
1, 2, 3,
0, 1, 0,
0, 0, 1,
1, 0, 0
]
}
},