Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function OnEntered(Player)
- wait(1)
- if Player.AccountAge <= 300 then -- Age measured in days
- Player:Destroy()
- h = Instance.new("Hint")
- h.Parent = game.Workspace
- wait(5)
- h:Destroy()
- end
- end
- game.Players.PlayerAdded:connect(OnEntered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement