Advertisement
Guest User

Golden Nefl

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