<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Entity](./server.entity.md) &gt; [stopModelAnimations](./server.entity.stopmodelanimations.md)

## Entity.stopModelAnimations() method

Stops the provided model animations for the entity.

**Signature:**

```typescript
stopModelAnimations(modelAnimationNames: readonly string[]): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

modelAnimationNames


</td><td>

readonly string\[\]


</td><td>

The model animation names to stop.

\*\*Side effects:\*\* May emit `EntityModelAnimationEvent.STOP` for each stopped animation.

\*\*Category:\*\* Entities


</td></tr>
</tbody></table>
**Returns:**

void

