ZoomedCamera
Allow freedom of movement around a current place, much like the classic script works now. Not intended to be use with the current character script Intended to be used with a SummedCamera, relative.
local zoom = ZoomedCamera.new()
zoom.Zoom = 30 -- Distance from original point
zoom.MaxZoom = 100 -- max distance away
zoom.MinZoom = 0.5 -- min distance away
Assigning .Zoom will automatically clamp