Unable to change the color of a mesh part

I have this shield mesh that I am trying to use in my game, but I have been unable to change the color of it:

Colored textures do not work either, how do I get around this?

2 Likes

Does it have a surface appearance inside of it?

1 Like

Nope, it does not. It just has a highlight in it

Is the fill transparency of the highlight set to 0 or a low number like that, because that will cover up anything else.

1 Like

Well that was not the issue, I am still not sure what was… But I found a solution:

I had to export the mesh to a .obj file, open it in blender, change the color from black to white, and then re import it into roblox. From there let me change the color in roblox.

1 Like

It’s due to vertex painting. You apply some color to each vertex then export it with those values and roblox renders the colors without having to use a texture ID.