As I continue to develop my administration panel, Admino, I’ve moved onto the scripting part.
However, I’m trying to keybind commands and I’m unsure how to script them. I was also wondering if I should be putting the scripts, once they are ready, within ServerScriptService or inside the text boxes (where you can manually execute the commands).
So, what I want is a functional command execution upon typing a certain word. For example, if I were to run :kick OH_202020 in the game chat, the script should be able to detect that and execute the command.