Skip to content
Angelo Geels edited this page May 3, 2015 · 1 revision

Provides user information such as Steam ID and Steam persona name.

Functions

  • user:steamid() Returns a string of the hexadecimal SteamID64 of the currently logged in Steam user, for example: 0110000101d98630
  • user:steamname() Returns the persona name of the currently logged in Steam user, for example: Scratch~

Permissions

This library requires the USERINFO permission.

Example

print('Hello, ' .. user:steamname())
Clone this wiki locally