RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"create a playerjoined message"
-- server script game.Players.PlayerAdded:Connect(function(player) print("Player "..player.Name.." has joined the game!") end)