# Sandbox.MovieMaker.MovieRecorder.Start

```csharp
System.IDisposable Start()
```

Starts recording the scene.
Stop recording by calling [Sandbox.MovieMaker.MovieRecorder.Stop](/api/Sandbox.MovieMaker.MovieRecorder/Stop), or disposing the returned object.
Recording will automatically stop when the recorded scene is being destroyed.

### Returns

`System.IDisposable`

Declared in [Sandbox.MovieMaker.MovieRecorder](/api/Sandbox.MovieMaker.MovieRecorder).
Assembly: `Sandbox.Engine`.
