How would I make this text stroke effect?

The Building Support sub-category is intended for all development support relating to architecture on the Roblox platform. This includes questions ranging in difficulty from extremely basic to even the most technical of issues.

You may present your thread how you choose, but you are required to answer the following questions in your thread;

  • What are you attempting to achieve? (Keep it simple and clear)
    I am trying to replicate this text effect
    image
    In the game it is in there is a gradient stroke that scales with resolution and the text can change to any number. I was wondering if there was a way to replicate this

You may then include any further details.

3 Likes

1 add ScreenGui
2 add TextLabel
3 ad UIGradient & UIStroke
4 change UIStroke Thickness ( u can see in images )
5 change colors of UIGradient
image

image
image
image

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.