Help needed with camera interpolation

Hello, I was scrolling around the Roblox docs when I decided to learn how to manipulate the camera, just to come to realize that Camera:Interpolate was deprecated

Is there any other way to interpolate the camera? If so, please share, thank you! :slight_smile:

If you want to directly plug in the interpolation values, you should do Camera.CFrame:Lerp(newCF, alpha). Or, for an easier approach, you could use tweens with TweenService.

Alright, thank you @SubtotalAnt8185!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.