Advertisement
KScripts

lollol

Nov 5th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. local function callback(Text)
  2. end
  3.  
  4. local NotificationBindable = Instance.new("BindableFunction")
  5. NotificationBindable.OnInvoke = callback
  6.  
  7. game.StarterGui:SetCore("SendNotification", {
  8.     Title = "For Chill Music";
  9.     Text = "go to get633 roblox user and click on YT Icon";
  10.     Duration = "5";
  11.     Callback = NotificationBindable;
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement