Hello,
I stumbled upon a problem while trying to make car. The problem is that the body of the car has to be un collide able for it to work (move). But then player’s can’t collide with it. Any idea how would I make it work and collide able for players?
You can use a NoCollisionConstraint to make a part not collide with another part.
For e.g if a car body collides with its wheel preventing it to move, and you don’t want to turn its collision off. Then put NoCollisionConstraint to make it not collide with the wheel.
Thanks for the response, I tried it but after I connected body with 1 wheel it makes my studio stutter and camera movement is choppy.