Advertisement
rrixh

vietnam has joined

Jul 14th, 2023
5,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. -- NOTIFY WEN VIET JOINS THE GAME
  2. local viet = "sanqti28" -- user
  3.  
  4. game:GetService'Players'.PlayerAdded:Connect(function(player)
  5. if player.Name == viet then
  6. -- game:ReplikatedStorage.VietnamJoined
  7. game.StarterGui:SetCore("SendNotification", {
  8. Title = "VIETNAM IS HERE!!🐤";
  9. Text = "😱‼️😱‼️";
  10.  
  11. })
  12. end
  13. end)
  14. -- sanqti28
  15. game.StarterGui:SetCore("SendNotification", {
  16. Title = "ENABLED ✅";
  17. Text = "now u will be notified if vietnam joins"
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement