Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch Workspace.CollisionGroups to serialize #308

Merged
merged 2 commits into from
Jul 1, 2023

Conversation

Dekkonot
Copy link
Member

@Dekkonot Dekkonot commented Jul 1, 2023

Fixes #302's main issue, where Workspace.CollisionGroups no longer serializes. Also updates the database to 582, which includes the changed serialization. Relevant diff is at lines 57299-57316 in the JSON database, if you want to check.

There's a lot of deletions in this database update, which made me worried but it appears as though Roblox just actually deleted a bunch of properties. This is unusual but it's not something we really need to worry about.

}
}
},
"ReloadLocalPluginsOnChange": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this actually works yet 👀

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stravant had a post on Twitter and in the ROSS server indicating it did. I haven't tested though.

@@ -57098,7 +57310,7 @@
],
"Kind": {
"Canonical": {
"Serialization": "DoesNotSerialize"
"Serialization": "Serializes"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha, perfect

@Dekkonot Dekkonot merged commit 6676335 into rojo-rbx:master Jul 1, 2023
@Dekkonot Dekkonot deleted the collisiongroup-serialize-plz branch July 1, 2023 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workspace.CollisionGroups doesn't serialize anymore, and other collision group woes
2 participants