1 local mi = "ChesterMiNuts" -- user 2 3 game:GetService'Players'.PlayerAdded:Connect(function(player) 4 if player.Name == mi then 5 game.StarterGui:SetCore("SendNotification", { 6 Title = "ChesterMiNuts bitxhass joined the game"; 7 Text = "🚨"; 8 9 })