The ScriptBlox API has had major changes. If you are using the API, please migrate to the new structure. Details in https://scriptblox.com/docs/migration
No Cooldown Doomspire
4.5k Views
Free

Admin Menu

No Cooldown DoomspireUploaded by
1 month ago
Please login to perform these actions:

Description

Gives u the admin panel.

View Raw
Edited By: CXI_ Download


Comments
2
User profile picture
IEnes 1 month ago
local p = game.Players.LocalPlayer local function keepAdminMenuEnabled() local menu = p.PlayerGui:WaitForChild("AdminMenu") menu.Enabled = true menu:GetPropertyChangedSignal("Enabled"):Connect(function() menu.Enabled = true end) end p.CharacterAdded:Connect(function() wait(0.1) keepAdminMenuEnabled() end) keepAdminMenuEnabled() -- not need while true do bro
User profile picture
dsean2222 1 month ago
*
Please Login to add a comment.