Advertisement
TigerManGamingYT

HttpGet Fail Message

Apr 28th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.40 KB | None | 0 0
  1. local CannotFetchHttpGet = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local error418 = Instance.new("TextLabel")
  4. local e418label = Instance.new("TextLabel")
  5. local desc1 = Instance.new("TextLabel")
  6. local desc2 = Instance.new("TextLabel")
  7. local desc3 = Instance.new("TextLabel")
  8. local CloseButton = Instance.new("TextButton")
  9. CannotFetchHttpGet.Name = "CannotFetchHttpGet"
  10. CannotFetchHttpGet.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. MainFrame.Name = "MainFrame"
  12. MainFrame.Parent = CannotFetchHttpGet
  13. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  14. MainFrame.Position = UDim2.new(0.410937518, 0, 0.313468426, 0)
  15. MainFrame.Size = UDim2.new(0, 341, 0, 312)
  16. error418.Name = "error418"
  17. error418.Parent = MainFrame
  18. error418.BackgroundColor3 = Color3.new(1, 1, 1)
  19. error418.BackgroundTransparency = 1
  20. error418.BorderSizePixel = 0
  21. error418.Position = UDim2.new(0.204514891, 0, 0.0576387942, 0)
  22. error418.Size = UDim2.new(0, 200, 0, 50)
  23. error418.Font = Enum.Font.SourceSans
  24. error418.Text = "418"
  25. error418.TextColor3 = Color3.new(1, 1, 1)
  26. error418.TextSize = 70
  27. e418label.Name = "e418label"
  28. e418label.Parent = MainFrame
  29. e418label.BackgroundColor3 = Color3.new(1, 1, 1)
  30. e418label.BackgroundTransparency = 1
  31. e418label.BorderSizePixel = 0
  32. e418label.Position = UDim2.new(0.208211139, 0, 0.214743584, 0)
  33. e418label.Size = UDim2.new(0, 200, 0, 20)
  34. e418label.Font = Enum.Font.SourceSans
  35. e418label.Text = "Server refused to connect."
  36. e418label.TextColor3 = Color3.new(1, 1, 1)
  37. e418label.TextSize = 20
  38. desc1.Name = "desc1"
  39. desc1.Parent = MainFrame
  40. desc1.BackgroundColor3 = Color3.new(1, 1, 1)
  41. desc1.BackgroundTransparency = 1
  42. desc1.BorderSizePixel = 0
  43. desc1.Position = UDim2.new(0.208211139, 0, 0.336538464, 0)
  44. desc1.Size = UDim2.new(0, 200, 0, 20)
  45. desc1.Font = Enum.Font.SourceSans
  46. desc1.Text = "This could be because the script you are trying"
  47. desc1.TextColor3 = Color3.new(1, 1, 1)
  48. desc1.TextSize = 20
  49. desc2.Name = "desc2"
  50. desc2.Parent = MainFrame
  51. desc2.BackgroundColor3 = Color3.new(1, 1, 1)
  52. desc2.BackgroundTransparency = 1
  53. desc2.BorderSizePixel = 0
  54. desc2.Position = UDim2.new(0.208211139, 0, 0.400641024, 0)
  55. desc2.Size = UDim2.new(0, 200, 0, 15)
  56. desc2.Font = Enum.Font.SourceSans
  57. desc2.Text = "to access has recently been updated, or has been"
  58. desc2.TextColor3 = Color3.new(1, 1, 1)
  59. desc2.TextSize = 20
  60. desc3.Name = "desc3"
  61. desc3.Parent = MainFrame
  62. desc3.BackgroundColor3 = Color3.new(1, 1, 1)
  63. desc3.BackgroundTransparency = 1
  64. desc3.BorderSizePixel = 0
  65. desc3.Position = UDim2.new(0.208211139, 0, 0.448717952, 0)
  66. desc3.Size = UDim2.new(0, 200, 0, 18)
  67. desc3.Font = Enum.Font.SourceSans
  68. desc3.Text = "moderated by Roblox. Please try again later."
  69. desc3.TextColor3 = Color3.new(1, 1, 1)
  70. desc3.TextSize = 20
  71. CloseButton.Name = "CloseButton"
  72. CloseButton.Parent = MainFrame
  73. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  74. CloseButton.Position = UDim2.new(0.208211139, 0, 0.682692289, 0)
  75. CloseButton.Size = UDim2.new(0, 200, 0, 50)
  76. CloseButton.Style = Enum.ButtonStyle.RobloxRoundButton
  77. CloseButton.Font = Enum.Font.SourceSans
  78. CloseButton.Text = "Close"
  79. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  80. CloseButton.TextSize = 20
  81. CloseButton.MouseButton1Down:connect(function()
  82.     CannotFetchHttpGet:Destroy()
  83. end)
  84. er = Instance.new("Sound")
  85. er.Volume = 1.5
  86. er.Parent = game.Workspace
  87. er.PlaybackSpeed = 1
  88. er.SoundId = 'rbxassetid://'..3123996984
  89. er:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement