Zoom-In on screen

How would i create the following:
https://gyazo.com/1e914b9a128bec8882561fb10dacb4f4

I’ve tried some stuff like FOV but it just looks… bad… I have seriously no idea how to properly implement this so yeah, does anyone have any idea how you are supposed to create something similair?

1 Like

That’s a cutscene you have to change your player camera CFrame to an invisible part CFrame looking directly into the screen(You have to use TweenService to tween the CFrame so it’s not instant). I suggest you also check Camera manipulation so you don’t run into issues related to the camera messing up.

1 Like

Ah i see, I just don’t know how to use the player camera CFrame.