How do I make a tank's wheels not collide with their tank, but collide with other tanks?

Im making a tank, but the wheels get stuck in the collisions of the tank itself.

I used a collision group to make the wheels not collide with the tank parts, this works, but a problem I have is the wheels arent colliding with other tanks, such as driving over a tank.

how do I fix this??? thank you

You can use a NoCollisionConstraint to fix your problem :slight_smile::+1:

By the way, this type of post should be in the #help-and-feedback:building-support category

2 Likes

Why are your wheels colliding with the tank they are on? You may want to fix that issue to make it work better.