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

Locate the file in File Explorer/Finder (or put it on your Desktop) and drag it into the Roblox Studio window.

1 Like

Thank you so much. I’ve been trying to figure out how to install it for so long. Thanks again!

2 Likes

Hey, I got CMDR installed, but how do I add myself as an owner/admin? I’ve been wondering this for a while, I need to get myself onto the admin list, or owner list, but I’m unsure how to do so. If someone could respond with a fix, that’d be great!

Hooks | Cmdr – Look at BeforeRun Hooks.

2 Likes

Wow! Excellent job for making that admin system. Now I don’t have to use Adonis anymore. :smiley:
I rate it, 10/10.

I don’t know if I’m doing something wrong, I followed all the steps in your video and the doc website but still haven’t managed to get it working.

I inserted the two scripts - one in ServerScriptService and one in StarterCharacterScripts. I also used the exact same code that you used.

I also followed the install steps and imported the .rbxm file into the same directory - but when I press the activation key nothing happens. I may be overlooking something and being really stupid but I can’t get this to work, can anyone help me?

Sorry, I was being stupid - I managed to get it working now. Sorry!

1 Like

I’ve made an small plugin for the people who don’t know how to install Cmdr this does all the job for you.

P.S.A. If you already have Cmdr installed with this plugin and run it again the plugin will update the Cmdr module

1 Like

This doesn’t create a BeforeRun hook, so commands won’t run in-game. You should also have it enable HttpService (if plugins can do that).

My mistake on the first I forgot that part as for the later plugins do not have permissions for that but I will be sure to add an warning about that to the plugin output.

EDIT: The plugin is now updated it is now a bit more organised and now has the BeforeRun.
This was supposed to be an quick 10 min project but I will open source it on github since some people might actually need this and the code isn’t the best and it just works and I will probably not update the code anytime soon. I will still update the plugin if major changes occur on the repro.

https://github.com/WilhelmRehnskiold/Cmdr-installer

1 Like

I literally dont understand how do I paste this in studio?

Your module is not working, When I require the CmdrClient then it says it is not valid member of Cmdr and when I put the CmdrClient on RS it will get an error when loading in server.

the client script gets moved into Replicated when Cmdr is first required on the server. It might not be there yet when you are trying to require it, especially if you are requiring it from a localscript. Try using a :WaitForChild() or another method to be sure it is there before requiring it.

I just installed this last week and it worked for me after ironing out a similar issue I had.

I’ve used CMDR for a while, thank you for open sourcing this it’s so useful and handy!

2 Likes

Why is RoStrap stuck on loading screen?

1 Like

RoStrap’s plugin no longer works. You can download the Cmdr file from Github to install it instead.

2 Likes

Are there any basic commands prebuilt in the cmd bar or is it just a solid cmd bar for devs to tweak?

it comes with built in commands, but you have to load them using Cmdr:RegisterDefaultCommands()

Haha, thanks for helping me with Cmdr.
I found this on my Youtube recommended, and I watched it a bunch of times.
Then I became a member and now I am back at the Cmdr Post.
and I found ur reply

1 Like

I think you were supposed to put the client script in starterplayerscripts.