I want to achieve a glow like this but I don’t know how to.
I believe this is done by using an imagelabel.
It’s certainly not possible to apply glow or neon to any gui objects, and the border.
You can create a UIGradient
and modify the transparency to be 0
on one side and 1
on the other.
1 Like
As what @Crictoli mentioned, this can be done using an ImageLabel. I have provided a file which gives you an example on how it’s done below.
GlowingBorder.rbxl (25.0 KB)
Adjust the size of the inner frame to your likings.
8 Likes
Yes, basically done by adding a rectangle with gaussian blur applied if you also want to make one.