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() or
Players:CreateHumanoidModelFromDescription(). This verification mode
determines if the method 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.
Warning
The default value for this parameter will change from ClientOnly
to Always
after 10/20/2025. See
here
for details.
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