<!-- 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; [setModelScale](./server.entity.setmodelscale.md)

## Entity.setModelScale() method

Sets the scale of the entity's model and proportionally scales its colliders.

**Signature:**

```typescript
setModelScale(modelScale: number): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

modelScale


</td><td>

number


</td><td>

The scale of the entity's model.


</td></tr>
</tbody></table>
**Returns:**

void

