Inoob8C

notify utg script load

Apr 16th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local NotificationBindable = Instance.new("BindableFunction")
  2. NotificationBindable.OnInvoke = callback
  3. --
  4. game.StarterGui:SetCore("SendNotification", {
  5. Title = "UTG";
  6. Text = "Script Has Been Loaded";
  7. Icon = "rbxassetid://8832763047";
  8. Duration = 10;
  9. Callback = NotificationBindable;
  10. })
Advertisement
Add Comment
Please, Sign In to add comment