StrikerAndDai

Untitled

Jun 17th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 222.23 KB | None | 0 0
  1. --------------------------This is an Official script from Duelist--------------------------
  2. ---{-------------------- -------------------}---
  3. ---{-------------------- / \ -------------------}---
  4. ---{-------------------- II -------------------}---
  5. ---{-------------------- II -------------------}---
  6. ---{-------------------- II -------------------}---
  7. ---{-------------------- A========A -------------------}---
  8. ---{-------------------- II -------------------}---
  9. ---{-------------------- II -------------------}---
  10. ---{-------------------- W -------------------}---
  11. -------------------------------------------------------------------------------------------------------------
  12. --[[Sin 2.0 by grgrgry21 and Andrejka001.
  13. Credit to Curseei.
  14. A
  15. A A
  16. A C A
  17. A A
  18. A
  19. --]]
  20. wait(1 / 60)
  21. Effects = { }
  22. local Player = game.Players.localPlayer
  23. local Character = Player.Character
  24. local Humanoid = Character.Humanoid
  25. local Mouse = Player:GetMouse()
  26. local LeftArm = Character["Left Arm"]
  27. local RightArm = Character["Right Arm"]
  28. local LeftLeg = Character["Left Leg"]
  29. local RightLeg = Character["Right Leg"]
  30. local Head = Character.Head
  31. local Torso = Character.Torso
  32. local Camera = game.Workspace.CurrentCamera
  33. local RootPart = Character.HumanoidRootPart
  34. local RootJoint = RootPart.RootJoint
  35. local attack = false
  36. local Anim = 'Idle'
  37. local attacktype = 1
  38. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  39. local velocity = RootPart.Velocity.y
  40. local sine = 0
  41. local change = 1
  42. local hobb = 0
  43. local rest = 0
  44. local Create = LoadLibrary("RbxUtility").Create
  45. Humanoid.WalkSpeed = 10
  46. local m = Create("Model"){
  47. Parent = Character,
  48. Name = "WeaponModel",
  49. }
  50.  
  51. Humanoid.Animator.Parent = nil
  52. Character.Animate.Parent = nil
  53.  
  54. local newMotor = function(part0, part1, c0, c1)
  55. local w = Create('Motor'){
  56. Parent = part0,
  57. Part0 = part0,
  58. Part1 = part1,
  59. C0 = c0,
  60. C1 = c1,
  61. }
  62. return w
  63. end
  64.  
  65. function clerp(a, b, t)
  66. return a:lerp(b, t)
  67. end
  68.  
  69. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  70. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  71.  
  72. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  73. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  74. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  75. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  76. RootJoint.C1 = CFrame.new(0, 0, 0)
  77. RootJoint.C0 = CFrame.new(0, 0, 0)
  78. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  79. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  80.  
  81. local rarmc1 = RW.C1
  82. local larmc1 = LW.C1
  83. local rlegc1 = RH.C1
  84. local llegc1 = LH.C1
  85.  
  86. local resetc1 = false
  87.  
  88. function PlayAnimationFromTable(table, speed, bool)
  89. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  90. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  91. RW.C0 = clerp(RW.C0, table[3], speed)
  92. LW.C0 = clerp(LW.C0, table[4], speed)
  93. RH.C0 = clerp(RH.C0, table[5], speed)
  94. LH.C0 = clerp(LH.C0, table[6], speed)
  95. if bool == true then
  96. if resetc1 == false then
  97. resetc1 = true
  98. RootJoint.C1 = RootJoint.C1
  99. Torso.Neck.C1 = Torso.Neck.C1
  100. RW.C1 = rarmc1
  101. LW.C1 = larmc1
  102. RH.C1 = rlegc1
  103. LH.C1 = llegc1
  104. end
  105. end
  106. end
  107.  
  108. ArtificialHB = Create("BindableEvent", script){
  109. Parent = script,
  110. Name = "Heartbeat",
  111. }
  112.  
  113. script:WaitForChild("Heartbeat")
  114.  
  115. frame = 1 / 30
  116. tf = 0
  117. allowframeloss = false
  118. tossremainder = false
  119. lastframe = tick()
  120. script.Heartbeat:Fire()
  121.  
  122. game:GetService("RunService").Heartbeat:connect(function(s, p)
  123. tf = tf + s
  124. if tf >= frame then
  125. if allowframeloss then
  126. script.Heartbeat:Fire()
  127. lastframe = tick()
  128. else
  129. for i = 1, math.floor(tf / frame) do
  130. script.Heartbeat:Fire()
  131. end
  132. lastframe = tick()
  133. end
  134. if tossremainder then
  135. tf = 0
  136. else
  137. tf = tf - frame * math.floor(tf / frame)
  138. end
  139. end
  140. end)
  141.  
  142. function swait(num)
  143. if num == 0 or num == nil then
  144. ArtificialHB.Event:wait()
  145. else
  146. for i = 0, num do
  147. ArtificialHB.Event:wait()
  148. end
  149. end
  150. end
  151.  
  152. function RemoveOutlines(part)
  153. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  154. end
  155.  
  156. CFuncs = {
  157. ["Part"] = {
  158. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  159. local Part = Create("Part"){
  160. Parent = Parent,
  161. Reflectance = Reflectance,
  162. Transparency = Transparency,
  163. CanCollide = false,
  164. Locked = true,
  165. BrickColor = BrickColor.new(tostring(BColor)),
  166. Name = Name,
  167. Size = Size,
  168. Material = Material,
  169. }
  170. RemoveOutlines(Part)
  171. return Part
  172. end;
  173. };
  174.  
  175. ["Mesh"] = {
  176. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  177. local Msh = Create(Mesh){
  178. Parent = Part,
  179. Offset = OffSet,
  180. Scale = Scale,
  181. }
  182. if Mesh == "SpecialMesh" then
  183. Msh.MeshType = MeshType
  184. Msh.MeshId = MeshId
  185. end
  186. return Msh
  187. end;
  188. };
  189.  
  190. ["Mesh"] = {
  191. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  192. local Msh = Create(Mesh){
  193. Parent = Part,
  194. Offset = OffSet,
  195. Scale = Scale,
  196. }
  197. if Mesh == "SpecialMesh" then
  198. Msh.MeshType = MeshType
  199. Msh.MeshId = MeshId
  200. end
  201. return Msh
  202. end;
  203. };
  204.  
  205. ["Weld"] = {
  206. Create = function(Parent, Part0, Part1, C0, C1)
  207. local Weld = Create("Weld"){
  208. Parent = Parent,
  209. Part0 = Part0,
  210. Part1 = Part1,
  211. C0 = C0,
  212. C1 = C1,
  213. }
  214. return Weld
  215. end;
  216. };
  217.  
  218. ["Sound"] = {
  219. Create = function(id, par, vol, pit)
  220. coroutine.resume(coroutine.create(function()
  221. local S = Create("Sound"){
  222. Volume = vol,
  223. Pitch = pit or 1,
  224. SoundId = id,
  225. Parent = par or workspace,
  226. }
  227. wait()
  228. S:play()
  229. game:GetService("Debris"):AddItem(S, 6)
  230. end))
  231. end;
  232. };
  233.  
  234. ["ParticleEmitter"] = {
  235. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  236. local fp = Create("ParticleEmitter"){
  237. Parent = Parent,
  238. Color = ColorSequence.new(Color1, Color2),
  239. LightEmission = LightEmission,
  240. Size = Size,
  241. Texture = Texture,
  242. Transparency = Transparency,
  243. ZOffset = ZOffset,
  244. Acceleration = Accel,
  245. Drag = Drag,
  246. LockedToPart = LockedToPart,
  247. VelocityInheritance = VelocityInheritance,
  248. EmissionDirection = EmissionDirection,
  249. Enabled = Enabled,
  250. Lifetime = LifeTime,
  251. Rate = Rate,
  252. Rotation = Rotation,
  253. RotSpeed = RotSpeed,
  254. Speed = Speed,
  255. VelocitySpread = VelocitySpread,
  256. }
  257. return fp
  258. end;
  259. };
  260.  
  261. CreateTemplate = {
  262.  
  263. };
  264. }
  265. --
  266. New = function(Object, Parent, Name, Data)
  267. local Object = Instance.new(Object)
  268. for Index, Value in pairs(Data or {}) do
  269. Object[Index] = Value
  270. end
  271. Object.Parent = Parent
  272. Object.Name = Name
  273. return Object
  274. end
  275.  
  276.  
  277. Model = New("Model",Character,"Model",{})
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284. W3d = New("Part",Model,"W3d",{BrickColor = BrickColor.new("Pastel brown"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-45.8999138, 3.90000486, -17.719944, -1, 0, 0, 0, 1, 0, 0, 0, -1),LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,Color = Color3.new(1, 0.8, 0.6),})
  285. motr=Instance.new("Weld", W3d)
  286. motr.Part0 = RootPart
  287. motr.Part1 = W3d
  288. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.765078783, 0.290730327, 0.812331557),CFrame = CFrame.new(-43.5627708, -0.527272701, -16.763485, -0.353563875, 0.353564322, 0.86601764, 0.704096556, -0.508921504, 0.495231897, 0.615831017, 0.784855664, -0.069007121),CanCollide = false,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),})
  289. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  290. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.353551924, 0.704116821, 0.615808904, 0.353553027, -0.508905053, 0.78486675, 0.866026163, 0.495212287, -0.0690182671),C1 = CFrame.new(-2.33669662, -4.42667389, -0.956436157, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  291. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-46.9684677, 5.74980545, -17.7297401, 2.11411384e-006, -0.500016153, -0.866017044, -0.00296068634, 0.866015851, -0.500015497, 0.999999821, 0.0025652044, -0.0014785839),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  292. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  293. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.499999881, 0.866021812, 0.00254091783, -0.866025507, -0.499997735, -0.0014669993),C1 = CFrame.new(1.06888199, 1.85041738, 0.00999069214, -1, -2.98023224e-008, 2.60770321e-008, 2.98023224e-008, 1, 7.07805157e-008, 2.60770321e-008, -7.07805157e-008, -0.99999994),})
  294. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.765078783, 0.290730327, 0.812331557),CFrame = CFrame.new(-49.4748611, 7.26095104, -17.2560501, 0.500008345, -0.500008643, -0.70709604, -0.397622943, 0.592796087, -0.700354755, 0.769346595, 0.631340504, 0.0975879356),CanCollide = false,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),})
  295. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  296. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0.499999046, -0.397610068, 0.769355118, -0.499998659, 0.59281975, 0.631320894, -0.707108498, -0.700336397, 0.0976048186),C1 = CFrame.new(3.5752449, 3.36161518, -0.463651657, -1, -2.98023224e-008, 3.7252903e-008, 0, 1.00000012, 1.34110451e-007, 7.07805157e-008, -1.2665987e-007, -1),})
  297. FingerTop = New("Part",Model,"FingerTop",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 1.76418316, 0.810081363),CFrame = CFrame.new(-42.5310898, 7.18954229, -17.476017, -0.4999924, 0.499989778, -0.707120717, -0.397638202, 0.592815518, 0.700329721, 0.769349396, 0.631337166, -0.0975880176),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  298. Mesh = New("SpecialMesh",FingerTop,"Mesh",{MeshType = Enum.MeshType.Brick,})
  299. mot = New("Motor",FingerTop,"mot",{Part0 = FingerTop,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.500000775, -0.39760682, 0.769355655, 0.499998838, 0.592820764, 0.631319702, -0.707107067, 0.700337291, -0.0976078883),C1 = CFrame.new(-3.36851883, 3.29007363, -0.243701935, -1.00000012, -8.94069672e-008, -7.4505806e-009, 8.94069672e-008, 1.00000024, 2.98023224e-008, 5.96046448e-008, -6.70552254e-008, -1.00000012),})
  300. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.769577205),CFrame = CFrame.new(-43.7007256, 5.97806978, -17.8193092, -5.52110805e-007, 0.707094669, -0.707120299, 0.138006955, 0.700356483, 0.700330734, 0.990435541, -0.0975873396, -0.0975841805),CanCollide = false,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),})
  301. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  302. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, 0.707107008, 0.700338006, -0.0976040289, -0.70710665, 0.700338244, -0.0976040587),C1 = CFrame.new(-2.19886398, 2.07861829, 0.0995597839, -1.00000012, -5.96046448e-008, 8.94069672e-008, 2.98023224e-008, 1.00000024, -6.70552254e-008, 1.71363354e-007, 2.98023224e-008, -1.00000012),})
  303. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.819084406, 0.200000003, 0.739424169),CFrame = CFrame.new(-43.6924438, 5.97760868, -17.8226585, -0.707120717, 0.707094908, 6.94325763e-007, 0.700330734, 0.700357139, -0.138008326, -0.0975849852, -0.097588487, -0.990435481),CanCollide = false,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),})
  304. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  305. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.707106948, 0.700337946, -0.0976049826, 0.707106769, 0.700338125, -0.0976050124, -5.26831645e-009, -0.138034299, -0.990427434),C1 = CFrame.new(-2.20714569, 2.07815671, 0.102907181, -1.00000048, -3.27825546e-007, 2.75671482e-007, 1.78813934e-007, 1.00000083, -1.1920929e-007, 3.7252903e-007, 5.21540642e-008, -1.00000024),})
  306. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.765078783, 0.290730327, 0.812331557),CFrame = CFrame.new(-43.6905251, 5.97398853, -17.8187504, -8.42193003e-007, 0.707095563, -0.707120597, 0.138007015, 0.700357556, 0.70033133, 0.990435898, -0.0975876898, -0.0975839794),CanCollide = false,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),})
  307. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  308. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, 0.707107008, 0.700338006, -0.0976040289, -0.70710665, 0.700338244, -0.0976040587),C1 = CFrame.new(-2.20906448, 2.0745368, 0.0989990234, -1.00000095, -4.17232513e-007, 4.32133675e-007, 3.57627869e-007, 1.00000143, -1.71363354e-007, 5.58793545e-007, 9.68575478e-008, -1.00000048),})
  309. FingerBottem = New("Part",Model,"FingerBottem",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 1.76418316, 0.810081363),CFrame = CFrame.new(-43.4052277, 6.25940609, -17.8585224, -1.00852344e-006, 0.707095921, -0.707120597, 0.13800703, 0.700358093, 0.700331628, 0.990436137, -0.0975879133, -0.0975839049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  310. Mesh = New("SpecialMesh",FingerBottem,"Mesh",{MeshType = Enum.MeshType.Brick,})
  311. mot = New("Motor",FingerBottem,"mot",{Part0 = FingerBottem,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, 0.707107008, 0.700338006, -0.0976040289, -0.70710665, 0.700338244, -0.0976040587),C1 = CFrame.new(-2.49436569, 2.35994673, 0.138778687, -1.00000119, -6.55651093e-007, 6.33299351e-007, 5.36441803e-007, 1.00000203, -2.38418579e-007, 7.67409801e-007, 1.71363354e-007, -1.00000072),})
  312. Claw = New("Part",Model,"Claw",{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(-42.0461273, 7.68310261, -16.8906517, -0.499990582, -0.707120895, 0.499993771, -0.592813015, 0.70033145, 0.397643626, -0.631340444, -0.097583726, -0.769348025),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(1, 0, 0),})
  313. Mesh = New("SpecialMesh",Claw,"Mesh",{Scale = Vector3.new(1.57516229, 0.900093496, 0.900090456),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  314. mot = New("Motor",Claw,"mot",{Part0 = Claw,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.499999046, -0.592817068, -0.63132304, -0.707106888, 0.700338066, -0.0976038799, 0.500000834, 0.397611022, -0.76935339),C1 = CFrame.new(-3.85348892, 3.78363895, -0.829051971, -1.00000131, -7.74860382e-007, 6.48200512e-007, 5.96046448e-007, 1.00000215, -2.4586916e-007, 7.82310963e-007, 1.78813934e-007, -1.00000072),})
  315. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.819532275),CFrame = CFrame.new(-43.694458, 5.97515869, -17.8189259, -2.25171834e-006, 0.707098901, -0.707121551, 0.138007164, 0.700361967, 0.700333714, 0.990437508, -0.0975893661, -0.0975833088),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  316. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  317. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, 0.707107008, 0.700338006, -0.0976040289, -0.70710665, 0.700338244, -0.0976040587),C1 = CFrame.new(-2.20513153, 2.07570672, 0.0991744995, -1.00000393, -1.96695328e-006, 2.07126141e-006, 1.75833702e-006, 1.0000062, -6.78002834e-007, 2.22027302e-006, 5.81145287e-007, -1.00000215),})
  318. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.765078783, 0.290730327, 0.812331557),CFrame = CFrame.new(-42.3675652, 7.37887764, -17.2725048, -0.499989569, 0.499989986, -0.707122386, -0.397640169, 0.592815518, 0.70032829, 0.769349992, 0.631336749, -0.0975854322),CanCollide = false,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),})
  319. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  320. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.500002146, -0.397608101, 0.769354165, 0.499998719, 0.592818797, 0.631321788, -0.707106173, 0.700338304, -0.0976071283),C1 = CFrame.new(-3.53204727, 3.47941089, -0.447208405, -1, 3.15902889e-006, -3.66565837e-006, 3.15902548e-006, 1, 9.9090505e-007, 3.66566155e-006, 9.90893227e-007, -1),})
  321. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.819532275),CFrame = CFrame.new(-42.3711052, 7.38023281, -17.2741432, -0.49999252, 0.499991119, -0.707123101, -0.397642761, 0.59281832, 0.700330317, 0.769352078, 0.631336749, -0.097584866),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  322. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  323. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.500002146, -0.397608101, 0.769354165, 0.499998719, 0.592818797, 0.631321788, -0.707106173, 0.700338304, -0.0976071283),C1 = CFrame.new(-3.52850723, 3.48076558, -0.445569992, -1.0000025, 1.81794167e-006, -2.20537186e-006, 4.41074371e-006, 1.00000405, 5.28991222e-007, 5.11854887e-006, 1.43051147e-006, -1.00000155),})
  324. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.769577205),CFrame = CFrame.new(-42.3768005, 7.38353539, -17.2762299, -0.49999544, 0.499992192, -0.707123756, -0.397645414, 0.592821121, 0.700332403, 0.769354284, 0.631336808, -0.0975843221),CanCollide = false,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),})
  325. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  326. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.500002146, -0.397608101, 0.769354165, 0.499998719, 0.592818797, 0.631321788, -0.707106173, 0.700338304, -0.0976071283),C1 = CFrame.new(-3.52281189, 3.48406863, -0.443483353, -1.00000501, 4.76837158e-007, -7.22706318e-007, 5.66244125e-006, 1.00000823, 8.19563866e-008, 6.54906034e-006, 1.87009573e-006, -1.00000322),})
  327. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.819084406, 0.200000003, 0.739424169),CFrame = CFrame.new(-42.3717918, 7.38247108, -17.274332, -0.707125247, 0.499992967, 0.499982744, 0.700326085, 0.592817903, 0.397640616, -0.0975811481, 0.631332278, -0.769354165),CanCollide = false,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),})
  328. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  329. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.707105935, 0.70033896, -0.0976049826, 0.500001192, 0.592818379, 0.631320298, 0.500000179, 0.397607654, -0.769355595),C1 = CFrame.new(-3.52782059, 3.48300409, -0.445381165, -1, 6.9737107e-006, -8.03164949e-006, 6.97369114e-006, 1, 2.33944638e-006, 8.03166586e-006, 2.33939022e-006, -1),})
  330. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.819532275),CFrame = CFrame.new(-48.1598091, 5.84572172, -17.8008995, 5.30588522e-006, -0.707127273, -0.70709151, 0.138009489, 0.700327218, -0.700365126, 0.990436614, -0.0975796282, 0.0975959599),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  331. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  332. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, -0.707107008, 0.700338006, -0.0976040289, -0.70710665, -0.700338244, 0.0976040587),C1 = CFrame.new(2.26021957, 1.94635296, 0.081155777, -1.00000274, 5.7220459e-006, -6.63101673e-006, 8.22544098e-006, 1.00000417, 1.93715096e-006, 9.43988562e-006, 2.74181366e-006, -1.00000155),})
  333. Claw = New("Part",Model,"Claw",{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(-49.7233391, 7.63774967, -16.8843365, 0.500011206, -0.70709455, -0.500018716, -0.592795551, -0.700368524, 0.397620201, -0.63134712, 0.0975982994, -0.769343734),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(1, 0, 0),})
  334. Mesh = New("SpecialMesh",Claw,"Mesh",{Scale = Vector3.new(1.57516229, 0.900093496, 0.900090456),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  335. mot = New("Motor",Claw,"mot",{Part0 = Claw,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0.499999106, -0.592818141, -0.631322205, -0.707106948, -0.700337946, 0.0976049826, -0.500000834, 0.39760986, -0.769354105),C1 = CFrame.new(3.82371902, 3.7384274, -0.835353851, -1.00000536, 4.55975533e-006, -5.23030758e-006, 9.38773155e-006, 1.00000834, 1.52736902e-006, 1.08331442e-005, 3.15904617e-006, -1.00000298),})
  336. FingerBottem = New("Part",Model,"FingerBottem",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 1.76418316, 0.810081363),CFrame = CFrame.new(-48.4468727, 6.13230991, -17.8407955, 1.02015847e-005, -0.7071293, -0.70708555, 0.138010487, 0.70032239, -0.700363755, 0.990434945, -0.0975780338, 0.097598359),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  337. Mesh = New("SpecialMesh",FingerBottem,"Mesh",{MeshType = Enum.MeshType.Brick,})
  338. mot = New("Motor",FingerBottem,"mot",{Part0 = FingerBottem,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, -0.707107008, 0.700338006, -0.0976040289, -0.70710665, -0.700338244, 0.0976040587),C1 = CFrame.new(2.54727936, 2.23294425, 0.121059418, -1, 1.06691887e-005, -1.22635192e-005, 1.0669145e-005, 1, 3.53157111e-006, 1.22635565e-005, 3.53144037e-006, -1),})
  339. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.765078783, 0.290730327, 0.812331557),CFrame = CFrame.new(-48.1587181, 5.84976196, -17.8014297, 1.02008653e-005, -0.707129419, -0.70708555, 0.138010472, 0.700322449, -0.700363696, 0.990434885, -0.0975780487, 0.0975983515),CanCollide = false,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),})
  340. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  341. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, -0.707107008, 0.700338006, -0.0976040289, -0.70710665, -0.700338244, 0.0976040587),C1 = CFrame.new(2.25912857, 1.95039296, 0.0816860199, -1.00000012, 1.07288361e-005, -1.22711062e-005, 1.06394291e-005, 1, 3.51667404e-006, 1.22487545e-005, 3.54647636e-006, -0.99999994),})
  342. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.819084406, 0.200000003, 0.739424169),CFrame = CFrame.new(-48.1628532, 5.84740448, -17.8045082, -0.707086086, -0.707129538, -1.02053527e-005, -0.700363338, 0.700322628, -0.138011783, 0.0975992605, -0.0975790471, -0.990434587),CanCollide = false,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),})
  343. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  344. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.707106948, -0.700337946, 0.0976049826, -0.707106769, 0.700338125, -0.0976050124, 5.26831645e-009, -0.138034299, -0.990427434),C1 = CFrame.new(2.2632637, 1.94803572, 0.0847644806, -1.00000048, 1.0818243e-005, -1.2293458e-005, 1.05500221e-005, 1, 3.4943223e-006, 1.22264028e-005, 3.56137753e-006, -0.999999821),})
  345. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.769577205),CFrame = CFrame.new(-48.1628609, 5.83967447, -17.8000221, 1.02221557e-005, -0.707130015, -0.707086027, 0.138010442, 0.700322688, -0.700363815, 0.990434647, -0.0975781009, 0.0975983515),CanCollide = false,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),})
  346. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  347. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, -0.707107008, 0.700338006, -0.0976040289, -0.70710665, -0.700338244, 0.0976040587),C1 = CFrame.new(2.26327133, 1.94030571, 0.0802783966, -1.00000083, 1.07884407e-005, -1.23009086e-005, 1.05500221e-005, 1.00000024, 3.4570694e-006, 1.22115016e-005, 3.61353159e-006, -0.999999702),})
  348. FingerTop = New("Part",Model,"FingerTop",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 1.76418316, 0.810081363),CFrame = CFrame.new(-49.3153687, 7.0681076, -17.4590855, 0.500022769, -0.500010908, -0.707085848, -0.397615194, 0.592790008, -0.70036447, 0.769341707, 0.631344557, 0.097596392),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  349. Mesh = New("SpecialMesh",FingerTop,"Mesh",{MeshType = Enum.MeshType.Brick,})
  350. mot = New("Motor",FingerTop,"mot",{Part0 = FingerTop,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0.499999046, -0.397610068, 0.769355118, -0.500001729, 0.59281677, 0.631321371, -0.707106352, -0.70033896, 0.0976020992),C1 = CFrame.new(3.41575623, 3.16876435, -0.260622025, -1.00000107, 1.090765e-005, -1.23307109e-005, 1.04606152e-005, 1.00000024, 3.44216824e-006, 1.21966004e-005, 3.64333391e-006, -0.999999583),})
  351. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.819084406, 0.200000003, 0.739424169),CFrame = CFrame.new(-49.4782448, 7.2568903, -17.256752, -0.707087636, -0.500008166, -0.500023127, -0.700362623, 0.592791975, 0.39761591, 0.0975983366, 0.631345093, -0.76934129),CanCollide = false,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),})
  352. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  353. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.707108021, -0.700336993, 0.0976039991, -0.499998957, 0.592818618, 0.631321788, -0.499999434, 0.397610754, -0.769354522),C1 = CFrame.new(3.57862854, 3.35755515, -0.462949753, -1.00000119, 1.07884407e-005, -1.23381615e-005, 1.05500221e-005, 1.00000036, 3.40491533e-006, 1.22338533e-005, 3.63588333e-006, -0.999999821),})
  354. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.769577205),CFrame = CFrame.new(-49.4797096, 7.25177002, -17.2578106, 0.500024259, -0.500009179, -0.707089722, -0.397615761, 0.592793405, -0.700362325, 0.769341707, 0.631343663, 0.0975991189),CanCollide = false,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),})
  355. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  356. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0.499999046, -0.397610068, 0.769355118, -0.499998659, 0.59281975, 0.631320894, -0.707108498, -0.700336397, 0.0976048186),C1 = CFrame.new(3.58009338, 3.3524344, -0.461891174, -1.0000037, 1.10268593e-005, -1.2435019e-005, 1.02818012e-005, 1.00000095, 3.19629908e-006, 1.19954348e-005, 3.90410423e-006, -0.999999344),})
  357. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.819532275),CFrame = CFrame.new(-49.4762535, 7.25768757, -17.2570343, 0.50002569, -0.500010431, -0.707091331, -0.397616386, 0.592793703, -0.700362742, 0.769341469, 0.631343067, 0.0975991562),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  358. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  359. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0.499999046, -0.397610068, 0.769355118, -0.499998659, 0.59281975, 0.631320894, -0.707108498, -0.700336397, 0.0976048186),C1 = CFrame.new(3.57663727, 3.35835218, -0.462667465, -1.0000062, 1.12652779e-005, -1.26510859e-005, 1.01029873e-005, 1.00000167, 2.87592411e-006, 1.18538737e-005, 4.17232513e-006, -0.999998808),})
  360. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.819532275),CFrame = CFrame.new(-44.4891891, 0.978224754, -17.7153168, 1.06555899e-005, 0.500031948, 0.866017878, 0.138009846, -0.857729793, 0.495242804, 0.990433097, 0.119514406, -0.0690175369),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  361. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  362. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, 0.499999821, -0.857735693, 0.119540073, 0.866025507, 0.495213598, -0.0690164492),C1 = CFrame.new(-1.41030884, -2.9211905, -0.00456428528, -1.00000858, 1.14440918e-005, -1.28298998e-005, 9.89437103e-006, 1.00000238, 2.55554914e-006, 1.16825104e-005, 4.50760126e-006, -0.999998271),})
  363. Claw = New("Part",Model,"Claw",{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(-43.4054718, -0.840126991, -16.2956963, -0.353578418, 0.8660115, 0.353564948, 0.508913517, 0.495241046, -0.70409584, -0.784854591, -0.0690190643, -0.615831077),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(1, 0, 0),})
  364. Mesh = New("SpecialMesh",Claw,"Mesh",{Scale = Vector3.new(1.57516229, 0.900093496, 0.900090456),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  365. mot = New("Motor",Claw,"mot",{Part0 = Claw,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.353553176, 0.508904219, -0.784867346, 0.866025507, 0.495213479, -0.0690178275, 0.353553385, -0.704116583, -0.615808249),C1 = CFrame.new(-2.49398804, -4.73951721, -1.42423058, -1, 9.56649728e-006, -1.15780313e-005, 9.5664418e-006, 1, 4.76104515e-006, 1.15780767e-005, 4.76093419e-006, -1),})
  366. FingerBottem = New("Part",Model,"FingerBottem",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 1.76418316, 0.810081363),CFrame = CFrame.new(-44.2867393, 0.627879858, -17.6665001, 9.80359346e-006, 0.500027359, 0.866013348, 0.138011485, -0.857728243, 0.495241195, 0.99043411, 0.119515151, -0.0690176487),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  367. Mesh = New("SpecialMesh",FingerBottem,"Mesh",{MeshType = Enum.MeshType.Brick,})
  368. mot = New("Motor",FingerBottem,"mot",{Part0 = FingerBottem,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, 0.499999821, -0.857735693, 0.119540073, 0.866025507, 0.495213598, -0.0690164492),C1 = CFrame.new(-1.61275101, -3.27153659, -0.0533924103, -1.00000238, 9.86456871e-006, -1.17495656e-005, 9.29832458e-006, 1.00000048, 4.47779894e-006, 1.14142895e-005, 5.06639481e-006, -0.999999404),})
  369. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.765078783, 0.290730327, 0.812331557),CFrame = CFrame.new(-44.4912415, 0.974675179, -17.714819, 9.8788305e-006, 0.500028849, 0.866015136, 0.138011321, -0.857729018, 0.495241135, 0.990433514, 0.119515374, -0.0690175593),CanCollide = false,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),})
  370. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  371. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, 0.499999821, -0.857735693, 0.119540073, 0.866025507, 0.495213598, -0.0690164492),C1 = CFrame.new(-1.40825653, -2.92473984, -0.00506401062, -1.00000465, 1.02818012e-005, -1.18836761e-005, 8.88109207e-006, 1.00000107, 4.2244792e-006, 1.12205744e-005, 5.28991222e-006, -0.999998808),})
  372. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.819084406, 0.200000003, 0.739424169),CFrame = CFrame.new(-44.4867363, 0.97496891, -17.7182655, 0.866016567, 0.500031114, -1.07791639e-005, 0.495241553, -0.857729137, -0.138012707, -0.0690190718, 0.119516537, -0.99043268),CanCollide = false,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),})
  373. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  374. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0.86602515, 0.495214105, -0.0690180138, 0.500000536, -0.857735097, 0.119541019, -7.73483976e-007, -0.138034567, -0.990427434),C1 = CFrame.new(-1.41276169, -2.92444658, -0.00161743164, -1.00000703, 1.06990337e-005, -1.20699406e-005, 8.40425491e-006, 1.00000167, 3.93390656e-006, 1.10715628e-005, 5.54323196e-006, -0.999998212),})
  375. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.769577205),CFrame = CFrame.new(-44.4845772, 0.983336687, -17.7160225, 1.00933012e-005, 0.500031888, 0.866018832, 0.138010934, -0.857730389, 0.495241046, 0.990432262, 0.119515799, -0.0690174326),CanCollide = false,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),})
  376. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  377. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.138032958, 0.990427613, 0.499999821, -0.857735693, 0.119540073, 0.866025507, 0.495213598, -0.0690164492),C1 = CFrame.new(-1.41492081, -2.91607881, -0.00385856628, -1.00000942, 1.10268593e-005, -1.2204051e-005, 8.13603401e-006, 1.00000215, 3.68058681e-006, 1.09001994e-005, 5.76674938e-006, -0.999997616),})
  378. FingerTop = New("Part",Model,"FingerTop",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 1.76418316, 0.810081363),CFrame = CFrame.new(-43.6740112, -0.361080647, -17.0165825, -0.353563607, 0.353577822, 0.866012275, 0.704096317, -0.508914232, 0.495239645, 0.615831375, 0.784854412, -0.0690192431),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  379. Mesh = New("SpecialMesh",FingerTop,"Mesh",{MeshType = Enum.MeshType.Brick,})
  380. mot = New("Motor",FingerTop,"mot",{Part0 = FingerTop,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.353552818, 0.704115629, 0.615809679, 0.353554159, -0.508905232, 0.784866214, 0.866025329, 0.495213747, -0.069018133),C1 = CFrame.new(-2.22546005, -4.26048756, -0.703334808, -1, 7.74857654e-006, -1.07286633e-005, 7.74851196e-006, 1, 5.99037276e-006, 1.07287096e-005, 5.99028954e-006, -1),})
  381. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.819084406, 0.200000003, 0.739424169),CFrame = CFrame.new(-43.5578575, -0.523730755, -16.7652798, 0.866015077, 0.35357666, 0.353564352, 0.495238096, -0.508914828, -0.704097688, -0.069018051, 0.784855008, -0.615829587),CanCollide = false,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),})
  382. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  383. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0.866026282, 0.495212168, -0.0690170228, 0.353551924, -0.508905232, 0.784867167, 0.353552639, -0.704116702, -0.615808547),C1 = CFrame.new(-2.34160995, -4.42313194, -0.954639435, -1.00000238, 8.01682472e-006, -1.08778477e-005, 7.48038292e-006, 1.00000048, 5.7220459e-006, 1.0535121e-005, 6.25103712e-006, -0.999999344),})
  384. Handle2 = New("Part",Model,"Handle2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.769577205),CFrame = CFrame.new(-43.555191, -0.519627094, -16.7676182, -0.353564531, 0.353578836, 0.866016686, 0.704098105, -0.508915186, 0.495238185, 0.615829289, 0.784854233, -0.0690192729),CanCollide = false,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),})
  385. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  386. mot = New("Motor",Handle2,"mot",{Part0 = Handle2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.353551924, 0.704116821, 0.615808904, 0.353553027, -0.508905053, 0.78486675, 0.866026163, 0.495212287, -0.0690182671),C1 = CFrame.new(-2.34427643, -4.41902876, -0.952301025, -1.00000453, 8.31484795e-006, -1.10343099e-005, 7.15255737e-006, 1.00000095, 5.4910779e-006, 1.04308128e-005, 6.47455454e-006, -0.999998689),})
  387. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.765078783, 0.200000003, 0.819532275),CFrame = CFrame.new(-43.5600204, -0.524017811, -16.765398, -0.353565454, 0.353579879, 0.866018534, 0.704098582, -0.508915722, 0.495238304, 0.615828753, 0.784853756, -0.0690192133),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  388. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  389. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -0.353551924, 0.704116821, 0.615808904, 0.353553027, -0.508905053, 0.78486675, 0.866026163, 0.495212287, -0.0690182671),C1 = CFrame.new(-2.33944702, -4.423419, -0.954521179, -1.00000679, 8.58306885e-006, -1.11684203e-005, 6.85453415e-006, 1.00000167, 5.2973628e-006, 1.03265047e-005, 6.64591789e-006, -0.999997973),})
  390. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.68406868),CFrame = CFrame.new(-45.8577995, 2.09525537, -17.7473774, -1.34463171e-005, 1.00001001, 2.72000416e-005, 0.00295660039, 2.49450222e-005, -1.00000179, -0.999997139, -1.23142408e-005, -0.00295492099),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  391. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  392. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.0029349993, -0.999995768, 1, 0, 0, 0, -0.999995768, -0.0029349993),C1 = CFrame.new(-0.0417175293, -1.80413985, 0.0275287628, -1.00000918, 8.85128975e-006, -1.1280179e-005, 6.58631325e-006, 1.00000238, 5.16325235e-006, 1.02296472e-005, 6.82473183e-006, -0.999997258),})
  393. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-45.2789841, 1.68435311, -17.7418442, 1.21943385e-005, 0.258842975, 0.965920389, -0.00295373099, -0.965919018, 0.258842587, 0.999999881, -0.00285621919, 0.000752773252),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  394. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  395. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.258818954, -0.96592176, -0.00283402577, 0.965925932, 0.258817822, 0.000759374525),C1 = CFrame.new(-0.62052536, -2.21505117, 0.021982193, -1, 6.28828866e-006, -1.00357729e-005, 6.28821817e-006, 1, 7.0259689e-006, 1.00358175e-005, 7.02590569e-006, -1),})
  396. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-43.6382713, 3.82252765, -17.7355537, -1.23371119e-005, 1.00000322, 2.49978966e-005, 0.00295397872, 2.4319037e-005, -1.00000012, -0.999999344, -1.20087689e-005, -0.00295349536),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  397. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  398. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 1, 0, 0, 0, -0.999995768, -0.00293399929),C1 = CFrame.new(-2.26127625, -0.0769147873, 0.015745163, -1.00000238, 6.64591789e-006, -1.01774931e-005, 5.96046448e-006, 1.00000072, 6.78002834e-006, 9.92417336e-006, 7.2568655e-006, -0.999999464),})
  399. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-43.7107925, 3.25826311, -17.7372112, 1.24721864e-005, 0.965937972, 0.258795083, -0.00295423414, -0.258795172, 0.965933144, 0.999998868, -0.000775818422, 0.00284952484),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  400. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  401. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.965926111, -0.258817017, -0.000759372197, 0.25881815, 0.965921938, 0.00283402647),C1 = CFrame.new(-2.18874359, -0.641175747, 0.0173892975, -1.00000465, 6.97374344e-006, -1.03116035e-005, 5.60283661e-006, 1.00000143, 6.5267086e-006, 9.7900629e-006, 7.5250864e-006, -0.999998987),})
  402. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-43.7144089, 4.39733887, -17.7338448, -1.2599723e-005, 0.965926707, 0.258845866, 0.0029544665, 0.258842289, -0.965921044, -0.999998391, 0.000752937049, -0.00285536121),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  403. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  404. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.965925872, 0.258817971, 0.000759374932, 0.258819103, -0.9659217, -0.00283402577),C1 = CFrame.new(-2.18515015, 0.497895956, 0.0140533447, -1.00000691, 7.27176666e-006, -1.04382634e-005, 5.30481339e-006, 1.00000191, 6.2957406e-006, 9.65595245e-006, 7.80820847e-006, -0.99999851),})
  405. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-43.9330788, 2.72092104, -17.7387962, 1.27572393e-005, 0.866046906, 0.499982804, -0.00295472937, -0.499981165, 0.86603868, 0.999997973, -0.00148635136, 0.00255128019),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  406. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  407. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.866025269, -0.499998182, -0.00146700058, 0.500000298, 0.866021514, 0.00254091714),C1 = CFrame.new(-1.96644974, -1.17851186, 0.0189590454, -1.00000918, 7.62939453e-006, -1.05947256e-005, 4.97698784e-006, 1.00000262, 6.03497028e-006, 9.49203968e-006, 8.09878111e-006, -0.999998093),})
  408. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-44.2905464, 5.39607239, -17.7308922, -1.15485936e-005, 0.707090139, 0.707124591, 0.00295239734, 0.707123578, -0.707089186, -0.999999881, 0.00207954366, -0.00209577242),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  409. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  410. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.707105756, 0.707104743, 0.00207465375, 0.707107782, -0.707102776, -0.00207464793),C1 = CFrame.new(-1.60903168, 1.49663591, 0.0111274719, -1, 4.58958266e-006, -9.39503389e-006, 4.58950399e-006, 1, 8.35960054e-006, 9.39507208e-006, 8.3595578e-006, -1),})
  411. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-45.8626633, 1.6111412, -17.7420483, -1.17210702e-005, 2.32711591e-005, -1.00000322, 0.00295268907, -0.99999994, -2.2530874e-005, -0.999999344, -0.00295212446, 1.13084589e-005),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  412. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  413. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0, -0.999995768, -0.00293399929, -1, 0, 0),C1 = CFrame.new(-0.0368461609, -2.28825188, 0.0221862793, -1.00000238, 4.91738319e-006, -9.56654549e-006, 4.17232513e-006, 1.00000048, 8.06897879e-006, 9.22381878e-006, 8.62777233e-006, -0.999999464),})
  414. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-47.7811623, 2.72197032, -17.7387447, -1.1848696e-005, -0.866018236, -0.500023484, 0.00295292214, -0.500019908, 0.8660146, -0.999998868, -0.00146627415, 0.00256196293),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  415. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  416. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.866025269, -0.499998182, -0.00146700058, -0.500000298, 0.866021514, 0.00254091714),C1 = CFrame.new(1.88162994, -1.17739177, 0.0189170837, -1.00000465, 5.24520874e-006, -9.69320536e-006, 3.87430191e-006, 1.00000119, 7.83801079e-006, 9.06735659e-006, 8.88854265e-006, -0.999998987),})
  417. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-48.0035324, 3.25930095, -17.7371597, -1.19538799e-005, -0.96592766, -0.258843303, 0.00295314007, -0.258839697, 0.965921581, -0.999998391, -0.000753343804, 0.00285392534),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  418. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  419. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.965926111, -0.258817017, -0.000759372197, -0.25881815, 0.965921938, 0.00283402647),C1 = CFrame.new(2.10399246, -0.640059233, 0.0173454285, -1.00000715, 5.54323196e-006, -9.79751348e-006, 3.63588333e-006, 1.00000179, 7.62194395e-006, 8.88854265e-006, 9.08970833e-006, -0.99999851),})
  420. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-46.9716568, 1.9075315, -17.7411613, -1.20815912e-005, -0.499984086, -0.866046607, 0.00295335031, -0.866037965, 0.499982029, -0.999997854, -0.0025505987, 0.00148508733),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  421. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  422. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.499999881, -0.866021812, -0.00254091783, -0.866025507, 0.499997735, 0.0014669993),C1 = CFrame.new(1.07213974, -1.99184251, 0.0213088989, -1.00000954, 5.90085983e-006, -9.92417336e-006, 3.33786011e-006, 1.00000238, 7.41332769e-006, 8.73953104e-006, 9.32067633e-006, -0.999997973),})
  423. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-46.4353218, 1.68546963, -17.7418175, -1.07690948e-005, -0.25879851, -0.96593231, 0.00295117544, -0.965930939, 0.258798122, -0.999999881, -0.00284784334, 0.000774159445),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  424. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  425. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.258818954, -0.96592176, -0.00283402577, -0.965925932, 0.258817822, 0.000759374525),C1 = CFrame.new(0.535812378, -2.21391344, 0.0219573975, -1, 3.01008095e-006, -8.62018987e-006, 3.00999841e-006, 1, 9.58147393e-006, 8.62021807e-006, 9.58144665e-006, -1),})
  426. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-47.4274139, 2.26056981, -17.7401123, -1.09192042e-005, -0.707093835, -0.70712465, 0.00295143039, -0.707121789, 0.707091808, -0.999999404, -0.00207919232, 0.00209404668),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  427. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  428. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.707106769, -0.707103789, -0.00207465095, -0.707106829, 0.707103729, 0.00207465072),C1 = CFrame.new(1.52789307, -1.63879728, 0.0202713013, -1.00000262, 3.33786011e-006, -8.76933336e-006, 2.74181366e-006, 1.0000006, 9.32812691e-006, 8.41915607e-006, 9.82731581e-006, -0.999999523),})
  429. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-48.0761757, 3.82357526, -17.7354946, 1.10546298e-005, -1.00000584, 2.21406335e-005, -0.00295168511, -2.08619585e-005, -1.00000048, 0.999998808, 1.03250286e-005, -0.00295067742),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  430. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  431. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -1, 0, 0, 0, -0.999995768, -0.00293399929),C1 = CFrame.new(2.1766243, -0.0757856369, 0.0156955719, -1.00000501, 3.78489494e-006, -8.90344381e-006, 2.50339508e-006, 1.00000107, 9.07480717e-006, 8.24034214e-006, 1.0073185e-005, -0.999998927),})
  432. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-48.0000801, 4.39839649, -17.7338047, 1.11822519e-005, -0.965939581, -0.258799493, -0.0029519177, 0.258799523, -0.96593225, 0.999998331, 0.000773409789, -0.00284726033),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  433. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  434. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.965925872, 0.258817971, 0.000759374932, -0.258819103, -0.9659217, -0.00283402577),C1 = CFrame.new(2.10051727, 0.499032021, 0.0140209198, -1.00000727, 4.11272049e-006, -9.03010368e-006, 2.14576721e-006, 1.00000167, 8.84383917e-006, 8.04662704e-006, 1.03339553e-005, -0.999998391),})
  435. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-47.777813, 4.93573189, -17.7322197, 1.13470433e-005, -0.866045713, -0.499985814, -0.00295217289, 0.499983639, -0.866036832, 0.999997914, 0.0014837411, -0.00254994794),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  436. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  437. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.866025269, 0.499998182, 0.00146700058, -0.500000298, -0.866021514, -0.00254091714),C1 = CFrame.new(1.87824249, 1.03636146, 0.0124511719, -1.00000966, 4.41074371e-006, -9.19401646e-006, 1.93715096e-006, 1.00000226, 8.59051943e-006, 7.89761543e-006, 1.05574727e-005, -0.999997973),})
  438. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-47.4240341, 5.39717007, -17.7308693, 9.9080853e-006, -0.707121491, -0.707093298, -0.0029499759, 0.707092285, -0.707120478, 0.99999994, 0.00209290977, -0.00207898207),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  439. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  440. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.707106769, 0.707103789, 0.00207465095, -0.707106829, -0.707103729, -0.00207465072),C1 = CFrame.new(1.52445221, 1.49779153, 0.0111122131, -1, 1.57958789e-006, -7.76339584e-006, 1.57950421e-006, 1, 1.07809965e-005, 7.76341221e-006, 1.07809847e-005, -1),})
  441. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.720072329),CFrame = CFrame.new(-45.8580971, 5.60223389, -17.7370338, -1.00657289e-005, 1.00000322, 2.02957654e-005, 0.00295125321, 1.96995989e-005, -1.00000012, -0.999999464, -9.69920256e-006, -0.00295074796),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  442. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  443. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.0029349993, -0.999995768, 1, 0, 0, 0, -0.999995768, -0.0029349993),C1 = CFrame.new(-0.0414848328, 1.70282531, 0.0172786713, -1.00000238, 1.93715096e-006, -7.91996717e-006, 1.34110451e-006, 1.0000006, 1.05053186e-005, 7.61449337e-006, 1.10045075e-005, -0.999999523),})
  444. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-45.2829018, 5.97121954, -17.7292004, -1.01931591e-005, 0.258800507, 0.965936601, 0.00295049371, 0.965931654, -0.258800417, -0.999998987, 0.00284649269, -0.000772625324),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  445. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  446. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.258818954, 0.96592176, 0.00283402577, 0.965925932, -0.258817822, -0.000759374525),C1 = CFrame.new(-0.616687775, 2.07179952, 0.00945281982, -1.00000465, 2.20537186e-006, -8.04662704e-006, 9.83476639e-007, 1.00000131, 1.02669001e-005, 7.4878335e-006, 1.1280179e-005, -0.999999046),})
  447. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-43.478302, 3.63275337, -17.7388229, -1.00000787, -2.20701331e-005, 7.47434888e-006, -1.90738247e-005, 0.709194005, -0.705021501, 9.44590829e-006, -0.705020368, -0.709190905),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  448. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(0.450046331, 0.225023374, 0.225022614),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  449. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.709178209, -0.705029249, 0, -0.705029249, -0.709178209),C1 = CFrame.new(-2.42124176, -0.266691208, 0.0190105438, -1.00000703, 2.5331974e-006, -8.17328691e-006, 7.15255737e-007, 1.00000191, 1.0073185e-005, 7.36117363e-006, 1.1511147e-005, -0.999998569),})
  450. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-43.4809799, 4.03283119, -17.7353916, -1.00001013, -2.24024316e-005, 7.60508829e-006, -1.8716235e-005, 0.709194422, -0.70502162, 9.3043609e-006, -0.70502013, -0.709190309),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  451. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(0.450046331, 0.225023374, 0.225022614),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  452. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.709178209, -0.705029249, 0, -0.705029249, -0.709178209),C1 = CFrame.new(-2.41857147, 0.133384943, 0.0155887604, -1.0000093, 2.86102295e-006, -8.31484795e-006, 3.57627869e-007, 1.00000238, 9.85711813e-006, 7.2196126e-006, 1.17644668e-005, -0.999997973),})
  453. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-48.2368507, 3.63311195, -17.7387714, -1.00000083, -1.94647782e-005, 6.54433461e-006, -1.83882312e-005, 0.709191322, -0.705021441, 9.08075071e-006, -0.705021679, -0.70919162),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  454. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(0.450046331, 0.225023374, 0.225022614),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  455. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.709178209, -0.705029249, 0, -0.705029249, -0.709178209),C1 = CFrame.new(2.33730316, -0.266245365, 0.0189685822, -1, 2.98856833e-008, -6.99601424e-006, 2.98019778e-008, 1, 1.19507195e-005, 6.99601424e-006, 1.19507195e-005, -1),})
  456. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-48.2395782, 4.03320122, -17.7353439, -1.0000031, -1.97706886e-005, 6.65923062e-006, -1.80008356e-005, 0.709191859, -0.705021679, 8.88713112e-006, -0.705021381, -0.709190965),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  457. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(0.450046331, 0.225023374, 0.225022614),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  458. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.709178209, -0.705029249, 0, -0.705029249, -0.709178209),C1 = CFrame.new(2.34002304, 0.133842468, 0.0155506134, -1.00000226, 3.27825546e-007, -7.13020563e-006, -3.57627869e-007, 1.0000006, 1.17123127e-005, 6.80238008e-006, 1.2204051e-005, -0.999999344),})
  459. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-45.6623268, 6.2115097, -17.7293949, 1.90161372e-005, -0.707117319, 0.707103908, -1.0000006, 0.0020722514, 0.00209728698, -0.00294732978, -0.707099497, -0.707111895),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  460. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(0.450046331, 0.225023374, 0.225022614),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  461. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.999995768, -0.00293299928, -0.707106769, 0.00207394385, -0.707103789, 0.707106829, 0.00207394361, -0.707103729),C1 = CFrame.new(-0.237266541, 2.31209588, 0.00965499878, -1.00000453, 6.55651093e-007, -7.2941184e-006, -6.55651093e-007, 1.00000107, 1.14515424e-005, 6.69807196e-006, 1.24201179e-005, -0.999998629),})
  462. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-46.0627785, 1.45024729, -17.74119, 1.93732503e-005, -0.707119107, 0.707105458, -1.00000119, 0.00207260554, 0.0020972616, -0.00294708973, -0.70709914, -0.707111418),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  463. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(0.450046331, 0.225023374, 0.225022614),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  464. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.999995768, -0.00293299928, -0.707106769, 0.00207394385, -0.707103789, 0.707106829, 0.00207394361, -0.707103729),C1 = CFrame.new(0.163272858, -2.4491415, 0.0213241577, -1.00000691, 1.01327896e-006, -7.47293234e-006, -9.23871994e-007, 1.00000167, 1.12205744e-005, 6.59376383e-006, 1.26585364e-005, -0.999998093),})
  465. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-45.6626968, 1.45295334, -17.7434292, 1.97006975e-005, -0.707120836, 0.707107067, -1.00000191, 0.00207295991, 0.00209723692, -0.0029468569, -0.707098842, -0.707110882),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  466. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(0.450046331, 0.225023374, 0.225022614),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  467. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.999995768, -0.00293299928, -0.707106769, 0.00207394385, -0.707103789, 0.707106829, 0.00207394361, -0.707103729),C1 = CFrame.new(-0.236808777, -2.44644308, 0.0235614777, -1.0000093, 1.34110451e-006, -7.60704279e-006, -1.1920929e-006, 1.00000238, 1.09896064e-005, 6.44475222e-006, 1.28895044e-005, -0.999997437),})
  468. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-46.062439, 6.20879078, -17.7271519, 1.68734969e-005, -0.707113326, 0.707101464, -0.999999583, 0.00207163813, 0.00209549349, -0.00294660358, -0.707100749, -0.707112551),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  469. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(0.450046331, 0.225023374, 0.225022614),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
  470. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.999995768, -0.00293299928, -0.707106769, 0.00207394385, -0.707103789, 0.707106829, 0.00207394361, -0.707103729),C1 = CFrame.new(0.162845612, 2.30938411, 0.00741386414, -1, -1.49001664e-006, -6.25843586e-006, -1.49009884e-006, 1, 1.31502466e-005, 6.2584154e-006, 1.31502557e-005, -1),})
  471. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.464898169, 0.815031886),CFrame = CFrame.new(-45.7422905, 4.79963303, -17.7418842, -8.55136659e-006, -0.965933621, 0.258802414, 0.00294686155, 0.258802146, 0.965930521, -0.999999285, 0.000770478102, 0.00284384307),CanCollide = false,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),})
  472. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  473. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293299928, -0.999995768, -0.965926111, 0.258817017, 0.000759113347, 0.25881815, 0.965921938, 0.00283306045),C1 = CFrame.new(-0.157276154, 0.900225163, 0.0221061707, -1.00000226, -1.22189522e-006, -6.41494989e-006, -1.81794167e-006, 1.0000006, 1.2896955e-005, 6.10202551e-006, 1.33961439e-005, -0.999999344),})
  474. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-46.9651833, 2.68211508, -17.7388992, -8.71617522e-006, -0.499987543, -0.866039038, 0.00294814631, -0.86603421, 0.499986172, -0.999998868, -0.00254820217, 0.00148051197),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  475. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  476. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.499999881, -0.866021812, -0.00254091783, -0.866025507, 0.499997735, 0.0014669993),C1 = CFrame.new(1.06565475, -1.21726179, 0.0190677643, -1.00000477, -9.23871994e-007, -6.57886267e-006, -2.11596489e-006, 1.00000119, 1.2613833e-005, 5.97536564e-006, 1.36867166e-005, -0.999998927),})
  477. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-45.8594933, 6.04670525, -17.7289886, 8.84379915e-006, -1.77661786e-005, -1.00000787, -0.00294834934, 1.00000131, -1.59743322e-005, 0.999998391, 0.00294683152, 7.91116508e-006),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  478. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  479. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, 0.999995768, 0.00293399929, -1, 0, 0),C1 = CFrame.new(-0.040096283, 2.14729524, 0.00924491882, -1.00000703, -5.96046448e-007, -6.70552254e-006, -2.38418579e-006, 1.00000179, 1.24126673e-005, 5.82635403e-006, 1.39176846e-005, -0.99999845),})
  480. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-44.7429352, 1.90649354, -17.7411957, 8.98641338e-006, 0.500020683, 0.866025209, -0.00294859684, -0.866019368, 0.500014305, 0.999997854, -0.00255574379, 0.00146657904),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  481. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  482. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.499999881, -0.866021812, -0.00254091783, 0.866025507, 0.499997735, 0.0014669993),C1 = CFrame.new(-1.15657806, -1.99292135, 0.0213394165, -1.0000093, -2.38418579e-007, -6.84708357e-006, -2.74181366e-006, 1.00000238, 1.21667981e-005, 5.69224358e-006, 1.41188502e-005, -0.999997914),})
  483. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-44.7465782, 5.7491703, -17.7298717, -7.6292381e-006, 0.499987125, 0.866033852, 0.0029463477, 0.86603272, -0.49998647, -0.99999994, 0.0025478173, -0.00147973909),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  484. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  485. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.499999881, 0.866021812, 0.00254091783, 0.866025507, -0.499997735, -0.0014669993),C1 = CFrame.new(-1.15300751, 1.84974098, 0.0101184845, -1, -3.15893021e-006, -5.49851029e-006, -3.15900934e-006, 1, 1.44093801e-005, 5.49846436e-006, 1.44093965e-005, -1),})
  486. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-43.9370308, 4.93472099, -17.7322826, -7.7643308e-006, 0.866020322, 0.500015378, 0.00294658798, 0.500013411, -0.866017878, -0.999999583, 0.00146662048, -0.00255509769),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  487. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  488. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.866025269, 0.499998182, 0.00146700058, 0.500000298, -0.866021514, -0.00254091714),C1 = CFrame.new(-1.96253967, 1.03528023, 0.0125045776, -1.00000238, -2.83122063e-006, -5.63263893e-006, -3.36766243e-006, 1.00000072, 1.41710043e-005, 5.33461571e-006, 1.46627426e-005, -0.999999642),})
  489. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-44.2872238, 2.25955677, -17.7401562, 7.92175797e-006, 0.707120955, 0.70710057, -0.00294682034, -0.707097769, 0.707116663, 0.999999106, -0.00208819052, 0.00207785005),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  490. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  491. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.707105756, -0.707104743, -0.00207465375, 0.707107782, 0.707102776, 0.00207464793),C1 = CFrame.new(-1.61229706, -1.63986802, 0.0203075409, -1.00000477, -2.50339508e-006, -5.78910112e-006, -3.60608101e-006, 1.00000119, 1.39400363e-005, 5.222857e-006, 1.49160624e-005, -0.999999166),})
  492. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.324033618, 0.630063236),CFrame = CFrame.new(-46.4320488, 5.97236204, -17.7292042, 8.10136225e-006, -0.258836597, -0.965929508, -0.00294708996, 0.965923309, -0.25883317, 0.999998689, 0.00284706336, -0.000755495217),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  493. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  494. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.258818954, 0.96592176, 0.00283402577, -0.965925932, -0.258817822, -0.000759374525),C1 = CFrame.new(0.532459259, 2.072963, 0.00946044922, -1.00000715, -2.23517418e-006, -5.96791506e-006, -3.87430191e-006, 1.00000167, 1.36718154e-005, 5.03659248e-006, 1.51619315e-005, -0.999998748),})
  495. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-47.5485115, 4.2796669, -17.743187, 8.23635037e-006, -0.866042554, -0.499991298, -0.00294731534, 0.499988973, -0.866033852, 0.999998271, 0.00147867657, -0.00254725548),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  496. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  497. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.866025269, 0.499998182, 0.00146700058, -0.500000298, -0.866021514, -0.00254091714),C1 = CFrame.new(1.64895248, 0.380294323, 0.023399353, -1.00000966, -1.93715096e-006, -6.10202551e-006, -4.20212746e-006, 1.00000226, 1.3448298e-005, 4.85777855e-006, 1.54227018e-005, -0.999998331),})
  498. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-46.3604393, 5.1906352, -17.7405186, 6.85045507e-006, -0.258832574, -0.96592319, -0.00294510368, 0.965921879, -0.258832157, 0.99999994, 0.00284651062, -0.000755671179),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  499. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  500. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.258818954, 0.96592176, 0.00283402577, -0.965925932, -0.258817822, -0.000759374525),C1 = CFrame.new(0.460865021, 1.29123759, 0.0207538605, -1, -4.5000229e-006, -4.7236822e-006, -4.50009702e-006, 1, 1.56536153e-005, 4.72361171e-006, 1.56536371e-005, -1),})
  501. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-47.7375793, 3.81533623, -17.7445583, 7.00786768e-006, -0.965932727, -0.258806199, -0.00294537353, 0.25880605, -0.965929627, 0.999999464, 0.000768603175, -0.00284273527),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  502. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  503. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.965925872, 0.258817971, 0.000759374932, -0.258819103, -0.9659217, -0.00283402577),C1 = CFrame.new(1.83802795, -0.084031105, 0.0247592926, -1.00000238, -4.17232513e-006, -4.88013029e-006, -4.85777855e-006, 1.00000072, 1.53854489e-005, 4.57465649e-006, 1.59516931e-005, -0.999999523),})
  504. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-44.1660423, 4.27781248, -17.7409782, -7.13549252e-006, 0.866022944, 0.500015736, 0.00294560636, 0.500012159, -0.866019309, -0.999998987, 0.00146662816, -0.00255329325),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  505. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  506. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.866025269, 0.499998182, 0.00146700058, 0.500000298, -0.866021514, -0.00254091714),C1 = CFrame.new(-1.73351288, 0.378377914, 0.0211830139, -1.00000489, -3.84449959e-006, -5.00679016e-006, -5.12599945e-006, 1.00000131, 1.51544809e-005, 4.42564487e-006, 1.6219914e-005, -0.999999046),})
  507. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-45.3541718, 5.1887455, -17.7382793, -7.2703051e-006, 0.258806735, 0.965937495, 0.00294583896, 0.965930641, -0.258806795, -0.999998569, 0.00284226495, -0.000768160506),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  508. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  509. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.258818954, 0.96592176, 0.00283402577, 0.965925932, -0.258817822, -0.000759374525),C1 = CFrame.new(-0.545402527, 1.28932953, 0.0185108185, -1.00000715, -3.60608101e-006, -5.14090061e-006, -5.42402267e-006, 1.00000191, 1.49235129e-005, 4.26918268e-006, 1.65179372e-005, -0.999998629),})
  510. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-43.9770012, 3.81348538, -17.742342, -7.46481101e-006, 0.96593225, 0.258835346, 0.00294612395, 0.258830816, -0.965924799, -0.999998152, 0.000755981309, -0.00284528849),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  511. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  512. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.965926111, 0.258817017, 0.000759372197, 0.25881815, -0.965921938, -0.00283402647),C1 = CFrame.new(-1.92254639, -0.0859508514, 0.0225353241, -1.00000954, -3.33786011e-006, -5.33461571e-006, -5.75184822e-006, 1.0000025, 1.46403909e-005, 4.10526991e-006, 1.67489052e-005, -0.999998212),})
  513. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-44.4765396, 4.68044567, -17.7397842, -6.04880279e-006, 0.707098603, 0.707116187, 0.00294378493, 0.707115233, -0.70709765, -0.99999994, 0.00207731756, -0.00208581844),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  514. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  515. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.707106769, 0.707103789, 0.00207465095, 0.707106829, -0.707103729, -0.00207465072),C1 = CFrame.new(-1.42302322, 0.781015396, 0.0200004578, -1, -6.01993042e-006, -3.92651145e-006, -6.01999727e-006, 1, 1.69723589e-005, 3.92640914e-006, 1.69723826e-005, -1),})
  516. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-44.7492523, 2.68029428, -17.7366695, 6.21362506e-006, 0.500012457, 0.866021872, -0.00294404733, -0.866019666, 0.500010431, 0.999999464, -0.00255207415, 0.00146667124),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  517. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  518. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.499999881, -0.866021812, -0.00254091783, 0.866025507, 0.499997735, 0.0014669993),C1 = CFrame.new(-1.15027618, -1.21912336, 0.016834259, -1.00000226, -5.69224358e-006, -4.09036875e-006, -6.28829002e-006, 1.00000072, 1.67116523e-005, 3.77744436e-006, 1.72555447e-005, -0.999999523),})
  519. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-44.0336761, 3.39430809, -17.7345734, 6.34870139e-006, 0.866036534, 0.499991775, -0.00294430251, -0.499990582, 0.866031766, 0.999999046, -0.00147658191, 0.00254604104),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  520. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  521. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.866025269, -0.499998182, -0.00146700058, 0.500000298, 0.866021514, 0.00254091714),C1 = CFrame.new(-1.8658638, -0.505125523, 0.014755249, -1.00000465, -5.36441803e-006, -4.2244792e-006, -6.64591789e-006, 1.00000131, 1.64583325e-005, 3.65078449e-006, 1.75237656e-005, -0.999999106),})
  522. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-44.8815765, 4.9918232, -17.7388649, -6.52856761e-006, 0.499992311, 0.866039097, 0.00294457958, 0.866032362, -0.499990642, -0.999998569, 0.00254588458, -0.0014763436),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  523. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  524. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.499999881, 0.866021812, 0.00254091783, 0.866025507, -0.499997735, -0.0014669993),C1 = CFrame.new(-1.01799393, 1.09239936, 0.0190906525, -1.00000715, -5.00679016e-006, -4.40329313e-006, -6.94394112e-006, 1.00000179, 1.61826611e-005, 3.52412462e-006, 1.77770853e-005, -0.999998629),})
  525. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-45.2217751, 2.48335314, -17.7372475, 6.70080817e-006, 0.258834839, 0.965932429, -0.00294485688, -0.965924859, 0.25883016, 0.999998093, -0.00284389569, 0.00075642817),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  526. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  527. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.258818954, -0.96592176, -0.00283402577, 0.965925932, 0.258817822, 0.000759374525),C1 = CFrame.new(-0.677749634, -1.41605496, 0.0174064636, -1.00000954, -4.70876694e-006, -4.57465649e-006, -7.21216202e-006, 1.00000238, 1.59069896e-005, 3.31550837e-006, 1.7978251e-005, -0.999998152),})
  528. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-44.3441772, 2.99167085, -17.735754, 5.27695875e-006, 0.707115054, 0.707099736, -0.00294258539, -0.707098782, 0.7071141, 0.99999994, -0.00208442775, 0.00207701162),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  529. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  530. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.707106769, -0.707103789, -0.00207465095, 0.707106829, 0.707103729, 0.00207465072),C1 = CFrame.new(-1.55535507, -0.907755375, 0.0159263611, -1, -7.53984023e-006, -3.15914576e-006, -7.53989752e-006, 1, 1.81719006e-005, 3.15900843e-006, 1.81719224e-005, -1),})
  531. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-47.2379875, 4.68233061, -17.7420177, 5.44191153e-006, -0.707116902, -0.707101107, -0.00294285524, 0.707099438, -0.707114398, 0.999999404, 0.00208416837, -0.00207696296),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  532. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  533. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.707106769, 0.707103789, 0.00207465095, -0.707106829, -0.707103729, -0.00207465072),C1 = CFrame.new(1.33842087, 0.782950878, 0.0222396851, -1.00000226, -7.15255737e-006, -3.32295895e-006, -7.77840614e-006, 1.00000072, 1.79037452e-005, 3.01003456e-006, 1.83880329e-005, -0.999999464),})
  534. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-47.6808357, 3.39619112, -17.7368011, -5.56953592e-006, -0.866024137, -0.500012994, 0.00294308015, -0.500009537, 0.866020679, -0.999998927, -0.00146675308, 0.00255042501),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  535. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  536. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.866025269, -0.499998182, -0.00146700058, -0.500000298, 0.866021514, 0.00254091714),C1 = CFrame.new(1.78129196, -0.503175497, 0.0169906616, -1.00000453, -6.82473183e-006, -3.44961882e-006, -8.07642937e-006, 1.00000119, 1.76802278e-005, 2.88337469e-006, 1.86413527e-005, -0.999998987),})
  537. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-46.4927292, 2.48526549, -17.7394867, -5.70452357e-006, -0.258809507, -0.965936542, 0.00294334232, -0.965929687, 0.258809566, -0.99999845, -0.00284039159, 0.000766054203),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  538. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  539. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.258818954, -0.96592176, -0.00283402577, -0.965925932, 0.258817822, 0.000759374525),C1 = CFrame.new(0.593204498, -1.41411948, 0.0196495056, -1.00000691, -6.5267086e-006, -3.58372927e-006, -8.40425491e-006, 1.00000167, 1.74194574e-005, 2.71946192e-006, 1.88723207e-005, -0.99999851),})
  540. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-46.8330154, 4.99372959, -17.7411098, 5.86195165e-006, -0.500015497, -0.86602819, -0.00294360495, 0.866022229, -0.50000906, 0.999998033, 0.00254984386, -0.00146678567),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  541. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  542. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.499999881, 0.866021812, 0.00254091783, -0.866025507, -0.499997735, -0.0014669993),C1 = CFrame.new(0.933441162, 1.09434128, 0.0213394165, -1.0000093, -6.19888306e-006, -3.74019146e-006, -8.73208046e-006, 1.00000226, 1.71586871e-005, 2.56299973e-006, 1.91256404e-005, -0.999998093),})
  543. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.809181273),CFrame = CFrame.new(-45.851902, 2.42002773, -17.739687, -4.50511834e-006, 9.31513387e-006, -1.00000083, 0.00294137839, -0.999999583, -9.29846919e-006, -0.99999994, -0.0029413749, 4.4765693e-006),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  544. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  545. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0, -0.999995768, -0.00293399929, -1, 0, 0),C1 = CFrame.new(-0.0476226807, -1.47936869, 0.0198459625, -1, -9.05975503e-006, -2.39178462e-006, -9.05980141e-006, 1, 1.93788928e-005, 2.39160863e-006, 1.93789128e-005, -1),})
  546. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-47.370369, 2.99357724, -17.7379951, -4.66984693e-006, -0.707101226, -0.707116842, 0.00294163334, -0.707114339, 0.707099497, -0.999999464, -0.00207664492, 0.00208275905),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  547. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  548. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.707105756, -0.707104743, -0.00207465375, -0.707107782, 0.707102776, 0.00207464793),C1 = CFrame.new(1.47083282, -0.905793428, 0.0181732178, -1.00000238, -8.73208046e-006, -2.55554914e-006, -9.29832458e-006, 1.00000072, 1.91256404e-005, 2.24262476e-006, 1.96099281e-005, -0.999999523),})
  549. Handle1 = New("Part",Model,"Handle1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.225023165, 0.200000003, 0.540054262),CFrame = CFrame.new(-45.8541946, 5.25593805, -17.7403431, 4.79747268e-006, -9.96980179e-006, -1.00000548, -0.00294188806, 1.00000072, -8.70239455e-006, 0.999998987, 0.00294091017, 4.20095012e-006),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  550. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  551. mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, 0.999995768, 0.00293399929, -1, 0, 0),C1 = CFrame.new(-0.0453834534, 1.3565309, 0.0205783844, -1.00000465, -8.40425491e-006, -2.68220901e-006, -9.65595245e-006, 1.00000119, 1.88723207e-005, 2.11596489e-006, 1.98408961e-005, -0.999999046),})
  552. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 2.79028964, 0.212871432),CFrame = CFrame.new(-45.2293739, 3.81017351, -17.7448273, 4.96235043e-006, 1.0297159e-005, 1.00000775, -0.00294215069, -1.00000131, 8.4044068e-006, 0.99999845, -0.00294065522, -4.03704917e-006),CanCollide = false,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),})
  553. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  554. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, -0.999995768, -0.00293399929, 1, 0, 0),C1 = CFrame.new(-0.670173645, -0.0892398357, 0.0250225067, -1.00000691, -8.07642937e-006, -2.84612179e-006, -9.95397568e-006, 1.00000179, 1.86115503e-005, 1.95205212e-006, 2.00942159e-005, -0.99999851),})
  555. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 2.48425794, 0.4401443),CFrame = CFrame.new(-46.6670609, 3.79981136, -17.744854, 5.12722772e-006, 1.06245125e-005, 1.00001001, -0.00294239819, -1.00000191, 8.07661854e-006, 0.999997914, -0.00294042262, -3.90295145e-006),CanCollide = false,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),})
  556. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  557. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, -0.999995768, -0.00293399929, 1, 0, 0),C1 = CFrame.new(0.76750946, -0.0995755196, 0.0250511169, -1.00000918, -7.74860382e-006, -3.01003456e-006, -1.02818012e-005, 1.00000238, 1.83656812e-005, 1.81794167e-006, 2.03251839e-005, -0.999997973),})
  558. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 2.69442987, 0.200000003),CFrame = CFrame.new(-45.1927185, 3.91507912, -17.7452011, 3.73319426e-006, 0.258826673, 0.96592474, -0.002940231, -0.965923429, 0.258826286, 0.99999994, -0.00284100161, 0.00075740373),CanCollide = false,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),})
  559. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.949597955, 1, 0.598558366),MeshType = Enum.MeshType.Brick,})
  560. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.258818954, -0.96592176, -0.00283402577, 0.965925932, 0.258817822, 0.000759374525),C1 = CFrame.new(-0.706832886, 0.0156645775, 0.0253982544, -1, -1.06094712e-005, -1.62442564e-006, -1.06095049e-005, 1, 2.05262786e-005, 1.62420793e-006, 2.05262932e-005, -1),})
  561. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.672369778, 0.402790427),CFrame = CFrame.new(-45.8915749, 3.88134837, -17.7662239, 1.00000334, -8.12470716e-006, 3.89050092e-006, 7.39103007e-006, 1.00000024, -0.0029394934, -3.56022792e-006, 0.00293898024, 0.999999464),CanCollide = false,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),})
  562. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.810083568, 1, 1),MeshType = Enum.MeshType.Sphere,})
  563. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995768, 0.00293299928, 0, -0.00293299928, 0.999995768),C1 = CFrame.new(-0.00797653198, -0.0180537701, 0.0464229584, -1.0000025, -1.02519989e-005, -1.78068876e-006, -1.09672546e-005, 1.00000072, 2.02655792e-005, 1.47521496e-006, 2.07722187e-005, -0.999999523),})
  564. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.674169421, 0.200000003, 0.409091085),CFrame = CFrame.new(-45.9095802, 3.88247228, -17.7666702, 1.0000056, -8.39254608e-006, 4.02540172e-006, 7.06324136e-006, 1.00000095, -0.00293974881, -3.40377846e-006, 0.00293871062, 0.999998987),CanCollide = false,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),})
  565. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1, 0.591811061, 1),MeshType = Enum.MeshType.Sphere,})
  566. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995768, 0.00293299928, 0, -0.00293299928, 0.999995768),C1 = CFrame.new(0.0100288391, -0.016929388, 0.046869278, -1.00000477, -9.983778e-006, -1.91479921e-006, -1.12950802e-005, 1.00000143, 2.00122595e-005, 1.31875277e-006, 2.10404396e-005, -0.999999046),})
  567. Sphere = New("Part",Model,"Sphere",{BrickColor = BrickColor.new("Maroon"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.666068554, 0.66606915, 0.396039784),CFrame = CFrame.new(-45.9095917, 3.88215971, -17.7659988, 1.00000787, -8.74972557e-006, 4.18291529e-006, 6.76525451e-006, 1.00000155, -0.00293998909, -3.26968029e-006, 0.00293844845, 0.99999851),CanCollide = false,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.458824, 0, 0),})
  568. Mesh = New("SpecialMesh",Sphere,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  569. mot = New("Motor",Sphere,"mot",{Part0 = Sphere,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995768, 0.00293299928, 0, -0.00293299928, 0.999995768),C1 = CFrame.new(0.0100402832, -0.0172419548, 0.0461978912, -1.00000703, -9.62615013e-006, -2.07126141e-006, -1.15931034e-005, 1.00000203, 1.97738409e-005, 1.18464231e-006, 2.13012099e-005, -0.999998569),})
  570. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 3.01036239, 0.200000003),CFrame = CFrame.new(-45.9092293, 4.5581665, -17.7433109, 4.31791204e-006, -1.00001013, 9.04736135e-006, -0.0029412366, -6.46726858e-006, -1.00000215, 0.999997914, 3.13558212e-006, -0.00293915602),CanCollide = false,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),})
  571. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.949597955, 1, 0.598558366),MeshType = Enum.MeshType.Brick,})
  572. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -1, 0, 0, 0, -0.999995768, -0.00293399929),C1 = CFrame.new(0.00966644287, 0.658762693, 0.0235271454, -1.0000093, -9.32812691e-006, -2.20537186e-006, -1.18911266e-005, 1.00000262, 1.95279717e-005, 1.05053186e-006, 2.15917826e-005, -0.999997973),})
  573. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 3.49326277, 0.200000003),CFrame = CFrame.new(-45.881546, 3.25408554, -17.7471428, 3.02087619e-006, -1.00000083, 6.22004654e-006, -0.0029389346, -6.19901311e-006, -0.999999583, 0.99999994, 3.00144802e-006, -0.00293893111),CanCollide = false,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),})
  574. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.949597955, 1, 0.598558366),MeshType = Enum.MeshType.Brick,})
  575. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -1, 0, 0, 0, -0.999995768, -0.00293399929),C1 = CFrame.new(-0.017993927, -0.64531374, 0.0273246765, -1, -1.21591866e-005, -9.16676072e-007, -1.21592066e-005, 1, 2.18226724e-005, 9.16410841e-007, 2.18226833e-005, -1),})
  576. Neon = New("Part",Model,"Neon",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 2.65842581, 0.200000003),CFrame = CFrame.new(-46.608139, 3.92606139, -17.7451687, 3.19295009e-006, -0.258813441, 0.96593082, -0.00293922657, -0.965927601, -0.258813292, 0.999999404, -0.00283778994, -0.000763367105),CanCollide = false,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),})
  577. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.949597955, 1, 0.598558366),MeshType = Enum.MeshType.Brick,})
  578. mot = New("Motor",Neon,"mot",{Part0 = Neon,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.258818954, -0.96592176, -0.00283402577, 0.965925932, -0.258817822, -0.000759374525),C1 = CFrame.new(0.708587646, 0.0266728401, 0.0253696442, -1.00000238, -1.1831522e-005, -1.08778477e-006, -1.24871731e-005, 1.0000006, 2.15321779e-005, 7.97212124e-007, 2.20835209e-005, -0.999999464),})
  579. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-46.4439316, 3.89778209, -17.7445793, 3.32066202e-006, -6.90448405e-006, -1.0000056, -0.00293945917, 1.00000072, -5.57309977e-006, 0.999998927, 0.00293844379, 2.69601037e-006),CanCollide = false,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),})
  580. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  581. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, 0.999995768, 0.00293399929, -1, 0, 0),C1 = CFrame.new(0.544380188, -0.00160932541, 0.0247802734, -1.00000477, -1.14738941e-005, -1.21444464e-006, -1.27851963e-005, 1.00000119, 2.13012099e-005, 6.10947609e-007, 2.23070383e-005, -0.999998987),})
  582. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.227273509, 0.64986527),CFrame = CFrame.new(-46.3457031, 4.59667253, -17.7425289, 3.42584735e-006, 0.866028607, -0.50001055, -0.00293968455, 0.500005543, 0.866023719, 0.99999845, 0.00146692223, 0.0025458606),CanCollide = false,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),})
  583. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  584. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.866025269, 0.499998182, 0.00146700058, -0.500000298, 0.866021514, 0.00254091714),C1 = CFrame.new(0.446140289, 0.697276831, 0.0227470398, -1.00000715, -1.11758709e-005, -1.31875277e-006, -1.30534172e-005, 1.00000179, 2.10776925e-005, 4.54485416e-007, 2.2508204e-005, -0.99999851),})
  585. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.359587193, 0.776778042),CFrame = CFrame.new(-46.3615227, 3.1381588, -17.746809, -3.54593317e-006, 0.866038024, -0.499998987, 0.0029398948, -0.49999696, -0.866029382, -0.999997854, -0.00147109048, -0.00254321983),CanCollide = false,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),})
  586. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  587. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.866025269, -0.499998182, -0.00146700058, -0.500000298, -0.866021514, -0.00254091714),C1 = CFrame.new(0.461986542, -0.761231184, 0.0269889832, -1.00000954, -1.08778477e-005, -1.43796206e-006, -1.33514404e-005, 1.00000238, 2.08690763e-005, 3.05473804e-007, 2.27093697e-005, -0.999997914),})
  588. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-46.4255219, 3.7592504, -17.7449837, -2.25667054e-006, 0.258823782, -0.965925515, 0.00293783192, -0.965924203, -0.258823395, -0.99999994, -0.00283830473, -0.000758200418),CanCollide = false,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),})
  589. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  590. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.258818954, -0.96592176, -0.00283402577, -0.965925932, -0.258817822, -0.000759374525),C1 = CFrame.new(0.525974274, -0.140140772, 0.0251808167, -1, -1.3619494e-005, -1.56772515e-007, -1.36194976e-005, 1, 2.2925371e-005, 1.56460302e-007, 2.2925371e-005, -1),})
  591. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.32133323, 0.969847441),CFrame = CFrame.new(-46.2373581, 2.96848035, -17.7473106, -2.3988855e-006, 0.965930581, -0.258814067, 0.00293807941, -0.258813918, -0.965927482, -0.999999404, -0.000762283977, -0.00283692335),CanCollide = false,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),})
  592. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  593. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.965926111, -0.258817017, -0.000759372197, -0.25881815, -0.965921938, -0.00283402647),C1 = CFrame.new(0.33782196, -0.930911303, 0.0274848938, -1.00000238, -1.32918358e-005, -2.98023224e-007, -1.39474869e-005, 1.00000072, 2.26795673e-005, -2.23517418e-008, 2.3201108e-005, -0.999999464),})
  594. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.27272746),CFrame = CFrame.new(-46.455101, 4.21952581, -17.7436371, 2.53387361e-006, 0.499998033, -0.866033018, -0.00293833413, 0.86602819, 0.499996722, 0.999998927, 0.00254279235, 0.00147031713),CanCollide = false,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),})
  595. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 1),MeshType = Enum.MeshType.Brick,})
  596. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.499999881, 0.866021812, 0.00254091783, -0.866025507, 0.499997735, 0.0014669993),C1 = CFrame.new(0.555541992, 0.320133448, 0.0238456726, -1.00000477, -1.29938126e-005, -4.32133675e-007, -1.42455101e-005, 1.00000119, 2.24262476e-005, -1.49011612e-007, 2.34693289e-005, -0.999998987),})
  597. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-46.4251328, 4.04001236, -17.7441711, 2.66132292e-006, 0.258815527, -0.965935171, -0.00293856696, 0.965928197, 0.258815557, 0.999998391, 0.00283651077, 0.000761882868),CanCollide = false,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),})
  598. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  599. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.258818954, 0.96592176, 0.00283402577, -0.965925932, 0.258817822, 0.000759374525),C1 = CFrame.new(0.525577545, 0.140620232, 0.0243740082, -1.00000715, -1.27255917e-005, -5.58793545e-007, -1.4513731e-005, 1.00000179, 2.21952796e-005, -3.05473804e-007, 2.37002969e-005, -0.99999845),})
  600. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.594959855),CFrame = CFrame.new(-46.4663277, 3.33458328, -17.7462406, -2.81866323e-006, 0.707118332, -0.707109928, 0.00293882936, -0.707105637, -0.707110584, -0.999997973, -0.00207779091, -0.0020754952),CanCollide = false,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),})
  601. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 1),MeshType = Enum.MeshType.Brick,})
  602. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.707106769, -0.707103789, -0.00207465095, -0.707106829, -0.707103729, -0.00207465072),C1 = CFrame.new(0.56678772, -0.564805508, 0.0264263153, -1.00000954, -1.24275684e-005, -7.15255737e-007, -1.48713589e-005, 1.00000238, 2.19345093e-005, -4.61935997e-007, 2.39312649e-005, -0.999998033),})
  603. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.490999401),CFrame = CFrame.new(-46.4291496, 4.42793417, -17.7430325, 1.44014109e-006, 0.7071051, -0.70710969, -0.00293661002, 0.707108736, 0.707104146, 0.99999994, 0.00207548379, 0.00207750523),CanCollide = false,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),})
  604. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 1),MeshType = Enum.MeshType.Brick,})
  605. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.707106769, 0.707103789, 0.00207465095, -0.707106829, 0.707103729, 0.00207465072),C1 = CFrame.new(0.529586792, 0.528540373, 0.0232467651, -1, -1.51394161e-005, 6.55277802e-007, -1.51393997e-005, 1, 2.41472735e-005, -6.55643248e-007, 2.41472608e-005, -1),})
  606. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.319983095, 0.793429732),CFrame = CFrame.new(-46.2135048, 4.74577284, -17.7421036, 1.58211833e-006, 0.965928018, -0.258823305, -0.00293686474, 0.258821905, 0.965925217, 0.999999464, 0.000758703332, 0.00283661042),CanCollide = false,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),})
  607. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  608. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.965925872, 0.258817971, 0.000759374932, -0.258819103, 0.9659217, 0.00283402577),C1 = CFrame.new(0.313938141, 0.846374035, 0.0223255157, -1.00000226, -1.48713589e-005, 5.14090061e-007, -1.54674053e-005, 1.0000006, 2.3894012e-005, -7.67409801e-007, 2.44304538e-005, -0.999999523),})
  609. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.207921505, 0.556705952),CFrame = CFrame.new(-46.5648575, 3.48498225, -17.7458038, -1.70229202e-006, 0.50000602, -0.866028428, 0.00293707498, -0.866024792, -0.500002444, -0.999998987, -0.00254325639, -0.00146696554),CanCollide = false,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),})
  610. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  611. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, 0.499999881, -0.866021812, -0.00254091783, -0.866025507, -0.499997735, -0.0014669993),C1 = CFrame.new(0.665313721, -0.414405346, 0.0259933472, -1.00000477, -1.45435333e-005, 3.94880772e-007, -1.57952309e-005, 1.00000119, 2.36853957e-005, -8.86619091e-007, 2.47433782e-005, -0.999999046),})
  612. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.41404286, 0.792079568),CFrame = CFrame.new(-46.0316162, 4.79806328, -17.7419472, -1.85208955e-006, -1.00000799, -4.10738085e-006, 0.00293631549, -2.29483226e-006, 1.00000143, -0.99999851, 1.09422149e-006, 0.00293476786),CanCollide = false,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),})
  613. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  614. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293299928, -0.999995768, -1, 0, 0, 0, 0.999995768, 0.00293299928),C1 = CFrame.new(0.132049561, 0.898661137, 0.0221710205, -1.00000715, -1.42753124e-005, 2.4586916e-007, -1.60634518e-005, 1.00000191, 2.34469771e-005, -9.90927219e-007, 2.49817967e-005, -0.999998569),})
  615. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.462647855, 0.985598981),CFrame = CFrame.new(-45.5415916, 2.96346474, -17.7473431, 2.016792e-006, -0.866032064, 0.500009298, -0.00293657067, -0.50000298, -0.866025984, 0.999997973, -0.00146642688, -0.00254185894),CanCollide = false,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),})
  616. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  617. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293299928, 0.999995768, -0.866025269, -0.499998182, -0.00146650057, 0.500000298, -0.866021514, -0.00254005101),C1 = CFrame.new(-0.357940674, -0.935939789, 0.0275154114, -1.00000954, -1.40070915e-005, 8.19563866e-008, -1.6450882e-005, 1.0000025, 2.31936574e-005, -1.11758709e-006, 2.52202153e-005, -0.999998033),})
  618. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.303331375, 0.847885191),CFrame = CFrame.new(-45.5065842, 4.74082375, -17.7421169, -7.9480094e-007, -0.866026819, 0.499999285, 0.00293429871, 0.499998689, 0.866025627, -0.99999994, 0.00146783167, 0.00254077907),CanCollide = false,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),})
  619. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  620. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293299928, -0.999995768, -0.866025269, 0.499998182, 0.00146650057, 0.500000298, 0.866021514, 0.00254005101),C1 = CFrame.new(-0.392982483, 0.841412067, 0.0223369598, -1, -1.67189355e-005, 1.29595992e-006, -1.67189028e-005, 1, 2.54585739e-005, -1.29638556e-006, 2.5458552e-005, -1),})
  621. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.258326709, 0.398740053),CFrame = CFrame.new(-45.4453735, 4.43478251, -17.7430153, -9.51788138e-007, -0.707110465, 0.707107663, 0.00293556042, 0.707105935, 0.707107663, -0.999999404, 0.00207582372, 0.00207496085),CanCollide = false,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),})
  622. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  623. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.707106769, 0.707103789, 0.00207465095, 0.707106829, 0.707103729, 0.00207465072),C1 = CFrame.new(-0.454185486, 0.535370827, 0.0232276917, -1.00000238, -1.63912773e-005, 1.13993883e-006, -1.71065331e-005, 1.00000048, 2.51978636e-005, -1.47521496e-006, 2.57045031e-005, -0.999999464),})
  624. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.212421924, 0.401890427),CFrame = CFrame.new(-45.3089066, 3.52397156, -17.7457008, 1.08703841e-006, -0.500000656, 0.866031528, -0.0029358156, -0.866026521, -0.499999344, 0.999998868, -0.00254138862, -0.00146778603),CanCollide = false,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),})
  625. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  626. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.499999881, -0.866021812, -0.00254091783, 0.866025507, -0.499997735, -0.0014669993),C1 = CFrame.new(-0.590637207, -0.375439167, 0.025888443, -1.00000477, -1.60038471e-005, 1.00582838e-006, -1.7374754e-005, 1.00000107, 2.49445438e-005, -1.63912773e-006, 2.59503722e-005, -0.999998927),})
  627. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-45.3799744, 3.76150775, -17.7449989, 1.21457549e-006, -0.258818448, 0.965934515, -0.0029360482, -0.965927243, -0.258818597, 0.999998391, -0.00283446163, -0.000759829767),CanCollide = false,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),})
  628. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  629. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.258818954, -0.96592176, -0.00283402577, 0.965925932, -0.258817822, -0.000759374525),C1 = CFrame.new(-0.519573212, -0.137902737, 0.0251922607, -1.00000727, -1.57058239e-005, 8.7916851e-007, -1.77025795e-005, 1.00000167, 2.47135758e-005, -1.75833702e-006, 2.62111425e-005, -0.99999845),})
  630. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.422143668, 0.483798653),CFrame = CFrame.new(-45.4736862, 3.28098631, -17.7464142, 1.37936581e-006, -0.707112193, 0.707116425, -0.00293630292, -0.7071082, -0.707107663, 0.999997914, -0.00207475782, -0.00207493524),CanCollide = false,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),})
  631. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  632. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.707106769, -0.707103789, -0.00207465095, 0.707106829, -0.707103729, -0.00207465072),C1 = CFrame.new(-0.425853729, -0.618420601, 0.0265960693, -1.00000978, -1.54078007e-005, 7.15255737e-007, -1.80006027e-005, 1.00000215, 2.44602561e-005, -1.9595027e-006, 2.64719129e-005, -0.999997973),})
  633. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 2.15257359, 0.846084595),CFrame = CFrame.new(-44.9485931, 3.78167272, -17.744936, 4.59522198e-010, 8.96133372e-008, 1.00000083, -0.0029340093, -0.999999464, 5.97107359e-008, 0.999999821, -0.00293400628, 9.48148227e-010),CanCollide = false,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),})
  634. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  635. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, -0.999995768, -0.00293399929, 1, 0, 0),C1 = CFrame.new(-0.950954437, -0.117745638, 0.0251293182, -1, -1.82984604e-005, 2.08564757e-006, -1.8298404e-005, 1, 2.67475443e-005, -2.0861371e-006, 2.67475061e-005, -1),})
  636. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.57066298, 0.995499909),CFrame = CFrame.new(-46.9116974, 3.71618819, -17.7451305, 4.59749572e-010, 8.96133301e-008, 1.00000083, -0.00293401023, -0.999999702, 5.97125549e-008, 1, -0.00293400674, 9.48148227e-010),CanCollide = false,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),})
  637. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  638. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, -0.999995768, -0.00293399929, 1, 0, 0),C1 = CFrame.new(1.01214981, -0.183193922, 0.0253257751, -1, -1.82984622e-005, 2.08564779e-006, -1.8298404e-005, 1.00000012, 2.67473515e-005, -2.0861371e-006, 2.67473515e-005, -1.00000012),})
  639. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.01260495, 1.2839787),CFrame = CFrame.new(-44.7242393, 3.6621809, -17.745285, 4.59749572e-010, 8.96115111e-008, 1.00000083, -0.00293401117, -0.99999994, 5.97125549e-008, 1.00000024, -0.00293400744, 9.483756e-010),CanCollide = false,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),})
  640. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  641. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, -0.999995768, -0.00293399929, 1, 0, 0),C1 = CFrame.new(-1.17530823, -0.237241268, 0.0254745483, -1, -1.82984677e-005, 2.08564825e-006, -1.8298404e-005, 1.00000036, 2.67471187e-005, -2.08613733e-006, 2.67473515e-005, -1.00000036),})
  642. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.01260495, 0.923942685),CFrame = CFrame.new(-44.6139832, 4.07930279, -17.7440662, 4.59522198e-010, -0.866025925, 0.500000775, -0.0029340121, -0.500000417, -0.866025269, 1.00000048, -0.00146700582, -0.00254092435),CanCollide = false,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),})
  643. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  644. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.866025269, -0.499998182, -0.00146700058, 0.500000298, -0.866021514, -0.00254091714),C1 = CFrame.new(-1.28557205, 0.179877043, 0.0242671967, -1, -1.82984713e-005, 2.08564893e-006, -1.8298404e-005, 1.0000006, 2.67468859e-005, -2.08613756e-006, 2.67473515e-005, -1.0000006),})
  645. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.01260495, 0.923942685),CFrame = CFrame.new(-47.0352287, 4.08651876, -17.7440434, 6.73253453e-010, -0.500000238, 0.866026223, -0.00293401279, -0.866025746, -0.49999994, 1.00000072, -0.00254092668, -0.00146700302),CanCollide = false,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),})
  646. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  647. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.499999881, -0.866021812, -0.00254091783, 0.866025507, -0.499997735, -0.0014669993),C1 = CFrame.new(1.13567352, 0.187137604, 0.0242500305, -1, -1.83284301e-005, 2.08534766e-006, -1.82688236e-005, 1.00000072, 2.67464202e-005, -2.0863954e-006, 2.67475843e-005, -1.00000083),})
  648. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.535555363, 1.32268262),CFrame = CFrame.new(-47.0878906, 3.62296343, -17.7454033, 4.4110493e-010, 5.96582055e-008, 1.00000083, -0.00293401396, -1.00000048, 1.1909529e-007, 1.00000095, -0.00293400954, 8.58790372e-010),CanCollide = false,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),})
  649. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  650. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, -0.999995768, -0.00293399929, 1, 0, 0),C1 = CFrame.new(1.18834305, -0.27641511, 0.0255966187, -1, -1.83284319e-005, 2.08558049e-006, -1.82390213e-005, 1.00000095, 2.67459545e-005, -2.08604615e-006, 2.67473515e-005, -1.00000107),})
  651. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.31953299, 0.491899252),CFrame = CFrame.new(-45.0175133, 4.9122715, -17.7416191, 4.41332304e-010, -0.258819103, 0.965926766, -0.00293401489, -0.965926647, -0.258818984, 1.00000119, -0.00283403695, -0.00075937662),CanCollide = false,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),})
  652. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  653. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.258818954, -0.96592176, -0.00283402577, 0.965925932, -0.258817822, -0.000759374525),C1 = CFrame.new(-0.88205719, 1.01285028, 0.0218429565, -1, -1.83284355e-005, 2.08558072e-006, -1.82390213e-005, 1.00000119, 2.67457217e-005, -2.08604615e-006, 2.67471187e-005, -1.00000131),})
  654. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.31953299, 0.491899252),CFrame = CFrame.new(-46.8536949, 4.70655823, -17.742218, 4.99994712e-010, 0.500000417, 0.866026342, -0.00293401582, -0.866026282, 0.500000417, 1.00000143, -0.00254092808, 0.00146700628),CanCollide = false,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),})
  655. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  656. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0.499999881, -0.866021812, -0.00254091783, 0.866025507, 0.499997735, 0.0014669993),C1 = CFrame.new(0.954128265, 0.807171345, 0.0224399567, -1.00000012, -1.83284319e-005, 2.08552251e-006, -1.82390213e-005, 1.00000143, 2.67454889e-005, -2.08610436e-006, 2.6746653e-005, -1.00000155),})
  657. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.31953299, 0.300179988),CFrame = CFrame.new(-46.4828606, 4.99951553, -17.7413654, 7.91487764e-010, 5.96730203e-008, 1.00000107, -0.00293301675, -1.00000119, 8.92965915e-008, 1.00000167, -0.00293301255, 1.2066721e-009),CanCollide = false,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),})
  658. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  659. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293299928, 0.999995768, 0, -0.999995768, -0.00293299928, 1, 0, 0),C1 = CFrame.new(0.5832901, 1.10012054, 0.0215950012, -1.00000024, -1.83284301e-005, 2.08523147e-006, -1.82688236e-005, 1.00000167, 2.6745256e-005, -2.0863954e-006, 2.6746653e-005, -1.00000179),})
  660. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.325833619, 1.17821801),CFrame = CFrame.new(-47.0673218, 3.01346016, -17.7471867, 7.91487764e-010, -0.520610511, 0.853795588, -0.00293401768, -0.853795886, -0.520610631, 1.00000191, -0.00250504538, -0.00152747543),CanCollide = false,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),})
  661. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  662. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, -0.520609975, -0.853790998, -0.00250503281, 0.853794634, -0.52060771, -0.00152746914),C1 = CFrame.new(1.16778564, -0.885916471, 0.0273647308, -1.00000024, -1.83284337e-005, 2.08523193e-006, -1.82688236e-005, 1.00000191, 2.67450232e-005, -2.0863954e-006, 2.6746653e-005, -1.00000203),})
  663. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.31953299, 0.300179988),CFrame = CFrame.new(-46.4828644, 2.60304928, -17.7483959, 7.63293428e-010, -2.97303107e-008, 1.00000107, -0.00293301838, -1.00000155, 5.94942726e-008, 1.00000215, -0.00293301395, 1.20598997e-009),CanCollide = false,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),})
  664. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  665. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293299928, 0.999995768, 0, -0.999995768, -0.00293299928, 1, 0, 0),C1 = CFrame.new(0.583335876, -1.29633641, 0.0285606384, -1.00000024, -1.84178389e-005, 2.08499841e-006, -1.82986259e-005, 1.00000203, 2.67447904e-005, -2.0863954e-006, 2.6746653e-005, -1.00000226),})
  666. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.325833619, 1.17821801),CFrame = CFrame.new(-44.7909927, 2.92676973, -17.747448, 7.63520802e-010, 0.479103506, 0.877759695, -0.00293501932, -0.877760231, 0.479103863, 1.00000238, -0.00257623428, 0.0014061752),CanCollide = false,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),})
  667. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  668. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.0029349993, 0.999995768, 0.479102999, -0.877754986, -0.00257622125, 0.877758741, 0.479100913, 0.00140616682),C1 = CFrame.new(-1.10853958, -0.972648382, 0.0276184082, -1.00000024, -1.84178425e-005, 2.08499887e-006, -1.82986259e-005, 1.00000226, 2.67445575e-005, -2.0863954e-006, 2.6746653e-005, -1.0000025),})
  669. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.535555363, 0.200000003),CFrame = CFrame.new(-44.0244217, 3.63614631, -17.7453651, 8.51514415e-010, 8.2655216e-011, 1.00000119, -0.00293402048, -1.00000203, 2.96955935e-008, 1.00000262, -0.00293401559, 9.72022463e-010),CanCollide = false,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),})
  670. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 0.704319298),MeshType = Enum.MeshType.Brick,})
  671. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, -0.999995768, -0.00293399929, 1, 0, 0),C1 = CFrame.new(-1.87512207, -0.263288498, 0.0255527496, -1.00000036, -1.83880347e-005, 2.08499864e-006, -1.83284283e-005, 1.0000025, 2.67440919e-005, -2.08616257e-006, 2.67464202e-005, -1.00000274),})
  672. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.30513069),CFrame = CFrame.new(-45.3412476, 4.23981905, -17.7435913, -8.51741788e-010, -0.500000477, 0.866026521, 0.00293402141, 0.866027474, 0.500001013, -1.00000286, 0.00254093227, 0.00146700873),CanCollide = false,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),})
  673. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.879840851, 1),MeshType = Enum.MeshType.Brick,})
  674. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.499999881, 0.866021812, 0.00254091783, 0.866025507, 0.499997735, 0.0014669993),C1 = CFrame.new(-0.558311462, 0.340405941, 0.0237979889, -1.00000036, -1.83880402e-005, 2.0849991e-006, -1.83284283e-005, 1.00000274, 2.67438591e-005, -2.08616257e-006, 2.67464202e-005, -1.00000298),})
  675. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-45.3795357, 4.04225731, -17.744173, -1.17302079e-009, -0.258819312, 0.965927243, 0.00293402234, 0.965928316, 0.25881955, -1.0000031, 0.0028340423, 0.000759380287),CanCollide = false,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),})
  676. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  677. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, 0.00293399929, -0.999995768, -0.258818954, 0.96592176, 0.00283402577, 0.965925932, 0.258817822, 0.000759374525),C1 = CFrame.new(-0.520019531, 0.142845869, 0.0243740082, -1.00000048, -1.83582324e-005, 2.08476581e-006, -1.83880329e-005, 1.00000298, 2.67436262e-005, -2.08639563e-006, 2.67464202e-005, -1.00000322),})
  678. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.363187611, 0.982448757),CFrame = CFrame.new(-45.7493286, 2.91565895, -17.7474766, 1.2316832e-009, -0.96592766, 0.258818567, -0.00293302326, -0.258818805, -0.965928733, 1.00000334, -0.000759119226, -0.00283307768),CanCollide = false,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),})
  679. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  680. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293299928, 0.999995768, -0.965926111, -0.258817017, -0.000759113347, 0.25881815, -0.965921938, -0.00283306045),C1 = CFrame.new(-0.150203705, -0.983741522, 0.0276489258, -1.00000072, -1.83582342e-005, 2.0847076e-006, -1.84029341e-005, 1.00000322, 2.67433934e-005, -2.08639563e-006, 2.67464202e-005, -1.00000346),})
  681. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.492800981, 0.942844689),CFrame = CFrame.new(-46.0714722, 2.93029332, -17.7474289, 1.23236532e-009, -1.00000167, 2.98979721e-008, -0.00293302396, 2.99035996e-008, -1.00000286, 1.00000358, -1.14414433e-009, -0.00293301814),CanCollide = false,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),})
  682. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  683. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293299928, 0.999995768, -1, 0, 0, 0, -0.999995768, -0.00293299928),C1 = CFrame.new(0.17193985, -0.969101191, 0.0276031494, -1.00000083, -1.83582342e-005, 2.0847076e-006, -1.83880329e-005, 1.00000334, 2.67429277e-005, -2.08633742e-006, 2.6746653e-005, -1.0000037),})
  684. Eye2 = New("Part",Model,"Eye2",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-45.3610802, 3.90369511, -17.7445793, 1.23259269e-009, 2.98995246e-008, 1.00000167, -0.0029340249, -1.0000031, -2.99035996e-008, 1.00000381, -0.00293401885, 1.14437171e-009),CanCollide = false,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),})
  685. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  686. mot = New("Motor",Eye2,"mot",{Part0 = Eye2,Part1 = W3d,C0 = CFrame.new(0, 0, 0, 0, -0.00293399929, 0.999995768, 0, -0.999995768, -0.00293399929, 1, 0, 0),C1 = CFrame.new(-0.538471222, 0.00428390503, 0.0247764587, -1.00000083, -1.83582379e-005, 2.08470783e-006, -1.83880329e-005, 1.00000358, 2.67426949e-005, -2.08633764e-006, 2.6746653e-005, -1.00000393),})
  687. Hitbox = New("Part",Eye2,"Hitbox",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(0.225023165, 4.50000048, 4.42007256),CFrame = CFrame.new(-45.8067703, 2.15377712, 2.25294924, 0, 1, 0, 0.000304999994, 0, -1, -1, 0, -0.000304999994),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  688. Mesh = New("SpecialMesh",Hitbox,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  689. mot = New("Motor",Hitbox,"mot",{Part0 = Hitbox,Part1 = Sphere,C0 = CFrame.new(0, 0, 0, 0, 0.000304999994, -1, 1, 0, 0, 0, -1, -0.000304999994),C1 = CFrame.new(0.101303101, -0.0297417641, 0.0238523483, 1, 0, 0, 0, 1, 0.000303000008, 0, -0.000303000008, 1),})
  690.  
  691. --
  692. function rayCast(Position, Direction, Range, Ignore)
  693. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  694. end
  695.  
  696. FindNearestTorso = function(pos)
  697. local list = (game.Workspace:children())
  698. local torso = nil
  699. local dist = 1000
  700. local temp, human, temp2 = nil, nil, nil
  701. for x = 1, #list do
  702. temp2 = list[x]
  703. if temp2.className == "Model" and temp2.Name ~= Character.Name then
  704. temp = temp2:findFirstChild("Torso")
  705. human = temp2:findFirstChild("Humanoid")
  706. if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
  707. local dohit = true
  708. if dohit == true then
  709. torso = temp
  710. dist = (temp.Position - pos).magnitude
  711. end
  712. end
  713. end
  714. end
  715. return torso, dist
  716. end
  717.  
  718. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  719. if hit.Parent == nil then
  720. return
  721. end
  722. local h = hit.Parent:FindFirstChild("Humanoid")
  723. for _, v in pairs(hit.Parent:children()) do
  724. if v:IsA("Humanoid") then
  725. h = v
  726. end
  727. end
  728. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  729. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  730. if hit.Parent.DebounceHit.Value == true then
  731. return
  732. end
  733. end
  734. local c = Create("ObjectValue"){
  735. Name = "creator",
  736. Value = game:service("Players").LocalPlayer,
  737. Parent = h,
  738. }
  739. game:GetService("Debris"):AddItem(c, .5)
  740. if HitSound ~= nil and HitPitch ~= nil then
  741. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  742. end
  743. local Damage = math.random(minim, maxim)
  744. local blocked = false
  745. local block = hit.Parent:findFirstChild("Block")
  746. if block ~= nil then
  747. if block.className == "IntValue" then
  748. if block.Value > 0 then
  749. blocked = true
  750. block.Value = block.Value - 1
  751. print(block.Value)
  752. end
  753. end
  754. end
  755. if blocked == false then
  756. h.Health = h.Health - Damage
  757. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
  758. else
  759. h.Health = h.Health - (Damage / 2)
  760. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
  761. end
  762. if Type == "Knockdown" then
  763. local hum = hit.Parent.Humanoid
  764. hum.PlatformStand = true
  765. coroutine.resume(coroutine.create(function(HHumanoid)
  766. swait(1)
  767. HHumanoid.PlatformStand = false
  768. end), hum)
  769. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  770. local bodvol = Create("BodyVelocity"){
  771. velocity = angle * knockback,
  772. P = 5000,
  773. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  774. Parent = hit,
  775. }
  776. local rl = Create("BodyAngularVelocity"){
  777. P = 3000,
  778. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  779. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  780. Parent = hit,
  781. }
  782. game:GetService("Debris"):AddItem(bodvol, .5)
  783. game:GetService("Debris"):AddItem(rl, .5)
  784. elseif Type == "Normal" then
  785. local vp = Create("BodyVelocity"){
  786. P = 500,
  787. maxForce = Vector3.new(math.huge, 0, math.huge),
  788. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  789. }
  790. if knockback > 0 then
  791. vp.Parent = hit.Parent.Torso
  792. end
  793. game:GetService("Debris"):AddItem(vp, .5)
  794. elseif Type == "Up" then
  795. local bodyVelocity = Create("BodyVelocity"){
  796. velocity = Vector3.new(0, 20, 0),
  797. P = 5000,
  798. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  799. Parent = hit,
  800. }
  801. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  802. elseif Type == "DarkUp" then
  803. coroutine.resume(coroutine.create(function()
  804. for i = 0, 1, 0.1 do
  805. swait()
  806. Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  807. end
  808. end))
  809. local bodyVelocity = Create("BodyVelocity"){
  810. velocity = Vector3.new(0, 20, 0),
  811. P = 5000,
  812. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  813. Parent = hit,
  814. }
  815. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  816. elseif Type == "Snare" then
  817. local bp = Create("BodyPosition"){
  818. P = 2000,
  819. D = 100,
  820. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  821. position = hit.Parent.Torso.Position,
  822. Parent = hit.Parent.Torso,
  823. }
  824. game:GetService("Debris"):AddItem(bp, 1)
  825. elseif Type == "Freeze" then
  826. local BodPos = Create("BodyPosition"){
  827. P = 50000,
  828. D = 1000,
  829. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  830. position = hit.Parent.Torso.Position,
  831. Parent = hit.Parent.Torso,
  832. }
  833. local BodGy = Create("BodyGyro") {
  834. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  835. P = 20e+003,
  836. Parent = hit.Parent.Torso,
  837. cframe = hit.Parent.Torso.CFrame,
  838. }
  839. hit.Parent.Torso.Anchored = true
  840. coroutine.resume(coroutine.create(function(Part)
  841. swait(1.5)
  842. Part.Anchored = false
  843. end), hit.Parent.Torso)
  844. game:GetService("Debris"):AddItem(BodPos, 3)
  845. game:GetService("Debris"):AddItem(BodGy, 3)
  846. end
  847. local debounce = Create("BoolValue"){
  848. Name = "DebounceHit",
  849. Parent = hit.Parent,
  850. Value = true,
  851. }
  852. game:GetService("Debris"):AddItem(debounce, Delay)
  853. c = Create("ObjectValue"){
  854. Name = "creator",
  855. Value = Player,
  856. Parent = h,
  857. }
  858. game:GetService("Debris"):AddItem(c, .5)
  859. end
  860. end
  861.  
  862. function ShowDamage(Pos, Text, Time, Color)
  863. local Rate = (1 / 30)
  864. local Pos = (Pos or Vector3.new(0, 0, 0))
  865. local Text = (Text or "")
  866. local Time = (Time or 2)
  867. local Color = (Color or Color3.new(1, 0, 1))
  868. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  869. EffectPart.Anchored = true
  870. local BillboardGui = Create("BillboardGui"){
  871. Size = UDim2.new(3, 0, 3, 0),
  872. Adornee = EffectPart,
  873. Parent = EffectPart,
  874. }
  875. local TextLabel = Create("TextLabel"){
  876. BackgroundTransparency = 1,
  877. Size = UDim2.new(1, 0, 1, 0),
  878. Text = Text,
  879. Font = "SciFi",
  880. TextColor3 = Color,
  881. TextScaled = true,
  882. Parent = BillboardGui,
  883. }
  884. game.Debris:AddItem(EffectPart, (Time))
  885. EffectPart.Parent = game:GetService("Workspace")
  886. delay(0, function()
  887. local Frames = (Time / Rate)
  888. for Frame = 1, Frames do
  889. wait(Rate)
  890. local Percent = (Frame / Frames)
  891. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  892. TextLabel.TextTransparency = Percent
  893. end
  894. if EffectPart and EffectPart.Parent then
  895. EffectPart:Destroy()
  896. end
  897. end)
  898. end
  899.  
  900. function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
  901. for _, c in pairs(workspace:children()) do
  902. local hum = c:findFirstChild("Humanoid")
  903. if hum ~= nil then
  904. local head = c:findFirstChild("Torso")
  905. if head ~= nil then
  906. local targ = head.Position - Part.Position
  907. local mag = targ.magnitude
  908. if mag <= Magnitude and c.Name ~= Player.Name then
  909. Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch)
  910. end
  911. end
  912. end
  913. end
  914. end
  915.  
  916. EffectModel = Create("Model"){
  917. Parent = Character,
  918. Name = "Effects",
  919. }
  920.  
  921. Effects = {
  922. Block = {
  923. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  924. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  925. prt.Anchored = true
  926. prt.CFrame = cframe
  927. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  928. game:GetService("Debris"):AddItem(prt, 10)
  929. if Type == 1 or Type == nil then
  930. table.insert(Effects, {
  931. prt,
  932. "Block1",
  933. delay,
  934. x3,
  935. y3,
  936. z3,
  937. msh
  938. })
  939. elseif Type == 2 then
  940. table.insert(Effects, {
  941. prt,
  942. "Block2",
  943. delay,
  944. x3,
  945. y3,
  946. z3,
  947. msh
  948. })
  949. end
  950. end;
  951. };
  952.  
  953. Cylinder = {
  954. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  955. local prt = CFuncs.Part..Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.2, 0.2, 0.2))
  956. prt.Anchored = true
  957. prt.CFrame = cframe
  958. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  959. game:GetService("Debris"):AddItem(prt, 2)
  960. Effects[#Effects + 1] = {
  961. prt,
  962. "Cylinder",
  963. delay,
  964. x3,
  965. y3,
  966. z3
  967. }
  968. end;
  969. };
  970.  
  971. Head = {
  972. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  973. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  974. prt.Anchored = true
  975. prt.CFrame = cframe
  976. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  977. game:GetService("Debris"):AddItem(prt, 10)
  978. table.insert(Effects, {
  979. prt,
  980. "Cylinder",
  981. delay,
  982. x3,
  983. y3,
  984. z3,
  985. msh
  986. })
  987. end;
  988. };
  989.  
  990. Sphere = {
  991. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  992. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  993. prt.Anchored = true
  994. prt.CFrame = cframe
  995. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  996. game:GetService("Debris"):AddItem(prt, 10)
  997. table.insert(Effects, {
  998. prt,
  999. "Cylinder",
  1000. delay,
  1001. x3,
  1002. y3,
  1003. z3,
  1004. msh
  1005. })
  1006. end;
  1007. };
  1008.  
  1009. Elect = {
  1010. Create = function(cff, x, y, z)
  1011. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1))
  1012. prt.Anchored = true
  1013. prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z))
  1014. prt.CFrame = CFrame.new(prt.Position)
  1015. game:GetService("Debris"):AddItem(prt, 2)
  1016. local xval = math.random() / 2
  1017. local yval = math.random() / 2
  1018. local zval = math.random() / 2
  1019. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
  1020. table.insert(Effects, {
  1021. prt,
  1022. "Elec",
  1023. 0.1,
  1024. x,
  1025. y,
  1026. z,
  1027. xval,
  1028. yval,
  1029. zval
  1030. })
  1031. end;
  1032.  
  1033. };
  1034.  
  1035. Ring = {
  1036. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1037. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1038. prt.Anchored = true
  1039. prt.CFrame = cframe
  1040. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1041. game:GetService("Debris"):AddItem(prt, 10)
  1042. table.insert(Effects, {
  1043. prt,
  1044. "Cylinder",
  1045. delay,
  1046. x3,
  1047. y3,
  1048. z3,
  1049. msh
  1050. })
  1051. end;
  1052. };
  1053.  
  1054.  
  1055. Wave = {
  1056. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1057. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1058. prt.Anchored = true
  1059. prt.CFrame = cframe
  1060. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1061. game:GetService("Debris"):AddItem(prt, 10)
  1062. table.insert(Effects, {
  1063. prt,
  1064. "Cylinder",
  1065. delay,
  1066. x3,
  1067. y3,
  1068. z3,
  1069. msh
  1070. })
  1071. end;
  1072. };
  1073.  
  1074. Break = {
  1075. Create = function(brickcolor, cframe, x1, y1, z1)
  1076. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1077. prt.Anchored = true
  1078. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1079. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1080. local num = math.random(10, 50) / 1000
  1081. game:GetService("Debris"):AddItem(prt, 10)
  1082. table.insert(Effects, {
  1083. prt,
  1084. "Shatter",
  1085. num,
  1086. prt.CFrame,
  1087. math.random() - math.random(),
  1088. 0,
  1089. math.random(50, 100) / 100
  1090. })
  1091. end;
  1092. };
  1093.  
  1094. Fire = {
  1095. Create = function(brickcolor, cframe, x1, y1, z1, delay)
  1096. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1097. prt.Anchored = true
  1098. prt.CFrame = cframe
  1099. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1100. game:GetService("Debris"):AddItem(prt, 10)
  1101. table.insert(Effects, {
  1102. prt,
  1103. "Fire",
  1104. delay,
  1105. 1,
  1106. 1,
  1107. 1,
  1108. msh
  1109. })
  1110. end;
  1111. };
  1112.  
  1113. FireWave = {
  1114. Create = function(brickcolor, cframe, x1, y1, z1)
  1115. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new())
  1116. prt.Anchored = true
  1117. prt.CFrame = cframe
  1118. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1119. local d = Create("Decal"){
  1120. Parent = prt,
  1121. Texture = "rbxassetid://26356434",
  1122. Face = "Top",
  1123. }
  1124. local d = Create("Decal"){
  1125. Parent = prt,
  1126. Texture = "rbxassetid://26356434",
  1127. Face = "Bottom",
  1128. }
  1129. game:GetService("Debris"):AddItem(prt, 10)
  1130. table.insert(Effects, {
  1131. prt,
  1132. "FireWave",
  1133. 1,
  1134. 30,
  1135. math.random(400, 600) / 100,
  1136. msh
  1137. })
  1138. end;
  1139. };
  1140.  
  1141. Lightning = {
  1142. Create = function(p0, p1, tym, ofs, col, th, tra, last)
  1143. local magz = (p0 - p1).magnitude
  1144. local curpos = p0
  1145. local trz = {
  1146. -ofs,
  1147. ofs
  1148. }
  1149. for i = 1, tym do
  1150. local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym))
  1151. local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
  1152. local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz
  1153. li.Material = "Neon"
  1154. if tym == i then
  1155. local magz2 = (curpos - p1).magnitude
  1156. li.Size = Vector3.new(th, th, magz2)
  1157. li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2)
  1158. table.insert(Effects, {
  1159. li,
  1160. "Disappear",
  1161. last
  1162. })
  1163. else
  1164. do
  1165. do
  1166. li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2)
  1167. curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p
  1168. game.Debris:AddItem(li, 10)
  1169. table.insert(Effects, {
  1170. li,
  1171. "Disappear",
  1172. last
  1173. })
  1174. end
  1175. end
  1176. end
  1177. end
  1178. end
  1179. };
  1180.  
  1181. EffectTemplate = {
  1182.  
  1183. };
  1184. }
  1185. function Beem(Part, Dmg)
  1186. sp = Part.Position
  1187. dirr = Part.CFrame * CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  1188. local hit, pos = rayCast(sp, dirr.lookVector, 500, Character)
  1189. local las = Instance.new("Part", Character)
  1190. las.Anchored = true
  1191. las.Locked = true
  1192. las.CanCollide = false
  1193. las.TopSurface = 0
  1194. las.BottomSurface = 0
  1195. las.BrickColor = BrickColor.new("Really red")
  1196. las.Size = Vector3.new(1, 1, 1)
  1197. las.CFrame = CFrame.new((Part.Position + pos) / 2, pos) * CFrame.Angles(math.rad(90), 0, 0)
  1198. local msh = Instance.new("SpecialMesh", las)
  1199. mag = (Part.Position - pos).magnitude
  1200. msh.Scale = Vector3.new(0.1, mag, 0.1)
  1201. coroutine.resume(coroutine.create(function(Part, Mesh)
  1202. for i = 0, 0.8, 0.1 do
  1203. wait()
  1204. Part.Transparency = Part.Transparency + 0.2
  1205. Mesh.Scale = Mesh.Scale + Vector3.new(2.5, 0.7, 2.5)
  1206. end
  1207. Part.Parent = nil
  1208. end), las, msh)
  1209. if pos ~= nil then
  1210. local las2 = Instance.new("Part", Character)
  1211. las2.Anchored = true
  1212. las2.Locked = true
  1213. las2.CanCollide = false
  1214. las2.TopSurface = 0
  1215. las2.BottomSurface = 0
  1216. las2.Transparency = 1
  1217. las2.BrickColor = BrickColor.new("Really red")
  1218. las2.Size = Vector3.new(1, 1, 1)
  1219. las2.CFrame = CFrame.new(pos) * CFrame.Angles(math.rad(90), 0, 0)
  1220. local msh = Instance.new("SpecialMesh", las2)
  1221. msh.MeshType = "Sphere"
  1222. mag = (Part.Position - pos).magnitude
  1223. msh.Scale = Vector3.new(0.1, 0.1, 0.1)
  1224. Effects.Ring.Create(BrickColor.new("Really red"), las2.CFrame * CFrame.Angles(math.random(-4,4),math.random(-4,4),math.random(-4,4)), 8, 8, 8, 2.5, 2.5, 2.5, 0.09)
  1225. Effects.Sphere.Create(BrickColor.new("Really red"), las2.CFrame, 6, 6, 6, 9, 9, 9, 0.09)
  1226. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=228343252", las2, 1.2, 0.9)
  1227.  
  1228. coroutine.resume(coroutine.create(function(Part, Mesh)
  1229. for i = 0, 0.8, 0.1 do
  1230. wait()
  1231. Part.Transparency = Part.Transparency + 1
  1232. Mesh.Scale = Mesh.Scale + Vector3.new(0, 0, 0)
  1233. end
  1234. Part.Parent = nil
  1235. end), las2, msh)
  1236. end
  1237. if hit ~= nil and pos ~= nil then
  1238. if hit.Parent.className == "Hat" then
  1239. hit:BreakJoints()
  1240. hit.Velocity = Vector3.new(math.random(-5, 5), 20, math.random(-5, 5))
  1241. end
  1242. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Name ~= "Base" and hit.Parent.Name ~= Player.Name then
  1243. hit.Parent.Humanoid:TakeDamage(Dmg)
  1244. end
  1245. end
  1246. end
  1247. function attackone()
  1248. attack = true
  1249. local con = Hitbox.Touched:connect(function(hit)
  1250. Damage(Hitbox, hit, 15, 25, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149186", 1)
  1251. end)
  1252. for i = 0, 1, 0.1 do
  1253. swait()
  1254. PlayAnimationFromTable({
  1255. CFrame.new(3.1888485e-006, -0.135727808, -0.090551421, 0.887299776, 8.66027449e-007, -0.461193204, 0.111254968, 0.970466852, 0.21404773, 0.447572887, -0.241234511, 0.861094952) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1256. CFrame.new(0.170388967, 1.46516669, 0.0786629021, 0.89947015, 0.0952406526, 0.426477224, 0.0431619063, 0.951824009, -0.303592235, -0.434845537, 0.291479737, 0.852026463) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1257. CFrame.new(1.76999593, 0.524272799, 0.536947787, -0.824378848, -0.556176841, 0.105199724, -0.101877227, -0.0370285362, -0.994107544, 0.556795001, -0.830238819, -0.0261361897) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1258. CFrame.new(-1.54940248, 0.201853648, 0.296690404, 0.912440598, 0.242420107, 0.329674006, -0.259011656, 0.965851367, 0.00664581358, -0.316804975, -0.0914532915, 0.944071651) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1259. CFrame.new(0.444144607, -1.96865499, 0.0609999895, 0.952755094, 0.0323256031, 0.302014709, -0.0153191071, 0.998169243, -0.0585106462, -0.30335319, 0.0511197299, 0.951506019) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1260. CFrame.new(-0.641738653, -1.83772755, -0.31178546, 0.979474902, 0.166682214, 0.113340706, -0.127873763, 0.948499024, -0.289823711, -0.155811995, 0.269381702, 0.950345397) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1261. }, .3, false)
  1262. motr.C0 = clerp(motr.C0, CFrame.new(2.02863264, 2.17956877, 5.53378057, 0.193428919, -0.0124910157, -0.981034875, 0.130222961, 0.991398871, 0.013052864, 0.972433627, -0.130278081, 0.19339183) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1263. end
  1264. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=231917758", Hitbox, 1, 1)
  1265. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=159972643", RootPart, 2.2, 1)
  1266. for i = 0, .2, 0.1 do
  1267. swait()
  1268. PlayAnimationFromTable({
  1269. CFrame.new(-7.61821866e-007, -0.135726035, -0.0905515105, 0.98718524, -0.0342359059, -0.155862927, 0.0608490147, 0.983679473, 0.169328853, 0.147522032, -0.176643074, 0.973156929) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1270. CFrame.new(0.176366746, 1.45743966, 0.0633319616, 0.991438866, 0.0208096169, 0.128903434, 0.0107620265, 0.970836461, -0.239501983, -0.130128041, 0.238838792, 0.962300777) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1271. CFrame.new(2.02698541, 0.493261278, -0.362023592, 0.376805305, -0.925614357, 0.0354378, 0.0921622217, -0.00060473755, -0.99574393, 0.921696186, 0.37846756, 0.0850788057) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1272. CFrame.new(-1.66954982, 0.216622323, 0.167213038, 0.959444165, 0.276925802, 0.0527184531, -0.281814009, 0.937635601, 0.203520671, 0.00692941248, -0.210123435, 0.977650404) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1273. CFrame.new(0.440681338, -1.93650913, 0.00681057945, 0.99916929, 0.0382597931, -0.0140336007, -0.0377957597, 0.998774409, 0.0319615155, 0.0152392238, -0.0314045548, 0.999390602) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1274. CFrame.new(-0.746239841, -1.86186814, -0.212277442, 0.967113733, 0.16472356, -0.193797082, -0.198402971, 0.965338826, -0.169580624, 0.159145847, 0.202453628, 0.966273904) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1275. }, .3, false)
  1276. motr.C0 = clerp(motr.C0, CFrame.new(6.68535852, 2.17957497, -1.63628554, 0.985680759, -0.130871594, 0.106329605, 0.130222976, 0.991398811, 0.0130504724, -0.10712298, 0.000982958823, 0.994245291) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1277. end
  1278. for i = 0, 1, 0.1 do
  1279. swait()
  1280. PlayAnimationFromTable({
  1281. CFrame.new(1.3820827e-006, -0.135725722, -0.0905503631, 0.96990335, -0.0342345722, 0.241072059, -0.00993300416, 0.983679473, 0.179655433, -0.243288085, -0.176642954, 0.953733802) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1282. CFrame.new(-0.0447445028, 1.32461989, 0.168906212, 0.96942836, -0.0738906413, -0.233985081, 0.0162658244, 0.970836282, -0.239191175, 0.244835153, 0.228072733, 0.942357957) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1283. CFrame.new(1.15444815, 0.426336318, -0.85153687, 0.953193367, 0.30236128, -0.000511534512, -0.02835311, 0.0876985639, -0.995743513, -0.301029354, 0.949150503, 0.0921665132) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1284. CFrame.new(-1.76892877, 0.286314428, -0.0598289967, 0.880930066, 0.356498718, -0.311241388, -0.281813025, 0.923521221, 0.260172963, 0.38018924, -0.141482264, 0.914023519) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1285. CFrame.new(0.47067669, -1.95908511, 0.0229037106, 0.956264436, 0.07208848, -0.283481628, -0.0539168268, 0.995989501, 0.071400106, 0.287491798, -0.052992925, 0.956315935) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1286. CFrame.new(-0.598981798, -2.05361271, -0.354111671, 0.939836681, 0.0789397657, -0.332379043, -0.170964986, 0.951018572, -0.257555306, 0.295767248, 0.298885047, 0.90729785) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1287. }, .3, false)
  1288. motr.C0 = clerp(motr.C0, CFrame.new(-0.855638802, 1.63974154, -5.48237848, -0.33147788, 0.0311269723, 0.942949355, 0.130222961, 0.991398871, 0.0130513823, -0.934432626, 0.127119914, -0.332680285) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1289. end
  1290. con:Disconnect()
  1291. attack = false
  1292. end
  1293. attacktwo = function()
  1294. attack = true
  1295. local con = Hitbox.Touched:connect(function(hit)
  1296. Damage(Hitbox, hit, 15, 25, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149186", 1)
  1297. end)
  1298.  
  1299. for i = 0, 1, 0.1 do
  1300. swait()
  1301. PlayAnimationFromTable({
  1302. CFrame.new(0, -0.0157033913, -0.12434648, 1, 0, 0, 0, 0.968592644, 0.248652905, 0, -0.248652905, 0.968592644) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1303. CFrame.new(0, 1.53016877, -0.177580431, 1, 0, 0, 0, 0.959844053, 0.280533969, 0, -0.280533969, 0.959844053) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1304. CFrame.new(1.61450207, 0.0604900531, 0.0873810202, 0.989498615, -0.144265711, -0.008941615, 0.144542545, 0.987612367, 0.061069712, 2.05785036e-005, -0.0617208332, 0.998093486) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1305. CFrame.new(-1.62296021, 0.0289408118, 0.355457932, 0.98650521, 0.153734595, 0.0563320816, -0.163730368, 0.926278889, 0.339410931, -2.23517418e-008, -0.344053835, 0.938949883) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1306. CFrame.new(0.594041765, -1.96204889, -0.355085373, 0.989354014, -0.0917348862, -0.112975277, 0.0548789017, 0.954170465, -0.294188797, 0.134785041, 0.284856886, 0.949046731) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1307. CFrame.new(-0.549505055, -1.97664773, -0.16808717, 0.999183774, -7.10019322e-007, 0.0403949916, 0.0055563678, 0.990497172, -0.13742128, -0.0400110222, 0.137533545, 0.989688754) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1308. }, .3, false)
  1309. motr.C0 = clerp(motr.C0, CFrame.new(0.16015625, -1.86380208, -2.65159225, 1, 0, 0, 0, 0.741740227, 0.670687258, 0, -0.670687258, 0.741740227) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1310. end
  1311. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=231917758", Hitbox, 1, 1)
  1312. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=159972627", RootPart, 2.2, 1)
  1313. for i = 0, 1, 0.1 do
  1314. swait()
  1315. PlayAnimationFromTable({
  1316. CFrame.new(0, -0.0157023482, -0.124346256, 1, 0, 0, 0, 0.968592644, 0.248652905, 0, -0.248652905, 0.968592644) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1317. CFrame.new(0, 1.39549804, 0.181215167, 1, 0, -0, 0, 0.93622452, -0.35140264, 0, 0.35140264, 0.93622452) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1318. CFrame.new(1.66558266, 0.181276932, 0.184540361, 0.973157644, -0.228790149, -0.0248844326, 0.229642391, 0.958259821, 0.170301393, -0.0151175335, -0.171444625, 0.985077798) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1319. CFrame.new(-1.62620044, 1.3525722, -0.584102333, 0.986748874, 0.152566627, 0.0552284904, 0.159316525, -0.846534729, -0.507934153, -0.0307409689, 0.510002255, -0.859623611) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1320. CFrame.new(0.594041586, -1.96204603, -0.355085015, 0.989354014, -0.0917348862, -0.112975277, 0.0548789017, 0.954170465, -0.294188797, 0.134785041, 0.284856886, 0.949046731) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1321. CFrame.new(-0.54950124, -1.97664273, -0.168086126, 0.999183774, -7.10019322e-007, 0.0403949916, 0.0055563678, 0.990497172, -0.13742128, -0.0400110222, 0.137533545, 0.989688754) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1322. }, .3, false)
  1323. motr.C0 = clerp(motr.C0, CFrame.new(0.16015625, 3.0010252, -3.93542266, 1, 0, -0, 0, 0.838179111, -0.545395076, 0, 0.545395076, 0.838179111) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1324. end
  1325. con:Disconnect()
  1326. attack = false
  1327. end
  1328. attackthree = function()
  1329. attack = true
  1330. local con = RightLeg.Touched:connect(function(hit)
  1331. Damage(RightLeg, hit, 15, 25, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149186", 1)
  1332. end)
  1333. for i = 0, 1, 0.1 do
  1334. swait()
  1335. PlayAnimationFromTable({
  1336. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1337. CFrame.new(0, 1.55453968, -0.0703605115, 1, 0, 0, 0, 0.98677212, 0.162114009, 0, -0.162114009, 0.98677212) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1338. CFrame.new(1.5512929, 0.0850069597, 0, 0.99147135, -0.130325049, 0, 0.130325049, 0.99147135, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1339. CFrame.new(-1.56969881, 0.0500169247, 0, 0.992582738, 0.121570967, 0, -0.121570967, 0.992582738, 0, -0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1340. CFrame.new(0.5, -1.82836175, 0.389226913, 1, 0, 0, 0, 0.914989769, 0.403476924, 0, -0.403476924, 0.914989769) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1341. CFrame.new(-0.565449357, -1.99361193, 0, 0.995276093, 0.097085014, 0, -0.097085014, 0.995276093, 0, -0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1342. }, .3, false)
  1343. motr.C0 = clerp(motr.C0, CFrame.new(-0.377030611, 2.23529887, 3.38560438, 0.999624133, 0.0181941353, -0.0205119029, -0.017229002, 0.998779655, 0.0462857895, 0.0213290025, -0.0459149815, 0.998717666) * CFrame.new(0- 0.5 * math.cos((sine) / 60),0 + 0.5 * math.cos((sine) / 30), 0) * CFrame.Angles(0, 0, 0), 0.3)
  1344. end
  1345. Torso.Velocity = RootPart.CFrame.lookVector * 60
  1346. --Torso.Velocity = Vector3.new(0, 40, 0)
  1347. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199145095", RightLeg, 1, 0.8)
  1348. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=159882477", RootPart, 2.2, 1)
  1349. for i = 0, 1, 0.1 do
  1350. swait()
  1351. PlayAnimationFromTable({
  1352. CFrame.new(0, -0.00213143881, 0.049953457, 1, 0, -0, 0, 0.995428622, -0.0955089629, 0, 0.0955089629, 0.995428622) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1353. CFrame.new(0, 1.55725658, -0.0331232771, 1, 0, -0, 0, 0.99733007, 0.0730267763, -0, -0.0730267763, 0.99733007) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1354. CFrame.new(1.53314447, 0.223051548, 0.306677878, 0.991471469, -0.11866843, -0.0538730845, 0.130324632, 0.902787685, 0.409865797, -2.17370689e-006, -0.413391173, 0.910553634) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1355. CFrame.new(-1.5310266, 0.365730882, 0.489296556, 0.992583096, 0.101924911, 0.0662593469, -0.121568866, 0.832199454, 0.540985525, -1.09057873e-006, -0.54502815, 0.838417828) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1356. CFrame.new(0.559038937, -1.54237294, -0.907594442, 0.998593748, -0.0530143008, 4.13909582e-008, 0.0187391378, 0.352975488, -0.935444951, 0.0495919436, 0.934129536, 0.353472531) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1357. CFrame.new(-0.565448523, -1.99360824, -2.19610229e-007, 0.995276213, 0.0970847905, -2.8573902e-007, -0.0970847979, 0.995276213, 1.88499689e-006, 4.67523932e-007, -1.84774399e-006, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1358. }, .3, false)
  1359. motr.C0 = clerp(motr.C0, CFrame.new(-0.377030611, 2.23529887, 3.38560438, 0.999624133, 0.0181941353, -0.0205119029, -0.017229002, 0.998779655, 0.0462857895, 0.0213290025, -0.0459149815, 0.998717666) * CFrame.new(0- 0.5 * math.cos((sine) / 60),0 + 0.5 * math.cos((sine) / 30), 0) * CFrame.Angles(0, 0, 0), 0.3)
  1360. end
  1361. attack = false
  1362. con:Disconnect()
  1363. end
  1364. attackfour = function()
  1365. attack = true
  1366. local ref = New("Part",Model,"ref",{Transparency = 1,CanCollide = false, BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.8233452, -2.94440603, -41.9271126, -1, -0, 0, 0, -0.0611380227, 0.998129368, 0, 0.998129368, 0.0611380227),Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1367. local mot = New("Motor",ref,"mot",{Part0 = ref,Part1 = RootPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.0611380227, 0.998129368, 0, 0.998129368, 0.0611380227),C1 = CFrame.new(0.16015625, -2.91722918, -7.77282715, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1368.  
  1369. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199145497", RootPart, 1, 1)
  1370. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=159882584", RootPart, 2.2, 1)
  1371. Humanoid.Jump = true
  1372. Torso.Velocity = Vector3.new(0, 90, 0)
  1373. for i = 0, 1, 0.1 do
  1374. swait()
  1375. PlayAnimationFromTable({
  1376. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1377. CFrame.new(0, 1.46795857, 0.132517934, 1, 0, -0, 0, 0.972055614, -0.234750897, 0, 0.234750912, 0.972055614) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1378. CFrame.new(1.69050443, 0.337467134, 0.508190036, 0.790086865, -0.513706088, -0.334467947, 0.612994909, 0.662113965, 0.431094438, 0, -0.545629144, 0.838026762) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1379. CFrame.new(-1.84881663, 0.417017847, 0.309735924, 0.76242888, 0.62015909, 0.184675008, -0.647071958, 0.730718195, 0.217597991, -0, -0.285401046, 0.958408237) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1380. CFrame.new(0.586394787, -1.3048085, -0.2875247, 0.991395891, -0.130897745, 1.22869665e-006, 0.120959982, 0.916132748, 0.382190466, -0.050028991, -0.378901899, 0.92408365) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1381. CFrame.new(-0.5, -1.91453815, 0.275938064, 1, 0, 0, 0, 0.955236971, 0.295841992, 0, -0.295841992, 0.955236971) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1382. }, .3, false)
  1383. motr.C0 = clerp(motr.C0, CFrame.new(-0.377030611, 2.23529887, 3.38560438, 0.999624133, 0.0181941353, -0.0205119029, -0.017229002, 0.998779655, 0.0462857895, 0.0213290025, -0.0459149815, 0.998717666) * CFrame.new(0- 0.5 * math.cos((sine) / 60),0 + 0.5 * math.cos((sine) / 30), 0) * CFrame.Angles(0, 0, 0), 0.3)
  1384. end
  1385. for i = 0, 1.5, 0.1 do
  1386. swait()
  1387. PlayAnimationFromTable({
  1388. CFrame.new(0, 0.0446925536, -0.113902621, 1, 0, 0, 0, 0.959784448, 0.280738115, 0, -0.280738115, 0.959784448) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1389. CFrame.new(0, 1.4780724, -0.108031765, 1, 0, 0, 0, 0.980096817, 0.198520318, 0, -0.198520318, 0.980096817) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1390. CFrame.new(1.52336431, 1.37410688, 0.429173201, 0.961683333, -0.177957356, 0.208558023, -0.239297733, -0.916084111, 0.321755826, 0.133797854, -0.359334648, -0.923567533) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1391. CFrame.new(-1.52519119, 1.33760417, 0.33274734, 0.972769022, 0.161078379, -0.166655868, 0.199760884, -0.947310805, 0.250395894, -0.117541522, -0.276868761, -0.953691661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1392. CFrame.new(0.497251898, -1.93572879, 0.243175536, 0.999088347, -0.0412701331, -0.0109227467, 0.0426911041, 0.965871334, 0.25548023, 6.2668696e-006, -0.255713612, 0.966752648) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1393. CFrame.new(-0.613620698, -1.90004504, 0.308153152, 0.99603647, 0.0889458209, 5.18413913e-007, -0.0854247287, 0.956604838, 0.278585613, 0.0247785319, -0.277481496, 0.960411429) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1394. }, .3, false)
  1395. motr.C0 = clerp(motr.C0, CFrame.new(0.16015625, 6.59590435, 0.365743309, 1, 0, -0, 0, 0.996492445, -0.0836840272, 0, 0.0836840346, 0.996492445) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1396. end
  1397. coroutine.wrap(function()
  1398. wait(.1)
  1399. MagnitudeDamage(ref, 12, 15, 25, math.random(1, 5), "Normal", "http://www.roblox.com/asset/?id=199145477", 1)
  1400. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199145477", ref, 1, 1)
  1401. Effects.Sphere.Create(BrickColor.new("Really black"), ref.CFrame, 1, 1, 1, 7.5, 7.5, 7.5, 0.07)
  1402. Effects.Sphere.Create(BrickColor.new("Really red"), ref.CFrame, 1, 1, 1, 6.5, 6.5, 6.5, 0.07)
  1403. Effects.Wave.Create(BrickColor.new("Really red"), ref.CFrame* CFrame.Angles(math.rad(90),0,0), 1, 1, 1, 1.2, .5, 1.2, 0.07)
  1404. end)()
  1405. for i = 0, 1.2, 0.1 do
  1406. swait()
  1407. PlayAnimationFromTable({
  1408. CFrame.new(0, -2.52295923, -0.584590793, 1, 0, 0, 0, -0.0135839973, 0.999907732, 0, -0.999907732, -0.0135839982) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1409. CFrame.new(0, 1.46205437, -0.000206507742, 1, 0, 0, 0, 0.997810066, 0.0661448836, 0, -0.0661448836, 0.997810066) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1410. CFrame.new(1.58987796, 1.20756996, -0.0198090896, 0.962880969, -0.269926339, -1.14066779e-006, -0.26989004, -0.962751448, -0.0164019652, 0.00442622229, 0.0157934465, -0.999865532) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1411. CFrame.new(-1.62800121, 1.23728025, -0.0652080923, 0.976427615, 0.215845466, -3.47263239e-007, 0.215546325, -0.97507441, -0.0526290238, -0.0113600753, 0.0513883606, -0.998614192) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1412. CFrame.new(0.494747847, -1.93533611, -0.257378459, 0.996715009, -0.0784583315, 0.0200892054, 0.0809894279, 0.965555847, -0.247270226, 3.16055957e-006, 0.248084933, 0.968738317) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1413. CFrame.new(-0.540820956, -1.81960273, -0.311453491, 0.995794892, 0.0869645029, -0.0288037509, -0.0916104838, 0.945302486, -0.313066721, 2.5635818e-006, 0.31438899, 0.949294269) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1414. }, .8, false)
  1415. motr.C0 = clerp(motr.C0, CFrame.new(0.16015625, -2.91722918, -7.77282524, 1, 0, 0, 0, -0.0611380227, 0.998129368, 0, -0.998129368, -0.0611380227) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1416. end
  1417. attack = false
  1418. wait(1)
  1419. ref:Remove()
  1420. end
  1421. spank = function()
  1422. attack = true
  1423.  
  1424. attack = false
  1425. end
  1426. aa2 = function()
  1427. attack = true
  1428.  
  1429. attack = false
  1430. end
  1431. aa3 = function()
  1432. attack = true
  1433.  
  1434. attack = false
  1435. end
  1436. Watergunshoot = function()
  1437. attack = true
  1438. local ref = New("Part",Model,"ref",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-63.7534943, 0.396845818, -9.92230225, -1, 0, 0, 0, 0.00350399944, -0.999993861, 0, -0.999993861, -0.00350399921),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1439. mot = New("Motor",ref,"mot",{Part0 = ref,Part1 = RootPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0.00350399944, -0.999993861, 0, -0.999993861, -0.00350399921),C1 = CFrame.new(0.16015625, 0.531864166, -3.29763794, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  1440.  
  1441. for i = 0, 1, 0.1 do
  1442. swait()
  1443. PlayAnimationFromTable({
  1444. CFrame.new(0, -0.00210787077, -0.0458669737, 1, 0, 0, 0, 0.99578476, 0.0917209759, 0, -0.0917209759, 0.99578476) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1445. CFrame.new(0, 1.40754497, 0.206716642, 1, 0, -0, 0, 0.975682199, -0.219190434, 0, 0.219190434, 0.975682199) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1446. CFrame.new(1.95036316, 0.310376257, 0.21589011, 0.145582005, -0.977177262, -0.154694855, 0.989346206, 0.143791646, 0.0227615014, 1.8030405e-006, -0.156360433, 0.987700164) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1447. CFrame.new(-1.93764758, 0.329942942, 0.227602825, 0.15245606, 0.969210148, 0.19336246, -0.988310337, 0.149509609, 0.0298281983, 2.4586916e-007, -0.195649609, 0.980673969) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1448. CFrame.new(0.539771438, -1.98573685, 0.130261451, 0.993277669, -0.0736663789, -0.0892904848, 0.0811407641, 0.993224859, 0.0831893161, 0.0825572833, -0.089875184, 0.992525458) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1449. CFrame.new(-0.52309376, -1.98177481, -0.172783673, 0.991188109, 0.0202227402, 0.130909711, -1.41747296e-006, 0.988279283, -0.152657196, -0.132462516, 0.151311785, 0.979570687) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1450. }, .3, false)
  1451. motr.C0 = clerp(motr.C0, CFrame.new(0.16015625, 5.50872755, 3.94009233, 1, 0, 0, 0, 0.999993861, 0.00350399921, 0, -0.00350399944, 0.999993861) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1452. end
  1453. Humanoid.WalkSpeed = Humanoid.WalkSpeed - 10
  1454. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=240517975", ref, 1, 1)
  1455. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=136007472", ref, 1, .6)
  1456. for i = 0, 10, 0.1 do
  1457. swait()
  1458. PlayAnimationFromTable({
  1459. CFrame.new(0, -0.00210938277, -0.0458677933, 1, 0, 0, 0, 0.99578476, 0.0917209759, 0, -0.0917209759, 0.99578476) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1460. CFrame.new(0, 1.46350527, 0.0670536235, 1, 0, 0, 0, 0.998798668, -0.0490033403, 0, 0.0490033403, 0.998798668) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1461. CFrame.new(0.95198667, 0.513723493, -1.00684893, -0.0350960083, 0.505839884, 0.861913145, 0.999117732, -0.00214993209, 0.0419445485, 0.0230702832, 0.862624764, -0.505318046) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1462. CFrame.new(-0.911337733, 0.491125166, -0.985779762, 0.0220579933, -0.46987775, -0.882455945, -0.998977184, -0.045207873, -0.000898923725, -0.0394715592, 0.8815732, -0.470394403) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1463. CFrame.new(0.539767623, -1.98573625, 0.13026011, 0.993277669, -0.0736663789, -0.0892904848, 0.0811407641, 0.993224859, 0.0831893161, 0.0825572833, -0.089875184, 0.992525458) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1464. CFrame.new(-0.523090065, -1.98177934, -0.172784865, 0.991188109, 0.0202227402, 0.130909711, -1.41747296e-006, 0.988279283, -0.152657196, -0.132462516, 0.151311785, 0.979570687) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1465. }, .05, false)
  1466. motr.C0 = clerp(motr.C0, CFrame.new(0.16015625, 0.531864882, -3.29763651, 1, 0, 0, 0, 0.999993861, 0.00350399921, 0, -0.00350399944, 0.999993861) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
  1467. Effects.Ring.Create(BrickColor.new("Really red"), ref.CFrame * CFrame.Angles(math.random(-4,4),math.random(-4,4),math.random(-4,4)), 12, 12, 1, -1, -1, -0.2, 0.06)
  1468. end
  1469. wait(1)
  1470. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=160212892", RootPart, 2.2, 0.9)
  1471. --159882578
  1472. wait(0.7)
  1473. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=215270668", Character, 1.5, 0.8)
  1474. coroutine.wrap(function()
  1475. for i = 0, 8, 0.2 do
  1476. swait(1)
  1477. Beem(ref, math.random(4,8))
  1478. end
  1479. end)()
  1480. for i = 0, 10, 0.1 do
  1481. swait()
  1482. PlayAnimationFromTable({
  1483. CFrame.new(0, 0.0425720811, 0.0879573151, 1, 0, -0, 0, 0.983600378, -0.180362046, 0, 0.180362061, 0.983600378) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1484. CFrame.new(0, 1.53438246, -0.0555603988, 1, 0, -0, 0, 0.999988079, 0.00491549075, -0, -0.00491547585, 0.999988079) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1485. CFrame.new(1.50075209, 0.375080168, -0.888684034, -0.00480999937, -0.172377959, 0.985019147, 0.98854965, 0.147744581, 0.0306824874, -0.150820225, 0.973887801, 0.169693515) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1486. CFrame.new(-1.43092561, 0.442071348, -0.89775157, -0.0831570104, 0.152046055, -0.984869063, -0.983948529, 0.144060731, 0.105319664, 0.157894373, 0.977818429, 0.137625828) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1487. CFrame.new(0.544128001, -1.89933491, 0.36939612, 0.993278265, -0.0485721268, -0.105067566, 0.0811390057, 0.9395262, 0.332727045, 0.0825524628, -0.339015573, 0.937151968) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1488. CFrame.new(-0.487928987, -1.94980812, 0.0903224647, 0.991188228, -0.0158370733, 0.131510586, 2.15321779e-006, 0.992828965, 0.119544536, -0.132460743, -0.118490845, 0.984080374) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1489. }, .3, false)
  1490. motr.C0 = clerp(motr.C0, CFrame.new(0.16015625, 0.531864107, -3.29763818, 1, 0, 0, 0, 0.999993861, 0.00350399921, 0, -0.00350399944, 0.999993861) * CFrame.new(math.random(-0.8,0.8), math.random(-0.8,0.8), 0) * CFrame.Angles(0, 0, 0), 0.7)
  1491. Torso.Velocity = RootPart.CFrame.lookVector * -16
  1492. end
  1493.  
  1494. Humanoid.WalkSpeed = Humanoid.WalkSpeed + 10
  1495. ref:Remove()
  1496. attack = false
  1497. end
  1498. Mouse.Button1Down:connect(function()
  1499. if attack == false and attacktype == 1 then
  1500. attacktype = 2
  1501. attackone()
  1502. else if attack == false and attacktype == 2 then
  1503. attacktype = 3
  1504. attacktwo()
  1505. else if attack == false and attacktype == 3 then
  1506. attacktype = 4
  1507. attackthree()
  1508. else if attack == false and attacktype == 4 then
  1509. attacktype = 1
  1510. attackfour()
  1511. end
  1512. end
  1513. end
  1514. end
  1515. end)
  1516.  
  1517. Mouse.KeyDown:connect(function(k)
  1518. k = k:lower()
  1519. if attack == false and k == 'z' then
  1520. spank()
  1521. else if attack == false and k == 'x' then
  1522. aa2()
  1523. else if attack == false and k == 'c' then
  1524. aa3()
  1525. else if attack == false and k == 'v' then
  1526. Watergunshoot()
  1527. end
  1528. end
  1529. end
  1530. end
  1531. end)
  1532.  
  1533. while true do
  1534. swait()
  1535. for i, v in pairs(Character:GetChildren()) do
  1536. if v:IsA("Part") then
  1537. v.Material = "SmoothPlastic"
  1538. elseif v:IsA("Accessory") then
  1539. v:WaitForChild("Handle").Material = "SmoothPlastic"
  1540. end
  1541. end
  1542. while 1 do
  1543. swait()
  1544. if rest <= 100 then
  1545. rest = rest + 0.1
  1546. else
  1547. rest = rest + 0
  1548. end
  1549. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1550. velocity = RootPart.Velocity.y
  1551. sine = sine + change
  1552. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  1553. if RootPart.Velocity.y > 1 and hit == nil then
  1554. Anim = "Jump"
  1555. if attack == false then
  1556. rest = 0
  1557. motr.C0 = clerp(motr.C0, CFrame.new(-0.377030611, 2.23529887, 3.38560438, 0.999624133, 0.0181941353, -0.0205119029, -0.017229002, 0.998779655, 0.0462857895, 0.0213290025, -0.0459149815, 0.998717666) * CFrame.new(0- 0.5 * math.cos((sine) / 60),0 + 0.5 * math.cos((sine) / 30), 0) * CFrame.Angles(0, 0, 0), 0.3)
  1558.  
  1559. PlayAnimationFromTable({
  1560. CFrame.new(-8.60420997e-008, 0.0903999731, 0.0717497543, 0.999999344, -7.68441396e-007, 9.95312632e-008, -9.23871994e-007, 0.866027236, -0.500000715, -3.7252903e-007, 0.499999225, 0.866028309) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1561. CFrame.new(-1.90734863e-006, 1.61952782, -0.25634706, 1, 0, 0, 0, 0.866025984, 0.499998987, -0, -0.499998987, 0.866025984) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1562. CFrame.new(1.79112387, 0.991010547, -0.34551996, 0.857188284, -0.515007496, -4.09685754e-006, -0.466755271, -0.776878357, 0.422614634, -0.217652529, -0.362256378, -0.90631187) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1563. CFrame.new(-1.73517203, 1.09069431, 0.126366287, 0.908706844, 0.41093263, -0.0733932331, 0.399825603, -0.806285143, 0.435939968, 0.119966239, -0.425485879, -0.896978498) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1564. CFrame.new(0.500001311, -1.94823658, 0.19318518, 0.939692855, -1.10619897e-006, 0.342019498, -0.0885189474, 0.965926766, 0.243207395, -0.330366045, -0.258815497, 0.907674372) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1565. CFrame.new(-0.499992847, -1.10274684, -0.291438699, 0.984807611, 1.5922127e-006, -0.173649013, 0.133020341, 0.642797828, 0.754398108, 0.111622408, -0.766035795, 0.633032024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1566. }, .3, false)
  1567. end
  1568. elseif RootPart.Velocity.y < -1 and hit == nil then
  1569. Anim = "Fall"
  1570. if attack == false then
  1571. rest = 0
  1572. motr.C0 = clerp(motr.C0, CFrame.new(-0.377030611, 2.23529887, 3.38560438, 0.999624133, 0.0181941353, -0.0205119029, -0.017229002, 0.998779655, 0.0462857895, 0.0213290025, -0.0459149815, 0.998717666) * CFrame.new(0- 0.5 * math.cos((sine) / 60),0 + 0.5 * math.cos((sine) / 30), 0) * CFrame.Angles(0, 0, 0), 0.3)
  1573.  
  1574. PlayAnimationFromTable({
  1575. CFrame.new(-8.60420997e-008, 0.0903999731, 0.0717497543, 0.999999344, -7.68441396e-007, 9.95312632e-008, -9.23871994e-007, 0.866027236, -0.500000715, -3.7252903e-007, 0.499999225, 0.866028309) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1576. CFrame.new(-1.90734863e-006, 1.61952782, -0.25634706, 1, 0, 0, 0, 0.866025984, 0.499998987, -0, -0.499998987, 0.866025984) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1577. CFrame.new(1.79112387, 0.991010547, -0.34551996, 0.857188284, -0.515007496, -4.09685754e-006, -0.466755271, -0.776878357, 0.422614634, -0.217652529, -0.362256378, -0.90631187) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1578. CFrame.new(-1.73517203, 1.09069431, 0.126366287, 0.908706844, 0.41093263, -0.0733932331, 0.399825603, -0.806285143, 0.435939968, 0.119966239, -0.425485879, -0.896978498) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1579. CFrame.new(0.500001311, -1.94823658, 0.19318518, 0.939692855, -1.10619897e-006, 0.342019498, -0.0885189474, 0.965926766, 0.243207395, -0.330366045, -0.258815497, 0.907674372) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1580. CFrame.new(-0.499992847, -1.10274684, -0.291438699, 0.984807611, 1.5922127e-006, -0.173649013, 0.133020341, 0.642797828, 0.754398108, 0.111622408, -0.766035795, 0.633032024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1581. }, .3, false)
  1582. end
  1583. end
  1584. if Torsovelocity < 1 and hit ~= nil then
  1585. Anim = "Idle"
  1586. if attack == false then
  1587. change = 1
  1588. -->|
  1589. -->>|
  1590. -->|
  1591. if rest <= 100 then
  1592. motr.C0 = clerp(motr.C0, CFrame.new(-0.377030611, 2.23529887, 3.38560438, 0.999624133, 0.0181941353, -0.0205119029, -0.017229002, 0.998779655, 0.0462857895, 0.0213290025, -0.0459149815, 0.998717666) * CFrame.new(0- 0.5 * math.cos((sine) / 60),0 + 0.5 * math.cos((sine) / 30), 0) * CFrame.Angles(0, 0, 0), 0.3)
  1593.  
  1594. --motr.C0 = clerp(motr.C0, CFrame.new(0.111216806, 2.23529911, 3.38560462, 0.999624133, 0.0181941353, -0.0205119029, -0.017229002, 0.998779655, 0.0462857895, 0.0213290025, -0.0459149815, 0.998717666) * CFrame.new(0- 0.5 * math.cos((sine) / 60),0 + 0.5 * math.cos((sine) / 30),0) * CFrame.Angles(0, 0, 0), 0.3)
  1595. PlayAnimationFromTable({
  1596. CFrame.new(0.0392251611, -0.399999946, -0.0661237091, 0.76604414, 0, 0.642788053, 0, 1, 0, -0.642788053, 0, 0.76604414) * CFrame.new(0, 0- 0.1 * math.cos((sine) / 6), 0) * CFrame.Angles(0, 0, 0),
  1597. CFrame.new(3.20374966e-007, 1.49998975, -3.20374966e-007, 0.76604712, 0.0560228042, -0.640339732, 2.79222441e-008, 0.996194661, 0.0871557072, 0.642792821, -0.0667651594, 0.763125181) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1598. CFrame.new(0.579222202, 0.891285896, -1.05190825, 0.561522603, 0.723551512, -0.401454747, 0.120765731, -0.551630616, -0.82529974, -0.818601489, 0.414942414, -0.397133231) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1599. CFrame.new(-1.61124444, 0.263379157, 0.32901755, 0.847116113, 0.408216923, 0.340225905, -0.468929023, 0.875426173, 0.117197424, -0.250000656, -0.258821666, 0.933012128) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1600. CFrame.new(0.771941304, -1.88623738, -0.0557135344, 0.816501081, -0.0616285168, -0.574043393, 0.0858317688, 0.996194422, 0.0151345003, 0.57092613, -0.0616286062, 0.818683982) * CFrame.new(0, 0+ 0.1 * math.cos((sine) / 6), 0) * CFrame.Angles(0, 0, 0),
  1601. CFrame.new(-0.699491143, -1.88838339, 0.0179257095, 0.903779387, 0.0983075202, -0.416555703, -0.0818995386, 0.995001972, 0.0571281463, 0.420089871, -0.0175155103, 0.907313585) * CFrame.new(0, 0+ 0.1 * math.cos((sine) / 6), 0) * CFrame.Angles(0, 0, 0),
  1602. }, .3, false)
  1603.  
  1604. else
  1605. PlayAnimationFromTable({
  1606. CFrame.new(0, 1.64290798, 0.790938377, 1, 0, -0, 0, 0.946682513, -0.322168171, 0, 0.322168171, 0.946682513) * CFrame.new(0, 0- 0.1 * math.cos((sine) / 40), 0) * CFrame.Angles(0, 0, 0),
  1607. CFrame.new(0, 1.47566569, -0.135178268, 1, 0, -0, 0, 0.981204629, 0.192970574, -0, -0.192970574, 0.981204629) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1608. CFrame.new(1.66249502, 0.235957205, 0.327167809, 0.969476461, -0.231295139, -0.0813506246, 0.245135278, 0.921011984, 0.30273062, 0.00490477681, -0.313432157, 0.949598014) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1609. CFrame.new(-1.53803706, 0.217998713, 0.317616045, 0.97153455, 0.185463041, 0.147390753, -0.221911296, 0.930258751, 0.292188585, -0.0829213411, -0.316578954, 0.944934905) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1610. CFrame.new(0.635925353, -1.65514231, -0.614153743, 0.982298017, -0.187325418, 1.35933419e-006, 0.0592784919, 0.310837924, -0.94861263, 0.177698851, 0.931820273, 0.316439837) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1611. CFrame.new(-0.716957748, -1.68315148, -0.704560757, 0.982148886, 0.188105345, -3.90193151e-007, -0.0583207756, 0.30450663, -0.950723171, -0.178835973, 0.933751762, 0.310041249) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1612. }, .3, false)
  1613. motr.C0 = clerp(motr.C0, CFrame.new(0.160171509, -0.227467522, 0.141577125, 1, 0, -0, 0, 0.0394390002, -0.999221981, 0, 0.999221981, 0.0394390002) * CFrame.new(0, 0, 0+ 0.1 * math.cos((sine) / 40)) * CFrame.Angles(0, 0, 0), 0.3)
  1614. end
  1615. end
  1616. elseif Torsovelocity > 2 and hit ~= nil then
  1617. Anim = "Walk"
  1618. if attack == false then
  1619. rest = 0
  1620. PlayAnimationFromTable({
  1621. CFrame.new(0, -0.0193441566, -0.137761548, 1, 0, 0, 0, 0.961308897, 0.275472969, 0, -0.275472969, 0.961308897) * CFrame.new(0, 0- .1 * math.cos((sine) / 2), 0) * CFrame.Angles(0, 0, 0),
  1622. CFrame.new(0, 1.44159341, 0.0451771915, 1, 0, 0, 0, 0.98646307, -0.163984656, 0, 0.163984656, 0.98646307) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1623. CFrame.new(1.63363111, 0.0754526258, -2.72151652e-007, 0.985570133, -0.16926825, 1.56980732e-007, 0.16926825, 0.985570133, 2.38418579e-007, -1.86264515e-007, -1.49011612e-007, 1.00000024) * CFrame.new(0, 0, 0+ 0.5 * math.cos((sine) / 4)) * CFrame.Angles(math.rad(0- 20 * math.cos((sine) / 4)), 0, 0),
  1624. CFrame.new(-1.61827064, 0.111134544, 1.51569429e-006, 0.978242338, 0.207465827, 7.76345075e-007, -0.207465842, 0.978242397, -2.41398811e-006, -1.25542283e-006, 2.20537186e-006, 1.00000012) * CFrame.new(0, 0, 0- 0.5 * math.cos((sine) / 4)) * CFrame.Angles(math.rad(0+ 20 * math.cos((sine) / 4)), 0, 0),
  1625. CFrame.new(0.5, -2.00000334, 2.67028881e-005, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024) * CFrame.new(0, 0+ .4 * math.cos((sine) / 2), 0 + 1 * math.cos((sine) / 4)) * CFrame.Angles(math.rad(0 - 50 * math.cos((sine) / 4)), math.rad(0), math.rad(0)),
  1626. CFrame.new(-0.5, -2.00000334, 2.67028881e-005, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024) * CFrame.new(0, 0+ .4 * math.cos((sine) / 2), 0 - 1 * math.cos((sine) / 4)) * CFrame.Angles(math.rad(0 + 50 * math.cos((sine) / 4)), math.rad(0), math.rad(0)),
  1627. }, .3, false)
  1628. motr.C0 = clerp(motr.C0, CFrame.new(-0.377030611, 2.23529887, 3.38560438, 0.999624133, 0.0181941353, -0.0205119029, -0.017229002, 0.998779655, 0.0462857895, 0.0213290025, -0.0459149815, 0.998717666) * CFrame.new(0- 0.5 * math.cos((sine) / 60),0 + 0.5 * math.cos((sine) / 30), 0) * CFrame.Angles(0, 0, 0), 0.3)
  1629.  
  1630. end
  1631. end
  1632. if 0 < #Effects then
  1633. for e = 1, #Effects do
  1634. if Effects[e] ~= nil then
  1635. local Thing = Effects[e]
  1636. if Thing ~= nil then
  1637. local Part = Thing[1]
  1638. local Mode = Thing[2]
  1639. local Delay = Thing[3]
  1640. local IncX = Thing[4]
  1641. local IncY = Thing[5]
  1642. local IncZ = Thing[6]
  1643. if Thing[2] == "Shoot" then
  1644. local Look = Thing[1]
  1645. local move = 30
  1646. if Thing[8] == 3 then
  1647. move = 10
  1648. end
  1649. local hit, pos = rayCast(Thing[4], Thing[1], move, m)
  1650. if Thing[10] ~= nil then
  1651. da = pos
  1652. cf2 = CFrame.new(Thing[4], Thing[10].Position)
  1653. cfa = CFrame.new(Thing[4], pos)
  1654. tehCF = cfa:lerp(cf2, 0.2)
  1655. Thing[1] = tehCF.lookVector
  1656. end
  1657. local mag = (Thing[4] - pos).magnitude
  1658. 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)
  1659. if Thing[8] == 2 then
  1660. 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)
  1661. end
  1662. Thing[4] = Thing[4] + Look * move
  1663. Thing[3] = Thing[3] - 1
  1664. if 2 < Thing[5] then
  1665. Thing[5] = Thing[5] - 0.3
  1666. Thing[6] = Thing[6] - 0.3
  1667. end
  1668. if hit ~= nil then
  1669. Thing[3] = 0
  1670. if Thing[8] == 1 or Thing[8] == 3 then
  1671. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  1672. else
  1673. if Thing[8] == 2 then
  1674. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  1675. if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
  1676. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  1677. ref.Anchored = true
  1678. ref.CFrame = CFrame.new(pos)
  1679. CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
  1680. game:GetService("Debris"):AddItem(ref, 0.2)
  1681. 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)
  1682. 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)
  1683. MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
  1684. end
  1685. end
  1686. end
  1687. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  1688. ref.Anchored = true
  1689. ref.CFrame = CFrame.new(pos)
  1690. Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
  1691. game:GetService("Debris"):AddItem(ref, 1)
  1692. end
  1693. if Thing[3] <= 0 then
  1694. table.remove(Effects, e)
  1695. end
  1696. end
  1697. do
  1698. do
  1699. if Thing[2] == "FireWave" then
  1700. if Thing[3] <= Thing[4] then
  1701. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
  1702. Thing[3] = Thing[3] + 1
  1703. Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
  1704. else
  1705. Part.Parent = nil
  1706. table.remove(Effects, e)
  1707. end
  1708. end
  1709. if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
  1710. if Thing[1].Transparency <= 1 then
  1711. if Thing[2] == "Block1" then
  1712. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1713. Mesh = Thing[7]
  1714. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1715. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1716. else
  1717. if Thing[2] == "Block2" then
  1718. Thing[1].CFrame = Thing[1].CFrame
  1719. Mesh = Thing[7]
  1720. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1721. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1722. else
  1723. if Thing[2] == "Fire" then
  1724. Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
  1725. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1726. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1727. else
  1728. if Thing[2] == "Cylinder" then
  1729. Mesh = Thing[7]
  1730. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1731. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1732. else
  1733. if Thing[2] == "Blood" then
  1734. Mesh = Thing[7]
  1735. Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
  1736. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1737. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1738. else
  1739. if Thing[2] == "Elec" then
  1740. Mesh = Thing[10]
  1741. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  1742. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1743. else
  1744. if Thing[2] == "Disappear" then
  1745. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1746. end
  1747. end
  1748. end
  1749. end
  1750. end
  1751. end
  1752. end
  1753. else
  1754. Part.Parent = nil
  1755. table.remove(Effects, e)
  1756. end
  1757. end
  1758. end
  1759. end
  1760. end
  1761. end
  1762. end
  1763. end
  1764. end
  1765.  
  1766. end
Add Comment
Please, Sign In to add comment