How to get MeshId from Model upload? (Cloud Assets API)

Hey! I’m trying now. I get the binary file downloaded, but cannot seem to parse it as XML or RBXM.

The binary file doesn’t have the version information in the header. Instead, it begins with <roblox! as the header.

I read that it is supposed to contain version information:

I’m able to open the file on Roblox Studio as RBXMX and RBXM. It is a Model that contains a MeshPart inside it.

How do I parse this binary file? Thanks

1 Like