NexusDark - Web Admin Interface
How do i use nexusdark?
local NexusDark = require(game.ServerScriptService.NexusDark.Core.ModuleScript)
NexusDark.RegisterTestGame()
NexusDark.Init()
Limitations
There are none.
– Infinite bans
I would really appreciate suggestions.
Discord Server: NexusBan
Example
local NexusDark = require(game.ServerScriptService.NexusDark.Core.ModuleScript)
NexusDark.Init()
game.Players.PlayerAdded:Connect(function(player)
task.spawn(function()
NexusDark.API:Fire("IsPlayerBanned", {
Player = player,
Callback = function(banned, reason, duration)
if banned then
player:Kick(reason, duration)
end
end,
})
end)
end)
1 Like
This project is still in ALPHA version.
Expect bugs and unfinished features.
1 Like
Update 1.2
People can now test our system using
local success, key = NexusDark:RegisterTestGame()
if success and key then
print(key)
end
That creates a temporary key which lasts 30 minutes.
I will not say anything negative. This is a good, cool project if it works out.
What if someone makes a while loop for every 30 minutes to make a key?
Is that fine, or is there anything preventing them?
Also, I don’t know if I fully understand.
Is this like an admin panel in a website?
Is there any connection to this with NexusBan?
I dont recommend doing it since you can just ask me to give you a permanent key.
I even do it for test games that are privated. I just need the place id
Yep.
Login via
https://nexusdark.com/login
you need your place id and api key
1 Like
Moderation logs have been added!
1 Like
Dang this chat is dead.
Man. what did i do wrong.
Did some changes to the main message let me know if i forgot to push an update.
adudu21
(Null)
April 28, 2025, 5:31am
#12
If it’s a good resource then it normally takes some time for the chat to revive, i think lots of people are sleeping in North America right now because it’s late (11:31PM for me right now).