Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AssetTypeVerification

Determines the asset type verification mode.

Items 3

HistoryNameValueDescription
454Default1

Use the default behavior for asset type verification.

454ClientOnly2

Only verify asset types on the client. Asset type verification can not be turned off on the client.

454Always3

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

Settings