Roblox Wiki
Advertisement
Roblox Wiki

Assets are files retrieved by the engine, including instances or services, and can be retrieved through Content protocols, such as "rbxasset" for retrieving a local file. An asset type is a type of format for content retrieved by the engine. Many asset types share a similar format. For example, the types model, decal and accessories all represent instance data.

On Roblox, assets are items that uses the ID type Asset and are primarily used across experiences. Their Content protocol is "rbxassetid". Every asset has an asset type that represents the format of its content. Asset types determine their catalog (the marketplace if it is avatar-related, the games page if it is a place, otherwise the Creator Marketplace) and their category in the catalog. All asset types have a name, which is used in some URL parameters on the website. The library catalog category IDs are used in the query string for searches with the library catalog API. Asset types are represented by the AssetType enum.

List of asset types
Name ID Page Category Subcategory
Image 1 library
T-Shirt 2 catalog 3 13
Audio 3 library 9
Mesh 4 library
Lua 5 library
HTML 6 library
Text 7 library
Hat 8 catalog 11 9
Place 9 games
Model 10 library 6
Shirt 11 catalog 3
Pants 12 catalog 3
Decal 13 library 8
Avatar 16
Head 17 catalog 4 15
Face 18 catalog 4 10
Gear 19 catalog 11 5
Badge 21
Group Emblem 22
Animation 24 catalog 12 27
Arms 25
Legs 26
Torso 27 catalog
Right Arm 28 catalog
Left Arm 29 catalog
Left Leg 30 catalog
Right Leg 31 catalog
Package 32 catalog 17
YouTubeVideo 33
Pass 34
App 35
Code 37
Plugin 38 library 7
SolidModel 39 library
MeshPart 40 library 10
Hair accessory 41 catalog 4 20
Face accessory 42 catalog 11 21
Neck accessory 43 catalog 11 22
Shoulder accessory 44 catalog 11 23
Front accessory 45 catalog 11 24
Back accessory 46 catalog 11 25
Waist accessory 47 catalog 11 26
Climb Animation 48 catalog
Death Animation 49
Fall Animation 50 catalog
Idle Animation 51 catalog
Jump Animation 52 catalog
Run Animation 53 catalog
Swim Animation 54 catalog
Walk Animation 55 catalog
Pose Animation 56
Ear Accessory 57
Eye Accessory 58
Ear Accessory 57
Emote Animation 61 catalog 12 39
Video 62 library 14
T-Shirt Accessory 64 catalog 3 5
Shirt Accessory 65 catalog 3 59
Pants Accessory 66 catalog 3 60
Jacket Accessory 67 catalog 3 61
Sweater Accessory 68 catalog 3 62
Shorts Accessory 69 catalog 3 63
Left Shoe Accessory 70 catalog
Right Shoe Accessory 71 catalog
Dress Skirt Accessory 72 catalog 3 65
Font Family 73 library
Font Face 74
MeshHiddenSurfaceRemoval 75
Eyebrow Accessory 76
Eyelash Accessory 77
Mood Animation 78
Dynamic Head 79
CodeSnippet 80

See also[]

External links[]



Advertisement