{"product_id":"retro-robots-collection","title":"Retro Robots Collection","description":"\u003cstyle\u003e\n  \/* =========================================================\n     FIVEM-LAB — RETRO ROBOTS COLLECTION\n     CUSTOM PEDS \/ RETRO FUTURE \/ OMEX\n     ========================================================= *\/\n\n  .fml-retro-robots {\n    --gold:#ffd700;\n    --white:#ffffff;\n    --black:#050505;\n    --text:rgba(255,255,255,.92);\n    --muted:rgba(255,255,255,.66);\n    --dim:rgba(255,255,255,.42);\n    --line:rgba(255,255,255,.10);\n    --line-soft:rgba(255,255,255,.055);\n    --gold-line:rgba(255,215,0,.34);\n    --panel:rgba(255,255,255,.022);\n\n    width:100%;\n    max-width:1180px;\n    margin:0 auto;\n    padding:18px 0 88px;\n\n    color:var(--text);\n    background:transparent;\n\n    font-family:inherit;\n    font-size:16px;\n    line-height:1.7;\n  }\n\n  .fml-retro-robots,\n  .fml-retro-robots *,\n  .fml-retro-robots *::before,\n  .fml-retro-robots *::after {\n    box-sizing:border-box;\n  }\n\n  .fml-retro-robots h2,\n  .fml-retro-robots h3,\n  .fml-retro-robots p,\n  .fml-retro-robots dl,\n  .fml-retro-robots dt,\n  .fml-retro-robots dd {\n    margin:0;\n  }\n\n  .fml-retro-robots a {\n    color:inherit;\n  }\n\n  .fml-retro-robots ::selection {\n    color:#050505;\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .fml-retro-robots__hero {\n    position:relative;\n    isolation:isolate;\n    overflow:hidden;\n\n    display:grid;\n    grid-template-columns:minmax(0,1.05fr) minmax(310px,.68fr);\n    gap:clamp(30px,5vw,66px);\n    align-items:center;\n\n    padding:clamp(36px,5.5vw,72px);\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:7px;\n\n    background:\n      radial-gradient(\n        circle at 90% 6%,\n        rgba(255,215,0,.14),\n        transparent 30%\n      ),\n      linear-gradient(\n        135deg,\n        rgba(255,215,0,.035),\n        transparent 48%\n      ),\n      rgba(0,0,0,.18);\n  }\n\n  .fml-retro-robots__hero::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:min(440px,72%);\n    height:2px;\n\n    background:var(--gold);\n    box-shadow:0 0 24px rgba(255,215,0,.36);\n  }\n\n  .fml-retro-robots__eyebrow {\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px 16px;\n\n    margin-bottom:24px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.15em;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__eyebrow span + span {\n    color:var(--dim);\n  }\n\n  .fml-retro-robots__eyebrow span + span::before {\n    content:\"\/\";\n    margin-right:16px;\n    color:var(--gold);\n  }\n\n  .fml-retro-robots__title {\n    margin:0 !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(42px,5.8vw,74px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.052em;\n    line-height:.95 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-retro-robots__lead {\n    max-width:800px;\n    margin-top:26px !important;\n\n    color:var(--muted) !important;\n\n    font-size:clamp(18px,1.9vw,23px);\n    font-weight:600;\n    line-height:1.58;\n  }\n\n  .fml-retro-robots__lead strong {\n    color:var(--white);\n  }\n\n  .fml-retro-robots__badges {\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px;\n\n    margin-top:31px;\n  }\n\n  .fml-retro-robots__badge {\n    display:inline-flex;\n    align-items:center;\n\n    min-height:37px;\n    padding:0 13px;\n\n    color:var(--white);\n    background:rgba(255,255,255,.025);\n\n    border:1px solid var(--line);\n    border-radius:3px;\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.09em;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__badge--gold {\n    color:#050505;\n    background:var(--gold);\n    border-color:var(--gold);\n  }\n\n  .fml-retro-robots__meta {\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px 25px;\n\n    margin-top:28px;\n    padding-top:22px;\n\n    border-top:1px solid var(--line);\n  }\n\n  .fml-retro-robots__meta span {\n    position:relative;\n    padding-left:17px;\n\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:850;\n    letter-spacing:.09em;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__meta span::before {\n    content:\"\";\n    position:absolute;\n    top:.7em;\n    left:0;\n\n    width:7px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n\n  \/* HERO MEDIA *\/\n\n  .fml-retro-robots__media {\n    position:relative;\n    overflow:hidden;\n\n    min-height:400px;\n\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:\n      radial-gradient(\n        circle at center,\n        rgba(255,215,0,.07),\n        transparent 50%\n      ),\n      #050505;\n  }\n\n  .fml-retro-robots__media img {\n    display:block;\n\n    width:100%;\n    height:100%;\n    min-height:400px;\n\n    object-fit:cover;\n  }\n\n  .fml-retro-robots__media::after {\n    content:\"\";\n    position:absolute;\n    inset:0;\n\n    pointer-events:none;\n\n    background:\n      linear-gradient(\n        180deg,\n        transparent 55%,\n        rgba(0,0,0,.82)\n      );\n  }\n\n  .fml-retro-robots__media-tag {\n    position:absolute;\n    z-index:2;\n    right:15px;\n    bottom:14px;\n    left:15px;\n\n    color:rgba(255,255,255,.72);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.10em;\n    text-transform:uppercase;\n  }\n\n\n  \/* =========================================================\n     SECTION BASE\n     ========================================================= *\/\n\n  .fml-retro-robots__section {\n    padding:clamp(54px,7vw,88px) 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-retro-robots__head {\n    display:grid;\n    grid-template-columns:minmax(125px,.24fr) minmax(0,1fr);\n    gap:clamp(26px,5vw,68px);\n    align-items:start;\n  }\n\n  .fml-retro-robots__index {\n    padding-top:7px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__kicker {\n    margin-bottom:13px;\n\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:850;\n    letter-spacing:.14em;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__section-title {\n    max-width:950px;\n    margin:0 !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(29px,3.9vw,47px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.04em;\n    line-height:1.05 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-retro-robots__intro {\n    max-width:900px;\n    margin-top:20px !important;\n\n    color:var(--muted) !important;\n\n    font-size:clamp(16px,1.45vw,19px);\n    line-height:1.74;\n  }\n\n  .fml-retro-robots__statement {\n    display:grid;\n    grid-template-columns:minmax(0,1fr) auto;\n    gap:30px;\n    align-items:end;\n\n    margin-top:42px;\n    padding-top:27px;\n\n    border-top:1px solid var(--line);\n  }\n\n  .fml-retro-robots__statement p {\n    max-width:850px;\n\n    color:var(--text) !important;\n\n    font-size:clamp(18px,2vw,23px);\n    font-weight:650;\n    line-height:1.5;\n  }\n\n  .fml-retro-robots__code-label {\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.12em;\n    white-space:nowrap;\n  }\n\n\n  \/* =========================================================\n     STATS\n     ========================================================= *\/\n\n  .fml-retro-robots__stats {\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:12px;\n\n    margin-top:42px;\n  }\n\n  .fml-retro-robots__stat {\n    min-width:0;\n    padding:23px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-retro-robots__stat small {\n    display:block;\n    margin-bottom:17px;\n\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:8px;\n    font-weight:900;\n    letter-spacing:.1em;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__stat strong {\n    display:block;\n\n    color:var(--gold);\n\n    font-size:clamp(23px,2.8vw,36px);\n    font-weight:950;\n    letter-spacing:-.045em;\n    line-height:1;\n  }\n\n  .fml-retro-robots__stat span {\n    display:block;\n    margin-top:10px;\n\n    color:var(--muted);\n\n    font-size:12px;\n    line-height:1.5;\n  }\n\n\n  \/* =========================================================\n     CARDS\n     ========================================================= *\/\n\n  .fml-retro-robots__grid {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:42px;\n  }\n\n  .fml-retro-robots__card {\n    position:relative;\n    overflow:hidden;\n\n    min-width:0;\n    padding:clamp(24px,3vw,31px);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    background:var(--panel);\n\n    transition:\n      transform .18s ease,\n      border-color .18s ease,\n      background .18s ease;\n  }\n\n  .fml-retro-robots__card::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:0;\n    height:1px;\n\n    background:var(--gold);\n\n    transition:width .22s ease;\n  }\n\n  .fml-retro-robots__card:hover {\n    transform:translateY(-2px);\n    border-color:var(--gold-line);\n    background:rgba(255,255,255,.038);\n  }\n\n  .fml-retro-robots__card:hover::before {\n    width:100%;\n  }\n\n  .fml-retro-robots__card-top {\n    display:flex;\n    justify-content:space-between;\n    gap:14px;\n\n    margin-bottom:26px;\n  }\n\n  .fml-retro-robots__number {\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:950;\n  }\n\n  .fml-retro-robots__label {\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:8px;\n    font-weight:800;\n    letter-spacing:.09em;\n    text-align:right;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__card h3 {\n    margin:0 0 11px !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(20px,2vw,25px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.03em;\n    line-height:1.15 !important;\n  }\n\n  .fml-retro-robots__card p {\n    color:var(--muted) !important;\n\n    font-size:14px;\n    line-height:1.7;\n  }\n\n\n  \/* =========================================================\n     VIBE STRIP\n     ========================================================= *\/\n\n  .fml-retro-robots__vibes {\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:42px;\n  }\n\n  .fml-retro-robots__vibe {\n    min-width:0;\n    padding:21px 17px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-retro-robots__vibe small {\n    display:block;\n    margin-bottom:23px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n  }\n\n  .fml-retro-robots__vibe strong {\n    display:block;\n\n    color:var(--white);\n\n    font-size:16px;\n    font-weight:950;\n  }\n\n  .fml-retro-robots__vibe span {\n    display:block;\n    margin-top:6px;\n\n    color:var(--muted);\n\n    font-size:11px;\n    line-height:1.5;\n  }\n\n\n  \/* =========================================================\n     GALLERY\n     ========================================================= *\/\n\n  .fml-retro-robots__gallery {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:42px;\n  }\n\n  .fml-retro-robots__image {\n    overflow:hidden;\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:#050505;\n  }\n\n  .fml-retro-robots__image img {\n    display:block;\n\n    width:100%;\n    height:100%;\n    min-height:380px;\n\n    object-fit:cover;\n\n    transition:transform .3s ease;\n  }\n\n  .fml-retro-robots__image:hover img {\n    transform:scale(1.015);\n  }\n\n\n  \/* =========================================================\n     TECHNICAL\n     ========================================================= *\/\n\n  .fml-retro-robots__terminal {\n    margin-top:42px;\n    overflow:hidden;\n\n    border:1px solid var(--gold-line);\n    border-radius:4px;\n\n    background:\n      linear-gradient(\n        180deg,\n        rgba(255,215,0,.026),\n        transparent 30%\n      ),\n      rgba(0,0,0,.20);\n  }\n\n  .fml-retro-robots__terminal-head {\n    display:flex;\n    flex-wrap:wrap;\n    justify-content:space-between;\n    gap:10px 24px;\n\n    padding:14px 18px;\n\n    border-bottom:1px solid var(--line);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.09em;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__terminal-head strong {\n    color:var(--gold);\n  }\n\n  .fml-retro-robots__terminal-head span {\n    color:var(--dim);\n  }\n\n  .fml-retro-robots__spec-grid {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n  .fml-retro-robots__spec {\n    min-width:0;\n    padding:clamp(23px,3.5vw,32px);\n\n    border-right:1px solid var(--line);\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-retro-robots__spec:nth-child(2n) {\n    border-right:0;\n  }\n\n  .fml-retro-robots__spec:nth-last-child(-n + 2) {\n    border-bottom:0;\n  }\n\n  .fml-retro-robots__spec dt {\n    margin-bottom:11px;\n\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:8px;\n    font-weight:900;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__spec-value {\n    display:block;\n\n    color:var(--white);\n\n    font-size:clamp(19px,2.3vw,28px);\n    font-weight:950;\n    letter-spacing:-.035em;\n    line-height:1.1;\n  }\n\n  .fml-retro-robots__spec:first-child\n  .fml-retro-robots__spec-value {\n    color:var(--gold);\n  }\n\n  .fml-retro-robots__spec-copy {\n    display:block;\n    margin-top:9px;\n\n    color:var(--muted);\n\n    font-size:12px;\n    line-height:1.58;\n  }\n\n\n  \/* =========================================================\n     LINKS\n     ========================================================= *\/\n\n  .fml-retro-robots__links {\n    display:flex;\n    flex-wrap:wrap;\n    gap:12px;\n\n    margin-top:30px;\n  }\n\n  .fml-retro-robots__link {\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:10px;\n\n    min-height:46px;\n    padding:0 18px;\n\n    color:var(--white) !important;\n    background:rgba(255,255,255,.025);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    font-size:11px;\n    font-weight:900;\n    letter-spacing:.04em;\n    text-decoration:none !important;\n    text-transform:uppercase;\n\n    transition:\n      transform .18s ease,\n      border-color .18s ease,\n      color .18s ease;\n  }\n\n  .fml-retro-robots__link:hover {\n    transform:translateY(-2px);\n    color:var(--gold) !important;\n    border-color:var(--gold-line);\n  }\n\n  .fml-retro-robots__link--gold {\n    color:#050505 !important;\n    background:var(--gold);\n    border-color:var(--gold);\n  }\n\n  .fml-retro-robots__link--gold:hover {\n    color:#050505 !important;\n    border-color:var(--gold);\n  }\n\n\n  \/* =========================================================\n     CLOSING\n     ========================================================= *\/\n\n  .fml-retro-robots__closing {\n    position:relative;\n    overflow:hidden;\n\n    margin-top:clamp(62px,8vw,100px);\n    padding:clamp(38px,6vw,72px);\n\n    border-top:1px solid var(--gold-line);\n    border-bottom:1px solid var(--line);\n\n    background:\n      radial-gradient(\n        circle at 100% 0,\n        rgba(255,215,0,.12),\n        transparent 34%\n      ),\n      rgba(255,255,255,.012);\n  }\n\n  .fml-retro-robots__closing-label {\n    margin-bottom:19px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.13em;\n    text-transform:uppercase;\n  }\n\n  .fml-retro-robots__closing h2 {\n    max-width:950px;\n    margin:0 !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(31px,4.4vw,52px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.045em;\n    line-height:1.03 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-retro-robots__closing p {\n    max-width:890px;\n    margin-top:20px !important;\n\n    color:var(--muted) !important;\n\n    font-size:16px;\n    line-height:1.74;\n  }\n\n  .fml-retro-robots__final {\n    margin-top:clamp(44px,7vw,72px);\n\n    color:var(--white);\n\n    font-size:clamp(25px,3.7vw,44px);\n    font-weight:950;\n    letter-spacing:-.043em;\n    line-height:1.08;\n    text-align:center;\n\n    text-wrap:balance;\n  }\n\n  .fml-retro-robots__final em {\n    color:var(--gold);\n    font-style:normal;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n     ========================================================= *\/\n\n  @media (max-width:1000px) {\n    .fml-retro-robots__hero {\n      grid-template-columns:1fr;\n    }\n\n    .fml-retro-robots__media,\n    .fml-retro-robots__media img {\n      min-height:430px;\n    }\n\n    .fml-retro-robots__stats,\n    .fml-retro-robots__vibes {\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n  }\n\n  @media (max-width:900px) {\n    .fml-retro-robots__head {\n      grid-template-columns:1fr;\n      gap:15px;\n    }\n  }\n\n  @media (max-width:680px) {\n    .fml-retro-robots {\n      padding-top:8px;\n    }\n\n    .fml-retro-robots__hero {\n      padding:29px 20px;\n    }\n\n    .fml-retro-robots__eyebrow {\n      display:grid;\n      gap:5px;\n    }\n\n    .fml-retro-robots__eyebrow span + span::before {\n      display:none;\n    }\n\n    .fml-retro-robots__media,\n    .fml-retro-robots__media img {\n      min-height:270px;\n    }\n\n    .fml-retro-robots__statement,\n    .fml-retro-robots__stats,\n    .fml-retro-robots__grid,\n    .fml-retro-robots__vibes,\n    .fml-retro-robots__gallery,\n    .fml-retro-robots__spec-grid {\n      grid-template-columns:1fr;\n    }\n\n    .fml-retro-robots__code-label {\n      white-space:normal;\n    }\n\n    .fml-retro-robots__spec {\n      border-right:0;\n      border-bottom:1px solid var(--line);\n    }\n\n    .fml-retro-robots__spec:nth-last-child(-n + 2) {\n      border-bottom:1px solid var(--line);\n    }\n\n    .fml-retro-robots__spec:last-child {\n      border-bottom:0;\n    }\n\n    .fml-retro-robots__links {\n      flex-direction:column;\n    }\n\n    .fml-retro-robots__link {\n      width:100%;\n    }\n\n    .fml-retro-robots__closing {\n      padding:36px 21px;\n    }\n  }\n\n  @media (prefers-reduced-motion:reduce) {\n    .fml-retro-robots *,\n    .fml-retro-robots *::before,\n    .fml-retro-robots *::after {\n      transition-duration:.01ms !important;\n      animation-duration:.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-retro-robots\"\u003e\n\n  \u003c!-- =======================================================\n       HERO\n       ======================================================= --\u003e\n\n  \u003cheader class=\"fml-retro-robots__hero\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"fml-retro-robots__eyebrow\"\u003e\n        \u003cspan\u003eFiveM PED Collection\u003c\/span\u003e\n        \u003cspan\u003eRetro Futurism\u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003ch2 class=\"fml-retro-robots__title\"\u003e\n        Retro Robots Collection\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fml-retro-robots__lead\"\u003e\n        Somebody looked at an old CRT television, a pile of robot parts and a\n        box of neon paint and thought:\n        \u003cstrong\u003e“yeah, that should definitely walk around Los Santos.”\u003c\/strong\u003e\n        Good call. Retro Robots brings a whole different flavor to FiveM with\n        mechanical characters, TV-shaped heads, pixel-tech details and colors\n        that look like the future imagined by somebody in 1987.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fml-retro-robots__badges\"\u003e\n\n        \u003cspan class=\"fml-retro-robots__badge fml-retro-robots__badge--gold\"\u003e\n          Custom PED Collection\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fml-retro-robots__badge\"\u003e\n          TV Heads\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fml-retro-robots__badge\"\u003e\n          Retro Future\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fml-retro-robots__badge\"\u003e\n          No Dependencies\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-retro-robots__meta\"\u003e\n        \u003cspan\u003eMechanical characters\u003c\/span\u003e\n        \u003cspan\u003eNeon + pastel styling\u003c\/span\u003e\n        \u003cspan\u003eReady to use\u003c\/span\u003e\n        \u003cspan\u003eSupport available\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-retro-robots__media\"\u003e\n\n      \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/4\/d\/2\/4\/4d242591814b3fc87ca0d43df2e46c5606b0db14.gif\" alt=\"Retro Robots FiveM PED Collection\" loading=\"lazy\" width=\"320\" height=\"320\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__media-tag\"\u003e\n        CRT head · Mechanical body · Absolutely normal citizen\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003c!-- =======================================================\n       THE VIBE\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-retro-robots__section\"\u003e\n\n    \u003cdiv class=\"fml-retro-robots__head\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__index\"\u003e\n        00 \/ Vibe\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-retro-robots__kicker\"\u003e\n          There are realistic PEDs. These are very intentionally not those.\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-retro-robots__section-title\"\u003e\n          Retro Robots looks like an arcade machine learned to walk and immediately moved to Los Santos.\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"fml-retro-robots__intro\"\u003e\n          The collection mixes old-school digital aesthetics with mechanical\n          bodies, colorful surfaces and unmistakable television-style heads.\n          It is playful, weird, bright and just futuristic enough to feel like\n          somebody found a forgotten version of tomorrow in an old electronics\n          store.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-retro-robots__statement\"\u003e\n\n      \u003cp\u003e\n        And that is exactly why the pack works. These characters are not trying\n        to disappear into the crowd. Put one behind a counter, inside an arcade\n        or walking through a neon event and players are going to notice it\n        immediately.\n      \u003c\/p\u003e\n\n      \u003cspan class=\"fml-retro-robots__code-label\"\u003e\n        \/\/ SUBTLETY WAS NOT INSTALLED\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-retro-robots__stats\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__stat\"\u003e\n\n        \u003csmall\u003eResource Type\u003c\/small\u003e\n\n        \u003cstrong\u003ePEDS\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Custom character models for FiveM.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-retro-robots__stat\"\u003e\n\n        \u003csmall\u003eDependencies\u003c\/small\u003e\n\n        \u003cstrong\u003eNONE\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          No additional dependency is listed.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-retro-robots__stat\"\u003e\n\n        \u003csmall\u003eGeometry\u003c\/small\u003e\n\n        \u003cstrong\u003e~173,568\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Polygon figure listed in the supplied technical information.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-retro-robots__stat\"\u003e\n\n        \u003csmall\u003eSupport\u003c\/small\u003e\n\n        \u003cstrong\u003eYES\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Developer support is listed as available.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       DESIGN\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-retro-robots__section\"\u003e\n\n    \u003cdiv class=\"fml-retro-robots__head\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__index\"\u003e\n        01 \/ Design\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-retro-robots__kicker\"\u003e\n          Imagine if yesterday designed tomorrow\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-retro-robots__section-title\"\u003e\n          Chunky machinery, pixel nostalgia and colors that clearly never got the memo about being serious.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-retro-robots__grid\"\u003e\n\n      \u003carticle class=\"fml-retro-robots__card\"\u003e\n\n        \u003cdiv class=\"fml-retro-robots__card-top\"\u003e\n          \u003cspan class=\"fml-retro-robots__number\"\u003e01\u003c\/span\u003e\n          \u003cspan class=\"fml-retro-robots__label\"\u003eCRT · TV Head\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eThe Face Is Literally a Television\u003c\/h3\u003e\n\n        \u003cp\u003e\n          TV-shaped robot heads give the collection its instantly recognizable\n          silhouette. You can spot these characters from across the room before\n          you even start looking at the smaller details.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-retro-robots__card\"\u003e\n\n        \u003cdiv class=\"fml-retro-robots__card-top\"\u003e\n          \u003cspan class=\"fml-retro-robots__number\"\u003e02\u003c\/span\u003e\n          \u003cspan class=\"fml-retro-robots__label\"\u003eMechanical · Parts\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eBuilt Like Actual Little Machines\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Mechanical arms, visible robotic construction and custom body details\n          make the characters feel designed rather than like a normal PED with\n          a novelty helmet thrown on top.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-retro-robots__card\"\u003e\n\n        \u003cdiv class=\"fml-retro-robots__card-top\"\u003e\n          \u003cspan class=\"fml-retro-robots__number\"\u003e03\u003c\/span\u003e\n          \u003cspan class=\"fml-retro-robots__label\"\u003ePixel · Digital\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eOld-School Digital Energy\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The styling pulls from pixel technology and vintage electronics,\n          giving the pack a deliberately nostalgic tech vibe rather than\n          generic clean sci-fi.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-retro-robots__card\"\u003e\n\n        \u003cdiv class=\"fml-retro-robots__card-top\"\u003e\n          \u003cspan class=\"fml-retro-robots__number\"\u003e04\u003c\/span\u003e\n          \u003cspan class=\"fml-retro-robots__label\"\u003eNeon · Pastel\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eColor Is Doing a Lot of the Talking\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Neon and pastel tones keep the robots playful and immediately\n          readable. These are not military androids hiding in a grey corridor.\n          They look like they escaped from a very colorful future.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       PERSONALITY\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-retro-robots__section\"\u003e\n\n    \u003cdiv class=\"fml-retro-robots__head\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__index\"\u003e\n        02 \/ Character\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-retro-robots__kicker\"\u003e\n          A PED pack gets interesting when players start inventing reasons for it to exist\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-retro-robots__section-title\"\u003e\n          NPC, mascot, weird employee, event character — the robots can be whatever your server needs them to be.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-retro-robots__vibes\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__vibe\"\u003e\n\n        \u003csmall\u003e01\u003c\/small\u003e\n\n        \u003cstrong\u003eArcade Staff\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Honestly, a TV-headed robot working in an arcade makes way too much sense.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-retro-robots__vibe\"\u003e\n\n        \u003csmall\u003e02\u003c\/small\u003e\n\n        \u003cstrong\u003eServer Mascot\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Build one into your branding and suddenly your community has a character people remember.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-retro-robots__vibe\"\u003e\n\n        \u003csmall\u003e03\u003c\/small\u003e\n\n        \u003cstrong\u003eEvent NPC\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Perfect when an event needs somebody who immediately looks different from every normal pedestrian.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-retro-robots__vibe\"\u003e\n\n        \u003csmall\u003e04\u003c\/small\u003e\n\n        \u003cstrong\u003eJust Weird\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Sometimes the best explanation for a robot walking through Vespucci is no explanation at all.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       USE CASES\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-retro-robots__section\"\u003e\n\n    \u003cdiv class=\"fml-retro-robots__head\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__index\"\u003e\n        03 \/ Use Them\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-retro-robots__kicker\"\u003e\n          The pack is niche in exactly the fun way\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-retro-robots__section-title\"\u003e\n          Drop them into places where a normal human NPC would be painfully boring.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-retro-robots__grid\"\u003e\n\n      \u003carticle class=\"fml-retro-robots__card\"\u003e\n\n        \u003cdiv class=\"fml-retro-robots__card-top\"\u003e\n          \u003cspan class=\"fml-retro-robots__number\"\u003e01\u003c\/span\u003e\n          \u003cspan class=\"fml-retro-robots__label\"\u003eArcade · Gaming\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eArcades \u0026amp; Gaming Venues\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Put a retro robot inside an arcade, gaming lounge or tech-themed\n          business and suddenly the place gets an identity instead of another\n          random default NPC standing behind the desk.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-retro-robots__card\"\u003e\n\n        \u003cdiv class=\"fml-retro-robots__card-top\"\u003e\n          \u003cspan class=\"fml-retro-robots__number\"\u003e02\u003c\/span\u003e\n          \u003cspan class=\"fml-retro-robots__label\"\u003eNightlife · Neon\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eNeon Events\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The color palette naturally works with nightclubs, festivals,\n          futuristic parties and any server event where “subtle and realistic”\n          is absolutely not the assignment.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-retro-robots__card\"\u003e\n\n        \u003cdiv class=\"fml-retro-robots__card-top\"\u003e\n          \u003cspan class=\"fml-retro-robots__number\"\u003e03\u003c\/span\u003e\n          \u003cspan class=\"fml-retro-robots__label\"\u003eBrand · Community\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eCommunity Characters\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use one as a recognizable mascot, promotional NPC or recurring\n          character players associate with a certain location, business or\n          server event.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-retro-robots__card\"\u003e\n\n        \u003cdiv class=\"fml-retro-robots__card-top\"\u003e\n          \u003cspan class=\"fml-retro-robots__number\"\u003e04\u003c\/span\u003e\n          \u003cspan class=\"fml-retro-robots__label\"\u003eScreenshots · Content\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eContent That Does Not Look Like Every Other Server\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Custom characters are an easy way to make screenshots, trailers and\n          promotional scenes feel more recognizable without rebuilding an\n          entire map around one visual idea.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       PREVIEW\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-retro-robots__section\"\u003e\n\n    \u003cdiv class=\"fml-retro-robots__head\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__index\"\u003e\n        04 \/ Preview\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-retro-robots__kicker\"\u003e\n          Yes, they look exactly as strange as the name suggests\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-retro-robots__section-title\"\u003e\n          Bright colors, mechanical bodies and enough personality to make a default NPC look unemployed.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-retro-robots__gallery\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__image\"\u003e\n\n        \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/0\/6\/4\/e\/064e04cf6337a34cb48e783bb18f9179dcc1be30.webp\" alt=\"Retro Robots FiveM custom PED preview\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-retro-robots__image\"\u003e\n\n        \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/4\/8\/d\/0\/48d02692c8c31df047312622b62038ddbb6c091a.webp\" alt=\"Retro Robots FiveM character collection\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       TECHNICAL\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-retro-robots__section\"\u003e\n\n    \u003cdiv class=\"fml-retro-robots__head\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__index\"\u003e\n        05 \/ Technical\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-retro-robots__kicker\"\u003e\n          Surprisingly straightforward for characters with television heads\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-retro-robots__section-title\"\u003e\n          No dependency chain. No framework checklist. Add the collection and let the weirdness begin.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-retro-robots__terminal\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__terminal-head\"\u003e\n\n        \u003cstrong\u003e\n          \/\/ RETRO_ROBOTS_COLLECTION\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          FiveM \/ Custom PEDs \/ OMEX\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdl class=\"fml-retro-robots__spec-grid\"\u003e\n\n        \u003cdiv class=\"fml-retro-robots__spec\"\u003e\n\n          \u003cdt\u003eResource Type\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-retro-robots__spec-value\"\u003e\n              PED Collection\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-retro-robots__spec-copy\"\u003e\n              Collection of custom robot-inspired FiveM character models.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-retro-robots__spec\"\u003e\n\n          \u003cdt\u003eStyle\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-retro-robots__spec-value\"\u003e\n              Retro Future\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-retro-robots__spec-copy\"\u003e\n              Pixel-tech inspiration, neon and pastel colors, mechanical\n              components and TV-shaped heads.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-retro-robots__spec\"\u003e\n\n          \u003cdt\u003ePolygons\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-retro-robots__spec-value\"\u003e\n              ~173,568\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-retro-robots__spec-copy\"\u003e\n              Approximate polygon figure supplied in the original technical\n              information.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-retro-robots__spec\"\u003e\n\n          \u003cdt\u003eTextures\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-retro-robots__spec-value\"\u003e\n              Multi-Size\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-retro-robots__spec-copy\"\u003e\n              The supplied listing includes texture sets ranging from 64 through\n              1024 resolution.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-retro-robots__spec\"\u003e\n\n          \u003cdt\u003eDependencies\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-retro-robots__spec-value\"\u003e\n              None\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-retro-robots__spec-copy\"\u003e\n              No additional dependencies are listed.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-retro-robots__spec\"\u003e\n\n          \u003cdt\u003eAsset Access\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-retro-robots__spec-value\"\u003e\n              No\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-retro-robots__spec-copy\"\u003e\n              The original technical information states that the underlying\n              assets are not accessible.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-retro-robots__spec\"\u003e\n\n          \u003cdt\u003eSubscription\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-retro-robots__spec-value\"\u003e\n              Available\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-retro-robots__spec-copy\"\u003e\n              A subscription-based option is listed as available.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-retro-robots__spec\"\u003e\n\n          \u003cdt\u003eSupport\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-retro-robots__spec-value\"\u003e\n              Yes\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-retro-robots__spec-copy\"\u003e\n              Developer support is listed as available.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/dl\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       GET IT\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-retro-robots__section\"\u003e\n\n    \u003cdiv class=\"fml-retro-robots__head\"\u003e\n\n      \u003cdiv class=\"fml-retro-robots__index\"\u003e\n        06 \/ Get Them\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-retro-robots__kicker\"\u003e\n          Your city probably does not need TV-headed robots\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-retro-robots__section-title\"\u003e\n          Which is a pretty strong argument for adding TV-headed robots.\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"fml-retro-robots__intro\"\u003e\n          Watch the video preview, check the current OMEX store options and\n          decide how much perfectly unnecessary retro-futuristic energy your\n          server can handle.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-retro-robots__links\"\u003e\n\n      \u003ca class=\"fml-retro-robots__link fml-retro-robots__link--gold\" href=\"https:\/\/store.omex.gg\/en?ref=cus-8fkktv\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        View on OMEX\n        \u003cspan aria-hidden=\"true\"\u003e↗\u003c\/span\u003e\n      \u003c\/a\u003e\n\n\n      \u003ca class=\"fml-retro-robots__link\" href=\"https:\/\/www.youtube.com\/watch?v=5WBILw30V8U\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        Watch Preview\n        \u003cspan aria-hidden=\"true\"\u003e↗\u003c\/span\u003e\n      \u003c\/a\u003e\n\n\n      \u003ca class=\"fml-retro-robots__link\" href=\"https:\/\/discord.gg\/rzXUMSgMcp\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        Discord Support\n        \u003cspan aria-hidden=\"true\"\u003e↗\u003c\/span\u003e\n      \u003c\/a\u003e\n\n\n      \u003ca class=\"fml-retro-robots__link\" href=\"https:\/\/forum.cfx.re\/t\/paid-retro-robots-collection\/5424582\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        Cfx.re Release\n        \u003cspan aria-hidden=\"true\"\u003e↗\u003c\/span\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       CLOSING\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-retro-robots__closing\"\u003e\n\n    \u003cdiv class=\"fml-retro-robots__closing-label\"\u003e\n      Retro Robots \/ FiveM PED Collection\n    \u003c\/div\u003e\n\n\n    \u003ch2\u003e\n      Los Santos already has flying bikes, alien guns and people wearing horse masks. The robots will fit in fine.\n    \u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      Retro Robots Collection brings custom mechanical PEDS, CRT-inspired\n      heads, bright neon and pastel color palettes and a playful vintage-digital\n      identity into one ready-to-use FiveM character collection with no listed\n      dependencies.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003cdiv class=\"fml-retro-robots__final\"\u003e\n    Normal NPCs are fine.\n    \u003cem\u003eTV-headed robots are considerably harder to forget.\u003c\/em\u003e\n  \u003c\/div\u003e\n\n\u003c\/article\u003e","brand":"Omex","offers":[{"title":"Default Title","offer_id":45780394672237,"sku":null,"price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/064e04cf6337a34cb48e783bb18f9179dcc1be30.webp?v=1788596035","url":"https:\/\/fivem-lab.com\/products\/retro-robots-collection","provider":"Fivem-Lab","version":"1.0","type":"link"}