{"id":4022,"date":"2026-04-14T12:11:38","date_gmt":"2026-04-14T12:11:38","guid":{"rendered":"https:\/\/hone.gg\/blog\/?p=4022"},"modified":"2026-04-20T12:19:06","modified_gmt":"2026-04-20T12:19:06","slug":"roblox-image-ids","status":"publish","type":"post","link":"https:\/\/hone.gg\/blog\/roblox-image-ids\/","title":{"rendered":"99+ Roblox Image IDs &#8211; Decals Image Codes"},"content":{"rendered":"\n<div style=\"margin-bottom:20px;\">\n  <div style=\"border-left:3px solid #f99926;padding:6px 12px;background:transparent;color:#ffffff;font-size:0.8em;font-style:italic;\">\n    <span style=\"color:#f99926;\"><strong>Note:<\/strong><\/span> This article reflects technical best practices from the writer&#8217;s perspective and does not necessarily reflect the views of Hone.\n  <\/div>\n<\/div>\n\n\n\n<p class=\"intro-paragraph\">Roblox image IDs are the fastest way to add memes, anime art, aesthetic images, faces, cats, logos, and custom decals to <a href=\"https:\/\/hone.gg\/blog\/category\/roblox\/\" target=\"_blank\" rel=\"noopener\" title=\"Roblox guides\">Roblox experiences<\/a> that support image codes. The hard part is not finding a random number. The hard part is finding Roblox decal IDs that are actually image assets and not mislabeled audio, models, or dead links.<\/p>\n\n\n\n<p class=\"intro-paragraph\">This guide gives you 99+ Roblox image IDs and decal codes in a copyable, searchable format, then explains how image IDs work, when to use <code>rbxassetid:\/\/<\/code>, why some decal IDs stop working, and how to avoid wasting time on bad codes.<\/p>\n\n\n\n<style>\n  :root {\n    --rid-orange: #f99926;\n    --rid-orange-soft: rgba(249,153,38,0.1);\n    --rid-orange-line: rgba(249,153,38,0.24);\n    --rid-bg: #080f1b;\n    --rid-panel: #0c131f;\n    --rid-panel-2: #101827;\n    --rid-border: #1c2635;\n    --rid-text: #e4e6eb;\n    --rid-muted: #b0b3b8;\n    --rid-faint: #8a8d93;\n    --rid-green: #28a745;\n    --rid-green-soft: rgba(40,167,69,0.12);\n    --rid-red: #dc3545;\n    --rid-red-soft: rgba(220,53,69,0.12);\n    --rid-blue: #17a2b8;\n    --rid-blue-soft: rgba(23,162,184,0.12);\n  }\n\n  .rid-wrap,\n  .rid-wrap * {\n    box-sizing: border-box;\n  }\n\n  .rid-wrap {\n    color: var(--rid-text);\n  }\n\n  .rid-hero {\n    background: var(--rid-panel);\n    border: 1px solid var(--rid-border);\n    border-radius: 24px;\n    margin: 38px 0;\n    overflow: hidden;\n    position: relative;\n    box-shadow: 0 18px 55px rgba(0,0,0,0.28);\n  }\n\n  .rid-hero:before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: var(--rid-orange);\n  }\n\n  .rid-hero-inner {\n    display: grid;\n    grid-template-columns: 1.2fr 0.8fr;\n    gap: 24px;\n    padding: 34px;\n    align-items: center;\n  }\n\n  .rid-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 6px 12px;\n    border: 1px solid var(--rid-orange-line);\n    background: var(--rid-orange-soft);\n    color: var(--rid-orange);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.7px;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n\n  .rid-hero h2 {\n    color: var(--rid-text);\n    font-size: 34px;\n    line-height: 1.12;\n    margin: 0 0 14px;\n    font-weight: 950;\n  }\n\n  .rid-hero p {\n    color: var(--rid-muted);\n    font-size: 15px;\n    line-height: 1.75;\n    margin: 0;\n    max-width: 740px;\n  }\n\n  .rid-stat-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 24px;\n  }\n\n  .rid-stat {\n    background: var(--rid-bg);\n    border: 1px solid var(--rid-border);\n    border-radius: 16px;\n    padding: 16px 14px;\n    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;\n  }\n\n  .rid-stat:hover {\n    transform: translateY(-3px);\n    border-color: var(--rid-orange-line);\n    background: rgba(249,153,38,0.04);\n  }\n\n  .rid-stat strong {\n    display: block;\n    color: var(--rid-orange);\n    font-size: 24px;\n    line-height: 1;\n    margin-bottom: 7px;\n  }\n\n  .rid-stat span {\n    color: var(--rid-faint);\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.6px;\n  }\n\n  .rid-svg-box {\n    min-height: 285px;\n    border: 1px solid var(--rid-border);\n    border-radius: 20px;\n    background: var(--rid-bg);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .rid-orbit-svg {\n    width: 100%;\n    height: 100%;\n    min-height: 285px;\n    display: block;\n  }\n\n  .rid-orbit {\n    fill: none;\n    stroke: rgba(249,153,38,0.23);\n    stroke-width: 2;\n    stroke-dasharray: 7 11;\n    animation: ridDash 9s linear infinite;\n  }\n\n  .rid-node {\n    fill: var(--rid-orange);\n    filter: drop-shadow(0 0 10px rgba(249,153,38,0.4));\n    animation: ridPulse 2.4s ease-in-out infinite;\n  }\n\n  .rid-node.n2 { animation-delay: 0.4s; }\n  .rid-node.n3 { animation-delay: 0.8s; }\n  .rid-node.n4 { animation-delay: 1.2s; }\n\n  .rid-svg-card {\n    fill: #0c131f;\n    stroke: #1c2635;\n    stroke-width: 2;\n  }\n\n  .rid-svg-text {\n    fill: #e4e6eb;\n    font-size: 13px;\n    font-weight: 800;\n    font-family: Arial, sans-serif;\n  }\n\n  .rid-svg-small {\n    fill: #8a8d93;\n    font-size: 10px;\n    font-weight: 700;\n    font-family: Arial, sans-serif;\n  }\n\n  @keyframes ridDash {\n    to { stroke-dashoffset: -180; }\n  }\n\n  @keyframes ridPulse {\n    0%, 100% { opacity: 0.55; transform: scale(1); }\n    50% { opacity: 1; transform: scale(1.2); }\n  }\n\n  .rid-note {\n    background: var(--rid-panel);\n    border: 1px solid var(--rid-border);\n    border-left: 4px solid var(--rid-orange);\n    border-radius: 8px 18px 18px 8px;\n    padding: 20px 22px;\n    margin: 28px 0;\n  }\n\n  .rid-note strong {\n    color: var(--rid-orange);\n  }\n\n  .rid-note p {\n    color: var(--rid-muted);\n    margin: 0;\n    line-height: 1.7;\n    font-size: 14px;\n  }\n\n  .rid-format-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin: 30px 0;\n  }\n\n  .rid-format-card {\n    background: var(--rid-panel);\n    border: 1px solid var(--rid-border);\n    border-radius: 18px;\n    padding: 22px;\n    transition: transform 0.25s ease, border-color 0.25s ease;\n  }\n\n  .rid-format-card:hover {\n    transform: translateY(-4px);\n    border-color: var(--rid-orange-line);\n  }\n\n  .rid-format-card .rid-label {\n    color: var(--rid-orange);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .rid-format-card h3 {\n    color: var(--rid-text);\n    margin: 0 0 8px;\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .rid-format-card p {\n    color: var(--rid-muted);\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .rid-code-chip {\n    display: inline-block;\n    margin-top: 14px;\n    background: var(--rid-bg);\n    border: 1px solid var(--rid-border);\n    color: var(--rid-orange);\n    border-radius: 8px;\n    padding: 7px 9px;\n    font-size: 12px;\n  }\n\n  .rid-library {\n    background: var(--rid-panel);\n    border: 1px solid var(--rid-border);\n    border-radius: 22px;\n    margin: 34px 0;\n    overflow: hidden;\n    box-shadow: 0 16px 45px rgba(0,0,0,0.22);\n  }\n\n  .rid-library-head {\n    padding: 24px;\n    border-bottom: 1px solid var(--rid-border);\n    background: var(--rid-panel-2);\n  }\n\n  .rid-library-title {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 18px;\n    margin-bottom: 18px;\n  }\n\n  .rid-library-title h3 {\n    color: var(--rid-text);\n    margin: 0;\n    font-size: 20px;\n    font-weight: 950;\n  }\n\n  .rid-count {\n    color: var(--rid-orange);\n    background: var(--rid-orange-soft);\n    border: 1px solid var(--rid-orange-line);\n    border-radius: 999px;\n    padding: 7px 12px;\n    font-size: 12px;\n    font-weight: 900;\n    white-space: nowrap;\n  }\n\n  .rid-controls {\n    display: grid;\n    grid-template-columns: 1fr 190px 210px;\n    gap: 12px;\n  }\n\n  .rid-controls input,\n  .rid-controls select {\n    width: 100%;\n    background: var(--rid-bg);\n    border: 1px solid var(--rid-border);\n    color: var(--rid-text);\n    border-radius: 12px;\n    padding: 13px 14px;\n    font-size: 14px;\n    outline: none;\n  }\n\n  .rid-controls input:focus,\n  .rid-controls select:focus {\n    border-color: var(--rid-orange);\n    box-shadow: 0 0 0 3px rgba(249,153,38,0.12);\n  }\n\n  .rid-table {\n    padding: 0;\n  }\n\n  .rid-table-head,\n  .rid-row {\n    display: grid;\n    grid-template-columns: 64px 1.55fr 0.8fr 1.15fr 110px;\n    align-items: center;\n  }\n\n  .rid-table-head {\n    background: var(--rid-bg);\n    border-bottom: 1px solid var(--rid-border);\n    color: var(--rid-orange);\n    font-size: 11px;\n    font-weight: 950;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .rid-table-head div,\n  .rid-cell {\n    padding: 14px 16px;\n  }\n\n  .rid-row {\n    border-bottom: 1px solid rgba(28,38,53,0.72);\n    transition: background 0.2s ease;\n  }\n\n  .rid-row:last-child {\n    border-bottom: none;\n  }\n\n  .rid-row:hover {\n    background: rgba(249,153,38,0.035);\n  }\n\n  .rid-index {\n    color: var(--rid-faint);\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .rid-name strong {\n    display: block;\n    color: var(--rid-text);\n    font-size: 14px;\n    line-height: 1.35;\n  }\n\n  .rid-name span {\n    display: inline-block;\n    color: var(--rid-orange);\n    background: var(--rid-orange-soft);\n    border: 1px solid var(--rid-orange-line);\n    border-radius: 999px;\n    padding: 3px 8px;\n    margin-top: 7px;\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .rid-code code,\n  .rid-format code,\n  .rid-uri {\n    color: var(--rid-muted);\n    background: var(--rid-bg);\n    border: 1px solid var(--rid-border);\n    border-radius: 8px;\n    padding: 6px 8px;\n    font-size: 12px;\n    white-space: nowrap;\n  }\n\n  .rid-copy,\n  .rid-builder-copy {\n    border: 1px solid var(--rid-orange-line);\n    background: var(--rid-orange);\n    color: var(--rid-bg);\n    border-radius: 10px;\n    padding: 9px 12px;\n    font-size: 12px;\n    font-weight: 950;\n    cursor: pointer;\n    transition: transform 0.2s ease, opacity 0.2s ease;\n  }\n\n  .rid-copy:hover,\n  .rid-builder-copy:hover {\n    transform: translateY(-2px);\n    opacity: 0.92;\n  }\n\n  .rid-empty {\n    display: none;\n    padding: 26px;\n    text-align: center;\n    color: var(--rid-muted);\n    border-top: 1px solid var(--rid-border);\n  }\n\n  .rid-mini-table {\n    background: var(--rid-panel);\n    border: 1px solid var(--rid-border);\n    border-radius: 18px;\n    overflow: hidden;\n    margin: 26px 0;\n  }\n\n  .rid-mini-table table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .rid-mini-table th {\n    background: var(--rid-bg);\n    color: var(--rid-orange);\n    text-align: left;\n    padding: 14px 18px;\n    font-size: 11px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .rid-mini-table td {\n    color: var(--rid-muted);\n    border-top: 1px solid rgba(28,38,53,0.72);\n    padding: 14px 18px;\n    vertical-align: top;\n    font-size: 14px;\n  }\n\n  .rid-mini-table td strong {\n    color: var(--rid-text);\n  }\n\n  .rid-mini-table code {\n    color: var(--rid-orange);\n    background: var(--rid-bg);\n    border: 1px solid var(--rid-border);\n    border-radius: 7px;\n    padding: 4px 7px;\n    white-space: nowrap;\n  }\n\n  .rid-stepper {\n    background: var(--rid-panel);\n    border: 1px solid var(--rid-border);\n    border-radius: 22px;\n    padding: 28px;\n    margin: 32px 0;\n    position: relative;\n  }\n\n  .rid-steps {\n    display: grid;\n    gap: 14px;\n  }\n\n  .rid-step {\n    display: grid;\n    grid-template-columns: 44px 1fr;\n    gap: 14px;\n    align-items: start;\n    background: var(--rid-bg);\n    border: 1px solid var(--rid-border);\n    border-radius: 16px;\n    padding: 18px;\n  }\n\n  .rid-step-num {\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    background: var(--rid-orange-soft);\n    border: 1px solid var(--rid-orange-line);\n    color: var(--rid-orange);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 950;\n  }\n\n  .rid-step h3 {\n    margin: 0 0 6px;\n    color: var(--rid-text);\n    font-size: 16px;\n    font-weight: 900;\n  }\n\n  .rid-step p {\n    margin: 0;\n    color: var(--rid-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .rid-builder {\n    background: var(--rid-panel);\n    border: 1px solid var(--rid-border);\n    border-radius: 22px;\n    padding: 28px;\n    margin: 32px 0;\n  }\n\n  .rid-builder-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n    align-items: start;\n  }\n\n  .rid-builder input {\n    width: 100%;\n    background: var(--rid-bg);\n    border: 1px solid var(--rid-border);\n    color: var(--rid-text);\n    border-radius: 12px;\n    padding: 14px;\n    outline: none;\n    font-size: 15px;\n  }\n\n  .rid-output-box {\n    background: var(--rid-bg);\n    border: 1px solid var(--rid-border);\n    border-radius: 14px;\n    padding: 16px;\n    min-height: 128px;\n  }\n\n  .rid-output-box p {\n    margin: 0 0 10px;\n    color: var(--rid-faint);\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    font-weight: 900;\n  }\n\n  .rid-output-box code {\n    display: block;\n    color: var(--rid-orange);\n    background: rgba(249,153,38,0.06);\n    border: 1px solid var(--rid-orange-line);\n    border-radius: 10px;\n    padding: 10px;\n    margin-bottom: 10px;\n    overflow-x: auto;\n    font-size: 13px;\n  }\n\n  .rid-choice-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n    margin: 28px 0;\n  }\n\n  .rid-choice {\n    background: var(--rid-panel);\n    border: 1px solid var(--rid-border);\n    border-radius: 18px;\n    padding: 20px;\n  }\n\n  .rid-choice b {\n    display: block;\n    color: var(--rid-orange);\n    font-size: 13px;\n    margin-bottom: 8px;\n    text-transform: uppercase;\n    letter-spacing: 0.7px;\n  }\n\n  .rid-choice p {\n    margin: 0;\n    color: var(--rid-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .rid-trouble {\n    background: var(--rid-panel);\n    border: 1px solid var(--rid-border);\n    border-radius: 22px;\n    overflow: hidden;\n    margin: 30px 0;\n  }\n\n  .rid-trouble-row {\n    display: grid;\n    grid-template-columns: 0.8fr 1.1fr 1.1fr;\n    border-bottom: 1px solid var(--rid-border);\n  }\n\n  .rid-trouble-row:last-child {\n    border-bottom: none;\n  }\n\n  .rid-trouble-row > div {\n    padding: 18px 20px;\n    border-right: 1px solid var(--rid-border);\n    color: var(--rid-muted);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .rid-trouble-row > div:last-child {\n    border-right: none;\n  }\n\n  .rid-trouble-head {\n    background: var(--rid-bg);\n  }\n\n  .rid-trouble-head > div {\n    color: var(--rid-orange);\n    font-size: 11px;\n    font-weight: 950;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .rid-trouble strong {\n    color: var(--rid-text);\n  }\n\n  .rid-callout-green {\n    background: var(--rid-green-soft);\n    border: 1px solid rgba(40,167,69,0.24);\n    border-left: 4px solid var(--rid-green);\n    border-radius: 8px 18px 18px 8px;\n    padding: 20px 22px;\n    margin: 28px 0;\n  }\n\n  .rid-callout-red {\n    background: var(--rid-red-soft);\n    border: 1px solid rgba(220,53,69,0.24);\n    border-left: 4px solid var(--rid-red);\n    border-radius: 8px 18px 18px 8px;\n    padding: 20px 22px;\n    margin: 28px 0;\n  }\n\n  .rid-callout-green h3,\n  .rid-callout-red h3 {\n    margin: 0 0 8px;\n    color: var(--rid-text);\n    font-size: 16px;\n    font-weight: 900;\n  }\n\n  .rid-callout-green p,\n  .rid-callout-red p {\n    margin: 0;\n    color: var(--rid-muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  @media (max-width: 980px) {\n    .rid-hero-inner {\n      grid-template-columns: 1fr;\n      padding: 26px;\n    }\n\n    .rid-format-strip,\n    .rid-choice-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .rid-controls {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .rid-controls input {\n      grid-column: 1 \/ -1;\n    }\n\n    .rid-table-head,\n    .rid-row {\n      grid-template-columns: 52px 1.35fr 0.8fr 110px;\n    }\n\n    .rid-table-head .rid-format-head,\n    .rid-row .rid-format {\n      display: none;\n    }\n\n    .rid-builder-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .rid-hero h2 {\n      font-size: 26px;\n    }\n\n    .rid-stat-grid,\n    .rid-format-strip,\n    .rid-choice-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .rid-library-title {\n      align-items: flex-start;\n      flex-direction: column;\n    }\n\n    .rid-controls {\n      grid-template-columns: 1fr;\n    }\n\n    .rid-table-head {\n      display: none;\n    }\n\n    .rid-row {\n      grid-template-columns: 1fr;\n      padding: 16px;\n      gap: 10px;\n      position: relative;\n    }\n\n    .rid-cell {\n      padding: 0;\n    }\n\n    .rid-index {\n      position: absolute;\n      right: 18px;\n      color: var(--rid-orange);\n    }\n\n    .rid-code,\n    .rid-format {\n      display: block !important;\n    }\n\n    .rid-action {\n      margin-top: 4px;\n    }\n\n    .rid-copy {\n      width: 100%;\n    }\n\n    .rid-mini-table {\n      overflow-x: auto;\n    }\n\n    .rid-mini-table table {\n      min-width: 620px;\n    }\n\n    .rid-stepper,\n    .rid-builder {\n      padding: 20px;\n    }\n\n    .rid-step {\n      grid-template-columns: 1fr;\n    }\n\n    .rid-trouble-row,\n    .rid-trouble-head {\n      grid-template-columns: 1fr;\n    }\n\n    .rid-trouble-row > div {\n      border-right: none;\n      border-bottom: 1px solid var(--rid-border);\n    }\n\n    .rid-trouble-row > div:last-child {\n      border-bottom: none;\n    }\n  }\n<\/style>\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-hero\">\n    <div class=\"rid-hero-inner\">\n      <div>\n        <span class=\"rid-kicker\">Roblox Image Codes<\/span>\n        <h2>99+ Roblox Image IDs And Decal Codes<\/h2>\n        <p>Search, filter, copy, and convert Roblox decal IDs without digging through messy lists. Use the raw number when a game asks for an image code, or use the <code>rbxassetid:\/\/<\/code> format when a Roblox Studio field expects an asset URI.<\/p>\n        <div class=\"rid-stat-grid\">\n          <div class=\"rid-stat\"><strong>100<\/strong><span>Image IDs<\/span><\/div>\n          <div class=\"rid-stat\"><strong>13<\/strong><span>Categories<\/span><\/div>\n          <div class=\"rid-stat\"><strong>2<\/strong><span>Copy Formats<\/span><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"rid-svg-box\" aria-hidden=\"true\">\n        <svg class=\"rid-orbit-svg\" viewBox=\"0 0 420 310\" role=\"img\">\n          <circle class=\"rid-orbit\" cx=\"210\" cy=\"155\" r=\"105\"><\/circle>\n          <circle class=\"rid-orbit\" cx=\"210\" cy=\"155\" r=\"65\"><\/circle>\n          <rect class=\"rid-svg-card\" x=\"124\" y=\"106\" rx=\"18\" ry=\"18\" width=\"172\" height=\"98\"><\/rect>\n          <text class=\"rid-svg-text\" x=\"158\" y=\"140\">DECAL ID<\/text>\n          <text class=\"rid-svg-small\" x=\"146\" y=\"166\">rbxassetid:\/\/2483186<\/text>\n          <circle class=\"rid-node n1\" cx=\"210\" cy=\"50\" r=\"8\"><\/circle>\n          <circle class=\"rid-node n2\" cx=\"315\" cy=\"155\" r=\"8\"><\/circle>\n          <circle class=\"rid-node n3\" cx=\"210\" cy=\"260\" r=\"8\"><\/circle>\n          <circle class=\"rid-node n4\" cx=\"105\" cy=\"155\" r=\"8\"><\/circle>\n        <\/svg>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Roblox Image IDs And Decal Codes Mean<\/strong><\/h2>\n\n\n\n<p>A Roblox image ID is the numeric asset ID attached to an image, decal, or image-like asset on Roblox. Players usually call these numbers image IDs, decal IDs, decal codes, or picture IDs. In normal use, they all point to the same idea: a Roblox asset number that an experience, Creator Store page, or Studio property can resolve into an image.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-reddit wp-block-embed-reddit\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"reddit-embed-bq\" style=\"height:500px\" ><a href=\"https:\/\/www.reddit.com\/r\/robloxhackers\/comments\/1pemsk1\/roblox_image_id_list_100_best_images_and_decals\/\">Roblox Image ID List 100 Best Images and Decals To Use in Roblox<\/a><br> by<a href=\"https:\/\/www.reddit.com\/user\/HealthyAsparagus503\/\">u\/HealthyAsparagus503<\/a> in<a href=\"https:\/\/www.reddit.com\/r\/robloxhackers\/\">robloxhackers<\/a><\/blockquote><script async src=\"https:\/\/embed.reddit.com\/widgets.js\" charset=\"UTF-8\"><\/script>\n<\/div><\/figure>\n\n\n\n<p>Roblox describes decals as regular images players can put on bricks and other objects. Roblox Creator Hub also treats assets as cloud-based items with unique IDs, commonly referenced with a format like <code>rbxassetid:\/\/123456<\/code>. That is why the same Roblox decal code may appear as a plain number in one place and as an asset URI in another.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-format-strip\">\n    <div class=\"rid-format-card\">\n      <div class=\"rid-label\">Game Input<\/div>\n      <h3>Raw Roblox Image ID<\/h3>\n      <p>Use this when an experience asks for a decal code, image code, or picture ID.<\/p>\n      <span class=\"rid-code-chip\">2483186<\/span>\n    <\/div>\n    <div class=\"rid-format-card\">\n      <div class=\"rid-label\">Studio Input<\/div>\n      <h3>Asset URI Format<\/h3>\n      <p>Use this when a Roblox Studio property expects an asset reference.<\/p>\n      <span class=\"rid-code-chip\">rbxassetid:\/\/2483186<\/span>\n    <\/div>\n    <div class=\"rid-format-card\">\n      <div class=\"rid-label\">Creator Store<\/div>\n      <h3>Asset Page ID<\/h3>\n      <p>The number in a Creator Store asset page URL is the code most players copy.<\/p>\n      <span class=\"rid-code-chip\">\/asset\/2483186\/<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<p>One important detail: not every Roblox experience accepts every image ID. Some games only allow approved decals from their own system, some reject private assets, and some require a different image format. Treat the list below as a clean starting point, then test the code inside the exact game or Studio project where you plan to use it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>99+ Roblox Image IDs And Decal Codes List<\/strong><\/h2>\n\n\n\n<p>Use the search box to find a Roblox image ID by name, category, or number. The format dropdown changes what the copy button grabs, so you can copy either the raw decal code or the <code>rbxassetid:\/\/<\/code> version.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-library\" id=\"ridLibrary\">\n    <div class=\"rid-library-head\">\n      <div class=\"rid-library-title\">\n        <h3>Searchable Roblox Image ID Library<\/h3>\n        <span class=\"rid-count\"><span id=\"ridVisibleCount\">100<\/span> Showing<\/span>\n      <\/div>\n      <div class=\"rid-controls\">\n        <input id=\"ridSearch\" type=\"search\" placeholder=\"Search name or ID...\" aria-label=\"Search Roblox image IDs\">\n        <select id=\"ridCategory\" aria-label=\"Filter Roblox image ID category\">\n          <option value=\"all\">All Categories<\/option>\n          <option value=\"meme\">Meme<\/option>\n          <option value=\"anime\">Anime<\/option>\n          <option value=\"cat\">Cat<\/option>\n          <option value=\"face\">Face<\/option>\n          <option value=\"aesthetic\">Aesthetic<\/option>\n          <option value=\"avatar\">Avatar<\/option>\n          <option value=\"scary\">Scary<\/option>\n          <option value=\"cute\">Cute<\/option>\n          <option value=\"logo\">Logo<\/option>\n          <option value=\"animal\">Animal<\/option>\n          <option value=\"clothing\">Clothing<\/option>\n          <option value=\"cartoon\">Cartoon<\/option>\n        <\/select>\n        <select id=\"ridCopyMode\" aria-label=\"Choose copy format\">\n          <option value=\"raw\">Copy Raw ID<\/option>\n          <option value=\"uri\">Copy rbxassetid:\/\/<\/option>\n        <\/select>\n      <\/div>\n    <\/div>\n    <div class=\"rid-table\">\n      <div class=\"rid-table-head\">\n        <div>#<\/div>\n        <div>Name<\/div>\n        <div>Image ID<\/div>\n        <div class=\"rid-format-head\">Studio Format<\/div>\n        <div>Copy<\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"invisible kitty\" data-id=\"2483186\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">1<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Invisible Kitty<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>2483186<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/2483186<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"2483186\" data-uri=\"rbxassetid:\/\/2483186\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"help me rickroll all of roblox\" data-id=\"6403436082\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">2<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Help Me Rickroll All Of Roblox<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>6403436082<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/6403436082<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"6403436082\" data-uri=\"rbxassetid:\/\/6403436082\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"anime aesthetic\" data-id=\"5252447904\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">3<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Anime Aesthetic<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>5252447904<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/5252447904<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"5252447904\" data-uri=\"rbxassetid:\/\/5252447904\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"beluga\" data-id=\"7129155278\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">4<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Beluga<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>7129155278<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/7129155278<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"7129155278\" data-uri=\"rbxassetid:\/\/7129155278\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"aesthetic anime\" data-id=\"5191098772\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">5<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Aesthetic Anime<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>5191098772<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/5191098772<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"5191098772\" data-uri=\"rbxassetid:\/\/5191098772\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"funny cat moment\" data-id=\"7205866972\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">6<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Funny Cat Moment<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>7205866972<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/7205866972<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"7205866972\" data-uri=\"rbxassetid:\/\/7205866972\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"doge doge\" data-id=\"631727250\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">7<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Doge Doge<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>631727250<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/631727250<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"631727250\" data-uri=\"rbxassetid:\/\/631727250\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"cursed image\" data-id=\"1847902752\" data-category=\"scary\">\n        <div class=\"rid-cell rid-index\">8<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Cursed Image<\/strong><span>Scary<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>1847902752<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/1847902752<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"1847902752\" data-uri=\"rbxassetid:\/\/1847902752\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"soft aesthetic\" data-id=\"5180300644\" data-category=\"aesthetic\">\n        <div class=\"rid-cell rid-index\">9<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Soft Aesthetic<\/strong><span>Aesthetic<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>5180300644<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/5180300644<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"5180300644\" data-uri=\"rbxassetid:\/\/5180300644\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"anime aesthetic\" data-id=\"6675147490\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">10<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Anime Aesthetic<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>6675147490<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/6675147490<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"6675147490\" data-uri=\"rbxassetid:\/\/6675147490\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"shocked guy meme\" data-id=\"11818627075\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">11<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Shocked Guy Meme<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>11818627075<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/11818627075<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"11818627075\" data-uri=\"rbxassetid:\/\/11818627075\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"[summer] chill out\" data-id=\"3290453459\" data-category=\"aesthetic\">\n        <div class=\"rid-cell rid-index\">12<\/div>\n        <div class=\"rid-cell rid-name\"><strong>[SUMMER] Chill Out<\/strong><span>Aesthetic<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3290453459<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3290453459<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3290453459\" data-uri=\"rbxassetid:\/\/3290453459\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"aesthetic\" data-id=\"1049060234\" data-category=\"aesthetic\">\n        <div class=\"rid-cell rid-index\">13<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Aesthetic<\/strong><span>Aesthetic<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>1049060234<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/1049060234<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"1049060234\" data-uri=\"rbxassetid:\/\/1049060234\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"the rock\" data-id=\"8425069728\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">14<\/div>\n        <div class=\"rid-cell rid-name\"><strong>The Rock<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>8425069728<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/8425069728<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"8425069728\" data-uri=\"rbxassetid:\/\/8425069728\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"aesthetic girl | sad | hardcore | purple | pink\" data-id=\"8652665149\" data-category=\"aesthetic\">\n        <div class=\"rid-cell rid-index\">15<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Aesthetic Girl | Sad | Hardcore | Purple | Pink<\/strong><span>Aesthetic<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>8652665149<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/8652665149<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"8652665149\" data-uri=\"rbxassetid:\/\/8652665149\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"kawaii\" data-id=\"5206932266\" data-category=\"cute\">\n        <div class=\"rid-cell rid-index\">16<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Kawaii<\/strong><span>Cute<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>5206932266<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/5206932266<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"5206932266\" data-uri=\"rbxassetid:\/\/5206932266\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"silly cat\" data-id=\"11176073582\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">17<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Silly Cat<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>11176073582<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/11176073582<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"11176073582\" data-uri=\"rbxassetid:\/\/11176073582\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"images\/cheems dog minecraft edition\" data-id=\"9676276958\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">18<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Images\/Cheems Dog Minecraft Edition<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>9676276958<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/9676276958<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"9676276958\" data-uri=\"rbxassetid:\/\/9676276958\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"the meme dog\" data-id=\"9835676498\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">19<\/div>\n        <div class=\"rid-cell rid-name\"><strong>The Meme Dog<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>9835676498<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/9835676498<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"9835676498\" data-uri=\"rbxassetid:\/\/9835676498\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"roblox meme 1\" data-id=\"7279137105\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">20<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Roblox Meme 1<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>7279137105<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/7279137105<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"7279137105\" data-uri=\"rbxassetid:\/\/7279137105\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"meme\" data-id=\"935443517\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">21<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Meme<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>935443517<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/935443517<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"935443517\" data-uri=\"rbxassetid:\/\/935443517\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"one piece all x luffy\" data-id=\"8964489645\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">22<\/div>\n        <div class=\"rid-cell rid-name\"><strong>One Piece All X Luffy<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>8964489645<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/8964489645<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"8964489645\" data-uri=\"rbxassetid:\/\/8964489645\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"hair\" data-id=\"6576347905\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">23<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Hair<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>6576347905<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/6576347905<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"6576347905\" data-uri=\"rbxassetid:\/\/6576347905\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"hair\" data-id=\"4637746375\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">24<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Hair<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>4637746375<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/4637746375<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"4637746375\" data-uri=\"rbxassetid:\/\/4637746375\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"cat ears\" data-id=\"112902315\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">25<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Cat Ears<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>112902315<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/112902315<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"112902315\" data-uri=\"rbxassetid:\/\/112902315\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"outrageous sword pack\" data-id=\"73737627\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">26<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Outrageous Sword Pack<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>73737627<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/73737627<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"73737627\" data-uri=\"rbxassetid:\/\/73737627\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"galaxy hair roblox\" data-id=\"275625339\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">27<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Galaxy Hair Roblox<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>275625339<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/275625339<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"275625339\" data-uri=\"rbxassetid:\/\/275625339\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"shiny cutie\" data-id=\"2782324454\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">28<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Shiny Cutie<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>2782324454<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/2782324454<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"2782324454\" data-uri=\"rbxassetid:\/\/2782324454\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"grey wistful wink\" data-id=\"710679541\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">29<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Grey Wistful Wink<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>710679541<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/710679541<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"710679541\" data-uri=\"rbxassetid:\/\/710679541\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"rainbow cat tail\" data-id=\"469008772\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">30<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Rainbow Cat Tail<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>469008772<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/469008772<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"469008772\" data-uri=\"rbxassetid:\/\/469008772\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"sapphire encrusted headphones\" data-id=\"53890741\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">31<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Sapphire Encrusted Headphones<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>53890741<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/53890741<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"53890741\" data-uri=\"rbxassetid:\/\/53890741\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"laughing fun\" data-id=\"227600968\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">32<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Laughing Fun<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>227600968<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/227600968<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"227600968\" data-uri=\"rbxassetid:\/\/227600968\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"brilliant bombtastic! *100k takes!*\" data-id=\"229313524\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">33<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Brilliant Bombtastic! *100K TAKES!*<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>229313524<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/229313524<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"229313524\" data-uri=\"rbxassetid:\/\/229313524\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"wings\" data-id=\"76819021\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">34<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Wings<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>76819021<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/76819021<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"76819021\" data-uri=\"rbxassetid:\/\/76819021\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"nerd glasses\" data-id=\"422266604\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">35<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Nerd Glasses<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>422266604<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/422266604<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"422266604\" data-uri=\"rbxassetid:\/\/422266604\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"tx-08 galatron gunner\" data-id=\"93390411\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">36<\/div>\n        <div class=\"rid-cell rid-name\"><strong>TX-08 Galatron Gunner<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>93390411<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/93390411<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"93390411\" data-uri=\"rbxassetid:\/\/93390411\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"face\" data-id=\"56936323\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">37<\/div>\n        <div class=\"rid-cell rid-name\"><strong>FACE<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>56936323<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/56936323<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"56936323\" data-uri=\"rbxassetid:\/\/56936323\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"free robloxian outfit with robloxian\" data-id=\"112492515\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">38<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Free Robloxian Outfit With Robloxian<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>112492515<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/112492515<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"112492515\" data-uri=\"rbxassetid:\/\/112492515\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"aureus knight\" data-id=\"139437522\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">39<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Aureus Knight<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>139437522<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/139437522<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"139437522\" data-uri=\"rbxassetid:\/\/139437522\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"galaxy\" data-id=\"3131549391\" data-category=\"aesthetic\">\n        <div class=\"rid-cell rid-index\">40<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Galaxy<\/strong><span>Aesthetic<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3131549391<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3131549391<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3131549391\" data-uri=\"rbxassetid:\/\/3131549391\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"epic face\" data-id=\"109251560\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">41<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Epic Face<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>109251560<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/109251560<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"109251560\" data-uri=\"rbxassetid:\/\/109251560\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"adidas\" data-id=\"1117897387\" data-category=\"logo\">\n        <div class=\"rid-cell rid-index\">42<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Adidas<\/strong><span>Logo<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>1117897387<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/1117897387<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"1117897387\" data-uri=\"rbxassetid:\/\/1117897387\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"silver wings\" data-id=\"473759087\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">43<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Silver Wings<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>473759087<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/473759087<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"473759087\" data-uri=\"rbxassetid:\/\/473759087\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"sword pack\" data-id=\"83250046\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">44<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Sword Pack<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>83250046<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/83250046<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"83250046\" data-uri=\"rbxassetid:\/\/83250046\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"roblox sword\" data-id=\"108289954\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">45<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Roblox Sword<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>108289954<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/108289954<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"108289954\" data-uri=\"rbxassetid:\/\/108289954\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"smiling girl\" data-id=\"722564687\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">46<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Smiling Girl<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>722564687<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/722564687<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"722564687\" data-uri=\"rbxassetid:\/\/722564687\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"halo helmet 1\" data-id=\"75076726\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">47<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Halo Helmet 1<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>75076726<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/75076726<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"75076726\" data-uri=\"rbxassetid:\/\/75076726\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"pink party dress with diamond belt\" data-id=\"90567189\" data-category=\"clothing\">\n        <div class=\"rid-cell rid-index\">48<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Pink Party Dress With Diamond Belt<\/strong><span>Clothing<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>90567189<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/90567189<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"90567189\" data-uri=\"rbxassetid:\/\/90567189\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"nubs\" data-id=\"1177150748\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">49<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Nubs<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>1177150748<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/1177150748<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"1177150748\" data-uri=\"rbxassetid:\/\/1177150748\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"red fang\" data-id=\"16735534\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">50<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Red Fang<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>16735534<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/16735534<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"16735534\" data-uri=\"rbxassetid:\/\/16735534\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"anime face\" data-id=\"3241672660\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">51<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Anime Face<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3241672660<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3241672660<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3241672660\" data-uri=\"rbxassetid:\/\/3241672660\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"link cat\" data-id=\"2058984\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">52<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Link Cat<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>2058984<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/2058984<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"2058984\" data-uri=\"rbxassetid:\/\/2058984\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"caution this is sparta\" data-id=\"2011952\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">53<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Caution This Is Sparta<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>2011952<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/2011952<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"2011952\" data-uri=\"rbxassetid:\/\/2011952\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"rainbow braces (face)\" data-id=\"124640306\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">54<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Rainbow Braces (Face)<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>124640306<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/124640306<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"124640306\" data-uri=\"rbxassetid:\/\/124640306\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"panda\" data-id=\"4442686497\" data-category=\"animal\">\n        <div class=\"rid-cell rid-index\">55<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Panda<\/strong><span>Animal<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>4442686497<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/4442686497<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"4442686497\" data-uri=\"rbxassetid:\/\/4442686497\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"shorts preppy cute\" data-id=\"10674131444\" data-category=\"clothing\">\n        <div class=\"rid-cell rid-index\">56<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Shorts Preppy Cute<\/strong><span>Clothing<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>10674131444<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/10674131444<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"10674131444\" data-uri=\"rbxassetid:\/\/10674131444\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"playful vampire\" data-id=\"2409898220\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">57<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Playful Vampire<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>2409898220<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/2409898220<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"2409898220\" data-uri=\"rbxassetid:\/\/2409898220\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"free indian hair\" data-id=\"111235934\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">58<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Free Indian Hair<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>111235934<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/111235934<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"111235934\" data-uri=\"rbxassetid:\/\/111235934\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"luffy\" data-id=\"10511856020\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">59<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Luffy<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>10511856020<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/10511856020<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"10511856020\" data-uri=\"rbxassetid:\/\/10511856020\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"angel wings\" data-id=\"1163229330\" data-category=\"avatar\">\n        <div class=\"rid-cell rid-index\">60<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Angel Wings<\/strong><span>Avatar<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>1163229330<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/1163229330<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"1163229330\" data-uri=\"rbxassetid:\/\/1163229330\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"the bird says ____. (decal)\" data-id=\"394647608\" data-category=\"animal\">\n        <div class=\"rid-cell rid-index\">61<\/div>\n        <div class=\"rid-cell rid-name\"><strong>The Bird Says ____. (DECAL)<\/strong><span>Animal<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>394647608<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/394647608<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"394647608\" data-uri=\"rbxassetid:\/\/394647608\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"fluttershy\" data-id=\"160117256\" data-category=\"cartoon\">\n        <div class=\"rid-cell rid-index\">62<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Fluttershy<\/strong><span>Cartoon<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>160117256<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/160117256<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"160117256\" data-uri=\"rbxassetid:\/\/160117256\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\":p\" data-id=\"128614017\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">63<\/div>\n        <div class=\"rid-cell rid-name\"><strong>\ud83d\ude1b<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>128614017<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/128614017<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"128614017\" data-uri=\"rbxassetid:\/\/128614017\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"shocked face\" data-id=\"147322185\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">64<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Shocked Face<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>147322185<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/147322185<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"147322185\" data-uri=\"rbxassetid:\/\/147322185\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"\u2642 joyful\" data-id=\"3169272356\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">65<\/div>\n        <div class=\"rid-cell rid-name\"><strong>\u2642 Joyful<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3169272356<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3169272356<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3169272356\" data-uri=\"rbxassetid:\/\/3169272356\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"internet fail cat. (original)\" data-id=\"2398054\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">66<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Internet Fail Cat. (Original)<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>2398054<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/2398054<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"2398054\" data-uri=\"rbxassetid:\/\/2398054\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"cat cat\" data-id=\"7711763290\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">67<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Cat Cat<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>7711763290<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/7711763290<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"7711763290\" data-uri=\"rbxassetid:\/\/7711763290\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"genshin impact childe staring meme\" data-id=\"6675554353\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">68<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Genshin Impact Childe Staring Meme<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>6675554353<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/6675554353<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"6675554353\" data-uri=\"rbxassetid:\/\/6675554353\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"soft\" data-id=\"5164285951\" data-category=\"aesthetic\">\n        <div class=\"rid-cell rid-index\">69<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Soft<\/strong><span>Aesthetic<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>5164285951<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/5164285951<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"5164285951\" data-uri=\"rbxassetid:\/\/5164285951\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"pikachu rockstar\" data-id=\"732601106\" data-category=\"cartoon\">\n        <div class=\"rid-cell rid-index\">70<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Pikachu Rockstar<\/strong><span>Cartoon<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>732601106<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/732601106<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"732601106\" data-uri=\"rbxassetid:\/\/732601106\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"scary face\" data-id=\"1972219027\" data-category=\"scary\">\n        <div class=\"rid-cell rid-index\">71<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Scary Face<\/strong><span>Scary<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>1972219027<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/1972219027<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"1972219027\" data-uri=\"rbxassetid:\/\/1972219027\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"silly cat\" data-id=\"7111868109\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">72<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Silly Cat<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>7111868109<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/7111868109<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"7111868109\" data-uri=\"rbxassetid:\/\/7111868109\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"\u2642 nervous laughter\" data-id=\"3229056811\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">73<\/div>\n        <div class=\"rid-cell rid-name\"><strong>\u2642 Nervous Laughter<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3229056811<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3229056811<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3229056811\" data-uri=\"rbxassetid:\/\/3229056811\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"cute cat cat cat!\" data-id=\"6050149849\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">74<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Cute Cat Cat Cat!<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>6050149849<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/6050149849<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"6050149849\" data-uri=\"rbxassetid:\/\/6050149849\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"cat_gun\" data-id=\"5205790826\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">75<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Cat_Gun<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>5205790826<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/5205790826<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"5205790826\" data-uri=\"rbxassetid:\/\/5205790826\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"anime boy\" data-id=\"579271238\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">76<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Anime Boy<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>579271238<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/579271238<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"579271238\" data-uri=\"rbxassetid:\/\/579271238\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"scary mask!!!\" data-id=\"26851366\" data-category=\"scary\">\n        <div class=\"rid-cell rid-index\">77<\/div>\n        <div class=\"rid-cell rid-name\"><strong>SCARY MASK!!!<\/strong><span>Scary<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>26851366<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/26851366<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"26851366\" data-uri=\"rbxassetid:\/\/26851366\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"hutao - genshin impact icon\" data-id=\"6942501530\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">78<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Hutao &#8211; Genshin Impact Icon<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>6942501530<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/6942501530<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"6942501530\" data-uri=\"rbxassetid:\/\/6942501530\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"meme\" data-id=\"587099934\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">79<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Meme<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>587099934<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/587099934<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"587099934\" data-uri=\"rbxassetid:\/\/587099934\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"[minimalist] wonderful world\" data-id=\"3321127511\" data-category=\"aesthetic\">\n        <div class=\"rid-cell rid-index\">80<\/div>\n        <div class=\"rid-cell rid-name\"><strong>[MINIMALIST] Wonderful World<\/strong><span>Aesthetic<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3321127511<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3321127511<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3321127511\" data-uri=\"rbxassetid:\/\/3321127511\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"logo one piece\" data-id=\"9933991033\" data-category=\"logo\">\n        <div class=\"rid-cell rid-index\">81<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Logo One Piece<\/strong><span>Logo<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>9933991033<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/9933991033<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"9933991033\" data-uri=\"rbxassetid:\/\/9933991033\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"cursed\" data-id=\"2822977994\" data-category=\"scary\">\n        <div class=\"rid-cell rid-index\">82<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Cursed<\/strong><span>Scary<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>2822977994<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/2822977994<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"2822977994\" data-uri=\"rbxassetid:\/\/2822977994\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"playful vampire\" data-id=\"2655135443\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">83<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Playful Vampire<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>2655135443<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/2655135443<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"2655135443\" data-uri=\"rbxassetid:\/\/2655135443\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"aesthetic anime girl-soft child\" data-id=\"3674739835\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">84<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Aesthetic Anime Girl-Soft Child<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3674739835<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3674739835<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3674739835\" data-uri=\"rbxassetid:\/\/3674739835\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"floppa cat\" data-id=\"9913176040\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">85<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Floppa Cat<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>9913176040<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/9913176040<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"9913176040\" data-uri=\"rbxassetid:\/\/9913176040\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"\u25aa\ufe0f chilling eyes face\" data-id=\"3673523334\" data-category=\"scary\">\n        <div class=\"rid-cell rid-index\">86<\/div>\n        <div class=\"rid-cell rid-name\"><strong>\u25aa\ufe0f Chilling Eyes Face<\/strong><span>Scary<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3673523334<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3673523334<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3673523334\" data-uri=\"rbxassetid:\/\/3673523334\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"man shocked at sight of banana\" data-id=\"9605261863\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">87<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Man Shocked At Sight Of Banana<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>9605261863<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/9605261863<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"9605261863\" data-uri=\"rbxassetid:\/\/9605261863\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"kawaii toast\" data-id=\"316605349\" data-category=\"cute\">\n        <div class=\"rid-cell rid-index\">88<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Kawaii Toast<\/strong><span>Cute<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>316605349<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/316605349<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"316605349\" data-uri=\"rbxassetid:\/\/316605349\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"[wallpaper] soft feelings\" data-id=\"3343076822\" data-category=\"aesthetic\">\n        <div class=\"rid-cell rid-index\">89<\/div>\n        <div class=\"rid-cell rid-name\"><strong>[WALLPAPER] Soft Feelings<\/strong><span>Aesthetic<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3343076822<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3343076822<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3343076822\" data-uri=\"rbxassetid:\/\/3343076822\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"among us man face\" data-id=\"9180622670\" data-category=\"meme\">\n        <div class=\"rid-cell rid-index\">90<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Among Us Man Face<\/strong><span>Meme<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>9180622670<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/9180622670<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"9180622670\" data-uri=\"rbxassetid:\/\/9180622670\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"banana cat\" data-id=\"5009915812\" data-category=\"cat\">\n        <div class=\"rid-cell rid-index\">91<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Banana Cat<\/strong><span>Cat<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>5009915812<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/5009915812<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"5009915812\" data-uri=\"rbxassetid:\/\/5009915812\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"anya\" data-id=\"9657394390\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">92<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Anya<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>9657394390<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/9657394390<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"9657394390\" data-uri=\"rbxassetid:\/\/9657394390\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"dark aesthetic anime girl\" data-id=\"10341849885\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">93<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Dark Aesthetic Anime Girl<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>10341849885<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/10341849885<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"10341849885\" data-uri=\"rbxassetid:\/\/10341849885\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"straw hat pirates\" data-id=\"9478562327\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">94<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Straw Hat Pirates<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>9478562327<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/9478562327<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"9478562327\" data-uri=\"rbxassetid:\/\/9478562327\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"\u2642 playful\" data-id=\"3169274816\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">95<\/div>\n        <div class=\"rid-cell rid-name\"><strong>\u2642 Playful<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3169274816<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3169274816<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3169274816\" data-uri=\"rbxassetid:\/\/3169274816\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"shocked face\" data-id=\"338312151\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">96<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Shocked Face<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>338312151<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/338312151<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"338312151\" data-uri=\"rbxassetid:\/\/338312151\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"sweet skies\" data-id=\"4880579497\" data-category=\"aesthetic\">\n        <div class=\"rid-cell rid-index\">97<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Sweet Skies<\/strong><span>Aesthetic<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>4880579497<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/4880579497<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"4880579497\" data-uri=\"rbxassetid:\/\/4880579497\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"\u2642 horrified\" data-id=\"3229058322\" data-category=\"face\">\n        <div class=\"rid-cell rid-index\">98<\/div>\n        <div class=\"rid-cell rid-name\"><strong>\u2642 Horrified<\/strong><span>Face<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>3229058322<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/3229058322<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"3229058322\" data-uri=\"rbxassetid:\/\/3229058322\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"male anime face - spirit\" data-id=\"4798335616\" data-category=\"anime\">\n        <div class=\"rid-cell rid-index\">99<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Male Anime Face &#8211; Spirit<\/strong><span>Anime<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>4798335616<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/4798335616<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"4798335616\" data-uri=\"rbxassetid:\/\/4798335616\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-row\" data-name=\"kawaii shy face\" data-id=\"2499469079\" data-category=\"cute\">\n        <div class=\"rid-cell rid-index\">100<\/div>\n        <div class=\"rid-cell rid-name\"><strong>Kawaii Shy Face<\/strong><span>Cute<\/span><\/div>\n        <div class=\"rid-cell rid-code\"><code>2499469079<\/code><\/div>\n        <div class=\"rid-cell rid-format\"><code class=\"rid-uri\">rbxassetid:\/\/2499469079<\/code><\/div>\n        <div class=\"rid-cell rid-action\"><button type=\"button\" class=\"rid-copy\" data-raw=\"2499469079\" data-uri=\"rbxassetid:\/\/2499469079\">Copy ID<\/button><\/div>\n      <\/div>\n      <div class=\"rid-empty\" id=\"ridEmpty\">No matching Roblox image IDs found. Try another keyword or category.<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function() {\n  function initRidTools() {\n  var library = document.getElementById('ridLibrary');\n  if (!library) return;\n\n  var search = document.getElementById('ridSearch');\n  var category = document.getElementById('ridCategory');\n  var copyMode = document.getElementById('ridCopyMode');\n  var rows = Array.prototype.slice.call(library.querySelectorAll('.rid-row'));\n  var count = document.getElementById('ridVisibleCount');\n  var empty = document.getElementById('ridEmpty');\n  var builderInput = document.getElementById('ridBuilderInput');\n  var builderRaw = document.getElementById('ridBuilderRaw');\n  var builderUri = document.getElementById('ridBuilderUri');\n  var builderPage = document.getElementById('ridBuilderPage');\n\n  function cleanText(value) {\n    return (value || '').toLowerCase().trim();\n  }\n\n  function filterRows() {\n    var q = cleanText(search.value);\n    var c = category.value;\n    var visible = 0;\n\n    rows.forEach(function(row) {\n      var haystack = row.getAttribute('data-name') + ' ' + row.getAttribute('data-id');\n      var matchesSearch = !q || haystack.indexOf(q) !== -1;\n      var matchesCategory = c === 'all' || row.getAttribute('data-category') === c;\n      var show = matchesSearch && matchesCategory;\n      row.style.display = show ? '' : 'none';\n      if (show) visible++;\n    });\n\n    count.textContent = visible;\n    empty.style.display = visible ? 'none' : 'block';\n  }\n\n  function copyText(text, button) {\n    function done() {\n      var old = button.textContent;\n      button.textContent = 'Copied';\n      setTimeout(function() { button.textContent = old; }, 1100);\n    }\n\n    if (navigator.clipboard && window.isSecureContext) {\n      navigator.clipboard.writeText(text).then(done).catch(function() {\n        fallbackCopy(text);\n        done();\n      });\n    } else {\n      fallbackCopy(text);\n      done();\n    }\n  }\n\n  function fallbackCopy(text) {\n    var temp = document.createElement('textarea');\n    temp.value = text;\n    temp.style.position = 'fixed';\n    temp.style.left = '-9999px';\n    document.body.appendChild(temp);\n    temp.focus();\n    temp.select();\n    try { document.execCommand('copy'); } catch (e) {}\n    document.body.removeChild(temp);\n  }\n\n  library.addEventListener('click', function(e) {\n    var btn = e.target.closest('.rid-copy');\n    if (!btn) return;\n    var value = copyMode.value === 'uri' ? btn.getAttribute('data-uri') : btn.getAttribute('data-raw');\n    copyText(value, btn);\n  });\n\n  function updateBuilder() {\n    if (!builderInput) return;\n    var raw = builderInput.value.replace(\/\\D\/g, '').slice(0, 20);\n    builderInput.value = raw;\n    var fallback = raw || '2483186';\n    builderRaw.textContent = fallback;\n    builderUri.textContent = 'rbxassetid:\/\/' + fallback;\n    builderPage.textContent = 'https:\/\/create.roblox.com\/store\/asset\/' + fallback;\n  }\n\n  document.addEventListener('click', function(e) {\n    var btn = e.target.closest('.rid-builder-copy');\n    if (!btn) return;\n    var target = document.getElementById(btn.getAttribute('data-copy-target'));\n    if (!target) return;\n    copyText(target.textContent, btn);\n  });\n\n  if (builderInput) {\n    builderInput.addEventListener('input', updateBuilder);\n    updateBuilder();\n  }\n\n  search.addEventListener('input', filterRows);\n  category.addEventListener('change', filterRows);\n  filterRows();\n\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initRidTools);\n  } else {\n    initRidTools();\n  }\n})();\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best Meme Roblox Image IDs<\/strong><\/h2>\n\n\n\n<p>Meme decals are usually the most searched Roblox image codes because they work well on posters, signs, roleplay rooms, joke builds, and <a href=\"https:\/\/hone.gg\/blog\/get-voice-chat-on-roblox\/\" target=\"_blank\" rel=\"noopener\" title=\"get voice chat on Roblox\">hangout maps<\/a>. These are the easiest picks if you want recognizable reaction images without scrolling the whole list.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-mini-table\">\n    <div class=\"table-wrapper\"><table>\n      <thead>\n        <tr>\n          <th>Decal Name<\/th>\n          <th>Roblox Image ID<\/th>\n          <th>Best Use<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr><td><strong>Help Me Rickroll All Of Roblox<\/strong><\/td><td><code>6403436082<\/code><\/td><td>Classic joke signs and meme rooms<\/td><\/tr>\n        <tr><td><strong>Shocked Guy Meme<\/strong><\/td><td><code>11818627075<\/code><\/td><td>Reaction boards and thumbnail jokes<\/td><\/tr>\n        <tr><td><strong>The Rock<\/strong><\/td><td><code>8425069728<\/code><\/td><td>Reaction decals and hangout walls<\/td><\/tr>\n        <tr><td><strong>Epic Face<\/strong><\/td><td><code>109251560<\/code><\/td><td>Old-school Roblox humor<\/td><\/tr>\n        <tr><td><strong>Among Us Man Face<\/strong><\/td><td><code>9180622670<\/code><\/td><td>Sus jokes and party maps<\/td><\/tr>\n        <tr><td><strong>Man Shocked At Sight Of Banana<\/strong><\/td><td><code>9605261863<\/code><\/td><td>Reaction signs and meme galleries<\/td><\/tr>\n      <\/tbody>\n    <\/table><\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best Anime Roblox Decal IDs<\/strong><\/h2>\n\n\n\n<p>Anime Roblox decal IDs are popular for profile rooms, themed builds, wall art, and roleplay spaces. Use these when you want character-style art instead of reaction memes.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-mini-table\">\n    <div class=\"table-wrapper\"><table>\n      <thead>\n        <tr>\n          <th>Decal Name<\/th>\n          <th>Roblox Image ID<\/th>\n          <th>Best Use<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr><td><strong>Anime Aesthetic<\/strong><\/td><td><code>5252447904<\/code><\/td><td>Anime-themed bedrooms and cafes<\/td><\/tr>\n        <tr><td><strong>Anime Aesthetic<\/strong><\/td><td><code>6675147490<\/code><\/td><td>Soft anime wall art<\/td><\/tr>\n        <tr><td><strong>One Piece All X Luffy<\/strong><\/td><td><code>8964489645<\/code><\/td><td>Anime fan builds<\/td><\/tr>\n        <tr><td><strong>Luffy<\/strong><\/td><td><code>10511856020<\/code><\/td><td>Character posters<\/td><\/tr>\n        <tr><td><strong>Hutao &#8211; Genshin Impact Icon<\/strong><\/td><td><code>6942501530<\/code><\/td><td>Icon-style display boards<\/td><\/tr>\n        <tr><td><strong>Dark Aesthetic Anime Girl<\/strong><\/td><td><code>10341849885<\/code><\/td><td>Darker aesthetic rooms<\/td><\/tr>\n      <\/tbody>\n    <\/table><\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best Cute, Cat, And Aesthetic Roblox Image IDs<\/strong><\/h2>\n\n\n\n<p>Cute and aesthetic Roblox image IDs are better for cozy rooms, avatar displays, cafes, clothing stores, and hangout spaces. Cat decals also tend to fit almost anywhere because they read clearly even at smaller sizes.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-mini-table\">\n    <div class=\"table-wrapper\"><table>\n      <thead>\n        <tr>\n          <th>Decal Name<\/th>\n          <th>Roblox Image ID<\/th>\n          <th>Best Use<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr><td><strong>Invisible Kitty<\/strong><\/td><td><code>2483186<\/code><\/td><td>Cat signs and joke builds<\/td><\/tr>\n        <tr><td><strong>Funny Cat Moment<\/strong><\/td><td><code>7205866972<\/code><\/td><td>Casual meme walls<\/td><\/tr>\n        <tr><td><strong>Banana Cat<\/strong><\/td><td><code>5009915812<\/code><\/td><td>Cute meme rooms<\/td><\/tr>\n        <tr><td><strong>Floppa Cat<\/strong><\/td><td><code>9913176040<\/code><\/td><td>Cat-themed spaces<\/td><\/tr>\n        <tr><td><strong>Soft Aesthetic<\/strong><\/td><td><code>5180300644<\/code><\/td><td>Soft room decor<\/td><\/tr>\n        <tr><td><strong>[WALLPAPER] Soft Feelings<\/strong><\/td><td><code>3343076822<\/code><\/td><td>Wallpaper-style builds<\/td><\/tr>\n      <\/tbody>\n    <\/table><\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How To Use Roblox Image IDs<\/strong><\/h2>\n\n\n\n<p>The right method depends on where you are pasting the code. A Roblox experience may ask for the raw number. Roblox Studio may expect an asset URI. The Creator Store may let you open an asset page and add the decal from there.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-stepper\">\n    <div class=\"rid-steps\">\n      <div class=\"rid-step\">\n        <div class=\"rid-step-num\">1<\/div>\n        <div>\n          <h3>Copy The Roblox Image ID<\/h3>\n          <p>Use the raw number from the list when a Roblox game asks for an image ID, decal ID, or decal code.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"rid-step\">\n        <div class=\"rid-step-num\">2<\/div>\n        <div>\n          <h3>Use The Asset URI In Roblox Studio<\/h3>\n          <p>For Studio properties that accept asset references, try the <code>rbxassetid:\/\/<\/code> format. Example: <code>rbxassetid:\/\/6403436082<\/code>.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"rid-step\">\n        <div class=\"rid-step-num\">3<\/div>\n        <div>\n          <h3>Test The Decal Before Publishing<\/h3>\n          <p>Place it on a part, GUI image, poster, or supported in-game field, then confirm it loads for you before building around it.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"rid-step\">\n        <div class=\"rid-step-num\">4<\/div>\n        <div>\n          <h3>Swap Codes If The Asset Is Unavailable<\/h3>\n          <p>If the image does not load, the asset may be private, moderated, removed, or incompatible with that specific game system.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Roblox Image ID Format Builder<\/strong><\/h2>\n\n\n\n<p>Paste any Roblox decal code below to convert it into the common formats you may need. This is useful when a game wants the raw number but Roblox Studio wants an asset URI.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-builder\">\n    <div class=\"rid-builder-grid\">\n      <div>\n        <label for=\"ridBuilderInput\" style=\"display:block;color:var(--rid-orange);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0.8px;margin-bottom:10px;\">Enter Roblox Image ID<\/label>\n        <input id=\"ridBuilderInput\" type=\"text\" inputmode=\"numeric\" value=\"2483186\" aria-label=\"Enter Roblox image ID\">\n        <p style=\"color:var(--rid-muted);font-size:13px;line-height:1.65;margin:12px 0 0;\">Only numbers are kept, so you can paste a messy code and clean it instantly.<\/p>\n      <\/div>\n      <div class=\"rid-output-box\">\n        <p>Converted Formats<\/p>\n        <code id=\"ridBuilderRaw\">2483186<\/code>\n        <button type=\"button\" class=\"rid-builder-copy\" data-copy-target=\"ridBuilderRaw\">Copy Raw ID<\/button>\n        <code id=\"ridBuilderUri\" style=\"margin-top:12px;\">rbxassetid:\/\/2483186<\/code>\n        <button type=\"button\" class=\"rid-builder-copy\" data-copy-target=\"ridBuilderUri\">Copy Asset URI<\/button>\n        <code id=\"ridBuilderPage\" style=\"margin-top:12px;\">https:\/\/create.roblox.com\/store\/asset\/2483186<\/code>\n        <button type=\"button\" class=\"rid-builder-copy\" data-copy-target=\"ridBuilderPage\">Copy Asset Page<\/button>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How To Find More Roblox Decal IDs<\/strong><\/h2>\n\n\n\n<p>The cleanest way to find more Roblox decal IDs is to start from the Creator Store or Roblox Studio instead of copying random numbers from comment sections. Search for an image or decal, open the asset page, then copy the number from the asset URL or use the button Roblox provides when the item is available.<\/p>\n\n\n\n<p>When you are checking a new Roblox image code, look for three things: the asset should be an image or decal, the preview should match the name, and the code should load in the place where you plan to use it. If a site mixes image IDs with <a href=\"https:\/\/hone.gg\/blog\/roblox-song-ids-music-codes\/\" target=\"_blank\" rel=\"noopener\" title=\"Roblox song IDs and music codes\">music IDs<\/a>, gear IDs, or model IDs, skip anything that does not clearly resolve as an image.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-choice-grid\">\n    <div class=\"rid-choice\">\n      <b>Best Source<\/b>\n      <p>Creator Store pages and Studio previews are safer than copied comment lists.<\/p>\n    <\/div>\n    <div class=\"rid-choice\">\n      <b>Best Format<\/b>\n      <p>Raw number for game inputs. Asset URI for Studio fields that expect it.<\/p>\n    <\/div>\n    <div class=\"rid-choice\">\n      <b>Best Test<\/b>\n      <p>Paste the code into the exact game or project before decorating a full build.<\/p>\n    <\/div>\n    <div class=\"rid-choice\">\n      <b>Best Backup<\/b>\n      <p>Keep two or three similar decals ready in case one asset stops loading.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Roblox Decal IDs Sometimes Stop Working<\/strong><\/h2>\n\n\n\n<p>A Roblox decal ID can fail even when the number itself is typed correctly. Roblox assets can be moderated, made private, renamed, replaced, or limited by the game you are using. Some inputs also expect a different kind of asset reference, which is why the raw number may work in one place while the <code>rbxassetid:\/\/<\/code> version works somewhere else.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-trouble\">\n    <div class=\"rid-trouble-row rid-trouble-head\">\n      <div>Problem<\/div>\n      <div>Likely Cause<\/div>\n      <div>Fix<\/div>\n    <\/div>\n    <div class=\"rid-trouble-row\">\n      <div><strong>Image Does Not Appear<\/strong><\/div>\n      <div>The asset may be private, moderated, deleted, or blocked by that experience.<\/div>\n      <div>Test another image ID from the same category and confirm the game accepts custom images.<\/div>\n    <\/div>\n    <div class=\"rid-trouble-row\">\n      <div><strong>Wrong Asset Loads<\/strong><\/div>\n      <div>The code may point to a different asset type or a renamed asset.<\/div>\n      <div>Open the asset page or test it in Studio before using it in a final build.<\/div>\n    <\/div>\n    <div class=\"rid-trouble-row\">\n      <div><strong>Studio Rejects The Code<\/strong><\/div>\n      <div>The field may expect a full asset URI instead of a plain number.<\/div>\n      <div>Try <code>rbxassetid:\/\/<\/code> before the number, then reload the preview.<\/div>\n    <\/div>\n    <div class=\"rid-trouble-row\">\n      <div><strong>Game Input Rejects The Code<\/strong><\/div>\n      <div>The experience may use its own whitelist or custom decal system.<\/div>\n      <div>Use a code that the game already supports, or check that game&#8217;s instructions.<\/div>\n    <\/div>\n    <div class=\"rid-trouble-row\">\n      <div><strong>Image Looks Low Quality<\/strong><\/div>\n      <div>The original uploaded asset may be small, compressed, or stretched on the surface.<\/div>\n      <div>Use a cleaner asset, keep the display area proportional, or choose a larger-looking image.<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best Ways To Use Roblox Image Codes In Builds<\/strong><\/h2>\n\n\n\n<p>Roblox image codes work best when the decal has a clear purpose. A reaction meme belongs on a sign or joke wall. A face decal belongs on a character board or avatar display. A soft aesthetic image belongs in a bedroom, cafe, storefront, or hangout area. Matching the code to the build makes the decal feel intentional instead of random.<\/p>\n\n\n\n<p>For large posters, avoid tiny or overly detailed images because they can look muddy when stretched. For small signs, choose bold shapes, faces, logos, or high-contrast memes. For GUI images, test the decal at the final size before committing because some images look fine on a wall but messy inside a small button.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-callout-green\">\n    <h3>Simple Rule For Better Decals<\/h3>\n    <p>If the image needs to be understood at a glance, use a face, symbol, meme, or logo-style image. If the image is decorative, use anime, aesthetic, wallpaper, or soft color decals.<\/p>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Safety, Moderation, And Clean Use<\/strong><\/h2>\n\n\n\n<p>Roblox decals still follow Roblox rules. Do not assume an image is safe just because the ID appears in a list. If you are building a public experience, avoid NSFW images, hateful symbols, personal information, stolen private art, and anything that would obviously violate Roblox Community Standards or Terms of Use.<\/p>\n\n\n\n<p>Copyright is also worth thinking about. Plenty of Roblox image IDs are based on anime characters, games, celebrities, brands, and memes. That does not automatically make them a good fit for every project. If you are making a serious public experience, use original uploads, properly licensed art, or assets you have the right to use.<\/p>\n\n\n\n<div class=\"rid-wrap\">\n  <div class=\"rid-callout-red\">\n    <h3>Do Not Build Around One Unchecked Asset<\/h3>\n    <p>Before designing an entire room around one decal, test the image in-game, reload the place, and confirm it still appears. That small check saves you from rebuilding signs, posters, and UI later.<\/p>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Performance Tips While Building With Roblox Decals<\/strong><\/h2>\n\n\n\n<p>Image IDs are lightweight to copy, but heavy projects can still become annoying if Roblox Studio, <a href=\"https:\/\/hone.gg\/blog\/optimize-windows-11-for-gaming\/\" target=\"_blank\" rel=\"noopener\" title=\"optimize Windows 11 for gaming\">your browser, Discord, and capture tools<\/a> are all open at once. When the whole PC is already under load, <a href=\"https:\/\/hone.gg\/blog\/fix-fps-drops\/\" target=\"_blank\" rel=\"noopener\" title=\"fix FPS drops\">small editor pauses<\/a> can feel like <a href=\"https:\/\/hone.gg\/blog\/pc-stuttering-in-games\/\" target=\"_blank\" rel=\"noopener\" title=\"PC stuttering in games\">PC stuttering in games<\/a> even if the decal code itself is not the problem.<\/p>\n\n\n\n<p>If you are building a <a href=\"https:\/\/hone.gg\/blog\/reduce-lag-in-roblox\/\" target=\"_blank\" rel=\"noopener\" title=\"reduce lag in Roblox\">large Roblox experience<\/a>, keep your workspace clean: close unused browser tabs, test decals in batches, and avoid leaving unnecessary overlays running while you preview. A stable editing session matters more than chasing a number, but understanding <a href=\"https:\/\/hone.gg\/blog\/good-fps-for-gaming\/\" target=\"_blank\" rel=\"noopener\" title=\"good FPS for gaming\">good FPS for gaming<\/a> helps you set realistic expectations when you test your place.<\/p>\n\n\n\n<p>For players who run Roblox alongside a browser, recording software, and chat apps, system headroom matters. Cleaning up <a href=\"https:\/\/hone.gg\/blog\/increase-fps-on-pc\/\" target=\"_blank\" rel=\"noopener\" title=\"increase FPS on PC\">background load<\/a> and checking your <a href=\"https:\/\/hone.gg\/blog\/how-much-ram-for-gaming-pc\/\" target=\"_blank\" rel=\"noopener\" title=\"RAM for gaming PC\">RAM for gaming PC<\/a> setup can make long building sessions feel smoother.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>The best Roblox image IDs are the ones you can actually use without guessing. Copy the raw decal code when a game asks for an image ID, use <code>rbxassetid:\/\/<\/code> when a Studio field expects an asset URI, and always test the decal before you build around it.<\/p>\n\n\n\n<p>Start with the searchable list above, save the Roblox decal IDs that fit your style, and keep backup options ready for any asset that becomes unavailable later.<\/p>\n\n\n\n<div style=\"background: linear-gradient(135deg, #f99926 0%, #ff6b35 100%); border-radius: 20px; padding: 40px; margin: 40px 0; text-align: center; position: relative; overflow: hidden;\">\n  <div style=\"position: absolute; top: -30px; right: -30px; width: 150px; height: 150px; background: rgba(255,255,255,0.1); border-radius: 50%;\"><\/div>\n  <div style=\"position: absolute; bottom: -50px; left: -50px; width: 200px; height: 200px; background: rgba(255,255,255,0.05); border-radius: 50%;\"><\/div>\n  <div style=\"position: relative; z-index: 1;\">\n    <h3 style=\"color: #080f1b; font-size: 28px; font-weight: 900; margin-bottom: 15px;\">Optimize Your Whole PC With Hone<\/h3>\n    <p style=\"color: #080f1b; font-size: 16px; margin-bottom: 25px; max-width: 650px; margin-left: auto; margin-right: auto; opacity: 0.95;\">If you want a cleaner, more consistent gaming experience without constant manual tweaking, Hone can help optimize performance across your system.<\/p>\n    <a href=\"https:\/\/hone.gg\/\" style=\"display: inline-block; background: #080f1b; color: #f99926; padding: 15px 40px; border-radius: 30px; font-weight: 900; font-size: 16px; text-decoration: none;\">Try Hone Free<\/a>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What Are Roblox Image IDs<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Roblox image IDs are numeric asset IDs for images, decals, and image-like assets uploaded to Roblox. Players use them as decal codes in supported games, Creator Store pages, and Roblox Studio fields that accept image assets.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Are Roblox Image IDs The Same As Decal IDs<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>In casual Roblox guides, yes, people often use image ID and decal ID to mean the same numeric code. In Roblox Studio, the exact field can matter, so use the raw number when a game asks for a code and use <code>rbxassetid:\/\/ID<\/code> when a Studio property expects an asset URI.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">How Do I Use A Roblox Decal ID<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Copy the decal ID, paste it into the supported image-code field, then test the result. In Roblox Studio, try the <code>rbxassetid:\/\/<\/code> format if the plain number does not load in the field you are using.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Why Is My Roblox Image ID Not Working<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>A Roblox image ID may fail because the asset is private, moderated, deleted, incompatible with the game input, or entered in the wrong format. Try another code, test the asset page, or use <code>rbxassetid:\/\/ID<\/code> in Roblox Studio when appropriate.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Can I Upload My Own Roblox Decal<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Yes, creators can upload their own images for decals and other image uses, as long as the upload follows Roblox rules. After Roblox processes the asset, it receives its own asset ID that you can use where supported.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What Is The Best Roblox Image ID Format<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>For most game inputs, use the raw numeric Roblox image ID. For Roblox Studio fields that expect an asset reference, use <code>rbxassetid:\/\/<\/code> followed by the number, such as <code>rbxassetid:\/\/6403436082<\/code>.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Do Roblox Decal IDs Expire<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Roblox decal IDs do not work like <a href=\"https:\/\/hone.gg\/blog\/dress-to-impress-codes\/\" target=\"_blank\" rel=\"noopener\" title=\"Dress to Impress codes\">temporary promo codes<\/a>, but assets can become unavailable if they are moderated, deleted, made private, or blocked by a specific experience. That is why testing before publishing is important.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Where Can I Find More Roblox Image Codes<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>You can find more image codes through Roblox Creator Store searches, Roblox Studio asset browsing, or decal databases. The safest method is to open the asset, confirm it is an image or decal, and test the code before using it in a public build.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Are Roblox Image IDs Safe To Use<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Roblox image IDs are just asset references, but the image content still matters. Avoid inappropriate, hateful, private, or copyrighted content you do not have the right to use, especially in public experiences.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What Are The Best Roblox Decal IDs For Memes<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Popular meme picks include Help Me Rickroll All Of Roblox <code>6403436082<\/code>, Shocked Guy Meme <code>11818627075<\/code>, The Rock <code>8425069728<\/code>, Epic Face <code>109251560<\/code>, and Among Us Man Face <code>9180622670<\/code>.<\/p>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Browse 99+ Roblox image IDs and decal codes, including funny, cool, anime, meme, and aesthetic images you can copy and use fast.<\/p>\n","protected":false},"author":2,"featured_media":4038,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[42],"tags":[],"class_list":["post-4022","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-roblox"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/4022","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/comments?post=4022"}],"version-history":[{"count":2,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/4022\/revisions"}],"predecessor-version":[{"id":4073,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/4022\/revisions\/4073"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media\/4038"}],"wp:attachment":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media?parent=4022"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/categories?post=4022"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/tags?post=4022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}