RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"make a join message in chat that is yellow"
-- server script game.Players.PlayerAdded:Connect(function(player) game.Chat:Chat(player.Name.." has joined the game!", player.TeamColor.Color, {player.Name}) end)