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.

Last updated