Cmdr: A fully extensible and type safe command console for Roblox Developers

Wow that is a lot of work, and it’s did very well, you did an awesome job, there aren’t so many admins commands setups in roblox so you did a great contribute for developers too.

2 Likes

Hello, apologies for the late reply. Here is the Set-up Guide to help you install it.

3 Likes

This looks very intriguing! I hope to get my hands on it sometime.

2 Likes

This is a great system, it’s just been implemented into an admin system for a game that I play and moderate in. @JohnnyMorganz

2 Likes

Just started using this in my game. I absolutely love the idea of custom-made commands and it works great. Highly recommend.

2 Likes

Kinda confused, sorry. But how would I toggle the command bar?

3 Likes

Hello, to toggle the command bar you would press the activation key(s) you have set in LocalScript where you required the CmdrClient module. By default, it would be Semicolon if you copied and pasted the code on the setup guide.

2 Likes

The RoStrap Roblox Studio plugin does not work. It is stuck on the loading screen and will not work for anyone. (If you look on the comments of the plugin you will see)

2 Likes

Hello, we recommend using Method 2 to install Cmdr if RoStrap is stuck on loading.

3 Likes

The instructions were a little too complicated for me since I hardly know anything about scripting. I tried using method 2 but did not understand it.

2 Likes

Hey evaera, is there a way for the tab shortcut within autocomplete to move the cursor to the end of the argument? It tends to be tedious to manually move the cursor position with the arrow keys every time I want to use the autocomplete feature.

2 Likes

This behavior is a bug. See this for information: TextBox Cursor Position when Text Changed Behavior has Changed

2 Likes

This seems great, but no matter what I do, even after instaliing, and un-installing Ro-Strap a few times, when I open it up, it never leaves the loading page, even after leaving it on for 20 mins with great wifi and internet connection.

2 Likes

The RoStrap plugin is currently broken, and it seems like the author of the plugin isn’t going to fix it any time soon. I recommend using one of the other installation methods. I’m going to remove it from the docs soon.

8 Likes

I inserted the script in the game and nothing works?

Do i need to add my id to the script

Because it seem not to work

1 Like

Did you follow the guide all the way through?

1 Like

No I thought the download button and insert to studio would just work I didn’t know you had to follow the tutorial.

Still bruh

1 Like

Yes, you have to follow the guide, importing the rbxm file is the first step.

I tried following the guide and it doesn’t give any info at all.

I just says require server to client and other info i mean how do i require stuff?

to be honest i would thought it would already be built in.

1 Like

for the server part, add a script into serverscriptservice and put the code into that one.
for the client, add a localscript into starterplayerscripts and put the code into that one also

1 Like