Advertisement
EmeraldIT

Untitled

Jul 26th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.70 KB | None | 0 0
  1. wait(1)
  2. local plr = game.Players.LocalPlayer
  3. local char = plr.Character
  4. local larm = char:FindFirstChild("Left Arm")
  5. local cha = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  6. local cha2 = game.Players.LocalPlayer.Character:FindFirstChild("Head")
  7. local cha3 = game.Players.LocalPlayer.Character:FindFirstChild("Left Arm")
  8. local cha4 = game.Players.LocalPlayer.Character:FindFirstChild("Right Arm")
  9. local cha5 = game.Players.LocalPlayer.Character:FindFirstChild("Left Leg")
  10. local cha6 = game.Players.LocalPlayer.Character:FindFirstChild("Right Leg")
  11. hum=char.Humanoid
  12.  
  13. ff = Instance.new("ForceField", char)
  14. ff.Visible = false
  15.  
  16. function CreatePart1(parent,transparency,reflectance,material,brickcolor)
  17. local p = Instance.new("Part")
  18. p.Parent = parent
  19. p.Size = Vector3.new(1,1,1)
  20. p.Transparency = transparency
  21. p.Reflectance = reflectance
  22. p.CanCollide = false
  23. p.Locked = true
  24. p.BrickColor = brickcolor
  25. p.Material = material
  26. return p
  27. end
  28.  
  29. function CreateMesh1(parent,meshtype,x1,y1,z1)
  30. local mesh = Instance.new("SpecialMesh",parent)
  31. mesh.MeshType = meshtype
  32. mesh.Scale = Vector3.new(x1,y1,z1)
  33. return mesh
  34. end
  35.  
  36. function CreateSpecialGlowMesh1(parent,meshid,x1,y1,z1)
  37. local mesh = Instance.new("SpecialMesh",parent)
  38. mesh.MeshType = "FileMesh"
  39. mesh.MeshId = meshid
  40. mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
  41. mesh.Scale = Vector3.new(x1,y1,z1)
  42. mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
  43. return mesh
  44. end
  45.  
  46. function CreateWeld1(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  47. local weld = Instance.new("Weld")
  48. weld.Parent = parent
  49. weld.Part0 = part0
  50. weld.Part1 = part1
  51. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  52. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  53. return weld
  54. end
  55.  
  56. local maincolor = BrickColor.new("Toothpaste")
  57. local maincolor2 = BrickColor.new("White")
  58.  
  59. local m = Instance.new("Model",char)
  60. m.Name = "wot"
  61.  
  62. -------------- Arms section
  63. ---- Right arm
  64. local handle = CreatePart1(m,0,0,"SmoothPlastic",maincolor2)
  65. CreateMesh1(handle,"Brick",1.05,1.5,1.05)
  66. CreateWeld1(handle,rarm,handle,0,-0.265,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  67. local handleg = CreatePart1(m,0,0,"Neon",maincolor)
  68. CreateMesh1(handleg,"Brick",1.025,1.5,1.025)
  69. CreateWeld1(handleg,handle,handleg,0,0.1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  70. local handleo = CreatePart1(m,0,0,"Neon",maincolor)
  71. CreateMesh1(handleo,"Brick",1.085,1.35,1.085)
  72. CreateWeld1(handleo,handle,handleo,0,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  73. local handleon = CreatePart1(m,0,0,"SmoothPlastic",maincolor2)
  74. CreateMesh1(handleon,"Brick",1.1,1.225,1.1)
  75. CreateWeld1(handleon,handle,handleon,0,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  76. local wngr = CreatePart1(m,0,0,"Neon",maincolor)
  77. CreateSpecialGlowMesh1(wngr,"http://www.roblox.com/asset/?id=111896510",0.65,0.35,0.65)
  78. CreateWeld1(wngr,handle,wngr,0.485,-0.5,-0.5,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(90),math.rad(0))
  79. local wngr2 = CreatePart1(m,0,0,"Neon",maincolor)
  80. CreateSpecialGlowMesh1(wngr2,"http://www.roblox.com/asset/?id=111896510",0.25,0.5,0.55)
  81. CreateWeld1(wngr2,handle,wngr2,0.485,-0.75,-0.5,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(90),math.rad(0))
  82. local wngr3 = CreatePart1(m,0,0,"Neon",maincolor)
  83. CreateSpecialGlowMesh1(wngr3,"http://www.roblox.com/asset/?id=111896510",0.25,0.5,0.55)
  84. CreateWeld1(wngr3,handle,wngr3,0.425,-0.75,-0.5,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(60),math.rad(90),math.rad(0))
  85. local rig = CreatePart1(m,0,0,"Neon",maincolor)
  86. CreateSpecialGlowMesh1(rig,"http://www.roblox.com/asset/?id=15392960",0.2,0.325,0.2)
  87. CreateWeld1(rig,handle,rig,0,-0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  88. local glowb = CreatePart1(m,0,0,"SmoothPlastic",maincolor2)
  89. CreateMesh1(glowb,"Sphere",0.65,0.085,0.65)
  90. CreateWeld1(glowb,handle,glowb,0,-0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  91. local glowbo = CreatePart1(m,0,0,"Neon",maincolor)
  92. CreateMesh1(glowbo,"Sphere",0.75,0.05,0.75)
  93. CreateWeld1(glowbo,glowb,glowbo,0,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  94.  
  95. ---Section A
  96. local glown = CreatePart1(m,0,0,"SmoothPlastic",maincolor2)
  97. CreateMesh1(glown,"Sphere",0.085,0.35,0.35)
  98. CreateWeld1(glown,handle,glown,-0.55,-0.35,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  99. local glownb = CreatePart1(m,0,0,"Neon",maincolor)
  100. CreateMesh1(glownb,"Sphere",0.075,0.4,0.4)
  101. CreateWeld1(glownb,glown,glownb,0,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  102. local glown2 = CreatePart1(m,0,0,"SmoothPlastic",maincolor2)
  103. CreateMesh1(glown2,"Sphere",0.085,0.35,0.35)
  104. CreateWeld1(glown2,handle,glown2,-0.55,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  105. local glownb2 = CreatePart1(m,0,0,"Neon",maincolor)
  106. CreateMesh1(glownb2,"Sphere",0.075,0.4,0.4)
  107. CreateWeld1(glownb2,glown2,glownb2,0,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  108. local glown3 = CreatePart1(m,0,0,"SmoothPlastic",maincolor2)
  109. CreateMesh1(glown3,"Sphere",0.085,0.35,0.35)
  110. CreateWeld1(glown3,handle,glown3,-0.55,0.35,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  111. local glownb3 = CreatePart1(m,0,0,"Neon",maincolor)
  112. CreateMesh1(glownb3,"Sphere",0.075,0.4,0.4)
  113. CreateWeld1(glownb3,glown3,glownb3,0,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  114.  
  115. ---Section A2
  116. local blak = CreatePart1(m,0,0,"Neon",maincolor)
  117. CreateMesh1(blak,"Brick",0.35,0.95,1.125)
  118. CreateWeld1(blak,handle,blak,0.235,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  119. local blak2 = CreatePart1(m,0,0,"SmoothPlastic",maincolor2)
  120. CreateMesh1(blak2,"Brick",0.305,0.905,1.145)
  121. CreateWeld1(blak2,blak,blak2,0,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  122.  
  123. local line = CreatePart1(m,0,0,"Neon",maincolor)
  124. CreateMesh1(line,"Brick",0.75,0.1,1.125)
  125. CreateWeld1(line,handle,line,-0.2,-0.35,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  126. local line2 = CreatePart1(m,0,0,"Neon",maincolor)
  127. CreateMesh1(line2,"Brick",0.75,0.1,1.125)
  128. CreateWeld1(line2,handle,line2,-0.2,0.35,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  129. local line3 = CreatePart1(m,0,0,"Neon",maincolor)
  130. CreateMesh1(line3,"Brick",0.75,0.1,1.125)
  131. CreateWeld1(line3,handle,line3,-0.2,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  132.  
  133.  
  134.  
  135.  
  136.  
  137. local mouse = plr:GetMouse()
  138. local torso = char.Torso
  139.  
  140.  
  141. local RightArm = torso["Right Shoulder"]
  142. local LeftArm = torso["Left Shoulder"]
  143. local RightLeg = torso["Right Hip"]
  144. local LeftLeg = torso["Left Hip"]
  145. local Torso = char.HumanoidRootPart.RootJoint
  146. local Head = torso.Neck
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. local animpose = "Idle"
  155. cananim = true
  156. num=0
  157.  
  158. local attacking = false
  159. if char:FindFirstChildOfClass("Humanoid"):FindFirstChild("Animator") then char:FindFirstChildOfClass("Humanoid").Animator:Destroy() end
  160. if char:FindFirstChild("Animate") then char.Animate:Destroy() end
  161.  
  162.  
  163.  
  164.  
  165.  
  166. spawn(function()
  167. while wait() do
  168. if torso then
  169. local velocity=torso.Velocity
  170. if hum==nil then
  171. return
  172. end
  173. if hum.MoveDirection==Vector3.new(0,0,0) then
  174. animpose="Idle"
  175. else
  176. animpose="Running"
  177. end
  178. if velocity.Y>0.5 then
  179. animpose="Jumping"
  180. end
  181. if velocity.Y<-0.5 then
  182. animpose="Falling"
  183. end
  184. end
  185. end
  186. end)
  187.  
  188.  
  189. function sound(id,loop,tim,endtim,eff)
  190. local s=Instance.new("Sound",char.Torso)
  191. s.SoundId=id
  192. if loop==true then
  193. s.Looped=true
  194. s.Name="Music"
  195. else
  196. s.Volume=2
  197. if id~="rbxassetid://245537790" and id~='rbxassetid://1179921724' and id~='rbxassetid://1251737869' then
  198. s.PlaybackSpeed = 1+math.random(-100,100)/1000
  199. end
  200. end
  201. if tim then
  202. s.TimePosition=tim
  203. end
  204. spawn(function()
  205. if endtim then
  206. repeat wait() until s.TimePosition==endtim or s.TimePosition>=endtim
  207. s:Stop()
  208. end
  209. end)
  210. if eff=="echo" then
  211. spawn(function()
  212. wait(1)
  213. local echo=Instance.new("EchoSoundEffect",s)
  214. echo.Delay=0.05
  215. echo.WetLevel=11
  216. echo.DryLevel=-1
  217. end)
  218. end
  219. if eff=="quiet" then
  220. s.Volume=0.3
  221. end
  222. s:Play()
  223. end
  224. --SCREEEEM
  225. function lazor()
  226.  
  227. cananim=false
  228. for i=1,30 do
  229. wait(1/60)
  230. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.934085608, 0.339979589, -0.10907802, -0.102499805, 0.0373069048, 0.994033217, 0.342020363, 0.939692557, 0),0.2)
  231. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.50000006, 0.365961194, 0.435137242, -0.173563123, -0.0313025787, -0.984325111, -0.00543563766, 0.999509931, -0.0308270231, 0.98480773, 0, -0.173648223),0.2)
  232. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, -7.4505806e-09, 0.0094302753, 0.0843551308, 0.996391118, 0.110700019, 0.990222573, -0.0848806128, -0.993809104, 0.111100972, -4.34407745e-08),0.2)
  233. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.499999881, 0.49999997, 0, 0.686760783, 0.0407644771, -0.725739539, 0.724464417, 0.0430024639, 0.687969565, 0.0592533089, -0.998242974, -2.59004374e-09),0.2)
  234. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, -0.0484665036, 2.98023224e-08, -0.31701979, -0.00180978479, 0.948417187, -0.948401749, -0.00541418325, -0.317024946, 0.00570865162, -0.999983728, 2.49531951e-10),0.2)
  235. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0),0.2)
  236. end
  237.  
  238. local keeprunning=true
  239. spawn(function()
  240. while wait() do
  241. local ray = Ray.new(char['Right Arm'].CFrame.p,(mouse.Hit.p-char['Right Arm'].CFrame.p).unit*300)
  242. local part,position = workspace:FindPartOnRay(ray,char, false, true)
  243. local distance = (char['Right Arm'].CFrame.p - position).magnitude
  244. if keeprunning==false then
  245. break
  246. end
  247. if part then
  248. if part.Parent:FindFirstChild("Humanoid") then
  249. part:BreakJoints()
  250. part.Anchored=false
  251.  
  252. end
  253. end
  254.  
  255. local ex=Instance.new("Explosion",workspace)
  256. ex.Position=position
  257. ex.Visible=false
  258. ex.DestroyJointRadiusPercent=0
  259. ex.BlastPressure=100001
  260. ex.BlastRadius=1
  261.  
  262. local ex=Instance.new("Explosion",workspace)
  263. ex.Position=position
  264. ex.Visible=false
  265. ex.DestroyJointRadiusPercent=0
  266. ex.BlastPressure=100
  267. ex.BlastRadius=30
  268.  
  269. Torso.C1 = Torso.C1:lerp(CFrame.new(0.45384407, 3.25962901e-09, -0.163368881, -0.840329647, -0.538628399, 0.061037913, 0.12248569, -0.0789824352, 0.989322543, -0.528056264, 0.838833332, 0.132345542),0.2)
  270. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.486327916, 0.918347716, -0.0835282654, -0.139580116, -0.193979532, -0.971024871, -0.210418463, 0.96403873, -0.162337258, 0.967595696, 0.18166253, -0.175377563),0.2)
  271. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.504761815, 1.01941562, -0.072208859, -0.0534072705, 0.0794541091, 0.995406747, -0.0726492628, 0.993878722, -0.083230041, -0.995926619, -0.0767606497, -0.0473080687),0.2)
  272. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.49999994, -5.96046448e-08, -0.0783533007, -0.155531406, -0.984718561, -0.400697172, 0.909370303, -0.111747369, 0.912854075, 0.385818183, -0.1335731),0.2)
  273. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.267708331, 0.709498703, -0.021721065, -0.500156283, -0.117081404, 0.85798347, -0.864884198, 0.0187412351, -0.501621544, 0.0426508784, -0.992945492, -0.110635392),0.2)
  274. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.951892793, 0.28452459, 0.113780133, 0, -0.371307135, 0.928510129, 0.306431323, 0.883842111, 0.353444576),0.2)
  275.  
  276. local beam = Instance.new("Part", char)
  277. beam.BrickColor = BrickColor.new("Toothpaste")
  278. beam.FormFactor = "Custom"
  279. beam.Material = "Neon"
  280. beam.Transparency = 0.5
  281. beam.Anchored = true
  282. beam.Locked = true
  283. beam.CanCollide = false
  284. beam.Size = Vector3.new(0.3, 0.3, distance)
  285. beam.CFrame = CFrame.new((char['Right Arm'].CFrame*CFrame.new(0,-3,0)).p, mouse.Hit.p) * CFrame.new(0, 0, -distance/2)
  286. spawn(function()
  287. for i=1,10 do
  288. beam.Transparency=i/10
  289. wait()
  290. end
  291. beam:Destroy()
  292. end)
  293. spawn(function()
  294. for i=1,20 do
  295. beam.Size=Vector3.new(i,i,beam.Size.Z)
  296. wait()
  297. end
  298. end)
  299. end
  300. end)
  301. for i=1,10 do
  302. sound("rbxassetid://245537790",false)
  303. end
  304. wait(3)
  305. keeprunning=false
  306. cananim=true
  307. end
  308. dodamage=false
  309. deb=false
  310. hum.Touched:connect(function(part)
  311. local ded=part.Parent:FindFirstChildOfClass("Humanoid")
  312. if deb==true then
  313. return
  314. end
  315. deb=true
  316. if ded then
  317. if dodamage == true then
  318. ded.Health=ded.Health-(math.random(5,10))
  319. sound("rbxassetid://386946017",false,0,0.36,'quiet')
  320. if supermode==true then
  321. local ex=Instance.new("Explosion",workspace)
  322. if math.random(1,3) ==1 then
  323. ex.Visible=false
  324. end
  325. ex.DestroyJointRadiusPercent=0
  326. ex.Position=part.Position
  327. ex.BlastPressure=1000
  328. part:BreakJoints()
  329. part.Anchored=false
  330. end
  331. end
  332. end
  333. wait(0.1)
  334. deb=false
  335. end)
  336. function SUPERlazor()
  337.  
  338. wait(2)
  339. cananim=false
  340. for i=1,30 do
  341. wait(1/60)
  342. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.934085608, 0.339979589, -0.10907802, -0.102499805, 0.0373069048, 0.994033217, 0.342020363, 0.939692557, 0),0.2)
  343. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.50000006, 0.365961194, 0.435137242, -0.173563123, -0.0313025787, -0.984325111, -0.00543563766, 0.999509931, -0.0308270231, 0.98480773, 0, -0.173648223),0.2)
  344. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, -7.4505806e-09, 0.0094302753, 0.0843551308, 0.996391118, 0.110700019, 0.990222573, -0.0848806128, -0.993809104, 0.111100972, -4.34407745e-08),0.2)
  345. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.499999881, 0.49999997, 0, 0.686760783, 0.0407644771, -0.725739539, 0.724464417, 0.0430024639, 0.687969565, 0.0592533089, -0.998242974, -2.59004374e-09),0.2)
  346. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, -0.0484665036, 2.98023224e-08, -0.31701979, -0.00180978479, 0.948417187, -0.948401749, -0.00541418325, -0.317024946, 0.00570865162, -0.999983728, 2.49531951e-10),0.2)
  347. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0),0.2)
  348. end
  349.  
  350. local keeprunning=true
  351. spawn(function()
  352. while wait() do
  353. local ray = Ray.new(char['Right Arm'].CFrame.p,(mouse.Hit.p-char['Right Arm'].CFrame.p).unit*300)
  354. local part,position = workspace:FindPartOnRay(ray,char, false, true)
  355. local distance = (char['Right Arm'].CFrame.p - position).magnitude
  356. if keeprunning==false then
  357. break
  358. end
  359. if part then
  360. if part.Parent:FindFirstChild("Humanoid") then
  361. part:BreakJoints()
  362. part.Anchored=false
  363. part.Velocity = Vector3.new(math.random(-160,160),math.random(-160,160),math.random(-160,160))
  364. if math.random(1,3) == 1 then
  365. part:Destroy()
  366. end
  367. end
  368. end
  369.  
  370.  
  371. if math.random(1,5)==5 then
  372. sound("rbxassetid://314970761",false)
  373. end
  374. Torso.C1 = Torso.C1:lerp(CFrame.new(0.45384407, 3.25962901e-09, -0.163368881, -0.840329647, -0.538628399, 0.061037913, 0.12248569, -0.0789824352, 0.989322543, -0.528056264, 0.838833332, 0.132345542),0.2)
  375. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.486327916, 0.918347716, -0.0835282654, -0.139580116, -0.193979532, -0.971024871, -0.210418463, 0.96403873, -0.162337258, 0.967595696, 0.18166253, -0.175377563),0.2)
  376. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.504761815, 1.01941562, -0.072208859, -0.0534072705, 0.0794541091, 0.995406747, -0.0726492628, 0.993878722, -0.083230041, -0.995926619, -0.0767606497, -0.0473080687),0.2)
  377. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.49999994, -5.96046448e-08, -0.0783533007, -0.155531406, -0.984718561, -0.400697172, 0.909370303, -0.111747369, 0.912854075, 0.385818183, -0.1335731),0.2)
  378. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.267708331, 0.709498703, -0.021721065, -0.500156283, -0.117081404, 0.85798347, -0.864884198, 0.0187412351, -0.501621544, 0.0426508784, -0.992945492, -0.110635392),0.2)
  379. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.951892793, 0.28452459, 0.113780133, 0, -0.371307135, 0.928510129, 0.306431323, 0.883842111, 0.353444576),0.2)
  380.  
  381. local beam = Instance.new("Part", char)
  382. local colorz = {"Bright blue","Alder","White","Toothpaste","Royal purple"}
  383. beam.BrickColor = BrickColor.new(colorz[math.random(1,#colorz)])
  384. beam.FormFactor = "Custom"
  385. beam.Material = "Neon"
  386. beam.Transparency = 0.5
  387. beam.Anchored = true
  388. beam.Locked = true
  389. beam.CanCollide = false
  390. beam.Size = Vector3.new(0.3, 0.3, distance)
  391. beam.CFrame = CFrame.new((char['Right Arm'].CFrame*CFrame.new(0,-3,0)).p, mouse.Hit.p) * CFrame.new(0, 0, -distance/2)
  392. spawn(function()
  393. while beam do
  394. if beam==nil then break end
  395. beam.Anchored=true
  396. swait()
  397. end
  398. end)
  399. spawn(function()
  400. for i=1,10 do
  401. beam.Transparency=i/10
  402. beam.CFrame=beam.CFrame*CFrame.new(0,0,-i/10)
  403. wait()
  404. end
  405. beam:Destroy()
  406. end)
  407. spawn(function()
  408. for i=5,70, 3 do
  409. beam.Size=Vector3.new(i,i,beam.Size.Z)
  410. wait()
  411. end
  412. end)
  413. end
  414. end)
  415. for i=1,10 do
  416. sound("rbxassetid://314970761",false)
  417. end
  418. wait(6)
  419. keeprunning=false
  420. cananim=true
  421. end
  422.  
  423.  
  424. mouse.Button1Down:connect(function()
  425. normpunch()
  426. end)
  427.  
  428.  
  429. supermode=false
  430. mouse.KeyDown:connect(function(key)
  431. local k=string.lower(key)
  432. if attacking==true then
  433. return
  434. end
  435. if k=="q" then
  436. attacking=true
  437. if supermode==false then
  438. lazor()
  439. else
  440. SUPERlazor()
  441. end
  442. attacking=false
  443. end
  444. if k=="l" then
  445. transition()
  446. end
  447. end)
  448.  
  449. function onChatted(msg)
  450. if msg == "Heh." then
  451. transition()
  452. end
  453. if msg == "hmph." then
  454. SUPERlazor()
  455. end
  456. if msg == "ha." then
  457. lazor()
  458. end
  459. end
  460. plr.Chatted:connect(onChatted)
  461.  
  462. punch = 1
  463. function normpunch()
  464. if attacking==true then
  465. return
  466. end
  467. dodamage=true
  468. attacking=true
  469. cananim=false
  470. sound("rbxassetid://138097048",false)
  471. if punch==1 then
  472. for i=1,10 do
  473. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.910118103, -0.41434893, 0, 0, 0, 1, -0.41434893, 0.910118103, 0),0.3)
  474. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 3.7252903e-09, 0.00116646651, 0.0136213535, -0.99990654, 0.023496937, 0.999630809, 0.0136450082, 0.999723256, -0.0235106573, 0.000845975766),0.3)
  475. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 4.65661287e-10, -4.35437997e-08, 0.0874831304, 0.996165991, 0.00556585658, 0.996150553, -0.0874817744, -0.999984503, 0.00554451346, -0.000486961944),0.3)
  476. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, 0, 0.0391717218, -0.188973963, -0.981200516, -0.199156061, 0.960776389, -0.192991138, 0.979184568, 0.202971816, -4.2801517e-08),0.3)
  477. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.312758863, 0.804995358, -0.0404221117, -0.349137038, 0.0591336042, 0.935203969, -0.937045753, -0.0294431858, -0.347962916, 0.0069590779, -0.997815788, 0.0656905994),0.3)
  478. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.957687616, 0.287809789, 0, 0, 0, 1, 0.287809789, 0.957687616, 0),0.3)
  479. swait()
  480. end
  481. end
  482.  
  483. if punch==2 then
  484. for i=1,10 do
  485. swait()
  486. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.983417749, -0.116297476, 0.139156267, 0.140106976, 0, 0.990136385, -0.115150362, 0.993214428, 0.0162940882),0.3)
  487. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 0.86816901, 0, -4.32735874e-08, -0.141177684, -0.989984274, -6.17107254e-09, 0.989984274, -0.141177684, 1, 0, -4.37113883e-08),0.3)
  488. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1.23575175, 0.176770806, -0.0336775407, -0.11687994, 0.992574871, -0.983614028, 0.179874539, -0.0121925017, -0.177113876, -0.976721108, -0.12102247),0.3)
  489. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.49999994, 0, -4.33072991e-08, -0.135659724, -0.990755498, -0.144958332, 0.98029089, -0.134226859, 0.989437759, 0.143618271, -0.0196650494),0.3)
  490. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.49999997, 0, 0.0339012295, 0.115021303, 0.992784381, 0.280674934, 0.952282727, -0.119913273, -0.959203959, 0.282714903, -4.19281356e-08),0.3)
  491. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.0711001009, 0.997469187, 0, 0.997469187, 0.0711001009),0.3)
  492. end
  493. end
  494.  
  495. if punch==3 then
  496. for i=1,10 do
  497. swait()
  498. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.93749547, 0.347997427, 0, 0, 0, 1, 0.347997427, 0.93749547, 0),0.3)
  499. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.50000006, 1, 0, 0.0109365005, -0.0829221606, -0.996496022, -0.130298764, 0.98794055, -0.083640255, 0.991414428, 0.13075693, -4.33361009e-08),0.3)
  500. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.49999997, 1, -3.7252903e-09, 0.114501342, 0.0127837732, 0.99334085, 5.62495939e-10, 0.999917209, -0.0128684072, -0.993423104, 0.00147345045, 0.114491865),0.3)
  501. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.352809936, 1.3686024, 0.0138391852, -4.37113883e-08, 0, -1, 0.999440074, -0.0334585831, -4.36869136e-08, -0.0334585831, -0.999440074, 1.4625211e-09),0.3)
  502. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, 0, -4.33629381e-08, 0.126015082, 0.992028356, 0.172522247, 0.97715348, -0.124125555, -0.985005617, 0.171146959, -0.0217404477),0.3)
  503. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.07533779, 0.997158051, 0, 0.997158051, 0.07533779),0.3)
  504. end
  505. end
  506. if punch~=3 then
  507. punch=punch+1
  508. else
  509. punch=1
  510. end
  511. cananim=true
  512. dodamage=false
  513. attacking=false
  514. end
  515.  
  516.  
  517.  
  518. ---transiton
  519. function transition()
  520. if supermode==false then
  521.  
  522.  
  523. cananim=false
  524. attacking=true
  525. local stord = false
  526. spawn(function()
  527. wait(3)
  528. stord=true
  529. end)
  530. local ParticleEmitter0 = Instance.new("ParticleEmitter")
  531. ParticleEmitter0.Parent = torso
  532. ParticleEmitter0.Transparency = NumberSequence.new(0.20000000298023,0.20000000298023)
  533. ParticleEmitter0.Size = NumberSequence.new(3.2240438461304,1.0928964614868,3.7158470153809,0)
  534. ParticleEmitter0.LightEmission = 1
  535. ParticleEmitter0.Color = ColorSequence.new(BrickColor.new("Royal purple").Color,BrickColor.new("Toothpaste").Color)
  536. ParticleEmitter0.Texture = "http://www.roblox.com/asset/?id=232918622"
  537. ParticleEmitter0.Lifetime = NumberRange.new(3)
  538. ParticleEmitter0.Rate = 1000
  539. ParticleEmitter0.VelocitySpread = 180
  540. repeat
  541. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0.787846208, 0.138918549, -1, 0, 0, 0, -0.173648179, 0.98480773, 0, 0.98480773, 0.173648179),0.2)
  542. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.45286727, 0.316941619, 0.628786147, -4.36354597e-08, -0.058915928, -0.998262942, 0.21313341, 0.975326002, -0.0575622357, 0.977023065, -0.21276319, 0.0125569087),0.2)
  543. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 0.627124608, -0.0240803957, -4.37113883e-08, 0, 1, 0.551679194, 0.834056437, 2.4114664e-08, -0.834056437, 0.551679194, -3.6457763e-08),0.2)
  544. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, 0, 0.774880886, 0.296248376, -0.558387458, 0.52156949, 0.199403673, 0.829580307, 0.357106328, -0.934063733, -1.56096132e-08),0.2)
  545. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, 0, -0.00304316962, 0.0175396204, 0.999841511, -0.170919135, 0.985124171, -0.0178016629, -0.985280335, -0.170946226, -4.30679705e-08),0.2)
  546. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.362809777, 0.931863308, 0, 0.931863308, 0.362809777),0.2)
  547. swait()
  548. until stord==true
  549. sound("rbxassetid://245537790",false)
  550. ParticleEmitter0.Speed=NumberRange.new(50)
  551. local effecto = Instance.new("ParticleEmitter",cha)
  552. effecto.LightEmission = 1
  553. effecto.Texture = "rbxassetid://296874871"
  554. effecto.Color = ColorSequence.new(Color3.new(1,1,1), Color3.new(0,1,1), Color3.new(.1,0,1))
  555. effecto.Rate = 300
  556. effecto.EmissionDirection = "Back"
  557. effecto.LockedToPart = false
  558. effecto.Acceleration = Vector3.new(0,2,2)
  559. effecto.Transparency = NumberSequence.new(0,0)
  560. effecto.Lifetime = NumberRange.new(0.5,1)
  561. effecto.Size = NumberSequence.new(1,0)
  562. effecto.Speed = NumberRange.new(5)
  563. effecto.VelocitySpread = 0
  564. effecto.Name = "Chap"
  565. effecto.RotSpeed = NumberRange.new(0,0)
  566.  
  567.  
  568. local ef2 = effecto:Clone()
  569. ef2.Parent = cha2
  570. local ef3 = effecto:Clone()
  571. ef3.Parent = cha3
  572. local ef4 = effecto:Clone()
  573. ef4.Parent = cha4
  574. local ef5 = effecto:Clone()
  575. ef5.Parent = cha5
  576. local ef6 = effecto:Clone()
  577. ef6.Parent = cha6
  578. for i=1,90 do
  579. Torso.C1 = Torso.C1:lerp(CFrame.new(0, -1.06972265, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0),0.2)
  580. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 0, -4.37113883e-08, 0, -1, -0.0906665474, 0.995881319, 3.96316047e-09, 0.995881319, 0.0906665474, -4.35313545e-08),0.2)
  581. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0.0595862567, 0.998223186, 2.60459809e-09, -0.998223186, 0.0595862567, -4.36337224e-08),0.2)
  582. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, 0, -4.34208935e-08, -0.115096748, -0.993354261, -5.0310387e-09, 0.993354261, -0.115096748, 1, 0, -4.37113883e-08),0.2)
  583. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, 0, -4.36014211e-08, 0.0708893314, 0.997484207, 3.0986711e-09, 0.997484207, -0.0708893314, -1, 0, -4.37113883e-08),0.2)
  584. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0.249942318, 0.968260705, 0, 0.968260705, -0.249942318),0.2)
  585. swait()
  586. end
  587. ParticleEmitter0.Enabled=false
  588. supermode=true
  589. cananim=true
  590. attacking=false
  591. end
  592. end
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604. function swait(t)
  605. if t == nil or t == 0 then
  606. game:service('RunService').Stepped:wait(0)
  607. return true
  608. else
  609. for i = 0, t do
  610. game:service('RunService').Stepped:wait(0)
  611. end
  612. return true
  613. end
  614. end
  615.  
  616. function scream()
  617. sound("rbxassetid://444895479",false,5.3509586219885250102)
  618. cananim = false
  619. for i=0,1.5, 0.1 do
  620. swait()
  621. end
  622.  
  623. attacking=true
  624. for i=0,1.5, 0.1 do
  625. swait()
  626. end
  627. wait()
  628. cananim = true
  629. attacking=false
  630. end
  631.  
  632.  
  633. spawn(function()
  634. while swait() do
  635. if animpose=="Idle" then
  636. for i=0,0.1,0.0025 do
  637. if animpose == "Idle" and cananim then
  638. swait()
  639. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.500000238, 0.500000238, -2.38418579e-07, 0.000574484526, -0.0482845455, -0.998833477, -0.00805476494, 0.998800993, -0.0482876077, 0.999967396, 0.0080731092, 0.000184875054),i)
  640. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.50000006, 0.500000238, 0, -0.000810533762, 0.0540908612, 0.998535693, -0.00984518789, 0.998487175, -0.0540962256, -0.999951184, -0.00987461861, -0.000276772887),i)
  641. else
  642. break
  643. end
  644. end
  645. for i=0,0.1,0.0025 do
  646. if animpose == "Idle" and cananim then
  647. swait()
  648. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.50000006, 0.50000006, -9.47312119e-16, -4.35179714e-08, -0.0939683169, -0.99557513, -4.10748546e-09, 0.99557513, -0.0939683169, 1, 0, -4.37113883e-08),i)
  649. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, -1.77635684e-15, -4.34464624e-08, 0.109930925, 0.993939221, 4.80523354e-09, 0.993939221, -0.109930925, -1, 0, -4.37113883e-08),i)
  650. else
  651. break
  652. end
  653. end
  654. end
  655. end
  656. end)
  657.  
  658. while swait() do
  659. num = num + 0.05
  660. local sin = math.sin(num)
  661. if animpose == "Falling" and cananim then
  662. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.089640595, 0.995974183, 0, 0.995974183, 0.089640595),0.2)
  663. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 0.940049231, 0.240459353, -4.37113883e-08, 0, -1, 0.0583860278, 0.998294055, -2.55213428e-09, 0.998294055, -0.0583860278, -4.36368204e-08),0.2)
  664. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0.144062787, 0.989568532, 6.29718455e-09, -0.989568532, 0.144062787, -4.32554152e-08),0.2)
  665. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.635436773, 0, -4.28449951e-08, -0.198112398, -0.98017925, -8.65976801e-09, 0.98017925, -0.198112398, 1, 0, -4.37113883e-08),0.2)
  666. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.599987805, 0, -4.26205062e-08, 0.222013503, 0.975043535, 9.70451808e-09, 0.975043535, -0.222013503, -1, 0, -4.37113883e-08),0.2)
  667. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.231759518, 0.972773135, 0, 0.972773135, 0.231759518),0.2)
  668. end
  669.  
  670.  
  671. if animpose == "Idle" and cananim then
  672. for i=0,0.1,0.001 do
  673. if animpose == "Idle" and cananim then
  674. swait()
  675. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0.200000048, 0, -0.98480767, -0.173648626, 0, 0, 0, 1, -0.173648626, 0.98480767, 0),i)
  676. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.506504774, 0.77988106, 0.0818042755, 0.00300081098, -0.0723684728, -0.997373462, -0.186295643, 0.979876935, -0.0716594532, 0.982489169, 0.186021373, -0.0105415061),i)
  677. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.485123575, 0.800115585, 0.135903358, -0.000153154135, -0.00734659936, 0.999972999, -0.0196102634, 0.999780715, 0.0073421835, -0.999807715, -0.0196086094, -0.000297189312),i)
  678. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.98480767, 0.173648402, 0, 0, 0, 1, 0.173648402, 0.98480767, 0),i)
  679. i=i/2
  680. else
  681. break
  682. end
  683. end
  684. for i=0,0.1,0.001 do
  685. if animpose == "Idle" and cananim then
  686. swait()
  687. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.98480767, -0.173648626, 0, 0, 0, 1, -0.173648626, 0.98480767, 0),i)
  688. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.49999994, 1, 0, -4.3619707e-08, -0.0647336245, -0.997902572, -0.143231794, 0.98761338, -0.0640661567, 0.989689171, 0.142931372, -0.00927195605),i)
  689. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1.00000012, 0.0391067117, -4.37113883e-08, 0, 1, -0.0612497553, 0.998122454, -2.67731193e-09, -0.998122454, -0.0612497553, -4.3629317e-08),i)
  690. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.98480767, 0.173648402, 0, 0, 0, 1, 0.173648402, 0.98480767, 0),i)
  691. i=i/2
  692. else
  693. break
  694. end
  695. end
  696. end
  697. if animpose == "Running" and cananim then
  698. for i = 0, 0.25, 0.01 do
  699. if animpose == "Running" and cananim then
  700. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.0358745977, 0.99935627, 0, 0.99935627, 0.0358745977),i)
  701. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 0.999999821, 8.94069672e-08, -4.37113883e-08, 0, -1, 0.342020363, 0.939692557, -1.49501851e-08, 0.939692557, -0.342020363, -4.10752676e-08),i)
  702. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1.00000024, 5.96046448e-08, -4.37113883e-08, 0, 1, 0.500000179, 0.866025269, 2.18557012e-08, -0.866025269, 0.500000179, -3.78551661e-08),i)
  703. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, -2.98023224e-08, -4.37113883e-08, 0, -1, -0.5, 0.866025388, 2.18556941e-08, 0.866025388, 0.5, -3.78551732e-08),i)
  704. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, -1.49011612e-08, -4.37113883e-08, 0, 1, -0.5, 0.866025388, -2.18556941e-08, -0.866025388, -0.5, -3.78551732e-08),i)
  705. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.106743492, 0.994286597, 0, 0.994286597, 0.106743492),i)
  706. swait()
  707. i=i/i*1.5
  708. else
  709. break
  710. end
  711. end
  712. for i = 0, 0.25, 0.01 do
  713. if animpose == "Running" and cananim then
  714. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.999985278, 0, -0.00542885857, -0.00542835938, -0.0135572571, 0.999893367, -7.36004295e-05, 0.99990809, 0.0135570578),i)
  715. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 0.999999821, -1.1920929e-07, -4.37113883e-08, 0, -1, -0.499999791, 0.866025567, 2.18556853e-08, 0.866025567, 0.499999791, -3.78551803e-08),i)
  716. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1.00000012, -2.38418579e-07, -4.37113883e-08, 0, 1, -0.342020005, 0.939692616, -1.49501691e-08, -0.939692616, -0.342020005, -4.10752676e-08),i)
  717. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.483990371, 0.00582697988, -4.37113883e-08, 0, -1, 0.57357651, 0.819151998, -2.50718255e-08, 0.819151998, -0.57357651, -3.58062699e-08),i)
  718. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.49999997, -2.98023224e-08, -4.37113883e-08, 0, 1, 0.500000179, 0.866025329, 2.18557012e-08, -0.866025329, 0.500000179, -3.78551697e-08),i)
  719. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.103604339, 0.994618595, 0, 0.994618595, 0.103604339),i)
  720. swait()
  721. i=i/i*1.5
  722. else
  723. break
  724. end
  725. end
  726. end
  727.  
  728. if animpose == "Jumping" and cananim then
  729. Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.082511276, 0.996590137, 0, 0.996590137, 0.082511276),0.2)
  730. LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.495160788, 0.605178833, 0.315436631, 0.00363327051, -0.0117048975, -0.999924898, -0.296433508, 0.95497489, -0.012255826, 0.955046594, 0.296455771, -4.17464108e-08),0.2)
  731. RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0.10612049, 0.994353294, 4.63867389e-09, -0.994353294, 0.10612049, -4.34645635e-08),0.2)
  732. LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, 0, -4.36747598e-08, -0.0409301594, -0.999162018, -1.78911408e-09, 0.999162018, -0.0409301594, 1, 0, -4.37113883e-08),0.2)
  733. RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, 0, -4.36556142e-08, 0.0504997671, 0.998724043, 2.20741492e-09, 0.998724043, -0.0504997671, -1, 0, -4.37113883e-08),0.2)
  734. Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0.106113546, 0.99435401, 0, 0.99435401, -0.106113546),0.2)
  735. end
  736. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement