Advertisement
DimowForback

Untitled

Feb 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. -- What good?,haha 1.0?
  2. -- by Dimowforback
  3.  
  4. -- Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local ScrollingFrame_2 = Instance.new("ScrollingFrame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local TextButton_4 = Instance.new("TextButton")
  14.  
  15. -- Properties
  16. ScreenGui.Parent = game.StarterGui
  17.  
  18. ScrollingFrame.Parent = ScreenGui
  19. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  20. ScrollingFrame.Position = UDim2.new(0.256770313, 0, 0.125978082, 0)
  21. ScrollingFrame.Size = UDim2.new(0, 525, 0, 412)
  22.  
  23. ScrollingFrame_2.Parent = ScrollingFrame
  24. ScrollingFrame_2.BackgroundColor3 = Color3.new(1, 0, 0)
  25. ScrollingFrame_2.BorderColor3 = Color3.new(0.207843, 0, 0)
  26. ScrollingFrame_2.Size = UDim2.new(0, 154, 0, 31)
  27.  
  28. TextLabel.Parent = ScrollingFrame_2
  29. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  30. TextLabel.Size = UDim2.new(0, 172, 0, 31)
  31. TextLabel.Font = Enum.Font.SourceSans
  32. TextLabel.Text = "Haha 1.0"
  33. TextLabel.TextSize = 14
  34.  
  35. TextButton.Parent = ScrollingFrame
  36. TextButton.BackgroundColor3 = Color3.new(1, 0.211765, 0.184314)
  37. TextButton.Position = UDim2.new(0.0380952395, 0, 0.0655339807, 0)
  38. TextButton.Size = UDim2.new(0, 200, 0, 50)
  39. TextButton.Font = Enum.Font.SourceSans
  40. TextButton.Text = "Desert Eagle"
  41. TextButton.TextScaled = true
  42. TextButton.TextSize = 14
  43. TextButton.TextWrapped = true
  44.  
  45. TextButton_2.Parent = ScrollingFrame
  46. TextButton_2.BackgroundColor3 = Color3.new(1, 0.211765, 0.184314)
  47. TextButton_2.Position = UDim2.new(0.485714287, 0, 0.0655339807, 0)
  48. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  49. TextButton_2.Font = Enum.Font.SourceSans
  50. TextButton_2.Text = "Wings"
  51. TextButton_2.TextScaled = true
  52. TextButton_2.TextSize = 14
  53. TextButton_2.TextWrapped = true
  54.  
  55. TextButton_3.Parent = ScrollingFrame
  56. TextButton_3.BackgroundColor3 = Color3.new(1, 0.211765, 0.184314)
  57. TextButton_3.Position = UDim2.new(0.0380952358, 0, 0.128640771, 0)
  58. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  59. TextButton_3.Font = Enum.Font.SourceSans
  60. TextButton_3.Text = "Tec 9"
  61. TextButton_3.TextScaled = true
  62. TextButton_3.TextSize = 14
  63. TextButton_3.TextWrapped = true
  64.  
  65. TextButton_4.Parent = ScrollingFrame
  66. TextButton_4.BackgroundColor3 = Color3.new(1, 0.211765, 0.184314)
  67. TextButton_4.Position = UDim2.new(0.485714287, 0, 0.128640771, 0)
  68. TextButton_4.Size = UDim2.new(0, 200, 0, 50)
  69. TextButton_4.Font = Enum.Font.SourceSans
  70. TextButton_4.Text = "TopKek 4"
  71. TextButton_4.TextScaled = true
  72. TextButton_4.TextSize = 14
  73. TextButton_4.TextWrapped = true
  74.  
  75. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement