This resource is no longer being maintained. Instead, I have moved development to UPanel.
I may start working on it again when I am less busy, but I am unsure.
Introduction
Basic admin menu with an easy to use UI and simple commands.
This will NOT work in studio.
Current Version: 0.9
Status: Cancelled UPanel - Modular Admin Panel (No longer being maintained)
Features
- Ban
- Kick
- Warn
- Announce
- Kill
- Teleport
- Simple Roblox-like UI
- Easy loader with auto updates
Screenshot
How to use / install
Require the module
Put this in any server script that’s in ServerScriptService
and add your admins’ userIds in the Admins
table. Example: {12345, 54321}
You can also use groups in the same way.
require(5837129830):Setup({
Admins = {}, -- Put admins' userids here.
Group = 0, -- If you are using a group, put the group id here.
GroupRanks = {}, -- Put group rank ids here.
Configuration = {
KeyShortcutEnabled = true, -- Changes whether the keyboard shortcut is enabled.
KeyShortcut = ";", -- Change the keyboard shortcut here.
TopbarButton = true, -- Visibility of the topbar button.
PlayerlistEnabled = true, -- Visibility of the playerlist.
ChatAnnouncementsEnabled = true -- Visibility of chat announcements for banning and kicking.
}
})
Keep in mind that when I update the settings, you need to update the code.
If you dont want to have to ever do that, just put the module inside your game and require it. That way you won’t get auto updates so it won’t break.
Open the menu
You can use it by pressing the button in the top left corner:
<—
OR press the assigned key (Default ;) on your keyboard.
End
I hope some people find this resource useful.
Please note that this is my first community resource I have ever made on the Developer Forum, so I am pretty new to this.
What do you think and how could I improve it? Or is something wrong with it? Please, let me know!
Remember that if there is a feature that you want but I do not want to add, you can always add it yourself as this open source
Info