Advertisement
meldrednyx

For Ama

Dec 16th, 2020
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. -- Baghetto
  2. -- Gui Made by: Meldrednyx
  3.  
  4. -- Paint Door House
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Close = Instance.new("TextButton")
  9. local Open = Instance.new("TextButton")
  10. local Main = Instance.new("Frame")
  11. local Frame = Instance.new("Frame")
  12. local B6 = Instance.new("TextButton")
  13. local B5 = Instance.new("TextButton")
  14. local B4 = Instance.new("TextButton")
  15. local B3 = Instance.new("TextButton")
  16. local B2 = Instance.new("TextButton")
  17. local B1 = Instance.new("TextButton")
  18. local A3 = Instance.new("TextButton")
  19. local A2 = Instance.new("TextButton")
  20. local A1 = Instance.new("TextButton")
  21. local C3 = Instance.new("TextButton")
  22. local C2 = Instance.new("TextButton")
  23. local C1 = Instance.new("TextButton")
  24. local TextLabel = Instance.new("TextLabel")
  25.  
  26. --Properties:
  27.  
  28. ScreenGui.Parent = game.CoreGui
  29. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. OpenFrame.Name = "OpenFrame"
  32. OpenFrame.Parent = ScreenGui
  33. OpenFrame.Active = true
  34. OpenFrame.BackgroundColor3 = Color3.fromRGB(7, 7, 7)
  35. OpenFrame.Position = UDim2.new(-3.03288665e-08, 0, 0.930585623, 0)
  36. OpenFrame.Size = UDim2.new(0, 57, 0, 32)
  37.  
  38. Close.Name = "Close"
  39. Close.Parent = OpenFrame
  40. Close.Active = false
  41. Close.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  42. Close.Position = UDim2.new(0.0526317358, 0, 0.15625, 0)
  43. Close.Size = UDim2.new(0, 50, 0, 22)
  44. Close.Font = Enum.Font.SciFi
  45. Close.Text = "Close"
  46. Close.TextColor3 = Color3.fromRGB(253, 253, 253)
  47. Close.TextSize = 14.000
  48. Close.MouseButton1Down:connect(function()
  49. Open.Visible = true
  50. Main.Visible = false
  51. end)
  52.  
  53. Open.Name = "Open"
  54. Open.Parent = OpenFrame
  55. Open.Active = false
  56. Open.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  57. Open.Position = UDim2.new(0.0526317358, 0, 0.15625, 0)
  58. Open.Size = UDim2.new(0, 50, 0, 22)
  59. Open.Font = Enum.Font.SciFi
  60. Open.Text = "Open"
  61. Open.TextColor3 = Color3.fromRGB(253, 253, 253)
  62. Open.TextSize = 14.000
  63. Open.MouseButton1Down:connect(function()
  64. Main.Visible = true
  65. Open.Visible = false
  66. end)
  67.  
  68. Main.Name = "Main"
  69. Main.Parent = ScreenGui
  70. Main.BackgroundColor3 = Color3.fromRGB(3, 3, 3)
  71. Main.Position = UDim2.new(0.276102096, 0, 0.700650752, 0)
  72. Main.Size = UDim2.new(0, 385, 0, 105)
  73. Main.Active = true
  74. Main.Visible = false
  75. Main.Draggable = true
  76.  
  77. Frame.Parent = Main
  78. Frame.Active = true
  79. Frame.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  80. Frame.Size = UDim2.new(0, 385, 0, 26)
  81.  
  82. B6.Name = "B6"
  83. B6.Parent = Frame
  84. B6.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  85. B6.Position = UDim2.new(0.838960946, 0, 2.61538458, 0)
  86. B6.Size = UDim2.new(0, 55, 0, 25)
  87. B6.Font = Enum.Font.SourceSans
  88. B6.Text = "B6"
  89. B6.TextColor3 = Color3.fromRGB(253, 253, 253)
  90. B6.TextSize = 14.000
  91. B6.MouseButton1Down:connect(function()
  92. local A_1 = "PaintHouse"
  93. local A_2 = game:GetService("Workspace").Houses.House11.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  94. local A_3 = "ForceField"
  95. local A_4 = 1001
  96. local Event = game:GetService("ReplicatedStorage").HouseChannel
  97. Event:FireServer(A_1, A_2, A_3, A_4)
  98.  
  99. end)
  100.  
  101. B5.Name = "B5"
  102. B5.Parent = Frame
  103. B5.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  104. B5.Position = UDim2.new(0.67792201, 0, 2.61538458, 0)
  105. B5.Size = UDim2.new(0, 55, 0, 25)
  106. B5.Font = Enum.Font.SourceSans
  107. B5.Text = "B5"
  108. B5.TextColor3 = Color3.fromRGB(253, 253, 253)
  109. B5.TextSize = 14.000
  110. B5.MouseButton1Down:connect(function()
  111. local A_1 = "PaintHouse"
  112. local A_2 = game:GetService("Workspace").Houses.House10.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  113. local A_3 = "ForceField"
  114. local A_4 = 1001
  115. local Event = game:GetService("ReplicatedStorage").HouseChannel
  116. Event:FireServer(A_1, A_2, A_3, A_4)
  117.  
  118. end)
  119.  
  120. B4.Name = "B4"
  121. B4.Parent = Frame
  122. B4.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  123. B4.Position = UDim2.new(0.514285684, 0, 2.61538458, 0)
  124. B4.Size = UDim2.new(0, 55, 0, 25)
  125. B4.Font = Enum.Font.SourceSans
  126. B4.Text = "B4"
  127. B4.TextColor3 = Color3.fromRGB(253, 253, 253)
  128. B4.TextSize = 14.000
  129. B4.MouseButton1Down:connect(function()
  130. local A_1 = "PaintHouse"
  131. local A_2 = game:GetService("Workspace").Houses.House7.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  132. local A_3 = "ForceField"
  133. local A_4 = 1001
  134. local Event = game:GetService("ReplicatedStorage").HouseChannel
  135. Event:FireServer(A_1, A_2, A_3, A_4)
  136.  
  137. end)
  138.  
  139. B3.Name = "B3"
  140. B3.Parent = Frame
  141. B3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  142. B3.Position = UDim2.new(0.838961005, 0, 1.30769205, 0)
  143. B3.Size = UDim2.new(0, 55, 0, 25)
  144. B3.Font = Enum.Font.SourceSans
  145. B3.Text = "B3"
  146. B3.TextColor3 = Color3.fromRGB(253, 253, 253)
  147. B3.TextSize = 14.000
  148. B3.MouseButton1Down:connect(function()
  149. local A_1 = "PaintHouse"
  150. local A_2 = game:GetService("Workspace").Houses.House6.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  151. local A_3 = "ForceField"
  152. local A_4 = 1001
  153. local Event = game:GetService("ReplicatedStorage").HouseChannel
  154. Event:FireServer(A_1, A_2, A_3, A_4)
  155.  
  156. end)
  157.  
  158. B2.Name = "B2"
  159. B2.Parent = Frame
  160. B2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  161. B2.Position = UDim2.new(0.67792201, 0, 1.30769253, 0)
  162. B2.Size = UDim2.new(0, 55, 0, 25)
  163. B2.Font = Enum.Font.SourceSans
  164. B2.Text = "B2"
  165. B2.TextColor3 = Color3.fromRGB(253, 253, 253)
  166. B2.TextSize = 14.000
  167. B2.MouseButton1Down:connect(function()
  168. local A_1 = "PaintHouse"
  169. local A_2 = game:GetService("Workspace").Houses.House3.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  170. local A_3 = "ForceField"
  171. local A_4 = 1001
  172. local Event = game:GetService("ReplicatedStorage").HouseChannel
  173. Event:FireServer(A_1, A_2, A_3, A_4)
  174.  
  175. end)
  176.  
  177. B1.Name = "B1"
  178. B1.Parent = Frame
  179. B1.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  180. B1.Position = UDim2.new(0.514285684, 0, 1.30769217, 0)
  181. B1.Size = UDim2.new(0, 55, 0, 25)
  182. B1.Font = Enum.Font.SourceSans
  183. B1.Text = "B1"
  184. B1.TextColor3 = Color3.fromRGB(253, 253, 253)
  185. B1.TextSize = 14.000
  186. B1.MouseButton1Down:connect(function()
  187. local A_1 = "PaintHouse"
  188. local A_2 = game:GetService("Workspace").Houses.House2.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  189. local A_3 = "ForceField"
  190. local A_4 = 1001
  191. local Event = game:GetService("ReplicatedStorage").HouseChannel
  192. Event:FireServer(A_1, A_2, A_3, A_4)
  193.  
  194. end)
  195.  
  196. A3.Name = "A3"
  197. A3.Parent = Frame
  198. A3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  199. A3.Position = UDim2.new(0.348051906, 0, 2.61538458, 0)
  200. A3.Size = UDim2.new(0, 55, 0, 25)
  201. A3.Font = Enum.Font.SourceSans
  202. A3.Text = "A3"
  203. A3.TextColor3 = Color3.fromRGB(253, 253, 253)
  204. A3.TextSize = 14.000
  205. A3.MouseButton1Down:connect(function()
  206. local A_1 = "PaintHouse"
  207. local A_2 = game:GetService("Workspace").Houses.House12.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  208. local A_3 = "ForceField"
  209. local A_4 = 1001
  210. local Event = game:GetService("ReplicatedStorage").HouseChannel
  211. Event:FireServer(A_1, A_2, A_3, A_4)
  212.  
  213. end)
  214.  
  215. A2.Name = "A2"
  216. A2.Parent = Frame
  217. A2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  218. A2.Position = UDim2.new(0.179220736, 0, 2.61538458, 0)
  219. A2.Size = UDim2.new(0, 55, 0, 25)
  220. A2.Font = Enum.Font.SourceSans
  221. A2.Text = "A2"
  222. A2.TextColor3 = Color3.fromRGB(253, 253, 253)
  223. A2.TextSize = 14.000
  224. A2.MouseButton1Down:connect(function()
  225. local A_1 = "PaintHouse"
  226. local A_2 = game:GetService("Workspace").Houses.House8.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  227. local A_3 = "ForceField"
  228. local A_4 = 1001
  229. local Event = game:GetService("ReplicatedStorage").HouseChannel
  230. Event:FireServer(A_1, A_2, A_3, A_4)
  231.  
  232. end)
  233.  
  234. A1.Name = "A1"
  235. A1.Parent = Frame
  236. A1.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  237. A1.Position = UDim2.new(0.0155843794, 0, 2.61538458, 0)
  238. A1.Size = UDim2.new(0, 55, 0, 25)
  239. A1.Font = Enum.Font.SourceSans
  240. A1.Text = "A1"
  241. A1.TextColor3 = Color3.fromRGB(253, 253, 253)
  242. A1.TextSize = 14.000
  243. A1.MouseButton1Down:connect(function()
  244. local A_1 = "PaintHouse"
  245. local A_2 = game:GetService("Workspace").Houses.House4.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  246. local A_3 = "ForceField"
  247. local A_4 = 1001
  248. local Event = game:GetService("ReplicatedStorage").HouseChannel
  249. Event:FireServer(A_1, A_2, A_3, A_4)
  250.  
  251. end)
  252.  
  253. C3.Name = "C3"
  254. C3.Parent = Frame
  255. C3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  256. C3.Position = UDim2.new(0.348051965, 0, 1.30769205, 0)
  257. C3.Size = UDim2.new(0, 55, 0, 25)
  258. C3.Font = Enum.Font.SourceSans
  259. C3.Text = "C3"
  260. C3.TextColor3 = Color3.fromRGB(253, 253, 253)
  261. C3.TextSize = 14.000
  262. C3.MouseButton1Down:connect(function()
  263. local A_1 = "PaintHouse"
  264. local A_2 = game:GetService("Workspace").Houses.House9.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  265. local A_3 = "ForceField"
  266. local A_4 = 1001
  267. local Event = game:GetService("ReplicatedStorage").HouseChannel
  268. Event:FireServer(A_1, A_2, A_3, A_4)
  269.  
  270. end)
  271.  
  272. C2.Name = "C2"
  273. C2.Parent = Frame
  274. C2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  275. C2.Position = UDim2.new(0.179220766, 0, 1.30769229, 0)
  276. C2.Size = UDim2.new(0, 55, 0, 25)
  277. C2.Font = Enum.Font.SourceSans
  278. C2.Text = "C2"
  279. C2.TextColor3 = Color3.fromRGB(253, 253, 253)
  280. C2.TextSize = 14.000
  281. C2.MouseButton1Down:connect(function()
  282. local A_1 = "PaintHouse"
  283. local A_2 = game:GetService("Workspace").Houses.House5.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  284. local A_3 = "ForceField"
  285. local A_4 = 1001
  286. local Event = game:GetService("ReplicatedStorage").HouseChannel
  287. Event:FireServer(A_1, A_2, A_3, A_4)
  288.  
  289. end)
  290.  
  291. C1.Name = "C1"
  292. C1.Parent = Frame
  293. C1.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  294. C1.Position = UDim2.new(0.015584413, 0, 1.30769217, 0)
  295. C1.Size = UDim2.new(0, 55, 0, 25)
  296. C1.Font = Enum.Font.SourceSans
  297. C1.Text = "C1"
  298. C1.TextColor3 = Color3.fromRGB(253, 253, 253)
  299. C1.TextSize = 14.000
  300. C1.MouseButton1Down:connect(function()
  301. local A_1 = "PaintHouse"
  302. local A_2 = game:GetService("Workspace").Houses.House1.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
  303. local A_3 = "ForceField"
  304. local A_4 = 1001
  305. local Event = game:GetService("ReplicatedStorage").HouseChannel
  306. Event:FireServer(A_1, A_2, A_3, A_4)
  307.  
  308. end)
  309.  
  310. TextLabel.Parent = Main
  311. TextLabel.Active = true
  312. TextLabel.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  313. TextLabel.BackgroundTransparency = 1.000
  314. TextLabel.Position = UDim2.new(0.241558433, 0, 0, 0)
  315. TextLabel.Size = UDim2.new(0, 200, 0, 25)
  316. TextLabel.Font = Enum.Font.SciFi
  317. TextLabel.Text = "Gui Made by: Medrednyx"
  318. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  319. TextLabel.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement