Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local label1 = Instance.new("TextLabel")
- local label2 = Instance.new("TextLabel")
- local blackframe = Instance.new("Frame")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.371202916, 0, 0.293827146, 0)
- Frame.Size = UDim2.new(0, 468, 0, 393)
- label1.Name = "label 1"
- label1.Parent = Frame
- label1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- label1.BorderSizePixel = 5
- label1.Position = UDim2.new(-0.00102815032, 0, -0.00293627381, 0)
- label1.Size = UDim2.new(0, 468, 0, 59)
- label1.Font = Enum.Font.Kalam
- label1.Text = "WHITELISTING USER.. | PLEASE WAIT A MOMENT"
- label1.TextColor3 = Color3.fromRGB(0, 0, 0)
- label1.TextSize = 30.000
- label2.Name = "label 2"
- label2.Parent = Frame
- label2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- label2.BackgroundTransparency = 0.400
- label2.Position = UDim2.new(0.541395426, 0, 0.721713245, 0)
- label2.Size = UDim2.new(0, 168, 0, 36)
- label2.Font = Enum.Font.Kalam
- label2.Text = "Click Here"
- label2.TextColor3 = Color3.fromRGB(0, 0, 0)
- label2.TextSize = 25.000
- blackframe.Name = "black frame"
- blackframe.Parent = ScreenGui
- blackframe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- blackframe.Position = UDim2.new(0.370910585, 0, -0.0913580284, 0)
- blackframe.Size = UDim2.new(0, 468, 0, 378)
Add Comment
Please, Sign In to add comment