Collision groups editor regularly breaks

The collision group editor checkboxes will regularly break maybe once a week but I only use it at most a few times per week. They just wont register any clicks so to change what collision groups collide I have to restart studio or do it in the command line. I am not sure what causes it to break.

3 Likes

Can confirm, happened to me as well. I’ll leave this code here for whoever needs it to run in the command bar if the menu is not working:

game:GetService("PhysicsService"):CollisionGroupSetCollidable("GroupA", "GroupB", false); game.ChangeHistoryService:SetWaypoint("")