I have a car but in order for it to work well with other cars, I need to make the body fully collide-able. However this means that players can’t sit in it. How can I make players able to pass through the body to be able to use the car.
2 Likes
You can use two collision groups for the car and the player, and set them to be non-collidable. This will be the “in-between” option where it’s not a stop on all collisions or having everything collide, but rather filtering what collide and what doesn’t. The article I linked is very helpful and easy to follow, so you should have no problem incorporating this into your situation.