Why is editable mesh only visible on server and not client?

For some reason I can only see my editable mesh on the server and not the client. I am using a script to create the editable mesh so it should be visible on the client.

Here is a video showing the issue :

I have already looked through DevForum for help but could not find any which is why I decided to make this topic.

1 Like

Currently, they are not replicated from server to client, so changes made on the server will not be visible on the client.

1 Like

Thanks so much! Do you know when they will be replicated to the server?

1 Like

Not announced yet, but that’s the plan for the engineering teams.

1 Like

Thanks for the information. Do you also know when they will let the players collide with the editable mesh because at the moment the player isnt able to collide with it

1 Like

I think you can use AssetService:CreateMeshPartAsync, which lets you specify a CollisionFidelity. EditableMeshes by themselves have to be processed a certain way to generate the needed collision information.

1 Like

Ohhh, ok thanks so much for all the help!

1 Like