How to tween CameraOffset?

The first parameter is the object: humanoid.

The third parameter is the goal: camera offset.


local tween1 = TweenService:Create(Humanoid,Info,{CameraOffset = Vector3.new(0,-1.5,0)})

Also I might’ve made a typo since I’m on mobile.

1 Like