How to make an "intro" play when pressing a button. (Camera Manipulation for all players)

Hi! I plan to make an intro play that manipulates all players’ cameras when pressing a button. How may I do this?

One like this: OFL S26 Presents VBXXVI: Thunderbirds vs Turks FULL GAME - YouTube (skip to 5:12)

cameraRemoteEvent:FireAllClients(cameraCFrame)
local camera = workspace.currentCamera;    

cameraRemoteEvent.onClientEvent:Connect(function(cameraCFrame)
    camera.CFrame = cameraCFrame;
end)

Make sure your camera is scriptable