Disable Developer Console

Hello there! So recently one of my friends in Roblox told me that anyone in the game can steal my audio ID’s, assets, etc… He sent me a photo with all of my asset/audio ID’s in my game which can easily be stolen by a player when they play. I don’t want this to happen as I took my time out of my day to create these assets only for them to be stolen. I really want to prevent this from happening. If it’s possible, is there a way to disable the “/console” command or disable the f9 keybind from the game permanently. It’s really scary knowing that your assets are exposed to people that can have bad intentions to steal my assets.

Here is a photo explaining what I mean:

This isn’t possible, anyway disabling the dev console won’t help even if it was possible.

1 Like

My friend stated “I would steal your assets and audios, but I’m nice”. Which is kinda taking advantage.

If the asset is private they can’t use it in game. However they can still export the instance and reupload it.

That’s what I’m trying to prevent.

You can’t prevent it, it sucks but you can’t do anything about it.

There probably isn’t a way to prevent users from opening it through the settings menu so, if you really want to disable it everywhere then you can call StarterGui:SetCore("DevConsoleVisible", false) every frame. Keep in mind that by doing this your players will not be able to report any script error messages which can make debugging more difficult.

1 Like