Placing hud on edge of screen

I'm working on a scene where there is scrolling text on the edge of the screen.

Because increasing/decreasing resolution changes the pixel count, it changes the pixel value of the center of the screen. Obviously. So yes, you are on the right track, if you want text to stay in a specific area on the screen, you are going to have to use the resolution values.

thanks Mojo.