Parts no longer intersecting

This is more of a simple question, but I joined studio to work, and all of a sudden I can’t move parts into each other and parts now duplicate on top of the original part rather than inside the original part like normal.

(Yes, I do have collisions enabled)

Did I accidentally enable something? Did Roblox release an update?

2 Likes

Not that I know of.

image

If you have Collisions enabled, parts are always going to be pushed up on Y-axis so that they don’t intersect, no matter their CanCollide state.

Edit.

Sometimes my Collisions state gets “glitched”, so I just uncheck and check again to fix it.

Anyways,

  • with Collisions setting on:
    → one or both parts with CanCollide disabled → intersection possible
    → both parts with CanCollide enabled → not possible
  • with Collisions setting off:
    → no parts collidable regardless of the CanCollide state → intersection possible
1 Like

I see the problem, I got confused there lol.