How can I make a cut scene

How do cutscenes work, so what I want to do is, if a new player joins the game, that has never joined previously (or reset their progress) and sees a cutscene locally, how would something like that work? I have never done anything like that, like are you able to create these cutscenes with a moon animator, or the basic roblox animator, blender, or whatever?

1 Like

There are cutscene plugins, but the main idea behind them is you make a new part and tween it the way you want the camera to move, then you just set the cameras CFrame to the parts CFrame and put that inside of a loop to have the camera follow the part, you would need a datastore to see if its the players first time joining though

1 Like

Thanks, I will use this for my game!

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