Make objects not be able to collide with certain other objects

You should be able to make objects not be able to collide with each other. For example in one of my games the character’s limbs were keeping each other from moving to where they’re supposed to go. It would be much easier to solve it if they were to make this

1 Like

If you want that an object may not collide with any other object, you can go to the Appearance tab and turn off COLLIDER ACTIVE property.

3 Likes

You can also adjust the footprint of the collision mask.

2 Likes

Yes but I want objects to not be able to collide with certain other objects you define like for example in a multiplayer game you aren’t able collide with the other player but you can collide the ground

2 Likes