To elaborate on the title.
For example I’ve seen some games that upload a GUI frame thats square then somehow use it in their game as a rectangle without ruining the resolution or making the image blurry. How is this done?
If I were to make a square frame and try to resize it into a rectangle it would ruin the image.
How do they do it?
1 Like
This is called a 9-slice, where a square image is split up into 9 sections
https://developer.roblox.com/en-us/articles/ui-9-slice-design
3 Likes