Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AssetType

This Enum can be used to match the AssetTypeId from MarketplaceService:GetProductInfoAsync() to an asset type.

Items 64

HistoryNameValueLegacy NamesDescription
261Image1

The asset is an image.

536TShirt2TeeShirt

The asset is a classic t-shirt (a flat image applied to the avatar's torso).

261Audio3

The asset is an audio clip.

261Mesh4

The asset is a mesh.

261Lua5

The asset is Luau code, for example a ModuleScript.

261Hat8

The asset is a hat.

261Place9

The asset is a place.

261Model10

The asset is a model.

261Shirt11

The asset is a shirt.

261Pants12

The asset is a pants item.

261Decal13

The asset is a decal (image).

261Head17

The asset is a head.

261Face18

The asset is a face.

261Gear19

The asset is a gear item.

261Badge21

The asset is a badge.

261Animation24

The asset is an animation; also see the more specific animation type enums below.

261Torso27

The asset is a torso.

261RightArm28

The asset is a right arm.

261LeftArm29

The asset is a left arm.

261LeftLeg30

The asset is a left leg.

261RightLeg31

The asset is a right leg.

261Package32

The asset is a pack, for example an animation package.

261GamePass34

The asset is a GamePass.

261Plugin38

The asset is a plugin.

261MeshPart40

The asset is a mesh part.

271HairAccessory41

The asset is a hair accessory.

271FaceAccessory42

The asset is a face accessory.

271NeckAccessory43

The asset is a neck accessory.

271ShoulderAccessory44

The asset is a shoulder accessory.

271FrontAccessory45

The asset is a front accessory.

271BackAccessory46

The asset is a back accessory.

271WaistAccessory47

The asset is a waist accessory.

271ClimbAnimation48

The asset is a climb animation.

271DeathAnimation49

The asset is a death animation.

271FallAnimation50

The asset is a fall animation.

271IdleAnimation51

The asset is an idle animation.

271JumpAnimation52

The asset is a jump animation.

271RunAnimation53

The asset is a run animation.

271SwimAnimation54

The asset is a swim animation.

271WalkAnimation55

The asset is a walk animation.

271PoseAnimation56

The asset is a pose animation.

715EarAccessory57

The asset is an ear accessory.

715EyeAccessory58

The asset is an eye accessory.

715EmoteAnimation61

The asset is an emote animation.

715Video62

The asset is a video.

715TShirtAccessory64TeeShirtAccessory

The asset is a layered clothing accessory representing a t-shirt.

715ShirtAccessory65

The asset is a layered clothing accessory representing a shirt.

715PantsAccessory66

The asset is a layered clothing accessory representing pants.

715JacketAccessory67

The asset is a layered clothing accessory representing a jacket.

715SweaterAccessory68

The asset is a layered clothing accessory representing a sweater.

715ShortsAccessory69

The asset is a layered clothing accessory representing shorts.

715LeftShoeAccessory70

The asset is a layered clothing accessory representing a left shoe.

715RightShoeAccessory71

The asset is a layered clothing accessory representing a right shoe.

715DressSkirtAccessory72

The asset is a layered clothing accessory representing a dress or skirt.

715FontFamily73

The asset is a font family used for text rendering.

715EyebrowAccessory76

The asset is a layered eyebrow accessory.

715EyelashAccessory77

The asset is a layered eyelash accessory.

715MoodAnimation78

The asset is a mood animation that defines a static facial expression for a character.

715DynamicHead79

The asset is a head with facial animation support.

715FaceMakeup88

The asset is face makeup applied to a character's head via texture transfer.

715LipMakeup89

The asset is lip makeup applied to a character's face via texture transfer.

715EyeMakeup90

The asset is eye makeup applied to a character's face via texture transfer.

732AvatarBackground92

The asset is an avatar background used as a scene backdrop in avatar previews.

732TextDocument93

The asset is a text document.

Removed items 3

HistoryNameValue
485TeeShirt2
485TeeShirtAccessory64
732VoxelFragment91

Description

This Enum can be used to match the AssetTypeId from MarketplaceService:GetProductInfoAsync() to an asset type.

History 156

Settings