Advertisement
DoggoClan

Dark

Jul 7th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 166.20 KB | None | 0 0
  1. Instance.new("ForceField", game.Players.LocalPlayer.Character). Visible = false
  2. local Player = game:service'Players'.localPlayer
  3. Character = Player.Character
  4. Humanoid = Character.Humanoid
  5. Humanoid.MaxHealth= math.huge
  6. Humanoid.Health=Humanoid.MaxHealth
  7. local Player = game:service'Players'.localPlayer
  8. Character = Player.Character
  9. Head = Character["Head"]
  10. local chara = Player.Character
  11. New = function(Object, Parent, Name, Data)
  12. local Object = Instance.new(Object)
  13. for Index, Value in pairs(Data or {}) do
  14. Object[Index] = Value
  15. end
  16. Object.Parent = Parent
  17. Object.Name = Name
  18. return Object
  19. end
  20. Shade = New("Part",chara,"Shade",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.20000005, 0.600000024, 1),CFrame = CFrame.new(68.5999985, 0.700013041, 9.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  21. Mesh = New("SpecialMesh",Shade,"Mesh",{Scale = Vector3.new(1.25999999, 1.5, 1.25999999),})
  22. Weld = New("Weld",Shade,"mot",{Part0 = Shade,Part1 = chara.Head,C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  23. local Player = game.Players.localPlayer
  24. local Character = Player.Character
  25. local red = 255
  26. local green = 255
  27. local blue = 255
  28. local Humanoid = Character.Humanoid
  29. local mouse = Player:GetMouse()
  30. local m = Instance.new("Model", Character)
  31.  
  32. m.Name = "WeaponModel"
  33. local LeftArm = Character["Left Arm"]
  34. local RightArm = Character["Right Arm"]
  35. local LeftLeg = Character["Left Leg"]
  36. local RightLeg = Character["Right Leg"]
  37. local Head = Character.Head
  38. local Torso = Character.Torso
  39. local cam = game.Workspace.CurrentCamera
  40. local RootPart = Character.HumanoidRootPart
  41. local RootJoint = RootPart.RootJoint
  42. local equipped = false
  43. local attack = false
  44. local Anim = "Idle"
  45. local idle = 0
  46. local attacktype = 1
  47. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  48. local velocity = RootPart.Velocity.y
  49. local sine = 0
  50. local change = 1
  51. local grabbed = false
  52. local cn = CFrame.new
  53. local mr = math.rad
  54. local angles = CFrame.Angles
  55. local ud = UDim2.new
  56. local c3 = Color3.new
  57. local lim = 0
  58. local st = 0
  59. local necko = cn(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  60. local attacktype = 1
  61. local ZTarget, RocketTarget = nil, nil
  62. local euler = CFrame.fromEulerAnglesXYZ
  63. function clerp(a,b,t)
  64. local qa = {QuaternionFromCFrame(a)}
  65. local qb = {QuaternionFromCFrame(b)}
  66. local ax, ay, az = a.x, a.y, a.z
  67. local bx, by, bz = b.x, b.y, b.z
  68. local _t = 1-t
  69. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  70. end
  71.  
  72.  
  73.  
  74.  
  75. function QuaternionFromCFrame(cf)
  76. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  77. local trace = m00 + m11 + m22
  78. if trace > 0 then
  79. local s = math.sqrt(1 + trace)
  80. local recip = 0.5/s
  81. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  82. else
  83. local i = 0
  84. if m11 > m00 then
  85. i = 1
  86. end
  87. if m22 > (i == 0 and m00 or m11) then
  88. i = 2
  89. end
  90. if i == 0 then
  91. local s = math.sqrt(m00-m11-m22+1)
  92. local recip = 0.5/s
  93. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  94. elseif i == 1 then
  95. local s = math.sqrt(m11-m22-m00+1)
  96. local recip = 0.5/s
  97. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  98. elseif i == 2 then
  99. local s = math.sqrt(m22-m00-m11+1)
  100. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  101. end
  102. end
  103. end
  104.  
  105. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  106. local xs, ys, zs = x + x, y + y, z + z
  107. local wx, wy, wz = w*xs, w*ys, w*zs
  108. local xx = x*xs
  109. local xy = x*ys
  110. local xz = x*zs
  111. local yy = y*ys
  112. local yz = y*zs
  113. local zz = z*zs
  114. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  115. end
  116.  
  117. function QuaternionSlerp(a, b, t)
  118. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  119. local startInterp, finishInterp;
  120. if cosTheta >= 0.0001 then
  121. if (1 - cosTheta) > 0.0001 then
  122. local theta = math.acos(cosTheta)
  123. local invSinTheta = 1/math.sin(theta)
  124. startInterp = math.sin((1-t)*theta)*invSinTheta
  125. finishInterp = math.sin(t*theta)*invSinTheta
  126. else
  127. startInterp = 1-t
  128. finishInterp = t
  129. end
  130. else
  131. if (1+cosTheta) > 0.0001 then
  132. local theta = math.acos(-cosTheta)
  133. local invSinTheta = 1/math.sin(theta)
  134. startInterp = math.sin((t-1)*theta)*invSinTheta
  135. finishInterp = math.sin(t*theta)*invSinTheta
  136. else
  137. startInterp = t-1
  138. finishInterp = t
  139. end
  140. end
  141. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  142. end
  143. rayCast = function(Position, Direction, Range, Ignore)
  144. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  145. end
  146. local v = game.Players.localPlayer
  147. local torso = v.Character.Torso
  148. wait(1)
  149. local p = Instance.new("Part", v.Character)
  150. p.Name = "kit"
  151. p.Anchored = true
  152. p.Transparency = 0
  153. p.Material = "Plastic"
  154. p.CanCollide = false
  155. p.TopSurface = 0
  156. p.BottomSurface = 0
  157. p.Size = Vector3.new(0.2, 0.2, 0.2)
  158. p.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  159. local msh = Instance.new("SpecialMesh", p)
  160. msh.Scale = Vector3.new(-2, 2, 2)
  161. msh.MeshId = "http://www.roblox.com/asset/?id=188635159"
  162. msh.TextureId = "http://www.roblox.com/asset/?id=188539332"
  163. msh.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  164. local pn = Instance.new("Part", v.Character.kit)
  165. pn.Name = "tail2"
  166. pn.Anchored = true
  167. pn.Transparency = 0
  168. pn.Material = "Plastic"
  169. pn.CanCollide = false
  170. pn.TopSurface = 0
  171. pn.BottomSurface = 0
  172. pn.Size = Vector3.new(5, 3, 3)
  173. pn.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  174. local mshn = Instance.new("SpecialMesh", pn)
  175. mshn.Scale = Vector3.new(2, 2, 2)
  176. mshn.MeshId = "http://www.roblox.com/asset/?id=188635159"
  177. mshn.TextureId = "http://www.roblox.com/asset/?id=188539332"
  178. mshn.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  179. local pn3 = Instance.new("Part", v.Character.kit)
  180. pn3.Name = "tail3"
  181. pn3.Anchored = true
  182. pn3.Transparency = 0
  183. pn3.Material = "Plastic"
  184. pn3.CanCollide = false
  185. pn3.TopSurface = 0
  186. pn3.BottomSurface = 0
  187. pn3.Size = Vector3.new(0.2, 0.2, 0.2)
  188. pn3.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  189. local mshn3 = Instance.new("SpecialMesh", pn3)
  190. mshn3.Scale = Vector3.new(2, 2, 2)
  191. mshn3.MeshId = "http://www.roblox.com/asset/?id=0"
  192. mshn3.TextureId = "http://www.roblox.com/asset/?id=0"
  193. mshn3.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  194. local pn4 = Instance.new("Part", v.Character.kit)
  195. pn4.Name = "tail4"
  196. pn4.Anchored = true
  197. pn4.Transparency = 0
  198. pn4.Material = "Plastic"
  199. pn4.CanCollide = false
  200. pn4.TopSurface = 0
  201. pn4.BottomSurface = 0
  202. pn4.Size = Vector3.new(0.2, 0.2, 0.2)
  203. pn4.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  204. local mshn4 = Instance.new("SpecialMesh", pn4)
  205. mshn4.Scale = Vector3.new(-2, 2, 2)
  206. mshn4.MeshId = "http://www.roblox.com/asset/?id=0"
  207. mshn4.TextureId = "http://www.roblox.com/asset/?id=0"
  208. mshn4.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  209. local pn5 = Instance.new("Part", v.Character.kit)
  210. pn5.Name = "tail5"
  211. pn5.Anchored = true
  212. pn5.Transparency = 0
  213. pn5.Material = "Plastic"
  214. pn5.CanCollide = false
  215. pn5.TopSurface = 0
  216. pn5.BottomSurface = 0
  217. pn5.Size = Vector3.new(0.2, 0.2, 0.2)
  218. pn5.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  219. local mshn5 = Instance.new("SpecialMesh", pn5)
  220. mshn5.Scale = Vector3.new(2, 2, 2)
  221. mshn5.MeshId = "http://www.roblox.com/asset/?id=0"
  222. mshn5.TextureId = "http://www.roblox.com/asset/?id=0"
  223. mshn5.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  224. local pn6 = Instance.new("Part", v.Character.kit)
  225. pn6.Name = "tail6"
  226. pn6.Anchored = true
  227. pn6.Transparency = 0
  228. pn6.Material = "Plastic"
  229. pn6.CanCollide = false
  230. pn6.TopSurface = 0
  231. pn6.BottomSurface = 0
  232. pn6.Size = Vector3.new(0.2, 0.2, 0.2)
  233. pn6.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  234. local mshn6 = Instance.new("SpecialMesh", pn6)
  235. mshn6.Scale = Vector3.new(2, 2, 2)
  236. mshn6.MeshId = "http://www.roblox.com/asset/?id=0"
  237. mshn6.TextureId = "http://www.roblox.com/asset/?id=0"
  238. mshn6.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  239. local pn7 = Instance.new("Part", v.Character.kit)
  240. pn7.Name = "tail7"
  241. pn7.Anchored = true
  242. pn7.Transparency = 0
  243. pn7.Material = "Plastic"
  244. pn7.CanCollide = false
  245. pn7.TopSurface = 0
  246. pn7.BottomSurface = 0
  247. pn7.Size = Vector3.new(0.2, 0.2, 0.2)
  248. pn7.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  249. local mshn7 = Instance.new("SpecialMesh", pn7)
  250. mshn7.Scale = Vector3.new(2, 2, 2)
  251. mshn7.MeshId = "http://www.roblox.com/asset/?id=0"
  252. mshn7.TextureId = "http://www.roblox.com/asset/?id=0"
  253. mshn7.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  254. local pn8 = Instance.new("Part", v.Character.kit)
  255. pn8.Name = "tail8"
  256. pn8.Anchored = true
  257. pn8.Transparency = 0
  258. pn8.Material = "Plastic"
  259. pn8.CanCollide = false
  260. pn8.TopSurface = 0
  261. pn8.BottomSurface = 0
  262. pn8.Size = Vector3.new(0.2, 0.2, 0.2)
  263. pn8.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  264. local mshn8 = Instance.new("SpecialMesh", pn8)
  265. mshn8.Scale = Vector3.new(-2, 2, 2)
  266. mshn8.MeshId = "http://www.roblox.com/asset/?id=0"
  267. mshn8.TextureId = "http://www.roblox.com/asset/?id=0"
  268. mshn8.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  269. local pn9 = Instance.new("Part", v.Character.kit)
  270. pn9.Name = "tail9"
  271. pn9.Anchored = true
  272. pn9.Transparency = 0
  273. pn9.Material = "Plastic"
  274. pn9.CanCollide = false
  275. pn9.TopSurface = 0
  276. pn9.BottomSurface = 0
  277. pn9.Size = Vector3.new(0.2, 0.2, 0.2)
  278. pn9.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  279. local mshn9 = Instance.new("SpecialMesh", pn9)
  280. mshn9.Scale = Vector3.new(-2, 2, 2)
  281. mshn9.MeshId = "http://www.roblox.com/asset/?id=0"
  282. mshn9.TextureId = "http://www.roblox.com/asset/?id=0"
  283. mshn9.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  284. local pn0 = Instance.new("Part", v.Character.kit)
  285. pn0.Name = "ears"
  286. pn0.Anchored = true
  287. pn0.Transparency = 0
  288. pn0.Material = "Plastic"
  289. pn0.CanCollide = false
  290. pn0.TopSurface = 0
  291. pn0.BottomSurface = 0
  292. pn0.Size = Vector3.new(0.2, 0.2, 0.2)
  293. pn0.CustomPhysicalProperties = PhysicalProperties.new(0.01, 0, 0, 0, 0)
  294. local mshn0 = Instance.new("SpecialMesh", pn0)
  295. mshn0.Scale = Vector3.new(0.5, 0.5, 0.5)
  296. mshn0.MeshId = "http://www.roblox.com/asset/?id=361948302"
  297. mshn0.TextureId = "http://www.roblox.com/asset/?id=50657528"
  298. mshn0.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  299. p.Anchored = false
  300. local motor1 = Instance.new("Weld", p)
  301. motor1.Part0 = p
  302. motor1.Part1 = torso
  303. motor1.C0 = CFrame.new(2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  304. motor1.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  305. pn.Anchored = false
  306. local motor2 = Instance.new("Weld", pn)
  307. motor2.Part0 = pn
  308. motor2.Part1 = torso
  309. motor2.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  310. motor2.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  311. pn3.Anchored = false
  312. local motor3 = Instance.new("Weld", pn3)
  313. motor3.Part0 = pn3
  314. motor3.Part1 = torso
  315. motor3.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  316. motor3.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  317. pn4.Anchored = false
  318. local motor4 = Instance.new("Weld", pn4)
  319. motor4.Part0 = pn4
  320. motor4.Part1 = torso
  321. motor4.C0 = CFrame.new(2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  322. motor4.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  323. pn5.Anchored = false
  324. local motor5 = Instance.new("Weld", pn5)
  325. motor5.Part0 = pn5
  326. motor5.Part1 = torso
  327. motor5.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  328. motor5.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  329. pn6.Anchored = false
  330. local motor6 = Instance.new("Weld", pn6)
  331. motor6.Part0 = pn6
  332. motor6.Part1 = torso
  333. motor6.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  334. motor6.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  335. pn7.Anchored = false
  336. local motor7 = Instance.new("Weld", pn7)
  337. motor7.Part0 = pn7
  338. motor7.Part1 = torso
  339. motor7.C0 = CFrame.new(-2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  340. motor7.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  341. pn8.Anchored = false
  342. local motor8 = Instance.new("Weld", pn8)
  343. motor8.Part0 = pn8
  344. motor8.Part1 = torso
  345. motor8.C0 = CFrame.new(2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  346. motor8.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  347. pn9.Anchored = false
  348. local motor9 = Instance.new("Weld", pn9)
  349. motor9.Part0 = pn9
  350. motor9.Part1 = torso
  351. motor9.C0 = CFrame.new(2.36, -1.8, -0.87) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  352. motor9.C1 = CFrame.new(0, -1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  353. pn0.Anchored = false
  354. local motor0 = Instance.new("Weld", pn0)
  355. motor0.Part0 = pn0
  356. motor0.Part1 = v.Character.Head
  357. motor0.C0 = CFrame.new(0, -0.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  358. game:GetService("RunService").Stepped:connect(function()
  359. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  360. velocity = RootPart.Velocity.y
  361. sine = sine + change
  362. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  363. if equipped == true or equipped == false then
  364. if RootPart.Velocity.y > 1 and hit == nil then
  365. Anim = "Jump"
  366. if attack == false then
  367. motor1.C0 = clerp(motor1.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(-90 + 0 * math.cos(sine / 10)), math.rad(80 + 0 * math.cos(sine / 25))), 0.1)
  368. motor2.C0 = clerp(motor2.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-80 + 0 * math.cos(sine / 25))), 0.1)
  369. motor3.C0 = clerp(motor3.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-110 + 0 * math.cos(sine / 25))), 0.1)
  370. motor4.C0 = clerp(motor4.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(-90 + 0 * math.cos(sine / 10)), math.rad(110 + 0 * math.cos(sine / 25))), 0.1)
  371. motor5.C0 = clerp(motor5.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-80 + 0 * math.cos(sine / 25))), 0.1)
  372. motor6.C0 = clerp(motor6.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-80 + 0 * math.cos(sine / 25))), 0.1)
  373. motor7.C0 = clerp(motor7.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(90 + 0 * math.cos(sine / 10)), math.rad(-80 + 0 * math.cos(sine / 25))), 0.1)
  374. motor8.C0 = clerp(motor8.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(-90 + 0 * math.cos(sine / 10)), math.rad(80 + 0 * math.cos(sine / 25))), 0.1)
  375. motor9.C0 = clerp(motor9.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + 0 * math.cos(sine / 10)), math.rad(-90 + 0 * math.cos(sine / 10)), math.rad(80 + 0 * math.cos(sine / 25))), 0.1)
  376. end
  377. else
  378. if RootPart.Velocity.y < -1 and hit == nil then
  379. Anim = "Fall"
  380. if attack == false then
  381. motor1.C0 = clerp(motor1.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(70 + 0 * math.cos(sine / 25))), 0.1)
  382. motor2.C0 = clerp(motor2.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  383. motor3.C0 = clerp(motor3.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  384. motor4.C0 = clerp(motor4.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(70 + 0 * math.cos(sine / 25))), 0.1)
  385. motor5.C0 = clerp(motor5.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  386. motor6.C0 = clerp(motor6.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  387. motor7.C0 = clerp(motor7.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(-70 + 0 * math.cos(sine / 25))), 0.1)
  388. motor8.C0 = clerp(motor8.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(70 + 0 * math.cos(sine / 25))), 0.1)
  389. motor9.C0 = clerp(motor9.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-45 + 0 * math.cos(sine / 10)), math.rad(0 + 0 * math.cos(sine / 10)), math.rad(70 + 0 * math.cos(sine / 25))), 0.1)
  390. end
  391. else
  392. if Torsovelocity < 1 and hit ~= nil then
  393. Anim = "Idle"
  394. if attack == false then
  395. change = 1
  396. motor1.C0 = clerp(motor1.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-5 + 5 * math.cos(sine / 50)), math.rad(0 + 5 * math.cos(sine / 80)), math.rad(0 + 0 * math.cos(sine / 25))), 0.1)
  397. motor2.C0 = clerp(motor2.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-5 + -5 * math.cos(sine / 70)), math.rad(0 + -5 * math.cos(sine / 50)), math.rad(0 + 0 * math.cos(sine / 25))), 0.1)
  398. motor3.C0 = clerp(motor3.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-5 + -5 * math.cos(sine / 80)), math.rad(0 + 5 * math.cos(sine / 65)), math.rad(-50 + 0 * math.cos(sine / 25))), 0.1)
  399. motor4.C0 = clerp(motor4.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(0 + 5 * math.cos(sine / 40)), math.rad(0 + 5 * math.cos(sine / 70)), math.rad(-40 + 0 * math.cos(sine / 25))), 0.1)
  400. motor5.C0 = clerp(motor5.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(0 + 5 * math.cos(sine / 60)), math.rad(0 + 5 * math.cos(sine / 65)), math.rad(40 + 0 * math.cos(sine / 25))), 0.1)
  401. motor6.C0 = clerp(motor6.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-50 + 5 * math.cos(sine / 35)), math.rad(0 + 5 * math.cos(sine / 70)), math.rad(0 + 0 * math.cos(sine / 25))), 0.1)
  402. motor7.C0 = clerp(motor7.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-50 + 5 * math.cos(sine / 70)), math.rad(0 + 5 * math.cos(sine / 35)), math.rad(-45 + 0 * math.cos(sine / 25))), 0.1)
  403. motor8.C0 = clerp(motor8.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-50 + 5 * math.cos(sine / 55)), math.rad(0 + 5 * math.cos(sine / 55)), math.rad(-10 + 0 * math.cos(sine / 25))), 0.1)
  404. motor9.C0 = clerp(motor9.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-50 + 5 * math.cos(sine / 65)), math.rad(0 + 5 * math.cos(sine / 60)), math.rad(35 + 0 * math.cos(sine / 25))), 0.1)
  405. end
  406. else
  407. if Torsovelocity > 2 and hit ~= nil then
  408. Anim = "Walk"
  409. if attack == false then
  410. motor1.C0 = clerp(motor1.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + -10 * math.cos(sine / 10)), math.rad(-45 + 10 * math.cos(sine / 10)), math.rad(45 + 0 * math.cos(sine / 10))), 0.1)
  411. motor2.C0 = clerp(motor2.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  412. motor3.C0 = clerp(motor3.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  413. motor4.C0 = clerp(motor4.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + -10 * math.cos(sine / 10)), math.rad(-45 + 10 * math.cos(sine / 10)), math.rad(45 + 0 * math.cos(sine / 10))), 0.1)
  414. motor5.C0 = clerp(motor5.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  415. motor6.C0 = clerp(motor6.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  416. motor7.C0 = clerp(motor7.C0, CFrame.new(-2.36, -1.8, -0.87) * angles(math.rad(-60 + 10 * math.cos(sine / 10)), math.rad(45 + 10 * math.cos(sine / 10)), math.rad(-45 + 0 * math.cos(sine / 10))), 0.1)
  417. motor8.C0 = clerp(motor8.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + -10 * math.cos(sine / 10)), math.rad(-45 + 10 * math.cos(sine / 10)), math.rad(45 + 0 * math.cos(sine / 10))), 0.1)
  418. motor9.C0 = clerp(motor9.C0, CFrame.new(2.36, -1.8, -0.87) * angles(math.rad(-60 + -10 * math.cos(sine / 10)), math.rad(-45 + 10 * math.cos(sine / 10)), math.rad(45 + 0 * math.cos(sine / 10))), 0.1)
  419. end
  420. end
  421. end
  422. end
  423. end
  424. end
  425. end)
  426. ParticleSettings = {
  427. Lifetime = 1,
  428. Texture = 'rbxassetid://1209757190',
  429. --Color1 is for UpperBody and Accessories, Color2 is for Lower Body
  430. Color1 = ColorSequence.new(BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color,BrickColor.new('Black').Color),
  431. Color2 = ColorSequence.new(BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color,BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color),
  432. AllBody = true,
  433. UpperBodyOnly = false,
  434. LowerBodyOnly = false,
  435. Accessories = true,
  436. Extras = true,
  437. }
  438. TrailSettings = {
  439. Lifetime = 1,
  440. Texture = 'rbxassetid://1209757190',
  441. --Color1 is for UpperBody and Accessories, Color2 is for Lower Body
  442. Color1 = ColorSequence.new(BrickColor.new('Lime green').Color,BrickColor.new('Black').Color),
  443. Color2 = ColorSequence.new(BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color,BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color),
  444. AllBody = true,
  445. UpperBodyOnly = false,
  446. LowerBodyOnly = false,
  447. Accessories = true,
  448. Extras = true,
  449. }
  450. m = game:service'Players'.LocalPlayer:GetMouse()
  451. local p=game:service("Players").LocalPlayer
  452. Instance.new("ForceField", game.Players.LocalPlayer.Character). Visible = false
  453. local char=p.Character
  454. script.Parent=char
  455. local tor=char.Torso
  456. local hed=char.Head
  457. local hupart=char:FindFirstChild('HumanoidRootPart')
  458. local larm=char:FindFirstChild("Left Arm")
  459. local rarm=char:FindFirstChild("Right Arm")
  460. local lleg=char:FindFirstChild("Left Leg")
  461. local rleg=char:FindFirstChild("Right Leg")
  462. local hum=char.Humanoid
  463. local cam=workspace.CurrentCamera
  464. local root=char.HumanoidRootPart
  465. local mouse=p:GetMouse()
  466. local hb=game:service("RunService").Heartbeat
  467. local rs=game:service("RunService").Stepped
  468. hum.MaxHealth= math.huge
  469. hum.Health=hum.MaxHealth
  470. local Colorpart1 = Torso.BrickColor.r
  471. local Colorpart2 = Torso.BrickColor.g
  472. local Colorpart3 = Torso.BrickColor.b
  473. for i,v in pairs(char:GetChildren()) do
  474. if v.ClassName == "Accessory" then
  475. v:Destroy()
  476. end
  477. end
  478. Head.face.Texture = "http://www.roblox.com/asset/?id=176441796"
  479.  
  480.  
  481. local hat3 = Instance.new("Part",char)
  482. hat3.Transparency = 0.3
  483. hat3.CanCollide= false
  484. hat3.Name = 'aot'
  485. hat3.Size = Vector3.new(1,1,1)
  486. local light =Instance.new('PointLight',hat3)
  487. light.Color= Color3.new(255,255,255)
  488. light.Brightness = 1234
  489. light.Range = 5
  490. local image =Instance.new("SpecialMesh",hat3)
  491. image.Scale = Vector3.new(1,1,1)
  492. image.MeshId = 'http://www.roblox.com/asset/?id=1376459'
  493. image.TextureId ='rbxassetid://1982057222'
  494. image.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  495. local w = Instance.new("Weld",hat3)
  496. w.Part1=hat3
  497. w.Part0=tor
  498. w.C0=CFrame.new(0,4,0)
  499.  
  500. local hat4 = Instance.new("Part",char)
  501. hat4.Transparency = 0.2
  502. hat4.CanCollide= false
  503. hat4.Name = 'aot1'
  504. hat4.Size = Vector3.new(1,1,1)
  505. local image =Instance.new("SpecialMesh",hat4)
  506. image.Scale = Vector3.new(1, 1, 1)
  507. image.MeshId = 'http://www.roblox.com/asset/?id=1028713'
  508. image.TextureId ='rbxassetid://1982057222'
  509. image.VertexColor = Vector3.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  510. local w = Instance.new("Weld",hat4)
  511. w.Part1=hat4
  512. w.Part0=hed
  513. w.C0=CFrame.new(0,.9,0)
  514.  
  515. local hat2 = Instance.new("Part",char)
  516. hat2.Transparency = 1
  517. hat2.CanCollide= false
  518. hat2.Size = Vector3.new(1,1,1)
  519. hat2.Name = 'r'
  520.  
  521. local w = Instance.new("Weld",hat2)
  522. w.Part1=hat2
  523. w.Part0=tor
  524. w.C0=CFrame.new(0,4.5,0)
  525.  
  526. local trail = Instance.new("Trail",char)
  527. trail.Color = TrailSettings.Color2
  528. trail.Lifetime = 0.5
  529. local attachment0 = Instance.new("Attachment",char.aot)
  530. attachment0.Name = "TrailAttachment0"
  531. local attachment1 = Instance.new("Attachment",char.r)
  532. attachment1.Name = "TrailAttachment1"
  533. trail.Attachment0 = attachment0
  534. trail.Attachment1 = attachment1
  535. local hat4 = Instance.new("Part",char)
  536. hat4.Transparency = 0
  537. hat4.CanCollide= false
  538. hat4.Name = 'aot1'
  539. hat4.Size = Vector3.new(1,1,1)
  540. local image =Instance.new("SpecialMesh",hat4)
  541. image.Scale = Vector3.new(1.05, 1.05, 1.05)
  542. image.MeshId = 'http://www.roblox.com/asset/?id=346578029'
  543. image.TextureId ='rbxassetid://376784260'
  544. local w = Instance.new("Weld",hat4)
  545. w.Part1=hat4
  546. w.Part0=hed
  547. w.C0=CFrame.new(0,.4,0)
  548. -----------------------
  549. --[[ Organization : Insanity ]]--
  550. --[[ Name : Ender (Thou who collects the souls of innocents) ]]--
  551. --[[ Creator / Captain : DATA RESTRICTED ]]--
  552. -------------------------------------------------------
  553. --A script By makhail07
  554.  
  555. --Discord Creterisk#2958
  556.  
  557. --This script is a fucking mistake have fun skids
  558. -------------------------------------------------------
  559.  
  560. local FavIDs = {
  561. 340106355, --Nefl Crystals
  562. 927529620, --Dimension
  563. 876981900, --Fantasy
  564. 398987889, --Ordinary Days
  565. 1117396305, --Oh wait, it's you.
  566. 885996042, --Action Winter Journey
  567. 919231299, --Sprawling Idiot Effigy
  568. 743466274, --Good Day Sunshine
  569. 727411183, --Knife Fight
  570. 1402748531, --The Earth Is Counting On You!
  571. 595230126 --Robot Language
  572. }
  573.  
  574.  
  575.  
  576. --The reality of my life isn't real but a Universe -makhail07
  577. wait()
  578. local plr = game:service'Players'.LocalPlayer
  579. print('Local User is '..plr.Name)
  580. local char = plr.Character
  581. local hum = char.Humanoid
  582. local ra = char["Right Arm"]
  583. local la= char["Left Arm"]
  584. local rl= char["Right Leg"]
  585. local ll = char["Left Leg"]
  586. local hed = char.Head
  587. local root = char.HumanoidRootPart
  588. local rootj = root.RootJoint
  589. local tors = char.Torso
  590. local mouse = plr:GetMouse()
  591. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  592. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  593. local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
  594. -------------------------------------------------------
  595. --Start Good Stuff--
  596. -------------------------------------------------------
  597. CF = CFrame.new
  598. angles = CFrame.Angles
  599. attack = false
  600. Euler = CFrame.fromEulerAnglesXYZ
  601. Rad = math.rad
  602. IT = Instance.new
  603. BrickC = BrickColor.new
  604. Cos = math.cos
  605. Acos = math.acos
  606. Sin = math.sin
  607. Asin = math.asin
  608. Abs = math.abs
  609. Mrandom = math.random
  610. Floor = math.floor
  611. -------------------------------------------------------
  612. --End Good Stuff--
  613. -------------------------------------------------------
  614. necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  615. RSH, LSH = nil, nil
  616. RW = Instance.new("Weld")
  617. LW = Instance.new("Weld")
  618. RH = tors["Right Hip"]
  619. LH = tors["Left Hip"]
  620. RSH = tors["Right Shoulder"]
  621. LSH = tors["Left Shoulder"]
  622. RSH.Parent = nil
  623. LSH.Parent = nil
  624. RW.Name = "RW"
  625. RW.Part0 = tors
  626. RW.C0 = CF(1.5, 0.5, 0)
  627. RW.C1 = CF(0, 0.5, 0)
  628. RW.Part1 = ra
  629. RW.Parent = tors
  630. LW.Name = "LW"
  631. LW.Part0 = tors
  632. LW.C0 = CF(-1.5, 0.5, 0)
  633. LW.C1 = CF(0, 0.5, 0)
  634. LW.Part1 = la
  635. LW.Parent = tors
  636. Effects = {}
  637.  
  638. -------------------------------------------------------
  639. --Start HeartBeat--
  640. -------------------------------------------------------
  641. ArtificialHB = Instance.new("BindableEvent", script)
  642. ArtificialHB.Name = "Heartbeat"
  643. script:WaitForChild("Heartbeat")
  644.  
  645. frame = 1 / 60
  646. tf = 0
  647. allowframeloss = false
  648. tossremainder = false
  649.  
  650.  
  651. lastframe = tick()
  652. script.Heartbeat:Fire()
  653.  
  654.  
  655. game:GetService("RunService").Heartbeat:connect(function(s, p)
  656. tf = tf + s
  657. if tf >= frame then
  658. if allowframeloss then
  659. script.Heartbeat:Fire()
  660. lastframe = tick()
  661. else
  662. for i = 1, math.floor(tf / frame) do
  663. script.Heartbeat:Fire()
  664. end
  665. lastframe = tick()
  666. end
  667. if tossremainder then
  668. tf = 0
  669. else
  670. tf = tf - frame * math.floor(tf / frame)
  671. end
  672. end
  673. end)
  674. -------------------------------------------------------
  675. --End HeartBeat--
  676. -------------------------------------------------------
  677.  
  678. -------------------------------------------------------
  679. --Start Important Functions--
  680. -------------------------------------------------------
  681. function swait(num)
  682. if num == 0 or num == nil then
  683. game:service("RunService").Stepped:wait(0)
  684. else
  685. for i = 0, num do
  686. game:service("RunService").Stepped:wait(0)
  687. end
  688. end
  689. end
  690. function thread(f)
  691. coroutine.resume(coroutine.create(f))
  692. end
  693. function clerp(a, b, t)
  694. local qa = {
  695. QuaternionFromCFrame(a)
  696. }
  697. local qb = {
  698. QuaternionFromCFrame(b)
  699. }
  700. local ax, ay, az = a.x, a.y, a.z
  701. local bx, by, bz = b.x, b.y, b.z
  702. local _t = 1 - t
  703. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  704. end
  705. function QuaternionFromCFrame(cf)
  706. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  707. local trace = m00 + m11 + m22
  708. if trace > 0 then
  709. local s = math.sqrt(1 + trace)
  710. local recip = 0.5 / s
  711. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  712. else
  713. local i = 0
  714. if m00 < m11 then
  715. i = 1
  716. end
  717. if m22 > (i == 0 and m00 or m11) then
  718. i = 2
  719. end
  720. if i == 0 then
  721. local s = math.sqrt(m00 - m11 - m22 + 1)
  722. local recip = 0.5 / s
  723. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  724. elseif i == 1 then
  725. local s = math.sqrt(m11 - m22 - m00 + 1)
  726. local recip = 0.5 / s
  727. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  728. elseif i == 2 then
  729. local s = math.sqrt(m22 - m00 - m11 + 1)
  730. local recip = 0.5 / s
  731. return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  732. end
  733. end
  734. end
  735. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  736. local xs, ys, zs = x + x, y + y, z + z
  737. local wx, wy, wz = w * xs, w * ys, w * zs
  738. local xx = x * xs
  739. local xy = x * ys
  740. local xz = x * zs
  741. local yy = y * ys
  742. local yz = y * zs
  743. local zz = z * zs
  744. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  745. end
  746. function QuaternionSlerp(a, b, t)
  747. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  748. local startInterp, finishInterp
  749. if cosTheta >= 1.0E-4 then
  750. if 1 - cosTheta > 1.0E-4 then
  751. local theta = math.acos(cosTheta)
  752. local invSinTheta = 1 / Sin(theta)
  753. startInterp = Sin((1 - t) * theta) * invSinTheta
  754. finishInterp = Sin(t * theta) * invSinTheta
  755. else
  756. startInterp = 1 - t
  757. finishInterp = t
  758. end
  759. elseif 1 + cosTheta > 1.0E-4 then
  760. local theta = math.acos(-cosTheta)
  761. local invSinTheta = 1 / Sin(theta)
  762. startInterp = Sin((t - 1) * theta) * invSinTheta
  763. finishInterp = Sin(t * theta) * invSinTheta
  764. else
  765. startInterp = t - 1
  766. finishInterp = t
  767. end
  768. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  769. end
  770. function rayCast(Position, Direction, Range, Ignore)
  771. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  772. end
  773. local RbxUtility = LoadLibrary("RbxUtility")
  774. local Create = RbxUtility.Create
  775.  
  776. -------------------------------------------------------
  777. --Start Damage Function--
  778. -------------------------------------------------------
  779. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  780. if hit.Parent == nil then
  781. return
  782. end
  783. local h = hit.Parent:FindFirstChildOfClass("Humanoid")
  784. for _, v in pairs(hit.Parent:children()) do
  785. if v:IsA("Humanoid") then
  786. h = v
  787. end
  788. end
  789. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
  790.  
  791. hit.Parent:FindFirstChild("Head"):BreakJoints()
  792. end
  793.  
  794. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  795. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  796. if hit.Parent.DebounceHit.Value == true then
  797. return
  798. end
  799. end
  800. if insta == true then
  801. hit.Parent:FindFirstChild("Head"):BreakJoints()
  802. end
  803. local c = Create("ObjectValue"){
  804. Name = "creator",
  805. Value = game:service("Players").LocalPlayer,
  806. Parent = h,
  807. }
  808. game:GetService("Debris"):AddItem(c, .5)
  809. if HitSound ~= nil and HitPitch ~= nil then
  810. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  811. end
  812. local Damage = math.random(minim, maxim)
  813. local blocked = false
  814. local block = hit.Parent:findFirstChild("Block")
  815. if block ~= nil then
  816. if block.className == "IntValue" then
  817. if block.Value > 0 then
  818. blocked = true
  819. block.Value = block.Value - 1
  820. print(block.Value)
  821. end
  822. end
  823. end
  824. if blocked == false then
  825. h.Health = h.Health - Damage
  826. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
  827. else
  828. h.Health = h.Health - (Damage / 2)
  829. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
  830. end
  831. if Type == "Knockdown" then
  832. local hum = hit.Parent.Humanoid
  833. hum.PlatformStand = true
  834. coroutine.resume(coroutine.create(function(HHumanoid)
  835. swait(1)
  836. HHumanoid.PlatformStand = false
  837. end), hum)
  838. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  839. local bodvol = Create("BodyVelocity"){
  840. velocity = angle * knockback,
  841. P = 5000,
  842. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  843. Parent = hit,
  844. }
  845. local rl = Create("BodyAngularVelocity"){
  846. P = 3000,
  847. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  848. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  849. Parent = hit,
  850. }
  851. game:GetService("Debris"):AddItem(bodvol, .5)
  852. game:GetService("Debris"):AddItem(rl, .5)
  853. elseif Type == "Normal" then
  854. local vp = Create("BodyVelocity"){
  855. P = 500,
  856. maxForce = Vector3.new(math.huge, 0, math.huge),
  857. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  858. }
  859. if knockback > 0 then
  860. vp.Parent = hit.Parent.Torso
  861. end
  862. game:GetService("Debris"):AddItem(vp, .5)
  863. elseif Type == "Up" then
  864. local bodyVelocity = Create("BodyVelocity"){
  865. velocity = Vector3.new(0, 20, 0),
  866. P = 5000,
  867. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  868. Parent = hit,
  869. }
  870. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  871. elseif Type == "DarkUp" then
  872. coroutine.resume(coroutine.create(function()
  873. for i = 0, 1, 0.1 do
  874. swait()
  875. Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  876. end
  877. end))
  878. local bodyVelocity = Create("BodyVelocity"){
  879. velocity = Vector3.new(0, 20, 0),
  880. P = 5000,
  881. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  882. Parent = hit,
  883. }
  884. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  885. elseif Type == "Snare" then
  886. local bp = Create("BodyPosition"){
  887. P = 2000,
  888. D = 100,
  889. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  890. position = hit.Parent.Torso.Position,
  891. Parent = hit.Parent.Torso,
  892. }
  893. game:GetService("Debris"):AddItem(bp, 1)
  894. elseif Type == "Freeze" then
  895. local BodPos = Create("BodyPosition"){
  896. P = 50000,
  897. D = 1000,
  898. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  899. position = hit.Parent.Torso.Position,
  900. Parent = hit.Parent.Torso,
  901. }
  902. local BodGy = Create("BodyGyro") {
  903. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  904. P = 20e+003,
  905. Parent = hit.Parent.Torso,
  906. cframe = hit.Parent.Torso.CFrame,
  907. }
  908. hit.Parent.Torso.Anchored = true
  909. coroutine.resume(coroutine.create(function(Part)
  910. swait(1.5)
  911. Part.Anchored = false
  912. end), hit.Parent.Torso)
  913. game:GetService("Debris"):AddItem(BodPos, 3)
  914. game:GetService("Debris"):AddItem(BodGy, 3)
  915. end
  916. local debounce = Create("BoolValue"){
  917. Name = "DebounceHit",
  918. Parent = hit.Parent,
  919. Value = true,
  920. }
  921. game:GetService("Debris"):AddItem(debounce, Delay)
  922. c = Create("ObjectValue"){
  923. Name = "creator",
  924. Value = Player,
  925. Parent = h,
  926. }
  927. game:GetService("Debris"):AddItem(c, .5)
  928. end
  929. end
  930. -------------------------------------------------------
  931. --End Damage Function--
  932. -------------------------------------------------------
  933.  
  934. -------------------------------------------------------
  935. --Start Damage Function Customization--
  936. -------------------------------------------------------
  937. function ShowDamage(Pos, Text, Time, Color)
  938. local Rate = (1 / 30)
  939. local Pos = (Pos or Vector3.new(0, 0, 0))
  940. local Text = (Text or "")
  941. local Time = (Time or 2)
  942. local Color = (Color or Color3.new(1, 0, 1))
  943. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  944. EffectPart.Anchored = true
  945. local BillboardGui = Create("BillboardGui"){
  946. Size = UDim2.new(3, 0, 3, 0),
  947. Adornee = EffectPart,
  948. Parent = EffectPart,
  949. }
  950. local TextLabel = Create("TextLabel"){
  951. BackgroundTransparency = 1,
  952. Size = UDim2.new(1, 0, 1, 0),
  953. Text = Text,
  954. Font = "Bodoni",
  955. TextColor3 = Color,
  956. TextScaled = true,
  957. TextStrokeColor3 = Color3.fromRGB(0,0,0),
  958. Parent = BillboardGui,
  959. }
  960. game.Debris:AddItem(EffectPart, (Time))
  961. EffectPart.Parent = game:GetService("Workspace")
  962. delay(0, function()
  963. local Frames = (Time / Rate)
  964. for Frame = 1, Frames do
  965. wait(Rate)
  966. local Percent = (Frame / Frames)
  967. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  968. TextLabel.TextTransparency = Percent
  969. end
  970. if EffectPart and EffectPart.Parent then
  971. EffectPart:Destroy()
  972. end
  973. end)
  974. end
  975. -------------------------------------------------------
  976. --End Damage Function Customization--
  977. -------------------------------------------------------
  978.  
  979. function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
  980. for _, c in pairs(workspace:children()) do
  981. local hum = c:findFirstChild("Humanoid")
  982. if hum ~= nil then
  983. local head = c:findFirstChild("Head")
  984. if head ~= nil then
  985. local targ = head.Position - Part.Position
  986. local mag = targ.magnitude
  987. if magni >= mag and c.Name ~= plr.Name then
  988. Damage(head, head, mindam, maxdam, knock, Type, root, 0.1, "http://www.roblox.com/asset/?id=0", 1.2)
  989. end
  990. end
  991. end
  992. end
  993. end
  994.  
  995.  
  996. CFuncs = {
  997. Part = {
  998. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  999. local Part = Create("Part")({
  1000. Parent = Parent,
  1001. Reflectance = Reflectance,
  1002. Transparency = Transparency,
  1003. CanCollide = false,
  1004. Locked = true,
  1005. BrickColor = BrickColor.new(tostring(BColor)),
  1006. Name = Name,
  1007. Size = Size,
  1008. Material = Material
  1009. })
  1010. RemoveOutlines(Part)
  1011. return Part
  1012. end
  1013. },
  1014. Mesh = {
  1015. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1016. local Msh = Create(Mesh)({
  1017. Parent = Part,
  1018. Offset = OffSet,
  1019. Scale = Scale
  1020. })
  1021. if Mesh == "SpecialMesh" then
  1022. Msh.MeshType = MeshType
  1023. Msh.MeshId = MeshId
  1024. end
  1025. return Msh
  1026. end
  1027. },
  1028. Mesh = {
  1029. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1030. local Msh = Create(Mesh)({
  1031. Parent = Part,
  1032. Offset = OffSet,
  1033. Scale = Scale
  1034. })
  1035. if Mesh == "SpecialMesh" then
  1036. Msh.MeshType = MeshType
  1037. Msh.MeshId = MeshId
  1038. end
  1039. return Msh
  1040. end
  1041. },
  1042. Weld = {
  1043. Create = function(Parent, Part0, Part1, C0, C1)
  1044. local Weld = Create("Weld")({
  1045. Parent = Parent,
  1046. Part0 = Part0,
  1047. Part1 = Part1,
  1048. C0 = C0,
  1049. C1 = C1
  1050. })
  1051. return Weld
  1052. end
  1053. },
  1054. Sound = {
  1055. Create = function(id, par, vol, pit)
  1056. coroutine.resume(coroutine.create(function()
  1057. local S = Create("Sound")({
  1058. Volume = vol,
  1059. Pitch = pit or 1,
  1060. SoundId = id,
  1061. Parent = par or workspace
  1062. })
  1063. wait()
  1064. S:play()
  1065. game:GetService("Debris"):AddItem(S, 6)
  1066. end))
  1067. end
  1068. },
  1069. ParticleEmitter = {
  1070. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  1071. local fp = Create("ParticleEmitter")({
  1072. Parent = Parent,
  1073. Color = ColorSequence.new(Color1, Color2),
  1074. LightEmission = LightEmission,
  1075. Size = Size,
  1076. Texture = Texture,
  1077. Transparency = Transparency,
  1078. ZOffset = ZOffset,
  1079. Acceleration = Accel,
  1080. Drag = Drag,
  1081. LockedToPart = LockedToPart,
  1082. VelocityInheritance = VelocityInheritance,
  1083. EmissionDirection = EmissionDirection,
  1084. Enabled = Enabled,
  1085. Lifetime = LifeTime,
  1086. Rate = Rate,
  1087. Rotation = Rotation,
  1088. RotSpeed = RotSpeed,
  1089. Speed = Speed,
  1090. VelocitySpread = VelocitySpread
  1091. })
  1092. return fp
  1093. end
  1094. }
  1095. }
  1096. function RemoveOutlines(part)
  1097. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  1098. end
  1099. function CreatePart(FormFactor, Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1100. local Part = Create("Part")({
  1101. formFactor = FormFactor,
  1102. Parent = Parent,
  1103. Reflectance = Reflectance,
  1104. Transparency = Transparency,
  1105. CanCollide = false,
  1106. Locked = true,
  1107. BrickColor = BrickColor.new(tostring(BColor)),
  1108. Name = Name,
  1109. Size = Size,
  1110. Material = Material
  1111. })
  1112. RemoveOutlines(Part)
  1113. return Part
  1114. end
  1115. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1116. local Msh = Create(Mesh)({
  1117. Parent = Part,
  1118. Offset = OffSet,
  1119. Scale = Scale
  1120. })
  1121. if Mesh == "SpecialMesh" then
  1122. Msh.MeshType = MeshType
  1123. Msh.MeshId = MeshId
  1124. end
  1125. return Msh
  1126. end
  1127. function CreateWeld(Parent, Part0, Part1, C0, C1)
  1128. local Weld = Create("Weld")({
  1129. Parent = Parent,
  1130. Part0 = Part0,
  1131. Part1 = Part1,
  1132. C0 = C0,
  1133. C1 = C1
  1134. })
  1135. return Weld
  1136. end
  1137.  
  1138.  
  1139. -------------------------------------------------------
  1140. --Start Effect Function--
  1141. -------------------------------------------------------
  1142. EffectModel = Instance.new("Model", char)
  1143. Effects = {
  1144. Block = {
  1145. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1146. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1147. prt.Anchored = true
  1148. prt.CFrame = cframe
  1149. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1150. game:GetService("Debris"):AddItem(prt, 10)
  1151. if Type == 1 or Type == nil then
  1152. table.insert(Effects, {
  1153. prt,
  1154. "Block1",
  1155. delay,
  1156. x3,
  1157. y3,
  1158. z3,
  1159. msh
  1160. })
  1161. elseif Type == 2 then
  1162. table.insert(Effects, {
  1163. prt,
  1164. "Block2",
  1165. delay,
  1166. x3,
  1167. y3,
  1168. z3,
  1169. msh
  1170. })
  1171. else
  1172. table.insert(Effects, {
  1173. prt,
  1174. "Block3",
  1175. delay,
  1176. x3,
  1177. y3,
  1178. z3,
  1179. msh
  1180. })
  1181. end
  1182. end
  1183. },
  1184. Sphere = {
  1185. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1186. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1187. prt.Anchored = true
  1188. prt.CFrame = cframe
  1189. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1190. game:GetService("Debris"):AddItem(prt, 10)
  1191. table.insert(Effects, {
  1192. prt,
  1193. "Cylinder",
  1194. delay,
  1195. x3,
  1196. y3,
  1197. z3,
  1198. msh
  1199. })
  1200. end
  1201. },
  1202. Cylinder = {
  1203. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1204. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1205. prt.Anchored = true
  1206. prt.CFrame = cframe
  1207. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1208. game:GetService("Debris"):AddItem(prt, 10)
  1209. table.insert(Effects, {
  1210. prt,
  1211. "Cylinder",
  1212. delay,
  1213. x3,
  1214. y3,
  1215. z3,
  1216. msh
  1217. })
  1218. end
  1219. },
  1220. Wave = {
  1221. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1222. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1223. prt.Anchored = true
  1224. prt.CFrame = cframe
  1225. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1 / 60, y1 / 60, z1 / 60))
  1226. game:GetService("Debris"):AddItem(prt, 10)
  1227. table.insert(Effects, {
  1228. prt,
  1229. "Cylinder",
  1230. delay,
  1231. x3 / 60,
  1232. y3 / 60,
  1233. z3 / 60,
  1234. msh
  1235. })
  1236. end
  1237. },
  1238. Ring = {
  1239. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1240. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1241. prt.Anchored = true
  1242. prt.CFrame = cframe
  1243. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1244. game:GetService("Debris"):AddItem(prt, 10)
  1245. table.insert(Effects, {
  1246. prt,
  1247. "Cylinder",
  1248. delay,
  1249. x3,
  1250. y3,
  1251. z3,
  1252. msh
  1253. })
  1254. end
  1255. },
  1256. Break = {
  1257. Create = function(brickcolor, cframe, x1, y1, z1)
  1258. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1259. prt.Anchored = true
  1260. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1261. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1262. local num = math.random(10, 50) / 1000
  1263. game:GetService("Debris"):AddItem(prt, 10)
  1264. table.insert(Effects, {
  1265. prt,
  1266. "Shatter",
  1267. num,
  1268. prt.CFrame,
  1269. math.random() - math.random(),
  1270. 0,
  1271. math.random(50, 100) / 100
  1272. })
  1273. end
  1274. },
  1275. Spiral = {
  1276. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1277. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1278. prt.Anchored = true
  1279. prt.CFrame = cframe
  1280. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1051557", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1281. game:GetService("Debris"):AddItem(prt, 10)
  1282. table.insert(Effects, {
  1283. prt,
  1284. "Cylinder",
  1285. delay,
  1286. x3,
  1287. y3,
  1288. z3,
  1289. msh
  1290. })
  1291. end
  1292. },
  1293. Push = {
  1294. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1295. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1296. prt.Anchored = true
  1297. prt.CFrame = cframe
  1298. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://437347603", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1299. game:GetService("Debris"):AddItem(prt, 10)
  1300. table.insert(Effects, {
  1301. prt,
  1302. "Cylinder",
  1303. delay,
  1304. x3,
  1305. y3,
  1306. z3,
  1307. msh
  1308. })
  1309. end
  1310. }
  1311. }
  1312. -------------------------------------------------------
  1313. --End Effect Function--
  1314. -------------------------------------------------------
  1315.  
  1316. function CreateSound(ID, PARENT, VOLUME, PITCH)
  1317. local NSound = nil
  1318. coroutine.resume(coroutine.create(function()
  1319. NSound = Instance.new("Sound", PARENT)
  1320. NSound.Volume = VOLUME
  1321. NSound.Pitch = PITCH
  1322. NSound.SoundId = "http://www.roblox.com/asset/?id="..ID
  1323. swait()
  1324. NSound:play()
  1325. game:GetService("Debris"):AddItem(NSound, 10)
  1326. end))
  1327. return NSound
  1328. end
  1329.  
  1330. function Eviscerate(dude)
  1331. if dude.Name ~= char then
  1332. local bgf = IT("BodyGyro", dude.Head)
  1333. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
  1334. local val = IT("BoolValue", dude)
  1335. val.Name = "IsHit"
  1336. local ds = coroutine.wrap(function()
  1337. dude:WaitForChild("Head"):BreakJoints()
  1338. wait(0.5)
  1339. target = nil
  1340. coroutine.resume(coroutine.create(function()
  1341. for i, v in pairs(dude:GetChildren()) do
  1342. if v:IsA("Accessory") then
  1343. v:Destroy()
  1344. end
  1345. if v:IsA("Humanoid") then
  1346. v:Destroy()
  1347. end
  1348. if v:IsA("CharacterMesh") then
  1349. v:Destroy()
  1350. end
  1351. if v:IsA("Model") then
  1352. v:Destroy()
  1353. end
  1354. if v:IsA("Part") or v:IsA("MeshPart") then
  1355. for x, o in pairs(v:GetChildren()) do
  1356. if o:IsA("Decal") then
  1357. o:Destroy()
  1358. end
  1359. end
  1360. coroutine.resume(coroutine.create(function()
  1361. v.Material = "Neon"
  1362. v.CanCollide = false
  1363. local PartEmmit1 = IT("ParticleEmitter", v)
  1364. PartEmmit1.LightEmission = 1
  1365. PartEmmit1.Texture = "rbxassetid://284205403"
  1366. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  1367. PartEmmit1.Rate = 150
  1368. PartEmmit1.Lifetime = NumberRange.new(1)
  1369. PartEmmit1.Size = NumberSequence.new({
  1370. NumberSequenceKeypoint.new(0, 0.75, 0),
  1371. NumberSequenceKeypoint.new(1, 0, 0)
  1372. })
  1373. PartEmmit1.Transparency = NumberSequence.new({
  1374. NumberSequenceKeypoint.new(0, 0, 0),
  1375. NumberSequenceKeypoint.new(1, 1, 0)
  1376. })
  1377. PartEmmit1.Speed = NumberRange.new(0, 0)
  1378. PartEmmit1.VelocitySpread = 30000
  1379. PartEmmit1.Rotation = NumberRange.new(-500, 500)
  1380. PartEmmit1.RotSpeed = NumberRange.new(-500, 500)
  1381. local BodPoss = IT("BodyPosition", v)
  1382. BodPoss.P = 3000
  1383. BodPoss.D = 1000
  1384. BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  1385. BodPoss.position = v.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
  1386. v.Color = maincolor.Color
  1387. coroutine.resume(coroutine.create(function()
  1388. for i = 0, 49 do
  1389. swait(1)
  1390. v.Transparency = v.Transparency + 0.08
  1391. end
  1392. wait(0.5)
  1393. PartEmmit1.Enabled = false
  1394. wait(3)
  1395. v:Destroy()
  1396. dude:Destroy()
  1397. end))
  1398. end))
  1399. end
  1400. end
  1401. end))
  1402. end)
  1403. ds()
  1404. end
  1405. end
  1406. function SphereAura(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos)
  1407. local type = type
  1408. local rng = Instance.new("Part", char)
  1409. rng.Anchored = true
  1410. rng.BrickColor = color
  1411. rng.CanCollide = false
  1412. rng.FormFactor = 3
  1413. rng.Name = "Ring"
  1414. rng.Material = "Neon"
  1415. rng.Size = Vector3.new(1, 1, 1)
  1416. rng.Transparency = 0
  1417. rng.TopSurface = 0
  1418. rng.BottomSurface = 0
  1419. rng.CFrame = pos
  1420. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos
  1421. local rngm = Instance.new("SpecialMesh", rng)
  1422. rngm.MeshType = "Sphere"
  1423. rngm.Scale = Vector3.new(x1, y1, z1)
  1424. local scaler2 = 1
  1425. local speeder = FastSpeed
  1426. if type == "Add" then
  1427. scaler2 = 1 * value
  1428. elseif type == "Divide" then
  1429. scaler2 = 1 / value
  1430. end
  1431. coroutine.resume(coroutine.create(function()
  1432. for i = 0, 10 / bonuspeed, 0.1 do
  1433. swait()
  1434. if type == "Add" then
  1435. scaler2 = scaler2 - 0.01 * value / bonuspeed
  1436. elseif type == "Divide" then
  1437. scaler2 = scaler2 - 0.01 / value * bonuspeed
  1438. end
  1439. rng.BrickColor = BrickColor.random()
  1440. speeder = speeder - 0.01 * FastSpeed * bonuspeed
  1441. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed
  1442. rng.Transparency = rng.Transparency + 0.01 * bonuspeed
  1443. rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0)
  1444. end
  1445. rng:Destroy()
  1446. end))
  1447. end
  1448.  
  1449. function FindNearestHead(Position, Distance, SinglePlayer)
  1450. if SinglePlayer then
  1451. return Distance > (SinglePlayer.Torso.CFrame.p - Position).magnitude
  1452. end
  1453. local List = {}
  1454. for i, v in pairs(workspace:GetChildren()) do
  1455. if v:IsA("Model") and v:findFirstChild("Head") and v ~= char and Distance >= (v.Head.Position - Position).magnitude then
  1456. table.insert(List, v)
  1457. end
  1458. end
  1459. return List
  1460. end
  1461. function SoulSteal(dude)
  1462. if dude.Name ~= char then
  1463. local bgf = IT("BodyGyro", dude.Head)
  1464. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
  1465. local val = IT("BoolValue", dude)
  1466. val.Name = "IsHit"
  1467. local torso = (dude:FindFirstChild'Head' or dude:FindFirstChild'Torso' or dude:FindFirstChild'UpperTorso' or dude:FindFirstChild'LowerTorso' or dude:FindFirstChild'HumanoidRootPart')
  1468. local soulst = coroutine.wrap(function()
  1469. local soul = Instance.new("Part",dude)
  1470. soul.Size = Vector3.new(1,1,1)
  1471. soul.CanCollide = false
  1472. soul.Anchored = false
  1473. soul.Position = torso.Position
  1474. soul.Transparency = 1
  1475. local PartEmmit1 = IT("ParticleEmitter", soul)
  1476. PartEmmit1.LightEmission = 1
  1477. PartEmmit1.Texture = "rbxassetid://569507414"
  1478. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  1479. PartEmmit1.Rate = 250
  1480. PartEmmit1.Lifetime = NumberRange.new(1.6)
  1481. PartEmmit1.Size = NumberSequence.new({
  1482. NumberSequenceKeypoint.new(0, 1, 0),
  1483. NumberSequenceKeypoint.new(1, 0, 0)
  1484. })
  1485. PartEmmit1.Transparency = NumberSequence.new({
  1486. NumberSequenceKeypoint.new(0, 0, 0),
  1487. NumberSequenceKeypoint.new(1, 1, 0)
  1488. })
  1489. PartEmmit1.Speed = NumberRange.new(0, 0)
  1490. PartEmmit1.VelocitySpread = 30000
  1491. PartEmmit1.Rotation = NumberRange.new(-360, 360)
  1492. PartEmmit1.RotSpeed = NumberRange.new(-360, 360)
  1493. local BodPoss = IT("BodyPosition", soul)
  1494. BodPoss.P = 3000
  1495. BodPoss.D = 1000
  1496. BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  1497. BodPoss.position = torso.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
  1498. wait(1.6)
  1499. soul.Touched:connect(function(hit)
  1500. if hit.Parent == char then
  1501. soul:Destroy()
  1502. end
  1503. end)
  1504. wait(1.2)
  1505. while soul do
  1506. swait()
  1507. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  1508. BodPoss.Position = tors.Position
  1509. end
  1510. end)
  1511. soulst()
  1512. end
  1513. end
  1514. function FaceMouse()
  1515. local Cam = workspace.CurrentCamera
  1516. return {
  1517. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)),
  1518. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  1519. }
  1520. end
  1521. -------------------------------------------------------
  1522. --End Important Functions--
  1523. -------------------------------------------------------
  1524. --[[
  1525. Thanks for using Build-To-Lua by jarredbcv.
  1526. ]]--
  1527.  
  1528. New = function(Object, Parent, Name, Data)
  1529. local Object = Instance.new(Object)
  1530. for Index, Value in pairs(Data or {}) do
  1531. Object[Index] = Value
  1532. end
  1533. Object.Parent = Parent
  1534. Object.Name = Name
  1535. return Object
  1536. end
  1537.  
  1538. Gaunty = New("Model",char,"Gaunty",{})
  1539. Handle = New("Part",Gaunty,"Handle",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1.26999998, 1),CFrame = CFrame.new(-5.67319345, 3.02064276, -77.6615906, 0.999894261, 0.010924357, 0.00963267777, -0.0110270018, 0.999882579, 0.0106679145, -0.00951499958, -0.0107729975, 0.999897003),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1540. Mesh = New("BlockMesh",Handle,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1541. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765579, 3.62595344, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1542. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.161155701, 0.603512526, 0.00862884521, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1543. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765526, 3.62595367, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1544. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.471122265, 0.600126028, 0.00564575195, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1545. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.5176549, 3.62595415, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1546. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.148812294, 0.606899738, 0.0116195679, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1547. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765471, 3.62595463, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1548. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.448780537, 0.610177517, 0.014503479, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1549. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765526, 2.53595448, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1550. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.459102631, -0.489744425, -0.00598144531, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1551. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765627, 2.53595448, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1552. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.149136543, -0.486357927, -0.00299835205, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1553. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.51765537, 2.53595448, -77.6579361, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1554. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.160831451, -0.48297143, -1.52587891e-05, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1555. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765566, 2.53595424, -77.6579361, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1556. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.460799217, -0.479694128, 0.00286865234, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1557. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.66865063, 3.64553881, -77.6613617, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1558. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1559. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(-0.00235080719, 0.624869347, 0.00694274902, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1560. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66490126, 3.73544312, -77.6652145, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1561. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1562. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.000443935394, 0.714845657, 0.00408172607, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1563. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480446, 3.52554965, -77.65522, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1564. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1565. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.00275993347, 0.504870415, 0.0118331909, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1566. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.6686511, 2.55553746, -77.6613541, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1567. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1568. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.00966835022, -0.465003252, -0.00468444824, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1569. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66490126, 2.64544272, -77.6652145, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1570. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1571. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.0124630928, -0.375026226, -0.00754547119, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1572. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480494, 2.43554902, -77.65522, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1573. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1574. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.0147790909, -0.585001707, 0.000205993652, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1575. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 3.62595463, -78.1079407, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1576. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.0018901825, 0.61005497, -0.439842224, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1577. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 3.62595558, -77.8179321, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1578. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.00464963913, 0.606931448, -0.149864197, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1579. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 3.62595606, -77.4879303, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1580. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.00278997421, 0.603431463, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1581. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 3.62595654, -77.1979294, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1582. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.00554895401, 0.600307703, 0.470123291, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1583. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595638, -77.1979294, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1584. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.0064702034, -0.489563704, 0.458496094, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1585. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595614, -77.4879303, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1586. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.00922966003, -0.486439705, 0.168525696, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1587. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265558, 2.53595638, -77.8179245, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1588. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.00736999512, -0.482939243, -0.161483765, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1589. NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 2.53595614, -78.1079254, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1590. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.0101289749, -0.479815245, -0.451454163, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1591. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765547, 3.62595677, -77.1979218, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1592. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(-0.00554943085, 0.600307941, 0.47013092, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1593. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 3.62595701, -77.4879303, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1594. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(-0.00278949738, 0.603432655, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1595. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765451, 3.62595749, -77.8179321, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1596. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.000350952148, 0.606987953, -0.149810791, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1597. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765451, 3.62595749, -78.107933, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1598. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.00311040878, 0.61011219, -0.439788818, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1599. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595734, -78.107933, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1600. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.0151295662, -0.479759216, -0.451416016, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1601. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.8179245, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1602. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.0123701096, -0.482883692, -0.161437988, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1603. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.4879227, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1604. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.00923013687, -0.48643899, 0.168533325, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1605. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595686, -77.1979218, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1606. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.00647068024, -0.489563227, 0.458503723, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1607. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765478, 3.62595701, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1608. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.471121788, 0.600129128, 0.00566101074, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1609. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765484, 3.62595725, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1610. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.161154747, 0.603516102, 0.008644104, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1611. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765442, 3.62595773, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1612. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.148812771, 0.606903076, 0.0116348267, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1613. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.21765375, 3.6259582, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1614. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.44878149, 0.610180855, 0.0145187378, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1615. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.21765327, 2.53595781, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1616. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.460801125, -0.47969079, 0.00289154053, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1617. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765299, 2.53595757, -77.6579208, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1618. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.160833359, -0.48296833, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1619. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765341, 2.53595734, -77.6579208, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1620. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.149133682, -0.486355066, -0.00299072266, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1621. Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765383, 2.53595734, -77.6579208, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1622. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.4591012, -0.489741802, -0.00597381592, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1623. NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203499, 3.4509573, -77.7865677, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1624. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.00760126114, 0.431732178, -0.120269775, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1625. NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.66203451, 3.45095778, -77.5215683, -1.0000006, -6.18456397e-10, -9.12696123e-08, 6.18456397e-10, 1.0000006, -4.65661287e-09, 8.38190317e-08, 4.65661287e-09, -1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1626. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 8.74227766e-08, 0, 1, 0, -8.74227766e-08, 0, -1),C1 = CFrame.new(0.00508022308, 0.428877592, 0.144706726, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1627. NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203403, 2.81095791, -77.7865601, -1.0000006, 8.81700544e-08, 3.7252903e-09, -8.69331416e-08, -1.0000006, 4.65661287e-09, -3.7252903e-09, -4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1628. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, -8.74227766e-08, 0, 8.74227766e-08, -1, 0, 0, 0, 1),C1 = CFrame.new(0.0146594048, -0.208191872, -0.127082825, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1629. NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.66203356, 2.8209579, -77.5215607, 1.0000006, -8.69331416e-08, 8.38190317e-08, -8.81700544e-08, -1.0000006, -4.65661287e-09, 9.12696123e-08, -4.65661287e-09, -1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1630. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, -8.74227766e-08, 8.74227766e-08, -8.74227766e-08, -1, -7.64274186e-15, 8.74227766e-08, 0, -1),C1 = CFrame.new(0.0120282173, -0.201047897, 0.137992859, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1631. Wedge = New("WedgePart",Gaunty,"Wedge",{BrickColor = BrickColor.new("Black"),Size = Vector3.new(1.1099999, 0.569999993, 1.13),CFrame = CFrame.new(-5.6508193, 4.06113148, -77.6620178, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1632. mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.0109024048, 1.04061508, 0.010887146, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1633.  
  1634. Gaunty2 = New("Model",char,"Gaunty2",{})
  1635. Handle2 = New("Part",Gaunty2,"Handle2",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1.26999998, 1),CFrame = CFrame.new(-5.67319345, 3.02064276, -77.6615906, 0.999894261, 0.010924357, 0.00963267777, -0.0110270018, 0.999882579, 0.0106679145, -0.00951499958, -0.0107729975, 0.999897003),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1636. Mesh = New("BlockMesh",Handle2,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1637. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765579, 3.62595367, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1638. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.161155701, 0.603512764, 0.00862884521, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1639. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765526, 3.62595439, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1640. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.471122265, 0.600126743, 0.00564575195, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1641. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.51765394, 3.6259551, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1642. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.148813248, 0.606900692, 0.0116195679, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1643. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765375, 3.62595558, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1644. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.44878149, 0.610178471, 0.014503479, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1645. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765621, 2.535954, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1646. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.459103584, -0.489744902, -0.00598144531, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1647. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765722, 2.535954, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1648. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.149137497, -0.486358404, -0.00299835205, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1649. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.5176549, 2.53595448, -77.6579514, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1650. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.160831928, -0.482971191, -3.05175781e-05, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1651. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765566, 2.535954, -77.6579361, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1652. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.460799217, -0.479694366, 0.00286865234, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1653. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.66865063, 3.64554, -77.661377, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1654. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1655. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(-0.00235033035, 0.624870777, 0.00692749023, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1656. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.6649003, 3.73544407, -77.6652145, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1657. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1658. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.000444412231, 0.714846611, 0.00408172607, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1659. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480446, 3.5255506, -77.65522, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1660. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1661. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.00275993347, 0.504871368, 0.0118331909, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1662. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.6686511, 2.55553699, -77.6613541, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1663. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1664. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.00966835022, -0.465003729, -0.00468444824, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1665. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66490126, 2.64544272, -77.6652145, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1666. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1667. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.0124630928, -0.375026226, -0.00754547119, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1668. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480589, 2.43554854, -77.65522, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1669. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1670. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.0147781372, -0.585002184, 0.000205993652, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1671. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 3.62595463, -78.1079407, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1672. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.0018901825, 0.61005497, -0.439842224, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1673. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265511, 3.6259563, -77.8179169, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1674. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00464916229, 0.606932163, -0.149848938, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1675. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765451, 3.62595701, -77.4879303, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1676. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00278902054, 0.603432655, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1677. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 3.62595749, -77.1979294, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1678. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00554895401, 0.600308895, 0.470123291, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1679. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595638, -77.1979294, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1680. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0064702034, -0.489563704, 0.458496094, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1681. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595614, -77.4879303, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1682. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00922966003, -0.486439705, 0.168525696, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1683. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265558, 2.53595638, -77.8179092, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1684. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00736999512, -0.482939243, -0.161468506, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1685. NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 2.53595567, -78.1079254, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1686. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0101289749, -0.479815722, -0.451454163, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1687. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765451, 3.62595749, -77.1979218, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1688. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00554847717, 0.600308895, 0.47013092, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1689. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765404, 3.62595797, -77.4879303, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1690. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.0027885437, 0.603433609, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1691. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765356, 3.6259594, -77.8179321, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1692. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.000351905823, 0.606989861, -0.149810791, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1693. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765356, 3.62595844, -78.107933, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1694. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00311136246, 0.610113144, -0.439788818, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1695. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595734, -78.107933, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1696. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0151295662, -0.479759216, -0.451416016, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1697. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.8179092, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1698. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0123701096, -0.48288393, -0.161422729, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1699. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.4879227, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1700. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00923013687, -0.48643899, 0.168533325, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1701. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595662, -77.1979218, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1702. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00647068024, -0.489563465, 0.458503723, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1703. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765478, 3.62595797, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1704. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.471121788, 0.600130081, 0.00566101074, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1705. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765484, 3.6259582, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1706. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.161154747, 0.603517056, 0.008644104, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1707. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765347, 3.62595868, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1708. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.148813725, 0.60690403, 0.0116348267, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1709. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.2176528, 3.62595916, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1710. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.448782444, 0.610181808, 0.0145187378, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1711. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.21765327, 2.53595757, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1712. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.460801601, -0.479691029, 0.00289154053, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1713. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765299, 2.53595757, -77.6579361, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1714. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.160833836, -0.48296833, -1.52587891e-05, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1715. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765436, 2.5359571, -77.6579208, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1716. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.149134636, -0.486355305, -0.00299072266, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1717. Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765478, 2.53595734, -77.6579208, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1718. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.459102154, -0.489741802, -0.00597381592, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1719. NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203403, 3.45095801, -77.7865524, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1720. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00760221481, 0.431732655, -0.120254517, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1721. NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.66203356, 3.45095849, -77.521553, -1.00000179, -2.26282282e-09, -9.87201929e-08, 2.28465069e-09, 1.00000179, -1.39698386e-08, 7.63684511e-08, 1.39698386e-08, -1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1722. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -1.00000119, 1.45519152e-09, 8.00937414e-08, -1.44063961e-09, 1.00000119, 9.31322575e-09, -9.49949026e-08, -9.31322575e-09, -1.00000119),C1 = CFrame.new(0.00508117676, 0.428878307, 0.144721985, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1723. NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203308, 2.81095791, -77.7865601, -1.00000179, 8.98216967e-08, 1.11758709e-08, -8.52742232e-08, -1.00000179, 1.39698386e-08, -1.11758709e-08, -1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1724. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -1.00000119, -8.61036824e-08, -7.4505806e-09, 8.89922376e-08, -1.00000119, -9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0146603584, -0.208191872, -0.127082825, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1725. NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.6620326, 2.82095814, -77.5215454, 1.00000179, -8.52887752e-08, 7.63684511e-08, -8.98362487e-08, -1.00000179, -1.39698386e-08, 9.87201929e-08, -1.39698386e-08, -1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1726. mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -8.89995135e-08, 9.49949026e-08, -8.61109584e-08, -1.00000119, -9.31322575e-09, 8.00937414e-08, -9.31322575e-09, -1.00000119),C1 = CFrame.new(0.012029171, -0.201047897, 0.138008118, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1727. Wedge = New("WedgePart",Gaunty2,"Wedge",{BrickColor = BrickColor.new("Black"),Size = Vector3.new(1.1099999, 0.569999993, 1.13),CFrame = CFrame.new(-5.6508193, 4.06113243, -77.6620178, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
  1728. mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.0109024048, 1.04061604, 0.010887146, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
  1729.  
  1730.  
  1731. NewInstance = function(instance,parent,properties)
  1732. local inst = Instance.new(instance,parent)
  1733. if(properties)then
  1734. for i,v in next, properties do
  1735. pcall(function() inst[i] = v end)
  1736. end
  1737. end
  1738. return inst;
  1739. end
  1740.  
  1741. local HW = NewInstance('Motor', char, {Part0 = ra, Part1 = Handle, C0 = CF(0,-.51,0)})
  1742. local HW2 = NewInstance('Motor', char, {Part0 = la, Part1 = Handle2, C0 = CF(0,-.51,0) * angles(Rad(0),Rad(180),Rad(0))})
  1743.  
  1744. for _,v in next, Gaunty:children() do
  1745. v.CanCollide = false
  1746. end
  1747. for _,v in next, Gaunty2:children() do
  1748. v.CanCollide = false
  1749. end
  1750. local all, last = {}, nil
  1751. ArmourParts = {}
  1752. NeonParts = {}
  1753. function scan(p)
  1754. for _, v in pairs(p:GetChildren()) do
  1755. if v:IsA("BasePart") then
  1756. if v.BrickColor == BrickColor.new("Black") then
  1757. table.insert(ArmourParts, v)
  1758. end
  1759. if v.BrickColor == BrickColor.new("Institutional white") then
  1760. table.insert(NeonParts, v)
  1761. end
  1762. if last then
  1763. local w = Instance.new("Weld")
  1764. w.Part0, w.Part1 = last, v
  1765. w.C0 = v.CFrame:toObjectSpace(last.CFrame):inverse()
  1766. w.Parent = last
  1767. end
  1768. table.insert(all, v)
  1769. last = v
  1770. end
  1771. scan(v)
  1772. end
  1773. end
  1774. scan(Gaunty)
  1775. local all2, last2 = {}, nil
  1776. ArmourParts2 = {}
  1777. NeonParts2 = {}
  1778. function scan2(p)
  1779. for _, v in pairs(p:GetChildren()) do
  1780. if v:IsA("BasePart") then
  1781. if v.BrickColor == BrickColor.new("Black") then
  1782. table.insert(ArmourParts2, v)
  1783. end
  1784. if v.BrickColor == BrickColor.new("Institutional white") then
  1785. table.insert(NeonParts2, v)
  1786. end
  1787. if last2 then
  1788. local w = Instance.new("Weld")
  1789. w.Part0, w.Part1 = last2, v
  1790. w.C0 = v.CFrame:toObjectSpace(last2.CFrame):inverse()
  1791. w.Parent = last2
  1792. end
  1793. table.insert(all2, v)
  1794. last2 = v
  1795. end
  1796. scan2(v)
  1797. end
  1798. end
  1799. scan2(Gaunty2)
  1800. for i, v in pairs(ArmourParts) do
  1801. v.BrickColor = BrickC("Institutional white")
  1802. end
  1803. for i, v in pairs(NeonParts) do
  1804. v.BrickColor = BrickC("Really red")
  1805. end
  1806. for i, v in pairs(ArmourParts2) do
  1807. v.BrickColor = BrickC("Institutional white")
  1808. end
  1809. for i, v in pairs(NeonParts2) do
  1810. v.BrickColor = BrickC("Really red")
  1811. end
  1812. maincolor = BrickC("Really red")
  1813. -------------------------------------------------------
  1814. --Start Music Option--
  1815. -------------------------------------------------------
  1816. local Music = Instance.new("Sound",char.Torso)
  1817. Music.Volume = 1
  1818. Music.SoundId = "rbxassetid://599763237"
  1819. Music.Looped = true
  1820. Music.Pitch = 1 --Pitcher
  1821. Music:Play()
  1822. -------------------------------------------------------
  1823. --End Music Option--
  1824. -------------------------------------------------------
  1825. local naeeym2 = Instance.new("BillboardGui",char)
  1826. naeeym2.AlwaysOnTop = true
  1827. naeeym2.Size = UDim2.new(5,35,2,35)
  1828. naeeym2.StudsOffset = Vector3.new(0,2,0)
  1829. naeeym2.Adornee = hed
  1830. naeeym2.Name = "Name"
  1831.  
  1832. local tecks2 = Instance.new("TextLabel",naeeym2)
  1833. tecks2.BackgroundTransparency = 1
  1834. tecks2.TextScaled = true
  1835. tecks2.BorderSizePixel = 0
  1836. tecks2.Text = "Dark"
  1837. tecks2.Font = "Garamond"
  1838. tecks2.TextSize = 30
  1839. tecks2.TextStrokeTransparency = 0
  1840. tecks2.TextColor3 = Color3.new(0,0,0)
  1841. tecks2.TextStrokeColor3 = Color3.new(0, 0, 0)
  1842. tecks2.Size = UDim2.new(1,0,0.5,0)
  1843. tecks2.Parent = naeeym2
  1844.  
  1845. function chatfunc(text, color)
  1846. local chat = coroutine.wrap(function()
  1847. if char:FindFirstChild("TalkingBillBoard") ~= nil then
  1848. char:FindFirstChild("TalkingBillBoard"):destroy()
  1849. end
  1850. local naeeym2 = Instance.new("BillboardGui", char)
  1851. naeeym2.Size = UDim2.new(0, 100, 0, 40)
  1852. naeeym2.StudsOffset = Vector3.new(0, 5, 0)
  1853. naeeym2.Adornee = hed
  1854. naeeym2.Name = "TalkingBillBoard"
  1855. local tecks2 = Instance.new("TextLabel", naeeym2)
  1856. tecks2.BackgroundTransparency = 1
  1857. tecks2.BorderSizePixel = 0
  1858. tecks2.Text = ""
  1859. tecks2.Font = "SciFi"
  1860. tecks2.TextSize = 30
  1861. tecks2.TextStrokeTransparency = 0
  1862. tecks2.TextColor3 = color
  1863. tecks2.TextStrokeColor3 = Color3.new(0, 0, 0)
  1864. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  1865. local tecks3 = Instance.new("TextLabel", naeeym2)
  1866. tecks3.BackgroundTransparency = 1
  1867. tecks3.BorderSizePixel = 0
  1868. tecks3.Text = ""
  1869. tecks3.Font = "SciFi"
  1870. tecks3.TextSize = 30
  1871. tecks3.TextStrokeTransparency = 0
  1872. tecks3.TextColor3 = Color3.new(0, 0, 0)
  1873. tecks3.TextStrokeColor3 = color
  1874. tecks3.Size = UDim2.new(1, 0, 0.5, 0)
  1875. coroutine.resume(coroutine.create(function()
  1876. while true do
  1877. swait(1)
  1878. tecks2.TextColor3 = BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color
  1879. tecks3.TextStrokeColor3 = BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color
  1880. tecks2.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5))
  1881. tecks3.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5))
  1882. tecks2.Rotation = math.random(-5, 5)
  1883. tecks3.Rotation = math.random(-5, 5)
  1884. end
  1885. end))
  1886. for i = 1, string.len(text) do
  1887. CFuncs.Sound.Create("rbxassetid://274118116", char, 0.25, 0.115)
  1888. tecks2.Text = string.sub(text, 1, i)
  1889. tecks3.Text = string.sub(text, 1, i)
  1890. swait(1)
  1891. end
  1892. wait(1)
  1893. local randomrot = math.random(1, 2)
  1894. if randomrot == 1 then
  1895. for i = 1, 50 do
  1896. swait()
  1897. tecks2.Rotation = tecks2.Rotation - 0.75
  1898. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  1899. tecks2.TextTransparency = tecks2.TextTransparency + 0.04
  1900. tecks3.Rotation = tecks2.Rotation + 0.75
  1901. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  1902. tecks3.TextTransparency = tecks2.TextTransparency + 0.04
  1903. end
  1904. elseif randomrot == 2 then
  1905. for i = 1, 50 do
  1906. swait()
  1907. tecks2.Rotation = tecks2.Rotation + 0.75
  1908. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  1909. tecks2.TextTransparency = tecks2.TextTransparency + 0.04
  1910. tecks3.Rotation = tecks2.Rotation - 0.75
  1911. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  1912. tecks3.TextTransparency = tecks2.TextTransparency + 0.04
  1913. end
  1914. end
  1915. naeeym2:Destroy()
  1916. end)
  1917. chat()
  1918. end
  1919. -------------------------------------------------------
  1920. --Start Attacks N Stuff--
  1921. -------------------------------------------------------
  1922. local BODY = {}
  1923.  
  1924. for _, c in pairs(Character:GetDescendants()) do
  1925. if c:IsA("BasePart") and c.Name ~= "Handle" then
  1926. if c ~= RootPart and c ~= Torso and c ~= Head and c ~= RightArm and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
  1927. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  1928. end
  1929. table.insert(BODY,{c,c.Parent,c.Material,c.Color,c.Transparency})
  1930. elseif c:IsA("JointInstance") then
  1931. table.insert(BODY,{c,c.Parent,nil,nil,nil})
  1932. end
  1933. end
  1934.  
  1935. for e = 1, #BODY do
  1936. if BODY[e] ~= nil then
  1937. local STUFF = BODY[e]
  1938. local PART = STUFF[1]
  1939. local PARENT = STUFF[2]
  1940. local MATERIAL = STUFF[3]
  1941. local COLOR = STUFF[4]
  1942. local TRANSPARENCY = STUFF[5]
  1943. if PART.ClassName == "Part" and PART ~= RootPart then
  1944. PART.Material = MATERIAL
  1945. PART.Color = COLOR
  1946. PART.Transparency = TRANSPARENCY
  1947. end
  1948. PART.AncestryChanged:Connect(function()
  1949. PART.Parent = PARENT
  1950. end)
  1951. end
  1952. end
  1953.  
  1954. function refit()
  1955. Character.Parent = workspace
  1956. for e = 1, #BODY do
  1957. if BODY[e] ~= nil then
  1958. local STUFF = BODY[e]
  1959. local PART = STUFF[1]
  1960. local PARENT = STUFF[2]
  1961. local MATERIAL = STUFF[3]
  1962. local COLOR = STUFF[4]
  1963. local TRANSPARENCY = STUFF[5]
  1964. if PART.ClassName == "Part" and PART ~= RootPart then
  1965. PART.Material = MATERIAL
  1966. PART.Color = COLOR
  1967. PART.Transparency = TRANSPARENCY
  1968. end
  1969. if PART.Parent ~= PARENT then
  1970. Humanoid:remove()
  1971. PART.Parent = PARENT
  1972. Humanoid = IT("Humanoid",Character)
  1973. end
  1974. end
  1975. end
  1976. end
  1977.  
  1978. Humanoid.Died:connect(function()
  1979. refit()
  1980. end)
  1981.  
  1982. local sine=0
  1983. function HitboxFunction(Pose, lifetime, siz1, siz2, siz3, Radie, Min, Max, kb, atype)
  1984. local Hitboxpart = Instance.new("Part", EffectModel)
  1985. RemoveOutlines(Hitboxpart)
  1986. Hitboxpart.Size = Vector3.new(siz1, siz2, siz3)
  1987. Hitboxpart.CanCollide = false
  1988. Hitboxpart.Transparency = 1
  1989. Hitboxpart.Anchored = true
  1990. Hitboxpart.CFrame = Pose
  1991. game:GetService("Debris"):AddItem(Hitboxpart, lifetime)
  1992. MagniDamage(Hitboxpart, Radie, Min, Max, kb, atype)
  1993. end
  1994. wait2 = false
  1995. combo = 1
  1996. mouse.Button1Down:connect(function(key)
  1997. if attack == false then
  1998. attack = true
  1999. hum.WalkSpeed = 3.01
  2000. if combo == 1 and wait2 == false then
  2001. wait2 = true
  2002. for i = 0, 1.2, 0.1 do
  2003. swait()
  2004. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-65)), 0.3)
  2005. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(-65)), 0.1)
  2006. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.8) * angles(math.rad(90), math.rad(0), math.rad(20)), 0.1)
  2007. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(40)), 0.3)
  2008. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, -0.2) * RHCF * angles(math.rad(-2.5), math.rad(0), math.rad(-0)), 0.3)
  2009. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3)
  2010. end
  2011. CreateSound("138097048", ra, 3, .8)
  2012. HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 6, 9, 3, "Normal")
  2013. for i = 0, 1.2, 0.1 do
  2014. swait()
  2015. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(55)), 0.3)
  2016. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1)
  2017. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.8) * angles(math.rad(95), math.rad(0), math.rad(40)), 0.1)
  2018. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3)
  2019. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-17)), 0.3)
  2020. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3)
  2021. end
  2022. combo = 2
  2023. end
  2024. if combo == 2 and wait2 == false then
  2025. wait2 = true
  2026. for i = 0, 1.2, 0.1 do
  2027. swait()
  2028. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(65)), 0.3)
  2029. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(65)), 0.1)
  2030. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.8) * angles(math.rad(-25), math.rad(0), math.rad(40)), 0.1)
  2031. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(20)), 0.3)
  2032. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, -0.2) * RHCF * angles(math.rad(-2.5), math.rad(0), math.rad(-0)), 0.3)
  2033. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3)
  2034. end
  2035. CreateSound("138097048", ra, 3, .8)
  2036. HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 6, 9, 3, "Normal")
  2037. for i = 0, 1.2, 0.1 do
  2038. swait()
  2039. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(-55)), 0.3)
  2040. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1)
  2041. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(10)), 0.1)
  2042. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.8) * angles(math.rad(95), math.rad(0), math.rad(-40)), 0.3)
  2043. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-17)), 0.3)
  2044. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3)
  2045. end
  2046. combo = 3
  2047. end
  2048. if combo == 3 and wait2 == false then
  2049. wait2 = true
  2050. for i = 0, 1.2, 0.1 do
  2051. swait()
  2052. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-35)), 0.3)
  2053. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1)
  2054. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.8) * angles(math.rad(90), math.rad(0), math.rad(20)), 0.1)
  2055. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3)
  2056. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, -0.2) * RHCF * angles(math.rad(-2.5), math.rad(0), math.rad(-0)), 0.3)
  2057. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3)
  2058. end
  2059. CreateSound("138097048", ra, 3, .8)
  2060. HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 24, 36, 3, "Normal")
  2061. for i = 0, 1.2, 0.1 do
  2062. swait()
  2063. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(35)), 0.3)
  2064. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1)
  2065. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.8) * angles(math.rad(96), math.rad(0), math.rad(10)), 0.1)
  2066. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3)
  2067. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-0)), 0.3)
  2068. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3)
  2069. end
  2070. Effects.Sphere.Create(maincolor, ra.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 1.1, 1.1, 1.1, 0.02)
  2071. Effects.Ring.Create(maincolor, ra.CFrame * CFrame.new(0,-2,0) , 2, 2, 2, 1.1, 1.1, 1.1, 0.03)
  2072. for i = 0, 2 do
  2073. SphereAura(2, 0.2, "Add", ra.CFrame * CFrame.Angles(math.rad(-90 + math.random(-20, 20)), math.rad(math.random(-20, 20)), math.rad(math.random(-20, 20))), 0.5, 0.5, 5, -0.005, maincolor, 0)
  2074. end
  2075. coroutine.resume(coroutine.create(function()
  2076. for i = 0,1.8,0.1 do
  2077. swait()
  2078. hum.CameraOffset = Vector3.new(Mrandom(-1,1),0,Mrandom(-1,1))
  2079. end
  2080. for i = 0,1.8,0.1 do
  2081. swait()
  2082. hum.CameraOffset = Vector3.new(0,0,0)
  2083. end
  2084. end))
  2085. HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 24, 36, 3, "Normal")
  2086. for i = 0, 1.2, 0.1 do
  2087. swait()
  2088. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(-35)), 0.3)
  2089. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1)
  2090. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.8) * angles(math.rad(25), math.rad(0), math.rad(10)), 0.1)
  2091. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3)
  2092. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-0)), 0.3)
  2093. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3)
  2094. end
  2095. combo = 4
  2096. end
  2097. if combo == 4 and wait2 == false then
  2098. for i = 0,1.2,0.1 do
  2099. swait()
  2100. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.15)
  2101. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  2102. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-4.5), Rad(0), Rad(-20)), 0.15)
  2103. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(5 * Cos(sine / 20)), Rad(25)), 0.15)
  2104. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(200), Rad(0), Rad(25 - 2.5 * Sin(sine / 20))), 0.1)
  2105. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(200), Rad(0), Rad(-25 + 2.5 * Sin(sine / 20))), 0.1)
  2106. end
  2107. SphereAura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0)
  2108. SphereAura(6, 0.3, "Add", root.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0)
  2109. Effects.Sphere.Create(maincolor, root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 15.1, 15.1, 15.1, 0.01)
  2110. CreateSound("331666100", char, 10, 1)
  2111. for i, v in pairs(FindNearestHead(tors.CFrame.p, 14.5)) do
  2112. if v:FindFirstChild("Head") then
  2113. SoulSteal(v)
  2114. Eviscerate(v)
  2115. end
  2116. end
  2117. coroutine.resume(coroutine.create(function()
  2118. for i = 0,1.8,0.1 do
  2119. swait()
  2120. hum.CameraOffset = Vector3.new(Mrandom(-1,1),0,Mrandom(-1,1))
  2121. end
  2122. for i = 0,1.8,0.1 do
  2123. swait()
  2124. hum.CameraOffset = Vector3.new(0,0,0)
  2125. end
  2126. end))
  2127. for i = 1,4.7,0.1 do
  2128. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1.4 + 0.1 * Cos(sine / 20)) * angles(Rad(45), Rad(0), Rad(0)), 0.15)
  2129. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(35), Rad(0), Rad(0)), 0.3)
  2130. RH.C0 = clerp(RH.C0, CF(1, .4 - 0.1 * Cos(sine / 20), -.6 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(45)), 0.15)
  2131. LH.C0 = clerp(LH.C0, CF(-1, -0.6 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
  2132. RW.C0 = clerp(RW.C0, CF(1.2, 0.1 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(65), Rad(0), Rad(-34)), 0.1)
  2133. LW.C0 = clerp(LW.C0, CF(-1.2, 0.1 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(65), Rad(0), Rad(34)), 0.1)
  2134. end
  2135. wait(.6)
  2136. combo = 1
  2137. end
  2138. hum.WalkSpeed = 16
  2139. wait2 = false
  2140. attack = false
  2141. end
  2142. end)
  2143. function Destruction()
  2144. attack = true
  2145. local Ring1 = Instance.new("Part", char)
  2146. Ring1.Anchored = true
  2147. Ring1.BrickColor = maincolor
  2148. Ring1.CanCollide = false
  2149. Ring1.FormFactor = 3
  2150. Ring1.Name = "Ring"
  2151. Ring1.Material = "Neon"
  2152. Ring1.Size = Vector3.new(1, 0.05, 1)
  2153. Ring1.Transparency = 1
  2154. Ring1.TopSurface = 0
  2155. Ring1.BottomSurface = 0
  2156. local Ring1Mesh = Instance.new("SpecialMesh", Ring1)
  2157. Ring1Mesh.MeshType = "Brick"
  2158. Ring1Mesh.Name = "SizeMesh"
  2159. Ring1Mesh.Scale = Vector3.new(0, 1, 0)
  2160. local InnerRing1 = Ring1:Clone()
  2161. InnerRing1.Parent = char
  2162. InnerRing1.Transparency = 0
  2163. InnerRing1.BrickColor = BrickColor.new("New Yeller")
  2164. InnerRing1.Size = Vector3.new(1, 1, 1)
  2165. local InnerRing1Mesh = InnerRing1.SizeMesh
  2166. InnerRing1Mesh.Scale = Vector3.new(0, 0, 0)
  2167. InnerRing1Mesh.MeshType = "Sphere"
  2168. Ring1:Destroy()
  2169. for i = 0, 5, 0.1 do
  2170. swait()
  2171. SphereAura(7, 0.12, "Add", ra.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0)
  2172. SphereAura(7, 0.12, "Add", ra.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, BrickC("Institutional white"), 0)
  2173. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(5), Rad(0), Rad(0)), 0.15)
  2174. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-4.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
  2175. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-12.5 + 3 * Sin(sine / 20)), Rad(0), Rad(0 + 2.5 * Sin(sine / 20))), 0.15)
  2176. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5 + 3 * Sin(sine / 20)), Rad(0), Rad(0 + 2.5 * Sin(sine / 20))), 0.15)
  2177. RW.C0 = clerp(RW.C0, CF(1.1, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(-25)), 0.1)
  2178. LW.C0 = clerp(LW.C0, CF(-1.1, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(25)), 0.1)
  2179. root.CFrame = FaceMouse()[1]
  2180. end
  2181. InnerRing1.Transparency = 1
  2182. InnerRing1.CFrame = root.CFrame * CF(0, 0.5, 0) + root.CFrame.lookVector * 5
  2183. CreateSound("294188875", char, 2.3, 1)
  2184. local a = IT("Part", char)
  2185. a.Name = "Direction"
  2186. a.Anchored = true
  2187. a.BrickColor = maincolor
  2188. a.Material = "Neon"
  2189. a.Transparency = 0
  2190. a.Shape = "Cylinder"
  2191. a.CanCollide = false
  2192. local a2 = IT("Part", char)
  2193. a2.Name = "Direction"
  2194. a2.Anchored = true
  2195. a2.BrickColor = maincolor
  2196. a2.Color = maincolor.Color
  2197. a2.Material = "Neon"
  2198. a2.Transparency = 0.5
  2199. a2.Shape = "Cylinder"
  2200. a2.CanCollide = false
  2201. local ba = IT("Part", char)
  2202. ba.Name = "HitDirect"
  2203. ba.Anchored = true
  2204. ba.BrickColor = maincolor
  2205. ba.Material = "Neon"
  2206. ba.Transparency = 1
  2207. ba.CanCollide = false
  2208. local ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000)
  2209. local ignore = char
  2210. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  2211. a.BottomSurface = 10
  2212. a.TopSurface = 10
  2213. a2.BottomSurface = 10
  2214. a2.TopSurface = 10
  2215. local distance = (InnerRing1.CFrame.p - position).magnitude
  2216. a.Size = Vector3.new(distance, 1, 1)
  2217. a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2218. a2.Size = Vector3.new(distance, 1, 1)
  2219. a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2220. ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance)
  2221. a.CFrame = a.CFrame * angles(0, Rad(90), 0)
  2222. a2.CFrame = a2.CFrame * angles(0, Rad(90), 0)
  2223. game:GetService("Debris"):AddItem(a, 20)
  2224. game:GetService("Debris"):AddItem(a2, 20)
  2225. game:GetService("Debris"):AddItem(ba, 20)
  2226. local msh = Instance.new("SpecialMesh", a)
  2227. msh.MeshType = "Sphere"
  2228. msh.Scale = Vector3.new(1, 25, 25)
  2229. local msh2 = Instance.new("SpecialMesh", a2)
  2230. msh2.MeshType = "Sphere"
  2231. msh2.Scale = Vector3.new(1, 30, 30)
  2232. for i = 0, 10, 0.1 do
  2233. swait()
  2234. root.CFrame = FaceMouse()[1]
  2235. hum.CameraOffset = Vector3.new(Mrandom(-1,1),0,Mrandom(-1,1))
  2236. a2.Color = maincolor.Color
  2237. InnerRing1.CFrame = root.CFrame * CF(0, 0.5, 0) + root.CFrame.lookVector * 4
  2238. ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000)
  2239. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  2240. distance = (InnerRing1.CFrame.p - position).magnitude
  2241. a.Size = Vector3.new(distance, 1, 1)
  2242. a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2243. a2.Size = Vector3.new(distance, 1, 1)
  2244. a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2245. ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance)
  2246. a.CFrame = a.CFrame * angles(0, Rad(90), 0)
  2247. a2.CFrame = a2.CFrame * angles(0, Rad(90), 0)
  2248. msh.Scale = msh.Scale - Vector3.new(0, 0.25, 0.25)
  2249. msh2.Scale = msh2.Scale - Vector3.new(0, 0.3, 0.3)
  2250. SphereAura(5, 0.15, "Add", ba.CFrame * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 15, 15, 25, -0.15, maincolor, 0)
  2251. SphereAura(5, 0.15, "Add", ba.CFrame * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 15, 15, 25, -0.15, maincolor, 0)
  2252. for i, v in pairs(FindNearestHead(ba.CFrame.p, 14.5)) do
  2253. if v:FindFirstChild("Head") then
  2254. Eviscerate(v)
  2255. SoulSteal(v)
  2256. end
  2257. end
  2258. end
  2259. a:Destroy()
  2260. a2:Destroy()
  2261. ba:Destroy()
  2262. InnerRing1:Destroy()
  2263. attack = false
  2264. hum.CameraOffset = Vector3.new(0,0,0)
  2265. end
  2266. function BURN_IN_HELL()
  2267. attack = true
  2268. chatfunc("BURN....", BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color)
  2269. for i = 0,5.2,0.1 do
  2270. swait()
  2271. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.15)
  2272. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  2273. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-4.5), Rad(0), Rad(-20)), 0.15)
  2274. LH.C0 = clerp(LH.C0, CF(-1, -0.3 - 0.1 * Cos(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(5 * Cos(sine / 20)), Rad(25)), 0.15)
  2275. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(135), Rad(0), Rad(-45 - 2.5 * Sin(sine / 20))), 0.1)
  2276. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(135), Rad(0), Rad(45 + 2.5 * Sin(sine / 20))), 0.1)
  2277. end
  2278. chatfunc("IN....", BrickColor.random().Color)
  2279. wait(2)
  2280. CreateSound("331666100", char, 10, 1)
  2281. Effects.Sphere.Create(BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05)
  2282. Effects.Sphere.Create(BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05)
  2283. Effects.Sphere.Create(BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05)
  2284. Effects.Sphere.Create(BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05)
  2285. Effects.Sphere.Create(BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 35.6, 10.6, 0.05)
  2286. Effects.Sphere.Create(BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b), root.CFrame * CF(0, -3, 0), 2, 2, 2, 150.6, .4, 150.6, 0.05)
  2287. chatfunc("HELL!!!!!", BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color)
  2288. for i, v in pairs(FindNearestHead(tors.CFrame.p, 52.5)) do
  2289. if v:FindFirstChild("Head") then
  2290. Eviscerate(v)
  2291. SoulSteal(v)
  2292. end
  2293. end
  2294. coroutine.resume(coroutine.create(function()
  2295. for i = 0,2.8,0.1 do
  2296. swait()
  2297. hum.CameraOffset = Vector3.new(Mrandom(-3,3),Mrandom(-3,3),Mrandom(-3,3))
  2298. end
  2299. for i = 0,1.8,0.1 do
  2300. swait()
  2301. hum.CameraOffset = Vector3.new(0,0,0)
  2302. end
  2303. end))
  2304. for i = 0,3.7,0.1 do
  2305. SphereAura(2.5, 0.75, "Add", root.CFrame * CFrame.new(math.random(-52.5, 52.5), -5, math.random(-52.5, 52.5)) * CFrame.Angles(math.rad(90 + math.rad(math.random(-45, 45))), math.rad(math.random(-45, 45)), math.rad(math.random(-45, 45))), 2.5, 2.5, 25, -0.025, BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b), 0)
  2306. SphereAura(2.5, 0.75, "Add", root.CFrame * CFrame.new(math.random(-52.5, 52.5), -5, math.random(-52.5, 52.5)) * CFrame.Angles(math.rad(90 + math.rad(math.random(-45, 45))), math.rad(math.random(-45, 45)), math.rad(math.random(-45, 45))), 2.5, 2.5, 25, -0.025, BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b), 0)
  2307. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(20), Rad(0), Rad(0)), 0.15)
  2308. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  2309. RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-4.5), Rad(0), Rad(20)), 0.15)
  2310. LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(5 * Cos(sine / 20)), Rad(-25)), 0.15)
  2311. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(-40), Rad(0), Rad(25 - 2.5 * Sin(sine / 20))), 0.1)
  2312. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(-40), Rad(0), Rad(-25 + 2.5 * Sin(sine / 20))), 0.1)
  2313. end
  2314. wait(.6)
  2315. CreateSound("907332997", hed, 10, 1)
  2316. attack = false
  2317. end
  2318. -------------------------------------------------------
  2319. --End Attacks N Stuff--
  2320. -------------------------------------------------------
  2321. mouse.KeyDown:connect(function(key)
  2322. if attack == false then
  2323. if key == 'f' then
  2324. Destruction()
  2325. elseif key == 'r' then
  2326. BURN_IN_HELL()
  2327. elseif key == 't' then
  2328. chatfunc("uuhhh.wav", BrickColor.random().Color)
  2329. CreateSound("12222242", hed, 10, 1)
  2330. end
  2331. end
  2332. end)
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339. -------------------------------------------------------
  2340. --Start Animations--
  2341. -------------------------------------------------------
  2342. local equipped = false
  2343. local idle = 0
  2344. local change = 1
  2345. local val = 0
  2346. local toim = 0
  2347. local idleanim = 0.4
  2348. hum.Animator.Parent = nil
  2349. while true do
  2350. swait()
  2351. refit()
  2352. for i, v in pairs(NeonParts) do
  2353. v.BrickColor = BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  2354. end
  2355. for i, v in pairs(NeonParts2) do
  2356. v.BrickColor = BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  2357. end
  2358. maincolor = BrickColor.Random()
  2359. Music.Parent = char
  2360. tecks2.TextStrokeColor3 = maincolor.Color
  2361. sine = sine + change
  2362. local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
  2363. local velderp = root.Velocity.y
  2364. hitfloor, posfloor = rayCast(root.Position, CFrame.new(root.Position, root.Position - Vector3.new(0, 1, 0)).lookVector, 4, char)
  2365. if equipped == true or equipped == false then
  2366. if attack == false then
  2367. idle = idle + 1
  2368. else
  2369. idle = 0
  2370. end
  2371. if 1 < root.Velocity.y and hitfloor == nil then
  2372. Anim = "Jump"
  2373. if attack == false then
  2374. rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3)
  2375. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-10), Rad(0), Rad(0)), 0.3)
  2376. RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(15)),0.3)
  2377. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(-15)),0.3)
  2378. LH.C0=clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15)
  2379. RH.C0=clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3)
  2380. end
  2381. elseif -1 > root.Velocity.y and hitfloor == nil then
  2382. Anim = "Fall"
  2383. if attack == false then
  2384. rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3)
  2385. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(10), Rad(0), Rad(0)), 0.3)
  2386. RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(30)),0.3)
  2387. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(-30)),0.3)
  2388. LH.C0 = clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15)
  2389. RH.C0 = clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3)
  2390. end
  2391. elseif torvel < 1 and hitfloor ~= nil then
  2392. Anim = "Idle"
  2393. change = 1.9
  2394. if attack == false then
  2395. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(30), Rad(0), Rad(0)), 0.15)
  2396. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(35 - 2.5 * Sin(sine / 20)), Rad(-5 * Cos(sine / 0.465)), Rad(-5 * Cos(sine / 0.465))), 0.3)
  2397. RH.C0 = clerp(RH.C0, CF(1, -1 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-7.5), Rad(0), Rad(30)), 0.15)
  2398. LH.C0 = clerp(LH.C0, CF(-1, -1 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-7.5), Rad(0), Rad(-30)), 0.15)
  2399. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(35 - 5 * Cos(sine / 0.465)), Rad(-5 * Cos(sine / 0.465)), Rad(15 + 7 * Sin(sine / 25))), 0.1)
  2400. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(35 - 5 * Cos(sine / 0.465)), Rad(-5 * Cos(sine / 0.465)), Rad(-15 - 7 * Sin(sine / 25))), 0.1)
  2401. end
  2402. elseif tors.Velocity.magnitude < 50 and hitfloor ~= nil then
  2403. Anim = "Walk"
  2404. change = 1
  2405. if attack == false then
  2406. rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.175 + 0.025 * Cos(sine / 3.5) + -Sin(sine / 3.5) / 7) * angles(Rad(15 - 2.5 * Cos(sine / 3.5)), Rad(0) - root.RotVelocity.Y / 75, Rad(4 * Cos(sine / 7))), 0.15)
  2407. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(13 - 2.5 * Sin(sine / 7)), Rad(-5 * Cos(sine / 0.465)), Rad(-5 * Cos(sine / 0.465))), 0.3)
  2408. RH.C0 = clerp(RH.C0, CF(1, -0.925 - 0.5 * Cos(sine / 7) / 2, 0.5 * Cos(sine / 7) / 2) * angles(Rad(-15 - 5 * Cos(sine / 7)) - rl.RotVelocity.Y / 75 + -Sin(sine / 7) / 2.5, Rad(90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 + 0.1 * Cos(sine / 7)), Rad(0), Rad(15)), 0.3)
  2409. LH.C0 = clerp(LH.C0, CF(-1, -0.925 + 0.5 * Cos(sine / 7) / 2, -0.5 * Cos(sine / 7) / 2) * angles(Rad(-15 + 5 * Cos(sine / 7)) + ll.RotVelocity.Y / 75 + Sin(sine / 7) / 2.5, Rad(-90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 - 0.1 * Cos(sine / 7)), Rad(0), Rad(-15)), 0.3)
  2410. RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 7), 0.025 * Cos(sine / 7)) * angles(Rad(65) * Cos(sine / 7) , Rad(0), Rad(10 + 7 * Sin(sine / 7)) - ra.RotVelocity.Y / 75), 0.1)
  2411. LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 7), 0.025 * Cos(sine / 7)) * angles(Rad(-65) * Cos(sine / 7) , Rad(0), Rad(-10 - 7 * Sin(sine / 7)) + la.RotVelocity.Y / 75), 0.1)
  2412. end
  2413. end
  2414. end
  2415. if 0 < #Effects then
  2416. for e = 1, #Effects do
  2417. if Effects[e] ~= nil then
  2418. local Thing = Effects[e]
  2419. if Thing ~= nil then
  2420. local Part = Thing[1]
  2421. local Mode = Thing[2]
  2422. local Delay = Thing[3]
  2423. local IncX = Thing[4]
  2424. local IncY = Thing[5]
  2425. local IncZ = Thing[6]
  2426. if 1 >= Thing[1].Transparency then
  2427. if Thing[2] == "Block1" then
  2428. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2429. local Mesh = Thing[1].Mesh
  2430. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2431. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2432. elseif Thing[2] == "Block2" then
  2433. Thing[1].CFrame = Thing[1].CFrame + Vector3.new(0, 0, 0)
  2434. local Mesh = Thing[7]
  2435. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2436. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2437. elseif Thing[2] == "Block3" then
  2438. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) + Vector3.new(0, 0.15, 0)
  2439. local Mesh = Thing[7]
  2440. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2441. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2442. elseif Thing[2] == "Cylinder" then
  2443. local Mesh = Thing[1].Mesh
  2444. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2445. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2446. elseif Thing[2] == "Blood" then
  2447. local Mesh = Thing[7]
  2448. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  2449. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2450. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2451. elseif Thing[2] == "Elec" then
  2452. local Mesh = Thing[1].Mesh
  2453. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  2454. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2455. elseif Thing[2] == "Disappear" then
  2456. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2457. elseif Thing[2] == "Shatter" then
  2458. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2459. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  2460. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  2461. Thing[6] = Thing[6] + Thing[5]
  2462. end
  2463. else
  2464. Part.Parent = nil
  2465. table.remove(Effects, e)
  2466. end
  2467. end
  2468. end
  2469. end
  2470. end
  2471. end
  2472. -------------------------------------------------------
  2473. --End Animations And Script--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement