📅  最后修改于: 2022-03-11 14:54:55.782000             🧑  作者: Mango
local Players = game:GetService("Players")
Players.PlayerAdded:Connect(function(player)
print(player.Name .. " joined the game!")
end)
Coded by Muppet#7188