Would you be able to fill me in, on what the > key even does? To my knowledge, it does nothing unless someone scripts a reason for it.
If I remember correctly, after the “return” line of code runs, the code afterwards doesn’t run. Try putting that code, after the end before the “return” code.
First, the key to open emote menu is Period, not GreaterThan.
Second, since the emote menu is running in a CoreScript, it always has input priority over regular script, meaning it’s impossible to overwrite the keys.
The solution would be to disable emote menu using SetCoreGuiEnabled so that it would unbind the key.
im trying to remove the enable/disable ability of it, then im making it so when you press shift and b it opens emote menu
meaning disabling the entire thing doesnt work for me