Advertisement
Dark_EccentricYT

Untitled

Aug 3rd, 2017
1,984
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 175.34 KB | None | 0 0
  1. --[["Niak niak"
  2. N3xul by Salvo_Starly.
  3. A
  4. A A
  5. A C A
  6. A A
  7. A
  8. ]]--
  9. wait(1 / 60)
  10. Effects = { }
  11. local Player = game.Players.localPlayer
  12. local Character = Player.Character
  13. local Humanoid = Character.Humanoid
  14. local Mouse = Player:GetMouse()
  15. local LeftArm = Character["Left Arm"]
  16. local RightArm = Character["Right Arm"]
  17. local LeftLeg = Character["Left Leg"]
  18. local RightLeg = Character["Right Leg"]
  19. local Head = Character.Head
  20. local Torso = Character.Torso
  21. local Camera = game.Workspace.CurrentCamera
  22. local RootPart = Character.HumanoidRootPart
  23. local RootJoint = RootPart.RootJoint
  24. local attack = false
  25. local Anim = 'Idle'
  26. local attacktype = 1
  27. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  28. local velocity = RootPart.Velocity.y
  29. local sine = 0
  30. local change = 1
  31. local doe = 0
  32. local value = 0
  33. local N3x = false
  34. local Create = LoadLibrary("RbxUtility").Create
  35. Humanoid.JumpPower = 0
  36. Humanoid.WalkSpeed = 22
  37. local m = Create("Model"){
  38. Parent = Character,
  39. Name = "WeaponModel",
  40. }
  41.  
  42. Humanoid.Animator.Parent = nil
  43. Character.Animate.Parent = nil
  44.  
  45. local newMotor = function(part0, part1, c0, c1)
  46. local w = Create('Motor'){
  47. Parent = part0,
  48. Part0 = part0,
  49. Part1 = part1,
  50. C0 = c0,
  51. C1 = c1,
  52. }
  53. return w
  54. end
  55.  
  56. function clerp(a, b, t)
  57. return a:lerp(b, t)
  58. end
  59.  
  60. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  61. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  62.  
  63. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  64. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  65. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  66. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  67. RootJoint.C1 = CFrame.new(0, 0, 0)
  68. RootJoint.C0 = CFrame.new(0, 0, 0)
  69. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  70. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  71.  
  72. local rarmc1 = RW.C1
  73. local larmc1 = LW.C1
  74. local rlegc1 = RH.C1
  75. local llegc1 = LH.C1
  76.  
  77. local resetc1 = false
  78.  
  79. function PlayAnimationFromTable(table, speed, bool)
  80. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  81. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  82. RW.C0 = clerp(RW.C0, table[3], speed)
  83. LW.C0 = clerp(LW.C0, table[4], speed)
  84. RH.C0 = clerp(RH.C0, table[5], speed)
  85. LH.C0 = clerp(LH.C0, table[6], speed)
  86. if bool == true then
  87. if resetc1 == false then
  88. resetc1 = true
  89. RootJoint.C1 = RootJoint.C1
  90. Torso.Neck.C1 = Torso.Neck.C1
  91. RW.C1 = rarmc1
  92. LW.C1 = larmc1
  93. RH.C1 = rlegc1
  94. LH.C1 = llegc1
  95. end
  96. end
  97. end
  98.  
  99. ArtificialHB = Create("BindableEvent", script){
  100. Parent = script,
  101. Name = "Heartbeat",
  102. }
  103.  
  104. script:WaitForChild("Heartbeat")
  105.  
  106. frame = 1 / 30
  107. tf = 0
  108. allowframeloss = false
  109. tossremainder = false
  110. lastframe = tick()
  111. script.Heartbeat:Fire()
  112.  
  113. game:GetService("RunService").Heartbeat:connect(function(s, p)
  114. tf = tf + s
  115. if tf >= frame then
  116. if allowframeloss then
  117. script.Heartbeat:Fire()
  118. lastframe = tick()
  119. else
  120. for i = 1, math.floor(tf / frame) do
  121. script.Heartbeat:Fire()
  122. end
  123. lastframe = tick()
  124. end
  125. if tossremainder then
  126. tf = 0
  127. else
  128. tf = tf - frame * math.floor(tf / frame)
  129. end
  130. end
  131. end)
  132.  
  133. function swait(num)
  134. if num == 0 or num == nil then
  135. ArtificialHB.Event:wait()
  136. else
  137. for i = 0, num do
  138. ArtificialHB.Event:wait()
  139. end
  140. end
  141. end
  142.  
  143. function RemoveOutlines(part)
  144. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  145. end
  146.  
  147. CFuncs = {
  148. ["Part"] = {
  149. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  150. local Part = Create("Part"){
  151. Parent = Parent,
  152. Reflectance = Reflectance,
  153. Transparency = Transparency,
  154. CanCollide = false,
  155. Locked = true,
  156. BrickColor = BrickColor.new(tostring(BColor)),
  157. Name = Name,
  158. Size = Size,
  159. Material = Material,
  160. }
  161. RemoveOutlines(Part)
  162. return Part
  163. end;
  164. };
  165.  
  166. ["Mesh"] = {
  167. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  168. local Msh = Create(Mesh){
  169. Parent = Part,
  170. Offset = OffSet,
  171. Scale = Scale,
  172. }
  173. if Mesh == "SpecialMesh" then
  174. Msh.MeshType = MeshType
  175. Msh.MeshId = MeshId
  176. end
  177. return Msh
  178. end;
  179. };
  180.  
  181. ["Mesh"] = {
  182. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  183. local Msh = Create(Mesh){
  184. Parent = Part,
  185. Offset = OffSet,
  186. Scale = Scale,
  187. }
  188. if Mesh == "SpecialMesh" then
  189. Msh.MeshType = MeshType
  190. Msh.MeshId = MeshId
  191. end
  192. return Msh
  193. end;
  194. };
  195.  
  196. ["Weld"] = {
  197. Create = function(Parent, Part0, Part1, C0, C1)
  198. local Weld = Create("Weld"){
  199. Parent = Parent,
  200. Part0 = Part0,
  201. Part1 = Part1,
  202. C0 = C0,
  203. C1 = C1,
  204. }
  205. return Weld
  206. end;
  207. };
  208.  
  209. ["Sound"] = {
  210. Create = function(id, par, vol, pit)
  211. coroutine.resume(coroutine.create(function()
  212. local S = Create("Sound"){
  213. Volume = vol,
  214. Pitch = pit or 1,
  215. SoundId = id,
  216. Parent = par or workspace,
  217. }
  218. wait()
  219. S:play()
  220. game:GetService("Debris"):AddItem(S, 6)
  221. end))
  222. end;
  223. };
  224.  
  225. ["ParticleEmitter"] = {
  226. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  227. local fp = Create("ParticleEmitter"){
  228. Parent = Parent,
  229. Color = ColorSequence.new(Color1, Color2),
  230. LightEmission = LightEmission,
  231. Size = Size,
  232. Texture = Texture,
  233. Transparency = Transparency,
  234. ZOffset = ZOffset,
  235. Acceleration = Accel,
  236. Drag = Drag,
  237. LockedToPart = LockedToPart,
  238. VelocityInheritance = VelocityInheritance,
  239. EmissionDirection = EmissionDirection,
  240. Enabled = Enabled,
  241. Lifetime = LifeTime,
  242. Rate = Rate,
  243. Rotation = Rotation,
  244. RotSpeed = RotSpeed,
  245. Speed = Speed,
  246. VelocitySpread = VelocitySpread,
  247. }
  248. return fp
  249. end;
  250. };
  251.  
  252. CreateTemplate = {
  253.  
  254. };
  255. }
  256.  
  257. New = function(Object, Parent, Name, Data)
  258. local Object = Instance.new(Object)
  259. for Index, Value in pairs(Data or {}) do
  260. Object[Index] = Value
  261. end
  262. Object.Parent = Parent
  263. Object.Name = Name
  264. return Object
  265. end
  266.  
  267. Handle = New("Part",m,"Handle",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.699999988),CFrame = CFrame.new(-34.8798256, 3.31016231, 9.30002022, 0, 1, 0, 0.500005305, 0, 0.866033554, 0.866033554, 0, -0.500005305),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  268. moter = New("Weld",Handle,"mot",{Part0 = RootPart,Part1 = Handle,})
  269. Hitbox = New("Part",m,"Hitbox",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(5, 0.400000006, 5),CFrame = CFrame.new(-17.6798229, 5.28994846, 11.4285469, 0, 1, 0, 0, 0, 1.00002098, 1.00002098, 0, 0),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  270. mot = New("Weld",Hitbox,"mot",{Part0 = Hitbox,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0, 1.00000095, 1, 0, 0, 0, 1.00000095, 0),C1 = CFrame.new(-0.0250005722, 0, -0.0433020592, 0, 0.500004888, 0.866034091, 1, 0, 0, 0, 0.866034091, -0.500004888),})
  271.  
  272. Spike = New("Part",m,"Spike",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.700000048),CFrame = CFrame.new(-34.8798256, 3.51014757, 6.34985542, 1, 0, 0, 0, 1.00001442, 1.49011612e-07, 0, -1.49011612e-07, 1.00001442),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  273. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  274. mot = New("Weld",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.00000465, -1.19262666e-07, 0, 1.19262666e-07, 1.00000465),C1 = CFrame.new(-2.45490026, 0, 1.64825988, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  275. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000042),CFrame = CFrame.new(-34.8798256, 4.32226419, 9.42439651, 1, 0, 0, 0, 0.500007093, -0.866038024, 0, 0.866038024, 0.500007093),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  276. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(1, 0.5, 1),MeshType = Enum.MeshType.Wedge,})
  277. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.500002205, 0.866029501, 0, -0.866029501, 0.500002205),C1 = CFrame.new(0.613758087, 0, 0.814309597, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  278. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000042),CFrame = CFrame.new(-34.8798256, 2.33656216, 9.18515015, 1, 0, 0, 0, -0.500006735, 0.866038144, 0, -0.866038144, -0.500006735),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  279. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(1, 0.5, 1),MeshType = Enum.MeshType.Wedge,})
  280. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -0.500001848, -0.86602962, 0, 0.86602962, -0.500001848),C1 = CFrame.new(-0.586275101, 0, -0.785719395, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  281. Spike = New("Part",m,"Spike",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.700000048, 0.400000006),CFrame = CFrame.new(-34.8798256, 0.35999918, 9.50000191, 1, 0, 0, 0, -1.00001442, -1.49011612e-07, 0, 1.49011612e-07, -1.00001442),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  282. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  283. mot = New("Weld",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1.00000465, 1.19262666e-07, 0, -1.19262666e-07, -1.00000465),C1 = CFrame.new(-1.30188084, 0, -2.65488076, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  284. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.97403526, 8.65943718, -1, 6.56385482e-14, 3.28193757e-14, 4.86902321e-14, 0.258821815, 0.965939879, 5.49085178e-14, 0.965939879, -0.258821815),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  285. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 0.600000024, 1),MeshType = Enum.MeshType.Wedge,})
  286. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 4.86897543e-14, 5.49079825e-14, 6.56385482e-14, 0.258819252, 0.965930462, 3.28193757e-14, 0.965930462, -0.258819252),C1 = CFrame.new(-0.222822189, 0, 0.895213842, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  287. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.66381645, 9.95211601, -1, 0, 0, 0, -0.258819044, -0.965940595, 0, -0.965940595, 0.258819044),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  288. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 0.600000024, 1),MeshType = Enum.MeshType.Wedge,})
  289. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.25881651, -0.965931177, 0, -0.965931177, 0.25881651),C1 = CFrame.new(0.241556168, 0, -0.88579154, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  290. Spike = New("Part",m,"Spike",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.700000048),CFrame = CFrame.new(-34.8798256, 0.359994173, 9.09999847, 1, 0, 0, 0, -1.49011612e-07, 1.00001442, 0, -1.00001442, -1.49011612e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  291. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  292. mot = New("Weld",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1.19262666e-07, -1.00000465, 0, 1.00000465, -1.19262666e-07),C1 = CFrame.new(-1.6482935, 0, -2.45488477, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  293. Spike = New("Part",m,"Spike",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.700000048),CFrame = CFrame.new(-34.8798256, 3.11013174, 12.2501574, 1, 0, 0, 0, -1.00001442, -1.49011612e-07, 0, 1.49011612e-07, -1.00001442),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  294. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  295. mot = New("Weld",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1.00000465, 1.19262666e-07, 0, -1.19262666e-07, -1.00000465),C1 = CFrame.new(2.45485401, 0, -1.64828563, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  296. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.96526432, 9.9608984, -1, 0, 0, 0, -0.965940893, 0.258818179, 0, 0.258818179, 0.965940893),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  297. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 0.600000024, 1),MeshType = Enum.MeshType.Wedge,})
  298. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.965931416, 0.258815646, 0, 0.258815646, 0.965931416),C1 = CFrame.new(0.899879456, 0, 0.236893415, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  299. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.699999988),CFrame = CFrame.new(-34.8798256, 2.22914028, 10.0686007, 0, 1, 0, -0.258819044, 0, -0.965940595, -0.965940595, 0, 0.258819044),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  300. Mesh = New("BlockMesh",Spike1,"Mesh",{Scale = Vector3.new(0.600000024, 0.5, 1),})
  301. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.25881651, -0.965931177, 1, 0, 0, 0, -0.965931177, 0.25881651),C1 = CFrame.new(0.125097275, 0, -1.32047009, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  302. Circle = New("Part",m,"Circle",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 1.39999998),CFrame = CFrame.new(-34.8798256, 2.78193283, 9.36204624, 0, 1, 0, 0.866037905, 0, -0.500007093, -0.500007093, 0, -0.866037905),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  303. Mesh = New("BlockMesh",Circle,"Mesh",{})
  304. mot = New("Weld",Circle,"mot",{Part0 = Circle,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.866029441, -0.500002205, 1, 0, 0, 0, -0.500002205, -0.866029441),C1 = CFrame.new(-0.210396767, 0, -0.48846817, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  305. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-34.8698273, 1.71859038, 10.1243496, 1, 0, 0, 0, 0.1736494, 0.984822094, 0, -0.984822094, 0.1736494),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  306. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 0.600000024, 1),MeshType = Enum.MeshType.Wedge,})
  307. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.173647642, -0.984812438, 0, 0.984812438, 0.173647642),C1 = CFrame.new(-0.0818958282, 0.00999832153, -1.79048896, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  308. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000042),CFrame = CFrame.new(-34.8798256, 3.20979095, 10.2976379, 1, 0, 0, 0, -0.866038978, -0.500005245, 0, 0.500005245, -0.866038978),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  309. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(1, 0.5, 1),MeshType = Enum.MeshType.Wedge,})
  310. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -0.866030514, 0.500000358, 0, -0.500000358, -0.866030514),C1 = CFrame.new(0.813768387, 0, -0.585727692, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  311. Spike = New("Part",m,"Spike",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.700000048, 0.400000006),CFrame = CFrame.new(-34.8798256, 3.11012197, 6.34986496, 1, 0, 0, 0, -1.49011612e-07, 1.00001442, 0, -1.00001442, -1.49011612e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  312. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  313. mot = New("Weld",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1.19262666e-07, -1.00000465, 0, 1.00000465, -1.19262666e-07),C1 = CFrame.new(-2.65490341, 0, 1.30182648, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  314. Circle = New("Part",m,"Circle",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 1.39999998),CFrame = CFrame.new(-34.8798256, 3.46874952, 9.8023243, 0, 1, 0, 0.500007451, 0, 0.866037786, 0.866037846, 0, -0.500007451),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  315. Mesh = New("BlockMesh",Circle,"Mesh",{})
  316. mot = New("Weld",Circle,"mot",{Part0 = Circle,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.500002503, 0.866029322, 1, 0, 0, 0, 0.866029322, -0.500002563),C1 = CFrame.new(0.514296532, 0, -0.113810539, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  317. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.67258549, 8.65067768, -1, 0, 0, 0, 0.965940118, -0.258821189, 0, -0.258821189, -0.965940118),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  318. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 0.600000024, 1),MeshType = Enum.MeshType.Wedge,})
  319. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.965930641, -0.258818597, 0, -0.258818597, -0.965930641),C1 = CFrame.new(-0.881127357, 0, -0.227483749, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  320. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.800000012),CFrame = CFrame.new(-34.8798256, 3.66075945, 10.0555763, 1, 0, 0, 0, 0.500005245, -0.866038978, 0, 0.866038978, 0.500005245),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  321. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  322. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.500000358, 0.866030514, 0, -0.866030514, 0.500000358),C1 = CFrame.new(0.829621315, 0, -0.0741517544, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  323. Circle = New("Part",m,"Circle",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 1.39999998),CFrame = CFrame.new(-34.8798256, 3.81244087, 9.1413765, 0, 1, 0, 0.866037905, 0, -0.500007093, -0.500007093, 0, -0.866037905),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  324. Mesh = New("BlockMesh",Circle,"Mesh",{})
  325. mot = New("Weld",Circle,"mot",{Part0 = Circle,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.866029441, -0.500002205, 1, 0, 0, 0, -0.500002205, -0.866029441),C1 = CFrame.new(0.11374855, 0, 0.514302969, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  326. Spike = New("Part",m,"Spike",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.700000048, 0.400000006),CFrame = CFrame.new(-34.8798256, 3.51015282, 12.250165, 1, 0, 0, 0, 1.49011612e-07, -1.00001442, 0, 1.00001442, 1.49011612e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  327. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  328. mot = New("Weld",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.19262666e-07, 1.00000465, 0, -1.00000465, 1.19262666e-07),C1 = CFrame.new(2.65486908, 0, -1.30186415, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  329. Circle = New("Part",m,"Circle",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 1.60000002),CFrame = CFrame.new(-34.8798256, 2.13135052, 10.3373613, 0, 1, 0, 0.258822232, 0, 0.96593976, 0.96593976, 0, -0.258822232),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  330. Mesh = New("BlockMesh",Circle,"Mesh",{})
  331. mot = New("Weld",Circle,"mot",{Part0 = Circle,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.258819699, 0.965930343, 1, 0, 0, 0, 0.965930343, -0.258819699),C1 = CFrame.new(0.308954239, 0, -1.53953671, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  332. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.800000012),CFrame = CFrame.new(-34.8798256, 2.57862568, 9.63611507, 1, 0, 0, 0, -0.866037965, -0.500006974, 0, 0.500006974, -0.866037965),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  333. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  334. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -0.866029501, 0.500002086, 0, -0.500002086, -0.866029501),C1 = CFrame.new(-0.0747013092, 0, -0.801568985, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  335. Spike = New("Part",m,"Spike",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.700000048),CFrame = CFrame.new(-34.8798256, 6.26027679, 9.50000191, 1, 0, 0, 0, 1.49011612e-07, -1.00001442, 0, 1.00001442, 1.49011612e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  336. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  337. mot = New("Weld",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.19262666e-07, 1.00000465, 0, -1.00000465, 1.19262666e-07),C1 = CFrame.new(1.64823151, 0, 2.45485854, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  338. Circle = New("Part",m,"Circle",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 1.5),CFrame = CFrame.new(-34.8798256, 2.25983787, 8.07292938, 0, 1, 0, 0.965940118, 0, -0.258821189, -0.258821189, 0, -0.965940118),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  339. Mesh = New("BlockMesh",Circle,"Mesh",{})
  340. mot = New("Weld",Circle,"mot",{Part0 = Circle,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.965930641, -0.258818597, 1, 0, 0, 0, -0.258818597, -0.965930641),C1 = CFrame.new(-1.58783913, 0, -0.296058416, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  341. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.699999988),CFrame = CFrame.new(-34.8798256, 4.08174133, 10.3955889, 0, 1, 0, -0.965940893, 0, 0.258818179, 0.258818179, 0, 0.965940893),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  342. Mesh = New("BlockMesh",Spike1,"Mesh",{Scale = Vector3.new(0.600000024, 0.5, 1),})
  343. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965931416, 0.258815646, 1, 0, 0, 0, 0.258815646, 0.965931416),C1 = CFrame.new(1.33456707, 0, 0.120420694, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  344. Circle = New("Part",m,"Circle",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 1.5),CFrame = CFrame.new(-34.8798256, 4.53719711, 8.24970627, 0, 1, 0, 0.258822232, 0, 0.96593976, 0.96593976, 0, -0.258822232),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  345. Mesh = New("BlockMesh",Circle,"Mesh",{})
  346. mot = New("Weld",Circle,"mot",{Part0 = Circle,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.258819699, 0.965930343, 1, 0, 0, 0, 0.965930343, -0.258819699),C1 = CFrame.new(-0.296077728, 0, 1.58778524, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  347. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-34.8798256, 2.50035405, 7.70545006, 1, 0, 0, 0, 0.984822094, -0.1736494, 0, 0.1736494, 0.984822094),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  348. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 0.600000024, 1),MeshType = Enum.MeshType.Wedge,})
  349. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.984812438, 0.173647642, 0, -0.173647642, 0.984812438),C1 = CFrame.new(-1.78582525, 0, 0.0959706306, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  350. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.699999988),CFrame = CFrame.new(-34.8798256, 4.40870857, 8.54296207, 1.19626364e-22, 1, -3.0440045e-28, 0.258821994, -3.09616325e-23, 0.96593982, 0.96593982, -1.15551941e-22, -0.258821994),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  351. Mesh = New("BlockMesh",Spike1,"Mesh",{Scale = Vector3.new(0.600000024, 0.5, 1),})
  352. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1.19626364e-22, 0.258819431, 0.965930402, 1, -3.09613327e-23, -1.15550818e-22, -3.0440045e-28, 0.965930402, -0.258819431),C1 = CFrame.new(-0.106356621, 0, 1.32988524, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  353. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-34.8698273, 4.12749481, 10.9061289, 1, 0, 0, 0, -0.984822094, 0.1736494, 0, -0.1736494, -0.984822094),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  354. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 0.600000024, 1),MeshType = Enum.MeshType.Wedge,})
  355. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -0.984812438, -0.173647642, 0, 0.173647642, -0.984812438),C1 = CFrame.new(1.79957962, 0.00999832153, -0.0952234268, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  356. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000042),CFrame = CFrame.new(-34.8798256, 3.4490273, 8.31192493, 1, 0, 0, 0, 0.866038978, 0.500005245, 0, -0.500005245, 0.866038978),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  357. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(1, 0.5, 1),MeshType = Enum.MeshType.Wedge,})
  358. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.866030514, -0.500000358, 0, 0.500000358, 0.866030514),C1 = CFrame.new(-0.78627491, 0, 0.614302635, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  359. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.800000012),CFrame = CFrame.new(-34.8798256, 2.99807978, 8.55398464, 1, 0, 0, 0, -0.500005245, 0.866038978, 0, -0.866038978, -0.500005245),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  360. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  361. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -0.500000358, -0.866030514, 0, 0.866030514, -0.500000358),C1 = CFrame.new(-0.802119255, 0, 0.102745771, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  362. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.800000012),CFrame = CFrame.new(-34.8798256, 4.08019829, 8.97343826, 1, 0, 0, 0, 0.866037965, 0.500006974, 0, -0.500006974, 0.866037965),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  363. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  364. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.866029501, -0.500002086, 0, 0.500002086, 0.866029501),C1 = CFrame.new(0.102189064, 0, 0.830153704, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  365. Circle = New("Part",m,"Circle",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 1.39999998),CFrame = CFrame.new(-34.8798256, 3.24808335, 8.77180004, 0, 1, 0, 0.500007451, 0, 0.866037786, 0.866037846, 0, -0.500007451),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  366. Mesh = New("BlockMesh",Circle,"Mesh",{})
  367. mot = New("Weld",Circle,"mot",{Part0 = Circle,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.500002503, 0.866029322, 1, 0, 0, 0, 0.866029322, -0.500002563),C1 = CFrame.new(-0.48848629, 0, 0.210346222, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  368. Circle = New("Part",m,"Circle",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 1.60000002),CFrame = CFrame.new(-34.8798256, 4.34748268, 10.4787979, 0, 1, 0, 0.965940118, 0, -0.258821189, -0.258821189, 0, -0.965940118),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  369. Mesh = New("BlockMesh",Circle,"Mesh",{})
  370. mot = New("Weld",Circle,"mot",{Part0 = Circle,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.965930641, -0.258818597, 1, 0, 0, 0, -0.258818597, -0.965930641),C1 = CFrame.new(1.53949642, 0, 0.308953285, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  371. Spike = New("Part",m,"Spike",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.700000048, 0.400000006),CFrame = CFrame.new(-34.8798256, 6.26027679, 9.0999918, 1, 0, 0, 0, 1.00001442, 1.57952309e-06, 0, -1.57952309e-06, 1.00001442),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  372. Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  373. mot = New("Weld",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.00000465, -1.56468184e-06, 0, 1.59448427e-06, 1.00000465),C1 = CFrame.new(1.30181599, 0, 2.65486217, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  374. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.699999988),CFrame = CFrame.new(-34.8798256, 2.55611181, 8.21598434, 0, 1, 0, 0.965940237, 0, -0.258820355, -0.258820355, 0, -0.965940237),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  375. Mesh = New("BlockMesh",Spike1,"Mesh",{Scale = Vector3.new(0.600000024, 0.5, 1),})
  376. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.96593082, -0.258817822, 1, 0, 0, 0, -0.258817822, -0.96593082),C1 = CFrame.new(-1.31581497, 0, -0.111007452, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  377. Spike1 = New("Part",m,"Spike1",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-34.8798256, 4.91925144, 8.48720932, 1, -1.20395112e-14, -5.68909476e-14, -5.81181289e-14, -0.173655808, -0.984820902, 1.97732049e-15, 0.984820902, -0.173655808),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  378. Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.5, 0.600000024, 1),MeshType = Enum.MeshType.Wedge,})
  379. mot = New("Weld",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, -5.81175665e-14, 1.97730016e-15, -1.20395112e-14, -0.173654094, 0.984811306, -5.68909476e-14, -0.984811306, -0.173654094),C1 = CFrame.new(0.100629807, 0, 1.79990029, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  380. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 5.04258776, 7.56753063, 0, 1, 0, 0.707117558, 0, 0.707116425, 0.707116425, 0, -0.707117558),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  381. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  382. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.707110584, 0.707109511, 1, 0, 0, 0, 0.707109511, -0.707110584),C1 = CFrame.new(-0.634160042, 0, 2.36654663, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  383. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 1.57765603, 11.0324755, 0, 1, 0, 0.707117558, 0, 0.707116425, 0.707116425, 0, -0.707117558),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  384. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  385. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.707110584, 0.707109511, 1, 0, 0, 0, 0.707109511, -0.707110584),C1 = CFrame.new(0.63408947, 0, -2.36659932, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  386. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 1.57765102, 7.56753016, 0, 1, 0, -0.707116425, 0, 0.707117438, 0.707117438, 0, 0.707116425),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  387. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  388. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707109511, 0.707110465, 1, 0, 0, 0, 0.707110465, 0.707109511),C1 = CFrame.new(-2.36661339, 0, -0.634146452, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  389. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 5.04259396, 11.0324745, 0, 1, 0, -0.707116425, 0, 0.707117438, 0.707117438, 0, 0.707116425),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  390. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  391. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707109511, 0.707110465, 1, 0, 0, 0, 0.707110465, 0.707109511),C1 = CFrame.new(2.36654282, 0, 0.634094954, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  392. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 3.31011677, 11.750083, 0, 1, 0, -1.00001454, 0, 8.34465027e-07, 8.34465027e-07, 0, 1.00001454),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  393. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  394. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -1.00000465, 8.19620425e-07, 1, 0, 0, 0, 8.19620425e-07, 1.00000465),C1 = CFrame.new(2.12177277, 0, -1.22506022, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  395. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 0.860047102, 9.30000496, 0, 1, 0, 8.34465027e-07, 0, 1.00001454, 1.00001454, 0, -8.34465027e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  396. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  397. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 8.19620425e-07, 1.00000465, 1, 0, 0, 0, 1.00000465, -8.19620425e-07),C1 = CFrame.new(-1.22505951, 0, -2.12183332, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  398. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 5.76019382, 9.29999924, 0, 1, 0, 8.34465027e-07, 0, 1.00001454, 1.00001454, 0, -8.34465027e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  399. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  400. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 8.19620425e-07, 1.00000465, 1, 0, 0, 0, 1.00000465, -8.19620425e-07),C1 = CFrame.new(1.22498703, 0, 2.12177873, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  401. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 3.31011009, 6.84990978, 0, 1, 0, -1.00001454, 0, 8.34465027e-07, 8.34465027e-07, 0, 1.00001454),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  402. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  403. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -1.00000465, 8.19620425e-07, 1, 0, 0, 0, 8.19620425e-07, 1.00000465),C1 = CFrame.new(-2.12186289, 0, 1.22499919, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  404. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 5.67671108, 9.93412209, 0, 1, 0, -0.258821845, 0, 0.96593982, 0.96593982, 0, 0.258821845),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  405. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  406. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.258819312, 0.965930402, 1, 0, 0, 0, 0.965930402, 0.258819312),C1 = CFrame.new(1.73240662, 0, 1.73242259, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  407. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 0.943523645, 8.66586494, 0, 1, 0, -0.258821845, 0, 0.96593982, 0.96593982, 0, 0.258821845),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  408. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  409. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.258819312, 0.965930402, 1, 0, 0, 0, 0.965930402, 0.258819312),C1 = CFrame.new(-1.73249769, 0, -1.73247385, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  410. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 3.94424105, 6.93339062, 0, 1, 0, -0.96593982, 0, -0.258821845, -0.258821845, 0, 0.96593982),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  411. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  412. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965930402, -0.258819312, 1, 0, 0, 0, -0.258819312, 0.965930402),C1 = CFrame.new(-1.73250437, 0, 1.73242736, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  413. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 2.67599082, 11.6666012, 0, 1, 0, -0.96593982, 0, -0.258821845, -0.258821845, 0, 0.96593982),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  414. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  415. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965930402, -0.258819312, 1, 0, 0, 0, -0.258819312, 0.965930402),C1 = CFrame.new(1.73241615, 0, -1.73248339, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  416. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 4.53515816, 11.4218397, 0, 1, 0, -0.866037488, 0, 0.500008047, 0.500008047, 0, 0.866037488),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  417. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  418. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.866028965, 0.500003099, 1, 0, 0, 0, 0.500003099, 0.866028965),C1 = CFrame.new(2.45002365, 0, -3.33786011e-05, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  419. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 2.08507919, 7.17816067, 0, 1, 0, -0.866037488, 0, 0.500008047, 0.500008047, 0, 0.866037488),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  420. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  421. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.866028965, 0.500003099, 1, 0, 0, 0, 0.500003099, 0.866028965),C1 = CFrame.new(-2.45010185, 0, -2.22921371e-05, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  422. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 5.43195915, 8.07494736, 0, 1, 0, 0.500007927, 0, 0.866037428, 0.866037428, 0, -0.500007927),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  423. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  424. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.50000304, 0.866028965, 1, 0, 0, 0, 0.866028965, -0.50000304),C1 = CFrame.new(-4.48226929e-05, 0, 2.45004249, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  425. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 1.18828678, 10.5250454, 0, 1, 0, 0.500007927, 0, 0.866037428, 0.866037428, 0, -0.500007927),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  426. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  427. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.50000304, 0.866028965, 1, 0, 0, 0, 0.866028965, -0.50000304),C1 = CFrame.new(-3.6239624e-05, 0, -2.45008683, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  428. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 4.53515816, 7.17816114, 0, 1, 0, -0.866038203, 0, -0.500006557, -0.500006557, 0, 0.866038203),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  429. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  430. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.866029739, -0.500001669, 1, 0, 0, 0, -0.500001669, 0.866029739),C1 = CFrame.new(-1.22507286, 0, 2.12178731, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  431. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 2.08508778, 11.4218321, 0, 1, 0, -0.866038203, 0, -0.500006557, -0.500006557, 0, 0.866038203),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  432. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  433. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.866029739, -0.500001669, 1, 0, 0, 0, -0.500001669, 0.866029739),C1 = CFrame.new(1.22499275, 0, -2.12183166, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  434. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 1.18828511, 8.0749588, 0, 1, 0, -0.500006557, 0, 0.866038203, 0.866038203, 0, 0.500006557),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  435. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  436. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500001669, 0.866029739, 1, 0, 0, 0, 0.866029739, 0.500001669),C1 = CFrame.new(-2.12185287, 0, -1.22505593, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  437. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 5.43195534, 10.5250378, 0, 1, 0, -0.500006557, 0, 0.866038203, 0.866038203, 0, 0.500006557),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  438. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  439. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500001669, 0.866029739, 1, 0, 0, 0, 0.866029739, 0.500001669),C1 = CFrame.new(2.12177277, 0, 1.22500539, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  440. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 5.67672205, 8.66587257, 0, 1, 0, 0.258823276, 0, 0.965939462, 0.965939462, 0, -0.258823276),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  441. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  442. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.258820713, 0.965930045, 1, 0, 0, 0, 0.965930045, -0.258820713),C1 = CFrame.new(0.634086609, 0, 2.36655164, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  443. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 0.943528414, 9.93412971, 0, 1, 0, 0.258823276, 0, 0.965939462, 0.965939462, 0, -0.258823276),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  444. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  445. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.258820713, 0.965930045, 1, 0, 0, 0, 0.965930045, -0.258820713),C1 = CFrame.new(-0.634157181, 0, -2.36659646, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  446. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 2.67599082, 6.93339872, 0, 1, 0, -0.965939462, 0, 0.258823276, 0.258823276, 0, 0.965939462),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  447. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  448. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965930045, 0.258820713, 1, 0, 0, 0, 0.258820713, 0.965930045),C1 = CFrame.new(-2.36661673, 0, 0.634097099, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  449. Circlez = New("Part",m,"Circlez",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.400000006),CFrame = CFrame.new(-34.8798256, 3.94425631, 11.6666031, 0, 1, 0, -0.965939462, 0, 0.258823276, 0.258823276, 0, 0.965939462),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  450. Mesh = New("BlockMesh",Circlez,"Mesh",{})
  451. mot = New("Weld",Circlez,"mot",{Part0 = Circlez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965930045, 0.258820713, 1, 0, 0, 0, 0.258820713, 0.965930045),C1 = CFrame.new(2.36654472, 0, -0.634145021, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  452. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 0.860047102, 9.30000496, 0, 1, 0, 8.34465027e-07, 0, 1.00001454, 1.00001454, 0, -8.34465027e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  453. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  454. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 8.19620425e-07, 1.00000465, 1, 0, 0, 0, 1.00000465, -8.19620425e-07),C1 = CFrame.new(-1.22505951, 0, -2.12183332, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  455. NSpike = New("Part",m,"NSpike",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.700000048),CFrame = CFrame.new(-34.8798256, 3.500144, 6.32985973, 1, 0, 0, 0, 1.00001442, 1.49011612e-07, 0, -1.49011612e-07, 1.00001442),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  456. Mesh = New("SpecialMesh",NSpike,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  457. mot = New("Weld",NSpike,"mot",{Part0 = NSpike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.00000465, -1.19262666e-07, 0, 1.19262666e-07, 1.00000465),C1 = CFrame.new(-2.47721863, 0, 1.64959455, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  458. NSpike = New("Part",m,"NSpike",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.700000048),CFrame = CFrame.new(-34.8798256, 0.349988937, 9.09999752, 1, 0, 0, 0, -1.49011612e-07, 1.00001442, 0, -1.00001442, -1.49011612e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  459. Mesh = New("SpecialMesh",NSpike,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  460. mot = New("Weld",NSpike,"mot",{Part0 = NSpike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1.19262666e-07, -1.00000465, 0, 1.00000465, -1.19262666e-07),C1 = CFrame.new(-1.65329647, 0, -2.46354938, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  461. NSpike = New("Part",m,"NSpike",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.700000048),CFrame = CFrame.new(-34.8798256, 3.12012815, 12.2501583, 1, 0, 0, 0, -1.00001442, -1.49011612e-07, 0, 1.49011612e-07, -1.00001442),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  462. Mesh = New("SpecialMesh",NSpike,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  463. mot = New("Weld",NSpike,"mot",{Part0 = NSpike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1.00000465, 1.19262666e-07, 0, -1.19262666e-07, -1.00000465),C1 = CFrame.new(2.45985222, 0, -1.63962865, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  464. NSpike = New("Part",m,"NSpike",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.700000048, 0.400000006),CFrame = CFrame.new(-34.8798256, 6.2602644, 9.08999157, 1, 0, 0, 0, 1.00001442, 1.57952309e-06, 0, -1.57952309e-06, 1.00001442),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  465. Mesh = New("SpecialMesh",NSpike,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  466. mot = New("Weld",NSpike,"mot",{Part0 = NSpike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.00000465, -1.56468184e-06, 0, 1.59448427e-06, 1.00000465),C1 = CFrame.new(1.29314995, 0, 2.65985131, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  467. NSpike = New("Part",m,"NSpike",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.700000048, 0.400000006),CFrame = CFrame.new(-34.8798256, 3.11012292, 6.33986282, 1, 0, 0, 0, -1.49011612e-07, 1.00001442, 0, -1.00001442, -1.49011612e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  468. Mesh = New("SpecialMesh",NSpike,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  469. mot = New("Weld",NSpike,"mot",{Part0 = NSpike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1.19262666e-07, -1.00000465, 0, 1.00000465, -1.19262666e-07),C1 = CFrame.new(-2.66356468, 0, 1.30682826, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  470. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.76019382, 9.29999924, 0, 1, 0, 8.34465027e-07, 0, 1.00001454, 1.00001454, 0, -8.34465027e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  471. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  472. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 8.19620425e-07, 1.00000465, 1, 0, 0, 0, 1.00000465, -8.19620425e-07),C1 = CFrame.new(1.22498703, 0, 2.12177873, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  473. NSpike = New("Part",m,"NSpike",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.700000048, 0.400000006),CFrame = CFrame.new(-34.8798256, 0.350001097, 9.50000191, 1, 0, 0, 0, -1.00001442, -1.49011612e-07, 0, 1.49011612e-07, -1.00001442),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  474. Mesh = New("SpecialMesh",NSpike,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  475. mot = New("Weld",NSpike,"mot",{Part0 = NSpike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1.00000465, 1.19262666e-07, 0, -1.19262666e-07, -1.00000465),C1 = CFrame.new(-1.30688, 0, -2.66353917, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  476. NSpike = New("Part",m,"NSpike",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.700000048, 0.400000006),CFrame = CFrame.new(-34.8798256, 3.520154, 12.250164, 1, 0, 0, 0, 1.49011612e-07, -1.00001442, 0, 1.00001442, 1.49011612e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  477. Mesh = New("SpecialMesh",NSpike,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  478. mot = New("Weld",NSpike,"mot",{Part0 = NSpike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.19262666e-07, 1.00000465, 0, -1.00000465, 1.19262666e-07),C1 = CFrame.new(2.65986919, 0, -1.29320288, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  479. NSpike = New("Part",m,"NSpike",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.400000006, 0.700000048),CFrame = CFrame.new(-34.8798256, 6.27028179, 9.50000191, 1, 0, 0, 0, 1.49011612e-07, -1.00001442, 0, 1.00001442, 1.49011612e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  480. Mesh = New("SpecialMesh",NSpike,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  481. mot = New("Weld",NSpike,"mot",{Part0 = NSpike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.19262666e-07, 1.00000465, 0, -1.00000465, 1.19262666e-07),C1 = CFrame.new(1.65323448, 0, 2.46352315, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  482. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.31011581, 6.84992123, 0, 1, 0, -1.00001359, 0, 0, 0, 0, 1.00001359),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  483. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  484. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -1.00000381, 0, 1, 0, 0, 0, 0, 1.00000381),C1 = CFrame.new(-2.12185001, 0, 1.22499824, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  485. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.31011677, 11.750083, 0, 1, 0, -1.00001359, 0, 0, 0, 0, 1.00001359),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  486. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  487. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -1.00000381, 0, 1, 0, 0, 0, 0, 1.00000381),C1 = CFrame.new(2.12177277, 0, -1.22506022, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  488. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 1.57765198, 7.56753826, 0, 1, 0, -0.707115412, 0, 0.707117438, 0.707117438, 0, 0.707115412),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  489. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  490. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707108498, 0.707110524, 1, 0, 0, 0, 0.707110524, 0.707108498),C1 = CFrame.new(-2.36660576, 0, -0.63414979, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  491. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.04258823, 11.0324707, 0, 1, 0, -0.707115412, 0, 0.707117438, 0.707117438, 0, 0.707115412),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  492. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  493. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707108498, 0.707110524, 1, 0, 0, 0, 0.707110524, 0.707108498),C1 = CFrame.new(2.36653614, 0, 0.634092093, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  494. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.04258633, 7.56753063, 0, 1, 0, -0.707116425, 0, -0.707116425, -0.707116425, 0, 0.707116425),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  495. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  496. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707109511, -0.707109511, 1, 0, 0, 0, -0.707109511, 0.707109511),C1 = CFrame.new(-0.634160995, 0, 2.3665452, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  497. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 1.57766104, 11.0324745, 0, 1, 0, -0.707116425, 0, -0.707116425, -0.707116425, 0, 0.707116425),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  498. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  499. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707109511, -0.707109511, 1, 0, 0, 0, -0.707109511, 0.707109511),C1 = CFrame.new(0.634091377, 0, -2.36659455, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  500. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 0.943533659, 8.66587353, 0, 1, 0, -0.258821249, 0, 0.965939283, 0.965939283, 0, 0.258821249),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  501. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  502. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.258818775, 0.965929806, 1, 0, 0, 0, 0.965929806, 0.258818775),C1 = CFrame.new(-1.73248529, 0, -1.73246956, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  503. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.67671299, 9.93412781, 0, 1, 0, -0.258821249, 0, 0.965939283, 0.965939283, 0, 0.258821249),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  504. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  505. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.258818775, 0.965929806, 1, 0, 0, 0, 0.965929806, 0.258818775),C1 = CFrame.new(1.73241234, 0, 1.73242164, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  506. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.94424391, 6.93340635, 0, 1, 0, -0.965938985, 0, -0.258822441, -0.258822441, 0, 0.965938985),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  507. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  508. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965929508, -0.258819968, 1, 0, 0, 0, -0.258819968, 0.965929508),C1 = CFrame.new(-1.73248911, 0, 1.73242164, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  509. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.67599726, 11.6666012, 0, 1, 0, -0.965938985, 0, -0.258822441, -0.258822441, 0, 0.965938985),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  510. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  511. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965929508, -0.258819968, 1, 0, 0, 0, -0.258819968, 0.965929508),C1 = CFrame.new(1.73241901, 0, -1.73247743, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  512. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 1.18829703, 10.5250454, 0, 1, 0, -0.500007033, 0, -0.86603725, -0.86603725, 0, 0.500007033),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  513. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  514. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500002146, -0.866028726, 1, 0, 0, 0, -0.866028726, 0.500002146),C1 = CFrame.new(-3.05175781e-05, 0, -2.45007825, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  515. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 4.53515816, 11.4218359, 0, 1, 0, -0.866036654, 0, 0.500007749, 0.500007749, 0, 0.866036654),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  516. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  517. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.86602819, 0.500002861, 1, 0, 0, 0, 0.500002861, 0.86602819),C1 = CFrame.new(2.45002079, 0, -3.14712524e-05, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  518. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.08508086, 7.17816877, 0, 1, 0, -0.866036654, 0, 0.500007749, 0.500007749, 0, 0.866036654),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  519. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  520. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.86602819, 0.500002861, 1, 0, 0, 0, 0.500002861, 0.86602819),C1 = CFrame.new(-2.45009422, 0, -2.46763229e-05, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  521. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.43194628, 8.0749588, 0, 1, 0, -0.500007033, 0, -0.86603725, -0.86603725, 0, 0.500007033),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  522. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  523. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500002146, -0.866028726, 1, 0, 0, 0, -0.866028726, 0.500002146),C1 = CFrame.new(-4.10079956e-05, 0, 2.4500258, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  524. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 0.943533897, 9.93412971, 0, 1, 0, 0.258823454, 0, 0.965938747, 0.965938747, 0, -0.258823454),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  525. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  526. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.258820891, 0.96592927, 1, 0, 0, 0, 0.96592927, -0.258820891),C1 = CFrame.new(-0.63415432, 0, -2.36659169, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  527. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.67671299, 8.66587162, 0, 1, 0, 0.258823454, 0, 0.965938747, 0.965938747, 0, -0.258823454),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  528. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  529. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.258820891, 0.96592927, 1, 0, 0, 0, 0.96592927, -0.258820891),C1 = CFrame.new(0.634081841, 0, 2.36654401, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  530. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.67599058, 6.93340683, 0, 1, 0, -0.965938926, 0, 0.258822501, 0.258822501, 0, 0.965938926),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  531. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  532. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965929508, 0.258819968, 1, 0, 0, 0, 0.258819968, 0.965929508),C1 = CFrame.new(-2.36661005, 0, 0.634093046, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  533. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.94424391, 11.6666012, 0, 1, 0, -0.965938926, 0, 0.258822501, 0.258822501, 0, 0.965938926),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  534. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  535. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965929508, 0.258819968, 1, 0, 0, 0, 0.258819968, 0.965929508),C1 = CFrame.new(2.36653709, 0, -0.634154797, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  536. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.08508897, 11.4218359, 0, 1, 0, -0.86603719, 0, -0.500007033, -0.500007033, 0, 0.86603719),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  537. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  538. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.866028726, -0.500002146, 1, 0, 0, 0, -0.500002146, 0.866028726),C1 = CFrame.new(1.22499657, 0, -2.12183261, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  539. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.4319458, 10.5250378, 0, 1, 0, -0.500007033, 0, 0.86603719, 0.86603719, 0, 0.500007033),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  540. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  541. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500002146, 0.866028726, 1, 0, 0, 0, 0.866028726, 0.500002146),C1 = CFrame.new(2.121768, 0, 1.22499681, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  542. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 1.1882894, 8.07496738, 0, 1, 0, -0.500007033, 0, 0.86603719, 0.86603719, 0, 0.500007033),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  543. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  544. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500002146, 0.866028726, 1, 0, 0, 0, 0.866028726, 0.500002146),C1 = CFrame.new(-2.12184334, 0, -1.22505641, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  545. NCirclez2 = New("Part",m,"NCirclez2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 4.53515816, 7.17816925, 0, 1, 0, -0.86603719, 0, -0.500007033, -0.500007033, 0, 0.86603719),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  546. Mesh = New("BlockMesh",NCirclez2,"Mesh",{Scale = Vector3.new(1, 0.200000003, 2.00999999),})
  547. mot = New("Weld",NCirclez2,"mot",{Part0 = NCirclez2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.866028726, -0.500002146, 1, 0, 0, 0, -0.500002146, 0.866028726),C1 = CFrame.new(-1.22506618, 0, 2.12178326, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  548. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 0.860047102, 9.30000496, 0, 1, 0, 8.34465027e-07, 0, 1.00001454, 1.00001454, 0, -8.34465027e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  549. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  550. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 8.19620425e-07, 1.00000465, 1, 0, 0, 0, 1.00000465, -8.19620425e-07),C1 = CFrame.new(-1.22505951, 0, -2.12183332, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  551. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.76019382, 9.29999924, 0, 1, 0, 8.34465027e-07, 0, 1.00001454, 1.00001454, 0, -8.34465027e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  552. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  553. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 8.19620425e-07, 1.00000465, 1, 0, 0, 0, 1.00000465, -8.19620425e-07),C1 = CFrame.new(1.22498703, 0, 2.12177873, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  554. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.31011581, 6.84992123, 0, 1, 0, -1.00001359, 0, 0, 0, 0, 1.00001359),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  555. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  556. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -1.00000381, 0, 1, 0, 0, 0, 0, 1.00000381),C1 = CFrame.new(-2.12185001, 0, 1.22499824, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  557. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.31011677, 11.750083, 0, 1, 0, -1.00001359, 0, 0, 0, 0, 1.00001359),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  558. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  559. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -1.00000381, 0, 1, 0, 0, 0, 0, 1.00000381),C1 = CFrame.new(2.12177277, 0, -1.22506022, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  560. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 1.57766104, 11.0324745, 0, 1, 0, -0.707116425, 0, -0.707116425, -0.707116425, 0, 0.707116425),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  561. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  562. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707109511, -0.707109511, 1, 0, 0, 0, -0.707109511, 0.707109511),C1 = CFrame.new(0.634091377, 0, -2.36659455, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  563. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.04258823, 11.0324707, 0, 1, 0, -0.707115412, 0, 0.707117438, 0.707117438, 0, 0.707115412),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  564. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  565. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707108498, 0.707110524, 1, 0, 0, 0, 0.707110524, 0.707108498),C1 = CFrame.new(2.36653614, 0, 0.634092093, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  566. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 1.57765198, 7.56753826, 0, 1, 0, -0.707115412, 0, 0.707117438, 0.707117438, 0, 0.707115412),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  567. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  568. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707108498, 0.707110524, 1, 0, 0, 0, 0.707110524, 0.707108498),C1 = CFrame.new(-2.36660576, 0, -0.63414979, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  569. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.04258633, 7.56753063, 0, 1, 0, -0.707116425, 0, -0.707116425, -0.707116425, 0, 0.707116425),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  570. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  571. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.707109511, -0.707109511, 1, 0, 0, 0, -0.707109511, 0.707109511),C1 = CFrame.new(-0.634160995, 0, 2.3665452, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  572. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.43194628, 8.0749588, 0, 1, 0, -0.500007033, 0, -0.86603725, -0.86603725, 0, 0.500007033),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  573. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  574. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500002146, -0.866028726, 1, 0, 0, 0, -0.866028726, 0.500002146),C1 = CFrame.new(-4.10079956e-05, 0, 2.4500258, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  575. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 0.943533659, 8.66587353, 0, 1, 0, -0.258821249, 0, 0.965939283, 0.965939283, 0, 0.258821249),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  576. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  577. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.258818775, 0.965929806, 1, 0, 0, 0, 0.965929806, 0.258818775),C1 = CFrame.new(-1.73248529, 0, -1.73246956, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  578. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.67671299, 9.93412781, 0, 1, 0, -0.258821249, 0, 0.965939283, 0.965939283, 0, 0.258821249),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  579. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  580. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.258818775, 0.965929806, 1, 0, 0, 0, 0.965929806, 0.258818775),C1 = CFrame.new(1.73241234, 0, 1.73242164, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  581. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 1.18829703, 10.5250454, 0, 1, 0, -0.500007033, 0, -0.86603725, -0.86603725, 0, 0.500007033),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  582. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  583. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500002146, -0.866028726, 1, 0, 0, 0, -0.866028726, 0.500002146),C1 = CFrame.new(-3.05175781e-05, 0, -2.45007825, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  584. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 4.53515816, 11.4218359, 0, 1, 0, -0.866036654, 0, 0.500007749, 0.500007749, 0, 0.866036654),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  585. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  586. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.86602819, 0.500002861, 1, 0, 0, 0, 0.500002861, 0.86602819),C1 = CFrame.new(2.45002079, 0, -3.14712524e-05, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  587. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.08508086, 7.17816877, 0, 1, 0, -0.866036654, 0, 0.500007749, 0.500007749, 0, 0.866036654),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  588. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  589. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.86602819, 0.500002861, 1, 0, 0, 0, 0.500002861, 0.86602819),C1 = CFrame.new(-2.45009422, 0, -2.46763229e-05, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  590. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.94424391, 6.93340635, 0, 1, 0, -0.965938985, 0, -0.258822441, -0.258822441, 0, 0.965938985),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  591. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  592. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965929508, -0.258819968, 1, 0, 0, 0, -0.258819968, 0.965929508),C1 = CFrame.new(-1.73248911, 0, 1.73242164, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  593. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.67599726, 11.6666012, 0, 1, 0, -0.965938985, 0, -0.258822441, -0.258822441, 0, 0.965938985),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  594. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  595. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965929508, -0.258819968, 1, 0, 0, 0, -0.258819968, 0.965929508),C1 = CFrame.new(1.73241901, 0, -1.73247743, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  596. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 0.943533897, 9.93412971, 0, 1, 0, 0.258823454, 0, 0.965938747, 0.965938747, 0, -0.258823454),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  597. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  598. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.258820891, 0.96592927, 1, 0, 0, 0, 0.96592927, -0.258820891),C1 = CFrame.new(-0.63415432, 0, -2.36659169, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  599. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 1.1882894, 8.07496738, 0, 1, 0, -0.500007033, 0, 0.86603719, 0.86603719, 0, 0.500007033),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  600. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  601. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500002146, 0.866028726, 1, 0, 0, 0, 0.866028726, 0.500002146),C1 = CFrame.new(-2.12184334, 0, -1.22505641, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  602. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 4.53515816, 7.17816925, 0, 1, 0, -0.86603719, 0, -0.500007033, -0.500007033, 0, 0.86603719),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  603. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  604. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.866028726, -0.500002146, 1, 0, 0, 0, -0.500002146, 0.866028726),C1 = CFrame.new(-1.22506618, 0, 2.12178326, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  605. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.67671299, 8.66587162, 0, 1, 0, 0.258823454, 0, 0.965938747, 0.965938747, 0, -0.258823454),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  606. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  607. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, 0.258820891, 0.96592927, 1, 0, 0, 0, 0.96592927, -0.258820891),C1 = CFrame.new(0.634081841, 0, 2.36654401, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  608. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 3.94424391, 11.6666012, 0, 1, 0, -0.965938926, 0, 0.258822501, 0.258822501, 0, 0.965938926),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  609. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  610. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965929508, 0.258819968, 1, 0, 0, 0, 0.258819968, 0.965929508),C1 = CFrame.new(2.36653709, 0, -0.634154797, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  611. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.67599058, 6.93340683, 0, 1, 0, -0.965938926, 0, 0.258822501, 0.258822501, 0, 0.965938926),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  612. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  613. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.965929508, 0.258819968, 1, 0, 0, 0, 0.258819968, 0.965929508),C1 = CFrame.new(-2.36661005, 0, 0.634093046, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  614. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 2.08508897, 11.4218359, 0, 1, 0, -0.86603719, 0, -0.500007033, -0.500007033, 0, 0.86603719),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  615. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  616. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.866028726, -0.500002146, 1, 0, 0, 0, -0.500002146, 0.866028726),C1 = CFrame.new(1.22499657, 0, -2.12183261, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  617. NCirclez = New("Part",m,"NCirclez",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.699999988, 0.400000006, 0.200000003),CFrame = CFrame.new(-34.8798256, 5.4319458, 10.5250378, 0, 1, 0, -0.500007033, 0, 0.86603719, 0.86603719, 0, 0.500007033),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0),})
  618. Mesh = New("BlockMesh",NCirclez,"Mesh",{Scale = Vector3.new(0.939999998, 1.00999999, 0.400000006),})
  619. mot = New("Weld",NCirclez,"mot",{Part0 = NCirclez,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0, -0.500002146, 0.866028726, 1, 0, 0, 0, 0.866028726, 0.500002146),C1 = CFrame.new(2.121768, 0, 1.22499681, 0, 0.500000477, 0.866025209, 1, 0, 0, 0, 0.866025209, -0.500000477),})
  620. for _,v in pairs(m:children()) do
  621. if v:IsA("Part") then
  622. v.CanCollide = false
  623. end
  624. end
  625. function rayCast(Position, Direction, Range, Ignore)
  626. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  627. end
  628.  
  629. FindNearestTorso = function(pos)
  630. local list = (game.Workspace:children())
  631. local torso = nil
  632. local dist = 1000
  633. local temp, human, temp2 = nil, nil, nil
  634. for x = 1, #list do
  635. temp2 = list[x]
  636. if temp2.className == "Model" and temp2.Name ~= Character.Name then
  637. temp = temp2:findFirstChild("Torso")
  638. human = temp2:findFirstChild("Humanoid")
  639. if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
  640. local dohit = true
  641. if dohit == true then
  642. torso = temp
  643. dist = (temp.Position - pos).magnitude
  644. end
  645. end
  646. end
  647. end
  648. return torso, dist
  649. end
  650.  
  651. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  652. if hit.Parent == nil then
  653. return
  654. end
  655. local h = hit.Parent:FindFirstChild("Humanoid")
  656. for _, v in pairs(hit.Parent:children()) do
  657. if v:IsA("Humanoid") then
  658. h = v
  659. end
  660. end
  661. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil or h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
  662.  
  663. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  664. if hit.Parent.DebounceHit.Value == true then
  665. return
  666. end
  667. end
  668. local c = Create("ObjectValue"){
  669. Name = "creator",
  670. Value = game:service("Players").LocalPlayer,
  671. Parent = h,
  672. }
  673. game:GetService("Debris"):AddItem(c, .5)
  674. if HitSound ~= nil and HitPitch ~= nil then
  675. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  676. end
  677. local Damage = math.random(minim, maxim)
  678. local blocked = false
  679. local block = hit.Parent:findFirstChild("Block")
  680. if block ~= nil then
  681. if block.className == "IntValue" then
  682. if block.Value > 0 then
  683. blocked = true
  684. block.Value = block.Value - 1
  685. print(block.Value)
  686. end
  687. end
  688. end
  689. if blocked == false then
  690. h.Health = h.Health - Damage
  691. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really red").Color)
  692. else
  693. h.Health = h.Health - (Damage / 2)
  694. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really red").Color)
  695. end
  696. if Type == "Knockdown" then
  697. local hum = hit.Parent.Humanoid
  698.  
  699. hum.PlatformStand = true
  700. coroutine.resume(coroutine.create(function(HHumanoid)
  701. swait(1)
  702. HHumanoid.PlatformStand = false
  703. end), hum)
  704. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  705. local bodvol = Create("BodyVelocity"){
  706. velocity = angle * knockback,
  707. P = 5000,
  708. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  709. Parent = hit,
  710. }
  711. local rl = Create("BodyAngularVelocity"){
  712. P = 3000,
  713. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  714. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  715. Parent = hit,
  716. }
  717. game:GetService("Debris"):AddItem(bodvol, .5)
  718. game:GetService("Debris"):AddItem(rl, .5)
  719. elseif Type == "Normal" then
  720. local vp = Create("BodyVelocity"){
  721. P = 500,
  722. maxForce = Vector3.new(math.huge, 0, math.huge),
  723. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  724. }
  725. if knockback > 0 then
  726. if hit == hit.Parent:findFirstChild("Torso") then
  727. vp.Parent = hit.Parent.Torso
  728. elseif hit == hit.Parent:findFirstChild("UpperTorso") then
  729. vp.Parent = hit.Parent.UpperYorso
  730. end
  731. end
  732. game:GetService("Debris"):AddItem(vp, .5)
  733. elseif Type == "Up" then
  734. local bodyVelocity = Create("BodyVelocity"){
  735. velocity = Vector3.new(0, 20, 0),
  736. P = 5000,
  737. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  738. Parent = hit,
  739. }
  740. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  741. elseif Type == "DarkUp" then
  742. coroutine.resume(coroutine.create(function()
  743. for i = 0, 1, 0.1 do
  744. swait()
  745. Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  746. end
  747. end))
  748. local bodyVelocity = Create("BodyVelocity"){
  749. velocity = Vector3.new(0, 20, 0),
  750. P = 5000,
  751. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  752. Parent = hit,
  753. }
  754. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  755. elseif Type == "Snare" then
  756. local bp = Create("BodyPosition"){
  757. P = 2000,
  758. D = 100,
  759. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  760. }
  761. if hit == hit.Parent:findFirstChild("Torso") then
  762. bp.Parent = hit.Parent.Torso
  763. bp.position = hit.Parent.Torso.Position
  764. elseif hit == hit.Parent:findFirstChild("UpperTorso") then
  765. bp.Parent = hit.Parent.UpperYorso
  766. bp.position = hit.Parent.UpperYorso.Position
  767. end
  768. game:GetService("Debris"):AddItem(bp, 1)
  769. elseif Type == "Freeze" then
  770. local BodPos = Create("BodyPosition"){
  771. P = 50000,
  772. D = 1000,
  773. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  774. }
  775. if hit == hit.Parent:findFirstChild("Torso") then
  776. BodPos.Parent = hit.Parent.Torso
  777. BodPos.position = hit.Parent.Torso.Position
  778. elseif hit == hit.Parent:findFirstChild("UpperTorso") then
  779. BodPos.Parent = hit.Parent.UpperYorso
  780. BodPos.position = hit.Parent.Torso.Position
  781. end
  782. local BodGy = Create("BodyGyro") {
  783. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  784. P = 20e+003,
  785. Parent = hit.Parent.Torso,
  786. cframe = hit.Parent.Torso.CFrame,
  787. }
  788. if hit == hit.Parent:findFirstChild("Torso") then
  789. BodGy.Parent = hit.Parent.Torso
  790. BodGy.cframe = hit.Parent.Torso.CFrame
  791. hit.Parent.Torso.Anchored = true
  792. elseif hit == hit.Parent:findFirstChild("UpperTorso") then
  793. BodGy.Parent = hit.Parent.UpperYorso
  794. BodGy.cframe = hit.Parent.UpperYorso.CFrame
  795. hit.Parent.UpperTorso.Anchored = true
  796. end
  797. coroutine.resume(coroutine.create(function(Part)
  798. swait(1.5)
  799. Part.Anchored = false
  800. end), hit.Parent.Torso)
  801. game:GetService("Debris"):AddItem(BodPos, 3)
  802. game:GetService("Debris"):AddItem(BodGy, 3)
  803. end
  804. local debounce = Create("BoolValue"){
  805. Name = "DebounceHit",
  806. Parent = hit.Parent,
  807. Value = true,
  808. }
  809. game:GetService("Debris"):AddItem(debounce, Delay)
  810. c = Create("ObjectValue"){
  811. Name = "creator",
  812. Value = Player,
  813. Parent = h,
  814. }
  815. game:GetService("Debris"):AddItem(c, .5)
  816. end
  817. end
  818.  
  819. function ShowDamage(Pos, Text, Time, Color)
  820. local Rate = (1 / 30)
  821. local Pos = (Pos or Vector3.new(0, 0, 0))
  822. local Text = (Text or "")
  823. local Time = (Time or 2)
  824. local Color = (Color or Color3.new(1, 0, 1))
  825. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  826. EffectPart.Anchored = true
  827. local BillboardGui = Create("BillboardGui"){
  828. Size = UDim2.new(3, 0, 3, 0),
  829. Adornee = EffectPart,
  830. Parent = EffectPart,
  831. }
  832. local TextLabel = Create("TextLabel"){
  833. BackgroundTransparency = 1,
  834. Size = UDim2.new(1, 0, 1, 0),
  835. Text = Text,
  836. Font = "SciFi",
  837. TextColor3 = Color,
  838. TextScaled = true,
  839. Parent = BillboardGui,
  840. }
  841. game.Debris:AddItem(EffectPart, (Time))
  842. EffectPart.Parent = game:GetService("Workspace")
  843. delay(0, function()
  844. local Frames = (Time / Rate)
  845. for Frame = 1, Frames do
  846. wait(Rate)
  847. local Percent = (Frame / Frames)
  848. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  849. TextLabel.TextTransparency = Percent
  850. end
  851. if EffectPart and EffectPart.Parent then
  852. EffectPart:Destroy()
  853. end
  854. end)
  855. end
  856.  
  857. function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
  858. for _, c in pairs(workspace:children()) do
  859. local hum = c:findFirstChild("Humanoid")
  860. if hum ~= nil then
  861. local head = c:findFirstChild("Torso")
  862. local heady = c:findFirstChild("UpperTorso")
  863. if head ~= nil then
  864. local targ = head.Position - Part.Position
  865. local mag = targ.magnitude
  866. if mag <= Magnitude and c.Name ~= Player.Name then
  867. Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch)
  868. end
  869. elseif heady ~= nil then
  870. local targ = heady.Position - Part.Position
  871. local mag = targ.magnitude
  872. if mag <= Magnitude and c.Name ~= Player.Name then
  873. Damage(heady, heady, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch)
  874. end
  875. end
  876. end
  877. end
  878. end
  879. EffectModel = Create("Model"){
  880. Parent = Character,
  881. Name = "Effects",
  882. }
  883.  
  884. Effects = {
  885. Block = {
  886. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  887. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  888. prt.Anchored = true
  889. prt.CFrame = cframe
  890. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  891. game:GetService("Debris"):AddItem(prt, 10)
  892. if Type == 1 or Type == nil then
  893. table.insert(Effects, {
  894. prt,
  895. "Block1",
  896. delay,
  897. x3,
  898. y3,
  899. z3,
  900. msh
  901. })
  902. elseif Type == 2 then
  903. table.insert(Effects, {
  904. prt,
  905. "Block2",
  906. delay,
  907. x3,
  908. y3,
  909. z3,
  910. msh
  911. })
  912. end
  913. end;
  914. };
  915.  
  916. Cylinder = {
  917. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  918. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  919. prt.Anchored = true
  920. prt.CFrame = cframe
  921. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  922. game:GetService("Debris"):AddItem(prt, 10)
  923. table.insert(Effects, {
  924. prt,
  925. "Cylinder",
  926. delay,
  927. x3,
  928. y3,
  929. z3,
  930. msh
  931. })
  932. end;
  933. };
  934. Head = {
  935. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  936. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  937. prt.Anchored = true
  938. prt.CFrame = cframe
  939. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  940. game:GetService("Debris"):AddItem(prt, 10)
  941. table.insert(Effects, {
  942. prt,
  943. "Cylinder",
  944. delay,
  945. x3,
  946. y3,
  947. z3,
  948. msh
  949. })
  950. end;
  951. };
  952.  
  953. Sphere = {
  954. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  955. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  956. prt.Anchored = true
  957. prt.CFrame = cframe
  958. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  959. game:GetService("Debris"):AddItem(prt, 10)
  960. table.insert(Effects, {
  961. prt,
  962. "Cylinder",
  963. delay,
  964. x3,
  965. y3,
  966. z3,
  967. msh
  968. })
  969. end;
  970. };
  971.  
  972. Elect = {
  973. Create = function(cff, x, y, z)
  974. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1))
  975. prt.Anchored = true
  976. prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z))
  977. prt.CFrame = CFrame.new(prt.Position)
  978. game:GetService("Debris"):AddItem(prt, 2)
  979. local xval = math.random() / 2
  980. local yval = math.random() / 2
  981. local zval = math.random() / 2
  982. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
  983. table.insert(Effects, {
  984. prt,
  985. "Elec",
  986. 0.1,
  987. x,
  988. y,
  989. z,
  990. xval,
  991. yval,
  992. zval
  993. })
  994. end;
  995.  
  996. };
  997.  
  998. Ring = {
  999. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1000. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1001. prt.Anchored = true
  1002. prt.CFrame = cframe
  1003. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1004. game:GetService("Debris"):AddItem(prt, 10)
  1005. table.insert(Effects, {
  1006. prt,
  1007. "Cylinder",
  1008. delay,
  1009. x3,
  1010. y3,
  1011. z3,
  1012. msh
  1013. })
  1014. end;
  1015. };
  1016.  
  1017.  
  1018. Wave = {
  1019. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1020. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1021. prt.Anchored = true
  1022. prt.CFrame = cframe
  1023. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1024. game:GetService("Debris"):AddItem(prt, 10)
  1025. table.insert(Effects, {
  1026. prt,
  1027. "Cylinder",
  1028. delay,
  1029. x3,
  1030. y3,
  1031. z3,
  1032. msh
  1033. })
  1034. end;
  1035. };
  1036.  
  1037. Break = {
  1038. Create = function(brickcolor, cframe, x1, y1, z1)
  1039. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1040. prt.Anchored = true
  1041. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1042. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1043. local num = math.random(10, 50) / 1000
  1044. game:GetService("Debris"):AddItem(prt, 10)
  1045. table.insert(Effects, {
  1046. prt,
  1047. "Shatter",
  1048. num,
  1049. prt.CFrame,
  1050. math.random() - math.random(),
  1051. 0,
  1052. math.random(50, 100) / 100
  1053. })
  1054. end;
  1055. };
  1056.  
  1057. Fire = {
  1058. Create = function(brickcolor, cframe, x1, y1, z1, delay)
  1059. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1060. prt.Anchored = true
  1061. prt.CFrame = cframe
  1062. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1063. game:GetService("Debris"):AddItem(prt, 10)
  1064. table.insert(Effects, {
  1065. prt,
  1066. "Fire",
  1067. delay,
  1068. 1,
  1069. 1,
  1070. 1,
  1071. msh
  1072. })
  1073. end;
  1074. };
  1075.  
  1076. FireWave = {
  1077. Create = function(brickcolor, cframe, x1, y1, z1)
  1078. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new())
  1079. prt.Anchored = true
  1080. prt.CFrame = cframe
  1081. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1082. local d = Create("Decal"){
  1083. Parent = prt,
  1084. Texture = "rbxassetid://26356434",
  1085. Face = "Top",
  1086. }
  1087. local d = Create("Decal"){
  1088. Parent = prt,
  1089. Texture = "rbxassetid://26356434",
  1090. Face = "Bottom",
  1091. }
  1092. game:GetService("Debris"):AddItem(prt, 10)
  1093. table.insert(Effects, {
  1094. prt,
  1095. "FireWave",
  1096. 1,
  1097. 30,
  1098. math.random(400, 600) / 100,
  1099. msh
  1100. })
  1101. end;
  1102. };
  1103.  
  1104. Lightning = {
  1105. Create = function(p0, p1, tym, ofs, col, th, tra, last)
  1106. local magz = (p0 - p1).magnitude
  1107. local curpos = p0
  1108. local trz = {
  1109. -ofs,
  1110. ofs
  1111. }
  1112. for i = 1, tym do
  1113. local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym))
  1114. local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
  1115. local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz
  1116. li.Material = "Neon"
  1117. if tym == i then
  1118. local magz2 = (curpos - p1).magnitude
  1119. li.Size = Vector3.new(th, th, magz2)
  1120. li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2)
  1121. table.insert(Effects, {
  1122. li,
  1123. "Disappear",
  1124. last
  1125. })
  1126. else
  1127. do
  1128. do
  1129. li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2)
  1130. curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p
  1131. game.Debris:AddItem(li, 10)
  1132. table.insert(Effects, {
  1133. li,
  1134. "Disappear",
  1135. last
  1136. })
  1137. end
  1138. end
  1139. end
  1140. end
  1141. end
  1142. };
  1143.  
  1144. EffectTemplate = {
  1145.  
  1146. };
  1147. }
  1148.  
  1149. function attackone()
  1150. attack = true
  1151. local con = Hitbox.Touched:connect(function(hit)
  1152. Damage(Hitbox, hit, 15, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1)
  1153. end)
  1154. for i = 0, 1, 0.1 do
  1155. swait()
  1156. PlayAnimationFromTable({
  1157. CFrame.new(0.0247611944, 0.395599604, 0.0614117533, 0.999999762, -8.29032787e-10, 7.40431316e-09, -1.19500548e-21, 0.99379009, 0.111270897, -7.4505806e-09, -0.111270867, 0.993789852) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1158. CFrame.new(1.03574791e-14, 1.51392162, 0.0322225429, 0.999999762, 6.8278716e-15, 1.0658141e-14, -6.66133815e-15, 0.999800324, -0.020144701, -1.0658141e-14, 0.0201447532, 0.999800086) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1159. CFrame.new(1.60279191, 0.868783593, 0.538308918, -0.518517137, -0.659889758, 0.543769836, -0.234152421, -0.502049327, -0.832536578, 0.822381794, -0.559009671, 0.105806865) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1160. CFrame.new(-1.67177606, 0.150433719, 2.42363035e-06, 0.959645748, 0.281210065, -1.96716968e-07, -0.281210154, 0.959646165, -5.5283308e-06, -1.3973289e-06, 5.47825903e-06, 0.999999464) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1161. CFrame.new(0.520074844, -1.08606076, -0.234062612, 0.998314202, -0.0580326766, -7.03613807e-07, 0.0562185496, 0.967103302, 0.248093575, -0.0143968463, -0.2476753, 0.968735516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1162. CFrame.new(-0.499999762, -1.99266648, 0.315881968, 0.999999523, 0, -4.4408921e-16, 0, 0.957916379, 0.287047207, 0, -0.287046999, 0.957915962) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1163. }, .3, false)
  1164. moter.C0 = clerp(moter.C0, CFrame.new(5.54231071, 4.06374073, 2.81215429, 0.574745774, -0.318629563, -0.753752351, 0.55404377, 0.829379797, 0.0718662962, 0.602248251, -0.458916634, 0.653217196) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 15), 0), 0.3)
  1165. end
  1166. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199145095", RootPart, 1, 1)
  1167. for i = 0, .1, 0.1 do
  1168. swait()
  1169. PlayAnimationFromTable({
  1170. CFrame.new(0.0247611944, 0.395598143, 0.0614119172, 0.999999762, -8.29032787e-10, 7.40431316e-09, -1.19500548e-21, 0.99379009, 0.111270897, -7.4505806e-09, -0.111270867, 0.993789852) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1171. CFrame.new(1.03575002e-14, 1.51392162, 0.0322244503, 0.999999762, 6.8278716e-15, 1.0658141e-14, -6.66133815e-15, 0.999800324, -0.020144701, -1.0658141e-14, 0.0201447532, 0.999800086) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1172. CFrame.new(2.10011482, 0.708091974, -0.322557241, 0.339084744, -0.915282845, 0.217436597, 0.288635552, -0.118763849, -0.950044513, 0.895382881, 0.384905636, 0.22391212) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1173. CFrame.new(-1.6717757, 0.15043509, 4.33098558e-06, 0.959645748, 0.281210065, -1.96716968e-07, -0.281210154, 0.959646165, -5.5283308e-06, -1.3973289e-06, 5.47825903e-06, 0.999999464) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1174. CFrame.new(0.520072758, -1.08605731, -0.234060526, 0.998314202, -0.0580326766, -7.03613807e-07, 0.0562185496, 0.967103302, 0.248093575, -0.0143968463, -0.2476753, 0.968735516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1175. CFrame.new(-0.499999762, -1.99266195, 0.315883577, 0.999999523, 0, -4.4408921e-16, 0, 0.957916379, 0.287047207, 0, -0.287046999, 0.957915962) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1176. }, .3, false)
  1177. moter.C0 = clerp(moter.C0, CFrame.new(6.83724022, 2.01833153, -2.47121024, 0.648828268, -0.289196938, -0.703838944, 0.366921872, 0.929230988, -0.043564409, 0.666627347, -0.229987398, 0.70902288) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 15), 0), 0.3)
  1178. end
  1179. for i = 0, 1, 0.1 do
  1180. swait()
  1181. PlayAnimationFromTable({
  1182. CFrame.new(0.0247611944, 0.395596266, 0.0614121258, 0.999999762, -8.29032787e-10, 7.40431316e-09, -1.19500548e-21, 0.99379009, 0.111270897, -7.4505806e-09, -0.111270867, 0.993789852) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1183. CFrame.new(1.04592958e-14, 1.55167508, -0.229172319, 0.999999762, -2.88657986e-15, 3.64153152e-14, -1.17128529e-14, 0.917395175, 0.397977769, -3.46389584e-14, -0.39797768, 0.917394996) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1184. CFrame.new(0.718009889, 0.505484223, -1.09626853, 0.670046806, 0.733065605, 0.116839856, 0.0408146195, 0.120778717, -0.991840065, -0.741195679, 0.669348001, 0.0510075539) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1185. CFrame.new(-1.67177618, 0.150433272, 5.28464898e-06, 0.959645748, 0.281210065, -1.96716968e-07, -0.281210154, 0.959646165, -5.5283308e-06, -1.3973289e-06, 5.47825903e-06, 0.999999464) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1186. CFrame.new(0.520072699, -1.08605576, -0.234061927, 0.998314202, -0.0580326766, -7.03613807e-07, 0.0562185496, 0.967103302, 0.248093575, -0.0143968463, -0.2476753, 0.968735516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1187. CFrame.new(-0.499999762, -1.99266088, 0.315881282, 0.999999523, 0, -4.4408921e-16, 0, 0.957916379, 0.287047207, 0, -0.287046999, 0.957915962) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1188. }, .3, false)
  1189. moter.C0 = clerp(moter.C0, CFrame.new(-1.69986296, 0.246855974, -5.41825294, 0.694845855, -0.0881403461, -0.713738203, 0.118121654, 0.992972016, -0.0076283589, 0.709393084, -0.0790075138, 0.700372756) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 15), 0), 0.3)
  1190. end
  1191. attack = false
  1192. con:Disconnect()
  1193. end
  1194. function attacktwo()
  1195. attack = true
  1196. local con = Hitbox.Touched:connect(function(hit)
  1197. Damage(Hitbox, hit, 15, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1)
  1198. end)
  1199. for i = 0, 1, 0.1 do
  1200. swait()
  1201. PlayAnimationFromTable({
  1202. CFrame.new(0.0247611944, 0.39560315, 0.0614113547, 0.999999762, -8.29032787e-10, 7.40431316e-09, -1.19500548e-21, 0.99379009, 0.111270897, -7.4505806e-09, -0.111270867, 0.993789852) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1203. CFrame.new(-1.68204226e-16, 1.51587749, -0.0656896234, 0.999999523, -1.11022302e-16, 0, 0, 0.995222509, 0.0976322517, 0, -0.0976320878, 0.995222092) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1204. CFrame.new(1.56885242, 1.35940528, 0.107976064, 0.953258991, -0.26212126, 0.150297329, -0.263772905, -0.964540958, -0.00920015574, 0.147379458, -0.0308742989, -0.98859781) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1205. CFrame.new(-1.67177784, 0.150434703, 2.42363558e-06, 0.959645748, 0.281210065, -1.96716968e-07, -0.281210154, 0.959646165, -5.5283308e-06, -1.3973289e-06, 5.47825903e-06, 0.999999464) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1206. CFrame.new(0.520072937, -1.08606005, -0.234059811, 0.998314202, -0.0580326766, -7.03613807e-07, 0.0562185496, 0.967103302, 0.248093575, -0.0143968463, -0.2476753, 0.968735516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1207. CFrame.new(-0.499999762, -1.99266672, 0.315883011, 0.999999523, 0, -4.4408921e-16, 0, 0.957916379, 0.287047207, 0, -0.287046999, 0.957915962) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1208. }, .3, false)
  1209. moter.C0 = clerp(moter.C0, CFrame.new(-0.0100110481, 6.92017365, 0.269746065, 6.55651093e-06, -0.999999344, 3.18512321e-06, 0.49998796, 6.03909393e-06, 0.866032362, -0.866031826, -4.06801701e-06, 0.499987662) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 15), 0), 0.3)
  1210. end
  1211. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199145095", RootPart, 1, 1.25)
  1212. for i = 0, .1, 0.1 do
  1213. moter.C0 = clerp(moter.C0, CFrame.new(-0.00998020824, 4.83337784, -3.82615471, 6.55651093e-06, -0.999999344, 3.18512321e-06, 0.49998796, 6.03909393e-06, 0.866032362, -0.866031826, -4.06801701e-06, 0.499987662) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 15), 0), 0.3)
  1214. end
  1215. for i = 0, 1, 0.1 do
  1216. swait()
  1217. PlayAnimationFromTable({
  1218. CFrame.new(0.0247611944, 0.39560315, 0.0614113547, 0.999999762, -8.29032787e-10, 7.40431316e-09, -1.19500548e-21, 0.99379009, 0.111270897, -7.4505806e-09, -0.111270867, 0.993789852) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1219. CFrame.new(4.14477616e-15, 1.55280709, -0.17542538, 0.999999762, 2.88657986e-15, -8.8817842e-16, -2.72004641e-15, 0.951519728, 0.307593107, 1.33226763e-15, -0.307592988, 0.951519608) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1220. CFrame.new(1.18234992, 0.0166931748, -0.446400583, 0.9432199, 0.187122002, -0.274446726, -0.315012991, 0.765998185, -0.560369015, 0.105368309, 0.615005612, 0.781450629) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1221. CFrame.new(-1.67177784, 0.150434703, 2.42363558e-06, 0.959645748, 0.281210065, -1.96716968e-07, -0.281210154, 0.959646165, -5.5283308e-06, -1.3973289e-06, 5.47825903e-06, 0.999999464) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1222. CFrame.new(0.520072937, -1.08606005, -0.234059811, 0.998314202, -0.0580326766, -7.03613807e-07, 0.0562185496, 0.967103302, 0.248093575, -0.0143968463, -0.2476753, 0.968735516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1223. CFrame.new(-0.499999762, -1.99266672, 0.315883011, 0.999999523, 0, -4.4408921e-16, 0, 0.957916379, 0.287047207, 0, -0.287046999, 0.957915962) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1224. }, .3, false)
  1225. moter.C0 = clerp(moter.C0, CFrame.new(-0.0099725714, 0.347075582, -4.85451031, 6.55651093e-06, -0.999999344, 3.18512321e-06, 0.49998796, 6.03909393e-06, 0.866032362, -0.866031826, -4.06801701e-06, 0.499987662) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 15), 0), 0.3)
  1226. end
  1227. attack = false
  1228. con:Disconnect()
  1229. end
  1230. function attackthree()
  1231. attack = true
  1232. local con = Hitbox.Touched:connect(function(hit)
  1233. Damage(Hitbox, hit, 15, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1)
  1234. end)
  1235. moter.Part0 = Torso
  1236. for i = 1,2 do
  1237. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199145095", RootPart, 1, 1.1)
  1238. for i = 0, 1.5, 0.1 do
  1239. swait()
  1240. PlayAnimationFromTable({
  1241. CFrame.new(-0.00769102061, 5.94347, 0.111671507, -0.000619999948, -0.999995768, -0.00285095745, 0.999999881, -0.000619806291, -6.87673237e-05, 6.69999936e-05, -0.00285099936, 0.999996006) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 18), 0),
  1242. CFrame.new(-3.81460882e-06, 1.51588571, -0.0656834096, 1.00000012, 5.82076609e-11, 7.27595761e-12, 5.82076609e-11, 0.995222807, 0.0976300314, 1.47792889e-12, -0.0976300389, 0.995222867) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1243. CFrame.new(1.91323066, 0.557871044, 1.84733858e-06, -0.0400272459, -0.999198735, -4.43312956e-07, 0.999198675, -0.0400272422, -1.79116614e-06, 1.7718412e-06, -5.14657586e-07, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1244. CFrame.new(-2.0011692, 0.367786586, 4.40213944e-06, 0.0874899179, 0.996165752, -1.020475e-06, -0.996165693, 0.0874898955, -7.14836642e-06, -7.03264959e-06, 1.64197991e-06, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1245. CFrame.new(0.610739172, -1.8573885, 0.353014052, 0.998314798, -0.0580324233, -7.3784031e-07, 0.0562183075, 0.967103839, 0.248091936, -0.0143966628, -0.247673839, 0.968736589) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1246. CFrame.new(-0.514956951, -1.99168193, 0.315591782, 0.997732282, 0.0673074946, -9.25181666e-07, -0.0644749701, 0.955748498, 0.287032813, 0.0193203408, -0.286381692, 0.957921028) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1247. }, .3, false)
  1248. moter.C0 = clerp(moter.C0, CFrame.new(-6.5103631, -0.139183253, 0.0864479542, 0.499878854, 0.000624308188, 0.866095185, -0.0723953694, 0.996531665, 0.0410656519, -0.863064647, -0.0832300186, 0.498189658) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 15), 0), 0.3)
  1249. end
  1250. end
  1251. moter.Part0 = RootPart
  1252. attack = false
  1253. con:Disconnect()
  1254. end
  1255. function N3xy_Saw()
  1256. attack = true
  1257. for i = 0, 1, 0.1 do
  1258. swait()
  1259. PlayAnimationFromTable({
  1260. CFrame.new(0.137931556, 0.395607829, 0.00834273547, 0.938806534, -0.0383267738, 0.342305869, -6.77565026e-22, 0.99379009, 0.111271158, -0.344444811, -0.104462095, 0.932976663) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1261. CFrame.new(-0.0362863913, 1.50892043, 0.0237983987, 0.925071418, -0.0613906533, -0.374799401, 0.0370833129, 0.996736109, -0.0717329085, 0.377978414, 0.0524592921, 0.924328625) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1262. CFrame.new(1.56098926, 0.0719422549, 1.40516795e-06, 0.981725693, -0.190301389, -3.4570694e-06, 0.190301403, 0.981725752, 2.89361924e-06, 2.86102295e-06, -3.51667404e-06, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1263. CFrame.new(-2.0290966, 0.598032176, 0.154399544, -0.12235336, 0.99005264, 0.0694645345, -0.992486954, -0.122051507, -0.00858841836, -2.4786219e-05, -0.0699933767, 0.997547686) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1264. CFrame.new(0.53684926, -1.08471763, -0.228560537, 0.947472453, -0.00304228067, -0.319823891, 0.0763792396, 0.973177195, 0.217015892, 0.310584217, -0.230044141, 0.922290623) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1265. CFrame.new(-0.701872647, -1.92240238, 0.301058829, 0.937067807, 0.137104467, -0.321114004, -0.0474750251, 0.961174607, 0.271846056, 0.345916092, -0.239493132, 0.907189608) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1266. }, .3, false)
  1267. moter.C0 = clerp(moter.C0, CFrame.new(-6.47915268, 1.98922193, 1.50078607, 0.804076374, 0.276369572, -0.526386261, -0.335363388, 0.941921949, -0.0177408606, 0.490911543, 0.190795571, 0.850061178) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 3), 0), 0.3)
  1268. end
  1269. local con = Hitbox.Touched:connect(function(hit)
  1270. Damage(Hitbox, hit, 8, 15, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1)
  1271. end)
  1272. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199145095", RootPart, 1, 1.1)
  1273. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=248088589", RootPart, 1.2, .9)
  1274. N3x = true
  1275. while N3x == true do
  1276. swait()
  1277. PlayAnimationFromTable({
  1278. CFrame.new(-0.0214186162, 0.277443081, 0.00464951992, 0.67465806, 0.0821333528, -0.733546674, 0.185470015, 0.943043292, 0.27617076, 0.714449048, -0.322371721, 0.620998502) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1279. CFrame.new(0.0238638818, 1.51567161, -0.0341850966, 0.717614353, 0.00556445308, 0.696418583, 0.0806082934, 0.992583871, -0.0909924507, -0.691760182, 0.121434592, 0.711843908) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1280. CFrame.new(1.8163296, 0.242457017, 0.183517694, 0.880944848, -0.467268437, -0.0748110414, 0.473219097, 0.869866431, 0.139271826, -1.81794167e-06, -0.158092976, 0.987424374) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1281. CFrame.new(-1.84985387, 0.725304842, -0.93970865, -0.186417878, 0.59939599, -0.77844274, -0.979000211, -0.179869071, 0.0959484279, -0.0825066492, 0.77998203, 0.620339394) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1282. CFrame.new(0.536842346, -1.08471298, -0.228559569, 0.999983311, -0.0030502528, 0.00495830178, 0.00182783604, 0.97317642, 0.230054021, -0.0055270493, -0.230041206, 0.973165393) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1283. CFrame.new(-0.530440271, -1.93428946, 0.232037365, 0.925719976, -0.00586517155, 0.378164083, -0.0643104091, 0.982877851, 0.172671542, -0.372701854, -0.184165448, 0.909492493) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1284. }, .3, false)
  1285. moter.C0 = clerp(moter.C0, CFrame.new(-0.33060503, -0.102687478, -7.5675416, 0.883653164, -0.0242217965, -0.467514902, 0.00151341502, 0.998803377, -0.0488871336, 0.468139559, 0.0424917415, 0.882632375) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 15), 0), 0.3)
  1286. end
  1287. attack = false
  1288. con:Disconnect()
  1289. end
  1290. function RunnyN3xul()
  1291. attack = true
  1292. ref1 = New("Part",EffectModel,"ref1",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-25.2282906, 0.65063858, 51.0955696, 0.999617279, 0.0276308171, -1.34855509e-06, 1.35600567e-06, 2.40824875e-07, 1.00000322, 0.0276307911, -0.999618232, 1.99303031e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  1293. mot = New("Motor",ref1,"mot",{Part0 = ref1,Part1 = RootPart,C0 = CFrame.new(0, 0, 0, 0.999617279, 1.35600567e-06, 0.0276307911, 0.0276308171, 2.40824875e-07, -0.999618232, -1.34855509e-06, 1.00000322, 1.99303031e-07) * CFrame.Angles(math.rad(90),math.rad(90),0),C1 = CFrame.new(0.225543976, -2.01487637, -6.64178467, 4.49431016e-21, 4.72249953e-22, 1, -6.79974573e-22, 1, -4.72249953e-22, -1, -6.79974573e-22, 4.49431016e-21),})
  1294. for i = 0, 1, 0.1 do
  1295. swait()
  1296. PlayAnimationFromTable({
  1297. CFrame.new(-0.0493162647, 0.40752393, 0.296459764, 0.580539167, -0.120346881, -0.805289388, 2.79497685e-22, 0.989016652, -0.147804111, 0.81423229, 0.0858060792, 0.57416296) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1298. CFrame.new(0.0941738263, 1.39222717, 0.00244647637, 0.509387791, 0.16690433, 0.844196141, -0.0840166807, 0.985969841, -0.144238502, -0.856425941, 0.00254678354, 0.516263783) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1299. CFrame.new(1.60131347, 1.28604746, 0.233699635, 0.967095971, -0.250174224, 0.0462991297, -0.252064943, -0.917419672, 0.307905376, -0.0345553756, -0.309443176, -0.950290263) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1300. CFrame.new(-1.59715331, 0.0995924324, -8.13858514e-06, 0.97523284, 0.221180916, 5.36441803e-07, -0.221180946, 0.97523284, -4.88013029e-06, -1.63912773e-06, 4.65009362e-06, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1301. CFrame.new(0.520076454, -1.0860585, -0.23406744, 0.989986897, -0.0698032156, 0.122692943, 0.0237699151, 0.939202189, 0.34253943, -0.139143348, -0.33619231, 0.931461334) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1302. CFrame.new(-0.557118177, -2.00454879, 0.276234031, 0.976874053, 1.49011612e-08, 0.213816643, -0.061375089, 0.957918942, 0.280406177, -0.204819977, -0.287044615, 0.935766935) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1303. }, .3, false)
  1304. moter.C0 = clerp(moter.C0, CFrame.new(-0.0203268975, 6.82764769, 2.2530992, 0.0239289794, -0.999609053, -0.0138149541, 0.499993742, 2.12338861e-07, 0.866029084, -0.865690768, -0.0276305638, 0.499798357) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * 3), 0), 0.3)
  1305. end
  1306. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199145095", RootPart, 1, .9)
  1307. for i = 0, .8, 0.1 do
  1308. swait()
  1309. PlayAnimationFromTable({
  1310. CFrame.new(0.0225765258, 0.23228699, -0.334326148, 0.588111222, 0.11954008, 0.799897134, -0.160759062, 0.986560464, -0.029240407, -0.792642295, -0.111394085, 0.599424422) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1311. CFrame.new(0.0347382501, 1.49774599, -0.145196021, 0.470139116, 0.102452934, -0.876625776, 0.0593141988, 0.98732686, 0.14720121, 0.880596995, -0.121201418, 0.458103895) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1312. CFrame.new(1.71571183, 0.0881288946, -0.274225712, 0.610230148, -0.722737253, -0.324453712, 0.352403462, 0.614435911, -0.70589, 0.709528744, 0.316416562, 0.629642606) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1313. CFrame.new(-1.78274977, 0.187874556, 0.195820957, 0.396853328, 0.915079713, 0.0716791451, -0.887796462, 0.362843752, 0.283129245, 0.233077228, -0.175997198, 0.956400275) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1314. CFrame.new(0.520066977, -1.08606005, -0.234083831, 0.931684017, -0.069801107, -0.356500953, 0.181819201, 0.939201355, 0.291277885, 0.314494461, -0.336197734, 0.887729883) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1315. CFrame.new(-0.558486938, -1.98228264, 0.350583166, 0.999846101, 2.39908695e-06, -0.0175518394, 0.00503505766, 0.957922876, 0.286997318, 0.0168139338, -0.287042111, 0.957770646) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1316. }, .3, false)
  1317. moter.C0 = clerp(moter.C0, CFrame.new(0.22553885, -2.01487708, -6.64166641, 0.0239289794, -0.999609053, -0.0138149541, 0.499993742, 2.12338861e-07, 0.866029084, -0.865690768, -0.0276305638, 0.499798357) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1318. end
  1319. N3x = true
  1320. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=199145477", Handle, 1, 1)
  1321. local con = Hitbox.Touched:connect(function(hit)
  1322. Damage(Hitbox, hit, 15, 30, math.random(1, 5), "Snare", RootPart, 0.2, "rbxassetid://199149186", 1)
  1323. end)
  1324. coroutine.wrap(function()
  1325. ref = New("Part",EffectModel,"Circle",{Transparency = 1,Anchored = true,CFrame = ref1.CFrame * CFrame.Angles(math.rad(90),0,math.rad(90))})
  1326. moter.Part0 = ref
  1327. Effects.Wave.Create(BrickColor.new("White"), ref.CFrame * CFrame.Angles(math.rad(90),0,0), 1, .5, 1, .8, 0.6, .8, 0.05)
  1328. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=248088589", Handle, 1.2, 1.3)
  1329. value = 0
  1330. for i = 0, 6, 0.1 do
  1331. swait()
  1332. value = value + .05
  1333. ref.CFrame = ref.CFrame * CFrame.new(value,0,0)
  1334. Handle.CFrame = ref.CFrame * CFrame.Angles(0, math.rad(doe * 15), 0)
  1335. moter.C0 = clerp(moter.C0, CFrame.Angles(0, math.rad(doe * 15), 0), 0.3)
  1336. end
  1337. N3x = false
  1338. con:Disconnect()
  1339. moter.Part0 = RootPart
  1340. end)()
  1341. while N3x == true do
  1342. swait()
  1343. PlayAnimationFromTable({
  1344. CFrame.new(4.42224468e-22, 0.406974763, -0.0556323677, 1, 9.69404787e-22, -4.41385312e-21, -4.7224864e-22, 0.993784308, 0.111270368, 4.49431016e-21, -0.111271016, 0.99379009) * CFrame.new(0, 0 + .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1345. CFrame.new(0, 1.51588464, -0.0656869709, 1, 0, 0, 0, 0.995220363, 0.0976320952, 0, -0.0976320952, 0.995220363) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1346. CFrame.new(1.56099975, 0.0719469488, 1.9177819e-06, 0.981725574, -0.190302119, 2.42222971e-08, 0.190302104, 0.981725693, -6.55651093e-07, 1.00582838e-07, 6.40749931e-07, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1347. CFrame.new(-1.67177844, 0.150434136, 2.41926455e-06, 0.959646225, 0.281210154, -1.96089672e-07, -0.281210095, 0.959646285, -5.59538603e-06, -1.38394535e-06, 5.42402267e-06, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1348. CFrame.new(0.520075798, -1.086061, -0.234063938, 0.998314738, -0.058032658, -7.00135729e-07, 0.0562185124, 0.967103481, 0.248093307, -0.0143968407, -0.24767524, 0.968736172) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1349. CFrame.new(-0.5, -1.99266708, 0.315881819, 1, 0, 0, 0, 0.957918644, 0.287047386, 0, -0.287047386, 0.957918644) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1350. }, .3, false)
  1351. end
  1352. ref:Remove()
  1353. ref1:Remove()
  1354. attack = false
  1355. end
  1356. Mouse.Button1Down:connect(function()
  1357. if attack == false and attacktype == 1 then
  1358. attacktype = 2
  1359. attackone()
  1360. elseif attack == false and attacktype == 2 then
  1361. attacktype = 3
  1362. attacktwo()
  1363. elseif attack == false and attacktype == 3 then
  1364. attacktype = 1
  1365. attackthree()
  1366. end
  1367. end)
  1368.  
  1369. Mouse.KeyDown:connect(function(k)
  1370. k = k:lower()
  1371. if attack == false and k == 'z' then
  1372. N3xy_Saw()
  1373. elseif attack == false and k == 'x' then
  1374. RunnyN3xul()
  1375. end
  1376. end)
  1377. Mouse.KeyUp:connect(function(k)
  1378. k = k:lower()
  1379. if attack == true and k == 'z' then
  1380. N3x = false
  1381. end
  1382. end)
  1383. warn'"Niak niak" - N3xul 2k17'
  1384. while true do
  1385. swait()
  1386. for i, v in pairs(Character:GetChildren()) do
  1387. if v:IsA("Part") then
  1388. v.Material = "SmoothPlastic"
  1389. elseif v:IsA("Accessory") then
  1390. v:WaitForChild("Handle").Material = "SmoothPlastic"
  1391. end
  1392. end
  1393. while 1 do
  1394. swait()
  1395. if doe <= 360 then
  1396. doe = doe + 2
  1397. else
  1398. doe = 0
  1399. end
  1400. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1401. velocity = RootPart.Velocity.y
  1402. sine = sine + change
  1403. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  1404. if RootPart.Velocity.y > 1 and hit == nil then
  1405. Anim = "Jump"
  1406. if attack == false then
  1407. PlayAnimationFromTable({
  1408. CFrame.new(1.9972492e-21, 0.113661945, -0.432451636, 1, 2.49027328e-21, -3.77099282e-21, -4.7224864e-22, 0.887478054, 0.460837424, 4.49431016e-21, -0.460840106, 0.887483239) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1409. CFrame.new(0, 1.4947052, 0.062059015, 1, 0, 0, 0, 0.986512363, -0.163722664, 0, 0.163716733, 0.98650825) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1410. CFrame.new(1.55467427, 0.10457363, 0.42051965, 0.981725395, -0.172917932, -0.0794669464, 0.190303147, 0.892039657, 0.409950525, -2.5331974e-07, -0.417586893, 0.90863508) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1411. CFrame.new(-1.6915586, 0.0829171836, 0.630138516, 0.95964843, 0.245055869, 0.137923256, -0.28120321, 0.836300015, 0.470666647, -5.69969416e-06, -0.490458935, 0.871464372) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1412. CFrame.new(0.520076096, -1.08606339, -0.234059066, 0.998314619, -0.0580340028, -2.00776839e-07, 0.0562196746, 0.967103362, 0.248093963, -0.0143976882, -0.247675776, 0.968736053) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1413. CFrame.new(-0.5, -1.99266136, 0.31588462, 1, 0, 0, 0, 0.957916617, 0.287047267, 0, -0.287047267, 0.957916617) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1414. }, .3, false)
  1415. moter.C0 = clerp(moter.C0, CFrame.new(0.0285198689, 2.14997911, 1.8797493, 0.866025448, 4.49431016e-21, -0.499999881, 0.49999696, -6.79970585e-22, 0.866020381, 3.55219951e-21, -1, -2.83602973e-21) * CFrame.new(0+.2 * math.cos(sine/40), 0, 0+ .4 * math.cos(sine/40)) * CFrame.Angles(0, math.rad(doe * 3), 0), 0.3)
  1416. end
  1417. elseif RootPart.Velocity.y < -1 and hit == nil then
  1418. Anim = "Fall"
  1419. if attack == false then
  1420. PlayAnimationFromTable({
  1421. CFrame.new(1.9972492e-21, 0.113661945, -0.432451636, 1, 2.49027328e-21, -3.77099282e-21, -4.7224864e-22, 0.887478054, 0.460837424, 4.49431016e-21, -0.460840106, 0.887483239) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1422. CFrame.new(0, 1.4947052, 0.062059015, 1, 0, 0, 0, 0.986512363, -0.163722664, 0, 0.163716733, 0.98650825) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1423. CFrame.new(1.55467427, 0.10457363, 0.42051965, 0.981725395, -0.172917932, -0.0794669464, 0.190303147, 0.892039657, 0.409950525, -2.5331974e-07, -0.417586893, 0.90863508) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1424. CFrame.new(-1.6915586, 0.0829171836, 0.630138516, 0.95964843, 0.245055869, 0.137923256, -0.28120321, 0.836300015, 0.470666647, -5.69969416e-06, -0.490458935, 0.871464372) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1425. CFrame.new(0.520076096, -1.08606339, -0.234059066, 0.998314619, -0.0580340028, -2.00776839e-07, 0.0562196746, 0.967103362, 0.248093963, -0.0143976882, -0.247675776, 0.968736053) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1426. CFrame.new(-0.5, -1.99266136, 0.31588462, 1, 0, 0, 0, 0.957916617, 0.287047267, 0, -0.287047267, 0.957916617) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1427. }, .3, false)
  1428. moter.C0 = clerp(moter.C0, CFrame.new(0.0285198689, 2.14997911, 1.8797493, 0.866025448, 4.49431016e-21, -0.499999881, 0.49999696, -6.79970585e-22, 0.866020381, 3.55219951e-21, -1, -2.83602973e-21) * CFrame.new(0+.2 * math.cos(sine/40), 0, 0+ .4 * math.cos(sine/40)) * CFrame.Angles(0, math.rad(doe * 3), 0), 0.3)
  1429. end
  1430. elseif Torsovelocity < 1 and hit ~= nil then
  1431. Anim = "Idle"
  1432. if attack == false then
  1433. change = 1
  1434. PlayAnimationFromTable({
  1435. CFrame.new(4.42224468e-22, 0.406974763, -0.0556323677, 1, 9.69404787e-22, -4.41385312e-21, -4.7224864e-22, 0.993784308, 0.111270368, 4.49431016e-21, -0.111271016, 0.99379009) * CFrame.new(0, 0 + .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1436. CFrame.new(0, 1.51588464, -0.0656869709, 1, 0, 0, 0, 0.995220363, 0.0976320952, 0, -0.0976320952, 0.995220363) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1437. CFrame.new(1.56099975, 0.0719469488, 1.9177819e-06, 0.981725574, -0.190302119, 2.42222971e-08, 0.190302104, 0.981725693, -6.55651093e-07, 1.00582838e-07, 6.40749931e-07, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1438. CFrame.new(-1.67177844, 0.150434136, 2.41926455e-06, 0.959646225, 0.281210154, -1.96089672e-07, -0.281210095, 0.959646285, -5.59538603e-06, -1.38394535e-06, 5.42402267e-06, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1439. CFrame.new(0.520075798, -1.086061, -0.234063938, 0.998314738, -0.058032658, -7.00135729e-07, 0.0562185124, 0.967103481, 0.248093307, -0.0143968407, -0.24767524, 0.968736172) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1440. CFrame.new(-0.5, -1.99266708, 0.315881819, 1, 0, 0, 0, 0.957918644, 0.287047386, 0, -0.287047386, 0.957918644) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1441. }, .3, false)
  1442. moter.C0 = clerp(moter.C0, CFrame.new(0.0285198689, 2.14997911, 1.8797493, 0.866025448, 4.49431016e-21, -0.499999881, 0.49999696, -6.79970585e-22, 0.866020381, 3.55219951e-21, -1, -2.83602973e-21) * CFrame.new(0+.2 * math.cos(sine/40), 0, 0+ .4 * math.cos(sine/40)) * CFrame.Angles(0, math.rad(doe * 3), 0), 0.3)
  1443. end
  1444. elseif Torsovelocity > 2 and hit ~= nil then
  1445. Anim = "Walk"
  1446. if attack == false then
  1447. PlayAnimationFromTable({
  1448. CFrame.new(1.9972492e-21, 0.113661945, -0.432451636, 1, 2.49027328e-21, -3.77099282e-21, -4.7224864e-22, 0.887478054, 0.460837424, 4.49431016e-21, -0.460840106, 0.887483239) * CFrame.new(0, 0+ .2 * math.cos(sine/30), 0) * CFrame.Angles(0, 0, 0),
  1449. CFrame.new(0, 1.4947052, 0.062059015, 1, 0, 0, 0, 0.986512363, -0.163722664, 0, 0.163716733, 0.98650825) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1450. CFrame.new(1.55467427, 0.10457363, 0.42051965, 0.981725395, -0.172917932, -0.0794669464, 0.190303147, 0.892039657, 0.409950525, -2.5331974e-07, -0.417586893, 0.90863508) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1451. CFrame.new(-1.6915586, 0.0829171836, 0.630138516, 0.95964843, 0.245055869, 0.137923256, -0.28120321, 0.836300015, 0.470666647, -5.69969416e-06, -0.490458935, 0.871464372) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1452. CFrame.new(0.520076096, -1.08606339, -0.234059066, 0.998314619, -0.0580340028, -2.00776839e-07, 0.0562196746, 0.967103362, 0.248093963, -0.0143976882, -0.247675776, 0.968736053) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1453. CFrame.new(-0.5, -1.99266136, 0.31588462, 1, 0, 0, 0, 0.957916617, 0.287047267, 0, -0.287047267, 0.957916617) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1454. }, .3, false)
  1455. moter.C0 = clerp(moter.C0, CFrame.new(0.0285198689, 2.14997911, 1.8797493, 0.866025448, 4.49431016e-21, -0.499999881, 0.49999696, -6.79970585e-22, 0.866020381, 3.55219951e-21, -1, -2.83602973e-21) * CFrame.new(0+.2 * math.cos(sine/40), 0, 0+ .4 * math.cos(sine/40)) * CFrame.Angles(0, math.rad(doe * 3), 0), 0.3)
  1456. end
  1457. end
  1458. if 0 < #Effects then
  1459. for e = 1, #Effects do
  1460. if Effects[e] ~= nil then
  1461. local Thing = Effects[e]
  1462. if Thing ~= nil then
  1463. local Part = Thing[1]
  1464. local Mode = Thing[2]
  1465. local Delay = Thing[3]
  1466. local IncX = Thing[4]
  1467. local IncY = Thing[5]
  1468. local IncZ = Thing[6]
  1469. if Thing[2] == "Shoot" then
  1470. local Look = Thing[1]
  1471. local move = 30
  1472. if Thing[8] == 3 then
  1473. move = 10
  1474. end
  1475. local hit, pos = rayCast(Thing[4], Thing[1], move, m)
  1476. if Thing[10] ~= nil then
  1477. da = pos
  1478. cf2 = CFrame.new(Thing[4], Thing[10].Position)
  1479. cfa = CFrame.new(Thing[4], pos)
  1480. tehCF = cfa:lerp(cf2, 0.2)
  1481. Thing[1] = tehCF.lookVector
  1482. end
  1483. local mag = (Thing[4] - pos).magnitude
  1484. Effects["Head"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 1, mag * 5, 1, 0.5, 0, 0.5, 0.2)
  1485. if Thing[8] == 2 then
  1486. Effects["Ring"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0), 1, 1, 0.1, 0.5, 0.5, 0.1, 0.1, 1)
  1487. end
  1488. Thing[4] = Thing[4] + Look * move
  1489. Thing[3] = Thing[3] - 1
  1490. if 2 < Thing[5] then
  1491. Thing[5] = Thing[5] - 0.3
  1492. Thing[6] = Thing[6] - 0.3
  1493. end
  1494. if hit ~= nil then
  1495. Thing[3] = 0
  1496. if Thing[8] == 1 or Thing[8] == 3 then
  1497. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  1498. else
  1499. if Thing[8] == 2 then
  1500. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  1501. if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
  1502. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  1503. ref.Anchored = true
  1504. ref.CFrame = CFrame.new(pos)
  1505. CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
  1506. game:GetService("Debris"):AddItem(ref, 0.2)
  1507. Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2)
  1508. Effects["Ring"].Create(BrickColor.new("Bright yellow"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1)
  1509. MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
  1510. end
  1511. end
  1512. end
  1513. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  1514. ref.Anchored = true
  1515. ref.CFrame = CFrame.new(pos)
  1516. Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
  1517. game:GetService("Debris"):AddItem(ref, 1)
  1518. end
  1519. if Thing[3] <= 0 then
  1520. table.remove(Effects, e)
  1521. end
  1522. end
  1523. do
  1524. do
  1525. if Thing[2] == "FireWave" then
  1526. if Thing[3] <= Thing[4] then
  1527. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
  1528. Thing[3] = Thing[3] + 1
  1529. Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
  1530. else
  1531. Part.Parent = nil
  1532. table.remove(Effects, e)
  1533. end
  1534. end
  1535. if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
  1536. if Thing[1].Transparency <= 1 then
  1537. if Thing[2] == "Block1" then
  1538. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1539. Mesh = Thing[7]
  1540. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1541. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1542. else
  1543. if Thing[2] == "Block2" then
  1544. Thing[1].CFrame = Thing[1].CFrame
  1545. Mesh = Thing[7]
  1546. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1547. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1548. else
  1549. if Thing[2] == "Fire" then
  1550. Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
  1551. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1552. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1553. else
  1554. if Thing[2] == "Cylinder" then
  1555. Mesh = Thing[7]
  1556. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1557. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1558. else
  1559. if Thing[2] == "Blood" then
  1560. Mesh = Thing[7]
  1561. Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
  1562. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1563. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1564. else
  1565. if Thing[2] == "Elec" then
  1566. Mesh = Thing[10]
  1567. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  1568. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1569. else
  1570. if Thing[2] == "Disappear" then
  1571. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1572. else
  1573. if Thing[2] == "Shatter" then
  1574. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1575. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  1576. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  1577. Thing[6] = Thing[6] + Thing[5]
  1578. end
  1579. end
  1580. end
  1581. end
  1582. end
  1583. end
  1584. end
  1585. end
  1586. else
  1587. Part.Parent = nil
  1588. table.remove(Effects, e)
  1589. end
  1590. end
  1591. end
  1592. end
  1593. end
  1594. end
  1595. end
  1596. end
  1597. end
  1598. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement