How to make a cutscene intro in Roblox Studio

Опубликовано: 26 Июль 2026
на канале: mminirob_
796
25

UNCOPYLOCKED GAME: https://www.roblox.com/games/10929654...

SCRIPT: local ts = game:GetService("TweenService")
local camFolder = game.Workspace.cameras
local camera = game.Workspace.CurrentCamera
local blackFrame = script.Parent.blackFrame
local button = script.Parent.TextButton



button.MouseButton1Click:Connect(function()
button.Visible = false
camera.CameraType = Enum.CameraType.Custom
end)




local ti = TweenInfo.new(

3,
Enum.EasingStyle.Cubic,
Enum.EasingDirection.Out,
0,
false

)

camera.CameraType = Enum.CameraType.Scriptable

blackFrame.Visible = true

camera.CFrame = camFolder.cam1.CFrame


task.wait(1)

ts:Create(blackFrame,ti,{BackgroundTransparency = 1}):Play()
ts:Create(camera,ti,{CFrame = camFolder.cam2.CFrame}):Play()
button.Visible = true
ts:Create(button,ti,{TextTransparency = 0}):Play()


FREE MODEL: https://create.roblox.com/store/asset...