[Suggestion] 2-D Coordinate for HUD Text

It wouldn’t make sense to use a vector to describe a position on your screen. Therefore, why not a different kind of data point? X, Y (or Z) coordinate that indicates the position on your screen. This would be useful for putting HUD text anywhere you want on the screen, and would make HUD text overall less restrictive.