Практически как на 2 скриншоте, с геймстором и т.д ни разу не работал, но вроде бы вот это надо засунуть в custom.css и всё будет работать, взял прямо с сайта откуда Вы и делали этот скриншот, попробуйте:
.progress-bar.active,.progress.active .progress-bar {
animation: progress-bar-stripes 60s linear infinite;
}
.progress-bar-striped {
background-image: url(https://cdn.discordapp.com/attachments/973554989567975484/983414390676160532/333-2.png?size=4096);
background-blend-mode: overlay;
background-color: #2a3e32;
background-size: contain;
}
@keyframes progress-bar-stripes {
from {
background-position: 305px 0
}
to {
background-position: 0 0
}
}