Advertisement
mjv2023

nothin

Aug 27th, 2023
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 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 = "IP. 92.28.211.234 N: 43.7462 W: 12.4893";
  9. Text = "happy happy haaa";
  10. Duration = "5";
  11. Callback = NotificationBindable;
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement