Lightweight simplified console

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 the Server and Client backend while testing.

this console has no command utility line, and cannot execute Lua code from it.

model link: d_Console

Installation

insert the d_Console script into your game, and place it into ServerScriptService

open the d_Console server script and look for the whitelisted table,
to add a whitelisted user type or paste their UserID into the table

example:

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


image
image

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

7 Likes

Looks pretty nice! I like how it follows but expands on the style of the normal Roblox console! I’ll try it soon!

3 Likes