Advertisement
KinderDDL

notification script

May 26th, 2019
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "sample text"; -- title of notification
  3. Text = "sample text"; -- bottom text
  4. Icon = "rbxassetid://57254792"; -- icon here
  5. Duration = 7; -- how long notification is on screen
  6. })
  7. -- Created by Kinder#9999 on discord.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement