Advertisement
TheGamer1

Untitled

May 31st, 2019
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LoadingFrame = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local LoadingBar = Instance.new("Frame")
  8. local Part1 = Instance.new("Frame")
  9. local Part2 = Instance.new("Frame")
  10. local Part3 = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. --Properties:
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. LoadingFrame.Name = "Loading Frame"
  16. LoadingFrame.Parent = ScreenGui
  17. LoadingFrame.Active = true
  18. LoadingFrame.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  19. LoadingFrame.BorderSizePixel = 0
  20. LoadingFrame.Position = UDim2.new(0.327554733, 0, 0.5, 0)
  21. LoadingFrame.Size = UDim2.new(0, 410, 0, 124)
  22.  
  23. Frame.Parent = LoadingFrame
  24. Frame.Active = true
  25. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Frame.BorderSizePixel = 0
  27. Frame.Size = UDim2.new(0, 410, 0, 11)
  28.  
  29. LoadingBar.Name = "Loading Bar"
  30. LoadingBar.Parent = LoadingFrame
  31. LoadingBar.Active = true
  32. LoadingBar.BackgroundColor3 = Color3.new(1, 1, 1)
  33. LoadingBar.BorderSizePixel = 0
  34. LoadingBar.Position = UDim2.new(0.0268292688, 0, 0.729195893, 0)
  35. LoadingBar.Size = UDim2.new(0, 388, 0, 23)
  36.  
  37. Part1.Name = "Part 1"
  38. Part1.Parent = LoadingBar
  39. Part1.Active = true
  40. Part1.BackgroundColor3 = Color3.new(0, 1, 0)
  41. Part1.BorderSizePixel = 0
  42. Part1.Size = UDim2.new(0, 141, 0, 23)
  43. Part1.Visible = false
  44.  
  45. Part2.Name = "Part 2"
  46. Part2.Parent = LoadingBar
  47. Part2.Active = true
  48. Part2.BackgroundColor3 = Color3.new(0, 1, 0)
  49. Part2.BorderSizePixel = 0
  50. Part2.Position = UDim2.new(0.363402069, 0, 0, 0)
  51. Part2.Size = UDim2.new(0, 108, 0, 23)
  52. Part2.Visible = false
  53.  
  54. Part3.Name = "Part 3"
  55. Part3.Parent = LoadingBar
  56. Part3.Active = true
  57. Part3.BackgroundColor3 = Color3.new(0, 1, 0)
  58. Part3.BorderSizePixel = 0
  59. Part3.Position = UDim2.new(0.641752601, 0, 0, 0)
  60. Part3.Size = UDim2.new(0, 139, 0, 23)
  61. Part3.Visible = false
  62.  
  63. TextLabel.Parent = LoadingBar
  64. TextLabel.Active = true
  65. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  66. TextLabel.BackgroundTransparency = 1
  67. TextLabel.BorderSizePixel = 0
  68. TextLabel.Position = UDim2.new(0, 0, -1.13043475, 0)
  69. TextLabel.Size = UDim2.new(0, 388, 0, 22)
  70. TextLabel.Font = Enum.Font.GothamBlack
  71. TextLabel.Text = "Loading"
  72. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  73. TextLabel.TextSize = 14
  74. TextLabel.TextWrapped = true
  75. -- Scripts:
  76.  
  77. wait(0.50)
  78. Part1.Visible = true
  79. TextLabel.Text = "Loader Made by Iconz"
  80. wait(1)
  81. Part2.Visible = true
  82. TextLabel.Text = "Downloading API"
  83. wait(1.25)
  84. Part3.Visible = true
  85. TextLabel.Text = "Done"
  86. wait(1)
  87. TextLabel.Text = "Loading GUI"
  88. wait(0.1)
  89. TextLabel.Text = "Loading GUI."
  90. wait(0.1)
  91. TextLabel.Text = "Loading GUI.."
  92. wait(0.1)
  93. TextLabel.Text = "Loading GUI..."
  94. wait(0.1)
  95. TextLabel.Text = "Loading GUI"
  96. wait(0.1)
  97. TextLabel.Text = "Loading GUI."
  98. wait(0.1)
  99. TextLabel.Text = "Loading GUI.."
  100. wait(0.1)
  101. TextLabel.Text = "Loading GUI..."
  102. wait(0.1)
  103. LoadingFrame.Visible = false
  104. FRAME NAME HERE.Visible = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement