The command is:
hide all hud info
Its just a faster and easier way to do this:
hud show lives = false
hud show ammo = false
hud show health = false
hud show money = false
hud show stars = false
hud show pickup = false
hud show breath = false
The reason is just simple. Even with all performance upgrades on PB, commands are very likely to lag the game. Hud commands due to some reason, lag much more than the rest ones. One command will just help because the game just doesn't need to do a lot of command checkings, and just do it once.
Remember, PB never translates onto machine language, that's why commands lag sometimes.
PD: Another version for show all them will be also logic to add, but indeed I won't use it never. I just need the hide one.