Transparent objects via Part.Transparency can cause unexpected extra drawcalls. Unique TextureIds/DecalIds on texture and decal instances count as their own materials, and will create their own drawcalls. SurfaceGuis and BillboardGuis can chew up drawcalls very quickly. (Use their built-in distanc...