Como tener un avatar 2D en tu stream

Опубликовано: 16 Март 2026
на канале: Mikel888
215
7

------------------------------------------------------------------------------
Imgur:

https://imgur.com

StreamkitOverlay:

  / discord  

------------------------------------------------------------------------------
Script para OBS:

li.voice-state:not([data-reactid*="ID-DISCORD"]) { display:none; }
.avatar {
content:url(APAGADO-URL);
height:auto !important;
width:auto !important;
border-radius:0% !important;
filter: brightness(50%);
}

.speaking {
border-color:rgba(0,0,0,0) !important;
position:relative;
animation-name: speak-now;
animation-duration: 1s;
animation-fill-mode:forwards;
filter: brightness(100%);
content:url(ENCENDIDO-URL);
}

@keyframes speak-now {
0% { bottom:0px; }
15% { bottom:10px; }
30% { bottom:0px; }
}

li.voice-state{ position: static; }
div.user{ position: absolute; left:40%; bottom:5%; }

body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }

------------------------------------------------------------------------------


© Copyright 2021 Mikel888