GetPlayerName
This will return the players first and last name
Bridge.Framework.GetPlayerName()local Bridge = exports['community_bridge']:Bridge()
local firstName, lastName = Bridge.Framework.GetPlayerName()
print('Player name:', firstName, lastName)Last updated