• Huge giveaway: Over the next few weeks we're giving away 300,000 Robux in our Discord server! There are no requirements to enter — anyone can win! Click here to join our Discord server

Bunnyhop - Admin panel [email protected]:public-branch

Just admin panel.

Bunnyhop

Open menu: F2
Fly: N

Any criticism/bugs/suggestions are welcome.
YAML:
local _ = {}

-- made by NeDIAD, Discord: @nediad, Telegram: @notdiad

--    ██████   █████          ██████████    ███                █████
--    ░░██████ ░░███          ░░███░░░░███  ░░░                ░░███
--    ░███░███ ░███   ██████  ░███   ░░███ ████   ██████    ███████
--    ░███░░███░███  ███░░███ ░███    ░███░░███  ░░░░░███  ███░░███
--    ░███ ░░██████ ░███████  ░███    ░███ ░███   ███████ ░███ ░███
--    ░███  ░░█████ ░███░░░   ░███    ███  ░███  ███░░███ ░███ ░███
--    █████  ░░█████░░██████  ██████████   █████░░████████░░████████
--    ░░░░░    ░░░░░  ░░░░░░  ░░░░░░░░░░   ░░░░░  ░░░░░░░░  ░░░░░░░░

--    ░░▄▀░▀▀█
--    ░▀▄░░░▀▄
--    ░░░▀░▀▀░

-- ^ Credits, dont remove this PLS!

-- HOW TO GIVE GROUP YOURSELF?
-- if you in roblox studio, click play -> server -> explorer -> players -> you -> store name -> group, and change value
-- if you in roblox, click F9, select server and execute this "game.Players['YOUR NICKNAME']['STORE NAME'].group.Value = 1", 1 = Needed group.

_.settings = {

    bhop_version = '[email protected]:public-branch', -- Version of script
    storeName = 'bunnyhop', -- Name for datastore & data folder in player
    store = { -- Variables in store
       
        group = { -- new variable
           
            class = 'IntValue', -- Class for variable (Bool, int, string, number.. value)
            name = 'group', -- Name for variable
            value = 0 -- Default value
           
        },
       
       
    },
    groups = {
       
        -- Permission list
        --'bunnyhop.menu', 'bunnyhop.workspace', 'bunnyhop.workspace.players', 'bunnyhop.manageplayers', 'bunnyhop.kickplayers', 'bunnyhop.banplayers', 'bunnyhop.workspace.console', 'bunnyhop.console.server', 'bunnyhop.console.client', 'bunnyhop.workspace.profile', 'bunnyhop.workspace.tools', 'bunnyhop.tools.f3x', 'bunnyhop.fly
       
        [1] = { -- 1 = Priority (Need to disallow players kick other players when his group equal or smaller than target)
            name = 'Test group', -- Display name for group (Not used for 0.1#beta), EDIT: Now uses in profile :)
            perms = {'bunnyhop.menu', 'bunnyhop.workspace', 'bunnyhop.workspace.players', 'bunnyhop.manageplayers', 'bunnyhop.kickplayers', 'bunnyhop.banplayers', 'bunnyhop.workspace.console', 'bunnyhop.console.server', 'bunnyhop.console.client', 'bunnyhop.workspace.profile', 'bunnyhop.workspace.tools', 'bunnyhop.tools.f3x', 'bunnyhop.fly'}, -- Permissions
            ban_duration = -1 -- Max ban duration in minutes, -1 to allow ban for inf.
        },
       
        [0] = { -- 0 priority
            name = 'Default group',
            perms = {},
            ban_duration = 0
        }
       
    },
   
    dev = false, -- Enable warns, need to development.
    connection_lost = true, -- Connection lost screen when user kicked.
   
    creator_all_perms = false, -- Place creator will have all permissions & highest priority
    permitted_users = { -- Will give highest by priority group for mentioned userIds
        -- UserId, AnotherUserId
        game.CreatorId
   
    },
   
    tools = {
       
        f3x = {
            cid = 'f3x', -- CID
            perm = 'bunnyhop.tools.f3x', -- if false then perm will be "bunnyhop.workspace.tools"
            name = 'F3X', -- Display name
            path = game.ServerStorage.bunnyhop_storage.tools.f3x, -- Path to tool
            icon = 'rbxassetid://13538210267', -- Display icon
        }
       
    }
   
}

if _.settings.dev then    -- bunnyhop / баннихоп / банніхоп / Saut de lapin / 66 117 110 110 121 104 111 112
   
    warn('Made by NotDIAD - Made by NeDIAD')
    warn("░█▀▄░█░█░█▀█░█▀█░█░█░█░█░█▀█░█▀█")
    warn("░█▀▄░█░█░█░█░█░█░░█░░█▀█░█░█░█▀▀")
    warn("░▀▀░░▀▀▀░▀░▀░▀░▀░░▀░░▀░▀░▀▀▀░▀░░")
    warn(' 66 117 110 110 121 104 111 112 ')
    warn('Disable devmode to hide dev warns')
    warn('   <3, ♥, ♡, ❤, ❥, ❣, ❦, ❧')
   
end

local service = game:GetService('DataStoreService')
local dss = service:GetDataStore(_.settings.storeName)

function _.isdev() return _.settings.dev end
function _.group(data) return data.target[_.settings.storeName]['group'].Value end
function _.ngroup(data) return _.settings.groups[data.target[_.settings.storeName]['group'].Value].name end
function _.tools() return _.settings.tools end

if _.settings.dev then warn('bunnyhop.debug: version: '.. _.settings.bhop_version) end

return _

1721727246229.png

1721727401877.png

1721727455433.png
1721727474451.png
1721727488245.png

Latest reviews

Very good admin panel. I recommend it if it's for a test game or for a basic game. I don't recommend it if you don't know much, for example the commands used in Roblox on the server side.
nediad
nediad
Thanks for the review & sorry for the long absence of updates, I'm busy with my own things now, and a major rework of the system.
Awesome free admin panel for your games!
EULA: Standard EULA
890 Views
87 Downloads
Jul 23, 2024 Published
Jul 24, 2024 Updated
4.50 star(s)
Average rating (2)
417.6 KB File size
Type
  1. Admin & management
  2. System & mechanic
Creator
Owner
Recommended for you
Your game is better with the Admin Panel System
3.00 star(s) 2 ratings
125 purchases
Elevate Law Enforcement Experience.
5.00 star(s) 1 ratings
117 purchases
Bruisers Gun Engine | Showcases Below
5.00 star(s) 4 ratings
110 purchases
Crafted Excellence for Your Game Interface.
5.00 star(s) 1 ratings
105 purchases
Your game is better with the Handcuffs System
Not yet rated
79 purchases
890 Views
87 Downloads
Jul 23, 2024 Published
Jul 24, 2024 Updated
4.50 star(s)
Average rating (2)
417.6 KB File size
Type
  1. Admin & management
  2. System & mechanic
Creator
Owner
Recommended for you
Your game is better with the Admin Panel System
3.00 star(s) 2 ratings
125 purchases
Elevate Law Enforcement Experience.
5.00 star(s) 1 ratings
117 purchases
Bruisers Gun Engine | Showcases Below
5.00 star(s) 4 ratings
110 purchases
Crafted Excellence for Your Game Interface.
5.00 star(s) 1 ratings
105 purchases
Your game is better with the Handcuffs System
Not yet rated
79 purchases
Top