Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you disable developer console or simply clear it?

Asked by
oftenz 367 Moderation Voter
6 years ago

I'm currently struggling in finding anything surrounding this question. I have some crap in dev console and I'd like to hide it - https://gyazo.com/9f4f10542b6fb3402a104ddb082cd10a

1 answer

Log in to vote
2
Answered by 6 years ago

Greetings, oftenz. I am helping you regarding the topic, "How do you disable developer console or simply clear it?"

This is a simple script. There is basically a part inside the starterGui which you can disable called DeveloperConsoleVisible

-- Processing Section 

while true do 
    game["Run Service"].RenderStepped:wait()
    game.StarterGui:SetCore("DeveloperConsoleVisible", false)
end 
Have a lovely day of coding!
Ad

Answer this question