# SendPopup
TIP
sendPopup(<player>, <message>)
- Sends a popup to a player, or an array of players.
- To create a new line, add
\n
to the message.
# Parameters
<player>
The player(s) to send the popup to as string or array<message>
The popup being sent as string, int, float, array, or bool
# Example
1: $message$ = 'Your position: ' + $x$ + ' ' + $y$ + ' ' + $z$ + ', in the world: ' + $world$
2: sendPopup($player$, $message$)