getPlayerName

Description

Returns the player’s full name (first + last).

Parameters

  • None

Return Value

  • Returns a string with the full name.

Example Use Case

print("Player Name: " .. ps.getPlayerName())

Last updated