#CameraQuestions
11 messages · Page 1 of 1 (latest)
I tried to make a camera tracking my mouse movement with a ViewSize / Angle ratio
but uh things didn't go so well
@unborn thunder can.CFRame
cam
ok bro
entire post is about camera
what do you think it can be
You'll maybe need to set the camera as Scriptable
local camera = workspace.CurrentCamera
local head = ...
camera.CametaType = Enum.CameraType.Scriptable
camera.CFrame = head.CFrame * CFrame.new(0, 2, 2)