Skip to main content

SetPlayerName

Sets player name.

  • player: parameter input should be in Player type
  • text: parameter input should be in string type

{{#tag:syntaxhighlight| Player.SetPlayerName(player, "BeastPlayerXYZ"); |lang=csharp}} }}