Inoob8C

Untitled

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