-- Gui to Lua
-- Version: 3.2
-- Instances:
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
--unlike brookhaven if script patched
local lp = game:FindService("Players").LocalPlayer
local function gplr(String)
local Found = {}
local strl = String:lower()
if strl == "all" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
table.insert(Found,v)
end
elseif strl == "others" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if v.Name ~= lp.Name then
table.insert(Found,v)
end
end
elseif strl == "me" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if v.Name == lp.Name then
table.insert(Found,v)
end
end
else
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if v.Name:lower():sub(1, #String) == String:lower() then
table.insert(Found,v)
end
end
end
return Found
end
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local Giant = Instance.new("TextButton")
local tp = Instance.new("TextButton")
local tptarget = Instance.new("TextBox")
local Holdalltools = Instance.new("TextButton")
local X = Instance.new("TextButton")
local flingtarget = Instance.new("TextBox")
local fling = Instance.new("TextButton")
local Rejoin = Instance.new("TextButton")
local bringtarget = Instance.new("TextBox")
local Bring = Instance.new("TextButton")
local Bringall = Instance.new("TextButton")
local Rainbowcharacter = Instance.new("TextButton")
local Credit = Instance.new("TextButton")
local Open = Instance.new("TextButton")
local Frame1 = Instance.new("Frame")
local cre = Instance.new("TextLabel")
local LikeAndSubscribe = Instance.new("TextLabel")
local nlpoxcv = Instance.new("TextLabel")
local TextButton = Instance.new("TextButton")
local Claimallhouse = Instance.new("TextButton")
local Open2 = Instance.new("TextButton")
local Frame2 = Instance.new("Frame")
local CrashServer = Instance.new("TextButton")
local Version = Instance.new("TextButton")
local XX = Instance.new("TextButton")
local JumpPower = Instance.new("TextButton")
local ClickTotp = Instance.new("TextButton")
local Jump = Instance.new("TextBox")
local WalkSpeed = Instance.new("TextButton")
local Speed = Instance.new("TextBox")
local View = Instance.new("TextBox")
local Spectate = Instance.new("TextButton")
--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
Open2.Name = "Open 2"
Open2.Parent = Frame
Open2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Open2.Position = UDim2.new(0.997094154, 0, 0.810631216, 0)
Open2.Size = UDim2.new(0, 49, 0, 50)
Open2.Font = Enum.Font.SourceSans
Open2.Text = "Open 2"
Open2.TextColor3 = Color3.fromRGB(0, 0, 0)
Open2.TextScaled = true
Open2.TextSize = 14.000
Open2.TextWrapped = true
Open2.MouseButton1Down:Connect(function()
Frame2.Visible = true
end)
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
LikeAndSubscribe.Name = "Like And Subscribe"
LikeAndSubscribe.Parent = Frame1
LikeAndSubscribe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
LikeAndSubscribe.Position = UDim2.new(0, 0, 0.194200888, 0)
LikeAndSubscribe.Size = UDim2.new(0, 254, 0, 40)
LikeAndSubscribe.Font = Enum.Font.SourceSans
LikeAndSubscribe.Text = "Like And Subscribe"
LikeAndSubscribe.TextColor3 = Color3.fromRGB(0, 0, 0)
LikeAndSubscribe.TextScaled = true
LikeAndSubscribe.TextSize = 14.000
LikeAndSubscribe.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)
Holdalltools.Name = "Hold all tools"
Holdalltools.Parent = Frame
Holdalltools.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Holdalltools.Position = UDim2.new(0.0541666634, 0, 0.0486570336, 0)
Holdalltools.Size = UDim2.new(0, 100, 0, 44)
Holdalltools.Font = Enum.Font.SourceSans
Holdalltools.Text = "HoldTools"
Holdalltools.TextColor3 = Color3.fromRGB(0, 0, 0)
Holdalltools.TextScaled = true
Holdalltools.TextSize = 14.000
Holdalltools.TextWrapped = true
Holdalltools.MouseButton1Down:Connect(function()
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)
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)
Rainbowcharacter.Name = "Rainbow character"
Rainbowcharacter.Parent = Frame
Rainbowcharacter.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Rainbowcharacter.Position = UDim2.new(0.0541666746, 0, 0.583540797, 0)
Rainbowcharacter.Size = UDim2.new(0, 195, 0, 44)
Rainbowcharacter.Font = Enum.Font.SourceSans
Rainbowcharacter.Text = "Rainbow character"
Rainbowcharacter.TextColor3 = Color3.fromRGB(0, 0, 0)
Rainbowcharacter.TextScaled = true
Rainbowcharacter.TextSize = 14.000
Rainbowcharacter.TextWrapped = true
Rainbowcharacter.MouseButton1Down:Connect(function()
game:GetService('RunService').RenderStepped:connect(function()
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)
Claimallhouse.Name = "Claim all house"
Claimallhouse.Parent = Frame
Claimallhouse.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Claimallhouse.Position = UDim2.new(0.0529948175, 0, 0.759620428, 0)
Claimallhouse.Size = UDim2.new(0, 194, 0, 42)
Claimallhouse.Font = Enum.Font.SourceSans
Claimallhouse.Text = "get all house"
Claimallhouse.TextColor3 = Color3.fromRGB(0, 0, 0)
Claimallhouse.TextScaled = true
Claimallhouse.TextSize = 14.000
Claimallhouse.TextWrapped = true
Claimallhouse.MouseButton1Down:Connect(function()
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] = 1
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))
wait()
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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(unpack(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
CrashServer.Name = "Crash Server"
CrashServer.Parent = Frame2
CrashServer.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
CrashServer.Position = UDim2.new(0.0357142873, 0, 0.845034897, 0)
CrashServer.Size = UDim2.new(0, 155, 0, 31)
CrashServer.Font = Enum.Font.SourceSans
CrashServer.Text = "Crash Server"
CrashServer.TextColor3 = Color3.fromRGB(0, 0, 0)
CrashServer.TextScaled = true
CrashServer.TextSize = 14.000
CrashServer.TextWrapped = true
CrashServer.MouseButton1Down:Connect(function()
game:GetService('RunService').RenderStepped:connect(function()
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] = 24
}
game:GetService("ReplicatedStorage").RemoteEvents.G8ettingH8ouse:FireServer(unpack(args))
local args = {
[1] = "PlayerSellHouse"
}
game:GetService("ReplicatedStorage").RemoteEvents.P8layerHouseC8hoice:FireServer(unpack(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(unpack(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)
ClickTotp.Name = "Click To tp"
ClickTotp.Parent = Frame2
ClickTotp.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
ClickTotp.Position = UDim2.new(0.0357142873, 0, 0.259510428, 0)
ClickTotp.Size = UDim2.new(0, 155, 0, 29)
ClickTotp.Font = Enum.Font.SourceSans
ClickTotp.Text = "Click To tp"
ClickTotp.TextColor3 = Color3.fromRGB(0, 0, 0)
ClickTotp.TextScaled = true
ClickTotp.TextSize = 14.000
ClickTotp.TextWrapped = true
ClickTotp.MouseButton1Down:Connect(function()
local mouse = game.Players.LocalPlayer:GetMouse()
local tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Click Teleport"
tool.Activated:connect(function()
local pos = mouse.Hit+Vector3.new(0,2.5,0)
pos = CFrame.new(pos.X,pos.Y,pos.Z)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
end)
tool.Parent = game.Players.LocalPlayer.Backpack
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)
brookhaven gui v3.1 - Pastebin.com (2024)
Top Articles
68 South Suburban Parks And Recreation jobs in Littleton
67 South Suburban Parks And Recreation jobs in Worldwide
Home Coming: Mottingham, in South East London
Latest Posts
Recommended Articles
- The Fox & Little Tanuki, Volume 3
- The 6 Best Facial Tissues of 2024
- Top 1200 Anime Character Names From A-Z (2024) - Lets Learn Slang
- When Will Wasteland 3: Deluxe Edition Be Free
- Until Your Sword Breaks. Scan Fr
- 永田町ストロベリィ Fonts
- Mystery Date (1991) Music Soundtrack
- Lee Mi-Sook Upcoming Movies 2024
- Nvidia+chips+apple+become+world+valuable | New & Used Electronics for Sale | NL Classifieds
- Future Of A Broken Tale
- O Vagabundo Lego Sets
- All Movies With Andrew Cheney
- Warhammer 40.000 Space Marine 2 im Test und mit finaler Wertung: Der Multiplayer gibt noch einmal Punktabzug
- 東京24区 Spoiler
- Kitaria Fables Religion
- Densetsu No Quiz-Ou Ketteisen Free Download Ios
- Efootball 2022 Books In Order
- The Incredible Benefits of Seaweed Extract in Skincare
- What next for NASA's Europa Clipper? The long road to Jupiter and its moons
- Rattenjaeger Volume 18
- earClin Earshower 10 ML
- PURElite Large Magnifying Clip-on Lamp (2x magnification)
- Tenshi no Tamago - Anime - AniDB
- All Jeri Ryan Movies Ranked
- What is the PSA test?
- Seo Hyun-jin: Wiki, Career, Awards, 7 Fun Facts & More - KDrama Live
- Fire Love Tore: Bitter
- 7.6: Sequence Rules - The E,Z Designation
- La Nuit A Dévoré Le Monde (2018) Facts
- 23 best refillable beauty products 2023: Face creams, shower gels, makeup, perfume & more | HELLO!
- Gemeenten hard geraakt door crisis | huizenmarkt-zeepbel.nl
- Steep Jungle
- What You Need to Know About Love Triangles
- ガヴリールドロップアウト Cinema
- The best electric toothbrushes in 2024, tested by editors | CNN Underscored
- Playstation 2 Super Bombliss
- Kabuki-Bu!: Oogiri "Chiyocolate-Gassen" Mini Figure
- Season 3: Echoes Within Launch
- Oshi No Ko Op 2 - Fatal (Versión Español Latino) (Lyrics in English) - André-A!
- هند صبري: الجمهور يناديني بـ يسرية وكريمة وعلا.. وهذا معيار النجاح بالنسبة لي
- Exploding Wall Blog
- Bible Gateway passage: 1 Peter 5 - English Standard Version
- When Will Tiles Match Be On Sale
- Własna marka: Współpraca z firmami private label w celu osiągnięcia sukcesu
- Funko Richard Jaeckel
- Where Can I Watch The こんにちは、母さん (2023)
- 6 Ways Clean Furniture and Fight Odors Without Chemical Cleaners
- Kiniro No Corda 3 Ps4 Gamefaqs
- Strongest In Please Give Me Your Button
- Derby Stallion Ds Cool Outfits
- Boku No Hero Academia 6Th Season Quiz Boyfriend
- Nonton The Killer's Shopping List (2022) Episode 1 Subtitle Indonesia | DramaQu
- Unavowed Installer Download
- Food In Skipper & Skeeto: The Great Treasure Hunt
- ≥ Vind liguster bessen op Marktplaats
- J&S Accessories | LinkedIn
- Cupping massage | Mejale.nl | De specialist op het gebied van cupping
- The Tentai Show Game Wikipedia
- Oujisama No Yume Utsutsu Movie Free Stream
- Theme To Critter Fixers: Country Vets
- Where To Stream Our Dating Story: The Experienced You And The Inexperienced Me
- You Just Died Age Appropriate
- Saiunkoku Monogatari
- Route selection system
- Destiny 2: Curse Of Osiris Error Code
- Year in Review: The Big Stories of 2011
- Lenovo Laptops | Explore High-Performance Laptops for Every Need
- Colectomy (Colon Resection Surgery): Definition & Procedure
- The Absolute Best Cruelty-Free Makeup Removers (Affordable Options) | Cruelty-Free Kitty
- Soldiers ready to make field repairs thanks to Tobyhanna Army Depot
- Easy operation automatic small bottle filling machine 10000bph - Filling Machine Manufacturer
- Azur Lane The Animation Episode 17 Vostfr
- Stephanie Niznik Maxim
- Locations In Melody Duel
- Secrets of the Hells Angels | Rotten Tomatoes
- Don't Go Outside Episode 1 Online
- Wedding Peach Specials Where To Watch Us
- The Longest Journey - TV Tropes
- Ryu Dark Night
- Kotaku Doom 95 Review
- Detective Conan: The Burning Galactic Railway Episode 13 English Dub
- Maeterlinck No Aoi Tori: Tyltyl Mytyl No Bouken Ryokou Episode 63
- Unblocked Games WTF: Exploring the World of Unfiltered Gaming - Unblocked Games WTF
- La graduada | Rotten Tomatoes
- Keenen Ivory Wayans Net Worth How Much is Wayans Worth?
- To Sir Phillip, With Love (Bridgertons, #5)
- Jesse Cameron-Glickenhaus Movie Star
- Itsuwaribito Sora Wall Scroll
- Ghost Pre-Workout Review (2024) | Garage Gym Reviews
- 15 Things Best to Do in Cutler Bay (FL) - The Crazy Tourist
- How Shima's Parents Became Mates Manga Chapter 112
- Ex De Danny Hamilton
- Afcons Infrastructure IPO Day 2 highlights: Issue subscribed 36%. Check details
- When Is Bubble Bird Out
- Awaken Theaters
- Human Trafficking Watch
- Hitojichi Koukan Feat. Hatsune Miku Lion
- Mao Lâm Lâm – Tiểu sử
- nail charms heart pearls
- white nail art decorations nail charms accessories manicure diy mini bowknot
- manicure
- butterfly
- stickers purple blossom floral butterfly summer nail art decals
- patch smile animal flower nail art decorations manicure sticker easter day design decal
- color nail strips patch slider sticker full cover decal nail manicure
- plate image transfer template
- 1pcs lot japanese soft silicone nail flowe heart
- care kit stainless steel manicure pedicure set nail clipper set with travel case
Article information
Author: Foster Heidenreich CPA
Last Updated:
Views: 6308
Rating: 4.6 / 5 (76 voted)
Reviews: 83% of readers found this page helpful
Author information
Name: Foster Heidenreich CPA
Birthday: 1995-01-14
Address: 55021 Usha Garden, North Larisa, DE 19209
Phone: +6812240846623
Job: Corporate Healthcare Strategist
Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling
Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.