You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the title says. The properties I listed above are non-deterministic when serialized by Roblox, so they aren't when they're serialized by us. This is not technically a bug with our code, since it's Roblox's fault, but it's still annoying.
Given that one of our goals is deterministic serialization, I think this is important. I'm not sure what we should do about this, if anything. This issue is mostly for a discussion on any solution.
The text was updated successfully, but these errors were encountered:
I've noticed something similar with properties like HumanoidDescription.BackAccessoryas well; the engine seems to reorder the entries when the property is set. Maybe there is some order they're respecting that we can reimplement? Seems like a lot of hassle though
I've forwarded this to someone at Roblox and they're looking into it. Here's a related bug report if you want to attach any other properties that you've noticed: https://devforum.roblox.com/t/3166009
Like the title says. The properties I listed above are non-deterministic when serialized by Roblox, so they aren't when they're serialized by us. This is not technically a bug with our code, since it's Roblox's fault, but it's still annoying.
Given that one of our goals is deterministic serialization, I think this is important. I'm not sure what we should do about this, if anything. This issue is mostly for a discussion on any solution.
The text was updated successfully, but these errors were encountered: