Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Baghetto
- -- Gui Made by: Meldrednyx
- -- Paint Door House
- local ScreenGui = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local B6 = Instance.new("TextButton")
- local B5 = Instance.new("TextButton")
- local B4 = Instance.new("TextButton")
- local B3 = Instance.new("TextButton")
- local B2 = Instance.new("TextButton")
- local B1 = Instance.new("TextButton")
- local A3 = Instance.new("TextButton")
- local A2 = Instance.new("TextButton")
- local A1 = Instance.new("TextButton")
- local C3 = Instance.new("TextButton")
- local C2 = Instance.new("TextButton")
- local C1 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = ScreenGui
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.fromRGB(7, 7, 7)
- OpenFrame.Position = UDim2.new(-3.03288665e-08, 0, 0.930585623, 0)
- OpenFrame.Size = UDim2.new(0, 57, 0, 32)
- Close.Name = "Close"
- Close.Parent = OpenFrame
- Close.Active = false
- Close.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- Close.Position = UDim2.new(0.0526317358, 0, 0.15625, 0)
- Close.Size = UDim2.new(0, 50, 0, 22)
- Close.Font = Enum.Font.SciFi
- Close.Text = "Close"
- Close.TextColor3 = Color3.fromRGB(253, 253, 253)
- Close.TextSize = 14.000
- Close.MouseButton1Down:connect(function()
- Open.Visible = true
- Main.Visible = false
- end)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.Active = false
- Open.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- Open.Position = UDim2.new(0.0526317358, 0, 0.15625, 0)
- Open.Size = UDim2.new(0, 50, 0, 22)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(253, 253, 253)
- Open.TextSize = 14.000
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- Open.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(3, 3, 3)
- Main.Position = UDim2.new(0.276102096, 0, 0.700650752, 0)
- Main.Size = UDim2.new(0, 385, 0, 105)
- Main.Active = true
- Main.Visible = false
- Main.Draggable = true
- Frame.Parent = Main
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- Frame.Size = UDim2.new(0, 385, 0, 26)
- B6.Name = "B6"
- B6.Parent = Frame
- B6.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- B6.Position = UDim2.new(0.838960946, 0, 2.61538458, 0)
- B6.Size = UDim2.new(0, 55, 0, 25)
- B6.Font = Enum.Font.SourceSans
- B6.Text = "B6"
- B6.TextColor3 = Color3.fromRGB(253, 253, 253)
- B6.TextSize = 14.000
- B6.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House11.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- B5.Name = "B5"
- B5.Parent = Frame
- B5.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- B5.Position = UDim2.new(0.67792201, 0, 2.61538458, 0)
- B5.Size = UDim2.new(0, 55, 0, 25)
- B5.Font = Enum.Font.SourceSans
- B5.Text = "B5"
- B5.TextColor3 = Color3.fromRGB(253, 253, 253)
- B5.TextSize = 14.000
- B5.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House10.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- B4.Name = "B4"
- B4.Parent = Frame
- B4.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- B4.Position = UDim2.new(0.514285684, 0, 2.61538458, 0)
- B4.Size = UDim2.new(0, 55, 0, 25)
- B4.Font = Enum.Font.SourceSans
- B4.Text = "B4"
- B4.TextColor3 = Color3.fromRGB(253, 253, 253)
- B4.TextSize = 14.000
- B4.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House7.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- B3.Name = "B3"
- B3.Parent = Frame
- B3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- B3.Position = UDim2.new(0.838961005, 0, 1.30769205, 0)
- B3.Size = UDim2.new(0, 55, 0, 25)
- B3.Font = Enum.Font.SourceSans
- B3.Text = "B3"
- B3.TextColor3 = Color3.fromRGB(253, 253, 253)
- B3.TextSize = 14.000
- B3.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House6.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- B2.Name = "B2"
- B2.Parent = Frame
- B2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- B2.Position = UDim2.new(0.67792201, 0, 1.30769253, 0)
- B2.Size = UDim2.new(0, 55, 0, 25)
- B2.Font = Enum.Font.SourceSans
- B2.Text = "B2"
- B2.TextColor3 = Color3.fromRGB(253, 253, 253)
- B2.TextSize = 14.000
- B2.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House3.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- B1.Name = "B1"
- B1.Parent = Frame
- B1.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- B1.Position = UDim2.new(0.514285684, 0, 1.30769217, 0)
- B1.Size = UDim2.new(0, 55, 0, 25)
- B1.Font = Enum.Font.SourceSans
- B1.Text = "B1"
- B1.TextColor3 = Color3.fromRGB(253, 253, 253)
- B1.TextSize = 14.000
- B1.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House2.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- A3.Name = "A3"
- A3.Parent = Frame
- A3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- A3.Position = UDim2.new(0.348051906, 0, 2.61538458, 0)
- A3.Size = UDim2.new(0, 55, 0, 25)
- A3.Font = Enum.Font.SourceSans
- A3.Text = "A3"
- A3.TextColor3 = Color3.fromRGB(253, 253, 253)
- A3.TextSize = 14.000
- A3.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House12.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- A2.Name = "A2"
- A2.Parent = Frame
- A2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- A2.Position = UDim2.new(0.179220736, 0, 2.61538458, 0)
- A2.Size = UDim2.new(0, 55, 0, 25)
- A2.Font = Enum.Font.SourceSans
- A2.Text = "A2"
- A2.TextColor3 = Color3.fromRGB(253, 253, 253)
- A2.TextSize = 14.000
- A2.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House8.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- A1.Name = "A1"
- A1.Parent = Frame
- A1.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- A1.Position = UDim2.new(0.0155843794, 0, 2.61538458, 0)
- A1.Size = UDim2.new(0, 55, 0, 25)
- A1.Font = Enum.Font.SourceSans
- A1.Text = "A1"
- A1.TextColor3 = Color3.fromRGB(253, 253, 253)
- A1.TextSize = 14.000
- A1.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House4.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- C3.Name = "C3"
- C3.Parent = Frame
- C3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- C3.Position = UDim2.new(0.348051965, 0, 1.30769205, 0)
- C3.Size = UDim2.new(0, 55, 0, 25)
- C3.Font = Enum.Font.SourceSans
- C3.Text = "C3"
- C3.TextColor3 = Color3.fromRGB(253, 253, 253)
- C3.TextSize = 14.000
- C3.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House9.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- C2.Name = "C2"
- C2.Parent = Frame
- C2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- C2.Position = UDim2.new(0.179220766, 0, 1.30769229, 0)
- C2.Size = UDim2.new(0, 55, 0, 25)
- C2.Font = Enum.Font.SourceSans
- C2.Text = "C2"
- C2.TextColor3 = Color3.fromRGB(253, 253, 253)
- C2.TextSize = 14.000
- C2.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House5.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- C1.Name = "C1"
- C1.Parent = Frame
- C1.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- C1.Position = UDim2.new(0.015584413, 0, 1.30769217, 0)
- C1.Size = UDim2.new(0, 55, 0, 25)
- C1.Font = Enum.Font.SourceSans
- C1.Text = "C1"
- C1.TextColor3 = Color3.fromRGB(253, 253, 253)
- C1.TextSize = 14.000
- C1.MouseButton1Down:connect(function()
- local A_1 = "PaintHouse"
- local A_2 = game:GetService("Workspace").Houses.House1.Upgrades.Estate.Doors.FrontDoorMain.DoorTouch
- local A_3 = "ForceField"
- local A_4 = 1001
- local Event = game:GetService("ReplicatedStorage").HouseChannel
- Event:FireServer(A_1, A_2, A_3, A_4)
- end)
- TextLabel.Parent = Main
- TextLabel.Active = true
- TextLabel.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.241558433, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 25)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Gui Made by: Medrednyx"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement