Nosssa

QOL Updates (REDEMPTION)

May 23rd, 2025 (edited)
1,748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. --Updates here 2 years later tho....
  2.  
  3. task.wait(1)
  4.  
  5. local StarterGui = game:GetService("StarterGui")
  6.  
  7. task.spawn(function()
  8.     while true do
  9.         StarterGui:SetCore("SendNotification", {
  10.             Title = "JUNE 2025!",
  11.             Text = "Script is paid in 1 week...",
  12.             Duration = 10,
  13.         })
  14.         task.wait(60)
  15.     end
  16. end)
  17.  
Advertisement
Add Comment
Please, Sign In to add comment