<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [ModelEntityOptions](./server.modelentityoptions.md) &gt; [modelScale](./server.modelentityoptions.modelscale.md)

## ModelEntityOptions.modelScale property

The scale of the entity's model. Can be a vector3 for per-axis scaling, or a number for uniform scaling.

**Signature:**

```typescript
modelScale?: Vector3Like | number;
```
