DXNVXV

GAME DEVELOPMENT STUDIO


All Experiences Managed By Dani ->

window.addEventListener('message', e => { if (e.data?.type === 'resize-iframe') { document.getElementById('statsFrame').style.height = e.data.height + 'px'; } });

Become Apart of Our Growing Community

Stay connected with the latest updates, news, and behind-the-scenes developments!


Play Our Games

Explore our diverse lineup of unique experiences, developed and sustained by a dedicated team of creative thinkers.


DXNVXV's Experiences

Our Partners' Experiences

Our Emotes

Express yourself through our authentic hand-animated emotes created to stand out across every experience.


DXNVXV Emote Catalog
Loading emotes...
const API_URL = 'https://catalogproxy.im1ghtb3dani.xyz/emotes'; const GRID = document.getElementById('grid'); async function LoadEmotes() { try { const res = await fetch(API_URL, { cache: 'no-store' }); if (!res.ok) throw new Error(`Proxy unavailable (${res.status})`); const data = await res.json(); let items = Array.isArray(data) ? data : data.items || data.data || data.results || []; if (!items.length) { GRID.textContent = 'No emotes found.'; return; } items = items.map(item => ({ ...item, name: item.name?.replace(/^Dani['’]s\s*/i, '').trim() || 'Unnamed', price: item.price || 0, id: item.id || item.assetId || item.itemId || 0, thumbnail: item.thumbnail || item.imageUrl || item.icon || 'https://tr.rbxcdn.com/empty/150/150/Image/Png', })).sort((a, b) => a.price - b.price); GRID.innerHTML = ''; for (const item of items) { const card = document.createElement('div'); card.className = 'card'; const img = document.createElement('img'); img.className = 'thumb'; img.src = item.thumbnail; img.alt = item.name; const name = document.createElement('div'); name.className = 'name'; name.textContent = item.name; const price = document.createElement('div'); price.className = 'price'; price.textContent = item.price > 0 ? `${item.price} R$` : 'FREE'; card.append(img, name, price); card.addEventListener('click', () => { if (item.id) window.open(`https://www.roblox.com/catalog/${item.id}`, '_blank'); }); GRID.appendChild(card); } GRID.classList.add('loaded'); } catch { GRID.textContent = 'Error loading emotes.'; } } LoadEmotes();

Our Products

DXNVXV makes select assets available for purchase, giving developers access to resources that can enhance and accelerate their projects.



window.addEventListener('scroll',()=>{ const scrolled = (window.scrollY / (document.body.scrollHeight - innerHeight)) * 100; document.getElementById('progress').style.width = scrolled + '%'; });

© DXNVXV 2026

const ScrollBtn = document.getElementById('ScrollTopBtn'); window.addEventListener('scroll', () => { const scrollY = window.scrollY; const maxScroll = document.documentElement.scrollHeight - window.innerHeight; if (scrollY > 200) { ScrollBtn.classList.add('visible'); } else { ScrollBtn.classList.remove('visible'); } if (scrollY >= maxScroll - 5) { ScrollBtn.classList.add('hidden-bottom'); } else { ScrollBtn.classList.remove('hidden-bottom'); } }); ScrollBtn.addEventListener('click', () => { window.scrollTo({ top: 0, behavior: 'smooth' }); });

DXNVXV

GAME DEVELOPMENT STUDIO

Contact Us

Creating something bold? Let’s talk — whether you are joining the team or bringing us onto yours.



© DXNVXV 2026

DXNVXV

GAME DEVELOPMENT STUDIO

Terms and Conditions

You are most likely seeing this page because you are looking to purchase something from me.


You may incorporate the animation(s) into your Roblox games and experiences.You may not sell, redistribute, or reupload the animation(s).You may not put the animations(s) for sale on the Roblox Marketplace, UGC catalog, or any other platform.You may not claim ownership of the animation(s) or offer them as standalone products.All animations remain the intellectual property of the creator. Purchasing this item only grants a license for in-game use as described above.This license terminates automatically if the buyer violates any of the terms above. Upon termination, the buyer must cease use of the animation(s) immediately.

© DXNVXV 2026

DXNVXV

GAME DEVELOPMENT STUDIO

Roblox Group

If you can see this, it is because Dani is trying to get you to join the group. So join it. Thanks!


© DXNVXV 2026