TEXT 87
Script By yashraj on 6th March 2023 12:14:42 AM
  1. --OutDated
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "Main DSRPG 2 Gui";
  4. Text = "Outdated Link...",
  5. Icon = "rbxassetid://5472203252";
  6. Duration = 3;
  7. })
  8. wait(3)
  9. game.StarterGui:SetCore("SendNotification", {
  10. Title = "Main DSRPG 2 Gui";
  11. Text = "Updating, Please Wait...",
  12. Icon = "rbxassetid://5472203252";
  13. Duration = 3;
  14. })
  15. wait(2)
  16. game.StarterGui:SetCore("SendNotification", {
  17. Title = "Main DSRPG 2 Gui";
  18. Text = "Updating.",
  19. Icon = "rbxassetid://5472203252";
  20. Duration = 1;
  21. })
  22. wait(1)
  23. game.StarterGui:SetCore("SendNotification", {
  24. Title = "Main DSRPG 2 Gui";
  25. Text = "Updating..",
  26. Icon = "rbxassetid://5472203252";
  27. Duration = 1;
  28. })
  29. wait(1)
  30. game.StarterGui:SetCore("SendNotification", {
  31. Title = "Main DSRPG 2 Gui";
  32. Text = "Updating...",
  33. Icon = "rbxassetid://5472203252";
  34. Duration = 1;
  35. })
  36. loadstring(game:HttpGet("https://raw.githubusercontent.com/HDTerebi/DSRPG2/master/DSRPG2%20Main%20Gui"))()

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.