<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.vrchat.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Usr+6b189dbf-f096-47d0-afbd-136782d7014b</id>
	<title>VRChat Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vrchat.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Usr+6b189dbf-f096-47d0-afbd-136782d7014b"/>
	<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/wiki/Special:Contributions/Usr_6b189dbf-f096-47d0-afbd-136782d7014b"/>
	<updated>2026-08-03T11:18:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Common.js&amp;diff=60214</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Common.js&amp;diff=60214"/>
		<updated>2026-01-19T02:41:36Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Removed Maintainer-only VRCX link per VRChat&amp;#039;s request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/** @license&lt;br /&gt;
* This file is auto-generated. Do not edit directly.&lt;br /&gt;
* @see https://github.com/vrchat-community/wiki-scripts/blob/main/src/index.ts&lt;br /&gt;
*/&lt;br /&gt;
(() =&amp;gt; {&lt;br /&gt;
	var e = Object.defineProperty;&lt;br /&gt;
	var __esmMin = (e, t) =&amp;gt; () =&amp;gt; (e &amp;amp;&amp;amp; (t = e(e = 0)), t);&lt;br /&gt;
	var __export = (t, n) =&amp;gt; {&lt;br /&gt;
		let r = {};&lt;br /&gt;
		for (var i in t) e(r, i, {&lt;br /&gt;
			get: t[i],&lt;br /&gt;
			enumerable: !0&lt;br /&gt;
		});&lt;br /&gt;
		n &amp;amp;&amp;amp; e(r, Symbol.toStringTag, { value: &amp;quot;Module&amp;quot; });&lt;br /&gt;
		return r;&lt;br /&gt;
	};&lt;br /&gt;
	function isPage(e) {&lt;br /&gt;
		let [t, n] = mw.config.get(&amp;quot;wgPageName&amp;quot;).split(&amp;quot;/&amp;quot;);&lt;br /&gt;
		if (!t || !e.includes(t)) return !1;&lt;br /&gt;
		if (n &amp;amp;&amp;amp; mw.config.get(&amp;quot;wgPageContentLanguage&amp;quot;) !== n) return !1;&lt;br /&gt;
		return !0;&lt;br /&gt;
	}&lt;br /&gt;
	document.querySelectorAll(&amp;quot;.spoiler&amp;quot;).forEach((e) =&amp;gt; {&lt;br /&gt;
		let t = e.querySelector(&amp;quot;.spoiler-overlay&amp;quot;);&lt;br /&gt;
		t == null || t.addEventListener(&amp;quot;click&amp;quot;, () =&amp;gt; {&lt;br /&gt;
			e.dataset.open = &amp;quot;&amp;quot;;&lt;br /&gt;
		});&lt;br /&gt;
	});&lt;br /&gt;
	let __vitePreload = function(e, t, n) {&lt;br /&gt;
		let r = Promise.resolve();&lt;br /&gt;
		function handlePreloadError(e) {&lt;br /&gt;
			let t = new Event(&amp;quot;vite:preloadError&amp;quot;, { cancelable: !0 });&lt;br /&gt;
			t.payload = e;&lt;br /&gt;
			window.dispatchEvent(t);&lt;br /&gt;
			if (!t.defaultPrevented) throw e;&lt;br /&gt;
		}&lt;br /&gt;
		return r.then((t) =&amp;gt; {&lt;br /&gt;
			for (let e of t || []) {&lt;br /&gt;
				if (e.status !== &amp;quot;rejected&amp;quot;) continue;&lt;br /&gt;
				handlePreloadError(e.reason);&lt;br /&gt;
			}&lt;br /&gt;
			return e().catch(handlePreloadError);&lt;br /&gt;
		});&lt;br /&gt;
	};&lt;br /&gt;
	function getArticleFromElement(e) {&lt;br /&gt;
		let { articleId: t, articleTitle: n, articleContent: r } = e.dataset;&lt;br /&gt;
		if (!t || !n || !r) return null;&lt;br /&gt;
		return {&lt;br /&gt;
			id: t,&lt;br /&gt;
			title: n,&lt;br /&gt;
			content: atob(r)&lt;br /&gt;
		};&lt;br /&gt;
	}&lt;br /&gt;
	var ArticleDialog;&lt;br /&gt;
	var t = __esmMin((() =&amp;gt; {&lt;br /&gt;
		ArticleDialog = class extends OO.ui.ProcessDialog {&lt;br /&gt;
			constructor(e) {&lt;br /&gt;
				super({&lt;br /&gt;
					size: &amp;quot;large&amp;quot;,&lt;br /&gt;
					data: { title: e.title }&lt;br /&gt;
				});&lt;br /&gt;
				this.article = e;&lt;br /&gt;
			}&lt;br /&gt;
			initialize() {&lt;br /&gt;
				super.initialize();&lt;br /&gt;
				let e = new OO.ui.PanelLayout({&lt;br /&gt;
					expanded: !1,&lt;br /&gt;
					padded: !0,&lt;br /&gt;
					scrollable: !0&lt;br /&gt;
				});&lt;br /&gt;
				e.$element.append(this.article.content);&lt;br /&gt;
				this.$body.append(e.$element);&lt;br /&gt;
				return this;&lt;br /&gt;
			}&lt;br /&gt;
			getActionProcess(e) {&lt;br /&gt;
				switch (e) {&lt;br /&gt;
					case &amp;quot;close&amp;quot;: return new OO.ui.Process(() =&amp;gt; {&lt;br /&gt;
						this.close({ action: &amp;quot;close&amp;quot; });&lt;br /&gt;
					});&lt;br /&gt;
				}&lt;br /&gt;
				return super.getActionProcess(e);&lt;br /&gt;
			}&lt;br /&gt;
		};&lt;br /&gt;
		ArticleDialog.static.name = ArticleDialog.name;&lt;br /&gt;
		ArticleDialog.static.actions = [{&lt;br /&gt;
			action: &amp;quot;close&amp;quot;,&lt;br /&gt;
			flags: &amp;quot;safe&amp;quot;,&lt;br /&gt;
			icon: &amp;quot;close&amp;quot;,&lt;br /&gt;
			label: &amp;quot;Close&amp;quot;&lt;br /&gt;
		}];&lt;br /&gt;
	}));&lt;br /&gt;
	var n = __esmMin((() =&amp;gt; {}));&lt;br /&gt;
	function asyncGeneratorStep(e, t, n, r, i, a, o) {&lt;br /&gt;
		try {&lt;br /&gt;
			var s = e[a](o), c = s.value;&lt;br /&gt;
		} catch (e) {&lt;br /&gt;
			n(e);&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
		s.done ? t(c) : Promise.resolve(c).then(r, i);&lt;br /&gt;
	}&lt;br /&gt;
	function _asyncToGenerator(e) {&lt;br /&gt;
		return function() {&lt;br /&gt;
			var t = this, n = arguments;&lt;br /&gt;
			return new Promise(function(r, i) {&lt;br /&gt;
				var a = e.apply(t, n);&lt;br /&gt;
				function _next(e) {&lt;br /&gt;
					asyncGeneratorStep(a, r, i, _next, _throw, &amp;quot;next&amp;quot;, e);&lt;br /&gt;
				}&lt;br /&gt;
				function _throw(e) {&lt;br /&gt;
					asyncGeneratorStep(a, r, i, _next, _throw, &amp;quot;throw&amp;quot;, e);&lt;br /&gt;
				}&lt;br /&gt;
				_next(void 0);&lt;br /&gt;
			});&lt;br /&gt;
		};&lt;br /&gt;
	}&lt;br /&gt;
	var r = __esmMin((() =&amp;gt; {}));&lt;br /&gt;
	var i = /* @__PURE__ */ __export({}, 1);&lt;br /&gt;
	var a, o;&lt;br /&gt;
	var s = __esmMin((() =&amp;gt; {&lt;br /&gt;
		t();&lt;br /&gt;
		n();&lt;br /&gt;
		r();&lt;br /&gt;
		a = document.querySelectorAll(&amp;quot;.tpl-infopush&amp;quot;);&lt;br /&gt;
		o = new OO.ui.WindowManager();&lt;br /&gt;
		$(document.body).append(o.$element);&lt;br /&gt;
		for (let e of a) {&lt;br /&gt;
			let t = e.querySelector(&amp;quot;.tpl-infopush-content&amp;quot;);&lt;br /&gt;
			let n = t.querySelectorAll(&amp;quot;.tpl-infopush-item&amp;quot;);&lt;br /&gt;
			let r = n.length;&lt;br /&gt;
			for (let e of n) {&lt;br /&gt;
				if (e.querySelector(&amp;quot;a&amp;quot;)) continue;&lt;br /&gt;
				let t = getArticleFromElement(e);&lt;br /&gt;
				if (!t) continue;&lt;br /&gt;
				e.style.cursor = &amp;quot;pointer&amp;quot;;&lt;br /&gt;
				e.addEventListener(&amp;quot;click&amp;quot;, _asyncToGenerator(function* () {&lt;br /&gt;
					if (!(yield o.getWindow(t.id).then(() =&amp;gt; !0).catch(() =&amp;gt; !1))) {&lt;br /&gt;
						let e = new ArticleDialog(t);&lt;br /&gt;
						o.addWindows({ [t.id]: e });&lt;br /&gt;
					}&lt;br /&gt;
					yield o.openWindow(t.id).opening;&lt;br /&gt;
				}));&lt;br /&gt;
			}&lt;br /&gt;
			let i = e.querySelector(&amp;quot;.tpl-infopush-navigation&amp;quot;);&lt;br /&gt;
			let a = 0;&lt;br /&gt;
			function showSlide(e) {&lt;br /&gt;
				a = (e + r) % r;&lt;br /&gt;
				t.style.transform = `translateX(-${a * 100}%)`;&lt;br /&gt;
			}&lt;br /&gt;
			let s;&lt;br /&gt;
			function resetAutoAdvance() {&lt;br /&gt;
				s &amp;amp;&amp;amp; clearInterval(s);&lt;br /&gt;
				s = setInterval(() =&amp;gt; {&lt;br /&gt;
					showSlide(a + 1);&lt;br /&gt;
				}, 5e3);&lt;br /&gt;
			}&lt;br /&gt;
			i.querySelector(&amp;quot;.tpl-infopush-navigation-previous&amp;quot;).addEventListener(&amp;quot;click&amp;quot;, () =&amp;gt; {&lt;br /&gt;
				showSlide(a - 1);&lt;br /&gt;
				resetAutoAdvance();&lt;br /&gt;
			});&lt;br /&gt;
			i.querySelector(&amp;quot;.tpl-infopush-navigation-next&amp;quot;).addEventListener(&amp;quot;click&amp;quot;, () =&amp;gt; {&lt;br /&gt;
				showSlide(a + 1);&lt;br /&gt;
				resetAutoAdvance();&lt;br /&gt;
			});&lt;br /&gt;
			resetAutoAdvance();&lt;br /&gt;
			showSlide(0);&lt;br /&gt;
		}&lt;br /&gt;
	}));&lt;br /&gt;
	isPage([&amp;quot;Template:MainPageInfopush&amp;quot;, &amp;quot;Main_Page&amp;quot;]) &amp;amp;&amp;amp; mw.loader.using([&amp;quot;oojs-ui-core&amp;quot;, &amp;quot;oojs-ui-windows&amp;quot;]).then(() =&amp;gt; __vitePreload(() =&amp;gt; Promise.resolve().then(() =&amp;gt; (s(), i)), void 0, {}.url));&lt;br /&gt;
	var c = document.createElement(&amp;quot;script&amp;quot;);&lt;br /&gt;
	c.setAttribute(&amp;quot;defer&amp;quot;, &amp;quot;defer&amp;quot;);&lt;br /&gt;
	c.setAttribute(&amp;quot;data-domain&amp;quot;, &amp;quot;wiki.vrchat.com&amp;quot;);&lt;br /&gt;
	c.setAttribute(&amp;quot;event-page-name&amp;quot;, mw.config.get(&amp;quot;wgTitle&amp;quot;));&lt;br /&gt;
	c.setAttribute(&amp;quot;event-page-language&amp;quot;, mw.config.get(&amp;quot;wgPageContentLanguage&amp;quot;));&lt;br /&gt;
	var l = mw.config.get(&amp;quot;wgFormattedNamespaces&amp;quot;);&lt;br /&gt;
	c.setAttribute(&amp;quot;event-page-namespace&amp;quot;, l[mw.config.get(&amp;quot;wgNamespaceNumber&amp;quot;)]);&lt;br /&gt;
	c.setAttribute(&amp;quot;event-theme&amp;quot;, mw.config.get(&amp;quot;skin&amp;quot;));&lt;br /&gt;
	c.setAttribute(&amp;quot;event-action&amp;quot;, mw.config.get(&amp;quot;wgAction&amp;quot;));&lt;br /&gt;
	c.setAttribute(&amp;quot;event-is-logged-in&amp;quot;, String(mw.config.get(&amp;quot;wgUserName&amp;quot;) !== null));&lt;br /&gt;
	var u = mw.config.get(&amp;quot;wgUserGroups&amp;quot;);&lt;br /&gt;
	var d = u.includes(&amp;quot;community-mod&amp;quot;) || u.includes(&amp;quot;moderator&amp;quot;) || u.includes(&amp;quot;sysop&amp;quot;);&lt;br /&gt;
	c.setAttribute(&amp;quot;event-is-maintainer&amp;quot;, String(d));&lt;br /&gt;
	c.src = &amp;quot;https://plausible.io/js/script.pageview-props.outbound-links.js&amp;quot;;&lt;br /&gt;
	document.head.appendChild(c);&lt;br /&gt;
	var f = &amp;quot;p-userpagetools&amp;quot;;&lt;br /&gt;
	function lowercaseFirst(e) {&lt;br /&gt;
		return e.charAt(0).toLowerCase() + e.slice(1);&lt;br /&gt;
	}&lt;br /&gt;
	if (mw.util.isPortletVisible(f)) {&lt;br /&gt;
		var p;&lt;br /&gt;
		let e = lowercaseFirst(mw.config.get(&amp;quot;wgPageName&amp;quot;).split(&amp;quot;:&amp;quot;)[1]);&lt;br /&gt;
		mw.util.addPortletLink(f, `https://vrchat.com/home/user/${e}`, &amp;quot;VRChat profile&amp;quot;);&lt;br /&gt;
	}&lt;br /&gt;
})();&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=User_talk:Usr_7207d9c4-f754-484d-932e-dbcf4558b012&amp;diff=53044</id>
		<title>User talk:Usr 7207d9c4-f754-484d-932e-dbcf4558b012</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=User_talk:Usr_7207d9c4-f754-484d-932e-dbcf4558b012&amp;diff=53044"/>
		<updated>2025-11-25T10:18:34Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: /* Misuse of file uploads */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Misuse of file uploads ==&lt;br /&gt;
&lt;br /&gt;
Your image [[:File:Screenshot 2025-11-18 194335.png|Screenshot 2025-11-18 194335.png]] was not relevant to the wiki, and a misuse of the file upload system. Please follow the [[VRCWiki:Guidelines]], or else further action will be taken against your account per our [[VRCWiki:Disciplinary_policy]]. Thank you. [[User:Usr 6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247]] ([[User talk:Usr 6b189dbf-f096-47d0-afbd-136782d7014b|talk]]) 10:18, 25 November 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Boops&amp;diff=52958</id>
		<title>Boops</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Boops&amp;diff=52958"/>
		<updated>2025-11-22T05:59:44Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added note of potential interest that the boop emoji explosion is only visible to the recipient, and not to others in the room.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
{{Infobox/Feature&lt;br /&gt;
|name=Boops&lt;br /&gt;
|image=&lt;br /&gt;
|platforms= PC, Android, iOS&lt;br /&gt;
|vrchatplus= Required for custom emoji&lt;br /&gt;
|branch_live_date = 03 Nov 2025&lt;br /&gt;
|branch_live_version = 2025.4.1&lt;br /&gt;
|branch_live_releasenote = https://docs.vrchat.com/docs/vrchat-202541&lt;br /&gt;
|branch_openbeta_date = October 16, 2025&lt;br /&gt;
|branch_openbeta_version = 2025.4.1 - Build 1744&lt;br /&gt;
|branch_openbeta_releasenote = https://docs.vrchat.com/docs/vrchat-202541-openbeta&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Boops&#039;&#039;&#039; is a [[Social|social]] feature, allowing users to send a &amp;quot;boop&amp;quot; to friends, with an attached [[emoji]]. The recipient will be notified having received a Boop, with a notification and a Boop Explosion if attached with an emoji.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
[[File:Boop Button.png|thumb|Boop button on a user profile.|170x170px]]&lt;br /&gt;
Boops can be sent in-client by viewing a profile on either the [[Main Menu]] or [[Quick Menu]] or, and selecting the &#039;&#039;&#039;&amp;quot;Boop&amp;quot;&#039;&#039;&#039; button. They also be sent through the mobile companion app &amp;lt;small&amp;gt;(Android only)&amp;lt;/small&amp;gt; by selecting the button with the boop icon on a user&#039;s profile. These buttons will bring up an emoji selector, that sorts emoji by category. &lt;br /&gt;
&lt;br /&gt;
Users can choose a default emoji to attach along with the boop, and [[VRC+]] subscribers have the option to attach custom emoji. When sent, the recipient will receive a notification showing that they have been booped. If the boop is attached with an emoji, when the recipient opens up their notifications tab, it will play a Boop Explosion which is only visible to the recipient.&lt;br /&gt;
&lt;br /&gt;
Boop Explosions are a particle effect that &amp;quot;blasts&amp;quot; multiple of the sent emoji in front of their [[Avatars|avatar]].&lt;br /&gt;
&lt;br /&gt;
Boops cannot be sent again if the recipient hasn&#039;t acknowledged the boop.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
Some [[settings]] are available for Boops. These are located in the Settings page, on the User Interface tab, under the Notifications heading.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Send and Receive Boops&#039;&#039;&#039; - Toggles the ability to send and receive Boops&lt;br /&gt;
* &#039;&#039;&#039;Boop Emoji Effect&#039;&#039;&#039; - Toggles the emoji particle effect when you receive Boops&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Send and Receive Boops&amp;quot; setting is also available in the mobile companion app &amp;lt;small&amp;gt;(Android only).&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
===Initial introduction in 2024===&lt;br /&gt;
&lt;br /&gt;
Booping was initially revealed in the [https://ask.vrchat.com/t/developer-update-30-may-2024/24821 May 30th, 2024&#039;s Developer Update], allowing friends to send a &amp;quot;boop&amp;quot; to each other. This could have been attached with any emoji. &lt;br /&gt;
&lt;br /&gt;
The feature was implemented into the [[Special:MyLanguage/Open Beta|Open Beta]] branch on June 6th, 2024 for twelve days. The feature was never released to Live, and was only an Open Beta feature. Due to mixed community reception, the feature was removed on June 18th with the [https://discord.com/channels/189511567539306508/503009489486872583/1252764858256986195 following message] on the official VRChat Discord:&lt;br /&gt;
&lt;br /&gt;
{{Quote|&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;No Booping No More&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you were paying attention to previous builds, you might&#039;ve noticed there&#039;s something missing from this update: Booping. That&#039;s intentional. While we were excited about testing the feature, it was clear that folks weren&#039;t into it.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;We&#039;re not interested in forcing a feature on the community that they&#039;re not into, so we&#039;re pulling it. In the future, we might try testing a reworked version of Booping, but it&#039;s unlikely to be something we try for awhile.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;While it didn&#039;t quite go the way we wanted it to, we still appreciate the candid and honest feedback from the community.&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Re-introduction in 2025===&lt;br /&gt;
&lt;br /&gt;
On October 16, 2025, the Boops feature was re-introduced to the 2025.4.1&amp;lt;ref&amp;gt;[https://docs.vrchat.com/docs/vrchat-202541-openbeta &amp;quot;VRChat 2025.4.1 (Open Beta)&amp;quot;] on &#039;&#039;[[docs.vrchat.com]]&#039;&#039;. Dated October 16, 2025. Retrieved October 16, 2025.&amp;lt;/ref&amp;gt; Open Beta, from subsequent community feedback from users who enjoyed the feature. The [https://discord.com/channels/189511567539306508/503009489486872583/1428512388369485895 following message] on the VRChat Discord server was posted:&lt;br /&gt;
&lt;br /&gt;
{{Quote|&#039;&#039;&#039;&#039;&#039;Boops are BACK!&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Boops are back! You might remember this feature from last year, when we tried it out in Open Beta... only to decide that it wasn&#039;t quite ready yet.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;After we announced we pulled it, people immediately wanted it back! Well, it took a hot second, but here it is again!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Booping is a feature that allows you to send &amp;quot;Boops&amp;quot; to their friends! They can attach any emoji to their Boop! VRC+ subscribers can even attach custom and animated emojis.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;When the recipient opens their notifications, they&#039;ll see a Boop Explosion containing all of the Boops they&#039;ve just received!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Boops can be sent by opening the User Details page in either the Quick Menu or Main Menu in the Client and tapping the new Boop button. They can also be sent also from within the mobile apps.&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
On November 3, 2025, Boops became fully integrated with the VRChat client for the 2025.4.1&amp;lt;ref&amp;gt;[https://docs.vrchat.com/docs/vrchat-202541 &amp;quot;VRChat 2025.4.1&amp;quot;] on &#039;&#039;[[docs.vrchat.com]]&#039;&#039;. Dated November 3, 2025. Retrieved November 3, 2025.&amp;lt;/ref&amp;gt; update.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Social]]&lt;br /&gt;
* [[Emoji]]&lt;br /&gt;
* [[Stickers]]&lt;br /&gt;
* [[Removed Features]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[[Category:Features{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRChat_Team&amp;diff=52951</id>
		<title>VRChat Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRChat_Team&amp;diff=52951"/>
		<updated>2025-11-21T20:57:14Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added official page notice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
This is a non-exhaustive list of notable individuals who are or have been a part of the &#039;&#039;&#039;VRChat Team&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;!-- Do not edit this page to include anyone else, as these are the only team members that we have explicit permission to list. Page will be marked as protected and monitored. --&amp;gt;&lt;br /&gt;
== Co-founders ==&lt;br /&gt;
&lt;br /&gt;
* Graham Gaylor&amp;lt;ref name=&amp;quot;introductions-graham-jesse&amp;quot;/&amp;gt;&lt;br /&gt;
* Jesse Joudrey&amp;lt;ref name=&amp;quot;introductions-graham-jesse&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Community Team ==&lt;br /&gt;
&lt;br /&gt;
=== FlareRune ===&lt;br /&gt;
&lt;br /&gt;
Flare (they/them), managing all social media channels.&lt;br /&gt;
&lt;br /&gt;
* [https://bsky.app/profile/flarechess.bsky.social flarechess.bsky.social] at Bluesky&lt;br /&gt;
* [https://x.com/flarechess flarechess] at X&lt;br /&gt;
&lt;br /&gt;
=== Strasz ===&lt;br /&gt;
&lt;br /&gt;
Strasz (they/them), often referenced as patch notes vtuber.&lt;br /&gt;
&lt;br /&gt;
* [https://bsky.app/profile/strasz.bsky.social strasz.bsky.social] at Bluesky&lt;br /&gt;
* [https://x.com/straszvr straszvr] at X&lt;br /&gt;
&lt;br /&gt;
=== Tupper ===&lt;br /&gt;
&lt;br /&gt;
[[File:Tupper.jpeg|thumb|Tupper&#039;s &amp;quot;work avatar&amp;quot;&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;/&amp;gt;.|250x250px]]&lt;br /&gt;
Tupper (he/him) is the current Head of Community at VRChat. He joined VRChat as an email support agent in January 2018&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;/&amp;gt; and was later promoted to Head of Community allegedly through a &amp;quot;virtual&amp;quot; note from [[#Graham Gaylor|Graham Gaylor]], one of VRChat&#039;s co-founders.&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://bsky.app/profile/dtupper.com dtupper.com] at Bluesky&lt;br /&gt;
* [https://x.com/dtupper dtupper] at X&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;introductions-graham-jesse&amp;quot;&amp;gt;&#039;[https://www.awexr.com/hall-of-fame/90-graham-gaylor-and-jesse-joudrey Graham Gaylor and Jesse Joudrey VRChat Creators]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;&amp;gt;&#039;[https://ask.vrchat.com/t/introductions-tupper/22322 Introductions - Tupper]&#039; on the [https://ask.vrchat.com/ Ask Forums]; retrieved September 25, 2024&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRChat_Team&amp;diff=52950</id>
		<title>VRChat Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRChat_Team&amp;diff=52950"/>
		<updated>2025-11-21T20:39:08Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Protected &amp;quot;VRChat Team&amp;quot;: VRC Staff request: The included individuals are specifically allowed to be mentioned, and should not be altered without their approval. ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a non-exhaustive list of notable individuals who are or have been a part of the &#039;&#039;&#039;VRChat Team&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;!-- Do not edit this page to include anyone else, as these are the only team members that we have explicit permission to list. Page will be marked as protected and monitored. --&amp;gt;&lt;br /&gt;
== Co-founders ==&lt;br /&gt;
&lt;br /&gt;
* Graham Gaylor&amp;lt;ref name=&amp;quot;introductions-graham-jesse&amp;quot;/&amp;gt;&lt;br /&gt;
* Jesse Joudrey&amp;lt;ref name=&amp;quot;introductions-graham-jesse&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Community Team ==&lt;br /&gt;
&lt;br /&gt;
=== FlareRune ===&lt;br /&gt;
&lt;br /&gt;
Flare (they/them), managing all social media channels.&lt;br /&gt;
&lt;br /&gt;
* [https://bsky.app/profile/flarechess.bsky.social flarechess.bsky.social] at Bluesky&lt;br /&gt;
* [https://x.com/flarechess flarechess] at X&lt;br /&gt;
&lt;br /&gt;
=== Strasz ===&lt;br /&gt;
&lt;br /&gt;
Strasz (they/them), often referenced as patch notes vtuber.&lt;br /&gt;
&lt;br /&gt;
* [https://bsky.app/profile/strasz.bsky.social strasz.bsky.social] at Bluesky&lt;br /&gt;
* [https://x.com/straszvr straszvr] at X&lt;br /&gt;
&lt;br /&gt;
=== Tupper ===&lt;br /&gt;
&lt;br /&gt;
[[File:Tupper.jpeg|thumb|Tupper&#039;s &amp;quot;work avatar&amp;quot;&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;/&amp;gt;.|250x250px]]&lt;br /&gt;
Tupper (he/him) is the current Head of Community at VRChat. He joined VRChat as an email support agent in January 2018&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;/&amp;gt; and was later promoted to Head of Community allegedly through a &amp;quot;virtual&amp;quot; note from [[#Graham Gaylor|Graham Gaylor]], one of VRChat&#039;s co-founders.&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://bsky.app/profile/dtupper.com dtupper.com] at Bluesky&lt;br /&gt;
* [https://x.com/dtupper dtupper] at X&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;introductions-graham-jesse&amp;quot;&amp;gt;&#039;[https://www.awexr.com/hall-of-fame/90-graham-gaylor-and-jesse-joudrey Graham Gaylor and Jesse Joudrey VRChat Creators]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;&amp;gt;&#039;[https://ask.vrchat.com/t/introductions-tupper/22322 Introductions - Tupper]&#039; on the [https://ask.vrchat.com/ Ask Forums]; retrieved September 25, 2024&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRChat_Team&amp;diff=52949</id>
		<title>VRChat Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRChat_Team&amp;diff=52949"/>
		<updated>2025-11-21T20:37:09Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Recreating from previous version, but trimmed to only approved mentions.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a non-exhaustive list of notable individuals who are or have been a part of the &#039;&#039;&#039;VRChat Team&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;!-- Do not edit this page to include anyone else, as these are the only team members that we have explicit permission to list. Page will be marked as protected and monitored. --&amp;gt;&lt;br /&gt;
== Co-founders ==&lt;br /&gt;
&lt;br /&gt;
* Graham Gaylor&amp;lt;ref name=&amp;quot;introductions-graham-jesse&amp;quot;/&amp;gt;&lt;br /&gt;
* Jesse Joudrey&amp;lt;ref name=&amp;quot;introductions-graham-jesse&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Community Team ==&lt;br /&gt;
&lt;br /&gt;
=== FlareRune ===&lt;br /&gt;
&lt;br /&gt;
Flare (they/them), managing all social media channels.&lt;br /&gt;
&lt;br /&gt;
* [https://bsky.app/profile/flarechess.bsky.social flarechess.bsky.social] at Bluesky&lt;br /&gt;
* [https://x.com/flarechess flarechess] at X&lt;br /&gt;
&lt;br /&gt;
=== Strasz ===&lt;br /&gt;
&lt;br /&gt;
Strasz (they/them), often referenced as patch notes vtuber.&lt;br /&gt;
&lt;br /&gt;
* [https://bsky.app/profile/strasz.bsky.social strasz.bsky.social] at Bluesky&lt;br /&gt;
* [https://x.com/straszvr straszvr] at X&lt;br /&gt;
&lt;br /&gt;
=== Tupper ===&lt;br /&gt;
&lt;br /&gt;
[[File:Tupper.jpeg|thumb|Tupper&#039;s &amp;quot;work avatar&amp;quot;&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;/&amp;gt;.|250x250px]]&lt;br /&gt;
Tupper (he/him) is the current Head of Community at VRChat. He joined VRChat as an email support agent in January 2018&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;/&amp;gt; and was later promoted to Head of Community allegedly through a &amp;quot;virtual&amp;quot; note from [[#Graham Gaylor|Graham Gaylor]], one of VRChat&#039;s co-founders.&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://bsky.app/profile/dtupper.com dtupper.com] at Bluesky&lt;br /&gt;
* [https://x.com/dtupper dtupper] at X&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;introductions-graham-jesse&amp;quot;&amp;gt;&#039;[https://www.awexr.com/hall-of-fame/90-graham-gaylor-and-jesse-joudrey Graham Gaylor and Jesse Joudrey VRChat Creators]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;introductions-tupper&amp;quot;&amp;gt;&#039;[https://ask.vrchat.com/t/introductions-tupper/22322 Introductions - Tupper]&#039; on the [https://ask.vrchat.com/ Ask Forums]; retrieved September 25, 2024&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-how-to-contribute/es&amp;diff=51915</id>
		<title>MediaWiki:Sidebar-how-to-contribute/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-how-to-contribute/es&amp;diff=51915"/>
		<updated>2025-11-12T06:32:47Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Spanish translation by Sakuuh&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cómo contribuir&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-contributing/es&amp;diff=51914</id>
		<title>MediaWiki:Sidebar-contributing/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-contributing/es&amp;diff=51914"/>
		<updated>2025-11-12T06:32:14Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Spanish translation by Sakuuh&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contribuir&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-contributing/fr&amp;diff=51913</id>
		<title>MediaWiki:Sidebar-contributing/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-contributing/fr&amp;diff=51913"/>
		<updated>2025-11-12T06:21:32Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: French translation provided by Dr. Fox²&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contribuer&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-how-to-contribute/fr&amp;diff=51912</id>
		<title>MediaWiki:Sidebar-how-to-contribute/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-how-to-contribute/fr&amp;diff=51912"/>
		<updated>2025-11-12T06:20:33Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: French translation provided by Dr. Fox²&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Comment contribuer&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-messages&amp;diff=51911</id>
		<title>MediaWiki:Sidebar-messages</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-messages&amp;diff=51911"/>
		<updated>2025-11-12T06:17:51Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;sidebar-contributing sidebar-contributor-hub sidebar-how-to-contribute sidebar-official-links sidebar-vrchat-website sidebar-vrchat-forums sidebar-official-guides sidebar-getting-started sidebar-controls sidebar-menus sidebar-worlds sidebar-avatars sidebar-groups sidebar-safety sidebar-resources sidebar-troubleshooting sidebar-faq sidebar-community-content sidebar-guides sidebar-resources&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-contributing/ja&amp;diff=51910</id>
		<title>MediaWiki:Sidebar-contributing/ja</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-contributing/ja&amp;diff=51910"/>
		<updated>2025-11-12T05:15:22Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Japanese translation by !Mika&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;貢献&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-how-to-contribute/ja&amp;diff=51909</id>
		<title>MediaWiki:Sidebar-how-to-contribute/ja</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Sidebar-how-to-contribute/ja&amp;diff=51909"/>
		<updated>2025-11-12T04:46:00Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Japanese translation by !Mika&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;貢献する方法&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44768</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44768"/>
		<updated>2025-09-21T18:21:45Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Moved naqtn to on hiatus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Aries&#039;}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_3f2b93b8-ef3b-4969-b4fd-082903e02120|AcarajéNordestino}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_10f065f8-52ed-429c-83e4-16c62ea2f360|KeruAvali}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&lt;br /&gt;
* {{User|usr_746d9294-8fa9-42df-bb0b-7fdbf0def3f3|雨可韓韓 Yucohanhan}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44751</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44751"/>
		<updated>2025-09-20T21:57:11Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Set casperillion as on hiatus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Aries&#039;}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_3f2b93b8-ef3b-4969-b4fd-082903e02120|AcarajéNordestino}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_10f065f8-52ed-429c-83e4-16c62ea2f360|KeruAvali}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&lt;br /&gt;
* {{User|usr_746d9294-8fa9-42df-bb0b-7fdbf0def3f3|雨可韓韓 Yucohanhan}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44750</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44750"/>
		<updated>2025-09-20T19:41:02Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Moved Weisz to on hiatus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Aries&#039;}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_3f2b93b8-ef3b-4969-b4fd-082903e02120|AcarajéNordestino}}&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_10f065f8-52ed-429c-83e4-16c62ea2f360|KeruAvali}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&lt;br /&gt;
* {{User|usr_746d9294-8fa9-42df-bb0b-7fdbf0def3f3|雨可韓韓 Yucohanhan}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44748</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44748"/>
		<updated>2025-09-20T18:34:45Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Moved ~Spades~ to on hiatus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Aries&#039;}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_3f2b93b8-ef3b-4969-b4fd-082903e02120|AcarajéNordestino}}&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_10f065f8-52ed-429c-83e4-16c62ea2f360|KeruAvali}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&lt;br /&gt;
* {{User|usr_746d9294-8fa9-42df-bb0b-7fdbf0def3f3|雨可韓韓 Yucohanhan}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44729</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44729"/>
		<updated>2025-09-20T18:25:15Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Moved jellejurre to on hiatus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Aries&#039;}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_3f2b93b8-ef3b-4969-b4fd-082903e02120|AcarajéNordestino}}&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_10f065f8-52ed-429c-83e4-16c62ea2f360|KeruAvali}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&lt;br /&gt;
* {{User|usr_746d9294-8fa9-42df-bb0b-7fdbf0def3f3|雨可韓韓 Yucohanhan}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44147</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=44147"/>
		<updated>2025-09-17T01:14:32Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Adding KeruAvali, who was missing from the Maintainers list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Aries&#039;}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_3f2b93b8-ef3b-4969-b4fd-082903e02120|AcarajéNordestino}}&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_10f065f8-52ed-429c-83e4-16c62ea2f360|KeruAvali}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&lt;br /&gt;
* {{User|usr_746d9294-8fa9-42df-bb0b-7fdbf0def3f3|雨可韓韓 Yucohanhan}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=41108</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=41108"/>
		<updated>2025-08-05T23:18:24Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added AcarajéNordestino to the Maintainers team&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Aries&#039;}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_3f2b93b8-ef3b-4969-b4fd-082903e02120|AcarajéNordestino}}&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&lt;br /&gt;
* {{User|usr_746d9294-8fa9-42df-bb0b-7fdbf0def3f3|雨可韓韓 Yucohanhan}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=29057</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=29057"/>
		<updated>2025-04-06T06:22:24Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added 雨可韓韓 Yucohanhan to the Maintainer team&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Arie²}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&lt;br /&gt;
* {{User|usr_746d9294-8fa9-42df-bb0b-7fdbf0def3f3|雨可韓韓 Yucohanhan}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=List_of_April_Fools%27_Day_jokes&amp;diff=28789</id>
		<title>List of April Fools&#039; Day jokes</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=List_of_April_Fools%27_Day_jokes&amp;diff=28789"/>
		<updated>2025-04-02T06:26:32Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added Not Furality˸ F․Y․N․N․&amp;#039;s Gym world to list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
{{Stub|You can [[VRCWiki:How to Contribute|contribute]], by expanding and proofreading this article, in accordance with the [[VRCWiki:Manual of Style|Manual of Style]].}}&lt;br /&gt;
&lt;br /&gt;
This page lists all of VRChat&#039;s [[wikipedia:April Fools&#039; Day|April Fools&#039; Day]] jokes.&lt;br /&gt;
&lt;br /&gt;
==2022==&lt;br /&gt;
&lt;br /&gt;
=== Joke Jam ===&lt;br /&gt;
On March 21, 2022, VRChat announced the [[Events#Joke Jam|Joke Jam]] world jam, which give creators a week to make a world using a jam-specific Bop System. This Bop System would track the total amount of &amp;quot;bops&amp;quot; users made, per world. This Bop System was an alpha test of Udon Analytics; an analytics system for creators. &lt;br /&gt;
&lt;br /&gt;
The theme of this jam was &amp;quot;jokes&amp;quot; and submissions coincidentally ended on April 1st. On the same day, a Joke Jam world row went live.&lt;br /&gt;
&lt;br /&gt;
==2024==&lt;br /&gt;
&lt;br /&gt;
=== Clock ===&lt;br /&gt;
{{Thumb|{{YouTube|wt6MOiLjFVY}}|2024 April Fools day video.&amp;lt;ref&amp;gt;[https://www.youtube.com/watch?v=wt6MOiLjFVY 2024-04-01 CLASSIFIED] on &#039;&#039;YouTube&#039;&#039;.&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
For April Fools 2024, VRChat made a video introducing a new clock features on the [[Quick Menu]]. This clock menu adds a bunch of non-standard and less than useful clocks and time formats.&lt;br /&gt;
&lt;br /&gt;
=== VRRat Text Adventure ===&lt;br /&gt;
&lt;br /&gt;
==2025==&lt;br /&gt;
===VRChat Home===&lt;br /&gt;
[[File:AprilFools2025VRChatHome.png|thumb|VRRat on a cheese in the VRChat Home]]&lt;br /&gt;
The [[VRChat Home]] has been updated to include a spinning cheese with VRRat walking on it.&lt;br /&gt;
&lt;br /&gt;
===VRRat Community Takeover===&lt;br /&gt;
Many worlds were &amp;quot;taken over&amp;quot; by VRRat. There were a total of 60 worlds with the &amp;lt;code&amp;gt;admin_vrrat_community_takeover&amp;lt;/code&amp;gt; tag.&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;&lt;br /&gt;
!World&lt;br /&gt;
!World Name Change&lt;br /&gt;
!World Link&lt;br /&gt;
!Author&lt;br /&gt;
|-&lt;br /&gt;
|A Simple Fishing World&lt;br /&gt;
|A Simple Fishing World&lt;br /&gt;
|{{World link|wrld_ab93c6a0-d158-4e07-88fe-f8f222018faa|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_817014e0-1065-4a30-9623-984370ce28a9 Puppet~]&lt;br /&gt;
|-&lt;br /&gt;
|Antiheat&#039;s Apartment&lt;br /&gt;
|Antiheat&#039;s Apartment - RAT.0&lt;br /&gt;
|{{World link|wrld_424c75c2-533c-4922-be0d-cd13c6aa6d6f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_a5065e89-f02f-4e2c-92e7-b95219e2fb84 Antiheat]&lt;br /&gt;
|-&lt;br /&gt;
|Black Fire&lt;br /&gt;
|Rats Fire&lt;br /&gt;
|{{World link|wrld_e51e964f-8b15-41a4-af76-5af156abbaef|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b436a003-9dd6-4abb-9889-60eb762978b3 Bloomin&#039;]&lt;br /&gt;
|-&lt;br /&gt;
|≺ ≻ ≺ CASINO&lt;br /&gt;
|≺ ≻ ≺ CASINO&lt;br /&gt;
|{{World link|wrld_991916a7-6c03-422f-9fe5-cd74f7d796b8|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_49d33687-b34d-404e-ade0-05a320e59e45 _spidget]&lt;br /&gt;
|-&lt;br /&gt;
|Shiba Paradise&lt;br /&gt;
|Cheese Paradise&lt;br /&gt;
|{{World link|wrld_c5bb614d-130e-40e1-9180-dd4037a2c6df|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_9a931699-442a-41b6-9d19-669d932065b3 Pikapetey]&lt;br /&gt;
|-&lt;br /&gt;
|Cecilia&#039;s Not Just-Ice Shop&lt;br /&gt;
|Cecilia&#039;s Not Just-Cheese Shop&lt;br /&gt;
|{{World link|wrld_2e7f8a7d-1875-476d-a568-28dc76943387|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_976270b1-8c7b-4554-ab64-7fd741623c5c zbakes]&lt;br /&gt;
|-&lt;br /&gt;
|Cuddle &amp;amp; Sleep&lt;br /&gt;
|Cuddle &amp;amp; Sleep&lt;br /&gt;
|{{World link|wrld_7a0c95e2-476c-4655-9b4e-7380933c4fd3|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_64e644e6-8fed-4248-8be2-cf0306d96149 「Cuddle」]&lt;br /&gt;
|-&lt;br /&gt;
|Cuddle?&lt;br /&gt;
|Cuddle?&lt;br /&gt;
|{{World link|wrld_2369e4d0-6d74-4b5f-b5df-743bd8c41cef|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_64e644e6-8fed-4248-8be2-cf0306d96149 「Cuddle」]&lt;br /&gt;
|-&lt;br /&gt;
|Drinking Night&lt;br /&gt;
|Drinking Night&lt;br /&gt;
|{{World link|wrld_4a65ba53-d8df-40a7-b67d-30c63bff0e95|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_031b2e1e-051d-4714-b658-8bd39292a2ee Rackshaw]&lt;br /&gt;
|-&lt;br /&gt;
|EvolvedAnt Arcade&lt;br /&gt;
|EvolvedAnt Arcade&lt;br /&gt;
|{{World link|wrld_b7acb016-d29f-498b-9d40-0b9a6c38a820|}}&lt;br /&gt;
|[https://vrchat.com/home/user/EtputLEmTm EvolvedAnt]&lt;br /&gt;
|-&lt;br /&gt;
|Faceman&#039;s Domain&lt;br /&gt;
|Faceman&#039;s Domain&lt;br /&gt;
|{{World link|wrld_d686f685-551b-4f9c-b44f-c991712f8952|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_0a653cc0-86ba-44a2-b375-d8c9ae046dc4 Salena]&lt;br /&gt;
|-&lt;br /&gt;
|FiveSkies&lt;br /&gt;
|FiveSkies&lt;br /&gt;
|{{World link|wrld_e933926e-debb-4710-9e70-be164359fce4|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b59f5fa2-380e-4ced-a73d-86245a1fa27f Juice․․․]&lt;br /&gt;
|-&lt;br /&gt;
|FoxHole&lt;br /&gt;
|FoxHole&lt;br /&gt;
|{{World link|wrld_af573b98-483c-4532-9ea7-07c8ee613322|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_2a667fa2-e37d-4af3-8b2c-35c44fc13400 FoxSerito]&lt;br /&gt;
|-&lt;br /&gt;
|French Vibes &amp;lt;nowiki&amp;gt;[FR]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|French Vibes &amp;lt;nowiki&amp;gt;[FR]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|{{World link|wrld_a4059cdf-d617-4605-8a74-cfe177b4b2b4|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_0a72e939-7dde-48f6-ae08-4235f8126c5a xCommando]&lt;br /&gt;
|-&lt;br /&gt;
|Fruit Attack&lt;br /&gt;
|Fruit Attack&lt;br /&gt;
|{{World link|wrld_3259181d-ad5b-4a42-841f-28603ff0713c|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_1d269c3b-8c74-41c7-b60e-b3454ebd6f97 Bеtty]&lt;br /&gt;
|-&lt;br /&gt;
|Furry Hideout&lt;br /&gt;
|Furry Hideout&lt;br /&gt;
|{{World link|wrld_4b341546-65ff-4607-9d38-5b7f8f405132|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_bacb7ae8-4774-4dc0-84da-ce25e35d5bad Lt_Shadow]&lt;br /&gt;
|-&lt;br /&gt;
|Furry Karaoke&lt;br /&gt;
|Furry Karaoke&lt;br /&gt;
|{{World link|wrld_7416746a-9a5f-4d49-8135-2ff55388b09d|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_31f3cde3-b4d3-41be-8e2a-de69d9cf5c53 Dustuu]&lt;br /&gt;
|-&lt;br /&gt;
|Furry Talk and Chill&lt;br /&gt;
|Furry Talk and Cheese&lt;br /&gt;
|{{World link|wrld_e76f0ce1-8b2f-4fd7-a6ac-84443d6f26f1|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_a198dd29-c58d-47ba-ac33-f99bb2c69ee9 ~bandit~]&lt;br /&gt;
|-&lt;br /&gt;
|Game Show Hub&lt;br /&gt;
|Game Show Hub&lt;br /&gt;
|{{World link|wrld_71f57e47-6a98-48be-888d-2772986f1622|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_f721ccb0-60e2-4ee9-b0b7-b1c2898c4adc GSGenesis]&lt;br /&gt;
|-&lt;br /&gt;
|Haxy&#039;s Airship&lt;br /&gt;
|Haxy&#039;s Airship&lt;br /&gt;
|{{World link|wrld_fad05c2a-76fd-4ca5-a2fc-c1b451ec1379|}}&lt;br /&gt;
|[https://vrchat.com/home/user/qYZJsbJRqA Haxy]&lt;br /&gt;
|-&lt;br /&gt;
|Idle Home&lt;br /&gt;
|Idle Home&lt;br /&gt;
|{{World link|wrld_c16e4dee-d149-4116-adbc-16bc30b664b0|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_3a891b48-1112-4618-8a53-b6a22bcb9661 Maki Maki]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:Jetski Rush|Jetski Rush]]&lt;br /&gt;
|Jetski Rush&lt;br /&gt;
|{{World link|wrld_2ad5bb30-adf7-4de1-ba50-ae9b6b4689fe|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_1e18f38e-4219-4193-b392-b3a6c2f83c3d Quap]&lt;br /&gt;
|-&lt;br /&gt;
|Just B Club 4․0&lt;br /&gt;
|Just B Club 4.0&lt;br /&gt;
|{{World link|wrld_3c231334-2f20-442f-924c-a504d9f98543|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_39e5d4e7-3989-493b-8b76-bed58a6fddd3 Blue-kun]&lt;br /&gt;
|-&lt;br /&gt;
|Karaoke in Syncǃ&lt;br /&gt;
|Karaoke in Syncǃ&lt;br /&gt;
|{{World link|wrld_a0ea27f8-f530-44f9-8461-4c343ddabf17|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_4cb5a109-2aa6-4a0d-933b-244388260586 CMajor7]&lt;br /&gt;
|-&lt;br /&gt;
|Kawaii Condo&lt;br /&gt;
|Kawaii Condo&lt;br /&gt;
|{{World link|wrld_709aab8c-6493-44c7-826a-175dc0bd4d07|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_78fbecf0-04d3-4e0f-927f-15290711d756 sillybit]&lt;br /&gt;
|-&lt;br /&gt;
|Let Me Cook&lt;br /&gt;
|Let Me Cook&lt;br /&gt;
|{{World link|wrld_04c13e07-c5d5-4447-bb0c-f48575edf76d|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_1d269c3b-8c74-41c7-b60e-b3454ebd6f97 Bеtty]&lt;br /&gt;
|-&lt;br /&gt;
|Life Drawing&lt;br /&gt;
|Life Drawing&lt;br /&gt;
|{{World link|wrld_9ca4e522-f903-4900-8a7c-103371245304|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_8fc0cdcd-75ad-4a36-98b9-3f201dc6f33d Tokkio]&lt;br /&gt;
|-&lt;br /&gt;
|LPD Station&lt;br /&gt;
|LPD Station&lt;br /&gt;
|{{World link|wrld_e3b09d06-70c4-4cf0-abab-91bfbea5fcfd|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_62b15e03-10a7-485a-8421-2ea66c43531e Karet]&lt;br /&gt;
|-&lt;br /&gt;
|Magic Freeze Tag&lt;br /&gt;
|Magic Cheese Tag&lt;br /&gt;
|{{World link|wrld_b2c574c6-9a6e-4bcc-b74e-1284070c324f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/LyCh6jlK6X Jar]&lt;br /&gt;
|-&lt;br /&gt;
|Magnetize&lt;br /&gt;
|Magnetize&lt;br /&gt;
|{{World link|wrld_e070034f-da8c-4b00-b0f7-1fc66cf85d02|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b59f5fa2-380e-4ced-a73d-86245a1fa27f Juice․․․]&lt;br /&gt;
|-&lt;br /&gt;
|Mobility_TestWorld˸ Catch the UFO updateǃ&lt;br /&gt;
|Mobility_TestWorld˸ Catch the UFO updateǃ&lt;br /&gt;
|{{World link|wrld_03366626-ba84-47c2-af10-0bdbedeb1269|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_9e03e220-4ab6-4113-83a5-b7c5e3b5e0fb Ren_Ookami]&lt;br /&gt;
|-&lt;br /&gt;
|MoonLit Wanderings&lt;br /&gt;
|MoonLit Wanderings&lt;br /&gt;
|{{World link|wrld_505f4d19-00a5-448c-9440-913c86ec9761|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_59b15eb4-75ea-456b-9a3e-00648372b0fb WispyWoo]&lt;br /&gt;
|-&lt;br /&gt;
|NeoWorlds&lt;br /&gt;
|NeoWorlds&lt;br /&gt;
|{{World link|wrld_544e7879-d870-42a2-9c7a-99eb95a8e62f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_455bef43-c65d-404b-b882-c957e9f6324f Widget365]&lt;br /&gt;
|-&lt;br /&gt;
|Neuron&lt;br /&gt;
|Neuron&lt;br /&gt;
|{{World link|wrld_dc671129-70cf-40a4-b0f4-356c561389b3|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b59f5fa2-380e-4ced-a73d-86245a1fa27f Juice․․․]&lt;br /&gt;
|-&lt;br /&gt;
|Not Furality˸ F․Y․N․N․&#039;s Gym&lt;br /&gt;
|Not Furality˸ F․Y․N․N․&#039;s Gym&lt;br /&gt;
|{{World link|wrld_e3d1633b-2db1-4ba0-860e-0d4a1278ce22|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_e8df37f5-98b2-494e-977d-9b25f6c631fd DrakenStark]&lt;br /&gt;
|-&lt;br /&gt;
|Pen Void&lt;br /&gt;
|Pen Void&lt;br /&gt;
|{{World link|wrld_4068da4a-c6bf-49b3-8f39-7ae6c139d6d8|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_e74229dd-6843-478e-be25-654453129010 ʙɪɢ․]&lt;br /&gt;
|-&lt;br /&gt;
|Photo Gallery 2024&lt;br /&gt;
|Photo Gallery 2024&lt;br /&gt;
|{{World link|wrld_e190780b-6a0a-4d85-920e-4f7aee4b452f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_5f690469-9b31-4e3c-a706-9abcbb4b6b15 Garvas313]&lt;br /&gt;
|-&lt;br /&gt;
|Portals Prefab Demo&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;[RAT]&amp;lt;/nowiki&amp;gt; Prefab Demo&lt;br /&gt;
|{{World link|wrld_c6dc655d-e665-4a26-abc9-da0617257bc0|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_63c23aac-6d1e-4030-accf-a48731cdd069 aurycat]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:Prismic&#039;s_Avatar_Search|Prismic&#039;s Avatar Search]]&lt;br /&gt;
|Prismic&#039;s Avatar Search&lt;br /&gt;
|{{World link|wrld_57514404-7f4e-4aee-a50a-57f55d3084bf|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_6b189dbf-f096-47d0-afbd-136782d7014b Prismic247]&lt;br /&gt;
|-&lt;br /&gt;
|Project Aincrad 1․6․1&lt;br /&gt;
|Project AincRAT 1.6.2&lt;br /&gt;
|{{World link|wrld_c077aa49-4820-472d-ace5-c11368f1e3f4|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_89ce043e-8bbb-4640-b6fc-8dfc107538f5 ArgusVRC]&lt;br /&gt;
|-&lt;br /&gt;
|RIFT Site Epsilon&lt;br /&gt;
|RIFT Site Epsilon&lt;br /&gt;
|{{World link|wrld_6f47e969-edf4-4d31-98cd-f247e26c784b|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_39fda43d-7a06-4a90-9552-104e3fd6cbe0 AztecAngelo]&lt;br /&gt;
|-&lt;br /&gt;
|Seabreeze&lt;br /&gt;
|Seabreeze&lt;br /&gt;
|{{World link|wrld_6d77c48b-4afc-4c45-a063-0a650d62eafe|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_ec7c48b9-979c-449f-901d-c56c51efb8a4 Zuganda]&lt;br /&gt;
|-&lt;br /&gt;
|Snow Site - Breach&lt;br /&gt;
|Snow Site - Breach&lt;br /&gt;
|{{World link|wrld_033d5dd3-2b2c-4c38-8270-77f0f567a030|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_6588e476-4037-4cd7-b9c5-805b18cba0bd Techman120]&lt;br /&gt;
|-&lt;br /&gt;
|Soul Cistern (Puzzle Hub)&lt;br /&gt;
|Soul Cistern (Puzzle Hub)&lt;br /&gt;
|{{World link|wrld_cb52298a-319f-4365-bbc6-907d4ac3c6c0|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_6be61bd3-766c-4273-b96e-df2c1b39942b TrueAquaPsych]&lt;br /&gt;
|-&lt;br /&gt;
|Sovren&#039;s Chill home&lt;br /&gt;
|Sovren&#039;s Chill home&lt;br /&gt;
|{{World link|wrld_1b482eca-bede-4de8-88a8-bbb6ca7e24cd|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_a0d92a42-b584-42ac-b9f0-41367d00487a sovren]&lt;br /&gt;
|-&lt;br /&gt;
|Sovren&#039;s cozy club&lt;br /&gt;
|Sovren&#039;s cozy club&lt;br /&gt;
|{{World link|wrld_6fed9fd2-33fd-4943-9a98-102e03f67c05|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_a0d92a42-b584-42ac-b9f0-41367d00487a sovren]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:Spook Em Up|Spook Em Up]]&lt;br /&gt;
|Spook Em Up&lt;br /&gt;
|{{World link|wrld_d5658267-c965-4dbf-b58f-6f50104e9f24|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_aa7c5388-6124-487a-a620-bd8d5f8beedc Crazium]&lt;br /&gt;
|-&lt;br /&gt;
|SunDown&lt;br /&gt;
|SunDown&lt;br /&gt;
|{{World link|wrld_c54add9f-29b2-4b60-b051-e4999966ebc8|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_59b15eb4-75ea-456b-9a3e-00648372b0fb WispyWoo]&lt;br /&gt;
|-&lt;br /&gt;
|Super Kmart Center&lt;br /&gt;
|Super Rat Center &amp;lt;nowiki&amp;gt;[Super Kmart Center]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|{{World link|wrld_606aba82-47d2-4632-8b50-4afa7913ef55|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_43643a86-7390-4b48-aacf-6ad32805179f KmartWorlds]&lt;br /&gt;
|-&lt;br /&gt;
|Thad Home of Cuddles&lt;br /&gt;
|Thad Home of Cheese&lt;br /&gt;
|{{World link|wrld_a5c9f5c1-7f9c-417a-9342-8f15c8702be1|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_93fde871-586b-4e5e-b7ac-22aab4db3cc8 Thad Gyther]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:The Black Cat|The Black Cat]]&lt;br /&gt;
|The Black Cat&lt;br /&gt;
|{{World link|wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_3d10ca69-6586-40a3-aa1b-a0c9e38a0d20 spookyghostboo]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:The Great Pug|The Great Pug]]&lt;br /&gt;
|The Great Pug&lt;br /&gt;
|{{World link|wrld_6caf5200-70e1-46c2-b043-e3c4abe69e0f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/UcmV5nZNs3 owlboy]&lt;br /&gt;
|-&lt;br /&gt;
|The Great Pug - West&lt;br /&gt;
|The Great Pug - West&lt;br /&gt;
|{{World link|wrld_1917b43c-7d1b-4734-87db-2956c2069059|}}&lt;br /&gt;
|[https://vrchat.com/home/user/UcmV5nZNs3 owlboy]&lt;br /&gt;
|-&lt;br /&gt;
|The Pool Parlor ｜ 8 Ball Pool&lt;br /&gt;
|The Pool Parlor ｜ 8 Ball Pool&lt;br /&gt;
|{{World link|wrld_99bdc4c6-b80c-49f3-aae0-5d67017d8340|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_da06bac2-c0bf-411e-a8d8-83445b83d1dd Ahoya]&lt;br /&gt;
|-&lt;br /&gt;
|Town of Salem&lt;br /&gt;
|Town of Salem&lt;br /&gt;
|{{World link|wrld_42d023dc-1b2d-439a-b741-09113ca0e59a|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d miner28_3]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:Trans Academy|Trans Academy]]&lt;br /&gt;
|Trans Academy&lt;br /&gt;
|{{World link|wrld_976e4d46-ba35-4c6d-a7f6-38714ee38fbf|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_f7233276-573e-405c-b3ea-7c3b7825bb74 Tizzy]&lt;br /&gt;
|-&lt;br /&gt;
|Uganda&lt;br /&gt;
|Ratganda&lt;br /&gt;
|{{World link|wrld_6ace0913-97bd-4db6-96a0-cceaa77b2755|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_767d5116-af98-4567-8e8d-06117171258f Legoman99573]&lt;br /&gt;
|-&lt;br /&gt;
|VirtualFurence Furry Convention Hotel Estrel Berlin&lt;br /&gt;
|VirtualFurence Furry Convention Hotel Estrel Berlin&lt;br /&gt;
|{{World link|wrld_b155ff30-0bbf-486c-afc5-e7a05145387b|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_4869a530-dfbb-4b8a-bb4f-c82746c0cc97 Reimajo]&lt;br /&gt;
|-&lt;br /&gt;
|Void Cube&lt;br /&gt;
|Void Cheese&lt;br /&gt;
|{{World link|wrld_fc391032-bd91-42f2-93a0-ce32a3f1ec75|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_df6c44e5-630c-4ee0-b55f-e4239ae2e566 ibziFox]&lt;br /&gt;
|-&lt;br /&gt;
|Zombie Survival&lt;br /&gt;
|Rat Survival&lt;br /&gt;
|{{World link|wrld_f557959f-6fde-4164-be36-31f1d40bb9a5|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b22687ae-091a-4001-ae15-c9dabc844645 Τeal]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Gallery ====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:AF2025 ASimpleFishingWorld.webp|A Simple Fishing World&lt;br /&gt;
File:AF2025 Antiheat&#039;sApartment.webp|Antiheat&#039;s Apartment&lt;br /&gt;
File:AF2025 BlackFire.webp|Black Fire&lt;br /&gt;
File:AF2025 Cuddle&amp;amp;Sleep.webp|Cuddle &amp;amp; Sleep&lt;br /&gt;
File:AF2025 DrinkingNight.webp|Drinking Night&lt;br /&gt;
File:AF2025 Faceman&#039;sDomain.webp|Faceman&#039;s Domain&lt;br /&gt;
File:AF2025 FoxHole.webp|FoxHole&lt;br /&gt;
File:AF2025 FrenchVibes.webp|French Vibes [FR]&lt;br /&gt;
File:AF2025 FurryHideout.webp|Furry Hideout&lt;br /&gt;
File:AF2025 FurryKaraoke.webp|Furry Karaoke&lt;br /&gt;
File:AF2025 GameShowHub.webp|Game Show Hub&lt;br /&gt;
File:AF2025 JetskiRush.webp|Jetski Rush&lt;br /&gt;
File:AF2025 JustBClub.webp|Just B Club 4.0&lt;br /&gt;
File:AF2025 KaraokeInSync.webp|Karaoke In Sync!&lt;br /&gt;
File:AF2025 KawaiiCondo.webp|Kawaii Condo&lt;br /&gt;
File:AF2025 LifeDrawing.webp|Life Drawing&lt;br /&gt;
File:AF2025 LPDStation.webp|LPD Station&lt;br /&gt;
File:AF2025 MagicFreezeTag.webp|Magic Freeze Tag&lt;br /&gt;
File:AF2025 NeoWorlds.webp|NeoWorlds&lt;br /&gt;
File:AF2025 PenVoid.webp|Pen Void&lt;br /&gt;
File:AF2025 PhotoGallery2024.webp|Photo Gallery 2024&lt;br /&gt;
File:AF2025 PortalsPrefabDemo.webp|Portals Prefab Demo&lt;br /&gt;
File:AF2025 Prismic&#039;sAvatarSearch.webp|Prismic&#039;s Avatar Search&lt;br /&gt;
File:AF2025 ProjectAincrad.webp|Project Aincrad&lt;br /&gt;
File:AF2025 Seabreeze.webp|Seabreeze&lt;br /&gt;
File:AF2025 ShibaParadise.webp|Shiba Paradise&lt;br /&gt;
File:AF2025 SnowSiteBreach.webp|Snow Site - Breach&lt;br /&gt;
File:AF2025 Sovren&#039;sChillhome.webp|Sovren&#039;s Chill home&lt;br /&gt;
File:AF2025 Sovren&#039;scozyclub.webp|Sovren&#039;s cozy club&lt;br /&gt;
File:AF2025 SpookEmUp.webp|Spook Em Up&lt;br /&gt;
File:AF2025 SuperKmartCenter.webp|Super Kmart Center&lt;br /&gt;
File:AF2025 ThadHomeofCuddles.webp|Thad Home of Cuddles&lt;br /&gt;
File:AF2025 TheBlackCat.webp|The Black Cat&lt;br /&gt;
File:AF2025 TownofSalem.webp|Town of Salem&lt;br /&gt;
File:AF2025 Uganda.webp|Uganda&lt;br /&gt;
File:AF2025 VoidCube.webp|Void Cube&lt;br /&gt;
File:AF2025 ZombieSurvival.webp|Zombie Survival&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== VRC+ Quick Menu mascot swap ===&lt;br /&gt;
VRRat has replaced clickable VRCat with himself. Clicking VRRat multiple times will cause his own unique dialogue to appear. VRRat also has his own unique graphic for [[Earmuff Mode|earmuff mode]], and the back face of the Quick Menu.&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;&lt;br /&gt;
!Dialogue&lt;br /&gt;
|-&lt;br /&gt;
|You must be really bored.&lt;br /&gt;
|-&lt;br /&gt;
|Oh, you again?&lt;br /&gt;
|-&lt;br /&gt;
|Wow, still clicking?&lt;br /&gt;
|-&lt;br /&gt;
|You win! ...Nothing.&lt;br /&gt;
|-&lt;br /&gt;
|At least enjoy the clock.&lt;br /&gt;
|-&lt;br /&gt;
|I&#039;m not a toy, y&#039;know.&lt;br /&gt;
|-&lt;br /&gt;
|I&#039;m not giving you my cheese.&lt;br /&gt;
|-&lt;br /&gt;
|Oh yeah, keep clicking. That&#039;ll do something.&lt;br /&gt;
|-&lt;br /&gt;
|Okay, I&#039;m officially impressed. Not really.&lt;br /&gt;
|-&lt;br /&gt;
|✔️✔️read&lt;br /&gt;
|-&lt;br /&gt;
|Wow. Riveting gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|Any second now... something amazing will happen. Not.&lt;br /&gt;
|-&lt;br /&gt;
|Not very cheesed to meet you.&lt;br /&gt;
|-&lt;br /&gt;
|Is this fun for you?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Badge icon swap===&lt;br /&gt;
VRRat hijacked the Early Supporter [[Badges|badge]], by replacing VRCat with versions of himself.&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;85&amp;quot;&amp;gt;&lt;br /&gt;
File:AprilFools2025EarlySupporterBadge.png|Change 1&lt;br /&gt;
File:AprilFools2025EarlySupporterBadge2.webp|Change 2&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===VRChat Wiki takeover===&lt;br /&gt;
[[File:VRCWiki_AprilFools2025.webp|thumb|VRChat Wiki&#039;s Main Page on April Fools&#039; Day (2025).]]&lt;br /&gt;
In addition, the [[Main Page]] of the [[VRCWiki:About|VRChat Wiki]] was also changed on April Fools&#039; Day 2025, to showcase VRRat&#039;s &#039;takeover&#039;.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Needs images]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=List_of_April_Fools%27_Day_jokes&amp;diff=28707</id>
		<title>List of April Fools&#039; Day jokes</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=List_of_April_Fools%27_Day_jokes&amp;diff=28707"/>
		<updated>2025-04-01T19:38:29Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Alphabetized 2025 world list, added missing entries with the tag (but kept old ones with the tag removed )&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
{{Stub|Lack of infomation, can be expanded on.}}&lt;br /&gt;
&lt;br /&gt;
This page lists all of VRChat&#039;s [[wikipedia:April Fools&#039; Day|April Fools&#039; Day]] jokes.&lt;br /&gt;
&lt;br /&gt;
==2022==&lt;br /&gt;
&lt;br /&gt;
=== Joke Jam ===&lt;br /&gt;
On March 21, 2022, VRChat announced the [[Events#Joke Jam|Joke Jam]] world jam, which give creators a week to make a world using a jam-specific Bop System. This Bop System would track the total amount of &amp;quot;bops&amp;quot; users made, per world. This Bop System was an alpha test of Udon Analytics; an analytics system for creators. &lt;br /&gt;
&lt;br /&gt;
The theme of this jam was &amp;quot;jokes&amp;quot; and submissions coincidentally ended on April 1st. On the same day, a Joke Jam world row went live.&lt;br /&gt;
&lt;br /&gt;
==2024==&lt;br /&gt;
&lt;br /&gt;
=== Clock ===&lt;br /&gt;
{{Thumb|{{YouTube|wt6MOiLjFVY}}|2024 April Fools day video.&amp;lt;ref&amp;gt;[https://www.youtube.com/watch?v=wt6MOiLjFVY 2024-04-01 CLASSIFIED] on &#039;&#039;YouTube&#039;&#039;.&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
For April Fools 2024, VRChat made a video introducing a new clock features on the [[Quick Menu]]. This clock menu adds a bunch of non-standard and less than useful clocks and time formats.&lt;br /&gt;
&lt;br /&gt;
=== VRRat Text Adventure ===&lt;br /&gt;
&lt;br /&gt;
==2025==&lt;br /&gt;
===VRChat Home===&lt;br /&gt;
[[File:AprilFools2025VRChatHome.png|thumb|VRRat on a cheese in the VRChat Home]]&lt;br /&gt;
The [[VRChat Home]] has been updated to include a spinning cheese with VRRat walking on it.&lt;br /&gt;
&lt;br /&gt;
===VRRat Community Takeover===&lt;br /&gt;
Many worlds were &amp;quot;taken over&amp;quot; by VRRat. There were a total of 59 worlds with the &amp;lt;code&amp;gt;admin_vrrat_community_takeover&amp;lt;/code&amp;gt; tag.&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;&lt;br /&gt;
!World&lt;br /&gt;
!World Link&lt;br /&gt;
!Author&lt;br /&gt;
|-&lt;br /&gt;
|A Simple Fishing World&lt;br /&gt;
|{{World link|wrld_ab93c6a0-d158-4e07-88fe-f8f222018faa|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_817014e0-1065-4a30-9623-984370ce28a9 Puppet~]&lt;br /&gt;
|-&lt;br /&gt;
|Antiheat&#039;s Apartment&lt;br /&gt;
|{{World link|wrld_424c75c2-533c-4922-be0d-cd13c6aa6d6f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_a5065e89-f02f-4e2c-92e7-b95219e2fb84 Antiheat]&lt;br /&gt;
|-&lt;br /&gt;
|Black Fire&lt;br /&gt;
|{{World link|wrld_e51e964f-8b15-41a4-af76-5af156abbaef|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b436a003-9dd6-4abb-9889-60eb762978b3 Bloomin&#039;]&lt;br /&gt;
|-&lt;br /&gt;
|≺ ≻ ≺ CASINO&lt;br /&gt;
|{{World link|wrld_991916a7-6c03-422f-9fe5-cd74f7d796b8|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_49d33687-b34d-404e-ade0-05a320e59e45 _spidget]&lt;br /&gt;
|-&lt;br /&gt;
|Cheese Paradise&lt;br /&gt;
|{{World link|wrld_c5bb614d-130e-40e1-9180-dd4037a2c6df|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_9a931699-442a-41b6-9d19-669d932065b3 Pikapetey]&lt;br /&gt;
|-&lt;br /&gt;
|Cecilia&#039;s Not Just-Ice Shop&lt;br /&gt;
|{{World link|wrld_2e7f8a7d-1875-476d-a568-28dc76943387|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_976270b1-8c7b-4554-ab64-7fd741623c5c zbakes]&lt;br /&gt;
|-&lt;br /&gt;
|Cuddle ＆ Sleep&lt;br /&gt;
|{{World link|wrld_7a0c95e2-476c-4655-9b4e-7380933c4fd3|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_64e644e6-8fed-4248-8be2-cf0306d96149 「Cuddle」]&lt;br /&gt;
|-&lt;br /&gt;
|Cuddle?&lt;br /&gt;
|{{World link|wrld_2369e4d0-6d74-4b5f-b5df-743bd8c41cef|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_64e644e6-8fed-4248-8be2-cf0306d96149 「Cuddle」]&lt;br /&gt;
|-&lt;br /&gt;
|Drinking Night&lt;br /&gt;
|{{World link|wrld_4a65ba53-d8df-40a7-b67d-30c63bff0e95|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_031b2e1e-051d-4714-b658-8bd39292a2ee Rackshaw]&lt;br /&gt;
|-&lt;br /&gt;
|EvolvedAnt Arcade&lt;br /&gt;
|{{World link|wrld_b7acb016-d29f-498b-9d40-0b9a6c38a820|}}&lt;br /&gt;
|[https://vrchat.com/home/user/EtputLEmTm EvolvedAnt]&lt;br /&gt;
|-&lt;br /&gt;
|Faceman&#039;s Domain&lt;br /&gt;
|{{World link|wrld_d686f685-551b-4f9c-b44f-c991712f8952|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_0a653cc0-86ba-44a2-b375-d8c9ae046dc4 Salena]&lt;br /&gt;
|-&lt;br /&gt;
|FiveSkies&lt;br /&gt;
|{{World link|wrld_e933926e-debb-4710-9e70-be164359fce4|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b59f5fa2-380e-4ced-a73d-86245a1fa27f Juice․․․]&lt;br /&gt;
|-&lt;br /&gt;
|FoxHole&lt;br /&gt;
|{{World link|wrld_af573b98-483c-4532-9ea7-07c8ee613322|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_2a667fa2-e37d-4af3-8b2c-35c44fc13400 FoxSerito]&lt;br /&gt;
|-&lt;br /&gt;
|French Vibes ［FR］&lt;br /&gt;
|{{World link|wrld_a4059cdf-d617-4605-8a74-cfe177b4b2b4|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_0a72e939-7dde-48f6-ae08-4235f8126c5a xCommando]&lt;br /&gt;
|-&lt;br /&gt;
|Fruit Attack&lt;br /&gt;
|{{World link|wrld_3259181d-ad5b-4a42-841f-28603ff0713c|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_1d269c3b-8c74-41c7-b60e-b3454ebd6f97 Bеtty]&lt;br /&gt;
|-&lt;br /&gt;
|Furry Hideout&lt;br /&gt;
|{{World link|wrld_4b341546-65ff-4607-9d38-5b7f8f405132|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_bacb7ae8-4774-4dc0-84da-ce25e35d5bad Lt_Shadow]&lt;br /&gt;
|-&lt;br /&gt;
|Furry Karaoke&lt;br /&gt;
|{{World link|wrld_7416746a-9a5f-4d49-8135-2ff55388b09d|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_31f3cde3-b4d3-41be-8e2a-de69d9cf5c53 Dustuu]&lt;br /&gt;
|-&lt;br /&gt;
|Furry Talk and Chill&lt;br /&gt;
|{{World link|wrld_e76f0ce1-8b2f-4fd7-a6ac-84443d6f26f1|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_a198dd29-c58d-47ba-ac33-f99bb2c69ee9 ~bandit~]&lt;br /&gt;
|-&lt;br /&gt;
|Game Show Hub&lt;br /&gt;
|{{World link|wrld_71f57e47-6a98-48be-888d-2772986f1622|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_f721ccb0-60e2-4ee9-b0b7-b1c2898c4adc GSGenesis]&lt;br /&gt;
|-&lt;br /&gt;
|Haxy&#039;s Airship&lt;br /&gt;
|{{World link|wrld_fad05c2a-76fd-4ca5-a2fc-c1b451ec1379|}}&lt;br /&gt;
|[https://vrchat.com/home/user/qYZJsbJRqA Haxy]&lt;br /&gt;
|-&lt;br /&gt;
|Idle Home&lt;br /&gt;
|{{World link|wrld_c16e4dee-d149-4116-adbc-16bc30b664b0|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_3a891b48-1112-4618-8a53-b6a22bcb9661 Maki Maki]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:Jetski Rush|Jetski Rush]]&lt;br /&gt;
|{{World link|wrld_2ad5bb30-adf7-4de1-ba50-ae9b6b4689fe|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_1e18f38e-4219-4193-b392-b3a6c2f83c3d Quap]&lt;br /&gt;
|-&lt;br /&gt;
|Just B Club 4․0&lt;br /&gt;
|{{World link|wrld_3c231334-2f20-442f-924c-a504d9f98543|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_39e5d4e7-3989-493b-8b76-bed58a6fddd3 Blue-kun]&lt;br /&gt;
|-&lt;br /&gt;
|Karaoke in Syncǃ&lt;br /&gt;
|{{World link|wrld_a0ea27f8-f530-44f9-8461-4c343ddabf17|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_4cb5a109-2aa6-4a0d-933b-244388260586 CMajor7]&lt;br /&gt;
|-&lt;br /&gt;
|Kawaii Condo&lt;br /&gt;
|{{World link|wrld_709aab8c-6493-44c7-826a-175dc0bd4d07|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_78fbecf0-04d3-4e0f-927f-15290711d756 sillybit]&lt;br /&gt;
|-&lt;br /&gt;
|Let Me Cook&lt;br /&gt;
|{{World link|wrld_04c13e07-c5d5-4447-bb0c-f48575edf76d|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_1d269c3b-8c74-41c7-b60e-b3454ebd6f97 Bеtty]&lt;br /&gt;
|-&lt;br /&gt;
|Life Drawing&lt;br /&gt;
|{{World link|wrld_9ca4e522-f903-4900-8a7c-103371245304|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_8fc0cdcd-75ad-4a36-98b9-3f201dc6f33d Tokkio]&lt;br /&gt;
|-&lt;br /&gt;
|LPD Station&lt;br /&gt;
|{{World link|wrld_e3b09d06-70c4-4cf0-abab-91bfbea5fcfd|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_62b15e03-10a7-485a-8421-2ea66c43531e Karet]&lt;br /&gt;
|-&lt;br /&gt;
|Magic Freeze Tag&lt;br /&gt;
|{{World link|wrld_b2c574c6-9a6e-4bcc-b74e-1284070c324f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/LyCh6jlK6X Jar]&lt;br /&gt;
|-&lt;br /&gt;
|Magnetize&lt;br /&gt;
|{{World link|wrld_e070034f-da8c-4b00-b0f7-1fc66cf85d02|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b59f5fa2-380e-4ced-a73d-86245a1fa27f Juice․․․]&lt;br /&gt;
|-&lt;br /&gt;
|Mobility_TestWorld˸ Catch the UFO updateǃ&lt;br /&gt;
|{{World link|wrld_03366626-ba84-47c2-af10-0bdbedeb1269|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_9e03e220-4ab6-4113-83a5-b7c5e3b5e0fb Ren_Ookami]&lt;br /&gt;
|-&lt;br /&gt;
|MoonLit Wanderings&lt;br /&gt;
|{{World link|wrld_505f4d19-00a5-448c-9440-913c86ec9761|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_59b15eb4-75ea-456b-9a3e-00648372b0fb WispyWoo]&lt;br /&gt;
|-&lt;br /&gt;
|NeoWorlds&lt;br /&gt;
|{{World link|wrld_544e7879-d870-42a2-9c7a-99eb95a8e62f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_455bef43-c65d-404b-b882-c957e9f6324f Widget365]&lt;br /&gt;
|-&lt;br /&gt;
|Neuron&lt;br /&gt;
|{{World link|wrld_dc671129-70cf-40a4-b0f4-356c561389b3|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b59f5fa2-380e-4ced-a73d-86245a1fa27f Juice․․․]&lt;br /&gt;
|-&lt;br /&gt;
|Pen Void&lt;br /&gt;
|{{World link|wrld_4068da4a-c6bf-49b3-8f39-7ae6c139d6d8|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_e74229dd-6843-478e-be25-654453129010 ʙɪɢ․]&lt;br /&gt;
|-&lt;br /&gt;
|Photo Gallery 2024&lt;br /&gt;
|{{World link|wrld_e190780b-6a0a-4d85-920e-4f7aee4b452f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_5f690469-9b31-4e3c-a706-9abcbb4b6b15 Garvas313]&lt;br /&gt;
|-&lt;br /&gt;
|Portals Prefab Demo&lt;br /&gt;
|{{World link|wrld_c6dc655d-e665-4a26-abc9-da0617257bc0|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_63c23aac-6d1e-4030-accf-a48731cdd069 aurycat]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:Prismic&#039;s_Avatar_Search|Prismic&#039;s Avatar Search]]&lt;br /&gt;
|{{World link|wrld_57514404-7f4e-4aee-a50a-57f55d3084bf|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_6b189dbf-f096-47d0-afbd-136782d7014b Prismic247]&lt;br /&gt;
|-&lt;br /&gt;
|Project Aincrad 1․6․1&lt;br /&gt;
|{{World link|wrld_c077aa49-4820-472d-ace5-c11368f1e3f4|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_89ce043e-8bbb-4640-b6fc-8dfc107538f5 ArgusVRC]&lt;br /&gt;
|-&lt;br /&gt;
|RIFT Site Epsilon&lt;br /&gt;
|{{World link|wrld_6f47e969-edf4-4d31-98cd-f247e26c784b|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_39fda43d-7a06-4a90-9552-104e3fd6cbe0 AztecAngelo]&lt;br /&gt;
|-&lt;br /&gt;
|Seabreeze&lt;br /&gt;
|{{World link|wrld_6d77c48b-4afc-4c45-a063-0a650d62eafe|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_ec7c48b9-979c-449f-901d-c56c51efb8a4 Zuganda]&lt;br /&gt;
|-&lt;br /&gt;
|Snow Site - Breach&lt;br /&gt;
|{{World link|wrld_033d5dd3-2b2c-4c38-8270-77f0f567a030|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_6588e476-4037-4cd7-b9c5-805b18cba0bd Techman120]&lt;br /&gt;
|-&lt;br /&gt;
|Soul Cistern （Puzzle Hub）&lt;br /&gt;
|{{World link|wrld_cb52298a-319f-4365-bbc6-907d4ac3c6c0|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_6be61bd3-766c-4273-b96e-df2c1b39942b TrueAquaPsych]&lt;br /&gt;
|-&lt;br /&gt;
|Sovren&#039;s Chill home&lt;br /&gt;
|{{World link|wrld_1b482eca-bede-4de8-88a8-bbb6ca7e24cd|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_a0d92a42-b584-42ac-b9f0-41367d00487a sovren]&lt;br /&gt;
|-&lt;br /&gt;
|Sovren&#039;s cozy club&lt;br /&gt;
|{{World link|wrld_6fed9fd2-33fd-4943-9a98-102e03f67c05|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_a0d92a42-b584-42ac-b9f0-41367d00487a sovren]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:Spook Em Up|Spook Em Up]]&lt;br /&gt;
|{{World link|wrld_d5658267-c965-4dbf-b58f-6f50104e9f24|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_aa7c5388-6124-487a-a620-bd8d5f8beedc Crazium]&lt;br /&gt;
|-&lt;br /&gt;
|SunDown&lt;br /&gt;
|{{World link|wrld_c54add9f-29b2-4b60-b051-e4999966ebc8|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_59b15eb4-75ea-456b-9a3e-00648372b0fb WispyWoo]&lt;br /&gt;
|-&lt;br /&gt;
|Super Rat Center ［Super Kmart Center］&lt;br /&gt;
|{{World link|wrld_606aba82-47d2-4632-8b50-4afa7913ef55|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_43643a86-7390-4b48-aacf-6ad32805179f KmartWorlds]&lt;br /&gt;
|-&lt;br /&gt;
|Thad Home of Cuddles&lt;br /&gt;
|{{World link|wrld_a5c9f5c1-7f9c-417a-9342-8f15c8702be1|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_93fde871-586b-4e5e-b7ac-22aab4db3cc8 Thad Gyther]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:The Black Cat|The Black Cat]]&lt;br /&gt;
|{{World link|wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_3d10ca69-6586-40a3-aa1b-a0c9e38a0d20 spookyghostboo]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:The Great Pug|The Great Pug]]&lt;br /&gt;
|{{World link|wrld_6caf5200-70e1-46c2-b043-e3c4abe69e0f|}}&lt;br /&gt;
|[https://vrchat.com/home/user/UcmV5nZNs3 owlboy]&lt;br /&gt;
|-&lt;br /&gt;
|The Great Pug - West&lt;br /&gt;
|{{World link|wrld_1917b43c-7d1b-4734-87db-2956c2069059|}}&lt;br /&gt;
|[https://vrchat.com/home/user/UcmV5nZNs3 owlboy]&lt;br /&gt;
|-&lt;br /&gt;
|The Pool Parlor ｜ 8 Ball Pool&lt;br /&gt;
|{{World link|wrld_99bdc4c6-b80c-49f3-aae0-5d67017d8340|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_da06bac2-c0bf-411e-a8d8-83445b83d1dd Ahoya]&lt;br /&gt;
|-&lt;br /&gt;
|Town of Salem&lt;br /&gt;
|{{World link|wrld_42d023dc-1b2d-439a-b741-09113ca0e59a|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d miner28_3]&lt;br /&gt;
|-&lt;br /&gt;
|[[Community:Trans Academy|Trans Academy]]&lt;br /&gt;
|{{World link|wrld_976e4d46-ba35-4c6d-a7f6-38714ee38fbf|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_f7233276-573e-405c-b3ea-7c3b7825bb74 Tizzy]&lt;br /&gt;
|-&lt;br /&gt;
|Uganda&lt;br /&gt;
|{{World link|wrld_6ace0913-97bd-4db6-96a0-cceaa77b2755|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_767d5116-af98-4567-8e8d-06117171258f Legoman99573]&lt;br /&gt;
|-&lt;br /&gt;
|VirtualFurence Furry Convention Hotel Estrel Berlin&lt;br /&gt;
|{{World link|wrld_b155ff30-0bbf-486c-afc5-e7a05145387b|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_4869a530-dfbb-4b8a-bb4f-c82746c0cc97 Reimajo]&lt;br /&gt;
|-&lt;br /&gt;
|Void Cube&lt;br /&gt;
|{{World link|wrld_fc391032-bd91-42f2-93a0-ce32a3f1ec75|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_df6c44e5-630c-4ee0-b55f-e4239ae2e566 ibziFox]&lt;br /&gt;
|-&lt;br /&gt;
|Zombie Survival&lt;br /&gt;
|{{World link|wrld_f557959f-6fde-4164-be36-31f1d40bb9a5|}}&lt;br /&gt;
|[https://vrchat.com/home/user/usr_b22687ae-091a-4001-ae15-c9dabc844645 Τeal]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26686</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26686"/>
		<updated>2025-03-22T07:05:41Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Fixed capitalization&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Tenure badges====&lt;br /&gt;
The VRC+ Tenure badges&amp;lt;ref&amp;gt;[https://discord.com/channels/1245151313201987665/1313619467346903121/1352887077909430282 VRC+ Tenure badge name confirmation]&amp;lt;/ref&amp;gt; are earned by having been subscribed to VRC+ for the given cumulative total duration. This badge first showed up on March 21, 2025.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Months_1.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 month.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Months_3.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Months_6.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_1.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_2.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (2 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (2 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 2 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_3.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_4.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (4 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (4 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 4 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_5.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (5 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (5 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 5 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_6.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_7.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (7 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (7 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 7 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_8.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (8 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (8 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 8 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_9.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (9 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (9 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 9 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_10.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (10 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (10 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 10 years.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Gifting badges====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description &lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (20 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (30 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (40 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (50 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (60 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (70 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (80 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (90 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges== &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
*&#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia== &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer&lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26683</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26683"/>
		<updated>2025-03-22T07:01:52Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Updated vrc+ tenure badge reference location&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Tenure badges====&lt;br /&gt;
The VRC+ Tenure badges&amp;lt;ref&amp;gt;[https://discord.com/channels/1245151313201987665/1313619467346903121/1352887077909430282 VRC+ Tenure badge name confirmation]&amp;lt;/ref&amp;gt; are earned by having been subscribed to VRC+ for the given cumulative total duration. This badge first showed up on March 21, 2025.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_1.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_2.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (2 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (2 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 2 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_3.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_4.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (4 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (4 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 4 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_5.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (5 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (5 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 5 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_6.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_7.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (7 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (7 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 7 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_8.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (8 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (8 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 8 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_9.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (9 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (9 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 9 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tenure_Years_10.webp|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (10 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (10 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 10 years.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Gifting badges====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description &lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (20 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (30 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (40 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (50 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (60 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (70 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (80 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (90 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges== &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
*&#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia== &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer&lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26658</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26658"/>
		<updated>2025-03-22T06:46:37Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Renamed VRC+ Subscriber badges to VRC+ Tenure badges, and added years 5-10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Tenure badges&amp;lt;ref&amp;gt;[https://discord.com/channels/1245151313201987665/1313619467346903121/1352887077909430282 VRC+ Tenure badge name confirmation]&amp;lt;/ref&amp;gt;====&lt;br /&gt;
The following badges are earned by having been subscribed to VRC+ for the given cumulative duration. This badge first showed up on March 21, 2025.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 month.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_6_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_2_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (2 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (2 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 2 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_4_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (4 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (4 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 4 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_5_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (5 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (5 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 5 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_6_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_7_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (7 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (7 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 7 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_8_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (8 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (8 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 8 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_9_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (9 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (9 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 9 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_10_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (10 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (10 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 10 years.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Gifting badges====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description &lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (20 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (30 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (40 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (50 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (60 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (70 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (80 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (90 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges== &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
*&#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia== &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer&lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26657</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26657"/>
		<updated>2025-03-22T05:44:00Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Removed introduction date from VRC+ subscription badge table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Subscriber badges====&lt;br /&gt;
The following badges are earned by having been subscribed to VRC+ for the given cumulative duration. This badge first showed up on March 21, 2025.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 month.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_6_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_2_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (2 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (2 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 2 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_4_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (4 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (4 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 4 years.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Gifting badges====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description &lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (20 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (30 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (40 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (50 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (60 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (70 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (80 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (90 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges== &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
*&#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia== &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer&lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26655</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26655"/>
		<updated>2025-03-22T05:25:45Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Improved vrc+ subscriber badge description.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Subscriber badges====&lt;br /&gt;
The following badges are earned by having been subscribed to VRC+ for the given cumulative duration.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 month.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_6_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_2_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (2 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (2 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 2 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_4_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (4 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (4 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 4 years.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Gifting badges====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description &lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (20 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (30 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (40 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (50 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (60 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (70 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (80 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (90 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges== &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
*&#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia== &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer&lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26654</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26654"/>
		<updated>2025-03-22T05:19:09Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Readded 3 month vrc+ subscriber badge (someone squashed it &amp;gt;=( )&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Subscriber badges====&lt;br /&gt;
The following badges are earned by subscribing to VRC+ for the the given duration.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 month.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_6_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_2_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (2 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (2 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 2 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_4_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (4 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (4 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 4 years.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Gifting badges====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description &lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (20 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (30 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (40 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (50 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (60 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (70 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (80 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
| Gift (90 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months) &lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges== &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
*&#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia== &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer&lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26648</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26648"/>
		<updated>2025-03-22T04:47:09Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added 1 month vrc+ subscriber badge&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Subscriber badges====&lt;br /&gt;
The following badges are earned by subscribing to VRC+ for the the given duration.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 month.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_6_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|}&lt;br /&gt;
==== Gifting badges ====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (20 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (30 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (40 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (50 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (60 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (70 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (80 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (90 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges == &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
* &#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia == &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer &lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26646</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26646"/>
		<updated>2025-03-22T04:43:14Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added 3 month vrc+ subscriber badge&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Subscriber badges====&lt;br /&gt;
The following badges are earned by subscribing to VRC+ for the the given duration.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_6_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|}&lt;br /&gt;
==== Gifting badges ====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (20 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (30 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (40 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (50 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (60 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (70 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (80 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (90 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges == &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
* &#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia == &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer &lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26641</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26641"/>
		<updated>2025-03-22T04:33:53Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added 6 month VRC+ subscriber badge&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Subscriber badges====&lt;br /&gt;
The following badges are earned by subscribing to VRC+ for the the given duration.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_6_Month.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (6 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (6 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 6 months.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|}&lt;br /&gt;
==== Gifting badges ====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (20 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (30 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (40 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (50 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (60 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (70 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (80 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (90 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges == &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
* &#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia == &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer &lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26639</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26639"/>
		<updated>2025-03-22T04:23:26Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added 3 year VRC+ subscriber badge&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Subscriber badges====&lt;br /&gt;
The following badges are earned by subscribing to VRC+ for the the given duration.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_3_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (3 Years)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (3 Years)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 3 years.&lt;br /&gt;
|}&lt;br /&gt;
==== Gifting badges ====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (20 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (30 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (40 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (50 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (60 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (70 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (80 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (90 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges == &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
* &#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia == &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer &lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26637</id>
		<title>Badges</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Badges&amp;diff=26637"/>
		<updated>2025-03-22T04:10:07Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added VRC+ Subscriber badge&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
[[File:{{#setmainimage:Badges.webp}}|thumb|Badges on a user&#039;s profile.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Badges&#039;&#039;&#039; are icons that appear on a user&#039;s profile to signify their contributions to the platform.&lt;br /&gt;
&lt;br /&gt;
== Lists of badges ==&lt;br /&gt;
=== Individual badges ===&lt;br /&gt;
The following badges only have a single tier, which is to either have the badge or not. They are often used to signify contributions or involvement, but can also reflect a current temporary state, such as the [[VRC+]] badge.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Icon VRC Plus Icon.png|frameless|32x32px]]&lt;br /&gt;
|Supporter&lt;br /&gt;
|&#039;&#039;&amp;quot;Supports VRChat through [[Special:MyLanguage/VRChat+|VRC+]]&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active [[Special:MyLanguage/VRChat+|VRC+]] subscription, or be gifted one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Early Supporter.png|frameless|32x32px]]&lt;br /&gt;
|Early Supporter&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;unobtainable&amp;quot;&amp;gt;This badge is no longer obtainable.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Supported VRChat through VRC+ when it first launched&amp;quot;&#039;&#039;&lt;br /&gt;
|November 19, 2020 &lt;br /&gt;
|Have an active VRC+ subscription, or be gifted one before January 31, 2023.&amp;lt;ref&amp;gt;[https://store.steampowered.com/news/app/438100/view/3673283222240781051 Early Supporter Badge is Going Away ]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:CHEESE.png |frameless|32x32px]]&lt;br /&gt;
|CHEESE&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ephemeral&amp;quot;&amp;gt;This badge is ephemeral and is not an actual badge within [[VRChat API|the API]]. It&#039;ll disappear after a refresh and is not visible to other users.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|April 1, 2024&lt;br /&gt;
|Complete the April Fools 2024 [[Special:MyLanguage/VRRat|VRRat]] text adventure&amp;lt;ref&amp;gt;[https://x.com/VRChat/status/1774753934600478803 DO NOT write &#039;We miss you VRRat&#039; on &#039;&#039;X&#039;&#039;]&amp;lt;/ref&amp;gt; easter egg.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatStaffBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Staff &lt;br /&gt;
|&#039;&#039;&amp;quot;Granted to official VRChat Staff&amp;quot;&#039;&#039;&lt;br /&gt;
|October 10, 2024&lt;br /&gt;
|Be currently employed by VRChat, Inc.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTeamAlumni.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Team Alumni&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who graciously contributed to VRChat&#039;s development&amp;quot;&#039;&#039;&lt;br /&gt;
|June 12, 2024&lt;br /&gt;
|Be a former employee of VRChat, Inc.&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/an-email-from-our-ceo/25060 An Email from our CEO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChatTranslatorBadge.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Translator&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to users who have made major contributions to the localization of VRChat&amp;quot;&#039;&#039;&lt;br /&gt;
|July 31, 2024&lt;br /&gt;
|Contribute by sharing translations and improvements to VRChat Localization.&amp;lt;ref&amp;gt;[https://discord.com/channels/1096246414603997194/1096247436332245002/1268295702245670994 Localization badge announcement]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRChat_Wiki_Contributor.png |frameless|32x32px]]&lt;br /&gt;
|VRChat Wiki Contributor&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those that have contributed to the VRChat wiki in significant ways&amp;quot;&#039;&#039;&lt;br /&gt;
|August 17, 2024&lt;br /&gt;
|Contribute to the VRChat Wiki as a Maintainer or Organizer.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Progressive badges ===&lt;br /&gt;
The following badges are each part of a series. Meeting the requirements causes one to earn the badge, and as further requirements are met the badge changes to reflect the highest tier the user has earned.&lt;br /&gt;
&lt;br /&gt;
====Mobile challenge badges====&lt;br /&gt;
The following badges are earned by completing &#039;Challenges&#039; on mobile Android devices.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Initiate.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Initiate&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot;&amp;gt;This badge is in A/B testing. It&#039;s not obtainable by everyone.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Initiate challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Mobile Hero.png|frameless|32x32px]]&lt;br /&gt;
|Mobile Hero&amp;lt;ref group=&amp;quot;note&amp;quot; name=&amp;quot;ab-testing&amp;quot; /&amp;gt;&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded to those who completed all Hero challenges on mobile&amp;quot;&#039;&#039;&lt;br /&gt;
|January 31, 2025&lt;br /&gt;
|Complete two assigned [[Special:MyLanguage/Community:Leaks#Challenges|challenges]] that show up on the home page of the VRChat mobile app.&lt;br /&gt;
It&#039;s currently unknown how the requirements for this badge differs from &amp;quot;Mobile Initiate&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
====VRC+ Subscriber badges====&lt;br /&gt;
The following badges are earned by subscribing to VRC+ for the the given duration.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Introduced&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:VRCPlus_Subscriber_1_Year.png|frameless|32x32px]]&lt;br /&gt;
|VRC+ Subscriber (1 Year)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for Subscribing to VRC+ (1 Year)&amp;quot;&#039;&#039;&lt;br /&gt;
|March 21, 2025&lt;br /&gt;
|Be subscribed to VRC+ for a duration of at least 1 year.&lt;br /&gt;
|}&lt;br /&gt;
==== Gifting badges ====&lt;br /&gt;
The following badges are earned by gifting VRC+. The first rollout began on December 2, 2024.&lt;br /&gt;
&amp;lt;!-- Generate Table: https://onecompiler.com/python/42zz2g82t --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Requirements&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1-month.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1 Month)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1 Month)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1 VRC+ subscription.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-10-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (10 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (10 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 10 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-20-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (20 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (20 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 20 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-30-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (30 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (30 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 30 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-40-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (40 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (40 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 40 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-50-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (50 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (50 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 50 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-60-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (60 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (60 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 60 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-70-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (70 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (70 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 70 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-80-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (80 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (80 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 80 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-90-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (90 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (90 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 90 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-100-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (100 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (100 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 100 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-150-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (150 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (150 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 150 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-200-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (200 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (200 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 200 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-250-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (250 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (250 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 250 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-300-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (300 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (300 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 300 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-350-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (350 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (350 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 350 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-400-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (400 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (400 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 400 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-450-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (450 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (450 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 450 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-500-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (500 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (500 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 500 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-600-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (600 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (600 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 600 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-700-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (700 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (700 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 700 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-800-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (800 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (800 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 800 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-900-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (900 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (900 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 900 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-1000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (1000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (1000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 1000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-2000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (2000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (2000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 2000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-3000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (3000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (3000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 3000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-4000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (4000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (4000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 4000 VRC+ subscriptions.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:gift-5000-months.png|frameless|32x32px]]&lt;br /&gt;
|Gift (5000 Months)&lt;br /&gt;
|&#039;&#039;&amp;quot;Awarded for gifting VRChat Plus (5000 Months)&amp;quot;&#039;&#039;&lt;br /&gt;
|Gift 5000 VRC+ subscriptions.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing badges == &lt;br /&gt;
Badges can be managed in the badge gallery on the [[Special:MyLanguage/Main Menu|Main Menu]] profile tab. Each badge has settings a user can change. You can display up to three badges on your profile at a time.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Show badge on profile:&#039;&#039;&#039; When enabled, the badge will be showcased on the user&#039;s profile. When disabled, the badge will only be viewable in the user&#039;s badge gallery.&lt;br /&gt;
* &#039;&#039;&#039;Hide badge:&#039;&#039;&#039; When enabled, the badge will be hidden on the user&#039;s profile and badge gallery.&lt;br /&gt;
&lt;br /&gt;
==Trivia == &lt;br /&gt;
*The Early Supporter Badge featuring [[VRCat]] on the website is pettable.&lt;br /&gt;
*If you are actively subscribed to VRC+, you can repeatedly click on VRCat in your [[Quick Menu]] to &#039;pet&#039; them. VRCat will say a phrase when being pet.&lt;br /&gt;
*The high number of gifting tiers exists to account for users who immediately achieved the highest badge upon its release.&lt;br /&gt;
*When obtaining the CHEESE badge, the user&#039;s background in their web profile will change to the Cheese background from [[VRC+]] menu background selection, this is only visible to the obtainer &lt;br /&gt;
[[File:CHEESEbackground.webp|thumb|A user&#039;s profile affected by the &amp;quot;Cheese&amp;quot; badge, rendering their profile&#039;s background to appear as cheese.|none]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[VRC+]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=26605</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=26605"/>
		<updated>2025-03-19T16:17:31Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Fixed alphabetical sort order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Arie²}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&lt;br /&gt;
&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=26604</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=26604"/>
		<updated>2025-03-19T16:15:49Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Undid last change, apparently all organizers were removed from maintainers list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Arie²}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=26603</id>
		<title>VRCWiki:Team</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Team&amp;diff=26603"/>
		<updated>2025-03-19T16:13:32Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Organizers are also Maintainers. Readded Aries and TrixxedHeart&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;VRCWiki Team&#039;&#039;&#039; are volunteer members of the VRChat community who assist in maintaining, and overseeing the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==VRCWiki organizers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Organizers|VRCWiki Organizers]] consist of:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;organizers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Arie²}}&lt;br /&gt;
* {{User|usr_6b189dbf-f096-47d0-afbd-136782d7014b|Prismic247}}&lt;br /&gt;
* {{User|usr_edc96730-b899-466c-b373-34e59e839444|Table}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&lt;br /&gt;
* {{User|usr_681ab43c-99d7-4e40-92ba-956d9d8d66e7|dorktoast}}&lt;br /&gt;
&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==VRCWiki maintainers==&lt;br /&gt;
[[Special:MyLanguage/VRCWiki:Roles#Maintainers|VRCWiki Maintainers]] consist of:&lt;br /&gt;
&amp;lt;!-- List can be obtained here: https://wiki.vrchat.com/wiki/Special:ListUsers/community-mod --&amp;gt;&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;maintainers&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_578aa632-439b-4c41-9266-776323ba9ad2|Arie²}}&lt;br /&gt;
* {{User|usr_b24ac64d-c688-4937-8901-02b16b769334|casperillion}}&lt;br /&gt;
* {{User|usr_8ee44c1a-f905-4e08-bb61-e1cd34e09fc0|DAG-XR}}&lt;br /&gt;
* {{User|usr_40be82e7-f7d5-4548-b314-3fc7b26d22ee|Hackebein}}&lt;br /&gt;
* {{User|usr_eb52ad85-eab6-4b50-aac5-db0363a5b7cf|in801fo}}&lt;br /&gt;
* {{User|usr_105f0a04-c92e-44da-bfc8-d41397f1e336|Inexorável}}&lt;br /&gt;
* {{User|usr_c8a72052-50ea-4304-8565-728b7912cd77|jellejurre}}&lt;br /&gt;
* {{User|usr_1041b647-ca30-4dcf-b3ab-810292523904|JessicaOnMain}}&lt;br /&gt;
* {{User|usr_80966a37-7941-4df7-b4f3-869ff9576b48|jetdog8808}}&lt;br /&gt;
* {{User|8YwOXypxeb|Kazy}}&lt;br /&gt;
* {{User|usr_0d2c13b9-c7c7-4cf8-a32e-8596799fab6a|naqtn}}&lt;br /&gt;
* {{User|usr_24fd9dd0-04f4-44e3-8937-0d7f2e2c5968|nekochanfood}}&lt;br /&gt;
* {{User|UcmV5nZNs3|owlboy}}&lt;br /&gt;
* {{User|usr_7d3dca04-5671-4738-a277-04fad9b586e4|Patroll}}&lt;br /&gt;
* {{User|usr_0031ed50-986e-4985-bc15-52a6e75c9cfa|Takì}}&lt;br /&gt;
* {{User|usr_2c0d9735-9342-4db3-9c48-5eb152581b08|Tony_Lewis}}&lt;br /&gt;
* {{User|usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|TrixxedHeart}}&lt;br /&gt;
* {{User|usr_a6f7f858-46a1-4219-9183-d69600032aed|Weisz}}&lt;br /&gt;
* {{User|usr_4edc62fd-d01b-44cb-85a6-411e66b7606f|zophie}}&lt;br /&gt;
* {{User|usr_c0fd3826-5fbd-465b-869b-142f974af714|~Pausbe}}&lt;br /&gt;
* {{User|usr_47c9e30d-fc0e-497b-97d5-8a70c56313b7|~Spades~}}&lt;br /&gt;
* {{User|usr_e74229dd-6843-478e-be25-654453129010|ʙɪɢ․}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==VRCWiki administration==&lt;br /&gt;
VRCWiki Administration consist of developers from VRChat, Inc. which include:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;administration&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_e9094bfc-45ac-45ab-ac72-d97eb8f50e4d|monadic}}&lt;br /&gt;
* {{User|usr_2a2e2fdf-672c-459e-9365-70d6d980be6e|Sai}}&lt;br /&gt;
* {{User|usr_44dc0fb9-7af6-4f2a-9137-6d9402bf0e07|ticky}}&lt;br /&gt;
* {{User|usr_5cd9007b-1802-45fe-92e2-0b6617639344|Tupper}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
==VRCWiki team members on hiatus==&lt;br /&gt;
These users have contributed significantly to the VRChat Wiki team, and are currently on hiatus:&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;hiatus&amp;quot;&amp;gt;&lt;br /&gt;
* {{User|usr_62b15e03-10a7-485a-8421-2ea66c43531e|Karet}}&lt;br /&gt;
* {{User|usr_4ff4eeb3-c824-406a-86f3-1252d585b4ca|lightbulb4}}&lt;br /&gt;
* {{User|usr_8b3d0e61-3178-4277-a9e2-a3aa9e6e6b7d|miner28_3}}&lt;br /&gt;
* {{User|usr_cc3f4d3d-c8c6-49b5-9d04-2f306c4965da|Spectral Owl}}&lt;br /&gt;
* {{User|usr_d9ec3d64-4d18-4d49-a3a5-a36edee41c77|Spokeek}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Roles|VRCWiki:Roles]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRCWiki:Roles&amp;diff=25487</id>
		<title>VRCWiki:Roles</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRCWiki:Roles&amp;diff=25487"/>
		<updated>2025-03-03T06:05:22Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Updated target Organizer count and Organizer selection process, per amendments 1 &amp;amp; 2 passing.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;sup&amp;gt;&amp;lt;big&amp;gt;(This page outlines different roles and responsibilities, established for users on the VRChat Wiki. For roles involving [[Special:MyLanguage/Groups|Groups]], please also see [[Special:MyLanguage/Groups#Group_roles_and_permissions|Group roles and permissions]]).&amp;lt;/big&amp;gt;&amp;lt;/sup&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
There are several &#039;&#039;&#039;roles&#039;&#039;&#039; involved in the oversight and production of the VRChat Wiki. This article outlines each role, its responsibilities, qualifications, and expectations.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
== User permissions ==&lt;br /&gt;
There are special roles for editors that can be granted via unanimous decision by the VRChat Wiki team. These currently include automoderated users and proofreaders.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
=== Automoderated users ===&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;anchor&amp;quot;&amp;gt;{{Anchor|Automoderated}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
[[Special:ListUsers/automoderated|Automoderated users]] are users who have shown their investment in the VRChat Wiki, and displayed trustworthiness through consistently adding to the VRCWiki while following policies and guidelines. They are specifically selected to have their additions or edits automatically approved in the Official namespace - these pages are official VRChat information pages. Otherwise, users who are automoderated do not have any moderation capabilities, or further Wiki responsibilities.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
==== Qualifications ====&lt;br /&gt;
To qualify as an automoderated user, one should be an active user on the VRChat Wiki for at least a week, with several quality contributions and no major infractions. A Maintainer may appoint automoderated users if other Maintainers have no reasonable objections.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
==== Responsibilities and expectations ====&lt;br /&gt;
Like all users, automoderated users should continue to follow all VRCWiki policies. Consistent policy violations or disregard for the [[Special:MyLanguage/VRCWiki:Manual of Style|Manual of Style]] may result in temporary revocation of privileges.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
=== Proofreaders ===&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;anchor&amp;quot;&amp;gt;{{Anchor|Proofreader|Proofreaders}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
[[Special:ListUsers/automoderated|Proofreaders]] are trusted with translation efforts on articles written in different languages from English, and can help guide other editors localizing articles in their language. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
==== Qualifications ====&lt;br /&gt;
The proofreader role is assigned if they are already established with the &amp;quot;Proofreader&amp;quot; role on VRChat&#039;s [[Special:MyLanguage/Discord servers#VRChat Localization|Localization community]] for [https://docs.vrchat.com/docs/suggesting-localization-changes Crowdin]. New proofreaders may be established by consistently publishing quality edits for their known language(s).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
==== Responsibilities and expectations ====&lt;br /&gt;
Like all users, proofreaders should continue to follow all VRCWiki policies. Translations should be accurate and based on the English version of the article, while continuing to follow the [[Special:MyLanguage/VRCWiki:Manual of Style|Manual of Style]]. When an article or page is marked ready for translation, a proofreader will then be able to make a full translation of the assigned pages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
If a page is not yet ready marked for translation, they should help to improve on the English article first.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
== VRChat Wiki team ==&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;anchor&amp;quot;&amp;gt;{{Anchor|Team}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
The VRChat [[Special:MyLanguage/VRCWiki:Team|Wiki team]] are volunteers, who are assigned by the VRChat Wiki administrators (VRChat developers) to proactively assist in the oversight and upkeep of the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
=== Maintainers ===&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;anchor&amp;quot;&amp;gt;{{Anchor|Maintainer|Maintainers}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
[[Special:ListUsers/community-mod|Maintainers]] have a high degree of expectation and responsibility with overseeing the VRChat Wiki, and being part of the VRChat Wiki team.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
==== Qualifications ====&lt;br /&gt;
Maintainers may nominate users for the role of Maintainer. The nominee must demonstrate a consistent and active investment in the VRChat Wiki, both in direct contributions on pages, as well as in discussions on Talk pages or community forums, and be present in the [[Special:MyLanguage/Discord servers|VRChat Wiki Discord server]], to collaborate with the rest of the VRCWiki team.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
They must exemplify dedication to all policies, demonstrate trustworthiness, and have no major infractions or substantial objections from the current VRChat Wiki team. VRChat Wiki administrators have veto power for approval of a new Maintainer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
==== Responsibilities and expectations ====&lt;br /&gt;
Maintainers are able to add, edit, and delete in almost all content spaces, and protect pages. Users with this role can approve, reject, or modify edits by users requiring moderation intervention. Maintainers help to resolve minor [[Special:MyLanguage/VRCWiki:Guidelines#Personal conduct, and disputes|disputes]] between users on Talk pages, as well as being able to roll back or revert edits made by a user. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
In addition, maintainers can moderate users for [[Special:MyLanguage/VRCWiki:Disciplinary_policy|misconduct]]. They are also involved in the decision-making process for determining VRChat Wiki policies, and nominating persons for automoderated user, proofreader, and maintainer roles.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
Maintainers should remain reasonably active on the Wiki, both in contributions and moderation responsibilities. Users in this role are expected to attend and contribute to as many meetings as possible. Abuse of privileges, or refusal to abide by established guidelines and policies, are grounds for removal from the VRChat Wiki team, and finalized by the Wiki administrators.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
As a volunteer position, there&#039;s no explicit minimums or quotas given, but after general inactivity or unannounced absence for a period approximately two months or longer, the maintainer may be approached by an organizer to see if they&#039;re still interested in upholding the role. If not, or if there&#039;s no response, or no change is seen over the following two weeks, they may be removed from the position. Former maintainers who request to return after a prolonged period of voluntary or involuntary activity may return to their role, unless there&#039;s a major substantial objection taken into consideration, or if a Wiki Administrator vetoes. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
=== Organizers ===&lt;br /&gt;
&amp;lt;tvar name=&amp;quot;anchor&amp;quot;&amp;gt;{{Anchor|Organizer|Organizers}}&amp;lt;/tvar&amp;gt;&lt;br /&gt;
Organizers are maintainers who display high levels of experience with MediaWiki policies and its environment, and have been trusted for a higher degree of responsibility and expectation, but otherwise have equal leverage in decision-making.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
==== Qualifications ====&lt;br /&gt;
Candidates should have demonstrated a consistent degree of active involvement and investment in discussions regarding the VRChat Wiki, and policies. They should not have any major infractions, and no major substantial objections from anyone on the VRChat Wiki team. There should ideally be three to five active users with the Organizer role at a time, to balance effectiveness with the position.&lt;br /&gt;
&lt;br /&gt;
When any number of Organizer positions are available, a formal call will be made for applications along with a deadline of two weeks. Maintainers can put themselves forward by way of creating a discussion topic in which they make a case for themselves, which all Maintainers can comment on, and a simple thumbs up/down on the main post can be used to tally endorsements/disapprovals. All Maintainers/Organizers are eligible to comment and vote, including on their own nomination and others&#039;. Once the deadline is reached the voting threads will be locked and votes recorded, and then counted as the sum of thumbs up minus thumbs down. The applicants with the most support will be considered approved, up to the number of positions available. Ties can be broken by existing Organizer/VRC Staff discussion/consensus. VRC Staff also reserve the right to veto a candidate at their discretion.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
==== Responsibilities and expectations ====&lt;br /&gt;
Users with this role, act as liaisons between the VRChat Wiki team (volunteers), and Wiki administration. Organizers are responsible for creating, attending, and keeping up with meetings and discussions, as well as intervening and resolving any disputes within the VRChat Wiki team environment; help to manage the VRChat Wiki team by checking in with inactive Maintainers, or sanction them for policy violations, and to perform the administrative functions entrusted to them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
Organizers should be reasonably active in Wiki contributions, discussions to attend, oversee, guide meetings. They should be diligent to resolve disputes, and to communicate between the VRChat Wiki team, and Wiki administration when necessary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
As a volunteer position, there are no explicit minimums, but given their unique role and responsibilities, should generally be more involved than the already reasonable expectations assigned for maintainers. Abuse of privileges, or refusal to abide by established guidelines and policies, are grounds for removal from the VRChat Wiki team, and finalized by the Wiki administrators.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Special:MyLanguage/VRCWiki:Team|VRCWiki:Team]]&lt;br /&gt;
* [[Special:MyLanguage/Discord servers|VRChat Discord servers]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:VRCWiki policies]]&lt;br /&gt;
[[Category:Proofread]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Template:MainPageInfopush.js&amp;diff=25282</id>
		<title>MediaWiki:Template:MainPageInfopush.js</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Template:MainPageInfopush.js&amp;diff=25282"/>
		<updated>2025-03-01T11:48:09Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Removed protection from &amp;quot;MediaWiki:Template:MainPageInfopush.js&amp;quot;: No longer needed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;$(&lt;br /&gt;
	(function () {&lt;br /&gt;
		mw.loader.using([&amp;quot;oojs-ui-core&amp;quot;, &amp;quot;oojs-ui-windows&amp;quot;]).done(() =&amp;gt; {&lt;br /&gt;
			const [pageName, pageLanguage] = mw.config.values.wgPageName.split(&amp;quot;/&amp;quot;);&lt;br /&gt;
			&lt;br /&gt;
			// Restrict component rendering to the Main Page (or translated versions of itself!)&lt;br /&gt;
			// as we&#039;ll run arbitrary code based on the content.&lt;br /&gt;
			if (pageName !== &amp;quot;Main_Page&amp;quot; &amp;amp;&amp;amp; (!pageLanguage || mw.config.values.wgPageContentLanguage != pageLanguage)) return;&lt;br /&gt;
			&lt;br /&gt;
			var windowManager = new OO.ui.WindowManager();&lt;br /&gt;
			$(document.body).append(windowManager.$element);&lt;br /&gt;
&lt;br /&gt;
			function showArticle(element) {&lt;br /&gt;
				var { articleTitle, articleContent } = element.dataset;&lt;br /&gt;
&lt;br /&gt;
				function ArticleDialog(config) {&lt;br /&gt;
					ArticleDialog.super.call(this, config);&lt;br /&gt;
					this.config = config || {};&lt;br /&gt;
				}&lt;br /&gt;
&lt;br /&gt;
				OO.inheritClass(ArticleDialog, OO.ui.ProcessDialog);&lt;br /&gt;
&lt;br /&gt;
				ArticleDialog.static.name = &amp;quot;ArticleDialog&amp;quot;;&lt;br /&gt;
				ArticleDialog.static.title = articleTitle;&lt;br /&gt;
				ArticleDialog.static.size = &amp;quot;large&amp;quot;;&lt;br /&gt;
				ArticleDialog.static.actions = [&lt;br /&gt;
					{&lt;br /&gt;
						action: &amp;quot;close&amp;quot;,&lt;br /&gt;
						flags: &amp;quot;safe&amp;quot;,&lt;br /&gt;
						icon: &amp;quot;close&amp;quot;,&lt;br /&gt;
						label: &amp;quot;Close&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				];&lt;br /&gt;
&lt;br /&gt;
				ArticleDialog.prototype.initialize = function () {&lt;br /&gt;
					ArticleDialog.super.prototype.initialize.apply(this, arguments);&lt;br /&gt;
					this.content = new OO.ui.PanelLayout({&lt;br /&gt;
						$content: atob(articleContent),&lt;br /&gt;
						expanded: false,&lt;br /&gt;
						padded: true,&lt;br /&gt;
						scrollable: true&lt;br /&gt;
					});&lt;br /&gt;
&lt;br /&gt;
					this.$body.append(this.content.$element);&lt;br /&gt;
				};&lt;br /&gt;
&lt;br /&gt;
				ArticleDialog.prototype.getActionProcess = function (action) {&lt;br /&gt;
					if (action === &amp;quot;close&amp;quot;) {&lt;br /&gt;
						return new OO.ui.Process(function () {&lt;br /&gt;
							this.close({ action: &amp;quot;close&amp;quot; });&lt;br /&gt;
						}, this);&lt;br /&gt;
					}&lt;br /&gt;
					return ArticleDialog.super.prototype.getActionProcess.call(&lt;br /&gt;
						this,&lt;br /&gt;
						action&lt;br /&gt;
					);&lt;br /&gt;
				};&lt;br /&gt;
&lt;br /&gt;
				var dialog = new ArticleDialog();&lt;br /&gt;
&lt;br /&gt;
				windowManager.addWindows([dialog]);&lt;br /&gt;
				windowManager.openWindow(dialog);&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
			const infopushes = document.querySelectorAll(&amp;quot;.tpl-infopush&amp;quot;);&lt;br /&gt;
			console.log(&amp;quot;Template:MainPageInfopush&amp;quot;, infopushes);&lt;br /&gt;
&lt;br /&gt;
			for (const infopush of infopushes) {&lt;br /&gt;
				try {&lt;br /&gt;
					const content = infopush.querySelector(&amp;quot;.tpl-infopush-content&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
					const items = content.querySelectorAll(&amp;quot;.tpl-infopush-item&amp;quot;);&lt;br /&gt;
					const total = items.length;&lt;br /&gt;
&lt;br /&gt;
					console.log(&amp;quot;Template:MainPageInfopush&amp;quot;, infopush, items);&lt;br /&gt;
&lt;br /&gt;
					for (const item of items) {&lt;br /&gt;
						const { articleId } = item.dataset;&lt;br /&gt;
						// If we&#039;ve given this item an link override, but it previously had an article, we&#039;ll ignore it.&lt;br /&gt;
						if (!articleId || !!item.querySelector(&amp;quot;a&amp;quot;)) continue;&lt;br /&gt;
&lt;br /&gt;
						item.style.cursor = &amp;quot;pointer&amp;quot;;&lt;br /&gt;
						item.addEventListener(&amp;quot;click&amp;quot;, () =&amp;gt; showArticle(item));&lt;br /&gt;
					}&lt;br /&gt;
&lt;br /&gt;
					const navigation = infopush.querySelector(&amp;quot;.tpl-infopush-navigation&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
					let currentOffset = 0;&lt;br /&gt;
					function showSlide(index) {&lt;br /&gt;
						currentOffset = (index + total) % total;&lt;br /&gt;
						content.style.transform = `translateX(-${currentOffset * 100}%)`;&lt;br /&gt;
					}&lt;br /&gt;
&lt;br /&gt;
					const autoAdvanceEvery = 5000;&lt;br /&gt;
&lt;br /&gt;
					let autoAdvanceInterval;&lt;br /&gt;
					function resetAutoAdvance() {&lt;br /&gt;
						if (autoAdvanceInterval) clearInterval(autoAdvanceInterval);&lt;br /&gt;
						autoAdvanceInterval = setInterval(function () {&lt;br /&gt;
							showSlide(currentOffset + 1);&lt;br /&gt;
						}, autoAdvanceEvery);&lt;br /&gt;
					}&lt;br /&gt;
&lt;br /&gt;
					navigation&lt;br /&gt;
						.querySelector(&amp;quot;.tpl-infopush-navigation-previous&amp;quot;)&lt;br /&gt;
						.addEventListener(&amp;quot;click&amp;quot;, () =&amp;gt; {&lt;br /&gt;
							showSlide(currentOffset - 1);&lt;br /&gt;
							resetAutoAdvance();&lt;br /&gt;
						});&lt;br /&gt;
&lt;br /&gt;
					navigation&lt;br /&gt;
						.querySelector(&amp;quot;.tpl-infopush-navigation-next&amp;quot;)&lt;br /&gt;
						.addEventListener(&amp;quot;click&amp;quot;, () =&amp;gt; {&lt;br /&gt;
							showSlide(currentOffset + 1);&lt;br /&gt;
							resetAutoAdvance();&lt;br /&gt;
						});&lt;br /&gt;
&lt;br /&gt;
					resetAutoAdvance();&lt;br /&gt;
					showSlide(0);&lt;br /&gt;
				} catch (reason) {&lt;br /&gt;
					console.warn(&lt;br /&gt;
						&amp;quot;Template:MainPageInfopush&amp;quot;,&lt;br /&gt;
						&amp;quot;Couldn&#039;t initialize infopush.&amp;quot;,&lt;br /&gt;
						reason&lt;br /&gt;
					);&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		});&lt;br /&gt;
	})()&lt;br /&gt;
);&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=MediaWiki:Template:MainPageInfopush.js&amp;diff=25281</id>
		<title>MediaWiki:Template:MainPageInfopush.js</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=MediaWiki:Template:MainPageInfopush.js&amp;diff=25281"/>
		<updated>2025-03-01T11:41:57Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Protected &amp;quot;MediaWiki:Template:MainPageInfopush.js&amp;quot;: High-risk template or module ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;$(&lt;br /&gt;
	(function () {&lt;br /&gt;
		mw.loader.using([&amp;quot;oojs-ui-core&amp;quot;, &amp;quot;oojs-ui-windows&amp;quot;]).done(() =&amp;gt; {&lt;br /&gt;
			const [pageName, pageLanguage] = mw.config.values.wgPageName.split(&amp;quot;/&amp;quot;);&lt;br /&gt;
			&lt;br /&gt;
			// Restrict component rendering to the Main Page (or translated versions of itself!)&lt;br /&gt;
			// as we&#039;ll run arbitrary code based on the content.&lt;br /&gt;
			if (pageName !== &amp;quot;Main_Page&amp;quot; &amp;amp;&amp;amp; (!pageLanguage || mw.config.values.wgPageContentLanguage != pageLanguage)) return;&lt;br /&gt;
			&lt;br /&gt;
			var windowManager = new OO.ui.WindowManager();&lt;br /&gt;
			$(document.body).append(windowManager.$element);&lt;br /&gt;
&lt;br /&gt;
			function showArticle(element) {&lt;br /&gt;
				var { articleTitle, articleContent } = element.dataset;&lt;br /&gt;
&lt;br /&gt;
				function ArticleDialog(config) {&lt;br /&gt;
					ArticleDialog.super.call(this, config);&lt;br /&gt;
					this.config = config || {};&lt;br /&gt;
				}&lt;br /&gt;
&lt;br /&gt;
				OO.inheritClass(ArticleDialog, OO.ui.ProcessDialog);&lt;br /&gt;
&lt;br /&gt;
				ArticleDialog.static.name = &amp;quot;ArticleDialog&amp;quot;;&lt;br /&gt;
				ArticleDialog.static.title = articleTitle;&lt;br /&gt;
				ArticleDialog.static.size = &amp;quot;large&amp;quot;;&lt;br /&gt;
				ArticleDialog.static.actions = [&lt;br /&gt;
					{&lt;br /&gt;
						action: &amp;quot;close&amp;quot;,&lt;br /&gt;
						flags: &amp;quot;safe&amp;quot;,&lt;br /&gt;
						icon: &amp;quot;close&amp;quot;,&lt;br /&gt;
						label: &amp;quot;Close&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				];&lt;br /&gt;
&lt;br /&gt;
				ArticleDialog.prototype.initialize = function () {&lt;br /&gt;
					ArticleDialog.super.prototype.initialize.apply(this, arguments);&lt;br /&gt;
					this.content = new OO.ui.PanelLayout({&lt;br /&gt;
						$content: atob(articleContent),&lt;br /&gt;
						expanded: false,&lt;br /&gt;
						padded: true,&lt;br /&gt;
						scrollable: true&lt;br /&gt;
					});&lt;br /&gt;
&lt;br /&gt;
					this.$body.append(this.content.$element);&lt;br /&gt;
				};&lt;br /&gt;
&lt;br /&gt;
				ArticleDialog.prototype.getActionProcess = function (action) {&lt;br /&gt;
					if (action === &amp;quot;close&amp;quot;) {&lt;br /&gt;
						return new OO.ui.Process(function () {&lt;br /&gt;
							this.close({ action: &amp;quot;close&amp;quot; });&lt;br /&gt;
						}, this);&lt;br /&gt;
					}&lt;br /&gt;
					return ArticleDialog.super.prototype.getActionProcess.call(&lt;br /&gt;
						this,&lt;br /&gt;
						action&lt;br /&gt;
					);&lt;br /&gt;
				};&lt;br /&gt;
&lt;br /&gt;
				var dialog = new ArticleDialog();&lt;br /&gt;
&lt;br /&gt;
				windowManager.addWindows([dialog]);&lt;br /&gt;
				windowManager.openWindow(dialog);&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
			const infopushes = document.querySelectorAll(&amp;quot;.tpl-infopush&amp;quot;);&lt;br /&gt;
			console.log(&amp;quot;Template:MainPageInfopush&amp;quot;, infopushes);&lt;br /&gt;
&lt;br /&gt;
			for (const infopush of infopushes) {&lt;br /&gt;
				try {&lt;br /&gt;
					const content = infopush.querySelector(&amp;quot;.tpl-infopush-content&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
					const items = content.querySelectorAll(&amp;quot;.tpl-infopush-item&amp;quot;);&lt;br /&gt;
					const total = items.length;&lt;br /&gt;
&lt;br /&gt;
					console.log(&amp;quot;Template:MainPageInfopush&amp;quot;, infopush, items);&lt;br /&gt;
&lt;br /&gt;
					for (const item of items) {&lt;br /&gt;
						const { articleId } = item.dataset;&lt;br /&gt;
						// If we&#039;ve given this item an link override, but it previously had an article, we&#039;ll ignore it.&lt;br /&gt;
						if (!articleId || !!item.querySelector(&amp;quot;a&amp;quot;)) continue;&lt;br /&gt;
&lt;br /&gt;
						item.style.cursor = &amp;quot;pointer&amp;quot;;&lt;br /&gt;
						item.addEventListener(&amp;quot;click&amp;quot;, () =&amp;gt; showArticle(item));&lt;br /&gt;
					}&lt;br /&gt;
&lt;br /&gt;
					const navigation = infopush.querySelector(&amp;quot;.tpl-infopush-navigation&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
					let currentOffset = 0;&lt;br /&gt;
					function showSlide(index) {&lt;br /&gt;
						currentOffset = (index + total) % total;&lt;br /&gt;
						content.style.transform = `translateX(-${currentOffset * 100}%)`;&lt;br /&gt;
					}&lt;br /&gt;
&lt;br /&gt;
					const autoAdvanceEvery = 5000;&lt;br /&gt;
&lt;br /&gt;
					let autoAdvanceInterval;&lt;br /&gt;
					function resetAutoAdvance() {&lt;br /&gt;
						if (autoAdvanceInterval) clearInterval(autoAdvanceInterval);&lt;br /&gt;
						autoAdvanceInterval = setInterval(function () {&lt;br /&gt;
							showSlide(currentOffset + 1);&lt;br /&gt;
						}, autoAdvanceEvery);&lt;br /&gt;
					}&lt;br /&gt;
&lt;br /&gt;
					navigation&lt;br /&gt;
						.querySelector(&amp;quot;.tpl-infopush-navigation-previous&amp;quot;)&lt;br /&gt;
						.addEventListener(&amp;quot;click&amp;quot;, () =&amp;gt; {&lt;br /&gt;
							showSlide(currentOffset - 1);&lt;br /&gt;
							resetAutoAdvance();&lt;br /&gt;
						});&lt;br /&gt;
&lt;br /&gt;
					navigation&lt;br /&gt;
						.querySelector(&amp;quot;.tpl-infopush-navigation-next&amp;quot;)&lt;br /&gt;
						.addEventListener(&amp;quot;click&amp;quot;, () =&amp;gt; {&lt;br /&gt;
							showSlide(currentOffset + 1);&lt;br /&gt;
							resetAutoAdvance();&lt;br /&gt;
						});&lt;br /&gt;
&lt;br /&gt;
					resetAutoAdvance();&lt;br /&gt;
					showSlide(0);&lt;br /&gt;
				} catch (reason) {&lt;br /&gt;
					console.warn(&lt;br /&gt;
						&amp;quot;Template:MainPageInfopush&amp;quot;,&lt;br /&gt;
						&amp;quot;Couldn&#039;t initialize infopush.&amp;quot;,&lt;br /&gt;
						reason&lt;br /&gt;
					);&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		});&lt;br /&gt;
	})()&lt;br /&gt;
);&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Getting_Started&amp;diff=22231</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Getting_Started&amp;diff=22231"/>
		<updated>2025-02-06T00:04:24Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Proofreading&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{Noticebox/Official}}&lt;br /&gt;
{{VisitorsIndicator}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{#description2:This page will help you get started with VRChat. You’ll be up and running in a jiffy!}}&lt;br /&gt;
This page will help you &#039;&#039;&#039;get started&#039;&#039;&#039; with [[Special:MyLanguage/VRChat|VRChat]]. You’ll be up and running in a jiffy!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Reading this page will easily explain:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
*Which [[Special:MyLanguage/Platforms|devices]] are VRChat compatible&lt;br /&gt;
*Where to install VRChat from&lt;br /&gt;
*What to expect during your first few minutes of using VRChat&lt;br /&gt;
*Bonus video guides to help with your first experience&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
If you are unfamiliar with any [[Special:MyLanguage/Community:Terminology|Terminology]], or subjects, feel free to click on any of the blue highlighted hyperlinks that lead to other pages of the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
==System requirements / recommendations== &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Standalone devices=== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
VRChat runs on the following standalone headsets:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
*Meta Quest 2&lt;br /&gt;
*Meta Quest 3&lt;br /&gt;
*Meta Quest 3S&lt;br /&gt;
*Meta Quest Pro&lt;br /&gt;
*Vive Focus Vision&lt;br /&gt;
*Vive XR Elite&lt;br /&gt;
*Pico 4&lt;br /&gt;
*Pico 4 Pro&lt;br /&gt;
*Pico 4 Ultra&lt;br /&gt;
&lt;br /&gt;
===Mobile devices=== &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
VRChat can be played on any Android 10+, or iOS 17.0+ device with at least 6GB of system RAM, and is connected to Wi-Fi or over 4G/5G cellular networks.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Any recent mid-range or higher Android or iOS device should meet these specifications.&lt;br /&gt;
&lt;br /&gt;
===Steam Deck=== &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
Valve&#039;s testing indicates that VRChat is Verified on the Steam Deck. It is fully functional and works great with the built-in controls and display. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
*All functionality is accessible when using the default controller configuration.&lt;br /&gt;
*VRChat shows Steam Deck controller icons.&lt;br /&gt;
*In-game interface text is legible on the Steam Deck.&lt;br /&gt;
*VRChat&#039;s default graphics configuration performs well on the device.&lt;br /&gt;
&lt;br /&gt;
===PC=== &amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
Minimum requirements&amp;lt;ref&amp;gt;VRChat Help, System Requirements, https://help.vrchat.com/hc/en-us/articles/1500002378722-System-Requirements&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Steam Store, VRChat, https://store.steampowered.com/app/438100/VRChat/&amp;lt;/ref&amp;gt; to play are based of SteamVR minimum requirements&amp;lt;ref&amp;gt;Steam Store, SteamVR, https://store.steampowered.com/app/250820/SteamVR/&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
If you want to see if your PC is compatible with playing VRChat, you can download and use the [https://store.steampowered.com/app/1070910/Are_you_ready_for_Valve_Index/ Are you ready for Valve Index?] application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:66--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;CPU:&#039;&#039;&#039; Intel® i5-4590 or AMD FX 8350 or equivalent&lt;br /&gt;
* &#039;&#039;&#039;Memory:&#039;&#039;&#039; 4GB&lt;br /&gt;
* &#039;&#039;&#039;GPU:&#039;&#039;&#039; NVIDIA GeForce® GTX 970 or AMD Radeon™ R9 290 or equivalent&lt;br /&gt;
* &#039;&#039;&#039;Disk Space:&#039;&#039;&#039; 21.5GB of storage (~1.5GB for application&amp;lt;ref&amp;gt;SteamDB, VRChat, Depot https://steamdb.info/depot/438101/&amp;lt;/ref&amp;gt;, 20GB minimum cache size)&lt;br /&gt;
* &#039;&#039;&#039;Internet Connection:&#039;&#039;&#039; required (25Mbps+ download speed recommended)&lt;br /&gt;
* &#039;&#039;&#039;OS:&#039;&#039;&#039; Windows 10, Windows 11&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
These are the &amp;lt;u&amp;gt;absolute minimum&amp;lt;/u&amp;gt; requirements to run VRChat on desktop and VR mode. Although the application will run, you may encounter performance issues. VRChat has lots of user-created content, some [[Special:MyLanguage/avatars|avatars]] and [[Special:MyLanguage/worlds|worlds]] may cause your performance to drop more than you might expect from a typical game! It is recommended adjusting your [[Special:MyLanguage/Safety|Safety Settings]] for the most optimal experience.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
VRChat benefits from big caches which can be found in AMD X3D CPU Series. As for the GPU, selecting cards that have more V-RAM will give you a performant experience. However in certain cases (Including VR) it is mostly recommended that you choose a card that has generally better performance.&lt;br /&gt;
&lt;br /&gt;
==Installing VRChat == &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
=== On Meta Quest===&lt;br /&gt;
&#039;&#039;for Meta Quest 2, Meta Quest 3, Meta Quest 3S, Meta Quest Pro&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
Either search for &#039;&#039;&#039;VRChat&#039;&#039;&#039; on the Meta store, or install from the [https://www.meta.com/experiences/1856672347794301 Meta page].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
===On Pico===&lt;br /&gt;
&#039;&#039;for Pico 4, Pico 4 Pro, Pico 4 Ultra&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
Either search for &#039;&#039;&#039;VRChat&#039;&#039;&#039; on the Pico store, or install from the [https://store-global.picoxr.com/global/detail/1/7288745304105664518 Pico Store page].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:58--&amp;gt;&lt;br /&gt;
===On Vive===&lt;br /&gt;
&#039;&#039;for Vive XR Elite, Vive Focus Vision&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
On the Viveport Store page, you may either search for &#039;&#039;&#039;VRChat&#039;&#039;&#039;, or click [https://www.viveport.com/apps/4b5187b8-004c-473c-9219-258c3ea8e255 here].&lt;br /&gt;
&lt;br /&gt;
=== On PC=== &amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Via Steam ==== &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
On the Steam Store page, you may either search for &#039;&#039;&#039;VRChat&#039;&#039;&#039;, or click [https://store.steampowered.com/app/438100/VRChat here].&lt;br /&gt;
&lt;br /&gt;
==== Via Viveport==== &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
On the Viveport Store page, you may either search for &#039;&#039;&#039;VRChat&#039;&#039;&#039;, or click [https://www.viveport.com/apps/469fbcbb-bfde-40b5-a7d4-381249d387cd/ here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
====Via Meta Store====&lt;br /&gt;
&#039;&#039;for Meta Rift, Meta Rift S&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
Either search for &#039;&#039;&#039;VRChat&#039;&#039;&#039; on the Meta store, or install from the [https://www.meta.com/experiences/pcvr/vrchat/997678176960598/ Meta page].&lt;br /&gt;
&lt;br /&gt;
===On Android=== &amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
You can search for &#039;&#039;&#039;VRChat&#039;&#039;&#039; on the Google Play Store, or [https://play.google.com/store/apps/details?id=com.vrchat.mobile.playstore tap this link on your mobile device].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:64--&amp;gt;&lt;br /&gt;
===On iOS (Beta)===&lt;br /&gt;
{{Noticebox/unreleased}}&lt;br /&gt;
If you were given access to the iOS beta, you can look for the &amp;quot;Testflight&amp;quot; invite link, on the e-mail address associated with your VRChat account. After you joining the beta test, you can then install the application.&lt;br /&gt;
&lt;br /&gt;
==Account creation== &amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
[[File:LoginPage.webp|thumb|An image of the VRChat login screen]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
When you launch VRChat, you will be presented with a log in screen. You will have options on changing languages, reading [[Special:MyLanguage/Terms of Service|Terms of Service]] and the [[Special:MyLanguage/Privacy Policy|Privacy Policy]], and primarily signing in with a VRChat account, or create a device account via Steam, Meta, Google, Pico, or VIVE, depending on the device being used. To log in to a VRChat account, you must first [https://vrchat.com/home/register register] on VRChat&#039;s website. Creating a VRChat account will grant you access to the VRChat application, a web version of your VRChat profile, friend list, browse worlds, and generate [[Special:MyLanguage/impostors|impostors]]. You will also be able to access [[Special:MyLanguage/VRChat_SDK|VRChat&#039;s Software Development Kit]], [https://feedback.vrchat.com Feedback Forums], [https://ask.vrchat.com Ask Forums], enroll in the [[Special:MyLanguage/Creator Economy|Creator Economy]] Program, and edit the VRChat Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
Creating a device account via Steam, Meta, Google, Pico, or VIVE, will only grant instantaneous access to the VRChat application. It is also possible to [[Special:MyLanguage/Account Merging|merge accounts]] if you wish to generate a device account now, and create a VRChat account later. After merging your device account to a VRChat account, choosing to log into the device account will transfer your login to the VRChat account.&lt;br /&gt;
&lt;br /&gt;
==Learning how to use VRChat== &amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
When you log into VRChat, you’ll start in a private Home world! Here, you can explore at your own pace to learn the [[Special:MyLanguage/controls|controls]], adjust [[Special:MyLanguage/settings|settings]], find your first avatar, and go to your next world! The default Home world is the [[Special:MyLanguage/VRChat Home|VRChat Home]], a welcoming place to begin your session. You can choose to go back to your private Home instance at any time by opening up the Quick Menu, and choosing the &#039;&#039;&#039;Go Home&#039;&#039;&#039; tile.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
When meeting another user in VRChat, you can open up your [[Special:MyLanguage/Quick Menu|Quick Menu]], and learn more information about a user. To do this in VR, point the laser in your off-hand at them. A capsule will appear, and you click the trigger button to bring open a separate menu. On desktop, you can either click the &#039;&#039;&#039;Select User&#039;&#039;&#039; tile, or hold the Shift key and hover over the capsule. Use the left mouse button to open the new menu. On mobile, simply tap on the user to bring open the menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
In the Quick Menu there also is a tab which shows you the list of current players in the instance: the &#039;&#039;&#039;Here&#039;&#039;&#039; tab. By clicking on one of the user names in the list you can: read their biography, request to add them as a friend, change their microphone volume, mute them, hide their avatar, [https://wiki.vrchat.com/wiki/Avatars#Cloning clone] their avatar if available, or block them.&lt;br /&gt;
&lt;br /&gt;
== Change UI Language== &amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
If VRChat is set to a language you don&#039;t understand, you can use the following process to change it.&lt;br /&gt;
*The icons can be used to identify which button to click.&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;260&amp;quot; heights=&amp;quot;150&amp;quot;&amp;gt;&lt;br /&gt;
File:How to change UI Language1.webp|1. Open Quick Menu and &#039;&#039;&#039;Double Click&#039;&#039;&#039; on the &#039;&#039;&#039;Gear&#039;&#039;&#039; Icon.&lt;br /&gt;
File:How_to_change_UI_Language2.webp|2. Select the category &#039;&#039;&#039;between the mirror and gamepad symbols&#039;&#039;&#039; to navigate to the User Interface category, and click the button &#039;&#039;&#039;highlighted by the Green Circle&#039;&#039;&#039;.&lt;br /&gt;
File:How_to_change_UI_Language3.webp|3. Select &#039;&#039;&#039;English&#039;&#039;&#039; or your &#039;&#039;&#039;preferred language&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Community resources== &amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Noticebox/Community}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
Our community has created many great guides on getting started in VRChat. Here are a few videos that you can check out to learn how to use VRChat, and also some additional guides and context.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
Thank you to PHIA and [[Community:The Virtual Reality Show|The Virtual Reality Show]] team for creating the videos below. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
*[https://www.youtube.com/watch?v=Bm8quWg_wig &amp;lt;nowiki&amp;gt;VRCHAT BEGINNERS GUIDE [2024] - Introduction for New Players!&amp;lt;/nowiki&amp;gt;]  - This guide is a great primer on how to get started in VRChat.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
*[https://www.youtube.com/watch?v=4UBmmpt5iJ8 Best Places to see in VRChat! Quest &amp;amp; PC feat. Thrillseeker]- Now that you’ve learned how to use VRChat, here are some places to explore.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
*[https://www.youtube.com/watch?v=vWr4diTDqJM How to upload a VRChat Avatar - Complete Guide! PC, Quest &amp;amp; VRoid] - If you’re curious how to create and upload your avatar, this video is a great starting point.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
*[https://www.youtube.com/watch?v=DomfNq0vNCk The Best VR Setup for YOU!] - This guide for 2024 reviews the current VR hardware landscape and gives a good picture of what VRChat players use as they upgrade their equipment.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
*[https://www.youtube.com/watch?v=QSyS4HSaFPA Derafrog&#039;s Ultimate A to Z Guide to VRChat] - Offers a comprehensive video on many parts of VRChat.&lt;br /&gt;
&lt;br /&gt;
==Official resources== &amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
*{{VRC link|https://vrch.at/getting-started | Getting Started}} on &#039;&#039;help.vrchat.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:67--&amp;gt;&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Start-navbox}}&lt;br /&gt;
[[Category:Needs Images]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRC%2B&amp;diff=21295</id>
		<title>VRC+</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRC%2B&amp;diff=21295"/>
		<updated>2025-01-29T00:45:26Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: /* Age Verification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
&#039;&#039;&#039;VRChat+&#039;&#039;&#039; &#039;&#039;(often abbreviated to VRC+)&#039;&#039; is a subscription service that provides users with additional features and benefits to enhance their VRChat experience. Purchasing VRChat+ directly supports VRChat&#039;s development. VRChat+ was officially released on [https://medium.com/vrchat/vrchat-plus-is-now-live-c8efdf796f2d December 3rd, 2020].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
[[File:What Is VRChat Plus.png|border|right|frame]]&lt;br /&gt;
VRChat+ offers various features that enhance the user experience:&lt;br /&gt;
&lt;br /&gt;
=== Custom user icons ===&lt;br /&gt;
[[File:VRChat Plus Icons.webp|thumb|200x200px|Icons can be displayed on a user&#039;s nameplate if they are subscribed to VRChat+.]]&lt;br /&gt;
Supporters can customize their nameplate with a custom user icon. Take a picture in VRChat or upload an image on the VRChat website.&lt;br /&gt;
&lt;br /&gt;
===Increased avatar slots===&lt;br /&gt;
Supporters unlock more avatar slots and avatar lists.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Free&lt;br /&gt;
!VRChat+&lt;br /&gt;
|-&lt;br /&gt;
!Avatar Slots&lt;br /&gt;
|50&lt;br /&gt;
|300 &lt;br /&gt;
|-&lt;br /&gt;
!Avatar Lists&lt;br /&gt;
|1&lt;br /&gt;
|6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gallery===&lt;br /&gt;
&#039;&#039;See also [[Special:MyLanguage/Gallery|Gallery]] for more detailed information.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Supporters unlock the ability to use the Gallery, which allows them to capture photos using the [[Camera]], in addition to uploading images in the form of Icons, Photos, Emojis, and Stickers. Images uploaded to the Gallery must be less than 10MB, larger than 64×64 pixels, and smaller than 2048×2048 pixels. Custom emoji must be smaller than 1024×1024 pixels.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |VRChat+&lt;br /&gt;
|-&lt;br /&gt;
!Icons&lt;br /&gt;
| 64&lt;br /&gt;
|-&lt;br /&gt;
!Photos &lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
!Emoji &lt;br /&gt;
| 9&lt;br /&gt;
|-&lt;br /&gt;
!Stickers &lt;br /&gt;
| 9&lt;br /&gt;
|-&lt;br /&gt;
!Prints&lt;br /&gt;
|64&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Icons====&lt;br /&gt;
Icons are circular images that can be equipped for both Profiles and Groups. When equipped to your profile, the icon is displayed on your nameplate, in the Here tab, at the top of the Quick Menu, and on your profile, replacing the free icon of the first 3 characters of your username.&lt;br /&gt;
&lt;br /&gt;
====Photos ====&lt;br /&gt;
Photos are rectangular images that can be equipped for Profiles and Groups and attached to notifications sent to other users. When added to your profile, the photo is displayed alongside your username in Friend Locations and on your profile, replacing the thumbnail of the avatar you currently have equipped. The photo acts as the group&#039;s banner when added to a group. Photos can be attached to invites, invite requests, and replies. VRChat+ users can take and attach new photos using the camera without saving them to the Gallery.&lt;br /&gt;
=====Prints=====&lt;br /&gt;
Prints are photos users can take within VRChat and spawn as an object in-world for other users to share and save. Prints carry metadata of: who took the photo, where, and when a photo was taken. They can also have custom messages written on them. Prints have the same appearance as real-world [[Wikipedia:Instant_film|instant films]]. All prints will always upload in 1080p resolution.&lt;br /&gt;
&lt;br /&gt;
Users can &amp;quot;collect&amp;quot; prints by saving them to their user [[Gallery]].&lt;br /&gt;
====Emoji====&lt;br /&gt;
&amp;lt;!-- make sound beter plox --&amp;gt;&lt;br /&gt;
Up to nine custom emoji can be uploaded and used in the Gallery, providing unique expressions and reactions. Animated emoji are also supported.&lt;br /&gt;
====Stickers====&lt;br /&gt;
[[File:StickerActionMenu.webp|alt=Action Menu with five options: &amp;quot;Back,&amp;quot; &amp;quot;Show Stickers&amp;quot; (eye icon), &amp;quot;Default&amp;quot; (stickers of VRRat and VRCat), &amp;quot;Custom&amp;quot; (several generic stickers).|thumb|253x253px|Stickers in the [[Action Menu]].]]&lt;br /&gt;
Stickers can be uploaded similarly to how custom emojis are. Stickers are placeable images that any user can see, only one can be placed at a time. When a user leaves an instance, their stickers will disappear. Users can hide a sticker by selecting it, blocking a user will also hide their stickers.&lt;br /&gt;
&lt;br /&gt;
==== Sharing====&lt;br /&gt;
[[File:SharingPedestal.webp|thumb|248x248px|A sharing pedestal with a palette]]&lt;br /&gt;
Sharing enables a VRChat+ user to share custom emojis, stickers, pictures, and UI color schemes with other users. This allows a user to place a Sharing Pedestal in a world that other users can interact with. When a user leaves an instance, their pedestal will disappear. Sharing pedestals can be hidden by selecting it, blocking a user will also hide their pedestal.&lt;br /&gt;
&lt;br /&gt;
=== Groups===&lt;br /&gt;
Supporters unlock the ability to create and join more [[Special:MyLanguage/groups|groups]]. A VRChat+ subscription is not required to retain ownership of a group once it has been created.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Free&lt;br /&gt;
!VRChat+&lt;br /&gt;
|-&lt;br /&gt;
! Joined Groups&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|-&lt;br /&gt;
! Group Creation&lt;br /&gt;
|0&lt;br /&gt;
|5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===UI decorations===&lt;br /&gt;
Supporters can customize UI Elements to their liking, including the UI theme colors and selecting background designs for the [[Special:MyLanguage/Quick Menu|Quick Menu]] and [[Special:MyLanguage/Main Menu|Main Menu]].&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Free&lt;br /&gt;
!VRChat+&lt;br /&gt;
|-&lt;br /&gt;
!Backgrounds Designs&lt;br /&gt;
|4&lt;br /&gt;
|37&lt;br /&gt;
|-&lt;br /&gt;
!UI Themes&lt;br /&gt;
|0&lt;br /&gt;
|20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
These are the background designs VRChat+ offers:&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;70&amp;quot;&amp;gt;&lt;br /&gt;
File:UI - Filigree.png|Filigree&lt;br /&gt;
File:UI - Bit Mountain.png|Bit Mountain&lt;br /&gt;
File:UI - Approach.png|Approach&lt;br /&gt;
File:UI - Planet Fall.png|Planet Fall&lt;br /&gt;
File:UI - Jungle.png|Jungle&lt;br /&gt;
File:UI - Light Streams.png|Light Streams&lt;br /&gt;
File:UI - Koi.png|Koi&lt;br /&gt;
File:UI - Moonlight.png|Moonlight&lt;br /&gt;
File:UI - Machine.png|Machine&lt;br /&gt;
File:UI - Topology.png|Topology&lt;br /&gt;
File:Ui - Circuit.png|Circuit&lt;br /&gt;
File:UI - Kawaii Cupcakes.png|Kawaii Cupcakes&lt;br /&gt;
File:UI - Bokeh.png|Bokeh&lt;br /&gt;
File:UI - Hologram.png|Hologram&lt;br /&gt;
File:UI - Flow.png|Flow&lt;br /&gt;
File:UI - Jelly.png|Jelly&lt;br /&gt;
File:UI - Cheese.png|Cheese&lt;br /&gt;
File:UI - Alchemy.png|Alchemy&lt;br /&gt;
File:UI - Sunset Mountain.png|Sunset Mountain&lt;br /&gt;
File:UI - Magic Rocks.png|Magic Rocks&lt;br /&gt;
File:UI - City Stillness.png|City Stillness&lt;br /&gt;
File:UI - Music.png|Music&lt;br /&gt;
File:UI - Wolf Running.png|Wolf Running&lt;br /&gt;
File:UI - Dragon Smoke.png|Dragon Smoke&lt;br /&gt;
File:UI - Night Rain.png|Night Rain&lt;br /&gt;
File:UI - Butterfly ZERO.png|Butterfly ZERO&lt;br /&gt;
File:UI - I am Speed.png|I am Speed&lt;br /&gt;
File:UI - Ronin.png|Ronin&lt;br /&gt;
File:UI - Abduction.png|Abduction&lt;br /&gt;
File:UI - Cat Dream.png|Cat Dream&lt;br /&gt;
File:UI - Virtual Waves.png|Virtual Waves&lt;br /&gt;
File:UI - Bolt and Snail.png|Bolt and Snail&lt;br /&gt;
File:UI - Escape.png|Escape&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You also get 5 default UI Themes to choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;5&amp;quot; |Name&lt;br /&gt;
|-&lt;br /&gt;
|Default&lt;br /&gt;
|Carbon&lt;br /&gt;
|Nebula&lt;br /&gt;
|Embers &lt;br /&gt;
|Grass&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Trust boost===&lt;br /&gt;
Supporters receive an increase in their [[Special:MyLanguage/Trust Rank|Trust Rank]]. This boost can elevate a user&#039;s trust rank to the next level. The minimum [[Special:MyLanguage/Trust Rank|Trust Rank]] received is User, which is particularly beneficial for newcomers who want to start content creation immediately.&lt;br /&gt;
If already a User or Known rank, the trust boost is unlikely to have an immediate effect. For those with a Trusted rank, the boost will have no effect.&lt;br /&gt;
&lt;br /&gt;
===Age Verification===&lt;br /&gt;
[[Special:MyLanguage/Age_verification|Age Verification]] is a feature accessible to VRChat+ subscribers, allowing users to verify their age. This grants a special badge that can be displayed on their profile, as well as access to age restricted instances.&lt;br /&gt;
&lt;br /&gt;
=== Other features===&lt;br /&gt;
[[File:Icon_VRC_Plus_Icon.png|right|120x120px|thumb|The &amp;quot;Supporter&amp;quot; badge, displayed on a subscriber&#039;s profile]]&lt;br /&gt;
Additional features include:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;VRChat+ Profile Badge:&#039;&#039;&#039; Being an active supporter of VRChat+ will grant a user a &amp;quot;Supporter&amp;quot; badge, as long as their subscription is active. This special badge can be found on your user profile on the platform, and on the VRChat website.&lt;br /&gt;
*&#039;&#039;&#039;VRCat on Quick Menu&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Features that were available to Supporters, but are no longer available: &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Early Supporter Profile Badge&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;VRChat for Android Mobile Early Access&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Purchasing==&lt;br /&gt;
[[File:VRChat Plus Banner.png|right|frame]]&lt;br /&gt;
VRChat+ can only be purchased in-client through the VRChat+ tab at the bottom right of the Quick- and Main Menu.&lt;br /&gt;
&lt;br /&gt;
===Tiers and pricing===&lt;br /&gt;
VRChat+ comes in two tiers: VRChat+ Monthly and VRChat+ Yearly.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Tier &lt;br /&gt;
!Price in USD&lt;br /&gt;
|-&lt;br /&gt;
|Monthly&lt;br /&gt;
|$9.99/month&lt;br /&gt;
|-&lt;br /&gt;
|Yearly&lt;br /&gt;
|$99.99/yearly&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&#039;&#039;Pricing in Europe may include Value-Added Tax (VAT)&#039;&#039;&amp;lt;ref&amp;gt;[https://hello.vrchat.com/blog/euro-price-vat-change European Pricing Update for VRChat Plus/Credits]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Technical information===&lt;br /&gt;
&lt;br /&gt;
VRChat+ is available on Steam, the Meta Quest Store and Android.&lt;br /&gt;
&lt;br /&gt;
====Using VRChat+ on different platforms====&lt;br /&gt;
Your VRChat+ benefits are linked to your VRChat account and any platform-specific account it’s merged with. You can purchase VRChat+ on Steam even if you primarily use another platform, like Oculus PC, by merging your Oculus PC account into your VRChat account.&lt;br /&gt;
&lt;br /&gt;
==== Custom user icons====&lt;br /&gt;
Active supporters can upload images to their account on the VRChat website and select one as an icon next to their nameplate. This can be accessed by clicking the Icons button on the sidebar in the VRChat Home interface. You can also upload pictures taken in VRChat via the User Icon interface.&lt;br /&gt;
&lt;br /&gt;
====Subscription issues====&lt;br /&gt;
For issues with VRChat+ features, contact VRChat Support. Subscription payments are processed through platform partners (Steam or Oculus), so contact their support services for payment issues. Refunds for subscriptions are not permitted by the platforms, and VRChat does not offer refunds after purchase.&lt;br /&gt;
&lt;br /&gt;
====Subscription renewal and lapse====&lt;br /&gt;
When a VRChat+ subscription lapses: &lt;br /&gt;
*Your user icon will be cleared, but uploaded icons will be saved.&lt;br /&gt;
*You will lose access to VRChat+ favorite avatar rows but retain access to the first 25 avatars. Data for additional rows is stored for future access.&lt;br /&gt;
*Early Supporter statuses or badges and Trust gained from the VRChat+ Trust boost are retained.&lt;br /&gt;
*Other VRChat+ features will be disabled, with data saved for future access if the subscription is restarted.&lt;br /&gt;
&lt;br /&gt;
====Canceling VRChat+ subscription====&lt;br /&gt;
&#039;&#039;&#039;Steam:&#039;&#039;&#039;&lt;br /&gt;
1. Visit the Steam Account Details page.&lt;br /&gt;
2. Click “Manage Subscriptions.”&lt;br /&gt;
3. Cancel or renew subscriptions as needed. &lt;br /&gt;
&lt;br /&gt;
For more details, see the [https://help.steampowered.com/en/faqs/view/726E-E811-168F-0D9E Steam Support article on recurring subscriptions].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Meta Quest Store:&#039;&#039;&#039;&lt;br /&gt;
1. In your Meta Quest headset, select “Your Account” in the Store left sidebar.&lt;br /&gt;
2. Select “Subscriptions,” then “VRChat,” and finally “Cancel Subscription.”&lt;br /&gt;
&lt;br /&gt;
==Gifting VRChat+==&lt;br /&gt;
[[File:How to Gift VRChat Plus.png|right|frame]]&lt;br /&gt;
You can also gift other users VRChat+. If you send a gift to a user who already has VRChat+, it will extend the time on their active subscription.&lt;br /&gt;
&lt;br /&gt;
To gift a user with VRChat+, you can click on them if they are in the same instance as you, and click &#039;&#039;&#039;Gift VRChat+&#039;&#039;&#039;. You can also search for a user in either the &#039;&#039;&#039;Search&#039;&#039;&#039; tab, or &#039;&#039;&#039;Social&#039;&#039;&#039; tab, and also click &#039;&#039;&#039;Gift VRChat+&#039;&#039;&#039; when on their profile.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span id=&amp;quot;Gift drop&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Gift drop===&lt;br /&gt;
You can visually gift several users in an instance simultaneously, by using a gift drop. If there are more VRChat+ gifts within the drop, than there are users in the instance, some users may get more than one month of VRChat+.&lt;br /&gt;
&lt;br /&gt;
When dropping gifts, you can choose to either distribute them equally among users in the instance, or to prioritize dropping to the closest users. The user dropping the gift is then prompted to select a location in the instance where the gift will be dropped.&lt;br /&gt;
&lt;br /&gt;
Drops can have a discount up to 50%.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
[[Category:Features]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRC%2B&amp;diff=21294</id>
		<title>VRC+</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRC%2B&amp;diff=21294"/>
		<updated>2025-01-29T00:45:08Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Fixed link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
&#039;&#039;&#039;VRChat+&#039;&#039;&#039; &#039;&#039;(often abbreviated to VRC+)&#039;&#039; is a subscription service that provides users with additional features and benefits to enhance their VRChat experience. Purchasing VRChat+ directly supports VRChat&#039;s development. VRChat+ was officially released on [https://medium.com/vrchat/vrchat-plus-is-now-live-c8efdf796f2d December 3rd, 2020].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
[[File:What Is VRChat Plus.png|border|right|frame]]&lt;br /&gt;
VRChat+ offers various features that enhance the user experience:&lt;br /&gt;
&lt;br /&gt;
=== Custom user icons ===&lt;br /&gt;
[[File:VRChat Plus Icons.webp|thumb|200x200px|Icons can be displayed on a user&#039;s nameplate if they are subscribed to VRChat+.]]&lt;br /&gt;
Supporters can customize their nameplate with a custom user icon. Take a picture in VRChat or upload an image on the VRChat website.&lt;br /&gt;
&lt;br /&gt;
===Increased avatar slots===&lt;br /&gt;
Supporters unlock more avatar slots and avatar lists.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Free&lt;br /&gt;
!VRChat+&lt;br /&gt;
|-&lt;br /&gt;
!Avatar Slots&lt;br /&gt;
|50&lt;br /&gt;
|300 &lt;br /&gt;
|-&lt;br /&gt;
!Avatar Lists&lt;br /&gt;
|1&lt;br /&gt;
|6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gallery===&lt;br /&gt;
&#039;&#039;See also [[Special:MyLanguage/Gallery|Gallery]] for more detailed information.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Supporters unlock the ability to use the Gallery, which allows them to capture photos using the [[Camera]], in addition to uploading images in the form of Icons, Photos, Emojis, and Stickers. Images uploaded to the Gallery must be less than 10MB, larger than 64×64 pixels, and smaller than 2048×2048 pixels. Custom emoji must be smaller than 1024×1024 pixels.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |VRChat+&lt;br /&gt;
|-&lt;br /&gt;
!Icons&lt;br /&gt;
| 64&lt;br /&gt;
|-&lt;br /&gt;
!Photos &lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
!Emoji &lt;br /&gt;
| 9&lt;br /&gt;
|-&lt;br /&gt;
!Stickers &lt;br /&gt;
| 9&lt;br /&gt;
|-&lt;br /&gt;
!Prints&lt;br /&gt;
|64&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Icons====&lt;br /&gt;
Icons are circular images that can be equipped for both Profiles and Groups. When equipped to your profile, the icon is displayed on your nameplate, in the Here tab, at the top of the Quick Menu, and on your profile, replacing the free icon of the first 3 characters of your username.&lt;br /&gt;
&lt;br /&gt;
====Photos ====&lt;br /&gt;
Photos are rectangular images that can be equipped for Profiles and Groups and attached to notifications sent to other users. When added to your profile, the photo is displayed alongside your username in Friend Locations and on your profile, replacing the thumbnail of the avatar you currently have equipped. The photo acts as the group&#039;s banner when added to a group. Photos can be attached to invites, invite requests, and replies. VRChat+ users can take and attach new photos using the camera without saving them to the Gallery.&lt;br /&gt;
=====Prints=====&lt;br /&gt;
Prints are photos users can take within VRChat and spawn as an object in-world for other users to share and save. Prints carry metadata of: who took the photo, where, and when a photo was taken. They can also have custom messages written on them. Prints have the same appearance as real-world [[Wikipedia:Instant_film|instant films]]. All prints will always upload in 1080p resolution.&lt;br /&gt;
&lt;br /&gt;
Users can &amp;quot;collect&amp;quot; prints by saving them to their user [[Gallery]].&lt;br /&gt;
====Emoji====&lt;br /&gt;
&amp;lt;!-- make sound beter plox --&amp;gt;&lt;br /&gt;
Up to nine custom emoji can be uploaded and used in the Gallery, providing unique expressions and reactions. Animated emoji are also supported.&lt;br /&gt;
====Stickers====&lt;br /&gt;
[[File:StickerActionMenu.webp|alt=Action Menu with five options: &amp;quot;Back,&amp;quot; &amp;quot;Show Stickers&amp;quot; (eye icon), &amp;quot;Default&amp;quot; (stickers of VRRat and VRCat), &amp;quot;Custom&amp;quot; (several generic stickers).|thumb|253x253px|Stickers in the [[Action Menu]].]]&lt;br /&gt;
Stickers can be uploaded similarly to how custom emojis are. Stickers are placeable images that any user can see, only one can be placed at a time. When a user leaves an instance, their stickers will disappear. Users can hide a sticker by selecting it, blocking a user will also hide their stickers.&lt;br /&gt;
&lt;br /&gt;
==== Sharing====&lt;br /&gt;
[[File:SharingPedestal.webp|thumb|248x248px|A sharing pedestal with a palette]]&lt;br /&gt;
Sharing enables a VRChat+ user to share custom emojis, stickers, pictures, and UI color schemes with other users. This allows a user to place a Sharing Pedestal in a world that other users can interact with. When a user leaves an instance, their pedestal will disappear. Sharing pedestals can be hidden by selecting it, blocking a user will also hide their pedestal.&lt;br /&gt;
&lt;br /&gt;
=== Groups===&lt;br /&gt;
Supporters unlock the ability to create and join more [[Special:MyLanguage/groups|groups]]. A VRChat+ subscription is not required to retain ownership of a group once it has been created.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Free&lt;br /&gt;
!VRChat+&lt;br /&gt;
|-&lt;br /&gt;
! Joined Groups&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|-&lt;br /&gt;
! Group Creation&lt;br /&gt;
|0&lt;br /&gt;
|5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===UI decorations===&lt;br /&gt;
Supporters can customize UI Elements to their liking, including the UI theme colors and selecting background designs for the [[Special:MyLanguage/Quick Menu|Quick Menu]] and [[Special:MyLanguage/Main Menu|Main Menu]].&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Free&lt;br /&gt;
!VRChat+&lt;br /&gt;
|-&lt;br /&gt;
!Backgrounds Designs&lt;br /&gt;
|4&lt;br /&gt;
|37&lt;br /&gt;
|-&lt;br /&gt;
!UI Themes&lt;br /&gt;
|0&lt;br /&gt;
|20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
These are the background designs VRChat+ offers:&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;70&amp;quot;&amp;gt;&lt;br /&gt;
File:UI - Filigree.png|Filigree&lt;br /&gt;
File:UI - Bit Mountain.png|Bit Mountain&lt;br /&gt;
File:UI - Approach.png|Approach&lt;br /&gt;
File:UI - Planet Fall.png|Planet Fall&lt;br /&gt;
File:UI - Jungle.png|Jungle&lt;br /&gt;
File:UI - Light Streams.png|Light Streams&lt;br /&gt;
File:UI - Koi.png|Koi&lt;br /&gt;
File:UI - Moonlight.png|Moonlight&lt;br /&gt;
File:UI - Machine.png|Machine&lt;br /&gt;
File:UI - Topology.png|Topology&lt;br /&gt;
File:Ui - Circuit.png|Circuit&lt;br /&gt;
File:UI - Kawaii Cupcakes.png|Kawaii Cupcakes&lt;br /&gt;
File:UI - Bokeh.png|Bokeh&lt;br /&gt;
File:UI - Hologram.png|Hologram&lt;br /&gt;
File:UI - Flow.png|Flow&lt;br /&gt;
File:UI - Jelly.png|Jelly&lt;br /&gt;
File:UI - Cheese.png|Cheese&lt;br /&gt;
File:UI - Alchemy.png|Alchemy&lt;br /&gt;
File:UI - Sunset Mountain.png|Sunset Mountain&lt;br /&gt;
File:UI - Magic Rocks.png|Magic Rocks&lt;br /&gt;
File:UI - City Stillness.png|City Stillness&lt;br /&gt;
File:UI - Music.png|Music&lt;br /&gt;
File:UI - Wolf Running.png|Wolf Running&lt;br /&gt;
File:UI - Dragon Smoke.png|Dragon Smoke&lt;br /&gt;
File:UI - Night Rain.png|Night Rain&lt;br /&gt;
File:UI - Butterfly ZERO.png|Butterfly ZERO&lt;br /&gt;
File:UI - I am Speed.png|I am Speed&lt;br /&gt;
File:UI - Ronin.png|Ronin&lt;br /&gt;
File:UI - Abduction.png|Abduction&lt;br /&gt;
File:UI - Cat Dream.png|Cat Dream&lt;br /&gt;
File:UI - Virtual Waves.png|Virtual Waves&lt;br /&gt;
File:UI - Bolt and Snail.png|Bolt and Snail&lt;br /&gt;
File:UI - Escape.png|Escape&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You also get 5 default UI Themes to choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;5&amp;quot; |Name&lt;br /&gt;
|-&lt;br /&gt;
|Default&lt;br /&gt;
|Carbon&lt;br /&gt;
|Nebula&lt;br /&gt;
|Embers &lt;br /&gt;
|Grass&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Trust boost===&lt;br /&gt;
Supporters receive an increase in their [[Special:MyLanguage/Trust Rank|Trust Rank]]. This boost can elevate a user&#039;s trust rank to the next level. The minimum [[Special:MyLanguage/Trust Rank|Trust Rank]] received is User, which is particularly beneficial for newcomers who want to start content creation immediately.&lt;br /&gt;
If already a User or Known rank, the trust boost is unlikely to have an immediate effect. For those with a Trusted rank, the boost will have no effect.&lt;br /&gt;
&lt;br /&gt;
===Age Verification===&lt;br /&gt;
[[Special:MyLanguage/Age_verification|Age Verification]] is accessible to VRChat+ subscribers, allowing users to verify their age. This grants a special badge that can be displayed on their profile, as well as access to age restricted instances.&lt;br /&gt;
&lt;br /&gt;
=== Other features===&lt;br /&gt;
[[File:Icon_VRC_Plus_Icon.png|right|120x120px|thumb|The &amp;quot;Supporter&amp;quot; badge, displayed on a subscriber&#039;s profile]]&lt;br /&gt;
Additional features include:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;VRChat+ Profile Badge:&#039;&#039;&#039; Being an active supporter of VRChat+ will grant a user a &amp;quot;Supporter&amp;quot; badge, as long as their subscription is active. This special badge can be found on your user profile on the platform, and on the VRChat website.&lt;br /&gt;
*&#039;&#039;&#039;VRCat on Quick Menu&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Features that were available to Supporters, but are no longer available: &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Early Supporter Profile Badge&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;VRChat for Android Mobile Early Access&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Purchasing==&lt;br /&gt;
[[File:VRChat Plus Banner.png|right|frame]]&lt;br /&gt;
VRChat+ can only be purchased in-client through the VRChat+ tab at the bottom right of the Quick- and Main Menu.&lt;br /&gt;
&lt;br /&gt;
===Tiers and pricing===&lt;br /&gt;
VRChat+ comes in two tiers: VRChat+ Monthly and VRChat+ Yearly.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Tier &lt;br /&gt;
!Price in USD&lt;br /&gt;
|-&lt;br /&gt;
|Monthly&lt;br /&gt;
|$9.99/month&lt;br /&gt;
|-&lt;br /&gt;
|Yearly&lt;br /&gt;
|$99.99/yearly&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&#039;&#039;Pricing in Europe may include Value-Added Tax (VAT)&#039;&#039;&amp;lt;ref&amp;gt;[https://hello.vrchat.com/blog/euro-price-vat-change European Pricing Update for VRChat Plus/Credits]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Technical information===&lt;br /&gt;
&lt;br /&gt;
VRChat+ is available on Steam, the Meta Quest Store and Android.&lt;br /&gt;
&lt;br /&gt;
====Using VRChat+ on different platforms====&lt;br /&gt;
Your VRChat+ benefits are linked to your VRChat account and any platform-specific account it’s merged with. You can purchase VRChat+ on Steam even if you primarily use another platform, like Oculus PC, by merging your Oculus PC account into your VRChat account.&lt;br /&gt;
&lt;br /&gt;
==== Custom user icons====&lt;br /&gt;
Active supporters can upload images to their account on the VRChat website and select one as an icon next to their nameplate. This can be accessed by clicking the Icons button on the sidebar in the VRChat Home interface. You can also upload pictures taken in VRChat via the User Icon interface.&lt;br /&gt;
&lt;br /&gt;
====Subscription issues====&lt;br /&gt;
For issues with VRChat+ features, contact VRChat Support. Subscription payments are processed through platform partners (Steam or Oculus), so contact their support services for payment issues. Refunds for subscriptions are not permitted by the platforms, and VRChat does not offer refunds after purchase.&lt;br /&gt;
&lt;br /&gt;
====Subscription renewal and lapse====&lt;br /&gt;
When a VRChat+ subscription lapses: &lt;br /&gt;
*Your user icon will be cleared, but uploaded icons will be saved.&lt;br /&gt;
*You will lose access to VRChat+ favorite avatar rows but retain access to the first 25 avatars. Data for additional rows is stored for future access.&lt;br /&gt;
*Early Supporter statuses or badges and Trust gained from the VRChat+ Trust boost are retained.&lt;br /&gt;
*Other VRChat+ features will be disabled, with data saved for future access if the subscription is restarted.&lt;br /&gt;
&lt;br /&gt;
====Canceling VRChat+ subscription====&lt;br /&gt;
&#039;&#039;&#039;Steam:&#039;&#039;&#039;&lt;br /&gt;
1. Visit the Steam Account Details page.&lt;br /&gt;
2. Click “Manage Subscriptions.”&lt;br /&gt;
3. Cancel or renew subscriptions as needed. &lt;br /&gt;
&lt;br /&gt;
For more details, see the [https://help.steampowered.com/en/faqs/view/726E-E811-168F-0D9E Steam Support article on recurring subscriptions].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Meta Quest Store:&#039;&#039;&#039;&lt;br /&gt;
1. In your Meta Quest headset, select “Your Account” in the Store left sidebar.&lt;br /&gt;
2. Select “Subscriptions,” then “VRChat,” and finally “Cancel Subscription.”&lt;br /&gt;
&lt;br /&gt;
==Gifting VRChat+==&lt;br /&gt;
[[File:How to Gift VRChat Plus.png|right|frame]]&lt;br /&gt;
You can also gift other users VRChat+. If you send a gift to a user who already has VRChat+, it will extend the time on their active subscription.&lt;br /&gt;
&lt;br /&gt;
To gift a user with VRChat+, you can click on them if they are in the same instance as you, and click &#039;&#039;&#039;Gift VRChat+&#039;&#039;&#039;. You can also search for a user in either the &#039;&#039;&#039;Search&#039;&#039;&#039; tab, or &#039;&#039;&#039;Social&#039;&#039;&#039; tab, and also click &#039;&#039;&#039;Gift VRChat+&#039;&#039;&#039; when on their profile.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span id=&amp;quot;Gift drop&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Gift drop===&lt;br /&gt;
You can visually gift several users in an instance simultaneously, by using a gift drop. If there are more VRChat+ gifts within the drop, than there are users in the instance, some users may get more than one month of VRChat+.&lt;br /&gt;
&lt;br /&gt;
When dropping gifts, you can choose to either distribute them equally among users in the instance, or to prioritize dropping to the closest users. The user dropping the gift is then prompted to select a location in the instance where the gift will be dropped.&lt;br /&gt;
&lt;br /&gt;
Drops can have a discount up to 50%.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
[[Category:Features]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=VRC%2B&amp;diff=21293</id>
		<title>VRC+</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=VRC%2B&amp;diff=21293"/>
		<updated>2025-01-29T00:44:07Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Updated for Age Verification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
&#039;&#039;&#039;VRChat+&#039;&#039;&#039; &#039;&#039;(often abbreviated to VRC+)&#039;&#039; is a subscription service that provides users with additional features and benefits to enhance their VRChat experience. Purchasing VRChat+ directly supports VRChat&#039;s development. VRChat+ was officially released on [https://medium.com/vrchat/vrchat-plus-is-now-live-c8efdf796f2d December 3rd, 2020].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
[[File:What Is VRChat Plus.png|border|right|frame]]&lt;br /&gt;
VRChat+ offers various features that enhance the user experience:&lt;br /&gt;
&lt;br /&gt;
=== Custom user icons ===&lt;br /&gt;
[[File:VRChat Plus Icons.webp|thumb|200x200px|Icons can be displayed on a user&#039;s nameplate if they are subscribed to VRChat+.]]&lt;br /&gt;
Supporters can customize their nameplate with a custom user icon. Take a picture in VRChat or upload an image on the VRChat website.&lt;br /&gt;
&lt;br /&gt;
===Increased avatar slots===&lt;br /&gt;
Supporters unlock more avatar slots and avatar lists.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Free&lt;br /&gt;
!VRChat+&lt;br /&gt;
|-&lt;br /&gt;
!Avatar Slots&lt;br /&gt;
|50&lt;br /&gt;
|300 &lt;br /&gt;
|-&lt;br /&gt;
!Avatar Lists&lt;br /&gt;
|1&lt;br /&gt;
|6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gallery===&lt;br /&gt;
&#039;&#039;See also [[Special:MyLanguage/Gallery|Gallery]] for more detailed information.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Supporters unlock the ability to use the Gallery, which allows them to capture photos using the [[Camera]], in addition to uploading images in the form of Icons, Photos, Emojis, and Stickers. Images uploaded to the Gallery must be less than 10MB, larger than 64×64 pixels, and smaller than 2048×2048 pixels. Custom emoji must be smaller than 1024×1024 pixels.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |VRChat+&lt;br /&gt;
|-&lt;br /&gt;
!Icons&lt;br /&gt;
| 64&lt;br /&gt;
|-&lt;br /&gt;
!Photos &lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
!Emoji &lt;br /&gt;
| 9&lt;br /&gt;
|-&lt;br /&gt;
!Stickers &lt;br /&gt;
| 9&lt;br /&gt;
|-&lt;br /&gt;
!Prints&lt;br /&gt;
|64&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Icons====&lt;br /&gt;
Icons are circular images that can be equipped for both Profiles and Groups. When equipped to your profile, the icon is displayed on your nameplate, in the Here tab, at the top of the Quick Menu, and on your profile, replacing the free icon of the first 3 characters of your username.&lt;br /&gt;
&lt;br /&gt;
====Photos ====&lt;br /&gt;
Photos are rectangular images that can be equipped for Profiles and Groups and attached to notifications sent to other users. When added to your profile, the photo is displayed alongside your username in Friend Locations and on your profile, replacing the thumbnail of the avatar you currently have equipped. The photo acts as the group&#039;s banner when added to a group. Photos can be attached to invites, invite requests, and replies. VRChat+ users can take and attach new photos using the camera without saving them to the Gallery.&lt;br /&gt;
=====Prints=====&lt;br /&gt;
Prints are photos users can take within VRChat and spawn as an object in-world for other users to share and save. Prints carry metadata of: who took the photo, where, and when a photo was taken. They can also have custom messages written on them. Prints have the same appearance as real-world [[Wikipedia:Instant_film|instant films]]. All prints will always upload in 1080p resolution.&lt;br /&gt;
&lt;br /&gt;
Users can &amp;quot;collect&amp;quot; prints by saving them to their user [[Gallery]].&lt;br /&gt;
====Emoji====&lt;br /&gt;
&amp;lt;!-- make sound beter plox --&amp;gt;&lt;br /&gt;
Up to nine custom emoji can be uploaded and used in the Gallery, providing unique expressions and reactions. Animated emoji are also supported.&lt;br /&gt;
====Stickers====&lt;br /&gt;
[[File:StickerActionMenu.webp|alt=Action Menu with five options: &amp;quot;Back,&amp;quot; &amp;quot;Show Stickers&amp;quot; (eye icon), &amp;quot;Default&amp;quot; (stickers of VRRat and VRCat), &amp;quot;Custom&amp;quot; (several generic stickers).|thumb|253x253px|Stickers in the [[Action Menu]].]]&lt;br /&gt;
Stickers can be uploaded similarly to how custom emojis are. Stickers are placeable images that any user can see, only one can be placed at a time. When a user leaves an instance, their stickers will disappear. Users can hide a sticker by selecting it, blocking a user will also hide their stickers.&lt;br /&gt;
&lt;br /&gt;
==== Sharing====&lt;br /&gt;
[[File:SharingPedestal.webp|thumb|248x248px|A sharing pedestal with a palette]]&lt;br /&gt;
Sharing enables a VRChat+ user to share custom emojis, stickers, pictures, and UI color schemes with other users. This allows a user to place a Sharing Pedestal in a world that other users can interact with. When a user leaves an instance, their pedestal will disappear. Sharing pedestals can be hidden by selecting it, blocking a user will also hide their pedestal.&lt;br /&gt;
&lt;br /&gt;
=== Groups===&lt;br /&gt;
Supporters unlock the ability to create and join more [[Special:MyLanguage/groups|groups]]. A VRChat+ subscription is not required to retain ownership of a group once it has been created.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Free&lt;br /&gt;
!VRChat+&lt;br /&gt;
|-&lt;br /&gt;
! Joined Groups&lt;br /&gt;
|100&lt;br /&gt;
|200&lt;br /&gt;
|-&lt;br /&gt;
! Group Creation&lt;br /&gt;
|0&lt;br /&gt;
|5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===UI decorations===&lt;br /&gt;
Supporters can customize UI Elements to their liking, including the UI theme colors and selecting background designs for the [[Special:MyLanguage/Quick Menu|Quick Menu]] and [[Special:MyLanguage/Main Menu|Main Menu]].&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Free&lt;br /&gt;
!VRChat+&lt;br /&gt;
|-&lt;br /&gt;
!Backgrounds Designs&lt;br /&gt;
|4&lt;br /&gt;
|37&lt;br /&gt;
|-&lt;br /&gt;
!UI Themes&lt;br /&gt;
|0&lt;br /&gt;
|20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
These are the background designs VRChat+ offers:&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;70&amp;quot;&amp;gt;&lt;br /&gt;
File:UI - Filigree.png|Filigree&lt;br /&gt;
File:UI - Bit Mountain.png|Bit Mountain&lt;br /&gt;
File:UI - Approach.png|Approach&lt;br /&gt;
File:UI - Planet Fall.png|Planet Fall&lt;br /&gt;
File:UI - Jungle.png|Jungle&lt;br /&gt;
File:UI - Light Streams.png|Light Streams&lt;br /&gt;
File:UI - Koi.png|Koi&lt;br /&gt;
File:UI - Moonlight.png|Moonlight&lt;br /&gt;
File:UI - Machine.png|Machine&lt;br /&gt;
File:UI - Topology.png|Topology&lt;br /&gt;
File:Ui - Circuit.png|Circuit&lt;br /&gt;
File:UI - Kawaii Cupcakes.png|Kawaii Cupcakes&lt;br /&gt;
File:UI - Bokeh.png|Bokeh&lt;br /&gt;
File:UI - Hologram.png|Hologram&lt;br /&gt;
File:UI - Flow.png|Flow&lt;br /&gt;
File:UI - Jelly.png|Jelly&lt;br /&gt;
File:UI - Cheese.png|Cheese&lt;br /&gt;
File:UI - Alchemy.png|Alchemy&lt;br /&gt;
File:UI - Sunset Mountain.png|Sunset Mountain&lt;br /&gt;
File:UI - Magic Rocks.png|Magic Rocks&lt;br /&gt;
File:UI - City Stillness.png|City Stillness&lt;br /&gt;
File:UI - Music.png|Music&lt;br /&gt;
File:UI - Wolf Running.png|Wolf Running&lt;br /&gt;
File:UI - Dragon Smoke.png|Dragon Smoke&lt;br /&gt;
File:UI - Night Rain.png|Night Rain&lt;br /&gt;
File:UI - Butterfly ZERO.png|Butterfly ZERO&lt;br /&gt;
File:UI - I am Speed.png|I am Speed&lt;br /&gt;
File:UI - Ronin.png|Ronin&lt;br /&gt;
File:UI - Abduction.png|Abduction&lt;br /&gt;
File:UI - Cat Dream.png|Cat Dream&lt;br /&gt;
File:UI - Virtual Waves.png|Virtual Waves&lt;br /&gt;
File:UI - Bolt and Snail.png|Bolt and Snail&lt;br /&gt;
File:UI - Escape.png|Escape&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You also get 5 default UI Themes to choose from:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;5&amp;quot; |Name&lt;br /&gt;
|-&lt;br /&gt;
|Default&lt;br /&gt;
|Carbon&lt;br /&gt;
|Nebula&lt;br /&gt;
|Embers &lt;br /&gt;
|Grass&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Trust boost===&lt;br /&gt;
Supporters receive an increase in their [[Special:MyLanguage/Trust Rank|Trust Rank]]. This boost can elevate a user&#039;s trust rank to the next level. The minimum [[Special:MyLanguage/Trust Rank|Trust Rank]] received is User, which is particularly beneficial for newcomers who want to start content creation immediately.&lt;br /&gt;
If already a User or Known rank, the trust boost is unlikely to have an immediate effect. For those with a Trusted rank, the boost will have no effect.&lt;br /&gt;
&lt;br /&gt;
===Age Verification===&lt;br /&gt;
[[Special:MyLanguage/Age_Verification|Age Verification]] is accessible to VRChat+ subscribers, allowing users to verify their age. This grants a special badge that can be displayed on their profile, as well as access to age restricted instances.&lt;br /&gt;
&lt;br /&gt;
=== Other features===&lt;br /&gt;
[[File:Icon_VRC_Plus_Icon.png|right|120x120px|thumb|The &amp;quot;Supporter&amp;quot; badge, displayed on a subscriber&#039;s profile]]&lt;br /&gt;
Additional features include:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;VRChat+ Profile Badge:&#039;&#039;&#039; Being an active supporter of VRChat+ will grant a user a &amp;quot;Supporter&amp;quot; badge, as long as their subscription is active. This special badge can be found on your user profile on the platform, and on the VRChat website.&lt;br /&gt;
*&#039;&#039;&#039;VRCat on Quick Menu&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Features that were available to Supporters, but are no longer available: &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Early Supporter Profile Badge&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;VRChat for Android Mobile Early Access&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Purchasing==&lt;br /&gt;
[[File:VRChat Plus Banner.png|right|frame]]&lt;br /&gt;
VRChat+ can only be purchased in-client through the VRChat+ tab at the bottom right of the Quick- and Main Menu.&lt;br /&gt;
&lt;br /&gt;
===Tiers and pricing===&lt;br /&gt;
VRChat+ comes in two tiers: VRChat+ Monthly and VRChat+ Yearly.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Tier &lt;br /&gt;
!Price in USD&lt;br /&gt;
|-&lt;br /&gt;
|Monthly&lt;br /&gt;
|$9.99/month&lt;br /&gt;
|-&lt;br /&gt;
|Yearly&lt;br /&gt;
|$99.99/yearly&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&#039;&#039;Pricing in Europe may include Value-Added Tax (VAT)&#039;&#039;&amp;lt;ref&amp;gt;[https://hello.vrchat.com/blog/euro-price-vat-change European Pricing Update for VRChat Plus/Credits]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Technical information===&lt;br /&gt;
&lt;br /&gt;
VRChat+ is available on Steam, the Meta Quest Store and Android.&lt;br /&gt;
&lt;br /&gt;
====Using VRChat+ on different platforms====&lt;br /&gt;
Your VRChat+ benefits are linked to your VRChat account and any platform-specific account it’s merged with. You can purchase VRChat+ on Steam even if you primarily use another platform, like Oculus PC, by merging your Oculus PC account into your VRChat account.&lt;br /&gt;
&lt;br /&gt;
==== Custom user icons====&lt;br /&gt;
Active supporters can upload images to their account on the VRChat website and select one as an icon next to their nameplate. This can be accessed by clicking the Icons button on the sidebar in the VRChat Home interface. You can also upload pictures taken in VRChat via the User Icon interface.&lt;br /&gt;
&lt;br /&gt;
====Subscription issues====&lt;br /&gt;
For issues with VRChat+ features, contact VRChat Support. Subscription payments are processed through platform partners (Steam or Oculus), so contact their support services for payment issues. Refunds for subscriptions are not permitted by the platforms, and VRChat does not offer refunds after purchase.&lt;br /&gt;
&lt;br /&gt;
====Subscription renewal and lapse====&lt;br /&gt;
When a VRChat+ subscription lapses: &lt;br /&gt;
*Your user icon will be cleared, but uploaded icons will be saved.&lt;br /&gt;
*You will lose access to VRChat+ favorite avatar rows but retain access to the first 25 avatars. Data for additional rows is stored for future access.&lt;br /&gt;
*Early Supporter statuses or badges and Trust gained from the VRChat+ Trust boost are retained.&lt;br /&gt;
*Other VRChat+ features will be disabled, with data saved for future access if the subscription is restarted.&lt;br /&gt;
&lt;br /&gt;
====Canceling VRChat+ subscription====&lt;br /&gt;
&#039;&#039;&#039;Steam:&#039;&#039;&#039;&lt;br /&gt;
1. Visit the Steam Account Details page.&lt;br /&gt;
2. Click “Manage Subscriptions.”&lt;br /&gt;
3. Cancel or renew subscriptions as needed. &lt;br /&gt;
&lt;br /&gt;
For more details, see the [https://help.steampowered.com/en/faqs/view/726E-E811-168F-0D9E Steam Support article on recurring subscriptions].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Meta Quest Store:&#039;&#039;&#039;&lt;br /&gt;
1. In your Meta Quest headset, select “Your Account” in the Store left sidebar.&lt;br /&gt;
2. Select “Subscriptions,” then “VRChat,” and finally “Cancel Subscription.”&lt;br /&gt;
&lt;br /&gt;
==Gifting VRChat+==&lt;br /&gt;
[[File:How to Gift VRChat Plus.png|right|frame]]&lt;br /&gt;
You can also gift other users VRChat+. If you send a gift to a user who already has VRChat+, it will extend the time on their active subscription.&lt;br /&gt;
&lt;br /&gt;
To gift a user with VRChat+, you can click on them if they are in the same instance as you, and click &#039;&#039;&#039;Gift VRChat+&#039;&#039;&#039;. You can also search for a user in either the &#039;&#039;&#039;Search&#039;&#039;&#039; tab, or &#039;&#039;&#039;Social&#039;&#039;&#039; tab, and also click &#039;&#039;&#039;Gift VRChat+&#039;&#039;&#039; when on their profile.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span id=&amp;quot;Gift drop&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Gift drop===&lt;br /&gt;
You can visually gift several users in an instance simultaneously, by using a gift drop. If there are more VRChat+ gifts within the drop, than there are users in the instance, some users may get more than one month of VRChat+.&lt;br /&gt;
&lt;br /&gt;
When dropping gifts, you can choose to either distribute them equally among users in the instance, or to prioritize dropping to the closest users. The user dropping the gift is then prompted to select a location in the instance where the gift will be dropped.&lt;br /&gt;
&lt;br /&gt;
Drops can have a discount up to 50%.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
[[Category:Features]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Age_Assurance&amp;diff=21292</id>
		<title>Age Assurance</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Age_Assurance&amp;diff=21292"/>
		<updated>2025-01-29T00:39:56Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Removed beta notice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{noticebox/Official}}{{Noticebox/wip|Age Verification is an emerging feature, more information is to come out over time.|[[User:Usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|&amp;lt;span style=&amp;quot;color:#9966ff;&amp;quot;&amp;gt;TrixxedHeart&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;font-size:6px; position: relative; top: -1em;&amp;quot;&amp;gt;(They/Them)&amp;lt;/span&amp;gt;]] ([[User Talk:Usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|talk]])}}&lt;br /&gt;
[[File:Age-Verification-Badges.webp|thumb|Profile Markers]]&lt;br /&gt;
&#039;&#039;&#039;Age verification&#039;&#039;&#039; is a feature announced on November 27, 2024 on the official VRChat Youtube channel&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;quot;Introducing Age Verification | Developer Update #vrchat.&amp;quot; YouTube, uploaded by VRChat, 27 Nov. 2024, https://www.youtube.com/watch?v=odiNjIFUNvw. Accessed 27 Nov. 2024.&amp;lt;/ref&amp;gt;. It allows users to verify their age using the third-party service [https://withpersona.com/ Persona], users who are verified 18+ gain access to instances restricted to those 18 and older.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
Age verification is conducted through [https://withpersona.com/ Persona], a third-party verification provider compliant with GDPR&amp;lt;ref&amp;gt;Persona. Security. https://withpersona.com/security. Accessed 28 Nov. 2024.&amp;lt;/ref&amp;gt;. Users provide a government-issued ID&amp;lt;ref&amp;gt;https://docs.withpersona.com/reference/government-id-verifications Government ID Verifications] on &#039;&#039;withpersona.com&#039;&#039;; retrieved December 9, 2024.&amp;lt;/ref&amp;gt; and use a camera-enabled device, such as a smartphone or computer with a webcam, to complete the process.&lt;br /&gt;
&lt;br /&gt;
Just about any form of government identification can be used depending on the country the user is from, such as, but not limited to:&lt;br /&gt;
* Drivers License&lt;br /&gt;
* Identification Card&lt;br /&gt;
* Passport&lt;br /&gt;
* Passport Card&lt;br /&gt;
* Permanent Residence Card&lt;br /&gt;
* Immigration Visa&lt;br /&gt;
* Work Permit&lt;br /&gt;
&amp;lt;!-- This list can vary by country to country, translators are recommended to check which IDs are available in their respective country so the list is accurate for most users by language --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Persona processes the user’s identification and biometrics in accordance with its strict privacy policy&amp;lt;ref&amp;gt;Persona. Privacy Policy. https://withpersona.com/legal/privacy-policy. Accessed 27 Nov. 2024.&amp;lt;/ref&amp;gt;, ensuring GDPR, CCPA, and other compliance standards are met. VRChat does not receive or store personal information from the verification process, except for the user’s verified date of birth. Persona operates under a Data Processing Agreement (DPA) with VRChat, which requires Persona to operate under GDPR/CCPA for all users regardless of location&amp;lt;ref&amp;gt;Tupper (2024, December 2). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-what-if-i-dont-live-in-the-eu-or-california-10&amp;lt;/ref&amp;gt;.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
[[File:Age Verify DropDown Menu.webp|thumb|Profile options to select which marker is shown.|200x200px]]&lt;br /&gt;
Verified users have the option to display a marker on their profile indicating their age verification status. There are two versions of the marker that a verified user can pick from at any time: &lt;br /&gt;
* &amp;quot;Age Verified&amp;quot; which any age verified user can use regardless of age.&lt;br /&gt;
* &amp;quot;Verified 18+&amp;quot; which can only be used by users who are age verified &#039;&#039;and&#039;&#039; are 18 or older. &lt;br /&gt;
The marker can also be hidden completely if a user does not want to make their verification status visible to others.&lt;br /&gt;
Users who are verified 18+ can always access age-restricted instances, regardless of which badge is shown on their profile.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;quot;Age Verified&amp;quot; marker alone does &#039;&#039;not&#039;&#039; indicate a user is 18+, only that they have verified their age. Users who are under 18 &#039;&#039;(but must be at least 13)&#039;&#039; can verify their age with Persona, but will not be able to choose the 18+ Verified marker on their profile or access age-restricted instances until they have turned 18.&lt;br /&gt;
&lt;br /&gt;
[[Special:MyLanguage/Groups|Groups]] can create 18+ restricted [[Special:MyLanguage/Instances|instances]], requiring all participants to complete the age verification process &#039;&#039;and&#039;&#039; be 18 or older to join. These restrictions can be applied to public, group-only, or group-plus instances.&lt;br /&gt;
&lt;br /&gt;
Age Verification is being considered to function alongside [[Special:MyLanguage/Content_Gating|Content Gating]] to prevent unverified users and verified users under the age of 18 from accessing content tagged with &amp;quot;Sexually suggestive&amp;quot; and &amp;quot;Adult language and themes&amp;quot; however, when or how it will is not currently confirmed&amp;lt;ref&amp;gt;Tupper (2024, December 3). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-when-will-content-gating-be-affected-by-age-verification-39&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Tupper (2024, December 3). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-what-other-content-or-systems-will-be-affected-by-age-verification-35&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Rollout==&lt;br /&gt;
The feature was originally limited to select groups during a trial period, where only members of selected groups could apply for verification and create age-restricted instances. Future updates would expand access and introduce additional use cases, such as content gating and other feedback collected during the trial&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The first beta rollout begun December 17th 2024, multiple selected groups were given access to age verification for group users. &amp;lt;!-- do we know how many? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On January 28th 2025 the feature was fully released and made available to all [[Special:MyLanguage/VRChat+|VRChat+]] subscribers.&lt;br /&gt;
==Additional information==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Verification Requirements:&#039;&#039;&#039; Users &#039;&#039;must&#039;&#039; submit an unedited photo of their government ID for it to be accepted as well as complete a &amp;quot;liveliness check&amp;quot; involving a selfie to ensure the person validating is the same as the person who owns the ID&amp;lt;ref&amp;gt;Tupper (2024, December 2). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-what-do-i-need-to-submit-to-verify-my-age-4&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* &#039;&#039;&#039;Optional:&#039;&#039;&#039; Age verification is not mandatory to use VRChat. However, to be able to access age-restricted instances and features a user must verify their age &#039;&#039;and&#039;&#039; be 18 or older&amp;lt;ref&amp;gt;Tupper (2024, December 2). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-is-age-verification-mandatory-6&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* &#039;&#039;&#039;Data Handling:&#039;&#039;&#039; ID data is retained by Persona for the minimum amount of time it takes to verify the user&#039;s birthdate and to create a unique one-way [[wikipedia:Cryptographic_hash_function|cryptographic hash]] utilizing data from the user&#039;s provided ID. This hash is stored on VRChat&#039;s servers for that user&#039;s account and all ID data is deleted on Persona&#039;s end, the irreversible cryptographic hash and user&#039;s verified Date of Birth remain on VRChat&#039;s servers.&amp;lt;ref&amp;gt;https://youtu.be/lzG9IwmM7TI&amp;lt;/ref&amp;gt;&lt;br /&gt;
** &#039;&#039;&#039;Note:&#039;&#039;&#039; Deleting verification data in VRChat will result in the user&#039;s account being unusable until they accept the Terms of Service and input their birthdate again. This will also result in verification status being removed from that account unless it is reverified.&lt;br /&gt;
* &#039;&#039;&#039;One ID Per Account:&#039;&#039;&#039; One ID cannot be used to verify multiple accounts. This restriction is intended to enhance trust, and encourage users to place more value in their account, discouraging malicious behavior&amp;lt;ref&amp;gt;Tupper (2024, December 2). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-can-i-use-the-same-id-to-verify-multiple-accounts-8&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* &#039;&#039;&#039;18+ ≠ Sexually Explicit Content:&#039;&#039;&#039; 18+ Age verification or age-restricted instances do not waive the Terms of Service or Community Guidelines&#039; policy on pornographic content.&lt;br /&gt;
** Refer to section 13.2 of the [[Terms of Service]]&amp;lt;ref&amp;gt;VRChat (2024, November 18). &#039;&#039;VRChat Terms of Service&#039;&#039;. Retrieved December 9, 2024, from https://hello.vrchat.com/legal#:~:text=13.2.%20Prohibited%20Conduct&amp;lt;/ref&amp;gt; or the [[Community Guidelines]]&amp;lt;ref&amp;gt;VRChat (2024, August 12). &#039;&#039;VRChat Community Guidelines&#039;&#039;. Retrieved December 9, 2024, from https://hello.vrchat.com/community-guidelines&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Age_Assurance&amp;diff=21291</id>
		<title>Age Assurance</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Age_Assurance&amp;diff=21291"/>
		<updated>2025-01-29T00:39:38Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Feature now released, updated tenses and added note about release. Could use more work&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{noticebox/Official}}{{Noticebox/wip|Age Verification is an emerging feature, more information is to come out over time.|[[User:Usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|&amp;lt;span style=&amp;quot;color:#9966ff;&amp;quot;&amp;gt;TrixxedHeart&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;font-size:6px; position: relative; top: -1em;&amp;quot;&amp;gt;(They/Them)&amp;lt;/span&amp;gt;]] ([[User Talk:Usr_c272d4fe-f1f8-4d77-8008-cad6cb81d6cd|talk]])}}{{Noticebox/unreleased}}&lt;br /&gt;
[[File:Age-Verification-Badges.webp|thumb|Profile Markers]]&lt;br /&gt;
&#039;&#039;&#039;Age verification&#039;&#039;&#039; is a feature announced on November 27, 2024 on the official VRChat Youtube channel&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;&amp;quot;Introducing Age Verification | Developer Update #vrchat.&amp;quot; YouTube, uploaded by VRChat, 27 Nov. 2024, https://www.youtube.com/watch?v=odiNjIFUNvw. Accessed 27 Nov. 2024.&amp;lt;/ref&amp;gt;. It allows users to verify their age using the third-party service [https://withpersona.com/ Persona], users who are verified 18+ gain access to instances restricted to those 18 and older.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
Age verification is conducted through [https://withpersona.com/ Persona], a third-party verification provider compliant with GDPR&amp;lt;ref&amp;gt;Persona. Security. https://withpersona.com/security. Accessed 28 Nov. 2024.&amp;lt;/ref&amp;gt;. Users provide a government-issued ID&amp;lt;ref&amp;gt;https://docs.withpersona.com/reference/government-id-verifications Government ID Verifications] on &#039;&#039;withpersona.com&#039;&#039;; retrieved December 9, 2024.&amp;lt;/ref&amp;gt; and use a camera-enabled device, such as a smartphone or computer with a webcam, to complete the process.&lt;br /&gt;
&lt;br /&gt;
Just about any form of government identification can be used depending on the country the user is from, such as, but not limited to:&lt;br /&gt;
* Drivers License&lt;br /&gt;
* Identification Card&lt;br /&gt;
* Passport&lt;br /&gt;
* Passport Card&lt;br /&gt;
* Permanent Residence Card&lt;br /&gt;
* Immigration Visa&lt;br /&gt;
* Work Permit&lt;br /&gt;
&amp;lt;!-- This list can vary by country to country, translators are recommended to check which IDs are available in their respective country so the list is accurate for most users by language --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Persona processes the user’s identification and biometrics in accordance with its strict privacy policy&amp;lt;ref&amp;gt;Persona. Privacy Policy. https://withpersona.com/legal/privacy-policy. Accessed 27 Nov. 2024.&amp;lt;/ref&amp;gt;, ensuring GDPR, CCPA, and other compliance standards are met. VRChat does not receive or store personal information from the verification process, except for the user’s verified date of birth. Persona operates under a Data Processing Agreement (DPA) with VRChat, which requires Persona to operate under GDPR/CCPA for all users regardless of location&amp;lt;ref&amp;gt;Tupper (2024, December 2). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-what-if-i-dont-live-in-the-eu-or-california-10&amp;lt;/ref&amp;gt;.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
[[File:Age Verify DropDown Menu.webp|thumb|Profile options to select which marker is shown.|200x200px]]&lt;br /&gt;
Verified users have the option to display a marker on their profile indicating their age verification status. There are two versions of the marker that a verified user can pick from at any time: &lt;br /&gt;
* &amp;quot;Age Verified&amp;quot; which any age verified user can use regardless of age.&lt;br /&gt;
* &amp;quot;Verified 18+&amp;quot; which can only be used by users who are age verified &#039;&#039;and&#039;&#039; are 18 or older. &lt;br /&gt;
The marker can also be hidden completely if a user does not want to make their verification status visible to others.&lt;br /&gt;
Users who are verified 18+ can always access age-restricted instances, regardless of which badge is shown on their profile.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; &amp;quot;Age Verified&amp;quot; marker alone does &#039;&#039;not&#039;&#039; indicate a user is 18+, only that they have verified their age. Users who are under 18 &#039;&#039;(but must be at least 13)&#039;&#039; can verify their age with Persona, but will not be able to choose the 18+ Verified marker on their profile or access age-restricted instances until they have turned 18.&lt;br /&gt;
&lt;br /&gt;
[[Special:MyLanguage/Groups|Groups]] can create 18+ restricted [[Special:MyLanguage/Instances|instances]], requiring all participants to complete the age verification process &#039;&#039;and&#039;&#039; be 18 or older to join. These restrictions can be applied to public, group-only, or group-plus instances.&lt;br /&gt;
&lt;br /&gt;
Age Verification is being considered to function alongside [[Special:MyLanguage/Content_Gating|Content Gating]] to prevent unverified users and verified users under the age of 18 from accessing content tagged with &amp;quot;Sexually suggestive&amp;quot; and &amp;quot;Adult language and themes&amp;quot; however, when or how it will is not currently confirmed&amp;lt;ref&amp;gt;Tupper (2024, December 3). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-when-will-content-gating-be-affected-by-age-verification-39&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Tupper (2024, December 3). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-what-other-content-or-systems-will-be-affected-by-age-verification-35&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Rollout==&lt;br /&gt;
The feature was originally limited to select groups during a trial period, where only members of selected groups could apply for verification and create age-restricted instances. Future updates would expand access and introduce additional use cases, such as content gating and other feedback collected during the trial&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The first beta rollout begun December 17th 2024, multiple selected groups were given access to age verification for group users. &amp;lt;!-- do we know how many? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On January 28th 2025 the feature was fully released and made available to all [[Special:MyLanguage/VRChat+|VRChat+]] subscribers.&lt;br /&gt;
==Additional information==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Verification Requirements:&#039;&#039;&#039; Users &#039;&#039;must&#039;&#039; submit an unedited photo of their government ID for it to be accepted as well as complete a &amp;quot;liveliness check&amp;quot; involving a selfie to ensure the person validating is the same as the person who owns the ID&amp;lt;ref&amp;gt;Tupper (2024, December 2). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-what-do-i-need-to-submit-to-verify-my-age-4&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* &#039;&#039;&#039;Optional:&#039;&#039;&#039; Age verification is not mandatory to use VRChat. However, to be able to access age-restricted instances and features a user must verify their age &#039;&#039;and&#039;&#039; be 18 or older&amp;lt;ref&amp;gt;Tupper (2024, December 2). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-is-age-verification-mandatory-6&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* &#039;&#039;&#039;Data Handling:&#039;&#039;&#039; ID data is retained by Persona for the minimum amount of time it takes to verify the user&#039;s birthdate and to create a unique one-way [[wikipedia:Cryptographic_hash_function|cryptographic hash]] utilizing data from the user&#039;s provided ID. This hash is stored on VRChat&#039;s servers for that user&#039;s account and all ID data is deleted on Persona&#039;s end, the irreversible cryptographic hash and user&#039;s verified Date of Birth remain on VRChat&#039;s servers.&amp;lt;ref&amp;gt;https://youtu.be/lzG9IwmM7TI&amp;lt;/ref&amp;gt;&lt;br /&gt;
** &#039;&#039;&#039;Note:&#039;&#039;&#039; Deleting verification data in VRChat will result in the user&#039;s account being unusable until they accept the Terms of Service and input their birthdate again. This will also result in verification status being removed from that account unless it is reverified.&lt;br /&gt;
* &#039;&#039;&#039;One ID Per Account:&#039;&#039;&#039; One ID cannot be used to verify multiple accounts. This restriction is intended to enhance trust, and encourage users to place more value in their account, discouraging malicious behavior&amp;lt;ref&amp;gt;Tupper (2024, December 2). &#039;&#039;Age Verification FAQ&#039;&#039;. VRChat Forum. Retrieved December 9, 2024, from https://ask.vrchat.com/t/age-verification-faq/28458#p-58953-can-i-use-the-same-id-to-verify-multiple-accounts-8&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* &#039;&#039;&#039;18+ ≠ Sexually Explicit Content:&#039;&#039;&#039; 18+ Age verification or age-restricted instances do not waive the Terms of Service or Community Guidelines&#039; policy on pornographic content.&lt;br /&gt;
** Refer to section 13.2 of the [[Terms of Service]]&amp;lt;ref&amp;gt;VRChat (2024, November 18). &#039;&#039;VRChat Terms of Service&#039;&#039;. Retrieved December 9, 2024, from https://hello.vrchat.com/legal#:~:text=13.2.%20Prohibited%20Conduct&amp;lt;/ref&amp;gt; or the [[Community Guidelines]]&amp;lt;ref&amp;gt;VRChat (2024, August 12). &#039;&#039;VRChat Community Guidelines&#039;&#039;. Retrieved December 9, 2024, from https://hello.vrchat.com/community-guidelines&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Udon&amp;diff=19447</id>
		<title>Udon</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Udon&amp;diff=19447"/>
		<updated>2024-12-16T21:15:00Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
{{stub|Needs more information! Please expand, and proofread according to [[Special:MyLanguage/VRCWiki:Manual of Style|Manual of Style]].}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Udon&#039;&#039;&#039; is a C# derived high level object-oriented programming editor for the [[Special:MyLanguage/VRChat SDK|VRChat World SDK]], created by the VRChat Development Team and released in 2018 for SDK2, then eventually SDK3. You can code traditionally using &#039;&#039;&#039;UdonSharp&#039;&#039;&#039; (U#) which allows the use of limited C# syntax, or utilize the &#039;&#039;&#039;Udon Node Graph&#039;&#039;&#039; UI for visual scripting using &#039;noodles&#039; to connect nodes together. Udon also compiles to its own bytecode known as &#039;&#039;&#039;Udon Assembly&#039;&#039;&#039; which can be interpreted by the VRChat platform.&lt;br /&gt;
&lt;br /&gt;
Udon is primarily used as a replacement for [https://docs.unity3d.com/ScriptReference/MonoBehaviour.html MonoBehaviors] in Unity. Udon is designed to securely interface with the VRChat platform in a sandboxed environment with a select set of approved operations to perform various actions that can optionally be synced across the network. Udon covers a wide range of native C# and Unity operations as well as VRChat specific operations that can be used to build advanced worlds and experiences in VRChat. &lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Udon Toolkit was originally announced on a blog post&amp;lt;ref&amp;gt;[https://medium.com/@vrchat/vrchat-node-graph-playmaker-and-soon-1a958672688d &#039;VRChat “Node Graph”, Playmaker, and Soon™&#039;; retrieved September 6, 2024.]&amp;lt;/ref&amp;gt; on June 20, 2018 and introduced as the &amp;quot;VRChat Node Graph&amp;quot;, and was additionally discussed during a [[Developer Update]] video&amp;lt;ref&amp;gt;[https://www.youtube.com/watch?v=sst9GZAZBDU &#039;VRChat Developer Update #4&#039; on YouTube; retrieved September 6, 2024.]&amp;lt;/ref&amp;gt; on June 26, 2018 to replace the &#039;Playmaker&#039; toolkit on early versions of the World SDK. &lt;br /&gt;
&lt;br /&gt;
Udon officially launched on April 1, 2020 in Open Alpha. Users could upload worlds to VRChat using Udon Scripts. &amp;lt;ref&amp;gt;https://docs.vrchat.com/docs/patch-notes-2020&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On December 15, 2022, it was announced that VRChat was working on a successor to Udon, which was given the working title of &#039;&#039;&amp;quot;Udon 2&amp;quot;&#039;&#039;&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/developer-update-15-december-2022/15518 &#039;Developer Update - 15 December 2022&#039;; retrieved December 16, 2024.]&amp;lt;/ref&amp;gt;. The next update would come on February 29, 2024 with a mention of the performance benefits and additional features it would bring&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/developer-update-29-february-2024/23149 &#039;Developer Update - 29 February 2024&#039;; retrieved December 16, 2024.]&amp;lt;/ref&amp;gt;, and one on March 14, 2024 that showcased an example from the internal beta&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/developer-update-14-march-2024/23401 &#039;Developer Update - 14 March 2024&#039;; retrieved December 16, 2024.]&amp;lt;/ref&amp;gt;. On November 25, 2024 it was announced that the previous plans for Udon 2 were dropped, but that a new project would take it&#039;s place, termed [[Soba]]&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/developer-update-25-november-2024/28125 &#039;Developer Update - 25 November 2024&#039;; retrieved December 16, 2024.]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Official resources==&lt;br /&gt;
&lt;br /&gt;
* {{VRC link|https://creators.vrchat.com/worlds/udon/|What is Udon?}} on &#039;&#039;creators.vrchat.com&#039;&#039;&lt;br /&gt;
* {{VRC link|https://udonsharp.docs.vrchat.com/|UdonSharp Docs}} on &#039;&#039;creators.vrchat.com&#039;&#039;&lt;br /&gt;
* {{VRC link|https://feedback.vrchat.com/udon|World/Udon Bugs &amp;amp; Feature Requests}} on &#039;&#039;feedback.vrchat.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Community resources ==&lt;br /&gt;
&#039;&#039;A list of community resources can be found in its main article:&#039;&#039; [[Community:Udon Guides|Community: Udon Guides]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Needs Images]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Udon&amp;diff=19446</id>
		<title>Udon</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Udon&amp;diff=19446"/>
		<updated>2024-12-16T21:14:43Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added section on Soba&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
{{stub|Needs more information! Please expand, and proofread according to [[Special:MyLanguage/VRCWiki:Manual of Style|Manual of Style]].}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Udon&#039;&#039;&#039; is a C# derived high level object-oriented programming editor for the [[Special:MyLanguage/VRChat SDK|VRChat World SDK]], created by the VRChat Development Team and released in 2018 for SDK2, then eventually SDK3. You can code traditionally using &#039;&#039;&#039;UdonSharp&#039;&#039;&#039; (U#) which allows the use of limited C# syntax, or utilize the &#039;&#039;&#039;Udon Node Graph&#039;&#039;&#039; UI for visual scripting using &#039;noodles&#039; to connect nodes together. Udon also compiles to its own bytecode known as &#039;&#039;&#039;Udon Assembly&#039;&#039;&#039; which can be interpreted by the VRChat platform.&lt;br /&gt;
&lt;br /&gt;
Udon is primarily used as a replacement for [https://docs.unity3d.com/ScriptReference/MonoBehaviour.html MonoBehaviors] in Unity. Udon is designed to securely interface with the VRChat platform in a sandboxed environment with a select set of approved operations to perform various actions that can optionally be synced across the network. Udon covers a wide range of native C# and Unity operations as well as VRChat specific operations that can be used to build advanced worlds and experiences in VRChat. &lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Udon Toolkit was originally announced on a blog post&amp;lt;ref&amp;gt;[https://medium.com/@vrchat/vrchat-node-graph-playmaker-and-soon-1a958672688d &#039;VRChat “Node Graph”, Playmaker, and Soon™&#039;; retrieved September 6, 2024.]&amp;lt;/ref&amp;gt; on June 20, 2018 and introduced as the &amp;quot;VRChat Node Graph&amp;quot;, and was additionally discussed during a [[Special:MyLanguage/Developer Update]] video&amp;lt;ref&amp;gt;[https://www.youtube.com/watch?v=sst9GZAZBDU &#039;VRChat Developer Update #4&#039; on YouTube; retrieved September 6, 2024.]&amp;lt;/ref&amp;gt; on June 26, 2018 to replace the &#039;Playmaker&#039; toolkit on early versions of the World SDK. &lt;br /&gt;
&lt;br /&gt;
Udon officially launched on April 1, 2020 in Open Alpha. Users could upload worlds to VRChat using Udon Scripts. &amp;lt;ref&amp;gt;https://docs.vrchat.com/docs/patch-notes-2020&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On December 15, 2022, it was announced that VRChat was working on a successor to Udon, which was given the working title of &#039;&#039;&amp;quot;Udon 2&amp;quot;&#039;&#039;&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/developer-update-15-december-2022/15518 &#039;Developer Update - 15 December 2022&#039;; retrieved December 16, 2024.]&amp;lt;/ref&amp;gt;. The next update would come on February 29, 2024 with a mention of the performance benefits and additional features it would bring&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/developer-update-29-february-2024/23149 &#039;Developer Update - 29 February 2024&#039;; retrieved December 16, 2024.]&amp;lt;/ref&amp;gt;, and one on March 14, 2024 that showcased an example from the internal beta&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/developer-update-14-march-2024/23401 &#039;Developer Update - 14 March 2024&#039;; retrieved December 16, 2024.]&amp;lt;/ref&amp;gt;. On November 25, 2024 it was announced that the previous plans for Udon 2 were dropped, but that a new project would take it&#039;s place, termed [[Special:MyLanguage/Soba]]&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/developer-update-25-november-2024/28125 &#039;Developer Update - 25 November 2024&#039;; retrieved December 16, 2024.]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Official resources==&lt;br /&gt;
&lt;br /&gt;
* {{VRC link|https://creators.vrchat.com/worlds/udon/|What is Udon?}} on &#039;&#039;creators.vrchat.com&#039;&#039;&lt;br /&gt;
* {{VRC link|https://udonsharp.docs.vrchat.com/|UdonSharp Docs}} on &#039;&#039;creators.vrchat.com&#039;&#039;&lt;br /&gt;
* {{VRC link|https://feedback.vrchat.com/udon|World/Udon Bugs &amp;amp; Feature Requests}} on &#039;&#039;feedback.vrchat.com&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Community resources ==&lt;br /&gt;
&#039;&#039;A list of community resources can be found in its main article:&#039;&#039; [[Community:Udon Guides|Community: Udon Guides]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Needs Images]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Soba&amp;diff=19445</id>
		<title>Soba</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Soba&amp;diff=19445"/>
		<updated>2024-12-16T21:00:28Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added references and a short overview&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Official}}&lt;br /&gt;
{{Noticebox/unreleased}}&lt;br /&gt;
{{Stub|This article contains unreleased content! You can contribute, by expanding and proofreading, in accordance with the [[VRCWiki:Manual of Style|Manual of Style]].}}&lt;br /&gt;
&#039;&#039;&#039;Soba&#039;&#039;&#039;, also referred to as &#039;&#039;&amp;quot;Udon 2&amp;quot;&#039;&#039; is an upcoming&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/developer-update-25-november-2024/28125 &#039;Developer Update - 25 November 2024&#039;; retrieved December 16, 2024.]&amp;lt;/ref&amp;gt; C# derived high level object-oriented programming editor for the [[Worlds|world]] [[SDK]], and a successor to [[Udon]].&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Originally planned as &#039;&#039;&amp;quot;Udon 2&amp;quot;&#039;&#039;, Soba was announced on November 25th, 2024 as the new title for the future of programming in VRChat worlds. Unlike Udon 2, Soba is planned to be usable alongside Udon rather than directly replacing it&amp;lt;ref&amp;gt;[https://ask.vrchat.com/t/on-udon-2-soba-and-why-we-changed-directions/28484 &#039;On Udon 2, Soba and Why We Changed Directions&#039;; retrieved December 16, 2024]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Official resources==&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Udon]]&lt;br /&gt;
* [[VRChat SDK]]&lt;br /&gt;
* [[Worlds]]&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]]&lt;br /&gt;
[[Category:Needs images]]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
	<entry>
		<id>https://wiki.vrchat.com/index.php?title=Community:VRBricks&amp;diff=18331</id>
		<title>Community:VRBricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.vrchat.com/index.php?title=Community:VRBricks&amp;diff=18331"/>
		<updated>2024-12-07T11:03:55Z</updated>

		<summary type="html">&lt;p&gt;Usr 6b189dbf-f096-47d0-afbd-136782d7014b: Added links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Noticebox/Community}}&lt;br /&gt;
{{Infobox/World&lt;br /&gt;
|name=VRBricks&lt;br /&gt;
|image=VRBricks_thumbnail.png&lt;br /&gt;
|author=Yuiko&lt;br /&gt;
|platforms=PC, Android&lt;br /&gt;
|tags=create, build, sandbox&lt;br /&gt;
|id=wrld_94028898-f92c-4565-9900-4a676d1bad77&lt;br /&gt;
|labs=July 26, 2024&lt;br /&gt;
|published=Jul 27 2024&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;VRBricks&#039;&#039;&#039; is a LEGO® styled brick building sandbox [[Special:MyLanguage/Worlds|world]], allowing you to create structures together with others that snap together like plastic bricks. There are currently 200+ brick types, 20+ colors, a 128x128 grid build space, and options to undo/redo and save/load. To the right of the spawn on the edge is a [[Special:MyLanguage/Mirrors|mirror]] as well as a couple brick removal tools.&lt;br /&gt;
&lt;br /&gt;
The world was featured as a Spotlight: Cross-Platform world beginning in July 2024.&lt;br /&gt;
== Layout ==&lt;br /&gt;
The world is a single large outdoor space, styled after a large table with a grid platform to build on in the center. The spawn in the corner includes an information panel that prompts the user to select a dominant hand and day/night setting and explains the basics of how to use the world.&lt;br /&gt;
== Usage ==&lt;br /&gt;
The primary focus of the world is as a sandbox-building environment. The user&#039;s dominant hand casts a ray that is used for interacting with the world to place, remove, and color bricks. The user&#039;s non-dominant hand when turned upwards features a button that when interacted with by the dominant hand, opens a menu. This menu is used to select brick types and colors to place, a recolor tool, a removal tool, a save/load system, a flight button, undo/redo, and various other settings and controls.&lt;br /&gt;
&lt;br /&gt;
Brick options resemble various styles of LEGO® bricks, and are categorized by type. There are also a few special bricks that can be placed to create [[Special:MyLanguage/Video_Players|video player]] controls, video screens, speakers, mirrors, and light sources.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
[https://x.com/VRChat/status/1817984901855199298 Official VRChat on X post featuring the world]&lt;/div&gt;</summary>
		<author><name>Usr 6b189dbf-f096-47d0-afbd-136782d7014b</name></author>
	</entry>
</feed>