Der Roblox -Spieler schloss sich an
local Player = game.Players
Player.PlayerAdded:Connect(function(plr)
print(plr.." has joined the game!")
end)
Slow Sloth
local Player = game.Players
Player.PlayerAdded:Connect(function(plr)
print(plr.." has joined the game!")
end)