Brookhaven Gui v3.1
Brookhaven Gui v3.1
-- Version: 3.2
-- Instances:
local lp = game:FindService("Players").LocalPlayer
--Properties:
ScreenGui.Parent = game.CoreGui
Frame1.Name = "Frame1"
Frame1.Parent = ScreenGui
Frame1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame1.Position = UDim2.new(0.22708334, 0, 0.162499949, 0)
Frame1.Size = UDim2.new(0, 249, 0, 201)
Frame1.Visible = false
cre.Name = "cre"
cre.Parent = Frame1
cre.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
cre.Position = UDim2.new(0, 0, -0.0048040892, 0)
cre.Size = UDim2.new(0, 254, 0, 40)
cre.Font = Enum.Font.SourceSans
cre.Text = "Script made by WarriorRoberr"
cre.TextColor3 = Color3.fromRGB(0, 0, 0)
cre.TextScaled = true
cre.TextSize = 14.000
cre.TextWrapped = true
nlpoxcv.Name = "nlpoxcv"
nlpoxcv.Parent = Frame1
nlpoxcv.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
nlpoxcv.Position = UDim2.new(0, 0, 0.398180991, 0)
nlpoxcv.Size = UDim2.new(0, 254, 0, 40)
nlpoxcv.Font = Enum.Font.SourceSans
nlpoxcv.Text = "Like And Subscribe"
nlpoxcv.TextColor3 = Color3.fromRGB(0, 0, 0)
nlpoxcv.TextScaled = true
nlpoxcv.TextSize = 14.000
nlpoxcv.TextWrapped = true
TextButton.Parent = Frame1
TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
TextButton.Position = UDim2.new(1.02008033, 0, 0, 0)
TextButton.Size = UDim2.new(0, 46, 0, 44)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "X"
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextScaled = true
TextButton.TextSize = 14.000
TextButton.TextWrapped = true
TextButton.MouseButton1Down:Connect(function()
Frame1.Visible = false
end)
Credit.Name = "Credit"
Credit.Parent = Frame
Credit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Credit.Position = UDim2.new(0.0541666746, 0, 0.404138803, 0)
Credit.Size = UDim2.new(0, 195, 0, 44)
Credit.Font = Enum.Font.SourceSans
Credit.Text = "Credit"
Credit.TextColor3 = Color3.fromRGB(0, 0, 0)
Credit.TextScaled = true
Credit.TextSize = 14.000
Credit.TextWrapped = true
Credit.MouseButton1Down:Connect(function()
Frame1.Visible = true
end)
Frame.Parent = ScreenGui
Frame.Active = true
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.Position = UDim2.new(0.143750012, 0, 0.0282131676, 0)
Frame.Size = UDim2.new(0, 322, 0, 301)
Frame.Visible = false
Frame.Draggable = true
Giant.Name = "Giant"
Giant.Parent = Frame
Giant.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Giant.Position = UDim2.new(0.0541666634, 0, 0.218092218, 0)
Giant.Size = UDim2.new(0, 100, 0, 44)
Giant.Font = Enum.Font.SourceSans
Giant.Text = "Giant"
Giant.TextColor3 = Color3.fromRGB(0, 0, 0)
Giant.TextScaled = true
Giant.TextSize = 14.000
Giant.TextWrapped = true
Giant.MouseButton1Down:Connect(function()
local LocalPlayer = game:GetService("Players").LocalPlayer
local Character = LocalPlayer.Character
local Humanoid = Character:FindFirstChildOfClass("Humanoid")
function rm()
for i,v in pairs(Character:GetDescendants()) do
if v:IsA("BasePart") then
if v.Name == "Handle" or v.Name == "Head" then
if Character.Head:FindFirstChild("OriginalSize") then
Character.Head.OriginalSize:Destroy()
end
else
for i,cav in pairs(v:GetDescendants()) do
if cav:IsA("Attachment") then
if cav:FindFirstChild("OriginalPosition")
then
cav.OriginalPosition:Destroy()
end
end
end
v:FindFirstChild("OriginalSize"):Destroy()
if v:FindFirstChild("AvatarPartScaleType") then
v:FindFirstChild("AvatarPartScaleType"):Destroy()
end
end
end
end
end
rm()
wait(0.5)
Humanoid:FindFirstChild("BodyProportionScale"):Destroy()
wait(1)
rm()
wait(0.5)
Humanoid:FindFirstChild("BodyHeightScale"):Destroy()
wait(1)
rm()
wait(0.5)
Humanoid:FindFirstChild("BodyWidthScale"):Destroy()
wait(1)
rm()
wait(0.5)
Humanoid:FindFirstChild("BodyDepthScale"):Destroy()
wait(1)
rm()
wait(0.5)
Humanoid:FindFirstChild("HeadScale"):Destroy()
wait(1)
end)
tptarget.Name = "tptarget"
tptarget.Parent = Frame
tptarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
tptarget.Position = UDim2.new(0.705168724, 0, 0.0730897039, 0)
tptarget.Size = UDim2.new(0, 80, 0, 50)
tptarget.Font = Enum.Font.SourceSans
tptarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
tptarget.PlaceholderText = "Player name"
tptarget.Text = ""
tptarget.TextColor3 = Color3.fromRGB(0, 0, 0)
tptarget.TextSize = 14.000
tp.Name = "tp"
tp.Parent = Frame
tp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
tp.Position = UDim2.new(0.705168724, 0, 0.238025799, 0)
tp.Size = UDim2.new(0, 80, 0, 34)
tp.Font = Enum.Font.SourceSans
tp.Text = "goto player"
tp.TextColor3 = Color3.fromRGB(0, 0, 0)
tp.TextScaled = true
tp.TextSize = 14.000
tp.TextWrapped = true
tp.MouseButton1Down:Connect(function()
local Target = gplr(tptarget.Text)
if Target[1] then
Target = Target[1]
lp.Character.HumanoidRootPart.CFrame =
Target.Character.HumanoidRootPart.CFrame
end
end)
X.Name = "X"
X.Parent = Frame
X.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
X.Position = UDim2.new(0.998266101, 0, -0.00117685646, 0)
X.Size = UDim2.new(0, 45, 0, 44)
X.Font = Enum.Font.SourceSans
X.Text = "X"
X.TextColor3 = Color3.fromRGB(0, 0, 0)
X.TextScaled = true
X.TextSize = 14.000
X.TextWrapped = true
X.MouseButton1Down:Connect(function()
Frame.Visible = false
end)
flingtarget.Name = "flingtarget"
flingtarget.Parent = Frame
flingtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
flingtarget.Position = UDim2.new(0.705168724, 0, 0.3887043, 0)
flingtarget.Size = UDim2.new(0, 80, 0, 50)
flingtarget.Font = Enum.Font.SourceSans
flingtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
flingtarget.PlaceholderText = "Player name"
flingtarget.Text = ""
flingtarget.TextColor3 = Color3.fromRGB(0, 0, 0)
flingtarget.TextSize = 14.000
fling.Name = "fling"
fling.Parent = Frame
fling.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
fling.Position = UDim2.new(0.705168724, 0, 0.553640425, 0)
fling.Size = UDim2.new(0, 80, 0, 34)
fling.Font = Enum.Font.SourceSans
fling.Text = "fling cart needed"
fling.TextColor3 = Color3.fromRGB(0, 0, 0)
fling.TextScaled = true
fling.TextSize = 14.000
fling.TextWrapped = true
fling.MouseButton1Down:Connect(function()
local Target = gplr(flingtarget.Text)
if Target[1] then
Target = Target[1]
local Thrust = Instance.new('BodyThrust',
lp.Character.HumanoidRootPart)
Thrust.Force = Vector3.new(9999,9999,9999)
Thrust.Name = "flingForce"
repeat
lp.Character.HumanoidRootPart.CFrame =
Target.Character.HumanoidRootPart.CFrame
Thrust.Location = Target.Character.HumanoidRootPart.Position
game:FindService("RunService").Heartbeat:wait()
until not Target.Character:FindFirstChild("Head")
end
end)
Rejoin.Name = "Rejoin"
Rejoin.Parent = Frame
Rejoin.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Rejoin.Position = UDim2.new(0.392676026, 0, 0.214770019, 0)
Rejoin.Size = UDim2.new(0, 85, 0, 44)
Rejoin.Font = Enum.Font.SourceSans
Rejoin.Text = "Rejoin"
Rejoin.TextColor3 = Color3.fromRGB(0, 0, 0)
Rejoin.TextScaled = true
Rejoin.TextSize = 14.000
Rejoin.TextWrapped = true
Rejoin.MouseButton1Down:Connect(function()
game:GetService("TeleportService"):Teleport(game.PlaceId)
end)
bringtarget.Name = "bringtarget"
bringtarget.Parent = Frame
bringtarget.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
bringtarget.Position = UDim2.new(0.705168724, 0, 0.700996637, 0)
bringtarget.Size = UDim2.new(0, 80, 0, 50)
bringtarget.Font = Enum.Font.SourceSans
bringtarget.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
bringtarget.PlaceholderText = "Player name"
bringtarget.Text = ""
bringtarget.TextColor3 = Color3.fromRGB(0, 0, 0)
bringtarget.TextSize = 14.000
Bring.Name = "Bring"
Bring.Parent = Frame
Bring.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Bring.Position = UDim2.new(0.705168724, 0, 0.865932822, 0)
Bring.Size = UDim2.new(0, 80, 0, 34)
Bring.Font = Enum.Font.SourceSans
Bring.Text = "Bring Tool needed"
Bring.TextColor3 = Color3.fromRGB(0, 0, 0)
Bring.TextScaled = true
Bring.TextSize = 14.000
Bring.TextWrapped = true
Bring.MouseButton1Down:Connect(function()
local Target = gplr(bringtarget.Text)
if Target[1] then
Target = Target[1]
Target.Character.HumanoidRootPart.CFrame =
lp.Character.HumanoidRootPart.CFrame
lp.Character.Humanoid:Clone().Parent = lp.Character
lp.Character.Humanoid:Destroy()
game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head
end
wait()
for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
if tools:IsA("Tool") then
tools.Parent = game.Players.LocalPlayer.Character
end
end
end)
Bringall.Name = "Bring all"
Bringall.Parent = Frame
Bringall.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Bringall.Position = UDim2.new(0.392676026, 0, 0.0486570336, 0)
Bringall.Size = UDim2.new(0, 85, 0, 44)
Bringall.Font = Enum.Font.SourceSans
Bringall.Text = "Bring all Tools needed"
Bringall.TextColor3 = Color3.fromRGB(0, 0, 0)
Bringall.TextScaled = true
Bringall.TextSize = 14.000
Bringall.TextWrapped = true
Bringall.MouseButton1Down:Connect(function()
for i,Playys in pairs(game.Players:GetPlayers()) do
Playys.Character.HumanoidRootPart.CFrame =
lp.Character.HumanoidRootPart.CFrame
lp.Character.Humanoid:Clone().Parent = lp.Character
lp.Character.Humanoid:Destroy()
game.Workspace.CurrentCamera.CameraSubject = lp.Character.Head
end
wait()
for i,tools in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
if tools:IsA("Tool") then
tools.Parent = game.Players.LocalPlayer.Character
end
end
end)
local args = {
[1] = "skintone",
[2] = "Pink"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "New Yeller"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Deep orange"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Really red"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Lime green"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Toothpaste"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Really blue"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
local args = {
[1] = "skintone",
[2] = "Magenta"
}
game:GetService("ReplicatedStorage").RemoteEvents.U8pdateA8vatar:FireServer(unpack(
args))
wait(1)
end)
end)
Open.Name = "Open"
Open.Parent = ScreenGui
Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Open.Position = UDim2.new(0, 0, 0.420062691, 0)
Open.Size = UDim2.new(0, 61, 0, 50)
Open.Font = Enum.Font.SourceSans
Open.Text = "Open"
Open.TextColor3 = Color3.fromRGB(0, 0, 0)
Open.TextScaled = true
Open.TextSize = 14.000
Open.TextWrapped = true
Open.MouseButton1Down:Connect(function()
Frame.Visible = true
end)
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 1
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 2
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 3
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 4
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 5
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 6
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 7
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 11
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 12
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 13
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 14
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 15
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 16
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 17
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 18
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 19
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 20
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 21
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 22
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 23
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 24
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
wait()
end)
Frame2.Name = "Frame1"
Frame2.Parent = ScreenGui
Frame2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame2.Position = UDim2.new(0.16458334, 0, 0.0910456777, 0)
Frame2.Size = UDim2.new(0, 168, 0, 267)
Frame2.Visible = false
Frame2.Active = true
Frame2.Draggable = true
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 24
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
local args = {
[1] = "BuyingHouse",
[2] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").Number.Number,
[3] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse,
[4] = workspace:FindFirstChild("001_Lots"):FindFirstChild("For
Sale").BuyHouse.PlotOfLand
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
local args = {
[1] = "PickingCustomHouse",
[2] = "012_House",
[3] = 23
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(
args))
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(un
pack(args))
end)
end)
Version.Name = "Version"
Version.Parent = Frame2
Version.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
Version.Position = UDim2.new(0.0357142873, 0, 0.0360877775, 0)
Version.Size = UDim2.new(0, 155, 0, 51)
Version.Font = Enum.Font.SourceSans
Version.Text = "Wait for version Brookhaven gui V4"
Version.TextColor3 = Color3.fromRGB(0, 0, 0)
Version.TextScaled = true
Version.TextSize = 14.000
Version.TextWrapped = true
XX.Name = "X"
XX.Parent = Frame2
XX.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
XX.Position = UDim2.new(1, 0, -0.000469093473, 0)
XX.Size = UDim2.new(0, 44, 0, 44)
XX.Font = Enum.Font.SourceSans
XX.Text = "X"
XX.TextColor3 = Color3.fromRGB(0, 0, 0)
XX.TextScaled = true
XX.TextSize = 14.000
XX.TextWrapped = true
XX.MouseButton1Down:Connect(function()
Frame2.Visible = false
end)
JumpPower.Name = "JumpPower"
JumpPower.Parent = Frame2
JumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
JumpPower.Position = UDim2.new(0.0357142873, 0, 0.703146815, 0)
JumpPower.Size = UDim2.new(0, 95, 0, 29)
JumpPower.Font = Enum.Font.SourceSans
JumpPower.Text = "JumpPower"
JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
JumpPower.TextScaled = true
JumpPower.TextSize = 14.000
JumpPower.TextWrapped = true
JumpPower.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = Jump.Text
end)
Jump.Name = "Jump"
Jump.Parent = Frame2
Jump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Jump.Position = UDim2.new(0.601190448, 0, 0.704481483, 0)
Jump.Size = UDim2.new(0, 60, 0, 28)
Jump.Font = Enum.Font.SourceSans
Jump.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
Jump.Text = ""
Jump.TextColor3 = Color3.fromRGB(0, 0, 0)
Jump.TextSize = 14.000
Speed.Name = "Speed"
Speed.Parent = Frame2
Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Speed.Position = UDim2.new(0.601190448, 0, 0.562159419, 0)
Speed.Size = UDim2.new(0, 60, 0, 28)
Speed.Font = Enum.Font.SourceSans
Speed.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
Speed.Text = ""
Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
Speed.TextSize = 14.000
WalkSpeed.Name = "WalkSpeed"
WalkSpeed.Parent = Frame2
WalkSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
WalkSpeed.Position = UDim2.new(0.0357142873, 0, 0.56132865, 0)
WalkSpeed.Size = UDim2.new(0, 95, 0, 29)
WalkSpeed.Font = Enum.Font.SourceSans
WalkSpeed.Text = "Speed"
WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
WalkSpeed.TextScaled = true
WalkSpeed.TextSize = 14.000
WalkSpeed.TextWrapped = true
WalkSpeed.MouseButton1Down:Connect(function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed.Text
end)
View.Name = "View"
View.Parent = Frame2
View.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
View.Position = UDim2.new(0.601190448, 0, 0.412346661, 0)
View.Size = UDim2.new(0, 60, 0, 28)
View.Font = Enum.Font.SourceSans
View.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
View.PlaceholderText = "Player name"
View.Text = ""
View.TextColor3 = Color3.fromRGB(0, 0, 0)
View.TextSize = 14.000
Spectate.Name = "Spectate"
Spectate.Parent = Frame2
Spectate.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
Spectate.Position = UDim2.new(0.0357142873, 0, 0.408601344, 0)
Spectate.Size = UDim2.new(0, 95, 0, 29)
Spectate.Font = Enum.Font.SourceSans
Spectate.Text = "Spectate"
Spectate.TextColor3 = Color3.fromRGB(0, 0, 0)
Spectate.TextScaled = true
Spectate.TextSize = 14.000
Spectate.TextWrapped = true
Spectate.MouseButton1Down:Connect(function()
local Target = gplr(View.Text)
if Target[1] then
Target = Target[1]
game.Workspace.CurrentCamera.CameraSubject = Target.Character.Humanoid
end
end)