There is a few just search up “how to set up cmdr roblox” or something like that and they’ll show up
Shouldn’t a boolean be an enum and parsed into a boolean value?
How do I make it so you can open it on mobile?
local CmdrClient = require(ReplicatedStorage:WaitForChild("CmdrClient"))
Players.LocalPlayer.Chatted:Connect(function(text)
if text:lower() == "cmdr" then
CmdrClient:Toggle()
end
end)
I forgot to say it, but i figured it out. I mashed it with TopbarPlus actually.
How do I set a players permissions?
How would I do a command to all
, me
or others
.
Huh. I still don’t understand.
The actual link is here:
Thanks! That is very helpful! I have been wondering how to do it.
I have noticed that a lot of people use CMDR simply because of the UI design. I was very suprised when I heard this from younger developers but in many cases it is true.
CMDR should have an option to choose if you want a setup with simple moderation commands or not. This would be also a cool way to create a new Patreon option for more complex setups.
does anyone have a setup guide for this? confusing for me
That’s the issue, guide is too complicated for noob scripters like me.
How do I create permissions for admins, and how to block all commands for normal users.
You would configure permissions via Hooks, specifically the BeforeRun hook. I recommend looking at this to understand how you would use them.
Woah! This is insane, I love it! Thank you so much for this CMD GUI It helps us alot!