Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- First Execute this: game.CoreGui.NotForExploiting:remove()
- Now Execute this: local NotForExploiting = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Ship = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local Hartford = Instance.new("TextButton")
- local Fremont = Instance.new("TextButton")
- local Farmville = Instance.new("TextButton")
- local Beaufort = Instance.new("TextButton")
- local Farms = Instance.new("TextButton")
- local FremontCliffs = Instance.new("TextButton")
- local HartfordValley = Instance.new("TextButton")
- local BeaufortCliffs = Instance.new("TextButton")
- local Peninsula = Instance.new("TextButton")
- local Observatory = Instance.new("TextButton")
- local Heli = Instance.new("TextButton")
- local Lighthouse = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- local Locations = Instance.new("TextButton")
- local NoFog = Instance.new("TextButton")
- local Secondary = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- NotForExploiting.Name = "NotForExploiting"
- NotForExploiting.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = NotForExploiting
- Main.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
- Main.BorderColor3 = Color3.new(0.0431373, 0.0745098, 0.207843)
- Main.BorderSizePixel = 6
- Main.Position = UDim2.new(0.657142878, 0, 0.580684602, 0)
- Main.Size = UDim2.new(0.34375, 0, 0.415647924, 0)
- Main.Style = Enum.FrameStyle.RobloxRound
- Ship.Name = "Ship"
- Ship.Parent = Main
- Ship.BorderSizePixel = 0
- Ship.Position = UDim2.new(0, 0, 0.188235298, 0)
- Ship.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Ship.Modal = true
- Ship.Style = Enum.ButtonStyle.RobloxRoundButton
- Ship.Font = Enum.Font.Arial
- Ship.FontSize = Enum.FontSize.Size18
- Ship.Text = "Ship"
- Ship.TextColor3 = Color3.new(1, 1, 1)
- Ship.TextSize = 18
- Ship.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Ship.CFrame
- end)
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundTransparency = 1
- Title.Size = UDim2.new(0.998878896, 0, 0.111764707, 0)
- Title.Font = Enum.Font.ArialBold
- Title.FontSize = Enum.FontSize.Size24
- Title.Text = "Apoc 2 GUI"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextSize = 24
- Title.TextStrokeColor3 = Color3.new(0, 0.501961, 0)
- Title.TextStrokeTransparency = 0.80000001192093
- Hartford.Name = "Hartford"
- Hartford.Parent = Main
- Hartford.BorderSizePixel = 0
- Hartford.Position = UDim2.new(0.544843078, 0, 0.188235298, 0)
- Hartford.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Hartford.Modal = true
- Hartford.Style = Enum.ButtonStyle.RobloxRoundButton
- Hartford.Font = Enum.Font.Arial
- Hartford.FontSize = Enum.FontSize.Size18
- Hartford.Text = "Hartford"
- Hartford.TextColor3 = Color3.new(1, 1, 1)
- Hartford.TextSize = 18
- Hartford.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Hartford.CFrame
- end)
- Fremont.Name = "Fremont"
- Fremont.Parent = Main
- Fremont.BorderSizePixel = 0
- Fremont.Position = UDim2.new(0.544843078, 0, 0.291176468, 0)
- Fremont.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Fremont.Modal = true
- Fremont.Style = Enum.ButtonStyle.RobloxRoundButton
- Fremont.Font = Enum.Font.Arial
- Fremont.FontSize = Enum.FontSize.Size18
- Fremont.Text = "Fremont"
- Fremont.TextColor3 = Color3.new(1, 1, 1)
- Fremont.TextSize = 18
- Fremont.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Fremont.CFrame
- end)
- Farmville.Name = "Farmville"
- Farmville.Parent = Main
- Farmville.BorderSizePixel = 0
- Farmville.Position = UDim2.new(0.544843078, 0, 0.391176462, 0)
- Farmville.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Farmville.Modal = true
- Farmville.Style = Enum.ButtonStyle.RobloxRoundButton
- Farmville.Font = Enum.Font.Arial
- Farmville.FontSize = Enum.FontSize.Size18
- Farmville.Text = "Farmville"
- Farmville.TextColor3 = Color3.new(1, 1, 1)
- Farmville.TextSize = 18
- Farmville.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Farmville.CFrame
- end)
- Beaufort.Name = "Beaufort"
- Beaufort.Parent = Main
- Beaufort.BorderSizePixel = 0
- Beaufort.Position = UDim2.new(0.544843078, 0, 0.494117647, 0)
- Beaufort.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Beaufort.Modal = true
- Beaufort.Style = Enum.ButtonStyle.RobloxRoundButton
- Beaufort.Font = Enum.Font.Arial
- Beaufort.FontSize = Enum.FontSize.Size18
- Beaufort.Text = "Beaufort"
- Beaufort.TextColor3 = Color3.new(1, 1, 1)
- Beaufort.TextSize = 18
- Beaufort.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Beaufort.CFrame
- end)
- Farms.Name = "Farms"
- Farms.Parent = Main
- Farms.BorderSizePixel = 0
- Farms.Position = UDim2.new(0.544843078, 0, 0.600000024, 0)
- Farms.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Farms.Modal = true
- Farms.Style = Enum.ButtonStyle.RobloxRoundButton
- Farms.Font = Enum.Font.Arial
- Farms.FontSize = Enum.FontSize.Size18
- Farms.Text = "Farms"
- Farms.TextColor3 = Color3.new(1, 1, 1)
- Farms.TextSize = 18
- Farms.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Farms.CFrame
- end)
- FremontCliffs.Name = "Fremont Cliffs"
- FremontCliffs.Parent = Main
- FremontCliffs.BorderSizePixel = 0
- FremontCliffs.Position = UDim2.new(0.544843078, 0, 0.702941179, 0)
- FremontCliffs.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- FremontCliffs.Modal = true
- FremontCliffs.Style = Enum.ButtonStyle.RobloxRoundButton
- FremontCliffs.Font = Enum.Font.Arial
- FremontCliffs.FontSize = Enum.FontSize.Size18
- FremontCliffs.Text = "Fremont Cliffs"
- FremontCliffs.TextColor3 = Color3.new(1, 1, 1)
- FremontCliffs.TextSize = 18
- FremontCliffs.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations['Fremont Cliffs'].CFrame
- end)
- HartfordValley.Name = "Hartford Valley"
- HartfordValley.Parent = Main
- HartfordValley.BorderSizePixel = 0
- HartfordValley.Position = UDim2.new(0, 0, 0.291176468, 0)
- HartfordValley.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- HartfordValley.Modal = true
- HartfordValley.Style = Enum.ButtonStyle.RobloxRoundButton
- HartfordValley.Font = Enum.Font.Arial
- HartfordValley.FontSize = Enum.FontSize.Size18
- HartfordValley.Text = "Hartford Valley"
- HartfordValley.TextColor3 = Color3.new(1, 1, 1)
- HartfordValley.TextSize = 18
- HartfordValley.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations['Hartford Valley'].CFrame
- end)
- BeaufortCliffs.Name = "Beaufort Cliffs"
- BeaufortCliffs.Parent = Main
- BeaufortCliffs.BorderSizePixel = 0
- BeaufortCliffs.Position = UDim2.new(0, 0, 0.702941179, 0)
- BeaufortCliffs.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- BeaufortCliffs.Modal = true
- BeaufortCliffs.Style = Enum.ButtonStyle.RobloxRoundButton
- BeaufortCliffs.Font = Enum.Font.Arial
- BeaufortCliffs.FontSize = Enum.FontSize.Size18
- BeaufortCliffs.Text = "Beaufort Cliffs"
- BeaufortCliffs.TextColor3 = Color3.new(1, 1, 1)
- BeaufortCliffs.TextSize = 18
- BeaufortCliffs.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations['Beaufort Cliffs'].CFrame
- end)
- Peninsula.Name = "Peninsula"
- Peninsula.Parent = Main
- Peninsula.BorderSizePixel = 0
- Peninsula.Position = UDim2.new(0, 0, 0.600000024, 0)
- Peninsula.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Peninsula.Modal = true
- Peninsula.Style = Enum.ButtonStyle.RobloxRoundButton
- Peninsula.Font = Enum.Font.Arial
- Peninsula.FontSize = Enum.FontSize.Size18
- Peninsula.Text = "Peninsula"
- Peninsula.TextColor3 = Color3.new(1, 1, 1)
- Peninsula.TextSize = 18
- Peninsula.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Peninsula.CFrame
- end)
- Observatory.Name = "Observatory"
- Observatory.Parent = Main
- Observatory.BorderSizePixel = 0
- Observatory.Position = UDim2.new(0, 0, 0.494117647, 0)
- Observatory.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Observatory.Modal = true
- Observatory.Style = Enum.ButtonStyle.RobloxRoundButton
- Observatory.Font = Enum.Font.Arial
- Observatory.FontSize = Enum.FontSize.Size18
- Observatory.Text = "Observatory"
- Observatory.TextColor3 = Color3.new(1, 1, 1)
- Observatory.TextSize = 18
- Observatory.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Observatory.CFrame
- end)
- Heli.Name = "Heli"
- Heli.Parent = Main
- Heli.BorderSizePixel = 0
- Heli.Position = UDim2.new(0, 0, 0.391176462, 0)
- Heli.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Heli.Modal = true
- Heli.Style = Enum.ButtonStyle.RobloxRoundButton
- Heli.Font = Enum.Font.Arial
- Heli.FontSize = Enum.FontSize.Size18
- Heli.Text = "Heli"
- Heli.TextColor3 = Color3.new(1, 1, 1)
- Heli.TextSize = 18
- Heli.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Heli.CFrame
- end)
- Lighthouse.Name = "Lighthouse"
- Lighthouse.Parent = Main
- Lighthouse.BorderSizePixel = 0
- Lighthouse.Position = UDim2.new(0, 0, 0.808823526, 0)
- Lighthouse.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Lighthouse.Modal = true
- Lighthouse.Style = Enum.ButtonStyle.RobloxRoundButton
- Lighthouse.Font = Enum.Font.Arial
- Lighthouse.FontSize = Enum.FontSize.Size18
- Lighthouse.Text = "Lighthouse"
- Lighthouse.TextColor3 = Color3.new(1, 1, 1)
- Lighthouse.TextSize = 18
- Lighthouse.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Locations.Lighthouse.CFrame
- end)
- NoFog.Name = "No Fog"
- NoFog.Parent = Main
- NoFog.BorderSizePixel = 0
- NoFog.Position = UDim2.new(0.545000017, 0, 0.911000013, 0)
- NoFog.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- NoFog.Modal = true
- NoFog.Style = Enum.ButtonStyle.RobloxRoundButton
- NoFog.Font = Enum.Font.Arial
- NoFog.FontSize = Enum.FontSize.Size18
- NoFog.Text = "No Fog"
- NoFog.TextColor3 = Color3.new(1, 1, 1)
- NoFog.TextSize = 18
- NoFog.MouseButton1Down:connect(function()
- while true do
- wait()
- game.Lighting.FogEnd = 100000
- end
- end)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0, 0, 0.00588235306, 0)
- Close.Size = UDim2.new(0.166223004, 0, 0.10882353, 0)
- Close.Modal = true
- Close.Style = Enum.ButtonStyle.RobloxRoundButton
- Close.Font = Enum.Font.Arial
- Close.FontSize = Enum.FontSize.Size18
- Close.Text = "Close"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 18
- Close.MouseButton1Down:connect(function()
- Main.Visible = false
- Secondary.Visible = true
- end)
- function doit(hey)
- local t1 = Instance.new('SurfaceGui',hey)
- t1.AlwaysOnTop = true
- local t1g = Instance.new('Frame',t1)
- t1g.Size = UDim2.new(1,0,1,0)
- t1g.BackgroundColor3 = t1.Parent.BrickColor.Color
- local t2 = Instance.new('SurfaceGui',hey)
- t2.AlwaysOnTop = true
- t2.Face = Enum.NormalId.Right
- local t2g = Instance.new('Frame',t2)
- t2g.Size = UDim2.new(1,0,1,0)
- t2g.BackgroundColor3 = t2.Parent.BrickColor.Color
- local t3 = Instance.new('SurfaceGui',hey)
- t3.AlwaysOnTop = true
- t3.Face = Enum.NormalId.Left
- local t3g = Instance.new('Frame',t3)
- t3g.Size = UDim2.new(1,0,1,0)
- t3g.BackgroundColor3 = t3.Parent.BrickColor.Color
- local t4 = Instance.new('SurfaceGui',hey)
- t4.AlwaysOnTop = true
- t4.Face = Enum.NormalId.Back
- local t4g = Instance.new('Frame',t4)
- t4g.Size = UDim2.new(1,0,1,0)
- t4g.BackgroundColor3 = t4.Parent.BrickColor.Color
- local t5 = Instance.new('SurfaceGui',hey)
- t5.AlwaysOnTop = true
- t5.Face = Enum.NormalId.Top
- local t5g = Instance.new('Frame',t5)
- t5g.Size = UDim2.new(1,0,1,0)
- t5g.BackgroundColor3 = t5.Parent.BrickColor.Color
- local t6 = Instance.new('SurfaceGui',hey)
- t6.AlwaysOnTop = true
- t6.Face = Enum.NormalId.Bottom
- local t6g = Instance.new('Frame',t6)
- t6g.Size = UDim2.new(1,0,1,0)
- t6g.BackgroundColor3 = t6.Parent.BrickColor.Color
- end
- function undo(chr)
- for i,v in pairs(chr:GetChildren()) do
- if v.ClassName == "Part" or v.ClassName == "MeshPart" then
- for a,c in pairs(v:GetChildren()) do
- if c.ClassName == "SurfaceGui" then
- c:Destroy()
- end
- if c.ClassName == "BillboardGui" and c.Name == "thingyye" then
- c:Destroy()
- end
- end
- end
- end
- end
- ESP.Name = "ESP"
- ESP.Parent = Main
- ESP.BorderSizePixel = 0
- ESP.Position = UDim2.new(0.545000017, 0, 0.809000015, 0)
- ESP.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- ESP.Modal = true
- ESP.Style = Enum.ButtonStyle.RobloxRoundButton
- ESP.Font = Enum.Font.Arial
- ESP.FontSize = Enum.FontSize.Size18
- ESP.Text = "ESP On"
- ESP.TextColor3 = Color3.new(1, 1, 1)
- ESP.TextSize = 18
- ESP.MouseButton1Down:connect(function()
- if ESP.Text == "ESP On" then
- ESP.Text = "ESP Off"
- on = true
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
- if v.Character:FindFirstChild('Head') then
- local bill = Instance.new('BillboardGui',v.Character.Head)
- bill.Name = "thingyye"
- bill.AlwaysOnTop = true
- bill.Size = UDim2.new(2,1,2)
- bill.Adornee = v.Character.Head
- local txt = Instance.new('TextLabel',bill)
- txt.Text = v.Name
- txt.BackgroundTransparency = 1
- txt.Size = UDim2.new(1,0,1,0)
- txt.TextColor3 = v.TeamColor.Color
- end
- for a,c in pairs(v.Character:GetChildren()) do
- if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
- doit(c)
- elseif c.ClassName == "Part" and c.Transparency ~= 1 then
- doit(c)
- end
- end
- end
- end
- else
- ESP.Text = "ESP On"
- on = false
- for i,v in pairs(game.Players:GetChildren()) do
- undo(v.Character)
- end
- end
- end)
- for i,v in pairs(game.Players:GetChildren()) do
- v.CharacterAdded:connect(function()
- v.Character:WaitForChild('Head')
- wait(1)
- if on == true then
- if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
- if v.Character:FindFirstChild('Head') then
- local bill = Instance.new('BillboardGui',v.Character.Head)
- bill.Name = "thingyye"
- bill.AlwaysOnTop = true
- bill.Size = UDim2.new(2,1,2)
- bill.Adornee = v.Character.Head
- local txt = Instance.new('TextLabel',bill)
- txt.Text = v.Name
- txt.BackgroundTransparency = 1
- txt.Size = UDim2.new(1,0,1,0)
- txt.TextColor3 = v.TeamColor.Color
- end
- for a,c in pairs(v.Character:GetChildren()) do
- if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
- doit(c)
- elseif c.ClassName == "Part" and c.Transparency ~= 1 then
- doit(c)
- end
- end
- end
- end
- end)
- end
- Locations.Name = "Locations"
- Locations.Parent = Main
- Locations.BorderSizePixel = 0
- Locations.Position = UDim2.new(0, 0, 0.911032021, 0)
- Locations.Size = UDim2.new(0.454035878, 0, 0.0941176489, 0)
- Locations.Modal = true
- Locations.Style = Enum.ButtonStyle.RobloxRoundButton
- Locations.Font = Enum.Font.Arial
- Locations.FontSize = Enum.FontSize.Size18
- Locations.Text = "Location Markers On"
- Locations.TextColor3 = Color3.new(1, 1, 1)
- Locations.TextSize = 18
- Locations.MouseButton1Down:connect(function()
- if Locations.Text == "Location Markers On" then
- Locations.Text = "Location Markers Off"
- game.Workspace.Locations.Ship.BillboardGui.Frame.Visible = true
- game.Workspace.Locations.Hartford.BillboardGui.Frame.Visible = true
- game.Workspace.Locations.Fremont.BillboardGui.Frame.Visible = true
- game.Workspace.Locations.Farmville.BillboardGui.Frame.Visible = true
- game.Workspace.Locations.Beaufort.BillboardGui.Frame.Visible = true
- game.Workspace.Locations.Farms.BillboardGui.Frame.Visible = true
- game.Workspace.Locations['Fremont Cliffs'].BillboardGui.Frame.Visible = true
- game.Workspace.Locations['Hartford Valley'].BillboardGui.Frame.Visible = true
- game.Workspace.Locations['Beaufort Cliffs'].BillboardGui.Frame.Visible = true
- game.Workspace.Locations.Peninsula.BillboardGui.Frame.Visible = true
- game.Workspace.Locations.Observatory.BillboardGui.Frame.Visible = true
- game.Workspace.Locations.Heli.BillboardGui.Frame.Visible = true
- game.Workspace.Locations.Lighthouse.BillboardGui.Frame.Visible = true
- else
- Locations.Text = "Location Markers On"
- game.Workspace.Locations.Ship.BillboardGui.Frame.Visible = false
- game.Workspace.Locations.Hartford.BillboardGui.Frame.Visible = false
- game.Workspace.Locations.Fremont.BillboardGui.Frame.Visible = false
- game.Workspace.Locations.Farmville.BillboardGui.Frame.Visible = false
- game.Workspace.Locations.Beaufort.BillboardGui.Frame.Visible = false
- game.Workspace.Locations.Farms.BillboardGui.Frame.Visible = false
- game.Workspace.Locations['Fremont Cliffs'].BillboardGui.Frame.Visible = false
- game.Workspace.Locations['Hartford Valley'].BillboardGui.Frame.Visible = false
- game.Workspace.Locations['Beaufort Cliffs'].BillboardGui.Frame.Visible = false
- game.Workspace.Locations.Peninsula.BillboardGui.Frame.Visible = false
- game.Workspace.Locations.Observatory.BillboardGui.Frame.Visible = false
- game.Workspace.Locations.Heli.BillboardGui.Frame.Visible = false
- game.Workspace.Locations.Lighthouse.BillboardGui.Frame.Visible = false
- end
- end)
- Secondary.Name = "Secondary"
- Secondary.Parent = NotForExploiting
- Secondary.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
- Secondary.BackgroundTransparency = 1
- Secondary.BorderColor3 = Color3.new(0.0431373, 0.0745098, 0.207843)
- Secondary.BorderSizePixel = 0
- Secondary.Position = UDim2.new(0.657142878, 0, 0.580684602, 0)
- Secondary.Size = UDim2.new(0.34375, 0, 0.415647924, 0)
- Secondary.Visible = false
- Open.Name = "Open"
- Open.Parent = Secondary
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.831115007, 0, 0.032352943, 0)
- Open.Size = UDim2.new(0.166223004, 0, 0.102941178, 0)
- Open.Modal = true
- Open.Style = Enum.ButtonStyle.RobloxRoundButton
- Open.Font = Enum.Font.Arial
- Open.FontSize = Enum.FontSize.Size18
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 18
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- Secondary.Visible = false
- end)
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Ship
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Ship"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Hartford
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Hartford"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Fremont
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Fremont"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Farmville
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Farmville"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Beaufort
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Beaufort"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Farms
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Farms"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations['Fremont Cliffs']
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Fremont Cliffs"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations['Hartford Valley']
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Hartford Valley"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations['Beaufort Cliffs']
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Beaufort Cliffs"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Peninsula
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Peninsula"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Observatory
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Observatory"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Heli
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Heli"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- BillboardGui.Parent = game.Workspace.Locations.Lighthouse
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- BillboardGui.StudsOffset = Vector3.new(0, 60, 0)
- BillboardGui.AlwaysOnTop = true
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 150, 0, 50)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 150, 0, 50)
- TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "Lighthouse"
- TextLabel.TextColor3 = Color3.new(0.333333, 1, 0.980392)
- TextLabel.TextSize = 24
Advertisement
Advertisement