Hello
We introduce you our emote menu, which is a new addition to the b series, a product that uses rpemotes as a base and on which I made an interface, this product is sold as a single version open source.
FEATURES
3 Language support | EN, ES, DE | [you can reproduce it yourself]
You based it off RPemotes… so you stole their work and made a new interface and are charging people for it? How are you okay with this? Yeah no thanks. I’ll stick with the people who actually put in all the work.
What’s my problem? It’s simple. All custom props and animations were provided with permission from the creators. These usage rights do not allow you to reupload or sell the menu in any way shape or form, or extract the animations from RPEmotes .
He doesn’t own the animations or emotes clearly. And he didn’t get permission to use this. He stole material and is using someone else’s hard work to try and make a profit. Doesn’t matter how much work he put into it, using RPemotes as a base is stealing.
Dude, everyone is writing these codes on rpemotes or dpemotes, I just wanted to make it clear that if you don’t want to buy it, you can not buy it, if there was a post against the rules, this post would be removed.
for (let i = 0; i < app.list.length; i++) {
if (app.list[i].label == type) {
this.tempList = app.list[i].sub.sort((a, b) => a.label.localeCompare(b.label));
break;
}
}
},```