Advertisement
GojiGaming1337

Untitled

Jun 19th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.19 KB | None | 0 0
  1. Character = game.Players.LocalPlayer.Character
  2. Head = Character.Head
  3.  
  4. CV="Blue"
  5. p = game.Players.LocalPlayer
  6. char = p.Character
  7. local txt = Instance.new("BillboardGui", char)
  8. txt.Adornee = char .Head
  9. txt.Name = "_status"
  10. txt.Size = UDim2.new(2, 0, 1.2, 0)
  11. txt.StudsOffset = Vector3.new(-9, 8, 0)
  12. local text = Instance.new("TextLabel", txt)
  13. text.Size = UDim2.new(10, 0, 7, 0)
  14. text.FontSize = "Size24"
  15. text.TextScaled = true
  16. text.TextTransparency = 0
  17. text.BackgroundTransparency = 1
  18. text.TextTransparency = 0
  19. text.TextStrokeTransparency = 0
  20. text.Font = "Cartoon"
  21. text.TextStrokeColor3 = Color3.new(1,1,1)
  22.  
  23. v=Instance.new("Part")
  24. v.Name = "ColorBrick"
  25. v.Parent=p.Character
  26. v.FormFactor="Symmetric"
  27. v.Anchored=true
  28. v.CanCollide=false
  29. v.BottomSurface="Smooth"
  30. v.TopSurface="Smooth"
  31. v.Size=Vector3.new(10,5,3)
  32. v.Transparency=1
  33. v.CFrame=char.Torso.CFrame
  34. v.BrickColor=BrickColor.new(CV)
  35. v.Transparency=1
  36. text.TextColor3 = Color3.new(1,1,1)
  37. v.Shape="Block"
  38. text.Text = "Prometheus"
  39.  
  40. local s = Instance.new("Sound",char)
  41. s.Name = "BGMusic"
  42. s.SoundId = "rbxassetid://561833161"
  43. s.Pitch = 1
  44. s.Volume = 10
  45. s.Looped = true
  46. s.archivable = false
  47. s.Parent = char.Head
  48. wait(0.1)
  49. s:play()
  50.  
  51. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  52. print("Prometheus Loaded.")
  53. print("Unleash the deadly fire to anyone to destroy.")
  54. p = game.Players.LocalPlayer
  55. char = p.Character
  56. torso = char.Torso
  57. neck = char.Torso.Neck
  58.  
  59. Player=game:GetService("Players").LocalPlayer
  60. Character=Player.Character
  61. PlayerGui=Player.PlayerGui
  62. Backpack=Player.Backpack
  63. Torso=Character.Torso
  64. Head=Character.Head
  65. Humanoid=Character.Humanoid
  66. LeftArm=Character["Left Arm"]
  67. LeftLeg=Character["Left Leg"]
  68. RightArm=Character["Right Arm"]
  69. RightLeg=Character["Right Leg"]
  70. cam=game.Workspace.CurrentCamera
  71. LS=Torso["Left Shoulder"]
  72. LH=Torso["Left Hip"]
  73. RS=Torso["Right Shoulder"]
  74. RH=Torso["Right Hip"]
  75. Face = Head.face
  76. Neck=Torso.Neck
  77. it=Instance.new
  78. attacktype=1
  79. vt=Vector3.new
  80. cf=CFrame.new
  81. euler=CFrame.fromEulerAnglesXYZ
  82. angles=CFrame.Angles
  83. cloaked=false
  84. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  85. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  86. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  87. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  88. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  89. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  90. RootPart=Character.HumanoidRootPart
  91. RootJoint=RootPart.RootJoint
  92. RootCF=euler(-1.57,0,3.14)
  93. attack = false
  94. bounce=false
  95. cooldown=false
  96. deeznuts=false
  97. attackdebounce = false
  98. deb=false
  99. equipped=true
  100. hand=false
  101. MMouse=nil
  102. combo=0
  103. mana=0
  104. trispeed=.2
  105. attackmode='none'
  106. local idle=0
  107. local Anim="Idle"
  108. local Effects={}
  109. local gun=false
  110. local shoot=false
  111. player=nil
  112. mana=0
  113. cam = workspace.CurrentCamera
  114. ZTarget = nil
  115. RocketTarget = nil
  116. local m = Instance.new("Model",Character)
  117. m.Name = "WeaponModel"
  118.  
  119. mouse=Player:GetMouse()
  120. --save shoulders
  121. RSH, LSH=nil, nil
  122. --welds
  123. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  124. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  125. LH=Torso["Left Hip"]
  126. RH=Torso["Right Hip"]
  127. TorsoColor=Torso.BrickColor
  128. function NoOutline(Part)
  129. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  130. end
  131. player=Player
  132. ch=Character
  133. RSH=ch.Torso["Right Shoulder"]
  134. LSH=ch.Torso["Left Shoulder"]
  135. --
  136. RSH.Parent=nil
  137. LSH.Parent=nil
  138. --
  139. RW.Name="Right Shoulder"
  140. RW.Part0=ch.Torso
  141. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  142. RW.C1=cf(0, 0.5, 0)
  143. RW.Part1=ch["Right Arm"]
  144. RW.Parent=ch.Torso
  145. --
  146. LW.Name="Left Shoulder"
  147. LW.Part0=ch.Torso
  148. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  149. LW.C1=cf(0, 0.5, 0)
  150. LW.Part1=ch["Left Arm"]
  151. LW.Parent=ch.Torso
  152.  
  153. function swait(num)
  154. if num==0 or num==nil then
  155. game:service'RunService'.Heartbeat:wait(0)
  156. else
  157. for i=0,num do
  158. game:service'RunService'.Heartbeat:wait(0)
  159. end
  160. end
  161. end
  162.  
  163.  
  164. local Player = game.Players.localPlayer
  165. local Character = Player.Character
  166. local red = 255
  167. local green = 255
  168. local blue = 255
  169. local Humanoid = Character.Humanoid
  170. local mouse = Player:GetMouse()
  171. local m = Instance.new("Model", Character)
  172. m.Name = "WeaponModel"
  173. local LeftArm = Character["Left Arm"]
  174. local RightArm = Character["Right Arm"]
  175. local LeftLeg = Character["Left Leg"]
  176. local RightLeg = Character["Right Leg"]
  177. local Head = Character.Head
  178. local Torso = Character.Torso
  179. local cam = game.Workspace.CurrentCamera
  180. local RootPart = Character.HumanoidRootPart
  181. local RootJoint = RootPart.RootJoint
  182. local equipped = false
  183. local attack = false
  184. local Anim = "Idle"
  185. local idle = 0
  186. local attacktype = 1
  187. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  188. local velocity = RootPart.Velocity.y
  189. local sine = 0
  190. local change = 1
  191. local grabbed = false
  192. local cn = CFrame.new
  193. local mr = math.rad
  194. local angles = CFrame.Angles
  195. local ud = UDim2.new
  196. local c3 = Color3.new
  197. local lim = 0
  198. local st = 0
  199. local necko = cn(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  200. local attacktype = 1
  201. local ZTarget, RocketTarget = nil, nil
  202. local euler = CFrame.fromEulerAnglesXYZ
  203. function clerp(a,b,t)
  204. local qa = {QuaternionFromCFrame(a)}
  205. local qb = {QuaternionFromCFrame(b)}
  206. local ax, ay, az = a.x, a.y, a.z
  207. local bx, by, bz = b.x, b.y, b.z
  208. local _t = 1-t
  209. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  210. end
  211.  
  212. function QuaternionFromCFrame(cf)
  213. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  214. local trace = m00 + m11 + m22
  215. if trace > 0 then
  216. local s = math.sqrt(1 + trace)
  217. local recip = 0.5/s
  218. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  219. else
  220. local i = 0
  221. if m11 > m00 then
  222. i = 1
  223. end
  224. if m22 > (i == 0 and m00 or m11) then
  225. i = 2
  226. end
  227. if i == 0 then
  228. local s = math.sqrt(m00-m11-m22+1)
  229. local recip = 0.5/s
  230. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  231. elseif i == 1 then
  232. local s = math.sqrt(m11-m22-m00+1)
  233. local recip = 0.5/s
  234. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  235. elseif i == 2 then
  236. local s = math.sqrt(m22-m00-m11+1)
  237. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  238. end
  239. end
  240. end
  241.  
  242. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  243. local xs, ys, zs = x + x, y + y, z + z
  244. local wx, wy, wz = w*xs, w*ys, w*zs
  245. local xx = x*xs
  246. local xy = x*ys
  247. local xz = x*zs
  248. local yy = y*ys
  249. local yz = y*zs
  250. local zz = z*zs
  251. 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))
  252. end
  253.  
  254. function QuaternionSlerp(a, b, t)
  255. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  256. local startInterp, finishInterp;
  257. if cosTheta >= 0.0001 then
  258. if (1 - cosTheta) > 0.0001 then
  259. local theta = math.acos(cosTheta)
  260. local invSinTheta = 1/math.sin(theta)
  261. startInterp = math.sin((1-t)*theta)*invSinTheta
  262. finishInterp = math.sin(t*theta)*invSinTheta
  263. else
  264. startInterp = 1-t
  265. finishInterp = t
  266. end
  267. else
  268. if (1+cosTheta) > 0.0001 then
  269. local theta = math.acos(-cosTheta)
  270. local invSinTheta = 1/math.sin(theta)
  271. startInterp = math.sin((t-1)*theta)*invSinTheta
  272. finishInterp = math.sin(t*theta)*invSinTheta
  273. else
  274. startInterp = t-1
  275. finishInterp = t
  276. end
  277. end
  278. 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
  279. end
  280. rayCast = function(Position, Direction, Range, Ignore)
  281. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  282. end
  283. local v = game.Players.localPlayer
  284. local torso = v.Character.Torso
  285.  
  286. plr = game.Players.LocalPlayer
  287. char = game.Players.LocalPlayer.Character
  288. hum = game.Players.LocalPlayer.Character.Humanoid
  289. t = game.Players.LocalPlayer.Character.Torso
  290. h = game.Players.LocalPlayer.Character.Head
  291. ra = game.Players.LocalPlayer.Character["Right Arm"]
  292. la = game.Players.LocalPlayer.Character["Left Arm"]
  293. rl = game.Players.LocalPlayer.Character["Right Leg"]
  294. ll = game.Players.LocalPlayer.Character["Left Leg"]
  295. tors = Character.Torso
  296. lleg = Character["Left Leg"]
  297. root = Character.HumanoidRootPart
  298. hed = Character.Head
  299. rleg = Character["Right Leg"]
  300. rarm = Character["Right Arm"]
  301. larm = Character["Left Arm"]
  302. bsize1 = NumberSequenceKeypoint.new(3,3,3)
  303. bsize2 = NumberSequenceKeypoint.new(10,10,10)
  304. local Effects = {}
  305. attack = false
  306. local attacking = false
  307. vt = Vector3.new
  308. bc = BrickColor.new
  309. br = BrickColor.random
  310. it = Instance.new
  311. cf = CFrame.new
  312. euler = CFrame.fromEulerAnglesXYZ
  313. angles = CFrame.Angles
  314. matr = math.random
  315. local colororg = BrickColor.new("Dark indigo") -- set color u like
  316. local meshtype = "Sphere" -- only for specialmesh
  317. mouse = plr:GetMouse()
  318.  
  319. CFuncs = {
  320. ["Part"] = {
  321. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  322. local Part = Create("Part"){
  323. Parent = Parent,
  324. Reflectance = Reflectance,
  325. Transparency = Transparency,
  326. CanCollide = false,
  327. Locked = true,
  328. BrickColor = BrickColor.new(tostring(BColor)),
  329. Name = Name,
  330. Size = Size,
  331. Material = Material,
  332. }
  333. RemoveOutlines(Part)
  334. return Part
  335. end;
  336. };
  337.  
  338. ["Mesh"] = {
  339. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  340. local Msh = Create(Mesh){
  341. Parent = Part,
  342. Offset = OffSet,
  343. Scale = Scale,
  344. }
  345. if Mesh == "SpecialMesh" then
  346. Msh.MeshType = MeshType
  347. Msh.MeshId = MeshId
  348. end
  349. return Msh
  350. end;
  351. };
  352.  
  353. ["Mesh"] = {
  354. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  355. local Msh = Create(Mesh){
  356. Parent = Part,
  357. Offset = OffSet,
  358. Scale = Scale,
  359. }
  360. if Mesh == "SpecialMesh" then
  361. Msh.MeshType = MeshType
  362. Msh.MeshId = MeshId
  363. end
  364. return Msh
  365. end;
  366. };
  367.  
  368. ["Weld"] = {
  369. Create = function(Parent, Part0, Part1, C0, C1)
  370. local Weld = Create("Weld"){
  371. Parent = Parent,
  372. Part0 = Part0,
  373. Part1 = Part1,
  374. C0 = C0,
  375. C1 = C1,
  376. }
  377. return Weld
  378. end;
  379. };
  380.  
  381. ["Sound"] = {
  382. Create = function(id, par, vol, pit)
  383. coroutine.resume(coroutine.create(function()
  384. local S = Create("Sound"){
  385. Volume = vol,
  386. Pitch = pit or 1,
  387. SoundId = id,
  388. Parent = par or workspace,
  389. }
  390. wait()
  391. S:play()
  392. game:GetService("Debris"):AddItem(S, 6)
  393. end))
  394. end;
  395. };
  396.  
  397. ["ParticleEmitter"] = {
  398. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  399. local fp = Create("ParticleEmitter"){
  400. Parent = Parent,
  401. Color = ColorSequence.new(Color1, Color2),
  402. LightEmission = LightEmission,
  403. Size = Size,
  404. Texture = Texture,
  405. Transparency = Transparency,
  406. ZOffset = ZOffset,
  407. Acceleration = Accel,
  408. Drag = Drag,
  409. LockedToPart = LockedToPart,
  410. VelocityInheritance = VelocityInheritance,
  411. EmissionDirection = EmissionDirection,
  412. Enabled = Enabled,
  413. Lifetime = LifeTime,
  414. Rate = Rate,
  415. Rotation = Rotation,
  416. RotSpeed = RotSpeed,
  417. Speed = Speed,
  418. VelocitySpread = VelocitySpread,
  419. }
  420. return fp
  421. end;
  422. };
  423.  
  424. CreateTemplate = {
  425.  
  426. };
  427. }
  428.  
  429.  
  430.  
  431. New = function(Object, Parent, Name, Data)
  432. local Object = Instance.new(Object)
  433. for Index, Value in pairs(Data or {}) do
  434. Object[Index] = Value
  435. end
  436. Object.Parent = Parent
  437. Object.Name = Name
  438. return Object
  439. end
  440.  
  441. function chatfunc(text)
  442. local chat = coroutine.wrap(function()
  443. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  444. Character:FindFirstChild("TalkingBillBoard"):destroy()
  445. end
  446. local naeeym2 = Instance.new("BillboardGui",Character)
  447. naeeym2.Size = UDim2.new(0,100,0,40)
  448. naeeym2.StudsOffset = Vector3.new(0,3,0)
  449. naeeym2.Adornee = Character.Head
  450. naeeym2.Name = "TalkingBillBoard"
  451. local tecks2 = Instance.new("TextLabel",naeeym2)
  452. tecks2.BackgroundTransparency = 1
  453. tecks2.BorderSizePixel = 0
  454. tecks2.Text = ""
  455. tecks2.Font = "SciFi"
  456. tecks2.TextSize = 30
  457. tecks2.TextStrokeTransparency = 0
  458. tecks2.TextColor3 = Color3.new(0.15,0.15,0.15)
  459. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  460. tecks2.Size = UDim2.new(1,0,0.5,0)
  461. local tecks3 = Instance.new("TextLabel",naeeym2)
  462. tecks3.BackgroundTransparency = 1
  463. tecks3.BorderSizePixel = 0
  464. tecks3.Text = ""
  465. tecks3.Font = "SciFi"
  466. tecks3.TextSize = 30
  467. tecks3.TextStrokeTransparency = 0
  468. tecks3.TextColor3 = Color3.new(0.15,0.15,0.15)
  469. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  470. tecks3.Size = UDim2.new(1,0,0.5,0)
  471. for i = 1,string.len(text),1 do
  472. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", Character, .6, .8)
  473. tecks2.Text = string.sub(text,1,i)
  474. tecks3.Text = string.sub(text,1,i)
  475. wait(0.01)
  476. end
  477. wait(2)
  478. for i = 1, 50 do
  479. swait()
  480. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  481. tecks2.Rotation = tecks2.Rotation - .8
  482. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  483. tecks2.TextTransparency = tecks2.TextTransparency + .04
  484. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  485. tecks3.Rotation = tecks2.Rotation + .8
  486. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  487. tecks3.TextTransparency = tecks2.TextTransparency + .04
  488. end
  489. naeeym2:Destroy()
  490. end)
  491. chat()
  492. end
  493. function onChatted(msg)
  494. chatfunc(msg)
  495. end
  496. Player.Chatted:connect(onChatted)
  497.  
  498.  
  499. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  500. if hit.Parent==nil then
  501. return
  502. end
  503. h=hit.Parent:FindFirstChild("Humanoid")
  504. for _,v in pairs(hit.Parent:children()) do
  505. if v:IsA("Humanoid") then
  506. h=v
  507. end
  508. end
  509. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  510. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  511. end
  512. if hit.Parent.className=="Hat" then
  513. hit=hit.Parent.Parent:findFirstChild("Head")
  514. end
  515. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  516. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  517. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  518. return
  519. end]]
  520. -- hs(hit,1.2)
  521. c=Instance.new("ObjectValue")
  522. c.Name="creator"
  523. c.Value=game:service("Players").LocalPlayer
  524. c.Parent=h
  525. game:GetService("Debris"):AddItem(c,.5)
  526. Damage=math.random(minim,maxim)
  527. -- h:TakeDamage(Damage)
  528. blocked=false
  529. block=hit.Parent:findFirstChild("Block")
  530. if block~=nil then
  531. print(block.className)
  532. if block.className=="NumberValue" then
  533. if block.Value>0 then
  534. blocked=true
  535. if decreaseblock==nil then
  536. block.Value=block.Value-1
  537. end
  538. end
  539. end
  540. if block.className=="IntValue" then
  541. if block.Value>0 then
  542. blocked=true
  543. if decreaseblock~=nil then
  544. block.Value=block.Value-1
  545. end
  546. end
  547. end
  548. end
  549. if blocked==false then
  550. -- h:TakeDamage(Damage)
  551. h.Health=h.Health-Damage
  552. showDamage(hit.Parent,Damage,3,TorsoColor)
  553. else
  554. h.Health=h.Health-(Damage/2)
  555. showDamage(hit.Parent,Damage/2,3,BrickColor.new("White"))
  556. end
  557. if Type=="Knockdown" then
  558. hum=hit.Parent.Humanoid
  559. hum.PlatformStand=true
  560. coroutine.resume(coroutine.create(function(HHumanoid)
  561. swait(1)
  562. HHumanoid.PlatformStand=false
  563. end),hum)
  564. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  565. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  566. local bodvol=Instance.new("BodyVelocity")
  567. bodvol.velocity=angle*knockback
  568. bodvol.P=5000
  569. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  570. bodvol.Parent=hit
  571. rl=Instance.new("BodyAngularVelocity")
  572. rl.P=3000
  573. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  574. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  575. rl.Parent=hit
  576. game:GetService("Debris"):AddItem(bodvol,.5)
  577. game:GetService("Debris"):AddItem(rl,.5)
  578. elseif Type=="Normal" then
  579. vp=Instance.new("BodyVelocity")
  580. vp.P=500
  581. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  582. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  583. if KnockbackType==1 then
  584. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  585. elseif KnockbackType==2 then
  586. vp.velocity=Property.CFrame.lookVector*knockback
  587. end
  588. if knockback>0 then
  589. vp.Parent=hit.Parent.Torso
  590. end
  591. game:GetService("Debris"):AddItem(vp,.5)
  592. elseif Type=="Up" then
  593. local bodyVelocity=Instance.new("BodyVelocity")
  594. bodyVelocity.velocity=vt(0,10,0)
  595. bodyVelocity.P=1000
  596. bodyVelocity.maxForce=Vector3.new(1e+009, 1e+009, 1e+009)
  597. bodyVelocity.Parent=hit
  598. game:GetService("Debris"):AddItem(bodyVelocity,1)
  599. rl=Instance.new("BodyAngularVelocity")
  600. rl.P=3000
  601. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  602. rl.angularvelocity=Vector3.new(math.random(-20,20),math.random(-20,20),math.random(-20,20))
  603. rl.Parent=hit
  604. game:GetService("Debris"):AddItem(rl,.5)
  605. elseif Type=="Snare" then
  606. bp=Instance.new("BodyPosition")
  607. bp.P=2000
  608. bp.D=100
  609. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  610. bp.position=hit.Parent.Torso.Position
  611. bp.Parent=hit.Parent.Torso
  612. game:GetService("Debris"):AddItem(bp,1)
  613. elseif Type=="Target" then
  614. if Targetting==false then
  615. ZTarget=hit.Parent.Torso
  616. coroutine.resume(coroutine.create(function(Part)
  617. swait(5)
  618. end),ZTarget)
  619. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  620. targetgui=Instance.new("BillboardGui")
  621. targetgui.Parent=ZTarget
  622. targetgui.Size=UDim2.new(10,100,10,100)
  623. targ=Instance.new("ImageLabel")
  624. targ.Parent=targetgui
  625. targ.BackgroundTransparency=1
  626. targ.Image="rbxassetid://4834067"
  627. targ.Size=UDim2.new(1,0,1,0)
  628. cam.CameraType="Scriptable"
  629. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  630. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  631. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  632. Targetting=true
  633. RocketTarget=ZTarget
  634. for i=1,Property do
  635. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  636. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  637. swait()
  638. end
  639. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  640. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  641. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  642. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  643. end
  644. Targetting=false
  645. RocketTarget=nil
  646. targetgui.Parent=nil
  647. cam.CameraType="Custom"
  648. end
  649. end
  650. debounce=Instance.new("BoolValue")
  651. debounce.Name="DebounceHit"
  652. debounce.Parent=hit.Parent
  653. debounce.Value=true
  654. game:GetService("Debris"):AddItem(debounce,Delay)
  655. c=Instance.new("ObjectValue")
  656. c.Name="creator"
  657. c.Value=Player
  658. c.Parent=h
  659. game:GetService("Debris"):AddItem(c,.5)
  660. CRIT=false
  661. hitDeb=true
  662. AttackPos=6
  663. end
  664. end
  665.  
  666. showDamage=function(Char,Dealt,du,Color)
  667. m=Instance.new("Model")
  668. m.Name=""
  669. h=Instance.new("Humanoid")
  670. h.Health=0
  671. h.MaxHealth=0
  672. h.Parent=m
  673. c=Instance.new("Part")
  674. c.Transparency=0
  675. c.Material = "Neon"
  676. c.BrickColor=bc("Bright red")
  677. c.Name="Head"
  678. c.TopSurface=0
  679. c.BottomSurface=0
  680. CV="Hot pink"
  681.  
  682. local txt = Instance.new("BillboardGui", c)
  683. txt.Adornee = c
  684. txt.Name = "_status"
  685. txt.Size = UDim2.new(2, 0, 1.2, 0)
  686. txt.StudsOffset = Vector3.new(-9, 8, 0)
  687. local text = Instance.new("TextLabel", txt)
  688. text.Size = UDim2.new(10, 0, 7, 0)
  689. text.FontSize = "Size24"
  690. text.TextScaled = true
  691. text.TextTransparency = 0
  692. text.BackgroundTransparency = 1
  693. text.TextTransparency = 0
  694. text.TextStrokeTransparency = 0
  695. if Dealt < 12 then
  696. text.Font = "Highway"
  697. elseif Dealt < 20 then
  698. text.Font = "SourceSansBold"
  699. elseif Dealt >= 20 then
  700. text.Font = "Fantasy"
  701. end
  702. text.TextStrokeColor3 = BrickColor.new("Really black").Color
  703. local hitsounds={"199149137","199149186","199149221","199149235","199149269","199149297"}
  704. v=Instance.new("Part")
  705. v.Name = "ColorBrick"
  706. v.Parent=c
  707. v.FormFactor="Symmetric"
  708. v.Anchored=true
  709. v.CanCollide=false
  710. v.BottomSurface="Smooth"
  711. v.TopSurface="Smooth"
  712. v.Size=Vector3.new(10,5,3)
  713. v.Transparency=1
  714. v.CFrame=c.CFrame
  715. v.BrickColor=BrickColor.new(CV)
  716. v.Transparency=1
  717. if Dealt < 12 then
  718. text.TextColor3 = BrickColor.new("White").Color
  719. elseif Dealt < 20 then
  720. text.TextColor3 = BrickColor.new("Bright yellow").Color
  721. elseif Dealt >= 20 then
  722. text.TextColor3 = BrickColor.new("Really red").Color
  723. end
  724. v.Shape="Block"
  725. text.Text = tostring(Dealt).. "!"
  726. local dam = Instance.new("Sound",c)
  727. local rndm=math.random(1,#hitsounds)
  728. local r=rndm
  729. dam.SoundId = "http://www.roblox.com/asset/?id="..hitsounds[r]
  730. dam.Volume = 1.25
  731. dam.Pitch = 1
  732. dam:Play()
  733. c.formFactor="Plate"
  734. c.Transparency = 1
  735. c.Size=Vector3.new(1,.4,1)
  736. ms=Instance.new("CylinderMesh")
  737. ms.Scale=Vector3.new(.8,.8,.8)
  738. if CRIT==true then
  739. ms.Scale=Vector3.new(1,1.25,1)
  740. end
  741. ms.Parent=c
  742. c.Reflectance=0
  743. Instance.new("BodyGyro").Parent=c
  744. c.Parent=m
  745. if Char:findFirstChild("Head")~=nil then
  746. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  747. elseif Char.Parent:findFirstChild("Head")~=nil then
  748. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  749. end
  750. f=Instance.new("BodyPosition")
  751. f.P=2000
  752. f.D=100
  753. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  754. f.position=c.Position+Vector3.new(0,3,0)
  755. f.Parent=c
  756. game:GetService("Debris"):AddItem(m,.5+du)
  757. c.CanCollide=false
  758. m.Parent=workspace
  759. c.CanCollide=false
  760. wait(1)
  761. for l = 0, 9 do
  762. text.TextTransparency = text.TextTransparency + 0.1
  763. text.TextStrokeTransparency = text.TextStrokeTransparency + 0.1
  764. wait()
  765. end
  766. end
  767.  
  768. gui = function(GuiType, parent, text, backtrans, backcol, pos, size)
  769. local gui = it(GuiType)
  770. gui.Parent = parent
  771. gui.Text = text
  772. gui.BackgroundTransparency = backtrans
  773. gui.BackgroundColor3 = backcol
  774. gui.SizeConstraint = "RelativeXY"
  775. gui.TextXAlignment = "Center"
  776. gui.TextYAlignment = "Center"
  777. gui.Position = pos
  778. gui.Size = size
  779. gui.Font = "SourceSans"
  780. gui.FontSize = "Size14"
  781. gui.TextWrapped = false
  782. gui.TextStrokeTransparency = 0
  783. gui.TextColor = BrickColor.new("White")
  784. return gui
  785. end
  786. ---- GUI set
  787. local basgui = it("GuiMain")
  788. basgui.Parent = Player.PlayerGui
  789. basgui.Name = "CooldownsGUI"
  790. local basframe = it("Frame")
  791. basframe.Parent = basgui
  792. basframe.BackgroundColor3 = Color3.new(255, 255, 255)
  793. basframe.BackgroundTransparency = 1
  794. basframe.BorderColor3 = Color3.new(17, 17, 17)
  795. basframe.Size = UDim2.new(0.2, 0, 0.2, 0)
  796. basframe.Position = UDim2.new(0.8, 0, 0.8, 0)
  797. local basicgui = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("White").Color, UDim2.new(0.35, 0, -0.125, 0), UDim2.new(0.45, 0, 0.35, 0))
  798. basicgui.ZIndex = 2
  799. basicgui.Font = "Highway"
  800. basicgui.BackgroundTransparency = 0.5
  801. basicgui.BorderSizePixel = 0.65
  802. basicgui.TextScaled = true
  803. basicgui.Text = "(F)\nPrometheus Orb"
  804. basicgui.TextSize = 24
  805. local basicgui2 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("White").Color, UDim2.new(-0.15, 0, -0.125, 0), UDim2.new(0.45, 0, 0.35, 0))
  806. basicgui2.ZIndex = 2
  807. basicgui2.Font = "Highway"
  808. basicgui2.BackgroundTransparency = 0.5
  809. basicgui2.BorderSizePixel = 0.65
  810. basicgui2.TextScaled = true
  811. basicgui2.Text = "(E)\nHonorable Demise"
  812. basicgui2.TextSize = 24
  813. local basicgui3 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("White").Color, UDim2.new(-0.15, 0, 0.225, 0), UDim2.new(0.45, 0, 0.35, 0))
  814. basicgui3.ZIndex = 2
  815. basicgui3.Font = "Highway"
  816. basicgui3.BackgroundTransparency = 0.5
  817. basicgui3.BorderSizePixel = 0.65
  818. basicgui3.TextScaled = true
  819. basicgui3.Text = "(Q)\nLight Comet"
  820. basicgui3.TextSize = 24
  821. local basicgui4 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("White").Color, UDim2.new(0.35, 0, 0.225, 0), UDim2.new(0.45, 0, 0.35, 0))
  822. basicgui4.ZIndex = 2
  823. basicgui4.Font = "Highway"
  824. basicgui4.BackgroundTransparency = 0.5
  825. basicgui4.BorderSizePixel = 0.65
  826. basicgui4.TextScaled = true
  827. basicgui4.Text = "(R)\nPowerful Wrath"
  828. basicgui4.TextSize = 24
  829. local basicgui5 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("White").Color, UDim2.new(-0.15, 0, -0.475, 0), UDim2.new(0.45, 0, 0.35, 0))
  830. basicgui5.ZIndex = 2
  831. basicgui5.Font = "Highway"
  832. basicgui5.BackgroundTransparency = 0.5
  833. basicgui5.BorderSizePixel = 0.65
  834. basicgui5.TextScaled = true
  835. basicgui5.Text = "(Z)\nChaos"
  836. basicgui5.TextSize = 24
  837. local basicgui6 = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("White").Color, UDim2.new(0.35, 0, -0.475, 0), UDim2.new(0.45, 0, 0.35, 0))
  838. basicgui6.ZIndex = 2
  839. basicgui6.Font = "Highway"
  840. basicgui6.BackgroundTransparency = 0.5
  841. basicgui6.BorderSizePixel = 0.65
  842. basicgui6.TextScaled = true
  843. basicgui6.Text = "(X)\nDestruction's Power"
  844. basicgui6.TextSize = 24
  845.  
  846. local healthg = gui("TextLabel", basframe, "Basic", 0, BrickColor.new("Really black").Color, UDim2.new(-0.15, 0, 0.675, 0), UDim2.new(0.95, 0, 0.15, 0))
  847. healthg.ZIndex = 2
  848. healthg.Font = "Highway"
  849. healthg.BackgroundTransparency = 0.5
  850. healthg.BorderSizePixel = 0.65
  851. healthg.TextScaled = true
  852. healthg.Text = "health"
  853. healthg.TextSize = 24
  854.  
  855. char.Humanoid.Animator.Parent = nil
  856.  
  857. ---------------- set a position
  858. local handle = Instance.new("Part")
  859. handle.Parent = Character
  860. handle.Size = Vector3.new(0.2,0.2,0.2)
  861. handle.Archivable = true
  862. handle.Transparency = 1
  863. handle.CanCollide = false
  864. handle.BrickColor = BrickColor.new("White")
  865. handle.Material = "Neon"
  866. local handlmesh = Instance.new("BlockMesh",handle)
  867. handlmesh.Scale = Vector3.new(1,1,1)
  868. local handleweld = Instance.new("Weld")
  869. handleweld.Parent = handle
  870. handleweld.Part0 = rarm
  871. handleweld.Part1 = handle
  872. handleweld.C1 = CFrame.new(0, 1.35, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  873. handleweld.Part0 = rarm
  874.  
  875. ---- yeee boi here comes entrance of inferno
  876.  
  877. hum.WalkSpeed = 0
  878.  
  879. local dd = Instance.new("ParticleEmitter",handle)
  880. dd.Texture = "http://www.roblox.com/asset/?id=745304849"
  881. dd.LightEmission = 1
  882. dd.Color = ColorSequence.new(Color3.new(1,1,1))
  883. dd.Rate = 50
  884. dd.Lifetime = NumberRange.new(0.5)
  885. dd.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,0,0)})
  886. dd.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0,0)})
  887. dd.Speed = NumberRange.new(0)
  888. dd.Rotation = NumberRange.new(-500,500)
  889. dd.VelocitySpread = 90000
  890. dd.LockedToPart = true
  891. dd.RotSpeed = NumberRange.new(-500,500)
  892. local bon = Instance.new("ParticleEmitter",handle)
  893. bon.Texture = "rbxassetid://296874871"
  894. bon.LightEmission = 0.75
  895. bon.Color = ColorSequence.new(Color3.new(1,1,1))
  896. bon.Rate = 0
  897. bon.Lifetime = NumberRange.new(2.5)
  898. bon.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,0,0)})
  899. bon.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  900. bon.Speed = NumberRange.new(15)
  901. bon.Rotation = NumberRange.new(-500,500)
  902. bon.VelocitySpread = 90000
  903. bon.RotSpeed = NumberRange.new(-500,500)
  904. local bon2 = Instance.new("ParticleEmitter",handle)
  905. bon2.Texture = "rbxassetid://296874871"
  906. bon2.LightEmission = 0.75
  907. bon2.Color = ColorSequence.new(Color3.new(1,1,1))
  908. bon2.Rate = 0
  909. bon2.Lifetime = NumberRange.new(2.5)
  910. bon2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,10,0)})
  911. bon2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  912. bon2.Speed = NumberRange.new(25)
  913. bon2.Rotation = NumberRange.new(-500,500)
  914. bon2.VelocitySpread = 90000
  915. bon2.RotSpeed = NumberRange.new(-500,500)
  916. for i = 0,8,0.1 do
  917. swait()
  918. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  919. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  920. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(-90), math.rad(0), math.rad(100)), 0.3)
  921. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-7.5 + 2.5 * math.cos(sine / 32))), 0.3)
  922. end
  923. dd.Rate = 0
  924. bon.Rate = 99999
  925. bon2.Rate = 99999
  926.  
  927. local tran = Instance.new("ParticleEmitter",handle)
  928. tran.Texture = "rbxassetid://296874871"
  929. tran.LightEmission = 0.75
  930. tran.Color = ColorSequence.new(Color3.new(1,1,1))
  931. tran.Rate = 99999
  932. tran.Lifetime = NumberRange.new(0.25)
  933. tran.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1.5,0),NumberSequenceKeypoint.new(1,0,0)})
  934. tran.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.25,0)})
  935. tran.Speed = NumberRange.new(0)
  936. tran.Rotation = NumberRange.new(-500,500)
  937. tran.VelocitySpread = 90000
  938. tran.LockedToPart = true
  939. tran.RotSpeed = NumberRange.new(-500,500)
  940. local tran2 = Instance.new("ParticleEmitter",handle)
  941. tran2.Texture = "http://www.roblox.com/asset/?id=745304849"
  942. tran2.LightEmission = 1
  943. tran2.Color = ColorSequence.new(Color3.new(1,1,1))
  944. tran2.Rate = 50
  945. tran2.Lifetime = NumberRange.new(0.5)
  946. tran2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,2.5,0),NumberSequenceKeypoint.new(1,0,0)})
  947. tran2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0,0)})
  948. tran2.Speed = NumberRange.new(0)
  949. tran2.Rotation = NumberRange.new(-500,500)
  950. tran2.VelocitySpread = 90000
  951. tran2.LockedToPart = true
  952. tran2.RotSpeed = NumberRange.new(-500,500)
  953. wait(0.5)
  954. bon.Rate = 0
  955. bon2.Rate = 0
  956. wait(3.25)
  957. bon:Destroy()
  958. bon:Destroy()
  959. dd:Destroy()
  960. hum.WalkSpeed = 16
  961. -----------
  962.  
  963. function PrometheusComet()
  964. attack = true
  965. chatfunc("Light Comet!!")
  966. handleweld.Part0 = rarm
  967. local tra = Instance.new("ParticleEmitter",handle)
  968. tra.Texture = "rbxassetid://296874871"
  969. tra.LightEmission = 0.75
  970. tra.Color = ColorSequence.new(Color3.new(1,1,1))
  971. tra.Rate = 99999
  972. tra.Lifetime = NumberRange.new(0.25)
  973. tra.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,0,0)})
  974. tra.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.25,0)})
  975. tra.Speed = NumberRange.new(0)
  976. tra.Rotation = NumberRange.new(-500,500)
  977. tra.VelocitySpread = 90000
  978. tra.LockedToPart = true
  979. tra.RotSpeed = NumberRange.new(-500,500)
  980. local tra2 = Instance.new("ParticleEmitter",handle)
  981. tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
  982. tra2.LightEmission = 1
  983. tra2.Color = ColorSequence.new(Color3.new(1,1,1))
  984. tra2.Rate = 50
  985. tra2.Lifetime = NumberRange.new(0.5)
  986. tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5.5,0),NumberSequenceKeypoint.new(1,0,0)})
  987. tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.5,0)})
  988. tra2.Speed = NumberRange.new(0)
  989. tra2.Rotation = NumberRange.new(-500,500)
  990. tra2.VelocitySpread = 90000
  991. tra2.LockedToPart = true
  992. tra2.RotSpeed = NumberRange.new(-500,500)
  993. for i = 0,4,0.1 do
  994. swait()
  995. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  996. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  997. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(90)), 0.3)
  998. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  999. end
  1000. local sa = Instance.new("Sound",handle)
  1001. sa.SoundId = "rbxassetid://304448425"
  1002. sa.Volume = 1
  1003. sa.Pitch = 1
  1004. sa:Play()
  1005. tra.Rate = 0
  1006. tra2.Rate = 0
  1007. local lb = Instance.new("Part")
  1008. lb.Parent = char
  1009. lb.Material = "Neon"
  1010. lb.Color = BrickColor.new("White").Color
  1011. lb.CanCollide = false
  1012. lb.Shape = "Ball"
  1013. lb.CFrame = handle.CFrame
  1014. lb.Anchored = true
  1015. lb.Transparency = 1
  1016. lb.Size = vt(1,1,1)
  1017. local thing = Instance.new("SpecialMesh",lb)
  1018. thing.MeshType = meshtype
  1019. local hitted = false
  1020. lb.Anchored = false
  1021. local trail = Instance.new("ParticleEmitter",lb)
  1022. trail.Texture = "rbxassetid://296874871"
  1023. trail.LightEmission = 1
  1024. trail.Color = ColorSequence.new(Color3.new(1,1,1))
  1025. trail.Rate = 9999
  1026. trail.Lifetime = NumberRange.new(1.5)
  1027. trail.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,0,0)})
  1028. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1029. trail.Speed = NumberRange.new(0,0)
  1030. trail.Rotation = NumberRange.new(-500,500)
  1031. trail.RotSpeed = NumberRange.new(-500,500)
  1032. local bv = Instance.new("BodyVelocity")
  1033. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1034. bv.velocity = mouse.Hit.lookVector *75
  1035. bv.Parent = lb
  1036. wait(0.05)
  1037. lb.Touched:connect(function(hit)
  1038. if hitted == false then
  1039. hitted = true
  1040. trail.Rate = 0
  1041. lb.Anchored = true
  1042. local aa = Instance.new("Part")
  1043. local val = 1*3.5
  1044. aa.Parent = lb
  1045. local exsound = Instance.new("Sound",aa)
  1046. exsound.SoundId = "rbxassetid://402347142"
  1047. exsound.Volume = 3.5
  1048. exsound.Pitch = 1
  1049. exsound:Play()
  1050. aa.Material = "Neon"
  1051. aa.Color = BrickColor.new("White").Color
  1052. aa.CanCollide = false
  1053. aa.Shape = "Ball"
  1054. aa.CFrame = lb.CFrame
  1055. aa.Anchored = true
  1056. aa.Transparency = 0
  1057. aa.Size = vt(1,1,1)
  1058. local thinger = Instance.new("SpecialMesh",aa)
  1059. thinger.MeshType = meshtype
  1060. thinger.Scale = vt(15,15,15)
  1061. local explosion = Instance.new("Explosion",aa)
  1062. explosion.Position = aa.Position
  1063. explosion.BlastRadius = 22.5
  1064. explosion.BlastPressure = 100
  1065. local exp = Instance.new("ParticleEmitter",aa)
  1066. exp.Texture = "rbxassetid://296874871"
  1067. exp.LightEmission = 1
  1068. exp.Color = ColorSequence.new(Color3.new(1,1,1))
  1069. exp.Rate = 9000000000
  1070. exp.Lifetime = NumberRange.new(1)
  1071. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30,0),NumberSequenceKeypoint.new(1,1,0)})
  1072. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1073. exp.Speed = NumberRange.new(100)
  1074. exp.VelocitySpread = 9000000
  1075. exp.Rotation = NumberRange.new(-500,500)
  1076. exp.RotSpeed = NumberRange.new(-500,500)
  1077. local expa = Instance.new("ParticleEmitter",aa)
  1078. expa.Texture = "rbxassetid://296874871"
  1079. expa.LightEmission = 1
  1080. expa.Color = ColorSequence.new(Color3.new(1,1,1))
  1081. expa.Rate = 9000000000
  1082. expa.Lifetime = NumberRange.new(2.75)
  1083. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,75,0)})
  1084. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  1085. expa.Speed = NumberRange.new(100)
  1086. expa.VelocitySpread = 9000000
  1087. expa.Rotation = NumberRange.new(-500,500)
  1088. expa.RotSpeed = NumberRange.new(-500,500)
  1089. local exp2 = exp:Clone()
  1090. exp2.Parent = aa
  1091. local exp3 = exp:Clone()
  1092. exp3.Parent = aa
  1093. local exp4 = exp:Clone()
  1094. exp4.Parent = aa
  1095. local exp5 = exp:Clone()
  1096. exp5.Parent = aa
  1097. local exp6 = exp:Clone()
  1098. exp6.Parent = aa
  1099. local exp7 = exp:Clone()
  1100. exp7.Parent = aa
  1101. local expa2 = expa:Clone()
  1102. expa2.Parent = aa
  1103. local expa3 = expa:Clone()
  1104. expa3.Parent = aa
  1105. local expa4 = expa:Clone()
  1106. expa4.Parent = aa
  1107. local expa5 = expa:Clone()
  1108. expa5.Parent = aa
  1109. local expa6 = expa:Clone()
  1110. expa6.Parent = aa
  1111. local expa7 = expa:Clone()
  1112. expa7.Parent = aa
  1113. for i = 0, 1 do
  1114. val = val - 0.025*3.5
  1115. thinger.Scale = thinger.Scale + vt(val,val,val)
  1116. wait()
  1117. end
  1118. exp.Rate = 0
  1119. exp2.Rate = 0
  1120. exp3.Rate = 0
  1121. exp4.Rate = 0
  1122. exp5.Rate = 0
  1123. exp6.Rate = 0
  1124. exp7.Rate = 0
  1125. for i = 0, 1 do
  1126. val = val - 0.025*3.5
  1127. thinger.Scale = thinger.Scale + vt(val,val,val)
  1128. wait()
  1129. end
  1130. expa.Rate = 0
  1131. expa2.Rate = 0
  1132. expa3.Rate = 0
  1133. expa4.Rate = 0
  1134. expa5.Rate = 0
  1135. expa6.Rate = 0
  1136. expa7.Rate = 0
  1137. for i = 0, 21 do
  1138. val = val - 0.025*3.5
  1139. thinger.Scale = thinger.Scale + vt(val,val,val)
  1140. wait()
  1141. end
  1142. for i = 0, 74 do
  1143. val = val - 0.0145
  1144. aa.Transparency = aa.Transparency + 0.0145
  1145. thinger.Scale = thinger.Scale + vt(val,val,val)
  1146. wait()
  1147. end
  1148. end
  1149. end)
  1150. attack = false
  1151. wait(30)
  1152. sa:Destroy()
  1153. tra:Destroy()
  1154. tra2:Destroy()
  1155. lb:Destroy()
  1156. end
  1157.  
  1158. function PrometheusHell()
  1159. attack = true
  1160. chatfunc("DESTRUCTION'S...")
  1161. handleweld.Part0 = rarm
  1162. local aura = Instance.new("ParticleEmitter",tors)
  1163. aura.Texture = "rbxassetid://305563617"
  1164. aura.LightEmission = 1
  1165. aura.Color = ColorSequence.new(Color3.new(1,1,1))
  1166. aura.Rate = 25
  1167. aura.Lifetime = NumberRange.new(0.75)
  1168. aura.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,8.5,0),NumberSequenceKeypoint.new(1,0,0)})
  1169. aura.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1170. aura.Speed = NumberRange.new(15)
  1171. aura.VelocitySpread = 50
  1172. local aura2 = Instance.new("ParticleEmitter",tors)
  1173. aura2.Texture = "rbxassetid://296874871"
  1174. aura2.LightEmission = 1
  1175. aura2.Color = ColorSequence.new(Color3.new(1,1,1))
  1176. aura2.Rate = 99999
  1177. aura2.Lifetime = NumberRange.new(1.5)
  1178. aura2.Acceleration = vt(0,45,0)
  1179. aura2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3,0),NumberSequenceKeypoint.new(1,0,0)})
  1180. aura2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1181. aura2.Speed = NumberRange.new(-25)
  1182. aura2.Rotation = NumberRange.new(-500,500)
  1183. aura2.VelocitySpread = 45
  1184. aura2.RotSpeed = NumberRange.new(-500,500)
  1185. local auran = Instance.new("ParticleEmitter",tors)
  1186. auran.Texture = "rbxassetid://296874871"
  1187. auran.LightEmission = 1
  1188. auran.Color = ColorSequence.new(Color3.new(1,1,1))
  1189. auran.Rate = 0
  1190. auran.Lifetime = NumberRange.new(5)
  1191. auran.Acceleration = vt(0,-45,0)
  1192. auran.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,25,0),NumberSequenceKeypoint.new(1,0,0)})
  1193. auran.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1194. auran.Speed = NumberRange.new(65)
  1195. auran.Rotation = NumberRange.new(-500,500)
  1196. auran.VelocitySpread = 100
  1197. auran.RotSpeed = NumberRange.new(-500,500)
  1198. local sa = Instance.new("Sound",handle)
  1199. sa.SoundId = "rbxassetid://431105970"
  1200. sa.Volume = 5
  1201. sa.Pitch = 1
  1202. sa:Play()
  1203. for i = 0,2,0.1 do
  1204. swait()
  1205. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-1)* angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  1206. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1207. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(10)), 0.3)
  1208. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.3)
  1209. RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(10)),.3)
  1210. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  1211. end
  1212. for i = 0, 5 do
  1213. auran.Rate = 99999
  1214. local lb = Instance.new("Part")
  1215. lb.Parent = char
  1216. lb.Material = "Neon"
  1217. lb.Color = BrickColor.new("White").Color
  1218. lb.CanCollide = false
  1219. lb.Size = vt(1,1,1)
  1220. lb.CFrame = tors.CFrame
  1221. lb.Rotation = vt(0,0,0)
  1222. lb.Anchored = true
  1223. lb.Transparency = 0
  1224. local thing = Instance.new("SpecialMesh",lb)
  1225. thing.MeshType = "FileMesh"
  1226. thing.MeshId = "http://www.roblox.com/asset/?id=20329976"
  1227. thing.Scale = vt(0,15,0)
  1228. local chancerot = math.random(1,2)
  1229. for z = 0, 4 do
  1230. if chancerot == 1 then
  1231. lb.CFrame = lb.CFrame*CFrame.Angles(0,0.1,0)
  1232. elseif chancerot == 2 then
  1233. lb.CFrame = lb.CFrame*CFrame.Angles(0,-0.1,0)
  1234. end
  1235. lb.Transparency = lb.Transparency + 0.1
  1236. thing.Scale = thing.Scale + vt(15,0,15)
  1237. wait()
  1238. end
  1239. auran.Rate = 0
  1240. for z = 0, 4 do
  1241. if chancerot == 1 then
  1242. lb.CFrame = lb.CFrame*CFrame.Angles(0,0.1,0)
  1243. elseif chancerot == 2 then
  1244. lb.CFrame = lb.CFrame*CFrame.Angles(0,-0.1,0)
  1245. end
  1246. lb.Transparency = lb.Transparency + 0.1
  1247. thing.Scale = thing.Scale + vt(15,0,15)
  1248. wait()
  1249. end
  1250. lb:Destroy()
  1251. end
  1252. chatfunc("POWER!!!")
  1253. local sa = Instance.new("Sound",handle)
  1254. sa.SoundId = "rbxassetid://416328540"
  1255. sa.Volume = 10
  1256. sa.Pitch = 0.75
  1257. sa:Play()
  1258.  
  1259. local sbs = Instance.new("BodyPosition", root)
  1260. sbs.P = 3000
  1261. sbs.D = 1000
  1262. sbs.maxForce = Vector3.new(500000, 500000000, 500000)
  1263. sbs.position = RootPart.CFrame.p + Vector3.new(0, 1000, 0)
  1264. for i = 0,24,0.1 do
  1265. swait()
  1266. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1267. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1268. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(180)), 0.3)
  1269. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  1270. end
  1271. local shur = Instance.new("Part",char)
  1272. local gahde = Instance.new("Sound",char)
  1273. gahde.SoundId = "rbxassetid://402981977"
  1274. gahde.Volume = 5
  1275. gahde.Pitch = 0.6
  1276. gahde:Play()
  1277. shur.Transparency = 1
  1278. shur.Material = "Neon"
  1279. shur.BrickColor = bc("Bright red")
  1280. shur.Anchored = true
  1281. shur.CFrame = tors.CFrame + vt(0,10,0)
  1282. shur.Size = vt(1,0.2,1)
  1283. shur.CanCollide = false
  1284. local dec = Instance.new("Decal",shur)
  1285. dec.Texture = "http://www.roblox.com/asset/?id=201278455"
  1286. dec.Face = "Top"
  1287. local dec2 = dec:Clone()
  1288. dec2.Parent = shur
  1289. dec2.Face = "Bottom"
  1290. local Meshshur = Instance.new("CylinderMesh",shur)
  1291. Meshshur.Scale = vt(0,1,0)
  1292. for i = 0, 39 do
  1293. wait()
  1294. Meshshur.Scale = Meshshur.Scale + vt(15,0,15)
  1295. end
  1296. local sa = Instance.new("Sound",char)
  1297. sa.SoundId = "rbxassetid://428027602"
  1298. sa.Volume = 2.5
  1299. sa.Pitch = 0.5
  1300. sa:Play()
  1301. local lb = Instance.new("Part")
  1302. lb.Parent = char
  1303. lb.Material = "Neon"
  1304. lb.Color = BrickColor.new("White").Color
  1305. lb.CanCollide = false
  1306. lb.Shape = "Ball"
  1307. lb.CFrame = handle.CFrame
  1308. lb.Anchored = true
  1309. lb.Transparency = 0
  1310. lb.Size = vt(1,1,1)
  1311. lb.CFrame = handle.CFrame
  1312. local thing = Instance.new("SpecialMesh",lb)
  1313. thing.MeshType = meshtype
  1314. thing.Scale = vt(0,0,0)
  1315. for i = 0, 89 do
  1316. thing.Scale = thing.Scale + vt(2.5,2.5,2.5)
  1317. lb.CFrame = lb.CFrame + Vector3.new(0,1.425,0)
  1318. wait()
  1319. end
  1320. wait(1)
  1321. for i = 0, 39 do
  1322. wait()
  1323. Meshshur.Scale = Meshshur.Scale - vt(15,0,15)
  1324. end
  1325. local sa = Instance.new("Sound",char)
  1326. sa.SoundId = "rbxassetid://565538688"
  1327. sa.Volume = 1
  1328. sa.Pitch = 0.95
  1329. sa:Play()
  1330. wait(0.5)
  1331. shur:Destroy()
  1332. sbs:Destroy()
  1333. local sa = Instance.new("Sound",char)
  1334. sa.SoundId = "rbxassetid://416328540"
  1335. sa.Volume = 1.5
  1336. sa.Pitch = 0.5
  1337. sa:Play()
  1338. local sa = Instance.new("Sound",char)
  1339. sa.SoundId = "rbxassetid://466493476"
  1340. sa.Volume = 1.5
  1341. sa.Pitch = 0.5
  1342. sa:Play()
  1343. aura.Rate = 0
  1344. aura2.Rate = 0
  1345. local hitted = false
  1346. lb.Anchored = false
  1347. local trail = Instance.new("ParticleEmitter",lb)
  1348. trail.Texture = "rbxassetid://296874871"
  1349. trail.LightEmission = 1
  1350. trail.Color = ColorSequence.new(Color3.new(1,1,1))
  1351. trail.Rate = 9999
  1352. trail.Lifetime = NumberRange.new(2.5)
  1353. trail.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,150,0),NumberSequenceKeypoint.new(1,5,0)})
  1354. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1355. trail.Speed = NumberRange.new(100)
  1356. trail.VelocitySpread = 9000000
  1357. trail.Rotation = NumberRange.new(-500,500)
  1358. trail.RotSpeed = NumberRange.new(-500,500)
  1359. local bv = Instance.new("BodyVelocity")
  1360. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1361. bv.velocity = mouse.Hit.lookVector *75
  1362. bv.Parent = lb
  1363. wait(0.05)
  1364. lb.Touched:connect(function(hit)
  1365. if hitted == false then
  1366. hitted = true
  1367. trail.Rate = 0
  1368. lb.Anchored = true
  1369. local aa = Instance.new("Part")
  1370. for i = 0, 9 do
  1371. lb.Transparency = lb.Transparency + 0.1
  1372. local val = 1*3.5
  1373. aa.Parent = lb
  1374. local exsound = Instance.new("Sound",aa)
  1375. exsound.SoundId = "rbxassetid://412831137"
  1376. exsound.Volume = 10
  1377. exsound.Pitch = 0.5
  1378. exsound:Play()
  1379. local exsound = Instance.new("Sound",aa)
  1380. exsound.SoundId = "rbxassetid://439342426"
  1381. exsound.Volume = 10
  1382. exsound.Pitch = 0.75
  1383. exsound:Play()
  1384. local exsound = Instance.new("Sound",aa)
  1385. exsound.SoundId = "rbxassetid://439342426"
  1386. exsound.Volume = 10
  1387. exsound.Pitch = 0.5
  1388. exsound:Play()
  1389. local exsound = Instance.new("Sound",aa)
  1390. exsound.SoundId = "rbxassetid://439342426"
  1391. exsound.Volume = 10
  1392. exsound.Pitch = 0.35
  1393. exsound:Play()
  1394. local exsound = Instance.new("Sound",aa)
  1395. exsound.SoundId = "rbxassetid://439342426"
  1396. exsound.Volume = 10
  1397. exsound.Pitch = 0.25
  1398. exsound:Play()
  1399. local exsound = Instance.new("Sound",aa)
  1400. exsound.SoundId = "rbxassetid://439342426"
  1401. exsound.Volume = 10
  1402. exsound.Pitch = 0.2
  1403. exsound:Play()
  1404. aa.Material = "Neon"
  1405. aa.Color = BrickColor.new("White").Color
  1406. aa.CanCollide = false
  1407. aa.Shape = "Ball"
  1408. aa.CFrame = lb.CFrame
  1409. aa.Anchored = true
  1410. aa.Transparency = 0
  1411. aa.Size = vt(1,1,1)
  1412. local thinger = Instance.new("SpecialMesh",aa)
  1413. thinger.MeshType = meshtype
  1414. thinger.Scale = vt(225,225,225)
  1415. chatfunc("Fall like the mortals you are!")
  1416. local explosion = Instance.new("Explosion",aa)
  1417. explosion.Position = aa.Position
  1418. explosion.BlastRadius = 500
  1419. explosion.BlastPressure = 100
  1420. local exp = Instance.new("ParticleEmitter",aa)
  1421. exp.Texture = "rbxassetid://296874871"
  1422. exp.LightEmission = 1
  1423. exp.Color = ColorSequence.new(Color3.new(1,1,1))
  1424. exp.Rate = 9000000000
  1425. exp.Lifetime = NumberRange.new(1)
  1426. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,175,0),NumberSequenceKeypoint.new(1,1,0)})
  1427. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1428. exp.Speed = NumberRange.new(100)
  1429. exp.VelocitySpread = 9000000
  1430. exp.Rotation = NumberRange.new(-500,500)
  1431. exp.RotSpeed = NumberRange.new(-500,500)
  1432. local expa = Instance.new("ParticleEmitter",aa)
  1433. expa.Texture = "rbxassetid://296874871"
  1434. expa.LightEmission = 1
  1435. expa.Color = ColorSequence.new(Color3.new(1,1,1))
  1436. expa.Rate = 9000000000
  1437. expa.Lifetime = NumberRange.new(2.75)
  1438. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,150,0)})
  1439. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  1440. expa.Speed = NumberRange.new(100)
  1441. expa.VelocitySpread = 9000000
  1442. expa.Rotation = NumberRange.new(-500,500)
  1443. expa.RotSpeed = NumberRange.new(-500,500)
  1444. local exp2 = exp:Clone()
  1445. exp2.Parent = aa
  1446. local exp3 = exp:Clone()
  1447. exp3.Parent = aa
  1448. local exp4 = exp:Clone()
  1449. exp4.Parent = aa
  1450. local exp5 = exp:Clone()
  1451. exp5.Parent = aa
  1452. local exp6 = exp:Clone()
  1453. exp6.Parent = aa
  1454. local exp7 = exp:Clone()
  1455. exp7.Parent = aa
  1456. local expa2 = expa:Clone()
  1457. expa2.Parent = aa
  1458. local expa3 = expa:Clone()
  1459. expa3.Parent = aa
  1460. local expa4 = expa:Clone()
  1461. expa4.Parent = aa
  1462. local expa5 = expa:Clone()
  1463. expa5.Parent = aa
  1464. local expa6 = expa:Clone()
  1465. expa6.Parent = aa
  1466. local expa7 = expa:Clone()
  1467. expa7.Parent = aa
  1468. for i = 0, 1 do
  1469. val = val - 0.025*3.5
  1470. thinger.Scale = thinger.Scale + vt(val,val,val)
  1471. wait()
  1472. end
  1473. exp.Rate = 0
  1474. exp2.Rate = 0
  1475. exp3.Rate = 0
  1476. exp4.Rate = 0
  1477. exp5.Rate = 0
  1478. exp6.Rate = 0
  1479. exp7.Rate = 0
  1480. for i = 0, 1 do
  1481. val = val - 0.025*3.5
  1482. thinger.Scale = thinger.Scale + vt(val,val,val)
  1483. wait()
  1484. end
  1485. expa.Rate = 0
  1486. expa2.Rate = 0
  1487. expa3.Rate = 0
  1488. expa4.Rate = 0
  1489. expa5.Rate = 0
  1490. expa6.Rate = 0
  1491. expa7.Rate = 0
  1492. for i = 0, 21 do
  1493. val = val - 0.025*3.5
  1494. thinger.Scale = thinger.Scale + vt(val,val,val)
  1495. wait()
  1496. end
  1497. for i = 0, 4 do
  1498. val = val - 0.05
  1499. aa.Transparency = aa.Transparency + 0.065*4.5
  1500. thinger.Scale = thinger.Scale + vt(val,val,val)
  1501. wait()
  1502. end
  1503. end
  1504. end
  1505. end)
  1506. for i = 0,2,0.1 do
  1507. swait()
  1508. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1509. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(-90)),.3)
  1510. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  1511. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  1512. end
  1513. attack = false
  1514. wait(60)
  1515. sa:Destroy()
  1516. sa:Destroy()
  1517. sa:Destroy()
  1518. sa:Destroy()
  1519. sa:Destroy()
  1520. aura:Destroy()
  1521. aura2:Destroy()
  1522. lb:Destroy()
  1523. end
  1524.  
  1525.  
  1526. function PrometheusMeteor()
  1527. attack = true
  1528. chatfunc("Prometheus...")
  1529. handleweld.Part0 = rarm
  1530. local tra = Instance.new("ParticleEmitter",handle)
  1531. tra.Texture = "rbxassetid://296874871"
  1532. tra.LightEmission = 0.75
  1533. tra.Color = ColorSequence.new(Color3.new(1,1,1))
  1534. tra.Rate = 99999
  1535. tra.Lifetime = NumberRange.new(0.25)
  1536. tra.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,0,0)})
  1537. tra.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.25,0)})
  1538. tra.Speed = NumberRange.new(0)
  1539. tra.Rotation = NumberRange.new(-500,500)
  1540. tra.VelocitySpread = 90000
  1541. tra.LockedToPart = true
  1542. tra.RotSpeed = NumberRange.new(-500,500)
  1543. local tra2 = Instance.new("ParticleEmitter",handle)
  1544. tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
  1545. tra2.LightEmission = 1
  1546. tra2.Color = ColorSequence.new(Color3.new(1,1,1))
  1547. tra2.Rate = 50
  1548. tra2.Lifetime = NumberRange.new(0.5)
  1549. tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10,0),NumberSequenceKeypoint.new(1,0,0)})
  1550. tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.5,0)})
  1551. tra2.Speed = NumberRange.new(0)
  1552. tra2.Rotation = NumberRange.new(-500,500)
  1553. tra2.VelocitySpread = 90000
  1554. tra2.LockedToPart = true
  1555. tra2.RotSpeed = NumberRange.new(-500,500)
  1556. local sa = Instance.new("Sound",handle)
  1557. sa.SoundId = "rbxassetid://565538688"
  1558. sa.Volume = 1.5
  1559. sa.Pitch = 0.975
  1560. sa:Play()
  1561. for i = 0,4,0.1 do
  1562. swait()
  1563. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1564. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1565. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(90)), 0.3)
  1566. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  1567. end
  1568. chatfunc("Orb!!")
  1569. local sa = Instance.new("Sound",handle)
  1570. sa.SoundId = "rbxassetid://304529688"
  1571. sa.Volume = 1.5
  1572. sa.Pitch = 0.85
  1573. sa:Play()
  1574. tra.Rate = 0
  1575. tra2.Rate = 0
  1576. local lb = Instance.new("Part")
  1577. lb.Parent = char
  1578. lb.Material = "Neon"
  1579. lb.Color = BrickColor.new("White").Color
  1580. lb.CanCollide = false
  1581. lb.Shape = "Ball"
  1582. lb.CFrame = handle.CFrame
  1583. lb.Anchored = true
  1584. lb.Transparency = 1
  1585. lb.Size = vt(1,1,1)
  1586. local thing = Instance.new("SpecialMesh",lb)
  1587. thing.MeshType = meshtype
  1588. local hitted = false
  1589. lb.Anchored = false
  1590. local trail = Instance.new("ParticleEmitter",lb)
  1591. trail.Texture = "rbxassetid://296874871"
  1592. trail.LightEmission = 1
  1593. trail.Color = ColorSequence.new(Color3.new(1,1,1))
  1594. trail.Rate = 9999
  1595. trail.Lifetime = NumberRange.new(1.5)
  1596. trail.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,25,0),NumberSequenceKeypoint.new(1,0,0)})
  1597. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1598. trail.Speed = NumberRange.new(0,0)
  1599. trail.Rotation = NumberRange.new(-500,500)
  1600. trail.RotSpeed = NumberRange.new(-500,500)
  1601. local bv = Instance.new("BodyVelocity")
  1602. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1603. bv.velocity = mouse.Hit.lookVector *95
  1604. bv.Parent = lb
  1605. wait(0.05)
  1606. lb.Touched:connect(function(hit)
  1607. if hitted == false then
  1608. hitted = true
  1609. trail.Rate = 0
  1610. lb.Anchored = true
  1611. local aa = Instance.new("Part")
  1612. local val = 1*8
  1613. aa.Parent = lb
  1614. local exsound = Instance.new("Sound",aa)
  1615. exsound.SoundId = "rbxassetid://402347142"
  1616. exsound.Volume = 10
  1617. exsound.Pitch = 0.945
  1618. exsound:Play()
  1619. aa.Material = "Neon"
  1620. aa.Color = BrickColor.new("White").Color
  1621. aa.CanCollide = false
  1622. aa.Shape = "Ball"
  1623. aa.CFrame = lb.CFrame
  1624. aa.Anchored = true
  1625. aa.Transparency = 0
  1626. aa.Size = vt(1,1,1)
  1627. local thinger = Instance.new("SpecialMesh",aa)
  1628. thinger.MeshType = meshtype
  1629. thinger.Scale = vt(15,15,15)
  1630. local explosion = Instance.new("Explosion",aa)
  1631. explosion.Position = aa.Position
  1632. explosion.BlastRadius = 65
  1633. explosion.BlastPressure = 100
  1634. local exp = Instance.new("ParticleEmitter",aa)
  1635. exp.Texture = "rbxassetid://296874871"
  1636. exp.LightEmission = 1
  1637. exp.Color = ColorSequence.new(Color3.new(1,1,1))
  1638. exp.Rate = 9000000000
  1639. exp.Lifetime = NumberRange.new(1)
  1640. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,100,0),NumberSequenceKeypoint.new(1,1,0)})
  1641. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1642. exp.Speed = NumberRange.new(200)
  1643. exp.VelocitySpread = 9000000
  1644. exp.Rotation = NumberRange.new(-500,500)
  1645. exp.RotSpeed = NumberRange.new(-500,500)
  1646. local expa = Instance.new("ParticleEmitter",aa)
  1647. expa.Texture = "rbxassetid://296874871"
  1648. expa.LightEmission = 1
  1649. expa.Color = ColorSequence.new(Color3.new(1,1,1))
  1650. expa.Rate = 9000000000
  1651. expa.Lifetime = NumberRange.new(2.75)
  1652. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,125,0)})
  1653. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  1654. expa.Speed = NumberRange.new(200)
  1655. expa.VelocitySpread = 9000000
  1656. expa.Rotation = NumberRange.new(-500,500)
  1657. expa.RotSpeed = NumberRange.new(-500,500)
  1658. local exp2 = exp:Clone()
  1659. exp2.Parent = aa
  1660. local exp3 = exp:Clone()
  1661. exp3.Parent = aa
  1662. local exp4 = exp:Clone()
  1663. exp4.Parent = aa
  1664. local exp5 = exp:Clone()
  1665. exp5.Parent = aa
  1666. local exp6 = exp:Clone()
  1667. exp6.Parent = aa
  1668. local exp7 = exp:Clone()
  1669. exp7.Parent = aa
  1670. local expa2 = expa:Clone()
  1671. expa2.Parent = aa
  1672. local expa3 = expa:Clone()
  1673. expa3.Parent = aa
  1674. local expa4 = expa:Clone()
  1675. expa4.Parent = aa
  1676. local expa5 = expa:Clone()
  1677. expa5.Parent = aa
  1678. local expa6 = expa:Clone()
  1679. expa6.Parent = aa
  1680. local expa7 = expa:Clone()
  1681. expa7.Parent = aa
  1682. for i = 0, 1 do
  1683. val = val - 0.025*8
  1684. thinger.Scale = thinger.Scale + vt(val,val,val)
  1685. wait()
  1686. end
  1687. exp.Rate = 0
  1688. exp2.Rate = 0
  1689. exp3.Rate = 0
  1690. exp4.Rate = 0
  1691. exp5.Rate = 0
  1692. exp6.Rate = 0
  1693. exp7.Rate = 0
  1694. for i = 0, 1 do
  1695. val = val - 0.025*8
  1696. thinger.Scale = thinger.Scale + vt(val,val,val)
  1697. wait()
  1698. end
  1699. expa.Rate = 0
  1700. expa2.Rate = 0
  1701. expa3.Rate = 0
  1702. expa4.Rate = 0
  1703. expa5.Rate = 0
  1704. expa6.Rate = 0
  1705. expa7.Rate = 0
  1706. for i = 0, 21 do
  1707. val = val - 0.025*8
  1708. thinger.Scale = thinger.Scale + vt(val,val,val)
  1709. wait()
  1710. end
  1711. for i = 0, 74 do
  1712. val = val - 0.0145
  1713. aa.Transparency = aa.Transparency + 0.0145
  1714. thinger.Scale = thinger.Scale + vt(val,val,val)
  1715. wait()
  1716. end
  1717. end
  1718. end)
  1719. attack = false
  1720. wait(30)
  1721. sa:Destroy()
  1722. tra:Destroy()
  1723. tra2:Destroy()
  1724. lb:Destroy()
  1725. end
  1726.  
  1727.  
  1728. function PrometheusWrath()
  1729. attack = true
  1730. chatfunc("Powerful Wrath!!")
  1731. for i = 0,4,0.1 do
  1732. swait()
  1733. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1734. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1735. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
  1736. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  1737. end
  1738. local ff = Instance.new("ForceField",char)
  1739. hum.WalkSpeed = 0
  1740. local lb = Instance.new("Part")
  1741. lb.Parent = char
  1742. lb.Material = "Neon"
  1743. lb.Color = BrickColor.new("White").Color
  1744. lb.CanCollide = false
  1745. lb.Shape = "Ball"
  1746. lb.CFrame = torso.CFrame
  1747. lb.Anchored = true
  1748. lb.Transparency = 1
  1749. lb.Size = vt(1,1,1)
  1750. local thing = Instance.new("SpecialMesh",lb)
  1751. thing.MeshType = meshtype
  1752. for i = 0, 4 do
  1753. local lbr = Instance.new("Part")
  1754. lbr.Parent = char
  1755. lbr.Material = "Neon"
  1756. lbr.Color = BrickColor.new("White").Color
  1757. lbr.CanCollide = false
  1758. lbr.Shape = "Ball"
  1759. lbr.CFrame = lb.CFrame
  1760. lbr.Anchored = true
  1761. lbr.Transparency = 1
  1762. lbr.Size = vt(1,1,1)
  1763. local thinga = Instance.new("SpecialMesh",lbr)
  1764. thinga.MeshType = meshtype
  1765. thinga.Scale = vt(20*6,20*6,20*6)
  1766. for z = 0, 19 do
  1767. wait(0.025)
  1768. lbr.Transparency = lbr.Transparency - 0.05
  1769. thinga.Scale = thinga.Scale - vt(1*6,1*6,1*6)
  1770. end
  1771. lbr:Destroy()
  1772. end
  1773. local aa = Instance.new("Part")
  1774. local val = 1*7.5
  1775. aa.Parent = lb
  1776. local exsound = Instance.new("Sound",handle)
  1777. exsound.SoundId = "rbxassetid://402347142"
  1778. exsound.Volume = 10
  1779. exsound.Pitch = 1
  1780. exsound:Play()
  1781. aa.Material = "Neon"
  1782. aa.Color = BrickColor.new("White").Color
  1783. aa.CanCollide = false
  1784. aa.Shape = "Ball"
  1785. aa.CFrame = lb.CFrame
  1786. aa.Anchored = true
  1787. aa.Transparency = 0
  1788. aa.Size = vt(1,1,1)
  1789. local thinger = Instance.new("SpecialMesh",aa)
  1790. thinger.MeshType = meshtype
  1791. thinger.Scale = vt(15*1.5,15*1.5,15*1.5)
  1792. chatfunc("Perish!")
  1793. local explosion = Instance.new("Explosion",aa)
  1794. explosion.Position = aa.Position
  1795. explosion.BlastRadius = 50
  1796. explosion.BlastPressure = 100
  1797. local exp = Instance.new("ParticleEmitter",aa)
  1798. exp.Texture = "rbxassetid://296874871"
  1799. exp.LightEmission = 1
  1800. exp.Color = ColorSequence.new(Color3.new(1,1,1))
  1801. exp.Rate = 9000000000
  1802. exp.Lifetime = NumberRange.new(1)
  1803. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30,0),NumberSequenceKeypoint.new(1,1,0)})
  1804. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1805. exp.Speed = NumberRange.new(115)
  1806. exp.VelocitySpread = 9000000
  1807. exp.Rotation = NumberRange.new(-500,500)
  1808. exp.RotSpeed = NumberRange.new(-500,500)
  1809. local expa = Instance.new("ParticleEmitter",aa)
  1810. expa.Texture = "rbxassetid://296874871"
  1811. expa.LightEmission = 1
  1812. expa.Color = ColorSequence.new(Color3.new(1,1,1))
  1813. expa.Rate = 9000000000
  1814. expa.Lifetime = NumberRange.new(2.75)
  1815. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,75,0)})
  1816. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  1817. expa.Speed = NumberRange.new(115)
  1818. expa.VelocitySpread = 9000000
  1819. expa.Rotation = NumberRange.new(-500,500)
  1820. expa.RotSpeed = NumberRange.new(-500,500)
  1821. local exp2 = exp:Clone()
  1822. exp2.Parent = aa
  1823. local exp3 = exp:Clone()
  1824. exp3.Parent = aa
  1825. local exp4 = exp:Clone()
  1826. exp4.Parent = aa
  1827. local exp5 = exp:Clone()
  1828. exp5.Parent = aa
  1829. local exp6 = exp:Clone()
  1830. exp6.Parent = aa
  1831. local exp7 = exp:Clone()
  1832. exp7.Parent = aa
  1833. local expa2 = expa:Clone()
  1834. expa2.Parent = aa
  1835. local expa3 = expa:Clone()
  1836. expa3.Parent = aa
  1837. local expa4 = expa:Clone()
  1838. expa4.Parent = aa
  1839. local expa5 = expa:Clone()
  1840. expa5.Parent = aa
  1841. local expa6 = expa:Clone()
  1842. expa6.Parent = aa
  1843. local expa7 = expa:Clone()
  1844. expa7.Parent = aa
  1845. for i = 0, 1 do
  1846. val = val - 0.025*7.5
  1847. thinger.Scale = thinger.Scale + vt(val,val,val)
  1848. wait()
  1849. end
  1850. exp.Rate = 0
  1851. exp2.Rate = 0
  1852. exp3.Rate = 0
  1853. exp4.Rate = 0
  1854. exp5.Rate = 0
  1855. exp6.Rate = 0
  1856. exp7.Rate = 0
  1857. for i = 0, 1 do
  1858. val = val - 0.025*7.5
  1859. thinger.Scale = thinger.Scale + vt(val,val,val)
  1860. wait()
  1861. end
  1862. ff:Destroy()
  1863. hum.WalkSpeed = 16
  1864. attack = false
  1865. expa.Rate = 0
  1866. expa2.Rate = 0
  1867. expa3.Rate = 0
  1868. expa4.Rate = 0
  1869. expa5.Rate = 0
  1870. expa6.Rate = 0
  1871. expa7.Rate = 0
  1872. for i = 0, 21 do
  1873. val = val - 0.025*7.5
  1874. thinger.Scale = thinger.Scale + vt(val,val,val)
  1875. wait()
  1876. end
  1877. for i = 0, 74 do
  1878. val = val - 0.0145
  1879. aa.Transparency = aa.Transparency + 0.0145
  1880. thinger.Scale = thinger.Scale + vt(val,val,val)
  1881. wait()
  1882. end
  1883. wait(5)
  1884. lb:Destroy()
  1885. end
  1886.  
  1887. function SpawnMeteor(POS,SIZE,ISDEBREE,ORIPOS)
  1888. coroutine.resume(coroutine.create(function()
  1889. local METEOR = IT("Model",Effects)
  1890. METEOR.Name = "Meteorite"
  1891. local CENTER = CreatePart(3, METEOR, "Granite", 0, 0, "Really black", "MeteorCenter", VT(5,5,5)*SIZE)
  1892. METEOR.PrimaryPart = CENTER
  1893. local PRT = CreatePart(3, METEOR, "Granite", 0, 0, "Really black", "MeteorCenter", VT(5,5,5)*SIZE)
  1894. PRT.CFrame = CENTER.CFrame*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  1895. for i = 1, 15 do
  1896. local FIRE = CreatePart(3, METEOR, "Neon", 0, 0, "Really red", "Fire", VT(5.1,1,5.1)*SIZE)
  1897. FIRE.CFrame = CENTER.CFrame*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  1898. end
  1899. if ISDEBREE ~= true then
  1900. METEOR:SetPrimaryPartCFrame(CF(POS) * ANGLES(RAD(MRANDOM(-15,15)), RAD(0), RAD(MRANDOM(-15,15)))*CF(0,500,0) * ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))))
  1901. else
  1902. METEOR:SetPrimaryPartCFrame(CF(ORIPOS,POS) * ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))))
  1903. end
  1904. local IMPACT = false
  1905. CreateSound(463593339, CENTER, 10, 0.6)
  1906. if SIZE >= 3.5 then
  1907. for i = 1, MRANDOM(3,7) do
  1908. SpawnMeteor(CF(POS) * ANGLES(RAD(0), RAD(MRANDOM(0,360)), RAD(0))*CF(0,0,SIZE*12).p,SIZE/MRANDOM(4,5),true,CENTER.CFrame*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,SIZE*15).p)
  1909. end
  1910. end
  1911. for i = 1, 200 do
  1912. Swait()
  1913. local HITFLOOR,HITPOS = Raycast(CENTER.Position, CF(CENTER.Position,POS).lookVector, 3, Character)
  1914. if HITFLOOR == nil then
  1915. local ORI = CENTER.Orientation
  1916. METEOR:SetPrimaryPartCFrame(CF(HITPOS) * ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))))
  1917. else
  1918. if HITFLOOR.Anchored == true then
  1919. CreateDebreeRing(HITFLOOR,HITPOS,30*SIZE,VT(6,6,6)*SIZE,5)
  1920. CreateFlyingDebree(HITFLOOR,CF(HITPOS),8,VT(4,4,4)*SIZE,5,175)
  1921. end
  1922. IMPACT = true
  1923. break
  1924. end
  1925. end
  1926. if IMPACT == true then
  1927. WACKYEFFECT({EffectType = "Block", Size = CENTER.Size, Size2 = VT(10,10,10)*4*SIZE, Transparency = 0, Transparency2 = 1, CFrame = CF(CENTER.Position), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = 130972023, SoundPitch = 1, SoundVolume = 5})
  1928. WACKYEFFECT({EffectType = "Block", Size = CENTER.Size, Size2 = VT(10,10,10)*3*SIZE, Transparency = 0, Transparency2 = 1, CFrame = CF(CENTER.Position), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = 201858144, SoundPitch = 1, SoundVolume = 5})
  1929. WACKYEFFECT({EffectType = "Sphere", Size = VT(SIZE*20,0,SIZE*20), Size2 = VT(0,SIZE*750,0), Transparency = 0, Transparency2 = 1, CFrame = CF(CENTER.Position), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = 130972023, SoundPitch = 1, SoundVolume = 5})
  1930. ApplyAoE(CENTER.Position,30*SIZE)
  1931. end
  1932. METEOR:remove()
  1933. end))
  1934. end
  1935.  
  1936. function Meteor_Shower()
  1937. ATTACK = true
  1938. Rooted = false
  1939. CreateSound(1368573150, RightArm, 3, 0.8)
  1940. CreateSound(649634100, Torso, 10, 0.8)
  1941. for i=0, 1.2, 0.1 / Animation_Speed do
  1942. Swait()
  1943. WACKYEFFECT({TIME = 15, EffectType = "Block", Size = VT(3,3,3)/2, Size2 = VT(1,1,1)/3, Transparency = 0.5, Transparency2 = 1, CFrame = RightArm.CFrame*CF(0,-1.3,0), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = nil, SoundPitch = 1, SoundVolume = 5})
  1944. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1945. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.6, 0.75, -0.5) * ANGLES(RAD(0), RAD(-45), RAD(12)) * ANGLES(RAD(125 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 2.5 / Animation_Speed)
  1946. end
  1947. local POS = Mouse.Hit.p
  1948. CreateSound(463593339, Effects, 3, 1)
  1949. coroutine.resume(coroutine.create(function()
  1950. for i = 1, 35 do
  1951. wait(MRANDOM(5,150)/100)
  1952. SpawnMeteor(CF(POS) * ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0))*CF(0,0,MRANDOM(0,1500)/10).p,MRANDOM(10,25)/10)
  1953. end
  1954. end))
  1955. ATTACK = false
  1956. Rooted = false
  1957. end
  1958.  
  1959. function Chaos()
  1960. attack = true
  1961. chatfunc("Chaos!")
  1962. for i = 0,4,0.1 do
  1963. swait()
  1964. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1965. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1966. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
  1967. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  1968. end
  1969. local ff = Instance.new("ForceField",char)
  1970. hum.WalkSpeed = 0
  1971. local lb = Instance.new("Part")
  1972. lb.Parent = char
  1973. lb.Material = "Neon"
  1974. lb.Color = BrickColor.new("White").Color
  1975. lb.CanCollide = false
  1976. lb.Shape = "Ball"
  1977. lb.CFrame = torso.CFrame
  1978. lb.Anchored = true
  1979. lb.Transparency = 1
  1980. lb.Size = vt(1,1,1)
  1981. local thing = Instance.new("SpecialMesh",lb)
  1982. thing.MeshType = meshtype
  1983. for i = 0, 4 do
  1984. local lbr = Instance.new("Part")
  1985. lbr.Parent = char
  1986. lbr.Material = "Neon"
  1987. lbr.Color = BrickColor.new("White").Color
  1988. lbr.CanCollide = false
  1989. lbr.Shape = "Ball"
  1990. lbr.CFrame = lb.CFrame
  1991. lbr.Anchored = true
  1992. lbr.Transparency = 1
  1993. lbr.Size = vt(1,1,1)
  1994. local thinga = Instance.new("SpecialMesh",lbr)
  1995. thinga.MeshType = meshtype
  1996. thinga.Scale = vt(20*6,20*6,20*6)
  1997. for z = 0, 19 do
  1998. wait(0.025)
  1999. lbr.Transparency = lbr.Transparency - 0
  2000. thinga.Scale = thinga.Scale - vt(1*6,1*6,1*6)
  2001. end
  2002. lbr:Destroy()
  2003. end
  2004. local aa = Instance.new("Part")
  2005. local val = 1*7.5
  2006. aa.Parent = lb
  2007. local exsound = Instance.new("Sound",handle)
  2008. exsound.SoundId = "rbxassetid://402347142"
  2009. exsound.Volume = 10
  2010. exsound.Pitch = 1
  2011. exsound:Play()
  2012. aa.Material = "Neon"
  2013. aa.Color = BrickColor.new("White").Color
  2014. aa.CanCollide = false
  2015. aa.Shape = "Ball"
  2016. aa.CFrame = lb.CFrame
  2017. aa.Anchored = true
  2018. aa.Transparency = 0
  2019. aa.Size = vt(1,1,1)
  2020. local thinger = Instance.new("SpecialMesh",aa)
  2021. thinger.MeshType = meshtype
  2022. thinger.Scale = vt(15*1.5,15*1.5,15*1.5)
  2023. chatfunc("DIE!!")
  2024. local explosion = Instance.new("Explosion",aa)
  2025. explosion.Position = aa.Position
  2026. explosion.BlastRadius = 300
  2027. explosion.BlastPressure = 100
  2028. local exp = Instance.new("ParticleEmitter",aa)
  2029. exp.Texture = "rbxassetid://296874871"
  2030. exp.LightEmission = 1
  2031. exp.Color = ColorSequence.new(Color3.new(1,1,1))
  2032. exp.Rate = 9000000000
  2033. exp.Lifetime = NumberRange.new(1)
  2034. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30,0),NumberSequenceKeypoint.new(1,1,0)})
  2035. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2036. exp.Speed = NumberRange.new(115)
  2037. exp.VelocitySpread = 9000000
  2038. exp.Rotation = NumberRange.new(-500,500)
  2039. exp.RotSpeed = NumberRange.new(-500,500)
  2040. local expa = Instance.new("ParticleEmitter",aa)
  2041. expa.Texture = "rbxassetid://296874871"
  2042. expa.LightEmission = 1
  2043. expa.Color = ColorSequence.new(Color3.new(1,1,1))
  2044. expa.Rate = 9000000000
  2045. expa.Lifetime = NumberRange.new(2.75)
  2046. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,75,0)})
  2047. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  2048. expa.Speed = NumberRange.new(115)
  2049. expa.VelocitySpread = 9000000
  2050. expa.Rotation = NumberRange.new(-500,500)
  2051. expa.RotSpeed = NumberRange.new(-500,500)
  2052. local exp2 = exp:Clone()
  2053. exp2.Parent = aa
  2054. local exp3 = exp:Clone()
  2055. exp3.Parent = aa
  2056. local exp4 = exp:Clone()
  2057. exp4.Parent = aa
  2058. local exp5 = exp:Clone()
  2059. exp5.Parent = aa
  2060. local exp6 = exp:Clone()
  2061. exp6.Parent = aa
  2062. local exp7 = exp:Clone()
  2063. exp7.Parent = aa
  2064. local expa2 = expa:Clone()
  2065. expa2.Parent = aa
  2066. local expa3 = expa:Clone()
  2067. expa3.Parent = aa
  2068. local expa4 = expa:Clone()
  2069. expa4.Parent = aa
  2070. local expa5 = expa:Clone()
  2071. expa5.Parent = aa
  2072. local expa6 = expa:Clone()
  2073. expa6.Parent = aa
  2074. local expa7 = expa:Clone()
  2075. expa7.Parent = aa
  2076. for i = 0, 1 do
  2077. val = val - 0.025*7.5
  2078. thinger.Scale = thinger.Scale + vt(val,val,val)
  2079. wait()
  2080. end
  2081. exp.Rate = 0
  2082. exp2.Rate = 0
  2083. exp3.Rate = 0
  2084. exp4.Rate = 0
  2085. exp5.Rate = 0
  2086. exp6.Rate = 0
  2087. exp7.Rate = 0
  2088. for i = 0, 1 do
  2089. val = val - 0.025*7.5
  2090. thinger.Scale = thinger.Scale + vt(val,val,val)
  2091. wait()
  2092. end
  2093. ff:Destroy()
  2094. hum.WalkSpeed = 16
  2095. attack = false
  2096. expa.Rate = 0
  2097. expa2.Rate = 0
  2098. expa3.Rate = 0
  2099. expa4.Rate = 0
  2100. expa5.Rate = 0
  2101. expa6.Rate = 0
  2102. expa7.Rate = 0
  2103. for i = 0, 21 do
  2104. val = val - 0.025*7.5
  2105. thinger.Scale = thinger.Scale + vt(val,val,val)
  2106. wait()
  2107. end
  2108. for i = 0, 74 do
  2109. val = val - 0.0145
  2110. aa.Transparency = aa.Transparency + 0.0145
  2111. thinger.Scale = thinger.Scale + vt(val,val,val)
  2112. wait()
  2113. end
  2114. wait(5)
  2115. lb:Destroy()
  2116. end
  2117.  
  2118. function PrometheusDemise()
  2119. attack = true
  2120. chatfunc("Honorable Demise!!")
  2121. local tra = Instance.new("ParticleEmitter",handle)
  2122. tra.Texture = "rbxassetid://296874871"
  2123. tra.LightEmission = 0.75
  2124. tra.Color = ColorSequence.new(Color3.new(1,1,1))
  2125. tra.Rate = 99999
  2126. tra.Lifetime = NumberRange.new(0.25)
  2127. tra.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,0,0)})
  2128. tra.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.25,0)})
  2129. tra.Speed = NumberRange.new(0)
  2130. tra.Rotation = NumberRange.new(-500,500)
  2131. tra.VelocitySpread = 90000
  2132. tra.LockedToPart = true
  2133. tra.RotSpeed = NumberRange.new(-500,500)
  2134. local tra2 = Instance.new("ParticleEmitter",handle)
  2135. tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
  2136. tra2.LightEmission = 1
  2137. tra2.Color = ColorSequence.new(Color3.new(1,1,1))
  2138. tra2.Rate = 50
  2139. tra2.Lifetime = NumberRange.new(0.5)
  2140. tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5.5,0),NumberSequenceKeypoint.new(1,0,0)})
  2141. tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(1,0.5,0)})
  2142. tra2.Speed = NumberRange.new(0)
  2143. tra2.Rotation = NumberRange.new(-500,500)
  2144. tra2.VelocitySpread = 90000
  2145. tra2.LockedToPart = true
  2146. tra2.RotSpeed = NumberRange.new(-500,500)
  2147. for i = 0,1,0.1 do
  2148. swait()
  2149. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  2150. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  2151. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(180)), 0.3)
  2152. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25 + 2.5 * math.cos(sine / 32))), 0.3)
  2153. end
  2154. tra.Rate = 0
  2155. tra2.Rate = 0
  2156. local lb = Instance.new("Part")
  2157. lb.Parent = char
  2158. lb.Material = "Neon"
  2159. lb.Color = BrickColor.new("White").Color
  2160. lb.CanCollide = false
  2161. lb.Shape = "Ball"
  2162. lb.CFrame = mouse.Hit
  2163. lb.Anchored = true
  2164. lb.Transparency = 1
  2165. lb.Size = vt(1,1,1)
  2166. local thing = Instance.new("SpecialMesh",lb)
  2167. thing.MeshType = meshtype
  2168. for i = 0, 4 do
  2169. local lbr = Instance.new("Part")
  2170. lbr.Parent = char
  2171. lbr.Material = "Neon"
  2172. lbr.Color = BrickColor.new("White").Color
  2173. lbr.CanCollide = false
  2174. lbr.Shape = "Ball"
  2175. lbr.CFrame = lb.CFrame
  2176. lbr.Anchored = true
  2177. lbr.Transparency = 1
  2178. lbr.Size = vt(1,1,1)
  2179. local thinga = Instance.new("SpecialMesh",lbr)
  2180. thinga.MeshType = meshtype
  2181. thinga.Scale = vt(20*4.5,20*4.5,20*4.5)
  2182. for z = 0, 19 do
  2183. wait(0.025)
  2184. lbr.Transparency = lbr.Transparency - 0.05
  2185. thinga.Scale = thinga.Scale - vt(1*4.5,1*4.5,1*4.5)
  2186. end
  2187. lbr:Destroy()
  2188. end
  2189. local aa = Instance.new("Part")
  2190. local val = 1*6.25
  2191. aa.Parent = lb
  2192. local exsound = Instance.new("Sound",aa)
  2193. exsound.SoundId = "rbxassetid://402347142"
  2194. exsound.Volume = 4.5
  2195. exsound.Pitch = 1
  2196. exsound:Play()
  2197. aa.Material = "Neon"
  2198. aa.Color = BrickColor.new("White").Color
  2199. aa.CanCollide = false
  2200. aa.Shape = "Ball"
  2201. aa.CFrame = lb.CFrame
  2202. aa.Anchored = true
  2203. aa.Transparency = 0
  2204. aa.Size = vt(1,1,1)
  2205. local thinger = Instance.new("SpecialMesh",aa)
  2206. thinger.MeshType = meshtype
  2207. thinger.Scale = vt(15*1.15,15*1.15,15*1.15)
  2208. chatfunc("Fade!")
  2209. local explosion = Instance.new("Explosion",aa)
  2210. explosion.Position = aa.Position
  2211. explosion.BlastRadius = 35
  2212. explosion.BlastPressure = 100
  2213. local exp = Instance.new("ParticleEmitter",aa)
  2214. exp.Texture = "rbxassetid://296874871"
  2215. exp.LightEmission = 1
  2216. exp.Color = ColorSequence.new(Color3.new(1,1,1))
  2217. exp.Rate = 9000000000
  2218. exp.Lifetime = NumberRange.new(1)
  2219. exp.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,30,0),NumberSequenceKeypoint.new(1,1,0)})
  2220. exp.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  2221. exp.Speed = NumberRange.new(105)
  2222. exp.VelocitySpread = 9000000
  2223. exp.Rotation = NumberRange.new(-500,500)
  2224. exp.RotSpeed = NumberRange.new(-500,500)
  2225. local expa = Instance.new("ParticleEmitter",aa)
  2226. expa.Texture = "rbxassetid://296874871"
  2227. expa.LightEmission = 1
  2228. expa.Color = ColorSequence.new(Color3.new(1,1,1))
  2229. expa.Rate = 9000000000
  2230. expa.Lifetime = NumberRange.new(2.75)
  2231. expa.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,5,0),NumberSequenceKeypoint.new(1,75,0)})
  2232. expa.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  2233. expa.Speed = NumberRange.new(105)
  2234. expa.VelocitySpread = 9000000
  2235. expa.Rotation = NumberRange.new(-500,500)
  2236. expa.RotSpeed = NumberRange.new(-500,500)
  2237. local exp2 = exp:Clone()
  2238. exp2.Parent = aa
  2239. local exp3 = exp:Clone()
  2240. exp3.Parent = aa
  2241. local exp4 = exp:Clone()
  2242. exp4.Parent = aa
  2243. local exp5 = exp:Clone()
  2244. exp5.Parent = aa
  2245. local exp6 = exp:Clone()
  2246. exp6.Parent = aa
  2247. local exp7 = exp:Clone()
  2248. exp7.Parent = aa
  2249. local expa2 = expa:Clone()
  2250. expa2.Parent = aa
  2251. local expa3 = expa:Clone()
  2252. expa3.Parent = aa
  2253. local expa4 = expa:Clone()
  2254. expa4.Parent = aa
  2255. local expa5 = expa:Clone()
  2256. expa5.Parent = aa
  2257. local expa6 = expa:Clone()
  2258. expa6.Parent = aa
  2259. local expa7 = expa:Clone()
  2260. expa7.Parent = aa
  2261. for i = 0, 1 do
  2262. val = val - 0.025*6.25
  2263. thinger.Scale = thinger.Scale + vt(val,val,val)
  2264. wait()
  2265. end
  2266. exp.Rate = 0
  2267. exp2.Rate = 0
  2268. exp3.Rate = 0
  2269. exp4.Rate = 0
  2270. exp5.Rate = 0
  2271. exp6.Rate = 0
  2272. exp7.Rate = 0
  2273. for i = 0, 1 do
  2274. val = val - 0.025*6.25
  2275. thinger.Scale = thinger.Scale + vt(val,val,val)
  2276. wait()
  2277. end
  2278. attack = false
  2279. expa.Rate = 0
  2280. expa2.Rate = 0
  2281. expa3.Rate = 0
  2282. expa4.Rate = 0
  2283. expa5.Rate = 0
  2284. expa6.Rate = 0
  2285. expa7.Rate = 0
  2286. for i = 0, 21 do
  2287. val = val - 0.025*6.25
  2288. thinger.Scale = thinger.Scale + vt(val,val,val)
  2289. wait()
  2290. end
  2291. for i = 0, 74 do
  2292. val = val - 0.0145
  2293. aa.Transparency = aa.Transparency + 0.0145
  2294. thinger.Scale = thinger.Scale + vt(val,val,val)
  2295. wait()
  2296. end
  2297. wait(5)
  2298. lb:Destroy()
  2299. tra:Destroy()
  2300. tra2:Destroy()
  2301. end
  2302.  
  2303. mouse.KeyDown:connect(function(key)
  2304. if key == "q" and attack == false then
  2305. PrometheusComet()
  2306. end
  2307. if key == "c" and attack == false then
  2308. Meteor_Shower()
  2309. end
  2310. if key == "e" and attack == false then
  2311. PrometheusDemise()
  2312. end
  2313. if key == "r" and attack == false then
  2314. PrometheusWrath()
  2315. end
  2316. if key == "z" and attack == false then
  2317. Chaos()
  2318. end
  2319. if key == "f" and attack == false then
  2320. PrometheusMeteor()
  2321. end
  2322. if key == "x" and attack == false then
  2323. PrometheusHell()
  2324. end
  2325. end)
  2326.  
  2327. game:GetService("RunService").Stepped:connect(function()
  2328. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2329. velocity = RootPart.Velocity.y
  2330. sine = sine + change
  2331. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  2332. if equipped == true or equipped == false then
  2333. healthg.Text = math.floor(hum.Health).. "/" ..math.floor(hum.MaxHealth)
  2334. if RootPart.Velocity.y > 1 and hit == nil then
  2335. Anim = "Jump"
  2336. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2337. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2338. if attack == false then
  2339. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-2.5),math.rad(0),math.rad(0)),.3)
  2340. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(2.5),math.rad(0),math.rad(0)),.3)
  2341. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(50)), 0.3)
  2342. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(-50)), 0.3)
  2343. end
  2344. else
  2345. if RootPart.Velocity.y < -1 and hit == nil then
  2346. Anim = "Fall"
  2347. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2348. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2349. if attack == false then
  2350. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2351. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(2.5),math.rad(0),math.rad(0)),.3)
  2352. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(90)), 0.3)
  2353. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(-90)), 0.3)
  2354. end
  2355. else
  2356. if Torsovelocity < 1 and hit ~= nil then
  2357. Anim = "Idle"
  2358. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(-10),math.rad(0)),.3)
  2359. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(10),math.rad(0)),.3)
  2360. if attack == false then
  2361. change = 1
  2362. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(0),math.rad(0),math.rad(-20)),.3)
  2363. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(20)),.3)
  2364. RW.C0 = clerp(RW.C0, CFrame.new(1, 0.35, -0.25) * angles(math.rad(20 + 1.5 * math.cos(sine / 32)), math.rad(-30), math.rad(-90)), 0.3)
  2365. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-10 + 1.5 * math.cos(sine / 32))), 0.3)
  2366. end
  2367. else
  2368. if Torsovelocity > 2 and hit ~= nil then
  2369. Anim = "Walk"
  2370. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(-25),math.rad(0 + 50 * math.cos(sine / 6))),.3)
  2371. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(-25),math.rad(0 + 50 * math.cos(sine / 6))),.3)
  2372. if attack == false then
  2373. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(15),math.rad(0),math.rad(25)),.3)
  2374. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(-25)),.3)
  2375. RW.C0 = clerp(RW.C0, CFrame.new(1, 0.35, -0.5) * angles(math.rad(20), math.rad(-30), math.rad(-90)), 0.3)
  2376. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0 - 45 * math.cos(sine / 5)), math.rad(0), math.rad(-10)), 0.3)
  2377. end
  2378. end
  2379. end
  2380. end
  2381. end
  2382. end
  2383. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement