I would like to get the triangle count of meshes in my games.
I have not figured out how to do this
I have researched Roblox API and search the developer forums
MeshPart.VertexCount is the only property “counting” something aaand it’s locked to Roblox. You can try to convert it to an EditableMesh and count the triangles there.