My editable mesh keep turning into this… has anyone already experimented this issue? If so do you know how to fix it? Any help is appreciated !
- I din’t even modify the Mesh in the code ;-;
The error for me comes from CreateMeshPartAssync
as when I use it and clone the created mesh to workspace it places the same box thing into it…
Here is my code:
collider.Size = Car.bodyworks:FindFirstChild(collider.Name).Size
collider.CFrame = Car.bodyworks:FindFirstChild(collider.Name).CFrame
local EM = AssetService:CreateEditableMeshAsync(Content.fromUri(collider.MeshId))
local MPart = AssetService:CreateMeshPartAsync(Content.fromObject(EM))
collider:ApplyMesh(MPart)
I tried printing vertices count it was correct, it’s just not displaying it…