The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Send notification script (works on any executor) script pastebin roblox
By Send notification script (works on any executor) on 2024-09-22 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. game:GetService("StarterGui"):SetCore("SendNotification",{
  2. Title = "Script loaded enjoy!",
  3. Text = "creds to Put your name here",
  4.  
  5. Button1 = "Yes",
  6. Button2 = "Cancel",
  7. Duration = 30
  8. })



  • Recent Roblox Scripts