How to export a part with mesh ID?

So im trying to export a mesh from roblox to blender so i can make a gfx. But the mesh is actually a part with a mesh ID
image
If i export it, it just exports the part. Is there any way i can export the mesh?

1 Like

2 Solutions:

  1. Download the mesh and texture directly from the Roblox Asset API and import them into blender:

https://assetdelivery.roblox.com/v1/asset/?id=TheIDYouWantToEnter

  1. Copy and paste the mesh and texture IDs into a MeshPart and then export it using the Studio Export Tool in the Right-Click menu.

You will need to manually add back any data like Vertex Color, Offset, Scale, etc. using both of these methods.

Aight ty!!!

dada sddadasdadadadad

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.