Hi! I plan to make an intro play that manipulates all players’ cameras when pressing a button. How may I do this?
cameraRemoteEvent:FireAllClients(cameraCFrame)
local camera = workspace.currentCamera;
cameraRemoteEvent.onClientEvent:Connect(function(cameraCFrame)
camera.CFrame = cameraCFrame;
end)
Make sure your camera is scriptable