Hi im wondering how do make a loading In gui like it fades in its hard to explain it looks something like this
Mind being more specific of the result you are trying to achieve?
First we’ve to understand what the upper layer is made up from:
The image layer doesn’t cut out the black parts as what you wish to achieve is roblox not messing up your image, so what we do is keep a bit of black inside the Image when uploading it to roblox and making the middle transparent, png.
After which we overlay it with frames which go over a bit over the Image, but not too much. Just enough so no transparent spots appear.
After this we put another ImageLabel at the backscreen, this being the following layer:
Then we use tweening to change the X shape/the main image or a for loop.
1 Like