{"id":4212,"date":"2026-05-25T13:36:40","date_gmt":"2026-05-25T13:36:40","guid":{"rendered":"https:\/\/hone.gg\/blog\/?p=4212"},"modified":"2026-05-30T13:40:50","modified_gmt":"2026-05-30T13:40:50","slug":"delete-roblox-account","status":"publish","type":"post","link":"https:\/\/hone.gg\/blog\/delete-roblox-account\/","title":{"rendered":"How to Delete a Roblox Account Permanently"},"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 wp-block-paragraph\">Deleting a Roblox account is not the same as <a href=\"https:\/\/hone.gg\/blog\/reduce-lag-in-roblox\/\" target=\"_blank\" rel=\"noopener\">uninstalling Roblox<\/a>, logging out, removing the app from your phone, or using the reversible deactivation option. If you want your Roblox account deleted permanently, the official route is a privacy request through Roblox Support.<\/p>\n\n\n\n<p class=\"intro-paragraph wp-block-paragraph\">This guide explains how to delete a <a href=\"https:\/\/hone.gg\/blog\/category\/roblox\/\" target=\"_blank\" rel=\"noopener\">Roblox account<\/a> permanently, what to choose in the Roblox Support Form, what to cancel before deletion, what happens to Robux and subscriptions, and why some account-related data may not vanish instantly.<\/p>\n\n\n\n<style>\n  :root {\n    --rbx-orange: #f99926;\n    --rbx-orange-soft: rgba(249,153,38,0.1);\n    --rbx-orange-border: rgba(249,153,38,0.28);\n    --rbx-black: #080f1b;\n    --rbx-panel: #0c131f;\n    --rbx-panel-2: #101a2a;\n    --rbx-border: #1c2635;\n    --rbx-text: #e4e6eb;\n    --rbx-muted: #b0b3b8;\n    --rbx-faint: #8a8d93;\n    --rbx-green: #28a745;\n    --rbx-green-soft: rgba(40,167,69,0.12);\n    --rbx-red: #dc3545;\n    --rbx-red-soft: rgba(220,53,69,0.12);\n    --rbx-yellow: #ffc107;\n    --rbx-yellow-soft: rgba(255,193,7,0.12);\n    --rbx-blue: #17a2b8;\n    --rbx-blue-soft: rgba(23,162,184,0.12);\n  }\n\n  .rbx-wrap,\n  .rbx-wrap * {\n    box-sizing: border-box;\n  }\n\n  .rbx-wrap {\n    color: var(--rbx-text);\n  }\n\n  .rbx-wrap a {\n    color: var(--rbx-orange);\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n  }\n\n  .rbx-hero {\n    background: var(--rbx-panel);\n    border: 1px solid var(--rbx-border);\n    border-radius: 22px;\n    margin: 36px 0;\n    padding: 34px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 12px 45px rgba(0,0,0,0.25);\n  }\n\n  .rbx-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0 auto 0 0;\n    width: 4px;\n    background: var(--rbx-orange);\n  }\n\n  .rbx-hero-grid {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 30px;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .rbx-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--rbx-orange);\n    background: var(--rbx-orange-soft);\n    border: 1px solid var(--rbx-orange-border);\n    border-radius: 999px;\n    padding: 6px 12px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n\n  .rbx-hero-title {\n    margin: 0 0 12px;\n    color: var(--rbx-text);\n    font-size: 30px;\n    line-height: 1.15;\n    font-weight: 900;\n  }\n\n  .rbx-hero-copy {\n    color: var(--rbx-muted);\n    font-size: 15px;\n    line-height: 1.7;\n    margin: 0 0 20px;\n  }\n\n  .rbx-fact-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .rbx-fact {\n    background: var(--rbx-black);\n    border: 1px solid var(--rbx-border);\n    border-radius: 14px;\n    padding: 16px;\n    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;\n  }\n\n  .rbx-fact:hover {\n    transform: translateY(-3px);\n    border-color: var(--rbx-orange-border);\n    background: var(--rbx-panel-2);\n  }\n\n  .rbx-fact-num {\n    color: var(--rbx-orange);\n    font-size: 22px;\n    font-weight: 900;\n    margin-bottom: 5px;\n  }\n\n  .rbx-fact-label {\n    color: var(--rbx-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .rbx-svg-card {\n    background: var(--rbx-black);\n    border: 1px solid var(--rbx-border);\n    border-radius: 18px;\n    padding: 16px;\n    min-height: 310px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .rbx-path-svg {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .rbx-line {\n    fill: none;\n    stroke: var(--rbx-orange);\n    stroke-width: 5;\n    stroke-linecap: round;\n    stroke-dasharray: 720;\n    stroke-dashoffset: 720;\n    animation: rbxDraw 4s ease-in-out infinite alternate;\n  }\n\n  .rbx-node circle {\n    fill: var(--rbx-panel);\n    stroke: var(--rbx-orange);\n    stroke-width: 3;\n  }\n\n  .rbx-node text {\n    fill: var(--rbx-text);\n    font-size: 12px;\n    font-weight: 800;\n    text-anchor: middle;\n  }\n\n  .rbx-node .rbx-node-small {\n    fill: var(--rbx-muted);\n    font-size: 9px;\n    font-weight: 700;\n  }\n\n  .rbx-pulse {\n    animation: rbxPulse 1.8s ease-in-out infinite;\n    transform-origin: center;\n  }\n\n  @keyframes rbxDraw {\n    to { stroke-dashoffset: 0; }\n  }\n\n  @keyframes rbxPulse {\n    0%, 100% { opacity: 0.55; transform: scale(1); }\n    50% { opacity: 1; transform: scale(1.08); }\n  }\n\n  .rbx-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin: 30px 0;\n  }\n\n  .rbx-card {\n    background: var(--rbx-panel);\n    border: 1px solid var(--rbx-border);\n    border-radius: 18px;\n    padding: 24px;\n    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;\n  }\n\n  .rbx-card:hover {\n    transform: translateY(-4px);\n    border-color: var(--rbx-orange-border);\n    background: var(--rbx-panel-2);\n  }\n\n  .rbx-card-icon {\n    width: 42px;\n    height: 42px;\n    border-radius: 12px;\n    background: var(--rbx-orange-soft);\n    border: 1px solid var(--rbx-orange-border);\n    color: var(--rbx-orange);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    margin-bottom: 14px;\n  }\n\n  .rbx-card-title {\n    color: var(--rbx-text);\n    font-size: 17px;\n    font-weight: 900;\n    margin: 0 0 8px;\n  }\n\n  .rbx-card-text {\n    color: var(--rbx-muted);\n    font-size: 14px;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  .rbx-choice {\n    background: var(--rbx-panel);\n    border: 1px solid var(--rbx-border);\n    border-radius: 22px;\n    margin: 34px 0;\n    padding: 0;\n    overflow: hidden;\n  }\n\n  .rbx-choice input[type=\"radio\"] {\n    position: absolute;\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .rbx-choice-head {\n    padding: 24px 26px 0;\n  }\n\n  .rbx-choice-title {\n    color: var(--rbx-text);\n    margin: 0 0 8px;\n    font-size: 20px;\n    font-weight: 900;\n  }\n\n  .rbx-choice-sub {\n    color: var(--rbx-muted);\n    margin: 0 0 18px;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .rbx-choice-nav {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    padding: 0 26px 24px;\n  }\n\n  .rbx-choice-nav label {\n    background: var(--rbx-black);\n    border: 1px solid var(--rbx-border);\n    border-radius: 12px;\n    padding: 13px 12px;\n    color: var(--rbx-muted);\n    text-align: center;\n    font-weight: 800;\n    font-size: 13px;\n    cursor: pointer;\n    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;\n  }\n\n  .rbx-choice-nav label:hover {\n    transform: translateY(-2px);\n    color: var(--rbx-text);\n    border-color: var(--rbx-orange-border);\n  }\n\n  #rbx-delete:checked ~ .rbx-choice-nav label[for=\"rbx-delete\"],\n  #rbx-deactivate:checked ~ .rbx-choice-nav label[for=\"rbx-deactivate\"],\n  #rbx-parent:checked ~ .rbx-choice-nav label[for=\"rbx-parent\"],\n  #rbx-login:checked ~ .rbx-choice-nav label[for=\"rbx-login\"] {\n    background: var(--rbx-orange);\n    color: var(--rbx-black);\n    border-color: var(--rbx-orange);\n  }\n\n  .rbx-choice-panels {\n    border-top: 1px solid var(--rbx-border);\n    background: var(--rbx-black);\n  }\n\n  .rbx-choice-panel {\n    display: none;\n    padding: 26px;\n  }\n\n  #rbx-delete:checked ~ .rbx-choice-panels .rbx-panel-delete,\n  #rbx-deactivate:checked ~ .rbx-choice-panels .rbx-panel-deactivate,\n  #rbx-parent:checked ~ .rbx-choice-panels .rbx-panel-parent,\n  #rbx-login:checked ~ .rbx-choice-panels .rbx-panel-login {\n    display: block;\n  }\n\n  .rbx-choice-panel h3 {\n    color: var(--rbx-orange);\n    margin: 0 0 10px;\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .rbx-choice-panel p {\n    color: var(--rbx-muted);\n    margin: 0;\n    line-height: 1.7;\n    font-size: 14px;\n  }\n\n  .rbx-steps {\n    background: var(--rbx-panel);\n    border: 1px solid var(--rbx-border);\n    border-radius: 22px;\n    margin: 34px 0;\n    overflow: hidden;\n  }\n\n  .rbx-steps-title {\n    padding: 22px 26px;\n    border-bottom: 1px solid var(--rbx-border);\n    color: var(--rbx-text);\n    font-size: 18px;\n    font-weight: 900;\n    margin: 0;\n    background: var(--rbx-black);\n  }\n\n  .rbx-step {\n    display: grid;\n    grid-template-columns: 56px 1fr auto;\n    gap: 18px;\n    align-items: start;\n    padding: 22px 26px;\n    border-bottom: 1px solid var(--rbx-border);\n    transition: background 0.25s ease;\n  }\n\n  .rbx-step:last-child {\n    border-bottom: none;\n  }\n\n  .rbx-step:hover {\n    background: rgba(249,153,38,0.035);\n  }\n\n  .rbx-step-num {\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    background: var(--rbx-orange);\n    color: var(--rbx-black);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n    font-size: 16px;\n  }\n\n  .rbx-step h3 {\n    color: var(--rbx-text);\n    font-size: 16px;\n    margin: 0 0 6px;\n    font-weight: 900;\n  }\n\n  .rbx-step p {\n    color: var(--rbx-muted);\n    font-size: 14px;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  .rbx-step-tag {\n    color: var(--rbx-orange);\n    background: var(--rbx-orange-soft);\n    border: 1px solid var(--rbx-orange-border);\n    border-radius: 999px;\n    padding: 5px 10px;\n    font-size: 11px;\n    font-weight: 900;\n    white-space: nowrap;\n  }\n\n  .rbx-checker {\n    background: var(--rbx-panel);\n    border: 1px solid var(--rbx-border);\n    border-radius: 22px;\n    padding: 28px;\n    margin: 34px 0;\n  }\n\n  .rbx-checker-top {\n    display: grid;\n    grid-template-columns: 1fr 260px;\n    gap: 22px;\n    align-items: center;\n    margin-bottom: 22px;\n  }\n\n  .rbx-checker h3 {\n    color: var(--rbx-text);\n    font-size: 20px;\n    margin: 0 0 8px;\n    font-weight: 900;\n  }\n\n  .rbx-checker p {\n    color: var(--rbx-muted);\n    font-size: 14px;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .rbx-meter {\n    background: var(--rbx-black);\n    border: 1px solid var(--rbx-border);\n    border-radius: 14px;\n    padding: 16px;\n  }\n\n  .rbx-meter-label {\n    display: flex;\n    justify-content: space-between;\n    color: var(--rbx-muted);\n    font-size: 12px;\n    font-weight: 800;\n    margin-bottom: 10px;\n  }\n\n  .rbx-meter-track {\n    height: 10px;\n    background: var(--rbx-panel-2);\n    border-radius: 999px;\n    overflow: hidden;\n  }\n\n  .rbx-meter-fill {\n    display: block;\n    width: 0%;\n    height: 100%;\n    background: var(--rbx-orange);\n    transition: width 0.25s ease;\n  }\n\n  .rbx-check-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .rbx-check {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    background: var(--rbx-black);\n    border: 1px solid var(--rbx-border);\n    border-radius: 14px;\n    padding: 14px;\n    cursor: pointer;\n    transition: border-color 0.25s ease, background 0.25s ease;\n  }\n\n  .rbx-check:hover {\n    border-color: var(--rbx-orange-border);\n    background: var(--rbx-panel-2);\n  }\n\n  .rbx-check input {\n    margin-top: 3px;\n    accent-color: var(--rbx-orange);\n  }\n\n  .rbx-check strong {\n    display: block;\n    color: var(--rbx-text);\n    font-size: 14px;\n    margin-bottom: 4px;\n  }\n\n  .rbx-check span {\n    display: block;\n    color: var(--rbx-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .rbx-template {\n    background: var(--rbx-black);\n    border: 1px solid var(--rbx-border);\n    border-radius: 18px;\n    padding: 22px;\n    margin: 30px 0;\n  }\n\n  .rbx-template h3 {\n    margin: 0 0 10px;\n    color: var(--rbx-text);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .rbx-template p {\n    color: var(--rbx-muted);\n    line-height: 1.65;\n    font-size: 14px;\n    margin: 0 0 14px;\n  }\n\n  .rbx-template textarea {\n    width: 100%;\n    min-height: 152px;\n    resize: vertical;\n    background: var(--rbx-panel);\n    border: 1px solid var(--rbx-border);\n    border-radius: 12px;\n    color: var(--rbx-text);\n    font-size: 13px;\n    line-height: 1.6;\n    padding: 14px;\n    font-family: Consolas, Monaco, monospace;\n  }\n\n  .rbx-button-row {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-top: 12px;\n    flex-wrap: wrap;\n  }\n\n  .rbx-copy-btn,\n  .rbx-link-btn {\n    background: var(--rbx-orange);\n    color: var(--rbx-black) !important;\n    border: 1px solid var(--rbx-orange);\n    border-radius: 999px;\n    padding: 11px 18px;\n    font-weight: 900;\n    font-size: 13px;\n    cursor: pointer;\n    text-decoration: none !important;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .rbx-copy-btn:hover,\n  .rbx-link-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 18px rgba(249,153,38,0.18);\n  }\n\n  .rbx-copy-status {\n    color: var(--rbx-muted);\n    font-size: 12px;\n  }\n\n  .rbx-table-card {\n    background: var(--rbx-panel);\n    border: 1px solid var(--rbx-border);\n    border-radius: 22px;\n    margin: 32px 0;\n    overflow: hidden;\n  }\n\n  .rbx-table-head {\n    background: var(--rbx-black);\n    border-bottom: 1px solid var(--rbx-border);\n    padding: 20px 24px;\n  }\n\n  .rbx-table-title {\n    color: var(--rbx-text);\n    font-size: 18px;\n    font-weight: 900;\n    margin: 0;\n  }\n\n  .rbx-table-scroll {\n    width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .rbx-table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 720px;\n  }\n\n  .rbx-table th {\n    color: var(--rbx-orange);\n    background: rgba(8,15,27,0.65);\n    padding: 14px 16px;\n    text-align: left;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    border-bottom: 1px solid var(--rbx-border);\n  }\n\n  .rbx-table td {\n    color: var(--rbx-muted);\n    padding: 16px;\n    font-size: 14px;\n    line-height: 1.55;\n    vertical-align: top;\n    border-bottom: 1px solid var(--rbx-border);\n  }\n\n  .rbx-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .rbx-table tr:hover td {\n    background: rgba(249,153,38,0.035);\n  }\n\n  .rbx-pill {\n    display: inline-block;\n    border-radius: 999px;\n    padding: 5px 10px;\n    font-size: 11px;\n    font-weight: 900;\n    white-space: nowrap;\n  }\n\n  .rbx-pill-ok {\n    background: var(--rbx-green-soft);\n    color: var(--rbx-green);\n    border: 1px solid rgba(40,167,69,0.25);\n  }\n\n  .rbx-pill-warn {\n    background: var(--rbx-yellow-soft);\n    color: var(--rbx-yellow);\n    border: 1px solid rgba(255,193,7,0.25);\n  }\n\n  .rbx-pill-bad {\n    background: var(--rbx-red-soft);\n    color: var(--rbx-red);\n    border: 1px solid rgba(220,53,69,0.25);\n  }\n\n  .rbx-pill-info {\n    background: var(--rbx-blue-soft);\n    color: var(--rbx-blue);\n    border: 1px solid rgba(23,162,184,0.25);\n  }\n\n  .rbx-alert {\n    border-radius: 18px;\n    padding: 22px 24px;\n    margin: 28px 0;\n    border: 1px solid var(--rbx-border);\n    background: var(--rbx-panel);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .rbx-alert::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    bottom: 0;\n    width: 4px;\n    background: var(--rbx-orange);\n  }\n\n  .rbx-alert-danger::before { background: var(--rbx-red); }\n  .rbx-alert-success::before { background: var(--rbx-green); }\n  .rbx-alert-info::before { background: var(--rbx-blue); }\n\n  .rbx-alert h3 {\n    margin: 0 0 8px;\n    color: var(--rbx-text);\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .rbx-alert p {\n    color: var(--rbx-muted);\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .rbx-accordion {\n    margin: 30px 0;\n    border: 1px solid var(--rbx-border);\n    border-radius: 22px;\n    overflow: hidden;\n    background: var(--rbx-panel);\n  }\n\n  .rbx-accordion details {\n    border-bottom: 1px solid var(--rbx-border);\n    background: var(--rbx-panel);\n  }\n\n  .rbx-accordion details:last-child {\n    border-bottom: none;\n  }\n\n  .rbx-accordion summary {\n    cursor: pointer;\n    list-style: none;\n    padding: 18px 22px;\n    color: var(--rbx-text);\n    font-weight: 900;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 18px;\n  }\n\n  .rbx-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rbx-accordion summary::after {\n    content: \"+\";\n    color: var(--rbx-orange);\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  .rbx-accordion details[open] summary::after {\n    content: \"\u00d7\";\n  }\n\n  .rbx-accordion .rbx-acc-content {\n    padding: 0 22px 20px;\n    color: var(--rbx-muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .rbx-acc-content p {\n    margin: 0 0 12px;\n  }\n\n  .rbx-acc-content p:last-child {\n    margin-bottom: 0;\n  }\n\n  .rbx-mini-flow {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 30px 0;\n  }\n\n  .rbx-flow-item {\n    background: var(--rbx-panel);\n    border: 1px solid var(--rbx-border);\n    border-radius: 18px;\n    padding: 18px;\n    position: relative;\n  }\n\n  .rbx-flow-item:not(:last-child)::after {\n    content: \"\u2192\";\n    position: absolute;\n    right: -13px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--rbx-orange);\n    font-weight: 900;\n  }\n\n  .rbx-flow-kicker {\n    color: var(--rbx-orange);\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 8px;\n  }\n\n  .rbx-flow-title {\n    color: var(--rbx-text);\n    font-weight: 900;\n    font-size: 15px;\n    margin-bottom: 6px;\n  }\n\n  .rbx-flow-text {\n    color: var(--rbx-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .rbx-cta {\n    background: var(--rbx-orange);\n    border-radius: 22px;\n    padding: 40px;\n    margin: 42px 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .rbx-cta::before,\n  .rbx-cta::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    background: rgba(8,15,27,0.08);\n  }\n\n  .rbx-cta::before {\n    width: 150px;\n    height: 150px;\n    right: -44px;\n    top: -44px;\n  }\n\n  .rbx-cta::after {\n    width: 210px;\n    height: 210px;\n    left: -80px;\n    bottom: -105px;\n  }\n\n  .rbx-cta-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .rbx-cta h3 {\n    color: var(--rbx-black);\n    font-size: 28px;\n    font-weight: 900;\n    margin: 0 0 12px;\n  }\n\n  .rbx-cta p {\n    color: var(--rbx-black);\n    font-size: 16px;\n    line-height: 1.65;\n    max-width: 680px;\n    margin: 0 auto 24px;\n    opacity: 0.92;\n  }\n\n  .rbx-cta a {\n    display: inline-block;\n    background: var(--rbx-black);\n    color: var(--rbx-orange) !important;\n    padding: 14px 36px;\n    border-radius: 999px;\n    font-weight: 900;\n    text-decoration: none !important;\n  }\n\n  @media (max-width: 1024px) {\n    .rbx-hero-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .rbx-svg-card {\n      min-height: auto;\n    }\n\n    .rbx-card-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .rbx-mini-flow {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .rbx-flow-item:not(:last-child)::after {\n      display: none;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .rbx-hero {\n      padding: 24px 20px;\n      border-radius: 18px;\n    }\n\n    .rbx-hero-title {\n      font-size: 24px;\n    }\n\n    .rbx-fact-row {\n      grid-template-columns: 1fr;\n    }\n\n    .rbx-card-grid,\n    .rbx-check-grid,\n    .rbx-checker-top {\n      grid-template-columns: 1fr;\n    }\n\n    .rbx-choice-nav {\n      grid-template-columns: 1fr 1fr;\n      padding: 0 18px 20px;\n    }\n\n    .rbx-choice-head,\n    .rbx-choice-panel {\n      padding-left: 18px;\n      padding-right: 18px;\n    }\n\n    .rbx-step {\n      grid-template-columns: 44px 1fr;\n    }\n\n    .rbx-step-tag {\n      grid-column: 2;\n      justify-self: start;\n      margin-top: 4px;\n    }\n\n    .rbx-mini-flow {\n      grid-template-columns: 1fr;\n    }\n\n    .rbx-checker,\n    .rbx-template,\n    .rbx-alert {\n      padding: 20px;\n      border-radius: 16px;\n    }\n\n    .rbx-cta {\n      padding: 30px 20px;\n      border-radius: 18px;\n    }\n\n    .rbx-cta h3 {\n      font-size: 23px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .rbx-choice-nav {\n      grid-template-columns: 1fr;\n    }\n\n    .rbx-card {\n      padding: 20px;\n    }\n\n    .rbx-step {\n      padding: 18px;\n      gap: 12px;\n    }\n\n    .rbx-step-num {\n      width: 36px;\n      height: 36px;\n      font-size: 14px;\n    }\n\n    .rbx-table th,\n    .rbx-table td {\n      padding: 12px;\n      font-size: 12px;\n    }\n  }\n<\/style>\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-hero\">\n    <div class=\"rbx-hero-grid\">\n      <div>\n        <span class=\"rbx-eyebrow\">Verified May 30, 2026<\/span>\n        <h2 class=\"rbx-hero-title\">The Clean Way To Permanently Delete A Roblox Account<\/h2>\n        <p class=\"rbx-hero-copy\">Roblox account deletion is handled as a data privacy request, not as a normal account setting. The option you are looking for is <strong>Right To Be Forgotten<\/strong> under <strong>Data Privacy Requests<\/strong> in the Roblox Support Form.<\/p>\n        <div class=\"rbx-fact-row\">\n          <div class=\"rbx-fact\">\n            <div class=\"rbx-fact-num\">1<\/div>\n            <div class=\"rbx-fact-label\">Official deletion path through Roblox Support<\/div>\n          <\/div>\n          <div class=\"rbx-fact\">\n            <div class=\"rbx-fact-num\">2<\/div>\n            <div class=\"rbx-fact-label\">Separate from reversible account deactivation<\/div>\n          <\/div>\n          <div class=\"rbx-fact\">\n            <div class=\"rbx-fact-num\">3<\/div>\n            <div class=\"rbx-fact-label\">Identity verification may be required<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"rbx-svg-card\" aria-label=\"Roblox account deletion process visual\">\n        <svg class=\"rbx-path-svg\" viewBox=\"0 0 520 320\" role=\"img\">\n          <path class=\"rbx-line\" d=\"M70 165 C155 55 260 270 350 155 C400 92 440 112 470 84\"><\/path>\n\n          <g class=\"rbx-node rbx-pulse\" transform=\"translate(70 165)\">\n            <circle r=\"38\"><\/circle>\n            <text y=\"-4\">Account<\/text>\n            <text class=\"rbx-node-small\" y=\"12\">Log In<\/text>\n          <\/g>\n\n          <g class=\"rbx-node\" transform=\"translate(210 115)\">\n            <circle r=\"38\"><\/circle>\n            <text y=\"-4\">Support<\/text>\n            <text class=\"rbx-node-small\" y=\"12\">Form<\/text>\n          <\/g>\n\n          <g class=\"rbx-node\" transform=\"translate(340 175)\">\n            <circle r=\"38\"><\/circle>\n            <text y=\"-4\">Privacy<\/text>\n            <text class=\"rbx-node-small\" y=\"12\">Request<\/text>\n          <\/g>\n\n          <g class=\"rbx-node rbx-pulse\" transform=\"translate(470 84)\">\n            <circle r=\"38\"><\/circle>\n            <text y=\"-4\">Delete<\/text>\n            <text class=\"rbx-node-small\" y=\"12\">Verify<\/text>\n          <\/g>\n        <\/svg>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How To Delete A Roblox Account Permanently<\/strong> The Official Method<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To delete a Roblox account permanently, go to the <a href=\"https:\/\/www.roblox.com\/support\" target=\"_blank\" rel=\"noopener\">Roblox Support Form<\/a>, choose <strong>Data Privacy Requests<\/strong> under <strong>Type of help category<\/strong>, then select <strong>Right To Be Forgotten<\/strong>. Roblox describes this as the way to request deletion of personal information, which can only be done by deleting the account.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is the important distinction: the permanent delete process is not the same as the <a href=\"https:\/\/en.help.roblox.com\/hc\/en-us\/articles\/203313050-How-do-I-deactivate-or-delete-my-account\" target=\"_blank\" rel=\"noopener\">Roblox account deactivation<\/a> option. Deactivation disables the account and hides the profile, but Roblox says you can reactivate it by logging back into Roblox.com. Permanent deletion is handled through a Right To Be Forgotten request.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-choice\">\n    <input type=\"radio\" name=\"rbx-choice\" id=\"rbx-delete\" checked>\n    <input type=\"radio\" name=\"rbx-choice\" id=\"rbx-deactivate\">\n    <input type=\"radio\" name=\"rbx-choice\" id=\"rbx-parent\">\n    <input type=\"radio\" name=\"rbx-choice\" id=\"rbx-login\">\n\n    <div class=\"rbx-choice-head\">\n      <h3 class=\"rbx-choice-title\">Choose The Right Roblox Account Option<\/h3>\n      <p class=\"rbx-choice-sub\">Pick the situation that matches what you are trying to do.<\/p>\n    <\/div>\n\n    <div class=\"rbx-choice-nav\">\n      <label for=\"rbx-delete\">Delete Forever<\/label>\n      <label for=\"rbx-deactivate\">Take A Break<\/label>\n      <label for=\"rbx-parent\">Child Account<\/label>\n      <label for=\"rbx-login\">Can\u2019t Log In<\/label>\n    <\/div>\n\n    <div class=\"rbx-choice-panels\">\n      <div class=\"rbx-choice-panel rbx-panel-delete\">\n        <h3>Use The Support Form<\/h3>\n        <p>Choose Data Privacy Requests, then Right To Be Forgotten. This is the documented route for Roblox account deletion. Treat the result as permanent and save anything you need first.<\/p>\n      <\/div>\n\n      <div class=\"rbx-choice-panel rbx-panel-deactivate\">\n        <h3>Use Account Deactivation Instead<\/h3>\n        <p>Use Roblox privacy settings if you only want to disable the account and hide the profile. Deactivation can be reversed by logging back into Roblox.com.<\/p>\n      <\/div>\n\n      <div class=\"rbx-choice-panel rbx-panel-parent\">\n        <h3>Use The Same Deletion Route<\/h3>\n        <p>Parents can manage a child account through Roblox parental controls, but permanent deletion still points back to the official deletion process through Roblox Support.<\/p>\n      <\/div>\n\n      <div class=\"rbx-choice-panel rbx-panel-login\">\n        <h3>Contact Support With The Username<\/h3>\n        <p>If you cannot access the account, use Roblox Support and expect identity checks. For active paid memberships, Roblox says cancellation requests must be received before the renewal date.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Roblox Account Deletion Steps<\/strong> Right To Be Forgotten Request<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The safest way to explain the process is to follow the exact official privacy request flow. Do not look for a normal &#8220;Delete Account&#8221; button in the Roblox app settings. The documented deletion path starts from Roblox Support.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-steps\">\n    <h3 class=\"rbx-steps-title\">Roblox Account Deletion Flow<\/h3>\n\n    <div class=\"rbx-step\">\n      <div class=\"rbx-step-num\">1<\/div>\n      <div>\n        <h3>Open Roblox Support<\/h3>\n        <p>Go to the Roblox Support Form. Being logged in can make the request easier to connect to the right account, but Roblox may still verify identity before processing deletion.<\/p>\n      <\/div>\n      <span class=\"rbx-step-tag\">Start Here<\/span>\n    <\/div>\n\n    <div class=\"rbx-step\">\n      <div class=\"rbx-step-num\">2<\/div>\n      <div>\n        <h3>Fill In Your Contact Details<\/h3>\n        <p>Use an email address you can actually access. If Roblox needs identity verification or follow-up information, this is where the conversation will continue.<\/p>\n      <\/div>\n      <span class=\"rbx-step-tag\">Important<\/span>\n    <\/div>\n\n    <div class=\"rbx-step\">\n      <div class=\"rbx-step-num\">3<\/div>\n      <div>\n        <h3>Choose Data Privacy Requests<\/h3>\n        <p>Under Type of help category, select Data Privacy Requests. This is the official category Roblox lists for privacy rights requests.<\/p>\n      <\/div>\n      <span class=\"rbx-step-tag\">Category<\/span>\n    <\/div>\n\n    <div class=\"rbx-step\">\n      <div class=\"rbx-step-num\">4<\/div>\n      <div>\n        <h3>Select Right To Be Forgotten<\/h3>\n        <p>Choose the Right To Be Forgotten option. Roblox uses this privacy-rights request to handle permanent account deletion.<\/p>\n      <\/div>\n      <span class=\"rbx-step-tag\">Delete<\/span>\n    <\/div>\n\n    <div class=\"rbx-step\">\n      <div class=\"rbx-step-num\">5<\/div>\n      <div>\n        <h3>Submit The Request<\/h3>\n        <p>Send the form, then watch for a Roblox Support reply. Do not ignore verification emails or messages, because Roblox says it takes steps to verify identity before fulfilling deletion requests.<\/p>\n      <\/div>\n      <span class=\"rbx-step-tag\">Submit<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What To Write In The Roblox Deletion Request<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You do not need to overexplain. Your request should be direct, clear, and tied to account deletion. Use the username of the account you want deleted and avoid adding unrelated complaints that could slow down the support conversation.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-template\">\n    <h3>Request Text You Can Adapt<\/h3>\n    <p>Replace the bracketed fields before sending. Keep the tone simple and clear.<\/p>\n    <textarea id=\"rbxRequestTemplate\" readonly>Hello Roblox Support,\n\nI am requesting permanent deletion of my Roblox account and the personal information associated with it under Data Privacy Requests, Right To Be Forgotten.\n\nRoblox username: [your username]\nAccount email, if different from this contact email: [your account email]\n\nI understand that this request is for account deletion. Please let me know what information you need to verify my identity and process the request.\n\nThank you.<\/textarea>\n    <div class=\"rbx-button-row\">\n      <button class=\"rbx-copy-btn\" id=\"rbxCopyRequest\" type=\"button\">Copy Request Text<\/button>\n      <a class=\"rbx-link-btn\" href=\"https:\/\/www.roblox.com\/support\" target=\"_blank\" rel=\"noopener\">Open Roblox Support<\/a>\n      <span class=\"rbx-copy-status\" id=\"rbxCopyStatus\">Ready to copy<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function() {\n  var copyBtn = document.getElementById(\"rbxCopyRequest\");\n  var template = document.getElementById(\"rbxRequestTemplate\");\n  var status = document.getElementById(\"rbxCopyStatus\");\n\n  if (copyBtn && template && status) {\n    copyBtn.addEventListener(\"click\", function() {\n      template.select();\n      template.setSelectionRange(0, 99999);\n\n      if (navigator.clipboard && navigator.clipboard.writeText) {\n        navigator.clipboard.writeText(template.value).then(function() {\n          status.textContent = \"Copied\";\n        }).catch(function() {\n          document.execCommand(\"copy\");\n          status.textContent = \"Copied\";\n        });\n      } else {\n        document.execCommand(\"copy\");\n        status.textContent = \"Copied\";\n      }\n    });\n  }\n})();\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Before You Delete Your Roblox Account<\/strong> Do This First<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Permanent account deletion is the last step, not the first. Before you submit a Roblox Right To Be Forgotten request, deal with subscriptions, saved payment methods, private servers, and any data you want to keep.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-checker\" id=\"rbxDeletionChecker\">\n    <div class=\"rbx-checker-top\">\n      <div>\n        <h3>Roblox Deletion Readiness Checker<\/h3>\n        <p>Check off the items that apply before sending the deletion request.<\/p>\n      <\/div>\n      <div class=\"rbx-meter\">\n        <div class=\"rbx-meter-label\">\n          <span id=\"rbxMeterText\">0 of 6 complete<\/span>\n          <span id=\"rbxMeterPercent\">0%<\/span>\n        <\/div>\n        <div class=\"rbx-meter-track\">\n          <span class=\"rbx-meter-fill\" id=\"rbxMeterFill\"><\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"rbx-check-grid\">\n      <label class=\"rbx-check\">\n        <input type=\"checkbox\">\n        <span><strong>Saved Data<\/strong>Requested a Right of Access report if you want account, login, or payment history.<\/span>\n      <\/label>\n\n      <label class=\"rbx-check\">\n        <input type=\"checkbox\">\n        <span><strong>Premium<\/strong>Checked Settings > Subscriptions or your app store subscription page.<\/span>\n      <\/label>\n\n      <label class=\"rbx-check\">\n        <input type=\"checkbox\">\n        <span><strong>Experience Subscriptions<\/strong>Canceled in-experience subscriptions before the renewal date.<\/span>\n      <\/label>\n\n      <label class=\"rbx-check\">\n        <input type=\"checkbox\">\n        <span><strong>Private Servers<\/strong>Canceled renewing private server subscriptions if you own any.<\/span>\n      <\/label>\n\n      <label class=\"rbx-check\">\n        <input type=\"checkbox\">\n        <span><strong>Payment Methods<\/strong>Deleted saved cards from Payment Methods in Settings if needed.<\/span>\n      <\/label>\n\n      <label class=\"rbx-check\">\n        <input type=\"checkbox\">\n        <span><strong>Robux And Items<\/strong>Accepted that purchased Robux items are not normally refunded.<\/span>\n      <\/label>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function() {\n  var checker = document.getElementById(\"rbxDeletionChecker\");\n  if (!checker) return;\n\n  var boxes = checker.querySelectorAll('input[type=\"checkbox\"]');\n  var fill = document.getElementById(\"rbxMeterFill\");\n  var text = document.getElementById(\"rbxMeterText\");\n  var percentText = document.getElementById(\"rbxMeterPercent\");\n\n  function updateMeter() {\n    var done = 0;\n    boxes.forEach(function(box) {\n      if (box.checked) done += 1;\n    });\n\n    var percent = Math.round((done \/ boxes.length) * 100);\n    if (fill) fill.style.width = percent + \"%\";\n    if (text) text.textContent = done + \" of \" + boxes.length + \" complete\";\n    if (percentText) percentText.textContent = percent + \"%\";\n  }\n\n  boxes.forEach(function(box) {\n    box.addEventListener(\"change\", updateMeter);\n  });\n\n  updateMeter();\n})();\n<\/script>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Request Your Roblox Data Before Deleting<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you want a copy of your Roblox account data, request it before you delete the account. Roblox\u2019s <a href=\"https:\/\/en.help.roblox.com\/hc\/en-us\/articles\/40630460625556-Right-to-Access-Reports\" target=\"_blank\" rel=\"noopener\">Right to Access Report<\/a> can include personal information linked to your account, such as account details, login history, and payment history. Roblox says the download link expires 7 days after it is sent, so download it when it arrives.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Roblox also says certain data may still be stored for a period of time after a deletion request if Roblox is required to keep records for tax, legal, or security purposes. That does not mean your account is still active. It means account deletion and legal data retention are not always the same thing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Cancel Roblox Premium Before Account Deletion<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you still have Roblox Premium, cancel it before you request deletion. Roblox says recurring Premium memberships bought through the Roblox mobile app, desktop app, or website renew by default unless canceled. For web or desktop purchases, the path is <strong>Settings &gt; Subscriptions &gt; Cancel Renewal<\/strong>. Apple and Google Play subscriptions must be canceled through those platforms.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is also a current Premium-specific catch: Roblox says Premium stopped being available for purchase on April 30, 2026. Existing subscribers can keep their subscription, but if they cancel, they will not be able to resubscribe later. That matters if the user is not fully sure they want to delete the account yet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Cancel In-Experience Subscriptions, Roblox Plus, And Private Servers<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Roblox account deletion is not the best place to discover a forgotten renewal. Check the Subscriptions page for <a href=\"https:\/\/en.help.roblox.com\/hc\/en-us\/articles\/20292312961556-Subscriptions-within-Experiences\" target=\"_blank\" rel=\"noopener\">in-experience subscriptions<\/a> and <a href=\"https:\/\/en.help.roblox.com\/hc\/en-us\/articles\/47967913158164-Roblox-Plus\" target=\"_blank\" rel=\"noopener\">Roblox Plus<\/a>. For <a href=\"https:\/\/hone.gg\/blog\/best-roblox-games\/\" target=\"_blank\" rel=\"noopener\">private servers<\/a>, go to the experience\u2019s Servers section or the private server configuration page and cancel the subscription before the renewal date.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Roblox says private server subscriptions renew monthly using your Robux balance. If there are not enough Robux on the renewal date, the server expires. If you are deleting the account anyway, canceling avoids confusion and makes the account cleanup cleaner.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Remove Saved Payment Methods If You Want Extra Cleanup<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Saved payment methods can be managed from the <a href=\"https:\/\/en.help.roblox.com\/hc\/en-us\/articles\/203312560-Adding-and-Updating-Payment-Information\" target=\"_blank\" rel=\"noopener\">Payment Methods tab in Roblox Settings<\/a> or at checkout. Roblox says payment methods cannot be updated from the mobile app, so use a browser if you do not see the option where you expect it.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-table-card\">\n    <div class=\"rbx-table-head\">\n      <h3 class=\"rbx-table-title\">What To Check Before You Delete Roblox<\/h3>\n    <\/div>\n    <div class=\"rbx-table-scroll\">\n      <div class=\"table-wrapper\"><table class=\"rbx-table\">\n        <thead>\n          <tr>\n            <th>Area<\/th>\n            <th>Where To Check<\/th>\n            <th>Why It Matters<\/th>\n            <th>Priority<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><strong>Account Data<\/strong><\/td>\n            <td>Support Form > Data Privacy Requests > Right of Access<\/td>\n            <td>Useful if you want login, account, or payment history before deletion.<\/td>\n            <td><span class=\"rbx-pill rbx-pill-info\">Optional<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><strong>Roblox Premium<\/strong><\/td>\n            <td>Settings > Subscriptions, or Apple\/Google subscription settings<\/td>\n            <td>Prevents future renewal charges where cancellation is still available.<\/td>\n            <td><span class=\"rbx-pill rbx-pill-bad\">High<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><strong>Experience Subscriptions<\/strong><\/td>\n            <td>Settings > Subscriptions<\/td>\n            <td>Subscriptions are canceled before renewal, not refunded after deletion.<\/td>\n            <td><span class=\"rbx-pill rbx-pill-bad\">High<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><strong>Private Servers<\/strong><\/td>\n            <td>Experience Servers section or server configuration page<\/td>\n            <td>Stops monthly Robux renewal for private servers you own.<\/td>\n            <td><span class=\"rbx-pill rbx-pill-warn\">Medium<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><strong>Payment Methods<\/strong><\/td>\n            <td>Payment Methods tab in Settings or checkout<\/td>\n            <td>Lets you delete saved cards before sending a deletion request.<\/td>\n            <td><span class=\"rbx-pill rbx-pill-warn\">Medium<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><strong>Robux And Items<\/strong><\/td>\n            <td>Inventory, balance, and purchase history<\/td>\n            <td>Roblox says purchased Robux items are not normally refunded.<\/td>\n            <td><span class=\"rbx-pill rbx-pill-info\">Review<\/span><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table><\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Happens After You Delete A Roblox Account<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once Roblox processes the Right To Be Forgotten request, the account deletion process is meant to permanently remove the account and associated personal information. But &#8220;delete&#8221; does not always mean every record disappears from every system instantly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Roblox\u2019s Privacy and Cookie Policy says that when an account is deleted, Roblox initiates permanent deletion of data in its systems. It also says Roblox may process persistent identifiers for up to two years after account deletion for safety and security purposes, such as bot prevention.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-mini-flow\">\n    <div class=\"rbx-flow-item\">\n      <div class=\"rbx-flow-kicker\">Step 1<\/div>\n      <div class=\"rbx-flow-title\">Request Sent<\/div>\n      <div class=\"rbx-flow-text\">You submit Right To Be Forgotten through Roblox Support.<\/div>\n    <\/div>\n    <div class=\"rbx-flow-item\">\n      <div class=\"rbx-flow-kicker\">Step 2<\/div>\n      <div class=\"rbx-flow-title\">Identity Check<\/div>\n      <div class=\"rbx-flow-text\">Roblox may verify that you control the account.<\/div>\n    <\/div>\n    <div class=\"rbx-flow-item\">\n      <div class=\"rbx-flow-kicker\">Step 3<\/div>\n      <div class=\"rbx-flow-title\">Deletion Process<\/div>\n      <div class=\"rbx-flow-text\">Roblox begins account and data deletion in its systems.<\/div>\n    <\/div>\n    <div class=\"rbx-flow-item\">\n      <div class=\"rbx-flow-kicker\">Step 4<\/div>\n      <div class=\"rbx-flow-title\">Limited Retention<\/div>\n      <div class=\"rbx-flow-text\">Some records can remain for legal, tax, or security reasons.<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Will Deleted Roblox Purchases Or Robux Be Refunded?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Do not count on a <a href=\"https:\/\/hone.gg\/blog\/gift-robux-in-roblox\/\" target=\"_blank\" rel=\"noopener\">Robux<\/a> refund because you deleted the account. Roblox\u2019s refund support page says there is not a way to get Robux back once a purchase has been made, including accidental purchases and lost or unused items from Avatar Shop and Experiences.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is why the final review matters. If the account has Robux, limited items, subscriptions, or private servers, decide what you want to do with them before starting account deletion.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What Happens To Roblox Creations, UGC, And Experiences?<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Creators should be extra careful. Roblox\u2019s Terms of Use include broad licenses for user-generated content and creator content. The terms say creator UGC can be used in connection with the services even if the creator exercises a right to be forgotten under GDPR or similar privacy laws. They also say validly purchased or obtained virtual content may continue to be accessed by users in certain cases.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In plain English: deleting a Roblox account should not be treated as a guaranteed way to pull back every item, asset, experience, or piece of UGC that ever touched the platform. If you are a Roblox creator, review your published content before requesting deletion.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-alert rbx-alert-danger\">\n    <h3>Do Not Use Account Deletion As A Refund Method<\/h3>\n    <p>Deleting a Roblox account is a privacy and account-removal process. It is not a shortcut for refunds, chargebacks, private server cleanup, or reversing purchases. Handle billing issues separately before you delete the account.<\/p>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How To Delete A Child&#8217;s Roblox Account<\/strong> Parent Guide<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you are a parent or guardian, Roblox points parents to the same account deactivation and deletion help article for deleting a child\u2019s account. For deactivation, Roblox says you can use <strong>Settings &gt; Privacy &amp; content maturity<\/strong> on the child\u2019s account. For permanent deletion, use the same Roblox Support Form deletion route with <strong>Data Privacy Requests<\/strong> and <strong>Right To Be Forgotten<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Roblox may ask for identity verification. That is expected, especially when a parent or guardian is requesting deletion of a minor\u2019s account. Use an email address you control and include the child account username clearly in the support request.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-card-grid\">\n    <div class=\"rbx-card\">\n      <div class=\"rbx-card-icon\">\ud83d\udc64<\/div>\n      <h3 class=\"rbx-card-title\">For The Child&#8217;s Account<\/h3>\n      <p class=\"rbx-card-text\">Use the username tied to the account you want deleted. Do not accidentally submit the parent account username if that is not the target account.<\/p>\n    <\/div>\n\n    <div class=\"rbx-card\">\n      <div class=\"rbx-card-icon\">\ud83d\udd10<\/div>\n      <h3 class=\"rbx-card-title\">For Verification<\/h3>\n      <p class=\"rbx-card-text\">Expect Roblox to verify identity before processing the request. Keep access to the email used in the support form.<\/p>\n    <\/div>\n\n    <div class=\"rbx-card\">\n      <div class=\"rbx-card-icon\">\ud83d\udcb3<\/div>\n      <h3 class=\"rbx-card-title\">For Billing Cleanup<\/h3>\n      <p class=\"rbx-card-text\">Check subscriptions and payment methods first, especially if the child account had Premium, Roblox Plus, or in-experience subscriptions.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Roblox Deactivation Vs Deletion<\/strong> Know The Difference<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Roblox gives users more than one way to manage an account. Deactivation is for people who want to step away while keeping a route back. Deletion is for people who want the account removed through a privacy request.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-table-card\">\n    <div class=\"rbx-table-head\">\n      <h3 class=\"rbx-table-title\">Deactivation Vs Permanent Deletion<\/h3>\n    <\/div>\n    <div class=\"rbx-table-scroll\">\n      <div class=\"table-wrapper\"><table class=\"rbx-table\">\n        <thead>\n          <tr>\n            <th>Option<\/th>\n            <th>Where It Happens<\/th>\n            <th>What It Does<\/th>\n            <th>Can You Return?<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td><strong>Deactivate Roblox Account<\/strong><\/td>\n            <td>Roblox privacy settings, under Account Deactivation and Deletion<\/td>\n            <td>Disables the account and hides the profile. Some information, such as Marketplace listings, may still be visible.<\/td>\n            <td><span class=\"rbx-pill rbx-pill-ok\">Yes<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td><strong>Delete Roblox Account<\/strong><\/td>\n            <td>Support Form > Data Privacy Requests > Right To Be Forgotten<\/td>\n            <td>Requests deletion of personal information, which Roblox says can only be done by deleting the account.<\/td>\n            <td><span class=\"rbx-pill rbx-pill-bad\">Treat As Permanent<\/span><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table><\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Mistakes When Deleting A Roblox Account<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most bad Roblox deletion advice comes from mixing up deletion, deactivation, uninstalling, and billing cleanup. These are not interchangeable.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-accordion\">\n    <details open>\n      <summary>Uninstalling Roblox Does Not Delete The Account<\/summary>\n      <div class=\"rbx-acc-content\">\n        <p>Uninstalling Roblox removes the app or local program files from a device. Account deletion is handled through Roblox Support as a privacy request.<\/p>\n      <\/div>\n    <\/details>\n\n    <details>\n      <summary>Deactivation Is Not Permanent Deletion<\/summary>\n      <div class=\"rbx-acc-content\">\n        <p>Deactivation disables the account and hides the profile, but Roblox says you can reactivate by logging into Roblox.com. Use deactivation only if you want the option to return.<\/p>\n      <\/div>\n    <\/details>\n\n    <details>\n      <summary>Deleting The Email Account Is Not Roblox Deletion<\/summary>\n      <div class=\"rbx-acc-content\">\n        <p>Removing access to your email does not delete the Roblox account. It can also make verification harder if Roblox Support needs to contact you.<\/p>\n      <\/div>\n    <\/details>\n\n    <details>\n      <summary>Deleting Roblox Does Not Guarantee Refunds<\/summary>\n      <div class=\"rbx-acc-content\">\n        <p>Roblox says purchased Robux items are not normally refunded. Handle refund questions, unauthorized charges, and subscription cancellations before deletion.<\/p>\n      <\/div>\n    <\/details>\n\n    <details>\n      <summary>Creator Content May Have Separate Terms<\/summary>\n      <div class=\"rbx-acc-content\">\n        <p>If you made Roblox experiences, <a href=\"https:\/\/hone.gg\/blog\/make-clothes-on-roblox\/\" target=\"_blank\" rel=\"noopener\">avatar items<\/a>, or other UGC, review your published content and Roblox&#8217;s creator terms before submitting a Right To Be Forgotten request.<\/p>\n      <\/div>\n    <\/details>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Troubleshooting Roblox Account Deletion<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you cannot find a delete button:<\/strong> that is expected. Use the Roblox Support Form and select <strong>Data Privacy Requests<\/strong>, then <strong>Right To Be Forgotten<\/strong>. The settings option Roblox documents is deactivation, not the permanent deletion request.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you cannot log in:<\/strong> use Roblox Support and provide the username of the account. If the account has an active Premium membership and you cannot access it to cancel, Roblox says to contact support immediately with the subscribed account username before the renewal date.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If Roblox asks for identity verification:<\/strong> complete it through the official support conversation. Roblox says it takes steps to verify identity before fulfilling account deletion requests.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you want account records after deletion:<\/strong> request a Right to Access Report. Roblox says you can request a copy even after requesting account deletion, although some data may no longer be processed or may have been deleted from its systems.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-alert rbx-alert-success\">\n    <h3>Best Practical Order<\/h3>\n    <p>Download anything you need, cancel renewals, remove saved payment methods if desired, then submit the Right To Be Forgotten request through Roblox Support. This order avoids most avoidable problems.<\/p>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The official way to delete a Roblox account permanently is to submit a <strong>Right To Be Forgotten<\/strong> request through the <strong>Data Privacy Requests<\/strong> category in the Roblox Support Form. Deactivation is a different option and should only be used if you want a reversible break from the account.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before you delete your Roblox account, cancel any subscriptions, review private servers, remove saved payment methods if needed, and request an access report if you want a copy of your account data. Once the deletion request is processed, treat the account as gone.<\/p>\n\n\n\n<div class=\"rbx-wrap\">\n  <div class=\"rbx-cta\">\n    <div class=\"rbx-cta-inner\">\n      <h3>Optimize Your Whole PC With Hone<\/h3>\n      <p>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\/\" target=\"_blank\" rel=\"noopener\">Try Hone Free<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Can You Delete A Roblox Account Permanently?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Yes. Roblox lets users request deletion of personal information, and Roblox says this can only be done by deleting the account. The official route is the Roblox Support Form under Data Privacy Requests, then Right To Be Forgotten.<\/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 Is The Delete Account Button On Roblox?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Roblox does not document a normal settings button for permanent account deletion. The documented deletion method is to contact Roblox through the Support Form and choose Right To Be Forgotten under Data Privacy Requests.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Is Roblox Account Deactivation The Same As Deletion?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">No. Deactivation disables the account and hides the profile, but Roblox says the account can be reactivated by logging back into Roblox.com. Permanent deletion is handled through a Right To Be Forgotten support request.<\/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 Should I Select In The Roblox Support Form To Delete My Account?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Select Data Privacy Requests under Type of help category, then choose Right To Be Forgotten. Submit the form and complete any identity verification Roblox asks for.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Does Deleting A Roblox Account Refund Robux?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">No, do not expect a Robux refund because you deleted your account. Roblox says there is not a way to get Robux back once a purchase has been made, including accidental purchases and lost or unused items from Avatar Shop and 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\">Should I Cancel Roblox Premium Before Deleting My Account?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Yes. If you have an active recurring Roblox Premium membership, cancel it before submitting a deletion request. Web and desktop purchases are canceled from Settings &gt; Subscriptions, while Apple and Google Play purchases are managed through those app store subscription settings.<\/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 Parents Delete A Child&#8217;s Roblox Account?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Parents can request deletion of a child\u2019s Roblox account through Roblox Support. For permanent deletion, use Data Privacy Requests and Right To Be Forgotten. Roblox may verify identity before processing the request.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Does Deleting The Roblox App Delete My Account?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">No. Deleting or uninstalling the Roblox app only removes the software from your device. To delete the account itself, submit a Right To Be Forgotten request through Roblox Support.<\/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 Data Can Roblox Keep After Account Deletion?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Roblox says account deletion initiates permanent deletion of data in its systems, but it may process persistent identifiers for up to two years after deletion for safety and security purposes. Roblox also says some data may be kept for tax, legal, or security reasons.<\/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 Recover A Deleted Roblox Account?<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Treat Roblox account deletion as permanent. Roblox documents reactivation for deactivated accounts, but it does not present a normal restore path for accounts deleted through a Right To Be Forgotten request.<\/p>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide explains how to delete a Roblox account permanently, what to choose in the Roblox Support Form, what to cancel before deletion, what happens to Robux and subscriptions, and why some account-related data may not vanish instantly.<\/p>\n","protected":false},"author":2,"featured_media":4231,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[42],"tags":[],"class_list":["post-4212","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\/4212","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=4212"}],"version-history":[{"count":2,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/4212\/revisions"}],"predecessor-version":[{"id":4261,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/4212\/revisions\/4261"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media\/4231"}],"wp:attachment":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media?parent=4212"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/categories?post=4212"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/tags?post=4212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}