Imported UI's are blurry?

I have tried importing my UI in to my game, but it constantly is blurry. It was made in Photoshop at 1920x1080 in 300 resolution. My monitor size is 1920x1080, so {1,0}{1,0} should theoretically work, but it is full blurry. I also tried changing it to {0,1920}{0,1080} and then using @EchoReaper’s rescale plugin, but it didn’t seem to do anything but make the quality worse. I am very confused right now.

I could not show the UI as it is for a secret project I’m working on.

1 Like

Sending an image would definitely help, if you don’t want to disclose your game’s features you can make a squiggle in photoshop, import it into studio, and then if it has the same issue show us here.

Ok. I will set an image when I can.


That is the UI in game.


Thats the UI in photoshop.

PLEASE NOTE: Look at the UI in full-screen to see the quality difference.

Did you account for default top bar size inset? Otherwise you can just try setting the offset to the proper pixel size rather than scale.

The maximum image resolution in Roblox is 1024x1024. Any image larger than that will be downscaled to that resolution. That is why your image gets blurry.

Consider importing the UI in multiple pieces if you need the extra resolution.

3 Likes

Is there any other ways to do this? It is an extreme pain to import it in multiple images.