How Would I Go About Making A TextLabel's Text Overlap/Clip Other Gui Components/Frames?

Hello fellow developers,
I am currently working on a hotel project in Roblox Studio. I am wondering how I could go about making two frames be overlapped by the letters/characters of a TextLabel? Not the physical TextLabel bounds, but the letters themselves.

I’ve previously explored with the idea of image masks, however I couldn’t think of a workaround with this method.

Here’s what my design currently looks like as of this post:

The achievement I’m wanting to reach here is to basically make the “DAY OF WEEK” and “00:00 XX” texts overlap the two parallel line frames so they aren’t visible when in visual contact with the text.

How could I go about doing this?

This is something I’ve tried going for (using multiple frames to accomplish this idea), and it looks pretty alright, however I’d really like the text to essentially “cut out” the lines that are colliding with the text.

Any help would be appreciated.

1 Like

Could you duplicate your words, make them black, scale them up a little bit, and put them behind the white words to create an outline of sorts? You might have to do every letter individuality tho, the letter will probably scale about the middle rather than their own axis. And you probably only need an outline where the letters overlap.