R

bostbooster3📢

public
rrixh Feb 11, 2024 Never 75
Clone
Plaintext bostbooster3-notifier 16 lines (14 loc) | 453 Bytes
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
})