Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Save New Duplicate & Edit Just Text Twitter
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 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
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 387
- 388
- 389
- 390
- 391
- 392
- 393
- 394
- 395
- 396
- 397
- 398
- 399
- 400
- 401
- 402
- 403
- 404
- 405
- 406
- 407
- 408
- 409
- 410
- 411
- 412
- 413
- 414
- 415
- 416
- 417
- 418
- 419
- 420
- 421
- 422
- 423
- 424
- 425
- 426
- 427
- 428
- 429
- 430
- 431
- 432
- 433
- 434
- 435
- 436
- 437
- 438
- 439
- 440
- 441
- 442
- 443
- 444
- 445
- 446
- 447
- 448
- 449
- 450
- 451
- 452
- 453
- 454
- 455
- 456
- 457
- 458
- 459
- 460
- 461
- 462
- 463
- 464
- 465
- 466
- 467
- 468
- 469
- 470
- 471
- 472
- 473
- 474
- 475
- 476
- 477
- 478
- 479
- 480
- 481
- 482
- 483
- 484
- 485
- 486
- 487
- 488
- 489
- 490
- 491
- 492
- 493
- 494
- 495
- 496
- 497
- 498
- 499
- 500
- 501
- 502
- 503
- 504
- 505
- 506
- 507
- 508
- 509
- 510
- 511
- 512
- 513
- 514
- 515
- 516
- 517
- 518
- 519
- 520
- 521
- 522
- 523
- 524
- 525
- 526
- 527
- 528
- 529
- 530
- 531
- 532
- 533
- 534
- 535
- 536
- 537
- 538
- 539
- 540
- 541
- 542
- 543
- 544
- 545
- 546
- 547
- 548
- 549
- 550
- 551
- 552
- 553
- 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
- 586
- 587
- 588
- 589
- 590
- 591
- 592
- 593
- 594
- 595
- 596
- 597
- 598
- 599
- 600
- 601
- 602
- 603
- 604
- 605
- 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
- 647
- 648
- 649
- 650
- 651
- 652
- 653
- 654
- 655
- 656
- 657
- 658
- 659
- 660
- 661
- 662
- 663
- 664
- 665
- 666
- 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
- 699
- 700
- 701
- 702
- 703
- 704
- 705
- 706
- 707
- 708
- 709
- 710
- 711
- 712
- 713
- 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
- 742
- 743
- 744
- 745
- 746
- 747
- 748
- 749
- 750
- 751
- 752
- 753
- 754
- 755
- 756
- 757
- 758
- 759
- 760
- 761
- 762
- 763
- 764
- 765
- 766
- 767
- 768
- 769
- 770
- 771
- 772
- 773
- 774
- 775
- 776
- 777
- 778
- 779
- 780
- 781
- 782
- 783
- 784
- 785
- 786
- 787
- 788
- 789
- 790
- 791
- 792
- 793
- 794
- 795
- 796
- 797
- 798
- 799
- 800
- 801
- 802
- 803
- 804
- 805
- 806
- 807
- 808
- 809
- 810
- 811
- 812
- 813
- 814
- 815
- 816
- 817
- 818
- 819
- 820
- 821
- 822
- 823
- 824
- 825
- 826
- 827
- 828
- 829
- 830
- 831
- 832
- 833
- 834
- 835
- 836
- 837
- 838
- 839
- 840
- 841
- 842
- 843
- 844
- 845
- 846
- 847
- 848
- 849
- 850
- 851
- 852
- 853
- 854
- 855
- 856
- 857
- 858
- 859
- 860
- 861
- 862
- 863
- 864
- 865
- 866
- 867
- 868
- 869
- 870
- 871
- 872
- 873
- 874
- 875
- 876
- 877
- 878
- 879
- 880
- 881
- 882
- 883
- 884
- 885
- 886
- 887
- 888
- 889
- 890
- 891
- 892
- 893
- 894
- 895
- 896
- 897
- 898
- 899
- 900
- 901
- 902
- 903
- 904
- 905
- 906
- 907
- 908
- 909
- 910
- 911
- 912
- 913
- 914
- 915
- 916
- 917
- 918
- 919
- 920
- 921
- 922
- 923
- 924
- 925
- 926
- 927
- 928
- 929
- 930
- 931
- 932
- 933
- 934
- 935
- 936
- 937
- 938
- 939
- 940
- 941
- 942
- 943
- 944
- 945
- 946
- 947
- 948
- 949
- 950
- 951
- 952
- 953
- 954
- 955
- 956
- 957
- 958
- 959
- 960
- 961
- 962
- 963
- 964
- 965
- 966
- 967
- 968
- 969
- 970
- 971
- 972
- 973
- 974
- 975
- 976
- 977
- 978
- 979
- 980
- 981
- 982
- 983
- 984
- 985
- 986
- 987
- 988
- 989
- 990
- 991
- 992
- 993
- 994
- 995
- 996
- 997
- 998
- 999
- 1000
- 1001
- 1002
- 1003
- 1004
- 1005
- 1006
- 1007
- 1008
- 1009
- 1010
- 1011
- 1012
- 1013
- 1014
- 1015
- 1016
- 1017
- 1018
- 1019
- 1020
- 1021
- 1022
- 1023
- 1024
- 1025
- 1026
- 1027
- 1028
- 1029
- 1030
- 1031
- 1032
- 1033
- 1034
- 1035
- 1036
- 1037
- 1038
- 1039
- 1040
- 1041
- 1042
- 1043
- 1044
- 1045
- 1046
- 1047
- 1048
- 1049
- 1050
- 1051
- 1052
- 1053
- 1054
- 1055
- 1056
- 1057
- 1058
- 1059
- 1060
- 1061
- 1062
- 1063
- 1064
- 1065
- 1066
- 1067
- 1068
- 1069
- 1070
- 1071
- 1072
- 1073
- 1074
- 1075
- 1076
- 1077
- 1078
- 1079
- 1080
- 1081
- 1082
- 1083
- 1084
- 1085
- 1086
- 1087
- 1088
- 1089
- 1090
- 1091
- 1092
- 1093
- 1094
- 1095
- 1096
- 1097
- 1098
- 1099
- 1100
- 1101
- 1102
- 1103
- 1104
- 1105
- 1106
- 1107
- 1108
- 1109
- 1110
- 1111
- 1112
- 1113
- 1114
- 1115
- 1116
- 1117
- 1118
- 1119
- 1120
- 1121
- 1122
- 1123
- 1124
- 1125
- 1126
- 1127
- 1128
- 1129
- 1130
- 1131
- 1132
- 1133
- 1134
- 1135
- 1136
- 1137
- 1138
- 1139
- 1140
- 1141
- 1142
- 1143
- 1144
- 1145
- 1146
- 1147
- 1148
- 1149
- 1150
- 1151
- 1152
- 1153
- 1154
- 1155
- 1156
- 1157
- 1158
- 1159
- 1160
- 1161
- 1162
- 1163
- 1164
- 1165
- 1166
- 1167
- 1168
- 1169
- 1170
- 1171
- 1172
- 1173
- 1174
- 1175
- 1176
- 1177
- 1178
- 1179
- 1180
- 1181
- 1182
- 1183
- 1184
- 1185
- 1186
- 1187
- 1188
- 1189
- 1190
- 1191
- 1192
- 1193
- 1194
- 1195
- 1196
- 1197
- 1198
- 1199
- 1200
- 1201
- 1202
- 1203
- 1204
- 1205
- 1206
- 1207
- 1208
- 1209
- 1210
- 1211
- 1212
- 1213
- 1214
- 1215
- 1216
- 1217
- 1218
- 1219
- 1220
- 1221
- 1222
- 1223
- 1224
- 1225
- 1226
- 1227
- 1228
- 1229
- 1230
- 1231
- 1232
- 1233
- 1234
- 1235
- 1236
- 1237
- 1238
- 1239
- 1240
- 1241
- 1242
- 1243
- 1244
- 1245
- 1246
- 1247
- 1248
- 1249
- 1250
- 1251
- 1252
- 1253
- 1254
- 1255
- 1256
- 1257
- 1258
- 1259
- 1260
- 1261
- 1262
- 1263
- 1264
- 1265
- 1266
- 1267
- 1268
- 1269
- 1270
- 1271
- 1272
- 1273
- 1274
- 1275
- 1276
- 1277
- 1278
- 1279
- 1280
- 1281
- 1282
- 1283
- 1284
- 1285
- 1286
- 1287
- 1288
- 1289
- 1290
- 1291
- 1292
- 1293
- 1294
- 1295
- 1296
- 1297
- 1298
- 1299
- 1300
- 1301
- 1302
- 1303
- 1304
- 1305
- 1306
- 1307
- 1308
- 1309
- 1310
- 1311
- 1312
- 1313
- 1314
- 1315
- 1316
- 1317
- 1318
- 1319
- 1320
- 1321
- 1322
- 1323
- 1324
- 1325
- 1326
- 1327
- 1328
- 1329
- 1330
- 1331
- 1332
- 1333
- 1334
- 1335
- 1336
- 1337
- 1338
- 1339
- 1340
- 1341
- 1342
- 1343
- 1344
- 1345
- 1346
- 1347
- 1348
- 1349
- 1350
- 1351
- 1352
- 1353
- 1354
- 1355
- 1356
- 1357
- 1358
- 1359
- 1360
- 1361
- 1362
- 1363
- 1364
- 1365
- 1366
- 1367
- 1368
- 1369
- 1370
- 1371
- 1372
- 1373
- 1374
- 1375
- 1376
- 1377
- 1378
- 1379
- 1380
- 1381
- 1382
- 1383
- 1384
- 1385
- 1386
- 1387
- 1388
- 1389
- 1390
- 1391
- 1392
- 1393
- 1394
- 1395
- 1396
- 1397
- 1398
- 1399
- 1400
- 1401
- 1402
- 1403
- 1404
- 1405
- 1406
- 1407
- 1408
- 1409
- 1410
- 1411
- 1412
- 1413
- 1414
- 1415
- 1416
- 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
- 1467
- 1468
- 1469
- 1470
- 1471
- 1472
- 1473
- 1474
- 1475
- 1476
- 1477
- 1478
- 1479
- 1480
- 1481
- 1482
- 1483
- 1484
- 1485
- 1486
- 1487
- 1488
- 1489
- 1490
- 1491
- 1492
- 1493
- 1494
- 1495
- 1496
- 1497
- 1498
- 1499
- 1500
- 1501
- 1502
- 1503
- 1504
- 1505
- 1506
- 1507
- 1508
- 1509
- 1510
- 1511
- 1512
- 1513
- 1514
- 1515
- 1516
- 1517
- 1518
- 1519
- 1520
- 1521
- 1522
- 1523
- 1524
- 1525
- 1526
- 1527
- 1528
- 1529
- 1530
- 1531
- 1532
- 1533
- 1534
- 1535
- 1536
- 1537
- 1538
- 1539
- 1540
- 1541
- 1542
- 1543
- 1544
- 1545
- 1546
- 1547
- 1548
- 1549
- 1550
- 1551
- 1552
- 1553
- 1554
- 1555
- 1556
- 1557
- 1558
- 1559
- 1560
- 1561
- 1562
- 1563
- 1564
- 1565
- 1566
- 1567
- 1568
- 1569
- 1570
- 1571
- 1572
- 1573
- 1574
- 1575
- 1576
- 1577
- 1578
- 1579
- 1580
- 1581
- 1582
- 1583
- 1584
- 1585
- 1586
- 1587
- 1588
- 1589
- 1590
- 1591
- 1592
- 1593
- 1594
- 1595
- 1596
- 1597
- 1598
- 1599
- 1600
- 1601
- 1602
- 1603
- 1604
- 1605
- 1606
- 1607
- 1608
- 1609
- 1610
- 1611
- 1612
- 1613
- 1614
- 1615
- 1616
- 1617
- 1618
- 1619
- 1620
- 1621
- 1622
- 1623
- 1624
- 1625
- 1626
- 1627
- 1628
- 1629
- 1630
- 1631
- 1632
- 1633
- 1634
- 1635
- 1636
- 1637
- 1638
- 1639
- 1640
- 1641
- 1642
- 1643
- 1644
- 1645
- 1646
- 1647
- 1648
- 1649
- 1650
- 1651
- 1652
- 1653
- 1654
- 1655
- 1656
- 1657
- 1658
- 1659
- 1660
- 1661
- 1662
- 1663
- 1664
- 1665
- 1666
- 1667
- 1668
- 1669
- 1670
- 1671
- 1672
- 1673
- 1674
- 1675
- 1676
- 1677
- 1678
- 1679
- 1680
- 1681
- 1682
- 1683
- 1684
- 1685
- 1686
- 1687
- 1688
- 1689
- 1690
- 1691
- 1692
- 1693
- 1694
- 1695
- 1696
- 1697
- 1698
- 1699
- 1700
- 1701
- 1702
- 1703
- 1704
- 1705
- 1706
- 1707
- 1708
- 1709
- 1710
- 1711
- 1712
- 1713
- 1714
- 1715
- 1716
- 1717
- 1718
- 1719
- 1720
- 1721
- 1722
- 1723
- 1724
- 1725
- 1726
- 1727
- 1728
- 1729
- 1730
- 1731
- 1732
- 1733
- 1734
- 1735
- 1736
- 1737
- 1738
- 1739
- 1740
- 1741
- 1742
- 1743
- 1744
- 1745
- 1746
- 1747
- 1748
- 1749
- 1750
- 1751
- 1752
- 1753
- 1754
- 1755
- 1756
- 1757
- 1758
- 1759
- 1760
- 1761
- 1762
- 1763
- 1764
- 1765
- 1766
- 1767
- 1768
- 1769
- 1770
- 1771
- 1772
- 1773
- 1774
- 1775
- 1776
- 1777
- 1778
- 1779
- 1780
- 1781
- 1782
- 1783
- 1784
- 1785
- 1786
- 1787
- 1788
- 1789
- 1790
- 1791
- 1792
- 1793
- 1794
- 1795
- 1796
- 1797
- 1798
- 1799
- 1800
- 1801
- 1802
- 1803
- 1804
- 1805
- 1806
- 1807
- 1808
- 1809
- 1810
- 1811
- 1812
- 1813
- 1814
- 1815
- 1816
- 1817
- 1818
- 1819
- 1820
- 1821
- 1822
- 1823
- 1824
- 1825
- 1826
- 1827
- 1828
- 1829
- 1830
- 1831
- 1832
- 1833
- 1834
- 1835
- 1836
- 1837
- 1838
- 1839
- 1840
- 1841
- 1842
- 1843
- 1844
- 1845
- 1846
- 1847
- 1848
- 1849
- 1850
- 1851
- 1852
- 1853
- 1854
- 1855
- 1856
- 1857
- 1858
- 1859
- 1860
- 1861
- 1862
- 1863
- 1864
- 1865
- 1866
- 1867
- 1868
- 1869
- 1870
- 1871
- 1872
- 1873
- 1874
- 1875
- 1876
- 1877
- 1878
- 1879
- 1880
- 1881
- 1882
- 1883
- 1884
- 1885
- 1886
- 1887
- 1888
- 1889
- 1890
- 1891
- 1892
- 1893
- 1894
- 1895
- 1896
- 1897
- 1898
- 1899
- 1900
- 1901
- 1902
- 1903
- 1904
- 1905
- 1906
- 1907
- 1908
- 1909
- 1910
- 1911
- 1912
- 1913
- 1914
- 1915
- 1916
- 1917
- 1918
- 1919
- 1920
- 1921
- 1922
- 1923
- 1924
- 1925
- 1926
- 1927
- 1928
- 1929
- 1930
- 1931
- 1932
- 1933
- 1934
- 1935
- 1936
- 1937
- 1938
- 1939
- 1940
- 1941
- 1942
- 1943
- 1944
- 1945
- 1946
- 1947
- 1948
- 1949
- 1950
- 1951
- 1952
- 1953
- 1954
- 1955
- 1956
- 1957
- 1958
- 1959
- 1960
- 1961
- 1962
- 1963
- 1964
- 1965
- 1966
- 1967
- 1968
- 1969
- 1970
- 1971
- 1972
- 1973
- 1974
- 1975
- 1976
- 1977
- 1978
- 1979
- 1980
- 1981
- 1982
- 1983
- 1984
- 1985
- 1986
- 1987
- 1988
- 1989
- 1990
- 1991
- 1992
- 1993
- 1994
- 1995
- 1996
- 1997
- 1998
- 1999
- 2000
- 2001
- 2002
- 2003
- 2004
- 2005
- 2006
- 2007
- 2008
- 2009
- 2010
- 2011
- 2012
- 2013
- 2014
- 2015
- 2016
- 2017
- 2018
- 2019
- 2020
- 2021
- 2022
- 2023
- 2024
- 2025
- 2026
- 2027
- 2028
- 2029
- 2030
- 2031
- 2032
- 2033
- 2034
- 2035
- 2036
- 2037
- 2038
- 2039
- 2040
- 2041
- 2042
- 2043
- 2044
- 2045
- 2046
- 2047
- 2048
- 2049
- 2050
- 2051
- 2052
- 2053
- 2054
- 2055
- 2056
- 2057
- 2058
- 2059
- 2060
- 2061
- 2062
- 2063
- 2064
- 2065
- 2066
- 2067
- 2068
- 2069
- 2070
- 2071
- 2072
- 2073
- 2074
- 2075
- 2076
- 2077
- 2078
- 2079
- 2080
- 2081
- 2082
- 2083
- 2084
- 2085
- 2086
- 2087
- 2088
- 2089
- 2090
- 2091
- 2092
- 2093
- 2094
- 2095
- 2096
- 2097
- 2098
- 2099
- 2100
- 2101
- 2102
- 2103
- 2104
- 2105
- 2106
- 2107
- 2108
- 2109
- 2110
- 2111
- 2112
- 2113
- 2114
- 2115
- 2116
- 2117
- 2118
- 2119
- 2120
- 2121
- 2122
- 2123
- 2124
- 2125
- 2126
- 2127
- 2128
- 2129
- 2130
- 2131
- 2132
- 2133
- 2134
- 2135
- 2136
- 2137
- 2138
- 2139
- 2140
- 2141
- 2142
- 2143
- 2144
- 2145
- 2146
- 2147
- 2148
- 2149
- 2150
- 2151
- 2152
- 2153
- 2154
- 2155
- 2156
- 2157
- 2158
- 2159
- 2160
- 2161
- 2162
- 2163
- 2164
- 2165
- 2166
- 2167
- 2168
- 2169
- 2170
- 2171
- 2172
- 2173
- 2174
- 2175
- 2176
- 2177
- 2178
- 2179
- 2180
- 2181
- 2182
- 2183
- 2184
- 2185
- 2186
- 2187
- 2188
- 2189
- 2190
- 2191
- 2192
- 2193
- 2194
- 2195
- 2196
- 2197
- 2198
- 2199
- 2200
- 2201
- 2202
- 2203
- 2204
- 2205
- 2206
- 2207
- 2208
- 2209
- 2210
- 2211
- 2212
- 2213
- 2214
- 2215
- 2216
- 2217
- 2218
- 2219
- 2220
- 2221
- 2222
- 2223
- 2224
- 2225
- 2226
- 2227
- 2228
- 2229
- 2230
- 2231
- 2232
- 2233
- 2234
- 2235
- 2236
- 2237
- 2238
- 2239
- 2240
- 2241
- 2242
- 2243
- 2244
- 2245
- 2246
- 2247
- 2248
- 2249
- 2250
- 2251
- 2252
- 2253
- 2254
- 2255
- 2256
- 2257
- 2258
- 2259
- 2260
- 2261
- 2262
- 2263
- 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
- 2314
- 2315
- 2316
- 2317
- 2318
- 2319
- 2320
- 2321
- 2322
- 2323
- 2324
- 2325
- 2326
- 2327
- 2328
- 2329
- 2330
- 2331
- 2332
- 2333
- 2334
- 2335
- 2336
- 2337
- 2338
- 2339
- 2340
- 2341
- 2342
- 2343
- 2344
- 2345
- 2346
- 2347
- 2348
- 2349
- 2350
- 2351
- 2352
- 2353
- 2354
- 2355
- 2356
- 2357
- 2358
- 2359
- 2360
- 2361
- 2362
- 2363
- 2364
- 2365
- 2366
- 2367
- 2368
- 2369
- 2370
- 2371
- 2372
- 2373
- 2374
- 2375
- 2376
- 2377
- 2378
- 2379
- 2380
- 2381
- 2382
- 2383
- 2384
- 2385
- 2386
- 2387
- 2388
- 2389
- 2390
- 2391
- 2392
- 2393
- 2394
- 2395
- 2396
- 2397
- 2398
- 2399
- 2400
- 2401
- 2402
- 2403
- 2404
- 2405
- 2406
- 2407
- 2408
- 2409
- 2410
- 2411
- 2412
- 2413
- 2414
- 2415
- 2416
- 2417
- 2418
- 2419
- 2420
- 2421
- 2422
- 2423
- 2424
- 2425
- 2426
- 2427
- 2428
- 2429
- 2430
- 2431
- 2432
- 2433
- 2434
- 2435
- 2436
- 2437
- 2438
- 2439
- 2440
- 2441
- 2442
- 2443
- 2444
- 2445
- 2446
- 2447
- 2448
- 2449
- 2450
- 2451
- 2452
- 2453
- 2454
- 2455
- 2456
- 2457
- 2458
- 2459
- 2460
- 2461
- 2462
- 2463
- 2464
- 2465
- 2466
- 2467
- 2468
- 2469
- 2470
- 2471
- 2472
- 2473
- 2474
- 2475
- 2476
- 2477
- 2478
- 2479
- 2480
- 2481
- 2482
- 2483
- 2484
- 2485
- 2486
- 2487
- 2488
- 2489
- 2490
- 2491
- 2492
- 2493
- 2494
- 2495
- 2496
- 2497
- 2498
- 2499
- 2500
- 2501
- 2502
- 2503
- 2504
- 2505
- 2506
- 2507
- 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
- 2536
- 2537
- 2538
- 2539
- 2540
- 2541
- 2542
- 2543
- 2544
- 2545
- 2546
- 2547
- 2548
- 2549
- 2550
- 2551
- 2552
- 2553
- 2554
- 2555
- 2556
- 2557
- 2558
- 2559
- 2560
- 2561
- 2562
- 2563
- 2564
- 2565
- 2566
- 2567
- 2568
- 2569
- 2570
- 2571
- 2572
- 2573
- 2574
- 2575
- 2576
- 2577
- 2578
- 2579
- 2580
- 2581
- 2582
- 2583
- 2584
- 2585
- 2586
- 2587
- 2588
- 2589
- 2590
- 2591
- 2592
- 2593
- 2594
- 2595
- 2596
- 2597
- 2598
- 2599
- 2600
- 2601
- 2602
- 2603
- 2604
- 2605
- 2606
- 2607
- 2608
- 2609
- 2610
- 2611
- 2612
- 2613
- 2614
- 2615
- 2616
- 2617
- 2618
- 2619
- 2620
- 2621
- 2622
- 2623
- 2624
- 2625
- 2626
- 2627
- 2628
- 2629
- 2630
- 2631
- 2632
- 2633
- 2634
- 2635
- 2636
- 2637
- 2638
- 2639
- 2640
- 2641
- 2642
- 2643
- 2644
- 2645
- 2646
- 2647
- 2648
- 2649
- 2650
- 2651
- 2652
- 2653
- 2654
- 2655
- 2656
- 2657
- 2658
- 2659
- 2660
- 2661
- 2662
- 2663
- 2664
- 2665
- 2666
- 2667
- 2668
- 2669
- 2670
- 2671
- 2672
- 2673
- 2674
- 2675
- 2676
- 2677
- 2678
- 2679
- 2680
- 2681
- 2682
- 2683
- 2684
- 2685
- 2686
- 2687
- 2688
- 2689
- 2690
- 2691
- 2692
- 2693
- 2694
- 2695
- 2696
- 2697
- 2698
- 2699
- 2700
- 2701
- 2702
- 2703
- 2704
- 2705
- 2706
- 2707
- 2708
- 2709
- 2710
- 2711
- 2712
- 2713
- 2714
- 2715
- 2716
- 2717
- 2718
- 2719
- 2720
- 2721
- 2722
- 2723
- 2724
- 2725
- 2726
- 2727
- 2728
- 2729
- 2730
- 2731
- 2732
- 2733
- 2734
- 2735
- 2736
- 2737
- 2738
- 2739
- 2740
- 2741
- 2742
- 2743
- 2744
- 2745
- 2746
- 2747
- 2748
- 2749
- 2750
- 2751
- 2752
- 2753
- 2754
- 2755
- 2756
- 2757
- 2758
- 2759
- 2760
- 2761
- 2762
- 2763
- 2764
- 2765
- 2766
- 2767
- 2768
- 2769
- 2770
- 2771
- 2772
- 2773
- 2774
- 2775
- 2776
- 2777
- 2778
- 2779
- 2780
- 2781
- 2782
- 2783
- 2784
- 2785
- 2786
- 2787
- 2788
- 2789
- 2790
- 2791
- 2792
- 2793
- 2794
- 2795
- 2796
- 2797
- 2798
- 2799
- 2800
- 2801
- 2802
- 2803
- 2804
- 2805
- 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
- 2856
- 2857
- 2858
- 2859
- 2860
- 2861
- 2862
- 2863
- 2864
- 2865
- 2866
- 2867
- 2868
- 2869
- 2870
- 2871
- 2872
- 2873
- 2874
- 2875
- 2876
- 2877
- 2878
- 2879
- 2880
- 2881
- 2882
- 2883
- 2884
- 2885
- 2886
- 2887
- 2888
- 2889
- 2890
- 2891
- 2892
- 2893
- 2894
- 2895
- 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
- 2967
- 2968
- 2969
- 2970
- 2971
- 2972
- 2973
- 2974
- 2975
- 2976
- 2977
- 2978
- 2979
- 2980
- 2981
- 2982
- 2983
- 2984
- 2985
- 2986
- 2987
- 2988
- 2989
- 2990
- 2991
- 2992
- 2993
- 2994
- 2995
- 2996
- 2997
- 2998
- 2999
- 3000
- 3001
- 3002
- 3003
- 3004
- 3005
- 3006
- 3007
- 3008
- 3009
- 3010
- 3011
- 3012
- 3013
- 3014
- 3015
- 3016
- 3017
- 3018
- 3019
- 3020
- 3021
- 3022
- 3023
- 3024
- 3025
- 3026
- 3027
- 3028
- 3029
- 3030
- 3031
- 3032
- 3033
- 3034
- 3035
- 3036
- 3037
- 3038
- 3039
- 3040
- 3041
- 3042
- 3043
- 3044
- 3045
- 3046
- 3047
- 3048
- 3049
- 3050
- 3051
- 3052
- 3053
- 3054
- 3055
- 3056
- 3057
- 3058
- 3059
- 3060
- 3061
- 3062
- 3063
- 3064
- 3065
- 3066
- 3067
- 3068
- 3069
- 3070
- 3071
- 3072
- 3073
- 3074
- 3075
- 3076
- 3077
- 3078
- 3079
- 3080
- 3081
- 3082
- 3083
- 3084
- 3085
- 3086
- 3087
- 3088
- 3089
- 3090
- 3091
- 3092
- 3093
- 3094
- 3095
- 3096
- 3097
- 3098
- 3099
- 3100
- 3101
- 3102
- 3103
- 3104
- 3105
- 3106
- 3107
- 3108
- 3109
- 3110
- 3111
- 3112
- 3113
- 3114
- 3115
- 3116
- 3117
- 3118
- 3119
- 3120
- 3121
- 3122
- 3123
- 3124
- 3125
- 3126
- 3127
- 3128
- 3129
- 3130
- 3131
- 3132
- 3133
- 3134
- 3135
- 3136
- 3137
- 3138
- 3139
- 3140
- 3141
- 3142
- 3143
- 3144
- 3145
- 3146
- 3147
- 3148
- 3149
- 3150
- 3151
- 3152
- 3153
- 3154
- 3155
- 3156
- 3157
- 3158
- 3159
- 3160
- 3161
- 3162
- 3163
- 3164
- 3165
- 3166
- 3167
- 3168
- 3169
- 3170
- 3171
- 3172
- 3173
- 3174
- 3175
- 3176
- 3177
- 3178
- 3179
- 3180
- 3181
- 3182
- 3183
- 3184
- 3185
- 3186
- 3187
- 3188
- 3189
- 3190
- 3191
- 3192
- 3193
- 3194
- 3195
- 3196
- 3197
- 3198
- 3199
- 3200
- 3201
- 3202
- 3203
- 3204
- 3205
- 3206
- 3207
- 3208
- 3209
- 3210
- 3211
- 3212
- 3213
- 3214
- 3215
- 3216
- 3217
- 3218
- 3219
- 3220
- 3221
- 3222
- 3223
- 3224
- 3225
- 3226
- 3227
- 3228
- 3229
- 3230
- 3231
- 3232
- 3233
- 3234
- 3235
- 3236
- 3237
- 3238
- 3239
- 3240
- 3241
- 3242
- 3243
- 3244
- 3245
- 3246
- 3247
- 3248
- 3249
- 3250
- 3251
- 3252
- 3253
- 3254
- 3255
- 3256
- 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
- 3298
- 3299
- 3300
- 3301
- 3302
- 3303
- 3304
- 3305
- 3306
- 3307
- 3308
- 3309
- 3310
- 3311
- 3312
- 3313
- 3314
- 3315
- 3316
- 3317
- 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
- 3409
- 3410
- 3411
- 3412
- 3413
- 3414
- 3415
- 3416
- 3417
- 3418
- 3419
- 3420
- 3421
- 3422
- 3423
- 3424
- 3425
- 3426
- 3427
- 3428
- 3429
- 3430
- 3431
- 3432
- 3433
- 3434
- 3435
- 3436
- 3437
- 3438
- 3439
- 3440
- 3441
- 3442
- 3443
- 3444
- 3445
- 3446
- 3447
- 3448
- 3449
- 3450
- 3451
- 3452
- 3453
- 3454
- 3455
- 3456
- 3457
- 3458
- 3459
- 3460
- 3461
- 3462
- 3463
- 3464
- 3465
- 3466
- 3467
- 3468
- 3469
- 3470
- 3471
- 3472
- 3473
- 3474
- 3475
- 3476
- 3477
- 3478
- 3479
- 3480
- 3481
- 3482
- 3483
- 3484
- 3485
- 3486
- 3487
- 3488
- 3489
- 3490
- 3491
- 3492
- 3493
- 3494
- 3495
- 3496
- 3497
- 3498
- 3499
- 3500
- 3501
- 3502
- 3503
- 3504
- 3505
- 3506
- 3507
- 3508
- 3509
- 3510
- 3511
- 3512
- 3513
- 3514
- 3515
- 3516
- 3517
- 3518
- 3519
- 3520
- 3521
- 3522
- 3523
- 3524
- 3525
- 3526
- 3527
- 3528
- 3529
- 3530
- 3531
- 3532
- 3533
- 3534
- 3535
- 3536
- 3537
- 3538
- 3539
- 3540
- 3541
- 3542
- 3543
- 3544
- 3545
- 3546
- 3547
- 3548
- 3549
- 3550
- 3551
- 3552
- 3553
- 3554
- 3555
- 3556
- 3557
- 3558
- 3559
- 3560
- 3561
- 3562
- 3563
- 3564
- 3565
- 3566
- 3567
- 3568
- 3569
- 3570
- 3571
- 3572
- 3573
- 3574
- 3575
- 3576
- 3577
- 3578
- 3579
- 3580
- 3581
- 3582
- 3583
- 3584
- 3585
- 3586
- 3587
- 3588
- 3589
- 3590
- 3591
- 3592
- 3593
- 3594
- 3595
- 3596
- 3597
- 3598
- 3599
- 3600
- 3601
- 3602
- 3603
- 3604
- 3605
- 3606
- 3607
- 3608
- 3609
- 3610
- 3611
- 3612
- 3613
- 3614
- 3615
- 3616
- 3617
- 3618
- 3619
- 3620
- 3621
- 3622
- 3623
- 3624
- 3625
- 3626
- 3627
- 3628
- 3629
- 3630
- 3631
- 3632
- 3633
- 3634
- 3635
- 3636
- 3637
- 3638
- 3639
- 3640
- 3641
- 3642
- 3643
- 3644
- 3645
- 3646
- 3647
- 3648
- 3649
- 3650
- 3651
- 3652
- 3653
- 3654
- 3655
- 3656
- 3657
- 3658
- 3659
- 3660
- 3661
- 3662
- 3663
- 3664
- 3665
- 3666
- 3667
- 3668
- 3669
- 3670
- 3671
- 3672
- 3673
- 3674
- 3675
- 3676
- 3677
- 3678
- 3679
- 3680
- 3681
- 3682
- 3683
- 3684
- 3685
- 3686
- 3687
- 3688
- 3689
- 3690
- 3691
- 3692
- 3693
- 3694
- 3695
- 3696
- 3697
- 3698
- 3699
- 3700
- 3701
- 3702
- 3703
- 3704
- 3705
- 3706
- 3707
- 3708
- 3709
- 3710
- 3711
- 3712
- 3713
- 3714
- 3715
- 3716
- 3717
- 3718
- 3719
- 3720
- 3721
- 3722
- 3723
- 3724
- 3725
- 3726
- 3727
- 3728
- 3729
- 3730
- 3731
- 3732
- 3733
- wait(0.2)
- local Player, Character, Mouse = game:service("Players").LocalPlayer, game:GetService("Players").LocalPlayer.Character, game:GetService("Players").LocalPlayer:GetMouse()
- local Torso = Character:FindFirstChild("Torso")
- local rootPart = Character:FindFirstChild("HumanoidRootPart")
- local Humanoid = Character:FindFirstChild("Humanoid")
- local Head = Character:FindFirstChild("Head")
- local Right_Arm = Character:FindFirstChild("Right Arm")
- local Left_Arm = Character:FindFirstChild("Left Arm")
- local Right_Leg = Character:FindFirstChild("Right Leg")
- local Left_Leg = Character:FindFirstChild("Left Leg")
- local Right_Shoulder = Torso:FindFirstChild("Right Shoulder")
- local Left_Shoulder = Torso:FindFirstChild("Left Shoulder")
- local Right_Hip = Torso:FindFirstChild("Right Hip")
- local Left_Hip = Torso:FindFirstChild("Left Hip")
- local Neck = Torso:FindFirstChild("Neck")
- local rootPart = Character:FindFirstChild("HumanoidRootPart")
- local rootJoint = rootPart:FindFirstChild("RootJoint")
- local CurrentIdle = "Idling1"
- local Degree = 0.0175438596491228
- local canremove = false
- local debounce = false
- local UIService = game:GetService("UserInputService")
- _G.SongName = math.random(1, 9025232)
- sin = math.sin
- Right_Leg.FormFactor = "Custom"
- Left_Leg.FormFactor = "Custom"
- rootPart.Archivable = true
- rootJoint.Archivable = true
- c_new = CFrame.new
- c_angles = CFrame.Angles
- i_new = Instance.new
- Humanoid:ClearAllChildren()
- local isAttacking = false
- local isSprinting = false
- local Animations = false
- local Angle = 0
- local Axis = 0
- local angleSpeed = 1
- local axisSpeed = angleSpeed
- local currentAnim
- local levetatingheight = 3
- local WalkType = "Ground"
- local RateP = 20
- function CreateParticle(parent)
- local Particle = Instance.new("ParticleEmitter", parent)
- Particle.Enabled = true
- Particle.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1),
- NumberSequenceKeypoint.new(0.3, 0.95),
- NumberSequenceKeypoint.new(1, 1)
- })
- Particle.LightEmission = -3
- Particle.Rate = RateP
- Particle.ZOffset = 1
- Particle.Lifetime = NumberRange.new(0.5)
- Particle.Speed = NumberRange.new(1)
- Particle.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0.5, 0.3),
- NumberSequenceKeypoint.new(1, 1, 0.1)
- })
- Particle.Rotation = NumberRange.new(-180, 180)
- Particle.RotSpeed = NumberRange.new(-180, 180)
- Particle.Texture = "http://www.roblox.com/asset/?id=303194966"
- Particle.Color = ColorSequence.new(Color3.new(0, 0, 0), Color3.new(0, 0, 0))
- Particle.VelocitySpread = 360
- Particle.LockedToPart = false
- end
- CreateParticle(Torso)
- CreateParticle(Right_Arm)
- CreateParticle(Left_Arm)
- CreateParticle(Right_Leg)
- CreateParticle(Left_Leg)
- function CreateParticle2(parent)
- local Particle = Instance.new("ParticleEmitter", parent)
- Particle.Enabled = true
- Particle.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1),
- NumberSequenceKeypoint.new(0.3, 0.95),
- NumberSequenceKeypoint.new(1, 1)
- })
- Particle.LightEmission = -3
- Particle.Rate = RateP
- Particle.ZOffset = 1
- Particle.Lifetime = NumberRange.new(0.5)
- Particle.Speed = NumberRange.new(1)
- Particle.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0.5, 0.3),
- NumberSequenceKeypoint.new(1, 1, 0.1)
- })
- Particle.Rotation = NumberRange.new(-180, 180)
- Particle.RotSpeed = NumberRange.new(-180, 180)
- Particle.Texture = "http://www.roblox.com/asset/?id=303195022"
- Particle.Color = ColorSequence.new(Color3.new(0, 0, 0), Color3.new(0, 0, 0))
- Particle.VelocitySpread = 360
- Particle.LockedToPart = false
- end
- CreateParticle2(Torso)
- CreateParticle2(Right_Arm)
- CreateParticle2(Left_Arm)
- CreateParticle2(Right_Leg)
- CreateParticle2(Left_Leg)
- function CreateParticle3(parent)
- local Particle = Instance.new("ParticleEmitter", parent)
- Particle.Enabled = true
- Particle.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1),
- NumberSequenceKeypoint.new(0.3, 0.95),
- NumberSequenceKeypoint.new(1, 1)
- })
- Particle.LightEmission = -3
- Particle.Rate = RateP
- Particle.ZOffset = 1
- Particle.Lifetime = NumberRange.new(0.5)
- Particle.Speed = NumberRange.new(1)
- Particle.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0.5, 0.3),
- NumberSequenceKeypoint.new(1, 1, 0.1)
- })
- Particle.Rotation = NumberRange.new(-180, 180)
- Particle.RotSpeed = NumberRange.new(-180, 180)
- Particle.Texture = "http://www.roblox.com/asset/?id=303195000"
- Particle.Color = ColorSequence.new(Color3.new(0, 0, 0), Color3.new(0, 0, 0))
- Particle.VelocitySpread = 360
- Particle.LockedToPart = false
- end
- CreateParticle3(Torso)
- CreateParticle3(Right_Arm)
- CreateParticle3(Left_Arm)
- CreateParticle3(Right_Leg)
- CreateParticle3(Left_Leg)
- function CreateParticle4(parent)
- local Particle = Instance.new("ParticleEmitter", parent)
- Particle.Enabled = true
- Particle.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1),
- NumberSequenceKeypoint.new(0.3, 0.95),
- NumberSequenceKeypoint.new(1, 1)
- })
- Particle.LightEmission = -3
- Particle.Rate = RateP
- Particle.ZOffset = 1
- Particle.Lifetime = NumberRange.new(0.5)
- Particle.Speed = NumberRange.new(1)
- Particle.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0.5, 0.3),
- NumberSequenceKeypoint.new(1, 1, 0.1)
- })
- Particle.Rotation = NumberRange.new(-180, 180)
- Particle.RotSpeed = NumberRange.new(-180, 180)
- Particle.Texture = "http://www.roblox.com/asset/?id=303194917"
- Particle.Color = ColorSequence.new(Color3.new(0, 0, 0), Color3.new(0, 0, 0))
- Particle.VelocitySpread = 360
- Particle.LockedToPart = false
- end
- CreateParticle4(Torso)
- CreateParticle4(Right_Arm)
- CreateParticle4(Left_Arm)
- CreateParticle4(Right_Leg)
- CreateParticle4(Left_Leg)
- function Sound(parent, loop, vol, id)
- local s = Instance.new("Sound", parent)
- s.Looped = loop
- s.Volume = vol
- s.MaxDistance = 200
- s.EmitterSize = 20
- s.SoundId = "rbxassetid://" .. tostring(id)
- s:Play()
- if loop == false then
- wait(s.TimeLength)
- s:Destroy()
- end
- end
- Theme = Instance.new("Sound")
- Theme.Parent = Character
- Theme.SoundId = "rbxassetid://1683807602"
- Theme.Volume = 10
- Theme.Looped = true
- Theme.Pitch = 1
- Theme:Play()
- function newWeld(wp0, wp1, wc0x, wc0y, wc0z)
- wld = Instance.new("Weld", wp1)
- wld.Part0 = wp0
- wld.Part1 = wp1
- wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
- return wld
- end
- function noOutline(part)
- part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
- end
- local Part = function(Name, Color, Material, Transparency, Shape, Size, CFrame, CanCollide, Anchored, parent)
- local partie = i_new("Part", parent)
- partie.Name = Name
- partie.BrickColor = BrickColor.new(Color)
- partie.Material = Material
- partie.Shape = Shape
- partie.Transparency = Transparency
- partie.Size = Size
- partie.CFrame = CFrame
- partie.CanCollide = CanCollide
- partie.Anchored = Anchored
- return partie
- end
- function swait(num)
- if num == 0 or num == nil then
- game:GetService("RunService").Stepped:wait(0)
- else
- for i = 0, num do
- game:GetService("RunService").Stepped:wait(0)
- end
- end
- end
- coroutine.wrap(function()
- while true do
- Humanoid.MaxHealth = "1.0E298"
- Humanoid.Health = "1.0E298"
- wait(0.01)
- end
- end)()
- coroutine.wrap(function()
- while true do
- Humanoid.MaxHealth = "1.0E298"
- Humanoid.Health = "1.0E298"
- wait()
- end
- end)()
- coroutine.wrap(function()
- while true do
- Humanoid.MaxHealth = "1.0E298"
- Humanoid.Health = "1.0E298"
- swait()
- end
- end)()
- coroutine.wrap(function()
- while true do
- Humanoid.MaxHealth = "1.0E298"
- Humanoid.Health = "1.0E298"
- swait(1)
- end
- end)()
- Player.Character.Archivable = true
- Instance.new("ForceField", Player.Character).Visible = false
- function mesh(Mesh, part, meshtype, meshid, offset, scale)
- local mesh = i_new(Mesh)
- mesh.Parent = part
- if Mesh == "SpecialMesh" then
- mesh.MeshType = meshtype
- mesh.MeshId = meshid
- end
- mesh.Offset = offset
- mesh.Scale = scale
- return mesh
- end
- local Hair = Instance.new("Part", Head)
- Hair.Name = "Hair"
- Hair.Shape = Enum.PartType.Ball
- Hair.CanCollide = false
- Hair.BrickColor = BrickColor.new("Medium stone grey")
- Hair.Transparency = 0
- Hair.Material = "Grass"
- Hair.Size = Vector3.new(0.1, 0.1, 0.1)
- Hair.TopSurface = Enum.SurfaceType.Smooth
- Hair.BottomSurface = Enum.SurfaceType.Smooth
- local Weld = Instance.new("Weld", Hair)
- Weld.Part0 = Head
- Weld.Part1 = Hair
- Weld.C1 = CFrame.new(0, -0.5, 0)
- HoodMesh = Instance.new("FileMesh", Hair)
- HoodMesh.MeshId = "http://www.roblox.com/asset/?id=74879498"
- HoodMesh.TextureId = "http://www.roblox.com/asset/?id=75977308"
- HoodMesh.Scale = Vector3.new(1.05, 1.1, 1.1)
- local Shades = Instance.new("Part", Head)
- Shades.Name = "Shades"
- Shades.Shape = Enum.PartType.Ball
- Shades.CanCollide = false
- Shades.BrickColor = BrickColor.new("Medium stone grey")
- Shades.Transparency = 0
- Shades.Material = "Grass"
- Shades.Size = Vector3.new(0.1, 0.1, 0.1)
- Shades.TopSurface = Enum.SurfaceType.Smooth
- Shades.BottomSurface = Enum.SurfaceType.Smooth
- local Weld = Instance.new("Weld", Shades)
- Weld.Part0 = Head
- Weld.Part1 = Shades
- Weld.C1 = CFrame.new(0, -0.2, 0.15)
- ShadesMesh = Instance.new("FileMesh", Shades)
- ShadesMesh.MeshId = "http://www.roblox.com/asset/?id=51177557"
- ShadesMesh.TextureId = "http://www.roblox.com/asset/?id=51177552"
- ShadesMesh.Scale = Vector3.new(1, 1, 1)
- local GunModel = Instance.new("Part", game.Workspace.CurrentCamera)
- GunModel.Name = "Pistol"
- GunModel.Shape = Enum.PartType.Ball
- GunModel.CanCollide = false
- GunModel.BrickColor = BrickColor.new("Medium stone grey")
- GunModel.Transparency = 1
- GunModel.Material = "Neon"
- GunModel.Size = Vector3.new(0.01, 0.01, 0.01)
- GunModel.TopSurface = Enum.SurfaceType.Smooth
- GunModel.BottomSurface = Enum.SurfaceType.Smooth
- local Weld = Instance.new("Weld", GunModel)
- Weld.Part0 = Right_Arm
- Weld.Part1 = GunModel
- Weld.C1 = CFrame.new(0, -0.3, -1.4) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(0), math.rad(180))
- GunModelMesh = Instance.new("FileMesh", GunModel)
- GunModelMesh.MeshId = "http://www.roblox.com/asset/?id=441587064"
- GunModelMesh.TextureId = "http://www.roblox.com/asset/?id=441587082"
- GunModelMesh.Scale = Vector3.new(0.035, 0.02, 0.02)
- BE = Instance.new("Part", GunModel)
- BE.Anchored = false
- BE.CanCollide = false
- BE.Transparency = 1
- BE.Size = Vector3.new(0.1, 0.1, 0.1)
- Eweld = Instance.new("Weld", BE)
- Eweld.Part0 = BE
- Eweld.Part1 = GunModel
- Eweld.C0 = CFrame.new(0, -0.3, -1)
- BEX = Instance.new("Part", GunModel)
- BEX.Anchored = false
- BEX.CanCollide = false
- BEX.Transparency = 1
- BEX.Size = Vector3.new(0.1, 0.1, 0.1)
- EXweld = Instance.new("Weld", BEX)
- EXweld.Part0 = BEX
- EXweld.Part1 = GunModel
- EXweld.C0 = CFrame.new(0, -0.3, 0.05)
- local Effects = Instance.new("Folder", Character)
- Effects.Name = "Effects"
- Debris = game:GetService("Debris")
- function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
- return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
- end
- function CastProperRay(StartPos, EndPos, Distance, Ignore)
- local DIRECTION = CFrame.new(StartPos, EndPos).lookVector
- return Raycast(StartPos, DIRECTION, Distance, Ignore)
- end
- function MakeForm(PART, TYPE)
- if TYPE == "Cyl" then
- local MSH = Instance.new("CylinderMesh", PART)
- elseif TYPE == "Ball" then
- local MSH = Instance.new("SpecialMesh", PART)
- MSH.MeshType = "Sphere"
- elseif TYPE == "Wedge" then
- local MSH = Instance.new("SpecialMesh", PART)
- MSH.MeshType = "Wedge"
- end
- end
- function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
- local NEWPART = Instance.new("Part")
- NEWPART.formFactor = FORMFACTOR
- NEWPART.Reflectance = REFLECTANCE
- NEWPART.Transparency = TRANSPARENCY
- NEWPART.CanCollide = false
- NEWPART.Locked = true
- NEWPART.Anchored = true
- if ANCHOR == false then
- NEWPART.Anchored = false
- end
- NEWPART.BrickColor = BrickColor.new(tostring(BRICKCOLOR))
- NEWPART.Name = NAME
- NEWPART.Size = SIZE
- NEWPART.Position = Torso.Position
- NEWPART.Material = MATERIAL
- NEWPART:BreakJoints()
- NEWPART.Parent = PARENT
- return NEWPART
- end
- local B = Instance.new("Sound")
- function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
- local NEWSOUND
- coroutine.resume(coroutine.create(function()
- NEWSOUND = B:Clone()
- NEWSOUND.Parent = PARENT
- NEWSOUND.Volume = VOLUME
- NEWSOUND.Pitch = PITCH
- NEWSOUND.SoundId = "http://www.roblox.com/asset/?id=" .. ID
- NEWSOUND:play()
- if DOESLOOP == true then
- NEWSOUND.Looped = true
- else
- repeat
- wait(1)
- until NEWSOUND.Playing == false
- NEWSOUND:remove()
- end
- end))
- return NEWSOUND
- end
- function getbloody(victim, amount)
- local PART = CreatePart(3, Effects, "Metal", 0, 1, "Mid gray", "Blood", victim.Size)
- PART.CFrame = victim.CFrame
- local HITPLAYERSOUNDS = {
- "883201004",
- "883201111",
- "883201193",
- "883201270"
- }
- Debris:AddItem(PART, 5)
- CreateSound(HITPLAYERSOUNDS[math.random(1, #HITPLAYERSOUNDS)], PART, 1, math.random(8, 12) / 10)
- CreateSound(HITPLAYERSOUNDS[math.random(1, #HITPLAYERSOUNDS)], PART, 1, math.random(8, 12) / 10)
- CreateSound(HITPLAYERSOUNDS[math.random(1, #HITPLAYERSOUNDS)], PART, 1, math.random(8, 12) / 10)
- local prtcl = Blood:Clone()
- prtcl.Parent = PART
- prtcl:Emit(amount * 10)
- end
- function SpawnTrail(FROM, TO, BIG)
- local TRAIL = CreatePart(3, Effects, "Neon", 0, 0.5, "Deep orange", "Trail", Vector3.new(0, 0, 0))
- MakeForm(TRAIL, "Cyl")
- local DIST = (FROM - TO).Magnitude
- if BIG == true then
- TRAIL.Size = Vector3.new(0.5, DIST, 0.5)
- else
- TRAIL.Size = Vector3.new(0.25, DIST, 0.25)
- end
- TRAIL.CFrame = CFrame.new(FROM, TO) * CFrame.new(0, 0, -DIST / 2) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(0), math.rad(0))
- coroutine.resume(coroutine.create(function()
- for i = 1, 5 do
- swait()
- TRAIL.Transparency = TRAIL.Transparency + 0.1
- end
- TRAIL:remove()
- end))
- end
- function Kill(Char)
- local NewCharacter = Instance.new("Model", Effects)
- NewCharacter.Name = "Ow im ded ;-;"
- for _, c in pairs(Char:GetDescendants()) do
- if c:IsA("BasePart") and c.Transparency == 0 then
- if c.Parent == Char then
- getbloody(c, 5)
- end
- c:BreakJoints()
- c.Material = "Glass"
- c.Color = Color3.new(0.5, 0, 0)
- c.CanCollide = true
- c.Transparency = 0.3
- if c:FindFirstChildOfClass("SpecialMesh") then
- c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
- end
- if c.Name == "Head" then
- c:ClearAllChildren()
- c.Size = Vector3.new(c.Size.Y, c.Size.Y, c.Size.Y)
- end
- if c.ClassName == "MeshPart" then
- c.TextureID = ""
- end
- if c:FindFirstChildOfClass("BodyPosition") then
- c:FindFirstChildOfClass("BodyPosition"):remove()
- end
- if c:FindFirstChildOfClass("ParticleEmitter") then
- c:FindFirstChildOfClass("ParticleEmitter"):remove()
- end
- c.Parent = NewCharacter
- c.Name = "DeadPart"
- c.Velocity = Vector3.new(math.random(-45, 45), math.random(-45, 45), math.random(-45, 45)) / 15
- c.RotVelocity = Vector3.new(math.random(-45, 45), math.random(-15, 85), math.random(-45, 45))
- end
- end
- Char:remove()
- Debris:AddItem(NewCharacter, 5)
- end
- function BulletDetection(FROM, TO, BRUTAL)
- local AIMHIT, AIMPOS, NORMAL = CastProperRay(FROM, TO, 2000, Character)
- coroutine.resume(coroutine.create(function()
- if AIMHIT ~= nil and AIMHIT.Parent ~= Character and (AIMHIT.Parent:FindFirstChildOfClass("Humanoid") or AIMHIT.Parent.Parent:FindFirstChildOfClass("Humanoid")) then
- if AIMHIT.Parent:FindFirstChildOfClass("Humanoid") then
- if BRUTAL == true then
- Kill(AIMHIT.Parent)
- else
- getbloody(AIMHIT, 15)
- AIMHIT.Parent:BreakJoints()
- if AIMHIT.Name == "Head" or AIMHIT:IsA("Hat") or AIMHIT.Name == "Torso" or AIMHIT.Name == "HumanoidRootPart" or AIMHIT.Name == "Right Arm" or AIMHIT.Name == "Left Arm" or AIMHIT.Name == "Right Leg" or AIMHIT.Name == "Left Leg" or AIMHIT.Name == "UpperTorso" or AIMHIT.Name == "UpperTorso" or AIMHIT.Name == "LowerTorso" or AIMHIT.Name == "RightUpperArm" or AIMHIT.Name == "RightLowerArm" or AIMHIT.Name == "RightHand" or AIMHIT.Name == "LeftUpperArm" or AIMHIT.Name == "LeftLowerArm" or AIMHIT.Name == "LeftHand" or AIMHIT.Name == "RightUpperLeg" or AIMHIT.Name == "RightLowerLeg" or AIMHIT.Name == "RightFoot" or AIMHIT.Name == "LeftUpperLeg" or AIMHIT.Name == "LeftLowerLeg" or AIMHIT.Name == "LeftFoot" then
- AIMHIT.Name = "Dead"
- AIMHIT:remove()
- end
- end
- elseif BRUTAL == true then
- Kill(AIMHIT.Parent.Parent)
- else
- AIMHIT.Parent.Parent:BreakJoints()
- end
- end
- end))
- SpawnTrail(FROM, AIMPOS)
- return AIMHIT, AIMPOS, NORMAL
- end
- function round(num)
- local a, b = math.modf(num)
- if num % 1 ~= 0 then
- return math.floor(num) + math.floor(b * 10 + 0.5) / 10
- else
- return math.floor(num)
- end
- end
- function basicDamage(vhum, damage, colour)
- if not (vhum and vhum.Parent:findFirstChild("Humanoid")) or vhum.Health <= 0 then
- return
- end
- vhum.Health = vhum.Health - damage
- local damagepart = Instance.new("Part", Effects)
- damagepart.Transparency = 1
- damagepart.Anchored = true
- damagepart.CanCollide = false
- damagepart.Size = Vector3.new(0, 0, 0)
- damagepart.Name = "DamagePart"
- damagepart.CFrame = vhum.Parent.Head.CFrame * CFrame.new(0, 1, 0)
- local g = Instance.new("BillboardGui", damagepart)
- g.Enabled = true
- g.Adornee = damagepart
- g.Size = UDim2.new(5, 0, 5, 0)
- g.ExtentsOffset = Vector3.new(0, 0, 0)
- g.StudsOffset = Vector3.new(0, 0, 0)
- local t = Instance.new("TextLabel", g)
- t.BackgroundTransparency = 1
- t.Font = "ArialBold"
- t.TextSize = 24
- t.Text = "" .. round(damage)
- if round(damage) % 1 == 0 then
- t.Text = "" .. round(damage) .. ""
- end
- t.Size = UDim2.new(1, 0, 1, 0)
- t.TextStrokeTransparency = 0
- t.TextTransparency = 0
- t.Font = "Arcade"
- t.TextScaled = true
- t.TextWrapped = true
- t.TextXAlignment = "Center"
- t.TextYAlignment = "Center"
- t.TextColor3 = colour
- coroutine.resume(coroutine.create(function()
- for i = 1, 50 do
- game:GetService("RunService").Heartbeat:wait()
- local sinewave = math.sin(i / 500) * 4
- damagepart.CFrame = damagepart.CFrame * CFrame.new(Vector3.new(0, 0.3 - sinewave, 0))
- t.TextTransparency = t.TextTransparency + 0.02
- t.TextStrokeTransparency = t.TextTransparency + 0.02
- end
- damagepart:Destroy()
- end), t)
- end
- function Trace()
- local ch = Character:GetChildren()
- for i = 1, #ch do
- if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
- do
- local trace = Instance.new("Part", game.Workspace)
- trace.Size = ch[i].Size
- trace.Material = "Neon"
- trace.BrickColor = BrickColor.new("Really black")
- trace.Transparency = 0.3
- trace.CanCollide = false
- trace.Anchored = true
- trace.CFrame = ch[i].CFrame
- if ch[i].Name == "Head" then
- mehs = Instance.new("CylinderMesh", trace)
- mehs.Scale = Vector3.new(1.25, 1.25, 1.25)
- end
- tracedisappear = coroutine.wrap(function()
- for i = 1, 7 do
- wait()
- trace.Transparency = trace.Transparency + 0.1
- end
- trace:Destroy()
- end)
- tracedisappear()
- end
- end
- end
- end
- t = Instance.new("Part", Character)
- t.Size = Vector3.new(0.01, 0.01, 0.01)
- t.Anchored = false
- t.CanCollide = false
- t.Name = "Attatchment for Trail"
- t.Transparency = 1
- tweld = Instance.new("Weld", t)
- tweld.Part0 = t
- tweld.Part1 = Torso
- tweld.C0 = CFrame.new(0, 2.5, 0)
- attch = Instance.new("Attachment", Head)
- attch2 = Instance.new("Attachment", t)
- trail = Instance.new("Trail", Character.HumanoidRootPart)
- trail.Color = ColorSequence.new(Color3.fromRGB(0, 0, 0), Color3.fromRGB(0, 0, 0))
- trail.TextureLength = 4
- trail.TextureMode = "Stretch"
- trail.Lifetime = 0.2
- trail.MaxLength = 0
- trail.MinLength = 0
- trail.WidthScale = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1, 0),
- NumberSequenceKeypoint.new(1, 0, 0)
- })
- trail.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0),
- NumberSequenceKeypoint.new(1, 1)
- })
- trail.Texture = "http://www.robox.com/asset/?id=182554047"
- trail.FaceCamera = true
- trail.Attachment0 = attch
- trail.Attachment1 = attch2
- trail.Enabled = false
- mouse = Player:GetMouse()
- local s = ""
- dashing = false
- coroutine.wrap(function()
- while wait() do
- if dashing == true then
- Trace()
- else
- end
- end
- end)()
- local isDashing = true
- mouse.KeyDown:connect(function(key)
- key = string.lower(key)
- if key == "w" or key == "\017" and dashing == false then
- s = s .. "w"
- delay(0.2, function()
- if s ~= "ww" then
- s = ""
- end
- end)
- if s == "ww" then
- s = ""
- if attack == true then
- return
- end
- dashing = true
- Animations = true
- for i = 1, 10 do
- rootPart.Velocity = rootPart.CFrame.lookVector * 200
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(-30), math.rad(0), math.rad(0)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-30), math.rad(0), math.rad(0)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-25), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.5, -0.4) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-45), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 7)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(5, 10)
- end
- end
- swait()
- end
- dashing = false
- Animations = false
- delay(0, function()
- end)
- end
- end
- end)
- mouse.KeyDown:connect(function(key)
- key = string.lower(key)
- if key == "q" or key == "\017" and dashing == false then
- s = s .. "q"
- delay(0.2, function()
- if s ~= "qq" then
- s = ""
- end
- end)
- if s == "qq" then
- s = ""
- if attack == true then
- return
- end
- if transformed == true then
- return
- end
- dashing = true
- S = Instance.new("Sound")
- S.Parent = rootPart
- S.SoundId = "rbxassetid://2767090"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 0.8
- S:Play()
- for i = 1, 5 do
- rootPart.Velocity = rootPart.CFrame.rightVector * -200
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(80)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5, -0.2) * c_angles(math.rad(80), math.rad(0), math.rad(45)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-25), math.rad(0), math.rad(20)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, -0.3) * c_angles(math.rad(25), math.rad(0), math.rad(30)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(10), math.rad(0), math.rad(-10)), 0.15)
- swait()
- end
- dashing = false
- Animations = false
- delay(0, function()
- end)
- end
- end
- end)
- mouse.KeyDown:connect(function(key)
- key = string.lower(key)
- if key == "e" or key == "\017" and dashing == false then
- s = s .. "e"
- delay(0.2, function()
- if s ~= "ee" then
- s = ""
- end
- end)
- if s == "ee" then
- s = ""
- if attack == true then
- return
- end
- if transformed == true then
- return
- end
- dashing = true
- S = Instance.new("Sound")
- S.Parent = rootPart
- S.SoundId = "rbxassetid://2767090"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 0.8
- S:Play()
- for i = 1, 5 do
- rootPart.Velocity = rootPart.CFrame.rightVector * 200
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1, 0.5, -0.2) * c_angles(math.rad(80), math.rad(0), math.rad(-45)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(-80)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(25), math.rad(0), math.rad(-30)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, -0.3) * c_angles(math.rad(-25), math.rad(0), math.rad(-20)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(20)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(10), math.rad(0), math.rad(10)), 0.15)
- swait()
- end
- dashing = false
- Animations = false
- delay(0, function()
- end)
- end
- end
- end)
- attack = false
- attack2 = false
- Grabbed = false
- g = Instance.new("Part", Character)
- g.Size = Vector3.new(0.01, 0.01, 0.01)
- g.Anchored = false
- g.CanCollide = false
- g.Name = "Grab"
- g.Transparency = 1
- gweld = Instance.new("Weld", g)
- gweld.Part0 = g
- gweld.Part1 = Right_Arm
- gweld.C0 = CFrame.new(0, 1.25, 0)
- function FindNearestTorso(Position, Distance, SinglePlayer)
- if SinglePlayer then
- return Distance > (SinglePlayer.Torso.CFrame.p - Position).magnitude
- end
- local List = {}
- for i, v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") and v:findFirstChild("Torso") and v ~= Character and Distance >= (v.Torso.Position - Position).magnitude then
- table.insert(List, v)
- end
- end
- return List
- end
- quote = 1
- function Throw(mouse)
- gweld.C0 = CFrame.new(0, 1.25, 0)
- local hit = mouse.Target
- if hit ~= nil then
- if hit.Parent:FindFirstChild("Humanoid") ~= nil then
- local torsy
- if hit.Parent:FindFirstChild("Torso") ~= nil then
- torsy = hit.Parent.Torso
- end
- if 0 >= hit.Parent:FindFirstChild("Humanoid").Health then
- return
- end
- for i, v in pairs(hit.Parent:children()) do
- if v:IsA("Part") and not v.Name == "HumanoidRootPart" then
- return
- end
- end
- attack = true
- attack2 = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895706696"
- local GYRO = Instance.new("BodyGyro", rootPart)
- GYRO.D = 100
- GYRO.P = 2000
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://391961525"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- local LEye = Part("LEye", "Really red", "Neon", 0, "Ball", Vector3.new(0.1, 0.1, 0.1), CFrame.new(0, 0, 0), false, false, Character)
- Mesh = Instance.new("SpecialMesh", LEye)
- Mesh.MeshType = "Sphere"
- Mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
- Mesh.Offset = Vector3.new(-0.2, 0.2, -0.6)
- newWeld(Head, LEye, 0, 0, 0)
- local LEGlow = Instance.new("SurfaceLight")
- LEGlow.Color = Color3.fromRGB(255, 0, 0)
- LEGlow.Range = 6
- LEGlow.Brightness = 10
- LEGlow.Parent = LEye
- local REye = Part("REye", "Really red", "Neon", 0, "Ball", Vector3.new(0.1, 0.1, 0.1), CFrame.new(0, 0, 0), false, false, Character)
- Mesh = Instance.new("SpecialMesh", REye)
- Mesh.MeshType = "Sphere"
- Mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
- Mesh.Offset = Vector3.new(0.2, 0.2, -0.6)
- newWeld(Head, REye, 0, 0, 0)
- local REGlow = Instance.new("SurfaceLight")
- REGlow.Color = Color3.fromRGB(255, 0, 0)
- REGlow.Range = 6
- REGlow.Brightness = 10
- REGlow.Parent = REye
- GYRO.MaxTorque = Vector3.new(0, 4000000, 0)
- GYRO.CFrame = CFrame.new(rootPart.Position, hit.Parent:findFirstChild("HumanoidRootPart").Position)
- for i = 0, 0.3, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1, 0.5 + math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5 + math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(30)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) - math.sin(sine / 15) / 20, math.sin(rootPart.RotVelocity.Y / 10) / 2, -math.sin(rootPart.RotVelocity.Y / 10) / 2), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) - math.sin(sine / 15) / 20, -math.sin(rootPart.RotVelocity.Y / 10) / 2, math.sin(-rootPart.RotVelocity.Y / 10) / 2), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) + math.sin(sine / 15) / 20, math.rad(0), math.sin(rootPart.RotVelocity.Y / 30) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.05 + math.sin(sine / 15) / 10) * c_angles(math.rad(-5) + math.sin(sine / 15) / 10, math.sin(rootPart.RotVelocity.Y / 2.5) / 2, math.rad(0)), 0.15)
- swait()
- end
- LEye:Destroy()
- REye:Destroy()
- Shades.Transparency = 1
- local Decoy = Instance.new("Part", Right_Arm)
- Decoy.Name = "Decoy"
- Decoy.Shape = Enum.PartType.Block
- Decoy.CanCollide = false
- Decoy.BrickColor = BrickColor.new("Medium stone grey")
- Decoy.Transparency = 0
- Decoy.Material = "Grass"
- Decoy.Size = Vector3.new(1, 0.35, 1)
- Decoy.TopSurface = Enum.SurfaceType.Smooth
- Decoy.BottomSurface = Enum.SurfaceType.Smooth
- local DecoyWeld = Instance.new("Weld", Decoy)
- DecoyWeld.Part0 = Right_Arm
- DecoyWeld.Part1 = Decoy
- DecoyWeld.C1 = CFrame.new(0, 0, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(100), math.rad(0), 0)
- local DecoyMesh = Instance.new("FileMesh", Decoy)
- DecoyMesh.MeshId = "http://www.roblox.com/asset/?id=51177557"
- DecoyMesh.TextureId = "http://www.roblox.com/asset/?id=51177552"
- DecoyMesh.Scale = Vector3.new(1, 1, 1)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1146552988"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.3, 0.01 do
- angleSpeed = 1
- axisSpeed = 5
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.2, 0.5, 0) * c_angles(math.rad(140), math.rad(0), math.rad(-30)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(30)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- wait(0.25)
- Head.face.Texture = "rbxassetid://1895698679"
- DecoyWeld:Destroy()
- local Decoyed = Instance.new("BodyPosition", Decoy)
- Decoyed.D = 100
- Decoyed.P = 2000
- Decoyed.MaxForce = Vector3.new(4000000, 4000000, 4000000)
- Decoyed.Position = hit.Parent:findFirstChild("Head").Position
- for i = 0, 0.1, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, -0.4) * c_angles(math.rad(90), math.rad(0), math.rad(0)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(30)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- hit.Parent:findFirstChild("HumanoidRootPart").Anchored = true
- local DecoyWeld2 = Instance.new("Weld", Decoy)
- DecoyWeld2.Part0 = hit.Parent:findFirstChild("Head")
- DecoyWeld2.Part1 = Decoy
- DecoyWeld2.C1 = CFrame.new(0, -0.2, 0.15)
- wait(0.5)
- GYRO:Destroy()
- Decoyed:Destroy()
- Decoy.CanCollide = true
- Trace()
- Head.face.Texture = "rbxassetid://1895670162"
- rootPart.CFrame = hit.Parent:findFirstChild("HumanoidRootPart").CFrame
- rootPart.CFrame = rootPart.CFrame + hit.Parent:findFirstChild("HumanoidRootPart").CFrame.lookVector * 2
- rootPart.CFrame = rootPart.CFrame * CFrame.fromEulerAnglesXYZ(0, math.rad(180), 0)
- local grab
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 7)) do
- if v:FindFirstChild("HumanoidRootPart") then
- Grabbed = true
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://260430060"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- grab = v
- end
- end
- for i = 0, 1, 0.05 do
- swait()
- if Grabbed == true then
- grab.Humanoid.PlatformStand = true
- grab.HumanoidRootPart.Anchored = true
- grab.HumanoidRootPart.CFrame = g.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(150))
- end
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(140), math.rad(0), math.rad(30)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(30)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(-45), math.rad(20)), 0.15)
- end
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- quote = math.random(1, 3)
- if quote == 1 then
- S.SoundId = "rbxassetid://1146553663"
- elseif quote == 2 then
- S.SoundId = "rbxassetid://1278017490"
- elseif quote == 3 then
- S.SoundId = "rbxassetid://0"
- end
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- q = Instance.new("ParticleEmitter", grab.HumanoidRootPart)
- q.Rate = 500
- q.Speed = NumberRange.new(7)
- q.VelocitySpread = 40
- q.Lifetime = NumberRange.new(0.1, 1)
- q.Texture = "rbxassetid://291880914"
- q.Color = ColorSequence.new(Color3.new(0.2, 0, 0), Color3.new(0, 0, 0))
- q.Acceleration = Vector3.new(0, -50, 0)
- q.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0.5, 0.1),
- NumberSequenceKeypoint.new(1, 0.01, 0.01)
- })
- q.RotSpeed = NumberRange.new(-180, 180)
- q.Rotation = NumberRange.new(-360, 360)
- q.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1),
- NumberSequenceKeypoint.new(0.2, 0),
- NumberSequenceKeypoint.new(0.8, 0),
- NumberSequenceKeypoint.new(1, 1)
- })
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://206082327"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 0.8
- S:Play()
- grab.HumanoidRootPart.Anchored = false
- wait(0.2)
- local Decoy = Instance.new("Part", Right_Arm)
- Decoy.Name = "Decoy"
- Decoy.Shape = Enum.PartType.Block
- Decoy.CanCollide = false
- Decoy.BrickColor = BrickColor.new("Medium stone grey")
- Decoy.Transparency = 0
- Decoy.Material = "Grass"
- Decoy.Size = Vector3.new(1, 0.35, 1)
- Decoy.TopSurface = Enum.SurfaceType.Smooth
- Decoy.BottomSurface = Enum.SurfaceType.Smooth
- local DecoyWeld = Instance.new("Weld", Decoy)
- DecoyWeld.Part0 = Right_Arm
- DecoyWeld.Part1 = Decoy
- DecoyWeld.C1 = CFrame.new(0, 0, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(100), math.rad(0), 0)
- local DecoyMesh = Instance.new("FileMesh", Decoy)
- DecoyMesh.MeshId = "http://www.roblox.com/asset/?id=51177557"
- DecoyMesh.TextureId = "http://www.roblox.com/asset/?id=51177552"
- DecoyMesh.Scale = Vector3.new(1, 1, 1)
- for i = 0, 0.1, 0.01 do
- angleSpeed = 1
- axisSpeed = 5
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.2, 0.5, 0) * c_angles(math.rad(140), math.rad(0), math.rad(-30)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(30)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- Decoy:Destroy()
- Head.face.Texture = "rbxassetid://1895706696"
- wait()
- local LEye = Part("LEye", "Really red", "Neon", 0, "Ball", Vector3.new(0.1, 0.1, 0.1), CFrame.new(0, 0, 0), false, false, Character)
- Mesh = Instance.new("SpecialMesh", LEye)
- Mesh.MeshType = "Sphere"
- Mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
- Mesh.Offset = Vector3.new(-0.2, 0.2, -0.6)
- newWeld(Head, LEye, 0, 0, 0)
- local LEGlow = Instance.new("SurfaceLight")
- LEGlow.Color = Color3.fromRGB(255, 0, 0)
- LEGlow.Range = 6
- LEGlow.Brightness = 10
- LEGlow.Parent = LEye
- local REye = Part("REye", "Really red", "Neon", 0, "Ball", Vector3.new(0.1, 0.1, 0.1), CFrame.new(0, 0, 0), false, false, Character)
- Mesh = Instance.new("SpecialMesh", REye)
- Mesh.MeshType = "Sphere"
- Mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
- Mesh.Offset = Vector3.new(0.2, 0.2, -0.6)
- newWeld(Head, REye, 0, 0, 0)
- local REGlow = Instance.new("SurfaceLight")
- REGlow.Color = Color3.fromRGB(255, 0, 0)
- REGlow.Range = 6
- REGlow.Brightness = 10
- REGlow.Parent = REye
- Shades.Transparency = 0
- attack2 = false
- Animations = false
- grab.Humanoid.MaxHealth = 0
- grab.Humanoid.Health = 0
- Right_Arm:findFirstChild("Decoy"):Destroy()
- wait(0.5)
- for i = 1, 10 do
- LEye.Transparency = LEye.Transparency + 0.1
- REye.Transparency = REye.Transparency + 0.1
- LEGlow.Brightness = LEGlow.Brightness - 1
- REGlow.Brightness = REGlow.Brightness - 1
- wait()
- end
- Head.face.Texture = "rbxassetid://315622231"
- LEye:Destroy()
- REye:Destroy()
- attack = false
- else
- rootPart.Anchored = false
- attack = false
- Animations = false
- end
- else
- rootPart.Anchored = false
- attack = false
- Animations = false
- return
- end
- end
- function Squeeze()
- gweld.C0 = CFrame.new(0, 3.6, 0)
- local hit = mouse.Target
- if hit ~= nil then
- if hit.Parent:FindFirstChild("Humanoid") ~= nil then
- local torsy
- if hit.Parent:FindFirstChild("Torso") ~= nil then
- torsy = hit.Parent.Torso
- end
- if 0 >= hit.Parent:FindFirstChild("Humanoid").Health then
- return
- end
- for i, v in pairs(hit.Parent:children()) do
- if v:IsA("Part") and not v.Name == "HumanoidRootPart" then
- return
- end
- end
- attack = true
- attack2 = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895706696"
- local GYRO = Instance.new("BodyGyro", rootPart)
- GYRO.D = 175
- GYRO.P = 20000
- GYRO.MaxTorque = Vector3.new(0, 4000000, 0)
- GYRO.CFrame = CFrame.new(rootPart.Position, hit.Parent:findFirstChild("HumanoidRootPart").Position)
- hit.Parent:findFirstChild("HumanoidRootPart").Anchored = true
- GYRO:Destroy()
- Trace()
- Head.face.Texture = "rbxassetid://1895670162"
- rootPart.CFrame = hit.Parent:findFirstChild("HumanoidRootPart").CFrame
- rootPart.CFrame = rootPart.CFrame + hit.Parent:findFirstChild("HumanoidRootPart").CFrame.lookVector * 6
- rootPart.CFrame = rootPart.CFrame * CFrame.fromEulerAnglesXYZ(0, math.rad(180), 0)
- local grab
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 7)) do
- if v:FindFirstChild("HumanoidRootPart") then
- Grabbed = true
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://260430060"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- grab = v
- end
- end
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- quote = math.random(1, 3)
- if quote == 1 then
- S.SoundId = "rbxassetid://626909112"
- elseif quote == 2 then
- S.SoundId = "rbxassetid://179760759"
- elseif quote == 3 then
- S.SoundId = "rbxassetid://573395427"
- end
- S.Volume = 10
- S.Looped = false
- S.Pitch = 0.2
- S:Play()
- for i = 0, 3, 0.05 do
- swait()
- if Grabbed == true then
- grab.Humanoid.PlatformStand = true
- grab.HumanoidRootPart.Anchored = true
- grab.HumanoidRootPart.CFrame = g.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(150))
- end
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5 + math.sin(sine / 0.1) / 4, 0.5, 0 + math.sin(sine / 0.1) / 4) * c_angles(math.rad(140), math.rad(0), math.rad(30)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.55, -0.9 + -math.sin(sine / 15) / 10, -0.2) * c_angles(math.rad(10), math.rad(10), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.55, -0.9 + -math.sin(sine / 15) / 10, -0.2) * c_angles(math.rad(10), math.rad(-10), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1.05 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(30), math.rad(-40), math.rad(0)), 0.15)
- end
- grab.Torso:Destroy()
- q = Instance.new("ParticleEmitter", grab.HumanoidRootPart)
- q.Rate = 1000
- q.Speed = NumberRange.new(7)
- q.VelocitySpread = 40
- q.Lifetime = NumberRange.new(0.1, 1)
- q.Texture = "rbxassetid://291880914"
- q.Color = ColorSequence.new(Color3.new(0.2, 0, 0), Color3.new(0, 0, 0))
- q.Acceleration = Vector3.new(0, -50, 0)
- q.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0.5, 0.1),
- NumberSequenceKeypoint.new(1, 0.01, 0.01)
- })
- q.RotSpeed = NumberRange.new(-180, 180)
- q.Rotation = NumberRange.new(-360, 360)
- q.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1),
- NumberSequenceKeypoint.new(0.2, 0),
- NumberSequenceKeypoint.new(0.8, 0),
- NumberSequenceKeypoint.new(1, 1)
- })
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://206082327"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 0.8
- S:Play()
- grab.HumanoidRootPart.Anchored = false
- Head.face.Texture = "rbxassetid://1895706696"
- attack2 = false
- Animations = false
- grab.Humanoid.MaxHealth = 0
- grab.Humanoid.Health = 0
- wait(0.5)
- attack = false
- else
- rootPart.Anchored = false
- attack = false
- Animations = false
- end
- else
- rootPart.Anchored = false
- attack = false
- Animations = false
- return
- end
- end
- function Rock()
- gweld.C0 = CFrame.new(0, 7, 0)
- local hit = mouse.Target
- if hit ~= nil then
- if hit.Parent:FindFirstChild("Humanoid") ~= nil then
- do
- local torsy
- if hit.Parent:FindFirstChild("Torso") ~= nil then
- torsy = hit.Parent.Torso
- end
- if 0 >= hit.Parent:FindFirstChild("Humanoid").Health then
- return
- end
- for i, v in pairs(hit.Parent:children()) do
- if v:IsA("Part") and not v.Name == "HumanoidRootPart" then
- return
- end
- end
- attack = true
- attack2 = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895706696"
- local GYRO = Instance.new("BodyGyro", rootPart)
- GYRO.D = 175
- GYRO.P = 20000
- GYRO.MaxTorque = Vector3.new(0, 4000000, 0)
- GYRO.CFrame = CFrame.new(rootPart.Position, hit.Parent:findFirstChild("HumanoidRootPart").Position)
- hit.Parent:findFirstChild("HumanoidRootPart").Anchored = true
- local Rock = Instance.new("Part", g)
- Rock.Name = "Rock"
- Rock.Shape = Enum.PartType.Block
- Rock.CanCollide = false
- Rock.BrickColor = BrickColor.new("Medium stone grey")
- Rock.Transparency = 0
- Rock.Material = "Grass"
- Rock.Size = Vector3.new(0.1, 0.1, 0.1)
- Rock.CustomPhysicalProperties = PhysicalProperties.new(2.691, 0.4, 0.2, 1, 1)
- Rock.TopSurface = Enum.SurfaceType.Smooth
- Rock.BottomSurface = Enum.SurfaceType.Smooth
- local RockWeld = Instance.new("Weld", Rock)
- RockWeld.Part0 = g
- RockWeld.Part1 = Rock
- RockWeld.C1 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.rad(100), math.rad(0), 0)
- local RockMesh = Instance.new("FileMesh", Rock)
- RockMesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
- RockMesh.TextureId = "http://www.roblox.com/asset/?id=1290030"
- RockMesh.Scale = Vector3.new(3, 3, 3)
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(20)), 0.1)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- end
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 1.2, 0) * c_angles(math.rad(180), math.rad(0), math.rad(20)), 0.1)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- Head.face.Texture = "rbxassetid://1895670162"
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1278006076"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.05, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 0.5, 0.2) * c_angles(math.rad(200), math.rad(0), math.rad(20)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- local Rocked = Instance.new("BodyPosition", Rock)
- Rocked.D = 100
- Rocked.P = 2000
- Rocked.MaxForce = Vector3.new(4000000, 4000000, 4000000)
- Rocked.Position = hit.Parent:findFirstChild("HumanoidRootPart").Position
- RockWeld:Destroy()
- for i = 0, 0.01, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 0, -0.5) * c_angles(math.rad(25), math.rad(0), math.rad(20)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- Spawn(function()
- wait(10)
- for i = 1, 10 do
- Rock.Transparency = Rock.Transparency + 0.1
- swait()
- end
- Rock:Destroy()
- end)
- wait(0.1)
- GYRO:Destroy()
- Rocked:Destroy()
- Trace()
- Head.face.Texture = "rbxassetid://1895670162"
- local grab
- for i, v in pairs(FindNearestTorso(Rock.CFrame.p, 15)) do
- if v:FindFirstChild("HumanoidRootPart") then
- Grabbed = true
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://260430060"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- grab = v
- Rock.Size = Vector3.new(3, 3, 3)
- Rock.CanCollide = true
- else
- rootPart.Anchored = false
- attack = false
- Animations = false
- return
- end
- end
- if 0 >= grab:FindFirstChild("Humanoid").Health then
- rootPart.Anchored = false
- attack = false
- Animations = false
- return
- end
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- quote = math.random(1, 3)
- if quote == 1 then
- S.SoundId = "rbxassetid://626909112"
- elseif quote == 2 then
- S.SoundId = "rbxassetid://179760759"
- elseif quote == 3 then
- S.SoundId = "rbxassetid://573395427"
- end
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- grab:FindFirstChild("Head").Size = Vector3.new(2, 1, 0)
- grab:FindFirstChild("Torso").Size = Vector3.new(2, 2, 0)
- grab:FindFirstChild("Right Arm").Size = Vector3.new(1, 2, 0)
- grab:FindFirstChild("Left Arm").Size = Vector3.new(1, 2, 0)
- grab:FindFirstChild("Right Leg").Size = Vector3.new(1, 2, 0)
- grab:FindFirstChild("Left Leg").Size = Vector3.new(1, 2, 0)
- q = Instance.new("ParticleEmitter", grab:FindFirstChild("HumanoidRootPart"))
- q.Rate = 1000
- q.Speed = NumberRange.new(7)
- q.VelocitySpread = 40
- q.Lifetime = NumberRange.new(0.1, 1)
- q.Texture = "rbxassetid://291880914"
- q.Color = ColorSequence.new(Color3.new(0.2, 0, 0), Color3.new(0, 0, 0))
- q.Acceleration = Vector3.new(0, -50, 0)
- q.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0.5, 0.1),
- NumberSequenceKeypoint.new(1, 0.01, 0.01)
- })
- q.RotSpeed = NumberRange.new(-180, 180)
- q.Rotation = NumberRange.new(-360, 360)
- q.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1),
- NumberSequenceKeypoint.new(0.2, 0),
- NumberSequenceKeypoint.new(0.8, 0),
- NumberSequenceKeypoint.new(1, 1)
- })
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://206082327"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 0.8
- S:Play()
- grab:FindFirstChild("HumanoidRootPart").Anchored = false
- Head.face.Texture = "rbxassetid://1895706696"
- attack2 = false
- Animations = false
- grab:FindFirstChild("Humanoid").MaxHealth = 0
- grab:FindFirstChild("Humanoid").Health = 0
- wait(0.5)
- rootPart.Anchored = false
- attack = false
- end
- else
- rootPart.Anchored = false
- attack = false
- Animations = false
- end
- else
- rootPart.Anchored = false
- attack = false
- Animations = false
- return
- end
- end
- mouse.KeyUp:connect(function(key)
- if key == "r" and attack == false and crouching == false then
- if transformed == false then
- Throw(mouse)
- elseif transformed == true then
- Squeeze(mouse)
- end
- end
- end)
- GunPoint = Instance.new("BodyGyro")
- GunPoint.Parent = nil
- GunPoint.D = 175
- GunPoint.P = 20000
- GunPoint.MaxTorque = Vector3.new(0, 4000000, 0)
- Fire = Instance.new("ParticleEmitter", BE)
- Fire.Name = "Light"
- Fire.VelocitySpread = 0
- Fire.Lifetime = NumberRange.new(0.1)
- Fire.Speed = NumberRange.new(0)
- Fire.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1, 0),
- NumberSequenceKeypoint.new(1, 0, 0)
- })
- Fire.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0),
- NumberSequenceKeypoint.new(1, 0)
- })
- Fire.LightEmission = 0.8
- Fire.LockedToPart = true
- Fire.Rotation = NumberRange.new(-360, 360)
- Fire.RotSpeed = NumberRange.new(-360, 360)
- Fire.Texture = "http://www.roblox.com/asset/?id=248625108"
- Fire.Color = ColorSequence.new(Color3.fromRGB(255, 105, 19), Color3.fromRGB(255, 255, 127))
- Fire.Rate = 300
- Fire.Enabled = false
- local Scale = game.Players.LocalPlayer.Character.Torso.Size.X / 2 * (game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1) * 0.8
- AnimFSpd = 0.2
- local gun = false
- local shoot = false
- local putback = false
- function Gunfire()
- attack = true
- attack2 = true
- Animations = true
- wait()
- gun = true
- S = Instance.new("Sound")
- S.Parent = BE
- S.SoundId = "rbxassetid://1684717155"
- S.Volume = 6
- S.Looped = false
- S.Pitch = 1
- S:Play()
- GunModel.Transparency = 0
- GunPoint.Parent = rootPart
- while gun == true do
- swait()
- if currentAnim == "Idling" then
- for i = 0, 0.01, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- GunPoint.cframe = CFrame.new(rootPart.Position, mouse.Hit.Position)
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(90), math.rad(0), math.rad(80)), AnimFSpd)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(30)), AnimFSpd)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), AnimFSpd)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), AnimFSpd)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(80) + math.sin(rootPart.RotVelocity.Y / 30) / 2, math.rad(0)), AnimFSpd)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(-80), math.rad(0)), AnimFSpd)
- end
- elseif currentAnim == "Falling" then
- for i = 0, 0.01, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- GunPoint.cframe = CFrame.new(rootPart.Position, mouse.Hit.Position)
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1, 0.5, 0) * c_angles(math.rad(100), math.rad(0), math.rad(0)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-0.5, 0.5, -0.5) * c_angles(math.rad(100), math.rad(0), math.rad(45)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.5, -0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(10), math.rad(0), math.rad(0)), 0.15)
- end
- end
- if putback == true then
- S = Instance.new("Sound")
- S.Parent = BE
- S.SoundId = "rbxassetid://294710932"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- putback = false
- shoot = false
- gun = false
- GunPoint.Parent = nil
- Animations = false
- GunModel.Transparency = 1
- attack2 = false
- attack = false
- end
- if shoot == true then
- S = Instance.new("Sound")
- S.Parent = BE
- S.SoundId = "rbxassetid://1045539607"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- Fire.Enabled = true
- BulletDetection(BE.Position, Mouse.Hit.Position, false)
- swait(1)
- Fire.Enabled = false
- do
- local Shell = Instance.new("Part", game.Workspace)
- Shell.FormFactor = "Custom"
- Shell.BrickColor = BrickColor.new("Bright yellow")
- Shell.Material = "Metal"
- Shell.CanCollide = true
- Shell.CustomPhysicalProperties = PhysicalProperties.new(0.2, 3, 1, 1, 1)
- Shell.Size = Vector3.new(0.15, 0.3, 0.15) * Scale
- Shell.CFrame = BEX.CFrame * CFrame.new(0.5, 0.5, 0) * CFrame.Angles(math.rad(-90), 0, 0)
- Shell.Velocity = ((BEX.CFrame * CFrame.new(-5, 0, math.random(-2, 2))).p - BEX.CFrame.p) * 5 * Scale
- local Mesh = Instance.new("CylinderMesh", Shell)
- Mesh.Scale = Vector3.new(0.15, 0.3, 0.15) * Scale / Shell.Size
- Spawn(function()
- wait(0.1)
- for i = 1, 10 do
- Shell.Transparency = Shell.Transparency + 0.1
- swait()
- end
- Shell:Destroy()
- end)
- if currentAnim == "Idling" then
- for i = 0, 0.05, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- GunPoint.cframe = CFrame.new(rootPart.Position, mouse.Hit.Position)
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(90), math.rad(10), math.rad(85)), AnimFSpd)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(35)), AnimFSpd)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(-5), math.rad(0)), AnimFSpd)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(-5), math.rad(0)), AnimFSpd)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(85), math.rad(0)), AnimFSpd)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(-85), math.rad(20)), AnimFSpd)
- swait()
- end
- for i = 0, 0.05, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- GunPoint.cframe = CFrame.new(rootPart.Position, mouse.Hit.Position)
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(90), math.rad(0), math.rad(80)), AnimFSpd)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(30)), AnimFSpd)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), AnimFSpd)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), AnimFSpd)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(80), math.rad(0)), AnimFSpd)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(-80), math.rad(0)), AnimFSpd)
- swait()
- end
- elseif currentAnim == "Falling" then
- for i = 0, 0.05, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- GunPoint.cframe = CFrame.new(rootPart.Position, mouse.Hit.Position)
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1, 0.5, 0) * c_angles(math.rad(105), math.rad(0), math.rad(0)), AnimFSpd)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-0.5, 0.5, -0.5) * c_angles(math.rad(105), math.rad(0), math.rad(45)), AnimFSpd)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), AnimFSpd)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.5, -0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), AnimFSpd)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), AnimFSpd)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(30), math.rad(0), math.rad(0)), AnimFSpd)
- end
- for i = 0, 0.05, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- GunPoint.cframe = CFrame.new(rootPart.Position, mouse.Hit.Position)
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1, 0.5, 0) * c_angles(math.rad(100), math.rad(0), math.rad(0)), AnimFSpd)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-0.5, 0.5, -0.5) * c_angles(math.rad(100), math.rad(0), math.rad(45)), AnimFSpd)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), AnimFSpd)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.5, -0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), AnimFSpd)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), AnimFSpd)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(10), math.rad(0), math.rad(0)), AnimFSpd)
- swait()
- end
- end
- shoot = false
- end
- end
- end
- GunModel.Transparency = 1
- GunPoint.Parent = nil
- Animations = false
- attack2 = false
- attack = false
- end
- mouse.KeyUp:connect(function(key)
- if key == "f" and attack == false and crouching == false then
- if transformed == false and transformed2 == false then
- Gunfire()
- elseif transformed == true and transformed2 == true then
- Rock(mouse)
- end
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key == "f" and gun == true and crouching == false then
- putback = true
- end
- end)
- function UpperCut()
- attack = true
- attack2 = true
- Animations = true
- crouching = false
- local rng2 = Instance.new("Part", game.Workspace)
- rng2.Anchored = true
- rng2.BrickColor = BrickColor.new("Really black")
- rng2.CanCollide = false
- rng2.FormFactor = 3
- rng2.Name = "Ring"
- rng2.Size = Vector3.new(1, 1, 1)
- rng2.Transparency = 0.35
- rng2.TopSurface = 0
- rng2.BottomSurface = 0
- rng2.CFrame = rng2.CFrame * CFrame.fromEulerAnglesXYZ(0, 0, math.rad(180))
- rng2.Position = rootPart.Position - Vector3.new(0, -6, 1)
- local rngm2 = Instance.new("SpecialMesh", rng2)
- rngm2.MeshId = "http://www.roblox.com/asset/?id=20329976"
- rngm2.Scale = Vector3.new(3, 0, 3)
- Spawn(function()
- for i = 1, 60, 2 do
- rngm2.Scale = Vector3.new(3 + i * 0.3, 10 - i * 0.1, 3 + i * 0.3)
- rng2.Transparency = i / 30
- wait()
- end
- wait()
- rng2:Destroy()
- end)
- S = Instance.new("Sound")
- S.Parent = rootPart
- S.SoundId = "rbxassetid://2767090"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 0.8
- S:Play()
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1146552988"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S.TimePosition = 0.4
- S:Play()
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 14)) do
- if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(10, 15)
- v:FindFirstChild("Humanoid").PlatformStand = false
- v:FindFirstChild("HumanoidRootPart").Velocity = v:FindFirstChild("HumanoidRootPart").CFrame.upVector * 165
- else
- end
- end
- if transformed == false then
- for i = 0, 0.05, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- Trace()
- rootPart.CFrame = rootPart.CFrame * CFrame.new(0, 2, 0)
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(100), math.rad(0), math.rad(0)), 0.4)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(-20)), 0.4)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.4)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.5, -0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
- swait()
- end
- for i = 0, 0.2, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- Trace()
- rootPart.Velocity = rootPart.CFrame.upVector * 100
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(170), math.rad(0), math.rad(0)), 0.4)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(-20)), 0.4)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.4)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.5, -0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
- swait()
- end
- elseif transformed == true then
- for i = 0, 0.05, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- rootPart.CFrame = rootPart.CFrame * CFrame.new(0, 2, 0)
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(100), math.rad(0), math.rad(0)), 0.4)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.4)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.5, -0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
- swait()
- end
- for i = 0, 0.2, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- rootPart.Velocity = rootPart.CFrame.upVector * 100
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(170), math.rad(0), math.rad(0)), 0.4)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.4)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.5, -0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
- swait()
- end
- end
- Animations = false
- attack2 = false
- attack = false
- end
- crouching = false
- mouse.KeyDown:connect(function(key)
- if key == "c" and attack == false and crouching == false then
- crouching = true
- Animations = true
- Trace()
- while crouching == true do
- if transformed == false then
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.1, 0.5 + math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-60) + -math.sin(sine / 15) / 10, math.rad(0), math.rad(45)), 0.9)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.2 + -math.sin(sine / 15) / 10, -1) * c_angles(math.rad(60), math.rad(20), math.rad(10)), 0.9)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 - math.sin(sine / 15) / 10, 0) * c_angles(math.rad(20), math.rad(0), math.rad(-20)), 0.9)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 - math.sin(sine / 15) / 10, 0) * c_angles(math.rad(90), math.rad(0), math.rad(40)), 0.9)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1.5 + math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-60), math.rad(0), math.rad(-20)), 0.9)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(30), math.rad(30), math.rad(0)), 0.9)
- swait()
- elseif transformed == true then
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1, 0.2 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(60), math.rad(20), math.rad(10)), 0.9)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.1, 0.5 + -math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-60) + -math.sin(sine / 15) / 10, math.rad(0), math.rad(-45)), 0.9)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 - math.sin(sine / 15) / 10, 0) * c_angles(math.rad(20), math.rad(0), math.rad(-20)), 0.9)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 - math.sin(sine / 15) / 10, 0) * c_angles(math.rad(90), math.rad(0), math.rad(40)), 0.9)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1.5 + math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-60), math.rad(0), math.rad(-20)), 0.9)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(30), math.rad(30), math.rad(0)), 0.9)
- swait()
- end
- end
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key == "c" and attack == false then
- crouching = false
- Animations = false
- end
- end)
- function Laugh()
- attack = true
- attack2 = true
- Animations = true
- S = Instance.new("Sound")
- S.Parent = rootPart
- S.SoundId = "rbxassetid://949916584"
- S.Volume = 1000
- S.Looped = false
- S.Pitch = 1
- S:Play()
- Head.face.Texture = "rbxassetid://853964940"
- for i = 0, 0.2, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.4, 0.5 + math.sin(sine / 15) / 10, 0.2) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.rad(0), math.rad(5)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.4, 0.5 + math.sin(sine / 15) / 10, 0.2) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.rad(0), math.rad(-5)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) - math.sin(sine / 15) / 20, math.sin(rootPart.RotVelocity.Y / 10) / 2, -math.sin(rootPart.RotVelocity.Y / 10) / 2), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) - math.sin(sine / 15) / 20, -math.sin(rootPart.RotVelocity.Y / 10) / 2, math.sin(-rootPart.RotVelocity.Y / 10) / 2), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) + math.sin(sine / 15) / 20, math.rad(0), math.sin(rootPart.RotVelocity.Y / 30) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.2 + math.sin(sine / 15) / 10) * c_angles(math.rad(-20) + math.sin(sine / 15) / 10, math.sin(rootPart.RotVelocity.Y / 2.5) / 2, math.rad(0)), 0.15)
- swait()
- end
- Head.face.Texture = "rbxassetid://144873321"
- for i = 0, 0.7, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.4, 0.5 + math.sin(sine / 15) / 10, 0.2) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.rad(0), math.rad(5)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.4, 0.5 + math.sin(sine / 15) / 10, 0.2) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.rad(0), math.rad(-5)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) - math.sin(sine / 15) / 20, math.sin(rootPart.RotVelocity.Y / 10) / 2, -math.sin(rootPart.RotVelocity.Y / 10) / 2), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) - math.sin(sine / 15) / 20, -math.sin(rootPart.RotVelocity.Y / 10) / 2, math.sin(-rootPart.RotVelocity.Y / 10) / 2), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) + math.sin(sine / 15) / 20, math.rad(0), math.sin(rootPart.RotVelocity.Y / 30) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0 + math.sin(sine / 15) / 10) * c_angles(math.rad(15) + math.sin(sine / 15) / 10, math.sin(rootPart.RotVelocity.Y / 2.5) / 2, math.rad(0)), 0.15)
- swait()
- end
- Head.face.Texture = "rbxassetid://315622231"
- Animations = false
- attack2 = false
- attack = false
- end
- mouse.KeyDown:connect(function(key)
- if key == "y" and attack == false and transformed == false then
- Laugh()
- end
- end)
- transformed = false
- transformed2 = false
- transforming = false
- function Uroboros()
- attack = true
- attack2 = true
- Animations = true
- transforming = true
- Theme.SoundId = "rbxassetid://856054316"
- Theme.TimePosition = 0.8
- Theme:Play()
- for i = 0, 0.5, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1, 0.2 + math.sin(sine / 15) / 10, -1) * c_angles(math.rad(60), math.rad(20), math.rad(10)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.1, 0.5 + -math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-60) + -math.sin(sine / 15) / 10, math.rad(0), math.rad(-45)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 - math.sin(sine / 15) / 10, 0) * c_angles(math.rad(20), math.rad(0), math.rad(-20)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 - math.sin(sine / 15) / 10, 0) * c_angles(math.rad(90), math.rad(0), math.rad(40)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1.5 + math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-60), math.rad(0), math.rad(-20)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(30), math.rad(30), math.rad(0)), 0.15)
- swait()
- end
- faceinfect = Instance.new("Decal", Head)
- faceinfect.Name = "Uroboros"
- faceinfect.Face = "Front"
- faceinfect.Texture = "rbxassetid://1920646704"
- local rng2 = Instance.new("Part", Character)
- rng2.Anchored = true
- rng2.BrickColor = BrickColor.new("Really black")
- rng2.CanCollide = false
- rng2.FormFactor = 3
- rng2.Name = "Shockwave"
- rng2.Size = Vector3.new(1, 1, 1)
- rng2.Transparency = 0.35
- rng2.TopSurface = 0
- rng2.BottomSurface = 0
- rng2.CFrame = rootPart.CFrame
- local rngm2 = Instance.new("SpecialMesh", rng2)
- rngm2.MeshId = "http://www.roblox.com/asset/?id=20329976"
- rngm2.Scale = Vector3.new(1, 0, 1)
- rngm2.Offset = Vector3.new(0, 0, -2)
- Spawn(function()
- for i = 1, 60, 2 do
- rngm2.Scale = Vector3.new(1 + i * 0.3, 5 - i * 0.1, 1 + i * 0.3)
- rng2.Transparency = i / 30
- rng2.CFrame = rng2.CFrame - Vector3.new(0, 0.2, 0)
- swait()
- end
- wait()
- rng2:Destroy()
- end)
- local rng2 = Instance.new("Part", Character)
- rng2.Anchored = true
- rng2.BrickColor = BrickColor.new("Really black")
- rng2.CanCollide = false
- rng2.FormFactor = 3
- rng2.Name = "Shockwave"
- rng2.Size = Vector3.new(1, 1, 1)
- rng2.Transparency = 0.35
- rng2.TopSurface = 0
- rng2.BottomSurface = 0
- rng2.CFrame = rootPart.CFrame
- local rngm2 = Instance.new("SpecialMesh", rng2)
- rngm2.Scale = Vector3.new(1, 0, 1)
- rngm2.Offset = Vector3.new(0, 0.5, -1)
- rngm2.MeshType = "Sphere"
- Spawn(function()
- for i = 1, 60, 2 do
- rngm2.Scale = Vector3.new(5 + i * 0.3, 5 + i * 0.3, 5 + i * 0.3)
- rng2.Transparency = i / 60
- swait()
- end
- wait()
- rng2:Destroy()
- end)
- local RArm1 = Instance.new("Part", Right_Arm)
- RArm1.Name = "Blade"
- RArm1.Shape = Enum.PartType.Ball
- RArm1.CanCollide = false
- RArm1.BrickColor = BrickColor.new("Medium stone grey")
- RArm1.Transparency = 0
- RArm1.Material = "Grass"
- RArm1.Size = Vector3.new(0.1, 0.1, 0.1)
- RArm1.TopSurface = Enum.SurfaceType.Smooth
- RArm1.BottomSurface = Enum.SurfaceType.Smooth
- local RArm1Weld = Instance.new("Weld", RArm1)
- RArm1Weld.Part0 = Right_Arm
- RArm1Weld.Part1 = RArm1
- RArm1Weld.C1 = CFrame.new(0.2, -1.3, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(80), math.rad(90), math.rad(10))
- RArm1Mesh = Instance.new("FileMesh", RArm1)
- RArm1Mesh.MeshId = "http://www.roblox.com/asset/?id=898849476"
- RArm1Mesh.TextureId = "http://www.roblox.com/asset/?id=51177552"
- RArm1Mesh.Scale = Vector3.new(0.007, 0.0035, 0.007)
- local RArm2 = Instance.new("Part", Right_Arm)
- RArm2.Name = "Blade"
- RArm2.Shape = Enum.PartType.Ball
- RArm2.CanCollide = false
- RArm2.BrickColor = BrickColor.new("Medium stone grey")
- RArm2.Transparency = 0
- RArm2.Material = "Grass"
- RArm2.Size = Vector3.new(0.1, 0.1, 0.1)
- RArm2.TopSurface = Enum.SurfaceType.Smooth
- RArm2.BottomSurface = Enum.SurfaceType.Smooth
- local RArm2Weld = Instance.new("Weld", RArm2)
- RArm2Weld.Part0 = Right_Arm
- RArm2Weld.Part1 = RArm2
- RArm2Weld.C1 = CFrame.new(-0.2, -1.5, -0.5) * CFrame.fromEulerAnglesXYZ(math.rad(75), math.rad(90), math.rad(-10))
- RArm2Weld = Instance.new("FileMesh", RArm2)
- RArm2Weld.MeshId = "http://www.roblox.com/asset/?id=898849476"
- RArm2Weld.TextureId = "http://www.roblox.com/asset/?id=51177552"
- RArm2Weld.Scale = Vector3.new(0.007, 0.0035, 0.007)
- RArm2Mesh = Instance.new("FileMesh", RArm2)
- RArm2Mesh.MeshId = "http://www.roblox.com/asset/?id=898849476"
- RArm2Mesh.TextureId = "http://www.roblox.com/asset/?id=51177552"
- RArm2Mesh.Scale = Vector3.new(0.007, 0.0035, 0.007)
- local RArm3 = Instance.new("Part", Right_Arm)
- RArm3.Name = "Metal"
- RArm3.Shape = Enum.PartType.Ball
- RArm3.CanCollide = false
- RArm3.BrickColor = BrickColor.new("Really black")
- RArm3.Transparency = 0
- RArm3.Material = "DiamondPlate"
- RArm3.Size = Vector3.new(0.1, 0.1, 0.1)
- RArm3.TopSurface = Enum.SurfaceType.Smooth
- RArm3.BottomSurface = Enum.SurfaceType.Smooth
- local RArm3Weld = Instance.new("Weld", RArm3)
- RArm3Weld.Part0 = Right_Arm
- RArm3Weld.Part1 = RArm3
- RArm3Weld.C1 = CFrame.new(0, -0.4, -0.5) * CFrame.fromEulerAnglesXYZ(math.rad(75), math.rad(90), math.rad(0))
- RArm3Mesh = Instance.new("FileMesh", RArm3)
- RArm3Mesh.MeshId = "http://www.roblox.com/asset/?id=1188160822"
- RArm3Mesh.Scale = Vector3.new(0.01, 0.015, 0.015)
- local RArm4 = Instance.new("Part", Right_Arm)
- RArm4.Name = "Metal"
- RArm4.Shape = Enum.PartType.Ball
- RArm4.CanCollide = false
- RArm4.BrickColor = BrickColor.new("Really black")
- RArm4.Transparency = 0
- RArm4.Material = "DiamondPlate"
- RArm4.Size = Vector3.new(0.1, 0.1, 0.1)
- RArm4.TopSurface = Enum.SurfaceType.Smooth
- RArm4.BottomSurface = Enum.SurfaceType.Smooth
- local RArm4Weld = Instance.new("Weld", RArm4)
- RArm4Weld.Part0 = Right_Arm
- RArm4Weld.Part1 = RArm4
- RArm4Weld.C1 = CFrame.new(0, -0.4, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(75), math.rad(90), math.rad(0))
- RArm4Mesh = Instance.new("FileMesh", RArm4)
- RArm4Mesh.MeshId = "http://www.roblox.com/asset/?id=1188160822"
- RArm4Mesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- RArm4Mesh.Scale = Vector3.new(0.01, 0.015, 0.015)
- local RArm4 = Instance.new("Part", Right_Arm)
- RArm4.Name = "Metal"
- RArm4.Shape = Enum.PartType.Ball
- RArm4.CanCollide = false
- RArm4.BrickColor = BrickColor.new("Really black")
- RArm4.Transparency = 0
- RArm4.Material = "DiamondPlate"
- RArm4.Size = Vector3.new(0.1, 0.1, 0.1)
- RArm4.TopSurface = Enum.SurfaceType.Smooth
- RArm4.BottomSurface = Enum.SurfaceType.Smooth
- local RArm4Weld = Instance.new("Weld", RArm4)
- RArm4Weld.Part0 = Right_Arm
- RArm4Weld.Part1 = RArm4
- RArm4Weld.C1 = CFrame.new(0, -0.4, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(75), math.rad(-90), math.rad(0))
- RArm4Mesh = Instance.new("FileMesh", RArm4)
- RArm4Mesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- RArm4Mesh.MeshId = "http://www.roblox.com/asset/?id=1188160822"
- RArm4Mesh.Scale = Vector3.new(0.01, 0.015, 0.015)
- local Tentacle = Instance.new("Part", Right_Arm)
- Tentacle.Name = "Tentacle"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Right_Arm
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, 0.5, -1.5) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(0), math.rad(180))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(1, 1, 1)
- local Tentacle = Instance.new("Part", Right_Arm)
- Tentacle.Name = "Tentacle"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Right_Arm
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, 0.5, -1.5) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(180), math.rad(180))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(1, 1, 1)
- local Tentacle = Instance.new("Part", Right_Arm)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Right_Arm
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, 0, -1.5) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(100), math.rad(180))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(1, 1, 1)
- local Tentacle = Instance.new("Part", Right_Arm)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Right_Arm
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, 0.5, -1.5) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(-45), math.rad(180))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(1, 1, 1)
- local Tors = Instance.new("Part", Character)
- Tors.Name = "Toor"
- Tors.CanCollide = false
- Tors.BrickColor = BrickColor.new("Really black")
- Tors.Transparency = 0
- Tors.Material = "Metal"
- Tors.Size = Vector3.new(0.1, 0.1, 0.1)
- Tors.TopSurface = Enum.SurfaceType.Smooth
- Tors.BottomSurface = Enum.SurfaceType.Smooth
- local TorsWeld = Instance.new("Weld", Tors)
- TorsWeld.Part0 = Torso
- TorsWeld.Part1 = Tors
- TorsWeld.C1 = CFrame.new(0, 0.44, -0.5) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(90), math.rad(180))
- TMesh = Instance.new("SpecialMesh", Tors)
- TMesh.Scale = Vector3.new(11.6, 11.6, 11.6)
- TMesh.TextureId = "rbxassetid://74620702"
- TMesh.MeshType = "Wedge"
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0.5, 0.5, 0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(90))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0.5, 0.5, 0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(45))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0.6, 0.5, -0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(150))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(-0.8, 0.5, 0.4) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(-90))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0.5, 0.5, 0.8) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(60))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0.5, -0.5, 0.8) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(65))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0.5, -0.5, 0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(90))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0.5, -0.5, 0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(45))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0.6, -0.5, -0.3) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(150))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, -0.5, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.2, 0.2, 0.2)
- local Tentacle = Instance.new("Part", Torso)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Torso
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(1.5, -0.35, 0) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-20), math.rad(120))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(0.5, 0.5, 0.5)
- local Heart = Instance.new("Part", Character)
- Heart.Name = "Heart"
- Heart.Shape = Enum.PartType.Ball
- Heart.CanCollide = false
- Heart.BrickColor = BrickColor.new("Neon orange")
- Heart.Transparency = 0.5
- Heart.Material = "Neon"
- Heart.Size = Vector3.new(0.4, 0.4, 0.4)
- Heart.TopSurface = Enum.SurfaceType.Smooth
- Heart.BottomSurface = Enum.SurfaceType.Smooth
- local Weld = Instance.new("Weld", Heart)
- Weld.Part0 = Torso
- Weld.Part1 = Heart
- Weld.C1 = CFrame.new(0.1, -0.5, 0.45)
- local HeartGlow = Instance.new("SurfaceLight")
- HeartGlow.Color = Color3.fromRGB(213, 115, 61)
- HeartGlow.Range = 6
- HeartGlow.Brightness = 10
- HeartGlow.Parent = Heart
- local Heart = Instance.new("Part", Character)
- Heart.Name = "Heart"
- Heart.Shape = Enum.PartType.Ball
- Heart.CanCollide = false
- Heart.BrickColor = BrickColor.new("Really red")
- Heart.Transparency = 0
- Heart.Material = "Granite"
- Heart.Size = Vector3.new(0.35, 0.35, 0.35)
- Heart.TopSurface = Enum.SurfaceType.Smooth
- Heart.BottomSurface = Enum.SurfaceType.Smooth
- local Weld = Instance.new("Weld", Heart)
- Weld.Part0 = Torso
- Weld.Part1 = Heart
- Weld.C1 = CFrame.new(0.1, -0.5, 0.45)
- local Heart = Instance.new("Part", Character)
- Heart.Name = "Heart"
- Heart.Shape = Enum.PartType.Ball
- Heart.CanCollide = false
- Heart.BrickColor = BrickColor.new("Neon orange")
- Heart.Transparency = 0.5
- Heart.Material = "Neon"
- Heart.Size = Vector3.new(0.4, 0.4, 0.4)
- Heart.TopSurface = Enum.SurfaceType.Smooth
- Heart.BottomSurface = Enum.SurfaceType.Smooth
- local Weld = Instance.new("Weld", Heart)
- Weld.Part0 = Torso
- Weld.Part1 = Heart
- Weld.C1 = CFrame.new(0.1, -0.5, -0.45)
- local HeartGlow = Instance.new("SurfaceLight")
- HeartGlow.Color = Color3.fromRGB(213, 115, 61)
- HeartGlow.Range = 6
- HeartGlow.Brightness = 10
- HeartGlow.Parent = Heart
- local Heart = Instance.new("Part", Character)
- Heart.Name = "Heart"
- Heart.Shape = Enum.PartType.Ball
- Heart.CanCollide = false
- Heart.BrickColor = BrickColor.new("Really red")
- Heart.Transparency = 0
- Heart.Material = "Granite"
- Heart.Size = Vector3.new(0.35, 0.35, 0.35)
- Heart.TopSurface = Enum.SurfaceType.Smooth
- Heart.BottomSurface = Enum.SurfaceType.Smooth
- local Weld = Instance.new("Weld", Heart)
- Weld.Part0 = Torso
- Weld.Part1 = Heart
- Weld.C1 = CFrame.new(0.1, -0.5, -0.45)
- Character["Body Colors"].RightArmColor = BrickColor.new("Neon orange")
- Head.face.Texture = "rbxassetid://1167060717"
- ShadesMesh.MeshId = "rbxassetid://0"
- shirt.ShirtTemplate = "rbxassetid://1266142884"
- for i, v in pairs(Torso:GetChildren()) do
- if v:IsA("ParticleEmitter") then
- v:Destroy()
- end
- end
- for i, v in pairs(Left_Arm:GetChildren()) do
- if v:IsA("ParticleEmitter") then
- v:Destroy()
- end
- end
- S = Instance.new("Sound", rootPart)
- S.Volume = 8
- S.SoundId = "rbxassetid://658228911"
- S:Play()
- for i = 0, 0.1, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1, 0.2 + math.sin(sine / 15) / 10, -1) * c_angles(math.rad(60), math.rad(20), math.rad(10)), 0.9)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.1, 0.5 + -math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-60) + -math.sin(sine / 15) / 10, math.rad(0), math.rad(-45)), 0.9)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 - math.sin(sine / 15) / 10, 0) * c_angles(math.rad(20), math.rad(0), math.rad(-20)), 0.9)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 - math.sin(sine / 15) / 10, 0) * c_angles(math.rad(90), math.rad(0), math.rad(40)), 0.9)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1.5 + math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-60), math.rad(0), math.rad(-20)), 0.9)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(30), math.rad(30), math.rad(0)), 0.9)
- swait()
- end
- for i = 0, 0.2, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 1
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(90), math.rad(0), math.rad(45)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-30), math.rad(0), math.rad(-45)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.55, -1, 0) * c_angles(math.rad(45), math.rad(5), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.55, -1, 0) * c_angles(math.rad(45), math.rad(-5), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-45), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(45), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- Animations = false
- transforming = false
- attack2 = false
- attack = false
- transformed = true
- end
- function ThirdForm()
- attack = true
- attack2 = true
- transforming = true
- transformed2 = true
- Animations = true
- Character["Body Colors"].LeftArmColor = BrickColor.new("Really black")
- S = Instance.new("Sound", rootPart)
- S.Volume = 8
- S.SoundId = "rbxassetid://658228911"
- S:Play()
- local rng2 = Instance.new("Part", Character)
- rng2.Anchored = true
- rng2.BrickColor = BrickColor.new("Really black")
- rng2.CanCollide = false
- rng2.FormFactor = 3
- rng2.Name = "Shockwave"
- rng2.Size = Vector3.new(1, 1, 1)
- rng2.Transparency = 0.35
- rng2.TopSurface = 0
- rng2.BottomSurface = 0
- rng2.CFrame = rootPart.CFrame
- local rngm2 = Instance.new("SpecialMesh", rng2)
- rngm2.Scale = Vector3.new(1, 0, 1)
- rngm2.Offset = Vector3.new(0, 0.5, -1)
- rngm2.MeshType = "Sphere"
- Spawn(function()
- for i = 1, 60, 2 do
- rngm2.Scale = Vector3.new(5 + i * 0.3, 5 + i * 0.3, 5 + i * 0.3)
- rng2.Transparency = i / 60
- swait()
- end
- wait()
- rng2:Destroy()
- end)
- Theme.SoundId = "rbxassetid://1277996008"
- Theme.TimePosition = 0.8
- Theme:Play()
- local RArm3 = Instance.new("Part", Left_Arm)
- RArm3.Name = "Metal"
- RArm3.Shape = Enum.PartType.Ball
- RArm3.CanCollide = false
- RArm3.BrickColor = BrickColor.new("Really black")
- RArm3.Transparency = 0
- RArm3.Material = "DiamondPlate"
- RArm3.Size = Vector3.new(0.1, 0.1, 0.1)
- RArm3.TopSurface = Enum.SurfaceType.Smooth
- RArm3.BottomSurface = Enum.SurfaceType.Smooth
- local RArm3Weld = Instance.new("Weld", RArm3)
- RArm3Weld.Part0 = Left_Arm
- RArm3Weld.Part1 = RArm3
- RArm3Weld.C1 = CFrame.new(0, -0.4, -0.5) * CFrame.fromEulerAnglesXYZ(math.rad(75), math.rad(90), math.rad(0))
- RArm3Mesh = Instance.new("FileMesh", RArm3)
- RArm3Mesh.MeshId = "http://www.roblox.com/asset/?id=1188160822"
- RArm3Mesh.Scale = Vector3.new(0.01, 0.015, 0.015)
- local RArm4 = Instance.new("Part", Left_Arm)
- RArm4.Name = "Metal"
- RArm4.Shape = Enum.PartType.Ball
- RArm4.CanCollide = false
- RArm4.BrickColor = BrickColor.new("Really black")
- RArm4.Transparency = 0
- RArm4.Material = "DiamondPlate"
- RArm4.Size = Vector3.new(0.1, 0.1, 0.1)
- RArm4.TopSurface = Enum.SurfaceType.Smooth
- RArm4.BottomSurface = Enum.SurfaceType.Smooth
- local RArm4Weld = Instance.new("Weld", RArm4)
- RArm4Weld.Part0 = Left_Arm
- RArm4Weld.Part1 = RArm4
- RArm4Weld.C1 = CFrame.new(0, -0.4, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(75), math.rad(90), math.rad(0))
- RArm4Mesh = Instance.new("FileMesh", RArm4)
- RArm4Mesh.MeshId = "http://www.roblox.com/asset/?id=1188160822"
- RArm4Mesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- RArm4Mesh.Scale = Vector3.new(0.01, 0.015, 0.015)
- local RArm4 = Instance.new("Part", Left_Arm)
- RArm4.Name = "Metal"
- RArm4.Shape = Enum.PartType.Ball
- RArm4.CanCollide = false
- RArm4.BrickColor = BrickColor.new("Really black")
- RArm4.Transparency = 0
- RArm4.Material = "DiamondPlate"
- RArm4.Size = Vector3.new(0.1, 0.1, 0.1)
- RArm4.TopSurface = Enum.SurfaceType.Smooth
- RArm4.BottomSurface = Enum.SurfaceType.Smooth
- local RArm4Weld = Instance.new("Weld", RArm4)
- RArm4Weld.Part0 = Left_Arm
- RArm4Weld.Part1 = RArm4
- RArm4Weld.C1 = CFrame.new(0, -0.4, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(75), math.rad(-90), math.rad(0))
- RArm4Mesh = Instance.new("FileMesh", RArm4)
- RArm4Mesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- RArm4Mesh.MeshId = "http://www.roblox.com/asset/?id=1188160822"
- RArm4Mesh.Scale = Vector3.new(0.01, 0.015, 0.015)
- local Tentacle = Instance.new("Part", Left_Arm)
- Tentacle.Name = "Tentacle"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Left_Arm
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, 0.5, -1.5) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(0), math.rad(180))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(1, 1, 1)
- local Tentacle = Instance.new("Part", Left_Arm)
- Tentacle.Name = "Tentacle"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Left_Arm
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, 0.5, -1.5) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(180), math.rad(180))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(1, 1, 1)
- local Tentacle = Instance.new("Part", Left_Arm)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Left_Arm
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, 0, -1.5) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(100), math.rad(180))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(1, 1, 1)
- local Tentacle = Instance.new("Part", Left_Arm)
- Tentacle.Name = "Blade"
- Tentacle.Shape = Enum.PartType.Ball
- Tentacle.CanCollide = false
- Tentacle.BrickColor = BrickColor.new("Really black")
- Tentacle.Transparency = 0
- Tentacle.Material = "DiamondPlate"
- Tentacle.Size = Vector3.new(0.1, 0.1, 0.1)
- Tentacle.TopSurface = Enum.SurfaceType.Smooth
- Tentacle.BottomSurface = Enum.SurfaceType.Smooth
- local TentacleWeld = Instance.new("Weld", Tentacle)
- TentacleWeld.Part0 = Left_Arm
- TentacleWeld.Part1 = Tentacle
- TentacleWeld.C1 = CFrame.new(0, 0.5, -1.5) * CFrame.fromEulerAnglesXYZ(math.rad(90), math.rad(-45), math.rad(180))
- TentacleMesh = Instance.new("FileMesh", Tentacle)
- TentacleMesh.MeshId = "http://www.roblox.com/asset/?id=534615496"
- TentacleMesh.TextureId = "http://www.roblox.com/asset/?id=74620702"
- TentacleMesh.Scale = Vector3.new(1, 1, 1)
- local Tors = Instance.new("Part", Character)
- Tors.Name = "Toor"
- Tors.CanCollide = false
- Tors.BrickColor = BrickColor.new("Really black")
- Tors.Transparency = 0
- Tors.Material = "Metal"
- Tors.Size = Vector3.new(0.1, 0.1, 0.1)
- Tors.TopSurface = Enum.SurfaceType.Smooth
- Tors.BottomSurface = Enum.SurfaceType.Smooth
- local TorsWeld = Instance.new("Weld", Tors)
- TorsWeld.Part0 = Torso
- TorsWeld.Part1 = Tors
- TorsWeld.C1 = CFrame.new(0, 0.44, -0.44) * CFrame.fromEulerAnglesXYZ(math.rad(0), math.rad(90), math.rad(90))
- TMesh = Instance.new("SpecialMesh", Tors)
- TMesh.Scale = Vector3.new(11.6, 11.6, 11.6)
- TMesh.TextureId = "rbxassetid://74620702"
- TMesh.MeshType = "Wedge"
- for i = 0, 0.3, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(50) + math.sin(sine / 15) / 10, math.rad(0), math.rad(50) + math.sin(sine / 15) / 10), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(-35), math.rad(-120)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.55, -0.9 + -math.sin(sine / 15) / 10, -0.2) * c_angles(math.rad(10), math.rad(10), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.55, -0.9 + -math.sin(sine / 15) / 10, -0.2) * c_angles(math.rad(10), math.rad(-10), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1.05 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(30), math.rad(45), math.rad(0)), 0.15)
- swait()
- end
- Animations = false
- transforming = false
- attack2 = false
- attack = false
- transformed2 = true
- end
- mouse.KeyDown:connect(function(key)
- if key == "p" and attack == false then
- if transformed == false and transformed2 == false then
- Uroboros()
- elseif transformed == true and transformed2 == false then
- ThirdForm()
- end
- end
- end)
- tp = true
- Player:GetMouse().KeyDown:connect(function(k)
- if k == "t" and tp == true then
- tp = false
- S = Instance.new("Sound")
- S.Parent = rootPart
- S.SoundId = "rbxassetid://2767090"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 0.8
- S:Play()
- Trace()
- Character.Head.face.Parent = game.Lighting
- Character.HumanoidRootPart.CFrame = Player:GetMouse().Hit * CFrame.new(0, 3.5, 0)
- game.Lighting.face.Parent = Character.Head
- tp = true
- end
- end)
- talk = math.random(1, 5)
- function CobraPunch()
- attack = true
- Animations = true
- talk = math.random(1, 5)
- if talk == 5 then
- Head.face.Texture = "rbxassetid://1895698679"
- Qe = Instance.new("Sound")
- Qe.Parent = Character.Torso
- Qe.SoundId = "rbxassetid://1146553450"
- Qe.Volume = 10
- Qe.Looped = false
- Qe.Pitch = 1
- Qe:Play()
- end
- if talk ~= 5 then
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 7)) do
- if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(10, 15)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- else
- end
- end
- end
- for i = 0, 0.3, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.2, 0.5, -0.5) * c_angles(math.rad(90), math.rad(0), math.rad(-80)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(90), math.rad(0), math.rad(-80)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-5), math.rad(0), math.rad(-5)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(5), math.rad(0), math.rad(5)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(-80), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(-10), math.rad(80), math.rad(0)), 0.15)
- swait()
- end
- if talk == 5 then
- wait(0.5)
- Head.face.Texture = "rbxassetid://1895670162"
- dashing = true
- rootPart.Velocity = rootPart.CFrame.lookVector * 150
- else
- rootPart.Velocity = rootPart.CFrame.lookVector * 100
- end
- if talk == 5 then
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 7)) do
- if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- v:FindFirstChild("Humanoid").Health = 0
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- else
- end
- end
- else
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 7)) do
- if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(20, 25)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- else
- end
- end
- end
- for i = 0, 0.2, 0.01 do
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(90), math.rad(0), math.rad(80)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.2, 0.5, -0.5) * c_angles(math.rad(90), math.rad(0), math.rad(80)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-5), math.rad(0), math.rad(-20)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(5), math.rad(0), math.rad(-10)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(80), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(-80), math.rad(0)), 0.15)
- swait()
- end
- if talk == 5 then
- wait(0.05)
- dashing = false
- wait(0.5)
- Qe:Destroy()
- Head.face.Texture = "rbxassetid://315622231"
- end
- Animations = false
- attack = false
- end
- function attackone()
- attack = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895698679"
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 4)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(2, 15)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 2
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- s2 = math.random(1, 4)
- if s2 == 1 then
- S.SoundId = "rbxassetid://1146556706"
- elseif s2 == 2 then
- S.SoundId = "rbxassetid://1146556975"
- elseif s2 == 3 or s2 == 4 then
- S.SoundId = "rbxassetid://0"
- end
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.08, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(120), math.rad(0), math.rad(20)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(-10)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-5), math.rad(20), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(5), math.rad(20), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(-20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.15)
- swait()
- end
- for i = 0, 0.08, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.2, 0.5, -0.8) * c_angles(math.rad(90), math.rad(0), math.rad(-20)), 0.5)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(-20)), 0.5)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(5), math.rad(-20), math.rad(0)), 0.5)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-5), math.rad(-30), math.rad(0)), 0.5)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.5)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(-20), math.rad(0)), 0.5)
- swait()
- end
- Head.face.Texture = "rbxassetid://315622231"
- Animations = false
- attack = false
- end
- function attacktwo()
- attack = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895698679"
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 4)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(2, 15)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- s2 = math.random(1, 4)
- if s2 == 1 then
- S.SoundId = "rbxassetid://1146556706"
- elseif s2 == 2 then
- S.SoundId = "rbxassetid://1146556975"
- elseif s2 == 3 or s2 == 4 then
- S.SoundId = "rbxassetid://0"
- end
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.08, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(-10)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(120), math.rad(0), math.rad(-20)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(5), math.rad(-20), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-5), math.rad(-20), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(-20), math.rad(0)), 0.15)
- swait()
- end
- for i = 0, 0.08, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(-20)), 0.5)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.2, 0.5, -0.8) * c_angles(math.rad(90), math.rad(0), math.rad(20)), 0.5)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-5), math.rad(20), math.rad(0)), 0.5)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(5), math.rad(20), math.rad(0)), 0.5)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.5)
- swait()
- end
- Head.face.Texture = "rbxassetid://315622231"
- Animations = false
- attack = false
- end
- function attackthree()
- attack = true
- Animations = true
- for i = 0, 0.08, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(45), math.rad(0), math.rad(0)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(45), math.rad(0), math.rad(0)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(20)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-20), math.rad(-20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 4)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(2, 15)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- for i = 0, 0.06, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(-25), math.rad(0), math.rad(0)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-25), math.rad(0), math.rad(0)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(110), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(20), math.rad(20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.2) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- Animations = false
- attack = false
- end
- function attackfour()
- attack = true
- Animations = true
- for i = 0, 0.08, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(45), math.rad(0), math.rad(0)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(45), math.rad(0), math.rad(0)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(-20)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-20), math.rad(20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 4)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(2, 15)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- for i = 0, 0.06, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(-25), math.rad(0), math.rad(0)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-25), math.rad(0), math.rad(0)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(110), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(20), math.rad(-20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.2) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- Animations = false
- attack = false
- end
- function attackfive()
- attack = true
- Animations = true
- Head.face.Texture = "rbxassetid://149227955"
- for i = 0, 0.01, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- end
- for i = 0, 0.08, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 1.2, 0) * c_angles(math.rad(180), math.rad(0), math.rad(0)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-0.8, 1.2, 0) * c_angles(math.rad(180), math.rad(0), math.rad(0)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-25), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-25), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1278006076"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.05, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 0.5, 0.2) * c_angles(math.rad(200), math.rad(0), math.rad(-40)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-0.8, 0.5, 0.2) * c_angles(math.rad(200), math.rad(0), math.rad(40)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 7)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(25, 35)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- for i = 0, 0.01, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 0.5, 0) * c_angles(math.rad(80), math.rad(0), math.rad(-40)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-0.8, 0.5, 0) * c_angles(math.rad(80), math.rad(0), math.rad(40)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- for i = 0, 0.04, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.2, -0.5) * c_angles(math.rad(0), math.rad(0), math.rad(-40)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.2, -0.5) * c_angles(math.rad(0), math.rad(0), math.rad(40)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- wait(0.1)
- Head.face.Texture = "rbxassetid://315622231"
- Animations = false
- attack = false
- end
- function attackoneA()
- attack = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895698679"
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- s2 = math.random(1, 4)
- if s2 == 1 then
- S.SoundId = "rbxassetid://1146556706"
- elseif s2 == 2 then
- S.SoundId = "rbxassetid://1146556975"
- elseif s2 == 3 or s2 == 4 then
- S.SoundId = "rbxassetid://0"
- end
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(80), math.rad(0), math.rad(120)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(-10)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-5), math.rad(20), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(5), math.rad(20), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(-20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.15)
- swait()
- end
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 6)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(20, 30)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 2
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.2, 0.5, -0.8) * c_angles(math.rad(75), math.rad(0), math.rad(-50)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(-20)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(5), math.rad(-20), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-5), math.rad(-30), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(-20), math.rad(0)), 0.15)
- swait()
- end
- Head.face.Texture = "rbxassetid://1895706696"
- Animations = false
- attack = false
- end
- function attacktwoA()
- attack = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895698679"
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- s2 = math.random(1, 4)
- if s2 == 1 then
- S.SoundId = "rbxassetid://1146556706"
- elseif s2 == 2 then
- S.SoundId = "rbxassetid://1146556975"
- elseif s2 == 3 or s2 == 4 then
- S.SoundId = "rbxassetid://0"
- end
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.08, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(-10)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(120), math.rad(0), math.rad(-20)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(5), math.rad(-20), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-5), math.rad(-20), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(-20), math.rad(0)), 0.15)
- swait()
- end
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 4)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(2, 15)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- for i = 0, 0.08, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(-20)), 0.5)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.2, 0.5, -0.8) * c_angles(math.rad(90), math.rad(0), math.rad(20)), 0.5)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-5), math.rad(20), math.rad(0)), 0.5)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(5), math.rad(20), math.rad(0)), 0.5)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.5)
- swait()
- end
- Head.face.Texture = "rbxassetid://1895706696"
- Animations = false
- attack = false
- end
- function attacktwoB()
- attack = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895698679"
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- s2 = math.random(1, 4)
- if s2 == 1 then
- S.SoundId = "rbxassetid://1146556706"
- elseif s2 == 2 then
- S.SoundId = "rbxassetid://1146556975"
- elseif s2 == 3 or s2 == 4 then
- S.SoundId = "rbxassetid://0"
- end
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(10)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(80), math.rad(0), math.rad(-120)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(5), math.rad(-20), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-5), math.rad(-20), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(-20), math.rad(0)), 0.15)
- swait()
- end
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 6)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(20, 30)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(50)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.2, 0.5, -0.8) * c_angles(math.rad(75), math.rad(0), math.rad(20)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-5), math.rad(20), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(5), math.rad(20), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(-30), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(20), math.rad(0)), 0.15)
- swait()
- end
- Head.face.Texture = "rbxassetid://1895706696"
- Animations = false
- attack = false
- end
- function attackthreeB()
- attack = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895698679"
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(20)), 0.1)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(-20)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- end
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 1.2, 0) * c_angles(math.rad(180), math.rad(0), math.rad(20)), 0.1)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(180), math.rad(0), math.rad(-20)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- Head.face.Texture = "rbxassetid://1895670162"
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1278006076"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.05, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 0.5, 0.2) * c_angles(math.rad(200), math.rad(0), math.rad(20)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(200), math.rad(0), math.rad(-20)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- local rng2 = Instance.new("Part", Character)
- rng2.Anchored = true
- rng2.BrickColor = BrickColor.new("Really black")
- rng2.CanCollide = false
- rng2.FormFactor = 3
- rng2.Name = "Shockwave"
- rng2.Size = Vector3.new(1, 1, 1)
- rng2.Transparency = 0.35
- rng2.TopSurface = 0
- rng2.BottomSurface = 0
- rng2.CFrame = rootPart.CFrame
- local rngm2 = Instance.new("SpecialMesh", rng2)
- rngm2.MeshId = "http://www.roblox.com/asset/?id=20329976"
- rngm2.Scale = Vector3.new(1, 0, 1)
- rngm2.Offset = Vector3.new(0, 0, -5)
- Spawn(function()
- for i = 1, 60, 2 do
- rngm2.Scale = Vector3.new(1 + i * 0.8, 5 - i * 0.1, 1 + i * 0.8)
- rng2.Transparency = i / 30
- rng2.CFrame = rng2.CFrame - Vector3.new(0, 0.2, 0)
- swait()
- end
- wait()
- rng2:Destroy()
- end)
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 7)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(100, 150)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://2248511"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.01, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 0, -0.5) * c_angles(math.rad(25), math.rad(0), math.rad(20)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(25), math.rad(0), math.rad(-20)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- for i = 0, 0.04, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0, -0.5) * c_angles(math.rad(0), math.rad(0), math.rad(-10)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(10)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- wait(0.1)
- Head.face.Texture = "rbxassetid://1895706696"
- Animations = false
- attack = false
- end
- function attackthreeA()
- attack = true
- Animations = true
- Head.face.Texture = "rbxassetid://1895698679"
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(20)), 0.1)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- end
- for i = 0, 0.2, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 1.2, 0) * c_angles(math.rad(180), math.rad(0), math.rad(20)), 0.1)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- Head.face.Texture = "rbxassetid://1895670162"
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1278006076"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.05, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 0.5, 0.2) * c_angles(math.rad(200), math.rad(0), math.rad(20)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- local rng2 = Instance.new("Part", Character)
- rng2.Anchored = true
- rng2.BrickColor = BrickColor.new("Really black")
- rng2.CanCollide = false
- rng2.FormFactor = 3
- rng2.Name = "Shockwave"
- rng2.Size = Vector3.new(1, 1, 1)
- rng2.Transparency = 0.35
- rng2.TopSurface = 0
- rng2.BottomSurface = 0
- rng2.CFrame = rootPart.CFrame
- local rngm2 = Instance.new("SpecialMesh", rng2)
- rngm2.MeshId = "http://www.roblox.com/asset/?id=20329976"
- rngm2.Scale = Vector3.new(1, 0, 1)
- rngm2.Offset = Vector3.new(0.5, 0, -5)
- Spawn(function()
- for i = 1, 60, 2 do
- rngm2.Scale = Vector3.new(1 + i * 0.3, 5 - i * 0.1, 1 + i * 0.3)
- rng2.Transparency = i / 30
- rng2.CFrame = rng2.CFrame - Vector3.new(0, 0.2, 0)
- swait()
- end
- wait()
- rng2:Destroy()
- end)
- for i, v in pairs(FindNearestTorso(Torso.CFrame.p, 7)) do
- if v:FindFirstChild("HumanoidRootPart") then
- v:FindFirstChild("Humanoid").Health = v:FindFirstChild("Humanoid").Health - math.random(40, 45)
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1063050323"
- S.Volume = 8
- S.Looped = false
- S.Pitch = 1
- S:Play()
- end
- end
- S = Instance.new("Sound")
- S.Parent = Character.Torso
- S.SoundId = "rbxassetid://1310889008"
- S.Volume = 10
- S.Looped = false
- S.Pitch = 1
- S:Play()
- for i = 0, 0.01, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(0.8, 0, -0.5) * c_angles(math.rad(25), math.rad(0), math.rad(20)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- for i = 0, 0.04, 0.01 do
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0, -0.5) * c_angles(math.rad(0), math.rad(0), math.rad(-10)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- swait()
- end
- wait(0.1)
- Head.face.Texture = "rbxassetid://1895706696"
- Animations = false
- attack = false
- end
- attktype = 1
- mouse.Button1Down:connect(function(key)
- if attack == false and crouching == false then
- if gun == false then
- if transformed == false then
- if attktype == 1 then
- attackone()
- elseif attktype == 2 then
- attacktwo()
- elseif attktype == 3 then
- attackthree()
- elseif attktype == 4 then
- attackfour()
- elseif attktype == 5 then
- attackfive()
- elseif attktype == 6 then
- CobraPunch()
- attktype = 0
- end
- attktype = attktype + 1
- elseif transformed == true then
- if attktype == 1 then
- attackoneA()
- elseif attktype == 2 then
- if transformed2 == false then
- attacktwoA()
- elseif transformed2 == true then
- attacktwoB()
- end
- elseif attktype == 3 then
- if transformed2 == false then
- attackthreeA()
- elseif transformed2 == true then
- attackthreeB()
- end
- attktype = 0
- end
- attktype = attktype + 1
- end
- end
- elseif gun == true then
- shoot = true
- elseif attack == false and crouching == true then
- UpperCut()
- end
- end)
- function findCloseHumanoid(centre, distance)
- local tab = {}
- for _, child in pairs(game.Workspace:GetChildren()) do
- if child:findFirstChild("Humanoid") and child:findFirstChild("Humanoid") ~= Humanoid and child:findFirstChild("Torso") then
- local vtors = child.Torso
- local mag = math.abs((vtors.Position - centre).magnitude)
- if distance >= mag then
- table.insert(tab, child.Humanoid)
- end
- end
- end
- return tab
- end
- function rayCast(Pos, Dir, Max, Ignore)
- return game:GetService("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
- end
- function QuaternionFromCFrame(cf)
- local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
- local trace = m00 + m11 + m22
- if trace > 0 then
- local s = math.sqrt(1 + trace)
- local recip = 0.5 / s
- return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
- else
- local i = 0
- if m00 < m11 then
- i = 1
- end
- if m22 > (i == 0 and m00 or m11) then
- i = 2
- end
- if i == 0 then
- local s = math.sqrt(m00 - m11 - m22 + 1)
- local recip = 0.5 / s
- return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
- elseif i == 1 then
- local s = math.sqrt(m11 - m22 - m00 + 1)
- local recip = 0.5 / s
- return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
- elseif i == 2 then
- local s = math.sqrt(m22 - m00 - m11 + 1)
- local recip = 0.5 / s
- return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
- end
- end
- end
- function QuaternionToCFrame(px, py, pz, x, y, z, w)
- local xs, ys, zs = x + x, y + y, z + z
- local wx, wy, wz = w * xs, w * ys, w * zs
- local xx = x * xs
- local xy = x * ys
- local xz = x * zs
- local yy = y * ys
- local yz = y * zs
- local zz = z * zs
- return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
- end
- function QuaternionSlerp(a, b, t)
- local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
- local startInterp, finishInterp
- if cosTheta >= 1.0E-4 then
- if 1 - cosTheta > 1.0E-4 then
- local theta = math.acos(cosTheta)
- local invSinTheta = 1 / math.sin(theta)
- startInterp = math.sin((1 - t) * theta) * invSinTheta
- finishInterp = math.sin(t * theta) * invSinTheta
- else
- startInterp = 1 - t
- finishInterp = t
- end
- elseif 1 + cosTheta > 1.0E-4 then
- local theta = math.acos(-cosTheta)
- local invSinTheta = 1 / math.sin(theta)
- startInterp = math.sin((t - 1) * theta) * invSinTheta
- finishInterp = math.sin(t * theta) * invSinTheta
- else
- startInterp = t - 1
- finishInterp = t
- end
- return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
- end
- function clerp(a, b, t)
- local qa = {
- QuaternionFromCFrame(a)
- }
- local qb = {
- QuaternionFromCFrame(b)
- }
- local ax, ay, az = a.x, a.y, a.z
- local bx, by, bz = b.x, b.y, b.z
- local _t = 1 - t
- return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
- end
- swait()
- LA_Weld = newWeld(Torso, Left_Arm, -1.5, 0.5, 0)
- Left_Arm.Weld.C1 = CFrame.new(0, 0.5, 0)
- RA_Weld = newWeld(Torso, Right_Arm, 1.5, 0.5, 0)
- Right_Arm.Weld.C1 = CFrame.new(0, 0.5, 0)
- LL_Weld = newWeld(Torso, Left_Leg, -0.5, -1, 0)
- Left_Leg.Weld.C1 = CFrame.new(0, 1, 0)
- RL_Weld = newWeld(Torso, Right_Leg, 0.5, -1, 0)
- Right_Leg.Weld.C1 = CFrame.new(0, 1, 0)
- Torso_Weld = newWeld(rootPart, Torso, 0, -1, 0)
- Torso.Weld.C1 = CFrame.new(0, -1, 0)
- Head_Weld = newWeld(Torso, Head, 0, 1.5, 0)
- for i, v in pairs(Character:GetChildren()) do
- if v:IsA("Accoutrement") or v:IsA("Shirt") or v:IsA("Pants") or v:IsA("CharacterMesh") then
- v:Destroy()
- elseif v:IsA("Part") and v.Name == "Head" then
- v.face.Texture = "rbxassetid://315622231"
- end
- end
- shirt = Instance.new("Shirt", Character)
- pants = Instance.new("Pants", Character)
- shirt.ShirtTemplate = "rbxassetid://476542397"
- pants.PantsTemplate = "rbxassetid://476542637"
- Character["Body Colors"].HeadColor = BrickColor.new("Really Black")
- Character["Body Colors"].TorsoColor = BrickColor.new("Really Black")
- Character["Body Colors"].RightArmColor = BrickColor.new("Really Black")
- Character["Body Colors"].LeftArmColor = BrickColor.new("Really Black")
- Character["Body Colors"].RightLegColor = BrickColor.new("Really Black")
- Character["Body Colors"].LeftLegColor = BrickColor.new("Really Black")
- Humanoid.DisplayDistanceType = "None"
- sine = 0
- change = 1
- sprint = false
- local punches = {
- a = false,
- b = false,
- c = false
- }
- UIService.InputBegan:connect(function(Input, GUIProcessed)
- if not GUIProcessed and Input.UserInputType == Enum.UserInputType.MouseButton1 then
- if punches.a == false then
- punches.a = true
- wait(0.4)
- punches.a = false
- else
- punches.a = true
- if punches.b == false then
- punches.b = true
- wait(0.4)
- punches.b = false
- else
- punches.b = true
- if punches.c == false then
- punches.c = true
- wait(0.4)
- punches.c = false
- else
- punches.c = true
- end
- end
- end
- elseif not GUIProcessed and Input.KeyCode == Enum.KeyCode.LeftShift then
- sprint = true
- end
- end)
- Humanoid.Died:connect(function()
- Theme:Destroy()
- for i, v in pairs(Character:GetChildren()) do
- if v:IsA("Part") or v:IsA("Accessory") then
- v:Destroy()
- end
- end
- end)
- UIService.InputEnded:connect(function(Input, GUIProcessed)
- if not GUIProcessed and Input.KeyCode == Enum.KeyCode.LeftShift then
- sprint = false
- end
- end)
- coroutine.wrap(function()
- while true do
- if sprint == false then
- if attack2 == false and crouching == false then
- Humanoid.WalkSpeed = 8
- Humanoid.JumpPower = 50
- elseif attack2 == true or crouching == true then
- Humanoid.WalkSpeed = 0
- Humanoid.JumpPower = 0
- end
- elseif sprint == true then
- if attack2 == false and crouching == false then
- Humanoid.WalkSpeed = 25
- Humanoid.JumpPower = 100
- elseif attack2 == true or crouching == true then
- Humanoid.WalkSpeed = 0
- Humanoid.JumpPower = 0
- end
- end
- wait()
- end
- end)()
- game:GetService("RunService").RenderStepped:connect(function()
- Angle = Angle % 100 + angleSpeed / 10
- Axis = Axis % 100 + axisSpeed / 10
- walkingMagnitude = Vector3.new(rootPart.Velocity.X, 0, rootPart.Velocity.Z).magnitude
- jumpVel = Torso.Velocity.Y
- sine = change + sine
- if jumpVel > 1 then
- currentAnim = "Jumping"
- elseif jumpVel < -1 then
- currentAnim = "Falling"
- elseif walkingMagnitude < 2 then
- currentAnim = "Idling"
- elseif isSprinting == true then
- currentAnim = "Sprinting"
- elseif walkingMagnitude > 2 then
- currentAnim = "Walking"
- elseif isAttacking == true then
- currentAnim = "Attacking"
- end
- if currentAnim == "Jumping" and Animations == false then
- angleSpeed = 2
- axisSpeed = 2
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(15), math.rad(0), math.rad(20)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(-20)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.5, -0.5) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(0)), 0.15)
- elseif currentAnim == "Falling" and Animations == false then
- if transformed == false then
- angleSpeed = 2
- axisSpeed = 2
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(25)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(-25)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -0.8, 0.2) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.8, -0.5) * c_angles(math.rad(15), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0.5) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.3) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- elseif transformed == true and transformed2 == false then
- angleSpeed = 2
- axisSpeed = 2
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(80)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(-25)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -0.8, 0.2) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.8, -0.5) * c_angles(math.rad(15), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0.5) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.3) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- elseif transformed == true and transformed2 == true then
- angleSpeed = 2
- axisSpeed = 2
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(80)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(20), math.rad(0), math.rad(-80)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -0.8, 0.2) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.8, -0.5) * c_angles(math.rad(15), math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0.5) * c_angles(math.rad(-15), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.3) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.15)
- end
- elseif currentAnim == "Idling" and Animations == false then
- if transformed == false then
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1, 0.5 + math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1, 0.5 + math.sin(sine / 15) / 10, 0.5) * c_angles(math.rad(-20), math.rad(0), math.rad(30)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) - math.sin(sine / 15) / 20, math.sin(rootPart.RotVelocity.Y / 10) / 2, -math.sin(rootPart.RotVelocity.Y / 10) / 2), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) - math.sin(sine / 15) / 20, -math.sin(rootPart.RotVelocity.Y / 10) / 2, math.sin(-rootPart.RotVelocity.Y / 10) / 2), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0) + math.sin(sine / 15) / 20, math.rad(0), math.sin(rootPart.RotVelocity.Y / 30) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.2 + math.sin(sine / 15) / 10) * c_angles(math.rad(-20) + math.sin(sine / 15) / 10, math.sin(rootPart.RotVelocity.Y / 2.5) / 2, math.rad(0)), 0.15)
- elseif transformed == true and transformed2 == false then
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(50) + math.sin(sine / 15) / 10, math.rad(0), math.rad(50) + math.sin(sine / 15) / 10), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(10) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-10) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.55, -0.9 + -math.sin(sine / 15) / 10, -0.2) * c_angles(math.rad(10), math.rad(10), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.55, -0.9 + -math.sin(sine / 15) / 10, -0.2) * c_angles(math.rad(10), math.rad(-10), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1.05 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(10), math.rad(0), math.rad(0)), 0.15)
- elseif transformed == true and transformed2 == true then
- angleSpeed = 1
- axisSpeed = 1
- change = 0.5
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(50) + math.sin(sine / 15) / 10, math.rad(0), math.rad(50) + math.sin(sine / 15) / 10), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(math.rad(50) - math.sin(sine / 15) / 10, math.rad(0), math.rad(-50) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.55, -0.9 + -math.sin(sine / 15) / 10, -0.2) * c_angles(math.rad(10), math.rad(10), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.55, -0.9 + -math.sin(sine / 15) / 10, -0.2) * c_angles(math.rad(10), math.rad(-10), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1.05 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(0)), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(10), math.rad(0), math.rad(0)), 0.15)
- end
- elseif currentAnim == "Walking" and Animations == false then
- if transformed == false then
- if sprint == false then
- angleSpeed = 1
- axisSpeed = 1
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.4, 0.5 + math.sin(sine / 15) / 10, 0.2) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.rad(0), math.rad(5)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.4, 0.5 + math.sin(sine / 15) / 10, 0.2) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.rad(0), math.rad(-5)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.sin(sine / 4) / 3, math.sin(rootPart.RotVelocity.Y / 10) / 2, -math.sin(rootPart.RotVelocity.Y / 10) / 2), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(-math.sin(sine / 4) / 3, -math.sin(rootPart.RotVelocity.Y / 10) / 2, math.sin(-rootPart.RotVelocity.Y / 10) / 2), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0), math.rad(0), math.sin(rootPart.RotVelocity.Y / 30) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.2 + math.sin(sine / 15) / 10) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.sin(rootPart.RotVelocity.Y / 2.5) / 2, math.rad(0)), 0.15)
- else
- angleSpeed = 10
- axisSpeed = 10
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5 + math.sin(sine / 1.5) / 5, 0) * c_angles(math.sin(sine / 3) / 1, math.rad(0), math.rad(10)), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5 + math.sin(sine / 1.5) / 5, 0) * c_angles(-math.sin(sine / 3) / 1, math.rad(0), math.rad(-10)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.sin(sine / 3) / 1, math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(-math.sin(sine / 3) / 1, math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 1.5) / 5, 0) * c_angles(math.rad(-20) + math.sin(sine / 3) / 20, math.rad(0), math.sin(rootPart.RotVelocity.Y / 15) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.sin(rootPart.RotVelocity.Y / 1) / 2, math.rad(0)), 0.15)
- end
- elseif transformed == true and transformed2 == false then
- if sprint == false then
- angleSpeed = 1
- axisSpeed = 1
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(20) + math.sin(sine / 15) / 10, math.rad(0), math.rad(50) + math.sin(sine / 15) / 10), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.4, 0.5 + math.sin(sine / 15) / 10, 0.2) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.rad(0), math.rad(-5)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.sin(sine / 4) / 3, math.sin(rootPart.RotVelocity.Y / 10) / 2, -math.sin(rootPart.RotVelocity.Y / 10) / 2), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(-math.sin(sine / 4) / 3, -math.sin(rootPart.RotVelocity.Y / 10) / 2, math.sin(-rootPart.RotVelocity.Y / 10) / 2), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0), math.rad(0), math.sin(rootPart.RotVelocity.Y / 30) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.2 + math.sin(sine / 15) / 10) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.sin(rootPart.RotVelocity.Y / 2.5) / 2, math.rad(0)), 0.15)
- else
- angleSpeed = 10
- axisSpeed = 10
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(-45) + math.sin(sine / 3) / 10, math.rad(0), math.rad(20) + math.sin(sine / 3) / 10), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5 + math.sin(sine / 1.5) / 5, 0) * c_angles(-math.sin(sine / 3) / 1, math.rad(0), math.rad(-10)), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.sin(sine / 3) / 1, math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(-math.sin(sine / 3) / 1, math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 1.5) / 5, 0) * c_angles(math.rad(-20) + math.sin(sine / 3) / 20, math.rad(0), math.sin(rootPart.RotVelocity.Y / 15) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.sin(rootPart.RotVelocity.Y / 1) / 2, math.rad(0)), 0.15)
- end
- elseif transformed == true and transformed2 == true then
- if sprint == false then
- angleSpeed = 1
- axisSpeed = 1
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(math.rad(20) + math.sin(sine / 15) / 10, math.rad(0), math.rad(50) + math.sin(sine / 15) / 10), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.4, 0.5 + math.sin(sine / 15) / 10, 0.2) * c_angles(math.rad(20) + math.sin(sine / 15) / 10, math.rad(0), math.rad(-50) - math.sin(sine / 15) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(math.sin(sine / 4) / 3, math.sin(rootPart.RotVelocity.Y / 10) / 2, -math.sin(rootPart.RotVelocity.Y / 10) / 2), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1 + -math.sin(sine / 15) / 10, 0) * c_angles(-math.sin(sine / 4) / 3, -math.sin(rootPart.RotVelocity.Y / 10) / 2, math.sin(-rootPart.RotVelocity.Y / 10) / 2), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 15) / 10, 0) * c_angles(math.rad(0), math.rad(0), math.sin(rootPart.RotVelocity.Y / 30) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.2 + math.sin(sine / 15) / 10) * c_angles(math.rad(-10) + math.sin(sine / 15) / 10, math.sin(rootPart.RotVelocity.Y / 2.5) / 2, math.rad(0)), 0.15)
- else
- angleSpeed = 10
- axisSpeed = 10
- RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5 + math.sin(sine / 1.5) / 5, 0) * c_angles(math.rad(-45) + math.sin(sine / 3) / 10, math.rad(0), math.rad(20) + math.sin(sine / 3) / 10), 0.15)
- LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5 + math.sin(sine / 1.5) / 5, 0) * c_angles(math.rad(-45) + math.sin(sine / 3) / 10, math.rad(0), math.rad(-20) - math.sin(sine / 3) / 10), 0.15)
- LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.sin(sine / 3) / 1, math.rad(0), math.rad(0)), 0.15)
- RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(-math.sin(sine / 3) / 1, math.rad(0), math.rad(0)), 0.15)
- Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(sine / 1.5) / 5, 0) * c_angles(math.rad(-20) + math.sin(sine / 3) / 20, math.rad(0), math.sin(rootPart.RotVelocity.Y / 15) / 2), 0.15)
- Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(20), math.sin(rootPart.RotVelocity.Y / 1) / 2, math.rad(0)), 0.15)
- end
- end
- end
- end)
Add Comment
Please, Sign In to add comment