Try:

local PlayerName = GetPlayerName(PlayerId())
print(PlayerName) -- Shiroyo
PlayerName = PlayerName:upper() -- SHIROYO
3 Likes