Imprimer lorsqu'un joueur a rejoint Robxo

local Players = game:GetService("Players")

Players.PlayerAdded:Connect(function(player)
	print(player.Name .. " joined the game!")
end)

Coded by Muppet#7188
MrMuppetTheMan