Is it possible to bake and upload transparent textures to roblox

working on a model in blender and I want to be able to change its colors in roblox, however I created a procedural gradient texture for it, is it possible for me to bake the gradient and just choose the color while the gradient stays the same?

something like this
image
but the texture will have more detail, anyways, just wanna know if its possible

2 Likes

that should work if you put the texture as a decal on the meshparts and change that instance’s colour

1 Like

Yes, you can by using surface appearances. They can overlay a texture on the model.

1 Like

SurfaceAppearance.Color exists, but you might need more meshes.

Id say try it, mess around and find out.

Yes it is possible and you can change the color of both the gradient and the meshes brick color if you do it right!

If you use the texture as a decal or a texture (not as the texture of the mesh, but as a texture instance parented to the mesh (like a decal)) you can change its color.3 value (the gradient should be white for best results)