Advertisement
mooodi1234

Norra Super Dark Wheel

Apr 15th, 2017
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 132.54 KB | None | 0 0
  1. local Player = game.Players.localPlayer
  2. local Character = Player.Character
  3. local Player = game.Players.LocalPlayer
  4. local Character = Player.Character
  5. local Effects = {}
  6. local ShootEffects = {}
  7. local Humanoid = Character.Humanoid
  8. local mouse = Player:GetMouse()
  9. local m = Instance.new("Model", Character)
  10. m.Name = "WeaponModel"
  11. local LeftArm = Character["Left Arm"]
  12. local RightArm = Character["Right Arm"]
  13. local LeftLeg = Character["Left Leg"]
  14. local RightLeg = Character["Right Leg"]
  15. local Head = Character.Head
  16. local Torso = Character.Torso
  17. local cam = game.Workspace.CurrentCamera
  18. local RootPart = Character.HumanoidRootPart
  19. local RootJoint = RootPart.RootJoint
  20. local equipped = false
  21. local hobb = 0
  22. local attack = false
  23. local Anim = "Idle"
  24. local idle = 0
  25. local attacktype = 1
  26. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  27. local velocity = RootPart.Velocity.y
  28. local sine = 0
  29. local change = 1
  30. local grabbed = false
  31. local cn = CFrame.new
  32. local mr = math.rad
  33. local angles = CFrame.Angles
  34. local ud = UDim2.new
  35. local c3 = Color3.new
  36. local Face = Head.face
  37. Humanoid.Animator.Parent = nil
  38. Character.Animate.Parent = nil
  39. local newMotor = function(part0, part1, c0, c1)
  40.  
  41. local w = Instance.new("Motor", part0)
  42. w.Part0 = part0
  43. w.Part1 = part1
  44. w.C0 = c0
  45. w.C1 = c1
  46. return w
  47. end
  48.  
  49. clerp = function(a, b, t)
  50.  
  51. return a:lerp(b, t)
  52. end
  53.  
  54. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  55. NeckCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  56. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  57. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  58. local RH = newMotor(Torso, RightLeg, CFrame.new(0.5, -2, 0), CFrame.new(0, 0, 0))
  59. local LH = newMotor(Torso, LeftLeg, CFrame.new(-0.5, -2, 0), CFrame.new(0, 0, 0))
  60. RootJoint.C1 = CFrame.new(0, 0, 0)
  61. RootJoint.C0 = CFrame.new(0, 0, 0)
  62. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  63. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  64. local rarmc1 = RW.C1
  65. local larmc1 = LW.C1
  66. local rlegc1 = RH.C1
  67. local llegc1 = LH.C1
  68. local resetc1 = false
  69. PlayAnimationFromTable = function(table, speed, bool)
  70.  
  71. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  72. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  73. RW.C0 = clerp(RW.C0, table[3], speed)
  74. LW.C0 = clerp(LW.C0, table[4], speed)
  75. RH.C0 = clerp(RH.C0, table[5], speed)
  76. LH.C0 = clerp(LH.C0, table[6], speed)
  77. if bool == true and resetc1 == false then
  78. resetc1 = true
  79. RootJoint.C1 = RootJoint.C1
  80. Torso.Neck.C1 = Torso.Neck.C1
  81. RW.C1 = rarmc1
  82. LW.C1 = larmc1
  83. RH.C1 = rlegc1
  84. LH.C1 = llegc1
  85. end
  86. end
  87.  
  88. local co1 = 5
  89. local co2 = 15
  90. local co3 = 10
  91. local co4 = 25
  92. local cooldown1 = 0
  93. local cooldown2 = 0
  94. local cooldown3 = 0
  95. local cooldown4 = 0
  96. local skillcolorscheme = BrickColor.new("Bright violet").Color
  97. local scrn = Instance.new("ScreenGui", Player.PlayerGui)
  98. makeframe = function(par, trans, pos, size, color)
  99.  
  100. local frame = Instance.new("Frame", par)
  101. frame.BackgroundTransparency = trans
  102. frame.BorderSizePixel = 0
  103. frame.Position = pos
  104. frame.Size = size
  105. frame.BackgroundColor3 = color
  106. return frame
  107. end
  108.  
  109. makelabel = function(par, text)
  110.  
  111. local label = Instance.new("TextLabel", par)
  112. label.BackgroundTransparency = 1
  113. label.Size = UDim2.new(1, 0, 1, 0)
  114. label.Position = UDim2.new(0, 0, 0, 0)
  115. label.TextColor3 = Color3.new(255, 255, 255)
  116. label.TextStrokeTransparency = 0
  117. label.FontSize = Enum.FontSize.Size32
  118. label.Font = Enum.Font.SourceSansLight
  119. label.BorderSizePixel = 0
  120. label.TextScaled = true
  121. label.Text = text
  122. end
  123.  
  124. framesk1 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.85, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  125. framesk2 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.74, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  126. framesk3 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.63, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  127. framesk4 = makeframe(scrn, 0.5, UDim2.new(0.8, 0, 0.52, 0), UDim2.new(0.16, 0, 0.1, 0), skillcolorscheme)
  128. bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  129. bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  130. bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  131. bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  132. text1 = Instance.new("TextLabel", framesk1)
  133. text1.BackgroundTransparency = 1
  134. text1.Size = UDim2.new(1, 0, 1, 0)
  135. text1.Position = UDim2.new(0, 0, 0, 0)
  136. text1.TextColor3 = Color3.new(255, 255, 255)
  137. text1.TextStrokeTransparency = 0
  138. text1.FontSize = Enum.FontSize.Size18
  139. text1.Font = Enum.Font.SourceSansLight
  140. text1.BorderSizePixel = 0
  141. text1.TextScaled = true
  142. text1.Text = "[Z]\n Corrupted Bazooka"
  143. text2 = Instance.new("TextLabel", framesk2)
  144. text2.BackgroundTransparency = 1
  145. text2.Size = UDim2.new(1, 0, 1, 0)
  146. text2.Position = UDim2.new(0, 0, 0, 0)
  147. text2.TextColor3 = Color3.new(255, 255, 255)
  148. text2.TextStrokeTransparency = 0
  149. text2.FontSize = Enum.FontSize.Size18
  150. text2.Font = Enum.Font.SourceSansLight
  151. text2.BorderSizePixel = 0
  152. text2.TextScaled = true
  153. text2.Text = "[X]\n Dark Charger"
  154. text3 = Instance.new("TextLabel", framesk3)
  155. text3.BackgroundTransparency = 1
  156. text3.Size = UDim2.new(1, 0, 1, 0)
  157. text3.Position = UDim2.new(0, 0, 0, 0)
  158. text3.TextColor3 = Color3.new(255, 255, 255)
  159. text3.TextStrokeTransparency = 0
  160. text3.FontSize = Enum.FontSize.Size18
  161. text3.Font = Enum.Font.SourceSansLight
  162. text3.BorderSizePixel = 0
  163. text3.TextScaled = false
  164. text3.Text = "[C]\n Shadow Cannon"
  165. text4 = Instance.new("TextLabel", framesk4)
  166. text4.BackgroundTransparency = 1
  167. text4.Size = UDim2.new(1, 0, 1, 0)
  168. text4.Position = UDim2.new(0, 0, 0, 0)
  169. text4.TextColor3 = Color3.new(255, 255, 255)
  170. text4.TextStrokeTransparency = 0
  171. text4.FontSize = Enum.FontSize.Size18
  172. text4.Font = Enum.Font.SourceSansLight
  173. text4.BorderSizePixel = 0
  174. text4.TextScaled = true
  175. text4.Text = "[V]\n Invincible Nightmare"
  176. ArtificialHB = Instance.new("BindableEvent", Player.PlayerGui)
  177. ArtificialHB.Name = "Heartbeat"
  178. Player.PlayerGui:WaitForChild("Heartbeat")
  179. frame = 0.033333333333333
  180. tf = 0
  181. allowframeloss = false
  182. tossremainder = false
  183. lastframe = tick()
  184. Player.PlayerGui.Heartbeat:Fire()
  185. local gg = false
  186. game:GetService("RunService").Heartbeat:connect(function(s, p)
  187.  
  188. if Player.PlayerGui:FindFirstChild("Heartbeat") == nil then
  189. gg = true
  190. end
  191. if gg == true then
  192. return
  193. end
  194. tf = tf + s
  195. if frame <= tf then
  196. if allowframeloss then
  197. Player.PlayerGui.Heartbeat:Fire()
  198. lastframe = tick()
  199. else
  200. for i = 1, math.floor(tf / frame) do
  201. Player.PlayerGui.Heartbeat:Fire()
  202. end
  203. lastframe = tick()
  204. end
  205. if tossremainder then
  206. tf = 0
  207. else
  208. tf = tf - frame * math.floor(tf / frame)
  209. end
  210. end
  211. end
  212. )
  213. swait = function(num)
  214.  
  215. if num == 0 or num == nil then
  216. ArtificialHB.Event:wait()
  217. else
  218. for i = 0, num do
  219. ArtificialHB.Event:wait()
  220. end
  221. end
  222. end
  223.  
  224. local RbxUtility = LoadLibrary("RbxUtility")
  225. local Create = RbxUtility.Create
  226. RemoveOutlines = function(part)
  227.  
  228. part.TopSurface = 10
  229. end
  230.  
  231. CreateSound = function(id, par, vol, pit)
  232.  
  233. coroutine.resume(coroutine.create(function()
  234.  
  235. local sou = Instance.new("Sound", par or workspace)
  236. sou.Volume = vol
  237. sou.Pitch = pit or 1
  238. sou.SoundId = id
  239. swait()
  240. sou:play()
  241. game:GetService("Debris"):AddItem(sou, 6)
  242. end
  243. ))
  244. end
  245.  
  246. CreatePart = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  247.  
  248. 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})
  249. RemoveOutlines(Part)
  250. return Part
  251. end
  252.  
  253. CreateMesh = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  254.  
  255. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  256. if Mesh == "SpecialMesh" then
  257. Msh.MeshType = MeshType
  258. Msh.MeshId = MeshId
  259. end
  260. return Msh
  261. end
  262.  
  263. CreateWeld = function(Parent, Part0, Part1, C0, C1)
  264.  
  265. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  266. return Weld
  267. end
  268.  
  269. Handle = CreatePart(m, Enum.Material.Plastic, 0, 1, "Really black", "Handle", Vector3.new(0.200000003, 0.200000003, 1.10801423))
  270. HandleWeld = CreateWeld(m, Character["Right Arm"], Handle, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0606536865, -1.06880665, -0.053850174, 0.999730885, -0.0130999982, 0.0191449989, -0.0131285042, -0.999912977, 0.00136399036, 0.0191254634, -0.00161496829, -0.999815762))
  271. CreateMesh("BlockMesh", Handle, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  272. FakeHandle = CreatePart(m, Enum.Material.Plastic, 0, 1, "Really black", "FakeHandle", Vector3.new(0.200000003, 0.200000003, 1.10801423))
  273. 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, 9.31322575e-10, 1.86264515e-09, 9.31322575e-10, 1.00000012, 2.91038305e-11, 1.86264515e-09, 2.91038305e-11, 1))
  274. CreateMesh("BlockMesh", FakeHandle, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  275. Hitbox = CreatePart(m, Enum.Material.Plastic, 0, 1, "Black", "Hitbox", Vector3.new(6.04899979, 0.200000003, 6.03399992))
  276. HitboxWeld = CreateWeld(m, FakeHandle, Hitbox, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0141906738, 7.62939453e-06, 0.0669403076, -0.275638729, -2.72830948e-06, -0.961261392, -6.43450767e-06, 1.00000012, -9.93430149e-07, 0.961261332, 5.91110438e-06, -0.275638729))
  277. CreateMesh("BlockMesh", Hitbox, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 1))
  278. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  279. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.85997009, -1.90734863e-05, 0.0141906738, 0.961260498, 3.64240259e-06, -0.275641471, 3.78582627e-06, -1.00000012, -7.15954229e-09, -0.275641441, -1.03772618e-06, -0.961260557))
  280. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  281. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  282. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.84391785, 1.52587891e-05, -0.00863647461, 0.587776005, 2.68220901e-06, -0.809023798, -4.56254929e-06, 1.00000012, -3.49245965e-10, 0.809023738, 3.69176269e-06, 0.587775886))
  283. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  284. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  285. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.86808014, 2.38418579e-06, 0.00830078125, -0.559193492, -6.94300979e-07, -0.82903707, 4.35858965e-07, 1.00000012, -1.13036367e-06, 0.82903707, -9.90927219e-07, -0.559193552))
  286. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  287. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  288. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.86782074, 1.76429749e-05, 0.00863647461, -0.587776005, -2.68220901e-06, 0.809023798, -4.56254929e-06, 1.00000012, -3.49245965e-10, -0.809023738, -3.69176269e-06, -0.587775886))
  289. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  290. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  291. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.86455536, 2.43186951e-05, -0.0119171143, 0.809012353, 2.03959644e-07, -0.587791741, -1.99023634e-06, 1.00000012, -2.39547808e-06, 0.587791622, 3.10782343e-06, 0.809012353))
  292. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  293. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  294. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.86489868, 2.33650208e-05, 0.0116729736, -0.788011253, -6.78095967e-06, -0.615660846, -6.26314431e-06, 1.00000012, -2.99766543e-06, 0.615660846, 1.49477273e-06, -0.788011253))
  295. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  296. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  297. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.85084534, 1.14440918e-05, -0.0139045715, 0.939691484, 5.68572432e-06, 0.342023343, -5.19026071e-06, 1.00000012, -2.36293999e-06, -0.342023402, 4.44706529e-07, 0.939691544))
  298. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  299. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  300. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.84367371, 3.0040741e-05, 0.00827026367, -0.559193492, -6.94300979e-07, -0.82903707, 4.35858965e-07, 1.00000012, -1.13036367e-06, 0.82903707, -9.90927219e-07, -0.559193552))
  301. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  302. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 1.18188214))
  303. 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, 9.31322575e-10, 1.86264515e-09, 9.31322575e-10, 1.00000012, 2.91038305e-11, 1.86264515e-09, 2.91038305e-11, 1))
  304. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  305. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  306. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.86975098, 5.7220459e-06, -0.0050201416, 0.342017025, 2.15275213e-06, -0.939693868, -5.31971455e-06, 1.00000012, 3.5422272e-07, 0.939693809, 4.87826765e-06, 0.342016995))
  307. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  308. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  309. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.84202576, 2.38418579e-05, -0.00498962402, 0.342017025, 2.15275213e-06, -0.939693868, -5.31971455e-06, 1.00000012, 3.5422272e-07, 0.939693809, 4.87826765e-06, 0.342016995))
  310. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  311. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  312. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.87003326, 6.19888306e-06, 0.00411987305, -0.275638729, -2.72830948e-06, -0.961261392, -6.43450767e-06, 1.00000012, -9.93430149e-07, 0.961261332, 5.91110438e-06, -0.275638729))
  313. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  314. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  315. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.84115601, 1.90734863e-05, -0.000457763672, 0.0348991975, -1.94690074e-07, -0.999390781, -6.48386776e-06, 1.00000012, -4.21277946e-07, 0.9993909, 6.49411231e-06, 0.034899205))
  316. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  317. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  318. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.84715271, -1.28746033e-05, -0.0119247437, 0.809012353, 2.03959644e-07, -0.587791741, -1.99023634e-06, 1.00000012, -2.39547808e-06, 0.587791622, 3.10782343e-06, 0.809012353))
  319. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  320. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  321. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.84683228, 5.7220459e-06, 0.0116577148, -0.788011253, -6.78095967e-06, -0.615660846, -6.26314431e-06, 1.00000012, -2.99766543e-06, 0.615660846, 1.49477273e-06, -0.788011253))
  322. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  323. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  324. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.85539246, -9.53674316e-07, 0.0147705078, -0.99939096, -8.62684101e-06, -0.0348977856, -8.62590969e-06, 1.00000012, -1.76834874e-07, 0.0348977894, 1.24389771e-07, -0.9993909))
  325. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  326. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  327. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.85174561, 9.05990601e-06, 0.0141448975, -0.961260498, -3.64240259e-06, 0.275641471, -3.78582627e-06, 1.00000012, 7.15954229e-09, -0.275641441, -1.03772618e-06, -0.961260557))
  328. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  329. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  330. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.84172058, 7.62939453e-06, 0.00410461426, -0.275638729, -2.72830948e-06, -0.961261392, -6.43450767e-06, 1.00000012, -9.93430149e-07, 0.961261332, 5.91110438e-06, -0.275638729))
  331. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  332. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  333. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.87061691, -3.33786011e-06, -0.00048828125, 0.0348991975, -1.94690074e-07, -0.999390781, -6.48386776e-06, 1.00000012, -4.21277946e-07, 0.9993909, 6.49411231e-06, 0.034899205))
  334. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  335. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  336. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0119552612, 1.28746033e-05, -3.94950104, 0.587784708, 9.48831439e-06, 0.809017479, -8.12485814e-06, 1.00000012, -5.82361827e-06, -0.809017539, -3.14880162e-06, 0.587784648))
  337. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  338. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  339. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00859069824, 1.62124634e-05, 3.92887115, 0.809015155, 4.64636832e-06, 0.587787926, -5.60190529e-06, 1.00000012, -1.93627784e-07, -0.587787926, -3.13622877e-06, 0.809015155))
  340. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  341. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  342. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00868225098, -2.86102295e-06, -3.95278168, 0.809015155, 4.64636832e-06, 0.587787926, -5.60190529e-06, 1.00000012, -1.93627784e-07, -0.587787926, -3.13622877e-06, 0.809015155))
  343. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  344. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  345. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000473022461, 1.14440918e-05, -3.95556831, 0.99939096, 8.62684101e-06, 0.0348977856, -8.62590969e-06, 1.00000012, -1.76834874e-07, -0.0348977894, -1.24389771e-07, 0.9993909))
  346. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  347. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  348. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0117034912, 0, -3.94985962, 0.615653992, 3.55765224e-06, -0.788016558, -4.55323607e-06, 1.00000012, 9.56177246e-07, 0.788016617, 2.99792737e-06, 0.615653992))
  349. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  350. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  351. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.013874054, 1.14440918e-05, 3.93579102, 0.342017025, 2.15275213e-06, -0.939693868, -5.31971455e-06, 1.00000012, 3.5422272e-07, 0.939693809, 4.87826765e-06, 0.342016995))
  352. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  353. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  354. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00407409668, 1.09672546e-05, 3.92666626, 0.961259723, 6.65895641e-06, -0.275644481, -7.27362931e-06, 1.00000012, -1.21051562e-06, 0.275644451, 3.16882506e-06, 0.961259663))
  355. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  356. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  357. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0147628784, 4.29153442e-06, 3.94032288, 0.0348991975, -1.94690074e-07, -0.999390781, -6.48386776e-06, 1.00000012, -4.21277946e-07, 0.9993909, 6.49411231e-06, 0.034899205))
  358. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  359. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  360. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0704994202, 1.23977661e-05, 0.763931274, -0.207910523, -4.69619408e-06, -0.978147805, -6.49597496e-06, 1.00000012, -3.42010753e-06, 0.978147864, 5.6438148e-06, -0.207910508))
  361. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  362. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  363. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0730209351, 9.53674316e-06, 0.769554138, -0.587784708, -9.48831439e-06, -0.809017479, -8.12485814e-06, 1.00000012, -5.82361827e-06, 0.809017539, 3.14880162e-06, -0.587784648))
  364. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  365. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  366. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0780181885, 4.00543213e-05, 0.773895264, -0.882944465, -5.23682684e-06, -0.469477326, -4.31761146e-06, 1.00000012, -3.0323281e-06, 0.469477355, -6.50528818e-07, -0.882944584))
  367. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  368. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  369. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0849456787, 1.1920929e-05, -0.775592804, 1, 9.31322575e-10, 1.86264515e-09, 9.31322575e-10, 1.00000012, 2.91038305e-11, 1.86264515e-09, 2.91038305e-11, 1))
  370. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  371. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  372. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0138931274, 1.14440918e-05, -3.94581604, 0.342017025, 2.15275213e-06, -0.939693868, -5.31971455e-06, 1.00000012, 3.5422272e-07, 0.939693809, 4.87826765e-06, 0.342016995))
  373. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  374. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  375. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0141906738, -2.86102295e-06, 3.94491577, -0.275638729, -2.72830948e-06, -0.961261392, -6.43450767e-06, 1.00000012, -9.93430149e-07, 0.961261332, 5.91110438e-06, -0.275638729))
  376. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  377. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  378. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0914611816, 1.38282776e-05, -0.77407074, 0.898792446, 4.78886068e-06, -0.438374549, -5.40539622e-06, 1.00000012, -1.58092007e-07, 0.438374519, 2.51177698e-06, 0.898792386))
  379. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  380. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  381. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000457763672, 1.23977661e-05, 3.92610168, 0.99939096, 8.62684101e-06, 0.0348977856, -8.62590969e-06, 1.00000012, -1.76834874e-07, -0.0348977894, -1.24389771e-07, 0.9993909))
  382. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  383. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  384. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.070602417, 1.57356262e-05, 0.757293701, 0.241917431, 2.88034789e-06, -0.97029686, -7.35372305e-06, 1.00000012, 1.13470014e-06, 0.97029686, 6.86012208e-06, 0.241917446))
  385. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  386. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  387. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0992660522, -3.81469727e-06, -0.764343262, 0.241917431, 2.88034789e-06, -0.97029686, -7.35372305e-06, 1.00000012, 1.13470014e-06, 0.97029686, 6.86012208e-06, 0.241917446))
  388. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  389. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  390. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0993690491, 1.43051147e-05, -0.757736206, -0.207910523, -4.69619408e-06, -0.978147805, -6.49597496e-06, 1.00000012, -3.42010753e-06, 0.978147864, 5.6438148e-06, -0.207910508))
  391. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  392. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  393. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00826263428, 6.67572021e-06, 3.92862701, 0.829033315, 8.75815749e-06, -0.559199274, -9.8599121e-06, 1, 1.04334322e-06, 0.559199214, 4.64823097e-06, 0.829033256))
  394. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  395. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  396. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0147399902, 5.7220459e-06, -3.94126892, 0.0348991975, -1.94690074e-07, -0.999390781, -6.48386776e-06, 1.00000012, -4.21277946e-07, 0.9993909, 6.49411231e-06, 0.034899205))
  397. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  398. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  399. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0968551636, 2.05039978e-05, -0.752113342, -0.587784708, -9.48831439e-06, -0.809017479, -8.12485814e-06, 1.00000012, -5.82361827e-06, 0.809017539, 3.14880162e-06, -0.587784648))
  400. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  401. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.590941012))
  402. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0918121338, 9.05990601e-06, -0.821632385, -0.882944465, -5.23682684e-06, -0.469477326, -4.31761146e-06, 1.00000012, -3.0323281e-06, 0.469477355, -6.50528818e-07, -0.882944584))
  403. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  404. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  405. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00497436523, 1.90734863e-06, 3.92697525, 0.939691484, 5.68572432e-06, 0.342023343, -5.19026071e-06, 1.00000012, -2.36293999e-06, -0.342023402, 4.44706529e-07, 0.939691544))
  406. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  407. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  408. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.8608551, 2.28881836e-05, 0.0138702393, -0.939691484, -5.68572432e-06, -0.342023343, -5.19026071e-06, 1.00000012, -2.36293999e-06, 0.342023402, -4.44706529e-07, -0.939691544))
  409. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  410. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  411. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00832366943, 1.1920929e-05, -3.95301819, 0.829033315, 8.75815749e-06, -0.559199274, -9.8599121e-06, 1, 1.04334322e-06, 0.559199214, 4.64823097e-06, 0.829033256))
  412. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  413. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  414. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00410461426, 1.33514404e-05, -3.95498657, 0.961259723, 6.65895641e-06, -0.275644481, -7.27362931e-06, 1.00000012, -1.21051562e-06, 0.275644451, 3.16882506e-06, 0.961259663))
  415. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  416. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  417. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0141601563, 1.85966492e-05, -3.93669128, -0.275638729, -2.72830948e-06, -0.961261392, -6.43450767e-06, 1.00000012, -9.93430149e-07, 0.961261332, 5.91110438e-06, -0.275638729))
  418. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  419. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.443205714, 0.598327696))
  420. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.85630798, 1.62124634e-05, 0.0147399902, -0.99939096, -8.62684101e-06, -0.0348977856, -8.62590969e-06, 1.00000012, -1.76834874e-07, 0.0348977894, 1.24389771e-07, -0.9993909))
  421. CreateMesh("SpecialMesh", Part, Enum.MeshType.Cylinder, "", Vector3.new(0, 0, 0), Vector3.new(0.99999994, 1, 1))
  422. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  423. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00503540039, 1.23977661e-05, -3.9547081, 0.939691484, 5.68572432e-06, 0.342023343, -5.19026071e-06, 1.00000012, -2.36293999e-06, -0.342023402, 4.44706529e-07, 0.939691544))
  424. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  425. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  426. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0116043091, 1.23977661e-05, 3.93174744, 0.615653992, 3.55765224e-06, -0.788016558, -4.55323607e-06, 1.00000012, 9.56177246e-07, 0.788016617, 2.99792737e-06, 0.615653992))
  427. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  428. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Eggplant", "Part", Vector3.new(0.317630798, 0.443205714, 0.598327696))
  429. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0118484497, 7.15255737e-06, 3.93209076, 0.587784708, 9.48831439e-06, 0.809017479, -8.12485814e-06, 1.00000012, -5.82361827e-06, -0.809017539, -3.14880162e-06, 0.587784648))
  430. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/Asset/?id=9756362", Vector3.new(0, 0, 0), Vector3.new(0.369338065, 0.369338065, 0.738676131))
  431. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630887, 0.200000003, 0.200000003))
  432. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.05175781e-05, 1.76429749e-05, 0.598358154, 1, 9.31322575e-10, 1.86264515e-09, 9.31322575e-10, 1.00000012, 2.91038305e-11, 1.86264515e-09, 2.91038305e-11, 1))
  433. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  434. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630827, 0.200000003, 0.200000003))
  435. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0143203735, 1.38282776e-05, -0.616622925, 0.241917431, 2.88034789e-06, -0.97029686, -7.35372305e-06, 1.00000012, 1.13470014e-06, 0.97029686, 6.86012208e-06, 0.241917446))
  436. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  437. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630887, 0.200000003, 0.200000003))
  438. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00648498535, 1.66893005e-05, 0.599876404, 0.898792446, 4.78886068e-06, -0.438374549, -5.40539622e-06, 1.00000012, -1.58092007e-07, 0.438374519, 2.51177698e-06, 0.898792386))
  439. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  440. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630887, 0.200000003, 0.200000003))
  441. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0144615173, 9.53674316e-06, 0.61618042, -0.207910523, -4.69619408e-06, -0.978147805, -6.49597496e-06, 1.00000012, -3.42010753e-06, 0.978147864, 5.6438148e-06, -0.207910508))
  442. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  443. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.22341561))
  444. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0254669189, 1.09672546e-05, 2.24623871, -0.529915392, -5.53671271e-06, -0.848050594, -7.79144466e-06, 1.00000012, -1.66005339e-06, 0.848050535, 5.72763383e-06, -0.529915333))
  445. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  446. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630887, 0.200000003, 0.200000003))
  447. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.011932373, 1.00135803e-05, 0.621818542, -0.587784708, -9.48831439e-06, -0.809017479, -8.12485814e-06, 1.00000012, -5.82361827e-06, 0.809017539, 3.14880162e-06, -0.587784648))
  448. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  449. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.22341561))
  450. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00685119629, -7.62939453e-06, -2.17710876, -0.882944465, -5.23682684e-06, -0.469477326, -4.31761146e-06, 1.00000012, -3.0323281e-06, 0.469477355, -6.50528818e-07, -0.882944584))
  451. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  452. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.37115026))
  453. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00694274902, 1.52587891e-05, 2.18106461, -0.882944465, -5.23682684e-06, -0.469477326, -4.31761146e-06, 1.00000012, -3.0323281e-06, 0.469477355, -6.50528818e-07, -0.882944584))
  454. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  455. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.07567978))
  456. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0302124023, 1.71661377e-05, 2.26445007, 0.848047256, 4.38932329e-06, -0.529920757, -4.58210707e-06, 1.00000012, 9.47475201e-07, 0.529920757, 1.62469223e-06, 0.848047137))
  457. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  458. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  459. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0144233704, 1.14440918e-05, -1.1307373, -0.207910523, -4.69619408e-06, -0.978147805, -6.49597496e-06, 1.00000012, -3.42010753e-06, 0.978147864, 5.6438148e-06, -0.207910508))
  460. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  461. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.014465332, 6.67572021e-06, 1.13693237, -0.207910523, -4.69619408e-06, -0.978147805, -6.49597496e-06, 1.00000012, -3.42010753e-06, 0.978147864, 5.6438148e-06, -0.207910508))
  462. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630887, 0.200000003, 0.200000003))
  463. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0116500854, 1.52587891e-05, 0.604064941, 0.615653992, 3.55765224e-06, -0.788016558, -4.55323607e-06, 1.00000012, 9.56177246e-07, 0.788016617, 2.99792737e-06, 0.615653992))
  464. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  465. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.22341561))
  466. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0134735107, 9.53674316e-06, -2.25316238, 0.999390662, 5.35696745e-06, -0.0349050984, -5.36255538e-06, 1.00000012, -1.1944212e-07, 0.0349050872, 3.06405127e-07, 0.999390602))
  467. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  468. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.590941012))
  469. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0965957642, 1.04904175e-05, -0.843780518, 0.615653992, 3.55765224e-06, -0.788016558, -4.55323607e-06, 1.00000012, 9.56177246e-07, 0.788016617, 2.99792737e-06, 0.615653992))
  470. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  471. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  472. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0784606934, 1.8119812e-05, 0.747596741, 0.898792446, 4.78886068e-06, -0.438374549, -5.40539622e-06, 1.00000012, -1.58092007e-07, 0.438374519, 2.51177698e-06, 0.898792386))
  473. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  474. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630827, 0.200000003, 0.200000003))
  475. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0116500854, 1.57356262e-05, -0.622177124, 0.615653992, 3.55765224e-06, -0.788016558, -4.55323607e-06, 1.00000012, 9.56177246e-07, 0.788016617, 2.99792737e-06, 0.615653992))
  476. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  477. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  478. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0849151611, 7.62939453e-06, 0.746095657, 1, 9.31322575e-10, 1.86264515e-09, 9.31322575e-10, 1.00000012, 2.91038305e-11, 1.86264515e-09, 2.91038305e-11, 1))
  479. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  480. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630887, 0.200000003, 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.0143356323, 1.04904175e-05, 0.609573364, 0.241917431, 2.88034789e-06, -0.97029686, -7.35372305e-06, 1.00000012, 1.13470014e-06, 0.97029686, 6.86012208e-06, 0.241917446))
  482. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  483. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.443205714))
  484. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0733108521, 2.14576721e-05, 0.75177002, 0.615653992, 3.55765224e-06, -0.788016558, -4.55323607e-06, 1.00000012, 9.56177246e-07, 0.788016617, 2.99792737e-06, 0.615653992))
  485. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  486. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630827, 0.200000003, 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.00650024414, 5.7220459e-06, -0.626358032, 0.898792446, 4.78886068e-06, -0.438374549, -5.40539622e-06, 1.00000012, -1.58092007e-07, 0.438374519, 2.51177698e-06, 0.898792386))
  488. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  489. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630827, 0.200000003, 0.200000003))
  490. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0144271851, 0, -0.609985352, -0.207910523, -4.69619408e-06, -0.978147805, -6.49597496e-06, 1.00000012, -3.42010753e-06, 0.978147864, 5.6438148e-06, -0.207910508))
  491. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  492. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630827, 0.200000003, 0.200000003))
  493. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0119171143, 2.05039978e-05, -0.604377747, -0.587784708, -9.48831439e-06, -0.809017479, -8.12485814e-06, 1.00000012, -5.82361827e-06, 0.809017539, 3.14880162e-06, -0.587784648))
  494. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  495. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630827, 0.200000003, 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.00686645508, 1.47819519e-05, -0.600028992, -0.882944465, -5.23682684e-06, -0.469477326, -4.31761146e-06, 1.00000012, -3.0323281e-06, 0.469477355, -6.50528818e-07, -0.882944584))
  497. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  498. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630827, 0.200000003, 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.52587891e-05, 6.19888306e-06, -0.62786293, 1, 9.31322575e-10, 1.86264515e-09, 9.31322575e-10, 1.00000012, 2.91038305e-11, 1.86264515e-09, 2.91038305e-11, 1))
  500. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  501. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.22341561))
  502. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0134735107, 1.00135803e-05, 2.17890549, 0.999390662, 5.35696745e-06, -0.0349050984, -5.36255538e-06, 1.00000012, -1.1944212e-07, 0.0349050872, 3.06405127e-07, 0.999390602))
  503. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  504. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.22341561))
  505. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0391311646, 1.1920929e-05, -2.22155762, 0.438364893, 1.95018947e-06, -0.898797095, -5.71552664e-06, 1.00000012, -6.18805643e-07, 0.898797154, 5.40819019e-06, 0.438364923))
  506. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  507. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.07567978))
  508. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.039100647, 1.43051147e-05, 2.28431702, 0.438364893, 1.95018947e-06, -0.898797095, -5.71552664e-06, 1.00000012, -6.18805643e-07, 0.898797154, 5.40819019e-06, 0.438364923))
  509. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  510. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.22341561))
  511. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0302429199, 1.28746033e-05, -2.24144745, 0.848047256, 4.38932329e-06, -0.529920757, -4.58210707e-06, 1.00000012, 9.47475201e-07, 0.529920757, 1.62469223e-06, 0.848047137))
  512. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  513. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.07567978))
  514. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.036655426, 1.38282776e-05, 2.30462646, -0.0697548911, -1.76252797e-07, -0.997564137, -6.46524131e-06, 1.00000012, 2.75234925e-07, 0.997564137, 6.4689666e-06, -0.0697548836))
  515. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  516. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.317630887, 0.200000003, 0.200000003))
  517. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00694274902, 1.90734863e-05, 0.626148224, -0.882944465, -5.23682684e-06, -0.469477326, -4.31761146e-06, 1.00000012, -3.0323281e-06, 0.469477355, -6.50528818e-07, -0.882944584))
  518. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.73867619, 0.73867619))
  519. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.22341561))
  520. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0366249084, 1.28746033e-05, -2.20121765, -0.0697548911, -1.76252797e-07, -0.997564137, -6.46524131e-06, 1.00000012, 2.75234925e-07, 0.997564137, 6.4689666e-06, -0.0697548836))
  521. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  522. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 2.22341561))
  523. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0254058838, 1.38282776e-05, -2.1857605, -0.529915392, -5.53671271e-06, -0.848050594, -7.79144466e-06, 1.00000012, -1.66005339e-06, 0.848050535, 5.72763383e-06, -0.529915333))
  524. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.73867619, 0.73867619, 1))
  525. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  526. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0115890503, 5.24520874e-06, -1.12471008, -0.615659773, -2.24635005e-06, -0.788012147, -4.62308526e-06, 1.00000012, 7.62433046e-07, 0.788012028, 4.11272049e-06, -0.615659714))
  527. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  528. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.000457763672, 4.76837158e-07, 1.14862823, -0.99939096, -8.62684101e-06, -0.0348977856, -8.62590969e-06, 1.00000012, -1.76834874e-07, 0.0348977894, 1.24389771e-07, -0.9993909))
  529. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  530. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0113449097, 2.19345093e-05, -1.12442017, -0.642782152, -3.70200723e-06, 0.766049147, -4.58210707e-06, 1.00000012, 9.86823579e-07, -0.766049147, -2.87499279e-06, -0.642782032))
  531. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  532. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00605773926, 1.8119812e-05, -1.12039185, -0.913543046, -3.46451998e-06, 0.406742126, -3.03518027e-06, 1.00000012, 1.70143903e-06, -0.406742096, 3.19443643e-07, -0.913542926))
  533. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  534. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0143604279, 1.14440918e-05, -1.13034058, -0.241917431, -2.88034789e-06, 0.97029686, -7.35372305e-06, 1.00000012, 1.13470014e-06, -0.97029686, -6.86012208e-06, -0.241917446))
  535. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  536. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.014749527, 1.33514404e-05, -3.49807739, 0.0348991975, -1.94690074e-07, -0.999390781, -6.48386776e-06, 1.00000012, -4.21277946e-07, 0.9993909, 6.49411231e-06, 0.034899205))
  537. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  538. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0117111206, 1.09672546e-05, 3.50668335, -0.615653992, -3.55765224e-06, 0.788016558, -4.55323607e-06, 1.00000012, 9.56177246e-07, -0.788016617, -2.99792737e-06, -0.615653992))
  539. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  540. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0116271973, 2.14576721e-05, -3.48854065, -0.615653992, -3.55765224e-06, 0.788016558, -4.55323607e-06, 1.00000012, 9.56177246e-07, -0.788016617, -2.99792737e-06, -0.615653992))
  541. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  542. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00408935547, 1.43051147e-06, -3.48344421, -0.961259723, -6.65895641e-06, 0.275644481, -7.27362931e-06, 1.00000012, -1.21051562e-06, -0.275644451, -3.16882506e-06, -0.961259663))
  543. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  544. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00495910645, 1.43051147e-05, -3.48374557, -0.939691484, -5.68572432e-06, -0.342023343, -5.19026071e-06, 1.00000012, -2.36293999e-06, 0.342023402, -4.44706529e-07, -0.939691544))
  545. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  546. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00413513184, 1.09672546e-05, 3.51181793, -0.961259723, -6.65895641e-06, 0.275644481, -7.27362931e-06, 1.00000012, -1.21051562e-06, -0.275644451, -3.16882506e-06, -0.961259663))
  547. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  548. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0143604279, 7.62939453e-06, 1.13735962, -0.241917431, -2.88034789e-06, 0.97029686, -7.35372305e-06, 1.00000012, 1.13470014e-06, -0.97029686, -6.86012208e-06, -0.241917446))
  549. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  550. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.000473022461, 1.09672546e-05, 3.5124054, -0.99939096, -8.62684101e-06, -0.0348977856, -8.62590969e-06, 1.00000012, -1.76834874e-07, 0.0348977894, 1.24389771e-07, -0.9993909))
  551. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  552. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00835418701, 9.05990601e-06, 3.50985718, -0.829033315, -8.75815749e-06, 0.559199274, -9.8599121e-06, 1, 1.04334322e-06, -0.559199214, -4.64823097e-06, -0.829033256))
  553. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  554. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00505065918, 2.95639038e-05, 3.51152611, -0.939691484, -5.68572432e-06, -0.342023343, -5.19026071e-06, 1.00000012, -2.36293999e-06, 0.342023402, -4.44706529e-07, -0.939691544))
  555. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  556. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.000457763672, -9.53674316e-07, -3.48287582, -0.99939096, -8.62684101e-06, -0.0348977856, -8.62590969e-06, 1.00000012, -1.76834874e-07, 0.0348977894, 1.24389771e-07, -0.9993909))
  557. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  558. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0113754272, 1.28746033e-05, 1.14329529, -0.642782152, -3.70200723e-06, 0.766049147, -4.58210707e-06, 1.00000012, 9.86823579e-07, -0.766049147, -2.87499279e-06, -0.642782032))
  559. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  560. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0138931274, 1.52587891e-05, -3.49258423, -0.342017025, -2.15275213e-06, 0.939693868, -5.31971455e-06, 1.00000012, 3.5422272e-07, -0.939693809, -4.87826765e-06, -0.342016995))
  561. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  562. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0122375488, 2.33650208e-05, 3.50591278, -0.559193492, -6.94300979e-07, -0.82903707, 4.35858965e-07, 1.00000012, -1.13036367e-06, 0.82903707, -9.90927219e-07, -0.559193552))
  563. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  564. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0139312744, 1.09672546e-05, 3.50260925, -0.342017025, -2.15275213e-06, 0.939693868, -5.31971455e-06, 1.00000012, 3.5422272e-07, -0.939693809, -4.87826765e-06, -0.342016995))
  565. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  566. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00909423828, 3.52859497e-05, 3.50928497, -0.788011253, -6.78095967e-06, -0.615660846, -6.26314431e-06, 1.00000012, -2.99766543e-06, 0.615660846, 1.49477273e-06, -0.788011253))
  567. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  568. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00903320313, 0, -3.48596191, -0.788011253, -6.78095967e-06, -0.615660846, -6.26314431e-06, 1.00000012, -2.99766543e-06, 0.615660846, 1.49477273e-06, -0.788011253))
  569. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  570. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0141525269, 1.66893005e-05, -3.4934845, -0.275638729, -2.72830948e-06, -0.961261392, -6.43450767e-06, 1.00000012, -9.93430149e-07, 0.961261332, 5.91110438e-06, -0.275638729))
  571. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  572. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00692749023, 1.62124634e-05, 1.14691925, -0.882944465, -5.23682684e-06, -0.469477326, -4.31761146e-06, 1.00000012, -3.0323281e-06, 0.469477355, -6.50528818e-07, -0.882944584))
  573. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  574. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.000457763672, 1.52587891e-05, -1.11910057, -0.99939096, -8.62684101e-06, -0.0348977856, -8.62590969e-06, 1.00000012, -1.76834874e-07, 0.0348977894, 1.24389771e-07, -0.9993909))
  575. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  576. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00826263428, 1.00135803e-05, -3.48539734, -0.829033315, -8.75815749e-06, 0.559199274, -9.8599121e-06, 1, 1.04334322e-06, -0.559199214, -4.64823097e-06, -0.829033256))
  577. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  578. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00688171387, 1.43051147e-05, -1.12078857, -0.882944465, -5.23682684e-06, -0.469477326, -4.31761146e-06, 1.00000012, -3.0323281e-06, 0.469477355, -6.50528818e-07, -0.882944584))
  579. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  580. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0121765137, -5.7220459e-06, -3.48931122, -0.559193492, -6.94300979e-07, -0.82903707, 4.35858965e-07, 1.00000012, -1.13036367e-06, 0.82903707, -9.90927219e-07, -0.559193552))
  581. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  582. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0141983032, 0, 3.50172424, -0.275638729, -2.72830948e-06, -0.961261392, -6.43450767e-06, 1.00000012, -9.93430149e-07, 0.961261332, 5.91110438e-06, -0.275638729))
  583. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  584. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00605773926, 2.38418579e-06, 1.14733124, -0.913543046, -3.46451998e-06, 0.406742126, -3.03518027e-06, 1.00000012, 1.70143903e-06, -0.406742096, 3.19443643e-07, -0.913542926))
  585. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(1.20404208, 0.457979202, 0.598327696))
  586. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0147800446, 6.19888306e-06, 3.49713135, 0.0348991975, -1.94690074e-07, -0.999390781, -6.48386776e-06, 1.00000012, -4.21277946e-07, 0.9993909, 6.49411231e-06, 0.034899205))
  587. Part = CreatePart(m, Enum.Material.Plastic, 0, 0, "Black", "Part", Vector3.new(0.613101304, 0.457979202, 0.30285719))
  588. PartWeld = CreateWeld(m, FakeHandle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0116348267, 9.05990601e-06, 1.14299011, -0.615659773, -2.24635005e-06, -0.788012147, -4.62308526e-06, 1.00000012, 7.62433046e-07, 0.788012028, 4.11272049e-06, -0.615659714))
  589. CFuncs = {
  590. Part = {Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  591.  
  592. 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})
  593. RemoveOutlines(Part)
  594. return Part
  595. end
  596. }
  597. ,
  598. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  599.  
  600. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  601. if Mesh == "SpecialMesh" then
  602. Msh.MeshType = MeshType
  603. Msh.MeshId = MeshId
  604. end
  605. return Msh
  606. end
  607. }
  608. ,
  609. Mesh = {Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  610.  
  611. local Msh = Create(Mesh)({Parent = Part, Offset = OffSet, Scale = Scale})
  612. if Mesh == "SpecialMesh" then
  613. Msh.MeshType = MeshType
  614. Msh.MeshId = MeshId
  615. end
  616. return Msh
  617. end
  618. }
  619. ,
  620. Weld = {Create = function(Parent, Part0, Part1, C0, C1)
  621.  
  622. local Weld = Create("Weld")({Parent = Parent, Part0 = Part0, Part1 = Part1, C0 = C0, C1 = C1})
  623. return Weld
  624. end
  625. }
  626. ,
  627. Sound = {Create = function(id, par, vol, pit)
  628.  
  629. coroutine.resume(coroutine.create(function()
  630.  
  631. local S = Create("Sound")({Volume = vol, Pitch = pit or 1, SoundId = id, Parent = par or workspace})
  632. wait()
  633. S:play()
  634. game:GetService("Debris"):AddItem(S, 6)
  635. end
  636. ))
  637. end
  638. }
  639. ,
  640. ParticleEmitter = {Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  641.  
  642. 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})
  643. return fp
  644. end
  645. }
  646. }
  647. rayCast = function(Position, Direction, Range, Ignore)
  648.  
  649. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  650. end
  651.  
  652. local GetNearest = function(obj, distance)
  653.  
  654. local last, lastx = distance + 1, nil
  655. for i,v in pairs(workspace:GetChildren()) do
  656. if v:IsA("Model") and v ~= Character and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  657. local t = v.Torso
  658. local dist = t.Position - obj.Position.magnitude
  659. if dist <= distance and dist < last then
  660. last = dist
  661. lastx = v
  662. end
  663. end
  664. end
  665. return lastx
  666. end
  667.  
  668. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  669.  
  670. if hit.Parent == nil then
  671. return
  672. end
  673. local h = hit.Parent:FindFirstChild("Humanoid")
  674. for _,v in pairs(hit.Parent:children()) do
  675. if v:IsA("Humanoid") then
  676. h = v
  677. end
  678. end
  679. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  680. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  681. return
  682. end
  683. local c = Create("ObjectValue")({Name = "creator", Value = game:service("Players").LocalPlayer, Parent = h})
  684. game:GetService("Debris"):AddItem(c, 0.5)
  685. if HitSound ~= nil and HitPitch ~= nil then
  686. CreateSound(HitSound, hit, 1, HitPitch)
  687. end
  688. local Damage = math.random(minim, maxim)
  689. local blocked = false
  690. local block = hit.Parent:findFirstChild("Block")
  691. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  692. blocked = true
  693. block.Value = block.Value - 1
  694. print(block.Value)
  695. end
  696. if blocked == false then
  697. h.Health = h.Health - Damage
  698. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  699. else
  700. h.Health = h.Health - Damage / 2
  701. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  702. end
  703. if Type == "Knockdown" then
  704. local hum = hit.Parent.Humanoid
  705. hum.PlatformStand = true
  706. coroutine.resume(coroutine.create(function(HHumanoid)
  707.  
  708. swait(1)
  709. HHumanoid.PlatformStand = false
  710. end
  711. ), hum)
  712. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  713. local bodvol = Create("BodyVelocity")({velocity = angle * knockback, P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  714. 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})
  715. game:GetService("Debris"):AddItem(bodvol, 0.5)
  716. game:GetService("Debris"):AddItem(rl, 0.5)
  717. elseif Type == "Normal" then
  718. local vp = Create("BodyVelocity")({P = 500, maxForce = Vector3.new(math.huge, 0, math.huge), velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05})
  719. if knockback > 0 then
  720. vp.Parent = hit.Parent.Torso
  721. end
  722. game:GetService("Debris"):AddItem(vp, 0.5)
  723. elseif Type == "Up" then
  724. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  725. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  726. local bodyVelocity = Create("BodyVelocity")({velocity = Vector3.new(0, 20, 0), P = 5000, maxForce = Vector3.new(8000, 8000, 8000), Parent = hit})
  727. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  728. elseif Type == "Snare" then
  729. 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})
  730. game:GetService("Debris"):AddItem(bp, 1)
  731. elseif Type == "Freeze" then
  732. 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})
  733. local BodGy = Create("BodyGyro")({maxTorque = Vector3.new(400000, 400000, 400000) * math.huge, P = 20000, Parent = hit.Parent.Torso, cframe = hit.Parent.Torso.CFrame})
  734. hit.Parent.Torso.Anchored = true
  735. coroutine.resume(coroutine.create(function(Part)
  736.  
  737. swait(1.5)
  738. Part.Anchored = false
  739. end
  740. ), hit.Parent.Torso)
  741. game:GetService("Debris"):AddItem(BodPos, 3)
  742. game:GetService("Debris"):AddItem(BodGy, 3)
  743. end
  744. local debounce = Create("BoolValue")({Name = "DebounceHit", Parent = hit.Parent, Value = true})
  745. game:GetService("Debris"):AddItem(debounce, Delay)
  746. c = Instance.new("ObjectValue")
  747. c.Name = "creator"
  748. c.Value = Player
  749. c.Parent = h
  750. game:GetService("Debris"):AddItem(c, 0.5)
  751. end
  752. end
  753.  
  754. ShowDamage = function(Pos, Text, Time, Color)
  755.  
  756. local Rate = 0.033333333333333
  757. if not Pos then
  758. local Pos = Vector3.new(0, 0, 0)
  759. end
  760. local Text = Text or ""
  761. local Time = Time or 2
  762. if not Color then
  763. local Color = Color3.new(1, 0, 1)
  764. end
  765. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  766. EffectPart.Anchored = true
  767. local BillboardGui = Create("BillboardGui")({Size = UDim2.new(3, 0, 3, 0), Adornee = EffectPart, Parent = EffectPart})
  768. 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})
  769. game.Debris:AddItem(EffectPart, Time + 0.1)
  770. EffectPart.Parent = game:GetService("Workspace")
  771. delay(0, function()
  772.  
  773. local Frames = Time / Rate
  774. for Frame = 1, Frames do
  775. wait(Rate)
  776. local Percent = Frame / Frames
  777. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  778. TextLabel.TextTransparency = Percent
  779. end
  780. if EffectPart and EffectPart.Parent then
  781. EffectPart:Destroy()
  782. end
  783. end
  784. )
  785. end
  786.  
  787. MagniDamage = function(Part, magni, mindam, maxdam, knock, Type)
  788.  
  789. for _,c in pairs(workspace:children()) do
  790. local hum = c:findFirstChild("Humanoid")
  791. if hum ~= nil then
  792. local head = c:findFirstChild("Torso")
  793. if head ~= nil then
  794. local targ = head.Position - Part.Position
  795. local mag = targ.magnitude
  796. if mag <= magni and c.Name ~= Player.Name then
  797. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "http://www.roblox.com/asset/?id=231917784", 1)
  798. end
  799. end
  800. end
  801. end
  802. end
  803.  
  804. EffectModel = Instance.new("Model", Character)
  805. EffectModel.Name = "Effects"
  806. Effects = {
  807. Block = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  808.  
  809. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  810. prt.Anchored = true
  811. prt.CFrame = cframe
  812. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  813. game:GetService("Debris"):AddItem(prt, 10)
  814. if Type == 1 or Type == nil then
  815. table.insert(Effects, {prt, "Block1", delay, x3, y3, z3, msh})
  816. else
  817. if Type == 2 then
  818. table.insert(Effects, {prt, "Block2", delay, x3, y3, z3, msh})
  819. end
  820. end
  821. end
  822. }
  823. ,
  824. Sphere = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  825.  
  826. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  827. prt.Anchored = true
  828. prt.CFrame = cframe
  829. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  830. game:GetService("Debris"):AddItem(prt, 10)
  831. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  832. end
  833. }
  834. ,
  835. Cylinder = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  836.  
  837. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  838. prt.Anchored = true
  839. prt.CFrame = cframe
  840. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  841. game:GetService("Debris"):AddItem(prt, 10)
  842. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  843. end
  844. }
  845. ,
  846. Ring = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  847.  
  848. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  849. prt.Anchored = true
  850. prt.CFrame = cframe
  851. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  852. game:GetService("Debris"):AddItem(prt, 10)
  853. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  854. end
  855. }
  856. ,
  857. Wave = {Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  858.  
  859. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  860. prt.Anchored = true
  861. prt.CFrame = cframe
  862. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  863. game:GetService("Debris"):AddItem(prt, 10)
  864. table.insert(Effects, {prt, "Cylinder", delay, x3, y3, z3, msh})
  865. end
  866. }
  867. ,
  868. Break = {Create = function(brickcolor, cframe, x1, y1, z1)
  869.  
  870. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  871. prt.Anchored = true
  872. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  873. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  874. local num = math.random(10, 50) / 1000
  875. game:GetService("Debris"):AddItem(prt, 10)
  876. table.insert(Effects, {prt, "Shatter", num, prt.CFrame, math.random() - math.random(), 0, math.random(50, 100) / 100})
  877. end
  878. }
  879. }
  880. attackone = function()
  881.  
  882. attack = true
  883. local con = Hitbox.Touched:connect(function(hit)
  884.  
  885. Damagefunc(Hitbox, hit, 7, 15, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  886. end
  887. )
  888. for i = 0, 1, 0.1 do
  889. swait()
  890. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.529917479, 0, -0.848049283, 0, 1, 0, 0.848049283, 0, 0.529917479), CFrame.new(0, 1.49999499, 0, 0.406736165, 0, 0.913545728, 0, 1, 0, -0.913545728, 0, 0.406736165), CFrame.new(1.35679102, 0.782658279, 0.0675592273, 0.707045317, -0.527684033, 0.470782787, 0.133834034, -0.553849995, -0.82178998, 0.694388449, 0.644049466, -0.320975006), CFrame.new(-1.69279337, 0.499999672, -0.79492861, 0.717408359, 0.691137791, 0.0874861553, -0.0527720191, 0.179133937, -0.982408345, -0.694651246, 0.700171173, 0.164984912), CFrame.new(0.641659617, -1.99999392, 0.125842437, 0.882947862, 0, -0.469471127, 0, 1, 0, 0.469471127, 0, 0.882947862), CFrame.new(-0.348587006, -1.99999392, -0.0133331716, 0.898793101, 0, 0.438373119, 0, 1, 0, -0.438373119, 0, 0.898793101)}, 0.3, false)
  891. end
  892. CFuncs.Sound.Create("http://roblox.com/asset/?id=231917950", Torso, 1, 1.5)
  893. for i = 0, 1, 0.1 do
  894. swait()
  895. PlayAnimationFromTable({CFrame.new(0.180807382, 0, 0.0999719128, 0.342022538, 0, 0.939691782, 0, 1, 0, -0.939691782, 0, 0.342022538), CFrame.new(0.0106580649, 1.49999499, -0.0643079877, 0.469472408, 0, -0.882947266, 0, 1, 0, 0.882947266, 0, 0.469472408), CFrame.new(1.83224225, 0.376015127, 0.0757035911, 0.135973215, -0.988979697, 0.0585707389, 0.0630049929, -0.0503679588, -0.996741474, 0.988707185, 0.139220387, 0.0554619655), CFrame.new(-0.541033506, 0.699999869, -0.891753554, 0.658596575, -0.726630569, 0.195598423, 0.0759940296, -0.194378868, -0.977978408, 0.74864924, 0.658957481, -0.072797671), CFrame.new(0.641663194, -1.99999392, 0.125834763, 0.406737477, 0, -0.913545191, 0, 1, 0, 0.913545191, 0, 0.406737477), CFrame.new(-0.590457141, -1.99999392, 0.164175183, 0.984808207, 0, -0.173646241, 0, 1, 0, 0.173646241, 0, 0.984808207)}, 0.3, false)
  896. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(0), math.rad(-90)), 0.3)
  897. end
  898. con:disconnect()
  899. attack = false
  900. end
  901.  
  902. attacktwo = function()
  903.  
  904. attack = true
  905. local con = Hitbox.Touched:connect(function(hit)
  906.  
  907. Damagefunc(Hitbox, hit, 7, 15, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  908. end
  909. )
  910. for i = 0, 1, 0.1 do
  911. swait()
  912. PlayAnimationFromTable({CFrame.new(0.338935494, 0, 0.0863927901, -0.0348953009, 0, 0.999391079, 0, 1, 0, -0.999391079, 0, -0.0348953009), CFrame.new(-0.0100401761, 1.49999499, -0.00284555811, 0.500002861, 0, -0.866023898, 0, 1, 0, 0.866023898, 0, 0.500002861), CFrame.new(1.21845579, 0.576015115, -0.684895277, 0.950073838, 0.308843106, 0.0444484204, 0.0630049855, -0.0503680073, -0.996741474, -0.305597931, 0.949778438, -0.0673119873), CFrame.new(-0.681373537, 0.699999809, -0.527025938, 0.839439929, -0.516847908, 0.167955339, 0.0759939924, -0.194378883, -0.977978468, 0.538113117, 0.833717644, -0.123892054), CFrame.new(0.641661644, -1.99999392, 0.125842005, 0.76604569, 0, -0.642786264, 0, 1, 0, 0.642786264, 0, 0.76604569), CFrame.new(-0.451956809, -1.99999392, -0.00807090476, 0.994521499, 0, 0.104533166, 0, 1, 0, -0.104533151, 0, 0.994521499)}, 0.3, false)
  913. end
  914. CFuncs.Sound.Create("http://roblox.com/asset/?id=231917950", Torso, 1, 2)
  915. for i = 0, 1, 0.1 do
  916. swait()
  917. PlayAnimationFromTable({CFrame.new(0.2283867, 0, 0.115197472, 0.438369602, 0, -0.89879483, 0, 1, 0, 0.89879483, 0, 0.438369602), CFrame.new(0.0305867679, 1.49999499, -0.105302036, 0.438370466, 0, 0.898794472, 0, 1, 0, -0.898794472, 0, 0.438370436), CFrame.new(1.67825615, 0.576015353, -0.394908488, 0.46593222, -0.881719947, 0.0740077272, 0.063004978, -0.0503680483, -0.996741474, 0.88257432, 0.469076842, 0.0320846587), CFrame.new(-1.00808418, 0.399999917, -0.988827169, 0.839437604, -0.542131007, 0.0379279964, 0.0759930089, 0.0479900427, -0.995952845, 0.538116753, 0.838922501, 0.0814828053), CFrame.new(0.641682267, -1.99999392, 0.125833988, 0.9993909, 0, -0.0348993391, 0, 1, 0, 0.0348993391, 0, 0.9993909), CFrame.new(-0.451955765, -1.99999392, -0.00807018578, 0.898794293, 0, 0.438370645, 0, 1, 0, -0.438370645, 0, 0.898794293)}, 0.3, false)
  918. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(0), math.rad(-90)), 0.3)
  919. end
  920. con:disconnect()
  921. attack = false
  922. end
  923.  
  924. attackthree = function()
  925.  
  926. attack = true
  927. local con = Hitbox.Touched:connect(function(hit)
  928.  
  929. Damagefunc(Hitbox, hit, 10, 18, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  930. end
  931. )
  932. for i = 0, 1, 0.1 do
  933. swait()
  934. PlayAnimationFromTable({CFrame.new(0.071936667, 4.72262116e-07, 0.0242703855, 0.69465822, -2.26574866e-08, -0.719340205, -3.33132277e-08, 1.00000024, 3.05271186e-09, 0.719340444, -2.44307561e-08, 0.694658041), CFrame.new(-0.06742917, 1.49999535, 0.0348889455, 0.587786257, -0.112594232, 0.801143169, -1.90369231e-08, 0.990268111, 0.139174208, -0.809016466, -0.0818046704, 0.582065761), CFrame.new(1.48275638, 1.08772719, 0.0703284144, 0.948658466, -0.162748516, 0.271220356, -0.174170092, -0.984543502, 0.0184163675, 0.264030874, -0.0647092909, -0.962341189), CFrame.new(-1.70999861, 0.400001884, -0.675200582, 0.170180559, 0.752030849, -0.636779845, -0.961551249, -0.0146153672, -0.274236888, -0.215541288, 0.658966064, 0.720628738), CFrame.new(0.499992967, -1.99999571, 5.02169132e-06, 0.939692616, -3.33132277e-08, -0.342021257, -6.1336543e-08, 1.00000024, 3.31135546e-08, 0.342021137, 3.05271186e-09, 0.939692378), CFrame.new(-0.499985337, -1.99999547, -1.91345407e-06, 1.00000036, -3.33132277e-08, 0, -3.33132277e-08, 1.00000024, 3.05271186e-09, 0, 3.05271186e-09, 1)}, 0.3, false)
  935. end
  936. for i = 0, 1, 0.5 do
  937. swait()
  938. PlayAnimationFromTable({CFrame.new(-0.00892008841, -0.0430538058, -0.194138944, 0.481576502, -0.0958696082, 0.871144831, -0.244872004, 0.939692378, 0.238780618, -0.841499925, -0.328310072, 0.429058075), CFrame.new(-0.019540526, 1.47107708, -0.184671223, 0.594002783, 0.0319824666, -0.803827167, -0.0492451973, 0.998781085, 0.00334861875, 0.802954376, 0.0375955552, 0.59485364), CFrame.new(1.44977772, 1.05570471, -0.579476237, -0.248055339, -0.684091806, 0.685920715, 0.938187659, -0.346077472, -0.00586999068, 0.241397351, 0.642066121, 0.727652669), CFrame.new(-1.00610232, 0.414793789, -0.808649838, 0.390035987, -0.254886776, -0.88481909, -0.920793831, -0.111371592, -0.373811543, -0.00326408446, 0.960535944, -0.278137147), CFrame.new(0.500006855, -1.99999928, -6.67572021e-06, 0.939693093, -1.34110451e-06, -0.342019081, 9.983778e-07, 1, -1.13248825e-06, 0.342018992, 7.74860382e-07, 0.939692974), CFrame.new(-0.848742545, -1.53879189, 0.340080202, 1.00000012, -1.43051147e-06, 5.96046448e-08, 3.42726707e-07, 0.275636345, 0.961261988, -1.37090683e-06, -0.961262047, 0.275636375)}, 0.3, false)
  939. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(0), math.rad(-90)), 0.3)
  940. end
  941. CFuncs.Sound.Create("http://roblox.com/asset/?id=231917950", Torso, 1, 2.5)
  942. Effects.Ring.Create(BrickColor.new("Black"), RootPart.CFrame * angles(0, 0, 0), 5, 5, 5, 1, 1, 1, 0.07)
  943. Effects.Wave.Create(BrickColor.new("Black"), RootPart.CFrame * angles(1.47, 0, 0), 5, 1, 5, 0.2, 0.5, 0.2, 0.07)
  944. CFuncs.Sound.Create("http://roblox.com/asset/?id=191395561", Torso, 1, 1)
  945. for i = 0, 1, 0.1 do
  946. swait()
  947. Effects.Sphere.Create(BrickColor.new("Black"), FakeHandle.CFrame, 46, 0.5, 46, 5, 0.1, 5, 0.3)
  948. PlayAnimationFromTable({CFrame.new(-0.00892008841, -0.0430538058, -0.194138944, 0.481576502, -0.0958696082, 0.871144831, -0.244872004, 0.939692378, 0.238780618, -0.841499925, -0.328310072, 0.429058075), CFrame.new(-0.019540526, 1.47107708, -0.184671223, 0.594002783, 0.0319824666, -0.803827167, -0.0492451973, 0.998781085, 0.00334861875, 0.802954376, 0.0375955552, 0.59485364), CFrame.new(1.44977772, 1.05570471, -0.579476237, -0.248055339, -0.684091806, 0.685920715, 0.938187659, -0.346077472, -0.00586999068, 0.241397351, 0.642066121, 0.727652669), CFrame.new(-1.00610232, 0.414793789, -0.808649838, 0.390035987, -0.254886776, -0.88481909, -0.920793831, -0.111371592, -0.373811543, -0.00326408446, 0.960535944, -0.278137147), CFrame.new(0.500006855, -1.99999928, -6.67572021e-06, 0.939693093, -1.34110451e-06, -0.342019081, 9.983778e-07, 1, -1.13248825e-06, 0.342018992, 7.74860382e-07, 0.939692974), CFrame.new(-0.848742545, -1.53879189, 0.340080202, 1.00000012, -1.43051147e-06, 5.96046448e-08, 3.42726707e-07, 0.275636345, 0.961261988, -1.37090683e-06, -0.961262047, 0.275636375)}, 0.3, false)
  949. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 50, 0) * angles(math.rad(60), math.rad(0), math.rad(-90)), 0.1)
  950. end
  951. for i = 0, 1, 0.5 do
  952. swait()
  953. PlayAnimationFromTable({CFrame.new(-0.00892008841, -0.0430538058, -0.194138944, 0.481576502, -0.0958696082, 0.871144831, -0.244872004, 0.939692378, 0.238780618, -0.841499925, -0.328310072, 0.429058075), CFrame.new(-0.019540526, 1.47107708, -0.184671223, 0.594002783, 0.0319824666, -0.803827167, -0.0492451973, 0.998781085, 0.00334861875, 0.802954376, 0.0375955552, 0.59485364), CFrame.new(1.44977772, 1.05570471, -0.579476237, -0.248055339, -0.684091806, 0.685920715, 0.938187659, -0.346077472, -0.00586999068, 0.241397351, 0.642066121, 0.727652669), CFrame.new(-1.00610232, 0.414793789, -0.808649838, 0.390035987, -0.254886776, -0.88481909, -0.920793831, -0.111371592, -0.373811543, -0.00326408446, 0.960535944, -0.278137147), CFrame.new(0.500006855, -1.99999928, -6.67572021e-06, 0.939693093, -1.34110451e-06, -0.342019081, 9.983778e-07, 1, -1.13248825e-06, 0.342018992, 7.74860382e-07, 0.939692974), CFrame.new(-0.848742545, -1.53879189, 0.340080202, 1.00000012, -1.43051147e-06, 5.96046448e-08, 3.42726707e-07, 0.275636345, 0.961261988, -1.37090683e-06, -0.961262047, 0.275636375)}, 0.3, false)
  954. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(0), math.rad(-90)), 0.3)
  955. end
  956. for i = 0, 1, 0.1 do
  957. swait()
  958. PlayAnimationFromTable({CFrame.new(-0.0089208819, -0.043053925, -0.194139317, 0.928869843, 0.0322815925, 0.368997931, -0.0340980515, 0.999418318, -0.00159931357, -0.368834198, -0.0110964188, 0.929429889), CFrame.new(-0.0971990675, 1.54060555, -0.0178585202, 0.971161544, -0.0423126183, -0.234638825, 0.0335117467, 0.998582244, -0.0413711555, 0.236056596, 0.0323149972, 0.971202195), CFrame.new(1.67760515, 0.555797219, -0.244446576, -0.0376413874, -0.769959748, 0.636981726, 0.999291897, -0.0296303928, 0.0232352596, 0.000983896432, 0.637404978, 0.770529509), CFrame.new(-1.24025631, 0.299959004, -0.613904595, 0.296687156, 0.422165006, -0.856594443, -0.951867223, 0.203043461, -0.229617327, 0.076989457, 0.883488357, 0.462085277), CFrame.new(0.429867148, -1.98851228, -0.115783989, 0.939692855, -5.88595867e-07, 0.342020184, -0.116976775, 0.939694285, 0.321392417, -0.321394563, -0.342018455, 0.88302362), CFrame.new(-0.55632025, -1.87755632, -0.336188763, 0.993323207, -0.0845598057, 0.0784797519, 0.0960802212, 0.982908547, -0.157036394, -0.0638594702, 0.163528249, 0.984470069)}, 0.3, false)
  959. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(0), math.rad(-90)), 0.3)
  960. end
  961. con:disconnect()
  962. attack = false
  963. end
  964.  
  965. Driver = function()
  966.  
  967. attack = true
  968. Humanoid.AutoRotate = false
  969. Humanoid.WalkSpeed = 4
  970. for i = 0, 1, 0.1 do
  971. swait()
  972. PlayAnimationFromTable({CFrame.new(-0.0513335876, 0, -0.0230912454, 0.961260974, 0, -0.275640309, 0, 1, 0, 0.275640309, 0, 0.961260974), CFrame.new(0.0557098538, 1.49999499, 0.00804524124, 0.848047912, -0.092019558, -0.521869063, 0, 0.98480773, -0.173648119, 0.529919744, 0.147261918, 0.835164189), CFrame.new(1.38364911, 1.19912636, -0.282603741, 0.910838783, 0.197223544, -0.362595797, 0.177413985, -0.98023802, -0.0875091404, -0.372688979, 0.0153771564, -0.927828968), CFrame.new(0.0218285155, 0.799999952, -0.961247504, 0.674040914, -0.709632337, 0.20516099, -0.273780912, -0.49794504, -0.822857797, 0.686085284, 0.498470634, -0.529919088), CFrame.new(0.499983162, -1.99999392, 3.23355198e-06, 0.939692557, 0, -0.342020541, 0, 1, 0, 0.342020541, 0, 0.939692557), CFrame.new(-0.500005722, -1.99999392, 5.7220459e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1)}, 0.3, false)
  973. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(0), math.rad(-90)), 0.3)
  974. end
  975. for i = 0, 1, 0.05 do
  976. swait()
  977. PlayAnimationFromTable({CFrame.new(0.0565546378, -0.0999990329, -0.367125988, 0.961260855, -0.0573087893, -0.269617409, 0, 0.978147745, -0.207911134, 0.275640815, 0.199856818, 0.940255046), CFrame.new(-0.113377631, 1.58891118, -0.22031498, 0.979420662, -0.132742718, 0.152035505, 0.0793425888, 0.945866108, 0.314709842, -0.185580641, -0.296170384, 0.936932743), CFrame.new(1.06543005, 0.449709594, -0.841737628, 0.954402268, 0.290145159, 0.0702303126, 0.00985579193, 0.204505116, -0.978815973, -0.298361093, 0.934876263, 0.192320511), CFrame.new(0.0129491575, 0.461974859, -0.712421119, 0.674041271, -0.727749646, -0.126684859, -0.125153482, 0.0565113388, -0.990526795, 0.728014529, 0.68351084, -0.0529894382), CFrame.new(0.491102874, -1.78353405, 0.747602224, 0.939692736, 0.128122747, -0.317115575, 0.0711097792, 0.833735287, 0.547566354, 0.334546119, -0.537094116, 0.774344087), CFrame.new(-0.566793799, -1.99725187, -0.257866234, 1.00000012, 0, 4.76837158e-07, -9.68575478e-08, 0.978147745, 0.207911164, -4.76837158e-07, -0.207911134, 0.978147745)}, 0.3, false)
  978. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(hobb), math.rad(0), math.rad(-90)), 0.3)
  979. end
  980. Effects.Ring.Create(BrickColor.new("Black"), RootPart.CFrame * angles(0, 0, 0), 5, 5, 5, 1, 1, 1, 0.07)
  981. Effects.Wave.Create(BrickColor.new("Black"), RootPart.CFrame * angles(1.47, 0, 0), 5, 1, 5, 0.2, 0.5, 0.2, 0.07)
  982. Torso.Velocity = RootPart.CFrame.lookVector * -10
  983. CFuncs.Sound.Create("http://roblox.com/asset/?id=231917833", Torso, 1, 1.5)
  984. for i = 0, 1, 0.05 do
  985. swait()
  986. MagniDamage(Hitbox, 10, 5, 10, 0, "Normal")
  987. Effects.Block.Create(BrickColor.new("Black"), FakeHandle.CFrame * angles(0, 0, 0), 5, 5, 5, 5, 5, 5, 0.07)
  988. Effects.Wave.Create(BrickColor.new("Black"), FakeHandle.CFrame * angles(0, 0, 0), 5, 0, 5, 0.2, 0, 0.2, 0.2)
  989. PlayAnimationFromTable({CFrame.new(0.0565546378, -0.0999990329, -0.367125988, 0.961260855, -0.0573087893, -0.269617409, 0, 0.978147745, -0.207911134, 0.275640815, 0.199856818, 0.940255046), CFrame.new(-0.113377631, 1.58891118, -0.22031498, 0.979420662, -0.132742718, 0.152035505, 0.0793425888, 0.945866108, 0.314709842, -0.185580641, -0.296170384, 0.936932743), CFrame.new(1.06543005, 0.449709594, -0.841737628, 0.954402268, 0.290145159, 0.0702303126, 0.00985579193, 0.204505116, -0.978815973, -0.298361093, 0.934876263, 0.192320511), CFrame.new(0.0129491575, 0.461974859, -0.712421119, 0.674041271, -0.727749646, -0.126684859, -0.125153482, 0.0565113388, -0.990526795, 0.728014529, 0.68351084, -0.0529894382), CFrame.new(0.491102874, -1.78353405, 0.747602224, 0.939692736, 0.128122747, -0.317115575, 0.0711097792, 0.833735287, 0.547566354, 0.334546119, -0.537094116, 0.774344087), CFrame.new(-0.566793799, -1.99725187, -0.257866234, 1.00000012, 0, 4.76837158e-07, -9.68575478e-08, 0.978147745, 0.207911164, -4.76837158e-07, -0.207911134, 0.978147745)}, 0.3, false)
  990. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 50, 0) * angles(math.rad(hobb), math.rad(0), math.rad(-90)), 0.1)
  991. end
  992. for i = 0, 1, 0.1 do
  993. swait()
  994. PlayAnimationFromTable({CFrame.new(0.123963438, 0, 0.0531988516, 0.994521797, 0, -0.104530722, 0, 1, 0, 0.104530722, 0, 0.994521797), CFrame.new(-0.128844514, 1.49999499, -0.0399492234, 0.970295668, 0, 0.241922557, 0, 1, 0, -0.241922557, 0, 0.970295668), CFrame.new(1.40182006, 0.402808934, -0.878386736, 0.993312716, 0.112460375, -0.0261276402, -0.0312019922, 0.0436000377, -0.99856174, -0.111159414, 0.992699325, 0.0468174666), CFrame.new(-0.350568444, 0.600000024, -0.86212796, 0.5971663, -0.781921804, -0.17885989, -0.284655899, 0.00188406813, -0.958627939, 0.749909163, 0.623373806, -0.221453562), CFrame.new(0.500002027, -1.99999392, -3.7997961e-06, 0.939692378, 0, -0.342021078, 0, 1, 0, 0.342021078, 0, 0.939692378), CFrame.new(-0.499982893, -1.99999392, -3.81469772e-06, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012)}, 0.3, false)
  995. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(hobb), math.rad(0), math.rad(-90)), 0.2)
  996. end
  997. for i = 0, 1, 0.1 do
  998. swait()
  999. PlayAnimationFromTable({CFrame.new(0.151990771, 0, 0.149191469, 0.615658402, 0, -0.788013339, 0, 1, 0, 0.788013339, 0, 0.615658402), CFrame.new(-0.0442236252, 1.49999607, -0.120861277, 0.927185535, 0.0650490299, -0.368911743, 0, 0.984807849, 0.173648044, 0.374602765, -0.161003947, 0.913099527), CFrame.new(1.12287998, 0.502808988, -0.87687695, 0.610050261, 0.792210698, 0.0155279655, -0.0312019922, 0.0436000377, -0.99856174, -0.791748226, 0.608688354, 0.0513167679), CFrame.new(-0.994351387, 0.600000024, -0.82932061, 0.69363749, -0.662169278, -0.28354758, -0.223153025, 0.176736221, -0.958627701, 0.684886932, 0.728214562, -0.0251742005), CFrame.new(0.463276595, -1.99999392, 0.118201159, 0.866026223, 0, -0.499998897, 0, 1, 0, 0.499998927, 0, 0.866026223), CFrame.new(-0.893108189, -1.99999428, -0.203491271, 0.955555499, 0.238245398, -0.17364642, -0.241920933, 0.970296025, -1.92270409e-06, 0.168487966, 0.042010542, 0.984808207)}, 0.3, false)
  1000. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(hobb), math.rad(0), math.rad(-90)), 0.3)
  1001. end
  1002. Humanoid.WalkSpeed = 16
  1003. Humanoid.AutoRotate = true
  1004. attack = false
  1005. end
  1006.  
  1007. fatguywindmill = function()
  1008.  
  1009. attack = true
  1010. local con = Hitbox.Touched:connect(function(hit)
  1011.  
  1012. Damagefunc(Hitbox, hit, 15, 20, math.random(10, 30), "Normal", RootPart, 0.2, "rbxassetid://199149221", 0.8)
  1013. end
  1014. )
  1015. for i = 0, 1, 0.1 do
  1016. swait()
  1017. PlayAnimationFromTable({CFrame.new(0.153586835, -2.02165875e-08, -0.0448489189, 0.434104621, 0.0610093623, -0.898794293, -0.139172941, 0.990268171, 4.17754276e-09, 0.890047312, 0.125087842, 0.438370794), CFrame.new(-0.0436847657, 1.50859702, -0.143918693, 0.306010813, -0.139172941, 0.941800594, 0.0430069715, 0.990268171, 0.132361293, -0.951056182, 4.17754276e-09, 0.309018165), CFrame.new(1.31507051, 0.982583761, -0.81716466, 0.975905657, 0.0707551092, 0.206402451, 0.206911325, 0.000140555203, -0.978359818, -0.0692529678, 0.997493744, -0.0145028643), CFrame.new(-1.64190447, -0.0893784761, 0.473618746, 0.674146295, 0.189674288, 0.713828146, -0.491761655, 0.836370111, 0.24218908, -0.551087499, -0.514304101, 0.657110333), CFrame.new(0.843345761, -1.9011215, 0.156547144, 0.862016082, -0.230768725, -0.451302767, 0.261689007, 0.965131581, 0.00633261725, 0.434105158, -0.123559788, 0.892348409), CFrame.new(-0.317169666, -2.06422138, 0.021623686, 0.857598782, -0.139172941, 0.495131671, 0.120527521, 0.990268171, 0.0695861429, -0.499997675, 4.17754276e-09, 0.866026878)}, 0.3, false)
  1018. end
  1019. CFuncs.Sound.Create("http://roblox.com/asset/?id=238319531", Torso, 1, 1)
  1020. for i = 0, 3 do
  1021. CFuncs.Sound.Create("http://roblox.com/asset/?id=231917845", Torso, 1, 1)
  1022. Effects.Ring.Create(BrickColor.new("Black"), RootPart.CFrame * angles(0, 0, 0), 5, 5, 5, 1, 1, 1, 0.07)
  1023. for i = 0, 1, 0.05 do
  1024. swait()
  1025. Effects.Wave.Create(BrickColor.new("Black"), FakeHandle.CFrame * angles(3.14, 0, 0), 5, 1, 5, 0.2, 0.1, 0.2, 0.07)
  1026. Torso.Velocity = RootPart.CFrame.lookVector * 50
  1027. PlayAnimationFromTable({CFrame.new(0.41534692, -1.34110451e-07, -0.386532724, 0.662618637, -0.0894249901, 0.743599176, -0.139172986, 0.960852683, 0.239568397, -0.735912681, -0.26223141, 0.624233425), CFrame.new(-0.0485539213, 1.53545654, -0.217515782, 0.758588254, 0.153950363, -0.633121729, -0.0520595983, 0.982900262, 0.176626489, 0.649487257, -0.101026714, 0.753631234), CFrame.new(1.45274282, 0.873826981, -0.949364126, 0.0823617354, -0.743233144, 0.663943648, 0.914199769, -0.208912551, -0.347267181, 0.396806657, 0.635578632, 0.662257135), CFrame.new(-0.909216046, 0.453060716, -0.592161536, 0.364558309, -0.79455018, -0.485579401, -0.703706682, 0.106431037, -0.702473879, 0.609831393, 0.597798049, -0.520329893), CFrame.new(0.843343794, -1.88252175, -0.308028162, 0.862017155, -0.230767742, -0.451301038, 0.14889662, 0.966355145, -0.209731787, 0.484516472, 0.113595188, 0.867375433), CFrame.new(-0.775360465, -2.25170565, 0.232322067, 0.955271602, 0.199518695, 0.218285561, -0.21956712, 0.972969413, 0.0715604872, -0.198107541, -0.116287977, 0.97325772)}, 0.3, false)
  1028. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(hobb), math.rad(0)), 0.3)
  1029. end
  1030. end
  1031. con:disconnect()
  1032. attack = false
  1033. end
  1034.  
  1035. qaeoshotcarnival = function()
  1036.  
  1037. attack = true
  1038. Humanoid.WalkSpeed = 5
  1039. for i = 0, 1, 0.1 do
  1040. swait()
  1041. PlayAnimationFromTable({CFrame.new(0, 0, 0, 0.990268588, 0, 0.139170513, 0, 1, 0, -0.139170498, 0, 0.990268588), CFrame.new(2.98023224e-08, 1.49999511, -5.96046448e-08, 0.970296144, -0.0666821823, -0.232549146, 0, 0.961261988, -0.275636584, 0.241920665, 0.267449111, 0.932708681), CFrame.new(1.50103521, 1.42999959, -0.298871636, 0.866025031, -0.0174468681, -0.499696344, 0, -0.999391139, 0.0348936729, -0.500000834, -0.0302187987, -0.865497649), CFrame.new(-1.36237788, 5.06639481e-07, 0.314577639, 0.852867961, 0.380237699, 0.357820779, -0.173650056, 0.852868438, -0.492403448, -0.492404312, 0.357819498, 0.793412566), CFrame.new(0.504996002, -1.99999166, 0.244792342, 0.999834955, -0.0181521177, -0.000935673714, 0.0181519948, 0.994521856, 0.102941051, -0.000938042998, -0.102941036, 0.99468708), CFrame.new(-0.512197375, -1.99999166, -0.294275373, 0.970295668, 0, 0.241922915, 0, 1, 0, -0.241922885, 0, 0.970295668)}, 0.3, false)
  1042. end
  1043. CFuncs.Sound.Create("http://roblox.com/asset/?id=192410062", Torso, 1, 1)
  1044. for i = 0, 4 do
  1045. for i = 0, 1, 0.1 do
  1046. swait()
  1047. Effects.Wave.Create(BrickColor.new("Black"), FakeHandle.CFrame * angles(3.14, 0, 0), 8, 0, 8, -0.5, 0, -0.5, 0.07)
  1048. PlayAnimationFromTable({CFrame.new(0.0476509482, -0.310000062, 0.16318503, 0.934116066, -0.00962977111, 0.356839776, 0.0531230122, 0.992255092, -0.112285353, -0.35299474, 0.123843968, 0.92739284), CFrame.new(0.0750635117, 1.49534893, -0.109013185, 0.944750905, 0.0997348875, -0.312247932, -0.0282864608, 0.973839819, 0.225468785, 0.326566517, -0.204179406, 0.922857106), CFrame.new(1.23751664, 0.463839352, -1.3716116, 0.974988639, -0.21810995, -0.0427245349, -0.00947946869, 0.151248127, -0.988450527, 0.222052902, 0.964132905, 0.145397604), CFrame.new(-0.0479993224, 0.448333919, -1.40435374, 0.105266429, -0.922096133, 0.37236774, 0.981781542, 0.0367998295, -0.186416894, 0.158191234, 0.385207117, 0.909170568), CFrame.new(0.361511588, -1.68047976, 0.371658564, 0.975161433, 0.177157789, -0.132949159, -0.00886943564, 0.630984306, 0.775744975, 0.221318096, -0.755297303, 0.616882741), CFrame.new(-0.513344169, -1.71515119, -0.34862572, 0.998331547, 0.0523007512, 0.0244735926, -0.0553211533, 0.987769186, 0.145780608, -0.0165498182, -0.146891281, 0.989014208)}, 0.3, false)
  1049. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(hobb), math.rad(0)), 0.3)
  1050. end
  1051. end
  1052. local icepart1 = CreatePart(EffectModel, "SmoothPlastic", 0.5, 0, BrickColor.new("Black"), "Ice", Vector3.new(2, 4, 2))
  1053. icepart1.Anchored = true
  1054. icepart1.Material = Enum.Material.Neon
  1055. i1msh = CreateMesh("SpecialMesh", icepart1, "FileMesh", "http://www.roblox.com/asset/?id=1778999", Vector3.new(0, 0, 0), Vector3.new(3, 4, 3))
  1056. icepart1.CFrame = cn(Handle.Position)
  1057. game:GetService("Debris"):AddItem(icepart1, 20)
  1058. MouseLook = cn(icepart1.Position, mouse.Hit.p)
  1059. CFuncs.Sound.Create("http://roblox.com/asset/?id=233091205", Torso, 1, 1)
  1060. table.insert(ShootEffects, {MouseLook, "Blast", 50, icepart1.Position, 8, 27, 0, icepart1, 7, 2})
  1061. Effects.Wave.Create(BrickColor.new("Black"), RootPart.CFrame * cn(0, 0, 5) * angles(1.47, 0, 0), 5, 10, 5, 0.5, 0.1, 0.5, 0.07)
  1062. Effects.Ring.Create(BrickColor.new("Black"), RootPart.CFrame * angles(0, 0, 0), 5, 5, 5, 1, 1, 1, 0.07)
  1063. for i = 0, 1, 0.1 do
  1064. swait()
  1065. PlayAnimationFromTable({CFrame.new(0.0476517379, -0.310000032, 0.163185105, 0.873793244, -0.00962939486, -0.486202449, -0.0518689938, 0.992255092, -0.112869821, 0.483523667, 0.123843722, 0.866526246), CFrame.new(0.0640103742, 1.51161397, -0.0302033424, 0.857438564, -0.0923023969, 0.506240606, -0.0282860827, 0.973839819, 0.225468546, -0.513808489, -0.207644954, 0.832396865), CFrame.new(0.815435946, 0.639271677, -0.779436171, 0.796812892, 0.598370373, 0.0839184597, -0.00947906636, 0.151247934, -0.988450527, -0.604152024, 0.78681457, 0.126188263), CFrame.new(-0.239385799, 0.38484332, -0.848062754, 0.0876317471, -0.910338521, 0.404480428, 0.945100844, -0.0523413606, -0.322559983, 0.314809799, 0.410541266, 0.855774879), CFrame.new(0.517082453, -1.68048, -0.0380372703, 0.796361029, -0.322351098, 0.511760712, -0.00886903331, 0.839820087, 0.542792559, -0.604756594, -0.436797619, 0.66594106), CFrame.new(-0.717575312, -1.73490179, 0.0509161651, 0.629037082, 0.110529765, 0.769477487, -0.0553207211, 0.993695617, -0.0975131243, -0.775404513, 0.0187713355, 0.631185889)}, 0.3, false)
  1066. end
  1067. Humanoid.WalkSpeed = 16
  1068. attack = false
  1069. end
  1070.  
  1071. Cloak = function()
  1072.  
  1073. Face.Parent = nil
  1074. cloaked = true
  1075. for _,v in pairs(Torso.Parent:children()) do
  1076. do
  1077. if v.className == "Part" and v.Name ~= "HumanoidRootPart" then
  1078. coroutine.resume(coroutine.create(function()
  1079.  
  1080. for i = 0, 1, 0.5 do
  1081. swait()
  1082. v.Transparency = v.Transparency + 0.1
  1083. end
  1084. v.Transparency = 1
  1085. end
  1086. ))
  1087. end
  1088. if v.className == "Accessory" then
  1089. do
  1090. hatp = v.Handle
  1091. coroutine.resume(coroutine.create(function(derp)
  1092.  
  1093. for i = 0, 1, 0.5 do
  1094. swait()
  1095. derp.Transparency = derp.Transparency + 0.1
  1096. end
  1097. derp.Transparency = 1
  1098. end
  1099. ), hatp)
  1100. -- DECOMPILER ERROR at PC38: LeaveBlock: unexpected jumping out IF_THEN_STMT
  1101.  
  1102. -- DECOMPILER ERROR at PC38: LeaveBlock: unexpected jumping out IF_STMT
  1103.  
  1104. end
  1105. end
  1106. end
  1107. end
  1108. end
  1109.  
  1110. UnCloak = function()
  1111.  
  1112. CFuncs.Sound.Create("http://roblox.com/asset/?id=233856106", Torso, 1, 1.5)
  1113. Face.Parent = Head
  1114. cloaked = false
  1115. for _,v in pairs(Torso.Parent:children()) do
  1116. do
  1117. if v.className == "Part" and v.Name ~= "HumanoidRootPart" then
  1118. coroutine.resume(coroutine.create(function()
  1119.  
  1120. for i = 0, 1, 0.2 do
  1121. swait()
  1122. v.Transparency = v.Transparency - 0.1
  1123. end
  1124. v.Transparency = 0
  1125. end
  1126. ))
  1127. end
  1128. if v.className == "Accessory" then
  1129. do
  1130. hatp = v.Handle
  1131. coroutine.resume(coroutine.create(function(derp)
  1132.  
  1133. for i = 0, 1, 0.2 do
  1134. swait()
  1135. derp.Transparency = derp.Transparency - 0.1
  1136. end
  1137. derp.Transparency = 0
  1138. end
  1139. ), hatp)
  1140. -- DECOMPILER ERROR at PC47: LeaveBlock: unexpected jumping out IF_THEN_STMT
  1141.  
  1142. -- DECOMPILER ERROR at PC47: LeaveBlock: unexpected jumping out IF_STMT
  1143.  
  1144. end
  1145. end
  1146. end
  1147. end
  1148. end
  1149.  
  1150. Clone = function()
  1151.  
  1152. CFuncs.Sound.Create("http://roblox.com/asset/?id=2767090", Torso, 1, 1)
  1153. for _,v in pairs(Torso.Parent:children()) do
  1154. if v.className == "Part" and v.Name ~= "HumanoidRootPart" then
  1155. n = v:clone()
  1156. n:BreakJoints()
  1157. n.archivable = true
  1158. n.Anchored = true
  1159. n.CanCollide = false
  1160. n.Name = "TRAILER"
  1161. n.BrickColor = BrickColor.new("Really black")
  1162. n.Parent = EffectModel
  1163. n.CFrame = v.CFrame
  1164. coroutine.resume(coroutine.create(function(ne)
  1165.  
  1166. for i = 1, 80 do
  1167. ne:BreakJoints()
  1168. ne.Transparency = i / 80
  1169. swait()
  1170. end
  1171. ne.Parent = nil
  1172. end
  1173. ), n)
  1174. else
  1175. if v.className == "Accessory" then
  1176. n = v.Handle:clone()
  1177. n:BreakJoints()
  1178. n.archivable = true
  1179. n.Anchored = true
  1180. n.CanCollide = false
  1181. n.Name = "TRAILER"
  1182. n.BrickColor = BrickColor.new("Really black")
  1183. n.Parent = EffectModel
  1184. n.CFrame = v.Handle.CFrame
  1185. coroutine.resume(coroutine.create(function(ne)
  1186.  
  1187. for i = 1, 80 do
  1188. ne:BreakJoints()
  1189. ne.Transparency = i / 80
  1190. swait()
  1191. end
  1192. ne.Parent = nil
  1193. end
  1194. ), n)
  1195. end
  1196. end
  1197. end
  1198. end
  1199.  
  1200. coolflips = function()
  1201.  
  1202. attack = true
  1203. for i = 0, 1, 0.1 do
  1204. swait()
  1205. PlayAnimationFromTable({CFrame.new(-0.00690992922, 5.92321157e-07, 0.229894727, 0.919620454, -0.0784856752, -0.384887546, 0, 0.979835451, -0.199806482, 0.392808437, 0.183746129, 0.901076555), CFrame.new(0.102201059, 1.52183461, -0.0442817062, 0.856003404, 0, 0.516970396, -0.103294045, 0.979835451, 0.171035022, -0.506545842, -0.199806482, 0.838742256), CFrame.new(0.85569036, 0.349804521, -0.98719424, 0.703206182, 0.679262638, -0.210008666, -0.207752883, -0.086173974, -0.974378228, -0.67995584, 0.728818536, 0.0805206746), CFrame.new(-1.76169264, 0.327327907, -0.196545735, 0.230531454, 0.955027282, -0.186489612, -0.944481075, 0.173500761, -0.27902177, -0.23411721, 0.240459174, 0.942002296), CFrame.new(0.368483841, -2.02651429, 0.225678414, 0.839735985, 0.0466858745, -0.540984511, 0.00506230071, 0.995580733, 0.0937745199, 0.542971492, -0.081484437, 0.835788429), CFrame.new(-0.846522689, -1.63205373, -0.700655103, 0.993059099, 0.0466870405, 0.107954189, -0.0550746024, 0.995580792, 0.0760657787, -0.103925794, -0.0814833492, 0.991241574)}, 0.3, false)
  1206. end
  1207. CFuncs.Sound.Create("http://roblox.com/asset/?id=189505639", Torso, 1, 1)
  1208. for i = 0, 1, 0.5 do
  1209. swait()
  1210. Torso.Velocity = RootPart.CFrame.lookVector * 30
  1211. PlayAnimationFromTable({CFrame.new(0.00811391696, 0.370000064, -0.269878775, 0.919620454, 0.101234131, -0.379539251, 0, 0.966219902, 0.257718921, 0.392808437, -0.23700355, 0.888555646), CFrame.new(-0.0505141392, 1.49702644, -0.102675915, 0.856003404, -0.234867454, 0.460538477, 0.133233026, 0.960974038, 0.242441416, -0.49950707, -0.146171704, 0.853889048), CFrame.new(1.55955112, 0.782363236, -0.449855745, 0.974661827, -0.187334329, 0.122230984, 0.0556709319, -0.326094151, -0.943696618, 0.216645598, 0.926589727, -0.307402432), CFrame.new(-1.84929264, 0.0806987882, -0.341354072, 0.792731702, 0.51237613, 0.330223352, -0.0122703984, 0.555034101, -0.831737161, -0.60944736, 0.655292451, 0.446280092), CFrame.new(0.550986409, -1.88015306, -0.209920794, 0.982241988, -0.175711095, 0.0657758713, 0.186057717, 0.957378328, -0.220928043, -0.0241528749, 0.229242906, 0.973069608), CFrame.new(-0.664022982, -1.13358545, -0.868605971, 0.993059337, -0.0156976283, 0.116563737, -0.0029982999, 0.987352729, 0.158510461, -0.117577702, -0.157759756, 0.980452597)}, 0.3, false)
  1212. end
  1213. for i = 0, 1, 0.5 do
  1214. swait()
  1215. Torso.Velocity = RootPart.CFrame.lookVector * 30
  1216. PlayAnimationFromTable({CFrame.new(0.152475744, 1.52000022, -0.745758653, 0.955881655, 0.0903932974, -0.279498786, 0.24949494, 0.252411067, 0.934901536, 0.15505743, -0.963388801, 0.218722403), CFrame.new(-0.0497429445, 1.63352084, 0.192626446, 0.925000131, -0.238143966, 0.296078682, 0.223588675, 0.971176207, 0.0826139227, -0.307218492, -0.010218095, 0.95158422), CFrame.new(1.58332551, 0.759651303, 0.0462321043, 0.686902881, -0.42318809, 0.590826988, -0.115874358, -0.866346538, -0.485815912, 0.717452288, 0.26524654, -0.644132376), CFrame.new(-1.11650932, 0.776724577, -0.221937507, 0.974676251, -0.223312303, -0.0117539689, -0.121502519, -0.484722316, -0.86618793, 0.187733009, 0.845680833, -0.499580115), CFrame.new(0.33232969, -1.16125679, -1.14508665, 0.983165324, 0.173277408, 0.0579746962, -0.180561602, 0.969967067, 0.162977323, -0.0279932618, -0.170701593, 0.984925032), CFrame.new(-0.897608697, -0.0681397319, -1.16375923, 0.951426148, 0.307877541, -0.000286310911, -0.197658598, 0.610105813, -0.767269254, -0.236050248, 0.730056524, 0.641325057)}, 0.3, false)
  1217. end
  1218. for i = 0, 1, 0.5 do
  1219. swait()
  1220. Torso.Velocity = RootPart.CFrame.lookVector * 30
  1221. PlayAnimationFromTable({CFrame.new(0.1742208, 1.61459744, -1.46919191, 0.964953721, 0.0802065879, -0.249863073, 0.217557028, -0.776939809, 0.590790629, -0.146743253, -0.624445021, -0.767160416), CFrame.new(-0.210791871, 1.49392033, -0.405593097, 0.925000727, -0.310072839, 0.219610646, 0.223588035, 0.911501706, 0.345214725, -0.307217181, -0.270221561, 0.912468195), CFrame.new(1.58332491, 0.759655178, 0.0462404191, 0.686901927, -0.423187256, 0.590828776, -0.115873948, -0.866347432, -0.485814393, 0.717453361, 0.265245199, -0.644131958), CFrame.new(-1.47702515, 0.735197544, -0.143782973, 0.93662107, 0.350147337, -0.0117545724, 0.165412977, -0.471547037, -0.866188347, -0.308836341, 0.809345722, -0.499579728), CFrame.new(0.33233428, -1.16125846, -1.14508402, 0.983165562, 0.115874588, -0.141275555, -0.180560663, 0.497687191, -0.848354578, -0.027991727, 0.859581709, 0.510231316), CFrame.new(-0.832379699, -1.34182632, -1.22091162, 0.951426685, 0.307875574, -0.000288084149, -0.197658896, 0.610106587, -0.767268598, -0.236047491, 0.730056643, 0.64132601)}, 0.3, false)
  1222. end
  1223. CFuncs.Sound.Create("http://roblox.com/asset/?id=233856140", Torso, 1, 1)
  1224. for i = 0, 1, 0.5 do
  1225. swait()
  1226. Torso.Velocity = RootPart.CFrame.lookVector * 30
  1227. PlayAnimationFromTable({CFrame.new(0.169285268, 0.769245982, -1.30498338, 0.965617657, 0.0361799002, -0.257436752, -0.197678998, -0.540945709, -0.817496717, -0.168836266, 0.840279102, -0.515194714), CFrame.new(-0.210795462, 1.49391747, -0.405593574, 0.924999416, -0.358151555, 0.126900002, 0.223589733, 0.78308773, 0.580328584, -0.307219416, -0.508430064, 0.804434657), CFrame.new(1.58332229, 0.759656489, 0.046240598, 0.686901867, -0.423185349, 0.590829849, -0.11586953, -0.866347134, -0.485815704, 0.717453957, 0.265248477, -0.644129813), CFrame.new(-1.47702622, 0.735193968, -0.143782526, 0.936620414, 0.350148797, -0.0117530152, 0.165414363, -0.471544653, -0.866189241, -0.308837175, 0.809346378, -0.499577999), CFrame.new(0.332339525, -1.16125762, -1.14507151, 0.983166277, 0.159242243, -0.0895888358, -0.180556744, 0.771637082, -0.60989809, -0.0279914886, 0.615807116, 0.78739965), CFrame.new(-0.832376719, -1.34182751, -1.22090745, 0.951426864, 0.307874799, -0.000286445022, -0.197657242, 0.610107362, -0.767268479, -0.236047834, 0.730056524, 0.641326129)}, 0.3, false)
  1228. end
  1229. for i = 0, 1, 0.5 do
  1230. swait()
  1231. Torso.Velocity = RootPart.CFrame.lookVector * 30
  1232. PlayAnimationFromTable({CFrame.new(0.162270933, 0.147177517, -1.07158732, 0.952594399, 0.050948292, -0.299947292, -0.150473997, 0.935753167, -0.318941563, 0.264427096, 0.348956227, 0.899059594), CFrame.new(-0.210792303, 1.49391997, -0.405592918, 0.924999356, -0.358152807, 0.12689741, 0.223591715, 0.783086181, 0.580329955, -0.307218403, -0.508431554, 0.80443418), CFrame.new(1.78598595, 0.692891896, -0.245257452, 0.231987849, -0.891197741, 0.389805466, 0.930177987, 0.0860349685, -0.356885344, 0.28451848, 0.445381463, 0.848931611), CFrame.new(-1.4213506, 0.388961315, -0.025771223, 0.936619103, 0.313360095, 0.156685382, 0.165415034, -0.00128958165, -0.98622334, -0.30884096, 0.949633539, -0.0530423336), CFrame.new(0.332342386, -1.16125607, -1.1450634, 0.983166397, 0.159242153, -0.0895876288, -0.180555999, 0.771638989, -0.609895945, -0.0279918313, 0.615804732, 0.787401497), CFrame.new(-0.641453028, -1.6045239, -0.608085871, 0.951427519, 0.185394511, 0.245793909, -0.197657406, 0.979927123, 0.025971286, -0.236045152, -0.073292762, 0.968974292)}, 0.3, false)
  1233. end
  1234. CFuncs.Sound.Create("http://roblox.com/asset/?id=233856140", Torso, 1, 1.5)
  1235. for i = 0, 1, 0.3 do
  1236. swait()
  1237. PlayAnimationFromTable({CFrame.new(0.160767108, 0.14717719, -1.02160859, 0.952594995, 0.238799363, -0.188514844, -0.150473922, 0.908329785, 0.39024961, 0.26442498, -0.343383312, 0.901203394), CFrame.new(-0.321655929, 1.37439704, 0.0312955827, 0.924999893, -0.358152241, 0.126895368, 0.371826887, 0.921971738, -0.10822738, -0.0782320499, 0.147293344, 0.98599422), CFrame.new(1.77420104, 0.696196735, 0.23689723, 0.231986672, -0.891198695, 0.389803946, 0.499840558, -0.234563589, -0.833750427, 0.834470987, 0.388258696, 0.391041577), CFrame.new(-1.43313479, 0.323520303, 0.196167648, 0.936619639, 0.313358128, 0.156686097, 0.329728752, -0.637262702, -0.696545362, -0.118417934, 0.704061866, -0.700195789), CFrame.new(0.719272077, -2.04195595, -0.0985198319, 0.983166635, 0.0746142864, 0.166782394, -0.115273967, 0.96152395, 0.249367192, -0.141758889, -0.264395148, 0.95393908), CFrame.new(-0.653234243, -0.76608789, -1.57183135, 0.951428115, 0.185394049, 0.245791838, 0.0114382654, 0.776522517, -0.629985809, -0.307658494, 0.602197468, 0.736684859)}, 0.3, false)
  1238. end
  1239. for i = 0, 1, 0.3 do
  1240. swait()
  1241. PlayAnimationFromTable({CFrame.new(0.0381573439, -1.49011612e-07, -1.26942635, 0.806220829, 0.148509398, -0.572672009, 0, 0.967980981, 0.25102374, 0.591614902, -0.202380553, 0.780406356), CFrame.new(-0.00973952748, 1.61486292, -0.251615822, 0.882300019, -0.18381007, 0.433313608, 0.118153773, 0.977610707, 0.174117848, -0.455616653, -0.102426559, 0.884263754), CFrame.new(0.652459204, 0.396082193, -0.929794967, -0.0270986408, 0.761931241, 0.647090733, 0.991348505, 0.103649907, -0.080529511, -0.128428847, 0.639310181, -0.758148134), CFrame.new(-1.71100199, 0.267971396, -0.395944655, 0.266783148, 0.905740976, 0.329332978, 0.409449279, 0.202826291, -0.889501512, -0.872455239, 0.37214914, -0.316744268), CFrame.new(0.53169024, -1.88774526, -0.687942326, 0.995720208, -0.0339301229, 0.0859656036, 0.0231994763, 0.992150247, 0.122881703, -0.0894602537, -0.120361425, 0.988691151), CFrame.new(-0.372360826, -1.9950316, -0.274230897, 0.904060841, 0, 0.427403927, 0.107288539, 0.967980981, -0.226940736, -0.41371882, 0.25102374, 0.875113726)}, 0.3, false)
  1242. end
  1243. for i = 0, 1, 0.3 do
  1244. swait()
  1245. PlayAnimationFromTable({CFrame.new(-0.701222241, 1.63912773e-07, -1.65863013, -0.53099817, 0.121821165, -0.838570654, 0, 0.989612103, 0.143763334, 0.847373068, 0.0763380677, -0.525482237), CFrame.new(-0.065475136, 1.54302526, -0.187816724, 0.712462306, -0.183808833, 0.67720896, -0.0160306785, 0.960567832, 0.277583569, -0.701527476, -0.208623946, 0.681421697), CFrame.new(0.596708059, 0.61370647, -0.677029669, 0.249248192, 0.720524788, 0.647085488, 0.968428016, -0.188728124, -0.1628775, 0.00476597063, 0.6672526, -0.744816422), CFrame.new(-1.7667433, 0.18842715, -0.184118688, 0.266778052, 0.905742705, 0.329332411, 0.311677277, 0.242272168, -0.918782592, -0.911968708, 0.347756535, -0.217666507), CFrame.new(0.536580145, -2.00117254, -0.136381954, 0.995720088, 0.00438777357, 0.0923160315, 0.0132866465, 0.981700182, -0.189969718, -0.091460228, 0.190383285, 0.977440178), CFrame.new(-0.670648634, -1.98818183, -0.225803435, 0.904057264, 0, 0.427411556, 0.0614461042, 0.989612103, -0.129970267, -0.422971606, 0.143763334, 0.894665956)}, 0.3, false)
  1246. end
  1247. for i = 0, 1, 0.4 do
  1248. swait()
  1249. PlayAnimationFromTable({CFrame.new(0.06436342, -2.23517418e-08, -2.65731883, -0.20339483, -0.140757054, 0.96892637, 0, 0.989612341, 0.143762156, -0.97909683, 0.029240476, -0.201282039), CFrame.new(-0.0654783025, 1.54302526, -0.187817171, 0.814078748, -0.183808208, -0.550899565, 0.26771009, 0.960567772, 0.0751078427, 0.515370965, -0.208625048, 0.831185162), CFrame.new(1.02611399, 0.612237453, -0.666926324, 0.249249265, 0.720524788, 0.647084892, 0.968427658, -0.188727617, -0.162879735, 0.00476393104, 0.6672526, -0.744816422), CFrame.new(-1.38744652, 0.234756529, -0.0856808126, 0.730593145, 0.598141968, 0.329332411, 0.393992484, 0.0246377736, -0.918783486, -0.557676911, 0.801011443, -0.217663303), CFrame.new(0.536582649, -2.00117326, -0.136375591, 0.863181472, 0.00438804273, -0.504874825, -0.0998385102, 0.981700718, -0.162160933, 0.494924486, 0.190380275, 0.847823858), CFrame.new(-0.67065233, -1.98818183, -0.225805357, 0.95443815, 0.075471811, -0.288707316, -0.0428999104, 0.992141724, 0.11753574, 0.295309186, -0.0997950733, 0.950175643)}, 0.3, false)
  1250. end
  1251. HandleWeld.Part0 = RootPart
  1252. HandleWeld.C1 = CFrame.new(-0.796961546, 2.48477173, 0.597694397, -0.004668999, -0.999959767, -0.00765799824, -0.999926627, 0.00458291033, 0.0112209953, -0.0111854468, 0.00770982681, -0.999907732)
  1253. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 5, 10) * angles(math.rad(0), math.rad(0), math.rad(90)), 0.6)
  1254. for i = 0, 1, 0.3 do
  1255. swait()
  1256. PlayAnimationFromTable({CFrame.new(0.125863791, -0.915276229, -2.1584549, 0.982593358, -0.0348575413, -0.182470411, 0.154622063, 0.697892964, 0.69931215, 0.102968521, -0.715353429, 0.691134751), CFrame.new(-0.213870525, 1.34581661, 0.092140317, 0.936451197, -0.146561041, 0.318714857, 0.308226287, 0.77757287, -0.548066795, -0.167498767, 0.611473918, 0.773333013), CFrame.new(1.76334226, 0.526868582, 0.0277193785, -0.0887514204, -0.95147109, 0.294662774, 0.787864506, -0.248058081, -0.563681602, 0.609420121, 0.18212676, 0.771645665), CFrame.new(-1.65707111, -0.0971298218, -1.16121268, 0.927877128, 0.369196832, 0.0523248352, -0.208833575, 0.630765319, -0.747344494, -0.308921874, 0.682516575, 0.662373364), CFrame.new(0.30006063, -2.10434723, -0.640750527, 0.955899656, -0.120036975, 0.268043309, -0.0415630005, 0.848187268, 0.528063416, -0.290738046, -0.515916288, 0.805792689), CFrame.new(-0.893812895, -1.52909434, -0.510264993, 0.8758955, 0.0110150054, 0.482375145, 0.0557557605, 0.990731537, -0.123864494, -0.479268581, 0.135387495, 0.867163181)}, 0.3, false)
  1257. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 5, 10) * angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
  1258. end
  1259. Clone()
  1260. Effects.Block.Create(BrickColor.new("Magenta"), Torso.CFrame, 5, 5, 5, 7, 7, 7, 0.09)
  1261. Effects.Block.Create(BrickColor.new("Black"), Torso.CFrame, 5, 5, 5, 7, 7, 7, 0.07)
  1262. Cloak()
  1263. for i = 0, 3 do
  1264. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=231917987", RootPart, 1, 0.5)
  1265. for i = 0, 1, 0.05 do
  1266. swait()
  1267. MagniDamage(Hitbox, 10, 3, 3, 0, "Normal")
  1268. Effects.Block.Create(BrickColor.new("Black"), Torso.CFrame, 35, 35, 35, 1, 1, 1, 0.1)
  1269. Effects.Wave.Create(BrickColor.new("Black"), FakeHandle.CFrame * angles(3.14, 0, 0), 8, 0, 8, -0.5, 0, -0.5, 0.07)
  1270. Torso.Velocity = RootPart.CFrame.lookVector * 50
  1271. PlayAnimationFromTable({CFrame.new(0.125863791, -0.915276229, -2.1584549, 0.982593358, -0.0348575413, -0.182470411, 0.154622063, 0.697892964, 0.69931215, 0.102968521, -0.715353429, 0.691134751), CFrame.new(-0.213870525, 1.34581661, 0.092140317, 0.936451197, -0.146561041, 0.318714857, 0.308226287, 0.77757287, -0.548066795, -0.167498767, 0.611473918, 0.773333013), CFrame.new(1.76334226, 0.526868582, 0.0277193785, -0.0887514204, -0.95147109, 0.294662774, 0.787864506, -0.248058081, -0.563681602, 0.609420121, 0.18212676, 0.771645665), CFrame.new(-1.65707111, -0.0971298218, -1.16121268, 0.927877128, 0.369196832, 0.0523248352, -0.208833575, 0.630765319, -0.747344494, -0.308921874, 0.682516575, 0.662373364), CFrame.new(0.30006063, -2.10434723, -0.640750527, 0.955899656, -0.120036975, 0.268043309, -0.0415630005, 0.848187268, 0.528063416, -0.290738046, -0.515916288, 0.805792689), CFrame.new(-0.893812895, -1.52909434, -0.510264993, 0.8758955, 0.0110150054, 0.482375145, 0.0557557605, 0.990731537, -0.123864494, -0.479268581, 0.135387495, 0.867163181)}, 0.3, false)
  1272. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 2.5, 0) * angles(math.rad(hobb), math.rad(0), math.rad(90)), 0.1)
  1273. end
  1274. end
  1275. UnCloak()
  1276. HandleWeld.Part0 = RightArm
  1277. HandleWeld.C1 = CFrame.new(0.0606536865, -1.06880665, -0.053850174, 0.999730885, -0.0130999982, 0.0191449989, -0.0131285042, -0.999912977, 0.00136399036, 0.0191254634, -0.00161496829, -0.999815762)
  1278. for i = 0, 1, 0.5 do
  1279. swait()
  1280. PlayAnimationFromTable({CFrame.new(1.09005797, -0.232350051, -3.90874863, -0.881864488, 0.254255384, -0.39707619, -0.185724065, 0.586751103, 0.788181305, 0.43338424, 0.768815756, -0.470213503), CFrame.new(0.258969158, 1.400352, -0.0162278637, 0.743144631, 0.39330554, -0.541338265, -0.37417081, 0.914966702, 0.151104152, 0.554736495, 0.0902607068, 0.827115834), CFrame.new(1.73846245, 0.775831819, -0.0439204425, 0.140527159, -0.395116389, 0.907819033, 0.581733346, -0.708998382, -0.398632497, 0.801148236, 0.584127128, 0.130218834), CFrame.new(-1.68719435, 0.382524014, 0.346671909, -0.136132181, 0.961739779, 0.237749517, -0.804788947, 0.0325954258, -0.592665672, -0.577739537, -0.272018939, 0.769560099), CFrame.new(0.861645699, -0.76870501, -1.18031788, 0.84804976, 3.50877258e-07, -0.529916942, -0.296326637, 0.829036951, -0.47422421, 0.439320445, 0.559193969, 0.703064442), CFrame.new(-0.718663335, -1.64913261, -0.752605975, 0.977551818, 0.20778501, 0.0349000692, -0.15327695, 0.814978004, -0.558853567, -0.144564182, 0.540958822, 0.828531682)}, 0.3, false)
  1281. end
  1282. for i = 0, 1, 0.1 do
  1283. swait()
  1284. PlayAnimationFromTable({CFrame.new(1.16874814, 0.087649703, -3.01424098, -0.763847351, -0.15153259, 0.627365112, 0.173436955, 0.88809824, 0.425677389, -0.621665895, 0.433960825, -0.652090073), CFrame.new(0.0102850273, 1.51787925, -0.350119531, 0.994927764, 0.0477949232, 0.0885133147, -0.0699377656, 0.961112738, 0.267153919, -0.0723026991, -0.271989197, 0.959580243), CFrame.new(2.02295327, 0.592894256, -0.21066469, -0.0100331157, -0.678791642, 0.734262586, 0.73821789, -0.500329137, -0.452443808, 0.674487829, 0.537506223, 0.506115854), CFrame.new(-1.7938509, 0.520119309, 0.0475535393, -0.189724207, 0.583259702, -0.789818287, -0.981819034, -0.107761599, 0.156266108, 0.00603163242, 0.805105925, 0.593100309), CFrame.new(0.0529837236, -1.51703501, -1.229298, 0.968206942, 0.1957497, 0.155748278, -0.0553897098, 0.774924576, -0.629622221, -0.243941426, 0.600977659, 0.761129737), CFrame.new(-0.660935342, -1.72367346, -0.239443257, 0.943123341, 0.29291743, 0.157219172, -0.226874918, 0.912781537, -0.339643747, -0.242994219, 0.284656852, 0.927321076)}, 0.3, false)
  1285. end
  1286. attack = false
  1287. end
  1288.  
  1289. mouse.Button1Down:connect(function()
  1290.  
  1291. if attack == false and attacktype == 1 then
  1292. attacktype = 2
  1293. attackone()
  1294. else
  1295. if attack == false and attacktype == 2 then
  1296. attacktype = 3
  1297. attacktwo()
  1298. else
  1299. if attack == false and attacktype == 3 then
  1300. attacktype = 1
  1301. attackthree()
  1302. end
  1303. end
  1304. end
  1305. end
  1306. )
  1307. mouse.KeyDown:connect(function(k)
  1308.  
  1309. k = k:lower()
  1310. if attack == false and k == "z" and co1 <= cooldown1 then
  1311. cooldown1 = 0
  1312. Driver()
  1313. else
  1314. if attack == false and k == "x" and co2 <= cooldown2 then
  1315. cooldown2 = 0
  1316. fatguywindmill()
  1317. else
  1318. if attack == false and k == "c" and co3 <= cooldown3 then
  1319. cooldown3 = 0
  1320. qaeoshotcarnival()
  1321. else
  1322. if attack == false and k == "v" and co4 <= cooldown4 then
  1323. cooldown4 = 0
  1324. coolflips()
  1325. end
  1326. end
  1327. end
  1328. end
  1329. end
  1330. )
  1331. updateskills = function()
  1332.  
  1333. if cooldown1 <= co1 then
  1334. cooldown1 = cooldown1 + 0.033333333333333
  1335. end
  1336. if cooldown2 <= co2 then
  1337. cooldown2 = cooldown2 + 0.033333333333333
  1338. end
  1339. if cooldown3 <= co3 then
  1340. cooldown3 = cooldown3 + 0.033333333333333
  1341. end
  1342. if cooldown4 <= co4 then
  1343. cooldown4 = cooldown4 + 0.033333333333333
  1344. end
  1345. end
  1346.  
  1347. while 1 do
  1348. swait()
  1349. updateskills()
  1350. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", 0.5)
  1351. bar3:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), "Out", "Quad", 0.5)
  1352. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", 0.5)
  1353. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", 0.5)
  1354. if hobb <= 360 then
  1355. hobb = hobb + 5
  1356. else
  1357. hobb = 0
  1358. end
  1359. for i,v in pairs(Character:GetChildren()) do
  1360. if v:IsA("Part") then
  1361. v.Material = "SmoothPlastic"
  1362. else
  1363. if v:IsA("Accessory") then
  1364. v:WaitForChild("Handle").Material = "SmoothPlastic"
  1365. end
  1366. end
  1367. end
  1368. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1369. velocity = RootPart.Velocity.y
  1370. sine = sine + change
  1371. local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  1372. if equipped == true or equipped == false then
  1373. if 1 < RootPart.Velocity.y and hit == nil then
  1374. Anim = "Jump"
  1375. if attack == false then
  1376. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1377. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.3)
  1378. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.8, -0.5) * angles(math.rad(230), math.rad(0), math.rad(0)), 0.3)
  1379. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1380. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1381. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1382. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(30), math.rad(-60)), 0.3)
  1383. end
  1384. else
  1385. if RootPart.Velocity.y < -1 and hit == nil then
  1386. Anim = "Fall"
  1387. if attack == false then
  1388. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1389. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.3)
  1390. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.8, -0.5) * angles(math.rad(230), math.rad(0), math.rad(0)), 0.3)
  1391. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1392. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1393. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1394. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(30), math.rad(-60)), 0.3)
  1395. end
  1396. else
  1397. if Torsovelocity < 1 and hit ~= nil then
  1398. Anim = "Idle"
  1399. if attack == false then
  1400. change = 1
  1401. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(40), math.rad(0)), 0.3)
  1402. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(-10), math.rad(-40), math.rad(0)), 0.3)
  1403. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.8, -0.5) * angles(math.rad(220), math.rad(0), math.rad(0)), 0.3)
  1404. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  1405. RH.C0 = clerp(RH.C0, CFrame.new(0.5, -2, 0) * angles(math.rad(0), math.rad(-20), math.rad(0)), 0.3)
  1406. LH.C0 = clerp(LH.C0, CFrame.new(-0.5, -2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1407. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(30), math.rad(-60)), 0.3)
  1408. end
  1409. else
  1410. if 2 < Torsovelocity and hit ~= nil then
  1411. Anim = "Walk"
  1412. if attack == false then
  1413. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1414. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.3)
  1415. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.8, -0.5) * angles(math.rad(230), math.rad(0), math.rad(0)), 0.3)
  1416. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  1417. 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)
  1418. 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)
  1419. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(60), math.rad(30), math.rad(-60)), 0.3)
  1420. end
  1421. end
  1422. end
  1423. end
  1424. end
  1425. end
  1426. if 0 < #Effects then
  1427. for e = 1, #Effects do
  1428. if Effects[e] ~= nil then
  1429. local Thing = Effects[e]
  1430. if Thing ~= nil then
  1431. local Part = Thing[1]
  1432. local Mode = Thing[2]
  1433. local Delay = Thing[3]
  1434. local IncX = Thing[4]
  1435. local IncY = Thing[5]
  1436. local IncZ = Thing[6]
  1437. if Thing[1].Transparency <= 1 then
  1438. if Thing[2] == "Block1" then
  1439. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1440. Mesh = Thing[1].Mesh
  1441. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1442. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1443. else
  1444. if Thing[2] == "Block2" then
  1445. Thing[1].CFrame = Thing[1].CFrame
  1446. Mesh = Thing[7]
  1447. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1448. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1449. else
  1450. if Thing[2] == "Cylinder" then
  1451. Mesh = Thing[1].Mesh
  1452. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1453. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1454. else
  1455. if Thing[2] == "Blood" then
  1456. Mesh = Thing[7]
  1457. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
  1458. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1459. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1460. else
  1461. if Thing[2] == "Elec" then
  1462. Mesh = Thing[1].Mesh
  1463. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  1464. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1465. else
  1466. if Thing[2] == "Disappear" then
  1467. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1468. else
  1469. if Thing[2] == "Shatter" then
  1470. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1471. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  1472. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  1473. Thing[6] = Thing[6] + Thing[5]
  1474. end
  1475. end
  1476. end
  1477. end
  1478. end
  1479. end
  1480. end
  1481. else
  1482. Part.Parent = nil
  1483. table.remove(Effects, e)
  1484. end
  1485. end
  1486. end
  1487. end
  1488. end
  1489. do
  1490. do
  1491. if 0 < #ShootEffects then
  1492. for e = 1, #ShootEffects do
  1493. if ShootEffects[e] ~= nil then
  1494. local Thing = ShootEffects[e]
  1495. if Thing ~= nil then
  1496. local Part = Thing[1]
  1497. local Mode = Thing[2]
  1498. local Delay = Thing[3]
  1499. local IncX = Thing[4]
  1500. local IncY = Thing[5]
  1501. local IncZ = Thing[6]
  1502. if Thing[2] == "Blast" then
  1503. local Look = Thing[1]
  1504. local hit, pos = rayCast(Thing[4], Look.lookVector, Thing[9], Character)
  1505. local mag = (Thing[4] - pos).magnitude
  1506. Thing[8].CFrame = CFrame.new((Thing[4] + pos) / 2, pos) * angles(-1.57, 0, 0)
  1507. Thing[4] = Thing[4] + Look.lookVector * Thing[9]
  1508. Thing[3] = Thing[3] - 1
  1509. Effects.Ring.Create(BrickColor.new("Black"), Thing[8].CFrame * angles(1.47, 0, 0), 10, 10, 10, 0.5, 0.5, 0.5, 0.07)
  1510. if hit ~= nil or Thing[3] <= 0 then
  1511. Thing[3] = 0
  1512. ref = CreatePart(EffectModel, "SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  1513. ref.Anchored = true
  1514. ref.CFrame = cn(pos)
  1515. game:GetService("Debris"):AddItem(ref, 1)
  1516. ref2 = CreatePart(EffectModel, "SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new(5, 5, 5))
  1517. ref2.Anchored = true
  1518. ref2.CFrame = cn(pos)
  1519. game:GetService("Debris"):AddItem(ref2, 5)
  1520. size = 3
  1521. if Thing[10] == 2 then
  1522. freeze = true
  1523. size = 4
  1524. CreateSound("http://www.roblox.com/asset/?id=188959279", ref, 1, 1)
  1525. else
  1526. CreateSound("http://www.roblox.com/asset/?id=188959279", ref, 1, 2)
  1527. end
  1528. MagniDamage(ref, 20, Thing[5], Thing[6], Thing[7], "Knockdown")
  1529. freeze = false
  1530. for i = 1, 8 do
  1531. Effects.Break.Create(BrickColor.new("Black"), ref.CFrame * cn(math.random(-200, 200) / 100, math.random(-200, 200) / 100, math.random(-200, 200) / 100), math.random(20, 50) / 100, math.random(1, 5), math.random(20, 50) / 100)
  1532. end
  1533. if Thing[10] == 2 then
  1534. Effects.Sphere.Create(BrickColor.new("Black"), cn(ref.Position), 30, 30, 30, 5, 5, 5, 0.02)
  1535. Effects.Block.Create(BrickColor.new("Black"), cn(ref.Position), 30, 30, 30, 5, 5, 5, 0.03)
  1536. end
  1537. end
  1538. if Thing[3] <= 0 then
  1539. Thing[8].Transparency = 1
  1540. game:GetService("Debris"):AddItem(Thing[8], 5)
  1541. table.remove(ShootEffects, e)
  1542. end
  1543. else
  1544. Part.Parent = nil
  1545. table.remove(ShootEffects, e)
  1546. end
  1547. end
  1548. end
  1549. end
  1550. end
  1551. -- DECOMPILER ERROR at PC10455: LeaveBlock: unexpected jumping out DO_STMT
  1552.  
  1553. end
  1554. end
  1555. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement