> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/scripting-cyberpunk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/scripting-cyberpunk/codeware/entity-manipulation.md).

# Entity manipulation

{% hint style="info" %}
This article is a stub.
{% endhint %}

## Spawning entities

For information on how to spawn entities with Codeware, see [psiberx's wiki](https://discord.com/channels/717692382849663036/795037494106128434/1220316626914770974) until we find the time to migrate the information here.

## Despawning entities

Call DynamicEntitySystem's DeleteEntity method with your entity's ID:&#x20;

```lua
Game.GetDynamicEntitySystem():DeleteEntity(EntityID)
```
