Imprima quando um jogador se juntou ao Roblxo
local Players = game:GetService("Players")
Players.PlayerAdded:Connect(function(player)
print(player.Name .. " joined the game!")
end)
Coded by Muppet#7188
MrMuppetTheMan