Advertisement
Wweroblox12121212

Untitled

Feb 10th, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 243.30 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local ads = Instance.new("TextButton")
  7. local TextButton = Instance.new("TextButton")
  8.  
  9. -- Properties
  10.  
  11. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.Active = true
  15. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  16. Frame.BorderSizePixel = 0
  17. Frame.Draggable = true
  18. Frame.Position = UDim2.new(0.670384169, 0, 0.275691688, 0)
  19. Frame.Size = UDim2.new(0, 219, 0, 259)
  20. Frame.Style = Enum.FrameStyle.RobloxRound
  21.  
  22. TextLabel.Parent = Frame
  23. TextLabel.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  24. TextLabel.BorderSizePixel = 0
  25. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  26. TextLabel.Font = Enum.Font.SourceSans
  27. TextLabel.Text = "Oshi Gui"
  28. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  29. TextLabel.TextScaled = true
  30. TextLabel.TextSize = 14
  31. TextLabel.TextWrapped = true
  32.  
  33. ads.Name = "ads"
  34. ads.Parent = Frame
  35. ads.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  36. ads.BorderSizePixel = 0
  37. ads.Position = UDim2.new(0.219178081, 0, 0.305019289, 0)
  38. ads.Size = UDim2.new(0, 121, 0, 50)
  39. ads.Font = Enum.Font.SourceSans
  40. ads.Text = "Titan"
  41. ads.TextColor3 = Color3.new(1, 1, 1)
  42. ads.TextScaled = true
  43. ads.TextSize = 14
  44. ads.TextWrapped = true
  45.  
  46. ads.MouseButton1Down:connect(function()
  47. ---
  48. local p = game.Players.LocalPlayer
  49. local char = p.Character
  50. local mouse = p:GetMouse()
  51. local larm = char["Left Arm"]
  52. local rarm = char["Right Arm"]
  53. local lleg = char["Left Leg"]
  54. local rleg = char["Right Leg"]
  55. local hed = char.Head
  56. local torso = char.Torso
  57. local ASD = BrickColor.new("Maroon")
  58. local hum = char.Humanoid
  59. local cam = game.Workspace.CurrentCamera
  60. local root = char.HumanoidRootPart
  61. local DD = false
  62. local FA = false
  63. local deb = false
  64. local shot = 0
  65. local l = game:GetService("Lighting")
  66. local rs = game:GetService("RunService").RenderStepped
  67. local stanceToggle = "Normal"
  68. math.randomseed(os.time())
  69. hum.WalkSpeed = 7
  70. char.Health:Destroy()
  71. hum.MaxHealth = 5000000
  72. wait(0.1)
  73. hum.Health = 5000000
  74. z = Instance.new("Sound", char.Torso)
  75. z.SoundId = "rbxassetid://174039148"
  76. z.Looped = true
  77. z.Pitch = 1
  78. z.Volume = 1
  79. ----------------------------------------------------
  80. local SM = Instance.new("Smoke",torso)
  81. SM.Size = 15
  82. local S = Instance.new("Part",char)
  83. S.Size = Vector3.new(1,1,1)
  84. S.Material = "Neon"
  85. S.BrickColor = BrickColor.new("Deep orange")
  86. S.Transparency = 0
  87. S.Anchored = true
  88. S.CFrame = torso.CFrame*CFrame.new(0,0,0)
  89. local Ring = Instance.new("Part",S)
  90. Ring.Size = Vector3.new(1,1,1)
  91. Ring.BrickColor = BrickColor.new("Deep orange")
  92. Ring.Anchored = true
  93. Ring.CanCollide = false
  94. Ring.CFrame = S.CFrame*CFrame.new(0,0,0)*CFrame.Angles(1.55,0,0)
  95. local Ring2 = Instance.new("SpecialMesh",Ring)
  96. Ring2.MeshId = "rbxassetid://3270017"
  97. Ring2.Scale = Vector3.new(0.1,0.1,0.1)
  98. local S2 = Instance.new("SpecialMesh",S)
  99. S2.MeshType = "Sphere"
  100. S2.Scale = Vector3.new(1,1,1)
  101. v = Instance.new("Sound")
  102. v.SoundId = "rbxassetid://821439273"
  103. v.Parent = char.Torso
  104. v.Looped = false
  105. v.Pitch = 1
  106. v.Volume = 1
  107. wait(.01)
  108. v:Play()
  109. local partasdeff = Instance.new("ParticleEmitter",S)
  110. partasdeff.Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(204,130,2))
  111. partasdeff.LightEmission = .1
  112. partasdeff.Size = NumberSequence.new(0.2)
  113. partasdeff.Texture = "http://www.roblox.com/asset/?ID=300899516"
  114. aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
  115. bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
  116. partasdeff.Transparency = bbb
  117. partasdeff.Size = aaa
  118. partasdeff.ZOffset = .9
  119. partasdeff.Acceleration = Vector3.new(0, -5, 0)
  120. partasdeff.LockedToPart = false
  121. partasdeff.EmissionDirection = "Top"
  122. partasdeff.Lifetime = NumberRange.new(1, 2)
  123. partasdeff.Rate = 1000
  124. partasdeff.Rotation = NumberRange.new(-100, 100)
  125. partasdeff.RotSpeed = NumberRange.new(-100, 100)
  126. partasdeff.Speed = NumberRange.new(10)
  127. partasdeff.VelocitySpread = 300
  128. partasdeff.Enabled = true
  129. for i = 1,100 do
  130. Ring2.Scale = Ring2.Scale + Vector3.new(2,2,2)
  131. Ring.Transparency = Ring.Transparency + 0.01
  132. S2.Scale = S2.Scale + Vector3.new(0.3,0.3,0.3)
  133. S.Transparency = S.Transparency + 0.01
  134. game:GetService("RunService").RenderStepped:wait()
  135. end
  136. S:remove()
  137. wait(1)
  138. SM:remove()
  139. hed.face:remove()
  140. char.Shirt:remove()
  141. char.Pants:remove()
  142. v = Instance.new("Sound")
  143. v.SoundId = "rbxassetid://181384451"
  144. v.Parent = torso
  145. v.Looped = false
  146. v.Pitch = 0.8
  147. v.Volume = 1
  148. wait(.01)
  149. v:Play()
  150. z:Play()
  151. ----------------------------------------------------
  152. Debounces = {
  153. on = false;
  154. ks = false;
  155. CanAttack = true;
  156. CanJoke = true;
  157. NoIdl = false;
  158. Slashing = false;
  159. Slashed = false;
  160. Grabbing = false;
  161. Grabbed = false;
  162. }
  163. local Touche = {char.Name, }
  164. ----------------------------------------------------
  165. function lerp(a, b, t) -- Linear interpolation
  166. return a + (b - a)*t
  167. end
  168.  
  169. function slerp(a, b, t) --Spherical interpolation
  170. dot = a:Dot(b)
  171. if dot > 0.99999 or dot < -0.99999 then
  172. return t <= 0.5 and a or b
  173. else
  174. r = math.acos(dot)
  175. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  176. end
  177. end
  178.  
  179. function matrixInterpolate(a, b, t)
  180. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  181. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  182. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  183. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  184. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  185. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  186. local t = v1:Dot(v2)
  187. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  188. return CFrame.new()
  189. end
  190. return CFrame.new(
  191. v0.x, v0.y, v0.z,
  192. v1.x, v1.y, v1.z,
  193. v2.x, v2.y, v2.z,
  194. v3.x, v3.y, v3.z)
  195. end
  196. ----------------------------------------------------
  197. function genWeld(a,b)
  198. local w = Instance.new("Weld",a)
  199. w.Part0 = a
  200. w.Part1 = b
  201. return w
  202. end
  203. function weld(a, b)
  204. local weld = Instance.new("Weld")
  205. weld.Name = "W"
  206. weld.Part0 = a
  207. weld.Part1 = b
  208. weld.C0 = a.CFrame:inverse() * b.CFrame
  209. weld.Parent = a
  210. return weld;
  211. end
  212. ----------------------------------------------------
  213. function Lerp(c1,c2,al)
  214. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  215. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  216. for i,v in pairs(com1) do
  217. com1[i] = v+(com2[i]-v)*al
  218. end
  219. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  220. end
  221. ----------------------------------------------------
  222. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  223. local wld = Instance.new("Weld", wp1)
  224. wld.Part0 = wp0
  225. wld.Part1 = wp1
  226. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  227. end
  228. ----------------------------------------------------
  229. for i,v in pairs(char:children()) do
  230. if v:IsA("Hat") then
  231. v:Destroy()
  232. end
  233. end
  234. for i,v in pairs(hed:children()) do
  235. if v:IsA("Sound") then
  236. v:Destroy()
  237. end
  238. end
  239. ----------------------------------------------------
  240. function HasntTouched(plrname)
  241. local ret = true
  242. for _, v in pairs(Touche) do
  243. if v == plrname then
  244. ret = false
  245. end
  246. end
  247. return ret
  248. end
  249. ----------------------------------------------------
  250. larm.Size = larm.Size * 5
  251. rarm.Size = rarm.Size * 5
  252. lleg.Size = lleg.Size * 5
  253. rleg.Size = rleg.Size * 5
  254. torso.Size = torso.Size * 5
  255. hed.Size = hed.Size * 5
  256. root.Size = root.Size * 5
  257. ----------------------------------------------------
  258. newWeld(torso, larm, -1.5, 0.5, 0)
  259. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  260. newWeld(torso, rarm, 1.5, 0.5, 0)
  261. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  262. newWeld(torso, hed, 0, 1.5, 0)
  263. newWeld(torso, lleg, -0.5, -1, 0)
  264. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  265. newWeld(torso, rleg, 0.5, -1, 0)
  266. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  267. newWeld(root, torso, 0, -1, 0)
  268. torso.Weld.C1 = CFrame.new(0, -1, 0)
  269. ----------------------------------------------------
  270. local Part = Instance.new("Part",hed)
  271. Part.BrickColor = BrickColor.new("White")
  272. Part.Size = Vector3.new(1,1,1)
  273. Part.CanCollide = false
  274. Part.Material = "Neon"
  275. local M = Instance.new("SpecialMesh",Part)
  276. M.MeshId = "rbxassetid://62246019"
  277. M.Scale = Vector3.new(5,5,5)
  278. local Part2 = Instance.new("Weld",Part)
  279. Part2.Part0 = hed
  280. Part2.Part1 = Part
  281. Part2.C0 = CFrame.new(-0.2,1.5,0.8)
  282. ----------------------------------------------------
  283. -----Armored titan parts nibs
  284. local Arm = Instance.new("Part",char)
  285. Arm.Size = Vector3.new(1,1,1)
  286. Arm.BrickColor = BrickColor.new("Bronze")
  287. Arm.TopSurface = 0
  288. Arm.BottomSurface = 0
  289. Arm.CanCollide = false
  290. local Arm2 = Instance.new("SpecialMesh",Arm)
  291. Arm2.MeshType = "Brick"
  292. Arm2.Scale = Vector3.new(5,8.5,0.3)
  293. local Arm3 = Instance.new("Weld",Arm)
  294. Arm3.Part0 = rarm
  295. Arm3.Part1 = Arm
  296. Arm3.C0 = CFrame.new(0,0,2.5)
  297. local ArmR = Instance.new("Part",char)
  298. ArmR.Size = Vector3.new(1,1,1)
  299. ArmR.BrickColor = BrickColor.new("Bronze")
  300. ArmR.TopSurface = 0
  301. ArmR.BottomSurface = 0
  302. ArmR.CanCollide = false
  303. local Arm2R = Instance.new("SpecialMesh",ArmR)
  304. Arm2R.MeshType = "Brick"
  305. Arm2R.Scale = Vector3.new(5,8.5,0.3)
  306. local Arm3R = Instance.new("Weld",ArmR)
  307. Arm3R.Part0 = rarm
  308. Arm3R.Part1 = ArmR
  309. Arm3R.C0 = CFrame.new(0,0,-2.5)
  310. local ArmRS = Instance.new("Part",char)
  311. ArmRS.Size = Vector3.new(1,1,1)
  312. ArmRS.BrickColor = BrickColor.new("Bronze")
  313. ArmRS.TopSurface = 0
  314. ArmRS.BottomSurface = 0
  315. ArmRS.CanCollide = false
  316. local Arm2RS = Instance.new("SpecialMesh",ArmRS)
  317. Arm2RS.MeshType = "Brick"
  318. Arm2RS.Scale = Vector3.new(0.3,8.5,4.5)
  319. local Arm3RS = Instance.new("Weld",ArmRS)
  320. Arm3RS.Part0 = rarm
  321. Arm3RS.Part1 = ArmRS
  322. Arm3RS.C0 = CFrame.new(2.5,0,0)*CFrame.Angles(0,0,0)
  323. local TopRS = Instance.new("Part",char)
  324. TopRS.Size = Vector3.new(1,1,1)
  325. TopRS.BrickColor = BrickColor.new("Bronze")
  326. TopRS.TopSurface = 0
  327. TopRS.BottomSurface = 0
  328. TopRS.CanCollide = false
  329. local Top2RS = Instance.new("SpecialMesh",TopRS)
  330. Top2RS.MeshType = "Brick"
  331. Top2RS.Scale = Vector3.new(4.7,0.3,4.7)
  332. local Top3RS = Instance.new("Weld",TopRS)
  333. Top3RS.Part0 = rarm
  334. Top3RS.Part1 = TopRS
  335. Top3RS.C0 = CFrame.new(0,5,0)*CFrame.Angles(0,0,0)
  336. local BotRS = Instance.new("Part",char)
  337. BotRS.Size = Vector3.new(1,1,1)
  338. BotRS.BrickColor = BrickColor.new("Bronze")
  339. BotRS.BottomSurface = 0
  340. BotRS.TopSurface = 0
  341. BotRS.CanCollide = false
  342. local Bot2RS = Instance.new("SpecialMesh",BotRS)
  343. Bot2RS.MeshType = "Brick"
  344. Bot2RS.Scale = Vector3.new(4.7,0.3,4.7)
  345. local Bot3RS = Instance.new("Weld",BotRS)
  346. Bot3RS.Part0 = rarm
  347. Bot3RS.Part1 = BotRS
  348. Bot3RS.C0 = CFrame.new(0,-5,0)*CFrame.Angles(0,0,0)
  349. ----------------------------------------------------
  350.  
  351. local Arm = Instance.new("Part",char)
  352. Arm.Size = Vector3.new(1,1,1)
  353. Arm.BrickColor = BrickColor.new("Bronze")
  354. Arm.TopSurface = 0
  355. Arm.BottomSurface = 0
  356. Arm.CanCollide = false
  357. local Arm2 = Instance.new("SpecialMesh",Arm)
  358. Arm2.MeshType = "Brick"
  359. Arm2.Scale = Vector3.new(5,8.5,0.3)
  360. local Arm3 = Instance.new("Weld",Arm)
  361. Arm3.Part0 = larm
  362. Arm3.Part1 = Arm
  363. Arm3.C0 = CFrame.new(0,0,2.5)
  364. local ArmR = Instance.new("Part",char)
  365. ArmR.Size = Vector3.new(1,1,1)
  366. ArmR.BrickColor = BrickColor.new("Bronze")
  367. ArmR.TopSurface = 0
  368. ArmR.BottomSurface = 0
  369. ArmR.CanCollide = false
  370. local Arm2R = Instance.new("SpecialMesh",ArmR)
  371. Arm2R.MeshType = "Brick"
  372. Arm2R.Scale = Vector3.new(5,8.5,0.3)
  373. local Arm3R = Instance.new("Weld",ArmR)
  374. Arm3R.Part0 = larm
  375. Arm3R.Part1 = ArmR
  376. Arm3R.C0 = CFrame.new(0,0,-2.5)
  377. local ArmRS = Instance.new("Part",char)
  378. ArmRS.Size = Vector3.new(1,1,1)
  379. ArmRS.BrickColor = BrickColor.new("Bronze")
  380. ArmRS.TopSurface = 0
  381. ArmRS.BottomSurface = 0
  382. ArmRS.CanCollide = false
  383. local Arm2RS = Instance.new("SpecialMesh",ArmRS)
  384. Arm2RS.MeshType = "Brick"
  385. Arm2RS.Scale = Vector3.new(0.3,8.5,4.5)
  386. local Arm3RS = Instance.new("Weld",ArmRS)
  387. Arm3RS.Part0 = larm
  388. Arm3RS.Part1 = ArmRS
  389. Arm3RS.C0 = CFrame.new(-2.5,0,0)*CFrame.Angles(0,0,0)
  390. local TopRS = Instance.new("Part",char)
  391. TopRS.Size = Vector3.new(1,1,1)
  392. TopRS.BrickColor = BrickColor.new("Bronze")
  393. TopRS.TopSurface = 0
  394. TopRS.BottomSurface = 0
  395. TopRS.CanCollide = false
  396. local Top2RS = Instance.new("SpecialMesh",TopRS)
  397. Top2RS.MeshType = "Brick"
  398. Top2RS.Scale = Vector3.new(4.7,0.3,4.7)
  399. local Top3RS = Instance.new("Weld",TopRS)
  400. Top3RS.Part0 = larm
  401. Top3RS.Part1 = TopRS
  402. Top3RS.C0 = CFrame.new(0,5,0)*CFrame.Angles(0,0,0)
  403. local BotRS = Instance.new("Part",char)
  404. BotRS.Size = Vector3.new(1,1,1)
  405. BotRS.BrickColor = BrickColor.new("Bronze")
  406. BotRS.BottomSurface = 0
  407. BotRS.TopSurface = 0
  408. BotRS.CanCollide = false
  409. local Bot2RS = Instance.new("SpecialMesh",BotRS)
  410. Bot2RS.MeshType = "Brick"
  411. Bot2RS.Scale = Vector3.new(4.7,0.3,4.7)
  412. local Bot3RS = Instance.new("Weld",BotRS)
  413. Bot3RS.Part0 = larm
  414. Bot3RS.Part1 = BotRS
  415. Bot3RS.C0 = CFrame.new(0,-5,0)*CFrame.Angles(0,0,0)
  416. ----------------------------------------------------
  417. local Long = Instance.new("Part",char)
  418. Long.Size = Vector3.new(1,1,1)
  419. Long.CanCollide = false
  420. Long.BrickColor = BrickColor.new("Bronze")
  421. Long.TopSurface = 0
  422. Long.BottomSurface = 0
  423. local Long2 = Instance.new("SpecialMesh",Long)
  424. Long2.MeshType = "Brick"
  425. Long2.Scale = Vector3.new(9.5,0.3,4.5)
  426. local Long3 = Instance.new("Weld",Long)
  427. Long3.Part0 = torso
  428. Long3.Part1 = Long
  429. Long3.C0 = CFrame.new(0,4.95,0)
  430. ----------------------------------------------------
  431. local Back = Instance.new("Part",char)
  432. Back.Size = Vector3.new(1,1,1)
  433. Back.CanCollide = false
  434. Back.BrickColor = BrickColor.new("Bronze")
  435. Back.TopSurface = 0
  436. Back.BottomSurface = 0
  437. local Back2 = Instance.new("SpecialMesh",Back)
  438. Back2.MeshType = "Brick"
  439. Back2.Scale = Vector3.new(9.5,9.3,0.3)
  440. local Back3 = Instance.new("Weld",Back)
  441. Back3.Part0 = torso
  442. Back3.Part1 = Back
  443. Back3.C0 = CFrame.new(0,0,2.5)
  444. ----------------------------------------------------
  445. ----------------------------------------------------
  446. local Leg = Instance.new("Part",char)
  447. Leg.Size = Vector3.new(1,1,1)
  448. Leg.BrickColor = BrickColor.new("Bronze")
  449. Leg.TopSurface = 0
  450. Leg.BottomSurface = 0
  451. Leg.CanCollide = false
  452. local Leg2 = Instance.new("SpecialMesh",Leg)
  453. Leg2.MeshType = "Brick"
  454. Leg2.Scale = Vector3.new(5,8.5,0.3)
  455. local Leg3 = Instance.new("Weld",Leg)
  456. Leg3.Part0 = rleg
  457. Leg3.Part1 = Leg
  458. Leg3.C0 = CFrame.new(0,0,2.5)
  459. local LegR = Instance.new("Part",char)
  460. LegR.Size = Vector3.new(1,1,1)
  461. LegR.BrickColor = BrickColor.new("Bronze")
  462. LegR.TopSurface = 0
  463. LegR.BottomSurface = 0
  464. LegR.CanCollide = false
  465. local Leg2R = Instance.new("SpecialMesh",LegR)
  466. Leg2R.MeshType = "Brick"
  467. Leg2R.Scale = Vector3.new(5,8.5,0.3)
  468. local Leg3R = Instance.new("Weld",LegR)
  469. Leg3R.Part0 = rleg
  470. Leg3R.Part1 = LegR
  471. Leg3R.C0 = CFrame.new(0,0,-2.5)
  472. local LegRS = Instance.new("Part",char)
  473. LegRS.Size = Vector3.new(1,1,1)
  474. LegRS.BrickColor = BrickColor.new("Bronze")
  475. LegRS.TopSurface = 0
  476. LegRS.BottomSurface = 0
  477. LegRS.CanCollide = false
  478. local Leg2RS = Instance.new("SpecialMesh",LegRS)
  479. Leg2RS.MeshType = "Brick"
  480. Leg2RS.Scale = Vector3.new(0.3,8.5,4.5)
  481. local Leg3RS = Instance.new("Weld",LegRS)
  482. Leg3RS.Part0 = rleg
  483. Leg3RS.Part1 = LegRS
  484. Leg3RS.C0 = CFrame.new(2.5,0,0)*CFrame.Angles(0,0,0)
  485. local TopRS = Instance.new("Part",char)
  486. TopRS.Size = Vector3.new(1,1,1)
  487. TopRS.BrickColor = BrickColor.new("Bronze")
  488. TopRS.TopSurface = 0
  489. TopRS.BottomSurface = 0
  490. TopRS.CanCollide = false
  491. local BotRS = Instance.new("Part",char)
  492. BotRS.Size = Vector3.new(1,1,1)
  493. BotRS.BrickColor = BrickColor.new("Bronze")
  494. BotRS.BottomSurface = 0
  495. BotRS.TopSurface = 0
  496. BotRS.CanCollide = false
  497. local Bot2RS = Instance.new("SpecialMesh",BotRS)
  498. Bot2RS.MeshType = "Brick"
  499. Bot2RS.Scale = Vector3.new(4.7,0.3,4.7)
  500. local Bot3RS = Instance.new("Weld",BotRS)
  501. Bot3RS.Part0 = rleg
  502. Bot3RS.Part1 = BotRS
  503. Bot3RS.C0 = CFrame.new(0,-5,0)*CFrame.Angles(0,0,0)
  504. -----------------------------------------------------------
  505. local Arm = Instance.new("Part",char)
  506. Arm.Size = Vector3.new(1,1,1)
  507. Arm.BrickColor = BrickColor.new("Bronze")
  508. Arm.TopSurface = 0
  509. Arm.BottomSurface = 0
  510. Arm.CanCollide = false
  511. local Arm2 = Instance.new("SpecialMesh",Arm)
  512. Arm2.MeshType = "Brick"
  513. Arm2.Scale = Vector3.new(5,8.5,0.3)
  514. local Arm3 = Instance.new("Weld",Arm)
  515. Arm3.Part0 = lleg
  516. Arm3.Part1 = Arm
  517. Arm3.C0 = CFrame.new(0,0,2.5)
  518. local ArmR = Instance.new("Part",char)
  519. ArmR.Size = Vector3.new(1,1,1)
  520. ArmR.BrickColor = BrickColor.new("Bronze")
  521. ArmR.TopSurface = 0
  522. ArmR.BottomSurface = 0
  523. ArmR.CanCollide = false
  524. local Arm2R = Instance.new("SpecialMesh",ArmR)
  525. Arm2R.MeshType = "Brick"
  526. Arm2R.Scale = Vector3.new(5,8.5,0.3)
  527. local Arm3R = Instance.new("Weld",ArmR)
  528. Arm3R.Part0 = lleg
  529. Arm3R.Part1 = ArmR
  530. Arm3R.C0 = CFrame.new(0,0,-2.5)
  531. local ArmRS = Instance.new("Part",char)
  532. ArmRS.Size = Vector3.new(1,1,1)
  533. ArmRS.BrickColor = BrickColor.new("Bronze")
  534. ArmRS.TopSurface = 0
  535. ArmRS.BottomSurface = 0
  536. ArmRS.CanCollide = false
  537. local Arm2RS = Instance.new("SpecialMesh",ArmRS)
  538. Arm2RS.MeshType = "Brick"
  539. Arm2RS.Scale = Vector3.new(0.3,8.5,4.5)
  540. local Arm3RS = Instance.new("Weld",ArmRS)
  541. Arm3RS.Part0 = lleg
  542. Arm3RS.Part1 = ArmRS
  543. Arm3RS.C0 = CFrame.new(-2.5,0,0)*CFrame.Angles(0,0,0)
  544. local BotRS = Instance.new("Part",char)
  545. BotRS.Size = Vector3.new(1,1,1)
  546. BotRS.BrickColor = BrickColor.new("Bronze")
  547. BotRS.BottomSurface = 0
  548. BotRS.TopSurface = 0
  549. BotRS.CanCollide = false
  550. local Bot2RS = Instance.new("SpecialMesh",BotRS)
  551. Bot2RS.MeshType = "Brick"
  552. Bot2RS.Scale = Vector3.new(4.7,0.3,4.7)
  553. local Bot3RS = Instance.new("Weld",BotRS)
  554. Bot3RS.Part0 = lleg
  555. Bot3RS.Part1 = BotRS
  556. Bot3RS.C0 = CFrame.new(0,-5,0)*CFrame.Angles(0,0,0)
  557. ----------------------------------------------------
  558. local Pec = Instance.new("Part",char)
  559. Pec.Size = Vector3.new(1,1,1)
  560. Pec.BrickColor = BrickColor.new("Bronze")
  561. Pec.CanCollide = false
  562. Pec.TopSurface = 0
  563. Pec.BottomSurface = 0
  564. local Pec2 = Instance.new("SpecialMesh",Pec)
  565. Pec2.MeshType = "Brick"
  566. Pec2.Scale = Vector3.new(5,3,0.3)
  567. local Pec3 = Instance.new("Weld",Pec)
  568. Pec3.Part0 = torso
  569. Pec3.Part1 = Pec
  570. Pec3.C0 = CFrame.new(2,2.8,-2.8)*CFrame.Angles(0,0,0.1)
  571. local PecA = Instance.new("Part",char)
  572. PecA.Size = Vector3.new(1,1,1)
  573. PecA.BrickColor = BrickColor.new("Bronze")
  574. PecA.CanCollide = false
  575. PecA.TopSurface = 0
  576. PecA.BottomSurface = 0
  577. local Pec2A = Instance.new("SpecialMesh",PecA)
  578. Pec2A.MeshType = "Brick"
  579. Pec2A.Scale = Vector3.new(5,3,0.3)
  580. local Pec3A = Instance.new("Weld",PecA)
  581. Pec3A.Part0 = torso
  582. Pec3A.Part1 = PecA
  583. Pec3A.C0 = CFrame.new(-2,2.8,-2.8)*CFrame.Angles(0,0,-0.1)
  584. ---------------------------------------------------
  585. local Abs = Instance.new("Part",char)
  586. Abs.Size = Vector3.new(1,1,1)
  587. Abs.BrickColor = BrickColor.new("Bronze")
  588. Abs.CanCollide = false
  589. Abs.TopSurface = 0
  590. Abs.BottomSurface = 0
  591. local Abs2 = Instance.new("SpecialMesh",Abs)
  592. Abs2.MeshType = "Brick"
  593. Abs2.Scale = Vector3.new(2,2,0.3)
  594. local Abs3 = Instance.new("Weld",Abs)
  595. Abs3.Part0 = torso
  596. Abs3.Part1 = Abs
  597. Abs3.C0 = CFrame.new(1.4,0,-2.8)*CFrame.Angles(0,0,0.1)
  598. local Abs = Instance.new("Part",char)
  599. Abs.Size = Vector3.new(1,1,1)
  600. Abs.BrickColor = BrickColor.new("Bronze")
  601. Abs.CanCollide = false
  602. Abs.TopSurface = 0
  603. Abs.BottomSurface = 0
  604. local Abs2 = Instance.new("SpecialMesh",Abs)
  605. Abs2.MeshType = "Brick"
  606. Abs2.Scale = Vector3.new(2,2,0.3)
  607. local Abs3 = Instance.new("Weld",Abs)
  608. Abs3.Part0 = torso
  609. Abs3.Part1 = Abs
  610. Abs3.C0 = CFrame.new(-1.4,0,-2.8)*CFrame.Angles(0,0,-0.1)
  611.  
  612. local Abs = Instance.new("Part",char)
  613. Abs.Size = Vector3.new(1,1,1)
  614. Abs.BrickColor = BrickColor.new("Bronze")
  615. Abs.CanCollide = false
  616. Abs.TopSurface = 0
  617. Abs.BottomSurface = 0
  618. local Abs2 = Instance.new("SpecialMesh",Abs)
  619. Abs2.MeshType = "Brick"
  620. Abs2.Scale = Vector3.new(2,2,0.3)
  621. local Abs3 = Instance.new("Weld",Abs)
  622. Abs3.Part0 = torso
  623. Abs3.Part1 = Abs
  624. Abs3.C0 = CFrame.new(1.4,-2.1,-2.8)*CFrame.Angles(0,0,0.1)
  625. local Abs = Instance.new("Part",char)
  626. Abs.Size = Vector3.new(1,1,1)
  627. Abs.BrickColor = BrickColor.new("Bronze")
  628. Abs.CanCollide = false
  629. Abs.TopSurface = 0
  630. Abs.BottomSurface = 0
  631. local Abs2 = Instance.new("SpecialMesh",Abs)
  632. Abs2.MeshType = "Brick"
  633. Abs2.Scale = Vector3.new(2,2,0.3)
  634. local Abs3 = Instance.new("Weld",Abs)
  635. Abs3.Part0 = torso
  636. Abs3.Part1 = Abs
  637. Abs3.C0 = CFrame.new(-1.4,-2.1,-2.8)*CFrame.Angles(0,0,-0.1)
  638.  
  639. local Abs = Instance.new("Part",char)
  640. Abs.Size = Vector3.new(1,1,1)
  641. Abs.BrickColor = BrickColor.new("Bronze")
  642. Abs.CanCollide = false
  643. Abs.TopSurface = 0
  644. Abs.BottomSurface = 0
  645. local Abs2 = Instance.new("SpecialMesh",Abs)
  646. Abs2.MeshType = "Brick"
  647. Abs2.Scale = Vector3.new(2,2,0.3)
  648. local Abs3 = Instance.new("Weld",Abs)
  649. Abs3.Part0 = torso
  650. Abs3.Part1 = Abs
  651. Abs3.C0 = CFrame.new(1.4,-4.1,-2.8)*CFrame.Angles(0,0,0.1)
  652. local Abs = Instance.new("Part",char)
  653. Abs.Size = Vector3.new(1,1,1)
  654. Abs.BrickColor = BrickColor.new("Bronze")
  655. Abs.CanCollide = false
  656. Abs.TopSurface = 0
  657. Abs.BottomSurface = 0
  658. local Abs2 = Instance.new("SpecialMesh",Abs)
  659. Abs2.MeshType = "Brick"
  660. Abs2.Scale = Vector3.new(2,2,0.3)
  661. local Abs3 = Instance.new("Weld",Abs)
  662. Abs3.Part0 = torso
  663. Abs3.Part1 = Abs
  664. Abs3.C0 = CFrame.new(-1.4,-4.1,-2.8)*CFrame.Angles(0,0,-0.1)
  665. -----------------------------------------------------
  666. local Head = Instance.new("Part",char)
  667. Head.Size = Vector3.new(1,1,1)
  668. Head.BrickColor = BrickColor.new("Bronze")
  669. Head.CanCollide = false
  670. Head.TopSurface = 0
  671. Head.BottomSurface = 0
  672. local Head2 = Instance.new("SpecialMesh",Head)
  673. Head2.MeshType = "Head"
  674. Head2.Scale = Vector3.new(11.5,6.5,6.5)
  675. local Head3 = Instance.new("Weld",Head)
  676. Head3.Part0 = hed
  677. Head3.Part1 = Head
  678. Head3.C0 = CFrame.new(0,0,0)
  679. -----------------------------------------------------
  680. local Eye2 = Instance.new("Part",char)
  681. Eye2.Size = Vector3.new(1,1,1)
  682. Eye2.BrickColor = BrickColor.new("Really black")
  683. Eye2.CanCollide = false
  684. Eye2.TopSurface = 0
  685. Eye2.BottomSurface = 0
  686. local Eye22 = Instance.new("SpecialMesh",Eye2)
  687. Eye22.MeshType = "Sphere"
  688. Eye22.Scale = Vector3.new(1.2,0.6,0.1)
  689. local Eye32 = Instance.new("Weld",Eye2)
  690. Eye32.Part0 = hed
  691. Eye32.Part1 = Eye2
  692. Eye32.C0 = CFrame.new(1.3,0.5,-3)*CFrame.Angles(0,0,0.3)
  693. local Eye = Instance.new("Part",char)
  694. Eye.Size = Vector3.new(1,1,1)
  695. Eye.BrickColor = BrickColor.new("Really black")
  696. Eye.CanCollide = false
  697. Eye.TopSurface = 0
  698. Eye.BottomSurface = 0
  699. local Eye212 = Instance.new("SpecialMesh",Eye)
  700. Eye212.MeshType = "Sphere"
  701. Eye212.Scale = Vector3.new(1.2,0.6,0.1)
  702. local Eye3 = Instance.new("Weld",Eye)
  703. Eye3.Part0 = hed
  704. Eye3.Part1 = Eye
  705. Eye3.C0 = CFrame.new(-1.3,0.5,-3)*CFrame.Angles(0,0,-0.3)
  706.  
  707. local Glow = Instance.new("Part",char)
  708. Glow.Size = Vector3.new(1,1,1)
  709. Glow.BrickColor = BrickColor.new("Bronze")
  710. Glow.CanCollide = false
  711. Glow.TopSurface = 0
  712. Glow.Material = "Neon"
  713. Glow.BottomSurface = 0
  714. local Glow2 = Instance.new("SpecialMesh",Glow)
  715. Glow2.MeshType = "Sphere"
  716. Glow2.Scale = Vector3.new(0.5,0.5,0.5)
  717. local Glow3 = Instance.new("Weld",Glow)
  718. Glow3.Part0 = Eye
  719. Glow3.Part1 = Glow
  720. Glow3.C0 = CFrame.new(0,0,-0.2)*CFrame.Angles(0,0,0)
  721.  
  722. local Glow = Instance.new("Part",char)
  723. Glow.Size = Vector3.new(1,1,1)
  724. Glow.BrickColor = BrickColor.new("Bronze")
  725. Glow.CanCollide = false
  726. Glow.TopSurface = 0
  727. Glow.Material = "Neon"
  728. Glow.BottomSurface = 0
  729. local Glow2 = Instance.new("SpecialMesh",Glow)
  730. Glow2.MeshType = "Sphere"
  731. Glow2.Scale = Vector3.new(0.5,0.5,0.5)
  732. local Glow3 = Instance.new("Weld",Glow)
  733. Glow3.Part0 = Eye2
  734. Glow3.Part1 = Glow
  735. Glow3.C0 = CFrame.new(0,0,-0.2)*CFrame.Angles(0,0,0)
  736. -----------------------------------------------------
  737.  
  738. function weld5(part0, part1, c0, c1)
  739. weeld=Instance.new("Weld", part0)
  740. weeld.Part0=part0
  741. weeld.Part1=part1
  742. weeld.C0=c0
  743. weeld.C1=c1
  744. return weeld
  745. end
  746. ----------------------------------------------------
  747. function newRay(start,face,range,wat)
  748. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  749. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  750. return rey,hit,pos
  751. end
  752. ----------------------------------------------------
  753. mod5 = Instance.new("Model",char)
  754.  
  755. function FindNearestTorso(Position,Distance,SinglePlayer)
  756. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  757. local List = {}
  758. for i,v in pairs(workspace:GetChildren())do
  759. if v:IsA("Model")then
  760. if v:findFirstChild("Torso")then
  761. if v ~= char then
  762. if(v.Torso.Position -Position).magnitude <= Distance then
  763. table.insert(List,v)
  764. end
  765. end
  766. end
  767. end
  768. end
  769. return List
  770. end
  771.  
  772. function Landing()
  773. part=Instance.new('Part',mod5)
  774. part.Anchored=true
  775. part.CanCollide=false
  776. part.FormFactor='Custom'
  777. part.Size=Vector3.new(.2,.2,.2)
  778. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  779. part.Transparency=.7
  780. part.BrickColor=BrickColor.new('Really black')
  781. mesh=Instance.new('SpecialMesh',part)
  782. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  783. mesh.Scale=Vector3.new(10,5,10)
  784.  
  785. for i,v in pairs(FindNearestTorso(torso.CFrame.p,40))do
  786. if v:FindFirstChild('Humanoid') then
  787. v.Humanoid:TakeDamage(math.random(20,30))
  788. v.Humanoid.PlatformStand = true
  789. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  790. end
  791. end
  792.  
  793. coroutine.resume(coroutine.create(function()
  794. for i=0,3.8,0.05 do
  795. wait()
  796. part.CFrame=part.CFrame
  797. part.Transparency=i
  798. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  799. end
  800. part.Parent = nil
  801. end))
  802. end
  803. ----------------------------------------------------
  804. mod4 = Instance.new("Model",char)
  805.  
  806. ptez = {0.7, 0.8, 0.9, 1}
  807.  
  808. function FindNearestTorso(Position,Distance,SinglePlayer)
  809. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  810. local List = {}
  811. for i,v in pairs(workspace:GetChildren())do
  812. if v:IsA("Model")then
  813. if v:findFirstChild("Torso")then
  814. if v ~= char then
  815. if(v.Torso.Position -Position).magnitude <= Distance then
  816. table.insert(List,v)
  817. end
  818. end
  819. end
  820. end
  821. end
  822. return List
  823. end
  824.  
  825. ----------------------------------------------------
  826.  
  827. local acos = math.acos
  828. local sqrt = math.sqrt
  829. local Vec3 = Vector3.new
  830. local fromAxisAngle = CFrame.fromAxisAngle
  831.  
  832. local function toAxisAngle(CFr)
  833. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  834. local Angle = math.acos((R00+R11+R22-1)/2)
  835. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  836. A = A == 0 and 0.00001 or A
  837. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  838. B = B == 0 and 0.00001 or B
  839. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  840. C = C == 0 and 0.00001 or C
  841. local x = (R21-R12)/sqrt(A)
  842. local y = (R02-R20)/sqrt(B)
  843. local z = (R10-R01)/sqrt(C)
  844. return Vec3(x,y,z),Angle
  845. end
  846.  
  847. function ApplyTrig(Num,Func)
  848. local Min,Max = Func(0),Func(1)
  849. local i = Func(Num)
  850. return (i-Min)/(Max-Min)
  851. --[[if Func == "sin" then
  852. return (math.sin((1-Num)*math.pi)+1)/2
  853. elseif Func == "cos" then
  854. return (math.cos((1-Num)*math.pi)+1)/2
  855. end]]
  856. end
  857.  
  858. function LerpCFrame(CFrame1,CFrame2,Num)
  859. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  860. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  861. end
  862. mouse.KeyDown:connect(function(key)
  863. if key == "b" then
  864. if Debounces.CanAttack == true then
  865. Debounces.CanAttack = false
  866. Debounces.on = true
  867. Debounces.NoIdl = true
  868. for i = 1,20 do
  869. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(9,4,1) * CFrame.Angles(0.3,-0.5,1.55),.3)
  870. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-9,4,1) * CFrame.Angles(0.3,0.5,-1.55),.3)
  871. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(0.4,0,0),.3)
  872. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(0.3,0,0),.3)
  873. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -8.8,1) *CFrame.Angles(-0.3,0,-0.1),.3)
  874. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -8.8,1) * CFrame.Angles(-0.3,0,0.1),.3)
  875. if Debounces.on == false then break end
  876. wait()
  877. end
  878. v = Instance.new("Sound")
  879. v.SoundId = "rbxassetid://181384451"
  880. v.Parent = torso
  881. v.Looped = false
  882. v.Pitch = 0.8
  883. v.Volume = math.huge
  884. wait(.01)
  885. v:Play()
  886. coroutine.resume(coroutine.create(function()
  887. for i = 1,80 do
  888. local H = Instance.new("Part",torso)
  889. H.Size = Vector3.new(1,1,1)
  890. H.BrickColor = BrickColor.new("White")
  891. H.CanCollide = false
  892. H.Anchored = true
  893. H.CFrame = torso.CFrame*CFrame.new(0,-13,0)*CFrame.Angles(1.3,0,0)
  894. local H2 = Instance.new("SpecialMesh",H)
  895. H2.MeshId = "rbxassetid://3270017"
  896. coroutine.resume(coroutine.create(function()
  897. for i = 1,200 do
  898. H2.Scale = H2.Scale + Vector3.new(5,5,5)
  899. H.Transparency = H.Transparency + 0.05
  900. wait(0.05)
  901. end
  902. H:remove()
  903. end))
  904. wait(0.005)
  905. end
  906. if Debounces.CanAttack == false then
  907. Debounces.CanAttack = true
  908. Debounces.on = false
  909. Debounces.NoIdl = false
  910. end
  911. end))
  912. end
  913. end
  914. end)
  915. mouse.KeyDown:connect(function(key)
  916. if key == "z" then
  917. if Debounces.CanAttack == true then
  918. Debounces.CanAttack = false
  919. Debounces.on = true
  920. Debounces.NoIdl = true
  921. for i = 1,20 do
  922. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.6,1,-3) * CFrame.Angles(1.55,0,0),.3)
  923. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.6,1,-3) * CFrame.Angles(1.55,0,0),.3)
  924. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(0,0,0),.3)
  925. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -6, 0) * CFrame.Angles(-1.5,0,0),.3)
  926. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -7.6,-2) *CFrame.Angles(1.55,0,0),.3)
  927. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -7.6,-2) * CFrame.Angles(1.55,0,0),.3)
  928. if Debounces.on == false then break end
  929. wait()
  930. end
  931. local Rock = Instance.new("Part",char)
  932. Rock.Size = Vector3.new(1,1,1)
  933. local Rock22 = Instance.new("SpecialMesh",Rock)
  934. Rock22.MeshId = "rbxassetid://433651599"
  935. Rock22.Scale = Vector3.new(0.5,0.5,0.5)
  936. local Rock2 = Instance.new("Weld",Rock)
  937. Rock2.Part0 = hed
  938. Rock2.Part1 = Rock
  939. Rock2.C0 = CFrame.new(0,40,0)*CFrame.Angles(0,-1.55,0)
  940. local PPA = Instance.new("Part",Rock)
  941. PPA.Size = Vector3.new(30,30,30)
  942. PPA.CanCollide = false
  943. local PPA2 = Instance.new("Weld",PPA)
  944. PPA2.Part0 = Rock
  945. PPA2.Part1 = PPA
  946. PPA2.C0 = CFrame.new(0,0,0)
  947. PPA.Touched:connect(function(hit)
  948. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil then
  949. if not FA then FA = true
  950. hit.Parent.Humanoid.PlatformStand = true
  951. hit.Parent.Humanoid:TakeDamage(30)
  952. local Fly = Instance.new("BodyVelocity",hit.Parent.Torso)
  953. Fly.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  954. Fly.velocity = mouse.hit.lookVector*560
  955. wait(0.1)
  956. Fly:remove()
  957. wait(3)
  958. FA = false
  959. end
  960. end
  961. end)
  962. wait(0.5)
  963. for i = 1,20 do
  964. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.6,5.5,0) * CFrame.Angles(3.1,0,0),.3)
  965. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.6,5.5,0) * CFrame.Angles(3.1,0,0),.3)
  966. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(0,0,0),.3)
  967. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(0,0,0),.3)
  968. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -8.8,0) *CFrame.Angles(0,0,0),.3)
  969. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -8.8,0) * CFrame.Angles(0,0,0),.3)
  970. if Debounces.on == false then break end
  971. wait()
  972. end
  973. Rock2:remove()
  974. local Fly = Instance.new("BodyVelocity",Rock)
  975. Fly.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  976. Fly.velocity = mouse.hit.lookVector*200
  977. for i = 1,20 do
  978. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.6,1.5,-1) * CFrame.Angles(1.55,0,0),.3)
  979. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.6,1.5,-1) * CFrame.Angles(1.55,0,0),.3)
  980. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(-0.3,0,0),.3)
  981. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(-0.3,0,0),.3)
  982. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -8.8,0) *CFrame.Angles(0,0,0),.3)
  983. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -8.8,-2) * CFrame.Angles(0.5,0,0),.3)
  984. if Debounces.on == false then break end
  985. wait()
  986. end
  987. if Debounces.CanAttack == false then
  988. Debounces.CanAttack = true
  989. Debounces.on = false
  990. Debounces.NoIdl = false
  991. end
  992. wait(2)
  993. Fly:remove()
  994. local SFXZ = Instance.new("Sound",Rock)
  995. SFXZ.SoundId = "rbxassetid://134854740"
  996. SFXZ.Volume = math.huge
  997. SFXZ.Pitch = 1
  998. SFXZ.Looped = false
  999. wait(0.01)
  1000. SFXZ:Play()
  1001. wait(3)
  1002. Rock:remove()
  1003. end
  1004. end
  1005. end)
  1006. mouse.KeyDown:connect(function(key)
  1007. if key == "e" then
  1008. if Debounces.CanAttack == true then
  1009. Debounces.CanAttack = false
  1010. Debounces.on = true
  1011. Debounces.NoIdl = true
  1012. for i = 1,20 do
  1013. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.6,1,-3) * CFrame.Angles(1.3,0,0),.3)
  1014. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.6,1,0) * CFrame.Angles(-0.5,0,0),.3)
  1015. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(0,0,0),.3)
  1016. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -8, 0) * CFrame.Angles(-0.5,0,0),.3)
  1017. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -3.3,-3.5) *CFrame.Angles(0.5,0,0),.3)
  1018. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -7.6,0.5) * CFrame.Angles(-1.1,0,0),.3)
  1019. if Debounces.on == false then break end
  1020. wait()
  1021. end
  1022. local HitBox = Instance.new("Part",char)
  1023. HitBox.Size = Vector3.new(5,5,5)
  1024. HitBox.CanCollide = false
  1025. HitBox.Transparency = math.huge
  1026. local HitBox2 = Instance.new("Weld",HitBox)
  1027. HitBox2.Part0 = rarm
  1028. HitBox2.Part1 = HitBox
  1029. HitBox2.C0 = CFrame.new(0,-4.5,0)
  1030. HitBox.Touched:connect(function(hit)
  1031. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil then
  1032. if not DD then DD = true
  1033. HitBox:remove()
  1034. hit.Parent.Humanoid.PlatformStand = true
  1035. local We = Instance.new("Weld",hit.Parent.Torso)
  1036. We.Part0 = rarm
  1037. We.Part1 = hit.Parent.Torso
  1038. We.C0 = CFrame.new(0,-5,0)*CFrame.Angles(-1.55,0,0)
  1039. wait(1)
  1040. for i = 1,20 do
  1041. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.6,4,0) * CFrame.Angles(3.1,0,1),.3)
  1042. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.6,4,0) * CFrame.Angles(-3.1,0,-1),.3)
  1043. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(1,0,0),.3)
  1044. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -8, 0) * CFrame.Angles(-0.5,0,0),.3)
  1045. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -3.3,-3.5) *CFrame.Angles(0.5,0,0),.3)
  1046. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -7.6,0.5) * CFrame.Angles(-1.1,0,0),.3)
  1047. if Debounces.on == false then break end
  1048. wait()
  1049. end
  1050. hit.Parent.Humanoid:TakeDamage(20)
  1051. for i = 1,20 do
  1052. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(6,4,-1) * CFrame.Angles(1.55,0,-1),.3)
  1053. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-6,4,-1) * CFrame.Angles(1.55,0,1),.3)
  1054. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(-0.4,0,0),.3)
  1055. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -8, 0) * CFrame.Angles(-0.5,0,0),.3)
  1056. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -3.3,-3.5) *CFrame.Angles(0.5,0,0),.3)
  1057. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -7.6,0.5) * CFrame.Angles(-1.1,0,0),.3)
  1058. if Debounces.on == false then break end
  1059. wait()
  1060. end
  1061. for i = 1,20 do
  1062. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(5,4,-1) * CFrame.Angles(1.55,0,-1.3),.3)
  1063. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-5,4,-1) * CFrame.Angles(1.55,0,1.3),.3)
  1064. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(-0.4,0,0),.3)
  1065. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -8, 0) * CFrame.Angles(-0.5,0,0),.3)
  1066. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -3.3,-3.5) *CFrame.Angles(0.5,0,0),.3)
  1067. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -7.6,0.5) * CFrame.Angles(-1.1,0,0),.3)
  1068. if Debounces.on == false then break end
  1069. wait()
  1070. end
  1071. local partasdeff = Instance.new("ParticleEmitter",hit.Parent.Torso)
  1072. partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(1, 0, 0))
  1073. partasdeff.LightEmission = .1
  1074. partasdeff.Size = NumberSequence.new(0.2)
  1075. partasdeff.Texture = "http://www.roblox.com/asset/?ID=380529823"
  1076. aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
  1077. bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
  1078. partasdeff.Transparency = bbb
  1079. partasdeff.Size = aaa
  1080. partasdeff.ZOffset = .9
  1081. partasdeff.Acceleration = Vector3.new(0, -5, 0)
  1082. partasdeff.LockedToPart = false
  1083. partasdeff.EmissionDirection = "Top"
  1084. partasdeff.Lifetime = NumberRange.new(1, 2)
  1085. partasdeff.Rate = 1000
  1086. partasdeff.Rotation = NumberRange.new(-100, 100)
  1087. partasdeff.RotSpeed = NumberRange.new(-100, 100)
  1088. partasdeff.Speed = NumberRange.new(10)
  1089. partasdeff.VelocitySpread = 300
  1090. partasdeff.Enabled = true
  1091. wait(1.5)
  1092. hit.Parent:BreakJoints()
  1093. We:remove()
  1094. partasdeff.Enabled = false
  1095. if Debounces.CanAttack == false then
  1096. Debounces.CanAttack = true
  1097. Debounces.on = false
  1098. Debounces.NoIdl = false
  1099. end
  1100. wait(3)
  1101. DD = false
  1102. end
  1103. end
  1104. end)
  1105. wait(5)
  1106. if Debounces.CanAttack == false then
  1107. Debounces.CanAttack = true
  1108. Debounces.on = false
  1109. Debounces.NoIdl = false
  1110. end
  1111. end
  1112. end
  1113. end)
  1114. mouse.KeyDown:connect(function(key)
  1115. if key == "r" then
  1116. if Debounces.CanAttack == true then
  1117. Debounces.CanAttack = false
  1118. Debounces.on = true
  1119. Debounces.NoIdl = true
  1120. for i = 1,20 do
  1121. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.6,1,0) * CFrame.Angles(0.5,0,0),.3)
  1122. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.6,1,0) * CFrame.Angles(-0.5,0,0),.3)
  1123. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(0,0,0),.3)
  1124. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(-0.5,0,0),.3)
  1125. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -8.8, -2) *CFrame.Angles(0.5,0,0),.3)
  1126. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -7.6, 1.2) * CFrame.Angles(-1.5,0,0),.3)
  1127. if Debounces.on == false then break end
  1128. wait()
  1129. end
  1130. local HitBox = Instance.new("Part",char)
  1131. HitBox.Size = Vector3.new(5,5,5)
  1132. HitBox.CanCollide = false
  1133. HitBox.Transparency = math.huge
  1134. local HitBox2 = Instance.new("Weld",HitBox)
  1135. HitBox2.Part0 = rleg
  1136. HitBox2.Part1 = HitBox
  1137. HitBox2.C0 = CFrame.new(0,-1.1,0)
  1138. local SFXZ = Instance.new("Sound",torso)
  1139. SFXZ.SoundId = "rbxassetid://169259383"
  1140. SFXZ.Volume = math.huge
  1141. SFXZ.Pitch = 0.5
  1142. SFXZ.Looped = false
  1143. wait(0.01)
  1144. SFXZ:Play()
  1145. HitBox.Touched:connect(function(hit)
  1146. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil then
  1147. local SFXZ = Instance.new("Sound",torso)
  1148. SFXZ.SoundId = "rbxassetid://743886825"
  1149. SFXZ.Volume = 1
  1150. SFXZ.Pitch = 0.5
  1151. SFXZ.Looped = false
  1152. SFXZ:Play()
  1153. HitBox:remove()
  1154. hit.Parent.Humanoid:TakeDamage(44)
  1155. hit.Parent.Humanoid.PlatformStand = true
  1156. local Fl = Instance.new("BodyVelocity",hit.Parent.Torso)
  1157. Fl.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1158. Fl.velocity = rleg.CFrame.lookVector*350
  1159. wait(0.1)
  1160. Fl:remove()
  1161. end
  1162. end)
  1163. for i = 1,20 do
  1164. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.6,1,0) * CFrame.Angles(-0.5,0,0),.3)
  1165. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.6,1,0) * CFrame.Angles(0.5,0,0),.3)
  1166. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0) * CFrame.Angles(0,0,0),.3)
  1167. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(0.5,0,0),.3)
  1168. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -8.8, 2) *CFrame.Angles(-0.5,0,0),.3)
  1169. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -7.6, -1.2) * CFrame.Angles(1.5,0,0),.3)
  1170. if Debounces.on == false then break end
  1171. wait()
  1172. end
  1173. if Debounces.CanAttack == false then
  1174. Debounces.CanAttack = true
  1175. Debounces.on = false
  1176. Debounces.NoIdl = false
  1177. HitBox:remove()
  1178. end
  1179. end
  1180. end
  1181. end)
  1182. ----------------------------------------------------
  1183. mouse.KeyDown:connect(function(key)
  1184. if string.byte(key) == 48 then
  1185. char.Humanoid.WalkSpeed = 34
  1186. end
  1187. end)
  1188. mouse.KeyUp:connect(function(key)
  1189. if string.byte(key) == 48 then
  1190. char.Humanoid.WalkSpeed = 5
  1191. end
  1192. end)
  1193. ----------------------------------------------------
  1194. local animpose = "Idle"
  1195. local lastanimpose = "Idle"
  1196. local sine = 0
  1197. local change = 1
  1198. local val = 0
  1199. local ffing = false
  1200. ----------------------------------------------------
  1201. local x = Instance.new("Sound", char.Torso)
  1202. x.SoundId = "http://www.roblox.com/asset/?id=273962540"
  1203. x.Looped = true
  1204. x.Volume = 1
  1205. x.Pitch = 1
  1206. local footsteps = false
  1207. -------------------------------
  1208. game:GetService("RunService").RenderStepped:connect(function()
  1209. rarm.BrickColor = ASD
  1210. larm.BrickColor = ASD
  1211. rleg.BrickColor = ASD
  1212. lleg.BrickColor = ASD
  1213. hed.BrickColor = ASD
  1214. torso.BrickColor = ASD
  1215. --[[if char.Humanoid.Jump == true then
  1216. jump = true
  1217. else
  1218. jump = false
  1219. end]]
  1220. char.Humanoid.FreeFalling:connect(function(f)
  1221. if f then
  1222. ffing = true
  1223. else
  1224. ffing = false
  1225. end
  1226. end)
  1227. sine = sine + change
  1228. if jumpn == true then
  1229. animpose = "Jumping"
  1230. elseif ffing == true then
  1231. animpose = "Freefalling"
  1232. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  1233. animpose = "Idle"
  1234. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  1235. animpose = "Walking"
  1236. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  1237. animpose = "Running"
  1238. end
  1239. if animpose ~= lastanimpose then
  1240. sine = 0
  1241. if Debounces.NoIdl == false then
  1242. if animpose == "Idle" then
  1243. for i = 1, 2 do
  1244. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(8,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  1245. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-8,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  1246. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  1247. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1248. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-3, -8.8, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  1249. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(3, -8.8, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  1250. end
  1251. elseif animpose == "Walking" then
  1252. for i = 1, 2 do
  1253. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.3, .9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  1254. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  1255. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
  1256. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  1257. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -8.8, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  1258. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -8.8, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  1259. end
  1260. elseif animpose == "Running" then
  1261. for i = 1, 2 do
  1262. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.8, 0.9, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  1263. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.8, 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)
  1264. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  1265. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.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)
  1266. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -8.8-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  1267. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -8.8+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  1268. end
  1269. wait()
  1270. end
  1271. else
  1272. end
  1273. end
  1274. lastanimpose = animpose
  1275. if Debounces.NoIdl == false then
  1276. if animpose == "Idle" then
  1277. if stanceToggle == "Normal" then
  1278. change = 0.5
  1279. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(8,1,0)*CFrame.new(0,0-.3*math.sin(tick()*1),0)*CFrame.Angles(0,0,0)*CFrame.Angles(0,0,0.3),.2)
  1280. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-8,1,0)*CFrame.new(0,0-.3*math.sin(tick()*1),0)*CFrame.Angles(0,0,0)*CFrame.Angles(0,0,-0.3),.2)
  1281. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,-.2)*CFrame.Angles(0-.1*math.sin(tick()*1),0,0)*CFrame.Angles(-0.3,0,0), 0.2)
  1282. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(0, 0, 0), 0.2)
  1283. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-3, -8.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  1284. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(3, -8.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  1285. elseif stanceToggle == "Sitting" then
  1286. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
  1287. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2, .9, -1)*CFrame.Angles(math.rad(78+1*math.cos(sine/14)), math.rad(0), math.rad(50)), 0.2)
  1288. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
  1289. 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)
  1290. 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)
  1291. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
  1292. end
  1293. elseif animpose == "Walking" then
  1294. if stanceToggle == "Normal" then
  1295. change = 1
  1296. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.6,0.8,0)*CFrame.Angles(0-.2*math.sin(tick()*2.5),0,0.2),.3)
  1297. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.6,0.8,0)*CFrame.Angles(0+.2*math.sin(tick()*2.5),0,-0.2),.3)
  1298. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0)*CFrame.Angles(-0.2,0,0),.3)
  1299. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0,-1.8,0)*CFrame.new(0,0-.1*math.sin(tick()*2),0)*CFrame.Angles(0,0,0),.3)
  1300. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -8.8-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + -math.sin(sine/14)/2.3, 0, 0), .4)
  1301. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -8.8+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + math.sin(sine/14)/2.3, 0, 0), .4)
  1302. end
  1303. elseif animpose == "Running" then
  1304. change = 1
  1305. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(7.7,0.5,0)*CFrame.Angles(0-.5*math.sin(tick()*7),0,0),.3)
  1306. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-7.7,0.5,0)*CFrame.Angles(0+.5*math.sin(tick()*7),0,0),.3)
  1307. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,7.5,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  1308. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.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)
  1309. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-2.5, -8.8-0.80*math.cos(sine/6)/2.4, -.15 + math.sin(sine/6)/1.5) * CFrame.Angles(math.rad(-10) + -math.sin(sine/6)/1.7, 0, 0), .4)
  1310. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(2.5, -8.8+0.80*math.cos(sine/6)/2.4, -.15 + -math.sin(sine/6)/1.5) * CFrame.Angles(math.rad(-10) + math.sin(sine/6)/1.7, 0, 0), .4)
  1311. end
  1312. end
  1313. if animpose == "Walking" then
  1314. if footsteps == false then
  1315. x:Play()
  1316. footsteps = true
  1317. end
  1318. x.Pitch = 1.1
  1319. elseif animpose == "Idle" then
  1320. x:Stop()
  1321. footsteps = false
  1322. elseif animpose == "Running" then
  1323. x.Pitch = 1.2
  1324. if footsteps == false then
  1325. x:Play()
  1326. footsteps = true
  1327. end
  1328. end
  1329. end)
  1330. end)
  1331.  
  1332. TextButton.Parent = Frame
  1333. TextButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  1334. TextButton.BorderSizePixel = 0
  1335. TextButton.Position = UDim2.new(0.219178081, 0, 0.586872578, 0)
  1336. TextButton.Size = UDim2.new(0, 121, 0, 50)
  1337. TextButton.Font = Enum.Font.SourceSans
  1338. TextButton.Text = "False Pure Blade"
  1339. TextButton.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  1340. TextButton.TextScaled = true
  1341. TextButton.TextSize = 14
  1342. TextButton.TextWrapped = true
  1343.  
  1344. TextButton.MouseButton1Down:connect(function()
  1345. --[[False pure by grgrgry21.
  1346. A
  1347. A A
  1348. A C A
  1349. A A
  1350. A
  1351. Since i cant git a gud names, so ill just
  1352. ]]--
  1353. wait(1 / 60)
  1354. Effects = { }
  1355. local Player = game.Players.localPlayer
  1356. local Character = Player.Character
  1357. local Humanoid = Character.Humanoid
  1358. local Mouse = Player:GetMouse()
  1359. local LeftArm = Character["Left Arm"]
  1360. local RightArm = Character["Right Arm"]
  1361. local LeftLeg = Character["Left Leg"]
  1362. local RightLeg = Character["Right Leg"]
  1363. local Head = Character.Head
  1364. local Torso = Character.Torso
  1365. local Camera = game.Workspace.CurrentCamera
  1366. local RootPart = Character.HumanoidRootPart
  1367. local RootJoint = RootPart.RootJoint
  1368. local attack = false
  1369. local Anim = 'Idle'
  1370. local attacktype = 1
  1371. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1372. local velocity = RootPart.Velocity.y
  1373. local sine = 0
  1374. local change = 1
  1375. local doe = 0
  1376. local Create = LoadLibrary("RbxUtility").Create
  1377.  
  1378. local m = Create("Model"){
  1379. Parent = Character,
  1380. Name = "WeaponModel",
  1381. }
  1382.  
  1383. Humanoid.Animator.Parent = nil
  1384. Character.Animate.Parent = nil
  1385.  
  1386. local newMotor = function(part0, part1, c0, c1)
  1387. local w = Create('Motor'){
  1388. Parent = part0,
  1389. Part0 = part0,
  1390. Part1 = part1,
  1391. C0 = c0,
  1392. C1 = c1,
  1393. }
  1394. return w
  1395. end
  1396.  
  1397. function clerp(a, b, t)
  1398. return a:lerp(b, t)
  1399. end
  1400.  
  1401. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  1402. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1403.  
  1404. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  1405. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  1406. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  1407. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  1408. RootJoint.C1 = CFrame.new(0, 0, 0)
  1409. RootJoint.C0 = CFrame.new(0, 0, 0)
  1410. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  1411. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  1412.  
  1413. local rarmc1 = RW.C1
  1414. local larmc1 = LW.C1
  1415. local rlegc1 = RH.C1
  1416. local llegc1 = LH.C1
  1417.  
  1418. local resetc1 = false
  1419.  
  1420. function PlayAnimationFromTable(table, speed, bool)
  1421. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  1422. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  1423. RW.C0 = clerp(RW.C0, table[3], speed)
  1424. LW.C0 = clerp(LW.C0, table[4], speed)
  1425. RH.C0 = clerp(RH.C0, table[5], speed)
  1426. LH.C0 = clerp(LH.C0, table[6], speed)
  1427. if bool == true then
  1428. if resetc1 == false then
  1429. resetc1 = true
  1430. RootJoint.C1 = RootJoint.C1
  1431. Torso.Neck.C1 = Torso.Neck.C1
  1432. RW.C1 = rarmc1
  1433. LW.C1 = larmc1
  1434. RH.C1 = rlegc1
  1435. LH.C1 = llegc1
  1436. end
  1437. end
  1438. end
  1439.  
  1440. ArtificialHB = Create("BindableEvent", script){
  1441. Parent = script,
  1442. Name = "Heartbeat",
  1443. }
  1444.  
  1445. script:WaitForChild("Heartbeat")
  1446.  
  1447. frame = 1 / 30
  1448. tf = 0
  1449. allowframeloss = false
  1450. tossremainder = false
  1451. lastframe = tick()
  1452. script.Heartbeat:Fire()
  1453.  
  1454. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1455. tf = tf + s
  1456. if tf >= frame then
  1457. if allowframeloss then
  1458. script.Heartbeat:Fire()
  1459. lastframe = tick()
  1460. else
  1461. for i = 1, math.floor(tf / frame) do
  1462. script.Heartbeat:Fire()
  1463. end
  1464. lastframe = tick()
  1465. end
  1466. if tossremainder then
  1467. tf = 0
  1468. else
  1469. tf = tf - frame * math.floor(tf / frame)
  1470. end
  1471. end
  1472. end)
  1473.  
  1474. function swait(num)
  1475. if num == 0 or num == nil then
  1476. ArtificialHB.Event:wait()
  1477. else
  1478. for i = 0, num do
  1479. ArtificialHB.Event:wait()
  1480. end
  1481. end
  1482. end
  1483.  
  1484. function RemoveOutlines(part)
  1485. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  1486. end
  1487.  
  1488. CFuncs = {
  1489. ["Part"] = {
  1490. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1491. local Part = Create("Part"){
  1492. Parent = Parent,
  1493. Reflectance = Reflectance,
  1494. Transparency = Transparency,
  1495. CanCollide = false,
  1496. Locked = true,
  1497. BrickColor = BrickColor.new(tostring(BColor)),
  1498. Name = Name,
  1499. Size = Size,
  1500. Material = Material,
  1501. }
  1502. RemoveOutlines(Part)
  1503. return Part
  1504. end;
  1505. };
  1506.  
  1507. ["Mesh"] = {
  1508. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1509. local Msh = Create(Mesh){
  1510. Parent = Part,
  1511. Offset = OffSet,
  1512. Scale = Scale,
  1513. }
  1514. if Mesh == "SpecialMesh" then
  1515. Msh.MeshType = MeshType
  1516. Msh.MeshId = MeshId
  1517. end
  1518. return Msh
  1519. end;
  1520. };
  1521.  
  1522. ["Mesh"] = {
  1523. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1524. local Msh = Create(Mesh){
  1525. Parent = Part,
  1526. Offset = OffSet,
  1527. Scale = Scale,
  1528. }
  1529. if Mesh == "SpecialMesh" then
  1530. Msh.MeshType = MeshType
  1531. Msh.MeshId = MeshId
  1532. end
  1533. return Msh
  1534. end;
  1535. };
  1536.  
  1537. ["Weld"] = {
  1538. Create = function(Parent, Part0, Part1, C0, C1)
  1539. local Weld = Create("Weld"){
  1540. Parent = Parent,
  1541. Part0 = Part0,
  1542. Part1 = Part1,
  1543. C0 = C0,
  1544. C1 = C1,
  1545. }
  1546. return Weld
  1547. end;
  1548. };
  1549.  
  1550. ["Sound"] = {
  1551. Create = function(id, par, vol, pit)
  1552. coroutine.resume(coroutine.create(function()
  1553. local S = Create("Sound"){
  1554. Volume = vol,
  1555. Pitch = pit or 1,
  1556. SoundId = id,
  1557. Parent = par or workspace,
  1558. }
  1559. wait()
  1560. S:play()
  1561. game:GetService("Debris"):AddItem(S, 6)
  1562. end))
  1563. end;
  1564. };
  1565.  
  1566. ["ParticleEmitter"] = {
  1567. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  1568. local fp = Create("ParticleEmitter"){
  1569. Parent = Parent,
  1570. Color = ColorSequence.new(Color1, Color2),
  1571. LightEmission = LightEmission,
  1572. Size = Size,
  1573. Texture = Texture,
  1574. Transparency = Transparency,
  1575. ZOffset = ZOffset,
  1576. Acceleration = Accel,
  1577. Drag = Drag,
  1578. LockedToPart = LockedToPart,
  1579. VelocityInheritance = VelocityInheritance,
  1580. EmissionDirection = EmissionDirection,
  1581. Enabled = Enabled,
  1582. Lifetime = LifeTime,
  1583. Rate = Rate,
  1584. Rotation = Rotation,
  1585. RotSpeed = RotSpeed,
  1586. Speed = Speed,
  1587. VelocitySpread = VelocitySpread,
  1588. }
  1589. return fp
  1590. end;
  1591. };
  1592.  
  1593. CreateTemplate = {
  1594.  
  1595. };
  1596. }
  1597. --
  1598.  
  1599. New = function(Object, Parent, Name, Data)
  1600. local Object = Instance.new(Object)
  1601. for Index, Value in pairs(Data or {}) do
  1602. Object[Index] = Value
  1603. end
  1604. Object.Parent = Parent
  1605. Object.Name = Name
  1606. return Object
  1607. end
  1608.  
  1609. FalsePure = New("Model",Character,"FalsePure",{})
  1610. Handle = New("Part",FalsePure,"Handle",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.299999982, 1.70000005, 0.299999982),CFrame = CFrame.new(-48.2500916, -1.57008398, -61.3999672, -9.0876497e-28, -0.999992251, -2.19723599e-41, 1, 1.11071278e-27, 4.5236298e-26, 4.56401948e-26, 2.19723599e-41, 0.999992251),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1611. Mesh = New("CylinderMesh",Handle,"Mesh",{})
  1612. moter = New("Motor",Handle,"mot",{Part0 = RightArm,Part1 = Handle,})
  1613.  
  1614. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.5, 0.200000003),CFrame = CFrame.new(-47.2715149, -1.36338556, -61.3999634, 2.56239254e-32, 0.49999404, -0.86601758, -2.22388375e-11, 0.866026103, 0.499999374, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
  1615. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1616. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.562414e-32, -2.22388375e-11, 0.99999845, 0.499998689, 0.866026103, -1.49011612e-08, -0.866025686, 0.499999374, 1.49011612e-08),C1 = CFrame.new(0.206698418, -0.97858429, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1617. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Pearl"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1, 0.200000003),CFrame = CFrame.new(-47.0317993, -1.31070983, -61.3999672, 2.56235346e-32, 0.819148004, -0.573563516, -2.22384975e-11, 0.573569715, 0.819156826, 0.999989152, -1.49010226e-08, 3.12455703e-21),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.905882, 0.905882, 0.92549),})
  1618. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.99000001, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1619. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56237491e-32, -2.22384975e-11, 0.99999845, 0.819155574, 0.573569715, -1.49011612e-08, -0.573568881, 0.819156826, 3.12454148e-21),C1 = CFrame.new(0.259374142, -1.21829987, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1620. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Mid gray"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1.29999995, 0.300000012),CFrame = CFrame.new(-46.8144493, -1.42025173, -61.3999634, 2.56235434e-32, 0.965918303, -0.258805573, -2.22385062e-11, 0.258808374, 0.965928674, 0.999989152, 9.87187756e-22, 7.45051132e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.803922, 0.803922, 0.803922),})
  1621. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.980000019, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1622. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56237579e-32, -2.22385062e-11, 0.99999845, 0.965927303, 0.258808374, 9.87182809e-22, -0.258807957, 0.965928674, 7.4505806e-09),C1 = CFrame.new(0.149832249, -1.43565369, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1623. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Ghost grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1.79999995, 0.400000006),CFrame = CFrame.new(-46.5558586, -1.79347599, -61.3999672, 2.56234846e-32, 0.984803557, 0.173662081, -2.22384541e-11, -0.173657477, 0.984803081, 0.999989152, -2.98020453e-08, -3.72525566e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.792157, 0.796079, 0.819608),})
  1624. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.970000029, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1625. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56236992e-32, -2.22384541e-11, 0.99999845, 0.984812737, -0.173657477, -2.98023224e-08, 0.173663691, 0.984803081, -3.7252903e-09),C1 = CFrame.new(-0.22339201, -1.69424438, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1626. Spike = New("Part",FalsePure,"Spike",{Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1.39999998, 0.600000024),CFrame = CFrame.new(-46.9159698, -2.03096008, -61.3999634, 2.5622988e-32, 0.76603353, 0.642783761, -2.22380222e-11, -0.642790675, 0.766041875, 0.999989152, -2.45183341e-21, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  1627. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.959999979, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1628. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56232025e-32, -2.22380222e-11, 0.99999845, 0.766040683, -0.642790675, -2.45182129e-21, 0.642789781, 0.766041875, -1.49011612e-08),C1 = CFrame.new(-0.460876107, -1.33413315, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1629. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.600000024, 0.400000006),CFrame = CFrame.new(-47.6331177, -1.78969467, -61.3999634, 2.56239989e-32, -0.500006378, 0.866009593, -2.22389e-11, -0.866019011, -0.500011802, 0.999989152, 1.49010226e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
  1630. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1631. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56242134e-32, -2.22389e-11, 0.99999845, -0.500011027, -0.866019011, 1.49011612e-08, 0.866017699, -0.500011802, -1.49011612e-08),C1 = CFrame.new(-0.219610691, -0.616977692, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1632. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.899999976, 0.200000003),CFrame = CFrame.new(-47.3447189, -1.0901736, -61.3999634, -4.32129639e-07, 0.499998748, 0.866015792, 1.97440386e-07, 0.866032064, -0.500000596, -0.999988616, -1.49010226e-08, 2.38416362e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
  1633. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1634. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.32133675e-07, 1.97440386e-07, -0.999997914, 0.500003397, 0.866032064, -1.49011612e-08, 0.866023898, -0.500000596, 2.38418579e-07),C1 = CFrame.new(0.479910374, -0.905380249, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1635. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.799999952, 0.700000048),CFrame = CFrame.new(-47.1315651, -2.19225883, -61.3999634, 2.56218683e-32, 0.258823365, 0.965913594, -2.22370507e-11, -0.965924084, 0.258826047, 0.999989152, -7.45051132e-09, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1636. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1637. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56220829e-32, -2.22370507e-11, 0.99999845, 0.258825749, -0.965924084, -7.4505806e-09, 0.965922594, 0.258826047, -1.49011612e-08),C1 = CFrame.new(-0.622174859, -1.11853409, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1638. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.799999952, 0.50000006),CFrame = CFrame.new(-47.4304199, -2.16611481, -61.3999672, 2.56216891e-32, -0.0871449262, 0.996184826, -2.22368964e-11, -0.996195555, -0.0871458799, 0.999989152, 1.86262783e-09, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1639. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.939999998, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1640. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56219036e-32, -2.22368964e-11, 0.99999845, -0.0871457383, -0.996195555, 1.86264515e-09, 0.996194124, -0.0871458799, -1.49011612e-08),C1 = CFrame.new(-0.596030831, -0.81967926, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1641. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.1660652, -1.31189001, -61.400013, -0.499992728, -3.07613039e-41, 0.866017044, 0.866026521, 6.34114992e-26, 0.499998152, 7.45051132e-09, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1642. Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1643. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.499997377, 0.866026521, 7.4505806e-09, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.86602515, 0.499998152, -1.49011612e-08),C1 = CFrame.new(0.25819397, 1.91598892, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1644. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.9985733, -1.21866977, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1645. Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1646. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.351414204, 1.74849701, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1647. Spike1 = New("Part",FalsePure,"Spike1",{BrickColor = BrickColor.new("Mid gray"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.29999995, 0.300000012),CFrame = CFrame.new(-46.7762184, -0.933160663, -61.3999634, 2.56235052e-32, 0.819151461, -0.573560953, -2.22384715e-11, 0.573570251, 0.819157362, 0.999989152, -1.49010226e-08, 3.12455905e-21),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.803922, 0.803922, 0.803922),})
  1648. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1649. mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56237197e-32, -2.22384715e-11, 0.99999845, 0.819159031, 0.573570251, -1.49011612e-08, -0.573566318, 0.819157362, 3.1245435e-21),C1 = CFrame.new(0.636923313, -1.47388458, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1650. Spike1 = New("Part",FalsePure,"Spike1",{BrickColor = BrickColor.new("Ghost grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.29999995, 0.300000012),CFrame = CFrame.new(-46.6636124, -1.2150687, -61.3999634, 2.56232055e-32, 0.939684093, -0.342011541, -2.2238213e-11, 0.342015177, 0.939694345, 0.999989152, -1.49010226e-08, 7.45051132e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.792157, 0.796079, 0.819608),})
  1651. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.589999974, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1652. mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.562342e-32, -2.2238213e-11, 0.99999845, 0.939692795, 0.342015177, -1.49011612e-08, -0.34201473, 0.939694345, 7.4505806e-09),C1 = CFrame.new(0.355015278, -1.58649063, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1653. Spike1 = New("Part",FalsePure,"Spike1",{Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.89999998, 0.400000006),CFrame = CFrame.new(-46.1350174, -1.52016199, -61.3999634, 2.56231849e-32, 0.996179581, -0.0871494189, -2.22381939e-11, 0.0871487409, 0.996193051, 0.999989152, -2.98020453e-08, 3.79983671e-21),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  1654. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.579999983, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1655. mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56233994e-32, -2.22381939e-11, 0.99999845, 0.996188879, 0.0871487409, -2.98023224e-08, -0.087150231, 0.996193051, 3.79981772e-21),C1 = CFrame.new(0.0499219894, -2.11508942, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1656. Spike1 = New("Part",FalsePure,"Spike1",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.29999995, 0.5),CFrame = CFrame.new(-46.186203, -2.07315493, -61.3999672, 2.56230644e-32, 0.906295478, 0.422622353, -2.22380898e-11, -0.422626913, 0.906305313, 0.999989152, -1.49010226e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1657. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.569999993, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1658. mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56232789e-32, -2.22380898e-11, 0.99999845, 0.906303942, -0.422626913, -1.49011612e-08, 0.422626287, 0.906305313, -1.49011612e-08),C1 = CFrame.new(-0.503070951, -2.06390381, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1659. Spike1 = New("Part",FalsePure,"Spike1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.899999976, 0.400000006),CFrame = CFrame.new(-46.543129, -2.34609985, -61.3999634, 2.56227206e-32, 0.766030967, 0.642786801, -2.22377915e-11, -0.642793834, 0.766039252, 0.999989152, -2.98020453e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1660. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.560000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1661. mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56229351e-32, -2.22377915e-11, 0.99999845, 0.76603812, -0.642793834, -2.98023224e-08, 0.642792821, 0.766039252, -1.49011612e-08),C1 = CFrame.new(-0.776015878, -1.70697403, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1662. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-49.1000824, -2.3200841, -61.3999557, 2.10534122e-38, 0.258817434, 0.965918183, -1.82988151e-17, -0.965925455, 0.258820117, 0.999989152, -3.68438483e-21, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1663. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1664. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.10799528e-38, -1.82988151e-17, 0.99999845, 0.258819818, -0.965925455, -3.68436665e-21, 0.965927184, 0.258820117, -2.98023224e-08),C1 = CFrame.new(-0.750000119, 0.849998474, 1.14440918e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1665. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-48.8800812, -2.30008411, -61.3999596, -3.53375658e-37, 0.573572159, 0.819137514, 3.06665685e-16, -0.819146335, 0.573578417, 0.999989152, -1.49010226e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1666. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1667. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -3.53352205e-37, 3.06665685e-16, 0.99999845, 0.573577523, -0.819146335, -1.49011612e-08, 0.819145083, 0.573578417, -1.49011612e-08),C1 = CFrame.new(-0.730000138, 0.629993439, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1668. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-48.7000809, -2.28008413, -61.3999557, 3.77781008e-37, 0.642786145, 0.766030967, -3.27900298e-16, -0.766039252, 0.642793119, 0.999989152, -1.49010226e-08, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1669. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1670. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.77810469e-37, -3.27900298e-16, 0.99999845, 0.642792165, -0.766039252, -1.49011612e-08, 0.76603812, 0.642793119, -2.98023224e-08),C1 = CFrame.new(-0.710000157, 0.449993134, 1.14440918e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1671. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-48.5000839, -2.28008413, -61.3999596, 3.94482692e-37, 0.707106113, 0.70709604, -3.42395599e-16, -0.70710361, 0.707113743, 0.999989152, -2.69714618e-21, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1672. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1673. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.94512332e-37, -3.42395599e-16, 0.99999845, 0.70711267, -0.70710361, -2.69713265e-21, 0.707102597, 0.707113743, -1.49011612e-08),C1 = CFrame.new(-0.710000157, 0.249996185, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1674. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-48.10009, -2.2700839, -61.3999557, 3.54706577e-37, 0.819147587, 0.573563874, -3.07874189e-16, -0.573570073, 0.819156349, 0.999989152, -1.49010226e-08, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1675. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1676. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.54735904e-37, -3.07874189e-16, 0.99999845, 0.819155157, -0.573570073, -1.49011612e-08, 0.573569238, 0.819156349, -2.98023224e-08),C1 = CFrame.new(-0.699999928, -0.150001526, 1.14440918e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1677. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-48.3000908, -2.28008413, -61.3999596, 3.85266184e-37, 0.766038358, 0.642772079, -3.34396643e-16, -0.642779052, 0.766046643, 0.999989152, -1.49010226e-08, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1678. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1679. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.85295734e-37, -3.34396643e-16, 0.99999845, 0.766045511, -0.642779052, -1.49011612e-08, 0.642778099, 0.766046643, -2.98023224e-08),C1 = CFrame.new(-0.710000157, 0.0499992371, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1680. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.600000024, 0.300000012),CFrame = CFrame.new(-49.3245049, -2.33649302, -61.3999557, 2.10534122e-38, 0.258817434, 0.965918183, -1.82988151e-17, -0.965925455, 0.258820117, 0.999989152, -3.68438483e-21, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1681. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1682. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.10799528e-38, -1.82988151e-17, 0.99999845, 0.258819818, -0.965925455, -3.68436665e-21, 0.965927184, 0.258820117, -2.98023224e-08),C1 = CFrame.new(-0.766409039, 1.07442093, 1.14440918e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1683. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1, 0.300000012),CFrame = CFrame.new(-49.5315628, -1.56375158, -61.3999596, 2.2914048e-32, -0.258820981, 0.965923369, -1.98869497e-11, 0.96592772, 0.258822888, -0.999992132, 3.68439371e-21, 9.8724309e-22),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1684. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1685. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.29142376e-32, -1.98869497e-11, -1.00000143, -0.258823365, 0.96592772, 3.68437554e-21, 0.965932369, 0.258822888, 9.87238143e-22),C1 = CFrame.new(0.00633239746, 1.2814827, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1686. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.299999982, 0.200000003, 2),CFrame = CFrame.new(-48.3000908, -2.12008476, -61.3999672, -3.07613039e-41, -1.31265848e-27, -0.999989152, 6.34114992e-26, 1, 1.514606e-27, 0.999989152, 6.3815396e-26, 3.07613039e-41),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1687. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.939999998, 1, 1),})
  1688. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42),C1 = CFrame.new(-0.550000787, 0.0499992371, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1689. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Pearl"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1, 0.899999976),CFrame = CFrame.new(-49.5889854, -1.59543979, -61.3999672, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.905882, 0.905882, 0.92549),})
  1690. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.939999998, 1, 1),})
  1691. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0253558159, 1.33890533, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1692. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.399999976),CFrame = CFrame.new(-49.3000793, -1.5600847, -61.3999672, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1693. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),})
  1694. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.00999927521, 1.04999542, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1695. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.5, 0.300000012),CFrame = CFrame.new(-48.891571, -1.57008398, -61.5652542, 0.258816898, 0.965915024, -1.15221493e-21, -3.38608423e-21, 2.1001722e-21, 1, 0.965915024, -0.258816898, 3.81435841e-21),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1696. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1697. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.258819282, -3.38613654e-21, 0.965924025, 0.965924025, 2.10018734e-21, -0.258819282, -1.15222443e-21, 1, 3.81433943e-21),C1 = CFrame.new(0, 0.641483307, -0.165287018, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1698. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.5, 0.300000012),CFrame = CFrame.new(-48.8915672, -1.57008398, -61.2346611, -0.258816838, 0.965915024, -1.15221524e-21, -3.98252084e-21, 1.2575469e-22, 1, 0.965915024, 0.258816838, 3.81435841e-21),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1699. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1700. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.258819222, -3.98257375e-21, 0.965924025, 0.965924025, 1.25741752e-22, 0.258819222, -1.15222473e-21, 1, 3.81433943e-21),C1 = CFrame.new(0, 0.641479492, 0.165306091, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1701. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.899999976, 0.300000012),CFrame = CFrame.new(-49.0692291, -1.4620899, -61.5276108, 0.249998212, 0.933002472, -0.258816272, 0.066987969, 0.249999866, 0.965925872, 0.965915084, -0.258817375, -4.32129639e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1702. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1703. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.250000536, 0.066987969, 0.965924084, 0.933011115, 0.249999866, -0.258819759, -0.258818656, 0.965925872, -4.32133675e-07),C1 = CFrame.new(0.10799408, 0.819145203, -0.127643585, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1704. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.899999976, 0.300000012),CFrame = CFrame.new(-49.0692291, -1.4620899, -61.2723122, -0.249998212, 0.933002472, -0.258816302, -0.066987969, 0.249999866, 0.965925872, 0.965915084, 0.258817315, 4.32129639e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1705. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1706. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.250000536, -0.066987969, 0.965924084, 0.933011115, 0.249999866, 0.258819699, -0.258818686, 0.965925872, 4.32133675e-07),C1 = CFrame.new(0.10799408, 0.819145203, 0.127655029, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1707. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.899999976, 0.300000012),CFrame = CFrame.new(-49.0692291, -1.74534357, -61.5276108, 0.249998212, 0.933002472, 0.258816272, -0.066987969, -0.249999866, 0.965925872, 0.965915084, -0.258817375, 4.32129639e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1708. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1709. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.250000536, -0.066987969, 0.965924084, 0.933011115, -0.249999866, -0.258819759, 0.258818656, 0.965925872, 4.32133675e-07),C1 = CFrame.new(-0.17525959, 0.819145203, -0.127643585, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1710. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.899999976, 0.300000012),CFrame = CFrame.new(-49.0692215, -1.74534357, -61.272316, -0.249998212, 0.933002472, 0.258816302, 0.066987969, -0.249999866, 0.965925872, 0.965915084, 0.258817315, -4.32129639e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1711. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1712. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.250000536, 0.066987969, 0.965924084, 0.933011115, -0.249999866, 0.258819699, 0.258818686, 0.965925872, -4.32133675e-07),C1 = CFrame.new(-0.17525959, 0.819137573, 0.127651215, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1713. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.4570084, -1.20501173, -61.3999519, 9.94172951e-33, 0.173643827, 0.984797597, -8.62836018e-12, 0.984808266, -0.173645705, -0.999989152, -7.45051132e-09, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1714. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
  1715. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 9.94181106e-33, -8.62836018e-12, -0.99999845, 0.173645437, 0.984808266, -7.4505806e-09, 0.984806776, -0.173645705, -1.49011612e-08),C1 = CFrame.new(0.36507225, 1.20692444, 1.52587891e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1716. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.4270134, -1.28501165, -61.3999596, 9.94170013e-33, 0.499994725, 0.86602062, -8.62833503e-12, 0.866030037, -0.50000155, -0.999989152, 3.3033484e-21, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1717. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
  1718. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 9.94178168e-33, -8.62833503e-12, -0.99999845, 0.499999374, 0.866030037, 3.30333184e-21, 0.866028726, -0.50000155, -1.49011612e-08),C1 = CFrame.new(0.285072327, 1.17692947, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1719. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.5843773, -1.58256567, -61.3999519, 3.07613039e-41, -0.996183991, 0.0871540308, -6.34114992e-26, 0.087154977, 0.99619478, -0.999989152, 1.49010226e-08, -1.86262783e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1720. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
  1721. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.99619329, 0.087154977, 1.49011612e-08, 0.0871548429, 0.99619478, -1.86264515e-09),C1 = CFrame.new(-0.0124816895, 1.33429718, 1.52587891e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1722. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.5872993, -1.51570499, -61.3999519, 3.07613039e-41, -0.906298041, 0.422613382, -6.34114992e-26, 0.422617942, 0.906307876, -0.999989152, 2.98020453e-08, -7.45051132e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1723. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
  1724. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.906306505, 0.422617942, 2.98023224e-08, 0.422617316, 0.906307876, -7.4505806e-09),C1 = CFrame.new(0.0543789864, 1.33721924, 1.52587891e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1725. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.5385818, -1.63532388, -61.3999596, 3.07613039e-41, -0.996183753, -0.0871565193, -6.34114992e-26, -0.0871574655, 0.996194541, -0.999989152, 1.49010226e-08, 1.86262783e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1726. Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
  1727. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.996193051, -0.0871574655, 1.49011612e-08, -0.0871573314, 0.996194541, 1.86264515e-09),C1 = CFrame.new(-0.0652399063, 1.28850174, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1728. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 1.39999986),CFrame = CFrame.new(-49.9999962, -2.07008791, -61.400013, -3.07613039e-41, -1.31265848e-27, -0.999989152, 6.34114992e-26, 1, 1.514606e-27, 0.999989152, 6.3815396e-26, 3.07613039e-41),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1729. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.95, 1, 1),})
  1730. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42),C1 = CFrame.new(-0.500003934, 1.74991989, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1731. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.999999821),CFrame = CFrame.new(-50.9474716, -1.76260078, -61.400013, -3.07613039e-41, 0.707099676, -0.707098484, 6.34114992e-26, 0.707106173, 0.707107246, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1732. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.939999998, 1, 1),})
  1733. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707106233, 0.707106173, -1.49011612e-08, -0.707105041, 0.707107246, 1.49011612e-08),C1 = CFrame.new(-0.192516804, 2.69740295, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1734. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000036, 0.400000006),CFrame = CFrame.new(-49.5724182, -2.30962276, -61.400013, 3.95174463e-37, 0.258814007, 0.965916097, -3.42995986e-16, -0.965926588, 0.258816779, 0.999989152, -7.45051132e-09, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1735. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1736. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.95204103e-37, -3.42995986e-16, 0.99999845, 0.258816391, -0.965926588, -7.4505806e-09, 0.965925097, 0.258816779, -1.49011612e-08),C1 = CFrame.new(-0.739538789, 1.3223381, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1737. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.10000002, 0.400000006),CFrame = CFrame.new(-50.8254242, -1.19025886, -61.4000092, -1.01326953e-06, 0.906300783, -0.42260763, 4.99359487e-07, 0.42261219, 0.906310678, 0.999989212, 6.85447048e-07, -8.64259277e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1738. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1739. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1.01327896e-06, 4.99359487e-07, 0.99999851, 0.906309247, 0.42261219, 6.85453415e-07, -0.422611564, 0.906310678, -8.64267349e-07),C1 = CFrame.new(0.379825115, 2.57535172, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1740. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.400000006),CFrame = CFrame.new(-51.3866425, -1.57306468, -61.400013, 6.4074402e-07, -0.573573709, 0.819140792, 1.25438112e-06, -0.819149613, -0.573579907, 0.999989212, 1.38579514e-06, 2.0861431e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1741. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1742. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 6.40749931e-07, 1.25438112e-06, 0.99999851, -0.573579073, -0.819149613, 1.38580799e-06, 0.819148362, -0.573579907, 2.08616257e-07),C1 = CFrame.new(-0.00298070908, 3.13657379, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1743. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.699999988, 0.300000012),CFrame = CFrame.new(-51.1934013, -1.82922494, -61.4000168, -1.01326953e-06, 0.173657596, 0.98479414, 4.99310829e-07, -0.98480022, 0.173667192, 0.999989212, 6.63095534e-07, 8.79160325e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1744. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1745. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1.01327896e-06, 4.99310829e-07, 0.99999851, 0.173659205, -0.98480022, 6.63101673e-07, 0.984803319, 0.173667192, 8.7916851e-07),C1 = CFrame.new(-0.259140968, 2.94333267, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1746. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.300000012),CFrame = CFrame.new(-51.2918892, -1.81186092, -61.400013, -1.01326953e-06, -0.173642471, 0.984796643, 4.9929821e-07, -0.984811664, -0.173644006, 0.999989212, 3.24097243e-07, 1.0728736e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1747. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1748. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1.01327896e-06, 4.9929821e-07, 0.99999851, -0.173644081, -0.984811664, 3.24100256e-07, 0.984805822, -0.173644006, 1.07288361e-06),C1 = CFrame.new(-0.241776943, 3.04182053, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1749. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.200000003),CFrame = CFrame.new(-51.4126434, -1.52054298, -61.4000092, -1.01326953e-06, -0.422605842, 0.906299472, 4.9929622e-07, -0.906309307, -0.422610462, 0.999989212, 2.98020453e-08, 1.11757674e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1750. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1751. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1.01327896e-06, 4.9929622e-07, 0.99999851, -0.422609776, -0.906309307, 2.98023224e-08, 0.906307936, -0.422610462, 1.11758709e-06),C1 = CFrame.new(0.0495409966, 3.16257477, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1752. Blade1 = New("Part",FalsePure,"Blade1",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 3.5999999),CFrame = CFrame.new(-51.3999901, -1.37008798, -61.400013, -1.3183416e-41, -5.04870209e-28, -0.999995351, 2.70610414e-26, 1, 7.06818312e-28, 0.999995351, 2.74649381e-26, 1.3183416e-41),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1753. Mesh = New("BlockMesh",Blade1,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),})
  1754. mot = New("Motor",Blade1,"mot",{Part0 = Blade1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42),C1 = CFrame.new(0.199995995, 3.14992142, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1755. Blade2 = New("Part",FalsePure,"Blade2",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.10000002, 0.5),CFrame = CFrame.new(-53.7499657, -1.37008798, -61.4000092, 3.07613039e-41, -0.999989152, -1.31265848e-27, -6.34114992e-26, 1.514606e-27, 1, -0.999989152, 3.07613039e-41, 6.3815396e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1756. Mesh = New("SpecialMesh",Blade2,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1757. mot = New("Motor",Blade2,"mot",{Part0 = Blade2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.99999845, 3.02922588e-28, 4.39447198e-42, -1.00974196e-28, 1, 9.28962602e-27),C1 = CFrame.new(0.199995995, 5.49991608, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1758. Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 1.0999999),CFrame = CFrame.new(-51.3499947, -1.87008798, -61.400013, -3.07613039e-41, -1.31265848e-27, -0.999989152, 6.34114992e-26, 1, 1.514606e-27, 0.999989152, 6.3815396e-26, 3.07613039e-41),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1759. Mesh = New("BlockMesh",Blade,"Mesh",{Scale = Vector3.new(0.889999986, 1, 1),})
  1760. mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42),C1 = CFrame.new(-0.300004005, 3.09992599, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1761. Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.10000002, 0.5),CFrame = CFrame.new(-52.4499817, -1.97008884, -61.400013, 3.07613039e-41, -0.999989152, -1.31265848e-27, -6.34114992e-26, 1.514606e-27, 1, -0.999989152, 3.07613039e-41, 6.3815396e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1762. Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.889999986, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1763. mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.99999845, 3.02922588e-28, 4.39447198e-42, -1.00974196e-28, 1, 9.28962602e-27),C1 = CFrame.new(-0.400004864, 4.19992065, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1764. Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-51.570919, -2.21449804, -61.4000244, 4.8875354e-06, 0.906299114, 0.42261374, 1.66261557e-12, -0.42261833, 0.906308949, 0.999989152, -4.44050465e-06, -2.07124208e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1765. Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.889999986, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1766. mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.88758087e-06, 1.66261557e-12, 0.99999845, 0.906307578, -0.42261833, -4.44054604e-06, 0.422617674, 0.906308949, -2.07126141e-06),C1 = CFrame.new(-0.644414067, 3.32085419, -5.7220459e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1767. Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(-51.8184013, -2.23985386, -61.4000168, 4.8875354e-06, 0.707098842, 0.707099438, 5.93359389e-11, -0.707107067, 0.707106471, 0.999989152, -3.47193827e-06, -3.47193827e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1768. Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.889999986, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1769. mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.88758087e-06, 5.93359389e-11, 0.99999845, 0.707105398, -0.707107067, -3.47197056e-06, 0.707105994, 0.707106471, -3.47197056e-06),C1 = CFrame.new(-0.669769883, 3.56833649, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1770. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.7913895, -1.22866762, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1771. Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1772. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.341416359, 4.54133224, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1773. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-53.5913811, -1.22866762, -61.4000168, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1774. Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1775. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.341416359, 5.34133148, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1776. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-53.2913857, -1.42866886, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1777. Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1778. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.141415119, 5.04133224, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1779. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.7913895, -1.52866876, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1780. Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1781. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.0414152145, 4.54133224, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1782. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.1913986, -1.52866876, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1783. Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1784. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.0414152145, 3.94133759, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1785. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.7960358, -1.47402561, -61.4000168, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1786. Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1787. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.0960583687, 3.54597092, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1788. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.8914032, -1.37866962, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1789. Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1790. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.191414356, 3.64133835, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1791. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.6999855, -1.57008779, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1792. Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1793. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105935, 0.707106531, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707105458, 0.707106948, -1.49011612e-08),C1 = CFrame.new(-3.81469727e-06, 3.44992065, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1794. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-52.049984, -1.4500879, -61.4000168, 0.499995828, -3.07613039e-41, -0.866015196, -0.866024733, 6.34114992e-26, -0.500001252, -1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1795. Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1796. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.500000477, -0.866024733, -1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.866023302, -0.500001252, 1.49011612e-08),C1 = CFrame.new(0.119996071, 3.79992294, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1797. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-52.4999771, -1.53008401, -61.4000092, -7.39089637e-06, -3.07613039e-41, -0.999989033, -0.999999881, 6.34114992e-26, 7.39097595e-06, 1.13685774e-13, 0.999989152, 2.81918242e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1798. Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1799. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -7.39096504e-06, -0.999999881, 1.13686831e-13, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.999998331, 7.39097595e-06, 2.81916855e-26),C1 = CFrame.new(0.0399999619, 4.24991989, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1800. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.5),CFrame = CFrame.new(-53.0499687, -1.48008764, -61.4000168, -0.191245601, -3.07613039e-41, -0.981536329, -0.981546998, 6.34114992e-26, 0.191247657, -3.74397172e-21, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1801. Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1802. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.191247374, -0.981546998, -3.74395274e-21, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.981545508, 0.191247657, 1.49011612e-08),C1 = CFrame.new(0.0899963379, 4.79991531, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1803. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-53.4322815, -1.33570373, -61.4000092, -0.588142335, -3.07613039e-41, -0.808747947, -0.808756709, 6.34114992e-26, 0.588148713, -3.0848875e-21, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1804. Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1805. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.588147759, -0.808756709, -3.08487195e-21, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.808755457, 0.588148713, 1.49011612e-08),C1 = CFrame.new(0.234380245, 5.1822319, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1806. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.800000012),CFrame = CFrame.new(-53.1999702, -1.23008001, -61.4000092, -7.39089637e-06, -3.07613039e-41, -0.999989033, -0.999999881, 6.34114992e-26, 7.39097595e-06, 1.13685774e-13, 0.999989152, 2.81918242e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1807. Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1808. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -7.39096504e-06, -0.999999881, 1.13686831e-13, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.999998331, 7.39097595e-06, 2.81916855e-26),C1 = CFrame.new(0.340003967, 4.94991684, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1809. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.4999886, -1.57008779, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1810. Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1811. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105935, 0.707106531, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707105458, 0.707106948, -1.49011612e-08),C1 = CFrame.new(-3.81469727e-06, 2.24991608, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1812. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.4999886, -1.18724573, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1813. Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1814. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105935, 0.707106531, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707105458, 0.707106948, -1.49011612e-08),C1 = CFrame.new(0.382838249, 2.24991608, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1815. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.3085747, -1.37866962, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1816. Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1817. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.191414356, 2.05849838, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1818. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.6914024, -1.37866962, -61.4000168, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1819. Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1820. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.191414356, 2.44132996, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1821. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.5860558, -1.271891, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1822. Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1823. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707104623, 0.707107782, 1.49011612e-08, 2.98023224e-08, 8.88572924e-27, 0.999998391, 0.70710665, 0.707105696, -1.49011612e-08),C1 = CFrame.new(0.298192978, 2.33598328, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1824. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.3939362, -1.46402156, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1825. Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1826. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707104623, 0.707107782, 1.49011612e-08, 2.98023224e-08, 8.88572924e-27, 0.999998391, 0.70710665, 0.707105696, -1.49011612e-08),C1 = CFrame.new(0.106062412, 2.14385986, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1827. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.5960426, -1.47402561, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1828. Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1829. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.0960583687, 2.34597015, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1830. Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.403923, -1.28189266, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1831. Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1832. mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.288191319, 2.15384674, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1833. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.6999855, -1.18724573, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1834. Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1835. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105935, 0.707106531, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707105458, 0.707106948, -1.49011612e-08),C1 = CFrame.new(0.382838249, 3.44992065, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1836. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.7860565, -1.271891, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1837. Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1838. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707104623, 0.707107782, 1.49011612e-08, 2.98023224e-08, 8.88572924e-27, 0.999998391, 0.70710665, 0.707105696, -1.49011612e-08),C1 = CFrame.new(0.298192978, 3.53599167, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1839. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.6039085, -1.28189266, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1840. Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1841. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.288191319, 3.35384369, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1842. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.5939178, -1.46402156, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1843. Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
  1844. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707104623, 0.707107782, 1.49011612e-08, 2.98023224e-08, 8.88572924e-27, 0.999998391, 0.70710665, 0.707105696, -1.49011612e-08),C1 = CFrame.new(0.106062412, 3.343853, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1845. Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.5085602, -1.37866962, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1846. Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
  1847. mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.191414356, 3.25849533, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1848. Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-53.2813721, -1.07319057, -61.400013, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1849. Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1850. mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 8.86619091e-06, 1.79484487e-05, 0.999998569, 0.965923011, 0.258824676, -1.31726265e-05, -0.25882414, 0.965924382, -1.5065074e-05),C1 = CFrame.new(0.496893406, 5.03131866, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1851. Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-52.9313812, -1.07319057, -61.4000092, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1852. Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1853. mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 8.86619091e-06, 1.79484487e-05, 0.999998569, 0.965923011, 0.258824676, -1.31726265e-05, -0.25882414, 0.965924382, -1.5065074e-05),C1 = CFrame.new(0.496893406, 4.68132401, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1854. Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-52.2313843, -1.07319057, -61.4000092, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1855. Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1856. mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 8.86619091e-06, 1.79484487e-05, 0.999998569, 0.965923011, 0.258824676, -1.31726265e-05, -0.25882414, 0.965924382, -1.5065074e-05),C1 = CFrame.new(0.496893406, 3.98132324, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1857. Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-52.5813789, -1.07319057, -61.400013, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1858. Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1859. mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 8.86619091e-06, 1.79484487e-05, 0.999998569, 0.965923011, 0.258824676, -1.31726265e-05, -0.25882414, 0.965924382, -1.5065074e-05),C1 = CFrame.new(0.496893406, 4.33132172, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1860. Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-53.787487, -1.0734657, -61.4000015, 9.58135752e-06, -0.93968153, -0.342019171, 1.72424334e-05, 0.342022896, -0.939691663, 0.999989212, 3.08451172e-06, 1.94830864e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1861. Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1862. mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 9.58144665e-06, 1.72424334e-05, 0.99999851, -0.939690232, 0.342022896, 3.08454037e-06, -0.342022359, -0.939691663, 1.94832683e-05),C1 = CFrame.new(0.496618271, 5.53743744, -3.43322754e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1863. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.400000006, 0.200000003),CFrame = CFrame.new(-47.63311, -1.78969276, -61.3999748, 4.60441606e-06, -0.499994874, -0.866015732, 7.48332695e-06, -0.866025269, 0.500000179, -0.999989033, -8.76180093e-06, -2.682184e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
  1864. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1865. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.60445881e-06, 7.48332695e-06, -0.999998331, -0.499999523, -0.866025269, -8.76188278e-06, -0.866023839, 0.500000179, -2.68220901e-07),C1 = CFrame.new(-0.219608784, -0.616985321, -7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1866. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.970787, -1.63079584, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1867. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),})
  1868. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0607118607, 1.72070694, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1869. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.8086586, -1.468665, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1870. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1871. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.101418972, 1.55857849, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1872. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.8086586, -1.79292762, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1873. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1874. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.222843647, 1.55857849, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1875. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(-49.5765266, -1.236534, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1876. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1877. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.333549976, 1.32644653, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1878. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.6507874, -1.63079584, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  1879. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),})
  1880. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0607118607, 1.40070724, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1881. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.399999976, 0.200000003),CFrame = CFrame.new(-49.6243439, -1.84292591, -61.3999634, -2.98020453e-08, -0.819142222, 0.573570788, -6.34114745e-26, 0.573576987, 0.819150984, -0.999988675, 1.49010226e-08, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1882. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1883. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -2.98023224e-08, -8.88572924e-27, -0.999997973, -0.819149792, 0.573576987, 1.49011612e-08, 0.573576152, 0.819150984, -2.98023224e-08),C1 = CFrame.new(-0.27284193, 1.37426376, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1884. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.399999976, 0.200000003),CFrame = CFrame.new(-49.7302246, -1.89951789, -61.3999634, 3.07613039e-41, -0.965915442, 0.258816421, -6.34114992e-26, 0.258819222, 0.965925932, -0.999989152, 1.49010226e-08, -7.45051132e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1885. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1886. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.965924442, 0.258819222, 1.49011612e-08, 0.258818805, 0.965925932, -7.4505806e-09),C1 = CFrame.new(-0.329433918, 1.4801445, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1887. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.970787, -1.63079584, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1888. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),})
  1889. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0607118607, 1.72070694, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1890. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Pearl"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.8286552, -1.468665, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.905882, 0.905882, 0.92549),})
  1891. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),MeshType = Enum.MeshType.Wedge,})
  1892. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.101418972, 1.57857513, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1893. Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Pearl"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.8286552, -1.79292762, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.905882, 0.905882, 0.92549),})
  1894. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),MeshType = Enum.MeshType.Wedge,})
  1895. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.222843647, 1.57857513, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1896. Part = New("Part",FalsePure,"Part",{Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(-49.6065254, -1.26653373, -61.3999672, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  1897. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),MeshType = Enum.MeshType.Wedge,})
  1898. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.303550243, 1.35644531, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1899. Part = New("Part",FalsePure,"Part",{Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.6507874, -1.63079584, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  1900. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),})
  1901. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0607118607, 1.40070724, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1902. Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.20000005, 0.300000012),CFrame = CFrame.new(-50.1495514, -2.49940681, -61.4000168, -3.07613039e-41, 0.766037047, 0.642784417, 6.34114992e-26, -0.64279139, 0.766045392, 0.999989152, -1.49010226e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1903. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1904. mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.766044199, -0.64279139, -1.49011612e-08, 0.642790437, 0.766045392, -1.49011612e-08),C1 = CFrame.new(-0.929322839, 1.8994751, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
  1905.  
  1906. for _,v in pairs(FalsePure:children()) do
  1907. if v:IsA("Part") then
  1908. v.CanCollide = false
  1909. end
  1910. end
  1911. --
  1912. function rayCast(Position, Direction, Range, Ignore)
  1913. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  1914. end
  1915.  
  1916. FindNearestTorso = function(pos)
  1917. local list = (game.Workspace:children())
  1918. local torso = nil
  1919. local dist = 1000
  1920. local temp, human, temp2 = nil, nil, nil
  1921. for x = 1, #list do
  1922. temp2 = list[x]
  1923. if temp2.className == "Model" and temp2.Name ~= Character.Name then
  1924. temp = temp2:findFirstChild("Torso")
  1925. human = temp2:findFirstChild("Humanoid")
  1926. if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
  1927. local dohit = true
  1928. if dohit == true then
  1929. torso = temp
  1930. dist = (temp.Position - pos).magnitude
  1931. end
  1932. end
  1933. end
  1934. end
  1935. return torso, dist
  1936. end
  1937.  
  1938. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  1939. if hit.Parent == nil then
  1940. return
  1941. end
  1942. local h = hit.Parent:FindFirstChild("Humanoid")
  1943. for _, v in pairs(hit.Parent:children()) do
  1944. if v:IsA("Humanoid") then
  1945. h = v
  1946. end
  1947. end
  1948. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  1949. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  1950. if hit.Parent.DebounceHit.Value == true then
  1951. return
  1952. end
  1953. end
  1954. local c = Create("ObjectValue"){
  1955. Name = "creator",
  1956. Value = game:service("Players").LocalPlayer,
  1957. Parent = h,
  1958. }
  1959. game:GetService("Debris"):AddItem(c, .5)
  1960. if HitSound ~= nil and HitPitch ~= nil then
  1961. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  1962. end
  1963. local Damage = math.random(minim, maxim)
  1964. local blocked = false
  1965. local block = hit.Parent:findFirstChild("Block")
  1966. if block ~= nil then
  1967. if block.className == "IntValue" then
  1968. if block.Value > 0 then
  1969. blocked = true
  1970. block.Value = block.Value - 1
  1971. print(block.Value)
  1972. end
  1973. end
  1974. end
  1975. if blocked == false then
  1976. h.Health = h.Health - Damage
  1977. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("White").Color)
  1978. else
  1979. h.Health = h.Health - (Damage / 2)
  1980. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("White").Color)
  1981. end
  1982. if Type == "Knockdown" then
  1983. local hum = hit.Parent.Humanoid
  1984. hum.PlatformStand = true
  1985. coroutine.resume(coroutine.create(function(HHumanoid)
  1986. swait(1)
  1987. HHumanoid.PlatformStand = false
  1988. end), hum)
  1989. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  1990. local bodvol = Create("BodyVelocity"){
  1991. velocity = angle * knockback,
  1992. P = 5000,
  1993. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1994. Parent = hit,
  1995. }
  1996. local rl = Create("BodyAngularVelocity"){
  1997. P = 3000,
  1998. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  1999. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  2000. Parent = hit,
  2001. }
  2002. game:GetService("Debris"):AddItem(bodvol, .5)
  2003. game:GetService("Debris"):AddItem(rl, .5)
  2004. elseif Type == "Normal" then
  2005. local vp = Create("BodyVelocity"){
  2006. P = 500,
  2007. maxForce = Vector3.new(math.huge, 0, math.huge),
  2008. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  2009. }
  2010. if knockback > 0 then
  2011. vp.Parent = hit.Parent.Torso
  2012. end
  2013. game:GetService("Debris"):AddItem(vp, .5)
  2014. elseif Type == "Up" then
  2015. local bodyVelocity = Create("BodyVelocity"){
  2016. velocity = Vector3.new(0, 20, 0),
  2017. P = 5000,
  2018. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  2019. Parent = hit,
  2020. }
  2021. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  2022. elseif Type == "DarkUp" then
  2023. coroutine.resume(coroutine.create(function()
  2024. for i = 0, 1, 0.1 do
  2025. swait()
  2026. Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  2027. end
  2028. end))
  2029. local bodyVelocity = Create("BodyVelocity"){
  2030. velocity = Vector3.new(0, 20, 0),
  2031. P = 5000,
  2032. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  2033. Parent = hit,
  2034. }
  2035. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  2036. elseif Type == "Snare" then
  2037. local bp = Create("BodyPosition"){
  2038. P = 2000,
  2039. D = 100,
  2040. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2041. position = hit.Parent.Torso.Position,
  2042. Parent = hit.Parent.Torso,
  2043. }
  2044. game:GetService("Debris"):AddItem(bp, 1)
  2045. elseif Type == "Freeze" then
  2046. local BodPos = Create("BodyPosition"){
  2047. P = 50000,
  2048. D = 1000,
  2049. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2050. position = hit.Parent.Torso.Position,
  2051. Parent = hit.Parent.Torso,
  2052. }
  2053. local BodGy = Create("BodyGyro") {
  2054. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  2055. P = 20e+003,
  2056. Parent = hit.Parent.Torso,
  2057. cframe = hit.Parent.Torso.CFrame,
  2058. }
  2059. hit.Parent.Torso.Anchored = true
  2060. coroutine.resume(coroutine.create(function(Part)
  2061. swait(1.5)
  2062. Part.Anchored = false
  2063. end), hit.Parent.Torso)
  2064. game:GetService("Debris"):AddItem(BodPos, 3)
  2065. game:GetService("Debris"):AddItem(BodGy, 3)
  2066. end
  2067. local debounce = Create("BoolValue"){
  2068. Name = "DebounceHit",
  2069. Parent = hit.Parent,
  2070. Value = true,
  2071. }
  2072. game:GetService("Debris"):AddItem(debounce, Delay)
  2073. c = Create("ObjectValue"){
  2074. Name = "creator",
  2075. Value = Player,
  2076. Parent = h,
  2077. }
  2078. game:GetService("Debris"):AddItem(c, .5)
  2079. end
  2080. end
  2081.  
  2082. function ShowDamage(Pos, Text, Time, Color)
  2083. local Rate = (1 / 30)
  2084. local Pos = (Pos or Vector3.new(0, 0, 0))
  2085. local Text = (Text or "")
  2086. local Time = (Time or 2)
  2087. local Color = (Color or Color3.new(1, 0, 1))
  2088. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  2089. EffectPart.Anchored = true
  2090. local BillboardGui = Create("BillboardGui"){
  2091. Size = UDim2.new(3, 0, 3, 0),
  2092. Adornee = EffectPart,
  2093. Parent = EffectPart,
  2094. }
  2095. local TextLabel = Create("TextLabel"){
  2096. BackgroundTransparency = 1,
  2097. Size = UDim2.new(1, 0, 1, 0),
  2098. Text = Text,
  2099. Font = "SciFi",
  2100. TextColor3 = Color,
  2101. TextScaled = true,
  2102. Parent = BillboardGui,
  2103. }
  2104. game.Debris:AddItem(EffectPart, (Time))
  2105. EffectPart.Parent = game:GetService("Workspace")
  2106. delay(0, function()
  2107. local Frames = (Time / Rate)
  2108. for Frame = 1, Frames do
  2109. wait(Rate)
  2110. local Percent = (Frame / Frames)
  2111. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  2112. TextLabel.TextTransparency = Percent
  2113. end
  2114. if EffectPart and EffectPart.Parent then
  2115. EffectPart:Destroy()
  2116. end
  2117. end)
  2118. end
  2119.  
  2120. function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
  2121. for _, c in pairs(workspace:children()) do
  2122. local hum = c:findFirstChild("Humanoid")
  2123. if hum ~= nil then
  2124. local head = c:findFirstChild("Torso")
  2125. if head ~= nil then
  2126. local targ = head.Position - Part.Position
  2127. local mag = targ.magnitude
  2128. if mag <= Magnitude and c.Name ~= Player.Name then
  2129. Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch)
  2130. end
  2131. end
  2132. end
  2133. end
  2134. end
  2135.  
  2136. EffectModel = Create("Model"){
  2137. Parent = Character,
  2138. Name = "Effects",
  2139. }
  2140.  
  2141. Effects = {
  2142. Block = {
  2143. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  2144. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2145. prt.Anchored = true
  2146. prt.CFrame = cframe
  2147. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2148. game:GetService("Debris"):AddItem(prt, 10)
  2149. if Type == 1 or Type == nil then
  2150. table.insert(Effects, {
  2151. prt,
  2152. "Block1",
  2153. delay,
  2154. x3,
  2155. y3,
  2156. z3,
  2157. msh
  2158. })
  2159. elseif Type == 2 then
  2160. table.insert(Effects, {
  2161. prt,
  2162. "Block2",
  2163. delay,
  2164. x3,
  2165. y3,
  2166. z3,
  2167. msh
  2168. })
  2169. end
  2170. end;
  2171. };
  2172.  
  2173. Cylinder = {
  2174. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2175. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2176. prt.Anchored = true
  2177. prt.CFrame = cframe
  2178. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2179. game:GetService("Debris"):AddItem(prt, 10)
  2180. table.insert(Effects, {
  2181. prt,
  2182. "Cylinder",
  2183. delay,
  2184. x3,
  2185. y3,
  2186. z3,
  2187. msh
  2188. })
  2189. end;
  2190. };
  2191. Head = {
  2192. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2193. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  2194. prt.Anchored = true
  2195. prt.CFrame = cframe
  2196. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2197. game:GetService("Debris"):AddItem(prt, 10)
  2198. table.insert(Effects, {
  2199. prt,
  2200. "Cylinder",
  2201. delay,
  2202. x3,
  2203. y3,
  2204. z3,
  2205. msh
  2206. })
  2207. end;
  2208. };
  2209.  
  2210. Sphere = {
  2211. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2212. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2213. prt.Anchored = true
  2214. prt.CFrame = cframe
  2215. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2216. game:GetService("Debris"):AddItem(prt, 10)
  2217. table.insert(Effects, {
  2218. prt,
  2219. "Cylinder",
  2220. delay,
  2221. x3,
  2222. y3,
  2223. z3,
  2224. msh
  2225. })
  2226. end;
  2227. };
  2228.  
  2229. Elect = {
  2230. Create = function(cff, x, y, z)
  2231. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1))
  2232. prt.Anchored = true
  2233. prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z))
  2234. prt.CFrame = CFrame.new(prt.Position)
  2235. game:GetService("Debris"):AddItem(prt, 2)
  2236. local xval = math.random() / 2
  2237. local yval = math.random() / 2
  2238. local zval = math.random() / 2
  2239. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
  2240. table.insert(Effects, {
  2241. prt,
  2242. "Elec",
  2243. 0.1,
  2244. x,
  2245. y,
  2246. z,
  2247. xval,
  2248. yval,
  2249. zval
  2250. })
  2251. end;
  2252.  
  2253. };
  2254.  
  2255. Ring = {
  2256. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2257. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2258. prt.Anchored = true
  2259. prt.CFrame = cframe
  2260. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2261. game:GetService("Debris"):AddItem(prt, 10)
  2262. table.insert(Effects, {
  2263. prt,
  2264. "Cylinder",
  2265. delay,
  2266. x3,
  2267. y3,
  2268. z3,
  2269. msh
  2270. })
  2271. end;
  2272. };
  2273.  
  2274.  
  2275. Wave = {
  2276. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2277. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2278. prt.Anchored = true
  2279. prt.CFrame = cframe
  2280. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2281. game:GetService("Debris"):AddItem(prt, 10)
  2282. table.insert(Effects, {
  2283. prt,
  2284. "Cylinder",
  2285. delay,
  2286. x3,
  2287. y3,
  2288. z3,
  2289. msh
  2290. })
  2291. end;
  2292. };
  2293.  
  2294. Break = {
  2295. Create = function(brickcolor, cframe, x1, y1, z1)
  2296. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  2297. prt.Anchored = true
  2298. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2299. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2300. local num = math.random(10, 50) / 1000
  2301. game:GetService("Debris"):AddItem(prt, 10)
  2302. table.insert(Effects, {
  2303. prt,
  2304. "Shatter",
  2305. num,
  2306. prt.CFrame,
  2307. math.random() - math.random(),
  2308. 0,
  2309. math.random(50, 100) / 100
  2310. })
  2311. end;
  2312. };
  2313.  
  2314. Fire = {
  2315. Create = function(brickcolor, cframe, x1, y1, z1, delay)
  2316. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  2317. prt.Anchored = true
  2318. prt.CFrame = cframe
  2319. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2320. game:GetService("Debris"):AddItem(prt, 10)
  2321. table.insert(Effects, {
  2322. prt,
  2323. "Fire",
  2324. delay,
  2325. 1,
  2326. 1,
  2327. 1,
  2328. msh
  2329. })
  2330. end;
  2331. };
  2332.  
  2333. FireWave = {
  2334. Create = function(brickcolor, cframe, x1, y1, z1)
  2335. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new())
  2336. prt.Anchored = true
  2337. prt.CFrame = cframe
  2338. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2339. local d = Create("Decal"){
  2340. Parent = prt,
  2341. Texture = "rbxassetid://26356434",
  2342. Face = "Top",
  2343. }
  2344. local d = Create("Decal"){
  2345. Parent = prt,
  2346. Texture = "rbxassetid://26356434",
  2347. Face = "Bottom",
  2348. }
  2349. game:GetService("Debris"):AddItem(prt, 10)
  2350. table.insert(Effects, {
  2351. prt,
  2352. "FireWave",
  2353. 1,
  2354. 30,
  2355. math.random(400, 600) / 100,
  2356. msh
  2357. })
  2358. end;
  2359. };
  2360.  
  2361. Lightning = {
  2362. Create = function(p0, p1, tym, ofs, col, th, tra, last)
  2363. local magz = (p0 - p1).magnitude
  2364. local curpos = p0
  2365. local trz = {
  2366. -ofs,
  2367. ofs
  2368. }
  2369. for i = 1, tym do
  2370. local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym))
  2371. local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
  2372. local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz
  2373. li.Material = "Neon"
  2374. if tym == i then
  2375. local magz2 = (curpos - p1).magnitude
  2376. li.Size = Vector3.new(th, th, magz2)
  2377. li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2)
  2378. table.insert(Effects, {
  2379. li,
  2380. "Disappear",
  2381. last
  2382. })
  2383. else
  2384. do
  2385. do
  2386. li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2)
  2387. curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p
  2388. game.Debris:AddItem(li, 10)
  2389. table.insert(Effects, {
  2390. li,
  2391. "Disappear",
  2392. last
  2393. })
  2394. end
  2395. end
  2396. end
  2397. end
  2398. end
  2399. };
  2400.  
  2401. EffectTemplate = {
  2402.  
  2403. };
  2404. }
  2405.  
  2406. function attackone()
  2407. attack = true
  2408. local con1 = Blade1.Touched:connect(function(hit) Damage(Blade1, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end)
  2409. local con2 = Blade2.Touched:connect(function(hit) Damage(Blade2, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end)
  2410. for i = 0, .7, 0.1 do
  2411. swait()
  2412. PlayAnimationFromTable({
  2413. CFrame.new(-0.0182565525, -0.0509279184, 0.036379084, 0.953790128, -0.00587357208, -0.30041644, -0.0131030018, 0.998044789, -0.0611138344, 0.300188035, 0.0622261204, 0.951848269) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2414. CFrame.new(-0.0242161229, 1.49425817, -0.0546284467, 0.914200485, -0.0386615843, 0.403414488, -3.22703272e-07, 0.995439053, 0.0953995138, -0.405262917, -0.0872144029, 0.910030544) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2415. CFrame.new(1.66850007, 0.15572004, 0.562042117, 0.576170802, -0.644499123, -0.502641201, 0.816828072, 0.432520688, 0.38172999, -0.0286218971, -0.630513132, 0.77565068) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2416. CFrame.new(-1.58933008, 0.108810946, 0.140973419, 0.990269959, 0.137416095, 0.0220511854, -0.139154211, 0.980328381, 0.139992028, -0.00238072872, -0.141698599, 0.989907205) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2417. CFrame.new(0.499605328, -1.99604106, -0.056147173, 0.995160282, -0.0980204046, 0.00694218278, 0.0982658863, 0.992672503, -0.0703309551, 3.09944153e-06, 0.0706728101, 0.997500181) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2418. CFrame.new(-0.562913001, -1.9866792, 0.152829662, 0.998071849, 0.0619624257, 0.00380143523, -0.0620789751, 0.996195078, 0.0611623861, 2.8014183e-06, -0.0612803809, 0.998120785) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2419. }, .3, false)
  2420. moter.C0 = clerp(moter.C0, CFrame.new(0.141186267, -1.13135171, -0.179337338, -0.217759028, 0.0206971169, 0.975783229, 0.777805567, -0.600256562, 0.186309367, 0.589575887, 0.799540401, 0.114612728) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2421. end
  2422. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
  2423. for i = 0, .7, 0.1 do
  2424. swait()
  2425. PlayAnimationFromTable({
  2426. CFrame.new(0.249830946, -0.32978934, 0.330704331, 0.907999218, -0.163171351, 0.385892063, 0.0776790157, 0.970639825, 0.22764948, -0.411708087, -0.176729828, 0.894015133) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2427. CFrame.new(-0.024216339, 1.49425507, -0.0546190739, 0.971954584, -0.0100988299, -0.234954163, 0.0577322431, 0.978751302, 0.196757123, 0.227974743, -0.20480302, 0.951884091) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2428. CFrame.new(0.960495949, 0.613150239, -0.950229049, -0.0514678359, 0.487055749, 0.871853173, 0.99431771, -0.0564670861, 0.0902422518, 0.0931839868, 0.871543765, -0.481381923) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2429. CFrame.new(-1.64906204, 0.199252456, 0.130910859, 0.903767765, 0.427863896, 0.0116825998, -0.426137984, 0.896892726, 0.118279353, 0.0401293635, -0.111875355, 0.992911935) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2430. CFrame.new(0.499602556, -1.9960376, -0.0561450198, 0.995160341, -0.0980209857, 0.00694280863, 0.0982665867, 0.992671549, -0.0703336, 2.2649765e-06, 0.0706754178, 0.997499406) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2431. CFrame.new(-0.562918067, -1.98668122, 0.152829528, 0.998071313, 0.0619640425, 0.00380137563, -0.0620805621, 0.996195257, 0.0611622781, 2.95042992e-06, -0.0612802804, 0.998120666) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2432. }, .3, false)
  2433. moter.C0 = clerp(moter.C0, CFrame.new(0.157370895, -1.28737307, -0.0635769144, 0.0794713795, 0.203758523, 0.975790322, -0.790219069, -0.583830297, 0.186269701, 0.60765028, -0.785891712, 0.11461594) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2434. end
  2435. attack = false
  2436. con1:Disconnect()
  2437. con2:Disconnect()
  2438. end
  2439. function attacktwo()
  2440. attack = true
  2441. local con1 = Blade1.Touched:connect(function(hit) Damage(Blade1, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end)
  2442. local con2 = Blade2.Touched:connect(function(hit) Damage(Blade2, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end)
  2443. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199146359", RootPart, 1, 1)
  2444. for i = 0, .7, 0.1 do
  2445. swait()
  2446. PlayAnimationFromTable({
  2447. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * -23), 0),
  2448. CFrame.new(0, 1.49998999, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2449. CFrame.new(1.89710748, 0.437648147, 0.0857415944, 0.0398090035, -0.994023204, -0.101652406, 0.999199092, 0.0400162078, 7.47858564e-07, 0.00406700047, -0.101571016, 0.994820058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2450. CFrame.new(-1.8570236, 0.328454405, -0.0501937941, 0.132916734, 0.98887521, -0.0667761713, -0.991127253, 0.132614732, -0.00895497669, 1.4894492e-07, 0.0673739538, 0.997727811) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2451. CFrame.new(0.531844854, -1.99855554, 0, 0.998967409, -0.0455082022, 0, 0.0455082022, 0.998967409, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2452. CFrame.new(-0.553164065, -2.02981877, 0, 0.996746421, 0.0806022137, 0, -0.0806022212, 0.996746361, 0, -0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2453. }, .3, false)
  2454. moter.C0 = clerp(moter.C0, CFrame.new(-0.00988070853, -0.682481349, -0.429647028, -6.95232302e-07, -7.31495675e-07, 1.00000489, 0.104560755, -0.994518936, -7.5463322e-07, 0.994519472, 0.104562707, 7.42264092e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2455. end
  2456. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199146359", RootPart, 1, 1)
  2457. for i = 0, .7, 0.1 do
  2458. swait()
  2459. PlayAnimationFromTable({
  2460. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * -23), 0),
  2461. CFrame.new(0, 1.49998999, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2462. CFrame.new(1.89710748, 0.437648147, 0.0857415944, 0.0398090035, -0.994023204, -0.101652406, 0.999199092, 0.0400162078, 7.47858564e-07, 0.00406700047, -0.101571016, 0.994820058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2463. CFrame.new(-1.8570236, 0.328454405, -0.0501937941, 0.132916734, 0.98887521, -0.0667761713, -0.991127253, 0.132614732, -0.00895497669, 1.4894492e-07, 0.0673739538, 0.997727811) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2464. CFrame.new(0.531844854, -1.99855554, 0, 0.998967409, -0.0455082022, 0, 0.0455082022, 0.998967409, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2465. CFrame.new(-0.553164065, -2.02981877, 0, 0.996746421, 0.0806022137, 0, -0.0806022212, 0.996746361, 0, -0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2466. }, .3, false)
  2467. moter.C0 = clerp(moter.C0, CFrame.new(-0.00988070853, -0.682481349, -0.429647028, -6.95232302e-07, -7.31495675e-07, 1.00000489, 0.104560755, -0.994518936, -7.5463322e-07, 0.994519472, 0.104562707, 7.42264092e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2468. end
  2469. for i = 0, .6, 0.1 do
  2470. swait()
  2471. PlayAnimationFromTable({
  2472. CFrame.new(0.204084679, 7.4505806e-09, 0.244609594, 0.982087374, -0.168880284, 0.0835691392, 0.137038529, 0.944562495, 0.298365742, -0.129324362, -0.281569034, 0.950786054) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2473. CFrame.new(0.122400239, 1.46180415, -0.076899156, 0.924434304, -0.0304325782, 0.380125105, 4.529953e-06, 0.99681139, 0.0797931105, -0.381341338, -0.073761791, 0.921486855) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2474. CFrame.new(0.611699641, 0.319435656, -0.922920763, -0.0791137591, 0.854084373, -0.514082432, -0.969065785, 0.0550462678, 0.240585253, 0.233778521, 0.517213345, 0.823309243) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2475. CFrame.new(-1.75233293, 0.325848103, -0.421480238, 0.749795735, 0.492061377, -0.442359507, -0.571905851, 0.818175137, -0.0592734516, 0.332761437, 0.297430903, 0.894876957) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2476. CFrame.new(0.524815142, -2.11279678, -0.238665804, 0.998963952, -0.0443437062, 0.0102137774, 0.0455047861, 0.97346729, -0.224255517, 1.56462193e-06, 0.22448802, 0.974476874) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2477. CFrame.new(-0.716060102, -2.13568735, 0.349384725, 0.986571908, 0.160677701, 0.0292985737, -0.160298616, 0.918187559, 0.36226505, 0.0313063003, -0.362097025, 0.931614518) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2478. }, .3, false)
  2479. moter.C0 = clerp(moter.C0, CFrame.new(0.00876641273, -1.08679509, -0.50578475, 0.401184529, 0.0275894254, 0.915581763, 0.68546021, -0.672078133, -0.280099154, 0.607614756, 0.739966154, -0.288538784) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2480. end
  2481. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199146359", RootPart, 1, 1.3)
  2482. for i = 0, .7, 0.1 do
  2483. swait()
  2484. PlayAnimationFromTable({
  2485. CFrame.new(-0.276124209, -0.0680144429, 0.216182947, 0.85968256, -0.0605122522, -0.507237852, 0.136974797, 0.983902752, 0.114769213, 0.492130756, -0.1681436, 0.85413301) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2486. CFrame.new(0.223244101, 1.50403774, -0.120896861, 0.924408615, 0.122574322, 0.361183465, -0.0719862953, 0.986004412, -0.150378048, -0.374557853, 0.113009505, 0.920294523) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2487. CFrame.new(2.04806757, 0.462650239, 0.323835641, -0.00981725752, -0.962832987, 0.269935519, -0.988896549, -0.0306805074, -0.145399749, 0.1482784, -0.268367499, -0.951839209) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2488. CFrame.new(-1.80594206, 0.334363043, -0.166589677, 0.574362338, 0.743065238, -0.34346953, -0.727166653, 0.655817688, 0.202807248, 0.375953704, 0.13327533, 0.917007387) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2489. CFrame.new(0.532366872, -2.04665041, -0.00164672732, 0.998968124, -0.0443501845, 0.010228008, 0.044694148, 0.998339236, -0.0363303721, -0.00859776139, 0.036748752, 0.999290347) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2490. CFrame.new(-0.697342694, -1.99070787, 0.536612153, 0.986575603, 0.160681427, 0.0293117762, -0.151512846, 0.833293974, 0.531661332, 0.0610049665, -0.528965235, 0.846451163) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2491. }, .3, false)
  2492. moter.C0 = clerp(moter.C0, CFrame.new(-0.00986818783, -1.06982791, 0.334686041, 4.81307507e-06, -1.82986259e-05, 1.00000155, -0.53759259, -0.843205333, -1.28000975e-05, 0.843206882, -0.537591636, -1.35749578e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2493. end
  2494. attack = false
  2495. con1:Disconnect()
  2496. con2:Disconnect()
  2497. end
  2498. function attackthree()
  2499. attack = true
  2500. local con1 = Blade1.Touched:connect(function(hit) Damage(Blade1, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end)
  2501. local con2 = Blade2.Touched:connect(function(hit) Damage(Blade2, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end)
  2502. for i = 0, .7, 0.1 do
  2503. swait()
  2504. PlayAnimationFromTable({
  2505. CFrame.new(-0.13685593, -0.0219347067, -0.0188135467, 0.556900084, 0.087021932, -0.82600826, -0.12841101, 0.991559744, 0.0178876482, 0.820593119, 0.0961069167, 0.563374221) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2506. CFrame.new(-9.983778e-07, 1.49999022, 4.04566526e-06, 0.567645073, -0.0812248662, 0.819257259, -0.055430457, 0.989093423, 0.136469513, -0.821405947, -0.122878119, 0.556950927) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2507. CFrame.new(1.74530852, 0.605844796, -0.670992434, -0.0220620185, -0.896603644, 0.442284256, 0.992553771, -0.0726518482, -0.0977700353, 0.119793728, 0.436833858, 0.891530037) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2508. CFrame.new(-1.57622993, -0.0266638324, -0.298365206, 0.968349278, 0.0516385436, -0.244200975, -0.0904799774, 0.984443545, -0.150620773, 0.232623607, 0.167948797, 0.957957685) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2509. CFrame.new(0.91460979, -1.89220715, -3.83798033e-06, 0.029635042, -0.517153919, -0.855379343, 0.0179127492, 0.855892479, -0.516843617, 0.999400377, -5.51342964e-06, 0.0346280932) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2510. CFrame.new(-0.457521975, -1.98231733, -0.138436869, 0.955224037, 0.0525353253, -0.291182458, -0.0912996829, 0.988423347, -0.12117669, 0.281445473, 0.142335743, 0.948962152) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2511. }, .3, false)
  2512. moter.C0 = clerp(moter.C0, CFrame.new(-0.00987285469, -1.01615155, 0.339951545, 2.83122063e-06, 9.39983875e-06, 1.00000012, -0.471862316, -0.881672442, 9.63360071e-06, 0.881672561, -0.471862227, 1.92970037e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2513. end
  2514. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, .8)
  2515. Torso.Velocity = RootPart.CFrame.lookVector * 100
  2516. for i = 0, .7, 0.1 do
  2517. swait()
  2518. PlayAnimationFromTable({
  2519. CFrame.new(-0.00530162873, -0.021935204, -0.0146569451, 0.137970969, -8.22370883e-09, 0.990436316, -0.128410965, 0.991559744, 0.0178880654, -0.982076764, -0.129650906, 0.136806443) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2520. CFrame.new(5.73694706e-06, 1.49998879, -4.42843884e-07, 0.0524085984, 0.0903850272, -0.994527102, 1.36438757e-06, 0.995895684, 0.0905094892, 0.998625815, -0.00474483334, 0.0521933734) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2521. CFrame.new(1.87640154, 0.550785303, -0.173896909, -0.0639775693, -0.992300212, 0.106053993, 0.986576498, -0.0788898617, -0.142980397, 0.150246024, 0.0954828262, 0.984027147) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2522. CFrame.new(-1.65203774, 0.291665047, -0.267631799, 0.849730492, 0.467253864, -0.244201034, -0.509230375, 0.847348988, -0.150620297, 0.136545599, 0.252340674, 0.957955599) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2523. CFrame.new(0.914622426, -1.89221859, -9.02777538e-06, 0.0296405256, -0.517155349, -0.855383992, 0.0179130845, 0.855897069, -0.516838968, 0.999400377, -2.68220901e-06, 0.0346331969) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2524. CFrame.new(-0.457527936, -1.98231697, -0.138441056, 0.955225945, 0.0525356978, -0.291175961, -0.0912992805, 0.988423407, -0.121177599, 0.281439245, 0.142336115, 0.948964655) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2525. }, .4, false)
  2526. moter.C0 = clerp(moter.C0, CFrame.new(-0.0651481301, -1.66422045, -0.29617393, 0.196357772, 5.72949648e-06, 0.980532587, 0.00505764782, -0.999986947, -0.00100697577, 0.980520427, 0.0051568076, -0.196355045) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2527. end
  2528. attack = false
  2529. con1:Disconnect()
  2530. con2:Disconnect()
  2531. end
  2532. function silenceslashwave()
  2533. attack = true
  2534. for i = 0, .7, 0.1 do
  2535. swait()
  2536. PlayAnimationFromTable({
  2537. CFrame.new(-0.13685593, -0.0219347067, -0.0188135467, 0.556900084, 0.087021932, -0.82600826, -0.12841101, 0.991559744, 0.0178876482, 0.820593119, 0.0961069167, 0.563374221) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2538. CFrame.new(-9.983778e-07, 1.49999022, 4.04566526e-06, 0.567645073, -0.0812248662, 0.819257259, -0.055430457, 0.989093423, 0.136469513, -0.821405947, -0.122878119, 0.556950927) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2539. CFrame.new(1.74530852, 0.605844796, -0.670992434, -0.0220620185, -0.896603644, 0.442284256, 0.992553771, -0.0726518482, -0.0977700353, 0.119793728, 0.436833858, 0.891530037) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2540. CFrame.new(-1.57622993, -0.0266638324, -0.298365206, 0.968349278, 0.0516385436, -0.244200975, -0.0904799774, 0.984443545, -0.150620773, 0.232623607, 0.167948797, 0.957957685) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2541. CFrame.new(0.91460979, -1.89220715, -3.83798033e-06, 0.029635042, -0.517153919, -0.855379343, 0.0179127492, 0.855892479, -0.516843617, 0.999400377, -5.51342964e-06, 0.0346280932) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2542. CFrame.new(-0.457521975, -1.98231733, -0.138436869, 0.955224037, 0.0525353253, -0.291182458, -0.0912996829, 0.988423347, -0.12117669, 0.281445473, 0.142335743, 0.948962152) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2543. }, .3, false)
  2544. moter.C0 = clerp(moter.C0, CFrame.new(-0.00987285469, -1.01615155, 0.339951545, 2.83122063e-06, 9.39983875e-06, 1.00000012, -0.471862316, -0.881672442, 9.63360071e-06, 0.881672561, -0.471862227, 1.92970037e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2545. end
  2546. for i = 0, 10 do
  2547. for i = 0, .1, 0.1 do
  2548. swait()
  2549. PlayAnimationFromTable({
  2550. CFrame.new(-0.00530162873, -0.021935204, -0.0146569451, 0.137970969, -8.22370883e-09, 0.990436316, -0.128410965, 0.991559744, 0.0178880654, -0.982076764, -0.129650906, 0.136806443) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2551. CFrame.new(5.73694706e-06, 1.49998879, -4.42843884e-07, 0.0524085984, 0.0903850272, -0.994527102, 1.36438757e-06, 0.995895684, 0.0905094892, 0.998625815, -0.00474483334, 0.0521933734) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2552. CFrame.new(1.87640154, 0.550785303, -0.173896909, -0.0639775693, -0.992300212, 0.106053993, 0.986576498, -0.0788898617, -0.142980397, 0.150246024, 0.0954828262, 0.984027147) * CFrame.new(math.random(-1.2,1.2), math.random(-1.2,1.2), math.random(-1.2,1.2)) * CFrame.Angles(0, 0, 0),
  2553. CFrame.new(-1.65203774, 0.291665047, -0.267631799, 0.849730492, 0.467253864, -0.244201034, -0.509230375, 0.847348988, -0.150620297, 0.136545599, 0.252340674, 0.957955599) * CFrame.new(0,0, 0) * CFrame.Angles(0, 0, 0),
  2554. CFrame.new(0.914622426, -1.89221859, -9.02777538e-06, 0.0296405256, -0.517155349, -0.855383992, 0.0179130845, 0.855897069, -0.516838968, 0.999400377, -2.68220901e-06, 0.0346331969) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2555. CFrame.new(-0.457527936, -1.98231697, -0.138441056, 0.955225945, 0.0525356978, -0.291175961, -0.0912992805, 0.988423407, -0.121177599, 0.281439245, 0.142336115, 0.948964655) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2556. }, .3, false)
  2557. moter.C0 = clerp(moter.C0, CFrame.new(-0.0651481301, -1.66422045, -0.29617393, 0.196357772, 5.72949648e-06, 0.980532587, 0.00505764782, -0.999986947, -0.00100697577, 0.980520427, 0.0051568076, -0.196355045) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2558. end
  2559. swait(.2)
  2560. Effects.Sphere.Create(BrickColor.new("White"), Blade1.CFrame, 1.5, 1.5, 15, 1, 1, 1.5, 0.1)
  2561. MagnitudeDamage(Blade1, 3, 4, 8, math.random(1, 5), "Normal", "199149186", 1) --http://www.roblox.com/asset/?id=
  2562. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, .8, math.random(.8,1.2))
  2563. end
  2564. for i = 0, .25, 0.1 do
  2565. swait()
  2566. PlayAnimationFromTable({
  2567. CFrame.new(0.0215015616, -0.0219376255, -0.0506213121, 0.892460823, 0.123405606, -0.433918685, -0.12841095, 0.991559923, 0.0178888384, 0.432463884, 0.0397548005, 0.900774658) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2568. CFrame.new(-0.106779374, 1.48791957, 0.00561950728, 0.052413702, -0.112091154, -0.992314637, 1.37835741e-07, 0.993682027, -0.112245195, 0.998627186, 0.0058830753, 0.0520823896) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2569. CFrame.new(1.8764025, 0.550787807, -0.173913807, -0.0639793798, -0.992299974, 0.106054008, 0.986576259, -0.0788917094, -0.142981052, 0.150246888, 0.0954825282, 0.98402679) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2570. CFrame.new(-1.64552236, 0.0687195063, -0.173113346, 0.950140417, 0.253708631, -0.181288153, -0.269049466, 0.960908115, -0.0653329939, 0.157625407, 0.110850893, 0.981257677) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2571. CFrame.new(0.914609671, -1.89220476, -1.188647e-05, 0.0296378732, -0.517152905, -0.855379939, 0.017911911, 0.855893135, -0.516842544, 0.999400258, -3.36766243e-06, 0.0346300602) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2572. CFrame.new(-0.457556218, -1.98231208, -0.138455093, 0.955226064, 0.0525363758, -0.291175902, -0.0912997425, 0.988423169, -0.121176556, 0.281438798, 0.142335266, 0.948964) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2573. }, .3, false)
  2574. moter.C0 = clerp(moter.C0, CFrame.new(-0.0811068267, -1.64513206, -0.375957668, 0.194887191, 0.0239959247, 0.980531991, 0.12720263, -0.991876423, -0.00100876763, 0.972542644, 0.124922603, -0.196356177) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2575. end
  2576. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, .9)
  2577. for i = 0, .25, 0.1 do
  2578. swait()
  2579. PlayAnimationFromTable({
  2580. CFrame.new(0.0590082817, -0.0219368599, -0.144591719, -0.873816788, -0.104594097, -0.474873334, -0.12841098, 0.991559863, 0.0178917665, 0.468993872, 0.0766130462, -0.879872561) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2581. CFrame.new(-0.106755644, 1.4879185, 0.00557660684, 0.0524137616, -0.112089001, -0.992314935, -2.69711018e-06, 0.993680775, -0.112243399, 0.998625517, 0.00588576496, 0.0520822704) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2582. CFrame.new(1.87641883, 0.550789893, -0.173913777, -0.0639760941, -0.992300153, 0.106054008, 0.98657608, -0.0788887143, -0.142983839, 0.150249347, 0.0954827964, 0.984026551) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2583. CFrame.new(-1.64550126, 0.0687222853, -0.17315045, 0.950140059, 0.253708541, -0.181289196, -0.269049615, 0.960907817, -0.0653340146, 0.15762642, 0.110852264, 0.9812572) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2584. CFrame.new(0.914622247, -1.89220142, -5.55654988e-05, 0.0296370685, -0.517152309, -0.855380177, 0.0179088414, 0.855893433, -0.516842127, 0.999400258, -1.17719173e-06, 0.0346277952) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2585. CFrame.new(-0.457514405, -1.98230898, -0.138487726, 0.955225945, 0.0525365286, -0.291175961, -0.0913007036, 0.988422811, -0.121179238, 0.281438649, 0.142338097, 0.948963821) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2586. }, .3, false)
  2587. moter.C0 = clerp(moter.C0, CFrame.new(-0.0811059102, -1.64510548, -0.375980914, 0.194886461, 0.0239996649, 0.980532229, 0.127204716, -0.991876125, -0.00100535899, 0.972542286, 0.124924242, -0.196356058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2588. end
  2589. for i = 0, .4, 0.1 do
  2590. swait()
  2591. PlayAnimationFromTable({
  2592. CFrame.new(-0.0345738605, -0.0854207352, 0.0850979686, -0.0048020049, -0.0186639875, 0.99981457, -0.12841107, 0.991559923, 0.0178931784, -0.991709709, -0.128301322, -0.00715814019) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2593. CFrame.new(-0.106759697, 1.48791838, 0.00555624347, 0.0524108298, -0.112090915, -0.992314935, -4.4698827e-06, 0.993680656, -0.112245403, 0.998625696, 0.00588730862, 0.0520791188) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2594. CFrame.new(1.87641191, 0.550789356, -0.173913136, -0.063974835, -0.992300332, 0.106054559, 0.986575902, -0.0788877457, -0.142985746, 0.150251195, 0.0954833776, 0.984026313) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2595. CFrame.new(-1.64552104, 0.0687186643, -0.173174798, 0.950139642, 0.25370872, -0.181292072, -0.269050032, 0.960907876, -0.0653332844, 0.157629356, 0.110852361, 0.981256723) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2596. CFrame.new(0.914621711, -1.89220178, -5.38625754e-05, 0.0296363328, -0.517152011, -0.855380416, 0.0179073587, 0.855893672, -0.516841888, 0.999400437, -3.02679837e-07, 0.0346263722) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2597. CFrame.new(-0.457538307, -1.98231256, -0.13849853, 0.95522511, 0.0525351912, -0.291178912, -0.0913010836, 0.988422394, -0.121183768, 0.281441301, 0.142342716, 0.948962331) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2598. }, .3, false)
  2599. moter.C0 = clerp(moter.C0, CFrame.new(-0.0811029226, -1.64512837, -0.375977427, 0.194886893, 0.0240010694, 0.98053205, 0.127205342, -0.991876006, -0.00100411475, 0.972542107, 0.1249246, -0.196356669) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2600. end
  2601. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.15)
  2602. coroutine.wrap(function()
  2603. ref = Instance.new("Part", FalsePure)
  2604. ref.Anchored = true
  2605. ref.Transparency = 1
  2606. ref.CanCollide = false
  2607. ref.CFrame = RootPart.CFrame
  2608. for i = 0, 60 do
  2609. swait()
  2610. ref.CFrame = ref.CFrame * CFrame.new(0,0,-2.5)
  2611. Effects.Sphere.Create(BrickColor.new("White"), ref.CFrame * CFrame.new(math.random(-4,4),math.random(-4,4),math.random(-4,4)) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180))), 1, 1, 2, 0, 0, 9, 0.07)
  2612. MagnitudeDamage(ref, 6, 7, 12, 0, "Normal", "199149186", 1) --http://www.roblox.com/asset/?id=
  2613. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=200632992", ref, 1, 1)
  2614. end
  2615. ref:Remove()
  2616. end)()
  2617. for i = 0, .8, 0.1 do
  2618. swait()
  2619. PlayAnimationFromTable({
  2620. CFrame.new(-0.130087689, -0.0854207948, -0.104538761, 0.848553777, 0.119192973, -0.515509427, -0.12841095, 0.991559863, 0.0178916883, 0.513290882, 0.0510149673, 0.85669744) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2621. CFrame.new(-0.0676337183, 1.52672815, -0.0240787752, 0.822895706, -0.120273784, 0.555316925, 0.0961414278, 0.992720723, 0.0725422055, -0.559999585, -0.00630569737, 0.828469038) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2622. CFrame.new(1.91607141, 0.636486173, 0.538587928, -0.164104298, -0.819614053, -0.548910379, 0.973439217, -0.0444979928, -0.224580169, 0.159643665, -0.57118535, 0.805146813) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2623. CFrame.new(-1.65514445, 0.177976057, -0.413865387, 0.90877533, 0.315629989, -0.272958875, -0.392467111, 0.868733764, -0.302116513, 0.141771913, 0.381684005, 0.913356006) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2624. CFrame.new(0.83761853, -1.91776252, 0.0825821832, 0.924021006, -0.322229505, -0.205798984, 0.316214055, 0.946632504, -0.0624127649, 0.214927286, -0.00740583241, 0.976602435) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2625. CFrame.new(-0.45750761, -1.98230767, -0.138491035, 0.955224514, 0.0525344387, -0.291181058, -0.0913008377, 0.988422275, -0.121184379, 0.281443506, 0.142343387, 0.948961616) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2626. }, .3, false)
  2627. moter.C0 = clerp(moter.C0, CFrame.new(-0.0583643354, -1.09439969, -0.265255094, 0.147985846, 0.129075974, 0.980530381, 0.661115885, -0.750283182, -0.00101198256, 0.735544741, 0.648393989, -0.196365476) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2628. end
  2629. attack = false
  2630. end
  2631. function sliceyslice()
  2632. attack = true
  2633. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
  2634. for i = 0, .7, 0.1 do
  2635. swait()
  2636. PlayAnimationFromTable({
  2637. CFrame.new(-0.0509506799, -0.627362788, 0.252791256, 0.579286039, -3.45281421e-08, -0.815124393, 0.458849072, 0.826512098, 0.32609117, 0.673710048, -0.56291914, 0.478786886) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2638. CFrame.new(0.284498036, 1.50512135, 0.0691760853, 0.64777112, 0.216736928, 0.730355918, -5.62518835e-07, 0.958680511, -0.284488112, -0.761834562, 0.184286118, 0.621008396) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2639. CFrame.new(1.80473328, 0.332297206, 0.754164934, 0.401365966, -0.811118126, -0.425432414, 0.811118126, 0.0990228653, 0.576439261, -0.425432801, -0.576438963, 0.697656989) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2640. CFrame.new(-1.58266723, 0.194353491, -0.558353603, 0.935109615, 0.158752754, -0.316808492, -0.308160633, 0.805702388, -0.505846798, 0.174948707, 0.570650101, 0.802341342) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2641. CFrame.new(0.149082392, -1.74518442, -0.92055583, 0.953501105, 0.247029692, 0.172660202, 0.0360025764, 0.475423455, -0.879020393, -0.299230397, 0.84436357, 0.44442302) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2642. CFrame.new(-0.990869522, -1.64551854, 0.493989646, 0.915096641, 0.371197581, 0.1575142, -0.368945181, 0.613126993, 0.698538721, 0.162719339, -0.697344124, 0.698022485) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2643. }, .15, false)
  2644. moter.C0 = clerp(moter.C0, CFrame.new(-0.00987126026, -0.995855451, -0.381457001, 1.28746033e-05, -6.08339906e-06, 1.00000012, 0.911587059, -0.411107272, -1.42455101e-05, 0.411107302, 0.911587059, 2.5331974e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(doe * 22), 0, 0), 0.3)
  2645. end
  2646. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
  2647. for i = 0, .7, 0.1 do
  2648. swait()
  2649. PlayAnimationFromTable({
  2650. CFrame.new(-0.0509506799, -0.627362788, 0.252791256, 0.579286039, -3.45281421e-08, -0.815124393, 0.458849072, 0.826512098, 0.32609117, 0.673710048, -0.56291914, 0.478786886) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2651. CFrame.new(0.284498036, 1.50512135, 0.0691760853, 0.64777112, 0.216736928, 0.730355918, -5.62518835e-07, 0.958680511, -0.284488112, -0.761834562, 0.184286118, 0.621008396) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2652. CFrame.new(1.80473328, 0.332297206, 0.754164934, 0.401365966, -0.811118126, -0.425432414, 0.811118126, 0.0990228653, 0.576439261, -0.425432801, -0.576438963, 0.697656989) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2653. CFrame.new(-1.58266723, 0.194353491, -0.558353603, 0.935109615, 0.158752754, -0.316808492, -0.308160633, 0.805702388, -0.505846798, 0.174948707, 0.570650101, 0.802341342) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2654. CFrame.new(0.149082392, -1.74518442, -0.92055583, 0.953501105, 0.247029692, 0.172660202, 0.0360025764, 0.475423455, -0.879020393, -0.299230397, 0.84436357, 0.44442302) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2655. CFrame.new(-0.990869522, -1.64551854, 0.493989646, 0.915096641, 0.371197581, 0.1575142, -0.368945181, 0.613126993, 0.698538721, 0.162719339, -0.697344124, 0.698022485) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2656. }, .15, false)
  2657. moter.C0 = clerp(moter.C0, CFrame.new(-0.00987126026, -0.995855451, -0.381457001, 1.28746033e-05, -6.08339906e-06, 1.00000012, 0.911587059, -0.411107272, -1.42455101e-05, 0.411107302, 0.911587059, 2.5331974e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(doe * 22), 0, 0), 0.3)
  2658. end
  2659. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
  2660. for i = 0, .7, 0.1 do
  2661. swait()
  2662. PlayAnimationFromTable({
  2663. CFrame.new(-0.0509506799, -0.627362788, 0.252791256, 0.579286039, -3.45281421e-08, -0.815124393, 0.458849072, 0.826512098, 0.32609117, 0.673710048, -0.56291914, 0.478786886) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2664. CFrame.new(0.284498036, 1.50512135, 0.0691760853, 0.64777112, 0.216736928, 0.730355918, -5.62518835e-07, 0.958680511, -0.284488112, -0.761834562, 0.184286118, 0.621008396) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2665. CFrame.new(1.80473328, 0.332297206, 0.754164934, 0.401365966, -0.811118126, -0.425432414, 0.811118126, 0.0990228653, 0.576439261, -0.425432801, -0.576438963, 0.697656989) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2666. CFrame.new(-1.58266723, 0.194353491, -0.558353603, 0.935109615, 0.158752754, -0.316808492, -0.308160633, 0.805702388, -0.505846798, 0.174948707, 0.570650101, 0.802341342) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2667. CFrame.new(0.149082392, -1.74518442, -0.92055583, 0.953501105, 0.247029692, 0.172660202, 0.0360025764, 0.475423455, -0.879020393, -0.299230397, 0.84436357, 0.44442302) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2668. CFrame.new(-0.990869522, -1.64551854, 0.493989646, 0.915096641, 0.371197581, 0.1575142, -0.368945181, 0.613126993, 0.698538721, 0.162719339, -0.697344124, 0.698022485) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2669. }, .15, false)
  2670. moter.C0 = clerp(moter.C0, CFrame.new(-0.00987126026, -0.995855451, -0.381457001, 1.28746033e-05, -6.08339906e-06, 1.00000012, 0.911587059, -0.411107272, -1.42455101e-05, 0.411107302, 0.911587059, 2.5331974e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(doe * 22), 0, 0), 0.3)
  2671. end
  2672. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
  2673. for i = 0, .7, 0.1 do
  2674. swait()
  2675. PlayAnimationFromTable({
  2676. CFrame.new(-0.0509506799, -0.627362788, 0.252791256, 0.579286039, -3.45281421e-08, -0.815124393, 0.458849072, 0.826512098, 0.32609117, 0.673710048, -0.56291914, 0.478786886) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2677. CFrame.new(0.284498036, 1.50512135, 0.0691760853, 0.64777112, 0.216736928, 0.730355918, -5.62518835e-07, 0.958680511, -0.284488112, -0.761834562, 0.184286118, 0.621008396) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2678. CFrame.new(1.80473328, 0.332297206, 0.754164934, 0.401365966, -0.811118126, -0.425432414, 0.811118126, 0.0990228653, 0.576439261, -0.425432801, -0.576438963, 0.697656989) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2679. CFrame.new(-1.58266723, 0.194353491, -0.558353603, 0.935109615, 0.158752754, -0.316808492, -0.308160633, 0.805702388, -0.505846798, 0.174948707, 0.570650101, 0.802341342) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2680. CFrame.new(0.149082392, -1.74518442, -0.92055583, 0.953501105, 0.247029692, 0.172660202, 0.0360025764, 0.475423455, -0.879020393, -0.299230397, 0.84436357, 0.44442302) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2681. CFrame.new(-0.990869522, -1.64551854, 0.493989646, 0.915096641, 0.371197581, 0.1575142, -0.368945181, 0.613126993, 0.698538721, 0.162719339, -0.697344124, 0.698022485) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2682. }, .15, false)
  2683. moter.C0 = clerp(moter.C0, CFrame.new(-0.00987126026, -0.995855451, -0.381457001, 1.28746033e-05, -6.08339906e-06, 1.00000012, 0.911587059, -0.411107272, -1.42455101e-05, 0.411107302, 0.911587059, 2.5331974e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(doe * 22), 0, 0), 0.3)
  2684. end
  2685.  
  2686. for _,v in pairs(Character:children()) do
  2687. if v:IsA("Accessory") then
  2688. v.Handle.Transparency = 1
  2689. elseif v:IsA("Part") then
  2690. v.Transparency = 1
  2691. end
  2692. end
  2693. for _,v in pairs(FalsePure:children()) do
  2694. if v:IsA("Part") then
  2695. v.Transparency = 1
  2696. end
  2697. end
  2698. if Head.face.Parent ~= nil then
  2699. Head.face.Transparency = 1
  2700. end
  2701. for i = 0, 3, 0.1 do
  2702. swait()
  2703. PlayAnimationFromTable({
  2704. CFrame.new(-0.0129806623, -0.0860432535, 0.161416173, 0.825107157, 0.10957884, 0.554247797, -0.0893510208, 0.99397397, -0.0634992868, -0.557866096, 0.00287110545, 0.829926074) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2705. CFrame.new(-0.298033714, 1.4832108, -0.168047965, 0.561100423, -0.172548532, -0.809565365, 0.128856912, 0.984315932, -0.120486088, 0.817660391, -0.0367132761, 0.57453239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2706. CFrame.new(0.783375919, 0.761771381, -0.863815308, -0.208566546, 0.56169647, 0.80062294, 0.934386969, -0.127315223, 0.33273387, 0.288826913, 0.817488909, -0.498288214) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2707. CFrame.new(-1.83050621, 0.0614415631, -0.223507136, 0.365020454, 0.927704394, -0.0782625079, -0.909874856, 0.337669432, -0.241054893, -0.197201073, 0.15919897, 0.967350721) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2708. CFrame.new(0.977219462, -1.89633548, 0.100963935, -0.577007771, -0.376951754, 0.724554658, -0.285108209, 0.924288034, 0.253811061, -0.765367925, -0.0601257831, -0.640788794) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2709. CFrame.new(-0.610510588, -1.97580755, -0.0497805513, 0.997271776, 0.0592549369, 0.0440300703, -0.0566930212, 0.99674499, -0.0573190562, -0.0472831726, 0.054666467, 0.997384548) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2710. }, .3, false)
  2711. moter.C0 = clerp(moter.C0, CFrame.new(0.19801034, -0.722233295, 0.513238311, 0.129601017, -0.21509555, -0.967955291, 0.402400345, -0.880779862, 0.249601722, -0.906243682, -0.421854109, -0.0275954604) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2712. Torso.Velocity = RootPart.CFrame.lookVector * 90
  2713. Effects.Sphere.Create(BrickColor.new("White"), RootPart.CFrame * CFrame.new(math.random(-6,6),math.random(-6,6),math.random(-6,6)) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180))), 2, 2, 3, 0, 0, 9, 0.07)
  2714. MagnitudeDamage(RootPart, 10, 7, 12, 0, "Normal", "199149186", 1) --http://www.roblox.com/asset/?id=
  2715. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=200632992", RootPart, 1, 1)
  2716. end
  2717. for _,v in pairs(Character:children()) do
  2718. if v:IsA("Accessory") then
  2719. v.Handle.Transparency = 0
  2720. elseif v:IsA("Part") then
  2721. v.Transparency = 0
  2722. end
  2723. end
  2724. for _,v in pairs(FalsePure:children()) do
  2725. if v:IsA("Part") then
  2726. v.Transparency = 0
  2727. end
  2728. end
  2729. if Head.face.Parent ~= nil then
  2730. Head.face.Transparency = 0
  2731. end
  2732. RootPart.Transparency = 1
  2733. for i = 0, .7, 0.1 do
  2734. swait()
  2735. PlayAnimationFromTable({
  2736. CFrame.new(-0.0129806623, -0.0860432535, 0.161416173, 0.825107157, 0.10957884, 0.554247797, -0.0893510208, 0.99397397, -0.0634992868, -0.557866096, 0.00287110545, 0.829926074) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2737. CFrame.new(-0.298033714, 1.4832108, -0.168047965, 0.561100423, -0.172548532, -0.809565365, 0.128856912, 0.984315932, -0.120486088, 0.817660391, -0.0367132761, 0.57453239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2738. CFrame.new(0.783375919, 0.761771381, -0.863815308, -0.208566546, 0.56169647, 0.80062294, 0.934386969, -0.127315223, 0.33273387, 0.288826913, 0.817488909, -0.498288214) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2739. CFrame.new(-1.83050621, 0.0614415631, -0.223507136, 0.365020454, 0.927704394, -0.0782625079, -0.909874856, 0.337669432, -0.241054893, -0.197201073, 0.15919897, 0.967350721) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2740. CFrame.new(0.977219462, -1.89633548, 0.100963935, -0.577007771, -0.376951754, 0.724554658, -0.285108209, 0.924288034, 0.253811061, -0.765367925, -0.0601257831, -0.640788794) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2741. CFrame.new(-0.610510588, -1.97580755, -0.0497805513, 0.997271776, 0.0592549369, 0.0440300703, -0.0566930212, 0.99674499, -0.0573190562, -0.0472831726, 0.054666467, 0.997384548) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2742. }, .3, false)
  2743. moter.C0 = clerp(moter.C0, CFrame.new(0.19801034, -0.722233295, 0.513238311, 0.129601017, -0.21509555, -0.967955291, 0.402400345, -0.880779862, 0.249601722, -0.906243682, -0.421854109, -0.0275954604) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2744. end
  2745. local con1 = Blade1.Touched:connect(function(hit) Damage(Blade1, hit, 30, 45, math.random(1, 5), "Normal", RootPart, 1.2, "rbxassetid://154965973", .8)end)
  2746. local con2 = Blade2.Touched:connect(function(hit) Damage(Blade2, hit, 30, 45, math.random(1, 5), "Normal", RootPart, 1.2, "rbxassetid://154965973", .8)end)
  2747. -- lazy vv
  2748. hc1 = Blade1.Touched:connect(function(hit)
  2749. local hum = hit.Parent:FindFirstChild("Humanoid")
  2750. if hum and not hum:IsDescendantOf(Character) then
  2751. for i = 1,8 do
  2752. Effects.Break.Create(BrickColor.new("White"), Blade2.CFrame, 1, 1, 6, .5, .5, 5, 0.05)
  2753. end
  2754. hc1:disconnect()
  2755. end
  2756. end)
  2757. hc2 = Blade1.Touched:connect(function(hit)
  2758. local hum = hit.Parent:FindFirstChild("Humanoid")
  2759. if hum and not hum:IsDescendantOf(Character) then
  2760. for i = 1,8 do
  2761. Effects.Break.Create(BrickColor.new("White"), Blade2.CFrame, 1, 1, 6, .5, .5, 5, 0.05)
  2762. end
  2763. hc2:disconnect()
  2764. end
  2765. end)
  2766. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199146359", RootPart, 1, .6)
  2767. for i = 0, 1.2, 0.1 do
  2768. swait()
  2769. PlayAnimationFromTable({
  2770. CFrame.new(-0.0201181248, -0.0850511119, 0.0636792555, 0.903412402, 0.0540365763, -0.425354213, 0.0193670094, 0.985871851, 0.166377917, 0.42833522, -0.158545703, 0.889602304) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2771. CFrame.new(-0.0199700966, 1.51141429, -0.0359886289, 0.927198768, -0.0149377659, 0.374293596, 0.02111209, 0.999699891, -0.0124007761, -0.37399888, 0.019399032, 0.927230835) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2772. CFrame.new(1.80062234, 0.257900983, 0.154014677, 0.320686817, -0.93336308, -0.161224961, 0.926486671, 0.273711383, 0.258272409, -0.196932822, -0.232197374, 0.952523947) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2773. CFrame.new(-1.60375869, -0.10490597, -0.316024631, 0.560420752, 0.713718832, -0.420159936, -0.813680053, 0.569082916, -0.118616238, 0.154447138, 0.408350587, 0.89966464) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2774. CFrame.new(0.942716241, -1.90855038, 0.128970742, -0.577004373, -0.376948595, 0.724552095, -0.285107702, 0.924280703, 0.253809005, -0.765362501, -0.0601264834, -0.64078486) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2775. CFrame.new(-0.610511541, -1.97580981, -0.0497804284, 0.997271657, 0.0592532977, 0.0440276563, -0.0566917062, 0.996745348, -0.057314381, -0.0472804606, 0.0546619967, 0.997384906) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2776. }, .2, false)
  2777. moter.C0 = clerp(moter.C0, CFrame.new(0.198006451, -0.722233415, 0.513243735, 0.129601568, -0.215098128, -0.967954814, 0.402397364, -0.880780518, 0.249604195, -0.906244934, -0.421851456, -0.0275956765) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2778. end
  2779. attack = false
  2780. con1:Disconnect()
  2781. con2:Disconnect()
  2782. hc1:Disconnect()
  2783. hc2:Disconnect()
  2784.  
  2785. end
  2786. function a3()
  2787.  
  2788. end
  2789. function a4()
  2790.  
  2791. end
  2792.  
  2793. Mouse.Button1Down:connect(function()
  2794. if attack == false and attacktype == 1 then
  2795. attacktype = 2
  2796. attackone()
  2797. elseif attack == false and attacktype == 2 then
  2798. attacktype = 3
  2799. attacktwo()
  2800. elseif attack == false and attacktype == 3 then
  2801. attacktype = 1
  2802. attackthree()
  2803. end
  2804. end)
  2805.  
  2806. Mouse.KeyDown:connect(function(k)
  2807. k = k:lower()
  2808. if attack == false and k == 'z' then
  2809. silenceslashwave()
  2810. elseif attack == false and k == 'x' then
  2811. sliceyslice()
  2812. elseif attack == false and k == 'c' then
  2813. a3()
  2814. elseif attack == false and k == 'v' then
  2815. a4()
  2816.  
  2817. end
  2818. end)
  2819.  
  2820. while true do
  2821. swait()
  2822. for i, v in pairs(Character:GetChildren()) do
  2823. if v:IsA("Part") then
  2824. v.Material = "SmoothPlastic"
  2825. elseif v:IsA("Accessory") then
  2826. v:WaitForChild("Handle").Material = "SmoothPlastic"
  2827. end
  2828. end
  2829. while 1 do
  2830. swait()
  2831. if doe <= 360 then
  2832. doe = doe + 2
  2833. else
  2834. doe = 0
  2835. end
  2836. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2837. velocity = RootPart.Velocity.y
  2838. sine = sine + change
  2839. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  2840. if RootPart.Velocity.y > 1 and hit == nil then
  2841. Anim = "Jump"
  2842. if attack == false then
  2843. PlayAnimationFromTable({
  2844. CFrame.new(-0.0693350062, -0.131704837, 0.0960286483, 0.999379337, 0.011712865, 0.0332239382, -0.0147620058, 0.995550334, 0.0930683315, -0.0319860093, -0.0935010239, 0.995105326) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2845. CFrame.new(0.0623191148, 1.44661176, 0.123603255, 0.996760964, -0.0190245546, 0.0781402737, 0.0397163145, 0.961316347, -0.272577912, -0.0699313954, 0.274798095, 0.958959699) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2846. CFrame.new(1.68163061, 0.158514738, 0.185581505, 0.127200559, -0.287317693, -0.949351728, 0.295212567, 0.924717247, -0.240307584, 0.946926475, -0.249693304, 0.20244433) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2847. CFrame.new(-1.63637578, 0.182890564, 0.1496014, 0.960447371, 0.276352584, 0.0342125185, -0.277287543, 0.937887132, 0.208527595, 0.025539292, -0.209765792, 0.977420449) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2848. CFrame.new(0.551568627, -1.93941748, 0.101388723, 0.998156846, -0.0500154123, -0.0343870632, 0.052694723, 0.995237291, 0.0820190609, 0.0301210713, -0.083679989, 0.996037126) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2849. CFrame.new(-0.611604989, -1.96042776, 0.067161113, 0.990875542, 0.0812019408, -0.107574604, -0.0781617016, 0.99642092, 0.0321897715, 0.109803438, -0.0234878883, 0.993676007) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2850. }, .3, false)
  2851. moter.C0 = clerp(moter.C0, CFrame.new(0.036988318, -0.998738408, -0.0814501941, 0.0603632331, 0.232857689, 0.970635712, 0.991610348, -0.125342011, -0.0315978378, 0.114303648, 0.964399695, -0.238470137) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2852. end
  2853. elseif RootPart.Velocity.y < -1 and hit == nil then
  2854. Anim = "Fall"
  2855. if attack == false then
  2856. PlayAnimationFromTable({
  2857. CFrame.new(-0.0693356395, -0.143336162, 0.0245046988, 0.999379337, 0.0117139909, 0.0332260244, -0.0194860082, 0.969503641, 0.244301155, -0.0293510109, -0.244796917, 0.969130039) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2858. CFrame.new(0.0518166609, 1.48133683, -0.0063527748, 0.99676156, -0.0440119132, 0.0673101842, 0.0397172309, 0.997168064, 0.063863948, -0.0699302852, -0.0609837025, 0.995686471) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2859. CFrame.new(1.78636479, 0.0243292153, 0.276870281, 0.174162433, -0.320260584, -0.931182563, 0.478667259, 0.853929043, -0.204164028, 0.860549331, -0.410168767, 0.30202058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2860. CFrame.new(-1.70763886, 0.376769722, 0.11073941, 0.844991505, 0.533693135, 0.0342096724, -0.528285146, 0.82307303, 0.208520964, 0.0831293613, -0.194269568, 0.977424324) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2861. CFrame.new(0.54821384, -1.92199492, 0.182222098, 0.998156548, -0.0451281369, -0.0405904353, 0.052695103, 0.976166964, 0.210526049, 0.0301223993, -0.212276742, 0.976745248) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2862. CFrame.new(-0.63079524, -1.89351392, 0.287987888, 0.990875542, 0.106277987, -0.082892552, -0.0781602114, 0.954132497, 0.289003104, 0.109805107, -0.279887199, 0.953732729) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2863. }, .3, false)
  2864. moter.C0 = clerp(moter.C0, CFrame.new(0.134623349, -0.992331505, -0.14096491, 0.106571108, 0.362519503, 0.925862908, 0.945223689, -0.32588166, 0.0187986791, 0.308536619, 0.873144269, -0.377391577) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2865. end
  2866. elseif Torsovelocity < 1 and hit ~= nil then
  2867. Anim = "Idle"
  2868. if attack == false then
  2869. change = 1
  2870. PlayAnimationFromTable({
  2871. CFrame.new(-0.285482347, -0.116132841, 0.0450745933, 0.831119895, 0.239662796, -0.501798272, -0.0239858311, 0.916973472, 0.39822647, 0.555575788, -0.318937898, 0.767863393) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2872. CFrame.new(0.0623145849, 1.44661605, 0.123601809, 0.907468677, -0.0715500936, 0.413982421, 0.175795794, 0.959645629, -0.219494104, -0.381571084, 0.271960467, 0.883426309) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2873. CFrame.new(1.55532289, 0.193120033, -0.415511966, 0.531857967, -0.445645332, -0.720088542, 0.21219489, 0.893335938, -0.396136582, 0.819817364, 0.0578892827, 0.569691479) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2874. CFrame.new(-1.62949646, 0.140622556, -0.0875500068, 0.976484299, 0.215573758, -0.00254911184, -0.215579316, 0.976261318, -0.0209639817, -0.00203067064, 0.0210205466, 0.999776959) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2875. CFrame.new(0.823712409, -1.8854568, -0.171732366, 0.927691162, -0.294686615, 0.229243919, 0.291436732, 0.955359221, 0.0487003028, -0.233360738, 0.0216341615, 0.972149968) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2876. CFrame.new(-0.61071074, -1.92318702, -0.507190466, 0.980618894, 0.113510445, -0.159693539, -0.168938369, 0.90268141, -0.395760268, 0.099229455, 0.415068328, 0.904362679) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2877. }, .3, false)
  2878. moter.C0 = clerp(moter.C0, CFrame.new(0.0797343776, -0.986672819, -0.208657712, 0.0603604913, 0.23285608, 0.970636368, 0.991610348, -0.125342816, -0.0315949917, 0.114305213, 0.964399993, -0.23846826) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2879. end
  2880. elseif Torsovelocity > 2 and hit ~= nil then
  2881. Anim = "Walk"
  2882. if attack == false then
  2883. PlayAnimationFromTable({
  2884. CFrame.new(-0.0693379641, -0.112550974, -0.000137325376, 0.999379456, 0.0117139304, 0.0332223102, -0.0212590098, 0.952548623, 0.303643078, -0.028089013, -0.304160893, 0.952206552) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2885. CFrame.new(0.0623142347, 1.44662333, 0.123599991, 0.996768415, -0.0249702502, 0.0764508992, 0.0397175141, 0.979414463, -0.197942808, -0.0699340329, 0.200338155, 0.977232814) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2886. CFrame.new(1.68893826, 0.120773882, -0.0211201012, 0.127777547, -0.292282134, -0.947757602, 0.152093738, 0.950062215, -0.272487462, 0.980071664, -0.109330237, 0.165850908) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2887. CFrame.new(-1.60251725, -0.0125008672, 0.35961023, 0.980368853, 0.18677406, 0.0632118806, -0.197174087, 0.931251287, 0.30641979, -0.00163486786, -0.312868387, 0.949795425) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2888. CFrame.new(0.50610894, -1.89611995, -0.0607373863, 0.998472273, -0.0449599139, -0.0321253054, 0.0459547713, 0.998464465, 0.0309315026, 0.0306852963, -0.0323606133, 0.999005258) * CFrame.new(0, 0, 0 + 1 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 - 70 * math.cos((sine) / 3)), 0, 0),
  2889. CFrame.new(-0.590584993, -1.96671391, -0.126982987, 0.990875661, 0.0660340264, -0.117496125, -0.0781607553, 0.991730928, -0.10178715, 0.109803148, 0.110041961, 0.987843215) * CFrame.new(0, 0, 0 - 1 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 + 70 * math.cos((sine) / 3)), 0, 0),
  2890. }, .3, false)
  2891. moter.C0 = clerp(moter.C0, CFrame.new(0.0369881317, -0.998737991, -0.0814540163, 0.0603625476, 0.232858479, 0.970635474, 0.991610467, -0.125341937, -0.0315970182, 0.114303723, 0.964399576, -0.238470823) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  2892. end
  2893. end
  2894. if 0 < #Effects then
  2895. for e = 1, #Effects do
  2896. if Effects[e] ~= nil then
  2897. local Thing = Effects[e]
  2898. if Thing ~= nil then
  2899. local Part = Thing[1]
  2900. local Mode = Thing[2]
  2901. local Delay = Thing[3]
  2902. local IncX = Thing[4]
  2903. local IncY = Thing[5]
  2904. local IncZ = Thing[6]
  2905. if Thing[2] == "Shoot" then
  2906. local Look = Thing[1]
  2907. local move = 30
  2908. if Thing[8] == 3 then
  2909. move = 10
  2910. end
  2911. local hit, pos = rayCast(Thing[4], Thing[1], move, m)
  2912. if Thing[10] ~= nil then
  2913. da = pos
  2914. cf2 = CFrame.new(Thing[4], Thing[10].Position)
  2915. cfa = CFrame.new(Thing[4], pos)
  2916. tehCF = cfa:lerp(cf2, 0.2)
  2917. Thing[1] = tehCF.lookVector
  2918. end
  2919. local mag = (Thing[4] - pos).magnitude
  2920. Effects["Head"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 1, mag * 5, 1, 0.5, 0, 0.5, 0.2)
  2921. if Thing[8] == 2 then
  2922. Effects["Ring"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0), 1, 1, 0.1, 0.5, 0.5, 0.1, 0.1, 1)
  2923. end
  2924. Thing[4] = Thing[4] + Look * move
  2925. Thing[3] = Thing[3] - 1
  2926. if 2 < Thing[5] then
  2927. Thing[5] = Thing[5] - 0.3
  2928. Thing[6] = Thing[6] - 0.3
  2929. end
  2930. if hit ~= nil then
  2931. Thing[3] = 0
  2932. if Thing[8] == 1 or Thing[8] == 3 then
  2933. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  2934. else
  2935. if Thing[8] == 2 then
  2936. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  2937. if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
  2938. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  2939. ref.Anchored = true
  2940. ref.CFrame = CFrame.new(pos)
  2941. CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
  2942. game:GetService("Debris"):AddItem(ref, 0.2)
  2943. Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2)
  2944. Effects["Ring"].Create(BrickColor.new("Bright yellow"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1)
  2945. MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
  2946. end
  2947. end
  2948. end
  2949. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  2950. ref.Anchored = true
  2951. ref.CFrame = CFrame.new(pos)
  2952. Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
  2953. game:GetService("Debris"):AddItem(ref, 1)
  2954. end
  2955. if Thing[3] <= 0 then
  2956. table.remove(Effects, e)
  2957. end
  2958. end
  2959. do
  2960. do
  2961. if Thing[2] == "FireWave" then
  2962. if Thing[3] <= Thing[4] then
  2963. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
  2964. Thing[3] = Thing[3] + 1
  2965. Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
  2966. else
  2967. Part.Parent = nil
  2968. table.remove(Effects, e)
  2969. end
  2970. end
  2971. if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
  2972. if Thing[1].Transparency <= 1 then
  2973. if Thing[2] == "Block1" then
  2974. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2975. Mesh = Thing[7]
  2976. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2977. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2978. else
  2979. if Thing[2] == "Block2" then
  2980. Thing[1].CFrame = Thing[1].CFrame
  2981. Mesh = Thing[7]
  2982. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2983. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2984. else
  2985. if Thing[2] == "Fire" then
  2986. Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
  2987. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2988. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2989. else
  2990. if Thing[2] == "Cylinder" then
  2991. Mesh = Thing[7]
  2992. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2993. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2994. else
  2995. if Thing[2] == "Blood" then
  2996. Mesh = Thing[7]
  2997. Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
  2998. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2999. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3000. else
  3001. if Thing[2] == "Elec" then
  3002. Mesh = Thing[10]
  3003. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  3004. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3005. else
  3006. if Thing[2] == "Disappear" then
  3007. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3008. else
  3009. if Thing[2] == "Shatter" then
  3010. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3011. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  3012. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  3013. Thing[6] = Thing[6] + Thing[5]
  3014. end
  3015. end
  3016. end
  3017. end
  3018. end
  3019. end
  3020. end
  3021. end
  3022. else
  3023. Part.Parent = nil
  3024. table.remove(Effects, e)
  3025. end
  3026. end
  3027. end
  3028. end
  3029. end
  3030. end
  3031. end
  3032. end
  3033. end
  3034. end
  3035. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement