Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Made by xGoldgamer2j
- -- Instances:
- local YouTubeGUI = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local YouTubeLabel = Instance.new("TextLabel")
- local MadeByxGoldgamer2j = Instance.new("TextLabel")
- local TextBox = Instance.new("TextBox")
- --Properties:
- YouTubeGUI.Name = "YouTubeGUI"
- YouTubeGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- YouTubeGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = YouTubeGUI
- Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Frame.BorderColor3 = Color3.fromRGB(226, 226, 226)
- Frame.BorderSizePixel = 2
- Frame.Position = UDim2.new(0, 0, 0.319628656, 0)
- Frame.Size = UDim2.new(0, 529, 0, 294)
- YouTubeLabel.Name = "YouTubeLabel"
- YouTubeLabel.Parent = Frame
- YouTubeLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- YouTubeLabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
- YouTubeLabel.BorderSizePixel = 2
- YouTubeLabel.Size = UDim2.new(0, 513, 0, 50)
- YouTubeLabel.Font = Enum.Font.SourceSans
- YouTubeLabel.Text = "YouTubeGUI"
- YouTubeLabel.TextColor3 = Color3.fromRGB(236, 236, 236)
- YouTubeLabel.TextScaled = true
- YouTubeLabel.TextSize = 1.000
- YouTubeLabel.TextWrapped = true
- MadeByxGoldgamer2j.Name = "MadeByxGoldgamer2j"
- MadeByxGoldgamer2j.Parent = Frame
- MadeByxGoldgamer2j.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
- MadeByxGoldgamer2j.BorderColor3 = Color3.fromRGB(229, 229, 229)
- MadeByxGoldgamer2j.BorderSizePixel = 2
- MadeByxGoldgamer2j.Position = UDim2.new(0, 0, 0.829931974, 0)
- MadeByxGoldgamer2j.Size = UDim2.new(0, 513, 0, 50)
- MadeByxGoldgamer2j.Font = Enum.Font.SourceSans
- MadeByxGoldgamer2j.Text = "Made By xGoldgamer2j"
- MadeByxGoldgamer2j.TextColor3 = Color3.fromRGB(0, 0, 0)
- MadeByxGoldgamer2j.TextSize = 24.000
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.fromRGB(212, 212, 212)
- TextBox.Position = UDim2.new(0.0662768036, 0, 0.21768707, 0)
- TextBox.Size = UDim2.new(0, 445, 0, 166)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.TextSize = 18.000
- TextBox.TextXAlignment = Enum.TextXAlignment.Left
- TextBox.TextYAlignment = Enum.TextYAlignment.Top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement