How to make blender styled camera animations on Roblox?

Hello everybody. Jumping right onto the topic, how can I make blender styled camera animations on Roblox? I’ve seen some animations like this one:

I’m hoping to create this type of animation on Roblox so that I don’t need to learn blender stuff or install it. Though, if there’s no alternative, then…

ok.

TweenService or alternatively CFrame:Lerp()

You could rotate the camera around the RootPart Position of the model.

i would use moon animator for that, it should work fine

I tried, but cannot find the correct EasingStyle and EasingDirection for this process. (I’ll reply tomorrow (going to sleep))

Tween between parts and if you’re cutting to a different area, just change the camera’s CFrame tothe CFrame of a different part.
Also, set the currentcamera to scriptable.

I can do all of that. The only part I’m struggling with is the smooth camera animations. I’ve tried Cubic, Quad, Sine, Linear, Quart and other EasingStyles with In, Out, InOut, OutIn EasingDirections. But can’t find any of them the smoothest. I feel like I missed something but can’t figure out what it is.