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.
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.