Render GUI in One Section of Display (SOLVED)

How would I go about only rendering the section of GUI that is above the darkened area? The GUI in question, the text: “I’m going…going…gone”. I’m currently deleting the eighth message after every commit, but that doesn’t consider the sizes of each text node. Larger nodes would cause the rest to expand further past the boarder of the darkened area.

1 Like

You should be able to us a stencil node for this.

4 Likes

Well that was simpler than expected! Thanks for the link.

3 Likes