# MeshParts hate resizing

Resizing MeshParts will also update their collision data internally, regardless if CanCollide is on or off. This means that changing their scale in something like a Tween can be extremely bad for performance.\
\
If you need to scale meshes for whatever reason, use specialmeshes, they don't use collision data so they're safe from this issue.
