SHOW:
|
|
- or go back to the newest paste.
1 | if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end | |
2 | print("FE Compatibility: by WaverlyCole & Mokiros") | |
3 | InternalData = {} | |
4 | do | |
5 | script.Parent = owner.Character | |
6 | local Event = Instance.new("RemoteEvent") | |
7 | Event.Name = "UserInput" | |
8 | local function NewFakeEvent() | |
9 | local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect | |
10 | return Fake | |
11 | end | |
12 | local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()} | |
13 | local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()} | |
14 | local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...) | |
15 | self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil | |
16 | end};ContextActionService.UnBindAction = ContextActionService.BindAction | |
17 | local function TriggerEvent(self,Event,...) | |
18 | local Trigger = Mouse[Event] | |
19 | if Trigger and Trigger.fakeEvent and Trigger.Function then | |
20 | Trigger.Function(...) | |
21 | end | |
22 | end | |
23 | Mouse.TrigEvent = TriggerEvent | |
24 | UserInputService.TrigEvent = TriggerEvent | |
25 | Event.OnServerEvent:Connect(function(FiredBy,Input) | |
26 | if FiredBy.Name ~= owner.Name then end | |
27 | if Input.MouseEvent then | |
28 | Mouse.Target = Input.Target | |
29 | Mouse.Hit = Input.Hit | |
30 | else | |
31 | local Begin = Input.UserInputState == Enum.UserInputState.Begin | |
32 | if Input.UserInputType == Enum.UserInputType.MouseButton1 then | |
33 | return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") | |
34 | end | |
35 | for _,Action in pairs(ContextActionService.Actions) do | |
36 | for _,Key in pairs(Action.Keys) do | |
37 | if Key==Input.KeyCode then | |
38 | Action.Function(Action.Name,Input.UserInputState,Input) | |
39 | end | |
40 | end | |
41 | end | |
42 | Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower()) | |
43 | UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false) | |
44 | end | |
45 | end) | |
46 | InternalData["Mouse"] = Mouse | |
47 | InternalData["ContextActionService"] = ContextActionService | |
48 | InternalData["UserInputService"] = UserInputService | |
49 | Event.Parent = NLS([[ | |
50 | local Player = owner | |
51 | local Event = script:WaitForChild("UserInput") | |
52 | local UserInputService = game:GetService("UserInputService") | |
53 | local Mouse = Player:GetMouse() | |
54 | local Input = function(Input,gameProcessedEvent) | |
55 | if gameProcessedEvent then return end | |
56 | Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState}) | |
57 | end | |
58 | UserInputService.InputBegan:Connect(Input) | |
59 | UserInputService.InputEnded:Connect(Input) | |
60 | local Hit,Target | |
61 | while wait(1/30) do | |
62 | if Hit ~= Mouse.Hit or Target ~= Mouse.Target then | |
63 | Hit,Target = Mouse.Hit,Mouse.Target | |
64 | Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit}) | |
65 | end | |
66 | end | |
67 | ]],owner.Character) | |
68 | end | |
69 | RealGame = game;game = setmetatable({},{ | |
70 | __index = function (self,Index) | |
71 | local Sandbox = function (Thing) | |
72 | if Thing:IsA("Player") then | |
73 | local RealPlayer = Thing | |
74 | return setmetatable({},{ | |
75 | __index = function (self,Index) | |
76 | local Type = type(RealPlayer[Index]) | |
77 | if Type == "function" then | |
78 | if Index:lower() == "getmouse" or Index:lower() == "mouse" then | |
79 | return function (self) | |
80 | return InternalData["Mouse"] | |
81 | end | |
82 | end | |
83 | return function (self,...) | |
84 | return RealPlayer[Index](RealPlayer,...) | |
85 | end | |
86 | else | |
87 | return RealPlayer[Index] | |
88 | end | |
89 | end; | |
90 | __tostring = function(self) | |
91 | return RealPlayer.Name | |
92 | end | |
93 | }) | |
94 | end | |
95 | end | |
96 | if RealGame[Index] then | |
97 | local Type = type(RealGame[Index]) | |
98 | if Type == "function" then | |
99 | if Index:lower() == "getservice" or Index:lower() == "service" then | |
100 | return function (self,Service) | |
101 | if Service:lower() == "players" then | |
102 | return setmetatable({},{ | |
103 | __index = function (self2,Index2) | |
104 | local RealService = RealGame:GetService(Service) | |
105 | local Type2 = type(Index2) | |
106 | if Type2 == "function" then | |
107 | return function (self,...) | |
108 | return RealService[Index2](RealService,...) | |
109 | end | |
110 | else | |
111 | if Index2:lower() == "localplayer" then | |
112 | return Sandbox(owner) | |
113 | end | |
114 | return RealService[Index2] | |
115 | end | |
116 | end; | |
117 | __tostring = function(self) | |
118 | return RealGame:GetService(Service).Name | |
119 | end | |
120 | }) | |
121 | elseif Service:lower() == "contextactionservice" then | |
122 | return InternalData["ContextActionService"] | |
123 | elseif Service:lower() == "contextactionservice" then | |
124 | return InternalData["UserInputService"] | |
125 | elseif Service:lower() == "runservice" then | |
126 | return setmetatable({},{ | |
127 | __index = function(self2,Index2) | |
128 | local RealService = RealGame:GetService(Service) | |
129 | local Type2 = type(Index2) | |
130 | if Type2 == "function" then | |
131 | return function (self,...) | |
132 | return RealService[Index2](RealService,...) | |
133 | end | |
134 | else | |
135 | if Index2:lower() == "bindtorenderstep" then | |
136 | return function (self,Name,Priority,Function) | |
137 | return RealGame:GetService("RunService").Stepped:Connect(Function) | |
138 | end | |
139 | end | |
140 | if Index2:lower() == "renderstepped" then | |
141 | return RealService["Stepped"] | |
142 | end | |
143 | return RealService[Index2] | |
144 | end | |
145 | end | |
146 | }) | |
147 | else | |
148 | return RealGame:GetService(Service) | |
149 | end | |
150 | end | |
151 | end | |
152 | return function (self,...) | |
153 | return RealGame[Index](RealGame,...) | |
154 | end | |
155 | else | |
156 | if game:GetService(Index) then | |
157 | return game:GetService(Index) | |
158 | end | |
159 | return RealGame[Index] | |
160 | end | |
161 | else | |
162 | return nil | |
163 | end | |
164 | end | |
165 | });Game = game;owner = game:GetService("Players").LocalPlayer | |
166 | print("Complete! Running... Showcased by Kbrown Created by .......") | |
167 | ||
168 | function CreateObject(class, props) | |
169 | local obj = Instance.new(class) | |
170 | for _, p in pairs(props) do | |
171 | obj[p[1]] = p[2] | |
172 | end | |
173 | ||
174 | return obj | |
175 | end | |
176 | ||
177 | local model = CreateObject("Model", { | |
178 | {"Parent", workspace} | |
179 | }) | |
180 | local part = CreateObject("Part", { | |
181 | {"Anchored", true}, | |
182 | {"Size", Vector3.new(4, 12, 2)}, | |
183 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
184 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
185 | {"Material", Enum.Material.Wood}, | |
186 | {"Orientation", Vector3.new(0, 90, 0)}, | |
187 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
188 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
189 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
190 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
191 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
192 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
193 | {"Parent", model}, | |
194 | {"CFrame", CFrame.new(-50.04, 23.2, -46.65) * CFrame.Angles(0, 1.571, 0)} | |
195 | }) | |
196 | local wedge = CreateObject("WedgePart", { | |
197 | {"Anchored", true}, | |
198 | {"Size", Vector3.new(5, 0.4, 0.6)}, | |
199 | {"BrickColor", BrickColor.new("Brown")}, | |
200 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
201 | {"Material", Enum.Material.Wood}, | |
202 | {"Orientation", Vector3.new(89.87, 127.06, -155.35)}, | |
203 | {"Color", Color3.new(0.486275, 0.360784, 0.27451)}, | |
204 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
205 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
206 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
207 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
208 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
209 | {"Parent", model}, | |
210 | {"CFrame", CFrame.new(-115.84, 18.7, -87.15) * CFrame.Angles(1.571, 0, 1.571)} | |
211 | }) | |
212 | local part_2 = CreateObject("Part", { | |
213 | {"Anchored", true}, | |
214 | {"Size", Vector3.new(21.4, 12, 4.6)}, | |
215 | {"BrickColor", BrickColor.new("Flint")}, | |
216 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
217 | {"Material", Enum.Material.Brick}, | |
218 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
219 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
220 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
221 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
222 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
223 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
224 | {"Parent", model}, | |
225 | {"CFrame", CFrame.new(-92.34, 23.2, -70.15)} | |
226 | }) | |
227 | local part_3 = CreateObject("Part", { | |
228 | {"Anchored", true}, | |
229 | {"Size", Vector3.new(20.4, 11.6, 20.4)}, | |
230 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
231 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
232 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
233 | {"Material", Enum.Material.SmoothPlastic}, | |
234 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
235 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
236 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
237 | {"Reflectance", 0.35}, | |
238 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
239 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
240 | {"Parent", model}, | |
241 | {"CFrame", CFrame.new(-216.64, 49.4, -129.85)} | |
242 | }) | |
243 | local part_4 = CreateObject("Part", { | |
244 | {"Anchored", true}, | |
245 | {"Size", Vector3.new(1, 1, 2)}, | |
246 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
247 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
248 | {"Material", Enum.Material.Wood}, | |
249 | {"Orientation", Vector3.new(0, 90, 0)}, | |
250 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
251 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
252 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
253 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
254 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
255 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
256 | {"Parent", model}, | |
257 | {"CFrame", CFrame.new(-50.04, 26.7, -44.15) * CFrame.Angles(0, 1.571, 0)} | |
258 | }) | |
259 | local part_5 = CreateObject("Part", { | |
260 | {"Anchored", true}, | |
261 | {"Size", Vector3.new(3, 6, 2)}, | |
262 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
263 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
264 | {"Material", Enum.Material.Wood}, | |
265 | {"Orientation", Vector3.new(0, -90, 0)}, | |
266 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
267 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
268 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
269 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
270 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
271 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
272 | {"Parent", model}, | |
273 | {"CFrame", CFrame.new(-71.04, 23.2, 4.85) * CFrame.Angles(0, -1.571, 0)} | |
274 | }) | |
275 | local part_6 = CreateObject("Part", { | |
276 | {"Anchored", true}, | |
277 | {"Size", Vector3.new(21.4, 12, 6.6)}, | |
278 | {"BrickColor", BrickColor.new("Flint")}, | |
279 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
280 | {"Material", Enum.Material.Brick}, | |
281 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
282 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
283 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
284 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
285 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
286 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
287 | {"Parent", model}, | |
288 | {"CFrame", CFrame.new(-92.34, 23.2, -57.15)} | |
289 | }) | |
290 | local part_7 = CreateObject("Part", { | |
291 | {"Anchored", true}, | |
292 | {"Size", Vector3.new(1, 2, 0.2)}, | |
293 | {"BrickColor", BrickColor.new("Burgundy")}, | |
294 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
295 | {"Material", Enum.Material.Wood}, | |
296 | {"Orientation", Vector3.new(0, -45, 0)}, | |
297 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
298 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
299 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
300 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
301 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
302 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
303 | {"Parent", model}, | |
304 | {"CFrame", CFrame.new(-77.94, 18.2, -54.15) * CFrame.Angles(0, -0.785, 0)} | |
305 | }) | |
306 | local part_8 = CreateObject("Part", { | |
307 | {"Anchored", true}, | |
308 | {"Size", Vector3.new(60, 0.2, 21)}, | |
309 | {"BrickColor", BrickColor.new("Lily white")}, | |
310 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
311 | {"Material", Enum.Material.Concrete}, | |
312 | {"Orientation", Vector3.new(0, -90, 0)}, | |
313 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
314 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
315 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
316 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
317 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
318 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
319 | {"Parent", model}, | |
320 | {"CFrame", CFrame.new(-61.54, 30.3, -1.65) * CFrame.Angles(0, -1.571, 0)} | |
321 | }) | |
322 | local part_9 = CreateObject("Part", { | |
323 | {"Anchored", true}, | |
324 | {"Size", Vector3.new(13, 3, 2)}, | |
325 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
326 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
327 | {"Material", Enum.Material.Wood}, | |
328 | {"Orientation", Vector3.new(0, -90, 0)}, | |
329 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
330 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
331 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
332 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
333 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
334 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
335 | {"Parent", model}, | |
336 | {"CFrame", CFrame.new(-116.04, 18.7, 10.85) * CFrame.Angles(0, -1.571, 0)} | |
337 | }) | |
338 | local part_10 = CreateObject("Part", { | |
339 | {"Anchored", true}, | |
340 | {"Size", Vector3.new(6, 12, 20)}, | |
341 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
342 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
343 | {"Material", Enum.Material.Wood}, | |
344 | {"Orientation", Vector3.new(0, 90, 0)}, | |
345 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
346 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
347 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
348 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
349 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
350 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
351 | {"Parent", model}, | |
352 | {"CFrame", CFrame.new(-41.04, 23.2, -51.65) * CFrame.Angles(0, 1.571, 0)} | |
353 | }) | |
354 | local part_11 = CreateObject("Part", { | |
355 | {"Anchored", true}, | |
356 | {"Size", Vector3.new(16, 13, 28)}, | |
357 | {"BrickColor", BrickColor.new("Flint")}, | |
358 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
359 | {"Material", Enum.Material.Brick}, | |
360 | {"Orientation", Vector3.new(0, 180, 0)}, | |
361 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
362 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
363 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
364 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
365 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
366 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
367 | {"Parent", model}, | |
368 | {"CFrame", CFrame.new(-31.04, 23.7, -101.65) * CFrame.Angles(-3.142, 0, -3.142)} | |
369 | }) | |
370 | local part_12 = CreateObject("Part", { | |
371 | {"Anchored", true}, | |
372 | {"Size", Vector3.new(1, 1, 2)}, | |
373 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
374 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
375 | {"Material", Enum.Material.Wood}, | |
376 | {"Orientation", Vector3.new(0, 90, 0)}, | |
377 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
378 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
379 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
380 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
381 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
382 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
383 | {"Parent", model}, | |
384 | {"CFrame", CFrame.new(-148.04, 26.7, 12.85) * CFrame.Angles(0, 1.571, 0)} | |
385 | }) | |
386 | local part_13 = CreateObject("Part", { | |
387 | {"Anchored", true}, | |
388 | {"Size", Vector3.new(20.4, 5.2, 20.4)}, | |
389 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
390 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
391 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
392 | {"Material", Enum.Material.SmoothPlastic}, | |
393 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
394 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
395 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
396 | {"Reflectance", 0.35}, | |
397 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
398 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
399 | {"Parent", model}, | |
400 | {"CFrame", CFrame.new(-104.24, 47, 63.55)} | |
401 | }) | |
402 | local part_14 = CreateObject("Part", { | |
403 | {"Anchored", true}, | |
404 | {"Size", Vector3.new(6.8, 0.6, 28)}, | |
405 | {"BrickColor", BrickColor.new("Bright red")}, | |
406 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
407 | {"Material", Enum.Material.SmoothPlastic}, | |
408 | {"Orientation", Vector3.new(0, -90, -15)}, | |
409 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
410 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
411 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
412 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
413 | {"Color", Color3.new(0.768628, 0.156863, 0.109804)}, | |
414 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
415 | {"Parent", model}, | |
416 | {"CFrame", CFrame.new(-102.24, 26.997, -86.985) * CFrame.Angles(0.262, -1.571, 0)} | |
417 | }) | |
418 | local part_15 = CreateObject("Part", { | |
419 | {"Anchored", true}, | |
420 | {"Size", Vector3.new(31.2, 13, 8)}, | |
421 | {"BrickColor", BrickColor.new("Flint")}, | |
422 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
423 | {"Material", Enum.Material.Brick}, | |
424 | {"Orientation", Vector3.new(0, -90, 0)}, | |
425 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
426 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
427 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
428 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
429 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
430 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
431 | {"Parent", model}, | |
432 | {"CFrame", CFrame.new(-2.04, 23.7, -72.05) * CFrame.Angles(0, -1.571, 0)} | |
433 | }) | |
434 | local part_16 = CreateObject("Part", { | |
435 | {"Anchored", true}, | |
436 | {"Size", Vector3.new(3, 6, 2)}, | |
437 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
438 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
439 | {"Material", Enum.Material.Wood}, | |
440 | {"Orientation", Vector3.new(0, -90, 0)}, | |
441 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
442 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
443 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
444 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
445 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
446 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
447 | {"Parent", model}, | |
448 | {"CFrame", CFrame.new(-116.04, 23.2, 15.85) * CFrame.Angles(0, -1.571, 0)} | |
449 | }) | |
450 | local part_17 = CreateObject("Part", { | |
451 | {"Anchored", true}, | |
452 | {"Size", Vector3.new(3, 6, 2)}, | |
453 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
454 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
455 | {"Material", Enum.Material.Wood}, | |
456 | {"Orientation", Vector3.new(0, -90, 0)}, | |
457 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
458 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
459 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
460 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
461 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
462 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
463 | {"Parent", model}, | |
464 | {"CFrame", CFrame.new(-71.04, 23.2, -5.15) * CFrame.Angles(0, -1.571, 0)} | |
465 | }) | |
466 | local part_18 = CreateObject("Part", { | |
467 | {"Anchored", true}, | |
468 | {"Size", Vector3.new(3, 3, 0.2)}, | |
469 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
470 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
471 | {"Material", Enum.Material.DiamondPlate}, | |
472 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
473 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
474 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
475 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
476 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
477 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
478 | {"Parent", model}, | |
479 | {"CFrame", CFrame.new(-70.34, 20.7, -92.55)} | |
480 | }) | |
481 | local decal = CreateObject("Decal", { | |
482 | {"Texture", "http://www.roblox.com/asset/?id=8599725"}, | |
483 | {"Face", Enum.NormalId.Back}, | |
484 | {"Parent", part_18} | |
485 | }) | |
486 | local part_19 = CreateObject("Part", { | |
487 | {"Anchored", true}, | |
488 | {"Size", Vector3.new(3, 6, 2)}, | |
489 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
490 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
491 | {"Material", Enum.Material.Wood}, | |
492 | {"Orientation", Vector3.new(0, -90, 0)}, | |
493 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
494 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
495 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
496 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
497 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
498 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
499 | {"Parent", model}, | |
500 | {"CFrame", CFrame.new(-116.04, 23.2, -20.15) * CFrame.Angles(0, -1.571, 0)} | |
501 | }) | |
502 | local part_20 = CreateObject("Part", { | |
503 | {"Anchored", true}, | |
504 | {"Size", Vector3.new(16.07, 8.88, 2)}, | |
505 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
506 | {"Material", Enum.Material.SmoothPlastic}, | |
507 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
508 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
509 | {"Transparency", 1}, | |
510 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
511 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
512 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
513 | {"Parent", model}, | |
514 | {"CFrame", CFrame.new(-93.405, 22.29, 29.34)} | |
515 | }) | |
516 | local decal_2 = CreateObject("Decal", { | |
517 | {"Texture", "http://www.roblox.com/asset/?id=165286293"}, | |
518 | {"Parent", part_20} | |
519 | }) | |
520 | local part_21 = CreateObject("Part", { | |
521 | {"Anchored", true}, | |
522 | {"Size", Vector3.new(83, 0.2, 20)}, | |
523 | {"BrickColor", BrickColor.new("Lily white")}, | |
524 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
525 | {"Material", Enum.Material.Concrete}, | |
526 | {"Orientation", Vector3.new(0, -90, 0)}, | |
527 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
528 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
529 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
530 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
531 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
532 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
533 | {"Parent", model}, | |
534 | {"CFrame", CFrame.new(-41.04, 30.3, -13.15) * CFrame.Angles(0, -1.571, 0)} | |
535 | }) | |
536 | local part_22 = CreateObject("Part", { | |
537 | {"Anchored", true}, | |
538 | {"Size", Vector3.new(2, 3, 14)}, | |
539 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
540 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
541 | {"Material", Enum.Material.Wood}, | |
542 | {"Orientation", Vector3.new(0, 90, 0)}, | |
543 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
544 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
545 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
546 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
547 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
548 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
549 | {"Parent", model}, | |
550 | {"CFrame", CFrame.new(-186.04, 28.7, -46.65) * CFrame.Angles(0, 1.571, 0)} | |
551 | }) | |
552 | local part_23 = CreateObject("Part", { | |
553 | {"Anchored", true}, | |
554 | {"Size", Vector3.new(4, 4, 4)}, | |
555 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
556 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
557 | {"Material", Enum.Material.Wood}, | |
558 | {"Orientation", Vector3.new(0, -120, 0)}, | |
559 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
560 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
561 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
562 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
563 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
564 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
565 | {"Parent", model}, | |
566 | {"CFrame", CFrame.new(-116.64, 23.2, -57.65) * CFrame.Angles(-3.142, -1.047, -3.142)} | |
567 | }) | |
568 | local part_24 = CreateObject("Part", { | |
569 | {"Anchored", true}, | |
570 | {"Size", Vector3.new(1, 2, 0.2)}, | |
571 | {"BrickColor", BrickColor.new("Burgundy")}, | |
572 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
573 | {"Material", Enum.Material.Wood}, | |
574 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
575 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
576 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
577 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
578 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
579 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
580 | {"Parent", model}, | |
581 | {"CFrame", CFrame.new(-128.34, 18.2, -90.55)} | |
582 | }) | |
583 | local wedge_2 = CreateObject("WedgePart", { | |
584 | {"Anchored", true}, | |
585 | {"Size", Vector3.new(5, 0.4, 0.6)}, | |
586 | {"BrickColor", BrickColor.new("Brown")}, | |
587 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
588 | {"Material", Enum.Material.Wood}, | |
589 | {"Orientation", Vector3.new(90, 90, 0)}, | |
590 | {"Color", Color3.new(0.486275, 0.360784, 0.27451)}, | |
591 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
592 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
593 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
594 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
595 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
596 | {"Parent", model}, | |
597 | {"CFrame", CFrame.new(-88.84, 18.7, -87.15) * CFrame.Angles(1.571, 0, -1.571)} | |
598 | }) | |
599 | local part_25 = CreateObject("Part", { | |
600 | {"Anchored", true}, | |
601 | {"Size", Vector3.new(23, 12, 2)}, | |
602 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
603 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
604 | {"Material", Enum.Material.Wood}, | |
605 | {"Orientation", Vector3.new(0, 90, 0)}, | |
606 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
607 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
608 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
609 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
610 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
611 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
612 | {"Parent", model}, | |
613 | {"CFrame", CFrame.new(-50.04, 23.2, -22.15) * CFrame.Angles(0, 1.571, 0)} | |
614 | }) | |
615 | local part_26 = CreateObject("Part", { | |
616 | {"Anchored", true}, | |
617 | {"Size", Vector3.new(4, 12, 2)}, | |
618 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
619 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
620 | {"Material", Enum.Material.Wood}, | |
621 | {"Orientation", Vector3.new(0, 90, 0)}, | |
622 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
623 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
624 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
625 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
626 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
627 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
628 | {"Parent", model}, | |
629 | {"CFrame", CFrame.new(-50.04, 23.2, -35.65) * CFrame.Angles(0, 1.571, 0)} | |
630 | }) | |
631 | local part_27 = CreateObject("Part", { | |
632 | {"Anchored", true}, | |
633 | {"Size", Vector3.new(20.4, 5.2, 20.4)}, | |
634 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
635 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
636 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
637 | {"Material", Enum.Material.SmoothPlastic}, | |
638 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
639 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
640 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
641 | {"Reflectance", 0.35}, | |
642 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
643 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
644 | {"Parent", model}, | |
645 | {"CFrame", CFrame.new(-104.24, 53.4, 63.55)} | |
646 | }) | |
647 | local part_28 = CreateObject("Part", { | |
648 | {"Anchored", true}, | |
649 | {"Size", Vector3.new(13, 3, 2)}, | |
650 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
651 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
652 | {"Material", Enum.Material.Wood}, | |
653 | {"Orientation", Vector3.new(0, -90, 0)}, | |
654 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
655 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
656 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
657 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
658 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
659 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
660 | {"Parent", model}, | |
661 | {"CFrame", CFrame.new(-116.04, 27.7, -25.15) * CFrame.Angles(0, -1.571, 0)} | |
662 | }) | |
663 | local part_29 = CreateObject("Part", { | |
664 | {"Anchored", true}, | |
665 | {"Size", Vector3.new(20.4, 11.6, 20.4)}, | |
666 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
667 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
668 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
669 | {"Material", Enum.Material.SmoothPlastic}, | |
670 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
671 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
672 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
673 | {"Reflectance", 0.35}, | |
674 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
675 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
676 | {"Parent", model}, | |
677 | {"CFrame", CFrame.new(-78.04, 49.6, 53.55)} | |
678 | }) | |
679 | local part_30 = CreateObject("Part", { | |
680 | {"Anchored", true}, | |
681 | {"Size", Vector3.new(225.2, 1, 157)}, | |
682 | {"BrickColor", BrickColor.new("Lily white")}, | |
683 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
684 | {"Material", Enum.Material.Concrete}, | |
685 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
686 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
687 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
688 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
689 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
690 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
691 | {"Parent", model}, | |
692 | {"CFrame", CFrame.new(-110.64, 16.7, -37.15)} | |
693 | }) | |
694 | local part_31 = CreateObject("Part", { | |
695 | {"Anchored", true}, | |
696 | {"Size", Vector3.new(3, 3, 0.2)}, | |
697 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
698 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
699 | {"Material", Enum.Material.DiamondPlate}, | |
700 | {"Orientation", Vector3.new(0, -45, 0)}, | |
701 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
702 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
703 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
704 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
705 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
706 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
707 | {"Parent", model}, | |
708 | {"CFrame", CFrame.new(-77.94, 20.7, -54.15) * CFrame.Angles(0, -0.785, 0)} | |
709 | }) | |
710 | local decal_3 = CreateObject("Decal", { | |
711 | {"Texture", "http://www.roblox.com/asset/?id=8599725"}, | |
712 | {"Face", Enum.NormalId.Back}, | |
713 | {"Parent", part_31} | |
714 | }) | |
715 | local part_32 = CreateObject("Part", { | |
716 | {"Anchored", true}, | |
717 | {"Size", Vector3.new(3, 3, 0.2)}, | |
718 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
719 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
720 | {"Material", Enum.Material.DiamondPlate}, | |
721 | {"Orientation", Vector3.new(0, -135, 0)}, | |
722 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
723 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
724 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
725 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
726 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
727 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
728 | {"Parent", model}, | |
729 | {"CFrame", CFrame.new(-75.94, 20.7, 14.45) * CFrame.Angles(-3.142, -0.785, -3.142)} | |
730 | }) | |
731 | local decal_4 = CreateObject("Decal", { | |
732 | {"Texture", "http://www.roblox.com/asset/?id=8599725"}, | |
733 | {"Face", Enum.NormalId.Back}, | |
734 | {"Parent", part_32} | |
735 | }) | |
736 | local part_33 = CreateObject("Part", { | |
737 | {"Anchored", true}, | |
738 | {"Size", Vector3.new(4, 4, 4)}, | |
739 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
740 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
741 | {"Material", Enum.Material.Wood}, | |
742 | {"Orientation", Vector3.new(0, 135, 0)}, | |
743 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
744 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
745 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
746 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
747 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
748 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
749 | {"Parent", model}, | |
750 | {"CFrame", CFrame.new(-79.426, 19.2, -30.064) * CFrame.Angles(-3.142, 0.785, -3.142)} | |
751 | }) | |
752 | local part_34 = CreateObject("Part", { | |
753 | {"Anchored", true}, | |
754 | {"Size", Vector3.new(5.73, 5.33, 2)}, | |
755 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
756 | {"Orientation", Vector3.new(0, 90, 0)}, | |
757 | {"Material", Enum.Material.SmoothPlastic}, | |
758 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
759 | {"Transparency", 1}, | |
760 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
761 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
762 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
763 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
764 | {"Parent", model}, | |
765 | {"CFrame", CFrame.new(-125.04, 23.887, -7.355) * CFrame.Angles(0, 1.571, 0)} | |
766 | }) | |
767 | local decal_5 = CreateObject("Decal", { | |
768 | {"Texture", "http://www.roblox.com/asset/?id=2556361"}, | |
769 | {"Parent", part_34} | |
770 | }) | |
771 | local part_35 = CreateObject("Part", { | |
772 | {"Anchored", true}, | |
773 | {"Size", Vector3.new(0.2, 7.6, 0.2)}, | |
774 | {"BrickColor", BrickColor.new("Burgundy")}, | |
775 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
776 | {"Material", Enum.Material.Wood}, | |
777 | {"Orientation", Vector3.new(0, -90, 0)}, | |
778 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
779 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
780 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
781 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
782 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
783 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
784 | {"Parent", model}, | |
785 | {"CFrame", CFrame.new(-98.74, 22.8, -84.75) * CFrame.Angles(0, -1.571, 0)} | |
786 | }) | |
787 | local part_36 = CreateObject("Part", { | |
788 | {"Anchored", true}, | |
789 | {"Size", Vector3.new(107, 13, 6)}, | |
790 | {"BrickColor", BrickColor.new("Flint")}, | |
791 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
792 | {"Material", Enum.Material.Brick}, | |
793 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
794 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
795 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
796 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
797 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
798 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
799 | {"Parent", model}, | |
800 | {"CFrame", CFrame.new(-92.54, 23.7, -112.65)} | |
801 | }) | |
802 | local part_37 = CreateObject("Part", { | |
803 | {"Anchored", true}, | |
804 | {"Size", Vector3.new(4, 4, 4)}, | |
805 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
806 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
807 | {"Material", Enum.Material.Wood}, | |
808 | {"Orientation", Vector3.new(0, 60, 0)}, | |
809 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
810 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
811 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
812 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
813 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
814 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
815 | {"Parent", model}, | |
816 | {"CFrame", CFrame.new(-172.44, 23.2, -52.25) * CFrame.Angles(0, 1.047, 0)} | |
817 | }) | |
818 | local part_38 = CreateObject("Part", { | |
819 | {"Anchored", true}, | |
820 | {"Size", Vector3.new(7, 2, 2)}, | |
821 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
822 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
823 | {"Material", Enum.Material.Wood}, | |
824 | {"Orientation", Vector3.new(0, 90, 0)}, | |
825 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
826 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
827 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
828 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
829 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
830 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
831 | {"Parent", model}, | |
832 | {"CFrame", CFrame.new(-50.04, 28.2, -41.15) * CFrame.Angles(0, 1.571, 0)} | |
833 | }) | |
834 | local part_39 = CreateObject("Part", { | |
835 | {"Anchored", true}, | |
836 | {"Size", Vector3.new(20.4, 5.2, 20.4)}, | |
837 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
838 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
839 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
840 | {"Material", Enum.Material.SmoothPlastic}, | |
841 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
842 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
843 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
844 | {"Reflectance", 0.35}, | |
845 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
846 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
847 | {"Parent", model}, | |
848 | {"CFrame", CFrame.new(-167.64, 47.6, -132.85)} | |
849 | }) | |
850 | local part_40 = CreateObject("Part", { | |
851 | {"Anchored", true}, | |
852 | {"Size", Vector3.new(21.4, 5.8, 0.2)}, | |
853 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
854 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
855 | {"Material", Enum.Material.DiamondPlate}, | |
856 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
857 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
858 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
859 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
860 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
861 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
862 | {"Parent", model}, | |
863 | {"CFrame", CFrame.new(-92.34, 20.3, -67.75)} | |
864 | }) | |
865 | local part_41 = CreateObject("Part", { | |
866 | {"Anchored", true}, | |
867 | {"Size", Vector3.new(7, 2, 2)}, | |
868 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
869 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
870 | {"Material", Enum.Material.Wood}, | |
871 | {"Orientation", Vector3.new(0, 90, 0)}, | |
872 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
873 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
874 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
875 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
876 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
877 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
878 | {"Parent", model}, | |
879 | {"CFrame", CFrame.new(-148.04, 28.2, 15.85) * CFrame.Angles(0, 1.571, 0)} | |
880 | }) | |
881 | local part_42 = CreateObject("Part", { | |
882 | {"Anchored", true}, | |
883 | {"Size", Vector3.new(3, 3, 0.2)}, | |
884 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
885 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
886 | {"Material", Enum.Material.DiamondPlate}, | |
887 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
888 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
889 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
890 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
891 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
892 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
893 | {"Parent", model}, | |
894 | {"CFrame", CFrame.new(-137.94, 20.7, -90.55)} | |
895 | }) | |
896 | local decal_6 = CreateObject("Decal", { | |
897 | {"Texture", "http://www.roblox.com/asset/?id=8599725"}, | |
898 | {"Face", Enum.NormalId.Back}, | |
899 | {"Parent", part_42} | |
900 | }) | |
901 | local part_43 = CreateObject("Part", { | |
902 | {"Anchored", true}, | |
903 | {"Size", Vector3.new(4, 4, 4)}, | |
904 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
905 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
906 | {"Material", Enum.Material.Wood}, | |
907 | {"Orientation", Vector3.new(0, 120, 0)}, | |
908 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
909 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
910 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
911 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
912 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
913 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
914 | {"Parent", model}, | |
915 | {"CFrame", CFrame.new(-82.254, 19.2, -26.236) * CFrame.Angles(-3.142, 1.047, -3.142)} | |
916 | }) | |
917 | local part_44 = CreateObject("Part", { | |
918 | {"Anchored", true}, | |
919 | {"Size", Vector3.new(12, 9, 2)}, | |
920 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
921 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
922 | {"Material", Enum.Material.Concrete}, | |
923 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
924 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
925 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
926 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
927 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
928 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
929 | {"Parent", model}, | |
930 | {"CFrame", CFrame.new(-45.04, 21.7, -90.65)} | |
931 | }) | |
932 | local part_45 = CreateObject("Part", { | |
933 | {"Anchored", true}, | |
934 | {"Size", Vector3.new(4, 12, 2)}, | |
935 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
936 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
937 | {"Material", Enum.Material.Wood}, | |
938 | {"Orientation", Vector3.new(0, 90, 0)}, | |
939 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
940 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
941 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
942 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
943 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
944 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
945 | {"Parent", model}, | |
946 | {"CFrame", CFrame.new(-148.04, 23.2, 21.35) * CFrame.Angles(0, 1.571, 0)} | |
947 | }) | |
948 | local part_46 = CreateObject("Part", { | |
949 | {"Anchored", true}, | |
950 | {"Size", Vector3.new(21.4, 5.8, 7.4)}, | |
951 | {"BrickColor", BrickColor.new("Flint")}, | |
952 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
953 | {"Material", Enum.Material.Brick}, | |
954 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
955 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
956 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
957 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
958 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
959 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
960 | {"Parent", model}, | |
961 | {"CFrame", CFrame.new(-92.34, 26.3, -64.15)} | |
962 | }) | |
963 | local part_47 = CreateObject("Part", { | |
964 | {"Anchored", true}, | |
965 | {"Size", Vector3.new(0.2, 0.8, 6)}, | |
966 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
967 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
968 | {"Material", Enum.Material.Wood}, | |
969 | {"Orientation", Vector3.new(0, 90, 0)}, | |
970 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
971 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
972 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
973 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
974 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
975 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
976 | {"Parent", model}, | |
977 | {"CFrame", CFrame.new(-152.04, 22.6, -47.55) * CFrame.Angles(0, 1.571, 0)} | |
978 | }) | |
979 | local part_48 = CreateObject("Part", { | |
980 | {"Anchored", true}, | |
981 | {"Size", Vector3.new(21.4, 5.8, 0.2)}, | |
982 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
983 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
984 | {"Material", Enum.Material.DiamondPlate}, | |
985 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
986 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
987 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
988 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
989 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
990 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
991 | {"Parent", model}, | |
992 | {"CFrame", CFrame.new(-92.34, 20.3, -60.55)} | |
993 | }) | |
994 | local part_49 = CreateObject("Part", { | |
995 | {"Anchored", true}, | |
996 | {"Size", Vector3.new(11, 8, 2)}, | |
997 | {"BrickColor", BrickColor.new("Flint")}, | |
998 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
999 | {"Material", Enum.Material.Brick}, | |
1000 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
1001 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1002 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1003 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1004 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1005 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1006 | {"Parent", model}, | |
1007 | {"CFrame", CFrame.new(-90.54, 21.2, -19.65)} | |
1008 | }) | |
1009 | local part_50 = CreateObject("Part", { | |
1010 | {"Anchored", true}, | |
1011 | {"Size", Vector3.new(21.4, 0.2, 7.4)}, | |
1012 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
1013 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1014 | {"Material", Enum.Material.DiamondPlate}, | |
1015 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
1016 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1017 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1018 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1019 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1020 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1021 | {"Parent", model}, | |
1022 | {"CFrame", CFrame.new(-92.34, 23.3, -64.15)} | |
1023 | }) | |
1024 | local part_51 = CreateObject("Part", { | |
1025 | {"Anchored", true}, | |
1026 | {"Size", Vector3.new(3, 3, 0.2)}, | |
1027 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
1028 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1029 | {"Material", Enum.Material.DiamondPlate}, | |
1030 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
1031 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1032 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1033 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1034 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1035 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1036 | {"Parent", model}, | |
1037 | {"CFrame", CFrame.new(-128.34, 20.7, -90.55)} | |
1038 | }) | |
1039 | local decal_7 = CreateObject("Decal", { | |
1040 | {"Texture", "http://www.roblox.com/asset/?id=8599725"}, | |
1041 | {"Face", Enum.NormalId.Back}, | |
1042 | {"Parent", part_51} | |
1043 | }) | |
1044 | local part_52 = CreateObject("Part", { | |
1045 | {"Anchored", true}, | |
1046 | {"Size", Vector3.new(3, 6, 2)}, | |
1047 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1048 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1049 | {"Material", Enum.Material.Wood}, | |
1050 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1051 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1052 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1053 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1054 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1055 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1056 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1057 | {"Parent", model}, | |
1058 | {"CFrame", CFrame.new(-116.04, 23.2, -30.15) * CFrame.Angles(0, -1.571, 0)} | |
1059 | }) | |
1060 | local part_53 = CreateObject("Part", { | |
1061 | {"Anchored", true}, | |
1062 | {"Size", Vector3.new(1, 1, 2)}, | |
1063 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1064 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1065 | {"Material", Enum.Material.Wood}, | |
1066 | {"Orientation", Vector3.new(0, 180, 0)}, | |
1067 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1068 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1069 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1070 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1071 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1072 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1073 | {"Parent", model}, | |
1074 | {"CFrame", CFrame.new(-185.54, 26.7, -46.65) * CFrame.Angles(-3.142, 0, -3.142)} | |
1075 | }) | |
1076 | local part_54 = CreateObject("Part", { | |
1077 | {"Anchored", true}, | |
1078 | {"Size", Vector3.new(16, 12, 2)}, | |
1079 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1080 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1081 | {"Material", Enum.Material.Wood}, | |
1082 | {"Orientation", Vector3.new(0, 90, 0)}, | |
1083 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1084 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1085 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1086 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1087 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1088 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1089 | {"Parent", model}, | |
1090 | {"CFrame", CFrame.new(-116.04, 23.2, -39.65) * CFrame.Angles(0, 1.571, 0)} | |
1091 | }) | |
1092 | local part_55 = CreateObject("Part", { | |
1093 | {"Anchored", true}, | |
1094 | {"Size", Vector3.new(19, 3, 2)}, | |
1095 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1096 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1097 | {"Material", Enum.Material.Concrete}, | |
1098 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1099 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1100 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1101 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1102 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1103 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1104 | {"Parent", model}, | |
1105 | {"CFrame", CFrame.new(-48.54, 27.7, -90.65)} | |
1106 | }) | |
1107 | local part_56 = CreateObject("Part", { | |
1108 | {"Anchored", true}, | |
1109 | {"Size", Vector3.new(20, 29, 20)}, | |
1110 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1111 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1112 | {"Material", Enum.Material.Concrete}, | |
1113 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1114 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1115 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1116 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1117 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1118 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1119 | {"Parent", model}, | |
1120 | {"CFrame", CFrame.new(-104.24, 44.7, 63.55)} | |
1121 | }) | |
1122 | local part_57 = CreateObject("Part", { | |
1123 | {"Anchored", true}, | |
1124 | {"Size", Vector3.new(4, 4, 4)}, | |
1125 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1126 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1127 | {"Material", Enum.Material.Wood}, | |
1128 | {"Orientation", Vector3.new(0, -120, 0)}, | |
1129 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1130 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1131 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1132 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1133 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1134 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1135 | {"Parent", model}, | |
1136 | {"CFrame", CFrame.new(-118.654, 19.2, -59.064) * CFrame.Angles(-3.142, -1.047, -3.142)} | |
1137 | }) | |
1138 | local part_58 = CreateObject("Part", { | |
1139 | {"Anchored", true}, | |
1140 | {"Size", Vector3.new(0.2, 1.4, 4.2)}, | |
1141 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1142 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1143 | {"Material", Enum.Material.Wood}, | |
1144 | {"Orientation", Vector3.new(0, 90, 0)}, | |
1145 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1146 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1147 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1148 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1149 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1150 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1151 | {"Parent", model}, | |
1152 | {"CFrame", CFrame.new(-151.14, 22.9, -45.75) * CFrame.Angles(0, 1.571, 0)} | |
1153 | }) | |
1154 | local part_59 = CreateObject("Part", { | |
1155 | {"Anchored", true}, | |
1156 | {"Size", Vector3.new(1, 2, 0.2)}, | |
1157 | {"BrickColor", BrickColor.new("Burgundy")}, | |
1158 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1159 | {"Material", Enum.Material.Wood}, | |
1160 | {"Orientation", Vector3.new(0, 90, 0)}, | |
1161 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1162 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1163 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1164 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1165 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
1166 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1167 | {"Parent", model}, | |
1168 | {"CFrame", CFrame.new(-119.94, 18.2, -25.35) * CFrame.Angles(0, 1.571, 0)} | |
1169 | }) | |
1170 | local part_60 = CreateObject("Part", { | |
1171 | {"Anchored", true}, | |
1172 | {"Size", Vector3.new(47, 13, 25)}, | |
1173 | {"BrickColor", BrickColor.new("Flint")}, | |
1174 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1175 | {"Material", Enum.Material.Brick}, | |
1176 | {"Orientation", Vector3.new(0, 180, 0)}, | |
1177 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1178 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1179 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1180 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1181 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
1182 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1183 | {"Parent", model}, | |
1184 | {"CFrame", CFrame.new(-169.54, 23.7, -103.15) * CFrame.Angles(-3.142, 0, -3.142)} | |
1185 | }) | |
1186 | local part_61 = CreateObject("Part", { | |
1187 | {"Anchored", true}, | |
1188 | {"Size", Vector3.new(16, 12, 2)}, | |
1189 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1190 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1191 | {"Material", Enum.Material.Wood}, | |
1192 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1193 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1194 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1195 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1196 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1197 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1198 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1199 | {"Parent", model}, | |
1200 | {"CFrame", CFrame.new(-71.04, 23.2, 20.35) * CFrame.Angles(0, -1.571, 0)} | |
1201 | }) | |
1202 | local part_62 = CreateObject("Part", { | |
1203 | {"Anchored", true}, | |
1204 | {"Size", Vector3.new(11, 3, 2)}, | |
1205 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1206 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1207 | {"Material", Enum.Material.Concrete}, | |
1208 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1209 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1210 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1211 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1212 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1213 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1214 | {"Parent", model}, | |
1215 | {"CFrame", CFrame.new(-70.54, 27.7, -90.65)} | |
1216 | }) | |
1217 | local part_63 = CreateObject("Part", { | |
1218 | {"Anchored", true}, | |
1219 | {"Size", Vector3.new(1, 1, 2)}, | |
1220 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1221 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1222 | {"Material", Enum.Material.Wood}, | |
1223 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1224 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1225 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1226 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1227 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1228 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1229 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1230 | {"Parent", model}, | |
1231 | {"CFrame", CFrame.new(-148.04, 26.7, 18.85) * CFrame.Angles(0, -1.571, 0)} | |
1232 | }) | |
1233 | local part_64 = CreateObject("Part", { | |
1234 | {"Anchored", true}, | |
1235 | {"Size", Vector3.new(13, 3, 2)}, | |
1236 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1237 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1238 | {"Material", Enum.Material.Wood}, | |
1239 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1240 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1241 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1242 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1243 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1244 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1245 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1246 | {"Parent", model}, | |
1247 | {"CFrame", CFrame.new(-71.04, 18.7, -0.15) * CFrame.Angles(0, -1.571, 0)} | |
1248 | }) | |
1249 | local part_65 = CreateObject("Part", { | |
1250 | {"Anchored", true}, | |
1251 | {"Size", Vector3.new(4, 4, 4)}, | |
1252 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1253 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1254 | {"Material", Enum.Material.Wood}, | |
1255 | {"Orientation", Vector3.new(0, 75, 0)}, | |
1256 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1257 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1258 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1259 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1260 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1261 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1262 | {"Parent", model}, | |
1263 | {"CFrame", CFrame.new(-175.172, 19.2, -52.768) * CFrame.Angles(0, 1.309, 0)} | |
1264 | }) | |
1265 | local part_66 = CreateObject("Part", { | |
1266 | {"Anchored", true}, | |
1267 | {"Size", Vector3.new(20, 29, 20)}, | |
1268 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1269 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1270 | {"Material", Enum.Material.Concrete}, | |
1271 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1272 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1273 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1274 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1275 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1276 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1277 | {"Parent", model}, | |
1278 | {"CFrame", CFrame.new(-216.64, 44.7, -129.85)} | |
1279 | }) | |
1280 | local part_67 = CreateObject("Part", { | |
1281 | {"Anchored", true}, | |
1282 | {"Size", Vector3.new(0.2, 7.6, 0.2)}, | |
1283 | {"BrickColor", BrickColor.new("Burgundy")}, | |
1284 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1285 | {"Material", Enum.Material.Wood}, | |
1286 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1287 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1288 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1289 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1290 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1291 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
1292 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1293 | {"Parent", model}, | |
1294 | {"CFrame", CFrame.new(-107.14, 22.8, -84.75) * CFrame.Angles(0, -1.571, 0)} | |
1295 | }) | |
1296 | local part_68 = CreateObject("Part", { | |
1297 | {"Anchored", true}, | |
1298 | {"Size", Vector3.new(11, 12, 2)}, | |
1299 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1300 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1301 | {"Material", Enum.Material.Wood}, | |
1302 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1303 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1304 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1305 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1306 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1307 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1308 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1309 | {"Parent", model}, | |
1310 | {"CFrame", CFrame.new(-116.04, 23.2, 22.85) * CFrame.Angles(0, -1.571, 0)} | |
1311 | }) | |
1312 | local part_69 = CreateObject("Part", { | |
1313 | {"Anchored", true}, | |
1314 | {"Size", Vector3.new(162, 34, 13)}, | |
1315 | {"BrickColor", BrickColor.new("Lime green")}, | |
1316 | {"Transparency", 1}, | |
1317 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1318 | {"Material", Enum.Material.SmoothPlastic}, | |
1319 | {"Color", Color3.new(0, 1, 0)}, | |
1320 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1321 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1322 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1323 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1324 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1325 | {"Parent", model}, | |
1326 | {"CFrame", CFrame.new(-112.04, 47.2, 34.85)} | |
1327 | }) | |
1328 | local part_70 = CreateObject("Part", { | |
1329 | {"Anchored", true}, | |
1330 | {"Size", Vector3.new(3, 3, 0.2)}, | |
1331 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
1332 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1333 | {"Material", Enum.Material.DiamondPlate}, | |
1334 | {"Orientation", Vector3.new(-90, -60, 0)}, | |
1335 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1336 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1337 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1338 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1339 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
1340 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1341 | {"Parent", model}, | |
1342 | {"CFrame", CFrame.new(-137.474, 17.3, -59.85) * CFrame.Angles(-1.571, 0, -1.047)} | |
1343 | }) | |
1344 | local decal_8 = CreateObject("Decal", { | |
1345 | {"Texture", "http://www.roblox.com/asset/?id=8599725"}, | |
1346 | {"Face", Enum.NormalId.Back}, | |
1347 | {"Parent", part_70} | |
1348 | }) | |
1349 | local part_71 = CreateObject("Part", { | |
1350 | {"Anchored", true}, | |
1351 | {"Size", Vector3.new(4, 4, 4)}, | |
1352 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1353 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1354 | {"Material", Enum.Material.Wood}, | |
1355 | {"Orientation", Vector3.new(0, 150, 0)}, | |
1356 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1357 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1358 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1359 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1360 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1361 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1362 | {"Parent", model}, | |
1363 | {"CFrame", CFrame.new(-80.84, 23.2, -27.65) * CFrame.Angles(-3.142, 0.524, -3.142)} | |
1364 | }) | |
1365 | local part_72 = CreateObject("Part", { | |
1366 | {"Anchored", true}, | |
1367 | {"Size", Vector3.new(4, 12, 2)}, | |
1368 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1369 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1370 | {"Material", Enum.Material.Wood}, | |
1371 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1372 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1373 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1374 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1375 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1376 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1377 | {"Parent", model}, | |
1378 | {"CFrame", CFrame.new(-119.04, 23.2, -46.65)} | |
1379 | }) | |
1380 | local part_73 = CreateObject("Part", { | |
1381 | {"Anchored", true}, | |
1382 | {"Size", Vector3.new(103, 13, 30.2)}, | |
1383 | {"BrickColor", BrickColor.new("Flint")}, | |
1384 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1385 | {"Material", Enum.Material.Brick}, | |
1386 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1387 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1388 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1389 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1390 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1391 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
1392 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1393 | {"Parent", model}, | |
1394 | {"CFrame", CFrame.new(-208.14, 23.7, -64.15) * CFrame.Angles(0, -1.571, 0)} | |
1395 | }) | |
1396 | local part_74 = CreateObject("Part", { | |
1397 | {"Anchored", true}, | |
1398 | {"Size", Vector3.new(28, 13, 25)}, | |
1399 | {"BrickColor", BrickColor.new("Flint")}, | |
1400 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1401 | {"Material", Enum.Material.Brick}, | |
1402 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1403 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1404 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1405 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1406 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1407 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
1408 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1409 | {"Parent", model}, | |
1410 | {"CFrame", CFrame.new(-10.54, 23.7, -101.65) * CFrame.Angles(0, -1.571, 0)} | |
1411 | }) | |
1412 | local part_75 = CreateObject("Part", { | |
1413 | {"Anchored", true}, | |
1414 | {"Size", Vector3.new(17.2, 13, 22)}, | |
1415 | {"BrickColor", BrickColor.new("Flint")}, | |
1416 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1417 | {"Material", Enum.Material.Brick}, | |
1418 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1419 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1420 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1421 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1422 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1423 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
1424 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1425 | {"Parent", model}, | |
1426 | {"CFrame", CFrame.new(-206.04, 23.7, 32.75) * CFrame.Angles(0, -1.571, 0)} | |
1427 | }) | |
1428 | local part_76 = CreateObject("Part", { | |
1429 | {"Anchored", true}, | |
1430 | {"Size", Vector3.new(1, 1, 2)}, | |
1431 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1432 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1433 | {"Material", Enum.Material.Wood}, | |
1434 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1435 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1436 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1437 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1438 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1439 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1440 | {"Parent", model}, | |
1441 | {"CFrame", CFrame.new(-121.54, 26.7, -46.65)} | |
1442 | }) | |
1443 | local part_77 = CreateObject("Part", { | |
1444 | {"Anchored", true}, | |
1445 | {"Size", Vector3.new(83, 1, 20)}, | |
1446 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1447 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1448 | {"Material", Enum.Material.Wood}, | |
1449 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1450 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1451 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1452 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1453 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1454 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1455 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1456 | {"Parent", model}, | |
1457 | {"CFrame", CFrame.new(-41.04, 29.7, -13.15) * CFrame.Angles(0, -1.571, 0)} | |
1458 | }) | |
1459 | local part_78 = CreateObject("Part", { | |
1460 | {"Anchored", true}, | |
1461 | {"Size", Vector3.new(5, 12, 2)}, | |
1462 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1463 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1464 | {"Material", Enum.Material.Wood}, | |
1465 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1466 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1467 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1468 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1469 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1470 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1471 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1472 | {"Parent", model}, | |
1473 | {"CFrame", CFrame.new(-148.04, 23.2, 25.85) * CFrame.Angles(0, -1.571, 0)} | |
1474 | }) | |
1475 | local part_79 = CreateObject("Part", { | |
1476 | {"Anchored", true}, | |
1477 | {"Size", Vector3.new(5, 0.6, 1.2)}, | |
1478 | {"BrickColor", BrickColor.new("Brown")}, | |
1479 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1480 | {"Material", Enum.Material.Wood}, | |
1481 | {"Orientation", Vector3.new(0, 90, 0)}, | |
1482 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1483 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1484 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1485 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1486 | {"Color", Color3.new(0.486275, 0.360784, 0.27451)}, | |
1487 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1488 | {"Parent", model}, | |
1489 | {"CFrame", CFrame.new(-87.24, 17.5, -87.15) * CFrame.Angles(0, 1.571, 0)} | |
1490 | }) | |
1491 | local part_80 = CreateObject("Part", { | |
1492 | {"Anchored", true}, | |
1493 | {"Size", Vector3.new(5, 0.6, 1.2)}, | |
1494 | {"BrickColor", BrickColor.new("Brown")}, | |
1495 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1496 | {"Material", Enum.Material.Wood}, | |
1497 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1498 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1499 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1500 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1501 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1502 | {"Color", Color3.new(0.486275, 0.360784, 0.27451)}, | |
1503 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1504 | {"Parent", model}, | |
1505 | {"CFrame", CFrame.new(-117.44, 17.5, -87.15) * CFrame.Angles(0, -1.571, 0)} | |
1506 | }) | |
1507 | local part_81 = CreateObject("Part", { | |
1508 | {"Anchored", true}, | |
1509 | {"Size", Vector3.new(20, 29, 20)}, | |
1510 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1511 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1512 | {"Material", Enum.Material.Concrete}, | |
1513 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1514 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1515 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1516 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1517 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1518 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1519 | {"Parent", model}, | |
1520 | {"CFrame", CFrame.new(-167.64, 44.7, -132.85)} | |
1521 | }) | |
1522 | local part_82 = CreateObject("Part", { | |
1523 | {"Anchored", true}, | |
1524 | {"Size", Vector3.new(8, 34, 22)}, | |
1525 | {"BrickColor", BrickColor.new("Lime green")}, | |
1526 | {"Transparency", 1}, | |
1527 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1528 | {"Material", Enum.Material.SmoothPlastic}, | |
1529 | {"Color", Color3.new(0, 1, 0)}, | |
1530 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1531 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1532 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1533 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1534 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1535 | {"Parent", model}, | |
1536 | {"CFrame", CFrame.new(-35.04, 47.2, -98.65)} | |
1537 | }) | |
1538 | local part_83 = CreateObject("Part", { | |
1539 | {"Anchored", true}, | |
1540 | {"Size", Vector3.new(17.2, 13, 2)}, | |
1541 | {"BrickColor", BrickColor.new("Flint")}, | |
1542 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1543 | {"Material", Enum.Material.Brick}, | |
1544 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1545 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1546 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1547 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1548 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1549 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
1550 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1551 | {"Parent", model}, | |
1552 | {"CFrame", CFrame.new(-194.04, 23.7, 32.75) * CFrame.Angles(0, -1.571, 0)} | |
1553 | }) | |
1554 | local part_84 = CreateObject("Part", { | |
1555 | {"Anchored", true}, | |
1556 | {"Size", Vector3.new(2, 10, 7)}, | |
1557 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1558 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1559 | {"Material", Enum.Material.Wood}, | |
1560 | {"Orientation", Vector3.new(0, 90, 0)}, | |
1561 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1562 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1563 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1564 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1565 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1566 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1567 | {"Parent", model}, | |
1568 | {"CFrame", CFrame.new(-189.54, 22.2, -46.65) * CFrame.Angles(0, 1.571, 0)} | |
1569 | }) | |
1570 | local part_85 = CreateObject("Part", { | |
1571 | {"Anchored", true}, | |
1572 | {"Size", Vector3.new(41, 12, 2)}, | |
1573 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1574 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1575 | {"Material", Enum.Material.Wood}, | |
1576 | {"Orientation", Vector3.new(0, 90, 0)}, | |
1577 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1578 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1579 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1580 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1581 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1582 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1583 | {"Parent", model}, | |
1584 | {"CFrame", CFrame.new(-148.04, 23.2, -8.15) * CFrame.Angles(0, 1.571, 0)} | |
1585 | }) | |
1586 | local part_86 = CreateObject("Part", { | |
1587 | {"Anchored", true}, | |
1588 | {"Size", Vector3.new(25, 12, 2)}, | |
1589 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1590 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1591 | {"Material", Enum.Material.Wood}, | |
1592 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1593 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1594 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1595 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1596 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1597 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1598 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1599 | {"Parent", model}, | |
1600 | {"CFrame", CFrame.new(-71.04, 23.2, -19.15) * CFrame.Angles(0, -1.571, 0)} | |
1601 | }) | |
1602 | local part_87 = CreateObject("Part", { | |
1603 | {"Anchored", true}, | |
1604 | {"Size", Vector3.new(7, 4, 4)}, | |
1605 | {"BrickColor", BrickColor.new("Dark green")}, | |
1606 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1607 | {"Material", Enum.Material.Concrete}, | |
1608 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1609 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1610 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1611 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1612 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1613 | {"Color", Color3.new(0.156863, 0.498039, 0.278431)}, | |
1614 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1615 | {"Parent", model}, | |
1616 | {"CFrame", CFrame.new(-151.04, 19.2, -18.15) * CFrame.Angles(0, -1.571, 0)} | |
1617 | }) | |
1618 | local part_88 = CreateObject("Part", { | |
1619 | {"Anchored", true}, | |
1620 | {"Size", Vector3.new(4, 12, 2)}, | |
1621 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1622 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1623 | {"Material", Enum.Material.Wood}, | |
1624 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1625 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1626 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1627 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1628 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1629 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1630 | {"Parent", model}, | |
1631 | {"CFrame", CFrame.new(-130.04, 23.2, -46.65)} | |
1632 | }) | |
1633 | local part_89 = CreateObject("Part", { | |
1634 | {"Anchored", true}, | |
1635 | {"Size", Vector3.new(2, 5, 10)}, | |
1636 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1637 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1638 | {"Material", Enum.Material.Wood}, | |
1639 | {"Orientation", Vector3.new(0, 90, 0)}, | |
1640 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1641 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1642 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1643 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1644 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1645 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1646 | {"Parent", model}, | |
1647 | {"CFrame", CFrame.new(-154.04, 19.7, -46.65) * CFrame.Angles(0, 1.571, 0)} | |
1648 | }) | |
1649 | local part_90 = CreateObject("Part", { | |
1650 | {"Anchored", true}, | |
1651 | {"Size", Vector3.new(162, 13, 13)}, | |
1652 | {"BrickColor", BrickColor.new("Flint")}, | |
1653 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1654 | {"Material", Enum.Material.Brick}, | |
1655 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
1656 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1657 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1658 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1659 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1660 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1661 | {"Parent", model}, | |
1662 | {"CFrame", CFrame.new(-112.04, 23.7, 34.85)} | |
1663 | }) | |
1664 | local part_91 = CreateObject("Part", { | |
1665 | {"Anchored", true}, | |
1666 | {"Size", Vector3.new(4, 4, 4)}, | |
1667 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1668 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1669 | {"Material", Enum.Material.Wood}, | |
1670 | {"Orientation", Vector3.new(0, -135, 0)}, | |
1671 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1672 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1673 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1674 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1675 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1676 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1677 | {"Parent", model}, | |
1678 | {"CFrame", CFrame.new(-115.026, 19.2, -56.036) * CFrame.Angles(-3.142, -0.785, -3.142)} | |
1679 | }) | |
1680 | local part_92 = CreateObject("Part", { | |
1681 | {"Anchored", true}, | |
1682 | {"Size", Vector3.new(1, 1, 2)}, | |
1683 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1684 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1685 | {"Material", Enum.Material.Wood}, | |
1686 | {"Orientation", Vector3.new(0, 180, 0)}, | |
1687 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1688 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1689 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1690 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1691 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1692 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1693 | {"Parent", model}, | |
1694 | {"CFrame", CFrame.new(-127.54, 26.7, -46.65) * CFrame.Angles(-3.142, 0, -3.142)} | |
1695 | }) | |
1696 | local part_93 = CreateObject("Part", { | |
1697 | {"Anchored", true}, | |
1698 | {"Size", Vector3.new(0.2, 7.6, 0.2)}, | |
1699 | {"BrickColor", BrickColor.new("Burgundy")}, | |
1700 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1701 | {"Material", Enum.Material.Wood}, | |
1702 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1703 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1704 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1705 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1706 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1707 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
1708 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1709 | {"Parent", model}, | |
1710 | {"CFrame", CFrame.new(-88.94, 22.8, -84.75) * CFrame.Angles(0, -1.571, 0)} | |
1711 | }) | |
1712 | local part_94 = CreateObject("Part", { | |
1713 | {"Anchored", true}, | |
1714 | {"Size", Vector3.new(3, 1, 2.6)}, | |
1715 | {"BrickColor", BrickColor.new("Black")}, | |
1716 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1717 | {"Material", Enum.Material.Concrete}, | |
1718 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1719 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1720 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1721 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1722 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1723 | {"Color", Color3.new(0.105882, 0.164706, 0.207843)}, | |
1724 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1725 | {"Parent", model}, | |
1726 | {"CFrame", CFrame.new(-151.34, 20.9, -19.75) * CFrame.Angles(0, -1.571, 0)} | |
1727 | }) | |
1728 | local part_95 = CreateObject("Part", { | |
1729 | {"Anchored", true}, | |
1730 | {"Size", Vector3.new(13, 6, 2)}, | |
1731 | {"BrickColor", BrickColor.new("Flint")}, | |
1732 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1733 | {"Material", Enum.Material.Brick}, | |
1734 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
1735 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1736 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1737 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1738 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1739 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1740 | {"Parent", model}, | |
1741 | {"CFrame", CFrame.new(-78.54, 20.2, -19.65)} | |
1742 | }) | |
1743 | local part_96 = CreateObject("Part", { | |
1744 | {"Anchored", true}, | |
1745 | {"Size", Vector3.new(2, 13, 20)}, | |
1746 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1747 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1748 | {"Material", Enum.Material.Wood}, | |
1749 | {"Orientation", Vector3.new(0, 90, 0)}, | |
1750 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1751 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1752 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1753 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1754 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1755 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1756 | {"Parent", model}, | |
1757 | {"CFrame", CFrame.new(-169.04, 23.7, -46.65) * CFrame.Angles(0, 1.571, 0)} | |
1758 | }) | |
1759 | local part_97 = CreateObject("Part", { | |
1760 | {"Anchored", true}, | |
1761 | {"Size", Vector3.new(21, 34, 60)}, | |
1762 | {"BrickColor", BrickColor.new("Lime green")}, | |
1763 | {"Transparency", 1}, | |
1764 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1765 | {"Material", Enum.Material.SmoothPlastic}, | |
1766 | {"Color", Color3.new(0, 1, 0)}, | |
1767 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1768 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1769 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1770 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1771 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1772 | {"Parent", model}, | |
1773 | {"CFrame", CFrame.new(-61.54, 47.2, -1.65)} | |
1774 | }) | |
1775 | local part_98 = CreateObject("Part", { | |
1776 | {"Anchored", true}, | |
1777 | {"Size", Vector3.new(4, 3, 2)}, | |
1778 | {"BrickColor", BrickColor.new("Flint")}, | |
1779 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1780 | {"Material", Enum.Material.Brick}, | |
1781 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
1782 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1783 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1784 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1785 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1786 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1787 | {"Parent", model}, | |
1788 | {"CFrame", CFrame.new(-79.04, 24.7, -19.65)} | |
1789 | }) | |
1790 | local part_99 = CreateObject("Part", { | |
1791 | {"Anchored", true}, | |
1792 | {"Size", Vector3.new(20, 29, 20)}, | |
1793 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1794 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1795 | {"Material", Enum.Material.Concrete}, | |
1796 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1797 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1798 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1799 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1800 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1801 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1802 | {"Parent", model}, | |
1803 | {"CFrame", CFrame.new(-190.44, 44.7, -139.85)} | |
1804 | }) | |
1805 | local part_100 = CreateObject("Part", { | |
1806 | {"Anchored", true}, | |
1807 | {"Size", Vector3.new(0.2, 7.6, 0.2)}, | |
1808 | {"BrickColor", BrickColor.new("Burgundy")}, | |
1809 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1810 | {"Material", Enum.Material.Wood}, | |
1811 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1812 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1813 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1814 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1815 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1816 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
1817 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1818 | {"Parent", model}, | |
1819 | {"CFrame", CFrame.new(-115.54, 22.8, -84.75) * CFrame.Angles(0, -1.571, 0)} | |
1820 | }) | |
1821 | local part_101 = CreateObject("Part", { | |
1822 | {"Anchored", true}, | |
1823 | {"Size", Vector3.new(20, 34, 83)}, | |
1824 | {"BrickColor", BrickColor.new("Lime green")}, | |
1825 | {"Transparency", 1}, | |
1826 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1827 | {"Material", Enum.Material.SmoothPlastic}, | |
1828 | {"Color", Color3.new(0, 1, 0)}, | |
1829 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1830 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1831 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1832 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1833 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1834 | {"Parent", model}, | |
1835 | {"CFrame", CFrame.new(-41.04, 47.2, -13.15)} | |
1836 | }) | |
1837 | local part_102 = CreateObject("Part", { | |
1838 | {"Anchored", true}, | |
1839 | {"Size", Vector3.new(162, 34, 6)}, | |
1840 | {"BrickColor", BrickColor.new("Lime green")}, | |
1841 | {"Transparency", 1}, | |
1842 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1843 | {"Material", Enum.Material.SmoothPlastic}, | |
1844 | {"Color", Color3.new(0, 1, 0)}, | |
1845 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1846 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1847 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1848 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1849 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1850 | {"Parent", model}, | |
1851 | {"CFrame", CFrame.new(-112.04, 47.2, -112.65)} | |
1852 | }) | |
1853 | local part_103 = CreateObject("Part", { | |
1854 | {"Anchored", true}, | |
1855 | {"Size", Vector3.new(1, 2, 0.2)}, | |
1856 | {"BrickColor", BrickColor.new("Burgundy")}, | |
1857 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1858 | {"Material", Enum.Material.Wood}, | |
1859 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
1860 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1861 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1862 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1863 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1864 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1865 | {"Parent", model}, | |
1866 | {"CFrame", CFrame.new(-70.34, 18.2, -92.55)} | |
1867 | }) | |
1868 | local part_104 = CreateObject("Part", { | |
1869 | {"Anchored", true}, | |
1870 | {"Size", Vector3.new(60, 1, 21)}, | |
1871 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1872 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1873 | {"Material", Enum.Material.Wood}, | |
1874 | {"Orientation", Vector3.new(0, -90, 0)}, | |
1875 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1876 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1877 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1878 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1879 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1880 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1881 | {"Parent", model}, | |
1882 | {"CFrame", CFrame.new(-61.54, 29.7, -1.65) * CFrame.Angles(0, -1.571, 0)} | |
1883 | }) | |
1884 | local part_105 = CreateObject("Part", { | |
1885 | {"Anchored", true}, | |
1886 | {"Size", Vector3.new(0.2, 0.6, 2.4)}, | |
1887 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1888 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1889 | {"Material", Enum.Material.Wood}, | |
1890 | {"Orientation", Vector3.new(0, 90, 0)}, | |
1891 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1892 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1893 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1894 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1895 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1896 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1897 | {"Parent", model}, | |
1898 | {"CFrame", CFrame.new(-157.84, 29.9, -45.75) * CFrame.Angles(0, 1.571, 0)} | |
1899 | }) | |
1900 | local part_106 = CreateObject("Part", { | |
1901 | {"Anchored", true}, | |
1902 | {"Size", Vector3.new(20.4, 11.6, 20.4)}, | |
1903 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1904 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1905 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1906 | {"Material", Enum.Material.SmoothPlastic}, | |
1907 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1908 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1909 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1910 | {"Reflectance", 0.35}, | |
1911 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1912 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1913 | {"Parent", model}, | |
1914 | {"CFrame", CFrame.new(-190.44, 47.2, -139.85)} | |
1915 | }) | |
1916 | local part_107 = CreateObject("Part", { | |
1917 | {"Anchored", true}, | |
1918 | {"Size", Vector3.new(20.4, 5.2, 20.4)}, | |
1919 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1920 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1921 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1922 | {"Material", Enum.Material.SmoothPlastic}, | |
1923 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1924 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1925 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1926 | {"Reflectance", 0.35}, | |
1927 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1928 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1929 | {"Parent", model}, | |
1930 | {"CFrame", CFrame.new(-55.24, 47, 60.55)} | |
1931 | }) | |
1932 | local part_108 = CreateObject("Part", { | |
1933 | {"Anchored", true}, | |
1934 | {"Size", Vector3.new(20, 29, 20)}, | |
1935 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1936 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1937 | {"Material", Enum.Material.Concrete}, | |
1938 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1939 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1940 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1941 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1942 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1943 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1944 | {"Parent", model}, | |
1945 | {"CFrame", CFrame.new(-78.04, 44.7, 53.55)} | |
1946 | }) | |
1947 | local part_109 = CreateObject("Part", { | |
1948 | {"Anchored", true}, | |
1949 | {"Size", Vector3.new(20, 29, 20)}, | |
1950 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
1951 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1952 | {"Material", Enum.Material.Concrete}, | |
1953 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
1954 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1955 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1956 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1957 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1958 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1959 | {"Parent", model}, | |
1960 | {"CFrame", CFrame.new(-55.24, 44.7, 60.55)} | |
1961 | }) | |
1962 | local part_110 = CreateObject("Part", { | |
1963 | {"Anchored", true}, | |
1964 | {"Size", Vector3.new(34, 34, 76)}, | |
1965 | {"BrickColor", BrickColor.new("Lime green")}, | |
1966 | {"Transparency", 1}, | |
1967 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1968 | {"Material", Enum.Material.SmoothPlastic}, | |
1969 | {"Color", Color3.new(0, 1, 0)}, | |
1970 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1971 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1972 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1973 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1974 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1975 | {"Parent", model}, | |
1976 | {"CFrame", CFrame.new(-132.04, 47.2, -9.65)} | |
1977 | }) | |
1978 | local part_111 = CreateObject("Part", { | |
1979 | {"Anchored", true}, | |
1980 | {"Size", Vector3.new(4, 4, 4)}, | |
1981 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
1982 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1983 | {"Material", Enum.Material.Wood}, | |
1984 | {"Orientation", Vector3.new(0, 60, 0)}, | |
1985 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1986 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1987 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1988 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1989 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
1990 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1991 | {"Parent", model}, | |
1992 | {"CFrame", CFrame.new(-170.508, 19.2, -51.732) * CFrame.Angles(0, 1.047, 0)} | |
1993 | }) | |
1994 | local part_112 = CreateObject("Part", { | |
1995 | {"Anchored", true}, | |
1996 | {"Size", Vector3.new(1, 2, 0.2)}, | |
1997 | {"BrickColor", BrickColor.new("Burgundy")}, | |
1998 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
1999 | {"Material", Enum.Material.Wood}, | |
2000 | {"Orientation", Vector3.new(-90, -60, 0)}, | |
2001 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2002 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2003 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2004 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2005 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
2006 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2007 | {"Parent", model}, | |
2008 | {"CFrame", CFrame.new(-139.639, 17.3, -58.6) * CFrame.Angles(-1.571, 0, -1.047)} | |
2009 | }) | |
2010 | local part_113 = CreateObject("Part", { | |
2011 | {"Anchored", true}, | |
2012 | {"Size", Vector3.new(97.8, 13, 33)}, | |
2013 | {"BrickColor", BrickColor.new("Flint")}, | |
2014 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2015 | {"Material", Enum.Material.Brick}, | |
2016 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2017 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2018 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2019 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2020 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2021 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
2022 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2023 | {"Parent", model}, | |
2024 | {"CFrame", CFrame.new(-14.54, 23.7, -7.55) * CFrame.Angles(0, -1.571, 0)} | |
2025 | }) | |
2026 | local part_114 = CreateObject("Part", { | |
2027 | {"Anchored", true}, | |
2028 | {"Size", Vector3.new(47, 34, 19)}, | |
2029 | {"BrickColor", BrickColor.new("Lime green")}, | |
2030 | {"Transparency", 1}, | |
2031 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2032 | {"Material", Enum.Material.SmoothPlastic}, | |
2033 | {"Color", Color3.new(0, 1, 0)}, | |
2034 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2035 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2036 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2037 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2038 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2039 | {"Parent", model}, | |
2040 | {"CFrame", CFrame.new(-169.54, 47.2, -100.15)} | |
2041 | }) | |
2042 | local part_115 = CreateObject("Part", { | |
2043 | {"Anchored", true}, | |
2044 | {"Size", Vector3.new(30.2, 34, 157)}, | |
2045 | {"BrickColor", BrickColor.new("Lime green")}, | |
2046 | {"Transparency", 1}, | |
2047 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2048 | {"Material", Enum.Material.SmoothPlastic}, | |
2049 | {"Color", Color3.new(0, 1, 0)}, | |
2050 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2051 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2052 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2053 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2054 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2055 | {"Parent", model}, | |
2056 | {"CFrame", CFrame.new(-208.14, 47.2, -37.15)} | |
2057 | }) | |
2058 | local part_116 = CreateObject("Part", { | |
2059 | {"Anchored", true}, | |
2060 | {"Size", Vector3.new(32, 34, 157)}, | |
2061 | {"BrickColor", BrickColor.new("Lime green")}, | |
2062 | {"Transparency", 1}, | |
2063 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2064 | {"Material", Enum.Material.SmoothPlastic}, | |
2065 | {"Color", Color3.new(0, 1, 0)}, | |
2066 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2067 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2068 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2069 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2070 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2071 | {"Parent", model}, | |
2072 | {"CFrame", CFrame.new(-15.04, 47.2, -37.15)} | |
2073 | }) | |
2074 | local part_117 = CreateObject("Part", { | |
2075 | {"Anchored", true}, | |
2076 | {"Size", Vector3.new(1, 1, 2)}, | |
2077 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2078 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2079 | {"Material", Enum.Material.Wood}, | |
2080 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2081 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2082 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2083 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2084 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2085 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2086 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2087 | {"Parent", model}, | |
2088 | {"CFrame", CFrame.new(-50.04, 26.7, -38.15) * CFrame.Angles(0, -1.571, 0)} | |
2089 | }) | |
2090 | local part_118 = CreateObject("Part", { | |
2091 | {"Anchored", true}, | |
2092 | {"Size", Vector3.new(7, 12, 2)}, | |
2093 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
2094 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2095 | {"Material", Enum.Material.Concrete}, | |
2096 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
2097 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2098 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2099 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2100 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2101 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2102 | {"Parent", model}, | |
2103 | {"CFrame", CFrame.new(-61.54, 23.2, -90.65)} | |
2104 | }) | |
2105 | local part_119 = CreateObject("Part", { | |
2106 | {"Anchored", true}, | |
2107 | {"Size", Vector3.new(19, 3, 2)}, | |
2108 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2109 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2110 | {"Material", Enum.Material.Wood}, | |
2111 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2112 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2113 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2114 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2115 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2116 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2117 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2118 | {"Parent", model}, | |
2119 | {"CFrame", CFrame.new(-71.04, 27.7, 2.85) * CFrame.Angles(0, -1.571, 0)} | |
2120 | }) | |
2121 | local part_120 = CreateObject("Part", { | |
2122 | {"Anchored", true}, | |
2123 | {"Size", Vector3.new(23, 12, 11)}, | |
2124 | {"BrickColor", BrickColor.new("Flint")}, | |
2125 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2126 | {"Material", Enum.Material.Brick}, | |
2127 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2128 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2129 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2130 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2131 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2132 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
2133 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2134 | {"Parent", model}, | |
2135 | {"CFrame", CFrame.new(-120.54, 23.2, -7.15) * CFrame.Angles(0, -1.571, 0)} | |
2136 | }) | |
2137 | local part_121 = CreateObject("Part", { | |
2138 | {"Anchored", true}, | |
2139 | {"Size", Vector3.new(17, 12, 19)}, | |
2140 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2141 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2142 | {"Material", Enum.Material.Wood}, | |
2143 | {"Orientation", Vector3.new(0, 180, 0)}, | |
2144 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2145 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2146 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2147 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2148 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2149 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2150 | {"Parent", model}, | |
2151 | {"CFrame", CFrame.new(-140.54, 23.2, -38.15) * CFrame.Angles(-3.142, 0, -3.142)} | |
2152 | }) | |
2153 | local part_122 = CreateObject("Part", { | |
2154 | {"Anchored", true}, | |
2155 | {"Size", Vector3.new(20.4, 5.2, 20.4)}, | |
2156 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2157 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
2158 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
2159 | {"Material", Enum.Material.SmoothPlastic}, | |
2160 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2161 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2162 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2163 | {"Reflectance", 0.35}, | |
2164 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2165 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2166 | {"Parent", model}, | |
2167 | {"CFrame", CFrame.new(-55.24, 53.4, 60.55)} | |
2168 | }) | |
2169 | local part_123 = CreateObject("Part", { | |
2170 | {"Anchored", true}, | |
2171 | {"Size", Vector3.new(13, 3, 2)}, | |
2172 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2173 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2174 | {"Material", Enum.Material.Wood}, | |
2175 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2176 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2177 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2178 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2179 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2180 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2181 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2182 | {"Parent", model}, | |
2183 | {"CFrame", CFrame.new(-116.04, 18.7, -25.15) * CFrame.Angles(0, -1.571, 0)} | |
2184 | }) | |
2185 | local part_124 = CreateObject("Part", { | |
2186 | {"Anchored", true}, | |
2187 | {"Size", Vector3.new(1, 1, 2)}, | |
2188 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2189 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2190 | {"Material", Enum.Material.Wood}, | |
2191 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2192 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2193 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2194 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2195 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2196 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2197 | {"Parent", model}, | |
2198 | {"CFrame", CFrame.new(-179.54, 26.7, -46.65)} | |
2199 | }) | |
2200 | local part_125 = CreateObject("Part", { | |
2201 | {"Anchored", true}, | |
2202 | {"Size", Vector3.new(3, 3, 0.2)}, | |
2203 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
2204 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2205 | {"Material", Enum.Material.DiamondPlate}, | |
2206 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2207 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2208 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2209 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2210 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2211 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
2212 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2213 | {"Parent", model}, | |
2214 | {"CFrame", CFrame.new(-119.94, 20.7, -25.35) * CFrame.Angles(0, 1.571, 0)} | |
2215 | }) | |
2216 | local decal_9 = CreateObject("Decal", { | |
2217 | {"Texture", "http://www.roblox.com/asset/?id=8599725"}, | |
2218 | {"Face", Enum.NormalId.Back}, | |
2219 | {"Parent", part_125} | |
2220 | }) | |
2221 | local part_126 = CreateObject("Part", { | |
2222 | {"Anchored", true}, | |
2223 | {"Size", Vector3.new(54, 13, 6.2)}, | |
2224 | {"BrickColor", BrickColor.new("Flint")}, | |
2225 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2226 | {"Material", Enum.Material.Brick}, | |
2227 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2228 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2229 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2230 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2231 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2232 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
2233 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2234 | {"Parent", model}, | |
2235 | {"CFrame", CFrame.new(-220.14, 23.7, 14.35) * CFrame.Angles(0, -1.571, 0)} | |
2236 | }) | |
2237 | local part_127 = CreateObject("Part", { | |
2238 | {"Anchored", true}, | |
2239 | {"Size", Vector3.new(0.2, 2, 10)}, | |
2240 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2241 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2242 | {"Material", Enum.Material.Wood}, | |
2243 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2244 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2245 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2246 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2247 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2248 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2249 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2250 | {"Parent", model}, | |
2251 | {"CFrame", CFrame.new(-154.04, 29.2, -47.55) * CFrame.Angles(0, 1.571, 0)} | |
2252 | }) | |
2253 | local part_128 = CreateObject("Part", { | |
2254 | {"Anchored", true}, | |
2255 | {"Size", Vector3.new(0.2, 2, 7.6)}, | |
2256 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2257 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2258 | {"Material", Enum.Material.Wood}, | |
2259 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2260 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2261 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2262 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2263 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2264 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2265 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2266 | {"Parent", model}, | |
2267 | {"CFrame", CFrame.new(-152.84, 29.2, -45.75) * CFrame.Angles(0, 1.571, 0)} | |
2268 | }) | |
2269 | local part_129 = CreateObject("Part", { | |
2270 | {"Anchored", true}, | |
2271 | {"Size", Vector3.new(19, 12, 12)}, | |
2272 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2273 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2274 | {"Material", Enum.Material.Wood}, | |
2275 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2276 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2277 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2278 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2279 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2280 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2281 | {"Parent", model}, | |
2282 | {"CFrame", CFrame.new(-60.54, 23.2, -25.65)} | |
2283 | }) | |
2284 | local part_130 = CreateObject("Part", { | |
2285 | {"Anchored", true}, | |
2286 | {"Size", Vector3.new(5, 6, 2)}, | |
2287 | {"BrickColor", BrickColor.new("Flint")}, | |
2288 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2289 | {"Material", Enum.Material.Brick}, | |
2290 | {"Color", Color3.new(0.411765, 0.4, 0.360784)}, | |
2291 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2292 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2293 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2294 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2295 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2296 | {"Parent", model}, | |
2297 | {"CFrame", CFrame.new(-74.54, 26.2, -19.65)} | |
2298 | }) | |
2299 | local part_131 = CreateObject("Part", { | |
2300 | {"Anchored", true}, | |
2301 | {"Size", Vector3.new(3, 3, 0.2)}, | |
2302 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
2303 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2304 | {"Material", Enum.Material.DiamondPlate}, | |
2305 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
2306 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2307 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2308 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2309 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2310 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2311 | {"Parent", model}, | |
2312 | {"CFrame", CFrame.new(-42.14, 20.7, -15.55)} | |
2313 | }) | |
2314 | local decal_10 = CreateObject("Decal", { | |
2315 | {"Texture", "http://www.roblox.com/asset/?id=8599725"}, | |
2316 | {"Face", Enum.NormalId.Back}, | |
2317 | {"Parent", part_131} | |
2318 | }) | |
2319 | local part_132 = CreateObject("Part", { | |
2320 | {"Anchored", true}, | |
2321 | {"Size", Vector3.new(13, 3, 2)}, | |
2322 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2323 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2324 | {"Material", Enum.Material.Wood}, | |
2325 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2326 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2327 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2328 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2329 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2330 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2331 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2332 | {"Parent", model}, | |
2333 | {"CFrame", CFrame.new(-116.04, 27.7, 10.85) * CFrame.Angles(0, -1.571, 0)} | |
2334 | }) | |
2335 | local part_133 = CreateObject("Part", { | |
2336 | {"Anchored", true}, | |
2337 | {"Size", Vector3.new(3, 6, 2)}, | |
2338 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2339 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2340 | {"Material", Enum.Material.Wood}, | |
2341 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2342 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2343 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2344 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2345 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2346 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2347 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2348 | {"Parent", model}, | |
2349 | {"CFrame", CFrame.new(-116.04, 23.2, 5.85) * CFrame.Angles(0, -1.571, 0)} | |
2350 | }) | |
2351 | local part_134 = CreateObject("Part", { | |
2352 | {"Anchored", true}, | |
2353 | {"Size", Vector3.new(0.2, 4, 4)}, | |
2354 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2355 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2356 | {"Material", Enum.Material.Wood}, | |
2357 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2358 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2359 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2360 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2361 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2362 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2363 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2364 | {"Parent", model}, | |
2365 | {"CFrame", CFrame.new(-157.04, 24.2, -47.55) * CFrame.Angles(0, 1.571, 0)} | |
2366 | }) | |
2367 | local part_135 = CreateObject("Part", { | |
2368 | {"Anchored", true}, | |
2369 | {"Size", Vector3.new(1, 2, 0.2)}, | |
2370 | {"BrickColor", BrickColor.new("Burgundy")}, | |
2371 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2372 | {"Material", Enum.Material.Wood}, | |
2373 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
2374 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2375 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2376 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2377 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2378 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2379 | {"Parent", model}, | |
2380 | {"CFrame", CFrame.new(-137.94, 18.2, -90.55)} | |
2381 | }) | |
2382 | local part_136 = CreateObject("Part", { | |
2383 | {"Anchored", true}, | |
2384 | {"Size", Vector3.new(11, 3, 2)}, | |
2385 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
2386 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2387 | {"Material", Enum.Material.Concrete}, | |
2388 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
2389 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2390 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2391 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2392 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2393 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2394 | {"Parent", model}, | |
2395 | {"CFrame", CFrame.new(-70.54, 18.7, -90.65)} | |
2396 | }) | |
2397 | local part_137 = CreateObject("Part", { | |
2398 | {"Anchored", true}, | |
2399 | {"CanCollide", false}, | |
2400 | {"Size", Vector3.new(277, 1, 26)}, | |
2401 | {"BrickColor", BrickColor.new("Lily white")}, | |
2402 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2403 | {"Material", Enum.Material.Concrete}, | |
2404 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2405 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2406 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2407 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2408 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2409 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2410 | {"Parent", model}, | |
2411 | {"CFrame", CFrame.new(-110.54, 29.7, -128.65)} | |
2412 | }) | |
2413 | local part_138 = CreateObject("Part", { | |
2414 | {"Anchored", true}, | |
2415 | {"Size", Vector3.new(1, 2, 0.2)}, | |
2416 | {"BrickColor", BrickColor.new("Burgundy")}, | |
2417 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2418 | {"Material", Enum.Material.Wood}, | |
2419 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
2420 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2421 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2422 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2423 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2424 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2425 | {"Parent", model}, | |
2426 | {"CFrame", CFrame.new(-42.14, 18.2, -15.55)} | |
2427 | }) | |
2428 | local part_139 = CreateObject("Part", { | |
2429 | {"Anchored", true}, | |
2430 | {"Size", Vector3.new(42, 12, 20)}, | |
2431 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
2432 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2433 | {"Material", Enum.Material.Concrete}, | |
2434 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
2435 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2436 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2437 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2438 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2439 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2440 | {"Parent", model}, | |
2441 | {"CFrame", CFrame.new(-97.04, 23.2, -99.65)} | |
2442 | }) | |
2443 | local part_140 = CreateObject("Part", { | |
2444 | {"Anchored", true}, | |
2445 | {"Size", Vector3.new(20.4, 5.2, 20.4)}, | |
2446 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2447 | {"BrickColor", BrickColor.new("Dark stone grey")}, | |
2448 | {"Color", Color3.new(0.388235, 0.372549, 0.384314)}, | |
2449 | {"Material", Enum.Material.SmoothPlastic}, | |
2450 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2451 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2452 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2453 | {"Reflectance", 0.35}, | |
2454 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2455 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2456 | {"Parent", model}, | |
2457 | {"CFrame", CFrame.new(-167.64, 54, -132.85)} | |
2458 | }) | |
2459 | local part_141 = CreateObject("Part", { | |
2460 | {"Anchored", true}, | |
2461 | {"Size", Vector3.new(76, 1, 34)}, | |
2462 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2463 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2464 | {"Material", Enum.Material.Wood}, | |
2465 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2466 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2467 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2468 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2469 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2470 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2471 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2472 | {"Parent", model}, | |
2473 | {"CFrame", CFrame.new(-132.04, 29.7, -9.65) * CFrame.Angles(0, -1.571, 0)} | |
2474 | }) | |
2475 | local part_142 = CreateObject("Part", { | |
2476 | {"Anchored", true}, | |
2477 | {"CanCollide", false}, | |
2478 | {"Size", Vector3.new(225, 1, 40)}, | |
2479 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2480 | {"Orientation", Vector3.new(-45, 90, 0)}, | |
2481 | {"Material", Enum.Material.Concrete}, | |
2482 | {"BrickColor", BrickColor.new("Lily white")}, | |
2483 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2484 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2485 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2486 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2487 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2488 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2489 | {"Parent", model}, | |
2490 | {"CFrame", CFrame.new(21.96, 23.7, -37.15) * CFrame.Angles(-1.571, 0.785, 1.571)} | |
2491 | }) | |
2492 | local part_143 = CreateObject("Part", { | |
2493 | {"Anchored", true}, | |
2494 | {"Size", Vector3.new(21.4, 0.2, 7.4)}, | |
2495 | {"BrickColor", BrickColor.new("Smoky grey")}, | |
2496 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2497 | {"Material", Enum.Material.DiamondPlate}, | |
2498 | {"Color", Color3.new(0.356863, 0.364706, 0.411765)}, | |
2499 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2500 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2501 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2502 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2503 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2504 | {"Parent", model}, | |
2505 | {"CFrame", CFrame.new(-92.34, 17.3, -64.15)} | |
2506 | }) | |
2507 | local part_144 = CreateObject("Part", { | |
2508 | {"Anchored", true}, | |
2509 | {"Size", Vector3.new(5, 1.2, 1.2)}, | |
2510 | {"BrickColor", BrickColor.new("Brown")}, | |
2511 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2512 | {"Material", Enum.Material.Wood}, | |
2513 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2514 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2515 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2516 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2517 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2518 | {"Color", Color3.new(0.486275, 0.360784, 0.27451)}, | |
2519 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2520 | {"Parent", model}, | |
2521 | {"CFrame", CFrame.new(-88.44, 17.8, -87.15) * CFrame.Angles(0, 1.571, 0)} | |
2522 | }) | |
2523 | local part_145 = CreateObject("Part", { | |
2524 | {"Anchored", true}, | |
2525 | {"Size", Vector3.new(1, 2, 0.2)}, | |
2526 | {"BrickColor", BrickColor.new("Burgundy")}, | |
2527 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2528 | {"Material", Enum.Material.Wood}, | |
2529 | {"Orientation", Vector3.new(0, -135, 0)}, | |
2530 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2531 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2532 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2533 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2534 | {"Color", Color3.new(0.533333, 0.243137, 0.243137)}, | |
2535 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2536 | {"Parent", model}, | |
2537 | {"CFrame", CFrame.new(-75.94, 18.2, 14.45) * CFrame.Angles(-3.142, -0.785, -3.142)} | |
2538 | }) | |
2539 | local part_146 = CreateObject("Part", { | |
2540 | {"Anchored", true}, | |
2541 | {"Size", Vector3.new(2, 1, 2)}, | |
2542 | {"BrickColor", BrickColor.new("Daisy orange")}, | |
2543 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2544 | {"Material", Enum.Material.Neon}, | |
2545 | {"Color", Color3.new(0.972549, 0.85098, 0.427451)}, | |
2546 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2547 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2548 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2549 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2550 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2551 | {"Parent", model}, | |
2552 | {"CFrame", CFrame.new(-93.64, 23.63, -64.05)} | |
2553 | }) | |
2554 | local pointlight = CreateObject("PointLight", { | |
2555 | {"Range", 10}, | |
2556 | {"Parent", part_146} | |
2557 | }) | |
2558 | local part_147 = CreateObject("Part", { | |
2559 | {"Anchored", true}, | |
2560 | {"Size", Vector3.new(2, 0.2, 34)}, | |
2561 | {"BrickColor", BrickColor.new("Lily white")}, | |
2562 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2563 | {"Material", Enum.Material.Concrete}, | |
2564 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2565 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2566 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2567 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2568 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2569 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2570 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2571 | {"Parent", model}, | |
2572 | {"CFrame", CFrame.new(-176.04, 30.3, -46.65) * CFrame.Angles(0, 1.571, 0)} | |
2573 | }) | |
2574 | local part_148 = CreateObject("Part", { | |
2575 | {"Anchored", true}, | |
2576 | {"Size", Vector3.new(3, 1, 2.6)}, | |
2577 | {"BrickColor", BrickColor.new("Black")}, | |
2578 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2579 | {"Material", Enum.Material.Concrete}, | |
2580 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2581 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2582 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2583 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2584 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2585 | {"Color", Color3.new(0.105882, 0.164706, 0.207843)}, | |
2586 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2587 | {"Parent", model}, | |
2588 | {"CFrame", CFrame.new(-151.34, 20.9, -16.55) * CFrame.Angles(0, -1.571, 0)} | |
2589 | }) | |
2590 | local part_149 = CreateObject("Part", { | |
2591 | {"Anchored", true}, | |
2592 | {"Size", Vector3.new(4, 0.2, 4)}, | |
2593 | {"BrickColor", BrickColor.new("Lily white")}, | |
2594 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2595 | {"Material", Enum.Material.Concrete}, | |
2596 | {"Orientation", Vector3.new(0, -120, 0)}, | |
2597 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2598 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2599 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2600 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2601 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2602 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2603 | {"Parent", model}, | |
2604 | {"CFrame", CFrame.new(-116.64, 25.3, -57.65) * CFrame.Angles(-3.142, -1.047, -3.142)} | |
2605 | }) | |
2606 | local part_150 = CreateObject("Part", { | |
2607 | {"Anchored", true}, | |
2608 | {"Size", Vector3.new(5, 1.8, 26.8)}, | |
2609 | {"BrickColor", BrickColor.new("Brown")}, | |
2610 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2611 | {"Material", Enum.Material.Wood}, | |
2612 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2613 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2614 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2615 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2616 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2617 | {"Color", Color3.new(0.486275, 0.360784, 0.27451)}, | |
2618 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2619 | {"Parent", model}, | |
2620 | {"CFrame", CFrame.new(-102.24, 18.1, -87.15) * CFrame.Angles(0, -1.571, 0)} | |
2621 | }) | |
2622 | local part_151 = CreateObject("Part", { | |
2623 | {"Anchored", true}, | |
2624 | {"Size", Vector3.new(4, 0.2, 4)}, | |
2625 | {"BrickColor", BrickColor.new("Lily white")}, | |
2626 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2627 | {"Material", Enum.Material.Concrete}, | |
2628 | {"Orientation", Vector3.new(0, 60, 0)}, | |
2629 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2630 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2631 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2632 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2633 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2634 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2635 | {"Parent", model}, | |
2636 | {"CFrame", CFrame.new(-172.44, 25.3, -52.25) * CFrame.Angles(0, 1.047, 0)} | |
2637 | }) | |
2638 | local part_152 = CreateObject("Part", { | |
2639 | {"Anchored", true}, | |
2640 | {"Size", Vector3.new(7, 2, 2)}, | |
2641 | {"BrickColor", BrickColor.new("Dirt brown")}, | |
2642 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2643 | {"Material", Enum.Material.Wood}, | |
2644 | {"Color", Color3.new(0.337255, 0.258824, 0.211765)}, | |
2645 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2646 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2647 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2648 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2649 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2650 | {"Parent", model}, | |
2651 | {"CFrame", CFrame.new(-124.54, 28.2, -46.65)} | |
2652 | }) | |
2653 | local part_153 = CreateObject("Part", { | |
2654 | {"Anchored", true}, | |
2655 | {"Size", Vector3.new(5, 1.2, 1.2)}, | |
2656 | {"BrickColor", BrickColor.new("Brown")}, | |
2657 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2658 | {"Material", Enum.Material.Wood}, | |
2659 | {"Orientation", Vector3.new(0, -90, 0)}, | |
2660 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2661 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2662 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2663 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2664 | {"Color", Color3.new(0.486275, 0.360784, 0.27451)}, | |
2665 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2666 | {"Parent", model}, | |
2667 | {"CFrame", CFrame.new(-116.24, 17.8, -87.15) * CFrame.Angles(0, -1.571, 0)} | |
2668 | }) | |
2669 | local geometry = CreateObject("Model", { | |
2670 | {"Name", "Geometry"}, | |
2671 | {"Parent", model} | |
2672 | }) | |
2673 | local geometry_2 = CreateObject("Model", { | |
2674 | {"Name", "Geometry"}, | |
2675 | {"Parent", model} | |
2676 | }) | |
2677 | local part_154 = CreateObject("Part", { | |
2678 | {"Anchored", true}, | |
2679 | {"Size", Vector3.new(4, 0.2, 4)}, | |
2680 | {"BrickColor", BrickColor.new("Lily white")}, | |
2681 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2682 | {"Material", Enum.Material.Concrete}, | |
2683 | {"Orientation", Vector3.new(0, 135, 0)}, | |
2684 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2685 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2686 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2687 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2688 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2689 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2690 | {"Parent", model}, | |
2691 | {"CFrame", CFrame.new(-79.426, 21.3, -30.064) * CFrame.Angles(-3.142, 0.785, -3.142)} | |
2692 | }) | |
2693 | local part_155 = CreateObject("Part", { | |
2694 | {"Anchored", true}, | |
2695 | {"CanCollide", false}, | |
2696 | {"Size", Vector3.new(293.2, 1, 40)}, | |
2697 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2698 | {"Orientation", Vector3.new(45, 0, 0)}, | |
2699 | {"Material", Enum.Material.Concrete}, | |
2700 | {"BrickColor", BrickColor.new("Lily white")}, | |
2701 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2702 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2703 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2704 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2705 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2706 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2707 | {"Parent", model}, | |
2708 | {"CFrame", CFrame.new(-110.64, 23.7, -135.65) * CFrame.Angles(0.785, 0, 0)} | |
2709 | }) | |
2710 | local part_156 = CreateObject("Part", { | |
2711 | {"Anchored", true}, | |
2712 | {"CanCollide", false}, | |
2713 | {"Size", Vector3.new(25.8, 1, 157)}, | |
2714 | {"BrickColor", BrickColor.new("Lily white")}, | |
2715 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2716 | {"Material", Enum.Material.Concrete}, | |
2717 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2718 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2719 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2720 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2721 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2722 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2723 | {"Parent", model}, | |
2724 | {"CFrame", CFrame.new(-236.14, 29.7, -37.15)} | |
2725 | }) | |
2726 | local part_157 = CreateObject("Part", { | |
2727 | {"Anchored", true}, | |
2728 | {"Size", Vector3.new(4, 0.2, 2)}, | |
2729 | {"BrickColor", BrickColor.new("Lily white")}, | |
2730 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2731 | {"Material", Enum.Material.Concrete}, | |
2732 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2733 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2734 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2735 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2736 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2737 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2738 | {"Parent", model}, | |
2739 | {"CFrame", CFrame.new(-79.04, 26.3, -19.65)} | |
2740 | }) | |
2741 | local part_158 = CreateObject("Part", { | |
2742 | {"Anchored", true}, | |
2743 | {"Size", Vector3.new(4, 0.2, 4)}, | |
2744 | {"BrickColor", BrickColor.new("Lily white")}, | |
2745 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2746 | {"Material", Enum.Material.Concrete}, | |
2747 | {"Orientation", Vector3.new(0, 150, 0)}, | |
2748 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2749 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2750 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2751 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2752 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2753 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2754 | {"Parent", model}, | |
2755 | {"CFrame", CFrame.new(-80.84, 25.3, -27.65) * CFrame.Angles(-3.142, 0.524, -3.142)} | |
2756 | }) | |
2757 | local part_159 = CreateObject("Part", { | |
2758 | {"Anchored", true}, | |
2759 | {"Size", Vector3.new(0.2, 0.2, 5.8)}, | |
2760 | {"BrickColor", BrickColor.new("Lily white")}, | |
2761 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2762 | {"Material", Enum.Material.Concrete}, | |
2763 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2764 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2765 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2766 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2767 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2768 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2769 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2770 | {"Parent", model}, | |
2771 | {"CFrame", CFrame.new(-156.14, 22.3, -45.75) * CFrame.Angles(0, 1.571, 0)} | |
2772 | }) | |
2773 | local part_160 = CreateObject("Part", { | |
2774 | {"Anchored", true}, | |
2775 | {"CanCollide", false}, | |
2776 | {"Size", Vector3.new(59.2, 0.2, 8)}, | |
2777 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2778 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2779 | {"Material", Enum.Material.Concrete}, | |
2780 | {"BrickColor", BrickColor.new("Lily white")}, | |
2781 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2782 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2783 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2784 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2785 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2786 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2787 | {"Parent", model}, | |
2788 | {"CFrame", CFrame.new(-2.04, 30.3, -86.05) * CFrame.Angles(0, 1.571, 0)} | |
2789 | }) | |
2790 | local part_161 = CreateObject("Part", { | |
2791 | {"Anchored", true}, | |
2792 | {"CanCollide", false}, | |
2793 | {"Size", Vector3.new(225, 1, 40)}, | |
2794 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2795 | {"Orientation", Vector3.new(45, 90, 0)}, | |
2796 | {"Material", Enum.Material.Concrete}, | |
2797 | {"BrickColor", BrickColor.new("Lily white")}, | |
2798 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2799 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2800 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2801 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2802 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2803 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2804 | {"Parent", model}, | |
2805 | {"CFrame", CFrame.new(-243.24, 23.7, -37.15) * CFrame.Angles(1.571, 0.785, -1.571)} | |
2806 | }) | |
2807 | local part_162 = CreateObject("Part", { | |
2808 | {"Anchored", true}, | |
2809 | {"Size", Vector3.new(4, 0.2, 4)}, | |
2810 | {"BrickColor", BrickColor.new("Lily white")}, | |
2811 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2812 | {"Material", Enum.Material.Concrete}, | |
2813 | {"Orientation", Vector3.new(0, -120, 0)}, | |
2814 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2815 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2816 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2817 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2818 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2819 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2820 | {"Parent", model}, | |
2821 | {"CFrame", CFrame.new(-118.654, 21.3, -59.064) * CFrame.Angles(-3.142, -1.047, -3.142)} | |
2822 | }) | |
2823 | local part_163 = CreateObject("Part", { | |
2824 | {"Anchored", true}, | |
2825 | {"CanCollide", false}, | |
2826 | {"Size", Vector3.new(97.8, 0.2, 33.2)}, | |
2827 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2828 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2829 | {"Material", Enum.Material.Concrete}, | |
2830 | {"BrickColor", BrickColor.new("Lily white")}, | |
2831 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2832 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2833 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2834 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2835 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2836 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2837 | {"Parent", model}, | |
2838 | {"CFrame", CFrame.new(-14.64, 30.3, -7.55) * CFrame.Angles(0, 1.571, 0)} | |
2839 | }) | |
2840 | local part_164 = CreateObject("Part", { | |
2841 | {"Anchored", true}, | |
2842 | {"Size", Vector3.new(79, 0.2, 20.2)}, | |
2843 | {"BrickColor", BrickColor.new("Lily white")}, | |
2844 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2845 | {"Material", Enum.Material.Concrete}, | |
2846 | {"Orientation", Vector3.new(6.28, 0, 0)}, | |
2847 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2848 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2849 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2850 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2851 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2852 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2853 | {"Parent", model}, | |
2854 | {"CFrame", CFrame.new(-78.54, 30.404, -99.679) * CFrame.Angles(0.11, 0, 0)} | |
2855 | }) | |
2856 | local part_165 = CreateObject("Part", { | |
2857 | {"Anchored", true}, | |
2858 | {"CanCollide", false}, | |
2859 | {"Size", Vector3.new(6, 0.2, 107)}, | |
2860 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2861 | {"Orientation", Vector3.new(0, 90, 0)}, | |
2862 | {"Material", Enum.Material.Concrete}, | |
2863 | {"BrickColor", BrickColor.new("Lily white")}, | |
2864 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2865 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2866 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2867 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2868 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2869 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2870 | {"Parent", model}, | |
2871 | {"CFrame", CFrame.new(-92.54, 30.3, -112.65) * CFrame.Angles(0, 1.571, 0)} | |
2872 | }) | |
2873 | local part_166 = CreateObject("Part", { | |
2874 | {"Anchored", true}, | |
2875 | {"Size", Vector3.new(4, 0.2, 2)}, | |
2876 | {"BrickColor", BrickColor.new("Lily white")}, | |
2877 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2878 | {"Material", Enum.Material.Concrete}, | |
2879 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2880 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2881 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2882 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2883 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2884 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2885 | {"Parent", model}, | |
2886 | {"CFrame", CFrame.new(-83.04, 23.3, -19.65)} | |
2887 | }) | |
2888 | local part_167 = CreateObject("Part", { | |
2889 | {"Anchored", true}, | |
2890 | {"Size", Vector3.new(4, 0.2, 4)}, | |
2891 | {"BrickColor", BrickColor.new("Lily white")}, | |
2892 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2893 | {"Material", Enum.Material.Concrete}, | |
2894 | {"Orientation", Vector3.new(0, 60, 0)}, | |
2895 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2896 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2897 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2898 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2899 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2900 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2901 | {"Parent", model}, | |
2902 | {"CFrame", CFrame.new(-170.508, 21.3, -51.732) * CFrame.Angles(0, 1.047, 0)} | |
2903 | }) | |
2904 | local part_168 = CreateObject("Part", { | |
2905 | {"Anchored", true}, | |
2906 | {"Size", Vector3.new(4, 0.2, 4)}, | |
2907 | {"BrickColor", BrickColor.new("Lily white")}, | |
2908 | {"FrontSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2909 | {"Material", Enum.Material.Concrete}, | |
2910 | {"Orientation", Vector3.new(0, 75, 0)}, | |
2911 | {"BackSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2912 | {"RightSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2913 | {"LeftSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2914 | {"BottomSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2915 | {"Color", Color3.new(0.929412, 0.917647, 0.917647)}, | |
2916 | {"TopSurface", Enum.SurfaceType.SmoothNoOutlines}, | |
2917 | {"Parent", model}, | |
2918 | {"CFrame", CFrame.new(-175.172, 21.3, -52.768) * CFrame.Angles(0, 1.309, 0)} | |
2919 | }) |