Advertisement
May0Reese

error2

Sep 23rd, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ErrorOOPSlolgetrektskid = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local sup = Instance.new("Frame")
  7. local error = Instance.new("TextLabel")
  8. local TextLabel = Instance.new("TextLabel")
  9. --Properties:
  10. ErrorOOPSlolgetrektskid.Name = "ErrorOOPSlolgetrektskid"
  11. ErrorOOPSlolgetrektskid.Parent = game.CoreGui
  12. ErrorOOPSlolgetrektskid.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Frame.Parent = ErrorOOPSlolgetrektskid
  15. Frame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  16. Frame.BorderSizePixel = 0
  17. Frame.Position = UDim2.new(-0.25999999, 0, -1.03299999, 0)
  18. Frame.Size = UDim2.new(0, 2151, 0, 46)
  19.  
  20. sup.Name = "sup"
  21. sup.Parent = Frame
  22. sup.BackgroundColor3 = Color3.new(1, 1, 1)
  23. sup.BorderSizePixel = 0
  24. sup.Position = UDim2.new(0.322175741, 0, 0, 0)
  25. sup.Size = UDim2.new(0, 4, 0, 46)
  26.  
  27. error.Name = "error"
  28. error.Parent = sup
  29. error.BackgroundColor3 = Color3.new(1, 1, 1)
  30. error.BackgroundTransparency = 1
  31. error.Position = UDim2.new(-15.5, 0, 0, 0)
  32. error.Size = UDim2.new(0, 904, 0, 46)
  33. error.Font = Enum.Font.GothamBlack
  34. error.Text = "Error Occured In Counter Blox GUI: Upmed8mCs73Q2J:1: attempt to call nil value "
  35. error.TextColor3 = Color3.new(1, 0.235294, 0.247059)
  36. error.TextScaled = false
  37. error.TextSize = 19
  38. error.TextWrapped = true
  39.  
  40. TextLabel.Parent = sup
  41. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextLabel.BackgroundTransparency = 1
  43. TextLabel.Position = UDim2.new(-15.5, 0, 0, 0)
  44. TextLabel.Size = UDim2.new(0, 66, 0, 46)
  45. TextLabel.Font = Enum.Font.GothamBlack
  46. TextLabel.Text = "C"
  47. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  48. TextLabel.TextScaled = true
  49. TextLabel.TextSize = 14
  50. TextLabel.TextWrapped = true
  51.  
  52. Frame:TweenPosition(UDim2.new(-0.26, 0,0.033, 0), 'Out', 'Sine', 1.5, true)
  53. wait(4)
  54. Frame:TweenPosition(UDim2.new(-0.26, 0,-1.033, 0), 'In', 'Quad', 3, true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement