View difference between Paste ID: cF0acRYm and QbCyMyry
SHOW: | | - or go back to the newest paste.
1
-- press ctrl h and search for Lord_Vexus then replace all with your username
2
game.Lighting.TimeOfDay=1;
3
            game.Lighting.Brightness=0;
4
            game.Lighting.ShadowColor=Color3.new(0,0,0);
5
            game.Lighting.Ambient=Color3.new(1,0,0);
6
            game.Lighting.FogEnd=200;
7
            game.Lighting.FogColor=Color3.new(0,0,0);
8
local l = game.Lighting
9
local sky = Instance.new("Sky",l)
10
sky.CelestialBodiesShown = false
11
sky.SkyboxBk = "http://www.roblox.com/asset/?id=156925041"
12
sky.SkyboxDn = "http://www.roblox.com/asset/?id=156925047"
13
sky.SkyboxFt = "http://www.roblox.com/asset/?id=156925045"
14
sky.SkyboxLf = "http://www.roblox.com/asset/?id=156925043"
15
sky.SkyboxRt = "http://www.roblox.com/asset/?id=156925038"
16
sky.SkyboxUp = "http://www.roblox.com/asset/?id=156925055"
17
sky.StarCount = 0
18
sky.Name = "GreenSpace"
19
20-
game.Workspace.juniornorell.Humanoid.MaxHealth=2000
20+
game.Workspace.XxXexe5.Humanoid.MaxHealth=2000
21
Player = game:GetService("Players").LocalPlayer
22
Character = Player.Character
23
PlayerGui = Player.PlayerGui
24
Backpack = Player.Backpack
25
Torso = Character.Torso
26
Head = Character.Head
27
Humanoid = Character.Humanoid
28
LeftArm = Character["Left Arm"]
29
LeftLeg = Character["Left Leg"]
30
RightArm = Character["Right Arm"]
31
RightLeg = Character["Right Leg"]
32
local HBill = Instance.new("BillboardGui", Head)
33
local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
34
local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
35
HBill.Size = UDim2.new(15,0,2.2,0)
36
HBill.Name = "Health Display"
37
HBill.StudsOffset = Vector3.new(0,4,0)
38
HBill.AlwaysOnTop = true
39
HBill.Enabled=true
40
HMain.BackgroundColor3 = Color3.new(0, 0, 0)
41
HMain.BackgroundTransparency = 0.6
42
HMain.Size = UDim2.new(1,0,1,0)
43
HBarBack.Parent = HMain
44
HBarBack.BackgroundColor3 = Color3.new(255,0,0)
45
HBarBack.BorderColor3 = Color3.new(129,10,-10)
46
HBarBack.BorderSizePixel = 2
47
HBarBack.Position = UDim2.new(.025, 0, .55, 0)
48
HBarBack.Size = UDim2.new(.95, 0, .3, 0)
49
HBar.Parent = HBarBack
50
HBar.BackgroundColor3 = Color3.new(0, 0, 0)
51
HBar.BorderColor3 = Color3.new(255,0,0)
52
HBar.Size = UDim2.new(.5,0,1,0)
53
HHealth.BackgroundTransparency = 1
54
HHealth.Size = UDim2.new(1,0,1,0)
55
HHealth.Font = "SourceSans"
56
HHealth.Text = "[10/10]"
57
HHealth.TextScaled = true
58
HHealth.TextColor3 = Color3.new(1,1,1)
59
HHealth.TextStrokeColor3 = Color3.new(85/255, 0, 127/255)
60
HHealth.TextStrokeTransparency = 0
61
HName.Parent = HMain
62
HName.BackgroundTransparency = 1
63
HName.Size = UDim2.new(1,0,.5,0)
64
HName.Font = "SourceSansItalic"
65
HName.Text = "Destrugo,God of chaos"
66
HName.TextScaled = true
67
HName.TextColor3 = BrickColor.new("Black metallic").Color
68
HName.TextStrokeColor3 = Color3.new(255,0,0)
69
HName.TextStrokeTransparency = 0
70
HName.TextYAlignment = "Top"
71
local runServ = game:GetService("RunService").RenderStepped
72
runServ:connect(function()
73
	HHealth.Text = "["..Humanoid.Health.."]"
74
	HBar:TweenSize(UDim2.new((Humanoid.Health/Humanoid.MaxHealth),0,1,0), _, "Linear", .4)
75
end)
76
77
p = game.Players.LocalPlayer
78
char = p.Character
79
pchar = p.Character
80
pchar.Head.Jumping.SoundId = "http://www.roblox.com/asset/?id=2767090"
81
as=0.3
82
explode = true
83
tra = 0.1
84
blast = true
85
player = p
86
humanoid = char.Humanoid
87
torso = char.Torso
88
torsoj = char.HumanoidRootPart.RootJoint
89
original = torsoj.C0
90
laser = true
91
active= false
92
function hum()
93
humState = humanoid:GetState()
94
if humState == Enum.HumanoidStateType.Jumping then
95
96
local rng = Instance.new("Part", char)
97
98
        rng.Anchored = true
99
100
    rng.BrickColor = BrickColor.new("Really red")
101
102
     rng.CanCollide = false
103
104
    rng.FormFactor = 3
105
106
        rng.Name = "Ring"
107
108
     rng.Size = Vector3.new(1, 1, 1)
109
110
        rng.Transparency = 0
111
112
     rng.TopSurface = 0
113
114
     rng.BottomSurface = 0
115
116
  rng.Material = "Neon"
117
118
     rng.Position = torso.Position - Vector3.new(0,3,0)
119
120
        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
121
122
        local rngm = Instance.new("SpecialMesh", rng)
123
124
 rngm.MeshId= "http://www.roblox.com/asset/?id=3270017"
125
126
        rngm.Scale = Vector3.new(1, 1.3, 2)
127
128
        
129
130
 
131
132
 
133
134
        
135
136
     
137
138
wait(0.1)
139
140
          
141
142
     coroutine.wrap(function()
143
144
        for i = 1, 5, 0.5 do
145
146
        rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
147
148
      rng.Transparency = i/4
149
150
       
151
152
          wait()
153
154
        
155
156
 
157
158
            end
159
160
           
161
162
              wait()
163
164
 
165
166
            rng:Destroy()
167
168
        
169
170
        
171
172
  
173
174
 
175
176
 
177
178
 wait()
179
180
end)()
181
182
 
183
184
 
185
186
 
187
188
 
189
190
end
191
192
193
194
195
196
197
198
199
200
201
end
202
203
Lightning = function(Start,End,Times,Offset,Color,Thickness)
204
205
206
207
208
    local magz = (Start - End).magnitude local curpos = Start local trz = {-Offset,Offset}
209
210
211
212
213
    for i=1,Times do 
214
215
216
217
218
  local li = Instance.new("Part",workspace) li.TopSurface =0 li.BottomSurface = 0 li.Anchored = true  
219
220
221
222
223
li.Material = "Neon"
224
225
226
227
228
229
230
231
232
233
234
235
236
237
li.Transparency = 0 li.BrickColor = Color
238
239
240
241
242
        li.formFactor = "Custom" li.CanCollide = false 
243
244
245
246
247
li.Size = Vector3.new(Thickness,Thickness,magz/Times) 
248
249
250
251
252
local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)]) 
253
254
255
256
257
  local trolpos = CFrame.new(curpos,End)*CFrame.new(0,0,magz/Times).p+ofz 
258
259
260
261
262
        if Times == i then 
263
264
265
266
267
            local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
268
269
270
271
272
            li.CFrame = CFrame.new(curpos,End)*CFrame.new(0,0,-magz2/2)
273
274
275
276
277
        else
278
279
280
281
282
            li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
283
284
285
286
287
        end
288
289
290
291
292
        curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p Spawn(function() for i=1,10 do wait() 
293
294
295
296
297
298
299
300
301
302
303
304
305
306
li.Transparency = li.Transparency+tra end li:Destroy() end)
307
308
309
310
311
    end
312
313
314
315
316
end
317
318
319
320
321
322
323
324
325
326
327
328
329
330
---------
331
332
333
334
335
336
337
338
339
340
341
342
343
344
Lightning2 = function(Start,End,Times,Offset,Color,Thickness)
345
346
347
348
349
    local magz = (Start - End).magnitude local curpos = Start local trz = {-Offset,Offset}
350
351
352
353
354
    for i=1,Times do 
355
356
357
358
359
  local li = Instance.new("Part",workspace) li.TopSurface =0 li.BottomSurface = 0 li.Anchored = true  
360
361
362
363
364
li.Material = "Neon"
365
366
367
368
369
370
371
372
373
374
375
376
377
378
li.Transparency = 0 li.BrickColor = Color
379
380
381
382
383
        li.formFactor = "Custom" li.CanCollide = false 
384
385
386
387
388
li.Size = Vector3.new(Thickness,Thickness,magz/Times) 
389
390
391
392
393
local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)]) 
394
395
396
397
398
  local trolpos = CFrame.new(curpos,End)*CFrame.new(0,0,magz/Times).p+ofz 
399
400
401
402
403
        if Times == i then 
404
405
406
407
408
            local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
409
410
411
412
413
            li.CFrame = CFrame.new(curpos,End)*CFrame.new(0,0,-magz2/2)
414
415
416
417
418
        else
419
420
421
422
423
            li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
424
425
426
427
428
        end
429
430
431
432
433
        curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p Spawn(function() for i=1,10 do wait() 
434
435
436
437
438
439
440
441
442
443
444
445
446
447
li.Transparency = li.Transparency+.5 end li:Destroy() end)
448
449
450
451
452
    end
453
454
455
456
457
end
458
459
460
461
462
m = p:GetMouse()
463
464
465
466
467
468
469
470
471
472
473
474
475
476
RightShoulder = Instance.new("Weld",pchar.Torso)
477
478
479
480
481
RightShoulder.Part0 = pchar.Torso
482
483
484
485
486
RightShoulder.Part1 = pchar['Right Arm']
487
488
489
490
491
RightShoulder.C0 = CFrame.new(1,0.5,0)  
492
493
494
495
496
RightShoulder.C1 = CFrame.new(-0.5,0.5,0) 
497
498
499
500
501
502
503
504
505
506
507
508
509
510
Torso2 = pchar.HumanoidRootPart.RootJoint
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
LeftShoulder = Instance.new("Weld",pchar.Torso)
534
535
536
537
538
LeftShoulder.Part0 = pchar.Torso
539
540
541
542
543
LeftShoulder.Part1 = pchar['Left Arm']
544
545
546
547
548
LeftShoulder.C0 = CFrame.new(-1,0.5,0)  
549
550
551
552
553
LeftShoulder.C1 = CFrame.new(0.5,0.5,0) 
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
RightHip = Instance.new("Weld",pchar.Torso)
586
587
588
589
590
RightHip.Part0 = pchar.Torso
591
592
593
594
595
RightHip.Part1 = pchar['Right Leg']
596
597
598
599
600
RightHip.C0 = CFrame.new(0.5,-2,0)  
601
602
603
604
605
RightHip.C1 = CFrame.new(0,1.5,0) 
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
LeftHip = Instance.new("Weld",pchar.Torso)
647
648
649
650
651
LeftHip.Part0 = pchar.Torso
652
653
654
655
656
LeftHip.Part1 = pchar['Left Leg']
657
658
659
660
661
LeftHip.C0 = CFrame.new(-0.5,-2,0)  
662
663
664
665
666
LeftHip.C1 = CFrame.new(0,1.5,0) 
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
Neck = Instance.new("Weld",pchar.Torso)
699
700
701
702
703
Neck.Part0 = pchar.Torso
704
705
706
707
708
Neck.Part1 = pchar['Head']
709
710
711
712
713
Neck.C0 = CFrame.new(0,1.5,0)
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
-------------------------
737
738
739
740
741
-- From 0,0,0 to 10,22,3 with lerps
742
743
744
745
746
747
748
749
750
751
752
753
754
755
deg = math.deg
756
757
758
759
760
rad = math.rad
761
762
763
764
765
asin = math.asin
766
767
768
769
770
atan2 = math.atan2
771
772
773
774
775
cos = math.cos
776
777
778
779
780
sin = math.sin
781
782
783
784
785
rad = math.sin
786
787
788
789
790
function getAngles(cf) -- this is for later
791
792
793
794
795
    local sx,sy,sz,m00,m01,m02,m10,m11,m12,m20,m21,m22 = cf:components()
796
797
798
799
800
    return atan2(-m12,m22),asin(m02),atan2(-m01,m00)
