Raffxi

daweqeqeasda

Dec 18th, 2020
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local StarterGui = game:GetService("StarterGui")
  2.  
  3. local WaitTime = 999999
  4.  
  5. local ChatNotifs = {
  6.  
  7. "SUCCESS DF NOTIF";
  8.  
  9. }
  10.  
  11. while true do
  12. for i = 1,#ChatNotifs do
  13. local CurrentNotif = ChatNotifs[i]
  14. StarterGui:SetCore("SendNotification",{
  15. Title = "Raffxi";
  16. Text = CurrentNotif;
  17. Duration = 999999
  18. })
  19. wait(WaitTime)
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment