Mesh retexturing using Roblox materials?

You used to be able to change both the color and the material on meshes. I’m trying to change the material to metal, but it just stays as smooth plastic. Any fix?

Can you show the properties, and what the mesh looks like?

Do you have a TextureID in the MeshPart Properties?
If there’s a Texture in the mesh then changing the Color or Material won’t make a difference.

I figured it out last night. I was trying to apply materials to a FileMesh (which you cannot do.) I ended up taking a MeshPart from a dummy I had lying around and it worked.

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