I want to make the camera follow the players head during an animation, basically like combat warriors. In combat warriors, when you glory kill someone, the camera follows the head of the player. How would I do this?
1 Like
camera.CameraSubject = head
3 Likes
this worked, + i also never knew i had to animate cframe for camera animations. thanks!