Basically, I wanted to make an “LED Grid” because I thought it would be a fun project. I wanted to share it because it shows how much my scripting abilities have grown over the years. This really wasn’t that hard of a project, I’m just so surprised at how I was able to visualize this all in my head and not spend 10 minutes trying to think about how it works. It’s technically not finished because I plan to make it more refined. As of right now, it’s very customizable.
I just realized how dumb this looks. It looks way better now.
Each 4x5 grid has individually named parts. In the script there is a table containing the light combinations for each letter. It just changes the color of every light.
There’s 8 slots for characters, it iterates through them and the lights in each model to change the colors. There’s a bunch of loops to do this multiple times. Each part is named different and it gets the light combinations from a table.