I’ve been trying to make a car with Roblox’s tank chassis, the chassis works normally, but when I weld the body of the car to the chassis, it breaks. Not even able to move or steer. I’ve searched for tutorials n how to implement it correctly but found nothing.
1 Like
Does it work if you set can collide to false? If so, consider using collision group or no collision constraint (it will still collide with everything else but the chasis if setup correctly)
Try to disable CanCollide and enable Massless for the body you’re welding, if you don’t want it to be CanCollide but neither break the chassis try using CollisionGroups.
1 Like
I forgot to unanchor the car. I set cancollide to false. The car can accelerate and decelerate but it cant steer
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.