Solved: Figured it out myself - was accidentally transforming using the wrong object. oops.
Feel like I’m missing something here / it’s late and I’m being a little silly. This picture will describe what I’m trying to do better than I can explain it:
I’m trying to get the screen coordinates of an object I’m viewing within a ViewportFrame to draw a line from the horizontal lines to such object.
I’m getting close as you can see, but things are way off. What I’ve done so far is get the Offset coords via the Viewport’s CurrentCamera using the WorldToScreenPoint method, and then attempted to transform it… However, as you can see it doesn’t seem to work. Any suggestions, please?