Hiya, I have a major issue for my UI based game, its main UI (A map of the world) had a horrible issue where in roblox its pixel count is severly reduced making the main ui just horrible
This may not be exactly the answer you are looking for, but its possible that for the UI you have the resample mode set to default which you can change to pixelated by selecting the dropdown box
having it on default causes some images to look like this
Thank you both, unfortunately, neither works to what I need but I think I’ve thought of a work around since Roblox uses images that are 1024 x 1024 I will just have to spilt it up into segments and then peice the segments together.