Roblox Mesh IDs point to custom 3D geometry used by MeshParts in Roblox Studio. Search 1,000 public Creator Store entries, compare their official previews, and copy the underlying Mesh ID instead of the listing's wrapper ID.
anime_hair_3
by Broken_Lua
431984625431984628Tied Hair 5000+ TAKES!!
by Lirn
454910907454910917G36
by KryptonikOfficial
431039918431040119Eevee... With A Suprise!
by plausibly
431164358431164445MeshPart
by Rootie_Groot
430347551430347562Bun hair (?)
by hyuubris
725203731725203809anime hair 2
by Broken_Lua
430440803CSS Golden Desert Eagle
by Umbreon_197Moonlight
435840330435840335MP5-K [MORE FREE]
by Rendhy
430251413430251649Long Hair
by Lirn
454906015454906041WDex
by WDex
430059085430059116AUG
by KryptonikOfficial
431717702431717780SSB4 Shadow the Hedgehog, Assist Trophy Model
by Iainmemory
430071914430071935Stickmasterluke Bloxikin
by ChIoroplast
634718746634718760German Shepherd [85,000+ takes]
by joelwari
432602064432602074M4 [M4A1] Carbine
by Born2Script
430062295Meshes/Sword
by Krootis
430079838430080021Short Shorts
by 13_37
430130136430130462Curly hair 4
by Lirn
460103024Pistol
by comprends
430055959Heckler & Koch MP7
by Maximum_ADHD
430034545430034547Wolf
by ChaiiLattess
430055270fire turtle from funny video game (Original)
by snowphur
430331583430331587Zygarde OBJ
by lioui
430331058430331062Anime Hair Neko
by Broken_Lua
451928893451928896Crash Twinsanity: Crash Bandicoot
by attomicgreen
430155854430155861Combine SPAS-12
by Maximum_ADHD
430065012430065013USP Match (9mm Pistol)
by Maximum_ADHD
430054076430054077Young Link [SWORDLESS]
by DividingDriver
430332718430332734Lever Rifle
by N_ik
430075625430075654Meshes/Wawoaw
by Bluay
430053134Reddish Orange SUV
by The_Sink
430234637430234675Zero Point Energy Field Manipulator
by Maximum_ADHD
429945742429945837Meshes/untitled2
by PrimeFIRE94
430063869430063942Meshes/untitled
by PrimeFIRE94
430061894430061921Young Link [ARMED]
by DividingDriver
430333097430333115MeshPart
by rayman7839
430063283Human
by ChaiiLattess
430118502430118631Bear
by ChaiiLattess
430055349hair
by hyuubris
731142602What are Roblox Mesh IDs?
A Roblox Mesh ID is the numerical asset ID for a piece of custom 3D geometry. In Studio, a MeshPart uses that geometry through its MeshId property. The usual asset form is rbxassetid:// followed by the number.
Creator Store mesh listings contain two IDs that are easy to mix up. The listing itself is a MeshPart wrapper with its own asset ID, while the geometry inside it has a separate Mesh ID. The copied number shown with each entry is the underlying geometry ID. The wrapper stays behind the Creator Store link, where it belongs.
How to choose a Roblox mesh for your experience
Start with the official 3D preview and the source name, then open the Creator Store listing before inserting anything. A clear silhouette can tell you whether you found a tree, weapon, hair piece, or prop much faster than a heroic amount of guessing from the name alone.
Check how the object looks beside the rest of your build. A detailed mesh may suit a close-up item, while a simpler shape can be easier on performance when it appears many times. The preview helps with recognition, but Studio is where you should test size, collision, texture, and appearance.
How to use Roblox Mesh IDs in Studio
The simplest option is to open the linked Creator Store record and insert its MeshPart into Studio. Roblox supplies the paired geometry and texture information with that listing.
If you need the geometry ID by itself, copy the Mesh ID and use rbxassetid://MESH_ID where Studio expects a mesh asset URI. For example, ID 431984625 becomes rbxassetid://431984625. Set it through the appropriate Studio asset or Properties workflow. Do not rely on a runtime script to assign MeshPart.MeshId, because that property is not directly script-accessible for rebuilding collision geometry.
When an entry also has a Texture ID, treat it as a separate asset reference for the MeshPart's TextureID property. A Mesh ID controls shape. A Texture ID controls the image wrapped around that shape. They are teammates, not twins.
Roblox mesh previews, Texture IDs, and source links explained
Each entry pairs an official Roblox render with its source name, creator name, underlying Mesh ID, and Creator Store link. Search can match names, creators, Mesh IDs, listing IDs, and Texture IDs. Sort by the default source order, name, creation date, or update date when you need a different route through the list.
The Mesh ID is the main value to copy. A Texture ID appears only when Roblox provides a non-zero texture asset for that record. The Creator Store link uses the wrapper asset ID internally, but that wrapper number is intentionally not presented as the primary code because it is not the geometry ID.
Official previews are useful identification images, not a promise that every mesh will render exactly the same in your experience. A few source records return blank or repeated images, so open the Creator Store record and test the asset in Studio when a preview looks suspicious. Even meshes can have a bad photo day.
Mesh IDs vs MeshPart, Model, and accessory IDs
A Mesh ID identifies geometry. A MeshPart is the physical Studio object that displays that geometry and can also reference a texture. The Creator Store record wraps those pieces together so you can insert them as an object.
A Model is a container that can hold several parts, MeshParts, constraints, scripts, and other objects. Its Model asset ID cannot replace the Mesh ID inside a MeshId field. Models are the whole toolbox; a mesh is one shaped piece inside it.
Avatar accessories are also separate assets. They may use mesh geometry internally, but an accessory's Marketplace ID is not automatically a usable Mesh ID. This collection stays with public Creator Store MeshPart records and does not mix in models, packages, or avatar catalog items.
Roblox mesh permissions, moderation, and availability
These records are currently distributed through the public Creator Store, but availability can change. Creators can update assets, Roblox can moderate them, and access rules can affect whether an asset loads in a particular experience. Open the source listing before building an important system around one ID.
Names and descriptions come from the asset creators, so they may be brief, generic, or imperfect. Treat the preview and Creator Store record as the source for identification. Test the inserted object in Studio, review what it contains, and make sure its use fits Roblox rules and your project's needs.
Roblox Mesh IDs FAQ
What is a Roblox Mesh ID?
A Roblox Mesh ID is the numerical asset ID for custom 3D geometry. A MeshPart references that geometry through its MeshId property.
Why is the Mesh ID different from the Creator Store URL number?
The Creator Store URL uses the MeshPart wrapper asset ID. That wrapper contains an underlying Mesh asset with a different ID. Copy the displayed Mesh ID when you need the geometry number.
How do I format a Mesh ID in Roblox Studio?
Where Studio expects an asset URI, place rbxassetid:// before the number. For example, Mesh ID 431984625 becomes rbxassetid://431984625.
Is a Texture ID the same as a Mesh ID?
No. The Mesh ID controls the object's 3D shape, while the Texture ID points to the image placed over that shape. Some mesh records do not include a non-zero Texture ID.
Can I use a Model ID as a Mesh ID?
No. A Model can contain several parts, MeshParts, scripts, and other objects. Its asset ID does not identify the individual geometry expected by a MeshId property.
Can I use an avatar accessory ID as a Mesh ID?
Not automatically. An accessory is a separate avatar asset that may reference mesh geometry internally. Its Marketplace ID is not the same as the underlying Mesh ID.
Why is a Roblox mesh preview blank or different from the name?
Preview images and names come from Roblox's source records, and a small number are blank, repeated, generic, or outdated. Open the linked Creator Store record and test the asset in Studio before using it.
Will every public Mesh ID always work in my experience?
No guarantee is permanent. Assets can be updated, moderated, removed, or affected by access rules. Check the Creator Store source and test the mesh in the experience where you plan to use it.

