Pemain Roblox bergabung
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)