local Player = game.Players Player.PlayerAdded:Connect(function(plr) print(plr.." has joined the game!") end)