Hey,
I have a problem. I'd like to know how can I make in a global script that all my guis went invisible everytime there is an animation or a dialog... without having to code it for each animation.
Is there any way to do it??
Set the "Visible" property of all the GUIs you want to disappear to "Normal", then under "General settings", set "When interface disabled" to "GUIs turn off".
That way they will go invisible every time a blocking command is run (animations with eBlock, Dialogs, Wait() commands, aso.)