WorldToViewportPoint
local Position, OnScreen = Camera.WorldToViewportPoint(Position : Vector3)
-- Returns a Vector3 translation of the World position into a Viewport position.
-- Recommended to use in replacement of CurrentCamera:WorldToViewportPoint() as it is more optimized.