Is there a serversided dex explorer with functioning properties?

So i got myself a custom admin system, And i want to add a dex explorer to it,
But all dex explorers i have found so far do not have a working properties tab.

And a dex explorer was suggested by one of my friends to be added to the admin system

Help is highly appreciated!

1 Like

Also, How do i shorten this script?

local m1 = script.Parent.Parent.AdminMenu
local m2 = script.Parent.Parent.ButtonMenu
local m3 = script.Parent.Parent.CodeMenu
local m4 = script.Parent.Parent.BToolsMenu
local m5 = script.Parent.Parent.KickMenu
local m6 = script.Parent.Parent.NotificationMenu
local m7 = script.Parent.Parent.ToolGiverMenu
function Change()
	if m1.Visible or m2.Visible or m3.Visible or m4.Visible or m5.Visible or m6.Visible or m7.Visible==true then
		script.Parent.Visible=false
	else
		script.Parent.Visible=true
	end
end
Change()
m1.Changed:Connect(Change)
m2.Changed:Connect(Change)
m3.Changed:Connect(Change)
m4.Changed:Connect(Change)
m5.Changed:Connect(Change)
m6.Changed:Connect(Change)
m7.Changed:Connect(Change)

Why would you want Dex Explorer in your Custom Admin System it just sounds fishy…

I cannot provide you an answer.

Yes, there is. You can check adonis’ main module. I am pretty sure it contains dex

I have already tried that. (character limit)

so my irl friend can ruin the game when he is playing alone lmao
he just wants a working explorer to do stuff

i got it working, its kinda easy to set up, i added a whitelist too

i made it a require, if you need it or someone else need it here it is
require(15827159924).MauDex(“Miauuwacho”)

2 Likes

Adonis admin has a built in/better version. You can use it by saying :dex or :dexnew in chat/the command bar!

You’re responsible for any activity that occurs on the server side. This means that your friend may accidently get your game banned if they do anything weird on the server side. That’s why administrative systems have specific commands attached to specific permissions and ranks.

Properties dont work. like workspace and rep storage.

thats weird, i will check it out later, i knew that some of the functions didnt work like adding objects, but the properties never gave me problems before