Hello! im making a gore-shooter game and im experiencing an issue, im forced to use “StarterCharacter” R6 dummy because my gory models right now are grey and arent getting affected by roblox studio’s coloring, here’s what i mean:
the color’s set to “Really Red” but the model just wont change, and yes, im using a texture, i’ve tried putting stuff i want to change colors into the transparent thing in blender’s uv editing, but it still doesnt work
Your texture is gray - that’s why model is gray too.
There’s NO real way to change mesh’s color if it has texture. You can try to use SurfaceAppearence with transparency to change mesh color only. But you need to remove grey area completely.
Clear grey areas, import texture to roblox, import model/mesh, create surface appearence instance, set it’s 1st texture to your one, and it should work
Your mesh has a texture applied to it already (rbxassetid://18422519992) which cannot be tinted. Clearing the TextureID property will allow you to recolor the mesh to one solid color, if that’s what you’re looking for.