Drucken, als ein Spieler zu Roblxo kam

local Players = game:GetService("Players")

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

Coded by Muppet#7188
MrMuppetTheMan