Rodmin DevLogs are here!
Get Rodmin here: https://create.roblox.com/store/asset/93398280572708/Rodmin
Rodmin is an admin panel similar to HD Admin, Kohl’s Admin, etc.
Developed by @legeek0939 and @pumpkyrofl.
NOTE: If you put Rodmin in your game, it will only show one warning in the console and just not do anything else. That’s because it’s not finished yet and 1.0.0 hasn’t been released. I might release beta versions but I’m not very sure…
Started to code notifications to clients, this is what it’ll look like basically
(ill try to do a little white bar on the bottom that slowly decreases in size, to show the time remaining until the notification disappears)
Gear command was added, except that it also works if you do ;gear (id) and not just ;gear me (id) like some other commands (which i will fix soon)
(you can see i have 4 gears while i did 5 commands, thats cause i did ;gear r15 and im in r6)
For the notification system (the one i replied to), this will be the “API”:
local notifications = require(game.ServerStorage:WaitForChild("Rodmin"):WaitForChild("Notifications"))
notifications.notify({
title = "Important Notification",
subtitle = "by SausagePro456",
content = "Herobrine was removed!",
-- Optional (if you want Rodmin's default for any field, just remove the line or set it to nil):
image = "rbxassetid://123456789", -- will be Rodmin's icon if not specified or nil
audio = "rbxassetid://123456789", -- will use Rodmin's default sound if not specified or nil
players = { player1, player2 }, -- if not specified or nil, will notify all players
color = Color3.new(1, 1, 1), -- Rodmin's default if not specified
outlineColor = Color3.new(1, 1, 1), -- Rodmin's default if not specified
textColor = Color3.new(1, 1, 1), -- Rodmin's default if not specified
deleteTime = 10, -- time until notifications disappears for clients - Rodmin's default if not specified
deleteBarColor = Color3.new(1, 1, 1), -- the color of the bottom bar on the notifications that slowly decreases until time is up - Rodmin's default if not specified
canClose = true, -- ability to close the notification before the time ran out - Rodmin's default if not specified
filter = true, -- RECOMMENDED TO KEEP THAT TO TRUE! It will remove the text filter and allow you to swear if you put it to false. Recommended to remove that line or keep it at true
})
Thanks to @pumpkyrofl (which is now a developer for Rodmin), we have a disco command (fix command to “undisco”), a music command and a size command.
THAnk him now !!
I know I don’t talk much but Rodmin’s developement is uh.. well…
AWESOME!!! We have a LOT of commands and we are planning to release either TODAY or TOMORROW !!!
ENORMOUS THANKS TO @pumpkyrofl FOR A LOT OF COMMANDS
I am VERY VERY VERY happy to announce that RODMIN HAS RELEASED!!!
I’m truly sorry if its not your expectations but remember, Rodmin is 4 days old and already come to this!
You can also use the Notifications API to send notifications!
GET RODMIN HERE! https://create.roblox.com/store/asset/93398280572708/Rodmin
9NOTICE: If some commands doesnt work, like when you put “;damage 50”, remember to try “;damage me 50” and it has like 99.9999% success rate at fixing your problems.
Also, for english keyboards, the key bind to cmdbar is ;
OK, @pumpkyrofl has found maybe a way to fix it but we might need to remove f3x btools
HEY!!! IT RELEASED AND WORKING!!! Only problem: ;sword is now broken as it relied on ;gear (which was removed temporaily), as well as ;btools/;tools/;f3x which is now temporaily removed until we can find a way to make it so roblox ai stops flagging it.
– Rodmin 1.0.1 –
Added filter on notifications API!
Rodmin 1.1.0 will only remove the filter on notifications that don’t need it, notifications that doesn’t show any user input to anyone else. Because if the notification gets spammed, it automatically puts hashtags.
Rodmin 1.1.0 will actually have ;rank and ;temprank too! As well as maybe the command list ![]()
– Rodmin 1.1.0 –
Full ;rank, ;temprank and ;unrank commands, as well as removing filter on notifications that don’t need it!
Addon support soon… In Rodmin 1.2.0
New 1.2.0 Rodmin loader has released with addon support.
THAT DOES NOT MEAN 1.2.0 RELEASED! It will soon do, but you can prepare your game already!
– Rodmin 1.2.0 –
- Fixed the bug where if you hovered your mouse on too much commands too fast on cmdbar, it would break
- Added command description, contributors and aliases on the right of all the commands
- Added ;chatlogs
- Fixed ;sword
- Fixed ;fling
- Added addons!!!!!! Make your own commands if you want! (Requires you to re-insert Rodmin model in your game)
- Group-based ranks are finally working!
- Added ;commandamount
- Made everything draggable (ban windows, etc, except main windows on top left button)


