Skip to content

Instantly share code, notes, and snippets.

@ibot3
Created April 11, 2023 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibot3/0f7abffb6655f82e08906632bf3fed1f to your computer and use it in GitHub Desktop.
Save ibot3/0f7abffb6655f82e08906632bf3fed1f to your computer and use it in GitHub Desktop.
VyHub.Player:get(ply:SteamID64(), function(user)
if not user then return end
print("Play time of " .. ply:Nick() .. ": " .. user.attributes.playtime)
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment