My model from blender wont get recolored when i use roblox

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
image

the model is still grey, please help!

2 Likes

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.

1 Like

im a beginner to blender, can you tell me how to do that?

1 Like

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

1 Like

image

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.

2 Likes

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