801
802
803
804
805
end
806
807
808
809
810
Lerp = {
811
812
813
814
815
    Number = function(C1,C2,inc)
816
817
818
819
820
        return C1 + (C2 - C1) * inc
821
822
823
824
825
    end;
826
827
828
829
830
    CFrame = function(a,b,m)
831
832
833
834
835
                local c,d={a:components()},{b:components()}
836
837
838
839
840
                table.foreach(c,function(a,b)c[a]=c[a]+(d[a]-c[a])*m end)
841
842
843
844
845
                return CFrame.new(unpack(c))
846
847
848
849
850
        end;
851
852
853
854
855
}
856
857
858
859
860
local Jumping = false
861
862
863
864
865
humanoid.Jumping:connect(function()
866
867
868
869
870
if Jumping then return end
871
872
873
874
875
print'asd im jumping'
876
877
878
879
880
Jumping = true
881
882
883
884
885
repeat wait() until Vector3.new(0, torso.Velocity.y, 0).magnitude < 3
886
887
888
889
890
print'asd jump over'
891
892
893
894
895
Jumping = false
896
897
898
899
900
end)
901
902
903
904
905
local Falling= false
906
907
908
909
910
humanoid.FreeFalling:connect(function()
911
912
913
914
915
if Jumping then return end
916
917
918
919
920
print'asd im fallin'
921
922
923
924
925
Falling = true
926
927
928
929
930
931
932
933
934
935
936
937
938
939
repeat wait() until Vector3.new(0, torso.Velocity.y, 0).magnitude < 100
940
941
942
943
944
print'hit ground!'
945
946
947
948
949
Falling = false
950
951
952
953
954
end)
955
956
957
958
959
-----------
960
961
962
963
964
angle = 0
965
966
967
968
969
sin = math.sin
970
971
972
973
974
rad = math.rad
975
976
977
978
979
980
981
982
--------------------------------------------------BEAM START
983
984
985
986
987
mouse = p:GetMouse()
988
989
990
991
992
mouse.KeyDown:connect(function(k)
993
994
995
996
997
if k == "v" then
998
999
1000
1001
1002
if laser == true then
1003
1004
1005
1006
1007
laser = false
1008
1009
explode = false
1010
1011
active = true
1012
1013
humanoid.WalkSpeed = 0
1014
1015
humanoid.JumpPower = 0
1016
1017
ends = Instance.new("Part",char)
1018
1019
ends.Anchored = true
1020
1021
ends.Transparency = 1
1022
1023
ends:BreakJoints()
1024
1025
ends.CFrame = char.Torso.CFrame * CFrame.new(-20,-3,0)
1026
1027
1028
1029
1030
tra = 1
1031
1032
LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(0,math.rad(90),0)
1033
1034
LerpTo.Body = CFrame.new(0,0,0) * 
1035
1036
CFrame.Angles(math.rad(-90),0,math.rad(-280))
1037
1038
LerpTo.LeftArm = CFrame.new(-1.3,0.2,0) * CFrame.Angles(math.rad(00),0,math.rad(-80))
1039
1040
LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(0,0,math.rad(40))
1041
1042
1043
1044
1045
orb = Instance.new("Part",char)
1046
1047
1048
1049
1050
s122 = Instance.new("Sound",orb)
1051
1052
        s122.SoundId = "rbxassetid://181004943"
1053
1054
        s122.Volume = .7
1055
1056
        s122.Pitch = .9
1057
1058
        s122:Play()
1059
1060
1061
1062
1063
orb.Size = Vector3.new(1,1,1)
1064
1065
1066
1067
1068
orb.Material = "Neon"
1069
1070
1071
1072
1073
orb.BrickColor = BrickColor.new("Really red")
1074
1075
1076
1077
1078
orbm = Instance.new("SpecialMesh",orb)
1079
1080
1081
1082
1083
orbm.MeshType = "Sphere"
1084
1085
1086
1087
1088
orb:BreakJoints()
1089
1090
1091
1092
1093
orbw = Instance.new("Weld",orb)
1094
1095
1096
1097
1098
orbw.Part0 = orb
1099
1100
1101
1102
1103
orbw.Part1 = char["Left Arm"]
1104
1105
1106
1107
1108
orbw.C0 = CFrame.new(0,2,0)
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
for i = 1,4,0.1 do wait()
1120
1121
1122
1123
1124
orbm.Scale = Vector3.new(i,i,i)
1125
1126
1127
1128
1129
end
1130
1131
s1222 = Instance.new("Sound",orb)
1132
1133
        s1222.SoundId = "rbxassetid://245029978"
1134
1135
        s1222.Volume = 1
1136
1137
        s1222.Pitch = 1
1138
1139
        s1222:Play()
1140
1141
        
1142
1143
1144
1145
1146
1147
1148
1149
        
1150
1151
s1222 = Instance.new("Sound",orb)
1152
1153
        s1222.SoundId = "rbxassetid://245029978"
1154
1155
        s1222.Volume = 1
1156
1157
        s1222.Pitch = 1
1158
1159
        s1222:Play()
1160
1161
        
1162
1163
s1222 = Instance.new("Sound",orb)
1164
1165
        s1222.SoundId = "rbxassetid://245029978"
1166
1167
        s1222.Volume = 1
1168
1169
        s1222.Pitch = 1
1170
1171
        s1222:Play()
1172
1173
        wait(0.2)
1174
1175
for i = 1,30 do wait()
1176
1177
1178
1179
1180
ends.CFrame = char.Torso.CFrame * CFrame.new(-20,-3,0)
1181
1182
Lightning(
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
orb.CFrame.p,ends.Position,math.random(5,10),math.random(0,0),BrickColor.new("Really red"),1
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
)
1211
1212
1213
1214
1215
Lightning2(
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
orb.CFrame.p,ends.Position,math.random(5,10),math.random(2,2),BrickColor.new("Really red"),0.2
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
)
1244
1245
1246
1247
1248
1249
1250
1251
end
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
for i = 3,0,-0.3 do wait()
1266
1267
1268
1269
1270
orbm.Scale = Vector3.new(i,i,i)
1271
1272
1273
1274
1275
end
1276
1277
1278
1279
1280
active = false
1281
1282
ends:Remove()
1283
1284
orb:Remove()
1285
1286
LerpTo.Body = original
1287
1288
wait(1)
1289
1290
1291
1292
1293
explode = true
1294
1295
1296
1297
1298
1299
1300
1301
laser = true
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
tra = 0.1
1316
1317
1318
1319
1320
humanoid.WalkSpeed = 16
1321
1322
humanoid.JumpPower = 50
1323
1324
1325
1326
1327
1328
1329
1330
end
1331
1332
1333
1334
1335
end
1336
1337
1338
1339
1340
end)
1341
1342
mouse.KeyDown:connect(function(k)
1343
1344
if k == "x" then
1345
1346
wait(2)
1347
1348
1349
1350
1351
for i = 1,5 do wait()
1352
1353
1354
1355
1356
for i,v in pairs(workspace:children()) do
1357
1358
1359
1360
1361
                    if v:IsA("Model") and v:findFirstChild("Humanoid") then
1362
1363
1364
1365
1366
                        if v:findFirstChild("Head") and v:findFirstChild("Torso") then
1367
1368
1369
1370
1371
                            if (v:findFirstChild("Torso").Position - ends.Position).magnitude < 10 then
1372
1373
1374
1375
1376
if v.Name ~= p.Name then 
1377
1378
1379
1380
1381
                                v.Humanoid:TakeDamage(20)
1382
1383
1384
1385
1386
v.Humanoid.PlatformStand = true
1387
1388
1389
1390
1391
wait(0.1)
1392
1393
1394
1395
1396
v.Humanoid.PlatformStand = false
1397
1398
1399
1400
1401
                            end
1402
1403
1404
1405
1406
                        end
1407
1408
1409
1410
1411
               end
1412
1413
1414
1415
1416
                end
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
end
1467
1468
1469
1470
1471
end
1472
1473
1474
1475
1476
end
1477
1478
end)
1479
1480
1481
1482
1483
mouse.KeyDown:connect(function(k)
1484
1485
1486
1487
1488
if k == "x" then
1489
1490
1491
1492
1493
if laser == true then
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
wait(1.3)
1508
1509
1510
1511
1512
for i = 1,30 do wait()
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
local rng = Instance.new("Part", char)
1536
1537
1538
1539
1540
--[[sound = Instance.new("Sound",rng)
1541
1542
1543
1544
1545
 
1546
1547
1548
1549
1550
sound.SoundId="http://www.roblox.com/asset/?id= 165970126"
1551
1552
1553
1554
1555
wait()
1556
1557
1558
1559
1560
sound:Play()]]--
1561
1562
1563
1564
1565
        rng.Anchored = true
1566
1567
1568
1569
1570
    rng.BrickColor = BrickColor.new("Really black")
1571
1572
1573
1574
1575
     rng.CanCollide = false
1576
1577
1578
1579
1580
    rng.FormFactor = 3
1581
1582
1583
1584
1585
    rng:BreakJoints()
1586
1587
1588
1589
1590
        rng.Name = "Ring"
1591
1592
1593
1594
1595
     rng.Size = Vector3.new(1, 1, 1)
1596
1597
1598
1599
1600
        rng.Transparency = 0
1601
1602
1603
1604
1605
     rng.TopSurface = 0
1606
1607
1608
1609
1610
     rng.BottomSurface = 0
1611
1612
1613
1614
1615
  rng.Material = "Neon"
1616
1617
1618
1619
1620
     rng.Position = torso.Position - Vector3.new(0,2,0)
1621
1622
1623
1624
1625
        rng.CFrame = ends.CFrame*
1626
1627
1628
1629
1630
        CFrame.Angles(math.random(),math.random(),math.random())
1631
1632
1633
1634
1635
        local rngm = Instance.new("BlockMesh", rng)
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
        rngm.Scale = Vector3.new(1, 1.3, 2)
1650
1651
1652
1653
1654
        
1655
1656
1657
1658
1659
 
1660
1661
1662
1663
1664
 
1665
1666
1667
1668
1669
        local rng1 = Instance.new("Part", char)
1670
1671
1672
1673
1674
     
1675
1676
        rng1.Anchored = true
1677
1678
1679
1680
1681
    rng1.BrickColor = BrickColor.new("Really red")
1682
1683
1684
1685
1686
     rng1.CanCollide = false
1687
1688
1689
1690
1691
    rng1.FormFactor = 3
1692
1693
1694
1695
1696
    rng1:BreakJoints()
1697
1698
1699
1700
1701
        rng1.Name = "Ring"
1702
1703
1704
1705
1706
     rng1.Size = Vector3.new(1, 1, 1)
1707
1708
1709
1710
1711
        rng1.Transparency = 0
1712
1713
1714
1715
1716
     rng1.TopSurface = 0
1717
1718
1719
1720
1721
     rng1.BottomSurface = 0
1722
1723
1724
1725
1726
  rng1.Material = "Neon"
1727
1728
1729
1730
1731
     rng1.Position = torso.Position - Vector3.new(0,2,0)
1732
1733
1734
1735
1736
        rng1.CFrame = ends.CFrame*
1737
1738
1739
1740
1741
        CFrame.Angles(math.random(),math.random(),math.random())
1742
1743
1744
1745
1746
        local rngm1 = Instance.new("SpecialMesh", rng1)
1747
1748
1749
1750
1751
1752
1753
1754
rngm1.MeshType = "Sphere"
1755
1756
1757
1758
1759
        rngm1.Scale = Vector3.new(1, 1.3, 2)
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
    local rng11 = Instance.new("Part", char)
1777
1778
1779
1780
1781
     
1782
1783
        rng11.Anchored = true
1784
1785
1786
1787
1788
    rng11.BrickColor = BrickColor.new("Really red")
1789
1790
1791
1792
1793
     rng11.CanCollide = false
1794
1795
1796
1797
1798
    rng11.FormFactor = 3
1799
1800
1801
1802
1803
    rng11:BreakJoints()
1804
1805
1806
1807
1808
        rng11.Name = "Ring"
1809
1810
1811
1812
1813
     rng11.Size = Vector3.new(1, 1, 1)
1814
1815
1816
1817
1818
        rng11.Transparency = 0
1819
1820
1821
1822
1823
     rng11.TopSurface = 0
1824
1825
1826
1827
1828
     rng11.BottomSurface = 0
1829
1830
1831
1832
1833
  rng11.Material = "Neon"
1834
1835
1836
1837
1838
     
1839
1840
1841
1842
1843
        rng11.CFrame = ends.CFrame*        CFrame.Angles(math.rad(90),0,math.rad(0))
1844
1845
1846
1847
1848
        local rngm11 = Instance.new("SpecialMesh", rng11)
1849
1850
1851
1852
1853
1854
1855
1856
rngm11.MeshId =  "http://www.roblox.com/asset/?id=3270017"
1857
1858
1859
1860
1861
        rngm11.Scale = Vector3.new(1, 1.3, 2)
1862
1863
1864
1865
1866
1867
1868
1869
          
1870
1871
1872
1873
1874
     coroutine.wrap(function()
1875
1876
1877
1878
1879
        for i = 1, 5, 0.4 do 
1880
1881
1882
1883
1884
        rngm.Scale = Vector3.new(i,i,i)
1885
1886
1887
1888
1889
      rng.Transparency = 0
1890
1891
rngm1.Scale = Vector3.new(i*4,i*4,i*4)
1892
1893
1894
1895
1896
      rng1.Transparency = i/5
1897
1898
       
1899
1900
rngm11.Scale = Vector3.new(1+i*5,1+i*5,1)
1901
1902
1903
1904
1905
      rng11.Transparency = i/5
1906
1907
1908
1909
1910
          wait()
1911
1912
1913
1914
1915
        
1916
1917
1918
1919
1920
 
1921
1922
1923
1924
1925
            end
1926
1927
1928
1929
1930
           
1931
1932
1933
1934
1935
              wait()
1936
1937
1938
1939
1940
 
1941
1942
1943
1944
1945
            rng:Destroy()
1946
1947
1948
1949
1950
            rng1:Destroy()
1951
1952
   rng11:Destroy()
1953
1954
        
1955
1956
1957
1958
1959
  
1960
1961
1962
1963
1964
 
1965
1966
1967
1968
1969
 
1970
1971
1972
1973
1974
 wait()
1975
1976
1977
1978
1979
end)()
1980
1981
1982
1983
1984
 
1985
1986
1987
1988
1989
 
1990
1991
1992
1993
1994
 
1995
1996
1997
1998
1999
 end
2000
2001
end
2002
2003
end
2004
2005
end)
2006
2007
2008
2009
2010
2011
2012
2013
---------------------------------------------EXPLODE---------------------------------------
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
mouse.KeyDown:connect(function(k)
2025
2026
if k == "f" then
2027
2028
if explode == true then
2029
2030
explode = false
2031
2032
laser = false
2033
2034
active = true
2035
2036
humanoid.WalkSpeed = 0
2037
2038
humanoid.JumpPower = 0
2039
2040
LerpTo.Body = original * CFrame.new(0,0,5)
2041
2042
LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(90),0,math.rad(60))
2043
2044
LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(90),0,math.rad(-60))
2045
2046
LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(-10),0,0)
2047
2048
LerpTo.LeftLeg = CFrame.new(-0.5,0.7,-1) * CFrame.Angles(rad(-20),0,0)
2049
2050
LerpTo.RightLeg = CFrame.new(0.5,0.7,-1) * CFrame.Angles(rad(-20),0,0)
2051
2052
for i = 1,10 do
2053
2054
local rng = Instance.new("Part", char)
2055
2056
        rng.Anchored = true
2057
2058
    rng.BrickColor = BrickColor.new("Really red")
2059
2060
     rng.CanCollide = false
2061
2062
    rng.FormFactor = 3
2063
2064
        rng.Name = "Ring"
2065
2066
     rng.Size = Vector3.new(1, 1, 1)
2067
2068
        rng.Transparency = 1
2069
2070
     rng.TopSurface = 0
2071
2072
     rng.BottomSurface = 0
2073
2074
  rng.Material = "Neon"
2075
2076
     rng.Position = torso.Position - Vector3.new(0,8,0)
2077
2078
        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
2079
2080
        local rngm = Instance.new("SpecialMesh", rng)
2081
2082
 rngm.MeshId= "http://www.roblox.com/asset/?id=3270017"
2083
2084
        rngm.Scale = Vector3.new(1, 1.3, 2)
2085
2086
        
2087
2088
 
2089
2090
 
2091
2092
        
2093
2094
     
2095
2096
wait(0.1)
2097
2098
          
2099
2100
     coroutine.wrap(function()
2101
2102
        for i = 1, 10, 0.2 do
2103
2104
        rngm.Scale = Vector3.new(2 + i*4, 2 + i*4, 1)
2105
2106
      rng.Transparency = i/4
2107
2108
       
2109
2110
          wait()
2111
2112
        
2113
2114
 
2115
2116
            end
2117
2118
           
2119
2120
              wait()
2121
2122
 
2123
2124
            rng:Destroy()
2125
2126
        
2127
2128
        
2129
2130
  
2131
2132
 
2133
2134
 
2135
2136
 wait()
2137
2138
end)()
2139
2140
 
2141
2142
 
2143
2144
 
2145
2146
 
2147
2148
end
2149
2150
2151
2152
2153
LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(-10),0,math.rad(-20))
2154
2155
LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(-10),0,math.rad(20))
2156
2157
LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(20),0,0)
2158
2159
LerpTo.LeftLeg = CFrame.new(-0.5,-0.5,0) * CFrame.Angles(rad(-10),0,rad(-20))
2160
2161
LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(rad(-10),0,rad(20))
2162
2163
for i = 1,1 do
2164
2165
local rng = Instance.new("Part", char)
2166
2167
        rng.Anchored = true
2168
2169
    rng.BrickColor = BrickColor.new("Really red")
2170
2171
     rng.CanCollide = false
2172
2173
    rng.FormFactor = 3
2174
2175
        rng.Name = "Ring"
2176
2177
     rng.Size = Vector3.new(1, 1, 1)
