Jamil_And_Brol

Inferno - Black Magic

Nov 15th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 215.92 KB | None | 0 0
  1. wait(1/60)
  2. script.Name = "Chaos"
  3. local Player = game.Players.LocalPlayer
  4. repeat wait() until Player
  5. local Character = Player.Character
  6. repeat wait() until Character
  7.  
  8. local C_Fold = Instance.new("Folder", game:GetService("ServerStorage")) C_Fold.Name = "Chaos Folder"
  9. script.Parent = C_Fold
  10. if script.ClassName == "LocalScript" or script.ClassName == "Script" then
  11. if game.CreatorId == 0 then
  12. script.Parent = C_Fold
  13. else
  14. local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call)
  15. local oxbox = getfenv() setfenv(1, setmetatable({}, {__index = Environment}))
  16. oxbox.script:Destroy()
  17. C_Fold:Destroy()
  18. end
  19. end
  20.  
  21. local Effects = {}
  22. local Humanoid = Character.Humanoid
  23. local mouse = Player:GetMouse()
  24. local m = Instance.new('Model', Character)
  25. m.Name = "WeaponModel"
  26. local sp = Instance.new('Model', Character)
  27. sp.Name = "WeaponModel"
  28. local LeftArm = Character["Left Arm"]
  29. local RightArm = Character["Right Arm"]
  30. local LeftLeg = Character["Left Leg"]
  31. local RightLeg = Character["Right Leg"]
  32. local Head = Character.Head
  33. local Torso = Character.Torso
  34. local cam = game.Workspace.CurrentCamera
  35. local RootPart = Character.HumanoidRootPart
  36. local spartan = false
  37. local RootJoint = RootPart.RootJoint
  38. local equipped = false
  39. local attack = false
  40. local Anim = 'Idle'
  41. local idle = 0
  42. local attacktype = 1
  43. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  44. local velocity = RootPart.Velocity.y
  45. local sine = 0
  46. local change = 1
  47. local grabbed = false
  48. local cn = CFrame.new
  49. local mr = math.rad
  50. local angles = CFrame.Angles
  51. local ud = UDim2.new
  52. local c3 = Color3.new
  53. local trigger = false
  54. Humanoid.Animator.Parent = nil
  55. Character.Animate.Parent = nil
  56. local coo1=false
  57. local coo2=false
  58. local newMotor = function(part0, part1, c0, c1)
  59. local w = Instance.new('Motor', part0)
  60. w.Part0 = part0
  61. w.Part1 = part1
  62. w.C0 = c0
  63. w.C1 = c1
  64. return w
  65. end
  66.  
  67. function clerp(a, b, t)
  68. return a:lerp(b, t)
  69. end
  70.  
  71. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  72. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  73.  
  74. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  75. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  76. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  77. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  78. RootJoint.C1 = CFrame.new(0, 0, 0)
  79. RootJoint.C0 = CFrame.new(0, 0, 0)
  80. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  81. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  82.  
  83. local rarmc1 = RW.C1
  84. local larmc1 = LW.C1
  85. local rlegc1 = RH.C1
  86. local llegc1 = LH.C1
  87.  
  88. local resetc1 = false
  89.  
  90. function PlayAnimationFromTable(table, speed, bool)
  91. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  92. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  93. RW.C0 = clerp(RW.C0, table[3], speed)
  94. LW.C0 = clerp(LW.C0, table[4], speed)
  95. RH.C0 = clerp(RH.C0, table[5], speed)
  96. LH.C0 = clerp(LH.C0, table[6], speed)
  97. if bool == true then
  98. if resetc1 == false then
  99. resetc1 = true
  100. RootJoint.C1 = RootJoint.C1
  101. Torso.Neck.C1 = Torso.Neck.C1
  102. RW.C1 = rarmc1
  103. LW.C1 = larmc1
  104. RH.C1 = rlegc1
  105. LH.C1 = llegc1
  106. end
  107. end
  108. end
  109.  
  110. --[[Credits to SazErenos for his Artificial Heartbeat]]--
  111.  
  112. ArtificialHB = Instance.new("BindableEvent", Player.PlayerGui)
  113. ArtificialHB.Name = "Heartbeat"
  114.  
  115. Player.PlayerGui:WaitForChild("Heartbeat")
  116.  
  117. frame = 1 / 30
  118. tf = 0
  119. allowframeloss = false
  120. tossremainder = false
  121. lastframe = tick()
  122. Player.PlayerGui.Heartbeat:Fire()
  123. local gg = false
  124. game:GetService("RunService").Heartbeat:connect(function(s, p)
  125. if Player.PlayerGui:FindFirstChild("Heartbeat") == nil then gg=true end
  126. if gg==true then return end
  127. tf = tf + s
  128. if tf >= frame then
  129. if allowframeloss then
  130. Player.PlayerGui.Heartbeat:Fire()
  131. lastframe = tick()
  132. else
  133. for i = 1, math.floor(tf / frame) do
  134. Player.PlayerGui.Heartbeat:Fire()
  135. end
  136. lastframe = tick()
  137. end
  138. if tossremainder then
  139. tf = 0
  140. else
  141. tf = tf - frame * math.floor(tf / frame)
  142. end
  143. end
  144. end)
  145.  
  146. function swait(num)
  147. if num == 0 or num == nil then
  148. ArtificialHB.Event:wait()
  149. else
  150. for i = 0, num do
  151. ArtificialHB.Event:wait()
  152. end
  153. end
  154. end
  155.  
  156. local RbxUtility = LoadLibrary("RbxUtility")
  157. local Create = RbxUtility.Create
  158.  
  159. function RemoveOutlines(part)
  160. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  161. end
  162.  
  163.  
  164. function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size, MeshId)
  165. local Part = Create("Part"){
  166. Parent = Parent,
  167. Reflectance = Reflectance,
  168. Transparency = Transparency,
  169. CanCollide = false,
  170. Locked = true,
  171. BrickColor = BrickColor.new(tostring(BColor)),
  172. Name = Name,
  173. Size = Size,
  174. Material = Material,
  175. }
  176. Part.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  177. RemoveOutlines(Part)
  178. return Part
  179. end
  180.  
  181. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  182. local Msh = Create(Mesh){
  183. Parent = Part,
  184. Offset = OffSet,
  185. Scale = Scale,
  186. }
  187. if Mesh == "SpecialMesh" then
  188. Msh.MeshType = MeshType
  189. Msh.MeshId = MeshId
  190. end
  191. return Msh
  192. end
  193.  
  194.  
  195. local co1 = 5
  196. local co2 = 15
  197. local co3 = 20
  198. local co4 = 25
  199.  
  200. local cooldown1 = 0
  201. local cooldown2 = 0
  202. local cooldown3 = 0
  203. local cooldown4 = 0
  204.  
  205.  
  206. local skillcolorscheme = BrickColor.new("Bright red").Color
  207.  
  208. local scrn = Instance.new('ScreenGui', Player.PlayerGui)
  209. function makeframe(par, trans, pos, size, color)
  210. local frame = Instance.new('Frame', par)
  211. frame.BackgroundTransparency = trans
  212. frame.BorderSizePixel = 0
  213. frame.Position = pos
  214. frame.Size = size
  215. frame.BackgroundColor3 = color
  216. return frame
  217. end
  218.  
  219. function makelabel(par, text)
  220. local label = Instance.new('TextLabel', par)
  221. label.BackgroundTransparency = 1
  222. label.Size = UDim2.new(1, 0, 1, 0)
  223. label.Position = UDim2.new(0, 0, 0, 0)
  224. label.TextColor3 = Color3.new(255, 255, 255)
  225. label.TextStrokeTransparency = 0
  226. label.FontSize = Enum.FontSize.Size32
  227. label.Font = Enum.Font.SourceSansLight
  228. label.BorderSizePixel = 0
  229. label.TextScaled = true
  230. label.Text = text
  231. end
  232. framesk1 = makeframe(scrn, .5, UDim2.new(.8, 0, .85, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
  233. framesk2 = makeframe(scrn, .5, UDim2.new(.8, 0, .74, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
  234. framesk3 = makeframe(scrn, .5, UDim2.new(.8, 0, .63, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
  235. framesk4 = makeframe(scrn, .5, UDim2.new(.8, 0, .52, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
  236.  
  237. bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  238. bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  239. bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  240. bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  241. text1 = Instance.new('TextLabel', framesk1)
  242. text1.BackgroundTransparency = 1
  243. text1.Size = UDim2.new(1, 0, 1, 0)
  244. text1.Position = UDim2.new(0, 0, 0, 0)
  245. text1.TextColor3 = Color3.new(255, 255, 255)
  246. text1.TextStrokeTransparency = 0
  247. text1.FontSize = Enum.FontSize.Size18
  248. text1.Font = Enum.Font.SourceSansLight
  249. text1.BorderSizePixel = 0
  250. text1.TextScaled = true
  251. text1.Text = "[Z]\n Charging Bull"
  252. text2 = Instance.new('TextLabel', framesk2)
  253. text2.BackgroundTransparency = 1
  254. text2.Size = UDim2.new(1, 0, 1, 0)
  255. text2.Position = UDim2.new(0, 0, 0, 0)
  256. text2.TextColor3 = Color3.new(255, 255, 255)
  257. text2.TextStrokeTransparency = 0
  258. text2.FontSize = Enum.FontSize.Size18
  259. text2.Font = Enum.Font.SourceSansLight
  260. text2.BorderSizePixel = 0
  261. text2.TextScaled = true
  262. text2.Text = "[X]\n Blazing Spartan"
  263. text3 = Instance.new('TextLabel', framesk3)
  264. text3.BackgroundTransparency = 1
  265. text3.Size = UDim2.new(1, 0, 1, 0)
  266. text3.Position = UDim2.new(0, 0, 0, 0)
  267. text3.TextColor3 = Color3.new(255, 255, 255)
  268. text3.TextStrokeTransparency = 0
  269. text3.FontSize = Enum.FontSize.Size18
  270. text3.Font = Enum.Font.SourceSansLight
  271. text3.BorderSizePixel = 0
  272. text3.TextScaled = false
  273. text3.Text = "[C]\n Fiery Guardian"
  274. text4 = Instance.new('TextLabel', framesk4)
  275. text4.BackgroundTransparency = 1
  276. text4.Size = UDim2.new(1, 0, 1, 0)
  277. text4.Position = UDim2.new(0, 0, 0, 0)
  278. text4.TextColor3 = Color3.new(255, 255, 255)
  279. text4.TextStrokeTransparency = 0
  280. text4.FontSize = Enum.FontSize.Size18
  281. text4.Font = Enum.Font.SourceSansLight
  282. text4.BorderSizePixel = 0
  283. text4.TextScaled = true
  284. text4.Text = "[V]\n Elias's Wrath"
  285.  
  286.  
  287. function CreateWeld(Parent, Part0, Part1, C0, C1)
  288. local Weld = Create("Weld"){
  289. Parent = Parent,
  290. Part0 = Part0,
  291. Part1 = Part1,
  292. C0 = C0,
  293. C1 = C1,
  294. }
  295. return Weld
  296. end
  297.  
  298. CFuncs = {
  299. ["Part"] = {
  300. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  301. local Part = Create("Part"){
  302. Parent = Parent,
  303. Reflectance = Reflectance,
  304. Transparency = Transparency,
  305. CanCollide = false,
  306. Locked = true,
  307. BrickColor = BrickColor.new(tostring(BColor)),
  308. Name = Name,
  309. Size = Size,
  310. Material = Material,
  311. }
  312. RemoveOutlines(Part)
  313. return Part
  314. end;
  315. };
  316.  
  317. ["Mesh"] = {
  318. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  319. local Msh = Create(Mesh){
  320. Parent = Part,
  321. Offset = OffSet,
  322. Scale = Scale,
  323. }
  324. if Mesh == "SpecialMesh" then
  325. Msh.MeshType = MeshType
  326. Msh.MeshId = MeshId
  327. end
  328. return Msh
  329. end;
  330. };
  331.  
  332. ["Mesh"] = {
  333. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  334. local Msh = Create(Mesh){
  335. Parent = Part,
  336. Offset = OffSet,
  337. Scale = Scale,
  338. }
  339. if Mesh == "SpecialMesh" then
  340. Msh.MeshType = MeshType
  341. Msh.MeshId = MeshId
  342. end
  343. return Msh
  344. end;
  345. };
  346.  
  347. ["Weld"] = {
  348. Create = function(Parent, Part0, Part1, C0, C1)
  349. local Weld = Create("Weld"){
  350. Parent = Parent,
  351. Part0 = Part0,
  352. Part1 = Part1,
  353. C0 = C0,
  354. C1 = C1,
  355. }
  356. return Weld
  357. end;
  358. };
  359.  
  360. ["Sound"] = {
  361. Create = function(id, par, vol, pit)
  362. coroutine.resume(coroutine.create(function()
  363. local S = Create("Sound"){
  364. Volume = vol,
  365. Pitch = pit or 1,
  366. SoundId = id,
  367. Parent = par or workspace,
  368. }
  369. wait()
  370. S:play()
  371. game:GetService("Debris"):AddItem(S, 6)
  372. end))
  373. end;
  374. };
  375.  
  376. ["ParticleEmitter"] = {
  377. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  378. local fp = Create("ParticleEmitter"){
  379. Parent = Parent,
  380. Color = ColorSequence.new(Color1, Color2),
  381. LightEmission = LightEmission,
  382. Size = Size,
  383. Texture = Texture,
  384. Transparency = Transparency,
  385. ZOffset = ZOffset,
  386. Acceleration = Accel,
  387. Drag = Drag,
  388. LockedToPart = LockedToPart,
  389. VelocityInheritance = VelocityInheritance,
  390. EmissionDirection = EmissionDirection,
  391. Enabled = Enabled,
  392. Lifetime = LifeTime,
  393. Rate = Rate,
  394. Rotation = Rotation,
  395. RotSpeed = RotSpeed,
  396. Speed = Speed,
  397. VelocitySpread = VelocitySpread,
  398. }
  399. return fp
  400. end;
  401. };
  402. }
  403.  
  404. Handle2=CreatePart(m,Enum.Material.SmoothPlastic,0,1,"Really red","Handle2",Vector3.new(2.00753045, 0.268907994, 0.977717459))
  405. Handle2Weld=CreateWeld(m,Character["Left Arm"],Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.309810638, -0.443099976, -0.0655632019, 0, 1, 0, -1, 0, 0, 0, 0, 1))
  406. FakeHandle2=CreatePart(m,Enum.Material.SmoothPlastic,0,1,"Really red","FakeHandle2",Vector3.new(2.00753045, 0.268907994, 0.977717459))
  407. FakeHandle2Weld=CreateWeld(m,Handle2,FakeHandle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  408. Hitbox2=CreatePart(m,Enum.Material.SmoothPlastic,0,1,"Really red","Hitbox2",Vector3.new(2.00753045, 0.268907994, 4.05771732))
  409. Hitbox2Weld=CreateWeld(m,FakeHandle2,Hitbox2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, -0.219999313, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  410. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.440775186, 0.560985088, 0.268907964))
  411. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.10956097, -0.544559479, 0.00132751465, -0.866025388, 0, -0.500000238, -0.500000238, -0, 0.866025388, 0, 1, 0))
  412. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.745057762))
  413. Metal=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really black","Metal",Vector3.new(0.440775186, 1.63954592, 0.268907964))
  414. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00339508057, -0.0108280182, 0.000335693359, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  415. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.797211826))
  416. Metal=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really black","Metal",Vector3.new(2.00753045, 0.268907994, 1.33100474))
  417. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.00132751465, 0.0176925659, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  418. CreateMesh("CylinderMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.794727564, 1))
  419. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.440775186, 0.560985088, 0.268907964))
  420. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.29561615, 0.255399704, 0.00267028809, -0.707106829, -0, 0.707106829, 0.707106829, 0, 0.707106829, 0, 1, 0))
  421. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.745057762))
  422. Metal=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really black","Metal",Vector3.new(0.31121397, 0.311880946, 0.268907964))
  423. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.586155891, -0.590343475, 0.000335693359, 0.707106829, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0, 1, 0))
  424. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.797211826))
  425. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(2.00753045, 0.268907994, 1.97079527))
  426. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000671386719, 0.00132751465, 0.0233039856, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  427. CreateMesh("CylinderMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.759958267, 1))
  428. Metal=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really black","Metal",Vector3.new(0.31121397, 0.311880946, 0.268907964))
  429. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.575917244, 0.570791245, 0.000335693359, 0.707106829, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0, 1, 0))
  430. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.797211826))
  431. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.301196367, 0.302530676, 0.268907964))
  432. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.88179874, 1.30965042, 0.00267028809, 0.707106829, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0, 1, 0))
  433. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.447034687))
  434. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.400036812, 0.394025266, 0.268907964))
  435. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.944215775, 0.550720215, 0.00267028809, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  436. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.745057762))
  437. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.440775186, 0.560985088, 0.268907964))
  438. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.2749548, -0.275114059, 0.00267028809, 0.707106829, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0, 1, 0))
  439. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.745057762))
  440. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.400036812, 0.394025266, 0.268907964))
  441. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.583694458, 0.940448761, 0.00267028809, -1, 0, 0, 0, 0, 1, -0, 1, 0))
  442. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.745057762))
  443. Metal=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really black","Metal",Vector3.new(2.00753045, 0.268907994, 1.52734971))
  444. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00601959229, 0.000671386719, 0.0197086334, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  445. CreateMesh("CylinderMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.779826403, 1))
  446. Metal=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really red","Metal",Vector3.new(2.00753045, 0.268907994, 0.977717459))
  447. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  448. CreateMesh("CylinderMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.834463894, 1))
  449. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.426750481, 4.5746994, 0.268907964))
  450. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.401041031, -0.0303039551, 0.00267028809, 0, 0, 1, 1, 0, 0, 0, 1, 0))
  451. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.447034687))
  452. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.400036812, 0.394025266, 0.268907964))
  453. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.230413914, 1.00434494, 0.00132751465, 0.965925872, 0, 0.258818984, 0.258818984, 0, -0.965925872, 0, 1, 0))
  454. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.745057762))
  455. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.440775186, 0.560985088, 0.268907964))
  456. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.09098625, 0.550378799, 0.00132751465, 0.866025388, 0, -0.500000238, -0.500000238, 0, -0.866025388, 0, 1, 0))
  457. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.745057762))
  458. Metal=CreatePart(m,Enum.Material.Neon,0,0,"Maroon","Metal",Vector3.new(2.00753045, 0.268907994, 1.12531006))
  459. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.000671386719, 0.0170326233, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  460. CreateMesh("CylinderMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.809628725, 1))
  461. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.400036812, 0.394025266, 0.268907964))
  462. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01778984, 0.243234634, 0.00132751465, -0.258818984, 0, -0.965925872, -0.965925872, -0, 0.258818984, 0, 1, 0))
  463. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.745057762))
  464. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 0.560985208, 0.734623849))
  465. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00601196289, -1.68924904, -0.336601257, 0, -1, 0, 0, 0, -1, 1, 0, 0))
  466. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  467. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.268908054, 1.69631207, 1.40246356))
  468. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00601196289, -1.18476105, 0.684921265, 0, -1, 0, 0, 0, -1, 1, 0, 0))
  469. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.596047223, 1, 1))
  470. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 1.96344793, 1.93673551))
  471. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00601196289, -1.15804672, 0.982018232, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  472. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  473. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 0.560985208, 0.734623849))
  474. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00601196289, -1.66893959, -0.308921814, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  475. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  476. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 0.560985208, 1.23483586))
  477. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00601196289, 1.57564831, -0.281362534, 0, 1, 0, 0.707106829, 0, 0.707106829, 0.707106829, 0, -0.707106829))
  478. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  479. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 3.16555905, 1.93673551))
  480. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00601196289, -0.960346222, 0.952056646, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  481. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  482. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 0.560985208, 1.00443101))
  483. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00601196289, 1.60208893, 1.00598621, 0, 1, 0, 0.707106829, 0, -0.707106829, -0.707106829, 0, -0.707106829))
  484. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  485. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.268908054, 2.54179668, 1.40246356))
  486. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00601196289, -0.931627274, 0.68157959, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  487. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.596047223, 1, 1))
  488. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.268908054, 2.54179668, 1.40246356))
  489. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00601196289, -0.930290222, 0.711532831, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  490. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.596047223, 1, 1))
  491. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 0.560985208, 0.734623849))
  492. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00601196289, -0.709869623, -1.32010078, 0, -1, 0, 1, 0, 0, 0, 0, 1))
  493. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  494. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 0.560985208, 0.995749235))
  495. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00601196289, 1.61249352, 0.992275238, 0, -1, 0, -0.707106829, 0, -0.707106829, 0.707106829, 0, -0.707106829))
  496. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  497. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 3.16555905, 1.93673551))
  498. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00601196289, -0.95835495, 0.982018232, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  499. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  500. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 0.560985208, 0.734623849))
  501. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00601196289, -0.695892334, -1.31937599, 0, 1, 0, -1, 0, 0, -0, 0, 1))
  502. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  503. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.268908054, 1.69631207, 1.40246356))
  504. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00601196289, -1.18476105, 0.712204218, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  505. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.596047223, 1, 1))
  506. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 0.560985208, 1.16805196))
  507. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00601196289, 1.60957718, -0.309536934, 0, -1, 0, -0.707106829, -0, 0.707106829, -0.707106829, 0, -0.707106829))
  508. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  509. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.268908054, 1.96344793, 1.93673551))
  510. PartWeld=CreateWeld(m,FakeHandle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00601196289, -1.15603065, 0.952056646, 0, -1, 0, 0, 0, -1, 1, 0, 0))
  511. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.496705979, 1, 1))
  512. Metal=CreatePart(m,Enum.Material.Metal,0,0,"Bright orange","Metal",Vector3.new(0.301196367, 0.302530676, 0.268907964))
  513. MetalWeld=CreateWeld(m,FakeHandle2,Metal,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35380268, -1.91964149, 0.00267028809, 0.707106829, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0, 1, 0))
  514. CreateMesh("BlockMesh",Metal,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.447034687))
  515.  
  516.  
  517. Handle=CreatePart(sp,Enum.Material.SmoothPlastic,0,1,"Medium stone grey","Handle",Vector3.new(0.200000003, 1.17023563, 0.200000003))
  518. HandleWeld=CreateWeld(sp,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.984693289, 0.0122509003, 0.016998291, 0, 1, 3.40000006e-005, 0, 3.40000006e-005, -1, -1, 0, 0))
  519. FakeHandle=CreatePart(sp,Enum.Material.SmoothPlastic,0,1,"Medium stone grey","FakeHandle",Vector3.new(0.200000003, 1.17023563, 0.200000003))
  520. FakeHandleWeld=CreateWeld(sp,Handle,FakeHandle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  521. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.265654594, 0.200000003, 0.200000003))
  522. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.53824997, -3.84861946, -0.00509643555, 0.953529596, -0.301299691, 0, 0.301299691, 0.953529596, 0, 0, 0, 1))
  523. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.981686771, 0.627843201))
  524. Hitbox=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,1,"Really black","Hitbox",Vector3.new(1.2558558, 5.41180372, 0.200000003))
  525. HitboxWeld=CreateWeld(sp,FakeHandle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.37038362, -6.11240005, 0.00509643555, -0.999330342, 0.0365930237, 0, 0.03659302, 0.999330342, 0, 0, 0, -1))
  526. CreateMesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.627843201))
  527. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  528. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.87723541, 1.3071419, -0.00617980957, -0.0778941065, -0.996961713, -0, 0.996961713, -0.0778941065, 0, 0, 0, 1))
  529. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.698613465, 1, 0.540743589))
  530. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  531. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.85689926, 0.0357978344, 0.000366210938, -0.0162200052, -0.999868512, -0, -0.999868512, 0.0162200052, 0, 0, 0, -1))
  532. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.110689417, 0.0580665059, 0.290332109))
  533. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.391223073, 0.200000003))
  534. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.09789276, -1.31699181, -0.00617980957, 0.367478788, -0.930031896, 0, 0.930031896, 0.367478818, 0, 0, 0, 1))
  535. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.823819637, 1, 0.75486356))
  536. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  537. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.99447632, 2.06506062, 0.000366210938, -0.718487144, -0.695540249, -0, -0.695540249, 0.718487144, 0, 0, 0, -1))
  538. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0399207957, 0.0598810986, 0.290332109))
  539. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  540. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000104665756, 2.63604736, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  541. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.792728066, 0.40156588, 0.790645242))
  542. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  543. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.3675046, -3.14769554, -0.00617980957, 0.922712505, -0.385488808, 0, 0.385488808, 0.922712505, 0, 0, 0, 1))
  544. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  545. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  546. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.23241997, 2.97418213, -0.00509643555, -0.89177388, -0.452481419, -0, 0.452481419, -0.89177388, 0, 0, 0, 1))
  547. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.943581879, 0.981686771, 0.627843201))
  548. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  549. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0264651775, 2.85495186, 0.000366210938, -0.999868274, 0.0162310004, 0, 0.0162310004, 0.999868274, 0, 0, 0, -1))
  550. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0399207957, 0.127020478, 0.290332109))
  551. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  552. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.18885994, -2.57540131, -0.00617980957, 0.791501701, -0.611167073, 0, 0.611167073, 0.791501701, 0, 0, 0, 1))
  553. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0852853209, 0.949024618, 0.758492708))
  554. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  555. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14623642, 3.44169998, -0.00617980957, -0.823538005, -0.567261219, -0, 0.567261219, -0.823538005, 0, 0, 0, 1))
  556. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.952654719, 0.885514081, 0.540743589))
  557. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  558. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000396728516, 2.59818459, -0.000288724899, 0, 0, -1, -1.10000001e-005, 1, 0, 1, 1.10000001e-005, 0))
  559. CreateMesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.790647388, 0.638759255, 0.790645242))
  560. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  561. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.93175697, 1.91189003, 0.000366210938, -0.709942579, 0.704259515, 0, 0.704259515, 0.709942579, 0, 0, 0, -1))
  562. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.11794775, 0.232266024, 0.290332109))
  563. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.201781362, 0.290695429, 0.200000003))
  564. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.062497139, -1.47618103, 0.00399780273, -0.865684807, -0.500589371, -0, -0.500589371, 0.865684807, 0, 0, 0, -1))
  565. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540743589))
  566. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  567. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000396728516, 2.66858101, -0.000290393829, 0, 0, -1, -1.10000001e-005, 1, 0, 1, 1.10000001e-005, 0))
  568. CreateMesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.790647388, 0.638759255, 0.790645242))
  569. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.223555729))
  570. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00617980957, -0.0212595463, 3.02003479, 0, 0, 1, -0.999822795, 0.0188270081, 0, -0.0188270081, -0.999822795, -0))
  571. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.667765677, 0.645990014, 1))
  572. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  573. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37670326, 2.44799232, 0.000366210938, -0.874025643, -0.485879838, -0, -0.485879868, 0.874025643, 0, 0, 0, -1))
  574. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.181458071, 0.0889143348, 0.290332109))
  575. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  576. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.96089935, 1.98529625, 0.000366210938, -0.718487144, -0.695540249, -0, -0.695540249, 0.718487144, 0, 0, 0, -1))
  577. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161497667, 0.197789058, 0.290332109))
  578. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  579. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00596618652, 2.2820549, 2.07886124, 0, 0, 1, -0.762670815, -0.646786749, -0, 0.646786749, -0.762670815, 0))
  580. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.756680071, 0.471790403, 0.263113528))
  581. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  582. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.13864517, 2.227705, 0.00617980957, 0.646786749, -0.762670815, 0, -0.762670815, -0.646786749, -0, 0, 0, -1))
  583. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.865554869, 0.078026928, 0.758492708))
  584. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.55634892))
  585. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00509643555, -1.25833368, -1.58732414, 0, 0, -1, -0.935574591, 0.353129089, 0, 0.353129119, 0.935574591, 0))
  586. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.678653121, 0.607883811, 1))
  587. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  588. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.06986618, -1.9463768, -0.00108337402, 0.660487771, 0.750836849, 0, 0.750836849, -0.660487771, 0, 0, 0, -1))
  589. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.123391442, 0.241338864, 0.181457579))
  590. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  591. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.698346138, 2.74471283, 0.000366210938, -0.969999254, -0.243107855, -0, -0.243107855, 0.969999254, 0, 0, 0, -1))
  592. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.159683093, 0.161497504, 0.290332109))
  593. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  594. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.60768318, 0.577094078, -0.00617980957, -0.127521738, 0.991835773, 0, -0.991835773, -0.127521738, -0, 0, 0, 1))
  595. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.154239208, 0.758492708))
  596. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  597. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00617980957, -4.16029549, 1.4980669, 0, 0, -1, 0.207697734, 0.978193045, 0, 0.978193045, -0.207697734, 0))
  598. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.616957366, 0.987130761, 0.281259179))
  599. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  600. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0968637466, -1.20724487, 0.00399780273, -0.825775981, -0.563998163, -0, -0.563998163, 0.825775981, 0, 0, 0, -1))
  601. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.782084227, 1, 0.540743589))
  602. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.406466037, 0.466709524, 0.200000003))
  603. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.86023808, -2.79104042, -0.00509643555, 0.719956934, -0.694018841, 0, 0.694018841, 0.719956934, 0, 0, 0, 1))
  604. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.627843201))
  605. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  606. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.74497223, 0.78229022, 0.000366210938, -0.274453342, -0.961600482, -0, -0.961600482, 0.274453342, 0, 0, 0, -1))
  607. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.157868505, 0.0671393946, 0.290332109))
  608. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.280897051, 0.47396785, 0.200000003))
  609. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.34566212, -2.65875816, 0.00509643555, -0.875543773, -0.483138889, -0, -0.483138889, 0.875543773, 0, 0, 0, -1))
  610. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.627843201))
  611. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  612. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39191818, 2.43912315, 0.000366210938, -0.874025643, -0.485879838, -0, -0.485879868, 0.874025643, 0, 0, 0, -1))
  613. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0399207957, 0.127020478, 0.290332109))
  614. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  615. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.12562561, -0.496722221, 0.00399780273, -0.228761166, 0.973482609, 0, 0.973482609, 0.228761151, 0, 0, 0, -1))
  616. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  617. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  618. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.29644966, 2.51484489, -0.00617980957, -0.795197666, -0.606350303, -0, 0.606350303, -0.795197666, 0, 0, 0, 1))
  619. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.26129958, 0.860110283, 0.75486356))
  620. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  621. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.96850586, 0.848686218, -0.00108337402, -0.240041912, 0.970762491, 0, 0.970762491, 0.240041912, 0, 0, 0, -1))
  622. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0580665655, 0.459088355, 0.181457579))
  623. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  624. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.60143471, 1.86360264, 0.00617980957, 0.569282055, 0.822142363, 0, 0.822142363, -0.569282055, 0, 0, 0, -1))
  625. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  626. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  627. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.44673157, 2.2265625, 1.45490265, 0.457348436, -0.539289534, 0.707106173, -0.762669981, -0.646787882, -4.21468123e-008, 0.457347751, -0.53928864, -0.707107425))
  628. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.529857457, 0.078026928, 0.522597909))
  629. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.10000000149012,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  630. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.135494232, -2.61195183, -0.00218200684, 0.99847436, 0.0552179627, 0, -0.0552179627, 0.99847436, 0, 0, 0, 1))
  631. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.762486577, 0.368359983, 0.81038934))
  632. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  633. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.42008972, -2.90167046, -0.00617980957, 0.795197189, 0.606350958, 0, -0.606350958, 0.795197189, 0, 0, 0, 1))
  634. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.154239208, 0.758492708))
  635. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  636. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.18887138, -2.67984581, -0.00617980957, 0.791501701, -0.611167073, 0, 0.611167073, 0.791501701, 0, 0, 0, 1))
  637. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0852853209, 0.0961727053, 0.758492708))
  638. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  639. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.47705841, -1.32070446, -0.00617980957, 0.385481775, 0.922715485, 0, -0.922715485, 0.385481775, 0, 0, 0, 1))
  640. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.154239208, 0.758492708))
  641. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  642. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.65810585, 2.72777939, 0.00617980957, 0.822140276, -0.569284976, 0, -0.569284976, -0.822140276, -0, 0, 0, -1))
  643. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.865554869, 0.078026928, 0.758492708))
  644. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  645. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.16350365, -2.68160248, -0.00617980957, 0.791501701, -0.611167073, 0, 0.611167073, 0.791501701, 0, 0, 0, 1))
  646. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  647. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.946846962, 0.200000003))
  648. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.52285385, 2.53654957, -0.00617980957, -0.556969702, -0.830532849, -0, 0.830532849, -0.556969702, 0, 0, 0, 1))
  649. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0362916067, 1, 0.540743589))
  650. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  651. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.05279732, -2.1809988, -0.00617980957, 0.611164212, 0.791503966, 0, -0.791503966, 0.611164212, 0, 0, 0, 1))
  652. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.154239208, 0.758492708))
  653. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  654. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.61757088, 2.62086678, 0.00617980957, 0.840313256, -0.542101324, 0, -0.542101324, -0.840313256, -0, 0, 0, -1))
  655. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.685909688))
  656. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  657. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00617980957, -3.85450363, 2.58270741, 0, 0, -1, 0.475097954, 0.87993294, 0, 0.87993294, -0.475097984, 0))
  658. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.616957366, 0.987130761, 0.281259179))
  659. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.10000000149012,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  660. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.65065765, -0.00689697266, -2.01301575, -0.586682498, -0.809817076, -0, 0, 0, 1, -0.809817076, 0.586682498, 0))
  661. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.562882841, 0.771196306, 0.650706708))
  662. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  663. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19530296, 2.94304085, -0.00617980957, -0.912123263, -0.409916103, -0, 0.409916073, -0.912123263, 0, 0, 0, 1))
  664. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0852853209, 0.94539535, 0.685909688))
  665. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  666. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.43974686, 2.68236923, -0.00617980957, -0.717509687, 0.696548641, 0, -0.696548641, -0.717509687, -0, 0, 0, 1))
  667. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.165126845, 0.0816560686, 0.758492708))
  668. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  669. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.60863304, -3.43327141, -0.00617980957, 0.925037682, 0.379875302, 0, -0.379875302, 0.925037682, 0, 0, 0, 1))
  670. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0653249398, 0.154239208, 0.758492708))
  671. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.877167225, 0.200000003))
  672. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.49754906, 2.45754147, -0.00617980957, -0.545705736, -0.837976933, -0, 0.837976933, -0.545705736, 0, 0, 0, 1))
  673. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557076275, 1, 0.540743589))
  674. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  675. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.29661179, 1.4930954, -0.00617980957, -0.379881501, 0.925035179, 0, -0.925035179, -0.379881531, -0, 0, 0, 1))
  676. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.078026928, 0.758492708))
  677. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  678. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.99692297, 3.08596039, 0.00617980957, 0.941467464, -0.337103993, 0, -0.337103993, -0.941467464, -0, 0, 0, -1))
  679. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.078026928, 0.758492708))
  680. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  681. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.16588354, 2.48538399, 0.000366210938, -0.903214991, 0.42918852, 0, 0.42918852, 0.903214991, 0, 0, 0, -1))
  682. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.243153811, 0.268557578, 0.290332109))
  683. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.223919243, 0.761759937, 0.200000003))
  684. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.632575274, -5.06258583, 0.00146484375, -0.996192873, 0.0871771201, 0, 0.0871771201, 0.996192873, 0, 0, 0, -1))
  685. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.518968642))
  686. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  687. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.69968224, 0.785323143, 0.00617980957, 0.210875273, -0.977513075, 0, -0.977513075, -0.210875273, -0, 0, 0, -1))
  688. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.865554869, 0.078026928, 0.685909688))
  689. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.433321834, 0.288880885, 0.200000003))
  690. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.29630661, -1.67464828, 0.00399780273, -0.674479008, 0.738294005, 0, 0.738294005, 0.674479008, 0, 0, 0, -1))
  691. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540743589))
  692. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  693. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.16016197, -2.69299126, -0.00617980957, 0.795197666, 0.606350303, 0, -0.606350303, 0.795197666, 0, 0, 0, 1))
  694. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.078026928, 0.758492708))
  695. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  696. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.200936437, 3.24408913, 0.00617980957, 0.996636689, -0.081948109, 0, -0.0819481164, -0.996636689, -0, 0, 0, -1))
  697. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  698. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  699. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.65045357, -0.00708007813, -2.01228523, -0.586682498, -0.809817076, -0, 0, 0, 1, -0.809817076, 0.586682498, 0))
  700. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.562882841, 0.776640177, 0.451103449))
  701. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  702. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.610499382, 3.19054985, 0.00617980957, 0.983886778, 0.178792432, 0, 0.178792432, -0.983886778, 0, 0, 0, -1))
  703. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  704. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  705. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.29168797, 2.93964195, -0.00617980957, -0.912123263, -0.409916103, -0, 0.409916073, -0.912123263, 0, 0, 0, 1))
  706. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890959024, 0.905474722, 0.685909688))
  707. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.255855531, 0.200000003))
  708. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.99385643, -1.81903648, 0.00399780273, -0.918559432, 0.395282775, 0, 0.395282775, 0.918559432, 0, 0, 0, -1))
  709. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611513615, 1, 0.540743589))
  710. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  711. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800829887, -2.44076538, 0, 0.950160503, 0.311761349, 0, -0.311761349, 0.950160503, 0, 0, 0, 1))
  712. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.760490656, 0.145166829, 0.758492649))
  713. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  714. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.05867958, 2.47588158, 0.00617980957, 0.762671828, 0.646785736, 0, 0.646785736, -0.762671828, 0, 0, 0, -1))
  715. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  716. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.384690583, 0.200000003))
  717. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.19094658, 0.209361076, -0.00617980957, 0.243750066, -0.969838083, 0, 0.969838083, 0.243750066, 0, 0, 0, 1))
  718. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.952654719, 1, 0.540743589))
  719. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.218838394, 0.200000003, 0.200000003))
  720. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0398361683, 2.99050522, -0.00617980957, -0.994879842, 0.101066209, 0, -0.101066209, -0.994879842, -0, 0, 0, 1))
  721. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.471790552, 0.682280481))
  722. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  723. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000109672546, 2.54156494, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  724. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.691355109, 0.145166829, 0.696434081))
  725. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  726. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.684578419, 2.7059021, 0.000366210938, -0.969999254, -0.243107855, -0, -0.243107855, 0.969999254, 0, 0, 0, -1))
  727. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0399207957, 0.0471790284, 0.290332109))
  728. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  729. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.79587555, -2.36396599, -0.00144958496, 0.793755591, -0.608236909, 0, -0.608236909, -0.793755591, -0, 0, 0, -1))
  730. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0816561282, 0.998018026, 0.145166054))
  731. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  732. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.80734062, -1.28983593, 0.00399780273, -0.55176729, 0.833998084, 0, 0.833998084, 0.55176729, 0, 0, 0, -1))
  733. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  734. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.243153498, 0.200000003))
  735. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.01405907, -0.869227409, -0.00509643555, 0.387352347, -0.921931803, 0, 0.921931803, 0.387352347, 0, 0, 0, 1))
  736. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.898217261, 1, 0.627843201))
  737. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  738. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.53531647, 0.593788147, -0.00617980957, -0.127522722, 0.991835654, 0, -0.991835654, -0.127522722, -0, 0, 0, 1))
  739. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.078026928, 0.758492708))
  740. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.292873263, 0.200000003, 0.200000003))
  741. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.34933257, -4.15054131, -0.00509643555, 0.976920485, -0.213603824, 0, 0.213603824, 0.976920485, 0, 0, 0, 1))
  742. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.981686771, 0.627843201))
  743. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  744. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.53315544, -0.335505724, -0.00617980957, 0.133528367, 0.991044998, 0, -0.991044998, 0.133528367, 0, 0, 0, 1))
  745. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.078026928, 0.758492708))
  746. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  747. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000110387802, 2.56478882, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  748. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.760490656, 0.145166829, 0.758492649))
  749. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  750. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.616275787, 3.03691864, 0.00617980957, 0.977515221, 0.210865304, 0, 0.210865304, -0.977515221, 0, 0, 0, -1))
  751. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.685909688))
  752. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.547638953))
  753. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00399780273, -1.2946701, -1.54117775, 0, 0, -1, -0.935574591, 0.353129089, 0, 0.353129119, 0.935574591, 0))
  754. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.616957366, 0.887328923, 1))
  755. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  756. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.98072624, -7.39151955, 0.00509643555, -0.863538563, 0.504282832, 0, 0.504282832, 0.863538563, 0, 0, 0, -1))
  757. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.266743451, 0.669579566, 0.627843201))
  758. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  759. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35337257, 2.77885056, 0.00617980957, 0.889630497, 0.456681252, 0, 0.456681252, -0.889630497, 0, 0, 0, -1))
  760. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.685909688))
  761. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0,0,"Medium stone grey","Part",Vector3.new(0.200000003, 5.17023563, 0.200000003))
  762. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  763. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.691355109, 1, 0.689538717))
  764. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  765. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.48493004, 0.151885986, -0.00617980957, 0.120272748, -0.99274087, 0, 0.99274087, 0.120272748, 0, 0, 0, 1))
  766. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557076275, 0.645990193, 0.540743589))
  767. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.265654594, 0.200000003, 0.200000003))
  768. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.74875736, -3.23905563, -0.00509643555, 0.796235442, -0.604986906, 0, 0.604986906, 0.796235442, 0, 0, 0, 1))
  769. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.981686771, 0.627843201))
  770. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  771. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.33195591, -8.16197395, 0.00163269043, -0.970249414, -0.242107898, -0, -0.242107898, 0.970249414, 0, 0, 0, -1))
  772. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.486307502, 0.299405426, 0.520783186))
  773. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  774. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37957764, 2.92847824, 0.00617980957, 0.904086053, 0.427350521, 0, 0.427350521, -0.904086053, 0, 0, 0, -1))
  775. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  776. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  777. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.48915291, 2.09377193, -0.00617980957, -0.611164808, -0.791503429, -0, 0.791503429, -0.611164808, 0, 0, 0, 1))
  778. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0852853209, 0.94539535, 0.758492708))
  779. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  780. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.57333374, 1.47975636, 0.00617980957, 0.456686407, -0.889627814, 0, -0.889627814, -0.456686407, -0, 0, 0, -1))
  781. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.865554869, 0.078026928, 0.685909688))
  782. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  783. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.813242912, -2.51210594, -0.0036315918, 0.950160503, 0.311761349, 0, -0.311761349, 0.950160503, 0, 0, 0, 1))
  784. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.830351949, 0.145166829, 0.826357663))
  785. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.318640351, 0.280170947, 0.200000003))
  786. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.86480141, -2.90533447, -0.00617980957, 0.890249252, -0.455473602, 0, 0.455473602, 0.890249252, 0, 0, 0, 1))
  787. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540743589))
  788. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.300857455, 4.67870903, 0.200000003))
  789. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.109327078, -5.10087395, 0.00509643555, -0.999330342, 0.0365930237, 0, 0.03659302, 0.999330342, 0, 0, 0, -1))
  790. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.627843201))
  791. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  792. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.62796402, 2.44365883, -0.00108337402, -0.827070117, 0.562098861, 0, 0.562098861, 0.827070117, 0, 0, 0, -1))
  793. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.312107801, 0.925434947, 0.181457579))
  794. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  795. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.07151604, -1.59460831, 0.00399780273, -0.755362391, 0.655307353, 0, 0.655307353, 0.755362391, 0, 0, 0, -1))
  796. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  797. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.313559175, 0.200000003))
  798. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.14496231, 2.21590424, -0.00617980957, -0.755952477, -0.654626429, -0, 0.654626429, -0.755952477, 0, 0, 0, 1))
  799. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.823819637, 1, 0.682280481))
  800. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  801. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.474377632, -3.39024925, -0.00617980957, 0.991043508, -0.133539304, 0, 0.133539304, 0.991043508, 0, 0, 0, 1))
  802. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  803. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  804. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35286999, -3.15506935, -0.00617980957, 0.925037682, 0.379875302, 0, -0.379875302, 0.925037682, 0, 0, 0, 1))
  805. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  806. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  807. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.455130577, -3.39270973, -0.00617980957, 0.991837025, 0.12751177, 0, -0.12751177, 0.991837025, 0, 0, 0, 1))
  808. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.758492708))
  809. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.220652997, 0.290695429, 0.200000003))
  810. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.533442497, -1.64234543, 0.00399780273, -0.976108372, -0.217284143, -0, -0.217284143, 0.976108372, 0, 0, 0, -1))
  811. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540743589))
  812. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  813. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04461479, 2.8343029, -0.00108337402, -0.928650737, 0.370955467, 0, 0.370955437, 0.928650737, 0, 0, 0, -1))
  814. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.312107801, 0.254040986, 0.181457579))
  815. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  816. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.92165089, 1.93690681, 0.000366210938, -0.709942579, 0.704259515, 0, 0.704259515, 0.709942579, 0, 0, 0, -1))
  817. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.217749685, 0.0471790284, 0.290332109))
  818. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.590826631, 0.200000003))
  819. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.47386742, -1.48818207, 0.00399780273, -0.745231628, 0.666805685, 0, 0.666805685, 0.745231628, 0, 0, 0, -1))
  820. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.936323643, 1, 0.540743589))
  821. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  822. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.21697617, 2.17618942, -0.00617980957, -0.77348125, -0.633819103, -0, 0.633819103, -0.77348125, 0, 0, 0, 1))
  823. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21774964, 0.845593631, 0.75486356))
  824. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  825. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.05485821, -1.62624359, 0.00399780273, -0.882357299, 0.470580161, 0, 0.470580161, 0.882357299, 0, 0, 0, -1))
  826. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.698613465, 1, 0.540743589))
  827. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  828. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43822336, -1.95466995, 0.00399780273, -0.935574591, 0.353129089, 0, 0.353129119, 0.935574591, 0, 0, 0, -1))
  829. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  830. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.330979109, 0.200000003))
  831. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.50815773, 2.62093735, -0.00979614258, -0.899166107, -0.437607586, -0, 0.437607586, -0.899166107, 0, 0, 0, 1))
  832. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.823819637, 1, 0.645989001))
  833. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  834. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0528845787, 2.84711266, 0.000366210938, -0.999868274, 0.0162310004, 0, 0.0162310004, 0.999868274, 0, 0, 0, -1))
  835. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.038106218, 0.235895172, 0.290332109))
  836. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  837. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.966098785, 3.30504227, -0.00617980957, -0.945117414, 0.326730996, 0, -0.326730996, -0.945117414, -0, 0, 0, 1))
  838. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.61877197, 0.914547503, 0.75486356))
  839. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  840. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.5414114, -1.55881691, 0.00399780273, -0.99083966, -0.135043725, -0, -0.13504371, 0.99083966, 0, 0, 0, -1))
  841. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  842. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  843. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.82069778, -2.03713703, -0.00617980957, 0.611164212, 0.791503966, 0, -0.791503966, 0.611164212, 0, 0, 0, 1))
  844. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.078026928, 0.758492708))
  845. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.590826631, 0.200000003))
  846. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.01407814, 0.188929558, -0.00617980957, 0.161286578, -0.986907661, 0, 0.986907661, 0.161286563, 0, 0, 0, 1))
  847. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.936323643, 1, 0.540743589))
  848. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  849. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.92652321, -1.05928993, -0.00617980957, 0.406294972, -0.913741946, 0, 0.913741946, 0.406295002, 0, 0, 0, 1))
  850. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  851. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  852. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.13823128, 0.263594627, -0.00509643555, -0.0161700007, -0.999869287, -0, 0.999869287, -0.0161700007, 0, 0, 0, 1))
  853. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.943581879, 0.981686771, 0.627843201))
  854. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  855. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.2835741, 2.60525322, -0.00617980957, -0.928855419, -0.370442599, -0, 0.370442599, -0.928855419, 0, 0, 0, 1))
  856. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.493565857, 0.860110283, 0.682280481))
  857. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.547638953))
  858. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00617980957, 3.10539246, 0.540255547, 0, 0, 1, 0.135541737, -0.99077177, 0, 0.99077177, 0.135541737, 0))
  859. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.616957366, 0.887328923, 1))
  860. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  861. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.017231226, 2.74465179, 0.000366210938, -0.999868274, 0.0162310004, 0, 0.0162310004, 0.999868274, 0, 0, 0, -1))
  862. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.250412077, 0.444571674, 0.290332109))
  863. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  864. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.220611334, -2.84675026, -0.00144958496, 0.998488009, 0.0549699403, 0, 0.0549699403, -0.998488009, 0, 0, 0, -1))
  865. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.315736979, 0.927249491, 0.145166054))
  866. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  867. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.71183014, -1.80350876, 0.00399780273, -0.958816767, 0.284025431, 0, 0.284025431, 0.958816767, 0, 0, 0, -1))
  868. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  869. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  870. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.235729218, -1.43245506, 0.00399780273, -0.943612516, -0.331052005, -0, -0.331052005, 0.943612516, 0, 0, 0, -1))
  871. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  872. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  873. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00596618652, 0.839644909, 2.6398983, 0, 0, 1, -0.977514744, -0.210867196, -0, 0.210867196, -0.977514744, 0))
  874. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.684096813, 0.471790403, 0.263113528))
  875. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.830712736))
  876. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00399780273, -1.00778484, -1.66498947, 0, 0, -1, -0.988280416, 0.152649432, 0, 0.152649418, 0.988280416, 0))
  877. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.544374108, 0.887328923, 1))
  878. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  879. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.47394943, 2.05632591, -0.00617980957, -0.287756383, -0.95770365, -0, 0.95770365, -0.287756383, 0, 0, 0, 1))
  880. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.952654719, 0.885514081, 0.540743589))
  881. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  882. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.44760132, 2.28086853, 1.4557724, 0.457348436, -0.539289534, 0.707106173, -0.762669981, -0.646787882, -4.21468123e-008, 0.457347751, -0.53928864, -0.707107425))
  883. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.529857457, 0.477234185, 0.522597909))
  884. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.243153498, 0.200000003))
  885. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.7747879, -1.74092674, 0.00509643555, -0.812300563, 0.583239198, 0, 0.583239198, 0.812300563, 0, 0, 0, -1))
  886. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.898217261, 1, 0.627843201))
  887. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.280896723, 0.200000003))
  888. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2285521, -1.9428196, 0.00399780273, -0.999657035, 0.0261880159, 0, 0.0261880178, 0.999657035, 0, 0, 0, -1))
  889. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.738534153, 1, 0.540743589))
  890. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  891. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.96131706, -0.666079521, 0.00509643555, -0.336617917, 0.941641331, 0, 0.941641331, 0.336617917, 0, 0, 0, -1))
  892. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.943581879, 0.981686771, 0.627843201))
  893. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  894. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.82688427, 3.00030708, -0.00617980957, -0.987137675, -0.159872577, -0, 0.159872577, -0.987137675, 0, 0, 0, 1))
  895. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.26129958, 0.860110283, 0.682280481))
  896. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  897. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.88572502, 2.00799751, -0.00108337402, -0.707110405, 0.707103312, 0, 0.707103312, 0.707110405, 0, 0, 0, -1))
  898. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0580665655, 0.145166278, 0.181457579))
  899. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.360375285, 0.855028033))
  900. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00399780273, -2.09287834, -1.67636871, 0, 0, -1, -0.762337089, 0.64718014, 0, 0.64718014, 0.762337089, 0))
  901. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.616957366, 1, 1))
  902. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.347673237, 0.200000003))
  903. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.92069435, 1.2256484, -0.00617980957, -0.419105321, -0.907937646, -0, 0.907937646, -0.419105321, 0, 0, 0, 1))
  904. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.811117411, 1, 0.682280481))
  905. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.255855531, 0.200000003))
  906. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.67616653, 1.5158186, -0.00617980957, -0.160844505, -0.986979842, -0, 0.986979842, -0.160844505, 0, 0, 0, 1))
  907. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611513615, 1, 0.540743589))
  908. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  909. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.233675, 2.10709572, -0.00617980957, -0.755952477, -0.654626429, -0, 0.654626429, -0.755952477, 0, 0, 0, 1))
  910. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.20867686, 0.353842884, 0.682280481))
  911. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  912. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.736684799, -2.71795845, -0.00108337402, 0.965925634, 0.258819968, 0, 0.258819968, -0.965925634, 0, 0, 0, -1))
  913. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.747607052, 0.780268669, 0.181457579))
  914. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  915. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.93608284, -0.698377609, -0.00617980957, 0.310402304, -0.950605333, 0, 0.950605333, 0.310402304, 0, 0, 0, 1))
  916. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.693169832, 1, 0.540743589))
  917. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  918. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.28986931, -1.23334312, -0.00617980957, 0.385481775, 0.922715485, 0, -0.922715485, 0.385481775, 0, 0, 0, 1))
  919. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.078026928, 0.758492708))
  920. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  921. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00617980957, -3.87358093, -0.731619835, 0, 0, -1, -0.366371691, 0.930468678, 0, 0.930468678, 0.366371691, 0))
  922. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.616957366, 0.987130761, 0.281259179))
  923. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.219201297, 0.200000003, 0.200000003))
  924. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0824842453, -2.77237892, 0.00509643555, -0.999841511, -0.017804997, -0, -0.0178049952, 0.999841511, 0, 0, 0, -1))
  925. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.221378535, 0.627843201))
  926. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.241339236, 0.290695429, 0.200000003))
  927. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.36510158, -2.03685951, 0.00399780273, -0.96686846, 0.255275071, 0, 0.255275071, 0.96686846, 0, 0, 0, -1))
  928. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540743589))
  929. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.547638953))
  930. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00399780273, -2.33703136, -1.2791481, 0, 0, -1, -0.762337089, 0.64718014, 0, 0.64718014, 0.762337089, 0))
  931. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.616957366, 0.887328923, 1))
  932. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  933. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.919178963, 2.95521355, 0.00617980957, 0.951985657, -0.306142688, 0, -0.306142688, -0.951985657, -0, 0, 0, -1))
  934. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.685909688))
  935. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.217386499, 0.34114024))
  936. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00617980957, 2.46054268, 2.47250938, 0, 0, 1, -0.51394093, -0.857825577, -0, 0.857825577, -0.51394093, 0))
  937. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.616957366, 1, 1))
  938. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  939. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.23094559, 1.39390969, -0.00617980957, -0.214043736, -0.976824045, -0, 0.976824045, -0.214043751, 0, 0, 0, 1))
  940. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557076275, 0.645990193, 0.540743589))
  941. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  942. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.84448242, 0.838493824, 1.85232544, 0.149112567, -0.691205263, 0.707107365, -0.977512717, -0.210876703, 4.84689167e-007, 0.149112135, -0.691206515, -0.707106292))
  943. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.477234632, 0.477234185, 0.480862737))
  944. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  945. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.750378609, 2.77275085, -0.00617980957, -0.934822679, 0.355115056, 0, -0.355115026, -0.934822679, -0, 0, 0, 1))
  946. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.54981792, 0.885514319, 0.682280481))
  947. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.265654594, 0.200000003, 0.200000003))
  948. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.609694481, -3.93048286, -0.00509643555, 0.997860551, -0.0653780922, 0, 0.0653780922, 0.997860551, 0, 0, 0, 1))
  949. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.981686771, 0.627843201))
  950. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.234080642, 0.332430273))
  951. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00617980957, 2.50852585, 2.29498291, 0, 0, 1, -0.281896442, -0.95944494, -0, 0.95944494, -0.281896412, 0))
  952. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.544374108, 1, 1))
  953. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.262750924, 0.200000003))
  954. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39787149, -2.10101891, 0.00399780273, -0.994890571, 0.100959189, 0, 0.100959189, 0.994890571, 0, 0, 0, -1))
  955. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.548003435, 1, 0.540743589))
  956. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  957. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0171282291, 2.70125008, -0.00108337402, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  958. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.457274228, 0.326624125, 0.181457579))
  959. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.451467067, 0.200000003))
  960. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.21298981, -1.26969528, 0.00399780273, -0.802200496, 0.597054839, 0, 0.597054839, 0.802200496, 0, 0, 0, -1))
  961. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.738534153, 1, 0.540743589))
  962. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  963. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.356769562, -1.16553593, 0.00399780273, -0.646994114, -0.7624951, -0, -0.7624951, 0.646994114, 0, 0, 0, -1))
  964. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  965. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  966. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.765302181, 2.71280479, -0.00617980957, -0.980935395, -0.194334343, -0, 0.194334343, -0.980935395, 0, 0, 0, 1))
  967. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.21774964, 0.845593631, 0.682280481))
  968. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  969. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.61263847, 1.81222057, -0.00617980957, -0.644530058, -0.764579058, -0, 0.764579058, -0.644530058, 0, 0, 0, 1))
  970. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.493565857, 0.860110283, 0.75486356))
  971. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.218838394, 0.200000003, 0.200000003))
  972. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.5053091, 2.90195084, -0.00617980957, -0.925037682, -0.379875302, -0, 0.379875302, -0.925037682, 0, 0, 0, 1))
  973. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.471790552, 0.75486356))
  974. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  975. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.66809082, -0.380858183, -0.00617980957, 0.133528367, 0.991044998, 0, -0.991044998, 0.133528367, 0, 0, 0, 1))
  976. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.154239208, 0.758492708))
  977. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  978. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.53231144, 3.18483734, -0.00617980957, -0.925037682, -0.379875302, -0, 0.379875302, -0.925037682, 0, 0, 0, 1))
  979. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.395578563, 0.860110283, 0.75486356))
  980. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.330979109, 0.200000003))
  981. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.77544022, 1.73250675, -0.00617980957, -0.586683154, -0.809816599, -0, 0.809816599, -0.586683154, 0, 0, 0, 1))
  982. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.823819637, 1, 0.75486356))
  983. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.352391154, 0.200000003))
  984. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.05459976, -6.68583679, 0.00509643555, -0.780858099, 0.624708414, 0, 0.624708414, 0.780858099, 0, 0, 0, -1))
  985. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.170570612, 1, 0.627843201))
  986. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.290695786, 0.608609557, 0.200000003))
  987. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03260922, -1.79297638, 0.00399780273, -0.994543791, 0.104320213, 0, 0.104320213, 0.994543791, 0, 0, 0, -1))
  988. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540743589))
  989. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  990. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3314476, -2.39729118, -0.00144958496, 0.863361776, -0.504585445, 0, -0.504585445, -0.863361776, -0, 0, 0, -1))
  991. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.250412077, 0.339326113, 0.145166054))
  992. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  993. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.765026093, 3.08714294, -0.00617980957, -0.991837025, -0.12751177, -0, 0.12751177, -0.991837025, 0, 0, 0, 1))
  994. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.54981792, 0.885514319, 0.75486356))
  995. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.320454895, 0.514614403, 0.200000003))
  996. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.07661819, -1.65882301, 0.00399780273, -0.783059955, 0.621946216, 0, 0.621946216, 0.783059955, 0, 0, 0, -1))
  997. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540743589))
  998. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.387956887, 0.200000003))
  999. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.75068474, 2.15000439, -0.00617980957, -0.544387698, -0.838833809, -0, 0.838833809, -0.544387698, 0, 0, 0, 1))
  1000. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.704057336, 1, 0.718571961))
  1001. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.718935966, 0.200000003))
  1002. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0369513035, -7.76455879, 0.00509643555, -0.999420762, 0.0340300053, 0, 0.0340300053, 0.999420762, 0, 0, 0, -1))
  1003. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.870998561, 1, 0.627843201))
  1004. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1005. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.22907639, 0.921982765, -0.00617980957, -0.358075142, -0.933692813, -0, 0.933692813, -0.358075142, 0, 0, 0, 1))
  1006. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.20867686, 0.353842884, 0.75486356))
  1007. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1008. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.264788151, 3.04513931, -0.00108337402, -0.993017852, 0.117964216, 0, 0.117964208, 0.993017852, 0, 0, 0, -1))
  1009. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.348399431, 0.217749402, 0.181457579))
  1010. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1011. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.802950382, 3.54039955, -0.00617980957, -0.98355931, -0.180585533, -0, 0.180585548, -0.98355931, 0, 0, 0, 1))
  1012. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.244968459, 0.979872406, 0.75486356))
  1013. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.381424397, 0.200000003))
  1014. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.74973297, 2.14986134, -0.00617980957, -0.544387698, -0.838833809, -0, 0.838833809, -0.544387698, 0, 0, 0, 1))
  1015. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.809302986, 1, 0.685909688))
  1016. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1017. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.908464432, -2.85993767, -0.00144958496, 0.940802634, -0.338955045, 0, -0.338955015, -0.940802634, -0, 0, 0, -1))
  1018. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0816561282, 0.998018026, 0.145166054))
  1019. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 2.06898212, 0.200000003))
  1020. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400656462, -6.40345573, 0.00218200684, -0.999330342, 0.0365930237, 0, 0.03659302, 0.999330342, 0, 0, 0, -1))
  1021. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.698613465, 1, 0.518968642))
  1022. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1023. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.65107155, -0.67069149, -0.00509643555, 0.207573161, -0.978219509, 0, 0.978219509, 0.207573161, 0, 0, 0, 1))
  1024. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.943581879, 0.981686771, 0.627843201))
  1025. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1026. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.692037582, 2.73394394, 0.000366210938, -0.969999254, -0.243107855, -0, -0.243107855, 0.969999254, 0, 0, 0, -1))
  1027. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.157868505, 0.0889143348, 0.290332109))
  1028. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.313559175, 0.200000003))
  1029. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.14036751, 1.03079128, -0.00617980957, -0.358075142, -0.933692813, -0, 0.933692813, -0.358075142, 0, 0, 0, 1))
  1030. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.823819637, 1, 0.75486356))
  1031. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.312107503, 0.200000003))
  1032. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.218442678, 3.59352493, -0.00617980957, -0.999859989, -0.016738005, -0, 0.0167380031, -0.999859989, 0, 0, 0, 1))
  1033. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.168756083, 1, 0.75486356))
  1034. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.232628927, 0.200000003))
  1035. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.33631229, -1.66927528, 0.00509643555, -0.762336612, 0.647180796, 0, 0.647180796, 0.762336612, 0, 0, 0, -1))
  1036. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.88007158, 1, 0.627843201))
  1037. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1038. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.921545982, 2.77852249, -0.00108337402, -0.944369316, 0.328886926, 0, 0.328886956, 0.944369435, 0, 0, 0, -1))
  1039. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.312107801, 0.560704768, 0.181457579))
  1040. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.262751281, 0.200000003, 0.200000003))
  1041. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.66851425, 2.03535652, -0.00509643555, -0.578382373, -0.815765858, -0, 0.815765858, -0.578382373, 0, 0, 0, 1))
  1042. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.981686771, 0.627843201))
  1043. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.31428495, 0.200000003))
  1044. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.08257866, -6.62673187, 0.00163269043, -0.780858099, 0.624708414, 0, 0.624708414, 0.780858099, 0, 0, 0, -1))
  1045. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.466347098, 1, 0.520783186))
  1046. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1047. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00617980957, 1.16735649, 3.62220383, 0, 0, 1, -0.820054412, -0.572285771, -0, 0.572285771, -0.820054412, 0))
  1048. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.544374108, 0.950839162, 0.999831319))
  1049. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1050. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31614685, -2.40288162, 0.00689697266, -0.873654723, 0.486546397, 0, 0.486546397, 0.873654723, 0, 0, 0, -1))
  1051. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.651434362, 0.379246801, 0.682280481))
  1052. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.255855858, 0.233354717, 0.200000003))
  1053. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.59789848, -4.37771225, 0.00146484375, -0.955808342, 0.293990642, 0, 0.293990672, 0.955808342, 0, 0, 0, -1))
  1054. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.518968642))
  1055. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1056. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.40602303, 2.44054604, -0.00108337402, -0.866024017, -0.500002444, -0, -0.500002444, 0.866024017, 0, 0, 0, -1))
  1057. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.747607052, 0.326624095, 0.181457579))
  1058. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.282348722, 0.200000003, 0.200000003))
  1059. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.552742, 0.227590322, -0.00509643555, -0.0403800309, -0.999184489, -0, 0.999184489, -0.0403800309, 0, 0, 0, 1))
  1060. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.981686771, 0.627843201))
  1061. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.451467067, 0.200000003))
  1062. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.64382839, -1.83925056, 0.00399780273, -0.966787696, 0.255581141, 0, 0.255581141, 0.966787696, 0, 0, 0, -1))
  1063. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.738534153, 1, 0.540743589))
  1064. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1065. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.74543285, -2.85110474, 0.00509643555, -0.680761933, 0.732504845, 0, 0.732504845, 0.680761933, 0, 0, 0, -1))
  1066. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.488122106, 0.459087789, 0.627843201))
  1067. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.292873263, 0.200000003, 0.200000003))
  1068. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00532388687, -4.19390678, -0.00509643555, 0.991763532, 0.128082708, 0, -0.128082708, 0.991763532, 0, 0, 0, 1))
  1069. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.981686771, 0.627843201))
  1070. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1071. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0826165676, -2.82496071, 0.00779724121, -0.999192715, 0.0401740447, 0, 0.0401740447, 0.999192715, 0, 0, 0, -1))
  1072. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.651434362, 0.847407997, 0.673207641))
  1073. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.419530511, 0.200000003))
  1074. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.53978348, 2.98015785, -0.00617980957, -0.742826223, -0.669484258, -0, 0.669484258, -0.742826223, 0, 0, 0, 1))
  1075. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611513615, 1, 0.540743589))
  1076. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.225733534, 0.200000003))
  1077. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3704977, -1.89388084, 0.00617980957, -0.9122262, 0.409687072, 0, 0.409687042, 0.9122262, 0, 0, 0, -1))
  1078. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611513615, 1, 0.689538777))
  1079. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.372351468, 0.200000003))
  1080. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.533741, -0.969551086, 0.00509643555, -0.381673515, 0.924297214, 0, 0.924297214, 0.381673515, 0, 0, 0, -1))
  1081. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.914548635, 1, 0.627843201))
  1082. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.362553149, 0.427514702, 0.200000003))
  1083. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.06524038, -7.55393028, 0.00509643555, -0.988596618, 0.150588453, 0, 0.150588453, 0.988596618, 0, 0, 0, -1))
  1084. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.627843201))
  1085. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1086. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.92553043, -3.3758812, 0.00509643555, -0.847150266, 0.531353354, 0, 0.531353354, 0.847150266, 0, 0, 0, -1))
  1087. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.488122106, 0.459087789, 0.627843201))
  1088. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.243153498, 0.200000003))
  1089. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.7138176, -1.21804237, 0.00509643555, -0.568860292, 0.822434187, 0, 0.822434187, 0.568860292, 0, 0, 0, -1))
  1090. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.898217261, 1, 0.627843201))
  1091. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1092. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.61662865, 1.21542072, -0.00108337402, -0.435218453, 0.900324941, 0, 0.900324941, 0.435218453, 0, 0, 0, -1))
  1093. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0580665655, 0.165126652, 0.181457579))
  1094. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.21375756, 0.200000003, 0.200000003))
  1095. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.04316807, 3.7374115, 0.00509643555, 0.902277112, 0.431156576, 0, 0.431156605, -0.902277112, 0, 0, 0, -1))
  1096. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.803857684, 0.627843201))
  1097. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.378158152, 0.200000003))
  1098. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.873037338, -8.17247772, 0.00509643555, -0.990351081, 0.138581365, 0, 0.138581365, 0.990351081, 0, 0, 0, -1))
  1099. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.410095185, 1, 0.627843201))
  1100. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.236984208, 0.427514702, 0.200000003))
  1101. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.09464169, -7.38939667, 0.00509643555, -0.915936351, 0.401323706, 0, 0.401323676, 0.915936351, 0, 0, 0, -1))
  1102. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.627843201))
  1103. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.357471824, 0.200000003))
  1104. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.707932472, 4.72424889, 0.00509643555, 0.992830396, 0.119531818, 0, 0.119531818, -0.992830396, 0, 0, 0, -1))
  1105. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.981687903, 1, 0.627843201))
  1106. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.253315419, 0.277630508, 0.200000003))
  1107. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.460040331, -3.57405281, -0.00617980957, 0.998930931, -0.0462280512, 0, 0.0462280475, 0.998930931, 0, 0, 0, 1))
  1108. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540743589))
  1109. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.232628927, 0.200000003))
  1110. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.10611534, 0.150121689, -0.00509643555, 0.135541737, -0.99077177, 0, 0.99077177, 0.135541737, 0, 0, 0, 1))
  1111. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.88007158, 1, 0.627843201))
  1112. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.243153498, 0.200000003))
  1113. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.07676888, 0.880034447, 0.00509643555, 0.0705480874, 0.997508407, 0, 0.997508407, -0.0705480874, 0, 0, 0, -1))
  1114. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.898217261, 1, 0.627843201))
  1115. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.335697383, 0.200000003, 0.200000003))
  1116. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.99830246, -1.58494568, -0.00617980957, 0.574124992, -0.818767786, 0, 0.818767786, 0.574124992, 0, 0, 0, 1))
  1117. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.733089864, 0.540743589))
  1118. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.217023805, 0.200000003, 0.200000003))
  1119. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.329160213, -2.72081757, 0.00509643555, -0.991300464, 0.131618291, 0, 0.131618291, 0.991300464, 0, 0, 0, -1))
  1120. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.277630448, 0.627843201))
  1121. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1122. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.66166496, -1.8116169, -0.00509643555, 0.61276561, -0.790264785, 0, 0.790264785, 0.61276561, 0, 0, 0, 1))
  1123. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.943581879, 0.981686771, 0.627843201))
  1124. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1125. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.69028163, 2.63173676, -0.00108337402, -0.96592617, 0.258818239, 0, 0.258818239, 0.96592617, 0, 0, 0, -1))
  1126. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.529857457, 0.145166278, 0.181457579))
  1127. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1128. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.9135952, -1.56173515, 0.00653076172, -0.742870808, 0.669434786, 0, 0.669434786, 0.742870808, 0, 0, 0, -1))
  1129. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.633288562, 0.885514081, 0.685909688))
  1130. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1131. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.62210655, 1.18748665, -0.00108337402, -0.435218453, 0.900324941, 0, 0.900324941, 0.435218453, 0, 0, 0, -1))
  1132. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0580665655, 0.596996307, 0.181457579))
  1133. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.224281892, 0.200000003))
  1134. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15112877, -2.76355362, -0.00108337402, 0.909429431, -0.415858209, 0, -0.415858209, -0.909429431, -0, 0, 0, -1))
  1135. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0889144465, 1, 0.181457579))
  1136. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1137. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.755256653, -2.7025547, 0.00509643555, -0.970756352, -0.240066886, -0, -0.240066886, 0.970756352, 0, 0, 0, -1))
  1138. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.542559564, 0.221378535, 0.627843201))
  1139. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1140. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.18961525, -1.41417885, 0.00509643555, -0.633671284, 0.773602486, 0, 0.773602486, 0.633671284, 0, 0, 0, -1))
  1141. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.943581879, 0.981686771, 0.627843201))
  1142. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1143. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.01541996, -7.24855614, 0.00509643555, -0.863538563, 0.504282832, 0, 0.504282832, 0.863538563, 0, 0, 0, -1))
  1144. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.266743451, 0.669579566, 0.627843201))
  1145. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1146. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.714076996, 2.64566994, -0.00108337402, -0.965925634, -0.258819968, -0, -0.258819968, 0.965925634, 0, 0, 0, -1))
  1147. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.529857457, 0.326624095, 0.181457579))
  1148. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1149. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.84531593, 1.58749247, -0.00617980957, -0.120172247, -0.992753088, -0, 0.992753088, -0.120172247, 0, 0, 0, 1))
  1150. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.952654719, 0.885514081, 0.540743589))
  1151. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.207225099, 0.249685958, 0.200000003))
  1152. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.46561432, 2.19414997, -0.00509643555, -0.51394093, -0.857825577, -0, 0.857825577, -0.51394093, 0, 0, 0, 1))
  1153. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.627843201))
  1154. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1155. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.36371803, -3.50840759, -0.00617980957, 0.898890972, 0.438172519, 0, -0.438172519, 0.898890972, 0, 0, 0, 1))
  1156. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.988946319, 0.807487726, 0.540743589))
  1157. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.31065613, 0.200000003, 0.200000003))
  1158. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.57785797, 3.2252388, 0.00509643555, 0.818950713, 0.573863924, 0, 0.573863924, -0.818950713, 0, 0, 0, -1))
  1159. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.963540614, 0.627843201))
  1160. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  1161. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.87388992, 2.9427824, -0.00617980957, -0.684347212, -0.729156256, -0, 0.729156256, -0.684347212, 0, 0, 0, 1))
  1162. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.698613465, 1, 0.540743589))
  1163. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"New Yeller","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1164. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.65096855, -0.00762939453, -2.01138878, -0.586682498, -0.809817076, -0, 0, 0, 1, -0.809817076, 0.586682498, 0))
  1165. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.33333838, 0.785713017, 0.343317658))
  1166. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.215208992, 0.200000003))
  1167. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.448246, -1.11020756, 0.00689697266, -0.436331511, 0.899785936, 0, 0.899785936, 0.43633154, 0, 0, 0, -1))
  1168. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.651434362, 1, 0.682280481))
  1169. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1170. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.4315815, -1.57896233, -0.00144958496, 0.558885276, -0.82924509, 0, -0.82924509, -0.558885276, -0, 0, 0, -1))
  1171. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0816561282, 0.860110044, 0.145166054))
  1172. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1173. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.682349205, 2.99709511, -0.00108337402, -0.982291281, -0.187360331, -0, -0.187360331, 0.982291281, 0, 0, 0, -1))
  1174. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.348399431, 0.10524556, 0.181457579))
  1175. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.233355045, 0.208313674, 0.200000003))
  1176. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.84409332, -2.66108322, -0.00617980957, 0.610302091, 0.792168856, 0, -0.792168856, 0.610302091, 0, 0, 0, 1))
  1177. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540743589))
  1178. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.243153498, 0.200000003))
  1179. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.93728256, 1.25863075, -0.00509643555, -0.274404347, -0.96161449, -0, 0.96161449, -0.274404347, 0, 0, 0, 1))
  1180. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.898217261, 1, 0.627843201))
  1181. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1182. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.543786049, 4.48239899, 0.00509643555, 0.996499121, 0.0836038813, 0, 0.0836038813, -0.996499121, 0, 0, 0, -1))
  1183. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.981687903, 0.890957475, 0.627843201))
  1184. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1185. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0333168507, 2.66819954, -0.00108337402, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  1186. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0580665655, 0.326624095, 0.181457579))
  1187. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.290695429, 0.200000003))
  1188. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.12691879, 0.815297842, 0.00399780273, 0.091118142, 0.995840073, 0, 0.995840073, -0.091118142, 0, 0, 0, -1))
  1189. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.62784493, 1, 0.540743589))
  1190. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.520784616, 0.228636861, 0.200000003))
  1191. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.47187042, -2.48381996, -0.00509643555, 0.593336284, -0.804954708, 0, 0.804954708, 0.593336284, 0, 0, 0, 1))
  1192. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.627843201))
  1193. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1194. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.8040905, -2.46278954, -0.00218200684, 0.950160503, 0.311761349, 0, -0.311761349, 0.950160503, 0, 0, 0, 1))
  1195. CreateMesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.830351949, 0.145166829, 0.81038934))
  1196. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1197. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.20398331, 2.11733055, 0.00617980957, 0.67137599, -0.741116941, 0, -0.741116941, -0.67137599, -0, 0, 0, -1))
  1198. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.201418489, 0.078026928, 0.685909688))
  1199. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.425337195, 0.200000003))
  1200. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.54583168, 2.74838066, -0.00617980957, -0.545705736, -0.837976933, -0, 0.837976933, -0.545705736, 0, 0, 0, 1))
  1201. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.139722779, 1, 0.540743589))
  1202. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.425700128, 0.200000003))
  1203. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.23491859, -7.36514854, 0.00163269043, -0.915936351, 0.401323706, 0, 0.401323676, 0.915936351, 0, 0, 0, -1))
  1204. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.451830506, 1, 0.520783186))
  1205. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1206. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00399780273, -1.24108279, -1.69565392, 0, 0, -1, -0.999478281, 0.0322990268, 0, 0.0322990231, 0.999478281, 0))
  1207. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.544374108, 0.747606397, 0.999831319))
  1208. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1209. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.648453712, 3.63608742, -0.00617980957, -0.991837025, -0.12751177, -0, 0.12751177, -0.991837025, 0, 0, 0, 1))
  1210. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.26129958, 0.860110283, 0.75486356))
  1211. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 1.08112586, 0.200000003))
  1212. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0199514627, -7.96922302, 0.00399780273, -0.999330342, 0.0365930237, 0, 0.03659302, 0.999330342, 0, 0, 0, -1))
  1213. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.221378833, 1, 0.627843201))
  1214. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1215. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.8624382, 2.98136139, 0.00509643555, 0.783803761, 0.621008575, 0, 0.621008575, -0.783803761, 0, 0, 0, -1))
  1216. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.488122106, 0.215934306, 0.627843201))
  1217. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.830712736))
  1218. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00617980957, 3.0785656, 0.11104393, 0, 0, 1, 0.209176272, -0.977878034, 0, 0.977878034, 0.209176272, 0))
  1219. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.544374108, 0.887328923, 1))
  1220. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1221. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00617980957, -4.19547844, 0.143192291, 0, 0, -1, -0.134071723, 0.990971684, 0, 0.990971684, 0.134071723, 0))
  1222. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.616957366, 0.987130761, 0.281259179))
  1223. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1224. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.44782829, 4.11662674, 0.00509643555, 0.957341015, 0.288960516, 0, 0.288960546, -0.957341015, 0, 0, 0, -1))
  1225. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.981687903, 0.890957475, 0.627843201))
  1226. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.347673237, 0.200000003))
  1227. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.33941841, -0.264298916, -0.00617980957, 0.0584069341, -0.998292923, 0, 0.998292923, 0.0584069341, 0, 0, 0, 1))
  1228. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.811117411, 1, 0.75486356))
  1229. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.427514702, 0.200000003))
  1230. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.10204411, -7.634058, 0.00509643555, -0.915936351, 0.401323706, 0, 0.401323676, 0.915936351, 0, 0, 0, -1))
  1231. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.410095185, 1, 0.627843201))
  1232. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.292873263, 0.200000003, 0.200000003))
  1233. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.4320879, -3.83821487, -0.00509643555, 0.877048314, -0.480402172, 0, 0.480402172, 0.877048314, 0, 0, 0, 1))
  1234. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.981686771, 0.627843201))
  1235. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.357471824, 0.200000003))
  1236. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.434890747, 4.91648483, 0.00509643555, 0.998090804, 0.0617649257, 0, 0.0617649257, -0.998090804, 0, 0, 0, -1))
  1237. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.981687903, 1, 0.627843201))
  1238. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.425700128, 0.200000003))
  1239. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.27160192, -7.54687309, 0.00163269043, -0.988596618, 0.150588453, 0, 0.150588453, 0.988596618, 0, 0, 0, -1))
  1240. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.451830506, 1, 0.520783186))
  1241. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1242. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.58555412, 2.09163857, -0.00617980957, -0.611164808, -0.791503429, -0, 0.791503429, -0.611164808, 0, 0, 0, 1))
  1243. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.890959024, 0.892772675, 0.758492708))
  1244. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1245. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38188934, 2.41189957, -0.00108337402, -0.866026878, 0.499997497, 0, 0.499997497, 0.866026878, 0, 0, 0, -1))
  1246. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.82019043, 0.254040986, 0.181457579))
  1247. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.225733534, 0.200000003))
  1248. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.07917595, -1.54104042, 0.00636291504, -0.666063249, 0.745895267, 0, 0.745895267, 0.666063249, 0, 0, 0, -1))
  1249. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.618771911, 1, 0.687724292))
  1250. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1251. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.45400047, 1.4720335, 0.000366210938, -0.513983607, -0.857800066, -0, -0.857800066, 0.513983607, 0, 0, 0, -1))
  1252. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0979873836, 0.0362915695, 0.290332109))
  1253. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.255855858, 3.21180367, 0.200000003))
  1254. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.27078557, -5.83438301, 0.00509643555, -0.999330342, 0.0365930237, 0, 0.03659302, 0.999330342, 0, 0, 0, -1))
  1255. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.627843201))
  1256. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1257. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39489841, -2.47587395, -0.00108337402, 0.856956363, 0.515389085, 0, 0.515389085, -0.856956363, 0, 0, 0, -1))
  1258. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.163312212, 0.288517922, 0.181457579))
  1259. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1260. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.51548386, 2.20681572, 0.000366210938, -0.834057033, -0.55167824, -0, -0.55167824, 0.834057033, 0, 0, 0, -1))
  1261. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.185087234, 0.127020478, 0.290332109))
  1262. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1263. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.76888466, 1.45444345, 0.00509643555, 0.326318741, 0.94525975, 0, 0.94525975, -0.326318741, 0, 0, 0, -1))
  1264. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.943581879, 0.981686771, 0.627843201))
  1265. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.232628927, 0.200000003))
  1266. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.29395199, -1.93130684, 0.00509643555, -0.935574591, 0.353129089, 0, 0.353129119, 0.935574591, 0, 0, 0, -1))
  1267. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.88007158, 1, 0.627843201))
  1268. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Bright red","Part",Vector3.new(0.200000003, 0.391223073, 0.200000003))
  1269. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.16579437, 0.229180336, -0.00617980957, -0.114349194, -0.993440628, -0, 0.993440628, -0.114349186, 0, 0, 0, 1))
  1270. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.823819637, 1, 0.682280481))
  1271. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Crimson","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1272. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.93153, 2.07085991, -0.00108337402, -0.707102776, -0.707110822, -0, -0.707110822, 0.707102776, 0, 0, 0, -1))
  1273. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0580665655, 0.290332556, 0.181457579))
  1274. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1275. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00399780273, 0.0868396759, -0.96333313, 0, 0, -1, -0.829208791, -0.558939099, -0, -0.558939099, 0.829208791, 0))
  1276. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.544374108, 0.811116636, 0.999831319))
  1277. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1278. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.755803347, 2.67315483, 0.000366210938, -0.961597979, 0.274462223, 0, 0.274462223, 0.961597979, 0, 0, 0, -1))
  1279. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0399207957, 0.0471790284, 0.290332109))
  1280. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1281. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.158890486, 3.0970726, 0.00617980957, 0.998783052, -0.049320057, 0, -0.0493200608, -0.998783052, -0, 0, 0, -1))
  1282. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.194160149, 0.078026928, 0.685909688))
  1283. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Deep orange","Part",Vector3.new(0.200000003, 0.200000003, 0.830712736))
  1284. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00399780273, -2.48457146, -1.29671478, 0, 0, -1, -0.71186173, 0.702319622, 0, 0.702319622, 0.71186173, 0))
  1285. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.544374108, 0.887328923, 1))
  1286. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Gold","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1287. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.84397888, 0.784184933, 1.85253906, 0.149112567, -0.691205263, 0.707107365, -0.977512717, -0.210876703, 4.84689167e-007, 0.149112135, -0.691206515, -0.707106292))
  1288. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.48086375, 0.078026928, 0.480862737))
  1289. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.292873263, 0.200000003, 0.200000003))
  1290. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.882060051, -3.87728691, -0.00509643555, 0.932663858, 0.360746741, 0, -0.360746711, 0.932663858, 0, 0, 0, 1))
  1291. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.981686771, 0.627843201))
  1292. Part=CreatePart(sp,Enum.Material.SmoothPlastic,0.20000000298023,0,"Really black","Part",Vector3.new(0.200000003, 0.251500458, 0.200000003))
  1293. PartWeld=CreateWeld(sp,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.44519234, -2.12465858, 0.00509643555, -0.449296415, 0.893382847, 0, 0.893382847, 0.449296415, 0, 0, 0, -1))
  1294. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.488122106, 1, 0.627843201))
  1295.  
  1296. function rayCast(Position, Direction, Range, Ignore)
  1297. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  1298. end
  1299.  
  1300. local function GetNearest(obj, distance)
  1301. local last, lastx = distance + 1
  1302. for i, v in pairs(workspace:GetChildren()) do
  1303. if v:IsA'Model' and v ~= Character and v:findFirstChild('Humanoid') and v:findFirstChild('Torso') and v:findFirstChild('Humanoid').Health > 0 then
  1304. local t = v.Torso
  1305. local dist = (t.Position - obj.Position).magnitude
  1306. if dist <= distance then
  1307. if dist < last then
  1308. last = dist
  1309. lastx = v
  1310. end
  1311. end
  1312. end
  1313. end
  1314. return lastx
  1315. end
  1316.  
  1317. --[[ Credits to Kert109 (Ninja_Deer) for the Damage function. Fenrier for the Magnitude Damage ]]--
  1318.  
  1319. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  1320. if hit.Parent == nil then
  1321. return
  1322. end
  1323. local h = hit.Parent:FindFirstChild("Humanoid")
  1324. for _, v in pairs(hit.Parent:children()) do
  1325. if v:IsA("Humanoid") then
  1326. h = v
  1327. end
  1328. end
  1329. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  1330. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  1331. if hit.Parent.DebounceHit.Value == true then
  1332. return
  1333. end
  1334. end
  1335. local c = Create("ObjectValue"){
  1336. Name = "creator",
  1337. Value = game:service("Players").LocalPlayer,
  1338. Parent = h,
  1339. }
  1340. game:GetService("Debris"):AddItem(c, .5)
  1341. if HitSound ~= nil and HitPitch ~= nil then
  1342. CFuncs["Sound"].Create(HitSound, hit, 1, HitPitch)
  1343. end
  1344. local Damage = math.random(minim, maxim)
  1345. local blocked = false
  1346. local block = hit.Parent:findFirstChild("Block")
  1347. if block ~= nil then
  1348. if block.className == "IntValue" then
  1349. if block.Value > 0 then
  1350. blocked = true
  1351. block.Value = block.Value - 1
  1352. print(block.Value)
  1353. end
  1354. end
  1355. end
  1356. if blocked == false then
  1357. HitHealth=h.Health
  1358. h.Health = h.Health - Damage
  1359. if HitHealth~=h.Health and HitHealth~=0 and h.Health<=0 and h.Parent.Name~="Hologram" then
  1360. print("gained spree")
  1361. game.Players.LocalPlayer:FindFirstChild("leaderstats").Spree.Value=game.Players.LocalPlayer.leaderstats.Spree.Value+1
  1362. end
  1363. if HitHealth~=h.Health and HitHealth~=0 and h.Health<=0 then
  1364. print("gained kill")
  1365. Player.PlayerGui.Kills.Value=Player.PlayerGui.Kills.Value+1
  1366. end
  1367. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  1368. else
  1369. h.Health = h.Health - (Damage / 2)
  1370. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  1371. end
  1372. if Type == "Knockdown" then
  1373. local hum = hit.Parent.Humanoid
  1374. hum.PlatformStand = true
  1375. coroutine.resume(coroutine.create(function(HHumanoid)
  1376. swait(1)
  1377. HHumanoid.PlatformStand = false
  1378. end), hum)
  1379. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  1380. local bodvol = Create("BodyVelocity"){
  1381. velocity = angle * knockback,
  1382. P = 5000,
  1383. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1384. Parent = hit,
  1385. }
  1386. local rl = Create("BodyAngularVelocity"){
  1387. P = 3000,
  1388. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  1389. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  1390. Parent = hit,
  1391. }
  1392. game:GetService("Debris"):AddItem(bodvol, .5)
  1393. game:GetService("Debris"):AddItem(rl, .5)
  1394. elseif Type == "Normal" then
  1395. local vp = Create("BodyVelocity"){
  1396. P = 500,
  1397. maxForce = Vector3.new(math.huge, 0, math.huge),
  1398. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  1399. }
  1400. if knockback > 0 then
  1401. vp.Parent = hit.Parent.Torso
  1402. end
  1403. game:GetService("Debris"):AddItem(vp, .5)
  1404. elseif Type == "Up" then
  1405. local bodyVelocity = Create("BodyVelocity"){
  1406. velocity = Vector3.new(0, 20, 0),
  1407. P = 5000,
  1408. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1409. Parent = hit,
  1410. }
  1411. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  1412.  
  1413. local bodyVelocity = Create("BodyVelocity"){
  1414. velocity = Vector3.new(0, 20, 0),
  1415. P = 5000,
  1416. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1417. Parent = hit,
  1418. }
  1419. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  1420. elseif Type == "Snare" then
  1421. local bp = Create("BodyPosition"){
  1422. P = 2000,
  1423. D = 100,
  1424. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  1425. position = hit.Parent.Torso.Position,
  1426. Parent = hit.Parent.Torso,
  1427. }
  1428. game:GetService("Debris"):AddItem(bp, 1)
  1429. elseif Type == "Slashnare" then
  1430. Effects["Block"].Create(BrickColor.new("Pastel Blue"),hit.Parent.Torso.CFrame*cn(0,0,0), 15, 15, 15, 3,3,3 , 0.07)
  1431. for i = 1,math.random(4,5) do
  1432. Effects["Sphere"].Create(BrickColor.new("Teal"),hit.Parent.Torso.CFrame*cn(math.random(-5,5),math.random(-5,5),math.random(-5,5))*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)), 1, 15, 1, 0,5,0 , 0.02)
  1433. end
  1434. local bp = Create("BodyPosition"){
  1435. P = 2000,
  1436. D = 100,
  1437. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  1438. position = hit.Parent.Torso.Position,
  1439. Parent = hit.Parent.Torso,
  1440. }
  1441. game:GetService("Debris"):AddItem(bp, 1)
  1442. elseif Type == "Freeze" then
  1443. local BodPos = Create("BodyPosition"){
  1444. P = 50000,
  1445. D = 1000,
  1446. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  1447. position = hit.Parent.Torso.Position,
  1448. Parent = hit.Parent.Torso,
  1449. }
  1450. local BodGy = Create("BodyGyro") {
  1451. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  1452. P = 20e+003,
  1453. Parent = hit.Parent.Torso,
  1454. cframe = hit.Parent.Torso.CFrame,
  1455. }
  1456. hit.Parent.Torso.Anchored = true
  1457. coroutine.resume(coroutine.create(function(Part)
  1458. swait(1.5)
  1459. Part.Anchored = false
  1460. end), hit.Parent.Torso)
  1461. game:GetService("Debris"):AddItem(BodPos, 3)
  1462. game:GetService("Debris"):AddItem(BodGy, 3)
  1463. end
  1464. local debounce = Create("BoolValue"){
  1465. Name = "DebounceHit",
  1466. Parent = hit.Parent,
  1467. Value = true,
  1468. }
  1469. game:GetService("Debris"):AddItem(debounce, Delay)
  1470. c = Instance.new("ObjectValue")
  1471. c.Name = "creator"
  1472. c.Value = Player
  1473. c.Parent = h
  1474. game:GetService("Debris"):AddItem(c, .5)
  1475. end
  1476. end
  1477.  
  1478. function ShowDamage(Pos, Text, Time, Color)
  1479. local Rate = (1 / 30)
  1480. local Pos = (Pos or Vector3.new(0, 0, 0))
  1481. local Text = (Text or "")
  1482. local Time = (Time or 2)
  1483. local Color = (Color or Color3.new(1, 0, 1))
  1484. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  1485. EffectPart.Anchored = true
  1486. local BillboardGui = Create("BillboardGui"){
  1487. Size = UDim2.new(3, 0, 3, 0),
  1488. Adornee = EffectPart,
  1489. Parent = EffectPart,
  1490. }
  1491. local TextLabel = Create("TextLabel"){
  1492. BackgroundTransparency = 1,
  1493. Size = UDim2.new(1, 0, 1, 0),
  1494. Text = Text,
  1495. TextColor3 = Color,
  1496. TextScaled = true,
  1497. Font = Enum.Font.ArialBold,
  1498. Parent = BillboardGui,
  1499. }
  1500. game.Debris:AddItem(EffectPart, (Time + 0.1))
  1501. EffectPart.Parent = game:GetService("Workspace")
  1502. delay(0, function()
  1503. local Frames = (Time / Rate)
  1504. for Frame = 1, Frames do
  1505. wait(Rate)
  1506. local Percent = (Frame / Frames)
  1507. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  1508. TextLabel.TextTransparency = Percent
  1509. end
  1510. if EffectPart and EffectPart.Parent then
  1511. EffectPart:Destroy()
  1512. end
  1513. end)
  1514. end
  1515. function MagniDamage(Part,magni,mindam,maxdam,knock,Type)
  1516. for _,c in pairs(workspace:children()) do
  1517. local hum=c:findFirstChild("Humanoid")
  1518. if hum~=nil then
  1519. local head=c:findFirstChild("Torso")
  1520. if head~=nil then
  1521. local targ=head.Position-Part.Position
  1522. local mag=targ.magnitude
  1523. if mag<=magni and c.Name~=Player.Name then
  1524. --Damagefunc(head,mindam,maxdam,knock,Type,RootPart,.2,1,nil,1)
  1525. Damagefunc(head, head, mindam,maxdam, knock, Type, RootPart, .1, "http://www.roblox.com/asset/?id=", 1)
  1526. end
  1527. end
  1528. end
  1529. end
  1530. end
  1531.  
  1532. EffectModel = Instance.new("Model", Character)
  1533. EffectModel.Name = "Effects"
  1534.  
  1535. Effects = {
  1536. ["Block"] = {
  1537. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1538. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1539. prt.Anchored = true
  1540. prt.CFrame = cframe
  1541. local msh = CFuncs["Mesh"].Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1542. game:GetService("Debris"):AddItem(prt, 10)
  1543. if Type == 1 or Type == nil then
  1544. table.insert(Effects, {
  1545. prt,
  1546. "Block1",
  1547. delay,
  1548. x3,
  1549. y3,
  1550. z3,
  1551. msh
  1552. })
  1553. elseif Type == 2 then
  1554. table.insert(Effects, {
  1555. prt,
  1556. "Block2",
  1557. delay,
  1558. x3,
  1559. y3,
  1560. z3,
  1561. msh
  1562. })
  1563. end
  1564. end;
  1565. };
  1566.  
  1567. ["Sphere"] = {
  1568. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1569. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1570. prt.Anchored = true
  1571. prt.CFrame = cframe
  1572. local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1573. game:GetService("Debris"):AddItem(prt, 10)
  1574. table.insert(Effects, {
  1575. prt,
  1576. "Cylinder",
  1577. delay,
  1578. x3,
  1579. y3,
  1580. z3,
  1581. msh
  1582. })
  1583. end;
  1584. };
  1585.  
  1586. ["Ring"] = {
  1587. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1588. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1589. prt.Anchored = true
  1590. prt.CFrame = cframe
  1591. local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1592. game:GetService("Debris"):AddItem(prt, 10)
  1593. table.insert(Effects, {
  1594. prt,
  1595. "Cylinder",
  1596. delay,
  1597. x3,
  1598. y3,
  1599. z3,
  1600. msh
  1601. })
  1602. end;
  1603. };
  1604.  
  1605.  
  1606. ["Wave"] = {
  1607. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1608. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1609. prt.Anchored = true
  1610. prt.CFrame = cframe
  1611. local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1612. game:GetService("Debris"):AddItem(prt, 10)
  1613. table.insert(Effects, {
  1614. prt,
  1615. "Cylinder",
  1616. delay,
  1617. x3,
  1618. y3,
  1619. z3,
  1620. msh
  1621. })
  1622. end;
  1623. };
  1624.  
  1625. ["Break"] = {
  1626. Create = function(brickcolor, cframe, x1, y1, z1)
  1627. local prt = CFuncs["Part"].Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1628. prt.Anchored = true
  1629. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1630. local msh = CFuncs["Mesh"].Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1631. local num = math.random(10, 50) / 1000
  1632. game:GetService("Debris"):AddItem(prt, 10)
  1633. table.insert(Effects, {
  1634. prt,
  1635. "Shatter",
  1636. num,
  1637. prt.CFrame,
  1638. math.random() - math.random(),
  1639. 0,
  1640. math.random(50, 100) / 100
  1641. })
  1642. end;
  1643. };
  1644. }
  1645.  
  1646. function attackone()
  1647. attack = true
  1648. local con = Hitbox.Touched:connect(function(hit)
  1649. Damagefunc(Hitbox, hit, 10, 15, 0, "Normal", RootPart, .2, "rbxassetid://199149221", .8)
  1650. end)
  1651. Humanoid.WalkSpeed=10
  1652. for i = 0, 1, 0.1 do
  1653. swait()
  1654. PlayAnimationFromTable({
  1655. CFrame.new(9.90461558e-007, -0.0269755963, -1.33062713e-007, 0.484809726, 0, 0.874619603, 0.181843653, 0.978147626, -0.100797616, -0.855507076, 0.2079117, 0.474215478),
  1656. CFrame.new(0.272765219, 1.46722174, -0.151196867, 0.504384637, 0.265642196, -0.821602225, 0.0835590437, 0.932020843, 0.352640152, 0.859426379, -0.246518582, 0.447900146),
  1657. CFrame.new(0.436315, 0.856815398, -1.10046577, 0.484426707, 0.832367659, -0.269248426, -0.149194002, -0.224658892, -0.962948322, -0.862016141, 0.506648123, 0.0153534822),
  1658. CFrame.new(-1.45458651, 0.133483529, -0.538100183, 0.894684613, -0.377831578, -0.238291383, 0.0541951358, 0.621321738, -0.781679153, 0.443398595, 0.686442018, 0.576363564),
  1659. CFrame.new(0.321673423, -2.04425955, 0.316776961, 0.725447536, 0.181843653, -0.66382128, -0.0642482042, 0.978147626, 0.197735801, 0.685272217, -0.100797616, 0.721277893),
  1660. CFrame.new(-0.990755975, -1.81555724, 0.168436453, 0.819359839, 0.355739921, -0.449553698, -0.203368306, 0.91354543, 0.352244377, 0.535995126, -0.197189927, 0.820868611),
  1661. }, .3, false)
  1662. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(70), math.rad(0), math.rad(0)), .3)
  1663. end
  1664. CFuncs["Sound"].Create("rbxassetid://588693156",RootPart,1,1)
  1665. for i = 0, 1, 0.1 do
  1666. swait()
  1667. PlayAnimationFromTable({
  1668. CFrame.new(-5.37605956e-007, -0.0269759707, -2.65892595e-007, 0.95835638, -0.143731385, -0.246767536, 0.202832907, 0.950870454, 0.233889297, 0.201026708, -0.27420193, 0.94042623),
  1669. CFrame.new(-0.00822107494, 1.4970665, -0.0934140384, 0.995780408, 0.0777800605, 0.0486957729, -0.0854448378, 0.979415894, 0.182876214, -0.0334693044, -0.186265409, 0.981929123),
  1670. CFrame.new(1.85052145, 0.540486038, 0.594636321, -0.313432425, -0.949446201, -0.0176644847, 0.16458869, -0.0359951556, -0.985705376, 0.935238361, -0.311859369, 0.167550176),
  1671. CFrame.new(-1.39627409, 0.322296083, -0.440173209, 0.965051591, 0.246156633, 0.0899008214, 0.037774466, 0.208806977, -0.977227151, -0.259322822, 0.946470559, 0.192211121),
  1672. CFrame.new(0.145454243, -2.11655879, 0.0429539829, 0.968100905, 0.135195538, -0.210956439, -0.120898388, 0.989490807, 0.0793190897, 0.219463035, -0.0512846112, 0.974271894),
  1673. CFrame.new(-0.809797227, -1.70483541, -0.802485704, 0.922639728, 0.251619399, 0.292273164, -0.229988888, 0.967320919, -0.106748909, -0.309581995, 0.0312711596, 0.950358331),
  1674. }, .4, false)
  1675. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(70), math.rad(0), math.rad(30)), .3)
  1676. end
  1677. con:disconnect()
  1678. Humanoid.WalkSpeed=16
  1679. attack = false
  1680. end
  1681.  
  1682. function attackthree()
  1683. attack=true
  1684. local con = Hitbox2.Touched:connect(function(hit)
  1685. Damagefunc(Hitbox, hit, 10, 25, 20, "Normal", RootPart, .2, "rbxassetid://199149221", .8)
  1686. end)
  1687. Humanoid.WalkSpeed=10
  1688. for i = 0, 1, 0.1 do
  1689. swait()
  1690. PlayAnimationFromTable({
  1691. CFrame.new(-4.0512532e-007, -0.0269752406, 1.1343509e-006, 0.652291775, 0.32209897, -0.68612504, 0.138890788, 0.839096427, 0.525952816, 0.745133996, -0.438371241, 0.50259918),
  1692. CFrame.new(-0.14963904, 1.50293684, -0.456933886, 0.970636368, -0.169547856, 0.170640975, 0.101307511, 0.931519508, 0.349296749, -0.218177915, -0.321752995, 0.921343207),
  1693. CFrame.new(1.70868564, 0.286226571, 0.667103469, 0.222669303, -0.74144417, 0.63299197, 0.209666699, 0.670520425, 0.711647511, -0.952080965, -0.0257447064, 0.304760486),
  1694. CFrame.new(-0.932438672, 0.519827843, -1.11489081, 0.692989886, -0.623567283, -0.361840844, -0.316825658, 0.187430471, -0.929780185, 0.647600591, 0.758968711, -0.0676746294),
  1695. CFrame.new(0.699801207, -2.04638171, -0.671367168, 0.903168499, -0.201811075, -0.378891528, 0.0801211596, 0.946344137, -0.313070595, 0.421742916, 0.252398252, 0.870877683),
  1696. CFrame.new(-0.721940219, -1.57349551, -1.05035639, 0.974659562, 0.138890788, -0.175350934, -0.209864318, 0.839096427, -0.501870573, 0.0774311721, 0.525952816, 0.846981645),
  1697. }, .3, false)
  1698. end
  1699. CFuncs["Sound"].Create("rbxassetid://541909867",RootPart,1,1)
  1700. for i = 0, 1, 0.3 do
  1701. swait()
  1702. PlayAnimationFromTable({
  1703. CFrame.new(1.14738941e-006, 0.173024461, -0.300001383, 0.820753217, -0.0431987122, 0.569647312, 0.137312263, 0.982822537, -0.123309284, -0.554535449, 0.179426044, 0.812586486),
  1704. CFrame.new(-0.151165038, 1.52307844, -0.193341762, 0.734764338, 0.0308420174, -0.677621007, 0.127414405, 0.974908888, 0.182532325, 0.666248441, -0.220456913, 0.712398648),
  1705. CFrame.new(1.50681877, 0.480150759, 0.4091205, 0.329704911, -0.691977739, 0.642231762, -0.449269891, 0.483302891, 0.751381993, -0.830331922, -0.536269665, -0.151537374),
  1706. CFrame.new(-1.74142003, 0.18942523, -0.594004512, 0.683315635, 0.651401043, 0.329782426, -0.0130584389, 0.462511867, -0.886516869, -0.730006456, 0.601464391, 0.324547827),
  1707. CFrame.new(0.0857783556, -2.11368537, 0.871180832, 0.0870718658, 0.265102953, -0.960280657, 0.516448081, 0.812281251, 0.271073043, 0.851880193, -0.519537985, -0.0661850572),
  1708. CFrame.new(-0.795480609, -2.12096214, -0.168157578, 0.865960836, 0.137312263, -0.480892032, -0.0586723089, 0.982822537, 0.174978271, 0.496658206, -0.123309284, 0.859142303),
  1709. }, .3, false)
  1710. end
  1711. for i = 0, 1, 0.13 do
  1712. swait()
  1713. PlayAnimationFromTable({
  1714. CFrame.new(1.78068876e-006, 0.173024401, -0.300000221, 0.918112218, -0.079559505, 0.388252854, 0.137312263, 0.982822537, -0.123309284, -0.371773303, 0.16652362, 0.913265884),
  1715. CFrame.new(-0.106645092, 1.51475418, -0.210114449, 0.87216574, 0.0742753521, -0.483539253, 0.109913878, 0.933385789, 0.341628313, 0.476703167, -0.3511042, 0.805903316),
  1716. CFrame.new(1.55795503, 0.334560454, 0.116621703, 0.140429765, -0.772708595, 0.619032323, -0.430511951, 0.51537317, 0.740979075, -0.891593456, -0.370556325, -0.26028657),
  1717. CFrame.new(-1.59676385, 0.1474123, -0.767787039, 0.84694314, 0.463646054, 0.260230124, -0.0110223517, 0.504651487, -0.863252759, -0.531569302, 0.728257656, 0.432521611),
  1718. CFrame.new(0.201209396, -2.14123702, 0.780127108, 0.478961468, 0.0708330944, -0.874973416, 0.449423999, 0.836417079, 0.313726932, 0.754064918, -0.543497205, 0.368777454),
  1719. CFrame.new(-0.689732075, -2.11200166, 0.0210208297, 0.94702065, 0.137312263, -0.290339977, -0.0937702209, 0.982822537, 0.158955887, 0.307179213, -0.123309284, 0.943629026),
  1720. }, .3, false)
  1721. end
  1722. con:disconnect()
  1723. Humanoid.WalkSpeed=16
  1724. attack=false
  1725. end
  1726.  
  1727. function attacktwo()
  1728. attack=true
  1729. local con = Hitbox.Touched:connect(function(hit)
  1730. Damagefunc(Hitbox, hit, 10, 15, 0, "Normal", RootPart, .2, "rbxassetid://199149221", .8)
  1731. end)
  1732. Humanoid.WalkSpeed=14
  1733. for i = 0, 1, 0.1 do
  1734. swait()
  1735. PlayAnimationFromTable({
  1736. CFrame.new(-1.93715096e-007, -0.326975822, -4.47034836e-008, 0.939692557, 0, -0.342020333, 0.27314961, 0.601814926, 0.75047195, 0.205832943, -0.798635602, 0.565521002),
  1737. CFrame.new(0.0194183588, 1.42013311, 0.0533519983, 0.951757967, 0.0747811422, 0.297598064, 0.0741088465, 0.885119617, -0.459424824, -0.297766209, 0.459315896, 0.836877644),
  1738. CFrame.new(1.76784158, -0.167323589, 0.328021258, 0.643204093, -0.403323144, 0.65086019, -0.03487809, 0.833710551, 0.551099181, -0.764899969, -0.377170026, 0.522178888),
  1739. CFrame.new(-1.68615234, 0.696604431, -0.317608297, 0.578635395, 0.784143448, 0.224277183, 0.644610047, -0.271232635, -0.714780211, -0.499658942, 0.558168411, -0.662411511),
  1740. CFrame.new(0.22778745, -2.08500981, -0.640202999, 0.927835405, 0.363329887, 0.0843375921, -0.34986195, 0.926146209, -0.140889883, -0.129298449, 0.101216108, 0.986426473),
  1741. CFrame.new(-0.894758701, -0.887055099, -1.19228673, 0.710881293, 0.27314961, 0.648102701, 0.399317682, 0.601814926, -0.691638827, -0.57895875, 0.75047195, 0.318745494),
  1742. }, .3, false)
  1743. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-30), math.rad(0), math.rad(-60)), .3)
  1744. end
  1745. CFuncs["Sound"].Create("rbxassetid://588693579",RootPart,1,1)
  1746. for i = 0, 1, 0.3 do
  1747. swait()
  1748. PlayAnimationFromTable({
  1749. CFrame.new(2.08616257e-007, -0.326976061, 2.30967999e-007, 0.365881741, -0.78650254, 0.497538269, 0.27314961, 0.601814926, 0.75047195, -0.889673948, -0.138681591, 0.43502593),
  1750. CFrame.new(0.199234888, 1.46225858, -0.0458770432, 0.414827615, 0.597579002, -0.68616128, -0.730311096, 0.668476582, 0.140658334, 0.542737246, 0.442762315, 0.713721156),
  1751. CFrame.new(1.88804889, 0.772113562, -0.0693311393, -0.392489523, -0.919755161, -0.00152992457, 0.514838874, -0.22107631, 0.828291178, -0.762163401, 0.324307919, 0.56029582),
  1752. CFrame.new(-1.21992767, 0.78649044, -0.825880349, 0.771753788, -0.532571733, -0.347510159, -0.588763654, -0.391885221, -0.706953526, 0.240319416, 0.750195384, -0.615997851),
  1753. CFrame.new(1.06965721, -1.72461641, -1.23562133, 0.871505141, -0.188019678, -0.452909946, -0.0776372179, 0.85902828, -0.506006837, 0.484201729, 0.476150244, 0.734050155),
  1754. CFrame.new(-1.28267229, -0.770296216, -1.14472818, 0.576616764, 0.772167146, -0.266966224, -0.816610515, 0.554973185, -0.158594102, 0.0256979764, 0.309455484, 0.950566649),
  1755. }, .4, false)
  1756. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(180), math.rad(0), math.rad(70)), .3)
  1757. end
  1758. for i = 0, 1, 0.1 do
  1759. swait()
  1760. PlayAnimationFromTable({
  1761. CFrame.new(-4.54485416e-007, -0.326974481, 7.15255737e-007, 0.365881741, -0.78650254, 0.497538269, 0.49410665, 0.617201984, 0.61230731, -0.788662791, 0.021804899, 0.61443907),
  1762. CFrame.new(0.357691556, 1.4119122, -0.241990447, 0.558049381, 0.708333611, -0.432254672, -0.721678674, 0.671401799, 0.168521389, 0.409586072, 0.21790576, 0.885864675),
  1763. CFrame.new(1.59417558, 0.503518283, -0.27781257, -0.479532152, -0.850883245, 0.214584604, 0.500525951, -0.0643587708, 0.863325953, -0.72077924, 0.52139771, 0.456751227),
  1764. CFrame.new(-1.42133021, 0.882488608, -0.526019335, 0.729344368, -0.406111121, -0.550572753, -0.668506563, -0.251951158, -0.699728191, 0.145450085, 0.878404379, -0.455247164),
  1765. CFrame.new(0.573727071, -1.95096779, -1.22873545, 0.938116789, 0.0196046084, -0.345763713, -0.158003122, 0.912660599, -0.376942575, 0.308175087, 0.408247858, 0.859279752),
  1766. CFrame.new(-1.57658029, -0.675674319, -0.77901566, 0.467840195, 0.880314589, -0.0785596371, -0.883812904, 0.46593374, -0.0421961024, -0.000542193651, 0.0891730785, 0.996015906),
  1767. }, .3, false)
  1768. end
  1769. con:disconnect()
  1770. Humanoid.WalkSpeed=16
  1771. attack=false
  1772. end
  1773.  
  1774. function zcharge()
  1775. attack=true
  1776. Humanoid.WalkSpeed=0
  1777. local con = Hitbox2.Touched:connect(function(hit)
  1778. Damagefunc(Hitbox, hit, 10, 15, 0, "Knockdown", RootPart, .2, "rbxassetid://199149221", .8)
  1779. end)
  1780. for i = 0, 1, 0.1 do
  1781. swait()
  1782. PlayAnimationFromTable({
  1783. CFrame.new(-7.4505806e-008, -0.52697587, -3.87430191e-007, 0.49999997, 0, -0.866025448, 0.3383829, 0.920504987, 0.195365429, 0.797180772, -0.390730888, 0.460252464),
  1784. CFrame.new(-0.00457178801, 1.52314627, -0.00264084339, 0.496346921, -0.128834456, 0.858511269, 0.0870493725, 0.991328657, 0.0984385014, -0.863748908, 0.0258732289, 0.503257811),
  1785. CFrame.new(1.58965564, 0.0380209088, 0.283814371, 0.702988684, -0.202762187, 0.68168503, -0.0493850484, 0.942267776, 0.331198901, -0.709484279, -0.266494155, 0.652390122),
  1786. CFrame.new(-0.957961798, 0.388875067, -0.580982625, 0.498959899, -0.605039239, -0.620456755, -0.177665517, 0.629324317, -0.756561935, 0.848218203, 0.487727761, 0.206512973),
  1787. CFrame.new(0.475381613, -1.72711968, -0.225535661, 0.898424983, -0.209510744, 0.385924935, 0.142198294, 0.970295727, 0.195719063, -0.415466428, -0.120961055, 0.901529908),
  1788. CFrame.new(-0.823683679, -1.18009675, -0.55290395, 0.904990435, 0.3383829, 0.257855475, -0.261449993, 0.920504987, -0.29036963, -0.33561334, 0.195365429, 0.921518385),
  1789. }, .3, false)
  1790. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-60), math.rad(0), math.rad(0)), .3)
  1791. end
  1792. CFuncs["Sound"].Create("rbxassetid://588718542",RootPart,1,1)
  1793. for i = 0, 1, 0.05 do
  1794. swait()
  1795. Torso.Velocity=RootPart.CFrame.lookVector*75
  1796. Effects["Block"].Create(BrickColor.new("Bright red"),RootPart.CFrame*cn(0,-2.5,0),1,1,1,1,1,1,0.07)
  1797. PlayAnimationFromTable({
  1798. CFrame.new(2.23517418e-006, -0.0269758552, -0.400000453, 0.49999997, 0, -0.866025448, 0.419857353, 0.874619782, 0.242404699, 0.757442951, -0.484809458, 0.437309861),
  1799. CFrame.new(0.0156050287, 1.47637296, 0.00900906324, 0.504236579, -0.0386269987, 0.862701178, 0.0867842212, 0.99620831, -0.00611934066, -0.859193802, 0.0779544711, 0.505676866),
  1800. CFrame.new(1.58237851, 0.14626199, 0.279613227, 0.706799626, -0.392232031, 0.588717401, 0.0135454684, 0.839562178, 0.543094635, -0.707284033, -0.375884712, 0.598715186),
  1801. CFrame.new(-0.867231786, 0.814694762, -0.528600514, 0.651124299, -0.585457623, -0.482987046, -0.64793539, -0.0973888189, -0.755443633, 0.395242691, 0.80483216, -0.442750931),
  1802. CFrame.new(0.259177744, -2.28317618, -0.350361317, 0.908591628, -0.120527536, 0.399918109, 0.0818039924, 0.990267992, 0.112593502, -0.409596711, -0.0695866197, 0.909608901),
  1803. CFrame.new(-1.13574374, -1.50748217, -0.733070374, 0.878400624, 0.419857353, 0.228324533, -0.324400842, 0.874619782, -0.360283643, -0.350964934, 0.242404699, 0.904468715),
  1804. }, .3, false)
  1805. end
  1806. MagniDamage(RootPart,15,10,15,10,"Normal")
  1807. CFuncs["Sound"].Create("rbxassetid://588695708",RootPart,1,.8)
  1808. Effects["Wave"].Create(BrickColor.new("Bright red"),RootPart.CFrame*cn(0,-2,0),5,.5,5,1,.1,1,0.07)
  1809. Effects["Block"].Create(BrickColor.new("Bright red"),RootPart.CFrame,25,25,25,1,1,1,0.07)
  1810. Effects["Block"].Create(BrickColor.new("Br. yellowish orange"),RootPart.CFrame,35,35,35,1,1,1,0.1)
  1811. for i = 0, 1, 0.1 do
  1812. swait()
  1813. PlayAnimationFromTable({
  1814. CFrame.new(1.75088644e-006, -0.526975155, -0.900000274, 0.90754509, -0.401925236, -0.121728957, 0.318062395, 0.468566597, 0.824185371, -0.274222791, -0.786702812, 0.553082645),
  1815. CFrame.new(0.188973203, 1.64538634, 0.0836241096, 0.670363545, 0.592903912, -0.446181089, -0.629381418, 0.772826552, 0.0813516378, 0.393054187, 0.226283014, 0.891237438),
  1816. CFrame.new(1.48912203, 0.214848548, 0.953392267, 0.771034598, -0.0640162826, -0.633567274, 0.423061073, 0.795120418, 0.434514344, 0.475946277, -0.603063285, 0.640148103),
  1817. CFrame.new(-1.76185381, 1.4779309, -0.140850782, 0.340459913, 0.655301571, -0.674289882, -0.611849248, -0.390125185, -0.688071728, -0.713951945, 0.646824718, 0.268123865),
  1818. CFrame.new(0.936474085, -1.26703024, -1.42831111, 0.429388165, -0.309227228, 0.848530591, 0.872645915, 0.384071797, -0.301625371, -0.232625902, 0.86998117, 0.434761763),
  1819. CFrame.new(-0.685204506, -0.912095606, -1.00427413, 0.740100384, 0.435239971, 0.512657344, -0.142344087, 0.84643352, -0.5131163, -0.657259107, 0.306783855, 0.688399613),
  1820. }, .3, false)
  1821. end
  1822. con:disconnect()
  1823. Humanoid.WalkSpeed=16
  1824. attack=false
  1825. end
  1826.  
  1827. function sattackone()
  1828. if cooldown2>=5 then
  1829. cooldown2=cooldown2-5
  1830. else
  1831. coo1=false
  1832. spartan=false
  1833. return
  1834. end
  1835. attack=true
  1836.  
  1837. Humanoid.WalkSpeed=5
  1838. for i = 0, 1, 0.3 do
  1839. swait()
  1840. PlayAnimationFromTable({
  1841. CFrame.new(-0.400002331, -1.16485393, 7.74860382e-007, 0.19871749, -0.945228219, 0.258949757, 0.752965748, 0.316374511, 0.577017963, -0.627338767, 0.0803167447, 0.774593592),
  1842. CFrame.new(0.0857160464, 1.44183326, -0.209180146, 0.791154265, 0.533243477, -0.299543619, -0.433752894, 0.834468901, 0.339882404, 0.431199849, -0.138971508, 0.891489506),
  1843. CFrame.new(1.18355656, 0.497324497, 0.401606619, 0.0676564798, -0.680344224, 0.729763269, 0.996030152, 0.0884684771, -0.00986470655, -0.0578496344, 0.727533579, 0.683628798),
  1844. CFrame.new(-1.29352582, 0.754917502, -0.320430666, 0.929596961, 0.0948791504, -0.356156468, -0.32557869, -0.24156028, -0.914137423, -0.172765791, 0.96573627, -0.193663076),
  1845. CFrame.new(-1.55317128, -0.720179915, 0.107768402, 0.350142002, 0.936506927, -0.0188527703, -0.922528863, 0.341288805, -0.180173516, -0.162299514, 0.0804785192, 0.983454108),
  1846. CFrame.new(-0.453190565, -1.59683776, -0.846960545, -0.418863833, 0.63145864, 0.652543545, 0.42688182, 0.771193981, -0.472262323, -0.801451802, 0.080745399, -0.592583418),
  1847. }, .3, false)
  1848. end
  1849. for i = 1,7 do
  1850. for i = 0, 1, 0.5 do
  1851. swait()
  1852. PlayAnimationFromTable({
  1853. CFrame.new(-0.400002331, -1.16485393, 7.74860382e-007, 0.19871749, -0.945228219, 0.258949757, 0.752965748, 0.316374511, 0.577017963, -0.627338767, 0.0803167447, 0.774593592),
  1854. CFrame.new(0.0857160464, 1.44183326, -0.209180146, 0.791154265, 0.533243477, -0.299543619, -0.433752894, 0.834468901, 0.339882404, 0.431199849, -0.138971508, 0.891489506),
  1855. CFrame.new(1.18355656, 0.497324497, 0.401606619, 0.0676564798, -0.680344224, 0.729763269, 0.996030152, 0.0884684771, -0.00986470655, -0.0578496344, 0.727533579, 0.683628798),
  1856. CFrame.new(-1.29352582, 0.754917502, -0.320430666, 0.929596961, 0.0948791504, -0.356156468, -0.32557869, -0.24156028, -0.914137423, -0.172765791, 0.96573627, -0.193663076),
  1857. CFrame.new(-1.55317128, -0.720179915, 0.107768402, 0.350142002, 0.936506927, -0.0188527703, -0.922528863, 0.341288805, -0.180173516, -0.162299514, 0.0804785192, 0.983454108),
  1858. CFrame.new(-0.453190565, -1.59683776, -0.846960545, -0.418863833, 0.63145864, 0.652543545, 0.42688182, 0.771193981, -0.472262323, -0.801451802, 0.080745399, -0.592583418),
  1859. }, .4, false)
  1860. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(70)), .3)
  1861. end
  1862. CFuncs["Sound"].Create("rbxassetid://588693579",RootPart,1,1.1)
  1863. local dod = math.random(1,3)
  1864. if dod == 1 then
  1865. for i = 0, 1, 0.5 do
  1866. swait()
  1867. PlayAnimationFromTable({
  1868. CFrame.new(-0.400001943, -1.16485381, 8.34465027e-007, 0.362856686, -0.91730839, 0.163952336, 0.432706743, 0.321690232, 0.842187703, -0.825287759, -0.23465015, 0.51365298),
  1869. CFrame.new(-0.0873291343, 1.48329997, -0.0467529967, 0.715092957, 0.30206582, -0.630395353, -0.348942012, 0.935671508, 0.0525201261, 0.605707407, 0.182414562, 0.774495482),
  1870. CFrame.new(2.09871554, 0.885291278, -0.489994407, -0.251944214, -0.922203064, 0.293369353, 0.955634177, -0.28488788, -0.0748477131, 0.152602136, 0.261496305, 0.95306462),
  1871. CFrame.new(-1.2953136, 0.524101794, -0.627111614, 0.995589495, -0.0396563411, -0.0850233808, -0.0937751234, -0.393623382, -0.914476335, 0.002797544, 0.918416023, -0.395605981),
  1872. CFrame.new(-1.25787163, -1.03107584, -0.545211315, 0.619856894, 0.74076879, -0.258918971, -0.765942693, 0.499406189, -0.404876888, -0.170614392, 0.449282736, 0.876946807),
  1873. CFrame.new(0.270343721, -1.41294813, -1.18452799, -0.262877673, 0.344278097, 0.901314497, 0.506049633, 0.844562888, -0.175005943, -0.821467638, 0.410104752, -0.396238595),
  1874. }, .4, false)
  1875.  
  1876. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  1877. end
  1878. Effects["Sphere"].Create(BrickColor.new("Really red"),Hitbox.CFrame,5,20,5,0.05,10,0.05,0.1)
  1879. elseif dod == 2 then
  1880. for i = 0, 1, 0.5 do
  1881. swait()
  1882. PlayAnimationFromTable({
  1883. CFrame.new(-0.400001943, -1.16485381, 8.34465027e-007, 0.362856686, -0.91730839, 0.163952336, 0.432706743, 0.321690232, 0.842187703, -0.825287759, -0.23465015, 0.51365298),
  1884. CFrame.new(-0.0873291343, 1.48329997, -0.0467529967, 0.715092957, 0.30206582, -0.630395353, -0.348942012, 0.935671508, 0.0525201261, 0.605707407, 0.182414562, 0.774495482),
  1885. CFrame.new(1.88236165, 0.724448979, -0.911088228, -0.135023758, -0.755199194, 0.641437948, 0.988004029, -0.151582107, 0.0295107067, 0.0749440342, 0.637727916, 0.766606987),
  1886. CFrame.new(-1.2953136, 0.524101794, -0.627111614, 0.995589495, -0.0396563411, -0.0850233808, -0.0937751234, -0.393623382, -0.914476335, 0.002797544, 0.918416023, -0.395605981),
  1887. CFrame.new(-1.25787163, -1.03107584, -0.545211315, 0.619856894, 0.74076879, -0.258918971, -0.765942693, 0.499406189, -0.404876888, -0.170614392, 0.449282736, 0.876946807),
  1888. CFrame.new(0.270343721, -1.41294813, -1.18452799, -0.262877673, 0.344278097, 0.901314497, 0.506049633, 0.844562888, -0.175005943, -0.821467638, 0.410104752, -0.396238595),
  1889. }, .4, false)
  1890.  
  1891. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  1892. end
  1893. Effects["Sphere"].Create(BrickColor.new("Really red"),Hitbox.CFrame,5,20,5,0.05,10,0.05,0.1)
  1894. elseif dod == 3 then
  1895. for i = 0, 1, 0.5 do
  1896. swait()
  1897. PlayAnimationFromTable({
  1898. CFrame.new(-0.400001943, -1.16485381, 8.34465027e-007, 0.362856686, -0.91730839, 0.163952336, 0.432706743, 0.321690232, 0.842187703, -0.825287759, -0.23465015, 0.51365298),
  1899. CFrame.new(-0.0873291343, 1.48329997, -0.0467529967, 0.715092957, 0.30206582, -0.630395353, -0.348942012, 0.935671508, 0.0525201261, 0.605707407, 0.182414562, 0.774495482),
  1900. CFrame.new(2.2591877, 0.0549398847, -0.611490369, -0.0118236989, -0.96984756, 0.243425116, 0.99980706, -0.0152848065, -0.012334682, 0.0156834275, 0.24323231, 0.969841123),
  1901. CFrame.new(-1.2953136, 0.524101794, -0.627111614, 0.995589495, -0.0396563411, -0.0850233808, -0.0937751234, -0.393623382, -0.914476335, 0.002797544, 0.918416023, -0.395605981),
  1902. CFrame.new(-1.25787163, -1.03107584, -0.545211315, 0.619856894, 0.74076879, -0.258918971, -0.765942693, 0.499406189, -0.404876888, -0.170614392, 0.449282736, 0.876946807),
  1903. CFrame.new(0.270343721, -1.41294813, -1.18452799, -0.262877673, 0.344278097, 0.901314497, 0.506049633, 0.844562888, -0.175005943, -0.821467638, 0.410104752, -0.396238595),
  1904. }, .4, false)
  1905.  
  1906. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  1907. end
  1908. Effects["Sphere"].Create(BrickColor.new("Really red"),Hitbox.CFrame,5,20,5,0.05,10,0.05,0.1)
  1909. end
  1910. MagniDamage(Hitbox,6,5,10,0,"Normal")
  1911. end
  1912. Humanoid.WalkSpeed=16
  1913. attack=false
  1914. end
  1915. function sattacktwo()
  1916. if cooldown2>=5 then
  1917. cooldown2=cooldown2-5
  1918. else
  1919. coo1=false
  1920. spartan=false
  1921. return
  1922. end
  1923. attack=true
  1924. Humanoid.WalkSpeed=8
  1925. local con = Hitbox.Touched:connect(function(hit)
  1926. Damagefunc(Hitbox, hit, 13, 20, 0, "Normal", RootPart, .2, "rbxassetid://199149221", .8)
  1927. end)
  1928. for i = 0, 1, 0.3 do
  1929. swait()
  1930. PlayAnimationFromTable({
  1931. CFrame.new(2.4959445e-007, -0.464853436, -1.11758709e-008, -0.646091819, -0.173648179, -0.743243933, -0.113923423, 0.98480773, -0.131053954, 0.754709661, 0, -0.656058848),
  1932. CFrame.new(-0.170885667, 1.47721159, -0.196581244, 0.610041082, -0.224385336, 0.759934664, -0.0711100101, 0.939692557, 0.334546149, -0.789172292, -0.258125901, 0.557295084),
  1933. CFrame.new(2.05457616, 0.66353935, 0.0771416202, -0.113923736, -0.987232447, -0.1113258, 0.98480767, -0.126998529, 0.118427925, -0.131054103, -0.0961427391, 0.986702204),
  1934. CFrame.new(-1.24488759, 0.16600877, -0.974805236, 0.993460953, -0.00752234459, 0.113923386, 0.113923408, 0.131054163, -0.98480773, -0.00752204657, 0.991346598, 0.131054163),
  1935. CFrame.new(0.609205186, -2.00422788, -0.0613143444, 0.973315358, -0.198257715, 0.11554566, 0.0841862708, 0.776930511, 0.623932362, -0.21347034, -0.597555637, 0.772889018),
  1936. CFrame.new(-0.522858739, -2.00422764, 0.922772944, 0.651369631, 0.397847474, 0.646091878, -0.633022189, 0.754406571, 0.173648164, -0.418330461, -0.522099674, 0.743243754),
  1937. }, .4, false)
  1938. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  1939. end
  1940. for i = 0, 1, 0.3 do
  1941. swait()
  1942. PlayAnimationFromTable({
  1943. CFrame.new(0.033678256, 0.235145599, 0.308240443, -0.973315597, -0.0841862187, 0.21347028, -0.113923341, 0.984807789, -0.131053925, -0.199194252, -0.151876062, -0.968119442),
  1944. CFrame.new(-0.136462271, 1.48129964, -0.195787504, 0.634153605, 0.0407405272, -0.772133112, 0.137943268, 0.976629376, 0.164823368, 0.760802805, -0.211033866, 0.613713086),
  1945. CFrame.new(2.05457282, 0.663538635, 0.0771382749, -0.113923684, -0.987232506, -0.111325786, 0.98480773, -0.126998454, 0.118427932, -0.131054103, -0.0961426795, 0.986702204),
  1946. CFrame.new(-1.24488795, 0.166009307, -0.974805117, 0.993461132, -0.00752224028, 0.113923296, 0.113923311, 0.131054103, -0.984807789, -0.00752216578, 0.991346657, 0.131054103),
  1947. CFrame.new(0.567987978, -1.73805308, -0.314448357, 0.973315597, -0.198257759, 0.115545705, 0.0841862932, 0.77693069, 0.623932242, -0.213470414, -0.597555578, 0.772889197),
  1948. CFrame.new(-0.530017853, -1.8854332, 0.295581549, 0.763049066, -0.00792280212, 0.64629215, -0.13710475, 0.975185215, 0.173828274, -0.631631613, -0.221249223, 0.743027747),
  1949. }, .4, false)
  1950. end
  1951. for i = 0, 1, 0.3 do
  1952. swait()
  1953. PlayAnimationFromTable({
  1954. CFrame.new(0.0336855538, -0.564853847, 0.308241606, 0.994613647, 0.051689893, 0.0898427963, -0.0912466198, 0.847822011, 0.522371352, -0.0491693802, -0.527755558, 0.847971916),
  1955. CFrame.new(-0.112381108, 1.52698231, -0.00930890441, 0.971614003, -0.208583027, 0.111621037, 0.232936442, 0.925895393, -0.297419369, -0.0413127691, 0.314977407, 0.94819957),
  1956. CFrame.new(1.81924629, 0.834065676, -0.252414674, -0.0912469625, -0.885945261, 0.454725146, 0.847822011, -0.308642924, -0.431204557, 0.522371292, 0.346179873, 0.779286623),
  1957. CFrame.new(-1.3215034, 0.328110993, -0.700080574, 0.960345328, 0.278150439, 0.0192115754, -0.0744783208, 0.322324753, -0.943694711, -0.268681467, 0.904841959, 0.330259234),
  1958. CFrame.new(0.574013531, -1.42853761, -0.902848005, 0.90852958, -0.282889456, 0.30748567, 0.28565222, 0.957618773, 0.036999315, -0.304920793, 0.0542190373, 0.950832963),
  1959. CFrame.new(-0.374900252, -2.01547813, -0.30741924, 0.603622913, -0.00745700253, 0.797235072, 0.343967259, 0.904542089, -0.251972497, -0.719253719, 0.426319152, 0.548567235),
  1960. }, .4, false)
  1961. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  1962. end
  1963. CFuncs["Sound"].Create("rbxassetid://588693922",RootPart,1,1)
  1964. for i = 0, 1, 0.3 do
  1965. swait()
  1966. PlayAnimationFromTable({
  1967. CFrame.new(-0.566314936, -0.835617423, -0.27476871, 0.816107869, 0.532828331, -0.223745435, -0.103623793, 0.515819013, 0.850407481, 0.568533301, -0.670838833, 0.476177633),
  1968. CFrame.new(-0.0724722892, 1.42486942, 0.150846198, 0.880865276, -0.361220062, 0.305935413, 0.441821873, 0.859365463, -0.257457823, -0.169911414, 0.36195454, 0.916580081),
  1969. CFrame.new(1.97107089, 1.19725895, 0.313646257, -0.486288637, -0.781376481, 0.391119182, 0.192825139, -0.532534719, -0.824151218, 0.852256894, -0.325357735, 0.40963462),
  1970. CFrame.new(-1.55033076, 0.268466353, -1.17038536, 0.749226928, 0.27124241, -0.604224026, -0.642773449, 0.0778198242, -0.762093484, -0.159691453, 0.959360123, 0.232652128),
  1971. CFrame.new(0.773490548, -1.39807868, -0.779710352, 0.961340308, -0.217301667, 0.169129819, 0.271254808, 0.853022397, -0.445840478, -0.0473896712, 0.474481702, 0.878988862),
  1972. CFrame.new(-0.959059596, -1.87286079, -0.820432007, 0.702612638, 0.189346999, 0.685917795, -0.0697793141, 0.977634549, -0.198397338, -0.708142757, 0.0915336013, 0.700110972),
  1973. }, .3, false)
  1974. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  1975. end
  1976. for i = 0, 1, 0.13 do
  1977. swait()
  1978. PlayAnimationFromTable({
  1979. CFrame.new(-0.56631428, -0.835619211, -0.274769545, 0.813055813, 0.370008469, -0.449481994, 0.125340238, 0.642704487, 0.755791485, 0.568533301, -0.670838833, 0.476177633),
  1980. CFrame.new(0.137399927, 1.49113739, -0.00637356937, 0.876034141, -0.180928677, 0.447022319, 0.279254675, 0.946046948, -0.164353281, -0.393167883, 0.26881209, 0.879294634),
  1981. CFrame.new(2.00643468, 1.06336331, -0.33721602, -0.0517476685, -0.802754343, 0.594060242, 0.468802184, -0.544767261, -0.69530797, 0.881786048, 0.24251619, 0.404523432),
  1982. CFrame.new(-1.30057442, 0.505212665, -1.13504565, 0.328835696, -0.117620692, -0.937033892, -0.931490064, 0.123023644, -0.342332661, 0.155542731, 0.985408783, -0.0691078901),
  1983. CFrame.new(0.438014925, -1.59378219, -0.654875219, 0.958472311, -0.0195348859, 0.284515828, 0.118254155, 0.935064673, -0.334170848, -0.259512663, 0.353938699, 0.898543596),
  1984. CFrame.new(-1.31237149, -1.81132758, -0.311906219, 0.5376966, 0.31614086, 0.781624854, -0.273102462, 0.942367673, -0.193282723, -0.797682464, -0.10953626, 0.593046725),
  1985. }, .3, false)
  1986. end
  1987. con:disconnect()
  1988. Humanoid.WalkSpeed=16
  1989. attack=false
  1990. end
  1991.  
  1992. function sattackthree()
  1993. if cooldown2>=5 then
  1994. cooldown2=cooldown2-5
  1995. else
  1996. coo1=false
  1997. spartan=false
  1998. return
  1999. end
  2000. attack=true
  2001. local con = Hitbox.Touched:connect(function(hit)
  2002. Damagefunc(Hitbox, hit, 10, 15, 0, "Normal", RootPart, .2, "rbxassetid://199149221", .8)
  2003. end)
  2004. Humanoid.WalkSpeed=7
  2005. for i = 0, 1, 0.1 do
  2006. swait()
  2007. PlayAnimationFromTable({
  2008. CFrame.new(-3.7997961e-007, -0.46485275, 1.95577741e-008, 0.0524010062, -0.208422005, -0.976634324, 0, 0.977977872, -0.208708763, 0.998626113, 0.0109365489, 0.0512470268),
  2009. CFrame.new(-0.00681257248, 1.49406314, -0.186099261, 0.449959576, -0.105598755, 0.8867836, -0.301508039, 0.916717112, 0.262150288, -0.840612531, -0.385329515, 0.380646825),
  2010. CFrame.new(1.94304061, 0.319142371, -0.465579301, 0, -0.905584812, 0.424165159, 0.977977872, 0.0885269865, 0.189003482, -0.208708763, 0.414824188, 0.885641992),
  2011. CFrame.new(-1.27201116, 0.305094898, -0.645323515, 0.861424029, -0.507886469, 0, 0.106000349, 0.179786727, -0.977977872, 0.496701717, 0.842453659, 0.208708763),
  2012. CFrame.new(0.499313116, -1.98485994, 0.450374544, 0.998626053, 0.0262004063, -0.0453804471, 0.0109365107, 0.742742777, 0.669487596, 0.051246848, -0.669064105, 0.741435766),
  2013. CFrame.new(-0.998626232, -2.00126433, 0.37350595, 0.764991999, 0.641904414, -0.0524008237, -0.620254099, 0.756204486, 0.20842199, 0.173412755, -0.126939371, 0.976634264),
  2014. }, .3, false)
  2015. end
  2016. CFuncs["Sound"].Create("rbxassetid://588693922",RootPart,1,1.5)
  2017. for i = 0, 1, 0.3 do
  2018. swait()
  2019. PlayAnimationFromTable({
  2020. CFrame.new(0, -0.464853376, -5.58793545e-007, 0.730971038, -0.0620537773, 0.679581344, -0.16762802, 0.949016809, 0.266960412, -0.661500037, -0.309057176, 0.683301866),
  2021. CFrame.new(0.0026326403, 1.5227797, -0.0550755337, 0.813257456, 0.130747855, -0.567025065, -0.0969804153, 0.991256297, 0.0894749463, 0.573765874, -0.0177758634, 0.818826437),
  2022. CFrame.new(1.96579301, 0.576898515, -0.332184494, 0.0344252586, -0.799230993, 0.600037456, 0.996308148, -0.0198004544, -0.0835337192, 0.078643769, 0.600697875, 0.795598805),
  2023. CFrame.new(-0.693707347, 0.649028063, -1.12062609, 0.535793483, -0.827542365, 0.16762802, -0.139608935, -0.282624066, -0.949016809, 0.832727432, 0.485074639, -0.266960412),
  2024. CFrame.new(1.2995609, -1.78936791, -0.296530426, 0.84817642, -0.472139895, 0.240168273, 0.493244499, 0.869261444, -0.0330824554, -0.193149447, 0.146521434, 0.970167398),
  2025. CFrame.new(-0.278498471, -2.09745455, -0.342037708, 0.941839278, 0.0246425569, -0.335159481, 0.0170078799, 0.992534757, 0.120770097, 0.335633576, -0.119446367, 0.934389055),
  2026. }, .3, false)
  2027. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  2028. end
  2029.  
  2030. for i = 0, 1, 0.1 do
  2031. swait()
  2032. PlayAnimationFromTable({
  2033. CFrame.new(3.05473804e-007, -0.464853168, 1.1920929e-007, 0.836797535, -0.0620547049, 0.543984592, -0.119301923, 0.949016809, 0.291777581, -0.534356713, -0.309057146, 0.786731601),
  2034. CFrame.new(-0.00686490163, 1.52278018, -0.0547095388, 0.8996979, 0.135902345, -0.414818704, -0.0969794244, 0.988781512, 0.113605171, 0.425604314, -0.0619814098, 0.902784228),
  2035. CFrame.new(1.66048074, 0.450184107, -0.342210174, 0.0474176779, -0.684224963, 0.727728069, 0.996308148, -0.0198002756, -0.0835346207, 0.0715657175, 0.729002237, 0.680760026),
  2036. CFrame.new(-0.966651201, 0.596489191, -0.851131201, 0.670812845, -0.731968164, 0.119301923, -0.139609829, -0.282623798, -0.949016809, 0.728367567, 0.619956911, -0.291777581),
  2037. CFrame.new(1.22934771, -1.78936875, -0.515257418, 0.802418351, -0.439970732, 0.403175801, 0.493244052, 0.869261742, -0.0330832154, -0.335909545, 0.22541061, 0.914524436),
  2038. CFrame.new(-0.333090901, -2.09745407, -0.28914243, 0.985479891, 0.003768906, -0.169751287, 0.0170070156, 0.992534876, 0.120769769, 0.168939263, -0.121903092, 0.978058934),
  2039. }, .3, false)
  2040. end
  2041. MagniDamage(Hitbox,10,10,15,0,"Normal")
  2042. CFuncs["Sound"].Create("rbxassetid://588695708",RootPart,1,1)
  2043. Effects["Sphere"].Create(BrickColor.new("Bright red"),Hitbox.CFrame,20,20,20,5,5,5,0.07)
  2044. Effects["Block"].Create(BrickColor.new("Bright red"),Hitbox.CFrame,20,20,20,5,5,5,0.1)
  2045. con:disconnect()
  2046. Humanoid.WalkSpeed=16
  2047. attack=false
  2048. end
  2049.  
  2050.  
  2051. local deb=false
  2052. local dab = false
  2053. function naenae()
  2054. attack=true
  2055. Humanoid.WalkSpeed=10
  2056. dab = true
  2057. for i = 0, 1, 0.1 do
  2058. swait()
  2059. PlayAnimationFromTable({
  2060. CFrame.new(-9.08970833e-007, -0.0269755125, -0.399999857, 0.671375871, 0.112154834, -0.732581556, 0.039671436, 0.981627166, 0.186639532, 0.740054488, -0.154367819, 0.654591441),
  2061. CFrame.new(-0.0282344185, 1.54118264, -0.0629338622, 0.667401969, -0.130515009, 0.733171463, 0.197973236, 0.980190754, -0.00572595, -0.717900455, 0.148969889, 0.680019677),
  2062. CFrame.new(1.6765914, 0.0904558003, 0.391398251, 0.213757694, -0.131213099, 0.968034506, -0.329037607, 0.923365235, 0.19781521, -0.919805288, -0.36080426, 0.154202402),
  2063. CFrame.new(-0.972902775, 0.673638701, -0.54847002, 0.848377526, -0.528548658, -0.029864762, -0.177330226, -0.230574042, -0.95675993, 0.498808146, 0.816989541, -0.289341509),
  2064. CFrame.new(0.767481565, -2.00398517, -0.194516778, 0.848553836, -0.0765869319, 0.523536801, 0.108111382, 0.993690133, -0.0298635215, -0.517946184, 0.0819411054, 0.85147959),
  2065. CFrame.new(-0.567735434, -1.89344144, -0.492111027, 0.393860459, 0.039671436, 0.918313742, 0.156301677, 0.981627166, -0.109443642, -0.905783415, 0.186639532, 0.380423427),
  2066. }, .3, false)
  2067. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-60), math.rad(0), math.rad(-20)), .3)
  2068. end
  2069. local con = Hitbox2.Touched:connect(function(hit)
  2070. if hit.Parent.Parent:FindFirstChild("Humanoid") ~=nil then
  2071. if deb == false then
  2072. if cooldown3>=5 then
  2073. cooldown3=cooldown3-5
  2074. else
  2075. coo2=false
  2076. attack=false
  2077. dab=false
  2078. end
  2079. deb=true
  2080. hum = hit.Parent.Parent.Humanoid
  2081. tors = hit.Parent.Parent.Torso
  2082. Torso.Velocity = RootPart.CFrame.lookVector*-30
  2083. for i = 0, 1, 0.1 do
  2084. swait()
  2085. PlayAnimationFromTable({
  2086. CFrame.new(-5.51342964e-007, -0.0269757994, -0.400001228, 0.671375871, 0.112154834, -0.732581556, 0.192670509, 0.928081393, 0.318658233, 0.715634406, -0.355086267, 0.601482511),
  2087. CFrame.new(0.046197392, 1.49928892, -0.00113653392, 0.673030317, -0.0662002116, 0.736646354, 0.197039723, 0.976040125, -0.0923097581, -0.71288532, 0.207275912, 0.669948637),
  2088. CFrame.new(1.67531443, -0.21943903, 0.342787862, 0.213757694, -0.131213129, 0.968034565, -0.329037607, 0.923365235, 0.197815239, -0.919805408, -0.36080426, 0.154202402),
  2089. CFrame.new(-0.68226403, 0.824069381, -0.668590426, 0.708357155, -0.657461643, -0.256854892, -0.399092704, -0.072905995, -0.914007545, 0.58219856, 0.749952614, -0.314031661),
  2090. CFrame.new(0.447295725, -2.048877, -0.494824529, 0.848502874, 0.0783486143, 0.523358881, 0.0511581451, 0.972202897, -0.228482917, -0.526712239, 0.220642492, 0.820908725),
  2091. CFrame.new(-0.858617187, -1.6974709, -0.728688002, 0.401810855, 0.192670509, 0.895224094, 0.221649155, 0.928081393, -0.299226671, -0.888492882, 0.318658233, 0.330207944),
  2092. }, .3, false)
  2093. end
  2094. CFuncs["Sound"].Create("rbxassetid://315748970",tors,1,1)
  2095. Effects["Sphere"].Create(BrickColor.new("Bright red"),tors.CFrame,20,20,20,5,5,5,0.07)
  2096. Effects["Block"].Create(BrickColor.new("Bright red"),tors.CFrame,20,20,20,5,5,5,0.1)
  2097. MagniDamage(tors,10,10,15,0,"Normal")
  2098. Humanoid.Health = Humanoid.Health + 15
  2099. for i = 0, 1, 0.1 do
  2100. swait()
  2101. PlayAnimationFromTable({
  2102. CFrame.new(-9.08970833e-007, -0.0269755125, -0.399999857, 0.671375871, 0.112154834, -0.732581556, 0.039671436, 0.981627166, 0.186639532, 0.740054488, -0.154367819, 0.654591441),
  2103. CFrame.new(-0.0282344185, 1.54118264, -0.0629338622, 0.667401969, -0.130515009, 0.733171463, 0.197973236, 0.980190754, -0.00572595, -0.717900455, 0.148969889, 0.680019677),
  2104. CFrame.new(1.6765914, 0.0904558003, 0.391398251, 0.213757694, -0.131213099, 0.968034506, -0.329037607, 0.923365235, 0.19781521, -0.919805288, -0.36080426, 0.154202402),
  2105. CFrame.new(-0.972902775, 0.673638701, -0.54847002, 0.848377526, -0.528548658, -0.029864762, -0.177330226, -0.230574042, -0.95675993, 0.498808146, 0.816989541, -0.289341509),
  2106. CFrame.new(0.767481565, -2.00398517, -0.194516778, 0.848553836, -0.0765869319, 0.523536801, 0.108111382, 0.993690133, -0.0298635215, -0.517946184, 0.0819411054, 0.85147959),
  2107. CFrame.new(-0.567735434, -1.89344144, -0.492111027, 0.393860459, 0.039671436, 0.918313742, 0.156301677, 0.981627166, -0.109443642, -0.905783415, 0.186639532, 0.380423427),
  2108. }, .3, false)
  2109. end
  2110. deb=false
  2111. end
  2112. end
  2113. if hit.Parent:FindFirstChild("Humanoid") then
  2114. if deb == false then
  2115. if cooldown3>=5 then
  2116. cooldown3=cooldown3-5
  2117. else
  2118. coo2=false
  2119. attack=false
  2120. dab=false
  2121. end
  2122. deb=true
  2123. hum = hit.Parent.Humanoid
  2124. tors = hit.Parent.Torso
  2125. Torso.Velocity = RootPart.CFrame.lookVector*-30
  2126. for i = 0, 1, 0.1 do
  2127. swait()
  2128. PlayAnimationFromTable({
  2129. CFrame.new(-5.51342964e-007, -0.0269757994, -0.400001228, 0.671375871, 0.112154834, -0.732581556, 0.192670509, 0.928081393, 0.318658233, 0.715634406, -0.355086267, 0.601482511),
  2130. CFrame.new(0.046197392, 1.49928892, -0.00113653392, 0.673030317, -0.0662002116, 0.736646354, 0.197039723, 0.976040125, -0.0923097581, -0.71288532, 0.207275912, 0.669948637),
  2131. CFrame.new(1.67531443, -0.21943903, 0.342787862, 0.213757694, -0.131213129, 0.968034565, -0.329037607, 0.923365235, 0.197815239, -0.919805408, -0.36080426, 0.154202402),
  2132. CFrame.new(-0.68226403, 0.824069381, -0.668590426, 0.708357155, -0.657461643, -0.256854892, -0.399092704, -0.072905995, -0.914007545, 0.58219856, 0.749952614, -0.314031661),
  2133. CFrame.new(0.447295725, -2.048877, -0.494824529, 0.848502874, 0.0783486143, 0.523358881, 0.0511581451, 0.972202897, -0.228482917, -0.526712239, 0.220642492, 0.820908725),
  2134. CFrame.new(-0.858617187, -1.6974709, -0.728688002, 0.401810855, 0.192670509, 0.895224094, 0.221649155, 0.928081393, -0.299226671, -0.888492882, 0.318658233, 0.330207944),
  2135. }, .3, false)
  2136. end
  2137. CFuncs["Sound"].Create("rbxassetid://315748970",tors,1,1)
  2138. Effects["Sphere"].Create(BrickColor.new("Bright red"),tors.CFrame,20,20,20,5,5,5,0.07)
  2139. Effects["Block"].Create(BrickColor.new("Bright red"),tors.CFrame,20,20,20,5,5,5,0.1)
  2140. MagniDamage(tors,10,10,15,0,"Normal")
  2141. Humanoid.Health = Humanoid.Health + 15
  2142. for i = 0, 1, 0.1 do
  2143. swait()
  2144. PlayAnimationFromTable({
  2145. CFrame.new(-9.08970833e-007, -0.0269755125, -0.399999857, 0.671375871, 0.112154834, -0.732581556, 0.039671436, 0.981627166, 0.186639532, 0.740054488, -0.154367819, 0.654591441),
  2146. CFrame.new(-0.0282344185, 1.54118264, -0.0629338622, 0.667401969, -0.130515009, 0.733171463, 0.197973236, 0.980190754, -0.00572595, -0.717900455, 0.148969889, 0.680019677),
  2147. CFrame.new(1.6765914, 0.0904558003, 0.391398251, 0.213757694, -0.131213099, 0.968034506, -0.329037607, 0.923365235, 0.19781521, -0.919805288, -0.36080426, 0.154202402),
  2148. CFrame.new(-0.972902775, 0.673638701, -0.54847002, 0.848377526, -0.528548658, -0.029864762, -0.177330226, -0.230574042, -0.95675993, 0.498808146, 0.816989541, -0.289341509),
  2149. CFrame.new(0.767481565, -2.00398517, -0.194516778, 0.848553836, -0.0765869319, 0.523536801, 0.108111382, 0.993690133, -0.0298635215, -0.517946184, 0.0819411054, 0.85147959),
  2150. CFrame.new(-0.567735434, -1.89344144, -0.492111027, 0.393860459, 0.039671436, 0.918313742, 0.156301677, 0.981627166, -0.109443642, -0.905783415, 0.186639532, 0.380423427),
  2151. }, .3, false)
  2152. end
  2153. deb=false
  2154. end
  2155. end
  2156. end)
  2157. local dd = Hitbox2.Touched:connect(function(hit)
  2158. if dab==false then
  2159. con:disconnect()
  2160. end
  2161. end)
  2162. end
  2163. local doing = false
  2164. function ult()
  2165. attack=true
  2166. Humanoid.WalkSpeed=10
  2167. for i = 0, 1, 0.1 do
  2168. swait()
  2169. PlayAnimationFromTable({
  2170. CFrame.new(-2.08075335e-009, -0.0269756522, 3.86498868e-008, 1, 0, -2.98023224e-007, -7.71340893e-008, 0.965925813, -0.258819044, 2.87868318e-007, 0.258819044, 0.965925813),
  2171. CFrame.new(7.21774995e-007, 1.57829869, 0.0947343111, 0.996201932, -0.0868240148, -0.00657818513, 0.0829662085, 0.969432592, -0.230904773, 0.0264251884, 0.229482055, 0.972954154),
  2172. CFrame.new(1.54903889, 1.29764509, -0.675872505, 0.99530232, -0.0814853311, -0.0522811785, -0.0898038447, -0.978798926, -0.184086636, -0.0361723602, 0.187916905, -0.981518567),
  2173. CFrame.new(-1.67583156, 0.0309402347, 0.423407376, 0.361026108, 0.787957191, 0.498782098, -0.0720872134, 0.556834936, -0.827489078, -0.929765284, 0.262789309, 0.2578336),
  2174. CFrame.new(0.482964694, -1.94994688, 0.34587723, 0.829037786, -7.71340893e-008, -0.559192657, 0.144729763, 0.965925813, 0.214570716, 0.540138602, -0.258819044, 0.800788999),
  2175. CFrame.new(-0.482964247, -1.88752437, 0.578841269, 0.981627166, -7.71340893e-008, 0.190809175, -0.0493849739, 0.965925813, 0.254063815, -0.184307531, -0.258819044, 0.948179007),
  2176. }, .3, false)
  2177. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  2178. end
  2179. for i = 0, 1, 0.1 do
  2180. swait()
  2181. PlayAnimationFromTable({
  2182. CFrame.new(-7.00666192e-010, -0.0269756168, -4.02797014e-008, 1, 0, -2.98023224e-007, -2.59745079e-008, 0.996194661, -0.087155953, 2.96889141e-007, 0.087155953, 0.996194661),
  2183. CFrame.new(2.8766226e-006, 1.50300813, -0.0311145484, 0.996201932, -0.0868241265, -0.00657818094, 0.0868240818, 0.98480767, 0.15038386, -0.00657870481, -0.15038386, 0.988605797),
  2184. CFrame.new(1.54903591, 0.100242078, -0.326966822, 0.654300213, -0.72489351, -0.215454295, -0.0556103215, 0.238012165, -0.969668806, 0.754187346, 0.646435976, 0.11541985),
  2185. CFrame.new(-1.67583156, -0.0430535674, 0.422347665, 0.361026108, 0.787957251, 0.498782068, 0.0904597938, 0.502742529, -0.859690011, -0.928157926, 0.355490208, 0.110224739),
  2186. CFrame.new(0.482964575, -1.98038363, 0.00201824307, 0.829037786, -2.59745079e-008, -0.559192657, 0.0487369895, 0.996194661, 0.0722555593, 0.557064712, -0.087155953, 0.825883031),
  2187. CFrame.new(-0.482964337, -1.95936334, 0.242282584, 0.981627166, -2.59745079e-008, 0.19080919, -0.0166301318, 0.996194661, 0.0855546594, -0.190083101, -0.087155953, 0.977891743),
  2188. }, .2, false)
  2189. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2190. end
  2191. Effects["Wave"].Create(BrickColor.new("Bright red"),RootPart.CFrame*cn(0,-2,0),5,.5,5,1,.1,1,0.07)
  2192. for i = 0, 1, 0.1 do
  2193. swait()
  2194. PlayAnimationFromTable({
  2195. CFrame.new(-1.12433918e-006, -0.0269756541, -5.23519702e-007, 0.422618508, 0.0789901242, 0.902858913, -2.59745079e-008, 0.996194661, -0.087155953, -0.906307697, 0.0368336961, 0.421010315),
  2196. CFrame.new(-0.0906295478, 1.49797595, -0.0886303484, 0.42009452, 0.0212918594, -0.907230556, 0.165463179, 0.981169045, 0.099645108, 0.89226824, -0.191973627, 0.40866074),
  2197. CFrame.new(1.19037974, 0.0168904662, -1.27968037, 0.992548227, 0.00893497467, -0.121524811, -0.119515195, 0.265794486, -0.95659256, 0.023753494, 0.963988304, 0.26488173),
  2198. CFrame.new(-0.343276203, 0.258422852, -0.721229911, 0.44429031, -0.886849284, 0.126903594, 0.435720623, 0.090135932, -0.895557344, 0.782785892, 0.453181982, 0.426465034),
  2199. CFrame.new(0.509931803, -1.98787832, -0.083645843, -0.156434208, -2.59745079e-008, -0.987688422, 0.0860829204, 0.996194661, -0.0136341956, 0.983929992, -0.087155953, -0.155838877),
  2200. CFrame.new(-0.449347138, -1.99369812, -0.150166422, 0.970295787, -2.59745079e-008, -0.241921723, 0.0210849419, 0.996194661, 0.0845670551, 0.241001159, -0.087155953, 0.966603518),
  2201. }, .3, false)
  2202. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), .3)
  2203. end
  2204. CFuncs["Sound"].Create("rbxassetid://231917970",RootPart,1,1)
  2205. CFuncs["Sound"].Create("rbxassetid://292363841",RootPart,1,1)
  2206. Runes = {""}
  2207. BillboardGui=function(image,position,size) --returns a basic billboard gui object for further manipulation
  2208. local billpar = Instance.new("Part")
  2209. billpar.Transparency=1
  2210. billpar.formFactor="Custom"
  2211. billpar.Size=Vector3.new(1,1,1)
  2212. billpar.Anchored=true
  2213. billpar.CanCollide=false
  2214. billpar.CFrame = CFrame.new(position)
  2215. billpar.Name="BillboardGuiPart"
  2216. local bill = Instance.new("BillboardGui",billpar)
  2217. bill.Adornee=billpar
  2218. bill.Size=UDim2.new(1,0,1,0)
  2219. bill.SizeOffset=Vector2.new(size,size)
  2220. local d = Instance.new("ImageLabel",bill)
  2221. d.BackgroundTransparency=1
  2222. d.Size=UDim2.new(1,0,1,0)
  2223. d.Image=image
  2224. return billpar
  2225. end
  2226. eb = BillboardGui(Runes[math.random(1, #Runes)],(RightArm.CFrame*CFrame.new(0,-2,0)).p,0)
  2227. eb.Parent=EffectModel
  2228. eb.BillboardGui.Size=UDim2.new(3,0,3,0)
  2229. eb.BillboardGui.ImageLabel.ImageColor3= BrickColor.new("Toothpaste").Color
  2230. doing=true
  2231. for i=1,3 do
  2232. swait()
  2233. local blast=Instance.new("Part",EffectModel)
  2234. blast.Anchored=true
  2235. blast.Transparency=1
  2236. blast.CanCollide=false
  2237. blast.Size=Vector3.new(1,1,1)
  2238. blast.CFrame=RightArm.CFrame*CFrame.new(0,-2,0)*CFrame.fromEulerAnglesXYZ(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  2239. m=Instance.new("SpecialMesh",blast)
  2240. m.Scale=Vector3.new(3,3,3)
  2241. m.MeshType="Sphere"
  2242. blast.BrickColor=BrickColor.new("White")
  2243. blast.Material="Neon"
  2244. coroutine.resume(coroutine.create(function(p)
  2245. for i=1, 15 do
  2246. blast.Transparency=i/10
  2247. blast.Mesh.Scale=blast.Mesh.Scale / 1.1
  2248. swait()
  2249. end
  2250. blast:Remove()
  2251. end),p)
  2252.  
  2253. p=Instance.new("Part")
  2254. local p=Instance.new("Part")
  2255. p.TopSurface=0
  2256. p.BottomSurface=0
  2257. p.CanCollide=false
  2258. p.Anchored=true
  2259. p.BrickColor=BrickColor.new("White")
  2260. p.formFactor="Symmetric"
  2261. p.Size=Vector3.new(1,1,1)
  2262. p.CFrame=blast.CFrame*CFrame.fromEulerAnglesXYZ(math.pi/2+math.random(-15,15)/9,math.random(-15,15)/9,math.random(-10,10)/9)
  2263. p.Parent=EffectModel
  2264. m=Instance.new("SpecialMesh")
  2265. m.MeshType="FileMesh"
  2266. m.MeshId="http://www.roblox.com/asset/?id=51226819"
  2267. m.Scale=Vector3.new(5,5,5)
  2268. m.Parent=p
  2269. m.Name="Triangle"
  2270. coroutine.resume(coroutine.create(function(p) for i=1, 10 do p.Transparency=i/10 p.Triangle.Scale=p.Triangle.Scale+Vector3.new(0.8,0.8,0) swait() end p.Parent=nil end),p)
  2271. p=Instance.new("Part")
  2272. p.TopSurface=0
  2273. p.BottomSurface=0
  2274. p.CanCollide=false
  2275. p.Anchored=true
  2276. p.BrickColor=BrickColor.new("Black")
  2277. p.Material="Neon"
  2278. p.formFactor="Symmetric"
  2279. p.Size=Vector3.new(1,1,1)
  2280. p.CFrame=blast.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-10,10)/4,math.random(-10,10)/4,math.random(-10,10)/4)
  2281. p.Parent=EffectModel
  2282. local m=Instance.new("BlockMesh")
  2283. m.Parent=p
  2284. m.Scale=Vector3.new(0.4,0.4,0.4)
  2285. coroutine.resume(coroutine.create(function(p) for i=1, 10 do p.Transparency=i/10 p.CFrame=p.CFrame*CFrame.new(0,-0.5,0) swait() end p.Parent=nil end),p)
  2286. end
  2287.  
  2288.  
  2289. eb:Destroy()
  2290. local billpar = Instance.new("Part")
  2291. billpar.Transparency=1
  2292. billpar.formFactor="Custom"
  2293. billpar.Size=Vector3.new(1,1,1)
  2294. billpar.Anchored=true
  2295. billpar.CanCollide=false
  2296. billpar.CFrame=RootPart.CFrame
  2297. billpar.BrickColor=BrickColor.new("White")
  2298. billpar.Material="Neon"
  2299. billpar.Name="oraora"
  2300. billpar.Parent=EffectModel
  2301. m=Instance.new("SpecialMesh",billpar)
  2302. m.MeshType="FileMesh"
  2303. m.MeshId="http://www.roblox.com/asset/?id=51226819"
  2304. billpar.BrickColor=BrickColor.new("Bright red")
  2305. billpar.Material="Neon"
  2306. local bill = Instance.new("BillboardGui",billpar)
  2307. bill.Adornee=billpar
  2308. bill.Size=UDim2.new(7,0,7,0)
  2309. bill.SizeOffset=Vector2.new(0,0)
  2310. local d = Instance.new("ImageLabel",bill)
  2311. d.BackgroundTransparency=1
  2312. d.Size=UDim2.new(1,0,1,0)
  2313. d.Image=Runes[math.random(1, #Runes)]
  2314. d.ImageColor3=BrickColor.new("Toothpaste").Color
  2315. num=0
  2316. coroutine.resume(coroutine.create(function(p)
  2317. for er=1,100 do
  2318. swait()
  2319. d.Rotation=d.Rotation+(3)
  2320.  
  2321. DIR=billpar.CFrame.lookVector
  2322.  
  2323. num=num+1
  2324. if num==4 then
  2325. CFuncs["Sound"].Create("rbxassetid://231917970",billpar,1,1)
  2326. MagniDamage(billpar, 11, 3, 6, math.random(1,3), "Normal")
  2327. num=0
  2328. local hitfloor2, posfloor2 = rayCast(billpar.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 20, Character)
  2329. if hitfloor2 ~= nil and equipped == true then
  2330. local p=Instance.new("Part")
  2331. p.TopSurface=0
  2332. p.BottomSurface=0
  2333. p.CanCollide=false
  2334. p.Anchored=true
  2335. p.BrickColor=BrickColor.new("Light stone grey")
  2336. p.CFrame=cn(posfloor2)*CFrame.new(0,1,0)*CFrame.Angles(0,math.random(-10,10),0)
  2337. p.formFactor="Symmetric"
  2338. p.Size=Vector3.new(1,1,1)
  2339. p.Parent=EffectModel
  2340. m=Instance.new("SpecialMesh")
  2341. m.MeshType="FileMesh"
  2342. m.MeshId="http://www.roblox.com/asset/?id=51226819"
  2343. p.Material="SmoothPlastic"
  2344. m.Parent=p
  2345. m.Scale=Vector3.new(12,2,12)
  2346. m.Name="Mesh"
  2347. game:GetService("Debris"):AddItem(p,5)
  2348. coroutine.resume(coroutine.create(function(p)
  2349. for ii=1, 20 do
  2350. p.Transparency=.5 + ii/20
  2351. p.CFrame = p.CFrame * CFrame.Angles(0,-math.rad(3 + ii),0) - Vector3.new(0,.05,0)
  2352. p.Mesh.Scale=p.Mesh.Scale + Vector3.new(.4,-.1,.4)
  2353. swait()
  2354. end
  2355. p:Remove()
  2356. end),p)
  2357. end
  2358.  
  2359.  
  2360.  
  2361. p=Instance.new("Part")
  2362. local p=Instance.new("Part")
  2363. p.TopSurface=0
  2364. p.BottomSurface=0
  2365. p.CanCollide=false
  2366. p.Anchored=true
  2367. p.BrickColor=BrickColor.new("Bright red")
  2368. p.formFactor="Symmetric"
  2369. p.Size=Vector3.new(1,1,1)
  2370. p.CFrame=billpar.CFrame*CFrame.fromEulerAnglesXYZ(math.rad(0),0,0)
  2371. p.Parent=EffectModel
  2372. m=Instance.new("SpecialMesh")
  2373. m.MeshType="FileMesh"
  2374. m.MeshId="http://www.roblox.com/asset/?id=51226819"
  2375. m.Scale=Vector3.new(8,8,8)
  2376. m.Parent=p
  2377. m.Name="Triangle"
  2378. Effects["Ring"].Create(BrickColor.new("White"),billpar.CFrame*cn(0,1.5,-3)*angles(0,0,0), 15, 15, 2, 1,1,0, 0.06)
  2379. Effects["Sphere"].Create(BrickColor.new("Bright red"),billpar.CFrame*cn(0,1.5,-3), 10, 10, 10, 20,20,20, 0.1)
  2380. Effects["Block"].Create(BrickColor.new("Bright orange"),billpar.CFrame*cn(math.random(-5,5),math.random(-2,5),math.random(-5,5)), 10, 10, 10, 6,6,6, 0.05)
  2381. --Effects["Wave"].Create(BrickColor.new("Bright orange"),billpar.CFrame*cn(0,1.5,-5)*angles(1.47,0,0), 10, 5, 10, .5,2,.5, 0.05)
  2382. coroutine.resume(coroutine.create(function(p) for iii=1, 15
  2383. do p.Transparency=iii/20
  2384. -- p.Triangle.Scale=p.Triangle.Scale+Vector3.new(1.7,1.7,1.7)
  2385. p.CFrame=billpar.CFrame*CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(0),0)
  2386.  
  2387. swait() end p.Parent=nil end),p)
  2388. end
  2389. if trigger == true then
  2390. attack=true
  2391.  
  2392. CFuncs["Sound"].Create("rbxassetid://231917806",RootPart,1,1)
  2393. Torso.CFrame = billpar.CFrame
  2394. MagniDamage(RootPart,30,10,20,0,"Knockdown")
  2395. Effects["Ring"].Create(BrickColor.new("White"),Torso.CFrame*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)), 15, 15, 2, 1,1,0, 0.06)
  2396. Effects["Sphere"].Create(BrickColor.new("Bright red"),RootPart.CFrame, 50, 50, 50, 5,5,5, 0.04)
  2397. Effects["Block"].Create(BrickColor.new("Bright orange"),RootPart.CFrame, 10, 10, 10, 16,16,16, 0.05)
  2398. Effects["Wave"].Create(BrickColor.new("Bright orange"),RootPart.CFrame*cn(0,-1.5,0), 5, 1, 5, 3,0,3, 0.05)
  2399. doing=false
  2400.  
  2401. Humanoid.WalkSpeed=16
  2402. billpar:Destroy()
  2403. trigger=false
  2404. for i = 0, 1, 0.3 do
  2405. swait()
  2406. PlayAnimationFromTable({
  2407. CFrame.new(-0.566314936, -0.835617423, -0.27476871, 0.816107869, 0.532828331, -0.223745435, -0.103623793, 0.515819013, 0.850407481, 0.568533301, -0.670838833, 0.476177633),
  2408. CFrame.new(-0.0724722892, 1.42486942, 0.150846198, 0.880865276, -0.361220062, 0.305935413, 0.441821873, 0.859365463, -0.257457823, -0.169911414, 0.36195454, 0.916580081),
  2409. CFrame.new(1.97107089, 1.19725895, 0.313646257, -0.486288637, -0.781376481, 0.391119182, 0.192825139, -0.532534719, -0.824151218, 0.852256894, -0.325357735, 0.40963462),
  2410. CFrame.new(-1.55033076, 0.268466353, -1.17038536, 0.749226928, 0.27124241, -0.604224026, -0.642773449, 0.0778198242, -0.762093484, -0.159691453, 0.959360123, 0.232652128),
  2411. CFrame.new(0.773490548, -1.39807868, -0.779710352, 0.961340308, -0.217301667, 0.169129819, 0.271254808, 0.853022397, -0.445840478, -0.0473896712, 0.474481702, 0.878988862),
  2412. CFrame.new(-0.959059596, -1.87286079, -0.820432007, 0.702612638, 0.189346999, 0.685917795, -0.0697793141, 0.977634549, -0.198397338, -0.708142757, 0.0915336013, 0.700110972),
  2413. }, .3, false)
  2414. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2415. end
  2416. for i = 0, 1, 0.13 do
  2417. swait()
  2418. PlayAnimationFromTable({
  2419. CFrame.new(-0.56631428, -0.835619211, -0.274769545, 0.813055813, 0.370008469, -0.449481994, 0.125340238, 0.642704487, 0.755791485, 0.568533301, -0.670838833, 0.476177633),
  2420. CFrame.new(0.137399927, 1.49113739, -0.00637356937, 0.876034141, -0.180928677, 0.447022319, 0.279254675, 0.946046948, -0.164353281, -0.393167883, 0.26881209, 0.879294634),
  2421. CFrame.new(2.00643468, 1.06336331, -0.33721602, -0.0517476685, -0.802754343, 0.594060242, 0.468802184, -0.544767261, -0.69530797, 0.881786048, 0.24251619, 0.404523432),
  2422. CFrame.new(-1.30057442, 0.505212665, -1.13504565, 0.328835696, -0.117620692, -0.937033892, -0.931490064, 0.123023644, -0.342332661, 0.155542731, 0.985408783, -0.0691078901),
  2423. CFrame.new(0.438014925, -1.59378219, -0.654875219, 0.958472311, -0.0195348859, 0.284515828, 0.118254155, 0.935064673, -0.334170848, -0.259512663, 0.353938699, 0.898543596),
  2424. CFrame.new(-1.31237149, -1.81132758, -0.311906219, 0.5376966, 0.31614086, 0.781624854, -0.273102462, 0.942367673, -0.193282723, -0.797682464, -0.10953626, 0.593046725),
  2425. }, .3, false)
  2426. end
  2427. attack=false
  2428. break
  2429.  
  2430. else
  2431. billpar.CFrame=billpar.CFrame*CFrame.new(0,0,-2)
  2432. end
  2433.  
  2434. end
  2435. doing=false
  2436. billpar:Destroy()
  2437. end))
  2438. for i = 0, 1, 0.1 do
  2439. swait()
  2440. PlayAnimationFromTable({
  2441. CFrame.new(-6.04661182e-007, -0.0269757602, 3.04076821e-007, 0.829037368, -0.0487369858, -0.557065248, 0.182055369, 0.965444684, 0.186473384, 0.528727531, -0.256010145, 0.809262633),
  2442. CFrame.new(0.114466198, 1.52497041, 0.0369310677, 0.957162917, -0.0433604345, 0.286284596, 0.0310716927, 0.998395741, 0.0473311692, -0.287877649, -0.036408335, 0.956974804),
  2443. CFrame.new(2.12150669, 0.883369029, 0.478789538, -0.289641976, -0.895451903, 0.338043571, -0.426095784, -0.195622057, -0.883274734, 0.857058883, -0.399872363, -0.324887931),
  2444. CFrame.new(-1.47265232, 0.425108433, -0.118067831, 0.720503688, 0.587817609, 0.367892355, 0.306421727, 0.206041947, -0.929328978, -0.622077286, 0.782315254, -0.0316661),
  2445. CFrame.new(0.351139486, -2.04318953, -0.345162094, 0.98296386, 0.182055369, -0.0252568126, -0.183563858, 0.965444684, -0.184988663, -0.00929415226, 0.186473384, 0.982416093),
  2446. CFrame.new(-0.616526186, -1.9505806, 0.120104805, 0.879762888, 0.182055369, 0.439173102, -0.0752303451, 0.965444684, -0.249513268, -0.469422579, 0.186473384, 0.863058507),
  2447. }, .3, false)
  2448. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(90), math.rad(0), math.rad(50)), .3)
  2449. end
  2450. Humanoid.WalkSpeed=16
  2451. attack=false
  2452. end
  2453. --[[Attacks]]--
  2454.  
  2455. mouse.Button1Down:connect(function()
  2456. if attack == false and attacktype == 1 then
  2457. if spartan == false then
  2458. attacktype=2
  2459. attackone()
  2460. else
  2461. attacktype=2
  2462. sattackone()
  2463. end
  2464. elseif attack == false and attacktype == 2 then
  2465. if spartan == false then
  2466. attacktype=3
  2467. attacktwo()
  2468. else
  2469. attacktype=3
  2470. sattacktwo()
  2471. end
  2472. elseif attack == false and attacktype == 3 then
  2473. if spartan == false then
  2474. attacktype=1
  2475. attackthree()
  2476. else
  2477. attacktype=1
  2478. sattackthree()
  2479. end
  2480. end
  2481. end)
  2482.  
  2483. mouse.KeyDown:connect(function(k)
  2484. k = k:lower()
  2485. if attack == false and k == 'z' and cooldown1>=co1 then
  2486. cooldown1=0
  2487. zcharge()
  2488. elseif attack == false and spartan == false and k == 'x' and cooldown2>=co2 then
  2489. coo1=true
  2490. attacktype=1
  2491. spartan=true
  2492. elseif attack == false and spartan==true and k== 'x' then
  2493. coo1=false
  2494. spartan=false
  2495. elseif attack == false and k== 'c' and cooldown3>=co3 then
  2496. coo2=true
  2497. naenae()
  2498. elseif attack == true and k== 'c' and dab == true then
  2499. coo2=false
  2500. attack=false
  2501. dab=false
  2502. Humanoid.WalkSpeed=16
  2503. elseif attack == false and k == 'v' and doing == false and cooldown4>=co4 then
  2504. cooldown4=0
  2505. ult()
  2506. elseif attack == false and doing == true and trigger == false and k == 'v' then
  2507. trigger = true
  2508. end
  2509.  
  2510. end)
  2511. function updateskills()
  2512. if cooldown1 <= co1 then
  2513. cooldown1 = cooldown1 + 1 / 30
  2514. end
  2515. if cooldown2 <= co2 and coo1 == false then
  2516. cooldown2 = cooldown2 + 1 / 30
  2517. end
  2518. if cooldown3 <= co3 and coo2 == false then
  2519. cooldown3 = cooldown3 + 1 / 30
  2520. end
  2521. if cooldown4 <= co4 then
  2522. cooldown4 = cooldown4 + 1 / 30
  2523. end
  2524. end
  2525.  
  2526.  
  2527. while true do
  2528. swait()
  2529. if Humanoid.Health == 0 or Character == nil then
  2530. break
  2531. end
  2532. updateskills()
  2533. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), 'Out', 'Quad', .5)
  2534. bar3:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), 'Out', 'Quad', .5)
  2535. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), 'Out', 'Quad', .5)
  2536. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), 'Out', 'Quad', .5)
  2537. for i, v in pairs(Character:GetChildren()) do
  2538. if v:IsA("Part") then
  2539. v.Material = "SmoothPlastic"
  2540. elseif v:IsA("Hat") then
  2541. v:WaitForChild("Handle").Material = "SmoothPlastic"
  2542. end
  2543. end
  2544. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2545. velocity = RootPart.Velocity.y
  2546. sine = sine + change
  2547. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  2548. if equipped == true or equipped == false then
  2549. if RootPart.Velocity.y > 1 and hit == nil then
  2550. Anim = "Jump"
  2551. if attack == false then
  2552. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0-.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2553. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2554. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0+.1*math.cos(sine/8), 0.5) * angles(math.rad(-30), math.rad(0), math.rad(0)), 0.3)
  2555. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0+.1*math.cos(sine/7), -0.5) * angles(math.rad(60), math.rad(0), math.rad(20)), 0.3)
  2556. RH.C0 = clerp(RH.C0, CFrame.new(.5, -2+.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2557. LH.C0 = clerp(LH.C0, CFrame.new(-.5, -2+.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2558. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-60), math.rad(0), math.rad(0)), .3)
  2559. end
  2560. elseif RootPart.Velocity.y < -1 and hit == nil then
  2561. Anim = "Fall"
  2562. if attack == false then
  2563. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0-.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2564. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), .3)
  2565. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0+.1*math.cos(sine/8), 0.5) * angles(math.rad(-30), math.rad(0), math.rad(0)), 0.3)
  2566. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0+.1*math.cos(sine/7), -0.5) * angles(math.rad(60), math.rad(0), math.rad(20)), 0.3)
  2567. RH.C0 = clerp(RH.C0, CFrame.new(.5, -2+.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2568. LH.C0 = clerp(LH.C0, CFrame.new(-.5, -2+.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2569. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-60), math.rad(0), math.rad(0)), .3)
  2570. end
  2571. elseif Torsovelocity < 1 and hit ~= nil then
  2572. Anim = "Idle"
  2573. if attack == false then
  2574. --[[ if spartang == false then
  2575. change = 1
  2576. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0-.05*math.cos(sine/6)) * angles(math.rad(0), math.rad(0), math.rad(30)), .3)
  2577. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(10), math.rad(0), math.rad(-30)), .3)
  2578. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.1*math.cos(sine/8), 0) * angles(math.rad(-30), math.rad(0), math.rad(0)), .3)
  2579. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.1*math.cos(sine/7), 0) * angles(math.rad(60), math.rad(0), math.rad(20)), .3)
  2580. RH.C0 = clerp(RH.C0, cn(1, -1+.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(-30), math.rad(0)), .3)
  2581. LH.C0 = clerp(LH.C0, cn(-1, -1+.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2582. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-60), math.rad(0), math.rad(0)), .3)
  2583. else
  2584. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -.5-.1*math.cos(sine/10)) * angles(math.rad(5), math.rad(0), math.rad(-90)), .3)
  2585. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  2586. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.7-.1*math.cos(sine/8), -.5) * angles(math.rad(90), math.rad(0), math.rad(0)), .3)
  2587. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, -.1, 0) * angles(math.rad(130), math.rad(0), math.rad(0)), .3)
  2588. RH.C0 = clerp(RH.C0, cn(1, -1+.1*math.cos(sine/10), -0.5) * angles(math.rad(0), math.rad(0), math.rad(-30)), .3)
  2589. LH.C0 = clerp(LH.C0, cn(-1, -1+.1*math.cos(sine/10), 0) * angles(math.rad(-60), math.rad(0), math.rad(0)), .3)
  2590. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cf(0,0, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), .3)
  2591. end]]
  2592. if spartan == false then
  2593. change = 1
  2594. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0-.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2595. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(-10), math.rad(-30), math.rad(0)), .3)
  2596. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0+.1*math.cos(sine/8), 0.5) * angles(math.rad(-30), math.rad(0), math.rad(0)), 0.3)
  2597. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0+.1*math.cos(sine/7), -0.5) * angles(math.rad(60), math.rad(0), math.rad(20)), 0.3)
  2598. RH.C0 = clerp(RH.C0, CFrame.new(.5, -2+.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2599. LH.C0 = clerp(LH.C0, CFrame.new(-.5, -2+.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2600. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-60), math.rad(0), math.rad(0)), .3)
  2601. else
  2602. change = 1
  2603. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, -.5-.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(-90), math.rad(0)), .3)
  2604. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(0), math.rad(90), math.rad(0)), .3)
  2605. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.1*math.cos(sine/8), -1) * angles(math.rad(0), math.rad(60), math.rad(90)), 0.3)
  2606. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.5+.1*math.cos(sine/7), -0.5) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.3)
  2607. RH.C0 = clerp(RH.C0, CFrame.new(.5, -2+.05*math.cos(sine/6), 0) * angles(math.rad(-30), math.rad(0), math.rad(0)), .3)
  2608. LH.C0 = clerp(LH.C0, CFrame.new(-1, -2+.05*math.cos(sine/6), 0) * angles(math.rad(0), math.rad(0), math.rad(-40)), .3)
  2609. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), .3)
  2610. end
  2611. end
  2612. elseif Torsovelocity > 2 and hit ~= nil then
  2613. Anim = "Walk"
  2614. if attack == false then
  2615. RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2616. Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(0)), .3)
  2617. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0.5) * angles(math.rad(-30), math.rad(0), math.rad(0)), 0.3)
  2618. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, -.5) * angles(math.rad(60), math.rad(0), math.rad(20)), 0.3)
  2619. RH.C0 = clerp(RH.C0, CFrame.new(.5, -2, 0+1*math.cos(sine/3)) * angles(math.rad(0-50*math.cos(sine/3)), math.rad(0), math.rad(0)), .3)
  2620. LH.C0 = clerp(LH.C0, CFrame.new(-.5, -2, 0-1*math.cos(sine/3)) * angles(math.rad(0+50*math.cos(sine/3)), math.rad(0), math.rad(0)), .3)
  2621. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, cn(0, 0, 0) * angles(math.rad(-60), math.rad(0), math.rad(0)), .3)
  2622. end
  2623. end
  2624. end
  2625. if #Effects > 0 then
  2626. for e = 1, #Effects do
  2627. if Effects[e] ~= nil then
  2628. local Thing = Effects[e]
  2629. if Thing ~= nil then
  2630. local Part = Thing[1]
  2631. local Mode = Thing[2]
  2632. local Delay = Thing[3]
  2633. local IncX = Thing[4]
  2634. local IncY = Thing[5]
  2635. local IncZ = Thing[6]
  2636. if Thing[1].Transparency <= 1 then
  2637. if Thing[2] == "Block1" then
  2638. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2639. Mesh = Thing[1].Mesh
  2640. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2641. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2642. elseif Thing[2] == "Block2" then
  2643. Thing[1].CFrame = Thing[1].CFrame
  2644. Mesh = Thing[7]
  2645. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2646. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2647. elseif Thing[2] == "Cylinder" then
  2648. Mesh = Thing[1].Mesh
  2649. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2650. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2651. elseif Thing[2] == "Blood" then
  2652. Mesh = Thing[7]
  2653. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, .5, 0)
  2654. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2655. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2656. elseif Thing[2] == "Elec" then
  2657. Mesh = Thing[1].Mesh
  2658. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  2659. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2660. elseif Thing[2] == "Disappear" then
  2661. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2662. elseif Thing[2] == "Shatter" then
  2663. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2664. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  2665. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  2666. Thing[6] = Thing[6] + Thing[5]
  2667. end
  2668. else
  2669. Part.Parent = nil
  2670. table.remove(Effects, e)
  2671. end
  2672. end
  2673. end
  2674. end
  2675. end
  2676. end
Add Comment
Please, Sign In to add comment