ADVERTISEMENTREMOVE ADS
Game icon

Admin Menu

Steal a Jeffy
1 month ago
Script preview thumbnail
Script Preview

Description

# Open source ()

- Too easy to code so its open sourced

Features:

> Gives you access to the admin menu.

Features:

  • Admin

Tested with

ADVERTISEMENTREMOVE ADS
13 Lines • 482 Bytes
Raw
-- Mcdaggitt is my main on scriptblox
-- Set the value to either true/false, makes it visible/invisible.
_G.g_adminmenu = true
local player = game.Players.LocalPlayer
local adminCanvas = player:WaitForChild("PlayerGui"):WaitForChild("Admin")
local function updateAdminVisibility()
for _, child in ipairs(adminCanvas:GetDescendants()) do
if child:IsA("GuiObject") then
child.Visible = _G.g_adminmenu
end
end
end
updateAdminVisibility()
ADVERTISEMENTREMOVE ADS

Comments

3 comments
to add a comment
Ek

Luck don’t work

0
0
44

@Ek12 yeah fr

0
0
Be

And forcespawn also maybe

0
0
ADVERTISEMENTREMOVE ADS