AssetTypeVerification

AssetTypeVerification is used to configure the asset type verification mode when calling the Humanoid:ApplyDescription() function. This verification determines whether ApplyDescription will load models and is essential for security purposes.

Items

Name
Value
Description

Default

1

Follows the default behavior for asset type verification.

ClientOnly

2

Verifies asset types only on the client. Asset type verification cannot be disabled on the client.

Always

3

Always verifies asset types before loading them and blocks the loading of models that fail verification.

Last updated