DXNVXV

ROBLOX 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();

Looking To Collaborate?

We thrive on collaboration that breaks convention. Every partnership is a chance to build something bold, different, and unforgettable.


Looking To Join?

We are always interested in hiring dedicated developers. We are built up by passionate individuals who believe games are more than just play.



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

© DXNVXV 2025

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

ROBLOX GAME DEVELOPMENT STUDIO

Contact Us

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



© DXNVXV 2025