R

xhesterminuts notifier

public
rrixh Feb 13, 2024 Never 72
Clone
Plaintext xhesterminuts-notifier 9 lines (7 loc) | 254 Bytes
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
})