2178
2179
        rng.Transparency = 0
2180
2181
     rng.TopSurface = 0
2182
2183
     rng.BottomSurface = 0
2184
2185
  rng.Material = "Neon"
2186
2187
     rng.Position = torso.Position 
2188
2189
        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
2190
2191
        local rngm = Instance.new("SpecialMesh", rng)
2192
2193
 rngm.MeshType = "Sphere"
2194
2195
        rngm.Scale = Vector3.new(1, 1.3, 2)
2196
2197
        
2198
2199
        
2200
2201
for i,v in pairs(workspace:children()) do
2202
2203
2204
2205
2206
                    if v:IsA("Model") and v:findFirstChild("Humanoid") then
2207
2208
2209
2210
2211
                        if v:findFirstChild("Head") and v:findFirstChild("Torso") then
2212
2213
2214
2215
2216
                            if (v:findFirstChild("Torso").Position - char.Torso.Position).magnitude < 30 then
2217
2218
2219
2220
2221
if v.Name ~= p.Name then 
2222
2223
2224
2225
2226
                                v.Humanoid:TakeDamage(40)
2227
2228
2229
2230
2231
v.Humanoid.PlatformStand = true
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
                            end
2249
2250
2251
2252
2253
                        end
2254
2255
2256
2257
2258
               end
2259
2260
2261
2262
2263
                end
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
end
2314
2315
        
2316
2317
        
2318
2319
        local rng1 = Instance.new("Part", char)
2320
2321
        rng1.Anchored = true
2322
2323
    rng1.BrickColor = BrickColor.new("Really red")
2324
2325
     rng1.CanCollide = false
2326
2327
    rng1.FormFactor = 3
2328
2329
        rng1.Name = "Ring"
2330
2331
     rng1.Size = Vector3.new(1, 1, 1)
2332
2333
        rng1.Transparency = 0
2334
2335
     rng1.TopSurface = 0
2336
2337
     rng1.BottomSurface = 0
2338
2339
  rng1.Material = "Neon"
2340
2341
     rng1.Position = torso.Position - Vector3.new(0,7,0)
2342
2343
        rng1.CFrame = rng1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2344
2345
        local rngm1 = Instance.new("SpecialMesh", rng1)
2346
2347
 rngm1.MeshId= "http://www.roblox.com/asset/?id=20329976"
2348
2349
        rngm1.Scale = Vector3.new(1, 1.3, 2)
2350
2351
        
2352
2353
 
2354
2355
 
2356
2357
 
2358
2359
 
2360
2361
    local rng11 = Instance.new("Part", char)
2362
2363
        rng11.Anchored = true
2364
2365
    rng11.BrickColor = BrickColor.new("Really red")
2366
2367
     rng11.CanCollide = false
2368
2369
    rng11.FormFactor = 3
2370
2371
        rng11.Name = "Ring"
2372
2373
     rng11.Size = Vector3.new(1, 1, 1)
2374
2375
        rng11.Transparency = 0
2376
2377
     rng11.TopSurface = 0
2378
2379
     rng11.BottomSurface = 0
2380
2381
  rng11.Material = "Neon"
2382
2383
     rng11.Position = torso.Position
2384
2385
        rng11.CFrame = rng11.CFrame * 
2386
2387
        CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
2388
2389
        local rngm11 = Instance.new("SpecialMesh", rng11)
2390
2391
 rngm11.MeshId="http://www.roblox.com/asset/?id=3270017"
2392
2393
        rngm11.Scale = Vector3.new(1, 1.3, 2)
2394
2395
        sound = Instance.new("Sound",char.Torso)
2396
2397
        sound.Pitch = 1
2398
2399
 sound.SoundId="http://www.roblox.com/asset/?id=165970126"
2400
2401
wait()
2402
2403
sound:Play()
2404
2405
2406
2407
2408
        
2409
2410
     
2411
2412
wait(0.1)
2413
2414
          
2415
2416
     coroutine.wrap(function()
2417
2418
        for i = 1, 5, 0.2 do
2419
2420
        rngm.Scale = Vector3.new(2 + i*6, 2 + i*6, 2+i*6)
2421
2422
      rng.Transparency = i/5
2423
2424
       rngm1.Scale = Vector3.new(2 + i*6, 2 + i*6, 2 + i*6)
2425
2426
      rng1.Transparency = i/5
2427
2428
      rngm11.Scale = Vector3.new(2 + i*6, 2 + i*6, 0.5)
2429
2430
      rng11.Transparency = i/5
2431
2432
          wait()
2433
2434
        
2435
2436
 
2437
2438
            end
2439
2440
           
2441
2442
              wait()
2443
2444
 
2445
2446
            rng:Destroy()
2447
2448
        
2449
2450
              rng1:Destroy()
2451
2452
                    rng11:Destroy()
2453
2454
  
2455
2456
 
2457
2458
 
2459
2460
 wait()
2461
2462
end)()
2463
2464
 
2465
2466
 
2467
2468
 
2469
2470
 
2471
2472
end
2473
2474
wait(1)
2475
2476
humanoid.WalkSpeed = 16
2477
2478
humanoid.JumpPower = 50
2479
2480
LerpTo.Body = original
2481
2482
LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(0),0,math.rad(0))
2483
2484
LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(0),0,math.rad(0))
2485
2486
LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(0),0,0)
2487
2488
LerpTo.LeftLeg = CFrame.new(-0.5,-0.5,0) * CFrame.Angles(rad(0),0,rad(0))
2489
2490
LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(rad(0),0,rad(0))
2491
2492
wait(1)
2493
2494
laser = true
2495
2496
explode = true
2497
2498
active = false
2499
2500
2501
2502
2503
end
2504
2505
end
2506
2507
end)
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
-----------------------------------------------------
2528
2529
2530
2531
2532
2533
2534
2535
m.KeyDown:connect(function(k)
2536
2537
if k == "h" then
2538
2539
if blast == true then
2540
2541
blast = false
2542
2543
active = true
2544
2545
laser = false
2546
2547
explode = false
2548
2549
2550
2551
2552
2553
2554
2555
LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(0,0,math.rad(40))
2556
2557
LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(-10),0,0)
2558
2559
wait(0.2)
2560
2561
2562
2563
2564
ball1 = Instance.new("Part",char)
2565
2566
2567
2568
2569
ball1.Size = Vector3.new(0.1,0.1,0.1)
2570
2571
ball1.BrickColor = BrickColor.new("Really red")
2572
2573
ball1:BreakJoints()
2574
2575
ball1.Transparency = 1
2576
2577
ball1w = Instance.new("Weld",ball1)
2578
2579
ball1w.Part0 = ball1
2580
2581
ball1.Material = "Neon"
2582
2583
ball1w.Part1 = char["Right Arm"]
2584
2585
ball1w.C0 = CFrame.new(0,1.5,0)
2586
2587
ball1m = Instance.new("SpecialMesh",ball1)
2588
2589
ball1m.MeshType = "Sphere"
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
ball = Instance.new("Part",char)
2604
2605
2606
2607
2608
ball.Size = Vector3.new(0.1,0.1,0.1)
2609
2610
ball.BrickColor = BrickColor.new("Really red")
2611
2612
ball:BreakJoints()
2613
2614
ballw = Instance.new("Weld",ball)
2615
2616
ballw.Part0 = ball
2617
2618
ball.Material = "Neon"
2619
2620
ballw.Part1 = char["Right Arm"]
2621
2622
ballw.C0 = CFrame.new(0,1.5,0)
2623
2624
ballm = Instance.new("SpecialMesh",ball)
2625
2626
ballm.MeshType = "Sphere"
2627
2628
for i = 1,5.5,.2 do wait()
2629
2630
ballm.Scale = Vector3.new(i,i,i)
2631
2632
end
2633
2634
wait(0.5)
2635
2636
LerpTo.Body = original * CFrame.Angles(0,0,rad(-60))
2637
2638
LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(rad(70),0,math.rad(10))
2639
2640
LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(85),0,math.rad(0))
2641
2642
LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(0,rad(70),0)
2643
2644
wait(0.1)
2645
2646
LerpTo.Body = original * CFrame.Angles(0,0,rad(-270))
2647
2648
LerpTo.RightArm = CFrame.new(1,0.5,-0.5) * CFrame.Angles(rad(90),0,math.rad(90))
2649
2650
LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(0),0,math.rad(-20))
2651
2652
LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(0,rad(-90),0)
2653
2654
wait()
2655
2656
ballw:Remove()
2657
2658
local ry = Ray.new(
2659
2660
   ball.CFrame.p,                           
2661
2662
    (mouse.Hit.p - ball1.CFrame.p).unit * 500
2663
2664
) 
2665
2666
local ig = game.Players.LocalPlayer.Character
2667
2668
 
2669
2670
local hit,position = Workspace:FindPartOnRay(ry, ig)
2671
2672
2673
2674
2675
if hit then
2676
2677
2678
2679
2680
bp = Instance.new("BodyPosition",ball)
2681
2682
bp.MaxForce = Vector3.new(100,100,100)
2683
2684
bp.Position = position
2685
2686
bp.P  = 400
2687
2688
bp.D = 100
2689
2690
        
2691
2692
else
2693
2694
ball:Remove()
2695
2696
LerpTo.RightArm = CFrame.new(1,0.5,0)
2697
2698
active = false
2699
2700
    laser = true
2701
2702
    blast = true
2703
2704
    explode = true
2705
2706
    LerpTo.LeftArm = CFrame.new(-1,0.5,0)
2707
2708
    LerpTo.Body = original
2709
2710
    LerpTo.Head = CFrame.new(0,1.5,0)
2711
2712
end
2713
2714
2715
2716
2717
wait() 
2718
2719
2720
2721
2722
LerpTo.RightArm = CFrame.new(1,0.5,-0.5) * CFrame.Angles(rad(90),0,math.rad(0))
2723
2724
repeat 
2725
2726
2727
2728
2729
--bp.Position = position
2730
2731
wait() until (ball.Position-position).magnitude < 6
2732
2733
sound = Instance.new("Sound",char.Torso)
2734
2735
        sound.Pitch = 1
2736
2737
 sound.SoundId="http://www.roblox.com/asset/?id=165970126"
2738
2739
wait()
2740
2741
sound:Play()
2742
2743
for i,v in pairs(workspace:children()) do
2744
2745
2746
2747
2748
                    if v:IsA("Model") and v:findFirstChild("Humanoid") then
2749
2750
2751
2752
2753
                        if v:findFirstChild("Head") and v:findFirstChild("Torso") then
2754
2755
2756
2757
2758
                            if (v:findFirstChild("Torso").Position - ball.Position).magnitude < 15 then
2759
2760
2761
2762
2763
if v.Name ~= p.Name then 
2764
2765
2766
2767
2768
                                v.Humanoid:TakeDamage(40)
2769
2770
2771
2772
2773
v.Humanoid.PlatformStand = true
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
                            end
2791
2792
2793
2794
2795
                        end
2796
2797
2798
2799
2800
               end
2801
2802
2803
2804
2805
                end
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
end
2856
2857
for i = 5,100,10 do wait()
2858
2859
ballm.Scale = Vector3.new(i,i,i)
2860
2861
ball.Transparency= i/100
2862
2863
end
2864
2865
ball:Remove()
2866
2867
2868
2869
2870
wait(0.5)
2871
2872
LerpTo.RightArm = CFrame.new(1,0.5,0)
2873
2874
2875
2876
2877
    LerpTo.LeftArm = CFrame.new(-1,0.5,0)
2878
2879
    LerpTo.Body = original
2880
2881
    LerpTo.Head = CFrame.new(0,1.5,0)
2882
2883
    active = false
2884
2885
    laser = true
2886
2887
    blast = true
2888
2889
    explode = true
2890
2891
end
2892
2893
end
2894
2895
end)
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
function updateanims()
2967
2968
2969
2970
2971
if active == false then
2972
2973
2974
2975
2976
    if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 and not Jumping then
2977
2978
2979
2980
2981
        anglespeed = 1/2
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(-sin(angle)*.1,0,0)
3005
3006
3007
3008
3009
       
3010
3011
3012
3013
3014
         LerpTo.LeftLeg = CFrame.new(-0.5,-0.5,0) * CFrame.Angles(sin(angle)*.1,0,0)
3015
3016
3017
3018
3019
LerpTo.Head = CFrame.new(0,1.5,0)
3020
3021
3022
3023
3024
            LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(sin(angle)*0.3,0,rad(0.1))
3025
3026
3027
3028
3029
       
3030
3031
3032
3033
3034
            LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(sin(angle)*0.3,0,rad(-0.1))
3035
3036
3037
3038
3039
            
3040
3041
3042
3043
3044
       
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
    elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude > 2 and not Jumping then
3059
3060
3061
3062
3063
        anglespeed = 3
3064
3065
3066
3067
3068
 
3069
3070
3071
3072
3073
LerpTo.RightLeg = CFrame.new(0.5,-0.65,0) * CFrame.Angles(-sin(angle*1)*0.8,0,0)
3074
3075
3076
3077
3078
       
3079
3080
3081
3082
3083
         LerpTo.LeftLeg = CFrame.new(-0.5,-0.65,0) * CFrame.Angles(sin(angle*1)*0.8,0,0)
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
LerpTo.Head = CFrame.new(0,1.5,0)
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
            LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(-sin(angle)*.8,0,rad(3))
3112
3113
3114
3115
3116
       
3117
3118
3119
3120
3121
         LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(sin(angle)*.8,0,rad(-3))
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
  elseif Falling then
3145
3146
3147
3148
3149
LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(0,0,-rad(20))
3150
3151
3152
3153
3154
LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(0,0,rad(20))
3155
3156
3157
3158
3159
LerpTo.LeftLeg = CFrame.new(-0.5,-0.2,-0.3) * CFrame.Angles(0,rad(5),0)
3160
3161
3162
3163
3164
LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(0,rad(-0.1),0)
3165
3166
3167
3168
3169
LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(-10),0,0)
3170
3171
3172
3173
3174
    elseif Jumping and not Falling then
3175
3176
3177
3178
3179
    print'asd this is seeing the jump!'
3180
3181
3182
3183
3184
    
3185
3186
3187
3188
3189
       
