Players.PlayerAdded:Connect(function(player)
Notification:FireAllClients("Player Join", player.Name .. " has joined the game!", "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name)
wait(5)
local Data = DS:GetAsync(player.UserId)
if Data and game.Players:FindFirstChild(player.Name) then
Data:RemoveAsync(player.UserId)
end
end)