lilbakka78

Untitled

Aug 20th, 2018
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 150.23 KB | None | 0 0
  1. wait(0.016666666666667)
  2. local Player = game.Players.LocalPlayer
  3. repeat
  4. wait()
  5. until Player
  6. local Character = Player.Character
  7. repeat
  8. wait()
  9. until Character
  10. local Effects = {}
  11. local Humanoid = Character.Humanoid
  12. local mouse = Player:GetMouse()
  13. local m = Instance.new("Model", Character)
  14. m.Name = "WeaponModel"
  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 cam = game.Workspace.CurrentCamera
  22. local RootPart = Character.HumanoidRootPart
  23. local RootJoint = RootPart.RootJoint
  24. local equipped = false
  25. local attack = false
  26. local Anim = "Idle"
  27. local idle = 0
  28. local attacktype = 1
  29. local Torsovelocity = RootPart.Velocity * Vector3.new(1, 0, 1).magnitude
  30. local velocity = RootPart.Velocity.y
  31. local sine = 0
  32. local change = 1
  33. local grabbed = false
  34. local cn = CFrame.new
  35. local mr = math.rad
  36. local angles = CFrame.Angles
  37. local ud = UDim2.new
  38. local c3 = Color3.new
  39. Humanoid.Animator.Parent = nil
  40. Character.Animate.Parent = nil
  41. local newMotor = function(part0, part1, c0, c1)
  42.  
  43. local w = Instance.new("Motor", part0)
  44. w.Part0 = part0
  45. w.Part1 = part1
  46. w.C0 = c0
  47. w.C1 = c1
  48. return w
  49. end
  50.  
  51. clerp = function(a, b, t)
  52.  
  53. return a:lerp(b, t)
  54. end
  55.  
  56. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  57. NeckCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  58. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  59. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  60. local RH = newMotor(Torso, RightLeg, CFrame.new(0.5, -2, 0), CFrame.new(0, 0, 0))
  61. local LH = newMotor(Torso, LeftLeg, CFrame.new(-0.5, -2, 0), CFrame.new(0, 0, 0))
  62. RootJoint.C1 = CFrame.new(0, 0, 0)
  63. RootJoint.C0 = CFrame.new(0, 0, 0)
  64. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  65. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  66. local rarmc1 = RW.C1
  67. local larmc1 = LW.C1
  68. local rlegc1 = RH.C1
  69. local llegc1 = LH.C1
  70. local resetc1 = false
  71. PlayAnimationFromTable = function(table, speed, bool)
  72.  
  73. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  74. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  75. RW.C0 = clerp(RW.C0, table[3], speed)
  76. LW.C0 = clerp(LW.C0, table[4], speed)
  77. RH.C0 = clerp(RH.C0, table[5], speed)
  78. LH.C0 = clerp(LH.C0, table[6], speed)
  79. if bool == true and resetc1 == false then
  80. resetc1 = true
  81. RootJoint.C1 = RootJoint.C1
  82. Torso.Neck.C1 = Torso.Neck.C1
  83. RW.C1 = rarmc1
  84. LW.C1 = larmc1
  85. RH.C1 = rlegc1
  86. LH.C1 = llegc1
  87. end
  88. end
  89.  
  90. ArtificialHB = Instance.new("BindableEvent", Player.PlayerGui)
  91. ArtificialHB.Name = "Heartbeat"
  92. Player.PlayerGui:WaitForChild("Heartbeat")
  93. frame = 0.033333333333333
  94. tf = 0
  95. allowframeloss = false
  96. tossremainder = false
  97. lastframe = tick()
  98. Player.PlayerGui.Heartbeat:Fire()
  99. local gg = false
  100. game:GetService("RunService").Heartbeat:connect(function(s, p)
  101.  
  102. if Player.PlayerGui:FindFirstChild("Heartbeat") == nil then
  103. gg = true
  104. end
  105. if gg == true then
  106. return
  107. end
  108. tf = tf + s
  109. if frame <= tf then
  110. if allowframeloss then
  111. Player.PlayerGui.Heartbeat:Fire()
  112. lastframe = tick()
  113. else
  114. for i = 1, math.floor(tf / frame) do
  115. Player.PlayerGui.Heartbeat:Fire()
  116. end
  117. lastframe = tick()
  118. end
  119. if tossremainder then
  120. tf = 0
  121. else
  122. tf = tf - frame * math.floor(tf / frame)
  123. end
  124. end
  125. end
  126. )
  127. swait = function(num)
  128.  
  129. if num == 0 or num == nil then
  130. ArtificialHB.Event:wait()
  131. else
  132. for i = 0, num do
  133. ArtificialHB.Event:wait()
  134. end
  135. end
  136. end
  137.  
  138. local RbxUtility = LoadLibrary("RbxUtility")
  139. local Create = RbxUtility.Create
  140. local co1 = 9
  141. local co2 = 20
  142. local co3 = 12
  143. local co4 = 45
  144. local cooldown1 = 0
  145. local cooldown2 = 0
  146. local cooldown3 = 0
  147. local cooldown4 = 0
  148. local skillcolorscheme = BrickColor.new("Pastel Blue").Color
  149. local scrn = Instance.new("ScreenGui", Player.PlayerGui)
  150. makeframe = function(par, trans, pos, size, color)
  151.  
  152. local frame = Instance.new("Frame", par)
  153. frame.BackgroundTransparency = trans
  154. frame.BorderSizePixel = 0
  155. frame.Position = pos
  156. frame.Size = size
  157. frame.BackgroundColor3 = color
  158. return frame
  159. end
  160.  
  161. makelabel = function(par, text)
  162.  
  163. local label = Instance.new("TextLabel", par)
  164. label.BackgroundTransparency = 1
  165. label.Size = UDim2.new(1, 0, 1, 0)
  166. label.Position = UDim2.new(0, 0, 0, 0)
  167. label.TextColor3 = Color3.new(255, 255, 255)
  168. label.TextStrokeTransparency = 0
  169. label.FontSize = Enum.FontSize.Size32
  170. label.Font = Enum.Font.SourceSansLight
  171. label.BorderSizePixel = 0
  172. label.TextScaled = true
  173. label.Text = text
  174. end
  175.  
  176. framesk1 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.85, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  177. framesk2 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.74, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  178. framesk3 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.63, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  179. framesk4 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.52, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  180. bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  181. bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  182. bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  183. bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  184. text1 = Instance.new("TextLabel", framesk1)
  185. text1.BackgroundTransparency = 1
  186. text1.Size = UDim2.new(1, 0, 1, 0)
  187. text1.Position = UDim2.new(0, 0, 0, 0)
  188. text1.TextColor3 = Color3.new(255, 255, 255)
  189. text1.TextStrokeTransparency = 0
  190. text1.FontSize = Enum.FontSize.Size18
  191. text1.Font = Enum.Font.SourceSansLight
  192. text1.BorderSizePixel = 0
  193. text1.TextScaled = true
  194. text1.Text = "[Z]\n Azure\'s Fist"
  195. text2 = Instance.new("TextLabel", framesk2)
  196. text2.BackgroundTransparency = 1
  197. text2.Size = UDim2.new(1, 0, 1, 0)
  198. text2.Position = UDim2.new(0, 0, 0, 0)
  199. text2.TextColor3 = Color3.new(255, 255, 255)
  200. text2.TextStrokeTransparency = 0
  201. text2.FontSize = Enum.FontSize.Size18
  202. text2.Font = Enum.Font.SourceSansLight
  203. text2.BorderSizePixel = 0
  204. text2.TextScaled = true
  205. text2.Text = "[X]\n Ice Fortress"
  206. text3 = Instance.new("TextLabel", framesk3)
  207. text3.BackgroundTransparency = 1
  208. text3.Size = UDim2.new(1, 0, 1, 0)
  209. text3.Position = UDim2.new(0, 0, 0, 0)
  210. text3.TextColor3 = Color3.new(255, 255, 255)
  211. text3.TextStrokeTransparency = 0
  212. text3.FontSize = Enum.FontSize.Size18
  213. text3.Font = Enum.Font.SourceSansLight
  214. text3.BorderSizePixel = 0
  215. text3.TextScaled = false
  216. text3.Text = "[C]\n Spirice"
  217. text4 = Instance.new("TextLabel", framesk4)
  218. text4.BackgroundTransparency = 1
  219. text4.Size = UDim2.new(1, 0, 1, 0)
  220. text4.Position = UDim2.new(0, 0, 0, 0)
  221. text4.TextColor3 = Color3.new(255, 255, 255)
  222. text4.TextStrokeTransparency = 0
  223. text4.FontSize = Enum.FontSize.Size18
  224. text4.Font = Enum.Font.SourceSansLight
  225. text4.BorderSizePixel = 0
  226. text4.TextScaled = true
  227. text4.Text = "[V]\n Frozen Kingdom"
  228. RemoveOutlines = function(part)
  229.  
  230. part.TopSurface = 10
  231. end
  232.  
  233. CreatePart = function(Parent, Material, Reflectance, Transparency, PartType, BColor, Name, Size, MeshId)
  234.  
  235. if PartType == "Part" then
  236. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  237. Part.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  238. RemoveOutlines(Part)
  239. return Part
  240. else
  241. do
  242. if PartType == "WedgePart" then
  243. local Part = Create("WedgePart")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  244. Part.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  245. RemoveOutlines(Part)
  246. return Part
  247. end
  248. end
  249. end
  250. end
  251.  
  252. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  253.  
  254. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  255. if Mesh == "SpecialMesh" then
  256. Msh.MeshType = MeshType
  257. Msh.MeshId = MeshId
  258. end
  259. return Msh
  260. end
  261.  
  262. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  263.  
  264. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  265. return Weld
  266. end
  267.  
  268. Handle = CreatePart(m, Enum.Material.SmoothPlastic, 0, 1, "Part", "Bright blue", "Handle", Vector3.new(3.55606198, 0.227308542, 0.271095097))
  269. HandleWeld = CreateWeld(m, Character["Right Arm"], Handle, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.194036484, -1.06744099, 0.0406494141, 0, 0, -1, 0, -0.999999881, 0, -1, 0, 0))
  270. CreateMesh("SpecialMesh", Handle, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  271. FakeHandle = CreatePart(m, Enum.Material.SmoothPlastic, 0, 1, "Part", "Bright blue", "FakeHandle", Vector3.new(3.55606198, 0.227308542, 0.271095097))
  272. FakeHandleWeld = CreateWeld(m, Handle, FakeHandle, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  273. CreateMesh("SpecialMesh", FakeHandle, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  274. Hitbox = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Storm blue", "Hitbox", Vector3.new(9.09395504, 1.78107154, 1.88537669))
  275. HitboxWeld = CreateWeld(m, FakeHandle, Hitbox, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.11891365, -0.0224838257, -0.0009765625, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  276. CreateMesh("SpecialMesh", Hitbox, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  277. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0124348598, 0.191385105, 0.068055287))
  278. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.39756775, -0.403594971, 0.0450401306, -0.930392146, 0, 0.366566032, -0.366566032, 0, -0.930392146, 0, -1, 0))
  279. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Navy blue", "Part", Vector3.new(0.163764864, 0.148877189, 0.284163624))
  280. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0336227417, -0.0348205566, 2.89076233, 0, 0.707106829, -0.707106829, 0.194113031, 0.693657041, 0.693657041, 0.980979145, -0.137258619, -0.137258619))
  281. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560172, 0.220658869, 0.323948592))
  282. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0336227417, 0.0898132324, 2.58876038, 0, 0.707106829, -0.707106829, 0.242578879, 0.685986698, 0.685986698, 0.970131695, -0.171529159, -0.171529159))
  283. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.34156397))
  284. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0336227417, 0.714149475, 2.16702271, 0, 0.707106829, -0.707106829, 0.48434183, 0.618632734, 0.618632734, 0.874878883, -0.342481434, -0.342481434))
  285. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.34156397))
  286. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.000717163086, 0.729354858, 2.15858841, 0, -0.906307876, -0.422617942, 0.484340996, 0.369739741, -0.792910099, 0.874879301, -0.204691187, 0.438962042))
  287. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0124348607, 0.19138512, 0.0680552945))
  288. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.40331078, -0.389001369, 0.0157318115, -0.930392146, 0.366566032, 0, -0.366566032, -0.930392146, 0, 0, 0, 1))
  289. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560172, 0.220658869, 0.323948592))
  290. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00072479248, 0.106704712, 2.58452988, 0, -0.906307876, -0.422617942, 0.242579028, 0.409995139, -0.879238069, 0.970131636, -0.102518253, 0.21985127))
  291. Part = CreatePart(m, Enum.Material.Neon, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.284163624))
  292. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0336227417, -0.0467758179, 2.89076996, 0, 0.707106829, -0.707106829, 0.194113031, 0.693657041, 0.693657041, 0.980979145, -0.137258619, -0.137258619))
  293. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Navy blue", "Part", Vector3.new(0.163764864, 0.148877189, 0.284163624))
  294. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.000701904297, -0.0177459717, 2.88739014, 0, -0.906307876, -0.422617942, 0.194112033, 0.41457954, -0.889069378, 0.980979443, -0.0820352361, 0.175925285))
  295. Part = CreatePart(m, Enum.Material.Neon, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.284163624))
  296. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.045042038, -0.0331573486, 2.88807297, 0, 1, 0, 0.194113046, 0, 0.980979264, 0.980979264, 0, -0.194113031))
  297. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560172, 0.220658869, 0.323948592))
  298. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0157318115, 0.0880947113, 2.58918381, 0, 0, -1, 0.242578909, 0.970131636, 0, 0.970131636, -0.242578909, 0))
  299. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.341564029))
  300. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0293731689, 0.751953125, 2.14609528, 0, 0, 1, 0.484341174, -0.874879301, 0, 0.874879301, 0.484341174, 0))
  301. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  302. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0151062012, 4.13348389, -0.00489807129, 0, -0.707105815, 0.707107842, 1, 0, 0, 0, 0.707107842, 0.707105815))
  303. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  304. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00489807129, 10.1371002, -0.0150909424, 0, 0.707106829, 0.707106829, 1, 0, 0, 0, 0.707106829, -0.707106829))
  305. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0124348607, 0.19138512, 0.0680552945))
  306. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.3962822, -0.406845093, -0.00072479248, -0.930392265, 0.15491803, -0.332221091, -0.366565704, -0.393200845, 0.843221664, 6.24316328e-07, 0.906307638, 0.422618598))
  307. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Navy blue", "Part", Vector3.new(0.075609535, 0.3325423, 0.396600127))
  308. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.61819458, 0.0229701996, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  309. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  310. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970280886, 0.890232503))
  311. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00490570068, 8.13589478, -0.015083313, 0, 0.707106829, 0.707106829, 1, 0, 0, 0, 0.707106829, -0.707106829))
  312. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.50938499))
  313. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.000701904297, 1.11251831, 1.58405304, 0, -0.906307876, -0.422617942, 0.64913106, 0.321475595, -0.689407229, 0.760676563, -0.27433446, 0.588312626))
  314. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0124348607, 0.19138512, 0.0680552945))
  315. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.40266418, -0.390640259, 0.0336380005, -0.930392265, 0.25920105, 0.25920105, -0.366565615, -0.657886624, -0.657886624, 0, -0.707106829, 0.707106829))
  316. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  317. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0123729706, 7.13529968, -0.00744628906, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  318. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.34156397))
  319. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0450439453, 0.726333618, 2.16029358, 0, 1, 0, 0.484341174, 0, 0.874879301, 0.874879301, 0, -0.484341174))
  320. Part = CreatePart(m, Enum.Material.Neon, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658809, 0.284163564))
  321. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.000709533691, -0.0297241211, 2.88739777, 0, -0.906307876, -0.422617942, 0.194112033, 0.41457954, -0.889069378, 0.980979443, -0.0820352361, 0.175925285))
  322. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.50938499))
  323. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0336227417, 1.09928131, 1.59535217, 0, 0.707106829, -0.707106829, 0.649130166, 0.537880123, 0.537880123, 0.760677338, -0.459004343, -0.459004343))
  324. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.50938499))
  325. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0157318115, 1.09793949, 1.59649658, 0, 0, -1, 0.649130285, 0.760677338, 0, 0.760677338, -0.649130285, 0))
  326. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.50938499))
  327. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0450286865, 1.10984802, 1.58633423, 0, 1, 0, 0.649130821, 0, 0.760676801, 0.760676801, 0, -0.649130821))
  328. Part = CreatePart(m, Enum.Material.Neon, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658809, 0.284163564))
  329. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0157318115, -0.0485196114, 2.89111519, 0, 0, -1, 0.194112077, 0.980979383, 0, 0.980979383, -0.194112092, 0))
  330. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.50938499))
  331. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0441589355, 1.12203979, 1.5759201, 0, 0.76604414, 0.642788053, 0.64913094, -0.488953888, 0.582711995, 0.760676742, 0.417253613, -0.497262925))
  332. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Navy blue", "Part", Vector3.new(0.163764834, 0.148877174, 0.284163564))
  333. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0157318115, -0.0365557671, 2.89112854, 0, 0, -1, 0.194112077, 0.980979383, 0, 0.980979383, -0.194112092, 0))
  334. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Bright blue", "Part", Vector3.new(3.55606198, 0.227308542, 0.271095097))
  335. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  336. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  337. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  338. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0150909424, 6.13469124, 0.00489807129, 0, 0.707106829, -0.707106829, 1, 0, 0, 0, -0.707106829, -0.707106829))
  339. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Navy blue", "Part", Vector3.new(0.163764834, 0.148877174, 0.284163564))
  340. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0441589355, -0.00542449951, 2.88497162, 0, 0.76604414, 0.642788053, 0.194112048, -0.630561829, 0.751473486, 0.980979383, 0.124772891, -0.14869839))
  341. Part = CreatePart(m, Enum.Material.Neon, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658809, 0.284163564))
  342. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0441665649, -0.0174026489, 2.88495636, 0, 0.76604414, 0.642788053, 0.194112048, -0.630561829, 0.751473486, 0.980979383, 0.124772891, -0.14869839))
  343. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  344. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0141429901, 5.13409233, 0.00720214844, 0, -1, 0, 1, 0, 0, 0, 0, 1))
  345. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970280886, 0.890232503))
  346. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0141429901, 3.13287163, 0.00721740723, 0, -1, 0, 1, 0, 0, 0, 0, 1))
  347. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  348. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00744628906, 7.13529968, 0.0123729706, 0, 0, -1, 1, 0, 0, 0, -1, 0))
  349. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.34156397))
  350. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0157318115, 0.712605476, 2.1678772, 0, 0, -1, 0.48434189, 0.874878824, 0, 0.874878824, -0.48434186, 0))
  351. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.349999994, 0.200000003))
  352. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0292510986, 0.90250349, -5.09399033, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  353. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568326489", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  354. Part = CreatePart(m, Enum.Material.Neon, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0862425864, 0.279625356, 0.406691492))
  355. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0276031494, -1.2758739, 2.98108482, 0, 0, -1, -0.145146027, 0.989410222, 0, 0.989410222, 0.145146027, 0))
  356. Part = CreatePart(m, Enum.Material.Neon, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.284163624))
  357. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0293731689, -0.00439929962, 2.88238525, 0, 0, 1, 0.194113046, -0.980979264, 0, 0.980979264, 0.194113031, 0))
  358. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  359. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.00749207, 0.0593109131, -7.10399151, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  360. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  361. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0124348598, 0.191385105, 0.068055287))
  362. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.38682175, -0.430853844, 0.0293731689, -0.930392444, -0.366565168, 0, -0.366565198, 0.930392444, 0, 0, 0, -1))
  363. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.323948562))
  364. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0450363159, 0.10333252, 2.58538818, 0, 1, 0, 0.242580116, 0, 0.970131457, 0.970131457, 0, -0.242580116))
  365. Part = CreatePart(m, Enum.Material.Neon, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.284163624))
  366. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00804901123, -0.00831604004, 2.88316154, 0, -0.819152296, 0.573576152, 0.194113091, -0.562666297, -0.803571343, 0.980979264, 0.111338645, 0.15900819))
  367. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970280886, 0.890232503))
  368. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00721740723, 11.1376972, -0.0141429901, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  369. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  370. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0151062012, 10.1371002, 0.00489807129, 0, 0.707105815, -0.707107842, 1, 0, 0, 0, -0.707107842, -0.707105815))
  371. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  372. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.00749207, 0.0593109131, -3.09398842, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  373. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  374. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  375. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.06249118, 0.0206451416, -11.1339998, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  376. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  377. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970280886, 0.890232503))
  378. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00721740723, 3.13287163, -0.0141429901, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  379. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Navy blue", "Part", Vector3.new(0.163764864, 0.148877189, 0.284163624))
  380. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00804138184, 0.00366210938, 2.88315773, 0, -0.819152296, 0.573576152, 0.194113091, -0.562666297, -0.803571343, 0.980979264, 0.111338645, 0.15900819))
  381. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970280886, 0.890232503))
  382. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0141429901, 11.1376972, -0.00721740723, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  383. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Navy blue", "Part", Vector3.new(0.163764864, 0.148877189, 0.284163624))
  384. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0293731689, 0.007563591, 2.88237953, 0, 0, 1, 0.194113046, -0.980979264, 0, 0.980979264, 0.194113031, 0))
  385. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  386. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00720214844, 5.13409233, 0.0141429901, 0, 0, -1, 1, 0, 0, 0, -1, 0))
  387. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0124348598, 0.191385105, 0.068055287))
  388. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.39168549, -0.418525696, 0.0441513062, -0.930392385, -0.23562409, 0.280805081, -0.366565406, 0.598044813, -0.712721825, 3.94508675e-07, -0.766044259, -0.642787874))
  389. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  390. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00489807129, 4.13348389, -0.0150909424, 0, 0.707106829, 0.707106829, 1, 0, 0, 0, 0.707106829, -0.707106829))
  391. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Navy blue", "Part", Vector3.new(0.207527667, 0.188661531, 0.406691492))
  392. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0276031494, -1.26071024, 2.98107529, 0, 0, -1, -0.145146027, 0.989410222, 0, 0.989410222, 0.145146027, 0))
  393. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970280886, 0.890232503))
  394. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0141429901, 9.13652039, -0.00721740723, 0, 1, 0, 1, 0, 0, 0, 0, -1))
  395. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.341564029))
  396. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0441589355, 0.740348816, 2.15251923, 0, 0.76604414, 0.642788053, 0.484341055, -0.562361956, 0.670196176, 0.874879301, 0.31132862, -0.371026605))
  397. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970280886, 0.890232503))
  398. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00721740723, 9.13652039, -0.0141429901, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  399. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.323948562))
  400. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0293731689, 0.13173914, 2.57828331, 0, 0, 1, 0.242578909, -0.970131636, 0, 0.970131636, 0.242578909, 0))
  401. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  402. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02749205, 0.0593109131, -11.1339998, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  403. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  404. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970280886, 0.890232503))
  405. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0150909424, 8.13589478, 0.00490570068, 0, 0.707105815, -0.707107842, 1, 0, 0, 0, -0.707107842, -0.707105815))
  406. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0124348598, 0.191385105, 0.068055287))
  407. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.38828659, -0.427124023, 0.00804901123, -0.930392265, -0.210253045, -0.300273061, -0.366565526, 0.533650935, 0.762132943, 2.26868551e-07, 0.819152296, -0.573576152))
  408. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Navy blue", "Part", Vector3.new(0.163764864, 0.148877189, 0.284163624))
  409. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.045042038, -0.0211791992, 2.88806534, 0, 1, 0, 0.194113046, 0, 0.980979264, 0.980979264, 0, -0.194113031))
  410. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Steel blue", "Part", Vector3.new(2.18404269, 0.970281005, 0.890232503))
  411. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00489807129, 6.13469124, -0.0151062012, 0, 0.707105815, 0.707107842, 1, 0, 0, 0, 0.707107842, -0.707105815))
  412. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.323948562))
  413. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0441589355, 0.118881226, 2.58149719, 0, 0.76604414, 0.642788053, 0.242580086, -0.62358892, 0.743163466, 0.970131397, 0.155927584, -0.185827032))
  414. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  415. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02749205, 0.0593109131, -9.14398956, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  416. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  417. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  418. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.04432678, 0.057477951, -7.10399151, 0, 0, -1, 0, -1, 0, -1, 0, 0))
  419. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  420. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  421. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02566528, 0.0224779844, -11.1339998, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  422. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  423. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  424. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.00566101, 0.0224779844, -3.09398842, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  425. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  426. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  427. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.00566101, 0.0224779844, -7.10399151, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  428. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  429. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.349999994, 0.200000003))
  430. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00758194923, 0.900665283, -5.09399033, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  431. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568326489", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  432. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  433. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.04432678, 0.057477951, -3.09398842, 0, 0, -1, 0, -1, 0, -1, 0, 0))
  434. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  435. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.349999994, 0.200000003))
  436. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.01612854, 0.918701172, -4.09398651, 0, 0.707106829, -0.707106829, 0, -0.707106829, -0.707106829, -1, 0, 0))
  437. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568326489", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  438. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  439. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02370453, 0.0139389038, -10.1039886, 0, 0.707106829, 0.707106829, 0, 0.707106829, -0.707106829, -1, 0, 0))
  440. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  441. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  442. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.0578537, 0.0280838013, -6.14399147, 0, 0.707106829, 0.707106829, 0, 0.707106829, -0.707106829, -1, 0, 0))
  443. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  444. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  445. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.04248714, 0.0206451416, -7.10399151, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  446. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  447. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  448. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.04248714, 0.0206451416, -3.09398842, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  449. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  450. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  451. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02566528, 0.0224779844, -9.14398956, 0, 0, 1, 0, 1, 0, -1, 0, 0))
  452. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  453. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  454. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.06433105, 0.057477951, -11.1339998, 0, 0, -1, 0, -1, 0, -1, 0, 0))
  455. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  456. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  457. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.06433105, 0.057477951, -9.14398956, 0, 0, -1, 0, -1, 0, -1, 0, 0))
  458. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  459. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  460. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.05784607, 0.0280761719, -8.13400269, 0, 0.707106829, 0.707106829, 0, 0.707106829, -0.707106829, -1, 0, 0))
  461. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  462. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  463. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.04629517, 0.0660247803, -8.14399052, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829, -1, 0, 0))
  464. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  465. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  466. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02629089, 0.0660247803, -4.10398293, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829, -1, 0, 0))
  467. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  468. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.349999994, 0.200000003))
  469. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00862121582, 0.946060181, -8.09399319, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829, -1, 0, 0))
  470. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568326489", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  471. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  472. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.04016113, 0.0200653076, -8.14399052, 0, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -1, 0, 0))
  473. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  474. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  475. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.07102966, 0.0386962891, -4.13399696, 0, 0.707106829, -0.707106829, 0, -0.707106829, -0.707106829, -1, 0, 0))
  476. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  477. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  478. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.05103302, 0.0386886597, -6.09399986, 0, 0.707106829, -0.707106829, 0, -0.707106829, -0.707106829, -1, 0, 0))
  479. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  480. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  481. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.998947144, 0.0412750244, -4.10398293, 0, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -1, 0, 0))
  482. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  483. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.349999994, 0.200000003))
  484. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0112075806, 0.893959045, -10.0939913, 0, 0.707106829, 0.707106829, 0, 0.707106829, -0.707106829, -1, 0, 0))
  485. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568326489", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  486. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  487. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.998947144, 0.0412750244, -6.09399986, 0, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -1, 0, 0))
  488. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  489. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  490. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.05103302, 0.0386886597, -10.1039886, 0, 0.707106829, -0.707106829, 0, -0.707106829, -0.707106829, -1, 0, 0))
  491. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364281", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  492. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  493. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.06249118, 0.0206451416, -9.14398956, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  494. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  495. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.349999994, 0.200000003))
  496. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.035949707, 0.921310425, -10.0939913, 0, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, -1, 0, 0))
  497. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568326489", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  498. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.479999989, 0.200000003))
  499. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.04629517, 0.0660247803, -6.13400459, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829, -1, 0, 0))
  500. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568364990", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.0199999996, 0.00999999978))
  501. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.349999994, 0.200000003))
  502. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00941467285, 0.937506199, -5.09399033, 0, 0, -1, 0, -1, 0, -1, 0, 0))
  503. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568326489", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  504. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.200000003, 0.349999994, 0.200000003))
  505. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0274180174, 0.939346313, -5.09399033, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  506. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "rbxassetid://568326489", Vector3.new(0, 0, 0), Vector3.new(0.00999999978, 0.00999999978, 0.00999999978))
  507. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.323948562))
  508. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00804138184, 0.127853394, 2.57925224, 0, -0.819152296, 0.573576152, 0.24257803, -0.556444526, -0.794685781, 0.970131934, 0.13913697, 0.198708341))
  509. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Really black", "Part", Vector3.new(0.200000003, 0.267308563, 0.301095068))
  510. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.79806709, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  511. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  512. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.50938499))
  513. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00804901123, 1.12909698, 1.56990051, 0, -0.819152296, 0.573576152, 0.649131, -0.43630597, -0.623109996, 0.760676622, 0.372326046, 0.531737149))
  514. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Really black", "Part", Vector3.new(0.200000003, 0.267308563, 0.301095068))
  515. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.20188713, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  516. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  517. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Really black", "Part", Vector3.new(0.200000003, 0.267308563, 0.301095068))
  518. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.5280323, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  519. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  520. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560023, 0.220658824, 0.50938499))
  521. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0293731689, 1.13213825, 1.56731319, 0, 0, 1, 0.649131298, -0.760676384, 0, 0.760676384, 0.649131298, 0))
  522. Part = CreatePart(m, Enum.Material.SmoothPlastic, 0, 0, "Part", "Really black", "Part", Vector3.new(0.200000003, 0.267308563, 0.301095068))
  523. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.47192383, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  524. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  525. Part = CreatePart(m, Enum.Material.Metal, 0, 0, "Part", "Institutional white", "Part", Vector3.new(0.0680560097, 0.220658854, 0.341564029))
  526. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00804138184, 0.748443604, 2.14803314, 0, -0.819152296, 0.573576152, 0.484341115, -0.501809895, -0.716659367, 0.874879241, 0.277806461, 0.396749079))
  527. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  528. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.13589478, -1.43027496, 0.0159072876, -1, 0, 0, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829))
  529. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  530. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  531. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.13589478, -1.43998718, -0.00752830505, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  532. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  533. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  534. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-10.135849, -1.43253136, -0.0149841309, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  535. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  536. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  537. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-9.13587952, -1.40909576, 0.00527191162, -1, 0, 0, 0, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829))
  538. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  539. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  540. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.13594055, -1.43998718, -0.00752830505, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  541. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  542. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  543. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.13594055, -1.43253136, -0.0149841309, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  544. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  545. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  546. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.13589478, -1.40909576, 0.00527191162, -1, 0, 0, 0, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829))
  547. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  548. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  549. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-11.1358509, -1.43027496, 0.0159072876, -1, 0, 0, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829))
  550. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  551. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  552. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-8.13587952, -1.43253136, -0.0149841309, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  553. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  554. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  555. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.13594055, -1.40909576, 0.00527191162, -1, 0, 0, 0, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829))
  556. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  557. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  558. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(9.135849, -1.44091034, 0.00527191162, 1, 0, 0, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829))
  559. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  560. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  561. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(8.13587952, -1.43998718, -0.00752830505, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  562. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  563. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  564. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.13589287, -1.41973114, 0.0159072876, 1, 0, 0, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829))
  565. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  566. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  567. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.13589478, -1.41000366, -0.00752830505, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  568. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  569. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  570. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(9.135849, -1.41973114, 0.0159072876, 1, 0, 0, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829))
  571. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  572. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  573. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-11.1358509, -1.40909576, 0.00527191162, -1, 0, 0, 0, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829))
  574. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  575. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  576. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.13588142, -1.41973114, 0.0159072876, 1, 0, 0, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829))
  577. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  578. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  579. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.13591194, -1.41747475, -0.0149841309, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  580. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  581. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  582. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.13594055, -1.41747475, -0.0149841309, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  583. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  584. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  585. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(11.1358509, -1.41973114, 0.0159072876, 1, 0, 0, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829))
  586. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  587. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  588. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(8.13587952, -1.41747475, -0.0149841309, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  589. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  590. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  591. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-8.13587952, -1.41000366, -0.00752830505, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  592. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  593. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  594. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.13594055, -1.43027496, 0.0159072876, -1, 0, 0, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829))
  595. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  596. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  597. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.13594055, -1.41000366, -0.00752830505, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  598. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  599. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  600. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(10.135849, -1.43998718, -0.00752830505, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  601. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  602. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  603. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.13594055, -1.43027496, 0.0159072876, -1, 0, 0, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829))
  604. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  605. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  606. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.13589478, -1.43253136, -0.0149841309, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  607. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  608. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  609. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-10.135849, -1.41000366, -0.00752830505, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  610. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  611. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  612. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.13588142, -1.44091034, 0.00527191162, 1, 0, 0, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829))
  613. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  614. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  615. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-9.13587952, -1.43027496, 0.0159072876, -1, 0, 0, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829))
  616. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  617. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  618. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.13589287, -1.44091034, 0.00527191162, 1, 0, 0, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829))
  619. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  620. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  621. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.13594055, -1.41973114, 0.0159072876, 1, 0, 0, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829))
  622. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  623. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  624. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(11.1358509, -1.44091034, 0.00527191162, 1, 0, 0, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829))
  625. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  626. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  627. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(10.135849, -1.41747475, -0.0149841309, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  628. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  629. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  630. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.13594055, -1.44091034, 0.00527191162, 1, 0, 0, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829))
  631. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  632. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Part", "Baby blue", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  633. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.13594055, -1.40909576, 0.00527191162, -1, 0, 0, 0, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829))
  634. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1033714", Vector3.new(0, 0, 0), Vector3.new(0.25, 1, 0.25))
  635. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904171))
  636. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(9.13652039, -0.775772095, 0.754426956, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  637. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904707, 0.64690429))
  638. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.13290405, -0.761352539, 0.754426956, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  639. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904588))
  640. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-11.1376972, -0.775772095, 0.782730103, -1, 0, 0, 0, 0, -1, 0, -1, 0))
  641. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904171))
  642. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(8.13589478, -0.763664246, 0.753471375, 1, 0, 0, 0, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829))
  643. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.646904588))
  644. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-10.1371002, -0.763671875, 0.783660889, -1, 0, 0, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829))
  645. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904707, 0.64690429))
  646. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-8.13589478, -0.783653259, 0.773475647, -1, 0, 0, 0, 0.707105815, -0.707107842, 0, -0.707107842, -0.707105815))
  647. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.64690423))
  648. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.13348389, -0.783668518, 0.763664246, 1, 0, 0, 0, 0.707105815, -0.707107842, 0, 0.707107842, 0.707105815))
  649. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904349))
  650. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(10.1371002, -0.753471375, 0.773468018, 1, 0, 0, 0, -0.707105815, 0.707107842, 0, -0.707107842, -0.707105815))
  651. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904171))
  652. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(11.1376972, -0.775772095, 0.754426956, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  653. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.64690423))
  654. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.13409233, -0.761352539, 0.782730103, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  655. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.64690423))
  656. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.13469124, -0.763664246, 0.753456116, 1, 0, 0, 0, -0.707105815, -0.707107842, 0, 0.707107842, -0.707105815))
  657. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904707, 0.646904349))
  658. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.13348389, -0.773468018, 0.753479004, -1, 0, 0, 0, 0.707106829, 0.707106829, 0, 0.707106829, -0.707106829))
  659. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904588))
  660. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-9.13652039, -0.775772095, 0.782730103, -1, 0, 0, 0, 0, -1, 0, -1, 0))
  661. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.64690423))
  662. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(10.1371002, -0.763664246, 0.753471375, 1, 0, 0, 0, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829))
  663. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.64690429))
  664. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(9.13652039, -0.754426956, 0.761352539, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  665. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904588))
  666. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-8.13589478, -0.763671875, 0.783660889, -1, 0, 0, 0, -0.707106829, -0.707106829, 0, -0.707106829, 0.707106829))
  667. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.64690423))
  668. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.13529968, -0.75617981, 0.761123657, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  669. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904707, 0.646904349))
  670. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-10.1371002, -0.783668518, 0.773468018, -1, 0, 0, 0, 0.707105815, -0.707107842, 0, -0.707107842, -0.707105815))
  671. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904707, 0.646904349))
  672. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.13469124, -0.783660889, 0.773468018, -1, 0, 0, 0, 0.707106829, -0.707106829, 0, -0.707106829, -0.707106829))
  673. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904349))
  674. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.13348389, -0.763664246, 0.753471375, 1, 0, 0, 0, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829))
  675. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904588))
  676. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.13290405, -0.782730103, 0.761352539, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  677. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904171))
  678. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.13290405, -0.782730103, 0.775772095, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  679. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904707, 0.64690429))
  680. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-11.1376972, -0.782730103, 0.761352539, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  681. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904349))
  682. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.13529968, -0.761123657, 0.780942917, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  683. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.646904588))
  684. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.13529968, -0.75617981, 0.776000977, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  685. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.64690429))
  686. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.13287163, -0.775772095, 0.754426956, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  687. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904349))
  688. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.13469124, -0.753479004, 0.773468018, 1, 0, 0, 0, -0.707106829, 0.707106829, 0, -0.707106829, -0.707106829))
  689. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.646904588))
  690. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.13469124, -0.763664246, 0.783668518, -1, 0, 0, 0, -0.707105815, -0.707107842, 0, -0.707107842, 0.707105815))
  691. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904707, 0.64690429))
  692. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-9.13652039, -0.782730103, 0.761352539, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  693. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.646904349))
  694. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.13409233, -0.782730103, 0.775787354, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  695. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.64690429))
  696. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(8.13589478, -0.753471375, 0.773468018, 1, 0, 0, 0, -0.707105815, 0.707107842, 0, -0.707107842, -0.707105815))
  697. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904349, 0.64690429))
  698. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(11.1376972, -0.754426956, 0.761352539, 1, 0, 0, 0, -1, 0, 0, 0, -1))
  699. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.646904588))
  700. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.13409233, -0.761352539, 0.754426956, -1, 0, 0, 0, 0, 1, 0, 1, 0))
  701. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904707, 0.646904349))
  702. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.13409233, -0.754426956, 0.775787354, -1, 0, 0, 0, -1, 0, 0, 0, 1))
  703. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904588, 0.646904588))
  704. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.13348389, -0.783668518, 0.773468018, -1, 0, 0, 0, 0.707105815, -0.707107842, 0, -0.707107842, -0.707105815))
  705. Wedge = CreatePart(m, Enum.Material.Metal, 0, 0, "WedgePart", "Steel blue", "Wedge", Vector3.new(0.970281422, 0.646904707, 0.646904349))
  706. WedgeWeld = CreateWeld(m, FakeHandle, Wedge, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.13529968, -0.776000977, 0.780942917, -1, 0, 0, 0, 0, -1, 0, -1, 0))
  707. CFuncs = {
  708. Part = {Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  709.  
  710. local Part = Create("Part")({Parent = Parent, Reflectance = Reflectance, Transparency = Transparency, CanCollide = false, Locked = true, BrickColor = BrickColor.new(tostring(BColor)), Name = Name, Size = Size, Material = Material})
  711. RemoveOutlines(Part)
  712. return Part
  713. end
  714. }
  715. ,
  716. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  717.  
  718. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  719. if Mesh == "SpecialMesh" then
  720. Msh.MeshType = MeshType
  721. Msh.MeshId = MeshId
  722. end
  723. return Msh
  724. end
  725. }
  726. ,
  727. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  728.  
  729. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  730. if Mesh == "SpecialMesh" then
  731. Msh.MeshType = MeshType
  732. Msh.MeshId = MeshId
  733. end
  734. return Msh
  735. end
  736. }
  737. ,
  738. Weld = {Create = function(Parent, Part0, Part1, C0, C1)
  739.  
  740. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  741. return Weld
  742. end
  743. }
  744. ,
  745. Sound = {Create = function(id, par, vol, pit)
  746.  
  747. coroutine.resume(coroutine.create(function()
  748.  
  749. local S = Create("Sound")({Volume = vol, Pitch = pit or 1, SoundId = id, Parent = par or workspace})
  750. wait()
  751. S:play()
  752. game:GetService("Debris"):AddItem(S, 6)
  753. end
  754. ))
  755. end
  756. }
  757. ,
  758. ParticleEmitter = {Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  759.  
  760. local fp = Create("ParticleEmitter")({Parent = Parent, Color = ColorSequence.new(Color1, Color2), LightEmission = LightEmission, Size = Size, Texture = Texture, Transparency = Transparency, ZOffset = ZOffset, Acceleration = Accel, Drag = Drag, LockedToPart = LockedToPart, VelocityInheritance = VelocityInheritance, EmissionDirection = EmissionDirection, Enabled = Enabled, Lifetime = LifeTime, Rate = Rate, Rotation = Rotation, RotSpeed = RotSpeed, Speed = Speed, VelocitySpread = VelocitySpread})
  761. return fp
  762. end
  763. }
  764. }
  765. rayCast = function(Position, Direction, Range, Ignore)
  766.  
  767. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  768. end
  769.  
  770. local GetNearest = function(obj, distance)
  771.  
  772. local last, lastx = distance + 1, nil
  773. for i,v in pairs(workspace:GetChildren()) do
  774. if v:IsA("Model") and v ~= Character and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  775. local t = v.Torso
  776. local dist = (t.Position - obj.Position).magnitude
  777. if dist <= distance and dist < last then
  778. last = dist
  779. lastx = v
  780. end
  781. end
  782. end
  783. return lastx
  784. end
  785.  
  786. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  787.  
  788. if hit.Parent == nil then
  789. return
  790. end
  791. local h = hit.Parent:FindFirstChild("Humanoid")
  792. for _,v in pairs(hit.Parent:children()) do
  793. if v:IsA("Humanoid") then
  794. h = v
  795. end
  796. end
  797. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  798. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  799. return
  800. end
  801. local c = Create("ObjectValue")({Name = "creator", Value = game:service("Players").LocalPlayer, Parent = h})
  802. game:GetService("Debris"):AddItem(c, 0.5)
  803. if HitSound ~= nil and HitPitch ~= nil then
  804. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  805. end
  806. local Damage = math.random(minim, maxim)
  807. local blocked = false
  808. local block = hit.Parent:findFirstChild("Block")
  809. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  810. blocked = true
  811. block.Value = block.Value - 1
  812. print(block.Value)
  813. end
  814. if blocked == false then
  815. h.Health = h.Health - Damage
  816. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  817. else
  818. h.Health = h.Health - Damage / 2
  819. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  820. end
  821. if Type == "Knockdown" then
  822. local hum = hit.Parent.Humanoid
  823. hum.PlatformStand = true
  824. coroutine.resume(coroutine.create(function(HHumanoid)
  825.  
  826. swait(1)
  827. HHumanoid.PlatformStand = false
  828. end
  829. ), hum)
  830. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  831. local bodvol = Create("BodyVelocity")({velocity = angle * knockback, P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  832. local rl = Create("BodyAngularVelocity")({P = 3000, maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), Parent = hit})
  833. game:GetService("Debris"):AddItem(bodvol, 0.5)
  834. game:GetService("Debris"):AddItem(rl, 0.5)
  835. elseif Type == "Normal" then
  836. local vp = Create("BodyVelocity")({P = 500, maxForce = Vector3.new(math.huge, 0, math.huge), velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05})
  837. if knockback > 0 then
  838. vp.Parent = hit.Parent.Torso
  839. end
  840. game:GetService("Debris"):AddItem(vp, 0.5)
  841. elseif Type == "Up" then
  842. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  843. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  844. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  845. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  846. elseif Type == "Snare" then
  847. local bp = Create("BodyPosition")({P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  848. game:GetService("Debris"):AddItem(bp, 1)
  849. elseif Type == "Slashnare" then
  850. Effects.Block.Create(BrickColor.new("Pastel Blue"), hit.Parent.Torso.CFrame * cn(0, 0, 0), 15, 15, 15, 3, 3, 3, 0.07)
  851. for i = 1, math.random(4, 5) do
  852. Effects.Sphere.Create(BrickColor.new("Teal"), hit.Parent.Torso.CFrame * cn(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 15, 1, 0, 5, 0, 0.02)
  853. end
  854. local bp = Create("BodyPosition")({P = 2000, D = 100, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  855. game:GetService("Debris"):AddItem(bp, 1)
  856. elseif Type == "Freeze" then
  857. local BodPos = Create("BodyPosition")({P = 50000, D = 1000, maxForce = Vector3.new(math.huge, math.huge, math.huge), position = hit.Parent.Torso.Position, Parent = hit.Parent.Torso})
  858. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})
  859. hit.Parent.Torso.Anchored = true
  860. coroutine.resume(coroutine.create(function(Part)
  861.  
  862. swait(1.5)
  863. Part.Anchored = false
  864. end
  865. ), hit.Parent.Torso)
  866. game:GetService("Debris"):AddItem(BodPos, 3)
  867. game:GetService("Debris"):AddItem(BodGy, 3)
  868. end
  869. local debounce = Create("BoolValue")({Name = "DebounceHit", Parent = hit.Parent, Value = true})
  870. game:GetService("Debris"):AddItem(debounce, Delay)
  871. c = Instance.new("ObjectValue")
  872. c.Name = "creator"
  873. c.Value = Player
  874. c.Parent = h
  875. game:GetService("Debris"):AddItem(c, 0.5)
  876. end
  877. end
  878.  
  879. ShowDamage = function(Pos, Text, Time, Color)
  880.  
  881. local Rate = 0.033333333333333
  882. if not Pos then
  883. local Pos = Vector3.new(0, 0, 0)
  884. end
  885. local Text = Text or ""
  886. local Time = Time or 2
  887. if not Color then
  888. local Color = Color3.new(1, 0, 1)
  889. end
  890. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, "Part", BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  891. EffectPart.Anchored = true
  892. local BillboardGui = Create("BillboardGui")({Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart})
  893. local TextLabel = Create("TextLabel")({BackgroundTransparency = 1, Size = UDim2.new(1, 0, 1, 0), Text = Text, TextColor3 = Color, TextScaled = true, Font = Enum.Font.ArialBold, Parent = BillboardGui})
  894. game.Debris:AddItem(EffectPart, Time + 0.1)
  895. EffectPart.Parent = game:GetService("Workspace")
  896. delay(0, function()
  897.  
  898. local Frames = Time / Rate
  899. for Frame = 1, Frames do
  900. wait(Rate)
  901. local Percent = Frame / Frames
  902. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  903. TextLabel.TextTransparency = Percent
  904. end
  905. if EffectPart and EffectPart.Parent then
  906. EffectPart:Destroy()
  907. end
  908. end
  909. )
  910. end
  911.  
  912. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type)
  913.  
  914. for _,c in pairs(workspace:children()) do
  915. local hum = c:findFirstChild("Humanoid")
  916. if hum ~= nil then
  917. local head = c:findFirstChild("Torso")
  918. if head ~= nil then
  919. local targ = head.Position - Part.Position
  920. local mag = targ.magnitude
  921. if mag <= magni and c.Name ~= Player.Name then
  922. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "http://www.roblox.com/asset/?id=231917784", 1)
  923. end
  924. end
  925. end
  926. end
  927. end
  928.  
  929. EffectModel = Instance.new("Model", Character)
  930. EffectModel.Name = "Effects"
  931. Effects = {
  932. Block = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  933.  
  934. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  935. prt.Anchored = true
  936. prt.CFrame = cframe
  937. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  938. game:GetService("Debris"):AddItem(prt, 10)
  939. if Type == 1 or Type == nil then
  940. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  941. else
  942. if Type == 2 then
  943. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  944. end
  945. end
  946. end
  947. }
  948. ,
  949. Sphere = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  950.  
  951. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  952. prt.Anchored = true
  953. prt.CFrame = cframe
  954. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  955. game:GetService("Debris"):AddItem(prt, 10)
  956. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  957. end
  958. }
  959. ,
  960. Ring = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  961.  
  962. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  963. prt.Anchored = true
  964. prt.CFrame = cframe
  965. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  966. game:GetService("Debris"):AddItem(prt, 10)
  967. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  968. end
  969. }
  970. ,
  971. Wave = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  972.  
  973. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  974. prt.Anchored = true
  975. prt.CFrame = cframe
  976. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  977. game:GetService("Debris"):AddItem(prt, 10)
  978. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  979. end
  980. }
  981. ,
  982. Break = {Create = function(brickcolor, cframe, x1, y1, z1)
  983.  
  984. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  985. prt.Anchored = true
  986. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  987. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  988. local num = math.random(10, 50) / 1000
  989. game:GetService("Debris"):AddItem(prt, 10)
  990. table.insert(Effects, {prt, "Shatter", num, prt.CFrame, math.random() - math.random(), 0, math.random(50, 100) / 100})
  991. end
  992. }
  993. }
  994. CreateIceSword = function(BaseCFrame)
  995.  
  996. local basepart = CreatePart(workspace, "SmoothPlastic", 0, 1, "Part", BrickColor.new("Black"), "BasePart", Vector3.new(1, 1, 1))
  997. basepart.Anchored = true
  998. game:GetService("Debris"):AddItem(basepart, 0.2)
  999. local icepart = CreatePart(workspace, "SmoothPlastic", 0.5, 0.5, "Part", BrickColor.new("Bright blue"), "IceSword", Vector3.new(2, 6, 2))
  1000. icepart.CanCollide = true
  1001. icepart.Anchored = true
  1002. local icemesh = CreateMesh("SpecialMesh", icepart, "FileMesh", "http://www.roblox.com/asset/?id=1778999", Vector3.new(0, 0, 0), Vector3.new(4, 10, 4))
  1003. basepart.CFrame = BaseCFrame
  1004. icepart.CFrame = basepart.CFrame * cn(0, -10, 0)
  1005. local con = icepart.Touched:connect(function(hit)
  1006.  
  1007. Damagefunc(icepart, hit, 13, 18, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1008. end
  1009. )
  1010. coroutine.resume(coroutine.create(function(Part)
  1011.  
  1012. for i = 0, 1, 0.1 do
  1013. swait()
  1014. Part.CFrame = Part.CFrame * cn(0, 0.8, 0)
  1015. end
  1016. wait(1)
  1017. Effects.Block.Create(BrickColor.new("Bright blue"), Part.CFrame, 1, 1, 1, 5, 5, 5, 0.07)
  1018. Part.Parent = nil
  1019. end
  1020. ), icepart)
  1021. end
  1022.  
  1023. CreateIceSwordStay = function(BaseCFrame)
  1024.  
  1025. local basepart = CreatePart(workspace, "SmoothPlastic", 0, 1, "Part", BrickColor.new("Black"), "BasePart", Vector3.new(1, 1, 1))
  1026. basepart.Anchored = true
  1027. game:GetService("Debris"):AddItem(basepart, 0.2)
  1028. local icepart = CreatePart(workspace, "SmoothPlastic", 0.5, 0.5, "Part", BrickColor.new("Bright blue"), "IceSword", Vector3.new(2, 6, 2))
  1029. icepart.CanCollide = true
  1030. icepart.Anchored = true
  1031. local con = icepart.Touched:connect(function(hit)
  1032.  
  1033. Damagefunc(icepart, hit, 13, 18, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1034. end
  1035. )
  1036. local icemesh = CreateMesh("SpecialMesh", icepart, "FileMesh", "http://www.roblox.com/asset/?id=1778999", Vector3.new(0, 0, 0), Vector3.new(4, 10, 4))
  1037. basepart.CFrame = BaseCFrame
  1038. icepart.CFrame = basepart.CFrame * cn(0, -10, 0)
  1039. coroutine.resume(coroutine.create(function(Part)
  1040.  
  1041. for i = 0, 1, 0.1 do
  1042. swait()
  1043. Part.CFrame = Part.CFrame * cn(0, 0.8, 0)
  1044. end
  1045. wait(10)
  1046. Effects.Block.Create(BrickColor.new("Bright blue"), Part.CFrame, 10, 10, 10, 5, 5, 5, 0.07)
  1047. Part.Parent = nil
  1048. end
  1049. ), icepart)
  1050. end
  1051.  
  1052. CreateBigIceSword = function(BaseCFrame)
  1053.  
  1054. local basepart = CreatePart(workspace, "SmoothPlastic", 0, 1, "Part", BrickColor.new("Black"), "BasePart", Vector3.new(1, 1, 1))
  1055. basepart.Anchored = true
  1056. game:GetService("Debris"):AddItem(basepart, 0.2)
  1057. local icepart = CreatePart(workspace, "SmoothPlastic", 0.5, 0.5, "Part", BrickColor.new("Bright blue"), "IceSword", Vector3.new(7.5, 15, 7.5))
  1058. icepart.CanCollide = true
  1059. icepart.Anchored = true
  1060. local icemesh = CreateMesh("SpecialMesh", icepart, "FileMesh", "http://www.roblox.com/asset/?id=1778999", Vector3.new(0, 0, 0), Vector3.new(5, 20, 5))
  1061. local con = icepart.Touched:connect(function(hit)
  1062.  
  1063. Damagefunc(icepart, hit, 13, 18, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1064. end
  1065. )
  1066. basepart.CFrame = BaseCFrame
  1067. icepart.CFrame = basepart.CFrame * cn(0, -10, 0)
  1068. coroutine.resume(coroutine.create(function(Part)
  1069.  
  1070. for i = 0, 1, 0.1 do
  1071. swait()
  1072. Part.CFrame = Part.CFrame * cn(0, 0.8, 0)
  1073. end
  1074. wait(1)
  1075. Effects.Block.Create(BrickColor.new("Bright blue"), Part.CFrame, 5, 5, 5, 5, 5, 5, 0.07)
  1076. Part.Parent = nil
  1077. end
  1078. ), icepart)
  1079. end
  1080.  
  1081. CreateBiggerIceSword = function(BaseCFrame)
  1082.  
  1083. local basepart = CreatePart(workspace, "SmoothPlastic", 0, 1, "Part", BrickColor.new("Black"), "BasePart", Vector3.new(1, 1, 1))
  1084. basepart.Anchored = true
  1085. game:GetService("Debris"):AddItem(basepart, 0.2)
  1086. local icepart = CreatePart(workspace, "SmoothPlastic", 0.5, 0.5, "Part", BrickColor.new("Bright blue"), "IceSword", Vector3.new(15, 30, 15))
  1087. icepart.CanCollide = true
  1088. icepart.Anchored = true
  1089. local con = icepart.Touched:connect(function(hit)
  1090.  
  1091. Damagefunc(icepart, hit, 13, 18, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1092. end
  1093. )
  1094. local icemesh = CreateMesh("SpecialMesh", icepart, "FileMesh", "http://www.roblox.com/asset/?id=1778999", Vector3.new(0, 0, 0), Vector3.new(15, 30, 15))
  1095. basepart.CFrame = BaseCFrame
  1096. icepart.CFrame = basepart.CFrame * cn(0, -10, 0)
  1097. coroutine.resume(coroutine.create(function(Part)
  1098.  
  1099. for i = 0, 1, 0.1 do
  1100. swait()
  1101. Part.CFrame = Part.CFrame * cn(0, 0.8, 0)
  1102. end
  1103. wait(1)
  1104. Effects.Block.Create(BrickColor.new("Bright blue"), Part.CFrame, 10, 10, 10, 10, 10, 10, 0.2)
  1105. Part.Parent = nil
  1106. end
  1107. ), icepart)
  1108. end
  1109.  
  1110. attackthree = function()
  1111.  
  1112. attack = true
  1113. local con = Hitbox.Touched:connect(function(hit)
  1114.  
  1115. Damagefunc(Hitbox, hit, 13, 18, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1116. end
  1117. )
  1118. for i = 0, 1, 0.2 do
  1119. swait()
  1120. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.744164884, 0.00484056491, -0.667978346, -0.0513666049, 0.997427344, -0.0499972925, 0.666018009, 0.0715179965, 0.742499113), CFrame.new(-0.136377186, 1.46884394, -0.102827616, 0.727224171, -0.189462662, 0.659733891, 0.0753438622, 0.977376521, 0.197631836, -0.682252347, -0.0940157995, 0.725046635), CFrame.new(1.43122065, 1.14356184, -0.360388964, 0.874279022, 0.237195522, -0.423526138, 0.380177259, -0.877081811, 0.293585598, -0.301829875, -0.417690754, -0.856990635), CFrame.new(0.103255808, 1.46460176, -1.10467172, -0.602555156, -0.697632074, 0.387603939, 0.626143754, -0.714383841, -0.312409103, 0.494844645, 0.0544521809, 0.867273629), CFrame.new(0.816458821, -1.87670493, 0.247732997, 0.961199045, -0.213392735, 0.174813569, 0.157826558, 0.94515872, 0.28594628, -0.226245552, -0.247261047, 0.942164838), CFrame.new(-0.497440517, -2.12949085, -0.204849437, 0.967955709, -0.13102968, 0.214226305, 0.126008511, 0.991339207, 0.0369897485, -0.217217743, -0.00881011132, 0.976083279)}, 0.3, false)
  1121. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(-60), math.rad(-180)), 0.3)
  1122. end
  1123. for i = 0, 1, 0.13 do
  1124. swait()
  1125. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.74675703, -0.0194397084, -0.664812684, -0.158213541, 0.965687156, -0.205952331, 0.646004856, 0.258978724, 0.718058109), CFrame.new(-0.347507447, 1.38500106, -0.411518812, 0.722463369, -0.292832702, 0.626335144, 0.0456909463, 0.924122393, 0.379354715, -0.689897835, -0.245452076, 0.681024313), CFrame.new(1.52121377, 1.32487297, -0.225224197, 0.831450164, 0.335208744, -0.443086445, 0.42059207, -0.900830567, 0.107733145, -0.363032758, -0.275933415, -0.889981925), CFrame.new(0.104507864, 1.44983423, -1.10321939, -0.672177315, -0.61697346, 0.409293771, 0.627004683, -0.768345594, -0.128490925, 0.393754601, 0.170260459, 0.903309762), CFrame.new(0.902566314, -1.76668978, 0.375498205, 0.941017985, -0.311418235, 0.132301986, 0.223615512, 0.865843475, 0.447561204, -0.253931552, -0.391578346, 0.884412169), CFrame.new(-0.2622298, -2.17646384, 0.135584891, 0.951069176, -0.237211525, 0.197985172, 0.194531739, 0.957540452, 0.212775707, -0.240051746, -0.163850039, 0.95683229)}, 0.3, false)
  1126. end
  1127. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=320557353", RootPart, 1, 0.7)
  1128. for i = 0, 1, 0.15 do
  1129. swait()
  1130. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.72047168, 0.205238342, 0.662417948, -0.444458425, 0.869889259, 0.213890553, -0.532331824, -0.448519379, 0.717950583), CFrame.new(-0.163220838, 1.55043221, -0.20589304, 0.710111678, -0.329343259, -0.622313797, 0.260693073, 0.944025159, -0.202127889, 0.654049218, -0.0186995268, 0.756220698), CFrame.new(0.357071131, 0.0630132556, -1.31790686, 0.248076573, 0.727934539, -0.63919431, -0.775017083, -0.246736437, -0.581781387, -0.581211209, 0.63971287, 0.502952158), CFrame.new(-0.947237492, 0.540587604, 0.148479149, -0.883422494, 0.260786355, 0.389300972, 0.450618863, 0.70062995, 0.553227186, -0.128481805, 0.664159536, -0.736467481), CFrame.new(1.40474582, -1.38777387, -0.442478567, 0.660970211, -0.389633596, -0.641330004, 0.306505084, 0.920273304, -0.24321112, 0.684961975, -0.0358155891, 0.727697909), CFrame.new(-0.144929677, -2.10276508, -0.109686345, 0.964622855, -0.111190885, -0.239038423, 0.147677898, 0.978997231, 0.140554816, 0.218389452, -0.170883089, 0.960783482)}, 0.3, false)
  1131. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30), math.rad(180)), 0.3)
  1132. end
  1133. for i = 0, 1, 0.1 do
  1134. swait()
  1135. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.558144569, 0.0821596608, 0.825665891, -0.444458425, 0.869889259, 0.213890553, -0.700664878, -0.48635602, 0.522040606), CFrame.new(-0.0463305712, 1.57114458, -0.0472353846, 0.552318513, -0.276243776, -0.7865327, 0.138774306, 0.960802615, -0.240000129, 0.8220011, 0.023405984, 0.569004536), CFrame.new(0.650953412, 0.181271166, -1.18816984, 0.136645719, 0.909770429, -0.391976804, -0.849606156, -0.095846355, -0.518635511, -0.509408712, 0.40389514, 0.759849548), CFrame.new(-0.976999342, 0.444625139, 0.476922512, -0.711955428, 0.402925968, 0.575126171, 0.691494703, 0.259640276, 0.674108326, 0.122289851, 0.877631605, -0.463473469), CFrame.new(1.40884733, -1.42444575, -0.284811616, 0.499393284, -0.331978559, -0.800247848, 0.184214294, 0.943239927, -0.276339293, 0.846564353, -0.00941510499, 0.532202959), CFrame.new(-0.204621166, -2.06347847, -0.393501818, 0.894600451, -0.0278249085, -0.44599992, 0.0566073954, 0.997075677, 0.0513398349, 0.443267047, -0.0711755604, 0.893559277)}, 0.25, false)
  1136. end
  1137. con:disconnect()
  1138. attack = false
  1139. end
  1140.  
  1141. attacktwo = function()
  1142.  
  1143. attack = true
  1144. local con = Hitbox.Touched:connect(function(hit)
  1145.  
  1146. Damagefunc(Hitbox, hit, 13, 18, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1147. end
  1148. )
  1149. for i = 0, 1, 0.2 do
  1150. swait()
  1151. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.79830575, 0.124847509, 0.589169681, -0.0406729691, 0.987219751, -0.154085502, -0.600877404, 0.0990440473, 0.7931813), CFrame.new(-0.182943702, 1.46541011, -0.149842873, 0.796916068, -0.0960541293, -0.596404552, 0.209061742, 0.970122695, 0.123104997, 0.566760898, -0.222789764, 0.793187618), CFrame.new(0.533755481, 0.588006318, -0.819927156, -0.616029024, 0.770776689, 0.162515879, 0.122834876, -0.109792195, 0.986335158, 0.778087258, 0.627573669, -0.0270431302), CFrame.new(-1.15479577, 0.151444659, -0.0927118361, 0.274243683, 0.307065845, 0.911318302, 0.902503252, -0.409424961, -0.133636504, 0.332081288, 0.859116673, -0.389410257), CFrame.new(0.765843868, -1.8709296, 0.311738789, 0.391947329, 0.0642861724, -0.917738795, 0.242605254, 0.955022931, 0.170509592, 0.887423158, -0.289479107, 0.358722627), CFrame.new(-1.06266773, -2.10811806, 0.326208919, 0.822233379, 0.418339193, 0.385907441, -0.425436467, 0.902157664, -0.0715194494, -0.378068864, -0.105373472, 0.919760942)}, 0.3, false)
  1152. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(-80), math.rad(-5)), 0.3)
  1153. end
  1154. for i = 0, 1, 0.15 do
  1155. swait()
  1156. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.500062764, 0.153622314, 0.852254152, -0.0406729691, 0.987219751, -0.154085502, -0.865033448, 0.0423887223, 0.499920249), CFrame.new(-0.203603297, 1.45621443, -0.203305185, 0.502077162, -0.0641073659, -0.862443388, 0.238214403, 0.968922377, 0.0666559339, 0.831367731, -0.23891291, 0.501745164), CFrame.new(0.600557625, 0.542568386, -1.12867999, -0.454550505, 0.871780396, 0.182709217, 0.145207763, -0.129854605, 0.98084259, 0.878805101, 0.472373307, -0.0675638616), CFrame.new(-1.30130386, 0.169634178, 0.0625034571, 0.357674479, 0.451629251, 0.817373872, 0.89546603, -0.414222181, -0.162973747, 0.26497066, 0.790222049, -0.552575409), CFrame.new(0.703581989, -1.83221292, 0.576230764, 0.470056087, 0.0518072248, -0.881114781, 0.239890397, 0.95319891, 0.184022054, 0.849411368, -0.297871709, 0.435628921), CFrame.new(-0.970348597, -2.17357802, -0.117557883, 0.929596782, 0.368537277, 0.00548645854, -0.367118597, 0.927136362, -0.075112164, -0.0327683687, 0.0678097978, 0.997159839)}, 0.3, false)
  1157. end
  1158. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=320557353", RootPart, 1, 0.5)
  1159. for i = 0, 1, 0.3 do
  1160. swait()
  1161. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.972782791, 0.0827755332, -0.216429755, 0.0249315314, 0.891207278, 0.452909946, 0.230373666, -0.445978999, 0.864887536), CFrame.new(0.00916326139, 1.52865589, -0.188484579, 0.974783719, 0.155682087, -0.159874544, -0.1282693, 0.977155685, 0.169450581, 0.182602674, -0.144670695, 0.972484708), CFrame.new(2.08320737, -0.284169436, -0.250738204, 0.123035192, -0.816417098, 0.564203322, 0.135989934, 0.577029586, 0.805321753, -0.983040571, -0.0223569274, 0.182019398), CFrame.new(-0.0150998235, 0.139294595, -0.911878705, 0.348762453, -0.901021421, 0.257925034, 0.683329344, 0.0561174527, -0.727950215, 0.641424656, 0.430129588, 0.635266006), CFrame.new(0.406417936, -1.49257445, -1.33832717, 0.977380633, -0.090072684, 0.191348225, 0.147234976, 0.939298332, -0.309903502, -0.151819348, 0.331066787, 0.931313813), CFrame.new(-0.787768185, -2.24418211, -0.151346669, 0.167712748, 0.339652747, 0.925477445, 0.052177161, 0.934400082, -0.352382809, -0.984454095, 0.107387781, 0.138988644)}, 0.3, false)
  1162. end
  1163. for i = 0, 1, 0.13 do
  1164. swait()
  1165. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.862922013, 0.209550306, -0.45984152, 0.0249315314, 0.891207278, 0.452909946, 0.504721642, -0.402290612, 0.763818085), CFrame.new(-0.149323359, 1.52979898, -0.182008699, 0.996747196, -0.0173280388, 0.0787073374, 0.00479876995, 0.987640083, 0.15666467, -0.0804493129, -0.155777425, 0.984510541), CFrame.new(1.65971112, -0.254750907, -0.285310149, 0.299546212, -0.747527421, 0.592853129, 0.1129269, 0.644796968, 0.75596559, -0.947375059, -0.159497529, 0.27756235), CFrame.new(0.00537964515, 0.173431396, -0.980186045, 0.275653958, -0.960680783, 0.0332752466, 0.652728975, 0.161655128, -0.740143359, 0.70566237, 0.225743219, 0.671625197), CFrame.new(0.235484064, -1.43879259, -1.43474615, 0.869963765, -0.189970315, 0.455054194, 0.263842195, 0.958933473, -0.104084998, -0.41659379, 0.210612625, 0.884359539), CFrame.new(-0.497886449, -2.33065152, 0.00284594577, -0.103468418, 0.230030805, 0.967667341, 0.0638922453, 0.972416699, -0.224328101, -0.992578387, 0.0386154801, -0.115311712)}, 0.25, false)
  1166. end
  1167. con:disconnect()
  1168. attack = false
  1169. end
  1170.  
  1171. attackone = function()
  1172.  
  1173. attack = true
  1174. Humanoid.WalkSpeed = 10
  1175. local con = Hitbox.Touched:connect(function(hit)
  1176.  
  1177. Damagefunc(Hitbox, hit, 13, 18, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1178. end
  1179. )
  1180. for i = 0, 1, 0.2 do
  1181. swait()
  1182. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.568032384, 0.21945031, -0.793209076, 0.181462303, 0.906679809, 0.380791992, 0.802751839, -0.360239744, 0.475201607), CFrame.new(-0.194268525, 1.36748862, 0.1906268, 0.577797532, 0.138121828, 0.804408014, 0.303349108, 0.878632843, -0.368759036, -0.757713139, 0.457084537, 0.465772748), CFrame.new(1.22607052, 0.221263826, -0.887574852, 0.840634346, -0.441327035, 0.313949138, 0.504180133, 0.849394858, -0.155981302, -0.197828189, 0.289410144, 0.936539054), CFrame.new(-0.0914598703, 0.153914452, -1.60767806, 0.610526502, -0.666443169, 0.427914649, 0.79066807, 0.544150949, -0.280612439, -0.0458379835, 0.509659886, 0.859153986), CFrame.new(0.879062891, -2.13503718, -0.393716276, 0.902963877, 0.0393090993, 0.427914649, 0.0913877636, 0.955460489, -0.280612439, -0.419886231, 0.292489111, 0.859153986), CFrame.new(-0.744057178, -1.81630719, -0.804611146, 0.902963877, 0.113018475, 0.414587647, 0.0913877934, 0.892216802, -0.442263156, -0.419886202, 0.437235951, 0.795311213)}, 0.3, false)
  1183. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(-60), math.rad(20)), 0.3)
  1184. end
  1185. for i = 0, 1, 0.13 do
  1186. swait()
  1187. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.356956124, 0.300081611, -0.884609044, 0.181462303, 0.906679809, 0.380791992, 0.916326165, -0.296449244, 0.269191474), CFrame.new(-0.124265671, 1.41285539, 0.0492467731, 0.366980612, 0.158704549, 0.916590393, 0.383290082, 0.872009814, -0.304445565, -0.847593009, 0.463045657, 0.259180784), CFrame.new(1.45364702, 0.228575975, -1.01344228, 0.728705406, -0.438671172, 0.52588594, 0.589720309, 0.792356014, -0.156210005, -0.348164082, 0.423956752, 0.836087465), CFrame.new(-0.238449633, 0.157760441, -1.54678953, 0.513866246, -0.581929862, 0.630316734, 0.847257972, 0.459476769, -0.266523123, -0.134518221, 0.670998216, 0.729154348), CFrame.new(0.952892244, -2.02522922, -0.690355062, 0.77609098, 0.0195871443, 0.630316734, 0.192627206, 0.944383323, -0.266523123, -0.600481153, 0.328262389, 0.729154348), CFrame.new(-0.742377639, -1.85181737, -0.720860481, 0.77609086, 0.128742874, 0.617339492, 0.192627221, 0.883754551, -0.426464409, -0.600481093, 0.449891567, 0.661074638)}, 0.3, false)
  1188. end
  1189. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=320557353", RootPart, 1, 0.7)
  1190. for i = 0, 1, 0.3 do
  1191. swait()
  1192. PlayAnimationFromTable({CFrame.new(0.064224124, 1.2665987e-07, -0.495856434, 0.809290707, 0.173048124, 0.561340213, 0.00846363511, 0.952087402, -0.305708498, -0.587347329, 0.252158046, 0.769051015), CFrame.new(-0.108238466, 1.52709949, -0.406252146, 0.809907615, -0.0722456425, -0.582091212, 0.257911414, 0.935167015, 0.242784396, 0.526812434, -0.346760869, 0.776031911), CFrame.new(0.881831765, 0.443218499, -1.07085359, 0.462572575, 0.786939502, 0.408353746, 0.886572123, -0.408470809, -0.217120826, -0.00406035781, 0.46246922, -0.886626065), CFrame.new(-1.19231415, 0.599793434, -0.750520945, -0.109681845, -0.183287963, 0.976921499, 0.863928795, -0.50360775, 0.00251001865, 0.491525173, 0.844265819, 0.213584334), CFrame.new(0.587911785, -1.95842171, 0.217818737, 0.790087819, 0.0324127376, -0.612136245, 0.26209864, 0.884854317, 0.385145485, 0.554134965, -0.464738786, 0.690617383), CFrame.new(-0.622374654, -1.91124558, 0.206988513, 0.873483062, 0.0864833966, 0.479111791, -0.257792979, 0.916974008, 0.304469168, -0.413001567, -0.389460266, 0.823255956)}, 0.3, false)
  1193. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)
  1194. end
  1195. for i = 0, 1, 0.1 do
  1196. swait()
  1197. PlayAnimationFromTable({CFrame.new(0.0642240345, 1.11758709e-07, -0.495860159, 0.808860421, 0.162500799, 0.565100193, 0.0682581142, 0.928606749, -0.364732921, -0.584025323, 0.333590716, 0.740021408), CFrame.new(-0.0773600489, 1.58409095, -0.305685937, 0.814923525, -0.0126271527, -0.579430878, 0.244813979, 0.913690686, 0.324399889, 0.525324404, -0.40621388, 0.747679412), CFrame.new(0.0177206397, 0.552203, -1.21410894, 0.288562596, 0.88358295, 0.368799329, 0.941931486, -0.33107084, 0.0561887324, 0.171746045, 0.331169635, -0.927809238), CFrame.new(-1.41682434, 0.741082907, -0.545439601, 0.383635342, 0.189288288, 0.903877258, 0.842924833, -0.471586138, -0.259006411, 0.377229095, 0.861264408, -0.340472966), CFrame.new(0.470392823, -1.97061908, 0.351983249, 0.794944584, 0.0908245519, -0.599845052, 0.251852483, 0.850104809, 0.462484717, 0.55193603, -0.518722177, 0.652911961), CFrame.new(-0.734828472, -1.85584831, 0.314496636, 0.863637984, 0.1454494, 0.482673794, -0.332644343, 0.883857965, 0.328850836, -0.378784001, -0.444566786, 0.811716199)}, 0.3, false)
  1198. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(20), math.rad(20)), 0.3)
  1199. end
  1200. Humanoid.WalkSpeed = 16
  1201. con:disconnect()
  1202. attack = false
  1203. end
  1204.  
  1205. fangwhyyoustealthis = function()
  1206.  
  1207. attack = true
  1208. Humanoid.WalkSpeed = 5
  1209. for i = 0, 1, 0.1 do
  1210. swait()
  1211. PlayAnimationFromTable({CFrame.new(-0.0899152458, -0.30000031, 0.694201112, 0.980486453, -0.180440068, 0.0780229121, 0.195236072, 0.847336948, -0.493865192, 0.0230013803, 0.499461085, 0.866030931), CFrame.new(0.19991225, 1.53640079, -0.276051998, 0.987398922, 0.128901273, 0.091802761, -0.154993802, 0.670634985, 0.725414097, 0.0319406688, -0.730502009, 0.682163239), CFrame.new(1.19400334, 1.31440926, -0.0774777234, 0.950348377, 0.257674307, -0.174475983, 0.30775696, -0.695216894, 0.649583876, 0.0460824147, -0.671027184, -0.739999354), CFrame.new(-0.554722607, 1.80418575, 0.424592316, 0.663968563, -0.725148559, -0.182497606, -0.405504256, -0.554232359, 0.726906419, -0.628261149, -0.408639461, -0.662043691), CFrame.new(0.290440798, -1.53407574, 0.775574207, 0.877403498, 0.188275859, -0.441265732, 0.163240135, 0.747733653, 0.643620372, 0.45112738, -0.636747003, 0.625329852), CFrame.new(-0.432923317, -2.16319799, -0.261732399, 0.877403498, 0.108790562, -0.467255682, 0.163240135, 0.848137319, 0.503999829, 0.45112738, -0.518486023, 0.726399541)}, 0.3, false)
  1212. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(-145)), 0.3)
  1213. end
  1214. for i = 0, 1, 0.1 do
  1215. swait()
  1216. PlayAnimationFromTable({CFrame.new(-0.0899185091, -0.299999893, 0.6941998, 0.97870487, -0.1878701, 0.082713604, 0.201954573, 0.809104145, -0.551873803, 0.0367566571, 0.556826115, 0.829815507), CFrame.new(0.217350155, 1.51125622, -0.381524086, 0.985554755, 0.131350055, 0.106906466, -0.165710598, 0.617630839, 0.768812239, 0.0349547863, -0.775421977, 0.630475163), CFrame.new(1.20121515, 1.34758127, -0.0945835412, 0.95459044, 0.243012309, -0.172342718, 0.297386795, -0.742624104, 0.600059032, 0.0178358853, -0.624063075, -0.781170487), CFrame.new(-0.568211675, 1.6743443, 0.415323496, 0.653352797, -0.735658646, -0.178707957, -0.456157029, -0.570941448, 0.682603002, -0.604194582, -0.364461631, -0.708601952), CFrame.new(0.277198195, -1.48156369, 0.876007915, 0.883216977, 0.192503735, -0.427633107, 0.181732744, 0.70012033, 0.690510631, 0.432320505, -0.687585592, 0.583373964), CFrame.new(-0.462956727, -2.16997695, -0.110558391, 0.883216977, 0.11532145, -0.454564333, 0.181732744, 0.80938977, 0.558445573, 0.432320505, -0.575837851, 0.693909168)}, 0.3, false)
  1217. end
  1218. for i = 0, 1, 0.3 do
  1219. swait()
  1220. PlayAnimationFromTable({CFrame.new(0.0385347158, -0.299999177, -0.297514796, 0.832577705, 0.26436156, -0.486751795, 0.00830338802, 0.872703373, 0.488179922, 0.553846002, -0.41048941, 0.724398375), CFrame.new(-0.0862076879, 1.43951738, -0.365326524, 0.98829782, -0.0737165511, 0.133541316, 0.0163705498, 0.921673, 0.387622237, -0.15165557, -0.380900085, 0.912094116), CFrame.new(0.534797847, 0.301900476, -1.2325089, 0.439902544, 0.855151653, 0.274228692, 0.000309035182, 0.305217534, -0.952282548, -0.89804554, 0.418996245, 0.134001702), CFrame.new(-0.980659306, -0.0988215804, -0.212475508, 0.98133409, 0.0366216302, 0.188791499, 0.18551521, 0.0783889294, -0.979509652, -0.0506704748, 0.996249914, 0.0701318085), CFrame.new(0.544244826, -1.30687928, -1.00414658, 0.994470298, -0.0879971087, 0.0573177636, 0.102588966, 0.930725932, -0.351033896, -0.0224571228, 0.354973018, 0.934606791), CFrame.new(-0.531651139, -1.95392156, -0.161026508, 0.99230808, 0.00255489349, 0.123766959, 0.0183224082, 0.985744417, -0.167249352, -0.122429878, 0.168230653, 0.978115261)}, 0.3, false)
  1221. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-30), math.rad(0), math.rad(-100)), 0.3)
  1222. end
  1223. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=338594737", RootPart, 1, 1)
  1224. local icprt = CreatePart(workspace, "SmoothPlastic", 0, 1, "Part", BrickColor.new("Bright blue"), "Icicle Part", Vector3.new(1, 1, 1))
  1225. icprt.Anchored = true
  1226. icprt.CFrame = RootPart.CFrame * cn(0, 0, -10)
  1227. Effects.Wave.Create(BrickColor.new("Baby blue"), icprt.CFrame, 10, 10, 10, 1, 1, 1, 0.07)
  1228. Effects.Block.Create(BrickColor.new("Baby blue"), icprt.CFrame, 50, 50, 50, 2, 2, 2, 0.03)
  1229. game:GetService("Debris"):AddItem(icprt, 5)
  1230. for i = 1, math.random(8, 15) do
  1231. local freezepart = CreatePart(workspace, "SmoothPlastic", 0.5, 0.5, "Part", BrickColor.new("Bright blue"), "Ice Part", Vector3.new(math.random(2, 3) + math.random(), math.random(2, 3) + math.random(), math.random(2, 3) + math.random()))
  1232. freezepart.Anchored = true
  1233. freezepart.CFrame = icprt.CFrame * CFrame.new(math.random(-8, 7) + math.random(), -2.5, math.random(-8, 7) + math.random()) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1234. game:GetService("Debris"):AddItem(freezepart, 7)
  1235. coroutine.resume(coroutine.create(function(Part)
  1236.  
  1237. wait(2.5)
  1238. Part.Anchored = false
  1239. Part.Velocity = Vector3.new(math.random(-20, 20), math.random(20, 30), math.random(-20, 20))
  1240. wait(5)
  1241. Part.Parent = nil
  1242. end
  1243. ), freezepart)
  1244. end
  1245. local freezepart = CreatePart(workspace, "SmoothPlastic", 0.5, 0.5, "Part", BrickColor.new("Bright blue"), "Ice Part", Vector3.new(20, 20, 20))
  1246. freezepart.Anchored = true
  1247. freezepart.CanCollide = false
  1248. freezepart.CFrame = icprt.CFrame * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1249. game:GetService("Debris"):AddItem(freezepart, 7)
  1250. coroutine.resume(coroutine.create(function(Part)
  1251.  
  1252. wait(1.5)
  1253. for i = 1, 6 do
  1254. p = Part:Clone()
  1255. p.Parent = workspace
  1256. p.Size = Vector3.new(math.random(1, 5), math.random(1, 5), math.random(1, 5))
  1257. p.CFrame = Part.CFrame * CFrame.new(math.random(-5, 5), math.random(-2, 5), math.random(-5, 5))
  1258. p.Anchored = false
  1259. p.Velocity = Vector3.new(math.random(-40, 40), math.random(-10, 40), math.random(-40, 40))
  1260. game:GetService("Debris"):AddItem(p, 5)
  1261. end
  1262. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=334325056", Part, 1, 1)
  1263. Part.Transparency = 1
  1264. Part.CanCollide = false
  1265. wait(2)
  1266. Part.Parent = nil
  1267. end
  1268. ), freezepart)
  1269. local c = game.Workspace:GetChildren()
  1270. for i = 1, #c do
  1271. local hum = (c[i]:findFirstChild("Humanoid"))
  1272. if hum ~= nil and hum.Health ~= 0 then
  1273. local head = (c[i]:findFirstChild("Head"))
  1274. if head ~= nil then
  1275. local targ = head.Position - icprt.Position
  1276. local mag = targ.magnitude
  1277. if mag <= 8 and c[i].Name ~= Player.Name then
  1278. MagniDamage(head, 15, 15, 20, 0, "Freeze")
  1279. end
  1280. end
  1281. end
  1282. end
  1283. for i = 0, 1, 0.1 do
  1284. swait()
  1285. PlayAnimationFromTable({CFrame.new(0.0385330245, -0.099998787, -0.297514558, 0.832577705, 0.26436156, -0.486751795, 0.00830337312, 0.872703373, 0.488179922, 0.553846002, -0.41048941, 0.724398375), CFrame.new(-0.0862113386, 1.43951714, -0.365325809, 0.98829782, -0.0737164617, 0.133541301, 0.0163704604, 0.921672881, 0.387622237, -0.15165554, -0.380900025, 0.912094116), CFrame.new(0.444673777, 0.215567708, -1.48633027, 0.439902544, 0.855151653, 0.274228752, 0.000309050083, 0.305217594, -0.952282548, -0.89804554, 0.418996245, 0.134001702), CFrame.new(-1.1150192, -0.141049206, -0.544388115, 0.98133409, 0.0366216898, 0.188791513, 0.185515225, 0.0783889294, -0.979509652, -0.0506705046, 0.996249914, 0.0701318085), CFrame.new(0.542584419, -1.48142004, -1.1017828, 0.994470298, -0.0879971236, 0.0573177934, 0.102588966, 0.930725932, -0.351033896, -0.0224571228, 0.354973018, 0.934606791), CFrame.new(-0.533312678, -2.12846231, -0.258662522, 0.99230808, 0.00255487859, 0.123766989, 0.0183224231, 0.985744417, -0.167249352, -0.122429878, 0.168230653, 0.978115261)}, 0.3, false)
  1286. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-30), math.rad(0), math.rad(-120)), 0.3)
  1287. end
  1288. Humanoid.WalkSpeed = 16
  1289. attack = false
  1290. end
  1291.  
  1292. wtfyusteal = function()
  1293.  
  1294. attack = true
  1295. Humanoid.WalkSpeed = 8
  1296. for i = 0, 1, 0.1 do
  1297. swait()
  1298. Effects.Block.Create(BrickColor.new("Bright blue"), LeftArm.CFrame * cn(0, -1, 0), 1, 1, 1, 1, 1, 1, 0.07)
  1299. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.866025388, -2.23517418e-08, -0.499999911, 0.0868240744, 0.984807491, 0.150383681, 0.492403746, -0.173648149, 0.852868438), CFrame.new(2.43633986e-06, 1.4999994, -8.49366188e-07, 0.855999231, -0.100260302, 0.507161915, 0.0521884821, 0.992761135, 0.108172998, -0.514336228, -0.0661280155, 0.855035186), CFrame.new(1.49999702, 5.0291419e-07, -0.299999475, 0.98480767, 0.173648208, -5.96046448e-08, -0.171010062, 0.96984601, 0.173648119, 0.0301536024, -0.171010107, 0.984807611), CFrame.new(-0.395810544, 0.881771207, -0.819541097, -0.230986327, -0.97283709, 0.0152696967, 0.89306891, -0.218222171, -0.393454939, 0.386099845, -0.0772457719, 0.91921699), CFrame.new(0.49999997, -1.99999869, 1.49011505e-08, 0.99999994, -7.4505806e-09, -2.98023224e-08, -7.4505806e-09, 0.999999702, -1.49011612e-08, -2.98023224e-08, -1.49011612e-08, 0.999999881), CFrame.new(-0.49999997, -1.99999821, -0.499999404, 0.99999994, -5.12227416e-09, -8.94069672e-08, -7.4505806e-09, 0.984807432, -0.173648119, -2.98023224e-08, 0.173648119, 0.984807611)}, 0.3, false)
  1300. end
  1301. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=315746833", RootPart, 1, 1)
  1302. for i = 0, 1, 0.3 do
  1303. swait()
  1304. Effects.Block.Create(BrickColor.new("Bright blue"), LeftArm.CFrame * cn(0, -1, 0), 1, 1, 1, 1, 1, 1, 0.07)
  1305. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.865518212, -0.0511849821, -0.498255163, -0.0674167052, 0.973807752, -0.217147231, 0.496319532, 0.221535593, 0.839397728), CFrame.new(-0.07645531, 1.47132599, -0.180833906, 0.849949598, -0.192857862, 0.490297318, 0.0152468011, 0.939209342, 0.343005955, -0.526643276, -0.284062356, 0.801221073), CFrame.new(1.48802316, 0.115667969, -0.335258901, 0.998586774, 0.0269567519, -0.0457991362, 0.000501580536, 0.85698241, 0.515344799, 0.0531409085, -0.514639616, 0.855757952), CFrame.new(-1.36537027, 0.689417958, 0.242453694, 0.314618528, 0.50354296, 0.804648757, 0.945661068, -0.0929569304, -0.311582744, -0.0820976645, 0.858954728, -0.505427063), CFrame.new(0.805949032, -1.86381459, 0.722415328, 0.988097072, -0.15257749, -0.0196020901, 0.14930746, 0.920544326, 0.360978067, -0.0370325744, -0.359608173, 0.932368159), CFrame.new(-0.547935784, -2.08730865, 0.426073313, 0.999965668, 0.00703582633, 0.00436535478, -0.0079279542, 0.965678036, 0.259620577, -0.00238889456, -0.259646326, 0.965700686)}, 0.3, false)
  1306. end
  1307. for i = 0, 1, 0.3 do
  1308. swait()
  1309. Effects.Block.Create(BrickColor.new("Bright blue"), LeftArm.CFrame * cn(0, -1, 0), 1, 1, 1, 1, 1, 1, 0.07)
  1310. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.99797231, 0.0316013135, -0.0552489571, -0.0510809198, 0.915514469, -0.399028271, 0.0379713401, 0.401041329, 0.915272474), CFrame.new(-0.139667019, 1.48414433, -0.278980613, 0.990934789, -0.128632933, 0.0387528762, 0.0905927122, 0.85282439, 0.514279485, -0.0992027596, -0.506106794, 0.856746495), CFrame.new(1.46008372, 0.317322314, 0.327820152, 0.812330961, -0.172207683, -0.55719173, 0.468926072, 0.760902524, 0.448480904, 0.34673667, -0.625596821, 0.698857546), CFrame.new(-1.44701743, 0.755096614, 0.136469722, 0.228673309, 0.0645502955, 0.971360743, 0.967364967, 0.0968048275, -0.234165683, -0.109147951, 0.993207872, -0.0403070748), CFrame.new(0.621547699, -1.87887788, 0.687452674, 0.878531635, -0.0568985678, -0.474283278, 0.304330558, 0.831965804, 0.463913381, 0.368191421, -0.551901579, 0.748224258), CFrame.new(-0.486163765, -2.08119416, 0.520485342, 0.88784045, 0.0349457301, -0.458822519, 0.156618327, 0.914629281, 0.372724682, 0.432677627, -0.402780175, 0.806571841)}, 0.3, false)
  1311. end
  1312. for i = 0, 1, 0.3 do
  1313. swait()
  1314. Effects.Block.Create(BrickColor.new("Bright blue"), LeftArm.CFrame * cn(0, -1, 0), 1, 1, 1, 1, 1, 1, 0.07)
  1315. PlayAnimationFromTable({CFrame.new(0.128452197, -0.600000381, -0.991716385, 0.981901348, 0.189196348, -0.00862586871, -0.0980263948, 0.546657026, 0.831598878, 0.162050873, -0.815702617, 0.555309594), CFrame.new(-0.150090113, 1.58256924, -0.243656516, 0.987014174, -0.15197663, 0.0520217195, 0.131928265, 0.951704144, 0.277225554, -0.0916411132, -0.266762465, 0.959395468), CFrame.new(1.4852128, 0.28886649, -0.0327067375, 0.839034319, -0.246617123, -0.484975636, -0.00114187598, 0.8905707, -0.454843581, 0.544077396, 0.382183164, 0.746937871), CFrame.new(-1.30967736, 0.272878438, -1.40307045, 0.252149284, 0.0452954173, 0.966627717, 0.890248775, 0.380690277, -0.250064313, -0.379312545, 0.923592687, 0.0556665957), CFrame.new(0.671536803, -1.43181276, -0.69464308, 0.890434861, -0.103530809, -0.443178475, 0.104865894, 0.994252503, -0.0215704143, 0.442864507, -0.027267307, 0.896173835), CFrame.new(-0.449786514, -1.44917893, -0.889978766, 0.920694232, -0.0177127421, -0.389882714, -0.174457431, 0.874934256, -0.451724172, 0.349123001, 0.483917803, 0.802456737)}, 0.3, false)
  1316. end
  1317. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=338594467", RootPart, 1, 1)
  1318. Effects.Wave.Create(BrickColor.new("Bright blue"), RootPart.CFrame * cn(0, -1, 0), 1, 1, 1, 2, 1, 2, 0.07)
  1319. MagniDamage(RootPart, 20, 10, 20, 0, "Snare")
  1320. for i = 0, 360, 20 do
  1321. CreateIceSwordStay(RootPart.CFrame * CFrame.Angles(0, 0, math.rad(90)) * CFrame.Angles(math.rad(i), 0, 0) * CFrame.new(math.random(-5, 5), math.random(-5, 5), -18) * angles(math.rad(90), 0, -90))
  1322. CreateIceSwordStay(RootPart.CFrame * CFrame.Angles(0, 0, math.rad(90)) * CFrame.Angles(math.rad(i), 0, 0) * CFrame.new(math.random(-5, 5), math.random(-5, 5), -18) * angles(math.rad(90), 0, -140))
  1323. end
  1324. for i = 0, 1, 0.2 do
  1325. swait()
  1326. PlayAnimationFromTable({CFrame.new(0.128451571, -0.200000137, -0.991716743, 0.981901348, 0.189196348, -0.00862586871, -0.0980263948, 0.546657026, 0.831598878, 0.162050888, -0.815702617, 0.555309594), CFrame.new(-0.130488679, 1.47323585, -0.409976602, 0.987014174, -0.15197663, 0.0520217195, 0.131928265, 0.951704144, 0.277225554, -0.0916411132, -0.266762465, 0.959395468), CFrame.new(1.5244211, 0.0702028871, -0.365346104, 0.839034319, -0.279846519, -0.46659115, -0.00114187598, 0.856673121, -0.51585865, 0.544077396, 0.433355808, 0.718458652), CFrame.new(-1.27046895, 0.0542169511, -1.73571038, 0.252149284, 0.045295421, 0.966627717, 0.890248775, 0.380690277, -0.250064313, -0.379312545, 0.923592687, 0.0556665957), CFrame.new(0.710747242, -1.65047514, -1.02728152, 0.895473421, -0.00512259826, -0.445085585, 0.044355616, 0.99598372, 0.0777766705, 0.442899525, -0.0893889368, 0.892104149), CFrame.new(-0.410580814, -1.66784108, -1.22262084, 0.915815532, -0.0151414312, -0.401313752, -0.137313589, 0.927255988, -0.34834075, 0.377394915, 0.374121726, 0.847116292)}, 0.3, false)
  1327. end
  1328. for i = 0, 1, 0.1 do
  1329. swait()
  1330. PlayAnimationFromTable({CFrame.new(0.128451049, -0.5, -0.991716146, 0.981901348, 0.189196348, -0.00862586871, -0.0980263948, 0.546657026, 0.831598878, 0.162050888, -0.815702617, 0.555309594), CFrame.new(-0.140289322, 1.52790284, -0.326815188, 0.987014174, -0.15197663, 0.0520217195, 0.131928265, 0.951704144, 0.277225554, -0.0916411132, -0.266762465, 0.959395468), CFrame.new(1.49501538, 0.23420015, -0.115863711, 0.839034319, -0.404036641, -0.364384115, -0.00114187598, 0.66841805, -0.743785083, 0.544077396, 0.624477267, 0.560364366), CFrame.new(-1.29007065, 0.163547277, -1.56939077, 0.252149284, -0.106476143, 0.961812735, 0.890248775, 0.415122092, -0.187432513, -0.379312545, 0.903513551, 0.19946298), CFrame.new(0.681339443, -1.48647773, -0.777802408, 0.895473421, -0.00512259826, -0.445085585, 0.044355616, 0.99598372, 0.0777766705, 0.442899525, -0.0893889368, 0.892104149), CFrame.new(-0.439985722, -1.50384426, -0.973139763, 0.915815532, -0.0777342841, -0.394004196, -0.137313589, 0.861347377, -0.489106864, 0.377394915, 0.50203383, 0.778161407)}, 0.3, false)
  1331. end
  1332. Humanoid.WalkSpeed = 16
  1333. attack = false
  1334. end
  1335.  
  1336. local hurb = false
  1337. ready = function()
  1338.  
  1339. attack = true
  1340. hurb = true
  1341. Humanoid.WalkSpeed = 10
  1342. for i = 0, 1, 0.1 do
  1343. swait()
  1344. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.98496604, -0.0622299463, -0.161149368, 0.0868240744, 0.984807491, 0.150383681, 0.14934276, -0.162114486, 0.975405216), CFrame.new(0.0893594399, 1.4969945, -0.0319167376, 0.987464011, -0.00246708072, 0.157824054, 0.0247313343, 0.989946246, -0.13926284, -0.155893847, 0.14142026, 0.977597535), CFrame.new(1.50673568, -0.0846057981, 0.250157624, 0.912696004, 0.115577251, -0.391953707, -0.0617825687, 0.987171113, 0.147225976, 0.403941363, -0.11015676, 0.908127964), CFrame.new(-1.29745328, 1.10867465, -0.454965413, 0.0376640409, 0.0312315468, 0.998802245, -0.072091639, -0.996822059, 0.0338881426, 0.996686518, -0.0732816532, -0.0352928415), CFrame.new(0.347896755, -2.02009988, 0.219451949, 0.934081018, 0.0595718995, -0.352056324, -0.0482134894, 0.997996926, 0.0409516394, 0.3537907, -0.0212783068, 0.935082376), CFrame.new(-0.41446957, -1.96180725, -0.799485564, 0.998627961, -0.00748418551, -0.0518282428, 0.00954626594, 0.9991678, 0.0396543592, 0.0514883026, -0.0400947183, 0.997868299)}, 0.3, false)
  1345. end
  1346. end
  1347.  
  1348. healothers = function()
  1349.  
  1350. local TheHit = mouse.Hit.p
  1351. local MouseLook = cn((LeftArm.Position + TheHit) / 2, TheHit)
  1352. local hit, pos = rayCast(LeftArm.Position, MouseLook.lookVector, 500, m)
  1353. if hit ~= nil and hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Torso") ~= nil and hit.Parent.Name ~= Player.Name then
  1354. hum = hit.Parent.Humanoid
  1355. Tors = hit.Parent.Torso
  1356. cooldown3 = 0
  1357. for i = 0, 1, 0.1 do
  1358. swait()
  1359. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.990056932, -0.102067828, 0.0967950523, 0.0868240744, 0.984807491, 0.150383681, -0.110673942, -0.140484303, 0.983877659), CFrame.new(0.157081708, 1.49136078, -0.0341246016, 0.995591283, 0.0348810591, -0.0870702118, -0.0333242491, 0.999258518, 0.0192704275, 0.0876777917, -0.0162839144, 0.996015549), CFrame.new(1.34120595, -0.157133043, 0.820679069, 0.763402164, 0.01748069, -0.645686865, 0.072559163, 0.990985632, 0.112616338, 0.641834974, -0.132822096, 0.755252302), CFrame.new(-0.980035424, 0.356377304, -1.69639564, 0.178692728, -0.244291976, 0.953095138, 0.960680723, 0.25254482, -0.115384072, -0.212511882, 0.936238527, 0.279814482), CFrame.new(0.195781752, -2.02451277, 0.336173594, 0.810456634, 0.104723319, -0.576361775, -0.0720633268, 0.99424088, 0.0793182775, 0.581349015, -0.0227495432, 0.813336015), CFrame.new(-0.373883843, -2.01735139, -0.459184408, 0.990341425, -0.00234703813, -0.138630241, -0.0200972427, 0.986867189, -0.160277799, 0.137185708, 0.161515832, 0.977288365)}, 0.3, false)
  1360. end
  1361. j = game.ReplicatedStorage.FreezeEffect:Clone()
  1362. j.Parent = hum
  1363. j.Disabled = false
  1364. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=333475957", Tors, 1, 1)
  1365. MagniDamage(Tors, 10, 5, 15, 0, "Normal")
  1366. Effects.Block.Create(BrickColor.new("Pastel Blue"), cn(Tors.Position) * cn(0, 0, 0), 15, 15, 15, 3, 3, 3, 0.07)
  1367. Effects.Wave.Create(BrickColor.new("Baby blue"), cn(Tors.Position) * cn(0, -2.5, 0), 7, 5, 7, 0.5, -0.5, 0.5, 0.1)
  1368. end
  1369. Humanoid.WalkSpeed = 16
  1370. attack = false
  1371. hurb = false
  1372. end
  1373.  
  1374. healme = function()
  1375.  
  1376. for i = 0, 1, 0.1 do
  1377. swait()
  1378. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.988208592, -0.119830661, 0.0953108668, 0.118953228, 0.992788434, 0.0148555171, -0.096403785, -0.00334284361, 0.995336592), CFrame.new(0.156324103, 1.46984506, -0.042341888, 0.995619416, 0.0643579364, -0.0678231418, -0.0531495325, 0.986364782, 0.155753776, 0.0769223124, -0.151466757, 0.985464633), CFrame.new(1.35102916, -0.0883312449, 0.814834952, 0.777090907, 0.0445431396, -0.627810121, 0.133649647, 0.963065207, 0.233758375, 0.615034342, -0.265558183, 0.742436111), CFrame.new(-1.89992881, 0.744859695, -0.183323264, 0.181711406, 0.981598973, 0.0586879998, 0.976463139, -0.187168702, 0.10717915, 0.116191477, 0.0378309339, -0.992506027), CFrame.new(0.454109967, -2.00317287, 0.572612822, 0.81867224, 0.133886397, -0.55843538, -0.0192244779, 0.978286386, 0.206363544, 0.573939025, -0.158208519, 0.803469837), CFrame.new(-0.442403108, -2.04772639, -0.177317321, 0.991692722, 0.0301068984, -0.125056267, -0.033226613, 0.999184489, -0.0229355358, 0.124263674, 0.026900176, 0.99188441)}, 0.3, false)
  1379. end
  1380. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=315743350", RootPart, 1, 1)
  1381. Humanoid.WalkSpeed = 19
  1382. Humanoid.Health = Humanoid.Health + 25
  1383. Effects.Block.Create(BrickColor.new("Pastel Blue"), RootPart.CFrame * cn(0, 0, 0), 15, 15, 15, 3, 3, 3, 0.07)
  1384. Effects.Wave.Create(BrickColor.new("Baby blue"), RootPart.CFrame * cn(0, -2.5, 0), 7, 5, 7, 0.5, -0.5, 0.5, 0.1)
  1385. attack = false
  1386. hurb = false
  1387. end
  1388.  
  1389. blizzard = function()
  1390.  
  1391. attack = true
  1392. Humanoid.WalkSpeed = 0
  1393. Humanoid.JumpPower = 0
  1394. for i = 0, 1, 0.1 do
  1395. swait()
  1396. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.961833477, -0.00788648799, -0.27352196, 0.0523625501, 0.986416817, 0.155690223, 0.268578887, -0.164070383, 0.949181795), CFrame.new(-0.00688448548, 1.51605177, -0.114893898, 0.954184473, -0.0946972966, 0.283838987, 0.0260075796, 0.971256316, 0.236610562, -0.298086852, -0.218388155, 0.929220438), CFrame.new(1.52784705, -0.00666735694, 0.0751213133, 0.954337537, 0.0342054293, -0.296765685, -0.00165810436, 0.994013786, 0.10923858, 0.298725665, -0.103758499, 0.948681593), CFrame.new(-1.65858412, 0.279855609, 0.138465181, -0.467972785, 0.634874582, 0.614764869, 0.487056375, -0.395170778, 0.778855443, 0.737412691, 0.663908362, -0.124290556), CFrame.new(0.43218857, -1.95232046, -0.147927433, 0.969767928, 0.00492880493, -0.243979692, -0.00197404251, 0.99992156, 0.0123538077, 0.244021446, -0.0114987046, 0.969701529), CFrame.new(-0.612137794, -2.06104279, -0.148482472, 0.970677614, 0.177090734, 0.16255492, -0.165461957, 0.982751429, -0.0825935081, -0.174377695, 0.0532749891, 0.983236551)}, 0.3, false)
  1397. end
  1398. for i = 0, 1, 0.2 do
  1399. swait()
  1400. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.995687187, -0.0635262504, 0.0676127002, 0.0523625501, 0.986416817, 0.155690223, -0.0765848011, -0.15147838, 0.98548907), CFrame.new(0.117683239, 1.51080942, -0.123570919, 0.964007199, -0.0818148404, 0.252975434, 0.0202799924, 0.971332371, 0.236858353, -0.26510185, -0.223202825, 0.938030601), CFrame.new(1.41027629, -0.0812128484, 0.586966157, 0.796212673, 0.123129472, -0.592355013, -0.0413837768, 0.987862349, 0.149715379, 0.603599668, -0.0946914554, 0.791644216), CFrame.new(-1.58970571, 0.366315603, -0.432485044, -0.697778463, 0.360251397, 0.619131863, 0.332571715, -0.602596223, 0.725447118, 0.634429932, 0.712107122, 0.300669193), CFrame.new(0.366373658, -1.96062434, -0.073182106, 0.829126179, 0.0648658425, -0.555285811, -0.0439591445, 0.997735023, 0.0509130061, 0.557330608, -0.0178034008, 0.830099642), CFrame.new(-0.641470313, -2.03103423, -0.328743041, 0.961717844, 0.203884661, -0.183112353, -0.218594894, 0.973721504, -0.0638933629, 0.165273502, 0.101474784, 0.981013477)}, 0.3, false)
  1401. end
  1402. for i = 0, 1, 0.3 do
  1403. swait()
  1404. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.923288822, -0.107226454, 0.368836403, 0.0523625501, 0.986416817, 0.155690223, -0.380520761, -0.124433815, 0.916362405), CFrame.new(0.226060003, 1.5005219, -0.0948387086, 0.983411252, -0.0489508808, 0.174660712, 0.00602170825, 0.971177638, 0.238280147, -0.181290776, -0.233275592, 0.955361724), CFrame.new(1.13407922, -0.0741270781, 0.634962618, 0.506199002, 0.317689419, -0.801770687, 0.0494689085, 0.917451918, 0.394758612, 0.860996664, -0.239489123, 0.448697567), CFrame.new(-1.33048785, 1.01989293, -0.806799233, -0.719390631, -0.0406162143, 0.69341737, 0.507646322, -0.712122917, 0.48494935, 0.474101603, 0.700878799, 0.532913148), CFrame.new(0.271485448, -1.97646987, 0.0591246039, 0.616768122, 0.117643766, -0.7783041, -0.0684877932, 0.993038833, 0.0958285779, 0.78415978, -0.00579968095, 0.620531797), CFrame.new(-0.612933815, -2.00690246, -0.491234213, 0.853394985, 0.212350398, -0.476051092, -0.258227557, 0.965546668, -0.0322146788, 0.452808678, 0.150421321, 0.878827393)}, 0.3, false)
  1405. end
  1406. for i = 0, 1, 0.3 do
  1407. swait()
  1408. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.919377267, -0.140499756, 0.367430627, 0.178943276, 0.981179774, -0.0725601241, -0.350320995, 0.132459387, 0.927215934), CFrame.new(0.066900745, 1.56466413, -0.41376847, 0.90304482, 0.298178673, -0.309192032, -0.104105704, 0.850278437, 0.515934408, 0.416739881, -0.433723211, 0.798881531), CFrame.new(1.14462709, -0.0764863193, 0.615451097, 0.521008492, 0.239857092, -0.819157362, 0.364595771, 0.805206835, 0.46766603, 0.771764159, -0.542319298, 0.332068712), CFrame.new(-1.23233485, 0.977591693, -0.993463635, -0.629823565, -0.0946138799, 0.77095443, 0.688629925, -0.527172625, 0.497873038, 0.359320432, 0.844474435, 0.397179633), CFrame.new(0.21791929, -1.99170315, 0.151301563, 0.639241338, 0.237057328, -0.731556296, 0.0287371799, 0.943272293, 0.330773771, 0.768469036, -0.232467115, 0.596166253), CFrame.new(-0.874190629, -1.96983898, -0.0134936795, 0.83558327, 0.334796995, -0.435559273, -0.258765221, 0.939240634, 0.225537837, 0.484604299, -0.0757480487, 0.871447444)}, 0.3, false)
  1409. end
  1410. for i = 0, 1, 0.3 do
  1411. swait()
  1412. PlayAnimationFromTable({CFrame.new(0.141293496, -0.699998558, -1.09088683, 0.574110508, 0.50479877, -0.644651234, 0.417663634, 0.496640086, 0.760858417, 0.704240143, -0.706064343, 0.074290216), CFrame.new(-0.10902568, 1.10308146, -0.295829326, 0.955587089, -0.294529915, -0.0102483332, 0.256170034, 0.812932789, 0.522988796, -0.145704508, -0.502386689, 0.852277935), CFrame.new(1.86756086, 0.0865158588, -0.0497562438, 0.761208713, -0.646252632, 0.0540255904, 0.648219764, 0.760706067, -0.0337301791, -0.0192993674, 0.0606961697, 0.997969687), CFrame.new(-1.80306602, 0.174658269, -0.555825055, -0.566112757, 0.817951441, 0.102332383, 0.624477267, 0.344511926, 0.700956464, 0.538093567, 0.460724652, -0.705824435), CFrame.new(0.341821402, -1.03896201, -1.12107444, 0.896888852, -0.0690986216, 0.436824858, 0.280446649, 0.852593839, -0.440946311, -0.341965318, 0.51798588, 0.78406018), CFrame.new(-0.372888088, -1.94565642, -0.349850923, 0.673769593, -0.13794893, 0.725950956, 0.281348646, 0.956315041, -0.0794014931, -0.683284283, 0.257743597, 0.683147669)}, 0.3, false)
  1413. end
  1414. for i = 0, 1, 0.2 do
  1415. swait()
  1416. PlayAnimationFromTable({CFrame.new(0.141293645, -0.500000238, -1.09088933, 0.574110508, 0.50479877, -0.644651234, 0.417663634, 0.496640086, 0.760858417, 0.704240143, -0.706064343, 0.074290216), CFrame.new(-0.192558572, 1.0037539, -0.448001653, 0.955587089, -0.294529915, -0.0102483332, 0.256170034, 0.812932789, 0.522988796, -0.145704508, -0.502386689, 0.852277935), CFrame.new(1.78402829, -0.0128106009, -0.201929182, 0.761208713, -0.646252632, 0.0540255904, 0.648219764, 0.760706067, -0.0337301791, -0.0192993674, 0.0606961697, 0.997969687), CFrame.new(-1.88659692, 0.0753316879, -0.707997918, -0.566112757, 0.817951441, 0.102332383, 0.624477267, 0.344511926, 0.700956464, 0.538093567, 0.460724652, -0.705824435), CFrame.new(0.258287489, -1.13829041, -1.27324665, 0.896888852, -0.0690986216, 0.436824858, 0.280446649, 0.852593839, -0.440946311, -0.341965318, 0.51798588, 0.78406018), CFrame.new(-0.456420362, -2.04498458, -0.50202179, 0.673769593, -0.13794893, 0.725950956, 0.281348646, 0.956315041, -0.0794014931, -0.683284283, 0.257743597, 0.683147669)}, 0.3, false)
  1417. end
  1418. for i = 0, 1, 0.15 do
  1419. swait()
  1420. PlayAnimationFromTable({CFrame.new(0.141293496, -0.699998558, -1.09088683, 0.574110508, 0.50479877, -0.644651234, 0.417663634, 0.496640086, 0.760858417, 0.704240143, -0.706064343, 0.074290216), CFrame.new(-0.10902568, 1.10308146, -0.295829326, 0.955587089, -0.294529915, -0.0102483332, 0.256170034, 0.812932789, 0.522988796, -0.145704508, -0.502386689, 0.852277935), CFrame.new(1.86756086, 0.0865158588, -0.0497562438, 0.761208713, -0.646252632, 0.0540255904, 0.648219764, 0.760706067, -0.0337301791, -0.0192993674, 0.0606961697, 0.997969687), CFrame.new(-1.80306602, 0.174658269, -0.555825055, -0.566112757, 0.817951441, 0.102332383, 0.624477267, 0.344511926, 0.700956464, 0.538093567, 0.460724652, -0.705824435), CFrame.new(0.341821402, -1.03896201, -1.12107444, 0.896888852, -0.0690986216, 0.436824858, 0.280446649, 0.852593839, -0.440946311, -0.341965318, 0.51798588, 0.78406018), CFrame.new(-0.372888088, -1.94565642, -0.349850923, 0.673769593, -0.13794893, 0.725950956, 0.281348646, 0.956315041, -0.0794014931, -0.683284283, 0.257743597, 0.683147669)}, 0.3, false)
  1421. end
  1422. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=301031757", RootPart, 1, 1)
  1423. Effects.Wave.Create(BrickColor.new("Bright blue"), RootPart.CFrame * cn(0, -1, 0), 1, 1, 1, 2, 1, 2, 0.07)
  1424. MagniDamage(RootPart, 10, 5, 15, 0, "Normal")
  1425. for i = 0, 360, 20 do
  1426. CreateIceSword(RootPart.CFrame * CFrame.Angles(0, 0, math.rad(90)) * CFrame.Angles(math.rad(i), 0, 0) * CFrame.new(math.random(-5, 5), math.random(-5, 5), -13) * angles(math.rad(90), 0, -90))
  1427. CreateIceSword(RootPart.CFrame * CFrame.Angles(0, 0, math.rad(90)) * CFrame.Angles(math.rad(i), 0, 0) * CFrame.new(math.random(-5, 5), math.random(-5, 5), -13) * angles(math.rad(90), 0, -140))
  1428. end
  1429. for i = 0, 1, 0.05 do
  1430. swait()
  1431. end
  1432. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=301031757", RootPart, 1, 1)
  1433. Effects.Wave.Create(BrickColor.new("Bright blue"), RootPart.CFrame * cn(0, -1, 0), 1, 1, 1, 3, 1, 3, 0.07)
  1434. MagniDamage(RootPart, 15, 5, 15, 0, "Normal")
  1435. for i = 0, 360, 20 do
  1436. CreateIceSword(RootPart.CFrame * CFrame.Angles(0, 0, math.rad(90)) * CFrame.Angles(math.rad(i), 0, 0) * CFrame.new(math.random(-5, 5), math.random(-5, 5), -18) * angles(math.rad(90), 0, -90))
  1437. end
  1438. for i = 0, 1, 0.05 do
  1439. swait()
  1440. end
  1441. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=320557382", RootPart, 1, 1)
  1442. Effects.Wave.Create(BrickColor.new("Bright blue"), RootPart.CFrame * cn(0, -1, 0), 1, 1, 1, 5, 1, 5, 0.07)
  1443. MagniDamage(RootPart, 20, 5, 15, 5, "Normal")
  1444. for i = 0, 360, 20 do
  1445. CreateBigIceSword(RootPart.CFrame * CFrame.Angles(0, 0, math.rad(90)) * CFrame.Angles(math.rad(i), 0, 0) * CFrame.new(math.random(-5, 5), math.random(-5, 5), -23) * angles(math.rad(90), 0, -90))
  1446. end
  1447. for i = 0, 1, 0.05 do
  1448. swait()
  1449. end
  1450. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=301031757", RootPart, 1, 1)
  1451. Effects.Wave.Create(BrickColor.new("Bright blue"), RootPart.CFrame * cn(0, -1, 0), 1, 1, 1, 5, 1, 5, 0.07)
  1452. MagniDamage(RootPart, 25, 5, 15, 10, "Normal")
  1453. for i = 0, 360, 20 do
  1454. CreateBigIceSword(RootPart.CFrame * CFrame.Angles(0, 0, math.rad(90)) * CFrame.Angles(math.rad(i), 0, 0) * CFrame.new(math.random(-5, 5), math.random(-5, 5), -28) * angles(math.rad(90), 0, -90))
  1455. end
  1456. for i = 0, 1, 0.05 do
  1457. swait()
  1458. end
  1459. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=301031757", RootPart, 1, 0.7)
  1460. Effects.Wave.Create(BrickColor.new("Bright blue"), RootPart.CFrame * cn(0, -1, 0), 1, 1, 1, 6, 1, 6, 0.07)
  1461. MagniDamage(RootPart, 25, 5, 15, 15, "Normal")
  1462. for i = 0, 360, 20 do
  1463. CreateBiggerIceSword(RootPart.CFrame * CFrame.Angles(0, 0, math.rad(90)) * CFrame.Angles(math.rad(i), 0, 0) * CFrame.new(math.random(-5, 5), math.random(-5, 5), -33) * angles(math.rad(90), 0, -90))
  1464. end
  1465. Humanoid.WalkSpeed = 16
  1466. Humanoid.JumpPower = 50
  1467. attack = false
  1468. end
  1469.  
  1470. mouse.Button1Down:connect(function()
  1471.  
  1472. if attack == false and attacktype == 1 then
  1473. attackone()
  1474. attacktype = 2
  1475. else
  1476. if attack == false and attacktype == 2 then
  1477. attacktwo()
  1478. attacktype = 3
  1479. else
  1480. if attack == false and attacktype == 3 then
  1481. attackthree()
  1482. attacktype = 1
  1483. else
  1484. if hurb == true and attack == true then
  1485. healothers()
  1486. end
  1487. end
  1488. end
  1489. end
  1490. end
  1491. )
  1492. mouse.KeyDown:connect(function(k)
  1493.  
  1494. k = k:lower()
  1495. if attack == false and k == "z" and co1 <= cooldown1 then
  1496. cooldown1 = 0
  1497. fangwhyyoustealthis()
  1498. else
  1499. if attack == false and k == "x" and co2 <= cooldown2 then
  1500. cooldown2 = 0
  1501. wtfyusteal()
  1502. else
  1503. if attack == false and k == "c" and hurb == false and co3 <= cooldown3 then
  1504. ready()
  1505. else
  1506. if attack == true and k == "c" and hurb == true then
  1507. cooldown3 = 0
  1508. healme()
  1509. else
  1510. if attack == false and k == "v" and co4 <= cooldown4 then
  1511. cooldown4 = 0
  1512. blizzard()
  1513. end
  1514. end
  1515. end
  1516. end
  1517. end
  1518. end
  1519. )
  1520. updateskills = function()
  1521.  
  1522. if hurb == false then
  1523. text3.Text = "[C]\n Spirice"
  1524. else
  1525. text3.Text = "[C]\n Speed Buff (Click on player for Debuff)"
  1526. end
  1527. if cooldown1 <= co1 then
  1528. cooldown1 = cooldown1 + 0.033333333333333
  1529. end
  1530. if cooldown2 <= co2 then
  1531. cooldown2 = cooldown2 + 0.033333333333333
  1532. end
  1533. if cooldown3 <= co3 then
  1534. cooldown3 = cooldown3 + 0.033333333333333
  1535. end
  1536. if cooldown4 <= co4 then
  1537. cooldown4 = cooldown4 + 0.033333333333333
  1538. end
  1539. end
  1540.  
  1541. while 1 do
  1542. swait()
  1543. updateskills()
  1544. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", 0.5)
  1545. bar3:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), "Out", "Quad", 0.5)
  1546. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", 0.5)
  1547. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", 0.5)
  1548. for i,v in pairs(Character:GetChildren()) do
  1549. if v:IsA("Part") then
  1550. v.Material = "SmoothPlastic"
  1551. else
  1552. if v:IsA("Hat") then
  1553. v:WaitForChild("Handle").Material = "SmoothPlastic"
  1554. end
  1555. end
  1556. end
  1557. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1558. velocity = RootPart.Velocity.y
  1559. sine = sine + change
  1560. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  1561. if equipped == true or equipped == false then
  1562. if 1 < RootPart.Velocity.y and hit == nil then
  1563. Anim = "Jump"
  1564. if attack == false then
  1565. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(-30), math.rad(0)), 0.3)
  1566. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(0), math.rad(30), math.rad(0)), 0.3)
  1567. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, -0.3) * angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.3)
  1568. LW.C0 = clerp(LW.C0, CFrame.new(-0.5, -0.3, -1) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
  1569. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1570. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, -0.5) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1571. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(-60), math.rad(-5)), 0.3)
  1572. end
  1573. else
  1574. if RootPart.Velocity.y < -1 and hit == nil then
  1575. Anim = "Fall"
  1576. if attack == false then
  1577. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(-10), math.rad(-30), math.rad(0)), 0.3)
  1578. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(0), math.rad(30), math.rad(0)), 0.3)
  1579. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, -0.3) * angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.3)
  1580. LW.C0 = clerp(LW.C0, CFrame.new(-0.5, -0.3, -1) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
  1581. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -1.5, -1) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1582. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, -0.5) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1583. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(-60), math.rad(-5)), 0.3)
  1584. end
  1585. else
  1586. if Torsovelocity < 1 and hit ~= nil then
  1587. Anim = "Idle"
  1588. if attack == false then
  1589. change = 1
  1590. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(-10), math.rad(-30), math.rad(0)), 0.3)
  1591. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(10), math.rad(30), math.rad(0)), 0.3)
  1592. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, -0.3) * angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.3)
  1593. LW.C0 = clerp(LW.C0, CFrame.new(-0.5, -0.3, -1) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
  1594. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1595. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, -0.5) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.3)
  1596. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(-60), math.rad(-5)), 0.3)
  1597. end
  1598. else
  1599. if 2 < Torsovelocity and hit ~= nil then
  1600. Anim = "Walk"
  1601. if attack == false then
  1602. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(-10), math.rad(-10), math.rad(0)), 0.3)
  1603. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(5), math.rad(10), math.rad(0)), 0.3)
  1604. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, -0.3) * angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.3)
  1605. LW.C0 = clerp(LW.C0, CFrame.new(-0.2, -0.3, -1) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
  1606. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0 + 1 * math.cos((sine) / 3)) * angles(math.rad(0 - 50 * math.cos((sine) / 3)), math.rad(0), math.rad(0)), 0.3)
  1607. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0 - 1 * math.cos((sine) / 3)) * angles(math.rad(0 + 50 * math.cos((sine) / 3)), math.rad(0), math.rad(0)), 0.3)
  1608. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(-30), math.rad(-5)), 0.3)
  1609. end
  1610. end
  1611. end
  1612. end
  1613. end
  1614. end
  1615. if 0 < #Effects then
  1616. for e = 1, #Effects do
  1617. if Effects[e] ~= nil then
  1618. local Thing = Effects[e]
  1619. if Thing ~= nil then
  1620. local Part = Thing[1]
  1621. local Mode = Thing[2]
  1622. local Delay = Thing[3]
  1623. local IncX = Thing[4]
  1624. local IncY = Thing[5]
  1625. local IncZ = Thing[6]
  1626. if Thing[1].Transparency <= 1 then
  1627. if Thing[2] == "Block1" then
  1628. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1629. Mesh = Thing[1].Mesh
  1630. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1631. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1632. else
  1633. if Thing[2] == "Block2" then
  1634. Thing[1].CFrame = Thing[1].CFrame
  1635. Mesh = Thing[7]
  1636. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1637. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1638. else
  1639. if Thing[2] == "Cylinder" then
  1640. Mesh = Thing[1].Mesh
  1641. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1642. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1643. else
  1644. if Thing[2] == "Blood" then
  1645. Mesh = Thing[7]
  1646. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  1647. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1648. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1649. else
  1650. if Thing[2] == "Elec" then
  1651. Mesh = Thing[1].Mesh
  1652. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  1653. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1654. else
  1655. if Thing[2] == "Disappear" then
  1656. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1657. else
  1658. if Thing[2] == "Shatter" then
  1659. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1660. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  1661. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  1662. Thing[6] = Thing[6] + Thing[5]
  1663. end
  1664. end
  1665. end
  1666. end
  1667. end
  1668. end
  1669. end
  1670. else
  1671. Part.Parent = nil
  1672. table.remove(Effects, e)
  1673. end
  1674. end
  1675. end
  1676. end
  1677. end
  1678. end
Add Comment
Please, Sign In to add comment