3190
3191
3192
3193
3194
LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(0,0,-rad(20))
3195
3196
3197
3198
3199
LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(0,0,rad(20))
3200
3201
3202
3203
3204
LerpTo.LeftLeg = CFrame.new(-0.5,-0.2,-0.3) * CFrame.Angles(0,rad(5),0)
3205
3206
3207
3208
3209
LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(0,rad(-0.1),0)
3210
3211
3212
3213
3214
LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(10),0,0)
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
end
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
end
3252
3253
3254
3255
3256
end
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
Spawn(function()
3298
3299
3300
3301
3302
    while wait()do
3303
3304
3305
3306
3307
        angle = (angle % 100) + anglespeed/10 
3308
3309
3310
3311
3312
        end 
3313
3314
3315
3316
3317
end)
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
---------
3404
3405
3406
3407
3408
LerpTo = { -- this is where your lerp stuff would go if you had more than one arm to lerp
3409
3410
3411
3412
3413
    RightArm = CFrame.new(1,0.5,0);
3414
3415
3416
3417
3418
    LeftArm = CFrame.new(-1,0.5,0);
3419
3420
3421
3422
3423
LeftLeg = CFrame.new(-0.5,-0.5,0);
3424
3425
3426
3427
3428
RightLeg = CFrame.new(0.5,-0.5,0);
3429
3430
3431
3432
3433
3434
3435
3436
Body = CFrame.new(0,0,0) * CFrame.Angles(math.rad(90),0,math.rad(0));
3437
3438
3439
3440
3441
Head = CFrame.new(0,1.5,0);
3442
3443
3444
3445
3446
}
3447
3448
3449
3450
3451
---
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
RunService = game:service'RunService'
3466
3467
3468
3469
3470
RunService.RenderStepped:connect(function()
3471
3472
3473
3474
3475
updateanims()
3476
3477
3478
3479
3480
hum()
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
    RightShoulder.C0 = Lerp.CFrame(RightShoulder.C0,LerpTo.RightArm,as)
3498
3499
3500
3501
3502
    LeftShoulder.C0 = Lerp.CFrame(LeftShoulder.C0,LerpTo.LeftArm,as)
3503
3504
3505
3506
3507
RightHip.C0 = Lerp.CFrame(RightHip.C0,LerpTo.RightLeg,as)
3508
3509
3510
3511
3512
    LeftHip.C0 = Lerp.CFrame(LeftHip.C0,LerpTo.LeftLeg,as)
3513
3514
3515
3516
3517
 Neck.C0 = Lerp.CFrame(Neck.C0,LerpTo.Head,as)
3518
3519
3520
3521
3522
torsoj.C0 = Lerp.CFrame(torsoj.C0,LerpTo.Body,as)
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
end)
3540
--Destructo Mage BlackHawkDestroyerIO
3541
pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
3542
local plr = game.Players.LocalPlayer
3543
repeat wait() until plr.Character
3544
local char = plr.Character
3545
local larm = char["Left Arm"]
3546
local rarm = char["Right Arm"]
3547
local lleg = char["Left Leg"]
3548
local rleg = char["Right Leg"]
3549
local torso = char.Torso
3550
local head = char.Head
3551
local root = char.HumanoidRootPart
3552
local rootjoint = root.RootJoint
3553
local rootjointc = rootjoint:Clone()
3554
local hum = char.Humanoid
3555
local mouse = plr:GetMouse()
3556
local mode = nil
3557
local sizemult = 3.2
3558
local deb_h = false
3559
local deb_t = false
3560
local chat = game:service'Chat'
3561
local music = Instance.new("Sound",char)
3562
music.Volume = 7
3563
music.Looped = true
3564
local mtbl={"165647841","165647841"}
3565
music.SoundId = "rbxassetid://"..mtbl[math.random(1,#mtbl)]
3566
music:Play()
3567
local reverb = game:GetService("SoundService").AmbientReverb
3568
reverb = 12
3569
local lighting = game:GetService("Lighting")
3570
larm.CanCollide = true
3571
rarm.CanCollide = true
3572
lleg.CanCollide = true
3573
rleg.CanCollide = true
3574
hum.WalkSpeed = 25
3575
hum.MaxHealth = math.huge
3576
hum.Health = math.huge
3577
3578
local endScript = function()
3579
	lighting.FogEnd = 100000
3580
	lighting.FogColor = Color3.new(191/255,191/255,191/255)
3581
	lighting.TimeOfDay = "14:00:00"
3582
	lighting.OutdoorAmbient = Color3.new(127/255,127/255,127/255)
3583
	--work on ending the script (M#1: getfenv().script = script)
3584
end
3585
3586
plr.Chatted:connect(function(msg)
3587
	if string.lower(msg) == "g/r" then
3588
		endScript()
3589
	end
3590
end)
3591
3592
for _,hats in next,char:children() do
3593
	if hats:IsA("Hat") then
3594
		hats:Destroy()
3595
	end
3596
end
3597
3598
local createWeld = function(wp0,wp1,wc0x,wc0y,wc0z)
3599
local w = Instance.new("Weld", wp1)
3600
w.Part0 = wp0
3601
w.Part1 = wp1
3602
w.C0 = CFrame.new(wc0x, wc0y, wc0z)
3603
return w
3604
end
3605
3606
larm.Size = larm.Size*sizemult
3607
rarm.Size = rarm.Size*sizemult
3608
lleg.Size = lleg.Size*sizemult
3609
rleg.Size = rleg.Size*sizemult
3610
head.Size = head.Size*sizemult
3611
torso.Size = torso.Size*sizemult
3612
root.Size = root.Size*sizemult
3613
3614
local larmweld = createWeld(torso,larm,-1.5*sizemult,0.5*sizemult,0)
3615
larmweld.C1 = CFrame.new(0,0.5*sizemult,0)
3616
local rarmweld = createWeld(torso,rarm,1.5*sizemult,0.5*sizemult,0)
3617
rarmweld.C1 = CFrame.new(0,0.5*sizemult,0)
3618
local headweld = createWeld(torso,head,0,sizemult,0)
3619
local llegweld = createWeld(torso,lleg,-0.5*sizemult,-1*sizemult,0)
3620
llegweld.C1 = CFrame.new(0,sizemult,0)
3621
local rlegweld = createWeld(torso,rleg,0.5*sizemult,-1*sizemult,0)
3622
rlegweld.C1 = CFrame.new(0,sizemult,0)
3623
local rj = rootjointc:Clone()
3624
rj.Part0 = root
3625
rj.Part1 = torso
3626
rj.Parent = root
3627
headweld.C1 = CFrame.new(0,-(sizemult/2),0)
3628
3629
local hatholder = Instance.new("Part",char)
3630
hatholder.Name = "HatHolder"
3631
hatholder.TopSurface,hatholder.BottomSurface = 0,0
3632
hatholder.Size = Vector3.new(2.3*sizemult,2.3*sizemult,2.3*sizemult)
3633
hatholder.CFrame = torso.CFrame
3634
hatholder.CanCollide = false
3635
hatholder.BrickColor = BrickColor.new("Really black")
3636
hatholder:BreakJoints()
3637
local hm = Instance.new("SpecialMesh",hatholder)
3638
hm.Name = "Hood"
3639
hm.MeshType = "FileMesh"
3640
hm.Scale = Vector3.new(sizemult,sizemult,sizemult)
3641
hm.MeshId = "rbxassetid://16952952"
3642
hm.VertexColor = Vector3.new(1,1,1)
3643
local hw = Instance.new("Weld")
3644
hw.Part0 = head
3645
hw.Part1 = hatholder
3646
hw.Parent = head
3647
hw.C0 = CFrame.new(0,0.3*sizemult,0)
3648
if head:FindFirstChild("face") then
3649
	head.face:Destroy()
3650
end
3651
local face = Instance.new("Decal",head)
3652
face.Texture = "rbxassetid://87863552"
3653
for _,shpa in next,char:children() do
3654
	if shpa:IsA("Shirt") or shpa:IsA("Pants") then
3655
		shpa:Destroy()
3656
	end
3657
end
3658
head.BrickColor = BrickColor.new("Really black")
3659
torso.BrickColor = BrickColor.new("Really black")
3660
larm.BrickColor = BrickColor.new("Really black")
3661
rarm.BrickColor = BrickColor.new("Really black")
3662
lleg.BrickColor = BrickColor.new("Really black")
3663
rleg.BrickColor = BrickColor.new("Really black")
3664
local shirt = Instance.new("Shirt",char)
3665
shirt.ShirtTemplate = "rbxassetid://519769931"
3666
local pants = Instance.new("Pants",char)
3667
pants.PantsTemplate = "rbxassetid://519770250"
3668
3669
local bg = Instance.new("BillboardGui",head)
3670
bg.AlwaysOnTop = true
3671
local bgframe = Instance.new("Frame",bg)
3672
bgframe.BackgroundTransparency = 1
3673
bgframe.Size = UDim2.new(0,200,0,25)
3674
bgframe.Position = UDim2.new(0.5,-100,0.5,-12)
3675
local bgtxt = Instance.new("TextLabel",bgframe)
3676
bgtxt.Size = UDim2.new(0,200,0,25)
3677
bgtxt.Position = UDim2.new(0.5,-100,0.5,-12)
3678
bgtxt.BackgroundTransparency = 1
3679
bgtxt.TextColor3 = BrickColor.new("Really red").Color
3680
bgtxt.Font = "SciFi"
3681
bgtxt.TextScaled = true
3682
spawn(function()
3683
	local txt1 = "Destructo Mage by BlackHawkDestroyerIO"
3684
	local txt2 = "The hell is nears."
3685
	local txt3 = "Welcome to the end!"
3686
	for i=1,#txt1 do
3687
		bgtxt.Text = txt1:sub(1,i)
3688
		wait()
3689
	end
3690
	wait()
3691
	for i=#txt1,1,-1 do
3692
		bgtxt.Text = txt1:sub(1,i)
3693
		wait()
3694
	end
3695
	wait()
3696
	for i=1,#txt2 do
3697
		bgtxt.Text = txt2:sub(1,i)
3698
		wait()
3699
	end
3700
	wait()
3701
	for i=#txt2,1,-1 do
3702
		bgtxt.Text = txt2:sub(1,i)
3703
		wait()
3704
	end
3705
	wait()
3706
	for i=1,#txt3 do
3707
		bgtxt.Text = txt3:sub(1,i)
3708
		wait()
3709
	end
3710
	wait()
3711
	for i=0,1,0.1 do
3712
		bgtxt.TextTransparency = i
3713
		wait()
3714
	end
3715
	bg:Destroy()
3716
end)
3717
3718
local origlarmc0 = larmweld.C0
3719
local origrarmc0 = rarmweld.C0
3720
local origllegc0 = llegweld.C0
3721
local origrlegc0 = rlegweld.C0
3722
local origheadc0 = headweld.C0
3723
local origrjc1 = rj.C1
3724
3725
game:service'RunService'.RenderStepped:connect(function()
3726
	local mg = Vector3.new(torso.Velocity.x,0,torso.Velocity.z).magnitude
3727
	if mg > 3 then
3728
		mode = "Walking"
3729
	elseif mg < 3 then
3730
		mode = "Idle"
3731
	end
3732
	if mode == "Walking" then
3733
		larmweld.C0 = larmweld.C0:lerp(origlarmc0,0.1)
3734
		rarmweld.C0 = rarmweld.C0:lerp(origrarmc0,0.1)
3735
		llegweld.C0 = llegweld.C0:lerp(origllegc0,0.1)
3736
		rlegweld.C0 = rlegweld.C0:lerp(origrlegc0,0.1)
3737
		headweld.C0 = headweld.C0:lerp(origheadc0,0.1)
3738
		rj.C1 = rj.C1:lerp(origrjc1,0.1)
3739
		larmweld.C0 = larmweld.C0:lerp(larmweld.C0*CFrame.Angles(-math.rad(30),0,-math.rad(20)),0.1)
3740
		rarmweld.C0 = rarmweld.C0:lerp(rarmweld.C0*CFrame.Angles(-math.rad(30),0,math.rad(20)),0.1)
3741
		llegweld.C0 = llegweld.C0:lerp(llegweld.C0*CFrame.Angles(-math.rad(30),0,-math.rad(10)),0.1)
3742
		rlegweld.C0 = rlegweld.C0:lerp(rlegweld.C0*CFrame.Angles(-math.rad(30),0,math.rad(10)),0.1)
3743
		headweld.C0 = headweld.C0:lerp(headweld.C0*CFrame.Angles(-math.rad(20),0,0),0.1)
3744
		rj.C1 = rj.C1:lerp(rj.C1*CFrame.new(0,0,-3),0.1)
3745
	elseif mode == "Idle" then
3746
		larmweld.C0 = larmweld.C0:lerp(origlarmc0,0.1)
3747
		rarmweld.C0 = rarmweld.C0:lerp(origrarmc0,0.1)
3748
		llegweld.C0 = llegweld.C0:lerp(origllegc0,0.1)
3749
		rlegweld.C0 = rlegweld.C0:lerp(origrlegc0,0.1)
3750
		headweld.C0 = headweld.C0:lerp(origheadc0,0.1)
3751
		rj.C1 = rj.C1:lerp(origrjc1,0.1)
3752
		larmweld.C0 = larmweld.C0:lerp(larmweld.C0*CFrame.Angles(math.rad(65),0,math.rad(55)),0.1)
3753
		rarmweld.C0 = rarmweld.C0:lerp(rarmweld.C0*CFrame.Angles(math.rad(45),0,-math.rad(55)),0.1)
3754
		larmweld.C0 = larmweld.C0:lerp(larmweld.C0*CFrame.new(0,-0.7,0),0.1)
3755
		rarmweld.C0 = rarmweld.C0:lerp(rarmweld.C0*CFrame.new(0,-0.7,0),0.1)
3756
		llegweld.C0 = llegweld.C0:lerp(llegweld.C0*CFrame.Angles(-math.rad(10),0,-math.rad(5)),0.1)
3757
		rlegweld.C0 = rlegweld.C0:lerp(rlegweld.C0*CFrame.Angles(-math.rad(10),0,math.rad(5)),0.1)
3758
		rj.C1 = rj.C1:lerp(origrjc1,0.1)
3759
	end
3760
end)
3761
3762
mouse.KeyDown:connect(function(key)
3763
	if key == "z" and deb_h == false then
3764
		deb_z = true
3765
		chat:Chat(head,"Secret fire seal:Anhilation!",Enum.ChatColor.Red)
3766
		local cce = Instance.new("ColorCorrectionEffect",lighting)
3767
		cce.TintColor = Color3.new(1,0,0)
3768
		for i=0,1,0.005 do
3769
			cce.Brightness = i
3770
			wait()
3771
		end
3772
		for _,c in next,workspace:children() do
3773
			if c:FindFirstChild("Humanoid") and c.Name ~= plr.Character.Name then
3774
				c.Humanoid.MaxHealth = 100
3775
				c.Humanoid.Health = c.Humanoid.Health-math.random(60,99)
3776
			end
3777
		end
3778
		cce:Destroy()
3779
		spawn(function()
3780
			wait(20)
3781
			deb_h = false
3782
		end)
3783
	elseif key == "x" and deb_t == false then
3784
		deb_x = true
3785
		chat:Chat(head,"Secret fire seal:Destruction!",Enum.ChatColor.Red)
3786
		for _,c in next,workspace:children() do
3787
			if c:FindFirstChild("Humanoid") and c.Name ~= plr.Character.Name and c:FindFirstChild("Head") then
3788
				local fire = Instance.new("Fire",c.Head)
3789
				fire.Size = 50
3790
				fire.Heat = 50
3791
				fire.Color = Color3.new(65/255,0,0)
3792
				fire.SecondaryColor = Color3.new(0,0,0)
3793
				spawn(function()
3794
					for i=1,math.random(1,10) do
3795
						if c:FindFirstChild("Humanoid") then
3796
							c.Humanoid.Health = c.Humanoid.Health-math.random(1,5)
3797
							wait()
3798
						else
3799
							break
3800
						end
3801
					end
3802
					spawn(function()
3803
						wait(3)
3804
						if fire then
3805
							fire:Destroy()
3806
						end
3807
					end)
3808
				end)
3809
			end
3810
		end
3811
		spawn(function()
3812
			wait(15)
3813
			deb_t = false
3814
		end)
3815
	end
3816
end)
3817
Player=game:GetService('Players').LocalPlayer
3818
    Character=Player.Character
3819
    Mouse=Player:GetMouse()
3820
    m=Instance.new('Model',Character)
3821
3822
3823
    local function weldBetween(a, b)
3824
        local weldd = Instance.new("ManualWeld")
3825
        weldd.Part0 = a
3826
        weldd.Part1 = b
3827
        weldd.C0 = CFrame.new()
3828
        weldd.C1 = b.CFrame:inverse() * a.CFrame
3829
        weldd.Parent = a
3830
        return weldd
3831
    end
3832
    
3833
    it=Instance.new
3834
    
3835
    function nooutline(part)
3836
        part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
3837
    end
3838
    
3839
    function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
3840
        local fp=it("Part")
3841
        fp.formFactor=formfactor
3842
        fp.Parent=parent
3843
        fp.Reflectance=reflectance
3844
        fp.Transparency=transparency
3845
        fp.CanCollide=false
3846
        fp.Locked=true
3847
        fp.BrickColor=BrickColor.new(tostring(brickcolor))
3848
        fp.Name=name
3849
        fp.Size=size
3850
        fp.Position=Character.Torso.Position
3851
        nooutline(fp)
3852
        fp.Material=material
3853
        fp:BreakJoints()
3854
        return fp
3855
    end
3856
    
3857
    function mesh(Mesh,part,meshtype,meshid,offset,scale)
3858
        local mesh=it(Mesh)
3859
        mesh.Parent=part
3860
        if Mesh=="SpecialMesh" then
3861
            mesh.MeshType=meshtype
3862
            mesh.MeshId=meshid
3863
        end
3864
        mesh.Offset=offset
3865
        mesh.Scale=scale
3866
        return mesh
3867
    end
3868
    
3869
    function weld(parent,part0,part1,c0,c1)
3870
        local weld=it("Weld")
3871
        weld.Parent=parent
3872
        weld.Part0=part0
3873
        weld.Part1=part1
3874
        weld.C0=c0
3875
        weld.C1=c1
3876
        return weld
3877
    end
3878
3879
WIngs=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Handle",Vector3.new(0.526163042, 0.373031557, 0.931079745))
3880
WIngsweld=weld(m,Character["Torso"],WIngs,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.0159111, -1.20853615, -6.0207634, 0.866024971, 0.250001013, -0.433012992, -0.326577812, 0.938599944, -0.111252062, 0.378612816, 0.237759501, 0.894495845))
3881
mesh("BlockMesh",WIngs,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
3882
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
3883
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0145301819, -1.5309906, 1.12540245, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, -3.7252903e-009, -0.982352912, -0.187036932))
3884
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
3885
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
3886
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012840271, -2.20268631, 1.11525655, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, -3.7252903e-009, -0.982352912, -0.187036932))
3887
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3888
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3889
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, 1.69621086, 2.74610329, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
3890
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3891
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3892
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128326416, 3.14628506, 2.63505173, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.757224739, -0.653154373, 2.98023224e-008, -0.653154373, 0.757224917))
3893
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3894
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3895
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, 1.01108551, 2.51173878, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.0735907629, -0.997288585, 0, -0.997288525, 0.0735907704))
3896
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3897
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3898
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, 0.396331787, 2.11554885, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.187033802, -0.982353449, -7.4505806e-009, -0.982353449, -0.187033832))
3899
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3900
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3901
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, -0.0868225098, 1.57054901, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.434913546, -0.900472343, 0, -0.900472283, -0.434913576))
3902
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3903
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3904
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128173828, 2.42856979, 2.78783226, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, -0.826882541, 0.562374532))
3905
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3906
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3907
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128173828, -0.416015625, 0.917181015, -1, 1.86264515e-008, 5.96046448e-008, -5.96046448e-008, 0.653154254, -0.757224917, 1.49011612e-008, -0.757224798, -0.653154254))
3908
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3909
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
3910
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128173828, 0.159194946, -1.12555099, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.187036917, -0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
3911
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3912
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
3913
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140304565, -3.38129997, -2.7243309, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.329198927, 0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
3914
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3915
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
3916
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140457153, 1.33783531, 2.71401596, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
3917
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3918
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.526163042, 0.373031557, 0.931079745))
3919
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.78812122, 1.92715263, -2.28927612, 0.49999845, -0.565649092, 0.655776381, 0.565651298, 0.786692977, 0.24729073, -0.655774534, 0.247295752, 0.713305533))
3920
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
3921
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
3922
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80215645, 2.86511993, 0.140659332, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
3923
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3924
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
3925
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80046654, -4.2369194, -0.140804291, -0.49999845, 0.565649092, -0.655776381, -0.433012724, 0.492487878, 0.754954159, 0.750001132, 0.661435425, -0.00130999088))
3926
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
3927
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
3928
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80215645, -4.90860367, -0.150947571, -0.49999845, 0.565649092, -0.655776381, -0.433012724, 0.492487878, 0.754954159, 0.750001132, 0.661435425, -0.00130999088))
3929
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3930
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
3931
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80265999, -4.14035034, -0.33956337, 0.49999845, -0.565649092, 0.655776381, -0.750000596, 0.0957893208, 0.654464483, -0.433013558, -0.819063783, -0.376342565))
3932
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
3933
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3934
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80095482, 3.22347641, 0.17275238, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
3935
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3936
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
3937
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, -4.81201553, -0.349707603, 0.49999845, -0.565649092, 0.655776381, -0.750000596, 0.0957893208, 0.654464483, -0.433013558, -0.819063783, -0.376342565))
3938
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3939
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
3940
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, 2.76852798, 0.339404106, 0.49999845, -0.565649092, 0.655776381, 0.750000596, -0.0957893208, -0.654464483, 0.433013558, 0.819063783, 0.376342565))
3941
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3942
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3943
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80095482, 3.18227959, -0.357192993, -0.49999845, 0.565649092, -0.655776381, -2.98023224e-007, -0.757224619, -0.653154492, -0.866026402, -0.326576054, 0.378611445))
3944
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3945
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3946
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80094719, 3.23778915, -0.0931434631, -0.49999845, 0.565649092, -0.655776381, 0.224142939, -0.646899283, -0.728890419, -0.836517453, -0.511431754, 0.196662545))
3947
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3948
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3949
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80093193, 3.15235138, 0.421354294, -0.49999845, 0.565649092, -0.655776381, 0.612372398, -0.304515153, -0.729568839, -0.61237365, -0.766362667, -0.194130719))
3950
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3951
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3952
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80095387, 3.00566101, 0.650568962, -0.49999845, 0.565649092, -0.655776381, 0.749999642, -0.0957909003, -0.654465079, -0.433014959, -0.819063544, -0.376341343))
3953
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3954
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3955
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80094147, 2.81278229, 0.830840111, -0.49999845, 0.565649092, -0.655776381, 0.836516857, 0.119463086, -0.534760058, -0.224145442, -0.815947115, -0.532906353))
3956
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3957
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3958
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80094433, 2.57622147, 0.953166008, -0.49999845, 0.565649092, -0.655776381, 0.866026282, 0.326575905, -0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
3959
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3960
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
3961
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128326416, 0.963986397, 2.83012009, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
3962
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3963
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
3964
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128173828, -3.00747108, -2.84039688, 1, -1.86264515e-008, -5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, -2.98023224e-008, -0.0735884532, -0.997288704))
3965
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3966
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3967
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128250122, 3.25563431, 2.63391113, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.757224739, 0.653154373, 2.98023224e-008, -0.653154373, 0.757224917))
3968
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3969
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3970
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128440857, 2.53445959, 2.8150177, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.900472701, 0.434912592, 0, -0.434912592, 0.90047276))
3971
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3972
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3973
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128326416, 1.79145408, 2.79978943, 1, -1.86264515e-008, -5.96046448e-008, 5.58793545e-009, 0.982353508, 0.187033504, 0, -0.187033504, 0.982353628))
3974
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3975
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3976
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128364563, -0.414859772, 1.02649212, 1, -1.86264515e-008, -5.96046448e-008, -5.96046448e-008, 0.653154254, -0.757224917, -1.49011612e-008, 0.757224798, 0.653154254))
3977
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3978
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3979
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128326416, 0.451953888, 2.2096405, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.94426012, -0.329200208, 2.98023224e-008, 0.329200208, 0.94426012))
3980
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3981
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3982
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128364563, 1.08917046, 2.58826447, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
3983
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3984
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
3985
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128173828, -0.057434082, 1.67582893, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.826882601, -0.562374711, 0, 0.562374711, 0.82688272))
3986
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
3987
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
3988
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140419006, -1.82085991, 1.02886391, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, 5.96046448e-008, 0.562375724, 0.826881766))
3989
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3990
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
3991
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014541626, -2.33579445, -2.83024597, 1, -1.86264515e-008, -5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, -2.98023224e-008, -0.0735884532, -0.997288704))
3992
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
3993
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
3994
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123214722, -1.149189, 1.03900719, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, 5.96046448e-008, 0.562375724, 0.826881766))
3995
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
3996
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
3997
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.01404953, -0.222623825, -1.03916359, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.826881826, -0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
3998
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
3999
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
4000
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80045509, -4.03017044, 0.229810715, -0.49999845, 0.565649092, -0.655776381, -0.836517692, -0.511431158, 0.196663141, -0.224142194, 0.6468997, 0.7288903))
4001
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
4002
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
4003
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094051, 3.2564106, 0.190433502, 0.49999845, -0.565649092, 0.655776381, 0.433015227, 0.819063604, 0.376341105, -0.749999583, 0.0957911685, 0.654465318))
4004
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
4005
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
4006
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80093765, 3.05438042, 0.688827515, 0.49999845, -0.565649092, 0.655776381, 0.612375081, 0.766361952, 0.194129199, -0.612371087, 0.304516733, 0.729569316))
4007
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
4008
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
4009
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80093765, 3.21963882, -0.358337402, 0.49999845, -0.565649092, 0.655776381, 2.98023224e-007, 0.757224619, 0.653154492, -0.866026402, -0.326576054, 0.378611445))
4010
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
4011
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
4012
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80095196, 3.27416515, -0.0845680237, 0.49999845, -0.565649092, 0.655776381, 0.224145487, 0.815947115, 0.532906294, -0.836516857, -0.119463041, 0.534760058))
4013
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
4014
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
4015
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094719, 2.57737732, 0.990515709, 0.49999845, -0.565649092, 0.655776381, 0.866026282, 0.326575905, -0.378611505, 4.32133675e-007, 0.757224679, 0.653154492))
4016
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
4017
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
4018
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, 3.0253334, 0.682353973, 0.49999845, -0.565649092, 0.655776381, 0.75000155, 0.66143465, -0.00131103396, -0.433011711, 0.492488772, 0.7549541))
4019
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
4020
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
4021
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.8026638, -4.42617226, -0.68901062, 0.49999845, -0.565649092, 0.655776381, -0.612375081, -0.766361952, -0.194129199, 0.612371087, -0.304516733, -0.729569316))
4022
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
4023
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
4024
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80093575, -5.09785843, -0.699146271, 0.49999845, -0.565649092, 0.655776381, -0.612375081, -0.766361952, -0.194129199, 0.612371087, -0.304516733, -0.729569316))
4025
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
4026
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
4027
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, 2.8235321, 0.866632462, 0.49999845, -0.565649092, 0.655776381, 0.836517394, 0.511432052, -0.196662098, -0.224143416, 0.646898985, 0.728890657))
4028
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
4029
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
4030
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80217552, -4.70182419, 0.219669342, -0.49999845, 0.565649092, -0.655776381, -0.836517692, -0.511431158, 0.196663141, -0.224142194, 0.6468997, 0.7288903))
4031
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
4032
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
4033
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80096149, 3.17957115, 0.446971893, 0.49999845, -0.565649092, 0.655776381, 0.612375081, 0.766361952, 0.194129199, -0.612371087, 0.304516733, 0.729569316))
4034
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
4035
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
4036
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216312, 2.65835953, -0.229951859, -0.49999845, 0.565649092, -0.655776381, 0.836517692, 0.511431158, -0.196663141, 0.224142194, -0.6468997, -0.7288903))
4037
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
4038
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
4039
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123329163, -2.7096405, -2.71417046, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.329198927, 0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
4040
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
4041
Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
4042
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000423431396, 0.000568389893, 0.0205516815, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4043
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4044
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
4045
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.397033691, 0.00685501099, 0.361976624, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4046
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
4047
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
4048
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000408172607, 0.000564575195, 0.0234174728, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4049
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4050
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
4051
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, 0.00227355957, 0.0205459595, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4052
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4053
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
4054
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000438690186, 0.00173950195, 0.0229845047, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4055
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4056
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
4057
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146331787, -3.40140152, -1.11369061, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
4058
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4059
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
4060
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146255493, 1.63386917, 1.11945939, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.187036917, -0.982352853, -3.7252903e-009, -0.982352912, -0.187036932))
4061
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4062
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
4063
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122375488, -6.76598835, 0.57843399, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, 0.608101726, 0.793859124, 0, -0.793859184, 0.608101785))
4064
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4065
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
4066
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.385643005, 0.0125732422, -0.371212006, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4067
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
4068
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
4069
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0115966797, -0.543251038, 1.7864542, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.434913546, 0.900472343, 0, -0.900472283, -0.434913576))
4070
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4071
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
4072
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0116043091, -1.59219742, 2.67541885, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, 0.0735907629, 0.997288585, 0, -0.997288525, 0.0735907704))
4073
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
4074
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
4075
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0115814209, -2.22006989, 2.7550087, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.329198927, 0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
4076
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
4077
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
4078
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.011592865, -1.02312088, 2.25215411, 1, -1.86264515e-008, -5.96046448e-008, 0, -0.187033802, 0.982353449, -7.4505806e-009, -0.982353449, -0.187033832))
4079
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4080
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
4081
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0116004944, -0.851036072, 0.823085785, 1, -1.86264515e-008, -5.96046448e-008, 5.96046448e-008, -0.653154254, 0.757224917, 1.49011612e-008, -0.757224798, -0.653154254))
4082
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4083
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
4084
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0116004944, -4.12805939, 3.14675999, -1, 1.86264515e-008, 5.96046448e-008, -5.96046448e-008, 0.653154254, -0.757224917, 1.49011612e-008, -0.757224798, -0.653154254))
4085
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4086
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
4087
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146331787, -1.75381827, 0.0856170654, 1, -1.86264515e-008, -5.96046448e-008, 5.58793545e-009, 0.982353508, 0.187033504, 0, -0.187033504, 0.982353628))
4088
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4089
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
4090
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146331787, -1.7653625, 1.58002472, -1, 1.86264515e-008, 5.96046448e-008, 5.58793545e-009, 0.982353508, 0.187033504, 0, 0.187033504, -0.982353628))
4091
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
4092
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
4093
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146217346, 1.84269714, 2.61419201, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, 0.484992713, -0.874518216, 0, -0.874518156, -0.484992743))
4094
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4095
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
4096
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, -1.39143753, -1.12134099, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
4097
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4098
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
4099
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146255493, -4.44521141, -2.69960213, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.484992713, 0.874518216, 0, 0.874518156, 0.484992743))
4100
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4101
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
4102
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146102905, -1.24437332, -1.12705016, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.187036917, -0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
4103
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4104
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
4105
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.012260437, 2.08576965, -1.09300995, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.94426012, 0.329200208, 2.98023224e-008, 0.329200208, 0.94426012))
4106
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4107
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
4108
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, 2.07419205, 2.7586441, 1, -1.86264515e-008, -5.96046448e-008, -1.49011612e-008, -0.94426012, 0.329200208, -2.98023224e-008, -0.329200208, -0.94426012))
4109
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
4110
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
4111
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, 2.81254005, -2.72010994, 1, -1.86264515e-008, -5.96046448e-008, 0, -0.329198927, -0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
4112
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4113
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
4114
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0122528076, -0.0657215118, 2.71253204, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
4115
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4116
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
4117
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, -4.58002281, 2.72588158, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.329198927, 0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
4118
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4119
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
4120
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122489929, -2.57005119, 2.71822929, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.329198927, 0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
4121
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4122
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
4123
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122451782, 4.16341972, -0.663871765, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, -0.608101726, -0.793859124, 0, 0.793859184, -0.608101785))
4124
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4125
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
4126
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0115814209, -4.30217743, 3.24400997, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.627695382, -0.778459072, -1.49011612e-008, -0.778458953, -0.627695441))
4127
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4128
Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
4129
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99267197, 4.78870678, -0.0154352188, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4130
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4131
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
4132
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.59518433, 4.79498959, 0.32599926, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4133
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
4134
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
4135
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99268341, 4.7886982, -0.0125761032, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4136
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4137
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
4138
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99270248, 4.79042339, -0.0154447556, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4139
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4140
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
4141
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99266815, 4.78983879, -0.0129785538, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4142
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4143
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
4144
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80036545, 4.80890846, 2.25815582, 0.49999845, -0.565649092, 0.655776381, 0.176621437, -0.674706042, -0.716642678, 0.847824514, 0.474144399, -0.237446278))
4145
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4146
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
4147
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037117, -4.09732819, 0.144859314, 0.49999845, -0.565649092, 0.655776381, -0.433012724, 0.492487878, 0.754954159, -0.750001132, -0.661435425, 0.00130999088))
4148
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4149
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
4150
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037403, -6.10728073, 0.152519226, 0.49999845, -0.565649092, 0.655776381, -0.433012724, 0.492487878, 0.754954159, -0.750001132, -0.661435425, 0.00130999088))
4151
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4152
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
4153
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037498, -0.499183655, 4.28593826, 0.49999845, -0.565649092, 0.655776381, -0.75000155, -0.66143465, 0.00131103396, 0.433011711, -0.492488772, -0.7549541))
4154
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
4155
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
4156
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.802742, 1.36500931, 0.337909698, 0.49999845, -0.565649092, 0.655776381, 0.750000596, -0.0957893208, -0.654464483, 0.433013558, 0.819063783, 0.376342565))
4157
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4158
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
4159
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80034828, 1.46158218, 0.139152527, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
4160
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4161
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
4162
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80037212, -0.487609863, -2.62030792, -0.49999845, 0.565649092, -0.655776381, -0.75000155, -0.66143465, 0.00131103396, -0.433011711, 0.492488772, 0.7549541))
4163
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4164
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
4165
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80035973, 4.33980179, -0.146759033, 0.49999845, -0.565649092, 0.655776381, 0.433012724, -0.492487878, -0.754954159, 0.750001132, 0.661435425, -0.00130999088))
4166
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4167
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
4168
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037403, -7.41146851, -2.34357452, 0.49999845, -0.565649092, 0.655776381, -0.176621437, 0.674706042, 0.716642678, -0.847824514, -0.474144399, 0.237446278))
4169
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4170
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
4171
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.8027401, 4.77935791, 2.0391655, -0.49999845, 0.565649092, -0.655776381, 0.847824097, 0.16527845, -0.50386256, -0.176623657, -0.807913423, -0.562209845))
4172
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4173
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
4174
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80274773, -0.288840294, -2.52373123, 0.49999845, -0.565649092, 0.655776381, 0.433015227, 0.819063604, 0.376341105, -0.749999583, 0.0957911685, 0.654465318))
4175
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4176
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
4177
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.60663605, 4.80071163, -0.407197952, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4178
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
4179
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
4180
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80274963, -0.300402641, 4.18932724, -0.49999845, 0.565649092, -0.655776381, 0.433015227, 0.819063604, 0.376341105, 0.749999583, -0.0957911685, -0.654465318))
4181
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
4182
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
4183
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80271721, -4.00077438, 0.34360981, -0.49999845, 0.565649092, -0.655776381, -0.750000596, 0.0957893208, 0.654464483, 0.433013558, 0.819063783, 0.376342565))
4184
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4185
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
4186
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.802742, 4.24324417, -0.345514297, -0.49999845, 0.565649092, -0.655776381, 0.750000596, -0.0957893208, -0.654464483, -0.433013558, -0.819063783, -0.376342565))
4187
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4188
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
4189
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80274391, -7.38192749, -2.1245718, -0.49999845, 0.565649092, -0.655776381, -0.847824097, -0.16527845, 0.50386256, 0.176623657, 0.807913423, 0.562209845))
4190
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4191
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
4192
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79971504, -3.44285583, 1.04676247, 0.49999845, -0.565649092, 0.655776381, -0.836516857, -0.119463086, 0.534760058, -0.224145442, -0.815947115, -0.532906353))
4193
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4194
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
4195
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79971695, -3.73348618, 0.58502388, 0.49999845, -0.565649092, 0.655776381, -0.612372398, 0.304515153, 0.729568839, -0.61237365, -0.766362667, -0.194130719))
4196
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
4197
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
4198
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.802742, -6.01073456, 0.351270676, -0.49999845, 0.565649092, -0.655776381, -0.750000596, 0.0957893208, 0.654464483, 0.433013558, 0.819063783, 0.376342565))
4199
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4200
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
4201
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79972649, -3.63246918, 0.787195206, 0.49999845, -0.565649092, 0.655776381, -0.749999642, 0.0957909003, 0.654465079, -0.433014959, -0.819063544, -0.376341343))
4202
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4203
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
4204
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.79971886, -1.31037903, 3.18079185, -0.49999845, 0.565649092, -0.655776381, 0.865550399, 0.301296592, -0.400053799, -0.0287068337, -0.767633677, -0.640245616))
4205
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4206
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
4207
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.79972172, -1.1358223, 3.18273926, -0.49999845, 0.565649092, -0.655776381, 0.866026282, 0.326575905, -0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
4208
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4209
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
4210
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.7997303, -3.74736404, 0.181629181, 0.49999845, -0.565649092, 0.655776381, -0.433012724, 0.492487878, 0.754954159, -0.750001132, -0.661435425, 0.00130999088))
4211
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
4212
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
4213
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79971409, -3.84326553, 0.859061241, 0.49999845, -0.565649092, 0.655776381, -0.866026282, -0.326575905, 0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
4214
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4215
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
4216
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146179199, -0.439552307, 2.82862473, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
4217
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4218
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
4219
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146255493, 2.43866539, -2.83621216, -1, 1.86264515e-008, 5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, -2.98023224e-008, -0.0735884532, -0.997288704))
4220
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4221
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
4222
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, 2.19028473, 2.38479328, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, 0.0735907629, 0.997288585, 0, 0.997288525, -0.0735907704))
4223
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
4224
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
4225
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146331787, 2.20183945, -0.719162941, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, 0.0735907629, 0.997288585, 0, -0.997288525, 0.0735907704))
4226
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4227
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
4228
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140457153, -2.31531954, 2.80868149, -1, 1.86264515e-008, 5.96046448e-008, -5.58793545e-009, -0.982353508, -0.187033504, 0, -0.187033504, 0.982353628))
4229
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
4230
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
4231
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140533447, -1.67030334, 2.75189209, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
4232
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
4233
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
4234
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0145950317, -6.44722939, 0.805679321, -1, 1.86264515e-008, 5.96046448e-008, 1.11758709e-008, -0.970244586, -0.242127106, 0, -0.242127106, 0.970244527))
4235
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4236
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
4237
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140609741, -0.572654724, 1.89173317, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.826882601, 0.562374711, 0, 0.562374711, 0.82688272))
4238
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4239
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
4240
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140533447, -1.07876587, 2.34624863, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.94426012, 0.329200208, 2.98023224e-008, 0.329200208, 0.94426012))
4241
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4242
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
4243
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, -4.20618105, 2.84195328, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
4244
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4245
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
4246
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, -2.19620895, 2.83431244, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
4247
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4248
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
4249
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, 3.84465933, -0.891094208, -1, 1.86264515e-008, 5.96046448e-008, -1.11758709e-008, 0.970244586, 0.242127106, 0, 0.242127106, -0.970244527))
4250
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4251
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
4252
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012260437, 1.25204659, 1.03306961, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.826881826, -0.562375784, 5.96046448e-008, 0.562375724, 0.826881766))
4253
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4254
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
4255
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122413635, -3.0195713, -1.02729225, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
4256
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4257
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
4258
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0122451782, -1.66742134, 0.467433929, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, -0.826882541, 0.562374532))
4259
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4260
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
4261
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122451782, -1.67897987, 1.19819832, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, 0.826882541, -0.562374532))
4262
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
4263
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
4264
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122489929, 1.50705338, 2.41267586, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.609420419, -0.792847335, 0, 0.792847276, 0.609420419))
4265
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4266
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
4267
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012260437, -1.00959778, -1.03495979, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
4268
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4269
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
4270
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, -4.10961151, -2.49808693, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.609420419, 0.792847335, 0, -0.792847276, -0.609420419))
4271
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4272
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
4273
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.012260437, -1.6261673, -1.04066467, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.826881826, -0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
4274
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4275
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
4276
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140533447, -0.852184296, 0.906645775, -1, 1.86264515e-008, 5.96046448e-008, 5.96046448e-008, -0.653154254, 0.757224917, -1.49011612e-008, 0.757224798, 0.653154254))
4277
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4278
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
4279
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80034447, -0.86977005, 4.07917023, 0.49999845, -0.565649092, 0.655776381, 0.224142939, -0.646899283, -0.728890419, 0.836517453, 0.511431754, -0.196662545))
4280
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
4281
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
4282
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80038261, -7.09912872, -2.63088512, 0.49999845, -0.565649092, 0.655776381, -0.864648581, -0.283361614, 0.414836287, -0.0488298535, -0.774433494, -0.630768061))
4283
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4284
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
4285
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037403, -3.89056778, -0.225765228, 0.49999845, -0.565649092, 0.655776381, -0.836517692, -0.511431158, 0.196663141, 0.224142194, -0.6468997, -0.7288903))
4286
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4287
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
4288
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80038261, -5.9005394, -0.218101501, 0.49999845, -0.565649092, 0.655776381, -0.836517692, -0.511431158, 0.196663141, 0.224142194, -0.6468997, -0.7288903))
4289
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4290
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
4291
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80037498, -0.858222961, -2.41352463, -0.49999845, 0.565649092, -0.655776381, 0.224142939, -0.646899283, -0.728890419, -0.836517453, -0.511431754, 0.196662545))
4292
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4293
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
4294
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037594, 4.49656296, 2.54547501, 0.49999845, -0.565649092, 0.655776381, 0.864648581, 0.283361614, -0.414836287, 0.0488298535, 0.774433494, 0.630768061))
4295
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4296
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
4297
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.8027277, 0.0490112305, 4.47517967, -0.49999845, 0.565649092, -0.655776381, -0.612372398, 0.304515153, 0.729568839, 0.61237365, 0.766362667, 0.194130719))
4298
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
4299
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
4300
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80274391, 0.0605697632, -2.80956078, 0.49999845, -0.565649092, 0.655776381, -0.612372398, 0.304515153, 0.729568839, -0.61237365, -0.766362667, -0.194130719))
4301
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4302
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
4303
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80274677, 4.52905464, -0.69493866, -0.49999845, 0.565649092, -0.655776381, 0.612375081, 0.766361952, 0.194129199, 0.612371087, -0.304516733, -0.729569316))
4304
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4305
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
4306
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80274773, 1.65083885, 0.687343597, 0.49999845, -0.565649092, 0.655776381, 0.612375081, 0.766361952, 0.194129199, -0.612371087, 0.304516733, 0.729569316))
4307
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4308
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
4309
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80273438, 5.16016769, 1.79669189, -0.49999845, 0.565649092, -0.655776381, 0.390038431, 0.823161662, 0.412643731, 0.773221493, -0.0494567379, -0.632204533))
4310
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4311
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
4312
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80038166, 4.13302612, 0.223876953, 0.49999845, -0.565649092, 0.655776381, 0.836517692, 0.511431158, -0.196663141, -0.224142194, 0.6468997, 0.7288903))
4313
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4314
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
4315
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80273819, -4.28659248, 0.693054199, -0.49999845, 0.565649092, -0.655776381, -0.612375081, -0.766361952, -0.194129199, -0.612371087, 0.304516733, 0.729569316))
4316
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4317
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
4318
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80276012, -6.29656792, 0.700717926, -0.49999845, 0.565649092, -0.655776381, -0.612375081, -0.766361952, -0.194129199, -0.612371087, 0.304516733, 0.729569316))
4319
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4320
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
4321
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216217, -3.78028393, 0.199310303, -0.49999845, 0.565649092, -0.655776381, -0.433015227, -0.819063604, -0.376341105, -0.749999583, 0.0957911685, 0.654465318))
4322
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
4323
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
4324
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216694, -3.76069069, 0.610641479, -0.49999845, 0.565649092, -0.655776381, -0.612375081, -0.766361952, -0.194129199, -0.612371087, 0.304516733, 0.729569316))
4325
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
4326
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
4327
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80275726, -7.76274252, -1.88209915, -0.49999845, 0.565649092, -0.655776381, -0.390038431, -0.823161662, -0.412643731, -0.773221493, 0.0494567379, 0.632204533))
4328
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4329
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
4330
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216217, -3.84443283, 0.870663643, -0.49999845, 0.565649092, -0.655776381, -0.866026282, -0.326575905, 0.378611505, 4.32133675e-007, 0.757224679, 0.653154492))
4331
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4332
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
4333
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80217838, -3.45362091, 1.0825386, -0.49999845, 0.565649092, -0.655776381, -0.836517394, -0.511432052, 0.196662098, -0.224143416, 0.646898985, 0.728890657))
4334
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4335
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
4336
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216312, -3.65211487, 0.818996429, -0.49999845, 0.565649092, -0.655776381, -0.75000155, -0.66143465, 0.00131103396, -0.433011711, 0.492488772, 0.7549541))
4337
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
4338
Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really red","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
4339
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80037689, 1.2548027, -0.231477737, -0.49999845, 0.565649092, -0.655776381, 0.836517692, 0.511431158, -0.196663141, 0.224142194, -0.6468997, -0.7288903))
4340
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
4341
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
4342
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.37387466, 0.0131607056, 3.24288177, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4343
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
4344
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
4345
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45108032, -0.324279785, 3.24173164, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4346
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
4347
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
4348
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45108795, 0.0165786743, 3.23201942, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4349
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4350
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
4351
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45106888, 0.370029449, 3.24633598, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
4352
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
4353
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
4354
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.458839417, 5.15813541, 3.2103529, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4355
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
4356
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
4357
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.458843231, 4.46384811, 3.20575047, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4358
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
4359
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
4360
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.458824158, 4.80470562, 3.19602489, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4361
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
4362
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
4363
Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.381649017, 4.80128193, 3.20690632, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
4364
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
4365
4366
4367
4368
4369
4370
4371
4372
	Player=game:GetService('Players').LocalPlayer
