Since ROBLOX disabled the feature to change pants IDs in the Avatar Settings, everytime a player loads in, their character has Akame Ga Kill! Wave’s pants on. This thread kind of relates to another one I made, but the problem is different. Here’s the other post: How do I disable avatar pants in Avatar Settings?
I had to create my own code with custom characters and so far it works properly. I had to disable CharacterAutoLoads so that the game wouldn’t load the player’s character, and my script would run.
However, disabling CharacterAutoLoads also disables the emotes menu. I can no longer Hype dance in my game, and that is quite a disappointing trade for getting rid of Wave’s pants.
I’ve search the DevHub for an answer, but there’s not a lot of information about this. Is this a bug, or is there a way that I can code emotes into the game?