Advertisement
TheYoutuber_Pro

epik flippy

Jan 24th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end local Player,game,owner = owner,game local RealPlayer = Player do local rp = RealPlayer script.Parent = rp.Character local Event = Instance.new("RemoteEvent") Event.Name = "UserInput_Event" local function fakeEvent() local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end} t.connect = t.Connect return t end local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()} local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()} local CAS = {Actions={},BindAction=function(self,name,fun,touch,...) CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil end} CAS.UnbindAction = CAS.BindAction local function te(self,ev,...) local t = m[ev] if t and t._fakeEvent then for _,f in pairs(t.Functions) do f(...) end end end m.TrigEvent = te UIS.TrigEvent = te Event.OnServerEvent:Connect(function(plr,io) if plr~=rp then return end m.Target = io.Target m.Hit = io.Hit if not io.isMouse then local b = io.UserInputState == Enum.UserInputState.Begin if io.UserInputType == Enum.UserInputType.MouseButton1 then return m:TrigEvent(b and "Button1Down" or "Button1Up") end for _,t in pairs(CAS.Actions) do for _,k in pairs(t.Keys) do if k==io.KeyCode then t.Function(t.Name,io.UserInputState,io) end end end m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) end end) Event.Parent = NLS([==[ local Player = game:GetService("Players").LocalPlayer local Event = script:WaitForChild("UserInput_Event") local Mouse = Player:GetMouse() local UIS = game:GetService("UserInputService") local input = function(io,a) if a then return end Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target}) end UIS.InputBegan:Connect(input) UIS.InputEnded:Connect(input) local h,t while wait(1/30) do if h~=Mouse.Hit or t~=Mouse.Target then h,t=Mouse.Hit,Mouse.Target Event:FireServer({isMouse=true,Target=t,Hit=h}) end end]==],Player.Character) local _rg = game local fsmt = { __index = function(self,k) local s = rawget(self,"_RealService") if s then return s[k] end end, __newindex = function(self,k,v) local s = rawget(self,"_RealService") if s then s[k]=v end end, __call = function(self,...) local s = rawget(self,"_RealService") if s then return s(...) end end } local function FakeService(t,RealService) t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService return setmetatable(t,fsmt) end local g = { GetService = function(self,s) return self[s] end, Players = FakeService({ LocalPlayer = FakeService({GetMouse=function(self)return m end},Player) },"Players"), UserInputService = FakeService(UIS,"UserInputService"), ContextActionService = FakeService(CAS,"ContextActionService"), } rawset(g.Players,"localPlayer",g.Players.LocalPlayer) g.service = g.GetService g.RunService = FakeService({ RenderStepped = _rg:GetService("RunService").Heartbeat, BindToRenderStep = function(self,name,_,fun) self._btrs[name] = self.Heartbeat:Connect(fun) end, UnbindFromRenderStep = function(self,name) self._btrs[name]:Disconnect() end, },"RunService") setmetatable(g,{ __index=function(self,s) return _rg:GetService(s) or typeof(_rg[s])=="function" and function(_,...)return _rg[s](_rg,...)end or _rg[s] end, __newindex = fsmt.__newindex, __call = fsmt.__call }) game,owner = g,g.Players.LocalPlayer end
  2.  
  3. --[Made by R R U#4232 & Dooven]--
  4. --[For AzuLX.]--
  5. wait(1 / 60)
  6. Effects = { }
  7. local Player = game.Players.localPlayer
  8. local Character = Player.Character
  9. local Humanoid = Character.Humanoid
  10. local Mouse = Player:GetMouse()
  11. local LeftArm = Character["Left Arm"]
  12. local RightArm = Character["Right Arm"]
  13. local LeftLeg = Character["Left Leg"]
  14. local RightLeg = Character["Right Leg"]
  15. local Head = Character.Head
  16. local Torso = Character.Torso
  17. local shirtid = 166457929
  18. local pantsid = 24673998
  19. if Character:findFirstChild("Shirt") ~= nil then
  20. Character.Shirt:Destroy()
  21. end
  22. if Character:findFirstChild("Pants") ~= nil then
  23. Character.Pants:Destroy()
  24. end
  25. local shirt = Instance.new("Shirt", Character)
  26. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=" .. shirtid .. ""
  27. local pants = Instance.new("Pants", Character)
  28. pants.PantsTemplate = "http://www.roblox.com/asset/?id=" .. pantsid .. ""
  29. local Camera = game.Workspace.CurrentCamera
  30. local HumanoidRootPart = Character.HumanoidRootPart
  31. local RootJoint = HumanoidRootPart.RootJoint
  32. local attack = false
  33. local Anim = 'Idle'
  34. local attacktype = 1
  35. local Torsovelocity = (HumanoidRootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  36. local velocity = HumanoidRootPart.Velocity.y
  37. local sine = 0
  38. local change = 1
  39. local Create = LoadLibrary("RbxUtility").Create
  40.  
  41.  
  42. for i,v in pairs(Character:children()) do
  43. if v:IsA("Hat") then
  44. v:Destroy()
  45. end
  46.  
  47. end
  48. for i,v in pairs(Head:children()) do
  49. if v:IsA("Sound") then
  50. v:Destroy()
  51. end
  52. end
  53.  
  54. local m = Create("Model"){
  55. Parent = Character,
  56. Name = "WeaponModel",
  57. }
  58.  
  59. Humanoid.Animator.Parent = nil
  60. Character.Animate.Parent = nil
  61.  
  62.  
  63. local newMotor = function(part0, part1, c0, c1)
  64. local w = Create('Motor'){
  65. Parent = part0,
  66. Part0 = part0,
  67. Part1 = part1,
  68. C0 = c0,
  69. C1 = c1,
  70. }
  71. return w
  72. end
  73.  
  74. function clerp(a, b, t)
  75. return a:lerp(b, t)
  76. end
  77.  
  78. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  79. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  80.  
  81. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  82. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  83. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  84. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  85. RootJoint.C1 = CFrame.new(0, 0, 0)
  86. RootJoint.C0 = CFrame.new(0, 0, 0)
  87. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  88. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  89.  
  90. local rarmc1 = RW.C1
  91. local larmc1 = LW.C1
  92. local rlegc1 = RH.C1
  93. local llegc1 = LH.C1
  94.  
  95. local resetc1 = false
  96.  
  97. function PlayAnimationFromTable(table, speed, bool)
  98. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  99. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  100. RW.C0 = clerp(RW.C0, table[3], speed)
  101. LW.C0 = clerp(LW.C0, table[4], speed)
  102. RH.C0 = clerp(RH.C0, table[5], speed)
  103. LH.C0 = clerp(LH.C0, table[6], speed)
  104. if bool == true then
  105. if resetc1 == false then
  106. resetc1 = true
  107. RootJoint.C1 = RootJoint.C1
  108. Torso.Neck.C1 = Torso.Neck.C1
  109. RW.C1 = rarmc1
  110. LW.C1 = larmc1
  111. RH.C1 = rlegc1
  112. LH.C1 = llegc1
  113. end
  114. end
  115. end
  116.  
  117. ArtificialHB = Create("BindableEvent", script){
  118. Parent = script,
  119. Name = "Heartbeat",
  120. }
  121.  
  122. script:WaitForChild("Heartbeat")
  123.  
  124. frame = 1 / 30
  125. tf = 0
  126. allowframeloss = false
  127. tossremainder = false
  128. lastframe = tick()
  129. script.Heartbeat:Fire()
  130.  
  131. game:GetService("RunService").Heartbeat:connect(function(s, p)
  132. tf = tf + s
  133. if tf >= frame then
  134. if allowframeloss then
  135. script.Heartbeat:Fire()
  136. lastframe = tick()
  137. else
  138. for i = 1, math.floor(tf / frame) do
  139. script.Heartbeat:Fire()
  140. end
  141. lastframe = tick()
  142. end
  143. if tossremainder then
  144. tf = 0
  145. else
  146. tf = tf - frame * math.floor(tf / frame)
  147. end
  148. end
  149. end)
  150.  
  151. function swait(num)
  152. if num == 0 or num == nil then
  153. ArtificialHB.Event:wait()
  154. else
  155. for i = 0, num do
  156. ArtificialHB.Event:wait()
  157. end
  158. end
  159. end
  160.  
  161. function RemoveOutlines(part)
  162. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  163. end
  164.  
  165. CFuncs = {
  166. Part = {
  167. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  168. local Part = Create("Part"){
  169. Parent = Parent,
  170. Reflectance = Reflectance,
  171. Transparency = Transparency,
  172. CanCollide = false,
  173. Locked = true,
  174. BrickColor = BrickColor.new(tostring(BColor)),
  175. Name = Name,
  176. Size = Size,
  177. Material = Material,
  178. }
  179. RemoveOutlines(Part)
  180. return Part
  181. end;
  182. };
  183.  
  184. Mesh = {
  185. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  186. local Msh = Create(Mesh){
  187. Parent = Part,
  188. Offset = OffSet,
  189. Scale = Scale,
  190. }
  191. if Mesh == "SpecialMesh" then
  192. Msh.MeshType = MeshType
  193. Msh.MeshId = MeshId
  194. end
  195. return Msh
  196. end;
  197. };
  198.  
  199. Weld = {
  200. Create = function(Parent, Part0, Part1, C0, C1)
  201. local Weld = Create("Weld"){
  202. Parent = Parent,
  203. Part0 = Part0,
  204. Part1 = Part1,
  205. C0 = C0,
  206. C1 = C1,
  207. }
  208. return Weld
  209. end;
  210. };
  211.  
  212. Sound = {
  213. Create = function(id, par, vol, pit)
  214. coroutine.resume(coroutine.create(function()
  215. local Sound = Create("Sound"){
  216. Volume = vol,
  217. Pitch = pit or 1,
  218. SoundId = "rbxassetid://" .. id,
  219. Parent = par or workspace,
  220. }
  221. Sound:play()
  222. game:GetService("Debris"):AddItem(Sound, 10)
  223. end))
  224. end;
  225. };
  226.  
  227. Decal = {
  228. Create = function(Color, Texture, Transparency, Name, Parent)
  229. local Decal = Create("Decal"){
  230. Color3 = Color,
  231. Texture = "rbxassetid://" .. Texture,
  232. Transparency = Transparency,
  233. Name = Name,
  234. Parent = Parent,
  235. }
  236. return Decal
  237. end;
  238. };
  239.  
  240. BillboardGui = {
  241. Create = function(Parent, Image, Position, Size)
  242. local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1))
  243. BillPar.CFrame = CFrame.new(Position)
  244. local Bill = Create("BillboardGui"){
  245. Parent = BillPar,
  246. Adornee = BillPar,
  247. Size = UDim2.new(1, 0, 1, 0),
  248. SizeOffset = Vector2.new(Size, Size),
  249. }
  250. local d = Create("ImageLabel", Bill){
  251. Parent = Bill,
  252. BackgroundTransparency = 1,
  253. Size = UDim2.new(1, 0, 1, 0),
  254. Image = "rbxassetid://" .. Image,
  255. }
  256. return BillPar
  257. end
  258. };
  259.  
  260. ParticleEmitter = {
  261. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  262. local Particle = Create("ParticleEmitter"){
  263. Parent = Parent,
  264. Color = ColorSequence.new(Color1, Color2),
  265. LightEmission = LightEmission,
  266. Size = Size,
  267. Texture = Texture,
  268. Transparency = Transparency,
  269. ZOffset = ZOffset,
  270. Acceleration = Accel,
  271. Drag = Drag,
  272. LockedToPart = LockedToPart,
  273. VelocityInheritance = VelocityInheritance,
  274. EmissionDirection = EmissionDirection,
  275. Enabled = Enabled,
  276. Lifetime = LifeTime,
  277. Rate = Rate,
  278. Rotation = Rotation,
  279. RotSpeed = RotSpeed,
  280. Speed = Speed,
  281. VelocitySpread = VelocitySpread,
  282. }
  283. return Particle
  284. end;
  285. };
  286.  
  287. CreateTemplate = {
  288.  
  289. };
  290. }
  291.  
  292. function rayCast(Position, Direction, Range, Ignore)
  293. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  294. end
  295.  
  296. FindNearestTorso = function(pos)
  297. local list = (game.Workspace:children())
  298. local torso = nil
  299. local dist = 1000
  300. local temp, human, temp2 = nil, nil, nil
  301. for x = 1, #list do
  302. temp2 = list[x]
  303. if temp2.className == "Model" and temp2.Name ~= Character.Name then
  304. temp = temp2:findFirstChild("Torso")
  305. human = temp2:findFirstChild("Humanoid")
  306. if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
  307. local dohit = true
  308. if dohit == true then
  309. torso = temp
  310. dist = (temp.Position - pos).magnitude
  311. end
  312. end
  313. end
  314. end
  315. return torso, dist
  316. end
  317.  
  318. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  319. if hit.Parent == nil then
  320. return
  321. end
  322. local h = hit.Parent:FindFirstChild("Humanoid")
  323. for _, v in pairs(hit.Parent:children()) do
  324. if v:IsA("Humanoid") then
  325. h = v
  326. end
  327. end
  328. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  329. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  330. if hit.Parent.DebounceHit.Value == true then
  331. return
  332. end
  333. end
  334. local c = Create("ObjectValue"){
  335. Name = "creator",
  336. Value = game:service("Players").LocalPlayer,
  337. Parent = h,
  338. }
  339. game:GetService("Debris"):AddItem(c, .5)
  340. if HitSound ~= nil and HitPitch ~= nil then
  341. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  342. end
  343. local Damage = math.random(minim, maxim)
  344. local blocked = false
  345. local block = hit.Parent:findFirstChild("Block")
  346. if block ~= nil then
  347. if block.className == "IntValue" then
  348. if block.Value > 0 then
  349. blocked = true
  350. block.Value = block.Value - 1
  351. print(block.Value)
  352. end
  353. end
  354. end
  355. if blocked == false then
  356. h.Health = h.Health - Damage
  357. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
  358. else
  359. h.Health = h.Health - (Damage / 2)
  360. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
  361. end
  362. if Type == "Knockdown" then
  363. local hum = hit.Parent.Humanoid
  364. hum.PlatformStand = true
  365. coroutine.resume(coroutine.create(function(HHumanoid)
  366. swait(1)
  367. HHumanoid.PlatformStand = false
  368. end), hum)
  369. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  370. local bodvol = Create("BodyVelocity"){
  371. velocity = angle * knockback,
  372. P = 5000,
  373. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  374. Parent = hit,
  375. }
  376. local rl = Create("BodyAngularVelocity"){
  377. P = 3000,
  378. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  379. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  380. Parent = hit,
  381. }
  382. game:GetService("Debris"):AddItem(bodvol, .5)
  383. game:GetService("Debris"):AddItem(rl, .5)
  384. elseif Type == "Normal" then
  385. local vp = Create("BodyVelocity"){
  386. P = 500,
  387. maxForce = Vector3.new(math.huge, 0, math.huge),
  388. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  389. }
  390. if knockback > 0 then
  391. vp.Parent = hit.Parent.Torso
  392. end
  393. game:GetService("Debris"):AddItem(vp, .5)
  394. elseif Type == "Up" then
  395. local bodyVelocity = Create("BodyVelocity"){
  396. velocity = Vector3.new(0, 20, 0),
  397. P = 5000,
  398. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  399. Parent = hit,
  400. }
  401. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  402. elseif Type == "DarkUp" then
  403. coroutine.resume(coroutine.create(function()
  404. for i = 0, 1, 0.1 do
  405. swait()
  406. Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  407. end
  408. end))
  409. local bodyVelocity = Create("BodyVelocity"){
  410. velocity = Vector3.new(0, 20, 0),
  411. P = 5000,
  412. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  413. Parent = hit,
  414. }
  415. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  416. elseif Type == "Snare" then
  417. local bp = Create("BodyPosition"){
  418. P = 2000,
  419. D = 100,
  420. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  421. position = hit.Parent.Torso.Position,
  422. Parent = hit.Parent.Torso,
  423. }
  424. game:GetService("Debris"):AddItem(bp, 1)
  425. elseif Type == "Freeze" then
  426. local BodPos = Create("BodyPosition"){
  427. P = 50000,
  428. D = 1000,
  429. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  430. position = hit.Parent.Torso.Position,
  431. Parent = hit.Parent.Torso,
  432. }
  433. local BodGy = Create("BodyGyro") {
  434. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  435. P = 20e+003,
  436. Parent = hit.Parent.Torso,
  437. cframe = hit.Parent.Torso.CFrame,
  438. }
  439. hit.Parent.Torso.Anchored = true
  440. coroutine.resume(coroutine.create(function(Part)
  441. swait(1.5)
  442. Part.Anchored = false
  443. end), hit.Parent.Torso)
  444. game:GetService("Debris"):AddItem(BodPos, 3)
  445. game:GetService("Debris"):AddItem(BodGy, 3)
  446. end
  447. local debounce = Create("BoolValue"){
  448. Name = "DebounceHit",
  449. Parent = hit.Parent,
  450. Value = true,
  451. }
  452. game:GetService("Debris"):AddItem(debounce, Delay)
  453. c = Create("ObjectValue"){
  454. Name = "creator",
  455. Value = Player,
  456. Parent = h,
  457. }
  458. game:GetService("Debris"):AddItem(c, .5)
  459. end
  460. end
  461.  
  462. function ShowDamage(Pos, Text, Time, Color)
  463. local Rate = (1 / 30)
  464. local Pos = (Pos or Vector3.new(0, 0, 0))
  465. local Text = (Text or "")
  466. local Time = (Time or 2)
  467. local Color = (Color or Color3.new(1, 0, 1))
  468. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  469. EffectPart.Anchored = true
  470. local BillboardGui = Create("BillboardGui"){
  471. Size = UDim2.new(3, 0, 3, 0),
  472. Adornee = EffectPart,
  473. Parent = EffectPart,
  474. }
  475. local TextLabel = Create("TextLabel"){
  476. BackgroundTransparency = 1,
  477. Size = UDim2.new(1, 0, 1, 0),
  478. Text = Text,
  479. Font = "SciFi",
  480. TextColor3 = Color,
  481. TextScaled = true,
  482. Parent = BillboardGui,
  483. }
  484. game.Debris:AddItem(EffectPart, (Time))
  485. EffectPart.Parent = game:GetService("Workspace")
  486. delay(0, function()
  487. local Frames = (Time / Rate)
  488. for Frame = 1, Frames do
  489. wait(Rate)
  490. local Percent = (Frame / Frames)
  491. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  492. TextLabel.TextTransparency = Percent
  493. end
  494. if EffectPart and EffectPart.Parent then
  495. EffectPart:Destroy()
  496. end
  497. end)
  498. end
  499.  
  500. function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
  501. for _, c in pairs(workspace:children()) do
  502. local hum = c:findFirstChild("Humanoid")
  503. if hum ~= nil then
  504. local head = c:findFirstChild("Torso")
  505. if head ~= nil then
  506. local targ = head.Position - Part.Position
  507. local mag = targ.magnitude
  508. if mag <= Magnitude and c.Name ~= Player.Name then
  509. Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, HumanoidRootPart, .1, HitSound, HitPitch)
  510. end
  511. end
  512. end
  513. end
  514. end
  515. Handle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Handle",Vector3.new(1.04638278, 0.0833724737, 1.05752301))
  516. HandleWeld=CFuncs.Weld.Create(m,Character["Left Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0152893066, 1.09336019, -0.0100250244, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  517. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0641347393, 0.0500000007, 0.152304679))
  518. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.62935257, 0.513473511, 1.46200466, 5.20654203e-06, 1.18329763e-06, 0.999999881, -0.975133061, -0.22161977, 5.3393137e-06, 0.2216198, -0.975133181, 0))
  519. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.658302665, 1))
  520. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  521. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.28811264, -0.738201141, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  522. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  523. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Part",Vector3.new(0.0500000007, 0.108014137, 0.26328364))
  524. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555763245, 0.309574127, -0.606243134, 1.65529309e-05, 7.33769298e-07, 1, 0.573578358, -0.819151282, -8.89335024e-06, 0.819151282, 0.573578358, -1.39802642e-05))
  525. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 1, 1))
  526. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.344293952, 0.0500000007))
  527. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.541404724, -1.87218857, 0.523193359, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  528. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675083995, 1, 0.222779289))
  529. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  530. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.50349045, -0.861419678, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  531. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  532. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 1.05752575, 0.0500000007))
  533. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.53163147, 0, 0.0329122543, -0.99999994, 0, 0, 0, 0, -1, 0, -0.99999994, 0))
  534. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.337542862, 1, 0.418529719))
  535. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.243030414, 0.459734023, 1.05752301))
  536. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.438461304, -0.26919359, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  537. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  538. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.54006958, -1.71354675, -0.523193359, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  539. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675083995, 0.54005003, 0.222779289))
  540. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(1.03524435, 0.0500000007, 0.0500000007))
  541. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00072479248, 0.540725708, -1.71354663, 0.00129503128, 0, -0.999999106, -0.999999166, 0, -0.0012950314, 0, 0.99999994, 0))
  542. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.675373614, 0.540040255))
  543. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.344293952, 0.0500000007))
  544. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.538574219, -1.87218857, 0.523193359, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  545. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675083995, 1, 0.222779289))
  546. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.344294101, 0.0500000007))
  547. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.526565552, -1.87218475, 0.528656006, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  548. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.945115685, 1, 0.270034641))
  549. Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Pastel brown","Part",Vector3.new(0.0500000007, 1.04508948, 0.351043731))
  550. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.515830994, -0.00331878662, -1.87555981, -0.999985933, -2.03286595e-06, 0.00531513244, 0.00531513244, 1.08051044e-08, 0.999985933, -2.0328946e-06, 1, 0))
  551. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.405052274, 1, 1))
  552. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Part",Vector3.new(0.0500000007, 0.108014137, 1.08013809))
  553. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.573822021, 0.795421124, -0.00455093384, 0.999990582, -1.22497568e-11, -4.32133675e-07, -1.3222512e-10, -1, 7.14671614e-07, -4.32133675e-07, -7.14687474e-07, -0.999990582))
  554. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 1, 1))
  555. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.264971137, 0.0500000007, 0.0500000007))
  556. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370452881, 0.528656006, 1.71016216, 1, 0, 0, 0, 0, 1, 0, -1, 0))
  557. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.270031154, 0.404953033))
  558. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Part",Vector3.new(0.0500000007, 0.108014137, 0.195775047))
  559. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555763245, 0.309577942, -0.835769653, 1.65529309e-05, 7.33769298e-07, 1, 0.573578358, -0.819151282, -8.89335024e-06, 0.819151282, 0.573578358, -1.39802642e-05))
  560. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 1, 1))
  561. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0500000007, 0.139411315, 0.189023912))
  562. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.269522369, 0.465808868, 0.361175537, 0, 1, -1.90737774e-05, 0, -1.90737774e-05, -1, -1, 0, 0))
  563. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.810090542, 1, 1))
  564. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.189023659, 0.0500000007, 0.0500000007))
  565. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.361175537, -0.293157101, -0.529937744, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  566. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135017633, 0.222782701))
  567. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.186323255, 0.0500000007, 0.139405593))
  568. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.36088562, -0.0552983284, -0.465808868, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  569. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.688589931, 1))
  570. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.351044953, 0.0500000007))
  571. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.526565552, -1.87556076, -0.522010803, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  572. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.945115685, 1, 0.270034641))
  573. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0500000007, 1.05752301))
  574. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.54850769, -0.0329122543, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  575. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.33753258, 0.418533385, 1))
  576. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Part",Vector3.new(0.0500000007, 0.229529947, 0.12151558))
  577. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.533878326, -0.33636713, 0.364547729, -1.56462193e-07, 0, 1, 0, 1, 0, -1, 0, -1.56462193e-07))
  578. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.135017127, 1, 1))
  579. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  580. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.5381813, -0.912792206, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  581. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  582. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  583. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.41573334, -0.827659607, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  584. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  585. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  586. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.3286171, -0.765209198, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  587. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  588. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.0500000007, 0.344293505))
  589. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.090637207, 0.759609222, -1.87218857, -0.772800207, 0, -0.634649456, -0.634649456, 0, 0.772800207, 0, 1, 0))
  590. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.209355459, 0.133411139, 1))
  591. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  592. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.45623398, -0.854667664, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  593. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  594. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark grey metallic","Part",Vector3.new(0.135017142, 0.229529947, 0.249781966))
  595. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.468715668, -0.33636713, 0.367919922, -1.56462193e-07, 0, 1, 0, 1, 0, -1, 0, -1.56462193e-07))
  596. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Smoky grey","Part",Vector3.new(0.135017142, 0.0500000007, 0.0500000007))
  597. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0168762207, -2.03002834, 0.52538681, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  598. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.675088227, 0.135017321))
  599. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  600. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.859531403, -0.44026947, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  601. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  602. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  603. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19582748, -0.671401978, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  604. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  605. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  606. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.09476471, -0.571334839, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  607. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  608. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0500000007, 0.0540070646, 0.0500000007))
  609. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.55575943, 0.323707581, 0.414218903, 1.65532128e-05, -7.33742297e-07, 1, -0.96592325, -0.258826882, 1.57992254e-05, 0.258827269, -0.96592325, -4.99316093e-06))
  610. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 1, 0.405050665))
  611. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  612. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555763245, 0.386886597, -0.429077148, 1.65531746e-05, -7.33704496e-07, 1, 0.500003278, -0.866021752, -8.91209766e-06, 0.866024137, 0.499998361, -1.3968539e-05))
  613. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 0.675088227, 0.405050665))
  614. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  615. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.900035858, -0.467273712, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  616. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  617. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Bronze","Part",Vector3.new(0.0500000007, 0.128266707, 0.0735845044))
  618. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.052482605, 1.26431131, -0.703346252, -1.00000036, 2.27373675e-13, 1.49011612e-07, 6.74247984e-12, -1, -7.40582755e-06, 1.49011612e-07, -7.40582391e-06, 1.00000036))
  619. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.303787261, 1, 1))
  620. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.607576489, 0.465810537, 0.0500000007))
  621. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0168762207, -0.272230148, 0.526569366, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  622. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.087764129))
  623. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(1.11389136, 1.20840704, 1.05752301))
  624. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.10258675, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  625. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  626. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.721561432, -0.342132568, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  627. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  628. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.128266707, 0.0735845044))
  629. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.052482605, 1.69636393, -0.703346252, -1.00000036, 2.27373675e-13, 1.49011612e-07, 6.74247984e-12, -1, -7.40582755e-06, 1.49011612e-07, -7.40582391e-06, 1.00000036))
  630. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.303787261, 1, 1))
  631. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  632. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37586975, -0.771961212, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  633. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  634. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  635. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.24307632, -0.678161621, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  636. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  637. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.081010066, 0.192399919, 0.256532729))
  638. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22579956, 0.62935257, -0.00640869141, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  639. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.371296942, 0.0500000007, 0.0641332269))
  640. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00978088379, -1.63422871, 0.565216064, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  641. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.675088227, 1))
  642. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  643. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.57868195, -0.939796448, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  644. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  645. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  646. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1553154, -0.64440155, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  647. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  648. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  649. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.809329987, -0.375881195, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  650. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  651. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  652. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04751587, -0.564586639, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  653. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  654. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  655. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.762077332, -0.369132996, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  656. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  657. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Part",Vector3.new(0.0500000007, 0.229529947, 0.12151558))
  658. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.533878326, -0.33636713, 0.0877609253, -1.56462193e-07, 0, 1, 0, 1, 0, -1, 0, -1.56462193e-07))
  659. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.135017127, 1, 1))
  660. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.492813081, 0.0500000007, 0.0500000007))
  661. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.256530762, 0.525382996, -1.70003986, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  662. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135015577, 0.0337543301))
  663. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 1.13845181, 0.0500000007))
  664. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.132003784, -1.32190323, -0.529941559, 0.996194303, -0.0871559381, 0, 0.0871559381, 0.996194303, 0, 0, 0, 1))
  665. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  666. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Bronze","Part",Vector3.new(0.548506975, 0.081010513, 0.0500000007))
  667. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.47307253, -0.706390381, 0.0496139526, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  668. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.121515632))
  669. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Part",Vector3.new(0.0500000007, 0.192399919, 0.0500000007))
  670. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.631729126, 0.62935257, -0.00640869141, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  671. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.810099304, 1, 0.810102522))
  672. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Cork","Part",Vector3.new(0.114089504, 0.593267679, 0.57044816))
  673. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.629348755, -1.76418209, 0.00540161133, -2.08616257e-07, 0, 0.999999523, 0, 1, 0, -0.999999523, 0, -2.08616257e-07))
  674. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Smoky grey","Part",Vector3.new(0.306360722, 0.0500000007, 0.135017291))
  675. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.85997057, 0.52538681, -0.0168762207, 0, -1, 8.40593259e-07, 0, 8.40593259e-07, 1, -1, 0, 0))
  676. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135016143, 1))
  677. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  678. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.0070076, -0.537582397, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  679. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  680. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  681. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.947299957, -0.474021912, 0.529941559, -0.642785966, -0.766045868, 0, -0.766045868, 0.642785966, 0, 0, 0, -1))
  682. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  683. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0500000007, 1.38823497, 0.0500000007))
  684. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0715637207, -1.19936228, -0.536693573, 0.996194303, -0.0871559381, 0, 0.0871559381, 0.996194303, 0, 0, 0, 1))
  685. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  686. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Burlap","Part",Vector3.new(0.159725294, 0.593267679, 0.479176491))
  687. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.629348755, -1.76418209, 0.00540161133, -2.08616257e-07, 0, 0.999999523, 0, 1, 0, -0.999999523, 0, -2.08616257e-07))
  688. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0500000007, 0.128266707, 0.120840646))
  689. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.709815979, 1.91525793, -0.00581359863, -8.9409852e-08, 7.40605037e-06, -1, -1.23655088e-11, -1, -7.40605083e-06, -1, 1.17033345e-11, 8.9409852e-08))
  690. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.411800921, 1, 1))
  691. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Part",Vector3.new(0.135017142, 0.411803752, 0.357795775))
  692. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.483390808, -1.56421185, -0.00547790527, 8.94069672e-08, 0, 1.00000036, 0, 1, 0, -1.00000036, 0, 8.94069672e-08))
  693. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Cork","Part",Vector3.new(0.0500000007, 0.0945122913, 0.242356047))
  694. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.82267046, -0.706390381, -0.00581359863, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  695. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.978873014, 1, 1))
  696. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.186323255, 0.0500000007, 0.139405593))
  697. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0908508301, -0.0559717417, -0.465808868, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  698. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.715593457, 1))
  699. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Part",Vector3.new(0.0500000007, 0.0810106024, 0.26328364))
  700. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555763245, 0.518636227, 0.00337982178, 8.16583633e-06, 6.08402217e-14, 1.0000006, 7.4505806e-09, -1, 0, 1.00000203, 7.4505957e-09, 2.5331974e-07))
  701. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 1, 1))
  702. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.081010066, 0.0641331747, 0.3712973))
  703. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.50933456, 0.69348526, -0.00978088379, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  704. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0500000007, 0.139411315, 0.189023912))
  705. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.269522369, 0.465808868, 0.0911407471, 0, 1, -1.90737774e-05, 0, -1.90737774e-05, -1, -1, 0, 0))
  706. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.810090542, 1, 1))
  707. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.168769881, 0.192400649, 0.256532788))
  708. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35068786, 0.629364014, 0.00640869141, 0, 0.99999994, 7.62946365e-06, 0, -7.62946456e-06, 1, 0.99999994, 0, 0))
  709. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.216027081, 0.176872194, 0.139405593))
  710. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0911331177, -0.160843372, -0.465808868, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  711. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.408428609, 0.0500000007))
  712. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.61680222, -1.16871262, -0.529941559, 0.642785847, 0.766045988, 0, -0.766045988, 0.642785847, 0, 0, 0, 1))
  713. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  714. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Part",Vector3.new(0.0607560128, 0.192400023, 0.0500000007))
  715. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.682358265, 0.62935257, -0.00640869141, 0, -0.99999994, 0, 0, 0, 0.99999994, -1, 0, 0))
  716. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.810101688))
  717. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.128266707, 0.282861292))
  718. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.709758759, 1.91525793, -0.00581359863, -8.9409852e-08, 7.40605037e-06, -1, -1.23655088e-11, -1, -7.40605083e-06, -1, 1.17033345e-11, 8.9409852e-08))
  719. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.303787261, 1, 1))
  720. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0691962242, 0.128266707, 0.3098647))
  721. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.71272898, -0.709766388, -0.00581359863, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  722. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0500000007, 0.335097373, 0.0500000007))
  723. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58486176, -1.18335342, -0.536693573, 0.64278698, 0.766044974, 0, -0.766044855, 0.642788112, 0, 0, 0, 1))
  724. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  725. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0500000007, 0.128266707, 0.0500000007))
  726. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0690307617, 1.69636393, -0.699970245, -1.00000036, 2.27373675e-13, 1.49011612e-07, 6.74247984e-12, -1, -7.40582755e-06, 1.49011612e-07, -7.40582391e-06, 1.00000036))
  727. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.843855798, 1, 0.796603382))
  728. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.189023659, 0.0500000007, 0.0500000007))
  729. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0911407471, -0.293157101, -0.529937744, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  730. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135017633, 0.222782701))
  731. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Burlap","Part",Vector3.new(0.135017142, 0.276786089, 0.222778469))
  732. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.469081879, -1.56421185, -0.00547790527, 8.94069672e-08, 0, 1.00000036, 0, 1, 0, -1.00000036, 0, 8.94069672e-08))
  733. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fossil","Part",Vector3.new(0.386486471, 0.0945122913, 0.242356047))
  734. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.09349298, -0.706390381, -0.00581359863, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  735. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Cork","Part",Vector3.new(0.0500000007, 0.0945122913, 0.242356047))
  736. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.876677513, -0.706390381, -0.00581359863, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  737. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.978873014, 1, 1))
  738. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Part",Vector3.new(0.479310691, 0.192399919, 0.229529291))
  739. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.952392578, 0.62935257, -0.00640869141, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  740. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.148518652, 0.0641331747, 0.3712973))
  741. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.54309273, 0.565216064, -0.00978088379, 0, -1, 0, 0, 0, 1, -1, 0, 0))
  742. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.0500000007, 0.0500000007, 0.18902418))
  743. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.631038666, -0.655351162, -0.013168335, -3.60608101e-06, 0, 1.00000262, 0, 1, 0, -1.00000274, 0, -3.47942114e-06))
  744. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.945119858, 0.675088227, 1))
  745. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Part",Vector3.new(1.15439665, 0.108014137, 0.0500000007))
  746. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0135040283, 0.795419574, -0.551368713, 0.999990582, -1.22497568e-11, -4.32133675e-07, -1.3222512e-10, -1, 7.14671614e-07, -4.32133675e-07, -7.14687474e-07, -0.999990582))
  747. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.810097456))
  748. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Cork","Part",Vector3.new(0.0500000007, 0.0945122913, 0.242356047))
  749. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.29417467, -0.706390381, -0.00581359863, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  750. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.303787261, 1, 1))
  751. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Part",Vector3.new(0.37973538, 0.108014062, 0.377373338))
  752. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.48995447, -0.706390381, -0.00581359863, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  753. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark grey metallic","Part",Vector3.new(0.135017142, 0.229529947, 0.249781966))
  754. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.468715668, -0.33636713, 0.0911407471, -1.56462193e-07, 0, 1, 0, 1, 0, -1, 0, -1.56462193e-07))
  755. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.432054609, 0.0500000007, 0.192399636))
  756. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00640869141, -1.45195389, 0.62935257, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  757. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.675088227, 1))
  758. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.843856573, 0.45872131, 0.0500000007))
  759. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.135009766, -0.269699097, -0.516441345, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  760. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.546819985))
  761. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.205361113, 0.593267679, 0.342268884))
  762. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.629348755, -1.76418209, 0.00540161133, -2.08616257e-07, 0, 0.999999523, 0, 1, 0, -0.999999523, 0, -2.08616257e-07))
  763. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark grey metallic","Part",Vector3.new(0.135017142, 0.229529947, 0.249781966))
  764. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.468715668, -0.33636713, 0.0911407471, -1.56462193e-07, 0, 1, 0, 1, 0, -1, 0, -1.56462193e-07))
  765. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0945122913, 0.0803352892))
  766. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.869924545, -0.706390381, -0.00581359863, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  767. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.978873014, 1, 1))
  768. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  769. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.894447327, -0.473934174, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  770. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  771. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Part",Vector3.new(0.0500000007, 0.229529947, 0.12151558))
  772. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.533878326, -0.33636713, -0.175521851, -1.56462193e-07, 0, 1, 0, 1, 0, -1, 0, -1.56462193e-07))
  773. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.135017127, 1, 1))
  774. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.351044953, 0.0500000007))
  775. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.519821167, -1.87556076, 0.525279999, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  776. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.945115685, 1, 0.135017321))
  777. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Part",Vector3.new(0.0500000007, 0.0500000007, 0.101262994))
  778. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.529838562, 0.0392303467, -1.73636055, 8.9407358e-08, -3.90595455e-12, 1, 1, -2.54064798e-06, -8.9407358e-08, 2.54064798e-06, 1, 3.67794684e-12))
  779. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.270034045, 0.270035267, 1))
  780. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Bronze","Part",Vector3.new(0.548506975, 0.081010513, 0.0500000007))
  781. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.47307253, -0.706390381, -0.0718994141, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  782. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.121515632))
  783. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  784. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.252319336, -1.71016026, 0.528656006, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  785. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0337542854, 0.405035764, 0.270034641))
  786. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  787. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19023132, -0.678066254, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  788. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  789. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0500000007, 0.0540070646, 0.0500000007))
  790. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555728912, 0.321769714, 0.421491623, -1.49999996e-05, 0, -1, 0.965923786, -0.258826941, -1.44888563e-05, -0.258826941, -0.965923786, 3.88240414e-06))
  791. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 1, 0.405050665))
  792. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark grey metallic","Part",Vector3.new(0.135017142, 0.229529947, 0.249781966))
  793. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.468715668, -0.33636713, -0.172149658, -1.56462193e-07, 0, 1, 0, 1, 0, -1, 0, -1.56462193e-07))
  794. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.163708225, 0.128266707, 0.0500000007))
  795. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.77348852, -0.709766388, -0.00581359863, 5.7731726e-14, -1, -3.33786761e-06, 8.94072301e-08, -3.33786784e-06, 1, -1, -3.56161227e-13, 8.94072301e-08))
  796. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.796603918))
  797. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  798. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.23749161, -0.684814453, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  799. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  800. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.459058732, 0.0500000007, 0.0500000007))
  801. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.266662598, 0.525382996, 1.70003986, -1, 0, 0, 0, 0, -1, -0, -1, -0))
  802. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135015577, 0.0337543301))
  803. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.189023659, 0.0500000007, 0.0500000007))
  804. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178894043, -0.293157101, -0.529937744, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  805. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.135017633, 0.222782701))
  806. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0500000007, 1.38823497, 0.0500000007))
  807. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.071647644, -1.20307684, -0.536693573, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661, 0, 0, 0, 1))
  808. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  809. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Bronze","Part",Vector3.new(0.0500000007, 0.276786089, 0.3098647))
  810. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.562984467, -1.56421185, -0.00581359863, 8.94069672e-08, 0, 1.00000036, 0, 1, 0, -1.00000036, 0, 8.94069672e-08))
  811. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.573822558, 1, 1))
  812. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0500000007, 0.301342994, 0.0500000007))
  813. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.59178543, -1.16899872, -0.536693573, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  814. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  815. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  816. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555728912, 0.387886047, -0.430725098, -1.49999996e-05, 0, -1, -0.500004053, -0.866023123, 7.50006075e-06, -0.866023123, 0.500004053, 1.29903465e-05))
  817. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 0.40505293, 0.540067911))
  818. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  819. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.853935242, -0.446933746, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  820. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  821. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  822. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14972305, -0.651065826, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  823. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  824. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  825. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.28251266, -0.744865417, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  826. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  827. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.388513148, 0.0500000007))
  828. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.6203537, -1.16923141, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  829. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  830. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.150206491, 0.128266707, 0.0500000007))
  831. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0113449097, 1.26431131, -0.70672226, -1.00000036, 2.27373675e-13, 1.49011612e-07, 6.74247984e-12, -1, -7.40582755e-06, 1.49011612e-07, -7.40582391e-06, 1.00000036))
  832. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.796603382))
  833. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Part",Vector3.new(0.0641347393, 0.0500000007, 0.150952265))
  834. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.629348755, -0.48160553, 1.48082256, -4.24029076e-06, 7.70973315e-07, 0.99999994, -0.983869433, 0.178887993, -4.30981027e-06, -0.178887993, -0.983869433, 0))
  835. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0337544084, 1))
  836. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.243125647, 0.0500000007, 0.0500000007))
  837. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.35975647, 0.538852692, -1.71016216, -0.999614418, 0, 0.0277675819, 0.0277675819, 0, 0.999614418, 0, 1, 0))
  838. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.134963527, 0.404942691))
  839. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.216027081, 0.177547306, 0.139405593))
  840. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.178894043, -0.160507202, -0.465808868, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  841. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Pine Cone","Part",Vector3.new(0.0945120081, 0.411803752, 0.357795775))
  842. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.618408203, -1.56421185, -0.00547790527, 8.94069672e-08, 0, 1.00000036, 0, 1, 0, -1.00000036, 0, 8.94069672e-08))
  843. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.186323255, 0.0500000007, 0.139405593))
  844. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.176528931, -0.0584003329, -0.465808868, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  845. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.600828469, 1))
  846. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.128266707, 0.0735845044))
  847. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0757904053, 1.69636393, -0.703346252, -1.00000036, 2.27373675e-13, 1.49011612e-07, 6.74247984e-12, -1, -7.40582755e-06, 1.49011612e-07, -7.40582391e-06, 1.00000036))
  848. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.303787261, 1, 1))
  849. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Part",Vector3.new(0.0500000007, 0.139411315, 0.189023912))
  850. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.269522369, 0.465808868, -0.178894043, 0, 1, -1.90737774e-05, 0, -1.90737774e-05, -1, -1, 0, 0))
  851. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.810090542, 1, 1))
  852. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  853. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.756481171, -0.375797272, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  854. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  855. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Bronze","Part",Vector3.new(0.0500000007, 0.128266707, 0.0735845044))
  856. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0757904053, 1.26431131, -0.703346252, -1.00000036, 2.27373675e-13, 1.49011612e-07, 6.74247984e-12, -1, -7.40582755e-06, 1.49011612e-07, -7.40582391e-06, 1.00000036))
  857. CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.303787261, 1, 1))
  858. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  859. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.7159729, -0.348796844, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  860. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  861. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  862. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.45064545, -0.861320496, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  863. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  864. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Part",Vector3.new(0.0500000007, 0.0877614841, 0.229529336))
  865. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555763245, 0.264877319, 0.824264526, 1.6e-05, 0, 1, -0.642791808, -0.76604104, 1.02846689e-05, 0.766040981, -0.642791748, -1.22566553e-05))
  866. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 1, 1))
  867. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  868. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.32302475, -0.771865845, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  869. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  870. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(1.02849352, 0.0500000007, 0.0500000007))
  871. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0026473999, 0.539413452, 1.71692264, 0.00131267088, 0, -0.999999106, 0.999999166, 0, 0.001312671, 0, -0.99999994, 0))
  872. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.675087631, 0.675118029))
  873. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  874. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.53258896, -0.919445038, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  875. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  876. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.243030414, 0.459734023, 1.05752301))
  877. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.408432007, -0.269193828, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  878. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Part",Vector3.new(0.0500000007, 0.0877614841, 0.26328364))
  879. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.55575943, 0.26486969, 0.638614655, 1.6e-05, 0, 1, -0.642791808, -0.76604104, 1.02846689e-05, 0.766040981, -0.642791748, -1.22566553e-05))
  880. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 1, 1))
  881. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  882. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.80373764, -0.382545471, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  883. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  884. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  885. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.41013718, -0.834323883, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  886. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  887. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  888. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.3702774, -0.778621674, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  889. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  890. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  891. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.941703796, -0.480686188, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  892. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  893. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 1.13845217, 0.0500000007))
  894. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.125656128, -1.32797337, -0.529941559, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661, 0, 0, 0, 1))
  895. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  896. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  897. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.57309341, -0.94644928, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  898. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  899. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.344293952, 0.0500000007))
  900. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.538726807, -1.87218857, 0.523193359, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  901. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675083995, 1, 0.222779289))
  902. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  903. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04192352, -0.571250916, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  904. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  905. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.351044953, 0.0500000007))
  906. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.435470581, -1.87556076, -0.525382996, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  907. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.945115685, 1, 0.135017321))
  908. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.344293952, 0.0500000007))
  909. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.455062866, -1.56165028, -0.517284393, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  910. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.702087402, 1, 0.256533682))
  911. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  912. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.4978981, -0.868080139, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  913. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  914. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  915. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.08917618, -0.5779953, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  916. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  917. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  918. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.03901553, 0.555130005, -0.532653809, 0, -0.999872744, -0.0159533862, 0, -0.0159533862, 0.999872744, -1, 0, 0))
  919. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.134949848, 0.247005403, 0.43184635))
  920. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Part",Vector3.new(0.0500000007, 0.108014137, 1.08013809))
  921. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.553565979, 0.795421124, -0.00455093384, 0.999990582, -1.22497568e-11, -4.32133675e-07, -1.3222512e-10, -1, 7.14671614e-07, -4.32133675e-07, -7.14687474e-07, -0.999990582))
  922. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675085485, 1, 1))
  923. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.0500000007, 1.05752301))
  924. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.546485901, -0.504627228, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  925. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.418553114, 0.249764621, 1))
  926. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Part",Vector3.new(0.0500000007, 0.0509690829, 0.0500000007))
  927. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.00141525, -0.544242859, -0.529941559, 0.64278245, -0.766041815, 0, 0.766041815, 0.64278245, 0, 0, 0, 1))
  928. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.557856202, 1, 0.0337543301))
  929. Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Part",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  930. PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.471412659, -1.71354675, -0.523193359, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  931. CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.675083995, 0.54005003, 0.222779289))
  932. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(1.05752182, 0.0500000007, 0.0500000007))
  933. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0480981469, 0.53163147, -8.74227837e-08, -4.37113883e-08, 1, 8.74227695e-08, 1, 4.37113954e-08, -1, 8.74227766e-08, -8.74227766e-08))
  934. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.188977525, 0.337543249))
  935. Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Pastel brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  936. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00331878662, -0.535591125, 1.69391513, -0.00531508913, -9.77295613e-08, -0.999985874, 0.999918044, 0.0116463816, -0.00531472964, 0.0116462177, -0.99993217, -6.18038393e-05))
  937. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(20.9017105, 0.405026346, 0.0047173989))
  938. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.107181802, 0.0500000007))
  939. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04718781, 0.339355469, 0.245807648, -0.576880455, -0.403930277, -0.709964216, 0.497109741, -0.863290906, 0.0872388333, -0.648144126, -0.302603811, 0.698813319))
  940. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 1, 0.794755161))
  941. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  942. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.770606995, 0.708450317, -0.351963043, 0.967050672, 0.254584253, -1.48079444e-05, 0.0826564878, -0.314029723, -0.945808291, -0.240792483, 0.914643228, -0.324725658))
  943. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 0.638503134, 0.21922037))
  944. Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Pastel brown","Wedge",Vector3.new(1.04508543, 0.0500000007, 1.73903191))
  945. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00331878662, -0.535591125, -0.824278235, 0.00531508913, 9.77295684e-08, 0.999985874, 0.999918044, 0.011646294, -0.00531472964, -0.0116461311, 0.99993217, 6.18033737e-05))
  946. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.405026346, 1))
  947. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  948. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.742729187, 1.70004284, 0.090637207, 0.634649396, 4.37113918e-08, -0.772800267, 9.53017505e-08, -1.00000012, 2.17026397e-08, -0.772800267, -8.74227837e-08, -0.634649396))
  949. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.808496714, 8.24082308e-05, 0.209355727))
  950. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 1.03524816, 0.317291468))
  951. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.540725708, 0.00072479248, 1.88569069, 0.999999166, -8.74227837e-08, 0.00129498774, -0.00129498774, 8.74227695e-08, 0.999999166, -8.75359234e-08, -1, 8.73094876e-08))
  952. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675371051, 1, 1))
  953. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  954. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.522029877, -0.55355072, 1.88906372, -3.82021826e-05, -8.74227837e-08, -1, 1, 8.74227695e-08, -3.82021826e-05, 8.7426109e-08, -1, 8.74194441e-08))
  955. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.270071417, 0.134976953, 6.48075199))
  956. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0611634366, 0.0500000007))
  957. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555782318, 0.388336182, 0.390235901, 7.77088935e-05, 3.37525198e-05, 1, -0.86602366, -0.500002801, 8.41740912e-05, 0.500002801, -0.86602366, -9.62418289e-06))
  958. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.67549479, 1, 0.541193545))
  959. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  960. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555763245, 0.411060333, -0.293209076, -9.56356962e-05, 4.30139622e-08, -1, -0.795197546, -0.606350362, 7.60231997e-05, -0.606350362, 0.795197546, 5.80229498e-05))
  961. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675588846, 0.98241359, 0.534079671))
  962. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0641329363, 0.371298254, 0.0675086454))
  963. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.69348526, 0.00978088379, 1.58359432, -4.37113883e-08, -8.74227837e-08, -1, 1, 8.74227695e-08, -4.37113954e-08, 8.74227766e-08, -1, 8.74227766e-08))
  964. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  965. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555770874, -0.501294136, 0.0910186768, 9.16502613e-05, 2.45560241e-05, 0.99999994, 0.179111063, 0.983828783, -4.05745013e-05, -0.983828843, 0.179111078, 8.57699124e-05))
  966. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.67556864, 0.366148919, 0.173220813))
  967. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.107181802, 0.0500000007))
  968. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04718781, 0.339355469, -0.219249725, 0.576880455, 0.403930277, 0.709964216, 0.497109681, -0.863290906, 0.0872388929, 0.648144186, 0.302603722, -0.698813319))
  969. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 1, 0.267637104))
  970. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139410779, 0.0500000007, 0.0500000007))
  971. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465812683, -0.192398071, 0.269522309, -4.37113883e-08, -1.91611998e-05, -1, 1, 8.74219381e-08, -4.37130616e-08, 8.74227766e-08, -1, 1.91611998e-05))
  972. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.27001825, 0.810091436))
  973. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Wedge",Vector3.new(0.192399308, 0.0500000007, 0.108903877))
  974. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.62935257, -0.411552429, 0.54927063, 9.16058696e-08, -3.40850548e-08, -1, 0.731049657, 0.682324171, 4.37113883e-08, 0.682324171, -0.731049657, 8.74227766e-08))
  975. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.552753448, 1))
  976. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Wedge",Vector3.new(0.192399308, 0.0500000007, 0.0500000007))
  977. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.62935257, -0.411548615, -0.480018616, -9.16058767e-08, 3.40850619e-08, 1, 0.731049716, 0.682324111, 4.37113954e-08, -0.682324111, 0.731049716, -8.74227766e-08))
  978. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.552753448, 0.592224836))
  979. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0641329363, 0.0500000007, 0.148518816))
  980. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.565216064, -0.192741394, 1.54309273, -4.37113883e-08, -8.74227837e-08, -1, 1, 8.74227695e-08, -4.37113954e-08, 8.74227766e-08, -1, 8.74227766e-08))
  981. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.675085604, 1))
  982. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Wedge",Vector3.new(0.192399308, 0.0945121944, 0.0607560836))
  983. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.62935257, -0.0610961914, -0.682358325, -4.37113847e-08, 8.74227766e-08, 1, 0.99999994, -8.74227624e-08, 4.37113954e-08, 8.74227695e-08, 0.99999994, -8.74227766e-08))
  984. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Smoky grey","Wedge",Vector3.new(0.0500000007, 0.506315947, 0.306361079))
  985. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.523193359, -0.303787231, 1.85997057, -4.37113883e-08, -9.28016107e-07, -1, 1, 8.74227339e-08, -4.371147e-08, 8.74227766e-08, -1, 9.2801605e-07))
  986. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222779512, 1, 1))
  987. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  988. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.529941559, -1.97336829, 0.111991882, -8.81277131e-08, -4.2272152e-08, 1, 0.0163958296, 0.999865592, 4.37113954e-08, -0.999865592, 0.0163958296, -8.74227766e-08))
  989. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337563455, 4.84033775, 5.96444082))
  990. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(1.05752182, 0.0500000007, 0.0500000007))
  991. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.474937439, 0.275318146, -7.93964361e-08, -5.70055576e-08, 1, -0.884929776, 0.465724468, -4.37113883e-08, -0.465724468, -0.884929776, -8.74227766e-08))
  992. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.298693717, 0.157197356))
  993. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(1.05752182, 0.0500000007, 0.064135842))
  994. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.53163147, 0.00961863995, -4.37113883e-08, 8.74227837e-08, 1, 1, -8.74227695e-08, 4.37113954e-08, 8.74227766e-08, 1, -8.74227766e-08))
  995. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.337544113, 1))
  996. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139405355, 0.0500000007, 0.0500000007))
  997. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465808868, 0.0552964211, 0.461608887, -8.74227837e-08, 4.37113883e-08, -1, 8.74227695e-08, -1, -4.37113954e-08, -1, -8.74227766e-08, 8.74227766e-08))
  998. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.688489795, 0.302758038))
  999. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139410779, 0.0500000007, 0.0500000007))
  1000. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465812683, -0.462432861, 0.269522309, -4.37113883e-08, -1.91611998e-05, -1, 1, 8.74219381e-08, -4.37130616e-08, 8.74227766e-08, -1, 1.91611998e-05))
  1001. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.27001825, 0.810091436))
  1002. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.192399934, 0.168770507, 0.0877609327))
  1003. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.629360199, 1.35068786, 0.165740967, -8.74227837e-08, 7.67317579e-06, -1, 8.74227695e-08, -1, -7.67317579e-06, -1, -8.74234445e-08, 8.74221087e-08))
  1004. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0528277457))
  1005. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555774689, -0.50129509, -0.0602798462, -9.16502613e-05, -2.45560241e-05, -0.99999994, 0.179110974, 0.983828783, -4.05744941e-05, 0.983828843, -0.179110989, -8.57699197e-05))
  1006. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.67556864, 0.366148919, 1))
  1007. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1008. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.525382996, 0.256530762, 1.87556088, 4.37113883e-08, -8.74227837e-08, 1, -1, 8.74227695e-08, 4.37113954e-08, -8.74227766e-08, -1, -8.74227766e-08))
  1009. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.135015085, 9.85629749, 7.02085495))
  1010. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.102949925, 0.0500000007))
  1011. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.78037262, 0.755385399, -0.222774506, 0.733187735, 6.81165062e-08, 0.680026174, 0.205778524, -0.953116298, -0.221865311, 0.648144126, 0.302603751, -0.698813319))
  1012. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 1, 0.40868488))
  1013. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1014. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.529941559, 0.0833435059, 1.1157608, 1.90446823e-08, -9.58682804e-08, -1, 0.964422584, -0.264365494, 4.37113883e-08, -0.264365494, -0.964422584, 8.74227766e-08))
  1015. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337563455, 5.58356047, 30.6353893))
  1016. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1017. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.536693573, 0.11466217, 1.19525909, 2.2542773e-08, -9.51065218e-08, -1, 0.973457158, -0.228869319, 4.37113883e-08, -0.228869319, -0.973457158, 8.74227766e-08))
  1018. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337537713, 3.97467518, 27.4786549))
  1019. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(1.05752182, 0.0500000007, 0.0646160543))
  1020. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.47492981, -0.239078522, 7.93964432e-08, 5.70055647e-08, -1, -0.884929836, 0.465724379, -4.37113954e-08, 0.465724379, 0.884929836, 8.74227766e-08))
  1021. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.298693717, 1))
  1022. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0641329363, 0.0500000007, 0.148518816))
  1023. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.69348526, -0.192741394, 1.54308987, -4.37113883e-08, -8.74227837e-08, -1, 1, 8.74227695e-08, -4.37113954e-08, 8.74227766e-08, -1, 8.74227766e-08))
  1024. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.675085604, 1))
  1025. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Wedge",Vector3.new(0.192399293, 0.0500000007, 0.108903326))
  1026. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.62935257, -0.420921326, 0.540523529, -2.76954779e-08, -9.37357356e-08, 0.99999994, -0.731049597, 0.682324111, 4.37113918e-08, -0.682324171, -0.731049657, -8.74227695e-08))
  1027. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.552756906, 1))
  1028. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139410779, 0.0500000007, 0.0500000007))
  1029. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465808868, -0.26952225, -0.259902954, 8.74227837e-08, -1.91174895e-05, -1, -8.74227695e-08, 1, -1.91174895e-05, 1, 8.74244463e-08, 8.74211068e-08))
  1030. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.810093522, 0.270048499))
  1031. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.103349805))
  1032. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.770599365, 0.708446503, 0.409118652, -0.967050672, -0.254584253, 1.48079444e-05, 0.0826564655, -0.314029634, -0.945808291, 0.240792483, -0.914643228, 0.324725568))
  1033. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 0.638503134, 1))
  1034. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139405355, 0.0500000007, 0.0500000007))
  1035. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465808868, 0.0552453995, 0.191574097, -8.74227837e-08, 4.37113883e-08, -1, 8.74227695e-08, -1, -4.37113954e-08, -1, -8.74227766e-08, 8.74227766e-08))
  1036. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.686496556, 0.302754194))
  1037. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.324046075, 0.268346846))
  1038. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.528656006, -1.8823061, -0.368766785, 8.74227837e-08, -4.37113883e-08, -1, -8.74227695e-08, 1, -4.37113954e-08, 1, 8.74227766e-08, 8.74227766e-08))
  1039. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.270030171, 1, 1))
  1040. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139405355, 0.0500000007, 0.0500000007))
  1041. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.465808868, 0.0552964211, -0.260437012, 8.74227837e-08, 4.37113883e-08, 1, -8.74227695e-08, -1, 4.37113954e-08, 1, -8.74227766e-08, -8.74227766e-08))
  1042. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.688489795, 0.291317493))
  1043. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.102949925, 0.0500000007))
  1044. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.78036499, 0.755386353, 0.249336243, -0.733187735, -6.81165062e-08, -0.680026174, 0.205778584, -0.953116298, -0.221865371, -0.648144126, -0.302603841, 0.698813319))
  1045. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 1, 0.653707385))
  1046. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1047. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.536693573, -1.9572345, 0.0839691162, -8.80640627e-08, -4.24046007e-08, 1, 0.0148925427, 0.999889135, 4.37113954e-08, -0.999889135, 0.0148925427, -8.74227766e-08))
  1048. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337537713, 3.90631938, 4.7987113))
  1049. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1050. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.525382996, -1.87556076, -0.266662598, -8.74227837e-08, -4.37113883e-08, 1, 8.74227695e-08, 1, 4.37113954e-08, -1, 8.74227766e-08, -8.74227766e-08))
  1051. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.135015085, 7.02087212, 9.18118668))
  1052. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139410779, 0.0500000007, 0.0500000007))
  1053. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465808868, -0.269522309, 0.0101318359, 8.74227837e-08, -1.91174895e-05, -1, -8.74227695e-08, 1, -1.91174895e-05, 1, 8.74244463e-08, 8.74211068e-08))
  1054. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.810093522, 0.270048499))
  1055. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0641329363, 0.148519203, 0.0500000007))
  1056. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.69348526, -1.54308987, 0.208938599, 8.74227837e-08, -4.37113883e-08, -1, -8.74227695e-08, 1, -4.37113954e-08, 1, 8.74227766e-08, 8.74227766e-08))
  1057. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540073812))
  1058. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1059. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.529941559, 1.10215974, 0.0577468872, -8.69007195e-08, 4.47402968e-08, -0.99999994, -0.011804116, -0.999930263, -4.37113918e-08, -0.999930322, 0.0118041169, 8.74227695e-08))
  1060. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337563418, 30.9874535, 8.10216904))
  1061. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.192399934, 0.0877615437, 0.168770075))
  1062. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.629364014, -0.17855835, -1.35068786, 4.37113883e-08, 7.71688701e-06, -1, -1, -8.74224355e-08, -4.37120633e-08, -8.74227766e-08, 1, 7.71688701e-06))
  1063. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Wedge",Vector3.new(0.192399308, 0.0500000007, 0.0500000007))
  1064. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.62935257, -0.00640869141, 0.631729126, 4.37113883e-08, -8.74227837e-08, 1, -1, 8.74227695e-08, 4.37113954e-08, -8.74227766e-08, -1, -8.74227766e-08))
  1065. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.810103774, 0.810106814))
  1066. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0641329363, 0.148519203, 0.0500000007))
  1067. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.565216064, -1.54309273, 0.208938599, 8.74227837e-08, -4.37113883e-08, -1, -8.74227695e-08, 1, -4.37113954e-08, 1, 8.74227766e-08, 8.74227766e-08))
  1068. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.540073812))
  1069. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1070. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.536693573, -1.95723546, 0.148918152, 8.80640556e-08, 4.24046043e-08, -1, 0.0148924552, 0.999889135, 4.37113883e-08, 0.999889135, -0.0148924552, 8.74227766e-08))
  1071. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337537713, 3.90631938, 4.51700687))
  1072. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0611634366, 0.0500000007))
  1073. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555709839, 0.386684418, 0.391223907, -7.79999973e-05, 3.40000006e-05, -1, 0.866023839, -0.500002861, -8.45499526e-05, -0.500002861, -0.866023839, 9.55540963e-06))
  1074. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.67549479, 1, 0.541193545))
  1075. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1076. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555728912, -0.217227936, 0.533725739, -0.000123999998, 0, -1, 0.807636201, 0.589681089, -0.000100146885, 0.589681089, -0.807636201, -7.31204564e-05))
  1077. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.67573899, 0.636941433, 0.465273589))
  1078. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1079. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.555194855, 0.467124939, 0.36000061, -3.06501606e-05, 2.90948924e-06, -1, 0.83384186, -0.552003324, -2.71634344e-05, -0.552003324, -0.83384186, 1.44929418e-05))
  1080. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.696305871, 0.0247554742, 0.404291272))
  1081. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1082. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.539615631, -0.48657608, 0.367115021, 0.0270563476, -0.0178941377, 0.999473751, -0.833402753, 0.551713288, 0.0324383378, -0.552003384, -0.833841801, 1.43209782e-05))
  1083. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.700802028, 0.0212231912, 0.119826697))
  1084. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1085. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.536693573, 1.192083, 0.0504150391, -8.70570531e-08, 4.44353176e-08, -1, -0.0082979165, -0.999965549, -4.37113954e-08, -0.999965549, 0.0082979165, 8.74227766e-08))
  1086. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337537713, 27.6380062, 6.25639725))
  1087. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1088. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.529941559, 1.10215855, 0.221809387, 8.69007124e-08, -4.47402968e-08, 0.99999994, -0.0118042035, -0.999930263, -4.37113847e-08, 0.999930322, -0.0118042044, -8.74227695e-08))
  1089. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337563418, 30.9874535, 3.08003712))
  1090. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1091. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555194855, 0.467121124, -0.324245453, 3.06501606e-05, -2.90948924e-06, 1, 0.833841801, -0.552003384, -2.71634326e-05, 0.552003384, 0.833841801, -1.44929445e-05))
  1092. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.696305871, 0.0247554742, 1.02585542))
  1093. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1094. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.539615631, -0.486579895, -0.331356049, -0.0270563476, 0.0178941377, -0.999473751, -0.833402812, 0.551713228, 0.0324383378, 0.552003324, 0.83384186, -1.43181423e-05))
  1095. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.700802028, 0.0212231912, 1.31032002))
  1096. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1097. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.529941559, 0.0833358765, -0.315032959, -1.90446805e-08, 9.58682875e-08, 1, 0.964422584, -0.264365584, 4.37113954e-08, 0.264365584, 0.964422584, -8.74227766e-08))
  1098. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337563455, 5.58356047, 1.39369953))
  1099. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dark stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1100. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.529941559, -1.97336555, 0.176620483, 8.8127706e-08, 4.2272152e-08, -1, 0.0163957421, 0.999865592, 4.37113883e-08, 0.999865592, -0.0163957421, 8.74227766e-08))
  1101. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337563455, 4.84033775, 5.58007813))
  1102. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0595786124))
  1103. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555713654, -0.507730484, -0.0617752075, 9.30000024e-05, -2.49999994e-05, 1, -0.17911002, 0.983829141, 4.12529589e-05, -0.983829141, -0.17911002, 8.70183576e-05))
  1104. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.67556864, 0.366148919, 1))
  1105. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.13940534, 0.0500000007, 0.0500000007))
  1106. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.465808868, 0.0552453399, 0.00959777832, 8.74227837e-08, 4.37113847e-08, 0.99999994, -8.74227695e-08, -0.99999994, 4.37113918e-08, 1, -8.74227695e-08, -8.74227695e-08))
  1107. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.686496556, 0.291320086))
  1108. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139410779, 0.0500000007, 0.0500000007))
  1109. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465812683, 0.0776367188, 0.269522369, -4.37113883e-08, -1.91611998e-05, -1, 1, 8.74219381e-08, -4.37130616e-08, 8.74227766e-08, -1, 1.91611998e-05))
  1110. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.27001825, 0.810091436))
  1111. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0641329363, 0.371298254, 0.0675086454))
  1112. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.69348526, -0.00978088379, 1.58359432, 4.37113883e-08, -8.74227837e-08, 1, -1, 8.74227695e-08, 4.37113954e-08, -8.74227766e-08, -1, -8.74227766e-08))
  1113. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1114. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.535457611, 1.7000339, 0.35974884, 0.0277676675, 4.37113847e-08, 0.999614298, -8.61753051e-08, -0.999999881, 4.61220537e-08, 0.999614418, -8.74227695e-08, -0.0277676694))
  1115. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.270863324, 9.27092624e-05, 4.86251926))
  1116. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1117. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.555725098, -0.211772919, -0.504261017, 0.000123999998, 0, 1, 0.807636201, 0.589681089, -0.000100146885, -0.589681089, 0.807636201, 7.31204564e-05))
  1118. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.67573899, 0.636941433, 0.872362018))
  1119. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.243126556, 0.330796599))
  1120. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.535457611, 0.35975647, 1.88568604, -0.0277676266, -8.74227837e-08, -0.999614477, 0.999614477, 8.74227695e-08, -0.0277676266, 8.98165951e-08, -1, 8.4961556e-08))
  1121. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.270863384, 1, 1))
  1122. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Wedge",Vector3.new(0.192399293, 0.0500000007, 0.0500000007))
  1123. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.62935257, -0.42092514, -0.4712677, 2.76954708e-08, 9.37357356e-08, -0.99999994, -0.731049657, 0.682324052, 4.37113847e-08, 0.682324111, 0.731049716, 8.74227695e-08))
  1124. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.552756906, 0.592228413))
  1125. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139405355, 0.0500000007, 0.0500000007))
  1126. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465808868, 0.0549083352, -0.0771331787, -8.74227837e-08, 4.37113883e-08, -1, 8.74227695e-08, -1, -4.37113954e-08, -1, -8.74227766e-08, 8.74227766e-08))
  1127. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.672991931, 0.249770984))
  1128. Hitbox=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","Hitbox",Vector3.new(0.120000005, 1, 0.329999983))
  1129. HitboxWeld=CFuncs.Weld.Create(m,Handle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.627754211, -0.327106476, 0.0131378174, -1.66445971e-05, 0, 1, 0, 1, 0, -1.00000012, 0, -1.66669488e-05))
  1130. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Smoky grey","Wedge",Vector3.new(0.0500000007, 0.306361854, 0.42192933))
  1131. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.523189545, -1.85997045, 0.295349121, 8.74227766e-08, -8.84304711e-07, -1, -8.74227624e-08, 0.99999994, -8.84304654e-07, 0.99999994, 8.74228405e-08, 8.74227055e-08))
  1132. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222779512, 1, 1))
  1133. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1134. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.536693573, 1.19208264, 0.172233582, 8.7057046e-08, -4.44353176e-08, 1, -0.00829800405, -0.999965549, -4.37113883e-08, 0.999965549, -0.00829800405, -8.74227766e-08))
  1135. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337537713, 27.6380062, 2.64928603))
  1136. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Fawn brown","Wedge",Vector3.new(0.192399308, 0.0607562438, 0.0945122093))
  1137. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.62935257, 0.682358265, 0.0739135742, 8.74227837e-08, 4.37113883e-08, 1, -8.74227695e-08, -1, 4.37113954e-08, 1, -8.74227766e-08, -8.74227766e-08))
  1138. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1139. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.536693573, 0.11466217, -0.48682785, -2.25427712e-08, 9.51065289e-08, 1, 0.973457158, -0.228869408, 4.37113954e-08, 0.228869408, 0.973457158, -8.74227766e-08))
  1140. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0337537713, 3.97467518, 0.858574271))
  1141. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.106814466, 0.0500000007))
  1142. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.712554932, 0.774607658, 0.197937012, -0.599465728, 3.0233231e-08, 0.800400376, -0.118955061, -0.988894463, -0.0890922248, 0.791511595, -0.148619428, 0.592808366))
  1143. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 1, 0.321058601))
  1144. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(1.05752182, 0.459589362, 0.0500000007))
  1145. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.282396615, -0.523025513, -8.62992451e-08, -4.58897382e-08, -1, 0.0250746086, -0.999685585, 4.37113883e-08, -0.999685585, -0.0250746086, 8.74227766e-08))
  1146. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.23055236))
  1147. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139410779, 0.0500000007, 0.0500000007))
  1148. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465808868, -0.269522309, 0.280166626, 8.74227837e-08, -1.91174895e-05, -1, -8.74227695e-08, 1, -1.91174895e-05, 1, 8.74244463e-08, 8.74211068e-08))
  1149. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.810093522, 0.270048499))
  1150. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.0806279853, 0.0500000007))
  1151. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.992591858, 0.405396461, 0.191970825, -0.494292915, 0.414775312, 0.7639606, -0.3594217, -0.897704601, 0.2548379, 0.791511536, -0.148619458, 0.592808366))
  1152. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 1, 0.559800684))
  1153. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 1.02849734, 0.310537636))
  1154. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.538726807, -0.0026473999, -1.54477215, 0.999999166, 8.74227837e-08, 0.00131271465, 0.00131271465, -8.74227695e-08, -0.999999166, -8.73079458e-08, 1, -8.75374653e-08))
  1155. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.702425897, 1, 1))
  1156. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.0806279853, 0.0500000007))
  1157. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.992591858, 0.405396461, 0.191970825, -0.494292915, 0.414775312, 0.7639606, -0.3594217, -0.897704601, 0.2548379, 0.791511536, -0.148619458, 0.592808366))
  1158. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 1, 0.559800684))
  1159. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0765397921))
  1160. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.379867554, -0.632884979, 0.811159015, 0.983531415, -8.74227837e-08, 0.180737108, -0.180737108, 8.74227695e-08, 0.983531415, -1.01783591e-07, -1, 7.01825016e-08))
  1161. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 0.620216846, 1))
  1162. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0649755448))
  1163. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.553184509, 0.50504303, 0.276264191, -0.0031059985, 0.00259082159, -0.999991834, 0.766036212, -0.642784655, -0.00404468086, -0.642789841, -0.766042531, 1.18245753e-05))
  1164. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.696310937, 0.169315577, 1))
  1165. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Black","Wedge",Vector3.new(0.139405355, 0.0500000007, 0.0500000007))
  1166. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.465808868, 0.054908216, 0.278305054, 8.74227837e-08, 4.37113883e-08, 1, -8.74227695e-08, -1, 4.37113954e-08, 1, -8.74227766e-08, -8.74227766e-08))
  1167. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.672991931, 0.34430328))
  1168. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.106814466, 0.0500000007))
  1169. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.703151703, 0.776472092, -0.154205322, 0.599465728, -3.02332346e-08, -0.800400376, -0.118954994, -0.988894463, -0.0890921727, -0.791511595, 0.148619339, -0.592808366))
  1170. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 1, 0.931916833))
  1171. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1172. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.55298996, 0.509017944, -2.03901529, -4.37113883e-08, -0.0159532968, 0.999872744, 1, -8.81089903e-08, 4.2311143e-08, 8.74227766e-08, 0.999872744, 0.0159532987))
  1173. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.332603961, 0.513271928, 0.134950027))
  1174. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.324038088))
  1175. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.523197174, -0.481536865, 1.88906384, -9.49235891e-06, -8.74227837e-08, 0.99999994, -0.99999994, 8.74227695e-08, -9.49235891e-06, -8.74219381e-08, -1, -8.74236008e-08))
  1176. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222785935, 0.27005434, 1))
  1177. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1178. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.554504395, 0.545787811, -0.0348358154, 0.00192654971, -0.000516140426, 0.999997973, 0.494223207, -0.869333923, -0.00140084699, 0.869332969, 0.494224966, -0.00141972653))
  1179. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.696309328, 0.288319528, 0.201645643))
  1180. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.310538411, 1.0284946))
  1181. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.538734436, -1.8890667, -0.00264358521, -0.999999166, -4.37113883e-08, -0.00131275842, -4.38261161e-08, 1, 8.7365315e-08, 0.00131275831, 8.74227766e-08, -0.999999106))
  1182. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.702425897, 1, 1))
  1183. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Dirt brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1184. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.379859924, -0.636264801, -0.757151067, -0.983531415, 8.74227766e-08, -0.180737108, -0.180737108, -3.82137093e-15, 0.983531415, 8.59830465e-08, 1, 1.58005431e-08))
  1185. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.675085723, 0.75523448, 0.629478753))
  1186. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1187. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.554912567, -2.03901529, 0.549530029, 8.74227837e-08, 0.0159533434, -0.999872804, -8.74227695e-08, 0.999872804, 0.0159533434, 1, 8.60169678e-08, 8.88063454e-08))
  1188. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.232822806, 0.134950355, 0.243240163))
  1189. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1190. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.556274414, -0.436325073, 0.37153244, -0.00163434516, 0.000437854877, 0.999998569, -0.879204035, 0.476442546, -0.00164553791, -0.476442575, -0.879205465, -0.000393707742))
  1191. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.676927626, 0.0942352489, 1.30710232))
  1192. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1193. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.553184509, 0.505050659, -0.232379913, 0.0031059985, -0.00259082159, 0.999991834, 0.766036153, -0.642784715, -0.00404468086, 0.6427899, 0.766042471, -1.18249291e-05))
  1194. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.696310937, 0.169315577, 0.455717415))
  1195. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(0.0500000007, 0.0500000007, 1.05752301))
  1196. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.518432081, 0.530776978, 0, 0.0250745658, -0.999685585, 8.74227837e-08, 0.999685585, 0.0250745658, -8.74227695e-08, 8.52031974e-08, 8.95873882e-08, 1))
  1197. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.249689594, 0.54022187, 1))
  1198. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1199. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.556274414, -0.436325073, -0.32901001, 0.00163434516, -0.000437854877, -0.999998569, -0.879204094, 0.476442456, -0.00164553791, 0.476442486, 0.879205525, 0.000393707596))
  1200. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.676927626, 0.0942352489, 0.393941104))
  1201. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Medium stone grey","Wedge",Vector3.new(0.0500000007, 0.0500000007, 0.0500000007))
  1202. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.554504395, 0.545787811, 0.0469818115, -0.00192654971, 0.000516140426, -0.999997973, 0.494223297, -0.869333863, -0.0014008471, -0.86933291, -0.494225055, 0.00141972641))
  1203. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.696309328, 0.288319528, 0.284511149))
  1204. Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Brown","Wedge",Vector3.new(1.05752182, 0.459589362, 0.0500000007))
  1205. WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.28239733, 0.53653717, 8.62992522e-08, 4.58897382e-08, 1, 0.0250745211, -0.999685585, 4.37113954e-08, 0.999685585, 0.0250745211, -8.74227766e-08))
  1206. CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.309668154))
  1207.  
  1208. Hood=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Hood",Vector3.new(2, 2, 2))
  1209. HoodWeld=CFuncs.Weld.Create(m,Character["Head"],Hood,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0101699829, -0.210492611, 0.0272598267, 0.999999344, 2.20501395e-12, 2.03211084e-06, -5.11861913e-08, 1.00000167, -9.68575478e-07, -2.0840796e-06, 6.40749931e-07, 0.999998868))
  1210. CFuncs.Mesh.Create("SpecialMesh",Hood,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=16952952",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.04999995, 1.04999995))
  1211.  
  1212. EffectModel = Create("Model"){
  1213.  
  1214.  
  1215. Parent = Character,
  1216. Name = "Effects",
  1217. }
  1218.  
  1219. Effects = {
  1220. Block = {
  1221. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1222. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2))
  1223. prt.Anchored = true
  1224. prt.CFrame = cframe
  1225. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1226. game:GetService("Debris"):AddItem(prt, 10)
  1227. if Type == 1 or Type == nil then
  1228. table.insert(Effects, {
  1229. prt,
  1230. "Block1",
  1231. delay,
  1232. x3,
  1233. y3,
  1234. z3,
  1235. msh
  1236. })
  1237. elseif Type == 2 then
  1238. table.insert(Effects, {
  1239. prt,
  1240. "Block2",
  1241. delay,
  1242. x3,
  1243. y3,
  1244. z3,
  1245. msh
  1246. })
  1247. end
  1248. end;
  1249. };
  1250.  
  1251. Cylinder = {
  1252. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1253. local prt = CFuncs.Part..Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.2, 0.2, 0.2))
  1254. prt.Anchored = true
  1255. prt.CFrame = cframe
  1256. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1257. game:GetService("Debris"):AddItem(prt, 2)
  1258. Effects[#Effects + 1] = {
  1259. prt,
  1260. "Cylinder",
  1261. delay,
  1262. x3,
  1263. y3,
  1264. z3
  1265. }
  1266. end;
  1267. };
  1268.  
  1269. Head = {
  1270. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1271. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2))
  1272. prt.Anchored = true
  1273. prt.CFrame = cframe
  1274. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1275. game:GetService("Debris"):AddItem(prt, 10)
  1276. table.insert(Effects, {
  1277. prt,
  1278. "Cylinder",
  1279. delay,
  1280. x3,
  1281. y3,
  1282. z3,
  1283. msh
  1284. })
  1285. end;
  1286. };
  1287.  
  1288. Sphere = {
  1289. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1290. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2))
  1291. prt.Anchored = true
  1292. prt.CFrame = cframe
  1293. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1294. game:GetService("Debris"):AddItem(prt, 10)
  1295. table.insert(Effects, {
  1296. prt,
  1297. "Cylinder",
  1298. delay,
  1299. x3,
  1300. y3,
  1301. z3,
  1302. msh
  1303. })
  1304. end;
  1305. };
  1306.  
  1307. Elect = {
  1308. Create = function(cff, x, y, z)
  1309. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1))
  1310. prt.Anchored = true
  1311. prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z))
  1312. prt.CFrame = CFrame.new(prt.Position)
  1313. game:GetService("Debris"):AddItem(prt, 2)
  1314. local xval = math.random() / 2
  1315. local yval = math.random() / 2
  1316. local zval = math.random() / 2
  1317. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
  1318. table.insert(Effects, {
  1319. prt,
  1320. "Elec",
  1321. 0.1,
  1322. x,
  1323. y,
  1324. z,
  1325. xval,
  1326. yval,
  1327. zval
  1328. })
  1329. end;
  1330.  
  1331. };
  1332.  
  1333. Ring = {
  1334. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1335. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2))
  1336. prt.Anchored = true
  1337. prt.CFrame = cframe
  1338. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1339. game:GetService("Debris"):AddItem(prt, 10)
  1340. table.insert(Effects, {
  1341. prt,
  1342. "Cylinder",
  1343. delay,
  1344. x3,
  1345. y3,
  1346. z3,
  1347. msh
  1348. })
  1349. end;
  1350. };
  1351.  
  1352.  
  1353. Wave = {
  1354. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1355. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2))
  1356. prt.Anchored = true
  1357. prt.CFrame = cframe
  1358. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1359. game:GetService("Debris"):AddItem(prt, 10)
  1360. table.insert(Effects, {
  1361. prt,
  1362. "Cylinder",
  1363. delay,
  1364. x3,
  1365. y3,
  1366. z3,
  1367. msh
  1368. })
  1369. end;
  1370. };
  1371.  
  1372. Break = {
  1373. Create = function(brickcolor, cframe, x1, y1, z1)
  1374. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1375. prt.Anchored = true
  1376. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1377. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1378. local num = math.random(10, 50) / 1000
  1379. game:GetService("Debris"):AddItem(prt, 10)
  1380. table.insert(Effects, {
  1381. prt,
  1382. "Shatter",
  1383. num,
  1384. prt.CFrame,
  1385. math.random() - math.random(),
  1386. 0,
  1387. math.random(50, 100) / 100
  1388. })
  1389. end;
  1390. };
  1391.  
  1392. Fire = {
  1393. Create = function(brickcolor, cframe, x1, y1, z1, delay)
  1394. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2))
  1395. prt.Anchored = true
  1396. prt.CFrame = cframe
  1397. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1398. game:GetService("Debris"):AddItem(prt, 10)
  1399. table.insert(Effects, {
  1400. prt,
  1401. "Fire",
  1402. delay,
  1403. 1,
  1404. 1,
  1405. 1,
  1406. msh
  1407. })
  1408. end;
  1409. };
  1410.  
  1411. FireWave = {
  1412. Create = function(brickcolor, cframe, x1, y1, z1)
  1413. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new(.2,.2,.2))
  1414. prt.Anchored = true
  1415. prt.CFrame = cframe
  1416. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1417. local d = Create("Decal"){
  1418. Parent = prt,
  1419. Texture = "rbxassetid://26356434",
  1420. Face = "Top",
  1421. }
  1422. local d = Create("Decal"){
  1423. Parent = prt,
  1424. Texture = "rbxassetid://26356434",
  1425. Face = "Bottom",
  1426. }
  1427. game:GetService("Debris"):AddItem(prt, 10)
  1428. table.insert(Effects, {
  1429. prt,
  1430. "FireWave",
  1431. 1,
  1432. 30,
  1433. math.random(400, 600) / 100,
  1434. msh
  1435. })
  1436. end;
  1437. };
  1438.  
  1439. Lightning = {
  1440. Create = function(p0, p1, tym, ofs, col, th, tra, last)
  1441. local magz = (p0 - p1).magnitude
  1442. local curpos = p0
  1443. local trz = {
  1444. -ofs,
  1445. ofs
  1446. }
  1447. for i = 1, tym do
  1448. local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym))
  1449. local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
  1450. local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz
  1451. li.Material = "Neon"
  1452. if tym == i then
  1453. local magz2 = (curpos - p1).magnitude
  1454. li.Size = Vector3.new(th, th, magz2)
  1455. li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2)
  1456. table.insert(Effects, {
  1457. li,
  1458. "Disappear",
  1459. last
  1460. })
  1461. else
  1462. do
  1463. do
  1464. li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2)
  1465. curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p
  1466. game.Debris:AddItem(li, 10)
  1467. table.insert(Effects, {
  1468. li,
  1469. "Disappear",
  1470. last
  1471. })
  1472. end
  1473. end
  1474. end
  1475. end
  1476. end
  1477. };
  1478.  
  1479. EffectTemplate = {
  1480.  
  1481. };
  1482. }
  1483. function attackone()
  1484. attack = true
  1485.  
  1486.  
  1487. for i = 0, 1, 0.1 do
  1488. swait()
  1489. PlayAnimationFromTable({
  1490. CFrame.new(0, 0, -0, 0.984807789, 3.03181423e-07, -0.173648596, -3.44375053e-07, 1, -2.07095127e-07, 0.173648626, 2.63749143e-07, 0.984807849) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1491. CFrame.new(-2.12985765e-06, 1.49997663, -8.56826432e-08, 0.866024911, -1.14462102e-06, 0.500000954, 8.8323435e-07, 1, 7.59434215e-07, -0.500000954, -2.16071157e-07, 0.866024911) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1492. CFrame.new(0.139232755, 0.119617142, -0.773203194, 0.433008641, 0.750001729, 0.500000954, -0.86602819, 0.499995232, 7.60190005e-07, -0.249997541, -0.433015257, 0.866024911) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1493. CFrame.new(-0.986185312, 0.65001601, 1.19676161, 0.81914866, 0.571391463, 0.0499935225, 8.6615529e-07, 0.0871553048, -0.996201992, -0.573573172, 0.816032112, 0.071396403) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1494. CFrame.new(0.790098131, -1.89686155, -0.00130658597, 0.852867544, -0.234925717, 0.466290712, 0.173651159, 0.969845891, 0.171009839, -0.492404729, -0.0648768246, 0.867945075) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1495. CFrame.new(-0.433005452, -1.99999499, 0.249998093, 0.866024911, -0.086822249, 0.492405236, 8.8323435e-07, 0.984808743, 0.17364265, -0.500000954, -0.150378421, 0.852868974) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1496. }, .3, false)
  1497. end
  1498. MagnitudeDamage(Hitbox, 5, 3, 8, 1, 'Normal', '199149186', 1)
  1499. CFuncs.Sound.Create('199145095', HumanoidRootPart, 1, 1.7)
  1500. CFuncs.Sound.Create('159882584', HumanoidRootPart, 1, 1)
  1501. for i = 0, 0.5, 0.1 do
  1502. swait()
  1503. PlayAnimationFromTable({
  1504. CFrame.new(0, -0, 0, 0.866026819, -0.0868241489, 0.49240151, 1.00699549e-06, 0.984807909, 0.173647389, -0.499997675, -0.150382802, 0.852870166) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1505. CFrame.new(0.0347294286, 1.51139152, 0.0664977282, 0.984808326, 3.99740031e-07, -0.173644826, -0.0301532689, 0.984808087, -0.171008825, 0.171006754, 0.173646867, 0.969847143) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1506. CFrame.new(1.87467527, 0.250018179, 0.176201999, 0.119320169, -0.415730357, -0.901616216, 0.467101544, 0.824843228, -0.318513215, 0.876107037, -0.383140415, 0.29260844) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1507. CFrame.new(-1.14032137, 0.71974057, -1.10771382, 0.939778388, -0.341699362, -0.00759586971, -0.0370066538, -0.0796358734, -0.99613744, 0.33977443, 0.936428964, -0.0874852985) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1508. CFrame.new(0.606089354, -1.95606029, 0.169776708, 0.969846606, -0.138260901, -0.200702518, 0.141317025, 0.989964068, 0.000909551978, 0.198562533, -0.0292448103, 0.979651749) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1509. CFrame.new(-0.492399365, -1.95453429, -0.432794929, 0.984808326, 0.0301524121, -0.171006903, -0.0301532689, 0.999542058, 0.00259293616, 0.171006754, 0.00260289013, 0.985266447) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1510. }, .3, false)
  1511. end
  1512.  
  1513. attack = false
  1514. end
  1515.  
  1516. function attacktwo()
  1517. attack = true
  1518. for i = 0, 1, 0.1 do
  1519. swait()
  1520. PlayAnimationFromTable({
  1521. CFrame.new(0, -0, -0, 0.766043425, 0, -0.642789066, 0, 1, 0, 0.642789066, 0, 0.766043425) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1522. CFrame.new(-3.7950489e-08, 1.49999022, 4.07073095e-08, 0.819151163, -2.53004906e-08, 0.573577821, 3.62908921e-08, 1, -7.71863728e-09, -0.573577821, 2.7138384e-08, 0.819151163) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1523. CFrame.new(1.70060778, 0.0830032229, -0.693996668, 0.619650841, -0.675921798, -0.398962885, 0.643637836, 0.728505611, -0.234561399, 0.449190378, -0.111440599, 0.886458755) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1524. CFrame.new(-1.34243941, 0.0653340667, 0.957744598, 0.883021653, 0.321395665, 0.342022389, -0.342021704, 0.939694822, -3.64369761e-08, -0.32139501, -0.116979033, 0.939693689) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1525. CFrame.new(0.698243499, -1.93866825, -0.468385577, 0.892536998, -0.157378942, 0.422618568, 0.173648432, 0.984807611, -5.17513143e-09, -0.416198075, 0.0733872205, 0.906305969) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1526. CFrame.new(-0.649266303, -1.99999702, 0.171937123, 0.422616988, 0, 0.906312048, 0, 1, 0, -0.906312048, 0, 0.422616988) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1527. }, .3, false)
  1528. end
  1529. MagnitudeDamage(RightLeg, 10, 3, 8, 1, 'Normal', '199149186', 1)
  1530. CFuncs.Sound.Create('7058705431', HumanoidRootPart, 1, 1)
  1531.  
  1532. for i = 0, 1, 0.1 do
  1533. swait()
  1534. PlayAnimationFromTable({
  1535. CFrame.new(0, 0, 0, 0.851650238, -0.231881678, 0.470024049, 0.342022449, 0.925416112, -0.163176328, -0.397129834, 0.299727947, 0.867439747) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1536. CFrame.new(0.374779433, 1.44796014, 0.0115288794, 0.929005623, 0.183490396, -0.321394771, -0.0925199986, 0.956005931, 0.278379738, 0.358335465, -0.228877649, 0.905111551) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1537. CFrame.new(1.61636841, -0.150927484, 0.792154253, 0.844053686, -0.360361874, -0.397129834, 0.490403473, 0.818332672, 0.299727947, 0.216973737, -0.447740406, 0.867439747) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1538. CFrame.new(-1.61482358, 0.602433681, 0.0318350196, 0.734107375, 0.550791144, -0.397129834, -0.463495553, 0.833866179, 0.299727947, 0.496240675, -0.0359646678, 0.867439747) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1539. CFrame.new(0.780632377, -1.52732766, -1.10416782, 0.851650238, -0.472120732, -0.227581561, -0.231881678, 0.0499956161, -0.971458614, 0.470024049, 0.880115151, -0.0668973178) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1540. CFrame.new(-1.109869, -1.73488867, 0.0913401544, 0.851650238, 0.342022449, -0.397129834, -0.231881678, 0.925416112, 0.299727947, 0.470024049, -0.163176328, 0.867439747) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1541. }, .3, false)
  1542. end
  1543.  
  1544. attack = false
  1545. end
  1546.  
  1547. function attackthree()
  1548. attack = true
  1549. CFuncs.Sound.Create("541909867", Torso, 1, 1)
  1550. MagnitudeDamage(RightLeg, 10, 3, 8, 1, 'Normal', '199149186', 1)
  1551. for i = 0, 1, 0.1 do
  1552. swait()
  1553. PlayAnimationFromTable({
  1554. CFrame.new(0.40526396, 0.0169513971, 0.187530264, -0.313355327, 0.310338736, -0.897497654, -0.756498933, 0.489720076, 0.433463544, 0.574042976, 0.814783275, 0.0813141614) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1555. CFrame.new(-0.00682294369, 1.51228654, -0.0713720024, 0.479012877, -0.372790068, 0.794716716, 4.67896461e-06, 0.905342162, 0.424683571, -0.877810657, -0.203425378, 0.43367216) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1556. CFrame.new(0.330322206, 0.389174014, -0.682259917, -0.144331515, 0.939254761, 0.311399192, -0.98875773, -0.124458969, -0.0828757137, -0.0390846431, -0.31986165, 0.94666028) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1557. CFrame.new(-1.16195273, 0.28790167, 0.750266492, 0.40399605, 0.901343465, 0.156101227, -0.597077608, 0.389112025, -0.701491714, -0.693027377, 0.190194592, 0.695373297) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1558. CFrame.new(1.27621162, -1.4038974, -0.265293539, 0.148384452, -0.95709008, 0.248948976, 0.948983252, 0.208629847, 0.236472979, -0.278259009, 0.201161399, 0.93920958) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1559. CFrame.new(-1.47020769, -1.33852017, -0.156540334, 0.495247245, 0.765504241, 0.410772204, -0.630034029, 0.642032027, -0.43686679, -0.598153889, -0.0424444601, 0.800259531) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1560. }, .3, false)
  1561. end
  1562.  
  1563. attack = false
  1564. end
  1565.  
  1566.  
  1567. function attacko()
  1568. attack = true
  1569. local Blade=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Blade",Vector3.new(0.0500000007, 1.53244674, 0.0945124701))
  1570. BladeWeld=CFuncs.Weld.Create(m,Character["Left Arm"],Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.621009827, -1.22111011, 0.0493774414, -2.63735069e-06, 4.37113883e-08, 1, -8.74228903e-08, -1, 4.37111574e-08, 1, -8.74227766e-08, 2.63735069e-06))
  1571. CFuncs.Mesh.Create("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.945126534, 1, 1))
  1572. Blade2=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Blade2",Vector3.new(0.0500000007, 0.0945123211, 1.53244293))
  1573. Blade2Weld=CFuncs.Weld.Create(m,Blade,Blade2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0944976807, -1.1920929e-07, 1, -4.37118466e-08, -1.31145043e-07, 1.31145043e-07, 1.680487e-07, 1, -4.37118217e-08, -1, 1.68048714e-07))
  1574. CFuncs.Mesh.Create("SpecialMesh",Blade2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.945126116, 1, 1))
  1575. CFuncs.Sound.Create('210933582', Blade, 1, 1)
  1576. for i = 0, 1, 0.1 do
  1577. swait()
  1578. PlayAnimationFromTable({
  1579. CFrame.new(0, -0, 0, 0.89253974, -0.157381982, 0.42261833, 0.17365095, 0.984808683, 4.87254681e-07, -0.416197389, 0.0733878911, 0.906307757) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1580. CFrame.new(0.121821553, 1.46740782, 0.262791663, 0.941519976, 0.0103148594, -0.336826146, 0.010310119, 0.998183012, 0.0593923181, 0.336826712, -0.0593909882, 0.939700246) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1581. CFrame.new(1.64151144, -0.00116300583, 0.753913403, 0.753910244, -0.508331656, -0.416197389, 0.58507961, 0.807650208, 0.0733878911, 0.29883638, -0.298836112, 0.906307757) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1582. CFrame.new(-1.75806463, 0.59317708, -0.0825409442, 0.817183018, -0.50521338, -0.277440965, -0.406906515, -0.164759099, -0.898490131, 0.408217996, 0.847120702, -0.340212345) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1583. CFrame.new(0.27155605, -1.90206921, 0.206549585, 0.89253974, 0.209258556, -0.399481922, -0.157381982, 0.974667192, 0.158926845, 0.42261833, -0.0789768323, 0.902860284) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1584. CFrame.new(-0.793571234, -1.89092338, -0.211310133, 0.89253974, 0.17365095, -0.416197389, -0.157381982, 0.984808683, 0.0733878911, 0.42261833, 4.87254681e-07, 0.906307757) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1585. }, .3, false)
  1586. end
  1587. CFuncs.Sound.Create('160212892', HumanoidRootPart, 1, 1)
  1588. game:GetService("Chat"):Chat(Character, "Die.", 1)
  1589. wait(1)
  1590. for i = 0.3, 0.5, 0.1 do
  1591. swait()
  1592. PlayAnimationFromTable({
  1593. CFrame.new(0, 0, 0, 0.983257949, -0.157377273, 0.0918638185, 0.163174719, 0.984809577, -0.0593924634, -0.0811212212, 0.0733877122, 0.994000733) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1594. CFrame.new(0.204345509, 1.46740866, 0.205272287, 0.985589743, -0.0106223505, -0.168826923, 0.0204705317, 0.998183072, 0.0566986129, 0.167917639, -0.0593375936, 0.984015465) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1595. CFrame.new(1.72769666, 0.0878838301, 0.443601936, 0.810647368, -0.539129913, -0.228443041, 0.585081816, 0.761130512, 0.279921889, 0.0229605585, -0.360575885, 0.932448745) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1596. CFrame.new(-1.27590084, 0.505026519, -1.78636563, 0.981755316, -0.167336941, -0.0903198943, -0.0750583187, 0.0953961462, -0.992606401, 0.174715415, 0.981275499, 0.0810948461) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1597. CFrame.new(0.570928037, -2.14176869, 0.156457633, 0.99777478, -0.00369539298, -0.0665933788, 0.0142633943, 0.987188399, 0.158927172, 0.065152742, -0.159522474, 0.985045493) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1598. CFrame.new(-0.817977905, -1.89092767, 0.07285285, 0.983257949, 0.163174719, -0.0811212212, -0.157377273, 0.984809577, 0.0733877122, 0.0918638185, -0.0593924634, 0.994000733) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1599. }, .3, false)
  1600. end
  1601. MagnitudeDamage(Hitbox, 5, 30, 80, 1, 'Normal', '199149186', 1)
  1602. wait(0.2)
  1603.  
  1604. attack = false
  1605. Blade.Transparency = 1
  1606. Blade2.Transparency = 1
  1607. CFuncs.Sound.Create('210943487', Blade, 1, 1)
  1608. end
  1609.  
  1610. function leapandstab()
  1611. attack = true
  1612. Humanoid.Jump = true
  1613. Torso.Velocity = Torso.CFrame.lookVector * 80
  1614. for i = 0, 1, 0.2 do
  1615. swait()
  1616. PlayAnimationFromTable({
  1617. CFrame.new(0, -0.0170370154, -0.129409999, 1, 0, 0, 0, 0.965925872, 0.258818984, 0, -0.258818984, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1618. CFrame.new(0, 1.49999082, 1.1920929e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1619. CFrame.new(1.50000203, -2.68220276e-07, 2.70617306e-09, 0.965925813, -0.258819073, -1.1657886e-07, 0.258819073, 0.965925932, -3.56137753e-06, 1.0356307e-06, 3.39746475e-06, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1620. CFrame.new(-1.49999905, 2.98086391e-08, 6.09189215e-08, 0.965922892, 0.258830428, -3.76242582e-07, -0.258830607, 0.965922832, 1.05947256e-05, 3.08454037e-06, -1.01327896e-05, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1621. CFrame.new(0.5, -1.60213828, 0.124440551, 1, 0, 0, 0, 0.86602509, 0.500000775, 0, -0.500000775, 0.86602509) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1622. CFrame.new(-0.5, -1.53557265, 0.239738822, 1, 0, 0, 0, 0.86602509, 0.500000775, 0, -0.500000775, 0.86602509) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1623. }, .3, false)
  1624. end
  1625. for i = 0, 1, 0.2 do
  1626. swait()
  1627. PlayAnimationFromTable({
  1628. CFrame.new(0, -0.0669870079, -0.250001043, 1, 0, 0, 0, 0.866025388, 0.500000238, 0, -0.500000238, 0.866025388) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1629. CFrame.new(0, 1.49999058, -7.15255908e-07, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1630. CFrame.new(1.50000215, -1.31129968e-06, 3.93822006e-08, 0.965925992, -0.258818448, -4.59039427e-07, 0.258818418, 0.96592617, -3.84449959e-06, 1.43796206e-06, 3.57627869e-06, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1631. CFrame.new(-2.09766221, 1.28171778, -1.25524684e-05, -0.342026591, 0.939690232, -7.53054053e-07, -0.939690292, -0.342026591, 1.05798244e-05, 8.85128975e-06, 4.2617321e-06, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1632. CFrame.new(0.500003934, -1.66351461, 0.21195507, 0.996194661, -0.0871565416, 7.96405629e-07, 0.0616284311, 0.704416156, 0.707106888, -0.0616295487, -0.704416037, 0.707106948) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1633. CFrame.new(-0.499998122, -1.66351438, 0.211955011, 0.98480773, 0.173648283, 1.52748851e-06, -0.122789018, 0.696364522, 0.707106471, 0.122786753, -0.696364164, 0.707107246) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1634. }, .3, false)
  1635. end
  1636. local Blade=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Blade",Vector3.new(0.0500000007, 1.53244674, 0.0945124701))
  1637. BladeWeld=CFuncs.Weld.Create(m,Character["Left Arm"],Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.621009827, -1.22111011, 0.0493774414, -2.63735069e-06, 4.37113883e-08, 1, -8.74228903e-08, -1, 4.37111574e-08, 1, -8.74227766e-08, 2.63735069e-06))
  1638. CFuncs.Mesh.Create("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.945126534, 1, 1))
  1639. Blade2=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Blade2",Vector3.new(0.0500000007, 0.0945123211, 1.53244293))
  1640. Blade2Weld=CFuncs.Weld.Create(m,Blade,Blade2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0944976807, -1.1920929e-07, 1, -4.37118466e-08, -1.31145043e-07, 1.31145043e-07, 1.680487e-07, 1, -4.37118217e-08, -1, 1.68048714e-07))
  1641. CFuncs.Mesh.Create("SpecialMesh",Blade2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.945126116, 1, 1))
  1642. CFuncs.Sound.Create('210933582', Blade, 1, 1)
  1643. for i = 0, 1, 0.3 do
  1644. swait()
  1645. PlayAnimationFromTable({
  1646. CFrame.new(0, -0.0669873208, -0.250001878, 1, 0, 0, 0, 0.866026759, 0.500001073, 0, -0.500001073, 0.866026759) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1647. CFrame.new(0, 1.49999511, -7.15256931e-07, 1, 0, 0, 0, 1.00000167, 0, 0, 0, 1.00000167) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1648. CFrame.new(1.34587502, 0.575230002, -0.862330139, 0.965925574, 0.0225543324, 0.25783506, 0.258819938, -0.0841969848, -0.962254822, 6.64591789e-06, 0.996196926, -0.0871641934) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1649. CFrame.new(-1.4022826, 1.02862644, 0.269331396, -0.34201014, 0.32140094, 0.883021653, -0.939695954, -0.116971403, -0.321386009, -4.55975533e-06, -0.939691544, 0.3420237) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1650. CFrame.new(0.5, -1.22161603, 0.65314275, 1, 0, 0, 0, 0.0871560276, 0.996195674, 0, -0.996195674, 0.0871560276) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1651. CFrame.new(-0.499992371, -1.22161603, 0.65314275, 1, 0, 0, 0, 0.0871560276, 0.996195674, 0, -0.996195674, 0.0871560276) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1652. }, .3, false)
  1653. end
  1654.  
  1655. for i = 0, 1, 0.1 do
  1656. swait()
  1657. PlayAnimationFromTable({
  1658. CFrame.new(0.207442358, -0.182590216, 0.332334548, 0.973936617, -0.0509843975, 0.220971525, -0.114963211, 0.728913784, 0.674883842, -0.195477754, -0.682697654, 0.704054415) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1659. CFrame.new(-0.0958970487, 1.46855938, -0.102528542, 0.986673355, 0.109493546, 0.120361686, -0.094193235, 0.98752296, -0.126198292, -0.132677853, 0.113179207, 0.984676123) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1660. CFrame.new(1.45421863, 0.469255269, -0.153424263, 0.989280939, -0.0773513317, 0.123856202, 0.145653471, 0.462141722, -0.874762893, 0.010424912, 0.88342613, 0.468454599) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1661. CFrame.new(-0.691939831, 0.33782649, -1.31341207, 0.639772892, -0.536501825, -0.550324082, -0.593839347, 0.109488249, -0.797099352, 0.487899244, 0.836766481, -0.248548299) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1662. CFrame.new(0.836304605, -1.86768365, -0.382663786, 0.942965984, -0.311614484, -0.117096461, 0.30147475, 0.948571146, -0.0965704024, 0.141167074, 0.0557609797, 0.988414168) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1663. CFrame.new(-1.04642987, -1.07495117, -0.755033135, 0.984032154, 0.170041516, 0.0525999814, -0.12323077, 0.864096463, -0.488007873, -0.128433079, 0.473733455, 0.871252954) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1664. }, .3, false)
  1665. end
  1666. attack = false
  1667. Blade.Transparency = 1
  1668. Blade2.Transparency = 1
  1669. end
  1670.  
  1671. function throwkniveskek()
  1672. attack = true
  1673. local Handle1=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Handle1",Vector3.new(0.400000036, 0.700000048, 0.339999944))
  1674. Handle1Weld=CFuncs.Weld.Create(m,Character["Right Arm"],Handle1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0446968079, 0.740016222, 1.18044186, 0.999910414, -0.00656176684, -0.0116680702, -0.0079308264, 0.411817819, -0.911229908, 0.0107844919, 0.911251009, 0.411733687))
  1675. CFuncs.Mesh.Create("SpecialMesh",Handle1,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=165710339",Vector3.new(0, 0, 0),Vector3.new(0.400000036, 0.700000048, 0.339999944))
  1676. for i = 0, 1, 0.1 do
  1677. swait()
  1678. PlayAnimationFromTable({
  1679. CFrame.new(0, -0, -0, 0.866020203, 0, -0.499998599, 0, 1, 0, 0.499998599, 0, 0.866020203) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1680. CFrame.new(3.42726707e-07, 1.49999452, 2.38418579e-07, 0.866018534, 0.0435782708, 0.498097122, -1.67172402e-07, 0.99619627, -0.0871563628, -0.50000006, 0.0754789412, 0.862722695) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1681. CFrame.new(0.251631588, 0.0414037555, -0.775989175, -0.695577741, 0.557507694, 0.453151703, -0.383023173, -0.821393073, 0.422618926, 0.607828915, 0.120396733, 0.784881055) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1682. CFrame.new(-1.25117326, 1.66893005e-06, 0.832893133, 0.81379205, 0.296196908, 0.499998599, -0.34202078, 0.939691782, 0, -0.46984458, -0.171009913, 0.866020203) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1683. CFrame.new(0.433010101, -1.9999975, -0.2499993, 0.866020203, 0, 0.499998599, 0, 1, 0, -0.499998599, 0, 0.866020203) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1684. CFrame.new(-0.433010101, -1.9999975, 0.2499993, 0.866020203, 0, 0.499998599, 0, 1, 0, -0.499998599, 0, 0.866020203) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1685. }, .3, false)
  1686. end
  1687. CFuncs.Sound.Create('159882567', HumanoidRootPart, 1, 1)
  1688. wait(1)
  1689. CFuncs.Sound.Create('159882598', Head, 1, 1)
  1690. wait(0.1)
  1691. for i = 0, 1, 0.1 do
  1692. swait()
  1693. PlayAnimationFromTable({
  1694. CFrame.new(0, -0, 0, 0.707103312, 0.183012813, -0.683009207, 3.66868269e-09, 0.965925395, 0.258818865, 0.707103431, -0.183012784, 0.683009088) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1695. CFrame.new(-2.87545614e-08, 1.44887817, 0.388225675, 0.707095385, -1.9169839e-08, 0.707111299, 0.183014899, 0.965925395, -0.183010712, -0.683016896, 0.258818895, 0.683001339) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1696. CFrame.new(-0.103712447, 0.837395549, -1.13677454, -0.147672832, 0.986375928, -0.072426796, 0.633838296, 0.0381693989, -0.772522807, -0.759232998, -0.159987539, -0.630840361) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1697. CFrame.new(-1.06065619, -0.274519682, 1.02451491, 0.683007479, 0.18301855, 0.707103431, -0.0732325315, 0.98037982, -0.183012784, -0.726724088, 0.0732171386, 0.683009088) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1698. CFrame.new(0.694424629, -1.73749733, -0.885341644, 0.987960517, -0.142948151, 0.0590790808, 0.148917794, 0.982315361, -0.113487028, -0.041811496, 0.120919496, 0.991776407) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1699. CFrame.new(-0.353553057, -2.02335405, -0.176130846, 0.70441252, 0.0616282783, 0.707103431, 0.0981302261, 0.978200376, -0.183012784, -0.702967763, 0.198305637, 0.683009088) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1700. }, .3, false)
  1701. end
  1702. --knife throwing by pixelfir3--[[
  1703. Handle1Weld:Destroy()
  1704.  
  1705. Handle1.CFrame = CFrame.new(HumanoidRootPart.CFrame.p, Mouse.Hit.p + HumanoidRootPart.CFrame.lookVector)
  1706. local bodyVelocity = Instance.new("BodyVelocity", Handle1)
  1707. bodyVelocity.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1708. bodyVelocity.Velocity = Handle1.CFrame.lookVector * 350
  1709. game:GetService("Debris"):AddItem(Handle1, 500)
  1710. local Hitsnd = Instance.new("Sound",Character)
  1711. Hitsnd.SoundId = "rbxassetid://315748999"
  1712. Hitsnd.Volume = 2
  1713. Handle1.Touched:connect(function(hit)
  1714.  
  1715. hdebounce = true
  1716. if hit.Parent == Character then return end
  1717.  
  1718. for i,v in pairs(hit.Parent:GetChildren()) do
  1719. if v:IsA("Humanoid") then
  1720. if hdebounce == true then
  1721. hdebounce = false
  1722. Hitsnd:Play()
  1723. v.Health = v.Health - 99999999999999999999999
  1724. wait(1)
  1725. hdebounce = true
  1726. end
  1727. attack = false
  1728.  
  1729. end
  1730. end
  1731.  
  1732. end)
  1733. ----------------------]]
  1734. for i = 0, 1, 0.2 do
  1735. swait()
  1736. PlayAnimationFromTable({
  1737. CFrame.new(-8.28775228e-06, 2.76238836e-08, -2.40656618e-06, 0.728140593, -0.121278971, -0.674613774, 0.167716205, 0.985827565, 0.00379563123, 0.664592803, -0.115907051, 0.738161802) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1738. CFrame.new(0.251577377, 1.47872949, 0.00569335371, 0.728133142, 0.225001901, 0.647454202, -0.12127763, 0.971974075, -0.201388046, -0.674622059, 0.0681157559, 0.7350142) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1739. CFrame.new(0.782563508, 0.621258557, -1.89791512, 0.953859091, -0.218949914, -0.205462843, -0.276320159, -0.372379243, -0.885990977, 0.117477536, 0.901884675, -0.415697724) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1740. CFrame.new(-1.09220457, 0.181917101, 1.01191866, 0.659918189, 0.350464761, 0.664592803, -0.372306257, 0.920844376, -0.115907051, -0.652607501, -0.170943022, 0.738161802) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1741. CFrame.new(-0.0522509813, -2.14886928, -0.804319978, 0.685422719, 0.342385709, 0.642629802, 0.0616496354, 0.852095366, -0.519743264, -0.725533903, 0.39586097, 0.562938511) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1742. CFrame.new(-0.318738222, -2.04264235, 0.772676229, 0.710752308, -0.250591397, 0.657294869, -0.206738457, 0.81871748, 0.535686076, -0.672377408, -0.516628206, 0.530099213) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1743. }, .3, false)
  1744.  
  1745. end
  1746. attack = false
  1747. end
  1748.  
  1749. function knivesandshit()
  1750. attack = true
  1751.  
  1752. local Handle1=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Handle1",Vector3.new(0.400000036, 0.700000048, 0.339999944))
  1753. Handle1Weld=CFuncs.Weld.Create(m,Character["Right Arm"],Handle1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0446968079, 0.740016222, 1.18044186, 0.999910414, -0.00656176684, -0.0116680702, -0.0079308264, 0.411817819, -0.911229908, 0.0107844919, 0.911251009, 0.411733687))
  1754. CFuncs.Mesh.Create("SpecialMesh",Handle1,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=165710339",Vector3.new(0, 0, 0),Vector3.new(0.400000036, 0.700000048, 0.339999944))
  1755. local Handle2=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Handle2",Vector3.new(0.400000036, 0.700000048, 0.339999944))
  1756. Handle2Weld=CFuncs.Weld.Create(m,Character["Left Arm"],Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00285339355, 0.763807893, 1.14808857, 0.999910414, -0.00656176684, -0.0116680702, -0.0079308264, 0.411817819, -0.911229908, 0.0107844919, 0.911251009, 0.411733687))
  1757. CFuncs.Mesh.Create("SpecialMesh",Handle2,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=165710339",Vector3.new(0, 0, 0),Vector3.new(0.400000036, 0.700000048, 0.339999944))
  1758.  
  1759. for i = 0, 1, 0.1 do
  1760. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*35
  1761. swait()
  1762. PlayAnimationFromTable({
  1763. CFrame.new(0.0441561528, 0, -0.0118315034, 0.984807134, 0, 0.173651353, 0, 1, 0, -0.173651353, 0, 0.984806895) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1764. CFrame.new(-0.0455434993, 1.49999213, 0.00398427248, 1.00000024, 5.15952706e-07, -2.1904707e-06, -1.27581828e-07, 0.984807611, 0.173649445, 2.28732824e-06, -0.17364946, 0.984807432) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1765. CFrame.new(1.5455637, 0.0198140442, 0.131434754, 0.962248683, -0.257834435, 0.0871532038, 0.258819222, 0.965923965, 0, -0.084183313, 0.0225569084, 0.996194839) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1766. CFrame.new(-1.53983331, -1.1920929e-07, 0.134713784, 0.962250173, 0.257834852, 0.0871532038, -0.25881964, 0.965925455, 0, -0.0841834396, -0.0225569457, 0.996194839) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1767. CFrame.new(0.71488148, -2.17166424, 0.514864326, 0.982405424, -0.117302306, -0.145327494, 0.163173482, 0.917637765, 0.362374812, 0.090849869, -0.379711807, 0.920635998) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1768. CFrame.new(-0.737984836, -1.87732089, -0.210283756, 0.981062055, 0.189651191, 0.0394116193, -0.173649371, 0.951250792, -0.254887849, -0.0858302042, 0.24321647, 0.966166854) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1769. }, .3, false)
  1770. end
  1771. for i = 0, 1, 0.6 do
  1772. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*50
  1773. swait()
  1774. PlayAnimationFromTable({
  1775. CFrame.new(0.0441664979, -1.07076607e-06, -0.0118346121, 0.951250434, 0.254887462, 0.173656777, -0.258821398, 0.965930283, 6.3716368e-07, -0.1677403, -0.0449471436, 0.984811008) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1776. CFrame.new(-0.145495728, 1.4134593, 0.0211132318, 0.994850039, 0.0908513069, -0.044945091, -0.0821372047, 0.982405245, 0.167728454, 0.0593926385, -0.163172409, 0.984810472) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1777. CFrame.new(-1.42415965, 1.25063527, 0.358661711, -0.936031282, 0.341701746, 0.0841739029, -0.341041327, -0.939777672, 0.0225523226, 0.0868109465, -0.00759710465, 0.996196389) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1778. CFrame.new(1.60284495, 1.52931416, -0.170036569, -0.981477916, -0.172092244, 0.0841739029, 0.174537405, -0.984392166, 0.0225523226, 0.078979075, 0.0368261077, 0.996196389) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1779. CFrame.new(1.25258672, -1.9127413, 0.514878511, 0.906696081, -0.350813657, -0.234168261, 0.411885768, 0.856014788, 0.312406093, 0.0908532664, -0.379707813, 0.920639455) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1780. CFrame.new(-0.68446219, -2.02681851, -0.166487083, 0.954264045, 0.280274093, 0.104038611, -0.250069171, 0.939027071, -0.235997096, -0.163838372, 0.199186683, 0.966170728) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1781. }, .3, false)
  1782. end
  1783. for i = 0, 1, 0.5 do
  1784. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*50
  1785. swait()
  1786. PlayAnimationFromTable({
  1787. CFrame.new(0.0767166689, -0.385735571, -0.020556435, -0.596319139, 0.742092013, 0.306112289, -0.762943566, -0.64252001, 0.0713814646, 0.249655157, -0.190980181, 0.949319541) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1788. CFrame.new(0.102148354, 1.41725266, 0.0211130083, 0.965472698, 0.260064244, -0.0151361153, -0.253643632, 0.951704562, 0.172984734, 0.0593921989, -0.163172826, 0.984808326) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1789. CFrame.new(-1.18534338, 1.47893548, 0.35866195, -0.981032312, 0.173319161, 0.0868120044, -0.17331937, -0.984836638, 0.00759299798, 0.0868116468, -0.00759722665, 0.996195793) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1790. CFrame.new(1.84404397, 1.22773039, -0.17003724, -0.936260104, -0.340412796, 0.0868120044, 0.34231472, -0.939554811, 0.00759299798, 0.0789798796, 0.036826048, 0.996195793) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1791. CFrame.new(0.90141201, -2.10116315, 0.514871776, 0.964443445, -0.19683975, -0.17636019, 0.248182535, 0.903923988, 0.348320335, 0.0908528864, -0.379704744, 0.92063576) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1792. CFrame.new(-1.02602744, -1.87717831, -0.166485623, 0.89634347, 0.439077497, 0.0614781454, -0.411977291, 0.876091301, -0.250477672, -0.163839579, 0.199186385, 0.966168463) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1793. }, .3, false)
  1794. end
  1795. for i = 0, 1, 0.6 do
  1796.  
  1797. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*50
  1798. swait()
  1799. CFuncs.Sound.Create('200632136', HumanoidRootPart, 1, 1.7)
  1800. PlayAnimationFromTable({
  1801. CFrame.new(-0.0822006539, -0.414729297, 0.022024665, -0.936179161, 0.086464718, 0.340726048, -0.0864963233, -0.996142387, 0.015128836, 0.340719819, -0.0153078698, 0.94004494) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1802. CFrame.new(0.102156259, 1.41724837, 0.0211113542, 0.965473235, 0.260062277, -0.0151364729, -0.253641665, 0.951704979, 0.172984466, 0.059392184, -0.163172603, 0.984808385) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1803. CFrame.new(-1.98124778, 1.18503284, 0.430260122, 0.173320591, 0.925136328, 0.337762296, -0.984836817, 0.16544947, 0.0521939769, -0.00759617332, -0.341686666, 0.93978399) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1804. CFrame.new(1.84403968, 1.22773707, -0.170041442, -0.0871556699, -0.862724602, -0.498107374, 0.99619478, -0.0754774511, -0.0435804389, 1.99656574e-06, -0.500010192, 0.866020143) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1805. CFrame.new(0.901409566, -2.10116506, 0.514872432, 0.964443207, -0.196840882, -0.176360697, 0.248183787, 0.903923631, 0.348320276, 0.090852946, -0.379704922, 0.92063576) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1806. CFrame.new(-1.02602339, -1.8771739, -0.166484967, 0.896343768, 0.439076722, 0.0614783168, -0.411976427, 0.876091599, -0.250477582, -0.163839489, 0.199186385, 0.966168523) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1807. }, .3, false)
  1808. end
  1809.  
  1810. Handle1Weld:Destroy()
  1811.  
  1812. Handle1.CFrame = CFrame.new(HumanoidRootPart.CFrame.p, Mouse.Hit.p + HumanoidRootPart.CFrame.lookVector)
  1813. local bodyVelocity = Instance.new("BodyVelocity", Handle1)
  1814. bodyVelocity.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1815. bodyVelocity.Velocity = Handle1.CFrame.lookVector * 350
  1816. Handle2.CFrame = CFrame.new(HumanoidRootPart.CFrame.p, Mouse.Hit.p + HumanoidRootPart.CFrame.lookVector)
  1817. local bodyVelocity = Instance.new("BodyVelocity", Handle1)
  1818. bodyVelocity.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1819. bodyVelocity.Velocity = Handle1.CFrame.lookVector * 350
  1820. game:GetService("Debris"):AddItem(Handle1, 500)
  1821. local Hitsnd = Instance.new("Sound",Character)
  1822. Hitsnd.SoundId = "rbxassetid://315748999"
  1823. Hitsnd.Volume = 2
  1824. Handle1.Touched:connect(function(hit)
  1825.  
  1826. hdebounce = true
  1827. if hit.Parent == Character then return end
  1828.  
  1829. for i,v in pairs(hit.Parent:GetChildren()) do
  1830. if v:IsA("Humanoid") then
  1831. if hdebounce == true then
  1832. hdebounce = false
  1833. Hitsnd:Play()
  1834. v.Health = v.Health - 99999999999999999999999
  1835. wait(1)
  1836. hdebounce = true
  1837. end
  1838. attack = false
  1839.  
  1840. end
  1841. end
  1842.  
  1843. end)
  1844. ----------------------]]
  1845.  
  1846. Handle2Weld:Destroy()
  1847.  
  1848. Handle2.CFrame = CFrame.new(HumanoidRootPart.CFrame.p, Mouse.Hit.p + HumanoidRootPart.CFrame.lookVector)
  1849. local bodyVelocity = Instance.new("BodyVelocity", Handle2)
  1850. bodyVelocity.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1851. bodyVelocity.Velocity = Handle2.CFrame.lookVector * 350
  1852. Handle2.CFrame = CFrame.new(HumanoidRootPart.CFrame.p, Mouse.Hit.p + HumanoidRootPart.CFrame.lookVector)
  1853. local bodyVelocity = Instance.new("BodyVelocity", Handle2)
  1854. bodyVelocity.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1855. bodyVelocity.Velocity = Handle2.CFrame.lookVector * 350
  1856. game:GetService("Debris"):AddItem(Handle1, 500)
  1857. local Hitsnd = Instance.new("Sound",Character)
  1858. Hitsnd.SoundId = "rbxassetid://315748999"
  1859. Hitsnd.Volume = 2
  1860. Handle1.Touched:connect(function(hit)
  1861.  
  1862. hdebounce = true
  1863. if hit.Parent == Character then return end
  1864.  
  1865. for i,v in pairs(hit.Parent:GetChildren()) do
  1866. if v:IsA("Humanoid") then
  1867. if hdebounce == true then
  1868. hdebounce = false
  1869. Hitsnd:Play()
  1870. v.Health = v.Health - 99999999999999999999999
  1871. wait(1)
  1872. hdebounce = true
  1873. end
  1874. attack = false
  1875.  
  1876. end
  1877. end
  1878.  
  1879. end)
  1880. ----------------------]]
  1881.  
  1882. for i = 0, 1, 0.3 do
  1883. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*50
  1884. CFuncs.Sound.Create('7068522013',HumanoidRootPart, 0.2, 1)
  1885. swait()
  1886. PlayAnimationFromTable({
  1887. CFrame.new(-0.0885350108, 0.142080992, 0.0237205178, -0.383919895, -0.873302519, 0.299916506, 0.903030753, -0.422906578, -0.0754685774, 0.192743152, 0.241860271, 0.95097971) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1888. CFrame.new(0.102168076, 1.41724849, 0.0211118907, 0.965471685, 0.260067761, -0.0151363611, -0.253646821, 0.951703012, 0.172987491, 0.0593937859, -0.163175255, 0.984807789) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1889. CFrame.new(-1.73311579, 0.538305521, 0.795276761, 0.17331475, 0.695710421, 0.697100878, -0.984840095, 0.127873167, 0.117235921, -0.00757930987, -0.706848919, 0.707324743) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1890. CFrame.new(1.01161981, 0.436261624, 0.668604612, -0.0871696025, -0.086815685, -0.992403388, 0.996193469, -0.00760528911, -0.0868372098, -8.68210009e-06, -0.996195376, 0.0871481597) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1891. CFrame.new(0.90139997, -2.10115314, 0.514877319, 0.964442074, -0.196844429, -0.176362842, 0.248187944, 0.903922558, 0.348320067, 0.0908534303, -0.379705638, 0.920635343) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1892. CFrame.new(-1.02600491, -1.87712467, -0.166482404, 0.896344125, 0.439076126, 0.0614787564, -0.41197601, 0.876092434, -0.250475585, -0.163838923, 0.199184567, 0.96616894) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1893. }, .3, false)
  1894. end
  1895. attack = false
  1896. end
  1897.  
  1898.  
  1899.  
  1900. function kickoverandover()
  1901. attack = true
  1902. for i=1,5 do
  1903. for i = 0, 1.2, 0.8 do
  1904. swait()
  1905. PlayAnimationFromTable({
  1906. CFrame.new(-4.76861032e-07, 2.47731236e-07, 1.03706259e-06, -7.03334808e-06, -1.50948763e-05, -1.00001287, -0.766044319, 0.642790258, -6.15231693e-06, 0.642791152, 0.76605159, -1.65551901e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1907. CFrame.new(-6.97374344e-06, 1.50007236, -2.01351941e-06, 0.342021167, -7.27176666e-06, 0.939690948, 0.0818991959, 0.996201277, -0.0298030674, -0.936124146, 0.0871526301, 0.340724528) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1908. CFrame.new(1.5000205, -1.60187483e-06, 5.36441803e-07, 0.79123342, -0.258823067, -0.554040492, 0.212012917, 0.965928078, -0.148458704, 0.573591948, -1.04308128e-07, 0.819153726) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1909. CFrame.new(-1.50002003, 3.05928893e-06, 0.0957182273, 0.866018891, 0.500010729, -1.9967556e-06, -0.500013173, 0.866021454, 2.07126141e-06, 4.63426113e-06, -1.35600567e-06, 1.00000954) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1910. CFrame.new(0.98663044, -1.51110554, 3.19435344e-06, 0.707107425, -0.707106173, -1.37090683e-06, 0.707107186, 0.707112134, -2.83122063e-07, 6.85453415e-07, -2.76253559e-06, 1.00000942) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1911. CFrame.new(-1.65492606, -1.86982751, -5.48140179e-06, 0.499996126, 0.866027474, -4.23192978e-06, -0.866030812, 0.49999702, 1.86264515e-06, 5.62518835e-06, 3.1888485e-06, 1.00000942) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1912. }, .3, false)
  1913. end
  1914. for i = 0, 1, 0.3 do
  1915. MagnitudeDamage(LeftLeg, 2, 5, 10, 15, 'Normal', '199149186', 1)
  1916.  
  1917. CFuncs.Sound.Create('199145497', LeftLeg, 1, 1)
  1918.  
  1919. swait()
  1920. PlayAnimationFromTable({
  1921. CFrame.new(-4.69597751e-07, -1.08713039e-12, 8.28004829e-08, 0.111614943, 0.133020088, -0.984817863, -0.766050994, 0.642782509, -2.27987766e-06, 0.633014858, 0.754415512, 0.173645198) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1922. CFrame.new(-7.72625208e-06, 1.50007176, -1.38673931e-06, 0.342021167, -7.27176666e-06, 0.939690948, 0.0818991959, 0.996201277, -0.0298030674, -0.936124146, 0.0871526301, 0.340724528) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1923. CFrame.new(1.50002003, -2.00420618e-06, 4.76837158e-07, 0.79123342, -0.258823067, -0.554040492, 0.212012917, 0.965928078, -0.148458704, 0.573591948, -1.04308128e-07, 0.819153726) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1924. CFrame.new(-1.50002003, 2.58245245e-06, 0.095718585, 0.866018891, 0.500010729, -1.9967556e-06, -0.500013173, 0.866021454, 2.07126141e-06, 4.63426113e-06, -1.35600567e-06, 1.00000954) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1925. CFrame.new(0.986630082, -1.5111053, 3.19435253e-06, 0.707107425, -0.707106173, -1.37090683e-06, 0.707107186, 0.707112134, -2.83122063e-07, 6.85453415e-07, -2.76253559e-06, 1.00000942) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1926. CFrame.new(-0.951967835, -0.896497548, -2.90316666e-06, 0.70711112, 0.70710218, -4.35113907e-06, -0.70710516, 0.707112908, -3.33786011e-06, 2.68174335e-06, 5.42402267e-06, 1.0000093) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1927. }, .3, false)
  1928. end
  1929. for i = 0, 1, 0.6 do
  1930.  
  1931.  
  1932. swait()
  1933. PlayAnimationFromTable({
  1934. CFrame.new(0, 0, 0, -5.82635403e-06, -7.9870224e-06, -1.00000954, -0.766042531, 0.642792702, -2.60956585e-06, 0.642789781, 0.766044319, -1.0073185e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1935. CFrame.new(-7.84546137e-06, 1.50007164, -2.45776027e-06, 0.342021167, -7.27176666e-06, 0.939690948, 0.0818991959, 0.996201277, -0.0298030674, -0.936124146, 0.0871526301, 0.340724528) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1936. CFrame.new(1.50002074, -2.54064798e-06, 8.94069672e-07, 0.79123342, -0.258823067, -0.554040492, 0.212012917, 0.965928078, -0.148458704, 0.573591948, -1.04308128e-07, 0.819153726) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1937. CFrame.new(-1.50002003, 2.70165879e-06, 0.0957171544, 0.866018891, 0.500010729, -1.9967556e-06, -0.500013173, 0.866021454, 2.07126141e-06, 4.63426113e-06, -1.35600567e-06, 1.00000954) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1938. CFrame.new(0.986630082, -1.5111053, 3.67119401e-06, 0.707107425, -0.707106173, -1.37090683e-06, 0.707107186, 0.707112134, -2.83122063e-07, 6.85453415e-07, -2.76253559e-06, 1.00000942) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1939. CFrame.new(-0.484311283, -1.91146851, 9.76546289e-07, 1.00000405, 1.07288361e-05, -5.75184822e-06, -1.38878822e-05, 1.00000322, 1.1920929e-06, 7.4505806e-06, -1.40070915e-06, 1.00000966) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1940. }, .3, false)
  1941. end
  1942.  
  1943.  
  1944.  
  1945. end
  1946. attack = false
  1947.  
  1948.  
  1949. end
  1950.  
  1951. function twoknives()
  1952.  
  1953. end
  1954.  
  1955. function Spinkick()
  1956. attack = true
  1957.  
  1958. for i = 0, 1, 0.1 do
  1959. swait()
  1960. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*35
  1961. PlayAnimationFromTable({
  1962. CFrame.new(4.30308447e-08, -0.700000882, -5.36441803e-07, 1.00000238, 4.108648e-08, -2.92618097e-07, -6.14724556e-08, 0.939692974, 0.342020333, -2.89023546e-07, -0.342020154, 0.939695299) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1963. CFrame.new(1.11758709e-08, 1.41816163, 0.196914852, 0.9925493, -6.14724556e-08, 0.121863753, 0.0416799113, 0.939692974, -0.339470983, -0.114515126, 0.342020333, 0.932691455) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1964. CFrame.new(0.299988329, 0.470191002, -0.999463379, 0.342016935, 0.93969667, 1.95566827e-06, 2.71201134e-06, 1.21444464e-06, -1.00000024, -0.939697504, 0.34201622, -1.60932541e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1965. CFrame.new(-1.49999094, -0.187940046, -0.0684037358, 1.00000215, -4.29053898e-07, 2.07937228e-06, -2.46214796e-07, 0.939694583, 0.342017412, -2.62994172e-06, -0.342018992, 0.939696193) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1966. CFrame.new(0.4999955, -1.66622698, 0.776985824, 1.00000215, -7.83637972e-07, 1.97326563e-06, -2.46201864e-07, 0.866024256, 0.500002801, -2.62994263e-06, -0.500004411, 0.866025686) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1967. CFrame.new(-0.499997288, -0.982183516, -1.10241282, 1.00000286, -1.0350206e-08, -3.54912174e-07, 5.14367571e-08, 0.984808087, -0.173648417, -3.5131751e-07, 0.173648104, 0.984810948) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1968. }, .3, false)
  1969. end
  1970. for i = 0, 1, 0.1 do
  1971. swait()
  1972. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*50
  1973. PlayAnimationFromTable({
  1974. CFrame.new(0.057091713, 0.135582566, 0.0443314537, 1, 0, 0, 0, 0.927682936, 0.373360515, 0, -0.373360515, 0.927682936) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1975. CFrame.new(-0.0186543614, 1.43893313, 0.202606112, 0.998511374, -0.0402879454, 0.0367714167, 0.0506920666, 0.934284866, -0.35288769, -0.0201378576, 0.354226351, 0.934936166) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1976. CFrame.new(1.68912137, 0.196010083, 0.102462336, 0.924492478, -0.349139601, -0.153020516, 0.353632063, 0.935375035, 0.00231105089, 0.142324686, -0.0562494993, 0.988214195) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1977. CFrame.new(-1.56000602, 0.0381356478, -0.46972397, 0.992696524, 0.12063881, 1.04991102e-07, -0.0919796303, 0.756870151, -0.647050858, -0.0780595317, 0.642325222, 0.762438655) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1978. CFrame.new(0.612647414, -1.47144675, -0.556731939, 0.992708802, -0.100837603, -0.06603802, 0.111820064, 0.974958718, 0.192196012, 0.045003742, -0.198179156, 0.979125738) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1979. CFrame.new(-0.537494659, -1.65600026, 0.729900599, 0.991710365, 0.0555263385, 0.115877263, -0.119201362, 0.734256029, 0.668316305, -0.0479744226, -0.676588774, 0.734788299) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1980. }, .3, false)
  1981. end
  1982. -- v changed time (Salvo)
  1983. for i = 0, 2, 0.1 do
  1984. MagnitudeDamage(LeftLeg, 5, 3, 20, 1, 'Normal', '199149186', 1)
  1985. swait()
  1986. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*30
  1987. PlayAnimationFromTable({
  1988. CFrame.new(0, -0, 0, 0.642781496, -0.766049683, -3.12808822e-07, 0.766049683, 0.642781556, 7.50513607e-08, 1.42001966e-07, -3.27823869e-07, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0+i*1000), 0),
  1989. CFrame.new(0.0589628965, 1.48549497, -0.200005725, 0.342010021, -1.26040527e-06, 0.939696372, 1.36627648e-07, 1.00000024, 1.32718878e-06, -0.939696372, -4.17231831e-07, 0.342010081) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1990. CFrame.new(0.456179023, 0.56618154, -1.02581036, 0.342003882, 0.907679439, 0.243210539, 0.939698756, -0.330352515, -0.0885091797, 7.1999084e-06, 0.25881505, -0.965927064) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1991. CFrame.new(-0.608400941, 0.703632832, 0.900031447, 0.499993861, -0.778390169, -0.379624903, 0.866029024, 0.449390858, 0.219184101, -1.06939497e-05, -0.438356787, 0.898801267) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1992. CFrame.new(1.57971871, -1.415923, -9.86601094e-08, 4.40059966e-06, -0.86602062, -0.500008225, -4.23191659e-06, 0.500008285, -0.866020679, 1.00000012, 5.94103585e-06, -1.46540526e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1993. CFrame.new(-1.7249614, -1.05580914, -0.600024045, 0.556665421, 0.82977283, 0.0400093794, -0.663418889, 0.473019123, -0.579765916, -0.499999136, 0.296192586, 0.813800275) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1994. }, .3, false)
  1995. CFuncs.Sound.Create("199145095", HumanoidRootPart, 1, 1.2)
  1996. end
  1997. for i = 0, 1, 0.1 do
  1998. MagnitudeDamage(RightLeg, 5, 3, 15, 1, 'Normal', '199149186', 1)
  1999. swait()
  2000. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*50
  2001. PlayAnimationFromTable({
  2002. CFrame.new(0, 0, 0, 0.642766833, -0.766061604, -1.87754631e-06, 0.766062379, 0.642767549, -1.28149986e-06, -2.5331974e-06, -3.22313099e-07, 0.999996662) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2003. CFrame.new(0.0589868128, 1.48555756, -0.200002283, 0.341969252, 2.25474796e-05, 0.939711154, -1.10798337e-05, 1.00000012, -1.89002603e-05, -0.939709663, -3.65659389e-06, 0.341963291) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2004. CFrame.new(0.45614472, 0.566188216, -1.02580297, 0.342018545, 0.907675982, 0.243202209, 0.93969363, -0.33036688, -0.0885095075, 6.33299351e-06, 0.258801788, -0.965926886) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2005. CFrame.new(-0.608350575, 0.703668118, 0.900029778, 0.500003874, -0.778391302, -0.379609793, 0.866023958, 0.449403495, 0.219179437, -1.16229057e-05, -0.438336134, 0.898807406) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2006. CFrame.new(1.57973671, -1.41598916, -7.29920794e-06, 6.51776791e-05, -0.866014957, -0.500018179, 7.81257859e-06, 0.500017345, -0.866015792, 0.999996543, 5.70416451e-05, 4.15742397e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2007. CFrame.new(-1.72507429, -1.05586803, -0.600011408, 0.556633115, 0.829794526, 0.0400061607, -0.663449109, 0.472999275, -0.579748034, -0.499995589, 0.296159923, 0.81381011) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2008. }, .3, false)
  2009. end
  2010. CFuncs.Sound.Create("199145095", HumanoidRootPart, 1, 1)
  2011. MagnitudeDamage(Torso, 5, 3, 8, 1, 'Normal', '199149186', 1)
  2012. local Blade=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Blade",Vector3.new(0.0500000007, 1.53244674, 0.0945124701))
  2013. BladeWeld=CFuncs.Weld.Create(m,Character["Left Arm"],Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.621009827, -1.22111011, 0.0493774414, -2.63735069e-06, 4.37113883e-08, 1, -8.74228903e-08, -1, 4.37111574e-08, 1, -8.74227766e-08, 2.63735069e-06))
  2014. CFuncs.Mesh.Create("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.945126534, 1, 1))
  2015. Blade2=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Blade2",Vector3.new(0.0500000007, 0.0945123211, 1.53244293))
  2016. Blade2Weld=CFuncs.Weld.Create(m,Blade,Blade2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0944976807, -1.1920929e-07, 1, -4.37118466e-08, -1.31145043e-07, 1.31145043e-07, 1.680487e-07, 1, -4.37118217e-08, -1, 1.68048714e-07))
  2017. CFuncs.Mesh.Create("SpecialMesh",Blade2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.945126116, 1, 1))
  2018. CFuncs.Sound.Create('210933582', Blade, 1, 1)
  2019. for i = 0, 1, 0.1 do
  2020. swait()
  2021. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*35
  2022. PlayAnimationFromTable({
  2023. CFrame.new(0, -0, 0, 0.642774582, -0.766055584, -8.94069672e-08, 0.766055226, 0.642774642, 5.06639481e-07, -3.57627869e-07, -3.79806806e-07, 0.999999821) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2024. CFrame.new(0.0589947999, 1.48555517, -0.199999601, 0.694235921, 0.323769867, 0.642812788, -0.422654301, 0.906291962, -1.86566649e-05, -0.582583547, -0.27167055, 0.766023099) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2025. CFrame.new(1.55620587, 0.566173196, 0.879425406, 0.342042625, -0.907675028, -0.243172556, 0.93968457, 0.330392301, 0.0885108635, 3.29315662e-06, -0.258779824, 0.965936303) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2026. CFrame.new(-1.98674369, 1.08673441, -0.844527662, 0.500017405, 0.545052052, 0.672982395, 0.866015494, -0.314693868, -0.388570398, -7.76350498e-06, 0.777110636, -0.629370749) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2027. CFrame.new(0.472010255, -1.63873601, 1.10147309, 0.577492774, -0.339663088, 0.74238205, -0.6277771, 0.396581441, 0.669790685, -0.521917999, -0.852849901, 0.0157904029) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2028. CFrame.new(-1.12803674, -0.477380514, -0.944762468, 0.5566414, 0.314433694, 0.768948436, -0.663449824, 0.7253263, 0.183675006, -0.49998486, -0.612399697, 0.612357438) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2029. }, .3, false)
  2030. end
  2031. MagnitudeDamage(LeftLeg, 5, 3, 10, 1, 'Normal', '199149186', 1)
  2032.  
  2033. for i = 0, 1, 0.1 do
  2034. swait()
  2035. Torso.Velocity=HumanoidRootPart.CFrame.lookVector*0
  2036. PlayAnimationFromTable({
  2037. CFrame.new(-0, -0, 0, 1, 0, 0, 0, 0.866026103, 0.499998897, 0, -0.499998897, 0.866026103) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2038. CFrame.new(0, 1.6461097, -0.0311346352, 1, 0, 0, 0, 0.956312776, -0.292375326, 0, 0.292375326, 0.956312776) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2039. CFrame.new(1.6299994, -1.10268593e-06, 1.37090683e-06, 0.729592562, -0.324828357, -0.601815224, 0.0773431957, 0.913544297, -0.399318516, 0.679494858, 0.244793519, 0.691638052) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2040. CFrame.new(-1.83000851, -1.63912773e-06, 4.05311584e-06, 0.725096703, 0.401919127, 0.559192479, -0.175310329, 0.892996013, -0.414517671, -0.665959179, 0.202533126, 0.717968881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2041. CFrame.new(0.499997586, -1.73204744, -0.999996066, 0.951055408, 0, -0.309021354, -0.154510245, 0.866026103, -0.475526929, 0.267620414, 0.499998897, 0.823639274) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2042. CFrame.new(-0.829980016, -2.23204684, -0.133965611, 0.963289499, 0.173642531, -0.204749718, -0.183938086, 0.982409537, -0.0322215855, 0.195553094, 0.0686998963, 0.978284121) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2043. }, .3, false)
  2044. end
  2045.  
  2046. attack = false
  2047. Blade.Transparency = 1
  2048. Blade2.Transparency = 1
  2049. CFuncs.Sound.Create('210943487', Blade, 1, 1)
  2050. end
  2051. function Taunt()
  2052. attack = true
  2053.  
  2054. local RandomTaunt = math.random(1, 6)
  2055. for i = 0, 1, 0.1 do
  2056. swait()
  2057.  
  2058.  
  2059. end
  2060. if RandomTaunt == 1 then
  2061. CFuncs.Sound.Create('159882567', Head, 1, 1)
  2062. elseif RandomTaunt == 2 then
  2063. CFuncs.Sound.Create('159882504', Head, 1, 1)
  2064. elseif RandomTaunt == 3 then
  2065. CFuncs.Sound.Create('159972582', Head, 1, 1)
  2066. elseif RandomTaunt == 4 then
  2067. CFuncs.Sound.Create('160212585', Head, 1, 1)
  2068. elseif RandomTaunt == 5 then
  2069. CFuncs.Sound.Create('159882417', Head, 1, 1)
  2070. elseif RandomTaunt == 6 then
  2071. CFuncs.Sound.Create('159882417', Head, 1, 1)
  2072. end
  2073. for i = 0, 1, 0.1 do
  2074. swait()
  2075. PlayAnimationFromTable({
  2076. CFrame.new(-0.103028066, -0.0410266891, 0.148278922, 0.996193588, 1.34322499e-06, -0.0871474445, -6.86902411e-07, 1.00000441, -1.38429004e-06, 0.0871538818, 2.58434989e-06, 0.996198058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2077. CFrame.new(7.49548462e-06, 1.4999944, 1.43111583e-06, 0.965919673, 1.68329007e-05, 0.258841187, -1.54472546e-05, 1.00000489, -3.92646734e-06, -0.258835793, 9.09004484e-07, 0.965923905) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2078. CFrame.new(1.61711669, 0.0308480058, -0.314450145, 0.907677054, -0.330356777, 0.258813411, 0.34201327, 0.939699829, -1.72969385e-06, -0.243199676, 0.0885178894, 0.965931535) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2079. CFrame.new(-1.12732565, 0.591384053, -1.25429332, -3.17577474e-07, 0.0871538222, 0.996193528, 1.00000441, -1.6532922e-06, 1.34322499e-06, 2.83722102e-06, 0.996197999, -0.0871473849) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2080. CFrame.new(0.756498814, -1.9515996, -0.153336674, 0.981057525, -0.172985658, 0.0871613324, 0.173650086, 0.984816372, 1.07272172e-06, -0.0858243704, 0.0151343122, 0.996200681) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2081. CFrame.new(-0.482957542, -2.00001907, 0.129397511, 0.852865577, 0.150385663, 0.499998987, -0.173651099, 0.984816253, 1.17081265e-06, -0.492395192, -0.0868221372, 0.866036713) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2082. }, .3, false)
  2083. end
  2084. for i = 0, 1, 0.1 do
  2085. swait()
  2086. PlayAnimationFromTable({
  2087. CFrame.new(-0.103028066, -0.0410266891, 0.148278922, 0.996193588, 1.34322499e-06, -0.0871474445, -6.86902411e-07, 1.00000441, -1.38429004e-06, 0.0871538818, 2.58434989e-06, 0.996198058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2088. CFrame.new(8.12113285e-06, 1.50000513, 4.05311584e-06, 0.965928078, 0.0449642092, 0.254906088, -1.5494672e-05, 0.984815538, -0.173653126, -0.258837461, 0.167732835, 0.951247513) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2089. CFrame.new(1.61711669, 0.0308480058, -0.314450145, 0.907677054, -0.330356777, 0.258813411, 0.34201327, 0.939699829, -1.72969385e-06, -0.243199676, 0.0885178894, 0.965931535) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2090. CFrame.new(-1.12731683, 0.591380537, -1.25428081, 0.0298081003, 0.0818976909, 0.996189415, 0.93969512, -0.342022747, 1.29681735e-06, 0.340722531, 0.936113715, -0.0871467888) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2091. CFrame.new(0.756498814, -1.9515996, -0.153336674, 0.981057525, -0.172985658, 0.0871613324, 0.173650086, 0.984816372, 1.07272172e-06, -0.0858243704, 0.0151343122, 0.996200681) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2092. CFrame.new(-0.482957542, -2.00001907, 0.129397511, 0.852865577, 0.150385663, 0.499998987, -0.173651099, 0.984816253, 1.17081265e-06, -0.492395192, -0.0868221372, 0.866036713) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2093. }, .3, false)
  2094. end
  2095. attack = false
  2096. end
  2097.  
  2098. function flyingkick()
  2099. attack = true
  2100. for i = 0, 1, 0.1 do
  2101. swait()
  2102. PlayAnimationFromTable({
  2103. CFrame.new(-0.0429926626, 0.0894732475, 0.122994438, -0.727564096, 0.216495171, -0.650984228, 0.573419571, 0.712829351, -0.4038122, 0.376617283, -0.667086363, -0.642771661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2104. CFrame.new(0.274499357, 1.93965256, -0.290742159, 0.812678874, 0.363525271, -0.455414772, -0.286139101, 0.929784596, 0.231571287, 0.50761956, -0.0578810275, 0.859634995) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2105. CFrame.new(1.5499568, 0.227483302, 0.0348644555, 0.532571554, -0.817559302, -0.219007775, 0.327320457, 0.437569499, -0.837492883, 0.780531168, 0.374339074, 0.500640929) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2106. CFrame.new(-1.59097123, 0.116363764, -0.24041757, 0.933583856, 0.270491242, 0.235065222, -0.0104056299, 0.676133752, -0.736705422, -0.358207911, 0.685330331, 0.634042203) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2107. CFrame.new(0.859973013, -1.63333058, -0.339466155, 0.664916039, -0.527359009, -0.528941691, 0.184340924, 0.802123129, -0.56799382, 0.723813057, 0.280162573, 0.630558252) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2108. CFrame.new(-0.689801693, -1.69944763, 0.234763622, 1.00000012, 2.02804804e-05, 8.85128975e-06, -1.37388706e-05, 0.251131684, 0.967952967, 1.74343586e-05, -0.967952967, 0.251131743) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2109. }, .3, false)
  2110. end
  2111. for i = 0, 1, 0.1 do
  2112. swait()
  2113. PlayAnimationFromTable({
  2114. CFrame.new(-0.351287425, 0.0290605277, -0.0769110247, -0.973907232, 0.0511301868, -0.221112013, -0.114961348, 0.728892446, 0.674907267, 0.195675001, 0.68271637, -0.703995585) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2115. CFrame.new(-0.0958961993, 1.46855259, -0.102531463, 0.986673295, 0.109493993, 0.120361403, -0.0941934884, 0.98752284, -0.126199752, -0.132677689, 0.113180697, 0.984676003) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2116. CFrame.new(1.45423353, 0.469249904, -0.153430343, 0.989281118, -0.0773509219, 0.12385425, 0.145651549, 0.462145418, -0.874761343, 0.0104248822, 0.883424401, 0.468457967) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2117. CFrame.new(-0.691947639, 0.337811351, -1.31342399, 0.63977766, -0.5364995, -0.550320745, -0.593830824, 0.10949415, -0.797104836, 0.487903237, 0.836767316, -0.248538017) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2118. CFrame.new(0.836311221, -1.86768115, -0.382668525, 0.942966878, -0.311612219, -0.117096215, 0.301472366, 0.948571861, -0.0965712965, 0.141166985, 0.0557623506, 0.988414168) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2119. CFrame.new(-1.04644108, -1.07495451, -0.755041718, 0.984032154, 0.170041472, 0.0525995046, -0.123230606, 0.864095151, -0.488010168, -0.128432944, 0.473735869, 0.871251643) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2120. }, .3, false)
  2121. end
  2122. attack = false
  2123. end
  2124.  
  2125.  
  2126. Mouse.Button1Down:connect(function()
  2127. if attack == false and attacktype == 1 then
  2128. attackone()
  2129. attacktype = 2
  2130. elseif attack == false and attacktype == 2 then
  2131. attacktwo()
  2132. attacktype = 3
  2133. elseif attack == false and attacktype == 3 then
  2134. attackthree()
  2135. attacktype = 1
  2136.  
  2137.  
  2138. end
  2139. end)
  2140.  
  2141. Mouse.KeyDown:connect(function(k)
  2142. k = k:lower()
  2143. if attack == false and k == "z" then
  2144. attacko()
  2145.  
  2146. elseif attack == false and k == "q" then
  2147. throwkniveskek()
  2148.  
  2149.  
  2150.  
  2151. elseif attack == false and k == "x" then
  2152. kickoverandover()
  2153.  
  2154. elseif attack == false and k == "g" then
  2155. Taunt()
  2156.  
  2157.  
  2158. elseif attack == false and k == "v" then
  2159.  
  2160. Spinkick()
  2161. elseif attack == false and k == "c" then
  2162. knivesandshit()
  2163.  
  2164. elseif attack == false and k == "f" then
  2165. leapandstab()
  2166.  
  2167.  
  2168.  
  2169. end
  2170. end)
  2171.  
  2172.  
  2173.  
  2174.  
  2175. while true do
  2176. swait()
  2177. for i, v in pairs(Character:GetChildren()) do
  2178. if v:IsA("Part") then
  2179. v.Material = "SmoothPlastic"
  2180. elseif v:IsA("Accessory") then
  2181. v:WaitForChild("Handle").Material = "SmoothPlastic"
  2182. end
  2183. end
  2184. Torsovelocity = (HumanoidRootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2185. velocity = HumanoidRootPart.Velocity.y
  2186. sine = sine + change
  2187. local hit, pos = rayCast(HumanoidRootPart.Position, (CFrame.new(HumanoidRootPart.Position, HumanoidRootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  2188. if HumanoidRootPart.Velocity.y > 1 and hit == nil then
  2189. Anim = "Jump"
  2190. if attack == false then
  2191. PlayAnimationFromTable({
  2192. CFrame.new(0, 0.0436773151, -0.0958894566, 1, 0, 0, 0, 0.979366124, 0.202094048, 0, -0.202094033, 0.979366124) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2193. CFrame.new(0, 1.50078464, -0.0434546769, 1, 0, 0, 0, 0.990667343, 0.136302382, 0, -0.136302412, 0.990667343) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2194. CFrame.new(1.64024234, 0.193567753, 0.00427898765, 0.892431021, -0.354886115, 0.278608471, 0.407243699, 0.899403036, -0.158829555, -0.19421488, 0.255205929, 0.94718039) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2195. CFrame.new(-1.6411283, 0.235373467, 0.0476976931, 0.854992151, 0.446793675, -0.263370335, -0.496187717, 0.852461219, -0.164643824, 0.150951192, 0.271450311, 0.950541198) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2196. CFrame.new(0.55792439, -1.57147515, -0.158797979, 0.997079909, 0.0636449754, -0.0421660356, -0.0447768904, 0.934851587, 0.352215409, 0.061834842, -0.349303246, 0.934978843) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2197. CFrame.new(-0.738243103, -1.88598239, 0.260951996, 0.962180376, 0.154025614, 0.224692196, -0.20719263, 0.94928062, 0.236513555, -0.176866814, -0.274123043, 0.945291162) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  2198. }, 0.3, false)
  2199. end
  2200. elseif HumanoidRootPart.Velocity.y < -1 and hit == nil then
  2201. Anim = "Fall"
  2202. if attack == false then
  2203. PlayAnimationFromTable({
  2204. CFrame.new(0.0226157792, -0.0212399997, 0.130760044, 0.987825871, 0.0410310999, 0.150055334, 0, 0.964589238, -0.26375708, -0.15556398, 0.260546058, 0.952846169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2205. CFrame.new(0.0388777852, 1.55246329, -0.167190313, 0.96372503, 0.00389923947, -0.266869605, 0.0835845172, 0.945186496, 0.3156524, 0.253472269, -0.326508105, 0.910574019) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2206. CFrame.new(1.72698784, 0.344668627, -0.2057845, 0.711411119, -0.460974425, 0.530468345, 0.667616367, 0.679052651, -0.30524689, -0.219505072, 0.571305454, 0.79084003) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2207. CFrame.new(-1.69352794, 0.405396253, 0.0323119164, 0.614052653, 0.685430944, -0.391310841, -0.764818966, 0.639190793, -0.0805452466, 0.194914013, 0.348741174, 0.916727304) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2208. CFrame.new(0.708790183, -1.69872558, -0.272453845, 0.962645173, -0.220248789, -0.157495782, 0.226377994, 0.973794341, 0.021872133, 0.148551151, -0.0567086488, 0.987277567) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2209. CFrame.new(-0.383032143, -1.80201328, -0.0648381114, 0.971793711, -0.202388048, 0.121063158, 0.131539553, 0.891238749, 0.434042007, -0.195740849, -0.405874491, 0.892722249) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  2210. }, 0.3, false)
  2211. end
  2212. elseif Torsovelocity < 1 and hit ~= nil then
  2213. Anim = "Idle"
  2214. if attack == false then
  2215. change = 1
  2216. PlayAnimationFromTable({
  2217. CFrame.new(0, -0, -0, 0.965925455, 0, -0.25881964, 0, 1, 0, 0.25881964, 0, 0.965925455) * CFrame.new(0, 0 + 0.1 * math.cos(sine / 15), 0) * CFrame.Angles(0, 0, 0),
  2218. CFrame.new(5.36441803e-07, 1.49998856, -2.08616257e-07, 0.965924859, -0.044943627, 0.254889816, -3.80585334e-07, 0.984807909, 0.173648342, -0.258821845, -0.167731375, 0.951250255) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2219. CFrame.new(0.151348129, 0.0352778658, -0.72325331, 0.330360681, 0.907674789, 0.25881964, -0.939694464, 0.34201467, 0, -0.0885201171, -0.243211389, 0.965925455) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2220. CFrame.new(-0.417193592, 0.169204265, -0.583143771, -2.61240416e-06, -0.965925455, 0.25881964, 1, -2.70456076e-06, 0, 6.9999345e-07, 0.25881964, 0.965925455) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2221. CFrame.new(0.756500721, -1.95157945, -0.15334031, 0.981053531, -0.172987491, 0.0871554017, 0.173647732, 0.984807551, -1.56565105e-09, -0.0858313292, 0.0151344873, 0.996189058) * CFrame.new(0, 0 - 0.1 * math.cos(sine / 15), 0) * CFrame.Angles(0, 0, 0),
  2222. CFrame.new(-0.482961625, -1.9999969, 0.129410028, 0.852866173, 0.15038389, 0.500000238, -0.173648432, 0.984807611, -5.17513143e-09, -0.492403984, -0.0868244395, 0.866023064) * CFrame.new(0, 0 - 0.1 * math.cos(sine / 15), 0) * CFrame.Angles(0, 0, 0),
  2223. }, .3, false)
  2224. end
  2225.  
  2226. elseif Torsovelocity > 6 and hit ~= nil then
  2227. Anim = "Walk"
  2228.  
  2229. if attack == false then
  2230. PlayAnimationFromTable({
  2231. CFrame.new(0, -0.174938306, -0.101783589, 1, 0, 0, 0, 0.979186654, 0.202961922, 0, -0.202961922, 0.979186654) * CFrame.new(0, 0 + 0.1 * math.cos(sine / 4), 0) * CFrame.Angles(0, 0 + 0.1 * math.sin(sine / 8), 0),
  2232. CFrame.new(0, 1.49999189, 1.58548355E-5, 1, 0, 0, 0, 0.995475352, -0.0950205326, 0, 0.0950205326, 0.995475352) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0 - 0.1 * math.sin(sine / 8), 0),
  2233. CFrame.new(1.57730746, 0.0719611943, 0.00628598034, 0.976458192, -0.188104928, 0.105574317, 0.200467497, 0.972049892, -0.122196086, -0.0796378255, 0.140483588, 0.986874938) * CFrame.new(-0.05, 0, -0.1 - 0.5 * math.sin(sine / 8)) * CFrame.Angles(math.rad(30 * math.sin(sine / 8)), math.rad(0), math.rad(0)),
  2234. CFrame.new(-1.55804253, 0.0689925253, 0.0429513156, 0.964821577, 0.249019504, -0.0843129531, -0.261087656, 0.945191264, -0.196078911, 0.0308643766, 0.211194247, 0.976956785) * CFrame.new(0.05, 0, -0.2 + 0.5 * math.sin(sine / 8)) * CFrame.Angles(math.rad(-30 * math.sin(sine / 8)), math.rad(0), math.rad(0)),
  2235. CFrame.new(0.5, -1.64 - 0.5 * math.cos(sine / 8) / 2, 0 + 1.5 * math.sin(sine / 8) / 2) * CFrame.Angles(math.rad(-50 * math.sin(sine / 8)), math.rad(-5), math.rad(0)),
  2236. CFrame.new(-0.5, -1.64 + 0.5 * math.cos(sine / 8) / 2, 0 - 1.5 * math.sin(sine / 8) / 2) * CFrame.Angles(math.rad(50 * math.sin(sine / 8)), math.rad(5), math.rad(0))
  2237. }, 0.3, false)
  2238. end
  2239. end
  2240. if 0 < #Effects then
  2241. for e = 1, #Effects do
  2242. if Effects[e] ~= nil then
  2243. local Thing = Effects[e]
  2244. if Thing ~= nil then
  2245. local Part = Thing[1]
  2246. local Mode = Thing[2]
  2247. local Delay = Thing[3]
  2248. local IncX = Thing[4]
  2249. local IncY = Thing[5]
  2250. local IncZ = Thing[6]
  2251. if Thing[2] == "Shoot" then
  2252. local Look = Thing[1]
  2253. local move = 30
  2254. if Thing[8] == 3 then
  2255. move = 10
  2256. end
  2257. local hit, pos = rayCast(Thing[4], Thing[1], move, m)
  2258. if Thing[10] ~= nil then
  2259. da = pos
  2260. cf2 = CFrame.new(Thing[4], Thing[10].Position)
  2261. cfa = CFrame.new(Thing[4], pos)
  2262. tehCF = cfa:lerp(cf2, 0.2)
  2263. Thing[1] = tehCF.lookVector
  2264. end
  2265. local mag = (Thing[4] - pos).magnitude
  2266. Effects["Head"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 1, mag * 5, 1, 0.5, 0, 0.5, 0.2)
  2267. if Thing[8] == 2 then
  2268. Effects["Ring"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0), 1, 1, 0.1, 0.5, 0.5, 0.1, 0.1, 1)
  2269. end
  2270. Thing[4] = Thing[4] + Look * move
  2271. Thing[3] = Thing[3] - 1
  2272. if 2 < Thing[5] then
  2273. Thing[5] = Thing[5] - 0.3
  2274. Thing[6] = Thing[6] - 0.3
  2275. end
  2276. if hit ~= nil then
  2277. Thing[3] = 0
  2278. if Thing[8] == 1 or Thing[8] == 3 then
  2279. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", HumanoidRootPart, 0, "", 1)
  2280. else
  2281. if Thing[8] == 2 then
  2282. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", HumanoidRootPart, 0, "", 1)
  2283. if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
  2284. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new(.2,.2,.2))
  2285. ref.Anchored = true
  2286. ref.CFrame = CFrame.new(pos)
  2287. CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
  2288. game:GetService("Debris"):AddItem(ref, 0.2)
  2289. Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2)
  2290. Effects["Ring"].Create(BrickColor.new("Bright yellow"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1)
  2291. MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
  2292. end
  2293. end
  2294. end
  2295. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new(.2,.2,.2))
  2296. ref.Anchored = true
  2297. ref.CFrame = CFrame.new(pos)
  2298. Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
  2299. game:GetService("Debris"):AddItem(ref, 1)
  2300. end
  2301. if Thing[3] <= 0 then
  2302. table.remove(Effects, e)
  2303. end
  2304. end
  2305.  
  2306. do
  2307. do
  2308. if Thing[2] == "FireWave" then
  2309. if Thing[3] <= Thing[4] then
  2310. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
  2311. Thing[3] = Thing[3] + 1
  2312. Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
  2313. else
  2314. Part.Parent = nil
  2315. table.remove(Effects, e)
  2316. end
  2317. end
  2318. if Thing[2] ~= "Shoot" and Thing[2] ~= "Shoot2" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
  2319. if Thing[1].Transparency <= 1 then
  2320. if Thing[2] == "Block1" then
  2321. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2322. Mesh = Thing[7]
  2323. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2324. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2325. else
  2326. if Thing[2] == "Block2" then
  2327. Thing[1].CFrame = Thing[1].CFrame
  2328. Mesh = Thing[7]
  2329. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2330. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2331. else
  2332. if Thing[2] == "Fire" then
  2333. Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
  2334. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2335. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2336. else
  2337. if Thing[2] == "Cylinder" then
  2338. Mesh = Thing[7]
  2339. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2340. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2341. else
  2342. if Thing[2] == "Blood" then
  2343. Mesh = Thing[7]
  2344. Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
  2345. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  2346. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2347. else
  2348. if Thing[2] == "Elec" then
  2349. Mesh = Thing[10]
  2350. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  2351. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2352. else
  2353. if Thing[2] == "Disappear" then
  2354. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  2355. end
  2356. end
  2357. end
  2358. end
  2359. end
  2360. end
  2361. end
  2362. else
  2363. Part.Parent = nil
  2364. table.remove(Effects, e)
  2365. end
  2366. end
  2367. end
  2368. end
  2369. end
  2370. end
  2371. end
  2372. end
  2373. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement