Disable collision for a physics affected object

Basically, I’m making it in my game to where if you break a box, the box breaks into four fragments and falls through the floor. BUT, I can’t do that because the fragments have collision. I’ve tried putting the fragments in a different layer and everything I could think of. How can I disable collision for a physics affected object?

01