Things to note is I am creating multiple groups. I have been warned about there being a limit but I donât remember. It was working before I added this extra group. And I have 30 scripts doing this.
Check your collision groups tab, and every other line where you create a collision group. Youâre creating the group âemptyâ twice, somewhere. You can Ctrl+Shift+F to search ALL scripts for something. I would suggesting Ctrl+Shift+Fâing and searching for â:CreateCollisionGroupâ, and looking for any other instance/s where you create a group named âemptyâ.