Advertisement
liamglitches

The Plaza GUI by NotJimbo#7666

May 5th, 2018
1,456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 KB | None | 0 0
  1. -- GUI made by LiamGlitchesYT
  2. -- My Discord: NotJimbo#7666
  3. -- My V3RM: NotJimbo
  4. -- My YT: LiamGlitchesYT
  5.  
  6. local gui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local color = Instance.new("Frame")
  9. local title = Instance.new("TextLabel")
  10. local guimaker = Instance.new("TextLabel")
  11. local scriptsfrom = Instance.new("TextLabel")
  12. local limo = Instance.new("TextButton")
  13. local pickacar = Instance.new("TextLabel")
  14. local Heli = Instance.new("TextButton")
  15. local Golfcart = Instance.new("TextButton")
  16. local jeep = Instance.new("TextButton")
  17. local Archer = Instance.new("TextButton")
  18. local Seminole = Instance.new("TextButton")
  19. local Monotracer = Instance.new("TextButton")
  20. local moneygiver = Instance.new("TextButton")
  21. local invite = Instance.new("TextLabel")
  22.  
  23. -- Properties
  24.  
  25. gui.Name = "gui"
  26. gui.Parent = game.CoreGui
  27.  
  28. main.Name = "main"
  29. main.Parent = gui
  30. main.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  31. main.BorderSizePixel = 0
  32. main.Position = UDim2.new(0.323584914, 0, 0.199623346, 0)
  33. main.Size = UDim2.new(0, 416, 0, 319)
  34. main.Active = true
  35. main.Draggable = true
  36.  
  37. color.Name = "color"
  38. color.Parent = main
  39. color.BackgroundColor3 = Color3.new(1, 1, 1)
  40. color.BorderSizePixel = 0
  41. color.Size = UDim2.new(0, 416, 0, 88)
  42.  
  43. title.Name = "title"
  44. title.Parent = color
  45. title.BackgroundColor3 = Color3.new(1, 1, 1)
  46. title.BackgroundTransparency = 1
  47. title.BorderSizePixel = 0
  48. title.Position = UDim2.new(0.259615391, 0, 0.215909094, 0)
  49. title.Size = UDim2.new(0, 200, 0, 50)
  50. title.Font = Enum.Font.Highway
  51. title.Text = "The Plaza Vehicle Spawner GUI"
  52. title.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  53. title.TextSize = 30
  54.  
  55. guimaker.Name = "guimaker"
  56. guimaker.Parent = color
  57. guimaker.BackgroundColor3 = Color3.new(1, 1, 1)
  58. guimaker.BackgroundTransparency = 1
  59. guimaker.BorderSizePixel = 0
  60. guimaker.Position = UDim2.new(-0.0408653617, 0, 0.613636374, 0)
  61. guimaker.Size = UDim2.new(0, 200, 0, 50)
  62. guimaker.Font = Enum.Font.Highway
  63. guimaker.Text = "GUI Maker - Jimbo#9089"
  64. guimaker.TextSize = 14
  65.  
  66. scriptsfrom.Name = "scriptsfrom"
  67. scriptsfrom.Parent = color
  68. scriptsfrom.BackgroundColor3 = Color3.new(1, 1, 1)
  69. scriptsfrom.BackgroundTransparency = 1
  70. scriptsfrom.BorderSizePixel = 0
  71. scriptsfrom.Position = UDim2.new(0.550480783, 0, 0.613636374, 0)
  72. scriptsfrom.Size = UDim2.new(0, 200, 0, 50)
  73. scriptsfrom.Font = Enum.Font.Highway
  74. scriptsfrom.Text = "Scripts from - Hazzel#7453"
  75. scriptsfrom.TextSize = 14
  76.  
  77. limo.Name = "limo"
  78. limo.Parent = main
  79. limo.BackgroundColor3 = Color3.new(1, 1, 1)
  80. limo.BorderSizePixel = 0
  81. limo.Position = UDim2.new(0, 0, 0.366771162, 0)
  82. limo.Size = UDim2.new(0, 98, 0, 61)
  83. limo.Font = Enum.Font.SourceSans
  84. limo.Text = "Limo"
  85. limo.TextSize = 40
  86.  
  87. pickacar.Name = "pick a car"
  88. pickacar.Parent = main
  89. pickacar.BackgroundColor3 = Color3.new(1, 1, 1)
  90. pickacar.BackgroundTransparency = 1
  91. pickacar.BorderSizePixel = 0
  92. pickacar.Position = UDim2.new(0.259615391, 0, 0.234717876, 0)
  93. pickacar.Size = UDim2.new(0, 200, 0, 50)
  94. pickacar.Font = Enum.Font.Highway
  95. pickacar.Text = "Pick a vehicle"
  96. pickacar.TextColor3 = Color3.new(1, 1, 1)
  97. pickacar.TextSize = 30
  98.  
  99. Heli.Name = "Heli"
  100. Heli.Parent = main
  101. Heli.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Heli.BorderSizePixel = 0
  103. Heli.Position = UDim2.new(0.358173102, 0, 0.366771162, 0)
  104. Heli.Size = UDim2.new(0, 98, 0, 61)
  105. Heli.Font = Enum.Font.SourceSans
  106. Heli.Text = "Heli"
  107. Heli.TextSize = 40
  108.  
  109. Golfcart.Name = "Golfcart"
  110. Golfcart.Parent = main
  111. Golfcart.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Golfcart.BorderSizePixel = 0
  113. Golfcart.Position = UDim2.new(0.723557651, 0, 0.366771162, 0)
  114. Golfcart.Size = UDim2.new(0, 98, 0, 61)
  115. Golfcart.Font = Enum.Font.SourceSans
  116. Golfcart.Text = "Golf Cart"
  117. Golfcart.TextSize = 30
  118.  
  119. jeep.Name = "jeep"
  120. jeep.Parent = main
  121. jeep.BackgroundColor3 = Color3.new(1, 1, 1)
  122. jeep.BorderSizePixel = 0
  123. jeep.Position = UDim2.new(-5.96046448e-08, 0, 0.586206913, 0)
  124. jeep.Size = UDim2.new(0, 98, 0, 61)
  125. jeep.Font = Enum.Font.SourceSans
  126. jeep.Text = "Jeep"
  127. jeep.TextSize = 40
  128.  
  129. Archer.Name = "Archer"
  130. Archer.Parent = main
  131. Archer.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Archer.BorderSizePixel = 0
  133. Archer.Position = UDim2.new(0.358173013, 0, 0.586206913, 0)
  134. Archer.Size = UDim2.new(0, 98, 0, 61)
  135. Archer.Font = Enum.Font.SourceSans
  136. Archer.Text = "Archer"
  137. Archer.TextSize = 40
  138.  
  139. Seminole.Name = "Seminole"
  140. Seminole.Parent = main
  141. Seminole.BackgroundColor3 = Color3.new(1, 1, 1)
  142. Seminole.BorderSizePixel = 0
  143. Seminole.Position = UDim2.new(0.723557591, 0, 0.586206913, 0)
  144. Seminole.Size = UDim2.new(0, 98, 0, 61)
  145. Seminole.Font = Enum.Font.SourceSans
  146. Seminole.Text = "Seminole"
  147. Seminole.TextSize = 30
  148.  
  149. Monotracer.Name = "Monotracer"
  150. Monotracer.Parent = main
  151. Monotracer.BackgroundColor3 = Color3.new(1, 1, 1)
  152. Monotracer.BorderSizePixel = 0
  153. Monotracer.Position = UDim2.new(-1.1920929e-07, 0, 0.808777452, 0)
  154. Monotracer.Size = UDim2.new(0, 98, 0, 61)
  155. Monotracer.Font = Enum.Font.SourceSans
  156. Monotracer.Text = "Monotracer"
  157. Monotracer.TextSize = 24
  158.  
  159. moneygiver.Name = "moneygiver"
  160. moneygiver.Parent = main
  161. moneygiver.BackgroundColor3 = Color3.new(1, 1, 1)
  162. moneygiver.BorderSizePixel = 0
  163. moneygiver.Position = UDim2.new(0.358173013, 0, 0.808777452, 0)
  164. moneygiver.Size = UDim2.new(0, 98, 0, 61)
  165. moneygiver.Font = Enum.Font.SourceSans
  166. moneygiver.Text = "Money Giver"
  167. moneygiver.TextSize = 23
  168.  
  169. invite.Name = "invite"
  170. invite.Parent = main
  171. invite.BackgroundColor3 = Color3.new(1, 1, 1)
  172. invite.BackgroundTransparency = 1
  173. invite.BorderSizePixel = 0
  174. invite.Position = UDim2.new(0.599759638, 0, 0.82601881, 0)
  175. invite.Size = UDim2.new(0, 159, 0, 50)
  176. invite.Font = Enum.Font.Highway
  177. invite.Text = "https://discordapp.com/invite/CbNtdRJ"
  178. invite.TextColor3 = Color3.new(1, 1, 1)
  179. invite.TextSize = 20
  180. invite.TextWrapped = true
  181.  
  182.  
  183. limo.MouseButton1Down:connect(function()
  184. local remote = Game["ReplicatedStorage"]["ServerStats"]["SpawnVehicle"]
  185. local args = {
  186. [1] = "Limo",
  187. [2] = "Deep blue"
  188. }
  189. remote:FireServer(unpack(args))
  190. end)
  191.  
  192. Archer.MouseButton1Down:connect(function()
  193. local remote = Game["ReplicatedStorage"]["ServerStats"]["SpawnVehicle"]
  194. local args = {
  195. [1] = "Archer",
  196. [2] = "Deep blue"
  197. }
  198. remote:FireServer(unpack(args))
  199. end)
  200.  
  201. jeep.MouseButton1Down:connect(function()
  202. local remote = Game["ReplicatedStorage"]["ServerStats"]["SpawnVehicle"]
  203. local args = {
  204. [1] = "Jeep",
  205. [2] = "Deep blue"
  206. }
  207. remote:FireServer(unpack(args))
  208. end)
  209.  
  210.  
  211. Golfcart.MouseButton1Down:connect(function()
  212. local remote = Game["ReplicatedStorage"]["ServerStats"]["SpawnVehicle"]
  213. local args = {
  214. [1] = "Golfcart",
  215. [2] = "Deep blue"
  216. }
  217. remote:FireServer(unpack(args))
  218. end)
  219.  
  220.  
  221. Monotracer.MouseButton1Down:connect(function()
  222. local remote = Game["ReplicatedStorage"]["ServerStats"]["SpawnVehicle"]
  223. local args = {
  224. [1] = "Monotracer",
  225. [2] = "Deep blue"
  226. }
  227. remote:FireServer(unpack(args))
  228. end)
  229.  
  230. Seminole.MouseButton1Down:connect(function()
  231. local remote = Game["ReplicatedStorage"]["ServerStats"]["SpawnVehicle"]
  232. local args = {
  233. [1] = "Seminole",
  234. [2] = "Deep blue"
  235. }
  236. remote:FireServer(unpack(args))
  237. end)
  238.  
  239. Heli.MouseButton1Down:connect(function()
  240. local remote = Game["ReplicatedStorage"]["ServerStats"]["SpawnVehicle"]
  241. local args = {
  242. [1] = "Heli",
  243. [2] = "Deep blue"
  244. }
  245. remote:FireServer(unpack(args))
  246. end)
  247.  
  248. moneygiver.MouseButton1Down:connect(function()
  249. local amount = 10e9
  250. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(amount, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  251.  
  252. --credits to hazzel
  253. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement