LED Screen Effect

So, I have seen a few new bus games that have these LED screens for their destinations.

How do I achieve the effect of making it look like an LED screen?

3 Likes

You could use a Texture like this one and overlay it on top of white text.


Result:

How would I make this fit the frame size of {1, 0},{1, 0}

LCD.rbxm (8.0 KB)

1 Like

Use a texture object instead of using a GUI object. Using textures gives you better flexibility when you want to keep the aspect ratio of the orignal pattern.
Texture | Documentation - Roblox Creator Hub

2 Likes

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