AssetTypeVerification
Determines the asset type verification mode.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
454 | Default | 1 | Use the default behavior for asset type verification. | |
454 | ClientOnly | 2 | Only verify asset types on the client. Asset type verification can not be turned off on the client. | |
454 | Always | 3 | Always verify the asset types to be loaded and disallow loading models. |
Description
Determines the asset type verification mode used when calling Humanoid:ApplyDescription(). Asset type verification determines if ApplyDescription will load models or not. Loading models can be insecure if it's possible for malicious users to trick your game into loading unexpected models that you own which may include malicious scripts. You should set this to Always unless you want to load non-catalog assets.
History 9
- 454 Add Default
- 454 Add ClientOnly
- 454 Add Always
- 454 Add AssetTypeVerification
- 452 Remove AssetTypeVerification
- 453 Add Default
- 453 Add ClientOnly
- 453 Add Always
- 453 Add AssetTypeVerification