function onEntered(Player)
wait()
if Player.AccountAge <= 15 then
Player:Kick()
end
end
game.Players.PlayerAdded:connect(onEntered)
function onEntered(Player)
wait()
if Player.AccountAge <= 15 then
Player:Kick()
end
end
game.Players.PlayerAdded:connect(onEntered)
player:Kick('\n kick message here")
function onEntered(Player)
wait()
if Player.AccountAge <= 15 then
Player:Kick("Your account needs to be at least 15 days old to play this.")
end
end
game.Players.PlayerAdded:connect(onEntered)
Thanks that was fast and it worked.