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!
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!
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
.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.