4373
	Character=Player.Character
4374
	Mouse=Player:GetMouse()
4375
	m=Instance.new('Model',Character)
4376
4377
4378
	local function weldBetween(a, b)
4379
	    local weldd = Instance.new("ManualWeld")
4380
	    weldd.Part0 = a
4381
	    weldd.Part1 = b
4382
	    weldd.C0 = CFrame.new()
4383
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
4384
	    weldd.Parent = a
4385
	    return weldd
4386
	end
4387
	
4388
	it=Instance.new
4389
	
4390
	function nooutline(part)
4391
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
4392
	end
4393
	
4394
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
4395
		local fp=it("Part")
4396
		fp.formFactor=formfactor
4397
		fp.Parent=parent
4398
		fp.Reflectance=reflectance
4399
		fp.Transparency=transparency
4400
		fp.CanCollide=false
4401
		fp.Locked=true
4402
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
4403
		fp.Name=name
4404
		fp.Size=size
4405
		fp.Position=Character.Torso.Position
4406
		nooutline(fp)
4407
		fp.Material=material
4408
		fp:BreakJoints()
4409
		return fp
4410
	end
4411
	
4412
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
4413
		local mesh=it(Mesh)
4414
		mesh.Parent=part
4415
		if Mesh=="SpecialMesh" then
