Aethielbx

Success Library

Apr 18th, 2021 (edited)
1,009
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local Success = Instance.new("ScreenGui")
  4. local Label = Instance.new("TextLabel")
  5. local TextPrompt = Instance.new("Frame")
  6. local Border = Instance.new("Frame")
  7. local Line = Instance.new("Frame")
  8. local Line_2 = Instance.new("Frame")
  9. local Line_3 = Instance.new("Frame")
  10. local Line_4 = Instance.new("Frame")
  11. local Dot = Instance.new("Frame")
  12. local Dot_2 = Instance.new("Frame")
  13. local Dot_3 = Instance.new("Frame")
  14. local Dot_4 = Instance.new("Frame")
  15.  
  16. --Properties:
  17.  
  18. Success.Parent = game.CoreGui
  19. Success.Name = "Success"
  20. Success.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. Success.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22. Success.DisplayOrder = 8
  23. Success.ResetOnSpawn = false
  24.  
  25. Label.Name = "Label"
  26. Label.Parent = Success
  27. Label.AnchorPoint = Vector2.new(0.5, 0.5)
  28. Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. Label.BackgroundTransparency = 1.000
  30. Label.Position = UDim2.new(0.49999994, 0, 0.757143974, 0)
  31. Label.Size = UDim2.new(0.949999988, 0, 0.0155236134, 0)
  32. Label.ZIndex = 3
  33. Label.Font = Enum.Font.SourceSansSemibold
  34. Label.Text = "All Scripts Loaded Successfully"
  35. Label.TextColor3 = Color3.fromRGB(255, 255, 255)
  36. Label.TextSize = 20.000
  37. Label.TextWrapped = true
  38. Label.TextYAlignment = Enum.TextYAlignment.Top
  39.  
  40. TextPrompt.Name = "TextPrompt"
  41. TextPrompt.Parent = Success
  42. TextPrompt.AnchorPoint = Vector2.new(0.5, 0)
  43. TextPrompt.BackgroundColor3 = Color3.fromRGB(0, 107, 1)
  44. TextPrompt.BackgroundTransparency = 0.800
  45. TextPrompt.BorderColor3 = Color3.fromRGB(27, 42, 53)
  46. TextPrompt.BorderSizePixel = 0
  47. TextPrompt.Position = UDim2.new(0.500261843, 0, 0.739123046, 0)
  48. TextPrompt.Size = UDim2.new(0.129753798, 0, 0.0378565826, 0)
  49. TextPrompt.ZIndex = 2
  50.  
  51. Border.Name = "Border"
  52. Border.Parent = TextPrompt
  53. Border.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  54. Border.BackgroundTransparency = 1.000
  55. Border.Size = UDim2.new(1, 0, 1, 0)
  56. Border.ZIndex = 2
  57.  
  58. Line.Name = "Line"
  59. Line.Parent = Border
  60. Line.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  61. Line.BorderSizePixel = 0
  62. Line.Size = UDim2.new(0, 1, 1, 0)
  63. Line.ZIndex = 3
  64.  
  65. Line_2.Name = "Line"
  66. Line_2.Parent = Border
  67. Line_2.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  68. Line_2.BorderSizePixel = 0
  69. Line_2.Size = UDim2.new(1, 0, 0, 1)
  70. Line_2.ZIndex = 3
  71.  
  72. Line_3.Name = "Line"
  73. Line_3.Parent = Border
  74. Line_3.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  75. Line_3.BorderSizePixel = 0
  76. Line_3.Position = UDim2.new(1, -1, 0, 0)
  77. Line_3.Size = UDim2.new(0, 1, 1, 0)
  78. Line_3.ZIndex = 3
  79.  
  80. Line_4.Name = "Line"
  81. Line_4.Parent = Border
  82. Line_4.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  83. Line_4.BorderSizePixel = 0
  84. Line_4.Position = UDim2.new(0, 0, 1, -1)
  85. Line_4.Size = UDim2.new(1, 0, 0, 1)
  86. Line_4.ZIndex = 3
  87.  
  88. Dot.Name = "Dot"
  89. Dot.Parent = Border
  90. Dot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. Dot.BorderSizePixel = 0
  92. Dot.Size = UDim2.new(0, 2, 0, 2)
  93. Dot.ZIndex = 4
  94.  
  95. Dot_2.Name = "Dot"
  96. Dot_2.Parent = Border
  97. Dot_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Dot_2.BorderSizePixel = 0
  99. Dot_2.Position = UDim2.new(1, -2, 0, 0)
  100. Dot_2.Size = UDim2.new(0, 2, 0, 2)
  101. Dot_2.ZIndex = 4
  102.  
  103. Dot_3.Name = "Dot"
  104. Dot_3.Parent = Border
  105. Dot_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  106. Dot_3.BorderSizePixel = 0
  107. Dot_3.Position = UDim2.new(1, -2, 1, -2)
  108. Dot_3.Size = UDim2.new(0, 2, 0, 2)
  109. Dot_3.ZIndex = 4
  110.  
  111. Dot_4.Name = "Dot"
  112. Dot_4.Parent = Border
  113. Dot_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. Dot_4.BorderSizePixel = 0
  115. Dot_4.Position = UDim2.new(0, 0, 1, -2)
  116. Dot_4.Size = UDim2.new(0, 2, 0, 2)
  117. Dot_4.ZIndex = 4
  118.  
  119. local s = Instance.new("Sound")
  120.  
  121. s.Name = "Ping"
  122. s.SoundId = "rbxassetid://255881176"
  123. s.Volume = 10
  124. s.Looped = false
  125. s.archivable = false
  126. s.PlaybackSpeed = 1.5
  127.  
  128. s.Parent = game.Workspace
  129.  
  130. s:play()
  131.  
  132. wait(5)
  133. Success:Destroy()
Add Comment
Please, Sign In to add comment