How to change the color of a meshpart?

I am trying to make accessories that use meshparts change the color, but since i cant use surface appearance due to it not being able to be changed in scripts, what can i do to change a color of a meshPart? (I also tried the highlight but it’s not what i need.)

4 Likes

I’m also having issues with surface appearance not coloring the mesh in-game, but in studio it looks fine. Don’t know why this is happening. Maybe roblox didn’t roll this feature completely yet? Who knows

2 Likes

it looks like you are using textures
until now there is no way to change the texture color in roblox studio
but you still can change the texture using scripts
try to make a different texture with a different color then you can change it using scripts by changing the Texture property

Its not what i meant, i need to change the color of an accessories that player wears.

1 Like

The color property of SurfaceAppearance's doesn’t seem to be live yet:

Only other option that I’m aware of is to use a SpecialMeshes and adjust its VertexColor. You can also add a Decal (with the mesh’s textureId) to the Part that the SpecialMesh is parented to and then just adjust the Decal's color property.

1 Like

if the accessory is one color you can remove the texture then change it is Color property

1 Like

Nevermind i figured it out, i just had to disable MeshPartHeadsAndAccessories in workspace

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