4416
			mesh.MeshType=meshtype
4417
			mesh.MeshId=meshid
4418
		end
4419
		mesh.Offset=offset
4420
		mesh.Scale=scale
4421
		return mesh
4422
	end
4423
	
4424
	function weld(parent,part0,part1,c0,c1)
4425
		local weld=it("Weld")
4426
		weld.Parent=parent
4427
		weld.Part0=part0
4428
		weld.Part1=part1
4429
		weld.C0=c0
4430
		weld.C1=c1
4431
		return weld
4432
	end
4433
4434
BladeEnd=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle",Vector3.new(0.333970994, 2.40790987, 0.825482368))
4435
BladeEndweld=weld(m,Character["Right Arm"],BladeEnd,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.450769424, -5.79949188, -1.7236805, -0.999986351, -0.00451200129, -0.00263599772, 0.00276065455, -0.0278460663, -0.999610126, 0.00443684589, -0.999605477, 0.0278581958))
4436
mesh("BlockMesh",BladeEnd,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
4437
Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Blade",Vector3.new(0.333970994, 2.93125677, 0.825482368))
4438
Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-005, -5.98527908, 0.00445604324, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4439
mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
4440
Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Blade",Vector3.new(0.333970994, 0.442278117, 0.333971083))
4441
Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, -2.39555359, 3.80643082, 1, -5.3551048e-009, 1.5788828e-009, -1.62981451e-009, 0.500003278, 0.866030395, 5.12227416e-009, -0.866027415, 0.500004888))
4442
mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
4443
Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Blade",Vector3.new(0.333970994, 0.426588923, 0.333971083))
4444
Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-006, 2.40819931, 3.84829712, 1, -5.3551048e-009, 1.5788828e-009, 4.07453626e-009, -0.499998868, 0.866032958, 3.95812094e-009, -0.866030097, -0.500000536))
4445
mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.834210217))
4446
Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Blade",Vector3.new(0.333970994, 0.442278117, 0.333971083))
4447
Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-005, 0.468460083, -1.15685654, 1, -5.3551048e-009, 1.5788828e-009, 1.62981451e-009, -0.500003278, -0.866030395, -5.12227416e-009, 0.866027415, -0.500004888))
4448
mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
4449
Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Blade",Vector3.new(0.333970994, 3.13969851, 0.398512334))
4450
Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.7220459e-006, -2.85785294, 0.00391054153, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4451
mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
4452
Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Blade",Vector3.new(0.333970994, 0.426588923, 0.333971083))
4453
Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.458122253, -1.16581345, 1, -5.3551048e-009, 1.5788828e-009, -4.07453626e-009, 0.499998868, -0.866032958, -3.95812094e-009, 0.866030097, 0.500000536))
4454
mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
4455
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4456
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00392150879, -0.000373840332, 6.66751862, 1, -3.30619514e-008, -9.9773024e-007, 1.00096076e-006, 1.07847154e-006, 1.00000679, -2.28174031e-008, -1.00000346, 1.09151006e-006))
4457
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.884725809, 0.0892784372))
4458
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4459
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00390815735, 6.52303314, 1.88164616, 1, -5.3551048e-009, 1.5788828e-009, 5.58793545e-009, -0.965928555, 0.258823007, -4.65661287e-010, -0.258822083, -0.965931714))
4460
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
4461
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4462
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00391769409, 0.0489282608, 6.86997986, 1, -3.30619514e-008, -9.9773024e-007, 1.00096076e-006, 1.07847154e-006, 1.00000679, -2.28174031e-008, -1.00000346, 1.09151006e-006))
4463
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.616281807, 0.0892784372))
4464
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4465
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00391578674, 5.61977386, 3.36309242, 1, -3.30619514e-008, -9.9773024e-007, 4.8102811e-007, -0.866027653, 0.50000453, -8.77771527e-007, -0.500002861, -0.866030633))
4466
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.794125915, 0.0892784372))
4467
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.452364713, 0.333971083))
4468
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0039100647, -6.65688705, 0.13747406, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4469
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 1, 0.0892784372))
4470
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4471
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00391578674, 6.71179581, 0.134818077, 1, -5.3551048e-009, 1.5788828e-009, 5.3551048e-009, -1.00000346, 5.58793545e-009, -1.5788828e-009, 5.58793545e-009, -1.00000691))
4472
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.34112677, 0.0892784372))
4473
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4474
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00389480591, 4.77613449, 4.91134644, 1, -5.3551048e-009, 1.5788828e-009, 4.88944352e-009, -0.707108498, 0.707112134, 2.79396772e-009, -0.707109809, -0.707111001))
4475
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
4476
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4477
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00392341614, 5.84634399, 3.51166153, 1, -5.3551048e-009, 1.5788828e-009, 5.3551048e-009, -0.86602813, 0.500003815, 1.62981451e-009, -0.500002027, -0.866031051))
4478
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
4479
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4480
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00389862061, 1.71303558, 6.64987946, 1, -3.30619514e-008, -9.9773024e-007, 9.61008482e-007, -0.258820415, 0.96593225, -2.80793756e-007, -0.965929031, -0.258821368))
4481
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
4482
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.672227144, 1.760818))
4483
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00542259216, -0.378371716, 8.37445831, -1, -8.87969509e-006, 4.24777681e-006, -4.31565422e-006, 0.00727553666, -0.999980152, 8.85874033e-006, -0.999976993, -0.00727554969))
4484
mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.774613976, 1, 1))
4485
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 5.69591618, 0.333971083))
4486
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000516891479, -2.73707199, -0.00561141968, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4487
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.844456613, 1, 0.458388805))
4488
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 8.72168827, 1.36339724))
4489
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00561523438, -3.13931656, -0.0179476738, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4490
mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.760567904, 1, 1))
4491
BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.681192338, 1.760818))
4492
BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00429534912, -0.295157909, 8.37542725, 1, 8.87969509e-006, -4.24777681e-006, 4.31533408e-006, -0.0072765369, 0.999980271, 8.85874033e-006, -0.999976933, -0.0072765518))
4493
mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.767835736, 1, 1))
4494
Handle=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle",Vector3.new(0.333970994, 3.65670252, 0.333971083))
4495
Handleweld=weld(m,BladeEnd,Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00547122955, -5.38523102, -0.00175476074, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1.36788003e-006, -1.00000346, 2.09547579e-006, 1, 1.35786831e-006, 1.63512595e-007))
4496
mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.677820504, 1, 0.80868715))
4497
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4498
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00848770142, 4.68890381, 5.0786438, -1, 5.3551048e-009, -1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, -4.88944352e-009, 0.707108498, -0.707112134))
4499
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.567087829))
4500
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 1.90585577, 1.45080817))
4501
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0022315979, 2.16143417, -0.0224318504, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4502
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
4503
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
4504
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000429153442, -0.148144245, 1.37475967, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
4505
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
4506
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.615819991, 1.04920125))
4507
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00186729431, 0.705814362, 1.8845787, -1, -5.0291419e-008, -2.00066279e-006, -1.46543607e-006, 0.701945484, 0.712237716, 1.35891605e-006, 0.712235332, -0.701947927))
4508
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.847812057, 1, 1))
4509
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.730286956, 0.333971083))
4510
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00281333923, 2.86053848, 0.11316824, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4511
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 0.270477563))
4512
Handle2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.51886344, 0.333971083, 0.636532664))
4513
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00347757339, -0.00207901001, 2.874897, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
4514
mesh("CylinderMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.842242956, 1))
4515
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
4516
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000751495361, 0.735794067, 2.04483795, -1, -5.0291419e-008, -2.00066279e-006, -1.46543607e-006, 0.701945484, 0.712237716, 1.35891605e-006, 0.712235332, -0.701947927))
4517
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
4518
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.750458777, 0.333971083))
4519
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00281143188, 2.86390305, -0.125523567, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4520
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 0.270477563))
4521
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 2.43250322))
4522
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225639343, 3.24793243, -0.0257816315, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4523
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
4524
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.477399707, 0.333971083))
4525
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00573730469, 5.12487411, 5.07043457, 1, -5.3551048e-009, 1.5788828e-009, -4.88944352e-009, 0.707108498, -0.707112134, -2.79396772e-009, 0.707109809, 0.707111001))
4526
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
4527
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4528
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00847434998, 5.07132339, 5.49375916, -1, 5.3551048e-009, -1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, -4.88944352e-009, 0.707108498, -0.707112134))
4529
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.781843007))
4530
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 1.71422374, 0.527387738))
4531
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225067139, 0.240013123, -0.00784635544, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4532
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.869846582, 1, 1))
4533
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4534
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00223922729, 3.48665237, -0.0140166283, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4535
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 0.414765924))
4536
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 1.23496354, 0.333971083))
4537
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0057144165, 6.50336838, 0.0964884758, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4538
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.637554169))
4539
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4540
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00573348999, 4.2307663, -4.09196472, 1, -5.3551048e-009, 1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, 4.88944352e-009, -0.707108498, 0.707112134))
4541
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 0.452999234, 0.452998996))
4542
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.963326454))
4543
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00227165222, 3.39096451, 0.390414715, 1, -5.3551048e-009, 1.5788828e-009, -5.58793545e-009, 0.965928555, -0.258823007, 4.65661287e-010, 0.258822083, 0.965931714))
4544
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
4545
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.963326454))
4546
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225067139, 3.38317871, -0.408802032, 1, -5.3551048e-009, 1.5788828e-009, -4.42378223e-009, 0.965928733, 0.25882256, 2.96859071e-009, -0.258821636, 0.965931952))
4547
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
4548
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.530070603, 0.595068455))
4549
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00849342346, -3.96007156, 6.41414642, -1.00000012, 2.06101686e-006, 1.94132008e-006, 5.31668775e-007, -0.539589584, 0.841935158, 2.77510844e-006, 0.841932237, 0.539591372))
4550
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 1, 1))
4551
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.452745259, 0.333971083))
4552
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00574302673, 4.75794983, 4.6880188, 1, -5.3551048e-009, 1.5788828e-009, -4.88944352e-009, 0.707108498, -0.707112134, -2.79396772e-009, 0.707109809, 0.707111001))
4553
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
4554
Handle2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.356368661))
4555
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00491142273, -3.52550125, -0.00119590759, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1.36788003e-006, -1.00000346, 2.09547579e-006, 1, 1.35786831e-006, 1.63512595e-007))
4556
mesh("CylinderMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.788553476, 0.718087614, 1))
4557
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.391848803, 0.756001353))
4558
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00224113464, 0.895763397, 0.829719543, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 0.866027653, -0.50000453, -1.39698386e-009, 0.500002861, 0.866030633))
4559
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
4560
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
4561
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000440597534, -0.138348579, 0.894599915, 1, 1.88290142e-006, -4.05231549e-006, 4.06977051e-006, -0.00727253594, 0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
4562
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
4563
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
4564
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000467300415, -0.172971725, -4.87036133, 1, -3.86452302e-006, 5.11141843e-006, 5.13588748e-006, 0.00727250986, -0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
4565
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
4566
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
4567
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00296974182, 0.775684357, 2.01208115, 1, -9.49250534e-007, 2.02898082e-006, 2.10141297e-006, 0.701943696, -0.712239444, -7.53090717e-007, 0.712237179, 0.70194608))
4568
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
4569
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
4570
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000457763672, -0.0884757042, 7.14133453, 1, 1.88290142e-006, -4.05231549e-006, 4.06977051e-006, -0.00727253594, 0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
4571
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
4572
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4573
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00278663635, 2.60951233, -0.0151414871, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4574
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 0.683390796, 0.723476529))
4575
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.615819991, 1.04920125))
4576
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00187492371, 0.745685577, 1.8518219, 1, -9.49250534e-007, 2.02898082e-006, 2.10141297e-006, 0.701943696, -0.712239444, -7.53090717e-007, 0.712237179, 0.70194608))
4577
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.847812057, 1, 1))
4578
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
4579
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00299263, -1.55075121, 3.68893433, -1, 9.7672455e-007, -1.02919876e-006, -1.01856858e-006, 0.007278217, 0.99998033, 9.73697752e-007, 0.999976873, -0.00727825798))
4580
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
4581
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
4582
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000438690186, -0.132833481, 0.892940521, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
4583
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
4584
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
4585
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000461578369, -0.098233223, -4.87198639, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
4586
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
4587
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
4588
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000400543213, -0.123067856, 1.37639999, 1, -3.86452302e-006, 5.11141843e-006, 5.13588748e-006, 0.00727250986, -0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
4589
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
4590
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
4591
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00226783752, -1.49668598, 3.68751907, 1, 2.25845724e-008, 1.00135367e-006, 9.98486939e-007, 0.00727552548, -0.999980271, -4.02797014e-008, 0.999976993, 0.00727553107))
4592
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
4593
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 1.71422374, 0.527387738))
4594
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00223731995, -6.00695419, -0.00337791443, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4595
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.861234307, 1, 1))
4596
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
4597
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000419616699, -0.182757378, 7.13973236, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
4598
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
4599
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.391848803, 0.756001353))
4600
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00224304199, 0.873001099, -0.876026154, 1, -5.3551048e-009, 1.5788828e-009, -3.25962901e-009, 0.866028011, 0.500003994, 3.95812094e-009, -0.500002265, 0.866030872))
4601
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
4602
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.397666305, 1.13997447))
4603
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000431060791, -0.155970097, 8.00754547, 1, 1.88290142e-006, -4.05231549e-006, 4.06977051e-006, -0.00727253594, 0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
4604
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.798337698, 1, 1))
4605
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.435768574, 1.13997447))
4606
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00150680542, -0.259859562, 8.01216888, -1, -8.87969509e-006, 4.24777681e-006, -4.31565422e-006, 0.00727553666, -0.999980152, 8.85874033e-006, -0.999976993, -0.00727554969))
4607
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.805115938, 1, 1))
4608
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.477399707, 0.333971083))
4609
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00572776794, 3.31259918, 1.56507874, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 0.86602813, -0.500003815, -1.62981451e-009, 0.500002027, 0.866031051))
4610
mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
4611
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4612
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00847244263, 1.56596184, 3.68146133, -1, 5.3551048e-009, -1.5788828e-009, -1.62981451e-009, 0.500003278, 0.866030395, -5.12227416e-009, 0.866027415, -0.500004888))
4613
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.781843007))
4614
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4615
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00846862793, -0.113676071, -3.98678207, -1, 5.3551048e-009, -1.5788828e-009, -6.54836185e-010, -0.114217885, -0.993462563, 5.3551048e-009, -0.993459225, 0.11421828))
4616
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.563732326))
4617
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.652221978))
4618
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00847244263, 2.12783813, 4.00239944, 1, 5.0291419e-008, 2.00066279e-006, 1.7893035e-006, 0.418343931, -0.908295453, -8.91042873e-007, 0.908292413, 0.418345362))
4619
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.523465693, 1))
4620
Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle2",Vector3.new(0.333970994, 0.333971083, 0.534553051))
4621
Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00848197937, -0.114953518, 4.34464645, 1, -5.3551048e-009, 1.5788828e-009, -6.54836185e-010, -0.114217885, -0.993462563, -5.3551048e-009, 0.993459165, -0.114218257))
4622
mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 1))
4623
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 1.76913583, 0.333971083))
4624
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00280761719, 2.54881287, -0.00673675537, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4625
mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.851167679, 1, 0.444966584))
4626
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.615819991, 1.04920125))
4627
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00242233276, 0.781448364, 1.95035934, 1, -9.49250534e-007, 2.02898082e-006, 2.10141297e-006, 0.701943696, -0.712239444, -7.53090717e-007, 0.712237179, 0.70194608))
4628
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 1))
4629
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4630
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.11886787, -0.00262260437, 3.30176163, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
4631
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
4632
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
4633
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00124740601, -0.197305202, 1.52207947, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
4634
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
4635
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4636
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.12582397, -0.00260162354, 3.30752563, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
4637
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
4638
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
4639
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00125694275, -0.156280041, 1.52334595, 1, -3.86452302e-006, 5.11141843e-006, 5.13573468e-006, 0.00727050938, -0.999980271, 3.81702557e-006, 0.999976993, 0.00727053359))
4640
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
4641
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.403703302))
4642
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00126838684, 2.85546875, 0.447472572, 1, 2.25845724e-008, 1.00135367e-006, -4.02797014e-008, 0.999976933, 0.00727766939, -9.98494215e-007, -0.00727765262, 0.999980211))
4643
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 1))
4644
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.53818208))
4645
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00126075745, 1.30287552, 1.671875, -1, 3.86452302e-006, -5.11141843e-006, -9.32952389e-007, 0.701947451, 0.712235808, 6.33043237e-006, 0.712233365, -0.701949954))
4646
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.190766811, 1))
4647
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.403703302))
4648
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00127220154, 2.8675766, 0.511937141, -1, 3.86452302e-006, -5.11141843e-006, 3.81679274e-006, 0.999976873, 0.00727466121, 5.1354582e-006, 0.00727464817, -0.999980271))
4649
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 1))
4650
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.615819991, 1.04920125))
4651
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00128173828, 0.741531372, 1.98311234, -1, -5.0291419e-008, -2.00066279e-006, -1.46543607e-006, 0.701945484, 0.712237716, 1.35891605e-006, 0.712235332, -0.701947927))
4652
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 1))
4653
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4654
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00129127502, 2.06131363, -1.58065796, -1, 3.86452302e-006, -5.11141843e-006, 6.3306652e-006, 0.712233424, -0.701949954, 9.32952389e-007, -0.701947451, -0.712235808))
4655
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 0.873242319))
4656
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4657
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.65778923, -0.00261688232, 3.554142, 9.13976692e-007, -0.298402101, 0.954447031, 1, 2.66823918e-007, -8.68145435e-007, -4.42378223e-009, 0.954443753, 0.298403084))
4658
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
4659
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4660
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.071811676, -0.00623512268, 6.19100571, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
4661
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
4662
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4663
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0718102455, -0.00624275208, 6.83526611, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
4664
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
4665
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4666
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0718164444, -0.00625419617, 6.99786377, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
4667
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
4668
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4669
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0718173981, -0.00625228882, 6.02839279, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
4670
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
4671
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.633004189, 1.13885355))
4672
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00294113159, -1.51745224, 3.69674301, 1, 2.25845724e-008, 1.00135367e-006, 9.98486939e-007, 0.00727552548, -0.999980271, -4.02797014e-008, 0.999976993, 0.00727553107))
4673
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.790433347, 1, 1))
4674
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
4675
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00124549866, -0.169769287, 1.02795029, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
4676
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
4677
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
4678
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00121879578, -0.147402763, -4.72467804, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
4679
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
4680
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4681
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00126075745, 2.0196228, -1.61859512, 1, 2.25845724e-008, 1.00135367e-006, -7.34464265e-007, 0.70194453, 0.712238789, -6.76838681e-007, -0.712236404, 0.701947033))
4682
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 0.940353274))
4683
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.53818208))
4684
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00123596191, 1.31023407, 1.65644073, 1, 4.13204543e-006, 4.88809019e-006, 5.71715645e-007, 0.701945722, -0.712237537, -6.37990888e-006, 0.712235212, 0.701948166))
4685
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.190766811, 1))
4686
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 2.02464533, 0.704451442))
4687
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00224876404, -5.9966774, -0.00673389435, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4688
mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.834389985, 1, 1))
4689
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
4690
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00121307373, -0.206172466, -4.72341537, 1, -3.86452302e-006, 5.11141843e-006, 5.13573468e-006, 0.00727050938, -0.999980271, 3.81702557e-006, 0.999976993, 0.00727053359))
4691
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
4692
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
4693
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00122642517, -0.219696999, 7.27475739, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
4694
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
4695
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4696
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.709104538, 0.00263023376, 3.57127762, 5.24742063e-007, -0.298404753, -0.954446197, -1, 1.02631748e-006, -8.71201337e-007, 1.22864731e-006, 0.954442978, -0.298405796))
4697
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
4698
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
4699
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00124359131, -0.133904457, 7.27602386, 1, 1.88290142e-006, -4.05231549e-006, 4.06897016e-006, -0.00727054104, 0.99998033, 1.86357647e-006, -0.999976873, -0.00727054477))
4700
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
4701
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 2.02464533, 0.704451442))
4702
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0022354126, 0.250286102, -0.011218071, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
4703
mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.834389985, 1, 1))
4704
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
4705
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00124740601, -0.18379879, 1.0292511, 1, 1.88290142e-006, -4.05231549e-006, 4.06897016e-006, -0.00727054104, 0.99998033, 1.86357647e-006, -0.999976873, -0.00727054477))
4706
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
4707
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
4708
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0027923584, 2.42457581, -2.43035126, 1, -5.3551048e-009, 1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, 4.88944352e-009, -0.707108498, 0.707112134))
4709
mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.851167679, 0.317635983, 0.314100146))
4710
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.620843053, 0.333971083, 0.636532664))
4711
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00516605377, -0.00261116028, 2.88111496, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
4712
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.832176328, 1))
4713
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.633004189, 1.13885355))
4714
Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00233078003, -1.57151031, 3.69814682, -1, 9.7672455e-007, -1.02919876e-006, -1.01856858e-006, 0.007278217, 0.99998033, 9.73697752e-007, 0.999976873, -0.00727825798))
4715
mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.790433347, 1, 1))
4716
4717
	Player=game:GetService('Players').LocalPlayer
