Advertisement
skylershults

PVPTIER

Jun 24th, 2020 (edited)
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local PVPTIER = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local ImageLabel = Instance.new("ImageLabel")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local TextLabel_4 = Instance.new("TextLabel")
  14. local TextLabel_5 = Instance.new("TextLabel")
  15. local TextLabel_6 = Instance.new("TextLabel")
  16. local TextLabel_7 = Instance.new("TextLabel")
  17. local TextLabel_8 = Instance.new("TextLabel")
  18. local TextLabel_9 = Instance.new("TextLabel")
  19.  
  20. --Properties:
  21.  
  22. PVPTIER.Name = "PVPTIER"
  23. PVPTIER.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24.  
  25. Frame.Parent = PVPTIER
  26. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  27. Frame.Position = UDim2.new(0.172767192, 0, 0.156138256, 0)
  28. Frame.Size = UDim2.new(0, 657, 0, 488)
  29.  
  30. ImageLabel.Parent = Frame
  31. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. ImageLabel.Position = UDim2.new(-0.137224779, 0, -0.277958095, 0)
  33. ImageLabel.Size = UDim2.new(0, 1049, 0, 834)
  34. ImageLabel.Image = "rbxassetid://5508068780"
  35.  
  36. TextLabel.Parent = Frame
  37. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 127, 127)
  38. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  39. TextLabel.BorderSizePixel = 2
  40. TextLabel.Position = UDim2.new(-0.137224779, 0, -0.268999994, 0)
  41. TextLabel.Size = UDim2.new(0, 95, 0, 78)
  42. TextLabel.Font = Enum.Font.SourceSansBold
  43. TextLabel.Text = "SS"
  44. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. TextLabel.TextSize = 20.000
  46.  
  47. TextButton.Parent = Frame
  48. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. TextButton.BackgroundTransparency = 1.000
  50. TextButton.BorderColor3 = Color3.fromRGB(27, 42, 53)
  51. TextButton.Position = UDim2.new(1.417485, 0, -0.268442631, 0)
  52. TextButton.Size = UDim2.new(0, 27, 0, 24)
  53. TextButton.Font = Enum.Font.SourceSans
  54. TextButton.Text = "-"
  55. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  56. TextButton.TextSize = 14.000
  57. TextButton.MouseButton1Up:Connect(function()
  58. PVPTIER:Destroy()
  59. end)
  60. TextLabel_2.Parent = Frame
  61. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 127, 127)
  62. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  63. TextLabel_2.BorderSizePixel = 2
  64. TextLabel_2.Position = UDim2.new(-0.137224779, 0, -0.10916391, 0)
  65. TextLabel_2.Size = UDim2.new(0, 95, 0, 85)
  66. TextLabel_2.Font = Enum.Font.SourceSansBold
  67. TextLabel_2.Text = "S"
  68. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. TextLabel_2.TextSize = 20.000
  70.  
  71. TextLabel_3.Parent = Frame
  72. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 191, 127)
  73. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  74. TextLabel_3.BorderSizePixel = 2
  75. TextLabel_3.Position = UDim2.new(-0.137224779, 0, 0.0650163889, 0)
  76. TextLabel_3.Size = UDim2.new(0, 95, 0, 83)
  77. TextLabel_3.Font = Enum.Font.SourceSansBold
  78. TextLabel_3.Text = "A+"
  79. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. TextLabel_3.TextSize = 20.000
  81.  
  82. TextLabel_4.Parent = Frame
  83. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 191, 127)
  84. TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  85. TextLabel_4.BorderSizePixel = 2
  86. TextLabel_4.Position = UDim2.new(-0.137224779, 0, 0.235098347, 0)
  87. TextLabel_4.Size = UDim2.new(0, 95, 0, 83)
  88. TextLabel_4.Font = Enum.Font.SourceSansBold
  89. TextLabel_4.Text = "A"
  90. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. TextLabel_4.TextSize = 20.000
  92.  
  93. TextLabel_5.Parent = Frame
  94. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 223, 127)
  95. TextLabel_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  96. TextLabel_5.BorderSizePixel = 2
  97. TextLabel_5.Position = UDim2.new(-0.137224779, 0, 0.405180335, 0)
  98. TextLabel_5.Size = UDim2.new(0, 95, 0, 83)
  99. TextLabel_5.Font = Enum.Font.SourceSansBold
  100. TextLabel_5.Text = "B"
  101. TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. TextLabel_5.TextSize = 20.000
  103.  
  104. TextLabel_6.Parent = Frame
  105. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 223, 127)
  106. TextLabel_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  107. TextLabel_6.BorderSizePixel = 2
  108. TextLabel_6.Position = UDim2.new(-0.137000009, 0, 0.575898051, 0)
  109. TextLabel_6.Size = UDim2.new(0, 95, 0, 165)
  110. TextLabel_6.Font = Enum.Font.SourceSansBold
  111. TextLabel_6.Text = "B+"
  112. TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. TextLabel_6.TextSize = 20.000
  114.  
  115. TextLabel_7.Parent = Frame
  116. TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  117. TextLabel_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  118. TextLabel_7.BorderSizePixel = 2
  119. TextLabel_7.Position = UDim2.new(-0.137000009, 0, 0.91401273, 0)
  120. TextLabel_7.Size = UDim2.new(0, 95, 0, 83)
  121. TextLabel_7.Font = Enum.Font.SourceSansBold
  122. TextLabel_7.Text = "C+"
  123. TextLabel_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. TextLabel_7.TextSize = 20.000
  125.  
  126. TextLabel_8.Parent = Frame
  127. TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  128. TextLabel_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
  129. TextLabel_8.BorderSizePixel = 2
  130. TextLabel_8.Position = UDim2.new(-0.137000009, 0, 1.08819306, 0)
  131. TextLabel_8.Size = UDim2.new(0, 95, 0, 84)
  132. TextLabel_8.Font = Enum.Font.SourceSansBold
  133. TextLabel_8.Text = "C"
  134. TextLabel_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  135. TextLabel_8.TextSize = 20.000
  136.  
  137. TextLabel_9.Parent = Frame
  138. TextLabel_9.BackgroundColor3 = Color3.fromRGB(191, 255, 127)
  139. TextLabel_9.BorderColor3 = Color3.fromRGB(0, 0, 0)
  140. TextLabel_9.BorderSizePixel = 2
  141. TextLabel_9.Position = UDim2.new(-0.137000009, 0, 1.26032424, 0)
  142. TextLabel_9.Size = UDim2.new(0, 95, 0, 82)
  143. TextLabel_9.Font = Enum.Font.SourceSansBold
  144. TextLabel_9.Text = "Terrible"
  145. TextLabel_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  146. TextLabel_9.TextSize = 20.000
  147.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement