# Sandbox.Scene.FindAllWithTags

```csharp
IEnumerable<GameObject> FindAllWithTags(IEnumerable<string> tags)
```

### Parameters

- `tags` (`IEnumerable<string>`)

### Returns

`IEnumerable<GameObject>`

Declared in [Sandbox.Scene](/api/Sandbox.Scene).
Assembly: `Sandbox.Engine`.
