Advertisement
GoldCraftingHD

YouTubeGUI

Jul 30th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. --Made by xGoldgamer2j--
  2.  
  3. local YouTubeGUI = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local YouTubeLabel = Instance.new("TextLabel")
  6. local MadeByxGoldgamer2j = Instance.new("TextLabel")
  7. local TextBox = Instance.new("TextBox")
  8.  
  9. --Properties:
  10.  
  11. YouTubeGUI.Name = "YouTubeGUI"
  12. YouTubeGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13. YouTubeGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. Main.Name = "Main"
  16. Main.Parent = YouTubeGUI
  17. Main.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  18. Main.BorderColor3 = Color3.fromRGB(226, 226, 226)
  19. Main.BorderSizePixel = 2
  20. Main.Position = UDim2.new(0.00836641435, 0, 0.532071769, 0)
  21. Main.Size = UDim2.new(0, 513, 0, 294)
  22.  
  23. YouTubeLabel.Name = "YouTubeLabel"
  24. YouTubeLabel.Parent = Main
  25. YouTubeLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  26. YouTubeLabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
  27. YouTubeLabel.BorderSizePixel = 2
  28. YouTubeLabel.Size = UDim2.new(0, 513, 0, 50)
  29. YouTubeLabel.Font = Enum.Font.SourceSans
  30. YouTubeLabel.Text = "YouTubeGUI"
  31. YouTubeLabel.TextColor3 = Color3.fromRGB(236, 236, 236)
  32. YouTubeLabel.TextScaled = true
  33. YouTubeLabel.TextSize = 1.000
  34. YouTubeLabel.TextWrapped = true
  35.  
  36. MadeByxGoldgamer2j.Name = "MadeByxGoldgamer2j"
  37. MadeByxGoldgamer2j.Parent = Main
  38. MadeByxGoldgamer2j.BackgroundColor3 = Color3.fromRGB(152, 152, 152)
  39. MadeByxGoldgamer2j.BorderColor3 = Color3.fromRGB(229, 229, 229)
  40. MadeByxGoldgamer2j.BorderSizePixel = 2
  41. MadeByxGoldgamer2j.Position = UDim2.new(0, 0, 0.829931974, 0)
  42. MadeByxGoldgamer2j.Size = UDim2.new(0, 513, 0, 50)
  43. MadeByxGoldgamer2j.Font = Enum.Font.SourceSans
  44. MadeByxGoldgamer2j.Text = "Made By xGoldgamer2j"
  45. MadeByxGoldgamer2j.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. MadeByxGoldgamer2j.TextSize = 24.000
  47.  
  48. TextBox.Parent = Main
  49. TextBox.BackgroundColor3 = Color3.fromRGB(212, 212, 212)
  50. TextBox.Position = UDim2.new(0.0662768036, 0, 0.21768707, 0)
  51. TextBox.Size = UDim2.new(0, 445, 0, 166)
  52. TextBox.Font = Enum.Font.SourceSans
  53. TextBox.Text = ""
  54. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. TextBox.TextSize = 18.000
  56. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  57. TextBox.TextYAlignment = Enum.TextYAlignment.Top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement