Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local Success = Instance.new("ScreenGui")
- local Label = Instance.new("TextLabel")
- local TextPrompt = Instance.new("Frame")
- local Border = Instance.new("Frame")
- local Line = Instance.new("Frame")
- local Line_2 = Instance.new("Frame")
- local Line_3 = Instance.new("Frame")
- local Line_4 = Instance.new("Frame")
- local Dot = Instance.new("Frame")
- local Dot_2 = Instance.new("Frame")
- local Dot_3 = Instance.new("Frame")
- local Dot_4 = Instance.new("Frame")
- --Properties:
- Success.Parent = game.CoreGui
- Success.Name = "Success"
- Success.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Success.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Success.DisplayOrder = 8
- Success.ResetOnSpawn = false
- Label.Name = "Label"
- Label.Parent = Success
- Label.AnchorPoint = Vector2.new(0.5, 0.5)
- Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Label.BackgroundTransparency = 1.000
- Label.Position = UDim2.new(0.49999994, 0, 0.757143974, 0)
- Label.Size = UDim2.new(0.949999988, 0, 0.0155236134, 0)
- Label.ZIndex = 3
- Label.Font = Enum.Font.SourceSansSemibold
- Label.Text = "All Scripts Loaded Successfully"
- Label.TextColor3 = Color3.fromRGB(255, 255, 255)
- Label.TextSize = 20.000
- Label.TextWrapped = true
- Label.TextYAlignment = Enum.TextYAlignment.Top
- TextPrompt.Name = "TextPrompt"
- TextPrompt.Parent = Success
- TextPrompt.AnchorPoint = Vector2.new(0.5, 0)
- TextPrompt.BackgroundColor3 = Color3.fromRGB(0, 107, 1)
- TextPrompt.BackgroundTransparency = 0.800
- TextPrompt.BorderColor3 = Color3.fromRGB(27, 42, 53)
- TextPrompt.BorderSizePixel = 0
- TextPrompt.Position = UDim2.new(0.500261843, 0, 0.739123046, 0)
- TextPrompt.Size = UDim2.new(0.129753798, 0, 0.0378565826, 0)
- TextPrompt.ZIndex = 2
- Border.Name = "Border"
- Border.Parent = TextPrompt
- Border.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Border.BackgroundTransparency = 1.000
- Border.Size = UDim2.new(1, 0, 1, 0)
- Border.ZIndex = 2
- Line.Name = "Line"
- Line.Parent = Border
- Line.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
- Line.BorderSizePixel = 0
- Line.Size = UDim2.new(0, 1, 1, 0)
- Line.ZIndex = 3
- Line_2.Name = "Line"
- Line_2.Parent = Border
- Line_2.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
- Line_2.BorderSizePixel = 0
- Line_2.Size = UDim2.new(1, 0, 0, 1)
- Line_2.ZIndex = 3
- Line_3.Name = "Line"
- Line_3.Parent = Border
- Line_3.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
- Line_3.BorderSizePixel = 0
- Line_3.Position = UDim2.new(1, -1, 0, 0)
- Line_3.Size = UDim2.new(0, 1, 1, 0)
- Line_3.ZIndex = 3
- Line_4.Name = "Line"
- Line_4.Parent = Border
- Line_4.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
- Line_4.BorderSizePixel = 0
- Line_4.Position = UDim2.new(0, 0, 1, -1)
- Line_4.Size = UDim2.new(1, 0, 0, 1)
- Line_4.ZIndex = 3
- Dot.Name = "Dot"
- Dot.Parent = Border
- Dot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Dot.BorderSizePixel = 0
- Dot.Size = UDim2.new(0, 2, 0, 2)
- Dot.ZIndex = 4
- Dot_2.Name = "Dot"
- Dot_2.Parent = Border
- Dot_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Dot_2.BorderSizePixel = 0
- Dot_2.Position = UDim2.new(1, -2, 0, 0)
- Dot_2.Size = UDim2.new(0, 2, 0, 2)
- Dot_2.ZIndex = 4
- Dot_3.Name = "Dot"
- Dot_3.Parent = Border
- Dot_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Dot_3.BorderSizePixel = 0
- Dot_3.Position = UDim2.new(1, -2, 1, -2)
- Dot_3.Size = UDim2.new(0, 2, 0, 2)
- Dot_3.ZIndex = 4
- Dot_4.Name = "Dot"
- Dot_4.Parent = Border
- Dot_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Dot_4.BorderSizePixel = 0
- Dot_4.Position = UDim2.new(0, 0, 1, -2)
- Dot_4.Size = UDim2.new(0, 2, 0, 2)
- Dot_4.ZIndex = 4
- local s = Instance.new("Sound")
- s.Name = "Ping"
- s.SoundId = "rbxassetid://255881176"
- s.Volume = 10
- s.Looped = false
- s.archivable = false
- s.PlaybackSpeed = 1.5
- s.Parent = game.Workspace
- s:play()
- wait(5)
- Success:Destroy()
Add Comment
Please, Sign In to add comment