Description
Causes one or more players to become invisible to either all other players or just enemies.
Snippet
Set Invisible(Event Player, ALL);
Properties
Returns: Void
Parameters: Player, INVisible To
Player
Type: Player | Array (Player), Default: Event Player
The player or players who will become invisible.INVisible To
Type: Invis, Default: ALL
Specifies for whom the player or players will be invisible.