> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/game-systems/target/add-local-entity.md).

# AddLocalEntity

Create target options on non-networked entity(s).

{% hint style="info" %}
**Side:** Client · **Category:** Target · **API:** `LT.Target.AddLocalEntity`
{% endhint %}

## Example

```lua
local result = LT.Target.AddLocalEntity(1, {})
```

See [Target Options](/ltbridge/game-systems/target/target-options.md) for the options array format.

## Parameters

| Name       | Required | Description |
| ---------- | -------- | ----------- |
| `entities` | Yes      | table       |
| `options`  | Yes      | Options     |
