How would I turn an .obj file into a .mesh
(If this is the wrong place then please correct me)
How would I turn an .obj file into a .mesh
(If this is the wrong place then please correct me)
Why do you want to do that?
obj is more compatible than mesh.
(post withdrawn by author, will be automatically deleted in 1 hour unless flagged)
Art Design Support is for working with modelling, this doesnât belong in Game Design Support. Iâve recategorised the thread accordingly.
There are .mesh files - see rbxasset://content/head.mesh and various others.
Thanks, I am not used to devforum.
Extremely late reply but for anyone wanting to do this in the future hereâs a solution. The .mesh files Roblox uses (such as head.mesh) are not normal .mesh files, they only work on Robloxâs engine.
If you want to convert it you have to upload the mesh to Roblox like normal and copy the assetid. Then enter the link in your browser as shown below but add the copied assetid at the end:
https://assetdelivery.roblox.com/v1/asset/?ID=(enter your assetid here)
A download should start and rename the file to whatever you want. But note it must have the same name as any other mesh in the Roblox content folder you want to replace, such as a body part in the avatar folder.
Iâm trying to use meshes in a old version of roblox studio for fun, but it seems like the meshes you get arenât .mesh are just a random letters.
Okay never mind I used a plugin that just let me download the mesh file
idk how it worked but it did so uh yay
heres where you tell us what plugin it was ![]()
BTRoblox
Sorry I forgot to say lol
idk how it works but does so ÂŻ\ _ (ă) _/ÂŻ
Do you mean the file you get back has a name like âjDIUHgasdvUASDysâ or something? Thatâs normal, I think itâs the hash. It does the same for image files. Just rename it to have the .mesh ending.