TheHeckingDeveloper

GeneralAnalytics

Apr 26th, 2021
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. return function()
  2.     return {
  3.         ActiveUsers = {
  4.             Day = 0,
  5.             Month = 0
  6.         },
  7.  
  8.         UniqueUsers = 0
  9.     }
  10. end
Advertisement
Add Comment
Please, Sign In to add comment