1 local bost = "BostBooster3" -- user 2 3 game:GetService'Players'.PlayerAdded:Connect(function(player) 4 if player.Name == bost then 5 game.StarterGui:SetCore("SendNotification", { 6 Title = "BossBooster3 joined the game"; 7 Text = "🚨"; 8 9 }) 10 end 11 end) 12 -- bb3 13 game.StarterGui:SetCore("SendNotification", { 14 Title = "ENABLED ✅"; 15 Text = "u will be notified wen bossbooster3 joins" 16 })