Advertisement
vaux19

Untitled

Jun 16th, 2021 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Costum = Instance.new("ScreenGui")
  7. local Frame = Instance.new("ImageLabel")
  8. local Lines = Instance.new("Folder")
  9. local _1 = Instance.new("TextLabel")
  10. local _2 = Instance.new("TextLabel")
  11. local Gametext = Instance.new("TextLabel")
  12. local Name = Instance.new("TextButton")
  13. local Createmenu = Instance.new("ImageLabel")
  14. local Name_2 = Instance.new("TextButton")
  15. local Name_3 = Instance.new("TextButton")
  16. local Name_4 = Instance.new("TextButton")
  17. local UIScale = Instance.new("UIScale")
  18.  
  19. --Properties:
  20.  
  21. Costum.Name = "Costum"
  22. Costum.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23.  
  24. Frame.Name = "Frame"
  25. Frame.Parent = Costum
  26. Frame.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  27. Frame.BorderSizePixel = 0
  28. Frame.Position = UDim2.new(0.342841625, 0, 0.192874685, 0)
  29. Frame.Size = UDim2.new(0, 577, 0, 463)
  30. Frame.ImageColor3 = Color3.fromRGB(57, 57, 57)
  31. Frame.ScaleType = Enum.ScaleType.Slice
  32. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  33. Frame.SliceScale = 0.120
  34.  
  35. Lines.Name = "Lines"
  36. Lines.Parent = Frame
  37.  
  38. _1.Name = "1"
  39. _1.Parent = Lines
  40. _1.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  41. _1.BorderSizePixel = 0
  42. _1.Size = UDim2.new(0, 6, 0, 463)
  43. _1.Font = Enum.Font.SourceSans
  44. _1.Text = ""
  45. _1.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. _1.TextSize = 14.000
  47.  
  48. _2.Name = "2"
  49. _2.Parent = Lines
  50. _2.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  51. _2.BorderSizePixel = 0
  52. _2.Size = UDim2.new(0, 577, 0, 6)
  53. _2.Font = Enum.Font.SourceSans
  54. _2.Text = ""
  55. _2.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. _2.TextSize = 14.000
  57.  
  58. Gametext.Name = "Gametext"
  59. Gametext.Parent = Frame
  60. Gametext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. Gametext.BackgroundTransparency = 1.000
  62. Gametext.Position = UDim2.new(0, 0, 0.0151187899, 0)
  63. Gametext.Size = UDim2.new(0, 200, 0, 50)
  64. Gametext.Font = Enum.Font.Highway
  65. Gametext.Text = "Text"
  66. Gametext.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. Gametext.TextSize = 25.000
  68.  
  69. Name.Name = "Name"
  70. Name.Parent = Frame
  71. Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. Name.BackgroundTransparency = 1.000
  73. Name.Position = UDim2.new(0.0381282493, 0, 0.138228938, 0)
  74. Name.Size = UDim2.new(0, 79, 0, 45)
  75. Name.Font = Enum.Font.Highway
  76. Name.Text = "Name"
  77. Name.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. Name.TextSize = 25.000
  79.  
  80. Createmenu.Name = "Createmenu"
  81. Createmenu.Parent = Frame
  82. Createmenu.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  83. Createmenu.BackgroundTransparency = 1.000
  84. Createmenu.Position = UDim2.new(0.0381282493, 0, 0.123110153, 0)
  85. Createmenu.Size = UDim2.new(0, 79, 0, 371)
  86. Createmenu.Image = "rbxassetid://3570695787"
  87. Createmenu.ImageColor3 = Color3.fromRGB(65, 65, 65)
  88. Createmenu.ScaleType = Enum.ScaleType.Slice
  89. Createmenu.SliceCenter = Rect.new(100, 100, 100, 100)
  90. Createmenu.SliceScale = 0.120
  91.  
  92. Name_2.Name = "Name/"
  93. Name_2.Parent = Frame
  94. Name_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. Name_2.BackgroundTransparency = 1.000
  96. Name_2.Position = UDim2.new(0.0381282493, 0, 0.25701943, 0)
  97. Name_2.Size = UDim2.new(0, 79, 0, 45)
  98. Name_2.Font = Enum.Font.Highway
  99. Name_2.Text = "Name"
  100. Name_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. Name_2.TextSize = 25.000
  102.  
  103. Name_3.Name = "Name///"
  104. Name_3.Parent = Frame
  105. Name_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  106. Name_3.BackgroundTransparency = 1.000
  107. Name_3.Position = UDim2.new(0.0381282493, 0, 0.490280777, 0)
  108. Name_3.Size = UDim2.new(0, 79, 0, 45)
  109. Name_3.Font = Enum.Font.Highway
  110. Name_3.Text = "Name"
  111. Name_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. Name_3.TextSize = 25.000
  113.  
  114. Name_4.Name = "Name//"
  115. Name_4.Parent = Frame
  116. Name_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. Name_4.BackgroundTransparency = 1.000
  118. Name_4.Position = UDim2.new(0.0381282493, 0, 0.373650104, 0)
  119. Name_4.Size = UDim2.new(0, 79, 0, 45)
  120. Name_4.Font = Enum.Font.Highway
  121. Name_4.Text = "Name"
  122. Name_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. Name_4.TextSize = 25.000
  124.  
  125. UIScale.Parent = Frame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement