2 Likes
You can handle this by looping through all BaseParts of cars and setting them to a specific collision group that you decide on.
And to reset it back to having collisions you’d want to do something like this:
PhysicsService:SetPartCollisionGroup(BASE_PART, "Default") --this puts the base part back into the default group.
If you have any questions let me know!
2 Likes