Hello, I have been working on this project for over a year now on and off perfecting all of the features and I Present to you my modified admin system. (unnamed till release)
Now let’s go over some of the features.
-Less Boatage (BAE 2.0 has extremely bloating code so I modified it a bit and it seems to work better)
-New Frames - Local Music player, Settings UI (more to come)
-A better custom commands system (in the works as we speak but this will clean up the custom commands and make it easier to use while also cleaning up the process)
-New commands - New commands such as Settings, Local music, sticky message, Temp ban, slock excusions (I am open to new commands so please tell me some)
-Better UI (now I have been working on these features for a while but this UI is about 1 year old the UI is the main reason I picked this project back up)
-Anti-exploit integration - now obviously this is an optional feature, but it will contain mostly basic stuff speed, jump, fly etc.
There are more features to come I had only just picked this project up 2 months ago. If you guys have any suggestions for the UI, please let me know I will try to improve it as much as possible it’s not that good considering its 1-year-old I will be revamping it soon though.
General @Logun I really, need help with a basic admin when you’re done with this panel and you can addinontal promote/demote/!setrank command i will pay you 1,600 robux.
-Username Mo_Alt28-
*
It looks amazing, just like Frappe. I’ve been trying to edit my own, but it only comes with the basic admin script, and no main module script. Do you have any recommended models I could use to edit BAE 2.0?
Custom Commands
Just a quick peek what the new custom commands will look like
return {
Name = "teleport";
Aliases = {"tp"};
Description = "Teleports a player or set of players to one target.";
Group = "Admin";
Args = {
{
Type = "players";
Name = "from";
Description = "The players to teleport";
},
{
Type = "player";
Name = "to";
Description = "The player to teleport to"
}
};
}