Advertisement
FuntimeArtic

furry cancer (kill me please)

Mar 31st, 2018
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 94.85 KB | None | 0 0
  1. local Player = game.Players.localPlayer
  2. local Character = Player.Character
  3. local red = 255
  4. local green = 255
  5. local blue = 255
  6. local Humanoid = Character.Humanoid
  7. local mouse = Player:GetMouse()
  8. local m = Instance.new("Model", Character)
  9. m.Name = "WeaponModel"
  10. local LeftArm = Character["Left Arm"]
  11. local RightArm = Character["Right Arm"]
  12. local LeftLeg = Character["Left Leg"]
  13. local RightLeg = Character["Right Leg"]
  14. local Head = Character.Head
  15. local Torso = Character.Torso
  16. local cam = game.Workspace.CurrentCamera
  17. local RootPart = Character.HumanoidRootPart
  18. local RootJoint = RootPart.RootJoint
  19. local equipped = false
  20. local attack = false
  21. local Anim = "Idle"
  22. local idle = 0
  23. local attacktype = 1
  24. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  25. local velocity = RootPart.Velocity.y
  26. local sine = 0
  27. local change = 1
  28. local grabbed = false
  29. local cn = CFrame.new
  30. local mr = math.rad
  31. local angles = CFrame.Angles
  32. local ud = UDim2.new
  33. local c3 = Color3.new
  34. local lim = 0
  35. local st = 0
  36. local necko = cn(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  37. local attacktype = 1
  38. local ZTarget, RocketTarget = nil, nil
  39. local euler = CFrame.fromEulerAnglesXYZ
  40. function clerp(a,b,t)
  41. local qa = {QuaternionFromCFrame(a)}
  42. local qb = {QuaternionFromCFrame(b)}
  43. local ax, ay, az = a.x, a.y, a.z
  44. local bx, by, bz = b.x, b.y, b.z
  45. local _t = 1-t
  46. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  47. end
  48.  
  49. function QuaternionFromCFrame(cf)
  50. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  51. local trace = m00 + m11 + m22
  52. if trace > 0 then
  53. local s = math.sqrt(1 + trace)
  54. local recip = 0.5/s
  55. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  56. else
  57. local i = 0
  58. if m11 > m00 then
  59. i = 1
  60. end
  61. if m22 > (i == 0 and m00 or m11) then
  62. i = 2
  63. end
  64. if i == 0 then
  65. local s = math.sqrt(m00-m11-m22+1)
  66. local recip = 0.5/s
  67. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  68. elseif i == 1 then
  69. local s = math.sqrt(m11-m22-m00+1)
  70. local recip = 0.5/s
  71. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  72. elseif i == 2 then
  73. local s = math.sqrt(m22-m00-m11+1)
  74. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  75. end
  76. end
  77. end
  78.  
  79. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  80. local xs, ys, zs = x + x, y + y, z + z
  81. local wx, wy, wz = w*xs, w*ys, w*zs
  82. local xx = x*xs
  83. local xy = x*ys
  84. local xz = x*zs
  85. local yy = y*ys
  86. local yz = y*zs
  87. local zz = z*zs
  88. 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))
  89. end
  90.  
  91. function QuaternionSlerp(a, b, t)
  92. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  93. local startInterp, finishInterp;
  94. if cosTheta >= 0.0001 then
  95. if (1 - cosTheta) > 0.0001 then
  96. local theta = math.acos(cosTheta)
  97. local invSinTheta = 1/math.sin(theta)
  98. startInterp = math.sin((1-t)*theta)*invSinTheta
  99. finishInterp = math.sin(t*theta)*invSinTheta
  100. else
  101. startInterp = 1-t
  102. finishInterp = t
  103. end
  104. else
  105. if (1+cosTheta) > 0.0001 then
  106. local theta = math.acos(-cosTheta)
  107. local invSinTheta = 1/math.sin(theta)
  108. startInterp = math.sin((t-1)*theta)*invSinTheta
  109. finishInterp = math.sin(t*theta)*invSinTheta
  110. else
  111. startInterp = t-1
  112. finishInterp = t
  113. end
  114. end
  115. 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
  116. end
  117. rayCast = function(Position, Direction, Range, Ignore)
  118. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  119. end
  120. local v = game.Players.localPlayer
  121. local torso = v.Character.Torso
  122. wait(1)
  123. local p = Instance.new("Part", v.Character)
  124. p.Name = "kit"
  125. p.Anchored = true
  126. p.Transparency = 0
  127. p.Material = "Plastic"
  128. p.CanCollide = false
  129. p.TopSurface = 0
  130. p.BottomSurface = 0
  131. p.Size = Vector3.new(0.2, 0.2, 0.2)
  132. p.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  133. local msh = Instance.new("SpecialMesh", p)
  134. msh.Scale = Vector3.new(-2, 2, 2)
  135. msh.MeshId = "http://www.roblox.com/asset/?id=188635159"
  136. msh.TextureId = "http://www.roblox.com/asset/?id=188539332"
  137. msh.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  138. local pn = Instance.new("Part", v.Character.kit)
  139. pn.Name = "tail"
  140. pn.Anchored = true
  141. pn.Transparency = 0
  142. pn.Material = "Plastic"
  143. pn.CanCollide = false
  144. pn.TopSurface = 0
  145. pn.BottomSurface = 0
  146. pn.Size = Vector3.new(5, 3, 3)
  147. pn.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  148. local mshn = Instance.new("SpecialMesh", pn)
  149. mshn.Scale = Vector3.new(2, 2, 2)
  150. mshn.MeshId = "http://www.roblox.com/asset/?id=188635159"
  151. mshn.TextureId = "http://www.roblox.com/asset/?id=188539332"
  152. mshn.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  153. local pn3 = Instance.new("Part", v.Character.kit)
  154. pn3.Name = "tail"
  155. pn3.Anchored = true
  156. pn3.Transparency = 0
  157. pn3.Material = "Plastic"
  158. pn3.CanCollide = false
  159. pn3.TopSurface = 0
  160. pn3.BottomSurface = 0
  161. pn3.Size = Vector3.new(0.2, 0.2, 0.2)
  162. pn3.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  163. local mshn3 = Instance.new("SpecialMesh", pn3)
  164. mshn3.Scale = Vector3.new(2, 2, 2)
  165. mshn3.MeshId = "http://www.roblox.com/asset/?id=188635159"
  166. mshn3.TextureId = "http://www.roblox.com/asset/?id=188539332"
  167. mshn3.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  168. local pn4 = Instance.new("Part", v.Character.kit)
  169. pn4.Name = "tail"
  170. pn4.Anchored = true
  171. pn4.Transparency = 0
  172. pn4.Material = "Plastic"
  173. pn4.CanCollide = false
  174. pn4.TopSurface = 0
  175. pn4.BottomSurface = 0
  176. pn4.Size = Vector3.new(0.2, 0.2, 0.2)
  177. pn4.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  178. local mshn4 = Instance.new("SpecialMesh", pn4)
  179. mshn4.Scale = Vector3.new(-2, 2, 2)
  180. mshn4.MeshId = "http://www.roblox.com/asset/?id=188635159"
  181. mshn4.TextureId = "http://www.roblox.com/asset/?id=188539332"
  182. mshn4.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  183. local pn5 = Instance.new("Part", v.Character.kit)
  184. pn5.Name = "tail"
  185. pn5.Anchored = true
  186. pn5.Transparency = 0
  187. pn5.Material = "Plastic"
  188. pn5.CanCollide = false
  189. pn5.TopSurface = 0
  190. pn5.BottomSurface = 0
  191. pn5.Size = Vector3.new(0.2, 0.2, 0.2)
  192. pn5.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  193. local mshn5 = Instance.new("SpecialMesh", pn5)
  194. mshn5.Scale = Vector3.new(2, 2, 2)
  195. mshn5.MeshId = "http://www.roblox.com/asset/?id=188635159"
  196. mshn5.TextureId = "http://www.roblox.com/asset/?id=188539332"
  197. mshn5.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  198. local pn6 = Instance.new("Part", v.Character.kit)
  199. pn6.Name = "tail"
  200. pn6.Anchored = true
  201. pn6.Transparency = 0
  202. pn6.Material = "Plastic"
  203. pn6.CanCollide = false
  204. pn6.TopSurface = 0
  205. pn6.BottomSurface = 0
  206. pn6.Size = Vector3.new(0.2, 0.2, 0.2)
  207. pn6.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  208. local mshn6 = Instance.new("SpecialMesh", pn6)
  209. mshn6.Scale = Vector3.new(2, 2, 2)
  210. mshn6.MeshId = "http://www.roblox.com/asset/?id=188635159"
  211. mshn6.TextureId = "http://www.roblox.com/asset/?id=188539332"
  212. mshn6.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  213. local pn7 = Instance.new("Part", v.Character.kit)
  214. pn7.Name = "tail"
  215. pn7.Anchored = true
  216. pn7.Transparency = 0
  217. pn7.Material = "Plastic"
  218. pn7.CanCollide = false
  219. pn7.TopSurface = 0
  220. pn7.BottomSurface = 0
  221. pn7.Size = Vector3.new(0.2, 0.2, 0.2)
  222. pn7.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  223. local mshn7 = Instance.new("SpecialMesh", pn7)
  224. mshn7.Scale = Vector3.new(2, 2, 2)
  225. mshn7.MeshId = "http://www.roblox.com/asset/?id=188635159"
  226. mshn7.TextureId = "http://www.roblox.com/asset/?id=188539332"
  227. mshn7.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  228. local pn8 = Instance.new("Part", v.Character.kit)
  229. pn8.Name = "tail"
  230. pn8.Anchored = true
  231. pn8.Transparency = 0
  232. pn8.Material = "Plastic"
  233. pn8.CanCollide = false
  234. pn8.TopSurface = 0
  235. pn8.BottomSurface = 0
  236. pn8.Size = Vector3.new(0.2, 0.2, 0.2)
  237. pn8.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  238. local mshn8 = Instance.new("SpecialMesh", pn8)
  239. mshn8.Scale = Vector3.new(-2, 2, 2)
  240. mshn8.MeshId = "http://www.roblox.com/asset/?id=188635159"
  241. mshn8.TextureId = "http://www.roblox.com/asset/?id=188539332"
  242. mshn8.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  243. local pn9 = Instance.new("Part", v.Character.kit)
  244. pn9.Name = "tail"
  245. pn9.Anchored = true
  246. pn9.Transparency = 0
  247. pn9.Material = "Plastic"
  248. pn9.CanCollide = false
  249. pn9.TopSurface = 0
  250. pn9.BottomSurface = 0
  251. pn9.Size = Vector3.new(0.2, 0.2, 0.2)
  252. pn9.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  253. local mshn9 = Instance.new("SpecialMesh", pn9)
  254. mshn9.Scale = Vector3.new(-2, 2, 2)
  255. mshn9.MeshId = "http://www.roblox.com/asset/?id=188635159"
  256. mshn9.TextureId = "http://www.roblox.com/asset/?id=188539332"
  257. mshn9.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  258. local pn0 = Instance.new("Part", v.Character.kit)
  259. pn0.Name = "ears"
  260. pn0.Anchored = true
  261. pn0.Transparency = 0
  262. pn0.Material = "Plastic"
  263. pn0.CanCollide = false
  264. pn0.TopSurface = 0
  265. pn0.BottomSurface = 0
  266. pn0.Size = Vector3.new(0.2, 0.2, 0.2)
  267. pn0.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  268. local mshn0 = Instance.new("SpecialMesh", pn0)
  269. mshn0.Scale = Vector3.new(0.5, 0.5, 0.5)
  270. mshn0.MeshId = "http://www.roblox.com/asset/?id=361948302"
  271. mshn0.TextureId = "http://www.roblox.com/asset/?id=50657528"
  272. mshn0.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  273. p.Anchored = false
  274. local motor1 = Instance.new("Weld", p)
  275. motor1.Part0 = p
  276. motor1.Part1 = torso
  277. motor1.C0 = CFrame.new(2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  278. motor1.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  279. pn.Anchored = false
  280. local motor2 = Instance.new("Weld", pn)
  281. motor2.Part0 = pn
  282. motor2.Part1 = torso
  283. motor2.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  284. motor2.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  285. pn3.Anchored = false
  286. local motor3 = Instance.new("Weld", pn3)
  287. motor3.Part0 = pn3
  288. motor3.Part1 = torso
  289. motor3.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  290. motor3.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  291. pn4.Anchored = false
  292. local motor4 = Instance.new("Weld", pn4)
  293. motor4.Part0 = pn4
  294. motor4.Part1 = torso
  295. motor4.C0 = CFrame.new(2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  296. motor4.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  297. pn5.Anchored = false
  298. local motor5 = Instance.new("Weld", pn5)
  299. motor5.Part0 = pn5
  300. motor5.Part1 = torso
  301. motor5.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  302. motor5.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  303. pn6.Anchored = false
  304. local motor6 = Instance.new("Weld", pn6)
  305. motor6.Part0 = pn6
  306. motor6.Part1 = torso
  307. motor6.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  308. motor6.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  309. pn7.Anchored = false
  310. local motor7 = Instance.new("Weld", pn7)
  311. motor7.Part0 = pn7
  312. motor7.Part1 = torso
  313. motor7.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  314. motor7.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  315. pn8.Anchored = false
  316. local motor8 = Instance.new("Weld", pn8)
  317. motor8.Part0 = pn8
  318. motor8.Part1 = torso
  319. motor8.C0 = CFrame.new(2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  320. motor8.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  321. pn9.Anchored = false
  322. local motor9 = Instance.new("Weld", pn9)
  323. motor9.Part0 = pn9
  324. motor9.Part1 = torso
  325. motor9.C0 = CFrame.new(2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  326. motor9.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  327. pn0.Anchored = false
  328. local motor0 = Instance.new("Weld", pn0)
  329. motor0.Part0 = pn0
  330. motor0.Part1 = v.Character.Head
  331. motor0.C0 = CFrame.new(0, -0.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  332. game:GetService("RunService").Stepped:connect(function()
  333. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  334. velocity = RootPart.Velocity.y
  335. sine = sine + change
  336. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  337. if equipped == true or equipped == false then
  338. if RootPart.Velocity.y > 1 and hit == nil then
  339. Anim = "Jump"
  340. if attack == false then
  341. motor1.C0 = clerp(motor1.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(-90 + 0 * math.cos(sine / 10)), math.rad(80 + 0 * math.cos(sine / 25))), 0.1)
  342. motor2.C0 = clerp(motor2.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-80 + 0 * math.cos(sine / 25))), 0.1)
  343. motor3.C0 = clerp(motor3.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-110 + 0 * math.cos(sine / 25))), 0.1)
  344. motor4.C0 = clerp(motor4.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(-90 + 0 * math.cos(sine / 10)), math.rad(110 + 0 * math.cos(sine / 25))), 0.1)
  345. motor5.C0 = clerp(motor5.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-80 + 0 * math.cos(sine / 25))), 0.1)
  346. motor6.C0 = clerp(motor6.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-80 + 0 * math.cos(sine / 25))), 0.1)
  347. motor7.C0 = clerp(motor7.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-80 + 0 * math.cos(sine / 25))), 0.1)
  348. motor8.C0 = clerp(motor8.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(-90 + 0 * math.cos(sine / 10)), math.rad(80 + 0 * math.cos(sine / 25))), 0.1)
  349. motor9.C0 = clerp(motor9.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(-90 + 0 * math.cos(sine / 10)), math.rad(80 + 0 * math.cos(sine / 25))), 0.1)
  350. end
  351. else
  352. if RootPart.Velocity.y < -1 and hit == nil then
  353. Anim = "Fall"
  354. if attack == false then
  355. motor1.C0 = clerp(motor1.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(70 + 0 * math.cos(sine / 25))), 0.1)
  356. motor2.C0 = clerp(motor2.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  357. motor3.C0 = clerp(motor3.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  358. motor4.C0 = clerp(motor4.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(70 + 0 * math.cos(sine / 25))), 0.1)
  359. motor5.C0 = clerp(motor5.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  360. motor6.C0 = clerp(motor6.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  361. motor7.C0 = clerp(motor7.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  362. motor8.C0 = clerp(motor8.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(70 + 0 * math.cos(sine / 25))), 0.1)
  363. motor9.C0 = clerp(motor9.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(70 + 0 * math.cos(sine / 25))), 0.1)
  364. end
  365. else
  366. if Torsovelocity < 1 and hit ~= nil then
  367. Anim = "Idle"
  368. if attack == false then
  369. change = 1
  370. motor1.C0 = clerp(motor1.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-5 + 5 * math.cos(sine / 50)), math.rad(0 + 5 * math.cos(sine / 80)), math.rad(0 + 0 * math.cos(sine / 25))), 0.1)
  371. motor2.C0 = clerp(motor2.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-5 + -5 * math.cos(sine / 70)), math.rad(0 + -5 * math.cos(sine / 50)), math.rad(0 + 0 * math.cos(sine / 25))), 0.1)
  372. motor3.C0 = clerp(motor3.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-5 + -5 * math.cos(sine / 80)), math.rad(0 + 5 * math.cos(sine / 65)), math.rad(-50 + 0 * math.cos(sine / 25))), 0.1)
  373. motor4.C0 = clerp(motor4.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(0 + 5 * math.cos(sine / 40)), math.rad(0 + 5 * math.cos(sine / 70)), math.rad(-40 + 0 * math.cos(sine / 25))), 0.1)
  374. motor5.C0 = clerp(motor5.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(0 + 5 * math.cos(sine / 60)), math.rad(0 + 5 * math.cos(sine / 65)), math.rad(40 + 0 * math.cos(sine / 25))), 0.1)
  375. motor6.C0 = clerp(motor6.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-50 + 5 * math.cos(sine / 35)), math.rad(0 + 5 * math.cos(sine / 70)), math.rad(0 + 0 * math.cos(sine / 25))), 0.1)
  376. motor7.C0 = clerp(motor7.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-50 + 5 * math.cos(sine / 70)), math.rad(0 + 5 * math.cos(sine / 35)), math.rad(-45 + 0 * math.cos(sine / 25))), 0.1)
  377. motor8.C0 = clerp(motor8.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-50 + 5 * math.cos(sine / 55)), math.rad(0 + 5 * math.cos(sine / 55)), math.rad(-10 + 0 * math.cos(sine / 25))), 0.1)
  378. motor9.C0 = clerp(motor9.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-50 + 5 * math.cos(sine / 65)), math.rad(0 + 5 * math.cos(sine / 60)), math.rad(35 + 0 * math.cos(sine / 25))), 0.1)
  379. end
  380. else
  381. if Torsovelocity > 2 and hit ~= nil then
  382. Anim = "Walk"
  383. if attack == false then
  384. motor1.C0 = clerp(motor1.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + -10 * math.cos(sine / 10)), math.rad(-45 + 10 * math.cos(sine / 10)), math.rad(45 + 0 * math.cos(sine / 10))), 0.1)
  385. motor2.C0 = clerp(motor2.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  386. motor3.C0 = clerp(motor3.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  387. motor4.C0 = clerp(motor4.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + -10 * math.cos(sine / 10)), math.rad(-45 + 10 * math.cos(sine / 10)), math.rad(45 + 0 * math.cos(sine / 10))), 0.1)
  388. motor5.C0 = clerp(motor5.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  389. motor6.C0 = clerp(motor6.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  390. motor7.C0 = clerp(motor7.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  391. motor8.C0 = clerp(motor8.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + -10 * math.cos(sine / 10)), math.rad(-45 + 10 * math.cos(sine / 10)), math.rad(45 + 0 * math.cos(sine / 10))), 0.1)
  392. motor9.C0 = clerp(motor9.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + -10 * math.cos(sine / 10)), math.rad(-45 + 10 * math.cos(sine / 10)), math.rad(45 + 0 * math.cos(sine / 10))), 0.1)
  393. end
  394. end
  395. end
  396. end
  397. end
  398. end
  399. end)
  400.  
  401. local lovecounter = false
  402. local love = 6
  403. local sprint = false
  404. local done = false
  405. local canheal = false
  406. local deathchat1 = false
  407. local once = true
  408. local breakjoints = true
  409. local dead = false
  410. local candie = true
  411. local deathchat = false
  412. local canattack = true
  413. local colorred = 0
  414. local lala = true
  415. local idleon = true
  416. local walking = true
  417. local idle1 = true
  418. local canchange = false
  419. local idle = true
  420. local p = game.Players.LocalPlayer
  421. local char = p.Character
  422. local mouse = p:GetMouse()
  423. local larm = char["Left Arm"]
  424. local rarm = char["Right Arm"]
  425. local lleg = char["Left Leg"]
  426. local rleg = char["Right Leg"]
  427. local hed = char.Head
  428. local torso = char.Torso
  429. local hum = char.Humanoid
  430.  
  431. um = Instance.new("Part",char)
  432. um.Name = "Immune"
  433. um.CanCollide = false
  434. um.Anchored = true
  435. um.Transparency = 1
  436. dead = true
  437. local cam = game.Workspace.CurrentCamera
  438. local root = char.HumanoidRootPart
  439. local deb = false
  440. local shot = 0
  441. local debris=game:service"Debris"
  442. local l = game:GetService("Lighting")
  443. local rs = game:GetService("RunService").RenderStepped
  444. local Create = LoadLibrary("RbxUtility").Create
  445. ff = Instance.new("ForceField",char)
  446. ff.Visible = false
  447. ArtificialHB = Create("BindableEvent", script){
  448. Parent = script,
  449. Name = "Heartbeat",
  450. }
  451. CFuncs = {
  452.  
  453.  
  454. ["Sound"] = {
  455. Create = function(id, par, vol, pit)
  456. coroutine.resume(coroutine.create(function()
  457. local S = Create("Sound"){
  458. Volume = vol,
  459. Pitch = pit or 1,
  460. SoundId = id,
  461. Parent = par or workspace,
  462. }
  463. wait()
  464. S:play()
  465. game:GetService("Debris"):AddItem(S, 6)
  466. end))
  467. end;
  468. };
  469.  
  470.  
  471.  
  472. CreateTemplate = {
  473.  
  474. };
  475. }
  476. function swait(num)
  477. if num == 0 or num == nil then
  478. ArtificialHB.Event:wait()
  479. else
  480. for i = 0, num do
  481. ArtificialHB.Event:wait()
  482. end
  483. end
  484. end
  485. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  486. function lerp(a, b, t) -- Linear interpolation
  487. return a + (b - a)*t
  488. end
  489.  
  490. function slerp(a, b, t) --Spherical interpolation
  491. dot = a:Dot(b)
  492. if dot > 0.99999 or dot < -0.99999 then
  493. return t <= 0.5 and a or b
  494. else
  495. r = math.acos(dot)
  496. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  497. end
  498. end
  499. function matrixInterpolate(a, b, t)
  500. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  501. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  502. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  503. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  504. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  505. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  506. local t = v1:Dot(v2)
  507. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  508. return CFrame.new()
  509. end
  510. return CFrame.new(
  511. v0.x, v0.y, v0.z,
  512. v1.x, v1.y, v1.z,
  513. v2.x, v2.y, v2.z,
  514. v3.x, v3.y, v3.z)
  515. end
  516. ----------------------------------------------------
  517. function genWeld(a,b)
  518. local w = Instance.new("Weld",a)
  519. w.Part0 = a
  520. w.Part1 = b
  521. return w
  522. end
  523. function weld(a, b)
  524. local weld = Instance.new("Weld")
  525. weld.Name = "W"
  526. weld.Part0 = a
  527. weld.Part1 = b
  528. weld.C0 = a.CFrame:inverse() * b.CFrame
  529. weld.Parent = a
  530. return weld;
  531. end
  532. ----------------------------------------------------
  533. function Lerp(c1,c2,al)
  534. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  535. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  536. for i,v in pairs(com1) do
  537. com1[i] = v+(com2[i]-v)*al
  538. end
  539. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  540. end
  541. ----------------------------------------------------
  542. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  543. local wld = Instance.new("Weld", wp1)
  544. wld.Part0 = wp0
  545. wld.Part1 = wp1
  546.  
  547. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  548. end
  549. ----------------------------------------------------
  550. function weld5(part0, part1, c0, c1)
  551. weeld=Instance.new("Weld", part0)
  552. weeld.Part0=part0
  553. weeld.Part1=part1
  554. weeld.C0=c0
  555. weeld.C1=c1
  556. return weeld
  557. end
  558. ----------------------------------------------------
  559. function HasntTouched(plrname)
  560. local ret = true
  561. for _, v in pairs(Touche) do
  562. if v == plrname then
  563. ret = false
  564. end
  565. end
  566. return ret
  567. end
  568. newWeld(torso, larm, -1.5, 0.5, 0)
  569. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  570. newWeld(torso, rarm, 1.5, 0.5, 0)
  571. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  572. newWeld(torso, hed, 0, 1.5, 0)
  573. newWeld(torso, lleg, -0.5, -1, 0)
  574. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  575. newWeld(torso, rleg, 0.5, -1, 0)
  576. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  577. newWeld(root, torso, 0, -1, 0)
  578. torso.Weld.C1 = CFrame.new(0, -1, 0)
  579.  
  580. function chatfunc(text)
  581. local chat = coroutine.wrap(function()
  582. if char:FindFirstChild("TalkingBillBoard")~= nil then
  583. char:FindFirstChild("TalkingBillBoard"):destroy()
  584. end
  585. local naeeym2 = Instance.new("BillboardGui",char)
  586. naeeym2.Size = UDim2.new(0,100,0,40)
  587. naeeym2.StudsOffset = Vector3.new(0,3,0)
  588. naeeym2.Adornee = hed
  589. naeeym2.Name = "TalkingBillBoard"
  590. local tecks2 = Instance.new("TextLabel",naeeym2)
  591. tecks2.BackgroundTransparency = 1
  592. tecks2.BorderSizePixel = 0
  593. tecks2.Text = ""
  594. tecks2.Font = "SciFi"
  595. tecks2.TextSize = 30
  596. tecks2.TextStrokeTransparency = 0
  597. tecks2.TextColor3 = Color3.new(255,255,255)
  598. tecks2.TextStrokeColor3 = Color3.new(255,255,255)
  599. tecks2.Size = UDim2.new(1,0,0.5,0)
  600.  
  601. for i = 1,string.len(text),1 do
  602. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", hed, 6, .8)
  603. tecks2.Text = string.sub(text,1,i)
  604.  
  605. wait(0.01)
  606. end
  607. wait(2)
  608. for i = 1, 50 do
  609. swait()
  610. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  611. tecks2.Rotation = tecks2.Rotation - .8
  612. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  613. tecks2.TextTransparency = tecks2.TextTransparency + .04
  614.  
  615. end
  616. naeeym2:Destroy()
  617. end)
  618. chat()
  619. end
  620. function onChatted(msg)
  621. chatfunc(msg)
  622. end
  623. p.Chatted:connect(onChatted)
  624. hed.face.Texture = "http://www.roblox.com/asset/?id=732914906"
  625. ypcall(function()
  626. shirt = Instance.new("Shirt", char)
  627. shirt.Name = "Shirt"
  628. pants = Instance.new("Pants", char)
  629. pants.Name = "Pants"
  630. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=245116830"
  631. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=245116830"
  632. end)
  633. char["Body Colors"].HeadColor = BrickColor.new("White")
  634. char["Body Colors"].TorsoColor = BrickColor.new("White")
  635. char["Body Colors"].LeftArmColor = BrickColor.new("White")
  636. char["Body Colors"].RightArmColor = BrickColor.new("White")
  637.  
  638. MegaloStrikesBack = Instance.new("Sound",torso)
  639. MegaloStrikesBack.Looped = true
  640. MegaloStrikesBack.SoundId = "http://www.roblox.com/asset?id=665080025"
  641. MegaloStrikesBack.Volume = 50
  642. MegaloStrikesBack:Play()
  643. for _, v in pairs(char:GetChildren()) do
  644. if v.ClassName == "Accessory" then
  645. v:remove()
  646. end
  647. end
  648. local Hat = char:FindFirstChild("Hat_F") or Instance.new("Hat")
  649. Hat.AttachmentPos = Vector3.new(0, 0.33, 0)
  650. Hat.Name = "Hat_F"
  651. local Handle = Hat:FindFirstChild("Handle") or Instance.new("Part", Hat)
  652. if Handle.Name ~= "Handle" then
  653. Handle.Size = Vector3.new(3,3,3)
  654. end
  655. Handle.BottomSurface = 0
  656. Handle.Name = "Handle"
  657. Handle.TopSurface = 0
  658. Handle.Locked = 1
  659. local Mesh = Hat:FindFirstChild("Mesh") or Instance.new("SpecialMesh", Handle)
  660. Mesh.TextureId = "http://www.roblox.com/asset/?id=788604580"
  661. Mesh.MeshId = "http://www.roblox.com/asset/?id=909105591"
  662. Mesh.Scale = Vector3.new(2.5,2.5,2.5)
  663. Hat.Parent = char
  664.  
  665. handle = Instance.new("Part", char)
  666. handle.TopSurface = "Smooth"
  667. handle.BottomSurface = "Smooth"
  668. handle.Material = "Neon"
  669.  
  670. handle.Size = Vector3.new(0.2, 0.5, 0.5)
  671. handle.CanCollide = false
  672.  
  673. handle.FormFactor = "Custom"
  674. local Weldb = Instance.new("Weld", char)
  675. Weldb.Part0 = char["Right Arm"]
  676. Weldb.Part1 = handle
  677. Weldb.C1 = CFrame.new(0, -1.6, 0.8) * CFrame.fromEulerAnglesXYZ(-4.2, 0, 0)
  678. local KnifeMesh = Instance.new("SpecialMesh", handle)
  679. KnifeMesh.MeshType = "FileMesh"
  680. KnifeMesh.MeshId = "http://www.roblox.com/asset/?id=121944778"
  681. KnifeMesh.TextureId = "http://www.roblox.com/asset/?id=121944805"
  682.  
  683. blackhand = Instance.new("Part",char)
  684. blackhand.Material = "Neon"
  685. blackhand.Transparency = 1
  686. blackhand.BrickColor = BrickColor.new("White")
  687. blackhand.Position = Vector3.new(999,999,999)
  688. blackhand.Size = Vector3.new(1.01,1.01,1.01)
  689. blackweld = Instance.new("Weld",blackhand)
  690. blackweld.Part0 = rarm
  691. blackweld.Part1 = blackhand
  692. blackweld.C0 = CFrame.new(0,-0.5,0)
  693.  
  694.  
  695. CV="White"
  696.  
  697. local txt = Instance.new("BillboardGui", char)
  698. txt.Adornee = hed
  699. txt.Name = "_status"
  700. txt.Size = UDim2.new(2, 0, 1.2, 0)
  701. txt.StudsOffset = Vector3.new(-9, 11, 0)
  702. local text = Instance.new("TextLabel", txt)
  703. text.Size = UDim2.new(10, 0, 7, 0)
  704. text.FontSize = "Size24"
  705. text.TextScaled = true
  706. text.TextTransparency = 0
  707. text.BackgroundTransparency = 1
  708. text.TextTransparency = 0
  709. text.TextStrokeTransparency = 0
  710. text.Font = "SciFi"
  711. text.TextStrokeColor3 = Color3.new(255,255,255)
  712.  
  713. v=Instance.new("Part")
  714. v.Name = "ColorBrick"
  715. v.Parent=char
  716. v.FormFactor="Symmetric"
  717. v.Anchored=true
  718. v.CanCollide=false
  719. v.BottomSurface="Smooth"
  720. v.TopSurface="Smooth"
  721. v.Size=Vector3.new(10,5,3)
  722. v.Transparency=1
  723. v.CFrame=torso.CFrame
  724. v.BrickColor=BrickColor.new(CV)
  725. v.Transparency=1
  726. text.TextColor3 = Color3.new(0,0,0)
  727. v.Shape="Block"
  728. text.Text = ""
  729.  
  730. refused = Instance.new("Sound",larm)
  731. refused.Volume = 100
  732. refused.SoundId = "http://www.roblox.com/asset/?id=400905079"
  733.  
  734. game:GetService("RunService").RenderStepped:connect(function()
  735.  
  736. if lala == true then
  737. if canchange == true then
  738. canchange = false
  739.  
  740. handle.BrickColor = BrickColor.new("White")
  741. wait(0.01)
  742. handle.BrickColor = BrickColor.new("White")
  743. wait(0.01)
  744. handle.BrickColor = BrickColor.new("White")
  745. wait(0.01)
  746. handle.BrickColor = BrickColor.new("White")
  747. wait(0.01)
  748. handle.BrickColor = BrickColor.new("White")
  749. wait(0.01)
  750. handle.BrickColor = BrickColor.new("White")
  751. wait(0.01)
  752. handle.BrickColor = BrickColor.new("White")
  753. wait(0.01)
  754. canchange = true
  755. end
  756. end
  757. if hum.MoveDirection.x == 0 then
  758. if idle == true then
  759. if idleon == true then
  760. idleon = false
  761. for i = 1,10 do
  762. wait()
  763. if hum.MoveDirection.x == 0 then
  764. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.3, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1)
  765. end
  766. if hum.MoveDirection.x == 0 then
  767. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(20)), 0.1)
  768. end
  769. if hum.MoveDirection.x == 0 then
  770. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-20)), 0.1)
  771. end
  772. if hum.MoveDirection.x == 0 then
  773. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.7, -0.3) * CFrame.Angles(math.rad(5), 0, math.rad(-2)), 0.1)
  774. end
  775. if hum.MoveDirection.x == 0 then
  776. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(2)), 0.1)
  777. end
  778. end
  779.  
  780.  
  781.  
  782.  
  783. for i = 1,10 do
  784. wait()
  785. if hum.MoveDirection.x == 0 then
  786. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 0.1)
  787. end
  788. if hum.MoveDirection.x == 0 then
  789. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(20)), 0.1)
  790. end
  791. if hum.MoveDirection.x == 0 then
  792. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(-20)), 0.1)
  793. end
  794. if hum.MoveDirection.x == 0 then
  795. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.2) * CFrame.Angles(math.rad(5), 0, math.rad(-2)), 0.1)
  796. end
  797. if hum.MoveDirection.x == 0 then
  798. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(2)), 0.1)
  799. end
  800. end
  801. idleon = true
  802. end
  803.  
  804.  
  805.  
  806. end
  807. end
  808. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  809. if walking == true then
  810. if sprint == false then
  811. if idle1 == true then
  812. idle1 = false
  813.  
  814. idle = false
  815. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  816. for i = 1,10 do
  817. wait()
  818. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  819. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(20)), 0.1)
  820. end
  821. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  822. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-20)), 0.1)
  823. end
  824. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  825. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1)
  826. end
  827. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  828. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(90), 0, math.rad(-2)), 0.1)
  829. end
  830. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  831. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, math.rad(2)), 0.1)
  832. end
  833.  
  834. end
  835. end
  836. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  837. for i = 1,10 do
  838. wait()
  839. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  840. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.1)
  841. end
  842. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  843. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-20)), 0.1)
  844. end
  845. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  846. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1)
  847. end
  848. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  849. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, math.rad(-2)), 0.1)
  850. end
  851. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  852. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(90), 0, math.rad(2)), 0.1)
  853. end
  854. end
  855. end
  856. if hum.MoveDirection.x == 0 then
  857. idle = true
  858. end
  859. idle1 = true
  860. end
  861. end
  862. end
  863.  
  864. end
  865. ----------------------------------------------------------------------------------
  866.  
  867. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  868. if walking == true then
  869. if sprint == true then
  870. if idle1 == true then
  871. idle1 = false
  872.  
  873. idle = false
  874. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  875. for i = 1,8 do
  876. wait()
  877. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  878. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-60),math.rad(0),math.rad(20)), 0.1)
  879. end
  880. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  881. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(-20)), 0.1)
  882. end
  883. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  884. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.1)
  885. end
  886. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  887. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(90), 0, math.rad(-2)), 0.1)
  888. end
  889. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  890. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-120), 0, math.rad(2)), 0.1)
  891. end
  892.  
  893. end
  894. end
  895. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  896. for i = 1,8 do
  897. wait()
  898. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  899. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.1)
  900. end
  901. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  902. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-60),math.rad(0),math.rad(-20)), 0.1)
  903. end
  904. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  905. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.1)
  906. end
  907. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  908. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-120), 0, math.rad(-2)), 0.1)
  909. end
  910. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  911. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(90), 0, math.rad(2)), 0.1)
  912. end
  913.  
  914. end
  915. end
  916. if hum.MoveDirection.x == 0 then
  917. idle = true
  918. end
  919. idle1 = true
  920. end
  921. end
  922. end
  923. end
  924.  
  925. if deathchat1 == true then
  926. char.Parent = workspace.Camera
  927. char.Archivable = true
  928. local c = p.Character:Clone()
  929. c:MakeJoints()
  930. for y,t in pairs(c:GetChildren()) do
  931. if t:IsA("Part") then
  932. t.CanCollide = false
  933. t.Anchored = true
  934. t.BrickColor = BrickColor.new("Black")
  935. t.Transparency = 1
  936.  
  937. t.TopSurface = "Smooth"
  938. t.BottomSurface = "Smooth"
  939. t.RightSurface = "Smooth"
  940. t.LeftSurface = "Smooth"
  941. t.FrontSurface = "Smooth"
  942. t.BackSurface = "Smooth"
  943.  
  944.  
  945. else
  946. t:Remove()
  947. end
  948. end
  949. c.Parent = workspace
  950. game.Debris:AddItem(c,.05)
  951. end
  952.  
  953. hum:SetStateEnabled("Dead",false)
  954. hum:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  955. if hum.Health < 5 and candie == true then
  956. hum.Name = "NOMOREDAMAGE"
  957. canheal = true
  958. done = false
  959.  
  960. done = true
  961. candie = false
  962. dead = true
  963. MegaloStrikesBack.Volume = 0
  964. refused:Play()
  965.  
  966. deathchat = true
  967. end
  968. if deathchat == true then
  969. deathchat = false
  970. idle = false
  971.  
  972. hed.face.Texture = "0"
  973. if char:FindFirstChild("TalkingBillBoard")~= nil then
  974. char:FindFirstChild("TalkingBillBoard"):destroy()
  975. end
  976. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.1)
  977. idle1 = false
  978. canattack = false
  979. gothitdecal2 = Instance.new("Decal",torso)
  980. gothitdecal2.Texture = "http://www.roblox.com/asset/?id=118480438"
  981. gothitdecal2.Face = "Back"
  982. gothitdecal1 = Instance.new("Decal",torso)
  983. gothitdecal1.Texture = "http://www.roblox.com/asset/?id=118480438"
  984. hed.Transparency = 1
  985. torso.Transparency = 1
  986. larm.Transparency = 1
  987. rarm.Transparency = 1
  988. lovecounter = false
  989. text.Text = ""
  990.  
  991. lleg.Transparency = 1
  992. rleg.Transparency = 1
  993. handle.Transparency = 1
  994. Handle.Transparency = 1
  995. blackhand.Transparency = 1
  996. wait(1)
  997. refused:Stop()
  998. wait(2)
  999.  
  1000. chatfunc("But I Want A Hug D=")
  1001. wait(1.5)
  1002. candie = true
  1003. idle = true
  1004. idle1 = true
  1005. hed.face.Texture = "http://www.roblox.com/asset/?id=732914906"
  1006. canattack = true
  1007. lleg.Anchored = false
  1008. rleg.Anchored = false
  1009. larm.Anchored = false
  1010. rarm.Anchored = false
  1011. hed.Anchored = false
  1012. torso.Anchored = false
  1013. gothitdecal2:Destroy()
  1014. gothitdecal1:Destroy()
  1015. for i = 1,10 do
  1016. wait()
  1017. hed.Transparency = hed.Transparency - 0.1
  1018. torso.Transparency = torso.Transparency - 0.1
  1019. larm.Transparency = larm.Transparency - 0.1
  1020. rarm.Transparency = rarm.Transparency - 0.1
  1021. lleg.Transparency = lleg.Transparency - 0.1
  1022. rleg.Transparency = rleg.Transparency - 0.1
  1023. handle.Transparency = handle.Transparency - 0.1
  1024. Handle.Transparency = Handle.Transparency - 0.1
  1025. blackhand.Transparency = blackhand.Transparency - 0.1
  1026. end
  1027. lovecounter = true
  1028. dead = false
  1029. deathchat1 = false
  1030. canheal = false
  1031. hum.Health = 100
  1032.  
  1033. MegaloStrikesBack.Volume = 50
  1034. wait(1)
  1035. hum.Name = "Humanoid"
  1036. end
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043. if canheal == true then
  1044.  
  1045. hum.Health = math.huge
  1046.  
  1047. end
  1048.  
  1049. if lovecounter == true then
  1050. text.Text = "Furry LV "..love
  1051. end
  1052. end)
  1053.  
  1054. game.Players.CharacterAutoLoads = false
  1055.  
  1056.  
  1057.  
  1058.  
  1059. hed.Transparency = 0
  1060. torso.Transparency = 0
  1061. larm.Transparency = 0
  1062. rarm.Transparency = 0
  1063. lleg.Transparency = 0
  1064. rleg.Transparency = 0
  1065. handle.Transparency = 0
  1066. Handle.Transparency = 0
  1067.  
  1068.  
  1069. idle = false
  1070. walking = false
  1071. soul1 = Instance.new("Part",char)
  1072. soul1.Shape = "Ball"
  1073. soul1.Material = "Neon"
  1074. soul1.BrickColor = BrickColor.new("White")
  1075. soul1.Size = Vector3.new(1,1,1)
  1076. soul1.Transparency = 0.5
  1077. soul1weld = Instance.new("Weld",soul1)
  1078. soul1weld.Part0 = torso
  1079. soul1weld.Part1 = soul1
  1080. soul1weld.C0 = CFrame.new(4,2,0)
  1081. soul2 = Instance.new("Part",char)
  1082. soul2.Shape = "Ball"
  1083. soul2.Material = "Neon"
  1084. soul2.Transparency = 0.5
  1085. soul2.BrickColor = BrickColor.new("White")
  1086. soul2.Size = Vector3.new(1,1,1)
  1087. soul2weld = Instance.new("Weld",soul2)
  1088. soul2weld.Part0 = torso
  1089. soul2weld.Part1 = soul2
  1090. soul2weld.C0 = CFrame.new(5,2,0)
  1091. soul3 = Instance.new("Part",char)
  1092. soul3.Shape = "Ball"
  1093. soul3.Transparency = 0.5
  1094. soul3.Material = "Neon"
  1095. soul3.BrickColor = BrickColor.new("White")
  1096. soul3.Size = Vector3.new(1,1,1)
  1097. soul3weld = Instance.new("Weld",soul3)
  1098. soul3weld.Part0 = torso
  1099. soul3weld.Part1 = soul3
  1100. soul3weld.C0 = CFrame.new(6,2,0)
  1101. soul4 = Instance.new("Part",char)
  1102. soul4.Shape = "Ball"
  1103. soul4.Transparency = 0.5
  1104. soul4.Material = "Neon"
  1105. soul4.BrickColor = BrickColor.new("White")
  1106. soul4.Size = Vector3.new(1,1,1)
  1107. soul4weld = Instance.new("Weld",soul4)
  1108. soul4weld.Part0 = torso
  1109. soul4weld.Part1 = soul4
  1110. soul4weld.C0 = CFrame.new(4,-1,0)
  1111. soul5 = Instance.new("Part",char)
  1112. soul5.Shape = "Ball"
  1113. soul5.Material = "Neon"
  1114. soul5.Transparency = 0.5
  1115. soul5.BrickColor = BrickColor.new("White")
  1116. soul5.Size = Vector3.new(1,1,1)
  1117. soul5weld = Instance.new("Weld",soul5)
  1118. soul5weld.Part0 = torso
  1119. soul5weld.Part1 = soul5
  1120. soul5weld.C0 = CFrame.new(5,-1,0)
  1121. soul6 = Instance.new("Part",char)
  1122. soul6.Shape = "Ball"
  1123. soul6.Transparency = 0.5
  1124. soul6.Material = "Neon"
  1125. soul6.BrickColor = BrickColor.new("White")
  1126. soul6.Size = Vector3.new(1,1,1)
  1127. soul6weld = Instance.new("Weld",soul6)
  1128. soul6weld.Part0 = torso
  1129. soul6weld.Part1 = soul6
  1130. soul6weld.C0 = CFrame.new(6,-1,0)
  1131. soul1s = Instance.new("Part",char)
  1132. soul1s.Shape = "Ball"
  1133. soul1s.Material = "Neon"
  1134. soul1s.BrickColor = BrickColor.new("White")
  1135. soul1s.Size = Vector3.new(0.9,0.9,0.9)
  1136. soul1s.Transparency = 0.2
  1137. soul1sweld = Instance.new("Weld",soul1s)
  1138. soul1sweld.Part0 = torso
  1139. soul1sweld.Part1 = soul1s
  1140. soul1sweld.C0 = CFrame.new(4,2,0)
  1141. soul2s = Instance.new("Part",char)
  1142. soul2s.Shape = "Ball"
  1143. soul2s.Material = "Neon"
  1144. soul2s.Transparency = 0.2
  1145. soul2s.BrickColor = BrickColor.new("White")
  1146. soul2s.Size = Vector3.new(0.9,0.9,0.9)
  1147. soul2sweld = Instance.new("Weld",soul2s)
  1148. soul2sweld.Part0 = torso
  1149. soul2sweld.Part1 = soul2s
  1150. soul2sweld.C0 = CFrame.new(5,2,0)
  1151. soul3s = Instance.new("Part",char)
  1152. soul3s.Shape = "Ball"
  1153. soul3s.Material = "Neon"
  1154. soul3s.Transparency = 0.2
  1155. soul3s.BrickColor = BrickColor.new("White")
  1156. soul3s.Size = Vector3.new(0.9,0.9,0.9)
  1157. soul3sweld = Instance.new("Weld",soul3s)
  1158. soul3sweld.Part0 = torso
  1159. soul3sweld.Part1 = soul3s
  1160. soul3sweld.C0 = CFrame.new(6,2,0)
  1161. soul4s = Instance.new("Part",char)
  1162. soul4s.Shape = "Ball"
  1163. soul4s.Material = "Neon"
  1164. soul4s.Transparency = 0.2
  1165. soul4s.BrickColor = BrickColor.new("White")
  1166. soul4s.Material = "Neon"
  1167. soul4s.Size = Vector3.new(0.9,0.9,0.9)
  1168. soul4sweld = Instance.new("Weld",soul4s)
  1169. soul4sweld.Part0 = torso
  1170. soul4sweld.Part1 = soul4s
  1171. soul4sweld.C0 = CFrame.new(4,-1,0)
  1172. soul5s = Instance.new("Part",char)
  1173. soul5s.Shape = "Ball"
  1174. soul5s.Transparency = 0.2
  1175. soul5s.BrickColor = BrickColor.new("White")
  1176. soul5s.Size = Vector3.new(0.9,0.9,0.9)
  1177. soul5s.Material = "Neon"
  1178. soul5sweld = Instance.new("Weld",soul5s)
  1179. soul5sweld.Part0 = torso
  1180. soul5sweld.Part1 = soul5s
  1181. soul5sweld.C0 = CFrame.new(5,-1,0)
  1182. soul6s = Instance.new("Part",char)
  1183. soul6s.Shape = "Ball"
  1184. soul6s.Material = "Neon"
  1185. soul6s.Transparency = 0.2
  1186. soul6s.BrickColor = BrickColor.new("White")
  1187. soul6s.Size = Vector3.new(0.9,0.9,0.9)
  1188. soul6sweld = Instance.new("Weld",soul6s)
  1189. soul6sweld.Part0 = torso
  1190. soul6sweld.Part1 = soul6s
  1191. soul6sweld.C0 = CFrame.new(6,-1,0)
  1192.  
  1193. chatfunc("Hello, Im A Furry")
  1194. wait(2)
  1195. chatfunc("You Need A Fren")
  1196. wait(2)
  1197.  
  1198. chatfunc("Igotchufam")
  1199. Weldb.C1 = CFrame.new(0, -2, 0) * CFrame.fromEulerAnglesXYZ(-3, 0, 0)
  1200. for i = 1,100 do
  1201. wait()
  1202. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.01)
  1203. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-180),math.rad(0),math.rad(-200)), 0.01)
  1204. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.01)
  1205. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-4)), 0.01)
  1206. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(4)), 0.01)
  1207.  
  1208. end
  1209. chatfunc("Lets See If You Like Furries ;)")
  1210.  
  1211. for i = 1,10 do
  1212. wait(0.04)
  1213. soul1weld.C0 = soul1weld.C0 - Vector3.new(0.45,0.14,0)
  1214. soul2weld.C0 = soul2weld.C0 - Vector3.new(0.5,0.14,0)
  1215. soul3weld.C0 = soul3weld.C0 - Vector3.new(0.6,0.14,0)
  1216. soul4weld.C0 = soul4weld.C0 - Vector3.new(0.45,-0.1,0)
  1217. soul5weld.C0 = soul5weld.C0 - Vector3.new(0.5,-0.1,0)
  1218. soul6weld.C0 = soul6weld.C0 - Vector3.new(0.6,-0.1,0)
  1219. soul1sweld.C0 = soul1sweld.C0 - Vector3.new(0.45,0.14,0)
  1220. soul2sweld.C0 = soul2sweld.C0 - Vector3.new(0.5,0.14,0)
  1221. soul3sweld.C0 = soul3sweld.C0 - Vector3.new(0.6,0.14,0)
  1222. soul4sweld.C0 = soul4sweld.C0 - Vector3.new(0.45,-0.1,0)
  1223. soul5sweld.C0 = soul5sweld.C0 - Vector3.new(0.5,-0.1,0)
  1224. soul6sweld.C0 = soul6sweld.C0 - Vector3.new(0.6,-0.1,0)
  1225. end
  1226.  
  1227.  
  1228. soul1d = Instance.new("Part",char)
  1229. soul1d.Shape = "Ball"
  1230. soul1d.Material = "Neon"
  1231. soul1d.BrickColor = BrickColor.new("White")
  1232. soul1d.Size = Vector3.new(1,1,1)
  1233. soul1d.Transparency = 0.5
  1234. soul1dweld = Instance.new("Weld",soul1d)
  1235. soul1dweld.Part0 = torso
  1236. soul1dweld.Part1 = soul1d
  1237. soul1dweld.C0 = CFrame.new(0,0,0)
  1238. soul2d = Instance.new("Part",char)
  1239. soul2d.Shape = "Ball"
  1240. soul2d.Material = "Neon"
  1241. soul2d.Transparency = 0.5
  1242. soul2d.BrickColor = BrickColor.new("White")
  1243. soul2d.Size = Vector3.new(1,1,1)
  1244. soul2dweld = Instance.new("Weld",soul2d)
  1245. soul2dweld.Part0 = torso
  1246. soul2dweld.Part1 = soul2d
  1247. soul2dweld.C0 = CFrame.new(0,0,0)
  1248. soul3d = Instance.new("Part",char)
  1249. soul3d.Shape = "Ball"
  1250. soul3d.Transparency = 0.5
  1251. soul3d.Material = "Neon"
  1252. soul3d.BrickColor = BrickColor.new("White")
  1253. soul3d.Size = Vector3.new(1,1,1)
  1254. soul3dweld = Instance.new("Weld",soul3d)
  1255. soul3dweld.Part0 = torso
  1256. soul3dweld.Part1 = soul3d
  1257. soul3dweld.C0 = CFrame.new(0,0,0)
  1258. soul4d = Instance.new("Part",char)
  1259. soul4d.Shape = "Ball"
  1260. soul4d.Transparency = 0.5
  1261. soul4d.Material = "Neon"
  1262. soul4d.BrickColor = BrickColor.new("White")
  1263. soul4d.Size = Vector3.new(1,1,1)
  1264. soul4dweld = Instance.new("Weld",soul4d)
  1265. soul4dweld.Part0 = torso
  1266. soul4dweld.Part1 = soul4d
  1267. soul4dweld.C0 = CFrame.new(0,0,0)
  1268. soul5d = Instance.new("Part",char)
  1269. soul5d.Shape = "Ball"
  1270. soul5d.Material = "Neon"
  1271. soul5d.Transparency = 0.5
  1272. soul5d.BrickColor = BrickColor.new("White")
  1273. soul5d.Size = Vector3.new(1,1,1)
  1274. soul5dweld = Instance.new("Weld",soul5d)
  1275. soul5dweld.Part0 = torso
  1276. soul5dweld.Part1 = soul5d
  1277. soul5dweld.C0 = CFrame.new(0,0,0)
  1278. soul6d = Instance.new("Part",char)
  1279. soul6d.Shape = "Ball"
  1280. soul6d.Transparency = 0.5
  1281. soul6d.Material = "Neon"
  1282. soul6d.BrickColor = BrickColor.new("White")
  1283. soul6d.Size = Vector3.new(1,1,1)
  1284. soul6dweld = Instance.new("Weld",soul6d)
  1285. soul6dweld.Part0 = torso
  1286. soul6dweld.Part1 = soul6d
  1287. soul6dweld.C0 = CFrame.new(0,0,0)
  1288. soul1sd = Instance.new("Part",char)
  1289. soul1sd.Shape = "Ball"
  1290. soul1sd.Material = "Neon"
  1291. soul1sd.BrickColor = BrickColor.new("White")
  1292. soul1sd.Size = Vector3.new(0.9,0.9,0.9)
  1293. soul1sd.Transparency = 0.2
  1294. soul1sdweld = Instance.new("Weld",soul1sd)
  1295. soul1sdweld.Part0 = torso
  1296. soul1sdweld.Part1 = soul1sd
  1297. soul1sdweld.C0 = CFrame.new(0,0,0)
  1298. soul2sd = Instance.new("Part",char)
  1299. soul2sd.Shape = "Ball"
  1300. soul2sd.Material = "Neon"
  1301. soul2sd.Transparency = 0.2
  1302. soul2sd.BrickColor = BrickColor.new("White")
  1303. soul2sd.Size = Vector3.new(0.9,0.9,0.9)
  1304. soul2sdweld = Instance.new("Weld",soul2sd)
  1305. soul2sdweld.Part0 = torso
  1306. soul2sdweld.Part1 = soul2sd
  1307. soul2sdweld.C0 = CFrame.new(0,0,0)
  1308. soul3sd = Instance.new("Part",char)
  1309. soul3sd.Shape = "Ball"
  1310. soul3sd.Material = "Neon"
  1311. soul3sd.Transparency = 0.2
  1312. soul3sd.BrickColor = BrickColor.new("White")
  1313. soul3sd.Size = Vector3.new(0.9,0.9,0.9)
  1314. soul3sdweld = Instance.new("Weld",soul3sd)
  1315. soul3sdweld.Part0 = torso
  1316. soul3sdweld.Part1 = soul3sd
  1317. soul3sdweld.C0 = CFrame.new(0,0,0)
  1318. soul4sd = Instance.new("Part",char)
  1319. soul4sd.Shape = "Ball"
  1320. soul4sd.Material = "Neon"
  1321. soul4sd.Transparency = 0.2
  1322. soul4sd.BrickColor = BrickColor.new("White")
  1323. soul4sd.Material = "Neon"
  1324. soul4sd.Size = Vector3.new(0.9,0.9,0.9)
  1325. soul4dsweld = Instance.new("Weld",soul4sd)
  1326. soul4dsweld.Part0 = torso
  1327. soul4dsweld.Part1 = soul4sd
  1328. soul4dsweld.C0 = CFrame.new(0,0,0)
  1329. soul5sd = Instance.new("Part",char)
  1330. soul5sd.Shape = "Ball"
  1331. soul5sd.Transparency = 0.2
  1332. soul5sd.BrickColor = BrickColor.new("White")
  1333. soul5sd.Size = Vector3.new(0.9,0.9,0.9)
  1334. soul5sd.Material = "Neon"
  1335. soul5sdweld = Instance.new("Weld",soul5sd)
  1336. soul5sdweld.Part0 = torso
  1337. soul5sdweld.Part1 = soul5sd
  1338. soul5sdweld.C0 = CFrame.new(0,0,0)
  1339. soul6sd = Instance.new("Part",char)
  1340. soul6sd.Shape = "Ball"
  1341. soul6sd.Material = "Neon"
  1342. soul6sd.Transparency = 0.2
  1343. soul6sd.BrickColor = BrickColor.new("White")
  1344. soul6sd.Size = Vector3.new(0.9,0.9,0.9)
  1345. soul6sdweld = Instance.new("Weld",soul6sd)
  1346. soul6sdweld.Part0 = torso
  1347. soul6sdweld.Part1 = soul6sd
  1348. soul6sdweld.C0 = CFrame.new(0,0,0)
  1349.  
  1350.  
  1351. soul1mesh = Instance.new("SpecialMesh",soul1d)
  1352. soul2mesh = Instance.new("SpecialMesh",soul2d)
  1353. soul3mesh = Instance.new("SpecialMesh",soul3d)
  1354. soul4mesh = Instance.new("SpecialMesh",soul4d)
  1355. soul5mesh = Instance.new("SpecialMesh",soul5d)
  1356. soul6mesh = Instance.new("SpecialMesh",soul6d)
  1357. soul1smesh = Instance.new("SpecialMesh",soul1sd)
  1358. soul2smesh = Instance.new("SpecialMesh",soul2sd)
  1359. soul3smesh = Instance.new("SpecialMesh",soul3sd)
  1360. soul4smesh = Instance.new("SpecialMesh",soul4sd)
  1361. soul5smesh = Instance.new("SpecialMesh",soul5sd)
  1362. soul6smesh = Instance.new("SpecialMesh",soul6sd)
  1363. soul1mesh.MeshType = "Sphere"
  1364. soul2mesh.MeshType = "Sphere"
  1365. soul3mesh.MeshType = "Sphere"
  1366. soul4mesh.MeshType = "Sphere"
  1367. soul5mesh.MeshType = "Sphere"
  1368. soul6mesh.MeshType = "Sphere"
  1369. soul1smesh.MeshType = "Sphere"
  1370. soul2smesh.MeshType = "Sphere"
  1371. soul3smesh.MeshType = "Sphere"
  1372. soul4smesh.MeshType = "Sphere"
  1373. soul5smesh.MeshType = "Sphere"
  1374. soul6smesh.MeshType = "Sphere"
  1375. KnifeMesh.TextureId = ""
  1376. canchange = true
  1377. for i = 1,20 do
  1378. soul1mesh.Scale = soul1mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1379. soul1smesh.Scale = soul1smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1380. soul1d.Transparency = soul1d.Transparency + 0.025
  1381. soul1sd.Transparency = soul1sd.Transparency + 0.05
  1382. blackhand.Transparency = blackhand.Transparency - 0.04
  1383. wait()
  1384. end
  1385. for i = 1,20 do
  1386. soul2mesh.Scale = soul2mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1387. soul2smesh.Scale = soul2smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1388. soul2d.Transparency = soul2d.Transparency + 0.025
  1389. soul2sd.Transparency = soul2sd.Transparency + 0.05
  1390. wait()
  1391. end
  1392. for i = 1,20 do
  1393. soul3mesh.Scale = soul3mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1394. soul3smesh.Scale = soul3smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1395. soul3d.Transparency = soul3d.Transparency + 0.025
  1396. soul3sd.Transparency = soul3sd.Transparency + 0.05
  1397. wait()
  1398. end
  1399. for i = 1,20 do
  1400. soul4mesh.Scale = soul4mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1401. soul4smesh.Scale = soul4smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1402. soul4d.Transparency = soul4d.Transparency + 0.025
  1403. soul4sd.Transparency = soul4sd.Transparency + 0.05
  1404. wait()
  1405. end
  1406. for i = 1,20 do
  1407. soul5mesh.Scale = soul5mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1408. soul5smesh.Scale = soul5smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1409. soul5d.Transparency = soul5d.Transparency + 0.025
  1410. soul5sd.Transparency = soul5sd.Transparency + 0.05
  1411. wait()
  1412. end
  1413. for i = 1,20 do
  1414. soul6mesh.Scale = soul6mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1415. soul6smesh.Scale = soul6smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1416. soul6d.Transparency = soul6d.Transparency + 0.025
  1417. soul6sd.Transparency = soul6sd.Transparency + 0.05
  1418. soul1.Transparency = soul1.Transparency + 0.08
  1419. soul2.Transparency = soul2.Transparency + 0.08
  1420. soul3.Transparency = soul3.Transparency + 0.08
  1421. soul4.Transparency = soul4.Transparency + 0.08
  1422. soul5.Transparency = soul5.Transparency + 0.08
  1423. soul6.Transparency = soul6.Transparency + 0.1
  1424. soul1s.Transparency = soul1.Transparency + 0.1
  1425. soul2s.Transparency = soul2s.Transparency + 0.1
  1426. soul3s.Transparency = soul3s.Transparency + 0.1
  1427. soul4s.Transparency = soul4s.Transparency + 0.1
  1428. soul5s.Transparency = soul5s.Transparency + 0.1
  1429. soul6s.Transparency = soul6s.Transparency + 0.1
  1430. wait()
  1431. end
  1432.  
  1433.  
  1434. wait(1)
  1435.  
  1436.  
  1437.  
  1438. lala = false
  1439. wait(1)
  1440. soul1:Destroy()
  1441. soul2:Destroy()
  1442. soul3:Destroy()
  1443. soul4:Destroy()
  1444. soul5:Destroy()
  1445. soul6:Destroy()
  1446. soul1s:Destroy()
  1447. soul2s:Destroy()
  1448. soul3s:Destroy()
  1449. soul4s:Destroy()
  1450. soul5s:Destroy()
  1451. soul6s:Destroy()
  1452. soul1d:Destroy()
  1453. soul2d:Destroy()
  1454. soul3d:Destroy()
  1455. soul4d:Destroy()
  1456. soul5d:Destroy()
  1457. soul6d:Destroy()
  1458. soul1sd:Destroy()
  1459. soul2sd:Destroy()
  1460. soul3sd:Destroy()
  1461. soul4sd:Destroy()
  1462. soul5sd:Destroy()
  1463. soul6sd:Destroy()
  1464. idle = true
  1465. chatfunc("Come Give Me A Hug =)")
  1466. hed.face.Texture = "http://www.roblox.com/asset/?id=732914906"
  1467. lovecounter = true
  1468. walking = true
  1469. Weldb.C1 = CFrame.new(0, -1.6, 0.8) * CFrame.fromEulerAnglesXYZ(-4.2, 0, 0)
  1470. KnifeMesh.TextureId = "http://www.roblox.com/asset/?id=121944805"
  1471. mouse.KeyDown:connect(function(key)
  1472. if key == "z" then
  1473. if canattack == true then
  1474. canattack = false
  1475.  
  1476. idle = false
  1477. walking = false
  1478. wait(1)
  1479.  
  1480. kill = Instance.new("Part",char)
  1481. kill.Position = torso.Position - Vector3.new(0,2,0)
  1482. kill.Size = Vector3.new(200,0.1,200)
  1483. kill.Name = "Immune"
  1484. kill.CanCollide = false
  1485. kill.Transparency = 1
  1486. kill.Anchored = true
  1487. kill.Material = "Neon"
  1488. kill.BrickColor = BrickColor.new("Institutional white")
  1489. killmesh = Instance.new("SpecialMesh",kill)
  1490. killmesh.MeshType = "FileMesh"
  1491. killmesh.MeshId = "rbxassetid://465435723"
  1492. killmesh.Scale = Vector3.new(5.2,0.01,5.2)
  1493. Weldb.C1 = CFrame.new(0, -1, -1) * CFrame.fromEulerAnglesXYZ(-2, 0, 0)
  1494. for i = 1, 20 do
  1495. wait()
  1496. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(0)), 0.2)
  1497. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.2)
  1498. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  1499. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(6), math.rad(0), 0), 0.2)
  1500. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.2)
  1501. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.2)
  1502.  
  1503. end
  1504. for i = 1, 20 do
  1505. wait()
  1506. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-0.3)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(0)), 0.2)
  1507. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.2)
  1508. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  1509. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles( math.rad(-50), math.rad(0), 0), 0.2)
  1510. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -0.8) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-2)), 0.2)
  1511. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, 0, -0.8) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(2)), 0.2)
  1512.  
  1513. end
  1514. hitsound:Play()
  1515. part = Instance.new("Part",char)
  1516. part.Size = Vector3.new(0.1,0.1,0.1)
  1517. part.Position = handle.Position
  1518. part1 = Instance.new("Part",char)
  1519. part1.Size = Vector3.new(0.1,0.1,0.1)
  1520. part1.Position = handle.Position
  1521. part2 = Instance.new("Part",char)
  1522. part2.Size = Vector3.new(0.1,0.1,0.1)
  1523. part2.Position = handle.Position
  1524. part3 = Instance.new("Part",char)
  1525. part3.Size = Vector3.new(0.1,0.1,0.1)
  1526. part3.Position = handle.Position
  1527. part4 = Instance.new("Part",char)
  1528. part4.Size = Vector3.new(0.1,0.1,0.1)
  1529. part4.Position = handle.Position
  1530. part5 = Instance.new("Part",char)
  1531. part5.Size = Vector3.new(0.1,0.1,0.1)
  1532. part5.Position = handle.Position
  1533. part6 = Instance.new("Part",char)
  1534. part6.Size = Vector3.new(0.1,0.1,0.1)
  1535. part6.Position = handle.Position
  1536. part7 = Instance.new("Part",char)
  1537. part7.Size = Vector3.new(0.1,0.1,0.1)
  1538. part7.Position = handle.Position
  1539. part8 = Instance.new("Part",char)
  1540. part8.Size = Vector3.new(0.1,0.1,0.1)
  1541. part8.Position = handle.Position
  1542. part9 = Instance.new("Part",char)
  1543. part9.Size = Vector3.new(0.1,0.1,0.1)
  1544. part9.Position = handle.Position
  1545. part10 = Instance.new("Part",char)
  1546. part10.Size = Vector3.new(0.1,0.1,0.1)
  1547. part10.Position = handle.Position
  1548. KnifeMesh.TextureId = ""
  1549. for i = 1,100 do
  1550. wait()
  1551. colorred = colorred + 0.006
  1552. handle.Color = Color3.new(colorred,0,0)
  1553. end
  1554. chatfunc("I JUST WANT TO BE LOVED AND NOT HATED!")
  1555. for i = 1,120 do
  1556. wait()
  1557. kill.Transparency = kill.Transparency - 0.005
  1558. end
  1559.  
  1560. function onTouched(hit)
  1561. if hit.Parent:FindFirstChild("Immune") == nil then
  1562. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1563. hit.Parent:FindFirstChild("Head").Anchored = true
  1564. hitsound:Play()
  1565.  
  1566.  
  1567.  
  1568. hit.Parent:BreakJoints()
  1569. hit.Parent:FindFirstChild("Humanoid").Health = -1
  1570. end
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576. end
  1577. end
  1578. kill.Touched:connect(onTouched)
  1579.  
  1580.  
  1581. kill1 = Instance.new("Part",char)
  1582. kill1.Position = torso.Position - Vector3.new(0,2,0)
  1583. kill1.Size = Vector3.new(200,300,200)
  1584. kill1.Name = "Immune"
  1585. kill1.CanCollide = false
  1586. kill1.Transparency = 1
  1587. kill1.Anchored = false
  1588. kill1.Material = "Neon"
  1589. kill1.BrickColor = BrickColor.new("White")
  1590.  
  1591. function onTouched(hit)
  1592. if hit.Parent:FindFirstChild("Immune") == nil then
  1593. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1594. hit.Parent:FindFirstChild("Head").Anchored = true
  1595. hitsound:Play()
  1596.  
  1597.  
  1598.  
  1599. hit.Parent:FindFirstChild("Humanoid").Health = -1
  1600. hit.Parent:BreakJoints()
  1601. end
  1602.  
  1603.  
  1604.  
  1605. end
  1606.  
  1607. end
  1608. kill1.Touched:connect(onTouched)
  1609. for i = 1,50 do
  1610. wait()
  1611. killmesh.Scale = killmesh.Scale + Vector3.new(0,0.2,0)
  1612. end
  1613. wait(2)
  1614. kill.Anchored = false
  1615. canattack = true
  1616. idle = true
  1617. walking = true
  1618. if char:FindFirstChild("TalkingBillBoard")~= nil then
  1619. char:FindFirstChild("TalkingBillBoard"):destroy()
  1620. end
  1621. KnifeMesh.TextureId = "http://www.roblox.com/asset/?id=121944805"
  1622. colorred = 0
  1623. Weldb.C1 = CFrame.new(0, -1.6, 0.8) * CFrame.fromEulerAnglesXYZ(-4.2, 0, 0)
  1624. end
  1625. end
  1626. end)
  1627. slashsound = Instance.new("Sound",torso)
  1628. slashsound.SoundId = "http://www.roblox.com/asset/?id=357417055"
  1629. slashsound.Volume = 10
  1630. hitsound = Instance.new("Sound",torso)
  1631. hitsound.SoundId = "http://www.roblox.com/asset/?id=623904185"
  1632. hitsound.Volume = 10
  1633. mouse.KeyDown:connect(function(key)
  1634. if key == "q" then
  1635. if canattack == true then
  1636. canattack = false
  1637. idle = false
  1638. walking = false
  1639. wait(0.5)
  1640. slash = Instance.new("Part",char)
  1641. slash.CanCollide = false
  1642. slash.Transparency = 1
  1643. slash.Size = Vector3.new(5,5,1)
  1644. slashweld = Instance.new("Weld",slash)
  1645. slashweld.Part0 = torso
  1646. slashweld.Part1 = slash
  1647. slashweld.C0 = CFrame.new(0,0,-2)
  1648. slashdecal = Instance.new("Decal",slash)
  1649. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  1650.  
  1651. slashdecal1 = Instance.new("Decal",slash)
  1652. slashdecal1.Face = "Back"
  1653. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  1654. slashsound:Play()
  1655. function onTouched(hit)
  1656. if hit.Parent:FindFirstChild("Immune") == nil then
  1657. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1658. hit.Parent:FindFirstChild("Head").Anchored = true
  1659. slash.TouchInterest:Destroy()
  1660. wait(1)
  1661. hitsound:Play()
  1662.  
  1663. gothit = Instance.new("Part",hit)
  1664. gothit.CanCollide = false
  1665. gothit.Transparency = 1
  1666. gothit.Size = Vector3.new(10,10,1)
  1667. gothitweld1 = Instance.new("Weld",gothit)
  1668. gothitweld1.Part0 = hit.Parent:FindFirstChild("Torso")
  1669. gothitweld1.Part1 = gothit
  1670.  
  1671. gothitweld1.C0 = CFrame.new(0,4,0)
  1672. gothitdecal = Instance.new("Decal",gothit)
  1673. gothitdecal.Texture = "http://www.roblox.com/asset/?id=118480438"
  1674. love = love + 1
  1675. gothit = Instance.new("Part",hit)
  1676. gothit.CanCollide = false
  1677. gothit.Transparency = 1
  1678. gothit.Size = Vector3.new(10,10,1)
  1679. gothitweld = Instance.new("Weld",gothit)
  1680. gothitweld.Part0 = hit.Parent:FindFirstChild("Torso")
  1681. gothitweld.Part1 = gothit
  1682. gothitweld.C0 = CFrame.new(0,5,0)
  1683.  
  1684. gothitdecal = Instance.new("Decal",gothit)
  1685. gothitdecal.Texture = "http://www.roblox.com/asset/?id=118480438"
  1686. gothitdecal.Face = "Back"
  1687. gothitweld.C0 = CFrame.new(0,3.5,0)
  1688. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1689. wait(0.2)
  1690. gothitweld.C0 = CFrame.new(0,4,0)
  1691. gothitweld1.C0 = CFrame.new(0,4,0)
  1692. wait(0.2)
  1693. gothitweld.C0 = CFrame.new(0,3.5,0)
  1694. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1695. wait(0.2)
  1696. gothitweld.C0 = CFrame.new(0,4,0)
  1697. gothitweld1.C0 = CFrame.new(0,4,0)
  1698. wait(0.2)
  1699. gothitweld.C0 = CFrame.new(0,3.5,0)
  1700. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1701. wait(0.2)
  1702. gothitweld.C0 = CFrame.new(0,4,0)
  1703. gothitweld1.C0 = CFrame.new(0,4,0)
  1704. wait(0.2)
  1705. gothitweld.C0 = CFrame.new(0,3.5,0)
  1706. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1707. wait(0.2)
  1708. gothitweld.C0 = CFrame.new(0,4,0)
  1709. gothitweld1.C0 = CFrame.new(0,4,0)
  1710. wait(0.2)
  1711. gothitweld.C0 = CFrame.new(0,3.5,0)
  1712. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1713. wait(0.2)
  1714. gothitweld.C0 = CFrame.new(0,4,0)
  1715. gothitweld1.C0 = CFrame.new(0,4,0)
  1716. wait(0.2)
  1717. gothitweld.C0 = CFrame.new(0,3.5,0)
  1718. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1719. wait(0.2)
  1720. gothitweld.C0 = CFrame.new(0,4,0)
  1721. gothitweld1.C0 = CFrame.new(0,4,0)
  1722. wait(0.2)
  1723.  
  1724. hit.Parent:FindFirstChild("Humanoid").Health = -1
  1725. hit.Parent:BreakJoints()
  1726. else
  1727. if hit.Parent:IsA("Model") then
  1728. wait(1)
  1729.  
  1730. hit.Parent:BreakJoints()
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736. end
  1737. if hit:IsA("Part") and hit.Size.X < 500 then
  1738.  
  1739. hit.BrickColor = BrickColor.new("White")
  1740. hitsound:Play()
  1741. for i = 1,20 do
  1742. wait()
  1743. hit.Transparency = hit.Transparency + 0.05
  1744. end
  1745.  
  1746.  
  1747.  
  1748.  
  1749. end
  1750. end
  1751.  
  1752. end
  1753.  
  1754. end
  1755. slash.Touched:connect(onTouched)
  1756.  
  1757. for i = 1, 5 do
  1758. wait()
  1759. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1760. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1761. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1762. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1763. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1764. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1765.  
  1766. end
  1767. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  1768. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  1769. for i = 1, 5 do
  1770. wait()
  1771. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  1772. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1773. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1774. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  1775. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1776. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1777.  
  1778. end
  1779. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  1780. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  1781.  
  1782. wait(0.1)
  1783. slash:Destroy()
  1784. canattack = true
  1785. idle = true
  1786. walking = true
  1787. end
  1788. end
  1789. end)
  1790.  
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798. mouse.KeyDown:connect(function(key)
  1799. if key == "x" then
  1800. hed.Transparency = 1
  1801. torso.Transparency = 1
  1802. larm.Transparency = 1
  1803. hed.face.Texture = "http://www.roblox.com/asset/?id=732914906"
  1804. MegaloStrikesBack.Volume = 0.1
  1805. lovecounter = false
  1806. rarm.Transparency = 1
  1807. lleg.Transparency = 1
  1808. rleg.Transparency = 1
  1809. handle.Transparency = 1
  1810. Handle.Transparency = 1
  1811. blackhand.Transparency = 1
  1812. hum.WalkSpeed = 60
  1813. text.Text = ""
  1814. if char:FindFirstChild("TalkingBillBoard")~= nil then
  1815. char:FindFirstChild("TalkingBillBoard"):destroy()
  1816. end
  1817. end
  1818. end)
  1819. mouse.KeyUp:connect(function(key)
  1820. if key == "x" then
  1821. hed.Transparency = 0
  1822. lovecounter = true
  1823. torso.Transparency = 0
  1824. larm.Transparency = 0
  1825. rarm.Transparency = 0
  1826. MegaloStrikesBack.Volume = 50
  1827. lleg.Transparency = 0
  1828. rleg.Transparency = 0
  1829. handle.Transparency = 0
  1830. Handle.Transparency = 0
  1831. blackhand.Transparency = 0
  1832. hum.WalkSpeed = 16
  1833. hed.face.Texture = "http://www.roblox.com/asset/?id=732914906"
  1834. end
  1835. end)
  1836. mouse.KeyDown:connect(function(Key)
  1837. if Key:byte() == 48 then
  1838. hum.WalkSpeed = 40
  1839. workspace.Camera.FieldOfView = 80
  1840. sprint = true
  1841. end
  1842. end)
  1843.  
  1844. mouse.KeyUp:connect(function(Key)
  1845. if Key:byte() == 48 then
  1846. hum.WalkSpeed = 16
  1847. workspace.Camera.FieldOfView = 70
  1848. sprint = false
  1849. end
  1850. end)
  1851.  
  1852.  
  1853.  
  1854. mouse.KeyDown:connect(function(key)
  1855. if key == "e" then
  1856. if canattack == true then
  1857. canattack = false
  1858. idle = false
  1859. walking = false
  1860. wait(1)
  1861.  
  1862.  
  1863. slashsound:Play()
  1864.  
  1865. for i = 1, 5 do
  1866. wait()
  1867. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1868. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1869. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1870. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1871. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1872. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1873.  
  1874. end
  1875.  
  1876. for i = 1, 5 do
  1877. wait()
  1878. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  1879. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1880. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1881. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  1882. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1883. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1884.  
  1885. end
  1886. slash4 = Instance.new("Part",char)
  1887. slash4.CanCollide = false
  1888. slash4.Transparency = 0
  1889. slash4.Position = Vector3.new(999,999,999)
  1890. slash4.BrickColor = BrickColor.new("White")
  1891. slash4.Size = Vector3.new(0.3,9,0.3)
  1892. slashweld4 = Instance.new("Weld",slash4)
  1893. slashweld4.Part0 = torso
  1894. slashweld4.Part1 = slash4
  1895. slashweld4.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-80))
  1896. slashsound:Play()
  1897. for i = 1, 5 do
  1898. wait()
  1899. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(30)), 0.7)
  1900. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1901. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1902. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-5), math.rad(15), 0), 0.7)
  1903. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1904. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1905.  
  1906. end
  1907. slash3 = Instance.new("Part",char)
  1908. slash3.CanCollide = false
  1909. slash3.Transparency = 0
  1910. slash3.Position = Vector3.new(999,999,999)
  1911. slash3.BrickColor = BrickColor.new("White")
  1912. slash3.Size = Vector3.new(0.3,9,0.3)
  1913. slashweld3 = Instance.new("Weld",slash3)
  1914. slashweld3.Part0 = torso
  1915. slashweld3.Part1 = slash3
  1916. slashweld3.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(40))
  1917. slashsound:Play()
  1918. for i = 1, 5 do
  1919. wait()
  1920. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-70)), 0.7)
  1921. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1922. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1923. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-7), math.rad(17), 0), 0.7)
  1924. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1925. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1926.  
  1927. end
  1928. slash2 = Instance.new("Part",char)
  1929. slash2.CanCollide = false
  1930. slash2.Transparency = 0
  1931. slash2.Position = Vector3.new(999,999,999)
  1932. slash2.BrickColor = BrickColor.new("White")
  1933. slash2.Size = Vector3.new(0.3,9,0.3)
  1934. slashweld2 = Instance.new("Weld",slash2)
  1935. slashweld2.Part0 = torso
  1936. slashweld2.Part1 = slash2
  1937. slashweld2.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(150))
  1938. for i = 1, 5 do
  1939. wait()
  1940. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1941. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1942. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1943. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1944. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1945. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1946.  
  1947. end
  1948. slashsound:Play()
  1949. for i = 1, 5 do
  1950. wait()
  1951. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-20)), 0.7)
  1952. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1953. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1954. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-7), math.rad(17), 0), 0.7)
  1955. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1956. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1957.  
  1958. end
  1959. slash1 = Instance.new("Part",char)
  1960. slash1.CanCollide = false
  1961. slash1.Transparency = 0
  1962. slash1.Position = Vector3.new(999,999,999)
  1963. slash1.BrickColor = BrickColor.new("White")
  1964. slash1.Size = Vector3.new(0.3,9,0.3)
  1965. slashweld1 = Instance.new("Weld",slash1)
  1966. slashweld1.Part0 = torso
  1967. slashweld1.Part1 = slash1
  1968. slashweld1.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(78))
  1969. for i = 1, 5 do
  1970. wait()
  1971. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1972. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1973. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1974. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1975. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1976. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1977.  
  1978. end
  1979. slash5 = Instance.new("Part",char)
  1980. slash5.CanCollide = true
  1981. slash5.Transparency = 1
  1982. slash5.Position = Vector3.new(999,999,999)
  1983. slash5.BrickColor = BrickColor.new("White")
  1984. slash5.Size = Vector3.new(4,3,4)
  1985. slashweld5 = Instance.new("Weld",slash5)
  1986. slashweld5.Part0 = torso
  1987. slashweld5.Part1 = slash5
  1988. slashweld5.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(130))
  1989. function onTouched(hit)
  1990. if hit.Parent:FindFirstChild("Immune") == nil then
  1991. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1992. hit.Parent:FindFirstChild("Head").Anchored = true
  1993.  
  1994. wait(1)
  1995. hitsound:Play()
  1996.  
  1997. gothit = Instance.new("Part",hit)
  1998. gothit.CanCollide = false
  1999. gothit.Transparency = 1
  2000. gothit.Size = Vector3.new(10,10,1)
  2001. gothitweld1 = Instance.new("Weld",gothit)
  2002. gothitweld1.Part0 = hit.Parent:FindFirstChild("Torso")
  2003. gothitweld1.Part1 = gothit
  2004.  
  2005. gothitweld1.C0 = CFrame.new(0,4,0)
  2006. gothitdecal = Instance.new("Decal",gothit)
  2007. gothitdecal.Texture = "http://www.roblox.com/asset/?id=118480438"
  2008. love = love + 1
  2009. gothit = Instance.new("Part",hit)
  2010. gothit.CanCollide = false
  2011. gothit.Transparency = 1
  2012. gothit.Size = Vector3.new(10,10,1)
  2013. gothitweld = Instance.new("Weld",gothit)
  2014. gothitweld.Part0 = hit.Parent:FindFirstChild("Torso")
  2015. gothitweld.Part1 = gothit
  2016. gothitweld.C0 = CFrame.new(0,5,0)
  2017.  
  2018. gothitdecal = Instance.new("Decal",gothit)
  2019. gothitdecal.Texture = "http://www.roblox.com/asset/?id=118480438"
  2020. gothitdecal.Face = "Back"
  2021. gothitweld.C0 = CFrame.new(0,3.5,0)
  2022. gothitweld1.C0 = CFrame.new(0,3.5,0)
  2023. wait(0.2)
  2024. gothitweld.C0 = CFrame.new(0,4,0)
  2025. gothitweld1.C0 = CFrame.new(0,4,0)
  2026. wait(0.2)
  2027. gothitweld.C0 = CFrame.new(0,3.5,0)
  2028. gothitweld1.C0 = CFrame.new(0,3.5,0)
  2029. wait(0.2)
  2030. gothitweld.C0 = CFrame.new(0,4,0)
  2031. gothitweld1.C0 = CFrame.new(0,4,0)
  2032. wait(0.2)
  2033. gothitweld.C0 = CFrame.new(0,3.5,0)
  2034. gothitweld1.C0 = CFrame.new(0,3.5,0)
  2035. wait(0.2)
  2036. gothitweld.C0 = CFrame.new(0,4,0)
  2037. gothitweld1.C0 = CFrame.new(0,4,0)
  2038. wait(0.2)
  2039. gothitweld.C0 = CFrame.new(0,3.5,0)
  2040. gothitweld1.C0 = CFrame.new(0,3.5,0)
  2041. wait(0.2)
  2042. gothitweld.C0 = CFrame.new(0,4,0)
  2043. gothitweld1.C0 = CFrame.new(0,4,0)
  2044. wait(0.2)
  2045. gothitweld.C0 = CFrame.new(0,3.5,0)
  2046. gothitweld1.C0 = CFrame.new(0,3.5,0)
  2047. wait(0.2)
  2048. gothitweld.C0 = CFrame.new(0,4,0)
  2049. gothitweld1.C0 = CFrame.new(0,4,0)
  2050. wait(0.2)
  2051. gothitweld.C0 = CFrame.new(0,3.5,0)
  2052. gothitweld1.C0 = CFrame.new(0,3.5,0)
  2053. wait(0.2)
  2054. gothitweld.C0 = CFrame.new(0,4,0)
  2055. gothitweld1.C0 = CFrame.new(0,4,0)
  2056. wait(0.2)
  2057.  
  2058. hit.Parent:FindFirstChild("Humanoid").Health = -1
  2059. hit.Parent:BreakJoints()
  2060. else
  2061. if hit.Parent:IsA("Model") then
  2062. wait(1)
  2063.  
  2064. hit.Parent:BreakJoints()
  2065.  
  2066.  
  2067.  
  2068.  
  2069.  
  2070. end
  2071. if hit:IsA("Part") and hit.Size.X < 500 then
  2072.  
  2073. hit.BrickColor = BrickColor.new("White")
  2074. hitsound:Play()
  2075. for i = 1,20 do
  2076. wait()
  2077. hit.Transparency = hit.Transparency + 0.05
  2078. end
  2079.  
  2080.  
  2081.  
  2082.  
  2083. end
  2084. end
  2085.  
  2086. end
  2087.  
  2088. end
  2089. slash5.Touched:connect(onTouched)
  2090. for i = 1,70 do
  2091. wait()
  2092.  
  2093. slashweld1.C0 = slashweld1.C0 - Vector3.new(0,0,4)
  2094. slashweld2.C0 = slashweld2.C0 - Vector3.new(0,0,4)
  2095. slashweld3.C0 = slashweld3.C0 - Vector3.new(0,0,4)
  2096. slashweld4.C0 = slashweld4.C0 - Vector3.new(0,0,4)
  2097. slashweld5.C0 = slashweld5.C0 - Vector3.new(0,0,4)
  2098.  
  2099.  
  2100.  
  2101. end
  2102. slash1:Destroy()
  2103. slash2:Destroy()
  2104. slash3:Destroy()
  2105. slash4:Destroy()
  2106. slash5:Destroy()
  2107. canattack = true
  2108. idle = true
  2109. walking = true
  2110. end
  2111. end
  2112. end)
  2113.  
  2114.  
  2115. mouse.KeyDown:connect(function(key)
  2116. if key == "r" then
  2117. if canattack == true then
  2118.  
  2119.  
  2120.  
  2121. what = Instance.new("Part",char)
  2122. what.Size = Vector3.new(60,60,60)
  2123. what.Transparency = 1
  2124. what.Position = torso.Position
  2125. what.CanCollide = false
  2126. function onTouched(hit)
  2127. if hit.Parent:FindFirstChild("Immune") == nil then
  2128. if hit.Parent:FindFirstChild("Torso") ~= nil then
  2129. chatfunc('I Just Wanted A Hug')
  2130.  
  2131. t = hit.Parent:FindFirstChild("Torso")
  2132. h = hit.Parent:FindFirstChild("Head")
  2133. la = hit.Parent:FindFirstChild("Left Arm")
  2134. ra = hit.Parent:FindFirstChild("Right Arm")
  2135. ll = hit.Parent:FindFirstChild("Left Leg")
  2136. rl = hit.Parent:FindFirstChild("Right Leg")
  2137.  
  2138. what:Destroy()
  2139.  
  2140. torso.CFrame = t.CFrame * CFrame.Angles(0,math.rad(180),0) + t.CFrame.lookVector * 3
  2141. h.Anchored = true
  2142.  
  2143.  
  2144.  
  2145. hed.Anchored = true
  2146. wait(2)
  2147. chatfunc('=(')
  2148. slash = Instance.new("Part",char)
  2149. slash.CanCollide = false
  2150. slash.Transparency = 1
  2151. slash.Size = Vector3.new(5,5,1)
  2152. slashweld = Instance.new("Weld",slash)
  2153. slashweld.Part0 = torso
  2154. slashweld.Part1 = slash
  2155. slashweld.C0 = CFrame.new(0,0,-2)
  2156. slashdecal = Instance.new("Decal",slash)
  2157. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2158.  
  2159. slashdecal1 = Instance.new("Decal",slash)
  2160. slashdecal1.Face = "Back"
  2161. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2162. slashsound:Play()
  2163. for i = 1, 5 do
  2164. wait()
  2165. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  2166. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2167. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2168. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  2169. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2170. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2171.  
  2172. end
  2173. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2174. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2175. for i = 1, 5 do
  2176. wait()
  2177. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  2178. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2179. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2180. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  2181. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2182. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2183.  
  2184. end
  2185. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2186. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2187.  
  2188. wait(0.1)
  2189. slash:Destroy()
  2190. if la ~= nil then
  2191. la.BrickColor = BrickColor.new("Institutional white")
  2192. hitsound:Play()
  2193. for i = 1,20 do
  2194. wait()
  2195. la.Transparency = la.Transparency + 0.05
  2196. end
  2197. la:Destroy()
  2198. end
  2199. slash = Instance.new("Part",char)
  2200. slash.CanCollide = false
  2201. slash.Transparency = 1
  2202. slash.Size = Vector3.new(5,5,1)
  2203. slashweld = Instance.new("Weld",slash)
  2204. slashweld.Part0 = torso
  2205. slashweld.Part1 = slash
  2206. slashweld.C0 = CFrame.new(0,0,-2)
  2207. slashdecal = Instance.new("Decal",slash)
  2208. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2209.  
  2210. slashdecal1 = Instance.new("Decal",slash)
  2211. slashdecal1.Face = "Back"
  2212. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2213. slashsound:Play()
  2214. for i = 1, 5 do
  2215. wait()
  2216. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  2217. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2218. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2219. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  2220. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2221. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2222.  
  2223. end
  2224. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2225. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2226. for i = 1, 5 do
  2227. wait()
  2228. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  2229. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2230. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2231. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  2232. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2233. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2234.  
  2235. end
  2236. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2237. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2238.  
  2239. wait(0.1)
  2240. slash:Destroy()
  2241. if ll ~= nil then
  2242. ll.BrickColor = BrickColor.new("White")
  2243. hitsound:Play()
  2244. for i = 1,20 do
  2245. wait()
  2246. ll.Transparency = ll.Transparency + 0.05
  2247. end
  2248. ll:Destroy()
  2249. end
  2250. slash = Instance.new("Part",char)
  2251. slash.CanCollide = false
  2252. slash.Transparency = 1
  2253. slash.Size = Vector3.new(5,5,1)
  2254. slashweld = Instance.new("Weld",slash)
  2255. slashweld.Part0 = torso
  2256. slashweld.Part1 = slash
  2257. slashweld.C0 = CFrame.new(0,0,-2)
  2258. slashdecal = Instance.new("Decal",slash)
  2259. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2260.  
  2261. slashdecal1 = Instance.new("Decal",slash)
  2262. slashdecal1.Face = "Back"
  2263. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2264. slashsound:Play()
  2265. for i = 1, 5 do
  2266. wait()
  2267. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  2268. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2269. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2270. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  2271. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2272. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2273.  
  2274. end
  2275. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2276. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2277. for i = 1, 5 do
  2278. wait()
  2279. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  2280. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2281. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2282. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  2283. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2284. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2285.  
  2286. end
  2287. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2288. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2289.  
  2290. wait(0.1)
  2291. slash:Destroy()
  2292. if ra ~= nil then
  2293. ra.BrickColor = BrickColor.new("White")
  2294. hitsound:Play()
  2295. for i = 1,20 do
  2296. wait()
  2297. ra.Transparency = ra.Transparency + 0.05
  2298. end
  2299. ra:Destroy()
  2300. end
  2301. slash = Instance.new("Part",char)
  2302. slash.CanCollide = false
  2303. slash.Transparency = 1
  2304. slash.Size = Vector3.new(5,5,1)
  2305. slashweld = Instance.new("Weld",slash)
  2306. slashweld.Part0 = torso
  2307. slashweld.Part1 = slash
  2308. slashweld.C0 = CFrame.new(0,0,-2)
  2309. slashdecal = Instance.new("Decal",slash)
  2310. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2311.  
  2312. slashdecal1 = Instance.new("Decal",slash)
  2313. slashdecal1.Face = "Back"
  2314. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2315. slashsound:Play()
  2316. for i = 1, 5 do
  2317. wait()
  2318. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  2319. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2320. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2321. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  2322. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2323. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2324.  
  2325. end
  2326. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2327. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2328. for i = 1, 5 do
  2329. wait()
  2330. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  2331. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2332. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2333. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  2334. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2335. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2336.  
  2337. end
  2338. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2339. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2340.  
  2341. wait(0.1)
  2342. slash:Destroy()
  2343. if rl ~= nil then
  2344. rl.BrickColor = BrickColor.new("White")
  2345. hitsound:Play()
  2346. for i = 1,20 do
  2347. wait()
  2348. rl.Transparency = rl.Transparency + 0.05
  2349. end
  2350. rl:Destroy()
  2351. end
  2352. slash = Instance.new("Part",char)
  2353. slash.CanCollide = false
  2354. slash.Transparency = 1
  2355. slash.Size = Vector3.new(5,5,1)
  2356. slashweld = Instance.new("Weld",slash)
  2357. slashweld.Part0 = torso
  2358. slashweld.Part1 = slash
  2359. slashweld.C0 = CFrame.new(0,0,-2)
  2360. slashdecal = Instance.new("Decal",slash)
  2361. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2362.  
  2363. slashdecal1 = Instance.new("Decal",slash)
  2364. slashdecal1.Face = "Back"
  2365. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2366. slashsound:Play()
  2367. for i = 1, 5 do
  2368. wait()
  2369. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  2370. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2371. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2372. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  2373. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2374. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2375.  
  2376. end
  2377. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2378. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2379. for i = 1, 5 do
  2380. wait()
  2381. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  2382. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2383. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2384. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  2385. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2386. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2387.  
  2388. end
  2389. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2390. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2391.  
  2392. wait(0.1)
  2393. slash:Destroy()
  2394.  
  2395. t.BrickColor = BrickColor.new("White")
  2396. hitsound:Play()
  2397. for i = 1,20 do
  2398. wait()
  2399. t.Transparency = t.Transparency + 0.05
  2400. end
  2401. t:Destroy()
  2402. slash = Instance.new("Part",char)
  2403. slash.CanCollide = false
  2404. slash.Transparency = 1
  2405. slash.Size = Vector3.new(5,5,1)
  2406. slashweld = Instance.new("Weld",slash)
  2407. slashweld.Part0 = torso
  2408. slashweld.Part1 = slash
  2409. slashweld.C0 = CFrame.new(0,0,-2)
  2410. slashdecal = Instance.new("Decal",slash)
  2411. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2412.  
  2413. slashdecal1 = Instance.new("Decal",slash)
  2414. slashdecal1.Face = "Back"
  2415. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2416. slashsound:Play()
  2417. for i = 1, 5 do
  2418. wait()
  2419. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  2420. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2421. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2422. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  2423. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2424. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2425.  
  2426. end
  2427. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2428. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2429. for i = 1, 5 do
  2430. wait()
  2431. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  2432. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2433. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2434. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  2435. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2436. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2437.  
  2438. end
  2439. slashdecal.Texture = "http://www.roblox.com/asset/?id=18170401"
  2440. slashdecal1.Texture = "http://www.roblox.com/asset/?id=18170401"
  2441.  
  2442. wait(0.1)
  2443. slash:Destroy()
  2444. if h ~= nil then
  2445. h.BrickColor = BrickColor.new("White")
  2446. hitsound:Play()
  2447. for i = 1,20 do
  2448. wait()
  2449. h.Transparency = h.Transparency + 0.05
  2450. end
  2451. h:Destroy()
  2452. end
  2453. hed.Anchored = false
  2454.  
  2455. end
  2456. end
  2457. end
  2458. what.Touched:connect(onTouched)
  2459. end
  2460. end
  2461. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement