I’m working inside the BP widget UI, and following this tutorial to create a typewriter text effect. However, when the text overflows, I use an array system to remove the top line/first index of the text so that the next line can load. This should loop back into the typewriter effect, but I’m at a point where the array updates correctly but the typewriter effect is totally lost on the overflow lines.
I feel like I’m so close to figuring it out, and I’m also a noob when it comes to BPs. Any guidance and/or help is much appreciated!