{"product_id":"wormhole-multicharacter-system-fivem-script","title":"Wormhole Multicharacter System","description":"\u003cstyle\u003e\n  .fml-wormhole {\n    --gold:#ffd700;\n    --white:#ffffff;\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    --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 80px;\n\n    color:var(--text);\n    font-family:inherit;\n    line-height:1.72;\n  }\n\n  .fml-wormhole,\n  .fml-wormhole * {\n    box-sizing:border-box;\n  }\n\n  .fml-wormhole h2,\n  .fml-wormhole h3,\n  .fml-wormhole p {\n    margin:0;\n  }\n\n  .fml-wormhole__hero {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(36px,6vw,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% 0%,\n        rgba(255,215,0,.14),\n        transparent 32%\n      ),\n      linear-gradient(\n        135deg,\n        rgba(255,215,0,.035),\n        transparent 50%\n      ),\n      rgba(0,0,0,.18);\n  }\n\n  .fml-wormhole__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,.34);\n  }\n\n  .fml-wormhole__title {\n    max-width:950px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(40px,5.7vw,72px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.05em;\n    line-height:.98 !important;\n  }\n\n  .fml-wormhole__lead {\n    max-width:880px;\n    margin-top:24px !important;\n\n    color:var(--muted) !important;\n\n    font-size:clamp(18px,1.8vw,22px);\n    font-weight:600;\n    line-height:1.6;\n  }\n\n  .fml-wormhole__section {\n    padding:clamp(52px,7vw,84px) 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-wormhole__head {\n    display:grid;\n    grid-template-columns:minmax(120px,.24fr) minmax(0,1fr);\n    gap:clamp(24px,5vw,64px);\n    align-items:start;\n  }\n\n  .fml-wormhole__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-wormhole__section-title {\n    color:var(--white) !important;\n\n    font-size:clamp(28px,3.8vw,46px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.04em;\n    line-height:1.05 !important;\n  }\n\n  .fml-wormhole__copy {\n    max-width:920px;\n    margin-top:20px !important;\n\n    color:var(--muted) !important;\n\n    font-size:16px;\n    line-height:1.78;\n  }\n\n  .fml-wormhole__features {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:40px;\n  }\n\n  .fml-wormhole__card {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(24px,3vw,31px);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-wormhole__card::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:80px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n  .fml-wormhole__card h3 {\n    margin:0 0 12px !important;\n\n    color:var(--white) !important;\n\n    font-size:21px !important;\n    font-weight:950 !important;\n    letter-spacing:-.025em;\n    line-height:1.18 !important;\n  }\n\n  .fml-wormhole__card p {\n    color:var(--muted) !important;\n\n    font-size:14px;\n    line-height:1.72;\n  }\n\n  .fml-wormhole__highlight {\n    margin-top:36px;\n    padding:clamp(24px,4vw,36px);\n\n    border:1px solid var(--gold-line);\n    border-left:3px solid var(--gold);\n    border-radius:4px;\n\n    background:\n      linear-gradient(\n        110deg,\n        rgba(255,215,0,.05),\n        transparent 55%\n      ),\n      var(--panel);\n  }\n\n  .fml-wormhole__highlight p {\n    color:var(--text) !important;\n\n    font-size:clamp(17px,1.7vw,20px);\n    font-weight:650;\n    line-height:1.65;\n  }\n\n  .fml-wormhole__tech {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:12px;\n\n    margin-top:40px;\n  }\n\n  .fml-wormhole__tech-item {\n    padding:22px;\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-wormhole__tech-item small {\n    display:block;\n    margin-bottom:15px;\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:.11em;\n    text-transform:uppercase;\n  }\n\n  .fml-wormhole__tech-item strong {\n    display:block;\n\n    color:var(--gold);\n\n    font-size:20px;\n    font-weight:950;\n    line-height:1.2;\n  }\n\n  @media (max-width:900px) {\n    .fml-wormhole__head {\n      grid-template-columns:1fr;\n      gap:14px;\n    }\n\n    .fml-wormhole__tech {\n      grid-template-columns:1fr;\n    }\n  }\n\n  @media (max-width:680px) {\n    .fml-wormhole__hero {\n      padding:30px 20px;\n    }\n\n    .fml-wormhole__features {\n      grid-template-columns:1fr;\n    }\n  }\n\n  @media (prefers-reduced-motion:reduce) {\n    .fml-wormhole *,\n    .fml-wormhole *::before,\n    .fml-wormhole *::after {\n      transition-duration:.01ms !important;\n      animation-duration:.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-wormhole\"\u003e\n\n  \u003cheader class=\"fml-wormhole__hero\"\u003e\n\n    \u003ch2 class=\"fml-wormhole__title\"\u003e\n      💫 \u003cstrong\u003eWormhole Multicharacter System\u003c\/strong\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fml-wormhole__lead\"\u003e\n      A cinematic multicharacter interface and scene editor for FiveM servers.\n    \u003c\/p\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003csection class=\"fml-wormhole__section\"\u003e\n\n    \u003cdiv class=\"fml-wormhole__head\"\u003e\n\n      \u003cdiv class=\"fml-wormhole__index\"\u003e\n        00 \/ Overview\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-wormhole__section-title\"\u003e\n          What's inside?\n        \u003c\/h2\u003e\n\n        \u003cp class=\"fml-wormhole__copy\"\u003e\n          This is a full-featured system that lets players manage multiple characters \u003cem\u003eright in the game\u003c\/em\u003e. The character selection screen shines with glassy, modern design — real-life portraits of your heroes pop up as you switch between them. You can create new characters using an intuitive form (name, birthday, gender, height), pick outfits from a wardrobe menu, choose spawn points across the map... even tweak visual settings like time of day or weather effects.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"fml-wormhole__section\"\u003e\n\n    \u003cdiv class=\"fml-wormhole__head\"\u003e\n\n      \u003cdiv class=\"fml-wormhole__index\"\u003e\n        01 \/ Features\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-wormhole__section-title\"\u003e\n          Key Features 🎮\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-wormhole__features\"\u003e\n\n      \u003carticle class=\"fml-wormhole__card\"\u003e\n\n        \u003ch3\u003e\n          Cinematic Character Select\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Browse through your roster with keyboard shortcuts — each face looks \u003cem\u003ealive\u003c\/em\u003e thanks to dynamic lighting and texture work! ✨\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-wormhole__card\"\u003e\n\n        \u003ch3\u003e\n          Character Creation\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Fill out all personal details: name \/ DOB \/ gender \/ nationality… even add custom stats!\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-wormhole__card\"\u003e\n\n        \u003ch3\u003e\n          Scene Director Mode\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Activate free cam + pose NPCs + place props\/vehicles\/NPCs+control lighting! Set camera paths to make movie-like sequences.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-wormhole__card\"\u003e\n\n        \u003ch3\u003e\n          Photo Mode\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Photo Mode lets you orbit around objects like a pro filmmaker!\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-wormhole__card\"\u003e\n\n        \u003ch3\u003e\n          Couple System\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Couple System included: sync poses between two linked characters!\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-wormhole__card\"\u003e\n\n        \u003ch3\u003e\n          Admin Panel\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Admin Panel handles accounts \u0026amp; character recycling securely.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"fml-wormhole__section\"\u003e\n\n    \u003cdiv class=\"fml-wormhole__head\"\u003e\n\n      \u003cdiv class=\"fml-wormhole__index\"\u003e\n        02 \/ Scenes\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-wormhole__section-title\"\u003e\n          🌙 \u003cstrong\u003e\u003cem\u003eScenes\u003c\/em\u003e\u003c\/strong\u003e\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-wormhole__highlight\"\u003e\n\n      \u003cp\u003e\n        built live during gameplay (no config file edits needed!). Save scenes via short codes: set weather*, night*, golden hour*, apply depth-of-field blur or motion trails...\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"fml-wormhole__section\"\u003e\n\n    \u003cdiv class=\"fml-wormhole__head\"\u003e\n\n      \u003cdiv class=\"fml-wormhole__index\"\u003e\n        03 \/ Technical\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-wormhole__section-title\"\u003e\n          Tech Notes:\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-wormhole__tech\"\u003e\n\n      \u003cdiv class=\"fml-wormhole__tech-item\"\u003e\n\n        \u003csmall\u003e\n          Compatibility\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          Compatible with ESX\/QBCore\/Qbox.\n        \u003c\/strong\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-wormhole__tech-item\"\u003e\n\n        \u003csmall\u003e\n          Source Code\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          Source code not accessible.\n        \u003c\/strong\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-wormhole__tech-item\"\u003e\n\n        \u003csmall\u003e\n          Support\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          Support via author’s Discord server only.\n        \u003c\/strong\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"Wormhole Studios","offers":[{"title":"Default Title","offer_id":45787322384493,"sku":null,"price":17.43,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/d57ff82cab0e9904e2a63c89ea003fe2ab06b96d.jpg?v=1788690495","url":"https:\/\/fivem-lab.com\/products\/wormhole-multicharacter-system-fivem-script","provider":"Fivem-Lab","version":"1.0","type":"link"}