Advertisement
CHARA-SCRIPTER

THE RED KILLER

Jan 18th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 140.82 KB | None | 0 0
  1. Player=game:GetService("Players").LocalPlayer
  2. Character=Player.Character
  3. PlayerGui=Player.PlayerGui
  4. Backpack=Player.Backpack
  5. Torso=Character.Torso
  6. Head=Character.Head
  7. Humanoid=Character.Humanoid
  8. m=Instance.new('Model',Character)
  9. LeftArm=Character["Left Arm"]
  10. LeftLeg=Character["Left Leg"]
  11. RightArm=Character["Right Arm"]
  12. RightLeg=Character["Right Leg"]
  13. LS=Torso["Left Shoulder"]
  14. LH=Torso["Left Hip"]
  15. RS=Torso["Right Shoulder"]
  16. RH=Torso["Right Hip"]
  17. Face = Head.face
  18. Neck=Torso.Neck
  19. it=Instance.new
  20. attacktype=1
  21. vt=Vector3.new
  22. cf=CFrame.new
  23. euler=CFrame.fromEulerAnglesXYZ
  24. angles=CFrame.Angles
  25. cloaked=false
  26. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  27. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  28. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  29. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  30. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  31. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  32. RootPart=Character.HumanoidRootPart
  33. RootJoint=RootPart.RootJoint
  34. RootCF=euler(-1.57,0,3.14)
  35. attack = false
  36. attackdebounce = false
  37. deb=false
  38. equipped=true
  39. hand=false
  40. MMouse=nil
  41. combo=0
  42. mana=0
  43. trispeed=.2
  44. attackmode='none'
  45. local idle=0
  46. local Anim="Idle"
  47. local Effects={}
  48. local gun=false
  49. local shoot=false
  50. player=nil
  51. mana=0
  52. sphere=true
  53. aura=false
  54. blinking=true
  55. rest=false
  56.  
  57. game.Players.LocalPlayer.Character.Humanoid.Changed:connect(function(jump)
  58. if jump == "Jump" then
  59. Humanoid.Jump = false
  60. end
  61. end)
  62.  
  63. Humanoid.MaxHealth = 50000
  64. wait(0.1)
  65. Humanoid.Health = 50000
  66.  
  67. print("Giant Snowman loaded.")
  68. print("This script was made by Brannon1964802")
  69.  
  70. RootPart.Transparency = 1
  71.  
  72. Humanoid.CameraOffset = Vector3.new(0, 12.5, 0)
  73.  
  74. Humanoid:findFirstChild("Animator"):Destroy()
  75.  
  76. Torso.Material = "Sand"
  77. Head.Material = "Sand"
  78. LeftLeg.Material = "Sand"
  79. RightLeg.Material = "Sand"
  80. LeftArm.Material = "Sand"
  81. RightArm.Material = "Sand"
  82.  
  83. Torso.BrickColor = BrickColor.new("Really red")
  84. Head.BrickColor = BrickColor.new("Really red")
  85. LeftLeg.BrickColor = BrickColor.new("Really red")
  86. RightLeg.BrickColor = BrickColor.new("Really red")
  87. LeftArm.BrickColor = BrickColor.new("Really red")
  88. RightArm.BrickColor = BrickColor.new("Really red")
  89.  
  90. --[[Character.Shirt:Destroy()
  91. Character.Pants:Destroy()]]
  92.  
  93. mouse=Player:GetMouse()
  94. --save shoulders
  95. RSH, LSH=nil, nil
  96. --welds
  97. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  98. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  99. LH=Torso["Left Hip"]
  100. RH=Torso["Right Hip"]
  101. TorsoColor=Torso.BrickColor
  102. function NoOutline(Part)
  103. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  104. end
  105. player=Player
  106. ch=Character
  107. RSH=ch.Torso["Right Shoulder"]
  108. LSH=ch.Torso["Left Shoulder"]
  109. --
  110. RSH.Parent=nil
  111. LSH.Parent=nil
  112. --
  113. RW.Name="Right Shoulder"
  114. RW.Part0=ch.Torso
  115. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  116. RW.C1=cf(0, 0.5, 0)
  117. RW.Part1=ch["Right Arm"]
  118. RW.Parent=ch.Torso
  119. --
  120. LW.Name="Left Shoulder"
  121. LW.Part0=ch.Torso
  122. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  123. LW.C1=cf(0, 0.5, 0)
  124. LW.Part1=ch["Left Arm"]
  125. LW.Parent=ch.Torso
  126.  
  127. Player=game:GetService('Players').LocalPlayer
  128. Character=Player.Character
  129. Mouse=Player:GetMouse()
  130. m=Instance.new('Model',Character)
  131.  
  132. music = Instance.new("Sound", Character)
  133. --music.SoundId = "http://www.roblox.com/asset/?id=340106355"
  134. music.Volume = 0
  135. music.Looped = true
  136. wait(0.1)
  137. music:Play()
  138.  
  139. music2 = Instance.new("Sound", Character)
  140. --music2.SoundId = "http://www.roblox.com/asset/?id=340106807"
  141. music2.Volume = 0.5
  142. music2.Looped = true
  143.  
  144. rawr = Instance.new("Sound", Character)
  145. --rawr.SoundId = "http://www.roblox.com/asset/?id=297472596"
  146. rawr.Volume = 0.5
  147. rawr.Looped = false
  148.  
  149. Beast = Instance.new("Model",Character)
  150. Beast.Name = "The Beast from The Depths"
  151.  
  152. torsop=Instance.new("Part",Character)
  153. torsop.FormFactor="Custom"
  154. torsop.Size=Vector3.new(.2,.2,.2)
  155. torsop.Transparency=0
  156. torsop.CanCollide=false
  157. torsop.BrickColor = BrickColor.new("Really red")
  158. torsop.Material="Sand"
  159. torsop.TopSurface="Smooth"
  160. torsop.BottomSurface="Smooth"
  161. torsop.RightSurface="Smooth"
  162. torsop.LeftSurface="Smooth"
  163. torsop.Transparency = 0
  164.  
  165. torsopw=Instance.new("Weld",Character)
  166. torsopw.Part0=Character.Torso
  167. torsopw.Part1=torsop
  168. torsopw.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-90),math.rad(0))
  169.  
  170. torso = Instance.new("SpecialMesh",torsop)
  171. torso.MeshType = "Sphere"
  172. torso.Scale = Vector3.new(45,45,45)
  173.  
  174. torsop2=Instance.new("Part",Character)
  175. torsop2.FormFactor="Custom"
  176. torsop2.Size=Vector3.new(.2,.2,.2)
  177. torsop2.Transparency=0
  178. torsop2.CanCollide=false
  179. torsop2.BrickColor = BrickColor.new("Really red")
  180. torsop2.Material="Sand"
  181. torsop2.TopSurface="Smooth"
  182. torsop2.BottomSurface="Smooth"
  183. torsop2.RightSurface="Smooth"
  184. torsop2.LeftSurface="Smooth"
  185. torsop2.Transparency = 0
  186.  
  187. torsop2w=Instance.new("Weld",Character)
  188. torsop2w.Part0=Character.Torso
  189. torsop2w.Part1=torsop2
  190. torsop2w.C0=CFrame.new(0,-8,0)*CFrame.Angles(0,math.rad(-90),math.rad(0))
  191.  
  192. torso2 = Instance.new("SpecialMesh",torsop2)
  193. torso2.MeshType = "Sphere"
  194. torso2.Scale = Vector3.new(38,38,38)
  195.  
  196.  
  197. Crsytal=Instance.new("Part",Character)
  198. Crsytal.FormFactor="Custom"
  199. Crsytal.Size=Vector3.new(.2,.2,.2)
  200. Crsytal.Transparency=0
  201. Crsytal.CanCollide=false
  202. Crsytal.BrickColor = BrickColor.new("Crimson")
  203. Crsytal.Material="Sand"
  204. Crsytal.TopSurface="Smooth"
  205. Crsytal.BottomSurface="Smooth"
  206. Crsytal.RightSurface="Smooth"
  207. Crsytal.LeftSurface="Smooth"
  208. Crsytal.Transparency = 0
  209.  
  210. Crsytalw=Instance.new("Weld",Character)
  211. Crsytalw.Part0=Character.Torso
  212. Crsytalw.Part1=Crsytal
  213. Crsytalw.C0=CFrame.new(0,-4,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  214.  
  215. CrsytalM = Instance.new("SpecialMesh",Crsytal)
  216. CrsytalM.MeshId = "http://www.roblox.com/asset/?id=9756362"
  217. CrsytalM.Scale = Vector3.new(5,10,5)
  218.  
  219. Horns=Instance.new("Part",Character)
  220. Horns.FormFactor="Custom"
  221. Horns.Size=Vector3.new(.2,.2,.2)
  222. Horns.Transparency=0
  223. Horns.CanCollide=false
  224. Horns.BrickColor = BrickColor.new("Crimson")
  225. Horns.Material="Sand"
  226. Horns.TopSurface="Smooth"
  227. Horns.BottomSurface="Smooth"
  228. Horns.RightSurface="Smooth"
  229. Horns.LeftSurface="Smooth"
  230. Horns.Transparency = 0
  231.  
  232. Hornsw=Instance.new("Weld",Character)
  233. Hornsw.Part0=Character.Torso
  234. Hornsw.Part1=Horns
  235. Hornsw.C0=CFrame.new(0,3.5,-1)*CFrame.Angles(math.rad(-1),math.rad(0),math.rad(0))
  236.  
  237. HornsM = Instance.new("SpecialMesh",Horns)
  238. HornsM.MeshId = "http://www.roblox.com/asset/?id=15934744"
  239. HornsM.Scale = Vector3.new(5,10,5)
  240.  
  241. --[[torsop3=Instance.new("Part",Character)
  242. torsop3.FormFactor="Custom"
  243. torsop3.Size=Vector3.new(.2,.2,.2)
  244. torsop3.Transparency=0
  245. torsop3.CanCollide=false
  246. torsop3.BrickColor = BrickColor.new("Really red")
  247. torsop3.Material="Sand"
  248. torsop3.TopSurface="Smooth"
  249. torsop3.BottomSurface="Smooth"
  250. torsop3.RightSurface="Smooth"
  251. torsop3.LeftSurface="Smooth"
  252. torsop3.Transparency = 0
  253.  
  254. torsop3w=Instance.new("Weld",Character)
  255. torsop3w.Part0=Character.Torso
  256. torsop3w.Part1=torsop3
  257. torsop3w.C0=CFrame.new(0,-8,0)*CFrame.Angles(0,math.rad(-90),math.rad(0))
  258.  
  259. torso3 = Instance.new("SpecialMesh",torsop3)
  260. torso3.MeshType = "Sphere"
  261. torso3.Scale = Vector3.new(38,38,38)]]
  262.  
  263.  
  264. ghostp=Instance.new("Part",Character)
  265. ghostp.FormFactor="Custom"
  266. ghostp.Size=Vector3.new(0.2,0.2,0.2)
  267. ghostp.Transparency=1
  268. ghostp.CanCollide=false
  269. ghostp.BrickColor = BrickColor.new("Really red")
  270. ghostp.Material="Sand"
  271. ghostp.TopSurface="Smooth"
  272. ghostp.BottomSurface="Smooth"
  273. ghostp.RightSurface="Smooth"
  274. ghostp.LeftSurface="Smooth"
  275. ghostw=Instance.new("Weld",Character)
  276. ghostw.Part0=Character.Torso
  277. ghostw.Part1=ghostp
  278. ghostw.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  279.  
  280. ghostmesh = Instance.new("FileMesh",ghostp)
  281. ghostmesh.MeshId = "http://www.roblox.com/asset/?id=168892432"
  282. ghostmesh.Scale = Vector3.new(5,5,5)
  283.  
  284. ghostp2=Instance.new("Part",Character)
  285. ghostp2.FormFactor="Custom"
  286. ghostp2.Size=Vector3.new(0.2,0.2,0.2)
  287. ghostp2.Transparency=1
  288. ghostp2.CanCollide=false
  289. ghostp2.BrickColor = BrickColor.new("Really red")
  290. ghostp2.Material="Sand"
  291. ghostp2.TopSurface="Smooth"
  292. ghostp2.BottomSurface="Smooth"
  293. ghostp2.RightSurface="Smooth"
  294. ghostp2.LeftSurface="Smooth"
  295. ghostw2=Instance.new("Weld",Character)
  296. ghostw2.Part0=Character.Torso
  297. ghostw2.Part1=ghostp2
  298. ghostw2.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  299.  
  300. ghostmesh2 = Instance.new("FileMesh",ghostp2)
  301. ghostmesh2.MeshId = "http://www.roblox.com/asset/?id=168892432"
  302. ghostmesh2.Scale = Vector3.new(10,10,10)
  303.  
  304. ghostp3=Instance.new("Part",Character)
  305. ghostp3.FormFactor="Custom"
  306. ghostp3.Size=Vector3.new(0.2,0.2,0.2)
  307. ghostp3.Transparency=1
  308. ghostp3.CanCollide=false
  309. ghostp3.BrickColor = BrickColor.new("Really red")
  310. ghostp3.Material="Sand"
  311. ghostp3.TopSurface="Smooth"
  312. ghostp3.BottomSurface="Smooth"
  313. ghostp3.RightSurface="Smooth"
  314. ghostp2.LeftSurface="Smooth"
  315. ghostw3=Instance.new("Weld",Character)
  316. ghostw3.Part0=Character.Torso
  317. ghostw3.Part1=ghostp3
  318. ghostw3.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  319.  
  320. ghostmesh3 = Instance.new("FileMesh",ghostp3)
  321. ghostmesh3.MeshId = "http://www.roblox.com/asset/?id=168892432"
  322. ghostmesh3.Scale = Vector3.new(15,15,15)
  323.  
  324. ghostp4=Instance.new("Part",Character)
  325. ghostp4.FormFactor="Custom"
  326. ghostp4.Size=Vector3.new(0.2,0.2,0.2)
  327. ghostp4.Transparency=1
  328. ghostp4.CanCollide=false
  329. ghostp4.BrickColor = BrickColor.new("Really red")
  330. ghostp4.Material="Sand"
  331. ghostp4.TopSurface="Smooth"
  332. ghostp4.BottomSurface="Smooth"
  333. ghostp4.RightSurface="Smooth"
  334. ghostp4.LeftSurface="Smooth"
  335. ghostw4=Instance.new("Weld",Character)
  336. ghostw4.Part0=Character.Torso
  337. ghostw4.Part1=ghostp4
  338. ghostw4.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  339.  
  340. ghostmesh4 = Instance.new("FileMesh",ghostp4)
  341. ghostmesh4.MeshId = "http://www.roblox.com/asset/?id=168892432"
  342. ghostmesh4.Scale = Vector3.new(20,20,20)
  343.  
  344. ghostp5=Instance.new("Part",Character)
  345. ghostp5.FormFactor="Custom"
  346. ghostp5.Size=Vector3.new(0.2,0.2,0.2)
  347. ghostp5.Transparency=1
  348. ghostp5.CanCollide=false
  349. ghostp5.BrickColor = BrickColor.new("Really red")
  350. ghostp5.Material="Sand"
  351. ghostp5.TopSurface="Smooth"
  352. ghostp5.BottomSurface="Smooth"
  353. ghostp5.RightSurface="Smooth"
  354. ghostp5.LeftSurface="Smooth"
  355. ghost5w=Instance.new("Weld",Character)
  356. ghost5w.Part0=Character.Torso
  357. ghost5w.Part1=ghostp5
  358. ghost5w.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  359.  
  360. ghostmesh = Instance.new("FileMesh",ghostp5)
  361. ghostmesh.MeshId = "http://www.roblox.com/asset/?id=168892432"
  362. ghostmesh.Scale = Vector3.new(2.5,2.5,2.5)
  363.  
  364. ghostp6=Instance.new("Part",Character)
  365. ghostp6.FormFactor="Custom"
  366. ghostp6.Size=Vector3.new(0.2,0.2,0.2)
  367. ghostp6.Transparency=1
  368. ghostp6.CanCollide=false
  369. ghostp6.BrickColor = BrickColor.new("Really red")
  370. ghostp6.Material="Sand"
  371. ghostp6.TopSurface="Smooth"
  372. ghostp6.BottomSurface="Smooth"
  373. ghostp6.RightSurface="Smooth"
  374. ghostp6.LeftSurface="Smooth"
  375. ghost6w=Instance.new("Weld",Character)
  376. ghost6w.Part0=Character.Torso
  377. ghost6w.Part1=ghostp6
  378. ghost6w.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  379.  
  380. ghostmesh = Instance.new("FileMesh",ghostp6)
  381. ghostmesh.MeshId = "http://www.roblox.com/asset/?id=168892432"
  382. ghostmesh.Scale = Vector3.new(7.5,7.5,7.5)
  383.  
  384. ghostp7=Instance.new("Part",Character)
  385. ghostp7.FormFactor="Custom"
  386. ghostp7.Size=Vector3.new(0.2,0.2,0.2)
  387. ghostp7.Transparency=1
  388. ghostp7.CanCollide=false
  389. ghostp7.BrickColor = BrickColor.new("Really red")
  390. ghostp7.Material="Sand"
  391. ghostp7.TopSurface="Smooth"
  392. ghostp7.BottomSurface="Smooth"
  393. ghostp7.RightSurface="Smooth"
  394. ghostp7.LeftSurface="Smooth"
  395. ghost7w=Instance.new("Weld",Character)
  396. ghost7w.Part0=Character.Torso
  397. ghost7w.Part1=ghostp7
  398. ghost7w.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  399.  
  400. ghostmesh = Instance.new("FileMesh",ghostp7)
  401. ghostmesh.MeshId = "http://www.roblox.com/asset/?id=168892432"
  402. ghostmesh.Scale = Vector3.new(12.5,12.5,12.5)
  403.  
  404. ghostp8=Instance.new("Part",Character)
  405. ghostp8.FormFactor="Custom"
  406. ghostp8.Size=Vector3.new(0.2,0.2,0.2)
  407. ghostp8.Transparency=1
  408. ghostp8.CanCollide=false
  409. ghostp8.BrickColor = BrickColor.new("Really red")
  410. ghostp8.Material="Sand"
  411. ghostp8.TopSurface="Smooth"
  412. ghostp8.BottomSurface="Smooth"
  413. ghostp8.RightSurface="Smooth"
  414. ghostp8.LeftSurface="Smooth"
  415. ghost8w=Instance.new("Weld",Character)
  416. ghost8w.Part0=Character.Torso
  417. ghost8w.Part1=ghostp8
  418. ghost8w.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  419.  
  420. ghostmesh = Instance.new("FileMesh",ghostp8)
  421. ghostmesh.MeshId = "http://www.roblox.com/asset/?id=168892432"
  422. ghostmesh.Scale = Vector3.new(17.5,17.5,17.5)
  423.  
  424. eyeoutline=Instance.new("Part",Character)
  425. eyeoutline.FormFactor="Custom"
  426. eyeoutline.Size=Vector3.new(.2,.2,.2)
  427. eyeoutline.Transparency=0
  428. eyeoutline.CanCollide=false
  429. eyeoutline.BrickColor = BrickColor.new("Really black")
  430. eyeoutline.Material="SmoothPlastic"
  431. eyeoutline.TopSurface="Smooth"
  432. eyeoutline.BottomSurface="Smooth"
  433. eyeoutline.RightSurface="Smooth"
  434. eyeoutline.LeftSurface="Smooth"
  435. eyeoutlinew=Instance.new("Weld",Character)
  436. eyeoutlinew.Part0=Character.Torso
  437. eyeoutlinew.Part1=eyeoutline
  438. eyeoutlinew.C0=CFrame.new(-1.5,0,-4.1)*CFrame.Angles(0,math.rad(20),math.rad(0))
  439.  
  440. eyemesh = Instance.new("SpecialMesh",eyeoutline)
  441. eyemesh.MeshType = "Sphere"
  442. eyemesh.Scale = Vector3.new(8.5,8.5,2)
  443.  
  444. eyep=Instance.new("Part",Character)
  445. eyep.FormFactor="Custom"
  446. eyep.Size=Vector3.new(.2,.2,.2)
  447. eyep.Transparency=0
  448. eyep.CanCollide=false
  449. eyep.BrickColor = BrickColor.new("Crimson")
  450. eyep.Material="Neon"
  451. eyep.TopSurface="Smooth"
  452. eyep.BottomSurface="Smooth"
  453. eyep.RightSurface="Smooth"
  454. eyep.LeftSurface="Smooth"
  455. eyepw=Instance.new("Weld",Character)
  456. eyepw.Part0=eyeoutline
  457. eyepw.Part1=eyep
  458. eyepw.C0=CFrame.new(0,0,-0.1)*CFrame.Angles(0,math.rad(0),math.rad(0))
  459.  
  460. eyepmesh = Instance.new("SpecialMesh",eyep)
  461. eyepmesh.MeshType = "Sphere"
  462. eyepmesh.Scale = Vector3.new(7.5,7.5,2)
  463.  
  464. eyeoutline2=Instance.new("Part",Character)
  465. eyeoutline2.FormFactor="Custom"
  466. eyeoutline2.Size=Vector3.new(.2,.2,.2)
  467. eyeoutline2.Transparency=0
  468. eyeoutline2.CanCollide=false
  469. eyeoutline2.BrickColor = BrickColor.new("Really black")
  470. eyeoutline2.Material="SmoothPlastic"
  471. eyeoutline2.TopSurface="Smooth"
  472. eyeoutline2.BottomSurface="Smooth"
  473. eyeoutline2.RightSurface="Smooth"
  474. eyeoutline2.LeftSurface="Smooth"
  475. eyeoutline2w=Instance.new("Weld",Character)
  476. eyeoutline2w.Part0=Character.Torso
  477. eyeoutline2w.Part1=eyeoutline2
  478. eyeoutline2w.C0=CFrame.new(1.5,0,-4.1)*CFrame.Angles(0,math.rad(-20),math.rad(0))
  479.  
  480. eyemesh = Instance.new("SpecialMesh",eyeoutline2)
  481. eyemesh.MeshType = "Sphere"
  482. eyemesh.Scale = Vector3.new(8.5,8.5,2)
  483.  
  484. eyep2=Instance.new("Part",Character)
  485. eyep2.FormFactor="Custom"
  486. eyep2.Size=Vector3.new(.2,.2,.2)
  487. eyep2.Transparency=0
  488. eyep2.CanCollide=false
  489. eyep2.BrickColor = BrickColor.new("Crimson")
  490. eyep2.Material="Neon"
  491. eyep2.TopSurface="Smooth"
  492. eyep2.BottomSurface="Smooth"
  493. eyep2.RightSurface="Smooth"
  494. eyep2.LeftSurface="Smooth"
  495. eyep2w=Instance.new("Weld",Character)
  496. eyep2w.Part0=eyeoutline2
  497. eyep2w.Part1=eyep2
  498. eyep2w.C0=CFrame.new(0,0,-0.1)*CFrame.Angles(0,math.rad(0),math.rad(0))
  499.  
  500. eyep2mesh = Instance.new("SpecialMesh",eyep2)
  501. eyep2mesh.MeshType = "Sphere"
  502. eyep2mesh.Scale = Vector3.new(7.5,7.5,2)
  503.  
  504. local spotlight = Instance.new("SpotLight", eyep)
  505. spotlight.Shadows = true
  506. spotlight.Color = Color3.new(0, 0.666667, 1)
  507. spotlight.Range = 24
  508. spotlight.Angle = 60
  509. spotlight.Brightness = 100
  510.  
  511. local spotlight2 = Instance.new("SpotLight", eyep2)
  512. spotlight2.Shadows = true
  513. spotlight2.Color = Color3.new(0, 0.666667, 1)
  514. spotlight2.Range = 24
  515. spotlight2.Angle = 60
  516. spotlight2.Brightness = 100
  517.  
  518. local particleemitter = Instance.new("ParticleEmitter", Torso)
  519. particleemitter.VelocitySpread = 180
  520. particleemitter.Lifetime = NumberRange.new(1)
  521. particleemitter.Speed = NumberRange.new(10)
  522. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  523. particleemitter.RotSpeed = NumberRange.new(-180, 180)
  524. particleemitter.Rotation = NumberRange.new(-360, 360)
  525. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  526. particleemitter.LightEmission = 1
  527. particleemitter.Texture = "http://www.roblox.com/asset/?id=320043786"
  528. particleemitter.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  529.  
  530. emitterp=Instance.new("Part",Character)
  531. emitterp.FormFactor="Custom"
  532. emitterp.Size=Vector3.new(5,.2,5)
  533. emitterp.Transparency=1
  534. emitterp.CanCollide=false
  535. emitterp.BrickColor = BrickColor.new("Really red")
  536. emitterp.Material="Neon"
  537. emitterp.TopSurface="Smooth"
  538. emitterp.BottomSurface="Smooth"
  539. emitterp.RightSurface="Smooth"
  540. emitterp.LeftSurface="Smooth"
  541. emitterpw=Instance.new("Weld",Character)
  542. emitterpw.Part0=Character.Torso
  543. emitterpw.Part1=emitterp
  544. emitterpw.C0=CFrame.new(0,-4,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  545.  
  546. local emitter = Instance.new("ParticleEmitter", emitterp)
  547. emitter.EmissionDirection = "Bottom"
  548. emitter.VelocitySpread = 30
  549. emitter.Lifetime = NumberRange.new(1)
  550. emitter.Speed = NumberRange.new(10)
  551. emitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 2, 0), NumberSequenceKeypoint.new(1, 2, 0)})
  552. emitter.RotSpeed = NumberRange.new(-180, 180)
  553. emitter.Rate = 1000
  554. emitter.Rotation = NumberRange.new(-360, 360)
  555. emitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  556. emitter.LightEmission = 1
  557. emitter.Texture = "http://www.roblox.com/asset/?id=31727915"
  558. emitter.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  559.  
  560. local eyeeffect = Instance.new("ParticleEmitter", eyep)
  561. eyeeffect.Lifetime = NumberRange.new(1)
  562. eyeeffect.Speed = NumberRange.new(0)
  563. eyeeffect.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 4), NumberSequenceKeypoint.new(1, 4)})
  564. eyeeffect.RotSpeed = NumberRange.new(1080)
  565. eyeeffect.Rate = 25
  566. eyeeffect.Rotation = NumberRange.new(-360, 360)
  567. eyeeffect.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.11, 0), NumberSequenceKeypoint.new(0.99, 1), NumberSequenceKeypoint.new(1, 1)})
  568. eyeeffect.LightEmission = 0.5
  569. eyeeffect.Texture = "http://www.roblox.com/asset/?id=242292288"
  570. eyeeffect.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  571. eyeeffect.LockedToPart = true
  572. eyeeffect.Enabled = false
  573.  
  574. local eyeeffect2 = Instance.new("ParticleEmitter", eyep2)
  575. eyeeffect2.Lifetime = NumberRange.new(1)
  576. eyeeffect2.Speed = NumberRange.new(0)
  577. eyeeffect2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 4), NumberSequenceKeypoint.new(1, 4)})
  578. eyeeffect2.RotSpeed = NumberRange.new(1080)
  579. eyeeffect2.Rate = 25
  580. eyeeffect2.Rotation = NumberRange.new(-360, 360)
  581. eyeeffect2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.11, 0), NumberSequenceKeypoint.new(0.99, 1), NumberSequenceKeypoint.new(1, 1)})
  582. eyeeffect2.LightEmission = 0.5
  583. eyeeffect2.Texture = "http://www.roblox.com/asset/?id=242292288"
  584. eyeeffect2.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  585. eyeeffect2.LockedToPart = true
  586. eyeeffect2.Enabled = false
  587.  
  588. for _,v in pairs(Beast:GetChildren()) do
  589. if v:IsA("Part") then
  590. v.Transparency = 0
  591. end
  592. end
  593. coroutine.resume(coroutine.create(function(Part,Weld)
  594. while Part.Parent~=nil do
  595. wait(5)
  596. for i=0,1,0.2 do
  597. wait()
  598. spotlight.Angle = 60-60*i
  599. eyepmesh.Scale = Vector3.new(7.5,7.5-7.4*i,2)
  600. end
  601. for i=0,1,0.2 do
  602. wait()
  603. spotlight.Angle = 0+60*i
  604. eyepmesh.Scale = Vector3.new(7.5,0.1+7.4*i,2)
  605. end
  606. spotlight.Angle = 60
  607. end
  608. end),eyep,eyepw)
  609.  
  610. coroutine.resume(coroutine.create(function(Part,Weld)
  611. while Part.Parent~=nil do
  612. wait(5)
  613. for i=0,1,0.2 do
  614. wait()
  615. spotlight2.Angle = 60-60*i
  616. eyep2mesh.Scale = Vector3.new(7.5,7.5-7.4*i,2)
  617. end
  618. for i=0,1,0.2 do
  619. wait()
  620. spotlight2.Angle = 0+60*i
  621. eyep2mesh.Scale = Vector3.new(7.5,0.1+7.4*i,2)
  622. end
  623. spotlight2.Angle = 60
  624. end
  625. end),eyep2,eyep2w)
  626.  
  627. for _,v in pairs(Beast:GetChildren()) do
  628. if v:IsA("Part") then
  629. v.Transparency = 0
  630. end
  631. end
  632. --------------------------------------------------------------
  633. Arm = Instance.new("Model",Character)
  634. Arm.Name = "Arm 1"
  635.  
  636. arm1p=Instance.new("Part",Character)
  637. arm1p.FormFactor="Custom"
  638. arm1p.Size=Vector3.new(.2,.2,.2)
  639. arm1p.Transparency = 0
  640. arm1p.CanCollide=false
  641. arm1p.BrickColor = BrickColor.new("Really red")
  642. arm1p.Material="Sand"
  643. arm1p.TopSurface="Smooth"
  644. arm1p.BottomSurface="Smooth"
  645. arm1p.RightSurface="Smooth"
  646. arm1p.LeftSurface="Smooth"
  647. arm1pw=Instance.new("Weld",Character)
  648. arm1pw.Part0=Character["Right Arm"]
  649. arm1pw.Part1=arm1p
  650. arm1pw.C0=CFrame.new(0,-5,0)*CFrame.Angles(0,math.rad(0),math.rad(90))
  651.  
  652. arm1pmesh = Instance.new("SpecialMesh",arm1p)
  653. arm1pmesh.MeshType = "Sphere"
  654. arm1pmesh.Scale = Vector3.new(40,20,40)
  655.  
  656. local particleemitter2 = Instance.new("ParticleEmitter", arm1p)
  657. particleemitter2.VelocitySpread = 180
  658. particleemitter2.Lifetime = NumberRange.new(1)
  659. particleemitter2.Speed = NumberRange.new(10)
  660. particleemitter2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  661. particleemitter2.RotSpeed = NumberRange.new(-180, 180)
  662. particleemitter2.Rotation = NumberRange.new(-360, 360)
  663. particleemitter2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  664. particleemitter2.LightEmission = 1
  665. particleemitter2.Texture = "http://www.roblox.com/asset/?id=320043786"
  666. particleemitter2.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  667. particleemitter2.Enabled = false
  668.  
  669. arm1p2=Instance.new("Part",Character)
  670. arm1p2.FormFactor="Custom"
  671. arm1p2.Size=Vector3.new(.2,.2,.2)
  672. arm1p2.Transparency = 0
  673. arm1p2.CanCollide=false
  674. arm1p2.BrickColor = BrickColor.new("Really red")
  675. arm1p2.Material="Sand"
  676. arm1p2.TopSurface="Smooth"
  677. arm1p2.BottomSurface="Smooth"
  678. arm1p2.RightSurface="Smooth"
  679. arm1p2.LeftSurface="Smooth"
  680. arm1p2w=Instance.new("Weld",Character)
  681. arm1p2w.Part0=arm1p
  682. arm1p2w.Part1=arm1p2
  683. arm1p2w.C0=CFrame.new(0,3,0)*CFrame.Angles(0,math.rad(90),math.rad(-90))
  684.  
  685. arm1p2mesh = Instance.new("SpecialMesh",arm1p2)
  686. arm1p2mesh.MeshType = "Cylinder"
  687. arm1p2mesh.Scale = Vector3.new(30,20,30)
  688.  
  689. local particleemitter3 = Instance.new("ParticleEmitter", arm1p2)
  690. particleemitter3.VelocitySpread = 180
  691. particleemitter3.Lifetime = NumberRange.new(1)
  692. particleemitter3.Speed = NumberRange.new(10)
  693. particleemitter3.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  694. particleemitter3.RotSpeed = NumberRange.new(-180, 180)
  695. particleemitter3.Rotation = NumberRange.new(-360, 360)
  696. particleemitter3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  697. particleemitter3.LightEmission = 1
  698. particleemitter3.Texture = "http://www.roblox.com/asset/?id=320043786"
  699. particleemitter3.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  700. particleemitter3.Enabled = false
  701.  
  702. arm1p3=Instance.new("Part",Character)
  703. arm1p3.FormFactor="Custom"
  704. arm1p3.Size=Vector3.new(.2,.2,.2)
  705. arm1p3.Transparency = 0
  706. arm1p3.CanCollide=false
  707. arm1p3.BrickColor = BrickColor.new("Really red")
  708. arm1p3.Material="Sand"
  709. arm1p3.TopSurface="Smooth"
  710. arm1p3.BottomSurface="Smooth"
  711. arm1p3.RightSurface="Smooth"
  712. arm1p3.LeftSurface="Smooth"
  713. arm1p3w=Instance.new("Weld",Character)
  714. arm1p3w.Part0=arm1p2
  715. arm1p3w.Part1=arm1p3
  716. arm1p3w.C0=CFrame.new(-4,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  717.  
  718. arm1p3mesh = Instance.new("SpecialMesh",arm1p3)
  719. arm1p3mesh.MeshType = "Sphere"
  720. arm1p3mesh.Scale = Vector3.new(22.5,22.5,22.5)
  721.  
  722. local particleemitter4 = Instance.new("ParticleEmitter", arm1p3)
  723. particleemitter4.VelocitySpread = 180
  724. particleemitter4.Lifetime = NumberRange.new(1)
  725. particleemitter4.Speed = NumberRange.new(10)
  726. particleemitter4.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  727. particleemitter4.RotSpeed = NumberRange.new(-180, 180)
  728. particleemitter4.Rotation = NumberRange.new(-360, 360)
  729. particleemitter4.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  730. particleemitter4.LightEmission = 1
  731. particleemitter4.Texture = "http://www.roblox.com/asset/?id=320043786"
  732. particleemitter4.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  733. particleemitter4.Enabled = false
  734.  
  735. arm1p4=Instance.new("Part",Character)
  736. arm1p4.FormFactor="Custom"
  737. arm1p4.Size=Vector3.new(.2,.2,.2)
  738. arm1p4.Transparency = 0
  739. arm1p4.CanCollide=false
  740. arm1p4.BrickColor = BrickColor.new("Really red")
  741. arm1p4.Material="Sand"
  742. arm1p4.TopSurface="Smooth"
  743. arm1p4.BottomSurface="Smooth"
  744. arm1p4.RightSurface="Smooth"
  745. arm1p4.LeftSurface="Smooth"
  746. arm1p4w=Instance.new("Weld",Character)
  747. arm1p4w.Part0=arm1p3
  748. arm1p4w.Part1=arm1p4
  749. arm1p4w.C0=CFrame.new(-3,3,0)*CFrame.Angles(0,math.rad(0),math.rad(-45))
  750.  
  751. arm1p4mesh = Instance.new("SpecialMesh",arm1p4)
  752. arm1p4mesh.MeshType = "Cylinder"
  753. arm1p4mesh.Scale = Vector3.new(30,20,30)
  754.  
  755. local particleemitter5 = Instance.new("ParticleEmitter", arm1p4)
  756. particleemitter5.VelocitySpread = 180
  757. particleemitter5.Lifetime = NumberRange.new(1)
  758. particleemitter5.Speed = NumberRange.new(10)
  759. particleemitter5.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  760. particleemitter5.RotSpeed = NumberRange.new(-180, 180)
  761. particleemitter5.Rotation = NumberRange.new(-360, 360)
  762. particleemitter5.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  763. particleemitter5.LightEmission = 1
  764. particleemitter5.Texture = "http://www.roblox.com/asset/?id=320043786"
  765. particleemitter5.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  766. particleemitter5.Enabled = false
  767.  
  768. arm1p5=Instance.new("Part",Character)
  769. arm1p5.FormFactor="Custom"
  770. arm1p5.Size=Vector3.new(.2,.2,.2)
  771. arm1p5.Transparency = 0
  772. arm1p5.CanCollide=false
  773. arm1p5.BrickColor = BrickColor.new("Really red")
  774. arm1p5.Material="Sand"
  775. arm1p5.TopSurface="Smooth"
  776. arm1p5.BottomSurface="Smooth"
  777. arm1p5.RightSurface="Smooth"
  778. arm1p5.LeftSurface="Smooth"
  779. arm1p5w=Instance.new("Weld",Character)
  780. arm1p5w.Part0=arm1p4
  781. arm1p5w.Part1=arm1p5
  782. arm1p5w.C0=CFrame.new(-4,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  783.  
  784. arm1p5mesh = Instance.new("SpecialMesh",arm1p5)
  785. arm1p5mesh.MeshType = "Sphere"
  786. arm1p5mesh.Scale = Vector3.new(30,30,30)
  787.  
  788. local particleemitter6 = Instance.new("ParticleEmitter", arm1p5)
  789. particleemitter6.VelocitySpread = 180
  790. particleemitter6.Lifetime = NumberRange.new(1)
  791. particleemitter6.Speed = NumberRange.new(10)
  792. particleemitter6.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  793. particleemitter6.RotSpeed = NumberRange.new(-180, 180)
  794. particleemitter6.Rotation = NumberRange.new(-360, 360)
  795. particleemitter6.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  796. particleemitter6.LightEmission = 1
  797. particleemitter6.Texture = "http://www.roblox.com/asset/?id=320043786"
  798. particleemitter6.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))--ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  799. particleemitter6.Enabled = false
  800.  
  801. arm1p6=Instance.new("Part",Character)
  802. arm1p6.FormFactor="Custom"
  803. arm1p6.Size=Vector3.new(.2,.2,.2)
  804. arm1p6.Transparency = 0
  805. arm1p6.CanCollide=false
  806. arm1p6.BrickColor = BrickColor.new("Really red")
  807. arm1p6.Material="Sand"
  808. arm1p6.TopSurface="Smooth"
  809. arm1p6.BottomSurface="Smooth"
  810. arm1p6.RightSurface="Smooth"
  811. arm1p6.LeftSurface="Smooth"
  812. arm1p6w=Instance.new("Weld",Character)
  813. arm1p6w.Part0=arm1p5
  814. arm1p6w.Part1=arm1p6
  815. arm1p6w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  816.  
  817. arm1p6mesh = Instance.new("FileMesh",arm1p6)
  818. arm1p6mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  819. arm1p6mesh.Scale = Vector3.new(3.15,3.15,3.15)
  820.  
  821. arm1p7=Instance.new("Part",Character)
  822. arm1p7.FormFactor="Custom"
  823. arm1p7.Size=Vector3.new(.2,.2,.2)
  824. arm1p7.Transparency = 0
  825. arm1p7.CanCollide=false
  826. arm1p7.BrickColor = BrickColor.new("Crimson")
  827. arm1p7.Material="Sand"
  828. arm1p7.TopSurface="Smooth"
  829. arm1p7.BottomSurface="Smooth"
  830. arm1p7.RightSurface="Smooth"
  831. arm1p7.LeftSurface="Smooth"
  832. arm1p7w=Instance.new("Weld",Character)
  833. arm1p7w.Part0=arm1p
  834. arm1p7w.Part1=arm1p7
  835. arm1p7w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  836.  
  837. arm1p7mesh = Instance.new("FileMesh",arm1p7)
  838. arm1p7mesh.MeshId = "http://www.roblox.com/asset/?id=9756362"
  839. arm1p7mesh.Scale = Vector3.new(5,10,5)
  840.  
  841. arm1hitbox=Instance.new("Part",Character)
  842. arm1hitbox.FormFactor="Custom"
  843. arm1hitbox.Size=Vector3.new(5,5,5)
  844. arm1hitbox.Transparency = 1
  845. arm1hitbox.CanCollide=false
  846. arm1hitbox.BrickColor = BrickColor.new("Really red")
  847. arm1hitbox.Material="Sand"
  848. arm1hitbox.TopSurface="Smooth"
  849. arm1hitbox.BottomSurface="Smooth"
  850. arm1hitbox.RightSurface="Smooth"
  851. arm1hitbox.LeftSurface="Smooth"
  852. arm1hitboxw=Instance.new("Weld",Character)
  853. arm1hitboxw.Part0=arm1p6
  854. arm1hitboxw.Part1=arm1hitbox
  855. arm1hitboxw.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  856. --------------------------------------------------------------
  857. Arm2 = Instance.new("Model",Character)
  858. Arm2.Name = "Arm 2"
  859.  
  860. arm2p=Instance.new("Part",Character)
  861. arm2p.FormFactor="Custom"
  862. arm2p.Size=Vector3.new(.2,.2,.2)
  863. arm2p.Transparency = 0
  864. arm2p.CanCollide=false
  865. arm2p.BrickColor = BrickColor.new("Really red")
  866. arm2p.Material="Sand"
  867. arm2p.TopSurface="Smooth"
  868. arm2p.BottomSurface="Smooth"
  869. arm2p.RightSurface="Smooth"
  870. arm2p.LeftSurface="Smooth"
  871. arm2pw=Instance.new("Weld",Character)
  872. arm2pw.Part0=Character["Left Arm"]
  873. arm2pw.Part1=arm2p
  874. arm2pw.C0=CFrame.new(0,-5,0)*CFrame.Angles(0,math.rad(0),math.rad(-90))
  875.  
  876. arm2pmesh = Instance.new("SpecialMesh",arm2p)
  877. arm2pmesh.MeshType = "Sphere"
  878. arm2pmesh.Scale = Vector3.new(40,20,40)
  879.  
  880. local particleemitter7 = Instance.new("ParticleEmitter", arm2p)
  881. particleemitter7.VelocitySpread = 180
  882. particleemitter7.Lifetime = NumberRange.new(1)
  883. particleemitter7.Speed = NumberRange.new(10)
  884. particleemitter7.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  885. particleemitter7.RotSpeed = NumberRange.new(-180, 180)
  886. particleemitter7.Rotation = NumberRange.new(-360, 360)
  887. particleemitter7.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  888. particleemitter7.LightEmission = 1
  889. particleemitter7.Texture = "http://www.roblox.com/asset/?id=320043786"
  890. particleemitter7.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  891. particleemitter7.Enabled = false
  892.  
  893. arm2p2=Instance.new("Part",Character)
  894. arm2p2.FormFactor="Custom"
  895. arm2p2.Size=Vector3.new(.2,.2,.2)
  896. arm2p2.Transparency = 0
  897. arm2p2.CanCollide=false
  898. arm2p2.BrickColor = BrickColor.new("Really red")
  899. arm2p2.Material="Sand"
  900. arm2p2.TopSurface="Smooth"
  901. arm2p2.BottomSurface="Smooth"
  902. arm2p2.RightSurface="Smooth"
  903. arm2p2.LeftSurface="Smooth"
  904. arm2p2w=Instance.new("Weld",Character)
  905. arm2p2w.Part0=arm2p
  906. arm2p2w.Part1=arm2p2
  907. arm2p2w.C0=CFrame.new(0,3,0)*CFrame.Angles(0,math.rad(90),math.rad(-90))
  908.  
  909. arm2p2mesh = Instance.new("SpecialMesh",arm2p2)
  910. arm2p2mesh.MeshType = "Cylinder"
  911. arm2p2mesh.Scale = Vector3.new(30,20,30)
  912.  
  913. local particleemitter8 = Instance.new("ParticleEmitter", arm2p2)
  914. particleemitter8.VelocitySpread = 180
  915. particleemitter8.Lifetime = NumberRange.new(1)
  916. particleemitter8.Speed = NumberRange.new(10)
  917. particleemitter8.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  918. particleemitter8.RotSpeed = NumberRange.new(-180, 180)
  919. particleemitter8.Rotation = NumberRange.new(-360, 360)
  920. particleemitter8.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  921. particleemitter8.LightEmission = 1
  922. particleemitter8.Texture = "http://www.roblox.com/asset/?id=320043786"
  923. particleemitter8.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  924. particleemitter8.Enabled = false
  925.  
  926. arm2p3=Instance.new("Part",Character)
  927. arm2p3.FormFactor="Custom"
  928. arm2p3.Size=Vector3.new(.2,.2,.2)
  929. arm2p3.Transparency = 0
  930. arm2p3.CanCollide=false
  931. arm2p3.BrickColor = BrickColor.new("Really red")
  932. arm2p3.Material="Sand"
  933. arm2p3.TopSurface="Smooth"
  934. arm2p3.BottomSurface="Smooth"
  935. arm2p3.RightSurface="Smooth"
  936. arm2p3.LeftSurface="Smooth"
  937. arm2p3w=Instance.new("Weld",Character)
  938. arm2p3w.Part0=arm2p2
  939. arm2p3w.Part1=arm2p3
  940. arm2p3w.C0=CFrame.new(-4,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  941.  
  942. arm2p3mesh = Instance.new("SpecialMesh",arm2p3)
  943. arm2p3mesh.MeshType = "Sphere"
  944. arm2p3mesh.Scale = Vector3.new(22.5,22.5,22.5)
  945.  
  946. local particleemitter9 = Instance.new("ParticleEmitter", arm2p3)
  947. particleemitter9.VelocitySpread = 180
  948. particleemitter9.Lifetime = NumberRange.new(1)
  949. particleemitter9.Speed = NumberRange.new(10)
  950. particleemitter9.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  951. particleemitter9.RotSpeed = NumberRange.new(-180, 180)
  952. particleemitter9.Rotation = NumberRange.new(-360, 360)
  953. particleemitter9.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  954. particleemitter9.LightEmission = 1
  955. particleemitter9.Texture = "http://www.roblox.com/asset/?id=320043786"
  956. particleemitter9.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  957. particleemitter9.Enabled = false
  958.  
  959. arm2p4=Instance.new("Part",Character)
  960. arm2p4.FormFactor="Custom"
  961. arm2p4.Size=Vector3.new(.2,.2,.2)
  962. arm2p4.Transparency = 0
  963. arm2p4.CanCollide=false
  964. arm2p4.BrickColor = BrickColor.new("Really red")
  965. arm2p4.Material="Sand"
  966. arm2p4.TopSurface="Smooth"
  967. arm2p4.BottomSurface="Smooth"
  968. arm2p4.RightSurface="Smooth"
  969. arm2p4.LeftSurface="Smooth"
  970. arm2p4w=Instance.new("Weld",Character)
  971. arm2p4w.Part0=arm2p3
  972. arm2p4w.Part1=arm2p4
  973. arm2p4w.C0=CFrame.new(-3,3,0)*CFrame.Angles(0,math.rad(0),math.rad(-45))
  974.  
  975. arm2p4mesh = Instance.new("SpecialMesh",arm2p4)
  976. arm2p4mesh.MeshType = "Cylinder"
  977. arm2p4mesh.Scale = Vector3.new(30,20,30)
  978.  
  979. local particleemitter10 = Instance.new("ParticleEmitter", arm2p4)
  980. particleemitter10.VelocitySpread = 180
  981. particleemitter10.Lifetime = NumberRange.new(1)
  982. particleemitter10.Speed = NumberRange.new(10)
  983. particleemitter10.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  984. particleemitter10.RotSpeed = NumberRange.new(-180, 180)
  985. particleemitter10.Rotation = NumberRange.new(-360, 360)
  986. particleemitter10.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  987. particleemitter10.LightEmission = 1
  988. particleemitter10.Texture = "http://www.roblox.com/asset/?id=320043786"
  989. particleemitter10.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  990. particleemitter10.Enabled = false
  991.  
  992. arm2p5=Instance.new("Part",Character)
  993. arm2p5.FormFactor="Custom"
  994. arm2p5.Size=Vector3.new(.2,.2,.2)
  995. arm2p5.Transparency = 0
  996. arm2p5.CanCollide=false
  997. arm2p5.BrickColor = BrickColor.new("Really red")
  998. arm2p5.Material="Sand"
  999. arm2p5.TopSurface="Smooth"
  1000. arm2p5.BottomSurface="Smooth"
  1001. arm2p5.RightSurface="Smooth"
  1002. arm2p5.LeftSurface="Smooth"
  1003. arm2p5w=Instance.new("Weld",Character)
  1004. arm2p5w.Part0=arm2p4
  1005. arm2p5w.Part1=arm2p5
  1006. arm2p5w.C0=CFrame.new(-4,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  1007.  
  1008. arm2p5mesh = Instance.new("SpecialMesh",arm2p5)
  1009. arm2p5mesh.MeshType = "Sphere"
  1010. arm2p5mesh.Scale = Vector3.new(30,30,30)
  1011.  
  1012. local particleemitter11 = Instance.new("ParticleEmitter", arm2p5)
  1013. particleemitter11.VelocitySpread = 180
  1014. particleemitter11.Lifetime = NumberRange.new(1)
  1015. particleemitter11.Speed = NumberRange.new(10)
  1016. particleemitter11.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1017. particleemitter11.RotSpeed = NumberRange.new(-180, 180)
  1018. particleemitter11.Rotation = NumberRange.new(-360, 360)
  1019. particleemitter11.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1020. particleemitter11.LightEmission = 1
  1021. particleemitter11.Texture = "http://www.roblox.com/asset/?id=320043786"
  1022. particleemitter11.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1023. particleemitter11.Enabled = false
  1024.  
  1025. arm2p6=Instance.new("Part",Character)
  1026. arm2p6.FormFactor="Custom"
  1027. arm2p6.Size=Vector3.new(.2,.2,.2)
  1028. arm2p6.Transparency = 0
  1029. arm2p6.CanCollide=false
  1030. arm2p6.BrickColor = BrickColor.new("Really red")
  1031. arm2p6.Material="Sand"
  1032. arm2p6.TopSurface="Smooth"
  1033. arm2p6.BottomSurface="Smooth"
  1034. arm2p6.RightSurface="Smooth"
  1035. arm2p6.LeftSurface="Smooth"
  1036. arm2p6w=Instance.new("Weld",Character)
  1037. arm2p6w.Part0=arm2p5
  1038. arm2p6w.Part1=arm2p6
  1039. arm2p6w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(90))
  1040.  
  1041. arm2p6mesh = Instance.new("FileMesh",arm2p6)
  1042. arm2p6mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1043. arm2p6mesh.Scale = Vector3.new(3.15,3.15,3.15)
  1044.  
  1045. arm2p7=Instance.new("Part",Character)
  1046. arm2p7.FormFactor="Custom"
  1047. arm2p7.Size=Vector3.new(.2,.2,.2)
  1048. arm2p7.Transparency = 0
  1049. arm2p7.CanCollide=false
  1050. arm2p7.BrickColor = BrickColor.new("Crimson")
  1051. arm2p7.Material="Sand"
  1052. arm2p7.TopSurface="Smooth"
  1053. arm2p7.BottomSurface="Smooth"
  1054. arm2p7.RightSurface="Smooth"
  1055. arm2p7.LeftSurface="Smooth"
  1056. arm2p7w=Instance.new("Weld",Character)
  1057. arm2p7w.Part0=arm2p
  1058. arm2p7w.Part1=arm2p7
  1059. arm2p7w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  1060.  
  1061. arm2p7mesh = Instance.new("FileMesh",arm2p7)
  1062. arm2p7mesh.MeshId = "http://www.roblox.com/asset/?id=9756362"
  1063. arm2p7mesh.Scale = Vector3.new(5,10,5)
  1064.  
  1065. arm2hitbox=Instance.new("Part",Character)
  1066. arm2hitbox.FormFactor="Custom"
  1067. arm2hitbox.Size=Vector3.new(5,5,5)
  1068. arm2hitbox.Transparency = 1
  1069. arm2hitbox.CanCollide=false
  1070. arm2hitbox.BrickColor = BrickColor.new("Really red")
  1071. arm2hitbox.Material="Sand"
  1072. arm2hitbox.TopSurface="Smooth"
  1073. arm2hitbox.BottomSurface="Smooth"
  1074. arm2hitbox.RightSurface="Smooth"
  1075. arm2hitbox.LeftSurface="Smooth"
  1076. arm2hitboxw=Instance.new("Weld",Character)
  1077. arm2hitboxw.Part0=arm2p6
  1078. arm2hitboxw.Part1=arm2hitbox
  1079. arm2hitboxw.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  1080. --------------------------------------------------------------
  1081. arm3 = Instance.new("Model",Character)
  1082. arm3.Name = "Arm 3"
  1083.  
  1084. arm3p=Instance.new("Part",Character)
  1085. arm3p.FormFactor="Custom"
  1086. arm3p.Size=Vector3.new(.2,.2,.2)
  1087. arm3p.Transparency=1
  1088. arm3p.CanCollide=false
  1089. arm3p.BrickColor = BrickColor.new("Really red")
  1090. arm3p.Material="Sand"
  1091. arm3p.TopSurface="Smooth"
  1092. arm3p.BottomSurface="Smooth"
  1093. arm3p.RightSurface="Smooth"
  1094. arm3p.LeftSurface="Smooth"
  1095. arm3pw=Instance.new("Weld",Character)
  1096. arm3pw.Part0=Character["Left Arm"]
  1097. arm3pw.Part1=arm3p
  1098. arm3pw.C0=CFrame.new(0,-5,0)*CFrame.Angles(0,math.rad(0),math.rad(-90))
  1099.  
  1100. arm3pmesh = Instance.new("SpecialMesh",arm3p)
  1101. arm3pmesh.MeshType = "Sphere"
  1102. arm3pmesh.Scale = Vector3.new(40,20,40)
  1103.  
  1104. local particleemitter7 = Instance.new("ParticleEmitter", arm3p)
  1105. particleemitter7.VelocitySpread = 180
  1106. particleemitter7.Lifetime = NumberRange.new(1)
  1107. particleemitter7.Speed = NumberRange.new(10)
  1108. particleemitter7.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1109. particleemitter7.RotSpeed = NumberRange.new(-180, 180)
  1110. particleemitter7.Rotation = NumberRange.new(-360, 360)
  1111. particleemitter7.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1112. particleemitter7.LightEmission = 1
  1113. particleemitter7.Texture = "http://www.roblox.com/asset/?id=320043786"
  1114. particleemitter7.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1115. particleemitter7.Enabled = false
  1116.  
  1117. arm3p2=Instance.new("Part",Character)
  1118. arm3p2.FormFactor="Custom"
  1119. arm3p2.Size=Vector3.new(.2,.2,.2)
  1120. arm3p2.Transparency=0
  1121. arm3p2.CanCollide=false
  1122. arm3p2.BrickColor = BrickColor.new("Really red")
  1123. arm3p2.Material="Sand"
  1124. arm3p2.TopSurface="Smooth"
  1125. arm3p2.BottomSurface="Smooth"
  1126. arm3p2.RightSurface="Smooth"
  1127. arm3p2.LeftSurface="Smooth"
  1128. arm3p2w=Instance.new("Weld",Character)
  1129. arm3p2w.Part0=arm3p
  1130. arm3p2w.Part1=arm3p2
  1131. arm3p2w.C0=CFrame.new(0,3,0)*CFrame.Angles(0,math.rad(90),math.rad(-90))
  1132.  
  1133. arm3p2mesh = Instance.new("SpecialMesh",arm3p2)
  1134. arm3p2mesh.MeshType = "Cylinder"
  1135. arm3p2mesh.Scale = Vector3.new(30,20,30)
  1136.  
  1137. local particleemitter8 = Instance.new("ParticleEmitter", arm3p2)
  1138. particleemitter8.VelocitySpread = 180
  1139. particleemitter8.Lifetime = NumberRange.new(1)
  1140. particleemitter8.Speed = NumberRange.new(10)
  1141. particleemitter8.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1142. particleemitter8.RotSpeed = NumberRange.new(-180, 180)
  1143. particleemitter8.Rotation = NumberRange.new(-360, 360)
  1144. particleemitter8.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1145. particleemitter8.LightEmission = 1
  1146. particleemitter8.Texture = "http://www.roblox.com/asset/?id=320043786"
  1147. particleemitter8.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1148. particleemitter8.Enabled = false
  1149.  
  1150. arm3p3=Instance.new("Part",Character)
  1151. arm3p3.FormFactor="Custom"
  1152. arm3p3.Size=Vector3.new(.2,.2,.2)
  1153. arm3p3.Transparency=0
  1154. arm3p3.CanCollide=false
  1155. arm3p3.BrickColor = BrickColor.new("Really red")
  1156. arm3p3.Material="Sand"
  1157. arm3p3.TopSurface="Smooth"
  1158. arm3p3.BottomSurface="Smooth"
  1159. arm3p3.RightSurface="Smooth"
  1160. arm3p3.LeftSurface="Smooth"
  1161. arm3p3w=Instance.new("Weld",Character)
  1162. arm3p3w.Part0=arm3p2
  1163. arm3p3w.Part1=arm3p3
  1164. arm3p3w.C0=CFrame.new(-4,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  1165.  
  1166. arm3p3mesh = Instance.new("SpecialMesh",arm3p3)
  1167. arm3p3mesh.MeshType = "Sphere"
  1168. arm3p3mesh.Scale = Vector3.new(22.5,22.5,22.5)
  1169.  
  1170. local particleemitter9 = Instance.new("ParticleEmitter", arm3p3)
  1171. particleemitter9.VelocitySpread = 180
  1172. particleemitter9.Lifetime = NumberRange.new(1)
  1173. particleemitter9.Speed = NumberRange.new(10)
  1174. particleemitter9.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1175. particleemitter9.RotSpeed = NumberRange.new(-180, 180)
  1176. particleemitter9.Rotation = NumberRange.new(-360, 360)
  1177. particleemitter9.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1178. particleemitter9.LightEmission = 1
  1179. particleemitter9.Texture = "http://www.roblox.com/asset/?id=320043786"
  1180. particleemitter9.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1181. particleemitter9.Enabled = false
  1182.  
  1183. arm3p4=Instance.new("Part",Character)
  1184. arm3p4.FormFactor="Custom"
  1185. arm3p4.Size=Vector3.new(.2,.2,.2)
  1186. arm3p4.Transparency=0
  1187. arm3p4.CanCollide=false
  1188. arm3p4.BrickColor = BrickColor.new("Really red")
  1189. arm3p4.Material="Sand"
  1190. arm3p4.TopSurface="Smooth"
  1191. arm3p4.BottomSurface="Smooth"
  1192. arm3p4.RightSurface="Smooth"
  1193. arm3p4.LeftSurface="Smooth"
  1194. arm3p4w=Instance.new("Weld",Character)
  1195. arm3p4w.Part0=arm3p3
  1196. arm3p4w.Part1=arm3p4
  1197. arm3p4w.C0=CFrame.new(-3,3,0)*CFrame.Angles(0,math.rad(0),math.rad(-45))
  1198.  
  1199. arm3p4mesh = Instance.new("SpecialMesh",arm3p4)
  1200. arm3p4mesh.MeshType = "Cylinder"
  1201. arm3p4mesh.Scale = Vector3.new(30,20,30)
  1202.  
  1203. local particleemitter10 = Instance.new("ParticleEmitter", arm3p4)
  1204. particleemitter10.VelocitySpread = 180
  1205. particleemitter10.Lifetime = NumberRange.new(1)
  1206. particleemitter10.Speed = NumberRange.new(10)
  1207. particleemitter10.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1208. particleemitter10.RotSpeed = NumberRange.new(-180, 180)
  1209. particleemitter10.Rotation = NumberRange.new(-360, 360)
  1210. particleemitter10.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1211. particleemitter10.LightEmission = 1
  1212. particleemitter10.Texture = "http://www.roblox.com/asset/?id=320043786"
  1213. particleemitter10.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1214. particleemitter10.Enabled = false
  1215.  
  1216. arm3p5=Instance.new("Part",Character)
  1217. arm3p5.FormFactor="Custom"
  1218. arm3p5.Size=Vector3.new(.2,.2,.2)
  1219. arm3p5.Transparency=0
  1220. arm3p5.CanCollide=false
  1221. arm3p5.BrickColor = BrickColor.new("Really red")
  1222. arm3p5.Material="Sand"
  1223. arm3p5.TopSurface="Smooth"
  1224. arm3p5.BottomSurface="Smooth"
  1225. arm3p5.RightSurface="Smooth"
  1226. arm3p5.LeftSurface="Smooth"
  1227. arm3p5w=Instance.new("Weld",Character)
  1228. arm3p5w.Part0=arm3p4
  1229. arm3p5w.Part1=arm3p5
  1230. arm3p5w.C0=CFrame.new(-4,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  1231.  
  1232. arm3p5mesh = Instance.new("SpecialMesh",arm3p5)
  1233. arm3p5mesh.MeshType = "Sphere"
  1234. arm3p5mesh.Scale = Vector3.new(30,30,30)
  1235.  
  1236. local particleemitter11 = Instance.new("ParticleEmitter", arm3p5)
  1237. particleemitter11.VelocitySpread = 180
  1238. particleemitter11.Lifetime = NumberRange.new(1)
  1239. particleemitter11.Speed = NumberRange.new(10)
  1240. particleemitter11.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1241. particleemitter11.RotSpeed = NumberRange.new(-180, 180)
  1242. particleemitter11.Rotation = NumberRange.new(-360, 360)
  1243. particleemitter11.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1244. particleemitter11.LightEmission = 1
  1245. particleemitter11.Texture = "http://www.roblox.com/asset/?id=320043786"
  1246. particleemitter11.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1247. particleemitter11.Enabled = false
  1248.  
  1249. arm3p6=Instance.new("Part",Character)
  1250. arm3p6.FormFactor="Custom"
  1251. arm3p6.Size=Vector3.new(.2,.2,.2)
  1252. arm3p6.Transparency=0
  1253. arm3p6.CanCollide=false
  1254. arm3p6.BrickColor = BrickColor.new("Really red")
  1255. arm3p6.Material="Sand"
  1256. arm3p6.TopSurface="Smooth"
  1257. arm3p6.BottomSurface="Smooth"
  1258. arm3p6.RightSurface="Smooth"
  1259. arm3p6.LeftSurface="Smooth"
  1260. arm3p6w=Instance.new("Weld",Character)
  1261. arm3p6w.Part0=arm3p5
  1262. arm3p6w.Part1=arm3p6
  1263. arm3p6w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(90))
  1264.  
  1265. arm3p6mesh = Instance.new("FileMesh",arm3p6)
  1266. arm3p6mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1267. arm3p6mesh.Scale = Vector3.new(3.15,3.15,3.15)
  1268.  
  1269. arm3p7=Instance.new("Part",Character)
  1270. arm3p7.FormFactor="Custom"
  1271. arm3p7.Size=Vector3.new(.2,.2,.2)
  1272. arm3p7.Transparency=0
  1273. arm3p7.CanCollide=false
  1274. arm3p7.BrickColor = BrickColor.new("Crimson")
  1275. arm3p7.Material="Sand"
  1276. arm3p7.TopSurface="Smooth"
  1277. arm3p7.BottomSurface="Smooth"
  1278. arm3p7.RightSurface="Smooth"
  1279. arm3p7.LeftSurface="Smooth"
  1280. arm3p7w=Instance.new("Weld",Character)
  1281. arm3p7w.Part0=arm3p
  1282. arm3p7w.Part1=arm3p7
  1283. arm3p7w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  1284.  
  1285. arm3p7mesh = Instance.new("FileMesh",arm3p7)
  1286. arm3p7mesh.MeshId = "http://www.roblox.com/asset/?id=9756362"
  1287. arm3p7mesh.Scale = Vector3.new(5,10,5)
  1288.  
  1289. arm3hitbox=Instance.new("Part",Character)
  1290. arm3hitbox.FormFactor="Custom"
  1291. arm3hitbox.Size=Vector3.new(5,5,5)
  1292. arm3hitbox.Transparency=1
  1293. arm3hitbox.CanCollide=false
  1294. arm3hitbox.BrickColor = BrickColor.new("Really red")
  1295. arm3hitbox.Material="Sand"
  1296. arm3hitbox.TopSurface="Smooth"
  1297. arm3hitbox.BottomSurface="Smooth"
  1298. arm3hitbox.RightSurface="Smooth"
  1299. arm3hitbox.LeftSurface="Smooth"
  1300. arm3hitboxw=Instance.new("Weld",Character)
  1301. arm3hitboxw.Part0=arm3p6
  1302. arm3hitboxw.Part1=arm3hitbox
  1303. arm3hitboxw.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  1304. --------------------------------------------------------------
  1305. Arm = Instance.new("Model",Character)
  1306. Arm.Name = "Arm 1"
  1307.  
  1308. arm4p=Instance.new("Part",Character)
  1309. arm4p.FormFactor="Custom"
  1310. arm4p.Size=Vector3.new(.2,.2,.2)
  1311. arm4p.Transparency=1
  1312. arm4p.CanCollide=false
  1313. arm4p.BrickColor = BrickColor.new("Really red")
  1314. arm4p.Material="Sand"
  1315. arm4p.TopSurface="Smooth"
  1316. arm4p.BottomSurface="Smooth"
  1317. arm4p.RightSurface="Smooth"
  1318. arm4p.LeftSurface="Smooth"
  1319. arm4pw=Instance.new("Weld",Character)
  1320. arm4pw.Part0=Character["Right Arm"]
  1321. arm4pw.Part1=arm4p
  1322. arm4pw.C0=CFrame.new(0,-5,0)*CFrame.Angles(0,math.rad(0),math.rad(90))
  1323.  
  1324. arm4pmesh = Instance.new("SpecialMesh",arm4p)
  1325. arm4pmesh.MeshType = "Sphere"
  1326. arm4pmesh.Scale = Vector3.new(40,20,40)
  1327.  
  1328. local particleemitter2 = Instance.new("ParticleEmitter", arm4p)
  1329. particleemitter2.VelocitySpread = 180
  1330. particleemitter2.Lifetime = NumberRange.new(1)
  1331. particleemitter2.Speed = NumberRange.new(10)
  1332. particleemitter2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1333. particleemitter2.RotSpeed = NumberRange.new(-180, 180)
  1334. particleemitter2.Rotation = NumberRange.new(-360, 360)
  1335. particleemitter2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1336. particleemitter2.LightEmission = 1
  1337. particleemitter2.Texture = "http://www.roblox.com/asset/?id=320043786"
  1338. particleemitter2.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1339. particleemitter2.Enabled = false
  1340.  
  1341. arm4p2=Instance.new("Part",Character)
  1342. arm4p2.FormFactor="Custom"
  1343. arm4p2.Size=Vector3.new(.2,.2,.2)
  1344. arm4p2.Transparency=0
  1345. arm4p2.CanCollide=false
  1346. arm4p2.BrickColor = BrickColor.new("Really red")
  1347. arm4p2.Material="Sand"
  1348. arm4p2.TopSurface="Smooth"
  1349. arm4p2.BottomSurface="Smooth"
  1350. arm4p2.RightSurface="Smooth"
  1351. arm4p2.LeftSurface="Smooth"
  1352. arm4p2w=Instance.new("Weld",Character)
  1353. arm4p2w.Part0=arm4p
  1354. arm4p2w.Part1=arm4p2
  1355. arm4p2w.C0=CFrame.new(0,3,0)*CFrame.Angles(0,math.rad(90),math.rad(-90))
  1356.  
  1357. arm4p2mesh = Instance.new("SpecialMesh",arm4p2)
  1358. arm4p2mesh.MeshType = "Cylinder"
  1359. arm4p2mesh.Scale = Vector3.new(30,20,30)
  1360.  
  1361. local particleemitter3 = Instance.new("ParticleEmitter", arm4p2)
  1362. particleemitter3.VelocitySpread = 180
  1363. particleemitter3.Lifetime = NumberRange.new(1)
  1364. particleemitter3.Speed = NumberRange.new(10)
  1365. particleemitter3.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1366. particleemitter3.RotSpeed = NumberRange.new(-180, 180)
  1367. particleemitter3.Rotation = NumberRange.new(-360, 360)
  1368. particleemitter3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1369. particleemitter3.LightEmission = 1
  1370. particleemitter3.Texture = "http://www.roblox.com/asset/?id=320043786"
  1371. particleemitter3.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1372. particleemitter3.Enabled = false
  1373.  
  1374. arm4p3=Instance.new("Part",Character)
  1375. arm4p3.FormFactor="Custom"
  1376. arm4p3.Size=Vector3.new(.2,.2,.2)
  1377. arm4p3.Transparency=0
  1378. arm4p3.CanCollide=false
  1379. arm4p3.BrickColor = BrickColor.new("Really red")
  1380. arm4p3.Material="Sand"
  1381. arm4p3.TopSurface="Smooth"
  1382. arm4p3.BottomSurface="Smooth"
  1383. arm4p3.RightSurface="Smooth"
  1384. arm4p3.LeftSurface="Smooth"
  1385. arm4p3w=Instance.new("Weld",Character)
  1386. arm4p3w.Part0=arm4p2
  1387. arm4p3w.Part1=arm4p3
  1388. arm4p3w.C0=CFrame.new(-4,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  1389.  
  1390. arm4p3mesh = Instance.new("SpecialMesh",arm4p3)
  1391. arm4p3mesh.MeshType = "Sphere"
  1392. arm4p3mesh.Scale = Vector3.new(22.5,22.5,22.5)
  1393.  
  1394. local particleemitter4 = Instance.new("ParticleEmitter", arm4p3)
  1395. particleemitter4.VelocitySpread = 180
  1396. particleemitter4.Lifetime = NumberRange.new(1)
  1397. particleemitter4.Speed = NumberRange.new(10)
  1398. particleemitter4.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1399. particleemitter4.RotSpeed = NumberRange.new(-180, 180)
  1400. particleemitter4.Rotation = NumberRange.new(-360, 360)
  1401. particleemitter4.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1402. particleemitter4.LightEmission = 1
  1403. particleemitter4.Texture = "http://www.roblox.com/asset/?id=320043786"
  1404. particleemitter4.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1405. particleemitter4.Enabled = false
  1406.  
  1407. arm4p4=Instance.new("Part",Character)
  1408. arm4p4.FormFactor="Custom"
  1409. arm4p4.Size=Vector3.new(.2,.2,.2)
  1410. arm4p4.Transparency=0
  1411. arm4p4.CanCollide=false
  1412. arm4p4.BrickColor = BrickColor.new("Really red")
  1413. arm4p4.Material="Sand"
  1414. arm4p4.TopSurface="Smooth"
  1415. arm4p4.BottomSurface="Smooth"
  1416. arm4p4.RightSurface="Smooth"
  1417. arm4p4.LeftSurface="Smooth"
  1418. arm4p4w=Instance.new("Weld",Character)
  1419. arm4p4w.Part0=arm4p3
  1420. arm4p4w.Part1=arm4p4
  1421. arm4p4w.C0=CFrame.new(-3,3,0)*CFrame.Angles(0,math.rad(0),math.rad(-45))
  1422.  
  1423. arm4p4mesh = Instance.new("SpecialMesh",arm4p4)
  1424. arm4p4mesh.MeshType = "Cylinder"
  1425. arm4p4mesh.Scale = Vector3.new(30,20,30)
  1426.  
  1427. local particleemitter5 = Instance.new("ParticleEmitter", arm4p4)
  1428. particleemitter5.VelocitySpread = 180
  1429. particleemitter5.Lifetime = NumberRange.new(1)
  1430. particleemitter5.Speed = NumberRange.new(10)
  1431. particleemitter5.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1432. particleemitter5.RotSpeed = NumberRange.new(-180, 180)
  1433. particleemitter5.Rotation = NumberRange.new(-360, 360)
  1434. particleemitter5.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1435. particleemitter5.LightEmission = 1
  1436. particleemitter5.Texture = "http://www.roblox.com/asset/?id=320043786"
  1437. particleemitter5.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1438. particleemitter5.Enabled = false
  1439.  
  1440. arm4p5=Instance.new("Part",Character)
  1441. arm4p5.FormFactor="Custom"
  1442. arm4p5.Size=Vector3.new(.2,.2,.2)
  1443. arm4p5.Transparency=0
  1444. arm4p5.CanCollide=false
  1445. arm4p5.BrickColor = BrickColor.new("Really red")
  1446. arm4p5.Material="Sand"
  1447. arm4p5.TopSurface="Smooth"
  1448. arm4p5.BottomSurface="Smooth"
  1449. arm4p5.RightSurface="Smooth"
  1450. arm4p5.LeftSurface="Smooth"
  1451. arm4p5w=Instance.new("Weld",Character)
  1452. arm4p5w.Part0=arm4p4
  1453. arm4p5w.Part1=arm4p5
  1454. arm4p5w.C0=CFrame.new(-4,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  1455.  
  1456. arm4p5mesh = Instance.new("SpecialMesh",arm4p5)
  1457. arm4p5mesh.MeshType = "Sphere"
  1458. arm4p5mesh.Scale = Vector3.new(30,30,30)
  1459.  
  1460. local particleemitter6 = Instance.new("ParticleEmitter", arm4p5)
  1461. particleemitter6.VelocitySpread = 180
  1462. particleemitter6.Lifetime = NumberRange.new(1)
  1463. particleemitter6.Speed = NumberRange.new(10)
  1464. particleemitter6.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0.5), NumberSequenceKeypoint.new(1, 0.5, 0.5)})
  1465. particleemitter6.RotSpeed = NumberRange.new(-180, 180)
  1466. particleemitter6.Rotation = NumberRange.new(-360, 360)
  1467. particleemitter6.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  1468. particleemitter6.LightEmission = 1
  1469. particleemitter6.Texture = "http://www.roblox.com/asset/?id=320043786"
  1470. particleemitter6.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255, 0, 0))
  1471. particleemitter6.Enabled = false
  1472.  
  1473. arm4p6=Instance.new("Part",Character)
  1474. arm4p6.FormFactor="Custom"
  1475. arm4p6.Size=Vector3.new(.2,.2,.2)
  1476. arm4p6.Transparency=0
  1477. arm4p6.CanCollide=false
  1478. arm4p6.BrickColor = BrickColor.new("Really red")
  1479. arm4p6.Material="Sand"
  1480. arm4p6.TopSurface="Smooth"
  1481. arm4p6.BottomSurface="Smooth"
  1482. arm4p6.RightSurface="Smooth"
  1483. arm4p6.LeftSurface="Smooth"
  1484. arm4p6w=Instance.new("Weld",Character)
  1485. arm4p6w.Part0=arm4p5
  1486. arm4p6w.Part1=arm4p6
  1487. arm4p6w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  1488.  
  1489. arm4p6mesh = Instance.new("FileMesh",arm4p6)
  1490. arm4p6mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  1491. arm4p6mesh.Scale = Vector3.new(3.15,3.15,3.15)
  1492.  
  1493. arm4p7=Instance.new("Part",Character)
  1494. arm4p7.FormFactor="Custom"
  1495. arm4p7.Size=Vector3.new(.2,.2,.2)
  1496. arm4p7.Transparency=0
  1497. arm4p7.CanCollide=false
  1498. arm4p7.BrickColor = BrickColor.new("Crimson")
  1499. arm4p7.Material="Sand"
  1500. arm4p7.TopSurface="Smooth"
  1501. arm4p7.BottomSurface="Smooth"
  1502. arm4p7.RightSurface="Smooth"
  1503. arm4p7.LeftSurface="Smooth"
  1504. arm4p7w=Instance.new("Weld",Character)
  1505. arm4p7w.Part0=arm4p
  1506. arm4p7w.Part1=arm4p7
  1507. arm4p7w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  1508.  
  1509. arm4p7mesh = Instance.new("FileMesh",arm4p7)
  1510. arm4p7mesh.MeshId = "http://www.roblox.com/asset/?id=9756362"
  1511. arm4p7mesh.Scale = Vector3.new(5,10,5)
  1512.  
  1513. arm4hitbox=Instance.new("Part",Character)
  1514. arm4hitbox.FormFactor="Custom"
  1515. arm4hitbox.Size=Vector3.new(5,5,5)
  1516. arm4hitbox.Transparency=1
  1517. arm4hitbox.CanCollide=false
  1518. arm4hitbox.BrickColor = BrickColor.new("Really red")
  1519. arm4hitbox.Material="Sand"
  1520. arm4hitbox.TopSurface="Smooth"
  1521. arm4hitbox.BottomSurface="Smooth"
  1522. arm4hitbox.RightSurface="Smooth"
  1523. arm4hitbox.LeftSurface="Smooth"
  1524. arm4hitboxw=Instance.new("Weld",Character)
  1525. arm4hitboxw.Part0=arm4p6
  1526. arm4hitboxw.Part1=arm4hitbox
  1527. arm4hitboxw.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  1528. --------------------------------------------------------------
  1529. local function weldBetween(a, b)
  1530. local weldd = Instance.new("ManualWeld")
  1531. weldd.Part0 = a
  1532. weldd.Part1 = b
  1533. weldd.C0 = CFrame.new()
  1534. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1535. weldd.Parent = a
  1536. return weldd
  1537. end
  1538.  
  1539. function swait(num)
  1540. if num==0 or num==nil then
  1541. game:service'RunService'.Stepped:wait(0)
  1542. else
  1543. for i=0,num do
  1544. game:service'RunService'.Stepped:wait(0)
  1545. end
  1546. end
  1547. end
  1548.  
  1549. function nooutline(part)
  1550. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1551. end
  1552.  
  1553. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1554. local fp=it("Part")
  1555. fp.formFactor=formfactor
  1556. fp.Parent=parent
  1557. fp.Reflectance=reflectance
  1558. fp.Transparency=transparency
  1559. fp.CanCollide=false
  1560. fp.Locked=true
  1561. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1562. fp.Name=name
  1563. fp.Size=size
  1564. fp.Position=Character.Torso.Position
  1565. nooutline(fp)
  1566. fp.Material=material
  1567. fp:BreakJoints()
  1568. return fp
  1569. end
  1570.  
  1571. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1572. local mesh=it(Mesh)
  1573. mesh.Parent=part
  1574. if Mesh=="SpecialMesh" then
  1575. mesh.MeshType=meshtype
  1576. mesh.MeshId=meshid
  1577. end
  1578. mesh.Offset=offset
  1579. mesh.Scale=scale
  1580. return mesh
  1581. end
  1582.  
  1583. function weld(parent,part0,part1,c0,c1)
  1584. local weld=it("Weld")
  1585. weld.Parent=parent
  1586. weld.Part0=part0
  1587. weld.Part1=part1
  1588. weld.C0=c0
  1589. weld.C1=c1
  1590. return weld
  1591. end
  1592.  
  1593.  
  1594. local function CFrameFromTopBack(at, top, back)
  1595. local right = top:Cross(back)
  1596. return CFrame.new(at.x, at.y, at.z,
  1597. right.x, top.x, back.x,
  1598. right.y, top.y, back.y,
  1599. right.z, top.z, back.z)
  1600. end
  1601.  
  1602. function Triangle(a, b, c)
  1603. local edg1 = (c-a):Dot((b-a).unit)
  1604. local edg2 = (a-b):Dot((c-b).unit)
  1605. local edg3 = (b-c):Dot((a-c).unit)
  1606. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  1607. a, b, c = a, b, c
  1608. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  1609. a, b, c = b, c, a
  1610. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  1611. a, b, c = c, a, b
  1612. else
  1613. assert(false, "unreachable")
  1614. end
  1615.  
  1616. local len1 = (c-a):Dot((b-a).unit)
  1617. local len2 = (b-a).magnitude - len1
  1618. local width = (a + (b-a).unit*len1 - c).magnitude
  1619.  
  1620. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  1621.  
  1622. local list = {}
  1623.  
  1624. local TrailColor = ("Really red")
  1625.  
  1626. if len1 > 0.01 then
  1627. local w1 = Instance.new('WedgePart', m)
  1628. game:GetService("Debris"):AddItem(w1,5)
  1629. w1.Material = "SmoothPlastic"
  1630. w1.FormFactor = 'Custom'
  1631. w1.BrickColor = BrickColor.new(TrailColor)
  1632. w1.Transparency = 0
  1633. w1.Reflectance = 0
  1634. w1.Material = "SmoothPlastic"
  1635. w1.CanCollide = false
  1636. NoOutline(w1)
  1637. local sz = Vector3.new(0.2, width, len1)
  1638. w1.Size = sz
  1639. local sp = Instance.new("SpecialMesh",w1)
  1640. sp.MeshType = "Wedge"
  1641. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  1642. w1:BreakJoints()
  1643. w1.Anchored = true
  1644. w1.Parent = workspace
  1645. w1.Transparency = 0.7
  1646. table.insert(Effects,{w1,"Disappear",.01})
  1647. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  1648. table.insert(list,w1)
  1649. end
  1650.  
  1651. if len2 > 0.01 then
  1652. local w2 = Instance.new('WedgePart', m)
  1653. game:GetService("Debris"):AddItem(w2,5)
  1654. w2.Material = "SmoothPlastic"
  1655. w2.FormFactor = 'Custom'
  1656. w2.BrickColor = BrickColor.new("Really red")
  1657. w2.Transparency = 0
  1658. w2.Reflectance = 0
  1659. w2.Material = "SmoothPlastic"
  1660. w2.CanCollide = false
  1661. NoOutline(w2)
  1662. local sz = Vector3.new(0.2, width, len2)
  1663. w2.Size = sz
  1664. local sp = Instance.new("SpecialMesh",w2)
  1665. sp.MeshType = "Wedge"
  1666. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  1667. w2:BreakJoints()
  1668. w2.Anchored = true
  1669. w2.Parent = workspace
  1670. w2.Transparency = 0.7
  1671. table.insert(Effects,{w2,"Disappear",.01})
  1672. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  1673. table.insert(list,w2)
  1674. end
  1675. return unpack(list)
  1676. end
  1677.  
  1678.  
  1679. so = function(id,par,vol,pit)
  1680. coroutine.resume(coroutine.create(function()
  1681. local sou = Instance.new("Sound",par or workspace)
  1682. sou.Volume=vol
  1683. sou.Pitch=pit or 1
  1684. sou.SoundId=id
  1685. swait()
  1686. sou:play()
  1687. game:GetService("Debris"):AddItem(sou,6)
  1688. end))
  1689. end
  1690.  
  1691. function clerp(a,b,t)
  1692. local qa = {QuaternionFromCFrame(a)}
  1693. local qb = {QuaternionFromCFrame(b)}
  1694. local ax, ay, az = a.x, a.y, a.z
  1695. local bx, by, bz = b.x, b.y, b.z
  1696. local _t = 1-t
  1697. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  1698. end
  1699.  
  1700. function QuaternionFromCFrame(cf)
  1701. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  1702. local trace = m00 + m11 + m22
  1703. if trace > 0 then
  1704. local s = math.sqrt(1 + trace)
  1705. local recip = 0.5/s
  1706. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  1707. else
  1708. local i = 0
  1709. if m11 > m00 then
  1710. i = 1
  1711. end
  1712. if m22 > (i == 0 and m00 or m11) then
  1713. i = 2
  1714. end
  1715. if i == 0 then
  1716. local s = math.sqrt(m00-m11-m22+1)
  1717. local recip = 0.5/s
  1718. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  1719. elseif i == 1 then
  1720. local s = math.sqrt(m11-m22-m00+1)
  1721. local recip = 0.5/s
  1722. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  1723. elseif i == 2 then
  1724. local s = math.sqrt(m22-m00-m11+1)
  1725. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  1726. end
  1727. end
  1728. end
  1729.  
  1730. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  1731. local xs, ys, zs = x + x, y + y, z + z
  1732. local wx, wy, wz = w*xs, w*ys, w*zs
  1733. local xx = x*xs
  1734. local xy = x*ys
  1735. local xz = x*zs
  1736. local yy = y*ys
  1737. local yz = y*zs
  1738. local zz = z*zs
  1739. 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))
  1740. end
  1741.  
  1742. function QuaternionSlerp(a, b, t)
  1743. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  1744. local startInterp, finishInterp;
  1745. if cosTheta >= 0.0001 then
  1746. if (1 - cosTheta) > 0.0001 then
  1747. local theta = math.acos(cosTheta)
  1748. local invSinTheta = 1/math.sin(theta)
  1749. startInterp = math.sin((1-t)*theta)*invSinTheta
  1750. finishInterp = math.sin(t*theta)*invSinTheta
  1751. else
  1752. startInterp = 1-t
  1753. finishInterp = t
  1754. end
  1755. else
  1756. if (1+cosTheta) > 0.0001 then
  1757. local theta = math.acos(-cosTheta)
  1758. local invSinTheta = 1/math.sin(theta)
  1759. startInterp = math.sin((t-1)*theta)*invSinTheta
  1760. finishInterp = math.sin(t*theta)*invSinTheta
  1761. else
  1762. startInterp = t-1
  1763. finishInterp = t
  1764. end
  1765. end
  1766. 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
  1767. end
  1768.  
  1769. --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1770.  
  1771.  
  1772. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  1773. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  1774. end
  1775.  
  1776. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  1777. if hit.Parent==nil then
  1778. return
  1779. end
  1780. h=hit.Parent:FindFirstChild("Humanoid")
  1781. for _,v in pairs(hit.Parent:children()) do
  1782. if v:IsA("Humanoid") then
  1783. h=v
  1784. end
  1785. end
  1786. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  1787. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  1788. end
  1789. if hit.Parent.className=="Hat" then
  1790. hit=hit.Parent.Parent:findFirstChild("Head")
  1791. end
  1792. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  1793. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  1794. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  1795. return
  1796. end]]
  1797. -- hs(hit,1.2)
  1798. c=Instance.new("ObjectValue")
  1799. c.Name="creator"
  1800. c.Value=game:service("Players").LocalPlayer
  1801. c.Parent=h
  1802. game:GetService("Debris"):AddItem(c,.5)
  1803. Damage=math.random(minim,maxim)
  1804. -- h:TakeDamage(Damage)
  1805. blocked=false
  1806. block=hit.Parent:findFirstChild("Block")
  1807. if block~=nil then
  1808. print(block.className)
  1809. if block.className=="NumberValue" then
  1810. if block.Value>0 then
  1811. blocked=true
  1812. if decreaseblock==nil then
  1813. block.Value=block.Value-1
  1814. end
  1815. end
  1816. end
  1817. if block.className=="IntValue" then
  1818. if block.Value>0 then
  1819. blocked=true
  1820. if decreaseblock~=nil then
  1821. block.Value=block.Value-1
  1822. end
  1823. end
  1824. end
  1825. end
  1826. if blocked==false then
  1827. -- h:TakeDamage(Damage)
  1828. h.Health=h.Health-Damage
  1829. showDamage(hit.Parent,Damage,.5,BrickColor.new("Deep orange"))
  1830. else
  1831. h.Health=h.Health-(Damage/2)
  1832. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Deep orange"))
  1833. end
  1834. if Type=="Knockdown" then
  1835. hum=hit.Parent.Humanoid
  1836. hum.PlatformStand=true
  1837. coroutine.resume(coroutine.create(function(HHumanoid)
  1838. swait(1)
  1839. HHumanoid.PlatformStand=false
  1840. end),hum)
  1841. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  1842. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  1843. local bodvol=Instance.new("BodyVelocity")
  1844. bodvol.velocity=angle*knockback
  1845. bodvol.P=5000
  1846. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1847. bodvol.Parent=hit
  1848. rl=Instance.new("BodyAngularVelocity")
  1849. rl.P=3000
  1850. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1851. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1852. rl.Parent=hit
  1853. game:GetService("Debris"):AddItem(bodvol,.5)
  1854. game:GetService("Debris"):AddItem(rl,.5)
  1855. elseif Type=="Normal" then
  1856. so("http://www.roblox.com/asset/?id=220834019",hit,1,math.random(80,120)/100)
  1857. vp=Instance.new("BodyVelocity")
  1858. vp.P=500
  1859. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  1860. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  1861. if KnockbackType==1 then
  1862. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  1863. elseif KnockbackType==2 then
  1864. vp.velocity=Property.CFrame.lookVector*knockback
  1865. end
  1866. if knockback>0 then
  1867. vp.Parent=hit.Parent.Torso
  1868. end
  1869. game:GetService("Debris"):AddItem(vp,.5)
  1870. elseif Type=="Up" then
  1871. local bodyVelocity=Instance.new("BodyVelocity")
  1872. bodyVelocity.velocity=vt(0,60,0)
  1873. bodyVelocity.P=5000
  1874. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  1875. bodyVelocity.Parent=hit
  1876. game:GetService("Debris"):AddItem(bodyVelocity,1)
  1877. rl=Instance.new("BodyAngularVelocity")
  1878. rl.P=3000
  1879. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  1880. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  1881. rl.Parent=hit
  1882. game:GetService("Debris"):AddItem(rl,.5)
  1883. elseif Type=="Snare" then
  1884. bp=Instance.new("BodyPosition")
  1885. bp.P=2000
  1886. bp.D=100
  1887. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  1888. bp.position=hit.Parent.Torso.Position
  1889. bp.Parent=hit.Parent.Torso
  1890. game:GetService("Debris"):AddItem(bp,1)
  1891. elseif Type=="Target" then
  1892. if Targetting==false then
  1893. ZTarget=hit.Parent.Torso
  1894. coroutine.resume(coroutine.create(function(Part)
  1895. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1896. swait(5)
  1897. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  1898. end),ZTarget)
  1899. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  1900. targetgui=Instance.new("BillboardGui")
  1901. targetgui.Parent=ZTarget
  1902. targetgui.Size=UDim2.new(10,100,10,100)
  1903. targ=Instance.new("ImageLabel")
  1904. targ.Parent=targetgui
  1905. targ.BackgroundTransparency=1
  1906. targ.Image="rbxassetid://4834067"
  1907. targ.Size=UDim2.new(1,0,1,0)
  1908. cam.CameraType="Scriptable"
  1909. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1910. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1911. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1912. Targetting=true
  1913. RocketTarget=ZTarget
  1914. for i=1,Property do
  1915. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  1916. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  1917. swait()
  1918. end
  1919. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  1920. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  1921. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  1922. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  1923. end
  1924. Targetting=false
  1925. RocketTarget=nil
  1926. targetgui.Parent=nil
  1927. cam.CameraType="Custom"
  1928. end
  1929. end
  1930. debounce=Instance.new("BoolValue")
  1931. debounce.Name="DebounceHit"
  1932. debounce.Parent=hit.Parent
  1933. debounce.Value=true
  1934. game:GetService("Debris"):AddItem(debounce,Delay)
  1935. c=Instance.new("ObjectValue")
  1936. c.Name="creator"
  1937. c.Value=Player
  1938. c.Parent=h
  1939. game:GetService("Debris"):AddItem(c,.5)
  1940. CRIT=false
  1941. hitDeb=true
  1942. AttackPos=6
  1943. end
  1944. end
  1945.  
  1946. showDamage=function(Char,Dealt,du,Color)
  1947. m=Instance.new("Model")
  1948. m.Name=tostring(Dealt)
  1949. h=Instance.new("Humanoid")
  1950. h.Health=0
  1951. h.MaxHealth=0
  1952. h.Parent=m
  1953. c=Instance.new("Part")
  1954. c.Transparency=1
  1955. c.BrickColor=BrickColor.new("Deep orange")
  1956. c.Name="Head"
  1957. c.TopSurface=0
  1958. c.BottomSurface=0
  1959. c.formFactor="Plate"
  1960. c.Size=Vector3.new(1,.4,1)
  1961. ms=Instance.new("CylinderMesh")
  1962. ms.Scale=Vector3.new(.8,.8,.8)
  1963. if CRIT==true then
  1964. ms.Scale=Vector3.new(1,1.25,1)
  1965. end
  1966. ms.Parent=c
  1967. c.Reflectance=0
  1968. Instance.new("BodyGyro").Parent=c
  1969. c.Parent=m
  1970. if Char:findFirstChild("Head")~=nil then
  1971. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  1972. elseif Char.Parent:findFirstChild("Head")~=nil then
  1973. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  1974. end
  1975. f=Instance.new("BodyPosition")
  1976. f.P=2000
  1977. f.D=100
  1978. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  1979. f.position=c.Position+Vector3.new(0,3,0)
  1980. f.Parent=c
  1981. game:GetService("Debris"):AddItem(m,.5+du)
  1982. c.CanCollide=false
  1983. m.Parent=workspace
  1984. c.CanCollide=false
  1985. end
  1986.  
  1987. function Shockwave2(brickcolor, cframe, x1, y1, z1, x2, y2, z2, delay)
  1988. local prt = part(3, workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  1989. prt.Anchored = true
  1990. prt.CFrame = cframe
  1991. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=20329976", vt(0, 0, 0), vt(x1, y1, z1))
  1992. coroutine.resume(coroutine.create(function()
  1993. for i = 0, 1, delay do
  1994. swait()
  1995. prt.Transparency = i
  1996. msh.Scale = msh.Scale + vt(x2, y2, z2)
  1997. end
  1998. prt.Parent = nil
  1999. end))
  2000. end
  2001.  
  2002. function attackone()
  2003. attack=true
  2004. for i=0,1,0.04 do
  2005. swait()
  2006. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,8)*angles(math.rad(5),math.rad(0),math.rad(-30)),.1)
  2007. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2008. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.2)
  2009. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-100)), 0.2)
  2010. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2011. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2012. arm1pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.2)
  2013. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,4)*angles(math.rad(60),math.rad(90),math.rad(-90)),0.2)
  2014. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2015. arm1p4w.C0=clerp(arm1p4w.C0,cf(1.5,3,0)*angles(math.rad(0),math.rad(0),math.rad(-120)),0.2)
  2016. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2017. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2018. arm2pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),0.2)
  2019. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.2)
  2020. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2021. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.2)
  2022. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2023. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.2)
  2024. end
  2025. so("http://www.roblox.com/asset/?id=203691467",arm1hitbox,1,1)
  2026. con1=arm1hitbox.Touched:connect(function(hit) Damagefunc(hit,60,80,math.random(60,80),"Normal",RootPart,.2,1) end)
  2027.  
  2028. for i=0,1,0.2 do
  2029. swait()
  2030. Shockwave(BrickColor.new("Really red"),cf(arm1hitbox.Position),1,1,1,1,1,1,0.075)
  2031.  
  2032. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,8)*angles(math.rad(5),math.rad(0),math.rad(30)),.2)
  2033. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2034. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.3)
  2035. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-130)), 0.2)
  2036. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2037. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2038. arm1pw.C0=clerp(arm1pw.C0,cf(-2.5,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  2039. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,-4)*angles(math.rad(-60),math.rad(90),math.rad(-90)),0.3)
  2040. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2041. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2042. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2043. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2044. arm2pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),0.2)
  2045. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.2)
  2046. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2047. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.2)
  2048. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2049. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.2)
  2050. end
  2051. for i=0,1,0.04 do
  2052. swait()
  2053. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,8)*angles(math.rad(5),math.rad(0),math.rad(30)),.2)
  2054. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2055. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.3)
  2056. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-130)), 0.2)
  2057. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2058. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2059. arm1pw.C0=clerp(arm1pw.C0,cf(-2.5,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  2060. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,-4)*angles(math.rad(-60),math.rad(90),math.rad(-90)),0.3)
  2061. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2062. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2063. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2064. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2065. arm2pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),0.2)
  2066. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.2)
  2067. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2068. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.2)
  2069. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2070. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.2)
  2071. end
  2072. con1:disconnect()
  2073. attack=false
  2074. end
  2075.  
  2076. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  2077. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  2078. end
  2079.  
  2080. function attacktwo()
  2081. attack=true
  2082. for i=0,1,0.04 do
  2083. swait()
  2084. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,12)*angles(math.rad(-20),math.rad(0),math.rad(20)),.1)
  2085. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2086. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.2)
  2087. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-100)), 0.2)
  2088. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2089. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2090. arm1pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.2)
  2091. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.2)
  2092. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2093. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.2)
  2094. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2095. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2096. arm2pw.C0=clerp(arm2pw.C0,cf(0,-2.5,0)*angles(math.rad(0),math.rad(120),math.rad(-90)),0.2)
  2097. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.2)
  2098. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2099. arm2p4w.C0=clerp(arm2p4w.C0,cf(-1,3,0)*angles(math.rad(0),math.rad(0),math.rad(-75)),0.2)
  2100. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2101. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.2)
  2102. end
  2103. so("http://www.roblox.com/asset/?id=203691467",arm1hitbox,1,0.8)
  2104. con1=arm2hitbox.Touched:connect(function(hit) Damagefunc(hit,60,80,math.random(60,80),"Normal",RootPart,.2,1) end)
  2105. for i=0,1,0.2 do
  2106. swait()
  2107. Shockwave(BrickColor.new("Really red"),cf(arm2hitbox.Position),1,1,1,1,1,1,0.075)
  2108. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,10)*angles(math.rad(20),math.rad(0),math.rad(-45)),.2)
  2109. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2110. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.2)
  2111. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-100)), 0.2)
  2112. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2113. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2114. arm1pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.2)
  2115. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.2)
  2116. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2117. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.2)
  2118. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2119. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2120. arm2pw.C0=clerp(arm2pw.C0,cf(1.5,-3.5,-5)*angles(math.rad(-30),math.rad(0),math.rad(-90)),0.3)
  2121. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.3)
  2122. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2123. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  2124. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2125. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  2126. end
  2127. Humanoid.WalkSpeed = 0
  2128. local hit,pos=rayCast(arm2hitbox.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,100,Character)
  2129. if hit~=nil then
  2130. swait()
  2131. print("touched")
  2132. local ref=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really red"),"Effect",vt())
  2133. ref.Anchored=true
  2134. ref.CFrame=cf(pos)
  2135. game:GetService("Debris"):AddItem(ref,3)
  2136. so("http://www.roblox.com/asset/?id=199145477",arm2hitbox,1,math.random(60,140)/100)
  2137. Shockwave2(BrickColor.new("Really red"),cf(pos),0.1,0.1,0.1,1,1,1,0.05)
  2138. end
  2139. for i=0,1,0.04 do
  2140. swait()
  2141. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,10)*angles(math.rad(20),math.rad(0),math.rad(-45)),.2)
  2142. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2143. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.2)
  2144. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-100)), 0.2)
  2145. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2146. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2147. arm1pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.2)
  2148. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.2)
  2149. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2150. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.2)
  2151. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2152. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2153. arm2pw.C0=clerp(arm2pw.C0,cf(1.5,-3.5,-5)*angles(math.rad(-20),math.rad(0),math.rad(-90)),0.3)
  2154. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.3)
  2155. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2156. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  2157. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2158. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  2159. end
  2160. Humanoid.WalkSpeed = 64
  2161. con1:disconnect()
  2162. attack=false
  2163. end
  2164.  
  2165. function attackthree()
  2166. attack=true
  2167. for i=0,1,0.04 do
  2168. swait()
  2169. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,8)*angles(math.rad(5),math.rad(0),math.rad(-30)),.1)
  2170. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2171. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.2)
  2172. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-100)), 0.2)
  2173. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2174. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2175.  
  2176. arm3pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(180),math.rad(0),math.rad(-90)),0.2) + Vector3.new(-5,-10,0)
  2177. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(180),math.rad(0),math.rad(-90)),0.2)
  2178. arm3p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(180),math.rad(0),math.rad(0)),0.2)
  2179. arm3p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(180),math.rad(0),math.rad(-45)),0.2)
  2180. arm3p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(180),math.rad(0),math.rad(0)),0.2)
  2181. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(180),math.rad(0),math.rad(90)),0.2)
  2182. end
  2183. so("http://www.roblox.com/asset/?id=203691467",arm3hitbox,1,1)
  2184. con1=arm3hitbox.Touched:connect(function(hit) Damagefunc(hit,60,80,math.random(60,80),"Normal",RootPart,.2,1) end)
  2185.  
  2186. for i=0,1,0.2 do
  2187. swait()
  2188. Shockwave(BrickColor.new("Really red"),cf(arm3hitbox.Position),1,1,1,1,1,1,0.075)
  2189. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,8)*angles(math.rad(5),math.rad(0),math.rad(30)),.2)
  2190. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2191. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.3)
  2192. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-130)), 0.2)
  2193. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2194. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2195.  
  2196. arm3pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(180),math.rad(0),math.rad(-90)),0.2) + Vector3.new(-5,-10,0)
  2197. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(180),math.rad(0),math.rad(-90)),0.2)
  2198. arm3p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(180),math.rad(080),math.rad(0)),0.2)
  2199. arm3p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(180),math.rad(0),math.rad(-45)),0.2)
  2200. arm3p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(180),math.rad(0),math.rad(0)),0.2)
  2201. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(180),math.rad(0),math.rad(90)),0.2)
  2202. end
  2203. for i=0,1,0.04 do
  2204. swait()
  2205. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,8)*angles(math.rad(5),math.rad(0),math.rad(30)),.2)
  2206. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2207. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.3)
  2208. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-130)), 0.2)
  2209. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2210. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2211.  
  2212. arm3pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(180),math.rad(0),math.rad(-90)),0.2) + Vector3.new(-5,-10,0)
  2213. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(180),math.rad(0),math.rad(-90)),0.2)
  2214. arm3p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(180),math.rad(0),math.rad(0)),0.2)
  2215. arm3p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(180),math.rad(0),math.rad(-45)),0.2)
  2216. arm3p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(180),math.rad(0),math.rad(0)),0.2)
  2217. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(180),math.rad(0),math.rad(90)),0.2)
  2218. end
  2219. con1:disconnect()
  2220. attack=false
  2221. end
  2222.  
  2223. function attackfour()
  2224. attack=true
  2225. for i=0,1,0.04 do
  2226. swait()
  2227. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,8)*angles(math.rad(5),math.rad(0),math.rad(-30)),.1)
  2228. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2229. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.2)
  2230. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-100)), 0.2)
  2231. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2232. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2233.  
  2234. arm4pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(-90),math.rad(0),math.rad(90)),0.2) + Vector3.new(5,-10,0)
  2235. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(-90),math.rad(0),math.rad(-90)),0.2)
  2236. arm4p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(360),math.rad(0),math.rad(0)),0.2)
  2237. arm4p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(-90),math.rad(0),math.rad(-45)),0.2)
  2238. arm4p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),0.2)
  2239. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),0.2)
  2240.  
  2241. end
  2242. so("http://www.roblox.com/asset/?id=203691467",arm4hitbox,1,1)
  2243. con1=arm4hitbox.Touched:connect(function(hit) Damagefunc(hit,60,80,math.random(60,80),"Normal",RootPart,.2,1) end)
  2244.  
  2245. for i=0,1,0.2 do
  2246. swait()
  2247. Shockwave(BrickColor.new("Really red"),cf(arm4hitbox.Position),1,1,1,1,1,1,0.075)
  2248. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,8)*angles(math.rad(5),math.rad(0),math.rad(30)),.2)
  2249. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2250. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.3)
  2251. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-130)), 0.2)
  2252. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2253. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2254.  
  2255. arm4pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(-90),math.rad(0),math.rad(90)),0.2) + Vector3.new(5,-10,0)
  2256. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(-90),math.rad(0),math.rad(-90)),0.2)
  2257. arm4p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),0.2)
  2258. arm4p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(-90),math.rad(0),math.rad(-45)),0.2)
  2259. arm4p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),0.2)
  2260. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),0.2)
  2261.  
  2262. end
  2263. for i=0,1,0.04 do
  2264. swait()
  2265. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,8)*angles(math.rad(5),math.rad(0),math.rad(30)),.2)
  2266. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2267. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(100)), 0.3)
  2268. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15), math.rad(0), math.rad(-130)), 0.2)
  2269. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2270. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2271.  
  2272. arm4pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(-90),math.rad(0),math.rad(90)),0.2) + Vector3.new(5,-10,0)
  2273. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(-90),math.rad(0),math.rad(-90)),0.2)
  2274. arm4p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),0.2)
  2275. arm4p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(-90),math.rad(0),math.rad(-45)),0.2)
  2276. arm4p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),0.2)
  2277. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(0),math.rad(0)),0.2)
  2278.  
  2279. end
  2280. con1:disconnect()
  2281. attack=false
  2282. end
  2283.  
  2284.  
  2285. lasereye=1
  2286.  
  2287.  
  2288. mouse.Button1Down:connect(function()
  2289. if attack==false and attacktype==1 and sphere==false then
  2290. attackone()
  2291. attacktype=2
  2292. elseif attack==false and attacktype==2 and sphere==false then
  2293. attacktwo()
  2294. attacktype=3
  2295. elseif attack==false and attacktype==3 and sphere==false then
  2296. attackthree()
  2297. attacktype=4
  2298. elseif attack==false and attacktype==4 and sphere==false then
  2299. attackfour()
  2300. attacktype=1
  2301. end
  2302. if attack==false and used==false and sphere==true and rest==false and lasereye==1 then
  2303. lasereye=2
  2304. LaserBlaster()
  2305. elseif attack==false and used==false and sphere==true and rest==false and lasereye==2 then
  2306. lasereye=1
  2307. LaserBlaster2()
  2308. end
  2309. end)
  2310.  
  2311. function Shockwave(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2312. local prt = part(3, workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  2313. prt.Anchored = true
  2314. prt.CFrame = cframe
  2315. prt.Material = "Neon"
  2316. local msh = mesh("SpecialMesh", prt, "Sphere", "", vt(0, 0, 0), vt(x1, y1, z1))
  2317. game:GetService("Debris"):AddItem(prt, 2)
  2318. coroutine.resume(coroutine.create(function(Part, Mesh)
  2319. for i = 0, 1, delay do
  2320. swait()
  2321. Part.CFrame = Part.CFrame
  2322. Part.Transparency = i
  2323. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  2324. end
  2325. Part.Parent = nil
  2326. end), prt, msh)
  2327. end
  2328.  
  2329. function Laser(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2330. local prt = part(3, workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  2331. prt.Anchored = true
  2332. prt.CFrame = cframe
  2333. prt.Material = "Neon"
  2334. local msh = mesh("SpecialMesh", prt, "Head", "", vt(0, 0, 0), vt(x1, y1, z1))
  2335. game:GetService("Debris"):AddItem(prt, 2)
  2336. coroutine.resume(coroutine.create(function(Part, Mesh)
  2337. for i = 0, 1, delay do
  2338. swait()
  2339. Part.CFrame = Part.CFrame
  2340. Part.Transparency = i
  2341. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  2342. end
  2343. Part.Parent = nil
  2344. end), prt, msh)
  2345. end
  2346.  
  2347.  
  2348. MMouse=mouse
  2349. LaserTarget=RootPart
  2350. used=false
  2351.  
  2352. function LaserBlaster()
  2353. used=true
  2354. so("http://www.roblox.com/asset/?id=167122623",eyep,1,math.random(60,80)/100)
  2355. local MouseLook=cf((eyep.Position+MMouse.Hit.p)/2,MMouse.Hit.p)
  2356. local hit,pos = rayCast(eyep.Position,MouseLook.lookVector,999,LaserTarget.Parent)
  2357. local mag=(eyep.Position-pos).magnitude
  2358. Laser(BrickColor.new("Really red"),CFrame.new((eyep.Position+pos)/2,pos)*angles(1.57,0,0),1,mag*2,1,0.5,0,0.5,0.1)
  2359. if hit~=nil then
  2360. local ref=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really red"),"Effect",vt())
  2361. ref.Anchored=true
  2362. ref.CFrame=cf(pos)
  2363. game:GetService("Debris"):AddItem(ref,1)
  2364. so("http://www.roblox.com/asset/?id=340722848",ref,1,math.random(80,120)/100)
  2365. Shockwave(BrickColor.new("Really red"),cf(pos),1,1,1,1,1,1,0.075)
  2366. Damagefunc(hit,20,40,0,"Normal",RootPart,0)
  2367. end
  2368. for i=0,1,0.2 do
  2369. local sine = 0
  2370. local change = 1
  2371. local val = 0
  2372. sine = sine + change
  2373. swait()
  2374. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/30))*angles(math.rad(5+5*math.cos(sine/30)),math.rad(0),math.rad(0)),.1)
  2375. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2376. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2377. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2378. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2379. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2380. arm1pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2381. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2382. arm1p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2383. arm1p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2384. arm1p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2385. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2386. arm2pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2387. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2388. arm2p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2389. arm2p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2390. arm2p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2391. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2392. end
  2393. wait(0.25)
  2394. used=false
  2395. end
  2396.  
  2397. function LaserBlaster2()
  2398. used=true
  2399. so("http://www.roblox.com/asset/?id=167122623",eyep2,1,math.random(60,80)/100)
  2400. local MouseLook=cf((eyep2.Position+MMouse.Hit.p)/2,MMouse.Hit.p)
  2401. local hit,pos = rayCast(eyep2.Position,MouseLook.lookVector,999,LaserTarget.Parent)
  2402. local mag=(eyep2.Position-pos).magnitude
  2403. Laser(BrickColor.new("Really red"),CFrame.new((eyep2.Position+pos)/2,pos)*angles(1.57,0,0),1,mag*2,1,0.5,0,0.5,0.1)
  2404. if hit~=nil then
  2405. local ref=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really red"),"Effect",vt())
  2406. ref.Anchored=true
  2407. ref.CFrame=cf(pos)
  2408. game:GetService("Debris"):AddItem(ref,1)
  2409. so("http://www.roblox.com/asset/?id=340722848",ref,1,math.random(80,120)/100)
  2410. Shockwave(BrickColor.new("Really red"),cf(pos),1,1,1,1,1,1,0.075)
  2411. Damagefunc(hit,20,40,0,"Normal",RootPart,0)
  2412. end
  2413. for i=0,1,0.2 do
  2414. local sine = 0
  2415. local change = 1
  2416. local val = 0
  2417. sine = sine + change
  2418. swait()
  2419. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/30))*angles(math.rad(5+5*math.cos(sine/30)),math.rad(0),math.rad(0)),.1)
  2420. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2421. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2422. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2423. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2424. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2425. arm1pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2426. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2427. arm1p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2428. arm1p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2429. arm1p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2430. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2431. arm2pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2432. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2433. arm2p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2434. arm2p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2435. arm2p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2436. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2437. end
  2438. wait(0.25)
  2439. used=false
  2440. end
  2441.  
  2442. used2=false
  2443.  
  2444. function GiantLaserBlaster()
  2445. used2=true
  2446. so("http://www.roblox.com/asset/?id=137463716",eyep,1,math.random(60,80)/100)
  2447. eyeeffect.Enabled = true
  2448. wait(1.6)
  2449. eyeeffect.Enabled = false
  2450. so("http://www.roblox.com/asset/?id=253453677",eyep,1,math.random(75,125)/100)
  2451. so("http://www.roblox.com/asset/?id=253453677",eyep,1,math.random(75,125)/100)
  2452. so("http://www.roblox.com/asset/?id=253453677",eyep,1,math.random(75,125)/100)
  2453. so("http://www.roblox.com/asset/?id=253453677",eyep,1,math.random(75,125)/100)
  2454. local MouseLook=cf((eyep.Position+MMouse.Hit.p)/2,MMouse.Hit.p)
  2455. local hit,pos = rayCast(eyep.Position,MouseLook.lookVector,999,LaserTarget.Parent)
  2456. local mag=(eyep.Position-pos).magnitude
  2457. Laser(BrickColor.new("Really red"),CFrame.new((eyep.Position+pos)/2,pos)*angles(1.57,0,0),1,mag*2,1,2.5,0,2.5,0.05)
  2458. if hit~=nil then
  2459. local ref=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really red"),"Effect",vt())
  2460. ref.Anchored=true
  2461. ref.CFrame=cf(pos)
  2462. game:GetService("Debris"):AddItem(ref,1)
  2463. so("http://www.roblox.com/asset/?id=340722848",ref,1,math.random(80,120)/100)
  2464. Shockwave(BrickColor.new("Really red"),cf(pos),2.5,2.5,2.5,2.5,2.5,2.5,0.025)
  2465. Damagefunc(hit,40,80,0,"Normal",RootPart,0)
  2466. end
  2467. for i=0,1,0.1 do
  2468. local sine = 0
  2469. local change = 1
  2470. local val = 0
  2471. sine = sine + change
  2472. swait()
  2473. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/30))*angles(math.rad(5+5*math.cos(sine/30)),math.rad(0),math.rad(0)),.1)
  2474. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2475. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2476. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2477. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2478. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2479. arm1pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2480. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2481. arm1p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2482. arm1p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2483. arm1p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2484. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2485. arm2pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2486. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2487. arm2p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2488. arm2p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2489. arm2p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2490. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2491. end
  2492. wait(3)
  2493. used2=false
  2494. end
  2495.  
  2496. function GiantLaserBlaster2()
  2497. used2=true
  2498. so("http://www.roblox.com/asset/?id=137463716",eyep2,1,math.random(60,80)/100)
  2499. eyeeffect2.Enabled = true
  2500. wait(1.6)
  2501. eyeeffect2.Enabled = false
  2502. so("http://www.roblox.com/asset/?id=253453677",eyep2,1,math.random(75,125)/100)
  2503. so("http://www.roblox.com/asset/?id=253453677",eyep2,1,math.random(75,125)/100)
  2504. so("http://www.roblox.com/asset/?id=253453677",eyep2,1,math.random(75,125)/100)
  2505. so("http://www.roblox.com/asset/?id=253453677",eyep2,1,math.random(75,125)/100)
  2506. local MouseLook=cf((eyep2.Position+MMouse.Hit.p)/2,MMouse.Hit.p)
  2507. local hit,pos = rayCast(eyep2.Position,MouseLook.lookVector,999,LaserTarget.Parent)
  2508. local mag=(eyep2.Position-pos).magnitude
  2509. Laser(BrickColor.new("Really red"),CFrame.new((eyep2.Position+pos)/2,pos)*angles(1.57,0,0),1,mag*2,1,2.5,0,2.5,0.05)
  2510. if hit~=nil then
  2511. local ref=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really red"),"Effect",vt())
  2512. ref.Anchored=true
  2513. ref.CFrame=cf(pos)
  2514. game:GetService("Debris"):AddItem(ref,1)
  2515. so("http://www.roblox.com/asset/?id=340722848",ref,1,math.random(80,120)/100)
  2516. Shockwave(BrickColor.new("Really red"),cf(pos),2.5,2.5,2.5,2.5,2.5,2.5,0.025)
  2517. Damagefunc(hit,40,80,0,"Normal",RootPart,0)
  2518. end
  2519. for i=0,1,0.1 do
  2520. swait()
  2521. local sine = 0
  2522. local change = 1
  2523. local val = 0
  2524. sine = sine + change
  2525. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/40))*angles(math.rad(-20),math.rad(0),math.rad(0)),.1)
  2526. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2527. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2528. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2529. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2530. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2531. arm1pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2532. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2533. arm1p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2534. arm1p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2535. arm1p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2536. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2537. arm2pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2538. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2539. arm2p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2540. arm2p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2541. arm2p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2542. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2543. end
  2544. wait(3)
  2545. used2=false
  2546. end
  2547.  
  2548. function Hibernation()
  2549. if rest==false then
  2550. print("You are now resting.")
  2551. rest=true
  2552. attack=true
  2553. emitter.Enabled = false
  2554. particleemitter.Enabled = false
  2555. for i=0,1,0.15 do
  2556. wait()
  2557. Humanoid.CameraOffset = Vector3.new(0, 12.5-12.5*i, 0)
  2558. music.Volume = 0.5-0.5*i
  2559. --eyep2mesh.Scale = Vector3.new(8.5,8.5-8.4*i,2)
  2560. --eyepmesh.Scale = Vector3.new(8.5,8.5-8.4*i,2)
  2561. end
  2562. music.Volume = 0
  2563. Humanoid.CameraOffset = Vector3.new(0, 0, 0)
  2564. attack=false
  2565. Humanoid.WalkSpeed = 0
  2566. elseif rest==true then
  2567. print("You are now awake.")
  2568. rest=false
  2569. attack=true
  2570. for i=0,1,0.15 do
  2571. wait()
  2572. Humanoid.CameraOffset = Vector3.new(0, 0+12.5*i, 0)
  2573. music.Volume = 0+0.5*i
  2574. --eyep2mesh.Scale = Vector3.new(8.5,0.1+8.4*i,2)
  2575. --eyepmesh.Scale = Vector3.new(8.5,0.1+8.4*i,2)
  2576. end
  2577. emitter.Enabled = true
  2578. particleemitter.Enabled = true
  2579. Humanoid.WalkSpeed = 16
  2580. music.Volume = 0.5
  2581. Humanoid.CameraOffset = Vector3.new(0, 12.5, 0)
  2582. attack=false
  2583. end
  2584. end
  2585.  
  2586. ragemodedelay=false
  2587.  
  2588. function RageMode()
  2589. if sphere==true then
  2590. music:Stop()
  2591. music2:Play()
  2592. rawr:Play()
  2593. particleemitter2.Enabled=true
  2594. particleemitter3.Enabled=true
  2595. particleemitter4.Enabled=true
  2596. particleemitter5.Enabled=true
  2597. particleemitter6.Enabled=true
  2598. particleemitter7.Enabled=true
  2599. particleemitter8.Enabled=true
  2600. particleemitter9.Enabled=true
  2601. particleemitter10.Enabled=true
  2602. particleemitter11.Enabled=true
  2603. Humanoid.WalkSpeed = 64
  2604. so("http://www.roblox.com/asset/?id=340722848",Character,0.5,1.2)
  2605. sphere=false
  2606. elseif sphere==false then
  2607. music2:Stop()
  2608. music:Play()
  2609. particleemitter2.Enabled=false
  2610. particleemitter3.Enabled=false
  2611. particleemitter4.Enabled=false
  2612. particleemitter5.Enabled=false
  2613. particleemitter6.Enabled=false
  2614. particleemitter7.Enabled=false
  2615. particleemitter8.Enabled=false
  2616. particleemitter9.Enabled=false
  2617. particleemitter10.Enabled=false
  2618. particleemitter11.Enabled=false
  2619. Humanoid.WalkSpeed = 16
  2620. so("http://www.roblox.com/asset/?id=340722848",Character,0.5,0.8)
  2621. sphere=true
  2622. end
  2623. end
  2624.  
  2625. --use3=false
  2626.  
  2627. function TheWind()
  2628. if aura==false then
  2629. Shockwave(BrickColor.new("Really red"),cf(Torso.Position),16,16,16,10,10,10,0.025)
  2630. so("http://www.roblox.com/asset/?id=340722848",Torso,1,1.1)
  2631. ghostp.Transparency = 0.8
  2632. ghostp2.Transparency = 0.85
  2633. ghostp3.Transparency = 0.9
  2634. ghostp4.Transparency = 0.95
  2635. ghostp5.Transparency = 0.75
  2636. ghostp6.Transparency = 0.825
  2637. ghostp7.Transparency = 0.875
  2638. ghostp8.Transparency = 0.925
  2639. aura=true
  2640. elseif aura==true then
  2641. Shockwave(BrickColor.new("Really red"),cf(Torso.Position),16,16,16,10,10,10,0.025)
  2642. so("http://www.roblox.com/asset/?id=340722848",Torso,1,0.9)
  2643. ghostp.Transparency = 1
  2644. ghostp2.Transparency = 1
  2645. ghostp3.Transparency = 1
  2646. ghostp4.Transparency = 1
  2647. ghostp5.Transparency = 1
  2648. ghostp6.Transparency = 1
  2649. ghostp7.Transparency = 1
  2650. ghostp8.Transparency = 1
  2651. aura=false
  2652. end
  2653. while aura==true do
  2654. for i=0,1,0.05 do
  2655. wait()
  2656. ghostw.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(45+360*i),math.rad(0))
  2657. ghostw2.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(90+360*i),math.rad(0))
  2658. ghostw3.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(135+360*i),math.rad(0))
  2659. ghostw4.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(180+360*i),math.rad(0))
  2660. ghost5w.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(225+360*i),math.rad(0))
  2661. ghost6w.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(270+360*i),math.rad(0))
  2662. ghost7w.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(315+360*i),math.rad(0))
  2663. ghost8w.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(360+360*i),math.rad(0))
  2664. end
  2665. end
  2666. end
  2667.  
  2668. giantlasereye=1
  2669.  
  2670. function ShootingTheEyes()
  2671. if giantlasereye==1 then
  2672. GiantLaserBlaster()
  2673. giantlasereye=2
  2674. elseif giantlasereye==2 then
  2675. GiantLaserBlaster2()
  2676. giantlasereye=1
  2677. end
  2678. end
  2679.  
  2680. mouse.KeyDown:connect(function(k)
  2681. k=k:lower()
  2682. if k=='r' and attack==false and sphere==true and aura==false then
  2683. Hibernation()
  2684. end
  2685. if k=='f' and used2==false and sphere==true and rest==false then
  2686. ShootingTheEyes()
  2687. end
  2688. if k=='q' and rest==false and ragemodedelay==false then
  2689. RageMode()
  2690. end
  2691. if k=='e' and rest==false then
  2692. TheWind()
  2693. end
  2694. end)
  2695.  
  2696. local sine = 0
  2697. local change = 1
  2698. local val = 0
  2699.  
  2700. while true do
  2701. swait()
  2702. sine = sine + change
  2703. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  2704. local velderp=RootPart.Velocity.y
  2705. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  2706. if equipped==true or equipped==false then
  2707. if attack==false then
  2708. idle=idle+1
  2709. else
  2710. idle=0
  2711. end
  2712. if idle>=500 then
  2713. if attack==false then
  2714. --Sheath()
  2715. end
  2716. end
  2717. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2718. Anim="Jump"
  2719. if attack==false and sphere==false then
  2720. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/60))*angles(math.rad(-30),math.rad(0),math.rad(0)),.1)
  2721. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2722. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(80-10*math.cos(sine/60))), 0.3)
  2723. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(-80+10*math.cos(sine/60))), 0.3)
  2724. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2725. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2726. arm1pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  2727. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  2728. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2729. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  2730. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2731. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2732. arm2pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),0.3)
  2733. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  2734. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2735. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  2736. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2737. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  2738.  
  2739. arm3pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2740. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2741. arm3p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2742. arm3p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2743. arm3p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2744. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2745.  
  2746. arm4pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2747. arm4p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2748. arm4p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2749. arm4p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2750. arm4p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2751. arm4p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2752.  
  2753. torsop2w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2754. Crsytalw.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2755. else
  2756. if attack==false and sphere==true then
  2757. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/40))*angles(math.rad(-20),math.rad(0),math.rad(0)),.1)
  2758. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2759. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2760. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2761. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2762. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2763. arm1pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2764. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2765. arm1p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2766. arm1p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2767. arm1p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2768. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2769. arm2pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2770. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2771. arm2p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2772. arm2p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2773. arm2p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2774. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2775.  
  2776. arm3pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2777. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2778. arm3p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2779. arm3p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2780. arm3p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2781. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2782.  
  2783. arm4pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2784. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2785. arm4p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2786. arm4p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2787. arm4p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2788. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2789.  
  2790. torsop2w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2791. Crsytalw.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2792.  
  2793. end
  2794. end
  2795. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2796. Anim="Fall"
  2797. if attack==false and sphere==false then
  2798. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/60))*angles(math.rad(30),math.rad(0),math.rad(0)),.1)
  2799. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2800. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(120-10*math.cos(sine/60))), 0.3)
  2801. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-120+10*math.cos(sine/60))), 0.3)
  2802. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2803. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2804. arm1pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  2805. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  2806. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2807. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  2808. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2809. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2810. arm2pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),0.3)
  2811. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  2812. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2813. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  2814. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2815. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  2816.  
  2817. arm3pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(360),math.rad(-180),math.rad(-90)),0.2) + Vector3.new(-5,-10,0)
  2818. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(360),math.rad(-180),math.rad(-90)),0.2)
  2819. arm3p3w.C0=clerp(arm2p3w.C0,cf(-6,0,0)*angles(math.rad(360),math.rad(-180),math.rad(0)),0.2)
  2820. arm3p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(360),math.rad(-180),math.rad(-45)),0.2)
  2821. arm3p5w.C0=clerp(arm2p5w.C0,cf(-6,0,0)*angles(math.rad(360),math.rad(-180),math.rad(0)),0.2)
  2822. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(360),math.rad(-180),math.rad(90)),0.2)
  2823.  
  2824. arm4pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(-90),math.rad(-180),math.rad(90)),0.2) + Vector3.new(5,-10,0)
  2825. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(-90),math.rad(-180),math.rad(-90)),0.2)
  2826. arm4p3w.C0=clerp(arm1p3w.C0,cf(-6,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  2827. arm4p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(-90),math.rad(-180),math.rad(-45)),0.2)
  2828. arm4p5w.C0=clerp(arm1p5w.C0,cf(-6,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  2829. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  2830.  
  2831. torsop2w.C0=CFrame.new(0,-8,0)*CFrame.Angles(0,math.rad(-90),math.rad(0))
  2832. Crsytalw.C0=CFrame.new(0,-4,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2833. else
  2834. if attack==false and sphere==true then
  2835. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/40))*angles(math.rad(20),math.rad(0),math.rad(0)),.1)
  2836. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2837. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2838. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2839. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2840. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2841. arm1pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2842. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2843. arm1p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2844. arm1p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2845. arm1p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2846. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2847. arm2pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2848. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2849. arm2p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2850. arm2p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2851. arm2p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2852. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2853.  
  2854. arm3pw.C0=clerp(arm2pw.C0,cf(0,-2.5,0)*angles(math.rad(360),math.rad(-180),math.rad(-90)),0.2) + Vector3.new(-5,-10,0)
  2855. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(360),math.rad(-180),math.rad(-90)),0.2)
  2856. arm3p3w.C0=clerp(arm2p3w.C0,cf(-6,0,0)*angles(math.rad(360),math.rad(-180),math.rad(0)),0.2)
  2857. arm3p4w.C0=clerp(arm2p4w.C0,cf(-1,3,0)*angles(math.rad(360),math.rad(-180),math.rad(-75)),0.2)
  2858. arm3p5w.C0=clerp(arm2p5w.C0,cf(-6,0,0)*angles(math.rad(360),math.rad(-180),math.rad(0)),0.2)
  2859. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(360),math.rad(-180),math.rad(90)),0.2)
  2860.  
  2861. arm4pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(-90),math.rad(-180),math.rad(90)),0.2) + Vector3.new(5,-10,0)
  2862. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(-90),math.rad(-180),math.rad(-90)),0.2)
  2863. arm4p3w.C0=clerp(arm1p3w.C0,cf(-6,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  2864. arm4p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(-90),math.rad(-180),math.rad(-45)),0.2)
  2865. arm4p5w.C0=clerp(arm1p5w.C0,cf(-6,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  2866. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  2867.  
  2868. torsop2w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2869. Crsytalw.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2870. end
  2871. end
  2872. elseif torvel<1 and hitfloor~=nil then
  2873. Anim="Idle"
  2874. Humanoid.WalkSpeed = 64
  2875. if attack==false and sphere==false and rest==false then
  2876. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/30))*angles(math.rad(5+5*math.cos(sine/30)),math.rad(0),math.rad(0)),.1)
  2877. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2878. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(15-10*math.cos(sine/30)), math.rad(0), math.rad(100-5*math.cos(sine/30))), 0.3)
  2879. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(15-10*math.cos(sine/30)), math.rad(0), math.rad(-100+5*math.cos(sine/30))), 0.3)
  2880. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2881. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2882.  
  2883. arm1pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  2884. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  2885. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2886. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  2887. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2888. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)-----1
  2889.  
  2890. arm2pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),0.3)
  2891. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  2892. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2893. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  2894. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2895. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)-----2
  2896.  
  2897. arm3pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(-0),math.rad(-90)),0.2) + Vector3.new(-5,-10,0)
  2898. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.2)
  2899. arm3p3w.C0=clerp(arm2p3w.C0,cf(-6,0,0)*angles(math.rad(0),math.rad(-0),math.rad(0)),0.2)
  2900. arm3p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(-0),math.rad(-45)),0.2)
  2901. arm3p5w.C0=clerp(arm2p5w.C0,cf(-6,0,0)*angles(math.rad(0),math.rad(-0),math.rad(0)),0.2)
  2902. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-0),math.rad(90)),0.2)-----2
  2903.  
  2904. arm4pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.2) + Vector3.new(5,-10,0)
  2905. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.2)
  2906. arm4p3w.C0=clerp(arm1p3w.C0,cf(-6,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2907. arm4p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.2)
  2908. arm4p5w.C0=clerp(arm1p5w.C0,cf(-6,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2909. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)-----1
  2910.  
  2911. torsop2w.C0=CFrame.new(0,-8,0)*CFrame.Angles(0,math.rad(-90),math.rad(0))
  2912. Crsytalw.C0=CFrame.new(0,-4,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2913. else
  2914. if attack==false and sphere==true and rest==false then
  2915. Humanoid.WalkSpeed = 16
  2916. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0+1*math.cos(sine/20),0,22-0.5*math.cos(sine/40))*angles(math.rad(5+5*math.cos(sine/30)),math.rad(0),math.rad(0)),.1)
  2917. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2918. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2919. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2920. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2921. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2922. arm1pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2923. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2924. arm1p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2925. arm1p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2926. arm1p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2927. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2928. arm2pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2929. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2930. arm2p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2931. arm2p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2932. arm2p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2933. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2934.  
  2935. arm3pw.C0=clerp(arm2pw.C0,cf(0,-0,0)*angles(math.rad(0),math.rad(0),math.rad(-0)),0.2)
  2936. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-0)),0.2)
  2937. arm3p3w.C0=clerp(arm2p3w.C0,cf(-0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2938. arm3p4w.C0=clerp(arm2p4w.C0,cf(-0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-0)),0.2)
  2939. arm3p5w.C0=clerp(arm2p5w.C0,cf(-0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2940. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.2)
  2941.  
  2942. arm4pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2943. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2944. arm4p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2945. arm4p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2946. arm4p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2947. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2948.  
  2949.  
  2950. torsop2w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2951. Crsytalw.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2952. else
  2953. if attack==false and sphere==true and rest==true then
  2954. Humanoid.WalkSpeed = 0
  2955. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(2.5+2.5*math.cos(sine/20)),math.rad(30),math.rad(0)),.1)
  2956. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2957. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2958. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2959. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  2960. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  2961. arm1pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2962. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2963. arm1p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2964. arm1p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2965. arm1p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2966. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2967. arm2pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2968. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2969. arm2p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2970. arm2p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2971. arm2p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2972. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2973.  
  2974. arm3pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2975. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2976. arm3p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2977. arm3p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2978. arm3p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2979. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2980.  
  2981. arm4pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2982. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2983. arm4p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2984. arm4p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2985. arm4p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2986. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  2987.  
  2988. torsop2w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2989. Crsytalw.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  2990. end
  2991. end
  2992. end
  2993. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  2994. Anim="Walk"
  2995. if attack==false and sphere==false then
  2996. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-1*math.cos(sine/30))*angles(math.rad(10),math.rad(0),math.rad(0)),.1)
  2997. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  2998. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(120)), 0.3)
  2999. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-120)), 0.3)
  3000. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  3001. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  3002. arm1pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  3003. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  3004. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3005. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  3006. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3007. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3008. arm2pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),0.3)
  3009. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  3010. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3011. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  3012. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3013. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  3014.  
  3015. arm3pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(360),math.rad(-180),math.rad(-90)),0.2) + Vector3.new(-5,-10,0)
  3016. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(360),math.rad(-180),math.rad(-90)),0.2)
  3017. arm3p3w.C0=clerp(arm2p3w.C0,cf(-6,0,0)*angles(math.rad(360),math.rad(-180),math.rad(0)),0.2)
  3018. arm3p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(360),math.rad(-180),math.rad(-45)),0.2)
  3019. arm3p5w.C0=clerp(arm2p5w.C0,cf(-6,0,0)*angles(math.rad(360),math.rad(-180),math.rad(0)),0.2)
  3020. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(360),math.rad(-180),math.rad(90)),0.2)
  3021.  
  3022. arm4pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(-90),math.rad(-180),math.rad(90)),0.2) + Vector3.new(5,-10,0)
  3023. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(-90),math.rad(-180),math.rad(-90)),0.2)
  3024. arm4p3w.C0=clerp(arm1p3w.C0,cf(-6,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  3025. arm4p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(-90),math.rad(-180),math.rad(-45)),0.2)
  3026. arm4p5w.C0=clerp(arm1p5w.C0,cf(-6,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  3027. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  3028.  
  3029. torsop2w.C0=CFrame.new(0,-8,0)*CFrame.Angles(0,math.rad(-90),math.rad(0))
  3030. Crsytalw.C0=CFrame.new(0,-4,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  3031. else
  3032. if attack==false and sphere==true then
  3033. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-0.5*math.cos(sine/40))*angles(math.rad(10),math.rad(0),math.rad(0)),.1)
  3034. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  3035. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  3036. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  3037. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  3038. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  3039. arm1pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3040. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3041. arm1p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3042. arm1p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3043. arm1p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3044. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3045. arm2pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3046. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3047. arm2p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3048. arm2p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3049. arm2p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3050. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3051.  
  3052. arm3pw.C0=clerp(arm2pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3053. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3054. arm3p3w.C0=clerp(arm2p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3055. arm3p4w.C0=clerp(arm2p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3056. arm3p5w.C0=clerp(arm2p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3057. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3058.  
  3059. arm4pw.C0=clerp(arm1pw.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3060. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3061. arm4p3w.C0=clerp(arm1p3w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3062. arm4p4w.C0=clerp(arm1p4w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3063. arm4p5w.C0=clerp(arm1p5w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3064. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3065.  
  3066. torsop2w.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  3067. Crsytalw.C0=CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  3068. end
  3069. end
  3070. elseif torvel>=22 and hitfloor~=nil then
  3071. Anim="Run"
  3072. if attack==false and sphere==false then
  3073. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,22-1*math.cos(sine/30))*angles(math.rad(10),math.rad(0),math.rad(0)),.1)
  3074. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  3075. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(120)), 0.3)
  3076. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-120)), 0.3)
  3077. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.1)
  3078. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.1)
  3079. arm1pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  3080. arm1p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  3081. arm1p3w.C0=clerp(arm1p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3082. arm1p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  3083. arm1p5w.C0=clerp(arm1p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3084. arm1p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3085. arm2pw.C0=clerp(arm2pw.C0,cf(0,-5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),0.3)
  3086. arm2p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(0),math.rad(90),math.rad(-90)),0.5)
  3087. arm2p3w.C0=clerp(arm2p3w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3088. arm2p4w.C0=clerp(arm2p4w.C0,cf(-3,3,0)*angles(math.rad(0),math.rad(0),math.rad(-45)),0.3)
  3089. arm2p5w.C0=clerp(arm2p5w.C0,cf(-4,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3)
  3090. arm2p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  3091.  
  3092. arm3pw.C0=clerp(arm2pw.C0,cf(0,-2.5,0)*angles(math.rad(360),math.rad(120),math.rad(-90)),0.2) + Vector3.new(-5,-10,0)
  3093. arm3p2w.C0=clerp(arm2p2w.C0,cf(0,3,0)*angles(math.rad(360),math.rad(180),math.rad(-90)),0.2)
  3094. arm3p3w.C0=clerp(arm2p3w.C0,cf(-6,0,0)*angles(math.rad(360),math.rad(180),math.rad(0)),0.2)
  3095. arm3p4w.C0=clerp(arm2p4w.C0,cf(-1,3,0)*angles(math.rad(360),math.rad(180),math.rad(-75)),0.2)
  3096. arm3p5w.C0=clerp(arm2p5w.C0,cf(-6,0,0)*angles(math.rad(360),math.rad(180),math.rad(0)),0.2)
  3097. arm3p6w.C0=clerp(arm2p6w.C0,cf(0,0,0)*angles(math.rad(360),math.rad(180),math.rad(90)),0.2)
  3098.  
  3099. arm4pw.C0=clerp(arm1pw.C0,cf(0,-5,0)*angles(math.rad(-90),math.rad(-180),math.rad(90)),0.2) + Vector3.new(5,-10,0)
  3100. arm4p2w.C0=clerp(arm1p2w.C0,cf(0,3,0)*angles(math.rad(-90),math.rad(-180),math.rad(-90)),0.2)
  3101. arm4p3w.C0=clerp(arm1p3w.C0,cf(-6,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  3102. arm4p4w.C0=clerp(arm1p4w.C0,cf(-3,3,0)*angles(math.rad(-90),math.rad(-180),math.rad(-45)),0.2)
  3103. arm4p5w.C0=clerp(arm1p5w.C0,cf(-6,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  3104. arm4p6w.C0=clerp(arm1p6w.C0,cf(0,0,0)*angles(math.rad(-90),math.rad(-180),math.rad(0)),0.2)
  3105.  
  3106. torsop2w.C0=CFrame.new(0,-8,0)*CFrame.Angles(0,math.rad(-90),math.rad(0))
  3107. Crsytalw.C0=CFrame.new(0,-4,0)*CFrame.Angles(0,math.rad(0),math.rad(0))
  3108. end
  3109. end
  3110. end
  3111. if #Effects>0 then
  3112. --table.insert(Effects,{prt,"Block1",delay})
  3113. for e=1,#Effects do
  3114. if Effects[e]~=nil then
  3115. --for j=1,#Effects[e] do
  3116. local Thing=Effects[e]
  3117. if Thing~=nil then
  3118. local Part=Thing[1]
  3119. local Mode=Thing[2]
  3120. local Delay=Thing[3]
  3121. local IncX=Thing[4]
  3122. local IncY=Thing[5]
  3123. local IncZ=Thing[6]
  3124. if Thing[1].Transparency<=1 then
  3125. if Thing[2]=="Block1" then
  3126. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  3127. Mesh=Thing[1].Mesh
  3128. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  3129. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  3130. elseif Thing[2]=="Cylinder" then
  3131. Mesh=Thing[1].Mesh
  3132. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  3133. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  3134. elseif Thing[2]=="Blood" then
  3135. Mesh=Thing[7]
  3136. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  3137. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  3138. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  3139. elseif Thing[2]=="Elec" then
  3140. Mesh=Thing[1].Mesh
  3141. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  3142. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  3143. elseif Thing[2]=="Disappear" then
  3144. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  3145. end
  3146. else
  3147. Part.Parent=nil
  3148. table.remove(Effects,e)
  3149. end
  3150. end
  3151. --end
  3152. end
  3153. end
  3154. end
  3155. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement