Advertisement
SmokeDelsin

noda failure?or not u find out

May 25th, 2015
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function OnEntered(Player)
  2. wait(1)
  3. if Player.AccountAge <= 300 then -- Age measured in days
  4. Player:Destroy()
  5. h = Instance.new("Hint")
  6. h.Parent = game.Workspace
  7. wait(5)
  8. h:Destroy()
  9. end
  10. end
  11.  
  12. game.Players.PlayerAdded:connect(OnEntered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement