#I want to calculate the 3d size and position, of a 2d frame to place a part behind it, how can I?
1 messages · Page 1 of 1 (latest)
https://devforum.roblox.com/t/converting-2d-frame-size-to-3d-world-size/2802773/3
https://create.roblox.com/docs/reference/engine/classes/Camera#ViewportPointToRay
Developer Forum | Roblox
Yeah but the thing is that I had a system where I had a SurfaceGui and UI stuff on it and I was able to position it where I wanted relative to the camera from the ScreenPointToRay function, but the problem was that when I would change the FOV of the camera it wouldn’t adjust the position and size so everything would just ‘break’ basically not sc...