How do you make a cutscene on Roblox?

Hey Sisters!
Sorry if this is too demanding, but how do you make a cutscene?
I have searched on YouTube, but all of them are about using plugins, and I want to make mine by scratch. I also heard that CloneTrooper1019’s cutscene maker went offsale and is broken.
I am open to any feedback.
Thanks Sisters!

2 Likes

Hello! There are many tutorials on this already, is google or the search bar.

3 Likes

That plugin is offsale sadly, the one in the video. I will try the other video

The first video might be not working, but the second one is.

OK thanks. I will try the other video.

1 Like

I looked your issue up and I found this code useful:

CODE SAMPLE

local camera = workspace.CurrentCamera
camera.CameraType = Enum.CameraType.Scriptable
 
camera:Interpolate(
	CFrame.new(0, 10, 100),
	CFrame.new(0, 0, 100),
	5
)

Use that Code Sample for inspiration, but as you would know, modify it to suit you and satisfy your needs. Obviously, in a cutscene, you would you this in conjunction with other code and ScreenGui.
For more information, check this out:

I hope this helped, let me know if it did. : )

6 Likes

OK thanks. I will try that out