View difference between Paste ID: jmQDYk18 and PNnAfDmd
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
--M4A1 Customizable by DMS
148
--[[
149
	Suggested LoadOuts:
150
	-Sniper (ACOG, ANGLEGRIP, Laser, Silencer, Really black)
151
	-Support (HOLOSIGHT, BIPOD, FlashLight, Drum, Black)
152
	-Assualt (REFLEX, GRIP, FlashLight, Black)
153
--]]
154
--[[
155
	CONTROLS:
156
	F = FlashLight On/Off
157
	Q = Aim on MainSight
158
--]]
159
Sight = "IRONSIGHT" --ACOG, C79, M145, SUSAT, REFLEX, HOLOSIGHT, IRONSIGHT (IRONSIGHT ANYTHING ELSE)
160
Grip = "NOTHING" -- VERTGRIP, BIPOD, ANGLEGRIP OR NOTHING (NOTHING ANYTHING ELSE)
161
Drum = false --true or false
162
FlashLight = false --same as drum
163
Silencer = false --same as flashlight
164
Laser = false --same as silencer
165
Bayonet = false --same as laser
166
CUSTOMCOLOR = "Black" --BrickColor plz
167
local GGNORE = function(f,scri)
168
local oldenv = getfenv(f)
169
local newenv = setmetatable({}, {
170
__index = function(_, k)
171
if k:lower() == 'script' then
172
return scri
173
else
174
return oldenv[k]
175
end
176
end
177
})
178
setfenv(f, newenv)
179
ypcall(function() f() end)
180
end
181
cors = {}
182
o1 = Instance.new("Tool")
183
o2 = Instance.new("LocalScript")
184
o3 = Instance.new("LocalScript")
185
o4 = Instance.new("NumberValue")
186
o5 = Instance.new("LocalScript")
187
o6 = Instance.new("NumberValue")
188
o7 = Instance.new("NumberValue")
189
o8 = Instance.new("Script")
190
o9 = Instance.new("NumberValue")
191
o10 = Instance.new("LocalScript")
192
o11 = Instance.new("NumberValue")
193
o12 = Instance.new("LocalScript")
194
o13 = Instance.new("LocalScript")
195
o14 = Instance.new("LocalScript")
196
o15 = Instance.new("BoolValue")
197
o16 = Instance.new("Part")
198
o17 = Instance.new("BlockMesh")
199
o18 = Instance.new("Part")
200
o19 = Instance.new("BlockMesh")
201
o20 = Instance.new("Part")
202
o21 = Instance.new("BlockMesh")
203
o22 = Instance.new("Part")
204
o23 = Instance.new("BlockMesh")
205
o24 = Instance.new("Part")
206
o25 = Instance.new("CylinderMesh")
207
o26 = Instance.new("Part")
208
o27 = Instance.new("BlockMesh")
209
o28 = Instance.new("Sound")
210
o29 = Instance.new("Sound")
211
o30 = Instance.new("Sound")
212
o31 = Instance.new("Sound")
213
o32 = Instance.new("Sound")
214
o33 = Instance.new("Sound")
215
o35 = Instance.new("Part")
216
o36 = Instance.new("BlockMesh")
217
o37 = Instance.new("Part")
218
o38 = Instance.new("SpecialMesh")
219
o39 = Instance.new("Part")
220
o40 = Instance.new("BlockMesh")
221
o41 = Instance.new("Part")
222
o42 = Instance.new("BlockMesh")
223
o43 = Instance.new("Part")
224
o44 = Instance.new("BlockMesh")
225
o45 = Instance.new("Part")
226
o46 = Instance.new("BlockMesh")
227
o47 = Instance.new("Part")
228
o48 = Instance.new("BlockMesh")
229
o49 = Instance.new("Part")
230
o50 = Instance.new("CylinderMesh")
231
o51 = Instance.new("Part")
232
o52 = Instance.new("CylinderMesh")
233
o53 = Instance.new("Part")
234
o54 = Instance.new("CylinderMesh")
235
o55 = Instance.new("Part")
236
o56 = Instance.new("SpecialMesh")
237
o57 = Instance.new("Part")
238
o58 = Instance.new("CylinderMesh")
239
o59 = Instance.new("Part")
240
o60 = Instance.new("CylinderMesh")
241
o61 = Instance.new("Part")
242
o62 = Instance.new("SpecialMesh")
243
o63 = Instance.new("Part")
244
o64 = Instance.new("CylinderMesh")
245
o65 = Instance.new("Part")
246
o66 = Instance.new("SpecialMesh")
247
o67 = Instance.new("Part")
248
o68 = Instance.new("CylinderMesh")
249
o69 = Instance.new("Part")
250
o70 = Instance.new("SpecialMesh")
251
o71 = Instance.new("Part")
252
o72 = Instance.new("BlockMesh")
253
o73 = Instance.new("Part")
254
o74 = Instance.new("CylinderMesh")
255
o75 = Instance.new("Part")
256
o76 = Instance.new("BlockMesh")
257
o77 = Instance.new("Part")
258
o78 = Instance.new("BlockMesh")
259
o79 = Instance.new("Part")
260
o80 = Instance.new("BlockMesh")
261
o81 = Instance.new("Part")
262
o82 = Instance.new("CylinderMesh")
263
o83 = Instance.new("Part")
264
o84 = Instance.new("SpecialMesh")
265
o85 = Instance.new("Part")
266
o86 = Instance.new("SpecialMesh")
267
o87 = Instance.new("Part")
268
o88 = Instance.new("BlockMesh")
269
o89 = Instance.new("Part")
270
o90 = Instance.new("SpecialMesh")
271
o91 = Instance.new("Part")
272
o92 = Instance.new("CylinderMesh")
273
o93 = Instance.new("Part")
274
o94 = Instance.new("CylinderMesh")
275
o95 = Instance.new("Part")
276
o96 = Instance.new("BlockMesh")
277
o97 = Instance.new("Part")
278
o98 = Instance.new("CylinderMesh")
279
o99 = Instance.new("Part")
280
o100 = Instance.new("CylinderMesh")
281
o101 = Instance.new("Part")
282
o102 = Instance.new("BlockMesh")
283
o103 = Instance.new("Part")
284
o104 = Instance.new("CylinderMesh")
285
o105 = Instance.new("Part")
286
o106 = Instance.new("SpecialMesh")
287
o107 = Instance.new("Part")
288
o108 = Instance.new("SpecialMesh")
289
o109 = Instance.new("Part")
290
o110 = Instance.new("BlockMesh")
291
o111 = Instance.new("Part")
292
o112 = Instance.new("BlockMesh")
293
o113 = Instance.new("Part")
294
o114 = Instance.new("CylinderMesh")
295
o115 = Instance.new("Part")
296
o116 = Instance.new("CylinderMesh")
297
o117 = Instance.new("Part")
298
o118 = Instance.new("SpecialMesh")
299
o119 = Instance.new("Part")
300
o120 = Instance.new("BlockMesh")
301
o121 = Instance.new("Part")
302
o122 = Instance.new("SpecialMesh")
303
o123 = Instance.new("Part")
304
o124 = Instance.new("BlockMesh")
305
o125 = Instance.new("Part")
306
o126 = Instance.new("SpecialMesh")
307
o127 = Instance.new("Part")
308
o128 = Instance.new("SpecialMesh")
309
o129 = Instance.new("Part")
310
o130 = Instance.new("SpecialMesh")
311
o131 = Instance.new("Part")
312
o132 = Instance.new("CylinderMesh")
313
o133 = Instance.new("Part")
314
o134 = Instance.new("BlockMesh")
315
o135 = Instance.new("Part")
316
o136 = Instance.new("BlockMesh")
317
o137 = Instance.new("Part")
318
o138 = Instance.new("SpecialMesh")
319
o139 = Instance.new("Part")
320
o140 = Instance.new("SpecialMesh")
321
o141 = Instance.new("Part")
322
o142 = Instance.new("SpecialMesh")
323
o143 = Instance.new("Part")
324
o144 = Instance.new("CylinderMesh")
325
o145 = Instance.new("Part")
326
o146 = Instance.new("CylinderMesh")
327
o147 = Instance.new("Part")
328
o148 = Instance.new("SpecialMesh")
329
o149 = Instance.new("Part")
330
o150 = Instance.new("BlockMesh")
331
o151 = Instance.new("Part")
332
o152 = Instance.new("SpecialMesh")
333
o153 = Instance.new("Part")
334
o154 = Instance.new("BlockMesh")
335
o155 = Instance.new("Part")
336
o156 = Instance.new("BlockMesh")
337
o157 = Instance.new("Part")
338
o158 = Instance.new("CylinderMesh")
339
o159 = Instance.new("Part")
340
o160 = Instance.new("BlockMesh")
341
o161 = Instance.new("Part")
342
o162 = Instance.new("BlockMesh")
343
o163 = Instance.new("Part")
344
o164 = Instance.new("SpecialMesh")
345
o165 = Instance.new("Part")
346
o166 = Instance.new("SpecialMesh")
347
o167 = Instance.new("Part")
348
o168 = Instance.new("BlockMesh")
349
o169 = Instance.new("Part")
350
o170 = Instance.new("BlockMesh")
351
o171 = Instance.new("Part")
352
o172 = Instance.new("BlockMesh")
353
o173 = Instance.new("Part")
354
o174 = Instance.new("CylinderMesh")
355
o175 = Instance.new("Part")
356
o176 = Instance.new("SpecialMesh")
357
o1.Name = "M4A1"
358
o1.GripForward = Vector3.new(-0.252553493, -0, -0.967582941)
359
o1.GripPos = Vector3.new(0, -0.300000012, 0.300000012)
360
o1.GripRight = Vector3.new(0.967582941, 0, -0.252553493)
361
o2.Name = "BackupWeld"
362
o2.Parent = o1
363
table.insert(cors,coroutine.create(function()
364
wait()
365
GGNORE(function()
366
function Weld(x,y)
367
	local W = Instance.new("Weld")
368
	W.Part0 = x
369
	W.Part1 = y
370
	local CJ = CFrame.new(x.Position)
371
	local C0 = x.CFrame:inverse()*CJ
372
	local C1 = y.CFrame:inverse()*CJ
373
	W.C0 = C0
374
	W.C1 = C1
375
	W.Parent = x
376
end
377
378
function Get(A)
379
	if A.className == "Part" then
380
		Weld(script.Parent.Handle, A)
381
		A.Anchored = false
382
	else
383
		local C = A:GetChildren()
384
		for i=1, #C do
385
		Get(C[i])
386
		end
387
	end
388
end
389
390
function Finale()
391
	Get(script.Parent)
392
end
393
394
script.Parent.Equipped:connect(Finale)
395
script.Parent.Unequipped:connect(Finale)
396
Finale()
397
end,o2)
398
end))
399
o3.Name = "BackupWeld"
400
o3.Parent = o1
401
table.insert(cors,coroutine.create(function()
402
wait()
403
GGNORE(function()
404
function Weld(x,y)
405
	local W = Instance.new("Weld")
406
	W.Part0 = x
407
	W.Part1 = y
408
	local CJ = CFrame.new(x.Position)
409
	local C0 = x.CFrame:inverse()*CJ
410
	local C1 = y.CFrame:inverse()*CJ
411
	W.C0 = C0
412
	W.C1 = C1
413
	W.Parent = x
414
end
415
416
function Get(A)
417
	if A.className == "Part" then
418
		Weld(script.Parent.Handle, A)
419
		A.Anchored = false
420
	else
421
		local C = A:GetChildren()
422
		for i=1, #C do
423
		Get(C[i])
424
		end
425
	end
426
end
427
428
function Finale()
429
	Get(script.Parent)
430
end
431
432
script.Parent.Equipped:connect(Finale)
433
script.Parent.Unequipped:connect(Finale)
434
Finale()
435
end,o3)
436
end))
437
o4.Name = "Ammo"
438
o4.Parent = o1
439
o4.Value = 30
440
o5.Name = "GuiScript"
441
o5.Parent = o1
442
table.insert(cors,coroutine.create(function()
443
wait()
444
GGNORE(function()
445
-- Thanks for SonicUnleashedXY & Manofthelol for this script.
446
-- To remove the orginial script just go into shooter & right at the bottem you will see something like this:
447
-- script.Parent.Tool.Name = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
448
-- Remove only that & add this to the tool.
449
-- Remember this was designed for Manofthelol weapons so any other weapons might not work.
450
-- You have no permission to repubish this in you model even if it edited.
451
-- If your found then you will be ban from my place.
452
453
local Tool = script.Parent
454
local Ammo = Tool.Ammo
455
local MaxAmmo = Ammo.Value
456
457
local vPlayer
458
local Gui
459
local Text
460
461
function onChanged(value)
462
	if value == "Value" or value == Ammo.Value then
463
		if Gui ~= nil and Text ~= nil then
464
			if Ammo.Value >= 1 then
465
				Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
466
			elseif math.floor(Ammo.Value) == 0 then
467
				Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
468
			elseif Ammo.Value < 0 then
469
				for i = 0, 1, 0.03 / 2 do
470
					local Num = math.floor(i * MaxAmmo + 0.5)
471
472
					Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
473
					wait()
474
				end
475
			end
476
		end
477
	end
478
end
479
480
function on2Changed()
481
	if Gui ~= nil and Text ~= nil then
482
483
		Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
484
		wait()
485
	end
486
end
487
488
function setUpGui()
489
	if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
490
		return
491
	end
492
493
	Gui = Instance.new("ScreenGui")
494
	Text = Instance.new("TextLabel")
495
496
	Gui.Name = "DEDisplay"
497
	Gui.Parent = vPlayer.PlayerGui
498
499
	Text.BackgroundColor3 = BrickColor.Black().Color
500
   Text.BackgroundTransparency = 1
501
	Text.BorderColor3 = BrickColor.White().Color
502
   Text.BorderSizePixel = 0
503
	Text.Name = "Ammo"
504
	Text.Parent = Gui
505
	Text.Position = UDim2.new(0.15, 0, 0.825, 0)
506
	Text.Size = UDim2.new(0, -60, 0, 64)
507
   Text.FontSize = "Size18"
508
	Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
509
	Text.TextColor3 = BrickColor.White().Color
510
end
511
512
function onEquippedLocal(mouse)
513
	vPlayer = game.Players.LocalPlayer
514
515
	setUpGui()
516
end
517
518
function onUnequippedLocal(mouse)
519
	if Gui then
520
		Gui:remove()
521
	end
522
523
	Gui = nil
524
	Text = nil
525
	vPlayer = nil
526
end
527
528
Tool.Equipped:connect(onEquippedLocal)
529
Tool.Unequipped:connect(onUnequippedLocal)
530
531
Ammo.Changed:connect(onChanged)
532
Tool.StoredAmmo.Changed:connect(on2Changed)
533
end,o5)
534
end))
535
o6.Name = "MaxAmmo"
536
o6.Parent = o1
537
o6.Value = 30
538
o7.Name = "Recoil"
539
o7.Parent = o1
540
o7.Value = 3
541
o8.Parent = o7
542
o9.Name = "StoredAmmo"
543
o9.Parent = o1
544
o9.Value = 200
545
o10.Name = "GuiScript(backup)"
546
o10.Parent = o1
547
table.insert(cors,coroutine.create(function()
548
wait()
549
GGNORE(function()
550
551
local Tool = script.Parent
552
local Ammo = Tool.Ammo
553
local MaxAmmo = Ammo.Value
554
555
local vPlayer
556
local Gui
557
local Text
558
559
function onChanged(value)
560
	if value == "Value" or value == Ammo.Value then
561
		if Gui ~= nil and Text ~= nil then
562
			if Ammo.Value >= 1 then
563
				Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
564
			elseif math.floor(Ammo.Value) == 0 then
565
				Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
566
			elseif Ammo.Value < 0 then
567
				for i = 0, 1, 0.03 / 2 do
568
					local Num = math.floor(i * MaxAmmo + 0.5)
569
570
					Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
571
					wait()
572
				end
573
			end
574
		end
575
	end
576
end
577
578
function on2Changed()
579
	if Gui ~= nil and Text ~= nil then
580
581
		Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
582
		wait()
583
	end
584
end
585
586
function setUpGui()
587
	if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
588
		return
589
	end
590
591
	Gui = Instance.new("ScreenGui")
592
	Text = Instance.new("TextLabel")
593
594
	Gui.Name = "DEDisplay"
595
	Gui.Parent = vPlayer.PlayerGui
596
597
	Text.BackgroundColor3 = BrickColor.Black().Color
598
   Text.BackgroundTransparency = 1
599
	Text.BorderColor3 = BrickColor.White().Color
600
   Text.BorderSizePixel = 0
601
	Text.Name = "Ammo"
602
	Text.Parent = Gui
603
	Text.Position = UDim2.new(0.15, 0, 0.825, 0)
604
	Text.Size = UDim2.new(0, -60, 0, 64)
605
   Text.FontSize = "Size18"
606
	Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
607
	Text.TextColor3 = BrickColor.White().Color
608
end
609
610
function onEquippedLocal(mouse)
611
	vPlayer = game.Players.LocalPlayer
612
613
	setUpGui()
614
end
615
616
function onUnequippedLocal(mouse)
617
	if Gui then
618
		Gui:remove()
619
	end
620
621
	Gui = nil
622
	Text = nil
623
	vPlayer = nil
624
end
625
626
Tool.Equipped:connect(onEquippedLocal)
627
Tool.Unequipped:connect(onUnequippedLocal)
628
629
Ammo.Changed:connect(onChanged)
630
Tool.StoredAmmo.Changed:connect(on2Changed)
631
end,o10)
632
end))
633
o11.Name = "VAL"
634
o11.Parent = o1
635
o12.Name = "Shooter"
636
o12.Parent = o1
637
table.insert(cors,coroutine.create(function()
638
wait()
639
GGNORE(function()
640
Tool = script.Parent
641
642
local arms = nil
643
local torso = nil
644
local weld33 = nil -- right arm
645
local weld55 = nil -- left arm
646
local welds = {}
647
local reloading = false
648
local firing = false
649
local canreload = true
650
local canshoot = true
651
local damage = 20
652
653
function ReloadSequence() -- this will be a pain in my blocky butt.
654
wait(.01)
655
Tool.Mag.Transparency = 1
656
local mag = Tool.Mag:clone()
657
mag.Parent = game.Workspace
658
mag.CanCollide = false
659
mag.Transparency = 0
660
Tool.Mag2.Transparency = 1
661
local mag = Tool.Mag2:clone()
662
mag.Parent = game.Workspace
663
mag.CanCollide = false
664
mag.Transparency = 0
665
Tool.Handle.M1:play()
666
wait(.15)
667
weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-92), math.rad(-15), 0.05)
668
weld55.C1 = CFrame.new(-0.45, 1, 1.1) * CFrame.fromEulerAnglesXYZ(math.rad(315), -0.1, math.rad(-87))
669
wait(.01)
670
weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-15), 0.1)
671
weld55.C1 = CFrame.new(-0.45, 0.8, 1) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.2, math.rad(-84))
672
wait(.01)
673
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.3, math.rad(-81))
674
wait(.01)
675
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.4, math.rad(-78))
676
wait(.01)
677
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.5, math.rad(-75))
678
wait(.01)
679
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.6, math.rad(-72))
680
wait(.2)
681
Tool.Mag.Transparency = 0
682
Tool.Mag2.Transparency = 0
683
Tool.Mag.Mesh.Offset = Vector3.new(0, -0.6, 0)
684
Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.66, 0.15)
685
wait(.01)
686
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.5, math.rad(-75))
687
Tool.Mag.Mesh.Offset = Vector3.new(0, -0.5, 0)
688
Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.55, 0.125)
689
wait(.01)
690
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.4, math.rad(-78))
691
Tool.Mag.Mesh.Offset = Vector3.new(0, -0.4, 0)
692
Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.44, 0.1)
693
wait(.01)
694
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.3, math.rad(-81))
695
Tool.Mag.Mesh.Offset = Vector3.new(0, -0.3, 0)
696
Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.33, 0.075)
697
wait(.01)
698
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.2, math.rad(-84))
699
Tool.Mag.Mesh.Offset = Vector3.new(0, -0.2, 0)
700
Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.22, 0.05)
701
wait(.3)
702
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.1, math.rad(-87))
703
Tool.Mag.Mesh.Offset = Vector3.new(0, -0.1, 0)
704
Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.11, 0.025)
705
wait(.01)
706
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0, math.rad(-90))
707
Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
708
Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0)
709
Tool.Handle.M2:play()
710
wait(.03)
711
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.1, math.rad(-87))
712
wait(.03)
713
weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0, math.rad(-90))
714
wait(.2)
715
weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0.075, math.rad(-90))
716
weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0.1)
717
wait(.03)
718
weld55.C1 = CFrame.new(-0.35, 0.8, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.15, math.rad(-90))
719
weld33.C1 = CFrame.new(-0.75, -0.3, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
720
wait(.03)
721
weld55.C1 = CFrame.new(-0.35, 0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.225, math.rad(-90))
722
weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
723
wait(.03)
724
weld55.C1 = CFrame.new(-0.35, 0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.225, math.rad(-90))
725
weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
726
wait(.03)
727
weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
728
wait(.3)
729
Tool.Handle.M3:play()
730
weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
731
Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0.1)
732
Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0.1)
733
wait(.02)
734
weld55.C1 = CFrame.new(-0.35, 0.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.3, math.rad(-90))
735
Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0)
736
Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0)
737
wait(.02)
738
weld33.C1 = CFrame.new(-0.75, -0.25, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
739
weld55.C1 = CFrame.new(-0.35, 0.7, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0.15, math.rad(-90))
740
wait(.02)
741
weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
742
weld55.C1 = CFrame.new(-0.35, 1.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0, math.rad(-90))
743
end
744
745
function Reload()
746
	if script.Parent.Ammo.Value < script.Parent.MaxAmmo.Value and reloading == false and script.Parent.StoredAmmo.Value >= 1 then
747
		reloading = true
748
		script.Parent.Ammo.Value = 0
749
		ReloadSequence()
750
		if script.Parent.StoredAmmo.Value >= script.Parent.MaxAmmo.Value then
751
			script.Parent.Ammo.Value = script.Parent.MaxAmmo.Value
752
			script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value - script.Parent.MaxAmmo.Value
753
			script.Parent.Recoil.Value = 5
754
		elseif script.Parent.StoredAmmo.Value < script.Parent.MaxAmmo.Value and script.Parent.StoredAmmo.Value >= 1 then
755
			script.Parent.Ammo.Value = script.Parent.StoredAmmo.Value
756
			script.Parent.StoredAmmo.Value = 0
757
			script.Parent.Recoil.Value = 5
758
		end
759
		reloading = false
760
	end
761
end
762
763
function Takeout()
764
wait(.01)
765
weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
766
weld55.C1 = CFrame.new(-0.48, 0.9, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
767
wait(.3)
768
weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
769
Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0.1)
770
Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0.1)
771
wait(.4)
772
Tool.Handle.M3:play()
773
weld55.C1 = CFrame.new(-0.35, 0.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.3, math.rad(-90))
774
Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0)
775
Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0)
776
wait(.2)
777
weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-87), math.rad(-15), 0)
778
weld55.C1 = CFrame.new(-0.46, 1.05, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
779
wait(.01)
780
weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
781
weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
782
end
783
784
function Equip(mouse)
785
wait(0.01)
786
arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
787
torso = Tool.Parent:FindFirstChild("Torso")
788
if arms ~= nil and torso ~= nil then
789
local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
790
if sh ~= nil then
791
local yes = true
792
if yes then
793
yes = false
794
sh[1].Part1 = nil
795
sh[2].Part1 = nil
796
falsearm1 = arms[1]:clone()
797
local mesh1 = Instance.new("BlockMesh")
798
mesh1.Scale = Vector3.new(.9,.9,.9)
799
mesh1.Parent = falsearm1
800
local armweld1 = Instance.new("Weld")
801
falsearm1.BrickColor = BrickColor.new(26)
802
falsearm1.Parent = Tool
803
armweld1.Parent = falsearm1
804
armweld1.Part0 = falsearm1
805
armweld1.Part1 = arms[1]
806
falsearm2 = arms[2]:clone()
807
local mesh2 = Instance.new("BlockMesh")
808
mesh2.Scale = Vector3.new(.9,.9,.9)
809
mesh2.Parent = falsearm2
810
local armweld2 = Instance.new("Weld")
811
falsearm2.BrickColor = BrickColor.new(26)
812
falsearm2.Parent = Tool
813
armweld2.Parent = falsearm2
814
armweld2.Part0 = falsearm2
815
armweld2.Part1 = arms[2]
816
local weld1 = Instance.new("Weld") -- left arm
817
weld55 = weld1
818
weld1.Part0 = torso
819
weld1.Parent = torso
820
weld1.Part1 = arms[1]
821
weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
822
welds[1] = weld1
823
local weld2 = Instance.new("Weld") -- right arm
824
weld33 = weld2
825
weld2.Part0 = torso
826
weld2.Parent = torso
827
weld2.Part1 = arms[2]
828
weld2.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
829
welds[2] = weld2
830
Takeout()
831
end
832
else
833
print("sh")
834
end
835
else
836
print("arms")
837
end
838
end
839
840
local legs = nil
841
local torso2 = nil
842
local welds2 = {}
843
local bodyforce = nil
844
845
function Unequip(mouse)
846
if arms ~= nil and torso ~= nil then
847
local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
848
if sh ~= nil then
849
local yes = true
850
if yes then
851
yes = false
852
sh[1].Part1 = arms[1]
853
sh[2].Part1 = arms[2]
854
welds[1].Parent = nil
855
welds[2].Parent = nil
856
falsearm1:remove()
857
falsearm2:remove()
858
end
859
else
860
print("sh")
861
end
862
else
863
print("arms")
864
end
865
end
866
867
function fire(v)
868
	p = script.Parent.VAL
869
	if p.Value == 0 then
870
	Tool.Handle.Fire:play()
871
	p.Value = p.Value + 1
872
	elseif p.Value == 1 then
873
	Tool.Handle.Fire2:play()
874
	p.Value = p.Value + 1
875
		else
876
	Tool.Handle.Fire3:play()
877
	p.Value = 0
878
	end
879
	
880
881
	local vCharacter = Tool.Parent
882
	local vPlayer = game.Players:playerFromCharacter(vCharacter)
883
884
	local missile = Instance.new("Part")
885
886
        
887
888
	local spawnPos = o1.Flash.Position
889
	
890
891
892
	spawnPos  = spawnPos + (v * 8)
893
894
	missile.Position = spawnPos
895
	missile.Size = Vector3.new(1,1,1)
896
	missile.Velocity = v * 600 
897
	missile.BrickColor = BrickColor.new(26)
898
	missile.Shape = 0
899
	missile.BottomSurface = 0
900
	missile.TopSurface = 0
901
	missile.Name = "Bullet"
902
	missile.Elasticity = 0
903
	missile.Reflectance = 0
904
	missile.Friction = .9
905
   missile.CanCollide = false
906
907
	local force = Instance.new("BodyForce")
908
	force.force = Vector3.new(0,missile:getMass() * 196,0)
909
	force.Parent = missile
910
911
	local mesh = Instance.new("SpecialMesh")
912
	mesh.Scale = Vector3.new(.01,.01,.01)
913
	mesh.MeshType = "Sphere"
914
	mesh.Parent = missile
915
916
function onTouched(part)
917
     local h = part.Parent:findFirstChild("Humanoid")
918
     if h~=nil then
919
               h.Health = h.Health -100
920
               wait(.01)
921
               h.Health = h.Health -100
922
               wait(.01)
923
924
       end
925
end
926
927
missile.Touched:connect(onTouched)
928
929
	local creator_tag = Instance.new("ObjectValue")
930
	creator_tag.Value = vPlayer
931
	creator_tag.Name = "creator"
932
	creator_tag.Parent = missile
933
	
934
935
936
	missile.Parent = game.Workspace
937
938
   cam = game.Workspace.CurrentCamera
939
   local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
940
	local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
941
	local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0)
942
   cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
