RobloxAPI / spec

Specifications related to Roblox.
Creative Commons Attribution Share Alike 4.0 International
13 stars 3 forks source link

Notes about when UniqueId is included or not #18

Open tapple opened 9 months ago

tapple commented 9 months ago

regarding UniqueId, the binary format doc says "If encoding while not in Place mode, properties of this type should be skipped."

However, this doesn't seem to be exactly what Roblox Studio does:

So far, I have only tested this with Instances of class KeyframeSequence. I also haven't yet examined full place saves, or publishes (my WIP python library can't handle anything except KeyframeSequences yet)

Windows81 commented 4 months ago

I think that the file format doesn't hold an actual standard for UniqueIds because they'll be unique any way you import them.

My guess is that if you're importing a model, UniqueIds would be skipped anyway since new UniqueIds need to take their place.