Author Topic: How to disable hud?  (Read 730 times)

I have found numerous add-ons that are supposed to work as cameras, but they don't work.

I'm sure there is someway in the commands of how to disable your entire hud for recording purposes, right?


Yes, but it won't show up in my add-ons

Doesn't F6 or one of the other function do that?
Or do they only disable the names?

Oh wait, for some odd reason that,


Renaming the script to Client somehow makes it work.

Doesn't F6 or one of the other function do that?
Or do they only disable the names?
It's f5 and it only disables names.  If you want to disable the hud in game without any add-ons you can type this is console. canvas.setContent(NoHudGui);  If you want the hud to reappear again just type this into the console. canvas.setcontent(PlayGui);