Guest User

Untitled

a guest
Mar 22nd, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local pm = script.Parent.Parent.Parent.Parent.Parent
  2. local t = os.date("*t", os.time())
  3. t.day = t.day - pm.AccountAge
  4. local ago = os.time(t)
  5. script.Parent.Text = "You signed up on "..ago.." (leapyears not calculated)"
Add Comment
Please, Sign In to add comment