Make white text on a mesh texture glow?

So I have my cockpit model


And now you see the white text on the panels. now how can I make only the text glow at night like on a real plane?

1 Like

If it’s a decal, make the Color3 values > 1000

its not a decal as its a mesh texture

You’ll just have to change the texture to where the text glows

And how would I do this? I made the texture in photoshop is there any way to make the text glow there or?

and that wouldnt work when it turns night the glow parts of the text wouldnt magically become brighter

You would have to use photoshop or something to make it glow, i dont believe this is possible in studio

Try checking for the desired time of day for this to occur in a script, make the glowing texture in Photoshop, and then use a for loop to make a smooth transition from the regular texture to the glowing one. After that, check if it is day and do the opposite.

Unfortunately, Roblox doesn’t currently support emission maps in PBR which would be the optimal way to make parts of your texture glow. For the time being, you’ll need to bake the lighting into the image itself until Roblox adds a feature to support emission maps.