View difference between Paste ID: 0vQpWQ38 and KKTB7w70
SHOW: | | - or go back to the newest paste.
1
-- This script has convert to FE by who i don't know?
2
3
-----------------------------------------------------
4
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
5
local Player,game,owner = owner,game
6
local RealPlayer = Player
7
do
8
    print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
9
    local rp = RealPlayer
10
    script.Parent = rp.Character
11
   
12
    --RemoteEvent for communicating
13
    local Event = Instance.new("RemoteEvent")
14
    Event.Name = "UserInput_Event"
15
 
16
    --Fake event to make stuff like Mouse.KeyDown work
17
    local function fakeEvent()
18
        local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
19
        t.connect = t.Connect
20
        return t
21
    end
22
 
23
    --Creating fake input objects with fake variables
24
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
25
    local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
26
    local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
27
        CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
28
    end}
29
    --Merged 2 functions into one by checking amount of arguments
30
    CAS.UnbindAction = CAS.BindAction
31
 
32
    --This function will trigger the events that have been :Connect()'ed
33
    local function te(self,ev,...)
34
        local t = m[ev]
35
        if t and t._fakeEvent then
36
            for _,f in pairs(t.Functions) do
37
                f(...)
38
            end
39
        end
40
    end
41
    m.TrigEvent = te
42
    UIS.TrigEvent = te
43
 
44
    Event.OnServerEvent:Connect(function(plr,io)
45
        if plr~=rp then return end
46
        m.Target = io.Target
47
        m.Hit = io.Hit
48
        if not io.isMouse then
49
            local b = io.UserInputState == Enum.UserInputState.Begin
50
            if io.UserInputType == Enum.UserInputType.MouseButton1 then
51
                return m:TrigEvent(b and "Button1Down" or "Button1Up")
52
            end
53
            for _,t in pairs(CAS.Actions) do
54
                for _,k in pairs(t.Keys) do
55
                    if k==io.KeyCode then
56
                        t.Function(t.Name,io.UserInputState,io)
57
                    end
58
                end
59
            end
60
            m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
61
            UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
62
        end
63
    end)
64
    Event.Parent = NLS([==[
65
    local Player = game:GetService("Players").LocalPlayer
66
    local Event = script:WaitForChild("UserInput_Event")
67
 
68
    local Mouse = Player:GetMouse()
69
    local UIS = game:GetService("UserInputService")
70
    local input = function(io,a)
71
        if a then return end
72
        --Since InputObject is a client-side instance, we create and pass table instead
73
        Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
74
    end
75
    UIS.InputBegan:Connect(input)
76
    UIS.InputEnded:Connect(input)
77
 
78
    local h,t
79
    --Give the server mouse data 30 times every second, but only if the values changed
80
    --If player is not moving their mouse, client won't fire events
81
    while wait(1/30) do
82
        if h~=Mouse.Hit or t~=Mouse.Target then
83
            h,t=Mouse.Hit,Mouse.Target
84
            Event:FireServer({isMouse=true,Target=t,Hit=h})
85
        end
86
    end]==],Player.Character)
87
 
88
    ----Sandboxed game object that allows the usage of client-side methods and services
89
    --Real game object
90
    local _rg = game
91
 
92
    --Metatable for fake service
93
    local fsmt = {
94
        __index = function(self,k)
95
            local s = rawget(self,"_RealService")
96
            if s then return s[k] end
97
        end,
98
        __newindex = function(self,k,v)
99
            local s = rawget(self,"_RealService")
100
            if s then s[k]=v end
101
        end,
102
        __call = function(self,...)
103
            local s = rawget(self,"_RealService")
104
            if s then return s(...) end
105
        end
106
    }
107
    local function FakeService(t,RealService)
108
        t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
109
        return setmetatable(t,fsmt)
110
    end
111
 
112
    --Fake game object
113
    local g = {
114
        GetService = function(self,s)
115
            return self[s]
116
        end,
117
        Players = FakeService({
118
            LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
119
        },"Players"),
120
        UserInputService = FakeService(UIS,"UserInputService"),
121
        ContextActionService = FakeService(CAS,"ContextActionService"),
122
    }
123
    rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
124
    g.service = g.GetService
125
   
126
    g.RunService = FakeService({
127
        RenderStepped = _rg:GetService("RunService").Heartbeat,
128
        BindToRenderStep = function(self,name,_,fun)
129
 
130
        end,
131
        UnbindFromRenderStep = function(self,name)
132
            self._btrs[name]:Disconnect()
133
        end,
134
    },"RunService")
135
 
136
    setmetatable(g,{
137
        __index=function(self,s)
138
            return _rg:GetService(s) or typeof(_rg[s])=="function"
139
            and function(_,...)return _rg[s](_rg,...)end or _rg[s]
140
        end,
141
        __newindex = fsmt.__newindex,
142
        __call = fsmt.__call
143
    })
144
    --Changing owner to fake player object to support owner:GetMouse()
145
    game,owner = g,g.Players.LocalPlayer
146
end
147
--Created with PenguinAnonymous's compiler
148
--PenguinAnonymous is not responsible for damages caused to your game
149
--This plugin does not remove things
150
--PenguinAnonymous cannot be held resonsible for manual deletion for the purpose of testing
151
--Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
152
--Thank you for using my plugin and enjoy :)
153
--It is free to use
154
--If you use this plugin to create your own, please give me credit
155
--Z_V edited my plugin to look like his own and published it without giving me credit, and that makes me very angry
156
--Errors: 
157
local runDummyScript = function(f,scri)
158
local oldenv = getfenv(f)
159
local newenv = setmetatable({}, {
160
__index = function(_, k)
161
if k:lower() == 'script' then
162
return scri
163
else
164
return oldenv[k]
165
end
166
end
167
})
168
setfenv(f, newenv)
169
ypcall(function() f() end)
170
end
171
cors = {}
172
mas = Instance.new("Model",game:GetService("Lighting")) 
173
mas.Name = "CompiledModel"
174
o1 = Instance.new("Model")
175
o2 = Instance.new("Part")
176
o3 = Instance.new("Model")
177
o4 = Instance.new("Part")
178
o5 = Instance.new("Model")
179
o6 = Instance.new("Part")
180
o7 = Instance.new("Part")
181
o8 = Instance.new("ClickDetector")
182
o9 = Instance.new("Script")
183
o10 = Instance.new("Model")
184
o11 = Instance.new("Model")
185
o12 = Instance.new("Model")
186
o13 = Instance.new("WedgePart")
187
o14 = Instance.new("WedgePart")
188
o15 = Instance.new("Part")
189
o16 = Instance.new("Part")
190
o17 = Instance.new("WedgePart")
191
o18 = Instance.new("WedgePart")
192
o19 = Instance.new("WedgePart")
193
o20 = Instance.new("Part")
194
o21 = Instance.new("WedgePart")
195
o22 = Instance.new("WedgePart")
196
o23 = Instance.new("WedgePart")
197
o24 = Instance.new("TrussPart")
198
o25 = Instance.new("WedgePart")
199
o26 = Instance.new("WedgePart")
200
o27 = Instance.new("WedgePart")
201
o28 = Instance.new("WedgePart")
202
o29 = Instance.new("Part")
203
o30 = Instance.new("Decal")
204
o31 = Instance.new("Part")
205
o32 = Instance.new("WedgePart")
206
o33 = Instance.new("Part")
207
o34 = Instance.new("WedgePart")
208
o35 = Instance.new("WedgePart")
209
o36 = Instance.new("Part")
210
o37 = Instance.new("Part")
211
o38 = Instance.new("Part")
212
o39 = Instance.new("WedgePart")
213
o40 = Instance.new("Part")
214
o41 = Instance.new("WedgePart")
215
o42 = Instance.new("WedgePart")
216
o43 = Instance.new("WedgePart")
217
o44 = Instance.new("WedgePart")
218
o45 = Instance.new("WedgePart")
219
o46 = Instance.new("WedgePart")
220
o47 = Instance.new("WedgePart")
221
o48 = Instance.new("WedgePart")
222
o49 = Instance.new("WedgePart")
223
o50 = Instance.new("WedgePart")
224
o51 = Instance.new("Part")
225
o52 = Instance.new("BlockMesh")
226
o53 = Instance.new("Part")
227
o54 = Instance.new("BlockMesh")
228
o55 = Instance.new("Part")
229
o56 = Instance.new("BlockMesh")
230
o57 = Instance.new("Model")
231
o58 = Instance.new("TrussPart")
232
o59 = Instance.new("TrussPart")
233
o60 = Instance.new("TrussPart")
234
o61 = Instance.new("TrussPart")
235
o62 = Instance.new("TrussPart")
236
o63 = Instance.new("TrussPart")
237
o64 = Instance.new("TrussPart")
238
o65 = Instance.new("TrussPart")
239
o66 = Instance.new("TrussPart")
240
o67 = Instance.new("TrussPart")
241
o68 = Instance.new("TrussPart")
242
o69 = Instance.new("TrussPart")
243
o70 = Instance.new("Part")
244
o71 = Instance.new("Model")
245
o72 = Instance.new("Part")
246
o73 = Instance.new("WedgePart")
247
o74 = Instance.new("WedgePart")
248
o75 = Instance.new("WedgePart")
249
o76 = Instance.new("WedgePart")
250
o77 = Instance.new("Part")
251
o78 = Instance.new("SpecialMesh")
252
o79 = Instance.new("WedgePart")
253
o80 = Instance.new("Part")
254
o81 = Instance.new("CylinderMesh")
255
o82 = Instance.new("Decal")
256
o83 = Instance.new("Seat")
257
o84 = Instance.new("Seat")
258
o85 = Instance.new("Part")
259
o86 = Instance.new("Part")
260
o87 = Instance.new("Part")
261
o88 = Instance.new("Part")
262
o89 = Instance.new("Part")
263
o90 = Instance.new("SpecialMesh")
264
o91 = Instance.new("WedgePart")
265
o92 = Instance.new("WedgePart")
266
o93 = Instance.new("Part")
267
o94 = Instance.new("Model")
268
o95 = Instance.new("Part")
269
o96 = Instance.new("ClickDetector")
270
o97 = Instance.new("Humanoid")
271
o98 = Instance.new("Part")
272
o99 = Instance.new("WedgePart")
273
o100 = Instance.new("WedgePart")
274
o101 = Instance.new("Part")
275
o102 = Instance.new("Part")
276
o103 = Instance.new("WedgePart")
277
o104 = Instance.new("Part")
278
o105 = Instance.new("WedgePart")
279
o106 = Instance.new("Part")
280
o107 = Instance.new("Part")
281
o108 = Instance.new("WedgePart")
282
o109 = Instance.new("WedgePart")
283
o110 = Instance.new("Part")
284
o111 = Instance.new("CylinderMesh")
285
o112 = Instance.new("WedgePart")
286
o113 = Instance.new("Decal")
287
o114 = Instance.new("Model")
288
o115 = Instance.new("Part")
289
o116 = Instance.new("ClickDetector")
290
o117 = Instance.new("Script")
291
o118 = Instance.new("Decal")
292
o119 = Instance.new("Part")
293
o120 = Instance.new("Part")
294
o121 = Instance.new("WedgePart")
295
o122 = Instance.new("Decal")
296
o123 = Instance.new("Decal")
297
o124 = Instance.new("WedgePart")
298
o125 = Instance.new("WedgePart")
299
o126 = Instance.new("Model")
300
o127 = Instance.new("Part")
301
o128 = Instance.new("ClickDetector")
302
o129 = Instance.new("Script")
303
o130 = Instance.new("Decal")
304
o131 = Instance.new("Part")
305
o132 = Instance.new("Part")
306
o133 = Instance.new("Part")
307
o134 = Instance.new("Part")
308
o135 = Instance.new("WedgePart")
309
o136 = Instance.new("WedgePart")
310
o137 = Instance.new("Part")
311
o138 = Instance.new("WedgePart")
312
o139 = Instance.new("Part")
313
o140 = Instance.new("Model")
314
o141 = Instance.new("Part")
315
o142 = Instance.new("ClickDetector")
316
o143 = Instance.new("Script")
317
o144 = Instance.new("Decal")
318
o145 = Instance.new("Part")
319
o146 = Instance.new("Part")
320
o147 = Instance.new("Part")
321
o148 = Instance.new("CylinderMesh")
322
o149 = Instance.new("Part")
323
o150 = Instance.new("CylinderMesh")
324
o151 = Instance.new("WedgePart")
325
o152 = Instance.new("Part")
326
o153 = Instance.new("Part")
327
o154 = Instance.new("WedgePart")
328
o155 = Instance.new("WedgePart")
329
o156 = Instance.new("Part")
330
o157 = Instance.new("WedgePart")
331
o158 = Instance.new("WedgePart")
332
o159 = Instance.new("WedgePart")
333
o160 = Instance.new("WedgePart")
334
o161 = Instance.new("Part")
335
o162 = Instance.new("CylinderMesh")
336
o163 = Instance.new("WedgePart")
337
o164 = Instance.new("Part")
338
o165 = Instance.new("Part")
339
o166 = Instance.new("WedgePart")
340
o167 = Instance.new("Part")
341
o168 = Instance.new("Part")
342
o169 = Instance.new("Part")
343
o170 = Instance.new("SpecialMesh")
344
o171 = Instance.new("WedgePart")
345
o172 = Instance.new("Part")
346
o173 = Instance.new("CylinderMesh")
347
o174 = Instance.new("WedgePart")
348
o175 = Instance.new("Part")
349
o176 = Instance.new("SpecialMesh")
350
o177 = Instance.new("Part")
351
o178 = Instance.new("WedgePart")
352
o179 = Instance.new("Part")
353
o180 = Instance.new("WedgePart")
354
o181 = Instance.new("WedgePart")
355
o182 = Instance.new("Part")
356
o183 = Instance.new("CylinderMesh")
357
o184 = Instance.new("Part")
358
o185 = Instance.new("CylinderMesh")
359
o186 = Instance.new("WedgePart")
360
o187 = Instance.new("Decal")
361
o188 = Instance.new("WedgePart")
362
o189 = Instance.new("WedgePart")
363
o190 = Instance.new("Part")
364
o191 = Instance.new("CylinderMesh")
365
o192 = Instance.new("Part")
366
o193 = Instance.new("BodyVelocity")
367
o194 = Instance.new("BodyGyro")
368
o195 = Instance.new("Script")
369
o196 = Instance.new("Model")
370
o197 = Instance.new("TrussPart")
371
o198 = Instance.new("TrussPart")
372
o199 = Instance.new("TrussPart")
373
o200 = Instance.new("TrussPart")
374
o201 = Instance.new("TrussPart")
375
o202 = Instance.new("TrussPart")
376
o203 = Instance.new("TrussPart")
377
o204 = Instance.new("TrussPart")
378
o205 = Instance.new("TrussPart")
379
o206 = Instance.new("TrussPart")
380
o207 = Instance.new("TrussPart")
381
o208 = Instance.new("TrussPart")
382
o209 = Instance.new("Part")
383
o210 = Instance.new("Model")
384
o211 = Instance.new("WedgePart")
385
o212 = Instance.new("WedgePart")
386
o213 = Instance.new("WedgePart")
387
o214 = Instance.new("WedgePart")
388
o215 = Instance.new("WedgePart")
389
o216 = Instance.new("WedgePart")
390
o217 = Instance.new("Part")
391
o218 = Instance.new("WedgePart")
392
o219 = Instance.new("Part")
393
o220 = Instance.new("Part")
394
o221 = Instance.new("WedgePart")
395
o222 = Instance.new("Part")
396
o223 = Instance.new("SpecialMesh")
397
o224 = Instance.new("Fire")
398
o225 = Instance.new("WedgePart")
399
o226 = Instance.new("Part")
400
o227 = Instance.new("SpecialMesh")
401
o228 = Instance.new("Fire")
402
o229 = Instance.new("WedgePart")
403
o230 = Instance.new("WedgePart")
404
o231 = Instance.new("Part")
405
o232 = Instance.new("WedgePart")
406
o233 = Instance.new("WedgePart")
407
o234 = Instance.new("Part")
408
o235 = Instance.new("SpecialMesh")
409
o236 = Instance.new("Fire")
410
o237 = Instance.new("WedgePart")
411
o238 = Instance.new("WedgePart")
412
o239 = Instance.new("Part")
413
o240 = Instance.new("WedgePart")
414
o241 = Instance.new("Part")
415
o242 = Instance.new("Part")
416
o243 = Instance.new("SpecialMesh")
417
o244 = Instance.new("Fire")
418
o245 = Instance.new("Model")
419
o246 = Instance.new("WedgePart")
420
o247 = Instance.new("Part")
421
o248 = Instance.new("SpecialMesh")
422
o249 = Instance.new("Fire")
423
o250 = Instance.new("Part")
424
o251 = Instance.new("SpecialMesh")
425
o252 = Instance.new("Fire")
426
o253 = Instance.new("Part")
427
o254 = Instance.new("Part")
428
o255 = Instance.new("SpecialMesh")
429
o256 = Instance.new("Fire")
430
o257 = Instance.new("WedgePart")
431
o258 = Instance.new("Part")
432
o259 = Instance.new("SpecialMesh")
433
o260 = Instance.new("Fire")
434
o261 = Instance.new("Part")
435
o262 = Instance.new("SpecialMesh")
436
o263 = Instance.new("Fire")
437
o264 = Instance.new("Part")
438
o265 = Instance.new("SpecialMesh")
439
o266 = Instance.new("Fire")
440
o267 = Instance.new("Part")
441
o268 = Instance.new("Part")
442
o269 = Instance.new("SpecialMesh")
443
o270 = Instance.new("Fire")
444
o271 = Instance.new("WedgePart")
445
o272 = Instance.new("WedgePart")
446
o273 = Instance.new("WedgePart")
447
o274 = Instance.new("Part")
448
o275 = Instance.new("WedgePart")
449
o276 = Instance.new("WedgePart")
450
o277 = Instance.new("Part")
451
o278 = Instance.new("SpecialMesh")
452
o279 = Instance.new("Fire")
453
o280 = Instance.new("WedgePart")
454
o281 = Instance.new("WedgePart")
455
o282 = Instance.new("WedgePart")
456
o283 = Instance.new("Part")
457
o284 = Instance.new("WedgePart")
458
o285 = Instance.new("WedgePart")
459
o286 = Instance.new("Part")
460
o287 = Instance.new("Part")
461
o288 = Instance.new("SpecialMesh")
462
o289 = Instance.new("Fire")
463
o290 = Instance.new("Part")
464
o291 = Instance.new("BlockMesh")
465
o292 = Instance.new("Part")
466
o293 = Instance.new("WedgePart")
467
o294 = Instance.new("Part")
468
o295 = Instance.new("SpecialMesh")
469
o296 = Instance.new("Fire")
470
o297 = Instance.new("WedgePart")
471
o298 = Instance.new("WedgePart")
472
o299 = Instance.new("Part")
473
o300 = Instance.new("SpecialMesh")
474
o301 = Instance.new("Fire")
475
o302 = Instance.new("Part")
476
o303 = Instance.new("SpecialMesh")
477
o304 = Instance.new("Fire")
478
o305 = Instance.new("WedgePart")
479
o306 = Instance.new("Part")
480
o307 = Instance.new("BlockMesh")
481
o308 = Instance.new("WedgePart")
482
o309 = Instance.new("WedgePart")
483
o310 = Instance.new("WedgePart")
484
o311 = Instance.new("WedgePart")
485
o312 = Instance.new("WedgePart")
486
o313 = Instance.new("WedgePart")
487
o314 = Instance.new("WedgePart")
488
o315 = Instance.new("WedgePart")
489
o316 = Instance.new("Part")
490
o317 = Instance.new("BlockMesh")
491
o318 = Instance.new("Part")
492
o319 = Instance.new("BlockMesh")
493
o320 = Instance.new("Model")
494
o321 = Instance.new("Part")
495
o322 = Instance.new("WedgePart")
496
o323 = Instance.new("Part")
497
o324 = Instance.new("Part")
498
o325 = Instance.new("Part")
499
o326 = Instance.new("Part")
500
o327 = Instance.new("Part")
501
o328 = Instance.new("WedgePart")
502
o329 = Instance.new("Part")
503
o330 = Instance.new("Part")
504
o331 = Instance.new("TrussPart")
505
o332 = Instance.new("Part")
506
o333 = Instance.new("Part")
507
o334 = Instance.new("Part")
508
o335 = Instance.new("Part")
509
o336 = Instance.new("WedgePart")
510
o337 = Instance.new("Part")
511
o338 = Instance.new("Part")
512
o339 = Instance.new("Part")
513
o340 = Instance.new("Part")
514
o341 = Instance.new("TrussPart")
515
o342 = Instance.new("WedgePart")
516
o343 = Instance.new("Part")
517
o344 = Instance.new("Part")
518
o345 = Instance.new("Part")
519
o346 = Instance.new("Part")
520
o347 = Instance.new("Part")
521
o348 = Instance.new("Part")
522
o349 = Instance.new("Part")
523
o350 = Instance.new("Part")
524
o351 = Instance.new("WedgePart")
525
o352 = Instance.new("TrussPart")
526
o353 = Instance.new("Part")
527
o354 = Instance.new("Part")
528
o355 = Instance.new("Part")
529
o356 = Instance.new("SpawnLocation")
530
o1.Parent = mas
531
o2.Parent = o1
532
o2.BrickColor = BrickColor.new("Dark stone grey")
533
o2.Position = Vector3.new(-52.4995422, 104.901505, 128.499878)
534
o2.Anchored = true
535
o2.FormFactor = Enum.FormFactor.Symmetric
536
o2.Size = Vector3.new(70, 1, 11)
537
o2.CFrame = CFrame.new(-52.4995422, 104.901505, 128.499878, 1, 0, -1.77670678e-08, 0, 0.99999994, -2.98023224e-08, 1.7767066e-08, 2.98023224e-08, 0.99999994)
538
o2.BottomSurface = Enum.SurfaceType.Smooth
539
o2.TopSurface = Enum.SurfaceType.Smooth
540
o2.Color = Color3.new(0.388235, 0.372549, 0.384314)
541
o2.Position = Vector3.new(-52.4995422, 104.901505, 128.499878)
542
o3.Parent = o1
543
o4.Name = "Smooth Block Model"
544
o4.Parent = o3
545
o4.Position = Vector3.new(-25.5, 108.999947, 133)
546
o4.Rotation = Vector3.new(0, 90, 0)
547
o4.Size = Vector3.new(2, 7.20000029, 15)
548
o4.CFrame = CFrame.new(-25.5, 108.999947, 133, 0, 0, 1, 0, 1, 0, -1, 0, 0)
549
o4.Position = Vector3.new(-25.5, 108.999947, 133)
550
o5.Parent = o3
551
o6.Name = "Fuse"
552
o6.Parent = o5
553
o6.BrickColor = BrickColor.new("Dark stone grey")
554
o6.Position = Vector3.new(-25, 109.498878, 131.199997)
555
o6.Rotation = Vector3.new(-90, -90, 0)
556
o6.Anchored = true
557
o6.FormFactor = Enum.FormFactor.Plate
558
o6.Size = Vector3.new(5, 0.400000006, 6)
559
o6.CFrame = CFrame.new(-25, 109.498878, 131.199997, 0, 0, -1, 1, 0, 0, 0, -1, 0)
560
o6.TopSurface = Enum.SurfaceType.Weld
561
o6.Color = Color3.new(0.388235, 0.372549, 0.384314)
562
o6.Position = Vector3.new(-25, 109.498878, 131.199997)
563
o7.Name = "Regen button"
564
o7.Parent = o5
565
o7.BrickColor = BrickColor.new("Bright red")
566
o7.Position = Vector3.new(-25, 109.499947, 130.5)
567
o7.Rotation = Vector3.new(180, 90, 0)
568
o7.Anchored = true
569
o7.FormFactor = Enum.FormFactor.Symmetric
570
o7.Size = Vector3.new(1, 3, 4)
571
o7.CFrame = CFrame.new(-25, 109.499947, 130.5, 0, -0, 1, 0, -1, 0, 1, -0, 0)
572
o7.BackSurface = Enum.SurfaceType.Weld
573
o7.BottomSurface = Enum.SurfaceType.Weld
574
o7.FrontSurface = Enum.SurfaceType.Weld
575
o7.LeftSurface = Enum.SurfaceType.Weld
576
o7.RightSurface = Enum.SurfaceType.Weld
577
o7.TopSurface = Enum.SurfaceType.Weld
578
o7.Color = Color3.new(0.768628, 0.156863, 0.109804)
579
o7.Position = Vector3.new(-25, 109.499947, 130.5)
580
o8.Parent = o7
581
o9.Name = "Easy Regen Script"
582
o9.Parent = o7
583
table.insert(cors,coroutine.create(function()
584
wait()
585
runDummyScript(function()
586
local box = script.Parent
587
588
589
local debounce = false
590
591
-- DO NOT GROUP THIS WITH YOUR MODEL!
592
593
local everything = {model}
594
local names = {model}
595
596
local children = game.Workspace:children()
597
for i=1,#children do
598
	if (children[i].Name == "Rocket") then -- Replace the Admin door name with your models's name.
599
		table.insert(everything, children[i]:clone())
600
		table.insert(names, children[i].Name)
601
	end
602
end
603
604
605
function regen()
606
	for i=1,#everything do
607
		game.Workspace:findFirstChild(names[i]):remove() -- Dont mess with this stuff.
608
		new_thing = everything[i]:clone()
609
		new_thing.Parent = game.Workspace
610
		new_thing:makeJoints()
611
	end
612
end
613
614
function onClicked()		
615
		script.Parent.BrickColor = BrickColor.new(26)
616
617
		regen()
618
		wait(5)-- This is how long it takes untill the regen button will work again.
619
620
621
		script.Parent.BrickColor = BrickColor.new(104)
622
623
624
		debounce = false
625
end
626
627
 script.Parent.ClickDetector.MouseClick:connect(onClicked)
628
629
--This regen button was made by mccody,hope you like(d) it!
630
631
end,o9)
632
end))
633
o10.Name = "Rocket"
634
o10.Parent = o1
635
o11.Name = "Rocket"
636
o11.Parent = o10
637
o12.Name = "s3"
638
o12.Parent = o11
639
o13.Name = "b1"
640
o13.Parent = o12
641
o13.BrickColor = BrickColor.new("Light stone grey")
642
o13.Position = Vector3.new(-99.507637, 118.71209, 132.52092)
643
o13.Rotation = Vector3.new(178.5, -89.7300034, 88.4700012)
644
o13.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
645
o13.Velocity = Vector3.new(0.0111895129, 0.0134801492, 0.00260371855)
646
o13.CanCollide = false
647
o13.FormFactor = Enum.FormFactor.Symmetric
648
o13.Size = Vector3.new(12, 3, 3)
649
o13.CFrame = CFrame.new(-99.507637, 118.71209, 132.52092, 8.20784553e-05, -0.0030795855, -0.999989212, -0.999997437, -0.000468416372, -8.06362368e-05, -0.000461486721, 0.999994159, -0.00307996478)
650
o13.BackSurface = Enum.SurfaceType.Weld
651
o13.BottomSurface = Enum.SurfaceType.Weld
652
o13.Color = Color3.new(0.898039, 0.894118, 0.87451)
653
o13.Position = Vector3.new(-99.507637, 118.71209, 132.52092)
654
o14.Name = "b1"
655
o14.Parent = o12
656
o14.BrickColor = BrickColor.new("Light stone grey")
657
o14.Position = Vector3.new(-105.510292, 118.725449, 132.521484)
658
o14.Rotation = Vector3.new(-1.32000005, 89.7200012, 91.3499985)
659
o14.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
660
o14.Velocity = Vector3.new(0.0111910831, 0.0141845802, 0.0026170346)
661
o14.CanCollide = false
662
o14.FormFactor = Enum.FormFactor.Symmetric
663
o14.Size = Vector3.new(12, 3, 3)
664
o14.CFrame = CFrame.new(-105.510292, 118.725449, 132.521484, -8.10598503e-05, -0.00344197685, 0.999987841, 0.999997139, -0.000486585399, 7.93857107e-05, 0.000479630515, 0.99999243, 0.00344201643)
665
o14.BackSurface = Enum.SurfaceType.Weld
666
o14.BottomSurface = Enum.SurfaceType.Weld
667
o14.Color = Color3.new(0.898039, 0.894118, 0.87451)
668
o14.Position = Vector3.new(-105.510292, 118.725449, 132.521484)
669
o15.Parent = o12
670
o15.BrickColor = BrickColor.new("Light stone grey")
671
o15.Position = Vector3.new(-102.516907, 118.720924, 129.497604)
672
o15.Rotation = Vector3.new(0, -0.25999999, 0.00999999978)
673
o15.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
674
o15.Velocity = Vector3.new(0.011183897, 0.0138571775, 0.00261041103)
675
o15.CanCollide = false
676
o15.FormFactor = Enum.FormFactor.Symmetric
677
o15.Size = Vector3.new(3, 12, 9)
678
o15.CFrame = CFrame.new(-102.516907, 118.720924, 129.497604, 0.999983788, -0.000100167163, -0.00445607398, 0.000100027275, 0.999997199, -3.16806036e-05, 0.00445608189, 2.45552801e-05, 0.999988496)
679
o15.BackSurface = Enum.SurfaceType.Weld
680
o15.BottomSurface = Enum.SurfaceType.Smooth
681
o15.FrontSurface = Enum.SurfaceType.Weld
682
o15.LeftSurface = Enum.SurfaceType.Weld
683
o15.RightSurface = Enum.SurfaceType.Weld
684
o15.TopSurface = Enum.SurfaceType.Weld
685
o15.Color = Color3.new(0.898039, 0.894118, 0.87451)
686
o15.Position = Vector3.new(-102.516907, 118.720924, 129.497604)
687
o16.Name = "b1"
688
o16.Parent = o12
689
o16.BrickColor = BrickColor.new("Light stone grey")
690
o16.Position = Vector3.new(-99.4990005, 118.729469, 129.509872)
691
o16.Rotation = Vector3.new(-2.20000005, 89.7799988, 2.23000002)
692
o16.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
693
o16.Velocity = Vector3.new(0.0111849261, 0.0135029173, 0.00260383682)
694
o16.CanCollide = false
695
o16.FormFactor = Enum.FormFactor.Symmetric
696
o16.Size = Vector3.new(3, 12, 3)
697
o16.CFrame = CFrame.new(-99.4990005, 118.729469, 129.509872, 0.00146608846, -5.70236625e-05, 0.999992788, 0.000391435809, 0.999997497, 5.6449775e-05, -0.999997675, 0.000384673622, 0.00146632944)
698
o16.BottomSurface = Enum.SurfaceType.Smooth
699
o16.FrontSurface = Enum.SurfaceType.Weld
700
o16.TopSurface = Enum.SurfaceType.Weld
701
o16.Color = Color3.new(0.898039, 0.894118, 0.87451)
702
o16.Position = Vector3.new(-99.4990005, 118.729469, 129.509872)
703
o17.Name = "b1"
704
o17.Parent = o12
705
o17.BrickColor = BrickColor.new("Light stone grey")
706
o17.Position = Vector3.new(-99.4958572, 118.712677, 126.507225)
707
o17.Rotation = Vector3.new(178.539993, -89.7200012, -91.4800034)
708
o17.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
709
o17.Velocity = Vector3.new(0.0111763477, 0.0135262636, 0.00260369736)
710
o17.CanCollide = false
711
o17.FormFactor = Enum.FormFactor.Symmetric
712
o17.Size = Vector3.new(12, 3, 3)
713
o17.CFrame = CFrame.new(-99.4958572, 118.712677, 126.507225, -8.48290365e-05, 0.00327464286, -0.999988317, 0.999997199, 0.000478387286, -8.32631413e-05, 0.000471433334, -0.999992967, -0.00327468151)
714
o17.BackSurface = Enum.SurfaceType.Weld
715
o17.BottomSurface = Enum.SurfaceType.Weld
716
o17.Color = Color3.new(0.898039, 0.894118, 0.87451)
717
o17.Position = Vector3.new(-99.4958572, 118.712677, 126.507225)
718
o18.Parent = o12
719
o18.BrickColor = BrickColor.new("Light stone grey")
720
o18.Position = Vector3.new(-102.544556, 118.720757, 135.995438)
721
o18.Rotation = Vector3.new(90.0100021, 0.00999999978, 0.239999995)
722
o18.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
723
o18.Velocity = Vector3.new(0.0111981779, 0.0138091017, 0.00261047063)
724
o18.CanCollide = false
725
o18.FormFactor = Enum.FormFactor.Symmetric
726
o18.Size = Vector3.new(3, 4, 12)
727
o18.CFrame = CFrame.new(-102.544556, 118.720757, 135.995438, 0.999985099, -0.00416776165, 9.61099431e-05, 9.56525037e-05, -0.000110020985, -0.999997199, 0.00416777562, 0.999989808, -0.000102942191)
728
o18.BackSurface = Enum.SurfaceType.Weld
729
o18.BottomSurface = Enum.SurfaceType.Weld
730
o18.Color = Color3.new(0.898039, 0.894118, 0.87451)
731
o18.Position = Vector3.new(-102.544556, 118.720757, 135.995438)
732
o19.Parent = o12
733
o19.BrickColor = BrickColor.new("Light stone grey")
734
o19.Position = Vector3.new(-107.015457, 118.624565, 133.844391)
735
o19.Rotation = Vector3.new(90.0299988, 0.00999999978, 45.2000008)
736
o19.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
737
o19.Velocity = Vector3.new(0.0111821555, 0.0143507691, 0.00261955033)
738
o19.CanCollide = false
739
o19.FormFactor = Enum.FormFactor.Symmetric
740
o19.Size = Vector3.new(4, 4, 12)
741
o19.CFrame = CFrame.new(-107.015457, 118.624565, 133.844391, 0.704614639, -0.709581614, 0.000171004853, -0.000247316173, -0.000486578123, -0.999997258, 0.709584832, 0.704617798, -0.000511665479)
742
o19.BackSurface = Enum.SurfaceType.Weld
743
o19.BottomSurface = Enum.SurfaceType.Weld
744
o19.Color = Color3.new(0.898039, 0.894118, 0.87451)
745
o19.Position = Vector3.new(-107.015457, 118.624565, 133.844391)
746
o20.Name = "b1"
747
o20.Parent = o12
748
o20.BrickColor = BrickColor.new("Light stone grey")
749
o20.Position = Vector3.new(-105.516815, 118.720627, 129.484222)
750
o20.Rotation = Vector3.new(178.710007, -89.6699982, 178.710007)
751
o20.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
752
o20.Velocity = Vector3.new(0.0111838328, 0.0142093347, 0.00261701085)
753
o20.CanCollide = false
754
o20.FormFactor = Enum.FormFactor.Symmetric
755
o20.Size = Vector3.new(3, 12, 3)
756
o20.CFrame = CFrame.new(-105.516815, 118.720627, 129.484222, -0.00445601391, -0.000100293335, -0.999983788, -4.59933872e-05, 0.999997199, -0.000100089666, 0.999988496, 3.88676635e-05, -0.00445602322)
757
o20.BottomSurface = Enum.SurfaceType.Smooth
758
o20.FrontSurface = Enum.SurfaceType.Weld
759
o20.TopSurface = Enum.SurfaceType.Weld
760
o20.Color = Color3.new(0.898039, 0.894118, 0.87451)
761
o20.Position = Vector3.new(-105.516815, 118.720627, 129.484222)
762
o21.Parent = o12
763
o21.BrickColor = BrickColor.new("Light stone grey")
764
o21.Position = Vector3.new(-97.9920731, 118.713989, 125.183502)
765
o21.Rotation = Vector3.new(90.0299988, 0.00999999978, -134.809998)
766
o21.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
767
o21.Velocity = Vector3.new(0.0111735882, 0.0133602433, 0.00260039815)
768
o21.CanCollide = false
769
o21.FormFactor = Enum.FormFactor.Symmetric
770
o21.Size = Vector3.new(4, 4, 12)
771
o21.CFrame = CFrame.new(-97.9920731, 118.713989, 125.183502, -0.704723656, 0.709472895, 0.000161456774, 0.000257628388, 0.000483475946, -0.999997318, -0.709476233, -0.704726934, -0.000516822038)
772
o21.BackSurface = Enum.SurfaceType.Weld
773
o21.BottomSurface = Enum.SurfaceType.Weld
774
o21.Color = Color3.new(0.898039, 0.894118, 0.87451)
775
o21.Position = Vector3.new(-97.9920731, 118.713989, 125.183502)
776
o22.Parent = o12
777
o22.BrickColor = BrickColor.new("Light stone grey")
778
o22.Position = Vector3.new(-98.0118484, 118.711578, 133.853867)
779
o22.Rotation = Vector3.new(90.0299988, 0, -44.8300018)
780
o22.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
781
o22.Velocity = Vector3.new(0.011192386, 0.0132940849, 0.00260042259)
782
o22.CanCollide = false
783
o22.FormFactor = Enum.FormFactor.Symmetric
784
o22.Size = Vector3.new(4, 4, 12)
785
o22.CFrame = CFrame.new(-98.0118484, 118.711578, 133.853867, 0.709205568, 0.704993367, 7.13621776e-05, 0.000460880867, -0.000362411462, -0.999997377, -0.704996467, 0.709209263, -0.000575266662)
786
o22.BackSurface = Enum.SurfaceType.Weld
787
o22.BottomSurface = Enum.SurfaceType.Weld
788
o22.Color = Color3.new(0.898039, 0.894118, 0.87451)
789
o22.Position = Vector3.new(-98.0118484, 118.711578, 133.853867)
790
o23.Parent = o12
791
o23.BrickColor = BrickColor.new("Light stone grey")
792
o23.Position = Vector3.new(-96.0182877, 118.721863, 129.502747)
793
o23.Rotation = Vector3.new(90.0199966, 0.00999999978, -89.7600021)
794
o23.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
795
o23.Velocity = Vector3.new(0.0111840181, 0.0130944978, 0.00259611662)
796
o23.CanCollide = false
797
o23.FormFactor = Enum.FormFactor.Symmetric
798
o23.Size = Vector3.new(3, 4, 12)
799
o23.CFrame = CFrame.new(-96.0182877, 118.721863, 129.502747, 0.00417457428, 0.999985337, 9.71857226e-05, 0.000394791627, 9.5538373e-05, -0.999997616, -0.999990344, 0.00417507347, -0.000387710112)
800
o23.BackSurface = Enum.SurfaceType.Weld
801
o23.BottomSurface = Enum.SurfaceType.Weld
802
o23.Color = Color3.new(0.898039, 0.894118, 0.87451)
803
o23.Position = Vector3.new(-96.0182877, 118.721863, 129.502747)
804
o24.Name = "b1"
805
o24.Parent = o12
806
o24.BrickColor = BrickColor.new("Mid gray")
807
o24.Reflectance = 0.10000000149012
808
o24.Position = Vector3.new(-102.51841, 133.720764, 129.497971)
809
o24.Rotation = Vector3.new(-180, 0.25999999, 179.990005)
810
o24.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
811
o24.Velocity = Vector3.new(0.0129441898, 0.0138573507, 0.00272888527)
812
o24.CanCollide = false
813
o24.Size = Vector3.new(2, 18, 2)
814
o24.CFrame = CFrame.new(-102.51841, 133.720764, 129.497971, -0.999983788, -0.000100167163, 0.00445607398, -0.000100027275, 0.999997199, 3.16805999e-05, -0.00445608189, 2.45552837e-05, -0.999988496)
815
o24.BackSurface = Enum.SurfaceType.Weld
816
o24.BottomSurface = Enum.SurfaceType.Weld
817
o24.FrontSurface = Enum.SurfaceType.Weld
818
o24.LeftSurface = Enum.SurfaceType.Weld
819
o24.RightSurface = Enum.SurfaceType.Weld
820
o24.TopSurface = Enum.SurfaceType.Weld
821
o24.Color = Color3.new(0.803922, 0.803922, 0.803922)
822
o24.Position = Vector3.new(-102.51841, 133.720764, 129.497971)
823
o25.Name = "b1"
824
o25.Parent = o12
825
o25.BrickColor = BrickColor.new("Light stone grey")
826
o25.Position = Vector3.new(-105.503006, 118.719482, 126.484085)
827
o25.Rotation = Vector3.new(2.07999992, 89.6699982, -92.0899963)
828
o25.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
829
o25.Velocity = Vector3.new(0.0111770956, 0.0142314099, 0.00261697127)
830
o25.CanCollide = false
831
o25.FormFactor = Enum.FormFactor.Symmetric
832
o25.Size = Vector3.new(12, 3, 3)
833
o25.CFrame = CFrame.new(-105.503006, 118.719482, 126.484085, -0.00016223939, 0.00444976799, 0.999983788, -0.999997199, -0.000158701761, -0.000161535427, 0.000164660858, -0.999988556, 0.00444980012)
834
o25.BackSurface = Enum.SurfaceType.Weld
835
o25.BottomSurface = Enum.SurfaceType.Weld
836
o25.Color = Color3.new(0.898039, 0.894118, 0.87451)
837
o25.Position = Vector3.new(-105.503006, 118.719482, 126.484085)
838
o26.Parent = o12
839
o26.BrickColor = BrickColor.new("Light stone grey")
840
o26.Position = Vector3.new(-102.493881, 118.621994, 122.995232)
841
o26.Rotation = Vector3.new(90, 0, -179.770004)
842
o26.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
843
o26.Velocity = Vector3.new(0.0111579774, 0.0139058316, 0.00260957889)
844
o26.CanCollide = false
845
o26.FormFactor = Enum.FormFactor.Symmetric
846
o26.Size = Vector3.new(3, 4, 12)
847
o26.CFrame = CFrame.new(-102.493881, 118.621994, 122.995232, -0.999985337, 0.00408137543, 7.31465407e-05, -7.28505402e-05, 7.27203224e-05, -0.999997199, -0.00408138335, -0.999990106, -6.57431519e-05)
848
o26.BackSurface = Enum.SurfaceType.Weld
849
o26.BottomSurface = Enum.SurfaceType.Weld
850
o26.Color = Color3.new(0.898039, 0.894118, 0.87451)
851
o26.Position = Vector3.new(-102.493881, 118.621994, 122.995232)
852
o27.Parent = o12
853
o27.BrickColor = BrickColor.new("Light stone grey")
854
o27.Position = Vector3.new(-109.025223, 118.61203, 129.497803)
855
o27.Rotation = Vector3.new(90.0100021, 0.00999999978, 90.1100006)
856
o27.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
857
o27.Velocity = Vector3.new(0.0111711184, 0.0146209523, 0.00262387423)
858
o27.CanCollide = false
859
o27.FormFactor = Enum.FormFactor.Symmetric
860
o27.Size = Vector3.new(3, 4, 12)
861
o27.CFrame = CFrame.new(-109.025223, 118.61203, 129.497803, -0.00199444476, -0.999997973, 9.18099831e-05, -0.000118340424, -9.15741766e-05, -0.999999881, 0.999997973, -0.00199445686, -0.000117919022)
862
o27.BackSurface = Enum.SurfaceType.Weld
863
o27.BottomSurface = Enum.SurfaceType.Weld
864
o27.Color = Color3.new(0.898039, 0.894118, 0.87451)
865
o27.Position = Vector3.new(-109.025223, 118.61203, 129.497803)
866
o28.Parent = o12
867
o28.BrickColor = BrickColor.new("Light stone grey")
868
o28.Position = Vector3.new(-106.999298, 118.720665, 125.151215)
869
o28.Rotation = Vector3.new(90.0199966, 0.00999999978, 135.25)
870
o28.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
871
o28.Velocity = Vector3.new(0.0111743007, 0.0144175328, 0.0026202735)
872
o28.CanCollide = false
873
o28.FormFactor = Enum.FormFactor.Symmetric
874
o28.Size = Vector3.new(4, 4, 12)
875
o28.CFrame = CFrame.new(-106.999298, 118.720665, 125.151215, -0.710205019, -0.703985929, 0.000214381769, -0.000390123867, 8.90455267e-05, -0.999997199, 0.703989148, -0.710208416, -0.000331205549)
876
o28.BackSurface = Enum.SurfaceType.Weld
877
o28.BottomSurface = Enum.SurfaceType.Weld
878
o28.Color = Color3.new(0.898039, 0.894118, 0.87451)
879
o28.Position = Vector3.new(-106.999298, 118.720665, 125.151215)
880
o29.Name = "Gantry"
881
o29.Parent = o12
882
o29.BrickColor = BrickColor.new("Dark stone grey")
883
o29.Position = Vector3.new(-95.998848, 101.333725, 129.970078)
884
o29.Rotation = Vector3.new(-179.539993, 89.7600021, -0.460000008)
885
o29.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
886
o29.Velocity = Vector3.new(0.00914447941, 0.0130885243, 0.00245873933)
887
o29.FormFactor = Enum.FormFactor.Symmetric
888
o29.Size = Vector3.new(6, 1, 5)
889
o29.CFrame = CFrame.new(-95.998848, 101.333725, 129.970078, 0.00236212183, 1.89340499e-05, 0.99999094, -3.47765381e-05, -0.999997258, 1.901625e-05, 0.999995828, -2.8142058e-05, -0.0023621479)
890
o29.BottomSurface = Enum.SurfaceType.Smooth
891
o29.FrontSurface = Enum.SurfaceType.Weld
892
o29.TopSurface = Enum.SurfaceType.Weld
893
o29.Color = Color3.new(0.388235, 0.372549, 0.384314)
894
o29.Position = Vector3.new(-95.998848, 101.333725, 129.970078)
895
o30.Parent = o29
896
o30.Texture = "http://www.roblox.com/asset/?id=42323994"
897
o30.Face = Enum.NormalId.Back
898
o31.Name = "Gantry"
899
o31.Parent = o12
900
o31.BrickColor = BrickColor.new("Dark stone grey")
901
o31.Position = Vector3.new(-96.9988022, 100.333725, 129.972427)
902
o31.Rotation = Vector3.new(-179.539993, 89.7600021, -0.460000008)
903
o31.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
904
o31.Velocity = Vector3.new(0.0090271309, 0.0132058542, 0.00245304173)
905
o31.FormFactor = Enum.FormFactor.Symmetric
906
o31.Size = Vector3.new(2, 1, 7)
907
o31.CFrame = CFrame.new(-96.9988022, 100.333725, 129.972427, 0.00236212206, 1.89340499e-05, 0.999991059, -3.47765454e-05, -0.999997258, 1.90162518e-05, 0.999995947, -2.81420544e-05, -0.00236214814)
908
o31.BottomSurface = Enum.SurfaceType.Smooth
909
o31.FrontSurface = Enum.SurfaceType.Weld
910
o31.TopSurface = Enum.SurfaceType.Weld
911
o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
912
o31.Position = Vector3.new(-96.9988022, 100.333725, 129.972427)
913
o32.Name = "b1"
914
o32.Parent = o12
915
o32.BrickColor = BrickColor.new("Light stone grey")
916
o32.Position = Vector3.new(-97.0177994, 98.1097946, 135.004593)
917
o32.Rotation = Vector3.new(178.600006, -89.6800003, 88.5899963)
918
o32.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
919
o32.Velocity = Vector3.new(0.00877721701, 0.0131683387, 0.00243551913)
920
o32.CanCollide = false
921
o32.FormFactor = Enum.FormFactor.Symmetric
922
o32.Size = Vector3.new(29, 6, 6)
923
o32.CFrame = CFrame.new(-97.0177994, 98.1097946, 135.004593, 8.95630801e-05, -0.00362830725, -0.999984086, -0.999993443, -0.000216748187, -8.87773858e-05, -0.000207121731, 0.999988914, -0.00362995826)
924
o32.BackSurface = Enum.SurfaceType.Weld
925
o32.BottomSurface = Enum.SurfaceType.Weld
926
o32.Color = Color3.new(0.898039, 0.894118, 0.87451)
927
o32.Position = Vector3.new(-97.0177994, 98.1097946, 135.004593)
928
o33.Name = "b1"
929
o33.Parent = o12
930
o33.BrickColor = BrickColor.new("Light stone grey")
931
o33.Position = Vector3.new(-108.024689, 98.1148224, 129.508041)
932
o33.Rotation = Vector3.new(177.509995, -89.8700027, 177.529999)
933
o33.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
934
o33.Velocity = Vector3.new(0.00876571052, 0.0145034548, 0.00245978218)
935
o33.CanCollide = false
936
o33.FormFactor = Enum.FormFactor.Symmetric
937
o33.Size = Vector3.new(5, 29, 6)
938
o33.CFrame = CFrame.new(-108.024689, 98.1148224, 129.508041, -0.00214875583, -9.25189815e-05, -0.999997616, 0.000501858594, 0.999999762, -9.35975913e-05, 0.999997437, -0.000502297131, -0.00214871066)
939
o33.BottomSurface = Enum.SurfaceType.Smooth
940
o33.FrontSurface = Enum.SurfaceType.Weld
941
o33.TopSurface = Enum.SurfaceType.Weld
942
o33.Color = Color3.new(0.898039, 0.894118, 0.87451)
943
o33.Position = Vector3.new(-108.024689, 98.1148224, 129.508041)
944
o34.Name = "b1"
945
o34.Parent = o12
946
o34.BrickColor = BrickColor.new("Light stone grey")
947
o34.Position = Vector3.new(-96.9948502, 98.1130524, 123.993805)
948
o34.Rotation = Vector3.new(177.949997, -89.8899994, -92.0599976)
949
o34.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
950
o34.Velocity = Vector3.new(0.0087533677, 0.0132526103, 0.00243549398)
951
o34.CanCollide = false
952
o34.FormFactor = Enum.FormFactor.Symmetric
953
o34.Size = Vector3.new(29, 6, 6)
954
o34.CFrame = CFrame.new(-96.9948502, 98.1130524, 123.993805, -6.515735e-05, 0.00180854299, -0.999998271, 0.999999881, 0.000216234592, -6.47664128e-05, 0.000215878594, -0.999998391, -0.00180855813)
955
o34.BackSurface = Enum.SurfaceType.Weld
956
o34.BottomSurface = Enum.SurfaceType.Weld
957
o34.Color = Color3.new(0.898039, 0.894118, 0.87451)
958
o34.Position = Vector3.new(-96.9948502, 98.1130524, 123.993805)
959
o35.Name = "b1"
960
o35.Parent = o12
961
o35.BrickColor = BrickColor.new("Light stone grey")
962
o35.Position = Vector3.new(-108.0047, 98.143631, 135.027573)
963
o35.Rotation = Vector3.new(-93.8199997, 89.7900009, -176.199997)
964
o35.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
965
o35.Velocity = Vector3.new(0.00878123846, 0.0144575154, 0.00245996588)
966
o35.CanCollide = false
967
o35.FormFactor = Enum.FormFactor.Symmetric
968
o35.Size = Vector3.new(29, 6, 6)
969
o35.CFrame = CFrame.new(-108.0047, 98.143631, 135.027573, -5.49231845e-05, 3.64656648e-06, 0.999993503, 0.999997079, 5.1212038e-07, 5.49233591e-05, -7.42976044e-06, 0.999998331, -3.66263453e-06)
970
o35.BackSurface = Enum.SurfaceType.Weld
971
o35.BottomSurface = Enum.SurfaceType.Weld
972
o35.Color = Color3.new(0.898039, 0.894118, 0.87451)
973
o35.Position = Vector3.new(-108.0047, 98.143631, 135.027573)
974
o36.Name = "b1"
975
o36.Parent = o12
976
o36.BrickColor = BrickColor.new("Light stone grey")
977
o36.Position = Vector3.new(-102.499695, 98.1307983, 134.990326)
978
o36.Rotation = Vector3.new(84.6200027, -89.9599991, 84.6200027)
979
o36.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
980
o36.Velocity = Vector3.new(0.00877965055, 0.0138117746, 0.00244774926)
981
o36.CanCollide = false
982
o36.FormFactor = Enum.FormFactor.Symmetric
983
o36.Size = Vector3.new(6, 29, 5)
984
o36.CFrame = CFrame.new(-102.499695, 98.1307983, 134.990326, 3.52389475e-06, -3.73869043e-05, -0.999999762, -5.00054284e-07, 0.999999881, -3.73869079e-05, 0.999999881, 2.6163616e-07, 3.52387883e-06)
985
o36.BackSurface = Enum.SurfaceType.Weld
986
o36.BottomSurface = Enum.SurfaceType.Smooth
987
o36.FrontSurface = Enum.SurfaceType.Weld
988
o36.TopSurface = Enum.SurfaceType.Weld
989
o36.Color = Color3.new(0.898039, 0.894118, 0.87451)
990
o36.Position = Vector3.new(-102.499695, 98.1307983, 134.990326)
991
o37.Name = "b1"
992
o37.Parent = o12
993
o37.BrickColor = BrickColor.new("Light stone grey")
994
o37.Position = Vector3.new(-96.9997635, 98.1304321, 129.489624)
995
o37.Rotation = Vector3.new(-100.120003, 89.9599991, 100.120003)
996
o37.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
997
o37.Velocity = Vector3.new(0.00876750145, 0.0132097807, 0.00243564229)
998
o37.CanCollide = false
999
o37.FormFactor = Enum.FormFactor.Symmetric
1000
o37.Size = Vector3.new(5, 29, 6)
1001
o37.CFrame = CFrame.new(-96.9997635, 98.1304321, 129.489624, -6.67542463e-06, -3.73842122e-05, 0.999999762, 3.81910431e-05, 0.999999881, 3.73844669e-05, -0.999999881, 3.79527482e-05, -6.67400036e-06)
1002
o37.BottomSurface = Enum.SurfaceType.Smooth
1003
o37.FrontSurface = Enum.SurfaceType.Weld
1004
o37.TopSurface = Enum.SurfaceType.Weld
1005
o37.Color = Color3.new(0.898039, 0.894118, 0.87451)
1006
o37.Position = Vector3.new(-96.9997635, 98.1304321, 129.489624)
1007
o38.Name = "b1"
1008
o38.Parent = o12
1009
o38.BrickColor = BrickColor.new("Light stone grey")
1010
o38.Position = Vector3.new(-102.487617, 98.1209793, 123.996849)
1011
o38.Rotation = Vector3.new(178.759995, -89.7099991, 178.759995)
1012
o38.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1013
o38.Velocity = Vector3.new(0.00875430461, 0.0138971852, 0.00244764495)
1014
o38.CanCollide = false
1015
o38.FormFactor = Enum.FormFactor.Symmetric
1016
o38.Size = Vector3.new(6, 29, 5)
1017
o38.CFrame = CFrame.new(-102.487617, 98.1209793, 123.996849, -0.0049931556, -0.000108398221, -0.999987423, -3.82068538e-05, 0.999999881, -0.00010820882, 0.999987483, 3.7427566e-05, -0.00499316026)
1018
o38.BackSurface = Enum.SurfaceType.Weld
1019
o38.BottomSurface = Enum.SurfaceType.Smooth
1020
o38.FrontSurface = Enum.SurfaceType.Weld
1021
o38.TopSurface = Enum.SurfaceType.Weld
1022
o38.Color = Color3.new(0.898039, 0.894118, 0.87451)
1023
o38.Position = Vector3.new(-102.487617, 98.1209793, 123.996849)
1024
o39.Name = "b1"
1025
o39.Parent = o12
1026
o39.BrickColor = BrickColor.new("Light stone grey")
1027
o39.Position = Vector3.new(-107.992317, 98.1023331, 124.007797)
1028
o39.Rotation = Vector3.new(-1.04999995, 89.6100006, -88.9700012)
1029
o39.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1030
o39.Velocity = Vector3.new(0.00875214022, 0.0145430975, 0.00245961221)
1031
o39.CanCollide = false
1032
o39.FormFactor = Enum.FormFactor.Symmetric
1033
o39.Size = Vector3.new(29, 6, 6)
1034
o39.CFrame = CFrame.new(-107.992317, 98.1023331, 124.007797, 0.000121540434, 0.00674777711, 0.999977052, -0.999999821, -0.000306974922, 0.000123614664, 0.000308040588, -0.999977052, 0.00674774032)
1035
o39.BackSurface = Enum.SurfaceType.Weld
1036
o39.BottomSurface = Enum.SurfaceType.Weld
1037
o39.Color = Color3.new(0.898039, 0.894118, 0.87451)
1038
o39.Position = Vector3.new(-107.992317, 98.1023331, 124.007797)
1039
o40.Parent = o12
1040
o40.BrickColor = BrickColor.new("Light stone grey")
1041
o40.Position = Vector3.new(-102.499413, 90.9308167, 129.49025)
1042
o40.Rotation = Vector3.new(84.6399994, -89.9599991, 84.6399994)
1043
o40.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1044
o40.Velocity = Vector3.new(0.00792259909, 0.0138551816, 0.002390882)
1045
o40.FormFactor = Enum.FormFactor.Symmetric
1046
o40.Size = Vector3.new(5, 15, 5)
1047
o40.CFrame = CFrame.new(-102.499413, 90.9308167, 129.49025, 3.50821233e-06, -3.73866205e-05, -0.999999762, -7.179362e-06, 0.999999881, -3.7386646e-05, 0.999999881, 6.94094342e-06, 3.50794676e-06)
1048
o40.BackSurface = Enum.SurfaceType.Weld
1049
o40.BottomSurface = Enum.SurfaceType.Smooth
1050
o40.FrontSurface = Enum.SurfaceType.Weld
1051
o40.LeftSurface = Enum.SurfaceType.Weld
1052
o40.RightSurface = Enum.SurfaceType.Weld
1053
o40.TopSurface = Enum.SurfaceType.Weld
1054
o40.Color = Color3.new(0.898039, 0.894118, 0.87451)
1055
o40.Position = Vector3.new(-102.499413, 90.9308167, 129.49025)
1056
o41.Parent = o12
1057
o41.BrickColor = BrickColor.new("Mid gray")
1058
o41.Reflectance = 0.10000000149012
1059
o41.Position = Vector3.new(-101.018387, 129.376434, 129.542984)
1060
o41.Rotation = Vector3.new(90.0299988, 0.00999999978, -89.7399979)
1061
o41.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1062
o41.Velocity = Vector3.new(0.0124344639, 0.013680961, 0.00269127195)
1063
o41.CanCollide = false
1064
o41.FormFactor = Enum.FormFactor.Symmetric
1065
o41.Size = Vector3.new(1, 1, 9)
1066
o41.CFrame = CFrame.new(-101.018387, 129.376434, 129.542984, 0.00447468506, 0.999983728, 0.000102315884, 0.000529968063, 9.9945697e-05, -0.999997199, -0.999988317, 0.0044747442, -0.000522836926)
1067
o41.BottomSurface = Enum.SurfaceType.Weld
1068
o41.Color = Color3.new(0.803922, 0.803922, 0.803922)
1069
o41.Position = Vector3.new(-101.018387, 129.376434, 129.542984)
1070
o42.Parent = o12
1071
o42.BrickColor = BrickColor.new("Mid gray")
1072
o42.Reflectance = 0.10000000149012
1073
o42.Position = Vector3.new(-104.017532, 129.457138, 129.472702)
1074
o42.Rotation = Vector3.new(90.0100021, 0, 90.2600021)
1075
o42.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1076
o42.Velocity = Vector3.new(0.0124437809, 0.0140334787, 0.00269850972)
1077
o42.CanCollide = false
1078
o42.FormFactor = Enum.FormFactor.Symmetric
1079
o42.Size = Vector3.new(1, 1, 9)
1080
o42.CFrame = CFrame.new(-104.017532, 129.457138, 129.472702, -0.00447279681, -0.999983728, 3.52640855e-05, -0.000110147943, -3.4771816e-05, -0.999997199, 0.999988437, -0.00447280658, -0.000103312152)
1081
o42.BottomSurface = Enum.SurfaceType.Weld
1082
o42.Color = Color3.new(0.803922, 0.803922, 0.803922)
1083
o42.Position = Vector3.new(-104.017532, 129.457138, 129.472702)
1084
o43.Parent = o12
1085
o43.BrickColor = BrickColor.new("Mid gray")
1086
o43.Reflectance = 0.10000000149012
1087
o43.Position = Vector3.new(-102.511726, 129.247803, 130.997971)
1088
o43.Rotation = Vector3.new(90.0100021, 0, 0.239999995)
1089
o43.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1090
o43.Velocity = Vector3.new(0.012422571, 0.0138447192, 0.00269354251)
1091
o43.CanCollide = false
1092
o43.FormFactor = Enum.FormFactor.Symmetric
1093
o43.Size = Vector3.new(1, 1, 9)
1094
o43.CFrame = CFrame.new(-102.511726, 129.247803, 130.997971, 0.999985218, -0.00413982384, -1.25509941e-05, -1.30097615e-05, -0.000110764377, -0.999997199, 0.00413982617, 0.999989927, -0.000104138118)
1095
o43.BottomSurface = Enum.SurfaceType.Weld
1096
o43.Color = Color3.new(0.803922, 0.803922, 0.803922)
1097
o43.Position = Vector3.new(-102.511726, 129.247803, 130.997971)
1098
o44.Parent = o12
1099
o44.BrickColor = BrickColor.new("Mid gray")
1100
o44.Reflectance = 0.10000000149012
1101
o44.Position = Vector3.new(-102.572624, 129.285294, 127.99881)
1102
o44.Rotation = Vector3.new(90.0199966, 0.00999999978, -179.75)
1103
o44.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1104
o44.Velocity = Vector3.new(0.0124203702, 0.0138755534, 0.00269397255)
1105
o44.CanCollide = false
1106
o44.FormFactor = Enum.FormFactor.Symmetric
1107
o44.Size = Vector3.new(1, 1, 9)
1108
o44.CFrame = CFrame.new(-102.572624, 129.285294, 127.99881, -0.999984026, 0.00442486629, 0.000101603888, -9.99727854e-05, 0.000368907204, -0.999997199, -0.00442490773, -0.999988616, -0.000361782382)
1109
o44.BottomSurface = Enum.SurfaceType.Weld
1110
o44.Color = Color3.new(0.803922, 0.803922, 0.803922)
1111
o44.Position = Vector3.new(-102.572624, 129.285294, 127.99881)
1112
o45.Parent = o12
1113
o45.BrickColor = BrickColor.new("Dark stone grey")
1114
o45.Position = Vector3.new(-96.4681168, 96.6133347, 123.812782)
1115
o45.Rotation = Vector3.new(-89.9899979, -0.00999999978, -45.1100006)
1116
o45.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1117
o45.Velocity = Vector3.new(0.00857697148, 0.0131922262, 0.00242248969)
1118
o45.CanCollide = false
1119
o45.FormFactor = Enum.FormFactor.Symmetric
1120
o45.Size = Vector3.new(2, 1, 2)
1121
o45.CFrame = CFrame.new(-96.4681168, 96.6133347, 123.812782, 0.705774724, 0.708436131, -0.000152357941, -3.01229265e-05, 0.000245072122, 0.999999881, 0.70843631, -0.705774963, 0.000194067397)
1122
o45.BackSurface = Enum.SurfaceType.Weld
1123
o45.BottomSurface = Enum.SurfaceType.Weld
1124
o45.Color = Color3.new(0.388235, 0.372549, 0.384314)
1125
o45.Position = Vector3.new(-96.4681168, 96.6133347, 123.812782)
1126
o46.Parent = o12
1127
o46.BrickColor = BrickColor.new("Dark stone grey")
1128
o46.Position = Vector3.new(-97.2033463, 103.60881, 135.894516)
1129
o46.Rotation = Vector3.new(-89.9899979, 0, -135.240005)
1130
o46.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1131
o46.Velocity = Vector3.new(0.00942450762, 0.0131830843, 0.00247935951)
1132
o46.CanCollide = false
1133
o46.FormFactor = Enum.FormFactor.Symmetric
1134
o46.Size = Vector3.new(2, 1, 2)
1135
o46.CFrame = CFrame.new(-97.2033463, 103.60881, 135.894516, -0.710036516, 0.704138339, -7.9572681e-05, -0.000231402024, -0.000120334938, 0.999986887, 0.704142928, 0.710045636, 0.0002297803)
1136
o46.BackSurface = Enum.SurfaceType.Weld
1137
o46.BottomSurface = Enum.SurfaceType.Weld
1138
o46.Color = Color3.new(0.388235, 0.372549, 0.384314)
1139
o46.Position = Vector3.new(-97.2033463, 103.60881, 135.894516)
1140
o47.Parent = o12
1141
o47.BrickColor = BrickColor.new("Dark stone grey")
1142
o47.Position = Vector3.new(-96.4697113, 110.61068, 123.814362)
1143
o47.Rotation = Vector3.new(90.0199966, 0, -134.899994)
1144
o47.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1145
o47.Velocity = Vector3.new(0.0102196205, 0.0131924003, 0.00253304653)
1146
o47.CanCollide = false
1147
o47.FormFactor = Enum.FormFactor.Symmetric
1148
o47.Size = Vector3.new(2, 1, 2)
1149
o47.CFrame = CFrame.new(-96.4697113, 110.61068, 123.814362, -0.705833197, 0.708377838, 7.99182453e-06, 0.000232948529, 0.000243393632, -0.999999881, -0.708377957, -0.705833316, -0.00033657247)
1150
o47.BackSurface = Enum.SurfaceType.Weld
1151
o47.BottomSurface = Enum.SurfaceType.Weld
1152
o47.Color = Color3.new(0.388235, 0.372549, 0.384314)
1153
o47.Position = Vector3.new(-96.4697113, 110.61068, 123.814362)
1154
o48.Parent = o12
1155
o48.BrickColor = BrickColor.new("Dark stone grey")
1156
o48.Position = Vector3.new(-97.2042618, 110.607414, 135.894882)
1157
o48.Rotation = Vector3.new(90.0100021, 0.00999999978, -44.7900009)
1158
o48.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1159
o48.Velocity = Vector3.new(0.0102458224, 0.0131831896, 0.00253463769)
1160
o48.CanCollide = false
1161
o48.FormFactor = Enum.FormFactor.Symmetric
1162
o48.Size = Vector3.new(2, 1, 2)
1163
o48.CFrame = CFrame.new(-97.2042618, 110.607414, 135.894882, 0.709680438, 0.704497933, 8.95741541e-05, 0.000251885969, -0.000126594779, -0.999987185, -0.704502225, 0.709689498, -0.000249171426)
1164
o48.BackSurface = Enum.SurfaceType.Weld
1165
o48.BottomSurface = Enum.SurfaceType.Weld
1166
o48.Color = Color3.new(0.388235, 0.372549, 0.384314)
1167
o48.Position = Vector3.new(-97.2042618, 110.607414, 135.894882)
1168
o49.Parent = o12
1169
o49.BrickColor = BrickColor.new("Dark stone grey")
1170
o49.Position = Vector3.new(-107.804268, 93.6026459, 123.121712)
1171
o49.Rotation = Vector3.new(89.9800034, 0, 135.389999)
1172
o49.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1173
o49.Velocity = Vector3.new(0.00822213385, 0.0145280277, 0.0024236592)
1174
o49.CanCollide = false
1175
o49.FormFactor = Enum.FormFactor.Symmetric
1176
o49.Size = Vector3.new(2, 1, 2)
1177
o49.CFrame = CFrame.new(-107.804268, 93.6026459, 123.121712, -0.71184665, -0.702334821, 5.19861642e-05, 0.00021177929, -0.000288666575, -0.999999821, 0.702334821, -0.71184665, 0.000354464835)
1178
o49.BackSurface = Enum.SurfaceType.Weld
1179
o49.BottomSurface = Enum.SurfaceType.Weld
1180
o49.Color = Color3.new(0.388235, 0.372549, 0.384314)
1181
o49.Position = Vector3.new(-107.804268, 93.6026459, 123.121712)
1182
o50.Parent = o12
1183
o50.BrickColor = BrickColor.new("Dark stone grey")
1184
o50.Position = Vector3.new(-107.803513, 86.6036606, 123.124496)
1185
o50.Rotation = Vector3.new(-90.0199966, 0, 44.6100006)
1186
o50.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1187
o50.Velocity = Vector3.new(0.00740078045, 0.0145279169, 0.00236837845)
1188
o50.CanCollide = false
1189
o50.FormFactor = Enum.FormFactor.Symmetric
1190
o50.Size = Vector3.new(2, 1, 2)
1191
o50.CFrame = CFrame.new(-107.803513, 86.6036606, 123.124496, 0.71184665, -0.702334821, -6.8513611e-05, -0.000188581587, -0.000288686831, 0.999999821, -0.702334762, -0.71184659, -0.000338186714)
1192
o50.BackSurface = Enum.SurfaceType.Weld
1193
o50.BottomSurface = Enum.SurfaceType.Weld
1194
o50.Color = Color3.new(0.388235, 0.372549, 0.384314)
1195
o50.Position = Vector3.new(-107.803513, 86.6036606, 123.124496)
1196
o51.Parent = o12
1197
o51.BrickColor = BrickColor.new("Dark stone grey")
1198
o51.Position = Vector3.new(-107.803566, 90.1028366, 123.122505)
1199
o51.Rotation = Vector3.new(-0.00999999978, -45.3899994, 0.0199999996)
1200
o51.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1201
o51.Velocity = Vector3.new(0.00781141873, 0.0145279393, 0.00239601545)
1202
o51.CanCollide = false
1203
o51.FormFactor = Enum.FormFactor.Symmetric
1204
o51.Size = Vector3.new(1, 5, 2)
1205
o51.CFrame = CFrame.new(-107.803566, 90.1028366, 123.122505, 0.702283442, -0.00020701476, -0.711897314, 0.000432794157, 0.999999821, 0.000136156406, 0.711897254, -0.000403963932, 0.702283502)
1206
o51.BottomSurface = Enum.SurfaceType.Smooth
1207
o51.RightSurface = Enum.SurfaceType.Weld
1208
o51.TopSurface = Enum.SurfaceType.Weld
1209
o51.Color = Color3.new(0.388235, 0.372549, 0.384314)
1210
o51.Position = Vector3.new(-107.803566, 90.1028366, 123.122505)
1211
o52.Parent = o51
1212
o53.Parent = o12
1213
o53.BrickColor = BrickColor.new("Dark stone grey")
1214
o53.Position = Vector3.new(-97.2048111, 107.113968, 135.896332)
1215
o53.Rotation = Vector3.new(0, -45.2299995, -0.00999999978)
1216
o53.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1217
o53.Velocity = Vector3.new(0.0098358551, 0.0131832426, 0.00250704703)
1218
o53.CanCollide = false
1219
o53.FormFactor = Enum.FormFactor.Symmetric
1220
o53.Size = Vector3.new(1, 5, 2)
1221
o53.CFrame = CFrame.new(-97.2048111, 107.113968, 135.896332, 0.704291165, 0.000163305944, -0.709885716, -0.000198894733, 0.999987245, 3.27154703e-05, 0.709894776, 0.000100025238, 0.704295516)
1222
o53.BottomSurface = Enum.SurfaceType.Smooth
1223
o53.RightSurface = Enum.SurfaceType.Weld
1224
o53.TopSurface = Enum.SurfaceType.Weld
1225
o53.Color = Color3.new(0.388235, 0.372549, 0.384314)
1226
o53.Position = Vector3.new(-97.2048111, 107.113968, 135.896332)
1227
o54.Parent = o53
1228
o55.Parent = o12
1229
o55.BrickColor = BrickColor.new("Dark stone grey")
1230
o55.Position = Vector3.new(-96.4686661, 103.612801, 123.812866)
1231
o55.Rotation = Vector3.new(179.990005, -44.9000015, 179.979996)
1232
o55.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1233
o55.Velocity = Vector3.new(0.00939838775, 0.0131922895, 0.00247777393)
1234
o55.CanCollide = false
1235
o55.FormFactor = Enum.FormFactor.Symmetric
1236
o55.Size = Vector3.new(1, 12, 2)
1237
o55.CFrame = CFrame.new(-96.4686661, 103.612801, 123.812866, -0.708392978, -0.000270016841, -0.705818057, -0.000287725183, 0.999999881, -9.37838486e-05, 0.705818236, 0.000136407296, -0.708393157)
1238
o55.BottomSurface = Enum.SurfaceType.Smooth
1239
o55.RightSurface = Enum.SurfaceType.Weld
1240
o55.TopSurface = Enum.SurfaceType.Weld
1241
o55.Color = Color3.new(0.388235, 0.372549, 0.384314)
1242
o55.Position = Vector3.new(-96.4686661, 103.612801, 123.812866)
1243
o56.Parent = o55
1244
o57.Name = "s2"
1245
o57.Parent = o11
1246
o58.Parent = o57
1247
o58.BrickColor = BrickColor.new("Medium green")
1248
o58.Position = Vector3.new(-94.9994431, 82.5310135, 127.990791)
1249
o58.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1250
o58.Velocity = Vector3.new(0.00693354849, 0.0129868723, 0.00230803341)
1251
o58.CFrame = CFrame.new(-94.9994431, 82.5310135, 127.990791, 0.999987185, -3.72544855e-05, 3.47918058e-06, 3.72546783e-05, 0.99999392, -1.45740514e-05, -3.49373704e-06, 1.45416379e-06, 0.999995172)
1252
o58.BackSurface = Enum.SurfaceType.Weld
1253
o58.BottomSurface = Enum.SurfaceType.Weld
1254
o58.FrontSurface = Enum.SurfaceType.Weld
1255
o58.LeftSurface = Enum.SurfaceType.Weld
1256
o58.RightSurface = Enum.SurfaceType.Weld
1257
o58.TopSurface = Enum.SurfaceType.Weld
1258
o58.Color = Color3.new(0.631373, 0.768628, 0.54902)
1259
o58.Position = Vector3.new(-94.9994431, 82.5310135, 127.990791)
1260
o59.Parent = o57
1261
o59.BrickColor = BrickColor.new("Medium green")
1262
o59.Position = Vector3.new(-94.9992599, 82.5310059, 130.990768)
1263
o59.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1264
o59.Velocity = Vector3.new(0.0069401497, 0.0129631571, 0.00230803294)
1265
o59.CFrame = CFrame.new(-94.9992599, 82.5310059, 130.990768, 0.999986231, -3.72545037e-05, 3.47869241e-06, 3.72546565e-05, 0.999993443, -1.69262557e-06, -3.49374022e-06, -1.23814652e-05, 0.999994695)
1266
o59.BackSurface = Enum.SurfaceType.Weld
1267
o59.BottomSurface = Enum.SurfaceType.Weld
1268
o59.FrontSurface = Enum.SurfaceType.Weld
1269
o59.LeftSurface = Enum.SurfaceType.Weld
1270
o59.RightSurface = Enum.SurfaceType.Weld
1271
o59.TopSurface = Enum.SurfaceType.Weld
1272
o59.Color = Color3.new(0.631373, 0.768628, 0.54902)
1273
o59.Position = Vector3.new(-94.9992599, 82.5310059, 130.990768)
1274
o60.Parent = o57
1275
o60.BrickColor = BrickColor.new("Medium green")
1276
o60.Position = Vector3.new(-98.0008698, 82.5274963, 124.993057)
1277
o60.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1278
o60.Velocity = Vector3.new(0.00692653842, 0.0133627784, 0.00231461111)
1279
o60.CFrame = CFrame.new(-98.0008698, 82.5274963, 124.993057, 0.999982893, -3.27485541e-05, -1.27855174e-07, 3.2748685e-05, 0.999991775, 8.01406713e-05, 1.10197107e-07, -9.75546063e-05, 0.999992669)
1280
o60.BackSurface = Enum.SurfaceType.Weld
1281
o60.BottomSurface = Enum.SurfaceType.Weld
1282
o60.FrontSurface = Enum.SurfaceType.Weld
1283
o60.LeftSurface = Enum.SurfaceType.Weld
1284
o60.RightSurface = Enum.SurfaceType.Weld
1285
o60.TopSurface = Enum.SurfaceType.Weld
1286
o60.Color = Color3.new(0.631373, 0.768628, 0.54902)
1287
o60.Position = Vector3.new(-98.0008698, 82.5274963, 124.993057)
1288
o61.Parent = o57
1289
o61.BrickColor = BrickColor.new("Medium green")
1290
o61.Position = Vector3.new(-100.999046, 82.5306625, 121.991158)
1291
o61.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1292
o61.Velocity = Vector3.new(0.00692030322, 0.013738337, 0.00232123421)
1293
o61.CFrame = CFrame.new(-100.999046, 82.5306625, 121.991158, 0.999986708, -3.72552677e-05, 3.52366851e-06, 3.72553877e-05, 0.999993682, 7.13333429e-06, -3.53904034e-06, -2.07303401e-05, 0.999994934)
1294
o61.BackSurface = Enum.SurfaceType.Weld
1295
o61.BottomSurface = Enum.SurfaceType.Weld
1296
o61.FrontSurface = Enum.SurfaceType.Weld
1297
o61.LeftSurface = Enum.SurfaceType.Weld
1298
o61.RightSurface = Enum.SurfaceType.Weld
1299
o61.TopSurface = Enum.SurfaceType.Weld
1300
o61.Color = Color3.new(0.631373, 0.768628, 0.54902)
1301
o61.Position = Vector3.new(-100.999046, 82.5306625, 121.991158)
1302
o62.Parent = o57
1303
o62.BrickColor = BrickColor.new("Medium green")
1304
o62.Position = Vector3.new(-97.9993286, 82.527092, 133.989349)
1305
o62.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1306
o62.Velocity = Vector3.new(0.00694628945, 0.0132915443, 0.00231460435)
1307
o62.CFrame = CFrame.new(-97.9993286, 82.527092, 133.989349, 0.999972343, -3.27534217e-05, -4.82746486e-07, 3.27536582e-05, 0.999986768, 5.7524805e-05, 4.55029721e-07, -8.59118736e-05, 0.999988675)
1308
o62.BackSurface = Enum.SurfaceType.Weld
1309
o62.BottomSurface = Enum.SurfaceType.Weld
1310
o62.FrontSurface = Enum.SurfaceType.Weld
1311
o62.LeftSurface = Enum.SurfaceType.Weld
1312
o62.RightSurface = Enum.SurfaceType.Weld
1313
o62.TopSurface = Enum.SurfaceType.Weld
1314
o62.Color = Color3.new(0.631373, 0.768628, 0.54902)
1315
o62.Position = Vector3.new(-97.9993286, 82.527092, 133.989349)
1316
o63.Parent = o57
1317
o63.BrickColor = BrickColor.new("Medium green")
1318
o63.Position = Vector3.new(-100.998993, 82.5307922, 136.991089)
1319
o63.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1320
o63.Velocity = Vector3.new(0.00695332978, 0.0136198588, 0.00232123514)
1321
o63.CFrame = CFrame.new(-100.998993, 82.5307922, 136.991089, 0.999986708, -3.72552677e-05, 3.52366851e-06, 3.72553877e-05, 0.999993682, 7.13333429e-06, -3.53904034e-06, -2.07303401e-05, 0.999994934)
1322
o63.BackSurface = Enum.SurfaceType.Weld
1323
o63.BottomSurface = Enum.SurfaceType.Weld
1324
o63.FrontSurface = Enum.SurfaceType.Weld
1325
o63.LeftSurface = Enum.SurfaceType.Weld
1326
o63.RightSurface = Enum.SurfaceType.Weld
1327
o63.TopSurface = Enum.SurfaceType.Weld
1328
o63.Color = Color3.new(0.631373, 0.768628, 0.54902)
1329
o63.Position = Vector3.new(-100.998993, 82.5307922, 136.991089)
1330
o64.Parent = o57
1331
o64.BrickColor = BrickColor.new("Medium green")
1332
o64.Position = Vector3.new(-103.999008, 82.5305557, 121.99118)
1333
o64.Rotation = Vector3.new(84.5699997, -89.6999969, 84.5999985)
1334
o64.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1335
o64.Velocity = Vector3.new(0.00692029111, 0.0140903946, 0.00232783565)
1336
o64.CFrame = CFrame.new(-103.999008, 82.5305557, 121.99118, 3.52366851e-06, -3.72552677e-05, -0.999986708, 7.13333429e-06, 0.999993682, -3.72553877e-05, 0.999994934, -2.07303401e-05, 3.53904034e-06)
1337
o64.BackSurface = Enum.SurfaceType.Weld
1338
o64.BottomSurface = Enum.SurfaceType.Weld
1339
o64.FrontSurface = Enum.SurfaceType.Weld
1340
o64.LeftSurface = Enum.SurfaceType.Weld
1341
o64.RightSurface = Enum.SurfaceType.Weld
1342
o64.TopSurface = Enum.SurfaceType.Weld
1343
o64.Color = Color3.new(0.631373, 0.768628, 0.54902)
1344
o64.Position = Vector3.new(-103.999008, 82.5305557, 121.99118)
1345
o65.Parent = o57
1346
o65.BrickColor = BrickColor.new("Medium green")
1347
o65.Position = Vector3.new(-103.998947, 82.5306702, 136.991104)
1348
o65.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1349
o65.Velocity = Vector3.new(0.00695331581, 0.0139719155, 0.00232783635)
1350
o65.CFrame = CFrame.new(-103.998947, 82.5306702, 136.991104, 0.999986708, -3.72552677e-05, 3.52366851e-06, 3.72553877e-05, 0.999993682, 7.13333429e-06, -3.53904034e-06, -2.07303401e-05, 0.999994934)
1351
o65.BackSurface = Enum.SurfaceType.Weld
1352
o65.BottomSurface = Enum.SurfaceType.Weld
1353
o65.FrontSurface = Enum.SurfaceType.Weld
1354
o65.LeftSurface = Enum.SurfaceType.Weld
1355
o65.RightSurface = Enum.SurfaceType.Weld
1356
o65.TopSurface = Enum.SurfaceType.Weld
1357
o65.Color = Color3.new(0.631373, 0.768628, 0.54902)
1358
o65.Position = Vector3.new(-103.998947, 82.5306702, 136.991104)
1359
o66.Parent = o57
1360
o66.BrickColor = BrickColor.new("Medium green")
1361
o66.Position = Vector3.new(-107.005379, 82.5281296, 125.005394)
1362
o66.Rotation = Vector3.new(101.239998, -89.7099991, 101.260002)
1363
o66.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1364
o66.Velocity = Vector3.new(0.00692663994, 0.0144193973, 0.00233443268)
1365
o66.CFrame = CFrame.new(-107.005379, 82.5281296, 125.005394, -6.53734378e-06, -3.28384558e-05, -0.999987185, -3.36802768e-05, 0.99999392, -3.28383503e-05, 0.999995172, 2.05600663e-05, -6.52348763e-06)
1366
o66.BackSurface = Enum.SurfaceType.Weld
1367
o66.BottomSurface = Enum.SurfaceType.Weld
1368
o66.FrontSurface = Enum.SurfaceType.Weld
1369
o66.LeftSurface = Enum.SurfaceType.Weld
1370
o66.RightSurface = Enum.SurfaceType.Weld
1371
o66.TopSurface = Enum.SurfaceType.Weld
1372
o66.Color = Color3.new(0.631373, 0.768628, 0.54902)
1373
o66.Position = Vector3.new(-107.005379, 82.5281296, 125.005394)
1374
o67.Parent = o57
1375
o67.BrickColor = BrickColor.new("Medium green")
1376
o67.Position = Vector3.new(-108.005234, 82.5295868, 134.001495)
1377
o67.Rotation = Vector3.new(156.460007, -89.6200027, 156.470001)
1378
o67.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1379
o67.Velocity = Vector3.new(0.00694660889, 0.0144656822, 0.0023366448)
1380
o67.CFrame = CFrame.new(-108.005234, 82.5295868, 134.001495, -9.03904656e-05, -3.93666414e-05, -0.999978364, 6.53727466e-06, 0.99998951, -3.93674491e-05, 0.999990523, -2.84870512e-05, -9.03763284e-05)
1381
o67.BackSurface = Enum.SurfaceType.Weld
1382
o67.BottomSurface = Enum.SurfaceType.Weld
1383
o67.FrontSurface = Enum.SurfaceType.Weld
1384
o67.LeftSurface = Enum.SurfaceType.Weld
1385
o67.RightSurface = Enum.SurfaceType.Weld
1386
o67.TopSurface = Enum.SurfaceType.Weld
1387
o67.Color = Color3.new(0.631373, 0.768628, 0.54902)
1388
o67.Position = Vector3.new(-108.005234, 82.5295868, 134.001495)
1389
o68.Parent = o57
1390
o68.BrickColor = BrickColor.new("Medium green")
1391
o68.Position = Vector3.new(-109.998962, 82.5305557, 130.990509)
1392
o68.Rotation = Vector3.new(84.5999985, -89.6699982, 84.6200027)
1393
o68.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1394
o68.Velocity = Vector3.new(0.00694009662, 0.014723435, 0.00234104018)
1395
o68.CFrame = CFrame.new(-109.998962, 82.5305557, 130.990509, 3.50791038e-06, -3.72551622e-05, -0.99998337, 2.69329721e-05, 0.999992013, -3.72552313e-05, 0.999993265, -4.38696552e-05, 3.52405982e-06)
1396
o68.BackSurface = Enum.SurfaceType.Weld
1397
o68.BottomSurface = Enum.SurfaceType.Weld
1398
o68.FrontSurface = Enum.SurfaceType.Weld
1399
o68.LeftSurface = Enum.SurfaceType.Weld
1400
o68.RightSurface = Enum.SurfaceType.Weld
1401
o68.TopSurface = Enum.SurfaceType.Weld
1402
o68.Color = Color3.new(0.631373, 0.768628, 0.54902)
1403
o68.Position = Vector3.new(-109.998962, 82.5305557, 130.990509)
1404
o69.Parent = o57
1405
o69.BrickColor = BrickColor.new("Medium green")
1406
o69.Position = Vector3.new(-109.998917, 82.5304871, 127.99054)
1407
o69.Rotation = Vector3.new(84.5999985, -89.7099991, 84.6200027)
1408
o69.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1409
o69.Velocity = Vector3.new(0.00693348609, 0.0147471242, 0.00234103948)
1410
o69.CFrame = CFrame.new(-109.998917, 82.5304871, 127.99054, 3.50801724e-06, -3.7255435e-05, -0.999987185, 2.26391567e-05, 0.99999392, -3.72554969e-05, 0.999995172, -3.57590907e-05, 3.52396069e-06)
1411
o69.BackSurface = Enum.SurfaceType.Weld
1412
o69.BottomSurface = Enum.SurfaceType.Weld
1413
o69.FrontSurface = Enum.SurfaceType.Weld
1414
o69.LeftSurface = Enum.SurfaceType.Weld
1415
o69.RightSurface = Enum.SurfaceType.Weld
1416
o69.TopSurface = Enum.SurfaceType.Weld
1417
o69.Color = Color3.new(0.631373, 0.768628, 0.54902)
1418
o69.Position = Vector3.new(-109.998917, 82.5304871, 127.99054)
1419
o70.Parent = o57
1420
o70.BrickColor = BrickColor.new("Light stone grey")
1421
o70.Transparency = 1
1422
o70.Position = Vector3.new(-102.499146, 83.2308044, 129.490509)
1423
o70.Rotation = Vector3.new(84.5699997, -89.7900009, 84.5999985)
1424
o70.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1425
o70.Velocity = Vector3.new(0.00701897219, 0.0138551481, 0.00233006547)
1426
o70.FormFactor = Enum.FormFactor.Plate
1427
o70.Size = Vector3.new(5, 0.400000006, 13)
1428
o70.CFrame = CFrame.new(-102.499146, 83.2308044, 129.490509, 3.52324332e-06, -3.72558643e-05, -0.999993384, 1.90610954e-05, 0.99999702, -3.72559007e-05, 0.999998271, -2.59787867e-05, 3.53897826e-06)
1429
o70.BackSurface = Enum.SurfaceType.Weld
1430
o70.BottomSurface = Enum.SurfaceType.Smooth
1431
o70.FrontSurface = Enum.SurfaceType.Weld
1432
o70.LeftSurface = Enum.SurfaceType.Weld
1433
o70.RightSurface = Enum.SurfaceType.Weld
1434
o70.TopSurface = Enum.SurfaceType.Weld
1435
o70.Color = Color3.new(0.898039, 0.894118, 0.87451)
1436
o70.Position = Vector3.new(-102.499146, 83.2308044, 129.490509)
1437
o71.Name = "Capsule"
1438
o71.Parent = o11
1439
o72.Name = "b1"
1440
o72.Parent = o71
1441
o72.Position = Vector3.new(-105.999847, 104.730888, 129.989807)
1442
o72.Rotation = Vector3.new(-95.4800034, 89.6900024, 95.4800034)
1443
o72.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1444
o72.Velocity = Vector3.new(0.0095431935, 0.0142620271, 0.00250758068)
1445
o72.CanCollide = false
1446
o72.FormFactor = Enum.FormFactor.Symmetric
1447
o72.Size = Vector3.new(2, 1, 1)
1448
o72.CFrame = CFrame.new(-105.999847, 104.730888, 129.989807, -3.57702288e-06, -3.72544055e-05, 0.99998492, -8.08858567e-06, 0.999992609, 3.72543836e-05, -0.999992728, -2.31169906e-05, -3.57658132e-06)
1449
o72.BackSurface = Enum.SurfaceType.Weld
1450
o72.BottomSurface = Enum.SurfaceType.Weld
1451
o72.FrontSurface = Enum.SurfaceType.Weld
1452
o72.LeftSurface = Enum.SurfaceType.Weld
1453
o72.RightSurface = Enum.SurfaceType.Weld
1454
o72.TopSurface = Enum.SurfaceType.Weld
1455
o72.Position = Vector3.new(-105.999847, 104.730888, 129.989807)
1456
o73.Name = "b1"
1457
o73.Parent = o71
1458
o73.Position = Vector3.new(-106.002586, 106.737953, 129.996597)
1459
o73.Rotation = Vector3.new(90, 0, 90)
1460
o73.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1461
o73.Velocity = Vector3.new(0.00977874547, 0.0142622944, 0.00252343877)
1462
o73.CanCollide = false
1463
o73.FormFactor = Enum.FormFactor.Symmetric
1464
o73.Size = Vector3.new(2, 1, 3)
1465
o73.CFrame = CFrame.new(-106.002586, 106.737953, 129.996597, 3.94554954e-05, -0.999976337, 3.07699192e-05, 1.56951921e-06, -3.07698574e-05, -0.999988317, 0.999988437, 3.94552262e-05, 2.51844413e-05)
1466
o73.BackSurface = Enum.SurfaceType.Weld
1467
o73.BottomSurface = Enum.SurfaceType.Weld
1468
o73.Position = Vector3.new(-106.002586, 106.737953, 129.996597)
1469
o74.Parent = o71
1470
o74.Position = Vector3.new(-104.921349, 106.718323, 127.689537)
1471
o74.Rotation = Vector3.new(89.9899979, 0.00999999978, 135.279999)
1472
o74.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1473
o74.Velocity = Vector3.new(0.00977136381, 0.0141536295, 0.00252090418)
1474
o74.CanCollide = false
1475
o74.FormFactor = Enum.FormFactor.Symmetric
1476
o74.Size = Vector3.new(3, 1, 3)
1477
o74.CFrame = CFrame.new(-104.921349, 106.718323, 127.689537, -0.710546136, -0.703629136, 0.00017631505, 3.54222175e-05, -0.000286347815, -0.999992669, 0.70363462, -0.710551918, 0.000243419461)
1478
o74.BackSurface = Enum.SurfaceType.Weld
1479
o74.BottomSurface = Enum.SurfaceType.Weld
1480
o74.Position = Vector3.new(-104.921349, 106.718323, 127.689537)
1481
o75.Parent = o71
1482
o75.Position = Vector3.new(-104.920692, 102.718475, 127.690559)
1483
o75.Rotation = Vector3.new(-90.0199966, -0.00999999978, 44.7099991)
1484
o75.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1485
o75.Velocity = Vector3.new(0.00930196792, 0.0141535439, 0.00248931139)
1486
o75.CanCollide = false
1487
o75.FormFactor = Enum.FormFactor.Symmetric
1488
o75.Size = Vector3.new(3, 1, 3)
1489
o75.CFrame = CFrame.new(-104.920692, 102.718475, 127.690559, 0.710625052, -0.703549445, -9.82964848e-05, -0.000131591267, -0.000272628444, 0.999992669, -0.703554928, -0.710630774, -0.000301350461)
1490
o75.BackSurface = Enum.SurfaceType.Weld
1491
o75.BottomSurface = Enum.SurfaceType.Weld
1492
o75.Position = Vector3.new(-104.920692, 102.718475, 127.690559)
1493
o76.Name = "b1"
1494
o76.Parent = o71
1495
o76.Position = Vector3.new(-105.99469, 102.722702, 129.981171)
1496
o76.Rotation = Vector3.new(-90, 0, 90)
1497
o76.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1498
o76.Velocity = Vector3.new(0.00930750556, 0.0142614897, 0.00249170838)
1499
o76.CanCollide = false
1500
o76.FormFactor = Enum.FormFactor.Symmetric
1501
o76.Size = Vector3.new(2, 1, 3)
1502
o76.CFrame = CFrame.new(-105.99469, 102.722702, 129.981171, 6.88634973e-05, -0.999982953, -4.60413685e-05, 8.66807909e-07, -4.60413903e-05, 0.999991655, -0.999991775, -6.88647124e-05, -1.60732689e-05)
1503
o76.BackSurface = Enum.SurfaceType.Weld
1504
o76.BottomSurface = Enum.SurfaceType.Weld
1505
o76.Position = Vector3.new(-105.99469, 102.722702, 129.981171)
1506
o77.Parent = o71
1507
o77.BrickColor = BrickColor.new("Dark stone grey")
1508
o77.Position = Vector3.new(-105.000015, 109.730804, 127.489731)
1509
o77.Rotation = Vector3.new(-95.4000015, 89.9300003, 95.4000015)
1510
o77.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1511
o77.Velocity = Vector3.new(0.0101244524, 0.0141644394, 0.0025448706)
1512
o77.CanCollide = false
1513
o77.FormFactor = Enum.FormFactor.Symmetric
1514
o77.Size = Vector3.new(1, 1, 1)
1515
o77.CFrame = CFrame.new(-105.000015, 109.730804, 127.489731, -3.52303027e-06, -3.72558825e-05, 0.999999285, -2.83644404e-05, 0.999999642, 3.72557806e-05, -0.999999642, -2.9079958e-05, -3.52409597e-06)
1516
o77.BottomSurface = Enum.SurfaceType.Smooth
1517
o77.TopSurface = Enum.SurfaceType.Smooth
1518
o77.Color = Color3.new(0.388235, 0.372549, 0.384314)
1519
o77.Position = Vector3.new(-105.000015, 109.730804, 127.489731)
1520
o78.Parent = o77
1521
o78.Scale = Vector3.new(2, 2, 2)
1522
o78.MeshType = Enum.MeshType.Sphere
1523
o79.Name = "b1"
1524
o79.Parent = o71
1525
o79.Position = Vector3.new(-102.503357, 106.737381, 133.495255)
1526
o79.Rotation = Vector3.new(90, 0, 0)
1527
o79.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1528
o79.Velocity = Vector3.new(0.00978637859, 0.0138240131, 0.00251573301)
1529
o79.CanCollide = false
1530
o79.FormFactor = Enum.FormFactor.Symmetric
1531
o79.Size = Vector3.new(2, 1, 3)
1532
o79.CFrame = CFrame.new(-102.503357, 106.737381, 133.495255, 0.999978006, -2.13856911e-05, 3.13114324e-05, 3.13123201e-05, 3.65792366e-05, -0.999988139, 2.13866006e-05, 0.999988496, 5.82876819e-05)
1533
o79.BackSurface = Enum.SurfaceType.Weld
1534
o79.BottomSurface = Enum.SurfaceType.Weld
1535
o79.Position = Vector3.new(-102.503357, 106.737381, 133.495255)
1536
o80.Name = "b1"
1537
o80.Parent = o71
1538
o80.Position = Vector3.new(-105.999802, 105.230873, 129.989777)
1539
o80.Rotation = Vector3.new(180, 0, 90)
1540
o80.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1541
o80.Velocity = Vector3.new(0.00960186869, 0.0142620215, 0.00251152948)
1542
o80.CanCollide = false
1543
o80.FormFactor = Enum.FormFactor.Symmetric
1544
o80.Size = Vector3.new(6, 1, 6)
1545
o80.CFrame = CFrame.new(-105.999802, 105.230873, 129.989777, 3.72542017e-05, -0.99998492, -3.57588419e-06, -0.999992609, -3.7254089e-05, -3.38516802e-05, 4.8880087e-05, 3.57640238e-06, -0.999992728)
1546
o80.BackSurface = Enum.SurfaceType.Weld
1547
o80.BottomSurface = Enum.SurfaceType.Weld
1548
o80.FrontSurface = Enum.SurfaceType.Weld
1549
o80.LeftSurface = Enum.SurfaceType.Weld
1550
o80.RightSurface = Enum.SurfaceType.Weld
1551
o80.TopSurface = Enum.SurfaceType.Weld
1552
o80.Position = Vector3.new(-105.999802, 105.230873, 129.989777)
1553
o81.Parent = o80
1554
o81.Scale = Vector3.new(0.899999976, 1.20000005, 0.899999976)
1555
o82.Parent = o80
1556
o82.Texture = "http://www.roblox.com/asset/?id=18820670"
1557
o82.Face = Enum.NormalId.Top
1558
o83.Parent = o71
1559
o83.BrickColor = BrickColor.new("Medium green")
1560
o83.Position = Vector3.new(-104.299782, 103.630898, 128.989853)
1561
o83.Rotation = Vector3.new(90, 0, -90)
1562
o83.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1563
o83.Velocity = Vector3.new(0.00941190496, 0.0140704149, 0.00249515125)
1564
o83.FormFactor = Enum.FormFactor.Plate
1565
o83.Size = Vector3.new(2, 0.400000006, 2)
1566
o83.CFrame = CFrame.new(-104.299782, 103.630898, 128.989853, -3.57588897e-06, 0.999984443, 3.72541908e-05, -3.3613127e-05, 3.72540781e-05, -0.999992371, -0.99999249, -3.57640397e-06, 4.91186292e-05)
1567
o83.BottomSurface = Enum.SurfaceType.Weld
1568
o83.Color = Color3.new(0.631373, 0.768628, 0.54902)
1569
o83.Position = Vector3.new(-104.299782, 103.630898, 128.989853)
1570
o84.Parent = o71
1571
o84.BrickColor = BrickColor.new("Medium green")
1572
o84.Position = Vector3.new(-104.299774, 103.630974, 130.989853)
1573
o84.Rotation = Vector3.new(90, 0, -90)
1574
o84.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1575
o84.Velocity = Vector3.new(0.00941631477, 0.0140546178, 0.00249515194)
1576
o84.FormFactor = Enum.FormFactor.Plate
1577
o84.Size = Vector3.new(2, 0.400000006, 2)
1578
o84.CFrame = CFrame.new(-104.299774, 103.630974, 130.989853, -3.57589374e-06, 0.999983966, 3.72541726e-05, -3.33745738e-05, 3.72540599e-05, -0.999992132, -0.999992251, -3.57640579e-06, 4.93571679e-05)
1579
o84.BottomSurface = Enum.SurfaceType.Weld
1580
o84.Color = Color3.new(0.631373, 0.768628, 0.54902)
1581
o84.Position = Vector3.new(-104.299774, 103.630974, 130.989853)
1582
o85.Name = "b1"
1583
o85.Parent = o71
1584
o85.Position = Vector3.new(-104.999855, 104.730919, 129.989792)
1585
o85.Rotation = Vector3.new(84.5199966, -89.6900024, 84.5199966)
1586
o85.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1587
o85.Velocity = Vector3.new(0.00954319723, 0.0141446739, 0.00250538019)
1588
o85.FormFactor = Enum.FormFactor.Symmetric
1589
o85.Size = Vector3.new(2, 5, 1)
1590
o85.CFrame = CFrame.new(-104.999855, 104.730919, 129.989792, 3.57686963e-06, -3.72546783e-05, -0.99998492, 1.61991848e-05, 0.999992609, -3.72546274e-05, 0.999992728, -3.12275915e-05, 3.57673025e-06)
1591
o85.BackSurface = Enum.SurfaceType.Weld
1592
o85.BottomSurface = Enum.SurfaceType.Weld
1593
o85.FrontSurface = Enum.SurfaceType.Weld
1594
o85.LeftSurface = Enum.SurfaceType.Weld
1595
o85.RightSurface = Enum.SurfaceType.Weld
1596
o85.TopSurface = Enum.SurfaceType.Weld
1597
o85.Position = Vector3.new(-104.999855, 104.730919, 129.989792)
1598
o86.Parent = o71
1599
o86.Position = Vector3.new(-104.499954, 107.730873, 129.989639)
1600
o86.Rotation = Vector3.new(84.5199966, -89.6900024, 84.5199966)
1601
o86.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1602
o86.Velocity = Vector3.new(0.00989525393, 0.014086009, 0.00252797408)
1603
o86.FormFactor = Enum.FormFactor.Symmetric
1604
o86.Size = Vector3.new(2, 1, 2)
1605
o86.CFrame = CFrame.new(-104.499954, 107.730873, 129.989639, 3.57637623e-06, -3.72544382e-05, -0.99998492, 2.50254325e-05, 0.999992609, -3.72543582e-05, 0.999992728, -4.00538374e-05, 3.57656563e-06)
1606
o86.BackSurface = Enum.SurfaceType.Weld
1607
o86.BottomSurface = Enum.SurfaceType.Smooth
1608
o86.FrontSurface = Enum.SurfaceType.Weld
1609
o86.LeftSurface = Enum.SurfaceType.Weld
1610
o86.RightSurface = Enum.SurfaceType.Weld
1611
o86.TopSurface = Enum.SurfaceType.Smooth
1612
o86.Position = Vector3.new(-104.499954, 107.730873, 129.989639)
1613
o87.Parent = o71
1614
o87.Position = Vector3.new(-104.915054, 104.733757, 132.283051)
1615
o87.Rotation = Vector3.new(-0.00999999978, -45.0200005, -0.00999999978)
1616
o87.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1617
o87.Velocity = Vector3.new(0.00954857655, 0.0141166095, 0.00250521605)
1618
o87.CanCollide = false
1619
o87.FormFactor = Enum.FormFactor.Symmetric
1620
o87.Size = Vector3.new(3, 1, 1)
1621
o87.CFrame = CFrame.new(-104.915054, 104.733757, 132.283051, 0.706810832, 7.06618448e-05, -0.707389235, 3.31071278e-05, 0.999995351, 0.000132971021, 0.707392395, -0.00012670955, 0.706815302)
1622
o87.BackSurface = Enum.SurfaceType.Weld
1623
o87.BottomSurface = Enum.SurfaceType.Weld
1624
o87.FrontSurface = Enum.SurfaceType.Weld
1625
o87.LeftSurface = Enum.SurfaceType.Weld
1626
o87.RightSurface = Enum.SurfaceType.Weld
1627
o87.TopSurface = Enum.SurfaceType.Weld
1628
o87.Position = Vector3.new(-104.915054, 104.733757, 132.283051)
1629
o88.Name = "b1"
1630
o88.Parent = o71
1631
o88.Position = Vector3.new(-102.502701, 104.73819, 133.495331)
1632
o88.Rotation = Vector3.new(179.990005, 0, 180)
1633
o88.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1634
o88.Velocity = Vector3.new(0.0095517654, 0.0138239358, 0.00249994174)
1635
o88.CanCollide = false
1636
o88.FormFactor = Enum.FormFactor.Symmetric
1637
o88.Size = Vector3.new(2, 1, 1)
1638
o88.CFrame = CFrame.new(-102.502701, 104.73819, 133.495331, -0.999979556, -3.13110504e-05, 8.77685852e-06, -3.13120363e-05, 0.999989212, -0.000104807594, -8.77551247e-06, -0.000125084422, -0.99998951)
1639
o88.BackSurface = Enum.SurfaceType.Weld
1640
o88.BottomSurface = Enum.SurfaceType.Weld
1641
o88.FrontSurface = Enum.SurfaceType.Weld
1642
o88.LeftSurface = Enum.SurfaceType.Weld
1643
o88.RightSurface = Enum.SurfaceType.Weld
1644
o88.TopSurface = Enum.SurfaceType.Weld
1645
o88.Position = Vector3.new(-102.502701, 104.73819, 133.495331)
1646
o89.Parent = o71
1647
o89.BrickColor = BrickColor.new("Dark stone grey")
1648
o89.Position = Vector3.new(-105.000046, 109.730988, 132.489731)
1649
o89.Rotation = Vector3.new(-95.4000015, 89.9599991, 95.4000015)
1650
o89.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1651
o89.Velocity = Vector3.new(0.0101354765, 0.0141249504, 0.002544872)
1652
o89.CanCollide = false
1653
o89.FormFactor = Enum.FormFactor.Symmetric
1654
o89.Size = Vector3.new(1, 1, 1)
1655
o89.CFrame = CFrame.new(-105.000046, 109.730988, 132.489731, -3.522528e-06, -3.72559407e-05, 0.999999762, -4.19617318e-05, 0.999999881, 3.72557915e-05, -0.999999881, -4.22001467e-05, -3.52409415e-06)
1656
o89.BottomSurface = Enum.SurfaceType.Smooth
1657
o89.TopSurface = Enum.SurfaceType.Smooth
1658
o89.Color = Color3.new(0.388235, 0.372549, 0.384314)
1659
o89.Position = Vector3.new(-105.000046, 109.730988, 132.489731)
1660
o90.Parent = o89
1661
o90.Scale = Vector3.new(2, 2, 2)
1662
o90.MeshType = Enum.MeshType.Sphere
1663
o91.Name = "b1"
1664
o91.Parent = o71
1665
o91.Position = Vector3.new(-102.49939, 102.72789, 133.487396)
1666
o91.Rotation = Vector3.new(-90, 0, 179.990005)
1667
o91.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1668
o91.Velocity = Vector3.new(0.00931583066, 0.0138236098, 0.00248405687)
1669
o91.CanCollide = false
1670
o91.FormFactor = Enum.FormFactor.Symmetric
1671
o91.Size = Vector3.new(2, 1, 3)
1672
o91.CFrame = CFrame.new(-102.49939, 102.72789, 133.487396, -0.999982655, -9.27716028e-05, -3.96068499e-05, -3.96115938e-05, 5.03744268e-05, 0.999991298, -9.27721776e-05, 0.999991536, -6.77921271e-05)
1673
o91.BackSurface = Enum.SurfaceType.Weld
1674
o91.BottomSurface = Enum.SurfaceType.Weld
1675
o91.Position = Vector3.new(-102.49939, 102.72789, 133.487396)
1676
o92.Parent = o71
1677
o92.Position = Vector3.new(-104.914871, 106.733231, 132.282852)
1678
o92.Rotation = Vector3.new(90, 0, 45.0200005)
1679
o92.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1680
o92.Velocity = Vector3.new(0.00978322234, 0.0141165899, 0.00252100779)
1681
o92.CanCollide = false
1682
o92.FormFactor = Enum.FormFactor.Symmetric
1683
o92.Size = Vector3.new(3, 1, 3)
1684
o92.CFrame = CFrame.new(-104.914871, 106.733231, 132.282852, 0.706874669, -0.707324684, -2.53391263e-05, 2.56580406e-05, 6.1465922e-05, -0.999994993, 0.707327902, 0.706879795, 7.13783375e-05)
1685
o92.BackSurface = Enum.SurfaceType.Weld
1686
o92.BottomSurface = Enum.SurfaceType.Weld
1687
o92.Position = Vector3.new(-104.914871, 106.733231, 132.282852)
1688
o93.Parent = o71
1689
o93.Transparency = 1
1690
o93.Position = Vector3.new(-104.500122, 110.130714, 131.490372)
1691
o93.Rotation = Vector3.new(-180, 0, 180)
1692
o93.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1693
o93.Velocity = Vector3.new(0.0101801865, 0.0140741756, 0.00254692882)
1694
o93.CanCollide = false
1695
o93.FormFactor = Enum.FormFactor.Symmetric
1696
o93.Size = Vector3.new(2, 1, 1)
1697
o93.CFrame = CFrame.new(-104.500122, 110.130714, 131.490372, -0.999999762, -3.73866205e-05, -3.50821233e-06, -3.7386646e-05, 0.999999881, 7.179362e-06, 3.50794676e-06, 6.94094342e-06, -0.999999881)
1698
o93.BackSurface = Enum.SurfaceType.Weld
1699
o93.BottomSurface = Enum.SurfaceType.Smooth
1700
o93.FrontSurface = Enum.SurfaceType.Weld
1701
o93.LeftSurface = Enum.SurfaceType.Weld
1702
o93.RightSurface = Enum.SurfaceType.Weld
1703
o93.TopSurface = Enum.SurfaceType.Weld
1704
o93.Position = Vector3.new(-104.500122, 110.130714, 131.490372)
1705
o94.Name = "Launch"
1706
o94.Parent = o71
1707
o95.Name = "Head"
1708
o95.Parent = o94
1709
o95.BrickColor = BrickColor.new("Bright yellow")
1710
o95.Reflectance = 0.10000000149012
1711
o95.Position = Vector3.new(-103.873833, 106.035927, 129.989746)
1712
o95.Rotation = Vector3.new(-90, 26.5599995, -90)
1713
o95.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1714
o95.Velocity = Vector3.new(0.00969634484, 0.0140125314, 0.00251320936)
1715
o95.FormFactor = Enum.FormFactor.Plate
1716
o95.Size = Vector3.new(1, 0.400000006, 1)
1717
o95.CFrame = CFrame.new(-103.873833, 106.035927, 129.989746, 1.67217593e-07, 0.894416809, 0.44716987, 7.09679989e-06, -0.447175294, 0.894427657, 0.999985695, 1.77481961e-05, -3.10643882e-05)
1718
o95.BottomSurface = Enum.SurfaceType.Weld
1719
o95.RightSurface = Enum.SurfaceType.Weld
1720
o95.TopSurface = Enum.SurfaceType.Smooth
1721
o95.Color = Color3.new(0.960784, 0.803922, 0.188235)
1722
o95.Position = Vector3.new(-103.873833, 106.035927, 129.989746)
1723
o96.Parent = o95
1724
o97.Parent = o94
1725
o97.Health = 0
1726
o97.MaxHealth = 0
1727
o98.Parent = o71
1728
o98.Position = Vector3.new(-102.499985, 107.730408, 131.989304)
1729
o98.Rotation = Vector3.new(104.25, -89.6100006, 104.25)
1730
o98.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1731
o98.Velocity = Vector3.new(0.00989960041, 0.0138355112, 0.00252356869)
1732
o98.CanCollide = false
1733
o98.FormFactor = Enum.FormFactor.Symmetric
1734
o98.Size = Vector3.new(2, 1, 2)
1735
o98.CFrame = CFrame.new(-102.499985, 107.730408, 131.989304, -9.46122327e-06, -3.72602844e-05, -0.999976456, 1.40535631e-05, 0.999987006, -3.72606337e-05, 0.999987423, -3.719292e-05, -9.46248292e-06)
1736
o98.BackSurface = Enum.SurfaceType.Weld
1737
o98.BottomSurface = Enum.SurfaceType.Smooth
1738
o98.FrontSurface = Enum.SurfaceType.Weld
1739
o98.LeftSurface = Enum.SurfaceType.Weld
1740
o98.RightSurface = Enum.SurfaceType.Weld
1741
o98.TopSurface = Enum.SurfaceType.Smooth
1742
o98.Position = Vector3.new(-102.499985, 107.730408, 131.989304)
1743
o99.Parent = o71
1744
o99.Position = Vector3.new(-104.914497, 102.734482, 132.283157)
1745
o99.Rotation = Vector3.new(-90.0100021, 0, 134.979996)
1746
o99.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1747
o99.Velocity = Vector3.new(0.00931395404, 0.0141165433, 0.00248942431)
1748
o99.CanCollide = false
1749
o99.FormFactor = Enum.FormFactor.Symmetric
1750
o99.Size = Vector3.new(3, 1, 3)
1751
o99.CFrame = CFrame.new(-104.914497, 102.734482, 132.283157, -0.706820607, -0.707381129, 1.17300814e-07, -5.84482041e-05, 5.85679445e-05, 0.999996006, -0.707384169, 0.706823766, -9.10920789e-05)
1752
o99.BackSurface = Enum.SurfaceType.Weld
1753
o99.BottomSurface = Enum.SurfaceType.Weld
1754
o99.Position = Vector3.new(-104.914497, 102.734482, 132.283157)
1755
o100.Parent = o71
1756
o100.Position = Vector3.new(-104.500237, 107.733994, 131.98999)
1757
o100.Rotation = Vector3.new(179.990005, 0.00999999978, 90)
1758
o100.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1759
o100.Velocity = Vector3.new(0.00990002137, 0.0140702436, 0.00252799946)
1760
o100.CanCollide = false
1761
o100.FormFactor = Enum.FormFactor.Symmetric
1762
o100.Size = Vector3.new(1, 2, 2)
1763
o100.CFrame = CFrame.new(-104.500237, 107.733994, 131.98999, 1.45722825e-05, -0.999985278, 0.000179018927, -0.99999249, -1.46084058e-05, -0.000204742304, 0.000218819303, -0.000176069268, -0.999994397)
1764
o100.BackSurface = Enum.SurfaceType.Weld
1765
o100.BottomSurface = Enum.SurfaceType.Weld
1766
o100.FrontSurface = Enum.SurfaceType.Weld
1767
o100.TopSurface = Enum.SurfaceType.Weld
1768
o100.Position = Vector3.new(-104.500237, 107.733994, 131.98999)
1769
o101.Parent = o71
1770
o101.Position = Vector3.new(-104.92086, 104.718468, 127.690033)
1771
o101.Rotation = Vector3.new(179.970001, -44.7099991, 179.979996)
1772
o101.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1773
o101.Velocity = Vector3.new(0.00953667425, 0.0141535681, 0.00250510802)
1774
o101.CanCollide = false
1775
o101.FormFactor = Enum.FormFactor.Symmetric
1776
o101.Size = Vector3.new(3, 1, 1)
1777
o101.CFrame = CFrame.new(-104.92086, 104.718468, 127.690033, -0.710612416, -0.000188050093, -0.7035622, 7.05681741e-05, 0.999992669, -0.000338555867, 0.703567684, -0.000305264082, -0.710618138)
1778
o101.BackSurface = Enum.SurfaceType.Weld
1779
o101.BottomSurface = Enum.SurfaceType.Weld
1780
o101.FrontSurface = Enum.SurfaceType.Weld
1781
o101.LeftSurface = Enum.SurfaceType.Weld
1782
o101.RightSurface = Enum.SurfaceType.Weld
1783
o101.TopSurface = Enum.SurfaceType.Weld
1784
o101.Position = Vector3.new(-104.92086, 104.718468, 127.690033)
1785
o102.Parent = o71
1786
o102.Transparency = 1
1787
o102.Position = Vector3.new(-104.500031, 110.130844, 128.489716)
1788
o102.Rotation = Vector3.new(180, 0, 180)
1789
o102.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1790
o102.Velocity = Vector3.new(0.0101735992, 0.0140978657, 0.00254692975)
1791
o102.CanCollide = false
1792
o102.FormFactor = Enum.FormFactor.Symmetric
1793
o102.Size = Vector3.new(2, 1, 1)
1794
o102.CFrame = CFrame.new(-104.500031, 110.130844, 128.489716, -0.999999762, -3.7255897e-05, -3.52302573e-06, -3.72557915e-05, 0.999999881, -2.86029972e-05, 3.52409415e-06, -2.88414158e-05, -0.999999881)
1795
o102.BackSurface = Enum.SurfaceType.Weld
1796
o102.BottomSurface = Enum.SurfaceType.Smooth
1797
o102.FrontSurface = Enum.SurfaceType.Weld
1798
o102.LeftSurface = Enum.SurfaceType.Weld
1799
o102.RightSurface = Enum.SurfaceType.Weld
1800
o102.TopSurface = Enum.SurfaceType.Weld
1801
o102.Position = Vector3.new(-104.500031, 110.130844, 128.489716)
1802
o103.Parent = o71
1803
o103.Position = Vector3.new(-104.499306, 101.730888, 131.990005)
1804
o103.Rotation = Vector3.new(179.990005, 0.00999999978, 90)
1805
o103.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1806
o103.Velocity = Vector3.new(0.00919553358, 0.0140701346, 0.00248058396)
1807
o103.FormFactor = Enum.FormFactor.Symmetric
1808
o103.Size = Vector3.new(1, 2, 2)
1809
o103.CFrame = CFrame.new(-104.499306, 101.730888, 131.990005, 5.75332379e-05, -0.999991715, 8.98051585e-05, -0.999995947, -5.75530503e-05, -0.000219648806, 0.000228003206, -8.97936479e-05, -0.999996066)
1810
o103.BackSurface = Enum.SurfaceType.Weld
1811
o103.BottomSurface = Enum.SurfaceType.Weld
1812
o103.FrontSurface = Enum.SurfaceType.Weld
1813
o103.TopSurface = Enum.SurfaceType.Weld
1814
o103.Position = Vector3.new(-104.499306, 101.730888, 131.990005)
1815
o104.Parent = o71
1816
o104.Position = Vector3.new(-102.499741, 101.731033, 131.989944)
1817
o104.Rotation = Vector3.new(84.2900009, -89.6800003, 84.2900009)
1818
o104.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1819
o104.Velocity = Vector3.new(0.00919555034, 0.0138354776, 0.0024761844)
1820
o104.FormFactor = Enum.FormFactor.Symmetric
1821
o104.Size = Vector3.new(2, 1, 2)
1822
o104.CFrame = CFrame.new(-102.499741, 101.731033, 131.989944, 3.72777004e-06, -3.72557042e-05, -0.999984145, 4.93564912e-05, 0.999992251, -3.72555296e-05, 0.99999249, -6.53391107e-05, 3.72782051e-06)
1823
o104.BackSurface = Enum.SurfaceType.Weld
1824
o104.BottomSurface = Enum.SurfaceType.Smooth
1825
o104.FrontSurface = Enum.SurfaceType.Weld
1826
o104.LeftSurface = Enum.SurfaceType.Weld
1827
o104.RightSurface = Enum.SurfaceType.Weld
1828
o104.TopSurface = Enum.SurfaceType.Smooth
1829
o104.Position = Vector3.new(-102.499741, 101.731033, 131.989944)
1830
o105.Parent = o71
1831
o105.Position = Vector3.new(-104.508148, 101.718445, 127.986145)
1832
o105.Rotation = Vector3.new(-0.0199999996, -0.289999992, 90.0100021)
1833
o105.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1834
o105.Velocity = Vector3.new(0.00918526109, 0.0141027952, 0.00248050503)
1835
o105.FormFactor = Enum.FormFactor.Symmetric
1836
o105.Size = Vector3.new(1, 2, 2)
1837
o105.CFrame = CFrame.new(-104.508148, 101.718445, 127.986145, -9.73872084e-05, -0.999972284, -0.00502518006, 0.999992609, -9.92662317e-05, 0.000373572519, -0.000389095221, -0.00502518285, 0.999980092)
1838
o105.BackSurface = Enum.SurfaceType.Weld
1839
o105.BottomSurface = Enum.SurfaceType.Weld
1840
o105.FrontSurface = Enum.SurfaceType.Weld
1841
o105.TopSurface = Enum.SurfaceType.Weld
1842
o105.Position = Vector3.new(-104.508148, 101.718445, 127.986145)
1843
o106.Parent = o71
1844
o106.Position = Vector3.new(-104.499756, 101.730934, 129.989883)
1845
o106.Rotation = Vector3.new(84.5199966, -89.7699966, 84.5199966)
1846
o106.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1847
o106.Velocity = Vector3.new(0.00919113681, 0.0140859848, 0.00248058536)
1848
o106.FormFactor = Enum.FormFactor.Symmetric
1849
o106.Size = Vector3.new(2, 1, 2)
1850
o106.CFrame = CFrame.new(-104.499756, 101.730934, 129.989883, 3.57684439e-06, -3.72548675e-05, -0.999991715, 1.95389239e-05, 0.999995947, -3.7254802e-05, 0.999996066, -2.78880198e-05, 3.57667409e-06)
1851
o106.BackSurface = Enum.SurfaceType.Weld
1852
o106.BottomSurface = Enum.SurfaceType.Smooth
1853
o106.FrontSurface = Enum.SurfaceType.Weld
1854
o106.LeftSurface = Enum.SurfaceType.Weld
1855
o106.RightSurface = Enum.SurfaceType.Weld
1856
o106.TopSurface = Enum.SurfaceType.Smooth
1857
o106.Position = Vector3.new(-104.499756, 101.730934, 129.989883)
1858
o107.Parent = o71
1859
o107.Position = Vector3.new(-103.999672, 100.330849, 129.98999)
1860
o107.Rotation = Vector3.new(180, 0, 180)
1861
o107.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1862
o107.Velocity = Vector3.new(0.00902683102, 0.0140272966, 0.00246842671)
1863
o107.FormFactor = Enum.FormFactor.Symmetric
1864
o107.Size = Vector3.new(1, 1, 2)
1865
o107.CFrame = CFrame.new(-103.999672, 100.330849, 129.98999, -0.999999762, -3.72554496e-05, -3.50789469e-06, -3.72553477e-05, 0.999999881, -2.86029972e-05, 3.50896312e-06, -2.88414158e-05, -0.999999881)
1866
o107.BackSurface = Enum.SurfaceType.Weld
1867
o107.BottomSurface = Enum.SurfaceType.Smooth
1868
o107.FrontSurface = Enum.SurfaceType.Weld
1869
o107.LeftSurface = Enum.SurfaceType.Weld
1870
o107.RightSurface = Enum.SurfaceType.Weld
1871
o107.TopSurface = Enum.SurfaceType.Weld
1872
o107.Position = Vector3.new(-103.999672, 100.330849, 129.98999)
1873
o108.Parent = o71
1874
o108.Position = Vector3.new(-103.996552, 100.350471, 131.500504)
1875
o108.Rotation = Vector3.new(179.979996, -0.230000004, 90)
1876
o108.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1877
o108.Velocity = Vector3.new(0.00903245807, 0.0140150003, 0.00246857479)
1878
o108.FormFactor = Enum.FormFactor.Symmetric
1879
o108.Size = Vector3.new(1, 1, 1)
1880
o108.CFrame = CFrame.new(-103.996552, 100.350471, 131.500504, 4.50574362e-06, -0.999991596, -0.00405980786, -0.999999881, -3.36291805e-06, -0.000281503453, 0.00028172601, 0.00405980879, -0.999991715)
1881
o108.BackSurface = Enum.SurfaceType.Weld
1882
o108.BottomSurface = Enum.SurfaceType.Weld
1883
o108.Position = Vector3.new(-103.996552, 100.350471, 131.500504)
1884
o109.Parent = o71
1885
o109.Transparency = 1
1886
o109.Position = Vector3.new(-104.273315, 100.350449, 131.78952)
1887
o109.Rotation = Vector3.new(89.9899979, 0, 44.7700005)
1888
o109.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1889
o109.Velocity = Vector3.new(0.00903309137, 0.0140451966, 0.00246918364)
1890
o109.FormFactor = Enum.FormFactor.Plate
1891
o109.Size = Vector3.new(1, 0.800000012, 1)
1892
o109.CFrame = CFrame.new(-104.273315, 100.350449, 131.78952, 0.709920526, -0.704281569, 4.25043754e-06, 0.000161180971, 0.000156436392, -0.999999881, 0.704281688, 0.709920704, 0.000224812728)
1893
o109.BackSurface = Enum.SurfaceType.Weld
1894
o109.BottomSurface = Enum.SurfaceType.Weld
1895
o109.Position = Vector3.new(-104.273315, 100.350449, 131.78952)
1896
o110.Name = "Leg"
1897
o110.Parent = o71
1898
o110.Position = Vector3.new(-106.047501, 98.0223541, 126.452972)
1899
o110.Rotation = Vector3.new(0, -45.0099983, 141.339996)
1900
o110.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1901
o110.Velocity = Vector3.new(0.00874813553, 0.0142955538, 0.00245470041)
1902
o110.FormFactor = Enum.FormFactor.Symmetric
1903
o110.Size = Vector3.new(1, 6, 1)
1904
o110.CFrame = CFrame.new(-106.047501, 98.0223541, 126.452972, -0.552108765, -0.441642672, -0.707195222, 0.624631763, -0.780918777, 3.15567158e-05, -0.552277625, -0.441718608, 0.707016945)
1905
o110.BackSurface = Enum.SurfaceType.Weld
1906
o110.BottomSurface = Enum.SurfaceType.Weld
1907
o110.FrontSurface = Enum.SurfaceType.Weld
1908
o110.LeftSurface = Enum.SurfaceType.Weld
1909
o110.RightSurface = Enum.SurfaceType.Weld
1910
o110.TopSurface = Enum.SurfaceType.Weld
1911
o110.Position = Vector3.new(-106.047501, 98.0223541, 126.452972)
1912
o111.Parent = o110
1913
o111.Scale = Vector3.new(0.600000024, 1.39999998, 0.600000024)
1914
o112.Name = "b1"
1915
o112.Parent = o71
1916
o112.Position = Vector3.new(-104.000023, 106.230858, 129.989685)
1917
o112.Rotation = Vector3.new(-90, 0, -90)
1918
o112.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1919
o112.Velocity = Vector3.new(0.00971922092, 0.0140273403, 0.0025150266)
1920
o112.CanCollide = false
1921
o112.FormFactor = Enum.FormFactor.Symmetric
1922
o112.Size = Vector3.new(2, 1, 2)
1923
o112.CFrame = CFrame.new(-104.000023, 106.230858, 129.989685, 3.08731205e-06, 0.999978602, -3.71660062e-05, 3.06913898e-05, 3.71659953e-05, 0.999988198, 0.99998951, -2.01337002e-06, -5.19218775e-05)
1924
o112.BackSurface = Enum.SurfaceType.Weld
1925
o112.BottomSurface = Enum.SurfaceType.Weld
1926
o112.Position = Vector3.new(-104.000023, 106.230858, 129.989685)
1927
o113.Parent = o112
1928
o113.Texture = "http://www.roblox.com/asset/?id=19055151"
1929
o114.Name = "LanderSep"
1930
o114.Parent = o71
1931
o115.Name = "Head"
1932
o115.Parent = o114
1933
o115.BrickColor = BrickColor.new("Bright blue")
1934
o115.Reflectance = 0.10000000149012
1935
o115.Position = Vector3.new(-101.519287, 107.017914, 129.999969)
1936
o115.Rotation = Vector3.new(-2.53999996, 89.5199966, -177.449997)
1937
o115.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1938
o115.Velocity = Vector3.new(0.00981160719, 0.0137361344, 0.0025157833)
1939
o115.CanCollide = false
1940
o115.FormFactor = Enum.FormFactor.Plate
1941
o115.Size = Vector3.new(1, 0.400000006, 1)
1942
o115.CFrame = CFrame.new(-101.519287, 107.017914, 129.999969, -0.00480548851, 0.000213762934, 0.999964714, -0.0002107295, -0.999988317, 0.000212754792, 0.999976695, -0.000186088568, 0.0048055104)
1943
o115.BottomSurface = Enum.SurfaceType.Weld
1944
o115.RightSurface = Enum.SurfaceType.Weld
1945
o115.TopSurface = Enum.SurfaceType.Smooth
1946
o115.Color = Color3.new(0.0509804, 0.411765, 0.67451)
1947
o115.Position = Vector3.new(-101.519287, 107.017914, 129.999969)
1948
o116.Parent = o115
1949
o117.Name = "StagingScript"
1950
o117.Parent = o115
1951
table.insert(cors,coroutine.create(function()
1952
wait()
1953
runDummyScript(function()
1954
function chng()
1955
	script.Parent.Parent.Parent.Parent.s3:BreakJoints()
1956
end
1957
1958
script.Parent.ClickDetector.MouseClick:connect(chng)
1959
1960
end,o117)
1961
end))
1962
o118.Parent = o115
1963
o118.Texture = "http://www.roblox.com/asset/?id=47479708"
1964
o118.Face = Enum.NormalId.Top
1965
o119.Parent = o71
1966
o119.Position = Vector3.new(-102.500092, 109.130791, 129.990356)
1967
o119.Rotation = Vector3.new(-180, 0, 180)
1968
o119.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1969
o119.Velocity = Vector3.new(0.0100595411, 0.013851312, 0.00253462978)
1970
o119.CanCollide = false
1971
o119.FormFactor = Enum.FormFactor.Symmetric
1972
o119.Size = Vector3.new(4, 1, 4)
1973
o119.CFrame = CFrame.new(-102.500092, 109.130791, 129.990356, -0.999999762, -3.73866205e-05, -3.50821233e-06, -3.7386646e-05, 0.999999881, 7.179362e-06, 3.50794676e-06, 6.94094342e-06, -0.999999881)
1974
o119.BackSurface = Enum.SurfaceType.Weld
1975
o119.BottomSurface = Enum.SurfaceType.Weld
1976
o119.FrontSurface = Enum.SurfaceType.Weld
1977
o119.LeftSurface = Enum.SurfaceType.Weld
1978
o119.RightSurface = Enum.SurfaceType.Weld
1979
o119.TopSurface = Enum.SurfaceType.Weld
1980
o119.Position = Vector3.new(-102.500092, 109.130791, 129.990356)
1981
o120.Parent = o71
1982
o120.Position = Vector3.new(-102.508629, 107.721054, 127.997269)
1983
o120.Rotation = Vector3.new(178.759995, -89.7099991, 178.75)
1984
o120.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
1985
o120.Velocity = Vector3.new(0.00988971628, 0.0138680553, 0.00252351398)
1986
o120.CanCollide = false
1987
o120.FormFactor = Enum.FormFactor.Symmetric
1988
o120.Size = Vector3.new(2, 1, 2)
1989
o120.CFrame = CFrame.new(-102.508629, 107.721054, 127.997269, -0.00499623641, -0.000108583939, -0.999987423, -1.34009406e-05, 0.999999881, -0.000108518361, 0.999987483, 1.26200794e-05, -0.00499623828)
1990
o120.BackSurface = Enum.SurfaceType.Weld
1991
o120.BottomSurface = Enum.SurfaceType.Smooth
1992
o120.FrontSurface = Enum.SurfaceType.Weld
1993
o120.LeftSurface = Enum.SurfaceType.Weld
1994
o120.RightSurface = Enum.SurfaceType.Weld
1995
o120.TopSurface = Enum.SurfaceType.Smooth
1996
o120.Position = Vector3.new(-102.508629, 107.721054, 127.997269)
1997
o121.Parent = o71
1998
o121.BrickColor = BrickColor.new("Black")
1999
o121.Transparency = 0.5
2000
o121.Position = Vector3.new(-100.206787, 106.727295, 132.403427)
2001
o121.Rotation = Vector3.new(90, 0.00999999978, -45.0200005)
2002
o121.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2003
o121.Velocity = Vector3.new(0.00978279207, 0.0135631254, 0.00251059956)
2004
o121.CanCollide = false
2005
o121.FormFactor = Enum.FormFactor.Symmetric
2006
o121.Size = Vector3.new(3, 1, 3)
2007
o121.CFrame = CFrame.new(-100.206787, 106.727295, 132.403427, 0.706857443, 0.707322717, 0.000133965776, 0.000169456558, 2.0050531e-05, -0.999988317, -0.707331777, 0.706866264, -8.15968815e-05)
2008
o121.BackSurface = Enum.SurfaceType.Weld
2009
o121.BottomSurface = Enum.SurfaceType.Weld
2010
o121.Color = Color3.new(0.105882, 0.164706, 0.207843)
2011
o121.Position = Vector3.new(-100.206787, 106.727295, 132.403427)
2012
o122.Parent = o121
2013
o122.Texture = "http://www.roblox.com/asset/?id=18820831"
2014
o123.Parent = o121
2015
o123.Texture = "http://www.roblox.com/asset/?id=18820831"
2016
o123.Face = Enum.NormalId.Bottom
2017
o124.Parent = o71
2018
o124.Position = Vector3.new(-100.509796, 107.718864, 128.004974)
2019
o124.Rotation = Vector3.new(0, -0.289999992, -90)
2020
o124.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2021
o124.Velocity = Vector3.new(0.009889476, 0.0136334235, 0.00251909788)
2022
o124.CanCollide = false
2023
o124.FormFactor = Enum.FormFactor.Symmetric
2024
o124.Size = Vector3.new(1, 2, 2)
2025
o124.CFrame = CFrame.new(-100.509796, 107.718864, 128.004974, -2.44974945e-06, 0.999987602, -0.00499194395, -0.999999881, -2.64417031e-06, -3.89605993e-05, -3.87348118e-05, 0.00499183685, 0.999987662)
2026
o124.BackSurface = Enum.SurfaceType.Weld
2027
o124.BottomSurface = Enum.SurfaceType.Weld
2028
o124.FrontSurface = Enum.SurfaceType.Weld
2029
o124.TopSurface = Enum.SurfaceType.Weld
2030
o124.Position = Vector3.new(-100.509796, 107.718864, 128.004974)
2031
o125.Parent = o71
2032
o125.Position = Vector3.new(-100.500206, 107.726418, 131.988419)
2033
o125.Rotation = Vector3.new(36.2000008, -89.6100006, -53.7700005)
2034
o125.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2035
o125.Velocity = Vector3.new(0.00989913009, 0.0136008374, 0.00251913653)
2036
o125.CanCollide = false
2037
o125.FormFactor = Enum.FormFactor.Symmetric
2038
o125.Size = Vector3.new(1, 2, 2)
2039
o125.CFrame = CFrame.new(-100.500206, 107.726418, 131.988419, 0.000134659116, 0.000183766038, -0.999976516, -0.999988317, 8.01197893e-05, -0.000134645612, 0.00010418841, 0.999989152, 0.00018399948)
2040
o125.BackSurface = Enum.SurfaceType.Weld
2041
o125.BottomSurface = Enum.SurfaceType.Weld
2042
o125.FrontSurface = Enum.SurfaceType.Weld
2043
o125.TopSurface = Enum.SurfaceType.Weld
2044
o125.Position = Vector3.new(-100.500206, 107.726418, 131.988419)
2045
o126.Name = "2ndStage"
2046
o126.Parent = o71
2047
o127.Name = "Head"
2048
o127.Parent = o126
2049
o127.BrickColor = BrickColor.new("Bright green")
2050
o127.Reflectance = 0.10000000149012
2051
o127.Position = Vector3.new(-102.010925, 107.021324, 128.499481)
2052
o127.Rotation = Vector3.new(-1.05999994, 89.7099991, -178.940002)
2053
o127.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2054
o127.Velocity = Vector3.new(0.00980870519, 0.0138056818, 0.00251689227)
2055
o127.CanCollide = false
2056
o127.FormFactor = Enum.FormFactor.Plate
2057
o127.Size = Vector3.new(1, 0.400000006, 1)
2058
o127.CFrame = CFrame.new(-102.010925, 107.021324, 128.499481, -0.00499371719, 9.24288179e-05, 0.999987602, -6.72575334e-05, -0.999999881, 9.20941748e-05, 0.999987662, -6.65583211e-05, 0.0049936166)
2059
o127.BottomSurface = Enum.SurfaceType.Weld
2060
o127.RightSurface = Enum.SurfaceType.Weld
2061
o127.TopSurface = Enum.SurfaceType.Smooth
2062
o127.Color = Color3.new(0.294118, 0.592157, 0.294118)
2063
o127.Position = Vector3.new(-102.010925, 107.021324, 128.499481)
2064
o128.Parent = o127
2065
o129.Name = "StagingScript"
2066
o129.Parent = o127
2067
table.insert(cors,coroutine.create(function()
2068
wait()
2069
runDummyScript(function()
2070
function chng()
2071
	script.Parent.Parent.Parent.Parent.s2:BreakJoints()
2072
end
2073
2074
script.Parent.ClickDetector.MouseClick:connect(chng)
2075
2076
end,o129)
2077
end))
2078
o130.Parent = o127
2079
o130.Texture = "http://www.roblox.com/asset/?id=47479691"
2080
o130.Face = Enum.NormalId.Top
2081
o131.Parent = o71
2082
o131.Position = Vector3.new(-102.499992, 108.430984, 129.989746)
2083
o131.Rotation = Vector3.new(180, 0, 180)
2084
o131.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2085
o131.Velocity = Vector3.new(0.00997741427, 0.0138513055, 0.00252910238)
2086
o131.FormFactor = Enum.FormFactor.Plate
2087
o131.Size = Vector3.new(2, 0.400000006, 2)
2088
o131.CFrame = CFrame.new(-102.499992, 108.430984, 129.989746, -0.999999285, -3.72554823e-05, -3.50740015e-06, -3.72553332e-05, 0.999999642, -4.17231131e-05, 3.50896312e-06, -4.24386308e-05, -0.999999642)
2089
o131.BackSurface = Enum.SurfaceType.Weld
2090
o131.BottomSurface = Enum.SurfaceType.Weld
2091
o131.FrontSurface = Enum.SurfaceType.Weld
2092
o131.LeftSurface = Enum.SurfaceType.Weld
2093
o131.RightSurface = Enum.SurfaceType.Weld
2094
o131.TopSurface = Enum.SurfaceType.Weld
2095
o131.Position = Vector3.new(-102.499992, 108.430984, 129.989746)
2096
o132.Parent = o71
2097
o132.Position = Vector3.new(-102.500008, 107.730972, 129.989594)
2098
o132.Rotation = Vector3.new(180, 0, 180)
2099
o132.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2100
o132.Velocity = Vector3.new(0.0098952651, 0.0138513083, 0.00252357358)
2101
o132.CanCollide = false
2102
o132.FormFactor = Enum.FormFactor.Symmetric
2103
o132.Size = Vector3.new(2, 1, 2)
2104
o132.CFrame = CFrame.new(-102.500008, 107.730972, 129.989594, -0.999998331, -3.7255857e-05, -3.52041388e-06, -3.72556242e-05, 0.999999225, -5.38891763e-05, 3.52133543e-06, -5.55588595e-05, -0.999999225)
2105
o132.BackSurface = Enum.SurfaceType.Weld
2106
o132.BottomSurface = Enum.SurfaceType.Smooth
2107
o132.FrontSurface = Enum.SurfaceType.Weld
2108
o132.LeftSurface = Enum.SurfaceType.Weld
2109
o132.RightSurface = Enum.SurfaceType.Weld
2110
o132.TopSurface = Enum.SurfaceType.Weld
2111
o132.Position = Vector3.new(-102.500008, 107.730972, 129.989594)
2112
o133.Parent = o71
2113
o133.Position = Vector3.new(-100.519485, 107.718124, 130.004898)
2114
o133.Rotation = Vector3.new(177.460007, -89.5199966, 177.449997)
2115
o133.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2116
o133.Velocity = Vector3.new(0.00989379082, 0.0136187645, 0.00251911324)
2117
o133.CanCollide = false
2118
o133.FormFactor = Enum.FormFactor.Symmetric
2119
o133.Size = Vector3.new(2, 1, 2)
2120
o133.CFrame = CFrame.new(-100.519485, 107.718124, 130.004898, -0.00480545172, -0.000213761319, -0.999964714, -0.000201903298, 0.999988317, -0.000212795596, 0.999976695, 0.000177262293, -0.00480547175)
2121
o133.BackSurface = Enum.SurfaceType.Weld
2122
o133.BottomSurface = Enum.SurfaceType.Smooth
2123
o133.FrontSurface = Enum.SurfaceType.Weld
2124
o133.LeftSurface = Enum.SurfaceType.Weld
2125
o133.RightSurface = Enum.SurfaceType.Weld
2126
o133.TopSurface = Enum.SurfaceType.Smooth
2127
o133.Position = Vector3.new(-100.519485, 107.718124, 130.004898)
2128
o134.Parent = o71
2129
o134.Transparency = 1
2130
o134.Position = Vector3.new(-100.500061, 110.131012, 128.489685)
2131
o134.Rotation = Vector3.new(180, 0, 180)
2132
o134.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2133
o134.Velocity = Vector3.new(0.0101736188, 0.013628453, 0.00253812806)
2134
o134.CanCollide = false
2135
o134.FormFactor = Enum.FormFactor.Symmetric
2136
o134.Size = Vector3.new(2, 1, 1)
2137
o134.CFrame = CFrame.new(-100.500061, 110.131012, 128.489685, -0.999999285, -3.72554823e-05, -3.50740015e-06, -3.72553332e-05, 0.999999642, -4.17231131e-05, 3.50896312e-06, -4.24386308e-05, -0.999999642)
2138
o134.BackSurface = Enum.SurfaceType.Weld
2139
o134.BottomSurface = Enum.SurfaceType.Smooth
2140
o134.FrontSurface = Enum.SurfaceType.Weld
2141
o134.LeftSurface = Enum.SurfaceType.Weld
2142
o134.RightSurface = Enum.SurfaceType.Weld
2143
o134.TopSurface = Enum.SurfaceType.Weld
2144
o134.Position = Vector3.new(-100.500061, 110.131012, 128.489685)
2145
o135.Parent = o71
2146
o135.Position = Vector3.new(-100.206863, 102.73085, 132.404114)
2147
o135.Rotation = Vector3.new(-90, 0, -134.990005)
2148
o135.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2149
o135.Velocity = Vector3.new(0.00931379478, 0.0135631282, 0.00247903517)
2150
o135.CanCollide = false
2151
o135.FormFactor = Enum.FormFactor.Symmetric
2152
o135.Size = Vector3.new(3, 1, 3)
2153
o135.CFrame = CFrame.new(-100.206863, 102.73085, 132.404114, -0.706993222, 0.707187533, -2.88145475e-05, -9.07196154e-05, -4.99504677e-05, 0.999988556, 0.707196355, 0.707001925, 7.58565584e-05)
2154
o135.BackSurface = Enum.SurfaceType.Weld
2155
o135.BottomSurface = Enum.SurfaceType.Weld
2156
o135.Position = Vector3.new(-100.206863, 102.73085, 132.404114)
2157
o136.Parent = o71
2158
o136.Position = Vector3.new(-104.509056, 107.719131, 127.984306)
2159
o136.Rotation = Vector3.new(-0.0199999996, -0.280000001, 90.0100021)
2160
o136.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2161
o136.Velocity = Vector3.new(0.0098894611, 0.0141029172, 0.00252790144)
2162
o136.CanCollide = false
2163
o136.FormFactor = Enum.FormFactor.Symmetric
2164
o136.Size = Vector3.new(1, 2, 2)
2165
o136.CFrame = CFrame.new(-104.509056, 107.719131, 127.984306, -0.000181850439, -0.999972701, -0.00496198609, 0.999992669, -0.000183511089, 0.000333966978, -0.000349902024, -0.00496217469, 0.999980569)
2166
o136.BackSurface = Enum.SurfaceType.Weld
2167
o136.BottomSurface = Enum.SurfaceType.Weld
2168
o136.FrontSurface = Enum.SurfaceType.Weld
2169
o136.TopSurface = Enum.SurfaceType.Weld
2170
o136.Position = Vector3.new(-104.509056, 107.719131, 127.984306)
2171
o137.Parent = o71
2172
o137.Transparency = 1
2173
o137.Position = Vector3.new(-100.500183, 110.130356, 131.489914)
2174
o137.Rotation = Vector3.new(-180, 0, 180)
2175
o137.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2176
o137.Velocity = Vector3.new(0.0101801436, 0.0136047704, 0.00253812317)
2177
o137.CanCollide = false
2178
o137.FormFactor = Enum.FormFactor.Symmetric
2179
o137.Size = Vector3.new(2, 1, 1)
2180
o137.CFrame = CFrame.new(-100.500183, 110.130356, 131.489914, -0.999999762, -3.73851108e-05, -5.0917788e-06, -3.73851944e-05, 0.999999881, 1.60065192e-05, 5.09118308e-06, 1.57681588e-05, -0.999999881)
2181
o137.BackSurface = Enum.SurfaceType.Weld
2182
o137.BottomSurface = Enum.SurfaceType.Smooth
2183
o137.FrontSurface = Enum.SurfaceType.Weld
2184
o137.LeftSurface = Enum.SurfaceType.Weld
2185
o137.RightSurface = Enum.SurfaceType.Weld
2186
o137.TopSurface = Enum.SurfaceType.Weld
2187
o137.Position = Vector3.new(-100.500183, 110.130356, 131.489914)
2188
o138.Name = "b1"
2189
o138.Parent = o71
2190
o138.Position = Vector3.new(-102.503769, 106.737038, 126.498032)
2191
o138.Rotation = Vector3.new(90, 0, 180)
2192
o138.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2193
o138.Velocity = Vector3.new(0.00977093913, 0.0138793252, 0.00251573138)
2194
o138.CanCollide = false
2195
o138.FormFactor = Enum.FormFactor.Symmetric
2196
o138.Size = Vector3.new(2, 1, 3)
2197
o138.CFrame = CFrame.new(-102.503769, 106.737038, 126.498032, -0.999986768, -9.73189162e-06, 3.10001669e-05, -3.10013202e-05, 9.07761132e-05, -0.999993682, 9.75989678e-06, -0.999996781, -7.59873437e-05)
2198
o138.BackSurface = Enum.SurfaceType.Weld
2199
o138.BottomSurface = Enum.SurfaceType.Weld
2200
o138.Position = Vector3.new(-102.503769, 106.737038, 126.498032)
2201
o139.Parent = o71
2202
o139.Position = Vector3.new(-100.205963, 104.728043, 132.40329)
2203
o139.Rotation = Vector3.new(179.990005, -45.0200005, 179.990005)
2204
o139.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2205
o139.Velocity = Vector3.new(0.00954817142, 0.0135630295, 0.00249480736)
2206
o139.CanCollide = false
2207
o139.FormFactor = Enum.FormFactor.Symmetric
2208
o139.Size = Vector3.new(3, 1, 1)
2209
o139.CFrame = CFrame.new(-100.205963, 104.728043, 132.40329, -0.706863284, -0.000145360085, -0.707316875, -9.59394238e-05, 0.999988317, -0.000109628279, 0.707325935, -3.37261736e-05, -0.706872106)
2210
o139.BackSurface = Enum.SurfaceType.Weld
2211
o139.BottomSurface = Enum.SurfaceType.Weld
2212
o139.FrontSurface = Enum.SurfaceType.Weld
2213
o139.LeftSurface = Enum.SurfaceType.Weld
2214
o139.RightSurface = Enum.SurfaceType.Weld
2215
o139.TopSurface = Enum.SurfaceType.Weld
2216
o139.Position = Vector3.new(-100.205963, 104.728043, 132.40329)
2217
o140.Name = "1stStage"
2218
o140.Parent = o71
2219
o141.Name = "Head"
2220
o141.Parent = o140
2221
o141.BrickColor = BrickColor.new("Bright green")
2222
o141.Reflectance = 0.10000000149012
2223
o141.Position = Vector3.new(-102.000008, 107.030838, 131.490341)
2224
o141.Rotation = Vector3.new(-95.3600006, 89.9599991, -84.6399994)
2225
o141.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2226
o141.Velocity = Vector3.new(0.0098164035, 0.0137807773, 0.0025169435)
2227
o141.CanCollide = false
2228
o141.FormFactor = Enum.FormFactor.Plate
2229
o141.Size = Vector3.new(1, 0.400000006, 1)
2230
o141.CFrame = CFrame.new(-102.000008, 107.030838, 131.490341, 3.50821233e-06, 3.73866205e-05, 0.999999762, -7.179362e-06, -0.999999881, 3.7386646e-05, 0.999999881, -6.94094342e-06, -3.50794676e-06)
2231
o141.BottomSurface = Enum.SurfaceType.Weld
2232
o141.RightSurface = Enum.SurfaceType.Weld
2233
o141.TopSurface = Enum.SurfaceType.Smooth
2234
o141.Color = Color3.new(0.294118, 0.592157, 0.294118)
2235
o141.Position = Vector3.new(-102.000008, 107.030838, 131.490341)
2236
o142.Parent = o141
2237
o143.Name = "StagingScript"
2238
o143.Parent = o141
2239
table.insert(cors,coroutine.create(function()
2240
wait()
2241
runDummyScript(function()
2242
function chng()
2243
	script.Parent.Parent.Parent.Parent.s1:BreakJoints()
2244
end
2245
2246
script.Parent.ClickDetector.MouseClick:connect(chng)
2247
2248
end,o143)
2249
end))
2250
o144.Parent = o141
2251
o144.Texture = "http://www.roblox.com/asset/?id=47479681"
2252
o144.Face = Enum.NormalId.Top
2253
o145.Name = "b1"
2254
o145.Parent = o71
2255
o145.Position = Vector3.new(-102.504158, 104.740616, 126.49926)
2256
o145.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2257
o145.Velocity = Vector3.new(0.00953665376, 0.0138793616, 0.00249996409)
2258
o145.CanCollide = false
2259
o145.FormFactor = Enum.FormFactor.Symmetric
2260
o145.Size = Vector3.new(2, 1, 1)
2261
o145.CFrame = CFrame.new(-102.504158, 104.740616, 126.49926, 0.999993205, -4.94191299e-05, -6.85315681e-05, 4.94192464e-05, 0.999996603, -1.85591489e-06, 6.85177656e-05, -6.01917782e-06, 0.999998331)
2262
o145.BackSurface = Enum.SurfaceType.Weld
2263
o145.BottomSurface = Enum.SurfaceType.Weld
2264
o145.FrontSurface = Enum.SurfaceType.Weld
2265
o145.LeftSurface = Enum.SurfaceType.Weld
2266
o145.RightSurface = Enum.SurfaceType.Weld
2267
o145.TopSurface = Enum.SurfaceType.Weld
2268
o145.Position = Vector3.new(-102.504158, 104.740616, 126.49926)
2269
o146.Parent = o71
2270
o146.Position = Vector3.new(-102.499657, 99.6309738, 129.990128)
2271
o146.Rotation = Vector3.new(180, 0, 180)
2272
o146.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2273
o146.Velocity = Vector3.new(0.00894469768, 0.0138512626, 0.00245959777)
2274
o146.FormFactor = Enum.FormFactor.Plate
2275
o146.Size = Vector3.new(2, 0.400000006, 2)
2276
o146.CFrame = CFrame.new(-102.499657, 99.6309738, 129.990128, -0.999998808, -3.72554714e-05, -3.50740493e-06, -3.72553186e-05, 0.999999404, -4.14845526e-05, 3.50896448e-06, -4.26771694e-05, -0.999999404)
2277
o146.BackSurface = Enum.SurfaceType.Weld
2278
o146.BottomSurface = Enum.SurfaceType.Weld
2279
o146.FrontSurface = Enum.SurfaceType.Weld
2280
o146.LeftSurface = Enum.SurfaceType.Weld
2281
o146.RightSurface = Enum.SurfaceType.Weld
2282
o146.TopSurface = Enum.SurfaceType.Weld
2283
o146.Position = Vector3.new(-102.499657, 99.6309738, 129.990128)
2284
o147.Name = "Leg"
2285
o147.Parent = o71
2286
o147.Position = Vector3.new(-106.025887, 98.0404434, 133.557404)
2287
o147.Rotation = Vector3.new(-48.4300003, -33.3600006, 148.210007)
2288
o147.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2289
o147.Velocity = Vector3.new(0.00876589399, 0.0142369047, 0.00245479587)
2290
o147.FormFactor = Enum.FormFactor.Symmetric
2291
o147.Size = Vector3.new(1, 6, 1)
2292
o147.CFrame = CFrame.new(-106.025887, 98.0404434, 133.557404, -0.709920824, -0.439995885, -0.54992336, -0.000156749229, -0.780730307, 0.624867916, -0.70428139, 0.44369325, 0.554187894)
2293
o147.BackSurface = Enum.SurfaceType.Weld
2294
o147.BottomSurface = Enum.SurfaceType.Weld
2295
o147.FrontSurface = Enum.SurfaceType.Weld
2296
o147.LeftSurface = Enum.SurfaceType.Weld
2297
o147.RightSurface = Enum.SurfaceType.Weld
2298
o147.TopSurface = Enum.SurfaceType.Weld
2299
o147.Position = Vector3.new(-106.025887, 98.0404434, 133.557404)
2300
o148.Parent = o147
2301
o148.Scale = Vector3.new(0.600000024, 1.39999998, 0.600000024)
2302
o149.Name = "Leg"
2303
o149.Parent = o71
2304
o149.Position = Vector3.new(-98.9627762, 98.0229721, 133.539505)
2305
o149.Rotation = Vector3.new(0, -45.0099983, -141.339996)
2306
o149.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2307
o149.Velocity = Vector3.new(0.0087638041, 0.0134081617, 0.0024391138)
2308
o149.FormFactor = Enum.FormFactor.Symmetric
2309
o149.Size = Vector3.new(1, 6, 1)
2310
o149.CFrame = CFrame.new(-98.9627762, 98.0229721, 133.539505, -0.552065492, 0.441697329, -0.707195938, -0.624773979, -0.780805528, 5.13143459e-05, -0.552159786, 0.441866904, 0.707017183)
2311
o149.BackSurface = Enum.SurfaceType.Weld
2312
o149.BottomSurface = Enum.SurfaceType.Weld
2313
o149.FrontSurface = Enum.SurfaceType.Weld
2314
o149.LeftSurface = Enum.SurfaceType.Weld
2315
o149.RightSurface = Enum.SurfaceType.Weld
2316
o149.TopSurface = Enum.SurfaceType.Weld
2317
o149.Position = Vector3.new(-98.9627762, 98.0229721, 133.539505)
2318
o150.Parent = o149
2319
o150.Scale = Vector3.new(0.600000024, 1.39999998, 0.600000024)
2320
o151.Parent = o71
2321
o151.Position = Vector3.new(-101.000549, 100.33387, 131.491135)
2322
o151.Rotation = Vector3.new(179.990005, 0.00999999978, -90)
2323
o151.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2324
o151.Velocity = Vector3.new(0.00903048925, 0.013663481, 0.00246185018)
2325
o151.FormFactor = Enum.FormFactor.Symmetric
2326
o151.Size = Vector3.new(1, 1, 1)
2327
o151.CFrame = CFrame.new(-101.000549, 100.33387, 131.491135, -4.38677162e-05, 0.999999523, 0.00010389313, 0.999999881, 4.3942684e-05, -0.000134282323, -0.000134924703, 0.000103920611, -0.999999881)
2328
o151.BackSurface = Enum.SurfaceType.Weld
2329
o151.BottomSurface = Enum.SurfaceType.Weld
2330
o151.Position = Vector3.new(-101.000549, 100.33387, 131.491135)
2331
o152.Parent = o71
2332
o152.Position = Vector3.new(-102.499763, 100.330811, 129.990311)
2333
o152.Rotation = Vector3.new(-180, 0, 180)
2334
o152.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2335
o152.Velocity = Vector3.new(0.00902682729, 0.0138512738, 0.00246512541)
2336
o152.FormFactor = Enum.FormFactor.Symmetric
2337
o152.Size = Vector3.new(2, 1, 4)
2338
o152.CFrame = CFrame.new(-102.499763, 100.330811, 129.990311, -0.999999762, -3.73866205e-05, -3.50821233e-06, -3.7386646e-05, 0.999999881, 7.179362e-06, 3.50794676e-06, 6.94094342e-06, -0.999999881)
2339
o152.BackSurface = Enum.SurfaceType.Weld
2340
o152.BottomSurface = Enum.SurfaceType.Smooth
2341
o152.FrontSurface = Enum.SurfaceType.Weld
2342
o152.LeftSurface = Enum.SurfaceType.Weld
2343
o152.RightSurface = Enum.SurfaceType.Weld
2344
o152.TopSurface = Enum.SurfaceType.Weld
2345
o152.Position = Vector3.new(-102.499763, 100.330811, 129.990311)
2346
o153.Parent = o71
2347
o153.Position = Vector3.new(-100.499763, 101.731049, 129.990036)
2348
o153.Rotation = Vector3.new(84.6200027, -89.6800003, 84.6200027)
2349
o153.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2350
o153.Velocity = Vector3.new(0.00919115078, 0.0136165675, 0.0024717832)
2351
o153.FormFactor = Enum.FormFactor.Symmetric
2352
o153.Size = Vector3.new(2, 1, 2)
2353
o153.CFrame = CFrame.new(-100.499763, 101.731049, 129.990036, 3.5085443e-06, -3.7255053e-05, -0.999984145, 3.40892548e-05, 0.999992251, -3.72549475e-05, 0.99999249, -5.00718779e-05, 3.5080252e-06)
2354
o153.BackSurface = Enum.SurfaceType.Weld
2355
o153.BottomSurface = Enum.SurfaceType.Smooth
2356
o153.FrontSurface = Enum.SurfaceType.Weld
2357
o153.LeftSurface = Enum.SurfaceType.Weld
2358
o153.RightSurface = Enum.SurfaceType.Weld
2359
o153.TopSurface = Enum.SurfaceType.Smooth
2360
o153.Position = Vector3.new(-100.499763, 101.731049, 129.990036)
2361
o154.Parent = o71
2362
o154.Transparency = 1
2363
o154.Position = Vector3.new(-107.440781, 95.7678528, 134.941452)
2364
o154.Rotation = Vector3.new(0, -45.0099983, 0)
2365
o154.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2366
o154.Velocity = Vector3.new(0.00850224216, 0.0143920165, 0.00243996037)
2367
o154.CanCollide = false
2368
o154.FormFactor = Enum.FormFactor.Plate
2369
o154.Size = Vector3.new(1, 0.800000012, 1)
2370
o154.CFrame = CFrame.new(-107.440781, 95.7678528, 134.941452, 0.706981242, 1.8119812e-05, -0.70723182, 1.90874562e-05, 0.999999762, 4.48822975e-05, 0.707232058, -4.55379486e-05, 0.706981778)
2371
o154.BackSurface = Enum.SurfaceType.Weld
2372
o154.BottomSurface = Enum.SurfaceType.Weld
2373
o154.Position = Vector3.new(-107.440781, 95.7678528, 134.941452)
2374
o155.Name = "b1"
2375
o155.Parent = o71
2376
o155.Position = Vector3.new(-102.500053, 102.730011, 126.491028)
2377
o155.Rotation = Vector3.new(-90, 0, -0.00999999978)
2378
o155.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2379
o155.Velocity = Vector3.new(0.00930068269, 0.0138789453, 0.00248407503)
2380
o155.CanCollide = false
2381
o155.FormFactor = Enum.FormFactor.Symmetric
2382
o155.Size = Vector3.new(2, 1, 3)
2383
o155.CFrame = CFrame.new(-102.500053, 102.730011, 126.491028, 0.999993205, 0.000174172223, -6.54002215e-05, 6.53944007e-05, 3.51492017e-05, 0.999996603, 0.000174161047, -0.999998331, 2.72661637e-05)
2384
o155.BackSurface = Enum.SurfaceType.Weld
2385
o155.BottomSurface = Enum.SurfaceType.Weld
2386
o155.Position = Vector3.new(-102.500053, 102.730011, 126.491028)
2387
o156.Parent = o71
2388
o156.Position = Vector3.new(-102.49971, 101.030983, 129.990097)
2389
o156.Rotation = Vector3.new(180, 0, 180)
2390
o156.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2391
o156.Velocity = Vector3.new(0.00910899509, 0.0138512691, 0.00247065537)
2392
o156.FormFactor = Enum.FormFactor.Plate
2393
o156.Size = Vector3.new(2, 0.400000006, 2)
2394
o156.CFrame = CFrame.new(-102.49971, 101.030983, 129.990097, -0.999999285, -3.72554823e-05, -3.50740015e-06, -3.72553332e-05, 0.999999642, -4.17231131e-05, 3.50896312e-06, -4.24386308e-05, -0.999999642)
2395
o156.BackSurface = Enum.SurfaceType.Weld
2396
o156.BottomSurface = Enum.SurfaceType.Weld
2397
o156.FrontSurface = Enum.SurfaceType.Weld
2398
o156.LeftSurface = Enum.SurfaceType.Weld
2399
o156.RightSurface = Enum.SurfaceType.Weld
2400
o156.TopSurface = Enum.SurfaceType.Weld
2401
o156.Position = Vector3.new(-102.49971, 101.030983, 129.990097)
2402
o157.Parent = o71
2403
o157.Position = Vector3.new(-100.500481, 101.731041, 127.990196)
2404
o157.Rotation = Vector3.new(0, 0, -90)
2405
o157.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2406
o157.Velocity = Vector3.new(0.00918674842, 0.0136324465, 0.00247178436)
2407
o157.FormFactor = Enum.FormFactor.Symmetric
2408
o157.Size = Vector3.new(1, 2, 2)
2409
o157.CFrame = CFrame.new(-100.500481, 101.731041, 127.990196, 3.72132126e-05, 0.99999994, -6.24726526e-05, -0.999999881, 3.72137001e-05, 7.35204731e-06, 7.59288014e-06, 6.2473584e-05, 1)
2410
o157.BackSurface = Enum.SurfaceType.Weld
2411
o157.BottomSurface = Enum.SurfaceType.Weld
2412
o157.FrontSurface = Enum.SurfaceType.Weld
2413
o157.TopSurface = Enum.SurfaceType.Weld
2414
o157.Position = Vector3.new(-100.500481, 101.731041, 127.990196)
2415
o158.Parent = o71
2416
o158.Transparency = 1
2417
o158.Position = Vector3.new(-100.712471, 100.333694, 128.213364)
2418
o158.Rotation = Vector3.new(90, 0, -134.990005)
2419
o158.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2420
o158.Velocity = Vector3.new(0.00902325474, 0.013655562, 0.00246121478)
2421
o158.FormFactor = Enum.FormFactor.Plate
2422
o158.Size = Vector3.new(1, 0.800000012, 1)
2423
o158.CFrame = CFrame.new(-100.712471, 100.333694, 128.213364, -0.706982732, 0.707208276, 3.73786606e-05, -3.06440124e-05, 2.22340386e-05, -0.999991655, -0.707213402, -0.706988037, 2.19540725e-05)
2424
o158.BackSurface = Enum.SurfaceType.Weld
2425
o158.BottomSurface = Enum.SurfaceType.Weld
2426
o158.Position = Vector3.new(-100.712471, 100.333694, 128.213364)
2427
o159.Parent = o71
2428
o159.Position = Vector3.new(-104.008766, 100.349678, 128.500671)
2429
o159.Rotation = Vector3.new(-179.949997, 89.7600021, 89.9400024)
2430
o159.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2431
o159.Velocity = Vector3.new(0.00902576279, 0.0140401265, 0.00246859528)
2432
o159.FormFactor = Enum.FormFactor.Symmetric
2433
o159.Size = Vector3.new(1, 1, 1)
2434
o159.CFrame = CFrame.new(-104.008766, 100.349678, 128.500671, 4.45431442e-06, -0.00406023348, 0.999991059, -0.999999642, -0.000258449611, 3.40496536e-06, 0.000259149354, -0.999991417, -0.00406023534)
2435
o159.BackSurface = Enum.SurfaceType.Weld
2436
o159.BottomSurface = Enum.SurfaceType.Weld
2437
o159.Position = Vector3.new(-104.008766, 100.349678, 128.500671)
2438
o160.Parent = o71
2439
o160.Transparency = 1
2440
o160.Position = Vector3.new(-104.287811, 100.333366, 128.212967)
2441
o160.Rotation = Vector3.new(90, 0, 135)
2442
o160.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2443
o160.Velocity = Vector3.new(0.00902321562, 0.0140751461, 0.0024690805)
2444
o160.FormFactor = Enum.FormFactor.Plate
2445
o160.Size = Vector3.new(1, 0.800000012, 1)
2446
o160.CFrame = CFrame.new(-104.287811, 100.333366, 128.212967, -0.707116842, -0.707094848, 4.67912287e-05, -4.21484147e-05, -2.40772388e-05, -0.999999464, 0.707095325, -0.707117438, -1.13426804e-05)
2447
o160.BackSurface = Enum.SurfaceType.Weld
2448
o160.BottomSurface = Enum.SurfaceType.Weld
2449
o160.Position = Vector3.new(-104.287811, 100.333366, 128.212967)
2450
o161.Name = "Leg"
2451
o161.Parent = o71
2452
o161.BrickColor = BrickColor.new("Dark stone grey")
2453
o161.Position = Vector3.new(-107.449928, 94.9673767, 125.050407)
2454
o161.Rotation = Vector3.new(-0.00999999978, 45, -179.990005)
2455
o161.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2456
o161.Velocity = Vector3.new(0.00838653464, 0.0144712124, 0.00243365811)
2457
o161.FormFactor = Enum.FormFactor.Plate
2458
o161.Size = Vector3.new(1, 0.800000012, 1)
2459
o161.CFrame = CFrame.new(-107.449928, 94.9673767, 125.050407, -0.707099855, 0.000178277638, 0.707110167, -9.82182173e-05, -0.999999046, 0.000154189271, 0.707111061, 4.2551459e-05, 0.707101107)
2460
o161.BackSurface = Enum.SurfaceType.Weld
2461
o161.BottomSurface = Enum.SurfaceType.Weld
2462
o161.FrontSurface = Enum.SurfaceType.Weld
2463
o161.LeftSurface = Enum.SurfaceType.Weld
2464
o161.RightSurface = Enum.SurfaceType.Weld
2465
o161.TopSurface = Enum.SurfaceType.Weld
2466
o161.Color = Color3.new(0.388235, 0.372549, 0.384314)
2467
o161.Position = Vector3.new(-107.449928, 94.9673767, 125.050407)
2468
o162.Parent = o161
2469
o162.Scale = Vector3.new(2, 1, 2)
2470
o163.Parent = o71
2471
o163.Transparency = 1
2472
o163.Position = Vector3.new(-100.72261, 100.333778, 131.778961)
2473
o163.Rotation = Vector3.new(90, 0, -45)
2474
o163.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2475
o163.Velocity = Vector3.new(0.00903111231, 0.0136285909, 0.00246123783)
2476
o163.FormFactor = Enum.FormFactor.Plate
2477
o163.Size = Vector3.new(1, 0.800000012, 1)
2478
o163.CFrame = CFrame.new(-100.72261, 100.333778, 131.778961, 0.707141519, 0.707071245, 4.31597364e-05, -2.68695803e-05, 8.80418083e-05, -0.999999881, -0.707071602, 0.707141936, 8.2094215e-05)
2479
o163.BackSurface = Enum.SurfaceType.Weld
2480
o163.BottomSurface = Enum.SurfaceType.Weld
2481
o163.Position = Vector3.new(-100.72261, 100.333778, 131.778961)
2482
o164.Parent = o71
2483
o164.Position = Vector3.new(-102.507973, 101.721146, 127.997169)
2484
o164.Rotation = Vector3.new(178.759995, -89.7099991, 178.759995)
2485
o164.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2486
o164.Velocity = Vector3.new(0.00918560289, 0.0138679789, 0.00247612433)
2487
o164.FormFactor = Enum.FormFactor.Symmetric
2488
o164.Size = Vector3.new(2, 1, 2)
2489
o164.CFrame = CFrame.new(-102.507973, 101.721146, 127.997169, -0.00499633094, -0.000108388376, -0.999987423, 6.3979378e-06, 0.999999881, -0.000108421715, 0.999987483, -7.17807825e-06, -0.00499633094)
2490
o164.BackSurface = Enum.SurfaceType.Weld
2491
o164.BottomSurface = Enum.SurfaceType.Smooth
2492
o164.FrontSurface = Enum.SurfaceType.Weld
2493
o164.LeftSurface = Enum.SurfaceType.Weld
2494
o164.RightSurface = Enum.SurfaceType.Weld
2495
o164.TopSurface = Enum.SurfaceType.Smooth
2496
o164.Position = Vector3.new(-102.507973, 101.721146, 127.997169)
2497
o165.Parent = o71
2498
o165.Position = Vector3.new(-100.998741, 100.333702, 129.981888)
2499
o165.Rotation = Vector3.new(-180, -0.140000001, 180)
2500
o165.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2501
o165.Velocity = Vector3.new(0.0090271486, 0.0136751886, 0.00246184436)
2502
o165.FormFactor = Enum.FormFactor.Symmetric
2503
o165.Size = Vector3.new(1, 1, 2)
2504
o165.CFrame = CFrame.new(-100.998741, 100.333702, 129.981888, -0.999991059, -1.90414776e-05, -0.00236225198, -1.90701521e-05, 0.999997258, 1.21149469e-05, 0.00236227852, 5.48061507e-06, -0.999995947)
2505
o165.BackSurface = Enum.SurfaceType.Weld
2506
o165.BottomSurface = Enum.SurfaceType.Smooth
2507
o165.FrontSurface = Enum.SurfaceType.Weld
2508
o165.LeftSurface = Enum.SurfaceType.Weld
2509
o165.RightSurface = Enum.SurfaceType.Weld
2510
o165.TopSurface = Enum.SurfaceType.Weld
2511
o165.Position = Vector3.new(-100.998741, 100.333702, 129.981888)
2512
o166.Parent = o71
2513
o166.Position = Vector3.new(-101.000412, 100.333862, 128.491211)
2514
o166.Rotation = Vector3.new(149.479996, -89.8099976, -120.519997)
2515
o166.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2516
o166.Velocity = Vector3.new(0.00902388617, 0.0136871589, 0.00246184971)
2517
o166.FormFactor = Enum.FormFactor.Symmetric
2518
o166.Size = Vector3.new(1, 1, 1)
2519
o166.CFrame = CFrame.new(-101.000412, 100.333862, 128.491211, -4.04371167e-05, 6.8588226e-05, -0.999994516, 0.999997079, -4.13081361e-05, -4.04400234e-05, -4.67975187e-05, -0.999997079, -6.85865598e-05)
2520
o166.BackSurface = Enum.SurfaceType.Weld
2521
o166.BottomSurface = Enum.SurfaceType.Weld
2522
o166.Position = Vector3.new(-101.000412, 100.333862, 128.491211)
2523
o167.Parent = o71
2524
o167.Position = Vector3.new(-102.499771, 101.730919, 129.989944)
2525
o167.Rotation = Vector3.new(180, 0, 180)
2526
o167.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2527
o167.Velocity = Vector3.new(0.00919113494, 0.0138512775, 0.0024761837)
2528
o167.FormFactor = Enum.FormFactor.Symmetric
2529
o167.Size = Vector3.new(2, 1, 2)
2530
o167.CFrame = CFrame.new(-102.499771, 101.730919, 129.989944, -0.999991715, -3.72558134e-05, -3.52274674e-06, -3.72556751e-05, 0.999995947, -4.10073044e-05, 3.52337611e-06, -4.93564039e-05, -0.999996066)
2531
o167.BackSurface = Enum.SurfaceType.Weld
2532
o167.BottomSurface = Enum.SurfaceType.Smooth
2533
o167.FrontSurface = Enum.SurfaceType.Weld
2534
o167.LeftSurface = Enum.SurfaceType.Weld
2535
o167.RightSurface = Enum.SurfaceType.Weld
2536
o167.TopSurface = Enum.SurfaceType.Smooth
2537
o167.Position = Vector3.new(-102.499771, 101.730919, 129.989944)
2538
o168.Parent = o71
2539
o168.BrickColor = BrickColor.new("Dark stone grey")
2540
o168.Position = Vector3.new(-102.49971, 98.9308014, 129.99028)
2541
o168.Rotation = Vector3.new(-180, 0, 180)
2542
o168.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2543
o168.Velocity = Vector3.new(0.00886252988, 0.0138512673, 0.00245406781)
2544
o168.FormFactor = Enum.FormFactor.Symmetric
2545
o168.Size = Vector3.new(4, 1, 4)
2546
o168.CFrame = CFrame.new(-102.49971, 98.9308014, 129.99028, -0.999999762, -3.73866205e-05, -3.50821233e-06, -3.7386646e-05, 0.999999881, 7.179362e-06, 3.50794676e-06, 6.94094342e-06, -0.999999881)
2547
o168.BackSurface = Enum.SurfaceType.Weld
2548
o168.BottomSurface = Enum.SurfaceType.Smooth
2549
o168.FrontSurface = Enum.SurfaceType.Weld
2550
o168.LeftSurface = Enum.SurfaceType.Weld
2551
o168.RightSurface = Enum.SurfaceType.Weld
2552
o168.TopSurface = Enum.SurfaceType.Weld
2553
o168.Color = Color3.new(0.388235, 0.372549, 0.384314)
2554
o168.Position = Vector3.new(-102.49971, 98.9308014, 129.99028)
2555
o169.Parent = o71
2556
o169.BrickColor = BrickColor.new("Dark stone grey")
2557
o169.Position = Vector3.new(-100.000023, 109.731171, 132.4897)
2558
o169.Rotation = Vector3.new(-95.3799973, 89.9300003, 95.3799973)
2559
o169.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2560
o169.Velocity = Vector3.new(0.0101354979, 0.0135381781, 0.00253386959)
2561
o169.CanCollide = false
2562
o169.FormFactor = Enum.FormFactor.Symmetric
2563
o169.Size = Vector3.new(1, 1, 1)
2564
o169.CFrame = CFrame.new(-100.000023, 109.731171, 132.4897, -3.50739992e-06, -3.72554787e-05, 0.999999285, -4.17231131e-05, 0.999999642, 3.72553368e-05, -0.999999642, -4.24386308e-05, -3.50896312e-06)
2565
o169.BottomSurface = Enum.SurfaceType.Smooth
2566
o169.TopSurface = Enum.SurfaceType.Smooth
2567
o169.Color = Color3.new(0.388235, 0.372549, 0.384314)
2568
o169.Position = Vector3.new(-100.000023, 109.731171, 132.4897)
2569
o170.Parent = o169
2570
o170.Scale = Vector3.new(2, 2, 2)
2571
o170.MeshType = Enum.MeshType.Sphere
2572
o171.Parent = o71
2573
o171.Transparency = 1
2574
o171.Position = Vector3.new(-107.449715, 95.7676239, 125.050491)
2575
o171.Rotation = Vector3.new(179.990005, -45, 179.990005)
2576
o171.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2577
o171.Velocity = Vector3.new(0.00848044734, 0.0144711863, 0.00243997807)
2578
o171.CanCollide = false
2579
o171.FormFactor = Enum.FormFactor.Plate
2580
o171.Size = Vector3.new(1, 0.800000012, 1)
2581
o171.CFrame = CFrame.new(-107.449715, 95.7676239, 125.050491, -0.707120657, -0.000119189972, -0.707091093, -5.86172391e-05, 0.999999523, -0.000110086447, 0.70709157, -3.78843397e-05, -0.707121253)
2582
o171.BackSurface = Enum.SurfaceType.Weld
2583
o171.BottomSurface = Enum.SurfaceType.Weld
2584
o171.Position = Vector3.new(-107.449715, 95.7676239, 125.050491)
2585
o172.Name = "Leg"
2586
o172.Parent = o71
2587
o172.BrickColor = BrickColor.new("Dark stone grey")
2588
o172.Position = Vector3.new(-107.440796, 94.9679642, 134.941559)
2589
o172.Rotation = Vector3.new(179.990005, 45.0099983, 0.00999999978)
2590
o172.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2591
o172.Velocity = Vector3.new(0.00840837229, 0.0143920174, 0.00243364275)
2592
o172.FormFactor = Enum.FormFactor.Plate
2593
o172.Size = Vector3.new(1, 0.800000012, 1)
2594
o172.CFrame = CFrame.new(-107.440796, 94.9679642, 134.941559, 0.706940293, -7.14456182e-05, 0.707272291, -2.59419699e-06, -0.999999523, -9.87843814e-05, 0.707272768, 6.8615409e-05, -0.706941307)
2595
o172.BackSurface = Enum.SurfaceType.Weld
2596
o172.BottomSurface = Enum.SurfaceType.Weld
2597
o172.FrontSurface = Enum.SurfaceType.Weld
2598
o172.LeftSurface = Enum.SurfaceType.Weld
2599
o172.RightSurface = Enum.SurfaceType.Weld
2600
o172.TopSurface = Enum.SurfaceType.Weld
2601
o172.Color = Color3.new(0.388235, 0.372549, 0.384314)
2602
o172.Position = Vector3.new(-107.440796, 94.9679642, 134.941559)
2603
o173.Parent = o172
2604
o173.Scale = Vector3.new(2, 1, 2)
2605
o174.Parent = o71
2606
o174.Position = Vector3.new(-100.499763, 101.725136, 131.988281)
2607
o174.Rotation = Vector3.new(75.0800018, -89.6800003, -14.9200001)
2608
o174.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2609
o174.Velocity = Vector3.new(0.00919485465, 0.0136007853, 0.0024717364)
2610
o174.FormFactor = Enum.FormFactor.Symmetric
2611
o174.Size = Vector3.new(1, 2, 2)
2612
o174.CFrame = CFrame.new(-100.499763, 101.725136, 131.988281, 3.04200184e-05, 8.10586243e-06, -0.999984145, -0.999992251, 0.000120698489, -3.04189962e-05, 0.000136681017, 0.99999249, 8.10767324e-06)
2613
o174.BackSurface = Enum.SurfaceType.Weld
2614
o174.BottomSurface = Enum.SurfaceType.Weld
2615
o174.FrontSurface = Enum.SurfaceType.Weld
2616
o174.TopSurface = Enum.SurfaceType.Weld
2617
o174.Position = Vector3.new(-100.499763, 101.725136, 131.988281)
2618
o175.Parent = o71
2619
o175.BrickColor = BrickColor.new("Dark stone grey")
2620
o175.Position = Vector3.new(-100.003876, 109.73214, 127.479286)
2621
o175.Rotation = Vector3.new(-179.539993, 89.7600021, 179.539993)
2622
o175.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2623
o175.Velocity = Vector3.new(0.0101245856, 0.0135782026, 0.00253388542)
2624
o175.CanCollide = false
2625
o175.FormFactor = Enum.FormFactor.Symmetric
2626
o175.Size = Vector3.new(1, 1, 1)
2627
o175.CFrame = CFrame.new(-100.003876, 109.73214, 127.479286, -0.00235947454, -1.88392332e-05, 0.99999094, 8.17630571e-05, 0.999997258, 1.90322135e-05, -0.999995708, 7.51284824e-05, -0.00235950015)
2628
o175.BottomSurface = Enum.SurfaceType.Smooth
2629
o175.TopSurface = Enum.SurfaceType.Smooth
2630
o175.Color = Color3.new(0.388235, 0.372549, 0.384314)
2631
o175.Position = Vector3.new(-100.003876, 109.73214, 127.479286)
2632
o176.Parent = o175
2633
o176.Scale = Vector3.new(2, 2, 2)
2634
o176.MeshType = Enum.MeshType.Sphere
2635
o177.Name = "b1"
2636
o177.Parent = o71
2637
o177.Position = Vector3.new(-99.0042572, 104.743942, 129.999161)
2638
o177.Rotation = Vector3.new(-31.0699997, 89.6699982, 31.0699997)
2639
o177.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2640
o177.Velocity = Vector3.new(0.00954474602, 0.0134409918, 0.00249228813)
2641
o177.CanCollide = false
2642
o177.FormFactor = Enum.FormFactor.Symmetric
2643
o177.Size = Vector3.new(2, 1, 1)
2644
o177.CFrame = CFrame.new(-99.0042572, 104.743942, 129.999161, 6.33058953e-05, -3.81447971e-05, 0.999983668, 8.25088355e-05, 0.999992013, 3.81395948e-05, -0.999992251, 6.60466176e-05, 6.33113741e-05)
2645
o177.BackSurface = Enum.SurfaceType.Weld
2646
o177.BottomSurface = Enum.SurfaceType.Weld
2647
o177.FrontSurface = Enum.SurfaceType.Weld
2648
o177.LeftSurface = Enum.SurfaceType.Weld
2649
o177.RightSurface = Enum.SurfaceType.Weld
2650
o177.TopSurface = Enum.SurfaceType.Weld
2651
o177.Position = Vector3.new(-99.0042572, 104.743942, 129.999161)
2652
o178.Parent = o71
2653
o178.Position = Vector3.new(-100.086472, 106.729393, 127.696449)
2654
o178.Rotation = Vector3.new(90.0299988, 0, -134.990005)
2655
o178.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2656
o178.Velocity = Vector3.new(0.00977267884, 0.0135861812, 0.00251035113)
2657
o178.CanCollide = false
2658
o178.FormFactor = Enum.FormFactor.Symmetric
2659
o178.Size = Vector3.new(3, 1, 3)
2660
o178.CFrame = CFrame.new(-100.086472, 106.729393, 127.696449, -0.70693171, 0.707281709, -7.2762341e-05, 0.000415383256, 0.000312301854, -0.999999762, -0.707281649, -0.706931829, -0.000514330692)
2661
o178.BackSurface = Enum.SurfaceType.Weld
2662
o178.BottomSurface = Enum.SurfaceType.Weld
2663
o178.Position = Vector3.new(-100.086472, 106.729393, 127.696449)
2664
o179.Parent = o71
2665
o179.Position = Vector3.new(-100.086006, 104.732262, 127.697449)
2666
o179.Rotation = Vector3.new(179.979996, 45.0200005, 0.0199999996)
2667
o179.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2668
o179.Velocity = Vector3.new(0.00953830965, 0.0135861188, 0.00249457639)
2669
o179.CanCollide = false
2670
o179.FormFactor = Enum.FormFactor.Symmetric
2671
o179.Size = Vector3.new(3, 1, 1)
2672
o179.CFrame = CFrame.new(-100.086006, 104.732262, 127.697449, 0.706818581, -0.000211886363, 0.707394719, -0.000105810701, -0.999999881, -0.000193805987, 0.707394898, 6.23742599e-05, -0.7068187)
2673
o179.BackSurface = Enum.SurfaceType.Weld
2674
o179.BottomSurface = Enum.SurfaceType.Weld
2675
o179.FrontSurface = Enum.SurfaceType.Weld
2676
o179.LeftSurface = Enum.SurfaceType.Weld
2677
o179.RightSurface = Enum.SurfaceType.Weld
2678
o179.TopSurface = Enum.SurfaceType.Weld
2679
o179.Position = Vector3.new(-100.086006, 104.732262, 127.697449)
2680
o180.Name = "b1"
2681
o180.Parent = o71
2682
o180.Position = Vector3.new(-99.0000458, 102.72644, 129.987823)
2683
o180.Rotation = Vector3.new(-90, 0, -90)
2684
o180.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2685
o180.Velocity = Vector3.new(0.00930795912, 0.0134405866, 0.00247634435)
2686
o180.CanCollide = false
2687
o180.FormFactor = Enum.FormFactor.Symmetric
2688
o180.Size = Vector3.new(2, 1, 3)
2689
o180.CFrame = CFrame.new(-99.0000458, 102.72644, 129.987823, -2.32914899e-05, 0.999983668, -3.20207291e-05, -3.25602632e-05, 3.20199397e-05, 0.999992013, 0.999992251, 2.32946168e-05, 1.60996897e-05)
2690
o180.BackSurface = Enum.SurfaceType.Weld
2691
o180.BottomSurface = Enum.SurfaceType.Weld
2692
o180.Position = Vector3.new(-99.0000458, 102.72644, 129.987823)
2693
o181.Name = "b1"
2694
o181.Parent = o71
2695
o181.Position = Vector3.new(-99.0046997, 106.740417, 129.998169)
2696
o181.Rotation = Vector3.new(90.0199966, 0.00999999978, -90.0100021)
2697
o181.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2698
o181.Velocity = Vector3.new(0.00977903791, 0.0134410514, 0.00250805751)
2699
o181.CanCollide = false
2700
o181.FormFactor = Enum.FormFactor.Symmetric
2701
o181.Size = Vector3.new(2, 1, 3)
2702
o181.CFrame = CFrame.new(-99.0046997, 106.740417, 129.998169, -0.00014657859, 0.999983668, 0.000143414596, 0.000332029973, 0.00014346416, -0.999992013, -0.999992251, -0.000146532169, -0.000315591256)
2703
o181.BackSurface = Enum.SurfaceType.Weld
2704
o181.BottomSurface = Enum.SurfaceType.Weld
2705
o181.Position = Vector3.new(-99.0046997, 106.740417, 129.998169)
2706
o182.Name = "Leg"
2707
o182.Parent = o71
2708
o182.BrickColor = BrickColor.new("Dark stone grey")
2709
o182.Position = Vector3.new(-97.5602188, 94.9682846, 134.942551)
2710
o182.Rotation = Vector3.new(-0.00999999978, 45, -179.990005)
2711
o182.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2712
o182.Velocity = Vector3.new(0.00840841141, 0.0132324845, 0.00241190079)
2713
o182.FormFactor = Enum.FormFactor.Plate
2714
o182.Size = Vector3.new(1, 0.800000012, 1)
2715
o182.CFrame = CFrame.new(-97.5602188, 94.9682846, 134.942551, -0.707104325, 0.000153931134, 0.707107782, -8.2048311e-05, -0.999999762, 0.0001363458, 0.707108319, 3.97640906e-05, 0.707105398)
2716
o182.BackSurface = Enum.SurfaceType.Weld
2717
o182.BottomSurface = Enum.SurfaceType.Weld
2718
o182.FrontSurface = Enum.SurfaceType.Weld
2719
o182.LeftSurface = Enum.SurfaceType.Weld
2720
o182.RightSurface = Enum.SurfaceType.Weld
2721
o182.TopSurface = Enum.SurfaceType.Weld
2722
o182.Color = Color3.new(0.388235, 0.372549, 0.384314)
2723
o182.Position = Vector3.new(-97.5602188, 94.9682846, 134.942551)
2724
o183.Parent = o182
2725
o183.Scale = Vector3.new(2, 1, 2)
2726
o184.Name = "Leg"
2727
o184.Parent = o71
2728
o184.Position = Vector3.new(-98.9531326, 98.0230179, 126.453972)
2729
o184.Rotation = Vector3.new(-0.00999999978, 45.0099983, -141.330002)
2730
o184.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2731
o184.Velocity = Vector3.new(0.00874821562, 0.0134629924, 0.00243909284)
2732
o184.FormFactor = Enum.FormFactor.Symmetric
2733
o184.Size = Vector3.new(1, 6, 1)
2734
o184.CFrame = CFrame.new(-98.9531326, 98.0230179, 126.453972, -0.552005589, 0.441760272, 0.70717448, -0.624752462, -0.780808866, 8.98491271e-05, 0.552232444, -0.441752225, 0.70701611)
2735
o184.BackSurface = Enum.SurfaceType.Weld
2736
o184.BottomSurface = Enum.SurfaceType.Weld
2737
o184.FrontSurface = Enum.SurfaceType.Weld
2738
o184.LeftSurface = Enum.SurfaceType.Weld
2739
o184.RightSurface = Enum.SurfaceType.Weld
2740
o184.TopSurface = Enum.SurfaceType.Weld
2741
o184.Position = Vector3.new(-98.9531326, 98.0230179, 126.453972)
2742
o185.Parent = o184
2743
o185.Scale = Vector3.new(0.600000024, 1.39999998, 0.600000024)
2744
o186.Parent = o71
2745
o186.Position = Vector3.new(-100.086372, 102.732269, 127.697693)
2746
o186.Rotation = Vector3.new(-90, 0, -45.0099983)
2747
o186.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2748
o186.Velocity = Vector3.new(0.00930360332, 0.0135861598, 0.00247878092)
2749
o186.CanCollide = false
2750
o186.FormFactor = Enum.FormFactor.Symmetric
2751
o186.Size = Vector3.new(3, 1, 3)
2752
o186.CFrame = CFrame.new(-100.086372, 102.732269, 127.697693, 0.706936479, 0.70727694, -6.36365148e-05, 4.96264183e-05, 4.03714694e-05, 0.999999881, 0.70727706, -0.706936538, -6.79806681e-06)
2753
o186.BackSurface = Enum.SurfaceType.Weld
2754
o186.BottomSurface = Enum.SurfaceType.Weld
2755
o186.Position = Vector3.new(-100.086372, 102.732269, 127.697693)
2756
o187.Parent = o186
2757
o187.Texture = "http://www.roblox.com/asset/?id=18820613"
2758
o188.Parent = o71
2759
o188.Transparency = 1
2760
o188.Position = Vector3.new(-97.560318, 95.7682343, 134.942474)
2761
o188.Rotation = Vector3.new(-0.00999999978, 45, 0.00999999978)
2762
o188.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2763
o188.Velocity = Vector3.new(0.00850228872, 0.0132324966, 0.00241821911)
2764
o188.CanCollide = false
2765
o188.FormFactor = Enum.FormFactor.Plate
2766
o188.Size = Vector3.new(1, 0.800000012, 1)
2767
o188.CFrame = CFrame.new(-97.560318, 95.7682343, 134.942474, 0.707122505, -7.05132989e-05, 0.707090318, -7.83406358e-06, 0.999999881, 0.000107908883, -0.707090616, -8.25293973e-05, 0.707123041)
2768
o188.BackSurface = Enum.SurfaceType.Weld
2769
o188.BottomSurface = Enum.SurfaceType.Weld
2770
o188.Position = Vector3.new(-97.560318, 95.7682343, 134.942474)
2771
o189.Parent = o71
2772
o189.Transparency = 1
2773
o189.Position = Vector3.new(-97.5503006, 95.7677307, 125.050789)
2774
o189.Rotation = Vector3.new(180, 45, -180)
2775
o189.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2776
o189.Velocity = Vector3.new(0.00848046038, 0.0133094471, 0.00241819303)
2777
o189.CanCollide = false
2778
o189.FormFactor = Enum.FormFactor.Plate
2779
o189.Size = Vector3.new(1, 0.800000012, 1)
2780
o189.CFrame = CFrame.new(-97.5503006, 95.7677307, 125.050789, -0.707138717, 1.67007966e-05, 0.707045197, 7.43086275e-06, 0.999989033, -1.60887121e-05, -0.707051873, -2.71538229e-05, -0.707145751)
2781
o189.BackSurface = Enum.SurfaceType.Weld
2782
o189.BottomSurface = Enum.SurfaceType.Weld
2783
o189.Position = Vector3.new(-97.5503006, 95.7677307, 125.050789)
2784
o190.Name = "Leg"
2785
o190.Parent = o71
2786
o190.BrickColor = BrickColor.new("Dark stone grey")
2787
o190.Position = Vector3.new(-97.5502014, 94.9677887, 125.050827)
2788
o190.Rotation = Vector3.new(0, -45, -0.00999999978)
2789
o190.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2790
o190.Velocity = Vector3.new(0.008386584, 0.013309435, 0.00241187471)
2791
o190.FormFactor = Enum.FormFactor.Plate
2792
o190.Size = Vector3.new(1, 0.800000012, 1)
2793
o190.CFrame = CFrame.new(-97.5502014, 94.9677887, 125.050827, 0.707133651, 7.80330374e-05, -0.707050204, -7.64751821e-05, 0.999989033, 3.37790516e-05, 0.70705694, 9.15539567e-06, 0.707140684)
2794
o190.BackSurface = Enum.SurfaceType.Weld
2795
o190.BottomSurface = Enum.SurfaceType.Weld
2796
o190.FrontSurface = Enum.SurfaceType.Weld
2797
o190.LeftSurface = Enum.SurfaceType.Weld
2798
o190.RightSurface = Enum.SurfaceType.Weld
2799
o190.TopSurface = Enum.SurfaceType.Weld
2800
o190.Color = Color3.new(0.388235, 0.372549, 0.384314)
2801
o190.Position = Vector3.new(-97.5502014, 94.9677887, 125.050827)
2802
o191.Parent = o190
2803
o191.Scale = Vector3.new(2, 1, 2)
2804
o192.Name = "engine"
2805
o192.Parent = o71
2806
o192.BrickColor = BrickColor.new("Lime green")
2807
o192.Transparency = 1
2808
o192.Position = Vector3.new(-102.498077, 57.1309814, 129.491943)
2809
o192.Rotation = Vector3.new(90, 0, 180)
2810
o192.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2811
o192.Velocity = Vector3.new(0.0039560548, 0.0138550121, 0.00212392281)
2812
o192.CanCollide = false
2813
o192.FormFactor = Enum.FormFactor.Symmetric
2814
o192.Size = Vector3.new(30, 30, 103)
2815
o192.CFrame = CFrame.new(-102.498077, 57.1309814, 129.491943, -0.999999762, -3.50739538e-06, 3.72554932e-05, -3.72553477e-05, -4.19616699e-05, -0.999999881, 3.50896153e-06, -0.999999881, 4.22000885e-05)
2816
o192.BottomSurface = Enum.SurfaceType.Smooth
2817
o192.FrontSurface = Enum.SurfaceType.Weld
2818
o192.TopSurface = Enum.SurfaceType.Smooth
2819
o192.Color = Color3.new(0, 1, 0)
2820
o192.Position = Vector3.new(-102.498077, 57.1309814, 129.491943)
2821
o193.Parent = o192
2822
o193.velocity = Vector3.new(15.9704123, 7.1182394, 46.8431053)
2823
o194.Parent = o192
2824
o194.CFrame = CFrame.new(-19.4960938, 335.091614, -23.5079536, -1, -3.48261869e-06, -3.78456463e-07, 3.78457884e-07, -4.09670804e-07, -1, 3.48261847e-06, -1, 4.09672111e-07)
2825
o194.maxTorque = Vector3.new(0, 0, 0)
2826
o194.MaxTorque = Vector3.new(0, 0, 0)
2827
o195.Parent = o192
2828
table.insert(cors,coroutine.create(function()
2829
wait()
2830
runDummyScript(function()
2831
--Robug labs 2011--
2832
2833
speed = 25
2834
twang = 0
2835
engine = script.Parent
2836
Rocket = engine.Parent.Parent
2837
2838
bv = engine.BodyVelocity
2839
bg = engine.BodyGyro
2840
bg.cframe = engine.CFrame
2841
click = Rocket.Capsule.Launch.Head.ClickDetector
2842
2843
Click_Con = nil
2844
Flying = false
2845
2846
bg.maxTorque = Vector3.new(0,0,0)
2847
bv.maxForce = Vector3.new(0,0,0)
2848
2849
Click_Con = click.MouseClick:connect(function()
2850
print("so far so good...")
2851
	if Flying == false then
2852
print("flying was false...")
2853
		bg.maxTorque = Vector3.new(3e+005,3e+005,3e+005)
2854
		bv.maxForce = Vector3.new(math.huge,math.huge,math.huge)
2855
		bg.cframe = engine.CFrame
2856
		Flying = true
2857
		
2858
2859
		
2860
		
2861
else 
2862
print("You alreday pushed the nuke button!")
2863
	end
2864
end)
2865
2866
while true do
2867
wait()
2868
if Flying == true then
2869
	bv.velocity = engine.CFrame.lookVector * speed
2870
	bg.cframe = bg.cframe * CFrame.fromEulerAnglesXYZ(0,0,(math.rad(twang)))
2871
	end
2872
end
2873
2874
end,o195)
2875
end))
2876
o196.Name = "s1"
2877
o196.Parent = o11
2878
o197.Parent = o196
2879
o197.BrickColor = BrickColor.new("Medium green")
2880
o197.Position = Vector3.new(-108.996216, 48.530468, 122.995667)
2881
o197.Rotation = Vector3.new(0, -0.00999999978, 0)
2882
o197.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2883
o197.Velocity = Vector3.new(0.00293245353, 0.0146689033, 0.00207029516)
2884
o197.CFrame = CFrame.new(-108.996216, 48.530468, 122.995667, 0.999987185, -4.34923386e-05, -8.84396432e-05, 4.34982685e-05, 0.99999392, 6.50022703e-05, 8.84223628e-05, -7.81262352e-05, 0.999995172)
2885
o197.BackSurface = Enum.SurfaceType.Weld
2886
o197.BottomSurface = Enum.SurfaceType.Weld
2887
o197.FrontSurface = Enum.SurfaceType.Weld
2888
o197.LeftSurface = Enum.SurfaceType.Weld
2889
o197.RightSurface = Enum.SurfaceType.Weld
2890
o197.TopSurface = Enum.SurfaceType.Weld
2891
o197.Color = Color3.new(0.631373, 0.768628, 0.54902)
2892
o197.Position = Vector3.new(-108.996216, 48.530468, 122.995667)
2893
o198.Parent = o196
2894
o198.BrickColor = BrickColor.new("Medium green")
2895
o198.Position = Vector3.new(-104.997276, 48.5303802, 119.992058)
2896
o198.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2897
o198.Velocity = Vector3.new(0.00292583276, 0.0142233344, 0.00206149393)
2898
o198.CFrame = CFrame.new(-104.997276, 48.5303802, 119.992058, 0.999986231, -3.72536706e-05, 3.50682603e-06, 3.72536306e-05, 0.999993443, 5.38886743e-05, -3.52394522e-06, -6.79628429e-05, 0.999994695)
2899
o198.BackSurface = Enum.SurfaceType.Weld
2900
o198.BottomSurface = Enum.SurfaceType.Weld
2901
o198.FrontSurface = Enum.SurfaceType.Weld
2902
o198.LeftSurface = Enum.SurfaceType.Weld
2903
o198.RightSurface = Enum.SurfaceType.Weld
2904
o198.TopSurface = Enum.SurfaceType.Weld
2905
o198.Color = Color3.new(0.631373, 0.768628, 0.54902)
2906
o198.Position = Vector3.new(-104.997276, 48.5303802, 119.992058)
2907
o199.Parent = o196
2908
o199.BrickColor = BrickColor.new("Medium green")
2909
o199.Position = Vector3.new(-111.997559, 48.5304642, 126.992508)
2910
o199.Rotation = Vector3.new(180, 0, 180)
2911
o199.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2912
o199.Velocity = Vector3.new(0.00294124917, 0.0149895558, 0.0020769008)
2913
o199.CFrame = CFrame.new(-111.997559, 48.5304642, 126.992508, -0.999986708, -3.72540635e-05, -3.49213155e-06, -3.72539253e-05, 0.999993682, -8.1321632e-05, 3.51026688e-06, -9.49187379e-05, -0.999994934)
2914
o199.BackSurface = Enum.SurfaceType.Weld
2915
o199.BottomSurface = Enum.SurfaceType.Weld
2916
o199.FrontSurface = Enum.SurfaceType.Weld
2917
o199.LeftSurface = Enum.SurfaceType.Weld
2918
o199.RightSurface = Enum.SurfaceType.Weld
2919
o199.TopSurface = Enum.SurfaceType.Weld
2920
o199.Color = Color3.new(0.631373, 0.768628, 0.54902)
2921
o199.Position = Vector3.new(-111.997559, 48.5304642, 126.992508)
2922
o200.Parent = o196
2923
o200.BrickColor = BrickColor.new("Medium green")
2924
o200.Position = Vector3.new(-99.9973526, 48.5305786, 119.992043)
2925
o200.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2926
o200.Velocity = Vector3.new(0.00292585604, 0.0136365732, 0.00205049175)
2927
o200.CFrame = CFrame.new(-99.9973526, 48.5305786, 119.992043, 0.99998337, -3.72535796e-05, 3.506854e-06, 3.72535615e-05, 0.999992013, 5.24573043e-05, -3.52395568e-06, -6.9394031e-05, 0.999993265)
2928
o200.BackSurface = Enum.SurfaceType.Weld
2929
o200.BottomSurface = Enum.SurfaceType.Weld
2930
o200.FrontSurface = Enum.SurfaceType.Weld
2931
o200.LeftSurface = Enum.SurfaceType.Weld
2932
o200.RightSurface = Enum.SurfaceType.Weld
2933
o200.TopSurface = Enum.SurfaceType.Weld
2934
o200.Color = Color3.new(0.631373, 0.768628, 0.54902)
2935
o200.Position = Vector3.new(-99.9973526, 48.5305786, 119.992043)
2936
o201.Parent = o196
2937
o201.BrickColor = BrickColor.new("Medium green")
2938
o201.Position = Vector3.new(-111.997543, 48.5308685, 131.992477)
2939
o201.Rotation = Vector3.new(180, 0, 180)
2940
o201.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2941
o201.Velocity = Vector3.new(0.00295230048, 0.0149500631, 0.00207690382)
2942
o201.CFrame = CFrame.new(-111.997543, 48.5308685, 131.992477, -0.999986708, -3.72540635e-05, -3.49213155e-06, -3.72539253e-05, 0.999993682, -8.1321632e-05, 3.51026688e-06, -9.49187379e-05, -0.999994934)
2943
o201.BackSurface = Enum.SurfaceType.Weld
2944
o201.BottomSurface = Enum.SurfaceType.Weld
2945
o201.FrontSurface = Enum.SurfaceType.Weld
2946
o201.LeftSurface = Enum.SurfaceType.Weld
2947
o201.RightSurface = Enum.SurfaceType.Weld
2948
o201.TopSurface = Enum.SurfaceType.Weld
2949
o201.Color = Color3.new(0.631373, 0.768628, 0.54902)
2950
o201.Position = Vector3.new(-111.997543, 48.5308685, 131.992477)
2951
o202.Parent = o196
2952
o202.BrickColor = BrickColor.new("Medium green")
2953
o202.Position = Vector3.new(-96.0052948, 48.5393448, 123.004021)
2954
o202.Rotation = Vector3.new(-0.00999999978, 0, 0)
2955
o202.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2956
o202.Velocity = Vector3.new(0.00293351361, 0.0131442994, 0.0020417755)
2957
o202.CFrame = CFrame.new(-96.0052948, 48.5393448, 123.004021, 0.999980867, -3.74311312e-05, -6.10390862e-06, 3.74322553e-05, 0.999990702, 0.00015565606, 6.08720484e-06, -0.000175217327, 0.999991357)
2958
o202.BackSurface = Enum.SurfaceType.Weld
2959
o202.BottomSurface = Enum.SurfaceType.Weld
2960
o202.FrontSurface = Enum.SurfaceType.Weld
2961
o202.LeftSurface = Enum.SurfaceType.Weld
2962
o202.RightSurface = Enum.SurfaceType.Weld
2963
o202.TopSurface = Enum.SurfaceType.Weld
2964
o202.Color = Color3.new(0.631373, 0.768628, 0.54902)
2965
o202.Position = Vector3.new(-96.0052948, 48.5393448, 123.004021)
2966
o203.Parent = o196
2967
o203.BrickColor = BrickColor.new("Medium green")
2968
o203.Position = Vector3.new(-109.005493, 48.5325012, 136.00473)
2969
o203.Rotation = Vector3.new(179.990005, 0, 180)
2970
o203.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2971
o203.Velocity = Vector3.new(0.00296132173, 0.0145672448, 0.00207033171)
2972
o203.CFrame = CFrame.new(-109.005493, 48.5325012, 136.00473, -0.999987185, -4.32583656e-05, 8.06939061e-05, -4.32676643e-05, 0.99999392, -0.000112956477, -8.06745084e-05, -0.000126080151, -0.999995172)
2973
o203.BackSurface = Enum.SurfaceType.Weld
2974
o203.BottomSurface = Enum.SurfaceType.Weld
2975
o203.FrontSurface = Enum.SurfaceType.Weld
2976
o203.LeftSurface = Enum.SurfaceType.Weld
2977
o203.RightSurface = Enum.SurfaceType.Weld
2978
o203.TopSurface = Enum.SurfaceType.Weld
2979
o203.Color = Color3.new(0.631373, 0.768628, 0.54902)
2980
o203.Position = Vector3.new(-109.005493, 48.5325012, 136.00473)
2981
o204.Parent = o196
2982
o204.BrickColor = BrickColor.new("Medium green")
2983
o204.Position = Vector3.new(-92.9980164, 48.5312347, 126.992073)
2984
o204.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
2985
o204.Velocity = Vector3.new(0.00294133835, 0.0127598858, 0.00203509326)
2986
o204.CFrame = CFrame.new(-92.9980164, 48.5312347, 126.992073, 0.999986708, -3.72535724e-05, 3.47605669e-06, 3.72535214e-05, 0.999993682, 5.5797289e-05, -3.49324114e-06, -6.93943657e-05, 0.999994934)
2987
o204.BackSurface = Enum.SurfaceType.Weld
2988
o204.BottomSurface = Enum.SurfaceType.Weld
2989
o204.FrontSurface = Enum.SurfaceType.Weld
2990
o204.LeftSurface = Enum.SurfaceType.Weld
2991
o204.RightSurface = Enum.SurfaceType.Weld
2992
o204.TopSurface = Enum.SurfaceType.Weld
2993
o204.Color = Color3.new(0.631373, 0.768628, 0.54902)
2994
o204.Position = Vector3.new(-92.9980164, 48.5312347, 126.992073)
2995
o205.Parent = o196
2996
o205.BrickColor = BrickColor.new("Medium green")
2997
o205.Position = Vector3.new(-104.997215, 48.5314064, 138.991943)
2998
o205.Rotation = Vector3.new(180, 0, 180)
2999
o205.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3000
o205.Velocity = Vector3.new(0.00296776742, 0.0140732629, 0.00206150184)
3001
o205.CFrame = CFrame.new(-104.997215, 48.5314064, 138.991943, -0.999986708, -3.72536852e-05, -3.50682126e-06, -3.72536415e-05, 0.999993682, -5.41272311e-05, 3.52394363e-06, -6.77243079e-05, -0.999994934)
3002
o205.BackSurface = Enum.SurfaceType.Weld
3003
o205.BottomSurface = Enum.SurfaceType.Weld
3004
o205.FrontSurface = Enum.SurfaceType.Weld
3005
o205.LeftSurface = Enum.SurfaceType.Weld
3006
o205.RightSurface = Enum.SurfaceType.Weld
3007
o205.TopSurface = Enum.SurfaceType.Weld
3008
o205.Color = Color3.new(0.631373, 0.768628, 0.54902)
3009
o205.Position = Vector3.new(-104.997215, 48.5314064, 138.991943)
3010
o206.Parent = o196
3011
o206.BrickColor = BrickColor.new("Medium green")
3012
o206.Position = Vector3.new(-99.9972763, 48.5315933, 138.991943)
3013
o206.Rotation = Vector3.new(180, 0, 180)
3014
o206.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3015
o206.Velocity = Vector3.new(0.00296778954, 0.0134864999, 0.00205049966)
3016
o206.CFrame = CFrame.new(-99.9972763, 48.5315933, 138.991943, -0.999986708, -3.72536852e-05, -3.50682126e-06, -3.72536415e-05, 0.999993682, -5.41272311e-05, 3.52394363e-06, -6.77243079e-05, -0.999994934)
3017
o206.BackSurface = Enum.SurfaceType.Weld
3018
o206.BottomSurface = Enum.SurfaceType.Weld
3019
o206.FrontSurface = Enum.SurfaceType.Weld
3020
o206.LeftSurface = Enum.SurfaceType.Weld
3021
o206.RightSurface = Enum.SurfaceType.Weld
3022
o206.TopSurface = Enum.SurfaceType.Weld
3023
o206.Color = Color3.new(0.631373, 0.768628, 0.54902)
3024
o206.Position = Vector3.new(-99.9972763, 48.5315933, 138.991943)
3025
o207.Parent = o196
3026
o207.BrickColor = BrickColor.new("Medium green")
3027
o207.Position = Vector3.new(-92.9980011, 48.5315056, 131.99205)
3028
o207.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3029
o207.Velocity = Vector3.new(0.00295237382, 0.012720393, 0.00203509536)
3030
o207.CFrame = CFrame.new(-92.9980011, 48.5315056, 131.99205, 0.999986708, -3.72535724e-05, 3.47605669e-06, 3.72535214e-05, 0.999993682, 5.5797289e-05, -3.49324114e-06, -6.93943657e-05, 0.999994934)
3031
o207.BackSurface = Enum.SurfaceType.Weld
3032
o207.BottomSurface = Enum.SurfaceType.Weld
3033
o207.FrontSurface = Enum.SurfaceType.Weld
3034
o207.LeftSurface = Enum.SurfaceType.Weld
3035
o207.RightSurface = Enum.SurfaceType.Weld
3036
o207.TopSurface = Enum.SurfaceType.Weld
3037
o207.Color = Color3.new(0.631373, 0.768628, 0.54902)
3038
o207.Position = Vector3.new(-92.9980011, 48.5315056, 131.99205)
3039
o208.Parent = o196
3040
o208.BrickColor = BrickColor.new("Medium green")
3041
o208.Position = Vector3.new(-96.0051117, 48.526825, 136.002853)
3042
o208.Rotation = Vector3.new(180, 0, 180)
3043
o208.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3044
o208.Velocity = Vector3.new(0.00296065165, 0.0130416118, 0.00204167608)
3045
o208.CFrame = CFrame.new(-96.0051117, 48.526825, 136.002853, -0.999980986, -3.71303831e-05, -1.67764847e-06, -3.71304632e-05, 0.999990702, -7.62737764e-05, 1.696033e-06, -9.55961586e-05, -0.999991953)
3046
o208.BackSurface = Enum.SurfaceType.Weld
3047
o208.BottomSurface = Enum.SurfaceType.Weld
3048
o208.FrontSurface = Enum.SurfaceType.Weld
3049
o208.LeftSurface = Enum.SurfaceType.Weld
3050
o208.RightSurface = Enum.SurfaceType.Weld
3051
o208.TopSurface = Enum.SurfaceType.Weld
3052
o208.Color = Color3.new(0.631373, 0.768628, 0.54902)
3053
o208.Position = Vector3.new(-96.0051117, 48.526825, 136.002853)
3054
o209.Name = "b1"
3055
o209.Parent = o196
3056
o209.BrickColor = BrickColor.new("Lime green")
3057
o209.Transparency = 1
3058
o209.Position = Vector3.new(-108.50531, 48.0322952, 134.004852)
3059
o209.Rotation = Vector3.new(151.860001, -89.7099991, 151.869995)
3060
o209.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3061
o209.Velocity = Vector3.new(0.00289821927, 0.0145243416, 0.00206528022)
3062
o209.FormFactor = Enum.FormFactor.Plate
3063
o209.Size = Vector3.new(2, 1.20000005, 4)
3064
o209.CFrame = CFrame.new(-108.50531, 48.0322952, 134.004852, -8.09190315e-05, -4.32574416e-05, -0.999987185, 0.00011295647, 0.99999392, -4.32667657e-05, 0.999995172, -0.000126080151, -8.08996338e-05)
3065
o209.BackSurface = Enum.SurfaceType.Weld
3066
o209.BottomSurface = Enum.SurfaceType.Weld
3067
o209.FrontSurface = Enum.SurfaceType.Weld
3068
o209.LeftSurface = Enum.SurfaceType.Weld
3069
o209.RightSurface = Enum.SurfaceType.Weld
3070
o209.TopSurface = Enum.SurfaceType.Weld
3071
o209.Color = Color3.new(0, 1, 0)
3072
o209.Position = Vector3.new(-108.50531, 48.0322952, 134.004852)
3073
o210.Name = "Stage2"
3074
o210.Parent = o11
3075
o211.Parent = o210
3076
o211.BrickColor = BrickColor.new("Medium green")
3077
o211.Position = Vector3.new(-96.1202545, 66.5339279, 135.525635)
3078
o211.Rotation = Vector3.new(90, 0, -45)
3079
o211.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3080
o211.Velocity = Vector3.new(0.00507280789, 0.0130588934, 0.0021841526)
3081
o211.FormFactor = Enum.FormFactor.Symmetric
3082
o211.Size = Vector3.new(8, 2, 30)
3083
o211.CFrame = CFrame.new(-96.1202545, 66.5339279, 135.525635, 0.707082093, 0.707092583, 3.84609593e-05, 9.9783847e-06, 4.44137913e-05, -0.999986768, -0.707104087, 0.707093477, 5.2736239e-05)
3084
o211.BackSurface = Enum.SurfaceType.Weld
3085
o211.BottomSurface = Enum.SurfaceType.Weld
3086
o211.Color = Color3.new(0.631373, 0.768628, 0.54902)
3087
o211.Position = Vector3.new(-96.1202545, 66.5339279, 135.525635)
3088
o212.Parent = o210
3089
o212.BrickColor = BrickColor.new("Light stone grey")
3090
o212.Position = Vector3.new(-95.5012589, 50.530304, 136.49054)
3091
o212.Rotation = Vector3.new(100.050003, -89.6500015, 10.0699997)
3092
o212.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3093
o212.Velocity = Vector3.new(0.00319684134, 0.0129786311, 0.00205639098)
3094
o212.FormFactor = Enum.FormFactor.Symmetric
3095
o212.Size = Vector3.new(2, 7, 7)
3096
o212.CFrame = CFrame.new(-95.5012589, 50.530304, 136.49054, 3.72386021e-05, -6.61444983e-06, -0.999980986, -0.999990702, 5.14037602e-05, -3.72391514e-05, 7.07264116e-05, 0.999991953, -6.59707257e-06)
3097
o212.BackSurface = Enum.SurfaceType.Weld
3098
o212.BottomSurface = Enum.SurfaceType.Weld
3099
o212.FrontSurface = Enum.SurfaceType.Weld
3100
o212.TopSurface = Enum.SurfaceType.Weld
3101
o212.Color = Color3.new(0.898039, 0.894118, 0.87451)
3102
o212.Position = Vector3.new(-95.5012589, 50.530304, 136.49054)
3103
o213.Parent = o210
3104
o213.BrickColor = BrickColor.new("Light stone grey")
3105
o213.Position = Vector3.new(-96.9989395, 66.5317688, 134.990341)
3106
o213.Rotation = Vector3.new(90.6500015, -89.6299973, 0.689999998)
3107
o213.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3108
o213.Velocity = Vector3.new(0.00507137645, 0.0131662386, 0.00218606927)
3109
o213.FormFactor = Enum.FormFactor.Symmetric
3110
o213.Size = Vector3.new(30, 6, 6)
3111
o213.CFrame = CFrame.new(-96.9989395, 66.5317688, 134.990341, 4.0731331e-05, -4.92645995e-07, -0.9999789, -0.999990106, 2.56214535e-05, -4.07316402e-05, 4.73292057e-05, 0.999992609, -4.61436912e-07)
3112
o213.BackSurface = Enum.SurfaceType.Weld
3113
o213.BottomSurface = Enum.SurfaceType.Weld
3114
o213.Color = Color3.new(0.898039, 0.894118, 0.87451)
3115
o213.Position = Vector3.new(-96.9989395, 66.5317688, 134.990341)
3116
o214.Parent = o210
3117
o214.BrickColor = BrickColor.new("Light stone grey")
3118
o214.Position = Vector3.new(-92.999588, 66.5360947, 129.492142)
3119
o214.Rotation = Vector3.new(90, 0, -89.9899979)
3120
o214.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3121
o214.Velocity = Vector3.new(0.00505978381, 0.0127403233, 0.00217730179)
3122
o214.FormFactor = Enum.FormFactor.Symmetric
3123
o214.Size = Vector3.new(5, 2, 30)
3124
o214.CFrame = CFrame.new(-92.999588, 66.5360947, 129.492142, 8.86698253e-05, 0.999987185, 4.25790022e-05, -9.38861649e-06, 4.25800135e-05, -0.99999392, -0.999995172, 8.86549897e-05, 2.25124386e-05)
3125
o214.BackSurface = Enum.SurfaceType.Weld
3126
o214.BottomSurface = Enum.SurfaceType.Weld
3127
o214.Color = Color3.new(0.898039, 0.894118, 0.87451)
3128
o214.Position = Vector3.new(-92.999588, 66.5360947, 129.492142)
3129
o215.Parent = o210
3130
o215.BrickColor = BrickColor.new("Light stone grey")
3131
o215.Position = Vector3.new(-97.0005188, 66.5307922, 123.994568)
3132
o215.Rotation = Vector3.new(88.5699997, -89.7099991, 178.589996)
3133
o215.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3134
o215.Velocity = Vector3.new(0.00504706288, 0.0132532697, 0.00218606507)
3135
o215.FormFactor = Enum.FormFactor.Symmetric
3136
o215.Size = Vector3.new(30, 6, 6)
3137
o215.CFrame = CFrame.new(-97.0005188, 66.5307922, 123.994568, -4.07477091e-05, -1.00050852e-06, -0.999987185, 0.99999392, -5.2247844e-05, -4.07478256e-05, -6.53678944e-05, -0.999995172, 1.01776345e-06)
3138
o215.BackSurface = Enum.SurfaceType.Weld
3139
o215.BottomSurface = Enum.SurfaceType.Weld
3140
o215.Color = Color3.new(0.898039, 0.894118, 0.87451)
3141
o215.Position = Vector3.new(-97.0005188, 66.5307922, 123.994568)
3142
o216.Parent = o210
3143
o216.BrickColor = BrickColor.new("Light stone grey")
3144
o216.Position = Vector3.new(-95.4994125, 50.5312653, 122.492279)
3145
o216.Rotation = Vector3.new(-0.00999999978, 0, -90)
3146
o216.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3147
o216.Velocity = Vector3.new(0.00316614727, 0.0130889742, 0.0020563947)
3148
o216.FormFactor = Enum.FormFactor.Symmetric
3149
o216.Size = Vector3.new(2, 7, 7)
3150
o216.CFrame = CFrame.new(-95.4994125, 50.5312653, 122.492279, 3.73036455e-05, 0.999987185, -7.11326675e-06, -0.99999392, 3.73047005e-05, 0.000128150394, 0.000141270866, 7.09347114e-06, 0.999995172)
3151
o216.BackSurface = Enum.SurfaceType.Weld
3152
o216.BottomSurface = Enum.SurfaceType.Weld
3153
o216.FrontSurface = Enum.SurfaceType.Weld
3154
o216.TopSurface = Enum.SurfaceType.Weld
3155
o216.Color = Color3.new(0.898039, 0.894118, 0.87451)
3156
o216.Position = Vector3.new(-95.4994125, 50.5312653, 122.492279)
3157
o217.Parent = o210
3158
o217.BrickColor = BrickColor.new("Light stone grey")
3159
o217.Position = Vector3.new(-96.998642, 66.5310211, 129.490967)
3160
o217.Rotation = Vector3.new(-95.3600006, 89.7099991, 95.3300018)
3161
o217.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3162
o217.Velocity = Vector3.new(0.0050591859, 0.0132096382, 0.00218606275)
3163
o217.FormFactor = Enum.FormFactor.Symmetric
3164
o217.Size = Vector3.new(5, 30, 6)
3165
o217.CFrame = CFrame.new(-96.998642, 66.5310211, 129.490967, -3.47868286e-06, -3.72545328e-05, 0.999987185, 1.21553364e-06, 0.99999392, 3.72546783e-05, -0.999995172, -1.19043707e-05, -3.49373704e-06)
3166
o217.BottomSurface = Enum.SurfaceType.Smooth
3167
o217.FrontSurface = Enum.SurfaceType.Weld
3168
o217.TopSurface = Enum.SurfaceType.Weld
3169
o217.Color = Color3.new(0.898039, 0.894118, 0.87451)
3170
o217.Position = Vector3.new(-96.998642, 66.5310211, 129.490967)
3171
o218.Parent = o210
3172
o218.BrickColor = BrickColor.new("Medium green")
3173
o218.Position = Vector3.new(-96.5459671, 66.5324097, 123.034019)
3174
o218.Rotation = Vector3.new(90, 0, -135)
3175
o218.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3176
o218.Velocity = Vector3.new(0.00504513877, 0.0132075129, 0.00218507741)
3177
o218.FormFactor = Enum.FormFactor.Symmetric
3178
o218.Size = Vector3.new(8, 2, 30)
3179
o218.CFrame = CFrame.new(-96.5459671, 66.5324097, 123.034019, -0.707095981, 0.707099557, 3.60225931e-05, -6.89140506e-05, -1.79699964e-05, -0.99999392, -0.707105219, -0.707101643, 7.45564903e-05)
3180
o218.BackSurface = Enum.SurfaceType.Weld
3181
o218.BottomSurface = Enum.SurfaceType.Weld
3182
o218.Color = Color3.new(0.631373, 0.768628, 0.54902)
3183
o218.Position = Vector3.new(-96.5459671, 66.5324097, 123.034019)
3184
o219.Parent = o210
3185
o219.BrickColor = BrickColor.new("Light stone grey")
3186
o219.Position = Vector3.new(-102.498398, 66.5307693, 129.49147)
3187
o219.Rotation = Vector3.new(84.5699997, -89.7099991, 84.5999985)
3188
o219.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3189
o219.Velocity = Vector3.new(0.0050591575, 0.0138550531, 0.00219816435)
3190
o219.FormFactor = Enum.FormFactor.Symmetric
3191
o219.Size = Vector3.new(17, 30, 5)
3192
o219.CFrame = CFrame.new(-102.498398, 66.5307693, 129.49147, 3.52366396e-06, -3.72552822e-05, -0.999987185, 7.37188429e-06, 0.99999392, -3.72553986e-05, 0.999995172, -2.04917978e-05, 3.53903852e-06)
3193
o219.BackSurface = Enum.SurfaceType.Weld
3194
o219.BottomSurface = Enum.SurfaceType.Smooth
3195
o219.FrontSurface = Enum.SurfaceType.Weld
3196
o219.TopSurface = Enum.SurfaceType.Weld
3197
o219.Color = Color3.new(0.898039, 0.894118, 0.87451)
3198
o219.Position = Vector3.new(-102.498398, 66.5307693, 129.49147)
3199
o220.Parent = o210
3200
o220.BrickColor = BrickColor.new("Light stone grey")
3201
o220.Position = Vector3.new(-102.497353, 50.530983, 129.491867)
3202
o220.Rotation = Vector3.new(84.5999985, -89.7099991, 84.6200027)
3203
o220.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3204
o220.Velocity = Vector3.new(0.00318151852, 0.0138549274, 0.00207179319)
3205
o220.FormFactor = Enum.FormFactor.Symmetric
3206
o220.Size = Vector3.new(21, 2, 7)
3207
o220.CFrame = CFrame.new(-102.497353, 50.530983, 129.491867, 3.50681671e-06, -3.72536997e-05, -0.999987185, 5.43657952e-05, 0.99999392, -3.72536524e-05, 0.999995172, -6.74857729e-05, 3.52394181e-06)
3208
o220.BackSurface = Enum.SurfaceType.Weld
3209
o220.BottomSurface = Enum.SurfaceType.Weld
3210
o220.FrontSurface = Enum.SurfaceType.Weld
3211
o220.TopSurface = Enum.SurfaceType.Weld
3212
o220.Color = Color3.new(0.898039, 0.894118, 0.87451)
3213
o220.Position = Vector3.new(-102.497353, 50.530983, 129.491867)
3214
o221.Parent = o210
3215
o221.BrickColor = BrickColor.new("Medium green")
3216
o221.Position = Vector3.new(-102.499786, 66.53582, 138.992264)
3217
o221.Rotation = Vector3.new(90, 0, 0)
3218
o221.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3219
o221.Velocity = Vector3.new(0.00508065941, 0.0137801776, 0.00219820719)
3220
o221.FormFactor = Enum.FormFactor.Symmetric
3221
o221.Size = Vector3.new(5, 2, 30)
3222
o221.CFrame = CFrame.new(-102.499786, 66.53582, 138.992264, 0.999987185, -8.50460565e-05, 4.15626309e-05, 4.15647846e-05, 2.32864786e-05, -0.99999392, 8.5030646e-05, 0.999995172, 3.64100815e-05)
3223
o221.BackSurface = Enum.SurfaceType.Weld
3224
o221.BottomSurface = Enum.SurfaceType.Weld
3225
o221.Color = Color3.new(0.631373, 0.768628, 0.54902)
3226
o221.Position = Vector3.new(-102.499786, 66.53582, 138.992264)
3227
o222.Name = "Brick"
3228
o222.Parent = o210
3229
o222.BrickColor = BrickColor.new("Light stone grey")
3230
o222.Position = Vector3.new(-102.497749, 49.3312607, 135.992218)
3231
o222.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3232
o222.Velocity = Vector3.new(0.00305503188, 0.0138036329, 0.00206231838)
3233
o222.FormFactor = Enum.FormFactor.Plate
3234
o222.Size = Vector3.new(3, 0.400000006, 4)
3235
o222.CFrame = CFrame.new(-102.497749, 49.3312607, 135.992218, 0.999987185, -3.72548748e-05, 3.50737309e-06, 3.72548711e-05, 0.99999392, 4.22000376e-05, -3.52404504e-06, -5.53200007e-05, 0.999995172)
3236
o222.BottomSurface = Enum.SurfaceType.Smooth
3237
o222.TopSurface = Enum.SurfaceType.Weld
3238
o222.Color = Color3.new(0.898039, 0.894118, 0.87451)
3239
o222.Position = Vector3.new(-102.497749, 49.3312607, 135.992218)
3240
o223.Parent = o222
3241
o223.MeshId = "http://www.roblox.com/asset/?id=1038653"
3242
o223.Scale = Vector3.new(4, 6, 4)
3243
o223.TextureId = "http://www.roblox.com/asset/?id=1038654"
3244
o223.MeshType = Enum.MeshType.FileMesh
3245
o224.Parent = o222
3246
o224.Size = 8
3247
o224.Color = Color3.new(1, 0.509804, 0)
3248
o224.Heat = -20
3249
o224.SecondaryColor = Color3.new(1, 0, 0)
3250
o225.Parent = o210
3251
o225.BrickColor = BrickColor.new("Medium green")
3252
o225.Position = Vector3.new(-102.499107, 66.5298767, 119.993195)
3253
o225.Rotation = Vector3.new(90, 0, -180)
3254
o225.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3255
o225.Velocity = Vector3.new(0.00503814919, 0.013930155, 0.00219815876)
3256
o225.FormFactor = Enum.FormFactor.Symmetric
3257
o225.Size = Vector3.new(5, 2, 30)
3258
o225.CFrame = CFrame.new(-102.499107, 66.5298767, 119.993195, -0.999987185, 6.44749207e-07, 3.78548393e-05, -3.78549885e-05, -4.45807109e-06, -0.99999392, -6.29506303e-07, -0.999995172, 1.7578137e-05)
3259
o225.BackSurface = Enum.SurfaceType.Weld
3260
o225.BottomSurface = Enum.SurfaceType.Weld
3261
o225.Color = Color3.new(0.631373, 0.768628, 0.54902)
3262
o225.Position = Vector3.new(-102.499107, 66.5298767, 119.993195)
3263
o226.Name = "Brick"
3264
o226.Parent = o210
3265
o226.BrickColor = BrickColor.new("Light stone grey")
3266
o226.Position = Vector3.new(-102.49733, 49.3305893, 121.992065)
3267
o226.Rotation = Vector3.new(180, 0, 180)
3268
o226.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3269
o226.Velocity = Vector3.new(0.00302414224, 0.0139141595, 0.00206231233)
3270
o226.FormFactor = Enum.FormFactor.Plate
3271
o226.Size = Vector3.new(3, 0.400000006, 4)
3272
o226.CFrame = CFrame.new(-102.49733, 49.3305893, 121.992065, -0.999987185, -3.72532377e-05, -3.52138977e-06, -3.72531358e-05, 0.99999392, -7.03485348e-05, 3.53911037e-06, -8.34685343e-05, -0.999995172)
3273
o226.BottomSurface = Enum.SurfaceType.Smooth
3274
o226.TopSurface = Enum.SurfaceType.Weld
3275
o226.Color = Color3.new(0.898039, 0.894118, 0.87451)
3276
o226.Position = Vector3.new(-102.49733, 49.3305893, 121.992065)
3277
o227.Parent = o226
3278
o227.MeshId = "http://www.roblox.com/asset/?id=1038653"
3279
o227.Scale = Vector3.new(4, 6, 4)
3280
o227.TextureId = "http://www.roblox.com/asset/?id=1038654"
3281
o227.MeshType = Enum.MeshType.FileMesh
3282
o228.Parent = o226
3283
o228.Size = 8
3284
o228.Color = Color3.new(1, 0.509804, 0)
3285
o228.Heat = -20
3286
o228.SecondaryColor = Color3.new(1, 0, 0)
3287
o229.Parent = o210
3288
o229.BrickColor = BrickColor.new("Light stone grey")
3289
o229.Position = Vector3.new(-108.004753, 66.5296783, 124.007088)
3290
o229.Rotation = Vector3.new(-93.0899963, 89.7099991, 3.06999993)
3291
o229.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3292
o229.Velocity = Vector3.new(0.0050469595, 0.0145445624, 0.00221027387)
3293
o229.FormFactor = Enum.FormFactor.Symmetric
3294
o229.Size = Vector3.new(30, 6, 6)
3295
o229.CFrame = CFrame.new(-108.004753, 66.5296783, 124.007088, 3.4925044e-05, -1.87051455e-06, 0.999987185, -0.99999392, 7.91298817e-07, 3.4925175e-05, 1.23286691e-05, -0.999995172, -1.88554293e-06)
3296
o229.BackSurface = Enum.SurfaceType.Weld
3297
o229.BottomSurface = Enum.SurfaceType.Weld
3298
o229.Color = Color3.new(0.898039, 0.894118, 0.87451)
3299
o229.Position = Vector3.new(-108.004753, 66.5296783, 124.007088)
3300
o230.Parent = o210
3301
o230.BrickColor = BrickColor.new("Light stone grey")
3302
o230.Position = Vector3.new(-108.004791, 66.5335846, 135.002136)
3303
o230.Rotation = Vector3.new(-26.9799995, 89.7099991, 116.970001)
3304
o230.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3305
o230.Velocity = Vector3.new(0.00507161533, 0.0144577269, 0.00221030484)
3306
o230.FormFactor = Enum.FormFactor.Symmetric
3307
o230.Size = Vector3.new(30, 6, 6)
3308
o230.CFrame = CFrame.new(-108.004791, 66.5335846, 135.002136, -4.43724857e-05, -8.71803131e-05, 0.999987185, 0.99999392, 1.327882e-05, 4.43738318e-05, -2.64027403e-05, 0.999995172, 8.71652446e-05)
3309
o230.BackSurface = Enum.SurfaceType.Weld
3310
o230.BottomSurface = Enum.SurfaceType.Weld
3311
o230.Color = Color3.new(0.898039, 0.894118, 0.87451)
3312
o230.Position = Vector3.new(-108.004791, 66.5335846, 135.002136)
3313
o231.Parent = o210
3314
o231.BrickColor = BrickColor.new("Light stone grey")
3315
o231.Position = Vector3.new(-107.998428, 66.5306854, 129.491196)
3316
o231.Rotation = Vector3.new(84.5999985, -89.7099991, 84.6200027)
3317
o231.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3318
o231.Velocity = Vector3.new(0.00505914725, 0.0145005062, 0.00221026805)
3319
o231.FormFactor = Enum.FormFactor.Symmetric
3320
o231.Size = Vector3.new(5, 30, 6)
3321
o231.CFrame = CFrame.new(-107.998428, 66.5306854, 129.491196, 3.50787241e-06, -3.72552822e-05, -0.999987185, 2.88414085e-05, 0.99999392, -3.72553222e-05, 0.999995172, -4.19613498e-05, 3.52404686e-06)
3322
o231.BottomSurface = Enum.SurfaceType.Smooth
3323
o231.FrontSurface = Enum.SurfaceType.Weld
3324
o231.TopSurface = Enum.SurfaceType.Weld
3325
o231.Color = Color3.new(0.898039, 0.894118, 0.87451)
3326
o231.Position = Vector3.new(-107.998428, 66.5306854, 129.491196)
3327
o232.Parent = o210
3328
o232.BrickColor = BrickColor.new("Medium green")
3329
o232.Position = Vector3.new(-108.883942, 66.5354233, 135.537628)
3330
o232.Rotation = Vector3.new(90, 0, 45.0099983)
3331
o232.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3332
o232.Velocity = Vector3.new(0.00507300952, 0.0145566696, 0.0022122541)
3333
o232.FormFactor = Enum.FormFactor.Symmetric
3334
o232.Size = Vector3.new(8, 2, 30)
3335
o232.CFrame = CFrame.new(-108.883942, 66.5354233, 135.537628, 0.707028747, -0.707166672, 4.24010213e-05, 4.31601875e-05, -1.68067309e-05, -0.99999392, 0.707172394, 0.707034469, 3.17589001e-05)
3336
o232.BackSurface = Enum.SurfaceType.Weld
3337
o232.BottomSurface = Enum.SurfaceType.Weld
3338
o232.Color = Color3.new(0.631373, 0.768628, 0.54902)
3339
o232.Position = Vector3.new(-108.883942, 66.5354233, 135.537628)
3340
o233.Parent = o210
3341
o233.BrickColor = BrickColor.new("Light stone grey")
3342
o233.Position = Vector3.new(-109.493065, 50.529747, 136.486023)
3343
o233.Rotation = Vector3.new(179.990005, 0, 90)
3344
o233.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3345
o233.Velocity = Vector3.new(0.0031967659, 0.0146206617, 0.00208717934)
3346
o233.FormFactor = Enum.FormFactor.Symmetric
3347
o233.Size = Vector3.new(2, 7, 7)
3348
o233.CFrame = CFrame.new(-109.493065, 50.529747, 136.486023, 4.39742871e-05, -0.999987185, 8.35768442e-05, -0.99999392, -4.39823707e-05, -9.44703788e-05, 0.000107594213, -8.35581886e-05, -0.999995172)
3349
o233.BackSurface = Enum.SurfaceType.Weld
3350
o233.BottomSurface = Enum.SurfaceType.Weld
3351
o233.FrontSurface = Enum.SurfaceType.Weld
3352
o233.TopSurface = Enum.SurfaceType.Weld
3353
o233.Color = Color3.new(0.898039, 0.894118, 0.87451)
3354
o233.Position = Vector3.new(-109.493065, 50.529747, 136.486023)
3355
o234.Name = "Brick"
3356
o234.Parent = o210
3357
o234.BrickColor = BrickColor.new("Light stone grey")
3358
o234.Position = Vector3.new(-108.997787, 49.3307495, 129.492294)
3359
o234.Rotation = Vector3.new(84.6200027, -89.7099991, 84.6399994)
3360
o234.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3361
o234.Velocity = Vector3.new(0.00304066739, 0.0146177765, 0.00207661977)
3362
o234.FormFactor = Enum.FormFactor.Plate
3363
o234.Size = Vector3.new(3, 0.400000006, 4)
3364
o234.CFrame = CFrame.new(-108.997787, 49.3307495, 129.492294, 3.49274001e-06, -3.72552749e-05, -0.999987185, 2.88413466e-05, 0.99999392, -3.72553186e-05, 0.999995172, -4.19612879e-05, 3.50891401e-06)
3365
o234.BottomSurface = Enum.SurfaceType.Smooth
3366
o234.TopSurface = Enum.SurfaceType.Weld
3367
o234.Color = Color3.new(0.898039, 0.894118, 0.87451)
3368
o234.Position = Vector3.new(-108.997787, 49.3307495, 129.492294)
3369
o235.Parent = o234
3370
o235.MeshId = "http://www.roblox.com/asset/?id=1038653"
3371
o235.Scale = Vector3.new(4, 6, 4)
3372
o235.TextureId = "http://www.roblox.com/asset/?id=1038654"
3373
o235.MeshType = Enum.MeshType.FileMesh
3374
o236.Parent = o234
3375
o236.Size = 8
3376
o236.Color = Color3.new(1, 0.509804, 0)
3377
o236.Heat = -20
3378
o236.SecondaryColor = Color3.new(1, 0, 0)
3379
o237.Parent = o210
3380
o237.BrickColor = BrickColor.new("Light stone grey")
3381
o237.Position = Vector3.new(-109.496178, 50.5310402, 122.495811)
3382
o237.Rotation = Vector3.new(-27.1800003, 89.7099991, -62.8300018)
3383
o237.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3384
o237.Velocity = Vector3.new(0.00316612865, 0.0147315236, 0.00208719634)
3385
o237.FormFactor = Enum.FormFactor.Symmetric
3386
o237.Size = Vector3.new(2, 7, 7)
3387
o237.CFrame = CFrame.new(-109.496178, 50.5310402, 122.495811, 4.39777141e-05, 8.56763436e-05, 0.999987185, -0.99999392, -4.66732163e-05, 4.39818978e-05, 5.97970829e-05, -0.999995172, 8.56598126e-05)
3388
o237.BackSurface = Enum.SurfaceType.Weld
3389
o237.BottomSurface = Enum.SurfaceType.Weld
3390
o237.FrontSurface = Enum.SurfaceType.Weld
3391
o237.TopSurface = Enum.SurfaceType.Weld
3392
o237.Color = Color3.new(0.898039, 0.894118, 0.87451)
3393
o237.Position = Vector3.new(-109.496178, 50.5310402, 122.495811)
3394
o238.Parent = o210
3395
o238.BrickColor = BrickColor.new("Medium green")
3396
o238.Position = Vector3.new(-108.88311, 66.5296097, 123.470535)
3397
o238.Rotation = Vector3.new(90, 0, 135)
3398
o238.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3399
o238.Velocity = Vector3.new(0.00504577067, 0.0146518787, 0.00221220637)
3400
o238.FormFactor = Enum.FormFactor.Symmetric
3401
o238.Size = Vector3.new(8, 2, 30)
3402
o238.CFrame = CFrame.new(-108.88311, 66.5296097, 123.470535, -0.70714283, -0.707052588, 3.93766022e-05, -4.70895393e-05, -8.59515058e-06, -0.99999392, 0.707058311, -0.707148552, -1.40971315e-05)
3403
o238.BackSurface = Enum.SurfaceType.Weld
3404
o238.BottomSurface = Enum.SurfaceType.Weld
3405
o238.Color = Color3.new(0.631373, 0.768628, 0.54902)
3406
o238.Position = Vector3.new(-108.88311, 66.5296097, 123.470535)
3407
o239.Parent = o210
3408
o239.BrickColor = BrickColor.new("Light stone grey")
3409
o239.Position = Vector3.new(-109.497658, 50.5307426, 129.492294)
3410
o239.Rotation = Vector3.new(84.6200027, -89.7099991, 84.6399994)
3411
o239.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3412
o239.Velocity = Vector3.new(0.00318149151, 0.0146764386, 0.0020871975)
3413
o239.FormFactor = Enum.FormFactor.Symmetric
3414
o239.Size = Vector3.new(7, 2, 7)
3415
o239.CFrame = CFrame.new(-109.497658, 50.5307426, 129.492294, 3.49212701e-06, -3.72540781e-05, -0.999987185, 8.15602034e-05, 0.99999392, -3.72539362e-05, 0.999995172, -9.46802102e-05, 3.51026506e-06)
3416
o239.BackSurface = Enum.SurfaceType.Weld
3417
o239.BottomSurface = Enum.SurfaceType.Weld
3418
o239.FrontSurface = Enum.SurfaceType.Weld
3419
o239.TopSurface = Enum.SurfaceType.Weld
3420
o239.Color = Color3.new(0.898039, 0.894118, 0.87451)
3421
o239.Position = Vector3.new(-109.497658, 50.5307426, 129.492294)
3422
o240.Parent = o210
3423
o240.BrickColor = BrickColor.new("Light stone grey")
3424
o240.Position = Vector3.new(-112.005028, 66.5324097, 129.505646)
3425
o240.Rotation = Vector3.new(90, 0, 90)
3426
o240.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3427
o240.Velocity = Vector3.new(0.00505938148, 0.0149705829, 0.00221909932)
3428
o240.FormFactor = Enum.FormFactor.Symmetric
3429
o240.Size = Vector3.new(5, 2, 30)
3430
o240.CFrame = CFrame.new(-112.005028, 66.5324097, 129.505646, -8.69795476e-05, -0.999987185, 4.06454055e-05, 6.94856644e-05, -4.06516156e-05, -0.99999392, 0.999995172, -8.69622963e-05, 8.26093165e-05)
3431
o240.BackSurface = Enum.SurfaceType.Weld
3432
o240.BottomSurface = Enum.SurfaceType.Weld
3433
o240.Color = Color3.new(0.898039, 0.894118, 0.87451)
3434
o240.Position = Vector3.new(-112.005028, 66.5324097, 129.505646)
3435
o241.Parent = o210
3436
o241.BrickColor = BrickColor.new("Light stone grey")
3437
o241.Position = Vector3.new(-95.4980545, 50.5312729, 129.491943)
3438
o241.Rotation = Vector3.new(180, 0, 180)
3439
o241.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3440
o241.Velocity = Vector3.new(0.00318155251, 0.0130335307, 0.00205639191)
3441
o241.FormFactor = Enum.FormFactor.Symmetric
3442
o241.Size = Vector3.new(7, 2, 7)
3443
o241.CFrame = CFrame.new(-95.4980545, 50.5312729, 129.491943, -0.999987185, -3.72535869e-05, -3.47605214e-06, -3.72535324e-05, 0.99999392, -5.6035853e-05, 3.49323932e-06, -6.91558307e-05, -0.999995172)
3444
o241.BackSurface = Enum.SurfaceType.Weld
3445
o241.BottomSurface = Enum.SurfaceType.Weld
3446
o241.FrontSurface = Enum.SurfaceType.Weld
3447
o241.TopSurface = Enum.SurfaceType.Weld
3448
o241.Color = Color3.new(0.898039, 0.894118, 0.87451)
3449
o241.Position = Vector3.new(-95.4980545, 50.5312729, 129.491943)
3450
o242.Name = "Brick"
3451
o242.Parent = o210
3452
o242.BrickColor = BrickColor.new("Light stone grey")
3453
o242.Position = Vector3.new(-95.9977646, 49.3312263, 129.492218)
3454
o242.Rotation = Vector3.new(-95.3799973, 89.7099991, 95.3600006)
3455
o242.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3456
o242.Velocity = Vector3.new(0.0030407228, 0.0130921714, 0.0020480135)
3457
o242.FormFactor = Enum.FormFactor.Plate
3458
o242.Size = Vector3.new(3, 0.400000006, 4)
3459
o242.CFrame = CFrame.new(-95.9977646, 49.3312263, 129.492218, -3.49224229e-06, -3.72548784e-05, 0.999987185, -4.22000376e-05, 0.99999392, 3.72548748e-05, -0.999995172, -5.5319997e-05, -3.50891401e-06)
3460
o242.BottomSurface = Enum.SurfaceType.Smooth
3461
o242.TopSurface = Enum.SurfaceType.Weld
3462
o242.Color = Color3.new(0.898039, 0.894118, 0.87451)
3463
o242.Position = Vector3.new(-95.9977646, 49.3312263, 129.492218)
3464
o243.Parent = o242
3465
o243.MeshId = "http://www.roblox.com/asset/?id=1038653"
3466
o243.Scale = Vector3.new(4, 6, 4)
3467
o243.TextureId = "http://www.roblox.com/asset/?id=1038654"
3468
o243.MeshType = Enum.MeshType.FileMesh
3469
o244.Parent = o242
3470
o244.Size = 8
3471
o244.Color = Color3.new(1, 0.509804, 0)
3472
o244.Heat = -20
3473
o244.SecondaryColor = Color3.new(1, 0, 0)
3474
o245.Name = "Stage1"
3475
o245.Parent = o11
3476
o246.Parent = o245
3477
o246.BrickColor = BrickColor.new("Light stone grey")
3478
o246.Position = Vector3.new(-93.0002289, 6.43617487, 120.004257)
3479
o246.Rotation = Vector3.new(103.190002, -89.6600037, -166.610001)
3480
o246.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3481
o246.Velocity = Vector3.new(-0.00201406609, 0.0128153376, 0.00170262461)
3482
o246.FormFactor = Enum.FormFactor.Symmetric
3483
o246.Size = Vector3.new(2, 10, 10)
3484
o246.CFrame = CFrame.new(-93.0002289, 6.43617487, 120.004257, -3.47994428e-05, 8.28406792e-06, -0.999982178, 0.999983966, 4.68826802e-05, -3.48002905e-05, 2.8749113e-05, -0.99998641, -8.15876865e-06)
3485
o246.BackSurface = Enum.SurfaceType.Weld
3486
o246.BottomSurface = Enum.SurfaceType.Weld
3487
o246.Color = Color3.new(0.898039, 0.894118, 0.87451)
3488
o246.Position = Vector3.new(-93.0002289, 6.43617487, 120.004257)
3489
o247.Name = "Brick"
3490
o247.Parent = o245
3491
o247.BrickColor = BrickColor.new("Light stone grey")
3492
o247.Position = Vector3.new(-90.4986725, 5.23315048, 131.998245)
3493
o247.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3494
o247.Velocity = Vector3.new(-0.00212884997, 0.0124270385, 0.00168761762)
3495
o247.FormFactor = Enum.FormFactor.Plate
3496
o247.Size = Vector3.new(5, 0.400000006, 4)
3497
o247.CFrame = CFrame.new(-90.4986725, 5.23315048, 131.998245, 0.999982178, -3.41620616e-05, -6.33882564e-06, 3.41629529e-05, 0.999983966, -5.34950996e-05, 6.21372646e-06, 3.53616451e-05, 0.99998641)
3498
o247.BottomSurface = Enum.SurfaceType.Smooth
3499
o247.TopSurface = Enum.SurfaceType.Weld
3500
o247.Color = Color3.new(0.898039, 0.894118, 0.87451)
3501
o247.Position = Vector3.new(-90.4986725, 5.23315048, 131.998245)
3502
o248.Parent = o247
3503
o248.MeshId = "http://www.roblox.com/asset/?id=1038653"
3504
o248.Scale = Vector3.new(4, 6, 4)
3505
o248.TextureId = "http://www.roblox.com/asset/?id=1038654"
3506
o248.MeshType = Enum.MeshType.FileMesh
3507
o249.Parent = o247
3508
o249.Size = 8
3509
o249.Color = Color3.new(1, 0.509804, 0)
3510
o249.Heat = -20
3511
o249.SecondaryColor = Color3.new(1, 0, 0)
3512
o250.Name = "Brick"
3513
o250.Parent = o245
3514
o250.BrickColor = BrickColor.new("Light stone grey")
3515
o250.Position = Vector3.new(-90.498642, 5.23346519, 126.998398)
3516
o250.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3517
o250.Velocity = Vector3.new(-0.00213981653, 0.0124665247, 0.00168762007)
3518
o250.FormFactor = Enum.FormFactor.Plate
3519
o250.Size = Vector3.new(5, 0.400000006, 4)
3520
o250.CFrame = CFrame.new(-90.498642, 5.23346519, 126.998398, 0.999982178, -3.41620616e-05, -6.33882564e-06, 3.41629529e-05, 0.999983966, -5.34950996e-05, 6.21372646e-06, 3.53616451e-05, 0.99998641)
3521
o250.BottomSurface = Enum.SurfaceType.Smooth
3522
o250.TopSurface = Enum.SurfaceType.Weld
3523
o250.Color = Color3.new(0.898039, 0.894118, 0.87451)
3524
o250.Position = Vector3.new(-90.498642, 5.23346519, 126.998398)
3525
o251.Parent = o250
3526
o251.MeshId = "http://www.roblox.com/asset/?id=1038653"
3527
o251.Scale = Vector3.new(4, 6, 4)
3528
o251.TextureId = "http://www.roblox.com/asset/?id=1038654"
3529
o251.MeshType = Enum.MeshType.FileMesh
3530
o252.Parent = o250
3531
o252.Size = 8
3532
o252.Color = Color3.new(1, 0.509804, 0)
3533
o252.Heat = -20
3534
o252.SecondaryColor = Color3.new(1, 0, 0)
3535
o253.Parent = o245
3536
o253.BrickColor = BrickColor.new("Light stone grey")
3537
o253.Position = Vector3.new(-92.9986267, 6.43317795, 129.498337)
3538
o253.Rotation = Vector3.new(-79.3300018, 89.6600037, 79.1299973)
3539
o253.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3540
o253.Velocity = Vector3.new(-0.00199352368, 0.0127401631, 0.00170259748)
3541
o253.FormFactor = Enum.FormFactor.Symmetric
3542
o253.Size = Vector3.new(9, 2, 10)
3543
o253.CFrame = CFrame.new(-92.9986267, 6.43317795, 129.498337, 6.56244356e-06, -3.41603445e-05, 0.999982178, 6.30447903e-05, 0.999983966, 3.41611594e-05, -0.99998641, 4.49113431e-05, 6.4376718e-06)
3544
o253.BottomSurface = Enum.SurfaceType.Smooth
3545
o253.FrontSurface = Enum.SurfaceType.Weld
3546
o253.TopSurface = Enum.SurfaceType.Weld
3547
o253.Color = Color3.new(0.898039, 0.894118, 0.87451)
3548
o253.Position = Vector3.new(-92.9986267, 6.43317795, 129.498337)
3549
o254.Name = "Brick"
3550
o254.Parent = o245
3551
o254.BrickColor = BrickColor.new("Light stone grey")
3552
o254.Position = Vector3.new(-94.0000839, 5.23638248, 121.003929)
3553
o254.Rotation = Vector3.new(-76.2699966, 89.6600037, 76.0800018)
3554
o254.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3555
o254.Velocity = Vector3.new(-0.00215266645, 0.0129247792, 0.00169534888)
3556
o254.FormFactor = Enum.FormFactor.Plate
3557
o254.Size = Vector3.new(4, 0.400000006, 4)
3558
o254.CFrame = CFrame.new(-94.0000839, 5.23638248, 121.003929, 8.60052751e-06, -3.46977795e-05, 0.999982178, 0.000100630947, 0.999983966, 3.46981542e-05, -0.99998641, 8.24974995e-05, 8.4770918e-06)
3559
o254.BottomSurface = Enum.SurfaceType.Smooth
3560
o254.TopSurface = Enum.SurfaceType.Weld
3561
o254.Color = Color3.new(0.898039, 0.894118, 0.87451)
3562
o254.Position = Vector3.new(-94.0000839, 5.23638248, 121.003929)
3563
o255.Parent = o254
3564
o255.MeshId = "http://www.roblox.com/asset/?id=1038653"
3565
o255.Scale = Vector3.new(4, 6, 4)
3566
o255.TextureId = "http://www.roblox.com/asset/?id=1038654"
3567
o255.MeshType = Enum.MeshType.FileMesh
3568
o256.Parent = o254
3569
o256.Size = 8
3570
o256.Color = Color3.new(1, 0.509804, 0)
3571
o256.Heat = -20
3572
o256.SecondaryColor = Color3.new(1, 0, 0)
3573
o257.Parent = o245
3574
o257.BrickColor = BrickColor.new("Light stone grey")
3575
o257.Position = Vector3.new(-92.9984818, 6.44204473, 138.999237)
3576
o257.Rotation = Vector3.new(99.3799973, -89.6600037, 9.57999992)
3577
o257.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3578
o257.Velocity = Vector3.new(-0.0019715738, 0.0126651069, 0.0017026671)
3579
o257.FormFactor = Enum.FormFactor.Symmetric
3580
o257.Size = Vector3.new(2, 10, 10)
3581
o257.CFrame = CFrame.new(-92.9984818, 6.44204473, 138.999237, 3.4667617e-05, -5.84936924e-06, -0.999982178, -0.999983966, -7.14081543e-05, -3.46684355e-05, -5.32747654e-05, 0.99998641, -5.72491263e-06)
3582
o257.BackSurface = Enum.SurfaceType.Weld
3583
o257.BottomSurface = Enum.SurfaceType.Weld
3584
o257.Color = Color3.new(0.898039, 0.894118, 0.87451)
3585
o257.Position = Vector3.new(-92.9984818, 6.44204473, 138.999237)
3586
o258.Name = "Brick"
3587
o258.Parent = o245
3588
o258.BrickColor = BrickColor.new("Light stone grey")
3589
o258.Position = Vector3.new(-99.9977798, 5.23628998, 117.499344)
3590
o258.Rotation = Vector3.new(100.150002, -89.6600037, 100.349998)
3591
o258.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3592
o258.Velocity = Vector3.new(-0.00216039014, 0.0136563126, 0.0017085477)
3593
o258.FormFactor = Enum.FormFactor.Plate
3594
o258.Size = Vector3.new(5, 0.400000006, 4)
3595
o258.CFrame = CFrame.new(-99.9977798, 5.23628998, 117.499344, -6.23976712e-06, -3.41629675e-05, -0.999982178, -0.000100277888, 0.999983966, -3.4163575e-05, 0.99998641, 8.21445356e-05, -6.11627001e-06)
3596
o258.BottomSurface = Enum.SurfaceType.Smooth
3597
o258.TopSurface = Enum.SurfaceType.Weld
3598
o258.Color = Color3.new(0.898039, 0.894118, 0.87451)
3599
o258.Position = Vector3.new(-99.9977798, 5.23628998, 117.499344)
3600
o259.Parent = o258
3601
o259.MeshId = "http://www.roblox.com/asset/?id=1038653"
3602
o259.Scale = Vector3.new(4, 6, 4)
3603
o259.TextureId = "http://www.roblox.com/asset/?id=1038654"
3604
o259.MeshType = Enum.MeshType.FileMesh
3605
o260.Parent = o258
3606
o260.Size = 8
3607
o260.Color = Color3.new(1, 0.509804, 0)
3608
o260.Heat = -20
3609
o260.SecondaryColor = Color3.new(1, 0, 0)
3610
o261.Name = "Brick"
3611
o261.Parent = o245
3612
o261.BrickColor = BrickColor.new("Light stone grey")
3613
o261.Position = Vector3.new(-93.998642, 5.24012804, 137.997208)
3614
o261.Rotation = Vector3.new(-77.8499985, 89.6600037, 77.6600037)
3615
o261.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3616
o261.Velocity = Vector3.new(-0.00211482891, 0.012790394, 0.00169537531)
3617
o261.FormFactor = Enum.FormFactor.Plate
3618
o261.Size = Vector3.new(4, 0.400000006, 4)
3619
o261.CFrame = CFrame.new(-93.998642, 5.24012804, 137.997208, 7.58322676e-06, -3.46564702e-05, 0.999982178, 0.000107503758, 0.999983966, 3.46568922e-05, -0.99998641, 8.937042e-05, 7.46002979e-06)
3620
o261.BottomSurface = Enum.SurfaceType.Smooth
3621
o261.TopSurface = Enum.SurfaceType.Weld
3622
o261.Color = Color3.new(0.898039, 0.894118, 0.87451)
3623
o261.Position = Vector3.new(-93.998642, 5.24012804, 137.997208)
3624
o262.Parent = o261
3625
o262.MeshId = "http://www.roblox.com/asset/?id=1038653"
3626
o262.Scale = Vector3.new(4, 6, 4)
3627
o262.TextureId = "http://www.roblox.com/asset/?id=1038654"
3628
o262.MeshType = Enum.MeshType.FileMesh
3629
o263.Parent = o261
3630
o263.Size = 8
3631
o263.Color = Color3.new(1, 0.509804, 0)
3632
o263.Heat = -20
3633
o263.SecondaryColor = Color3.new(1, 0, 0)
3634
o264.Name = "Brick"
3635
o264.Parent = o245
3636
o264.BrickColor = BrickColor.new("Light stone grey")
3637
o264.Position = Vector3.new(-104.997643, 5.23611832, 117.499329)
3638
o264.Rotation = Vector3.new(100.150002, -89.6600037, 100.349998)
3639
o264.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3640
o264.Velocity = Vector3.new(-0.0021604104, 0.0142430663, 0.00171954988)
3641
o264.FormFactor = Enum.FormFactor.Plate
3642
o264.Size = Vector3.new(5, 0.400000006, 4)
3643
o264.CFrame = CFrame.new(-104.997643, 5.23611832, 117.499329, -6.23976712e-06, -3.41629675e-05, -0.999982178, -0.000100277888, 0.999983966, -3.4163575e-05, 0.99998641, 8.21445356e-05, -6.11627001e-06)
3644
o264.BottomSurface = Enum.SurfaceType.Smooth
3645
o264.TopSurface = Enum.SurfaceType.Weld
3646
o264.Color = Color3.new(0.898039, 0.894118, 0.87451)
3647
o264.Position = Vector3.new(-104.997643, 5.23611832, 117.499329)
3648
o265.Parent = o264
3649
o265.MeshId = "http://www.roblox.com/asset/?id=1038653"
3650
o265.Scale = Vector3.new(4, 6, 4)
3651
o265.TextureId = "http://www.roblox.com/asset/?id=1038654"
3652
o265.MeshType = Enum.MeshType.FileMesh
3653
o266.Parent = o264
3654
o266.Size = 8
3655
o266.Color = Color3.new(1, 0.509804, 0)
3656
o266.Heat = -20
3657
o266.SecondaryColor = Color3.new(1, 0, 0)
3658
o267.Parent = o245
3659
o267.BrickColor = BrickColor.new("Light stone grey")
3660
o267.Position = Vector3.new(-102.497826, 6.4349556, 129.499054)
3661
o267.Rotation = Vector3.new(100.150002, -89.6600037, 100.349998)
3662
o267.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3663
o267.Velocity = Vector3.new(-0.00199331343, 0.0138549274, 0.00172351697)
3664
o267.FormFactor = Enum.FormFactor.Symmetric
3665
o267.Size = Vector3.new(29, 2, 9)
3666
o267.CFrame = CFrame.new(-102.497826, 6.4349556, 129.499054, -6.2397703e-06, -3.41629675e-05, -0.999982178, -0.000100277895, 0.999983966, -3.41635714e-05, 0.99998641, 8.21445283e-05, -6.11626865e-06)
3667
o267.BackSurface = Enum.SurfaceType.Weld
3668
o267.BottomSurface = Enum.SurfaceType.Smooth
3669
o267.FrontSurface = Enum.SurfaceType.Weld
3670
o267.TopSurface = Enum.SurfaceType.Weld
3671
o267.Color = Color3.new(0.898039, 0.894118, 0.87451)
3672
o267.Position = Vector3.new(-102.497826, 6.4349556, 129.499054)
3673
o268.Name = "Brick"
3674
o268.Parent = o245
3675
o268.BrickColor = BrickColor.new("Light stone grey")
3676
o268.Position = Vector3.new(-99.9976807, 5.23330402, 141.498077)
3677
o268.Rotation = Vector3.new(-80.0599976, 89.6600037, 79.8499985)
3678
o268.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3679
o268.Velocity = Vector3.new(-0.00210792501, 0.0134667549, 0.00170852395)
3680
o268.FormFactor = Enum.FormFactor.Plate
3681
o268.Size = Vector3.new(5, 0.400000006, 4)
3682
o268.CFrame = CFrame.new(-99.9976807, 5.23330402, 141.498077, 6.11349333e-06, -3.41616833e-05, 0.999982178, 8.21449066e-05, 0.999983966, 3.41624109e-05, -0.99998641, 6.40115031e-05, 5.98937186e-06)
3683
o268.BottomSurface = Enum.SurfaceType.Smooth
3684
o268.TopSurface = Enum.SurfaceType.Weld
3685
o268.Color = Color3.new(0.898039, 0.894118, 0.87451)
3686
o268.Position = Vector3.new(-99.9976807, 5.23330402, 141.498077)
3687
o269.Parent = o268
3688
o269.MeshId = "http://www.roblox.com/asset/?id=1038653"
3689
o269.Scale = Vector3.new(4, 6, 4)
3690
o269.TextureId = "http://www.roblox.com/asset/?id=1038654"
3691
o269.MeshType = Enum.MeshType.FileMesh
3692
o270.Parent = o268
3693
o270.Size = 8
3694
o270.Color = Color3.new(1, 0.509804, 0)
3695
o270.Heat = -20
3696
o270.SecondaryColor = Color3.new(1, 0, 0)
3697
o271.Parent = o245
3698
o271.BrickColor = BrickColor.new("Medium green")
3699
o271.Position = Vector3.new(-102.503677, 27.5131531, 117.017921)
3700
o271.Rotation = Vector3.new(90, 0, -180)
3701
o271.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3702
o271.Velocity = Vector3.new(0.000452830485, 0.0139541915, 0.00189000869)
3703
o271.FormFactor = Enum.FormFactor.Symmetric
3704
o271.Size = Vector3.new(7, 4, 40)
3705
o271.CFrame = CFrame.new(-102.503677, 27.5131531, 117.017921, -0.999982178, 1.72467253e-06, 2.97900915e-05, -2.97911702e-05, 8.01162096e-05, -0.999983966, -1.60019226e-06, -0.99998641, -6.19829661e-05)
3706
o271.BackSurface = Enum.SurfaceType.Weld
3707
o271.BottomSurface = Enum.SurfaceType.Weld
3708
o271.Color = Color3.new(0.631373, 0.768628, 0.54902)
3709
o271.Position = Vector3.new(-102.503677, 27.5131531, 117.017921)
3710
o272.Parent = o245
3711
o272.BrickColor = BrickColor.new("Medium green")
3712
o272.Position = Vector3.new(-94.0548553, 27.4406757, 121.134712)
3713
o272.Rotation = Vector3.new(90, 0, -135.009995)
3714
o272.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3715
o272.Velocity = Vector3.new(0.000453385059, 0.0129301734, 0.0018708423)
3716
o272.FormFactor = Enum.FormFactor.Symmetric
3717
o272.Size = Vector3.new(10, 4, 40)
3718
o272.CFrame = CFrame.new(-94.0548553, 27.4406757, 121.134712, -0.707167029, 0.707021475, 3.41593077e-05, -3.08878734e-05, 1.7421029e-05, -0.999983966, -0.707024395, -0.707170069, 2.76523933e-05)
3719
o272.BackSurface = Enum.SurfaceType.Weld
3720
o272.BottomSurface = Enum.SurfaceType.Weld
3721
o272.Color = Color3.new(0.631373, 0.768628, 0.54902)
3722
o272.Position = Vector3.new(-94.0548553, 27.4406757, 121.134712)
3723
o273.Parent = o245
3724
o273.BrickColor = BrickColor.new("Light stone grey")
3725
o273.Position = Vector3.new(-95.5057449, 27.4360237, 122.52005)
3726
o273.Rotation = Vector3.new(0, 0, -90)
3727
o273.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3728
o273.Velocity = Vector3.new(0.00045588793, 0.0130894994, 0.00187399867)
3729
o273.FormFactor = Enum.FormFactor.Symmetric
3730
o273.Size = Vector3.new(40, 7, 7)
3731
o273.CFrame = CFrame.new(-95.5057449, 27.4360237, 122.52005, 3.41183295e-05, 0.999982178, -1.07131245e-05, -0.999983966, 3.41200212e-05, 4.33405112e-05, 6.14743767e-05, 1.05847384e-05, 0.99998641)
3732
o273.BackSurface = Enum.SurfaceType.Weld
3733
o273.BottomSurface = Enum.SurfaceType.Weld
3734
o273.FrontSurface = Enum.SurfaceType.Weld
3735
o273.TopSurface = Enum.SurfaceType.Weld
3736
o273.Color = Color3.new(0.898039, 0.894118, 0.87451)
3737
o273.Position = Vector3.new(-95.5057449, 27.4360237, 122.52005)
3738
o274.Parent = o245
3739
o274.BrickColor = BrickColor.new("Light stone grey")
3740
o274.Position = Vector3.new(-102.498291, 27.4334526, 129.49968)
3741
o274.Rotation = Vector3.new(99.9400024, -89.6600037, 100.150002)
3742
o274.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3743
o274.Velocity = Vector3.new(0.000470946718, 0.0138549767, 0.00188936736)
3744
o274.FormFactor = Enum.FormFactor.Symmetric
3745
o274.Size = Vector3.new(21, 40, 7)
3746
o274.CFrame = CFrame.new(-102.498291, 27.4334526, 129.49968, -6.11349333e-06, -3.41616869e-05, -0.999982178, -8.21449066e-05, 0.999983966, -3.41624109e-05, 0.99998641, 6.40115031e-05, -5.98937186e-06)
3747
o274.BackSurface = Enum.SurfaceType.Weld
3748
o274.BottomSurface = Enum.SurfaceType.Weld
3749
o274.FrontSurface = Enum.SurfaceType.Weld
3750
o274.TopSurface = Enum.SurfaceType.Weld
3751
o274.Color = Color3.new(0.898039, 0.894118, 0.87451)
3752
o274.Position = Vector3.new(-102.498291, 27.4334526, 129.49968)
3753
o275.Parent = o245
3754
o275.BrickColor = BrickColor.new("Medium green")
3755
o275.Position = Vector3.new(-110.872292, 27.4296818, 121.046715)
3756
o275.Rotation = Vector3.new(90, 0, 135.009995)
3757
o275.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3758
o275.Velocity = Vector3.new(0.000451901229, 0.0149044627, 0.0019077668)
3759
o275.FormFactor = Enum.FormFactor.Symmetric
3760
o275.Size = Vector3.new(10, 4, 40)
3761
o275.CFrame = CFrame.new(-110.872292, 27.4296818, 121.046715, -0.707178593, -0.707009912, 4.33436871e-05, -4.51171072e-05, -1.61784301e-05, -0.999983966, 0.707012951, -0.707181454, -2.32421962e-06)
3762
o275.BackSurface = Enum.SurfaceType.Weld
3763
o275.BottomSurface = Enum.SurfaceType.Weld
3764
o275.Color = Color3.new(0.631373, 0.768628, 0.54902)
3765
o275.Position = Vector3.new(-110.872292, 27.4296818, 121.046715)
3766
o276.Parent = o245
3767
o276.BrickColor = BrickColor.new("Light stone grey")
3768
o276.Position = Vector3.new(-109.495049, 27.4292984, 122.508209)
3769
o276.Rotation = Vector3.new(-76.0899963, 89.6600037, -14.1199999)
3770
o276.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3771
o276.Velocity = Vector3.new(0.000455072644, 0.0147312945, 0.00190473278)
3772
o276.FormFactor = Enum.FormFactor.Symmetric
3773
o276.Size = Vector3.new(40, 7, 7)
3774
o276.CFrame = CFrame.new(-109.495049, 27.4292984, 122.508209, 3.41426385e-05, 8.58704698e-06, 0.999982178, -0.999983966, -5.28623241e-05, 3.41443192e-05, 7.0996146e-05, -0.99998641, 8.45832437e-06)
3775
o276.BackSurface = Enum.SurfaceType.Weld
3776
o276.BottomSurface = Enum.SurfaceType.Weld
3777
o276.FrontSurface = Enum.SurfaceType.Weld
3778
o276.TopSurface = Enum.SurfaceType.Weld
3779
o276.Color = Color3.new(0.898039, 0.894118, 0.87451)
3780
o276.Position = Vector3.new(-109.495049, 27.4292984, 122.508209)
3781
o277.Name = "Brick"
3782
o277.Parent = o245
3783
o277.BrickColor = BrickColor.new("Light stone grey")
3784
o277.Position = Vector3.new(-110.989922, 5.2305007, 121.007446)
3785
o277.Rotation = Vector3.new(180, 0, 180)
3786
o277.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3787
o277.Velocity = Vector3.new(-0.00215334911, 0.0149185769, 0.00173269305)
3788
o277.FormFactor = Enum.FormFactor.Plate
3789
o277.Size = Vector3.new(4, 0.400000006, 4)
3790
o277.CFrame = CFrame.new(-110.989922, 5.2305007, 121.007446, -0.999982178, -3.40709739e-05, 1.32816422e-06, -3.40723091e-05, 0.999983966, -7.59489267e-05, -1.19863034e-06, -9.40825557e-05, -0.99998641)
3791
o277.BottomSurface = Enum.SurfaceType.Smooth
3792
o277.TopSurface = Enum.SurfaceType.Weld
3793
o277.Color = Color3.new(0.898039, 0.894118, 0.87451)
3794
o277.Position = Vector3.new(-110.989922, 5.2305007, 121.007446)
3795
o278.Parent = o277
3796
o278.MeshId = "http://www.roblox.com/asset/?id=1038653"
3797
o278.Scale = Vector3.new(4, 6, 4)
3798
o278.TextureId = "http://www.roblox.com/asset/?id=1038654"
3799
o278.MeshType = Enum.MeshType.FileMesh
3800
o279.Parent = o277
3801
o279.Size = 8
3802
o279.Color = Color3.new(1, 0.509804, 0)
3803
o279.Heat = -20
3804
o279.SecondaryColor = Color3.new(1, 0, 0)
3805
o280.Parent = o245
3806
o280.BrickColor = BrickColor.new("Light stone grey")
3807
o280.Position = Vector3.new(-111.989662, 6.43490696, 120.012993)
3808
o280.Rotation = Vector3.new(-75.0100021, 89.6600037, -15.1800003)
3809
o280.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3810
o280.Velocity = Vector3.new(-0.00201419578, 0.0150437551, 0.00174440583)
3811
o280.FormFactor = Enum.FormFactor.Symmetric
3812
o280.Size = Vector3.new(2, 10, 10)
3813
o280.CFrame = CFrame.new(-111.989662, 6.43490696, 120.012993, 3.5413439e-05, 9.60783109e-06, 0.999982178, -0.999983966, -4.1521721e-06, 3.54147123e-05, 2.22859162e-05, -0.99998641, 9.4807483e-06)
3814
o280.BackSurface = Enum.SurfaceType.Weld
3815
o280.BottomSurface = Enum.SurfaceType.Weld
3816
o280.Color = Color3.new(0.898039, 0.894118, 0.87451)
3817
o280.Position = Vector3.new(-111.989662, 6.43490696, 120.012993)
3818
o281.Parent = o245
3819
o281.BrickColor = BrickColor.new("Light stone grey")
3820
o281.Position = Vector3.new(-90.008316, 27.4305782, 129.506897)
3821
o281.Rotation = Vector3.new(90.0100021, 0, -90)
3822
o281.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3823
o281.Velocity = Vector3.new(0.000470625295, 0.01238917, 0.00186185725)
3824
o281.FormFactor = Enum.FormFactor.Symmetric
3825
o281.Size = Vector3.new(7, 4, 40)
3826
o281.CFrame = CFrame.new(-90.008316, 27.4305782, 129.506897, 1.44709502e-05, 0.999982178, 3.3725617e-05, 0.000113715927, 3.3725195e-05, -0.999983966, -0.99998641, 1.4347901e-05, -9.55823198e-05)
3827
o281.BackSurface = Enum.SurfaceType.Weld
3828
o281.BottomSurface = Enum.SurfaceType.Weld
3829
o281.Color = Color3.new(0.898039, 0.894118, 0.87451)
3830
o281.Position = Vector3.new(-90.008316, 27.4305782, 129.506897)
3831
o282.Parent = o245
3832
o282.BrickColor = BrickColor.new("Medium green")
3833
o282.Position = Vector3.new(-102.496597, 27.5087776, 141.979584)
3834
o282.Rotation = Vector3.new(90, 0, 0)
3835
o282.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3836
o282.Velocity = Vector3.new(0.000507251709, 0.01375621, 0.00188995851)
3837
o282.FormFactor = Enum.FormFactor.Symmetric
3838
o282.Size = Vector3.new(7, 4, 40)
3839
o282.CFrame = CFrame.new(-102.496597, 27.5087776, 141.979584, 0.999982178, 5.18236266e-06, 3.11114272e-05, 3.11129006e-05, -4.84891752e-05, -0.999983966, -5.30777379e-06, 0.99998641, -3.03560591e-05)
3840
o282.BackSurface = Enum.SurfaceType.Weld
3841
o282.BottomSurface = Enum.SurfaceType.Weld
3842
o282.Color = Color3.new(0.631373, 0.768628, 0.54902)
3843
o282.Position = Vector3.new(-102.496597, 27.5087776, 141.979584)
3844
o283.Parent = o245
3845
o283.BrickColor = BrickColor.new("Light stone grey")
3846
o283.Position = Vector3.new(-95.4991074, 27.4338074, 129.499878)
3847
o283.Rotation = Vector3.new(-80.2600021, 89.6600037, 80.0599976)
3848
o283.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3849
o283.Velocity = Vector3.new(0.000470988802, 0.0130335921, 0.00187396666)
3850
o283.FormFactor = Enum.FormFactor.Symmetric
3851
o283.Size = Vector3.new(7, 40, 7)
3852
o283.CFrame = CFrame.new(-95.4991074, 27.4338074, 129.499878, 5.98721408e-06, -3.41627456e-05, 0.999982178, 6.40120197e-05, 0.999983966, 3.4163586e-05, -0.99998641, 4.58785798e-05, 5.86247279e-06)
3853
o283.BackSurface = Enum.SurfaceType.Weld
3854
o283.BottomSurface = Enum.SurfaceType.Weld
3855
o283.FrontSurface = Enum.SurfaceType.Weld
3856
o283.TopSurface = Enum.SurfaceType.Weld
3857
o283.Color = Color3.new(0.898039, 0.894118, 0.87451)
3858
o283.Position = Vector3.new(-95.4991074, 27.4338074, 129.499878)
3859
o284.Parent = o245
3860
o284.BrickColor = BrickColor.new("Light stone grey")
3861
o284.Position = Vector3.new(-95.5039291, 27.4226227, 136.489639)
3862
o284.Rotation = Vector3.new(119.970001, -89.6600037, 30.1299992)
3863
o284.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3864
o284.Velocity = Vector3.new(0.000485059019, 0.0129789524, 0.00187388889)
3865
o284.FormFactor = Enum.FormFactor.Symmetric
3866
o284.Size = Vector3.new(40, 7, 7)
3867
o284.CFrame = CFrame.new(-95.5039291, 27.4226227, 136.489639, 3.4121611e-05, -1.98054731e-05, -0.999982178, -0.999983966, 4.04729471e-05, -3.41236409e-05, 5.8607111e-05, 0.99998641, -1.96772216e-05)
3868
o284.BackSurface = Enum.SurfaceType.Weld
3869
o284.BottomSurface = Enum.SurfaceType.Weld
3870
o284.FrontSurface = Enum.SurfaceType.Weld
3871
o284.TopSurface = Enum.SurfaceType.Weld
3872
o284.Color = Color3.new(0.898039, 0.894118, 0.87451)
3873
o284.Position = Vector3.new(-95.5039291, 27.4226227, 136.489639)
3874
o285.Parent = o245
3875
o285.BrickColor = BrickColor.new("Medium green")
3876
o285.Position = Vector3.new(-94.123024, 27.4304962, 137.943726)
3877
o285.Rotation = Vector3.new(90, 0, -44.9900017)
3878
o285.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3879
o285.Velocity = Vector3.new(0.000489183119, 0.0128054125, 0.00187091203)
3880
o285.FormFactor = Enum.FormFactor.Symmetric
3881
o285.Size = Vector3.new(10, 4, 40)
3882
o285.CFrame = CFrame.new(-94.123024, 27.4304962, 137.943726, 0.707183599, 0.707004845, 3.43169449e-05, 4.5334742e-05, 3.19315222e-06, -0.999983966, -0.707007945, 0.70718646, -1.16609554e-05)
3883
o285.BackSurface = Enum.SurfaceType.Weld
3884
o285.BottomSurface = Enum.SurfaceType.Weld
3885
o285.Color = Color3.new(0.631373, 0.768628, 0.54902)
3886
o285.Position = Vector3.new(-94.123024, 27.4304962, 137.943726)
3887
o286.Parent = o245
3888
o286.BrickColor = BrickColor.new("Light stone grey")
3889
o286.Position = Vector3.new(-109.497978, 27.4332123, 129.499619)
3890
o286.Rotation = Vector3.new(99.7399979, -89.6600037, 99.9400024)
3891
o286.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3892
o286.Velocity = Vector3.new(0.00047091837, 0.0146764191, 0.00190477015)
3893
o286.FormFactor = Enum.FormFactor.Symmetric
3894
o286.Size = Vector3.new(7, 40, 7)
3895
o286.CFrame = CFrame.new(-109.497978, 27.4332123, 129.499619, -5.98721135e-06, -3.41627419e-05, -0.999982178, -6.4011947e-05, 0.999983966, -3.41635823e-05, 0.99998641, 4.58785071e-05, -5.86247006e-06)
3896
o286.BackSurface = Enum.SurfaceType.Weld
3897
o286.BottomSurface = Enum.SurfaceType.Weld
3898
o286.FrontSurface = Enum.SurfaceType.Weld
3899
o286.TopSurface = Enum.SurfaceType.Weld
3900
o286.Color = Color3.new(0.898039, 0.894118, 0.87451)
3901
o286.Position = Vector3.new(-109.497978, 27.4332123, 129.499619)
3902
o287.Name = "Brick"
3903
o287.Parent = o245
3904
o287.BrickColor = BrickColor.new("Light stone grey")
3905
o287.Position = Vector3.new(-104.997795, 5.2337122, 141.498581)
3906
o287.Rotation = Vector3.new(-79.8499985, 89.6600037, 79.6500015)
3907
o287.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3908
o287.Velocity = Vector3.new(-0.00210787612, 0.0140535347, 0.00171953125)
3909
o287.FormFactor = Enum.FormFactor.Plate
3910
o287.Size = Vector3.new(5, 0.400000006, 4)
3911
o287.CFrame = CFrame.new(-104.997795, 5.2337122, 141.498581, 6.23976257e-06, -3.41629639e-05, 0.999982178, 0.000100277874, 0.999983966, 3.41635787e-05, -0.99998641, 8.21445428e-05, 6.11627502e-06)
3912
o287.BottomSurface = Enum.SurfaceType.Smooth
3913
o287.TopSurface = Enum.SurfaceType.Weld
3914
o287.Color = Color3.new(0.898039, 0.894118, 0.87451)
3915
o287.Position = Vector3.new(-104.997795, 5.2337122, 141.498581)
3916
o288.Parent = o287
3917
o288.MeshId = "http://www.roblox.com/asset/?id=1038653"
3918
o288.Scale = Vector3.new(4, 6, 4)
3919
o288.TextureId = "http://www.roblox.com/asset/?id=1038654"
3920
o288.MeshType = Enum.MeshType.FileMesh
3921
o289.Parent = o287
3922
o289.Size = 8
3923
o289.Color = Color3.new(1, 0.509804, 0)
3924
o289.Heat = -20
3925
o289.SecondaryColor = Color3.new(1, 0, 0)
3926
o290.Parent = o245
3927
o290.BrickColor = BrickColor.new("Dark stone grey")
3928
o290.Position = Vector3.new(-93.6403046, 26.5971546, 120.719948)
3929
o290.Rotation = Vector3.new(179.990005, -44.9900017, 174.289993)
3930
o290.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3931
o290.Velocity = Vector3.new(0.000353481621, 0.0128848003, 0.00186326774)
3932
o290.CanCollide = false
3933
o290.FormFactor = Enum.FormFactor.Symmetric
3934
o290.Size = Vector3.new(1, 24, 2)
3935
o290.CFrame = CFrame.new(-93.6403046, 26.5971546, 120.719948, -0.703634262, -0.0704028532, -0.707040906, -0.0994649976, 0.99502492, -9.28017544e-05, 0.703545868, 0.0702438951, -0.707150578)
3936
o290.BottomSurface = Enum.SurfaceType.Smooth
3937
o290.RightSurface = Enum.SurfaceType.Weld
3938
o290.TopSurface = Enum.SurfaceType.Weld
3939
o290.Color = Color3.new(0.388235, 0.372549, 0.384314)
3940
o290.Position = Vector3.new(-93.6403046, 26.5971546, 120.719948)
3941
o291.Parent = o290
3942
o292.Parent = o245
3943
o292.BrickColor = BrickColor.new("Light stone grey")
3944
o292.Position = Vector3.new(-111.997292, 6.43614769, 129.49942)
3945
o292.Rotation = Vector3.new(100.720001, -89.6600037, 100.919998)
3946
o292.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3947
o292.Velocity = Vector3.new(-0.0019931728, 0.0149697252, 0.00174443249)
3948
o292.FormFactor = Enum.FormFactor.Symmetric
3949
o292.Size = Vector3.new(9, 2, 10)
3950
o292.CFrame = CFrame.new(-111.997292, 6.43614769, 129.49942, -6.59089028e-06, -3.41611194e-05, -0.999982178, -9.16939243e-05, 0.999983966, -3.41617379e-05, 0.99998641, 7.35605354e-05, -6.46709668e-06)
3951
o292.BottomSurface = Enum.SurfaceType.Smooth
3952
o292.FrontSurface = Enum.SurfaceType.Weld
3953
o292.TopSurface = Enum.SurfaceType.Weld
3954
o292.Color = Color3.new(0.898039, 0.894118, 0.87451)
3955
o292.Position = Vector3.new(-111.997292, 6.43614769, 129.49942)
3956
o293.Parent = o245
3957
o293.BrickColor = BrickColor.new("Light stone grey")
3958
o293.Position = Vector3.new(-109.490067, 27.4290867, 136.488815)
3959
o293.Rotation = Vector3.new(179.990005, 0, 90)
3960
o293.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3961
o293.Velocity = Vector3.new(0.000485815806, 0.0146202883, 0.00190472009)
3962
o293.FormFactor = Enum.FormFactor.Symmetric
3963
o293.Size = Vector3.new(40, 7, 7)
3964
o293.CFrame = CFrame.new(-109.490067, 27.4290867, 136.488815, 3.41874511e-05, -0.999982178, -1.59908086e-06, -0.999983966, -3.41884952e-05, -0.000115463175, 0.000133596797, 1.72998989e-06, -0.99998641)
3965
o293.BackSurface = Enum.SurfaceType.Weld
3966
o293.BottomSurface = Enum.SurfaceType.Weld
3967
o293.FrontSurface = Enum.SurfaceType.Weld
3968
o293.TopSurface = Enum.SurfaceType.Weld
3969
o293.Color = Color3.new(0.898039, 0.894118, 0.87451)
3970
o293.Position = Vector3.new(-109.490067, 27.4290867, 136.488815)
3971
o294.Name = "Brick"
3972
o294.Parent = o245
3973
o294.BrickColor = BrickColor.new("Light stone grey")
3974
o294.Position = Vector3.new(-114.497398, 5.23536253, 126.999184)
3975
o294.Rotation = Vector3.new(-180, 0, 180)
3976
o294.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
3977
o294.Velocity = Vector3.new(-0.00213959231, 0.0152828703, 0.00174045062)
3978
o294.FormFactor = Enum.FormFactor.Plate
3979
o294.Size = Vector3.new(5, 0.400000006, 4)
3980
o294.CFrame = CFrame.new(-114.497398, 5.23536253, 126.999184, -0.999982178, -3.41640189e-05, 6.11348969e-06, -3.41647392e-05, 0.999983966, 8.21448484e-05, -5.98936822e-06, 6.40114522e-05, -0.99998641)
3981
o294.BottomSurface = Enum.SurfaceType.Smooth
3982
o294.TopSurface = Enum.SurfaceType.Weld
3983
o294.Color = Color3.new(0.898039, 0.894118, 0.87451)
3984
o294.Position = Vector3.new(-114.497398, 5.23536253, 126.999184)
3985
o295.Parent = o294
3986
o295.MeshId = "http://www.roblox.com/asset/?id=1038653"
3987
o295.Scale = Vector3.new(4, 6, 4)
3988
o295.TextureId = "http://www.roblox.com/asset/?id=1038654"
3989
o295.MeshType = Enum.MeshType.FileMesh
3990
o296.Parent = o294
3991
o296.Size = 8
3992
o296.Color = Color3.new(1, 0.509804, 0)
3993
o296.Heat = -20
3994
o296.SecondaryColor = Color3.new(1, 0, 0)
3995
o297.Parent = o245
3996
o297.BrickColor = BrickColor.new("Medium green")
3997
o297.Position = Vector3.new(-110.942833, 27.4268169, 137.868729)
3998
o297.Rotation = Vector3.new(90, 0, 44.9900017)
3999
o297.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4000
o297.Velocity = Vector3.new(0.000488586316, 0.0147798778, 0.00190789939)
4001
o297.FormFactor = Enum.FormFactor.Symmetric
4002
o297.Size = Vector3.new(10, 4, 40)
4003
o297.CFrame = CFrame.new(-110.942833, 27.4268169, 137.868729, 0.707171559, -0.707016885, 3.43831598e-05, 3.39694088e-06, -4.52345121e-05, -0.999983966, 0.707019806, 0.707174599, -1.14540744e-05)
4004
o297.BackSurface = Enum.SurfaceType.Weld
4005
o297.BottomSurface = Enum.SurfaceType.Weld
4006
o297.Color = Color3.new(0.631373, 0.768628, 0.54902)
4007
o297.Position = Vector3.new(-110.942833, 27.4268169, 137.868729)
4008
o298.Parent = o245
4009
o298.BrickColor = BrickColor.new("Light stone grey")
4010
o298.Position = Vector3.new(-114.994644, 27.424305, 129.493744)
4011
o298.Rotation = Vector3.new(90, 0, 90)
4012
o298.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4013
o298.Velocity = Vector3.new(0.000469860126, 0.0153215211, 0.00191679667)
4014
o298.FormFactor = Enum.FormFactor.Symmetric
4015
o298.Size = Vector3.new(7, 4, 40)
4016
o298.CFrame = CFrame.new(-114.994644, 27.424305, 129.493744, -4.14098531e-06, -0.999982178, 3.41298582e-05, -1.15465182e-05, -3.41310333e-05, -0.999983966, 0.99998641, -4.01444413e-06, 6.58698264e-06)
4017
o298.BackSurface = Enum.SurfaceType.Weld
4018
o298.BottomSurface = Enum.SurfaceType.Weld
4019
o298.Color = Color3.new(0.898039, 0.894118, 0.87451)
4020
o298.Position = Vector3.new(-114.994644, 27.424305, 129.493744)
4021
o299.Name = "Brick"
4022
o299.Parent = o245
4023
o299.BrickColor = BrickColor.new("Light stone grey")
4024
o299.Position = Vector3.new(-110.986183, 5.22616243, 137.981262)
4025
o299.Rotation = Vector3.new(180, 0, 180)
4026
o299.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4027
o299.Velocity = Vector3.new(-0.00211650296, 0.0147840772, 0.00173265056)
4028
o299.FormFactor = Enum.FormFactor.Plate
4029
o299.Size = Vector3.new(4, 0.400000006, 4)
4030
o299.CFrame = CFrame.new(-110.986183, 5.22616243, 137.981262, -0.999982178, -3.42090643e-05, -1.87939713e-06, -3.42101666e-05, 0.999983966, -7.56306472e-05, 2.00893328e-06, -9.37641307e-05, -0.99998641)
4031
o299.BottomSurface = Enum.SurfaceType.Smooth
4032
o299.TopSurface = Enum.SurfaceType.Weld
4033
o299.Color = Color3.new(0.898039, 0.894118, 0.87451)
4034
o299.Position = Vector3.new(-110.986183, 5.22616243, 137.981262)
4035
o300.Parent = o299
4036
o300.MeshId = "http://www.roblox.com/asset/?id=1038653"
4037
o300.Scale = Vector3.new(4, 6, 4)
4038
o300.TextureId = "http://www.roblox.com/asset/?id=1038654"
4039
o300.MeshType = Enum.MeshType.FileMesh
4040
o301.Parent = o299
4041
o301.Size = 8
4042
o301.Color = Color3.new(1, 0.509804, 0)
4043
o301.Heat = -20
4044
o301.SecondaryColor = Color3.new(1, 0, 0)
4045
o302.Name = "Brick"
4046
o302.Parent = o245
4047
o302.BrickColor = BrickColor.new("Light stone grey")
4048
o302.Position = Vector3.new(-114.497284, 5.23511314, 131.999435)
4049
o302.Rotation = Vector3.new(-180, 0, 180)
4050
o302.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4051
o302.Velocity = Vector3.new(-0.00212861714, 0.0152433645, 0.00174044841)
4052
o302.FormFactor = Enum.FormFactor.Plate
4053
o302.Size = Vector3.new(5, 0.400000006, 4)
4054
o302.CFrame = CFrame.new(-114.497284, 5.23511314, 131.999435, -0.999982178, -3.41668165e-05, 5.76358934e-06, -3.41677405e-05, 0.999983966, 5.44621544e-05, -5.63853428e-06, 3.63287254e-05, -0.99998641)
4055
o302.BottomSurface = Enum.SurfaceType.Smooth
4056
o302.TopSurface = Enum.SurfaceType.Weld
4057
o302.Color = Color3.new(0.898039, 0.894118, 0.87451)
4058
o302.Position = Vector3.new(-114.497284, 5.23511314, 131.999435)
4059
o303.Parent = o302
4060
o303.MeshId = "http://www.roblox.com/asset/?id=1038653"
4061
o303.Scale = Vector3.new(4, 6, 4)
4062
o303.TextureId = "http://www.roblox.com/asset/?id=1038654"
4063
o303.MeshType = Enum.MeshType.FileMesh
4064
o304.Parent = o302
4065
o304.Size = 8
4066
o304.Color = Color3.new(1, 0.509804, 0)
4067
o304.Heat = -20
4068
o304.SecondaryColor = Color3.new(1, 0, 0)
4069
o305.Parent = o245
4070
o305.BrickColor = BrickColor.new("Light stone grey")
4071
o305.Position = Vector3.new(-111.986565, 6.4272337, 138.979843)
4072
o305.Rotation = Vector3.new(180, 0, 90)
4073
o305.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4074
o305.Velocity = Vector3.new(-0.00197335472, 0.0148935886, 0.00174433843)
4075
o305.FormFactor = Enum.FormFactor.Symmetric
4076
o305.Size = Vector3.new(2, 10, 10)
4077
o305.CFrame = CFrame.new(-111.986565, 6.4272337, 138.979843, 3.5056004e-05, -0.999982178, 3.80277925e-07, -0.999983966, -3.50572482e-05, -6.77939482e-08, 1.820117e-05, -2.5332065e-07, -0.99998641)
4078
o305.BackSurface = Enum.SurfaceType.Weld
4079
o305.BottomSurface = Enum.SurfaceType.Weld
4080
o305.Color = Color3.new(0.898039, 0.894118, 0.87451)
4081
o305.Position = Vector3.new(-111.986565, 6.4272337, 138.979843)
4082
o306.Parent = o245
4083
o306.BrickColor = BrickColor.new("Dark stone grey")
4084
o306.Position = Vector3.new(-111.9963, 26.5235672, 121.337799)
4085
o306.Rotation = Vector3.new(0, -44.9900017, 174.289993)
4086
o306.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4087
o306.Velocity = Vector3.new(0.000346205605, 0.0150340702, 0.00190308387)
4088
o306.CanCollide = false
4089
o306.FormFactor = Enum.FormFactor.Symmetric
4090
o306.Size = Vector3.new(1, 24, 2)
4091
o306.CFrame = CFrame.new(-111.9963, 26.5235672, 121.337799, -0.703637242, -0.0703425631, -0.707043886, 0.0994600952, -0.995025456, 1.24541839e-05, -0.703543544, -0.0702972636, 0.707147658)
4092
o306.BottomSurface = Enum.SurfaceType.Smooth
4093
o306.RightSurface = Enum.SurfaceType.Weld
4094
o306.TopSurface = Enum.SurfaceType.Weld
4095
o306.Color = Color3.new(0.388235, 0.372549, 0.384314)
4096
o306.Position = Vector3.new(-111.9963, 26.5235672, 121.337799)
4097
o307.Parent = o306
4098
o308.Parent = o245
4099
o308.BrickColor = BrickColor.new("Dark stone grey")
4100
o308.Position = Vector3.new(-111.080544, 39.5122108, 122.251129)
4101
o308.Rotation = Vector3.new(94.0400009, -4.03000021, 135.149994)
4102
o308.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4103
o308.Velocity = Vector3.new(0.00187248574, 0.014919389, 0.00200365484)
4104
o308.CanCollide = false
4105
o308.FormFactor = Enum.FormFactor.Symmetric
4106
o308.Size = Vector3.new(2, 1, 2)
4107
o308.CFrame = CFrame.new(-111.080544, 39.5122108, 122.251129, -0.707178295, -0.703507125, -0.0702940449, -4.75509805e-05, 0.0994700938, -0.995024443, 0.707013369, -0.70367229, -0.0703599155)
4108
o308.BackSurface = Enum.SurfaceType.Weld
4109
o308.BottomSurface = Enum.SurfaceType.Weld
4110
o308.Color = Color3.new(0.388235, 0.372549, 0.384314)
4111
o308.Position = Vector3.new(-111.080544, 39.5122108, 122.251129)
4112
o309.Parent = o245
4113
o309.BrickColor = BrickColor.new("Dark stone grey")
4114
o309.Position = Vector3.new(-94.5544815, 39.5232544, 121.632179)
4115
o309.Rotation = Vector3.new(94.0400009, 4.03999996, -135.149994)
4116
o309.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4117
o309.Velocity = Vector3.new(0.0018724195, 0.0129848775, 0.00196737191)
4118
o309.CanCollide = false
4119
o309.FormFactor = Enum.FormFactor.Symmetric
4120
o309.Size = Vector3.new(2, 1, 2)
4121
o309.CFrame = CFrame.new(-94.5544815, 39.5232544, 121.632179, -0.707168818, 0.703507781, 0.0703823268, -3.08434246e-05, 0.0995156169, -0.995019972, -0.707022607, -0.703665376, -0.0703360215)
4122
o309.BackSurface = Enum.SurfaceType.Weld
4123
o309.BottomSurface = Enum.SurfaceType.Weld
4124
o309.Color = Color3.new(0.388235, 0.372549, 0.384314)
4125
o309.Position = Vector3.new(-94.5544815, 39.5232544, 121.632179)
4126
o310.Parent = o245
4127
o310.BrickColor = BrickColor.new("Dark stone grey")
4128
o310.Position = Vector3.new(-112.27179, 13.6104479, 139.200363)
4129
o310.Rotation = Vector3.new(-94.0400009, 4.03000021, 135.149994)
4130
o310.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4131
o310.Velocity = Vector3.new(-0.00112989009, 0.0149253188, 0.00180170033)
4132
o310.CanCollide = false
4133
o310.FormFactor = Enum.FormFactor.Symmetric
4134
o310.Size = Vector3.new(2, 1, 2)
4135
o310.CFrame = CFrame.new(-112.27179, 13.6104479, 139.200363, -0.707173884, -0.703512132, 0.0702872723, -1.62605247e-05, 0.0994287729, 0.995028615, -0.707017481, 0.703669548, -0.0703443363)
4136
o310.BackSurface = Enum.SurfaceType.Weld
4137
o310.BottomSurface = Enum.SurfaceType.Weld
4138
o310.Color = Color3.new(0.388235, 0.372549, 0.384314)
4139
o310.Position = Vector3.new(-112.27179, 13.6104479, 139.200363)
4140
o311.Parent = o245
4141
o311.BrickColor = BrickColor.new("Dark stone grey")
4142
o311.Position = Vector3.new(-110.444023, 39.5086517, 137.369186)
4143
o311.Rotation = Vector3.new(85.9599991, -4.03000021, 44.8499985)
4144
o311.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4145
o311.Velocity = Vector3.new(0.0019053393, 0.0147252856, 0.00200222572)
4146
o311.CanCollide = false
4147
o311.FormFactor = Enum.FormFactor.Symmetric
4148
o311.Size = Vector3.new(2, 1, 2)
4149
o311.CFrame = CFrame.new(-110.444023, 39.5086517, 137.369186, 0.707174182, -0.703510821, -0.0702975467, 1.65333204e-05, 0.099443607, -0.995027184, 0.707017183, 0.703668833, 0.0703550503)
4150
o311.BackSurface = Enum.SurfaceType.Weld
4151
o311.BottomSurface = Enum.SurfaceType.Weld
4152
o311.Color = Color3.new(0.388235, 0.372549, 0.384314)
4153
o311.Position = Vector3.new(-110.444023, 39.5086517, 137.369186)
4154
o312.Parent = o245
4155
o312.BrickColor = BrickColor.new("Dark stone grey")
4156
o312.Position = Vector3.new(-92.7927475, 13.6559381, 139.274155)
4157
o312.Rotation = Vector3.new(-94.0400009, -4.03000021, -135.149994)
4158
o312.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4159
o312.Velocity = Vector3.new(-0.00112438924, 0.0126387915, 0.00175919081)
4160
o312.CanCollide = false
4161
o312.FormFactor = Enum.FormFactor.Symmetric
4162
o312.Size = Vector3.new(2, 1, 2)
4163
o312.CFrame = CFrame.new(-92.7927475, 13.6559381, 139.274155, -0.707188547, 0.7034899, -0.0703628659, -3.23208151e-05, 0.0994893909, 0.995022535, 0.707002997, 0.703683138, -0.070354484)
4164
o312.BackSurface = Enum.SurfaceType.Weld
4165
o312.BottomSurface = Enum.SurfaceType.Weld
4166
o312.Color = Color3.new(0.388235, 0.372549, 0.384314)
4167
o312.Position = Vector3.new(-92.7927475, 13.6559381, 139.274155)
4168
o313.Parent = o245
4169
o313.BrickColor = BrickColor.new("Dark stone grey")
4170
o313.Position = Vector3.new(-94.6223984, 39.5141296, 137.442978)
4171
o313.Rotation = Vector3.new(85.9599991, 4.03000021, -44.8499985)
4172
o313.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4173
o313.Velocity = Vector3.new(0.00190614455, 0.0128679713, 0.00196744944)
4174
o313.CanCollide = false
4175
o313.FormFactor = Enum.FormFactor.Symmetric
4176
o313.Size = Vector3.new(2, 1, 2)
4177
o313.CFrame = CFrame.new(-94.6223984, 39.5141296, 137.442978, 0.707188725, 0.70348978, 0.0703626052, 3.25180117e-05, 0.099488847, -0.995022595, -0.707002819, 0.703683376, 0.0703539774)
4178
o313.BackSurface = Enum.SurfaceType.Weld
4179
o313.BottomSurface = Enum.SurfaceType.Weld
4180
o313.Color = Color3.new(0.388235, 0.372549, 0.384314)
4181
o313.Position = Vector3.new(-94.6223984, 39.5141296, 137.442978)
4182
o314.Parent = o245
4183
o314.BrickColor = BrickColor.new("Dark stone grey")
4184
o314.Position = Vector3.new(-112.907814, 13.6140366, 120.425095)
4185
o314.Rotation = Vector3.new(-85.9599991, 4.03000021, 44.8499985)
4186
o314.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4187
o314.Velocity = Vector3.new(-0.00117078878, 0.0151482495, 0.0018031284)
4188
o314.CanCollide = false
4189
o314.FormFactor = Enum.FormFactor.Symmetric
4190
o314.Size = Vector3.new(2, 1, 2)
4191
o314.CFrame = CFrame.new(-112.907814, 13.6140366, 120.425095, 0.70717895, -0.703506887, 0.0702890754, 4.42230557e-05, 0.0994598642, 0.995025516, -0.707012594, -0.703674018, 0.0703504086)
4192
o314.BackSurface = Enum.SurfaceType.Weld
4193
o314.BottomSurface = Enum.SurfaceType.Weld
4194
o314.Color = Color3.new(0.388235, 0.372549, 0.384314)
4195
o314.Position = Vector3.new(-112.907814, 13.6140366, 120.425095)
4196
o315.Parent = o245
4197
o315.BrickColor = BrickColor.new("Dark stone grey")
4198
o315.Position = Vector3.new(-92.7247086, 13.6664829, 119.806427)
4199
o315.Rotation = Vector3.new(-85.9599991, -4.03999996, -44.8499985)
4200
o315.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4201
o315.Velocity = Vector3.new(-0.00116599561, 0.0127845667, 0.00175912422)
4202
o315.CanCollide = false
4203
o315.FormFactor = Enum.FormFactor.Symmetric
4204
o315.Size = Vector3.new(2, 1, 2)
4205
o315.CFrame = CFrame.new(-92.7247086, 13.6664829, 119.806427, 0.707174122, 0.703503132, -0.0703757405, 3.17999657e-05, 0.0995061174, 0.995020866, 0.707017243, -0.703671396, 0.0703291595)
4206
o315.BackSurface = Enum.SurfaceType.Weld
4207
o315.BottomSurface = Enum.SurfaceType.Weld
4208
o315.Color = Color3.new(0.388235, 0.372549, 0.384314)
4209
o315.Position = Vector3.new(-92.7247086, 13.6664829, 119.806427)
4210
o316.Parent = o245
4211
o316.BrickColor = BrickColor.new("Dark stone grey")
4212
o316.Position = Vector3.new(-111.359451, 26.5240059, 138.287369)
4213
o316.Rotation = Vector3.new(-0.00999999978, 44.9900017, 174.300003)
4214
o316.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4215
o316.Velocity = Vector3.new(0.000383559091, 0.0148254633, 0.00190168573)
4216
o316.CanCollide = false
4217
o316.FormFactor = Enum.FormFactor.Symmetric
4218
o316.Size = Vector3.new(1, 24, 2)
4219
o316.CFrame = CFrame.new(-111.359451, 26.5240059, 138.287369, -0.703674495, -0.0702592507, 0.707015157, 0.0994433984, -0.995027125, 9.32360053e-05, 0.703505158, 0.0703930631, 0.707176268)
4220
o316.BottomSurface = Enum.SurfaceType.Smooth
4221
o316.RightSurface = Enum.SurfaceType.Weld
4222
o316.TopSurface = Enum.SurfaceType.Weld
4223
o316.Color = Color3.new(0.388235, 0.372549, 0.384314)
4224
o316.Position = Vector3.new(-111.359451, 26.5240059, 138.287369)
4225
o317.Parent = o316
4226
o318.Parent = o245
4227
o318.BrickColor = BrickColor.new("Dark stone grey")
4228
o318.Position = Vector3.new(-93.7078018, 26.5882416, 138.35881)
4229
o318.Rotation = Vector3.new(-0.00999999978, -44.9900017, 5.69999981)
4230
o318.RotVelocity = Vector3.new(7.89815385e-06, 2.20076367e-06, -0.000117354059)
4231
o318.Velocity = Vector3.new(0.000391254667, 0.0127534065, 0.00186334597)
4232
o318.CanCollide = false
4233
o318.FormFactor = Enum.FormFactor.Symmetric
4234
o318.Size = Vector3.new(1, 24, 2)
4235
o318.CFrame = CFrame.new(-93.7078018, 26.5882416, 138.35881, 0.703751564, -0.0702811629, -0.706936419, 0.0994622409, 0.995025277, 9.21767714e-05, 0.703425467, -0.0703978017, 0.707255185)
4236
o318.BottomSurface = Enum.SurfaceType.Smooth
4237
o318.RightSurface = Enum.SurfaceType.Weld
4238
o318.TopSurface = Enum.SurfaceType.Weld
4239
o318.Color = Color3.new(0.388235, 0.372549, 0.384314)
4240
o318.Position = Vector3.new(-93.7078018, 26.5882416, 138.35881)
4241
o319.Parent = o318
4242
o320.Name = "Gantry"
4243
o320.Parent = o10
4244
o321.Parent = o320
4245
o321.BrickColor = BrickColor.new("Dark stone grey")
4246
o321.Position = Vector3.new(15, 2.50327206, 124)
4247
o321.Rotation = Vector3.new(0, -90, 0)
4248
o321.Anchored = true
4249
o321.FormFactor = Enum.FormFactor.Symmetric
4250
o321.Size = Vector3.new(14, 5, 9)
4251
o321.CFrame = CFrame.new(15, 2.50327206, 124, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4252
o321.BottomSurface = Enum.SurfaceType.Smooth
4253
o321.TopSurface = Enum.SurfaceType.Smooth
4254
o321.Color = Color3.new(0.388235, 0.372549, 0.384314)
4255
o321.Position = Vector3.new(15, 2.50327206, 124)
4256
o322.Parent = o320
4257
o322.BrickColor = BrickColor.new("Dark stone grey")
4258
o322.Position = Vector3.new(6.00040388, 71.0018616, 127.499969)
4259
o322.Rotation = Vector3.new(0, -90, 0)
4260
o322.Anchored = true
4261
o322.FormFactor = Enum.FormFactor.Symmetric
4262
o322.Size = Vector3.new(11, 10, 9)
4263
o322.CFrame = CFrame.new(6.00040388, 71.0018616, 127.499969, 0, 4.47034836e-08, -1, 0, 1, 4.47034836e-08, 1, 0, 1.99840144e-15)
4264
o322.BottomSurface = Enum.SurfaceType.Smooth
4265
o322.Color = Color3.new(0.388235, 0.372549, 0.384314)
4266
o322.Position = Vector3.new(6.00040388, 71.0018616, 127.499969)
4267
o323.Parent = o320
4268
o323.BrickColor = BrickColor.new("Earth green")
4269
o323.Position = Vector3.new(5.50051117, 44.5017853, 112.999786)
4270
o323.Rotation = Vector3.new(-161.770004, -89.9599991, -161.770004)
4271
o323.Anchored = true
4272
o323.FormFactor = Enum.FormFactor.Symmetric
4273
o323.Size = Vector3.new(10, 79, 10)
4274
o323.CFrame = CFrame.new(5.50051117, 44.5017853, 112.999786, -1.04606152e-05, 3.44516434e-06, -0.999999762, 4.74985609e-06, 0.999999762, 3.44511454e-06, 0.999999762, -4.74981971e-06, -1.0460627e-05)
4275
o323.BottomSurface = Enum.SurfaceType.Smooth
4276
o323.TopSurface = Enum.SurfaceType.Smooth
4277
o323.Color = Color3.new(0.152941, 0.27451, 0.176471)
4278
o323.Position = Vector3.new(5.50051117, 44.5017853, 112.999786)
4279
o324.Parent = o320
4280
o324.BrickColor = BrickColor.new("Dark stone grey")
4281
o324.Position = Vector3.new(15, 0.999945998, 138.5)
4282
o324.Rotation = Vector3.new(0, -90, 0)
4283
o324.Anchored = true
4284
o324.FormFactor = Enum.FormFactor.Symmetric
4285
o324.Size = Vector3.new(3, 2, 9)
4286
o324.CFrame = CFrame.new(15, 0.999945998, 138.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4287
o324.BottomSurface = Enum.SurfaceType.Smooth
4288
o324.TopSurface = Enum.SurfaceType.Smooth
4289
o324.Color = Color3.new(0.388235, 0.372549, 0.384314)
4290
o324.Position = Vector3.new(15, 0.999945998, 138.5)
4291
o325.Parent = o320
4292
o325.BrickColor = BrickColor.new("Dark stone grey")
4293
o325.Position = Vector3.new(6.00040388, 29.3025246, 127.999969)
4294
o325.Rotation = Vector3.new(0, -90, 0)
4295
o325.Anchored = true
4296
o325.FormFactor = Enum.FormFactor.Symmetric
4297
o325.Size = Vector3.new(20, 1, 9)
4298
o325.CFrame = CFrame.new(6.00040388, 29.3025246, 127.999969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4299
o325.BottomSurface = Enum.SurfaceType.Smooth
4300
o325.TopSurface = Enum.SurfaceType.Smooth
4301
o325.Color = Color3.new(0.388235, 0.372549, 0.384314)
4302
o325.Position = Vector3.new(6.00040388, 29.3025246, 127.999969)
4303
o326.Parent = o320
4304
o326.BrickColor = BrickColor.new("Dark stone grey")
4305
o326.Position = Vector3.new(15, 2.00327396, 132.5)
4306
o326.Rotation = Vector3.new(0, -90, 0)
4307
o326.Anchored = true
4308
o326.FormFactor = Enum.FormFactor.Symmetric
4309
o326.Size = Vector3.new(3, 4, 9)
4310
o326.CFrame = CFrame.new(15, 2.00327396, 132.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4311
o326.BottomSurface = Enum.SurfaceType.Smooth
4312
o326.TopSurface = Enum.SurfaceType.Smooth
4313
o326.Color = Color3.new(0.388235, 0.372549, 0.384314)
4314
o326.Position = Vector3.new(15, 2.00327396, 132.5)
4315
o327.Parent = o320
4316
o327.BrickColor = BrickColor.new("Dark stone grey")
4317
o327.Position = Vector3.new(6.00040388, 65.5018005, 127.999969)
4318
o327.Rotation = Vector3.new(0, -90, 0)
4319
o327.Anchored = true
4320
o327.FormFactor = Enum.FormFactor.Symmetric
4321
o327.Size = Vector3.new(20, 1, 9)
4322
o327.CFrame = CFrame.new(6.00040388, 65.5018005, 127.999969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4323
o327.BottomSurface = Enum.SurfaceType.Smooth
4324
o327.TopSurface = Enum.SurfaceType.Smooth
4325
o327.Color = Color3.new(0.388235, 0.372549, 0.384314)
4326
o327.Position = Vector3.new(6.00040388, 65.5018005, 127.999969)
4327
o328.Parent = o320
4328
o328.BrickColor = BrickColor.new("Dark stone grey")
4329
o328.Position = Vector3.new(6.00040388, 34.8026199, 127.499969)
4330
o328.Rotation = Vector3.new(0, -90, 0)
4331
o328.Anchored = true
4332
o328.FormFactor = Enum.FormFactor.Symmetric
4333
o328.Size = Vector3.new(11, 10, 9)
4334
o328.CFrame = CFrame.new(6.00040388, 34.8026199, 127.499969, 0, 4.47034836e-08, -1, 0, 1, 4.47034836e-08, 1, 0, 1.99840144e-15)
4335
o328.BottomSurface = Enum.SurfaceType.Smooth
4336
o328.Color = Color3.new(0.388235, 0.372549, 0.384314)
4337
o328.Position = Vector3.new(6.00040388, 34.8026199, 127.499969)
4338
o329.Parent = o320
4339
o329.BrickColor = BrickColor.new("Dark stone grey")
4340
o329.Position = Vector3.new(15, 1.50327396, 135.5)
4341
o329.Rotation = Vector3.new(0, -90, 0)
4342
o329.Anchored = true
4343
o329.FormFactor = Enum.FormFactor.Symmetric
4344
o329.Size = Vector3.new(3, 3, 9)
4345
o329.CFrame = CFrame.new(15, 1.50327396, 135.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4346
o329.BottomSurface = Enum.SurfaceType.Smooth
4347
o329.TopSurface = Enum.SurfaceType.Smooth
4348
o329.Color = Color3.new(0.388235, 0.372549, 0.384314)
4349
o329.Position = Vector3.new(15, 1.50327396, 135.5)
4350
o330.Parent = o320
4351
o330.BrickColor = BrickColor.new("Dark stone grey")
4352
o330.Position = Vector3.new(15, 0.499944001, 141.5)
4353
o330.Rotation = Vector3.new(0, -90, 0)
4354
o330.Anchored = true
4355
o330.FormFactor = Enum.FormFactor.Symmetric
4356
o330.Size = Vector3.new(3, 1, 9)
4357
o330.CFrame = CFrame.new(15, 0.499944001, 141.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4358
o330.BottomSurface = Enum.SurfaceType.Smooth
4359
o330.TopSurface = Enum.SurfaceType.Smooth
4360
o330.Color = Color3.new(0.388235, 0.372549, 0.384314)
4361
o330.Position = Vector3.new(15, 0.499944001, 141.5)
4362
o331.Parent = o320
4363
o331.BrickColor = BrickColor.new("Medium green")
4364
o331.Position = Vector3.new(12.5, 37.0039139, 126)
4365
o331.Rotation = Vector3.new(0, -90, 0)
4366
o331.Anchored = true
4367
o331.Size = Vector3.new(2, 64, 2)
4368
o331.CFrame = CFrame.new(12.5, 37.0039139, 126, 1.70413013e-15, 0, -1, -3.70576914e-22, 1, 0, 0.999999881, 1.32348898e-22, 1.70413013e-15)
4369
o331.BackSurface = Enum.SurfaceType.Smooth
4370
o331.BottomSurface = Enum.SurfaceType.Smooth
4371
o331.FrontSurface = Enum.SurfaceType.Smooth
4372
o331.LeftSurface = Enum.SurfaceType.Smooth
4373
o331.RightSurface = Enum.SurfaceType.Smooth
4374
o331.TopSurface = Enum.SurfaceType.Smooth
4375
o331.Color = Color3.new(0.631373, 0.768628, 0.54902)
4376
o331.Position = Vector3.new(12.5, 37.0039139, 126)
4377
o332.Parent = o320
4378
o332.BrickColor = BrickColor.new("Earth green")
4379
o332.Position = Vector3.new(5.5, 44.5018997, 143)
4380
o332.Rotation = Vector3.new(0, -90, 0)
4381
o332.Anchored = true
4382
o332.FormFactor = Enum.FormFactor.Symmetric
4383
o332.Size = Vector3.new(10, 79, 10)
4384
o332.CFrame = CFrame.new(5.5, 44.5018997, 143, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4385
o332.BottomSurface = Enum.SurfaceType.Smooth
4386
o332.TopSurface = Enum.SurfaceType.Smooth
4387
o332.Color = Color3.new(0.152941, 0.27451, 0.176471)
4388
o332.Position = Vector3.new(5.5, 44.5018997, 143)
4389
o333.Parent = o320
4390
o333.BrickColor = BrickColor.new("Dark stone grey")
4391
o333.Position = Vector3.new(6.00040388, 86.9018402, 127.999969)
4392
o333.Rotation = Vector3.new(0, -90, 0)
4393
o333.Anchored = true
4394
o333.FormFactor = Enum.FormFactor.Symmetric
4395
o333.Size = Vector3.new(20, 1, 9)
4396
o333.CFrame = CFrame.new(6.00040388, 86.9018402, 127.999969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4397
o333.BottomSurface = Enum.SurfaceType.Smooth
4398
o333.TopSurface = Enum.SurfaceType.Smooth
4399
o333.Color = Color3.new(0.388235, 0.372549, 0.384314)
4400
o333.Position = Vector3.new(6.00040388, 86.9018402, 127.999969)
4401
o334.Parent = o320
4402
o334.BrickColor = BrickColor.new("Dark stone grey")
4403
o334.Position = Vector3.new(-42.999588, 70.5018616, 127.499969)
4404
o334.Rotation = Vector3.new(0, -90, 0)
4405
o334.Anchored = true
4406
o334.FormFactor = Enum.FormFactor.Symmetric
4407
o334.Size = Vector3.new(11, 11, 89)
4408
o334.CFrame = CFrame.new(-42.999588, 70.5018616, 127.499969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4409
o334.BottomSurface = Enum.SurfaceType.Smooth
4410
o334.TopSurface = Enum.SurfaceType.Smooth
4411
o334.Color = Color3.new(0.388235, 0.372549, 0.384314)
4412
o334.Position = Vector3.new(-42.999588, 70.5018616, 127.499969)
4413
o335.Parent = o320
4414
o335.BrickColor = BrickColor.new("Dark stone grey")
4415
o335.Position = Vector3.new(-42.999588, 34.3026199, 127.499969)
4416
o335.Rotation = Vector3.new(0, -90, 0)
4417
o335.Anchored = true
4418
o335.FormFactor = Enum.FormFactor.Symmetric
4419
o335.Size = Vector3.new(11, 11, 89)
4420
o335.CFrame = CFrame.new(-42.999588, 34.3026199, 127.499969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4421
o335.BottomSurface = Enum.SurfaceType.Smooth
4422
o335.TopSurface = Enum.SurfaceType.Smooth
4423
o335.Color = Color3.new(0.388235, 0.372549, 0.384314)
4424
o335.Position = Vector3.new(-42.999588, 34.3026199, 127.499969)
4425
o336.Parent = o320
4426
o336.BrickColor = BrickColor.new("Dark stone grey")
4427
o336.Position = Vector3.new(6.00040388, 92.4019165, 127.499969)
4428
o336.Rotation = Vector3.new(0, -90, 0)
4429
o336.Anchored = true
4430
o336.FormFactor = Enum.FormFactor.Symmetric
4431
o336.Size = Vector3.new(11, 10, 9)
4432
o336.CFrame = CFrame.new(6.00040388, 92.4019165, 127.499969, 0, 4.47034836e-08, -1, 0, 1, 4.47034836e-08, 1, 0, 1.99840144e-15)
4433
o336.BottomSurface = Enum.SurfaceType.Smooth
4434
o336.Color = Color3.new(0.388235, 0.372549, 0.384314)
4435
o336.Position = Vector3.new(6.00040388, 92.4019165, 127.499969)
4436
o337.Parent = o320
4437
o337.BrickColor = BrickColor.new("Dark stone grey")
4438
o337.Position = Vector3.new(-42.999588, 91.9019165, 127.499969)
4439
o337.Rotation = Vector3.new(0, -90, 0)
4440
o337.Anchored = true
4441
o337.FormFactor = Enum.FormFactor.Symmetric
4442
o337.Size = Vector3.new(11, 11, 89)
4443
o337.CFrame = CFrame.new(-42.999588, 91.9019165, 127.499969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4444
o337.BottomSurface = Enum.SurfaceType.Smooth
4445
o337.TopSurface = Enum.SurfaceType.Smooth
4446
o337.Color = Color3.new(0.388235, 0.372549, 0.384314)
4447
o337.Position = Vector3.new(-42.999588, 91.9019165, 127.499969)
4448
o338.Parent = o320
4449
o338.BrickColor = BrickColor.new("Dark stone grey")
4450
o338.Position = Vector3.new(-19.5, 2.50189805, 128)
4451
o338.Rotation = Vector3.new(0, -90, 0)
4452
o338.Anchored = true
4453
o338.FormFactor = Enum.FormFactor.Symmetric
4454
o338.Size = Vector3.new(40, 5, 60)
4455
o338.CFrame = CFrame.new(-19.5, 2.50189805, 128, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4456
o338.BottomSurface = Enum.SurfaceType.Smooth
4457
o338.TopSurface = Enum.SurfaceType.Smooth
4458
o338.Color = Color3.new(0.388235, 0.372549, 0.384314)
4459
o338.Position = Vector3.new(-19.5, 2.50189805, 128)
4460
o339.Parent = o320
4461
o339.BrickColor = BrickColor.new("Dark stone grey")
4462
o339.Position = Vector3.new(6.00040388, 104.901566, 127.999969)
4463
o339.Rotation = Vector3.new(0, -90, 0)
4464
o339.Anchored = true
4465
o339.FormFactor = Enum.FormFactor.Symmetric
4466
o339.Size = Vector3.new(20, 1, 9)
4467
o339.CFrame = CFrame.new(6.00040388, 104.901566, 127.999969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4468
o339.BottomSurface = Enum.SurfaceType.Smooth
4469
o339.TopSurface = Enum.SurfaceType.Smooth
4470
o339.Color = Color3.new(0.388235, 0.372549, 0.384314)
4471
o339.Position = Vector3.new(6.00040388, 104.901566, 127.999969)
4472
o340.Parent = o320
4473
o340.BrickColor = BrickColor.new("Dark stone grey")
4474
o340.Position = Vector3.new(-7.99954224, 104.901505, 128.499878)
4475
o340.Rotation = Vector3.new(0, -90, 0)
4476
o340.Anchored = true
4477
o340.FormFactor = Enum.FormFactor.Symmetric
4478
o340.Size = Vector3.new(11, 1, 19)
4479
o340.CFrame = CFrame.new(-7.99954224, 104.901505, 128.499878, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4480
o340.BottomSurface = Enum.SurfaceType.Smooth
4481
o340.TopSurface = Enum.SurfaceType.Smooth
4482
o340.Color = Color3.new(0.388235, 0.372549, 0.384314)
4483
o340.Position = Vector3.new(-7.99954224, 104.901505, 128.499878)
4484
o341.Parent = o320
4485
o341.BrickColor = BrickColor.new("Medium green")
4486
o341.Position = Vector3.new(12.5, 101.003944, 126)
4487
o341.Rotation = Vector3.new(0, -90, 0)
4488
o341.Anchored = true
4489
o341.Size = Vector3.new(2, 64, 2)
4490
o341.CFrame = CFrame.new(12.5, 101.003944, 126, 1.70413013e-15, 0, -1, -3.70576914e-22, 1, 0, 0.999999881, 1.32348898e-22, 1.70413013e-15)
4491
o341.BackSurface = Enum.SurfaceType.Smooth
4492
o341.BottomSurface = Enum.SurfaceType.Smooth
4493
o341.FrontSurface = Enum.SurfaceType.Smooth
4494
o341.LeftSurface = Enum.SurfaceType.Smooth
4495
o341.RightSurface = Enum.SurfaceType.Smooth
4496
o341.TopSurface = Enum.SurfaceType.Smooth
4497
o341.Color = Color3.new(0.631373, 0.768628, 0.54902)
4498
o341.Position = Vector3.new(12.5, 101.003944, 126)
4499
o342.Parent = o320
4500
o342.BrickColor = BrickColor.new("Earth green")
4501
o342.Position = Vector3.new(5.50068092, 113.000824, 110.999664)
4502
o342.Anchored = true
4503
o342.FormFactor = Enum.FormFactor.Symmetric
4504
o342.Size = Vector3.new(10, 58, 6)
4505
o342.CFrame = CFrame.new(5.50068092, 113.000824, 110.999664, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4506
o342.BottomSurface = Enum.SurfaceType.Smooth
4507
o342.Color = Color3.new(0.152941, 0.27451, 0.176471)
4508
o342.Position = Vector3.new(5.50068092, 113.000824, 110.999664)
4509
o343.Parent = o320
4510
o343.BrickColor = BrickColor.new("Earth green")
4511
o343.Position = Vector3.new(5.50068092, 113.001076, 115.999664)
4512
o343.Rotation = Vector3.new(0, -90, 0)
4513
o343.Anchored = true
4514
o343.FormFactor = Enum.FormFactor.Symmetric
4515
o343.Size = Vector3.new(4, 58, 10)
4516
o343.CFrame = CFrame.new(5.50068092, 113.001076, 115.999664, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4517
o343.BottomSurface = Enum.SurfaceType.Smooth
4518
o343.TopSurface = Enum.SurfaceType.Smooth
4519
o343.Color = Color3.new(0.152941, 0.27451, 0.176471)
4520
o343.Position = Vector3.new(5.50068092, 113.001076, 115.999664)
4521
o344.Parent = o320
4522
o344.BrickColor = BrickColor.new("Dark stone grey")
4523
o344.Position = Vector3.new(-7.99960423, 108.60157, 133.499969)
4524
o344.Rotation = Vector3.new(0, -90, 0)
4525
o344.Anchored = true
4526
o344.FormFactor = Enum.FormFactor.Plate
4527
o344.Size = Vector3.new(1, 0.400000006, 19)
4528
o344.CFrame = CFrame.new(-7.99960423, 108.60157, 133.499969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4529
o344.BottomSurface = Enum.SurfaceType.Smooth
4530
o344.TopSurface = Enum.SurfaceType.Smooth
4531
o344.Color = Color3.new(0.388235, 0.372549, 0.384314)
4532
o344.Position = Vector3.new(-7.99960423, 108.60157, 133.499969)
4533
o345.Parent = o320
4534
o345.BrickColor = BrickColor.new("Dark stone grey")
4535
o345.Position = Vector3.new(-16.9995422, 106.901505, 123.499878)
4536
o345.Rotation = Vector3.new(0, -90, 0)
4537
o345.Anchored = true
4538
o345.FormFactor = Enum.FormFactor.Symmetric
4539
o345.Size = Vector3.new(1, 3, 1)
4540
o345.CFrame = CFrame.new(-16.9995422, 106.901505, 123.499878, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4541
o345.BottomSurface = Enum.SurfaceType.Smooth
4542
o345.TopSurface = Enum.SurfaceType.Smooth
4543
o345.Color = Color3.new(0.388235, 0.372549, 0.384314)
4544
o345.Position = Vector3.new(-16.9995422, 106.901505, 123.499878)
4545
o346.Parent = o320
4546
o346.BrickColor = BrickColor.new("Dark stone grey")
4547
o346.Position = Vector3.new(1.000404, 106.901566, 133.499969)
4548
o346.Rotation = Vector3.new(0, -90, 0)
4549
o346.Anchored = true
4550
o346.FormFactor = Enum.FormFactor.Symmetric
4551
o346.Size = Vector3.new(1, 3, 1)
4552
o346.CFrame = CFrame.new(1.000404, 106.901566, 133.499969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4553
o346.BottomSurface = Enum.SurfaceType.Smooth
4554
o346.TopSurface = Enum.SurfaceType.Smooth
4555
o346.Color = Color3.new(0.388235, 0.372549, 0.384314)
4556
o346.Position = Vector3.new(1.000404, 106.901566, 133.499969)
4557
o347.Parent = o320
4558
o347.BrickColor = BrickColor.new("Dark stone grey")
4559
o347.Position = Vector3.new(1.000404, 106.901566, 123.499969)
4560
o347.Rotation = Vector3.new(0, -90, 0)
4561
o347.Anchored = true
4562
o347.FormFactor = Enum.FormFactor.Symmetric
4563
o347.Size = Vector3.new(1, 3, 1)
4564
o347.CFrame = CFrame.new(1.000404, 106.901566, 123.499969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4565
o347.BottomSurface = Enum.SurfaceType.Smooth
4566
o347.TopSurface = Enum.SurfaceType.Smooth
4567
o347.Color = Color3.new(0.388235, 0.372549, 0.384314)
4568
o347.Position = Vector3.new(1.000404, 106.901566, 123.499969)
4569
o348.Parent = o320
4570
o348.BrickColor = BrickColor.new("Dark stone grey")
4571
o348.Position = Vector3.new(-16.9995422, 106.901505, 133.499878)
4572
o348.Rotation = Vector3.new(0, -90, 0)
4573
o348.Anchored = true
4574
o348.FormFactor = Enum.FormFactor.Symmetric
4575
o348.Size = Vector3.new(1, 3, 1)
4576
o348.CFrame = CFrame.new(-16.9995422, 106.901505, 133.499878, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4577
o348.BottomSurface = Enum.SurfaceType.Smooth
4578
o348.TopSurface = Enum.SurfaceType.Smooth
4579
o348.Color = Color3.new(0.388235, 0.372549, 0.384314)
4580
o348.Position = Vector3.new(-16.9995422, 106.901505, 133.499878)
4581
o349.Parent = o320
4582
o349.BrickColor = BrickColor.new("Dark stone grey")
4583
o349.Position = Vector3.new(-7.99960423, 108.601921, 123.499969)
4584
o349.Rotation = Vector3.new(0, -90, 0)
4585
o349.Anchored = true
4586
o349.FormFactor = Enum.FormFactor.Plate
4587
o349.Size = Vector3.new(1, 0.400000006, 19)
4588
o349.CFrame = CFrame.new(-7.99960423, 108.601921, 123.499969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4589
o349.BottomSurface = Enum.SurfaceType.Smooth
4590
o349.TopSurface = Enum.SurfaceType.Smooth
4591
o349.Color = Color3.new(0.388235, 0.372549, 0.384314)
4592
o349.Position = Vector3.new(-7.99960423, 108.601921, 123.499969)
4593
o350.Parent = o320
4594
o350.BrickColor = BrickColor.new("Earth green")
4595
o350.Position = Vector3.new(5.50047493, 113.001572, 139.999863)
4596
o350.Rotation = Vector3.new(-161.770004, -89.9599991, -161.770004)
4597
o350.Anchored = true
4598
o350.FormFactor = Enum.FormFactor.Symmetric
4599
o350.Size = Vector3.new(4, 58, 10)
4600
o350.CFrame = CFrame.new(5.50047493, 113.001572, 139.999863, -1.04606152e-05, 3.44516434e-06, -0.999999762, 4.74985609e-06, 0.999999762, 3.44511454e-06, 0.999999762, -4.74981971e-06, -1.0460627e-05)
4601
o350.BottomSurface = Enum.SurfaceType.Smooth
4602
o350.TopSurface = Enum.SurfaceType.Smooth
4603
o350.Color = Color3.new(0.152941, 0.27451, 0.176471)
4604
o350.Position = Vector3.new(5.50047493, 113.001572, 139.999863)
4605
o351.Parent = o320
4606
o351.BrickColor = BrickColor.new("Earth green")
4607
o351.Position = Vector3.new(5.49931908, 113.001389, 145.000336)
4608
o351.Rotation = Vector3.new(-180, 0, -180)
4609
o351.Anchored = true
4610
o351.FormFactor = Enum.FormFactor.Symmetric
4611
o351.Size = Vector3.new(10, 58, 6)
4612
o351.CFrame = CFrame.new(5.49931908, 113.001389, 145.000336, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4613
o351.BottomSurface = Enum.SurfaceType.Smooth
4614
o351.Color = Color3.new(0.152941, 0.27451, 0.176471)
4615
o351.Position = Vector3.new(5.49931908, 113.001389, 145.000336)
4616
o352.Parent = o320
4617
o352.BrickColor = BrickColor.new("Medium green")
4618
o352.Position = Vector3.new(12.5, 137.003891, 126)
4619
o352.Rotation = Vector3.new(0, -90, 0)
4620
o352.Anchored = true
4621
o352.Size = Vector3.new(2, 8, 2)
4622
o352.CFrame = CFrame.new(12.5, 137.003891, 126, 1.70413013e-15, 0, -1, -3.70576914e-22, 1, 0, 0.999999881, 1.32348898e-22, 1.70413013e-15)
4623
o352.BackSurface = Enum.SurfaceType.Smooth
4624
o352.BottomSurface = Enum.SurfaceType.Smooth
4625
o352.FrontSurface = Enum.SurfaceType.Smooth
4626
o352.LeftSurface = Enum.SurfaceType.Smooth
4627
o352.RightSurface = Enum.SurfaceType.Smooth
4628
o352.TopSurface = Enum.SurfaceType.Smooth
4629
o352.Color = Color3.new(0.631373, 0.768628, 0.54902)
4630
o352.Position = Vector3.new(12.5, 137.003891, 126)
4631
o353.Parent = o320
4632
o353.BrickColor = BrickColor.new("Earth green")
4633
o353.Position = Vector3.new(5.50040388, 141.501389, 127.999969)
4634
o353.Rotation = Vector3.new(0, -90, 0)
4635
o353.Anchored = true
4636
o353.FormFactor = Enum.FormFactor.Symmetric
4637
o353.Size = Vector3.new(20, 1, 10)
4638
o353.CFrame = CFrame.new(5.50040388, 141.501389, 127.999969, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4639
o353.BottomSurface = Enum.SurfaceType.Smooth
4640
o353.TopSurface = Enum.SurfaceType.Smooth
4641
o353.Color = Color3.new(0.152941, 0.27451, 0.176471)
4642
o353.Position = Vector3.new(5.50040388, 141.501389, 127.999969)
4643
o354.Parent = o320
4644
o354.BrickColor = BrickColor.new("Earth green")
4645
o354.Position = Vector3.new(12, 141.503891, 126)
4646
o354.Rotation = Vector3.new(0, -90, 0)
4647
o354.Anchored = true
4648
o354.FormFactor = Enum.FormFactor.Symmetric
4649
o354.Size = Vector3.new(2, 1, 3)
4650
o354.CFrame = CFrame.new(12, 141.503891, 126, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4651
o354.BottomSurface = Enum.SurfaceType.Smooth
4652
o354.TopSurface = Enum.SurfaceType.Smooth
4653
o354.Color = Color3.new(0.152941, 0.27451, 0.176471)
4654
o354.Position = Vector3.new(12, 141.503891, 126)
4655
o355.Parent = o1
4656
o355.BrickColor = BrickColor.new("Dark stone grey")
4657
o355.Position = Vector3.new(-100, 2.50189805, 129.5)
4658
o355.Anchored = true
4659
o355.FormFactor = Enum.FormFactor.Symmetric
4660
o355.Size = Vector3.new(101, 5, 105)
4661
o355.CFrame = CFrame.new(-100, 2.50189805, 129.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4662
o355.BottomSurface = Enum.SurfaceType.Smooth
4663
o355.TopSurface = Enum.SurfaceType.Smooth
4664
o355.Color = Color3.new(0.388235, 0.372549, 0.384314)
4665
o355.Position = Vector3.new(-100, 2.50189805, 129.5)
4666
o356.Parent = o1
4667
o356.Transparency = 1
4668
o356.Position = Vector3.new(15, 0.599955976, 148)
4669
o356.Rotation = Vector3.new(-180, 0, -180)
4670
o356.Anchored = true
4671
o356.Size = Vector3.new(6, 1.20000005, 6)
4672
o356.CFrame = CFrame.new(15, 0.599955976, 148, -1, 0, 0, 0, 1, 4.47034836e-08, 0, 4.47034836e-08, -1)
4673
o356.BackSurface = Enum.SurfaceType.Weld
4674
o356.BottomSurface = Enum.SurfaceType.Weld
4675
o356.FrontSurface = Enum.SurfaceType.Weld
4676
o356.LeftSurface = Enum.SurfaceType.Weld
4677
o356.RightSurface = Enum.SurfaceType.Weld
4678
o356.TopSurface = Enum.SurfaceType.Smooth
4679
o356.Position = Vector3.new(15, 0.599955976, 148)
4680
mas.Parent = workspace
4681
mas:MakeJoints()
4682
local mas1 = mas:GetChildren()
4683
for i=1,#mas1 do
4684
	mas1[i].Parent = workspace 
4685
	ypcall(function() mas1[i]:MakeJoints() end)
4686
end
4687
mas:Destroy()
4688
for i=1,#cors do
4689
coroutine.resume(cors[i])
4690
end