I have a ViewportFrame that covers the entire screen. I have a position inside the viewport frame that I want to emit particles from, but particles do not work in viewport frames.
I am trying to take the position of the particle emitter in the viewport frame and convert it to a world position so that I can then emit the particle from the workspace instead.
These 2 attempts get me very close to the desired result, but both are a bit off from where they should be. Not sure why. Additional help would really be appreciated.
Seems like if the part is centered at origin, then no problem, but if it’s not then it’s off. I suspect the differences in the two camera’s FOVs is causing the gap.