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.
This is kind of what I’m going for. Any and all help would be appreciated.
1 Like
-
Insert a ScreenGui in StarterGui if there isn’t one already.
-
Insert an ImageLabel in it, this will be the frost border.
-
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}.
-
Use SliceCenter to make sure it doesn’t stretch. I’m not an expert at this, so read this wonderful topic.