I know there are options to enable and disable collision but i want an object to be able to pass through objects while other objects are not. How do i make an exception to the collisions?
Well, if objects are using the Bullet behavior you can use the event "Bounce off object" to make certain objects bounce.
Develop games in your browser. Powerful, performant & highly capable.
so it's not possible?
It's possible to enable and disable the solid behaviour, but while disabled it will be disabled for all objects and when enabled it will be enabled for all objects..