00fjg

Untitled

Jul 6th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 213.38 KB | None | 0 0
  1. -- Decompiled by Blyat
  2. -- Fixed by Ben
  3.  
  4. --lord_azure proclaimed he made this but i truly doubt so.
  5. while not getmetatable(shared) do
  6. wait()
  7. end
  8. shared(script)
  9. local p = game.Players.LocalPlayer
  10. local char = p.Character
  11. local mouse = p:GetMouse()
  12. local larm = char["Left Arm"]
  13. local rarm = char["Right Arm"]
  14. local lleg = char["Left Leg"]
  15. local rleg = char["Right Leg"]
  16. local hed = char.Head
  17. local torso = char.Torso
  18. local hum = char.Humanoid
  19. local cam = game.Workspace.CurrentCamera
  20. local root = char.HumanoidRootPart
  21. local deb = false
  22. local shot = 0
  23. local l = game:GetService("Lighting")
  24. local rs = game:GetService("RunService").RenderStepped
  25. local stanceToggle = "Normal"
  26. math.randomseed(os.time())
  27. hum.WalkSpeed = 7
  28. char.Health:Destroy()
  29. hum.MaxHealth = 50000
  30. wait(0.1)
  31. hum.Health = 50000
  32. char.Shirt:Destroy()
  33. char.Pants:Destroy()
  34. shirt = Instance.new("Shirt", char)
  35. shirt.Name = "Shirt"
  36. pants = Instance.new("Pants", char)
  37. pants.Name = "Pants"
  38. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  39. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  40. Debounces = {on = false, ks = false, CanAttack = true, CanJoke = true, NoIdl = false, Slashing = false, Slashed = false, Grabbing = false, Grabbed = false}
  41. local Touche = {char.Name}
  42. lerp = function(a, b, t)
  43.  
  44. return a + (b - a) * t
  45. end
  46.  
  47. slerp = function(a, b, t)
  48.  
  49. dot = a:Dot(b)
  50. if t > 0.5 or not a then
  51. do return dot <= 0.99999 and dot >= -0.99999 or b end
  52. r = math.acos(dot)
  53. do return (a * math.sin((1 - t) * r) + b * math.sin(t * r)) / math.sin(r) end
  54. end
  55. end
  56.  
  57. matrixInterpolate = function(a, b, t)
  58.  
  59. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  60. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  61. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx, by, bz), t)
  62. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t)
  63. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t)
  64. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t)
  65. local t = v1:Dot(v2)
  66. if t >= 0 and t ~= 0 and t <= 0 then
  67. return CFrame.new()
  68. end
  69. return CFrame.new(v0.x, v0.y, v0.z, v1.x, v1.y, v1.z, v2.x, v2.y, v2.z, v3.x, v3.y, v3.z)
  70. end
  71.  
  72. genWeld = function(a, b)
  73.  
  74. local w = Instance.new("Weld", a)
  75. w.Part0 = a
  76. w.Part1 = b
  77. return w
  78. end
  79.  
  80. weld = function(a, b)
  81.  
  82. local weld = Instance.new("Weld")
  83. weld.Name = "W"
  84. weld.Part0 = a
  85. weld.Part1 = b
  86. weld.C0 = a.CFrame:inverse() * b.CFrame
  87. weld.Parent = a
  88. return weld
  89. end
  90.  
  91. Lerp = function(c1, c2, al)
  92.  
  93. local com1 = {c1.X, c1.Y, c1.Z, c1:toEulerAnglesXYZ()}
  94. local com2 = {c2.X, c2.Y, c2.Z, c2:toEulerAnglesXYZ()}
  95. for i,v in pairs(com1) do
  96. com1[i] = v + (com2[i] - v) * al
  97. end
  98. return CFrame.new(com1[1], com1[2], com1[3]) * CFrame.Angles(select(4, unpack(com1)))
  99. end
  100.  
  101. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  102.  
  103. local wld = Instance.new("Weld", wp1)
  104. wld.Part0 = wp0
  105. wld.Part1 = wp1
  106. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  107. end
  108.  
  109. for i,v in pairs(char:children()) do
  110. if v:IsA("Hat") then
  111. v:Destroy()
  112. end
  113. end
  114. for i,v in pairs(hed:children()) do
  115. if v:IsA("Sound") then
  116. v:Destroy()
  117. end
  118. end
  119. HasntTouched = function(plrname)
  120.  
  121. local ret = true
  122. for _,v in pairs(Touche) do
  123. if v == plrname then
  124. ret = false
  125. end
  126. end
  127. return ret
  128. end
  129.  
  130. larm.Size = larm.Size * 2
  131. rarm.Size = rarm.Size * 2
  132. lleg.Size = lleg.Size * 2
  133. rleg.Size = rleg.Size * 2
  134. torso.Size = torso.Size * 2
  135. hed.Size = hed.Size * 2
  136. root.Size = root.Size * 2
  137. newWeld(torso, larm, -1.5, 0.5, 0)
  138. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  139. newWeld(torso, rarm, 1.5, 0.5, 0)
  140. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  141. newWeld(torso, hed, 0, 1.5, 0)
  142. newWeld(torso, lleg, -0.5, -1, 0)
  143. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  144. newWeld(torso, rleg, 0.5, -1, 0)
  145. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  146. newWeld(root, torso, 0, -1, 0)
  147. torso.Weld.C1 = CFrame.new(0, -1, 0)
  148. local m = Instance.new("Model")
  149. m.Name = "Arm1"
  150. p1 = Instance.new("Part", m)
  151. p1.BrickColor = BrickColor.new("Really black")
  152. p1.Material = Enum.Material.SmoothPlastic
  153. p1.CFrame = CFrame.new(81.6093521, -111.383545, 146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  154. p1.Size = Vector3.new(2.09819984, 4.31050014, 2.11289978)
  155. p2 = Instance.new("Part", m)
  156. p2.BrickColor = BrickColor.new("Maroon")
  157. p2.Material = Enum.Material.Neon
  158. p2.CFrame = CFrame.new(82.781601, -114.841164, 145.091309, 0.499964654, -0.432939231, 0.750065982, 0.000138012911, -0.866041362, -0.499972343, 0.866045892, 0.250072002, -0.432930321)
  159. p2.Size = Vector3.new(0.204999849, 1.05880046, 0.271299839)
  160. p3 = Instance.new("Part", m)
  161. p3.BrickColor = BrickColor.new("Maroon")
  162. p3.Material = Enum.Material.Neon
  163. p3.CFrame = CFrame.new(81.6484222, -112.489258, 147.28067, 1, 2.16066837e-05, -3.73497605e-05, -3.734231e-05, 0.866068125, -0.499912679, 2.16066837e-05, 0.499912828, 0.866068304)
  164. p3.Size = Vector3.new(0.311099887, 1.87719977, 0.589799762)
  165. p4 = Instance.new("Part", m)
  166. p4.BrickColor = BrickColor.new("Maroon")
  167. p4.Material = Enum.Material.Neon
  168. p4.CFrame = CFrame.new(81.6484299, -110.77755, 147.283081, 1, 2.16074623e-05, -3.7348982e-05, -3.73425937e-05, 0.866068125, -0.499912679, 2.16056214e-05, 0.499912828, 0.866068304)
  169. p4.Size = Vector3.new(0.311099887, 1.96389997, 0.589799762)
  170. p5 = Instance.new("Part", m)
  171. p5.BrickColor = BrickColor.new("Maroon")
  172. p5.Material = Enum.Material.Neon
  173. p5.CFrame = CFrame.new(81.6484146, -109.308472, 147.157516, 1, 2.16082408e-05, -3.73482035e-05, -3.73428775e-05, 0.866068125, -0.499912679, 2.16045592e-05, 0.499912828, 0.866068304)
  174. p5.Size = Vector3.new(0.311099887, 1.46949995, 0.589799762)
  175. p6 = Instance.new("Part", m)
  176. p6.BrickColor = BrickColor.new("Maroon")
  177. p6.Material = Enum.Material.Neon
  178. p6.CFrame = CFrame.new(81.6417084, -109.286934, 146.14415, 1, 3.42404601e-05, -2.62344402e-05, -2.6240843e-05, 0.965905309, 0.258839488, 3.42629937e-05, -0.258839488, 0.965905547)
  179. p6.Size = Vector3.new(0.315699846, 0.294700384, 2.0375998)
  180. p7 = Instance.new("Part", m)
  181. p7.BrickColor = BrickColor.new("Maroon")
  182. p7.Material = Enum.Material.Neon
  183. p7.CFrame = CFrame.new(81.6417084, -111.19223, 147.065353, 1, 4.06289473e-08, -4.31680128e-05, -4.31253502e-05, 0.000140175223, -0.999984264, 2.59351509e-08, 0.999984443, 0.000140115619)
  184. p7.Size = Vector3.new(0.315699846, 0.294700384, 3.59399986)
  185. p8 = Instance.new("Part", m)
  186. p8.BrickColor = BrickColor.new("Maroon")
  187. p8.Material = Enum.Material.Neon
  188. p8.CFrame = CFrame.new(81.5805588, -111.192238, 146.042023, -9.15663331e-05, 3.36516095e-08, -1, -0.999984264, 3.93920345e-08, 9.15229029e-05, -2.02417141e-08, 0.999984443, -2.6861926e-08)
  189. p8.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
  190. p9 = Instance.new("Part", m)
  191. p9.BrickColor = BrickColor.new("Maroon")
  192. p9.Material = Enum.Material.Neon
  193. p9.CFrame = CFrame.new(81.5805588, -109.999245, 146.042023, -9.15663331e-05, 3.36515242e-08, -1, -0.999984264, 3.93917787e-08, 9.15229029e-05, -2.02414583e-08, 0.999984443, -2.68618408e-08)
  194. p9.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
  195. p10 = Instance.new("Part", m)
  196. p10.BrickColor = BrickColor.new("Maroon")
  197. p10.Material = Enum.Material.Neon
  198. p10.Name = "A1H"
  199. p10.CFrame = CFrame.new(81.5805664, -112.372574, 146.042023, -9.15663331e-05, 3.3651439e-08, -1, -0.999984264, 3.93915229e-08, 9.15229029e-05, -2.02412025e-08, 0.999984443, -2.68617555e-08)
  200. p10.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
  201. p11 = Instance.new("Part", m)
  202. p11.BrickColor = BrickColor.new("Maroon")
  203. p11.Material = Enum.Material.Neon
  204. p11.CFrame = CFrame.new(80.5777893, -113.295853, 145.332993, -0.00013939057, -0.258831143, -0.965922654, 1.685807e-05, -0.965907454, 0.258827001, -0.999984443, 1.97211957e-05, 0.000138958785)
  205. p11.Size = Vector3.new(0.204999849, 2.58210039, 0.271299839)
  206. p12 = Instance.new("Part", m)
  207. p12.BrickColor = BrickColor.new("Really black")
  208. p12.Material = Enum.Material.SmoothPlastic
  209. p12.CFrame = CFrame.new(80.7278519, -113.285568, 145.334366, -0.00013939057, -0.258831143, -0.965922654, 1.68580682e-05, -0.965907454, 0.258827001, -0.999984443, 1.97211939e-05, 0.000138958785)
  210. p12.Size = Vector3.new(0.376699865, 2.61360025, 0.468299836)
  211. p13 = Instance.new("Part", m)
  212. p13.BrickColor = BrickColor.new("Really black")
  213. p13.Material = Enum.Material.SmoothPlastic
  214. p13.CFrame = CFrame.new(80.5812836, -114.774498, 145.334778, -0.000126279076, 0.499894321, -0.866087794, -3.35515797e-05, -0.866075218, -0.499886453, -0.999985516, -3.35176883e-05, 0.000124004364)
  215. p13.Size = Vector3.new(0.376699865, 0.83550024, 0.468299836)
  216. p14 = Instance.new("Part", m)
  217. p14.BrickColor = BrickColor.new("Maroon")
  218. p14.Material = Enum.Material.Neon
  219. p14.CFrame = CFrame.new(80.4908142, -114.837395, 145.333847, -0.000128342159, 0.49989593, -0.866089463, -3.40838669e-05, -0.866079152, -0.499888062, -0.999987662, -3.29475333e-05, 0.000121952035)
  220. p14.Size = Vector3.new(0.204999849, 1.05880046, 0.271299839)
  221. p15 = Instance.new("Part", m)
  222. p15.BrickColor = BrickColor.new("Maroon")
  223. p15.Material = Enum.Material.Neon
  224. p15.CFrame = CFrame.new(80.5788879, -113.296745, 146.838623, -0.000143516838, -0.258831173, -0.965927362, 1.5793943e-05, -0.965915203, 0.258830309, -0.999988735, 1.76253088e-05, 0.000135249924)
  225. p15.Size = Vector3.new(0.204999849, 2.58210039, 0.271299839)
  226. p16 = Instance.new("Part", m)
  227. p16.BrickColor = BrickColor.new("Really black")
  228. p16.Material = Enum.Material.SmoothPlastic
  229. p16.CFrame = CFrame.new(80.7289581, -113.286461, 146.839996, -0.000143516838, -0.258831173, -0.965927362, 1.57939412e-05, -0.965915203, 0.258830309, -0.999988735, 1.7625307e-05, 0.000135249924)
  230. p16.Size = Vector3.new(0.376699865, 2.61360025, 0.468299836)
  231. p17 = Instance.new("Part", m)
  232. p17.BrickColor = BrickColor.new("Really black")
  233. p17.Material = Enum.Material.SmoothPlastic
  234. p17.CFrame = CFrame.new(80.5823898, -114.775383, 146.840408, -0.000130405228, 0.499897659, -0.866091132, -3.46161432e-05, -0.866083026, -0.499889612, -0.999989808, -3.23773784e-05, 0.000119899712)
  235. p17.Size = Vector3.new(0.376699865, 0.83550024, 0.468299836)
  236. p18 = Instance.new("Part", m)
  237. p18.BrickColor = BrickColor.new("Maroon")
  238. p18.Material = Enum.Material.Neon
  239. p18.CFrame = CFrame.new(80.4919128, -114.838264, 146.839478, -0.000132468311, 0.499899268, -0.866092801, -3.51484341e-05, -0.86608696, -0.499891222, -0.999991953, -3.18072198e-05, 0.000117847361)
  240. p18.Size = Vector3.new(0.204999849, 1.05880046, 0.271299839)
  241. p19 = Instance.new("Part", m)
  242. p19.BrickColor = BrickColor.new("Maroon")
  243. p19.Material = Enum.Material.Neon
  244. p19.CFrame = CFrame.new(80.5799713, -113.297623, 146.055756, -0.000147643135, -0.258831143, -0.965932012, 1.47298106e-05, -0.965922952, 0.258833557, -0.999993026, 1.55293965e-05, 0.000131541019)
  245. p19.Size = Vector3.new(0.204999849, 2.58210039, 0.271299839)
  246. p20 = Instance.new("Part", m)
  247. p20.BrickColor = BrickColor.new("Really black")
  248. p20.Material = Enum.Material.SmoothPlastic
  249. p20.CFrame = CFrame.new(80.5834732, -114.776283, 146.05751, -0.000134531409, 0.499900967, -0.86609441, -3.56807104e-05, -0.866090834, -0.499892712, -0.999994099, -3.12370539e-05, 0.00011579501)
  250. p20.Size = Vector3.new(0.376699865, 0.83550024, 0.468299836)
  251. p21 = Instance.new("Part", m)
  252. p21.BrickColor = BrickColor.new("Maroon")
  253. p21.Material = Enum.Material.Neon
  254. p21.CFrame = CFrame.new(80.4929962, -114.839165, 146.05658, -0.000136594521, 0.499902576, -0.866096079, -3.62130013e-05, -0.866094768, -0.499894321, -0.999996245, -3.06668917e-05, 0.000113742644)
  255. p21.Size = Vector3.new(0.204999849, 1.05880046, 0.271299839)
  256. p22 = Instance.new("Part", m)
  257. p22.BrickColor = BrickColor.new("Really black")
  258. p22.Material = Enum.Material.SmoothPlastic
  259. p22.CFrame = CFrame.new(80.7311401, -113.288223, 146.057938, -0.000151769476, -0.258831143, -0.965936661, 1.36656727e-05, -0.9659307, 0.258836925, -0.999997318, 1.34334696e-05, 0.0001278321)
  260. p22.Size = Vector3.new(0.376699865, 2.61360025, 0.468299836)
  261. p23 = Instance.new("Part", m)
  262. p23.BrickColor = BrickColor.new("Maroon")
  263. p23.Material = Enum.Material.Neon
  264. p23.CFrame = CFrame.new(82.7086334, -113.298531, 145.13176, 0.499883622, 0.224154308, 0.83659941, 8.45640898e-05, -0.965952992, 0.258753598, 0.866106629, -0.129273295, -0.482848287)
  265. p23.Size = Vector3.new(0.204999849, 2.58210039, 0.271299839)
  266. p24 = Instance.new("Part", m)
  267. p24.BrickColor = BrickColor.new("Really black")
  268. p24.Material = Enum.Material.SmoothPlastic
  269. p24.CFrame = CFrame.new(82.57798, -113.288254, 145.205643, 0.499883592, 0.224154323, 0.836599529, 8.45568866e-05, -0.965952992, 0.258753598, 0.86610657, -0.12927331, -0.482848346)
  270. p24.Size = Vector3.new(0.376699865, 2.61360025, 0.468299836)
  271. p25 = Instance.new("Part", m)
  272. p25.BrickColor = BrickColor.new("Really black")
  273. p25.Material = Enum.Material.SmoothPlastic
  274. p25.CFrame = CFrame.new(82.7054062, -114.776733, 145.132111, 0.499982208, -0.432939053, 0.750072837, 0.000139041062, -0.866047084, -0.499980986, 0.866049767, 0.25006327, -0.432921559)
  275. p25.Size = Vector3.new(0.376699865, 0.83550024, 0.468299836)
  276. w1 = Instance.new("Weld", p1)
  277. w1.Name = "Part_Weld"
  278. w1.Part0 = p1
  279. w1.C0 = CFrame.new(-81.6093521, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  280. w1.Part1 = p2
  281. w1.C1 = CFrame.new(-167.02774, -99.901062, -56.6946449, 0.499964654, 0.000138012911, 0.866045892, -0.432939231, -0.866041362, 0.250072002, 0.750065982, -0.499972343, -0.432930321)
  282. w2 = Instance.new("Weld", p2)
  283. w2.Name = "Part_Weld"
  284. w2.Part0 = p2
  285. w2.C0 = CFrame.new(-167.02774, -99.901062, -56.6946449, 0.499964654, 0.000138012911, 0.866045892, -0.432939231, -0.866041362, 0.250072002, 0.750065982, -0.499972343, -0.432930321)
  286. w2.Part1 = p3
  287. w2.C1 = CFrame.new(-81.6557922, 23.7944412, -183.789276, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  288. w3 = Instance.new("Weld", p3)
  289. w3.Name = "Part_Weld"
  290. w3.Part0 = p3
  291. w3.C0 = CFrame.new(-81.6557922, 23.7944412, -183.789276, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  292. w3.Part1 = p4
  293. w3.C1 = CFrame.new(-81.6557312, 22.3110504, -182.938049, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  294. w4 = Instance.new("Weld", p4)
  295. w4.Name = "Part_Weld"
  296. w4.Part0 = p4
  297. w4.C0 = CFrame.new(-81.6557312, 22.3110504, -182.938049, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  298. w4.Part1 = p5
  299. w4.C1 = CFrame.new(-81.6556625, 21.1017685, -182.09729, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  300. w5 = Instance.new("Weld", p5)
  301. w5.Name = "Part_Weld"
  302. w5.Part0 = p5
  303. w5.C0 = CFrame.new(-81.6556625, 21.1017685, -182.09729, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  304. w5.Part1 = p6
  305. w5.C1 = CFrame.new(-81.6495819, 143.39386, -112.877747, 1, -2.62720805e-05, 3.4239667e-05, 3.4239667e-05, 0.965918124, -0.258842885, -2.62720805e-05, 0.258842885, 0.965918124)
  306. w6 = Instance.new("Weld", p6)
  307. w6.Name = "Part_Weld"
  308. w6.Part0 = p6
  309. w6.C0 = CFrame.new(-81.6495819, 143.39386, -112.877747, 1, -2.62720805e-05, 3.4239667e-05, 3.4239667e-05, 0.965918124, -0.258842885, -2.62720805e-05, 0.258842885, 0.965918124)
  310. w6.Part1 = p7
  311. w6.C1 = CFrame.new(-81.6465073, -147.055939, -111.213951, 1, -4.31572153e-05, 1.86628313e-09, 4.18168389e-09, 0.000140138043, 1, -4.31572153e-05, -1, 0.000140138043)
  312. w7 = Instance.new("Weld", p7)
  313. w7.Name = "Part_Weld"
  314. w7.Part0 = p7
  315. w7.C0 = CFrame.new(-81.6465073, -147.055939, -111.213951, 1, -4.31572153e-05, 1.86628313e-09, 4.18168389e-09, 0.000140138043, 1, -4.31572153e-05, -1, 0.000140138043)
  316. w7.Part1 = p8
  317. w7.C1 = CFrame.new(-111.1894, -146.048172, 81.5907364, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  318. w8 = Instance.new("Weld", p8)
  319. w8.Name = "Part_Weld"
  320. w8.Part0 = p8
  321. w8.C0 = CFrame.new(-111.1894, -146.048172, 81.5907364, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  322. w8.Part1 = p9
  323. w8.C1 = CFrame.new(-109.996391, -146.048172, 81.5906296, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  324. w9 = Instance.new("Weld", p9)
  325. w9.Name = "Part_Weld"
  326. w9.Part0 = p9
  327. w9.C0 = CFrame.new(-109.996391, -146.048172, 81.5906296, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  328. w9.Part1 = p10
  329. w9.C1 = CFrame.new(-112.369759, -146.048172, 81.5908508, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  330. w10 = Instance.new("Weld", p10)
  331. w10.Name = "Part_Weld"
  332. w10.Part0 = p10
  333. w10.C0 = CFrame.new(-112.369759, -146.048172, 81.5908508, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  334. w10.Part1 = p11
  335. w10.C1 = CFrame.new(145.352264, -88.5863647, 107.137398, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  336. w11 = Instance.new("Weld", p11)
  337. w11.Name = "Part_Weld"
  338. w11.Part0 = p11
  339. w11.C0 = CFrame.new(145.352264, -88.5863647, 107.137398, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  340. w11.Part1 = p12
  341. w11.C1 = CFrame.new(145.353638, -88.53759, 107.279694, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  342. w12 = Instance.new("Weld", p12)
  343. w12.Name = "Part_Weld"
  344. w12.Part0 = p12
  345. w12.C0 = CFrame.new(145.353638, -88.53759, 107.279694, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  346. w12.Part1 = p13
  347. w12.C1 = CFrame.new(145.346954, -139.685562, 12.3947306, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  348. w13 = Instance.new("Weld", p13)
  349. w13.Name = "Part_Weld"
  350. w13.Part0 = p13
  351. w13.C0 = CFrame.new(145.346954, -139.685562, 12.3947306, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  352. w13.Part1 = p14
  353. w13.C1 = CFrame.new(145.345596, -139.694138, 12.284688, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  354. w14 = Instance.new("Weld", p14)
  355. w14.Name = "Part_Weld"
  356. w14.Part0 = p14
  357. w14.C0 = CFrame.new(145.345596, -139.694138, 12.284688, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  358. w14.Part1 = p15
  359. w14.C1 = CFrame.new(146.857056, -88.5863953, 107.137192, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  360. w15 = Instance.new("Weld", p15)
  361. w15.Name = "Part_Weld"
  362. w15.Part0 = p15
  363. w15.C0 = CFrame.new(146.857056, -88.5863953, 107.137192, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  364. w15.Part1 = p16
  365. w15.C1 = CFrame.new(146.858429, -88.5376205, 107.279488, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  366. w16 = Instance.new("Weld", p16)
  367. w16.Name = "Part_Weld"
  368. w16.Part0 = p16
  369. w16.C0 = CFrame.new(146.858429, -88.5376205, 107.279488, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  370. w16.Part1 = p17
  371. w16.C1 = CFrame.new(146.851746, -139.685501, 12.3945436, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  372. w17 = Instance.new("Weld", p17)
  373. w17.Name = "Part_Weld"
  374. w17.Part0 = p17
  375. w17.C0 = CFrame.new(146.851746, -139.685501, 12.3945436, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  376. w17.Part1 = p18
  377. w17.C1 = CFrame.new(146.850388, -139.694077, 12.2845011, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  378. w18 = Instance.new("Weld", p18)
  379. w18.Name = "Part_Weld"
  380. w18.Part0 = p18
  381. w18.C0 = CFrame.new(146.850388, -139.694077, 12.2845011, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  382. w18.Part1 = p19
  383. w18.C1 = CFrame.new(146.073318, -88.58638, 107.137299, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  384. w19 = Instance.new("Weld", p19)
  385. w19.Name = "Part_Weld"
  386. w19.Part0 = p19
  387. w19.C0 = CFrame.new(146.073318, -88.58638, 107.137299, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  388. w19.Part1 = p20
  389. w19.C1 = CFrame.new(146.068008, -139.685532, 12.3946409, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  390. w20 = Instance.new("Weld", p20)
  391. w20.Name = "Part_Weld"
  392. w20.Part0 = p20
  393. w20.C0 = CFrame.new(146.068008, -139.685532, 12.3946409, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  394. w20.Part1 = p21
  395. w20.C1 = CFrame.new(146.06665, -139.694107, 12.2845984, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  396. w21 = Instance.new("Weld", p21)
  397. w21.Name = "Part_Weld"
  398. w21.Part0 = p21
  399. w21.C0 = CFrame.new(146.06665, -139.694107, 12.2845984, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
  400. w21.Part1 = p22
  401. w21.C1 = CFrame.new(146.074692, -88.5376053, 107.279594, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  402. w22 = Instance.new("Weld", p22)
  403. w22.Name = "Part_Weld"
  404. w22.Part0 = p22
  405. w22.C0 = CFrame.new(146.074692, -88.5376053, 107.279594, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
  406. w22.Part1 = p23
  407. w22.C1 = CFrame.new(-167.03421, -109.218048, 30.2064476, 0.499866068, 8.35267783e-05, 0.866102695, 0.224149361, -0.9659428, -0.129273325, 0.836594939, 0.258755714, -0.482860774)
  408. w23 = Instance.new("Weld", p23)
  409. w23.Name = "Part_Weld"
  410. w23.Part0 = p23
  411. w23.C0 = CFrame.new(-167.03421, -109.218048, 30.2064476, 0.499866068, 8.35267783e-05, 0.866102695, 0.224149361, -0.9659428, -0.129273325, 0.836594939, 0.258755714, -0.482860774)
  412. w23.Part1 = p24
  413. w23.C1 = CFrame.new(-167.032898, -109.169281, 30.3487625, 0.499866068, 8.35267783e-05, 0.866102695, 0.224149361, -0.9659428, -0.129273325, 0.836594939, 0.258755714, -0.482860774)
  414. w24 = Instance.new("Weld", p24)
  415. w24.Name = "Part_Weld"
  416. w24.Part0 = p24
  417. w24.C0 = CFrame.new(-167.032898, -109.169281, 30.3487625, 0.499866068, 8.35267783e-05, 0.866102695, 0.224149361, -0.9659428, -0.129273325, 0.836594939, 0.258755714, -0.482860774)
  418. w24.Part1 = p25
  419. w24.C1 = CFrame.new(-167.026413, -99.8924866, -56.5845947, 0.499964654, 0.000138012911, 0.866045892, -0.432939231, -0.866041362, 0.250072002, 0.750065982, -0.499972343, -0.432930321)
  420. w1 = Instance.new("Weld", m.A1H)
  421. w1.Name = "Left Arm_Weld"
  422. w1.Part0 = m.A1H
  423. w1.C0 = CFrame.new(-112.350464, -146.022888, 81.5908737, -9.16102435e-05, -1, 8.62784333e-08, 1.36420013e-07, 8.62659348e-08, 1, -1, 9.16102508e-05, 1.36412126e-07)
  424. w1.Part1 = game:service("Players").LocalPlayer.Character["Left Arm"]
  425. w1.C1 = CFrame.new(-81.839241, 111.390038, -145.835297, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
  426. m.Parent = game:service("Players").LocalPlayer.Character
  427. m:MakeJoints()
  428. local m = Instance.new("Model")
  429. m.Name = "Arm2"
  430. p1 = Instance.new("Part", m)
  431. p1.BrickColor = BrickColor.new("Really black")
  432. p1.Material = Enum.Material.SmoothPlastic
  433. p1.CFrame = CFrame.new(87.6068497, -111.383545, 146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  434. p1.Size = Vector3.new(2.09819984, 4.31050014, 2.11289978)
  435. p2 = Instance.new("Part", m)
  436. p2.BrickColor = BrickColor.new("Maroon")
  437. p2.Material = Enum.Material.Neon
  438. p2.CFrame = CFrame.new(87.6278534, -112.377228, 146.048172, -9.15555283e-05, -2.79413825e-09, -1, -1, 0, 9.15555283e-05, 0, 1, -2.79405299e-09)
  439. p2.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
  440. p3 = Instance.new("Part", m)
  441. p3.BrickColor = BrickColor.new("Maroon")
  442. p3.Material = Enum.Material.Neon
  443. p3.CFrame = CFrame.new(87.6278458, -110.00386, 146.048172, -9.15555283e-05, -2.79422352e-09, -1, -1, -2.55810997e-13, 9.15555283e-05, 2.55818804e-13, 1, -2.79396772e-09)
  444. p3.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
  445. p4 = Instance.new("Part", m)
  446. p4.BrickColor = BrickColor.new("Maroon")
  447. p4.Material = Enum.Material.Neon
  448. p4.CFrame = CFrame.new(87.6957016, -112.489281, 147.28067, 1, 2.15800064e-05, -3.73745461e-05, -3.73745461e-05, 0.866068184, -0.499912739, 2.15800064e-05, 0.499912739, 0.866068184)
  449. p4.Size = Vector3.new(0.311099887, 1.87719977, 0.589799762)
  450. p5 = Instance.new("Part", m)
  451. p5.BrickColor = BrickColor.new("Maroon")
  452. p5.Material = Enum.Material.Neon
  453. p5.CFrame = CFrame.new(87.6957092, -110.777565, 147.283051, 1, 2.1580785e-05, -3.73737676e-05, -3.73748298e-05, 0.866068184, -0.499912739, 2.15789441e-05, 0.499912739, 0.866068184)
  454. p5.Size = Vector3.new(0.311099887, 1.96389997, 0.589799762)
  455. p6 = Instance.new("Part", m)
  456. p6.BrickColor = BrickColor.new("Maroon")
  457. p6.Material = Enum.Material.Neon
  458. p6.CFrame = CFrame.new(87.695694, -109.30851, 147.157501, 1, 2.15815635e-05, -3.7372989e-05, -3.73751136e-05, 0.866068184, -0.499912739, 2.15778819e-05, 0.499912739, 0.866068184)
  459. p6.Size = Vector3.new(0.311099887, 1.46949995, 0.589799762)
  460. p7 = Instance.new("Part", m)
  461. p7.BrickColor = BrickColor.new("Maroon")
  462. p7.Material = Enum.Material.Neon
  463. p7.CFrame = CFrame.new(87.6889877, -109.286957, 146.144119, 1, 3.42391213e-05, -2.6270829e-05, -2.62730791e-05, 0.965905428, 0.258839518, 3.42363128e-05, -0.258839518, 0.965905428)
  464. p7.Size = Vector3.new(0.315699846, 0.294700384, 2.0375998)
  465. p8 = Instance.new("Part", m)
  466. p8.BrickColor = BrickColor.new("Maroon")
  467. p8.Material = Enum.Material.Neon
  468. p8.CFrame = CFrame.new(87.6889877, -111.192253, 147.065323, 1, 5.82440407e-09, -4.31573026e-05, -4.315759e-05, 0.000140175223, -0.999984324, -7.42147677e-10, 0.999984324, 0.000140175223)
  469. p8.Size = Vector3.new(0.315699846, 0.294700384, 3.59399986)
  470. p9 = Instance.new("Part", m)
  471. p9.BrickColor = BrickColor.new("Maroon")
  472. p9.Material = Enum.Material.Neon
  473. p9.CFrame = CFrame.new(87.6278381, -111.192253, 146.041992, -9.15556157e-05, -1.15143095e-09, -1, -0.999984324, 3.93774826e-08, 9.15551427e-05, 3.93774826e-08, 0.999984324, -1.8751356e-10)
  474. p9.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
  475. w1 = Instance.new("Weld", p1)
  476. w1.Name = "Part_Weld"
  477. w1.Part0 = p1
  478. w1.C0 = CFrame.new(-87.6068497, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  479. w1.Part1 = p2
  480. w1.C1 = CFrame.new(-112.369202, -146.048172, 87.6381454, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  481. w2 = Instance.new("Weld", p2)
  482. w2.Name = "Part_Weld"
  483. w2.Part0 = p2
  484. w2.C0 = CFrame.new(-112.369202, -146.048172, 87.6381454, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  485. w2.Part1 = p3
  486. w2.C1 = CFrame.new(-109.995834, -146.048172, 87.6379242, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  487. w3 = Instance.new("Weld", p3)
  488. w3.Name = "Part_Weld"
  489. w3.Part0 = p3
  490. w3.C0 = CFrame.new(-109.995834, -146.048172, 87.6379242, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  491. w3.Part1 = p4
  492. w3.C1 = CFrame.new(-87.7030869, 23.7943115, -183.789063, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  493. w4 = Instance.new("Weld", p4)
  494. w4.Name = "Part_Weld"
  495. w4.Part0 = p4
  496. w4.C0 = CFrame.new(-87.7030869, 23.7943115, -183.789063, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  497. w4.Part1 = p5
  498. w4.C1 = CFrame.new(-87.7030258, 22.3109207, -182.93782, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  499. w5 = Instance.new("Weld", p5)
  500. w5.Name = "Part_Weld"
  501. w5.Part0 = p5
  502. w5.C0 = CFrame.new(-87.7030258, 22.3109207, -182.93782, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  503. w5.Part1 = p6
  504. w5.C1 = CFrame.new(-87.7029572, 21.1016388, -182.097076, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  505. w6 = Instance.new("Weld", p6)
  506. w6.Name = "Part_Weld"
  507. w6.Part0 = p6
  508. w6.C0 = CFrame.new(-87.7029572, 21.1016388, -182.097076, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
  509. w6.Part1 = p7
  510. w6.C1 = CFrame.new(-87.6968765, 143.393646, -112.877594, 1, -2.62720805e-05, 3.4239667e-05, 3.4239667e-05, 0.965918124, -0.258842885, -2.62720805e-05, 0.258842885, 0.965918124)
  511. w7 = Instance.new("Weld", p7)
  512. w7.Name = "Part_Weld"
  513. w7.Part0 = p7
  514. w7.C0 = CFrame.new(-87.6968765, 143.393646, -112.877594, 1, -2.62720805e-05, 3.4239667e-05, 3.4239667e-05, 0.965918124, -0.258842885, -2.62720805e-05, 0.258842885, 0.965918124)
  515. w7.Part1 = p8
  516. w7.C1 = CFrame.new(-87.6938019, -147.055939, -111.213692, 1, -4.31572153e-05, 1.86628313e-09, 4.18168389e-09, 0.000140138043, 1, -4.31572153e-05, -1, 0.000140138043)
  517. w8 = Instance.new("Weld", p8)
  518. w8.Name = "Part_Weld"
  519. w8.Part0 = p8
  520. w8.C0 = CFrame.new(-87.6938019, -147.055939, -111.213692, 1, -4.31572153e-05, 1.86628313e-09, 4.18168389e-09, 0.000140138043, 1, -4.31572153e-05, -1, 0.000140138043)
  521. w8.Part1 = p9
  522. w8.C1 = CFrame.new(-111.188843, -146.048172, 87.638031, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  523. w1 = Instance.new("Weld", p1)
  524. w1.Name = "Right Arm_Weld"
  525. w1.Part0 = p1
  526. w1.C0 = CFrame.new(-87.6068497, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  527. w1.Part1 = game:service("Players").LocalPlayer.Character["Right Arm"]
  528. w1.C1 = CFrame.new(-87.8392868, 111.390038, -145.835297, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
  529. m.Parent = game:service("Players").LocalPlayer.Character
  530. m:MakeJoints()
  531. local m = Instance.new("Model")
  532. m.Name = "Torso"
  533. p1 = Instance.new("Part", m)
  534. p1.BrickColor = BrickColor.new("Maroon")
  535. p1.Material = Enum.Material.Neon
  536. p1.CFrame = CFrame.new(84.5868301, -113.163589, 146.041168, -9.15555283e-05, -2.79413825e-09, -1, -1, 0, 9.15555283e-05, 0, 1, -2.79405299e-09)
  537. p1.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
  538. p2 = Instance.new("Part", m)
  539. p2.BrickColor = BrickColor.new("Really black")
  540. p2.Material = Enum.Material.SmoothPlastic
  541. p2.Name = "THandle"
  542. p2.CFrame = CFrame.new(84.5897446, -111.383545, 146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  543. p2.Size = Vector3.new(3.9849999, 4.31050014, 2.11289978)
  544. p3 = Instance.new("Part", m)
  545. p3.BrickColor = BrickColor.new("Really black")
  546. p3.Material = Enum.Material.Fabric
  547. p3.Name = "Part14"
  548. p3.CFrame = CFrame.new(83.9678345, -110.995544, 147.457184, -0.968412638, -0.247969314, 0.0262347106, -0.246386334, 0.96776098, 0.0522738248, -0.0383512303, 0.044158753, -0.998288214)
  549. p3.CanCollide = false
  550. p3.Elasticity = 0
  551. p3.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
  552. p3.BottomSurface = Enum.SurfaceType.Smooth
  553. p3.TopSurface = Enum.SurfaceType.Smooth
  554. b1 = Instance.new("BlockMesh", p3)
  555. b1.Name = "Mesh"
  556. b1.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  557. p4 = Instance.new("Part", m)
  558. p4.BrickColor = BrickColor.new("Really black")
  559. p4.Material = Enum.Material.Fabric
  560. p4.Name = "Part13"
  561. p4.CFrame = CFrame.new(84.1168671, -110.840141, 147.461685, -0.720300615, -0.693335235, 0.021299649, -0.670823574, 0.688442051, -0.275760025, 0.1765306, -0.212918416, -0.960990787)
  562. p4.CanCollide = false
  563. p4.Elasticity = 0
  564. p4.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
  565. p4.BottomSurface = Enum.SurfaceType.Smooth
  566. p4.TopSurface = Enum.SurfaceType.Smooth
  567. b2 = Instance.new("BlockMesh", p4)
  568. b2.Name = "Mesh"
  569. b2.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  570. p5 = Instance.new("Part", m)
  571. p5.BrickColor = BrickColor.new("Really black")
  572. p5.Material = Enum.Material.Fabric
  573. p5.Name = "Part15"
  574. p5.CFrame = CFrame.new(84.2879944, -110.170609, 147.301239, 0.747780323, -0.646847844, -0.149712056, -0.662359059, -0.742366135, -0.100866243, -0.0458961278, 0.174588978, -0.983572245)
  575. p5.CanCollide = false
  576. p5.Elasticity = 0
  577. p5.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
  578. p5.BottomSurface = Enum.SurfaceType.Smooth
  579. p5.TopSurface = Enum.SurfaceType.Smooth
  580. b3 = Instance.new("BlockMesh", p5)
  581. b3.Name = "Mesh"
  582. b3.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  583. p6 = Instance.new("Part", m)
  584. p6.BrickColor = BrickColor.new("Really black")
  585. p6.Material = Enum.Material.Fabric
  586. p6.Name = "Part16"
  587. p6.CFrame = CFrame.new(85.3454056, -110.857224, 147.493668, -0.693472266, 0.720173359, 0.0212088078, 0.688347638, 0.670945108, -0.275704205, -0.212784424, -0.176594257, -0.961011648)
  588. p6.CanCollide = false
  589. p6.Elasticity = 0
  590. p6.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
  591. p6.BottomSurface = Enum.SurfaceType.Smooth
  592. p6.TopSurface = Enum.SurfaceType.Smooth
  593. b4 = Instance.new("BlockMesh", p6)
  594. b4.Name = "Mesh"
  595. b4.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  596. p7 = Instance.new("Part", m)
  597. p7.BrickColor = BrickColor.new("Really black")
  598. p7.Material = Enum.Material.Fabric
  599. p7.Name = "Part17"
  600. p7.CFrame = CFrame.new(85.210762, -110.182312, 147.324966, 0.760454059, 0.618674576, 0.19738102, 0.64386785, -0.757885337, -0.105120733, 0.0845566988, 0.207025766, -0.974682808)
  601. p7.CanCollide = false
  602. p7.Elasticity = 0
  603. p7.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
  604. p7.BottomSurface = Enum.SurfaceType.Smooth
  605. p7.TopSurface = Enum.SurfaceType.Smooth
  606. b5 = Instance.new("BlockMesh", p7)
  607. b5.Name = "Mesh"
  608. b5.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  609. p8 = Instance.new("Part", m)
  610. p8.BrickColor = BrickColor.new("Really black")
  611. p8.Material = Enum.Material.Fabric
  612. p8.Name = "Part18"
  613. p8.CFrame = CFrame.new(85.5018387, -111.014351, 147.497726, -0.962686658, 0.269351214, 0.0263137072, 0.270402074, 0.961330891, 0.0522695854, -0.0112162828, 0.057435222, -0.998294234)
  614. p8.CanCollide = false
  615. p8.Elasticity = 0
  616. p8.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
  617. p8.BottomSurface = Enum.SurfaceType.Smooth
  618. p8.TopSurface = Enum.SurfaceType.Smooth
  619. b6 = Instance.new("BlockMesh", p8)
  620. b6.Name = "Mesh"
  621. b6.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  622. p9 = Instance.new("Part", m)
  623. p9.BrickColor = BrickColor.new("Maroon")
  624. p9.Material = Enum.Material.Neon
  625. p9.CFrame = CFrame.new(84.3693542, -110.348854, 146.043167, -0.500153601, 2.55797058e-05, -0.865941405, -0.865940094, -4.03597951e-05, 0.500154376, -2.25491822e-05, 1.00000799, 4.34990507e-05)
  626. p9.Size = Vector3.new(0.315699846, 2.2366004, 3.51800013)
  627. p10 = Instance.new("Part", m)
  628. p10.BrickColor = BrickColor.new("Maroon")
  629. p10.Material = Enum.Material.Neon
  630. p10.CFrame = CFrame.new(84.5845871, -110.349113, 146.04512, -9.02414322e-05, -2.85634451e-06, -1.00000405, -1.00000334, -1.33664253e-06, 9.15527344e-05, -2.25919393e-06, 1.00000799, -2.04649768e-06)
  631. p10.Size = Vector3.new(0.315699846, 2.2366004, 4.0007)
  632. p11 = Instance.new("Part", m)
  633. p11.BrickColor = BrickColor.new("Maroon")
  634. p11.Material = Enum.Material.Neon
  635. p11.CFrame = CFrame.new(84.5879822, -111.19767, 146.047073, -8.95858029e-05, -3.70137923e-06, -1.00000405, -1.00000334, -3.16494197e-06, 9.08971124e-05, -4.08757751e-06, 1.00000799, -2.89137324e-06)
  636. p11.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
  637. p12 = Instance.new("Part", m)
  638. p12.BrickColor = BrickColor.new("Maroon")
  639. p12.Material = Enum.Material.Neon
  640. p12.CFrame = CFrame.new(84.5883789, -112.221611, 146.049026, 0.499969274, 2.67572477e-06, -0.866047919, -0.866047919, -1.80117081e-06, -0.499967784, -4.10128087e-06, 1.00000799, 1.65682468e-06)
  641. p12.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
  642. p13 = Instance.new("Part", m)
  643. p13.BrickColor = BrickColor.new("Maroon")
  644. p13.Material = Enum.Material.Neon
  645. p13.CFrame = CFrame.new(84.5887527, -112.221886, 146.050949, -0.500151992, 2.30442656e-05, -0.865942478, -0.865941167, -4.58442155e-05, 0.500152707, -2.85665737e-05, 1.00000799, 4.4046501e-05)
  646. p13.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
  647. p14 = Instance.new("Part", m)
  648. p14.BrickColor = BrickColor.new("Maroon")
  649. p14.Material = Enum.Material.Neon
  650. p14.CFrame = CFrame.new(84.5891266, -109.450058, 146.052933, -8.83340836e-05, -5.39186294e-06, -1.00000417, -1.00000346, -6.82111386e-06, 8.96155834e-05, -7.7439181e-06, 1.00000799, -4.58154682e-06)
  651. p14.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
  652. p15 = Instance.new("Part", m)
  653. p15.BrickColor = BrickColor.new("Maroon")
  654. p15.Material = Enum.Material.Neon
  655. p15.CFrame = CFrame.new(84.8015594, -110.353783, 146.054886, 0.499970406, 9.8523833e-07, -0.866047323, -0.866047323, -5.45733337e-06, -0.499968946, -6.42250507e-06, 1.00000799, -1.63520053e-06)
  656. p15.Size = Vector3.new(0.315699846, 2.2366004, 3.53139997)
  657. p16 = Instance.new("Part", m)
  658. p16.BrickColor = BrickColor.new("Really black")
  659. p16.Material = Enum.Material.Fabric
  660. p16.Name = "Part12"
  661. p16.CFrame = CFrame.new(93.2527695, -108.99398, 152.099899, -0.701415002, -0.00918588042, -0.71269989, -0.508377314, 0.707296908, 0.491213381, 0.499578387, 0.706865609, -0.500777721)
  662. p16.CanCollide = false
  663. p16.Elasticity = 0
  664. p16.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
  665. p16.BottomSurface = Enum.SurfaceType.Smooth
  666. p16.TopSurface = Enum.SurfaceType.Smooth
  667. b7 = Instance.new("SpecialMesh", p16)
  668. b7.MeshType = Enum.MeshType.Wedge
  669. b7.Name = "Mesh"
  670. b7.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  671. p17 = Instance.new("Part", m)
  672. p17.BrickColor = BrickColor.new("Really black")
  673. p17.Material = Enum.Material.Fabric
  674. p17.Name = "Part11"
  675. p17.CFrame = CFrame.new(90.8355713, -108.988831, 150.594162, -0.963914752, 0.264164984, 0.0330716968, 0.265255451, 0.96356225, 0.034555614, -0.0227373242, 0.0420817286, -0.998863399)
  676. p17.CanCollide = false
  677. p17.Elasticity = 0
  678. p17.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
  679. p17.BottomSurface = Enum.SurfaceType.Smooth
  680. p17.TopSurface = Enum.SurfaceType.Smooth
  681. b8 = Instance.new("BlockMesh", p17)
  682. b8.Name = "Mesh"
  683. b8.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  684. p18 = Instance.new("Part", m)
  685. p18.BrickColor = BrickColor.new("Really red")
  686. p18.Material = Enum.Material.Fabric
  687. p18.Name = "Part7"
  688. p18.CFrame = CFrame.new(90.5186615, -107.113686, 150.181839, 0.701273143, 0.712838113, 0.00930058397, 0.508621991, -0.491145462, -0.707167983, -0.499528706, 0.500647545, -0.706992984)
  689. p18.CanCollide = false
  690. p18.Elasticity = 0
  691. p18.Size = Vector3.new(1.53495908, 6.13983536, 1.5349592)
  692. p18.BottomSurface = Enum.SurfaceType.Smooth
  693. p18.TopSurface = Enum.SurfaceType.Smooth
  694. b9 = Instance.new("BlockMesh", p18)
  695. b9.Name = "Mesh"
  696. b9.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  697. p19 = Instance.new("Part", m)
  698. p19.BrickColor = BrickColor.new("Really black")
  699. p19.Material = Enum.Material.Fabric
  700. p19.Name = "Part5"
  701. p19.CFrame = CFrame.new(89.1910019, -107.793663, 149.195389, -0.969446123, -0.244126514, 0.0241922084, -0.24531056, 0.963780046, -0.104677796, 0.00223930925, -0.107413203, -0.994219959)
  702. p19.CanCollide = false
  703. p19.Elasticity = 0
  704. p19.Size = Vector3.new(1.53495908, 4.60487652, 1.5349592)
  705. p19.BottomSurface = Enum.SurfaceType.Smooth
  706. p19.TopSurface = Enum.SurfaceType.Smooth
  707. b10 = Instance.new("BlockMesh", p19)
  708. b10.Name = "Mesh"
  709. b10.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  710. p20 = Instance.new("Part", m)
  711. p20.BrickColor = BrickColor.new("Really black")
  712. p20.Material = Enum.Material.Fabric
  713. p20.Name = "Part20"
  714. p20.CFrame = CFrame.new(92.6175385, -109.988045, 151.547424, -0.975373745, -0.216038078, 0.044524435, -0.220207244, 0.965377331, -0.139864445, -0.0127661638, -0.146223843, -0.989177227)
  715. p20.CanCollide = false
  716. p20.Elasticity = 0
  717. p20.Size = Vector3.new(1.53495908, 4.60487652, 1.5349592)
  718. p20.BottomSurface = Enum.SurfaceType.Smooth
  719. p20.TopSurface = Enum.SurfaceType.Smooth
  720. b11 = Instance.new("BlockMesh", p20)
  721. b11.Name = "Mesh"
  722. b11.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  723. p21 = Instance.new("Part", m)
  724. p21.BrickColor = BrickColor.new("Really red")
  725. p21.Material = Enum.Material.Fabric
  726. p21.Name = "Part6"
  727. p21.CFrame = CFrame.new(87.3389969, -109.309204, 148.69783, -0.996296287, -0.0837832615, 0.0195701681, -0.0852189213, 0.929658592, -0.358440161, 0.0118385106, -0.358779669, -0.933355749)
  728. p21.CanCollide = false
  729. p21.Elasticity = 0
  730. p21.Size = Vector3.new(1.53495908, 4.60487652, 1.5349592)
  731. p21.BottomSurface = Enum.SurfaceType.Smooth
  732. p21.TopSurface = Enum.SurfaceType.Smooth
  733. b12 = Instance.new("BlockMesh", p21)
  734. b12.Name = "Mesh"
  735. b12.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
  736. p22 = Instance.new("Part", m)
  737. p22.BrickColor = BrickColor.new("Really black")
  738. p22.Material = Enum.Material.Fabric
  739. p22.Name = "Part9"
  740. p22.CFrame = CFrame.new(86.9112473, -108.215088, 147.947144, -0.880158782, 0.473868757, 0.0278906599, 0.464268953, 0.847104967, 0.258600563, 0.098917529, 0.240558505, -0.965589404)
  741. p22.CanCollide = false
  742. p22.Elasticity = 0
  743. p22.Size = Vector3.new(1.53495908, 6.13983536, 1.5349592)
  744. p22.BottomSurface = Enum.SurfaceType.Smooth
  745. p22.TopSurface = Enum.SurfaceType.Smooth
  746. b13 = Instance.new("BlockMesh", p22)
  747. b13.Name = "Mesh"
  748. b13.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  749. p23 = Instance.new("Part", m)
  750. p23.BrickColor = BrickColor.new("Really red")
  751. p23.Material = Enum.Material.Fabric
  752. p23.Name = "Part8"
  753. p23.CFrame = CFrame.new(82.6164322, -108.161697, 147.836899, -0.885156572, -0.464474469, 0.0277536772, -0.442483813, 0.858700454, 0.258550584, -0.143921778, 0.216578215, -0.965606749)
  754. p23.CanCollide = false
  755. p23.Elasticity = 0
  756. p23.Size = Vector3.new(1.53495908, 6.13983536, 1.5349592)
  757. p23.BottomSurface = Enum.SurfaceType.Smooth
  758. p23.TopSurface = Enum.SurfaceType.Smooth
  759. b14 = Instance.new("BlockMesh", p23)
  760. b14.Name = "Mesh"
  761. b14.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  762. p24 = Instance.new("Part", m)
  763. p24.BrickColor = BrickColor.new("Really black")
  764. p24.Material = Enum.Material.Fabric
  765. p24.Name = "Part10"
  766. p24.CFrame = CFrame.new(81.6705551, -108.610634, 148.168076, -0.98778671, 0.153966844, 0.0242103692, 0.150666267, 0.983043313, -0.104577914, -0.0398994535, -0.0996512175, -0.994238019)
  767. p24.CanCollide = false
  768. p24.Elasticity = 0
  769. p24.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
  770. p24.BottomSurface = Enum.SurfaceType.Smooth
  771. p24.TopSurface = Enum.SurfaceType.Smooth
  772. b15 = Instance.new("BlockMesh", p24)
  773. b15.Name = "Mesh"
  774. b15.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  775. p25 = Instance.new("Part", m)
  776. p25.BrickColor = BrickColor.new("Really red")
  777. p25.Material = Enum.Material.Fabric
  778. p25.Name = "Part4"
  779. p25.CFrame = CFrame.new(80.4523849, -107.381226, 148.784698, -0.981846333, 0.1881679, 0.0241891127, 0.18470037, 0.977205217, -0.104723617, -0.0433413647, -0.0983530805, -0.994223237)
  780. p25.CanCollide = false
  781. p25.Elasticity = 0
  782. p25.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
  783. p25.BottomSurface = Enum.SurfaceType.Smooth
  784. p25.TopSurface = Enum.SurfaceType.Smooth
  785. b16 = Instance.new("BlockMesh", p25)
  786. b16.Name = "Mesh"
  787. b16.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  788. p26 = Instance.new("Part", m)
  789. p26.BrickColor = BrickColor.new("Really black")
  790. p26.Material = Enum.Material.Fabric
  791. p26.Name = "Part1"
  792. p26.CFrame = CFrame.new(78.9240799, -106.97258, 149.883514, 0.662168026, -0.749306083, 0.00941048935, -0.525425732, -0.473201185, -0.707120836, 0.534302175, 0.463289738, -0.707047105)
  793. p26.CanCollide = false
  794. p26.Elasticity = 0
  795. p26.Size = Vector3.new(1.53495908, 6.13983536, 1.5349592)
  796. p26.BottomSurface = Enum.SurfaceType.Smooth
  797. p26.TopSurface = Enum.SurfaceType.Smooth
  798. b17 = Instance.new("BlockMesh", p26)
  799. b17.Name = "Mesh"
  800. b17.Scale = Vector3.new(0.299999923, 1, 0.299999923)
  801. p27 = Instance.new("Part", m)
  802. p27.BrickColor = BrickColor.new("Really black")
  803. p27.Material = Enum.Material.Fabric
  804. p27.Name = "Part3"
  805. p27.CFrame = CFrame.new(78.8523941, -109.4767, 150.197845, -0.968526781, -0.247572199, 0.0260481052, -0.246627435, 0.968493581, 0.0347371399, -0.0338264853, 0.0272224844, -0.99907285)
  806. p27.CanCollide = false
  807. p27.Elasticity = 0
  808. p27.Size = Vector3.new(1.53495908, 4.60487652, 1.5349592)
  809. p27.BottomSurface = Enum.SurfaceType.Smooth
  810. p27.TopSurface = Enum.SurfaceType.Smooth
  811. b18 = Instance.new("BlockMesh", p27)
  812. b18.Name = "Mesh"
  813. b18.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  814. p28 = Instance.new("Part", m)
  815. p28.BrickColor = BrickColor.new("Really black")
  816. p28.Material = Enum.Material.Fabric
  817. p28.Name = "Part19"
  818. p28.CFrame = CFrame.new(76.8466873, -109.385384, 150.597458, -0.958178878, 0.280240297, 0.0580810159, 0.285589248, 0.923023522, 0.257833481, 0.0186474882, 0.263640344, -0.964457214)
  819. p28.CanCollide = false
  820. p28.Elasticity = 0
  821. p28.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
  822. p28.BottomSurface = Enum.SurfaceType.Smooth
  823. p28.TopSurface = Enum.SurfaceType.Smooth
  824. b19 = Instance.new("BlockMesh", p28)
  825. b19.Name = "Mesh"
  826. b19.Scale = Vector3.new(0.099999927, 1, 0.099999927)
  827. p29 = Instance.new("Part", m)
  828. p29.BrickColor = BrickColor.new("Really black")
  829. p29.Material = Enum.Material.Fabric
  830. p29.Name = "Part2"
  831. p29.CFrame = CFrame.new(76.0513306, -108.783821, 151.660919, -0.662305176, -0.00923445821, 0.749187052, 0.525352597, 0.707214355, 0.473142862, -0.534204185, 0.706956089, -0.463541746)
  832. p29.CanCollide = false
  833. p29.Elasticity = 0
  834. p29.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
  835. p29.BottomSurface = Enum.SurfaceType.Smooth
  836. p29.TopSurface = Enum.SurfaceType.Smooth
  837. b20 = Instance.new("SpecialMesh", p29)
  838. b20.MeshType = Enum.MeshType.Wedge
  839. b20.Name = "Mesh"
  840. b20.Scale = Vector3.new(0.319999993, 0.299999923, 1)
  841. w1 = Instance.new("Weld", p1)
  842. w1.Name = "Part_Weld"
  843. w1.Part0 = p1
  844. w1.C0 = CFrame.new(-113.155846, -146.041168, 84.5971909, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
  845. w1.Part1 = p2
  846. w1.C1 = CFrame.new(-84.5897446, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  847. w2 = Instance.new("Weld", p2)
  848. w2.Name = "Part14_Weld"
  849. w2.Part0 = p2
  850. w2.C0 = CFrame.new(-84.5897446, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  851. w2.Part1 = p3
  852. w2.C1 = CFrame.new(59.6228867, 121.727066, 150.804031, -0.968412638, -0.246386334, -0.0383512303, -0.247969314, 0.96776098, 0.044158753, 0.0262347106, 0.0522738248, -0.998288214)
  853. w3 = Instance.new("Weld", p3)
  854. w3.Name = "Part13_Weld"
  855. w3.Part0 = p3
  856. w3.C0 = CFrame.new(59.6228867, 121.727066, 150.804031, -0.968412638, -0.246386334, -0.0383512303, -0.247969314, 0.96776098, 0.044158753, 0.0262347106, 0.0522738248, -0.998288214)
  857. w3.Part1 = p4
  858. w3.C1 = CFrame.new(-39.7962418, 166.025436, 109.35231, -0.720300555, -0.670823574, 0.17653057, -0.693335176, 0.688441932, -0.212918371, 0.0212996472, -0.275760025, -0.960990667)
  859. w4 = Instance.new("Weld", p4)
  860. w4.Name = "Part15_Weld"
  861. w4.Part0 = p4
  862. w4.C0 = CFrame.new(-39.7962418, 166.025497, 109.352356, -0.720300615, -0.670823574, 0.1765306, -0.693335235, 0.688442051, -0.212918416, 0.021299649, -0.275760025, -0.960990787)
  863. w4.Part1 = p5
  864. w4.C1 = CFrame.new(-129.240738, -52.9825401, 146.387604, 0.747779965, -0.662358761, -0.0458961129, -0.646847606, -0.742365956, 0.174588844, -0.149712041, -0.100866258, -0.983571649)
  865. w5 = Instance.new("Weld", p5)
  866. w5.Name = "Part16_Weld"
  867. w5.Part0 = p5
  868. w5.C0 = CFrame.new(-129.240829, -52.9825821, 146.387817, 0.747780323, -0.662359059, -0.0458961278, -0.646847844, -0.742366135, 0.174588978, -0.149712056, -0.100866243, -0.983572245)
  869. w5.Part1 = p6
  870. w5.C1 = CFrame.new(166.876953, 38.9620705, 109.368759, -0.693471253, 0.688346803, -0.212784037, 0.720172584, 0.670944631, -0.17659381, 0.021208629, -0.275703907, -0.961009622)
  871. w6 = Instance.new("Weld", p6)
  872. w6.Name = "Part17_Weld"
  873. w6.Part0 = p6
  874. w6.C0 = CFrame.new(166.877319, 38.9621506, 109.369232, -0.693472266, 0.688347638, -0.212784424, 0.720173359, 0.670945108, -0.176594257, 0.0212088078, -0.275704205, -0.961011648)
  875. w6.Part1 = p7
  876. w6.C1 = CFrame.new(-6.31315613, -166.722534, 115.192467, 0.760451972, 0.643866539, 0.0845562667, 0.618672192, -0.757883012, 0.207024857, 0.197380021, -0.105120122, -0.974676728)
  877. w7 = Instance.new("Weld", p7)
  878. w7.Name = "Part18_Weld"
  879. w7.Part0 = p7
  880. w7.C0 = CFrame.new(-6.31333637, -166.723328, 115.193649, 0.760454059, 0.64386785, 0.0845566988, 0.618674576, -0.757885337, 0.207025766, 0.19738102, -0.105120733, -0.974682808)
  881. w7.Part1 = p8
  882. w7.C1 = CFrame.new(113.983856, 75.2199631, 150.797119, -0.962683976, 0.270400554, -0.0112172216, 0.269350588, 0.961329103, 0.057433866, 0.0263139009, 0.0522681624, -0.998290122)
  883. w8 = Instance.new("Weld", p8)
  884. w8.Name = "Part_Weld"
  885. w8.Part0 = p8
  886. w8.C0 = CFrame.new(113.984352, 75.2199249, 150.798904, -0.962686658, 0.270402074, -0.0112162828, 0.269351214, 0.961330891, 0.057435222, 0.0263137072, 0.0522695854, -0.998294234)
  887. w8.Part1 = p9
  888. w8.C1 = CFrame.new(-53.3545341, -146.048996, 128.243103, -0.500153124, -0.8659392, -2.21580267e-05, 2.71666795e-05, -3.99388373e-05, 1.00000763, -0.865939915, 0.500153482, 4.51463275e-05)
  889. w9 = Instance.new("Weld", p9)
  890. w9.Name = "Part_Weld"
  891. w9.Part0 = p9
  892. w9.C0 = CFrame.new(-53.3545341, -146.048996, 128.243103, -0.500153124, -0.8659392, -2.21580267e-05, 2.71666795e-05, -3.99388373e-05, 1.00000763, -0.865939915, 0.500153482, 4.51463275e-05)
  893. w9.Part1 = p10
  894. w9.C1 = CFrame.new(-110.340973, -146.04216, 84.5941162, -9.12547112e-05, -1.00000215, -9.15853889e-07, -4.24279278e-07, 9.12554242e-07, 1.00000763, -1.0000025, 9.19103622e-05, 4.2051397e-07)
  895. w10 = Instance.new("Weld", p10)
  896. w10.Name = "Part_Weld"
  897. w10.Part0 = p10
  898. w10.C0 = CFrame.new(-110.340973, -146.04216, 84.5941162, -9.12547112e-05, -1.00000215, -9.15853889e-07, -4.24279278e-07, 9.12554242e-07, 1.00000763, -1.0000025, 9.19103622e-05, 4.2051397e-07)
  899. w10.Part1 = p11
  900. w10.C1 = CFrame.new(-111.18927, -146.04216, 84.5972061, -9.12547112e-05, -1.00000215, -9.15853605e-07, -4.24279364e-07, 9.12553958e-07, 1.00000763, -1.0000025, 9.19103622e-05, 4.20514056e-07)
  901. w11 = Instance.new("Weld", p11)
  902. w11.Name = "Part_Weld"
  903. w11.Part0 = p11
  904. w11.C0 = CFrame.new(-111.18927, -146.04216, 84.5972061, -9.12547112e-05, -1.00000215, -9.15853605e-07, -4.24279364e-07, 9.12553958e-07, 1.00000763, -1.0000025, 9.19103622e-05, 4.20514056e-07)
  905. w11.Part1 = p12
  906. w11.C1 = CFrame.new(-139.47879, -146.042267, 17.1489372, 0.499966502, -0.86604768, -1.00480179e-06, 4.79187975e-06, 3.92220682e-06, 1.00000763, -0.86604768, -0.499965757, 5.92838387e-06)
  907. w12 = Instance.new("Weld", p12)
  908. w12.Name = "Part_Weld"
  909. w12.Part0 = p12
  910. w12.C0 = CFrame.new(-139.47879, -146.042267, 17.1489372, 0.499966502, -0.86604768, -1.00480179e-06, 4.79187975e-06, 3.92220682e-06, 1.00000763, -0.86604768, -0.499965757, 5.92838387e-06)
  911. w12.Part1 = p13
  912. w12.C1 = CFrame.new(-54.8665771, -146.049057, 129.368042, -0.500153124, -0.86593926, -2.21580267e-05, 2.71666759e-05, -3.99388409e-05, 1.00000763, -0.865939915, 0.500153542, 4.51463275e-05)
  913. w13 = Instance.new("Weld", p13)
  914. w13.Name = "Part_Weld"
  915. w13.Part0 = p13
  916. w13.C0 = CFrame.new(-54.8665771, -146.049057, 129.368042, -0.500153124, -0.86593926, -2.21580267e-05, 2.71666759e-05, -3.99388409e-05, 1.00000763, -0.865939915, 0.500153542, 4.51463275e-05)
  917. w13.Part1 = p14
  918. w13.C1 = CFrame.new(-109.440865, -146.04216, 84.5970535, -9.12547112e-05, -1.00000215, -9.15853889e-07, -4.24279278e-07, 9.12552423e-07, 1.00000763, -1.0000025, 9.19401646e-05, 4.2051397e-07)
  919. w14 = Instance.new("Weld", p14)
  920. w14.Name = "Part_Weld"
  921. w14.Part0 = p14
  922. w14.C0 = CFrame.new(-109.440865, -146.04216, 84.5970535, -9.12547112e-05, -1.00000215, -9.15853889e-07, -4.24279278e-07, 9.12552423e-07, 1.00000763, -1.0000025, 9.19401646e-05, 4.2051397e-07)
  923. w14.Part1 = p15
  924. w14.C1 = CFrame.new(-137.966492, -146.042267, 18.2668228, 0.499966502, -0.86604768, -1.0048019e-06, 4.79187975e-06, 3.922205e-06, 1.00000763, -0.86604768, -0.499965727, 5.92838342e-06)
  925. w15 = Instance.new("Weld", p15)
  926. w15.Name = "Part12_Weld"
  927. w15.Part0 = p15
  928. w15.C0 = CFrame.new(-137.966492, -146.042267, 18.2668228, 0.499966502, -0.86604768, -1.0048019e-06, 4.79187975e-06, 3.922205e-06, 1.00000763, -0.86604768, -0.499965727, 5.92838342e-06)
  929. w15.Part1 = p16
  930. w15.C1 = CFrame.new(-65.9801178, -29.5553818, 196.157471, -0.701414764, -0.508372426, 0.499581248, -0.00918608904, 0.707301855, 0.706860125, -0.712697864, 0.491208553, -0.500781894)
  931. w16 = Instance.new("Weld", p16)
  932. w16.Name = "Part11_Weld"
  933. w16.Part0 = p16
  934. w16.C0 = CFrame.new(-65.9801178, -29.5553818, 196.157471, -0.701414764, -0.508372426, 0.499581248, -0.00918608904, 0.707301855, 0.706860125, -0.712697864, 0.491208553, -0.500781894)
  935. w16.Part1 = p17
  936. w16.C1 = CFrame.new(119.887611, 74.685379, 151.16597, -0.963913083, 0.265254617, -0.0227412581, 0.264164984, 0.963561654, 0.0420728177, 0.0330730677, 0.0345449597, -0.998863339)
  937. w17 = Instance.new("Weld", p17)
  938. w17.Name = "Part7_Weld"
  939. w17.Part0 = p17
  940. w17.C0 = CFrame.new(119.888031, 74.6850586, 151.168228, -0.963912964, 0.265254945, -0.0227402747, 0.264165223, 0.963561356, 0.042074874, 0.03307271, 0.0345472097, -0.99886328)
  941. w17.Part1 = p18
  942. w17.C1 = CFrame.new(66.0140991, -192.30896, 29.5767975, 0.701273799, 0.508619785, -0.499527633, 0.712835252, -0.491143614, 0.500650227, 0.00930162892, -0.707169354, -0.706991315)
  943. w18 = Instance.new("Weld", p18)
  944. w18.Name = "Part5_Weld"
  945. w18.Part0 = p18
  946. w18.C0 = CFrame.new(66.0153275, -192.31044, 29.5771637, 0.701272845, 0.508617103, -0.499531567, 0.712836087, -0.491140664, 0.500651777, 0.00930078328, -0.70717299, -0.70698756)
  947. w18.Part1 = p19
  948. w18.C1 = CFrame.new(59.6857796, 141.684662, 134.872955, -0.969444692, -0.245311111, 0.00223972648, -0.244125918, 0.963778079, -0.107421368, 0.0241937116, -0.104686737, -0.994218707)
  949. w19 = Instance.new("Weld", p19)
  950. w19.Name = "Part20_Weld"
  951. w19.Part0 = p19
  952. w19.C0 = CFrame.new(59.6861572, 141.685104, 134.875061, -0.969444692, -0.245310187, 0.00224010646, -0.244125336, 0.9637779, -0.107420564, 0.0241931081, -0.104685992, -0.994218826)
  953. w19.Part1 = p20
  954. w19.C1 = CFrame.new(68.0478058, 148.343765, 130.381622, -0.975372732, -0.220208004, -0.0127658602, -0.216037154, 0.965375483, -0.146231472, 0.0445258245, -0.13987267, -0.989175618)
  955. w20 = Instance.new("Weld", p20)
  956. w20.Name = "Part6_Weld"
  957. w20.Part0 = p20
  958. w20.C0 = CFrame.new(68.0482254, 148.344421, 130.383667, -0.975372195, -0.220207036, -0.0127655538, -0.216036916, 0.965374887, -0.146231174, 0.0445252731, -0.139872551, -0.989175856)
  959. w20.Part1 = p21
  960. w20.C1 = CFrame.new(75.9369507, 162.278748, 97.8812027, -0.996296048, -0.0852195621, 0.0118373036, -0.0837812424, 0.929656684, -0.358784795, 0.0195716508, -0.358445764, -0.933353126)
  961. w21 = Instance.new("Weld", p21)
  962. w21.Name = "Part9_Weld"
  963. w21.Part0 = p21
  964. w21.C0 = CFrame.new(75.9371414, 162.280121, 97.8825989, -0.996294677, -0.0852186829, 0.0118380859, -0.0837821439, 0.929654419, -0.358786523, 0.0195708498, -0.358447522, -0.933352768)
  965. w21.Part1 = p22
  966. w21.C1 = CFrame.new(112.10041, 14.9000816, 168.397766, -0.880158663, 0.464270175, 0.0989108533, 0.473870963, 0.847109318, 0.240549922, 0.0278941467, 0.258591056, -0.965591311)
  967. w22 = Instance.new("Weld", p22)
  968. w22.Name = "Part8_Weld"
  969. w22.Part0 = p22
  970. w22.C0 = CFrame.new(112.100433, 14.8996201, 168.400085, -0.880157113, 0.464269221, 0.0989131182, 0.47386831, 0.847105861, 0.240552664, 0.0278917626, 0.258592099, -0.965591013)
  971. w22.Part1 = p23
  972. w22.C1 = CFrame.new(46.5411644, 99.2344971, 168.405701, -0.885161757, -0.442488432, -0.143918976, -0.46447292, 0.858705521, 0.216568336, 0.027759457, 0.258544356, -0.965607941)
  973. w23 = Instance.new("Weld", p23)
  974. w23.Name = "Part10_Weld"
  975. w23.Part0 = p23
  976. w23.C0 = CFrame.new(46.5409622, 99.2346878, 168.408112, -0.885155201, -0.442484438, -0.143919393, -0.464473367, 0.858701169, 0.216571301, 0.0277547799, 0.25854212, -0.965608358)
  977. w23.Part1 = p24
  978. w23.C1 = CFrame.new(102.944443, 108.956757, 133.960144, -0.987779319, 0.150664583, -0.0399020649, 0.153967038, 0.983037353, -0.0996583104, 0.0242102407, -0.104584016, -0.994221449)
  979. w24 = Instance.new("Weld", p24)
  980. w24.Name = "Part4_Weld"
  981. w24.Part0 = p24
  982. w24.C0 = CFrame.new(102.944954, 108.957176, 133.962143, -0.987779438, 0.150663808, -0.039903149, 0.153966442, 0.983037293, -0.0996598676, 0.0242111478, -0.1045857, -0.994221091)
  983. w24.Part1 = p25
  984. w24.C1 = CFrame.new(105.269768, 104.42614, 134.717117, -0.98183912, 0.184697703, -0.0433453545, 0.188167229, 0.977199197, -0.0983615741, 0.0241898894, -0.104731418, -0.994206309)
  985. w25 = Instance.new("Weld", p25)
  986. w25.Name = "Part1_Weld"
  987. w25.Part0 = p25
  988. w25.C0 = CFrame.new(105.269775, 104.426155, 134.717133, -0.981839061, 0.184697717, -0.0433453545, 0.188167229, 0.977199197, -0.0983615592, 0.0241898857, -0.104731396, -0.994206369)
  989. w25.Part1 = p26
  990. w25.C1 = CFrame.new(-188.538498, -60.9146347, 29.5782623, 0.662162304, -0.525417328, 0.534301221, -0.749301434, -0.473195523, 0.463285446, 0.00941072032, -0.707122743, -0.70702821)
  991. w26 = Instance.new("Weld", p26)
  992. w26.Name = "Part3_Weld"
  993. w26.Part0 = p26
  994. w26.C0 = CFrame.new(-188.538544, -60.914669, 29.5783157, 0.662162364, -0.525417268, 0.534301162, -0.749301374, -0.473195583, 0.463285536, 0.00941071007, -0.707122803, -0.707028151)
  995. w26.Part1 = p27
  996. w26.C1 = CFrame.new(54.448082, 121.458931, 151.790634, -0.968519807, -0.246627644, -0.0338258073, -0.247569859, 0.968487918, 0.0272108279, 0.0260489415, 0.0347284786, -0.999057233)
  997. w27 = Instance.new("Weld", p27)
  998. w27.Name = "Part19_Weld"
  999. w27.Part0 = p27
  1000. w27.C0 = CFrame.new(54.4480858, 121.458954, 151.790649, -0.968519866, -0.246627644, -0.0338258222, -0.247569859, 0.968487918, 0.0272108465, 0.0260489527, 0.034728501, -0.999057233)
  1001. w27.Part1 = p28
  1002. w27.C1 = CFrame.new(102.060936, 39.7304153, 168.968216, -0.958171666, 0.285586447, 0.0186415501, 0.280238539, 0.92302072, 0.263626844, 0.0580817237, 0.257823855, -0.964444578)
  1003. w28 = Instance.new("Weld", p28)
  1004. w28.Name = "Part2_Weld"
  1005. w28.Part0 = p28
  1006. w28.C0 = CFrame.new(102.060928, 39.7304382, 168.968216, -0.958171606, 0.285586387, 0.0186415482, 0.280238479, 0.92302072, 0.263626873, 0.0580817051, 0.257823855, -0.964444637)
  1007. w28.Part1 = p29
  1008. w28.C1 = CFrame.new(188.525238, -29.5706329, 64.7886353, -0.662299454, 0.525344074, -0.534203172, -0.00923469663, 0.707216203, 0.706937134, 0.749182224, 0.473137259, -0.463537574)
  1009. w1 = Instance.new("Weld", game:service("Players").LocalPlayer.Character.Torso)
  1010. w1.Name = "THandle_Weld"
  1011. w1.Part0 = game:service("Players").LocalPlayer.Character.Torso
  1012. w1.C0 = CFrame.new(-84.8392868, 111.390038, -145.835297, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
  1013. w1.Part1 = m.THandle
  1014. w1.C1 = CFrame.new(-84.5897446, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1015. m.Parent = game:service("Players").LocalPlayer.Character
  1016. m:MakeJoints()
  1017. local m = Instance.new("Model")
  1018. m.Name = "Leg1"
  1019. p1 = Instance.new("Part", m)
  1020. p1.BrickColor = BrickColor.new("Really black")
  1021. p1.Material = Enum.Material.SmoothPlastic
  1022. p1.Name = "L1H"
  1023. p1.CFrame = CFrame.new(85.5329132, -115.468628, 146.032944, 1.00000012, 2.88673618e-08, 1.84752214e-12, 6.05359674e-08, 1, 3.63797881e-12, 2.67197375e-12, 3.63797881e-12, 1)
  1024. p1.Size = Vector3.new(2.09819984, 3.88560009, 2.11289978)
  1025. p2 = Instance.new("Part", m)
  1026. p2.BrickColor = BrickColor.new("Maroon")
  1027. p2.Material = Enum.Material.Neon
  1028. p2.CFrame = CFrame.new(85.592598, -117.259941, 146.041153, -1.00000012, -1.40867729e-09, 4.31851295e-05, 4.30957225e-05, -3.26622758e-05, 1, -2.67175171e-12, 1, 3.2662283e-05)
  1029. p2.Size = Vector3.new(2.0540998, 2.2366004, 0.500200033)
  1030. p3 = Instance.new("Part", m)
  1031. p3.BrickColor = BrickColor.new("Maroon")
  1032. p3.Material = Enum.Material.Neon
  1033. p3.CFrame = CFrame.new(86.3613739, -115.203972, 146.041153, -1.00000012, -1.4086774e-09, 4.31851295e-05, 4.30957225e-05, -3.26622758e-05, 1, -2.67164069e-12, 1, 3.2662283e-05)
  1034. p3.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
  1035. p4 = Instance.new("Part", m)
  1036. p4.BrickColor = BrickColor.new("Maroon")
  1037. p4.Material = Enum.Material.Neon
  1038. p4.CFrame = CFrame.new(85.7181549, -115.203964, 146.041153, 3.05473804e-05, -9.29503585e-10, 1.00000012, 1, 4.54747351e-12, -3.04579735e-05, 1.8189894e-12, 1, 9.34051059e-10)
  1039. p4.Size = Vector3.new(0.315699846, 2.2366004, 1.66030002)
  1040. p5 = Instance.new("Part", m)
  1041. p5.BrickColor = BrickColor.new("Maroon")
  1042. p5.Material = Enum.Material.Neon
  1043. p5.CFrame = CFrame.new(85.6904297, -114.502357, 146.041168, -0.707085967, -1.51391223e-05, 0.70712769, 0.707127631, -1.51382264e-05, 0.707085967, 0, 1, 2.14093216e-05)
  1044. p5.Size = Vector3.new(0.315699846, 2.2366004, 1.90930009)
  1045. p6 = Instance.new("Part", m)
  1046. p6.BrickColor = BrickColor.new("Maroon")
  1047. p6.Material = Enum.Material.Neon
  1048. p6.CFrame = CFrame.new(84.7010269, -115.203964, 146.041168, -1, -1.40958167e-09, 4.31562585e-05, 4.31562585e-05, -3.26622794e-05, 1, 0, 1, 3.26622794e-05)
  1049. p6.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
  1050. w1 = Instance.new("Weld", p1)
  1051. w1.Name = "Part_Weld"
  1052. w1.Part0 = p1
  1053. w1.C0 = CFrame.new(-85.5329208, 115.468613, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1054. w1.Part1 = p2
  1055. w1.C1 = CFrame.new(85.5976639, -146.044998, 117.251465, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1056. w2 = Instance.new("Weld", p2)
  1057. w2.Name = "Part_Weld"
  1058. w2.Part0 = p2
  1059. w2.C0 = CFrame.new(85.5976639, -146.044998, 117.251465, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1060. w2.Part1 = p3
  1061. w2.C1 = CFrame.new(86.3663483, -146.044937, 115.195465, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1062. w3 = Instance.new("Weld", p3)
  1063. w3.Name = "Part_Weld"
  1064. w3.Part0 = p3
  1065. w3.C0 = CFrame.new(86.3663483, -146.044937, 115.195465, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1066. w3.Part1 = p4
  1067. w3.C1 = CFrame.new(115.201347, -146.041168, -85.7216721, 3.05185094e-05, 1, 0, -9.31379418e-10, 0, 1, 1, -3.05185094e-05, 9.31350996e-10)
  1068. w4 = Instance.new("Weld", p4)
  1069. w4.Name = "Part_Weld"
  1070. w4.Part0 = p4
  1071. w4.C0 = CFrame.new(115.201347, -146.041168, -85.7216721, 3.05185094e-05, 1, 0, -9.31379418e-10, 0, 1, 1, -3.05185094e-05, 9.31350996e-10)
  1072. w4.Part1 = p5
  1073. w4.C1 = CFrame.new(141.558273, -146.041611, 20.3658085, -0.707085967, 0.707127631, 0, -1.51391214e-05, -1.51382292e-05, 1, 0.70712769, 0.707085967, 2.14093216e-05)
  1074. w5 = Instance.new("Weld", p5)
  1075. w5.Name = "Part_Weld"
  1076. w5.Part0 = p5
  1077. w5.C0 = CFrame.new(141.558273, -146.041611, 20.3658085, -0.707085967, 0.707127631, 0, -1.51391214e-05, -1.51382292e-05, 1, 0.70712769, 0.707085967, 2.14093216e-05)
  1078. w5.Part1 = p6
  1079. w5.C1 = CFrame.new(84.7060013, -146.044937, 115.195541, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1080. w1 = Instance.new("Weld", m.L1H)
  1081. w1.Name = "Right Leg_Weld"
  1082. w1.Part0 = m.L1H
  1083. w1.C0 = CFrame.new(-85.5329132, 115.468628, -146.032944, 1.00000012, 6.05359674e-08, 2.67197375e-12, 2.88673618e-08, 1, 3.63797881e-12, 1.84752214e-12, 3.63797881e-12, 1)
  1084. w1.Part1 = game:service("Players").LocalPlayer.Character["Right Leg"]
  1085. w1.C1 = CFrame.new(-85.8392944, 115.390053, -145.83519, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
  1086. m.Parent = game:service("Players").LocalPlayer.Character
  1087. m:MakeJoints()
  1088. local m = Instance.new("Model")
  1089. m.Name = "Leg2"
  1090. p1 = Instance.new("Part", m)
  1091. p1.BrickColor = BrickColor.new("Maroon")
  1092. p1.Material = Enum.Material.Neon
  1093. p1.CFrame = CFrame.new(83.6343002, -115.203972, 146.041153, 3.05185094e-05, -9.31378974e-10, 1, 1, 0, -3.05185094e-05, 0, 1, 9.31351329e-10)
  1094. p1.Size = Vector3.new(0.315699846, 2.2366004, 1.66030002)
  1095. p2 = Instance.new("Part", m)
  1096. p2.BrickColor = BrickColor.new("Maroon")
  1097. p2.Material = Enum.Material.Neon
  1098. p2.CFrame = CFrame.new(83.5113525, -117.259933, 146.041153, -1, -1.40958145e-09, 4.31562585e-05, 4.31562585e-05, -3.26622794e-05, 1, -2.22044605e-16, 1, 3.26622794e-05)
  1099. p2.Size = Vector3.new(1.92089987, 2.2366004, 0.500200033)
  1100. p3 = Instance.new("Part", m)
  1101. p3.BrickColor = BrickColor.new("Really black")
  1102. p3.Material = Enum.Material.SmoothPlastic
  1103. p3.Name = "L2H"
  1104. p3.CFrame = CFrame.new(83.6421509, -115.468613, 146.032944, 1, 0, 2.22044605e-16, 0, 1, 0, 2.22044605e-16, 0, 1)
  1105. p3.Size = Vector3.new(2.09819984, 3.88560009, 2.11289978)
  1106. p4 = Instance.new("Part", m)
  1107. p4.BrickColor = BrickColor.new("Maroon")
  1108. p4.Material = Enum.Material.Neon
  1109. p4.CFrame = CFrame.new(84.3282776, -115.203964, 146.041168, -1, -1.40958156e-09, 4.31562585e-05, 4.31562585e-05, -3.26622794e-05, 1, -1.11022302e-16, 1, 3.26622794e-05)
  1110. p4.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
  1111. p5 = Instance.new("Part", m)
  1112. p5.BrickColor = BrickColor.new("Maroon")
  1113. p5.Material = Enum.Material.Neon
  1114. p5.CFrame = CFrame.new(82.7984543, -115.203964, 146.041168, -1, -1.40958167e-09, 4.31562585e-05, 4.31562585e-05, -3.26622794e-05, 1, 0, 1, 3.26622794e-05)
  1115. p5.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
  1116. p6 = Instance.new("Part", m)
  1117. p6.BrickColor = BrickColor.new("Maroon")
  1118. p6.Material = Enum.Material.Neon
  1119. p6.CFrame = CFrame.new(83.5938797, -114.433678, 146.039673, -0.707122445, 0, -0.707084477, -0.707084477, 2.74181366e-06, 0.707125187, 0, 0.999997258, 2.74181366e-06)
  1120. p6.Size = Vector3.new(0.315699846, 2.2366004, 2.10030007)
  1121. w1 = Instance.new("Weld", p1)
  1122. w1.Name = "Part_Weld"
  1123. w1.Part0 = p1
  1124. w1.C0 = CFrame.new(115.201408, -146.041168, -83.6378098, 3.05185094e-05, 1, 0, -9.31379418e-10, 0, 1, 1, -3.05185094e-05, 9.31350996e-10)
  1125. w1.Part1 = p2
  1126. w1.C1 = CFrame.new(83.5164108, -146.044998, 117.251556, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1127. w2 = Instance.new("Weld", p2)
  1128. w2.Name = "Part_Weld"
  1129. w2.Part0 = p2
  1130. w2.C0 = CFrame.new(83.5164108, -146.044998, 117.251556, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1131. w2.Part1 = p3
  1132. w2.C1 = CFrame.new(-83.6421509, 115.468613, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1133. w3 = Instance.new("Weld", p3)
  1134. w3.Name = "Part_Weld"
  1135. w3.Part0 = p3
  1136. w3.C0 = CFrame.new(-83.6421509, 115.468613, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1137. w3.Part1 = p4
  1138. w3.C1 = CFrame.new(84.333252, -146.044937, 115.195557, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1139. w4 = Instance.new("Weld", p4)
  1140. w4.Name = "Part_Weld"
  1141. w4.Part0 = p4
  1142. w4.C0 = CFrame.new(84.333252, -146.044937, 115.195557, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1143. w4.Part1 = p5
  1144. w4.C1 = CFrame.new(82.8034286, -146.044937, 115.195625, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1145. w5 = Instance.new("Weld", p5)
  1146. w5.Name = "Part_Weld"
  1147. w5.Part0 = p5
  1148. w5.C0 = CFrame.new(82.8034286, -146.044937, 115.195625, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
  1149. w5.Part1 = p6
  1150. w5.C1 = CFrame.new(-21.8033867, -146.040451, 140.027893, -0.707122445, -0.707084477, 0, 0, 2.74181366e-06, 0.999997258, -0.707084477, 0.707125187, 2.74181366e-06)
  1151. w1 = Instance.new("Weld", m.L2H)
  1152. w1.Name = "Left Leg_Weld"
  1153. w1.Part0 = m.L2H
  1154. w1.C0 = CFrame.new(-83.6421509, 115.468613, -146.032944, 1, 0, 2.22044605e-16, 0, 1, 0, 2.22044605e-16, 0, 1)
  1155. w1.Part1 = game:service("Players").LocalPlayer.Character["Left Leg"]
  1156. w1.C1 = CFrame.new(-83.8392181, 115.390053, -145.835327, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
  1157. m.Parent = game:service("Players").LocalPlayer.Character
  1158. m:MakeJoints()
  1159. local m = Instance.new("Model")
  1160. m.Name = "Head"
  1161. p1 = Instance.new("Part", m)
  1162. p1.BrickColor = BrickColor.new("Medium stone grey")
  1163. p1.Material = Enum.Material.SmoothPlastic
  1164. p1.Name = "Assassin\'s Hood"
  1165. p1.CFrame = CFrame.new(84.6000061, -107.907875, 145.698517, 1, 3.05180438e-05, -3.05171125e-05, -3.05171125e-05, 1, 3.05180438e-05, 3.05180438e-05, -3.05171125e-05, 1)
  1166. p1.CanCollide = false
  1167. p1.FormFactor = Enum.FormFactor.Plate
  1168. p1.Size = Vector3.new(4, 3.20000005, 4)
  1169. p1.BottomSurface = Enum.SurfaceType.Smooth
  1170. p1.TopSurface = Enum.SurfaceType.Smooth
  1171. b1 = Instance.new("SpecialMesh", p1)
  1172. b1.MeshId = "http://www.roblox.com/asset/?id=16952952"
  1173. b1.TextureId = "http://www.roblox.com/asset/?id=32908530"
  1174. b1.MeshType = Enum.MeshType.FileMesh
  1175. b1.Name = "Mesh"
  1176. b1.Scale = Vector3.new(2.0999999, 2.0999999, 2.0999999)
  1177. p2 = Instance.new("Part", m)
  1178. p2.BrickColor = BrickColor.new("Really black")
  1179. p2.Name = "Head"
  1180. p2.CFrame = CFrame.new(84.5999985, -108.352676, 146.040024, -1, 3.05171125e-05, 3.05180438e-05, 3.05180438e-05, 1, 3.05171125e-05, -3.05171125e-05, 3.05180438e-05, -1)
  1181. p2.FormFactor = Enum.FormFactor.Symmetric
  1182. p2.Size = Vector3.new(4, 2, 2)
  1183. p2.TopSurface = Enum.SurfaceType.Smooth
  1184. b2 = Instance.new("SpecialMesh", p2)
  1185. b2.MeshType = Enum.MeshType.Head
  1186. b2.Name = "Mesh"
  1187. b2.Scale = Vector3.new(1.25, 1.25, 1.25)
  1188. p3 = Instance.new("Part", m)
  1189. p3.BrickColor = BrickColor.new("Really red")
  1190. p3.Material = Enum.Material.Neon
  1191. p3.CFrame = CFrame.new(84.1576843, -108.217728, 144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1192. p3.Shape = Enum.PartType.Ball
  1193. p3.Size = Vector3.new(0.257800102, 0.257800102, 0.257800102)
  1194. p3.BottomSurface = Enum.SurfaceType.Smooth
  1195. p3.TopSurface = Enum.SurfaceType.Smooth
  1196. p4 = Instance.new("Part", m)
  1197. p4.BrickColor = BrickColor.new("Really red")
  1198. p4.Material = Enum.Material.Neon
  1199. p4.CFrame = CFrame.new(85.0582123, -108.217728, 144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1200. p4.Shape = Enum.PartType.Ball
  1201. p4.Size = Vector3.new(0.257800102, 0.257800102, 0.257800102)
  1202. p4.BottomSurface = Enum.SurfaceType.Smooth
  1203. p4.TopSurface = Enum.SurfaceType.Smooth
  1204. w1 = Instance.new("Weld", p1)
  1205. w1.Name = "Head_Weld"
  1206. w1.Part0 = p1
  1207. w1.C0 = CFrame.new(-84.6077499, 107.909744, -145.692642, 1, -3.05171125e-05, 3.05180438e-05, 3.05180438e-05, 1, -3.05171125e-05, -3.05171125e-05, 3.05180438e-05, 1)
  1208. w1.Part1 = p2
  1209. w1.C1 = CFrame.new(84.6077652, 108.345642, 146.040741, -1, 3.05180438e-05, -3.05171125e-05, 3.05171125e-05, 1, 3.05180438e-05, 3.05180438e-05, 3.05171125e-05, -1)
  1210. w2 = Instance.new("Weld", p2)
  1211. w2.Name = "Part_Weld"
  1212. w2.Part0 = p2
  1213. w2.C0 = CFrame.new(84.6077652, 108.345642, 146.040741, -1, 3.05180438e-05, -3.05171125e-05, 3.05171125e-05, 1, 3.05180438e-05, 3.05180438e-05, 3.05171125e-05, -1)
  1214. w2.Part1 = p3
  1215. w2.C1 = CFrame.new(-84.1576843, 108.217735, -144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1216. w3 = Instance.new("Weld", p3)
  1217. w3.Name = "Part_Weld"
  1218. w3.Part0 = p3
  1219. w3.C0 = CFrame.new(-84.1576843, 108.217735, -144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1220. w3.Part1 = p4
  1221. w3.C1 = CFrame.new(-85.0582123, 108.217735, -144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1222. w1 = Instance.new("Weld", m.Head)
  1223. w1.Name = "PHead_Weld"
  1224. w1.Part0 = m.Head
  1225. w1.C0 = CFrame.new(84.6077576, 108.345642, 146.040741, -1, 3.05180438e-05, -3.05171125e-05, 3.05171125e-05, 1, 3.05180438e-05, 3.05180438e-05, 3.05171125e-05, -1)
  1226. w1.Part1 = game:service("Players").LocalPlayer.Character.Head
  1227. w1.C1 = CFrame.new(-84.8392868, 108.390068, -145.835297, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
  1228. m.Parent = game:service("Players").LocalPlayer.Character
  1229. m:MakeJoints()
  1230. game:service("Players").LocalPlayer.Character.Head.Transparency = 1
  1231. game:service("Players").LocalPlayer.Character.Head.Mesh:Remove()
  1232. if hed:findFirstChild("face") then
  1233. hed.face:Remove()
  1234. end
  1235. hed.BrickColor = BrickColor.new("Really black")
  1236. lite = Instance.new("PointLight", torso)
  1237. lite.Brightness = 14
  1238. lite.Range = 10
  1239. lite.Color = Color3.new(1, 0, 0)
  1240. z = Instance.new("Sound", char)
  1241. z.SoundId = "rbxassetid://403445112"
  1242. z.Looped = true
  1243. z.Pitch = 0.72
  1244. z.Volume = 1
  1245. wait(0.01)
  1246. z:Play()
  1247. local m = Instance.new("Model")
  1248. m.Name = "Absolution"
  1249. p1 = Instance.new("Part", m)
  1250. p1.BrickColor = BrickColor.new("Maroon")
  1251. p1.FormFactor = Enum.FormFactor.Custom
  1252. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  1253. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-05, -8.00192356e-06, -1.39250187e-05, 0.358383715, -0.933530986, 5.28097153e-05, 0.933500648, 0.358406395)
  1254. p1.CanCollide = false
  1255. p1.Locked = true
  1256. p1.Elasticity = 0
  1257. p1.BottomSurface = Enum.SurfaceType.Smooth
  1258. p1.TopSurface = Enum.SurfaceType.Smooth
  1259. b1 = Instance.new("SpecialMesh", p1)
  1260. b1.MeshType = Enum.MeshType.Wedge
  1261. b1.Name = "Mesh"
  1262. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1263. p2 = Instance.new("Part", m)
  1264. p2.BrickColor = BrickColor.new("Really black")
  1265. p2.FormFactor = Enum.FormFactor.Custom
  1266. p2.Size = Vector3.new(1, 2.9000001, 1)
  1267. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-05, 2.79811252e-06, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-06, -0.275637805, 0.96119839, 1.01176247e-05)
  1268. p2.CanCollide = false
  1269. p2.Locked = true
  1270. p2.Elasticity = 0
  1271. p2.BottomSurface = Enum.SurfaceType.Smooth
  1272. p2.TopSurface = Enum.SurfaceType.Smooth
  1273. b2 = Instance.new("BlockMesh", p2)
  1274. b2.Name = "Mesh"
  1275. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1276. p3 = Instance.new("Part", m)
  1277. p3.BrickColor = BrickColor.new("Maroon")
  1278. p3.FormFactor = Enum.FormFactor.Custom
  1279. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  1280. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-05, -8.10639358e-06, -1.61500211e-05, 0.309035271, -0.951007903, 5.24176576e-05, 0.950978875, 0.309059501)
  1281. p3.CanCollide = false
  1282. p3.Locked = true
  1283. p3.Elasticity = 0
  1284. p3.BottomSurface = Enum.SurfaceType.Smooth
  1285. p3.TopSurface = Enum.SurfaceType.Smooth
  1286. b3 = Instance.new("SpecialMesh", p3)
  1287. b3.MeshType = Enum.MeshType.Wedge
  1288. b3.Name = "Mesh"
  1289. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1290. p4 = Instance.new("Part", m)
  1291. p4.BrickColor = BrickColor.new("Maroon")
  1292. p4.FormFactor = Enum.FormFactor.Custom
  1293. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  1294. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-05, -1.53700166e-05, -4.86194367e-05, -0.800831437, -0.598821938, 1.9131101e-05, 0.598835468, -0.800796151)
  1295. p4.CanCollide = false
  1296. p4.Locked = true
  1297. p4.Elasticity = 0
  1298. p4.BottomSurface = Enum.SurfaceType.Smooth
  1299. p4.TopSurface = Enum.SurfaceType.Smooth
  1300. b4 = Instance.new("SpecialMesh", p4)
  1301. b4.MeshType = Enum.MeshType.Wedge
  1302. b4.Name = "Mesh"
  1303. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1304. p5 = Instance.new("Part", m)
  1305. p5.BrickColor = BrickColor.new("Maroon")
  1306. p5.FormFactor = Enum.FormFactor.Custom
  1307. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  1308. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-05, -8.00191992e-06, -1.39250224e-05, 0.358383656, -0.933530807, 5.2809708e-05, 0.933500469, 0.358406246)
  1309. p5.CanCollide = false
  1310. p5.Locked = true
  1311. p5.Elasticity = 0
  1312. p5.BottomSurface = Enum.SurfaceType.Smooth
  1313. p5.TopSurface = Enum.SurfaceType.Smooth
  1314. b5 = Instance.new("SpecialMesh", p5)
  1315. b5.MeshType = Enum.MeshType.Wedge
  1316. b5.Name = "Mesh"
  1317. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  1318. p6 = Instance.new("Part", m)
  1319. p6.Name = "Handle"
  1320. p6.BrickColor = BrickColor.new("Really black")
  1321. p6.FormFactor = Enum.FormFactor.Custom
  1322. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  1323. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-05, 6.28741009e-06, 0.999972522, 0.99995929, -1.39772892e-05, -7.50630716e-06, -1.79708004e-05, 0.999939024, 1.01296728e-05)
  1324. p6.CanCollide = false
  1325. p6.Locked = true
  1326. p6.Elasticity = 0
  1327. p6.BottomSurface = Enum.SurfaceType.Smooth
  1328. p6.TopSurface = Enum.SurfaceType.Smooth
  1329. b6 = Instance.new("BlockMesh", p6)
  1330. b6.Name = "Mesh"
  1331. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1332. p7 = Instance.new("Part", m)
  1333. p7.BrickColor = BrickColor.new("Maroon")
  1334. p7.FormFactor = Enum.FormFactor.Custom
  1335. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  1336. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-05, -6.72184569e-06, -4.7347472e-05, -0.91489929, -0.403581172, 2.14323372e-05, 0.403602213, -0.914867818)
  1337. p7.CanCollide = false
  1338. p7.Locked = true
  1339. p7.Elasticity = 0
  1340. p7.BottomSurface = Enum.SurfaceType.Smooth
  1341. p7.TopSurface = Enum.SurfaceType.Smooth
  1342. b7 = Instance.new("SpecialMesh", p7)
  1343. b7.MeshType = Enum.MeshType.Wedge
  1344. b7.Name = "Mesh"
  1345. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1346. p8 = Instance.new("Part", m)
  1347. p8.BrickColor = BrickColor.new("Maroon")
  1348. p8.FormFactor = Enum.FormFactor.Custom
  1349. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  1350. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-05, -6.72184387e-06, -4.73474684e-05, -0.91489917, -0.403581113, 2.14323354e-05, 0.403602153, -0.914867699)
  1351. p8.CanCollide = false
  1352. p8.Locked = true
  1353. p8.Elasticity = 0
  1354. p8.BottomSurface = Enum.SurfaceType.Smooth
  1355. p8.TopSurface = Enum.SurfaceType.Smooth
  1356. b8 = Instance.new("SpecialMesh", p8)
  1357. b8.MeshType = Enum.MeshType.Wedge
  1358. b8.Name = "Mesh"
  1359. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1360. p9 = Instance.new("Part", m)
  1361. p9.BrickColor = BrickColor.new("Really black")
  1362. p9.FormFactor = Enum.FormFactor.Custom
  1363. p9.Size = Vector3.new(1, 1.07999957, 1)
  1364. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-05, -5.21559741e-06, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-05, 0.935460567, 0.353258699, 4.2632455e-05)
  1365. p9.CanCollide = false
  1366. p9.Locked = true
  1367. p9.Elasticity = 0
  1368. p9.BottomSurface = Enum.SurfaceType.Smooth
  1369. p9.TopSurface = Enum.SurfaceType.Smooth
  1370. b9 = Instance.new("BlockMesh", p9)
  1371. b9.Name = "Mesh"
  1372. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  1373. p10 = Instance.new("Part", m)
  1374. p10.BrickColor = BrickColor.new("Really black")
  1375. p10.FormFactor = Enum.FormFactor.Custom
  1376. p10.Size = Vector3.new(1, 1.41999948, 1)
  1377. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-06, -9.42233055e-06, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-06, -0.956253231, 0.292334616, 1.01081387e-05)
  1378. p10.CanCollide = false
  1379. p10.Locked = true
  1380. p10.Elasticity = 0
  1381. p10.BottomSurface = Enum.SurfaceType.Smooth
  1382. p10.TopSurface = Enum.SurfaceType.Smooth
  1383. b10 = Instance.new("BlockMesh", p10)
  1384. b10.Name = "Mesh"
  1385. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1386. p11 = Instance.new("Part", m)
  1387. p11.BrickColor = BrickColor.new("Really black")
  1388. p11.FormFactor = Enum.FormFactor.Custom
  1389. p11.Size = Vector3.new(1, 1.50999951, 1)
  1390. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-05, 1.80455972e-05, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-06, 0.932039678, -0.362191886, 4.04359016e-05)
  1391. p11.CanCollide = false
  1392. p11.Locked = true
  1393. p11.Elasticity = 0
  1394. p11.BottomSurface = Enum.SurfaceType.Smooth
  1395. p11.TopSurface = Enum.SurfaceType.Smooth
  1396. b11 = Instance.new("BlockMesh", p11)
  1397. b11.Name = "Mesh"
  1398. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  1399. p12 = Instance.new("Part", m)
  1400. p12.Name = "BladeCenter"
  1401. p12.BrickColor = BrickColor.new("Dark stone grey")
  1402. p12.Material = Enum.Material.Concrete
  1403. p12.FormFactor = Enum.FormFactor.Symmetric
  1404. p12.Size = Vector3.new(1, 2, 2)
  1405. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-05, 0.000103325896, -8.39982677e-05, 4.44650614e-05, -0.999960959, -4.06451727e-05, -0.999940753, -1.25430051e-05)
  1406. p12.CanCollide = false
  1407. p12.Locked = true
  1408. p12.BottomSurface = Enum.SurfaceType.Smooth
  1409. p12.TopSurface = Enum.SurfaceType.Smooth
  1410. b12 = Instance.new("SpecialMesh", p12)
  1411. b12.MeshType = Enum.MeshType.Brick
  1412. b12.Name = "Mesh"
  1413. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  1414. p13 = Instance.new("Part", m)
  1415. p13.BrickColor = BrickColor.new("Really black")
  1416. p13.FormFactor = Enum.FormFactor.Custom
  1417. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  1418. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-06, 1.0943455e-05, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-06, 0.992830038, -0.119038157, 1.01703836e-05)
  1419. p13.CanCollide = false
  1420. p13.Locked = true
  1421. p13.Elasticity = 0
  1422. p13.BottomSurface = Enum.SurfaceType.Smooth
  1423. p13.TopSurface = Enum.SurfaceType.Smooth
  1424. b13 = Instance.new("BlockMesh", p13)
  1425. b13.Name = "Mesh"
  1426. b13.Scale = Vector3.new(1, 1, 0.400000006)
  1427. p14 = Instance.new("Part", m)
  1428. p14.BrickColor = BrickColor.new("Really black")
  1429. p14.FormFactor = Enum.FormFactor.Custom
  1430. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  1431. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-07, -1.33476442e-05, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-06, -0.886637092, -0.462338567, 1.01078904e-05)
  1432. p14.CanCollide = false
  1433. p14.Locked = true
  1434. p14.Elasticity = 0
  1435. p14.BottomSurface = Enum.SurfaceType.Smooth
  1436. p14.TopSurface = Enum.SurfaceType.Smooth
  1437. b14 = Instance.new("BlockMesh", p14)
  1438. b14.Name = "Mesh"
  1439. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1440. p15 = Instance.new("Part", m)
  1441. p15.BrickColor = BrickColor.new("Really black")
  1442. p15.FormFactor = Enum.FormFactor.Custom
  1443. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  1444. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-05, -4.94209144e-06, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-06, -0.764068604, 0.645045042, 1.0099785e-05)
  1445. p15.CanCollide = false
  1446. p15.Locked = true
  1447. p15.Elasticity = 0
  1448. p15.BottomSurface = Enum.SurfaceType.Smooth
  1449. p15.TopSurface = Enum.SurfaceType.Smooth
  1450. b15 = Instance.new("BlockMesh", p15)
  1451. b15.Name = "Mesh"
  1452. b15.Scale = Vector3.new(1, 1, 0.400000006)
  1453. p16 = Instance.new("Part", m)
  1454. p16.BrickColor = BrickColor.new("Really black")
  1455. p16.FormFactor = Enum.FormFactor.Custom
  1456. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  1457. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-06, 1.30014914e-05, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-06, 0.965865672, 0.258821338, 1.01718706e-05)
  1458. p16.CanCollide = false
  1459. p16.Locked = true
  1460. p16.Elasticity = 0
  1461. p16.BottomSurface = Enum.SurfaceType.Smooth
  1462. p16.TopSurface = Enum.SurfaceType.Smooth
  1463. b16 = Instance.new("BlockMesh", p16)
  1464. b16.Name = "Mesh"
  1465. b16.Scale = Vector3.new(1, 1, 0.400000006)
  1466. p17 = Instance.new("Part", m)
  1467. p17.BrickColor = BrickColor.new("Really black")
  1468. p17.FormFactor = Enum.FormFactor.Custom
  1469. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  1470. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-06, -9.41252802e-06, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-06, -0.955955863, 0.293315947, 1.00904235e-05)
  1471. p17.CanCollide = false
  1472. p17.Locked = true
  1473. p17.Elasticity = 0
  1474. p17.BottomSurface = Enum.SurfaceType.Smooth
  1475. p17.TopSurface = Enum.SurfaceType.Smooth
  1476. b17 = Instance.new("BlockMesh", p17)
  1477. b17.Name = "Mesh"
  1478. b17.Scale = Vector3.new(1, 1, 0.400000006)
  1479. p18 = Instance.new("WedgePart", m)
  1480. p18.BrickColor = BrickColor.new("Dark stone grey")
  1481. p18.Name = "BladePart1"
  1482. p18.Material = Enum.Material.Concrete
  1483. p18.Name = "Wedge"
  1484. p18.FormFactor = Enum.FormFactor.Symmetric
  1485. p18.Size = Vector3.new(1, 4, 2)
  1486. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-05, -4.22928351e-05, 2.29664256e-05, -1.65102574e-05, 0.999963701, -2.03872096e-05, -0.999943435, -4.84290831e-05)
  1487. p18.CanCollide = false
  1488. p18.Locked = true
  1489. p18.BottomSurface = Enum.SurfaceType.Smooth
  1490. p18.TopSurface = Enum.SurfaceType.Smooth
  1491. b18 = Instance.new("SpecialMesh", p18)
  1492. b18.MeshType = Enum.MeshType.Wedge
  1493. b18.Name = "Mesh"
  1494. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  1495. p19 = Instance.new("WedgePart", m)
  1496. p19.BrickColor = BrickColor.new("Dark stone grey")
  1497. p19.Name = "BladePart2"
  1498. p19.Material = Enum.Material.Concrete
  1499. p19.Name = "Wedge"
  1500. p19.FormFactor = Enum.FormFactor.Symmetric
  1501. p19.Size = Vector3.new(1, 4, 2)
  1502. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-05, -0.000103325001, -8.40002976e-05, -4.4521752e-05, 0.999963701, 2.03864402e-05, 0.999943435, 1.26029336e-05)
  1503. p19.CanCollide = false
  1504. p19.Locked = true
  1505. p19.BottomSurface = Enum.SurfaceType.Smooth
  1506. p19.TopSurface = Enum.SurfaceType.Smooth
  1507. b19 = Instance.new("SpecialMesh", p19)
  1508. b19.MeshType = Enum.MeshType.Wedge
  1509. b19.Name = "Mesh"
  1510. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  1511. p20 = Instance.new("Part", m)
  1512. p20.BrickColor = BrickColor.new("Really black")
  1513. p20.FormFactor = Enum.FormFactor.Custom
  1514. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  1515. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-05, 7.6432425e-06, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-06, 0.119038492, 0.992832959, 1.01311334e-05)
  1516. p20.CanCollide = false
  1517. p20.Locked = true
  1518. p20.Elasticity = 0
  1519. p20.BottomSurface = Enum.SurfaceType.Smooth
  1520. p20.TopSurface = Enum.SurfaceType.Smooth
  1521. b20 = Instance.new("BlockMesh", p20)
  1522. b20.Name = "Mesh"
  1523. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  1524. p21 = Instance.new("Part", m)
  1525. p21.BrickColor = BrickColor.new("Maroon")
  1526. p21.FormFactor = Enum.FormFactor.Custom
  1527. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  1528. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-05, -1.53699839e-05, -4.86196222e-05, -0.800835371, -0.598824739, 1.91311228e-05, 0.59883821, -0.800800025)
  1529. p21.CanCollide = false
  1530. p21.Locked = true
  1531. p21.Elasticity = 0
  1532. p21.BottomSurface = Enum.SurfaceType.Smooth
  1533. p21.TopSurface = Enum.SurfaceType.Smooth
  1534. b21 = Instance.new("SpecialMesh", p21)
  1535. b21.MeshType = Enum.MeshType.Wedge
  1536. b21.Name = "Mesh"
  1537. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  1538. w1 = Instance.new("Weld", p1)
  1539. w1.Name = "Part_Weld"
  1540. w1.Part0 = p1
  1541. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-06, 4.26825172e-05, -3.75621021e-05, 0.358411252, 0.933563769, -2.12490559e-05, -0.933563769, 0.358411252)
  1542. w1.Part1 = p2
  1543. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-08, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-08, -1.2048484e-08)
  1544. w2 = Instance.new("Weld", p2)
  1545. w2.Name = "Part_Weld"
  1546. w2.Part0 = p2
  1547. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-08, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-08, -1.2048484e-08)
  1548. w2.Part1 = p3
  1549. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-06, 4.22903977e-05, -3.75621021e-05, 0.30906105, 0.951042175, -2.12490559e-05, -0.951042175, 0.30906105)
  1550. w3 = Instance.new("Weld", p3)
  1551. w3.Name = "Part_Weld"
  1552. w3.Part0 = p3
  1553. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-06, 4.22903977e-05, -3.75621021e-05, 0.30906105, 0.951042175, -2.12490559e-05, -0.951042175, 0.30906105)
  1554. w3.Part1 = p4
  1555. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-05, 9.00123541e-06, -3.82823673e-05, -0.800855637, 0.598857403, -1.73869594e-05, -0.598857403, -0.800855637)
  1556. w4 = Instance.new("Weld", p4)
  1557. w4.Name = "Part_Weld"
  1558. w4.Part0 = p4
  1559. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-05, 9.00123541e-06, -3.82823673e-05, -0.800855637, 0.598857403, -1.73869594e-05, -0.598857403, -0.800855637)
  1560. w4.Part1 = p5
  1561. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-06, 4.26825172e-05, -3.75621021e-05, 0.358411252, 0.933563769, -2.12490559e-05, -0.933563769, 0.358411252)
  1562. w5 = Instance.new("Weld", p5)
  1563. w5.Name = "Part_Weld"
  1564. w5.Part0 = p5
  1565. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-06, 4.26825172e-05, -3.75621021e-05, 0.358411252, 0.933563769, -2.12490559e-05, -0.933563769, 0.358411252)
  1566. w5.Part1 = p6
  1567. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-08, 1, 4.37113883e-08, 0, -4.37113883e-08, 1, 1, 4.37113883e-08, 1.91068547e-15)
  1568. w6 = Instance.new("Weld", p6)
  1569. w6.Name = "Part_Weld"
  1570. w6.Part0 = p6
  1571. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-08, 1, 4.37113883e-08, 0, -4.37113883e-08, 1, 1, 4.37113883e-08, 1.91068547e-15)
  1572. w6.Part1 = p7
  1573. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-05, 1.13026372e-05, -4.09751265e-05, -0.91493088, 0.403610349, -5.72212457e-06, -0.403610349, -0.91493088)
  1574. w7 = Instance.new("Weld", p7)
  1575. w7.Name = "Part_Weld"
  1576. w7.Part0 = p7
  1577. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-05, 1.13026372e-05, -4.09751265e-05, -0.91493088, 0.403610349, -5.72212457e-06, -0.403610349, -0.91493088)
  1578. w7.Part1 = p8
  1579. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-05, 1.13026372e-05, -4.09751265e-05, -0.91493088, 0.403610349, -5.72212457e-06, -0.403610349, -0.91493088)
  1580. w8 = Instance.new("Weld", p8)
  1581. w8.Name = "Part_Weld"
  1582. w8.Part0 = p8
  1583. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-05, 1.13026372e-05, -4.09751265e-05, -0.91493088, 0.403610349, -5.72212457e-06, -0.403610349, -0.91493088)
  1584. w8.Part1 = p9
  1585. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-05, 0.353263557, 0.935524285, -1.84533783e-05, -0.935524285, 0.353263557, 1, -7.4510931e-06, 3.25046385e-05)
  1586. w9 = Instance.new("Weld", p9)
  1587. w9.Name = "Part_Weld"
  1588. w9.Part0 = p9
  1589. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-05, 0.353263557, 0.935524285, -1.84533783e-05, -0.935524285, 0.353263557, 1, -7.4510931e-06, 3.25046385e-05)
  1590. w9.Part1 = p10
  1591. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-08, 0.292369425, -0.956305802, 3.04095332e-10, 0.956305802, 0.292369425, 1, 6.26159258e-09, -2.15211493e-08)
  1592. w10 = Instance.new("Weld", p10)
  1593. w10.Name = "Part_Weld"
  1594. w10.Part0 = p10
  1595. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-08, 0.292369425, -0.956305802, 3.04095332e-10, 0.956305802, 0.292369425, 1, 6.26159258e-09, -2.15211493e-08)
  1596. w10.Part1 = p11
  1597. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-05, -0.362230271, 0.932088912, 9.3476192e-06, -0.932088912, -0.362230271, 1, -1.74967965e-06, 3.03080251e-05)
  1598. w11 = Instance.new("Weld", p11)
  1599. w11.Name = "Part_Weld"
  1600. w11.Part0 = p11
  1601. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-05, -0.362230271, 0.932088912, 9.3476192e-06, -0.932088912, -0.362230271, 1, -1.74967965e-06, 3.03080251e-05)
  1602. w11.Part1 = p12
  1603. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-05, -3.05189751e-05, 3.05161811e-05, 3.05189751e-05, -1, 9.15532e-05, -1, -3.05161811e-05)
  1604. w12 = Instance.new("Weld", p12)
  1605. w12.Name = "Part_Weld"
  1606. w12.Part0 = p12
  1607. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-05, -3.05189751e-05, 3.05161811e-05, 3.05189751e-05, -1, 9.15532e-05, -1, -3.05161811e-05)
  1608. w12.Part1 = p13
  1609. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-08, -0.11906305, 0.992886722, 4.05430745e-10, -0.992886722, -0.11906305, 1, -4.47637571e-09, 4.0734399e-08)
  1610. w13 = Instance.new("Weld", p13)
  1611. w13.Name = "Part_Weld"
  1612. w13.Part0 = p13
  1613. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-08, -0.11906305, 0.992886722, 4.05430745e-10, -0.992886722, -0.11906305, 1, -4.47637571e-09, 4.0734399e-08)
  1614. w13.Part1 = p14
  1615. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-08, -0.462350011, -0.886697888, 5.64353009e-10, 0.886697888, -0.462350011, 1, -1.19839818e-08, -2.17623022e-08)
  1616. w14 = Instance.new("Weld", p14)
  1617. w14.Name = "Part_Weld"
  1618. w14.Part0 = p14
  1619. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-08, -0.462350011, -0.886697888, 5.64353009e-10, 0.886697888, -0.462350011, 1, -1.19839818e-08, -2.17623022e-08)
  1620. w14.Part1 = p15
  1621. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-08, 0.64509654, -0.764101744, -4.55740418e-10, 0.764101744, 0.64509654, 1, 2.58124242e-08, -2.98677882e-08)
  1622. w15 = Instance.new("Weld", p15)
  1623. w15.Name = "Part_Weld"
  1624. w15.Part0 = p15
  1625. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-08, 0.64509654, -0.764101744, -4.55740418e-10, 0.764101744, 0.64509654, 1, 2.58124242e-08, -2.98677882e-08)
  1626. w15.Part1 = p16
  1627. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-08, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-08, 4.22219593e-08)
  1628. w16 = Instance.new("Weld", p16)
  1629. w16.Name = "Part_Weld"
  1630. w16.Part0 = p16
  1631. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-08, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-08, 4.22219593e-08)
  1632. w16.Part1 = p17
  1633. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-08, 0.293349952, -0.956005633, 4.38312497e-10, 0.956005633, 0.293349952, 1, 1.15792238e-08, -3.92300876e-08)
  1634. w17 = Instance.new("Weld", p17)
  1635. w17.Name = "Wedge_Weld"
  1636. w17.Part0 = p17
  1637. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-08, 0.293349952, -0.956005633, 4.38312497e-10, 0.956005633, 0.293349952, 1, 1.15792238e-08, -3.92300876e-08)
  1638. w17.Part1 = p18
  1639. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-05, -3.05180438e-05, -3.05171125e-05, -3.05180438e-05, -1, -3.05180438e-05, 1, -3.05171125e-05)
  1640. w18 = Instance.new("Weld", p18)
  1641. w18.Name = "Wedge_Weld"
  1642. w18.Part0 = p18
  1643. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-05, -3.05180438e-05, -3.05171125e-05, -3.05180438e-05, -1, -3.05180438e-05, 1, -3.05171125e-05)
  1644. w18.Part1 = p19
  1645. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-05, 3.05161811e-05, 3.05189751e-05, -3.05161811e-05, 1, -9.15522687e-05, 1, 3.05189751e-05)
  1646. w19 = Instance.new("Weld", p19)
  1647. w19.Name = "Part_Weld"
  1648. w19.Part0 = p19
  1649. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-05, 3.05161811e-05, 3.05189751e-05, -3.05161811e-05, 1, -9.15522687e-05, 1, 3.05189751e-05)
  1650. w19.Part1 = p20
  1651. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-10, 0.992886961, 0.119063012, -1.46926671e-09, -0.119063012, 0.992886961, 1, 1.59595731e-12, 1.47997492e-09)
  1652. w20 = Instance.new("Weld", p20)
  1653. w20.Name = "Part_Weld"
  1654. w20.Part0 = p20
  1655. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-10, 0.992886961, 0.119063012, -1.46926671e-09, -0.119063012, 0.992886961, 1, 1.59595731e-12, 1.47997492e-09)
  1656. w20.Part1 = p21
  1657. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-05, 9.00123541e-06, -3.82823673e-05, -0.800855637, 0.598857403, -1.73869594e-05, -0.598857403, -0.800855637)
  1658. m.Parent = char
  1659. m:MakeJoints()
  1660. local cor = Instance.new("Part", char.Absolution)
  1661. cor.Name = "Thingy"
  1662. cor.Locked = true
  1663. cor.BottomSurface = 0
  1664. cor.CanCollide = false
  1665. cor.Size = Vector3.new(1, 13, 1)
  1666. cor.Transparency = 1
  1667. cor.TopSurface = 0
  1668. corw = Instance.new("Weld", cor)
  1669. corw.Part0 = rarm
  1670. corw.Part1 = cor
  1671. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1672. corw.C1 = CFrame.new(0, 0, 0)
  1673. weld1 = Instance.new("Weld", char.Absolution)
  1674. weld1.Part0 = cor
  1675. weld1.Part1 = p6
  1676. weld1.C0 = CFrame.new(0, 0, 0)
  1677. hitb = Instance.new("Part", char.Absolution)
  1678. hitb.Name = "Thingy2"
  1679. hitb.Locked = true
  1680. hitb.BottomSurface = 0
  1681. hitb.CanCollide = false
  1682. hitb.Size = Vector3.new(0, 8, 6)
  1683. hitb.Transparency = 1
  1684. hitb.TopSurface = 0
  1685. weld2 = Instance.new("Weld", char.Absolution)
  1686. weld2.Part0 = hitb
  1687. weld2.Part1 = p12
  1688. weld2.C0 = CFrame.new(0, 0.6, 1)
  1689. local m = Instance.new("Model")
  1690. m.Name = "Claw"
  1691. p1 = Instance.new("Part", m)
  1692. p1.BrickColor = BrickColor.new("Really black")
  1693. p1.FormFactor = Enum.FormFactor.Custom
  1694. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  1695. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  1696. p1.CanCollide = false
  1697. p1.Locked = true
  1698. p1.BottomSurface = Enum.SurfaceType.Smooth
  1699. p1.TopSurface = Enum.SurfaceType.Smooth
  1700. b1 = Instance.new("BlockMesh", p1)
  1701. b1.Name = "Mesh"
  1702. p2 = Instance.new("WedgePart", m)
  1703. p2.BrickColor = BrickColor.new("Really black")
  1704. p2.Name = "Wedge"
  1705. p2.FormFactor = Enum.FormFactor.Custom
  1706. p2.Size = Vector3.new(3, 1, 0.5)
  1707. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-08, -4.47034836e-08, -1.00000358, -1.3615936e-05, 0.99999994, 4.47034836e-08, 1.00000358, 1.41002238e-05, 0)
  1708. p2.CanCollide = false
  1709. p2.Locked = true
  1710. p2.BottomSurface = Enum.SurfaceType.Smooth
  1711. p2.TopSurface = Enum.SurfaceType.Smooth
  1712. p3 = Instance.new("Part", m)
  1713. p3.BrickColor = BrickColor.new("Really black")
  1714. p3.FormFactor = Enum.FormFactor.Custom
  1715. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  1716. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-08, 1.07230136e-07, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-07, 0.86608547, -0.499910295, -2.17476881e-08)
  1717. p3.CanCollide = false
  1718. p3.Locked = true
  1719. p3.BottomSurface = Enum.SurfaceType.Smooth
  1720. p3.TopSurface = Enum.SurfaceType.Smooth
  1721. b2 = Instance.new("BlockMesh", p3)
  1722. b2.Name = "Mesh"
  1723. p4 = Instance.new("WedgePart", m)
  1724. p4.BrickColor = BrickColor.new("Really black")
  1725. p4.Name = "Wedge"
  1726. p4.FormFactor = Enum.FormFactor.Custom
  1727. p4.Size = Vector3.new(3, 1, 0.5)
  1728. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-07, 1.78814929e-07, 1.00001431, -1.2755394e-05, -0.999999762, -1.78813849e-07, 1.00001431, -1.46627426e-05, -7.54998553e-08)
  1729. p4.CanCollide = false
  1730. p4.Locked = true
  1731. p4.BottomSurface = Enum.SurfaceType.Smooth
  1732. p4.TopSurface = Enum.SurfaceType.Smooth
  1733. p5 = Instance.new("Part", m)
  1734. p5.BrickColor = BrickColor.new("Really black")
  1735. p5.FormFactor = Enum.FormFactor.Custom
  1736. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  1737. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-07, 1.9046513e-07, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-08, 0.865987122, 0.50009501, 3.78533827e-08)
  1738. p5.CanCollide = false
  1739. p5.Locked = true
  1740. p5.BottomSurface = Enum.SurfaceType.Smooth
  1741. p5.TopSurface = Enum.SurfaceType.Smooth
  1742. b3 = Instance.new("BlockMesh", p5)
  1743. b3.Name = "Mesh"
  1744. p6 = Instance.new("Part", m)
  1745. p6.BrickColor = BrickColor.new("Really black")
  1746. p6.FormFactor = Enum.FormFactor.Custom
  1747. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  1748. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  1749. p6.CanCollide = false
  1750. p6.Locked = true
  1751. p6.BottomSurface = Enum.SurfaceType.Smooth
  1752. p6.TopSurface = Enum.SurfaceType.Smooth
  1753. b4 = Instance.new("BlockMesh", p6)
  1754. b4.Name = "Mesh"
  1755. p7 = Instance.new("Part", m)
  1756. p7.BrickColor = BrickColor.new("Really black")
  1757. p7.FormFactor = Enum.FormFactor.Custom
  1758. p7.Size = Vector3.new(3, 1, 1.20000005)
  1759. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-07, -3.57627869e-07, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-08, 1.00001442, 0.000135900453, -5.96046448e-08)
  1760. p7.CanCollide = false
  1761. p7.Locked = true
  1762. p7.BottomSurface = Enum.SurfaceType.Smooth
  1763. p7.TopSurface = Enum.SurfaceType.Smooth
  1764. b5 = Instance.new("BlockMesh", p7)
  1765. b5.Name = "Mesh"
  1766. p8 = Instance.new("Part", m)
  1767. p8.BrickColor = BrickColor.new("Maroon")
  1768. p8.FormFactor = Enum.FormFactor.Symmetric
  1769. p8.Size = Vector3.new(1, 1, 1)
  1770. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-05, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  1771. p8.CanCollide = false
  1772. p8.Locked = true
  1773. b6 = Instance.new("SpecialMesh", p8)
  1774. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1775. b6.TextureId = ""
  1776. b6.MeshType = Enum.MeshType.FileMesh
  1777. b6.Name = "Mesh"
  1778. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1779. p9 = Instance.new("Part", m)
  1780. p9.BrickColor = BrickColor.new("Really black")
  1781. p9.FormFactor = Enum.FormFactor.Custom
  1782. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  1783. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  1784. p9.CanCollide = false
  1785. p9.Locked = true
  1786. p9.BottomSurface = Enum.SurfaceType.Smooth
  1787. p9.TopSurface = Enum.SurfaceType.Smooth
  1788. b7 = Instance.new("BlockMesh", p9)
  1789. b7.Name = "Mesh"
  1790. p10 = Instance.new("Part", m)
  1791. p10.BrickColor = BrickColor.new("Maroon")
  1792. p10.FormFactor = Enum.FormFactor.Symmetric
  1793. p10.Size = Vector3.new(1, 1, 1)
  1794. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  1795. p10.CanCollide = false
  1796. p10.Locked = true
  1797. b8 = Instance.new("SpecialMesh", p10)
  1798. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1799. b8.TextureId = ""
  1800. b8.MeshType = Enum.MeshType.FileMesh
  1801. b8.Name = "Mesh"
  1802. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1803. p11 = Instance.new("Part", m)
  1804. p11.BrickColor = BrickColor.new("Really black")
  1805. p11.FormFactor = Enum.FormFactor.Custom
  1806. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  1807. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  1808. p11.CanCollide = false
  1809. p11.Locked = true
  1810. p11.BottomSurface = Enum.SurfaceType.Smooth
  1811. p11.TopSurface = Enum.SurfaceType.Smooth
  1812. b9 = Instance.new("BlockMesh", p11)
  1813. b9.Name = "Mesh"
  1814. p12 = Instance.new("Part", m)
  1815. p12.BrickColor = BrickColor.new("Really black")
  1816. p12.FormFactor = Enum.FormFactor.Custom
  1817. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  1818. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-07, 2.83122063e-07, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-08, 0.865987122, 0.500095367, 1.49011612e-08)
  1819. p12.CanCollide = false
  1820. p12.Locked = true
  1821. p12.BottomSurface = Enum.SurfaceType.Smooth
  1822. p12.TopSurface = Enum.SurfaceType.Smooth
  1823. b10 = Instance.new("BlockMesh", p12)
  1824. b10.Name = "Mesh"
  1825. p13 = Instance.new("Part", m)
  1826. p13.BrickColor = BrickColor.new("Really black")
  1827. p13.FormFactor = Enum.FormFactor.Custom
  1828. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  1829. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-08, 5.08347114e-07, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-08, 0.866095126, -0.499908328, 3.78581007e-08)
  1830. p13.CanCollide = false
  1831. p13.Locked = true
  1832. p13.BottomSurface = Enum.SurfaceType.Smooth
  1833. p13.TopSurface = Enum.SurfaceType.Smooth
  1834. b11 = Instance.new("BlockMesh", p13)
  1835. b11.Name = "Mesh"
  1836. p14 = Instance.new("Part", m)
  1837. p14.BrickColor = BrickColor.new("Maroon")
  1838. p14.FormFactor = Enum.FormFactor.Symmetric
  1839. p14.Size = Vector3.new(1, 1, 1)
  1840. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-05, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  1841. p14.CanCollide = false
  1842. p14.Locked = true
  1843. b12 = Instance.new("SpecialMesh", p14)
  1844. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1845. b12.TextureId = ""
  1846. b12.MeshType = Enum.MeshType.FileMesh
  1847. b12.Name = "Mesh"
  1848. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1849. p15 = Instance.new("Part", m)
  1850. p15.BrickColor = BrickColor.new("Medium stone grey")
  1851. p15.Transparency = 1
  1852. p15.Name = "ArmPart"
  1853. p15.FormFactor = Enum.FormFactor.Custom
  1854. p15.Size = Vector3.new(2, 1, 1)
  1855. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-07, 4.39002179e-07, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-08)
  1856. p15.CanCollide = false
  1857. p15.Locked = true
  1858. p15.BottomSurface = Enum.SurfaceType.Smooth
  1859. p15.TopSurface = Enum.SurfaceType.Smooth
  1860. b13 = Instance.new("BlockMesh", p15)
  1861. b13.Name = "Mesh"
  1862. p16 = Instance.new("Part", m)
  1863. p16.BrickColor = BrickColor.new("Really black")
  1864. p16.FormFactor = Enum.FormFactor.Custom
  1865. p16.Size = Vector3.new(3, 1, 2.4000001)
  1866. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-07, 4.39006953e-07, 1.00001442, 0.000110270419, -1, 4.71678729e-12, 1.00001454, 0.000108154614, 4.37120207e-08)
  1867. p16.CanCollide = false
  1868. p16.Locked = true
  1869. p16.BottomSurface = Enum.SurfaceType.Smooth
  1870. p16.TopSurface = Enum.SurfaceType.Smooth
  1871. b14 = Instance.new("BlockMesh", p16)
  1872. b14.Name = "Mesh"
  1873. p17 = Instance.new("Part", m)
  1874. p17.BrickColor = BrickColor.new("Really black")
  1875. p17.FormFactor = Enum.FormFactor.Custom
  1876. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1877. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  1878. p17.CanCollide = false
  1879. p17.Locked = true
  1880. p17.BottomSurface = Enum.SurfaceType.Smooth
  1881. p17.TopSurface = Enum.SurfaceType.Smooth
  1882. b15 = Instance.new("BlockMesh", p17)
  1883. b15.Name = "Mesh"
  1884. p18 = Instance.new("Part", m)
  1885. p18.BrickColor = BrickColor.new("Maroon")
  1886. p18.FormFactor = Enum.FormFactor.Symmetric
  1887. p18.Size = Vector3.new(1, 1, 1)
  1888. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  1889. p18.CanCollide = false
  1890. p18.Locked = true
  1891. b16 = Instance.new("SpecialMesh", p18)
  1892. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1893. b16.TextureId = ""
  1894. b16.MeshType = Enum.MeshType.FileMesh
  1895. b16.Name = "Mesh"
  1896. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1897. p19 = Instance.new("Part", m)
  1898. p19.BrickColor = BrickColor.new("Maroon")
  1899. p19.FormFactor = Enum.FormFactor.Symmetric
  1900. p19.Size = Vector3.new(1, 1, 1)
  1901. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  1902. p19.CanCollide = false
  1903. p19.Locked = true
  1904. b17 = Instance.new("SpecialMesh", p19)
  1905. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1906. b17.TextureId = ""
  1907. b17.MeshType = Enum.MeshType.FileMesh
  1908. b17.Name = "Mesh"
  1909. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1910. p20 = Instance.new("Part", m)
  1911. p20.BrickColor = BrickColor.new("Really black")
  1912. p20.FormFactor = Enum.FormFactor.Custom
  1913. p20.Size = Vector3.new(3, 1, 2.4000001)
  1914. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-07, -4.47034836e-07, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-08, 1.00001466, 0.000135831535, -5.96046448e-08)
  1915. p20.CanCollide = false
  1916. p20.Locked = true
  1917. p20.BottomSurface = Enum.SurfaceType.Smooth
  1918. p20.TopSurface = Enum.SurfaceType.Smooth
  1919. b18 = Instance.new("BlockMesh", p20)
  1920. b18.Name = "Mesh"
  1921. p21 = Instance.new("Part", m)
  1922. p21.BrickColor = BrickColor.new("Really black")
  1923. p21.FormFactor = Enum.FormFactor.Custom
  1924. p21.Size = Vector3.new(3, 1, 1.19999993)
  1925. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-07, -4.17224015e-07, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-12, 1.00001466, 0.000135854774, -4.37120207e-08)
  1926. p21.CanCollide = false
  1927. p21.Locked = true
  1928. p21.BottomSurface = Enum.SurfaceType.Smooth
  1929. p21.TopSurface = Enum.SurfaceType.Smooth
  1930. b19 = Instance.new("BlockMesh", p21)
  1931. b19.Name = "Mesh"
  1932. p22 = Instance.new("WedgePart", m)
  1933. p22.BrickColor = BrickColor.new("Really black")
  1934. p22.Name = "Wedge"
  1935. p22.FormFactor = Enum.FormFactor.Custom
  1936. p22.Size = Vector3.new(3, 1, 0.5)
  1937. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-07, 4.17202415e-07, -1.00001454, 1.19470278e-05, -1.00000024, -6.07483681e-13, -1.00001466, -1.39792755e-05, 4.37120278e-08)
  1938. p22.CanCollide = false
  1939. p22.Locked = true
  1940. p22.BottomSurface = Enum.SurfaceType.Smooth
  1941. p22.TopSurface = Enum.SurfaceType.Smooth
  1942. p23 = Instance.new("Part", m)
  1943. p23.BrickColor = BrickColor.new("Really black")
  1944. p23.FormFactor = Enum.FormFactor.Custom
  1945. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1946. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  1947. p23.CanCollide = false
  1948. p23.Locked = true
  1949. p23.BottomSurface = Enum.SurfaceType.Smooth
  1950. p23.TopSurface = Enum.SurfaceType.Smooth
  1951. b20 = Instance.new("BlockMesh", p23)
  1952. b20.Name = "Mesh"
  1953. p24 = Instance.new("WedgePart", m)
  1954. p24.BrickColor = BrickColor.new("Really black")
  1955. p24.Name = "Wedge"
  1956. p24.FormFactor = Enum.FormFactor.Custom
  1957. p24.Size = Vector3.new(3, 1, 0.5)
  1958. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  1959. p24.CanCollide = false
  1960. p24.Locked = true
  1961. p24.BottomSurface = Enum.SurfaceType.Smooth
  1962. p24.TopSurface = Enum.SurfaceType.Smooth
  1963. p25 = Instance.new("Part", m)
  1964. p25.BrickColor = BrickColor.new("Maroon")
  1965. p25.FormFactor = Enum.FormFactor.Symmetric
  1966. p25.Size = Vector3.new(1, 1, 1)
  1967. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-05, -1.00001454, -4.94604174e-05, -1.00000024, -1.16155716e-05, -0.000471511274, 0.000469659513, 4.96469293e-05, -1.00001466)
  1968. p25.CanCollide = false
  1969. p25.Locked = true
  1970. p25.BottomSurface = Enum.SurfaceType.Smooth
  1971. p25.TopSurface = Enum.SurfaceType.Smooth
  1972. b21 = Instance.new("SpecialMesh", p25)
  1973. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1974. b21.TextureId = ""
  1975. b21.MeshType = Enum.MeshType.FileMesh
  1976. b21.Name = "Mesh"
  1977. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1978. p26 = Instance.new("Part", m)
  1979. p26.BrickColor = BrickColor.new("Really black")
  1980. p26.FormFactor = Enum.FormFactor.Symmetric
  1981. p26.Size = Vector3.new(1, 1, 1)
  1982. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  1983. p26.CanCollide = false
  1984. p26.Locked = true
  1985. p26.BottomSurface = Enum.SurfaceType.Smooth
  1986. p26.TopSurface = Enum.SurfaceType.Smooth
  1987. b22 = Instance.new("SpecialMesh", p26)
  1988. b22.MeshType = Enum.MeshType.Brick
  1989. b22.Name = "Mesh"
  1990. w1 = Instance.new("Weld", p1)
  1991. w1.Name = "Wedge_Weld"
  1992. w1.Part0 = p1
  1993. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  1994. w1.Part1 = p2
  1995. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-08, -1.38580826e-05, 1, 0, 1, 1.38580826e-05, -1, 6.05756005e-13, -4.37113883e-08)
  1996. w2 = Instance.new("Weld", p2)
  1997. w2.Name = "Part_Weld"
  1998. w2.Part0 = p2
  1999. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-08, -1.3615936e-05, 1.00000358, -4.47034836e-08, 0.99999994, 1.41002238e-05, -1.00000358, 4.47034836e-08, 0)
  2000. w2.Part1 = p3
  2001. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-08, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-08, 3.78575393e-08)
  2002. w3 = Instance.new("Weld", p3)
  2003. w3.Name = "Wedge_Weld"
  2004. w3.Part0 = p3
  2005. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-08, -0.499905825, 0.86608547, 1.07230136e-07, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-07, -2.17476881e-08)
  2006. w3.Part1 = p4
  2007. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-08, -1.37408551e-05, 1, 0, -1, -1.37408551e-05, 1, -6.00631849e-13, 4.37113883e-08)
  2008. w4 = Instance.new("Weld", p4)
  2009. w4.Name = "Part_Weld"
  2010. w4.Part0 = p4
  2011. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-07, -1.2755394e-05, 1.00001431, 1.78814929e-07, -0.999999762, -1.46627426e-05, 1.00001431, -1.78813849e-07, -7.54998553e-08)
  2012. w4.Part1 = p5
  2013. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-08, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-08, 3.78528071e-08)
  2014. w5 = Instance.new("Weld", p5)
  2015. w5.Name = "Part_Weld"
  2016. w5.Part0 = p5
  2017. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-07, 0.500089467, 0.865987122, 1.9046513e-07, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-08, 3.78533827e-08)
  2018. w5.Part1 = p6
  2019. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  2020. w6 = Instance.new("Weld", p6)
  2021. w6.Name = "Part_Weld"
  2022. w6.Part0 = p6
  2023. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  2024. w6.Part1 = p7
  2025. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-08, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-12, -4.37113883e-08)
  2026. w7 = Instance.new("Weld", p7)
  2027. w7.Name = "Part_Weld"
  2028. w7.Part0 = p7
  2029. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-07, -0.000133868307, 1.00001442, -3.57627869e-07, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-08, -5.96046448e-08)
  2030. w7.Part1 = p8
  2031. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-05, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  2032. w8 = Instance.new("Weld", p8)
  2033. w8.Name = "Part_Weld"
  2034. w8.Part0 = p8
  2035. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-05, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  2036. w8.Part1 = p9
  2037. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  2038. w9 = Instance.new("Weld", p9)
  2039. w9.Name = "Part_Weld"
  2040. w9.Part0 = p9
  2041. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  2042. w9.Part1 = p10
  2043. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  2044. w10 = Instance.new("Weld", p10)
  2045. w10.Name = "Part_Weld"
  2046. w10.Part0 = p10
  2047. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  2048. w10.Part1 = p11
  2049. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  2050. w11 = Instance.new("Weld", p11)
  2051. w11.Name = "Part_Weld"
  2052. w11.Part0 = p11
  2053. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  2054. w11.Part1 = p12
  2055. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-08, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-08, 3.78528e-08)
  2056. w12 = Instance.new("Weld", p12)
  2057. w12.Name = "Part_Weld"
  2058. w12.Part0 = p12
  2059. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-07, 0.500089884, 0.865987122, 2.83122063e-07, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-08, 1.49011612e-08)
  2060. w12.Part1 = p13
  2061. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-08, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-08, 3.78575429e-08)
  2062. w13 = Instance.new("Weld", p13)
  2063. w13.Name = "Part_Weld"
  2064. w13.Part0 = p13
  2065. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-08, -0.499899268, 0.866095126, 5.08347114e-07, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-08, 3.78581007e-08)
  2066. w13.Part1 = p14
  2067. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-05, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  2068. w14 = Instance.new("Weld", p14)
  2069. w14.Name = "ArmPart_Weld"
  2070. w14.Part0 = p14
  2071. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-05, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  2072. w14.Part1 = p15
  2073. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-08, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-12, 4.37113883e-08)
  2074. w15 = Instance.new("Weld", p15)
  2075. w15.Name = "Part_Weld"
  2076. w15.Part0 = p15
  2077. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-07, 0.00011029192, 1.00001454, 4.39002179e-07, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-08)
  2078. w15.Part1 = p16
  2079. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-08, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-12, 4.37113883e-08)
  2080. w16 = Instance.new("Weld", p16)
  2081. w16.Name = "Part_Weld"
  2082. w16.Part0 = p16
  2083. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-07, 0.000110270419, 1.00001454, 4.39006953e-07, -1, 0.000108154614, 1.00001442, 4.71678729e-12, 4.37120207e-08)
  2084. w16.Part1 = p17
  2085. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  2086. w17 = Instance.new("Weld", p17)
  2087. w17.Name = "Part_Weld"
  2088. w17.Part0 = p17
  2089. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  2090. w17.Part1 = p18
  2091. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  2092. w18 = Instance.new("Weld", p18)
  2093. w18.Name = "Part_Weld"
  2094. w18.Part0 = p18
  2095. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  2096. w18.Part1 = p19
  2097. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  2098. w19 = Instance.new("Weld", p19)
  2099. w19.Name = "Part_Weld"
  2100. w19.Part0 = p19
  2101. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  2102. w19.Part1 = p20
  2103. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-08, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-12, -4.37113883e-08)
  2104. w20 = Instance.new("Weld", p20)
  2105. w20.Name = "Part_Weld"
  2106. w20.Part0 = p20
  2107. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-07, -0.000133797526, 1.00001466, -4.47034836e-07, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-08, -5.96046448e-08)
  2108. w20.Part1 = p21
  2109. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-08, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-12, -4.37113883e-08)
  2110. w21 = Instance.new("Weld", p21)
  2111. w21.Name = "Wedge_Weld"
  2112. w21.Part0 = p21
  2113. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-07, -0.000133820766, 1.00001466, -4.17224015e-07, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-12, -4.37120207e-08)
  2114. w21.Part1 = p22
  2115. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-08, 1.39792737e-05, -1, 0, -1, -1.39792737e-05, -1, -6.11053471e-13, 4.37113883e-08)
  2116. w22 = Instance.new("Weld", p22)
  2117. w22.Name = "Part_Weld"
  2118. w22.Part0 = p22
  2119. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-07, 1.19470278e-05, -1.00001466, 4.17202415e-07, -1.00000024, -1.39792755e-05, -1.00001454, -6.07483681e-13, 4.37120278e-08)
  2120. w22.Part1 = p23
  2121. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  2122. w23 = Instance.new("Weld", p23)
  2123. w23.Name = "Wedge_Weld"
  2124. w23.Part0 = p23
  2125. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  2126. w23.Part1 = p24
  2127. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  2128. w24 = Instance.new("Weld", p24)
  2129. w24.Name = "Part_Weld"
  2130. w24.Part0 = p24
  2131. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  2132. w24.Part1 = p25
  2133. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-05, -0.999999881, 0.000471503939, -1, -1.1615477e-05, 4.94651576e-05, -4.94596788e-05, -0.000471504522, -0.999999881)
  2134. w25 = Instance.new("Weld", p25)
  2135. w25.Name = "Part_Weld"
  2136. w25.Part0 = p25
  2137. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-05, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-05, 4.96469293e-05, -4.94604174e-05, -0.000471511274, -1.00001466)
  2138. w25.Part1 = p26
  2139. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
  2140. m.Parent = char
  2141. m:MakeJoints()
  2142. local cor2 = Instance.new("Part", char.Claw)
  2143. cor2.Name = "Thingy"
  2144. cor2.Locked = true
  2145. cor2.BottomSurface = 0
  2146. cor2.CanCollide = false
  2147. cor2.Size = Vector3.new(2, 1, 1)
  2148. cor2.Transparency = 1
  2149. cor2.TopSurface = 0
  2150. corw2 = Instance.new("Weld", cor2)
  2151. corw2.Part0 = larm
  2152. corw2.Part1 = cor2
  2153. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  2154. corw2.C1 = CFrame.new(0, 0, 0)
  2155. weld2 = Instance.new("Weld", char.Claw)
  2156. weld2.Part0 = cor2
  2157. weld2.Part1 = char.Claw.ArmPart
  2158. weld2.C0 = CFrame.new(0, 0, 0)
  2159. char.Claw:Destroy()
  2160. weld5 = function(part0, part1, c0, c1)
  2161.  
  2162. weeld = Instance.new("Weld", part0)
  2163. weeld.Part0 = part0
  2164. weeld.Part1 = part1
  2165. weeld.C0 = c0
  2166. weeld.C1 = c1
  2167. return weeld
  2168. end
  2169.  
  2170. newRay = function(start, face, range, wat)
  2171.  
  2172. local rey = Ray.new(start.p, face.p - start.p.Unit * range)
  2173. hit = Workspace:FindPartOnRayWithIgnoreList(rey, wat)
  2174. return rey, hit, pos
  2175. end
  2176.  
  2177. mod5 = Instance.new("Model", char)
  2178. FindNearestTorso = function(Position, Distance, SinglePlayer)
  2179.  
  2180. if SinglePlayer.Torso.CFrame.p - Position.magnitude >= Distance then
  2181. do return not SinglePlayer end
  2182. do
  2183. local List = {}
  2184. for i,v in pairs(workspace:GetChildren()) do
  2185. if v:IsA("Model") and v:findFirstChild("Torso") and v ~= char and v.Torso.Position - Position.magnitude <= Distance then
  2186. table.insert(List, v)
  2187. end
  2188. end
  2189. do return List end
  2190. -- DECOMPILER ERROR: 3 unprocessed JMP targets
  2191. end
  2192. end
  2193. end
  2194.  
  2195. Landing = function()
  2196.  
  2197. part = Instance.new("Part", mod5)
  2198. part.Anchored = true
  2199. part.CanCollide = false
  2200. part.FormFactor = "Custom"
  2201. part.Size = Vector3.new(0.2, 0.2, 0.2)
  2202. part.CFrame = root.CFrame * CFrame.new(0, -2, 0)
  2203. part.Transparency = 0.7
  2204. part.BrickColor = BrickColor.new("Really black")
  2205. mesh = Instance.new("SpecialMesh", part)
  2206. mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  2207. mesh.Scale = Vector3.new(10, 5, 10)
  2208. for i,v in pairs(FindNearestTorso(torso.CFrame.p, 40)) do
  2209. if v:FindFirstChild("Humanoid") then
  2210. v.Humanoid:TakeDamage(math.random(20, 30))
  2211. v.Humanoid.PlatformStand = true
  2212. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2213. end
  2214. end
  2215. coroutine.resume(coroutine.create(function()
  2216.  
  2217. for i = 0, 3.8, 0.05 do
  2218. wait()
  2219. part.CFrame = part.CFrame
  2220. part.Transparency = i
  2221. mesh.Scale = mesh.Scale + Vector3.new(1, 0.2, 1)
  2222. end
  2223. part.Parent = nil
  2224. end
  2225. ))
  2226. end
  2227.  
  2228. mod4 = Instance.new("Model", char)
  2229. ptez = {0.7, 0.8, 0.9, 1}
  2230. FindNearestTorso = function(Position, Distance, SinglePlayer)
  2231.  
  2232. if SinglePlayer.Torso.CFrame.p - Position.magnitude >= Distance then
  2233. do return not SinglePlayer end
  2234. do
  2235. local List = {}
  2236. for i,v in pairs(workspace:GetChildren()) do
  2237. if v:IsA("Model") and v:findFirstChild("Torso") and v ~= char and v.Torso.Position - Position.magnitude <= Distance then
  2238. table.insert(List, v)
  2239. end
  2240. end
  2241. do return List end
  2242. -- DECOMPILER ERROR: 3 unprocessed JMP targets
  2243. end
  2244. end
  2245. end
  2246.  
  2247. GroundPound = function()
  2248.  
  2249. part = Instance.new("Part", mod4)
  2250. part.Anchored = true
  2251. part.CanCollide = false
  2252. part.FormFactor = "Custom"
  2253. part.Size = Vector3.new(0.2, 0.2, 0.2)
  2254. part.CFrame = root.CFrame * CFrame.new(0, -5.8, -2.4) * CFrame.Angles(math.rad(90), 0, 0)
  2255. part.Transparency = 0.7
  2256. part.BrickColor = BrickColor.new("Really black")
  2257. mesh = Instance.new("SpecialMesh", part)
  2258. mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2259. mesh.Scale = Vector3.new(3, 3, 3)
  2260. part2 = Instance.new("Part", mod4)
  2261. part2.Anchored = true
  2262. part2.CanCollide = false
  2263. part2.FormFactor = "Custom"
  2264. part2.Size = Vector3.new(0.2, 0.2, 0.2)
  2265. part2.CFrame = root.CFrame * CFrame.new(0, -5, -2.6)
  2266. part2.Transparency = 0.7
  2267. part2.BrickColor = BrickColor.new("Really red")
  2268. mesh2 = Instance.new("SpecialMesh", part2)
  2269. mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  2270. mesh2.Scale = Vector3.new(3, 1.5, 3)
  2271. x = Instance.new("Sound", char)
  2272. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  2273. x.Pitch = ptez[math.random(1, #ptez)]
  2274. x.Volume = 1
  2275. wait(0.1)
  2276. x:Play()
  2277. for i,v in pairs(FindNearestTorso(torso.CFrame.p, 12)) do
  2278. if v:FindFirstChild("Humanoid") then
  2279. v.Humanoid:TakeDamage(math.random(8, 15))
  2280. end
  2281. end
  2282. coroutine.resume(coroutine.create(function()
  2283.  
  2284. for i = 0, 0.62, 0.13 do
  2285. wait()
  2286. part.CFrame = part.CFrame
  2287. part.Transparency = i
  2288. mesh.Scale = mesh.Scale + Vector3.new(0.4, 0.4, 0.4)
  2289. part2.CFrame = part2.CFrame
  2290. part2.Transparency = i
  2291. mesh2.Scale = mesh2.Scale + Vector3.new(0.4, 0.2, 0.4)
  2292. end
  2293. part.Parent = nil
  2294. part2.Parent = nil
  2295. x:Destroy()
  2296. end
  2297. ))
  2298. end
  2299.  
  2300. mod = Instance.new("Model", char)
  2301. charge = function()
  2302.  
  2303. hed.Velocity = hed.CFrame.lookVector * 200
  2304. part = Instance.new("Part", mod)
  2305. part.Anchored = true
  2306. part.CanCollide = false
  2307. part.FormFactor = "Custom"
  2308. part.Size = Vector3.new(0.2, 0.2, 0.2)
  2309. part.CFrame = hed.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  2310. part.Transparency = 0.7
  2311. part.BrickColor = BrickColor.new("Black")
  2312. mesh = Instance.new("SpecialMesh", part)
  2313. mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  2314. mesh.Scale = Vector3.new(10, 5, 10)
  2315. part2 = part:clone()
  2316. part2.Parent = mod
  2317. part2.BrickColor = BrickColor.new("Bright red")
  2318. mesh2 = mesh:clone()
  2319. mesh2.Parent = part2
  2320. mesh2.Scale = Vector3.new(20, 10, 20)
  2321. part3 = part2:clone()
  2322. part3.Parent = mod
  2323. part3.BrickColor = BrickColor.new("Really black")
  2324. mesh3 = mesh2:clone()
  2325. mesh2.Parent = part3
  2326. mesh3.Scale = Vector3.new(30, 15, 30)
  2327. coroutine.resume(coroutine.create(function()
  2328.  
  2329. for i = 0, 1, 0.1 do
  2330. wait()
  2331. part.CFrame = part.CFrame
  2332. part.Transparency = i
  2333. mesh.Scale = mesh.Scale + Vector3.new(1, 1, 1)
  2334. part2.CFrame = part2.CFrame
  2335. part2.Transparency = i
  2336. mesh2.Scale = mesh2.Scale + Vector3.new(1, 1, 1)
  2337. part3.CFrame = part3.CFrame
  2338. part3.Transparency = i
  2339. mesh3.Scale = mesh3.Scale + Vector3.new(1, 1, 1)
  2340. end
  2341. part.Parent = nil
  2342. part2.Parent = nil
  2343. part3.Parent = nil
  2344. end
  2345. ))
  2346. end
  2347.  
  2348. function FindNearestTorso(Position,Distance,SinglePlayer)
  2349. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  2350. local List = {}
  2351. for i,v in pairs(workspace:GetChildren())do
  2352. if v:IsA("Model")then
  2353. if v:findFirstChild("Torso")then
  2354. if v ~= char then
  2355. if(v.Torso.Position -Position).magnitude <= Distance then
  2356. table.insert(List,v)
  2357. end
  2358. end
  2359. end
  2360. end
  2361. end
  2362. return List
  2363. end
  2364.  
  2365. mod3 = Instance.new("Model", rleg)
  2366. Stomp = function()
  2367.  
  2368. part = Instance.new("Part", mod3)
  2369. part.Anchored = true
  2370. part.CanCollide = false
  2371. part.FormFactor = "Custom"
  2372. part.Size = Vector3.new(0.2, 0.2, 0.2)
  2373. part.CFrame = rleg.CFrame * CFrame.new(0, -2.4, 0) * CFrame.Angles(math.rad(90), 0, 0)
  2374. part.Transparency = 0.7
  2375. part.BrickColor = BrickColor.new("Bright green")
  2376. mesh = Instance.new("SpecialMesh", part)
  2377. mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2378. mesh.Scale = Vector3.new(25, 25, 25)
  2379. part2 = part:clone()
  2380. part2.Parent = mod3
  2381. part2.BrickColor = BrickColor.new("Bright green")
  2382. mesh2 = mesh:clone()
  2383. mesh2.Parent = part2
  2384. mesh2.Scale = Vector3.new(15, 15, 15)
  2385. part3 = part:clone()
  2386. part3.Parent = mod3
  2387. part3.TopSurface = 0
  2388. part3.BottomSurface = 0
  2389. part3.CFrame = rleg.CFrame * CFrame.new(0, -3, 0)
  2390. mesh3 = Instance.new("SpecialMesh", part3)
  2391. mesh3.MeshType = 3
  2392. mesh3.Scale = Vector3.new(12, 12, 12)
  2393. for i,v in pairs(FindNearestTorso(torso.CFrame.p, 50)) do
  2394. if v:FindFirstChild("Humanoid") then
  2395. v.Humanoid:TakeDamage(math.random(20, 60))
  2396. v.Humanoid.PlatformStand = true
  2397. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  2398. end
  2399. end
  2400. coroutine.resume(coroutine.create(function()
  2401.  
  2402. for i = 0, 3.8, 0.05 do
  2403. wait()
  2404. part.CFrame = part.CFrame
  2405. part.Transparency = i
  2406. mesh.Scale = mesh.Scale + Vector3.new(2.8, 2.8, 2.8)
  2407. part2.CFrame = part2.CFrame
  2408. part2.Transparency = i
  2409. mesh2.Scale = mesh2.Scale + Vector3.new(1, 1, 1)
  2410. part3.CFrame = part3.CFrame
  2411. part3.Transparency = i
  2412. mesh3.Scale = mesh3.Scale + Vector3.new(1.5, 1.5, 1.5)
  2413. end
  2414. end
  2415. ))
  2416. end
  2417.  
  2418. local acos = math.acos
  2419. local sqrt = math.sqrt
  2420. local Vec3 = Vector3.new
  2421. local fromAxisAngle = CFrame.fromAxisAngle
  2422. local toAxisAngle = function(CFr)
  2423.  
  2424. local X, Y, Z, R00, R01, R02, R10, R11, R12, R20, R21, R22 = CFr:components()
  2425. local Angle = math.acos((R00 + R11 + R22 - 1) / 2)
  2426. local A = R21 - R12 ^ 2 + R02 - R20 ^ 2 + R10 - R01 ^ 2
  2427. if A ~= 0 or not 1e-05 then
  2428. local B = R21 - R12 ^ 2 + R02 - R20 ^ 2 + R10 - R01 ^ 2
  2429. if B ~= 0 or not 1e-05 then
  2430. local C = R21 - R12 ^ 2 + R02 - R20 ^ 2 + R10 - R01 ^ 2
  2431. if C ~= 0 or not 1e-05 then
  2432. local x = (R21 - R12) / sqrt(A)
  2433. local y = (R02 - R20) / sqrt(B)
  2434. local z = (R10 - R01) / sqrt(C)
  2435. return Vec3(x, y, z), Angle
  2436. end
  2437. end
  2438. end
  2439. end
  2440.  
  2441. ApplyTrig = function(Num, Func)
  2442.  
  2443. local Min, Max = Func(0), Func(1)
  2444. local i = Func(Num)
  2445. return (i - Min) / (Max - Min)
  2446. end
  2447.  
  2448. LerpCFrame = function(CFrame1, CFrame2, Num)
  2449.  
  2450. local Vec, Ang = toAxisAngle(CFrame1:inverse() * CFrame2)
  2451. return CFrame1 * fromAxisAngle(Vec, Ang * Num) + (CFrame2.p - CFrame1.p) * Num
  2452. end
  2453.  
  2454. Crater = function(Torso, Radius)
  2455.  
  2456. Spawn(function()
  2457.  
  2458. local Ray = Ray.new(Torso.Position, Vector3.new(0, -1, 0) * 10)
  2459. local Ignore = {}
  2460. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2461. if v.Character ~= nil then
  2462. Ignore[#Ignore + 1] = v.Character
  2463. end
  2464. end
  2465. local Hit, Pos, SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray, Ignore)
  2466. if Hit == nil then
  2467. return
  2468. end
  2469. local Parts = {}
  2470. for i = 1, 360, 10 do
  2471. local P = Instance.new("Part", Torso.Parent)
  2472. P.Anchored = true
  2473. P.FormFactor = "Custom"
  2474. P.BrickColor = Hit.BrickColor
  2475. P.Material = Hit.Material
  2476. P.TopSurface = "Smooth"
  2477. P.BottomSurface = "Smooth"
  2478. P.Size = Vector3.new(5, 10, 10) * (math.random(80, 100) / 100)
  2479. P.CFrame = (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 7, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)))
  2480. Parts[#Parts + 1] = {P, P.CFrame, (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 1, 0)) * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, -Radius) * CFrame.Angles(math.rad(math.random(-50, -20)), math.rad(math.random(-15, 15)), math.rad(math.random(-15, 15))), P.Size}
  2481. if math.random(0, 5) == 0 then
  2482. local P = Instance.new("Part", Torso.Parent)
  2483. P.Anchored = true
  2484. P.FormFactor = "Custom"
  2485. P.BrickColor = Hit.BrickColor
  2486. P.Material = Hit.Material
  2487. P.TopSurface = "Smooth"
  2488. P.BottomSurface = "Smooth"
  2489. P.Size = Vector3.new(2, 2, 2) * (math.random(80, 100) / 100)
  2490. P.CFrame = (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 2.5, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)))
  2491. Parts[#Parts + 1] = {P, P.CFrame, CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, -Radius - 8) * CFrame.Angles(math.rad(math.random(-90, 90)), math.rad(math.random(-90, 90)), math.rad(math.random(-90, 90))), P.Size}
  2492. end
  2493. end
  2494. for i = 0, 1, 0.05 do
  2495. for i2,v in pairs(Parts) do
  2496. v[1].CFrame = LerpCFrame(v[2], v[3], ApplyTrig(i, math.cos))
  2497. end
  2498. wait(0.02)
  2499. end
  2500. for i,v in pairs(Parts) do
  2501. if v[1].Size.X > 2.1 then
  2502. v[1].CFrame = v[1].CFrame + Vector3.new(0, 2, 0)
  2503. end
  2504. v[1].Anchored = false
  2505. end
  2506. for i = 0, 1, 0.05 do
  2507. for i2,v in pairs(Parts) do
  2508. v[1].Transparency = i
  2509. if i == 1 then
  2510. v[1]:Destroy()
  2511. else
  2512. if i >= 0.25 then
  2513. v[1].CanCollide = false
  2514. end
  2515. end
  2516. end
  2517. wait(0.02)
  2518. end
  2519. Parts = nil
  2520. end
  2521. )
  2522. end
  2523.  
  2524. mouse.KeyDown:connect(function(key)
  2525.  
  2526. if key == "r" then
  2527. larm.BrickColor = BrickColor.new("Bright red")
  2528. rarm.BrickColor = BrickColor.new("Bright red")
  2529. if Debounces.CanAttack == true then
  2530. Debounces.CanAttack = false
  2531. Debounces.on = true
  2532. Debounces.NoIdl = true
  2533. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  2534.  
  2535. hit = ht.Parent
  2536. if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
  2537. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  2538. wait(1)
  2539. end
  2540. if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
  2541. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  2542. wait(1)
  2543. end
  2544. end
  2545. )
  2546. q = Instance.new("Sound", hed)
  2547. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  2548. q.Pitch = 0.85
  2549. q.Looped = false
  2550. q1 = Instance.new("Sound", hed)
  2551. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  2552. q1.Pitch = 0.85
  2553. q1.Looped = false
  2554. q:Play()
  2555. q1:Play()
  2556. for i = 1, 20 do
  2557. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3, 1.1, -1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
  2558. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3, 1.1, -1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
  2559. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
  2560. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  2561. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  2562. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0.6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
  2563. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.5)
  2564. if Debounces.on == false then
  2565. break
  2566. end
  2567. wait()
  2568. end
  2569. do
  2570. n = Instance.new("Sound", hed)
  2571. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  2572. n.Pitch = 0.94
  2573. n.Looped = false
  2574. n1 = Instance.new("Sound", hed)
  2575. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  2576. n1.Pitch = 0.94
  2577. n1.Looped = false
  2578. n:Play()
  2579. n1:Play()
  2580. b = Instance.new("Sound", hed)
  2581. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  2582. b.Pitch = 0.94
  2583. b.Looped = false
  2584. b1 = Instance.new("Sound", hed)
  2585. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  2586. b1.Pitch = 0.94
  2587. b1.Looped = false
  2588. b:Play()
  2589. b1:Play()
  2590. for i = 1, 26 do
  2591. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3, 1.1, -1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.5)
  2592. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3, 1.1, -1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.5)
  2593. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.5)
  2594. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.5)
  2595. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.5)
  2596. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0.4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.5)
  2597. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 0.5)
  2598. if Debounces.on == false then
  2599. break
  2600. end
  2601. wait()
  2602. end
  2603. do
  2604. wait(0.5)
  2605. to:disconnect()
  2606. q:Destroy()
  2607. q1:Destroy()
  2608. n:Destroy()
  2609. n1:Destroy()
  2610. larm.BrickColor = BrickColor.new("Really black")
  2611. rarm.BrickColor = BrickColor.new("Really black")
  2612. if Debounces.CanAttack == false then
  2613. Debounces.CanAttack = true
  2614. Debounces.on = false
  2615. Debounces.NoIdl = false
  2616. end
  2617. end
  2618. end
  2619. end
  2620. end
  2621. end
  2622. )
  2623. mouse.KeyDown:connect(function(key)
  2624.  
  2625. if key == "q" then
  2626. larm.BrickColor = BrickColor.new("Bright red")
  2627. rarm.BrickColor = BrickColor.new("Bright red")
  2628. if Debounces.CanAttack == true then
  2629. Debounces.CanAttack = false
  2630. Debounces.on = true
  2631. Debounces.NoIdl = true
  2632. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  2633.  
  2634. hit = ht.Parent
  2635. if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
  2636. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  2637. wait(1)
  2638. end
  2639. if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
  2640. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  2641. wait(1)
  2642. end
  2643. end
  2644. )
  2645. for i = 1, 20 do
  2646. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
  2647. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
  2648. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-60), 0), 0.5)
  2649. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  2650. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  2651. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  2652. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2653. if Debounces.on == false then
  2654. break
  2655. end
  2656. wait()
  2657. end
  2658. do
  2659. z = Instance.new("Sound", hed)
  2660. z.SoundId = "rbxassetid://160069154"
  2661. z.Looped = false
  2662. z.Pitch = 0.9
  2663. z1 = Instance.new("Sound", hed)
  2664. z1.SoundId = "rbxassetid://160069154"
  2665. z1.Looped = false
  2666. z1.Pitch = 0.9
  2667. wait(0.01)
  2668. z:Play()
  2669. z1:Play()
  2670. for i = 1, 12 do
  2671. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
  2672. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2, 0.9, -1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
  2673. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(30), 0), 0.5)
  2674. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
  2675. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  2676. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, 0.6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  2677. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2678. if Debounces.on == false then
  2679. break
  2680. end
  2681. wait()
  2682. end
  2683. do
  2684. for i = 1, 12 do
  2685. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
  2686. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
  2687. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(10), 0), 0.5)
  2688. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  2689. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  2690. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  2691. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2692. if Debounces.on == false then
  2693. break
  2694. end
  2695. wait()
  2696. end
  2697. do
  2698. z = Instance.new("Sound", hed)
  2699. z.SoundId = "rbxassetid://168586621"
  2700. z.Looped = false
  2701. z.Pitch = 1
  2702. z1 = Instance.new("Sound", hed)
  2703. z1.SoundId = "rbxassetid://168586621"
  2704. z1.Looped = false
  2705. z1.Pitch = 1
  2706. wait(0.01)
  2707. z:Play()
  2708. z1:Play()
  2709. for i = 1, 12 do
  2710. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
  2711. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
  2712. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-40), 0), 0.5)
  2713. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  2714. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  2715. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  2716. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
  2717. if Debounces.on == false then
  2718. break
  2719. end
  2720. wait()
  2721. end
  2722. do
  2723. to:disconnect()
  2724. larm.BrickColor = BrickColor.new("Really black")
  2725. rarm.BrickColor = BrickColor.new("Really black")
  2726. if Debounces.CanAttack == false then
  2727. Debounces.CanAttack = true
  2728. Debounces.on = false
  2729. Debounces.NoIdl = false
  2730. end
  2731. end
  2732. end
  2733. end
  2734. end
  2735. end
  2736. end
  2737. end
  2738. )
  2739. Sit = false
  2740. mouse.KeyDown:connect(function(key)
  2741.  
  2742. if key == "v" then
  2743. if Sit == false then
  2744. Sit = true
  2745. hum.WalkSpeed = 0.001
  2746. stanceToggle = "Sitting"
  2747. else
  2748. if Sit == true then
  2749. Sit = false
  2750. hum.WalkSpeed = 7
  2751. stanceToggle = "Normal"
  2752. end
  2753. end
  2754. end
  2755. end
  2756. )
  2757. mouse.KeyDown:connect(function(key)
  2758.  
  2759. if key == "t" and Debounces.CanAttack == true then
  2760. Debounces.CanAttack = false
  2761. Debounces.on = true
  2762. Debounces.NoIdl = true
  2763. for i = 1, 20 do
  2764. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3, 1.1, -1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
  2765. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3, 1.1, -1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
  2766. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
  2767. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
  2768. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0.6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
  2769. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
  2770. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  2771. if Debounces.on == false then
  2772. break
  2773. end
  2774. wait()
  2775. end
  2776. do
  2777. Spawn(function()
  2778.  
  2779. local Parts = {}
  2780. for Y = -5, 5 do
  2781. local P = Instance.new("Part", char)
  2782. P.Anchored = true
  2783. P.FormFactor = "Custom"
  2784. P.CanCollide = false
  2785. P.Size = Vector3.new(1, 2, 1)
  2786. P.TopSurface = "SmoothNoOutlines"
  2787. P.BottomSurface = "SmoothNoOutlines"
  2788. P.BrickColor = BrickColor.new("Really black")
  2789. P.Name = tostring(Y)
  2790. local i = (Y + 5) / 10
  2791. i = 1 - math.cos(math.pi * i - math.pi / 2)
  2792. P.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, Y, -15 + (i) * 1.5) * CFrame.Angles(math.rad(Y * 5), 0, 0)
  2793. s = Instance.new("Sound", P)
  2794. s.SoundId = "rbxassetid://228343271"
  2795. s.Volume = 0.7
  2796. s.Pitch = 0.9
  2797. s:Play()
  2798. P.Touched:connect(function(ht)
  2799.  
  2800. hit = ht.Parent
  2801. if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
  2802. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1, 3))
  2803. hit:FindFirstChild("Humanoid").PlatformStand = true
  2804. wait(1)
  2805. end
  2806. if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
  2807. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(1, 3))
  2808. hit:FindFirstChild("Humanoid").PlatformStand = true
  2809. wait(1)
  2810. end
  2811. end
  2812. )
  2813. Parts[#Parts + 1] = P
  2814. end
  2815. local BREAKIT = false
  2816. local CParts = {}
  2817. local Rocks = {}
  2818. local LastPos = nil
  2819. for i = 1, 70 do
  2820. for i2,v in pairs(Parts) do
  2821. v.CFrame = v.CFrame * CFrame.new(0, 0, -4)
  2822. local cf = v.CFrame
  2823. v.Size = v.Size + Vector3.new(0.4, 0.35, 0)
  2824. v.CFrame = cf
  2825. v.Transparency = v.Transparency + 0.02
  2826. if v.Transparency >= 0.975 then
  2827. BREAKIT = true
  2828. end
  2829. if v.Name == "0" then
  2830. local Ignore = {}
  2831. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2832. if v.Character ~= nil then
  2833. Ignore[#Ignore + 1] = v.Character
  2834. end
  2835. end
  2836. local ray = Ray.new(v.Position + Vector3.new(0, 20, 0), Vector3.new(0, -200, 0))
  2837. local Hit, Pos, SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray, Ignore)
  2838. if Hit ~= nil then
  2839. if #Rocks == 0 then
  2840. for i = 1, 5 do
  2841. local P = Instance.new("Part", char)
  2842. Rocks[#Rocks + 1] = P
  2843. P.Anchored = true
  2844. P.FormFactor = "Custom"
  2845. P.BrickColor = Hit.BrickColor
  2846. P.Material = Hit.Material
  2847. P.TopSurface = "Smooth"
  2848. P.BottomSurface = "Smooth"
  2849. P.Size = Vector3.new(1, 1, 1) * (math.random(500, 900) / 100)
  2850. end
  2851. end
  2852. do
  2853. for i,P in pairs(Rocks) do
  2854. P.CFrame = (CFrame.new(Pos) * (v.CFrame - v.Position) * CFrame.new(math.random(-math.ceil(v.Size.X / 2), math.ceil(v.Size.X / 2)), 0, -math.random(5, 8)) - Vector3.new(0, 0.25, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(20, 50)))
  2855. end
  2856. local P = Instance.new("Part", char)
  2857. CParts[#CParts + 1] = {P, tick()}
  2858. P.Anchored = true
  2859. P.FormFactor = "Custom"
  2860. P.BrickColor = Hit.BrickColor
  2861. P.Material = Hit.Material
  2862. P.TopSurface = "Smooth"
  2863. P.BottomSurface = "Smooth"
  2864. P.Size = Vector3.new(1, 1, 1) * (math.random(100, 300) / 100)
  2865. Pos = CFrame.new(Pos) * (v.CFrame - v.Position) * CFrame.new(v.Size.X / 2, 0, 0)
  2866. Pos = Pos.p
  2867. P.CFrame = (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 0.25, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(20, 50)))
  2868. local P = P:Clone()
  2869. CParts[#CParts + 1] = {P, tick()}
  2870. P.Parent = char
  2871. Pos = CFrame.new(Pos) * (v.CFrame - v.Position) * CFrame.new(-v.Size.X, 0, 0)
  2872. Pos = Pos.p
  2873. P.CFrame = (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 0.25, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(-50, -20)))
  2874. if LastPos ~= nil then
  2875. local P = P:Clone()
  2876. CParts[#CParts + 1] = {P, tick()}
  2877. P.Parent = char
  2878. P.BrickColor = BrickColor.new("Really black")
  2879. Pos = CFrame.new(Pos) * (v.CFrame - v.Position) * CFrame.new(v.Size.X / 2, 0, 0)
  2880. Pos = Pos.p
  2881. local CFr = CFrame.new(Pos) * (v.CFrame - v.Position) - Vector3.new(0, 0.4, 0)
  2882. P.Size = Vector3.new(v.Size.X, CFr.p)
  2883. P.CFrame = CFrame.new(CFr.p, LastPos.p) * CFrame.new(CFr.p)
  2884. end
  2885. do
  2886. do
  2887. LastPos = CFrame.new(Pos) * (v.CFrame - v.Position) - Vector3.new(0, 0.4, 0)
  2888. -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out DO_STMT
  2889.  
  2890. -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out DO_STMT
  2891.  
  2892. -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2893.  
  2894. -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out IF_STMT
  2895.  
  2896. -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2897.  
  2898. -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out IF_STMT
  2899.  
  2900. end
  2901. end
  2902. end
  2903. end
  2904. end
  2905. end
  2906. if BREAKIT then
  2907. break
  2908. end
  2909. wait(0.002)
  2910. end
  2911. do
  2912. for i,v in pairs(Rocks) do
  2913. CParts[#CParts + 1] = {v, tick()}
  2914. end
  2915. for i,v in pairs(Parts) do
  2916. v:Destroy()
  2917. end
  2918. Parts = nil
  2919. while 1 do
  2920. local t = (tick())
  2921. local p = nil
  2922. for i,v in pairs(CParts) do
  2923. if t - v[2] > 4 then
  2924. v[1].Transparency = v[1].Transparency + 0.05
  2925. if v[1].Transparency >= 1 then
  2926. v[1]:Destroy()
  2927. CParts[i] = nil
  2928. end
  2929. end
  2930. p = v
  2931. end
  2932. if p == nil then
  2933. break
  2934. end
  2935. wait(0.002)
  2936. end
  2937. do
  2938. for i,v in pairs(CParts) do
  2939. v:Destroy()
  2940. end
  2941. CParts = {}
  2942. end
  2943. end
  2944. end
  2945. )
  2946. for i = 1, 20 do
  2947. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3, 0.8, -1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  2948. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3, 0.8, -1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  2949. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  2950. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  2951. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  2952. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -0.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  2953. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  2954. if Debounces.on == false then
  2955. break
  2956. end
  2957. wait()
  2958. end
  2959. do
  2960. if Debounces.CanAttack == false then
  2961. Debounces.CanAttack = true
  2962. Debounces.on = false
  2963. Debounces.NoIdl = false
  2964. end
  2965. end
  2966. end
  2967. end
  2968. end
  2969. )
  2970. mouse.KeyDown:connect(function(key)
  2971.  
  2972. if key == "e" then
  2973. larm.BrickColor = BrickColor.new("Bright red")
  2974. rarm.BrickColor = BrickColor.new("Bright red")
  2975. if Debounces.CanAttack == true then
  2976. Debounces.CanAttack = false
  2977. Debounces.on = true
  2978. Debounces.NoIdl = true
  2979. do
  2980. for i = 1, 18 do
  2981. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90), math.rad(50), math.rad(90)), 0.4)
  2982. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.4)
  2983. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.4)
  2984. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  2985. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  2986. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  2987. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  2988. if Debounces.on == false then
  2989. break
  2990. end
  2991. wait()
  2992. end
  2993. end
  2994. do
  2995. local HandCF = CFrame.new(char.Absolution.Handle.Position - Vector3.new(0, 8.8, 0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2996. local rng = Instance.new("Part", char.Absolution.Handle)
  2997. rng.Anchored = true
  2998. rng.BrickColor = BrickColor.new("Really black")
  2999. rng.CanCollide = true
  3000. rng.FormFactor = 3
  3001. rng.Name = "Ring"
  3002. rng.Size = Vector3.new(1, 1, 1)
  3003. rng.CanCollide = false
  3004. rng.Transparency = 0.35
  3005. rng.TopSurface = 0
  3006. rng.BottomSurface = 0
  3007. rng.CFrame = HandCF
  3008. local rngm = Instance.new("SpecialMesh", rng)
  3009. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3010. rngm.Scale = Vector3.new(1, 1, 2)
  3011. x = Instance.new("Sound", hed)
  3012. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3013. x.Looped = false
  3014. x.Pitch = 0.7
  3015. x.Volume = 1
  3016. x1 = Instance.new("Sound", hed)
  3017. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3018. x1.Looped = false
  3019. x1.Pitch = 0.7
  3020. x1.Volume = 1
  3021. x:Play()
  3022. x1:Play()
  3023. rngto = rng.Touched:connect(function(ht)
  3024.  
  3025. hit = ht.Parent
  3026. if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
  3027. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  3028. hit:FindFirstChild("Humanoid").PlatformStand = true
  3029. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  3030. end
  3031. if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
  3032. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  3033. hit:FindFirstChild("Humanoid").PlatformStand = true
  3034. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  3035. end
  3036. end
  3037. )
  3038. coroutine.wrap(function()
  3039.  
  3040. for i = 1, 60, 2 do
  3041. rngm.Scale = Vector3.new(2 + i * 2, 2 + i * 2, 1)
  3042. rng.Size = rngm.Scale
  3043. rng.CFrame = HandCF
  3044. rng.Transparency = i / 60
  3045. wait()
  3046. end
  3047. wait()
  3048. rng:Destroy()
  3049. end
  3050. )()
  3051. for i = 1, 18 do
  3052. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.4)
  3053. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.4)
  3054. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.4)
  3055. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  3056. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  3057. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  3058. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3059. if Debounces.on == false then
  3060. break
  3061. end
  3062. wait()
  3063. end
  3064. do
  3065. larm.BrickColor = BrickColor.new("Really black")
  3066. rarm.BrickColor = BrickColor.new("Really black")
  3067. x:Destroy()
  3068. x1:Destroy()
  3069. if Debounces.CanAttack == false then
  3070. Debounces.CanAttack = true
  3071. Debounces.on = false
  3072. Debounces.NoIdl = false
  3073. end
  3074. end
  3075. end
  3076. end
  3077. end
  3078. end
  3079. )
  3080. mouse.KeyDown:connect(function(key)
  3081.  
  3082. if key == "y" and Debounces.CanAttack == true then
  3083. Debounces.CanAttack = false
  3084. Debounces.on = true
  3085. Debounces.NoIdl = true
  3086. do
  3087. for i = 1, 15 do
  3088. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(30)), 0.2)
  3089. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)), 0.2)
  3090. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(90), 0), 0.2)
  3091. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  3092. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3093. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3094. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3095. if Debounces.on == false then
  3096. break
  3097. end
  3098. wait()
  3099. end
  3100. end
  3101. do
  3102. x = Instance.new("Sound", char)
  3103. x.SoundId = "rbxassetid://228343271"
  3104. x.Pitch = 1
  3105. x.Volume = 0.8
  3106. wait(0.1)
  3107. x:Play()
  3108. Debounces.on = false
  3109. Debounces.Here = false
  3110. shot = shot + 1
  3111. local rng = Instance.new("Part", char)
  3112. rng.Anchored = true
  3113. rng.BrickColor = BrickColor.new("Really black")
  3114. rng.CanCollide = false
  3115. rng.FormFactor = 3
  3116. rng.Name = "Ring"
  3117. rng.Size = Vector3.new(1, 1, 1)
  3118. rng.Transparency = 0.35
  3119. rng.TopSurface = 0
  3120. rng.BottomSurface = 0
  3121. rng2 = rng:clone()
  3122. rng3 = rng2:clone()
  3123. rng4 = rng2:clone()
  3124. local rngm = Instance.new("SpecialMesh", rng)
  3125. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3126. rngm.Scale = Vector3.new(10, 10, 1)
  3127. rngm2 = rngm:clone()
  3128. rngm2.Scale = Vector3.new(5, 5, 1)
  3129. rngm3 = rngm2:clone()
  3130. rngm3.Parent = rng3
  3131. rngm3.Scale = Vector3.new(8, 8, 1)
  3132. rngm4 = rngm2:clone()
  3133. rngm4.Parent = rng4
  3134. rngm4.Scale = Vector3.new(6, 6, 1)
  3135. local bem = Instance.new("Part", char)
  3136. bem.Anchored = true
  3137. bem.BrickColor = BrickColor.new("Really black")
  3138. bem.CanCollide = false
  3139. bem.FormFactor = 3
  3140. bem.Name = "Beam" .. shot
  3141. bem.Size = Vector3.new(1, 1, 1)
  3142. bem.Transparency = 0.35
  3143. bem.TopSurface = 0
  3144. bem.BottomSurface = 0
  3145. local bemm = Instance.new("SpecialMesh", bem)
  3146. bemm.MeshType = 4
  3147. bemm.Scale = Vector3.new(1, 4, 4)
  3148. local out = Instance.new("Part", char)
  3149. out.Anchored = true
  3150. out.BrickColor = BrickColor.new("Really black")
  3151. out.CanCollide = false
  3152. out.FormFactor = 3
  3153. out.Name = "Out"
  3154. out.Size = Vector3.new(4, 4, 4)
  3155. out.Transparency = 0.35
  3156. out.TopSurface = 0
  3157. out.BottomSurface = 0
  3158. local outm = Instance.new("SpecialMesh", out)
  3159. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3160. outm.Scale = Vector3.new(4, 4, 4)
  3161. local bnd = Instance.new("Part", char)
  3162. bnd.Anchored = true
  3163. bnd.BrickColor = BrickColor.new("Really black")
  3164. bnd.CanCollide = false
  3165. bnd.FormFactor = 3
  3166. bnd.Name = "Bend"
  3167. bnd.Size = Vector3.new(1, 1, 1)
  3168. bnd.Transparency = 1
  3169. bnd.TopSurface = 0
  3170. bnd.BottomSurface = 0
  3171. local bndm = Instance.new("SpecialMesh", bnd)
  3172. bndm.MeshType = 3
  3173. bndm.Scale = Vector3.new(8, 8, 8)
  3174. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  3175. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  3176. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  3177. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  3178. rng3.CFrame = rng.CFrame * CFrame.new(0, -0.5, 0)
  3179. rng4.CFrame = rng3.CFrame * CFrame.new(0, -0.5, 0)
  3180. Debounces.Shewt = true
  3181. coroutine.wrap(function()
  3182.  
  3183. for i = 1, 20, 0.2 do
  3184. rngm.Scale = Vector3.new(10 + i * 2, 10 + i * 2, 1)
  3185. rngm3.Scale = Vector3.new(8 + i * 2, 8 + i * 2, 1)
  3186. rngm4.Scale = Vector3.new(6 + i * 2, 6 + i * 2, 1)
  3187. rng.Transparency = i / 20
  3188. rng3.Transparency = 0.0625
  3189. rng4.Transparency = i / 12
  3190. wait()
  3191. end
  3192. wait()
  3193. rng:Destroy()
  3194. end
  3195. )()
  3196. if Debounces.Shewt == true then
  3197. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  3198.  
  3199. hit = ht.Parent
  3200. -- DECOMPILER ERROR at PC24: Unhandled construct in 'MakeBoolean' P1
  3201.  
  3202. if hit:IsA("Model") and hit:findFirstChild("Humanoid") and HasntTouched(hit.Name) == true and deb == false then
  3203. deb = true
  3204. coroutine.wrap(function()
  3205.  
  3206. hit:FindFirstChild("Humanoid").PlatformStand = true
  3207. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3208. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24, 73))
  3209. end
  3210. )()
  3211. table.insert(Touche, hit.Name)
  3212. deb = false
  3213. end
  3214. if hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") and HasntTouched(hit.Parent.Name) == true and deb == false then
  3215. deb = true
  3216. coroutine.wrap(function()
  3217.  
  3218. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  3219. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  3220. wait(1)
  3221. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  3222. end
  3223. )()
  3224. table.insert(Touche, hit.Parent.Name)
  3225. deb = false
  3226. for i,v in pairs(Touche) do
  3227. print(v)
  3228. end
  3229. end
  3230. end
  3231. )
  3232. end
  3233. do
  3234. for i = 0, 260, 8 do
  3235. bem.Size = Vector3.new(i, 2, 2)
  3236. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 - i / 2, 0) * CFrame.Angles(0, 0, math.rad(90))
  3237. bnd.CFrame = bem.CFrame * CFrame.new(-i / 2, 0, 1.2)
  3238. bnd.Size = Vector3.new(1, 1, 1)
  3239. bndm.Scale = Vector3.new(8, 8, 8)
  3240. if i % 10 == 0 then
  3241. local newRng = rng2:Clone()
  3242. newRng.Parent = char
  3243. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2 - i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  3244. local newRngm = rngm2:clone()
  3245. newRngm.Parent = newRng
  3246. coroutine.wrap(function()
  3247.  
  3248. for i = 1, 10, 0.2 do
  3249. newRngm.Scale = Vector3.new(8 + i * 2, 8 + i * 2, 1)
  3250. newRng.Transparency = i / 10
  3251. wait()
  3252. end
  3253. wait()
  3254. newRng:Destroy()
  3255. end
  3256. )()
  3257. end
  3258. do
  3259. do
  3260. wait()
  3261. -- DECOMPILER ERROR at PC643: LeaveBlock: unexpected jumping out DO_STMT
  3262.  
  3263. end
  3264. end
  3265. end
  3266. end
  3267. wait()
  3268. Debounces.Shewt = false
  3269. bem:Destroy()
  3270. out:Destroy()
  3271. bnd:Destroy()
  3272. Debounces.Ready = false
  3273. for i,v in pairs(Touche) do
  3274. table.remove(Touche, i)
  3275. end
  3276. wait()
  3277. table.insert(Touche, char.Name)
  3278. Debounces.NoIdl = false
  3279. if Debounces.CanAttack == false then
  3280. Debounces.CanAttack = true
  3281. end
  3282. end
  3283. end
  3284. end
  3285. )
  3286. sidz = {"231917888", "231917845", "231917806"}
  3287. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  3288. mouse.KeyDown:connect(function(key)
  3289.  
  3290. if key == "f" then
  3291. larm.BrickColor = BrickColor.new("Bright red")
  3292. rarm.BrickColor = BrickColor.new("Bright red")
  3293. if Debounces.CanAttack == true then
  3294. Debounces.CanAttack = false
  3295. Debounces.on = true
  3296. Debounces.NoIdl = true
  3297. for i = 1, 10 do
  3298. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(-34)), 0.4)
  3299. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(34)), 0.4)
  3300. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.4)
  3301. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  3302. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  3303. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  3304. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3305. if Debounces.on == false then
  3306. break
  3307. end
  3308. wait()
  3309. end
  3310. do
  3311. z = Instance.new("Sound", char)
  3312. z.SoundId = "rbxassetid://" .. sidz[math.random(1, #sidz)]
  3313. z.Pitch = ptz[math.random(1, #ptz)]
  3314. z.Volume = 1
  3315. z1 = Instance.new("Sound", char)
  3316. z1.SoundId = z.SoundId
  3317. z1.Pitch = z.Pitch
  3318. z1.Volume = 1
  3319. wait(1)
  3320. z:Play()
  3321. z1:Play()
  3322. Stomp()
  3323. for i = 1, 20 do
  3324. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0.4) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(28)), 0.6)
  3325. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0.4) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(-28)), 0.6)
  3326. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-26), math.rad(0), 0), 0.6)
  3327. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -0.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.6)
  3328. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  3329. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
  3330. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3331. if Debounces.on == false then
  3332. break
  3333. end
  3334. wait()
  3335. end
  3336. do
  3337. if Debounces.CanAttack == false then
  3338. Debounces.CanAttack = true
  3339. Debounces.on = false
  3340. Debounces.NoIdl = false
  3341. larm.BrickColor = BrickColor.new("Really black")
  3342. rarm.BrickColor = BrickColor.new("Really black")
  3343. end
  3344. end
  3345. end
  3346. end
  3347. end
  3348. end
  3349. )
  3350. mouse.KeyDown:connect(function(key)
  3351.  
  3352. if key == "g" then
  3353. larm.BrickColor = BrickColor.new("Bright red")
  3354. rarm.BrickColor = BrickColor.new("Bright red")
  3355. if Debounces.CanAttack == true then
  3356. Debounces.CanAttack = false
  3357. Debounces.on = true
  3358. Debounces.NoIdl = true
  3359. chrg = lleg.Touched:connect(function(ht)
  3360.  
  3361. hit = ht.Parent
  3362. if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
  3363. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  3364. hit:FindFirstChild("Humanoid").PlatformStand = true
  3365. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  3366. end
  3367. if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
  3368. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  3369. hit:FindFirstChild("Humanoid").PlatformStand = true
  3370. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  3371. end
  3372. end
  3373. )
  3374. for i = 1, 14 do
  3375. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)), 0.5)
  3376. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, 0.9, -0.4) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(50)), 0.5)
  3377. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.5)
  3378. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
  3379. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)), 0.5)
  3380. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)), 0.5)
  3381. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  3382. if Debounces.on == false then
  3383. break
  3384. end
  3385. wait()
  3386. end
  3387. do
  3388. charge()
  3389. z = Instance.new("Sound", char)
  3390. z.SoundId = "rbxassetid://200632875"
  3391. z.Volume = 1
  3392. z.Pitch = 0.8
  3393. z1 = Instance.new("Sound", char)
  3394. z1.SoundId = "rbxassetid://200632875"
  3395. z1.Volume = 1
  3396. z1.Pitch = 0.9
  3397. z:Play()
  3398. z1:Play()
  3399. wait(1)
  3400. z:Destroy()
  3401. z1:Destroy()
  3402. chrg:disconnect()
  3403. if Debounces.CanAttack == false then
  3404. Debounces.CanAttack = true
  3405. Debounces.on = false
  3406. Debounces.NoIdl = false
  3407. larm.BrickColor = BrickColor.new("Really black")
  3408. rarm.BrickColor = BrickColor.new("Really black")
  3409. end
  3410. end
  3411. end
  3412. end
  3413. end
  3414. )
  3415. pt = {0.7, 0.8, 0.9}
  3416. mouse.KeyDown:connect(function(key)
  3417.  
  3418. if key == "h" and Debounces.CanJoke == true then
  3419. Debounces.CanJoke = false
  3420. u = Instance.new("Sound")
  3421. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  3422. u.Parent = char
  3423. u.Looped = false
  3424. u.Pitch = pt[math.random(1, #pt)]
  3425. u.Volume = 1
  3426. u2 = Instance.new("Sound")
  3427. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  3428. u2.Parent = char
  3429. u2.Looped = false
  3430. u2.Pitch = u.Pitch
  3431. u2.Volume = 1
  3432. wait(0.01)
  3433. u:Play()
  3434. u2:Play()
  3435. wait(6)
  3436. u:Destroy()
  3437. u2:Destroy()
  3438. if Debounces.CanJoke == false then
  3439. Debounces.CanJoke = true
  3440. end
  3441. end
  3442. end
  3443. )
  3444. mouse.KeyDown:connect(function(key)
  3445.  
  3446. if key == "j" and Debounces.CanJoke == true then
  3447. Debounces.CanJoke = false
  3448. z = Instance.new("Sound", char)
  3449. z.SoundId = "rbxassetid://135017755"
  3450. z.Pitch = 0.76
  3451. z.Volume = 1
  3452. wait()
  3453. z:Play()
  3454. wait(6)
  3455. z:Destroy()
  3456. if Debounces.CanJoke == false then
  3457. Debounces.CanJoke = true
  3458. end
  3459. end
  3460. end
  3461. )
  3462. mouse.KeyDown:connect(function(key)
  3463.  
  3464. if key == "k" and Debounces.CanJoke == true then
  3465. Debounces.CanJoke = false
  3466. z = Instance.new("Sound", char)
  3467. z.SoundId = "rbxassetid://135017578"
  3468. z.Pitch = 0.76
  3469. z.Volume = 1
  3470. wait()
  3471. z:Play()
  3472. wait(4)
  3473. z:Destroy()
  3474. if Debounces.CanJoke == false then
  3475. Debounces.CanJoke = true
  3476. end
  3477. end
  3478. end
  3479. )
  3480. mouse.KeyDown:connect(function(key)
  3481.  
  3482. if key == "x" and Debounces.CanAttack == true then
  3483. Debounces.CanAttack = false
  3484. Debounces.NoIdl = true
  3485. Debounces.on = true
  3486. Debounces.ks = true
  3487. for i = 1, 10 do
  3488. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.6)
  3489. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7, 0.9, -0.5) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(20)), 0.6)
  3490. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.4) * CFrame.Angles(math.rad(-26), math.rad(0), 0), 0.6)
  3491. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.6)
  3492. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.6)
  3493. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, 0.6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.6)
  3494. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3495. if Debounces.on == false then
  3496. break
  3497. end
  3498. wait()
  3499. end
  3500. do
  3501. z = Instance.new("Sound", hed)
  3502. z.SoundId = "rbxassetid://169445092"
  3503. z.Volume = 1
  3504. wait(0.1)
  3505. z:Play()
  3506. kik = rleg.Touched:connect(function(ht)
  3507.  
  3508. hit = ht.Parent
  3509. if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
  3510. if Debounces.ks == true then
  3511. z = Instance.new("Sound", hed)
  3512. z.SoundId = "rbxassetid://169380525"
  3513. z.Volume = 1
  3514. z:Play()
  3515. Debounces.ks = false
  3516. end
  3517. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  3518. hit:FindFirstChild("Humanoid").PlatformStand = true
  3519. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  3520. end
  3521. if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
  3522. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  3523. hit:FindFirstChild("Humanoid").PlatformStand = true
  3524. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  3525. end
  3526. end
  3527. )
  3528. for i = 1, 8 do
  3529. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.7)
  3530. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(-20)), 0.7)
  3531. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(8), math.rad(0), 0), 0.7)
  3532. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.7)
  3533. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  3534. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.7)
  3535. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3536. if Debounces.on == false then
  3537. break
  3538. end
  3539. wait()
  3540. end
  3541. do
  3542. kik:disconnect()
  3543. if Debounces.CanAttack == false then
  3544. Debounces.CanAttack = true
  3545. Debounces.on = false
  3546. Debounces.NoIdl = false
  3547. end
  3548. end
  3549. end
  3550. end
  3551. end
  3552. )
  3553. mouse.KeyDown:connect(function(key)
  3554.  
  3555. if key == "c" and Debounces.CanAttack == true then
  3556. Debounces.CanAttack = false
  3557. Debounces.NoIdl = true
  3558. Debounces.on = true
  3559. SIDZ = {"231917744", "231917742"}
  3560. PTZ = {0.7, 0.8, 0.9, 1}
  3561. for i = 1, 20 do
  3562. wait()
  3563. for i,v in pairs(char.Absolution:children()) do
  3564. if v:IsA("Part") or v:IsA("WedgePart") then
  3565. v.Transparency = v.Transparency + 0.05
  3566. end
  3567. end
  3568. end
  3569.  
  3570. function FindNearestTorso(Position,Distance,SinglePlayer)
  3571. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3572. local List = {}
  3573. for i,v in pairs(workspace:GetChildren())do
  3574. if v:IsA("Model")then
  3575. if v:findFirstChild("Torso")then
  3576. if v ~= char then
  3577. if(v.Torso.Position -Position).magnitude <= Distance then
  3578. table.insert(List,v)
  3579. end
  3580. end
  3581. end
  3582. end
  3583. end
  3584. return List
  3585. end
  3586.  
  3587. GroundPound()
  3588. for i = 1, 5 do
  3589. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(50)), 0.7)
  3590. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.7)
  3591. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(20), 0), 0.6)
  3592. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  3593. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  3594. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  3595. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3596. if Debounces.on == false then
  3597. break
  3598. end
  3599. wait()
  3600. end
  3601. do
  3602. GroundPound()
  3603. for i = 1, 5 do
  3604. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-20)), 0.7)
  3605. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-50)), 0.7)
  3606. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-20), 0), 0.6)
  3607. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  3608. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  3609. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  3610. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3611. if Debounces.on == false then
  3612. break
  3613. end
  3614. wait()
  3615. end
  3616. do
  3617. GroundPound()
  3618. for i = 1, 5 do
  3619. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(50)), 0.7)
  3620. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.7)
  3621. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(20), 0), 0.6)
  3622. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  3623. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  3624. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  3625. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3626. if Debounces.on == false then
  3627. break
  3628. end
  3629. wait()
  3630. end
  3631. do
  3632. GroundPound()
  3633. for i = 1, 5 do
  3634. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-20)), 0.7)
  3635. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-50)), 0.7)
  3636. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-20), 0), 0.6)
  3637. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  3638. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  3639. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  3640. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3641. if Debounces.on == false then
  3642. break
  3643. end
  3644. wait()
  3645. end
  3646. do
  3647. GroundPound()
  3648. for i = 1, 5 do
  3649. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(50)), 0.7)
  3650. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.7)
  3651. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(20), 0), 0.6)
  3652. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
  3653. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
  3654. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  3655. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3656. if Debounces.on == false then
  3657. break
  3658. end
  3659. wait()
  3660. end
  3661. do
  3662. GroundPound()
  3663. for i = 1, 5 do
  3664. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-20)), 0.7)
  3665. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-50)), 0.7)
  3666. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-20), 0), 0.6)
  3667. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
  3668. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
  3669. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
  3670. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3671. if Debounces.on == false then
  3672. break
  3673. end
  3674. wait()
  3675. end
  3676. do
  3677. for i = 1, 18 do
  3678. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(-10)), 0.4)
  3679. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(10)), 0.4)
  3680. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.4)
  3681. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
  3682. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  3683. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
  3684. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3685. if Debounces.on == false then
  3686. break
  3687. end
  3688. wait()
  3689. end
  3690. do
  3691. for i,v in pairs(FindNearestTorso(torso.CFrame.p, 25)) do
  3692. if v:FindFirstChild("Humanoid") then
  3693. v.Humanoid:TakeDamage(math.random(20, 60))
  3694. v.Humanoid.PlatformStand = true
  3695. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  3696. end
  3697. end
  3698. x = Instance.new("Sound", char)
  3699. x.SoundId = "rbxassetid://" .. SIDZ[math.random(1, #SIDZ)]
  3700. x.Pitch = PTZ[math.random(1, #PTZ)]
  3701. x.Volume = 1
  3702. wait(0.1)
  3703. x:Play()
  3704. Crater(hed, 20)
  3705. for i = 1, 14 do
  3706. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -0.5) * CFrame.Angles(math.rad(160), math.rad(0), math.rad(-10)), 0.6)
  3707. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -0.5) * CFrame.Angles(math.rad(160), math.rad(0), math.rad(10)), 0.6)
  3708. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.6)
  3709. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  3710. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  3711. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, 0.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  3712. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3713. if Debounces.on == false then
  3714. break
  3715. end
  3716. wait()
  3717. end
  3718. do
  3719. if Debounces.CanAttack == false then
  3720. Debounces.CanAttack = true
  3721. Debounces.on = false
  3722. Debounces.NoIdl = false
  3723. for i = 1, 20 do
  3724. wait()
  3725. for i,v in pairs(char.Absolution:children()) do
  3726. if v:IsA("Part") or v:IsA("WedgePart") then
  3727. v.Transparency = v.Transparency - 0.05
  3728. end
  3729. end
  3730. end
  3731. end
  3732. end
  3733. end
  3734. end
  3735. end
  3736. end
  3737. end
  3738. end
  3739. end
  3740. end
  3741. end
  3742. )
  3743. mouse.KeyDown:connect(function(key)
  3744.  
  3745. if key == "b" then
  3746. hum.WalkSpeed = 0.01
  3747. if Debounces.CanAttack == true then
  3748. Debounces.CanAttack = false
  3749. Debounces.NoIdl = true
  3750. Debounces.on = true
  3751. for i = 1, 20 do
  3752. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
  3753. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
  3754. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
  3755. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
  3756. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(-5)), 0.1)
  3757. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(5)), 0.1)
  3758. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3759. if Debounces.on == false then
  3760. break
  3761. end
  3762. wait()
  3763. end
  3764. do
  3765. wait(1)
  3766. v = Instance.new("Sound")
  3767. v.SoundId = "rbxassetid://181384451"
  3768. v.Parent = char
  3769. v.Looped = false
  3770. v.Pitch = 1.04
  3771. v.Volume = 1
  3772. wait(0.01)
  3773. v:Play()
  3774. if Daytime == true then
  3775. Daytime = false
  3776. l.TimeOfDay = 24
  3777. else
  3778. Daytime = true
  3779. l.TimeOfDay = 12
  3780. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  3781. end
  3782. local Shockwave = function()
  3783.  
  3784. local rng1 = Instance.new("Part", char)
  3785. rng1.Anchored = true
  3786. rng1.BrickColor = BrickColor.new("Really black")
  3787. rng1.CanCollide = false
  3788. rng1.FormFactor = 3
  3789. rng1.Name = "Ring"
  3790. rng1.Size = Vector3.new(1, 1, 1)
  3791. rng1.Transparency = 0.35
  3792. rng1.TopSurface = 0
  3793. rng1.BottomSurface = 0
  3794. local rngm1 = Instance.new("SpecialMesh", rng)
  3795. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3796. rngm1.Scale = Vector3.new(10, 10, 1)
  3797. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  3798. local Wave = Instance.new("Part", game.Workspace)
  3799. Wave.Name = "Shockwave"
  3800. Wave.BrickColor = BrickColor.new("Really black")
  3801. Wave.Size = Vector3.new(1, 1, 1)
  3802. Wave.Shape = "Ball"
  3803. Wave.CanCollide = false
  3804. Wave.Anchored = true
  3805. Wave.TopSurface = 0
  3806. Wave.BottomSurface = 0
  3807. Wave.Touched:connect(function(hit)
  3808.  
  3809. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  3810. local Occlude = true
  3811. local NotOccludes = {char.Name, "Wings", "Scythe", "Thingy", "Thingy2"}
  3812. for i,v in pairs(NotOccludes) do
  3813. if hit.Parent.Name == v then
  3814. Occlude = false
  3815. end
  3816. end
  3817. if Occlude then
  3818. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  3819. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  3820. end
  3821. end
  3822. end
  3823. )
  3824. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  3825. coroutine.wrap(function()
  3826.  
  3827. for i = 1, 20, 0.2 do
  3828. rngm1.Scale = Vector3.new(10 + i * 2, 10 + i * 2, 1)
  3829. rng1.Transparency = i / 20
  3830. wait()
  3831. end
  3832. wait()
  3833. rng1:Destroy()
  3834. end
  3835. )()
  3836. Delay(0, function()
  3837.  
  3838. if Daytime == false then
  3839. for i = 1, 50 do
  3840. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  3841. Wave.CFrame = char.Torso.CFrame
  3842. local t = i / 50
  3843. Wave.Transparency = t
  3844. wait()
  3845. end
  3846. else
  3847. do
  3848. for i = 1, 50 do
  3849. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  3850. Wave.CFrame = char.Torso.CFrame
  3851. local t = i / 50
  3852. Wave.Transparency = t
  3853. wait()
  3854. end
  3855. do
  3856. Wave:Destroy()
  3857. end
  3858. end
  3859. end
  3860. end
  3861. )
  3862. Delay(0, function()
  3863.  
  3864. while 1 do
  3865. while wait() and Wave ~= nil do
  3866. Wave.CFrame = char.Torso.CFrame
  3867. end
  3868. break
  3869. end
  3870. end
  3871. )
  3872. end
  3873.  
  3874. Shockwave()
  3875. for i = 1, 15 do
  3876. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  3877. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  3878. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3879. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  3880. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3881. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3882. if Debounces.on == false then
  3883. break
  3884. end
  3885. wait()
  3886. end
  3887. do
  3888. for i = 1, 15 do
  3889. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  3890. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  3891. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3892. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  3893. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3894. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3895. if Debounces.on == false then
  3896. break
  3897. end
  3898. wait()
  3899. end
  3900. do
  3901. for i = 1, 15 do
  3902. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  3903. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  3904. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3905. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  3906. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3907. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3908. if Debounces.on == false then
  3909. break
  3910. end
  3911. wait()
  3912. end
  3913. do
  3914. for i = 1, 15 do
  3915. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  3916. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  3917. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3918. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  3919. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3920. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3921. if Debounces.on == false then
  3922. break
  3923. end
  3924. wait()
  3925. end
  3926. do
  3927. for i = 1, 15 do
  3928. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
  3929. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
  3930. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
  3931. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
  3932. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
  3933. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3934. if Debounces.on == false then
  3935. break
  3936. end
  3937. wait()
  3938. end
  3939. do
  3940. for i = 1, 15 do
  3941. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
  3942. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
  3943. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
  3944. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
  3945. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
  3946. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
  3947. if Debounces.on == false then
  3948. break
  3949. end
  3950. wait()
  3951. end
  3952. do
  3953. wait(1.4)
  3954. Debounces.NoIdl = false
  3955. hum.WalkSpeed = 5
  3956. Debounces.on = false
  3957. wait()
  3958. if Debounces.CanAttack == false then
  3959. Debounces.CanAttack = true
  3960. v:Destroy()
  3961. end
  3962. end
  3963. end
  3964. end
  3965. end
  3966. end
  3967. end
  3968. end
  3969. end
  3970. end
  3971. end
  3972. )
  3973. mouse.KeyDown:connect(function(key)
  3974.  
  3975. if key == "m" then
  3976. hum.WalkSpeed = 0
  3977. if Debounces.CanAttack == true then
  3978. Debounces.CanAttack = false
  3979. Debounces.on = true
  3980. Debounces.NoIdl = true
  3981. local rng = Instance.new("Part", char)
  3982. do
  3983. rng.Anchored = true
  3984. rng.BrickColor = BrickColor.new("Really black")
  3985. rng.CanCollide = false
  3986. rng.FormFactor = 3
  3987. rng.Name = "Ring"
  3988. rng.Size = Vector3.new(1, 1, 1)
  3989. rng.Transparency = 0.35
  3990. rng.TopSurface = 0
  3991. rng.BottomSurface = 0
  3992. rng.Position = torso.Position - Vector3.new(0, 2, 0)
  3993. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3994. local rngm = Instance.new("SpecialMesh", rng)
  3995. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3996. rngm.Scale = Vector3.new(1, 1, 2)
  3997. x = Instance.new("Sound", char)
  3998. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3999. x.Looped = false
  4000. x.Pitch = 0.7
  4001. x.Volume = 1
  4002. x:Play()
  4003. coroutine.wrap(function()
  4004.  
  4005. for i = 1, 60, 2 do
  4006. rngm.Scale = Vector3.new(2 + i * 2, 2 + i * 2, 1)
  4007. rng.Transparency = i / 60
  4008. wait()
  4009. end
  4010. wait()
  4011. rng:Destroy()
  4012. end
  4013. )()
  4014. hum.WalkSpeed = 50
  4015. BV = Instance.new("BodyVelocity", torso)
  4016. BV.maxForce = Vector3.new(0, 200000, 0)
  4017. BV.P = 100000
  4018. BV.velocity = Vector3.new(0, 800, 0)
  4019. for i = 1, 20 do
  4020. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.7)
  4021. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  4022. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  4023. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  4024. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -2, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  4025. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, 0, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  4026. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4027. if Debounces.on == false then
  4028. break
  4029. end
  4030. wait()
  4031. end
  4032. do
  4033. x:Destroy()
  4034. BV:Destroy()
  4035. if (torso.Velocity * Vector3.new(1, 1, 1)).magnitude > 1 then
  4036. for i = 1, 30 do
  4037. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14), math.rad(0), math.rad(0)), 0.3)
  4038. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  4039. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  4040. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
  4041. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  4042. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  4043. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4044. if Debounces.on == false then
  4045. break
  4046. end
  4047. wait()
  4048. end
  4049. end
  4050. do
  4051. Debounces.on = false
  4052. Debounces.NoIdl = false
  4053. local ry, ht, ps = nil, nil, nil
  4054. while ht == nil do
  4055. ry = newRay(root.CFrame * CFrame.new(0, -2, 0), root.CFrame * CFrame.new(0, -3, 0), 4.1, {char})
  4056. wait()
  4057. end
  4058. z = Instance.new("Sound", char)
  4059. z.SoundId = "rbxassetid://142070127"
  4060. z.Volume = 1
  4061. wait(0.1)
  4062. z:Play()
  4063. Landing()
  4064. hum.WalkSpeed = 8
  4065. if Debounces.CanAttack == false then
  4066. do
  4067. Debounces.CanAttack = true
  4068. -- DECOMPILER ERROR at PC653: LeaveBlock: unexpected jumping out IF_THEN_STMT
  4069.  
  4070. -- DECOMPILER ERROR at PC653: LeaveBlock: unexpected jumping out IF_STMT
  4071.  
  4072. end
  4073. end
  4074. end
  4075. end
  4076. end
  4077. end
  4078. end
  4079. end
  4080. )
  4081. Grab = false
  4082. mouse.KeyDown:connect(function(key)
  4083.  
  4084. if key == "z" then
  4085. larm.BrickColor = BrickColor.new("Bright red")
  4086. rarm.BrickColor = BrickColor.new("Bright red")
  4087. Debounces.on = true
  4088. Debounces.NoIdl = true
  4089. if Grab == false then
  4090. gp = nil
  4091. con1 = larm.Touched:connect(function(hit)
  4092.  
  4093. ht = hit.Parent
  4094. hum1 = ht:FindFirstChild("Humanoid")
  4095. if hum1 ~= nil then
  4096. hum1.PlatformStand = true
  4097. gp = ht
  4098. Grab = true
  4099. asd = weld5(larm, ht:FindFirstChild("Torso"), CFrame.new(0, -3.3, 0), CFrame.new(0, 0, 0))
  4100. asd.Parent = larm
  4101. asd.Name = "asd"
  4102. asd.C0 = asd.C0 * CFrame.Angles(math.rad(-90), 0, 0)
  4103. else
  4104. if hum1 == nil then
  4105. con1:disconnect()
  4106. wait()
  4107. return
  4108. end
  4109. end
  4110. end
  4111. )
  4112. for i = 1, 18 do
  4113. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(36)), 0.2)
  4114. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65, 0.9, -0.5) * CFrame.Angles(math.rad(70), math.rad(0), math.rad(20)), 0.2)
  4115. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.2)
  4116. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  4117. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -0.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  4118. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -0.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  4119. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  4120. if Debounces.on == false then
  4121. break
  4122. end
  4123. wait()
  4124. end
  4125. do
  4126. con1:disconnect()
  4127. Debounces.on = false
  4128. Debounces.NoIdl = false
  4129. if Grab == true then
  4130. Grab = false
  4131. for i = 1, 20 do
  4132. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-20)), 0.2)
  4133. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, 0.9, -0.4) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(-20)), 0.1)
  4134. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.2)
  4135. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  4136. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4137. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4138. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4139. if Debounces.on == false then
  4140. do
  4141. wait()
  4142. -- DECOMPILER ERROR at PC472: LeaveBlock: unexpected jumping out IF_THEN_STMT
  4143.  
  4144. -- DECOMPILER ERROR at PC472: LeaveBlock: unexpected jumping out IF_STMT
  4145.  
  4146. end
  4147. end
  4148. end
  4149. if gp ~= nil then
  4150. for i,v in pairs(larm:GetChildren()) do
  4151. if v.Name == "asd" and v:IsA("Weld") then
  4152. v:Remove()
  4153. end
  4154. end
  4155. bv = Instance.new("BodyVelocity", gp:FindFirstChild("Torso"))
  4156. bv.maxForce = Vector3.new(400000, 400000, 400000)
  4157. bv.P = 125000
  4158. bv.velocity = char.Head.CFrame.lookVector * 200
  4159. for i = 1, 12 do
  4160. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, 0.9, -0.75) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(20)), 0.5)
  4161. if Debounces.on == false then
  4162. do
  4163. wait()
  4164. -- DECOMPILER ERROR at PC561: LeaveBlock: unexpected jumping out IF_THEN_STMT
  4165.  
  4166. -- DECOMPILER ERROR at PC561: LeaveBlock: unexpected jumping out IF_STMT
  4167.  
  4168. end
  4169. end
  4170. end
  4171. ht = nil
  4172. Spawn(function()
  4173.  
  4174. wait(0.5)
  4175. bv:Destroy()
  4176. end
  4177. )
  4178. Debounces.on = false
  4179. Debounces.NoIdl = false
  4180. else
  4181. if ht == nil then
  4182. wait()
  4183. Grab = false
  4184. Debounces.on = false
  4185. Debounces.NoIdl = false
  4186. end
  4187. end
  4188. end
  4189. end
  4190. end
  4191. end
  4192. end
  4193. )
  4194. mouse.KeyDown:connect(function(key)
  4195.  
  4196. if string.byte(key) == 52 then
  4197. char.Humanoid.WalkSpeed = 21
  4198. end
  4199. end
  4200. )
  4201. mouse.KeyUp:connect(function(key)
  4202.  
  4203. if string.byte(key) == 52 then
  4204. char.Humanoid.WalkSpeed = 5
  4205. end
  4206. end
  4207. )
  4208. local animpose = "Idle"
  4209. local lastanimpose = "Idle"
  4210. local sine = 0
  4211. local change = 1
  4212. local val = 0
  4213. local ffing = false
  4214. game:GetService("RunService").RenderStepped:connect(function()
  4215.  
  4216. char.Humanoid.FreeFalling:connect(function(f)
  4217.  
  4218. if f then
  4219. ffing = true
  4220. else
  4221. ffing = false
  4222. end
  4223. end
  4224. )
  4225. sine = sine + change
  4226. if jumpn == true then
  4227. animpose = "Jumping"
  4228. else
  4229. if ffing == true then
  4230. animpose = "Freefalling"
  4231. else
  4232. if (torso.Velocity * Vector3.new(1, 0, 1)).magnitude < 2 then
  4233. animpose = "Idle"
  4234. else
  4235. if (torso.Velocity * Vector3.new(1, 0, 1)).magnitude < 20 then
  4236. animpose = "Walking"
  4237. else
  4238. if (torso.Velocity * Vector3.new(1, 0, 1)).magnitude > 20 then
  4239. animpose = "Running"
  4240. end
  4241. end
  4242. end
  4243. end
  4244. end
  4245. if animpose ~= lastanimpose then
  4246. sine = 0
  4247. if Debounces.NoIdl == false then
  4248. if animpose == "Idle" then
  4249. for i = 1, 2 do
  4250. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  4251. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.2)
  4252. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.2)
  4253. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  4254. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4255. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4256. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4257. end
  4258. else
  4259. do
  4260. if animpose == "Walking" then
  4261. for i = 1, 2 do
  4262. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  4263. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  4264. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)), 0.2)
  4265. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  4266. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -0.05) * CFrame.Angles(math.rad(-18), 0, 0), 0.4)
  4267. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -0.05) * CFrame.Angles(math.rad(-18), 0, 0), 0.4)
  4268. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4269. end
  4270. else
  4271. do
  4272. if animpose == "Running" then
  4273. for i = 1, 2 do
  4274. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0.5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  4275. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0 - 1 * math.cos(sine / 4) / 2) * CFrame.Angles(math.rad(50 - 80 * math.cos(sine / 8) / 2), math.rad(0), math.rad(0 - 70 * math.cos(sine / 8) / 2)), 0.2)
  4276. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(6 + 8 * math.cos(sine / 4) / 1.8), math.rad(0), math.rad(0)), 0.2)
  4277. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2 + 0.2 * math.cos(sine / 4) / 2, 0) * CFrame.Angles(math.rad(-14 + 4 * math.cos(sine / 4) / 2), 0, math.rad(0)), 0.2)
  4278. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3 - 0.44 * math.cos(sine / 8) / 2.4, -0.15 + math.sin(sine / 8) / 1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine / 8) / 1.7, 0, 0), 0.4)
  4279. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3 + 0.44 * math.cos(sine / 8) / 2.4, -0.15 + -math.sin(sine / 8) / 1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine / 8) / 1.7, 0, 0), 0.4)
  4280. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4281. end
  4282. wait()
  4283. end
  4284. lastanimpose = animpose
  4285. if Debounces.NoIdl == false then
  4286. if animpose == "Idle" then
  4287. if stanceToggle == "Normal" then
  4288. change = 0.5
  4289. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(88 + 2 * math.cos(sine / 14)), math.rad(0), math.rad(20)), 0.2)
  4290. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9 + 0.1 * math.cos(sine / 14), 0) * CFrame.Angles(math.rad(50), math.rad(-30), math.rad(-40 - 2 * math.cos(sine / 14))), 0.2)
  4291. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14 + 1 * math.cos(sine / 14)), math.rad(40), 0), 0.2)
  4292. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  4293. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  4294. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  4295. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4296. else
  4297. if stanceToggle == "Sitting" then
  4298. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(100 - 1 * math.cos(sine / 14)), math.rad(0), math.rad(20)), 0.2)
  4299. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2, 0.9, -1) * CFrame.Angles(math.rad(78 + 1 * math.cos(sine / 14)), math.rad(0), math.rad(50)), 0.2)
  4300. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.3) * CFrame.Angles(math.rad(-14 + 1 * math.cos(sine / 14)), math.rad(0), math.rad(0)), 0.2)
  4301. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(-10 + 1 * math.cos(sine / 14)), 0, math.rad(0)), 0.2)
  4302. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10 - 1 * math.cos(sine / 14)), 0, 0), 0.2)
  4303. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0.6) * CFrame.Angles(math.rad(-50 - 1 * math.cos(sine / 14)), 0, 0), 0.2)
  4304. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4305. end
  4306. end
  4307. else
  4308. -- DECOMPILER ERROR at PC1283: Unhandled construct in 'MakeBoolean' P1
  4309.  
  4310. if animpose == "Walking" and stanceToggle == "Normal" then
  4311. change = 1
  4312. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9 + 0.1 * math.cos(sine / 7), 0) * CFrame.Angles(math.rad(90 + 2 * math.cos(sine / 7)), math.rad(0), math.rad(20)), 0.2)
  4313. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9 + 0.1 * math.cos(sine / 7), -math.sin(sine / 14) / 2) * CFrame.Angles(math.sin(sine / 14) / 4, math.rad(1) + -math.sin(sine / 14) / 2, math.rad(-30)), 0.2)
  4314. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-8 + 2 * math.cos(sine / 7)), math.rad(0), math.rad(0)), 0.2)
  4315. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2 + 0.1 * math.cos(sine / 7), 0) * CFrame.Angles(math.rad(-4 + 2 * math.cos(sine / 7)), 0, math.rad(0)), 0.2)
  4316. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3 - 0.3 * math.cos(sine / 14) / 2, -0.05 + math.sin(sine / 14) / 2) * CFrame.Angles(math.rad(-18) + -math.sin(sine / 14) / 2.3, 0, 0), 0.4)
  4317. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3 + 0.3 * math.cos(sine / 14) / 2, -0.05 + -math.sin(sine / 14) / 2) * CFrame.Angles(math.rad(-18) + math.sin(sine / 14) / 2.3, 0, 0), 0.4)
  4318. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4319. end
  4320. end
  4321. end
  4322. if animpose == "Running" then
  4323. change = 1
  4324. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0.5) * CFrame.Angles(math.rad(-10 - 20 * math.cos(sine / 4) / 2), math.rad(-40 + 10 * math.cos(sine / 4) / 2), math.rad(50 - 10 * math.cos(sine / 4) / 2)), 0.2)
  4325. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0.5) * CFrame.Angles(math.rad(10 + 20 * math.cos(sine / 4) / 2), math.rad(40 - 10 * math.cos(sine / 4) / 2), math.rad(-50 + 10 * math.cos(sine / 4) / 2)), 0.2)
  4326. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(6 + 6 * math.cos(sine / 4) / 1.8), math.rad(0), math.rad(0)), 0.2)
  4327. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2 + 0.2 * math.cos(sine / 4) / 2, 0) * CFrame.Angles(math.rad(-14 + 10 * math.cos(sine / 4) / 2), 0, math.rad(0)), 0.2)
  4328. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3 - 0.44 * math.cos(sine / 8) / 2.4, -0.15 + math.sin(sine / 8) / 1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine / 8) / 1.7, 0, 0), 0.4)
  4329. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3 + 0.44 * math.cos(sine / 8) / 2.4, -0.15 + -math.sin(sine / 8) / 1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine / 8) / 1.7, 0, 0), 0.4)
  4330. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4331. end
  4332. end
  4333. end
  4334. end
  4335. end
  4336. end
  4337. end
  4338. end
  4339. )
Add Comment
Please, Sign In to add comment