Gui Redirect Event
Represents an event triggered when a player is redirected from one GUI to another.
This event is fired when a player is redirected from one GUI to another. It contains information about the player, the GUI they are coming from, and the target GUI they are being redirected to.
Parameters
player
The player who is being redirected.
from
The GuiBuilder representing the GUI the player is coming from.
to
The GuiBuilder representing the GUI the player is being redirected to.