I made a custom UI debugger for my fps game (inspired by Valve's games)
For very quick debugging while the game is running.. Lemme know what yall think
Itโs not much for now, I only added in a printing/output feature that can handle simple strings and hexadecimal numbers. But I might add more in the future (tomorrow )
You can give anyone a custom console in a game without giving them developer access
Roblox console also sometimes takes too long to type in
The only thing roblox console is good for is checking what has been printed in there or if there are any errors or warnings
(if u mean f9 roblox console, not the command bar)
Its pretty useful cause sometimes it can be quite tedious of starting the game again and then changing the values whenever youโre debugging something, so I made this. And as an added bonus this can be a sort of developer console for admins and playtesters for the game without having to make them have developer access to the game.