-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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:
- right click instance > Save to file...: UniqueId's are skipped
- right click instance > Publish to roblox, then download from https://assetdelivery.roblox.com/docs: UniqueId's are not skipped
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)