> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/assettypeverification.md).

# AssetTypeVerification

## Overview

AssetTypeVerification is an Enum that sets the asset type verification mode when the Humanoid:ApplyDescription() function is called.

This verification is essential for security purposes and ensures that models’ asset types are correct when ApplyDescription loads them.

## Items

| Name       | Value | Description                                                                                        |
| ---------- | ----- | -------------------------------------------------------------------------------------------------- |
| Default    | 1     | Verifies asset types according to default action.                                                  |
| ClientOnly | 2     | Verifies asset types only on the client. Asset type verification cannot be disabled on the client. |
| Always     | 3     | Always verifies asset types and prevents invalid models from being loaded.                         |
