Why UICorner not working well on small screens

I have I smiple Gui with an ImageLabel that display player avatar, Im trying to use UICorner to make it perfect circle, It works great on my pc, however in my mobile the Frame and the image not perfect rounded as you can see in this image:

20211222_000624

Btw the scale of the UICorner Radius is 1, can I use anything else to make it perfect rounded as my pc or change the properties of the frame or something?

Is it set by Scale or Offset

It’s probably looking bad due to the screen dimensions.

1 of scale, if i use roundfy plugin that doesnt happen the problem with roundfy that it cannot work with images gui objects like ImageLabel and ImageButton

Maybe make the 1 of scale higher.

It should be a circle even with 0.5 scale, nvm i will try to do it with roundify, Thanks for help everyone.