4718
	Character=Player.Character
4719
	Mouse=Player:GetMouse()
4720
	m=Instance.new('Model',Character)
4721
4722
4723
	local function weldBetween(a, b)
4724
	    local weldd = Instance.new("ManualWeld")
4725
	    weldd.Part0 = a
4726
	    weldd.Part1 = b
4727
	    weldd.C0 = CFrame.new()
4728
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
4729
	    weldd.Parent = a
4730
	    return weldd
4731
	end
4732
	
4733
	it=Instance.new
4734
	
4735
	function nooutline(part)
4736
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
4737
	end
4738
	
4739
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
4740
		local fp=it("Part")
4741
		fp.formFactor=formfactor
4742
		fp.Parent=parent
4743
		fp.Reflectance=reflectance
4744
		fp.Transparency=transparency
4745
		fp.CanCollide=false
4746
		fp.Locked=true
4747
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
4748
		fp.Name=name
4749
		fp.Size=size
4750
		fp.Position=Character.Torso.Position
4751
		nooutline(fp)
4752
		fp.Material=material
4753
		fp:BreakJoints()
4754
		return fp
4755
	end
4756
	
4757
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
4758
		local mesh=it(Mesh)
4759
		mesh.Parent=part
4760
		if Mesh=="SpecialMesh" then
