RGB outline of gui

So I am trying to get a smooth RGB outline of a frame. Thing is, I am not a scripter and only a gui designer (lol). I want to achieve Imgur: The magic of the Internet. Just the outline. I have tried looking around but I could only find different topics.

I have seen this on a gui before, just never knew how to do it.

2 Likes

Options:

  1. Make a square frame with a radial gradient in photoshop or paint.net, then place the actual frame over it
  2. Use a roblox frame with a UiGradient, and place the actual frame over it. Same result, but
    Pros: Easier and you don’t have to mess with importation
    Cons: It’ll be symmetrical
1 Like

hey! hope you are having a great day! the best method to do this is using the UIGradient! :grin:

i’ll give you the link about how to use it here:
https://developer.roblox.com/en-us/articles/Applying-UIGradients

1 Like