Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
6

How do I make it so only Border of TextLabel is visible?

Asked by 8 years ago

I think this worked for me before, but now I can't remember how I did it and if the same procedure still works. So, I want to make a TextLabel that has BackgroundTransparency = 1 and Border to stay visible. I did set BorderSizePixel to 2, but still no border appears.

1 answer

Log in to vote
3
Answered by 8 years ago

Two options

1) Make the frames background the same color as what is behind it so it appears that only the border is visible

2) Make your own border with frames and have the textlabel be transparent

1
Oh, yeah, I should use Frame. Thanks. LetThereBeCode 360 — 8y
1
Wait, but Frame doesn't show border either. And Frame behind is transparent, so I can't match it's color as any color will be different. LetThereBeCode 360 — 8y
Ad

Answer this question