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?
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?
Does it have a surface appearance inside of it?
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.
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.
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.