How to make the torso of a character uncollideable

I want to make the Torso of a character collideable without collision groups. When I set CanCollide to false it instantly returns to true.

You need collision groups to make this happen, there is no other way.

1 Like