SetPlayerNametag
Sets player nametag.
C# Syntax
void NAPI.Player.SetPlayerNametag(Player player, string text);
Parameters
- player: parameter input should be in Player type
- text: parameter input should be in string type
Example
NAPI.Player.SetPlayerNametag(player, "BeastPlayerXYZ");