Is there a way to set the color of a mesh with Color3?

Would I have to make a texture to color a mesh, or could I set its color with color3 or something similar? I’m trying to set a player’s hair color based off of their preferences.

Yes, it is possible to do that but the mesh should not have any texture. You can change its color with BasePart | Roblox Creator Documentation or BasePart | Roblox Creator Documentation

1 Like

alr, thank you for your help :slight_smile: