About 50 results
Open links in new tab
  1. Mesh ID & Texture ID Added to the Context Menu - Roblox

    Oct 28, 2021 · Hey developers, We have made two small changes to the Toolbox context menu for mesh parts. You can now copy Mesh ID and Texture ID from the context menu. To make room for …

  2. How do I get a mesh ID? - Game Design Support - Roblox

    Apr 27, 2020 · I am trying to import a terrain I made in paint 3D, but it doesn’t come up with an option to import from my computer’s file and just asks for a mesh ID. How can I get a mesh ID though?

  3. How do i get the MeshID & TextureID from an accessory? - Roblox

    Dec 27, 2023 · Keep it simple and clear! finding the mesh and texture IDs from accessories on the site like item 15771355434 (Feather knight helmet), how do i get it’s meshid What is the issue? Include …

  4. How to get MeshId from Model upload? (Cloud Assets API ... - Roblox

    Oct 24, 2024 · You can read the post for the details, but TLDR, this new Open Cloud API lets you execute a Luau script on an official Roblox RCC server from an Open Cloud request. If you want the …

  5. Is it possible to get the mesh id of a limb from its catalog ... - Roblox

    Feb 14, 2026 · In every roblox bundle, each limb (including torso and head) has seperate catalog IDs that are linked to it. These IDs are shown in the humanoid descriptions of avatars. I want to find the …

  6. How do I extract an ID from mesh/texture URL - Roblox

    Feb 14, 2022 · This script is made to find a mesh or texture id that matches the filtertable and show where it is! local fiteridtable = {115337883,4107760344,722755763,560079780,560077355} …

  7. Are there mesh ids for R6 Mesh-Avatar 2016? - Roblox

    Jan 15, 2026 · Are there mesh ids for R6 Mesh-Avatar 2016? Help and Feedback Scripting Support Andolino13 (Andolino13) January 15, 2026, 5:30pm

  8. How can i use the r6 bodypart meshes without the humanoid? - Roblox

    Jul 5, 2024 · I think you can just go to the avatar tab, press rig builder, then select r6 and block avatar, create the rig. then just copy all of the mesh parts’ asset ids, and add them onto your meshpart, or …

  9. How do I get the ID part of the MeshId property in MeshParts ... - Roblox

    Feb 16, 2026 · I have a function that lets you input the ID for a mesh and match it with IDs from a module. The issue is that the MeshId property of Meshparts come with a long link that retrieves the …

  10. Mesh ID and Texture ID From MeshPart ID via Script - Roblox

    Sep 28, 2024 · I’m trying to find a way to get the mesh id and texture id from a meshpart id. The closest I got was a function called InsertService:CreateMeshPartAsync(), but that requires the user to know …