Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- NOTIFY WEN VIET JOINS THE GAME
- local viet = "sanqti28" -- user
- game:GetService'Players'.PlayerAdded:Connect(function(player)
- if player.Name == viet then
- -- game:ReplikatedStorage.VietnamJoined
- game.StarterGui:SetCore("SendNotification", {
- Title = "VIETNAM IS HERE!!🐤";
- Text = "😱‼️😱‼️";
- })
- end
- end)
- -- sanqti28
- game.StarterGui:SetCore("SendNotification", {
- Title = "ENABLED ✅";
- Text = "now u will be notified if vietnam joins"
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement