Frame has a low resolution

I am currently making a GUI where when you join the game, a GUI will pop up showing a play button, settings, and credit. However, the Frame (it’s inside a ScreenGui which is in StarterGui for testing purposes) has a low resolution. How can I fix this?

picture link: https://gyazo.com/b08fd6d267568f9d1d89b6f78ff4d958

Maybe check the image’s scale type. the default is stretch. Change it to fit.

1 Like

It’s not an image, it’s a frame.

Frames can only go to 1 pixel You may need to create an image to achieve your effect.

1 Like