How do you make an invisible frame?

I’m trying to make the outside frame invisible but still having the text visible in the gui, how would I do that?

1 Like

If I’m correct, you want a transparent background with just text?

You can make a TextLabel and change the BackgroundTransparency property to 1. Then, edit text properties and finalize the text.

BackgroundTransparency is also a property of a Frame too.

I legit forgot about that property

1 Like