Reproduction steps:
- Make all parts of a tool have no collision (CanCollide set to false), and no mass (Massless set to true)
- Equip the tool near a wall or something that collides
When done once, the result is not really visible, but when switching tools quickly, we notice that the tool does collide for a short amount of time.
In the video below, I quickly switch tools near a wall and I am able to clip through it because tools still collide.
Expected behavior
The tool’s parts should not collide with anything, as their CanCollide property is set to false.
Workaround
It is possible to work around this by setting the tool’s parts to a collision group that does not collide with any other collision group. The video below follows the same reproduction steps with tools which have a collision group that does not collide with anything.
CollisionGroup should have no effect on tool’s collision, as CanCollide is set to false.