UV Map texture have a black background

I’ve created UV map design for my car in Roblox Studio, but my UV maps have a black background. What could be the issue, and what is the best solution to remove the background so that it is transparent?

Use a SurfaceAppearance instead and set AlphaMode to Transparency - and this is assuming your UV map is properly using Alpha for the background.

also i dont think there’s a point in censoring the id if it’s private

2 Likes

When i add an surfaceappearance on it, it doesnt schows anymore the texture

1 Like

you’re supposed to add the texture id to the colormap property. to put it simply, surfaceappearance is essentially the same as the texture instance but uses the object’s uv map along with roughness metalness and normal maps.

1 Like

Yeah there is the next problem, if i do that in the colormap property, the whole part is transparent

1 Like

How’d you import it? Try the 3d importer if you haven’t already.

1 Like

Yeah i imported everything with the 3d importer and there is a mesh, but when i add an surfaceappearance the background gets transparent

1 Like

sorry set the alphamode to Overlay. I said transparency earlier, that was incorrect :sob:

2 Likes

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