Screen Border GUI

Hello there!
I want to make a screen GUI that looks like a layer of ice or frost forming around the player’s screen, but I don’t know how to do this.
images (5)
This is kind of what I’m going for. Any and all help would be appreciated.

1 Like
  1. Insert a ScreenGui in StarterGui if there isn’t one already.

  2. Insert an ImageLabel in it, this will be the frost border.

  3. Set it’s image to the border, it’s size to {1, 0, 1, 0}, it’s AnchorPoint to .5, .5, and it’s position to {.5, 0, .5, 0}.

  4. Use SliceCenter to make sure it doesn’t stretch. I’m not an expert at this, so read this wonderful topic.