Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by xGoldgamer2j--
- local YouTubeGUI = Instance.new("ScreenGui")
- local Main = 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
- Main.Name = "Main"
- Main.Parent = YouTubeGUI
- Main.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Main.BorderColor3 = Color3.fromRGB(226, 226, 226)
- Main.BorderSizePixel = 2
- Main.Position = UDim2.new(0.00836641435, 0, 0.532071769, 0)
- Main.Size = UDim2.new(0, 513, 0, 294)
- YouTubeLabel.Name = "YouTubeLabel"
- YouTubeLabel.Parent = Main
- 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 = Main
- 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 = Main
- 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