---
name: AssetType
last_updated: 2026-06-10T02:17:47Z
type: enum
summary: "This Enum can be used to match the AssetTypeId from MarketplaceService:GetProductInfoAsync() to an asset type."
---

# AssetType

This Enum can be used to match the AssetTypeId from
[MarketplaceService:GetProductInfoAsync()](/docs/reference/engine/classes/MarketplaceService.md) to an asset type.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Image` | 1 | The asset is an image. |
| `TShirt` | 2 |  |
| `Audio` | 3 | The asset is an audio clip. |
| `Mesh` | 4 | The asset is a mesh. |
| `Lua` | 5 | The asset is Luau code, for example a [ModuleScript](/docs/reference/engine/classes/ModuleScript.md). |
| `Hat` | 8 | The asset is a hat. |
| `Place` | 9 | The asset is a place. |
| `Model` | 10 | The asset is a model. |
| `Shirt` | 11 | The asset is a shirt. |
| `Pants` | 12 | The asset is a pants item. |
| `Decal` | 13 | The asset is a decal (image). |
| `Head` | 17 | The asset is a head. |
| `Face` | 18 | The asset is a face. |
| `Gear` | 19 | The asset is a gear item. |
| `Badge` | 21 | The asset is a badge. |
| `Animation` | 24 | The asset is an animation; also see the more specific animation type enums below. |
| `Torso` | 27 | The asset is a torso. |
| `RightArm` | 28 | The asset is a right arm. |
| `LeftArm` | 29 | The asset is a left arm. |
| `LeftLeg` | 30 | The asset is a left leg. |
| `RightLeg` | 31 | The asset is a right leg. |
| `Package` | 32 | The asset is a pack, for example an animation package. |
| `GamePass` | 34 | The asset is a GamePass. |
| `Plugin` | 38 | The asset is a plugin. |
| `MeshPart` | 40 | The asset is a mesh part. |
| `HairAccessory` | 41 | The asset is a hair accessory. |
| `FaceAccessory` | 42 | The asset is a face accessory. |
| `NeckAccessory` | 43 | The asset is a neck accessory. |
| `ShoulderAccessory` | 44 | The asset is a shoulder accessory. |
| `FrontAccessory` | 45 | The asset is a front accessory. |
| `BackAccessory` | 46 | The asset is a back accessory. |
| `WaistAccessory` | 47 | The asset is a waist accessory. |
| `ClimbAnimation` | 48 | The asset is a climb animation. |
| `DeathAnimation` | 49 | The asset is a death animation. |
| `FallAnimation` | 50 | The asset is a fall animation. |
| `IdleAnimation` | 51 | The asset is an idle animation. |
| `JumpAnimation` | 52 | The asset is a jump animation. |
| `RunAnimation` | 53 | The asset is a run animation. |
| `SwimAnimation` | 54 | The asset is a swim animation. |
| `WalkAnimation` | 55 | The asset is a walk animation. |
| `PoseAnimation` | 56 | The asset is a pose animation. |
| `EarAccessory` | 57 |  |
| `EyeAccessory` | 58 |  |
| `EmoteAnimation` | 61 | The asset is an emote animation. |
| `Video` | 62 | The asset is a video. |
| `TShirtAccessory` | 64 |  |
| `ShirtAccessory` | 65 |  |
| `PantsAccessory` | 66 |  |
| `JacketAccessory` | 67 |  |
| `SweaterAccessory` | 68 |  |
| `ShortsAccessory` | 69 |  |
| `LeftShoeAccessory` | 70 |  |
| `RightShoeAccessory` | 71 |  |
| `DressSkirtAccessory` | 72 |  |
| `FontFamily` | 73 |  |
| `EyebrowAccessory` | 76 |  |
| `EyelashAccessory` | 77 |  |
| `MoodAnimation` | 78 |  |
| `DynamicHead` | 79 |  |
| `FaceMakeup` | 88 |  |
| `LipMakeup` | 89 |  |
| `EyeMakeup` | 90 |  |
| `VoxelFragment` | 91 |  |