4761
			mesh.MeshType=meshtype
4762
			mesh.MeshId=meshid
4763
		end
4764
		mesh.Offset=offset
4765
		mesh.Scale=scale
4766
		return mesh
4767
	end
4768
	
4769
	function weld(parent,part0,part1,c0,c1)
4770
		local weld=it("Weld")
4771
		weld.Parent=parent
4772
		weld.Part0=part0
4773
		weld.Part1=part1
4774
		weld.C0=c0
4775
		weld.C1=c1
4776
		return weld
4777
	end
4778
4779
Face=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really red","Handle",Vector3.new(2.39999938, 2.39999938, 2.39999938))
4780
Face.Shape = "Ball"
4781
Faceweld=weld(m,Character["Head"],Face,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0199375153, 0.150016785, -0.590007782, -1, 0, 0, 0, 1, 0, 0, 0, -1))
4782
4783
4784
	Player=game:GetService('Players').LocalPlayer
4785
	Character=Player.Character
4786
	Mouse=Player:GetMouse()
4787
	m=Instance.new('Model',Character)
4788
4789
4790
	local function weldBetween(a, b)
4791
	    local weldd = Instance.new("ManualWeld")
4792
	    weldd.Part0 = a
4793
	    weldd.Part1 = b
4794
	    weldd.C0 = CFrame.new()
4795
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
4796
	    weldd.Parent = a
4797
	    return weldd
4798
	end
4799
	
4800
	it=Instance.new
4801
	
4802
	function nooutline(part)
4803
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
4804
	end
4805
	
4806
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
4807
		local fp=it("Part")
4808
		fp.formFactor=formfactor
4809
		fp.Parent=parent
4810
		fp.Reflectance=reflectance
4811
		fp.Transparency=transparency
4812
		fp.CanCollide=false
4813
		fp.Locked=true
4814
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
4815
		fp.Name=name
4816
		fp.Size=size
4817
		fp.Position=Character.Torso.Position
4818
		nooutline(fp)
4819
		fp.Material=material
4820
		fp:BreakJoints()
4821
		return fp
4822
	end
4823
	
4824
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
4825
		local mesh=it(Mesh)
4826
		mesh.Parent=part
4827
		if Mesh=="SpecialMesh" then
4828
			mesh.MeshType=meshtype
4829
			mesh.MeshId=meshid
4830
		end
4831
		mesh.Offset=offset
4832
		mesh.Scale=scale
4833
		return mesh
4834
	end
4835
	
4836
	function weld(parent,part0,part1,c0,c1)
4837
		local weld=it("Weld")
4838
		weld.Parent=parent
4839
		weld.Part0=part0
4840
		weld.Part1=part1
4841
		weld.C0=c0
4842
		weld.C1=c1
4843
		return weld
4844
	end
4845
4846
Back=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really red","Handle",Vector3.new(4.37000132, 3.20000124, 1.59000123))
4847
Backweld=weld(m,Character["Torso"],Back,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0149364471, -0.464990616, 1.0450058, -1, 0, 0, 0, 1, 0, 0, 0, -1))
4848
4849
local size = 40,40,40
4850
4851
4852
----------------------------------------------------
4853
	Player=game:GetService('Players').LocalPlayer
4854
	Character=Player.Character
4855
	Mouse=Player:GetMouse()
4856
	m=Instance.new('Model',Character)
4857
4858
4859
	local function weldBetween(a, b)
4860
	    local weldd = Instance.new("ManualWeld")
4861
	    weldd.Part0 = a
4862
	    weldd.Part1 = b
4863
	    weldd.C0 = CFrame.new()
4864
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
4865
	    weldd.Parent = a
4866
	    return weldd
4867
	end
4868
	
4869
	it=Instance.new
4870
	
4871
	function nooutline(part)
4872
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
4873
	end
4874
	
4875
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
4876
		local fp=it("Part")
4877
		fp.formFactor=formfactor
4878
		fp.Parent=parent
4879
		fp.Reflectance=reflectance
4880
		fp.Transparency=transparency
4881
		fp.CanCollide=false
4882
		fp.Locked=true
4883
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
4884
		fp.Name=name
4885
		fp.Size=size
4886
		fp.Position=Character.Torso.Position
4887
		nooutline(fp)
4888
		fp.Material=material
4889
		fp:BreakJoints()
4890
		return fp
4891
	end
4892
	
4893
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
4894
		local mesh=it(Mesh)
4895
		mesh.Parent=part
4896
		if Mesh=="SpecialMesh" then
4897
			mesh.MeshType=meshtype
4898
			mesh.MeshId=meshid
4899
		end
4900
		mesh.Offset=offset
4901
		mesh.Scale=scale
4902
		return mesh
4903
	end
4904
	
4905
	function weld(parent,part0,part1,c0,c1)
4906
		local weld=it("Weld")
4907
		weld.Parent=parent
4908
		weld.Part0=part0
4909
		weld.Part1=part1
4910
		weld.C0=c0
4911
		weld.C1=c1
4912
		return weld
4913
	end
4914
4915
F3=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.5,"Really red","Handle",Vector3.new(30.6000023, 30.6000023, 30.6000023))
4916
F3weld=weld(m,Character["Torso"],F3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.35006237, -0.479990005, 1.62999344, -1, 0, 0, 0, 1, 0, 0, 0, -1))
4917
F3.Name = "F3"
4918
F3.Shape = "Ball"
4919
F3.CanCollide = false
4920
F3.Size = Vector3.new(size)
4921
F3.Transparency = 0.7
4922
F3.Material = "Neon"
4923
F3.Anchored = true
4924
F3.BrickColor = BrickColor.new(0,0,0)
4925
F3.Locked = true
4926
F3.Archivable = false
4927
4928
4929
4930
local p = F3
4931
local me = game.Players.LocalPlayer.Character
4932
 game.Workspace.juniornorell.Humanoid.JumpPower = 100
4933
4934
4935
p.Shape = "Ball"
4936
4937
game:GetService('RunService').Stepped:connect(function()
4938
	p.CFrame = me.Torso.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
4939
end)
4940
4941
4942
wait(0.1)
4943
4944
F3.CanCollide = false
4945
F3.CanCollide = false
4946
4947
4948
F3.Transparency = 0.9
4949
4950-
game.Workspace.juniornorell.Humanoid.MaxHealth=3000
4950+
game.Workspace.XxXexe5.Humanoid.MaxHealth=3000