I need to make a list of commands for my Players!
local commands = {} -- all commands should be lowercase to make it easier
game.Players.PlayerAdded:Connect(function(plr)
plr.Chatted:Connect(function(msg)
if commands[string.lower(msg)] then
end
end)
end)
Sorry if the formatting is bad, I did this on mobile.
Are you sure this is from Basic Essentials command plugins?
I don’t have the Basic Essentials command plugin, so sorry, I don’t know how to answer that. But if a command like that doesn’t exist, use my code.
Try Basic Essentials commands and look at the plugins
The BAE already has a list of commands. It is :cmds
or :commands
. Why are you trying to make a plugin for it?
What is BAE its starting to sound like it’s not plugin.
Basic Admin Essentials. Think of it like Kohls’ Admin and other types of “admin system” in the experience.
1 Like