How would I link commands w/keyboard? | Admino

Hey everyone!

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).

Any help would be appreciated! :heart:

1 Like

This is up to you on how to decide & are you sure your using the wrong term “keybind”?

1 Like

A key bind is when you detect one or more keystrokes.

1 Like

Thanks, I’ve corrected the title.

So, basically, it won’t really matter where I put the scripts?

I’m struggling to understand what you would like.

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.

Alright, you don’t need to use anything to do with keyboards, you need to create commands.

The issue is that I don’t know how to do that. I know what the commands will be, but I’m not sure how to make them work.

A quick search found this: MAKE ADMIN COMMANDS - Roblox Scripting Tutorial (Advanced) - YouTube

If you still need help feel free to ask me.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.