SHOW:
|
|
- or go back to the newest paste.
1 | - | --Made by N3xul |
1 | + | if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end |
2 | print("FE Compatibility code by 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 | if Index == "PlrObj" then | |
88 | return RealPlayer | |
89 | end | |
90 | return RealPlayer[Index] | |
91 | end | |
92 | end; | |
93 | __tostring = function(self) | |
94 | return RealPlayer.Name | |
95 | end | |
96 | }) | |
97 | end | |
98 | end | |
99 | if RealGame[Index] then | |
100 | local Type = type(RealGame[Index]) | |
101 | if Type == "function" then | |
102 | if Index:lower() == "getservice" or Index:lower() == "service" then | |
103 | return function (self,Service) | |
104 | if Service:lower() == "players" then | |
105 | return setmetatable({},{ | |
106 | __index = function (self2,Index2) | |
107 | local RealService = RealGame:GetService(Service) | |
108 | local Type2 = type(Index2) | |
109 | if Type2 == "function" then | |
110 | return function (self,...) | |
111 | return RealService[Index2](RealService,...) | |
112 | end | |
113 | else | |
114 | if Index2:lower() == "localplayer" then | |
115 | return Sandbox(owner) | |
116 | end | |
117 | return RealService[Index2] | |
118 | end | |
119 | end; | |
120 | __tostring = function(self) | |
121 | return RealGame:GetService(Service).Name | |
122 | end | |
123 | }) | |
124 | elseif Service:lower() == "contextactionservice" then | |
125 | return InternalData["ContextActionService"] | |
126 | elseif Service:lower() == "contextactionservice" then | |
127 | return InternalData["UserInputService"] | |
128 | elseif Service:lower() == "runservice" then | |
129 | return setmetatable({},{ | |
130 | __index = function(self2,Index2) | |
131 | local RealService = RealGame:GetService(Service) | |
132 | local Type2 = type(Index2) | |
133 | if Type2 == "function" then | |
134 | return function (self,...) | |
135 | return RealService[Index2](RealService,...) | |
136 | end | |
137 | else | |
138 | if Index2:lower() == "bindtorenderstep" then | |
139 | return function (self,Name,Priority,Function) | |
140 | return RealGame:GetService("RunService").Stepped:Connect(Function) | |
141 | end | |
142 | end | |
143 | if Index2:lower() == "renderstepped" then | |
144 | return RealService["Stepped"] | |
145 | end | |
146 | return RealService[Index2] | |
147 | end | |
148 | end | |
149 | }) | |
150 | else | |
151 | return RealGame:GetService(Service) | |
152 | end | |
153 | end | |
154 | end | |
155 | return function (self,...) | |
156 | return RealGame[Index](RealGame,...) | |
157 | end | |
158 | else | |
159 | if game:GetService(Index) then | |
160 | return game:GetService(Index) | |
161 | end | |
162 | return RealGame[Index] | |
163 | end | |
164 | else | |
165 | return nil | |
166 | end | |
167 | end | |
168 | });Game = game;owner = game:GetService("Players").LocalPlayer;script = {} | |
169 | print("Complete! Running...") | |
170 | ||
171 | ||
172 | --//Paste script below this line. | |
173 | ||
174 | local runDummyScript = function(f,scri) | |
175 | local oldenv = getfenv(f) | |
176 | local newenv = setmetatable({}, { | |
177 | __index = function(_, k) | |
178 | if k:lower() == 'script' then | |
179 | return scri | |
180 | else | |
181 | return oldenv[k] | |
182 | end | |
183 | end | |
184 | }) | |
185 | setfenv(f, newenv) | |
186 | ypcall(function() f() end) | |
187 | end | |
188 | cors = {} | |
189 | mas = Instance.new("Model",game:GetService("Lighting")) | |
190 | mas.Name = "CompiledModel" | |
191 | o1 = Instance.new("Model") | |
192 | o2 = Instance.new("Model") | |
193 | o3 = Instance.new("Model") | |
194 | o4 = Instance.new("Model") | |
195 | o5 = Instance.new("WedgePart") | |
196 | o6 = Instance.new("Part") | |
197 | o7 = Instance.new("SpecialMesh") | |
198 | o8 = Instance.new("Part") | |
199 | o9 = Instance.new("BlockMesh") | |
200 | o10 = Instance.new("Part") | |
201 | o11 = Instance.new("BlockMesh") | |
202 | o12 = Instance.new("WedgePart") | |
203 | o13 = Instance.new("WedgePart") | |
204 | o14 = Instance.new("Part") | |
205 | o15 = Instance.new("BlockMesh") | |
206 | o16 = Instance.new("Part") | |
207 | o17 = Instance.new("BlockMesh") | |
208 | o18 = Instance.new("WedgePart") | |
209 | o19 = Instance.new("Part") | |
210 | o20 = Instance.new("BlockMesh") | |
211 | o21 = Instance.new("WedgePart") | |
212 | o22 = Instance.new("WedgePart") | |
213 | o23 = Instance.new("WedgePart") | |
214 | o24 = Instance.new("Part") | |
215 | o25 = Instance.new("BlockMesh") | |
216 | o26 = Instance.new("Part") | |
217 | o27 = Instance.new("BlockMesh") | |
218 | o28 = Instance.new("Part") | |
219 | o29 = Instance.new("BlockMesh") | |
220 | o30 = Instance.new("Part") | |
221 | o31 = Instance.new("BlockMesh") | |
222 | o32 = Instance.new("Part") | |
223 | o33 = Instance.new("BlockMesh") | |
224 | o34 = Instance.new("Part") | |
225 | o35 = Instance.new("BlockMesh") | |
226 | o36 = Instance.new("Part") | |
227 | o37 = Instance.new("BlockMesh") | |
228 | o38 = Instance.new("Part") | |
229 | o39 = Instance.new("BlockMesh") | |
230 | o40 = Instance.new("Part") | |
231 | o41 = Instance.new("BlockMesh") | |
232 | o42 = Instance.new("Part") | |
233 | o43 = Instance.new("BlockMesh") | |
234 | o44 = Instance.new("Part") | |
235 | o45 = Instance.new("BlockMesh") | |
236 | o46 = Instance.new("Part") | |
237 | o47 = Instance.new("BlockMesh") | |
238 | o48 = Instance.new("WedgePart") | |
239 | o49 = Instance.new("Part") | |
240 | o50 = Instance.new("BlockMesh") | |
241 | o51 = Instance.new("WedgePart") | |
242 | o52 = Instance.new("WedgePart") | |
243 | o53 = Instance.new("Part") | |
244 | o54 = Instance.new("BlockMesh") | |
245 | o55 = Instance.new("WedgePart") | |
246 | o56 = Instance.new("WedgePart") | |
247 | o57 = Instance.new("Part") | |
248 | o58 = Instance.new("BlockMesh") | |
249 | o59 = Instance.new("Part") | |
250 | o60 = Instance.new("SpecialMesh") | |
251 | o61 = Instance.new("Part") | |
252 | o62 = Instance.new("SpecialMesh") | |
253 | o63 = Instance.new("Part") | |
254 | o64 = Instance.new("SpecialMesh") | |
255 | o65 = Instance.new("Part") | |
256 | o66 = Instance.new("SpecialMesh") | |
257 | o67 = Instance.new("Part") | |
258 | o68 = Instance.new("SpecialMesh") | |
259 | o69 = Instance.new("Model") | |
260 | o70 = Instance.new("Part") | |
261 | o71 = Instance.new("BlockMesh") | |
262 | o72 = Instance.new("Part") | |
263 | o73 = Instance.new("BlockMesh") | |
264 | o74 = Instance.new("Part") | |
265 | o75 = Instance.new("BlockMesh") | |
266 | o76 = Instance.new("Part") | |
267 | o77 = Instance.new("BlockMesh") | |
268 | o78 = Instance.new("Part") | |
269 | o79 = Instance.new("BlockMesh") | |
270 | o80 = Instance.new("Part") | |
271 | o81 = Instance.new("BlockMesh") | |
272 | o82 = Instance.new("Part") | |
273 | o83 = Instance.new("BlockMesh") | |
274 | o84 = Instance.new("Part") | |
275 | o85 = Instance.new("BlockMesh") | |
276 | o86 = Instance.new("Part") | |
277 | o87 = Instance.new("BlockMesh") | |
278 | o88 = Instance.new("Part") | |
279 | o89 = Instance.new("CylinderMesh") | |
280 | o90 = Instance.new("Part") | |
281 | o91 = Instance.new("BlockMesh") | |
282 | o92 = Instance.new("Part") | |
283 | o93 = Instance.new("BlockMesh") | |
284 | o94 = Instance.new("Part") | |
285 | o95 = Instance.new("CylinderMesh") | |
286 | o96 = Instance.new("Part") | |
287 | o97 = Instance.new("BlockMesh") | |
288 | o98 = Instance.new("Part") | |
289 | o99 = Instance.new("BlockMesh") | |
290 | o100 = Instance.new("Part") | |
291 | o101 = Instance.new("CylinderMesh") | |
292 | o102 = Instance.new("Part") | |
293 | o103 = Instance.new("BlockMesh") | |
294 | o104 = Instance.new("Part") | |
295 | o105 = Instance.new("BlockMesh") | |
296 | o106 = Instance.new("Part") | |
297 | o107 = Instance.new("BlockMesh") | |
298 | o108 = Instance.new("Part") | |
299 | o109 = Instance.new("BlockMesh") | |
300 | o110 = Instance.new("Part") | |
301 | o111 = Instance.new("BlockMesh") | |
302 | o112 = Instance.new("Part") | |
303 | o113 = Instance.new("BlockMesh") | |
304 | o114 = Instance.new("Part") | |
305 | o115 = Instance.new("BlockMesh") | |
306 | o116 = Instance.new("Part") | |
307 | o117 = Instance.new("BlockMesh") | |
308 | o118 = Instance.new("Part") | |
309 | o119 = Instance.new("BlockMesh") | |
310 | o120 = Instance.new("Part") | |
311 | o121 = Instance.new("BlockMesh") | |
312 | o122 = Instance.new("Part") | |
313 | o123 = Instance.new("CylinderMesh") | |
314 | o124 = Instance.new("Part") | |
315 | o125 = Instance.new("BlockMesh") | |
316 | o126 = Instance.new("Part") | |
317 | o127 = Instance.new("BlockMesh") | |
318 | o128 = Instance.new("Part") | |
319 | o129 = Instance.new("CylinderMesh") | |
320 | o130 = Instance.new("Part") | |
321 | o131 = Instance.new("BlockMesh") | |
322 | o132 = Instance.new("Part") | |
323 | o133 = Instance.new("BlockMesh") | |
324 | o134 = Instance.new("Part") | |
325 | o135 = Instance.new("BlockMesh") | |
326 | o136 = Instance.new("Part") | |
327 | o137 = Instance.new("CylinderMesh") | |
328 | o138 = Instance.new("Part") | |
329 | o139 = Instance.new("BlockMesh") | |
330 | o140 = Instance.new("Part") | |
331 | o141 = Instance.new("BlockMesh") | |
332 | o142 = Instance.new("Part") | |
333 | o143 = Instance.new("CylinderMesh") | |
334 | o144 = Instance.new("Part") | |
335 | o145 = Instance.new("SpecialMesh") | |
336 | o146 = Instance.new("Part") | |
337 | o147 = Instance.new("BlockMesh") | |
338 | o148 = Instance.new("Part") | |
339 | o149 = Instance.new("BlockMesh") | |
340 | o150 = Instance.new("Part") | |
341 | o151 = Instance.new("CylinderMesh") | |
342 | o152 = Instance.new("Part") | |
343 | o153 = Instance.new("BlockMesh") | |
344 | o154 = Instance.new("Part") | |
345 | o155 = Instance.new("BlockMesh") | |
346 | o156 = Instance.new("Part") | |
347 | o157 = Instance.new("BlockMesh") | |
348 | o158 = Instance.new("Part") | |
349 | o159 = Instance.new("BlockMesh") | |
350 | o160 = Instance.new("Part") | |
351 | o161 = Instance.new("BlockMesh") | |
352 | o162 = Instance.new("Part") | |
353 | o163 = Instance.new("BlockMesh") | |
354 | o164 = Instance.new("Part") | |
355 | o165 = Instance.new("BlockMesh") | |
356 | o166 = Instance.new("Part") | |
357 | o167 = Instance.new("BlockMesh") | |
358 | o168 = Instance.new("Part") | |
359 | o169 = Instance.new("BlockMesh") | |
360 | o170 = Instance.new("Part") | |
361 | o171 = Instance.new("BlockMesh") | |
362 | o172 = Instance.new("Part") | |
363 | o173 = Instance.new("BlockMesh") | |
364 | o174 = Instance.new("Part") | |
365 | o175 = Instance.new("CylinderMesh") | |
366 | o176 = Instance.new("Part") | |
367 | o177 = Instance.new("CylinderMesh") | |
368 | o178 = Instance.new("Part") | |
369 | o179 = Instance.new("BlockMesh") | |
370 | o180 = Instance.new("Part") | |
371 | o181 = Instance.new("BlockMesh") | |
372 | o182 = Instance.new("Part") | |
373 | o183 = Instance.new("BlockMesh") | |
374 | o184 = Instance.new("Part") | |
375 | o185 = Instance.new("BlockMesh") | |
376 | o186 = Instance.new("Part") | |
377 | o187 = Instance.new("BlockMesh") | |
378 | o188 = Instance.new("Part") | |
379 | o189 = Instance.new("BlockMesh") | |
380 | o190 = Instance.new("Part") | |
381 | o191 = Instance.new("BlockMesh") | |
382 | o192 = Instance.new("Part") | |
383 | o193 = Instance.new("BlockMesh") | |
384 | o194 = Instance.new("Part") | |
385 | o195 = Instance.new("BlockMesh") | |
386 | o196 = Instance.new("Part") | |
387 | o197 = Instance.new("BlockMesh") | |
388 | o198 = Instance.new("Part") | |
389 | o199 = Instance.new("BlockMesh") | |
390 | o200 = Instance.new("Part") | |
391 | o201 = Instance.new("BlockMesh") | |
392 | o202 = Instance.new("Part") | |
393 | o203 = Instance.new("BlockMesh") | |
394 | o204 = Instance.new("Part") | |
395 | o205 = Instance.new("BlockMesh") | |
396 | o206 = Instance.new("Part") | |
397 | o207 = Instance.new("BlockMesh") | |
398 | o208 = Instance.new("Part") | |
399 | o209 = Instance.new("CylinderMesh") | |
400 | o210 = Instance.new("Part") | |
401 | o211 = Instance.new("CylinderMesh") | |
402 | o212 = Instance.new("Part") | |
403 | o213 = Instance.new("BlockMesh") | |
404 | o214 = Instance.new("Part") | |
405 | o215 = Instance.new("CylinderMesh") | |
406 | o216 = Instance.new("Part") | |
407 | o217 = Instance.new("BlockMesh") | |
408 | o218 = Instance.new("Part") | |
409 | o219 = Instance.new("BlockMesh") | |
410 | o220 = Instance.new("Part") | |
411 | o221 = Instance.new("CylinderMesh") | |
412 | o222 = Instance.new("Part") | |
413 | o223 = Instance.new("BlockMesh") | |
414 | o224 = Instance.new("Part") | |
415 | o225 = Instance.new("CylinderMesh") | |
416 | o226 = Instance.new("Part") | |
417 | o227 = Instance.new("CylinderMesh") | |
418 | o228 = Instance.new("Part") | |
419 | o229 = Instance.new("BlockMesh") | |
420 | o230 = Instance.new("Part") | |
421 | o231 = Instance.new("BlockMesh") | |
422 | o232 = Instance.new("Part") | |
423 | o233 = Instance.new("BlockMesh") | |
424 | o234 = Instance.new("Part") | |
425 | o235 = Instance.new("CylinderMesh") | |
426 | o236 = Instance.new("Part") | |
427 | o237 = Instance.new("CylinderMesh") | |
428 | o238 = Instance.new("Part") | |
429 | o239 = Instance.new("BlockMesh") | |
430 | o240 = Instance.new("Part") | |
431 | o241 = Instance.new("BlockMesh") | |
432 | o242 = Instance.new("Part") | |
433 | o243 = Instance.new("BlockMesh") | |
434 | o244 = Instance.new("Part") | |
435 | o245 = Instance.new("BlockMesh") | |
436 | o246 = Instance.new("Part") | |
437 | o247 = Instance.new("BlockMesh") | |
438 | o248 = Instance.new("SpotLight") | |
439 | o249 = Instance.new("Part") | |
440 | o250 = Instance.new("BlockMesh") | |
441 | o251 = Instance.new("Part") | |
442 | o252 = Instance.new("BlockMesh") | |
443 | o253 = Instance.new("Part") | |
444 | o254 = Instance.new("BlockMesh") | |
445 | o255 = Instance.new("Part") | |
446 | o256 = Instance.new("BlockMesh") | |
447 | o257 = Instance.new("Part") | |
448 | o258 = Instance.new("BlockMesh") | |
449 | o259 = Instance.new("SpotLight") | |
450 | o260 = Instance.new("Part") | |
451 | o261 = Instance.new("BlockMesh") | |
452 | o262 = Instance.new("Part") | |
453 | o263 = Instance.new("BlockMesh") | |
454 | o264 = Instance.new("Seat") | |
455 | o265 = Instance.new("VehicleSeat") | |
456 | o266 = Instance.new("Sound") | |
457 | o267 = Instance.new("Sound") | |
458 | o268 = Instance.new("Sound") | |
459 | o269 = Instance.new("Sound") | |
460 | o270 = Instance.new("BoolValue") | |
461 | o271 = Instance.new("Part") | |
462 | o272 = Instance.new("BlockMesh") | |
463 | o273 = Instance.new("WedgePart") | |
464 | o274 = Instance.new("WedgePart") | |
465 | o275 = Instance.new("Script") | |
466 | o276 = Instance.new("Script") | |
467 | o277 = Instance.new("Model") | |
468 | o278 = Instance.new("Part") | |
469 | o279 = Instance.new("SpecialMesh") | |
470 | o280 = Instance.new("Part") | |
471 | o281 = Instance.new("SpecialMesh") | |
472 | o282 = Instance.new("Part") | |
473 | o283 = Instance.new("Part") | |
474 | o284 = Instance.new("SpecialMesh") | |
475 | o285 = Instance.new("Part") | |
476 | o286 = Instance.new("SpecialMesh") | |
477 | o287 = Instance.new("Script") | |
478 | o288 = Instance.new("Model") | |
479 | o289 = Instance.new("Part") | |
480 | o290 = Instance.new("SpecialMesh") | |
481 | o291 = Instance.new("Part") | |
482 | o292 = Instance.new("SpecialMesh") | |
483 | o293 = Instance.new("Part") | |
484 | o294 = Instance.new("Part") | |
485 | o295 = Instance.new("SpecialMesh") | |
486 | o296 = Instance.new("Part") | |
487 | o297 = Instance.new("SpecialMesh") | |
488 | o298 = Instance.new("Script") | |
489 | o299 = Instance.new("Model") | |
490 | o300 = Instance.new("Part") | |
491 | o301 = Instance.new("SpecialMesh") | |
492 | o302 = Instance.new("Part") | |
493 | o303 = Instance.new("SpecialMesh") | |
494 | o304 = Instance.new("Part") | |
495 | o305 = Instance.new("Part") | |
496 | o306 = Instance.new("SpecialMesh") | |
497 | o307 = Instance.new("Part") | |
498 | o308 = Instance.new("SpecialMesh") | |
499 | o309 = Instance.new("Script") | |
500 | o310 = Instance.new("Model") | |
501 | o311 = Instance.new("Part") | |
502 | o312 = Instance.new("SpecialMesh") | |
503 | o313 = Instance.new("Part") | |
504 | o314 = Instance.new("SpecialMesh") | |
505 | o315 = Instance.new("Part") | |
506 | o316 = Instance.new("Part") | |
507 | o317 = Instance.new("SpecialMesh") | |
508 | o318 = Instance.new("Part") | |
509 | o319 = Instance.new("SpecialMesh") | |
510 | o320 = Instance.new("Script") | |
511 | o321 = Instance.new("Model") | |
512 | o322 = Instance.new("Part") | |
513 | o323 = Instance.new("SpecialMesh") | |
514 | o324 = Instance.new("Part") | |
515 | o325 = Instance.new("SpecialMesh") | |
516 | o326 = Instance.new("Part") | |
517 | o327 = Instance.new("Part") | |
518 | o328 = Instance.new("SpecialMesh") | |
519 | o329 = Instance.new("Part") | |
520 | o330 = Instance.new("SpecialMesh") | |
521 | o331 = Instance.new("Script") | |
522 | o332 = Instance.new("Model") | |
523 | o333 = Instance.new("Part") | |
524 | o334 = Instance.new("SpecialMesh") | |
525 | o335 = Instance.new("Part") | |
526 | o336 = Instance.new("SpecialMesh") | |
527 | o337 = Instance.new("Part") | |
528 | o338 = Instance.new("Part") | |
529 | o339 = Instance.new("SpecialMesh") | |
530 | o340 = Instance.new("Part") | |
531 | o341 = Instance.new("SpecialMesh") | |
532 | o342 = Instance.new("Script") | |
533 | o343 = Instance.new("Model") | |
534 | o344 = Instance.new("Model") | |
535 | o345 = Instance.new("Model") | |
536 | o346 = Instance.new("WedgePart") | |
537 | o347 = Instance.new("WedgePart") | |
538 | o348 = Instance.new("Part") | |
539 | o349 = Instance.new("BlockMesh") | |
540 | o350 = Instance.new("WedgePart") | |
541 | o351 = Instance.new("WedgePart") | |
542 | o352 = Instance.new("WedgePart") | |
543 | o353 = Instance.new("WedgePart") | |
544 | o354 = Instance.new("Part") | |
545 | o355 = Instance.new("BlockMesh") | |
546 | o356 = Instance.new("Part") | |
547 | o357 = Instance.new("BlockMesh") | |
548 | o358 = Instance.new("Part") | |
549 | o359 = Instance.new("BlockMesh") | |
550 | o360 = Instance.new("Part") | |
551 | o361 = Instance.new("BlockMesh") | |
552 | o362 = Instance.new("WedgePart") | |
553 | o363 = Instance.new("WedgePart") | |
554 | o364 = Instance.new("Part") | |
555 | o365 = Instance.new("BlockMesh") | |
556 | o366 = Instance.new("Part") | |
557 | o367 = Instance.new("BlockMesh") | |
558 | o368 = Instance.new("WedgePart") | |
559 | o369 = Instance.new("Part") | |
560 | o370 = Instance.new("BlockMesh") | |
561 | o371 = Instance.new("WedgePart") | |
562 | o372 = Instance.new("WedgePart") | |
563 | o373 = Instance.new("Part") | |
564 | o374 = Instance.new("BlockMesh") | |
565 | o375 = Instance.new("WedgePart") | |
566 | o376 = Instance.new("Model") | |
567 | o377 = Instance.new("Part") | |
568 | o378 = Instance.new("BlockMesh") | |
569 | o379 = Instance.new("Part") | |
570 | o380 = Instance.new("BlockMesh") | |
571 | o381 = Instance.new("Part") | |
572 | o382 = Instance.new("BlockMesh") | |
573 | o383 = Instance.new("Part") | |
574 | o384 = Instance.new("BlockMesh") | |
575 | o385 = Instance.new("WedgePart") | |
576 | o386 = Instance.new("Part") | |
577 | o387 = Instance.new("BlockMesh") | |
578 | o388 = Instance.new("Part") | |
579 | o389 = Instance.new("BlockMesh") | |
580 | o390 = Instance.new("Part") | |
581 | o391 = Instance.new("BlockMesh") | |
582 | o392 = Instance.new("Part") | |
583 | o393 = Instance.new("BlockMesh") | |
584 | o394 = Instance.new("Part") | |
585 | o395 = Instance.new("BlockMesh") | |
586 | o396 = Instance.new("Part") | |
587 | o397 = Instance.new("BlockMesh") | |
588 | o398 = Instance.new("WedgePart") | |
589 | o399 = Instance.new("Part") | |
590 | o400 = Instance.new("BlockMesh") | |
591 | o401 = Instance.new("Part") | |
592 | o402 = Instance.new("BlockMesh") | |
593 | o403 = Instance.new("Part") | |
594 | o404 = Instance.new("BlockMesh") | |
595 | o405 = Instance.new("Part") | |
596 | o406 = Instance.new("BlockMesh") | |
597 | o407 = Instance.new("Part") | |
598 | o408 = Instance.new("BlockMesh") | |
599 | o409 = Instance.new("Part") | |
600 | o410 = Instance.new("BlockMesh") | |
601 | o411 = Instance.new("Part") | |
602 | o412 = Instance.new("BlockMesh") | |
603 | o413 = Instance.new("Part") | |
604 | o414 = Instance.new("BlockMesh") | |
605 | o415 = Instance.new("Part") | |
606 | o416 = Instance.new("BlockMesh") | |
607 | o417 = Instance.new("Part") | |
608 | o418 = Instance.new("BlockMesh") | |
609 | o419 = Instance.new("Part") | |
610 | o420 = Instance.new("BlockMesh") | |
611 | o421 = Instance.new("Part") | |
612 | o422 = Instance.new("BlockMesh") | |
613 | o423 = Instance.new("WedgePart") | |
614 | o424 = Instance.new("Part") | |
615 | o425 = Instance.new("CylinderMesh") | |
616 | o426 = Instance.new("Part") | |
617 | o427 = Instance.new("BlockMesh") | |
618 | o428 = Instance.new("Part") | |
619 | o429 = Instance.new("BlockMesh") | |
620 | o430 = Instance.new("Part") | |
621 | o431 = Instance.new("BlockMesh") | |
622 | o432 = Instance.new("Part") | |
623 | o433 = Instance.new("BlockMesh") | |
624 | o434 = Instance.new("Part") | |
625 | o435 = Instance.new("BlockMesh") | |
626 | o436 = Instance.new("Part") | |
627 | o437 = Instance.new("BlockMesh") | |
628 | o438 = Instance.new("WedgePart") | |
629 | o439 = Instance.new("Part") | |
630 | o440 = Instance.new("BlockMesh") | |
631 | o441 = Instance.new("Part") | |
632 | o442 = Instance.new("BlockMesh") | |
633 | o443 = Instance.new("Part") | |
634 | o444 = Instance.new("BlockMesh") | |
635 | o445 = Instance.new("Part") | |
636 | o446 = Instance.new("BlockMesh") | |
637 | o447 = Instance.new("Part") | |
638 | o448 = Instance.new("BlockMesh") | |
639 | o449 = Instance.new("Part") | |
640 | o450 = Instance.new("CylinderMesh") | |
641 | o451 = Instance.new("Part") | |
642 | o452 = Instance.new("BlockMesh") | |
643 | o453 = Instance.new("Part") | |
644 | o454 = Instance.new("BlockMesh") | |
645 | o455 = Instance.new("Part") | |
646 | o456 = Instance.new("BlockMesh") | |
647 | o457 = Instance.new("Part") | |
648 | o458 = Instance.new("BlockMesh") | |
649 | o459 = Instance.new("Part") | |
650 | o460 = Instance.new("BlockMesh") | |
651 | o461 = Instance.new("Part") | |
652 | o462 = Instance.new("BlockMesh") | |
653 | o463 = Instance.new("Part") | |
654 | o464 = Instance.new("BlockMesh") | |
655 | o465 = Instance.new("Part") | |
656 | o466 = Instance.new("BlockMesh") | |
657 | o467 = Instance.new("Part") | |
658 | o468 = Instance.new("BlockMesh") | |
659 | o469 = Instance.new("Part") | |
660 | o470 = Instance.new("BlockMesh") | |
661 | o471 = Instance.new("Part") | |
662 | o472 = Instance.new("BlockMesh") | |
663 | o473 = Instance.new("SpotLight") | |
664 | o474 = Instance.new("Part") | |
665 | o475 = Instance.new("BlockMesh") | |
666 | o476 = Instance.new("Part") | |
667 | o477 = Instance.new("BlockMesh") | |
668 | o478 = Instance.new("Part") | |
669 | o479 = Instance.new("BlockMesh") | |
670 | o480 = Instance.new("SpotLight") | |
671 | o481 = Instance.new("Part") | |
672 | o482 = Instance.new("BlockMesh") | |
673 | o483 = Instance.new("Part") | |
674 | o484 = Instance.new("BlockMesh") | |
675 | o485 = Instance.new("Part") | |
676 | o486 = Instance.new("BlockMesh") | |
677 | o487 = Instance.new("Part") | |
678 | o488 = Instance.new("BlockMesh") | |
679 | o489 = Instance.new("Part") | |
680 | o490 = Instance.new("BlockMesh") | |
681 | o491 = Instance.new("Part") | |
682 | o492 = Instance.new("BlockMesh") | |
683 | o493 = Instance.new("Part") | |
684 | o494 = Instance.new("BlockMesh") | |
685 | o495 = Instance.new("Part") | |
686 | o496 = Instance.new("CylinderMesh") | |
687 | o497 = Instance.new("Part") | |
688 | o498 = Instance.new("BlockMesh") | |
689 | o499 = Instance.new("Part") | |
690 | o500 = Instance.new("BlockMesh") | |
691 | o501 = Instance.new("Script") | |
692 | o502 = Instance.new("Model") | |
693 | o503 = Instance.new("Part") | |
694 | o504 = Instance.new("SpecialMesh") | |
695 | o505 = Instance.new("Part") | |
696 | o506 = Instance.new("SpecialMesh") | |
697 | o507 = Instance.new("Part") | |
698 | o508 = Instance.new("Part") | |
699 | o509 = Instance.new("SpecialMesh") | |
700 | o510 = Instance.new("Part") | |
701 | o511 = Instance.new("SpecialMesh") | |
702 | o512 = Instance.new("Script") | |
703 | o513 = Instance.new("Model") | |
704 | o514 = Instance.new("Part") | |
705 | o515 = Instance.new("SpecialMesh") | |
706 | o516 = Instance.new("Part") | |
707 | o517 = Instance.new("SpecialMesh") | |
708 | o518 = Instance.new("Part") | |
709 | o519 = Instance.new("Part") | |
710 | o520 = Instance.new("SpecialMesh") | |
711 | o521 = Instance.new("Part") | |
712 | o522 = Instance.new("SpecialMesh") | |
713 | o523 = Instance.new("Script") | |
714 | o1.Name = "UNSC Truck" | |
715 | o1.Parent = mas | |
716 | o2.Name = "Truck" | |
717 | o2.Parent = o1 | |
718 | o3.Name = "Body" | |
719 | o3.Parent = o2 | |
720 | o4.Name = "Colors" | |
721 | o4.Parent = o3 | |
722 | o5.Parent = o4 | |
723 | o5.BrickColor = BrickColor.new("Grime") | |
724 | o5.Position = Vector3.new(-75.2000732, 8.97654438, 217.940002) | |
725 | o5.Rotation = Vector3.new(-180, 90, 0) | |
726 | o5.Anchored = true | |
727 | o5.FormFactor = Enum.FormFactor.Custom | |
728 | o5.Size = Vector3.new(1.00000024, 1, 1) | |
729 | o5.CFrame = CFrame.new(-75.2000732, 8.97654438, 217.940002, -4.26325641e-014, 1.13697333e-005, 1, -3.73745479e-012, -1, 1.13697333e-005, 1, -3.73745436e-012, 4.26750852e-014) | |
730 | o5.BottomSurface = Enum.SurfaceType.Smooth | |
731 | o5.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
732 | o5.Position = Vector3.new(-75.2000732, 8.97654438, 217.940002) | |
733 | o6.Parent = o4 | |
734 | o6.BrickColor = BrickColor.new("Grime") | |
735 | o6.Position = Vector3.new(-76.1340866, 11.0194969, 214.040009) | |
736 | o6.Rotation = Vector3.new(-89.9999847, -75.000824, -89.9999924) | |
737 | o6.Anchored = true | |
738 | o6.FormFactor = Enum.FormFactor.Custom | |
739 | o6.Size = Vector3.new(8.80000019, 1, 5.09999943) | |
740 | o6.CFrame = CFrame.new(-76.1340866, 11.0194969, 214.040009, 6.50591616e-008, 0.258805305, -0.965929568, -7.19757551e-008, 0.965929568, 0.258805305, 1, 5.26858521e-008, 8.14702759e-008) | |
741 | o6.BottomSurface = Enum.SurfaceType.Smooth | |
742 | o6.TopSurface = Enum.SurfaceType.Smooth | |
743 | o6.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
744 | o6.Position = Vector3.new(-76.1340866, 11.0194969, 214.040009) | |
745 | o7.Parent = o6 | |
746 | o7.MeshType = Enum.MeshType.Torso | |
747 | o8.Parent = o4 | |
748 | o8.BrickColor = BrickColor.new("Grime") | |
749 | o8.Position = Vector3.new(-78.3430634, 10.8864613, 214.040009) | |
750 | o8.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, 75.0008087) | |
751 | o8.Anchored = true | |
752 | o8.FormFactor = Enum.FormFactor.Custom | |
753 | o8.Size = Vector3.new(0.400000095, 9.29999924, 6.80000019) | |
754 | o8.CFrame = CFrame.new(-78.3430634, 10.8864613, 214.040009, 0.258805394, -0.965929508, 6.50593606e-008, 0.965929508, 0.258805424, -7.19772899e-008, 5.26872768e-008, 8.14708727e-008, 1) | |
755 | o8.BottomSurface = Enum.SurfaceType.Smooth | |
756 | o8.TopSurface = Enum.SurfaceType.Smooth | |
757 | o8.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
758 | o8.Position = Vector3.new(-78.3430634, 10.8864613, 214.040009) | |
759 | o9.Parent = o8 | |
760 | o10.Parent = o4 | |
761 | o10.BrickColor = BrickColor.new("Grime") | |
762 | o10.Position = Vector3.new(-74.2500687, 8.17657375, 210.139999) | |
763 | o10.Rotation = Vector3.new(4.12399504e-006, 3.72762634e-006, 0.00136348896) | |
764 | o10.Anchored = true | |
765 | o10.FormFactor = Enum.FormFactor.Custom | |
766 | o10.Size = Vector3.new(0.900000095, 3.39999962, 1) | |
767 | o10.CFrame = CFrame.new(-74.2500687, 8.17657375, 210.139999, 1, -2.37973709e-005, 6.50593535e-008, 2.37973709e-005, 1, -7.19772899e-008, -6.50576411e-008, 7.19788389e-008, 1) | |
768 | o10.BottomSurface = Enum.SurfaceType.Smooth | |
769 | o10.TopSurface = Enum.SurfaceType.Smooth | |
770 | o10.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
771 | o10.Position = Vector3.new(-74.2500687, 8.17657375, 210.139999) | |
772 | o11.Parent = o10 | |
773 | o12.Parent = o4 | |
774 | o12.BrickColor = BrickColor.new("Grime") | |
775 | o12.Position = Vector3.new(-75.1890717, 9.01954269, 210.139999) | |
776 | o12.Rotation = Vector3.new(-180, 90, 0) | |
777 | o12.Anchored = true | |
778 | o12.FormFactor = Enum.FormFactor.Custom | |
779 | o12.Size = Vector3.new(1.00000024, 1, 1) | |
780 | o12.CFrame = CFrame.new(-75.1890717, 9.01954269, 210.139999, 4.26325641e-014, 1.09376087e-005, 1, -3.78719278e-012, -1, 1.09376097e-005, 1, -3.78719365e-012, -4.25912018e-014) | |
781 | o12.BottomSurface = Enum.SurfaceType.Smooth | |
782 | o12.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
783 | o12.Position = Vector3.new(-75.1890717, 9.01954269, 210.139999) | |
784 | o13.Parent = o4 | |
785 | o13.BrickColor = BrickColor.new("Grime") | |
786 | o13.Position = Vector3.new(-77.6140671, 9.79148483, 209.889999) | |
787 | o13.Rotation = Vector3.new(-90.0000076, -75.0007095, 89.9999924) | |
788 | o13.Anchored = true | |
789 | o13.FormFactor = Enum.FormFactor.Custom | |
790 | o13.Size = Vector3.new(0.5, 0.5, 0.5) | |
791 | o13.CFrame = CFrame.new(-77.6140671, 9.79148483, 209.889999, 4.7079368e-008, -0.258807153, -0.965929031, 6.37471587e-008, -0.965929091, 0.258807123, -1, -7.37597148e-008, -2.89771087e-008) | |
792 | o13.BottomSurface = Enum.SurfaceType.Smooth | |
793 | o13.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
794 | o13.Position = Vector3.new(-77.6140671, 9.79148483, 209.889999) | |
795 | o14.Parent = o4 | |
796 | o14.BrickColor = BrickColor.new("Grime") | |
797 | o14.Position = Vector3.new(-78.3120575, 10.6194611, 210.139999) | |
798 | o14.Rotation = Vector3.new(4.12399459e-006, 3.72762634e-006, 75.0008087) | |
799 | o14.Anchored = true | |
800 | o14.FormFactor = Enum.FormFactor.Custom | |
801 | o14.Size = Vector3.new(0.900000095, 9.09999943, 1) | |
802 | o14.CFrame = CFrame.new(-78.3120575, 10.6194611, 210.139999, 0.258805364, -0.965929568, 6.50593535e-008, 0.965929508, 0.258805394, -7.19772828e-008, 5.26872768e-008, 8.14708656e-008, 1) | |
803 | o14.BottomSurface = Enum.SurfaceType.Smooth | |
804 | o14.TopSurface = Enum.SurfaceType.Smooth | |
805 | o14.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
806 | o14.Position = Vector3.new(-78.3120575, 10.6194611, 210.139999) | |
807 | o15.Parent = o14 | |
808 | o16.Parent = o4 | |
809 | o16.BrickColor = BrickColor.new("Grime") | |
810 | o16.Position = Vector3.new(-80.6130219, 8.06445122, 209.889999) | |
811 | o16.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
812 | o16.Anchored = true | |
813 | o16.FormFactor = Enum.FormFactor.Custom | |
814 | o16.Size = Vector3.new(4.4000001, 5.30000019, 0.50000006) | |
815 | o16.CFrame = CFrame.new(-80.6130219, 8.06445122, 209.889999, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
816 | o16.BottomSurface = Enum.SurfaceType.Smooth | |
817 | o16.TopSurface = Enum.SurfaceType.Smooth | |
818 | o16.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
819 | o16.Position = Vector3.new(-80.6130219, 8.06445122, 209.889999) | |
820 | o17.Parent = o16 | |
821 | o18.Parent = o4 | |
822 | o18.BrickColor = BrickColor.new("Grime") | |
823 | o18.Position = Vector3.new(-82.9839554, 4.81745052, 214.040009) | |
824 | o18.Rotation = Vector3.new(-90.0000153, -75.0009232, 89.9999771) | |
825 | o18.Anchored = true | |
826 | o18.FormFactor = Enum.FormFactor.Custom | |
827 | o18.Size = Vector3.new(9, 1.20000005, 1.5) | |
828 | o18.CFrame = CFrame.new(-82.9839554, 4.81745052, 214.040009, 1.12608724e-007, -0.258803815, -0.965929985, 1.11639061e-007, -0.965929925, 0.258803844, -1, -1.36979082e-007, -7.98795199e-008) | |
829 | o18.BottomSurface = Enum.SurfaceType.Smooth | |
830 | o18.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
831 | o18.Position = Vector3.new(-82.9839554, 4.81745052, 214.040009) | |
832 | o19.Parent = o4 | |
833 | o19.BrickColor = BrickColor.new("Grime") | |
834 | o19.Position = Vector3.new(-79.3639908, 4.4055295, 214.040009) | |
835 | o19.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, -59.9988823) | |
836 | o19.Anchored = true | |
837 | o19.FormFactor = Enum.FormFactor.Custom | |
838 | o19.Size = Vector3.new(2, 1, 9) | |
839 | o19.CFrame = CFrame.new(-79.3639908, 4.4055295, 214.040009, 0.500016987, 0.866015673, 6.50593606e-008, -0.866015673, 0.500016987, -7.19772899e-008, -9.4864248e-008, -2.03525623e-008, 1) | |
840 | o19.BottomSurface = Enum.SurfaceType.Smooth | |
841 | o19.TopSurface = Enum.SurfaceType.Smooth | |
842 | o19.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
843 | o19.Position = Vector3.new(-79.3639908, 4.4055295, 214.040009) | |
844 | o20.Parent = o19 | |
845 | o21.Parent = o4 | |
846 | o21.BrickColor = BrickColor.new("Grime") | |
847 | o21.Position = Vector3.new(-78.5759964, 5.2345314, 209.889999) | |
848 | o21.Rotation = Vector3.new(-89.9999542, -75.0009384, -89.9999619) | |
849 | o21.Anchored = true | |
850 | o21.FormFactor = Enum.FormFactor.Custom | |
851 | o21.Size = Vector3.new(0.5, 1, 1) | |
852 | o21.CFrame = CFrame.new(-78.5759964, 5.2345314, 209.889999, 1.66321428e-007, 0.258803427, -0.965930045, -1.20923602e-007, 0.965929985, 0.258803457, 1, 7.37591748e-008, 1.91950321e-007) | |
853 | o21.BottomSurface = Enum.SurfaceType.Smooth | |
854 | o21.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
855 | o21.Position = Vector3.new(-78.5759964, 5.2345314, 209.889999) | |
856 | o22.Parent = o4 | |
857 | o22.BrickColor = BrickColor.new("Grime") | |
858 | o22.Position = Vector3.new(-75.4850159, 4.40660477, 209.889999) | |
859 | o22.Rotation = Vector3.new(90.0000458, 75.0007095, -90.0000381) | |
860 | o22.Anchored = true | |
861 | o22.FormFactor = Enum.FormFactor.Custom | |
862 | o22.Size = Vector3.new(0.5, 1, 1) | |
863 | o22.CFrame = CFrame.new(-75.4850159, 4.40660477, 209.889999, -1.77226013e-007, 0.258807153, 0.965929031, 8.02105191e-008, 0.965929091, -0.258807123, -1, 3.16103126e-008, -1.9194681e-007) | |
864 | o22.BottomSurface = Enum.SurfaceType.Smooth | |
865 | o22.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
866 | o22.Position = Vector3.new(-75.4850159, 4.40660477, 209.889999) | |
867 | o23.Parent = o4 | |
868 | o23.BrickColor = BrickColor.new("Grime") | |
869 | o23.Position = Vector3.new(-75.7220154, 3.88560963, 214.040009) | |
870 | o23.Rotation = Vector3.new(90.0000458, 75.0007095, -90.0000381) | |
871 | o23.Anchored = true | |
872 | o23.FormFactor = Enum.FormFactor.Custom | |
873 | o23.Size = Vector3.new(9, 1, 1) | |
874 | o23.CFrame = CFrame.new(-75.7220154, 3.88560963, 214.040009, -1.77226042e-007, 0.258807153, 0.965929031, 8.0210512e-008, 0.965929091, -0.258807123, -1, 3.16102984e-008, -1.91946839e-007) | |
875 | o23.BottomSurface = Enum.SurfaceType.Smooth | |
876 | o23.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
877 | o23.Position = Vector3.new(-75.7220154, 3.88560963, 214.040009) | |
878 | o24.Parent = o4 | |
879 | o24.BrickColor = BrickColor.new("Grime") | |
880 | o24.Position = Vector3.new(-77.1899948, 4.03557539, 209.889999) | |
881 | o24.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
882 | o24.Anchored = true | |
883 | o24.FormFactor = Enum.FormFactor.Custom | |
884 | o24.Size = Vector3.new(4.30000067, 0.600000381, 0.50000006) | |
885 | o24.CFrame = CFrame.new(-77.1899948, 4.03557539, 209.889999, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
886 | o24.BottomSurface = Enum.SurfaceType.Smooth | |
887 | o24.TopSurface = Enum.SurfaceType.Smooth | |
888 | o24.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
889 | o24.Position = Vector3.new(-77.1899948, 4.03557539, 209.889999) | |
890 | o25.Parent = o24 | |
891 | o26.Parent = o4 | |
892 | o26.BrickColor = BrickColor.new("Grime") | |
893 | o26.Position = Vector3.new(-77.0419846, 3.20359135, 214.040009) | |
894 | o26.Rotation = Vector3.new(4.1239964e-006, 3.72762679e-006, -14.9985914) | |
895 | o26.Anchored = true | |
896 | o26.FormFactor = Enum.FormFactor.Custom | |
897 | o26.Size = Vector3.new(4.4000001, 1, 9) | |
898 | o26.CFrame = CFrame.new(-77.0419846, 3.20359135, 214.040009, 0.96593219, 0.258795291, 6.50593606e-008, -0.258795261, 0.96593225, -7.19773112e-008, -8.14703185e-008, 5.26881436e-008, 1) | |
899 | o26.BottomSurface = Enum.SurfaceType.Smooth | |
900 | o26.TopSurface = Enum.SurfaceType.Smooth | |
901 | o26.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
902 | o26.Position = Vector3.new(-77.0419846, 3.20359135, 214.040009) | |
903 | o27.Parent = o26 | |
904 | o28.Parent = o4 | |
905 | o28.BrickColor = BrickColor.new("Grime") | |
906 | o28.Position = Vector3.new(-74.8600082, 3.82062674, 210.540009) | |
907 | o28.Rotation = Vector3.new(4.1239955e-006, 3.72762725e-006, -24.9986057) | |
908 | o28.Anchored = true | |
909 | o28.FormFactor = Enum.FormFactor.Custom | |
910 | o28.Size = Vector3.new(0.900000095, 2.19999981, 2) | |
911 | o28.CFrame = CFrame.new(-74.8600082, 3.82062674, 210.540009, 0.906318128, 0.422596216, 6.50593677e-008, -0.422596246, 0.906318069, -7.1977297e-008, -8.9381814e-008, 3.77404774e-008, 1) | |
912 | o28.BottomSurface = Enum.SurfaceType.Smooth | |
913 | o28.TopSurface = Enum.SurfaceType.Smooth | |
914 | o28.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
915 | o28.Position = Vector3.new(-74.8600082, 3.82062674, 210.540009) | |
916 | o29.Parent = o28 | |
917 | o30.Parent = o4 | |
918 | o30.BrickColor = BrickColor.new("Grime") | |
919 | o30.Position = Vector3.new(-74.6480179, 4.27462101, 214.040009) | |
920 | o30.Rotation = Vector3.new(4.12399595e-006, 3.72762725e-006, -24.9986095) | |
921 | o30.Anchored = true | |
922 | o30.FormFactor = Enum.FormFactor.Custom | |
923 | o30.Size = Vector3.new(0.900000095, 1.19999981, 5) | |
924 | o30.CFrame = CFrame.new(-74.6480179, 4.27462101, 214.040009, 0.906318069, 0.422596276, 6.50593677e-008, -0.422596246, 0.906318128, -7.19773041e-008, -8.9381814e-008, 3.77404881e-008, 1) | |
925 | o30.BottomSurface = Enum.SurfaceType.Smooth | |
926 | o30.TopSurface = Enum.SurfaceType.Smooth | |
927 | o30.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
928 | o30.Position = Vector3.new(-74.6480179, 4.27462101, 214.040009) | |
929 | o31.Parent = o30 | |
930 | o32.Parent = o4 | |
931 | o32.BrickColor = BrickColor.new("Grime") | |
932 | o32.Position = Vector3.new(-74.8600082, 3.82062578, 217.540009) | |
933 | o32.Rotation = Vector3.new(4.12399459e-006, 3.72762679e-006, -24.9986076) | |
934 | o32.Anchored = true | |
935 | o32.FormFactor = Enum.FormFactor.Custom | |
936 | o32.Size = Vector3.new(0.900000095, 2.19999981, 2) | |
937 | o32.CFrame = CFrame.new(-74.8600082, 3.82062578, 217.540009, 0.906318069, 0.422596216, 6.50593606e-008, -0.422596186, 0.906318128, -7.19772828e-008, -8.93817997e-008, 3.7740481e-008, 1) | |
938 | o32.BottomSurface = Enum.SurfaceType.Smooth | |
939 | o32.TopSurface = Enum.SurfaceType.Smooth | |
940 | o32.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
941 | o32.Position = Vector3.new(-74.8600082, 3.82062578, 217.540009) | |
942 | o33.Parent = o32 | |
943 | o34.Parent = o4 | |
944 | o34.BrickColor = BrickColor.new("Grime") | |
945 | o34.Position = Vector3.new(-74.228035, 5.46861744, 214.040009) | |
946 | o34.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, -14.9985905) | |
947 | o34.Anchored = true | |
948 | o34.FormFactor = Enum.FormFactor.Custom | |
949 | o34.Size = Vector3.new(0.900000095, 1.49999988, 9) | |
950 | o34.CFrame = CFrame.new(-74.228035, 5.46861744, 214.040009, 0.96593225, 0.258795291, 6.50593606e-008, -0.258795291, 0.96593225, -7.19772899e-008, -8.14703185e-008, 5.26881259e-008, 1) | |
951 | o34.BottomSurface = Enum.SurfaceType.Smooth | |
952 | o34.TopSurface = Enum.SurfaceType.Smooth | |
953 | o34.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
954 | o34.Position = Vector3.new(-74.228035, 5.46861744, 214.040009) | |
955 | o35.Parent = o34 | |
956 | o36.Parent = o4 | |
957 | o36.BrickColor = BrickColor.new("Grime") | |
958 | o36.Position = Vector3.new(-74.0490723, 9.67655754, 214.040009) | |
959 | o36.Rotation = Vector3.new(4.12399459e-006, 3.7276277e-006, 0.00136605173) | |
960 | o36.Anchored = true | |
961 | o36.FormFactor = Enum.FormFactor.Custom | |
962 | o36.Size = Vector3.new(0.500000119, 0.399999648, 6.80000019) | |
963 | o36.CFrame = CFrame.new(-74.0490723, 9.67655754, 214.040009, 1, -2.38420998e-005, 6.50593748e-008, 2.38420998e-005, 1, -7.19772828e-008, -6.50576553e-008, 7.19788318e-008, 1) | |
964 | o36.BottomSurface = Enum.SurfaceType.Smooth | |
965 | o36.TopSurface = Enum.SurfaceType.Smooth | |
966 | o36.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
967 | o36.Position = Vector3.new(-74.0490723, 9.67655754, 214.040009) | |
968 | o37.Parent = o36 | |
969 | o38.Parent = o4 | |
970 | o38.BrickColor = BrickColor.new("Grime") | |
971 | o38.Position = Vector3.new(-74.2500458, 5.97660828, 214.040009) | |
972 | o38.Rotation = Vector3.new(4.1239955e-006, 3.7276277e-006, 0.00136690389) | |
973 | o38.Anchored = true | |
974 | o38.FormFactor = Enum.FormFactor.Custom | |
975 | o38.Size = Vector3.new(0.900000095, 0.999999583, 8.79999924) | |
976 | o38.CFrame = CFrame.new(-74.2500458, 5.97660828, 214.040009, 1, -2.38569737e-005, 6.50593748e-008, 2.38569719e-005, 1, -7.1977297e-008, -6.50576553e-008, 7.1978846e-008, 1) | |
977 | o38.BottomSurface = Enum.SurfaceType.Smooth | |
978 | o38.TopSurface = Enum.SurfaceType.Smooth | |
979 | o38.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
980 | o38.Position = Vector3.new(-74.2500458, 5.97660828, 214.040009) | |
981 | o39.Parent = o38 | |
982 | o40.Parent = o4 | |
983 | o40.BrickColor = BrickColor.new("Grime") | |
984 | o40.Position = Vector3.new(-74.2500687, 8.1765728, 217.940002) | |
985 | o40.Rotation = Vector3.new(4.1239955e-006, 3.72762725e-006, 0.00136605068) | |
986 | o40.Anchored = true | |
987 | o40.FormFactor = Enum.FormFactor.Custom | |
988 | o40.Size = Vector3.new(0.900000095, 3.39999962, 1) | |
989 | o40.CFrame = CFrame.new(-74.2500687, 8.1765728, 217.940002, 1, -2.38420816e-005, 6.50593677e-008, 2.38420798e-005, 1, -7.1977297e-008, -6.50576482e-008, 7.1978846e-008, 1) | |
990 | o40.BottomSurface = Enum.SurfaceType.Smooth | |
991 | o40.TopSurface = Enum.SurfaceType.Smooth | |
992 | o40.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
993 | o40.Position = Vector3.new(-74.2500687, 8.1765728, 217.940002) | |
994 | o41.Parent = o40 | |
995 | o42.Parent = o4 | |
996 | o42.BrickColor = BrickColor.new("Grime") | |
997 | o42.Position = Vector3.new(-81.4919739, 5.55647135, 214.040009) | |
998 | o42.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
999 | o42.Anchored = true | |
1000 | o42.FormFactor = Enum.FormFactor.Custom | |
1001 | o42.Size = Vector3.new(4, 1, 9) | |
1002 | o42.CFrame = CFrame.new(-81.4919739, 5.55647135, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1003 | o42.BottomSurface = Enum.SurfaceType.Smooth | |
1004 | o42.TopSurface = Enum.SurfaceType.Smooth | |
1005 | o42.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1006 | o42.Position = Vector3.new(-81.4919739, 5.55647135, 214.040009) | |
1007 | o43.Parent = o42 | |
1008 | o44.Parent = o4 | |
1009 | o44.BrickColor = BrickColor.new("Grime") | |
1010 | o44.Position = Vector3.new(-84.7599945, 8.81336212, 214.040009) | |
1011 | o44.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1012 | o44.Anchored = true | |
1013 | o44.FormFactor = Enum.FormFactor.Custom | |
1014 | o44.Size = Vector3.new(4, 8, 9) | |
1015 | o44.CFrame = CFrame.new(-84.7599945, 8.81336212, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1016 | o44.BottomSurface = Enum.SurfaceType.Smooth | |
1017 | o44.TopSurface = Enum.SurfaceType.Smooth | |
1018 | o44.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1019 | o44.Position = Vector3.new(-84.7599945, 8.81336212, 214.040009) | |
1020 | o45.Parent = o44 | |
1021 | o46.Parent = o4 | |
1022 | o46.BrickColor = BrickColor.new("Grime") | |
1023 | o46.Position = Vector3.new(-80.6130219, 8.06445026, 218.190002) | |
1024 | o46.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1025 | o46.Anchored = true | |
1026 | o46.FormFactor = Enum.FormFactor.Custom | |
1027 | o46.Size = Vector3.new(4.4000001, 5.30000019, 0.50000006) | |
1028 | o46.CFrame = CFrame.new(-80.6130219, 8.06445026, 218.190002, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1029 | o46.BottomSurface = Enum.SurfaceType.Smooth | |
1030 | o46.TopSurface = Enum.SurfaceType.Smooth | |
1031 | o46.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1032 | o46.Position = Vector3.new(-80.6130219, 8.06445026, 218.190002) | |
1033 | o47.Parent = o46 | |
1034 | o48.Parent = o4 | |
1035 | o48.BrickColor = BrickColor.new("Grime") | |
1036 | o48.Position = Vector3.new(-77.6140671, 9.79148388, 218.190002) | |
1037 | o48.Rotation = Vector3.new(-90.0000076, -75.0007095, 89.9999924) | |
1038 | o48.Anchored = true | |
1039 | o48.FormFactor = Enum.FormFactor.Custom | |
1040 | o48.Size = Vector3.new(0.5, 0.5, 0.5) | |
1041 | o48.CFrame = CFrame.new(-77.6140671, 9.79148388, 218.190002, 4.7079368e-008, -0.258807153, -0.965929031, 6.37471587e-008, -0.965929091, 0.258807123, -1, -7.37597148e-008, -2.89771087e-008) | |
1042 | o48.BottomSurface = Enum.SurfaceType.Smooth | |
1043 | o48.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1044 | o48.Position = Vector3.new(-77.6140671, 9.79148388, 218.190002) | |
1045 | o49.Parent = o4 | |
1046 | o49.BrickColor = BrickColor.new("Grime") | |
1047 | o49.Position = Vector3.new(-78.3120575, 10.6194601, 217.940002) | |
1048 | o49.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, 75.0008087) | |
1049 | o49.Anchored = true | |
1050 | o49.FormFactor = Enum.FormFactor.Custom | |
1051 | o49.Size = Vector3.new(0.900000095, 9.09999943, 1) | |
1052 | o49.CFrame = CFrame.new(-78.3120575, 10.6194601, 217.940002, 0.258805394, -0.965929508, 6.50593606e-008, 0.965929508, 0.258805424, -7.19772899e-008, 5.26872768e-008, 8.14708727e-008, 1) | |
1053 | o49.BottomSurface = Enum.SurfaceType.Smooth | |
1054 | o49.TopSurface = Enum.SurfaceType.Smooth | |
1055 | o49.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1056 | o49.Position = Vector3.new(-78.3120575, 10.6194601, 217.940002) | |
1057 | o50.Parent = o49 | |
1058 | o51.Parent = o4 | |
1059 | o51.BrickColor = BrickColor.new("Grime") | |
1060 | o51.Position = Vector3.new(-75.1890717, 9.01954174, 217.940002) | |
1061 | o51.Rotation = Vector3.new(-180, 90, 0) | |
1062 | o51.Anchored = true | |
1063 | o51.FormFactor = Enum.FormFactor.Custom | |
1064 | o51.Size = Vector3.new(1.00000024, 1, 1) | |
1065 | o51.CFrame = CFrame.new(-75.1890717, 9.01954174, 217.940002, 5.68434189e-014, 1.08929071e-005, 1, -3.80140364e-012, -1, 1.0892908e-005, 1, -3.80140407e-012, -5.68020837e-014) | |
1066 | o51.BottomSurface = Enum.SurfaceType.Smooth | |
1067 | o51.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1068 | o51.Position = Vector3.new(-75.1890717, 9.01954174, 217.940002) | |
1069 | o52.Parent = o4 | |
1070 | o52.BrickColor = BrickColor.new("Grime") | |
1071 | o52.Position = Vector3.new(-78.5759964, 5.23453045, 218.190002) | |
1072 | o52.Rotation = Vector3.new(-89.9999542, -75.0009384, -89.9999619) | |
1073 | o52.Anchored = true | |
1074 | o52.FormFactor = Enum.FormFactor.Custom | |
1075 | o52.Size = Vector3.new(0.5, 1, 1) | |
1076 | o52.CFrame = CFrame.new(-78.5759964, 5.23453045, 218.190002, 1.66321428e-007, 0.258803427, -0.965930045, -1.20923602e-007, 0.965929985, 0.258803457, 1, 7.37591748e-008, 1.91950321e-007) | |
1077 | o52.BottomSurface = Enum.SurfaceType.Smooth | |
1078 | o52.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1079 | o52.Position = Vector3.new(-78.5759964, 5.23453045, 218.190002) | |
1080 | o53.Parent = o4 | |
1081 | o53.BrickColor = BrickColor.new("Grime") | |
1082 | o53.Position = Vector3.new(-77.1899948, 4.03557444, 218.190002) | |
1083 | o53.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1084 | o53.Anchored = true | |
1085 | o53.FormFactor = Enum.FormFactor.Custom | |
1086 | o53.Size = Vector3.new(4.30000067, 0.600000381, 0.50000006) | |
1087 | o53.CFrame = CFrame.new(-77.1899948, 4.03557444, 218.190002, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1088 | o53.BottomSurface = Enum.SurfaceType.Smooth | |
1089 | o53.TopSurface = Enum.SurfaceType.Smooth | |
1090 | o53.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1091 | o53.Position = Vector3.new(-77.1899948, 4.03557444, 218.190002) | |
1092 | o54.Parent = o53 | |
1093 | o55.Parent = o4 | |
1094 | o55.BrickColor = BrickColor.new("Grime") | |
1095 | o55.Position = Vector3.new(-75.4850159, 4.40660381, 218.190002) | |
1096 | o55.Rotation = Vector3.new(90.0000458, 75.0007095, -90.0000381) | |
1097 | o55.Anchored = true | |
1098 | o55.FormFactor = Enum.FormFactor.Custom | |
1099 | o55.Size = Vector3.new(0.5, 1, 1) | |
1100 | o55.CFrame = CFrame.new(-75.4850159, 4.40660381, 218.190002, -1.77226013e-007, 0.258807153, 0.965929031, 8.02105191e-008, 0.965929091, -0.258807123, -1, 3.16103126e-008, -1.9194681e-007) | |
1101 | o55.BottomSurface = Enum.SurfaceType.Smooth | |
1102 | o55.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1103 | o55.Position = Vector3.new(-75.4850159, 4.40660381, 218.190002) | |
1104 | o56.Parent = o4 | |
1105 | o56.BrickColor = BrickColor.new("Grime") | |
1106 | o56.Position = Vector3.new(-88.0809326, 6.07933426, 214.040009) | |
1107 | o56.Rotation = Vector3.new(90, 75.0008163, 90.0000076) | |
1108 | o56.Anchored = true | |
1109 | o56.FormFactor = Enum.FormFactor.Symmetric | |
1110 | o56.Size = Vector3.new(9, 1, 1) | |
1111 | o56.CFrame = CFrame.new(-88.0809326, 6.07933426, 214.040009, -2.78438783e-008, -0.258805394, 0.965929508, 2.12113811e-008, -0.965929568, -0.258805364, 1, 1.32825573e-008, 3.23848468e-008) | |
1112 | o56.BottomSurface = Enum.SurfaceType.Smooth | |
1113 | o56.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1114 | o56.Position = Vector3.new(-88.0809326, 6.07933426, 214.040009) | |
1115 | o57.Parent = o4 | |
1116 | o57.BrickColor = BrickColor.new("Grime") | |
1117 | o57.Position = Vector3.new(-91.7629318, 7.79024315, 214.040009) | |
1118 | o57.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1119 | o57.Anchored = true | |
1120 | o57.FormFactor = Enum.FormFactor.Custom | |
1121 | o57.Size = Vector3.new(9, 0.399999976, 9) | |
1122 | o57.CFrame = CFrame.new(-91.7629318, 7.79024315, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1123 | o57.BottomSurface = Enum.SurfaceType.Smooth | |
1124 | o57.TopSurface = Enum.SurfaceType.Smooth | |
1125 | o57.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1126 | o57.Position = Vector3.new(-91.7629318, 7.79024315, 214.040009) | |
1127 | o58.Parent = o57 | |
1128 | o59.Parent = o4 | |
1129 | o59.BrickColor = BrickColor.new("Grime") | |
1130 | o59.Position = Vector3.new(-94.4799042, 9.24316406, 214.040009) | |
1131 | o59.Rotation = Vector3.new(-89.9999847, -75.000824, -89.9999924) | |
1132 | o59.Anchored = true | |
1133 | o59.FormFactor = Enum.FormFactor.Symmetric | |
1134 | o59.Size = Vector3.new(9, 1, 3) | |
1135 | o59.CFrame = CFrame.new(-94.4799042, 9.24316406, 214.040009, 6.50591616e-008, 0.258805305, -0.965929568, -7.19757551e-008, 0.965929568, 0.258805305, 1, 5.26858521e-008, 8.14702759e-008) | |
1136 | o59.BottomSurface = Enum.SurfaceType.Smooth | |
1137 | o59.TopSurface = Enum.SurfaceType.Smooth | |
1138 | o59.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1139 | o59.Position = Vector3.new(-94.4799042, 9.24316406, 214.040009) | |
1140 | o60.Parent = o59 | |
1141 | o60.MeshType = Enum.MeshType.Torso | |
1142 | o61.Parent = o4 | |
1143 | o61.BrickColor = BrickColor.new("Grime") | |
1144 | o61.Position = Vector3.new(-91.6339188, 8.27323246, 214.040009) | |
1145 | o61.Rotation = Vector3.new(-89.9999847, -75.000824, -89.9999924) | |
1146 | o61.Anchored = true | |
1147 | o61.FormFactor = Enum.FormFactor.Symmetric | |
1148 | o61.Size = Vector3.new(9, 1, 3) | |
1149 | o61.CFrame = CFrame.new(-91.6339188, 8.27323246, 214.040009, 6.50591616e-008, 0.258805305, -0.965929568, -7.19757551e-008, 0.965929568, 0.258805305, 1, 5.26858521e-008, 8.14702759e-008) | |
1150 | o61.BottomSurface = Enum.SurfaceType.Smooth | |
1151 | o61.TopSurface = Enum.SurfaceType.Smooth | |
1152 | o61.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1153 | o61.Position = Vector3.new(-91.6339188, 8.27323246, 214.040009) | |
1154 | o62.Parent = o61 | |
1155 | o62.MeshType = Enum.MeshType.Torso | |
1156 | o63.Parent = o4 | |
1157 | o63.BrickColor = BrickColor.new("Grime") | |
1158 | o63.Position = Vector3.new(-88.6839447, 7.69029331, 214.040009) | |
1159 | o63.Rotation = Vector3.new(-89.9999847, -75.000824, -89.9999924) | |
1160 | o63.Anchored = true | |
1161 | o63.FormFactor = Enum.FormFactor.Symmetric | |
1162 | o63.Size = Vector3.new(9, 1, 3) | |
1163 | o63.CFrame = CFrame.new(-88.6839447, 7.69029331, 214.040009, 6.50591616e-008, 0.258805305, -0.965929568, -7.19757551e-008, 0.965929568, 0.258805305, 1, 5.26858521e-008, 8.14702759e-008) | |
1164 | o63.BottomSurface = Enum.SurfaceType.Smooth | |
1165 | o63.TopSurface = Enum.SurfaceType.Smooth | |
1166 | o63.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1167 | o63.Position = Vector3.new(-88.6839447, 7.69029331, 214.040009) | |
1168 | o64.Parent = o63 | |
1169 | o64.MeshType = Enum.MeshType.Torso | |
1170 | o65.Parent = o4 | |
1171 | o65.BrickColor = BrickColor.new("Grime") | |
1172 | o65.Position = Vector3.new(-83.595047, 13.1593227, 214.040009) | |
1173 | o65.Rotation = Vector3.new(-89.9999847, -75.000824, -89.9999924) | |
1174 | o65.Anchored = true | |
1175 | o65.FormFactor = Enum.FormFactor.Symmetric | |
1176 | o65.Size = Vector3.new(9, 1, 4) | |
1177 | o65.CFrame = CFrame.new(-83.595047, 13.1593227, 214.040009, 6.50591616e-008, 0.258805305, -0.965929568, -7.19757551e-008, 0.965929568, 0.258805305, 1, 5.26858521e-008, 8.14702759e-008) | |
1178 | o65.BottomSurface = Enum.SurfaceType.Smooth | |
1179 | o65.TopSurface = Enum.SurfaceType.Smooth | |
1180 | o65.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1181 | o65.Position = Vector3.new(-83.595047, 13.1593227, 214.040009) | |
1182 | o66.Parent = o65 | |
1183 | o66.MeshType = Enum.MeshType.Torso | |
1184 | o67.Parent = o4 | |
1185 | o67.BrickColor = BrickColor.new("Grime") | |
1186 | o67.Position = Vector3.new(-80.1900635, 12.1064043, 214.040009) | |
1187 | o67.Rotation = Vector3.new(-89.9999847, -75.000824, -89.9999924) | |
1188 | o67.Anchored = true | |
1189 | o67.FormFactor = Enum.FormFactor.Custom | |
1190 | o67.Size = Vector3.new(8.80000019, 1, 3.29999971) | |
1191 | o67.CFrame = CFrame.new(-80.1900635, 12.1064043, 214.040009, 6.50591616e-008, 0.258805305, -0.965929568, -7.19757551e-008, 0.965929568, 0.258805305, 1, 5.26858521e-008, 8.14702759e-008) | |
1192 | o67.BottomSurface = Enum.SurfaceType.Smooth | |
1193 | o67.TopSurface = Enum.SurfaceType.Smooth | |
1194 | o67.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
1195 | o67.Position = Vector3.new(-80.1900635, 12.1064043, 214.040009) | |
1196 | o68.Parent = o67 | |
1197 | o68.MeshType = Enum.MeshType.Torso | |
1198 | o69.Name = "Body" | |
1199 | o69.Parent = o3 | |
1200 | o70.Parent = o69 | |
1201 | o70.BrickColor = BrickColor.new("Dark stone grey") | |
1202 | o70.Position = Vector3.new(-75.4420853, 10.8995142, 210.722) | |
1203 | o70.Rotation = Vector3.new(-34.0728912, 8.53654099, 77.6211319) | |
1204 | o70.Anchored = true | |
1205 | o70.FormFactor = Enum.FormFactor.Custom | |
1206 | o70.Size = Vector3.new(0.400000155, 3.89999914, 1.30000019) | |
1207 | o70.CFrame = CFrame.new(-75.4420853, 10.8995142, 210.722, 0.212000072, -0.965930402, 0.148440138, 0.791240036, 0.258802056, 0.554040372, -0.57358104, -4.80864492e-006, 0.819148779) | |
1208 | o70.BottomSurface = Enum.SurfaceType.Smooth | |
1209 | o70.TopSurface = Enum.SurfaceType.Smooth | |
1210 | o70.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1211 | o70.Position = Vector3.new(-75.4420853, 10.8995142, 210.722) | |
1212 | o71.Parent = o70 | |
1213 | o72.Parent = o69 | |
1214 | o72.BrickColor = BrickColor.new("Dark stone grey") | |
1215 | o72.Position = Vector3.new(-75.4420853, 10.8995132, 217.358002) | |
1216 | o72.Rotation = Vector3.new(34.0728989, -8.53653622, 77.6211319) | |
1217 | o72.Anchored = true | |
1218 | o72.FormFactor = Enum.FormFactor.Custom | |
1219 | o72.Size = Vector3.new(0.400000155, 3.89999914, 1.30000019) | |
1220 | o72.CFrame = CFrame.new(-75.4420853, 10.8995132, 217.358002, 0.212000161, -0.965930402, -0.148440048, 0.791239977, 0.258802056, -0.554040551, 0.5735811, 4.96926259e-006, 0.819148839) | |
1221 | o72.BottomSurface = Enum.SurfaceType.Smooth | |
1222 | o72.TopSurface = Enum.SurfaceType.Smooth | |
1223 | o72.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1224 | o72.Position = Vector3.new(-75.4420853, 10.8995132, 217.358002) | |
1225 | o73.Parent = o72 | |
1226 | o74.Parent = o69 | |
1227 | o74.Position = Vector3.new(-78.5080338, 9.54846764, 215.290009) | |
1228 | o74.Rotation = Vector3.new(4.12399459e-006, 3.72762634e-006, -19.9985962) | |
1229 | o74.Anchored = true | |
1230 | o74.FormFactor = Enum.FormFactor.Custom | |
1231 | o74.Size = Vector3.new(0.300000191, 2.5999999, 0.300000012) | |
1232 | o74.CFrame = CFrame.new(-78.5080338, 9.54846764, 215.290009, 0.939701021, 0.341997117, 6.50593535e-008, -0.341997117, 0.939700961, -7.19772828e-008, -8.57523688e-008, 4.5387015e-008, 1) | |
1233 | o74.BottomSurface = Enum.SurfaceType.Smooth | |
1234 | o74.TopSurface = Enum.SurfaceType.Smooth | |
1235 | o74.Position = Vector3.new(-78.5080338, 9.54846764, 215.290009) | |
1236 | o75.Parent = o74 | |
1237 | o76.Parent = o69 | |
1238 | o76.Position = Vector3.new(-78.5080338, 9.54846764, 212.790009) | |
1239 | o76.Rotation = Vector3.new(4.1239955e-006, 3.7276277e-006, -19.9985924) | |
1240 | o76.Anchored = true | |
1241 | o76.FormFactor = Enum.FormFactor.Custom | |
1242 | o76.Size = Vector3.new(0.300000191, 2.5999999, 0.300000012) | |
1243 | o76.CFrame = CFrame.new(-78.5080338, 9.54846764, 212.790009, 0.939701021, 0.341997057, 6.50593748e-008, -0.341997057, 0.939701021, -7.1977297e-008, -8.5752383e-008, 4.53870257e-008, 1) | |
1244 | o76.BottomSurface = Enum.SurfaceType.Smooth | |
1245 | o76.TopSurface = Enum.SurfaceType.Smooth | |
1246 | o76.Position = Vector3.new(-78.5080338, 9.54846764, 212.790009) | |
1247 | o77.Parent = o76 | |
1248 | o78.Parent = o69 | |
1249 | o78.BrickColor = BrickColor.new("Dark stone grey") | |
1250 | o78.Position = Vector3.new(-75.3540955, 11.2255116, 214.040009) | |
1251 | o78.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, 75.0008087) | |
1252 | o78.Anchored = true | |
1253 | o78.FormFactor = Enum.FormFactor.Custom | |
1254 | o78.Size = Vector3.new(0.400000155, 3.89999914, 5.80000019) | |
1255 | o78.CFrame = CFrame.new(-75.3540955, 11.2255116, 214.040009, 0.258805394, -0.965929508, 6.50593606e-008, 0.965929508, 0.258805424, -7.19772899e-008, 5.26872768e-008, 8.14708727e-008, 1) | |
1256 | o78.BottomSurface = Enum.SurfaceType.Smooth | |
1257 | o78.TopSurface = Enum.SurfaceType.Smooth | |
1258 | o78.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1259 | o78.Position = Vector3.new(-75.3540955, 11.2255116, 214.040009) | |
1260 | o79.Parent = o78 | |
1261 | o80.Parent = o69 | |
1262 | o80.BrickColor = BrickColor.new("Bright orange") | |
1263 | o80.Position = Vector3.new(-73.644104, 10.4565516, 215.790009) | |
1264 | o80.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, 75.0008087) | |
1265 | o80.Anchored = true | |
1266 | o80.FormFactor = Enum.FormFactor.Custom | |
1267 | o80.Size = Vector3.new(0.200000003, 0.200000003, 1.29999995) | |
1268 | o80.CFrame = CFrame.new(-73.644104, 10.4565516, 215.790009, 0.258805364, -0.965929508, 6.50593677e-008, 0.965929568, 0.258805335, -7.19772899e-008, 5.26872768e-008, 8.14708727e-008, 1) | |
1269 | o80.BottomSurface = Enum.SurfaceType.Smooth | |
1270 | o80.TopSurface = Enum.SurfaceType.Smooth | |
1271 | o80.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
1272 | o80.Position = Vector3.new(-73.644104, 10.4565516, 215.790009) | |
1273 | o81.Parent = o80 | |
1274 | o82.Parent = o69 | |
1275 | o82.BrickColor = BrickColor.new("Dark stone grey") | |
1276 | o82.Position = Vector3.new(-76.2620621, 9.42851448, 218.190002) | |
1277 | o82.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1278 | o82.Anchored = true | |
1279 | o82.CanCollide = false | |
1280 | o82.FormFactor = Enum.FormFactor.Custom | |
1281 | o82.Size = Vector3.new(3.30000067, 0.5, 0.400000066) | |
1282 | o82.CFrame = CFrame.new(-76.2620621, 9.42851448, 218.190002, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1283 | o82.BottomSurface = Enum.SurfaceType.Smooth | |
1284 | o82.TopSurface = Enum.SurfaceType.Smooth | |
1285 | o82.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1286 | o82.Position = Vector3.new(-76.2620621, 9.42851448, 218.190002) | |
1287 | o83.Parent = o82 | |
1288 | o84.Parent = o69 | |
1289 | o84.BrickColor = BrickColor.new("Bright orange") | |
1290 | o84.Position = Vector3.new(-73.644104, 10.4565525, 212.290009) | |
1291 | o84.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, 75.0008087) | |
1292 | o84.Anchored = true | |
1293 | o84.FormFactor = Enum.FormFactor.Custom | |
1294 | o84.Size = Vector3.new(0.200000003, 0.200000003, 1.29999995) | |
1295 | o84.CFrame = CFrame.new(-73.644104, 10.4565525, 212.290009, 0.258805364, -0.965929508, 6.50593677e-008, 0.965929568, 0.258805335, -7.19772899e-008, 5.26872768e-008, 8.14708727e-008, 1) | |
1296 | o84.BottomSurface = Enum.SurfaceType.Smooth | |
1297 | o84.TopSurface = Enum.SurfaceType.Smooth | |
1298 | o84.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
1299 | o84.Position = Vector3.new(-73.644104, 10.4565525, 212.290009) | |
1300 | o85.Parent = o84 | |
1301 | o86.Parent = o69 | |
1302 | o86.BrickColor = BrickColor.new("Dark stone grey") | |
1303 | o86.Position = Vector3.new(-78.8019867, 4.5555377, 211.790009) | |
1304 | o86.Rotation = Vector3.new(4.12399459e-006, 3.72762634e-006, -14.9985905) | |
1305 | o86.Anchored = true | |
1306 | o86.FormFactor = Enum.FormFactor.Custom | |
1307 | o86.Size = Vector3.new(2.10000014, 0.899999857, 2.5) | |
1308 | o86.CFrame = CFrame.new(-78.8019867, 4.5555377, 211.790009, 0.96593225, 0.258795291, 6.50593535e-008, -0.258795291, 0.96593219, -7.19772828e-008, -8.14703114e-008, 5.26881223e-008, 1) | |
1309 | o86.BottomSurface = Enum.SurfaceType.Smooth | |
1310 | o86.TopSurface = Enum.SurfaceType.Smooth | |
1311 | o86.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1312 | o86.Position = Vector3.new(-78.8019867, 4.5555377, 211.790009) | |
1313 | o87.Parent = o86 | |
1314 | o88.Parent = o69 | |
1315 | o88.BrickColor = BrickColor.new("Dark stone grey") | |
1316 | o88.Position = Vector3.new(-73.4760895, 8.7555809, 211.839996) | |
1317 | o88.Rotation = Vector3.new(-90, -90, 0) | |
1318 | o88.Anchored = true | |
1319 | o88.FormFactor = Enum.FormFactor.Custom | |
1320 | o88.Size = Vector3.new(1.10000002, 0.699999928, 0.200000003) | |
1321 | o88.CFrame = CFrame.new(-73.4760895, 8.7555809, 211.839996, -1.48566687e-005, -6.50591616e-008, -1, 1, 7.19773041e-008, -1.48566696e-005, 7.19782705e-008, -1, 6.50580958e-008) | |
1322 | o88.BottomSurface = Enum.SurfaceType.Smooth | |
1323 | o88.TopSurface = Enum.SurfaceType.Smooth | |
1324 | o88.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1325 | o88.Position = Vector3.new(-73.4760895, 8.7555809, 211.839996) | |
1326 | o89.Parent = o88 | |
1327 | o89.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
1328 | o90.Parent = o69 | |
1329 | o90.Position = Vector3.new(-77.4130173, 5.90654469, 209.839996) | |
1330 | o90.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1331 | o90.Anchored = true | |
1332 | o90.CanCollide = false | |
1333 | o90.FormFactor = Enum.FormFactor.Custom | |
1334 | o90.Size = Vector3.new(0.500000656, 0.700000048, 0.400000066) | |
1335 | o90.CFrame = CFrame.new(-77.4130173, 5.90654469, 209.839996, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1336 | o90.BottomSurface = Enum.SurfaceType.Smooth | |
1337 | o90.TopSurface = Enum.SurfaceType.Smooth | |
1338 | o90.Position = Vector3.new(-77.4130173, 5.90654469, 209.839996) | |
1339 | o91.Parent = o90 | |
1340 | o92.Parent = o69 | |
1341 | o92.BrickColor = BrickColor.new("Dark stone grey") | |
1342 | o92.Position = Vector3.new(-75.3980179, 4.31560898, 214.040009) | |
1343 | o92.Rotation = Vector3.new(4.1239964e-006, 3.72762679e-006, -14.9985914) | |
1344 | o92.Anchored = true | |
1345 | o92.FormFactor = Enum.FormFactor.Custom | |
1346 | o92.Size = Vector3.new(1.80000019, 2, 7) | |
1347 | o92.CFrame = CFrame.new(-75.3980179, 4.31560898, 214.040009, 0.96593219, 0.258795291, 6.50593606e-008, -0.258795261, 0.96593225, -7.19773112e-008, -8.14703185e-008, 5.26881436e-008, 1) | |
1348 | o92.BottomSurface = Enum.SurfaceType.Smooth | |
1349 | o92.TopSurface = Enum.SurfaceType.Smooth | |
1350 | o92.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1351 | o92.Position = Vector3.new(-75.3980179, 4.31560898, 214.040009) | |
1352 | o93.Parent = o92 | |
1353 | o94.Parent = o69 | |
1354 | o94.BrickColor = BrickColor.new("Dark stone grey") | |
1355 | o94.Position = Vector3.new(-74.3750305, 4.7316227, 210.740005) | |
1356 | o94.Rotation = Vector3.new(90, -14.9985905, 90) | |
1357 | o94.Anchored = true | |
1358 | o94.FormFactor = Enum.FormFactor.Symmetric | |
1359 | o94.Size = Vector3.new(1, 1, 1) | |
1360 | o94.CFrame = CFrame.new(-74.3750305, 4.7316227, 210.740005, 6.50591616e-008, -0.96593225, -0.258795261, -7.19757551e-008, 0.258795261, -0.96593225, 1, 8.14697287e-008, -5.26867012e-008) | |
1361 | o94.BottomSurface = Enum.SurfaceType.Smooth | |
1362 | o94.TopSurface = Enum.SurfaceType.Smooth | |
1363 | o94.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1364 | o94.Position = Vector3.new(-74.3750305, 4.7316227, 210.740005) | |
1365 | o95.Parent = o94 | |
1366 | o95.Scale = Vector3.new(0.200000003, 0.850000024, 0.200000003) | |
1367 | o96.Parent = o69 | |
1368 | o96.BrickColor = BrickColor.new("Dark stone grey") | |
1369 | o96.Position = Vector3.new(-76.7890091, 5.53256321, 209.889999) | |
1370 | o96.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1371 | o96.Anchored = true | |
1372 | o96.CanCollide = false | |
1373 | o96.FormFactor = Enum.FormFactor.Custom | |
1374 | o96.Size = Vector3.new(4.30000067, 2.5, 0.300000072) | |
1375 | o96.CFrame = CFrame.new(-76.7890091, 5.53256321, 209.889999, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1376 | o96.BottomSurface = Enum.SurfaceType.Smooth | |
1377 | o96.TopSurface = Enum.SurfaceType.Smooth | |
1378 | o96.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1379 | o96.Position = Vector3.new(-76.7890091, 5.53256321, 209.889999) | |
1380 | o97.Parent = o96 | |
1381 | o98.Parent = o69 | |
1382 | o98.Position = Vector3.new(-74.6980286, 5.02361202, 209.839996) | |
1383 | o98.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1384 | o98.Anchored = true | |
1385 | o98.CanCollide = false | |
1386 | o98.FormFactor = Enum.FormFactor.Custom | |
1387 | o98.Size = Vector3.new(0.400000691, 0.600000083, 0.300000072) | |
1388 | o98.CFrame = CFrame.new(-74.6980286, 5.02361202, 209.839996, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1389 | o98.BottomSurface = Enum.SurfaceType.Smooth | |
1390 | o98.TopSurface = Enum.SurfaceType.Smooth | |
1391 | o98.Position = Vector3.new(-74.6980286, 5.02361202, 209.839996) | |
1392 | o99.Parent = o98 | |
1393 | o100.Parent = o69 | |
1394 | o100.BrickColor = BrickColor.new("Dark stone grey") | |
1395 | o100.Position = Vector3.new(-74.0380478, 5.98661423, 209.740005) | |
1396 | o100.Rotation = Vector3.new(90, -14.9985905, 90) | |
1397 | o100.Anchored = true | |
1398 | o100.FormFactor = Enum.FormFactor.Symmetric | |
1399 | o100.Size = Vector3.new(1, 1, 1) | |
1400 | o100.CFrame = CFrame.new(-74.0380478, 5.98661423, 209.740005, 6.50591616e-008, -0.96593225, -0.258795261, -7.19757551e-008, 0.258795261, -0.96593225, 1, 8.14697287e-008, -5.26867012e-008) | |
1401 | o100.BottomSurface = Enum.SurfaceType.Smooth | |
1402 | o100.TopSurface = Enum.SurfaceType.Smooth | |
1403 | o100.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1404 | o100.Position = Vector3.new(-74.0380478, 5.98661423, 209.740005) | |
1405 | o101.Parent = o100 | |
1406 | o101.Scale = Vector3.new(0.200000003, 0.850000024, 0.200000003) | |
1407 | o102.Parent = o69 | |
1408 | o102.Position = Vector3.new(-74.6140366, 5.72660398, 209.839996) | |
1409 | o102.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1410 | o102.Anchored = true | |
1411 | o102.CanCollide = false | |
1412 | o102.FormFactor = Enum.FormFactor.Custom | |
1413 | o102.Size = Vector3.new(0.600000679, 0.600000083, 0.300000072) | |
1414 | o102.CFrame = CFrame.new(-74.6140366, 5.72660398, 209.839996, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1415 | o102.BottomSurface = Enum.SurfaceType.Smooth | |
1416 | o102.TopSurface = Enum.SurfaceType.Smooth | |
1417 | o102.Position = Vector3.new(-74.6140366, 5.72660398, 209.839996) | |
1418 | o103.Parent = o102 | |
1419 | o104.Parent = o69 | |
1420 | o104.BrickColor = BrickColor.new("Dark stone grey") | |
1421 | o104.Position = Vector3.new(-85.7649307, 3.90640926, 209.339996) | |
1422 | o104.Rotation = Vector3.new(90, -14.9985905, -4.31660601e-006) | |
1423 | o104.Anchored = true | |
1424 | o104.FormFactor = Enum.FormFactor.Custom | |
1425 | o104.Size = Vector3.new(2.79999971, 0.200000003, 0.400000036) | |
1426 | o104.CFrame = CFrame.new(-85.7649307, 3.90640926, 209.339996, 0.96593219, 7.27723517e-008, -0.258795261, -0.258795261, -4.31892033e-008, -0.96593219, -8.14703114e-008, 1, -2.28847039e-008) | |
1427 | o104.BottomSurface = Enum.SurfaceType.Smooth | |
1428 | o104.TopSurface = Enum.SurfaceType.Smooth | |
1429 | o104.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1430 | o104.Position = Vector3.new(-85.7649307, 3.90640926, 209.339996) | |
1431 | o105.Parent = o104 | |
1432 | o106.Parent = o69 | |
1433 | o106.BrickColor = BrickColor.new("Black") | |
1434 | o106.Position = Vector3.new(-86.0149307, 4.12840509, 209.540009) | |
1435 | o106.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1436 | o106.Anchored = true | |
1437 | o106.FormFactor = Enum.FormFactor.Custom | |
1438 | o106.Size = Vector3.new(3.5999999, 1.5, 0.400000572) | |
1439 | o106.CFrame = CFrame.new(-86.0149307, 4.12840509, 209.540009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1440 | o106.BottomSurface = Enum.SurfaceType.Smooth | |
1441 | o106.TopSurface = Enum.SurfaceType.Smooth | |
1442 | o106.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1443 | o106.Position = Vector3.new(-86.0149307, 4.12840509, 209.540009) | |
1444 | o107.Parent = o106 | |
1445 | o108.Parent = o69 | |
1446 | o108.BrickColor = BrickColor.new("Black") | |
1447 | o108.Position = Vector3.new(-85.7939453, 4.95540047, 209.729004) | |
1448 | o108.Rotation = Vector3.new(44.0075531, -10.5443697, -10.7274914) | |
1449 | o108.Anchored = true | |
1450 | o108.FormFactor = Enum.FormFactor.Custom | |
1451 | o108.Size = Vector3.new(3.5999999, 0.699999988, 0.400000572) | |
1452 | o108.CFrame = CFrame.new(-85.7939453, 4.95540047, 209.729004, 0.96593225, 0.182994857, -0.182996899, -0.258795261, 0.683013201, -0.683021247, -8.14703256e-008, 0.707110941, 0.707102597) | |
1453 | o108.BottomSurface = Enum.SurfaceType.Smooth | |
1454 | o108.TopSurface = Enum.SurfaceType.Smooth | |
1455 | o108.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1456 | o108.Position = Vector3.new(-85.7939453, 4.95540047, 209.729004) | |
1457 | o109.Parent = o108 | |
1458 | o110.Parent = o69 | |
1459 | o110.BrickColor = BrickColor.new("Dark stone grey") | |
1460 | o110.Position = Vector3.new(-94.4609146, 9.31216335, 210.076004) | |
1461 | o110.Rotation = Vector3.new(44.0075531, -10.5443697, -10.7274914) | |
1462 | o110.Anchored = true | |
1463 | o110.FormFactor = Enum.FormFactor.Custom | |
1464 | o110.Size = Vector3.new(2.5, 0.200000018, 0.200000003) | |
1465 | o110.CFrame = CFrame.new(-94.4609146, 9.31216335, 210.076004, 0.96593225, 0.182994857, -0.182996899, -0.258795261, 0.683013201, -0.683021247, -8.14703256e-008, 0.707110941, 0.707102597) | |
1466 | o110.BottomSurface = Enum.SurfaceType.Smooth | |
1467 | o110.TopSurface = Enum.SurfaceType.Smooth | |
1468 | o110.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1469 | o110.Position = Vector3.new(-94.4609146, 9.31216335, 210.076004) | |
1470 | o111.Parent = o110 | |
1471 | o112.Parent = o69 | |
1472 | o112.BrickColor = BrickColor.new("Dark stone grey") | |
1473 | o112.Position = Vector3.new(-76.4000397, 6.98155117, 209.889999) | |
1474 | o112.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1475 | o112.Anchored = true | |
1476 | o112.CanCollide = false | |
1477 | o112.FormFactor = Enum.FormFactor.Custom | |
1478 | o112.Size = Vector3.new(4.30000067, 0.5, 0.400000066) | |
1479 | o112.CFrame = CFrame.new(-76.4000397, 6.98155117, 209.889999, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1480 | o112.BottomSurface = Enum.SurfaceType.Smooth | |
1481 | o112.TopSurface = Enum.SurfaceType.Smooth | |
1482 | o112.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1483 | o112.Position = Vector3.new(-76.4000397, 6.98155117, 209.889999) | |
1484 | o113.Parent = o112 | |
1485 | o114.Parent = o69 | |
1486 | o114.Position = Vector3.new(-76.0580215, 5.33557987, 214.040009) | |
1487 | o114.Rotation = Vector3.new(4.1239964e-006, 3.72762679e-006, -14.9985914) | |
1488 | o114.Anchored = true | |
1489 | o114.FormFactor = Enum.FormFactor.Custom | |
1490 | o114.Size = Vector3.new(0.200000048, 0.5, 6.5999999) | |
1491 | o114.CFrame = CFrame.new(-76.0580215, 5.33557987, 214.040009, 0.96593219, 0.258795291, 6.50593606e-008, -0.258795261, 0.96593225, -7.19773112e-008, -8.14703185e-008, 5.26881436e-008, 1) | |
1492 | o114.BottomSurface = Enum.SurfaceType.Smooth | |
1493 | o114.TopSurface = Enum.SurfaceType.Smooth | |
1494 | o114.Position = Vector3.new(-76.0580215, 5.33557987, 214.040009) | |
1495 | o115.Parent = o114 | |
1496 | o116.Parent = o69 | |
1497 | o116.BrickColor = BrickColor.new("Dark stone grey") | |
1498 | o116.Position = Vector3.new(-78.1860123, 6.11352921, 209.889999) | |
1499 | o116.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1500 | o116.Anchored = true | |
1501 | o116.CanCollide = false | |
1502 | o116.FormFactor = Enum.FormFactor.Custom | |
1503 | o116.Size = Vector3.new(2.30000067, 0.900000036, 0.400000066) | |
1504 | o116.CFrame = CFrame.new(-78.1860123, 6.11352921, 209.889999, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1505 | o116.BottomSurface = Enum.SurfaceType.Smooth | |
1506 | o116.TopSurface = Enum.SurfaceType.Smooth | |
1507 | o116.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1508 | o116.Position = Vector3.new(-78.1860123, 6.11352921, 209.889999) | |
1509 | o117.Parent = o116 | |
1510 | o118.Parent = o69 | |
1511 | o118.BrickColor = BrickColor.new("Dark stone grey") | |
1512 | o118.Position = Vector3.new(-78.8769913, 4.47154045, 214.040009) | |
1513 | o118.Rotation = Vector3.new(4.12399413e-006, 3.72762634e-006, -14.9985867) | |
1514 | o118.Anchored = true | |
1515 | o118.FormFactor = Enum.FormFactor.Custom | |
1516 | o118.Size = Vector3.new(2.00000024, 0.699999869, 2) | |
1517 | o118.CFrame = CFrame.new(-78.8769913, 4.47154045, 214.040009, 0.96593225, 0.258795232, 6.50593535e-008, -0.258795261, 0.96593219, -7.19772757e-008, -8.14703114e-008, 5.26881223e-008, 1) | |
1518 | o118.BottomSurface = Enum.SurfaceType.Smooth | |
1519 | o118.TopSurface = Enum.SurfaceType.Smooth | |
1520 | o118.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1521 | o118.Position = Vector3.new(-78.8769913, 4.47154045, 214.040009) | |
1522 | o119.Parent = o118 | |
1523 | o120.Parent = o69 | |
1524 | o120.BrickColor = BrickColor.new("Dark stone grey") | |
1525 | o120.Position = Vector3.new(-75.0760269, 5.28760195, 214.040009) | |
1526 | o120.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, -64.9989319) | |
1527 | o120.Anchored = true | |
1528 | o120.FormFactor = Enum.FormFactor.Custom | |
1529 | o120.Size = Vector3.new(1.20000017, 1.5, 7) | |
1530 | o120.CFrame = CFrame.new(-75.0760269, 5.28760195, 214.040009, 0.422635257, 0.906299949, 6.50593606e-008, -0.906299949, 0.422635257, -7.19772899e-008, -9.27293939e-008, -2.85431518e-008, 1) | |
1531 | o120.BottomSurface = Enum.SurfaceType.Smooth | |
1532 | o120.TopSurface = Enum.SurfaceType.Smooth | |
1533 | o120.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1534 | o120.Position = Vector3.new(-75.0760269, 5.28760195, 214.040009) | |
1535 | o121.Parent = o120 | |
1536 | o122.Parent = o69 | |
1537 | o122.BrickColor = BrickColor.new("Dark stone grey") | |
1538 | o122.Position = Vector3.new(-75.2320328, 5.96558428, 212.040009) | |
1539 | o122.Rotation = Vector3.new(4.12399413e-006, 3.72762679e-006, 50.0009193) | |
1540 | o122.Anchored = true | |
1541 | o122.CanCollide = false | |
1542 | o122.FormFactor = Enum.FormFactor.Custom | |
1543 | o122.Size = Vector3.new(0.699999988, 2.5, 0.899999976) | |
1544 | o122.CFrame = CFrame.new(-75.2320328, 5.96558428, 212.040009, 0.642775357, -0.766054809, 6.50593606e-008, 0.766054749, 0.642775416, -7.19772757e-008, 1.3319986e-008, 9.61042659e-008, 1) | |
1545 | o122.BottomSurface = Enum.SurfaceType.Smooth | |
1546 | o122.TopSurface = Enum.SurfaceType.Smooth | |
1547 | o122.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1548 | o122.Position = Vector3.new(-75.2320328, 5.96558428, 212.040009) | |
1549 | o123.Parent = o122 | |
1550 | o124.Parent = o69 | |
1551 | o124.BrickColor = BrickColor.new("Dark stone grey") | |
1552 | o124.Position = Vector3.new(-78.8019867, 4.5555377, 216.290009) | |
1553 | o124.Rotation = Vector3.new(4.1239964e-006, 3.72762679e-006, -14.9985914) | |
1554 | o124.Anchored = true | |
1555 | o124.FormFactor = Enum.FormFactor.Custom | |
1556 | o124.Size = Vector3.new(2.10000014, 0.899999857, 2.5) | |
1557 | o124.CFrame = CFrame.new(-78.8019867, 4.5555377, 216.290009, 0.96593219, 0.258795291, 6.50593606e-008, -0.258795261, 0.96593225, -7.19773112e-008, -8.14703185e-008, 5.26881436e-008, 1) | |
1558 | o124.BottomSurface = Enum.SurfaceType.Smooth | |
1559 | o124.TopSurface = Enum.SurfaceType.Smooth | |
1560 | o124.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1561 | o124.Position = Vector3.new(-78.8019867, 4.5555377, 216.290009) | |
1562 | o125.Parent = o124 | |
1563 | o126.Parent = o69 | |
1564 | o126.BrickColor = BrickColor.new("Dark stone grey") | |
1565 | o126.Position = Vector3.new(-86.0539169, 3.98340368, 214.040009) | |
1566 | o126.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1567 | o126.Anchored = true | |
1568 | o126.FormFactor = Enum.FormFactor.Custom | |
1569 | o126.Size = Vector3.new(4, 2, 9) | |
1570 | o126.CFrame = CFrame.new(-86.0539169, 3.98340368, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1571 | o126.BottomSurface = Enum.SurfaceType.Smooth | |
1572 | o126.TopSurface = Enum.SurfaceType.Smooth | |
1573 | o126.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1574 | o126.Position = Vector3.new(-86.0539169, 3.98340368, 214.040009) | |
1575 | o127.Parent = o126 | |
1576 | o128.Parent = o69 | |
1577 | o128.BrickColor = BrickColor.new("Dark stone grey") | |
1578 | o128.Position = Vector3.new(-74.3750305, 4.7316227, 217.339996) | |
1579 | o128.Rotation = Vector3.new(90, -14.9985905, 90) | |
1580 | o128.Anchored = true | |
1581 | o128.FormFactor = Enum.FormFactor.Symmetric | |
1582 | o128.Size = Vector3.new(1, 1, 1) | |
1583 | o128.CFrame = CFrame.new(-74.3750305, 4.7316227, 217.339996, 6.50591616e-008, -0.96593225, -0.258795261, -7.19757551e-008, 0.258795261, -0.96593225, 1, 8.14697287e-008, -5.26867012e-008) | |
1584 | o128.BottomSurface = Enum.SurfaceType.Smooth | |
1585 | o128.TopSurface = Enum.SurfaceType.Smooth | |
1586 | o128.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1587 | o128.Position = Vector3.new(-74.3750305, 4.7316227, 217.339996) | |
1588 | o129.Parent = o128 | |
1589 | o129.Scale = Vector3.new(0.200000003, 0.850000024, 0.200000003) | |
1590 | o130.Parent = o69 | |
1591 | o130.BrickColor = BrickColor.new("Dark stone grey") | |
1592 | o130.Position = Vector3.new(-79.2460098, 6.55550289, 211.790009) | |
1593 | o130.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -4.99860907) | |
1594 | o130.Anchored = true | |
1595 | o130.FormFactor = Enum.FormFactor.Custom | |
1596 | o130.Size = Vector3.new(0.700000167, 2.89999986, 2.5) | |
1597 | o130.CFrame = CFrame.new(-79.2460098, 6.55550289, 211.790009, 0.996196866, 0.0871315598, 6.50593677e-008, -0.0871315673, 0.996196806, -7.19772899e-008, -7.10834342e-008, 6.60348221e-008, 1) | |
1598 | o130.BottomSurface = Enum.SurfaceType.Smooth | |
1599 | o130.TopSurface = Enum.SurfaceType.Smooth | |
1600 | o130.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1601 | o130.Position = Vector3.new(-79.2460098, 6.55550289, 211.790009) | |
1602 | o131.Parent = o130 | |
1603 | o132.Parent = o69 | |
1604 | o132.Position = Vector3.new(-75.5020294, 5.76558495, 214.040009) | |
1605 | o132.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, -64.9989319) | |
1606 | o132.Anchored = true | |
1607 | o132.FormFactor = Enum.FormFactor.Custom | |
1608 | o132.Size = Vector3.new(0.200000048, 1.20000005, 6.5999999) | |
1609 | o132.CFrame = CFrame.new(-75.5020294, 5.76558495, 214.040009, 0.422635257, 0.906299949, 6.50593606e-008, -0.906299949, 0.422635257, -7.19772899e-008, -9.27293939e-008, -2.85431518e-008, 1) | |
1610 | o132.BottomSurface = Enum.SurfaceType.Smooth | |
1611 | o132.TopSurface = Enum.SurfaceType.Smooth | |
1612 | o132.Position = Vector3.new(-75.5020294, 5.76558495, 214.040009) | |
1613 | o133.Parent = o132 | |
1614 | o134.Parent = o69 | |
1615 | o134.BrickColor = BrickColor.new("Black") | |
1616 | o134.Position = Vector3.new(-79.0980148, 6.7974987, 211.790009) | |
1617 | o134.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -4.99860907) | |
1618 | o134.Anchored = true | |
1619 | o134.FormFactor = Enum.FormFactor.Custom | |
1620 | o134.Size = Vector3.new(0.700000167, 3.29999971, 2.10000038) | |
1621 | o134.CFrame = CFrame.new(-79.0980148, 6.7974987, 211.790009, 0.996196866, 0.0871315598, 6.50593677e-008, -0.0871315673, 0.996196806, -7.19772899e-008, -7.10834342e-008, 6.60348221e-008, 1) | |
1622 | o134.BottomSurface = Enum.SurfaceType.Smooth | |
1623 | o134.TopSurface = Enum.SurfaceType.Smooth | |
1624 | o134.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1625 | o134.Position = Vector3.new(-79.0980148, 6.7974987, 211.790009) | |
1626 | o135.Parent = o134 | |
1627 | o136.Parent = o69 | |
1628 | o136.BrickColor = BrickColor.new("Black") | |
1629 | o136.Position = Vector3.new(-76.1120377, 6.70456123, 211.990005) | |
1630 | o136.Rotation = Vector3.new(90.0000076, 50.0009232, -5.79919106e-006) | |
1631 | o136.Anchored = true | |
1632 | o136.CanCollide = false | |
1633 | o136.FormFactor = Enum.FormFactor.Custom | |
1634 | o136.Size = Vector3.new(0.200000003, 2, 1) | |
1635 | o136.CFrame = CFrame.new(-76.1120377, 6.70456123, 211.990005, 0.642775357, 6.50584937e-008, 0.766054809, 0.766054749, -7.19765509e-008, -0.642775416, 1.3319986e-008, 1, -9.6103129e-008) | |
1636 | o136.BottomSurface = Enum.SurfaceType.Smooth | |
1637 | o136.TopSurface = Enum.SurfaceType.Smooth | |
1638 | o136.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1639 | o136.Position = Vector3.new(-76.1120377, 6.70456123, 211.990005) | |
1640 | o137.Parent = o136 | |
1641 | o138.Parent = o69 | |
1642 | o138.Position = Vector3.new(-74.6980286, 5.02361107, 218.240005) | |
1643 | o138.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1644 | o138.Anchored = true | |
1645 | o138.CanCollide = false | |
1646 | o138.FormFactor = Enum.FormFactor.Custom | |
1647 | o138.Size = Vector3.new(0.400000691, 0.600000083, 0.300000072) | |
1648 | o138.CFrame = CFrame.new(-74.6980286, 5.02361107, 218.240005, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1649 | o138.BottomSurface = Enum.SurfaceType.Smooth | |
1650 | o138.TopSurface = Enum.SurfaceType.Smooth | |
1651 | o138.Position = Vector3.new(-74.6980286, 5.02361107, 218.240005) | |
1652 | o139.Parent = o138 | |
1653 | o140.Parent = o69 | |
1654 | o140.BrickColor = BrickColor.new("Dark stone grey") | |
1655 | o140.Position = Vector3.new(-79.3919983, 5.46351671, 214.040009) | |
1656 | o140.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, -4.9986105) | |
1657 | o140.Anchored = true | |
1658 | o140.FormFactor = Enum.FormFactor.Custom | |
1659 | o140.Size = Vector3.new(0.600000143, 1.0999999, 2.20000029) | |
1660 | o140.CFrame = CFrame.new(-79.3919983, 5.46351671, 214.040009, 0.996196806, 0.0871315822, 6.50593606e-008, -0.0871315822, 0.996196806, -7.19772899e-008, -7.10834271e-008, 6.60348221e-008, 1) | |
1661 | o140.BottomSurface = Enum.SurfaceType.Smooth | |
1662 | o140.TopSurface = Enum.SurfaceType.Smooth | |
1663 | o140.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1664 | o140.Position = Vector3.new(-79.3919983, 5.46351671, 214.040009) | |
1665 | o141.Parent = o140 | |
1666 | o142.Parent = o69 | |
1667 | o142.BrickColor = BrickColor.new("Black") | |
1668 | o142.Position = Vector3.new(-76.1120377, 6.70456123, 212.040009) | |
1669 | o142.Rotation = Vector3.new(4.12399413e-006, 3.72762679e-006, 50.0009193) | |
1670 | o142.Anchored = true | |
1671 | o142.CanCollide = false | |
1672 | o142.FormFactor = Enum.FormFactor.Custom | |
1673 | o142.Size = Vector3.new(1, 0.400000036, 1) | |
1674 | o142.CFrame = CFrame.new(-76.1120377, 6.70456123, 212.040009, 0.642775357, -0.766054809, 6.50593606e-008, 0.766054749, 0.642775416, -7.19772757e-008, 1.3319986e-008, 9.61042659e-008, 1) | |
1675 | o142.BottomSurface = Enum.SurfaceType.Smooth | |
1676 | o142.TopSurface = Enum.SurfaceType.Smooth | |
1677 | o142.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1678 | o142.Position = Vector3.new(-76.1120377, 6.70456123, 212.040009) | |
1679 | o143.Parent = o142 | |
1680 | o144.Parent = o69 | |
1681 | o144.BrickColor = BrickColor.new("Black") | |
1682 | o144.Position = Vector3.new(-76.1890411, 6.76856232, 212.040009) | |
1683 | o144.Rotation = Vector3.new(-180, -3.72762679e-006, -50.0009193) | |
1684 | o144.Anchored = true | |
1685 | o144.CanCollide = false | |
1686 | o144.FormFactor = Enum.FormFactor.Custom | |
1687 | o144.Size = Vector3.new(1, 0.200000003, 1) | |
1688 | o144.CFrame = CFrame.new(-76.1890411, 6.76856232, 212.040009, 0.642775357, 0.766054809, -6.50593606e-008, 0.766054749, -0.642775416, 7.19772757e-008, 1.3319986e-008, -9.61042659e-008, -1) | |
1689 | o144.BottomSurface = Enum.SurfaceType.Smooth | |
1690 | o144.TopSurface = Enum.SurfaceType.Smooth | |
1691 | o144.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1692 | o144.Position = Vector3.new(-76.1890411, 6.76856232, 212.040009) | |
1693 | o145.Parent = o144 | |
1694 | o145.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
1695 | o145.Scale = Vector3.new(2, 1, 2) | |
1696 | o145.MeshType = Enum.MeshType.FileMesh | |
1697 | o146.Parent = o69 | |
1698 | o146.BrickColor = BrickColor.new("Dark stone grey") | |
1699 | o146.Position = Vector3.new(-74.8350525, 7.87956429, 209.889999) | |
1700 | o146.Rotation = Vector3.new(4.12399595e-006, 3.7276277e-006, 0.00137031963) | |
1701 | o146.Anchored = true | |
1702 | o146.CanCollide = false | |
1703 | o146.FormFactor = Enum.FormFactor.Custom | |
1704 | o146.Size = Vector3.new(0.400000572, 2.29999995, 0.400000066) | |
1705 | o146.CFrame = CFrame.new(-74.8350525, 7.87956429, 209.889999, 1, -2.39165893e-005, 6.50593748e-008, 2.39165893e-005, 1, -7.19773041e-008, -6.50576553e-008, 7.19788602e-008, 1) | |
1706 | o146.BottomSurface = Enum.SurfaceType.Smooth | |
1707 | o146.TopSurface = Enum.SurfaceType.Smooth | |
1708 | o146.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1709 | o146.Position = Vector3.new(-74.8350525, 7.87956429, 209.889999) | |
1710 | o147.Parent = o146 | |
1711 | o148.Parent = o69 | |
1712 | o148.BrickColor = BrickColor.new("Dark stone grey") | |
1713 | o148.Position = Vector3.new(-76.7890091, 5.53256226, 218.190002) | |
1714 | o148.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1715 | o148.Anchored = true | |
1716 | o148.CanCollide = false | |
1717 | o148.FormFactor = Enum.FormFactor.Custom | |
1718 | o148.Size = Vector3.new(4.30000067, 2.5, 0.300000072) | |
1719 | o148.CFrame = CFrame.new(-76.7890091, 5.53256226, 218.190002, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1720 | o148.BottomSurface = Enum.SurfaceType.Smooth | |
1721 | o148.TopSurface = Enum.SurfaceType.Smooth | |
1722 | o148.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1723 | o148.Position = Vector3.new(-76.7890091, 5.53256226, 218.190002) | |
1724 | o149.Parent = o148 | |
1725 | o150.Parent = o69 | |
1726 | o150.BrickColor = BrickColor.new("Dark stone grey") | |
1727 | o150.Position = Vector3.new(-74.0380478, 5.98661375, 218.339996) | |
1728 | o150.Rotation = Vector3.new(90, -14.9985905, 90) | |
1729 | o150.Anchored = true | |
1730 | o150.FormFactor = Enum.FormFactor.Symmetric | |
1731 | o150.Size = Vector3.new(1, 1, 1) | |
1732 | o150.CFrame = CFrame.new(-74.0380478, 5.98661375, 218.339996, 6.50591616e-008, -0.96593225, -0.258795261, -7.19757551e-008, 0.258795261, -0.96593225, 1, 8.14697287e-008, -5.26867012e-008) | |
1733 | o150.BottomSurface = Enum.SurfaceType.Smooth | |
1734 | o150.TopSurface = Enum.SurfaceType.Smooth | |
1735 | o150.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1736 | o150.Position = Vector3.new(-74.0380478, 5.98661375, 218.339996) | |
1737 | o151.Parent = o150 | |
1738 | o151.Scale = Vector3.new(0.200000003, 0.850000024, 0.200000003) | |
1739 | o152.Parent = o69 | |
1740 | o152.BrickColor = BrickColor.new("Dark stone grey") | |
1741 | o152.Position = Vector3.new(-85.7649307, 3.90640831, 218.740005) | |
1742 | o152.Rotation = Vector3.new(90, -14.9985905, -4.3166051e-006) | |
1743 | o152.Anchored = true | |
1744 | o152.FormFactor = Enum.FormFactor.Custom | |
1745 | o152.Size = Vector3.new(2.79999971, 0.200000003, 0.400000036) | |
1746 | o152.CFrame = CFrame.new(-85.7649307, 3.90640831, 218.740005, 0.96593231, 7.27723446e-008, -0.258795261, -0.258795291, -4.31892104e-008, -0.96593225, -8.14703185e-008, 1, -2.28847128e-008) | |
1747 | o152.BottomSurface = Enum.SurfaceType.Smooth | |
1748 | o152.TopSurface = Enum.SurfaceType.Smooth | |
1749 | o152.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1750 | o152.Position = Vector3.new(-85.7649307, 3.90640831, 218.740005) | |
1751 | o153.Parent = o152 | |
1752 | o154.Parent = o69 | |
1753 | o154.BrickColor = BrickColor.new("Dark stone grey") | |
1754 | o154.Position = Vector3.new(-75.1940765, 8.7825489, 209.889999) | |
1755 | o154.Rotation = Vector3.new(4.12399459e-006, 3.72762634e-006, 40.0009995) | |
1756 | o154.Anchored = true | |
1757 | o154.CanCollide = false | |
1758 | o154.FormFactor = Enum.FormFactor.Custom | |
1759 | o154.Size = Vector3.new(0.500000596, 1.10000002, 0.400000066) | |
1760 | o154.CFrame = CFrame.new(-75.1940765, 8.7825489, 209.889999, 0.766033292, -0.642800987, 6.50593535e-008, 0.642800987, 0.766033232, -7.19772828e-008, -3.57055829e-009, 9.69572085e-008, 1) | |
1761 | o154.BottomSurface = Enum.SurfaceType.Smooth | |
1762 | o154.TopSurface = Enum.SurfaceType.Smooth | |
1763 | o154.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1764 | o154.Position = Vector3.new(-75.1940765, 8.7825489, 209.889999) | |
1765 | o155.Parent = o154 | |
1766 | o156.Parent = o69 | |
1767 | o156.BrickColor = BrickColor.new("Black") | |
1768 | o156.Position = Vector3.new(-86.0149307, 4.12840414, 218.540009) | |
1769 | o156.Rotation = Vector3.new(-180, -3.72762725e-006, -165.001419) | |
1770 | o156.Anchored = true | |
1771 | o156.FormFactor = Enum.FormFactor.Custom | |
1772 | o156.Size = Vector3.new(3.5999999, 1.5, 0.400000572) | |
1773 | o156.CFrame = CFrame.new(-86.0149307, 4.12840414, 218.540009, -0.96593225, 0.258795261, -6.50593677e-008, 0.258795261, 0.96593225, 7.19772899e-008, 8.14703256e-008, 5.26881294e-008, -1) | |
1774 | o156.BottomSurface = Enum.SurfaceType.Smooth | |
1775 | o156.TopSurface = Enum.SurfaceType.Smooth | |
1776 | o156.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1777 | o156.Position = Vector3.new(-86.0149307, 4.12840414, 218.540009) | |
1778 | o157.Parent = o156 | |
1779 | o158.Parent = o69 | |
1780 | o158.Position = Vector3.new(-74.6140366, 5.72660351, 218.240005) | |
1781 | o158.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1782 | o158.Anchored = true | |
1783 | o158.CanCollide = false | |
1784 | o158.FormFactor = Enum.FormFactor.Custom | |
1785 | o158.Size = Vector3.new(0.600000679, 0.600000083, 0.300000072) | |
1786 | o158.CFrame = CFrame.new(-74.6140366, 5.72660351, 218.240005, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1787 | o158.BottomSurface = Enum.SurfaceType.Smooth | |
1788 | o158.TopSurface = Enum.SurfaceType.Smooth | |
1789 | o158.Position = Vector3.new(-74.6140366, 5.72660351, 218.240005) | |
1790 | o159.Parent = o158 | |
1791 | o160.Parent = o69 | |
1792 | o160.BrickColor = BrickColor.new("Really black") | |
1793 | o160.Transparency = 0.19999998807907 | |
1794 | o160.Position = Vector3.new(-76.3050461, 8.30153179, 209.889999) | |
1795 | o160.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1796 | o160.Anchored = true | |
1797 | o160.CanCollide = false | |
1798 | o160.FormFactor = Enum.FormFactor.Custom | |
1799 | o160.Size = Vector3.new(3.40000057, 2.0999999, 0.200000003) | |
1800 | o160.CFrame = CFrame.new(-76.3050461, 8.30153179, 209.889999, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1801 | o160.BottomSurface = Enum.SurfaceType.Smooth | |
1802 | o160.TopSurface = Enum.SurfaceType.Smooth | |
1803 | o160.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1804 | o160.Position = Vector3.new(-76.3050461, 8.30153179, 209.889999) | |
1805 | o161.Parent = o160 | |
1806 | o162.Parent = o69 | |
1807 | o162.Position = Vector3.new(-77.4130173, 5.90654421, 218.240005) | |
1808 | o162.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1809 | o162.Anchored = true | |
1810 | o162.CanCollide = false | |
1811 | o162.FormFactor = Enum.FormFactor.Custom | |
1812 | o162.Size = Vector3.new(0.500000656, 0.700000048, 0.400000066) | |
1813 | o162.CFrame = CFrame.new(-77.4130173, 5.90654421, 218.240005, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1814 | o162.BottomSurface = Enum.SurfaceType.Smooth | |
1815 | o162.TopSurface = Enum.SurfaceType.Smooth | |
1816 | o162.Position = Vector3.new(-77.4130173, 5.90654421, 218.240005) | |
1817 | o163.Parent = o162 | |
1818 | o164.Parent = o69 | |
1819 | o164.BrickColor = BrickColor.new("Dark stone grey") | |
1820 | o164.Position = Vector3.new(-79.2460098, 6.55550194, 216.290009) | |
1821 | o164.Rotation = Vector3.new(4.12399595e-006, 3.72762679e-006, -4.99860907) | |
1822 | o164.Anchored = true | |
1823 | o164.FormFactor = Enum.FormFactor.Custom | |
1824 | o164.Size = Vector3.new(0.700000167, 2.89999986, 2.5) | |
1825 | o164.CFrame = CFrame.new(-79.2460098, 6.55550194, 216.290009, 0.996196866, 0.0871315598, 6.50593606e-008, -0.0871315598, 0.996196866, -7.19773041e-008, -7.10834271e-008, 6.60348363e-008, 1) | |
1826 | o164.BottomSurface = Enum.SurfaceType.Smooth | |
1827 | o164.TopSurface = Enum.SurfaceType.Smooth | |
1828 | o164.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1829 | o164.Position = Vector3.new(-79.2460098, 6.55550194, 216.290009) | |
1830 | o165.Parent = o164 | |
1831 | o166.Parent = o69 | |
1832 | o166.BrickColor = BrickColor.new("Black") | |
1833 | o166.Position = Vector3.new(-79.0980148, 6.7974987, 216.290009) | |
1834 | o166.Rotation = Vector3.new(4.12399595e-006, 3.72762679e-006, -4.99860907) | |
1835 | o166.Anchored = true | |
1836 | o166.FormFactor = Enum.FormFactor.Custom | |
1837 | o166.Size = Vector3.new(0.700000167, 3.29999971, 2.10000038) | |
1838 | o166.CFrame = CFrame.new(-79.0980148, 6.7974987, 216.290009, 0.996196866, 0.0871315598, 6.50593606e-008, -0.0871315598, 0.996196866, -7.19773041e-008, -7.10834271e-008, 6.60348363e-008, 1) | |
1839 | o166.BottomSurface = Enum.SurfaceType.Smooth | |
1840 | o166.TopSurface = Enum.SurfaceType.Smooth | |
1841 | o166.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1842 | o166.Position = Vector3.new(-79.0980148, 6.7974987, 216.290009) | |
1843 | o167.Parent = o166 | |
1844 | o168.Parent = o69 | |
1845 | o168.BrickColor = BrickColor.new("Dark stone grey") | |
1846 | o168.Position = Vector3.new(-79.0210266, 8.23947525, 211.790009) | |
1847 | o168.Rotation = Vector3.new(4.12399459e-006, 3.72762679e-006, -19.9985924) | |
1848 | o168.Anchored = true | |
1849 | o168.FormFactor = Enum.FormFactor.Custom | |
1850 | o168.Size = Vector3.new(0.700000167, 0.699999809, 2.5) | |
1851 | o168.CFrame = CFrame.new(-79.0210266, 8.23947525, 211.790009, 0.93970108, 0.341997087, 6.50593606e-008, -0.341997087, 0.93970108, -7.19772828e-008, -8.57523759e-008, 4.53870221e-008, 1) | |
1852 | o168.BottomSurface = Enum.SurfaceType.Smooth | |
1853 | o168.TopSurface = Enum.SurfaceType.Smooth | |
1854 | o168.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1855 | o168.Position = Vector3.new(-79.0210266, 8.23947525, 211.790009) | |
1856 | o169.Parent = o168 | |
1857 | o170.Parent = o69 | |
1858 | o170.BrickColor = BrickColor.new("Black") | |
1859 | o170.Position = Vector3.new(-85.7939453, 4.95539999, 218.350998) | |
1860 | o170.Rotation = Vector3.new(135.992462, -10.5443745, -169.272507) | |
1861 | o170.Anchored = true | |
1862 | o170.FormFactor = Enum.FormFactor.Custom | |
1863 | o170.Size = Vector3.new(3.5999999, 0.699999988, 0.400000572) | |
1864 | o170.CFrame = CFrame.new(-85.7939453, 4.95539999, 218.350998, -0.96593225, 0.182994783, -0.182996973, 0.258795261, 0.68301338, -0.683021128, 8.14703256e-008, -0.707110882, -0.707102716) | |
1865 | o170.BottomSurface = Enum.SurfaceType.Smooth | |
1866 | o170.TopSurface = Enum.SurfaceType.Smooth | |
1867 | o170.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1868 | o170.Position = Vector3.new(-85.7939453, 4.95539999, 218.350998) | |
1869 | o171.Parent = o170 | |
1870 | o172.Parent = o69 | |
1871 | o172.BrickColor = BrickColor.new("Dark stone grey") | |
1872 | o172.Position = Vector3.new(-77.9220505, 8.83849144, 209.889999) | |
1873 | o172.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1874 | o172.Anchored = true | |
1875 | o172.CanCollide = false | |
1876 | o172.FormFactor = Enum.FormFactor.Custom | |
1877 | o172.Size = Vector3.new(0.400000572, 2.29999995, 0.400000066) | |
1878 | o172.CFrame = CFrame.new(-77.9220505, 8.83849144, 209.889999, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1879 | o172.BottomSurface = Enum.SurfaceType.Smooth | |
1880 | o172.TopSurface = Enum.SurfaceType.Smooth | |
1881 | o172.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1882 | o172.Position = Vector3.new(-77.9220505, 8.83849144, 209.889999) | |
1883 | o173.Parent = o172 | |
1884 | o174.Parent = o69 | |
1885 | o174.BrickColor = BrickColor.new("Black") | |
1886 | o174.Position = Vector3.new(-92.5299225, 8.79320145, 214.040009) | |
1887 | o174.Rotation = Vector3.new(-180, -3.72762725e-006, 14.9985886) | |
1888 | o174.Anchored = true | |
1889 | o174.FormFactor = Enum.FormFactor.Symmetric | |
1890 | o174.Size = Vector3.new(5, 1, 5) | |
1891 | o174.CFrame = CFrame.new(-92.5299225, 8.79320145, 214.040009, 0.96593225, -0.258795261, -6.50593677e-008, -0.258795261, -0.96593225, 7.19772899e-008, -8.14703256e-008, -5.26881294e-008, -1) | |
1892 | o174.BottomSurface = Enum.SurfaceType.Smooth | |
1893 | o174.TopSurface = Enum.SurfaceType.Smooth | |
1894 | o174.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
1895 | o174.Position = Vector3.new(-92.5299225, 8.79320145, 214.040009) | |
1896 | o175.Parent = o174 | |
1897 | o175.Scale = Vector3.new(0.899999976, 1, 0.899999976) | |
1898 | o176.Parent = o69 | |
1899 | o176.BrickColor = BrickColor.new("Dark stone grey") | |
1900 | o176.Position = Vector3.new(-92.5819168, 8.60020638, 214.040009) | |
1901 | o176.Rotation = Vector3.new(90.0000153, 75.000824, -90.0000153) | |
1902 | o176.Anchored = true | |
1903 | o176.FormFactor = Enum.FormFactor.Symmetric | |
1904 | o176.Size = Vector3.new(5, 1, 5) | |
1905 | o176.CFrame = CFrame.new(-92.5819168, 8.60020638, 214.040009, -6.50591616e-008, 0.258805305, 0.965929568, 7.19757551e-008, 0.965929568, -0.258805305, -1, 5.26858521e-008, -8.14702759e-008) | |
1906 | o176.BottomSurface = Enum.SurfaceType.Smooth | |
1907 | o176.TopSurface = Enum.SurfaceType.Smooth | |
1908 | o176.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1909 | o176.Position = Vector3.new(-92.5819168, 8.60020638, 214.040009) | |
1910 | o177.Parent = o176 | |
1911 | o177.Offset = Vector3.new(0, 0.100000001, 0) | |
1912 | o178.Parent = o69 | |
1913 | o178.BrickColor = BrickColor.new("Dark stone grey") | |
1914 | o178.Position = Vector3.new(-88.665947, 7.75929928, 210.076004) | |
1915 | o178.Rotation = Vector3.new(44.0075531, -10.5443697, -10.7274914) | |
1916 | o178.Anchored = true | |
1917 | o178.FormFactor = Enum.FormFactor.Custom | |
1918 | o178.Size = Vector3.new(2.5, 0.200000018, 0.200000003) | |
1919 | o178.CFrame = CFrame.new(-88.665947, 7.75929928, 210.076004, 0.96593225, 0.182994857, -0.182996899, -0.258795261, 0.683013201, -0.683021247, -8.14703256e-008, 0.707110941, 0.707102597) | |
1920 | o178.BottomSurface = Enum.SurfaceType.Smooth | |
1921 | o178.TopSurface = Enum.SurfaceType.Smooth | |
1922 | o178.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1923 | o178.Position = Vector3.new(-88.665947, 7.75929928, 210.076004) | |
1924 | o179.Parent = o178 | |
1925 | o180.Parent = o69 | |
1926 | o180.BrickColor = BrickColor.new("Dark stone grey") | |
1927 | o180.Position = Vector3.new(-76.2620621, 9.42851543, 209.889999) | |
1928 | o180.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1929 | o180.Anchored = true | |
1930 | o180.CanCollide = false | |
1931 | o180.FormFactor = Enum.FormFactor.Custom | |
1932 | o180.Size = Vector3.new(3.30000067, 0.5, 0.400000066) | |
1933 | o180.CFrame = CFrame.new(-76.2620621, 9.42851543, 209.889999, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1934 | o180.BottomSurface = Enum.SurfaceType.Smooth | |
1935 | o180.TopSurface = Enum.SurfaceType.Smooth | |
1936 | o180.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1937 | o180.Position = Vector3.new(-76.2620621, 9.42851543, 209.889999) | |
1938 | o181.Parent = o180 | |
1939 | o182.Parent = o69 | |
1940 | o182.BrickColor = BrickColor.new("Dark stone grey") | |
1941 | o182.Position = Vector3.new(-78.1860123, 6.11352873, 218.190002) | |
1942 | o182.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1943 | o182.Anchored = true | |
1944 | o182.CanCollide = false | |
1945 | o182.FormFactor = Enum.FormFactor.Custom | |
1946 | o182.Size = Vector3.new(2.30000067, 0.900000036, 0.400000066) | |
1947 | o182.CFrame = CFrame.new(-78.1860123, 6.11352873, 218.190002, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1948 | o182.BottomSurface = Enum.SurfaceType.Smooth | |
1949 | o182.TopSurface = Enum.SurfaceType.Smooth | |
1950 | o182.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1951 | o182.Position = Vector3.new(-78.1860123, 6.11352873, 218.190002) | |
1952 | o183.Parent = o182 | |
1953 | o184.Parent = o69 | |
1954 | o184.BrickColor = BrickColor.new("Dark stone grey") | |
1955 | o184.Position = Vector3.new(-89.7059402, 7.93327141, 214.040009) | |
1956 | o184.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1957 | o184.Anchored = true | |
1958 | o184.FormFactor = Enum.FormFactor.Custom | |
1959 | o184.Size = Vector3.new(5.69999981, 0.999999881, 3.80000019) | |
1960 | o184.CFrame = CFrame.new(-89.7059402, 7.93327141, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1961 | o184.BottomSurface = Enum.SurfaceType.Smooth | |
1962 | o184.TopSurface = Enum.SurfaceType.Smooth | |
1963 | o184.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1964 | o184.Position = Vector3.new(-89.7059402, 7.93327141, 214.040009) | |
1965 | o185.Parent = o184 | |
1966 | o186.Parent = o69 | |
1967 | o186.BrickColor = BrickColor.new("Dark stone grey") | |
1968 | o186.Position = Vector3.new(-76.4000397, 6.98155022, 218.190002) | |
1969 | o186.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1970 | o186.Anchored = true | |
1971 | o186.CanCollide = false | |
1972 | o186.FormFactor = Enum.FormFactor.Custom | |
1973 | o186.Size = Vector3.new(4.30000067, 0.5, 0.400000066) | |
1974 | o186.CFrame = CFrame.new(-76.4000397, 6.98155022, 218.190002, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
1975 | o186.BottomSurface = Enum.SurfaceType.Smooth | |
1976 | o186.TopSurface = Enum.SurfaceType.Smooth | |
1977 | o186.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1978 | o186.Position = Vector3.new(-76.4000397, 6.98155022, 218.190002) | |
1979 | o187.Parent = o186 | |
1980 | o188.Parent = o69 | |
1981 | o188.BrickColor = BrickColor.new("Dark stone grey") | |
1982 | o188.Position = Vector3.new(-94.4609146, 9.3121624, 218.003998) | |
1983 | o188.Rotation = Vector3.new(135.992462, -10.5443745, -169.272507) | |
1984 | o188.Anchored = true | |
1985 | o188.FormFactor = Enum.FormFactor.Custom | |
1986 | o188.Size = Vector3.new(2.5, 0.200000018, 0.200000003) | |
1987 | o188.CFrame = CFrame.new(-94.4609146, 9.3121624, 218.003998, -0.96593225, 0.182994768, -0.182996973, 0.258795261, 0.68301332, -0.683021128, 8.14703256e-008, -0.707110822, -0.707102716) | |
1988 | o188.BottomSurface = Enum.SurfaceType.Smooth | |
1989 | o188.TopSurface = Enum.SurfaceType.Smooth | |
1990 | o188.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
1991 | o188.Position = Vector3.new(-94.4609146, 9.3121624, 218.003998) | |
1992 | o189.Parent = o188 | |
1993 | o190.Parent = o69 | |
1994 | o190.BrickColor = BrickColor.new("Black") | |
1995 | o190.Position = Vector3.new(-89.5899506, 8.36826992, 214.040009) | |
1996 | o190.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
1997 | o190.Anchored = true | |
1998 | o190.FormFactor = Enum.FormFactor.Custom | |
1999 | o190.Size = Vector3.new(5.69999981, 0.300000012, 2.9000001) | |
2000 | o190.CFrame = CFrame.new(-89.5899506, 8.36826992, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
2001 | o190.BottomSurface = Enum.SurfaceType.Smooth | |
2002 | o190.TopSurface = Enum.SurfaceType.Smooth | |
2003 | o190.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2004 | o190.Position = Vector3.new(-89.5899506, 8.36826992, 214.040009) | |
2005 | o191.Parent = o190 | |
2006 | o192.Parent = o69 | |
2007 | o192.BrickColor = BrickColor.new("Dark stone grey") | |
2008 | o192.Position = Vector3.new(-74.8350525, 7.87956381, 218.190002) | |
2009 | o192.Rotation = Vector3.new(4.12399595e-006, 3.7276277e-006, 0.00137031963) | |
2010 | o192.Anchored = true | |
2011 | o192.CanCollide = false | |
2012 | o192.FormFactor = Enum.FormFactor.Custom | |
2013 | o192.Size = Vector3.new(0.400000572, 2.29999995, 0.400000066) | |
2014 | o192.CFrame = CFrame.new(-74.8350525, 7.87956381, 218.190002, 1, -2.39165893e-005, 6.50593748e-008, 2.39165893e-005, 1, -7.19773041e-008, -6.50576553e-008, 7.19788602e-008, 1) | |
2015 | o192.BottomSurface = Enum.SurfaceType.Smooth | |
2016 | o192.TopSurface = Enum.SurfaceType.Smooth | |
2017 | o192.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2018 | o192.Position = Vector3.new(-74.8350525, 7.87956381, 218.190002) | |
2019 | o193.Parent = o192 | |
2020 | o194.Name = "H" | |
2021 | o194.Parent = o69 | |
2022 | o194.BrickColor = BrickColor.new("Dark stone grey") | |
2023 | o194.Position = Vector3.new(-87.1299667, 8.13832378, 214.040009) | |
2024 | o194.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, 30.001112) | |
2025 | o194.Anchored = true | |
2026 | o194.FormFactor = Enum.FormFactor.Custom | |
2027 | o194.Size = Vector3.new(2.0999999, 0.999999881, 3.80000019) | |
2028 | o194.CFrame = CFrame.new(-87.1299667, 8.13832378, 214.040009, 0.866015792, -0.500016809, 6.50593606e-008, 0.500016749, 0.866015792, -7.19772899e-008, -2.03525872e-008, 9.48642409e-008, 1) | |
2029 | o194.BottomSurface = Enum.SurfaceType.Smooth | |
2030 | o194.TopSurface = Enum.SurfaceType.Smooth | |
2031 | o194.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2032 | o194.Position = Vector3.new(-87.1299667, 8.13832378, 214.040009) | |
2033 | o195.Parent = o194 | |
2034 | o196.Parent = o69 | |
2035 | o196.BrickColor = BrickColor.new("Dark stone grey") | |
2036 | o196.Position = Vector3.new(-88.665947, 7.75929928, 218.003998) | |
2037 | o196.Rotation = Vector3.new(135.992462, -10.5443745, -169.272507) | |
2038 | o196.Anchored = true | |
2039 | o196.FormFactor = Enum.FormFactor.Custom | |
2040 | o196.Size = Vector3.new(2.5, 0.200000018, 0.200000003) | |
2041 | o196.CFrame = CFrame.new(-88.665947, 7.75929928, 218.003998, -0.96593225, 0.182994768, -0.182996973, 0.258795261, 0.68301332, -0.683021128, 8.14703256e-008, -0.707110822, -0.707102716) | |
2042 | o196.BottomSurface = Enum.SurfaceType.Smooth | |
2043 | o196.TopSurface = Enum.SurfaceType.Smooth | |
2044 | o196.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2045 | o196.Position = Vector3.new(-88.665947, 7.75929928, 218.003998) | |
2046 | o197.Parent = o196 | |
2047 | o198.Parent = o69 | |
2048 | o198.BrickColor = BrickColor.new("Dark stone grey") | |
2049 | o198.Position = Vector3.new(-75.1940765, 8.78254795, 218.190002) | |
2050 | o198.Rotation = Vector3.new(4.12399459e-006, 3.72762634e-006, 40.0009995) | |
2051 | o198.Anchored = true | |
2052 | o198.CanCollide = false | |
2053 | o198.FormFactor = Enum.FormFactor.Custom | |
2054 | o198.Size = Vector3.new(0.500000596, 1.10000002, 0.400000066) | |
2055 | o198.CFrame = CFrame.new(-75.1940765, 8.78254795, 218.190002, 0.766033292, -0.642800987, 6.50593535e-008, 0.642800987, 0.766033232, -7.19772828e-008, -3.57055829e-009, 9.69572085e-008, 1) | |
2056 | o198.BottomSurface = Enum.SurfaceType.Smooth | |
2057 | o198.TopSurface = Enum.SurfaceType.Smooth | |
2058 | o198.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2059 | o198.Position = Vector3.new(-75.1940765, 8.78254795, 218.190002) | |
2060 | o199.Parent = o198 | |
2061 | o200.Parent = o69 | |
2062 | o200.BrickColor = BrickColor.new("Really black") | |
2063 | o200.Transparency = 0.19999998807907 | |
2064 | o200.Position = Vector3.new(-76.3050461, 8.30153179, 218.190002) | |
2065 | o200.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
2066 | o200.Anchored = true | |
2067 | o200.CanCollide = false | |
2068 | o200.FormFactor = Enum.FormFactor.Custom | |
2069 | o200.Size = Vector3.new(3.40000057, 2.0999999, 0.200000003) | |
2070 | o200.CFrame = CFrame.new(-76.3050461, 8.30153179, 218.190002, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
2071 | o200.BottomSurface = Enum.SurfaceType.Smooth | |
2072 | o200.TopSurface = Enum.SurfaceType.Smooth | |
2073 | o200.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
2074 | o200.Position = Vector3.new(-76.3050461, 8.30153179, 218.190002) | |
2075 | o201.Parent = o200 | |
2076 | o202.Parent = o69 | |
2077 | o202.BrickColor = BrickColor.new("Dark stone grey") | |
2078 | o202.Position = Vector3.new(-79.0210266, 8.2394743, 216.290009) | |
2079 | o202.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -19.9985924) | |
2080 | o202.Anchored = true | |
2081 | o202.FormFactor = Enum.FormFactor.Custom | |
2082 | o202.Size = Vector3.new(0.700000167, 0.699999809, 2.5) | |
2083 | o202.CFrame = CFrame.new(-79.0210266, 8.2394743, 216.290009, 0.93970108, 0.341997087, 6.50593677e-008, -0.341997087, 0.939701021, -7.19772899e-008, -8.5752383e-008, 4.53870186e-008, 1) | |
2084 | o202.BottomSurface = Enum.SurfaceType.Smooth | |
2085 | o202.TopSurface = Enum.SurfaceType.Smooth | |
2086 | o202.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2087 | o202.Position = Vector3.new(-79.0210266, 8.2394743, 216.290009) | |
2088 | o203.Parent = o202 | |
2089 | o204.Parent = o69 | |
2090 | o204.BrickColor = BrickColor.new("Black") | |
2091 | o204.Position = Vector3.new(-87.3549576, 8.52831841, 214.040009) | |
2092 | o204.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, 30.001112) | |
2093 | o204.Anchored = true | |
2094 | o204.FormFactor = Enum.FormFactor.Custom | |
2095 | o204.Size = Vector3.new(2.0999999, 0.300000012, 2.9000001) | |
2096 | o204.CFrame = CFrame.new(-87.3549576, 8.52831841, 214.040009, 0.866015792, -0.500016809, 6.50593606e-008, 0.500016749, 0.866015792, -7.19772899e-008, -2.03525872e-008, 9.48642409e-008, 1) | |
2097 | o204.BottomSurface = Enum.SurfaceType.Smooth | |
2098 | o204.TopSurface = Enum.SurfaceType.Smooth | |
2099 | o204.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2100 | o204.Position = Vector3.new(-87.3549576, 8.52831841, 214.040009) | |
2101 | o205.Parent = o204 | |
2102 | o206.Parent = o69 | |
2103 | o206.BrickColor = BrickColor.new("Dark stone grey") | |
2104 | o206.Position = Vector3.new(-73.6130676, 7.85459232, 214.040009) | |
2105 | o206.Rotation = Vector3.new(4.12399595e-006, 3.72762679e-006, 0.00136519619) | |
2106 | o206.Anchored = true | |
2107 | o206.FormFactor = Enum.FormFactor.Custom | |
2108 | o206.Size = Vector3.new(0.300000101, 3.20000005, 0.399999619) | |
2109 | o206.CFrame = CFrame.new(-73.6130676, 7.85459232, 214.040009, 1, -2.38271678e-005, 6.50593606e-008, 2.38271678e-005, 1, -7.19773041e-008, -6.50576482e-008, 7.19788531e-008, 1) | |
2110 | o206.BottomSurface = Enum.SurfaceType.Smooth | |
2111 | o206.TopSurface = Enum.SurfaceType.Smooth | |
2112 | o206.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2113 | o206.Position = Vector3.new(-73.6130676, 7.85459232, 214.040009) | |
2114 | o207.Parent = o206 | |
2115 | o208.Parent = o69 | |
2116 | o208.BrickColor = BrickColor.new("Dark stone grey") | |
2117 | o208.Position = Vector3.new(-73.4770737, 7.75659275, 211.839996) | |
2118 | o208.Rotation = Vector3.new(-90, -90, 0) | |
2119 | o208.Anchored = true | |
2120 | o208.FormFactor = Enum.FormFactor.Custom | |
2121 | o208.Size = Vector3.new(1.10000002, 0.699999928, 0.200000003) | |
2122 | o208.CFrame = CFrame.new(-73.4770737, 7.75659275, 211.839996, -1.48566687e-005, -6.50591616e-008, -1, 1, 7.19773041e-008, -1.48566696e-005, 7.19782705e-008, -1, 6.50580958e-008) | |
2123 | o208.BottomSurface = Enum.SurfaceType.Smooth | |
2124 | o208.TopSurface = Enum.SurfaceType.Smooth | |
2125 | o208.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2126 | o208.Position = Vector3.new(-73.4770737, 7.75659275, 211.839996) | |
2127 | o209.Parent = o208 | |
2128 | o209.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2129 | o210.Parent = o69 | |
2130 | o210.BrickColor = BrickColor.new("Dark stone grey") | |
2131 | o210.Position = Vector3.new(-73.477066, 6.75561333, 216.240005) | |
2132 | o210.Rotation = Vector3.new(-90, -90, 0) | |
2133 | o210.Anchored = true | |
2134 | o210.FormFactor = Enum.FormFactor.Custom | |
2135 | o210.Size = Vector3.new(1.10000002, 0.699999928, 0.200000003) | |
2136 | o210.CFrame = CFrame.new(-73.477066, 6.75561333, 216.240005, -1.48566687e-005, -6.50591616e-008, -1, 1, 7.19773041e-008, -1.48566696e-005, 7.19782705e-008, -1, 6.50580958e-008) | |
2137 | o210.BottomSurface = Enum.SurfaceType.Smooth | |
2138 | o210.TopSurface = Enum.SurfaceType.Smooth | |
2139 | o210.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2140 | o210.Position = Vector3.new(-73.477066, 6.75561333, 216.240005) | |
2141 | o211.Parent = o210 | |
2142 | o211.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2143 | o212.Parent = o69 | |
2144 | o212.BrickColor = BrickColor.new("Dark stone grey") | |
2145 | o212.Position = Vector3.new(-74.1430893, 9.40755844, 214.040009) | |
2146 | o212.Rotation = Vector3.new(4.12399595e-006, 3.72762679e-006, 0.00136519619) | |
2147 | o212.Anchored = true | |
2148 | o212.FormFactor = Enum.FormFactor.Custom | |
2149 | o212.Size = Vector3.new(0.900000095, 0.5, 7.59999943) | |
2150 | o212.CFrame = CFrame.new(-74.1430893, 9.40755844, 214.040009, 1, -2.38271678e-005, 6.50593606e-008, 2.38271678e-005, 1, -7.19773041e-008, -6.50576482e-008, 7.19788531e-008, 1) | |
2151 | o212.BottomSurface = Enum.SurfaceType.Smooth | |
2152 | o212.TopSurface = Enum.SurfaceType.Smooth | |
2153 | o212.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2154 | o212.Position = Vector3.new(-74.1430893, 9.40755844, 214.040009) | |
2155 | o213.Parent = o212 | |
2156 | o214.Parent = o69 | |
2157 | o214.BrickColor = BrickColor.new("Dark stone grey") | |
2158 | o214.Position = Vector3.new(-73.4760895, 8.7555809, 216.240005) | |
2159 | o214.Rotation = Vector3.new(-90, -90, 0) | |
2160 | o214.Anchored = true | |
2161 | o214.FormFactor = Enum.FormFactor.Custom | |
2162 | o214.Size = Vector3.new(1.10000002, 0.699999928, 0.200000003) | |
2163 | o214.CFrame = CFrame.new(-73.4760895, 8.7555809, 216.240005, -1.48566687e-005, -6.50591616e-008, -1, 1, 7.19773041e-008, -1.48566696e-005, 7.19782705e-008, -1, 6.50580958e-008) | |
2164 | o214.BottomSurface = Enum.SurfaceType.Smooth | |
2165 | o214.TopSurface = Enum.SurfaceType.Smooth | |
2166 | o214.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2167 | o214.Position = Vector3.new(-73.4760895, 8.7555809, 216.240005) | |
2168 | o215.Parent = o214 | |
2169 | o215.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2170 | o216.Parent = o69 | |
2171 | o216.BrickColor = BrickColor.new("Dark stone grey") | |
2172 | o216.Position = Vector3.new(-73.6130676, 7.8545928, 211.639999) | |
2173 | o216.Rotation = Vector3.new(4.12399595e-006, 3.72762679e-006, 0.00136519619) | |
2174 | o216.Anchored = true | |
2175 | o216.FormFactor = Enum.FormFactor.Custom | |
2176 | o216.Size = Vector3.new(0.300000101, 3.20000005, 0.39999938) | |
2177 | o216.CFrame = CFrame.new(-73.6130676, 7.8545928, 211.639999, 1, -2.38271678e-005, 6.50593606e-008, 2.38271678e-005, 1, -7.19773041e-008, -6.50576482e-008, 7.19788531e-008, 1) | |
2178 | o216.BottomSurface = Enum.SurfaceType.Smooth | |
2179 | o216.TopSurface = Enum.SurfaceType.Smooth | |
2180 | o216.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2181 | o216.Position = Vector3.new(-73.6130676, 7.8545928, 211.639999) | |
2182 | o217.Parent = o216 | |
2183 | o218.Parent = o69 | |
2184 | o218.BrickColor = BrickColor.new("Dark stone grey") | |
2185 | o218.Position = Vector3.new(-74.1500549, 7.77658367, 210.540009) | |
2186 | o218.Rotation = Vector3.new(4.12399595e-006, 3.72762679e-006, 0.00136519619) | |
2187 | o218.Anchored = true | |
2188 | o218.FormFactor = Enum.FormFactor.Custom | |
2189 | o218.Size = Vector3.new(0.900000095, 2.79999995, 0.599999428) | |
2190 | o218.CFrame = CFrame.new(-74.1500549, 7.77658367, 210.540009, 1, -2.38271678e-005, 6.50593606e-008, 2.38271678e-005, 1, -7.19773041e-008, -6.50576482e-008, 7.19788531e-008, 1) | |
2191 | o218.BottomSurface = Enum.SurfaceType.Smooth | |
2192 | o218.TopSurface = Enum.SurfaceType.Smooth | |
2193 | o218.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2194 | o218.Position = Vector3.new(-74.1500549, 7.77658367, 210.540009) | |
2195 | o219.Parent = o218 | |
2196 | o220.Parent = o69 | |
2197 | o220.Position = Vector3.new(-73.4630814, 8.75458145, 214.040009) | |
2198 | o220.Rotation = Vector3.new(-90, -90, 0) | |
2199 | o220.Anchored = true | |
2200 | o220.FormFactor = Enum.FormFactor.Custom | |
2201 | o220.Size = Vector3.new(1, 5, 0.200000003) | |
2202 | o220.CFrame = CFrame.new(-73.4630814, 8.75458145, 214.040009, -1.48566687e-005, -6.50591616e-008, -1, 1, 7.19773041e-008, -1.48566696e-005, 7.19782705e-008, -1, 6.50580958e-008) | |
2203 | o220.BottomSurface = Enum.SurfaceType.Smooth | |
2204 | o220.TopSurface = Enum.SurfaceType.Smooth | |
2205 | o220.Position = Vector3.new(-73.4630814, 8.75458145, 214.040009) | |
2206 | o221.Parent = o220 | |
2207 | o221.Scale = Vector3.new(0.5, 1, 0.5) | |
2208 | o222.Parent = o69 | |
2209 | o222.BrickColor = BrickColor.new("Dark stone grey") | |
2210 | o222.Position = Vector3.new(-73.6130676, 7.85459232, 216.440002) | |
2211 | o222.Rotation = Vector3.new(4.12399595e-006, 3.72762679e-006, 0.00136519619) | |
2212 | o222.Anchored = true | |
2213 | o222.FormFactor = Enum.FormFactor.Custom | |
2214 | o222.Size = Vector3.new(0.300000101, 3.20000005, 0.39999938) | |
2215 | o222.CFrame = CFrame.new(-73.6130676, 7.85459232, 216.440002, 1, -2.38271678e-005, 6.50593606e-008, 2.38271678e-005, 1, -7.19773041e-008, -6.50576482e-008, 7.19788531e-008, 1) | |
2216 | o222.BottomSurface = Enum.SurfaceType.Smooth | |
2217 | o222.TopSurface = Enum.SurfaceType.Smooth | |
2218 | o222.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2219 | o222.Position = Vector3.new(-73.6130676, 7.85459232, 216.440002) | |
2220 | o223.Parent = o222 | |
2221 | o224.Parent = o69 | |
2222 | o224.BrickColor = BrickColor.new("Dark stone grey") | |
2223 | o224.Position = Vector3.new(-73.4770737, 7.75659275, 216.240005) | |
2224 | o224.Rotation = Vector3.new(-90, -90, 0) | |
2225 | o224.Anchored = true | |
2226 | o224.FormFactor = Enum.FormFactor.Custom | |
2227 | o224.Size = Vector3.new(1.10000002, 0.699999928, 0.200000003) | |
2228 | o224.CFrame = CFrame.new(-73.4770737, 7.75659275, 216.240005, -1.48566687e-005, -6.50591616e-008, -1, 1, 7.19773041e-008, -1.48566696e-005, 7.19782705e-008, -1, 6.50580958e-008) | |
2229 | o224.BottomSurface = Enum.SurfaceType.Smooth | |
2230 | o224.TopSurface = Enum.SurfaceType.Smooth | |
2231 | o224.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2232 | o224.Position = Vector3.new(-73.4770737, 7.75659275, 216.240005) | |
2233 | o225.Parent = o224 | |
2234 | o225.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2235 | o226.Parent = o69 | |
2236 | o226.Position = Vector3.new(-73.4640579, 6.75461578, 214.040009) | |
2237 | o226.Rotation = Vector3.new(-90, -90, 0) | |
2238 | o226.Anchored = true | |
2239 | o226.FormFactor = Enum.FormFactor.Custom | |
2240 | o226.Size = Vector3.new(1, 5, 0.200000003) | |
2241 | o226.CFrame = CFrame.new(-73.4640579, 6.75461578, 214.040009, -1.48566687e-005, -6.50591616e-008, -1, 1, 7.19773041e-008, -1.48566696e-005, 7.19782705e-008, -1, 6.50580958e-008) | |
2242 | o226.BottomSurface = Enum.SurfaceType.Smooth | |
2243 | o226.TopSurface = Enum.SurfaceType.Smooth | |
2244 | o226.Position = Vector3.new(-73.4640579, 6.75461578, 214.040009) | |
2245 | o227.Parent = o226 | |
2246 | o227.Scale = Vector3.new(0.5, 1, 0.5) | |
2247 | o228.Parent = o69 | |
2248 | o228.BrickColor = BrickColor.new("Dark stone grey") | |
2249 | o228.Position = Vector3.new(-74.1500397, 6.22760534, 214.040009) | |
2250 | o228.Rotation = Vector3.new(4.12399595e-006, 3.72762679e-006, 0.00136519619) | |
2251 | o228.Anchored = true | |
2252 | o228.FormFactor = Enum.FormFactor.Custom | |
2253 | o228.Size = Vector3.new(0.900000095, 0.699999988, 7.59999943) | |
2254 | o228.CFrame = CFrame.new(-74.1500397, 6.22760534, 214.040009, 1, -2.38271678e-005, 6.50593606e-008, 2.38271678e-005, 1, -7.19773041e-008, -6.50576482e-008, 7.19788531e-008, 1) | |
2255 | o228.BottomSurface = Enum.SurfaceType.Smooth | |
2256 | o228.TopSurface = Enum.SurfaceType.Smooth | |
2257 | o228.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2258 | o228.Position = Vector3.new(-74.1500397, 6.22760534, 214.040009) | |
2259 | o229.Parent = o228 | |
2260 | o230.Parent = o69 | |
2261 | o230.BrickColor = BrickColor.new("Dark stone grey") | |
2262 | o230.Position = Vector3.new(-74.1500549, 7.77658319, 217.540009) | |
2263 | o230.Rotation = Vector3.new(4.1239955e-006, 3.72762725e-006, 0.00136690377) | |
2264 | o230.Anchored = true | |
2265 | o230.FormFactor = Enum.FormFactor.Custom | |
2266 | o230.Size = Vector3.new(0.900000095, 2.79999995, 0.599999428) | |
2267 | o230.CFrame = CFrame.new(-74.1500549, 7.77658319, 217.540009, 1, -2.38569719e-005, 6.50593677e-008, 2.38569701e-005, 1, -7.1977297e-008, -6.50576482e-008, 7.1978846e-008, 1) | |
2268 | o230.BottomSurface = Enum.SurfaceType.Smooth | |
2269 | o230.TopSurface = Enum.SurfaceType.Smooth | |
2270 | o230.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2271 | o230.Position = Vector3.new(-74.1500549, 7.77658319, 217.540009) | |
2272 | o231.Parent = o230 | |
2273 | o232.Parent = o69 | |
2274 | o232.BrickColor = BrickColor.new("Dark stone grey") | |
2275 | o232.Position = Vector3.new(-77.9220505, 8.83849144, 218.190002) | |
2276 | o232.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
2277 | o232.Anchored = true | |
2278 | o232.CanCollide = false | |
2279 | o232.FormFactor = Enum.FormFactor.Custom | |
2280 | o232.Size = Vector3.new(0.400000572, 2.29999995, 0.400000066) | |
2281 | o232.CFrame = CFrame.new(-77.9220505, 8.83849144, 218.190002, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
2282 | o232.BottomSurface = Enum.SurfaceType.Smooth | |
2283 | o232.TopSurface = Enum.SurfaceType.Smooth | |
2284 | o232.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2285 | o232.Position = Vector3.new(-77.9220505, 8.83849144, 218.190002) | |
2286 | o233.Parent = o232 | |
2287 | o234.Parent = o69 | |
2288 | o234.Position = Vector3.new(-73.4640732, 7.75459385, 214.040009) | |
2289 | o234.Rotation = Vector3.new(-90, -90, 0) | |
2290 | o234.Anchored = true | |
2291 | o234.FormFactor = Enum.FormFactor.Custom | |
2292 | o234.Size = Vector3.new(1, 5, 0.200000003) | |
2293 | o234.CFrame = CFrame.new(-73.4640732, 7.75459385, 214.040009, -1.48566687e-005, -6.50591616e-008, -1, 1, 7.19773041e-008, -1.48566696e-005, 7.19782705e-008, -1, 6.50580958e-008) | |
2294 | o234.BottomSurface = Enum.SurfaceType.Smooth | |
2295 | o234.TopSurface = Enum.SurfaceType.Smooth | |
2296 | o234.Position = Vector3.new(-73.4640732, 7.75459385, 214.040009) | |
2297 | o235.Parent = o234 | |
2298 | o235.Scale = Vector3.new(0.5, 1, 0.5) | |
2299 | o236.Parent = o69 | |
2300 | o236.BrickColor = BrickColor.new("Dark stone grey") | |
2301 | o236.Position = Vector3.new(-73.477066, 6.75561333, 211.839996) | |
2302 | o236.Rotation = Vector3.new(-90, -90, 0) | |
2303 | o236.Anchored = true | |
2304 | o236.FormFactor = Enum.FormFactor.Custom | |
2305 | o236.Size = Vector3.new(1.10000002, 0.699999928, 0.200000003) | |
2306 | o236.CFrame = CFrame.new(-73.477066, 6.75561333, 211.839996, -1.48566687e-005, -6.50591616e-008, -1, 1, 7.19773041e-008, -1.48566696e-005, 7.19782705e-008, -1, 6.50580958e-008) | |
2307 | o236.BottomSurface = Enum.SurfaceType.Smooth | |
2308 | o236.TopSurface = Enum.SurfaceType.Smooth | |
2309 | o236.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2310 | o236.Position = Vector3.new(-73.477066, 6.75561333, 211.839996) | |
2311 | o237.Parent = o236 | |
2312 | o237.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2313 | o238.Parent = o69 | |
2314 | o238.BrickColor = BrickColor.new("Dark stone grey") | |
2315 | o238.Position = Vector3.new(-77.0579834, 2.94959736, 210.290009) | |
2316 | o238.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, -14.9985905) | |
2317 | o238.Anchored = true | |
2318 | o238.FormFactor = Enum.FormFactor.Custom | |
2319 | o238.Size = Vector3.new(4.5, 0.5, 1.69999981) | |
2320 | o238.CFrame = CFrame.new(-77.0579834, 2.94959736, 210.290009, 0.96593225, 0.258795291, 6.50593606e-008, -0.258795291, 0.96593219, -7.19772899e-008, -8.14703185e-008, 5.26881223e-008, 1) | |
2321 | o238.BottomSurface = Enum.SurfaceType.Smooth | |
2322 | o238.TopSurface = Enum.SurfaceType.Smooth | |
2323 | o238.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2324 | o238.Position = Vector3.new(-77.0579834, 2.94959736, 210.290009) | |
2325 | o239.Parent = o238 | |
2326 | o240.Parent = o69 | |
2327 | o240.BrickColor = BrickColor.new("Really black") | |
2328 | o240.Transparency = 0.5 | |
2329 | o240.Position = Vector3.new(-73.915062, 7.85458565, 214.040009) | |
2330 | o240.Rotation = Vector3.new(4.12399595e-006, 3.72762679e-006, 0.00136519619) | |
2331 | o240.Anchored = true | |
2332 | o240.FormFactor = Enum.FormFactor.Custom | |
2333 | o240.Size = Vector3.new(0.200000107, 2.79999995, 6.69999933) | |
2334 | o240.CFrame = CFrame.new(-73.915062, 7.85458565, 214.040009, 1, -2.38271678e-005, 6.50593606e-008, 2.38271678e-005, 1, -7.19773041e-008, -6.50576482e-008, 7.19788531e-008, 1) | |
2335 | o240.BottomSurface = Enum.SurfaceType.Smooth | |
2336 | o240.TopSurface = Enum.SurfaceType.Smooth | |
2337 | o240.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
2338 | o240.Position = Vector3.new(-73.915062, 7.85458565, 214.040009) | |
2339 | o241.Parent = o240 | |
2340 | o242.Parent = o69 | |
2341 | o242.BrickColor = BrickColor.new("Bright orange") | |
2342 | o242.Position = Vector3.new(-76.3249741, 1.82062244, 209.339996) | |
2343 | o242.Rotation = Vector3.new(-90, 14.9985905, 2.35213906e-006) | |
2344 | o242.Anchored = true | |
2345 | o242.FormFactor = Enum.FormFactor.Custom | |
2346 | o242.Size = Vector3.new(0.5, 0.200000003, 0.5) | |
2347 | o242.CFrame = CFrame.new(-76.3249741, 1.82062244, 209.339996, 0.96593225, -3.9654001e-008, 0.258795261, -0.258795291, 6.51691323e-008, 0.96593219, -5.51685417e-008, -1, 5.26866941e-008) | |
2348 | o242.BottomSurface = Enum.SurfaceType.Smooth | |
2349 | o242.TopSurface = Enum.SurfaceType.Smooth | |
2350 | o242.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
2351 | o242.Position = Vector3.new(-76.3249741, 1.82062244, 209.339996) | |
2352 | o243.Parent = o242 | |
2353 | o243.Offset = Vector3.new(0, -0.150000006, 0) | |
2354 | o243.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2355 | o244.Parent = o69 | |
2356 | o244.BrickColor = BrickColor.new("Really black") | |
2357 | o244.Position = Vector3.new(-76.8079758, 1.95061207, 209.339996) | |
2358 | o244.Rotation = Vector3.new(-90, 14.9985905, 2.35214179e-006) | |
2359 | o244.Anchored = true | |
2360 | o244.FormFactor = Enum.FormFactor.Custom | |
2361 | o244.Size = Vector3.new(0.5, 0.200000003, 0.5) | |
2362 | o244.CFrame = CFrame.new(-76.8079758, 1.95061207, 209.339996, 0.96593225, -3.96540472e-008, 0.258795261, -0.258795261, 6.51691963e-008, 0.96593225, -5.51686057e-008, -1, 5.26867474e-008) | |
2363 | o244.BottomSurface = Enum.SurfaceType.Smooth | |
2364 | o244.TopSurface = Enum.SurfaceType.Smooth | |
2365 | o244.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
2366 | o244.Position = Vector3.new(-76.8079758, 1.95061207, 209.339996) | |
2367 | o245.Parent = o244 | |
2368 | o245.Offset = Vector3.new(0, -0.150000006, 0) | |
2369 | o245.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2370 | o246.Name = "Light" | |
2371 | o246.Parent = o69 | |
2372 | o246.Material = Enum.Material.Neon | |
2373 | o246.BrickColor = BrickColor.new("Institutional white") | |
2374 | o246.Position = Vector3.new(-75.5569763, 1.77564001, 210.290024) | |
2375 | o246.Rotation = Vector3.new(-90, 59.9988747, -90) | |
2376 | o246.Anchored = true | |
2377 | o246.FormFactor = Enum.FormFactor.Custom | |
2378 | o246.Size = Vector3.new(1.70000005, 0.200000003, 1.39999998) | |
2379 | o246.CFrame = CFrame.new(-75.5569763, 1.77564001, 210.290024, 4.57811034e-008, 0.500017047, 0.866015613, -5.71838932e-008, -0.866015613, 0.500017047, 1, -7.24134779e-008, -1.10542304e-008) | |
2380 | o246.BottomSurface = Enum.SurfaceType.Smooth | |
2381 | o246.TopSurface = Enum.SurfaceType.Smooth | |
2382 | o246.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
2383 | o246.Position = Vector3.new(-75.5569763, 1.77564001, 210.290024) | |
2384 | o247.Parent = o246 | |
2385 | o247.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2386 | o248.Parent = o246 | |
2387 | o248.Brightness = 2 | |
2388 | o248.Range = 40 | |
2389 | o248.Face = Enum.NormalId.Back | |
2390 | o249.Parent = o69 | |
2391 | o249.BrickColor = BrickColor.new("Dark stone grey") | |
2392 | o249.Position = Vector3.new(-77.0579834, 2.94959641, 217.790009) | |
2393 | o249.Rotation = Vector3.new(1.82807867e-006, 1.82836829e-005, -14.9985838) | |
2394 | o249.Anchored = true | |
2395 | o249.FormFactor = Enum.FormFactor.Custom | |
2396 | o249.Size = Vector3.new(4.5, 0.5, 1.69999981) | |
2397 | o249.CFrame = CFrame.new(-77.0579834, 2.94959641, 217.790009, 0.96593231, 0.258795172, 3.19110455e-007, -0.258795172, 0.96593231, -3.19059907e-008, -3.16496141e-007, -5.17651806e-008, 1) | |
2398 | o249.BottomSurface = Enum.SurfaceType.Smooth | |
2399 | o249.TopSurface = Enum.SurfaceType.Smooth | |
2400 | o249.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2401 | o249.Position = Vector3.new(-77.0579834, 2.94959641, 217.790009) | |
2402 | o250.Parent = o249 | |
2403 | o251.Parent = o69 | |
2404 | o251.BrickColor = BrickColor.new("Really black") | |
2405 | o251.Position = Vector3.new(-76.8079758, 1.95061111, 218.740005) | |
2406 | o251.Rotation = Vector3.new(-90, 14.9985905, -180) | |
2407 | o251.Anchored = true | |
2408 | o251.FormFactor = Enum.FormFactor.Custom | |
2409 | o251.Size = Vector3.new(0.5, 0.200000003, 0.5) | |
2410 | o251.CFrame = CFrame.new(-76.8079758, 1.95061111, 218.740005, -0.96593225, 3.96540791e-008, 0.258795261, 0.258795261, -6.51690968e-008, 0.96593225, 5.51686057e-008, 1, 5.26866479e-008) | |
2411 | o251.BottomSurface = Enum.SurfaceType.Smooth | |
2412 | o251.TopSurface = Enum.SurfaceType.Smooth | |
2413 | o251.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
2414 | o251.Position = Vector3.new(-76.8079758, 1.95061111, 218.740005) | |
2415 | o252.Parent = o251 | |
2416 | o252.Offset = Vector3.new(0, -0.150000006, 0) | |
2417 | o252.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2418 | o253.Parent = o69 | |
2419 | o253.BrickColor = BrickColor.new("Dark stone grey") | |
2420 | o253.Position = Vector3.new(-74.776001, 3.24963427, 214.040009) | |
2421 | o253.Rotation = Vector3.new(4.12399504e-006, 3.7276277e-006, -24.9986076) | |
2422 | o253.Anchored = true | |
2423 | o253.FormFactor = Enum.FormFactor.Custom | |
2424 | o253.Size = Vector3.new(0.200000003, 1.19999981, 5) | |
2425 | o253.CFrame = CFrame.new(-74.776001, 3.24963427, 214.040009, 0.906318128, 0.422596246, 6.50593748e-008, -0.422596246, 0.906318128, -7.19772899e-008, -8.9381814e-008, 3.77404774e-008, 1) | |
2426 | o253.BottomSurface = Enum.SurfaceType.Smooth | |
2427 | o253.TopSurface = Enum.SurfaceType.Smooth | |
2428 | o253.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2429 | o253.Position = Vector3.new(-74.776001, 3.24963427, 214.040009) | |
2430 | o254.Parent = o253 | |
2431 | o255.Parent = o69 | |
2432 | o255.BrickColor = BrickColor.new("Dark stone grey") | |
2433 | o255.Position = Vector3.new(-74.4020081, 3.84563637, 214.040009) | |
2434 | o255.Rotation = Vector3.new(4.1239955e-006, 3.7276277e-006, -24.9986057) | |
2435 | o255.Anchored = true | |
2436 | o255.FormFactor = Enum.FormFactor.Custom | |
2437 | o255.Size = Vector3.new(0.200000048, 0.200000003, 5) | |
2438 | o255.CFrame = CFrame.new(-74.4020081, 3.84563637, 214.040009, 0.906318128, 0.422596216, 6.50593748e-008, -0.422596246, 0.906318069, -7.1977297e-008, -8.93818211e-008, 3.77404739e-008, 1) | |
2439 | o255.BottomSurface = Enum.SurfaceType.Smooth | |
2440 | o255.TopSurface = Enum.SurfaceType.Smooth | |
2441 | o255.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2442 | o255.Position = Vector3.new(-74.4020081, 3.84563637, 214.040009) | |
2443 | o256.Parent = o255 | |
2444 | o257.Name = "Light2" | |
2445 | o257.Parent = o69 | |
2446 | o257.Material = Enum.Material.Neon | |
2447 | o257.BrickColor = BrickColor.new("Institutional white") | |
2448 | o257.Position = Vector3.new(-75.5569763, 1.77563906, 217.790024) | |
2449 | o257.Rotation = Vector3.new(-90, 59.9988823, -90) | |
2450 | o257.Anchored = true | |
2451 | o257.FormFactor = Enum.FormFactor.Custom | |
2452 | o257.Size = Vector3.new(1.70000005, 0.200000003, 1.39999998) | |
2453 | o257.CFrame = CFrame.new(-75.5569763, 1.77563906, 217.790024, 4.57810785e-008, 0.500017047, 0.866015673, -5.71839003e-008, -0.866015613, 0.500017047, 1, -7.24134779e-008, -1.10542056e-008) | |
2454 | o257.BottomSurface = Enum.SurfaceType.Smooth | |
2455 | o257.TopSurface = Enum.SurfaceType.Smooth | |
2456 | o257.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
2457 | o257.Position = Vector3.new(-75.5569763, 1.77563906, 217.790024) | |
2458 | o258.Parent = o257 | |
2459 | o258.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2460 | o259.Parent = o257 | |
2461 | o259.Brightness = 2 | |
2462 | o259.Range = 40 | |
2463 | o259.Face = Enum.NormalId.Back | |
2464 | o260.Parent = o69 | |
2465 | o260.BrickColor = BrickColor.new("Dark stone grey") | |
2466 | o260.Position = Vector3.new(-77.7349701, 2.35458946, 214.040009) | |
2467 | o260.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, -14.9985905) | |
2468 | o260.Anchored = true | |
2469 | o260.FormFactor = Enum.FormFactor.Custom | |
2470 | o260.Size = Vector3.new(3.5, 1, 9.19999981) | |
2471 | o260.CFrame = CFrame.new(-77.7349701, 2.35458946, 214.040009, 0.96593225, 0.258795291, 6.50593606e-008, -0.258795291, 0.96593219, -7.19772899e-008, -8.14703185e-008, 5.26881223e-008, 1) | |
2472 | o260.BottomSurface = Enum.SurfaceType.Smooth | |
2473 | o260.TopSurface = Enum.SurfaceType.Smooth | |
2474 | o260.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2475 | o260.Position = Vector3.new(-77.7349701, 2.35458946, 214.040009) | |
2476 | o261.Parent = o260 | |
2477 | o262.Parent = o69 | |
2478 | o262.BrickColor = BrickColor.new("Bright orange") | |
2479 | o262.Position = Vector3.new(-76.3249741, 1.82062149, 218.740005) | |
2480 | o262.Rotation = Vector3.new(-90, 14.9985905, -180) | |
2481 | o262.Anchored = true | |
2482 | o262.FormFactor = Enum.FormFactor.Custom | |
2483 | o262.Size = Vector3.new(0.5, 0.200000003, 0.5) | |
2484 | o262.CFrame = CFrame.new(-76.3249741, 1.82062149, 218.740005, -0.96593225, 3.96540294e-008, 0.258795261, 0.258795261, -6.51691394e-008, 0.96593225, 5.51685702e-008, 1, 5.26866977e-008) | |
2485 | o262.BottomSurface = Enum.SurfaceType.Smooth | |
2486 | o262.TopSurface = Enum.SurfaceType.Smooth | |
2487 | o262.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
2488 | o262.Position = Vector3.new(-76.3249741, 1.82062149, 218.740005) | |
2489 | o263.Parent = o262 | |
2490 | o263.Offset = Vector3.new(0, -0.150000006, 0) | |
2491 | o263.Scale = Vector3.new(0.800000012, 1, 0.800000012) | |
2492 | o264.Parent = o69 | |
2493 | o264.BrickColor = BrickColor.new("Black") | |
2494 | o264.Position = Vector3.new(-78.7389908, 4.59654045, 216.290009) | |
2495 | o264.Rotation = Vector3.new(-90.0000458, -75.000824, -90.0000458) | |
2496 | o264.Anchored = true | |
2497 | o264.FormFactor = Enum.FormFactor.Custom | |
2498 | o264.Size = Vector3.new(2.10000014, 1.09999979, 2.20000005) | |
2499 | o264.CFrame = CFrame.new(-78.7389908, 4.59654045, 216.290009, -1.92104523e-007, 0.258805305, -0.965929568, -3.07573389e-009, 0.965929568, 0.258805305, 1, 5.26886126e-008, -1.84763408e-007) | |
2500 | o264.BottomSurface = Enum.SurfaceType.Weld | |
2501 | o264.TopSurface = Enum.SurfaceType.Smooth | |
2502 | o264.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2503 | o264.Position = Vector3.new(-78.7389908, 4.59654045, 216.290009) | |
2504 | o265.Parent = o69 | |
2505 | o265.BrickColor = BrickColor.new("Black") | |
2506 | o265.Position = Vector3.new(-78.5899963, 4.5765419, 211.790009) | |
2507 | o265.Rotation = Vector3.new(-90, -75.000824, -90) | |
2508 | o265.Anchored = true | |
2509 | o265.Size = Vector3.new(2.10000014, 1.0999999, 2.0999999) | |
2510 | o265.CFrame = CFrame.new(-78.5899963, 4.5765419, 211.790009, -1.9384359e-008, 0.258805305, -0.965929568, -4.93514065e-008, 0.965929568, 0.258805305, 1, 5.26867581e-008, -5.95151972e-009) | |
2511 | o265.BottomSurface = Enum.SurfaceType.Weld | |
2512 | o265.TopSurface = Enum.SurfaceType.Smooth | |
2513 | o265.HeadsUpDisplay = false | |
2514 | o265.MaxSpeed = 55 | |
2515 | o265.Torque = 45 | |
2516 | o265.TurnSpeed = 60 | |
2517 | o265.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2518 | o265.Position = Vector3.new(-78.5899963, 4.5765419, 211.790009) | |
2519 | o266.Name = "Idle" | |
2520 | o266.Parent = o265 | |
2521 | o266.SoundId = "http://www.roblox.com/asset/?id=130812027" | |
2522 | o266.Volume = 1 | |
2523 | o266.Looped = true | |
2524 | o267.Name = "EngineOn" | |
2525 | o267.Parent = o265 | |
2526 | o267.SoundId = "http://www.roblox.com/asset/?id=130812015" | |
2527 | o267.Volume = 1 | |
2528 | o268.Name = "HornSound" | |
2529 | o268.Parent = o265 | |
2530 | o268.SoundId = "http://www.roblox.com/asset/?id=1089404" | |
2531 | o268.Volume = 1 | |
2532 | o269.Name = "Reverse" | |
2533 | o269.Parent = o265 | |
2534 | o269.SoundId = "http://www.roblox.com/asset/?id=136779400" | |
2535 | o269.Volume = 1 | |
2536 | o269.Looped = true | |
2537 | o270.Name = "Rev" | |
2538 | o270.Parent = o265 | |
2539 | o271.Parent = o69 | |
2540 | o271.BrickColor = BrickColor.new("Dark stone grey") | |
2541 | o271.Position = Vector3.new(-86.9529114, 4.06938505, 214.064987) | |
2542 | o271.Rotation = Vector3.new(90.0000153, 75.000824, -90.0000153) | |
2543 | o271.Anchored = true | |
2544 | o271.FormFactor = Enum.FormFactor.Custom | |
2545 | o271.Size = Vector3.new(4.85000324, 1.20000005, 19.4200001) | |
2546 | o271.CFrame = CFrame.new(-86.9529114, 4.06938505, 214.064987, -6.50591616e-008, 0.258805305, 0.965929568, 7.19757551e-008, 0.965929568, -0.258805305, -1, 5.26858521e-008, -8.14702759e-008) | |
2547 | o271.BottomSurface = Enum.SurfaceType.Smooth | |
2548 | o271.TopSurface = Enum.SurfaceType.Smooth | |
2549 | o271.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2550 | o271.Position = Vector3.new(-86.9529114, 4.06938505, 214.064987) | |
2551 | o272.Parent = o271 | |
2552 | o273.Parent = o69 | |
2553 | o273.BrickColor = BrickColor.new("Dark stone grey") | |
2554 | o273.Position = Vector3.new(-75.5619812, 1.77164125, 210.290024) | |
2555 | o273.Rotation = Vector3.new(-90, -75.0008392, 90) | |
2556 | o273.Anchored = true | |
2557 | o273.FormFactor = Enum.FormFactor.Custom | |
2558 | o273.Size = Vector3.new(1.70000029, 1, 1) | |
2559 | o273.CFrame = CFrame.new(-75.5619812, 1.77164125, 210.290024, -2.29349233e-008, -0.258805096, -0.965929627, 4.37227072e-008, -0.965929568, 0.258805096, -1, -3.62973793e-008, 3.34691812e-008) | |
2560 | o273.BottomSurface = Enum.SurfaceType.Smooth | |
2561 | o273.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2562 | o273.Position = Vector3.new(-75.5619812, 1.77164125, 210.290024) | |
2563 | o274.Parent = o69 | |
2564 | o274.BrickColor = BrickColor.new("Dark stone grey") | |
2565 | o274.Position = Vector3.new(-75.5619812, 1.7716403, 217.790024) | |
2566 | o274.Rotation = Vector3.new(-90.0000458, -75.000824, 89.9999466) | |
2567 | o274.Anchored = true | |
2568 | o274.FormFactor = Enum.FormFactor.Custom | |
2569 | o274.Size = Vector3.new(1.70000029, 1, 1) | |
2570 | o274.CFrame = CFrame.new(-75.5619812, 1.7716403, 217.790024, 2.31111784e-007, -0.258805245, -0.965929568, 8.37952996e-008, -0.965929508, 0.258805245, -1, -1.40753301e-007, -2.01551089e-007) | |
2571 | o274.BottomSurface = Enum.SurfaceType.Smooth | |
2572 | o274.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2573 | o274.Position = Vector3.new(-75.5619812, 1.7716403, 217.790024) | |
2574 | o275.Parent = o69 | |
2575 | table.insert(cors,coroutine.create(function() | |
2576 | wait() | |
2577 | runDummyScript(function() | |
2578 | --Keyrut was here! | |
2579 | local seat=script.Parent.VehicleSeat | |
2580 | local reverse=seat.Reverse | |
2581 | local engineOn=seat.EngineOn | |
2582 | local idle=seat.Idle | |
2583 | local reversetrigger = false | |
2584 | ||
2585 | local engineon=false | |
2586 | seat.Changed:connect(function() | |
2587 | if seat:findFirstChild("SeatWeld") ~= nil and engineon == false then | |
2588 | engineon = true | |
2589 | engineOn:Play() | |
2590 | wait(1) | |
2591 | script.Parent.VehicleSeat.Idle:Play() | |
2592 | end | |
2593 | end) | |
2594 | ||
2595 | ||
2596 | if seat:findFirstChild("SeatWeld") == nil then | |
2597 | engineon = false | |
2598 | script.Parent.VehicleSeat.Idle:Stop() | |
2599 | end | |
2600 | ||
2601 | seat.Rev.Changed:connect(function() | |
2602 | if seat.Rev.Value == true then | |
2603 | script.Parent.VehicleSeat.Reverse:Play() | |
2604 | end | |
2605 | end) | |
2606 | ||
2607 | seat.Rev.Changed:connect(function() | |
2608 | if seat.Rev.Value == false then | |
2609 | script.Parent.VehicleSeat.Reverse:Stop() | |
2610 | end | |
2611 | end) | |
2612 | --^SeatFunction^ | |
2613 | ||
2614 | while true do | |
2615 | wait() | |
2616 | if seat.Throttle==1 then | |
2617 | script.Parent.VehicleSeat.Idle.Pitch=1.2 | |
2618 | elseif script.Parent.VehicleSeat.Throttle==1 then | |
2619 | script.Parent.VehicleSeat.Idle.Pitch=.8 | |
2620 | end | |
2621 | if seat.Throttle == 0 then | |
2622 | script.Parent.VehicleSeat.Idle.Pitch = 1 | |
2623 | end | |
2624 | ||
2625 | if seat.Throttle == -1 and engineon == true then | |
2626 | seat.Rev.Value = true | |
2627 | end | |
2628 | if seat.Throttle ~= -1 and engineon == true then | |
2629 | seat.Rev.Value = false | |
2630 | end | |
2631 | if seat:findFirstChild("SeatWeld")==nil and engineon == true then | |
2632 | seat.Idle:Stop() | |
2633 | engineon = false | |
2634 | end | |
2635 | end | |
2636 | ||
2637 | ||
2638 | ||
2639 | ||
2640 | end,o275) | |
2641 | end)) | |
2642 | o276.Name = "WeldScript" | |
2643 | o276.Parent = o3 | |
2644 | table.insert(cors,coroutine.create(function() | |
2645 | wait() | |
2646 | runDummyScript(function() | |
2647 | local BrickTable = {} | |
2648 | ||
2649 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
2650 | for _, Child in pairs(Parent:GetChildren()) do | |
2651 | if not ClassLimit or Child:IsA(ClassLimit) then | |
2652 | Func(Child) | |
2653 | end | |
2654 | RecursiveGeneric(Child, Func, ClassLimit) | |
2655 | end | |
2656 | end | |
2657 | ||
2658 | RecursiveGeneric( | |
2659 | script.Parent, | |
2660 | function(Brick) table.insert(BrickTable, Brick) end, | |
2661 | "BasePart" | |
2662 | ) | |
2663 | ||
2664 | local Base = BrickTable[1] | |
2665 | table.remove(BrickTable, 1) | |
2666 | ||
2667 | for _, Part in pairs(BrickTable) do | |
2668 | local Weld = Instance.new("Weld") | |
2669 | Weld.Part0 = Base | |
2670 | Weld.Part1 = Part | |
2671 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
2672 | Weld.Parent = Base | |
2673 | Part.Anchored = false | |
2674 | end | |
2675 | ||
2676 | Base.Anchored = false | |
2677 | end,o276) | |
2678 | end)) | |
2679 | o277.Name = "MiddleLeft" | |
2680 | o277.Parent = o2 | |
2681 | o278.Parent = o277 | |
2682 | o278.BrickColor = BrickColor.new("Black") | |
2683 | o278.Position = Vector3.new(-90.5888901, 4.88830376, 209.132996) | |
2684 | o278.Rotation = Vector3.new(90, 75.000824, 4.29144893e-006) | |
2685 | o278.Anchored = true | |
2686 | o278.FormFactor = Enum.FormFactor.Symmetric | |
2687 | o278.Size = Vector3.new(1, 1, 1) | |
2688 | o278.CFrame = CFrame.new(-90.5888901, 4.88830376, 209.132996, 0.258805305, -1.93844958e-008, 0.965929568, 0.965929568, -4.9351911e-008, -0.258805305, 5.26872803e-008, 1, 5.9515215e-009) | |
2689 | o278.BottomSurface = Enum.SurfaceType.Smooth | |
2690 | o278.TopSurface = Enum.SurfaceType.Smooth | |
2691 | o278.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2692 | o278.Position = Vector3.new(-90.5888901, 4.88830376, 209.132996) | |
2693 | o279.Parent = o278 | |
2694 | o279.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
2695 | o279.Scale = Vector3.new(3.5, 5, 3.5) | |
2696 | o279.MeshType = Enum.MeshType.FileMesh | |
2697 | o280.Parent = o277 | |
2698 | o280.BrickColor = BrickColor.new("Dark stone grey") | |
2699 | o280.Position = Vector3.new(-90.5888901, 4.88830376, 209.229996) | |
2700 | o280.Rotation = Vector3.new(2.82763563e-006, -1.1107262e-006, -14.9985886) | |
2701 | o280.Anchored = true | |
2702 | o280.FormFactor = Enum.FormFactor.Symmetric | |
2703 | o280.Size = Vector3.new(1, 1, 1) | |
2704 | o280.CFrame = CFrame.new(-90.5888901, 4.88830376, 209.229996, 0.96593225, 0.258795261, -1.93858298e-008, -0.258795261, 0.96593225, -4.93515522e-008, 5.95345062e-009, 5.26872199e-008, 1) | |
2705 | o280.BottomSurface = Enum.SurfaceType.Smooth | |
2706 | o280.TopSurface = Enum.SurfaceType.Smooth | |
2707 | o280.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2708 | o280.Position = Vector3.new(-90.5888901, 4.88830376, 209.229996) | |
2709 | o281.Parent = o280 | |
2710 | o281.MeshId = "http://www.roblox.com/asset/?id=85737661" | |
2711 | o281.Scale = Vector3.new(2.5, 2.5, 0.5) | |
2712 | o281.MeshType = Enum.MeshType.FileMesh | |
2713 | o282.Name = "Wheel" | |
2714 | o282.Parent = o277 | |
2715 | o282.BrickColor = BrickColor.new("Black") | |
2716 | o282.Transparency = 1 | |
2717 | o282.Position = Vector3.new(-90.6058884, 4.7783041, 209.636002) | |
2718 | o282.Rotation = Vector3.new(-90, -75.000824, -90) | |
2719 | o282.Anchored = true | |
2720 | o282.FormFactor = Enum.FormFactor.Symmetric | |
2721 | o282.Shape = Enum.PartType.Cylinder | |
2722 | o282.Size = Vector3.new(3.99999976, 3.99999976, 3.99999976) | |
2723 | o282.CFrame = CFrame.new(-90.6058884, 4.7783041, 209.636002, -1.93843608e-008, 0.258805305, -0.965929568, -4.93514101e-008, 0.965929568, 0.258805305, 1, 5.26867616e-008, -5.9515215e-009) | |
2724 | o282.BottomSurface = Enum.SurfaceType.Smooth | |
2725 | o282.RightSurface = Enum.SurfaceType.Hinge | |
2726 | o282.TopSurface = Enum.SurfaceType.Smooth | |
2727 | o282.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2728 | o282.Position = Vector3.new(-90.6058884, 4.7783041, 209.636002) | |
2729 | o283.Parent = o277 | |
2730 | o283.BrickColor = BrickColor.new("Black") | |
2731 | o283.Position = Vector3.new(-90.5888901, 4.88830376, 210.529999) | |
2732 | o283.Rotation = Vector3.new(90, -14.9985905, 1.1498928e-006) | |
2733 | o283.Anchored = true | |
2734 | o283.FormFactor = Enum.FormFactor.Symmetric | |
2735 | o283.Size = Vector3.new(1, 2, 1) | |
2736 | o283.CFrame = CFrame.new(-90.5888901, 4.88830376, 210.529999, 0.96593225, -1.93856948e-008, -0.258795261, -0.258795261, -4.93510512e-008, -0.96593225, 5.95345062e-009, 1, -5.26867012e-008) | |
2737 | o283.BottomSurface = Enum.SurfaceType.Smooth | |
2738 | o283.TopSurface = Enum.SurfaceType.Smooth | |
2739 | o283.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2740 | o283.Position = Vector3.new(-90.5888901, 4.88830376, 210.529999) | |
2741 | o284.Parent = o283 | |
2742 | o284.MeshId = "http://www.roblox.com/asset/?id=29873142" | |
2743 | o284.Scale = Vector3.new(1.79999995, 0.75, 1.79999995) | |
2744 | o284.MeshType = Enum.MeshType.FileMesh | |
2745 | o285.Parent = o277 | |
2746 | o285.BrickColor = BrickColor.new("Black") | |
2747 | o285.Position = Vector3.new(-90.5888901, 4.88830376, 211.132996) | |
2748 | o285.Rotation = Vector3.new(-90, -75.000824, -4.29144893e-006) | |
2749 | o285.Anchored = true | |
2750 | o285.FormFactor = Enum.FormFactor.Symmetric | |
2751 | o285.Size = Vector3.new(1, 1, 1) | |
2752 | o285.CFrame = CFrame.new(-90.5888901, 4.88830376, 211.132996, 0.258805305, 1.93844958e-008, -0.965929568, 0.965929568, 4.9351911e-008, 0.258805305, 5.26872803e-008, -1, -5.9515215e-009) | |
2753 | o285.BottomSurface = Enum.SurfaceType.Smooth | |
2754 | o285.TopSurface = Enum.SurfaceType.Smooth | |
2755 | o285.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2756 | o285.Position = Vector3.new(-90.5888901, 4.88830376, 211.132996) | |
2757 | o286.Parent = o285 | |
2758 | o286.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
2759 | o286.Scale = Vector3.new(3.5, 5, 3.5) | |
2760 | o286.MeshType = Enum.MeshType.FileMesh | |
2761 | o287.Name = "WeldScript" | |
2762 | o287.Parent = o277 | |
2763 | table.insert(cors,coroutine.create(function() | |
2764 | wait() | |
2765 | runDummyScript(function() | |
2766 | local BrickTable = {} | |
2767 | ||
2768 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
2769 | for _, Child in pairs(Parent:GetChildren()) do | |
2770 | if not ClassLimit or Child:IsA(ClassLimit) then | |
2771 | Func(Child) | |
2772 | end | |
2773 | RecursiveGeneric(Child, Func, ClassLimit) | |
2774 | end | |
2775 | end | |
2776 | ||
2777 | RecursiveGeneric( | |
2778 | script.Parent, | |
2779 | function(Brick) table.insert(BrickTable, Brick) end, | |
2780 | "BasePart" | |
2781 | ) | |
2782 | ||
2783 | local Base = BrickTable[1] | |
2784 | table.remove(BrickTable, 1) | |
2785 | ||
2786 | for _, Part in pairs(BrickTable) do | |
2787 | local Weld = Instance.new("Weld") | |
2788 | Weld.Part0 = Base | |
2789 | Weld.Part1 = Part | |
2790 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
2791 | Weld.Parent = Base | |
2792 | Part.Anchored = false | |
2793 | end | |
2794 | ||
2795 | Base.Anchored = false | |
2796 | end,o287) | |
2797 | end)) | |
2798 | o288.Name = "MiddleRight" | |
2799 | o288.Parent = o2 | |
2800 | o289.Parent = o288 | |
2801 | o289.BrickColor = BrickColor.new("Black") | |
2802 | o289.Position = Vector3.new(-90.564888, 4.88130426, 219) | |
2803 | o289.Rotation = Vector3.new(-90, -75.000824, -4.29144848e-006) | |
2804 | o289.Anchored = true | |
2805 | o289.FormFactor = Enum.FormFactor.Symmetric | |
2806 | o289.Size = Vector3.new(1, 1, 1) | |
2807 | o289.CFrame = CFrame.new(-90.564888, 4.88130426, 219, 0.258805305, 1.9384494e-008, -0.965929568, 0.965929568, 4.9351911e-008, 0.258805305, 5.26872803e-008, -1, -5.95151883e-009) | |
2808 | o289.BottomSurface = Enum.SurfaceType.Smooth | |
2809 | o289.TopSurface = Enum.SurfaceType.Smooth | |
2810 | o289.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2811 | o289.Position = Vector3.new(-90.564888, 4.88130426, 219) | |
2812 | o290.Parent = o289 | |
2813 | o290.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
2814 | o290.Scale = Vector3.new(3.5, 5, 3.5) | |
2815 | o290.MeshType = Enum.MeshType.FileMesh | |
2816 | o291.Parent = o288 | |
2817 | o291.BrickColor = BrickColor.new("Dark stone grey") | |
2818 | o291.Position = Vector3.new(-90.564888, 4.88130426, 218.900009) | |
2819 | o291.Rotation = Vector3.new(-180, 1.1107262e-006, -165.001419) | |
2820 | o291.Anchored = true | |
2821 | o291.FormFactor = Enum.FormFactor.Symmetric | |
2822 | o291.Size = Vector3.new(1, 1, 1) | |
2823 | o291.CFrame = CFrame.new(-90.564888, 4.88130426, 218.900009, -0.96593225, 0.258795261, 1.93858298e-008, 0.258795261, 0.96593225, 4.93515522e-008, -5.95344973e-009, 5.26872199e-008, -1) | |
2824 | o291.BottomSurface = Enum.SurfaceType.Smooth | |
2825 | o291.TopSurface = Enum.SurfaceType.Smooth | |
2826 | o291.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2827 | o291.Position = Vector3.new(-90.564888, 4.88130426, 218.900009) | |
2828 | o292.Parent = o291 | |
2829 | o292.MeshId = "http://www.roblox.com/asset/?id=85737661" | |
2830 | o292.Scale = Vector3.new(2.5, 2.5, 0.5) | |
2831 | o292.MeshType = Enum.MeshType.FileMesh | |
2832 | o293.Name = "Wheel" | |
2833 | o293.Parent = o288 | |
2834 | o293.BrickColor = BrickColor.new("Black") | |
2835 | o293.Transparency = 1 | |
2836 | o293.Position = Vector3.new(-90.6058884, 4.77830315, 218.496002) | |
2837 | o293.Rotation = Vector3.new(90, 75.000824, -90) | |
2838 | o293.Anchored = true | |
2839 | o293.FormFactor = Enum.FormFactor.Symmetric | |
2840 | o293.Shape = Enum.PartType.Cylinder | |
2841 | o293.Size = Vector3.new(3.99999976, 3.99999976, 3.99999976) | |
2842 | o293.CFrame = CFrame.new(-90.6058884, 4.77830315, 218.496002, 1.93843608e-008, 0.258805305, 0.965929568, 4.93514101e-008, 0.965929568, -0.258805305, -1, 5.26867616e-008, 5.9515215e-009) | |
2843 | o293.BottomSurface = Enum.SurfaceType.Smooth | |
2844 | o293.RightSurface = Enum.SurfaceType.Hinge | |
2845 | o293.TopSurface = Enum.SurfaceType.Smooth | |
2846 | o293.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2847 | o293.Position = Vector3.new(-90.6058884, 4.77830315, 218.496002) | |
2848 | o294.Parent = o288 | |
2849 | o294.BrickColor = BrickColor.new("Black") | |
2850 | o294.Position = Vector3.new(-90.564888, 4.88130426, 217.600006) | |
2851 | o294.Rotation = Vector3.new(90, -14.9985905, -180) | |
2852 | o294.Anchored = true | |
2853 | o294.FormFactor = Enum.FormFactor.Symmetric | |
2854 | o294.Size = Vector3.new(1, 2, 1) | |
2855 | o294.CFrame = CFrame.new(-90.564888, 4.88130426, 217.600006, -0.96593225, 1.93856948e-008, -0.258795261, 0.258795261, 4.93510477e-008, -0.96593225, -5.95344973e-009, -1, -5.26866941e-008) | |
2856 | o294.BottomSurface = Enum.SurfaceType.Smooth | |
2857 | o294.TopSurface = Enum.SurfaceType.Smooth | |
2858 | o294.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2859 | o294.Position = Vector3.new(-90.564888, 4.88130426, 217.600006) | |
2860 | o295.Parent = o294 | |
2861 | o295.MeshId = "http://www.roblox.com/asset/?id=29873142" | |
2862 | o295.Scale = Vector3.new(1.79999995, 0.75, 1.79999995) | |
2863 | o295.MeshType = Enum.MeshType.FileMesh | |
2864 | o296.Parent = o288 | |
2865 | o296.BrickColor = BrickColor.new("Black") | |
2866 | o296.Position = Vector3.new(-90.564888, 4.88130426, 217) | |
2867 | o296.Rotation = Vector3.new(90, 75.000824, 4.29144848e-006) | |
2868 | o296.Anchored = true | |
2869 | o296.FormFactor = Enum.FormFactor.Symmetric | |
2870 | o296.Size = Vector3.new(1, 1, 1) | |
2871 | o296.CFrame = CFrame.new(-90.564888, 4.88130426, 217, 0.258805305, -1.9384494e-008, 0.965929568, 0.965929568, -4.9351911e-008, -0.258805305, 5.26872803e-008, 1, 5.95151883e-009) | |
2872 | o296.BottomSurface = Enum.SurfaceType.Smooth | |
2873 | o296.TopSurface = Enum.SurfaceType.Smooth | |
2874 | o296.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2875 | o296.Position = Vector3.new(-90.564888, 4.88130426, 217) | |
2876 | o297.Parent = o296 | |
2877 | o297.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
2878 | o297.Scale = Vector3.new(3.5, 5, 3.5) | |
2879 | o297.MeshType = Enum.MeshType.FileMesh | |
2880 | o298.Name = "WeldScript" | |
2881 | o298.Parent = o288 | |
2882 | table.insert(cors,coroutine.create(function() | |
2883 | wait() | |
2884 | runDummyScript(function() | |
2885 | local BrickTable = {} | |
2886 | ||
2887 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
2888 | for _, Child in pairs(Parent:GetChildren()) do | |
2889 | if not ClassLimit or Child:IsA(ClassLimit) then | |
2890 | Func(Child) | |
2891 | end | |
2892 | RecursiveGeneric(Child, Func, ClassLimit) | |
2893 | end | |
2894 | end | |
2895 | ||
2896 | RecursiveGeneric( | |
2897 | script.Parent, | |
2898 | function(Brick) table.insert(BrickTable, Brick) end, | |
2899 | "BasePart" | |
2900 | ) | |
2901 | ||
2902 | local Base = BrickTable[1] | |
2903 | table.remove(BrickTable, 1) | |
2904 | ||
2905 | for _, Part in pairs(BrickTable) do | |
2906 | local Weld = Instance.new("Weld") | |
2907 | Weld.Part0 = Base | |
2908 | Weld.Part1 = Part | |
2909 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
2910 | Weld.Parent = Base | |
2911 | Part.Anchored = false | |
2912 | end | |
2913 | ||
2914 | Base.Anchored = false | |
2915 | end,o298) | |
2916 | end)) | |
2917 | o299.Name = "FrontLeft" | |
2918 | o299.Parent = o2 | |
2919 | o300.Parent = o299 | |
2920 | o300.BrickColor = BrickColor.new("Black") | |
2921 | o300.Position = Vector3.new(-81.8959427, 2.55850792, 209.132996) | |
2922 | o300.Rotation = Vector3.new(90, 75.000824, 4.29144893e-006) | |
2923 | o300.Anchored = true | |
2924 | o300.FormFactor = Enum.FormFactor.Symmetric | |
2925 | o300.Size = Vector3.new(1, 1, 1) | |
2926 | o300.CFrame = CFrame.new(-81.8959427, 2.55850792, 209.132996, 0.258805305, -1.93844958e-008, 0.965929568, 0.965929568, -4.9351911e-008, -0.258805305, 5.26872803e-008, 1, 5.9515215e-009) | |
2927 | o300.BottomSurface = Enum.SurfaceType.Smooth | |
2928 | o300.TopSurface = Enum.SurfaceType.Smooth | |
2929 | o300.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2930 | o300.Position = Vector3.new(-81.8959427, 2.55850792, 209.132996) | |
2931 | o301.Parent = o300 | |
2932 | o301.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
2933 | o301.Scale = Vector3.new(3.5, 5, 3.5) | |
2934 | o301.MeshType = Enum.MeshType.FileMesh | |
2935 | o302.Parent = o299 | |
2936 | o302.BrickColor = BrickColor.new("Dark stone grey") | |
2937 | o302.Position = Vector3.new(-81.8959427, 2.55850792, 209.229996) | |
2938 | o302.Rotation = Vector3.new(2.82763563e-006, -1.1107262e-006, -14.9985886) | |
2939 | o302.Anchored = true | |
2940 | o302.FormFactor = Enum.FormFactor.Symmetric | |
2941 | o302.Size = Vector3.new(1, 1, 1) | |
2942 | o302.CFrame = CFrame.new(-81.8959427, 2.55850792, 209.229996, 0.96593225, 0.258795261, -1.93858298e-008, -0.258795261, 0.96593225, -4.93515522e-008, 5.95345062e-009, 5.26872199e-008, 1) | |
2943 | o302.BottomSurface = Enum.SurfaceType.Smooth | |
2944 | o302.TopSurface = Enum.SurfaceType.Smooth | |
2945 | o302.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
2946 | o302.Position = Vector3.new(-81.8959427, 2.55850792, 209.229996) | |
2947 | o303.Parent = o302 | |
2948 | o303.MeshId = "http://www.roblox.com/asset/?id=85737661" | |
2949 | o303.Scale = Vector3.new(2.5, 2.5, 0.5) | |
2950 | o303.MeshType = Enum.MeshType.FileMesh | |
2951 | o304.Name = "Wheel" | |
2952 | o304.Parent = o299 | |
2953 | o304.BrickColor = BrickColor.new("Black") | |
2954 | o304.Transparency = 1 | |
2955 | o304.Position = Vector3.new(-81.912941, 2.44950914, 209.636002) | |
2956 | o304.Rotation = Vector3.new(-90, -75.000824, -90) | |
2957 | o304.Anchored = true | |
2958 | o304.FormFactor = Enum.FormFactor.Symmetric | |
2959 | o304.Shape = Enum.PartType.Cylinder | |
2960 | o304.Size = Vector3.new(3.99999976, 3.99999976, 3.99999976) | |
2961 | o304.CFrame = CFrame.new(-81.912941, 2.44950914, 209.636002, -1.93843608e-008, 0.258805305, -0.965929568, -4.93514101e-008, 0.965929568, 0.258805305, 1, 5.26867616e-008, -5.9515215e-009) | |
2962 | o304.BottomSurface = Enum.SurfaceType.Smooth | |
2963 | o304.RightSurface = Enum.SurfaceType.Hinge | |
2964 | o304.TopSurface = Enum.SurfaceType.Smooth | |
2965 | o304.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2966 | o304.Position = Vector3.new(-81.912941, 2.44950914, 209.636002) | |
2967 | o305.Parent = o299 | |
2968 | o305.BrickColor = BrickColor.new("Black") | |
2969 | o305.Position = Vector3.new(-81.8959427, 2.55850792, 210.529999) | |
2970 | o305.Rotation = Vector3.new(90, -14.9985905, 1.1498928e-006) | |
2971 | o305.Anchored = true | |
2972 | o305.FormFactor = Enum.FormFactor.Symmetric | |
2973 | o305.Size = Vector3.new(1, 2, 1) | |
2974 | o305.CFrame = CFrame.new(-81.8959427, 2.55850792, 210.529999, 0.96593225, -1.93856948e-008, -0.258795261, -0.258795261, -4.93510512e-008, -0.96593225, 5.95345062e-009, 1, -5.26867012e-008) | |
2975 | o305.BottomSurface = Enum.SurfaceType.Smooth | |
2976 | o305.TopSurface = Enum.SurfaceType.Smooth | |
2977 | o305.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2978 | o305.Position = Vector3.new(-81.8959427, 2.55850792, 210.529999) | |
2979 | o306.Parent = o305 | |
2980 | o306.MeshId = "http://www.roblox.com/asset/?id=29873142" | |
2981 | o306.Scale = Vector3.new(1.79999995, 0.75, 1.79999995) | |
2982 | o306.MeshType = Enum.MeshType.FileMesh | |
2983 | o307.Parent = o299 | |
2984 | o307.BrickColor = BrickColor.new("Black") | |
2985 | o307.Position = Vector3.new(-81.8959427, 2.55850744, 211.132996) | |
2986 | o307.Rotation = Vector3.new(-90, -75.000824, -4.29144893e-006) | |
2987 | o307.Anchored = true | |
2988 | o307.FormFactor = Enum.FormFactor.Symmetric | |
2989 | o307.Size = Vector3.new(1, 1, 1) | |
2990 | o307.CFrame = CFrame.new(-81.8959427, 2.55850744, 211.132996, 0.258805305, 1.93844958e-008, -0.965929568, 0.965929568, 4.9351911e-008, 0.258805305, 5.26872803e-008, -1, -5.9515215e-009) | |
2991 | o307.BottomSurface = Enum.SurfaceType.Smooth | |
2992 | o307.TopSurface = Enum.SurfaceType.Smooth | |
2993 | o307.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
2994 | o307.Position = Vector3.new(-81.8959427, 2.55850744, 211.132996) | |
2995 | o308.Parent = o307 | |
2996 | o308.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
2997 | o308.Scale = Vector3.new(3.5, 5, 3.5) | |
2998 | o308.MeshType = Enum.MeshType.FileMesh | |
2999 | o309.Name = "WeldScript" | |
3000 | o309.Parent = o299 | |
3001 | table.insert(cors,coroutine.create(function() | |
3002 | wait() | |
3003 | runDummyScript(function() | |
3004 | local BrickTable = {} | |
3005 | ||
3006 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
3007 | for _, Child in pairs(Parent:GetChildren()) do | |
3008 | if not ClassLimit or Child:IsA(ClassLimit) then | |
3009 | Func(Child) | |
3010 | end | |
3011 | RecursiveGeneric(Child, Func, ClassLimit) | |
3012 | end | |
3013 | end | |
3014 | ||
3015 | RecursiveGeneric( | |
3016 | script.Parent, | |
3017 | function(Brick) table.insert(BrickTable, Brick) end, | |
3018 | "BasePart" | |
3019 | ) | |
3020 | ||
3021 | local Base = BrickTable[1] | |
3022 | table.remove(BrickTable, 1) | |
3023 | ||
3024 | for _, Part in pairs(BrickTable) do | |
3025 | local Weld = Instance.new("Weld") | |
3026 | Weld.Part0 = Base | |
3027 | Weld.Part1 = Part | |
3028 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
3029 | Weld.Parent = Base | |
3030 | Part.Anchored = false | |
3031 | end | |
3032 | ||
3033 | Base.Anchored = false | |
3034 | end,o309) | |
3035 | end)) | |
3036 | o310.Name = "FrontRight" | |
3037 | o310.Parent = o2 | |
3038 | o311.Parent = o310 | |
3039 | o311.BrickColor = BrickColor.new("Black") | |
3040 | o311.Position = Vector3.new(-81.8719406, 2.55250788, 219) | |
3041 | o311.Rotation = Vector3.new(-90, -75.000824, -4.29144848e-006) | |
3042 | o311.Anchored = true | |
3043 | o311.FormFactor = Enum.FormFactor.Symmetric | |
3044 | o311.Size = Vector3.new(1, 1, 1) | |
3045 | o311.CFrame = CFrame.new(-81.8719406, 2.55250788, 219, 0.258805305, 1.9384494e-008, -0.965929568, 0.965929568, 4.9351911e-008, 0.258805305, 5.26872803e-008, -1, -5.95151883e-009) | |
3046 | o311.BottomSurface = Enum.SurfaceType.Smooth | |
3047 | o311.TopSurface = Enum.SurfaceType.Smooth | |
3048 | o311.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3049 | o311.Position = Vector3.new(-81.8719406, 2.55250788, 219) | |
3050 | o312.Parent = o311 | |
3051 | o312.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
3052 | o312.Scale = Vector3.new(3.5, 5, 3.5) | |
3053 | o312.MeshType = Enum.MeshType.FileMesh | |
3054 | o313.Parent = o310 | |
3055 | o313.BrickColor = BrickColor.new("Dark stone grey") | |
3056 | o313.Position = Vector3.new(-81.8719406, 2.55250788, 218.900009) | |
3057 | o313.Rotation = Vector3.new(-180, 1.1107262e-006, -165.001419) | |
3058 | o313.Anchored = true | |
3059 | o313.FormFactor = Enum.FormFactor.Symmetric | |
3060 | o313.Size = Vector3.new(1, 1, 1) | |
3061 | o313.CFrame = CFrame.new(-81.8719406, 2.55250788, 218.900009, -0.96593225, 0.258795261, 1.93858298e-008, 0.258795261, 0.96593225, 4.93515522e-008, -5.95344973e-009, 5.26872199e-008, -1) | |
3062 | o313.BottomSurface = Enum.SurfaceType.Smooth | |
3063 | o313.TopSurface = Enum.SurfaceType.Smooth | |
3064 | o313.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3065 | o313.Position = Vector3.new(-81.8719406, 2.55250788, 218.900009) | |
3066 | o314.Parent = o313 | |
3067 | o314.MeshId = "http://www.roblox.com/asset/?id=85737661" | |
3068 | o314.Scale = Vector3.new(2.5, 2.5, 0.5) | |
3069 | o314.MeshType = Enum.MeshType.FileMesh | |
3070 | o315.Name = "Wheel" | |
3071 | o315.Parent = o310 | |
3072 | o315.BrickColor = BrickColor.new("Black") | |
3073 | o315.Transparency = 1 | |
3074 | o315.Position = Vector3.new(-81.912941, 2.44950819, 218.496002) | |
3075 | o315.Rotation = Vector3.new(90, 75.000824, -90) | |
3076 | o315.Anchored = true | |
3077 | o315.FormFactor = Enum.FormFactor.Symmetric | |
3078 | o315.Shape = Enum.PartType.Cylinder | |
3079 | o315.Size = Vector3.new(3.99999976, 3.99999976, 3.99999976) | |
3080 | o315.CFrame = CFrame.new(-81.912941, 2.44950819, 218.496002, 1.93843608e-008, 0.258805305, 0.965929568, 4.93514101e-008, 0.965929568, -0.258805305, -1, 5.26867616e-008, 5.9515215e-009) | |
3081 | o315.BottomSurface = Enum.SurfaceType.Smooth | |
3082 | o315.RightSurface = Enum.SurfaceType.Hinge | |
3083 | o315.TopSurface = Enum.SurfaceType.Smooth | |
3084 | o315.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3085 | o315.Position = Vector3.new(-81.912941, 2.44950819, 218.496002) | |
3086 | o316.Parent = o310 | |
3087 | o316.BrickColor = BrickColor.new("Black") | |
3088 | o316.Position = Vector3.new(-81.8719406, 2.55250788, 217.600006) | |
3089 | o316.Rotation = Vector3.new(90, -14.9985905, -180) | |
3090 | o316.Anchored = true | |
3091 | o316.FormFactor = Enum.FormFactor.Symmetric | |
3092 | o316.Size = Vector3.new(1, 2, 1) | |
3093 | o316.CFrame = CFrame.new(-81.8719406, 2.55250788, 217.600006, -0.96593225, 1.93856948e-008, -0.258795261, 0.258795261, 4.93510477e-008, -0.96593225, -5.95344973e-009, -1, -5.26866941e-008) | |
3094 | o316.BottomSurface = Enum.SurfaceType.Smooth | |
3095 | o316.TopSurface = Enum.SurfaceType.Smooth | |
3096 | o316.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3097 | o316.Position = Vector3.new(-81.8719406, 2.55250788, 217.600006) | |
3098 | o317.Parent = o316 | |
3099 | o317.MeshId = "http://www.roblox.com/asset/?id=29873142" | |
3100 | o317.Scale = Vector3.new(1.79999995, 0.75, 1.79999995) | |
3101 | o317.MeshType = Enum.MeshType.FileMesh | |
3102 | o318.Parent = o310 | |
3103 | o318.BrickColor = BrickColor.new("Black") | |
3104 | o318.Position = Vector3.new(-81.8719406, 2.55250835, 217) | |
3105 | o318.Rotation = Vector3.new(90, 75.000824, 4.29144848e-006) | |
3106 | o318.Anchored = true | |
3107 | o318.FormFactor = Enum.FormFactor.Symmetric | |
3108 | o318.Size = Vector3.new(1, 1, 1) | |
3109 | o318.CFrame = CFrame.new(-81.8719406, 2.55250835, 217, 0.258805305, -1.9384494e-008, 0.965929568, 0.965929568, -4.9351911e-008, -0.258805305, 5.26872803e-008, 1, 5.95151883e-009) | |
3110 | o318.BottomSurface = Enum.SurfaceType.Smooth | |
3111 | o318.TopSurface = Enum.SurfaceType.Smooth | |
3112 | o318.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3113 | o318.Position = Vector3.new(-81.8719406, 2.55250835, 217) | |
3114 | o319.Parent = o318 | |
3115 | o319.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
3116 | o319.Scale = Vector3.new(3.5, 5, 3.5) | |
3117 | o319.MeshType = Enum.MeshType.FileMesh | |
3118 | o320.Name = "WeldScript" | |
3119 | o320.Parent = o310 | |
3120 | table.insert(cors,coroutine.create(function() | |
3121 | wait() | |
3122 | runDummyScript(function() | |
3123 | local BrickTable = {} | |
3124 | ||
3125 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
3126 | for _, Child in pairs(Parent:GetChildren()) do | |
3127 | if not ClassLimit or Child:IsA(ClassLimit) then | |
3128 | Func(Child) | |
3129 | end | |
3130 | RecursiveGeneric(Child, Func, ClassLimit) | |
3131 | end | |
3132 | end | |
3133 | ||
3134 | RecursiveGeneric( | |
3135 | script.Parent, | |
3136 | function(Brick) table.insert(BrickTable, Brick) end, | |
3137 | "BasePart" | |
3138 | ) | |
3139 | ||
3140 | local Base = BrickTable[1] | |
3141 | table.remove(BrickTable, 1) | |
3142 | ||
3143 | for _, Part in pairs(BrickTable) do | |
3144 | local Weld = Instance.new("Weld") | |
3145 | Weld.Part0 = Base | |
3146 | Weld.Part1 = Part | |
3147 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
3148 | Weld.Parent = Base | |
3149 | Part.Anchored = false | |
3150 | end | |
3151 | ||
3152 | Base.Anchored = false | |
3153 | end,o320) | |
3154 | end)) | |
3155 | o321.Name = "MiddleRight" | |
3156 | o321.Parent = o2 | |
3157 | o322.Parent = o321 | |
3158 | o322.BrickColor = BrickColor.new("Black") | |
3159 | o322.Position = Vector3.new(-95.2018585, 6.12419891, 219) | |
3160 | o322.Rotation = Vector3.new(-90, -75.000824, -4.29144848e-006) | |
3161 | o322.Anchored = true | |
3162 | o322.FormFactor = Enum.FormFactor.Symmetric | |
3163 | o322.Size = Vector3.new(1, 1, 1) | |
3164 | o322.CFrame = CFrame.new(-95.2018585, 6.12419891, 219, 0.258805305, 1.9384494e-008, -0.965929568, 0.965929568, 4.9351911e-008, 0.258805305, 5.26872803e-008, -1, -5.95151883e-009) | |
3165 | o322.BottomSurface = Enum.SurfaceType.Smooth | |
3166 | o322.TopSurface = Enum.SurfaceType.Smooth | |
3167 | o322.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3168 | o322.Position = Vector3.new(-95.2018585, 6.12419891, 219) | |
3169 | o323.Parent = o322 | |
3170 | o323.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
3171 | o323.Scale = Vector3.new(3.5, 5, 3.5) | |
3172 | o323.MeshType = Enum.MeshType.FileMesh | |
3173 | o324.Parent = o321 | |
3174 | o324.BrickColor = BrickColor.new("Dark stone grey") | |
3175 | o324.Position = Vector3.new(-95.2018585, 6.12419891, 218.900009) | |
3176 | o324.Rotation = Vector3.new(-180, 1.1107262e-006, -165.001419) | |
3177 | o324.Anchored = true | |
3178 | o324.FormFactor = Enum.FormFactor.Symmetric | |
3179 | o324.Size = Vector3.new(1, 1, 1) | |
3180 | o324.CFrame = CFrame.new(-95.2018585, 6.12419891, 218.900009, -0.96593225, 0.258795261, 1.93858298e-008, 0.258795261, 0.96593225, 4.93515522e-008, -5.95344973e-009, 5.26872199e-008, -1) | |
3181 | o324.BottomSurface = Enum.SurfaceType.Smooth | |
3182 | o324.TopSurface = Enum.SurfaceType.Smooth | |
3183 | o324.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3184 | o324.Position = Vector3.new(-95.2018585, 6.12419891, 218.900009) | |
3185 | o325.Parent = o324 | |
3186 | o325.MeshId = "http://www.roblox.com/asset/?id=85737661" | |
3187 | o325.Scale = Vector3.new(2.5, 2.5, 0.5) | |
3188 | o325.MeshType = Enum.MeshType.FileMesh | |
3189 | o326.Name = "Wheel" | |
3190 | o326.Parent = o321 | |
3191 | o326.BrickColor = BrickColor.new("Black") | |
3192 | o326.Transparency = 1 | |
3193 | o326.Position = Vector3.new(-95.2428665, 6.02119637, 218.496002) | |
3194 | o326.Rotation = Vector3.new(90, 75.000824, -90) | |
3195 | o326.Anchored = true | |
3196 | o326.FormFactor = Enum.FormFactor.Symmetric | |
3197 | o326.Shape = Enum.PartType.Cylinder | |
3198 | o326.Size = Vector3.new(3.99999976, 3.99999976, 3.99999976) | |
3199 | o326.CFrame = CFrame.new(-95.2428665, 6.02119637, 218.496002, 1.93843608e-008, 0.258805305, 0.965929568, 4.93514101e-008, 0.965929568, -0.258805305, -1, 5.26867616e-008, 5.9515215e-009) | |
3200 | o326.BottomSurface = Enum.SurfaceType.Smooth | |
3201 | o326.RightSurface = Enum.SurfaceType.Hinge | |
3202 | o326.TopSurface = Enum.SurfaceType.Smooth | |
3203 | o326.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3204 | o326.Position = Vector3.new(-95.2428665, 6.02119637, 218.496002) | |
3205 | o327.Parent = o321 | |
3206 | o327.BrickColor = BrickColor.new("Black") | |
3207 | o327.Position = Vector3.new(-95.2018585, 6.12419891, 217.600006) | |
3208 | o327.Rotation = Vector3.new(90, -14.9985905, -180) | |
3209 | o327.Anchored = true | |
3210 | o327.FormFactor = Enum.FormFactor.Symmetric | |
3211 | o327.Size = Vector3.new(1, 2, 1) | |
3212 | o327.CFrame = CFrame.new(-95.2018585, 6.12419891, 217.600006, -0.96593225, 1.93856948e-008, -0.258795261, 0.258795261, 4.93510477e-008, -0.96593225, -5.95344973e-009, -1, -5.26866941e-008) | |
3213 | o327.BottomSurface = Enum.SurfaceType.Smooth | |
3214 | o327.TopSurface = Enum.SurfaceType.Smooth | |
3215 | o327.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3216 | o327.Position = Vector3.new(-95.2018585, 6.12419891, 217.600006) | |
3217 | o328.Parent = o327 | |
3218 | o328.MeshId = "http://www.roblox.com/asset/?id=29873142" | |
3219 | o328.Scale = Vector3.new(1.79999995, 0.75, 1.79999995) | |
3220 | o328.MeshType = Enum.MeshType.FileMesh | |
3221 | o329.Parent = o321 | |
3222 | o329.BrickColor = BrickColor.new("Black") | |
3223 | o329.Position = Vector3.new(-95.2018585, 6.12419891, 217) | |
3224 | o329.Rotation = Vector3.new(90, 75.000824, 4.29144848e-006) | |
3225 | o329.Anchored = true | |
3226 | o329.FormFactor = Enum.FormFactor.Symmetric | |
3227 | o329.Size = Vector3.new(1, 1, 1) | |
3228 | o329.CFrame = CFrame.new(-95.2018585, 6.12419891, 217, 0.258805305, -1.9384494e-008, 0.965929568, 0.965929568, -4.9351911e-008, -0.258805305, 5.26872803e-008, 1, 5.95151883e-009) | |
3229 | o329.BottomSurface = Enum.SurfaceType.Smooth | |
3230 | o329.TopSurface = Enum.SurfaceType.Smooth | |
3231 | o329.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3232 | o329.Position = Vector3.new(-95.2018585, 6.12419891, 217) | |
3233 | o330.Parent = o329 | |
3234 | o330.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
3235 | o330.Scale = Vector3.new(3.5, 5, 3.5) | |
3236 | o330.MeshType = Enum.MeshType.FileMesh | |
3237 | o331.Name = "WeldScript" | |
3238 | o331.Parent = o321 | |
3239 | table.insert(cors,coroutine.create(function() | |
3240 | wait() | |
3241 | runDummyScript(function() | |
3242 | local BrickTable = {} | |
3243 | ||
3244 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
3245 | for _, Child in pairs(Parent:GetChildren()) do | |
3246 | if not ClassLimit or Child:IsA(ClassLimit) then | |
3247 | Func(Child) | |
3248 | end | |
3249 | RecursiveGeneric(Child, Func, ClassLimit) | |
3250 | end | |
3251 | end | |
3252 | ||
3253 | RecursiveGeneric( | |
3254 | script.Parent, | |
3255 | function(Brick) table.insert(BrickTable, Brick) end, | |
3256 | "BasePart" | |
3257 | ) | |
3258 | ||
3259 | local Base = BrickTable[1] | |
3260 | table.remove(BrickTable, 1) | |
3261 | ||
3262 | for _, Part in pairs(BrickTable) do | |
3263 | local Weld = Instance.new("Weld") | |
3264 | Weld.Part0 = Base | |
3265 | Weld.Part1 = Part | |
3266 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
3267 | Weld.Parent = Base | |
3268 | Part.Anchored = false | |
3269 | end | |
3270 | ||
3271 | Base.Anchored = false | |
3272 | end,o331) | |
3273 | end)) | |
3274 | o332.Name = "MiddleLeft" | |
3275 | o332.Parent = o2 | |
3276 | o333.Parent = o332 | |
3277 | o333.BrickColor = BrickColor.new("Black") | |
3278 | o333.Position = Vector3.new(-95.2258759, 6.13019371, 209.132996) | |
3279 | o333.Rotation = Vector3.new(90, 75.000824, 4.29144893e-006) | |
3280 | o333.Anchored = true | |
3281 | o333.FormFactor = Enum.FormFactor.Symmetric | |
3282 | o333.Size = Vector3.new(1, 1, 1) | |
3283 | o333.CFrame = CFrame.new(-95.2258759, 6.13019371, 209.132996, 0.258805305, -1.93844958e-008, 0.965929568, 0.965929568, -4.9351911e-008, -0.258805305, 5.26872803e-008, 1, 5.9515215e-009) | |
3284 | o333.BottomSurface = Enum.SurfaceType.Smooth | |
3285 | o333.TopSurface = Enum.SurfaceType.Smooth | |
3286 | o333.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3287 | o333.Position = Vector3.new(-95.2258759, 6.13019371, 209.132996) | |
3288 | o334.Parent = o333 | |
3289 | o334.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
3290 | o334.Scale = Vector3.new(3.5, 5, 3.5) | |
3291 | o334.MeshType = Enum.MeshType.FileMesh | |
3292 | o335.Parent = o332 | |
3293 | o335.BrickColor = BrickColor.new("Dark stone grey") | |
3294 | o335.Position = Vector3.new(-95.2258759, 6.13019371, 209.229996) | |
3295 | o335.Rotation = Vector3.new(2.82763563e-006, -1.1107262e-006, -14.9985886) | |
3296 | o335.Anchored = true | |
3297 | o335.FormFactor = Enum.FormFactor.Symmetric | |
3298 | o335.Size = Vector3.new(1, 1, 1) | |
3299 | o335.CFrame = CFrame.new(-95.2258759, 6.13019371, 209.229996, 0.96593225, 0.258795261, -1.93858298e-008, -0.258795261, 0.96593225, -4.93515522e-008, 5.95345062e-009, 5.26872199e-008, 1) | |
3300 | o335.BottomSurface = Enum.SurfaceType.Smooth | |
3301 | o335.TopSurface = Enum.SurfaceType.Smooth | |
3302 | o335.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3303 | o335.Position = Vector3.new(-95.2258759, 6.13019371, 209.229996) | |
3304 | o336.Parent = o335 | |
3305 | o336.MeshId = "http://www.roblox.com/asset/?id=85737661" | |
3306 | o336.Scale = Vector3.new(2.5, 2.5, 0.5) | |
3307 | o336.MeshType = Enum.MeshType.FileMesh | |
3308 | o337.Name = "Wheel" | |
3309 | o337.Parent = o332 | |
3310 | o337.BrickColor = BrickColor.new("Black") | |
3311 | o337.Transparency = 1 | |
3312 | o337.Position = Vector3.new(-95.2428665, 6.02119732, 209.636002) | |
3313 | o337.Rotation = Vector3.new(-90, -75.000824, -90) | |
3314 | o337.Anchored = true | |
3315 | o337.FormFactor = Enum.FormFactor.Symmetric | |
3316 | o337.Shape = Enum.PartType.Cylinder | |
3317 | o337.Size = Vector3.new(3.99999976, 3.99999976, 3.99999976) | |
3318 | o337.CFrame = CFrame.new(-95.2428665, 6.02119732, 209.636002, -1.93843608e-008, 0.258805305, -0.965929568, -4.93514101e-008, 0.965929568, 0.258805305, 1, 5.26867616e-008, -5.9515215e-009) | |
3319 | o337.BottomSurface = Enum.SurfaceType.Smooth | |
3320 | o337.RightSurface = Enum.SurfaceType.Hinge | |
3321 | o337.TopSurface = Enum.SurfaceType.Smooth | |
3322 | o337.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3323 | o337.Position = Vector3.new(-95.2428665, 6.02119732, 209.636002) | |
3324 | o338.Parent = o332 | |
3325 | o338.BrickColor = BrickColor.new("Black") | |
3326 | o338.Position = Vector3.new(-95.2258759, 6.13019371, 210.529999) | |
3327 | o338.Rotation = Vector3.new(90, -14.9985905, 1.1498928e-006) | |
3328 | o338.Anchored = true | |
3329 | o338.FormFactor = Enum.FormFactor.Symmetric | |
3330 | o338.Size = Vector3.new(1, 2, 1) | |
3331 | o338.CFrame = CFrame.new(-95.2258759, 6.13019371, 210.529999, 0.96593225, -1.93856948e-008, -0.258795261, -0.258795261, -4.93510512e-008, -0.96593225, 5.95345062e-009, 1, -5.26867012e-008) | |
3332 | o338.BottomSurface = Enum.SurfaceType.Smooth | |
3333 | o338.TopSurface = Enum.SurfaceType.Smooth | |
3334 | o338.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3335 | o338.Position = Vector3.new(-95.2258759, 6.13019371, 210.529999) | |
3336 | o339.Parent = o338 | |
3337 | o339.MeshId = "http://www.roblox.com/asset/?id=29873142" | |
3338 | o339.Scale = Vector3.new(1.79999995, 0.75, 1.79999995) | |
3339 | o339.MeshType = Enum.MeshType.FileMesh | |
3340 | o340.Parent = o332 | |
3341 | o340.BrickColor = BrickColor.new("Black") | |
3342 | o340.Position = Vector3.new(-95.2258759, 6.13019371, 211.132996) | |
3343 | o340.Rotation = Vector3.new(-90, -75.000824, -4.29144893e-006) | |
3344 | o340.Anchored = true | |
3345 | o340.FormFactor = Enum.FormFactor.Symmetric | |
3346 | o340.Size = Vector3.new(1, 1, 1) | |
3347 | o340.CFrame = CFrame.new(-95.2258759, 6.13019371, 211.132996, 0.258805305, 1.93844958e-008, -0.965929568, 0.965929568, 4.9351911e-008, 0.258805305, 5.26872803e-008, -1, -5.9515215e-009) | |
3348 | o340.BottomSurface = Enum.SurfaceType.Smooth | |
3349 | o340.TopSurface = Enum.SurfaceType.Smooth | |
3350 | o340.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3351 | o340.Position = Vector3.new(-95.2258759, 6.13019371, 211.132996) | |
3352 | o341.Parent = o340 | |
3353 | o341.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
3354 | o341.Scale = Vector3.new(3.5, 5, 3.5) | |
3355 | o341.MeshType = Enum.MeshType.FileMesh | |
3356 | o342.Name = "WeldScript" | |
3357 | o342.Parent = o332 | |
3358 | table.insert(cors,coroutine.create(function() | |
3359 | wait() | |
3360 | runDummyScript(function() | |
3361 | local BrickTable = {} | |
3362 | ||
3363 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
3364 | for _, Child in pairs(Parent:GetChildren()) do | |
3365 | if not ClassLimit or Child:IsA(ClassLimit) then | |
3366 | Func(Child) | |
3367 | end | |
3368 | RecursiveGeneric(Child, Func, ClassLimit) | |
3369 | end | |
3370 | end | |
3371 | ||
3372 | RecursiveGeneric( | |
3373 | script.Parent, | |
3374 | function(Brick) table.insert(BrickTable, Brick) end, | |
3375 | "BasePart" | |
3376 | ) | |
3377 | ||
3378 | local Base = BrickTable[1] | |
3379 | table.remove(BrickTable, 1) | |
3380 | ||
3381 | for _, Part in pairs(BrickTable) do | |
3382 | local Weld = Instance.new("Weld") | |
3383 | Weld.Part0 = Base | |
3384 | Weld.Part1 = Part | |
3385 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
3386 | Weld.Parent = Base | |
3387 | Part.Anchored = false | |
3388 | end | |
3389 | ||
3390 | Base.Anchored = false | |
3391 | end,o342) | |
3392 | end)) | |
3393 | o343.Name = "Trailer" | |
3394 | o343.Parent = o1 | |
3395 | o344.Name = "Body" | |
3396 | o344.Parent = o343 | |
3397 | o345.Name = "Colors" | |
3398 | o345.Parent = o344 | |
3399 | o346.Parent = o345 | |
3400 | o346.BrickColor = BrickColor.new("Grime") | |
3401 | o346.Position = Vector3.new(-106.186951, 21.3867874, 219.440002) | |
3402 | o346.Rotation = Vector3.new(180, -2.34941922e-006, -165.001419) | |
3403 | o346.Anchored = true | |
3404 | o346.FormFactor = Enum.FormFactor.Custom | |
3405 | o346.Size = Vector3.new(7.10000038, 1.20000005, 1.20000005) | |
3406 | o346.CFrame = CFrame.new(-106.186951, 21.3867874, 219.440002, -0.96593225, 0.258795261, -4.10051015e-008, 0.258795261, 0.96593225, -2.4300769e-007, -2.32810855e-008, -2.45340885e-007, -1) | |
3407 | o346.BottomSurface = Enum.SurfaceType.Smooth | |
3408 | o346.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3409 | o346.Position = Vector3.new(-106.186951, 21.3867874, 219.440002) | |
3410 | o347.Parent = o345 | |
3411 | o347.BrickColor = BrickColor.new("Grime") | |
3412 | o347.Position = Vector3.new(-93.3669357, 10.4981623, 218.790009) | |
3413 | o347.Rotation = Vector3.new(-179.999985, -5.10583641e-006, 14.9985886) | |
3414 | o347.Anchored = true | |
3415 | o347.FormFactor = Enum.FormFactor.Custom | |
3416 | o347.Size = Vector3.new(7.10000038, 0.800000012, 2.5) | |
3417 | o347.CFrame = CFrame.new(-93.3669357, 10.4981623, 218.790009, 0.96593225, -0.258795261, -8.91136551e-008, -0.258795261, -0.96593225, 3.86962199e-007, -1.8622174e-007, -3.50717102e-007, -1) | |
3418 | o347.BottomSurface = Enum.SurfaceType.Smooth | |
3419 | o347.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3420 | o347.Position = Vector3.new(-93.3669357, 10.4981623, 218.790009) | |
3421 | o348.Parent = o345 | |
3422 | o348.BrickColor = BrickColor.new("Grime") | |
3423 | o348.Position = Vector3.new(-91.5040359, 17.4521255, 214.040009) | |
3424 | o348.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, 165.001419) | |
3425 | o348.Anchored = true | |
3426 | o348.FormFactor = Enum.FormFactor.Custom | |
3427 | o348.Size = Vector3.new(7.09999847, 1.20000017, 9.60000038) | |
3428 | o348.CFrame = CFrame.new(-91.5040359, 17.4521255, 214.040009, -0.96593225, -0.258795261, 6.50593677e-008, 0.258795261, -0.96593225, -7.19772899e-008, 8.14703256e-008, -5.26881294e-008, 1) | |
3429 | o348.BottomSurface = Enum.SurfaceType.Smooth | |
3430 | o348.TopSurface = Enum.SurfaceType.Smooth | |
3431 | o348.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3432 | o348.Position = Vector3.new(-91.5040359, 17.4521255, 214.040009) | |
3433 | o349.Parent = o348 | |
3434 | o350.Parent = o345 | |
3435 | o350.BrickColor = BrickColor.new("Grime") | |
3436 | o350.Position = Vector3.new(-91.5040359, 17.4521255, 219.440002) | |
3437 | o350.Rotation = Vector3.new(180, -2.34941922e-006, -165.001419) | |
3438 | o350.Anchored = true | |
3439 | o350.FormFactor = Enum.FormFactor.Custom | |
3440 | o350.Size = Vector3.new(7.10000038, 1.20000005, 1.20000005) | |
3441 | o350.CFrame = CFrame.new(-91.5040359, 17.4521255, 219.440002, -0.96593225, 0.258795261, -4.10051015e-008, 0.258795261, 0.96593225, -2.4300769e-007, -2.32810855e-008, -2.45340885e-007, -1) | |
3442 | o350.BottomSurface = Enum.SurfaceType.Smooth | |
3443 | o350.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3444 | o350.Position = Vector3.new(-91.5040359, 17.4521255, 219.440002) | |
3445 | o351.Parent = o345 | |
3446 | o351.BrickColor = BrickColor.new("Grime") | |
3447 | o351.Position = Vector3.new(-91.5040436, 17.4521255, 208.641006) | |
3448 | o351.Rotation = Vector3.new(-0.000480848394, 0.000126828556, -14.9985666) | |
3449 | o351.Anchored = true | |
3450 | o351.FormFactor = Enum.FormFactor.Custom | |
3451 | o351.Size = Vector3.new(7.10000038, 1.20000005, 1.20000005) | |
3452 | o351.CFrame = CFrame.new(-91.5040436, 17.4521255, 208.641006, 0.965932369, 0.258794874, 2.21357595e-006, -0.258794934, 0.96593225, 8.39238783e-006, 3.37429462e-008, -8.67933977e-006, 1) | |
3453 | o351.BottomSurface = Enum.SurfaceType.Smooth | |
3454 | o351.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3455 | o351.Position = Vector3.new(-91.5040436, 17.4521255, 208.641006) | |
3456 | o352.Parent = o345 | |
3457 | o352.BrickColor = BrickColor.new("Grime") | |
3458 | o352.Position = Vector3.new(-98.8449936, 19.4189587, 208.641006) | |
3459 | o352.Rotation = Vector3.new(-0.000480848394, 0.000126828556, -14.9985666) | |
3460 | o352.Anchored = true | |
3461 | o352.FormFactor = Enum.FormFactor.Custom | |
3462 | o352.Size = Vector3.new(7.10000038, 1.20000005, 1.20000005) | |
3463 | o352.CFrame = CFrame.new(-98.8449936, 19.4189587, 208.641006, 0.965932369, 0.258794874, 2.21357595e-006, -0.258794934, 0.96593225, 8.39238783e-006, 3.37429462e-008, -8.67933977e-006, 1) | |
3464 | o352.BottomSurface = Enum.SurfaceType.Smooth | |
3465 | o352.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3466 | o352.Position = Vector3.new(-98.8449936, 19.4189587, 208.641006) | |
3467 | o353.Parent = o345 | |
3468 | o353.BrickColor = BrickColor.new("Grime") | |
3469 | o353.Position = Vector3.new(-106.186951, 21.3867874, 208.641006) | |
3470 | o353.Rotation = Vector3.new(-0.000480848394, 0.000126828556, -14.9985666) | |
3471 | o353.Anchored = true | |
3472 | o353.FormFactor = Enum.FormFactor.Custom | |
3473 | o353.Size = Vector3.new(7.10000038, 1.20000005, 1.20000005) | |
3474 | o353.CFrame = CFrame.new(-106.186951, 21.3867874, 208.641006, 0.965932369, 0.258794874, 2.21357595e-006, -0.258794934, 0.96593225, 8.39238783e-006, 3.37429462e-008, -8.67933977e-006, 1) | |
3475 | o353.BottomSurface = Enum.SurfaceType.Smooth | |
3476 | o353.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3477 | o353.Position = Vector3.new(-106.186951, 21.3867874, 208.641006) | |
3478 | o354.Parent = o345 | |
3479 | o354.BrickColor = BrickColor.new("Grime") | |
3480 | o354.Position = Vector3.new(-106.186951, 21.3867874, 214.040009) | |
3481 | o354.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, 165.001419) | |
3482 | o354.Anchored = true | |
3483 | o354.FormFactor = Enum.FormFactor.Custom | |
3484 | o354.Size = Vector3.new(7.09999847, 1.20000017, 9.60000038) | |
3485 | o354.CFrame = CFrame.new(-106.186951, 21.3867874, 214.040009, -0.96593225, -0.258795261, 6.50593677e-008, 0.258795261, -0.96593225, -7.19772899e-008, 8.14703256e-008, -5.26881294e-008, 1) | |
3486 | o354.BottomSurface = Enum.SurfaceType.Smooth | |
3487 | o354.TopSurface = Enum.SurfaceType.Smooth | |
3488 | o354.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3489 | o354.Position = Vector3.new(-106.186951, 21.3867874, 214.040009) | |
3490 | o355.Parent = o354 | |
3491 | o356.Parent = o345 | |
3492 | o356.BrickColor = BrickColor.new("Grime") | |
3493 | o356.Position = Vector3.new(-98.8449936, 19.4189587, 214.040009) | |
3494 | o356.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, 165.001419) | |
3495 | o356.Anchored = true | |
3496 | o356.FormFactor = Enum.FormFactor.Custom | |
3497 | o356.Size = Vector3.new(7.09999847, 1.20000017, 9.60000038) | |
3498 | o356.CFrame = CFrame.new(-98.8449936, 19.4189587, 214.040009, -0.96593225, -0.258795261, 6.50593677e-008, 0.258795261, -0.96593225, -7.19772899e-008, 8.14703256e-008, -5.26881294e-008, 1) | |
3499 | o356.BottomSurface = Enum.SurfaceType.Smooth | |
3500 | o356.TopSurface = Enum.SurfaceType.Smooth | |
3501 | o356.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3502 | o356.Position = Vector3.new(-98.8449936, 19.4189587, 214.040009) | |
3503 | o357.Parent = o356 | |
3504 | o358.Parent = o345 | |
3505 | o358.BrickColor = BrickColor.new("Grime") | |
3506 | o358.Position = Vector3.new(-99.8019562, 15.8459673, 214.040009) | |
3507 | o358.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
3508 | o358.Anchored = true | |
3509 | o358.FormFactor = Enum.FormFactor.Custom | |
3510 | o358.Size = Vector3.new(7.09999847, 6.20000029, 12) | |
3511 | o358.CFrame = CFrame.new(-99.8019562, 15.8459673, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
3512 | o358.BottomSurface = Enum.SurfaceType.Smooth | |
3513 | o358.TopSurface = Enum.SurfaceType.Smooth | |
3514 | o358.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3515 | o358.Position = Vector3.new(-99.8019562, 15.8459673, 214.040009) | |
3516 | o359.Parent = o358 | |
3517 | o360.Parent = o345 | |
3518 | o360.BrickColor = BrickColor.new("Grime") | |
3519 | o360.Position = Vector3.new(-107.143906, 17.8128147, 214.040009) | |
3520 | o360.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
3521 | o360.Anchored = true | |
3522 | o360.FormFactor = Enum.FormFactor.Custom | |
3523 | o360.Size = Vector3.new(7.09999847, 6.20000029, 12) | |
3524 | o360.CFrame = CFrame.new(-107.143906, 17.8128147, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
3525 | o360.BottomSurface = Enum.SurfaceType.Smooth | |
3526 | o360.TopSurface = Enum.SurfaceType.Smooth | |
3527 | o360.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3528 | o360.Position = Vector3.new(-107.143906, 17.8128147, 214.040009) | |
3529 | o361.Parent = o360 | |
3530 | o362.Parent = o345 | |
3531 | o362.BrickColor = BrickColor.new("Grime") | |
3532 | o362.Position = Vector3.new(-100.707893, 12.4649925, 209.290009) | |
3533 | o362.Rotation = Vector3.new(0.000489096448, -0.000119373326, 165.001434) | |
3534 | o362.Anchored = true | |
3535 | o362.FormFactor = Enum.FormFactor.Custom | |
3536 | o362.Size = Vector3.new(7.10000038, 0.800000012, 2.5) | |
3537 | o362.CFrame = CFrame.new(-100.707893, 12.4649925, 209.290009, -0.965932369, -0.258794874, -2.0834575e-006, 0.258794934, -0.96593225, -8.53634356e-006, 1.96683544e-007, -8.78471747e-006, 1) | |
3538 | o362.BottomSurface = Enum.SurfaceType.Smooth | |
3539 | o362.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3540 | o362.Position = Vector3.new(-100.707893, 12.4649925, 209.290009) | |
3541 | o363.Parent = o345 | |
3542 | o363.BrickColor = BrickColor.new("Grime") | |
3543 | o363.Position = Vector3.new(-93.3669357, 10.4981632, 209.290009) | |
3544 | o363.Rotation = Vector3.new(0.000489096448, -0.000119373326, 165.001434) | |
3545 | o363.Anchored = true | |
3546 | o363.FormFactor = Enum.FormFactor.Custom | |
3547 | o363.Size = Vector3.new(7.10000038, 0.800000012, 2.5) | |
3548 | o363.CFrame = CFrame.new(-93.3669357, 10.4981632, 209.290009, -0.965932369, -0.258794874, -2.0834575e-006, 0.258794934, -0.96593225, -8.53634356e-006, 1.96683544e-007, -8.78471747e-006, 1) | |
3549 | o363.BottomSurface = Enum.SurfaceType.Smooth | |
3550 | o363.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3551 | o363.Position = Vector3.new(-93.3669357, 10.4981632, 209.290009) | |
3552 | o364.Parent = o345 | |
3553 | o364.BrickColor = BrickColor.new("Grime") | |
3554 | o364.Position = Vector3.new(-93.3669357, 10.4981623, 214.040009) | |
3555 | o364.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
3556 | o364.Anchored = true | |
3557 | o364.FormFactor = Enum.FormFactor.Custom | |
3558 | o364.Size = Vector3.new(7.09999847, 0.800000191, 7) | |
3559 | o364.CFrame = CFrame.new(-93.3669357, 10.4981623, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
3560 | o364.BottomSurface = Enum.SurfaceType.Smooth | |
3561 | o364.TopSurface = Enum.SurfaceType.Smooth | |
3562 | o364.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3563 | o364.Position = Vector3.new(-93.3669357, 10.4981623, 214.040009) | |
3564 | o365.Parent = o364 | |
3565 | o366.Parent = o345 | |
3566 | o366.BrickColor = BrickColor.new("Grime") | |
3567 | o366.Position = Vector3.new(-100.707893, 12.4649925, 214.040009) | |
3568 | o366.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
3569 | o366.Anchored = true | |
3570 | o366.FormFactor = Enum.FormFactor.Custom | |
3571 | o366.Size = Vector3.new(7.09999847, 0.800000191, 7) | |
3572 | o366.CFrame = CFrame.new(-100.707893, 12.4649925, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
3573 | o366.BottomSurface = Enum.SurfaceType.Smooth | |
3574 | o366.TopSurface = Enum.SurfaceType.Smooth | |
3575 | o366.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3576 | o366.Position = Vector3.new(-100.707893, 12.4649925, 214.040009) | |
3577 | o367.Parent = o366 | |
3578 | o368.Parent = o345 | |
3579 | o368.BrickColor = BrickColor.new("Grime") | |
3580 | o368.Position = Vector3.new(-108.001862, 14.418829, 209.339996) | |
3581 | o368.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, 165.001419) | |
3582 | o368.Anchored = true | |
3583 | o368.FormFactor = Enum.FormFactor.Custom | |
3584 | o368.Size = Vector3.new(7.10000038, 0.800000012, 2.5) | |
3585 | o368.CFrame = CFrame.new(-108.001862, 14.418829, 209.339996, -0.96593225, -0.258795261, 6.50593677e-008, 0.258795261, -0.96593225, -7.19772899e-008, 8.14703256e-008, -5.26881294e-008, 1) | |
3586 | o368.BottomSurface = Enum.SurfaceType.Smooth | |
3587 | o368.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3588 | o368.Position = Vector3.new(-108.001862, 14.418829, 209.339996) | |
3589 | o369.Parent = o345 | |
3590 | o369.BrickColor = BrickColor.new("Grime") | |
3591 | o369.Position = Vector3.new(-108.049873, 14.4318256, 214.040009) | |
3592 | o369.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
3593 | o369.Anchored = true | |
3594 | o369.FormFactor = Enum.FormFactor.Custom | |
3595 | o369.Size = Vector3.new(7.09999847, 0.800000191, 7) | |
3596 | o369.CFrame = CFrame.new(-108.049873, 14.4318256, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
3597 | o369.BottomSurface = Enum.SurfaceType.Smooth | |
3598 | o369.TopSurface = Enum.SurfaceType.Smooth | |
3599 | o369.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3600 | o369.Position = Vector3.new(-108.049873, 14.4318256, 214.040009) | |
3601 | o370.Parent = o369 | |
3602 | o371.Parent = o345 | |
3603 | o371.BrickColor = BrickColor.new("Grime") | |
3604 | o371.Position = Vector3.new(-108.049873, 14.4318256, 218.790009) | |
3605 | o371.Rotation = Vector3.new(-179.999985, -5.10583641e-006, 14.9985886) | |
3606 | o371.Anchored = true | |
3607 | o371.FormFactor = Enum.FormFactor.Custom | |
3608 | o371.Size = Vector3.new(7.10000038, 0.800000012, 2.5) | |
3609 | o371.CFrame = CFrame.new(-108.049873, 14.4318256, 218.790009, 0.96593225, -0.258795261, -8.91136551e-008, -0.258795261, -0.96593225, 3.86962199e-007, -1.8622174e-007, -3.50717102e-007, -1) | |
3610 | o371.BottomSurface = Enum.SurfaceType.Smooth | |
3611 | o371.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3612 | o371.Position = Vector3.new(-108.049873, 14.4318256, 218.790009) | |
3613 | o372.Parent = o345 | |
3614 | o372.BrickColor = BrickColor.new("Grime") | |
3615 | o372.Position = Vector3.new(-100.707893, 12.4649925, 218.790009) | |
3616 | o372.Rotation = Vector3.new(-179.999985, -5.10583641e-006, 14.9985886) | |
3617 | o372.Anchored = true | |
3618 | o372.FormFactor = Enum.FormFactor.Custom | |
3619 | o372.Size = Vector3.new(7.10000038, 0.800000012, 2.5) | |
3620 | o372.CFrame = CFrame.new(-100.707893, 12.4649925, 218.790009, 0.96593225, -0.258795261, -8.91136551e-008, -0.258795261, -0.96593225, 3.86962199e-007, -1.8622174e-007, -3.50717102e-007, -1) | |
3621 | o372.BottomSurface = Enum.SurfaceType.Smooth | |
3622 | o372.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3623 | o372.Position = Vector3.new(-100.707893, 12.4649925, 218.790009) | |
3624 | o373.Parent = o345 | |
3625 | o373.BrickColor = BrickColor.new("Grime") | |
3626 | o373.Position = Vector3.new(-92.4609909, 13.8791475, 214.040009) | |
3627 | o373.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
3628 | o373.Anchored = true | |
3629 | o373.FormFactor = Enum.FormFactor.Custom | |
3630 | o373.Size = Vector3.new(7.09999847, 6.20000029, 12) | |
3631 | o373.CFrame = CFrame.new(-92.4609909, 13.8791475, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
3632 | o373.BottomSurface = Enum.SurfaceType.Smooth | |
3633 | o373.TopSurface = Enum.SurfaceType.Smooth | |
3634 | o373.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3635 | o373.Position = Vector3.new(-92.4609909, 13.8791475, 214.040009) | |
3636 | o374.Parent = o373 | |
3637 | o375.Parent = o345 | |
3638 | o375.BrickColor = BrickColor.new("Grime") | |
3639 | o375.Position = Vector3.new(-98.8449936, 19.4189587, 219.440002) | |
3640 | o375.Rotation = Vector3.new(180, -2.34941922e-006, -165.001419) | |
3641 | o375.Anchored = true | |
3642 | o375.FormFactor = Enum.FormFactor.Custom | |
3643 | o375.Size = Vector3.new(7.10000038, 1.20000005, 1.20000005) | |
3644 | o375.CFrame = CFrame.new(-98.8449936, 19.4189587, 219.440002, -0.96593225, 0.258795261, -4.10051015e-008, 0.258795261, 0.96593225, -2.4300769e-007, -2.32810855e-008, -2.45340885e-007, -1) | |
3645 | o375.BottomSurface = Enum.SurfaceType.Smooth | |
3646 | o375.Color = Color3.new(0.498039, 0.556863, 0.392157) | |
3647 | o375.Position = Vector3.new(-98.8449936, 19.4189587, 219.440002) | |
3648 | o376.Name = "Trailer" | |
3649 | o376.Parent = o344 | |
3650 | o377.Parent = o376 | |
3651 | o377.BrickColor = BrickColor.new("Dark stone grey") | |
3652 | o377.Position = Vector3.new(-109.268875, 16.259798, 207.940002) | |
3653 | o377.Rotation = Vector3.new(90.0000153, 75.000824, -1.50663673e-005) | |
3654 | o377.Anchored = true | |
3655 | o377.FormFactor = Enum.FormFactor.Custom | |
3656 | o377.Size = Vector3.new(1.09999824, 0.200000003, 2.20000052) | |
3657 | o377.CFrame = CFrame.new(-109.268875, 16.259798, 207.940002, 0.258805305, 6.80548524e-008, 0.965929568, 0.965929568, -6.50664091e-008, -0.258805305, 4.52366145e-008, 1, -8.25757311e-008) | |
3658 | o377.BottomSurface = Enum.SurfaceType.Smooth | |
3659 | o377.TopSurface = Enum.SurfaceType.Smooth | |
3660 | o377.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3661 | o377.Position = Vector3.new(-109.268875, 16.259798, 207.940002) | |
3662 | o378.Parent = o377 | |
3663 | o379.Parent = o376 | |
3664 | o379.BrickColor = BrickColor.new("Dark stone grey") | |
3665 | o379.Position = Vector3.new(-97.2400131, 19.1450005, 216.540009) | |
3666 | o379.Rotation = Vector3.new(4.1239955e-006, 3.72762725e-006, 165.001419) | |
3667 | o379.Anchored = true | |
3668 | o379.FormFactor = Enum.FormFactor.Custom | |
3669 | o379.Size = Vector3.new(20.2000008, 1.10000038, 1.80000019) | |
3670 | o379.CFrame = CFrame.new(-97.2400131, 19.1450005, 216.540009, -0.96593225, -0.258795261, 6.50593677e-008, 0.258795261, -0.96593225, -7.1977297e-008, 8.14703256e-008, -5.2688133e-008, 1) | |
3671 | o379.BottomSurface = Enum.SurfaceType.Smooth | |
3672 | o379.TopSurface = Enum.SurfaceType.Smooth | |
3673 | o379.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3674 | o379.Position = Vector3.new(-97.2400131, 19.1450005, 216.540009) | |
3675 | o380.Parent = o379 | |
3676 | o381.Parent = o376 | |
3677 | o381.BrickColor = BrickColor.new("Dark stone grey") | |
3678 | o381.Position = Vector3.new(-102.325981, 20.1448841, 214.040009) | |
3679 | o381.Rotation = Vector3.new(4.12399413e-006, 3.72762361e-006, 165.001419) | |
3680 | o381.Anchored = true | |
3681 | o381.FormFactor = Enum.FormFactor.Custom | |
3682 | o381.Size = Vector3.new(15.3999987, 1.20000017, 9.20000076) | |
3683 | o381.CFrame = CFrame.new(-102.325981, 20.1448841, 214.040009, -0.96593225, -0.258795261, 6.50593037e-008, 0.258795261, -0.96593225, -7.19772757e-008, 8.14702474e-008, -5.26881294e-008, 1) | |
3684 | o381.BottomSurface = Enum.SurfaceType.Smooth | |
3685 | o381.TopSurface = Enum.SurfaceType.Smooth | |
3686 | o381.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3687 | o381.Position = Vector3.new(-102.325981, 20.1448841, 214.040009) | |
3688 | o382.Parent = o381 | |
3689 | o383.Parent = o376 | |
3690 | o383.BrickColor = BrickColor.new("Dark stone grey") | |
3691 | o383.Position = Vector3.new(-97.2400131, 19.1450005, 211.540009) | |
3692 | o383.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, 165.001419) | |
3693 | o383.Anchored = true | |
3694 | o383.FormFactor = Enum.FormFactor.Custom | |
3695 | o383.Size = Vector3.new(20.2000008, 1.10000038, 1.80000019) | |
3696 | o383.CFrame = CFrame.new(-97.2400131, 19.1450005, 211.540009, -0.96593225, -0.258795261, 6.50593677e-008, 0.258795261, -0.96593225, -7.19772899e-008, 8.14703256e-008, -5.26881294e-008, 1) | |
3697 | o383.BottomSurface = Enum.SurfaceType.Smooth | |
3698 | o383.TopSurface = Enum.SurfaceType.Smooth | |
3699 | o383.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3700 | o383.Position = Vector3.new(-97.2400131, 19.1450005, 211.540009) | |
3701 | o384.Parent = o383 | |
3702 | o385.Parent = o376 | |
3703 | o385.BrickColor = BrickColor.new("Dark stone grey") | |
3704 | o385.Position = Vector3.new(-102.325981, 20.1448841, 208.839996) | |
3705 | o385.Rotation = Vector3.new(-0.000480848394, 0.000126828541, -14.9985666) | |
3706 | o385.Anchored = true | |
3707 | o385.FormFactor = Enum.FormFactor.Custom | |
3708 | o385.Size = Vector3.new(15.4000006, 1.20000005, 1.20000005) | |
3709 | o385.CFrame = CFrame.new(-102.325981, 20.1448841, 208.839996, 0.965932369, 0.258794874, 2.21357573e-006, -0.258794934, 0.96593225, 8.39238783e-006, 3.37430315e-008, -8.67933977e-006, 1) | |
3710 | o385.BottomSurface = Enum.SurfaceType.Smooth | |
3711 | o385.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3712 | o385.Position = Vector3.new(-102.325981, 20.1448841, 208.839996) | |
3713 | o386.Parent = o376 | |
3714 | o386.Position = Vector3.new(-90.4220123, 15.5061646, 207.940002) | |
3715 | o386.Rotation = Vector3.new(90.0000153, 75.0008163, -15.0001802) | |
3716 | o386.Anchored = true | |
3717 | o386.FormFactor = Enum.FormFactor.Custom | |
3718 | o386.Size = Vector3.new(0.599998295, 0.200000003, 2.50000048) | |
3719 | o386.CFrame = CFrame.new(-90.4220123, 15.5061646, 207.940002, 0.249986559, 0.0669845343, 0.965929508, 0.933015645, 0.250003606, -0.258805305, -0.258821815, 0.965925157, -7.38709431e-008) | |
3720 | o386.BottomSurface = Enum.SurfaceType.Smooth | |
3721 | o386.TopSurface = Enum.SurfaceType.Smooth | |
3722 | o386.Position = Vector3.new(-90.4220123, 15.5061646, 207.940002) | |
3723 | o387.Parent = o386 | |
3724 | o388.Parent = o376 | |
3725 | o388.Position = Vector3.new(-90.7320099, 14.3471661, 207.940002) | |
3726 | o388.Rotation = Vector3.new(90.0000153, 75.0008163, -15.0001802) | |
3727 | o388.Anchored = true | |
3728 | o388.FormFactor = Enum.FormFactor.Custom | |
3729 | o388.Size = Vector3.new(0.599998295, 0.200000003, 2.50000048) | |
3730 | o388.CFrame = CFrame.new(-90.7320099, 14.3471661, 207.940002, 0.249986559, 0.0669845343, 0.965929508, 0.933015645, 0.250003606, -0.258805305, -0.258821815, 0.965925157, -7.38709431e-008) | |
3731 | o388.BottomSurface = Enum.SurfaceType.Smooth | |
3732 | o388.TopSurface = Enum.SurfaceType.Smooth | |
3733 | o388.Position = Vector3.new(-90.7320099, 14.3471661, 207.940002) | |
3734 | o389.Parent = o388 | |
3735 | o390.Parent = o376 | |
3736 | o390.Position = Vector3.new(-90.5769958, 14.9271545, 207.940002) | |
3737 | o390.Rotation = Vector3.new(90.0000153, 75.0008163, -15.0001802) | |
3738 | o390.Anchored = true | |
3739 | o390.FormFactor = Enum.FormFactor.Custom | |
3740 | o390.Size = Vector3.new(0.599998295, 0.200000003, 2.50000048) | |
3741 | o390.CFrame = CFrame.new(-90.5769958, 14.9271545, 207.940002, 0.249986559, 0.0669845343, 0.965929508, 0.933015645, 0.250003606, -0.258805305, -0.258821815, 0.965925157, -7.38709431e-008) | |
3742 | o390.BottomSurface = Enum.SurfaceType.Smooth | |
3743 | o390.TopSurface = Enum.SurfaceType.Smooth | |
3744 | o390.Position = Vector3.new(-90.5769958, 14.9271545, 207.940002) | |
3745 | o391.Parent = o390 | |
3746 | o392.Parent = o376 | |
3747 | o392.BrickColor = BrickColor.new("Dark stone grey") | |
3748 | o392.Position = Vector3.new(-90.6539993, 14.6371651, 208.040009) | |
3749 | o392.Rotation = Vector3.new(90.0000153, 75.000824, -1.44040532e-005) | |
3750 | o392.Anchored = true | |
3751 | o392.FormFactor = Enum.FormFactor.Custom | |
3752 | o392.Size = Vector3.new(2.79999828, 0.200000003, 2.80000043) | |
3753 | o392.CFrame = CFrame.new(-90.6539993, 14.6371651, 208.040009, 0.258805305, 6.50631762e-008, 0.965929568, 0.965929568, -7.19782989e-008, -0.258805305, 5.26872768e-008, 1, -8.14748162e-008) | |
3754 | o392.BottomSurface = Enum.SurfaceType.Smooth | |
3755 | o392.TopSurface = Enum.SurfaceType.Smooth | |
3756 | o392.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3757 | o392.Position = Vector3.new(-90.6539993, 14.6371651, 208.040009) | |
3758 | o393.Parent = o392 | |
3759 | o394.Parent = o376 | |
3760 | o394.BrickColor = BrickColor.new("Dark stone grey") | |
3761 | o394.Position = Vector3.new(-109.305893, 18.5467625, 214.040009) | |
3762 | o394.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, 165.001419) | |
3763 | o394.Anchored = true | |
3764 | o394.FormFactor = Enum.FormFactor.Custom | |
3765 | o394.Size = Vector3.new(3, 8.70000076, 7) | |
3766 | o394.CFrame = CFrame.new(-109.305893, 18.5467625, 214.040009, -0.96593225, -0.258795261, 6.50593677e-008, 0.258795261, -0.96593225, -7.19772899e-008, 8.14703256e-008, -5.26881294e-008, 1) | |
3767 | o394.BottomSurface = Enum.SurfaceType.Smooth | |
3768 | o394.TopSurface = Enum.SurfaceType.Smooth | |
3769 | o394.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3770 | o394.Position = Vector3.new(-109.305893, 18.5467625, 214.040009) | |
3771 | o395.Parent = o394 | |
3772 | o396.Parent = o376 | |
3773 | o396.Position = Vector3.new(-90.887001, 13.7671719, 207.940002) | |
3774 | o396.Rotation = Vector3.new(90.0000153, 75.0008163, -15.0001802) | |
3775 | o396.Anchored = true | |
3776 | o396.FormFactor = Enum.FormFactor.Custom | |
3777 | o396.Size = Vector3.new(0.599998295, 0.200000003, 2.50000048) | |
3778 | o396.CFrame = CFrame.new(-90.887001, 13.7671719, 207.940002, 0.249986559, 0.0669845343, 0.965929508, 0.933015645, 0.250003606, -0.258805305, -0.258821815, 0.965925157, -7.38709431e-008) | |
3779 | o396.BottomSurface = Enum.SurfaceType.Smooth | |
3780 | o396.TopSurface = Enum.SurfaceType.Smooth | |
3781 | o396.Position = Vector3.new(-90.887001, 13.7671719, 207.940002) | |
3782 | o397.Parent = o396 | |
3783 | o398.Parent = o376 | |
3784 | o398.BrickColor = BrickColor.new("Dark stone grey") | |
3785 | o398.Position = Vector3.new(-102.375008, 20.1578789, 219.240005) | |
3786 | o398.Rotation = Vector3.new(180, -2.34941035e-006, -165.001419) | |
3787 | o398.Anchored = true | |
3788 | o398.FormFactor = Enum.FormFactor.Custom | |
3789 | o398.Size = Vector3.new(15.5, 1.20000005, 1.20000005) | |
3790 | o398.CFrame = CFrame.new(-102.375008, 20.1578789, 219.240005, -0.96593225, 0.258795261, -4.10049452e-008, 0.258795261, 0.96593225, -2.43007406e-007, -2.32811708e-008, -2.45340601e-007, -1) | |
3791 | o398.BottomSurface = Enum.SurfaceType.Smooth | |
3792 | o398.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3793 | o398.Position = Vector3.new(-102.375008, 20.1578789, 219.240005) | |
3794 | o399.Parent = o376 | |
3795 | o399.BrickColor = BrickColor.new("Dark stone grey") | |
3796 | o399.Position = Vector3.new(-103.231934, 16.7649021, 214.040009) | |
3797 | o399.Rotation = Vector3.new(4.12399413e-006, 3.72762429e-006, -14.9985886) | |
3798 | o399.Anchored = true | |
3799 | o399.FormFactor = Enum.FormFactor.Custom | |
3800 | o399.Size = Vector3.new(15.3999987, 5.80000067, 11.6000004) | |
3801 | o399.CFrame = CFrame.new(-103.231934, 16.7649021, 214.040009, 0.96593225, 0.258795261, 6.50593179e-008, -0.258795261, 0.96593225, -7.19772757e-008, -8.14702688e-008, 5.26881294e-008, 1) | |
3802 | o399.BottomSurface = Enum.SurfaceType.Smooth | |
3803 | o399.TopSurface = Enum.SurfaceType.Smooth | |
3804 | o399.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3805 | o399.Position = Vector3.new(-103.231934, 16.7649021, 214.040009) | |
3806 | o400.Parent = o399 | |
3807 | o401.Parent = o376 | |
3808 | o401.Position = Vector3.new(-91.0429993, 13.1881828, 207.940002) | |
3809 | o401.Rotation = Vector3.new(90.0000153, 75.0008163, -15.0001802) | |
3810 | o401.Anchored = true | |
3811 | o401.FormFactor = Enum.FormFactor.Custom | |
3812 | o401.Size = Vector3.new(0.599998295, 0.200000003, 2.50000048) | |
3813 | o401.CFrame = CFrame.new(-91.0429993, 13.1881828, 207.940002, 0.249986559, 0.0669845343, 0.965929508, 0.933015645, 0.250003606, -0.258805305, -0.258821815, 0.965925157, -7.38709431e-008) | |
3814 | o401.BottomSurface = Enum.SurfaceType.Smooth | |
3815 | o401.TopSurface = Enum.SurfaceType.Smooth | |
3816 | o401.Position = Vector3.new(-91.0429993, 13.1881828, 207.940002) | |
3817 | o402.Parent = o401 | |
3818 | o403.Parent = o376 | |
3819 | o403.BrickColor = BrickColor.new("Dark stone grey") | |
3820 | o403.Position = Vector3.new(-88.7919998, 12.8952255, 208.290009) | |
3821 | o403.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
3822 | o403.Anchored = true | |
3823 | o403.FormFactor = Enum.FormFactor.Custom | |
3824 | o403.Size = Vector3.new(0.499998569, 6.4000001, 0.899999857) | |
3825 | o403.CFrame = CFrame.new(-88.7919998, 12.8952255, 208.290009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
3826 | o403.BottomSurface = Enum.SurfaceType.Smooth | |
3827 | o403.TopSurface = Enum.SurfaceType.Smooth | |
3828 | o403.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3829 | o403.Position = Vector3.new(-88.7919998, 12.8952255, 208.290009) | |
3830 | o404.Parent = o403 | |
3831 | o405.Parent = o376 | |
3832 | o405.BrickColor = BrickColor.new("Dark stone grey") | |
3833 | o405.Position = Vector3.new(-87.8810501, 16.2932053, 208.794006) | |
3834 | o405.Rotation = Vector3.new(44.0075531, -10.5443697, -10.7274914) | |
3835 | o405.Anchored = true | |
3836 | o405.FormFactor = Enum.FormFactor.Custom | |
3837 | o405.Size = Vector3.new(0.499998569, 1.80000031, 0.899999857) | |
3838 | o405.CFrame = CFrame.new(-87.8810501, 16.2932053, 208.794006, 0.96593225, 0.182994857, -0.182996899, -0.258795261, 0.683013201, -0.683021247, -8.14703256e-008, 0.707110941, 0.707102597) | |
3839 | o405.BottomSurface = Enum.SurfaceType.Smooth | |
3840 | o405.TopSurface = Enum.SurfaceType.Smooth | |
3841 | o405.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3842 | o405.Position = Vector3.new(-87.8810501, 16.2932053, 208.794006) | |
3843 | o406.Parent = o405 | |
3844 | o407.Parent = o376 | |
3845 | o407.BrickColor = BrickColor.new("Dark stone grey") | |
3846 | o407.Position = Vector3.new(-91.3759766, 11.9461937, 208.16301) | |
3847 | o407.Rotation = Vector3.new(90.0000153, 75.0008163, -5.00007248) | |
3848 | o407.Anchored = true | |
3849 | o407.FormFactor = Enum.FormFactor.Custom | |
3850 | o407.Size = Vector3.new(2.79999828, 0.200000003, 2.80000043) | |
3851 | o407.CFrame = CFrame.new(-91.3759766, 11.9461937, 208.16301, 0.257820457, 0.0225566961, 0.965929508, 0.962253809, 0.0841872022, -0.258805305, -0.0871566907, 0.996194661, -8.3237083e-008) | |
3852 | o407.BottomSurface = Enum.SurfaceType.Smooth | |
3853 | o407.TopSurface = Enum.SurfaceType.Smooth | |
3854 | o407.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3855 | o407.Position = Vector3.new(-91.3759766, 11.9461937, 208.16301) | |
3856 | o408.Parent = o407 | |
3857 | o409.Parent = o376 | |
3858 | o409.BrickColor = BrickColor.new("Dark stone grey") | |
3859 | o409.Position = Vector3.new(-88.5420303, 14.2752161, 211.540009) | |
3860 | o409.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, 155.001389) | |
3861 | o409.Anchored = true | |
3862 | o409.FormFactor = Enum.FormFactor.Custom | |
3863 | o409.Size = Vector3.new(0.200000763, 3.9000001, 1.80000019) | |
3864 | o409.CFrame = CFrame.new(-88.5420303, 14.2752161, 211.540009, -0.906318069, -0.422596186, 6.50593606e-008, 0.422596157, -0.906318128, -7.19772899e-008, 8.93818068e-008, -3.77404845e-008, 1) | |
3865 | o409.BottomSurface = Enum.SurfaceType.Smooth | |
3866 | o409.TopSurface = Enum.SurfaceType.Smooth | |
3867 | o409.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3868 | o409.Position = Vector3.new(-88.5420303, 14.2752161, 211.540009) | |
3869 | o410.Parent = o409 | |
3870 | o411.Parent = o376 | |
3871 | o411.Position = Vector3.new(-109.460876, 16.3107853, 208.040009) | |
3872 | o411.Rotation = Vector3.new(90.0000153, 75.000824, -1.49068128e-005) | |
3873 | o411.Anchored = true | |
3874 | o411.FormFactor = Enum.FormFactor.Custom | |
3875 | o411.Size = Vector3.new(1.29999828, 0.200000003, 2.80000043) | |
3876 | o411.CFrame = CFrame.new(-109.460876, 16.3107853, 208.040009, 0.258805305, 6.73341418e-008, 0.965929568, 0.965929568, -6.4873305e-008, -0.258805305, 4.52366145e-008, 1, -8.18295973e-008) | |
3877 | o411.BottomSurface = Enum.SurfaceType.Smooth | |
3878 | o411.TopSurface = Enum.SurfaceType.Smooth | |
3879 | o411.Position = Vector3.new(-109.460876, 16.3107853, 208.040009) | |
3880 | o412.Parent = o411 | |
3881 | o413.Parent = o376 | |
3882 | o413.BrickColor = BrickColor.new("Dark stone grey") | |
3883 | o413.Position = Vector3.new(-87.7510529, 16.781208, 214.042007) | |
3884 | o413.Rotation = Vector3.new(-90, 14.9985886, 6.14655528e-006) | |
3885 | o413.Anchored = true | |
3886 | o413.FormFactor = Enum.FormFactor.Custom | |
3887 | o413.Size = Vector3.new(0.499998569, 9.85000038, 0.899999857) | |
3888 | o413.CFrame = CFrame.new(-87.7510529, 16.781208, 214.042007, 0.96593225, -1.03622924e-007, 0.258795232, -0.258795261, -7.195802e-008, 0.96593219, -8.14703185e-008, -1, -9.63236957e-008) | |
3889 | o413.BottomSurface = Enum.SurfaceType.Smooth | |
3890 | o413.TopSurface = Enum.SurfaceType.Smooth | |
3891 | o413.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3892 | o413.Position = Vector3.new(-87.7510529, 16.781208, 214.042007) | |
3893 | o414.Parent = o413 | |
3894 | o415.Parent = o376 | |
3895 | o415.BrickColor = BrickColor.new("Dark stone grey") | |
3896 | o415.Position = Vector3.new(-88.5420303, 14.2752161, 216.540009) | |
3897 | o415.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, 155.001389) | |
3898 | o415.Anchored = true | |
3899 | o415.FormFactor = Enum.FormFactor.Custom | |
3900 | o415.Size = Vector3.new(0.200000763, 3.9000001, 1.80000019) | |
3901 | o415.CFrame = CFrame.new(-88.5420303, 14.2752161, 216.540009, -0.906318069, -0.422596186, 6.50593606e-008, 0.422596157, -0.906318128, -7.19772899e-008, 8.93818068e-008, -3.77404845e-008, 1) | |
3902 | o415.BottomSurface = Enum.SurfaceType.Smooth | |
3903 | o415.TopSurface = Enum.SurfaceType.Smooth | |
3904 | o415.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3905 | o415.Position = Vector3.new(-88.5420303, 14.2752161, 216.540009) | |
3906 | o416.Parent = o415 | |
3907 | o417.Parent = o376 | |
3908 | o417.BrickColor = BrickColor.new("Dark stone grey") | |
3909 | o417.Position = Vector3.new(-88.7919998, 12.8952255, 219.790009) | |
3910 | o417.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
3911 | o417.Anchored = true | |
3912 | o417.FormFactor = Enum.FormFactor.Custom | |
3913 | o417.Size = Vector3.new(0.499998569, 6.4000001, 0.899999857) | |
3914 | o417.CFrame = CFrame.new(-88.7919998, 12.8952255, 219.790009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
3915 | o417.BottomSurface = Enum.SurfaceType.Smooth | |
3916 | o417.TopSurface = Enum.SurfaceType.Smooth | |
3917 | o417.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3918 | o417.Position = Vector3.new(-88.7919998, 12.8952255, 219.790009) | |
3919 | o418.Parent = o417 | |
3920 | o419.Parent = o376 | |
3921 | o419.BrickColor = BrickColor.new("Dark stone grey") | |
3922 | o419.Position = Vector3.new(-87.8810501, 16.2932053, 219.283997) | |
3923 | o419.Rotation = Vector3.new(-44.0075455, 10.5443745, -10.7274866) | |
3924 | o419.Anchored = true | |
3925 | o419.FormFactor = Enum.FormFactor.Custom | |
3926 | o419.Size = Vector3.new(0.499998569, 1.80000031, 0.899999857) | |
3927 | o419.CFrame = CFrame.new(-87.8810501, 16.2932053, 219.283997, 0.96593231, 0.182994783, 0.182996973, -0.258795291, 0.68301338, 0.683021128, -8.14703185e-008, -0.707110822, 0.707102776) | |
3928 | o419.BottomSurface = Enum.SurfaceType.Smooth | |
3929 | o419.TopSurface = Enum.SurfaceType.Smooth | |
3930 | o419.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3931 | o419.Position = Vector3.new(-87.8810501, 16.2932053, 219.283997) | |
3932 | o420.Parent = o419 | |
3933 | o421.Parent = o376 | |
3934 | o421.BrickColor = BrickColor.new("Dark stone grey") | |
3935 | o421.Position = Vector3.new(-89.642952, 9.71725273, 218.677002) | |
3936 | o421.Rotation = Vector3.new(69.353447, -14.0747929, -5.2356267) | |
3937 | o421.Anchored = true | |
3938 | o421.FormFactor = Enum.FormFactor.Custom | |
3939 | o421.Size = Vector3.new(0.5, 3, 0.899999976) | |
3940 | o421.CFrame = CFrame.new(-89.642952, 9.71725273, 218.677002, 0.96593225, 0.0885123461, -0.243188292, -0.258795261, 0.330364853, -0.907680631, -8.14703256e-008, 0.939693987, 0.342016608) | |
3941 | o421.BottomSurface = Enum.SurfaceType.Smooth | |
3942 | o421.TopSurface = Enum.SurfaceType.Smooth | |
3943 | o421.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3944 | o421.Position = Vector3.new(-89.642952, 9.71725273, 218.677002) | |
3945 | o422.Parent = o421 | |
3946 | o423.Parent = o376 | |
3947 | o423.BrickColor = BrickColor.new("Dark stone grey") | |
3948 | o423.Position = Vector3.new(-104.085899, 13.5769205, 218.589996) | |
3949 | o423.Rotation = Vector3.new(-179.999985, -5.10583368e-006, 14.9985886) | |
3950 | o423.Anchored = true | |
3951 | o423.FormFactor = Enum.FormFactor.Custom | |
3952 | o423.Size = Vector3.new(15.4000006, 0.800000012, 2.5) | |
3953 | o423.CFrame = CFrame.new(-104.085899, 13.5769205, 218.589996, 0.96593225, -0.258795261, -8.91136054e-008, -0.258795261, -0.96593225, 3.86962199e-007, -1.86221683e-007, -3.50717102e-007, -1) | |
3954 | o423.BottomSurface = Enum.SurfaceType.Smooth | |
3955 | o423.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3956 | o423.Position = Vector3.new(-104.085899, 13.5769205, 218.589996) | |
3957 | o424.Parent = o376 | |
3958 | o424.BrickColor = BrickColor.new("Black") | |
3959 | o424.Position = Vector3.new(-108.760872, 15.8337994, 208.029999) | |
3960 | o424.Rotation = Vector3.new(-89.9999847, -75.000824, 1.44030828e-005) | |
3961 | o424.Anchored = true | |
3962 | o424.FormFactor = Enum.FormFactor.Custom | |
3963 | o424.Size = Vector3.new(0.300000012, 0.400000036, 1) | |
3964 | o424.CFrame = CFrame.new(-108.760872, 15.8337994, 208.029999, 0.258805305, -6.50587921e-008, -0.965929568, 0.965929568, 7.19771336e-008, 0.258805305, 5.26872803e-008, -1, 8.14702759e-008) | |
3965 | o424.BottomSurface = Enum.SurfaceType.Smooth | |
3966 | o424.TopSurface = Enum.SurfaceType.Smooth | |
3967 | o424.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
3968 | o424.Position = Vector3.new(-108.760872, 15.8337994, 208.029999) | |
3969 | o425.Parent = o424 | |
3970 | o425.Scale = Vector3.new(0.899999976, 1, 0.899999976) | |
3971 | o426.Parent = o376 | |
3972 | o426.BrickColor = BrickColor.new("Dark stone grey") | |
3973 | o426.Position = Vector3.new(-104.37587, 13.654911, 214.040009) | |
3974 | o426.Rotation = Vector3.new(4.12399413e-006, 3.72762429e-006, -14.9985886) | |
3975 | o426.Anchored = true | |
3976 | o426.FormFactor = Enum.FormFactor.Custom | |
3977 | o426.Size = Vector3.new(15.9999981, 0.800000191, 6.60000038) | |
3978 | o426.CFrame = CFrame.new(-104.37587, 13.654911, 214.040009, 0.96593225, 0.258795261, 6.50593179e-008, -0.258795261, 0.96593225, -7.19772757e-008, -8.14702688e-008, 5.26881294e-008, 1) | |
3979 | o426.BottomSurface = Enum.SurfaceType.Smooth | |
3980 | o426.TopSurface = Enum.SurfaceType.Smooth | |
3981 | o426.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3982 | o426.Position = Vector3.new(-104.37587, 13.654911, 214.040009) | |
3983 | o427.Parent = o426 | |
3984 | o428.Parent = o376 | |
3985 | o428.BrickColor = BrickColor.new("Dark stone grey") | |
3986 | o428.Position = Vector3.new(-108.369873, 14.3108368, 214.040009) | |
3987 | o428.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, 165.001419) | |
3988 | o428.Anchored = true | |
3989 | o428.FormFactor = Enum.FormFactor.Custom | |
3990 | o428.Size = Vector3.new(1, 2, 7) | |
3991 | o428.CFrame = CFrame.new(-108.369873, 14.3108368, 214.040009, -0.96593225, -0.258795261, 6.50593677e-008, 0.258795261, -0.96593225, -7.19772899e-008, 8.14703256e-008, -5.26881294e-008, 1) | |
3992 | o428.BottomSurface = Enum.SurfaceType.Smooth | |
3993 | o428.TopSurface = Enum.SurfaceType.Smooth | |
3994 | o428.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
3995 | o428.Position = Vector3.new(-108.369873, 14.3108368, 214.040009) | |
3996 | o429.Parent = o428 | |
3997 | o430.Parent = o376 | |
3998 | o430.Position = Vector3.new(-106.024864, 13.3468761, 218.928009) | |
3999 | o430.Rotation = Vector3.new(130.979889, -11.4346991, -80.2282944) | |
4000 | o430.Anchored = true | |
4001 | o430.FormFactor = Enum.FormFactor.Custom | |
4002 | o430.Size = Vector3.new(0.200000003, 2, 3) | |
4003 | o430.CFrame = CFrame.new(-106.024864, 13.3468761, 218.928009, 0.16635415, 0.965931058, -0.198250964, 0.620877683, -0.258799404, -0.739955306, -0.76605314, 5.03687124e-006, -0.642777383) | |
4004 | o430.BottomSurface = Enum.SurfaceType.Smooth | |
4005 | o430.TopSurface = Enum.SurfaceType.Smooth | |
4006 | o430.Position = Vector3.new(-106.024864, 13.3468761, 218.928009) | |
4007 | o431.Parent = o430 | |
4008 | o432.Parent = o376 | |
4009 | o432.BrickColor = BrickColor.new("Dark stone grey") | |
4010 | o432.Position = Vector3.new(-96.9449158, 11.2500896, 214.040009) | |
4011 | o432.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -14.9985886) | |
4012 | o432.Anchored = true | |
4013 | o432.FormFactor = Enum.FormFactor.Custom | |
4014 | o432.Size = Vector3.new(1, 2, 7) | |
4015 | o432.CFrame = CFrame.new(-96.9449158, 11.2500896, 214.040009, 0.96593225, 0.258795261, 6.50593677e-008, -0.258795261, 0.96593225, -7.19772899e-008, -8.14703256e-008, 5.26881294e-008, 1) | |
4016 | o432.BottomSurface = Enum.SurfaceType.Smooth | |
4017 | o432.TopSurface = Enum.SurfaceType.Smooth | |
4018 | o432.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4019 | o432.Position = Vector3.new(-96.9449158, 11.2500896, 214.040009) | |
4020 | o433.Parent = o432 | |
4021 | o434.Parent = o376 | |
4022 | o434.BrickColor = BrickColor.new("Dark stone grey") | |
4023 | o434.Position = Vector3.new(-89.642952, 9.71725368, 209.402008) | |
4024 | o434.Rotation = Vector3.new(-69.3534546, 14.0747957, -5.23561811) | |
4025 | o434.Anchored = true | |
4026 | o434.FormFactor = Enum.FormFactor.Custom | |
4027 | o434.Size = Vector3.new(0.5, 3, 0.899999976) | |
4028 | o434.CFrame = CFrame.new(-89.642952, 9.71725368, 209.402008, 0.96593225, 0.0885121971, 0.243188351, -0.258795261, 0.330364883, 0.907680631, -8.14703256e-008, -0.939693987, 0.342016578) | |
4029 | o434.BottomSurface = Enum.SurfaceType.Smooth | |
4030 | o434.TopSurface = Enum.SurfaceType.Smooth | |
4031 | o434.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4032 | o434.Position = Vector3.new(-89.642952, 9.71725368, 209.402008) | |
4033 | o435.Parent = o434 | |
4034 | o436.Parent = o376 | |
4035 | o436.Position = Vector3.new(-101.878883, 12.2079792, 218.928009) | |
4036 | o436.Rotation = Vector3.new(130.979889, -11.4346991, -80.2282944) | |
4037 | o436.Anchored = true | |
4038 | o436.FormFactor = Enum.FormFactor.Custom | |
4039 | o436.Size = Vector3.new(0.200000003, 2, 3) | |
4040 | o436.CFrame = CFrame.new(-101.878883, 12.2079792, 218.928009, 0.16635415, 0.965931058, -0.198250964, 0.620877683, -0.258799404, -0.739955306, -0.76605314, 5.03687124e-006, -0.642777383) | |
4041 | o436.BottomSurface = Enum.SurfaceType.Smooth | |
4042 | o436.TopSurface = Enum.SurfaceType.Smooth | |
4043 | o436.Position = Vector3.new(-101.878883, 12.2079792, 218.928009) | |
4044 | o437.Parent = o436 | |
4045 | o438.Parent = o376 | |
4046 | o438.BrickColor = BrickColor.new("Dark stone grey") | |
4047 | o438.Position = Vector3.new(-104.085899, 13.5769215, 209.490005) | |
4048 | o438.Rotation = Vector3.new(0.000489096448, -0.000119373326, 165.001434) | |
4049 | o438.Anchored = true | |
4050 | o438.FormFactor = Enum.FormFactor.Custom | |
4051 | o438.Size = Vector3.new(15.4000006, 0.800000012, 2.5) | |
4052 | o438.CFrame = CFrame.new(-104.085899, 13.5769215, 209.490005, -0.965932369, -0.258794874, -2.0834575e-006, 0.258794934, -0.96593225, -8.53634356e-006, 1.96683487e-007, -8.78471747e-006, 1) | |
4053 | o438.BottomSurface = Enum.SurfaceType.Smooth | |
4054 | o438.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4055 | o438.Position = Vector3.new(-104.085899, 13.5769215, 209.490005) | |
4056 | o439.Parent = o376 | |
4057 | o439.BrickColor = BrickColor.new("Dark stone grey") | |
4058 | o439.Position = Vector3.new(-112.578842, 15.3147354, 214.040009) | |
4059 | o439.Rotation = Vector3.new(4.12400232e-006, 3.72760087e-006, 30.001112) | |
4060 | o439.Anchored = true | |
4061 | o439.FormFactor = Enum.FormFactor.Custom | |
4062 | o439.Size = Vector3.new(1.79999733, 0.800000191, 6.60000038) | |
4063 | o439.CFrame = CFrame.new(-112.578842, 15.3147354, 214.040009, 0.866015792, -0.500016809, 6.50589058e-008, 0.500016749, 0.866015792, -7.19774178e-008, -2.03521253e-008, 9.48641272e-008, 1) | |
4064 | o439.BottomSurface = Enum.SurfaceType.Smooth | |
4065 | o439.TopSurface = Enum.SurfaceType.Smooth | |
4066 | o439.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4067 | o439.Position = Vector3.new(-112.578842, 15.3147354, 214.040009) | |
4068 | o440.Parent = o439 | |
4069 | o441.Parent = o376 | |
4070 | o441.BrickColor = BrickColor.new("Dark stone grey") | |
4071 | o441.Position = Vector3.new(-89.768959, 9.24825764, 214.044006) | |
4072 | o441.Rotation = Vector3.new(-90, 14.9985905, 4.31660601e-006) | |
4073 | o441.Anchored = true | |
4074 | o441.FormFactor = Enum.FormFactor.Custom | |
4075 | o441.Size = Vector3.new(0.5, 6.76999998, 0.899999976) | |
4076 | o441.CFrame = CFrame.new(-89.768959, 9.24825764, 214.044006, 0.96593225, -7.27723588e-008, 0.258795261, -0.258795261, 4.31892211e-008, 0.96593225, -8.14703256e-008, -1, 2.28847199e-008) | |
4077 | o441.BottomSurface = Enum.SurfaceType.Smooth | |
4078 | o441.TopSurface = Enum.SurfaceType.Smooth | |
4079 | o441.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4080 | o441.Position = Vector3.new(-89.768959, 9.24825764, 214.044006) | |
4081 | o442.Parent = o441 | |
4082 | o443.Parent = o376 | |
4083 | o443.BrickColor = BrickColor.new("Dark stone grey") | |
4084 | o443.Position = Vector3.new(-103.826881, 12.6649351, 214.040009) | |
4085 | o443.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -104.999191) | |
4086 | o443.Anchored = true | |
4087 | o443.FormFactor = Enum.FormFactor.Custom | |
4088 | o443.Size = Vector3.new(2, 0.200000003, 6) | |
4089 | o443.CFrame = CFrame.new(-103.826881, 12.6649351, 214.040009, -0.258805305, 0.965929568, 6.50593677e-008, -0.965929568, -0.258805305, -7.19772899e-008, -5.26872803e-008, -8.14708727e-008, 1) | |
4090 | o443.BottomSurface = Enum.SurfaceType.Smooth | |
4091 | o443.TopSurface = Enum.SurfaceType.Smooth | |
4092 | o443.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4093 | o443.Position = Vector3.new(-103.826881, 12.6649351, 214.040009) | |
4094 | o444.Parent = o443 | |
4095 | o445.Parent = o376 | |
4096 | o445.BrickColor = BrickColor.new("Dark stone grey") | |
4097 | o445.Position = Vector3.new(-103.175873, 12.3869514, 214.040009) | |
4098 | o445.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -104.999191) | |
4099 | o445.Anchored = true | |
4100 | o445.FormFactor = Enum.FormFactor.Custom | |
4101 | o445.Size = Vector3.new(2, 0.200000003, 6) | |
4102 | o445.CFrame = CFrame.new(-103.175873, 12.3869514, 214.040009, -0.258805305, 0.965929568, 6.50593677e-008, -0.965929568, -0.258805305, -7.19772899e-008, -5.26872803e-008, -8.14708727e-008, 1) | |
4103 | o445.BottomSurface = Enum.SurfaceType.Smooth | |
4104 | o445.TopSurface = Enum.SurfaceType.Smooth | |
4105 | o445.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4106 | o445.Position = Vector3.new(-103.175873, 12.3869514, 214.040009) | |
4107 | o446.Parent = o445 | |
4108 | o447.Parent = o376 | |
4109 | o447.BrickColor = BrickColor.new("Dark stone grey") | |
4110 | o447.Position = Vector3.new(-98.8819046, 11.0290527, 214.040009) | |
4111 | o447.Rotation = Vector3.new(4.12399504e-006, 3.72762679e-006, -104.999191) | |
4112 | o447.Anchored = true | |
4113 | o447.FormFactor = Enum.FormFactor.Custom | |
4114 | o447.Size = Vector3.new(2, 0.200000003, 6) | |
4115 | o447.CFrame = CFrame.new(-98.8819046, 11.0290527, 214.040009, -0.258805305, 0.965929568, 6.50593606e-008, -0.965929508, -0.258805335, -7.19772899e-008, -5.26872803e-008, -8.14708656e-008, 1) | |
4116 | o447.BottomSurface = Enum.SurfaceType.Smooth | |
4117 | o447.TopSurface = Enum.SurfaceType.Smooth | |
4118 | o447.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4119 | o447.Position = Vector3.new(-98.8819046, 11.0290527, 214.040009) | |
4120 | o448.Parent = o447 | |
4121 | o449.Name = "Hook" | |
4122 | o449.Parent = o376 | |
4123 | o449.Position = Vector3.new(-92.3339386, 9.52219772, 214.040009) | |
4124 | o449.Rotation = Vector3.new(-180, -3.72762725e-006, 14.9985886) | |
4125 | o449.Anchored = true | |
4126 | o449.FormFactor = Enum.FormFactor.Custom | |
4127 | o449.Size = Vector3.new(4, 0.550000429, 4) | |
4128 | o449.CFrame = CFrame.new(-92.3339386, 9.52219772, 214.040009, 0.96593225, -0.258795261, -6.50593677e-008, -0.258795261, -0.96593225, 7.19772899e-008, -8.14703256e-008, -5.26881294e-008, -1) | |
4129 | o449.BottomSurface = Enum.SurfaceType.Smooth | |
4130 | o449.TopSurface = Enum.SurfaceType.Hinge | |
4131 | o449.Position = Vector3.new(-92.3339386, 9.52219772, 214.040009) | |
4132 | o450.Parent = o449 | |
4133 | o451.Parent = o376 | |
4134 | o451.Position = Vector3.new(-101.878883, 12.2079792, 209.152008) | |
4135 | o451.Rotation = Vector3.new(-130.979935, 11.4346848, -80.2282791) | |
4136 | o451.Anchored = true | |
4137 | o451.FormFactor = Enum.FormFactor.Custom | |
4138 | o451.Size = Vector3.new(0.200000003, 2, 3) | |
4139 | o451.CFrame = CFrame.new(-101.878883, 12.2079792, 209.152008, 0.166354388, 0.965931118, 0.198250711, 0.62087822, -0.258799404, 0.739954829, 0.766052604, -5.19333253e-006, -0.64277792) | |
4140 | o451.BottomSurface = Enum.SurfaceType.Smooth | |
4141 | o451.TopSurface = Enum.SurfaceType.Smooth | |
4142 | o451.Position = Vector3.new(-101.878883, 12.2079792, 209.152008) | |
4143 | o452.Parent = o451 | |
4144 | o453.Parent = o376 | |
4145 | o453.Position = Vector3.new(-106.024864, 13.3468781, 209.152008) | |
4146 | o453.Rotation = Vector3.new(-130.979935, 11.4346848, -80.2282791) | |
4147 | o453.Anchored = true | |
4148 | o453.FormFactor = Enum.FormFactor.Custom | |
4149 | o453.Size = Vector3.new(0.200000003, 2, 3) | |
4150 | o453.CFrame = CFrame.new(-106.024864, 13.3468781, 209.152008, 0.166354388, 0.965931118, 0.198250711, 0.62087822, -0.258799404, 0.739954829, 0.766052604, -5.19333253e-006, -0.64277792) | |
4151 | o453.BottomSurface = Enum.SurfaceType.Smooth | |
4152 | o453.TopSurface = Enum.SurfaceType.Smooth | |
4153 | o453.Position = Vector3.new(-106.024864, 13.3468781, 209.152008) | |
4154 | o454.Parent = o453 | |
4155 | o455.Parent = o376 | |
4156 | o455.BrickColor = BrickColor.new("Dark stone grey") | |
4157 | o455.Position = Vector3.new(-108.178848, 12.8588428, 214.040009) | |
4158 | o455.Rotation = Vector3.new(4.12399459e-006, 3.72762634e-006, -149.998886) | |
4159 | o455.Anchored = true | |
4160 | o455.FormFactor = Enum.FormFactor.Custom | |
4161 | o455.Size = Vector3.new(1, 2, 7) | |
4162 | o455.CFrame = CFrame.new(-108.178848, 12.8588428, 214.040009, -0.866015792, 0.500016749, 6.50593535e-008, -0.500016809, -0.866015732, -7.19772828e-008, 2.03525765e-008, -9.48642267e-008, 1) | |
4163 | o455.BottomSurface = Enum.SurfaceType.Smooth | |
4164 | o455.TopSurface = Enum.SurfaceType.Smooth | |
4165 | o455.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4166 | o455.Position = Vector3.new(-108.178848, 12.8588428, 214.040009) | |
4167 | o456.Parent = o455 | |
4168 | o457.Parent = o376 | |
4169 | o457.BrickColor = BrickColor.new("Dark stone grey") | |
4170 | o457.Position = Vector3.new(-97.8368835, 10.0880785, 214.040009) | |
4171 | o457.Rotation = Vector3.new(4.1239955e-006, 3.72762679e-006, -59.9988747) | |
4172 | o457.Anchored = true | |
4173 | o457.FormFactor = Enum.FormFactor.Custom | |
4174 | o457.Size = Vector3.new(1, 2, 7) | |
4175 | o457.CFrame = CFrame.new(-97.8368835, 10.0880785, 214.040009, 0.500017047, 0.866015673, 6.50593606e-008, -0.866015613, 0.500017047, -7.1977297e-008, -9.4864248e-008, -2.03525516e-008, 1) | |
4176 | o457.BottomSurface = Enum.SurfaceType.Smooth | |
4177 | o457.TopSurface = Enum.SurfaceType.Smooth | |
4178 | o457.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4179 | o457.Position = Vector3.new(-97.8368835, 10.0880785, 214.040009) | |
4180 | o458.Parent = o457 | |
4181 | o459.Parent = o376 | |
4182 | o459.BrickColor = BrickColor.new("Black") | |
4183 | o459.Position = Vector3.new(-109.750832, 13.1118135, 214.040009) | |
4184 | o459.Rotation = Vector3.new(4.1239964e-006, 3.72762838e-006, -104.999191) | |
4185 | o459.Anchored = true | |
4186 | o459.FormFactor = Enum.FormFactor.Custom | |
4187 | o459.Size = Vector3.new(0.399999976, 2.70000005, 11) | |
4188 | o459.CFrame = CFrame.new(-109.750832, 13.1118135, 214.040009, -0.258805305, 0.965929568, 6.5059389e-008, -0.965929508, -0.258805305, -7.19773112e-008, -5.2687291e-008, -8.14708869e-008, 1) | |
4189 | o459.BottomSurface = Enum.SurfaceType.Smooth | |
4190 | o459.TopSurface = Enum.SurfaceType.Smooth | |
4191 | o459.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4192 | o459.Position = Vector3.new(-109.750832, 13.1118135, 214.040009) | |
4193 | o460.Parent = o459 | |
4194 | o461.Parent = o376 | |
4195 | o461.Position = Vector3.new(-102.166862, 11.1329851, 214.040009) | |
4196 | o461.Rotation = Vector3.new(-179.999878, 2.89742929e-005, -75.0008163) | |
4197 | o461.Anchored = true | |
4198 | o461.FormFactor = Enum.FormFactor.Custom | |
4199 | o461.Size = Vector3.new(0.200000003, 2, 8) | |
4200 | o461.CFrame = CFrame.new(-102.166862, 11.1329851, 214.040009, 0.258805305, 0.965929568, 5.05696789e-007, 0.965929508, -0.258805335, 2.20227798e-006, 2.25812255e-006, -8.14938446e-008, -1) | |
4201 | o461.BottomSurface = Enum.SurfaceType.Smooth | |
4202 | o461.TopSurface = Enum.SurfaceType.Smooth | |
4203 | o461.Position = Vector3.new(-102.166862, 11.1329851, 214.040009) | |
4204 | o462.Parent = o461 | |
4205 | o463.Parent = o376 | |
4206 | o463.Position = Vector3.new(-106.312866, 12.2718916, 214.040009) | |
4207 | o463.Rotation = Vector3.new(-179.999878, 2.89742929e-005, -75.0008163) | |
4208 | o463.Anchored = true | |
4209 | o463.FormFactor = Enum.FormFactor.Custom | |
4210 | o463.Size = Vector3.new(0.200000003, 2, 8) | |
4211 | o463.CFrame = CFrame.new(-106.312866, 12.2718916, 214.040009, 0.258805305, 0.965929568, 5.05696789e-007, 0.965929508, -0.258805335, 2.20227798e-006, 2.25812255e-006, -8.14938446e-008, -1) | |
4212 | o463.BottomSurface = Enum.SurfaceType.Smooth | |
4213 | o463.TopSurface = Enum.SurfaceType.Smooth | |
4214 | o463.Position = Vector3.new(-106.312866, 12.2718916, 214.040009) | |
4215 | o464.Parent = o463 | |
4216 | o465.Parent = o376 | |
4217 | o465.BrickColor = BrickColor.new("Dark stone grey") | |
4218 | o465.Position = Vector3.new(-111.616837, 13.2237778, 214.089996) | |
4219 | o465.Rotation = Vector3.new(4.12399459e-006, 3.72762725e-006, -54.9988174) | |
4220 | o465.Anchored = true | |
4221 | o465.FormFactor = Enum.FormFactor.Custom | |
4222 | o465.Size = Vector3.new(0.200000003, 0.700000167, 5.70000029) | |
4223 | o465.CFrame = CFrame.new(-111.616837, 13.2237778, 214.089996, 0.573593318, 0.819140196, 6.50593677e-008, -0.819140255, 0.573593318, -7.19772828e-008, -9.62771125e-008, -1.20070505e-008, 1) | |
4224 | o465.BottomSurface = Enum.SurfaceType.Smooth | |
4225 | o465.TopSurface = Enum.SurfaceType.Smooth | |
4226 | o465.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4227 | o465.Position = Vector3.new(-111.616837, 13.2237778, 214.089996) | |
4228 | o466.Parent = o465 | |
4229 | o467.Parent = o376 | |
4230 | o467.Position = Vector3.new(-102.669868, 10.8019838, 214.040009) | |
4231 | o467.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -104.999191) | |
4232 | o467.Anchored = true | |
4233 | o467.FormFactor = Enum.FormFactor.Custom | |
4234 | o467.Size = Vector3.new(0.200000003, 9, 8) | |
4235 | o467.CFrame = CFrame.new(-102.669868, 10.8019838, 214.040009, -0.258805305, 0.965929568, 6.50593677e-008, -0.965929568, -0.258805305, -7.19772899e-008, -5.26872803e-008, -8.14708727e-008, 1) | |
4236 | o467.BottomSurface = Enum.SurfaceType.Smooth | |
4237 | o467.TopSurface = Enum.SurfaceType.Smooth | |
4238 | o467.Position = Vector3.new(-102.669868, 10.8019838, 214.040009) | |
4239 | o468.Parent = o467 | |
4240 | o469.Parent = o376 | |
4241 | o469.BrickColor = BrickColor.new("Dark stone grey") | |
4242 | o469.Position = Vector3.new(-103.152847, 10.930974, 214.040009) | |
4243 | o469.Rotation = Vector3.new(4.12399504e-006, 3.72762725e-006, -104.999191) | |
4244 | o469.Anchored = true | |
4245 | o469.FormFactor = Enum.FormFactor.Custom | |
4246 | o469.Size = Vector3.new(1, 10, 7) | |
4247 | o469.CFrame = CFrame.new(-103.152847, 10.930974, 214.040009, -0.258805305, 0.965929568, 6.50593677e-008, -0.965929568, -0.258805305, -7.19772899e-008, -5.26872803e-008, -8.14708727e-008, 1) | |
4248 | o469.BottomSurface = Enum.SurfaceType.Smooth | |
4249 | o469.TopSurface = Enum.SurfaceType.Smooth | |
4250 | o469.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4251 | o469.Position = Vector3.new(-103.152847, 10.930974, 214.040009) | |
4252 | o470.Parent = o469 | |
4253 | o471.Name = "Light2" | |
4254 | o471.Parent = o376 | |
4255 | o471.Material = Enum.Material.Neon | |
4256 | o471.BrickColor = BrickColor.new("Bright orange") | |
4257 | o471.Position = Vector3.new(-112.238831, 13.154768, 217.940002) | |
4258 | o471.Rotation = Vector3.new(4.12399459e-006, 3.72762725e-006, -54.9988174) | |
4259 | o471.Anchored = true | |
4260 | o471.FormFactor = Enum.FormFactor.Custom | |
4261 | o471.Size = Vector3.new(0.200000003, 1, 2.60000038) | |
4262 | o471.CFrame = CFrame.new(-112.238831, 13.154768, 217.940002, 0.573593318, 0.819140196, 6.50593677e-008, -0.819140255, 0.573593318, -7.19772828e-008, -9.62771125e-008, -1.20070505e-008, 1) | |
4263 | o471.BottomSurface = Enum.SurfaceType.Smooth | |
4264 | o471.TopSurface = Enum.SurfaceType.Smooth | |
4265 | o471.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
4266 | o471.Position = Vector3.new(-112.238831, 13.154768, 217.940002) | |
4267 | o472.Parent = o471 | |
4268 | o472.Offset = Vector3.new(0.189999998, 0, 0) | |
4269 | o472.Scale = Vector3.new(1, 0.899999976, 0.899999976) | |
4270 | o473.Parent = o471 | |
4271 | o473.Color = Color3.new(1, 0.333333, 0) | |
4272 | o473.Brightness = 2 | |
4273 | o473.Range = 15 | |
4274 | o473.Face = Enum.NormalId.Left | |
4275 | o474.Parent = o376 | |
4276 | o474.BrickColor = BrickColor.new("Dark stone grey") | |
4277 | o474.Position = Vector3.new(-112.165817, 12.961771, 217.940002) | |
4278 | o474.Rotation = Vector3.new(4.12399459e-006, 3.72762725e-006, -54.9988174) | |
4279 | o474.Anchored = true | |
4280 | o474.FormFactor = Enum.FormFactor.Custom | |
4281 | o474.Size = Vector3.new(0.200000003, 2.10000014, 2.60000038) | |
4282 | o474.CFrame = CFrame.new(-112.165817, 12.961771, 217.940002, 0.573593318, 0.819140196, 6.50593677e-008, -0.819140255, 0.573593318, -7.19772828e-008, -9.62771125e-008, -1.20070505e-008, 1) | |
4283 | o474.BottomSurface = Enum.SurfaceType.Smooth | |
4284 | o474.TopSurface = Enum.SurfaceType.Smooth | |
4285 | o474.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4286 | o474.Position = Vector3.new(-112.165817, 12.961771, 217.940002) | |
4287 | o475.Parent = o474 | |
4288 | o476.Parent = o376 | |
4289 | o476.Position = Vector3.new(-102.759865, 10.4669876, 218.283997) | |
4290 | o476.Rotation = Vector3.new(49.0200462, -11.4346781, -99.7717285) | |
4291 | o476.Anchored = true | |
4292 | o476.FormFactor = Enum.FormFactor.Custom | |
4293 | o476.Size = Vector3.new(0.200000003, 9, 1) | |
4294 | o476.CFrame = CFrame.new(-102.759865, 10.4669876, 218.283997, -0.166354492, 0.965931118, -0.198250622, -0.620878518, -0.258799404, -0.739954531, -0.766052306, -5.20474578e-006, 0.642778277) | |
4295 | o476.BottomSurface = Enum.SurfaceType.Smooth | |
4296 | o476.TopSurface = Enum.SurfaceType.Smooth | |
4297 | o476.Position = Vector3.new(-102.759865, 10.4669876, 218.283997) | |
4298 | o477.Parent = o476 | |
4299 | o478.Name = "Light" | |
4300 | o478.Parent = o376 | |
4301 | o478.Material = Enum.Material.Neon | |
4302 | o478.BrickColor = BrickColor.new("Bright orange") | |
4303 | o478.Position = Vector3.new(-112.238831, 13.154768, 210.141006) | |
4304 | o478.Rotation = Vector3.new(4.12399459e-006, 3.72762725e-006, -54.9988174) | |
4305 | o478.Anchored = true | |
4306 | o478.FormFactor = Enum.FormFactor.Custom | |
4307 | o478.Size = Vector3.new(0.200000003, 1, 2.60000038) | |
4308 | o478.CFrame = CFrame.new(-112.238831, 13.154768, 210.141006, 0.573593318, 0.819140196, 6.50593677e-008, -0.819140255, 0.573593318, -7.19772828e-008, -9.62771125e-008, -1.20070505e-008, 1) | |
4309 | o478.BottomSurface = Enum.SurfaceType.Smooth | |
4310 | o478.TopSurface = Enum.SurfaceType.Smooth | |
4311 | o478.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
4312 | o478.Position = Vector3.new(-112.238831, 13.154768, 210.141006) | |
4313 | o479.Parent = o478 | |
4314 | o479.Offset = Vector3.new(0.189999998, 0, 0) | |
4315 | o479.Scale = Vector3.new(1, 0.899999976, 0.899999976) | |
4316 | o480.Parent = o478 | |
4317 | o480.Color = Color3.new(1, 0.333333, 0) | |
4318 | o480.Brightness = 2 | |
4319 | o480.Range = 15 | |
4320 | o480.Face = Enum.NormalId.Left | |
4321 | o481.Parent = o376 | |
4322 | o481.BrickColor = BrickColor.new("Black") | |
4323 | o481.Position = Vector3.new(-107.892853, 11.6868725, 214.040009) | |
4324 | o481.Rotation = Vector3.new(4.12399459e-006, 3.72762634e-006, -149.998886) | |
4325 | o481.Anchored = true | |
4326 | o481.FormFactor = Enum.FormFactor.Custom | |
4327 | o481.Size = Vector3.new(0.399999976, 2.70000005, 11) | |
4328 | o481.CFrame = CFrame.new(-107.892853, 11.6868725, 214.040009, -0.866015792, 0.500016749, 6.50593535e-008, -0.500016809, -0.866015732, -7.19772828e-008, 2.03525765e-008, -9.48642267e-008, 1) | |
4329 | o481.BottomSurface = Enum.SurfaceType.Smooth | |
4330 | o481.TopSurface = Enum.SurfaceType.Smooth | |
4331 | o481.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4332 | o481.Position = Vector3.new(-107.892853, 11.6868725, 214.040009) | |
4333 | o482.Parent = o481 | |
4334 | o483.Parent = o376 | |
4335 | o483.Position = Vector3.new(-102.759865, 10.4669886, 209.794006) | |
4336 | o483.Rotation = Vector3.new(-49.0200615, 11.4346876, -99.7717209) | |
4337 | o483.Anchored = true | |
4338 | o483.FormFactor = Enum.FormFactor.Custom | |
4339 | o483.Size = Vector3.new(0.200000003, 9, 1) | |
4340 | o483.CFrame = CFrame.new(-102.759865, 10.4669886, 209.794006, -0.166354328, 0.965931118, 0.198250771, -0.620878398, -0.258799404, 0.73995465, 0.766052485, 5.04610443e-006, 0.642778099) | |
4341 | o483.BottomSurface = Enum.SurfaceType.Smooth | |
4342 | o483.TopSurface = Enum.SurfaceType.Smooth | |
4343 | o483.Position = Vector3.new(-102.759865, 10.4669886, 209.794006) | |
4344 | o484.Parent = o483 | |
4345 | o485.Parent = o376 | |
4346 | o485.BrickColor = BrickColor.new("Dark stone grey") | |
4347 | o485.Position = Vector3.new(-112.165817, 12.961771, 210.141006) | |
4348 | o485.Rotation = Vector3.new(4.12399459e-006, 3.72762725e-006, -54.9988174) | |
4349 | o485.Anchored = true | |
4350 | o485.FormFactor = Enum.FormFactor.Custom | |
4351 | o485.Size = Vector3.new(0.200000003, 2.10000014, 2.60000038) | |
4352 | o485.CFrame = CFrame.new(-112.165817, 12.961771, 210.141006, 0.573593318, 0.819140196, 6.50593677e-008, -0.819140255, 0.573593318, -7.19772828e-008, -9.62771125e-008, -1.20070505e-008, 1) | |
4353 | o485.BottomSurface = Enum.SurfaceType.Smooth | |
4354 | o485.TopSurface = Enum.SurfaceType.Smooth | |
4355 | o485.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4356 | o485.Position = Vector3.new(-112.165817, 12.961771, 210.141006) | |
4357 | o486.Parent = o485 | |
4358 | o487.Parent = o376 | |
4359 | o487.BrickColor = BrickColor.new("Black") | |
4360 | o487.Position = Vector3.new(-111.994827, 12.7157803, 214.040009) | |
4361 | o487.Rotation = Vector3.new(4.12399459e-006, 3.72762634e-006, -54.9988136) | |
4362 | o487.Anchored = true | |
4363 | o487.FormFactor = Enum.FormFactor.Custom | |
4364 | o487.Size = Vector3.new(0.399999976, 2.70000005, 11) | |
4365 | o487.CFrame = CFrame.new(-111.994827, 12.7157803, 214.040009, 0.573593378, 0.819140196, 6.50593535e-008, -0.819140255, 0.573593378, -7.19772828e-008, -9.62771125e-008, -1.20070434e-008, 1) | |
4366 | o487.BottomSurface = Enum.SurfaceType.Smooth | |
4367 | o487.TopSurface = Enum.SurfaceType.Smooth | |
4368 | o487.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4369 | o487.Position = Vector3.new(-111.994827, 12.7157803, 214.040009) | |
4370 | o488.Parent = o487 | |
4371 | o489.Parent = o376 | |
4372 | o489.BrickColor = BrickColor.new("Dark stone grey") | |
4373 | o489.Position = Vector3.new(-112.355812, 12.7087641, 213.990005) | |
4374 | o489.Rotation = Vector3.new(4.12399459e-006, 3.72762725e-006, -54.9988174) | |
4375 | o489.Anchored = true | |
4376 | o489.FormFactor = Enum.FormFactor.Custom | |
4377 | o489.Size = Vector3.new(0.200000003, 0.700000167, 5.70000029) | |
4378 | o489.CFrame = CFrame.new(-112.355812, 12.7087641, 213.990005, 0.573593318, 0.819140196, 6.50593677e-008, -0.819140255, 0.573593318, -7.19772828e-008, -9.62771125e-008, -1.20070505e-008, 1) | |
4379 | o489.BottomSurface = Enum.SurfaceType.Smooth | |
4380 | o489.TopSurface = Enum.SurfaceType.Smooth | |
4381 | o489.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4382 | o489.Position = Vector3.new(-112.355812, 12.7087641, 213.990005) | |
4383 | o490.Parent = o489 | |
4384 | o491.Parent = o376 | |
4385 | o491.Material = Enum.Material.Neon | |
4386 | o491.BrickColor = BrickColor.new("Bright orange") | |
4387 | o491.Position = Vector3.new(-112.935791, 12.6677513, 217.940002) | |
4388 | o491.Rotation = Vector3.new(4.12399459e-006, 3.72762725e-006, -54.9988174) | |
4389 | o491.Anchored = true | |
4390 | o491.FormFactor = Enum.FormFactor.Custom | |
4391 | o491.Size = Vector3.new(0.200000003, 0.500000119, 2.60000038) | |
4392 | o491.CFrame = CFrame.new(-112.935791, 12.6677513, 217.940002, 0.573593318, 0.819140196, 6.50593677e-008, -0.819140255, 0.573593318, -7.19772828e-008, -9.62771125e-008, -1.20070505e-008, 1) | |
4393 | o491.BottomSurface = Enum.SurfaceType.Smooth | |
4394 | o491.TopSurface = Enum.SurfaceType.Smooth | |
4395 | o491.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
4396 | o491.Position = Vector3.new(-112.935791, 12.6677513, 217.940002) | |
4397 | o492.Parent = o491 | |
4398 | o492.Offset = Vector3.new(0.189999998, 0, 0) | |
4399 | o492.Scale = Vector3.new(1, 0.899999976, 0.899999976) | |
4400 | o493.Parent = o376 | |
4401 | o493.Material = Enum.Material.Neon | |
4402 | o493.BrickColor = BrickColor.new("Bright orange") | |
4403 | o493.Position = Vector3.new(-112.935791, 12.6677513, 210.141006) | |
4404 | o493.Rotation = Vector3.new(4.12399459e-006, 3.72762725e-006, -54.9988174) | |
4405 | o493.Anchored = true | |
4406 | o493.FormFactor = Enum.FormFactor.Custom | |
4407 | o493.Size = Vector3.new(0.200000003, 0.500000119, 2.60000038) | |
4408 | o493.CFrame = CFrame.new(-112.935791, 12.6677513, 210.141006, 0.573593318, 0.819140196, 6.50593677e-008, -0.819140255, 0.573593318, -7.19772828e-008, -9.62771125e-008, -1.20070505e-008, 1) | |
4409 | o493.BottomSurface = Enum.SurfaceType.Smooth | |
4410 | o493.TopSurface = Enum.SurfaceType.Smooth | |
4411 | o493.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
4412 | o493.Position = Vector3.new(-112.935791, 12.6677513, 210.141006) | |
4413 | o494.Parent = o493 | |
4414 | o494.Offset = Vector3.new(0.189999998, 0, 0) | |
4415 | o494.Scale = Vector3.new(1, 0.899999976, 0.899999976) | |
4416 | o495.Parent = o376 | |
4417 | o495.BrickColor = BrickColor.new("Black") | |
4418 | o495.Position = Vector3.new(-108.646896, 16.2588024, 208.029999) | |
4419 | o495.Rotation = Vector3.new(-89.9999847, -75.000824, 1.44030828e-005) | |
4420 | o495.Anchored = true | |
4421 | o495.FormFactor = Enum.FormFactor.Custom | |
4422 | o495.Size = Vector3.new(0.600000024, 0.400000036, 1) | |
4423 | o495.CFrame = CFrame.new(-108.646896, 16.2588024, 208.029999, 0.258805305, -6.50587921e-008, -0.965929568, 0.965929568, 7.19771336e-008, 0.258805305, 5.26872803e-008, -1, 8.14702759e-008) | |
4424 | o495.BottomSurface = Enum.SurfaceType.Smooth | |
4425 | o495.TopSurface = Enum.SurfaceType.Smooth | |
4426 | o495.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4427 | o495.Position = Vector3.new(-108.646896, 16.2588024, 208.029999) | |
4428 | o496.Parent = o495 | |
4429 | o496.Scale = Vector3.new(0.899999976, 1, 0.899999976) | |
4430 | o497.Parent = o376 | |
4431 | o497.BrickColor = BrickColor.new("Dark stone grey") | |
4432 | o497.Position = Vector3.new(-110.031815, 12.0178204, 214.063995) | |
4433 | o497.Rotation = Vector3.new(90.0000153, 75.000824, -90.0000153) | |
4434 | o497.Anchored = true | |
4435 | o497.FormFactor = Enum.FormFactor.Custom | |
4436 | o497.Size = Vector3.new(4.85003042, 1.90999925, 2.36000156) | |
4437 | o497.CFrame = CFrame.new(-110.031815, 12.0178204, 214.063995, -6.50591616e-008, 0.258805305, 0.965929568, 7.19757551e-008, 0.965929568, -0.258805305, -1, 5.26858521e-008, -8.14702759e-008) | |
4438 | o497.BottomSurface = Enum.SurfaceType.Smooth | |
4439 | o497.TopSurface = Enum.SurfaceType.Smooth | |
4440 | o497.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4441 | o497.Position = Vector3.new(-110.031815, 12.0178204, 214.063995) | |
4442 | o498.Parent = o497 | |
4443 | o499.Name = "Chasis2" | |
4444 | o499.Parent = o376 | |
4445 | o499.BrickColor = BrickColor.new("Dark stone grey") | |
4446 | o499.Position = Vector3.new(-110.298798, 10.4788399, 214.063995) | |
4447 | o499.Rotation = Vector3.new(90.0000153, 75.000824, -90.0000153) | |
4448 | o499.Anchored = true | |
4449 | o499.FormFactor = Enum.FormFactor.Custom | |
4450 | o499.Size = Vector3.new(4.85000134, 1.19999957, 4.60000134) | |
4451 | o499.CFrame = CFrame.new(-110.298798, 10.4788399, 214.063995, -6.50591616e-008, 0.258805305, 0.965929568, 7.19757551e-008, 0.965929568, -0.258805305, -1, 5.26858521e-008, -8.14702759e-008) | |
4452 | o499.BottomSurface = Enum.SurfaceType.Smooth | |
4453 | o499.TopSurface = Enum.SurfaceType.Smooth | |
4454 | o499.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4455 | o499.Position = Vector3.new(-110.298798, 10.4788399, 214.063995) | |
4456 | o500.Parent = o499 | |
4457 | o501.Name = "WeldScript" | |
4458 | o501.Parent = o344 | |
4459 | table.insert(cors,coroutine.create(function() | |
4460 | wait() | |
4461 | runDummyScript(function() | |
4462 | local BrickTable = {} | |
4463 | ||
4464 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
4465 | for _, Child in pairs(Parent:GetChildren()) do | |
4466 | if not ClassLimit or Child:IsA(ClassLimit) then | |
4467 | Func(Child) | |
4468 | end | |
4469 | RecursiveGeneric(Child, Func, ClassLimit) | |
4470 | end | |
4471 | end | |
4472 | ||
4473 | RecursiveGeneric( | |
4474 | script.Parent, | |
4475 | function(Brick) table.insert(BrickTable, Brick) end, | |
4476 | "BasePart" | |
4477 | ) | |
4478 | ||
4479 | local Base = BrickTable[1] | |
4480 | table.remove(BrickTable, 1) | |
4481 | ||
4482 | for _, Part in pairs(BrickTable) do | |
4483 | local Weld = Instance.new("Weld") | |
4484 | Weld.Part0 = Base | |
4485 | Weld.Part1 = Part | |
4486 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
4487 | Weld.Parent = Base | |
4488 | Part.Anchored = false | |
4489 | end | |
4490 | ||
4491 | Base.Anchored = false | |
4492 | end,o501) | |
4493 | end)) | |
4494 | o502.Name = "BackLeft" | |
4495 | o502.Parent = o343 | |
4496 | o503.Parent = o502 | |
4497 | o503.BrickColor = BrickColor.new("Black") | |
4498 | o503.Position = Vector3.new(-110.487778, 10.2188416, 209.132004) | |
4499 | o503.Rotation = Vector3.new(90, 75.000824, 4.29144893e-006) | |
4500 | o503.Anchored = true | |
4501 | o503.FormFactor = Enum.FormFactor.Symmetric | |
4502 | o503.Size = Vector3.new(1, 1, 1) | |
4503 | o503.CFrame = CFrame.new(-110.487778, 10.2188416, 209.132004, 0.258805305, -1.93844958e-008, 0.965929568, 0.965929568, -4.9351911e-008, -0.258805305, 5.26872803e-008, 1, 5.9515215e-009) | |
4504 | o503.BottomSurface = Enum.SurfaceType.Smooth | |
4505 | o503.TopSurface = Enum.SurfaceType.Smooth | |
4506 | o503.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4507 | o503.Position = Vector3.new(-110.487778, 10.2188416, 209.132004) | |
4508 | o504.Parent = o503 | |
4509 | o504.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
4510 | o504.Scale = Vector3.new(3.5, 5, 3.5) | |
4511 | o504.MeshType = Enum.MeshType.FileMesh | |
4512 | o505.Parent = o502 | |
4513 | o505.BrickColor = BrickColor.new("Dark stone grey") | |
4514 | o505.Position = Vector3.new(-110.487778, 10.2188416, 209.229996) | |
4515 | o505.Rotation = Vector3.new(2.82763563e-006, -1.1107262e-006, -14.9985886) | |
4516 | o505.Anchored = true | |
4517 | o505.FormFactor = Enum.FormFactor.Symmetric | |
4518 | o505.Size = Vector3.new(1, 1, 1) | |
4519 | o505.CFrame = CFrame.new(-110.487778, 10.2188416, 209.229996, 0.96593225, 0.258795261, -1.93858298e-008, -0.258795261, 0.96593225, -4.93515522e-008, 5.95345062e-009, 5.26872199e-008, 1) | |
4520 | o505.BottomSurface = Enum.SurfaceType.Smooth | |
4521 | o505.TopSurface = Enum.SurfaceType.Smooth | |
4522 | o505.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4523 | o505.Position = Vector3.new(-110.487778, 10.2188416, 209.229996) | |
4524 | o506.Parent = o505 | |
4525 | o506.MeshId = "http://www.roblox.com/asset/?id=85737661" | |
4526 | o506.Scale = Vector3.new(2.5, 2.5, 0.5) | |
4527 | o506.MeshType = Enum.MeshType.FileMesh | |
4528 | o507.Name = "Wheel" | |
4529 | o507.Parent = o502 | |
4530 | o507.BrickColor = BrickColor.new("Black") | |
4531 | o507.Transparency = 1 | |
4532 | o507.Position = Vector3.new(-110.503799, 10.1098413, 209.636993) | |
4533 | o507.Rotation = Vector3.new(-90, -75.000824, -90) | |
4534 | o507.Anchored = true | |
4535 | o507.FormFactor = Enum.FormFactor.Symmetric | |
4536 | o507.Shape = Enum.PartType.Cylinder | |
4537 | o507.Size = Vector3.new(3.99999976, 3.99999976, 3.99999976) | |
4538 | o507.CFrame = CFrame.new(-110.503799, 10.1098413, 209.636993, -1.93843608e-008, 0.258805305, -0.965929568, -4.93514101e-008, 0.965929568, 0.258805305, 1, 5.26867616e-008, -5.9515215e-009) | |
4539 | o507.BottomSurface = Enum.SurfaceType.Smooth | |
4540 | o507.RightSurface = Enum.SurfaceType.Hinge | |
4541 | o507.TopSurface = Enum.SurfaceType.Smooth | |
4542 | o507.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4543 | o507.Position = Vector3.new(-110.503799, 10.1098413, 209.636993) | |
4544 | o508.Parent = o502 | |
4545 | o508.BrickColor = BrickColor.new("Black") | |
4546 | o508.Position = Vector3.new(-110.487778, 10.2188416, 210.531006) | |
4547 | o508.Rotation = Vector3.new(90, -14.9985905, 1.1498928e-006) | |
4548 | o508.Anchored = true | |
4549 | o508.FormFactor = Enum.FormFactor.Symmetric | |
4550 | o508.Size = Vector3.new(1, 2, 1) | |
4551 | o508.CFrame = CFrame.new(-110.487778, 10.2188416, 210.531006, 0.96593225, -1.93856948e-008, -0.258795261, -0.258795261, -4.93510512e-008, -0.96593225, 5.95345062e-009, 1, -5.26867012e-008) | |
4552 | o508.BottomSurface = Enum.SurfaceType.Smooth | |
4553 | o508.TopSurface = Enum.SurfaceType.Smooth | |
4554 | o508.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4555 | o508.Position = Vector3.new(-110.487778, 10.2188416, 210.531006) | |
4556 | o509.Parent = o508 | |
4557 | o509.MeshId = "http://www.roblox.com/asset/?id=29873142" | |
4558 | o509.Scale = Vector3.new(1.79999995, 0.75, 1.79999995) | |
4559 | o509.MeshType = Enum.MeshType.FileMesh | |
4560 | o510.Parent = o502 | |
4561 | o510.BrickColor = BrickColor.new("Black") | |
4562 | o510.Position = Vector3.new(-110.487778, 10.2188416, 211.132004) | |
4563 | o510.Rotation = Vector3.new(-90, -75.000824, -4.29144893e-006) | |
4564 | o510.Anchored = true | |
4565 | o510.FormFactor = Enum.FormFactor.Symmetric | |
4566 | o510.Size = Vector3.new(1, 1, 1) | |
4567 | o510.CFrame = CFrame.new(-110.487778, 10.2188416, 211.132004, 0.258805305, 1.93844958e-008, -0.965929568, 0.965929568, 4.9351911e-008, 0.258805305, 5.26872803e-008, -1, -5.9515215e-009) | |
4568 | o510.BottomSurface = Enum.SurfaceType.Smooth | |
4569 | o510.TopSurface = Enum.SurfaceType.Smooth | |
4570 | o510.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4571 | o510.Position = Vector3.new(-110.487778, 10.2188416, 211.132004) | |
4572 | o511.Parent = o510 | |
4573 | o511.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
4574 | o511.Scale = Vector3.new(3.5, 5, 3.5) | |
4575 | o511.MeshType = Enum.MeshType.FileMesh | |
4576 | o512.Name = "WeldScript" | |
4577 | o512.Parent = o502 | |
4578 | table.insert(cors,coroutine.create(function() | |
4579 | wait() | |
4580 | runDummyScript(function() | |
4581 | local BrickTable = {} | |
4582 | ||
4583 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
4584 | for _, Child in pairs(Parent:GetChildren()) do | |
4585 | if not ClassLimit or Child:IsA(ClassLimit) then | |
4586 | Func(Child) | |
4587 | end | |
4588 | RecursiveGeneric(Child, Func, ClassLimit) | |
4589 | end | |
4590 | end | |
4591 | ||
4592 | RecursiveGeneric( | |
4593 | script.Parent, | |
4594 | function(Brick) table.insert(BrickTable, Brick) end, | |
4595 | "BasePart" | |
4596 | ) | |
4597 | ||
4598 | local Base = BrickTable[1] | |
4599 | table.remove(BrickTable, 1) | |
4600 | ||
4601 | for _, Part in pairs(BrickTable) do | |
4602 | local Weld = Instance.new("Weld") | |
4603 | Weld.Part0 = Base | |
4604 | Weld.Part1 = Part | |
4605 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
4606 | Weld.Parent = Base | |
4607 | Part.Anchored = false | |
4608 | end | |
4609 | ||
4610 | Base.Anchored = false | |
4611 | end,o512) | |
4612 | end)) | |
4613 | o513.Name = "BackRight" | |
4614 | o513.Parent = o343 | |
4615 | o514.Parent = o513 | |
4616 | o514.BrickColor = BrickColor.new("Black") | |
4617 | o514.Position = Vector3.new(-110.462814, 10.2128401, 219) | |
4618 | o514.Rotation = Vector3.new(-90, -75.000824, -4.29144848e-006) | |
4619 | o514.Anchored = true | |
4620 | o514.FormFactor = Enum.FormFactor.Symmetric | |
4621 | o514.Size = Vector3.new(1, 1, 1) | |
4622 | o514.CFrame = CFrame.new(-110.462814, 10.2128401, 219, 0.258805305, 1.9384494e-008, -0.965929568, 0.965929568, 4.9351911e-008, 0.258805305, 5.26872803e-008, -1, -5.95151883e-009) | |
4623 | o514.BottomSurface = Enum.SurfaceType.Smooth | |
4624 | o514.TopSurface = Enum.SurfaceType.Smooth | |
4625 | o514.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4626 | o514.Position = Vector3.new(-110.462814, 10.2128401, 219) | |
4627 | o515.Parent = o514 | |
4628 | o515.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
4629 | o515.Scale = Vector3.new(3.5, 5, 3.5) | |
4630 | o515.MeshType = Enum.MeshType.FileMesh | |
4631 | o516.Parent = o513 | |
4632 | o516.BrickColor = BrickColor.new("Dark stone grey") | |
4633 | o516.Position = Vector3.new(-110.462814, 10.2128401, 218.900009) | |
4634 | o516.Rotation = Vector3.new(-180, 1.1107262e-006, -165.001419) | |
4635 | o516.Anchored = true | |
4636 | o516.FormFactor = Enum.FormFactor.Symmetric | |
4637 | o516.Size = Vector3.new(1, 1, 1) | |
4638 | o516.CFrame = CFrame.new(-110.462814, 10.2128401, 218.900009, -0.96593225, 0.258795261, 1.93858298e-008, 0.258795261, 0.96593225, 4.93515522e-008, -5.95344973e-009, 5.26872199e-008, -1) | |
4639 | o516.BottomSurface = Enum.SurfaceType.Smooth | |
4640 | o516.TopSurface = Enum.SurfaceType.Smooth | |
4641 | o516.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
4642 | o516.Position = Vector3.new(-110.462814, 10.2128401, 218.900009) | |
4643 | o517.Parent = o516 | |
4644 | o517.MeshId = "http://www.roblox.com/asset/?id=85737661" | |
4645 | o517.Scale = Vector3.new(2.5, 2.5, 0.5) | |
4646 | o517.MeshType = Enum.MeshType.FileMesh | |
4647 | o518.Name = "Wheel" | |
4648 | o518.Parent = o513 | |
4649 | o518.BrickColor = BrickColor.new("Black") | |
4650 | o518.Transparency = 1 | |
4651 | o518.Position = Vector3.new(-110.503799, 10.1098413, 218.496002) | |
4652 | o518.Rotation = Vector3.new(90, 75.000824, -90) | |
4653 | o518.Anchored = true | |
4654 | o518.FormFactor = Enum.FormFactor.Symmetric | |
4655 | o518.Shape = Enum.PartType.Cylinder | |
4656 | o518.Size = Vector3.new(3.99999976, 3.99999976, 3.99999976) | |
4657 | o518.CFrame = CFrame.new(-110.503799, 10.1098413, 218.496002, 1.93843608e-008, 0.258805305, 0.965929568, 4.93514101e-008, 0.965929568, -0.258805305, -1, 5.26867616e-008, 5.9515215e-009) | |
4658 | o518.BottomSurface = Enum.SurfaceType.Smooth | |
4659 | o518.RightSurface = Enum.SurfaceType.Hinge | |
4660 | o518.TopSurface = Enum.SurfaceType.Smooth | |
4661 | o518.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4662 | o518.Position = Vector3.new(-110.503799, 10.1098413, 218.496002) | |
4663 | o519.Parent = o513 | |
4664 | o519.BrickColor = BrickColor.new("Black") | |
4665 | o519.Position = Vector3.new(-110.462814, 10.2128401, 217.600006) | |
4666 | o519.Rotation = Vector3.new(90, -14.9985905, -180) | |
4667 | o519.Anchored = true | |
4668 | o519.FormFactor = Enum.FormFactor.Symmetric | |
4669 | o519.Size = Vector3.new(1, 2, 1) | |
4670 | o519.CFrame = CFrame.new(-110.462814, 10.2128401, 217.600006, -0.96593225, 1.93856948e-008, -0.258795261, 0.258795261, 4.93510477e-008, -0.96593225, -5.95344973e-009, -1, -5.26866941e-008) | |
4671 | o519.BottomSurface = Enum.SurfaceType.Smooth | |
4672 | o519.TopSurface = Enum.SurfaceType.Smooth | |
4673 | o519.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4674 | o519.Position = Vector3.new(-110.462814, 10.2128401, 217.600006) | |
4675 | o520.Parent = o519 | |
4676 | o520.MeshId = "http://www.roblox.com/asset/?id=29873142" | |
4677 | o520.Scale = Vector3.new(1.79999995, 0.75, 1.79999995) | |
4678 | o520.MeshType = Enum.MeshType.FileMesh | |
4679 | o521.Parent = o513 | |
4680 | o521.BrickColor = BrickColor.new("Black") | |
4681 | o521.Position = Vector3.new(-110.462814, 10.2128401, 217) | |
4682 | o521.Rotation = Vector3.new(90, 75.000824, 4.29144848e-006) | |
4683 | o521.Anchored = true | |
4684 | o521.FormFactor = Enum.FormFactor.Symmetric | |
4685 | o521.Size = Vector3.new(1, 1, 1) | |
4686 | o521.CFrame = CFrame.new(-110.462814, 10.2128401, 217, 0.258805305, -1.9384494e-008, 0.965929568, 0.965929568, -4.9351911e-008, -0.258805305, 5.26872803e-008, 1, 5.95151883e-009) | |
4687 | o521.BottomSurface = Enum.SurfaceType.Smooth | |
4688 | o521.TopSurface = Enum.SurfaceType.Smooth | |
4689 | o521.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
4690 | o521.Position = Vector3.new(-110.462814, 10.2128401, 217) | |
4691 | o522.Parent = o521 | |
4692 | o522.MeshId = "http://www.roblox.com/asset/?id=1078075" | |
4693 | o522.Scale = Vector3.new(3.5, 5, 3.5) | |
4694 | o522.MeshType = Enum.MeshType.FileMesh | |
4695 | o523.Name = "WeldScript" | |
4696 | o523.Parent = o513 | |
4697 | table.insert(cors,coroutine.create(function() | |
4698 | wait() | |
4699 | runDummyScript(function() | |
4700 | local BrickTable = {} | |
4701 | ||
4702 | function RecursiveGeneric(Parent, Func, ClassLimit) | |
4703 | for _, Child in pairs(Parent:GetChildren()) do | |
4704 | if not ClassLimit or Child:IsA(ClassLimit) then | |
4705 | Func(Child) | |
4706 | end | |
4707 | RecursiveGeneric(Child, Func, ClassLimit) | |
4708 | end | |
4709 | end | |
4710 | ||
4711 | RecursiveGeneric( | |
4712 | script.Parent, | |
4713 | function(Brick) table.insert(BrickTable, Brick) end, | |
4714 | "BasePart" | |
4715 | ) | |
4716 | ||
4717 | local Base = BrickTable[1] | |
4718 | table.remove(BrickTable, 1) | |
4719 | ||
4720 | for _, Part in pairs(BrickTable) do | |
4721 | local Weld = Instance.new("Weld") | |
4722 | Weld.Part0 = Base | |
4723 | Weld.Part1 = Part | |
4724 | Weld.C1 = Part.CFrame:inverse() * Base.CFrame | |
4725 | Weld.Parent = Base | |
4726 | Part.Anchored = false | |
4727 | end | |
4728 | ||
4729 | Base.Anchored = false | |
4730 | end,o523) | |
4731 | end)) | |
4732 | mas.Parent = workspace | |
4733 | mas:MakeJoints() | |
4734 | local mas1 = mas:GetChildren() | |
4735 | for i=1,#mas1 do | |
4736 | mas1[i].Parent = workspace | |
4737 | ypcall(function() mas1[i]:MakeJoints() end) | |
4738 | end | |
4739 | mas:Destroy() | |
4740 | for i=1,#cors do | |
4741 | coroutine.resume(cors[i]) | |
4742 | end | |
4743 | o1:MakeJoints() | |
4744 | o1:MoveTo(game.Players.LocalPlayer.Character.Head.Position) |