This is my first post, so I hope I put this in the right category.
What do you guys think is the best way to make a cutscene with a moving camera (without using cutscene plugins)?
What I have done to achieve this was I animated a part to act as a camera, then use a script to tell the CurrentCamera to move with the part. But, I feel like this is impractical. Do you guys have any other methods of making a cutscene that seem more practical?
What I did in my game is to create many parts as the number of the positions I want the camera to get to, and put them into an array. Then with TweenService I tween the Camera CFrame to the next part CFrame (since they are stored in an array you can use a loop, but you’ll need to do some more steps if the time between each tween it’s different for each Position).
If you need more help just reply!