Best way to make animations/cutscene

I want to make cutscenes that interact with the scenery, etc. For example, the player character picks up a bottle, or a large monster manages to grab a tree on the map.
I can do this with a script, just place the object I want to interact with inside the animation character and rig it.
In my current project I need to make a cutscene in which a monster grabs the player, and I can’t think of a way to do it.

And it is also possible to animate the camera more easily without using TweenService or Lerp?

Do you know of any other better alternative? I know Roblox is very limited when it comes to this.
Tell me what you do to make quality cutscenes

4 Likes

Create a part which should mimic the camera then just add a script that changes the camera’s CFrame every RenderStep

1 Like