How would I make a smooth POV Camera like the cinematic camera roblox used to, or does have?

I am making a themepark game, and my roller coasters are not smooth, so I would need a POV camera that is smooth enough to give the illusion of the roller coaster being smoother than they are.

Roblox used to, or does have a cinematic camera mode that I think could be enabled by pressing left shift+p.
It was very smooth, and had some drag to it I wonder if I could apply that smoothness to a POV script

You want to make the camera smooth like freecam?

To use freecam, press Shift+P.

1 Like

No, I need a POV camera that is as smooth as freecam. The one I am currently using is too rigid

Interpolate the camera position, with TweenService or :Lerp().

I just modified the CameraModule to interpolate using Lerp. Here’s the updated version:
SmoothCamera.rbxm (123.7 KB)

1 Like

Developer free camera mode uses springs to control the camera. The code is available if you start a Play session (F5) and look in PlayerGui. Under Freecam, open FreecamScript to see the code.

1 Like