Ooops sorry I think a typo here that’s giving an error
local targetLookAt = Vector.new(-66.307, 5.447, 19.599) – put where you want the camera to look at here
Should be Vector3
local targetLookAt = Vector3.new(-66.307, 5.447, 19.599) – put where you want the camera to look at here
I think with that fixed it should be ok