Collision issue with mesh

Despite using PreciseConvexDecomposition, the meshes give me inaccurate hitboxes, ruining my low-poly map. How can I fix this?


2 Likes

Only one way is to make everything independent. You’re using one big mesh therefore I suggest breaking the mesh down and then using it. This can cause better collission because that is just how roblox handles them… Which sucks.

1 Like