Advertisement
Gokussjg

Untitled

May 5th, 2017
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 221.15 KB | None | 0 0
  1. --[[Sin 2.0 by grgrgry21 and Andrejka001.
  2. Credit to Curseei.
  3. A
  4. A A
  5. A C A
  6. A A
  7. A
  8. --]]
  9. wait(1 / 60)
  10. Effects = { }
  11. local Player = game.Players.localPlayer
  12. local Character = Player.Character
  13. local Humanoid = Character.Humanoid
  14. local Mouse = Player:GetMouse()
  15. local LeftArm = Character["Left Arm"]
  16. local RightArm = Character["Right Arm"]
  17. local LeftLeg = Character["Left Leg"]
  18. local RightLeg = Character["Right Leg"]
  19. local Head = Character.Head
  20. local Torso = Character.Torso
  21. local Camera = game.Workspace.CurrentCamera
  22. local RootPart = Character.HumanoidRootPart
  23. local RootJoint = RootPart.RootJoint
  24. local attack = false
  25. local Anim = 'Idle'
  26. local attacktype = 1
  27. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  28. local velocity = RootPart.Velocity.y
  29. local sine = 0
  30. local change = 1
  31. local hobb = 0
  32. local rest = 0
  33. local Create = LoadLibrary("RbxUtility").Create
  34. Humanoid.WalkSpeed = 10
  35. local m = Create("Model"){
  36. Parent = Character,
  37. Name = "WeaponModel",
  38. }
  39.  
  40. Humanoid.Animator.Parent = nil
  41. Character.Animate.Parent = nil
  42.  
  43. local newMotor = function(part0, part1, c0, c1)
  44. local w = Create('Motor'){
  45. Parent = part0,
  46. Part0 = part0,
  47. Part1 = part1,
  48. C0 = c0,
  49. C1 = c1,
  50. }
  51. return w
  52. end
  53.  
  54. function clerp(a, b, t)
  55. return a:lerp(b, t)
  56. end
  57.  
  58. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  59. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  60.  
  61. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  62. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  63. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  64. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  65. RootJoint.C1 = CFrame.new(0, 0, 0)
  66. RootJoint.C0 = CFrame.new(0, 0, 0)
  67. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  68. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  69.  
  70. local rarmc1 = RW.C1
  71. local larmc1 = LW.C1
  72. local rlegc1 = RH.C1
  73. local llegc1 = LH.C1
  74.  
  75. local resetc1 = false
  76.  
  77. function PlayAnimationFromTable(table, speed, bool)
  78. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  79. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  80. RW.C0 = clerp(RW.C0, table[3], speed)
  81. LW.C0 = clerp(LW.C0, table[4], speed)
  82. RH.C0 = clerp(RH.C0, table[5], speed)
  83. LH.C0 = clerp(LH.C0, table[6], speed)
  84. if bool == true then
  85. if resetc1 == false then
  86. resetc1 = true
  87. RootJoint.C1 = RootJoint.C1
  88. Torso.Neck.C1 = Torso.Neck.C1
  89. RW.C1 = rarmc1
  90. LW.C1 = larmc1
  91. RH.C1 = rlegc1
  92. LH.C1 = llegc1
  93. end
  94. end
  95. end
  96.  
  97. ArtificialHB = Create("BindableEvent", script){
  98. Parent = script,
  99. Name = "Heartbeat",
  100. }
  101.  
  102. script:WaitForChild("Heartbeat")
  103.  
  104. frame = 1 / 30
  105. tf = 0
  106. allowframeloss = false
  107. tossremainder = false
  108. lastframe = tick()
  109. script.Heartbeat:Fire()
  110.  
  111. game:GetService("RunService").Heartbeat:connect(function(s, p)
  112. tf = tf + s
  113. if tf >= frame then
  114. if allowframeloss then
  115. script.Heartbeat:Fire()
  116. lastframe = tick()
  117. else
  118. for i = 1, math.floor(tf / frame) do
  119. script.Heartbeat:Fire()
  120. end
  121. lastframe = tick()
  122. end
  123. if tossremainder then
  124. tf = 0
  125. else
  126. tf = tf - frame * math.floor(tf / frame)
  127. end
  128. end
  129. end)
  130.  
  131. function swait(num)
  132. if num == 0 or num == nil then
  133. ArtificialHB.Event:wait()
  134. else
  135. for i = 0, num do
  136. ArtificialHB.Event:wait()
  137. end
  138. end
  139. end
  140.  
  141. function RemoveOutlines(part)
  142. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  143. end
  144.  
  145. CFuncs = {
  146. ["Part"] = {
  147. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  148. local Part = Create("Part"){
  149. Parent = Parent,
  150. Reflectance = Reflectance,
  151. Transparency = Transparency,
  152. CanCollide = false,
  153. Locked = true,
  154. BrickColor = BrickColor.new(tostring(BColor)),
  155. Name = Name,
  156. Size = Size,
  157. Material = Material,
  158. }
  159. RemoveOutlines(Part)
  160. return Part
  161. end;
  162. };
  163.  
  164. ["Mesh"] = {
  165. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  166. local Msh = Create(Mesh){
  167. Parent = Part,
  168. Offset = OffSet,
  169. Scale = Scale,
  170. }
  171. if Mesh == "SpecialMesh" then
  172. Msh.MeshType = MeshType
  173. Msh.MeshId = MeshId
  174. end
  175. return Msh
  176. end;
  177. };
  178.  
  179. ["Mesh"] = {
  180. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  181. local Msh = Create(Mesh){
  182. Parent = Part,
  183. Offset = OffSet,
  184. Scale = Scale,
  185. }
  186. if Mesh == "SpecialMesh" then
  187. Msh.MeshType = MeshType
  188. Msh.MeshId = MeshId
  189. end
  190. return Msh
  191. end;
  192. };
  193.  
  194. ["Weld"] = {
  195. Create = function(Parent, Part0, Part1, C0, C1)
  196. local Weld = Create("Weld"){
  197. Parent = Parent,
  198. Part0 = Part0,
  199. Part1 = Part1,
  200. C0 = C0,
  201. C1 = C1,
  202. }
  203. return Weld
  204. end;
  205. };
  206.  
  207. ["Sound"] = {
  208. Create = function(id, par, vol, pit)
  209. coroutine.resume(coroutine.create(function()
  210. local S = Create("Sound"){
  211. Volume = vol,
  212. Pitch = pit or 1,
  213. SoundId = id,
  214. Parent = par or workspace,
  215. }
  216. wait()
  217. S:play()
  218. game:GetService("Debris"):AddItem(S, 6)
  219. end))
  220. end;
  221. };
  222.  
  223. ["ParticleEmitter"] = {
  224. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  225. local fp = Create("ParticleEmitter"){
  226. Parent = Parent,
  227. Color = ColorSequence.new(Color1, Color2),
  228. LightEmission = LightEmission,
  229. Size = Size,
  230. Texture = Texture,
  231. Transparency = Transparency,
  232. ZOffset = ZOffset,
  233. Acceleration = Accel,
  234. Drag = Drag,
  235. LockedToPart = LockedToPart,
  236. VelocityInheritance = VelocityInheritance,
  237. EmissionDirection = EmissionDirection,
  238. Enabled = Enabled,
  239. Lifetime = LifeTime,
  240. Rate = Rate,
  241. Rotation = Rotation,
  242. RotSpeed = RotSpeed,
  243. Speed = Speed,
  244. VelocitySpread = VelocitySpread,
  245. }
  246. return fp
  247. end;
  248. };
  249.  
  250. CreateTemplate = {
  251.  
  252. };
  253. }
  254. --
  255. New = function(Object, Parent, Name, Data)
  256. local Object = Instance.new(Object)
  257. for Index, Value in pairs(Data or {}) do
  258. Object[Index] = Value
  259. end
  260. Object.Parent = Parent
  261. Object.Name = Name
  262. return Object
  263. end
  264.  
  265.  
  266. Model = New("Model",Character,"Model",{})
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. 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),})
  274. motr=Instance.new("Weld", W3d)
  275. motr.Part0 = RootPart
  276. motr.Part1 = W3d
  277. 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),})
  278. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  279. 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),})
  280. 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),})
  281. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  282. 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),})
  283. 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),})
  284. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  285. 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),})
  286. 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),})
  287. Mesh = New("SpecialMesh",FingerTop,"Mesh",{MeshType = Enum.MeshType.Brick,})
  288. 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),})
  289. 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),})
  290. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  291. 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),})
  292. 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),})
  293. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  294. 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),})
  295. 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),})
  296. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  297. 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),})
  298. 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),})
  299. Mesh = New("SpecialMesh",FingerBottem,"Mesh",{MeshType = Enum.MeshType.Brick,})
  300. 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),})
  301. 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),})
  302. 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,})
  303. 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),})
  304. 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),})
  305. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  306. 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),})
  307. 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),})
  308. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  309. 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),})
  310. 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),})
  311. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  312. 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),})
  313. 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),})
  314. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  315. 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),})
  316. 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),})
  317. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  318. 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),})
  319. 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),})
  320. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  321. 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),})
  322. 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),})
  323. 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,})
  324. 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),})
  325. 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),})
  326. Mesh = New("SpecialMesh",FingerBottem,"Mesh",{MeshType = Enum.MeshType.Brick,})
  327. 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),})
  328. 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),})
  329. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  330. 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),})
  331. 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),})
  332. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  333. 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),})
  334. 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),})
  335. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  336. 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),})
  337. 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),})
  338. Mesh = New("SpecialMesh",FingerTop,"Mesh",{MeshType = Enum.MeshType.Brick,})
  339. 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),})
  340. 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),})
  341. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  342. 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),})
  343. 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),})
  344. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  345. 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),})
  346. 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),})
  347. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  348. 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),})
  349. 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),})
  350. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  351. 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),})
  352. 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),})
  353. 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,})
  354. 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),})
  355. 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),})
  356. Mesh = New("SpecialMesh",FingerBottem,"Mesh",{MeshType = Enum.MeshType.Brick,})
  357. 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),})
  358. 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),})
  359. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Brick,})
  360. 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),})
  361. 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),})
  362. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  363. 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),})
  364. 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),})
  365. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  366. 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),})
  367. 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),})
  368. Mesh = New("SpecialMesh",FingerTop,"Mesh",{MeshType = Enum.MeshType.Brick,})
  369. 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),})
  370. 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),})
  371. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  372. 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),})
  373. 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),})
  374. Mesh = New("SpecialMesh",Handle2,"Mesh",{Scale = Vector3.new(1.02999997, 0.747730851, 1.00999999),MeshType = Enum.MeshType.Brick,})
  375. 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),})
  376. 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),})
  377. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1.01999998, 0.979549885, 1.01999998),MeshType = Enum.MeshType.Brick,})
  378. 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),})
  379. 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),})
  380. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  381. 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),})
  382. 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),})
  383. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  384. 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),})
  385. 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),})
  386. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  387. 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),})
  388. 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),})
  389. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  390. 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),})
  391. 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),})
  392. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  393. 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),})
  394. 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),})
  395. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  396. 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),})
  397. 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),})
  398. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  399. 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),})
  400. 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),})
  401. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  402. 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),})
  403. 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),})
  404. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  405. 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),})
  406. 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),})
  407. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  408. 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),})
  409. 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),})
  410. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  411. 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),})
  412. 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),})
  413. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  414. 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),})
  415. 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),})
  416. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  417. 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),})
  418. 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),})
  419. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  420. 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),})
  421. 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),})
  422. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  423. 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),})
  424. 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),})
  425. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  426. 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),})
  427. 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),})
  428. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  429. 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),})
  430. 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),})
  431. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  432. 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),})
  433. 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),})
  434. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  435. 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),})
  436. 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),})
  437. 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,})
  438. 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),})
  439. 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),})
  440. 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,})
  441. 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),})
  442. 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),})
  443. 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,})
  444. 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),})
  445. 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),})
  446. 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,})
  447. 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),})
  448. 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),})
  449. 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,})
  450. 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),})
  451. 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),})
  452. 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,})
  453. 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),})
  454. 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),})
  455. 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,})
  456. 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),})
  457. 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),})
  458. 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,})
  459. 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),})
  460. 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),})
  461. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  462. 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),})
  463. 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),})
  464. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  465. 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),})
  466. 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),})
  467. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  468. 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),})
  469. 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),})
  470. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  471. 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),})
  472. 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),})
  473. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  474. 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),})
  475. 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),})
  476. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  477. 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),})
  478. 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),})
  479. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  480. 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),})
  481. 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),})
  482. Mesh = New("SpecialMesh",Handle1,"Mesh",{MeshType = Enum.MeshType.Brick,})
  483. 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),})
  484. 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),})
  485. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  486. 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),})
  487. 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),})
  488. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  489. 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),})
  490. 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),})
  491. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  492. 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),})
  493. 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),})
  494. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  495. 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),})
  496. 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),})
  497. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  498. 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),})
  499. 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),})
  500. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  501. 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),})
  502. 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),})
  503. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  504. 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),})
  505. 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),})
  506. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  507. 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),})
  508. 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),})
  509. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  510. 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),})
  511. 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),})
  512. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  513. 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),})
  514. 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),})
  515. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  516. 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),})
  517. 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),})
  518. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  519. 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),})
  520. 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),})
  521. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  522. 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),})
  523. 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),})
  524. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  525. 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),})
  526. 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),})
  527. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  528. 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),})
  529. 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),})
  530. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  531. 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),})
  532. 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),})
  533. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  534. 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),})
  535. 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),})
  536. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  537. 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),})
  538. 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),})
  539. Mesh = New("SpecialMesh",Handle1,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  540. 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),})
  541. 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),})
  542. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  543. 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),})
  544. 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),})
  545. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  546. 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),})
  547. 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),})
  548. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.949597955, 1, 0.598558366),MeshType = Enum.MeshType.Brick,})
  549. 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),})
  550. 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),})
  551. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.810083568, 1, 1),MeshType = Enum.MeshType.Sphere,})
  552. 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),})
  553. 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),})
  554. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(1, 0.591811061, 1),MeshType = Enum.MeshType.Sphere,})
  555. 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),})
  556. 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),})
  557. Mesh = New("SpecialMesh",Sphere,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  558. 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),})
  559. 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),})
  560. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.949597955, 1, 0.598558366),MeshType = Enum.MeshType.Brick,})
  561. 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),})
  562. 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),})
  563. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.949597955, 1, 0.598558366),MeshType = Enum.MeshType.Brick,})
  564. 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),})
  565. 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),})
  566. Mesh = New("SpecialMesh",Neon,"Mesh",{Scale = Vector3.new(0.949597955, 1, 0.598558366),MeshType = Enum.MeshType.Brick,})
  567. 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),})
  568. 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),})
  569. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  570. 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),})
  571. 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),})
  572. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  573. 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),})
  574. 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),})
  575. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  576. 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),})
  577. 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),})
  578. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  579. 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),})
  580. 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),})
  581. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  582. 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),})
  583. 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),})
  584. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 1),MeshType = Enum.MeshType.Brick,})
  585. 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),})
  586. 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),})
  587. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  588. 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),})
  589. 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),})
  590. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 1),MeshType = Enum.MeshType.Brick,})
  591. 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),})
  592. 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),})
  593. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 1),MeshType = Enum.MeshType.Brick,})
  594. 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),})
  595. 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),})
  596. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  597. 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),})
  598. 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),})
  599. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  600. 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),})
  601. 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),})
  602. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  603. 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),})
  604. 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),})
  605. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  606. 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),})
  607. 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),})
  608. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  609. 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),})
  610. 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),})
  611. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  612. 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),})
  613. 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),})
  614. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  615. 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),})
  616. 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),})
  617. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  618. 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),})
  619. 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),})
  620. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  621. 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),})
  622. 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),})
  623. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  624. 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),})
  625. 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),})
  626. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  627. 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),})
  628. 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),})
  629. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  630. 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),})
  631. 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),})
  632. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  633. 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),})
  634. 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),})
  635. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  636. 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),})
  637. 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),})
  638. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  639. 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),})
  640. 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),})
  641. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  642. 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),})
  643. 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),})
  644. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  645. 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),})
  646. 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),})
  647. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  648. 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),})
  649. 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),})
  650. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  651. 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),})
  652. 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),})
  653. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  654. 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),})
  655. 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),})
  656. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  657. 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),})
  658. 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),})
  659. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 0.704319298),MeshType = Enum.MeshType.Brick,})
  660. 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),})
  661. 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),})
  662. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.879840851, 1),MeshType = Enum.MeshType.Brick,})
  663. 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),})
  664. 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),})
  665. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  666. 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),})
  667. 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),})
  668. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  669. 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),})
  670. 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),})
  671. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 1, 1),MeshType = Enum.MeshType.Brick,})
  672. 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),})
  673. 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),})
  674. Mesh = New("SpecialMesh",Eye2,"Mesh",{Scale = Vector3.new(0.897842646, 0.765078902, 0.393789858),MeshType = Enum.MeshType.Brick,})
  675. 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),})
  676. 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),})
  677. Mesh = New("SpecialMesh",Hitbox,"Mesh",{Scale = Vector3.new(1, 0.945098102, 1),MeshType = Enum.MeshType.Brick,})
  678. 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),})
  679.  
  680. --
  681. function rayCast(Position, Direction, Range, Ignore)
  682. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  683. end
  684.  
  685. FindNearestTorso = function(pos)
  686. local list = (game.Workspace:children())
  687. local torso = nil
  688. local dist = 1000
  689. local temp, human, temp2 = nil, nil, nil
  690. for x = 1, #list do
  691. temp2 = list[x]
  692. if temp2.className == "Model" and temp2.Name ~= Character.Name then
  693. temp = temp2:findFirstChild("Torso")
  694. human = temp2:findFirstChild("Humanoid")
  695. if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
  696. local dohit = true
  697. if dohit == true then
  698. torso = temp
  699. dist = (temp.Position - pos).magnitude
  700. end
  701. end
  702. end
  703. end
  704. return torso, dist
  705. end
  706.  
  707. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  708. if hit.Parent == nil then
  709. return
  710. end
  711. local h = hit.Parent:FindFirstChild("Humanoid")
  712. for _, v in pairs(hit.Parent:children()) do
  713. if v:IsA("Humanoid") then
  714. h = v
  715. end
  716. end
  717. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  718. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  719. if hit.Parent.DebounceHit.Value == true then
  720. return
  721. end
  722. end
  723. local c = Create("ObjectValue"){
  724. Name = "creator",
  725. Value = game:service("Players").LocalPlayer,
  726. Parent = h,
  727. }
  728. game:GetService("Debris"):AddItem(c, .5)
  729. if HitSound ~= nil and HitPitch ~= nil then
  730. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  731. end
  732. local Damage = math.random(minim, maxim)
  733. local blocked = false
  734. local block = hit.Parent:findFirstChild("Block")
  735. if block ~= nil then
  736. if block.className == "IntValue" then
  737. if block.Value > 0 then
  738. blocked = true
  739. block.Value = block.Value - 1
  740. print(block.Value)
  741. end
  742. end
  743. end
  744. if blocked == false then
  745. h.Health = h.Health - Damage
  746. 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)
  747. else
  748. h.Health = h.Health - (Damage / 2)
  749. 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)
  750. end
  751. if Type == "Knockdown" then
  752. local hum = hit.Parent.Humanoid
  753. hum.PlatformStand = true
  754. coroutine.resume(coroutine.create(function(HHumanoid)
  755. swait(1)
  756. HHumanoid.PlatformStand = false
  757. end), hum)
  758. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  759. local bodvol = Create("BodyVelocity"){
  760. velocity = angle * knockback,
  761. P = 5000,
  762. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  763. Parent = hit,
  764. }
  765. local rl = Create("BodyAngularVelocity"){
  766. P = 3000,
  767. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  768. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  769. Parent = hit,
  770. }
  771. game:GetService("Debris"):AddItem(bodvol, .5)
  772. game:GetService("Debris"):AddItem(rl, .5)
  773. elseif Type == "Normal" then
  774. local vp = Create("BodyVelocity"){
  775. P = 500,
  776. maxForce = Vector3.new(math.huge, 0, math.huge),
  777. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  778. }
  779. if knockback > 0 then
  780. vp.Parent = hit.Parent.Torso
  781. end
  782. game:GetService("Debris"):AddItem(vp, .5)
  783. elseif Type == "Up" then
  784. local bodyVelocity = Create("BodyVelocity"){
  785. velocity = Vector3.new(0, 20, 0),
  786. P = 5000,
  787. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  788. Parent = hit,
  789. }
  790. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  791. elseif Type == "DarkUp" then
  792. coroutine.resume(coroutine.create(function()
  793. for i = 0, 1, 0.1 do
  794. swait()
  795. Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  796. end
  797. end))
  798. local bodyVelocity = Create("BodyVelocity"){
  799. velocity = Vector3.new(0, 20, 0),
  800. P = 5000,
  801. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  802. Parent = hit,
  803. }
  804. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  805. elseif Type == "Snare" then
  806. local bp = Create("BodyPosition"){
  807. P = 2000,
  808. D = 100,
  809. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  810. position = hit.Parent.Torso.Position,
  811. Parent = hit.Parent.Torso,
  812. }
  813. game:GetService("Debris"):AddItem(bp, 1)
  814. elseif Type == "Freeze" then
  815. local BodPos = Create("BodyPosition"){
  816. P = 50000,
  817. D = 1000,
  818. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  819. position = hit.Parent.Torso.Position,
  820. Parent = hit.Parent.Torso,
  821. }
  822. local BodGy = Create("BodyGyro") {
  823. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  824. P = 20e+003,
  825. Parent = hit.Parent.Torso,
  826. cframe = hit.Parent.Torso.CFrame,
  827. }
  828. hit.Parent.Torso.Anchored = true
  829. coroutine.resume(coroutine.create(function(Part)
  830. swait(1.5)
  831. Part.Anchored = false
  832. end), hit.Parent.Torso)
  833. game:GetService("Debris"):AddItem(BodPos, 3)
  834. game:GetService("Debris"):AddItem(BodGy, 3)
  835. end
  836. local debounce = Create("BoolValue"){
  837. Name = "DebounceHit",
  838. Parent = hit.Parent,
  839. Value = true,
  840. }
  841. game:GetService("Debris"):AddItem(debounce, Delay)
  842. c = Create("ObjectValue"){
  843. Name = "creator",
  844. Value = Player,
  845. Parent = h,
  846. }
  847. game:GetService("Debris"):AddItem(c, .5)
  848. end
  849. end
  850.  
  851. function ShowDamage(Pos, Text, Time, Color)
  852. local Rate = (1 / 30)
  853. local Pos = (Pos or Vector3.new(0, 0, 0))
  854. local Text = (Text or "")
  855. local Time = (Time or 2)
  856. local Color = (Color or Color3.new(1, 0, 1))
  857. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  858. EffectPart.Anchored = true
  859. local BillboardGui = Create("BillboardGui"){
  860. Size = UDim2.new(3, 0, 3, 0),
  861. Adornee = EffectPart,
  862. Parent = EffectPart,
  863. }
  864. local TextLabel = Create("TextLabel"){
  865. BackgroundTransparency = 1,
  866. Size = UDim2.new(1, 0, 1, 0),
  867. Text = Text,
  868. Font = "SciFi",
  869. TextColor3 = Color,
  870. TextScaled = true,
  871. Parent = BillboardGui,
  872. }
  873. game.Debris:AddItem(EffectPart, (Time))
  874. EffectPart.Parent = game:GetService("Workspace")
  875. delay(0, function()
  876. local Frames = (Time / Rate)
  877. for Frame = 1, Frames do
  878. wait(Rate)
  879. local Percent = (Frame / Frames)
  880. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  881. TextLabel.TextTransparency = Percent
  882. end
  883. if EffectPart and EffectPart.Parent then
  884. EffectPart:Destroy()
  885. end
  886. end)
  887. end
  888.  
  889. function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
  890. for _, c in pairs(workspace:children()) do
  891. local hum = c:findFirstChild("Humanoid")
  892. if hum ~= nil then
  893. local head = c:findFirstChild("Torso")
  894. if head ~= nil then
  895. local targ = head.Position - Part.Position
  896. local mag = targ.magnitude
  897. if mag <= Magnitude and c.Name ~= Player.Name then
  898. Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch)
  899. end
  900. end
  901. end
  902. end
  903. end
  904.  
  905. EffectModel = Create("Model"){
  906. Parent = Character,
  907. Name = "Effects",
  908. }
  909.  
  910. Effects = {
  911. Block = {
  912. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  913. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  914. prt.Anchored = true
  915. prt.CFrame = cframe
  916. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  917. game:GetService("Debris"):AddItem(prt, 10)
  918. if Type == 1 or Type == nil then
  919. table.insert(Effects, {
  920. prt,
  921. "Block1",
  922. delay,
  923. x3,
  924. y3,
  925. z3,
  926. msh
  927. })
  928. elseif Type == 2 then
  929. table.insert(Effects, {
  930. prt,
  931. "Block2",
  932. delay,
  933. x3,
  934. y3,
  935. z3,
  936. msh
  937. })
  938. end
  939. end;
  940. };
  941.  
  942. Cylinder = {
  943. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  944. local prt = CFuncs.Part..Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.2, 0.2, 0.2))
  945. prt.Anchored = true
  946. prt.CFrame = cframe
  947. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  948. game:GetService("Debris"):AddItem(prt, 2)
  949. Effects[#Effects + 1] = {
  950. prt,
  951. "Cylinder",
  952. delay,
  953. x3,
  954. y3,
  955. z3
  956. }
  957. end;
  958. };
  959.  
  960. Head = {
  961. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  962. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  963. prt.Anchored = true
  964. prt.CFrame = cframe
  965. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  966. game:GetService("Debris"):AddItem(prt, 10)
  967. table.insert(Effects, {
  968. prt,
  969. "Cylinder",
  970. delay,
  971. x3,
  972. y3,
  973. z3,
  974. msh
  975. })
  976. end;
  977. };
  978.  
  979. Sphere = {
  980. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  981. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  982. prt.Anchored = true
  983. prt.CFrame = cframe
  984. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  985. game:GetService("Debris"):AddItem(prt, 10)
  986. table.insert(Effects, {
  987. prt,
  988. "Cylinder",
  989. delay,
  990. x3,
  991. y3,
  992. z3,
  993. msh
  994. })
  995. end;
  996. };
  997.  
  998. Elect = {
  999. Create = function(cff, x, y, z)
  1000. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1))
  1001. prt.Anchored = true
  1002. prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z))
  1003. prt.CFrame = CFrame.new(prt.Position)
  1004. game:GetService("Debris"):AddItem(prt, 2)
  1005. local xval = math.random() / 2
  1006. local yval = math.random() / 2
  1007. local zval = math.random() / 2
  1008. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
  1009. table.insert(Effects, {
  1010. prt,
  1011. "Elec",
  1012. 0.1,
  1013. x,
  1014. y,
  1015. z,
  1016. xval,
  1017. yval,
  1018. zval
  1019. })
  1020. end;
  1021.  
  1022. };
  1023.  
  1024. Ring = {
  1025. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1026. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1027. prt.Anchored = true
  1028. prt.CFrame = cframe
  1029. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1030. game:GetService("Debris"):AddItem(prt, 10)
  1031. table.insert(Effects, {
  1032. prt,
  1033. "Cylinder",
  1034. delay,
  1035. x3,
  1036. y3,
  1037. z3,
  1038. msh
  1039. })
  1040. end;
  1041. };
  1042.  
  1043.  
  1044. Wave = {
  1045. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1046. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1047. prt.Anchored = true
  1048. prt.CFrame = cframe
  1049. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1050. game:GetService("Debris"):AddItem(prt, 10)
  1051. table.insert(Effects, {
  1052. prt,
  1053. "Cylinder",
  1054. delay,
  1055. x3,
  1056. y3,
  1057. z3,
  1058. msh
  1059. })
  1060. end;
  1061. };
  1062.  
  1063. Break = {
  1064. Create = function(brickcolor, cframe, x1, y1, z1)
  1065. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1066. prt.Anchored = true
  1067. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1068. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1069. local num = math.random(10, 50) / 1000
  1070. game:GetService("Debris"):AddItem(prt, 10)
  1071. table.insert(Effects, {
  1072. prt,
  1073. "Shatter",
  1074. num,
  1075. prt.CFrame,
  1076. math.random() - math.random(),
  1077. 0,
  1078. math.random(50, 100) / 100
  1079. })
  1080. end;
  1081. };
  1082.  
  1083. Fire = {
  1084. Create = function(brickcolor, cframe, x1, y1, z1, delay)
  1085. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1086. prt.Anchored = true
  1087. prt.CFrame = cframe
  1088. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1089. game:GetService("Debris"):AddItem(prt, 10)
  1090. table.insert(Effects, {
  1091. prt,
  1092. "Fire",
  1093. delay,
  1094. 1,
  1095. 1,
  1096. 1,
  1097. msh
  1098. })
  1099. end;
  1100. };
  1101.  
  1102. FireWave = {
  1103. Create = function(brickcolor, cframe, x1, y1, z1)
  1104. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new())
  1105. prt.Anchored = true
  1106. prt.CFrame = cframe
  1107. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1108. local d = Create("Decal"){
  1109. Parent = prt,
  1110. Texture = "rbxassetid://26356434",
  1111. Face = "Top",
  1112. }
  1113. local d = Create("Decal"){
  1114. Parent = prt,
  1115. Texture = "rbxassetid://26356434",
  1116. Face = "Bottom",
  1117. }
  1118. game:GetService("Debris"):AddItem(prt, 10)
  1119. table.insert(Effects, {
  1120. prt,
  1121. "FireWave",
  1122. 1,
  1123. 30,
  1124. math.random(400, 600) / 100,
  1125. msh
  1126. })
  1127. end;
  1128. };
  1129.  
  1130. Lightning = {
  1131. Create = function(p0, p1, tym, ofs, col, th, tra, last)
  1132. local magz = (p0 - p1).magnitude
  1133. local curpos = p0
  1134. local trz = {
  1135. -ofs,
  1136. ofs
  1137. }
  1138. for i = 1, tym do
  1139. local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym))
  1140. local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
  1141. local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz
  1142. li.Material = "Neon"
  1143. if tym == i then
  1144. local magz2 = (curpos - p1).magnitude
  1145. li.Size = Vector3.new(th, th, magz2)
  1146. li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2)
  1147. table.insert(Effects, {
  1148. li,
  1149. "Disappear",
  1150. last
  1151. })
  1152. else
  1153. do
  1154. do
  1155. li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2)
  1156. curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p
  1157. game.Debris:AddItem(li, 10)
  1158. table.insert(Effects, {
  1159. li,
  1160. "Disappear",
  1161. last
  1162. })
  1163. end
  1164. end
  1165. end
  1166. end
  1167. end
  1168. };
  1169.  
  1170. EffectTemplate = {
  1171.  
  1172. };
  1173. }
  1174. function Beem(Part, Dmg)
  1175. sp = Part.Position
  1176. dirr = Part.CFrame * CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  1177. local hit, pos = rayCast(sp, dirr.lookVector, 500, Character)
  1178. local las = Instance.new("Part", Character)
  1179. las.Anchored = true
  1180. las.Locked = true
  1181. las.CanCollide = false
  1182. las.TopSurface = 0
  1183. las.BottomSurface = 0
  1184. las.BrickColor = BrickColor.new("Really red")
  1185. las.Size = Vector3.new(1, 1, 1)
  1186. las.CFrame = CFrame.new((Part.Position + pos) / 2, pos) * CFrame.Angles(math.rad(90), 0, 0)
  1187. local msh = Instance.new("SpecialMesh", las)
  1188. mag = (Part.Position - pos).magnitude
  1189. msh.Scale = Vector3.new(0.1, mag, 0.1)
  1190. coroutine.resume(coroutine.create(function(Part, Mesh)
  1191. for i = 0, 0.8, 0.1 do
  1192. wait()
  1193. Part.Transparency = Part.Transparency + 0.2
  1194. Mesh.Scale = Mesh.Scale + Vector3.new(2.5, 0.7, 2.5)
  1195. end
  1196. Part.Parent = nil
  1197. end), las, msh)
  1198. if pos ~= nil then
  1199. local las2 = Instance.new("Part", Character)
  1200. las2.Anchored = true
  1201. las2.Locked = true
  1202. las2.CanCollide = false
  1203. las2.TopSurface = 0
  1204. las2.BottomSurface = 0
  1205. las2.Transparency = 1
  1206. las2.BrickColor = BrickColor.new("Really red")
  1207. las2.Size = Vector3.new(1, 1, 1)
  1208. las2.CFrame = CFrame.new(pos) * CFrame.Angles(math.rad(90), 0, 0)
  1209. local msh = Instance.new("SpecialMesh", las2)
  1210. msh.MeshType = "Sphere"
  1211. mag = (Part.Position - pos).magnitude
  1212. msh.Scale = Vector3.new(0.1, 0.1, 0.1)
  1213. 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)
  1214. Effects.Sphere.Create(BrickColor.new("Really red"), las2.CFrame, 6, 6, 6, 9, 9, 9, 0.09)
  1215. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=228343252", las2, 1.2, 0.9)
  1216.  
  1217. coroutine.resume(coroutine.create(function(Part, Mesh)
  1218. for i = 0, 0.8, 0.1 do
  1219. wait()
  1220. Part.Transparency = Part.Transparency + 1
  1221. Mesh.Scale = Mesh.Scale + Vector3.new(0, 0, 0)
  1222. end
  1223. Part.Parent = nil
  1224. end), las2, msh)
  1225. end
  1226. if hit ~= nil and pos ~= nil then
  1227. if hit.Parent.className == "Hat" then
  1228. hit:BreakJoints()
  1229. hit.Velocity = Vector3.new(math.random(-5, 5), 20, math.random(-5, 5))
  1230. end
  1231. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Name ~= "Base" and hit.Parent.Name ~= Player.Name then
  1232. hit.Parent.Humanoid:TakeDamage(Dmg)
  1233. end
  1234. end
  1235. end
  1236. function attackone()
  1237. attack = true
  1238. local con = Hitbox.Touched:connect(function(hit)
  1239. Damage(Hitbox, hit, 15, 25, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149186", 1)
  1240. end)
  1241. for i = 0, 1, 0.1 do
  1242. swait()
  1243. PlayAnimationFromTable({
  1244. 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),
  1245. 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),
  1246. 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),
  1247. 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),
  1248. 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),
  1249. 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),
  1250. }, .3, false)
  1251. 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)
  1252. end
  1253. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=231917758", Hitbox, 1, 1)
  1254. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=159972643", RootPart, 2.2, 1)
  1255. for i = 0, .2, 0.1 do
  1256. swait()
  1257. PlayAnimationFromTable({
  1258. 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),
  1259. 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),
  1260. 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),
  1261. 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),
  1262. 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),
  1263. 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),
  1264. }, .3, false)
  1265. 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)
  1266. end
  1267. for i = 0, 1, 0.1 do
  1268. swait()
  1269. PlayAnimationFromTable({
  1270. 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),
  1271. 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),
  1272. 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),
  1273. 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),
  1274. 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),
  1275. 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),
  1276. }, .3, false)
  1277. 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)
  1278. end
  1279. con:Disconnect()
  1280. attack = false
  1281. end
  1282. attacktwo = function()
  1283. attack = true
  1284. local con = Hitbox.Touched:connect(function(hit)
  1285. Damage(Hitbox, hit, 15, 25, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149186", 1)
  1286. end)
  1287.  
  1288. for i = 0, 1, 0.1 do
  1289. swait()
  1290. PlayAnimationFromTable({
  1291. 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),
  1292. 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),
  1293. 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),
  1294. 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),
  1295. 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),
  1296. 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),
  1297. }, .3, false)
  1298. 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)
  1299. end
  1300. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=231917758", Hitbox, 1, 1)
  1301. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=159972627", RootPart, 2.2, 1)
  1302. for i = 0, 1, 0.1 do
  1303. swait()
  1304. PlayAnimationFromTable({
  1305. 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),
  1306. 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),
  1307. 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),
  1308. 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),
  1309. 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),
  1310. 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),
  1311. }, .3, false)
  1312. 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)
  1313. end
  1314. con:Disconnect()
  1315. attack = false
  1316. end
  1317. attackthree = function()
  1318. attack = true
  1319. local con = RightLeg.Touched:connect(function(hit)
  1320. Damage(RightLeg, hit, 15, 25, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149186", 1)
  1321. end)
  1322. for i = 0, 1, 0.1 do
  1323. swait()
  1324. PlayAnimationFromTable({
  1325. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1326. 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),
  1327. 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),
  1328. 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),
  1329. 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),
  1330. 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),
  1331. }, .3, false)
  1332. 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)
  1333. end
  1334. Torso.Velocity = RootPart.CFrame.lookVector * 60
  1335. --Torso.Velocity = Vector3.new(0, 40, 0)
  1336. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199145095", RightLeg, 1, 0.8)
  1337. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=159882477", RootPart, 2.2, 1)
  1338. for i = 0, 1, 0.1 do
  1339. swait()
  1340. PlayAnimationFromTable({
  1341. 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),
  1342. 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),
  1343. 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),
  1344. 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),
  1345. 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),
  1346. 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),
  1347. }, .3, false)
  1348. 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)
  1349. end
  1350. attack = false
  1351. con:Disconnect()
  1352. end
  1353. attackfour = function()
  1354. attack = true
  1355. 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),})
  1356. 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),})
  1357.  
  1358. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199145497", RootPart, 1, 1)
  1359. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=159882584", RootPart, 2.2, 1)
  1360. Humanoid.Jump = true
  1361. Torso.Velocity = Vector3.new(0, 90, 0)
  1362. for i = 0, 1, 0.1 do
  1363. swait()
  1364. PlayAnimationFromTable({
  1365. CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1366. 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),
  1367. 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),
  1368. 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),
  1369. 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),
  1370. 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),
  1371. }, .3, false)
  1372. 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)
  1373. end
  1374. for i = 0, 1.5, 0.1 do
  1375. swait()
  1376. PlayAnimationFromTable({
  1377. 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),
  1378. 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),
  1379. 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),
  1380. 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),
  1381. 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),
  1382. 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),
  1383. }, .3, false)
  1384. 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)
  1385. end
  1386. coroutine.wrap(function()
  1387. wait(.1)
  1388. MagnitudeDamage(ref, 12, 15, 25, math.random(1, 5), "Normal", "http://www.roblox.com/asset/?id=199145477", 1)
  1389. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199145477", ref, 1, 1)
  1390. Effects.Sphere.Create(BrickColor.new("Really black"), ref.CFrame, 1, 1, 1, 7.5, 7.5, 7.5, 0.07)
  1391. Effects.Sphere.Create(BrickColor.new("Really red"), ref.CFrame, 1, 1, 1, 6.5, 6.5, 6.5, 0.07)
  1392. 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)
  1393. end)()
  1394. for i = 0, 1.2, 0.1 do
  1395. swait()
  1396. PlayAnimationFromTable({
  1397. 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),
  1398. 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),
  1399. 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),
  1400. 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),
  1401. 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),
  1402. 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),
  1403. }, .8, false)
  1404. 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)
  1405. end
  1406. attack = false
  1407. wait(1)
  1408. ref:Remove()
  1409. end
  1410. spank = function()
  1411. attack = true
  1412.  
  1413. attack = false
  1414. end
  1415. aa2 = function()
  1416. attack = true
  1417.  
  1418. attack = false
  1419. end
  1420. aa3 = function()
  1421. attack = true
  1422.  
  1423. attack = false
  1424. end
  1425. Watergunshoot = function()
  1426. attack = true
  1427. 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),})
  1428. 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),})
  1429.  
  1430. for i = 0, 1, 0.1 do
  1431. swait()
  1432. PlayAnimationFromTable({
  1433. 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),
  1434. 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),
  1435. 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),
  1436. 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),
  1437. 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),
  1438. 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),
  1439. }, .3, false)
  1440. 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)
  1441. end
  1442. Humanoid.WalkSpeed = Humanoid.WalkSpeed - 10
  1443. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=240517975", ref, 1, 1)
  1444. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=136007472", ref, 1, .6)
  1445. for i = 0, 10, 0.1 do
  1446. swait()
  1447. PlayAnimationFromTable({
  1448. 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),
  1449. 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),
  1450. 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),
  1451. 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),
  1452. 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),
  1453. 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),
  1454. }, .05, false)
  1455. 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)
  1456. 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)
  1457. end
  1458. wait(1)
  1459. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=160212892", RootPart, 2.2, 0.9)
  1460. --159882578
  1461. wait(0.7)
  1462. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=215270668", Character, 1.5, 0.8)
  1463. coroutine.wrap(function()
  1464. for i = 0, 8, 0.2 do
  1465. swait(1)
  1466. Beem(ref, math.random(4,8))
  1467. end
  1468. end)()
  1469. for i = 0, 10, 0.1 do
  1470. swait()
  1471. PlayAnimationFromTable({
  1472. 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),
  1473. 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),
  1474. 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),
  1475. 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),
  1476. 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),
  1477. 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),
  1478. }, .3, false)
  1479. 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)
  1480. Torso.Velocity = RootPart.CFrame.lookVector * -16
  1481. end
  1482.  
  1483. Humanoid.WalkSpeed = Humanoid.WalkSpeed + 10
  1484. ref:Remove()
  1485. attack = false
  1486. end
  1487. Mouse.Button1Down:connect(function()
  1488. if attack == false and attacktype == 1 then
  1489. attacktype = 2
  1490. attackone()
  1491. else if attack == false and attacktype == 2 then
  1492. attacktype = 3
  1493. attacktwo()
  1494. else if attack == false and attacktype == 3 then
  1495. attacktype = 4
  1496. attackthree()
  1497. else if attack == false and attacktype == 4 then
  1498. attacktype = 1
  1499. attackfour()
  1500. end
  1501. end
  1502. end
  1503. end
  1504. end)
  1505.  
  1506. Mouse.KeyDown:connect(function(k)
  1507. k = k:lower()
  1508. if attack == false and k == 'z' then
  1509. spank()
  1510. else if attack == false and k == 'x' then
  1511. aa2()
  1512. else if attack == false and k == 'c' then
  1513. aa3()
  1514. else if attack == false and k == 'v' then
  1515. Watergunshoot()
  1516. end
  1517. end
  1518. end
  1519. end
  1520. end)
  1521.  
  1522. while true do
  1523. swait()
  1524. for i, v in pairs(Character:GetChildren()) do
  1525. if v:IsA("Part") then
  1526. v.Material = "SmoothPlastic"
  1527. elseif v:IsA("Accessory") then
  1528. v:WaitForChild("Handle").Material = "SmoothPlastic"
  1529. end
  1530. end
  1531. while 1 do
  1532. swait()
  1533. if rest <= 100 then
  1534. rest = rest + 0.1
  1535. else
  1536. rest = rest + 0
  1537. end
  1538. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1539. velocity = RootPart.Velocity.y
  1540. sine = sine + change
  1541. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  1542. if RootPart.Velocity.y > 1 and hit == nil then
  1543. Anim = "Jump"
  1544. if attack == false then
  1545. rest = 0
  1546. 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)
  1547.  
  1548. PlayAnimationFromTable({
  1549. 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),
  1550. 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),
  1551. 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),
  1552. 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),
  1553. 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),
  1554. 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),
  1555. }, .3, false)
  1556. end
  1557. elseif RootPart.Velocity.y < -1 and hit == nil then
  1558. Anim = "Fall"
  1559. if attack == false then
  1560. rest = 0
  1561. 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)
  1562.  
  1563. PlayAnimationFromTable({
  1564. 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),
  1565. 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),
  1566. 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),
  1567. 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),
  1568. 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),
  1569. 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),
  1570. }, .3, false)
  1571. end
  1572. end
  1573. if Torsovelocity < 1 and hit ~= nil then
  1574. Anim = "Idle"
  1575. if attack == false then
  1576. change = 1
  1577. -->|
  1578. -->>|
  1579. -->|
  1580. if rest <= 100 then
  1581. 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)
  1582.  
  1583. --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)
  1584. PlayAnimationFromTable({
  1585. 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),
  1586. 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),
  1587. 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),
  1588. 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),
  1589. 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),
  1590. 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),
  1591. }, .3, false)
  1592.  
  1593. else
  1594. PlayAnimationFromTable({
  1595. 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),
  1596. 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),
  1597. 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),
  1598. 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),
  1599. 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),
  1600. 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),
  1601. }, .3, false)
  1602. 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)
  1603. end
  1604. end
  1605. elseif Torsovelocity > 2 and hit ~= nil then
  1606. Anim = "Walk"
  1607. if attack == false then
  1608. rest = 0
  1609. PlayAnimationFromTable({
  1610. 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),
  1611. 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),
  1612. 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),
  1613. 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),
  1614. 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)),
  1615. 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)),
  1616. }, .3, false)
  1617. 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)
  1618.  
  1619. end
  1620. end
  1621. if 0 < #Effects then
  1622. for e = 1, #Effects do
  1623. if Effects[e] ~= nil then
  1624. local Thing = Effects[e]
  1625. if Thing ~= nil then
  1626. local Part = Thing[1]
  1627. local Mode = Thing[2]
  1628. local Delay = Thing[3]
  1629. local IncX = Thing[4]
  1630. local IncY = Thing[5]
  1631. local IncZ = Thing[6]
  1632. if Thing[2] == "Shoot" then
  1633. local Look = Thing[1]
  1634. local move = 30
  1635. if Thing[8] == 3 then
  1636. move = 10
  1637. end
  1638. local hit, pos = rayCast(Thing[4], Thing[1], move, m)
  1639. if Thing[10] ~= nil then
  1640. da = pos
  1641. cf2 = CFrame.new(Thing[4], Thing[10].Position)
  1642. cfa = CFrame.new(Thing[4], pos)
  1643. tehCF = cfa:lerp(cf2, 0.2)
  1644. Thing[1] = tehCF.lookVector
  1645. end
  1646. local mag = (Thing[4] - pos).magnitude
  1647. 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)
  1648. if Thing[8] == 2 then
  1649. 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)
  1650. end
  1651. Thing[4] = Thing[4] + Look * move
  1652. Thing[3] = Thing[3] - 1
  1653. if 2 < Thing[5] then
  1654. Thing[5] = Thing[5] - 0.3
  1655. Thing[6] = Thing[6] - 0.3
  1656. end
  1657. if hit ~= nil then
  1658. Thing[3] = 0
  1659. if Thing[8] == 1 or Thing[8] == 3 then
  1660. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  1661. else
  1662. if Thing[8] == 2 then
  1663. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  1664. if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
  1665. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  1666. ref.Anchored = true
  1667. ref.CFrame = CFrame.new(pos)
  1668. CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
  1669. game:GetService("Debris"):AddItem(ref, 0.2)
  1670. 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)
  1671. 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)
  1672. MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
  1673. end
  1674. end
  1675. end
  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. Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
  1680. game:GetService("Debris"):AddItem(ref, 1)
  1681. end
  1682. if Thing[3] <= 0 then
  1683. table.remove(Effects, e)
  1684. end
  1685. end
  1686. do
  1687. do
  1688. if Thing[2] == "FireWave" then
  1689. if Thing[3] <= Thing[4] then
  1690. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
  1691. Thing[3] = Thing[3] + 1
  1692. Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
  1693. else
  1694. Part.Parent = nil
  1695. table.remove(Effects, e)
  1696. end
  1697. end
  1698. if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
  1699. if Thing[1].Transparency <= 1 then
  1700. if Thing[2] == "Block1" then
  1701. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1702. Mesh = Thing[7]
  1703. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1704. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1705. else
  1706. if Thing[2] == "Block2" then
  1707. Thing[1].CFrame = Thing[1].CFrame
  1708. Mesh = Thing[7]
  1709. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1710. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1711. else
  1712. if Thing[2] == "Fire" then
  1713. Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
  1714. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1715. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1716. else
  1717. if Thing[2] == "Cylinder" then
  1718. Mesh = Thing[7]
  1719. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1720. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1721. else
  1722. if Thing[2] == "Blood" then
  1723. Mesh = Thing[7]
  1724. Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
  1725. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1726. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1727. else
  1728. if Thing[2] == "Elec" then
  1729. Mesh = Thing[10]
  1730. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  1731. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1732. else
  1733. if Thing[2] == "Disappear" then
  1734. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1735. end
  1736. end
  1737. end
  1738. end
  1739. end
  1740. end
  1741. end
  1742. else
  1743. Part.Parent = nil
  1744. table.remove(Effects, e)
  1745. end
  1746. end
  1747. end
  1748. end
  1749. end
  1750. end
  1751. end
  1752. end
  1753. end
  1754.  
  1755. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement