d_Console (short for doom console because my name is D0omspire)
this lightweight console is purely just for aesthetics’ and simplicity, it’s use cases could be
if you have testers that need a console for theServerandClientbackend while testing.this console has no command utility line, and cannot execute Lua code from it.
model link: d_Console
Installation
insert the
d_Consolescript into your game, and place it intoServerScriptServiceopen the d_Console server script and look for the whitelisted table,
to add a whitelisted user type or paste theirUserIDinto the tableexample:
local Whitelisted = { 823920120, 443655044, 4829082510 }to change the toggle “ActivationKey”, below the Whitelisted line should be a variable storing a KeyCode enum.
change the value to any keycode you desire.
Appearance
Author Notes
i made this to burn time off the rest of my day.
i have tested it enough where no errors should pop out anywhere
if there are errors related to the console, please leave a comment
-doom


