#CameraQuestions

11 messages · Page 1 of 1 (latest)

unborn thunder
#

Has anyone tried to make your own camera movements with scriptable
I need some help

#

I tried to make a camera tracking my mouse movement with a ViewSize / Angle ratio

#

but uh things didn't go so well

spring remnant
#

@unborn thunder can.CFRame

unborn thunder
#

what

#

njever heard of can.Cframe bro

woeful totem
#

cam

undone kernel
#

entire post is about camera

#

what do you think it can be

grave quest
#

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)