Is there upload mesh file function for Studio Plugin?

I want create a bulk upload local meshes to roblox. and auto set the mesh id.
Is there a way to upload Mesh Files by Plugin Like

Service:UploadLocalAsset("rbxasset://LocalFile")
-- can return uploaded id
1 Like

At least there used to be. The documentation is removed.
https://create.roblox.com/docs/reference/engine/classes/MeshImportData
https://create.roblox.com/docs/reference/engine/classes/BulkImportService

1 Like