Advertisement
Guest User

MeepCity Gui Size/Explode

a guest
Sep 19th, 2019
1,711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local MeepCityTitanGui = Instance.new("ScreenGui")
  5. local mainframe = Instance.new("Frame")
  6. local TextButton1 = Instance.new("TextButton")
  7. local TextButton2 = Instance.new("TextButton")
  8. local TextButton3 = Instance.new("TextButton")
  9. local TextButton4 = Instance.new("TextButton")
  10. local TextButton5 = Instance.new("TextButton")
  11. local Frame = Instance.new("Frame")
  12. local bomb = Instance.new("ImageButton")
  13. local sizet = Instance.new("TextLabel")
  14. local bombt = Instance.new("TextLabel")
  15. --Properties:
  16. MeepCityTitanGui.Name = "MeepCity TitanGui"
  17. MeepCityTitanGui.Parent = game.CoreGui
  18.  
  19. mainframe.Name = "mainframe"
  20. mainframe.Parent = MeepCityTitanGui
  21. mainframe.BackgroundColor3 = Color3.new(0.329412, 0.823529, 1)
  22. mainframe.Position = UDim2.new(0.894590855, 0, 0.42369476, 0)
  23. mainframe.Size = UDim2.new(0, 66, 0, 222)
  24.  
  25. TextButton1.Name = "TextButton1"
  26. TextButton1.Parent = mainframe
  27. TextButton1.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  28. TextButton1.Position = UDim2.new(0.0875049904, 0, 0.0302768722, 0)
  29. TextButton1.Size = UDim2.new(0, 53, 0, 32)
  30. TextButton1.Font = Enum.Font.SourceSans
  31. TextButton1.Text = "0.2"
  32. TextButton1.TextColor3 = Color3.new(0, 0, 0)
  33. TextButton1.TextSize = 14
  34. TextButton1.MouseButton1Down:connect(function()
  35. local Remote = game.ReplicatedStorage['ConnectionEvent']
  36. Remote:FireServer(315, {
  37. ["HatAccessory"] = "36471847" ,
  38. ["ProportionScale"] = 0.2,
  39. ["HeightScale"] = 0.2,
  40. ["BodyTypeScale"] = 0.2,
  41. ["DepthScale"] = 0.2,
  42. ["HeadScale"] = 0.2,
  43. ["WidthScale"] = 0.2,
  44. }, true)
  45. end)
  46.  
  47. TextButton2.Name = "TextButton2"
  48. TextButton2.Parent = mainframe
  49. TextButton2.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  50. TextButton2.Position = UDim2.new(0.0875049904, 0, 0.199108034, 0)
  51. TextButton2.Size = UDim2.new(0, 53, 0, 32)
  52. TextButton2.Font = Enum.Font.SourceSans
  53. TextButton2.Text = "1"
  54. TextButton2.TextColor3 = Color3.new(0, 0, 0)
  55. TextButton2.TextSize = 14
  56. TextButton2.MouseButton1Down:connect(function()
  57. local Remote = game.ReplicatedStorage['ConnectionEvent']
  58. Remote:FireServer(315, {
  59. ["HatAccessory"] = "36471847" ,
  60. ["ProportionScale"] = 1,
  61. ["HeightScale"] = 1,
  62. ["BodyTypeScale"] = 1,
  63. ["DepthScale"] = 1,
  64. ["HeadScale"] = 1,
  65. ["WidthScale"] = 1,
  66. }, true)
  67. end)
  68.  
  69. TextButton3.Name = "TextButton3"
  70. TextButton3.Parent = mainframe
  71. TextButton3.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  72. TextButton3.Position = UDim2.new(0.0875049904, 0, 0.363610208, 0)
  73. TextButton3.Size = UDim2.new(0, 53, 0, 32)
  74. TextButton3.Font = Enum.Font.SourceSans
  75. TextButton3.Text = "3"
  76. TextButton3.TextColor3 = Color3.new(0, 0, 0)
  77. TextButton3.TextSize = 14
  78. TextButton3.MouseButton1Down:connect(function()
  79. local Remote = game.ReplicatedStorage['ConnectionEvent']
  80. Remote:FireServer(315, {
  81. ["HatAccessory"] = "36471847" ,
  82. ["ProportionScale"] = 3,
  83. ["HeightScale"] = 3,
  84. ["BodyTypeScale"] = 3,
  85. ["DepthScale"] = 3,
  86. ["HeadScale"] = 3,
  87. ["WidthScale"] = 3,
  88. }, true)
  89. end)
  90.  
  91. TextButton4.Name = "TextButton4"
  92. TextButton4.Parent = mainframe
  93. TextButton4.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  94. TextButton4.Position = UDim2.new(0.0875049904, 0, 0.528112352, 0)
  95. TextButton4.Size = UDim2.new(0, 53, 0, 32)
  96. TextButton4.Font = Enum.Font.SourceSans
  97. TextButton4.Text = "10"
  98. TextButton4.TextColor3 = Color3.new(0, 0, 0)
  99. TextButton4.TextSize = 14
  100. TextButton4.MouseButton1Down:connect(function()
  101. local Remote = game.ReplicatedStorage['ConnectionEvent']
  102. Remote:FireServer(315, {
  103. ["HatAccessory"] = "36471847" ,
  104. ["ProportionScale"] = 10,
  105. ["HeightScale"] = 10,
  106. ["BodyTypeScale"] = 10,
  107. ["DepthScale"] = 10,
  108. ["HeadScale"] = 10,
  109. ["WidthScale"] = 10,
  110. }, true)
  111. end)
  112.  
  113. TextButton5.Name = "TextButton5"
  114. TextButton5.Parent = mainframe
  115. TextButton5.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  116. TextButton5.Position = UDim2.new(0.0875049904, 0, 0.692614555, 0)
  117. TextButton5.Size = UDim2.new(0, 53, 0, 32)
  118. TextButton5.Font = Enum.Font.SourceSans
  119. TextButton5.Text = "30"
  120. TextButton5.TextColor3 = Color3.new(0, 0, 0)
  121. TextButton5.TextSize = 14
  122. TextButton5.MouseButton1Down:connect(function()
  123. local Remote = game.ReplicatedStorage['ConnectionEvent']
  124. Remote:FireServer(315, {
  125. ["HatAccessory"] = "36471847" ,
  126. ["ProportionScale"] = 30,
  127. ["HeightScale"] = 30,
  128. ["BodyTypeScale"] = 30,
  129. ["DepthScale"] = 30,
  130. ["HeadScale"] = 30,
  131. ["WidthScale"] = 30,
  132. }, true)
  133. end)
  134.  
  135. Frame.Parent = mainframe
  136. Frame.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  137. Frame.Position = UDim2.new(0.0151515156, 0, 0.878163874, 0)
  138. Frame.Size = UDim2.new(0, 65, 0, 81)
  139.  
  140. bomb.Name = "bomb"
  141. bomb.Parent = Frame
  142. bomb.BackgroundColor3 = Color3.new(1, 0, 0)
  143. bomb.BackgroundTransparency = 1
  144. bomb.Position = UDim2.new(0.0769228935, 0, 0.127127245, 0)
  145. bomb.Size = UDim2.new(0, 54, 0, 59)
  146. bomb.Image = "http://www.roblox.com/asset/?id=976960108"
  147. bomb.ImageColor3 = Color3.new(1, 0, 0)
  148. bomb.MouseButton1Down:connect(function()
  149. local Remote = game.ReplicatedStorage['ConnectionEvent']
  150. Remote:FireServer(315, {
  151. ["HatAccessory"] = "1527622" ,
  152. }, true)
  153. wait(6.2)
  154. local Remote = game.ReplicatedStorage['ConnectionEvent']
  155. Remote:FireServer(315, {
  156. ["ProportionScale"] = 1,
  157. ["HeightScale"] = 1,
  158. ["BodyTypeScale"] = 1,
  159. ["DepthScale"] = 1,
  160. ["HeadScale"] = 1,
  161. ["WidthScale"] = 1,
  162. }, true)
  163.  
  164. end)
  165.  
  166. sizet.Name = "sizet"
  167. sizet.Parent = mainframe
  168. sizet.BackgroundColor3 = Color3.new(1, 1, 1)
  169. sizet.BackgroundTransparency = 1
  170. sizet.BorderSizePixel = 0
  171. sizet.Position = UDim2.new(-0.342199147, 0, -0.106100067, 0)
  172. sizet.Size = UDim2.new(0, 112, 0, 41)
  173. sizet.Font = Enum.Font.SourceSansBold
  174. sizet.Text = "SIZE"
  175. sizet.TextColor3 = Color3.new(1, 0, 0)
  176. sizet.TextSize = 22
  177.  
  178. bombt.Name = "bombt"
  179. bombt.Parent = mainframe
  180. bombt.BackgroundColor3 = Color3.new(1, 1, 1)
  181. bombt.BackgroundTransparency = 1
  182. bombt.BorderSizePixel = 0
  183. bombt.Position = UDim2.new(-0.342199147, 0, 0.836758733, 0)
  184. bombt.Size = UDim2.new(0, 112, 0, 28)
  185. bombt.Font = Enum.Font.SourceSansBold
  186. bombt.Text = "BOMB"
  187. bombt.TextColor3 = Color3.new(0.333333, 1, 0)
  188. bombt.TextSize = 19
  189. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement