# Sandbox.Doo.Methods.GameObjectCloneEx

```csharp
static GameObject GameObjectCloneEx(GameObject gameObject, Vector3 position, Rotation angles, Vector3 scale)
```

Clones a GameObject with an explicit position, rotation, and scale.

### Parameters

- `gameObject` (`GameObject`)
- `position` (`Vector3`)
- `angles` (`Rotation`)
- `scale` (`Vector3`)

### Returns

`GameObject`

Declared in [Sandbox.Doo.Methods](/api/Sandbox.Doo.Methods).
Assembly: `Sandbox.Engine`.
