How to have text at the same position regardless the screen size?

hi there,
so i have a game scene (2D) with a score text (2d UI Canvas) which is supposed to be at the bottom right corner. the problem is that the text scales and moves relative to the screen size and it comes in the game and it looks very ugly. please help me solve this problem. i want the text to stay at the bottom right corner no matter what,

thanks in advance :slight_smile:

If you set both the UI anchor and the text anchor to be at the bottom right, it should stay there.