# Sandbox.Scene.FindAllWithTag

```csharp
IEnumerable<GameObject> FindAllWithTag(string tag)
```

Find objects with tag

### Parameters

- `tag` (`string`)

### Returns

`IEnumerable<GameObject>`

Declared in [Sandbox.Scene](/api/Sandbox.Scene).
Assembly: `Sandbox.Engine`.
