Advertisement
Gametoy

Ender edit

Oct 6th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 165.11 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, 1, 1)
  542. image.MeshId = 'http://www.roblox.com/asset/?id=13070796'
  543. image.TextureId ='rbxassetid://13694600'
  544. local w = Instance.new("Weld",hat4)
  545. w.Part1=hat4
  546. w.Part0=hed
  547. w.C0=CFrame.new(0,-.4,0)
  548. local hat4 = Instance.new("Part",char)
  549. hat4.Transparency = 0
  550. hat4.CanCollide= false
  551. hat4.Name = 'aot1'
  552. hat4.Size = Vector3.new(1,1,1)
  553. local image =Instance.new("SpecialMesh",hat4)
  554. image.Scale = Vector3.new(1.05, 1.05, 1.05)
  555. image.MeshId = 'http://www.roblox.com/asset/?id=16627529'
  556. image.TextureId ='rbxassetid://17877254'
  557. local w = Instance.new("Weld",hat4)
  558. w.Part1=hat4
  559. w.Part0=hed
  560. w.C0=CFrame.new(0,.4,0)
  561. -----------------------
  562. --[[ Organization : Insanity ]]--
  563. --[[ Name : Ender (Thou who collects the souls of innocents) ]]--
  564. --[[ Creator / Captain : DATA RESTRICTED ]]--
  565. -------------------------------------------------------
  566. --A script By makhail07
  567.  
  568. --Discord Creterisk#2958
  569.  
  570. --This script is a fucking mistake have fun skids
  571. -------------------------------------------------------
  572.  
  573. local FavIDs = {
  574. 340106355, --Nefl Crystals
  575. 927529620, --Dimension
  576. 876981900, --Fantasy
  577. 398987889, --Ordinary Days
  578. 1117396305, --Oh wait, it's you.
  579. 885996042, --Action Winter Journey
  580. 919231299, --Sprawling Idiot Effigy
  581. 743466274, --Good Day Sunshine
  582. 727411183, --Knife Fight
  583. 1402748531, --The Earth Is Counting On You!
  584. 595230126 --Robot Language
  585. }
  586.  
  587.  
  588.  
  589. --The reality of my life isn't real but a Universe -makhail07
  590. wait()
  591. local plr = game:service'Players'.LocalPlayer
  592. print('Local User is '..plr.Name)
  593. local char = plr.Character
  594. local hum = char.Humanoid
  595. local ra = char["Right Arm"]
  596. local la= char["Left Arm"]
  597. local rl= char["Right Leg"]
  598. local ll = char["Left Leg"]
  599. local hed = char.Head
  600. local root = char.HumanoidRootPart
  601. local rootj = root.RootJoint
  602. local tors = char.Torso
  603. local mouse = plr:GetMouse()
  604. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  605. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  606. local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
  607. -------------------------------------------------------
  608. --Start Good Stuff--
  609. -------------------------------------------------------
  610. CF = CFrame.new
  611. angles = CFrame.Angles
  612. attack = false
  613. Euler = CFrame.fromEulerAnglesXYZ
  614. Rad = math.rad
  615. IT = Instance.new
  616. BrickC = BrickColor.new
  617. Cos = math.cos
  618. Acos = math.acos
  619. Sin = math.sin
  620. Asin = math.asin
  621. Abs = math.abs
  622. Mrandom = math.random
  623. Floor = math.floor
  624. -------------------------------------------------------
  625. --End Good Stuff--
  626. -------------------------------------------------------
  627. necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  628. RSH, LSH = nil, nil
  629. RW = Instance.new("Weld")
  630. LW = Instance.new("Weld")
  631. RH = tors["Right Hip"]
  632. LH = tors["Left Hip"]
  633. RSH = tors["Right Shoulder"]
  634. LSH = tors["Left Shoulder"]
  635. RSH.Parent = nil
  636. LSH.Parent = nil
  637. RW.Name = "RW"
  638. RW.Part0 = tors
  639. RW.C0 = CF(1.5, 0.5, 0)
  640. RW.C1 = CF(0, 0.5, 0)
  641. RW.Part1 = ra
  642. RW.Parent = tors
  643. LW.Name = "LW"
  644. LW.Part0 = tors
  645. LW.C0 = CF(-1.5, 0.5, 0)
  646. LW.C1 = CF(0, 0.5, 0)
  647. LW.Part1 = la
  648. LW.Parent = tors
  649. Effects = {}
  650.  
  651. -------------------------------------------------------
  652. --Start HeartBeat--
  653. -------------------------------------------------------
  654. ArtificialHB = Instance.new("BindableEvent", script)
  655. ArtificialHB.Name = "Heartbeat"
  656. script:WaitForChild("Heartbeat")
  657.  
  658. frame = 1 / 60
  659. tf = 0
  660. allowframeloss = false
  661. tossremainder = false
  662.  
  663.  
  664. lastframe = tick()
  665. script.Heartbeat:Fire()
  666.  
  667.  
  668. game:GetService("RunService").Heartbeat:connect(function(s, p)
  669. tf = tf + s
  670. if tf >= frame then
  671. if allowframeloss then
  672. script.Heartbeat:Fire()
  673. lastframe = tick()
  674. else
  675. for i = 1, math.floor(tf / frame) do
  676. script.Heartbeat:Fire()
  677. end
  678. lastframe = tick()
  679. end
  680. if tossremainder then
  681. tf = 0
  682. else
  683. tf = tf - frame * math.floor(tf / frame)
  684. end
  685. end
  686. end)
  687. -------------------------------------------------------
  688. --End HeartBeat--
  689. -------------------------------------------------------
  690.  
  691. -------------------------------------------------------
  692. --Start Important Functions--
  693. -------------------------------------------------------
  694. function swait(num)
  695. if num == 0 or num == nil then
  696. game:service("RunService").Stepped:wait(0)
  697. else
  698. for i = 0, num do
  699. game:service("RunService").Stepped:wait(0)
  700. end
  701. end
  702. end
  703. function thread(f)
  704. coroutine.resume(coroutine.create(f))
  705. end
  706. function clerp(a, b, t)
  707. local qa = {
  708. QuaternionFromCFrame(a)
  709. }
  710. local qb = {
  711. QuaternionFromCFrame(b)
  712. }
  713. local ax, ay, az = a.x, a.y, a.z
  714. local bx, by, bz = b.x, b.y, b.z
  715. local _t = 1 - t
  716. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  717. end
  718. function QuaternionFromCFrame(cf)
  719. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  720. local trace = m00 + m11 + m22
  721. if trace > 0 then
  722. local s = math.sqrt(1 + trace)
  723. local recip = 0.5 / s
  724. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  725. else
  726. local i = 0
  727. if m00 < m11 then
  728. i = 1
  729. end
  730. if m22 > (i == 0 and m00 or m11) then
  731. i = 2
  732. end
  733. if i == 0 then
  734. local s = math.sqrt(m00 - m11 - m22 + 1)
  735. local recip = 0.5 / s
  736. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  737. elseif i == 1 then
  738. local s = math.sqrt(m11 - m22 - m00 + 1)
  739. local recip = 0.5 / s
  740. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  741. elseif i == 2 then
  742. local s = math.sqrt(m22 - m00 - m11 + 1)
  743. local recip = 0.5 / s
  744. return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  745. end
  746. end
  747. end
  748. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  749. local xs, ys, zs = x + x, y + y, z + z
  750. local wx, wy, wz = w * xs, w * ys, w * zs
  751. local xx = x * xs
  752. local xy = x * ys
  753. local xz = x * zs
  754. local yy = y * ys
  755. local yz = y * zs
  756. local zz = z * zs
  757. 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))
  758. end
  759. function QuaternionSlerp(a, b, t)
  760. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  761. local startInterp, finishInterp
  762. if cosTheta >= 1.0E-4 then
  763. if 1 - cosTheta > 1.0E-4 then
  764. local theta = math.acos(cosTheta)
  765. local invSinTheta = 1 / Sin(theta)
  766. startInterp = Sin((1 - t) * theta) * invSinTheta
  767. finishInterp = Sin(t * theta) * invSinTheta
  768. else
  769. startInterp = 1 - t
  770. finishInterp = t
  771. end
  772. elseif 1 + cosTheta > 1.0E-4 then
  773. local theta = math.acos(-cosTheta)
  774. local invSinTheta = 1 / Sin(theta)
  775. startInterp = Sin((t - 1) * theta) * invSinTheta
  776. finishInterp = Sin(t * theta) * invSinTheta
  777. else
  778. startInterp = t - 1
  779. finishInterp = t
  780. end
  781. 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
  782. end
  783. function rayCast(Position, Direction, Range, Ignore)
  784. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  785. end
  786. local RbxUtility = LoadLibrary("RbxUtility")
  787. local Create = RbxUtility.Create
  788.  
  789. -------------------------------------------------------
  790. --Start Damage Function--
  791. -------------------------------------------------------
  792. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  793. if hit.Parent == nil then
  794. return
  795. end
  796. local h = hit.Parent:FindFirstChildOfClass("Humanoid")
  797. for _, v in pairs(hit.Parent:children()) do
  798. if v:IsA("Humanoid") then
  799. h = v
  800. end
  801. end
  802. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
  803.  
  804. hit.Parent:FindFirstChild("Head"):BreakJoints()
  805. end
  806.  
  807. if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  808. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  809. if hit.Parent.DebounceHit.Value == true then
  810. return
  811. end
  812. end
  813. if insta == true then
  814. hit.Parent:FindFirstChild("Head"):BreakJoints()
  815. end
  816. local c = Create("ObjectValue"){
  817. Name = "creator",
  818. Value = game:service("Players").LocalPlayer,
  819. Parent = h,
  820. }
  821. game:GetService("Debris"):AddItem(c, .5)
  822. if HitSound ~= nil and HitPitch ~= nil then
  823. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  824. end
  825. local Damage = math.random(minim, maxim)
  826. local blocked = false
  827. local block = hit.Parent:findFirstChild("Block")
  828. if block ~= nil then
  829. if block.className == "IntValue" then
  830. if block.Value > 0 then
  831. blocked = true
  832. block.Value = block.Value - 1
  833. print(block.Value)
  834. end
  835. end
  836. end
  837. if blocked == false then
  838. h.Health = h.Health - Damage
  839. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
  840. else
  841. h.Health = h.Health - (Damage / 2)
  842. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
  843. end
  844. if Type == "Knockdown" then
  845. local hum = hit.Parent.Humanoid
  846. hum.PlatformStand = true
  847. coroutine.resume(coroutine.create(function(HHumanoid)
  848. swait(1)
  849. HHumanoid.PlatformStand = false
  850. end), hum)
  851. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  852. local bodvol = Create("BodyVelocity"){
  853. velocity = angle * knockback,
  854. P = 5000,
  855. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  856. Parent = hit,
  857. }
  858. local rl = Create("BodyAngularVelocity"){
  859. P = 3000,
  860. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  861. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  862. Parent = hit,
  863. }
  864. game:GetService("Debris"):AddItem(bodvol, .5)
  865. game:GetService("Debris"):AddItem(rl, .5)
  866. elseif Type == "Normal" then
  867. local vp = Create("BodyVelocity"){
  868. P = 500,
  869. maxForce = Vector3.new(math.huge, 0, math.huge),
  870. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  871. }
  872. if knockback > 0 then
  873. vp.Parent = hit.Parent.Torso
  874. end
  875. game:GetService("Debris"):AddItem(vp, .5)
  876. elseif Type == "Up" then
  877. local bodyVelocity = Create("BodyVelocity"){
  878. velocity = Vector3.new(0, 20, 0),
  879. P = 5000,
  880. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  881. Parent = hit,
  882. }
  883. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  884. elseif Type == "DarkUp" then
  885. coroutine.resume(coroutine.create(function()
  886. for i = 0, 1, 0.1 do
  887. swait()
  888. Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  889. end
  890. end))
  891. local bodyVelocity = Create("BodyVelocity"){
  892. velocity = Vector3.new(0, 20, 0),
  893. P = 5000,
  894. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  895. Parent = hit,
  896. }
  897. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  898. elseif Type == "Snare" then
  899. local bp = Create("BodyPosition"){
  900. P = 2000,
  901. D = 100,
  902. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  903. position = hit.Parent.Torso.Position,
  904. Parent = hit.Parent.Torso,
  905. }
  906. game:GetService("Debris"):AddItem(bp, 1)
  907. elseif Type == "Freeze" then
  908. local BodPos = Create("BodyPosition"){
  909. P = 50000,
  910. D = 1000,
  911. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  912. position = hit.Parent.Torso.Position,
  913. Parent = hit.Parent.Torso,
  914. }
  915. local BodGy = Create("BodyGyro") {
  916. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  917. P = 20e+003,
  918. Parent = hit.Parent.Torso,
  919. cframe = hit.Parent.Torso.CFrame,
  920. }
  921. hit.Parent.Torso.Anchored = true
  922. coroutine.resume(coroutine.create(function(Part)
  923. swait(1.5)
  924. Part.Anchored = false
  925. end), hit.Parent.Torso)
  926. game:GetService("Debris"):AddItem(BodPos, 3)
  927. game:GetService("Debris"):AddItem(BodGy, 3)
  928. end
  929. local debounce = Create("BoolValue"){
  930. Name = "DebounceHit",
  931. Parent = hit.Parent,
  932. Value = true,
  933. }
  934. game:GetService("Debris"):AddItem(debounce, Delay)
  935. c = Create("ObjectValue"){
  936. Name = "creator",
  937. Value = Player,
  938. Parent = h,
  939. }
  940. game:GetService("Debris"):AddItem(c, .5)
  941. end
  942. end
  943. -------------------------------------------------------
  944. --End Damage Function--
  945. -------------------------------------------------------
  946.  
  947. -------------------------------------------------------
  948. --Start Damage Function Customization--
  949. -------------------------------------------------------
  950. function ShowDamage(Pos, Text, Time, Color)
  951. local Rate = (1 / 30)
  952. local Pos = (Pos or Vector3.new(0, 0, 0))
  953. local Text = (Text or "")
  954. local Time = (Time or 2)
  955. local Color = (Color or Color3.new(1, 0, 1))
  956. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  957. EffectPart.Anchored = true
  958. local BillboardGui = Create("BillboardGui"){
  959. Size = UDim2.new(3, 0, 3, 0),
  960. Adornee = EffectPart,
  961. Parent = EffectPart,
  962. }
  963. local TextLabel = Create("TextLabel"){
  964. BackgroundTransparency = 1,
  965. Size = UDim2.new(1, 0, 1, 0),
  966. Text = Text,
  967. Font = "Bodoni",
  968. TextColor3 = Color,
  969. TextScaled = true,
  970. TextStrokeColor3 = Color3.fromRGB(0,0,0),
  971. Parent = BillboardGui,
  972. }
  973. game.Debris:AddItem(EffectPart, (Time))
  974. EffectPart.Parent = game:GetService("Workspace")
  975. delay(0, function()
  976. local Frames = (Time / Rate)
  977. for Frame = 1, Frames do
  978. wait(Rate)
  979. local Percent = (Frame / Frames)
  980. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  981. TextLabel.TextTransparency = Percent
  982. end
  983. if EffectPart and EffectPart.Parent then
  984. EffectPart:Destroy()
  985. end
  986. end)
  987. end
  988. -------------------------------------------------------
  989. --End Damage Function Customization--
  990. -------------------------------------------------------
  991.  
  992. function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
  993. for _, c in pairs(workspace:children()) do
  994. local hum = c:findFirstChild("Humanoid")
  995. if hum ~= nil then
  996. local head = c:findFirstChild("Head")
  997. if head ~= nil then
  998. local targ = head.Position - Part.Position
  999. local mag = targ.magnitude
  1000. if magni >= mag and c.Name ~= plr.Name then
  1001. Damage(head, head, mindam, maxdam, knock, Type, root, 0.1, "http://www.roblox.com/asset/?id=0", 1.2)
  1002. end
  1003. end
  1004. end
  1005. end
  1006. end
  1007.  
  1008.  
  1009. CFuncs = {
  1010. Part = {
  1011. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1012. local Part = Create("Part")({
  1013. Parent = Parent,
  1014. Reflectance = Reflectance,
  1015. Transparency = Transparency,
  1016. CanCollide = false,
  1017. Locked = true,
  1018. BrickColor = BrickColor.new(tostring(BColor)),
  1019. Name = Name,
  1020. Size = Size,
  1021. Material = Material
  1022. })
  1023. RemoveOutlines(Part)
  1024. return Part
  1025. end
  1026. },
  1027. Mesh = {
  1028. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1029. local Msh = Create(Mesh)({
  1030. Parent = Part,
  1031. Offset = OffSet,
  1032. Scale = Scale
  1033. })
  1034. if Mesh == "SpecialMesh" then
  1035. Msh.MeshType = MeshType
  1036. Msh.MeshId = MeshId
  1037. end
  1038. return Msh
  1039. end
  1040. },
  1041. Mesh = {
  1042. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1043. local Msh = Create(Mesh)({
  1044. Parent = Part,
  1045. Offset = OffSet,
  1046. Scale = Scale
  1047. })
  1048. if Mesh == "SpecialMesh" then
  1049. Msh.MeshType = MeshType
  1050. Msh.MeshId = MeshId
  1051. end
  1052. return Msh
  1053. end
  1054. },
  1055. Weld = {
  1056. Create = function(Parent, Part0, Part1, C0, C1)
  1057. local Weld = Create("Weld")({
  1058. Parent = Parent,
  1059. Part0 = Part0,
  1060. Part1 = Part1,
  1061. C0 = C0,
  1062. C1 = C1
  1063. })
  1064. return Weld
  1065. end
  1066. },
  1067. Sound = {
  1068. Create = function(id, par, vol, pit)
  1069. coroutine.resume(coroutine.create(function()
  1070. local S = Create("Sound")({
  1071. Volume = vol,
  1072. Pitch = pit or 1,
  1073. SoundId = id,
  1074. Parent = par or workspace
  1075. })
  1076. wait()
  1077. S:play()
  1078. game:GetService("Debris"):AddItem(S, 6)
  1079. end))
  1080. end
  1081. },
  1082. ParticleEmitter = {
  1083. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  1084. local fp = Create("ParticleEmitter")({
  1085. Parent = Parent,
  1086. Color = ColorSequence.new(Color1, Color2),
  1087. LightEmission = LightEmission,
  1088. Size = Size,
  1089. Texture = Texture,
  1090. Transparency = Transparency,
  1091. ZOffset = ZOffset,
  1092. Acceleration = Accel,
  1093. Drag = Drag,
  1094. LockedToPart = LockedToPart,
  1095. VelocityInheritance = VelocityInheritance,
  1096. EmissionDirection = EmissionDirection,
  1097. Enabled = Enabled,
  1098. Lifetime = LifeTime,
  1099. Rate = Rate,
  1100. Rotation = Rotation,
  1101. RotSpeed = RotSpeed,
  1102. Speed = Speed,
  1103. VelocitySpread = VelocitySpread
  1104. })
  1105. return fp
  1106. end
  1107. }
  1108. }
  1109. function RemoveOutlines(part)
  1110. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  1111. end
  1112. function CreatePart(FormFactor, Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1113. local Part = Create("Part")({
  1114. formFactor = FormFactor,
  1115. Parent = Parent,
  1116. Reflectance = Reflectance,
  1117. Transparency = Transparency,
  1118. CanCollide = false,
  1119. Locked = true,
  1120. BrickColor = BrickColor.new(tostring(BColor)),
  1121. Name = Name,
  1122. Size = Size,
  1123. Material = Material
  1124. })
  1125. RemoveOutlines(Part)
  1126. return Part
  1127. end
  1128. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1129. local Msh = Create(Mesh)({
  1130. Parent = Part,
  1131. Offset = OffSet,
  1132. Scale = Scale
  1133. })
  1134. if Mesh == "SpecialMesh" then
  1135. Msh.MeshType = MeshType
  1136. Msh.MeshId = MeshId
  1137. end
  1138. return Msh
  1139. end
  1140. function CreateWeld(Parent, Part0, Part1, C0, C1)
  1141. local Weld = Create("Weld")({
  1142. Parent = Parent,
  1143. Part0 = Part0,
  1144. Part1 = Part1,
  1145. C0 = C0,
  1146. C1 = C1
  1147. })
  1148. return Weld
  1149. end
  1150.  
  1151.  
  1152. -------------------------------------------------------
  1153. --Start Effect Function--
  1154. -------------------------------------------------------
  1155. EffectModel = Instance.new("Model", char)
  1156. Effects = {
  1157. Block = {
  1158. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1159. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1160. prt.Anchored = true
  1161. prt.CFrame = cframe
  1162. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1163. game:GetService("Debris"):AddItem(prt, 10)
  1164. if Type == 1 or Type == nil then
  1165. table.insert(Effects, {
  1166. prt,
  1167. "Block1",
  1168. delay,
  1169. x3,
  1170. y3,
  1171. z3,
  1172. msh
  1173. })
  1174. elseif Type == 2 then
  1175. table.insert(Effects, {
  1176. prt,
  1177. "Block2",
  1178. delay,
  1179. x3,
  1180. y3,
  1181. z3,
  1182. msh
  1183. })
  1184. else
  1185. table.insert(Effects, {
  1186. prt,
  1187. "Block3",
  1188. delay,
  1189. x3,
  1190. y3,
  1191. z3,
  1192. msh
  1193. })
  1194. end
  1195. end
  1196. },
  1197. Sphere = {
  1198. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1199. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1200. prt.Anchored = true
  1201. prt.CFrame = cframe
  1202. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1203. game:GetService("Debris"):AddItem(prt, 10)
  1204. table.insert(Effects, {
  1205. prt,
  1206. "Cylinder",
  1207. delay,
  1208. x3,
  1209. y3,
  1210. z3,
  1211. msh
  1212. })
  1213. end
  1214. },
  1215. Cylinder = {
  1216. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1217. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1218. prt.Anchored = true
  1219. prt.CFrame = cframe
  1220. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1221. game:GetService("Debris"):AddItem(prt, 10)
  1222. table.insert(Effects, {
  1223. prt,
  1224. "Cylinder",
  1225. delay,
  1226. x3,
  1227. y3,
  1228. z3,
  1229. msh
  1230. })
  1231. end
  1232. },
  1233. Wave = {
  1234. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1235. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1236. prt.Anchored = true
  1237. prt.CFrame = cframe
  1238. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1 / 60, y1 / 60, z1 / 60))
  1239. game:GetService("Debris"):AddItem(prt, 10)
  1240. table.insert(Effects, {
  1241. prt,
  1242. "Cylinder",
  1243. delay,
  1244. x3 / 60,
  1245. y3 / 60,
  1246. z3 / 60,
  1247. msh
  1248. })
  1249. end
  1250. },
  1251. Ring = {
  1252. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1253. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1254. prt.Anchored = true
  1255. prt.CFrame = cframe
  1256. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1257. game:GetService("Debris"):AddItem(prt, 10)
  1258. table.insert(Effects, {
  1259. prt,
  1260. "Cylinder",
  1261. delay,
  1262. x3,
  1263. y3,
  1264. z3,
  1265. msh
  1266. })
  1267. end
  1268. },
  1269. Break = {
  1270. Create = function(brickcolor, cframe, x1, y1, z1)
  1271. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1272. prt.Anchored = true
  1273. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1274. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1275. local num = math.random(10, 50) / 1000
  1276. game:GetService("Debris"):AddItem(prt, 10)
  1277. table.insert(Effects, {
  1278. prt,
  1279. "Shatter",
  1280. num,
  1281. prt.CFrame,
  1282. math.random() - math.random(),
  1283. 0,
  1284. math.random(50, 100) / 100
  1285. })
  1286. end
  1287. },
  1288. Spiral = {
  1289. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1290. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1291. prt.Anchored = true
  1292. prt.CFrame = cframe
  1293. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1051557", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1294. game:GetService("Debris"):AddItem(prt, 10)
  1295. table.insert(Effects, {
  1296. prt,
  1297. "Cylinder",
  1298. delay,
  1299. x3,
  1300. y3,
  1301. z3,
  1302. msh
  1303. })
  1304. end
  1305. },
  1306. Push = {
  1307. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1308. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1309. prt.Anchored = true
  1310. prt.CFrame = cframe
  1311. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://437347603", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1312. game:GetService("Debris"):AddItem(prt, 10)
  1313. table.insert(Effects, {
  1314. prt,
  1315. "Cylinder",
  1316. delay,
  1317. x3,
  1318. y3,
  1319. z3,
  1320. msh
  1321. })
  1322. end
  1323. }
  1324. }
  1325. -------------------------------------------------------
  1326. --End Effect Function--
  1327. -------------------------------------------------------
  1328.  
  1329. function CreateSound(ID, PARENT, VOLUME, PITCH)
  1330. local NSound = nil
  1331. coroutine.resume(coroutine.create(function()
  1332. NSound = Instance.new("Sound", PARENT)
  1333. NSound.Volume = VOLUME
  1334. NSound.Pitch = PITCH
  1335. NSound.SoundId = "http://www.roblox.com/asset/?id="..ID
  1336. swait()
  1337. NSound:play()
  1338. game:GetService("Debris"):AddItem(NSound, 10)
  1339. end))
  1340. return NSound
  1341. end
  1342.  
  1343. function Eviscerate(dude)
  1344. if dude.Name ~= char then
  1345. local bgf = IT("BodyGyro", dude.Head)
  1346. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
  1347. local val = IT("BoolValue", dude)
  1348. val.Name = "IsHit"
  1349. local ds = coroutine.wrap(function()
  1350. dude:WaitForChild("Head"):BreakJoints()
  1351. wait(0.5)
  1352. target = nil
  1353. coroutine.resume(coroutine.create(function()
  1354. for i, v in pairs(dude:GetChildren()) do
  1355. if v:IsA("Accessory") then
  1356. v:Destroy()
  1357. end
  1358. if v:IsA("Humanoid") then
  1359. v:Destroy()
  1360. end
  1361. if v:IsA("CharacterMesh") then
  1362. v:Destroy()
  1363. end
  1364. if v:IsA("Model") then
  1365. v:Destroy()
  1366. end
  1367. if v:IsA("Part") or v:IsA("MeshPart") then
  1368. for x, o in pairs(v:GetChildren()) do
  1369. if o:IsA("Decal") then
  1370. o:Destroy()
  1371. end
  1372. end
  1373. coroutine.resume(coroutine.create(function()
  1374. v.Material = "Neon"
  1375. v.CanCollide = false
  1376. local PartEmmit1 = IT("ParticleEmitter", v)
  1377. PartEmmit1.LightEmission = 1
  1378. PartEmmit1.Texture = "rbxassetid://284205403"
  1379. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  1380. PartEmmit1.Rate = 150
  1381. PartEmmit1.Lifetime = NumberRange.new(1)
  1382. PartEmmit1.Size = NumberSequence.new({
  1383. NumberSequenceKeypoint.new(0, 0.75, 0),
  1384. NumberSequenceKeypoint.new(1, 0, 0)
  1385. })
  1386. PartEmmit1.Transparency = NumberSequence.new({
  1387. NumberSequenceKeypoint.new(0, 0, 0),
  1388. NumberSequenceKeypoint.new(1, 1, 0)
  1389. })
  1390. PartEmmit1.Speed = NumberRange.new(0, 0)
  1391. PartEmmit1.VelocitySpread = 30000
  1392. PartEmmit1.Rotation = NumberRange.new(-500, 500)
  1393. PartEmmit1.RotSpeed = NumberRange.new(-500, 500)
  1394. local BodPoss = IT("BodyPosition", v)
  1395. BodPoss.P = 3000
  1396. BodPoss.D = 1000
  1397. BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  1398. BodPoss.position = v.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
  1399. v.Color = maincolor.Color
  1400. coroutine.resume(coroutine.create(function()
  1401. for i = 0, 49 do
  1402. swait(1)
  1403. v.Transparency = v.Transparency + 0.08
  1404. end
  1405. wait(0.5)
  1406. PartEmmit1.Enabled = false
  1407. wait(3)
  1408. v:Destroy()
  1409. dude:Destroy()
  1410. end))
  1411. end))
  1412. end
  1413. end
  1414. end))
  1415. end)
  1416. ds()
  1417. end
  1418. end
  1419. function SphereAura(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos)
  1420. local type = type
  1421. local rng = Instance.new("Part", char)
  1422. rng.Anchored = true
  1423. rng.BrickColor = color
  1424. rng.CanCollide = false
  1425. rng.FormFactor = 3
  1426. rng.Name = "Ring"
  1427. rng.Material = "Neon"
  1428. rng.Size = Vector3.new(1, 1, 1)
  1429. rng.Transparency = 0
  1430. rng.TopSurface = 0
  1431. rng.BottomSurface = 0
  1432. rng.CFrame = pos
  1433. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos
  1434. local rngm = Instance.new("SpecialMesh", rng)
  1435. rngm.MeshType = "Sphere"
  1436. rngm.Scale = Vector3.new(x1, y1, z1)
  1437. local scaler2 = 1
  1438. local speeder = FastSpeed
  1439. if type == "Add" then
  1440. scaler2 = 1 * value
  1441. elseif type == "Divide" then
  1442. scaler2 = 1 / value
  1443. end
  1444. coroutine.resume(coroutine.create(function()
  1445. for i = 0, 10 / bonuspeed, 0.1 do
  1446. swait()
  1447. if type == "Add" then
  1448. scaler2 = scaler2 - 0.01 * value / bonuspeed
  1449. elseif type == "Divide" then
  1450. scaler2 = scaler2 - 0.01 / value * bonuspeed
  1451. end
  1452. rng.BrickColor = BrickColor.random()
  1453. speeder = speeder - 0.01 * FastSpeed * bonuspeed
  1454. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed
  1455. rng.Transparency = rng.Transparency + 0.01 * bonuspeed
  1456. rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0)
  1457. end
  1458. rng:Destroy()
  1459. end))
  1460. end
  1461.  
  1462. function FindNearestHead(Position, Distance, SinglePlayer)
  1463. if SinglePlayer then
  1464. return Distance > (SinglePlayer.Torso.CFrame.p - Position).magnitude
  1465. end
  1466. local List = {}
  1467. for i, v in pairs(workspace:GetChildren()) do
  1468. if v:IsA("Model") and v:findFirstChild("Head") and v ~= char and Distance >= (v.Head.Position - Position).magnitude then
  1469. table.insert(List, v)
  1470. end
  1471. end
  1472. return List
  1473. end
  1474. function SoulSteal(dude)
  1475. if dude.Name ~= char then
  1476. local bgf = IT("BodyGyro", dude.Head)
  1477. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
  1478. local val = IT("BoolValue", dude)
  1479. val.Name = "IsHit"
  1480. local torso = (dude:FindFirstChild'Head' or dude:FindFirstChild'Torso' or dude:FindFirstChild'UpperTorso' or dude:FindFirstChild'LowerTorso' or dude:FindFirstChild'HumanoidRootPart')
  1481. local soulst = coroutine.wrap(function()
  1482. local soul = Instance.new("Part",dude)
  1483. soul.Size = Vector3.new(1,1,1)
  1484. soul.CanCollide = false
  1485. soul.Anchored = false
  1486. soul.Position = torso.Position
  1487. soul.Transparency = 1
  1488. local PartEmmit1 = IT("ParticleEmitter", soul)
  1489. PartEmmit1.LightEmission = 1
  1490. PartEmmit1.Texture = "rbxassetid://569507414"
  1491. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  1492. PartEmmit1.Rate = 250
  1493. PartEmmit1.Lifetime = NumberRange.new(1.6)
  1494. PartEmmit1.Size = NumberSequence.new({
  1495. NumberSequenceKeypoint.new(0, 1, 0),
  1496. NumberSequenceKeypoint.new(1, 0, 0)
  1497. })
  1498. PartEmmit1.Transparency = NumberSequence.new({
  1499. NumberSequenceKeypoint.new(0, 0, 0),
  1500. NumberSequenceKeypoint.new(1, 1, 0)
  1501. })
  1502. PartEmmit1.Speed = NumberRange.new(0, 0)
  1503. PartEmmit1.VelocitySpread = 30000
  1504. PartEmmit1.Rotation = NumberRange.new(-360, 360)
  1505. PartEmmit1.RotSpeed = NumberRange.new(-360, 360)
  1506. local BodPoss = IT("BodyPosition", soul)
  1507. BodPoss.P = 3000
  1508. BodPoss.D = 1000
  1509. BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  1510. BodPoss.position = torso.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
  1511. wait(1.6)
  1512. soul.Touched:connect(function(hit)
  1513. if hit.Parent == char then
  1514. soul:Destroy()
  1515. end
  1516. end)
  1517. wait(1.2)
  1518. while soul do
  1519. swait()
  1520. PartEmmit1.Color = ColorSequence.new(maincolor.Color)
  1521. BodPoss.Position = tors.Position
  1522. end
  1523. end)
  1524. soulst()
  1525. end
  1526. end
  1527. function FaceMouse()
  1528. local Cam = workspace.CurrentCamera
  1529. return {
  1530. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)),
  1531. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  1532. }
  1533. end
  1534. -------------------------------------------------------
  1535. --End Important Functions--
  1536. -------------------------------------------------------
  1537. --[[
  1538. Thanks for using Build-To-Lua by jarredbcv.
  1539. ]]--
  1540.  
  1541. New = function(Object, Parent, Name, Data)
  1542. local Object = Instance.new(Object)
  1543. for Index, Value in pairs(Data or {}) do
  1544. Object[Index] = Value
  1545. end
  1546. Object.Parent = Parent
  1547. Object.Name = Name
  1548. return Object
  1549. end
  1550.  
  1551. Gaunty = New("Model",char,"Gaunty",{})
  1552. 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),})
  1553. Mesh = New("BlockMesh",Handle,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1554. 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),})
  1555. 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),})
  1556. 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),})
  1557. 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),})
  1558. 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),})
  1559. 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),})
  1560. 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),})
  1561. 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),})
  1562. 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),})
  1563. 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),})
  1564. 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),})
  1565. 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),})
  1566. 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),})
  1567. 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),})
  1568. 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),})
  1569. 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),})
  1570. 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),})
  1571. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1572. 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),})
  1573. 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),})
  1574. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1575. 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),})
  1576. 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),})
  1577. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1578. 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),})
  1579. 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),})
  1580. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1581. 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),})
  1582. 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),})
  1583. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1584. 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),})
  1585. 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),})
  1586. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1587. 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),})
  1588. 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),})
  1589. 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),})
  1590. 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),})
  1591. 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),})
  1592. 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),})
  1593. 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),})
  1594. 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),})
  1595. 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),})
  1596. 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),})
  1597. 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),})
  1598. 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),})
  1599. 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),})
  1600. 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),})
  1601. 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),})
  1602. 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),})
  1603. 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),})
  1604. 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),})
  1605. 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),})
  1606. 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),})
  1607. 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),})
  1608. 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),})
  1609. 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),})
  1610. 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),})
  1611. 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),})
  1612. 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),})
  1613. 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),})
  1614. 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),})
  1615. 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),})
  1616. 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),})
  1617. 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),})
  1618. 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),})
  1619. 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),})
  1620. 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),})
  1621. 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),})
  1622. 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),})
  1623. 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),})
  1624. 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),})
  1625. 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),})
  1626. 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),})
  1627. 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),})
  1628. 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),})
  1629. 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),})
  1630. 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),})
  1631. 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),})
  1632. 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),})
  1633. 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),})
  1634. 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),})
  1635. 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),})
  1636. 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),})
  1637. 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),})
  1638. 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),})
  1639. 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),})
  1640. 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),})
  1641. 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),})
  1642. 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),})
  1643. 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),})
  1644. 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),})
  1645. 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),})
  1646.  
  1647. Gaunty2 = New("Model",char,"Gaunty2",{})
  1648. 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),})
  1649. Mesh = New("BlockMesh",Handle2,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1650. 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),})
  1651. 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),})
  1652. 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),})
  1653. 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),})
  1654. 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),})
  1655. 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),})
  1656. 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),})
  1657. 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),})
  1658. 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),})
  1659. 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),})
  1660. 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),})
  1661. 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),})
  1662. 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),})
  1663. 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),})
  1664. 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),})
  1665. 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),})
  1666. 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),})
  1667. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1668. 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),})
  1669. 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),})
  1670. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1671. 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),})
  1672. 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),})
  1673. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1674. 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),})
  1675. 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),})
  1676. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1677. 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),})
  1678. 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),})
  1679. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1680. 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),})
  1681. 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),})
  1682. Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
  1683. 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),})
  1684. 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),})
  1685. 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),})
  1686. 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),})
  1687. 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),})
  1688. 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),})
  1689. 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),})
  1690. 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),})
  1691. 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),})
  1692. 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),})
  1693. 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),})
  1694. 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),})
  1695. 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),})
  1696. 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),})
  1697. 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),})
  1698. 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),})
  1699. 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),})
  1700. 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),})
  1701. 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),})
  1702. 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),})
  1703. 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),})
  1704. 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),})
  1705. 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),})
  1706. 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),})
  1707. 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),})
  1708. 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),})
  1709. 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),})
  1710. 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),})
  1711. 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),})
  1712. 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),})
  1713. 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),})
  1714. 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),})
  1715. 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),})
  1716. 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),})
  1717. 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),})
  1718. 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),})
  1719. 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),})
  1720. 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),})
  1721. 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),})
  1722. 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),})
  1723. 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),})
  1724. 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),})
  1725. 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),})
  1726. 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),})
  1727. 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),})
  1728. 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),})
  1729. 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),})
  1730. 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),})
  1731. 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),})
  1732. 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),})
  1733. 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),})
  1734. 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),})
  1735. 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),})
  1736. 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),})
  1737. 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),})
  1738. 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),})
  1739. 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),})
  1740. 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),})
  1741. 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),})
  1742.  
  1743.  
  1744. NewInstance = function(instance,parent,properties)
  1745. local inst = Instance.new(instance,parent)
  1746. if(properties)then
  1747. for i,v in next, properties do
  1748. pcall(function() inst[i] = v end)
  1749. end
  1750. end
  1751. return inst;
  1752. end
  1753.  
  1754. local HW = NewInstance('Motor', char, {Part0 = ra, Part1 = Handle, C0 = CF(0,-.51,0)})
  1755. local HW2 = NewInstance('Motor', char, {Part0 = la, Part1 = Handle2, C0 = CF(0,-.51,0) * angles(Rad(0),Rad(180),Rad(0))})
  1756.  
  1757. for _,v in next, Gaunty:children() do
  1758. v.CanCollide = false
  1759. end
  1760. for _,v in next, Gaunty2:children() do
  1761. v.CanCollide = false
  1762. end
  1763. local all, last = {}, nil
  1764. ArmourParts = {}
  1765. NeonParts = {}
  1766. function scan(p)
  1767. for _, v in pairs(p:GetChildren()) do
  1768. if v:IsA("BasePart") then
  1769. if v.BrickColor == BrickColor.new("Black") then
  1770. table.insert(ArmourParts, v)
  1771. end
  1772. if v.BrickColor == BrickColor.new("Institutional white") then
  1773. table.insert(NeonParts, v)
  1774. end
  1775. if last then
  1776. local w = Instance.new("Weld")
  1777. w.Part0, w.Part1 = last, v
  1778. w.C0 = v.CFrame:toObjectSpace(last.CFrame):inverse()
  1779. w.Parent = last
  1780. end
  1781. table.insert(all, v)
  1782. last = v
  1783. end
  1784. scan(v)
  1785. end
  1786. end
  1787. scan(Gaunty)
  1788. local all2, last2 = {}, nil
  1789. ArmourParts2 = {}
  1790. NeonParts2 = {}
  1791. function scan2(p)
  1792. for _, v in pairs(p:GetChildren()) do
  1793. if v:IsA("BasePart") then
  1794. if v.BrickColor == BrickColor.new("Black") then
  1795. table.insert(ArmourParts2, v)
  1796. end
  1797. if v.BrickColor == BrickColor.new("Institutional white") then
  1798. table.insert(NeonParts2, v)
  1799. end
  1800. if last2 then
  1801. local w = Instance.new("Weld")
  1802. w.Part0, w.Part1 = last2, v
  1803. w.C0 = v.CFrame:toObjectSpace(last2.CFrame):inverse()
  1804. w.Parent = last2
  1805. end
  1806. table.insert(all2, v)
  1807. last2 = v
  1808. end
  1809. scan2(v)
  1810. end
  1811. end
  1812. scan2(Gaunty2)
  1813. for i, v in pairs(ArmourParts) do
  1814. v.BrickColor = BrickC("Institutional white")
  1815. end
  1816. for i, v in pairs(NeonParts) do
  1817. v.BrickColor = BrickC("Really red")
  1818. end
  1819. for i, v in pairs(ArmourParts2) do
  1820. v.BrickColor = BrickC("Institutional white")
  1821. end
  1822. for i, v in pairs(NeonParts2) do
  1823. v.BrickColor = BrickC("Really red")
  1824. end
  1825. maincolor = BrickC("Really red")
  1826. -------------------------------------------------------
  1827. --Start Music Option--
  1828. -------------------------------------------------------
  1829. local Music = Instance.new("Sound",char.Torso)
  1830. Music.Volume = 1
  1831. Music.SoundId = "rbxassetid://697393029"
  1832. Music.Looped = true
  1833. Music.Pitch = 1 --Pitcher
  1834. Music:Play()
  1835. -------------------------------------------------------
  1836. --End Music Option--
  1837. -------------------------------------------------------
  1838. local naeeym2 = Instance.new("BillboardGui",char)
  1839. naeeym2.AlwaysOnTop = true
  1840. naeeym2.Size = UDim2.new(5,35,2,35)
  1841. naeeym2.StudsOffset = Vector3.new(0,2,0)
  1842. naeeym2.Adornee = hed
  1843. naeeym2.Name = "Name"
  1844.  
  1845. local tecks2 = Instance.new("TextLabel",naeeym2)
  1846. tecks2.BackgroundTransparency = 1
  1847. tecks2.TextScaled = true
  1848. tecks2.BorderSizePixel = 0
  1849. tecks2.Text = "Game"
  1850. tecks2.Font = "Garamond"
  1851. tecks2.TextSize = 30
  1852. tecks2.TextStrokeTransparency = 0
  1853. tecks2.TextColor3 = Color3.new(0,0,0)
  1854. tecks2.TextStrokeColor3 = Color3.new(0, 0, 0)
  1855. tecks2.Size = UDim2.new(1,0,0.5,0)
  1856. tecks2.Parent = naeeym2
  1857.  
  1858. function chatfunc(text, color)
  1859. local chat = coroutine.wrap(function()
  1860. if char:FindFirstChild("TalkingBillBoard") ~= nil then
  1861. char:FindFirstChild("TalkingBillBoard"):destroy()
  1862. end
  1863. local naeeym2 = Instance.new("BillboardGui", char)
  1864. naeeym2.Size = UDim2.new(0, 100, 0, 40)
  1865. naeeym2.StudsOffset = Vector3.new(0, 5, 0)
  1866. naeeym2.Adornee = hed
  1867. naeeym2.Name = "TalkingBillBoard"
  1868. local tecks2 = Instance.new("TextLabel", naeeym2)
  1869. tecks2.BackgroundTransparency = 1
  1870. tecks2.BorderSizePixel = 0
  1871. tecks2.Text = ""
  1872. tecks2.Font = "SciFi"
  1873. tecks2.TextSize = 30
  1874. tecks2.TextStrokeTransparency = 0
  1875. tecks2.TextColor3 = color
  1876. tecks2.TextStrokeColor3 = Color3.new(0, 0, 0)
  1877. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  1878. local tecks3 = Instance.new("TextLabel", naeeym2)
  1879. tecks3.BackgroundTransparency = 1
  1880. tecks3.BorderSizePixel = 0
  1881. tecks3.Text = ""
  1882. tecks3.Font = "SciFi"
  1883. tecks3.TextSize = 30
  1884. tecks3.TextStrokeTransparency = 0
  1885. tecks3.TextColor3 = Color3.new(0, 0, 0)
  1886. tecks3.TextStrokeColor3 = color
  1887. tecks3.Size = UDim2.new(1, 0, 0.5, 0)
  1888. coroutine.resume(coroutine.create(function()
  1889. while true do
  1890. swait(1)
  1891. tecks2.TextColor3 = BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color
  1892. tecks3.TextStrokeColor3 = BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color
  1893. tecks2.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5))
  1894. tecks3.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5))
  1895. tecks2.Rotation = math.random(-5, 5)
  1896. tecks3.Rotation = math.random(-5, 5)
  1897. end
  1898. end))
  1899. for i = 1, string.len(text) do
  1900. CFuncs.Sound.Create("rbxassetid://274118116", char, 0.25, 0.115)
  1901. tecks2.Text = string.sub(text, 1, i)
  1902. tecks3.Text = string.sub(text, 1, i)
  1903. swait(1)
  1904. end
  1905. wait(1)
  1906. local randomrot = math.random(1, 2)
  1907. if randomrot == 1 then
  1908. for i = 1, 50 do
  1909. swait()
  1910. tecks2.Rotation = tecks2.Rotation - 0.75
  1911. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  1912. tecks2.TextTransparency = tecks2.TextTransparency + 0.04
  1913. tecks3.Rotation = tecks2.Rotation + 0.75
  1914. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  1915. tecks3.TextTransparency = tecks2.TextTransparency + 0.04
  1916. end
  1917. elseif randomrot == 2 then
  1918. for i = 1, 50 do
  1919. swait()
  1920. tecks2.Rotation = tecks2.Rotation + 0.75
  1921. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  1922. tecks2.TextTransparency = tecks2.TextTransparency + 0.04
  1923. tecks3.Rotation = tecks2.Rotation - 0.75
  1924. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  1925. tecks3.TextTransparency = tecks2.TextTransparency + 0.04
  1926. end
  1927. end
  1928. naeeym2:Destroy()
  1929. end)
  1930. chat()
  1931. end
  1932. -------------------------------------------------------
  1933. --Start Attacks N Stuff--
  1934. -------------------------------------------------------
  1935. local sine=0
  1936. function HitboxFunction(Pose, lifetime, siz1, siz2, siz3, Radie, Min, Max, kb, atype)
  1937. local Hitboxpart = Instance.new("Part", EffectModel)
  1938. RemoveOutlines(Hitboxpart)
  1939. Hitboxpart.Size = Vector3.new(siz1, siz2, siz3)
  1940. Hitboxpart.CanCollide = false
  1941. Hitboxpart.Transparency = 1
  1942. Hitboxpart.Anchored = true
  1943. Hitboxpart.CFrame = Pose
  1944. game:GetService("Debris"):AddItem(Hitboxpart, lifetime)
  1945. MagniDamage(Hitboxpart, Radie, Min, Max, kb, atype)
  1946. end
  1947. wait2 = false
  1948. combo = 1
  1949. mouse.Button1Down:connect(function(key)
  1950. if attack == false then
  1951. attack = true
  1952. hum.WalkSpeed = 3.01
  1953. if combo == 1 and wait2 == false then
  1954. wait2 = true
  1955. for i = 0, 1.2, 0.1 do
  1956. swait()
  1957. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-65)), 0.3)
  1958. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(-65)), 0.1)
  1959. 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)
  1960. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(40)), 0.3)
  1961. 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)
  1962. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3)
  1963. end
  1964. CreateSound("138097048", ra, 3, .8)
  1965. HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 6, 9, 3, "Normal")
  1966. for i = 0, 1.2, 0.1 do
  1967. swait()
  1968. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(55)), 0.3)
  1969. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1)
  1970. 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)
  1971. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3)
  1972. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-17)), 0.3)
  1973. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3)
  1974. end
  1975. combo = 2
  1976. end
  1977. if combo == 2 and wait2 == false then
  1978. wait2 = true
  1979. for i = 0, 1.2, 0.1 do
  1980. swait()
  1981. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(65)), 0.3)
  1982. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(65)), 0.1)
  1983. 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)
  1984. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(20)), 0.3)
  1985. 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)
  1986. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3)
  1987. end
  1988. CreateSound("138097048", ra, 3, .8)
  1989. HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 6, 9, 3, "Normal")
  1990. for i = 0, 1.2, 0.1 do
  1991. swait()
  1992. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(-55)), 0.3)
  1993. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1)
  1994. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(10)), 0.1)
  1995. 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)
  1996. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-17)), 0.3)
  1997. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3)
  1998. end
  1999. combo = 3
  2000. end
  2001. if combo == 3 and wait2 == false then
  2002. wait2 = true
  2003. for i = 0, 1.2, 0.1 do
  2004. swait()
  2005. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-35)), 0.3)
  2006. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1)
  2007. 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)
  2008. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3)
  2009. 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)
  2010. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3)
  2011. end
  2012. CreateSound("138097048", ra, 3, .8)
  2013. HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 24, 36, 3, "Normal")
  2014. for i = 0, 1.2, 0.1 do
  2015. swait()
  2016. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(35)), 0.3)
  2017. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1)
  2018. 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)
  2019. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3)
  2020. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-0)), 0.3)
  2021. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3)
  2022. end
  2023. Effects.Sphere.Create(maincolor, ra.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 1.1, 1.1, 1.1, 0.02)
  2024. Effects.Ring.Create(maincolor, ra.CFrame * CFrame.new(0,-2,0) , 2, 2, 2, 1.1, 1.1, 1.1, 0.03)
  2025. for i = 0, 2 do
  2026. 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)
  2027. end
  2028. coroutine.resume(coroutine.create(function()
  2029. for i = 0,1.8,0.1 do
  2030. swait()
  2031. hum.CameraOffset = Vector3.new(Mrandom(-1,1),0,Mrandom(-1,1))
  2032. end
  2033. for i = 0,1.8,0.1 do
  2034. swait()
  2035. hum.CameraOffset = Vector3.new(0,0,0)
  2036. end
  2037. end))
  2038. HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 24, 36, 3, "Normal")
  2039. for i = 0, 1.2, 0.1 do
  2040. swait()
  2041. rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(-35)), 0.3)
  2042. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1)
  2043. 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)
  2044. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3)
  2045. RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-0)), 0.3)
  2046. LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3)
  2047. end
  2048. combo = 4
  2049. end
  2050. if combo == 4 and wait2 == false then
  2051. for i = 0,1.2,0.1 do
  2052. swait()
  2053. 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)
  2054. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  2055. 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)
  2056. 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)
  2057. 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)
  2058. 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)
  2059. end
  2060. 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)
  2061. 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)
  2062. Effects.Sphere.Create(maincolor, root.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 15.1, 15.1, 15.1, 0.01)
  2063. CreateSound("331666100", char, 10, 1)
  2064. for i, v in pairs(FindNearestHead(tors.CFrame.p, 14.5)) do
  2065. if v:FindFirstChild("Head") then
  2066. SoulSteal(v)
  2067. Eviscerate(v)
  2068. end
  2069. end
  2070. coroutine.resume(coroutine.create(function()
  2071. for i = 0,1.8,0.1 do
  2072. swait()
  2073. hum.CameraOffset = Vector3.new(Mrandom(-1,1),0,Mrandom(-1,1))
  2074. end
  2075. for i = 0,1.8,0.1 do
  2076. swait()
  2077. hum.CameraOffset = Vector3.new(0,0,0)
  2078. end
  2079. end))
  2080. for i = 1,4.7,0.1 do
  2081. 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)
  2082. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(35), Rad(0), Rad(0)), 0.3)
  2083. 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)
  2084. 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)
  2085. 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)
  2086. 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)
  2087. end
  2088. wait(.6)
  2089. combo = 1
  2090. end
  2091. hum.WalkSpeed = 16
  2092. wait2 = false
  2093. attack = false
  2094. end
  2095. end)
  2096. function Destruction()
  2097. attack = true
  2098. local Ring1 = Instance.new("Part", char)
  2099. Ring1.Anchored = true
  2100. Ring1.BrickColor = maincolor
  2101. Ring1.CanCollide = false
  2102. Ring1.FormFactor = 3
  2103. Ring1.Name = "Ring"
  2104. Ring1.Material = "Neon"
  2105. Ring1.Size = Vector3.new(1, 0.05, 1)
  2106. Ring1.Transparency = 1
  2107. Ring1.TopSurface = 0
  2108. Ring1.BottomSurface = 0
  2109. local Ring1Mesh = Instance.new("SpecialMesh", Ring1)
  2110. Ring1Mesh.MeshType = "Brick"
  2111. Ring1Mesh.Name = "SizeMesh"
  2112. Ring1Mesh.Scale = Vector3.new(0, 1, 0)
  2113. local InnerRing1 = Ring1:Clone()
  2114. InnerRing1.Parent = char
  2115. InnerRing1.Transparency = 0
  2116. InnerRing1.BrickColor = BrickColor.new("New Yeller")
  2117. InnerRing1.Size = Vector3.new(1, 1, 1)
  2118. local InnerRing1Mesh = InnerRing1.SizeMesh
  2119. InnerRing1Mesh.Scale = Vector3.new(0, 0, 0)
  2120. InnerRing1Mesh.MeshType = "Sphere"
  2121. Ring1:Destroy()
  2122. for i = 0, 5, 0.1 do
  2123. swait()
  2124. 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)
  2125. 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)
  2126. 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)
  2127. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-4.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
  2128. 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)
  2129. 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)
  2130. 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)
  2131. 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)
  2132. root.CFrame = FaceMouse()[1]
  2133. end
  2134. InnerRing1.Transparency = 1
  2135. InnerRing1.CFrame = root.CFrame * CF(0, 0.5, 0) + root.CFrame.lookVector * 5
  2136. CreateSound("294188875", char, 2.3, 1)
  2137. local a = IT("Part", char)
  2138. a.Name = "Direction"
  2139. a.Anchored = true
  2140. a.BrickColor = maincolor
  2141. a.Material = "Neon"
  2142. a.Transparency = 0
  2143. a.Shape = "Cylinder"
  2144. a.CanCollide = false
  2145. local a2 = IT("Part", char)
  2146. a2.Name = "Direction"
  2147. a2.Anchored = true
  2148. a2.BrickColor = maincolor
  2149. a2.Color = maincolor.Color
  2150. a2.Material = "Neon"
  2151. a2.Transparency = 0.5
  2152. a2.Shape = "Cylinder"
  2153. a2.CanCollide = false
  2154. local ba = IT("Part", char)
  2155. ba.Name = "HitDirect"
  2156. ba.Anchored = true
  2157. ba.BrickColor = maincolor
  2158. ba.Material = "Neon"
  2159. ba.Transparency = 1
  2160. ba.CanCollide = false
  2161. local ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000)
  2162. local ignore = char
  2163. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  2164. a.BottomSurface = 10
  2165. a.TopSurface = 10
  2166. a2.BottomSurface = 10
  2167. a2.TopSurface = 10
  2168. local distance = (InnerRing1.CFrame.p - position).magnitude
  2169. a.Size = Vector3.new(distance, 1, 1)
  2170. a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2171. a2.Size = Vector3.new(distance, 1, 1)
  2172. a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2173. ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance)
  2174. a.CFrame = a.CFrame * angles(0, Rad(90), 0)
  2175. a2.CFrame = a2.CFrame * angles(0, Rad(90), 0)
  2176. game:GetService("Debris"):AddItem(a, 20)
  2177. game:GetService("Debris"):AddItem(a2, 20)
  2178. game:GetService("Debris"):AddItem(ba, 20)
  2179. local msh = Instance.new("SpecialMesh", a)
  2180. msh.MeshType = "Sphere"
  2181. msh.Scale = Vector3.new(1, 25, 25)
  2182. local msh2 = Instance.new("SpecialMesh", a2)
  2183. msh2.MeshType = "Sphere"
  2184. msh2.Scale = Vector3.new(1, 30, 30)
  2185. for i = 0, 10, 0.1 do
  2186. swait()
  2187. root.CFrame = FaceMouse()[1]
  2188. hum.CameraOffset = Vector3.new(Mrandom(-1,1),0,Mrandom(-1,1))
  2189. a2.Color = maincolor.Color
  2190. InnerRing1.CFrame = root.CFrame * CF(0, 0.5, 0) + root.CFrame.lookVector * 4
  2191. ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000)
  2192. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  2193. distance = (InnerRing1.CFrame.p - position).magnitude
  2194. a.Size = Vector3.new(distance, 1, 1)
  2195. a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2196. a2.Size = Vector3.new(distance, 1, 1)
  2197. a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2)
  2198. ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance)
  2199. a.CFrame = a.CFrame * angles(0, Rad(90), 0)
  2200. a2.CFrame = a2.CFrame * angles(0, Rad(90), 0)
  2201. msh.Scale = msh.Scale - Vector3.new(0, 0.25, 0.25)
  2202. msh2.Scale = msh2.Scale - Vector3.new(0, 0.3, 0.3)
  2203. 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)
  2204. 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)
  2205. for i, v in pairs(FindNearestHead(ba.CFrame.p, 14.5)) do
  2206. if v:FindFirstChild("Head") then
  2207. Eviscerate(v)
  2208. SoulSteal(v)
  2209. end
  2210. end
  2211. end
  2212. a:Destroy()
  2213. a2:Destroy()
  2214. ba:Destroy()
  2215. InnerRing1:Destroy()
  2216. attack = false
  2217. hum.CameraOffset = Vector3.new(0,0,0)
  2218. end
  2219. function BURN_IN_HELL()
  2220. attack = true
  2221. chatfunc("BURN....", BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color)
  2222. for i = 0,5.2,0.1 do
  2223. swait()
  2224. 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)
  2225. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  2226. 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)
  2227. 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)
  2228. 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)
  2229. 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)
  2230. end
  2231. chatfunc("IN....", BrickColor.random().Color)
  2232. wait(2)
  2233. CreateSound("331666100", char, 10, 1)
  2234. 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)
  2235. 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)
  2236. 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)
  2237. 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)
  2238. 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)
  2239. 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)
  2240. chatfunc("HELL!!!!!", BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b).Color)
  2241. for i, v in pairs(FindNearestHead(tors.CFrame.p, 52.5)) do
  2242. if v:FindFirstChild("Head") then
  2243. Eviscerate(v)
  2244. SoulSteal(v)
  2245. end
  2246. end
  2247. coroutine.resume(coroutine.create(function()
  2248. for i = 0,2.8,0.1 do
  2249. swait()
  2250. hum.CameraOffset = Vector3.new(Mrandom(-3,3),Mrandom(-3,3),Mrandom(-3,3))
  2251. end
  2252. for i = 0,1.8,0.1 do
  2253. swait()
  2254. hum.CameraOffset = Vector3.new(0,0,0)
  2255. end
  2256. end))
  2257. for i = 0,3.7,0.1 do
  2258. 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)
  2259. 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)
  2260. 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)
  2261. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3)
  2262. 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)
  2263. 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)
  2264. 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)
  2265. 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)
  2266. end
  2267. wait(.6)
  2268. CreateSound("907332997", hed, 10, 1)
  2269. attack = false
  2270. end
  2271. -------------------------------------------------------
  2272. --End Attacks N Stuff--
  2273. -------------------------------------------------------
  2274. mouse.KeyDown:connect(function(key)
  2275. if attack == false then
  2276. if key == 'f' then
  2277. Destruction()
  2278. elseif key == 'r' then
  2279. BURN_IN_HELL()
  2280. elseif key == 't' then
  2281. chatfunc("uuhhh.wav", BrickColor.random().Color)
  2282. CreateSound("12222242", hed, 10, 1)
  2283. end
  2284. end
  2285. end)
  2286.  
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292. -------------------------------------------------------
  2293. --Start Animations--
  2294. -------------------------------------------------------
  2295. local equipped = false
  2296. local idle = 0
  2297. local change = 1
  2298. local val = 0
  2299. local toim = 0
  2300. local idleanim = 0.4
  2301. hum.Animator.Parent = nil
  2302. while true do
  2303. swait()
  2304. for i, v in pairs(NeonParts) do
  2305. v.BrickColor = BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  2306. end
  2307. for i, v in pairs(NeonParts2) do
  2308. v.BrickColor = BrickColor.new(torso.BrickColor.r, torso.BrickColor.g, torso.BrickColor.b)
  2309. end
  2310. maincolor = BrickColor.Random()
  2311. Music.Parent = char
  2312. tecks2.TextStrokeColor3 = maincolor.Color
  2313. sine = sine + change
  2314. local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
  2315. local velderp = root.Velocity.y
  2316. hitfloor, posfloor = rayCast(root.Position, CFrame.new(root.Position, root.Position - Vector3.new(0, 1, 0)).lookVector, 4, char)
  2317. if equipped == true or equipped == false then
  2318. if attack == false then
  2319. idle = idle + 1
  2320. else
  2321. idle = 0
  2322. end
  2323. if 1 < root.Velocity.y and hitfloor == nil then
  2324. Anim = "Jump"
  2325. if attack == false then
  2326. rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3)
  2327. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-10), Rad(0), Rad(0)), 0.3)
  2328. 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)
  2329. 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)
  2330. LH.C0=clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15)
  2331. RH.C0=clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3)
  2332. end
  2333. elseif -1 > root.Velocity.y and hitfloor == nil then
  2334. Anim = "Fall"
  2335. if attack == false then
  2336. rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3)
  2337. tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(10), Rad(0), Rad(0)), 0.3)
  2338. 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)
  2339. 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)
  2340. LH.C0 = clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15)
  2341. RH.C0 = clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3)
  2342. end
  2343. elseif torvel < 1 and hitfloor ~= nil then
  2344. Anim = "Idle"
  2345. change = 1.9
  2346. if attack == false then
  2347. 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)
  2348. 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)
  2349. 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)
  2350. 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)
  2351. 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)
  2352. 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)
  2353. end
  2354. elseif tors.Velocity.magnitude < 50 and hitfloor ~= nil then
  2355. Anim = "Walk"
  2356. change = 1
  2357. if attack == false then
  2358. 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)
  2359. 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)
  2360. 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)
  2361. 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)
  2362. 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)
  2363. 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)
  2364. end
  2365. end
  2366. end
  2367. if 0 < #Effects then
  2368. for e = 1, #Effects do
  2369. if Effects[e] ~= nil then
  2370. local Thing = Effects[e]
  2371. if Thing ~= nil then
  2372. local Part = Thing[1]
  2373. local Mode = Thing[2]
  2374. local Delay = Thing[3]
  2375. local IncX = Thing[4]
  2376. local IncY = Thing[5]
  2377. local IncZ = Thing[6]
  2378. if 1 >= Thing[1].Transparency then
  2379. if Thing[2] == "Block1" then
  2380. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2381. local Mesh = Thing[1].Mesh
  2382. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2383. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2384. elseif Thing[2] == "Block2" then
  2385. Thing[1].CFrame = Thing[1].CFrame + Vector3.new(0, 0, 0)
  2386. local Mesh = Thing[7]
  2387. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2388. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2389. elseif Thing[2] == "Block3" then
  2390. 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)
  2391. local Mesh = Thing[7]
  2392. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2393. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2394. elseif Thing[2] == "Cylinder" then
  2395. local Mesh = Thing[1].Mesh
  2396. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2397. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2398. elseif Thing[2] == "Blood" then
  2399. local Mesh = Thing[7]
  2400. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  2401. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2402. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2403. elseif Thing[2] == "Elec" then
  2404. local Mesh = Thing[1].Mesh
  2405. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  2406. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2407. elseif Thing[2] == "Disappear" then
  2408. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2409. elseif Thing[2] == "Shatter" then
  2410. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2411. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  2412. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  2413. Thing[6] = Thing[6] + Thing[5]
  2414. end
  2415. else
  2416. Part.Parent = nil
  2417. table.remove(Effects, e)
  2418. end
  2419. end
  2420. end
  2421. end
  2422. end
  2423. end
  2424. -------------------------------------------------------
  2425. --End Animations And Script--
  2426. -------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement