instance.new("EditableMesh") does not work?

It worked a few weeks ago
but today it did not

local EditableMesh = Instance.new("EditableMesh")
EditableMesh.Parent = script.Parent

They changed the way EditableImages and EditableMeshes are created. Below I linked the post that explains this change and how to create an EditableImage/Mesh now.

1 Like