943
	weld33.C1 = CFrame.new(-0.75, -0.5, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
944
	weld55.C1 = CFrame.new(-0.45, 1.07, 1.12) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
945
	Tool.Flash.Mesh.Scale = Vector3.new(1.9, 2, 2.2)
946
	Tool.Flash.Transparency = .3
947
   Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
948
   Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
949
	wait()
950
   local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
951
	local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
952
	local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(-0.01, -0.01, 0)
953
   cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
954
	weld33.C1 = CFrame.new(-0.75, -0.45, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
955
	weld55.C1 = CFrame.new(-0.45, 1.14, 1.16) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
956
	Tool.Flash.Mesh.Scale = Vector3.new(1.5, 2, 1.8)
957
	Tool.Flash.Transparency = .8
958
   Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
959
   Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
960
	wait()
961
   local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
962
	local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
963
	local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0)
964
   cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
965
	weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
966
	weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
967
	Tool.Flash.Transparency = 1
968
   Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
969
   Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
970
end
971
972
function KeyDownFunctions(key)
973
	if key == "r" then
974
		Reload()
975
	end
976
end
977
978
Tool.Enabled = true
979
function onActivated()
980
981
	if not Tool.Enabled then
982
		return
983
	end
984
985
	Tool.Enabled = false
986
987
	local character = Tool.Parent;
988
	local humanoid = character.Humanoid
989
	if humanoid == nil then
990
		print("Humanoid not found")
991
		return 
992
	end
993
	local ammo = script.Parent.Ammo
994
	local maxammo = script.Parent.MaxAmmo
995
	firing = true
996
	while firing == true do
997
		if reloading == false and humanoid.Health >= 1 then
998
			if ammo.Value >= 1 then
999
				ammo.Value = ammo.Value - 1
1000
				local targetPos = humanoid.TargetPoint
1001
				local lookAt = (targetPos - character.Head.Position).unit
1002
				if script.Parent.Recoil.Value < 10 then
1003
					script.Parent.Recoil.Value = script.Parent.Recoil.Value + 1
1004
				end
1005
				fire(lookAt)
1006
			else
1007
				Reload()
1008
				break
1009
			end
1010
		elseif reloading == false and humanoid.Health < 1 then
1011
			Tool:remove()
1012
		end
1013
	end
1014
	Tool.Enabled = true
1015
end
1016
1017
function nofiar(mouse)
1018
firing = false
1019
end
1020
1021
function onEquippedLocal(mouse)
1022
1023
	if mouse == nil then
1024
		print("Mouse not found")
1025
		return 
1026
	end
1027
1028
	mouse.Icon = "http://www.roblox.com/asset/?id=2966012"
1029
	mouse.Button1Down:connect(function() onButton1Down(mouse) end)
1030
	mouse.Button1Up:connect(function() nofiar(mouse) end)
1031
	mouse.KeyDown:connect(KeyDownFunctions)
1032
	while true do
1033
		wait()
1034
	end
1035
end
1036
1037
1038
Tool.Equipped:connect(onEquippedLocal)
1039
1040
1041
script.Parent.Activated:connect(onActivated)
1042
Tool.Equipped:connect(Equip)
1043
Tool.Unequipped:connect(Unequip)
1044
end,o12)
1045
end))
1046
o13.Parent = o1
1047
o14.Name = "ZoomScript"
1048
o14.Parent = o1
1049
g = game.workspace.Camera.CameraType
1050
o15.Name = "ZoomedIn"
1051
o15.Parent = o1
1052
o16.Parent = o1
1053
o16.Material = Enum.Material.SmoothPlastic
1054
o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
1055
o16.Position = Vector3.new(-47.0289497, 2.03901005, -23.0169888)
1056
o16.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
1057
o16.Anchored = true
1058
o16.FormFactor = Enum.FormFactor.Custom
1059
o16.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
1060
o16.CFrame = CFrame.new(-47.0289497, 2.03901005, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
1061
o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1062
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1063
o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1064
o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1065
o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1066
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1067
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1068
o17.Parent = o16
1069
o17.Scale = Vector3.new(0.75, 1, 0.149999991)
1070
o18.Parent = o1
1071
o18.Material = Enum.Material.SmoothPlastic
1072
o18.BrickColor = BrickColor.new(CUSTOMCOLOR)
1073
o18.Position = Vector3.new(-46.5669594, 2.16499996, -23.0169888)
1074
o18.Rotation = Vector3.new(0.367277682, -89.7451248, 174.289368)
1075
o18.Anchored = true
1076
o18.FormFactor = Enum.FormFactor.Custom
1077
o18.Size = Vector3.new(0.200000003, 0.200000003, 0.540000021)
1078
o18.CFrame = CFrame.new(-46.5669594, 2.16499996, -23.0169888, -1.49008656e-007, -1.49009685e-008, -0.999990106, -4.37109797e-008, 0.999995053, -1.49009614e-008, 1, 4.37109478e-008, 2.32453681e-006)
1079
o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1080
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1081
o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1082
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1083
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1084
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1085
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1086
o19.Parent = o18
1087
o19.Offset = Vector3.new(0, 0, 0.00300000003)
1088
o19.Scale = Vector3.new(0.450000018, 0.900000036, 1)
1089
o20.Name = "A2"
1090
o20.Parent = o1
1091
o20.Material = Enum.Material.SmoothPlastic
1092
o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
1093
o20.Position = Vector3.new(-45.7209969, 2.44980097, -23.0169888)
1094
o20.Rotation = Vector3.new(6.1066652e-013, 90, 0)
1095
o20.Anchored = true
1096
o20.FormFactor = Enum.FormFactor.Custom
1097
o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1098
o20.CFrame = CFrame.new(-45.7209969, 2.44980097, -23.0169888, 8.94049208e-008, -2.66461657e-015, 1, 1.0658141e-014, 1, 2.66460302e-015, -1, 1.06581139e-014, 8.94049208e-008)
1099
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1100
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1101
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1102
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1103
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1104
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1105
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1106
o21.Parent = o20
1107
o21.Scale = Vector3.new(0.450000018, 0.149999991, 1.19999993)
1108
o22.Parent = o1
1109
o22.Material = Enum.Material.SmoothPlastic
1110
o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
1111
o22.Position = Vector3.new(-45.6399918, 2.36968803, -23.0100002)
1112
o22.Rotation = Vector3.new(-0, -90, 0)
1113
o22.Anchored = true
1114
o22.FormFactor = Enum.FormFactor.Custom
1115
o22.Size = Vector3.new(0.209999993, 0.360000014, 0.200000003)
1116
o22.CFrame = CFrame.new(-45.6399918, 2.36968803, -23.0100002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
1117
o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1118
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1119
o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1120
o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1121
o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1122
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1123
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1124
o23.Parent = o22
1125
o23.Scale = Vector3.new(1, 1, 0.599999964)
1126
o24.Parent = o1
1127
o24.Material = Enum.Material.SmoothPlastic
1128
o24.BrickColor = BrickColor.new(CUSTOMCOLOR)
1129
o24.Position = Vector3.new(-46.5279694, 2.29995394, -23.0169888)
1130
o24.Rotation = Vector3.new(-3.17548106e-011, 0.000271500176, 90)
1131
o24.Anchored = true
1132
o24.FormFactor = Enum.FormFactor.Custom
1133
o24.Size = Vector3.new(0.200000003, 0.972000062, 0.270000011)
1134
o24.CFrame = CFrame.new(-46.5279694, 2.29995394, -23.0169888, -4.44097341e-015, -1, 4.73857199e-006, 1, -4.43833067e-015, 5.5422599e-013, -5.54226044e-013, 4.73857199e-006, 1)
1135
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1136
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1137
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1138
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1139
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1140
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1141
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1142
o25.Parent = o24
1143
o25.Scale = Vector3.new(1.19999993, 1, 1.60000002)
1144
o26.Name = "Handle"
1145
o26.Parent = o1
1146
o26.Material = Enum.Material.SmoothPlastic
1147
o26.BrickColor = BrickColor.new(CUSTOMCOLOR)
1148
o26.Position = Vector3.new(-45.2919655, 1.92951596, -23.0169888)
1149
o26.Rotation = Vector3.new(1.01777712e-012, -90, 0)
1150
o26.Anchored = true
1151
o26.FormFactor = Enum.FormFactor.Custom
1152
o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1153
o26.CFrame = CFrame.new(-45.2919655, 1.92951596, -23.0169888, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
1154
o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1155
o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1156
o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1157
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1158
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1159
o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1160
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1161
o27.Parent = o26
1162
o27.Offset = Vector3.new(0, 0, 0.00900000054)
1163
o27.Scale = Vector3.new(0.450000018, 0.450000018, 0.225000009)
1164
o28.Name = "Fire3"
1165
o28.Parent = o26
1166
o28.Pitch = 1.2999999523163
1167
o28.SoundId = "rbxassetid://137983646"
1168
o28.Volume = 5
1169
o29.Name = "M1"
1170
o29.Parent = o26
1171
o29.Pitch = 1.2000000476837
1172
o29.SoundId = "rbxassetid://147323220"
1173
o29.Volume = 1
1174
o29.PlayOnRemove = true
1175
o30.Name = "M2"
1176
o30.Parent = o26
1177
o30.SoundId = "rbxassetid://0"
1178
o30.Volume = 1
1179
o30.PlayOnRemove = true
1180
o31.Name = "M3"
1181
o31.Parent = o26
1182
o31.Pitch = 1.1000000238419
1183
o31.SoundId = "rbxassetid://152206337"
1184
o31.Volume = 1
1185
o31.PlayOnRemove = true
1186
o32.Name = "Fire"
1187
o32.Parent = o26
1188
o32.Pitch = 1.2999999523163
1189
o32.SoundId = "rbxassetid://137983646"
1190
o32.Volume = 5
1191
o33.Name = "Fire2"
1192
o33.Parent = o26
1193
o33.Pitch = 1.2999999523163
1194
o33.SoundId = "rbxassetid://137983646"
1195
o33.Volume = 5
1196
o35.Name = "A3"
1197
o35.Parent = o1
1198
o35.Material = Enum.Material.SmoothPlastic
1199
o35.BrickColor = BrickColor.new(CUSTOMCOLOR)
1200
o35.Position = Vector3.new(-45.7959862, 2.44980097, -23.0169888)
1201
o35.Rotation = Vector3.new(6.1066652e-013, 90, 0)
1202
o35.Anchored = true
1203
o35.FormFactor = Enum.FormFactor.Custom
1204
o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1205
o35.CFrame = CFrame.new(-45.7959862, 2.44980097, -23.0169888, 8.94049208e-008, -2.66461657e-015, 1, 1.0658141e-014, 1, 2.66460302e-015, -1, 1.06581139e-014, 8.94049208e-008)
1206
o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1207
o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1208
o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1209
o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1210
o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1211
o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1212
o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1213
o36.Parent = o35
1214
o36.Scale = Vector3.new(1.5, 0.225000009, 0.450000018)
1215
o37.Name = "Flash"
1216
o37.Parent = o1
1217
o37.Material = Enum.Material.SmoothPlastic
1218
o37.BrickColor = BrickColor.new("Bright orange")
1219
o37.Transparency = 1
1220
o37.Position = Vector3.new(-41.6767159, 2.32680488, -23.017004)
1221
o37.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
1222
o37.Anchored = true
1223
o37.FormFactor = Enum.FormFactor.Custom
1224
o37.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
1225
o37.CFrame = CFrame.new(-41.6767159, 2.32680488, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014)
1226
o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1227
o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1228
o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1229
o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1230
o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1231
o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1232
o37.Color = Color3.new(0.854902, 0.521569, 0.254902)
1233
o38.Parent = o37
1234
o38.Scale = Vector3.new(1.5, 2, 1.80000007)
1235
o38.MeshType = Enum.MeshType.Sphere
1236
o39.Name = "Mag"
1237
o39.Parent = o1
1238
o39.Material = Enum.Material.SmoothPlastic
1239
o39.BrickColor = BrickColor.new("Dark stone grey")
1240
o39.Position = Vector3.new(-44.8005791, 1.51697195, -23.0169888)
1241
o39.Rotation = Vector3.new(90.0000305, -71.0001678, 90.0000305)
1242
o39.Anchored = true
1243
o39.FormFactor = Enum.FormFactor.Custom
1244
o39.Size = Vector3.new(0.200000003, 0.239999995, 0.419999987)
1245
o39.CFrame = CFrame.new(-44.8005791, 1.51697195, -23.0169888, -1.78810069e-007, -0.325565368, -0.945519507, 3.5527147e-014, 0.945519507, -0.325565368, 1, -5.82144608e-008, -1.69068741e-007)
1246
o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1247
o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1248
o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1249
o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1250
o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1251
o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1252
o39.Color = Color3.new(0.388235, 0.372549, 0.384314)
1253
o40.Parent = o39
1254
o40.Scale = Vector3.new(0.900000036, 1.62, 1)
1255
o41.Name = "Mag2"
1256
o41.Parent = o1
1257
o41.Material = Enum.Material.SmoothPlastic
1258
o41.BrickColor = BrickColor.new("Dark stone grey")
1259
o41.Position = Vector3.new(-44.8972816, 1.93139601, -23.0169888)
1260
o41.Rotation = Vector3.new(90.0000687, -81.0000992, 90.0000687)
1261
o41.Anchored = true
1262
o41.FormFactor = Enum.FormFactor.Custom
1263
o41.Size = Vector3.new(0.200000003, 0.449999988, 0.419999987)
1264
o41.CFrame = CFrame.new(-44.8972816, 1.93139601, -23.0169888, -1.78810296e-007, -0.156433001, -0.987688601, -2.48689856e-014, 0.987688541, -0.156433001, 1, -2.79718186e-008, -1.76608907e-007)
1265
o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1266
o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1267
o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1268
o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1269
o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1270
o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1271
o41.Color = Color3.new(0.388235, 0.372549, 0.384314)
1272
o42.Parent = o41
1273
o42.Scale = Vector3.new(0.900000036, 1.20000005, 1)
1274
o43.Parent = o1
1275
o43.Material = Enum.Material.SmoothPlastic
1276
o43.BrickColor = BrickColor.new(CUSTOMCOLOR)
1277
o43.Position = Vector3.new(-45.621994, 2.13499188, -23.0169888)
1278
o43.Rotation = Vector3.new(-180, 90, 0)
1279
o43.Anchored = true
1280
o43.FormFactor = Enum.FormFactor.Custom
1281
o43.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
1282
o43.CFrame = CFrame.new(-45.621994, 2.13499188, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
1283
o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1284
o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1285
o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1286
o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1287
o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1288
o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1289
o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1290
o44.Parent = o43
1291
o44.Scale = Vector3.new(1, 0.149999991, 0.149999991)
1292
o45.Parent = o1
1293
o45.Material = Enum.Material.SmoothPlastic
1294
o45.BrickColor = BrickColor.new(CUSTOMCOLOR)
1295
o45.Position = Vector3.new(-45.6999893, 2.19498205, -23.0199947)
1296
o45.Rotation = Vector3.new(1.42488799e-012, -90, 0)
1297
o45.Anchored = true
1298
o45.FormFactor = Enum.FormFactor.Custom
1299
o45.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
1300
o45.CFrame = CFrame.new(-45.6999893, 2.19498205, -23.0199947, -1.78810296e-007, -5.32926025e-015, -1, -2.48689856e-014, 1, -5.32926025e-015, 1, 2.48690025e-014, -1.78810296e-007)
1301
o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1302
o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1303
o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1304
o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1305
o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1306
o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1307
o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1308
o46.Parent = o45
1309
o46.Scale = Vector3.new(1, 0.450000018, 0.900000036)
1310
o47.Parent = o1
1311
o47.Material = Enum.Material.SmoothPlastic
1312
o47.BrickColor = BrickColor.new(CUSTOMCOLOR)
1313
o47.Position = Vector3.new(-45.4449959, 1.937011, -23.0199947)
1314
o47.Rotation = Vector3.new(1.42488799e-012, -90, 0)
1315
o47.Anchored = true
1316
o47.FormFactor = Enum.FormFactor.Custom
1317
o47.Size = Vector3.new(0.209999993, 0.200000003, 0.270000011)
1318
o47.CFrame = CFrame.new(-45.4449959, 1.937011, -23.0199947, -1.78810296e-007, -1.49010191e-007, -1, -2.48689856e-014, 1, -1.49010191e-007, 1, -1.77557079e-015, -1.78810296e-007)
1319
o47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1320
o47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1321
o47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1322
o47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1323
o47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1324
o47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1325
o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1326
o48.Parent = o47
1327
o48.Offset = Vector3.new(0.00300000003, 0, 0)
1328
o48.Scale = Vector3.new(1, 0.720000029, 1)
1329
o49.Parent = o1
1330
o49.Material = Enum.Material.SmoothPlastic
1331
o49.BrickColor = BrickColor.new(CUSTOMCOLOR)
1332
o49.Position = Vector3.new(-45.4699135, 2.34168005, -22.886404)
1333
o49.Rotation = Vector3.new(90, -4.32576189e-006, 75.0002823)
1334
o49.Anchored = true
1335
o49.FormFactor = Enum.FormFactor.Custom
1336
o49.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
1337
o49.CFrame = CFrame.new(-45.4699135, 2.34168005, -22.886404, 0.258814394, -0.965927064, -7.54987894e-008, -1.95402148e-008, 7.29263192e-008, -1, 0.965927064, 0.258814394, -4.04779563e-014)
1338
o49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1339
o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1340
o49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1341
o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1342
o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1343
o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1344
o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1345
o50.Parent = o49
1346
o50.Scale = Vector3.new(0.450000018, 1, 0.450000018)
1347
o51.Parent = o1
1348
o51.Material = Enum.Material.SmoothPlastic
1349
o51.BrickColor = BrickColor.new(CUSTOMCOLOR)
1350
o51.Position = Vector3.new(-42.9219856, 2.32981491, -23.017004)
1351
o51.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
1352
o51.Anchored = true
1353
o51.FormFactor = Enum.FormFactor.Custom
1354
o51.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
1355
o51.CFrame = CFrame.new(-42.9219856, 2.32981491, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
1356
o51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1357
o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1358
o51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1359
o51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1360
o51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1361
o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1362
o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1363
o52.Parent = o51
1364
o52.Scale = Vector3.new(1, 0.900000036, 0.50999999)
1365
o53.Parent = o1
1366
o53.Material = Enum.Material.SmoothPlastic
1367
o53.BrickColor = BrickColor.new(CUSTOMCOLOR)
1368
o53.Position = Vector3.new(-42.32201, 2.33277702, -23.017004)
1369
o53.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
1370
o53.Anchored = true
1371
o53.FormFactor = Enum.FormFactor.Custom
1372
o53.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
1373
o53.CFrame = CFrame.new(-42.32201, 2.33277702, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
1374
o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1375
o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1376
o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1377
o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1378
o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1379
o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1380
o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1381
o54.Parent = o53
1382
o54.Scale = Vector3.new(1, 0.0749999955, 0.75)
1383
o55.Parent = o1
1384
o55.Material = Enum.Material.SmoothPlastic
1385
o55.BrickColor = BrickColor.new(CUSTOMCOLOR)
1386
o55.Position = Vector3.new(-47.028965, 2.03898501, -22.9119778)
1387
o55.Rotation = Vector3.new(180, -0.000269792567, 8.01008652e-012)
1388
o55.Anchored = true
1389
o55.FormFactor = Enum.FormFactor.Custom
1390
o55.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
1391
o55.CFrame = CFrame.new(-47.028965, 2.03898501, -22.9119778, 1, -1.39802381e-013, -4.70876876e-006, -1.3980497e-013, -1, -5.50673222e-013, -4.70876876e-006, 5.50673873e-013, -1)
1392
o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1393
o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1394
o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1395
o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1396
o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1397
o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1398
o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1399
o56.Parent = o55
1400
o56.Scale = Vector3.new(0.149999991, 1, 0.299999982)
1401
o56.MeshType = Enum.MeshType.Wedge
1402
o57.Parent = o1
1403
o57.Material = Enum.Material.SmoothPlastic
1404
o57.BrickColor = BrickColor.new(CUSTOMCOLOR)
1405
o57.Position = Vector3.new(-45.6849937, 2.32968688, -23.0605068)
1406
o57.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90)
1407
o57.Anchored = true
1408
o57.FormFactor = Enum.FormFactor.Custom
1409
o57.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993)
1410
o57.CFrame = CFrame.new(-45.6849937, 2.32968688, -23.0605068, -5.32916539e-015, -1, 4.76837431e-006, 1, -5.32649554e-015, 5.57778812e-013, -5.57778758e-013, 4.76837431e-006, 1)
1411
o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1412
o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1413
o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1414
o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1415
o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1416
o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1417
o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1418
o58.Parent = o57
1419
o58.Scale = Vector3.new(1.1500001, 0.75, 1.04999995)
1420
o59.Parent = o1
1421
o59.Material = Enum.Material.SmoothPlastic
1422
o59.BrickColor = BrickColor.new(CUSTOMCOLOR)
1423
o59.Position = Vector3.new(-47.025959, 2.28498602, -23.0169888)
1424
o59.Rotation = Vector3.new(-1.62844304e-011, 0.000132276866, 90)
1425
o59.Anchored = true
1426
o59.FormFactor = Enum.FormFactor.Custom
1427
o59.Size = Vector3.new(0.270000011, 0.200000003, 0.270000011)
1428
o59.CFrame = CFrame.new(-47.025959, 2.28498602, -23.0169888, 2.9801889e-008, -0.999990106, 2.30866681e-006, 0.999995053, 2.9802111e-008, 2.84216932e-013, -7.14980538e-013, 4.78223637e-006, 1)
1429
o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1430
o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1431
o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1432
o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1433
o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1434
o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1435
o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1436
o60.Parent = o59
1437
o60.Scale = Vector3.new(1, 0.180000007, 1)
1438
o61.Parent = o1
1439
o61.Material = Enum.Material.SmoothPlastic
1440
o61.BrickColor = BrickColor.new(CUSTOMCOLOR)
1441
o61.Position = Vector3.new(-45.5949974, 2.06598401, -23.0169888)
1442
o61.Rotation = Vector3.new(-180, 90, 0)
1443
o61.Anchored = true
1444
o61.FormFactor = Enum.FormFactor.Custom
1445
o61.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
1446
o61.CFrame = CFrame.new(-45.5949974, 2.06598401, -23.0169888, -1.78810296e-007, 5.32926025e-015, 1, -2.48689856e-014, -1, 5.32926025e-015, 1, -2.48690025e-014, 1.78810296e-007)
1447
o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1448
o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1449
o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1450
o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1451
o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1452
o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1453
o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1454
o62.Parent = o61
1455
o62.Scale = Vector3.new(1, 0.299999982, 0.149999991)
1456
o62.MeshType = Enum.MeshType.Wedge
1457
o63.Parent = o1
1458
o63.Material = Enum.Material.SmoothPlastic
1459
o63.BrickColor = BrickColor.new(CUSTOMCOLOR)
1460
o63.Position = Vector3.new(-45.701725, 2.34168005, -22.8242855)
1461
o63.Rotation = Vector3.new(-2.31819899e-006, 15.000556, 90)
1462
o63.Anchored = true
1463
o63.FormFactor = Enum.FormFactor.Custom
1464
o63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1465
o63.CFrame = CFrame.new(-45.701725, 2.34168005, -22.8242855, 6.37342268e-009, -0.965923309, 0.258828402, 1, 1.70705192e-008, 3.90814527e-008, -4.2168022e-008, 0.258828402, 0.965923309)
1466
o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1467
o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1468
o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1469
o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1470
o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1471
o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1472
o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1473
o64.Parent = o63
1474
o64.Scale = Vector3.new(0.337500006, 0.149999991, 0.337500006)
1475
o65.Parent = o1
1476
o65.Material = Enum.Material.SmoothPlastic
1477
o65.BrickColor = BrickColor.new(CUSTOMCOLOR)
1478
o65.Position = Vector3.new(-44.6739845, 1.96097994, -23.017004)
1479
o65.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924)
1480
o65.Anchored = true
1481
o65.FormFactor = Enum.FormFactor.Custom
1482
o65.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
1483
o65.CFrame = CFrame.new(-44.6739845, 1.96097994, -23.017004, 1.49008656e-007, 1, -1.41107788e-013, 1.77635616e-014, -1.41107801e-013, -1, -1, 1.49008883e-007, -1.77636429e-014)
1484
o65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1485
o65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1486
o65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1487
o65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1488
o65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1489
o65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1490
o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1491
o66.Parent = o65
1492
o66.Scale = Vector3.new(1, 0.180000007, 0.149999991)
1493
o66.MeshType = Enum.MeshType.Wedge
1494
o67.Parent = o1
1495
o67.Material = Enum.Material.SmoothPlastic
1496
o67.BrickColor = BrickColor.new(CUSTOMCOLOR)
1497
o67.Position = Vector3.new(-42.6519814, 2.33281589, -23.017004)
1498
o67.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
1499
o67.Anchored = true
1500
o67.FormFactor = Enum.FormFactor.Custom
1501
o67.Size = Vector3.new(0.270000011, 0.360000014, 0.200000003)
1502
o67.CFrame = CFrame.new(-42.6519814, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
1503
o67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1504
o67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1505
o67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1506
o67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1507
o67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1508
o67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1509
o67.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1510
o68.Parent = o67
1511
o68.Scale = Vector3.new(1, 1, 0.599999964)
1512
o69.Parent = o1
1513
o69.Material = Enum.Material.SmoothPlastic
1514
o69.BrickColor = BrickColor.new(CUSTOMCOLOR)
1515
o69.Position = Vector3.new(-46.7319527, 1.99998295, -23.0169888)
1516
o69.Rotation = Vector3.new(-180, -90, 0)
1517
o69.Anchored = true
1518
o69.FormFactor = Enum.FormFactor.Custom
1519
o69.Size = Vector3.new(0.200000003, 0.209999993, 0.200000003)
1520
o69.CFrame = CFrame.new(-46.7319527, 1.99998295, -23.0169888, 1.49008656e-007, 4.44105473e-015, -1, 1.77635616e-014, -1, -4.44102762e-015, -1, -1.77635684e-014, -1.49008883e-007)
1521
o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1522
o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1523
o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1524
o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1525
o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1526
o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1527
o69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1528
o70.Parent = o69
1529
o70.Scale = Vector3.new(0.450000018, 1, 1.35000002)
1530
o70.MeshType = Enum.MeshType.Wedge
1531
o71.Parent = o1
1532
o71.Material = Enum.Material.SmoothPlastic
1533
o71.BrickColor = BrickColor.new(CUSTOMCOLOR)
1534
o71.Position = Vector3.new(-45.12397, 2.12598205, -23.0169888)
1535
o71.Rotation = Vector3.new(8.14221791e-013, -90, 0)
1536
o71.Anchored = true
1537
o71.FormFactor = Enum.FormFactor.Custom
1538
o71.Size = Vector3.new(0.209999993, 0.300000012, 0.959999979)
1539
o71.CFrame = CFrame.new(-45.12397, 2.12598205, -23.0169888, -1.19206788e-007, -3.55283565e-015, -1, -1.42108513e-014, 1, -3.5528221e-015, 1, 1.42108547e-014, -1.19207243e-007)
1540
o71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1541
o71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1542
o71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1543
o71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1544
o71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1545
o71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1546
o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1547
o72.Parent = o71
1548
o72.Scale = Vector3.new(1, 1, 0.950000048)
1549
o73.Parent = o1
1550
o73.Material = Enum.Material.SmoothPlastic
1551
o73.BrickColor = BrickColor.new(CUSTOMCOLOR)
1552
o73.Position = Vector3.new(-45.9759941, 2.32979393, -23.0169888)
1553
o73.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90)
1554
o73.Anchored = true
1555
o73.FormFactor = Enum.FormFactor.Custom
1556
o73.Size = Vector3.new(0.200000003, 0.324000001, 0.270000011)
1557
o73.CFrame = CFrame.new(-45.9759941, 2.32979393, -23.0169888, 2.98018819e-008, -0.999990106, 2.26495536e-006, 0.999995053, 2.98020062e-008, -4.37111218e-008, 4.37109158e-008, 4.73852469e-006, 1)
1558
o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1559
o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1560
o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1561
o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1562
o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1563
o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1564
o73.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1565
o74.Parent = o73
1566
o74.Scale = Vector3.new(0.900000036, 1.10000002, 1)
1567
o75.Parent = o1
1568
o75.Material = Enum.Material.SmoothPlastic
1569
o75.BrickColor = BrickColor.new(CUSTOMCOLOR)
1570
o75.Position = Vector3.new(-44.8719826, 2.27287102, -22.8969936)
1571
o75.Rotation = Vector3.new(78.0001221, 4.33610621e-005, -0.000249171426)
1572
o75.Anchored = true
1573
o75.FormFactor = Enum.FormFactor.Custom
1574
o75.Size = Vector3.new(0.330000013, 0.200000003, 0.200000003)
1575
o75.CFrame = CFrame.new(-44.8719826, 2.27287102, -22.8969936, 1, 4.34886169e-006, 7.5679327e-007, -1.63914535e-007, 0.207909659, -0.978148043, -4.41117481e-006, 0.978147984, 0.207909659)
1576
o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1577
o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1578
o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1579
o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1580
o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1581
o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1582
o75.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1583
o76.Parent = o75
1584
o76.Scale = Vector3.new(1, 0.149999991, 0.599999964)
1585
o77.Parent = o1
1586
o77.Material = Enum.Material.SmoothPlastic
1587
o77.BrickColor = BrickColor.new(CUSTOMCOLOR)
1588
o77.Position = Vector3.new(-43.113987, 2.49480104, -23.017004)
1589
o77.Rotation = Vector3.new(-180, 90, 0)
1590
o77.Anchored = true
1591
o77.FormFactor = Enum.FormFactor.Custom
1592
o77.Size = Vector3.new(0.200000003, 0.324000001, 0.200000003)
1593
o77.CFrame = CFrame.new(-43.113987, 2.49480104, -23.017004, -1.49008656e-007, 4.44105473e-015, 1, -1.77635616e-014, -1, 4.44102762e-015, 1, -1.77635684e-014, 1.49008883e-007)
1594
o77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1595
o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1596
o77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1597
o77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1598
o77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1599
o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1600
o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1601
o78.Parent = o77
1602
o78.Scale = Vector3.new(0.450000018, 1, 0.149999991)
1603
o79.Parent = o1
1604
o79.Material = Enum.Material.SmoothPlastic
1605
o79.BrickColor = BrickColor.new(CUSTOMCOLOR)
1606
o79.Position = Vector3.new(-46.6629639, 2.00900698, -23.0169888)
1607
o79.Rotation = Vector3.new(90.0000076, -45.0002785, 90.0000076)
1608
o79.Anchored = true
1609
o79.FormFactor = Enum.FormFactor.Custom
1610
o79.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012)
1611
o79.CFrame = CFrame.new(-46.6629639, 2.00900698, -23.0169888, -1.49008656e-007, -0.707103372, -0.707110226, -4.37109797e-008, 0.707110286, -0.707103312, 1, -7.4455933e-008, -1.36273982e-007)
1612
o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1613
o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1614
o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1615
o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1616
o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1617
o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1618
o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1619
o80.Parent = o79
1620
o80.Scale = Vector3.new(0.75, 0.540000021, 1)
1621
o81.Parent = o1
1622
o81.Material = Enum.Material.SmoothPlastic
1623
o81.BrickColor = BrickColor.new(CUSTOMCOLOR)
1624
o81.Position = Vector3.new(-47.025959, 1.78401804, -23.0169888)
1625
o81.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90)
1626
o81.Anchored = true
1627
o81.FormFactor = Enum.FormFactor.Custom
1628
o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1629
o81.CFrame = CFrame.new(-47.025959, 1.78401804, -23.0169888, 2.98018819e-008, -0.999990106, 2.26495536e-006, 0.999995053, 2.98020062e-008, -4.37111218e-008, 4.37109158e-008, 4.73852469e-006, 1)
1630
o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1631
o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1632
o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1633
o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1634
o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1635
o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1636
o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1637
o82.Parent = o81
1638
o82.Scale = Vector3.new(0.75, 0.180000007, 0.75)
1639
o83.Parent = o1
1640
o83.Material = Enum.Material.SmoothPlastic
1641
o83.BrickColor = BrickColor.new(CUSTOMCOLOR)
1642
o83.Position = Vector3.new(-45.666996, 2.1379981, -23.0169888)
1643
o83.Rotation = Vector3.new(-180, 90, 0)
1644
o83.Anchored = true
1645
o83.FormFactor = Enum.FormFactor.Custom
1646
o83.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
1647
o83.CFrame = CFrame.new(-45.666996, 2.1379981, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
1648
o83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1649
o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1650
o83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1651
o83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1652
o83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1653
o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1654
o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1655
o84.Parent = o83
1656
o84.Scale = Vector3.new(1, 0.149999991, 0.299999982)
1657
o84.MeshType = Enum.MeshType.Wedge
1658
o85.Parent = o1
1659
o85.Material = Enum.Material.SmoothPlastic
1660
o85.BrickColor = BrickColor.new(CUSTOMCOLOR)
1661
o85.Position = Vector3.new(-45.3786354, 1.77153397, -23.0169888)
1662
o85.Rotation = Vector3.new(90, -28.6877403, -89.9999924)
1663
o85.Anchored = true
1664
o85.FormFactor = Enum.FormFactor.Custom
1665
o85.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
1666
o85.CFrame = CFrame.new(-45.3786354, 1.77153397, -23.0169888, 1.78810296e-007, 0.877248883, -0.480035812, 2.48689856e-014, -0.480035812, -0.877248883, -1, 1.56861944e-007, -8.58354028e-008)
1667
o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1668
o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1669
o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1670
o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1671
o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1672
o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1673
o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1674
o86.Parent = o85
1675
o86.Scale = Vector3.new(1, 0.180000007, 0.112500004)
1676
o86.MeshType = Enum.MeshType.Wedge
1677
o87.Parent = o1
1678
o87.Material = Enum.Material.SmoothPlastic
1679
o87.BrickColor = BrickColor.new(CUSTOMCOLOR)
1680
o87.Position = Vector3.new(-43.1559792, 2.65682006, -23.017004)
1681
o87.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
1682
o87.Anchored = true
1683
o87.FormFactor = Enum.FormFactor.Custom
1684
o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1685
o87.CFrame = CFrame.new(-43.1559792, 2.65682006, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014)
1686
o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1687
o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1688
o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1689
o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1690
o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1691
o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1692
o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1693
o88.Parent = o87
1694
o88.Scale = Vector3.new(0.450000018, 0.540000021, 0.149999991)
1695
o89.Parent = o1
1696
o89.Material = Enum.Material.SmoothPlastic
1697
o89.BrickColor = BrickColor.new(CUSTOMCOLOR)
1698
o89.Position = Vector3.new(-43.1469765, 2.686795, -22.9809933)
1699
o89.Rotation = Vector3.new(180, -0.000271500176, -180)
1700
o89.Anchored = true
1701
o89.FormFactor = Enum.FormFactor.Custom
1702
o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1703
o89.CFrame = CFrame.new(-43.1469765, 2.686795, -22.9809933, -1, 1.41105064e-013, -4.73857199e-006, 1.41107707e-013, 1, -5.54225882e-013, 4.73857199e-006, -5.54226695e-013, -1)
1704
o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1705
o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1706
o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1707
o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1708
o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1709
o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1710
o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1711
o90.Parent = o89
1712
o90.MeshId = "http://www.roblox.com/asset/?id=12221344"
1713
o90.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027)
1714
o90.MeshType = Enum.MeshType.FileMesh
1715
o91.Parent = o1
1716
o91.Material = Enum.Material.SmoothPlastic
1717
o91.BrickColor = BrickColor.new(CUSTOMCOLOR)
1718
o91.Position = Vector3.new(-45.1899757, 2.32971406, -23.0169888)
1719
o91.Rotation = Vector3.new(-2.5044726e-006, 6.31783696e-005, 90)
1720
o91.Anchored = true
1721
o91.FormFactor = Enum.FormFactor.Custom
1722
o91.Size = Vector3.new(0.209999993, 1.20000005, 0.209999993)
1723
o91.CFrame = CFrame.new(-45.1899757, 2.32971406, -23.0169888, 1.47809596e-008, -0.999990106, 1.10267058e-006, 0.999995053, 1.4781155e-008, 4.37112924e-008, -4.37118537e-008, 3.57622821e-006, 1)
1724
o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1725
o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1726
o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1727
o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1728
o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1729
o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1730
o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1731
o92.Parent = o91
1732
o92.Scale = Vector3.new(1.10000002, 1, 1.10000002)
1733
o93.Parent = o1
1734
o93.Material = Enum.Material.SmoothPlastic
1735
o93.BrickColor = BrickColor.new(CUSTOMCOLOR)
1736
o93.Position = Vector3.new(-43.3420143, 2.33281589, -23.0020046)
1737
o93.Rotation = Vector3.new(-90, 7.1009457e-012, -89.9999771)
1738
o93.Anchored = true
1739
o93.FormFactor = Enum.FormFactor.Custom
1740
o93.Size = Vector3.new(0.270000011, 0.200000003, 0.239999995)
1741
o93.CFrame = CFrame.new(-43.3420143, 2.33281589, -23.0020046, 4.4702756e-007, 1, 1.23934879e-013, 5.32906645e-014, -1.23934906e-013, 1, 1, -4.47027332e-007, -5.32907323e-014)
1742
o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1743
o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1744
o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1745
o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1746
o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1747
o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1748
o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1749
o94.Parent = o93
1750
o94.Scale = Vector3.new(1, 0.599999964, 1)
1751
o95.Parent = o1
1752
o95.Material = Enum.Material.SmoothPlastic
1753
o95.BrickColor = BrickColor.new(CUSTOMCOLOR)
1754
o95.Position = Vector3.new(-46.6569557, 2.12600803, -23.0169888)
1755
o95.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
1756
o95.Anchored = true
1757
o95.FormFactor = Enum.FormFactor.Custom
1758
o95.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029)
1759
o95.CFrame = CFrame.new(-46.6569557, 2.12600803, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
1760
o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1761
o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1762
o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1763
o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1764
o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1765
o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1766
o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1767
o96.Parent = o95
1768
o96.Offset = Vector3.new(0, 0, 0.00300000003)
1769
o96.Scale = Vector3.new(0.450000018, 0.360000014, 1)
1770
o97.Parent = o1
1771
o97.Material = Enum.Material.SmoothPlastic
1772
o97.BrickColor = BrickColor.new(CUSTOMCOLOR)
1773
o97.Position = Vector3.new(-42.3670082, 2.33281589, -23.017004)
1774
o97.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
1775
o97.Anchored = true
1776
o97.FormFactor = Enum.FormFactor.Custom
1777
o97.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
1778
o97.CFrame = CFrame.new(-42.3670082, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
1779
o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1780
o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1781
o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1782
o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1783
o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1784
o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1785
o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1786
o98.Parent = o97
1787
o98.Scale = Vector3.new(1, 0.0749999955, 0.75)
1788
o99.Parent = o1
1789
o99.Material = Enum.Material.SmoothPlastic
1790
o99.BrickColor = BrickColor.new(CUSTOMCOLOR)
1791
o99.Position = Vector3.new(-46.4619598, 2.17700005, -23.0169888)
1792
o99.Rotation = Vector3.new(-180, -0.000132276851, 6.83023381e-006)
1793
o99.Anchored = true
1794
o99.FormFactor = Enum.FormFactor.Custom
1795
o99.Size = Vector3.new(0.209999993, 0.396000028, 0.200000003)
1796
o99.CFrame = CFrame.new(-46.4619598, 2.17700005, -23.0169888, 0.999990106, -1.19208885e-007, -2.30866658e-006, -1.19209446e-007, -0.999995053, 4.3711136e-008, -4.78223637e-006, -4.37104859e-008, -1)
1797
o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1798
o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1799
o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1800
o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1801
o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1802
o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1803
o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1804
o100.Parent = o99
1805
o100.Scale = Vector3.new(1, 1, 0.599999964)
1806
o101.Parent = o1
1807
o101.Material = Enum.Material.SmoothPlastic
1808
o101.BrickColor = BrickColor.new(CUSTOMCOLOR)
1809
o101.Position = Vector3.new(-45.5919991, 2.11999488, -23.0169888)
1810
o101.Rotation = Vector3.new(-180, 90, 0)
1811
o101.Anchored = true
1812
o101.FormFactor = Enum.FormFactor.Custom
1813
o101.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
1814
o101.CFrame = CFrame.new(-45.5919991, 2.11999488, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
1815
o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1816
o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1817
o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1818
o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1819
o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1820
o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1821
o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1822
o102.Parent = o101
1823
o102.Scale = Vector3.new(1, 0.299999982, 0.149999991)
1824
o103.Parent = o1
1825
o103.Material = Enum.Material.SmoothPlastic
1826
o103.BrickColor = BrickColor.new(CUSTOMCOLOR)
1827
o103.Position = Vector3.new(-45.7307053, 2.34168005, -22.816534)
1828
o103.Rotation = Vector3.new(-180, -15.000556, 90)
1829
o103.Anchored = true
1830
o103.FormFactor = Enum.FormFactor.Custom
1831
o103.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1832
o103.CFrame = CFrame.new(-45.7307053, 2.34168005, -22.816534, -2.36663933e-008, -0.965923309, -0.258828402, -1, 1.99318464e-008, 1.70528285e-008, -1.13127969e-008, 0.258828402, -0.965923309)
1833
o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1834
o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1835
o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1836
o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1837
o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1838
o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1839
o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1840
o104.Parent = o103
1841
o104.Scale = Vector3.new(0.450000018, 0.149999991, 0.450000018)
1842
o105.Parent = o1
1843
o105.Material = Enum.Material.SmoothPlastic
1844
o105.BrickColor = BrickColor.new(CUSTOMCOLOR)
1845
o105.Position = Vector3.new(-44.9019737, 1.90552294, -23.0169888)
1846
o105.Rotation = Vector3.new(-180, -90, 0)
1847
o105.Anchored = true
1848
o105.FormFactor = Enum.FormFactor.Custom
1849
o105.Size = Vector3.new(0.209999993, 0.200000003, 0.449999988)
1850
o105.CFrame = CFrame.new(-44.9019737, 1.90552294, -23.0169888, 1.78810296e-007, 5.32926025e-015, -1, 2.48689856e-014, -1, -5.32926025e-015, -1, -2.48690025e-014, -1.78810296e-007)
1851
o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1852
o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1853
o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1854
o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1855
o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1856
o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1857
o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1858
o106.Parent = o105
1859
o106.Scale = Vector3.new(1, 0.419999987, 1)
1860
o106.MeshType = Enum.MeshType.Wedge
1861
o107.Parent = o1
1862
o107.Material = Enum.Material.SmoothPlastic
1863
o107.BrickColor = BrickColor.new(CUSTOMCOLOR)
1864
o107.Position = Vector3.new(-45.1389694, 1.96101201, -23.0169888)
1865
o107.Rotation = Vector3.new(-90, 8.10863442e-012, 89.9999924)
1866
o107.Anchored = true
1867
o107.FormFactor = Enum.FormFactor.Custom
1868
o107.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
1869
o107.CFrame = CFrame.new(-45.1389694, 1.96101201, -23.0169888, 1.78810296e-007, -1, 1.4152236e-013, 2.48689856e-014, 1.41522373e-013, 1, -1, -1.78810751e-007, 2.48690432e-014)
1870
o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1871
o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1872
o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1873
o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1874
o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1875
o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1876
o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1877
o108.Parent = o107
1878
o108.Scale = Vector3.new(1, 0.180000007, 0.149999991)
1879
o108.MeshType = Enum.MeshType.Wedge
1880
o109.Parent = o1
1881
o109.Material = Enum.Material.SmoothPlastic
1882
o109.BrickColor = BrickColor.new(CUSTOMCOLOR)
1883
o109.Position = Vector3.new(-46.4469643, 2.09900498, -23.0169888)
1884
o109.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
1885
o109.Anchored = true
1886
o109.FormFactor = Enum.FormFactor.Custom
1887
o109.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012)
1888
o109.CFrame = CFrame.new(-46.4469643, 2.09900498, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
1889
o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1890
o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1891
o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1892
o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1893
o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1894
o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1895
o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1896
o110.Parent = o109
1897
o110.Scale = Vector3.new(0.75, 0.540000021, 1)
1898
o111.Parent = o1
1899
o111.Material = Enum.Material.SmoothPlastic
1900
o111.BrickColor = BrickColor.new(CUSTOMCOLOR)
1901
o111.Position = Vector3.new(-43.9570198, 2.33281589, -22.8369961)
1902
o111.Rotation = Vector3.new(-3.05333016e-012, -90, 0)
1903
o111.Anchored = true
1904
o111.FormFactor = Enum.FormFactor.Custom
1905
o111.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
1906
o111.CFrame = CFrame.new(-43.9570198, 2.33281589, -22.8369961, 4.4702756e-007, 1.23934879e-013, -1, 5.32906645e-014, 1, 1.23934906e-013, 1, -5.32907323e-014, 4.47027332e-007)
1907
o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1908
o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1909
o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1910
o111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1911
o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1912
o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1913
o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1914
o112.Parent = o111
1915
o112.Offset = Vector3.new(-0.00600000005, 0, 0)
1916
o112.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013)
1917
o113.Parent = o1
1918
o113.Material = Enum.Material.SmoothPlastic
1919
o113.BrickColor = BrickColor.new(CUSTOMCOLOR)
1920
o113.Position = Vector3.new(-42.1870003, 2.32981491, -23.017004)
1921
o113.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
1922
o113.Anchored = true
1923
o113.FormFactor = Enum.FormFactor.Custom
1924
o113.Size = Vector3.new(0.270000011, 0.209999993, 0.200000003)
1925
o113.CFrame = CFrame.new(-42.1870003, 2.32981491, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
1926
o113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1927
o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1928
o113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1929
o113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1930
o113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1931
o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1932
o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1933
o114.Parent = o113
1934
o114.Scale = Vector3.new(1, 1, 0.75)
1935
o115.Parent = o1
1936
o115.Material = Enum.Material.SmoothPlastic
1937
o115.BrickColor = BrickColor.new(CUSTOMCOLOR)
1938
o115.Position = Vector3.new(-45.5949974, 2.32968688, -23.0529995)
1939
o115.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90)
1940
o115.Anchored = true
1941
o115.FormFactor = Enum.FormFactor.Custom
1942
o115.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993)
1943
o115.CFrame = CFrame.new(-45.5949974, 2.32968688, -23.0529995, -5.32916539e-015, -1, 4.76837431e-006, 1, -5.32649554e-015, 5.57778812e-013, -5.57778758e-013, 4.76837431e-006, 1)
1944
o115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1945
o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1946
o115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1947
o115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1948
o115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1949
o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1950
o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1951
o116.Parent = o115
1952
o116.Scale = Vector3.new(1.10000002, 0.75, 1.02499998)
1953
o117.Parent = o1
1954
o117.Material = Enum.Material.SmoothPlastic
1955
o117.BrickColor = BrickColor.new(CUSTOMCOLOR)
1956
o117.Position = Vector3.new(-45.7720146, 2.29656005, -23.0257607)
1957
o117.Rotation = Vector3.new(0.000260027009, -90, 0)
1958
o117.Anchored = true
1959
o117.FormFactor = Enum.FormFactor.Custom
1960
o117.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1961
o117.CFrame = CFrame.new(-45.7720146, 2.29656005, -23.0257607, -1.78810296e-007, 6.27533882e-006, -1, -4.53832718e-006, 1, 6.27533973e-006, 1, 4.53832808e-006, -1.78782102e-007)
1962
o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1963
o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1964
o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1965
o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1966
o117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1967
o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1968
o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1969
o118.Parent = o117
1970
o118.MeshId = "http://www.roblox.com/asset/?id=12221344"
1971
o118.Scale = Vector3.new(0.479999989, 0.629999995, 0.0149999997)
1972
o118.MeshType = Enum.MeshType.FileMesh
1973
o119.Parent = o1
1974
o119.Material = Enum.Material.SmoothPlastic
1975
o119.BrickColor = BrickColor.new(CUSTOMCOLOR)
1976
o119.Position = Vector3.new(-43.9570045, 2.33281589, -23.1970119)
1977
o119.Rotation = Vector3.new(1.01777712e-012, -90, 0)
1978
o119.Anchored = true
1979
o119.FormFactor = Enum.FormFactor.Custom
1980
o119.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
1981
o119.CFrame = CFrame.new(-43.9570045, 2.33281589, -23.1970119, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
1982
o119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1983
o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1984
o119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1985
o119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1986
o119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1987
o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1988
o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1989
o120.Parent = o119
1990
o120.Offset = Vector3.new(0.00600000005, 0, 0)
1991
o120.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013)
1992
o121.Parent = o1
1993
o121.Material = Enum.Material.SmoothPlastic
1994
o121.BrickColor = BrickColor.new(CUSTOMCOLOR)
1995
o121.Position = Vector3.new(-44.6409874, 2.16198707, -23.017004)
1996
o121.Rotation = Vector3.new(-89.9985504, -1.70046644e-006, -90)
1997
o121.Anchored = true
1998
o121.FormFactor = Enum.FormFactor.Custom
1999
o121.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
2000
o121.CFrame = CFrame.new(-44.6409874, 2.16198707, -23.017004, -6.33863237e-008, 1, -2.96787377e-008, -2.53360668e-005, 2.96771319e-008, 1, 1, 6.33874606e-008, 2.53360668e-005)
2001
o121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2002
o121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2003
o121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2004
o121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2005
o121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2006
o121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2007
o121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2008
o122.Parent = o121
2009
o122.Scale = Vector3.new(1, 0.360000014, 0.299999982)
2010
o122.MeshType = Enum.MeshType.Wedge
2011
o123.Parent = o1
2012
o123.Material = Enum.Material.SmoothPlastic
2013
o123.BrickColor = BrickColor.new(CUSTOMCOLOR)
2014
o123.Position = Vector3.new(-45.08498, 2.44970989, -23.0169888)
2015
o123.Rotation = Vector3.new(-0.236811787, -89.7451248, -0.767986298)
2016
o123.Anchored = true
2017
o123.FormFactor = Enum.FormFactor.Custom
2018
o123.Size = Vector3.new(0.200000003, 0.200000003, 0.99000001)
2019
o123.CFrame = CFrame.new(-45.08498, 2.44970989, -23.0169888, 1.10267058e-006, 1.47809596e-008, -0.999990106, 4.37112924e-008, 0.999995053, 1.4781155e-008, 1, -4.37118537e-008, 3.57622821e-006)
2020
o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2021
o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2022
o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2023
o123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2024
o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2025
o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2026
o123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2027
o124.Parent = o123
2028
o124.Scale = Vector3.new(0.75, 0.599999964, 1)
2029
o125.Parent = o1
2030
o125.Material = Enum.Material.SmoothPlastic
2031
o125.BrickColor = BrickColor.new(CUSTOMCOLOR)
2032
o125.Position = Vector3.new(-45.5094337, 1.53326499, -23.0169888)
2033
o125.Rotation = Vector3.new(90, -28.6877403, -89.9999924)
2034
o125.Anchored = true
2035
o125.FormFactor = Enum.FormFactor.Custom
2036
o125.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
2037
o125.CFrame = CFrame.new(-45.5094337, 1.53326499, -23.0169888, 1.78810296e-007, 0.877248883, -0.480035782, 2.48689856e-014, -0.480035782, -0.877248883, -1, 1.56861489e-007, -8.58355733e-008)
2038
o125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2039
o125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2040
o125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2041
o125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2042
o125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2043
o125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2044
o125.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2045
o126.Parent = o125
2046
o126.Scale = Vector3.new(1, 0.180000007, 0.149999991)
2047
o126.MeshType = Enum.MeshType.Wedge
2048
o127.Parent = o1
2049
o127.Material = Enum.Material.SmoothPlastic
2050
o127.BrickColor = BrickColor.new(CUSTOMCOLOR)
2051
o127.Position = Vector3.new(-45.1449661, 1.89352095, -23.0169888)
2052
o127.Rotation = Vector3.new(90, -1.70757198e-006, 90.0000076)
2053
o127.Anchored = true
2054
o127.FormFactor = Enum.FormFactor.Custom
2055
o127.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
2056
o127.CFrame = CFrame.new(-45.1449661, 1.89352095, -23.0169888, -1.78810296e-007, -1, -2.98027523e-008, -2.48689856e-014, 2.98027523e-008, -1, 1, -1.78810751e-007, -3.01979917e-014)
2057
o127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2058
o127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2059
o127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2060
o127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2061
o127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2062
o127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2063
o127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2064
o128.Parent = o127
2065
o128.Scale = Vector3.new(1, 0.180000007, 0.149999991)
2066
o128.MeshType = Enum.MeshType.Wedge
2067
o129.Parent = o1
2068
o129.Material = Enum.Material.SmoothPlastic
2069
o129.BrickColor = BrickColor.new(CUSTOMCOLOR)
2070
o129.Position = Vector3.new(-45.3900337, 1.75122094, -23.0169888)
2071
o129.Rotation = Vector3.new(-90, 28.6877403, -90.0000076)
2072
o129.Anchored = true
2073
o129.FormFactor = Enum.FormFactor.Custom
2074
o129.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
2075
o129.CFrame = CFrame.new(-45.3900337, 1.75122094, -23.0169888, -1.78810296e-007, 0.877248883, 0.480035782, -2.48689856e-014, -0.480035782, 0.877248883, 1, 1.56861489e-007, 8.58355733e-008)
2076
o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2077
o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2078
o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2079
o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2080
o129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2081
o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2082
o129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2083
o130.Parent = o129
2084
o130.Scale = Vector3.new(1, 0.180000007, 0.112500004)
2085
o130.MeshType = Enum.MeshType.Wedge
2086
o131.Parent = o1
2087
o131.Material = Enum.Material.SmoothPlastic
2088
o131.BrickColor = BrickColor.new("Dark stone grey")
2089
o131.Position = Vector3.new(-44.8719826, 2.33270693, -23.0019875)
2090
o131.Rotation = Vector3.new(-1.52666525e-011, 0.00013147993, 90)
2091
o131.Anchored = true
2092
o131.FormFactor = Enum.FormFactor.Custom
2093
o131.Size = Vector3.new(0.209999993, 0.330000013, 0.209999993)
2094
o131.CFrame = CFrame.new(-44.8719826, 2.33270693, -23.0019875, 6.80958789e-014, -1, 2.29475768e-006, 1, 6.80964887e-014, 2.66453363e-013, -2.66453526e-013, 2.29475745e-006, 1)
2095
o131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2096
o131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2097
o131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2098
o131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2099
o131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2100
o131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2101
o131.Color = Color3.new(0.388235, 0.372549, 0.384314)
2102
o132.Parent = o131
2103
o132.Scale = Vector3.new(1.10000002, 1, 1)
2104
o133.Parent = o1
2105
o133.Material = Enum.Material.SmoothPlastic
2106
o133.BrickColor = BrickColor.new(CUSTOMCOLOR)
2107
o133.Position = Vector3.new(-45.5253639, 1.79166996, -23.0169888)
2108
o133.Rotation = Vector3.new(-90.0000153, -61.3127441, -90.0000229)
2109
o133.Anchored = true
2110
o133.FormFactor = Enum.FormFactor.Custom
2111
o133.Size = Vector3.new(0.209999993, 0.468000025, 0.239999995)
2112
o133.CFrame = CFrame.new(-45.5253639, 1.79166996, -23.0169888, -1.78810296e-007, 0.480028421, -0.877252936, -2.48689856e-014, 0.877252877, 0.480028421, 1, 8.58341522e-008, -1.56862399e-007)
2113
o133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2114
o133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2115
o133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2116
o133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2117
o133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2118
o133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2119
o133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2120
o134.Parent = o133
2121
o135.Parent = o1
2122
o135.Material = Enum.Material.SmoothPlastic
2123
o135.BrickColor = BrickColor.new(CUSTOMCOLOR)
2124
o135.Position = Vector3.new(-45.2349663, 1.87251794, -23.0169888)
2125
o135.Rotation = Vector3.new(-90, -5.97646749e-006, -90.0000076)
2126
o135.Anchored = true
2127
o135.FormFactor = Enum.FormFactor.Custom
2128
o135.Size = Vector3.new(0.209999993, 0.324000001, 0.200000003)
2129
o135.CFrame = CFrame.new(-45.2349663, 1.87251794, -23.0169888, -1.78810296e-007, 1, -1.04309038e-007, -2.48689856e-014, 1.04309038e-007, 1, 1, 1.78810524e-007, 6.21742512e-015)
2130
o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2131
o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2132
o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2133
o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2134
o135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2135
o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2136
o135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2137
o136.Parent = o135
2138
o136.Scale = Vector3.new(1, 1, 0.0749999955)
2139
o137.Parent = o1
2140
o137.Material = Enum.Material.SmoothPlastic
2141
o137.BrickColor = BrickColor.new(CUSTOMCOLOR)
2142
o137.Position = Vector3.new(-44.9019814, 2.03599, -23.0169888)
2143
o137.Rotation = Vector3.new(1.01777712e-012, -90, 0)
2144
o137.Anchored = true
2145
o137.FormFactor = Enum.FormFactor.Custom
2146
o137.Size = Vector3.new(0.209999993, 0.200000003, 0.419999987)
2147
o137.CFrame = CFrame.new(-44.9019814, 2.03599, -23.0169888, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
2148
o137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2149
o137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2150
o137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2151
o137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2152
o137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2153
o137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2154
o137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2155
o138.Parent = o137
2156
o138.Scale = Vector3.new(1, 0.900000036, 1.10000002)
2157
o138.MeshType = Enum.MeshType.Brick
2158
o139.Parent = o1
2159
o139.Material = Enum.Material.SmoothPlastic
2160
o139.BrickColor = BrickColor.new(CUSTOMCOLOR)
2161
o139.Position = Vector3.new(-45.2949638, 1.96252096, -23.0169888)
2162
o139.Rotation = Vector3.new(-90, 8.10863442e-012, -90.0000076)
2163
o139.Anchored = true
2164
o139.FormFactor = Enum.FormFactor.Custom
2165
o139.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
2166
o139.CFrame = CFrame.new(-45.2949638, 1.96252096, -23.0169888, -1.78810296e-007, 1, 1.4152236e-013, -2.48689856e-014, -1.41522373e-013, 1, 1, 1.78810751e-007, 2.48690432e-014)
2167
o139.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2168
o139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2169
o139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2170
o139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2171
o139.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2172
o139.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2173
o139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2174
o140.Parent = o139
2175
o140.Scale = Vector3.new(1, 0.180000007, 0.149999991)
2176
o140.MeshType = Enum.MeshType.Wedge
2177
o141.Parent = o1
2178
o141.Material = Enum.Material.SmoothPlastic
2179
o141.BrickColor = BrickColor.new(CUSTOMCOLOR)
2180
o141.Position = Vector3.new(-44.4249878, 2.32082105, -23.017004)
2181
o141.Rotation = Vector3.new(-3.16530691e-011, 0.000271500117, -90)
2182
o141.Anchored = true
2183
o141.FormFactor = Enum.FormFactor.Custom
2184
o141.Size = Vector3.new(0.200000003, 0.300000012, 0.200000003)
2185
o141.CFrame = CFrame.new(-44.4249878, 2.32082105, -23.017004, -2.98020346e-008, 1, 4.73857108e-006, -1, -2.98020364e-008, 5.52450284e-013, 6.93669406e-013, -4.73857108e-006, 1)
2186
o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2187
o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2188
o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2189
o141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2190
o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2191
o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2192
o141.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2193
o142.Parent = o141
2194
o142.MeshId = "http://www.roblox.com/asset/?id=1033714"
2195
o142.Scale = Vector3.new(0.150000006, 0.440999985, 0.150000006)
2196
o142.MeshType = Enum.MeshType.FileMesh
2197
o143.Parent = o1
2198
o143.Material = Enum.Material.SmoothPlastic
2199
o143.BrickColor = BrickColor.new(CUSTOMCOLOR)
2200
o143.Position = Vector3.new(-42.3520088, 2.33281589, -23.017004)
2201
o143.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
2202
o143.Anchored = true
2203
o143.FormFactor = Enum.FormFactor.Custom
2204
o143.Size = Vector3.new(0.270000011, 0.300000012, 0.200000003)
2205
o143.CFrame = CFrame.new(-42.3520088, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
2206
o143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2207
o143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2208
o143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2209
o143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2210
o143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2211
o143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2212
o143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2213
o144.Parent = o143
2214
o144.Scale = Vector3.new(1, 1, 0.50999999)
2215
o145.Parent = o1
2216
o145.Material = Enum.Material.SmoothPlastic
2217
o145.BrickColor = BrickColor.new(CUSTOMCOLOR)
2218
o145.Position = Vector3.new(-42.096714, 2.33280206, -23.017004)
2219
o145.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
2220
o145.Anchored = true
2221
o145.FormFactor = Enum.FormFactor.Custom
2222
o145.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
2223
o145.CFrame = CFrame.new(-42.096714, 2.33280206, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
2224
o145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2225
o145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2226
o145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2227
o145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2228
o145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2229
o145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2230
o145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2231
o146.Parent = o145
2232
o146.Scale = Vector3.new(0.450000018, 0.149999991, 0.50999999)
2233
o147.Parent = o1
2234
o147.Material = Enum.Material.SmoothPlastic
2235
o147.BrickColor = BrickColor.new(CUSTOMCOLOR)
2236
o147.Position = Vector3.new(-43.1469765, 2.686795, -23.0530148)
2237
o147.Rotation = Vector3.new(180, -0.000271500117, -180)
2238
o147.Anchored = true
2239
o147.FormFactor = Enum.FormFactor.Custom
2240
o147.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
2241
o147.CFrame = CFrame.new(-43.1469765, 2.686795, -23.0530148, -1, 1.41105064e-013, -4.73857108e-006, 1.41107707e-013, 1, -5.5422599e-013, 4.73857108e-006, -5.54226695e-013, -1)
2242
o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2243
o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2244
o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2245
o147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2246
o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2247
o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2248
o147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2249
o148.Parent = o147
2250
o148.MeshId = "http://www.roblox.com/asset/?id=12221344"
2251
o148.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027)
2252
o148.MeshType = Enum.MeshType.FileMesh
2253
o149.Parent = o1
2254
o149.Material = Enum.Material.SmoothPlastic
2255
o149.BrickColor = BrickColor.new(CUSTOMCOLOR)
2256
o149.Position = Vector3.new(-43.304081, 2.51094389, -23.017004)
2257
o149.Rotation = Vector3.new(89.9999924, 54.8440132, 90.0000153)
2258
o149.Anchored = true
2259
o149.FormFactor = Enum.FormFactor.Custom
2260
o149.Size = Vector3.new(0.200000003, 0.360000014, 0.200000003)
2261
o149.CFrame = CFrame.new(-43.304081, 2.51094389, -23.017004, -1.49008656e-007, -0.575804472, 0.817587435, -1.77635616e-014, -0.817587495, -0.575804472, 1, -8.57999538e-008, 1.21827782e-007)
2262
o149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2263
o149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2264
o149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2265
o149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2266
o149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2267
o149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2268
o149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2269
o150.Parent = o149
2270
o150.Scale = Vector3.new(0.450000018, 1, 0.149999991)
2271
o151.Parent = o1
2272
o151.Material = Enum.Material.SmoothPlastic
2273
o151.BrickColor = BrickColor.new(CUSTOMCOLOR)
2274
o151.Position = Vector3.new(-45.621994, 2.11099911, -23.0169888)
2275
o151.Rotation = Vector3.new(-180, 90, 0)
2276
o151.Anchored = true
2277
o151.FormFactor = Enum.FormFactor.Custom
2278
o151.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
2279
o151.CFrame = CFrame.new(-45.621994, 2.11099911, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
2280
o151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2281
o151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2282
o151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2283
o151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2284
o151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2285
o151.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2286
o151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2287
o152.Parent = o151
2288
o152.Scale = Vector3.new(1, 0.149999991, 0.149999991)
2289
o152.MeshType = Enum.MeshType.Wedge
2290
o153.Parent = o1
2291
o153.Material = Enum.Material.SmoothPlastic
2292
o153.BrickColor = BrickColor.new(CUSTOMCOLOR)
2293
o153.Position = Vector3.new(-43.1379738, 2.638798, -23.017004)
2294
o153.Rotation = Vector3.new(-180, 90, 0)
2295
o153.Anchored = true
2296
o153.FormFactor = Enum.FormFactor.Custom
2297
o153.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
2298
o153.CFrame = CFrame.new(-43.1379738, 2.638798, -23.017004, -1.49008656e-007, 4.44105473e-015, 1, -1.77635616e-014, -1, 4.44102762e-015, 1, -1.77635684e-014, 1.49008883e-007)
2299
o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2300
o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2301
o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2302
o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2303
o153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2304
o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2305
o153.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2306
o154.Parent = o153
2307
o154.Scale = Vector3.new(0.299999982, 0.360000014, 0.299999982)
2308
o155.Parent = o1
2309
o155.Material = Enum.Material.SmoothPlastic
2310
o155.BrickColor = BrickColor.new(CUSTOMCOLOR)
2311
o155.Position = Vector3.new(-43.1560097, 2.69881988, -23.017004)
2312
o155.Rotation = Vector3.new(1.01777712e-012, -90, 0)
2313
o155.Anchored = true
2314
o155.FormFactor = Enum.FormFactor.Custom
2315
o155.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
2316
o155.CFrame = CFrame.new(-43.1560097, 2.69881988, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
2317
o155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2318
o155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2319
o155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2320
o155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2321
o155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2322
o155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2323
o155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2324
o156.Parent = o155
2325
o156.Scale = Vector3.new(0.0299999993, 0.240000024, 0.0299999993)
2326
o157.Parent = o1
2327
o157.Material = Enum.Material.SmoothPlastic
2328
o157.BrickColor = BrickColor.new(CUSTOMCOLOR)
2329
o157.Position = Vector3.new(-43.2220192, 2.33281589, -23.017004)
2330
o157.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
2331
o157.Anchored = true
2332
o157.FormFactor = Enum.FormFactor.Custom
2333
o157.Size = Vector3.new(0.270000011, 0.540000021, 0.200000003)
2334
o157.CFrame = CFrame.new(-43.2220192, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
2335
o157.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2336
o157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2337
o157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2338
o157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2339
o157.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2340
o157.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2341
o157.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2342
o158.Parent = o157
2343
o158.Scale = Vector3.new(1, 1, 0.599999964)
2344
o159.Parent = o1
2345
o159.Material = Enum.Material.SmoothPlastic
2346
o159.BrickColor = BrickColor.new(CUSTOMCOLOR)
2347
o159.Position = Vector3.new(-44.6379814, 2.28186107, -23.017004)
2348
o159.Rotation = Vector3.new(1.42488799e-012, -90, 0)
2349
o159.Anchored = true
2350
o159.FormFactor = Enum.FormFactor.Custom
2351
o159.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
2352
o159.CFrame = CFrame.new(-44.6379814, 2.28186107, -23.017004, -1.78810296e-007, -5.3292467e-015, -1, -2.48689856e-014, 1, -5.3292467e-015, 1, 2.48690025e-014, -1.78810751e-007)
2353
o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2354
o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2355
o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2356
o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2357
o159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2358
o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2359
o159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2360
o160.Parent = o159
2361
o160.Scale = Vector3.new(1.01999998, 0.900000036, 0.329999983)
2362
o161.Parent = o1
2363
o161.Material = Enum.Material.SmoothPlastic
2364
o161.BrickColor = BrickColor.new(CUSTOMCOLOR)
2365
o161.Position = Vector3.new(-46.9419594, 1.99700594, -23.0169888)
2366
o161.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
2367
o161.Anchored = true
2368
o161.FormFactor = Enum.FormFactor.Custom
2369
o161.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
2370
o161.CFrame = CFrame.new(-46.9419594, 1.99700594, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
2371
o161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2372
o161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2373
o161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2374
o161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2375
o161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2376
o161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2377
o161.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2378
o162.Parent = o161
2379
o162.Scale = Vector3.new(0.450000018, 1, 0.75)
2380
o163.Parent = o1
2381
o163.Material = Enum.Material.SmoothPlastic
2382
o163.BrickColor = BrickColor.new(CUSTOMCOLOR)
2383
o163.Position = Vector3.new(-47.0289497, 2.04499006, -23.1219997)
2384
o163.Rotation = Vector3.new(-3.15512512e-011, 0.000269792567, 180)
2385
o163.Anchored = true
2386
o163.FormFactor = Enum.FormFactor.Custom
2387
o163.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
2388
o163.CFrame = CFrame.new(-47.0289497, 2.04499006, -23.1219997, -1, -1.39802381e-013, 4.70876876e-006, 1.3980497e-013, -1, 5.50673222e-013, 4.70876876e-006, 5.50673873e-013, 1)
2389
o163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2390
o163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2391
o163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2392
o163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2393
o163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2394
o163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2395
o163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2396
o164.Parent = o163
2397
o164.Scale = Vector3.new(0.149999991, 1, 0.299999982)
2398
o164.MeshType = Enum.MeshType.Wedge
2399
o165.Parent = o1
2400
o165.Material = Enum.Material.SmoothPlastic
2401
o165.BrickColor = BrickColor.new(CUSTOMCOLOR)
2402
o165.Position = Vector3.new(-45.2952766, 1.89501095, -23.0169888)
2403
o165.Rotation = Vector3.new(90, -8.10863442e-012, -89.9999924)
2404
o165.Anchored = true
2405
o165.FormFactor = Enum.FormFactor.Custom
2406
o165.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
2407
o165.CFrame = CFrame.new(-45.2952766, 1.89501095, -23.0169888, 1.78810296e-007, 1, -1.4152236e-013, 2.48689856e-014, -1.41522373e-013, -1, -1, 1.78810524e-007, -2.48690161e-014)
2408
o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2409
o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2410
o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2411
o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2412
o165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2413
o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2414
o165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2415
o166.Parent = o165
2416
o166.Scale = Vector3.new(1, 0.180000007, 0.149999991)
2417
o166.MeshType = Enum.MeshType.Wedge
2418
o167.Parent = o1
2419
o167.Material = Enum.Material.SmoothPlastic
2420
o167.BrickColor = BrickColor.new(CUSTOMCOLOR)
2421
o167.Position = Vector3.new(-43.9570045, 2.49781394, -23.017004)
2422
o167.Rotation = Vector3.new(1.01777712e-012, -90, 0)
2423
o167.Anchored = true
2424
o167.FormFactor = Enum.FormFactor.Custom
2425
o167.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
2426
o167.CFrame = CFrame.new(-43.9570045, 2.49781394, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
2427
o167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2428
o167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2429
o167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2430
o167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2431
o167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2432
o167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2433
o167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2434
o168.Parent = o167
2435
o168.Scale = Vector3.new(0.75, 0.337500006, 0.999000013)
2436
o169.Parent = o1
2437
o169.Material = Enum.Material.SmoothPlastic
2438
o169.BrickColor = BrickColor.new(CUSTOMCOLOR)
2439
o169.Position = Vector3.new(-43.9570045, 2.13797688, -23.017004)
2440
o169.Rotation = Vector3.new(1.01777712e-012, -90, 0)
2441
o169.Anchored = true
2442
o169.FormFactor = Enum.FormFactor.Custom
2443
o169.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
2444
o169.CFrame = CFrame.new(-43.9570045, 2.13797688, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
2445
o169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2446
o169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2447
o169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2448
o169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2449
o169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2450
o169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2451
o169.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2452
o170.Parent = o169
2453
o170.Offset = Vector3.new(0, 0.00600000005, 0)
2454
o170.Scale = Vector3.new(0.75, 0.299999982, 0.999000013)
2455
o171.Parent = o1
2456
o171.Material = Enum.Material.SmoothPlastic
2457
o171.BrickColor = BrickColor.new(CUSTOMCOLOR)
2458
o171.Position = Vector3.new(-47.0109558, 2.17999005, -23.0169888)
2459
o171.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
2460
o171.Anchored = true
2461
o171.FormFactor = Enum.FormFactor.Custom
2462
o171.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
2463
o171.CFrame = CFrame.new(-47.0109558, 2.17999005, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
2464
o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2465
o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2466
o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2467
o171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2468
o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2469
o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2470
o171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2471
o172.Parent = o171
2472
o172.Scale = Vector3.new(0.450000018, 0.900000036, 0.299999982)
2473
o173.Parent = o1
2474
o173.Material = Enum.Material.SmoothPlastic
2475
o173.BrickColor = BrickColor.new(CUSTOMCOLOR)
2476
o173.Position = Vector3.new(-43.9570045, 2.31786799, -23.017004)
2477
o173.Rotation = Vector3.new(-90, 7.59291241e-012, -89.9999924)
2478
o173.Anchored = true
2479
o173.FormFactor = Enum.FormFactor.Custom
2480
o173.Size = Vector3.new(0.330000013, 1.11000001, 0.330000013)
2481
o173.CFrame = CFrame.new(-43.9570045, 2.31786799, -23.017004, 1.49009111e-007, 1, 1.32521313e-013, 1.7763565e-014, -1.32521313e-013, 1, 1, -1.49008883e-007, -1.77635853e-014)
2482
o173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2483
o173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2484
o173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2485
o173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2486
o173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2487
o173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2488
o173.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2489
o174.Parent = o173
2490
o175.Parent = o1
2491
o175.Material = Enum.Material.SmoothPlastic
2492
o175.BrickColor = BrickColor.new(CUSTOMCOLOR)
2493
o175.Position = Vector3.new(-46.8672638, 1.86865795, -23.0169888)
2494
o175.Rotation = Vector3.new(-91.3824005, -12.9276743, -96.1565094)
2495
o175.Anchored = true
2496
o175.FormFactor = Enum.FormFactor.Custom
2497
o175.Size = Vector3.new(0.200000003, 0.252000004, 0.200000003)
2498
o175.CFrame = CFrame.new(-46.8672638, 1.86865795, -23.0169888, -0.104526445, 0.969032109, -0.223720908, -3.66310928e-008, 0.22495316, 0.974369586, 0.994522095, 0.10184741, -0.0235135201)
2499
o175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2500
o175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2501
o175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2502
o175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2503
o175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2504
o175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2505
o175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2506
o176.Parent = o175
2507
o176.Scale = Vector3.new(0.599999964, 1.26000011, 0.75)
2508
o176.MeshType = Enum.MeshType.Wedge
2509
for i=1,#cors do
2510
coroutine.resume(cors[i])
2511
end
2512
if Silencer == true then
2513
	o1.Flash:Destroy()
2514
	o1.Handle.Fire.SoundId = "rbxassetid://162043120"
2515
	o1.Handle.Fire2.SoundId = "rbxassetid://162043120"
2516
	o1.Handle.Fire3.SoundId = "rbxassetid://162043120"
2517
	o2 = Instance.new("Part")
2518
o3 = Instance.new("CylinderMesh")
2519
o4 = Instance.new("Part")
2520
o5 = Instance.new("CylinderMesh")
2521
o6 = Instance.new("Part")
2522
o7 = Instance.new("CylinderMesh")
2523
o8 = Instance.new("Part")
2524
o9 = Instance.new("SpecialMesh")
2525
o2.Name = "part"
2526
o2.Parent = o1
2527
o2.BrickColor = BrickColor.new("Really black")
2528
o2.Reflectance = 0.10000000149012
2529
o2.Position = Vector3.new(-42.1407204, 2.32828784, -23.0075817)
2530
o2.Rotation = Vector3.new(-90, 0, -90)
2531
o2.Anchored = true
2532
o2.Size = Vector3.new(1, 1.20000005, 1)
2533
o2.CFrame = CFrame.new(-42.1407204, 2.32828784, -23.0075817, 0, 1, 0, 0, 0, 1, 1, 0, 0)
2534
o2.BottomSurface = Enum.SurfaceType.Smooth
2535
o2.TopSurface = Enum.SurfaceType.Smooth
2536
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2537
o3.Parent = o2
2538
o3.Scale = Vector3.new(0.333333343, 0.25, 0.333333343)
2539
o4.Name = "part"
2540
o4.Parent = o1
2541
o4.BrickColor = BrickColor.new("Really black")
2542
o4.Reflectance = 0.10000000149012
2543
o4.Position = Vector3.new(-41.4907265, 2.32828689, -23.0075779)
2544
o4.Rotation = Vector3.new(-90, 0, -90)
2545
o4.Anchored = true
2546
o4.Size = Vector3.new(1, 1.20000005, 1)
2547
o4.CFrame = CFrame.new(-41.4907265, 2.32828689, -23.0075779, 0, 1, 0, 0, 0, 1, 1, 0, 0)
2548
o4.BottomSurface = Enum.SurfaceType.Smooth
2549
o4.TopSurface = Enum.SurfaceType.Smooth
2550
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2551
o5.Parent = o4
2552
o5.Scale = Vector3.new(0.333333343, 0.666666627, 0.333333343)
2553
o6.Name = "part"
2554
o6.Parent = o1
2555
o6.BrickColor = BrickColor.new("Bright red")
2556
o6.Reflectance = 0.10000000149012
2557
o6.Position = Vector3.new(-41.9407234, 2.32828784, -23.0075779)
2558
o6.Rotation = Vector3.new(-180, 0, 90)
2559
o6.Anchored = true
2560
o6.Size = Vector3.new(1, 1.20000005, 1)
2561
o6.CFrame = CFrame.new(-41.9407234, 2.32828784, -23.0075779, 0, -1, 0, -1, 0, 0, 0, 0, -1)
2562
o6.BottomSurface = Enum.SurfaceType.Smooth
2563
o6.TopSurface = Enum.SurfaceType.Smooth
2564
o6.Color = Color3.new(0.768628, 0.156863, 0.109804)
2565
o7.Parent = o6
2566
o7.Scale = Vector3.new(0.333333343, 0.0833333284, 0.333333343)
2567
o8.Name = "Flash"
2568
o8.Parent = o1
2569
o8.Material = Enum.Material.SmoothPlastic
2570
o8.BrickColor = BrickColor.new("Bright orange")
2571
o8.Transparency = 1
2572
o8.Position = Vector3.new(-40.8776131, 2.32680488, -23.017004)
2573
o8.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
2574
o8.Anchored = true
2575
o8.FormFactor = Enum.FormFactor.Custom
2576
o8.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
2577
o8.CFrame = CFrame.new(-40.8776131, 2.32680488, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014)
2578
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2579
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2580
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2581
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2582
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2583
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2584
o8.Color = Color3.new(0.854902, 0.521569, 0.254902)
2585
o9.Parent = o8
2586
o9.Scale = Vector3.new(1.5, 2, 1.80000007)
2587
o9.MeshType = Enum.MeshType.Sphere
2588
end
2589
if Bayonet == true then
2590
	o2 = Instance.new("Part")
2591
o3 = Instance.new("SpecialMesh")
2592
o4 = Instance.new("Part")
2593
o5 = Instance.new("Part")
2594
o6 = Instance.new("Part")
2595
o8 = Instance.new("SpecialMesh")
2596
o9 = Instance.new("Part")
2597
o2.Name = "KNF2"
2598
o2.Parent = o1
2599
o2.Material = Enum.Material.SmoothPlastic
2600
o2.BrickColor = BrickColor.new("Light stone grey")
2601
o2.Position = Vector3.new(-41.2967644, 2.00816202, -23.040699)
2602
o2.Rotation = Vector3.new(-90, 0, -90)
2603
o2.Anchored = true
2604
o2.FormFactor = Enum.FormFactor.Custom
2605
o2.Size = Vector3.new(0.156190887, 0.468572587, 0.0937145352)
2606
o2.CFrame = CFrame.new(-41.2967644, 2.00816202, -23.040699, 0, 1, 0, 0, 0, 1, 1, 0, 0)
2607
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2608
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2609
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2610
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2611
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2612
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2613
o2.Color = Color3.new(0.898039, 0.894118, 0.87451)
2614
o3.Parent = o2
2615
o3.MeshType = Enum.MeshType.Wedge
2616
o4.Name = "KNF1"
2617
o4.Parent = o1
2618
o4.Material = Enum.Material.SmoothPlastic
2619
o4.BrickColor = BrickColor.new("Light stone grey")
2620
o4.Position = Vector3.new(-41.9995346, 2.05501676, -23.0407009)
2621
o4.Rotation = Vector3.new(-180, 0, -90)
2622
o4.Anchored = true
2623
o4.FormFactor = Enum.FormFactor.Symmetric
2624
o4.Size = Vector3.new(0.18742907, 0.937145114, 0.156190887)
2625
o4.CFrame = CFrame.new(-41.9995346, 2.05501676, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
2626
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2627
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2628
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2629
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2630
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2631
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2632
o4.Color = Color3.new(0.898039, 0.894118, 0.87451)
2633
o5.Parent = o1
2634
o5.Material = Enum.Material.SmoothPlastic
2635
o5.BrickColor = BrickColor.new("Black")
2636
o5.Position = Vector3.new(-42.5242958, 2.20311594, -23.0407009)
2637
o5.Rotation = Vector3.new(-180, 0, -90)
2638
o5.Anchored = true
2639
o5.FormFactor = Enum.FormFactor.Symmetric
2640
o5.Size = Vector3.new(0.546096325, 0.200000003, 0.218667254)
2641
o5.CFrame = CFrame.new(-42.5242958, 2.20311594, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
2642
o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2643
o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2644
o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2645
o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2646
o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2647
o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2648
o5.Color = Color3.new(0.105882, 0.164706, 0.207843)
2649
o6.Parent = o1
2650
o6.Material = Enum.Material.SmoothPlastic
2651
o6.BrickColor = BrickColor.new("Black")
2652
o6.Position = Vector3.new(-43.0098267, 2.18811393, -23.040699)
2653
o6.Rotation = Vector3.new(-180, 0, -90)
2654
o6.Anchored = true
2655
o6.FormFactor = Enum.FormFactor.Symmetric
2656
o6.Size = Vector3.new(0.516096354, 0.200000003, 0.218667254)
2657
o6.CFrame = CFrame.new(-43.0098267, 2.18811393, -23.040699, 0, 1, 0, 1, 0, 0, 0, 0, -1)
2658
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2659
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2660
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2661
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2662
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2663
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2664
o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
2665
o8.Parent = o7
2666
o8.MeshType = Enum.MeshType.Wedge
2667
o9.Parent = o1
2668
o9.Material = Enum.Material.SmoothPlastic
2669
o9.BrickColor = BrickColor.new("Really black")
2670
o9.Position = Vector3.new(-42.7666817, 2.05501771, -23.0407009)
2671
o9.Rotation = Vector3.new(-180, 0, -90)
2672
o9.Anchored = true
2673
o9.FormFactor = Enum.FormFactor.Symmetric
2674
o9.Size = Vector3.new(0.249905437, 0.284763545, 0.218667254)
2675
o9.CFrame = CFrame.new(-42.7666817, 2.05501771, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
2676
o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2677
o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2678
o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2679
o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2680
o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2681
o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2682
o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2683
function onTouched(part)
2684
     local h = part.Parent:findFirstChild("Humanoid")
2685
     if h~=nil then
2686
               h.Health = h.Health -100
2687
               wait(.01)
2688
               h.Health = h.Health -100
2689
               wait(.01)
2690
2691
       end
2692
end
2693
o1.KNF2.Touched:connect(onTouched)
2694
o1.KNF1.Touched:connect(onTouched)
2695
end
2696
if Laser == true then
2697
	o2 = Instance.new("Part")
2698
o3h = Instance.new("Part")
2699
o4 = Instance.new("CylinderMesh")
2700
o5 = Instance.new("Part")
2701
o2.Parent = o1
2702
o2.Material = Enum.Material.SmoothPlastic
2703
o2.BrickColor = BrickColor.new("Smoky grey")
2704
o2.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421)
2705
o2.Anchored = true
2706
o2.Shape = Enum.PartType.Cylinder
2707
o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
2708
o2.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2709
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2710
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2711
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2712
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2713
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2714
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2715
o2.Color = Color3.new(0.356863, 0.364706, 0.411765)
2716
o3h.Name = "LASER"
2717
o3h.Parent = o1
2718
o3h.Material = Enum.Material.SmoothPlastic
2719
o3h.BrickColor = BrickColor.new("Maroon")
2720
o3h.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421)
2721
o3h.Rotation = Vector3.new(-0, 0, 90)
2722
o3h.Anchored = true
2723
o3h.Shape = Enum.PartType.Cylinder
2724
o3h.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
2725
o3h.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 0, -1, 0, 1, 0, 0, 0, 0, 1)
2726
o3h.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2727
o3h.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2728
o3h.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2729
o3h.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2730
o3h.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2731
o3h.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2732
o3h.Color = Color3.new(0.458824, 0, 0)
2733
o4.Parent = o3h
2734
o4.Offset = Vector3.new(0, -200, 0)
2735
o4.Scale = Vector3.new(0.075000003, 2000, 0.444000006)
2736
o5.Parent = o1
2737
o5.Material = Enum.Material.SmoothPlastic
2738
o5.BrickColor = BrickColor.new("Really black")
2739
o5.Position = Vector3.new(-43.8711853, 2.26074958, -23.2754421)
2740
o5.Anchored = true
2741
o5.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003)
2742
o5.CFrame = CFrame.new(-43.8711853, 2.26074958, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2743
o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2744
o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2745
o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2746
o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2747
o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2748
o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2749
o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2750
end
2751
if Drum == true then
2752
	o1.Mag:Destroy()
2753
	AMMA = Instance.new("Part")
2754
o2 = Instance.new("CylinderMesh")
2755
AMMA.Name = "Mag"
2756
AMMA.Parent = o1
2757
AMMA.BrickColor = BrickColor.new("Dark stone grey")
2758
AMMA.Position = Vector3.new(-44.7867393, 1.52765965, -23.0326481)
2759
AMMA.Rotation = Vector3.new(-179.327454, 0.000156550159, -105.36084)
2760
AMMA.Anchored = true
2761
AMMA.FormFactor = Enum.FormFactor.Custom
2762
AMMA.Size = Vector3.new(0.578095257, 0.464761913, 0.714285731)
2763
AMMA.CFrame = CFrame.new(-44.7867393, 1.52765965, -23.0326481, -0.264897078, 0.964276731, 2.73231581e-006, 0.964210331, 0.264878809, 0.0117380489, 0.0113180038, 0.00311200949, -0.999931097)
2764
AMMA.Material = "SmoothPlastic"
2765
AMMA.Color = Color3.new(0.388235, 0.372549, 0.384314)
2766
AMMA.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2767
AMMA.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2768
AMMA.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2769
AMMA.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2770
AMMA.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2771
AMMA.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2772
o2.Parent = AMMA
2773
o1.Ammo.Value = 50
2774
o1.MaxAmmo.Value = 50
2775
o1.StoredAmmo.Value = 500
2776
end
2777
if Grip == "BIPOD" then
2778
o2 = Instance.new("Part")
2779
o3 = Instance.new("CylinderMesh")
2780
o4 = Instance.new("Part")
2781
o5 = Instance.new("CylinderMesh")
2782
o6 = Instance.new("Part")
2783
o7 = Instance.new("CylinderMesh")
2784
o8 = Instance.new("Part")
2785
o9 = Instance.new("CylinderMesh")
2786
o10 = Instance.new("Part")
2787
o11 = Instance.new("CylinderMesh")
2788
o12 = Instance.new("Part")
2789
o13 = Instance.new("CylinderMesh")
2790
o2.BrickColor = BrickColor.new("Really black")
2791
o2.Position = Vector3.new(-43.6581421, 1.260432, -22.7018719)
2792
o2.Rotation = Vector3.new(-90, 88.374054, 90)
2793
o2.CanCollide = false
2794
o2.FormFactor = Enum.FormFactor.Custom
2795
o2.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
2796
o2.CFrame = CFrame.new(-43.6581421, 1.260432, -22.7018719, 0, -0.0283740088, 0.999597371, 0, 0.999597371, 0.028374007, -1, 0, 0)
2797
o2.BottomSurface = Enum.SurfaceType.Smooth
2798
o2.TopSurface = Enum.SurfaceType.Smooth
2799
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2800
o3.Parent = o2
2801
o3.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433)
2802
o4.Parent = o1
2803
o4.BrickColor = BrickColor.new("Really black")
2804
o4.Position = Vector3.new(-43.6703453, 1.69079101, -22.8541527)
2805
o4.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076)
2806
o4.CanCollide = false
2807
o4.FormFactor = Enum.FormFactor.Custom
2808
o4.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
2809
o4.CFrame = CFrame.new(-43.6703453, 1.69079101, -22.8541527, -0.999597371, -0.0266627967, 0.00970462617, -0.0283740088, 0.939312518, -0.341887474, 0, -0.34202522, -0.939690828)
2810
o4.BottomSurface = Enum.SurfaceType.Smooth
2811
o4.TopSurface = Enum.SurfaceType.Smooth
2812
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2813
o5.Parent = o4
2814
o5.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746)
2815
o6.Parent = o1
2816
o6.BrickColor = BrickColor.new("Really black")
2817
o6.Position = Vector3.new(-43.6662483, 1.54586697, -22.8013821)
2818
o6.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076)
2819
o6.CanCollide = false
2820
o6.FormFactor = Enum.FormFactor.Custom
2821
o6.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
2822
o6.CFrame = CFrame.new(-43.6662483, 1.54586697, -22.8013821, -0.999597371, -0.0266627967, 0.00970462617, -0.0283740088, 0.939312518, -0.341887474, 0, -0.34202522, -0.939690828)
2823
o6.BottomSurface = Enum.SurfaceType.Smooth
2824
o6.TopSurface = Enum.SurfaceType.Smooth
2825
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2826
o7.Parent = o6
2827
o7.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373)
2828
o8.Parent = o1
2829
o8.BrickColor = BrickColor.new("Really black")
2830
o8.Position = Vector3.new(-43.6706467, 1.70105505, -23.166748)
2831
o8.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929)
2832
o8.CanCollide = false
2833
o8.FormFactor = Enum.FormFactor.Custom
2834
o8.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
2835
o8.CFrame = CFrame.new(-43.6706467, 1.70105505, -23.166748, 0.999597371, -0.026662806, 0.00970459171, 0.0283740088, 0.939312875, -0.341886282, 0, 0.342023969, 0.939691305)
2836
o8.BottomSurface = Enum.SurfaceType.Smooth
2837
o8.TopSurface = Enum.SurfaceType.Smooth
2838
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2839
o9.Parent = o8
2840
o9.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746)
2841
o10.Parent = o1
2842
o10.BrickColor = BrickColor.new("Really black")
2843
o10.Position = Vector3.new(-43.6581421, 1.26043296, -23.319025)
2844
o10.Rotation = Vector3.new(90, -88.374054, 90)
2845
o10.CanCollide = false
2846
o10.FormFactor = Enum.FormFactor.Custom
2847
o10.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
2848
o10.CFrame = CFrame.new(-43.6581421, 1.26043296, -23.319025, 0, -0.0283740088, -0.999597371, 0, 0.999597371, -0.028374007, 1, 0, 0)
2849
o10.BottomSurface = Enum.SurfaceType.Smooth
2850
o10.TopSurface = Enum.SurfaceType.Smooth
2851
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2852
o11.Parent = o10
2853
o11.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433)
2854
o12.Parent = o1
2855
o12.BrickColor = BrickColor.new("Really black")
2856
o12.Position = Vector3.new(-43.6665268, 1.55614102, -23.2195148)
2857
o12.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929)
2858
o12.CanCollide = false
2859
o12.FormFactor = Enum.FormFactor.Custom
2860
o12.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
2861
o12.CFrame = CFrame.new(-43.6665268, 1.55614102, -23.2195148, 0.999597371, -0.026662806, 0.00970459171, 0.0283740088, 0.939312875, -0.341886282, 0, 0.342023969, 0.939691305)
2862
o12.BottomSurface = Enum.SurfaceType.Smooth
2863
o12.TopSurface = Enum.SurfaceType.Smooth
2864
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2865
o13.Parent = o12
2866
o13.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373)
2867
elseif Grip == "ANGLEGRIP" then
2868
o2 = Instance.new("Part")
2869
o3 = Instance.new("Part")
2870
o4 = Instance.new("Part")
2871
o5 = Instance.new("Part")
2872
o6 = Instance.new("Part")
2873
o7 = Instance.new("Part")
2874
o8 = Instance.new("Part")
2875
o9 = Instance.new("Part")
2876
o10 = Instance.new("Part")
2877
o11 = Instance.new("Part")
2878
o12 = Instance.new("SpecialMesh")
2879
o13 = Instance.new("Part")
2880
o14 = Instance.new("Part")
2881
o15 = Instance.new("SpecialMesh")
2882
o16 = Instance.new("Part")
2883
o17 = Instance.new("SpecialMesh")
2884
o18 = Instance.new("Part")
2885
o19 = Instance.new("Part")
2886
o20 = Instance.new("Part")
2887
o21 = Instance.new("SpecialMesh")
2888
o22 = Instance.new("Part")
2889
o23 = Instance.new("SpecialMesh")
2890
o24 = Instance.new("Part")
2891
o25 = Instance.new("Part")
2892
o2.Parent = o1
2893
o2.Material = Enum.Material.SmoothPlastic
2894
o2.BrickColor = BrickColor.new("Really black")
2895
o2.Position = Vector3.new(-43.7079277, 2.10686278, -23.0070534)
2896
o2.Rotation = Vector3.new(0.870935917, -89.8813095, 0.87093389)
2897
o2.Anchored = true
2898
o2.CanCollide = false
2899
o2.FormFactor = Enum.FormFactor.Custom
2900
o2.Size = Vector3.new(0.156378269, 0.0721745938, 0.228552848)
2901
o2.CFrame = CFrame.new(-43.7079277, 2.10686278, -23.0070534, 0.00210499973, -3.1999858e-005, -0.999997854, 0, 1, -3.19999308e-005, 0.999997854, 6.73598493e-008, 0.00210499973)
2902
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2903
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2904
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2905
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2906
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2907
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2908
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2909
o3.Parent = o1
2910
o3.Material = Enum.Material.SmoothPlastic
2911
o3.BrickColor = BrickColor.new("Really black")
2912
o3.Position = Vector3.new(-44.2702217, 1.98938179, -23.0059261)
2913
o3.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526)
2914
o3.Anchored = true
2915
o3.CanCollide = false
2916
o3.FormFactor = Enum.FormFactor.Custom
2917
o3.Size = Vector3.new(0.204494655, 0.0601454861, 0.264640152)
2918
o3.CFrame = CFrame.new(-44.2702217, 1.98938179, -23.0059261, 0.00210499973, -0.79622215, 0.605000794, 0, -0.605002105, -0.796223879, 0.999997854, 0.00167605095, -0.00127352902)
2919
o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2920
o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2921
o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2922
o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2923
o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2924
o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2925
o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2926
o4.Parent = o1
2927
o4.Material = Enum.Material.SmoothPlastic
2928
o4.BrickColor = BrickColor.new("Really black")
2929
o4.Position = Vector3.new(-44.1654472, 1.86643887, -23.0061512)
2930
o4.Rotation = Vector3.new(90.1556473, 52.2288246, 89.803093)
2931
o4.Anchored = true
2932
o4.CanCollide = false
2933
o4.FormFactor = Enum.FormFactor.Custom
2934
o4.Size = Vector3.new(0.204494655, 0.0601454861, 0.0775876865)
2935
o4.CFrame = CFrame.new(-44.1654472, 1.86643887, -23.0061512, 0.00210499973, -0.612505972, 0.790463269, 0, -0.790464997, -0.612507343, 0.999997854, 0.00128932775, -0.00166392862)
2936
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2937
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2938
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2939
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2940
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2941
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2942
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2943
o5.Parent = o1
2944
o5.Material = Enum.Material.SmoothPlastic
2945
o5.BrickColor = BrickColor.new("Really black")
2946
o5.Position = Vector3.new(-44.0593262, 2.07438278, -23.0063744)
2947
o5.Rotation = Vector3.new(90.1205978, 44.9970665, 89.8294449)
2948
o5.Anchored = true
2949
o5.CanCollide = false
2950
o5.FormFactor = Enum.FormFactor.Custom
2951
o5.Size = Vector3.new(0.204494655, 0.0481163897, 0.0601454861)
2952
o5.CFrame = CFrame.new(-44.0593262, 2.07438278, -23.0063744, 0.00210499973, -0.707140028, 0.707070529, 0, -0.707072079, -0.707141578, 0.999997854, 0.00148853287, -0.00148838642)
2953
o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2954
o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2955
o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2956
o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2957
o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2958
o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2959
o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2960
o6.Parent = o1
2961
o6.Material = Enum.Material.SmoothPlastic
2962
o6.BrickColor = BrickColor.new("Really black")
2963
o6.Position = Vector3.new(-44.0290871, 2.04886079, -23.006443)
2964
o6.Rotation = Vector3.new(89.9303665, -30.0025082, 89.8607254)
2965
o6.Anchored = true
2966
o6.CanCollide = false
2967
o6.FormFactor = Enum.FormFactor.Custom
2968
o6.Size = Vector3.new(0.204494655, 0.0601454861, 0.108261876)
2969
o6.CFrame = CFrame.new(-44.0290871, 2.04886079, -23.006443, 0.00210499973, -0.86600101, -0.500037909, 0, 0.500038981, -0.866002917, 0.999997854, 0.00182293588, 0.00105258182)
2970
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2971
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2972
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2973
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2974
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2975
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2976
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2977
o7.Parent = o1
2978
o7.Material = Enum.Material.SmoothPlastic
2979
o7.BrickColor = BrickColor.new("Really black")
2980
o7.Position = Vector3.new(-44.2125015, 2.08517194, -23.0060539)
2981
o7.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
2982
o7.Anchored = true
2983
o7.CanCollide = false
2984
o7.FormFactor = Enum.FormFactor.Custom
2985
o7.Size = Vector3.new(0.204494655, 0.0481163934, 0.288698345)
2986
o7.CFrame = CFrame.new(-44.2125015, 2.08517194, -23.0060539, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
2987
o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2988
o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2989
o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2990
o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2991
o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2992
o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2993
o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2994
o8.Parent = o1
2995
o8.Material = Enum.Material.SmoothPlastic
2996
o8.BrickColor = BrickColor.new("Really black")
2997
o8.Position = Vector3.new(-43.9994507, 2.02802086, -23.0065079)
2998
o8.Rotation = Vector3.new(89.7910843, -60.0023575, 89.7587662)
2999
o8.Anchored = true
3000
o8.CanCollide = false
3001
o8.FormFactor = Enum.FormFactor.Custom
3002
o8.Size = Vector3.new(0.204494655, 0.0601454861, 0.493192971)
3003
o8.CFrame = CFrame.new(-43.9994507, 2.02802086, -23.0065079, 0.00210499973, -0.499959946, -0.866045952, 0, 0.866047859, -0.499961078, 0.999997854, 0.00105241779, 0.00182303041)
3004
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3005
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3006
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3007
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3008
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3009
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3010
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3011
o9.Parent = o1
3012
o9.Material = Enum.Material.SmoothPlastic
3013
o9.BrickColor = BrickColor.new("Really black")
3014
o9.Position = Vector3.new(-43.9869766, 2.09096074, -23.0065212)
3015
o9.Rotation = Vector3.new(90, -0.00269289524, 89.8793945)
3016
o9.Anchored = true
3017
o9.CanCollide = false
3018
o9.FormFactor = Enum.FormFactor.Custom
3019
o9.Size = Vector3.new(0.204494655, 0.144349173, 0.0481163859)
3020
o9.CFrame = CFrame.new(-43.9869766, 2.09096074, -23.0065212, 0.00210499973, -0.999997854, -4.69998886e-005, 0, 4.69999941e-005, -1, 0.999997854, 0.00210499973, 9.89349758e-008)
3021
o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3022
o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3023
o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3024
o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3025
o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3026
o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3027
o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3028
o10.Parent = o1
3029
o10.Material = Enum.Material.SmoothPlastic
3030
o10.BrickColor = BrickColor.new("Really black")
3031
o10.Position = Vector3.new(-44.1809196, 2.12215877, -23.0061283)
3032
o10.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
3033
o10.Anchored = true
3034
o10.CanCollide = false
3035
o10.FormFactor = Enum.FormFactor.Custom
3036
o10.Size = Vector3.new(0.204494655, 0.0258625615, 0.550331175)
3037
o10.CFrame = CFrame.new(-44.1809196, 2.12215877, -23.0061283, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
3038
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3039
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3040
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3041
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3042
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3043
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3044
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3045
o11.Parent = o1
3046
o11.Material = Enum.Material.SmoothPlastic
3047
o11.BrickColor = BrickColor.new("Really black")
3048
o11.Position = Vector3.new(-43.9057503, 2.14530373, -23.0066986)
3049
o11.Rotation = Vector3.new(179.156281, 89.8813095, -179.156281)
3050
o11.Anchored = true
3051
o11.CanCollide = false
3052
o11.FormFactor = Enum.FormFactor.Custom
3053
o11.Size = Vector3.new(0.204494655, 0.0721745864, 0.132320076)
3054
o11.CFrame = CFrame.new(-43.9057503, 2.14530373, -23.0066986, -0.00210499973, 3.09998613e-005, 0.999997854, 0, 1, -3.09999341e-005, -0.999997854, -6.52548522e-008, -0.00210499973)
3055
o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3056
o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3057
o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3058
o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3059
o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3060
o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3061
o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3062
o12.Parent = o11
3063
o12.MeshType = Enum.MeshType.Wedge
3064
o13.Parent = o1
3065
o13.Material = Enum.Material.SmoothPlastic
3066
o13.BrickColor = BrickColor.new("Really black")
3067
o13.Position = Vector3.new(-43.6952477, 2.15130782, -23.0071468)
3068
o13.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
3069
o13.Anchored = true
3070
o13.CanCollide = false
3071
o13.FormFactor = Enum.FormFactor.Custom
3072
o13.Size = Vector3.new(0.204494655, 0.0601454861, 0.288698316)
3073
o13.CFrame = CFrame.new(-43.6952477, 2.15130782, -23.0071468, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
3074
o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3075
o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3076
o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3077
o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3078
o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3079
o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3080
o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3081
o14.Parent = o1
3082
o14.Material = Enum.Material.SmoothPlastic
3083
o14.BrickColor = BrickColor.new("Really black")
3084
o14.Position = Vector3.new(-43.6110344, 2.10920095, -23.0073242)
3085
o14.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151)
3086
o14.Anchored = true
3087
o14.CanCollide = false
3088
o14.FormFactor = Enum.FormFactor.Custom
3089
o14.Size = Vector3.new(0.204494655, 0.024058193, 0.024058193)
3090
o14.CFrame = CFrame.new(-43.6110344, 2.10920095, -23.0073242, 0.00210499973, -3.09998613e-005, 0.999997854, 0, -1, -3.09999341e-005, 0.999997854, 6.52548522e-008, -0.00210499973)
3091
o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3092
o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3093
o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3094
o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3095
o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3096
o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3097
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3098
o15.Parent = o14
3099
o15.MeshType = Enum.MeshType.Wedge
3100
o16.Parent = o1
3101
o16.Material = Enum.Material.SmoothPlastic
3102
o16.BrickColor = BrickColor.new("Really black")
3103
o16.Position = Vector3.new(-43.5930023, 2.05506992, -23.0073662)
3104
o16.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151)
3105
o16.Anchored = true
3106
o16.CanCollide = false
3107
o16.FormFactor = Enum.FormFactor.Custom
3108
o16.Size = Vector3.new(0.204494655, 0.132320076, 0.0360872932)
3109
o16.CFrame = CFrame.new(-43.5930023, 2.05506992, -23.0073662, 0.00210499973, -3.09998613e-005, 0.999997854, 0, -1, -3.09999341e-005, 0.999997854, 6.52548522e-008, -0.00210499973)
3110
o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3111
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3112
o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3113
o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3114
o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3115
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3116
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3117
o17.Parent = o16
3118
o17.MeshType = Enum.MeshType.Wedge
3119
o18.Parent = o1
3120
o18.Material = Enum.Material.SmoothPlastic
3121
o18.BrickColor = BrickColor.new("Really black")
3122
o18.Position = Vector3.new(-43.5508919, 2.05506778, -23.0074501)
3123
o18.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945)
3124
o18.Anchored = true
3125
o18.CanCollide = false
3126
o18.FormFactor = Enum.FormFactor.Custom
3127
o18.Size = Vector3.new(0.204494655, 0.0481163934, 0.132320076)
3128
o18.CFrame = CFrame.new(-43.5508919, 2.05506778, -23.0074501, 0.00210499973, 0.999997854, 4.69998886e-005, 0, -4.69999941e-005, 1, 0.999997854, -0.00210499973, -9.89349758e-008)
3129
o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3130
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3131
o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3132
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3133
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3134
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3135
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3136
o19.Parent = o1
3137
o19.Material = Enum.Material.SmoothPlastic
3138
o19.BrickColor = BrickColor.new("Really black")
3139
o19.Position = Vector3.new(-43.5328445, 2.13926983, -23.0074863)
3140
o19.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
3141
o19.Anchored = true
3142
o19.CanCollide = false
3143
o19.FormFactor = Enum.FormFactor.Custom
3144
o19.Size = Vector3.new(0.204494655, 0.0360872932, 0.0360872857)
3145
o19.CFrame = CFrame.new(-43.5328445, 2.13926983, -23.0074863, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
3146
o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3147
o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3148
o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3149
o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3150
o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3151
o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3152
o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3153
o20.Parent = o1
3154
o20.Material = Enum.Material.SmoothPlastic
3155
o20.BrickColor = BrickColor.new("Really black")
3156
o20.Position = Vector3.new(-43.5208168, 2.05506587, -23.0075073)
3157
o20.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945)
3158
o20.Anchored = true
3159
o20.CanCollide = false
3160
o20.FormFactor = Enum.FormFactor.Custom
3161
o20.Size = Vector3.new(0.204494655, 0.0120290974, 0.132320076)
3162
o20.CFrame = CFrame.new(-43.5208168, 2.05506587, -23.0075073, 0.00210499973, 0.999997854, 4.69998886e-005, 0, -4.69999941e-005, 1, 0.999997854, -0.00210499973, -9.89349758e-008)
3163
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3164
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3165
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3166
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3167
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3168
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3169
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3170
o21.Parent = o20
3171
o21.MeshType = Enum.MeshType.Wedge
3172
o22.Parent = o1
3173
o22.Material = Enum.Material.SmoothPlastic
3174
o22.BrickColor = BrickColor.new("Really black")
3175
o22.Position = Vector3.new(-43.5328407, 2.16934395, -23.0074863)
3176
o22.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
3177
o22.Anchored = true
3178
o22.CanCollide = false
3179
o22.FormFactor = Enum.FormFactor.Custom
3180
o22.Size = Vector3.new(0.204494655, 0.0240581967, 0.0360872857)
3181
o22.CFrame = CFrame.new(-43.5328407, 2.16934395, -23.0074863, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
3182
o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3183
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3184
o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3185
o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3186
o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3187
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3188
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3189
o23.Parent = o22
3190
o23.MeshType = Enum.MeshType.Wedge
3191
o24.Parent = o1
3192
o24.Material = Enum.Material.SmoothPlastic
3193
o24.BrickColor = BrickColor.new("Really black")
3194
o24.Position = Vector3.new(-43.9694099, 1.99636579, -23.0065041)
3195
o24.Rotation = Vector3.new(89.7911301, -59.9968758, 89.758812)
3196
o24.Anchored = true
3197
o24.CanCollide = false
3198
o24.FormFactor = Enum.FormFactor.Custom
3199
o24.Size = Vector3.new(0.156378269, 0.0721745938, 0.470939159)
3200
o24.CFrame = CFrame.new(-43.9694099, 1.99636579, -23.0065041, 0.00210499973, -0.500042975, -0.865998089, 0, 0.865999997, -0.500044107, 0.999997854, 0.00105259253, 0.00182292971)
3201
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3202
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3203
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3204
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3205
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3206
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3207
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3208
o25.Parent = o1
3209
o25.Material = Enum.Material.SmoothPlastic
3210
o25.BrickColor = BrickColor.new("Really black")
3211
o25.Position = Vector3.new(-44.3612099, 2.10910392, -23.0057392)
3212
o25.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526)
3213
o25.Anchored = true
3214
o25.CanCollide = false
3215
o25.FormFactor = Enum.FormFactor.Custom
3216
o25.Size = Vector3.new(0.204494596, 0.0601454675, 0.0601454675)
3217
o25.CFrame = CFrame.new(-44.3612099, 2.10910392, -23.0057392, 0.00210499973, -0.79622215, 0.605000794, 0, -0.605002105, -0.796223879, 0.999997854, 0.00167605095, -0.00127352902)
3218
o25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3219
o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3220
o25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3221
o25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3222
o25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3223
o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3224
o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3225
elseif Grip == "VERTGRIP" then
3226
o2 = Instance.new("Part")
3227
o3 = Instance.new("CylinderMesh")
3228
o4 = Instance.new("Part")
3229
o5 = Instance.new("CylinderMesh")
3230
o2.Parent = o1
3231
o2.Material = Enum.Material.SmoothPlastic
3232
o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
3233
o2.Position = Vector3.new(-43.8131485, 1.94014311, -23.021431)
3234
o2.Anchored = true
3235
o2.FormFactor = Enum.FormFactor.Symmetric
3236
o2.Size = Vector3.new(1, 1, 1)
3237
o2.CFrame = CFrame.new(-43.8131485, 1.94014311, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3238
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3239
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3240
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3241
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3242
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3243
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3244
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3245
o3.Parent = o2
3246
o3.Scale = Vector3.new(0.181818187, 0.636363626, 0.227272734)
3247
o4.Parent = o1
3248
o4.Material = Enum.Material.SmoothPlastic
3249
o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
3250
o4.Position = Vector3.new(-43.8131485, 1.61286783, -23.021431)
3251
o4.Anchored = true
3252
o4.FormFactor = Enum.FormFactor.Symmetric
3253
o4.Size = Vector3.new(1, 1, 1)
3254
o4.CFrame = CFrame.new(-43.8131485, 1.61286783, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3255
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3256
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3257
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3258
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3259
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3260
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3261
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3262
o5.Parent = o4
3263
o5.Scale = Vector3.new(0.272727281, 0.0909090936, 0.227272734)
3264
else
3265
end
3266
if FlashLight == true then
3267
	o2 = Instance.new("Part")
3268
o3 = Instance.new("SpotLight")
3269
o4 = Instance.new("Part")
3270
o2.Name = "LIGHT"
3271
o2.Parent = o1
3272
o2.Material = Enum.Material.SmoothPlastic
3273
o2.BrickColor = BrickColor.new("Deep orange")
3274
o2.Position = Vector3.new(-43.500782, 2.23753619, -22.7379551)
3275
o2.Shape = Enum.PartType.Cylinder
3276
o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3277
o2.CFrame = CFrame.new(-43.500782, 2.23753619, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3278
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3279
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3280
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3281
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3282
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3283
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3284
o2.Color = Color3.new(1, 0.686275, 0)
3285
o3.Name = "LIGHT"
3286
o3.Brightness = 3
3287
o3.Parent = o2
3288
o3.Face = Enum.NormalId.Right
3289
o4.Parent = o1
3290
o4.Material = Enum.Material.SmoothPlastic
3291
o4.BrickColor = BrickColor.new("Really black")
3292
o4.Position = Vector3.new(-43.8711853, 2.24708676, -22.7379551)
3293
o4.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003)
3294
o4.CFrame = CFrame.new(-43.8711853, 2.24708676, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3295
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3296
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3297
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3298
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3299
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3300
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3301
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3302
3303
end
3304
if Sight == "HOLOSIGHT" then
3305
o2 = Instance.new("Part")
3306
o3 = Instance.new("BlockMesh")
3307
o4 = Instance.new("Part")
3308
o5 = Instance.new("SpecialMesh")
3309
o6 = Instance.new("Part")
3310
o7 = Instance.new("BlockMesh")
3311
o8 = Instance.new("Part")
3312
o9 = Instance.new("SpecialMesh")
3313
o10 = Instance.new("Part")
3314
o11 = Instance.new("BlockMesh")
3315
o12 = Instance.new("Part")
3316
o13 = Instance.new("Decal")
3317
o14 = Instance.new("BlockMesh")
3318
o15 = Instance.new("Part")
3319
o16 = Instance.new("BlockMesh")
3320
o17 = Instance.new("Part")
3321
o18 = Instance.new("SpecialMesh")
3322
o19 = Instance.new("Part")
3323
o20 = Instance.new("BlockMesh")
3324
o21 = Instance.new("Part")
3325
o22 = Instance.new("SpecialMesh")
3326
o23 = Instance.new("Part")
3327
o24 = Instance.new("SpecialMesh")
3328
o25 = Instance.new("Part")
3329
o26 = Instance.new("SpecialMesh")
3330
o27 = Instance.new("Part")
3331
o28 = Instance.new("SpecialMesh")
3332
o29 = Instance.new("Part")
3333
o30 = Instance.new("BlockMesh")
3334
o31 = Instance.new("Part")
3335
o32 = Instance.new("BlockMesh")
3336
o33 = Instance.new("Part")
3337
o34 = Instance.new("SpecialMesh")
3338
o35 = Instance.new("Part")
3339
o36 = Instance.new("CylinderMesh")
3340
o37 = Instance.new("Part")
3341
o38 = Instance.new("Decal")
3342
o39 = Instance.new("CylinderMesh")
3343
o40 = Instance.new("Part")
3344
o41 = Instance.new("BlockMesh")
3345
o42 = Instance.new("Part")
3346
o43 = Instance.new("SpecialMesh")
3347
o44 = Instance.new("Part")
3348
o45 = Instance.new("SpecialMesh")
3349
o46 = Instance.new("Part")
3350
o47 = Instance.new("Decal")
3351
o48 = Instance.new("BlockMesh")
3352
o49 = Instance.new("Part")
3353
o50 = Instance.new("SpecialMesh")
3354
o51 = Instance.new("Part")
3355
o52 = Instance.new("BlockMesh")
3356
o53 = Instance.new("Part")
3357
o54 = Instance.new("SpecialMesh")
3358
o55 = Instance.new("Part")
3359
o56 = Instance.new("BlockMesh")
3360
o57 = Instance.new("Part")
3361
o58 = Instance.new("SpecialMesh")
3362
o59 = Instance.new("Part")
3363
o60 = Instance.new("BlockMesh")
3364
o61 = Instance.new("Part")
3365
o62 = Instance.new("Decal")
3366
o63 = Instance.new("BlockMesh")
3367
o64 = Instance.new("Part")
3368
o65 = Instance.new("BlockMesh")
3369
o66 = Instance.new("Part")
3370
o67 = Instance.new("BlockMesh")
3371
o68 = Instance.new("Part")
3372
o69 = Instance.new("BlockMesh")
3373
o70 = Instance.new("Part")
3374
o71 = Instance.new("SpecialMesh")
3375
o72 = Instance.new("Part")
3376
o73 = Instance.new("SpecialMesh")
3377
o74 = Instance.new("Part")
3378
o75 = Instance.new("Decal")
3379
o76 = Instance.new("BlockMesh")
3380
o77 = Instance.new("Part")
3381
o78 = Instance.new("BlockMesh")
3382
o79 = Instance.new("Part")
3383
o80 = Instance.new("BlockMesh")
3384
o81 = Instance.new("Part")
3385
o82 = Instance.new("BlockMesh")
3386
o83 = Instance.new("Part")
3387
o84 = Instance.new("SpecialMesh")
3388
o85 = Instance.new("Part")
3389
o86 = Instance.new("SpecialMesh")
3390
o87 = Instance.new("Part")
3391
o88 = Instance.new("BlockMesh")
3392
o89 = Instance.new("Part")
3393
o90 = Instance.new("BlockMesh")
3394
o91 = Instance.new("Part")
3395
o92 = Instance.new("SpecialMesh")
3396
o93 = Instance.new("Part")
3397
o94 = Instance.new("BlockMesh")
3398
o95 = Instance.new("Part")
3399
o96 = Instance.new("SpecialMesh")
3400
o97 = Instance.new("Part")
3401
o98 = Instance.new("BlockMesh")
3402
o99 = Instance.new("Part")
3403
o100 = Instance.new("CylinderMesh")
3404
o101 = Instance.new("Part")
3405
o102 = Instance.new("CylinderMesh")
3406
o103 = Instance.new("Part")
3407
o104 = Instance.new("BlockMesh")
3408
o105 = Instance.new("Part")
3409
o106 = Instance.new("BlockMesh")
3410
o107 = Instance.new("Part")
3411
o108 = Instance.new("SpecialMesh")
3412
o109 = Instance.new("Part")
3413
o110 = Instance.new("BlockMesh")
3414
o111 = Instance.new("Part")
3415
o112 = Instance.new("SpecialMesh")
3416
o113 = Instance.new("Part")
3417
o114 = Instance.new("SpecialMesh")
3418
o115 = Instance.new("Part")
3419
o116 = Instance.new("SpecialMesh")
3420
o117 = Instance.new("Part")
3421
o118 = Instance.new("BlockMesh")
3422
o119 = Instance.new("Part")
3423
o120 = Instance.new("Decal")
3424
o121 = Instance.new("BlockMesh")
3425
o122 = Instance.new("Part")
3426
o123 = Instance.new("BlockMesh")
3427
o124 = Instance.new("Part")
3428
o125 = Instance.new("SpecialMesh")
3429
o126 = Instance.new("Part")
3430
o127 = Instance.new("SpecialMesh")
3431
o128 = Instance.new("Part")
3432
o129 = Instance.new("SpecialMesh")
3433
o130 = Instance.new("Part")
3434
o131 = Instance.new("SpecialMesh")
3435
o132 = Instance.new("Part")
3436
o133 = Instance.new("SpecialMesh")
3437
o134 = Instance.new("Part")
3438
o135 = Instance.new("SpecialMesh")
3439
o136 = Instance.new("Part")
3440
o137 = Instance.new("BlockMesh")
3441
o138 = Instance.new("Part")
3442
o139 = Instance.new("SpecialMesh")
3443
o140 = Instance.new("Part")
3444
o141 = Instance.new("SpecialMesh")
3445
o142 = Instance.new("Part")
3446
o143 = Instance.new("SpecialMesh")
3447
o144 = Instance.new("Part")
3448
o145 = Instance.new("SpecialMesh")
3449
o146 = Instance.new("Part")
3450
o147 = Instance.new("BlockMesh")
3451
o2.Parent = o1
3452
o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
3453
o2.Position = Vector3.new(-45.2369041, 2.81570745, -23.0101967)
3454
o2.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3455
o2.Anchored = true
3456
o2.FormFactor = Enum.FormFactor.Custom
3457
o2.Size = Vector3.new(0.200000003, 0.200000003, 0.223999992)
3458
o2.CFrame = CFrame.new(-45.2369041, 2.81570745, -23.0101967, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3459
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3460
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3461
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3462
o3.Parent = o2
3463
o3.Scale = Vector3.new(0.879999995, 0.0960000008, 1)
3464
o4.Parent = o1
3465
o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
3466
o4.Position = Vector3.new(-45.3379478, 2.67370844, -23.1152229)
3467
o4.Rotation = Vector3.new(-0.00200535241, 90, 0)
3468
o4.Anchored = true
3469
o4.FormFactor = Enum.FormFactor.Custom
3470
o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3471
o4.CFrame = CFrame.new(-45.3379478, 2.67370844, -23.1152229, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
3472
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3473
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3474
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3475
o5.Parent = o4
3476
o5.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952)
3477
o5.MeshType = Enum.MeshType.Wedge
3478
o6.Parent = o1
3479
o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
3480
o6.Position = Vector3.new(-45.242939, 2.70176029, -22.9381714)
3481
o6.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3482
o6.Anchored = true
3483
o6.FormFactor = Enum.FormFactor.Custom
3484
o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3485
o6.CFrame = CFrame.new(-45.242939, 2.70176029, -22.9381714, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3486
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3487
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3488
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3489
o7.Parent = o6
3490
o7.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
3491
o8.Parent = o1
3492
o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
3493
o8.Position = Vector3.new(-45.337944, 2.8157053, -23.0102005)
3494
o8.Rotation = Vector3.new(-0.00200535241, 90, 0)
3495
o8.Anchored = true
3496
o8.FormFactor = Enum.FormFactor.Custom
3497
o8.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003)
3498
o8.CFrame = CFrame.new(-45.337944, 2.8157053, -23.0102005, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
3499
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3500
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3501
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3502
o9.Parent = o8
3503
o9.Scale = Vector3.new(1, 0.0960001424, 0.159999952)
3504
o9.MeshType = Enum.MeshType.Wedge
3505
o10.Parent = o1
3506
o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
3507
o10.Position = Vector3.new(-45.2519188, 2.77775049, -23.0121861)
3508
o10.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3509
o10.Anchored = true
3510
o10.FormFactor = Enum.FormFactor.Custom
3511
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3512
o10.CFrame = CFrame.new(-45.2519188, 2.77775049, -23.0121861, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3513
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3514
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3515
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3516
o11.Parent = o10
3517
o11.Scale = Vector3.new(0.719999969, 0.0960000008, 0.799999952)
3518
o12.Parent = o1
3519
o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
3520
o12.Position = Vector3.new(-45.3429451, 2.57272339, -22.9691792)
3521
o12.Rotation = Vector3.new(89.9979935, 0.00131786719, 89.9981689)
3522
o12.Anchored = true
3523
o12.FormFactor = Enum.FormFactor.Custom
3524
o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3525
o12.CFrame = CFrame.new(-45.3429451, 2.57272339, -22.9691792, 3.19999999e-005, -1, 2.3001121e-005, 3.50000009e-005, -2.30000005e-005, -1, 1, 3.20008039e-005, 3.49992661e-005)
3526
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3527
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3528
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3529
o13.Parent = o12
3530
o13.Texture = "http://www.roblox.com/asset/?id=46738391"
3531
o13.Face = Enum.NormalId.Top
3532
o14.Parent = o12
3533
o14.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011)
3534
o15.Parent = o1
3535
o15.BrickColor = BrickColor.new(CUSTOMCOLOR)
3536
o15.Position = Vector3.new(-45.2499352, 2.79672241, -22.9061947)
3537
o15.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3538
o15.Anchored = true
3539
o15.FormFactor = Enum.FormFactor.Custom
3540
o15.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003)
3541
o15.CFrame = CFrame.new(-45.2499352, 2.79672241, -22.9061947, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3542
o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3543
o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3544
o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3545
o16.Parent = o15
3546
o16.Scale = Vector3.new(1, 0.0960000008, 0.0800000057)
3547
o17.Parent = o1
3548
o17.BrickColor = BrickColor.new(CUSTOMCOLOR)
3549
o17.Position = Vector3.new(-45.3389473, 2.67370629, -22.9061985)
3550
o17.Rotation = Vector3.new(-0.00200535241, 90, 0)
3551
o17.Anchored = true
3552
o17.FormFactor = Enum.FormFactor.Custom
3553
o17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3554
o17.CFrame = CFrame.new(-45.3389473, 2.67370629, -22.9061985, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
3555
o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3556
o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3557
o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3558
o18.Parent = o17
3559
o18.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952)
3560
o18.MeshType = Enum.MeshType.Wedge
3561
o19.Parent = o1
3562
o19.BrickColor = BrickColor.new(CUSTOMCOLOR)
3563
o19.Position = Vector3.new(-45.2439537, 2.7007184, -23.0821514)
3564
o19.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3565
o19.Anchored = true
3566
o19.FormFactor = Enum.FormFactor.Custom
3567
o19.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3568
o19.CFrame = CFrame.new(-45.2439537, 2.7007184, -23.0821514, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3569
o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3570
o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3571
o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3572
o20.Parent = o19
3573
o20.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
3574
o21.Parent = o1
3575
o21.BrickColor = BrickColor.new(CUSTOMCOLOR)
3576
o21.Position = Vector3.new(-45.0039558, 2.60572433, -23.1142025)
3577
o21.Rotation = Vector3.new(-0.00200535241, -90, 0)
3578
o21.Anchored = true
3579
o21.FormFactor = Enum.FormFactor.Custom
3580
o21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3581
o21.CFrame = CFrame.new(-45.0039558, 2.60572433, -23.1142025, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3582
o21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3583
o21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3584
o21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3585
o22.Parent = o21
3586
o22.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866)
3587
o22.MeshType = Enum.MeshType.Wedge
3588
o23.Parent = o1
3589
o23.BrickColor = BrickColor.new(CUSTOMCOLOR)
3590
o23.Position = Vector3.new(-45.1629601, 2.71073437, -23.0841694)
3591
o23.Rotation = Vector3.new(-0.00200535241, -90, 0)
3592
o23.Anchored = true
3593
o23.FormFactor = Enum.FormFactor.Custom
3594
o23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3595
o23.CFrame = CFrame.new(-45.1629601, 2.71073437, -23.0841694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3596
o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3597
o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3598
o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3599
o24.Parent = o23
3600
o24.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952)
3601
o24.MeshType = Enum.MeshType.Wedge
3602
o25.Parent = o1
3603
o25.BrickColor = BrickColor.new(CUSTOMCOLOR)
3604
o25.Position = Vector3.new(-45.1219406, 2.80674434, -23.0111694)
3605
o25.Rotation = Vector3.new(-0.00200535241, -90, 0)
3606
o25.Anchored = true
3607
o25.FormFactor = Enum.FormFactor.Custom
3608
o25.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003)
3609
o25.CFrame = CFrame.new(-45.1219406, 2.80674434, -23.0111694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3610
o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3611
o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3612
o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3613
o26.Parent = o25
3614
o26.Scale = Vector3.new(1, 0.192000151, 0.239999965)
3615
o26.MeshType = Enum.MeshType.Wedge
3616
o27.Parent = o1
3617
o27.BrickColor = BrickColor.new(CUSTOMCOLOR)
3618
o27.Position = Vector3.new(-45.3229294, 2.67670345, -23.0821533)
3619
o27.Rotation = Vector3.new(-0.00200535241, 90, 0)
3620
o27.Anchored = true
3621
o27.FormFactor = Enum.FormFactor.Custom
3622
o27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3623
o27.CFrame = CFrame.new(-45.3229294, 2.67670345, -23.0821533, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
3624
o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3625
o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3626
o27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3627
o28.Parent = o27
3628
o28.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952)
3629
o28.MeshType = Enum.MeshType.Wedge
3630
o29.Parent = o1
3631
o29.BrickColor = BrickColor.new(CUSTOMCOLOR)
3632
o29.Position = Vector3.new(-45.242939, 2.59570932, -22.9381714)
3633
o29.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3634
o29.Anchored = true
3635
o29.FormFactor = Enum.FormFactor.Custom
3636
o29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3637
o29.CFrame = CFrame.new(-45.242939, 2.59570932, -22.9381714, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3638
o29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3639
o29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3640
o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3641
o30.Parent = o29
3642
o30.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057)
3643
o31.Parent = o1
3644
o31.BrickColor = BrickColor.new(CUSTOMCOLOR)
3645
o31.Position = Vector3.new(-45.2099571, 2.66275644, -22.9071884)
3646
o31.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3647
o31.Anchored = true
3648
o31.FormFactor = Enum.FormFactor.Custom
3649
o31.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003)
3650
o31.CFrame = CFrame.new(-45.2099571, 2.66275644, -22.9071884, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3651
o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3652
o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3653
o31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3654
o32.Parent = o31
3655
o32.Scale = Vector3.new(1, 1, 0.0800000057)
3656
o33.Parent = o1
3657
o33.BrickColor = BrickColor.new(CUSTOMCOLOR)
3658
o33.Position = Vector3.new(-45.3139572, 2.73575234, -22.9401321)
3659
o33.Rotation = Vector3.new(179.998001, 90, 0)
3660
o33.Anchored = true
3661
o33.FormFactor = Enum.FormFactor.Custom
3662
o33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3663
o33.CFrame = CFrame.new(-45.3139572, 2.73575234, -22.9401321, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
3664
o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3665
o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3666
o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3667
o34.Parent = o33
3668
o34.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312)
3669
o34.MeshType = Enum.MeshType.Wedge
3670
o35.Parent = o1
3671
o35.BrickColor = BrickColor.new(CUSTOMCOLOR)
3672
o35.Position = Vector3.new(-45.2509651, 2.59371829, -22.8981628)
3673
o35.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
3674
o35.Anchored = true
3675
o35.FormFactor = Enum.FormFactor.Custom
3676
o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3677
o35.CFrame = CFrame.new(-45.2509651, 2.59371829, -22.8981628, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005)
3678
o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3679
o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3680
o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3681
o36.Parent = o35
3682
o36.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995)
3683
o37.Parent = o1
3684
o37.BrickColor = BrickColor.new(CUSTOMCOLOR)
3685
o37.Position = Vector3.new(-45.3419685, 2.61172843, -23.0101986)
3686
o37.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311)
3687
o37.Anchored = true
3688
o37.FormFactor = Enum.FormFactor.Custom
3689
o37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3690
o37.CFrame = CFrame.new(-45.3419685, 2.61172843, -23.0101986, -3.19999999e-005, -1, -2.3001121e-005, -3.50000009e-005, -2.30000005e-005, 1, -1, 3.20008039e-005, -3.49992661e-005)
3691
o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3692
o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3693
o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3694
o38.Parent = o37
3695
o38.Texture = "http://www.roblox.com/asset/?id=46738405"
3696
o38.Face = Enum.NormalId.Top
3697
o39.Parent = o37
3698
o39.Scale = Vector3.new(0.192000002, 0.0400000028, 0.160000011)
3699
o40.Parent = o1
3700
o40.BrickColor = BrickColor.new(CUSTOMCOLOR)
3701
o40.Position = Vector3.new(-45.31493, 2.59570527, -23.0101986)
3702
o40.Rotation = Vector3.new(-0.00200535241, -90, 0)
3703
o40.Anchored = true
3704
o40.FormFactor = Enum.FormFactor.Custom
3705
o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3706
o40.CFrame = CFrame.new(-45.31493, 2.59570527, -23.0101986, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3707
o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3708
o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3709
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3710
o41.Parent = o40
3711
o41.Scale = Vector3.new(0.640000045, 0.384000003, 0.239999995)
3712
o42.Parent = o1
3713
o42.BrickColor = BrickColor.new(CUSTOMCOLOR)
3714
o42.Position = Vector3.new(-45.313961, 2.7357533, -23.0831966)
3715
o42.Rotation = Vector3.new(179.998001, 90, 0)
3716
o42.Anchored = true
3717
o42.FormFactor = Enum.FormFactor.Custom
3718
o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3719
o42.CFrame = CFrame.new(-45.313961, 2.7357533, -23.0831966, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
3720
o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3721
o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3722
o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3723
o43.Parent = o42
3724
o43.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312)
3725
o43.MeshType = Enum.MeshType.Wedge
3726
o44.Parent = o1
3727
o44.BrickColor = BrickColor.new(CUSTOMCOLOR)
3728
o44.Position = Vector3.new(-45.0839424, 2.7297163, -23.1152077)
3729
o44.Rotation = Vector3.new(-0.00200535241, -90, 0)
3730
o44.Anchored = true
3731
o44.FormFactor = Enum.FormFactor.Custom
3732
o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3733
o44.CFrame = CFrame.new(-45.0839424, 2.7297163, -23.1152077, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3734
o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3735
o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3736
o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3737
o45.Parent = o44
3738
o45.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952)
3739
o45.MeshType = Enum.MeshType.Wedge
3740
o46.Parent = o1
3741
o46.BrickColor = BrickColor.new(CUSTOMCOLOR)
3742
o46.Position = Vector3.new(-45.3429413, 2.57272434, -23.0491276)
3743
o46.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311)
3744
o46.Anchored = true
3745
o46.FormFactor = Enum.FormFactor.Custom
3746
o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3747
o46.CFrame = CFrame.new(-45.3429413, 2.57272434, -23.0491276, -3.19999999e-005, -1, -2.3001121e-005, -3.50000009e-005, -2.30000005e-005, 1, -1, 3.20008039e-005, -3.49992661e-005)
3748
o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3749
o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3750
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3751
o47.Parent = o46
3752
o47.Texture = "http://www.roblox.com/asset/?id=46738391"
3753
o47.Face = Enum.NormalId.Top
3754
o48.Parent = o46
3755
o48.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011)
3756
o49.Parent = o1
3757
o49.BrickColor = BrickColor.new(CUSTOMCOLOR)
3758
o49.Position = Vector3.new(-45.3619232, 2.58566928, -23.1142006)
3759
o49.Rotation = Vector3.new(-0.00200535241, 90, 0)
3760
o49.Anchored = true
3761
o49.FormFactor = Enum.FormFactor.Custom
3762
o49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3763
o49.CFrame = CFrame.new(-45.3619232, 2.58566928, -23.1142006, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
3764
o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3765
o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3766
o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3767
o50.Parent = o49
3768
o50.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312)
3769
o50.MeshType = Enum.MeshType.Wedge
3770
o51.Parent = o1
3771
o51.BrickColor = BrickColor.new(CUSTOMCOLOR)
3772
o51.Position = Vector3.new(-45.249939, 2.79672432, -23.1142063)
3773
o51.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3774
o51.Anchored = true
3775
o51.FormFactor = Enum.FormFactor.Custom
3776
o51.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003)
3777
o51.CFrame = CFrame.new(-45.249939, 2.79672432, -23.1142063, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3778
o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3779
o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3780
o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3781
o52.Parent = o51
3782
o52.Scale = Vector3.new(1, 0.0960000008, 0.0800000057)
3783
o53.Parent = o1
3784
o53.BrickColor = BrickColor.new(CUSTOMCOLOR)
3785
o53.Position = Vector3.new(-45.3619232, 2.58566928, -22.9031391)
3786
o53.Rotation = Vector3.new(-0.00200535241, 90, 0)
3787
o53.Anchored = true
3788
o53.FormFactor = Enum.FormFactor.Custom
3789
o53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3790
o53.CFrame = CFrame.new(-45.3619232, 2.58566928, -22.9031391, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
3791
o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3792
o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3793
o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3794
o54.Parent = o53
3795
o54.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312)
3796
o54.MeshType = Enum.MeshType.Wedge
3797
o55.Parent = o1
3798
o55.BrickColor = BrickColor.new(CUSTOMCOLOR)
3799
o55.Transparency = 0.80000001192093
3800
o55.Position = Vector3.new(-45.2039452, 2.7007184, -23.0101948)
3801
o55.Rotation = Vector3.new(-0.00200535241, -90, 0)
3802
o55.Anchored = true
3803
o55.FormFactor = Enum.FormFactor.Custom
3804
o55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3805
o55.CFrame = CFrame.new(-45.2039452, 2.7007184, -23.0101948, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3806
o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3807
o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3808
o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3809
o56.Parent = o55
3810
o56.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
3811
o57.Parent = o1
3812
o57.BrickColor = BrickColor.new(CUSTOMCOLOR)
3813
o57.Position = Vector3.new(-45.0019417, 2.6047473, -22.9072094)
3814
o57.Rotation = Vector3.new(-0.00200535241, -90, 0)
3815
o57.Anchored = true
3816
o57.FormFactor = Enum.FormFactor.Custom
3817
o57.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3818
o57.CFrame = CFrame.new(-45.0019417, 2.6047473, -22.9072094, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3819
o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3820
o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3821
o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3822
o58.Parent = o57
3823
o58.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866)
3824
o58.MeshType = Enum.MeshType.Wedge
3825
o59.Parent = o1
3826
o59.BrickColor = BrickColor.new(CUSTOMCOLOR)
3827
o59.Position = Vector3.new(-45.3379364, 2.58567333, -23.1152058)
3828
o59.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031)
3829
o59.Anchored = true
3830
o59.FormFactor = Enum.FormFactor.Custom
3831
o59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3832
o59.CFrame = CFrame.new(-45.3379364, 2.58567333, -23.1152058, 1, -2.30008263e-005, 3.29994255e-005, 2.30000005e-005, 1, 2.50007579e-005, -3.30000003e-005, -2.49999994e-005, 1)
3833
o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3834
o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3835
o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3836
o60.Parent = o59
3837
o60.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057)
3838
o61.Parent = o1
3839
o61.BrickColor = BrickColor.new(CUSTOMCOLOR)
3840
o61.Transparency = 1
3841
o61.Position = Vector3.new(-45.2019577, 2.60175633, -23.125206)
3842
o61.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
3843
o61.Anchored = true
3844
o61.FormFactor = Enum.FormFactor.Custom
3845
o61.Size = Vector3.new(0.30399999, 0.200000003, 0.200000003)
3846
o61.CFrame = CFrame.new(-45.2019577, 2.60175633, -23.125206, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005)
3847
o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3848
o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3849
o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3850
o62.Parent = o61
3851
o62.Texture = "http://www.roblox.com/asset/?id=46737426"
3852
o62.Face = Enum.NormalId.Top
3853
o63.Parent = o61
3854
o63.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
3855
o64.Parent = o1
3856
o64.BrickColor = BrickColor.new(CUSTOMCOLOR)
3857
o64.Position = Vector3.new(-45.08395, 2.60474443, -22.9062023)
3858
o64.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3859
o64.Anchored = true
3860
o64.FormFactor = Enum.FormFactor.Custom
3861
o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3862
o64.CFrame = CFrame.new(-45.08395, 2.60474443, -22.9062023, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3863
o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3864
o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3865
o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3866
o65.Parent = o64
3867
o65.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057)
3868
o66.Parent = o1
3869
o66.BrickColor = BrickColor.new(CUSTOMCOLOR)
3870
o66.Position = Vector3.new(-45.0839386, 2.6047473, -23.1152096)
3871
o66.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3872
o66.Anchored = true
3873
o66.FormFactor = Enum.FormFactor.Custom
3874
o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3875
o66.CFrame = CFrame.new(-45.0839386, 2.6047473, -23.1152096, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3876
o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3877
o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3878
o66.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3879
o67.Parent = o66
3880
o67.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057)
3881
o68.Parent = o1
3882
o68.BrickColor = BrickColor.new(CUSTOMCOLOR)
3883
o68.Position = Vector3.new(-45.3389435, 2.58566928, -22.9061947)
3884
o68.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031)
3885
o68.Anchored = true
3886
o68.FormFactor = Enum.FormFactor.Custom
3887
o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3888
o68.CFrame = CFrame.new(-45.3389435, 2.58566928, -22.9061947, 1, -2.30008263e-005, 3.29994255e-005, 2.30000005e-005, 1, 2.50007579e-005, -3.30000003e-005, -2.49999994e-005, 1)
3889
o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3890
o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3891
o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3892
o69.Parent = o68
3893
o69.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057)
3894
o70.Parent = o1
3895
o70.BrickColor = BrickColor.new(CUSTOMCOLOR)
3896
o70.Position = Vector3.new(-45.08395, 2.72971439, -22.9061928)
3897
o70.Rotation = Vector3.new(-0.00200535241, -90, 0)
3898
o70.Anchored = true
3899
o70.FormFactor = Enum.FormFactor.Custom
3900
o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3901
o70.CFrame = CFrame.new(-45.08395, 2.72971439, -22.9061928, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3902
o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3903
o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3904
o70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3905
o71.Parent = o70
3906
o71.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952)
3907
o71.MeshType = Enum.MeshType.Wedge
3908
o72.Parent = o1
3909
o72.BrickColor = BrickColor.new(CUSTOMCOLOR)
3910
o72.Position = Vector3.new(-44.9459419, 2.62071228, -23.0111694)
3911
o72.Rotation = Vector3.new(-0.00200535241, -90, 0)
3912
o72.Anchored = true
3913
o72.FormFactor = Enum.FormFactor.Custom
3914
o72.Size = Vector3.new(0.200000003, 0.200000003, 0.447999984)
3915
o72.CFrame = CFrame.new(-44.9459419, 2.62071228, -23.0111694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3916
o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3917
o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3918
o72.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3919
o73.Parent = o72
3920
o73.Scale = Vector3.new(0.799999833, 0.0959998742, 1)
3921
o73.MeshType = Enum.MeshType.Wedge
3922
o74.Parent = o1
3923
o74.BrickColor = BrickColor.new(CUSTOMCOLOR)
3924
o74.Transparency = 1
3925
o74.Position = Vector3.new(-45.1889229, 2.70771027, -23.0111656)
3926
o74.Rotation = Vector3.new(-0.00200535241, -90, 0)
3927
o74.Anchored = true
3928
o74.FormFactor = Enum.FormFactor.Custom
3929
o74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3930
o74.CFrame = CFrame.new(-45.1889229, 2.70771027, -23.0111656, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3931
o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3932
o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3933
o74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3934
o75.Parent = o74
3935
o75.Texture = "http://www.roblox.com/asset/?id=46737081"
3936
o75.Face = Enum.NormalId.Back
3937
o76.Parent = o74
3938
o76.Scale = Vector3.new(0.320000023, 0.320000023, 0.0400000028)
3939
o77.Parent = o1
3940
o77.BrickColor = BrickColor.new(CUSTOMCOLOR)
3941
o77.Position = Vector3.new(-45.2099571, 2.66275549, -23.1161442)
3942
o77.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3943
o77.Anchored = true
3944
o77.FormFactor = Enum.FormFactor.Custom
3945
o77.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003)
3946
o77.CFrame = CFrame.new(-45.2099571, 2.66275549, -23.1161442, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3947
o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3948
o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3949
o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3950
o78.Parent = o77
3951
o78.Scale = Vector3.new(1, 1, 0.0800000057)
3952
o79.Parent = o1
3953
o79.BrickColor = BrickColor.new(CUSTOMCOLOR)
3954
o79.Position = Vector3.new(-45.3239632, 2.64374638, -23.0111847)
3955
o79.Rotation = Vector3.new(-0.00200535241, -90, 0)
3956
o79.Anchored = true
3957
o79.FormFactor = Enum.FormFactor.Custom
3958
o79.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3959
o79.CFrame = CFrame.new(-45.3239632, 2.64374638, -23.0111847, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
3960
o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3961
o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3962
o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3963
o80.Parent = o79
3964
o80.Scale = Vector3.new(0.799999952, 0.0960000008, 0.160000011)
3965
o81.Parent = o1
3966
o81.BrickColor = BrickColor.new(CUSTOMCOLOR)
3967
o81.Position = Vector3.new(-45.2439537, 2.59570742, -23.0821571)
3968
o81.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
3969
o81.Anchored = true
3970
o81.FormFactor = Enum.FormFactor.Custom
3971
o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3972
o81.CFrame = CFrame.new(-45.2439537, 2.59570742, -23.0821571, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
3973
o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3974
o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3975
o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3976
o82.Parent = o81
3977
o82.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057)
3978
o83.Parent = o1
3979
o83.BrickColor = BrickColor.new(CUSTOMCOLOR)
3980
o83.Position = Vector3.new(-45.3389511, 2.77475429, -22.9061871)
3981
o83.Rotation = Vector3.new(179.998001, 90, 0)
3982
o83.Anchored = true
3983
o83.FormFactor = Enum.FormFactor.Custom
3984
o83.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3985
o83.CFrame = CFrame.new(-45.3389511, 2.77475429, -22.9061871, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
3986
o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3987
o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3988
o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
3989
o84.Parent = o83
3990
o84.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952)
3991
o84.MeshType = Enum.MeshType.Wedge
3992
o85.Parent = o1
3993
o85.BrickColor = BrickColor.new(CUSTOMCOLOR)
3994
o85.Position = Vector3.new(-45.3219528, 2.67871833, -22.939188)
3995
o85.Rotation = Vector3.new(-0.00200535241, 90, 0)
3996
o85.Anchored = true
3997
o85.FormFactor = Enum.FormFactor.Custom
3998
o85.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
3999
o85.CFrame = CFrame.new(-45.3219528, 2.67871833, -22.939188, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
4000
o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4001
o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4002
o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4003
o86.Parent = o85
4004
o86.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952)
4005
o86.MeshType = Enum.MeshType.Wedge
4006
o87.Parent = o1
4007
o87.BrickColor = BrickColor.new(CUSTOMCOLOR)
4008
o87.Position = Vector3.new(-45.2519035, 2.57575631, -23.0121822)
4009
o87.Rotation = Vector3.new(-0.00200535241, -90, 0)
4010
o87.Anchored = true
4011
o87.FormFactor = Enum.FormFactor.Custom
4012
o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4013
o87.CFrame = CFrame.new(-45.2519035, 2.57575631, -23.0121822, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
4014
o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4015
o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4016
o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4017
o88.Parent = o87
4018
o88.Scale = Vector3.new(0.640000045, 0.192000002, 0.399999976)
4019
o89.Parent = o1
4020
o89.BrickColor = BrickColor.new(CUSTOMCOLOR)
4021
o89.Transparency = 0.80000001192093
4022
o89.Position = Vector3.new(-45.297966, 2.70175934, -23.0101871)
4023
o89.Rotation = Vector3.new(-0.00200535241, -90, 0)
4024
o89.Anchored = true
4025
o89.FormFactor = Enum.FormFactor.Custom
4026
o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4027
o89.CFrame = CFrame.new(-45.297966, 2.70175934, -23.0101871, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
4028
o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4029
o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4030
o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4031
o90.Parent = o89
4032
o90.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
4033
o91.Parent = o1
4034
o91.BrickColor = BrickColor.new(CUSTOMCOLOR)
4035
o91.Position = Vector3.new(-45.1649666, 2.71073341, -22.9381714)
4036
o91.Rotation = Vector3.new(-0.00200535241, -90, 0)
4037
o91.Anchored = true
4038
o91.FormFactor = Enum.FormFactor.Custom
4039
o91.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4040
o91.CFrame = CFrame.new(-45.1649666, 2.71073341, -22.9381714, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
4041
o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4042
o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4043
o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4044
o92.Parent = o91
4045
o92.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952)
4046
o92.MeshType = Enum.MeshType.Wedge
4047
o93.Parent = o1
4048
o93.BrickColor = BrickColor.new(CUSTOMCOLOR)
4049
o93.Position = Vector3.new(-45.1859055, 2.64374733, -23.0102024)
4050
o93.Rotation = Vector3.new(-0.00200535241, -90, 0)
4051
o93.Anchored = true
4052
o93.FormFactor = Enum.FormFactor.Custom
4053
o93.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4054
o93.CFrame = CFrame.new(-45.1859055, 2.64374733, -23.0102024, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
4055
o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4056
o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4057
o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4058
o94.Parent = o93
4059
o94.Scale = Vector3.new(0.640000045, 0.0960000008, 0.0800000057)
4060
o95.Parent = o1
4061
o95.BrickColor = BrickColor.new(CUSTOMCOLOR)
4062
o95.Position = Vector3.new(-45.3379478, 2.77475429, -23.1151962)
4063
o95.Rotation = Vector3.new(179.998001, 90, 0)
4064
o95.Anchored = true
4065
o95.FormFactor = Enum.FormFactor.Custom
4066
o95.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4067
o95.CFrame = CFrame.new(-45.3379478, 2.77475429, -23.1151962, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
4068
o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4069
o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4070
o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4071
o96.Parent = o95
4072
o96.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952)
4073
o96.MeshType = Enum.MeshType.Wedge
4074
o97.Parent = o1
4075
o97.BrickColor = BrickColor.new(CUSTOMCOLOR)
4076
o97.Position = Vector3.new(-45.1779633, 2.59570837, -23.0111656)
4077
o97.Rotation = Vector3.new(-0.00200535241, -90, 0)
4078
o97.Anchored = true
4079
o97.FormFactor = Enum.FormFactor.Custom
4080
o97.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4081
o97.CFrame = CFrame.new(-45.1779633, 2.59570837, -23.0111656, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
4082
o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4083
o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4084
o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4085
o98.Parent = o97
4086
o98.Scale = Vector3.new(0.640000045, 0.384000003, 0.320000023)
4087
o99.Parent = o1
4088
o99.BrickColor = BrickColor.new(CUSTOMCOLOR)
4089
o99.Position = Vector3.new(-45.1059189, 2.56171727, -22.8961964)
4090
o99.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
4091
o99.Anchored = true
4092
o99.FormFactor = Enum.FormFactor.Custom
4093
o99.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4094
o99.CFrame = CFrame.new(-45.1059189, 2.56171727, -22.8961964, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005)
4095
o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4096
o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4097
o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4098
o100.Parent = o99
4099
o100.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995)
4100
o101.Parent = o1
4101
o101.BrickColor = BrickColor.new(CUSTOMCOLOR)
4102
o101.Position = Vector3.new(-45.1629524, 2.55375028, -23.1252136)
4103
o101.Rotation = Vector3.new(89.9979935, 0.00131786917, 179.998108)
4104
o101.Anchored = true
4105
o101.FormFactor = Enum.FormFactor.Custom
4106
o101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4107
o101.CFrame = CFrame.new(-45.1629524, 2.55375028, -23.1252136, -1, -3.29991963e-005, 2.30011556e-005, -2.30000005e-005, -3.50000009e-005, -1, 3.30000003e-005, -1, 3.49992406e-005)
4108
o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4109
o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4110
o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4111
o102.Parent = o101
4112
o102.Scale = Vector3.new(0.320000023, 0.0400000028, 0.320000023)
4113
o103.Parent = o1
4114
o103.BrickColor = BrickColor.new(CUSTOMCOLOR)
4115
o103.Position = Vector3.new(-44.9219513, 2.58475542, -23.0111656)
4116
o103.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
4117
o103.Anchored = true
4118
o103.FormFactor = Enum.FormFactor.Custom
4119
o103.Size = Vector3.new(0.447999984, 0.200000003, 0.200000003)
4120
o103.CFrame = CFrame.new(-44.9219513, 2.58475542, -23.0111656, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
4121
o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4122
o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4123
o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4124
o104.Parent = o103
4125
o104.Scale = Vector3.new(1, 0.288000017, 0.799999952)
4126
o105.Parent = o1
4127
o105.BrickColor = BrickColor.new(CUSTOMCOLOR)
4128
o105.Position = Vector3.new(-45.0199165, 2.52772045, -23.0121689)
4129
o105.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
4130
o105.Anchored = true
4131
o105.FormFactor = Enum.FormFactor.Custom
4132
o105.Size = Vector3.new(0.639999986, 0.200000003, 0.200000003)
4133
o105.CFrame = CFrame.new(-45.0199165, 2.52772045, -23.0121689, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
4134
o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4135
o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4136
o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4137
o106.Parent = o105
4138
o106.Scale = Vector3.new(1, 0.288000017, 0.799999952)
4139
o107.Parent = o1
4140
o107.BrickColor = BrickColor.new(CUSTOMCOLOR)
4141
o107.Position = Vector3.new(-44.9509392, 2.51874828, -23.0071964)
4142
o107.Rotation = Vector3.new(-0.00200535241, 90, 0)
4143
o107.Anchored = true
4144
o107.CanCollide = false
4145
o107.FormFactor = Enum.FormFactor.Custom
4146
o107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4147
o107.CFrame = CFrame.new(-44.9509392, 2.51874828, -23.0071964, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
4148
o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4149
o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4150
o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4151
o108.Parent = o107
4152
o108.Scale = Vector3.new(0.5, 0.099999994, 0.25)
4153
o108.MeshType = Enum.MeshType.Torso
4154
o109.Parent = o1
4155
o109.BrickColor = BrickColor.new(CUSTOMCOLOR)
4156
o109.Position = Vector3.new(-45.0418892, 2.51572728, -23.0951881)
4157
o109.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
4158
o109.Anchored = true
4159
o109.FormFactor = Enum.FormFactor.Custom
4160
o109.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003)
4161
o109.CFrame = CFrame.new(-45.0418892, 2.51572728, -23.0951881, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005)
4162
o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4163
o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4164
o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4165
o110.Parent = o109
4166
o110.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
4167
o111.Parent = o1
4168
o111.BrickColor = BrickColor.new(CUSTOMCOLOR)
4169
o111.Position = Vector3.new(-45.2519112, 2.51874328, -23.0072002)
4170
o111.Rotation = Vector3.new(-0.00200535241, 90, 0)
4171
o111.Anchored = true
4172
o111.CanCollide = false
4173
o111.FormFactor = Enum.FormFactor.Custom
4174
o111.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4175
o111.CFrame = CFrame.new(-45.2519112, 2.51874328, -23.0072002, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
4176
o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4177
o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4178
o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4179
o112.Parent = o111
4180
o112.Scale = Vector3.new(0.5, 0.099999994, 0.25)
4181
o112.MeshType = Enum.MeshType.Torso
4182
o113.Parent = o1
4183
o113.BrickColor = BrickColor.new(CUSTOMCOLOR)
4184
o113.Position = Vector3.new(-44.8509331, 2.51875043, -23.0072041)
4185
o113.Rotation = Vector3.new(-0.00200535241, 90, 0)
4186
o113.Anchored = true
4187
o113.CanCollide = false
4188
o113.FormFactor = Enum.FormFactor.Custom
4189
o113.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4190
o113.CFrame = CFrame.new(-44.8509331, 2.51875043, -23.0072041, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
4191
o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4192
o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4193
o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4194
o114.Parent = o113
4195
o114.Scale = Vector3.new(0.5, 0.099999994, 0.25)
4196
o114.MeshType = Enum.MeshType.Torso
4197
o115.Parent = o1
4198
o115.BrickColor = BrickColor.new(CUSTOMCOLOR)
4199
o115.Position = Vector3.new(-45.0539436, 2.51874828, -23.008131)
4200
o115.Rotation = Vector3.new(-0.00200535241, 90, 0)
4201
o115.Anchored = true
4202
o115.CanCollide = false
4203
o115.FormFactor = Enum.FormFactor.Custom
4204
o115.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4205
o115.CFrame = CFrame.new(-45.0539436, 2.51874828, -23.008131, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
4206
o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4207
o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4208
o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4209
o116.Parent = o115
4210
o116.Scale = Vector3.new(0.5, 0.099999994, 0.25)
4211
o116.MeshType = Enum.MeshType.Torso
4212
o117.Parent = o1
4213
o117.BrickColor = BrickColor.new(CUSTOMCOLOR)
4214
o117.Position = Vector3.new(-45.1538887, 2.51874328, -22.9062023)
4215
o117.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
4216
o117.Anchored = true
4217
o117.FormFactor = Enum.FormFactor.Custom
4218
o117.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003)
4219
o117.CFrame = CFrame.new(-45.1538887, 2.51874328, -22.9062023, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
4220
o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4221
o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4222
o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4223
o118.Parent = o117
4224
o118.Scale = Vector3.new(1, 0.192000002, 0.0800000057)
4225
o119.Parent = o1
4226
o119.BrickColor = BrickColor.new(CUSTOMCOLOR)
4227
o119.Transparency = 1
4228
o119.Position = Vector3.new(-44.8339386, 2.5557704, -23.094183)
4229
o119.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
4230
o119.Anchored = true
4231
o119.FormFactor = Enum.FormFactor.Custom
4232
o119.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4233
o119.CFrame = CFrame.new(-44.8339386, 2.5557704, -23.094183, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005)
4234
o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4235
o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4236
o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4237
o120.Parent = o119
4238
o120.Texture = "http://www.roblox.com/asset/?id=46738506"
4239
o120.Face = Enum.NormalId.Top
4240
o121.Parent = o119
4241
o121.Scale = Vector3.new(0.879999995, 0.0400000028, 0.239999995)
4242
o122.Parent = o1
4243
o122.BrickColor = BrickColor.new(CUSTOMCOLOR)
4244
o122.Position = Vector3.new(-45.0439224, 2.51572728, -22.9261646)
4245
o122.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
4246
o122.Anchored = true
4247
o122.FormFactor = Enum.FormFactor.Custom
4248
o122.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003)
4249
o122.CFrame = CFrame.new(-45.0439224, 2.51572728, -22.9261646, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005)
4250
o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4251
o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4252
o122.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4253
o123.Parent = o122
4254
o123.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
4255
o124.Parent = o1
4256
o124.BrickColor = BrickColor.new(CUSTOMCOLOR)
4257
o124.Position = Vector3.new(-44.7529488, 2.51875329, -23.0081348)
4258
o124.Rotation = Vector3.new(-0.00200535241, 90, 0)
4259
o124.Anchored = true
4260
o124.CanCollide = false
4261
o124.FormFactor = Enum.FormFactor.Custom
4262
o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4263
o124.CFrame = CFrame.new(-44.7529488, 2.51875329, -23.0081348, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
4264
o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4265
o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4266
o124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4267
o125.Parent = o124
4268
o125.Scale = Vector3.new(0.5, 0.099999994, 0.25)
4269
o125.MeshType = Enum.MeshType.Torso
4270
o126.Parent = o1
4271
o126.BrickColor = BrickColor.new(CUSTOMCOLOR)
4272
o126.Position = Vector3.new(-45.1509209, 2.51874232, -23.0071945)
4273
o126.Rotation = Vector3.new(-0.00200535241, 90, 0)
4274
o126.Anchored = true
4275
o126.CanCollide = false
4276
o126.FormFactor = Enum.FormFactor.Custom
4277
o126.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4278
o126.CFrame = CFrame.new(-45.1509209, 2.51874232, -23.0071945, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
4279
o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4280
o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4281
o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4282
o127.Parent = o126
4283
o127.Scale = Vector3.new(0.5, 0.099999994, 0.25)
4284
o127.MeshType = Enum.MeshType.Torso
4285
o128.Parent = o1
4286
o128.BrickColor = BrickColor.new(CUSTOMCOLOR)
4287
o128.Position = Vector3.new(-45.1529388, 2.4967463, -23.0111752)
4288
o128.Rotation = Vector3.new(-0.00217723963, 90, 0)
4289
o128.Anchored = true
4290
o128.FormFactor = Enum.FormFactor.Custom
4291
o128.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4292
o128.CFrame = CFrame.new(-45.1529388, 2.4967463, -23.0111752, -3.19999999e-005, -3.89999987e-005, 1, -3.79999983e-005, 1, 3.89987836e-005, -1, -3.79987505e-005, -3.20014806e-005)
4293
o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4294
o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4295
o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4296
o129.Parent = o128
4297
o129.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
4298
o129.MeshType = Enum.MeshType.Torso
4299
o130.Parent = o1
4300
o130.BrickColor = BrickColor.new(CUSTOMCOLOR)
4301
o130.Position = Vector3.new(-45.2179108, 2.49674535, -23.0101929)
4302
o130.Rotation = Vector3.new(-0.00189076073, 90, 0)
4303
o130.Anchored = true
4304
o130.FormFactor = Enum.FormFactor.Custom
4305
o130.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4306
o130.CFrame = CFrame.new(-45.2179108, 2.49674535, -23.0101929, -3.19999999e-005, -3.30000003e-005, 1, -3.30000003e-005, 1, 3.29989452e-005, -1, -3.29989452e-005, -3.20010877e-005)
4307
o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4308
o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4309
o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4310
o131.Parent = o130
4311
o131.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
4312
o131.MeshType = Enum.MeshType.Torso
4313
o132.Parent = o1
4314
o132.BrickColor = BrickColor.new(CUSTOMCOLOR)
4315
o132.Position = Vector3.new(-45.2839508, 2.49674535, -23.0101948)
4316
o132.Rotation = Vector3.new(-0.00154698605, 90, 0)
4317
o132.Anchored = true
4318
o132.FormFactor = Enum.FormFactor.Custom
4319
o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4320
o132.CFrame = CFrame.new(-45.2839508, 2.49674535, -23.0101948, -3.30000003e-005, -2.80000004e-005, 1, -2.7e-005, 1, 2.79991091e-005, -1, -2.6999076e-005, -3.3000757e-005)
4321
o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4322
o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4323
o132.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4324
o133.Parent = o132
4325
o133.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
4326
o133.MeshType = Enum.MeshType.Torso
4327
o134.Parent = o1
4328
o134.BrickColor = BrickColor.new(CUSTOMCOLOR)
4329
o134.Position = Vector3.new(-45.0889397, 2.49674749, -23.0111771)
4330
o134.Rotation = Vector3.new(-0.00177616917, 90, 0)
4331
o134.Anchored = true
4332
o134.FormFactor = Enum.FormFactor.Custom
4333
o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4334
o134.CFrame = CFrame.new(-45.0889397, 2.49674749, -23.0111771, -3.30000003e-005, -2.99999992e-005, 1, -3.09999996e-005, 1, 2.9998977e-005, -1, -3.09990101e-005, -3.30009316e-005)
4335
o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4336
o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4337
o134.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4338
o135.Parent = o134
4339
o135.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
4340
o135.MeshType = Enum.MeshType.Torso
4341
o136.Parent = o1
4342
o136.BrickColor = BrickColor.new(CUSTOMCOLOR)
4343
o136.Position = Vector3.new(-45.1538887, 2.51874328, -23.1142063)
4344
o136.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
4345
o136.Anchored = true
4346
o136.FormFactor = Enum.FormFactor.Custom
4347
o136.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003)
4348
o136.CFrame = CFrame.new(-45.1538887, 2.51874328, -23.1142063, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
4349
o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4350
o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4351
o136.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4352
o137.Parent = o136
4353
o137.Scale = Vector3.new(1, 0.192000002, 0.0800000057)
4354
o138.Parent = o1
4355
o138.BrickColor = BrickColor.new(CUSTOMCOLOR)
4356
o138.Position = Vector3.new(-45.0229073, 2.49675035, -23.0111771)
4357
o138.Rotation = Vector3.new(-0.00194805651, 90, 0)
4358
o138.Anchored = true
4359
o138.FormFactor = Enum.FormFactor.Custom
4360
o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4361
o138.CFrame = CFrame.new(-45.0229073, 2.49675035, -23.0111771, -3.30000003e-005, -3.30000003e-005, 1, -3.40000006e-005, 1, 3.29988798e-005, -1, -3.39989128e-005, -3.30011208e-005)
4362
o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4363
o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4364
o138.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4365
o139.Parent = o138
4366
o139.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
4367
o139.MeshType = Enum.MeshType.Torso
4368
o140.Parent = o1
4369
o140.BrickColor = BrickColor.new(CUSTOMCOLOR)
4370
o140.Position = Vector3.new(-44.9549446, 2.49675035, -23.0101929)
4371
o140.Rotation = Vector3.new(-0.00194805651, 90, 0)
4372
o140.Anchored = true
4373
o140.FormFactor = Enum.FormFactor.Custom
4374
o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4375
o140.CFrame = CFrame.new(-44.9549446, 2.49675035, -23.0101929, -3.30000003e-005, -3.30000003e-005, 1, -3.40000006e-005, 1, 3.29988798e-005, -1, -3.39989128e-005, -3.30011208e-005)
4376
o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4377
o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4378
o140.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4379
o141.Parent = o140
4380
o141.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
4381
o141.MeshType = Enum.MeshType.Torso
4382
o142.Parent = o1
4383
o142.BrickColor = BrickColor.new(CUSTOMCOLOR)
4384
o142.Position = Vector3.new(-44.8889275, 2.49675131, -23.0101967)
4385
o142.Rotation = Vector3.new(-0.00189076073, 90, 0)
4386
o142.Anchored = true
4387
o142.FormFactor = Enum.FormFactor.Custom
4388
o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4389
o142.CFrame = CFrame.new(-44.8889275, 2.49675131, -23.0101967, -3.30000003e-005, -3.30000003e-005, 1, -3.30000003e-005, 1, 3.29989125e-005, -1, -3.29989125e-005, -3.3001088e-005)
4390
o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4391
o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4392
o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4393
o143.Parent = o142
4394
o143.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
4395
o143.MeshType = Enum.MeshType.Torso
4396
o144.Parent = o1
4397
o144.BrickColor = BrickColor.new(CUSTOMCOLOR)
4398
o144.Position = Vector3.new(-44.8239632, 2.49675727, -23.0102005)
4399
o144.Rotation = Vector3.new(18.3667545, 89.9515457, -18.3702984)
4400
o144.Anchored = true
4401
o144.FormFactor = Enum.FormFactor.Custom
4402
o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4403
o144.CFrame = CFrame.new(-44.8239632, 2.49675727, -23.0102005, 0.000797999848, 0.000264999835, 0.999999642, -6.19999846e-005, 1, -0.000264950446, -0.999999762, -6.17885307e-005, 0.000798016146)
4404
o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4405
o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4406
o144.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4407
o145.Parent = o144
4408
o145.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
4409
o145.MeshType = Enum.MeshType.Torso
4410
o146.Name = "Zoom"
4411
o146.Parent = o1
4412
o146.Material = Enum.Material.SmoothPlastic
4413
o146.Transparency = 1
4414
o146.Position = Vector3.new(-45.4513054, 2.7256608, -23.0179634)
4415
o146.Rotation = Vector3.new(-90, -88.876564, -90)
4416
o146.Anchored = true
4417
o146.FormFactor = Enum.FormFactor.Custom
4418
o146.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4419
o146.CFrame = CFrame.new(-45.4513054, 2.7256608, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
4420
o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4421
o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4422
o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4423
o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4424
o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4425
o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4426
o147.Parent = o146
4427
o147.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
4428
ZoomFOV = 70
4429
elseif Sight == "REFLEX" then
4430
o2 = Instance.new("Part")
4431
o3 = Instance.new("CylinderMesh")
4432
o4 = Instance.new("Part")
4433
o5 = Instance.new("SpecialMesh")
4434
o6 = Instance.new("Part")
4435
o7 = Instance.new("SpecialMesh")
4436
o8 = Instance.new("Part")
4437
o9 = Instance.new("SpecialMesh")
4438
o10 = Instance.new("Part")
4439
o11 = Instance.new("SpecialMesh")
4440
o12 = Instance.new("Part")
4441
o13 = Instance.new("BlockMesh")
4442
o14 = Instance.new("Part")
4443
o15 = Instance.new("BlockMesh")
4444
o16 = Instance.new("Part")
4445
o17 = Instance.new("SpecialMesh")
4446
o18 = Instance.new("Part")
4447
o19 = Instance.new("SpecialMesh")
4448
o20 = Instance.new("Part")
4449
o21 = Instance.new("SpecialMesh")
4450
o22 = Instance.new("Part")
4451
o23 = Instance.new("BlockMesh")
4452
o24 = Instance.new("Part")
4453
o25 = Instance.new("BlockMesh")
4454
o26 = Instance.new("Part")
4455
o27 = Instance.new("BlockMesh")
4456
o28 = Instance.new("Part")
4457
o29 = Instance.new("SpecialMesh")
4458
o30 = Instance.new("Part")
4459
o31 = Instance.new("SpecialMesh")
4460
o32 = Instance.new("Part")
4461
o33 = Instance.new("BlockMesh")
4462
o34 = Instance.new("Part")
4463
o35 = Instance.new("BlockMesh")
4464
o36 = Instance.new("Part")
4465
o37 = Instance.new("SpecialMesh")
4466
o38 = Instance.new("Part")
4467
o39 = Instance.new("SpecialMesh")
4468
o40 = Instance.new("Part")
4469
o41 = Instance.new("SpecialMesh")
4470
o42 = Instance.new("Part")
4471
o43 = Instance.new("BlockMesh")
4472
o44 = Instance.new("Part")
4473
o45 = Instance.new("SpecialMesh")
4474
o46 = Instance.new("Part")
4475
o47 = Instance.new("SpecialMesh")
4476
o48 = Instance.new("Part")
4477
o49 = Instance.new("SpecialMesh")
4478
o50 = Instance.new("Part")
4479
o51 = Instance.new("Decal")
4480
o52 = Instance.new("CylinderMesh")
4481
o53 = Instance.new("Part")
4482
o54 = Instance.new("BlockMesh")
4483
o55 = Instance.new("Part")
4484
o56 = Instance.new("BlockMesh")
4485
o57 = Instance.new("Part")
4486
o58 = Instance.new("BlockMesh")
4487
o59 = Instance.new("Part")
4488
o60 = Instance.new("SpecialMesh")
4489
o61 = Instance.new("Part")
4490
o62 = Instance.new("SpecialMesh")
4491
o63 = Instance.new("Part")
4492
o64 = Instance.new("SpecialMesh")
4493
o65 = Instance.new("Part")
4494
o66 = Instance.new("SpecialMesh")
4495
o67 = Instance.new("Part")
4496
o68 = Instance.new("CylinderMesh")
4497
o69 = Instance.new("Part")
4498
o70 = Instance.new("BlockMesh")
4499
o2.Parent = o1
4500
o2.BrickColor = BrickColor.new("Really black")
4501
o2.Position = Vector3.new(-45.2765083, 2.46846628, -23.0166702)
4502
o2.Rotation = Vector3.new(-0.00189076073, 90, 0)
4503
o2.Anchored = true
4504
o2.FormFactor = Enum.FormFactor.Symmetric
4505
o2.Size = Vector3.new(1, 1, 1)
4506
o2.CFrame = CFrame.new(-45.2765083, 2.46846628, -23.0166702, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
4507
o2.BottomSurface = Enum.SurfaceType.Smooth
4508
o2.TopSurface = Enum.SurfaceType.Smooth
4509
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4510
o3.Parent = o2
4511
o3.Offset = Vector3.new(0, 0, 0.0325925909)
4512
o3.Scale = Vector3.new(0.162962973, 0.0570370369, 0.195555568)
4513
o4.Parent = o1
4514
o4.BrickColor = BrickColor.new("Really black")
4515
o4.Position = Vector3.new(-45.3094978, 2.55647826, -23.0146866)
4516
o4.Rotation = Vector3.new(-0.00189076073, 90, 0)
4517
o4.Anchored = true
4518
o4.FormFactor = Enum.FormFactor.Plate
4519
o4.Size = Vector3.new(1, 0.400000006, 1)
4520
o4.CFrame = CFrame.new(-45.3094978, 2.55647826, -23.0146866, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
4521
o4.BottomSurface = Enum.SurfaceType.Smooth
4522
o4.TopSurface = Enum.SurfaceType.Smooth
4523
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4524
o5.Parent = o4
4525
o5.Scale = Vector3.new(0.187407404, 0.0325925909, 0.162962973)
4526
o5.MeshType = Enum.MeshType.Brick
4527
o6.Parent = o1
4528
o6.BrickColor = BrickColor.new("Really black")
4529
o6.Position = Vector3.new(-45.3095016, 2.57641029, -23.0146942)
4530
o6.Rotation = Vector3.new(-0.00189076073, 90, 0)
4531
o6.Anchored = true
4532
o6.FormFactor = Enum.FormFactor.Plate
4533
o6.Size = Vector3.new(1, 0.400000006, 1)
4534
o6.CFrame = CFrame.new(-45.3095016, 2.57641029, -23.0146942, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
4535
o6.BottomSurface = Enum.SurfaceType.Smooth
4536
o6.TopSurface = Enum.SurfaceType.Smooth
4537
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4538
o7.Parent = o6
4539
o7.Scale = Vector3.new(0.187407404, 0.0651851818, 0.162962973)
4540
o7.MeshType = Enum.MeshType.Torso
4541
o8.Parent = o1
4542
o8.BrickColor = BrickColor.new("Really black")
4543
o8.Position = Vector3.new(-45.3425179, 2.51747727, -23.0166683)
4544
o8.Rotation = Vector3.new(179.998108, 90, 0)
4545
o8.Anchored = true
4546
o8.FormFactor = Enum.FormFactor.Symmetric
4547
o8.Size = Vector3.new(1, 1, 1)
4548
o8.CFrame = CFrame.new(-45.3425179, 2.51747727, -23.0166683, 3.19999999e-005, 0, 1, 3.30000003e-005, -1, -1.05599995e-009, 1, 3.30000003e-005, -3.19999999e-005)
4549
o8.BottomSurface = Enum.SurfaceType.Smooth
4550
o8.TopSurface = Enum.SurfaceType.Smooth
4551
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4552
o9.Parent = o8
4553
o9.Scale = Vector3.new(0.187407404, 0.0651851818, 0.0977777839)
4554
o9.MeshType = Enum.MeshType.Wedge
4555
o10.Parent = o1
4556
o10.BrickColor = BrickColor.new("Really black")
4557
o10.Position = Vector3.new(-44.920517, 2.59844327, -23.146698)
4558
o10.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
4559
o10.Anchored = true
4560
o10.FormFactor = Enum.FormFactor.Plate
4561
o10.Size = Vector3.new(1, 0.400000006, 1)
4562
o10.CFrame = CFrame.new(-44.920517, 2.59844327, -23.146698, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
4563
o10.BottomSurface = Enum.SurfaceType.Smooth
4564
o10.TopSurface = Enum.SurfaceType.Smooth
4565
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4566
o11.Parent = o10
4567
o11.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
4568
o11.MeshType = Enum.MeshType.Wedge
4569
o12.Parent = o1
4570
o12.BrickColor = BrickColor.new("Really black")
4571
o12.Position = Vector3.new(-45.0995064, 2.51747632, -23.015686)
4572
o12.Rotation = Vector3.new(-0.00189076073, 90, 0)
4573
o12.Anchored = true
4574
o12.FormFactor = Enum.FormFactor.Symmetric
4575
o12.Size = Vector3.new(1, 1, 1)
4576
o12.CFrame = CFrame.new(-45.0995064, 2.51747632, -23.015686, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
4577
o12.BottomSurface = Enum.SurfaceType.Smooth
4578
o12.TopSurface = Enum.SurfaceType.Smooth
4579
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4580
o13.Parent = o12
4581
o13.Scale = Vector3.new(0.187407404, 0.0651851818, 0.391111135)
4582
o14.Parent = o1
4583
o14.BrickColor = BrickColor.new("Really black")
4584
o14.Position = Vector3.new(-44.920517, 2.79448128, -23.0146942)
4585
o14.Rotation = Vector3.new(-0.00189076073, 90, 0)
4586
o14.Anchored = true
4587
o14.FormFactor = Enum.FormFactor.Symmetric
4588
o14.Size = Vector3.new(1, 1, 1)
4589
o14.CFrame = CFrame.new(-44.920517, 2.79448128, -23.0146942, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
4590
o14.BottomSurface = Enum.SurfaceType.Smooth
4591
o14.TopSurface = Enum.SurfaceType.Smooth
4592
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4593
o15.Parent = o14
4594
o15.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909)
4595
o16.Parent = o1
4596
o16.BrickColor = BrickColor.new("Really black")
4597
o16.Position = Vector3.new(-44.9205208, 2.79448128, -23.1576691)
4598
o16.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
4599
o16.Anchored = true
4600
o16.FormFactor = Enum.FormFactor.Plate
4601
o16.Size = Vector3.new(1, 0.400000006, 1)
4602
o16.CFrame = CFrame.new(-44.9205208, 2.79448128, -23.1576691, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
4603
o16.BottomSurface = Enum.SurfaceType.Smooth
4604
o16.TopSurface = Enum.SurfaceType.Smooth
4605
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4606
o17.Parent = o16
4607
o17.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
4608
o17.MeshType = Enum.MeshType.Wedge
4609
o18.Parent = o1
4610
o18.BrickColor = BrickColor.new("Really black")
4611
o18.Position = Vector3.new(-44.9185371, 2.74543738, -22.8476753)
4612
o18.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
4613
o18.Anchored = true
4614
o18.FormFactor = Enum.FormFactor.Plate
4615
o18.Size = Vector3.new(1, 0.400000006, 1)
4616
o18.CFrame = CFrame.new(-44.9185371, 2.74543738, -22.8476753, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
4617
o18.BottomSurface = Enum.SurfaceType.Smooth
4618
o18.TopSurface = Enum.SurfaceType.Smooth
4619
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4620
o19.Parent = o18
4621
o19.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
4622
o19.MeshType = Enum.MeshType.Wedge
4623
o20.Parent = o1
4624
o20.BrickColor = BrickColor.new("Really black")
4625
o20.Position = Vector3.new(-44.9195137, 2.72948027, -23.1646042)
4626
o20.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4627
o20.Anchored = true
4628
o20.FormFactor = Enum.FormFactor.Plate
4629
o20.Size = Vector3.new(1, 0.400000006, 1)
4630
o20.CFrame = CFrame.new(-44.9195137, 2.72948027, -23.1646042, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4631
o20.BottomSurface = Enum.SurfaceType.Smooth
4632
o20.TopSurface = Enum.SurfaceType.Smooth
4633
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4634
o21.Parent = o20
4635
o21.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
4636
o21.MeshType = Enum.MeshType.Wedge
4637
o22.Parent = o1
4638
o22.BrickColor = BrickColor.new("Really black")
4639
o22.Position = Vector3.new(-44.9195137, 2.59844542, -22.8646832)
4640
o22.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4641
o22.Anchored = true
4642
o22.FormFactor = Enum.FormFactor.Plate
4643
o22.Size = Vector3.new(1, 0.400000006, 1)
4644
o22.CFrame = CFrame.new(-44.9195137, 2.59844542, -22.8646832, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4645
o22.BottomSurface = Enum.SurfaceType.Smooth
4646
o22.TopSurface = Enum.SurfaceType.Smooth
4647
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4648
o23.Parent = o22
4649
o23.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
4650
o24.Parent = o1
4651
o24.BrickColor = BrickColor.new("Really black")
4652
o24.Position = Vector3.new(-44.9185371, 2.68046641, -22.8476543)
4653
o24.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4654
o24.Anchored = true
4655
o24.FormFactor = Enum.FormFactor.Plate
4656
o24.Size = Vector3.new(1, 0.400000006, 1)
4657
o24.CFrame = CFrame.new(-44.9185371, 2.68046641, -22.8476543, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4658
o24.BottomSurface = Enum.SurfaceType.Smooth
4659
o24.TopSurface = Enum.SurfaceType.Smooth
4660
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4661
o25.Parent = o24
4662
o25.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
4663
o26.Parent = o1
4664
o26.BrickColor = BrickColor.new("Really black")
4665
o26.Position = Vector3.new(-44.920517, 2.56648326, -23.0146809)
4666
o26.Rotation = Vector3.new(-0.00189076073, 90, 0)
4667
o26.Anchored = true
4668
o26.FormFactor = Enum.FormFactor.Symmetric
4669
o26.Size = Vector3.new(1, 1, 1)
4670
o26.CFrame = CFrame.new(-44.920517, 2.56648326, -23.0146809, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
4671
o26.BottomSurface = Enum.SurfaceType.Smooth
4672
o26.TopSurface = Enum.SurfaceType.Smooth
4673
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4674
o27.Parent = o26
4675
o27.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909)
4676
o28.Parent = o1
4677
o28.BrickColor = BrickColor.new("Really black")
4678
o28.Position = Vector3.new(-44.9195099, 2.63146138, -22.8646927)
4679
o28.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
4680
o28.Anchored = true
4681
o28.FormFactor = Enum.FormFactor.Plate
4682
o28.Size = Vector3.new(1, 0.400000006, 1)
4683
o28.CFrame = CFrame.new(-44.9195099, 2.63146138, -22.8646927, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
4684
o28.BottomSurface = Enum.SurfaceType.Smooth
4685
o28.TopSurface = Enum.SurfaceType.Smooth
4686
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4687
o29.Parent = o28
4688
o29.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
4689
o29.MeshType = Enum.MeshType.Wedge
4690
o30.Parent = o1
4691
o30.BrickColor = BrickColor.new("Really black")
4692
o30.Position = Vector3.new(-44.9205208, 2.56648326, -22.8716412)
4693
o30.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4694
o30.Anchored = true
4695
o30.FormFactor = Enum.FormFactor.Plate
4696
o30.Size = Vector3.new(1, 0.400000006, 1)
4697
o30.CFrame = CFrame.new(-44.9205208, 2.56648326, -22.8716412, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4698
o30.BottomSurface = Enum.SurfaceType.Smooth
4699
o30.TopSurface = Enum.SurfaceType.Smooth
4700
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4701
o31.Parent = o30
4702
o31.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
4703
o31.MeshType = Enum.MeshType.Wedge
4704
o32.Parent = o1
4705
o32.BrickColor = BrickColor.new("Really black")
4706
o32.Position = Vector3.new(-44.920517, 2.68046427, -23.1846619)
4707
o32.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4708
o32.Anchored = true
4709
o32.FormFactor = Enum.FormFactor.Plate
4710
o32.Size = Vector3.new(1, 0.400000006, 1)
4711
o32.CFrame = CFrame.new(-44.920517, 2.68046427, -23.1846619, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4712
o32.BottomSurface = Enum.SurfaceType.Smooth
4713
o32.TopSurface = Enum.SurfaceType.Smooth
4714
o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4715
o33.Parent = o32
4716
o33.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
4717
o34.Parent = o1
4718
o34.BrickColor = BrickColor.new("Really black")
4719
o34.Position = Vector3.new(-44.9195099, 2.59844327, -23.1646118)
4720
o34.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4721
o34.Anchored = true
4722
o34.FormFactor = Enum.FormFactor.Plate
4723
o34.Size = Vector3.new(1, 0.400000006, 1)
4724
o34.CFrame = CFrame.new(-44.9195099, 2.59844327, -23.1646118, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4725
o34.BottomSurface = Enum.SurfaceType.Smooth
4726
o34.TopSurface = Enum.SurfaceType.Smooth
4727
o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4728
o35.Parent = o34
4729
o35.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
4730
o36.Parent = o1
4731
o36.BrickColor = BrickColor.new("Really black")
4732
o36.Position = Vector3.new(-44.920517, 2.7614634, -23.1467056)
4733
o36.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4734
o36.Anchored = true
4735
o36.FormFactor = Enum.FormFactor.Plate
4736
o36.Size = Vector3.new(1, 0.400000006, 1)
4737
o36.CFrame = CFrame.new(-44.920517, 2.7614634, -23.1467056, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4738
o36.BottomSurface = Enum.SurfaceType.Smooth
4739
o36.TopSurface = Enum.SurfaceType.Smooth
4740
o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4741
o37.Parent = o36
4742
o37.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
4743
o37.MeshType = Enum.MeshType.Wedge
4744
o38.Parent = o1
4745
o38.BrickColor = BrickColor.new("Really black")
4746
o38.Position = Vector3.new(-44.9185295, 2.59844041, -22.8846474)
4747
o38.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
4748
o38.Anchored = true
4749
o38.FormFactor = Enum.FormFactor.Plate
4750
o38.Size = Vector3.new(1, 0.400000006, 1)
4751
o38.CFrame = CFrame.new(-44.9185295, 2.59844041, -22.8846474, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
4752
o38.BottomSurface = Enum.SurfaceType.Smooth
4753
o38.TopSurface = Enum.SurfaceType.Smooth
4754
o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4755
o39.Parent = o38
4756
o39.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
4757
o39.MeshType = Enum.MeshType.Wedge
4758
o40.Parent = o1
4759
o40.BrickColor = BrickColor.new("Really black")
4760
o40.Position = Vector3.new(-44.9195137, 2.72948027, -22.8646832)
4761
o40.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
4762
o40.Anchored = true
4763
o40.FormFactor = Enum.FormFactor.Plate
4764
o40.Size = Vector3.new(1, 0.400000006, 1)
4765
o40.CFrame = CFrame.new(-44.9195137, 2.72948027, -22.8646832, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
4766
o40.BottomSurface = Enum.SurfaceType.Smooth
4767
o40.TopSurface = Enum.SurfaceType.Smooth
4768
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4769
o41.Parent = o40
4770
o41.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
4771
o41.MeshType = Enum.MeshType.Wedge
4772
o42.Parent = o1
4773
o42.BrickColor = BrickColor.new("Really black")
4774
o42.Position = Vector3.new(-45.0815277, 2.46846628, -23.014679)
4775
o42.Rotation = Vector3.new(-0.00189076073, 90, 0)
4776
o42.Anchored = true
4777
o42.FormFactor = Enum.FormFactor.Symmetric
4778
o42.Size = Vector3.new(1, 1, 1)
4779
o42.CFrame = CFrame.new(-45.0815277, 2.46846628, -23.014679, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
4780
o42.BottomSurface = Enum.SurfaceType.Smooth
4781
o42.TopSurface = Enum.SurfaceType.Smooth
4782
o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4783
o43.Parent = o42
4784
o43.Scale = Vector3.new(0.162962973, 0.0325925909, 0.358518541)
4785
o44.Parent = o1
4786
o44.BrickColor = BrickColor.new("Really black")
4787
o44.Position = Vector3.new(-44.920517, 2.56648326, -23.1576462)
4788
o44.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
4789
o44.Anchored = true
4790
o44.FormFactor = Enum.FormFactor.Plate
4791
o44.Size = Vector3.new(1, 0.400000006, 1)
4792
o44.CFrame = CFrame.new(-44.920517, 2.56648326, -23.1576462, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
4793
o44.BottomSurface = Enum.SurfaceType.Smooth
4794
o44.TopSurface = Enum.SurfaceType.Smooth
4795
o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4796
o45.Parent = o44
4797
o45.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
4798
o45.MeshType = Enum.MeshType.Wedge
4799
o46.Parent = o1
4800
o46.BrickColor = BrickColor.new("Really black")
4801
o46.Position = Vector3.new(-44.9185295, 2.61543727, -22.8476543)
4802
o46.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4803
o46.Anchored = true
4804
o46.FormFactor = Enum.FormFactor.Plate
4805
o46.Size = Vector3.new(1, 0.400000006, 1)
4806
o46.CFrame = CFrame.new(-44.9185295, 2.61543727, -22.8476543, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4807
o46.BottomSurface = Enum.SurfaceType.Smooth
4808
o46.TopSurface = Enum.SurfaceType.Smooth
4809
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4810
o47.Parent = o46
4811
o47.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
4812
o47.MeshType = Enum.MeshType.Wedge
4813
o48.Parent = o1
4814
o48.BrickColor = BrickColor.new("Really black")
4815
o48.Position = Vector3.new(-44.920517, 2.74543428, -23.1846676)
4816
o48.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
4817
o48.Anchored = true
4818
o48.FormFactor = Enum.FormFactor.Plate
4819
o48.Size = Vector3.new(1, 0.400000006, 1)
4820
o48.CFrame = CFrame.new(-44.920517, 2.74543428, -23.1846676, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
4821
o48.BottomSurface = Enum.SurfaceType.Smooth
4822
o48.TopSurface = Enum.SurfaceType.Smooth
4823
o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4824
o49.Parent = o48
4825
o49.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
4826
o49.MeshType = Enum.MeshType.Wedge
4827
o50.Parent = o1
4828
o50.BrickColor = BrickColor.new("Really black")
4829
o50.Position = Vector3.new(-45.0815277, 2.56648827, -23.014679)
4830
o50.Rotation = Vector3.new(-0.00189076073, 90, 0)
4831
o50.Anchored = true
4832
o50.FormFactor = Enum.FormFactor.Symmetric
4833
o50.Size = Vector3.new(1, 1, 1)
4834
o50.CFrame = CFrame.new(-45.0815277, 2.56648827, -23.014679, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
4835
o50.BottomSurface = Enum.SurfaceType.Smooth
4836
o50.TopSurface = Enum.SurfaceType.Smooth
4837
o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4838
o51.Parent = o50
4839
o51.Texture = "http://www.roblox.com/asset/?id=48228292"
4840
o51.Face = Enum.NormalId.Bottom
4841
o52.Parent = o50
4842
o52.Scale = Vector3.new(0.162962973, 0.0651851818, 0.228148147)
4843
o53.Parent = o1
4844
o53.BrickColor = BrickColor.new("Dark stone grey")
4845
o53.Transparency = 0.75
4846
o53.Position = Vector3.new(-44.9205246, 2.85942245, -23.0146713)
4847
o53.Rotation = Vector3.new(-0.00189076073, 90, 0)
4848
o53.Anchored = true
4849
o53.FormFactor = Enum.FormFactor.Symmetric
4850
o53.Size = Vector3.new(1, 1, 1)
4851
o53.CFrame = CFrame.new(-44.9205246, 2.85942245, -23.0146713, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
4852
o53.BottomSurface = Enum.SurfaceType.Smooth
4853
o53.TopSurface = Enum.SurfaceType.Smooth
4854
o53.Color = Color3.new(0.388235, 0.372549, 0.384314)
4855
o54.Parent = o53
4856
o54.Offset = Vector3.new(0, -0.17925927, 0)
4857
o54.Scale = Vector3.new(0.312888891, 0.195555568, 0.0162962954)
4858
o55.Parent = o1
4859
o55.BrickColor = BrickColor.new("Really black")
4860
o55.Position = Vector3.new(-44.9195099, 2.76146626, -22.8646927)
4861
o55.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4862
o55.Anchored = true
4863
o55.FormFactor = Enum.FormFactor.Plate
4864
o55.Size = Vector3.new(1, 0.400000006, 1)
4865
o55.CFrame = CFrame.new(-44.9195099, 2.76146626, -22.8646927, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4866
o55.BottomSurface = Enum.SurfaceType.Smooth
4867
o55.TopSurface = Enum.SurfaceType.Smooth
4868
o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4869
o56.Parent = o55
4870
o56.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
4871
o57.Parent = o1
4872
o57.BrickColor = BrickColor.new("Really black")
4873
o57.Position = Vector3.new(-44.9195099, 2.76146626, -23.1646233)
4874
o57.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
4875
o57.Anchored = true
4876
o57.FormFactor = Enum.FormFactor.Plate
4877
o57.Size = Vector3.new(1, 0.400000006, 1)
4878
o57.CFrame = CFrame.new(-44.9195099, 2.76146626, -23.1646233, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
4879
o57.BottomSurface = Enum.SurfaceType.Smooth
4880
o57.TopSurface = Enum.SurfaceType.Smooth
4881
o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4882
o58.Parent = o57
4883
o58.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
4884
o59.Parent = o1
4885
o59.BrickColor = BrickColor.new("Really black")
4886
o59.Position = Vector3.new(-44.9195099, 2.63145828, -23.1646233)
4887
o59.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
4888
o59.Anchored = true
4889
o59.FormFactor = Enum.FormFactor.Plate
4890
o59.Size = Vector3.new(1, 0.400000006, 1)
4891
o59.CFrame = CFrame.new(-44.9195099, 2.63145828, -23.1646233, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
4892
o59.BottomSurface = Enum.SurfaceType.Smooth
4893
o59.TopSurface = Enum.SurfaceType.Smooth
4894
o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4895
o60.Parent = o59
4896
o60.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
4897
o60.MeshType = Enum.MeshType.Wedge
4898
o61.Parent = o1
4899
o61.BrickColor = BrickColor.new("Really black")
4900
o61.Position = Vector3.new(-44.920517, 2.79448128, -22.8716507)
4901
o61.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
4902
o61.Anchored = true
4903
o61.FormFactor = Enum.FormFactor.Plate
4904
o61.Size = Vector3.new(1, 0.400000006, 1)
4905
o61.CFrame = CFrame.new(-44.920517, 2.79448128, -22.8716507, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
4906
o61.BottomSurface = Enum.SurfaceType.Smooth
4907
o61.TopSurface = Enum.SurfaceType.Smooth
4908
o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4909
o62.Parent = o61
4910
o62.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
4911
o62.MeshType = Enum.MeshType.Wedge
4912
o63.Parent = o1
4913
o63.BrickColor = BrickColor.new("Really black")
4914
o63.Position = Vector3.new(-44.9205246, 2.61543727, -23.1846619)
4915
o63.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
4916
o63.Anchored = true
4917
o63.FormFactor = Enum.FormFactor.Plate
4918
o63.Size = Vector3.new(1, 0.400000006, 1)
4919
o63.CFrame = CFrame.new(-44.9205246, 2.61543727, -23.1846619, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
4920
o63.BottomSurface = Enum.SurfaceType.Smooth
4921
o63.TopSurface = Enum.SurfaceType.Smooth
4922
o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4923
o64.Parent = o63
4924
o64.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
4925
o64.MeshType = Enum.MeshType.Wedge
4926
o65.Parent = o1
4927
o65.BrickColor = BrickColor.new("Really black")
4928
o65.Position = Vector3.new(-44.9185371, 2.7614634, -22.8846512)
4929
o65.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
4930
o65.Anchored = true
4931
o65.FormFactor = Enum.FormFactor.Plate
4932
o65.Size = Vector3.new(1, 0.400000006, 1)
4933
o65.CFrame = CFrame.new(-44.9185371, 2.7614634, -22.8846512, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
4934
o65.BottomSurface = Enum.SurfaceType.Smooth
4935
o65.TopSurface = Enum.SurfaceType.Smooth
4936
o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4937
o66.Parent = o65
4938
o66.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
4939
o66.MeshType = Enum.MeshType.Wedge
4940
o67.Parent = o1
4941
o67.BrickColor = BrickColor.new("Really red")
4942
o67.Position = Vector3.new(-44.920517, 2.82747245, -23.0146713)
4943
o67.Rotation = Vector3.new(89.9981079, 6.05043411e-008, -90.0018311)
4944
o67.Anchored = true
4945
o67.FormFactor = Enum.FormFactor.Symmetric
4946
o67.Size = Vector3.new(1, 1, 1)
4947
o67.CFrame = CFrame.new(-44.920517, 2.82747245, -23.0146713, -3.19999999e-005, 1, 1.05599995e-009, -3.30000003e-005, 0, -1, -1, -3.19999999e-005, 3.30000003e-005)
4948
o67.BottomSurface = Enum.SurfaceType.Smooth
4949
o67.TopSurface = Enum.SurfaceType.Smooth
4950
o67.Color = Color3.new(1, 0, 0)
4951
o68.Parent = o67
4952
o68.Offset = Vector3.new(0, 0, 0.146666661)
4953
o68.Scale = Vector3.new(0.0260740742, 0, 0.0130370371)
4954
o69.Name = "Zoom"
4955
o69.Parent = o1
4956
o69.Material = Enum.Material.SmoothPlastic
4957
o69.Transparency = 1
4958
o69.Position = Vector3.new(-45.6629868, 2.71499324, -23.013567)
4959
o69.Rotation = Vector3.new(-90, -88.3242722, -90)
4960
o69.Anchored = true
4961
o69.FormFactor = Enum.FormFactor.Custom
4962
o69.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
4963
o69.CFrame = CFrame.new(-45.6629868, 2.71499324, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
4964
o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4965
o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4966
o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4967
o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4968
o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4969
o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4970
o70.Parent = o69
4971
o70.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
4972
ZoomFOV = 70
4973
elseif Sight == "SUSAT" then
4974
o2 = Instance.new("Part")
4975
o3 = Instance.new("SpecialMesh")
4976
o4 = Instance.new("Part")
4977
o5 = Instance.new("SpecialMesh")
4978
o6 = Instance.new("Part")
4979
o7 = Instance.new("SpecialMesh")
4980
o8 = Instance.new("Part")
4981
o9 = Instance.new("SpecialMesh")
4982
o10 = Instance.new("Part")
4983
o11 = Instance.new("SpecialMesh")
4984
o12 = Instance.new("Part")
4985
o13 = Instance.new("SpecialMesh")
4986
o14 = Instance.new("Part")
4987
o15 = Instance.new("SpecialMesh")
4988
o16 = Instance.new("Part")
4989
o17 = Instance.new("SpecialMesh")
4990
o18 = Instance.new("Part")
4991
o19 = Instance.new("SpecialMesh")
4992
o20 = Instance.new("Part")
4993
o21 = Instance.new("SpecialMesh")
4994
o22 = Instance.new("Part")
4995
o23 = Instance.new("BlockMesh")
4996
o2.Parent = o1
4997
o2.BrickColor = BrickColor.new("Really black")
4998
o2.Position = Vector3.new(-45.1861954, 2.5412097, -23.016592)
4999
o2.Rotation = Vector3.new(0.00237952056, 0.109017432, -0.497739434)
5000
o2.CanCollide = false
5001
o2.FormFactor = Enum.FormFactor.Custom
5002
o2.Size = Vector3.new(0.650000036, 0.200000003, 0.200000003)
5003
o2.CFrame = CFrame.new(-45.1861954, 2.5412097, -23.016592, 0.999960482, 0.00868706685, 0.00190271193, -0.00868700352, 0.99996233, -4.15303948e-005, -0.00190300087, 2.49998866e-005, 0.999998212)
5004
o2.BottomSurface = Enum.SurfaceType.Smooth
5005
o2.TopSurface = Enum.SurfaceType.Smooth
5006
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5007
o3.Parent = o2
5008
o3.Scale = Vector3.new(1, 0.649999976, 1)
5009
o3.MeshType = Enum.MeshType.Brick
5010
o4.Parent = o1
5011
o4.BrickColor = BrickColor.new("Really black")
5012
o4.Position = Vector3.new(-45.1765442, 2.58076906, -23.0162792)
5013
o4.Rotation = Vector3.new(0.00237461296, 0.109017119, -0.497632325)
5014
o4.CanCollide = false
5015
o4.FormFactor = Enum.FormFactor.Custom
5016
o4.Size = Vector3.new(0.200000003, 0.24000001, 0.200000003)
5017
o4.CFrame = CFrame.new(-45.1765442, 2.58076906, -23.0162792, 0.999960482, 0.00868519768, 0.00190270646, -0.00868513249, 0.999961793, -4.14447422e-005, -0.00190299295, 2.49179648e-005, 0.999998212)
5018
o4.BottomSurface = Enum.SurfaceType.Smooth
5019
o4.TopSurface = Enum.SurfaceType.Smooth
5020
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5021
o5.Parent = o4
5022
o5.Scale = Vector3.new(1, 0.75, 0.699999988)
5023
o5.MeshType = Enum.MeshType.Brick
5024
o6.Parent = o1
5025
o6.BrickColor = BrickColor.new("Really red")
5026
o6.Position = Vector3.new(-45.254982, 2.67309928, -23.0156555)
5027
o6.Rotation = Vector3.new(77.6394653, -89.4906311, 77.6413651)
5028
o6.CanCollide = false
5029
o6.FormFactor = Enum.FormFactor.Custom
5030
o6.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
5031
o6.CFrame = CFrame.new(-45.254982, 2.67309928, -23.0156555, 0.00190301181, -0.00868528709, -0.999960482, 4.1445368e-005, 0.999962091, -0.0086852219, 0.999998212, -2.4915631e-005, 0.00190329948)
5032
o6.BottomSurface = Enum.SurfaceType.Smooth
5033
o6.TopSurface = Enum.SurfaceType.Smooth
5034
o6.Color = Color3.new(1, 0, 0)
5035
o7.Parent = o6
5036
o7.MeshId = "http://www.roblox.com/asset/?id=3270017"
5037
o7.Scale = Vector3.new(0.0799999982, 0.800000012, 0.0799999982)
5038
o7.MeshType = Enum.MeshType.Sphere
5039
o8.Parent = o1
5040
o8.BrickColor = BrickColor.new("Really black")
5041
o8.Position = Vector3.new(-45.4392166, 2.7532146, -23.0155544)
5042
o8.Rotation = Vector3.new(-90, 0, 90)
5043
o8.CanCollide = false
5044
o8.FormFactor = Enum.FormFactor.Custom
5045
o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5046
o8.CFrame = CFrame.new(-45.4392166, 2.7532146, -23.0155544, 0, -1, 0, 0, 0, 1, -1, 0, 0)
5047
o8.BottomSurface = Enum.SurfaceType.Smooth
5048
o8.TopSurface = Enum.SurfaceType.Smooth
5049
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5050
o9.Parent = o8
5051
o9.MeshId = "http://www.roblox.com/asset/?id=16659502"
5052
o9.Scale = Vector3.new(0.200000003, 0.400000006, 0.200000003)
5053
o9.MeshType = Enum.MeshType.FileMesh
5054
o10.Parent = o1
5055
o10.BrickColor = BrickColor.new("Really black")
5056
o10.Position = Vector3.new(-45.1811943, 2.75321054, -23.0156231)
5057
o10.Rotation = Vector3.new(77.6419296, -89.4910126, 77.6437988)
5058
o10.CanCollide = false
5059
o10.FormFactor = Enum.FormFactor.Custom
5060
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5061
o10.CFrame = CFrame.new(-45.1811943, 2.75321054, -23.0156231, 0.0019030004, -0.00868700352, -0.999960542, 4.10000102e-005, 0.99996233, -0.00868694112, 0.999998212, -2.44671373e-005, 0.00190328481)
5062
o10.BottomSurface = Enum.SurfaceType.Smooth
5063
o10.TopSurface = Enum.SurfaceType.Smooth
5064
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5065
o11.Parent = o10
5066
o11.MeshId = "http://www.roblox.com/asset/?id=3270017"
5067
o11.Scale = Vector3.new(0.200000003, 0.200000003, 3)
5068
o11.MeshType = Enum.MeshType.FileMesh
5069
o12.Parent = o1
5070
o12.BrickColor = BrickColor.new("Really black")
5071
o12.Position = Vector3.new(-45.4522209, 2.7532146, -23.0155544)
5072
o12.Rotation = Vector3.new(102.362206, 89.4906311, -102.360336)
5073
o12.CanCollide = false
5074
o12.FormFactor = Enum.FormFactor.Custom
5075
o12.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
5076
o12.CFrame = CFrame.new(-45.4522209, 2.7532146, -23.0155544, -0.0019030004, 0.00868400373, 0.999960482, 4.10000102e-005, 0.99996233, -0.0086839404, -0.999998212, 2.44728471e-005, -0.00190328457)
5077
o12.BottomSurface = Enum.SurfaceType.Smooth
5078
o12.TopSurface = Enum.SurfaceType.Smooth
5079
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5080
o13.Parent = o12
5081
o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
5082
o13.Scale = Vector3.new(0.25, 0.25, 2.5999999)
5083
o13.MeshType = Enum.MeshType.FileMesh
5084
o14.Parent = o1
5085
o14.BrickColor = BrickColor.new("Mid gray")
5086
o14.Reflectance = 0.10000000149012
5087
o14.Transparency = 0.89999997615814
5088
o14.Position = Vector3.new(-45.3052483, 2.75419259, -23.0156231)
5089
o14.Rotation = Vector3.new(89.9985962, 0.497508794, 89.8909607)
5090
o14.CanCollide = false
5091
o14.FormFactor = Enum.FormFactor.Custom
5092
o14.Size = Vector3.new(0.200000003, 0.730000019, 0.200000003)
5093
o14.CFrame = CFrame.new(-45.3052483, 2.75419259, -23.0156231, 0.0019030004, -0.999960542, 0.0086830575, 4.10000102e-005, -0.00868299603, -0.99996233, 0.999998212, 0.00190328469, 2.44746461e-005)
5094
o14.BottomSurface = Enum.SurfaceType.Smooth
5095
o14.TopSurface = Enum.SurfaceType.Smooth
5096
o14.Color = Color3.new(0.803922, 0.803922, 0.803922)
5097
o15.Parent = o14
5098
o16.Parent = o1
5099
o16.BrickColor = BrickColor.new("Really black")
5100
o16.Position = Vector3.new(-45.2762527, 2.75321364, -23.015564)
5101
o16.Rotation = Vector3.new(102.362206, 89.4910126, -102.360336)
5102
o16.CanCollide = false
5103
o16.FormFactor = Enum.FormFactor.Custom
5104
o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5105
o16.CFrame = CFrame.new(-45.2762527, 2.75321364, -23.015564, -0.0019030004, 0.00868400373, 0.999960542, 4.10000102e-005, 0.99996233, -0.00868394226, -0.999998212, 2.44728471e-005, -0.00190328469)
5106
o16.BottomSurface = Enum.SurfaceType.Smooth
5107
o16.TopSurface = Enum.SurfaceType.Smooth
5108
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5109
o17.Parent = o16
5110
o17.MeshId = "http://www.roblox.com/asset/?id=3270017"
5111
o17.Scale = Vector3.new(0.189999998, 0.189999998, 3)
5112
o17.MeshType = Enum.MeshType.FileMesh
5113
o18.Parent = o1
5114
o18.BrickColor = BrickColor.new("Really black")
5115
o18.Position = Vector3.new(-44.9112358, 2.77421069, -23.015625)
5116
o18.Rotation = Vector3.new(-90, -7.49987459, 90)
5117
o18.CanCollide = false
5118
o18.FormFactor = Enum.FormFactor.Custom
5119
o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5120
o18.CFrame = CFrame.new(-44.9112358, 2.77421069, -23.015625, 0, -0.991445243, -0.130524024, 0, -0.130524024, 0.991445243, -1, 0, 0)
5121
o18.BottomSurface = Enum.SurfaceType.Smooth
5122
o18.TopSurface = Enum.SurfaceType.Smooth
5123
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5124
o19.Parent = o18
5125
o19.MeshId = "http://www.roblox.com/asset/?id=16659502"
5126
o19.Scale = Vector3.new(0.25, 1, 0.25)
5127
o19.MeshType = Enum.MeshType.FileMesh
5128
o20.Parent = o1
5129
o20.BrickColor = BrickColor.new("Really black")
5130
o20.Position = Vector3.new(-45.6412468, 2.7532146, -23.0156231)
5131
o20.Rotation = Vector3.new(-90, 2.50009346, -90)
5132
o20.CanCollide = false
5133
o20.FormFactor = Enum.FormFactor.Custom
5134
o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5135
o20.CFrame = CFrame.new(-45.6412468, 2.7532146, -23.0156231, 0, 0.999048233, 0.0436210148, 0, -0.0436210111, 0.999048233, 1, 0, 0)
5136
o20.BottomSurface = Enum.SurfaceType.Smooth
5137
o20.TopSurface = Enum.SurfaceType.Smooth
5138
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5139
o21.Parent = o20
5140
o21.MeshId = "http://www.roblox.com/asset/?id=16659502"
5141
o21.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
5142
o21.MeshType = Enum.MeshType.FileMesh
5143
o22.Name = "Zoom"
5144
o22.Parent = o1
5145
o22.Material = Enum.Material.SmoothPlastic
5146
o22.Transparency = 1
5147
o22.Position = Vector3.new(-45.6619682, 2.74977922, -23.013567)
5148
o22.Rotation = Vector3.new(-90, -88.3242722, -90)
5149
o22.Anchored = true
5150
o22.FormFactor = Enum.FormFactor.Custom
5151
o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5152
o22.CFrame = CFrame.new(-45.6619682, 2.74977922, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
5153
o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5154
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5155
o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5156
o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5157
o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5158
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5159
o23.Parent = o22
5160
o23.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
5161
ZoomFOV = 10
5162
elseif Sight == "C79" then 
5163
o2 = Instance.new("Part")
5164
o3 = Instance.new("SpecialMesh")
5165
o4 = Instance.new("Part")
5166
o5 = Instance.new("SpecialMesh")
5167
o6 = Instance.new("Part")
5168
o7 = Instance.new("CylinderMesh")
5169
o8 = Instance.new("Part")
5170
o9 = Instance.new("CylinderMesh")
5171
o10 = Instance.new("Part")
5172
o11 = Instance.new("SpecialMesh")
5173
o12 = Instance.new("Part")
5174
o13 = Instance.new("CylinderMesh")
5175
o14 = Instance.new("Part")
5176
o15 = Instance.new("BlockMesh")
5177
o16 = Instance.new("Part")
5178
o17 = Instance.new("BlockMesh")
5179
o18 = Instance.new("Part")
5180
o19 = Instance.new("BlockMesh")
5181
o20 = Instance.new("Part")
5182
o21 = Instance.new("CylinderMesh")
5183
o22 = Instance.new("Part")
5184
o23 = Instance.new("CylinderMesh")
5185
o24 = Instance.new("Part")
5186
o25 = Instance.new("BlockMesh")
5187
o26 = Instance.new("Part")
5188
o27 = Instance.new("CylinderMesh")
5189
o28 = Instance.new("Part")
5190
o29 = Instance.new("BlockMesh")
5191
o30 = Instance.new("Part")
5192
o31 = Instance.new("BlockMesh")
5193
o32 = Instance.new("Part")
5194
o33 = Instance.new("SpecialMesh")
5195
o34 = Instance.new("Part")
5196
o35 = Instance.new("CylinderMesh")
5197
o36 = Instance.new("Part")
5198
o37 = Instance.new("CylinderMesh")
5199
o38 = Instance.new("Part")
5200
o39 = Instance.new("SpecialMesh")
5201
o40 = Instance.new("Part")
5202
o41 = Instance.new("BlockMesh")
5203
o42 = Instance.new("Part")
5204
o43 = Instance.new("CylinderMesh")
5205
o44 = Instance.new("Part")
5206
o45 = Instance.new("SpecialMesh")
5207
o46 = Instance.new("Part")
5208
o47 = Instance.new("BlockMesh")
5209
o2.Parent = o1
5210
o2.BrickColor = BrickColor.new("Really black")
5211
o2.Position = Vector3.new(-45.5156708, 2.81176472, -23.0132618)
5212
o2.Rotation = Vector3.new(179.997528, 90, 0)
5213
o2.Anchored = true
5214
o2.CanCollide = false
5215
o2.FormFactor = Enum.FormFactor.Custom
5216
o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5217
o2.CFrame = CFrame.new(-45.5156708, 2.81176472, -23.0132618, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005)
5218
o2.BottomSurface = Enum.SurfaceType.Smooth
5219
o2.TopSurface = Enum.SurfaceType.Smooth
5220
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5221
o3.Parent = o2
5222
o3.MeshId = "http://www.roblox.com/asset/?id=3270017"
5223
o3.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313)
5224
o3.MeshType = Enum.MeshType.FileMesh
5225
o4.Parent = o1
5226
o4.BrickColor = BrickColor.new("Really black")
5227
o4.Position = Vector3.new(-45.2076645, 2.81176472, -23.0152378)
5228
o4.Rotation = Vector3.new(179.997528, 90, 0)
5229
o4.Anchored = true
5230
o4.CanCollide = false
5231
o4.FormFactor = Enum.FormFactor.Custom
5232
o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5233
o4.CFrame = CFrame.new(-45.2076645, 2.81176472, -23.0152378, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005)
5234
o4.BottomSurface = Enum.SurfaceType.Smooth
5235
o4.TopSurface = Enum.SurfaceType.Smooth
5236
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5237
o5.Parent = o4
5238
o5.MeshId = "http://www.roblox.com/asset/?id=3270017"
5239
o5.Scale = Vector3.new(0.246153846, 0.246153846, 3.53846145)
5240
o5.MeshType = Enum.MeshType.FileMesh
5241
o6.Parent = o1
5242
o6.BrickColor = BrickColor.new("Really black")
5243
o6.Position = Vector3.new(-45.3536568, 2.6807878, -23.0142326)
5244
o6.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180)
5245
o6.Anchored = true
5246
o6.CanCollide = false
5247
o6.FormFactor = Enum.FormFactor.Custom
5248
o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5249
o6.CFrame = CFrame.new(-45.3536568, 2.6807878, -23.0142326, -1, 1.45200008e-009, 3.30000003e-005, 0, -1, 4.40000003e-005, 3.30000003e-005, 4.40000003e-005, 1)
5250
o6.BottomSurface = Enum.SurfaceType.Smooth
5251
o6.TopSurface = Enum.SurfaceType.Smooth
5252
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5253
o7.Parent = o6
5254
o7.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783)
5255
o8.Parent = o1
5256
o8.BrickColor = BrickColor.new("Really black")
5257
o8.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155)
5258
o8.Rotation = Vector3.new(-0.00246371864, 0.00189076073, -180)
5259
o8.Anchored = true
5260
o8.CanCollide = false
5261
o8.FormFactor = Enum.FormFactor.Custom
5262
o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5263
o8.CFrame = CFrame.new(-45.3476791, 2.6157527, -23.0142155, -1, 1.41900003e-009, 3.30000003e-005, 0, -1, 4.3e-005, 3.30000003e-005, 4.3e-005, 1)
5264
o8.BottomSurface = Enum.SurfaceType.Smooth
5265
o8.TopSurface = Enum.SurfaceType.Smooth
5266
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5267
o9.Parent = o8
5268
o9.Scale = Vector3.new(0.692307711, 0.692307711, 0.692307711)
5269
o10.Parent = o1
5270
o10.BrickColor = BrickColor.new("Really black")
5271
o10.Reflectance = 0.30000001192093
5272
o10.Transparency = 0.39999997615814
5273
o10.Position = Vector3.new(-45.2016716, 2.81176472, -23.0132561)
5274
o10.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
5275
o10.Anchored = true
5276
o10.CanCollide = false
5277
o10.FormFactor = Enum.FormFactor.Custom
5278
o10.Size = Vector3.new(0.215384617, 0.800000012, 0.215384617)
5279
o10.CFrame = CFrame.new(-45.2016716, 2.81176472, -23.0132561, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005)
5280
o10.BottomSurface = Enum.SurfaceType.Smooth
5281
o10.TopSurface = Enum.SurfaceType.Smooth
5282
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5283
o11.Parent = o10
5284
o11.Scale = Vector3.new(1.10000002, 1, 1.10000002)
5285
o12.Parent = o1
5286
o12.Material = Enum.Material.SmoothPlastic
5287
o12.BrickColor = BrickColor.new("Really black")
5288
o12.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155)
5289
o12.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180)
5290
o12.Anchored = true
5291
o12.CanCollide = false
5292
o12.FormFactor = Enum.FormFactor.Custom
5293
o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5294
o12.CFrame = CFrame.new(-45.3476791, 2.6157527, -23.0142155, -1, 1.45200008e-009, 3.30000003e-005, 0, -1, 4.40000003e-005, 3.30000003e-005, 4.40000003e-005, 1)
5295
o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5296
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5297
o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5298
o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5299
o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5300
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5301
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5302
o13.Parent = o12
5303
o13.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783)
5304
o14.Parent = o1
5305
o14.BrickColor = BrickColor.new("Really black")
5306
o14.Position = Vector3.new(-45.0166855, 2.87274075, -23.0132542)
5307
o14.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921)
5308
o14.Anchored = true
5309
o14.CanCollide = false
5310
o14.FormFactor = Enum.FormFactor.Custom
5311
o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5312
o14.CFrame = CFrame.new(-45.0166855, 2.87274075, -23.0132542, -3.30000003e-005, -1, -1.41900003e-009, -4.3e-005, 0, 1, -1, 3.30000003e-005, -4.3e-005)
5313
o14.BottomSurface = Enum.SurfaceType.Smooth
5314
o14.TopSurface = Enum.SurfaceType.Smooth
5315
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5316
o15.Parent = o14
5317
o15.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
5318
o16.Parent = o1
5319
o16.BrickColor = BrickColor.new("Really black")
5320
o16.Position = Vector3.new(-45.0616646, 2.63177776, -23.0142288)
5321
o16.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
5322
o16.Anchored = true
5323
o16.CanCollide = false
5324
o16.FormFactor = Enum.FormFactor.Custom
5325
o16.Size = Vector3.new(0.200000003, 0.523076952, 0.200000003)
5326
o16.CFrame = CFrame.new(-45.0616646, 2.63177776, -23.0142288, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1)
5327
o16.BottomSurface = Enum.SurfaceType.Smooth
5328
o16.TopSurface = Enum.SurfaceType.Smooth
5329
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5330
o17.Parent = o16
5331
o17.Scale = Vector3.new(0.615384579, 1, 0.769230783)
5332
o18.Parent = o1
5333
o18.BrickColor = BrickColor.new("Really black")
5334
o18.Position = Vector3.new(-45.0166855, 2.74978971, -23.0132542)
5335
o18.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921)
5336
o18.Anchored = true
5337
o18.CanCollide = false
5338
o18.FormFactor = Enum.FormFactor.Custom
5339
o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5340
o18.CFrame = CFrame.new(-45.0166855, 2.74978971, -23.0132542, -3.30000003e-005, -1, -1.41900003e-009, -4.3e-005, 0, 1, -1, 3.30000003e-005, -4.3e-005)
5341
o18.BottomSurface = Enum.SurfaceType.Smooth
5342
o18.TopSurface = Enum.SurfaceType.Smooth
5343
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5344
o19.Parent = o18
5345
o19.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
5346
o20.Parent = o1
5347
o20.Material = Enum.Material.SmoothPlastic
5348
o20.BrickColor = BrickColor.new("Really black")
5349
o20.Position = Vector3.new(-45.1856918, 2.55477977, -22.8992996)
5350
o20.Rotation = Vector3.new(-90.0024643, -90, 0)
5351
o20.Anchored = true
5352
o20.CanCollide = false
5353
o20.FormFactor = Enum.FormFactor.Custom
5354
o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5355
o20.CFrame = CFrame.new(-45.1856918, 2.55477977, -22.8992996, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
5356
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5357
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5358
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5359
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5360
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5361
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5362
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5363
o21.Parent = o20
5364
o21.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
5365
o22.Parent = o1
5366
o22.BrickColor = BrickColor.new("Bright red")
5367
o22.Position = Vector3.new(-45.0166817, 2.81176472, -23.0132523)
5368
o22.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
5369
o22.Anchored = true
5370
o22.CanCollide = false
5371
o22.FormFactor = Enum.FormFactor.Custom
5372
o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5373
o22.CFrame = CFrame.new(-45.0166817, 2.81176472, -23.0132523, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005)
5374
o22.BottomSurface = Enum.SurfaceType.Smooth
5375
o22.TopSurface = Enum.SurfaceType.Smooth
5376
o22.Color = Color3.new(0.768628, 0.156863, 0.109804)
5377
o23.Parent = o22
5378
o23.Scale = Vector3.new(0.0769230723, 0.153846145, 0.0769230723)
5379
o24.Parent = o1
5380
o24.BrickColor = BrickColor.new("Really black")
5381
o24.Position = Vector3.new(-45.0166817, 2.81176472, -23.075264)
5382
o24.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
5383
o24.Anchored = true
5384
o24.CanCollide = false
5385
o24.FormFactor = Enum.FormFactor.Custom
5386
o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5387
o24.CFrame = CFrame.new(-45.0166817, 2.81176472, -23.075264, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1)
5388
o24.BottomSurface = Enum.SurfaceType.Smooth
5389
o24.TopSurface = Enum.SurfaceType.Smooth
5390
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5391
o25.Parent = o24
5392
o25.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
5393
o26.Parent = o1
5394
o26.Material = Enum.Material.SmoothPlastic
5395
o26.BrickColor = BrickColor.new("Really black")
5396
o26.Position = Vector3.new(-45.1846809, 2.55478072, -23.1292896)
5397
o26.Rotation = Vector3.new(-90.0024643, -90, 0)
5398
o26.Anchored = true
5399
o26.CanCollide = false
5400
o26.FormFactor = Enum.FormFactor.Custom
5401
o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5402
o26.CFrame = CFrame.new(-45.1846809, 2.55478072, -23.1292896, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
5403
o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5404
o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5405
o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5406
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5407
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5408
o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5409
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5410
o27.Parent = o26
5411
o27.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
5412
o28.Parent = o1
5413
o28.BrickColor = BrickColor.new("Really black")
5414
o28.Position = Vector3.new(-45.0156746, 2.81176472, -22.9512405)
5415
o28.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
5416
o28.Anchored = true
5417
o28.CanCollide = false
5418
o28.FormFactor = Enum.FormFactor.Custom
5419
o28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5420
o28.CFrame = CFrame.new(-45.0156746, 2.81176472, -22.9512405, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1)
5421
o28.BottomSurface = Enum.SurfaceType.Smooth
5422
o28.TopSurface = Enum.SurfaceType.Smooth
5423
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5424
o29.Parent = o28
5425
o29.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
5426
o30.Parent = o1
5427
o30.BrickColor = BrickColor.new("Really black")
5428
o30.Position = Vector3.new(-45.1096992, 2.5397718, -23.0132465)
5429
o30.Rotation = Vector3.new(179.997528, -0.00189076073, 90)
5430
o30.Anchored = true
5431
o30.CanCollide = false
5432
o30.FormFactor = Enum.FormFactor.Custom
5433
o30.Size = Vector3.new(0.200000003, 0.615384638, 0.200000003)
5434
o30.CFrame = CFrame.new(-45.1096992, 2.5397718, -23.0132465, 0, -1, -3.30000003e-005, -1, 1.41900003e-009, -4.3e-005, 4.3e-005, 3.30000003e-005, -1)
5435
o30.BottomSurface = Enum.SurfaceType.Smooth
5436
o30.TopSurface = Enum.SurfaceType.Smooth
5437
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5438
o31.Parent = o30
5439
o31.Scale = Vector3.new(0.307692289, 1, 0.846153855)
5440
o32.Parent = o1
5441
o32.BrickColor = BrickColor.new("Really black")
5442
o32.Position = Vector3.new(-44.8696785, 2.81176472, -23.0132446)
5443
o32.Rotation = Vector3.new(179.997528, 90, 0)
5444
o32.Anchored = true
5445
o32.CanCollide = false
5446
o32.FormFactor = Enum.FormFactor.Custom
5447
o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5448
o32.CFrame = CFrame.new(-44.8696785, 2.81176472, -23.0132446, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005)
5449
o32.BottomSurface = Enum.SurfaceType.Smooth
5450
o32.TopSurface = Enum.SurfaceType.Smooth
5451
o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5452
o33.Parent = o32
5453
o33.MeshId = "http://www.roblox.com/asset/?id=3270017"
5454
o33.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313)
5455
o33.MeshType = Enum.MeshType.FileMesh
5456
o34.Parent = o1
5457
o34.Material = Enum.Material.SmoothPlastic
5458
o34.BrickColor = BrickColor.new("Really black")
5459
o34.Position = Vector3.new(-44.9236374, 2.55478072, -22.8982334)
5460
o34.Rotation = Vector3.new(-90.0024643, -90, 0)
5461
o34.Anchored = true
5462
o34.CanCollide = false
5463
o34.FormFactor = Enum.FormFactor.Custom
5464
o34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5465
o34.CFrame = CFrame.new(-44.9236374, 2.55478072, -22.8982334, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
5466
o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5467
o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5468
o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5469
o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5470
o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5471
o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5472
o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5473
o35.Parent = o34
5474
o35.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
5475
o36.Parent = o1
5476
o36.Material = Enum.Material.SmoothPlastic
5477
o36.BrickColor = BrickColor.new("Black")
5478
o36.Position = Vector3.new(-44.9226875, 2.55477881, -23.129282)
5479
o36.Rotation = Vector3.new(-90.0024643, -90, 0)
5480
o36.Anchored = true
5481
o36.CanCollide = false
5482
o36.FormFactor = Enum.FormFactor.Custom
5483
o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5484
o36.CFrame = CFrame.new(-44.9226875, 2.55477881, -23.129282, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
5485
o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5486
o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5487
o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5488
o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5489
o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5490
o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5491
o36.Color = Color3.new(0.105882, 0.164706, 0.207843)
5492
o37.Parent = o36
5493
o37.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
5494
o38.Parent = o1
5495
o38.BrickColor = BrickColor.new("Really black")
5496
o38.Position = Vector3.new(-44.8106842, 2.81176472, -23.0142307)
5497
o38.Rotation = Vector3.new(90.0095291, 81.0001602, 89.987915)
5498
o38.Anchored = true
5499
o38.CanCollide = false
5500
o38.FormFactor = Enum.FormFactor.Custom
5501
o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5502
o38.CFrame = CFrame.new(-44.8106842, 2.81176472, -23.0142307, 3.30000003e-005, -0.156431958, 0.98768878, 4.19999997e-005, -0.98768878, -0.156431958, 1, 4.6645182e-005, -2.60235865e-005)
5503
o38.BottomSurface = Enum.SurfaceType.Smooth
5504
o38.TopSurface = Enum.SurfaceType.Smooth
5505
o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5506
o39.Parent = o38
5507
o39.MeshId = "http://www.roblox.com/asset/?id=3270017"
5508
o39.Scale = Vector3.new(0.246153846, 0.230769232, 0.461538464)
5509
o39.MeshType = Enum.MeshType.FileMesh
5510
o40.Parent = o1
5511
o40.BrickColor = BrickColor.new("Really black")
5512
o40.Position = Vector3.new(-44.7456856, 2.6157527, -23.0132465)
5513
o40.Rotation = Vector3.new(179.997528, -0.00189076073, 90)
5514
o40.Anchored = true
5515
o40.CanCollide = false
5516
o40.FormFactor = Enum.FormFactor.Custom
5517
o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5518
o40.CFrame = CFrame.new(-44.7456856, 2.6157527, -23.0132465, 0, -1, -3.30000003e-005, -1, 1.41900003e-009, -4.3e-005, 4.3e-005, 3.30000003e-005, -1)
5519
o40.BottomSurface = Enum.SurfaceType.Smooth
5520
o40.TopSurface = Enum.SurfaceType.Smooth
5521
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5522
o41.Parent = o40
5523
o41.Scale = Vector3.new(0.923076928, 0.538461506, 0.538461506)
5524
o42.Parent = o1
5525
o42.Material = Enum.Material.SmoothPlastic
5526
o42.BrickColor = BrickColor.new("Really black")
5527
o42.Position = Vector3.new(-44.731678, 2.65176678, -23.0132427)
5528
o42.Rotation = Vector3.new(-90.0024643, -90, 0)
5529
o42.Anchored = true
5530
o42.CanCollide = false
5531
o42.FormFactor = Enum.FormFactor.Custom
5532
o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5533
o42.CFrame = CFrame.new(-44.731678, 2.65176678, -23.0132427, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
5534
o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5535
o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5536
o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5537
o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5538
o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5539
o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5540
o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5541
o43.Parent = o42
5542
o43.Scale = Vector3.new(0.461538464, 0.615384579, 0.461538464)
5543
o44.Parent = o1
5544
o44.BrickColor = BrickColor.new("Really black")
5545
o44.Position = Vector3.new(-44.6716805, 2.61574984, -23.014225)
5546
o44.Rotation = Vector3.new(179.997528, -90, 0)
5547
o44.Anchored = true
5548
o44.CanCollide = false
5549
o44.FormFactor = Enum.FormFactor.Custom
5550
o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5551
o44.CFrame = CFrame.new(-44.6716805, 2.61574984, -23.014225, -3.30000003e-005, 0, -1, -4.3e-005, -1, 1.41900003e-009, -1, 4.3e-005, 3.30000003e-005)
5552
o44.BottomSurface = Enum.SurfaceType.Smooth
5553
o44.TopSurface = Enum.SurfaceType.Smooth
5554
o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5555
o45.Parent = o44
5556
o45.Scale = Vector3.new(0.538461506, 0.923076928, 0.230769232)
5557
o45.MeshType = Enum.MeshType.Wedge
5558
o46.Name = "Zoom"
5559
o46.Parent = o1
5560
o46.Material = Enum.Material.SmoothPlastic
5561
o46.Transparency = 1
5562
o46.Position = Vector3.new(-45.6602287, 2.80918193, -23.013567)
5563
o46.Rotation = Vector3.new(-90, -88.3242722, -90)
5564
o46.Anchored = true
5565
o46.FormFactor = Enum.FormFactor.Custom
5566
o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5567
o46.CFrame = CFrame.new(-45.6602287, 2.80918193, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
5568
o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5569
o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5570
o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5571
o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5572
o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5573
o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5574
o47.Parent = o46
5575
o47.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
5576
ZoomFOV = 20
5577
elseif Sight == "ACOG" then
5578
o2 = Instance.new("Part")
5579
o3 = Instance.new("BlockMesh")
5580
o4 = Instance.new("Part")
5581
o5 = Instance.new("CylinderMesh")
5582
o6 = Instance.new("Part")
5583
o7 = Instance.new("CylinderMesh")
5584
o8 = Instance.new("Part")
5585
o9 = Instance.new("BlockMesh")
5586
o10 = Instance.new("Part")
5587
o11 = Instance.new("SpecialMesh")
5588
o12 = Instance.new("Part")
5589
o13 = Instance.new("SpecialMesh")
5590
o14 = Instance.new("Part")
5591
o15 = Instance.new("SpecialMesh")
5592
o16 = Instance.new("Part")
5593
o17 = Instance.new("Decal")
5594
o18 = Instance.new("Decal")
5595
o19 = Instance.new("BlockMesh")
5596
o20 = Instance.new("Part")
5597
o21 = Instance.new("BlockMesh")
5598
o22 = Instance.new("Part")
5599
o23 = Instance.new("SpecialMesh")
5600
o2.Name = "Zoom"
5601
o2.Parent = o1
5602
o2.Material = Enum.Material.SmoothPlastic
5603
o2.Transparency = 1
5604
o2.Position = Vector3.new(-45.7289391, 2.73110533, -23.0179634)
5605
o2.Rotation = Vector3.new(-90, -88.876564, -90)
5606
o2.Anchored = true
5607
o2.FormFactor = Enum.FormFactor.Custom
5608
o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5609
o2.CFrame = CFrame.new(-45.7289391, 2.73110533, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
5610
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5611
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5612
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5613
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5614
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5615
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5616
o3.Parent = o2
5617
o3.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
5618
o4.Name = "ACOG"
5619
o4.Parent = o1
5620
o4.BrickColor = BrickColor.new("Bright red")
5621
o4.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977)
5622
o4.Rotation = Vector3.new(90.0104294, -89.9720306, -90)
5623
o4.Anchored = true
5624
o4.CanCollide = false
5625
o4.FormFactor = Enum.FormFactor.Custom
5626
o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5627
o4.CFrame = CFrame.new(-45.1566238, 2.8208468, -23.020977, 0, 0.000485999946, -0.999999881, 0.000182000003, -0.999999881, -0.000485999917, -1, -0.000181999989, -8.84519977e-008)
5628
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5629
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5630
o4.Color = Color3.new(0.768628, 0.156863, 0.109804)
5631
o5.Parent = o4
5632
o5.Scale = Vector3.new(1.33333337, 0.0333333351, 0.699999988)
5633
o6.Name = "ACOG"
5634
o6.Parent = o1
5635
o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
5636
o6.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977)
5637
o6.Rotation = Vector3.new(90.0104294, -89.9720306, -90)
5638
o6.Anchored = true
5639
o6.CanCollide = false
5640
o6.FormFactor = Enum.FormFactor.Custom
5641
o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5642
o6.CFrame = CFrame.new(-45.1566238, 2.8208468, -23.020977, 0, 0.000485999946, -0.999999881, 0.000182000003, -0.999999881, -0.000485999917, -1, -0.000181999989, -8.84519977e-008)
5643
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5644
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5645
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5646
o7.Parent = o6
5647
o7.Scale = Vector3.new(1.33333337, 0.333333343, 0.666666687)
5648
o8.Name = "ACOG"
5649
o8.Parent = o1
5650
o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
5651
o8.Position = Vector3.new(-45.1224823, 2.58768368, -23.0217686)
5652
o8.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
5653
o8.Anchored = true
5654
o8.CanCollide = false
5655
o8.FormFactor = Enum.FormFactor.Custom
5656
o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5657
o8.CFrame = CFrame.new(-45.1224823, 2.58768368, -23.0217686, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1)
5658
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5659
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5660
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5661
o9.Parent = o8
5662
o9.Scale = Vector3.new(1, 0.533333361, 0.533333302)
5663
o10.Name = "ACOG"
5664
o10.Parent = o1
5665
o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
5666
o10.Position = Vector3.new(-44.9295502, 2.72090769, -23.0211411)
5667
o10.Rotation = Vector3.new(90.0256882, 75.0440826, 89.9820175)
5668
o10.Anchored = true
5669
o10.CanCollide = false
5670
o10.FormFactor = Enum.FormFactor.Symmetric
5671
o10.Size = Vector3.new(1, 1, 1)
5672
o10.CFrame = CFrame.new(-44.9295502, 2.72090769, -23.0211411, 8.09999983e-005, -0.258075923, 0.966124654, -0.000144999998, -0.966124654, -0.258075893, 1, -0.000119183926, -0.000115677103)
5673
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5674
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5675
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5676
o11.Parent = o10
5677
o11.MeshId = "http://www.roblox.com/asset/?id=3270017"
5678
o11.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687)
5679
o11.MeshType = Enum.MeshType.FileMesh
5680
o12.Name = "ACOG"
5681
o12.Parent = o1
5682
o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
5683
o12.Position = Vector3.new(-45.3565521, 2.72070885, -23.0211391)
5684
o12.Rotation = Vector3.new(-94.5800171, 89.9720306, -85.4120255)
5685
o12.Anchored = true
5686
o12.CanCollide = false
5687
o12.FormFactor = Enum.FormFactor.Symmetric
5688
o12.Size = Vector3.new(1, 1, 1)
5689
o12.CFrame = CFrame.new(-45.3565521, 2.72070885, -23.0211391, 3.89999987e-005, 0.000485999946, 0.999999881, -0.000138999996, -0.999999881, 0.00048600536, 1, -0.000139018943, -3.89324414e-005)
5690
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5691
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5692
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5693
o13.Parent = o12
5694
o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
5695
o13.Scale = Vector3.new(0.173333332, 0.173333332, 0.666666687)
5696
o13.MeshType = Enum.MeshType.FileMesh
5697
o14.Name = "ACOG"
5698
o14.Parent = o1
5699
o14.BrickColor = BrickColor.new(CUSTOMCOLOR)
5700
o14.Position = Vector3.new(-44.956562, 2.72089267, -23.021225)
5701
o14.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925)
5702
o14.Anchored = true
5703
o14.CanCollide = false
5704
o14.FormFactor = Enum.FormFactor.Symmetric
5705
o14.Size = Vector3.new(1, 1, 1)
5706
o14.CFrame = CFrame.new(-44.956562, 2.72089267, -23.021225, 7.10000022e-005, 0.000527999946, 0.999999881, -0.000138999996, -0.999999881, 0.000528009783, 1, -0.000139037467, -7.09266023e-005)
5707
o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5708
o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5709
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5710
o15.Parent = o14
5711
o15.MeshId = "http://www.roblox.com/asset/?id=3270017"
5712
o15.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687)
5713
o15.MeshType = Enum.MeshType.FileMesh
5714
o16.Name = "ACOG1"
5715
o16.Parent = o1
5716
o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
5717
o16.Transparency = 1
5718
o16.Position = Vector3.new(-45.2625923, 2.72075582, -23.0216827)
5719
o16.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
5720
o16.Anchored = true
5721
o16.CanCollide = false
5722
o16.FormFactor = Enum.FormFactor.Custom
5723
o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
5724
o16.CFrame = CFrame.new(-45.2625923, 2.72075582, -23.0216827, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1)
5725
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5726
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5727
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5728
o17.Parent = o16
5729
o17.Texture = "http://www.roblox.com/asset/?id=95639324"
5730
o17.Face = Enum.NormalId.Right
5731
o18.Parent = o16
5732
o18.Texture = "http://www.roblox.com/asset/?id=95639324"
5733
o18.Face = Enum.NormalId.Left
5734
o19.Parent = o16
5735
o19.Scale = Vector3.new(0.0666666701, 1, 1)
5736
o20.Name = "ACOG"
5737
o20.Parent = o1
5738
o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
5739
o20.Position = Vector3.new(-45.0894966, 2.53364778, -23.0207634)
5740
o20.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
5741
o20.Anchored = true
5742
o20.CanCollide = false
5743
o20.FormFactor = Enum.FormFactor.Custom
5744
o20.Size = Vector3.new(0.333333343, 0.200000003, 0.200000003)
5745
o20.CFrame = CFrame.new(-45.0894966, 2.53364778, -23.0207634, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1)
5746
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5747
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5748
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5749
o21.Parent = o20
5750
o21.Scale = Vector3.new(1, 0.533333361, 0.866666675)
5751
o22.Name = "ACOG2"
5752
o22.Parent = o1
5753
o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
5754
o22.Position = Vector3.new(-45.1225471, 2.72081685, -23.0214977)
5755
o22.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925)
5756
o22.Anchored = true
5757
o22.CanCollide = false
5758
o22.FormFactor = Enum.FormFactor.Symmetric
5759
o22.Size = Vector3.new(1, 1, 1)
5760
o22.CFrame = CFrame.new(-45.1225471, 2.72081685, -23.0214977, 7.10000022e-005, 0.000527999946, 0.999999881, -0.000138999996, -0.999999881, 0.000528009783, 1, -0.000139037467, -7.09266023e-005)
5761
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5762
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5763
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5764
o23.Parent = o22
5765
o23.MeshId = "http://www.roblox.com/asset/?id=3270017"
5766
o23.Scale = Vector3.new(0.166666672, 0.166666672, 2.66666675)
5767
o23.MeshType = Enum.MeshType.FileMesh
5768
ZoomFOV = 5
5769
elseif Sight == "M145" then
5770
	
5771
o2 = Instance.new("Part")
5772
o3 = Instance.new("CylinderMesh")
5773
o4 = Instance.new("Part")
5774
o5 = Instance.new("CylinderMesh")
5775
o6 = Instance.new("Part")
5776
o7 = Instance.new("CylinderMesh")
5777
o8 = Instance.new("Part")
5778
o9 = Instance.new("BlockMesh")
5779
o10 = Instance.new("Part")
5780
o11 = Instance.new("SpecialMesh")
5781
o12 = Instance.new("Part")
5782
o13 = Instance.new("BlockMesh")
5783
o14 = Instance.new("Part")
5784
o15 = Instance.new("BlockMesh")
5785
o16 = Instance.new("Part")
5786
o17 = Instance.new("SpecialMesh")
5787
o18 = Instance.new("Part")
5788
o19 = Instance.new("BlockMesh")
5789
o20 = Instance.new("Part")
5790
o21 = Instance.new("BlockMesh")
5791
o22 = Instance.new("Part")
5792
o23 = Instance.new("SpecialMesh")
5793
o24 = Instance.new("Part")
5794
o25 = Instance.new("SpecialMesh")
5795
o26 = Instance.new("Part")
5796
o27 = Instance.new("BlockMesh")
5797
o28 = Instance.new("Part")
5798
o29 = Instance.new("BlockMesh")
5799
o30 = Instance.new("Part")
5800
o31 = Instance.new("BlockMesh")
5801
o32 = Instance.new("Part")
5802
o33 = Instance.new("BlockMesh")
5803
o34 = Instance.new("Part")
5804
o35 = Instance.new("SpecialMesh")
5805
o36 = Instance.new("Part")
5806
o37 = Instance.new("SpecialMesh")
5807
o38 = Instance.new("Part")
5808
o39 = Instance.new("BlockMesh")
5809
o2.Parent = o1
5810
o2.Reflectance = 0.050000000745058
5811
o2.Transparency = 0.89999997615814
5812
o2.Position = Vector3.new(-45.0308838, 2.90189338, -23.0160847)
5813
o2.Rotation = Vector3.new(-0.00252101431, 0.00189076073, 90)
5814
o2.Anchored = true
5815
o2.FormFactor = Enum.FormFactor.Symmetric
5816
o2.Size = Vector3.new(1, 1, 1)
5817
o2.CFrame = CFrame.new(-45.0308838, 2.90189338, -23.0160847, 0, -1, 3.30000003e-005, 1, 1.45200008e-009, 4.40000003e-005, -4.40000003e-005, 3.30000003e-005, 1)
5818
o2.BottomSurface = Enum.SurfaceType.Smooth
5819
o2.TopSurface = Enum.SurfaceType.Smooth
5820
o3.Parent = o2
5821
o3.Offset = Vector3.new(-0.180000007, -0.0299999993, 0)
5822
o3.Scale = Vector3.new(0.209999993, 0.00479999976, 0.194999993)
5823
o4.Parent = o1
5824
o4.Reflectance = 0.050000000745058
5825
o4.Transparency = 0.89999997615814
5826
o4.Position = Vector3.new(-45.5848656, 2.72892451, -23.0160999)
5827
o4.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
5828
o4.Anchored = true
5829
o4.FormFactor = Enum.FormFactor.Symmetric
5830
o4.Size = Vector3.new(1, 1, 1)
5831
o4.CFrame = CFrame.new(-45.5848656, 2.72892451, -23.0160999, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005)
5832
o4.BottomSurface = Enum.SurfaceType.Smooth
5833
o4.TopSurface = Enum.SurfaceType.Smooth
5834
o5.Parent = o4
5835
o5.Offset = Vector3.new(0, -0.0480000004, 0)
5836
o5.Scale = Vector3.new(0.180000007, 0.00479999976, 0.180000007)
5837
o6.Parent = o1
5838
o6.BrickColor = BrickColor.new("Really black")
5839
o6.Position = Vector3.new(-45.4388695, 2.54694438, -23.0180969)
5840
o6.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
5841
o6.Anchored = true
5842
o6.FormFactor = Enum.FormFactor.Symmetric
5843
o6.Size = Vector3.new(1, 1, 1)
5844
o6.CFrame = CFrame.new(-45.4388695, 2.54694438, -23.0180969, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
5845
o6.BottomSurface = Enum.SurfaceType.Smooth
5846
o6.TopSurface = Enum.SurfaceType.Smooth
5847
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5848
o7.Parent = o6
5849
o7.Offset = Vector3.new(0.0480000004, 0, 0)
5850
o7.Scale = Vector3.new(0.143999994, 0.150000006, 0.143999994)
5851
o8.Parent = o1
5852
o8.BrickColor = BrickColor.new("Really black")
5853
o8.Position = Vector3.new(-45.2008667, 2.54694438, -23.0160828)
5854
o8.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
5855
o8.Anchored = true
5856
o8.FormFactor = Enum.FormFactor.Symmetric
5857
o8.Size = Vector3.new(1, 1, 1)
5858
o8.CFrame = CFrame.new(-45.2008667, 2.54694438, -23.0160828, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
5859
o8.BottomSurface = Enum.SurfaceType.Smooth
5860
o8.TopSurface = Enum.SurfaceType.Smooth
5861
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5862
o9.Parent = o8
5863
o9.Offset = Vector3.new(0.0240000002, 0, 0)
5864
o9.Scale = Vector3.new(0.42009002, 0.150000006, 0.143999994)
5865
o10.Parent = o1
5866
o10.BrickColor = BrickColor.new("Really black")
5867
o10.Position = Vector3.new(-45.0068626, 2.54694152, -23.0171223)
5868
o10.Rotation = Vector3.new(-0.00246371864, 90, 0)
5869
o10.Anchored = true
5870
o10.FormFactor = Enum.FormFactor.Symmetric
5871
o10.Size = Vector3.new(1, 1, 1)
5872
o10.CFrame = CFrame.new(-45.0068626, 2.54694152, -23.0171223, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
5873
o10.BottomSurface = Enum.SurfaceType.Smooth
5874
o10.TopSurface = Enum.SurfaceType.Smooth
5875
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5876
o11.Parent = o10
5877
o11.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004)
5878
o11.MeshType = Enum.MeshType.Wedge
5879
o12.Parent = o1
5880
o12.BrickColor = BrickColor.new("Really black")
5881
o12.Position = Vector3.new(-44.9609032, 2.54694152, -23.0180988)
5882
o12.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
5883
o12.Anchored = true
5884
o12.FormFactor = Enum.FormFactor.Symmetric
5885
o12.Size = Vector3.new(1, 1, 1)
5886
o12.CFrame = CFrame.new(-44.9609032, 2.54694152, -23.0180988, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
5887
o12.BottomSurface = Enum.SurfaceType.Smooth
5888
o12.TopSurface = Enum.SurfaceType.Smooth
5889
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5890
o13.Parent = o12
5891
o13.Scale = Vector3.new(0.0480000004, 0.150000006, 0.239999995)
5892
o14.Parent = o1
5893
o14.BrickColor = BrickColor.new("Really black")
5894
o14.Position = Vector3.new(-45.3188782, 2.72089553, -22.9411163)
5895
o14.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
5896
o14.Anchored = true
5897
o14.FormFactor = Enum.FormFactor.Symmetric
5898
o14.Size = Vector3.new(1, 1, 1)
5899
o14.CFrame = CFrame.new(-45.3188782, 2.72089553, -22.9411163, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
5900
o14.BottomSurface = Enum.SurfaceType.Smooth
5901
o14.TopSurface = Enum.SurfaceType.Smooth
5902
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5903
o15.Parent = o14
5904
o15.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999)
5905
o16.Parent = o1
5906
o16.BrickColor = BrickColor.new("Really black")
5907
o16.Position = Vector3.new(-44.9648743, 2.72694039, -23.0171223)
5908
o16.Rotation = Vector3.new(90.0085602, 80.2704544, -90.0111923)
5909
o16.Anchored = true
5910
o16.Size = Vector3.new(1, 1.20000005, 1)
5911
o16.CFrame = CFrame.new(-44.9648743, 2.72694039, -23.0171223, -3.30000003e-005, 0.168998078, 0.985616446, -4.3e-005, 0.985616446, -0.168998078, -1, -4.79584414e-005, -2.52584268e-005)
5912
o16.BottomSurface = Enum.SurfaceType.Smooth
5913
o16.TopSurface = Enum.SurfaceType.Smooth
5914
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5915
o17.Parent = o16
5916
o17.MeshId = "http://www.roblox.com/asset/?id=3270017"
5917
o17.Scale = Vector3.new(0.230400011, 0.230400011, 0.479999989)
5918
o17.MeshType = Enum.MeshType.FileMesh
5919
o18.Parent = o1
5920
o18.BrickColor = BrickColor.new("Really black")
5921
o18.Position = Vector3.new(-45.3208618, 2.92493939, -23.016077)
5922
o18.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
5923
o18.Anchored = true
5924
o18.FormFactor = Enum.FormFactor.Symmetric
5925
o18.Size = Vector3.new(1, 1, 1)
5926
o18.CFrame = CFrame.new(-45.3208618, 2.92493939, -23.016077, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
5927
o18.BottomSurface = Enum.SurfaceType.Smooth
5928
o18.TopSurface = Enum.SurfaceType.Smooth
5929
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5930
o19.Parent = o18
5931
o19.Offset = Vector3.new(0, 0.1875, 0)
5932
o19.Scale = Vector3.new(0, 0.00150000001, 0.0329999998)
5933
o20.Parent = o1
5934
o20.BrickColor = BrickColor.new("Really black")
5935
o20.Position = Vector3.new(-45.3208618, 2.89493656, -23.0160847)
5936
o20.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
5937
o20.Anchored = true
5938
o20.FormFactor = Enum.FormFactor.Symmetric
5939
o20.Size = Vector3.new(1, 1, 1)
5940
o20.CFrame = CFrame.new(-45.3208618, 2.89493656, -23.0160847, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
5941
o20.BottomSurface = Enum.SurfaceType.Smooth
5942
o20.TopSurface = Enum.SurfaceType.Smooth
5943
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5944
o21.Parent = o20
5945
o21.Offset = Vector3.new(0, 0.17400001, 0)
5946
o21.Scale = Vector3.new(0, 0.00150000001, 0.0990000069)
5947
o22.Parent = o1
5948
o22.BrickColor = BrickColor.new("Really black")
5949
o22.Position = Vector3.new(-45.2548485, 2.7238884, -23.016077)
5950
o22.Rotation = Vector3.new(-0.00246371864, 90, 0)
5951
o22.Anchored = true
5952
o22.Size = Vector3.new(1, 1.20000005, 1)
5953
o22.CFrame = CFrame.new(-45.2548485, 2.7238884, -23.016077, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
5954
o22.BottomSurface = Enum.SurfaceType.Smooth
5955
o22.TopSurface = Enum.SurfaceType.Smooth
5956
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5957
o23.Parent = o22
5958
o23.MeshId = "http://www.roblox.com/asset/?id=3270017"
5959
o23.Scale = Vector3.new(0.209999993, 0.209999993, 3.5999999)
5960
o23.MeshType = Enum.MeshType.FileMesh
5961
o24.Parent = o1
5962
o24.BrickColor = BrickColor.new("Really black")
5963
o24.Position = Vector3.new(-44.9108505, 2.54694438, -23.0160923)
5964
o24.Rotation = Vector3.new(179.997528, -90, 0)
5965
o24.Anchored = true
5966
o24.FormFactor = Enum.FormFactor.Symmetric
5967
o24.Size = Vector3.new(1, 1, 1)
5968
o24.CFrame = CFrame.new(-44.9108505, 2.54694438, -23.0160923, -3.30000003e-005, 0, -1, -4.3e-005, -1, 1.41900003e-009, -1, 4.3e-005, 3.30000003e-005)
5969
o24.BottomSurface = Enum.SurfaceType.Smooth
5970
o24.TopSurface = Enum.SurfaceType.Smooth
5971
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5972
o25.Parent = o24
5973
o25.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004)
5974
o25.MeshType = Enum.MeshType.Wedge
5975
o26.Parent = o1
5976
o26.BrickColor = BrickColor.new("Really black")
5977
o26.Position = Vector3.new(-45.3188705, 2.72089553, -23.0911293)
5978
o26.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
5979
o26.Anchored = true
5980
o26.FormFactor = Enum.FormFactor.Symmetric
5981
o26.Size = Vector3.new(1, 1, 1)
5982
o26.CFrame = CFrame.new(-45.3188705, 2.72089553, -23.0911293, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
5983
o26.BottomSurface = Enum.SurfaceType.Smooth
5984
o26.TopSurface = Enum.SurfaceType.Smooth
5985
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5986
o27.Parent = o26
5987
o27.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999)
5988
o28.Parent = o1
5989
o28.BrickColor = BrickColor.new("Really black")
5990
o28.Position = Vector3.new(-45.3208618, 2.80793452, -23.016077)
5991
o28.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
5992
o28.Anchored = true
5993
o28.FormFactor = Enum.FormFactor.Symmetric
5994
o28.Size = Vector3.new(1, 1, 1)
5995
o28.CFrame = CFrame.new(-45.3208618, 2.80793452, -23.016077, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
5996
o28.BottomSurface = Enum.SurfaceType.Smooth
5997
o28.TopSurface = Enum.SurfaceType.Smooth
5998
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5999
o29.Parent = o28
6000
o29.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003)
6001
o30.Parent = o1
6002
o30.BrickColor = BrickColor.new("Really black")
6003
o30.Position = Vector3.new(-45.3208656, 2.86490941, -23.0160904)
6004
o30.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
6005
o30.Anchored = true
6006
o30.FormFactor = Enum.FormFactor.Symmetric
6007
o30.Size = Vector3.new(1, 1, 1)
6008
o30.CFrame = CFrame.new(-45.3208656, 2.86490941, -23.0160904, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
6009
o30.BottomSurface = Enum.SurfaceType.Smooth
6010
o30.TopSurface = Enum.SurfaceType.Smooth
6011
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6012
o31.Parent = o30
6013
o31.Offset = Vector3.new(0, 0.135000005, 0)
6014
o31.Scale = Vector3.new(0, 0.0989999995, 0.00150000001)
6015
o32.Parent = o1
6016
o32.BrickColor = BrickColor.new("Really black")
6017
o32.Position = Vector3.new(-45.320858, 2.65193152, -23.0160847)
6018
o32.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
6019
o32.Anchored = true
6020
o32.FormFactor = Enum.FormFactor.Symmetric
6021
o32.Size = Vector3.new(1, 1, 1)
6022
o32.CFrame = CFrame.new(-45.320858, 2.65193152, -23.0160847, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
6023
o32.BottomSurface = Enum.SurfaceType.Smooth
6024
o32.TopSurface = Enum.SurfaceType.Smooth
6025
o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6026
o33.Parent = o32
6027
o33.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003)
6028
o34.Parent = o1
6029
o34.BrickColor = BrickColor.new("Really black")
6030
o34.Position = Vector3.new(-45.5238876, 2.72389054, -23.0180988)
6031
o34.Rotation = Vector3.new(-0.00246371864, 90, 0)
6032
o34.Anchored = true
6033
o34.Size = Vector3.new(1, 1.20000005, 1)
6034
o34.CFrame = CFrame.new(-45.5238876, 2.72389054, -23.0180988, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
6035
o34.BottomSurface = Enum.SurfaceType.Smooth
6036
o34.TopSurface = Enum.SurfaceType.Smooth
6037
o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6038
o35.Parent = o34
6039
o35.MeshId = "http://www.roblox.com/asset/?id=3270017"
6040
o35.Scale = Vector3.new(0.215999991, 0.215999991, 0.576000035)
6041
o35.MeshType = Enum.MeshType.FileMesh
6042
o36.Parent = o1
6043
o36.BrickColor = BrickColor.new("Really black")
6044
o36.Position = Vector3.new(-45.0038757, 2.71586657, -23.0160828)
6045
o36.Rotation = Vector3.new(-0.00246371864, 90, 0)
6046
o36.Anchored = true
6047
o36.Size = Vector3.new(1, 1.20000005, 1)
6048
o36.CFrame = CFrame.new(-45.0038757, 2.71586657, -23.0160828, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
6049
o36.BottomSurface = Enum.SurfaceType.Smooth
6050
o36.TopSurface = Enum.SurfaceType.Smooth
6051
o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6052
o37.Parent = o36
6053
o37.MeshId = "http://www.roblox.com/asset/?id=3270017"
6054
o37.Scale = Vector3.new(0.224999994, 0.224999994, 0.75)
6055
o37.MeshType = Enum.MeshType.FileMesh
6056
o38.Name = "Zoom"
6057
o38.Parent = o1
6058
o38.Material = Enum.Material.SmoothPlastic
6059
o38.Transparency = 1
6060
o38.Position = Vector3.new(-45.6625099, 2.73130202, -23.013567)
6061
o38.Rotation = Vector3.new(-90, -88.3242722, -90)
6062
o38.Anchored = true
6063
o38.FormFactor = Enum.FormFactor.Custom
6064
o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6065
o38.CFrame = CFrame.new(-45.6625099, 2.73130202, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
6066
o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6067
o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6068
o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6069
o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6070
o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6071
o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6072
o39.Parent = o38
6073
o39.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
6074
ZoomFOV = 15
6075
else
6076
o2 = Instance.new("Part")
6077
o3 = Instance.new("SpecialMesh")
6078
o4 = Instance.new("Part")
6079
o5 = Instance.new("BlockMesh")
6080
o6 = Instance.new("Part")
6081
o7 = Instance.new("SpecialMesh")
6082
o8 = Instance.new("Part")
6083
o9 = Instance.new("SpecialMesh")
6084
o10 = Instance.new("Part")
6085
o11 = Instance.new("BlockMesh")
6086
o12 = Instance.new("Part")
6087
o13 = Instance.new("BlockMesh")
6088
o14 = Instance.new("Part")
6089
o15 = Instance.new("BlockMesh")
6090
o16 = Instance.new("Part")
6091
o17 = Instance.new("SpecialMesh")
6092
o18 = Instance.new("Part")
6093
o19 = Instance.new("SpecialMesh")
6094
o20 = Instance.new("Part")
6095
o21 = Instance.new("BlockMesh")
6096
o22 = Instance.new("Part")
6097
o23 = Instance.new("CylinderMesh")
6098
o24 = Instance.new("Part")
6099
o25 = Instance.new("SpecialMesh")
6100
o26 = Instance.new("Part")
6101
o27 = Instance.new("BlockMesh")
6102
o28 = Instance.new("Part")
6103
o29 = Instance.new("BlockMesh")
6104
o30 = Instance.new("Part")
6105
o31 = Instance.new("CylinderMesh")
6106
o32 = Instance.new("Part")
6107
o33 = Instance.new("BlockMesh")
6108
o34 = Instance.new("Part")
6109
o35 = Instance.new("BlockMesh")
6110
o36 = Instance.new("Part")
6111
o37 = Instance.new("BlockMesh")
6112
o38 = Instance.new("Part")
6113
o39 = Instance.new("SpecialMesh")
6114
o40 = Instance.new("Part")
6115
o41 = Instance.new("BlockMesh")
6116
o42 = Instance.new("Part")
6117
o43 = Instance.new("SpecialMesh")
6118
o2.Name = "IRONSIGHT"
6119
o2.Parent = o1
6120
o2.Material = Enum.Material.SmoothPlastic
6121
o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
6122
o2.Position = Vector3.new(-45.1299782, 2.73781204, -22.9749947)
6123
o2.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924)
6124
o2.Anchored = true
6125
o2.FormFactor = Enum.FormFactor.Custom
6126
o2.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003)
6127
o2.CFrame = CFrame.new(-45.1299782, 2.73781204, -22.9749947, 1.49008656e-007, 1, -1.41107788e-013, 1.77635616e-014, -1.41107801e-013, -1, -1, 1.49008883e-007, -1.77636429e-014)
6128
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6129
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6130
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6131
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6132
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6133
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6134
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6135
o3.Parent = o2
6136
o3.Scale = Vector3.new(0.149999991, 1, 0.329999983)
6137
o3.MeshType = Enum.MeshType.Wedge
6138
o4.Name = "IRONSIGHT"
6139
o4.Parent = o1
6140
o4.Material = Enum.Material.SmoothPlastic
6141
o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
6142
o4.Position = Vector3.new(-45.6069984, 2.7168169, -22.9749947)
6143
o4.Rotation = Vector3.new(1.01777712e-012, 90, 0)
6144
o4.Anchored = true
6145
o4.FormFactor = Enum.FormFactor.Custom
6146
o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6147
o4.CFrame = CFrame.new(-45.6069984, 2.7168169, -22.9749947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
6148
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6149
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6150
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6151
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6152
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6153
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6154
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6155
o5.Parent = o4
6156
o5.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018)
6157
o6.Name = "IRONSIGHT"
6158
o6.Parent = o1
6159
o6.Material = Enum.Material.SmoothPlastic
6160
o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
6161
o6.Position = Vector3.new(-45.6759911, 2.59981394, -23.0199947)
6162
o6.Rotation = Vector3.new(90, -8.08488086e-012, 90.0000076)
6163
o6.Anchored = true
6164
o6.FormFactor = Enum.FormFactor.Custom
6165
o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6166
o6.CFrame = CFrame.new(-45.6759911, 2.59981394, -23.0199947, -1.49008656e-007, -1, -1.41107788e-013, -1.77635616e-014, 1.41107801e-013, -1, 1, -1.49008883e-007, -1.77636429e-014)
6167
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6168
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6169
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6170
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6171
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6172
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6173
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6174
o7.Parent = o6
6175
o7.Scale = Vector3.new(0.599999964, 0.239999995, 0.990000069)
6176
o7.MeshType = Enum.MeshType.Wedge
6177
o8.Name = "IRONSIGHT"
6178
o8.Parent = o1
6179
o8.Material = Enum.Material.SmoothPlastic
6180
o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
6181
o8.Position = Vector3.new(-45.6369934, 2.75281191, -22.9749794)
6182
o8.Rotation = Vector3.new(1.01777712e-012, 90, 0)
6183
o8.Anchored = true
6184
o8.FormFactor = Enum.FormFactor.Custom
6185
o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6186
o8.CFrame = CFrame.new(-45.6369934, 2.75281191, -22.9749794, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
6187
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6188
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6189
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6190
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6191
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6192
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6193
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6194
o9.Parent = o8
6195
o9.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991)
6196
o9.MeshType = Enum.MeshType.Wedge
6197
o10.Name = "IRONSIGHT"
6198
o10.Parent = o1
6199
o10.Material = Enum.Material.SmoothPlastic
6200
o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
6201
o10.Position = Vector3.new(-45.6069984, 2.60881591, -23.0199947)
6202
o10.Rotation = Vector3.new(1.01777712e-012, 90, 0)
6203
o10.Anchored = true
6204
o10.FormFactor = Enum.FormFactor.Custom
6205
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6206
o10.CFrame = CFrame.new(-45.6069984, 2.60881591, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
6207
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6208
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6209
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6210
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6211
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6212
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6213
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6214
o11.Parent = o10
6215
o11.Offset = Vector3.new(0, -0.00450000027, 0)
6216
o11.Scale = Vector3.new(0.599999964, 0.944999993, 0.450000018)
6217
o12.Name = "IRONSIGHT"
6218
o12.Parent = o1
6219
o12.Material = Enum.Material.SmoothPlastic
6220
o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
6221
o12.Position = Vector3.new(-45.6099968, 2.71678591, -23.0650082)
6222
o12.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
6223
o12.Anchored = true
6224
o12.FormFactor = Enum.FormFactor.Custom
6225
o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6226
o12.CFrame = CFrame.new(-45.6099968, 2.71678591, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006)
6227
o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6228
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6229
o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6230
o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6231
o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6232
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6233
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6234
o13.Parent = o12
6235
o13.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018)
6236
o14.Name = "IRONSIGHT"
6237
o14.Parent = o1
6238
o14.Material = Enum.Material.SmoothPlastic
6239
o14.BrickColor = BrickColor.new(CUSTOMCOLOR)
6240
o14.Position = Vector3.new(-44.6169853, 2.59981394, -23.02001)
6241
o14.Rotation = Vector3.new(1.01777712e-012, 90, 0)
6242
o14.Anchored = true
6243
o14.FormFactor = Enum.FormFactor.Custom
6244
o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6245
o14.CFrame = CFrame.new(-44.6169853, 2.59981394, -23.02001, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
6246
o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6247
o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6248
o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6249
o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6250
o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6251
o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6252
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6253
o15.Parent = o14
6254
o15.Offset = Vector3.new(0, -0.0180000011, -0.00300000003)
6255
o15.Scale = Vector3.new(0.599999964, 0.791999996, 0.299999982)
6256
o16.Name = "IRONSIGHT"
6257
o16.Parent = o1
6258
o16.Material = Enum.Material.SmoothPlastic
6259
o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
6260
o16.Position = Vector3.new(-45.3610039, 2.65676594, -23.0199947)
6261
o16.Rotation = Vector3.new(-90, -2.14500069e-005, -90.0000076)
6262
o16.Anchored = true
6263
o16.FormFactor = Enum.FormFactor.Custom
6264
o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6265
o16.CFrame = CFrame.new(-45.3610039, 2.65676594, -23.0199947, -2.08318397e-007, 0.999990106, -3.74373229e-007, 2.98018463e-008, 3.74374991e-007, 0.999995053, 1, -2.26522616e-006, -2.98014395e-008)
6266
o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6267
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6268
o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6269
o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6270
o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6271
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6272
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6273
o17.Parent = o16
6274
o17.Scale = Vector3.new(0.599999964, 0.540000021, 0.450000018)
6275
o17.MeshType = Enum.MeshType.Wedge
6276
o18.Name = "IRONSIGHT"
6277
o18.Parent = o1
6278
o18.Material = Enum.Material.SmoothPlastic
6279
o18.BrickColor = BrickColor.new(CUSTOMCOLOR)
6280
o18.Position = Vector3.new(-45.6399918, 2.75281191, -23.0650082)
6281
o18.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
6282
o18.Anchored = true
6283
o18.FormFactor = Enum.FormFactor.Custom
6284
o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6285
o18.CFrame = CFrame.new(-45.6399918, 2.75281191, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006)
6286
o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6287
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6288
o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6289
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6290
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6291
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6292
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6293
o19.Parent = o18
6294
o19.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991)
6295
o19.MeshType = Enum.MeshType.Wedge
6296
o20.Name = "IRONSIGHT"
6297
o20.Parent = o1
6298
o20.Material = Enum.Material.SmoothPlastic
6299
o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
6300
o20.Position = Vector3.new(-45.5949974, 2.75281191, -23.0650082)
6301
o20.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
6302
o20.Anchored = true
6303
o20.FormFactor = Enum.FormFactor.Custom
6304
o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6305
o20.CFrame = CFrame.new(-45.5949974, 2.75281191, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006)
6306
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6307
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6308
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6309
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6310
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6311
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6312
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6313
o21.Parent = o20
6314
o21.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982)
6315
o22.Name = "IRONSIGHT"
6316
o22.Parent = o1
6317
o22.Material = Enum.Material.SmoothPlastic
6318
o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
6319
o22.Position = Vector3.new(-45.5320015, 2.66876698, -23.0199947)
6320
o22.Rotation = Vector3.new(180, -0.00013253183, 180)
6321
o22.Anchored = true
6322
o22.FormFactor = Enum.FormFactor.Custom
6323
o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6324
o22.CFrame = CFrame.new(-45.5320015, 2.66876698, -23.0199947, -0.999990106, -3.16935846e-008, -2.31311674e-006, -3.16936557e-008, 0.999995053, -3.44613064e-013, 4.78668653e-006, -4.81492775e-013, -1)
6325
o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6326
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6327
o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6328
o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6329
o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6330
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6331
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6332
o23.Parent = o22
6333
o23.Scale = Vector3.new(0.75, 0.149999991, 0.9375)
6334
o24.Name = "IRONSIGHT"
6335
o24.Parent = o1
6336
o24.Material = Enum.Material.SmoothPlastic
6337
o24.BrickColor = BrickColor.new(CUSTOMCOLOR)
6338
o24.Position = Vector3.new(-45.5470009, 2.76181388, -23.0199947)
6339
o24.Rotation = Vector3.new(1.01777712e-012, -90, 0)
6340
o24.Anchored = true
6341
o24.FormFactor = Enum.FormFactor.Custom
6342
o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6343
o24.CFrame = CFrame.new(-45.5470009, 2.76181388, -23.0199947, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
6344
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6345
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6346
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6347
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6348
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6349
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6350
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6351
o25.Parent = o24
6352
o25.MeshId = "http://www.roblox.com/asset/?id=3270017"
6353
o25.Scale = Vector3.new(0.0599999987, 0.0599999987, 0.0149999997)
6354
o25.MeshType = Enum.MeshType.FileMesh
6355
o26.Name = "IRONSIGHT"
6356
o26.Parent = o1
6357
o26.Material = Enum.Material.SmoothPlastic
6358
o26.BrickColor = BrickColor.new(CUSTOMCOLOR)
6359
o26.Position = Vector3.new(-45.4719963, 2.60581398, -23.0199947)
6360
o26.Rotation = Vector3.new(1.01777712e-012, 90, 0)
6361
o26.Anchored = true
6362
o26.FormFactor = Enum.FormFactor.Custom
6363
o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6364
o26.CFrame = CFrame.new(-45.4719963, 2.60581398, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
6365
o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6366
o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6367
o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6368
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6369
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6370
o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6371
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6372
o27.Parent = o26
6373
o27.Scale = Vector3.new(0.599999964, 1.16999996, 0.599999964)
6374
o28.Name = "IRONSIGHT"
6375
o28.Parent = o1
6376
o28.Material = Enum.Material.SmoothPlastic
6377
o28.BrickColor = BrickColor.new(CUSTOMCOLOR)
6378
o28.Position = Vector3.new(-45.5470009, 2.61781597, -23.0199947)
6379
o28.Rotation = Vector3.new(1.01777712e-012, 90, 0)
6380
o28.Anchored = true
6381
o28.FormFactor = Enum.FormFactor.Custom
6382
o28.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
6383
o28.CFrame = CFrame.new(-45.5470009, 2.61781597, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
6384
o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6385
o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6386
o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6387
o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6388
o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6389
o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6390
o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6391
o29.Parent = o28
6392
o29.Scale = Vector3.new(0.599999964, 1.10000002, 0.149999991)
6393
o30.Name = "IRONSIGHT"
6394
o30.Parent = o1
6395
o30.Material = Enum.Material.SmoothPlastic
6396
o30.BrickColor = BrickColor.new(CUSTOMCOLOR)
6397
o30.Position = Vector3.new(-45.6069908, 2.73477697, -22.9629879)
6398
o30.Rotation = Vector3.new(-90, -5.22833534e-006, -179.999878)
6399
o30.Anchored = true
6400
o30.FormFactor = Enum.FormFactor.Custom
6401
o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6402
o30.CFrame = CFrame.new(-45.6069908, 2.73477697, -22.9629879, -0.999990106, 2.33719743e-006, -9.1251664e-008, -9.12519411e-008, 4.37109904e-008, 0.999995053, 4.81076722e-006, 1, -4.3711065e-008)
6403
o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6404
o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6405
o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6406
o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6407
o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6408
o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6409
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6410
o31.Parent = o30
6411
o31.Scale = Vector3.new(0.299999982, 0.149999991, 0.299999982)
6412
o32.Name = "IRONSIGHT"
6413
o32.Parent = o1
6414
o32.Material = Enum.Material.SmoothPlastic
6415
o32.BrickColor = BrickColor.new(CUSTOMCOLOR)
6416
o32.Position = Vector3.new(-45.5919991, 2.75281191, -22.9749947)
6417
o32.Rotation = Vector3.new(1.01777712e-012, 90, 0)
6418
o32.Anchored = true
6419
o32.FormFactor = Enum.FormFactor.Custom
6420
o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6421
o32.CFrame = CFrame.new(-45.5919991, 2.75281191, -22.9749947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
6422
o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6423
o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6424
o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6425
o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6426
o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6427
o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6428
o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6429
o33.Parent = o32
6430
o33.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982)
6431
o34.Name = "IRONSIGHT"
6432
o34.Parent = o1
6433
o34.Material = Enum.Material.SmoothPlastic
6434
o34.BrickColor = BrickColor.new(CUSTOMCOLOR)
6435
o34.Position = Vector3.new(-45.0519753, 2.68981695, -23.0199947)
6436
o34.Rotation = Vector3.new(1.01777712e-012, 90, 0)
6437
o34.Anchored = true
6438
o34.FormFactor = Enum.FormFactor.Custom
6439
o34.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029)
6440
o34.CFrame = CFrame.new(-45.0519753, 2.68981695, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
6441
o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6442
o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6443
o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6444
o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6445
o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6446
o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6447
o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6448
o35.Parent = o34
6449
o35.Scale = Vector3.new(0.599999964, 0.180000007, 1)
6450
o36.Name = "IRONSIGHT"
6451
o36.Parent = o1
6452
o36.Material = Enum.Material.SmoothPlastic
6453
o36.BrickColor = BrickColor.new(CUSTOMCOLOR)
6454
o36.Position = Vector3.new(-44.6529884, 2.67176604, -23.02001)
6455
o36.Rotation = Vector3.new(89.999939, -26.9998341, 90.0000153)
6456
o36.Anchored = true
6457
o36.FormFactor = Enum.FormFactor.Custom
6458
o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6459
o36.CFrame = CFrame.new(-44.6529884, 2.67176604, -23.02001, -2.21249138e-007, -0.890996754, -0.453987896, -1.45661247e-013, 0.453990191, -0.891001165, 1, 2.00680779e-006, 1.022525e-006)
6460
o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6461
o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6462
o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6463
o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6464
o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6465
o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6466
o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6467
o37.Parent = o36
6468
o37.Offset = Vector3.new(0, -0.0057000001, 0.00329999998)
6469
o37.Scale = Vector3.new(0.599999964, 0.566999972, 0.180000007)
6470
o38.Name = "IRONSIGHT"
6471
o38.Parent = o1
6472
o38.Material = Enum.Material.SmoothPlastic
6473
o38.BrickColor = BrickColor.new(CUSTOMCOLOR)
6474
o38.Position = Vector3.new(-44.6619835, 2.53976989, -23.02001)
6475
o38.Rotation = Vector3.new(90, 2.72386387e-006, 90.0000076)
6476
o38.Anchored = true
6477
o38.FormFactor = Enum.FormFactor.Custom
6478
o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6479
o38.CFrame = CFrame.new(-44.6619835, 2.53976989, -23.02001, -2.21249138e-007, -0.999990106, 4.7540393e-008, -1.45661247e-013, -4.75405564e-008, -0.999995053, 1, 2.25229542e-006, 3.65661176e-014)
6480
o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6481
o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6482
o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6483
o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6484
o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6485
o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6486
o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6487
o39.Parent = o38
6488
o39.Scale = Vector3.new(0.599999964, 0.180000007, 0.299999982)
6489
o39.MeshType = Enum.MeshType.Wedge
6490
o40.Name = "Zoom"
6491
o40.Parent = o1
6492
o40.Material = Enum.Material.SmoothPlastic
6493
o40.Transparency = 1
6494
o40.Position = Vector3.new(-45.7273788, 2.75334311, -23.0179634)
6495
o40.Rotation = Vector3.new(-90, -88.876564, -90)
6496
o40.Anchored = true
6497
o40.FormFactor = Enum.FormFactor.Custom
6498
o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
6499
o40.CFrame = CFrame.new(-45.7273788, 2.75334311, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
6500
o40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6501
o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6502
o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6503
o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6504
o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6505
o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6506
o41.Parent = o40
6507
o41.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
6508
o42.Name = "IRONSIGHT"
6509
o42.Parent = o1
6510
o42.Material = Enum.Material.SmoothPlastic
6511
o42.BrickColor = BrickColor.new(CUSTOMCOLOR)
6512
o42.Position = Vector3.new(-45.1359749, 2.73778296, -23.0650082)
6513
o42.Rotation = Vector3.new(90, 9.07952369e-007, -89.9999924)
6514
o42.Anchored = true
6515
o42.FormFactor = Enum.FormFactor.Custom
6516
o42.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003)
6517
o42.CFrame = CFrame.new(-45.1359749, 2.73778296, -23.0650082, 1.73088893e-007, 0.999990106, 1.58467586e-008, 6.39488327e-014, 1.58467586e-008, -0.999995053, -1, -2.30045589e-006, 1.91007719e-013)
6518
o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6519
o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6520
o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6521
o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6522
o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6523
o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6524
o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6525
o43.Parent = o42
6526
o43.Scale = Vector3.new(0.149999991, 1, 0.329999983)
6527
o43.MeshType = Enum.MeshType.Wedge
6528
ZoomFOV = 70
6529
end
6530
function onKeyDown(key) 
6531
key:lower() 
6532
if key == "f" and FlashLight == true then
6533
if o1.LIGHT.LIGHT.Enabled == false then
6534
	o1.LIGHT.LIGHT.Enabled = true
6535
else
6536
	o1.LIGHT.LIGHT.Enabled = false
6537
end
6538
end
6539
if key == "q" then
6540
local check = o1:findFirstChild("ZoomedIn")
6541
if check.Value == true then
6542
game.workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
6543
game.workspace.Camera.FieldOfView = 70
6544
game.workspace.Camera.CameraType = g
6545
check.Value = false 
6546
else
6547
zoomb = o1.Zoom
6548
game.workspace.Camera.CameraSubject = zoomb
6549
game.workspace.Camera.FieldOfView = ZoomFOV
6550
game.workspace.Camera.CameraType = 1
6551
check.Value = true
6552
end
6553
end
6554
end
6555
6556
6557
function onS(mouse)
6558
mouse.KeyDown:connect(onKeyDown) 
6559
end
6560
for i,v in pairs (o1:GetChildren()) do
6561
	if v:IsA("Part") or v:IsA("WedgePart") then
6562
		v.Material = "SmoothPlastic"
6563
		v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6564
		v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6565
		v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6566
		v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6567
		v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6568
		v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6569
		if v.BrickColor == BrickColor.new("Really black") then
6570
			v.BrickColor = BrickColor.New(CUSTOMCOLOR)
6571
		end
6572
	end
6573
end
6574
6575
o1.Equipped:connect(onS)
6576
6577
o1.Parent = game.Players.LocalPlayer.Backpack