global.playerget 3
Get the value of a stored global variable by a specific player.
Return value
Return Type | Description |
---|---|
any | The variable that was stored. Expected types: bool, float, int, string. If the variable was never set, returns nil. |
Parameters
Parameter | Type | Description |
---|---|---|
1 | string | Identifier to get the stored value |
2 | string | Network id of the player |
Examples
No examples available.