Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. <imagelabel
  2. Image="rbxassetid://3898045271"
  3. ImageColor3={Color3.fromRGB(249, 249, 249)}
  4. BackgroundTransparency={1}
  5. Position={new UDim2(0.038, 0, 0.132, 0)}
  6. Size={new UDim2(0, 1674, 0, 863)}
  7. Key="billSelection"
  8. >
  9. <uiaspectratioconstraint AspectRatio={1.94} />
  10. <imagelabel
  11. Image="rbxassetid://3898045748"
  12. ImageColor3={Color3.fromRGB(236, 236, 236)}
  13. BackgroundTransparency={1}
  14. Position={new UDim2(0.014, 0, 0.016, 0)}
  15. Size={new UDim2(0.156, 0, 0.953, 0)}
  16. Key="side"
  17. >
  18. <uiaspectratioconstraint AspectRatio={0.317} />
  19. </imagelabel>
  20. <frame
  21. BackgroundTransparency={1}
  22. Position={new UDim2(0.169, 0, 0.028, 0)}
  23. Size={new UDim2(0.813, 0, 0.933, 0)}
  24. Key="content"
  25. >
  26. <scrollingframe
  27. ScrollBarImageColor3={Color3.fromRGB(47, 47, 47)}
  28. ScrollBarThickness={5}
  29. BackgroundTransparency={1}
  30. Position={new UDim2(0.05, 0, 0.075, 0)}
  31. Size={new UDim2(0.9, 0, 0.9, 0)}
  32. Key="bills"
  33. >
  34. <uigridlayout
  35. CellPadding={new UDim2(0, 5, 0, 0)}
  36. CellSize={new UDim2(0.2, 0, 0.1, 0)}
  37. HorizontalAlignment={Enum.HorizontalAlignment.Center}
  38. SortOrder={Enum.SortOrder.LayoutOrder}
  39. />
  40. <imagelabel
  41. Image="rbxassetid://3898045423"
  42. BackgroundTransparency={1}
  43. Position={new UDim2(0.415, 0, 0, 0)}
  44. Size={new UDim2(0.351, 0, 0.531, 0)}
  45. Key="bill"
  46. >
  47. <uiaspectratioconstraint AspectRatio={1.299} />
  48. <imagebutton
  49. Image="rbxassetid://3898045575"
  50. ImageColor3={Color3.fromRGB(125, 11, 255)}
  51. BackgroundTransparency={1}
  52. Position={new UDim2(0.275, 0, 0.772, 0)}
  53. Size={new UDim2(0.449, 0, 0.2, 0)}
  54. Key="vote"
  55. >
  56. <uiaspectratioconstraint AspectRatio={2.909} />
  57. <textbutton
  58. Font={Enum.Font.Arial}
  59. Text="Vote"
  60. TextColor3={Color3.fromRGB(255, 255, 255)}
  61. TextScaled={true}
  62. TextSize={14}
  63. TextWrapped={true}
  64. BackgroundTransparency={1}
  65. Position={new UDim2(0.085, 0, 0.144, 0)}
  66. Size={new UDim2(0.831, 0, 0.692, 0)}
  67. />
  68. </imagebutton>
  69. <textlabel
  70. Font={Enum.Font.SourceSans}
  71. TextColor3={Color3.fromRGB(26, 26, 26)}
  72. TextScaled={true}
  73. TextSize={14}
  74. TextWrapped={true}
  75. BackgroundTransparency={1}
  76. Position={new UDim2(0.07, 0, 0.115, 0)}
  77. Size={new UDim2(0.864, 0, 0.121, 0)}
  78. Key="title"
  79. />
  80. <textlabel
  81. Font={Enum.Font.SourceSans}
  82. TextColor3={Color3.fromRGB(26, 26, 26)}
  83. TextScaled={true}
  84. TextSize={14}
  85. TextWrapped={true}
  86. TextXAlignment={Enum.TextXAlignment.Left}
  87. TextYAlignment={Enum.TextYAlignment.Top}
  88. BackgroundTransparency={1}
  89. Position={new UDim2(0.07, 0, 0.272, 0)}
  90. Size={new UDim2(0.864, 0, 0.466, 0)}
  91. Key="body"
  92. >
  93. <uitextsizeconstraint MaxTextSize={24} />
  94. </textlabel>
  95. </imagelabel>
  96. </scrollingframe>
  97. <imagebutton
  98. Image="rbxassetid://3898045885"
  99. ImageColor3={Color3.fromRGB(191, 6, 6)}
  100. BackgroundTransparency={1}
  101. Position={new UDim2(0.965, 0, 0.02, 0)}
  102. Size={new UDim2(0, 27, 0, 27)}
  103. Key="close"
  104. >
  105. <uiaspectratioconstraint />
  106. </imagebutton>
  107. </frame>
  108. </imagelabel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement