How do I make cutscenes?

For a few of my games, I want to make cutscenes, but I have no idea how to do so. I have tried plugins but none of them work. You could recommend plugins or videos to help me.

2 Likes

Try Codes Otaku Cutscene plugin… has a link to a YT video that explains how to use it.

A good method is to use Tweenservice and cframe.

Here is a video that goes in depth.

Video

Roblox Cutscene Script Tutorial - YouTube

If you want to make a cutscene by making the camera look from the eyes of a part, you can make that like this.

	repeat wait(1)
		Camera.CameraType = Enum.CameraType.Scriptable -- Makes it so you can Modify the Camera
	until Camera.CameraType == Enum.CameraType.Scriptable
	
	Camera.CFrame = game.Workspace.MenuSceneRoom.BlockYouWantToLookFrom.CFrame -- Changes View to the Block