Open MemoryPenguin opened 7 years ago
Notes:
time r g b unknown
listing out all keypointsmin max
<url>
tag that stores the actual stringtime value envelope
Update on this: I sat down and put some stuff together; I have a deserializer working for most Roblox types.
There are two exceptions:
Neither of these can be deserialized easily in Lua. It is theoretically possible to deserialize these objects but it would necessitate reverse-engineering the binary blobs that their data is stored in, then creating the objects from scratch using the data. This is a little too cumbersome for a published solution, though.
Clone
.rbxmx
files in the same way as.lua
and.rbxs
.Would have to parse .rbxmx files, then convert them to an instance tree.