2021 Roblox Avatar Editor

Brings Back The 2021 Avatar Editor code is by Vue2016 https://userstyles.world/user/Vue2016

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

/* ==UserStyle==
@name           2021 Roblox Avatar Editor
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Brings Back The 2021 Avatar Editor code is by Vue2016 https://userstyles.world/user/Vue2016
@author         Vue2016
==/UserStyle== */

@-moz-document url-prefix("https://www.roblox.com/my/avatar") {

}
.rbx-tab.six-tab:nth-child(2) {
	display: none;
		}

		.rbx-tab.six-tab:nth-child(3).ng-hide {
			display: block !important;
			order: 6;
		}
		.rbx-tab.six-tab:nth-child(6) .text-lead {
			font-size: 0;
			height: 16px
		}
		.rbx-tab.six-tab:nth-child(6) .text-lead:before {
			content: 'Body';
			font-size: 18px;
			font-weight: 400;
			display: inline-block
		}
		.rbx-tab.six-tab:nth-child(6) .text-lead .icon-down {
			margin-top: -8px
		}

.ropro-changes .tab-content>.scaling-tab, .ropro-changes .tab-content>.scaling-tab .pill-toggle {
			z-index: 2!important;
		}


.nav-tabs {
			display: flex;
		}
		
		
		.tab-content>.tab-pane:not(.active).scaling-tab {
			display: revert;
			width: max-content;
			top: 100px;
			margin-left: -110px;
			height: 30.39px;
            position: relative;
		}

.pinned .tab-content>.active.scaling-tab .pill-toggle {
			position: fixed;
			top: 62px;
			left: unset;
			margin-left: -118px;
		}



	.tab-content>.tab-pane:not(.active).scaling-tab {
			display: grid;
			position: absolute;
			margin-left: -110px;
			width: 86px;
			height: 30.39px;
		}
		.tab-content>.tab-pane:not(.active).scaling-tab .section-content,.tab-content>.tab-pane:not(.active).scaling-tab [avatar-scaling] {
			display: grid;
			width: 86px;
			height: 30.39px;
		}
		.pinned .tab-content>.tab-pane:not(.active).scaling-tab {
			position: fixed;
			top: 60px
		}
		.tab-content>.active.scaling-tab .pill-toggle {
			position: absolute;
			left: -170px;
			top: -70px;
		}
		
		
		.tab-content>.tab-pane:not(.active).scaling-tab .section-content {
			background: transparent;
			padding: 0;
			box-shadow: none;
			}
		
		.tab-content>.tab-pane:not(.active).scaling-tab .section-content .avatar-type-container div:not(.pill-toggle), .tab-content>.tab-pane:not(.active).scaling-tab .section-sliders, .avatar-type-container .text-label, .avatar-type-container .avatar-type-message-banner {
			display: none;
		}