Hello, so I am currently trying to learn on how to design GUIs, and I was wondering how am I able to make something like this https://gyazo.com/16370634a6d3cfe43f6ea5ac5a974bbc ?
Game link that I was in: https://www.roblox.com/games/1012555741/Nuclear-Plant-Tycoon
Is there any way to like point something out on the screen just like on that gif? Thanks.
1 Like
It’s an image where everything except a square in the middle is opaque, and the square is completely transparent. Something like this:
Just stretch it to take up 2 times the screen, that way it can be placed over any point and still not show the edges. Look up 9 slice to see how it can be shrunk/stretched without messing up the corners.
1 Like