Advertisement
INeverDevelop

k63663,63

Dec 19th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. wait(1.0)
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "Loadstring"; -- the title (ofc)
  4. Text = "Checking BRo";
  5. Icon = "rbxassetid://10605252"; -- the image if u want.
  6. Duration = 5;
  7. wait(0.4)
  8. game.StarterGui:SetCore("SendNotification", {
  9. Title = "GetObject"; -- the title (ofc)
  10. Text = "Checking BRo";
  11. Icon = "rbxassetid://10605252"; -- the image if u want.
  12. Duration = 5;
  13. wait(0.4)
  14. game.StarterGui:SetCore("SendNotification", {
  15. Title = "Httpget"; -- the title (ofc)
  16. Text = "Checking BRo";
  17. Icon = "rbxassetid://10605252"; -- the image if u want.
  18. Duration = 5;
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement