Feedback on "EditableMesh"

How do you even link an new EditableMesh to any MeshPart? Really missing information here.

Affected URL: EditableMesh | Documentation - Roblox Creator Hub

It already says how to do this:

An EditableMesh is displayed when it’s linked to a new MeshPart, through AssetService:CreateMeshPartAsync(). You can create more MeshPart instances that reference the same EditableMesh content, or link to an existing MeshPart through MeshPart:ApplyMesh().

1 Like