Znimator

Untitled

Jan 9th, 2019
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7.     print("FE Compatibility by ki2005rill")
  8.     script.Parent = Player.Character
  9.  
  10.     --RemoteEvent for communicating
  11.     local Event = Instance.new("RemoteEvent")
  12.     Event.Name = "UserInput_Event"
  13.  
  14.     --Fake event to make stuff like Mouse.KeyDown work
  15.     local function fakeEvent()
  16.         local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17.         t.connect = t.Connect
  18.         return t
  19.     end
  20.  
  21.     --Creating fake input objects with fake variables
  22.     local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23.     local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24.     local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25.         CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26.     end}
  27.     --Merged 2 functions into one by checking amount of arguments
  28.     CAS.UnbindAction = CAS.BindAction
  29.  
  30.     --This function will trigger the events that have been :Connect()'ed
  31.     local function te(self,ev,...)
  32.         local t = m[ev]
  33.         if t and t._fakeEvent and t.Function then
  34.             t.Function(...)
  35.         end
  36.     end
  37.     m.TrigEvent = te
  38.     UIS.TrigEvent = te
  39.  
  40.     Event.OnServerEvent:Connect(function(plr,io)
  41.         if plr~=Player then return end
  42.         if io.isMouse then
  43.             m.Target = io.Target
  44.             m.Hit = io.Hit
  45.         else
  46.             local b = io.UserInputState == Enum.UserInputState.Begin
  47.             if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48.                 return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49.             end
  50.             for _,t in pairs(CAS.Actions) do
  51.                 for _,k in pairs(t.Keys) do
  52.                     if k==io.KeyCode then
  53.                         t.Function(t.Name,io.UserInputState,io)
  54.                     end
  55.                 end
  56.             end
  57.             m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58.             UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59.         end
  60.     end)
  61.     Event.Parent = NLS([==[
  62.     local Player = game:GetService("Players").LocalPlayer
  63.     local Event = script:WaitForChild("UserInput_Event")
  64.  
  65.     local UIS = game:GetService("UserInputService")
  66.     local input = function(io,a)
  67.         if a then return end
  68.         --Since InputObject is a client-side instance, we create and pass table instead
  69.         Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70.     end
  71.     UIS.InputBegan:Connect(input)
  72.     UIS.InputEnded:Connect(input)
  73.  
  74.     local Mouse = Player:GetMouse()
  75.     local h,t
  76.     --Give the server mouse data 30 times every second, but only if the values changed
  77.     --If player is not moving their mouse, client won't fire events
  78.     while wait(1/30) do
  79.         if h~=Mouse.Hit or t~=Mouse.Target then
  80.             h,t=Mouse.Hit,Mouse.Target
  81.             Event:FireServer({isMouse=true,Target=t,Hit=h})
  82.         end
  83.     end]==],Player.Character)
  84.     Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86. -- Made by NoobyGames12, remaded FM sword with additional gun
  87.  
  88. -- If you have it and if you leak it, ill never give the scripts i made since you leaked one of my scripts, pretending that you made this, its just an FREE MODEL remade thing that i made. Now if you leak it, go ahead, ill never give you scripts ever again.
  89.  
  90. --NoobyGames12
  91. plr = owner
  92. char = plr.Character
  93. hum = char.Humanoid
  94. t = char.Torso
  95. h = char.Head
  96. ra = char["Right Arm"]
  97. la = char["Left Arm"]
  98. rl = char["Right Leg"]
  99. ll = char["Left Leg"]
  100. tors = char.Torso
  101. lleg = char["Left Leg"]
  102. root = char.HumanoidRootPart
  103. hed = char.Head
  104. rleg = char["Right Leg"]
  105. rarm = char["Right Arm"]
  106. larm = char["Left Arm"]
  107. vt = Vector3.new
  108. bc = BrickColor.new
  109. br = BrickColor.random
  110. it = Instance.new
  111. cf = CFrame.new
  112.  
  113. function CreatePart(parent,transparency,reflectance,material,brickcolor)
  114. local p = Instance.new("Part")
  115. p.Parent = parent
  116. p.Size = Vector3.new(1,1,1)
  117. p.Transparency = transparency
  118. p.Reflectance = reflectance
  119. p.CanCollide = false
  120. p.BrickColor = brickcolor
  121. p.Material = material
  122. return p
  123. end
  124.  
  125. function CreateMesh(parent,meshtype,x1,y1,z1)
  126. local mesh = Instance.new("SpecialMesh",parent)
  127. mesh.MeshType = meshtype
  128. mesh.Scale = Vector3.new(x1,y1,z1)
  129. return mesh
  130. end
  131.  
  132. function CreateSpecialMesh(parent,meshid,x1,y1,z1)
  133. local mesh = Instance.new("SpecialMesh",parent)
  134. mesh.MeshType = "SpecialMesh"
  135. mesh.MeshId = meshid
  136. mesh.Scale = Vector3.new(x1,y1,z1)
  137. return mesh
  138. end
  139.  
  140. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  141. local weld = Instance.new("Weld")
  142. weld.Parent = parent
  143. weld.Part0 = part0
  144. weld.Part1 = part1
  145. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  146. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  147. return weld
  148. end
  149. ---------------- left gaunlet
  150. local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  151. CreateMesh(handle,"Brick",1.1,0.4,1.1)
  152. CreateWeld(handle,larm,handle,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  153. local handleout = CreatePart(char,0,0,"Neon",BrickColor.new("Deep orange"))
  154. CreateMesh(handleout,"Brick",1.075,0.45,1.075)
  155. CreateWeld(handleout,larm,handleout,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  156. local handleout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  157. CreateMesh(handleout2,"Brick",1.05,0.485,1.05)
  158. CreateWeld(handleout2,larm,handleout2,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  159.  
  160. local box = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  161. CreateMesh(box,"Brick",1.2,0.5,0.5)
  162. CreateWeld(box,handle,box,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  163. local boxout = CreatePart(char,0,0,"Neon",BrickColor.new("Dark red"))
  164. CreateMesh(boxout,"Brick",1.185,0.525,0.525)
  165. CreateWeld(boxout,handle,boxout,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  166. local boxout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  167. CreateMesh(boxout2,"Brick",1.15,0.585,0.585)
  168. CreateWeld(boxout2,handle,boxout2,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  169.  
  170. local boxoutrand = CreatePart(char,0,0,"Neon",BrickColor.new("Dark red"))
  171. CreateMesh(boxoutrand,"Brick",1,0.35,0.35)
  172. CreateWeld(boxoutrand,handle,boxoutrand,-0.075,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  173.  
  174. local glowstrip = CreatePart(char,0,0,"Neon",BrickColor.new("Dark red"))
  175. CreateMesh(glowstrip,"Brick",0.65,0.05,1.15)
  176. CreateWeld(glowstrip,larm,glowstrip,0.15,0.365,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  177. local glowstrip2 = CreatePart(char,0,0,"Neon",BrickColor.new("Dark red"))
  178. CreateMesh(glowstrip2,"Brick",0.65,0.05,1.15)
  179. CreateWeld(glowstrip2,larm,glowstrip2,0.15,0.465,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  180. local glowstrip3 = CreatePart(char,0,0,"Neon",BrickColor.new("Dark red"))
  181. CreateMesh(glowstrip3,"Brick",0.65,0.05,1.15)
  182. CreateWeld(glowstrip3,larm,glowstrip3,0.15,0.565,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  183.  
  184. local diamond = CreatePart(char,0,0,"Neon",BrickColor.new("Deep orange"))
  185. CreateMesh(diamond,"Brick",0.25,0.25,1.15)
  186. CreateWeld(diamond,handle,diamond,-0.35,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  187.  
  188. --- gun here
  189.  
  190. local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  191. CreateMesh(handle,"Brick",0.75,0.4,0.4)
  192. CreateWeld(handle,larm,handle,-0.1,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  193.  
  194. local barrel = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  195. CreateMesh(barrel,"Brick",0.45,1,0.45)
  196. CreateWeld(barrel,handle,barrel,-0.25,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  197. local barrelglow = CreatePart(char,0,0,"Neon",BrickColor.new("Deep orange"))
  198. CreateMesh(barrelglow,"Brick",0.375,0.965,0.375)
  199. CreateWeld(barrelglow,handle,barrelglow,-0.25,0.55,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  200. local barrelup = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  201. CreateMesh(barrelup,"Brick",0.385,0.535,0.4625)
  202. CreateWeld(barrelup,barrel,barrelup,-0.065,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  203. local barrelupglow = CreatePart(char,0,0,"Neon",BrickColor.new("Dark red"))
  204. CreateMesh(barrelupglow,"Brick",0.325,0.585,0.455)
  205. CreateWeld(barrelupglow,barrel,barrelupglow,-0.065,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  206. local barrel2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  207. CreateMesh(barrel2,"Brick",0.325,1.5,0.325)
  208. CreateWeld(barrel2,handle,barrel2,-0.25,1.25,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  209. local barrelhole = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Really black"))
  210. CreateMesh(barrelhole,"Brick",0.25,0.25,0.25)
  211. CreateWeld(barrelhole,barrel2,barrelhole,0,0.65,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  212. ---
  213.  
  214. local gunmode = false
  215.  
  216. Player=owner
  217. Character=Player.Character
  218. PlayerGui=Player.PlayerGui
  219. Backpack=Player.Backpack
  220. Torso=Character.Torso
  221. Head=Character.Head
  222. Humanoid=Character.Humanoid
  223. m=Instance.new('Model',Character)
  224. LeftArm=Character["Left Arm"]
  225. LeftLeg=Character["Left Leg"]
  226. RightArm=Character["Right Arm"]
  227. RightLeg=Character["Right Leg"]
  228. LS=Torso["Left Shoulder"]
  229. LH=Torso["Left Hip"]
  230. RS=Torso["Right Shoulder"]
  231. RH=Torso["Right Hip"]
  232. Face = Head.face
  233. Neck=Torso.Neck
  234. it=Instance.new
  235. attacktype=1
  236. vt=Vector3.new
  237. cf=CFrame.new
  238. euler=CFrame.fromEulerAnglesXYZ
  239. angles=CFrame.Angles
  240. cloaked=false
  241. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  242. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  243. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  244. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  245. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  246. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  247. RootPart=Character.HumanoidRootPart
  248. RootJoint=RootPart.RootJoint
  249. RootCF=euler(-1.57,0,3.14)
  250. attack = false
  251. attackdebounce = false
  252. deb=false
  253. equipped=true
  254. hand=false
  255. MMouse=nil
  256. combo=0
  257. mana=0
  258. trispeed=.2
  259. attackmode='none'
  260. local idle=0
  261. local Anim="Idle"
  262. local Effects={}
  263. local gun=false
  264. local shoot=false
  265. local sine = 0
  266. local change = 1
  267. player=nil
  268.  
  269. --save shoulders
  270. RSH, LSH=nil, nil
  271. --welds
  272. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  273. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  274. LH=Torso["Left Hip"]
  275. RH=Torso["Right Hip"]
  276. TorsoColor=Torso.BrickColor
  277. function NoOutline(Part)
  278. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  279. end
  280. player=Player
  281. ch=Character
  282. RSH=ch.Torso["Right Shoulder"]
  283. LSH=ch.Torso["Left Shoulder"]
  284. --
  285. RSH.Parent=nil
  286. LSH.Parent=nil
  287. --
  288. RW.Name="Right Shoulder"
  289. RW.Part0=ch.Torso
  290. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  291. RW.C1=cf(0, 0.5, 0)
  292. RW.Part1=ch["Right Arm"]
  293. RW.Parent=ch.Torso
  294. --
  295. LW.Name="Left Shoulder"
  296. LW.Part0=ch.Torso
  297. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  298. LW.C1=cf(0, 0.5, 0)
  299. LW.Part1=ch["Left Arm"]
  300. LW.Parent=ch.Torso
  301.  
  302. local Stats=Instance.new("BoolValue")
  303. Stats.Name="Stats"
  304. Stats.Parent=Character
  305. local Atk=Instance.new("NumberValue")
  306. Atk.Name="Damage"
  307. Atk.Parent=Stats
  308. Atk.Value=1
  309. local Def=Instance.new("NumberValue")
  310. Def.Name="Defense"
  311. Def.Parent=Stats
  312. Def.Value=1
  313. local Speed=Instance.new("NumberValue")
  314. Speed.Name="Speed"
  315. Speed.Parent=Stats
  316. Speed.Value=1
  317. local Mvmt=Instance.new("NumberValue")
  318. Mvmt.Name="Movement"
  319. Mvmt.Parent=Stats
  320. Mvmt.Value=1
  321.  
  322. local donum=0
  323.  
  324.  
  325. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  326. local fp=it("Part")
  327. fp.formFactor=formfactor
  328. fp.Parent=parent
  329. fp.Reflectance=reflectance
  330. fp.Transparency=transparency
  331. fp.CanCollide=false
  332. fp.Locked=true
  333. fp.BrickColor=brickcolor
  334. fp.Name=name
  335. fp.Size=size
  336. fp.Position=Torso.Position
  337. NoOutline(fp)
  338. fp.Material="SmoothPlastic"
  339. fp:BreakJoints()
  340. return fp
  341. end
  342.  
  343. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  344. local mesh=it(Mesh)
  345. mesh.Parent=part
  346. if Mesh=="SpecialMesh" then
  347. mesh.MeshType=meshtype
  348. if meshid~="nil" then
  349. mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
  350. end
  351. end
  352. mesh.Offset=offset
  353. mesh.Scale=scale
  354. return mesh
  355. end
  356.  
  357. function weld(parent,part0,part1,c0)
  358. local weld=it("Weld")
  359. weld.Parent=parent
  360. weld.Part0=part0
  361. weld.Part1=part1
  362. weld.C0=c0
  363. return weld
  364. end
  365.  
  366. local Color1=Torso.BrickColor
  367.  
  368. local bodvel=Instance.new("BodyVelocity")
  369. local bg=Instance.new("BodyGyro")
  370.  
  371. function swait(num)
  372. if num==0 or num==nil then
  373. game:service'RunService'.Stepped:wait(0)
  374. else
  375. for i=0,num do
  376. game:service'RunService'.Stepped:wait(0)
  377. end
  378. end
  379. end
  380.  
  381.  
  382. so = function(id,par,vol,pit)
  383. coroutine.resume(coroutine.create(function()
  384. local sou = Instance.new("Sound",par or workspace)
  385. sou.Volume=vol
  386. sou.Pitch=pit or 1
  387. sou.SoundId=id
  388. swait()
  389. sou:play()
  390. game:GetService("Debris"):AddItem(sou,6)
  391. end))
  392. end
  393.  
  394. function clerp(a,b,t)
  395. local qa = {QuaternionFromCFrame(a)}
  396. local qb = {QuaternionFromCFrame(b)}
  397. local ax, ay, az = a.x, a.y, a.z
  398. local bx, by, bz = b.x, b.y, b.z
  399. local _t = 1-t
  400. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  401. end
  402.  
  403. function QuaternionFromCFrame(cf)
  404. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  405. local trace = m00 + m11 + m22
  406. if trace > 0 then
  407. local s = math.sqrt(1 + trace)
  408. local recip = 0.5/s
  409. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  410. else
  411. local i = 0
  412. if m11 > m00 then
  413. i = 1
  414. end
  415. if m22 > (i == 0 and m00 or m11) then
  416. i = 2
  417. end
  418. if i == 0 then
  419. local s = math.sqrt(m00-m11-m22+1)
  420. local recip = 0.5/s
  421. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  422. elseif i == 1 then
  423. local s = math.sqrt(m11-m22-m00+1)
  424. local recip = 0.5/s
  425. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  426. elseif i == 2 then
  427. local s = math.sqrt(m22-m00-m11+1)
  428. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  429. end
  430. end
  431. end
  432.  
  433. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  434. local xs, ys, zs = x + x, y + y, z + z
  435. local wx, wy, wz = w*xs, w*ys, w*zs
  436. local xx = x*xs
  437. local xy = x*ys
  438. local xz = x*zs
  439. local yy = y*ys
  440. local yz = y*zs
  441. local zz = z*zs
  442. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  443. end
  444.  
  445. function QuaternionSlerp(a, b, t)
  446. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  447. local startInterp, finishInterp;
  448. if cosTheta >= 0.0001 then
  449. if (1 - cosTheta) > 0.0001 then
  450. local theta = math.acos(cosTheta)
  451. local invSinTheta = 1/math.sin(theta)
  452. startInterp = math.sin((1-t)*theta)*invSinTheta
  453. finishInterp = math.sin(t*theta)*invSinTheta  
  454. else
  455. startInterp = 1-t
  456. finishInterp = t
  457. end
  458. else
  459. if (1+cosTheta) > 0.0001 then
  460. local theta = math.acos(-cosTheta)
  461. local invSinTheta = 1/math.sin(theta)
  462. startInterp = math.sin((t-1)*theta)*invSinTheta
  463. finishInterp = math.sin(t*theta)*invSinTheta
  464. else
  465. startInterp = t-1
  466. finishInterp = t
  467. end
  468. end
  469. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  470. end
  471.  
  472. local function CFrameFromTopBack(at, top, back)
  473. local right = top:Cross(back)
  474. return CFrame.new(at.x, at.y, at.z,
  475. right.x, top.x, back.x,
  476. right.y, top.y, back.y,
  477. right.z, top.z, back.z)
  478. end
  479.  
  480. function Triangle(a, b, c)
  481. local edg1 = (c-a):Dot((b-a).unit)
  482. local edg2 = (a-b):Dot((c-b).unit)
  483. local edg3 = (b-c):Dot((a-c).unit)
  484. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  485. a, b, c = a, b, c
  486. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  487. a, b, c = b, c, a
  488. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  489. a, b, c = c, a, b
  490. else
  491. assert(false, "unreachable")
  492. end
  493.  
  494. local len1 = (c-a):Dot((b-a).unit)
  495. local len2 = (b-a).magnitude - len1
  496. local width = (a + (b-a).unit*len1 - c).magnitude
  497.  
  498. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  499.  
  500. local list = {}
  501.  
  502. if len1 > 0.01 then
  503. local w1 = Instance.new('WedgePart', m)
  504. game:GetService("Debris"):AddItem(w1,5)
  505. w1.Material = "SmoothPlastic"
  506. w1.FormFactor = 'Custom'
  507. w1.BrickColor = BrickColor.new("Really red")
  508. w1.Transparency = 0
  509. w1.Reflectance = 0
  510. w1.Material = "SmoothPlastic"
  511. w1.CanCollide = false
  512. local l1 = Instance.new("PointLight",w1)
  513. l1.Color = Color3.new(170,0,0)
  514. NoOutline(w1)
  515. local sz = Vector3.new(0.2, width, len1)
  516. w1.Size = sz
  517. local sp = Instance.new("SpecialMesh",w1)
  518. sp.MeshType = "Wedge"
  519. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  520. w1:BreakJoints()
  521. w1.Anchored = true
  522. w1.Parent = workspace
  523. w1.Transparency = 0.7
  524. table.insert(Effects,{w1,"Disappear",.01})
  525. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  526. table.insert(list,w1)
  527. end
  528.  
  529. if len2 > 0.01 then
  530. local w2 = Instance.new('WedgePart', m)
  531. game:GetService("Debris"):AddItem(w2,5)
  532. w2.Material = "SmoothPlastic"
  533. w2.FormFactor = 'Custom'
  534. w2.BrickColor = BrickColor.new("Really red")
  535. w2.Transparency = 0
  536. w2.Reflectance = 0
  537. w2.Material = "SmoothPlastic"
  538. w2.CanCollide = false
  539. local l2 = Instance.new("PointLight",w2)
  540. l2.Color = Color3.new(170,0,0)
  541. NoOutline(w2)
  542. local sz = Vector3.new(0.2, width, len2)
  543. w2.Size = sz
  544. local sp = Instance.new("SpecialMesh",w2)
  545. sp.MeshType = "Wedge"
  546. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  547. w2:BreakJoints()
  548. w2.Anchored = true
  549. w2.Parent = workspace
  550. w2.Transparency = 0.7
  551. table.insert(Effects,{w2,"Disappear",.01})
  552. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  553. table.insert(list,w2)
  554. end
  555. return unpack(list)
  556. end
  557.  
  558.  
  559. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  560.         if hit.Parent==nil then
  561.                 return
  562.         end
  563.         h=hit.Parent:FindFirstChild("Humanoid")
  564.         for _,v in pairs(hit.Parent:children()) do
  565.         if v:IsA("Humanoid") then
  566.         h=v
  567.         end
  568.         end
  569.         if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  570.         h=hit.Parent.Parent:FindFirstChild("Humanoid")
  571.         end
  572.         if hit.Parent.className=="Hat" then
  573.         hit=hit.Parent.Parent:findFirstChild("Head")
  574.         end
  575.         if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  576.         if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  577.         --[[                if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  578.                         return
  579.                 end]]
  580. --                        hs(hit,1.2)
  581.                         c=Instance.new("ObjectValue")
  582.                         c.Name="creator"
  583.                         c.Value=owner
  584.                         c.Parent=h
  585.                         game:GetService("Debris"):AddItem(c,.5)
  586.                 Damage=math.random(minim,maxim)
  587. --                h:TakeDamage(Damage)
  588.                 blocked=false
  589.                 block=hit.Parent:findFirstChild("Block")
  590.                 if block~=nil then
  591.                 print(block.className)
  592.                 if block.className=="NumberValue" then
  593.                 if block.Value>0 then
  594.                 blocked=true
  595.                 if decreaseblock==nil then
  596.                 block.Value=block.Value-1
  597.                 end
  598.                 end
  599.                 end
  600.                 if block.className=="IntValue" then
  601.                 if block.Value>0 then
  602.                 blocked=true
  603.                 if decreaseblock~=nil then
  604.                 block.Value=block.Value-1
  605.                 end
  606.                 end
  607.                 end
  608.                 end
  609.                 if blocked==false then
  610. --                h:TakeDamage(Damage)
  611.                 h.Health=h.Health-Damage
  612.                 showDamage(hit.Parent,Damage,.5,BrickColor.new("Really red"))
  613.                 else
  614.                 h.Health=h.Health-(Damage/2)
  615.                 showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Dark red"))
  616.                 end
  617.                 if Type=="Knockdown" then
  618.                 hum=hit.Parent.Humanoid
  619. hum.PlatformStand=true
  620. coroutine.resume(coroutine.create(function(HHumanoid)
  621. swait(1)
  622. HHumanoid.PlatformStand=false
  623. end),hum)
  624.                 local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  625. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  626. local bodvol=Instance.new("BodyVelocity")
  627. bodvol.velocity=angle*knockback
  628. bodvol.P=5000
  629. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  630. bodvol.Parent=hit
  631. rl=Instance.new("BodyAngularVelocity")
  632. rl.P=3000
  633. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  634. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  635. rl.Parent=hit
  636. game:GetService("Debris"):AddItem(bodvol,.5)
  637. game:GetService("Debris"):AddItem(rl,.5)
  638.                 elseif Type=="Normal" then
  639.                 vp=Instance.new("BodyVelocity")
  640.                 vp.P=500
  641.                 vp.maxForce=Vector3.new(math.huge,0,math.huge)
  642. --                vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  643.                 if KnockbackType==1 then
  644.                 vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  645.                 elseif KnockbackType==2 then
  646.                 vp.velocity=Property.CFrame.lookVector*knockback
  647.                 end
  648.                 if knockback>0 then
  649.                         vp.Parent=hit.Parent.Torso
  650.                 end
  651.                 game:GetService("Debris"):AddItem(vp,.5)
  652.                 elseif Type=="Up" then
  653.                 local bodyVelocity=Instance.new("BodyVelocity")
  654.                 bodyVelocity.velocity=vt(0,60,0)
  655.                 bodyVelocity.P=5000
  656.                 bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  657.                 bodyVelocity.Parent=hit
  658.                 game:GetService("Debris"):AddItem(bodyVelocity,1)
  659.                 rl=Instance.new("BodyAngularVelocity")
  660.                 rl.P=3000
  661.                 rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  662.                 rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  663.                 rl.Parent=hit
  664.                 game:GetService("Debris"):AddItem(rl,.5)
  665.                 elseif Type=="Snare" then
  666.                 bp=Instance.new("BodyPosition")
  667.                 bp.P=2000
  668.                 bp.D=100
  669.                 bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  670.                 bp.position=hit.Parent.Torso.Position
  671.                 bp.Parent=hit.Parent.Torso
  672.                 game:GetService("Debris"):AddItem(bp,1)
  673.                 elseif Type=="Target" then
  674.                 if Targetting==false then
  675.                 ZTarget=hit.Parent.Torso
  676.                 coroutine.resume(coroutine.create(function(Part)
  677.                 so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  678.                 swait(5)
  679.                 so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  680.                 end),ZTarget)
  681.                 TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  682.                 targetgui=Instance.new("BillboardGui")
  683.                 targetgui.Parent=ZTarget
  684.                 targetgui.Size=UDim2.new(10,100,10,100)
  685.                 targ=Instance.new("ImageLabel")
  686.                 targ.Parent=targetgui
  687.                 targ.BackgroundTransparency=1
  688.                 targ.Image="rbxassetid://4834067"
  689.                 targ.Size=UDim2.new(1,0,1,0)
  690.                 cam.CameraType="Scriptable"
  691.                 cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  692.                 dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  693.                 workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  694.                 Targetting=true
  695.                 RocketTarget=ZTarget
  696.                 for i=1,Property do
  697.                 --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  698.                 if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  699.                 swait()
  700.                 end
  701.                 --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  702.                 cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  703.                 dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  704.                 cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  705.                 end
  706.                 Targetting=false
  707.                 RocketTarget=nil
  708.                 targetgui.Parent=nil
  709.                 cam.CameraType="Custom"
  710.                 end
  711.                 end
  712.                         debounce=Instance.new("BoolValue")
  713.                         debounce.Name="DebounceHit"
  714.                         debounce.Parent=hit.Parent
  715.                         debounce.Value=true
  716.                         game:GetService("Debris"):AddItem(debounce,Delay)
  717.                         c=Instance.new("ObjectValue")
  718.                         c.Name="creator"
  719.                         c.Value=Player
  720.                         c.Parent=h
  721.                         game:GetService("Debris"):AddItem(c,.5)
  722.                 CRIT=false
  723.                 hitDeb=true
  724.                 AttackPos=6
  725.         end
  726. end
  727.  
  728. showDamage=function(Char,Dealt,du,Color)
  729.         m=Instance.new("Model")
  730.         m.Name=tostring(Dealt)
  731.         h=Instance.new("Humanoid")
  732.         h.Health=0
  733.         h.MaxHealth=0
  734.         h.Parent=m
  735.         c=Instance.new("Part")
  736.         c.Transparency=0
  737.         c.BrickColor=Color
  738.         c.Name="Head"
  739.         c.TopSurface=0
  740.         c.BottomSurface=0
  741.         c.formFactor="Plate"
  742.         c.Size=Vector3.new(1,.4,1)
  743.         ms=Instance.new("CylinderMesh")
  744.         ms.Scale=Vector3.new(.8,.8,.8)
  745. local hitsounds={"199149137","199149186","199149221","199149235","199149269","199149297"}
  746.   local dam = Instance.new("Sound",c)
  747.   local rndm=math.random(1,#hitsounds)
  748.   local r=rndm
  749.   dam.SoundId = "http://www.roblox.com/asset/?id="..hitsounds[r]
  750.   dam.Volume = 1.25
  751.   dam.Pitch = 1
  752.   dam:Play()
  753.         if CRIT==true then
  754.                 ms.Scale=Vector3.new(1,1.25,1)
  755.         end
  756.         ms.Parent=c
  757.         c.Reflectance=0
  758.         Instance.new("BodyGyro").Parent=c
  759.         c.Parent=m
  760.         if Char:findFirstChild("Head")~=nil then
  761.         c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  762.         elseif Char.Parent:findFirstChild("Head")~=nil then
  763.         c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  764.         end
  765.         f=Instance.new("BodyPosition")
  766.         f.P=2000
  767.         f.D=100
  768.         f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  769.         f.position=c.Position+Vector3.new(0,3,0)
  770.         f.Parent=c
  771.         game:GetService("Debris"):AddItem(m,.5+du)
  772.         c.CanCollide=false
  773.         m.Parent=workspace
  774.         c.CanCollide=false
  775. end
  776.  
  777. function rayCast(Pos, Dir, Max, Ignore)  -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  778. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  779. end
  780.  
  781. function SkullEffect(brickcolor,cframe,x1,y1,z1,delay)
  782. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  783. prt.Anchored=true
  784. prt.CFrame=cframe
  785. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
  786. --http://www.roblox.com/asset/?id=4770560
  787. game:GetService("Debris"):AddItem(prt,2)
  788. CF=prt.CFrame
  789. coroutine.resume(coroutine.create(function(Part,Mesh,TehCF)
  790. for i=0,1,0.2 do
  791. wait()
  792. Part.CFrame=CF*cf(0,0,-0.4)
  793. end
  794. for i=0,1,delay do
  795. wait()
  796. --Part.CFrame=CF*cf((math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5)
  797. Mesh.Scale=Mesh.Scale
  798. end
  799. for i=0,1,0.1 do
  800. wait()
  801. Part.Transparency=i
  802. end
  803. Part.Parent=nil
  804. end),prt,msh,CF)
  805. end
  806.  
  807. function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  808. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  809. prt.Anchored=true
  810. prt.CFrame=cframe
  811. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  812. game:GetService("Debris"):AddItem(prt,5)
  813. coroutine.resume(coroutine.create(function(Part,Mesh)
  814. for i=0,1,delay do
  815. wait()
  816. Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  817. Part.Transparency=i
  818. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  819. end
  820. Part.Parent=nil
  821. end),prt,msh)
  822. end
  823.  
  824. function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  825. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  826. prt.Anchored=false
  827. prt.CFrame=cframe
  828. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  829. local wld=weld(prt,prt,Parent,cframe)
  830. game:GetService("Debris"):AddItem(prt,5)
  831. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  832. for i=0,1,delay do
  833. wait()
  834. Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe
  835. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  836. Part.Transparency=i
  837. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  838. end
  839. Part.Parent=nil
  840. end),prt,msh,wld)
  841. end
  842.  
  843. function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  844. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  845. prt.Anchored=false
  846. prt.CFrame=cframe
  847. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  848. local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0))
  849. game:GetService("Debris"):AddItem(prt,5)
  850. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  851. for i=0,1,delay do
  852. wait()
  853. Weld.C0=euler(i*20,0,0)
  854. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  855. Part.Transparency=i
  856. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  857. end
  858. Part.Parent=nil
  859. end),prt,msh,wld)
  860. end
  861.  
  862. function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  863. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  864. prt.Anchored=true
  865. prt.CFrame=cframe
  866. local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  867. game:GetService("Debris"):AddItem(prt,2)
  868. coroutine.resume(coroutine.create(function(Part,Mesh)
  869. for i=0,1,delay do
  870. wait()
  871. Part.CFrame=Part.CFrame
  872. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  873. local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  874. prt2.Anchored=true
  875. prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  876. local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5))
  877. game:GetService("Debris"):AddItem(prt2,2)
  878. coroutine.resume(coroutine.create(function(Part,Mesh)
  879. for i=0,1,0.1 do
  880. wait()
  881. Part.CFrame=Part.CFrame*cf(0,0.5,0)
  882. end
  883. Part.Parent=nil
  884. end),prt2,msh2)
  885. end
  886. for i=0,1,delay*2 do
  887. wait()
  888. Part.CFrame=Part.CFrame
  889. Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i)
  890. end
  891. Part.Parent=nil
  892. end),prt,msh)
  893. end
  894.  
  895. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  896. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  897. prt.Anchored=true
  898. prt.CFrame=cframe
  899. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  900. game:GetService("Debris"):AddItem(prt,2)
  901. coroutine.resume(coroutine.create(function(Part,Mesh)
  902. for i=0,1,delay do
  903. wait()
  904. Part.CFrame=Part.CFrame
  905. Part.Transparency=i
  906. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  907. end
  908. Part.Parent=nil
  909. end),prt,msh)
  910. end
  911.  
  912. function MagicRing(brickcolor,cframe,x1,y1,z1,x2,y2,z2,x3,y3,z3)
  913. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  914. prt.Anchored=true
  915. prt.CFrame=cframe*euler(x2,y2,z2)
  916. --"http://www.roblox.com/asset/?id=168892465"
  917. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
  918. game:GetService("Debris"):AddItem(prt,2)
  919. coroutine.resume(coroutine.create(function(Part,Mesh)
  920. for i=0,1,0.03 do
  921. wait()
  922. Part.CFrame=Part.CFrame
  923. Part.Transparency=i
  924. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  925. end
  926. Part.Parent=nil
  927. end),prt,msh)
  928. end
  929.  
  930. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  931. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  932. prt.Anchored=true
  933. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  934. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  935. game:GetService("Debris"):AddItem(prt,2)
  936. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  937. CF=Part.CFrame
  938. Numbb=0
  939. randnumb=math.random()/10
  940. rand1=math.random()/10
  941. for i=0,1,rand1 do
  942. wait()
  943. CF=CF*cf(0,math.random()/2,0)
  944. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  945. Part.CFrame=CF*euler(Numbb,0,0)
  946. Part.Transparency=i
  947. Numbb=Numbb+randnumb
  948. end
  949. Part.Parent=nil
  950. end),prt,CF,Numbb,randnumb)
  951. end
  952.  
  953. function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  954. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  955. prt.Anchored=true
  956. prt.CFrame=cframe
  957. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
  958. game:GetService("Debris"):AddItem(prt,5)
  959. coroutine.resume(coroutine.create(function(Part,Mesh)
  960. for i=0,1,delay do
  961. wait()
  962. Part.CFrame=Part.CFrame*euler(0,0.7,0)
  963. Part.Transparency=i
  964. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  965. end
  966. Part.Parent=nil
  967. end),prt,msh)
  968. end
  969.  
  970. function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  971. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  972. prt.Anchored=true
  973. prt.CFrame=cframe
  974. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
  975. game:GetService("Debris"):AddItem(prt,2)
  976. coroutine.resume(coroutine.create(function(Part,Mesh)
  977. for i=0,1,delay do
  978. wait()
  979. Part.CFrame=Part.CFrame*cf(0,y3/2,0)
  980. Part.Transparency=i
  981. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  982. end
  983. Part.Parent=nil
  984. end),prt,msh)
  985. end
  986.  
  987. function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay)
  988. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  989. prt.Anchored=true
  990. prt.CFrame=cframe*cf(x,y,z)
  991. msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1))
  992. game:GetService("Debris"):AddItem(prt,5)
  993. coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee)
  994. local num=math.random()
  995. local num2=math.random(-3,2)+math.random()
  996. local numm=0
  997. for i=0,1,delay*2 do
  998. swait()
  999. Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0)
  1000. Part.Transparency=i
  1001. numm=numm+0.01
  1002. end
  1003. Part.Parent=nil
  1004. Mesh.Parent=nil
  1005. end),prt,msh,x,y,z)
  1006. end
  1007.  
  1008. function dmgstart(dmg,what)
  1009.     hitcon = what.Touched:connect(function(hit)
  1010.         local hum = hit.Parent:FindFirstChild("Humanoid")
  1011.         if hum and not hum:IsDescendantOf(Character) then
  1012.             hum:TakeDamage(dmg)
  1013.         end
  1014.     end)
  1015. end
  1016.  
  1017. function dmgstop()
  1018.     hitcon:disconnect()
  1019. end
  1020.  
  1021. function Cloak()
  1022. Face.Parent=nil
  1023. cloaked=true
  1024.         for _,v in pairs(Torso.Parent:children()) do
  1025.                 if v.className=="Part" and v.Name~="HumanoidRootPart" then
  1026.                 coroutine.resume(coroutine.create(function()
  1027.                 for i=0,1,0.2 do
  1028.                 wait()
  1029.                 v.Transparency=i
  1030.                 end
  1031.                 v.Transparency=1
  1032.                 end))
  1033.                 end
  1034.                 if v.className=="Hat" then
  1035.                 hatp=v.Handle
  1036.                 coroutine.resume(coroutine.create(function(derp)
  1037.                 for i=0,1,0.2 do
  1038.                 wait()
  1039.                 derp.Transparency=i
  1040.                 end
  1041.                 derp.Transparency=1
  1042.                 end),hatp)
  1043.                 end
  1044.         end
  1045.         for _,v in pairs(m:children()) do
  1046.                 if v.className=="Part" then
  1047.                 coroutine.resume(coroutine.create(function()
  1048.                 for i=0,1,0.2 do
  1049.                 wait()
  1050.                 v.Transparency=i
  1051.                 end
  1052.                 v.Transparency=1
  1053.                 end))
  1054.                 end
  1055.         end
  1056. end
  1057.  
  1058. function UnCloak()
  1059. so("http://roblox.com/asset/?id=2767090",Torso,1,1.1)
  1060. Face.Parent=Head
  1061. cloaked=false
  1062.         for _,v in pairs(Torso.Parent:children()) do
  1063.                 if v.className=="Part" and v.Name~="HumanoidRootPart" then
  1064.                 coroutine.resume(coroutine.create(function()
  1065.                 for i=0,1,0.1 do
  1066.                 wait()
  1067.                 v.Transparency=v.Transparency-0.1
  1068.                 end
  1069.                 v.Transparency=0
  1070.                 end))
  1071.                 end
  1072.                 if v.className=="Hat" then
  1073.                 hatp=v.Handle
  1074.                 coroutine.resume(coroutine.create(function(derp)
  1075.                 for i=0,1,0.1 do
  1076.                 wait()
  1077.                 derp.Transparency=derp.Transparency-0.1
  1078.                 end
  1079.                 derp.Transparency=0
  1080.                 end),hatp)
  1081.                 end
  1082.         end
  1083.         for _,v in pairs(m:children()) do
  1084.                 if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then
  1085.                 coroutine.resume(coroutine.create(function()
  1086.                 for i=0,1,0.1 do
  1087.                 wait()
  1088.                 v.Transparency=v.Transparency-0.1
  1089.                 end
  1090.                 v.Transparency=0
  1091.                 end))
  1092.                 v.Transparency=0
  1093.                 end
  1094.         end
  1095. end
  1096.  
  1097.     Player=owner
  1098.     Character=Player.Character
  1099.     m=Instance.new('Model',Character)
  1100.  
  1101.  
  1102.     local function weldBetween(a, b)
  1103.         local weldd = Instance.new("ManualWeld")
  1104.         weldd.Part0 = a
  1105.         weldd.Part1 = b
  1106.         weldd.C0 = CFrame.new()
  1107.         weldd.C1 = b.CFrame:inverse() * a.CFrame
  1108.         weldd.Parent = a
  1109.         return weldd
  1110.     end
  1111.    
  1112.     it=Instance.new
  1113.    
  1114.     function nooutline(part)
  1115.         part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1116.     end
  1117.    
  1118.     function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1119.         local fp=it("Part")
  1120.         fp.formFactor=formfactor
  1121.         fp.Parent=parent
  1122.         fp.Reflectance=reflectance
  1123.         fp.Transparency=transparency
  1124.         fp.CanCollide=false
  1125.         fp.Locked=true
  1126.         fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1127.         fp.Name=name
  1128.         fp.Size=size
  1129.         fp.Position=Character.Torso.Position
  1130.         nooutline(fp)
  1131.         fp.Material=material
  1132.         fp:BreakJoints()
  1133.         return fp
  1134.     end
  1135.    
  1136.     function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1137.         local mesh=it(Mesh)
  1138.         mesh.Parent=part
  1139.         if Mesh=="SpecialMesh" then
  1140.             mesh.MeshType=meshtype
  1141.             mesh.MeshId=meshid
  1142.         end
  1143.         mesh.Offset=offset
  1144.         mesh.Scale=scale
  1145.         return mesh
  1146.     end
  1147.    
  1148.     function weld(parent,part0,part1,c0,c1)
  1149.         local weld=it("Weld")
  1150.         weld.Parent=parent
  1151.         weld.Part0=part0
  1152.         weld.Part1=part1
  1153.         weld.C0=c0
  1154.         weld.C1=c1
  1155.         return weld
  1156.     end
  1157.  
  1158. Player=owner
  1159. Character=Player.Character
  1160. m=Instance.new('Model',Character)
  1161. it=Instance.new
  1162. function nooutline(part)
  1163.     part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1164. end
  1165. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1166.     local fp=it("Part")
  1167.     fp.formFactor=formfactor
  1168.     fp.Parent=parent
  1169.     fp.Reflectance=reflectance
  1170.     fp.Transparency=transparency
  1171.     fp.CanCollide=false
  1172.     fp.Locked=true
  1173.     fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1174.     fp.Name=name
  1175.     fp.Size=size
  1176.     fp.Position=Character.Torso.Position
  1177.     nooutline(fp)
  1178.     fp.Material=material
  1179.     fp:BreakJoints()
  1180.     return fp
  1181. end
  1182. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1183.     local mesh=it(Mesh)
  1184.     mesh.Parent=part
  1185.     if Mesh=="SpecialMesh" then
  1186.         mesh.MeshType=meshtype
  1187.         mesh.MeshId=meshid
  1188.     end
  1189.     mesh.Offset=offset
  1190.     mesh.Scale=scale
  1191.     return mesh
  1192. end
  1193. function weld(parent,part0,part1,c0,c1)
  1194.     local weld=it("Weld")
  1195.     weld.Parent=parent
  1196.     weld.Part0=part0
  1197.     weld.Part1=part1
  1198.     weld.C0=c0
  1199.     weld.C1=c1
  1200.     return weld
  1201. end
  1202.  
  1203. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
  1204. HandleWeld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, -1.10559327e-007, 0, 1.10559313e-007, 0.999999881, -6.82671057e-008, 7.54756585e-015, 6.82671129e-008, 1),CFrame.new(-0.069039166, -0.113463402, 1.04289675, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1205. mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  1206. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  1207. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.76659834, -0.297748327, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
  1208. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1209. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
  1210. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.86247182, 0.341249466, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1211. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
  1212. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  1213. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.76659834, 0.369124293, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1214. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1215. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  1216. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-006, -1.95409656, 0.369124651, 1, -3.5029597e-008, -5.96046519e-008, -5.96046306e-008, 6.17193905e-007, -1, 3.50296325e-008, 1, 6.17193905e-007))
  1217. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1218. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  1219. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -1.95409656, -0.297748804, -1, -5.23922949e-008, 5.96046519e-008, -5.96046803e-008, 6.17193905e-007, -1, 5.23922594e-008, -1, -6.17193905e-007))
  1220. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1221. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1222. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
  1223. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1224. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  1225. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.16725111, -1.41408849, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
  1226. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1227. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
  1228. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.02655792e-006, -1.16711032, -0.0589969158, 1, 1.08027862e-007, 0, -5.37960721e-014, 4.97983308e-007, -1, -1.08027862e-007, 1, 4.97983308e-007))
  1229. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1230. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
  1231. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.35079217, 0.103010416, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
  1232. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  1233. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  1234. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.71972668, 0.400372267, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1235. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1236. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1237. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -2.02871776, -0.278748035, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
  1238. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1239. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1240. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(8.94069672e-007, -2.02871752, 0.419371605, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1241. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1242. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
  1243. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.16047049, 0.508368373, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1244. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
  1245. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  1246. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.35976458, -0.0312541127, 1.86352515, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57641632e-008, -8.94739998e-008, -7.57096927e-008, 0.866025269, 0.500000238))
  1247. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1248. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  1249. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.08190203, 0.2501719, 1, -3.12822095e-007, 5.96046519e-008, -1.13020228e-007, -0.173648566, 0.98480773, -2.97719339e-007, -0.98480767, -0.173648566))
  1250. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
  1251. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
  1252. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.05311584e-006, 1.95058596, 0.253540456, -1, 1.02354932e-007, -1.49011612e-007, -1.17442823e-007, 0.258818656, 0.965925932, 1.3743427e-007, 0.965925992, -0.258818686))
  1253. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1254. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1255. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.68847609, 0.419371486, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1256. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1257. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  1258. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, -1.99747372, 0.400373936, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1259. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1260. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25))
  1261. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.18813586, 0.908314347, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
  1262. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1263. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  1264. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.35976434, -0.0312459469, 1.86352515, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47141249e-009, 1.70059607e-007, -8.20235115e-008, 0.866025269, 0.500000238))
  1265. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1266. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
  1267. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 1.82663035, 1.68847704, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
  1268. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1269. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
  1270. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1271. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
  1272. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1273. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 1.6884762, -0.278747916, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
  1274. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1275. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
  1276. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, 2.75683522, 1.15006804, 1, 2.61612684e-007, -5.96046519e-008, -4.6201059e-008, 0.386711121, 0.922201037, 2.64309278e-007, -0.922201037, 0.386711121))
  1277. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  1278. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1279. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.90734863e-006, 1.20410335, -0.1381253, 1, -1.30388145e-007, 5.96046519e-008, -5.96047158e-008, -4.97983308e-007, 1, -1.30388116e-007, -1, -4.97983308e-007))
  1280. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1281. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1282. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.13575315, -0.0312504768, 1.638713, 0, 0.707106888, 0.707106709, -1, -1.57551966e-007, 1.57552009e-007, 2.2281219e-007, -0.707106709, 0.707106888))
  1283. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1284. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1285. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.999259949, -0.0312482715, -0.496301651, 8.94069814e-008, 0.707106769, -0.707106829, 1, -2.08849031e-007, -8.2408441e-008, -2.0595013e-007, -0.707106829, -0.707106709))
  1286. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1287. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1288. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.20410311, 0.278748631, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1289. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1290. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
  1291. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.302499771, 0.0937513113, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1292. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1293. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
  1294. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.659994602, 0.135124326, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1295. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1296. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  1297. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.25361502, 0.392871499, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1298. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
  1299. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
  1300. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.954994917, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1301. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1302. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875))
  1303. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.50817347, 0.125254035, -1, 6.68158862e-008, -1.49011612e-007, -1.4901164e-007, -4.97983194e-007, 1, 6.68158151e-008, 1, 4.97983194e-007))
  1304. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  1305. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
  1306. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.91299367, 0.281997681, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1307. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  1308. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  1309. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.781131983, 0.0222299099, -1, 2.86555604e-007, -5.96046519e-008, -1.08459133e-007, -0.173648685, 0.98480773, 2.71851889e-007, 0.98480773, 0.173648685))
  1310. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1311. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
  1312. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.522374153, 0.125002146, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1313. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  1314. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1315. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
  1316. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1317. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  1318. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
  1319. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1320. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
  1321. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.57627869e-007, -1.79205251, -0.0442371368, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
  1322. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
  1323. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  1324. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.552494049, 0.0937507153, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1325. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1326. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004))
  1327. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-007, 0.63488543, 0.590048075, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
  1328. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  1329. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
  1330. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.9935112e-006, 1.40163493, 1.65097666, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
  1331. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1332. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
  1333. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, 0.428994179, 0.0937510729, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1334. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1335. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
  1336. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.446621895, 0.0734990835, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1337. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  1338. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  1339. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.967765272, 0.720929861, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
  1340. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1341. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
  1342. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1343. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
  1344. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
  1345. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 0.960361481, 0.0573717356, 1, -6.68157512e-008, -5.96046519e-008, 5.96046164e-008, -4.97983308e-007, 1, -6.68157796e-008, -1, -4.97983308e-007))
  1346. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1347. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
  1348. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.51446474, -0.287093759, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1349. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1350. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
  1351. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, -1.12023759, -0.0676275492, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
  1352. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1353. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
  1354. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -0.201990128, 0.0982512236, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1355. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
  1356. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  1357. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.38418579e-007, -0.137369633, 0.0937509537, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  1358. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  1359. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
  1360. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.63588333e-006, -1.29723644, 0.0231808424, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
  1361. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1362. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
  1363. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167286396, 0.746741295, -0.00556850433, -1, 6.68158222e-008, -5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, -6.68157938e-008, -1, -4.38378009e-007))
  1364. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1365. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
  1366. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.81469727e-006, 0.381998301, -0.135124564, -1, -5.23922843e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23922097e-008, -1, -4.97983251e-007))
  1367. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
  1368. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
  1369. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.35113907e-006, -1.64879727, 0.0388069153, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
  1370. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1371. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
  1372. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.14855242, -0.0782039165, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
  1373. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1374. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
  1375. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.17250943, 0.949309707, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
  1376. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1377. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
  1378. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.7106328, -4.67702293, 1, -5.28256834e-008, 3.27825546e-007, -1.54116776e-007, -0.948323309, 0.317305803, 2.94122714e-007, -0.317305803, -0.948323369))
  1379. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
  1380. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  1381. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.00251865, -0.0312470198, -0.784425139, -5.96046448e-008, 0.362437576, 0.932008028, 1, 8.8373362e-008, 2.95864595e-008, -7.16414377e-008, 0.932008028, -0.362437606))
  1382. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1383. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1384. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -3.18676305, -1.53718555, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  1385. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1386. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  1387. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.73874784, -0.0312489271, 0.358844757, -8.94069814e-008, -0.0130901812, 0.999914408, 1, 5.69744678e-008, 9.01605191e-008, -5.81498085e-008, 0.999914408, 0.0130901812))
  1388. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1389. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
  1390. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.37090683e-006, 3.7712388, 4.10999966, 1, 2.20300279e-007, -3.27825546e-007, 7.26464435e-008, 0.713250935, 0.70090878, 3.88232309e-007, -0.70090884, 0.713250995))
  1391. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
  1392. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
  1393. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 3.43644333, -0.254856586, 1, 2.8833017e-007, 5.96046519e-008, -4.31625189e-008, -0.0566928945, 0.998391747, 2.91245613e-007, -0.998391688, -0.0566928908))
  1394. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  1395. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  1396. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.0734067, -0.0312533975, 4.65720272, 1.49011626e-007, 0.694658399, -0.719339788, -1, 3.30585053e-008, -1.75226305e-007, -9.79421202e-008, 0.719339788, 0.694658399))
  1397. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1398. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
  1399. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, 3.25642681, 0.00496280193, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
  1400. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1401. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
  1402. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.03983688e-006, 6.0806818, -0.48661232, 1, 2.83280116e-007, 0, 3.20681721e-008, -0.113203041, 0.993571877, 2.81459165e-007, -0.993571937, -0.113203049))
  1403. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1404. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  1405. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.73874784, -0.0312509537, 0.358844757, 0, 0.0130901793, -0.999914348, -1, -5.85088848e-008, -7.65957409e-010, -5.85139013e-008, 0.999914408, 0.0130901802))
  1406. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1407. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
  1408. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.05311584e-006, 5.85410023, -0.495341063, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
  1409. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1410. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  1411. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.630329967, -0.0312533975, 7.20098686, 1.11758709e-008, 0.99984777, -0.017452918, -1, 8.5759515e-009, -1.49042407e-007, -1.48870043e-007, 0.0174529161, 0.99984777))
  1412. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  1413. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  1414. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.64131165, -0.0312466621, 0.814543009, -1.78813963e-007, -0.104528897, 0.994521916, 1, 6.1102142e-008, 1.86221044e-007, -8.02329012e-008, 0.994521916, 0.104528897))
  1415. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1416. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019))
  1417. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 5.27017689, -0.0733480453, 1, 2.8833017e-007, 5.96046519e-008, -4.31626219e-008, -0.0566925369, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566925332))
  1418. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  1419. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  1420. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.630329847, -0.0312465429, 7.20098686, -9.87201929e-008, -0.99984777, 0.017452918, 1, -9.613413e-008, 1.49012436e-007, -1.47311923e-007, 0.0174529161, 0.99984777))
  1421. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  1422. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019))
  1423. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.11272049e-006, 4.9387393, -4.49442863, 1, 2.42971879e-007, 2.68220901e-007, -1.46989407e-008, -0.713250041, 0.700909734, 3.61609949e-007, -0.700909734, -0.713250101))
  1424. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
  1425. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  1426. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.00251842, -0.0312527418, -0.784425259, -2.98023224e-008, -0.362437576, -0.932008028, -1, -3.9197058e-008, 4.7219352e-008, -5.36460405e-008, 0.932008028, -0.362437606))
  1427. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1428. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
  1429. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 4.10316849, -0.103866458, 1, 2.8833017e-007, 5.96046519e-008, -4.31625473e-008, -0.0566928051, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566928014))
  1430. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1431. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1432. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.33085537, -1.5976094, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  1433. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1434. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  1435. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.64916229e-006, -0.673488855, 5.65330791, -1, 2.57733284e-008, -4.1723257e-007, 2.16240803e-008, -0.993572056, -0.11320243, -4.17468186e-007, -0.113202423, 0.993571997))
  1436. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  1437. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019))
  1438. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 2.6059866, 0.051631093, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
  1439. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  1440. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  1441. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.29153442e-006, -0.399590373, 4.02885008, -1, 2.75204592e-009, -4.1723257e-007, 2.09061284e-008, -0.998391747, -0.0566919968, -4.16717569e-007, -0.0566919968, 0.998391747))
  1442. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  1443. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
  1444. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 2.20885611, -3.10965157, 1, 1.22782865e-007, 3.27825546e-007, -8.59755218e-008, -0.82164669, 0.569997251, 3.39342648e-007, -0.569997191, -0.821646631))
  1445. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  1446. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
  1447. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-006, 4.40055227, -0.0314526558, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
  1448. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1449. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
  1450. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(9.53674316e-007, 2.57349205, 0.495863676, 1, 2.95756422e-007, 5.96046519e-008, -9.27020594e-008, 0.113203131, 0.993571877, 2.87107866e-007, -0.993571937, 0.113203138))
  1451. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1452. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
  1453. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.02953684, 2.8258214, -1, -1.09740803e-007, -3.27825546e-007, -2.40661642e-008, -0.923879445, 0.382683516, -3.44867317e-007, 0.382683575, 0.923879564))
  1454. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
  1455. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1456. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.40289879, -1.62781823, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  1457. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1458. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
  1459. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.60998273, -0.0503669977, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
  1460. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  1461. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1462. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.25880861, -1.56739795, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  1463. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1464. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
  1465. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 3.70434904, 2.44769764, 1, 3.05401159e-007, -1.49011612e-007, -3.84168999e-008, 0.537299871, 0.843391299, 3.37636607e-007, -0.843391299, 0.537299871))
  1466. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1467. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
  1468. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.67497754, -0.154865503, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
  1469. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  1470. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
  1471. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13248825e-006, 2.07749343, -1.55897069, -1, 2.0314171e-007, -1.49011612e-007, 3.82758287e-008, 0.707107008, 0.70710659, 2.49009986e-007, 0.70710659, -0.707106948))
  1472. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  1473. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
  1474. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.09944153e-006, 4.72574425, -0.500342607, 1, 2.72365185e-007, 1.49011612e-007, -1.17221134e-007, -0.113203213, 0.993571877, 2.87482976e-007, -0.993571877, -0.113203213))
  1475. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1476. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
  1477. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, 4.40054798, -0.205949783, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
  1478. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1479. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
  1480. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.313133836, 6.93109894, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
  1481. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  1482. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  1483. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.558792, -0.0312539935, -0.45239532, 2.98023224e-008, -0.707106769, -0.707106829, -1, -7.48441451e-008, 3.26972902e-008, -7.60432783e-008, 0.707106829, -0.707106709))
  1484. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1485. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
  1486. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.44779181, 0.103008986, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
  1487. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
  1488. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
  1489. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.31130219e-006, -1.70811987, 0.370481491, 1, 1.56259688e-007, -2.68220901e-007, -2.99524515e-007, 0.258819312, -0.965925872, -8.15145142e-008, 0.965925872, 0.258819312))
  1490. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  1491. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1492. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.7285347e-006, -1.7005955, 0.278747916, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1493. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1494. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  1495. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.55879188, -0.0312462449, -0.452395201, 5.96046448e-008, 0.707106769, 0.707106829, 1, -4.38479519e-009, -7.99089008e-008, -5.34036033e-008, 0.707106829, -0.707106709))
  1496. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1497. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
  1498. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.27592182, 0.103008866, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
  1499. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  1500. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
  1501. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.08616257e-006, -0.537618876, 2.27821803, -1, 3.50292382e-008, 2.68220901e-007, -3.50290357e-008, -1, 7.53727932e-007, 2.6822093e-007, 7.53727932e-007, 1))
  1502. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1503. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  1504. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.54972076e-006, 1.79147363, 1.84832418, -1, -2.19832074e-007, -2.68220901e-007, -3.42159723e-008, -0.707107008, 0.70710659, -3.45105576e-007, 0.70710659, 0.707106948))
  1505. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  1506. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  1507. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-6.55651093e-007, -0.200989008, 2.46776938, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
  1508. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  1509. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
  1510. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -0.42824471, 2.46571684, -1, 3.50217348e-008, 2.68220901e-007, -3.50215323e-008, -1, 7.53727875e-007, 2.6822093e-007, 7.53727875e-007, 1))
  1511. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
  1512. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  1513. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 1.93505025, 1.70474756, 1, 1.8804613e-007, -2.68220901e-007, 5.6691988e-008, 0.707107067, 0.707106471, 3.22629546e-007, -0.707106531, 0.707107067))
  1514. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  1515. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1516. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, -1.70059586, -0.138124347, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
  1517. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1518. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
  1519. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.41137242, -1.47533894, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
  1520. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  1521. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
  1522. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, -1.87605298, 0.196760774, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
  1523. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
  1524. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
  1525. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.15904617e-006, 2.51099396, -0.945535302, -1, 2.51590308e-007, -1.49011612e-007, -3.25266569e-009, 0.50000006, 0.866025388, 2.92389416e-007, 0.866025448, -0.50000006))
  1526. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  1527. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  1528. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 0.00686681271, 2.46776795, 1, 4.04674836e-008, 5.96046519e-008, -4.04674481e-008, 1, -5.74912178e-007, -5.96046803e-008, 5.74912178e-007, 1))
  1529. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  1530. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
  1531. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.17232513e-007, 3.25642681, 0.179460406, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
  1532. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
  1533. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  1534. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.95527112, -0.0312464833, 0.483453929, 1.19209275e-007, 0.258818507, 0.965925932, 1, -8.24298763e-009, -1.21205815e-007, -2.34081945e-008, 0.965925932, -0.258818507))
  1535. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1536. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  1537. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.95527112, -0.0312538147, 0.483453929, -2.98023224e-008, -0.258818537, -0.965925992, -1, -2.11072013e-008, 3.65092774e-008, -2.98372704e-008, 0.965925932, -0.258818537))
  1538. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1539. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
  1540. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167268515, -1.01674032, 0.0665671825, -1, -2.06061035e-008, 5.96046519e-008, 5.96046661e-008, -4.97983308e-007, 1, -2.06060733e-008, 1, 4.97983308e-007))
  1541. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1542. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
  1543. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1544. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
  1545. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  1546. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1547. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  1548. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
  1549. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.20537186e-006, 1.49373317, 0.509495497, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
  1550. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  1551. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
  1552. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 0.994490385, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1553. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1554. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
  1555. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-008, -1.13293266, -0.127015591, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
  1556. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1557. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
  1558. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.55247092, -0.700873375, -1, 3.75780473e-009, -1.49011612e-007, -1.02709933e-007, 0.707106948, 0.707106709, 1.08024309e-007, 0.70710665, -0.707106888))
  1559. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1560. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  1561. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.97657108, -0.0312469006, 0.569297791, -1.78813934e-007, -0.0523363948, 0.99862951, 1, 7.44965192e-008, 1.82963561e-007, -8.39700789e-008, 0.99862957, 0.0523363985))
  1562. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1563. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  1564. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.0734067, -0.0312458873, 4.6572032, -2.38418608e-007, -0.694658399, 0.719339788, 1, -7.77344482e-008, 2.56373596e-007, -1.22174583e-007, 0.719339788, 0.694658399))
  1565. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1566. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  1567. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.97657156, -0.0312528014, 0.569297791, 8.94069672e-008, 0.0523363948, -0.99862957, -1, -7.9065849e-008, -9.36733713e-008, -8.38600229e-008, 0.99862957, 0.0523363948))
  1568. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1569. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
  1570. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 5.95509291, -0.320841074, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
  1571. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1572. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  1573. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.64131165, -0.0312528014, 0.814543009, 8.94069672e-008, 0.104528897, -0.994521856, -1, -7.01918026e-008, -9.72769385e-008, -7.99755355e-008, 0.994521916, 0.104528904))
  1574. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1575. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
  1576. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-006, -1.16710985, 0.175246477, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
  1577. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1578. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
  1579. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -0.964124441, -0.0247514248, 1, -3.01422034e-007, 5.96046519e-008, -3.31073302e-008, 0.0871552527, 0.99619478, -3.05469911e-007, -0.99619478, 0.0871552527))
  1580. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
  1581. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
  1582. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, -0.686996341, -0.125002146, -1, -5.23922274e-008, 1.49011612e-007, -1.49011626e-007, 3.48969991e-007, -1, 5.23921742e-008, -1, -3.48969991e-007))
  1583. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  1584. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  1585. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, 0.168619156, -0.0937508345, -1, -5.23922559e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23921813e-008, -1, -4.97983251e-007))
  1586. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  1587. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
  1588. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.4540993, 0.200625658, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1589. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1590. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
  1591. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1592. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
  1593. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  1594. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1595. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  1596. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
  1597. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.68220901e-006, 2.08321929, -0.579118371, 1, -3.05231737e-007, 5.96046519e-008, -5.96048082e-008, -4.97983308e-007, 1, -3.05231708e-007, -1, -4.97983308e-007))
  1598. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  1599. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1600. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
  1601. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1602. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  1603. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-7.74860382e-007, -1.99747372, -0.297748566, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
  1604. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1605. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
  1606. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.14576721e-006, -1.94385314, 0.47499609, 1, -6.68158364e-008, 5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, 6.6815808e-008, 1, 4.38378009e-007))
  1607. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  1608. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Dark red","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  1609. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.71972692, -0.297746897, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
  1610. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1611. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  1612. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
  1613. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1614. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1615. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
  1616. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1617. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  1618. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.51446474, -0.0312479734, 0.511714339, 5.96046519e-008, 4.38378066e-007, -1, 1, -2.45074915e-007, 5.96045453e-008, -2.45074887e-007, -1, -4.38378095e-007))
  1619. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1620. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
  1621. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.2623533, 0.27874887, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  1622. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
  1623. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
  1624. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.6403501, 0.474995613, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
  1625. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  1626. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
  1627. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.2649765e-006, 1.84085846, 0.585492015, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
  1628. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  1629. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
  1630. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.00167268515, 1.04017782, 0.125254273, 1, 2.06060218e-008, 5.96046519e-008, 5.96046448e-008, 3.48969991e-007, -1, -2.06060431e-008, 1, 3.48969991e-007))
  1631. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  1632. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
  1633. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  1634. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
  1635. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  1636. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.828511, -0.0312466025, 1.86352599, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47173224e-009, 1.70059423e-007, -8.20231492e-008, 0.866025269, 0.500000238))
  1637. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1638. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
  1639. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.23306799, -0.714783967, 1, 1.28876025e-007, -1.49011612e-007, -8.8350177e-008, -0.38268286, -0.923879802, -1.76090154e-007, 0.923879862, -0.38268289))
  1640. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  1641. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
  1642. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.25397205, 0.350374818, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1643. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
  1644. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  1645. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.930041909, -0.0312547088, 2.61983705, 2.68220924e-006, -0.866025388, 0.500000238, 1, 1.34954996e-006, -3.0269282e-006, 1.94662152e-006, 0.500000238, 0.866025388))
  1646. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1647. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
  1648. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.75509262e-006, -2.0832181, 0.73186779, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  1649. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  1650. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
  1651. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  1652. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
  1653. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  1654. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.930041909, -0.03124547, 2.61983705, -2.75671505e-006, 0.866025388, -0.500000238, -1, -1.43972136e-006, 3.0197582e-006, 1.89532614e-006, 0.500000238, 0.866025329))
  1655. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1656. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
  1657. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.16469121, -0.908047557, -1, -9.70897673e-008, -1.49011612e-007, 1.00514129e-007, 0.382683396, -0.923879564, 1.46723522e-007, -0.923879564, -0.382683367))
  1658. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  1659. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
  1660. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.70876694e-006, -4.59392071, 4.83900547, -1, 3.01723389e-007, -3.27825546e-007, 2.23408545e-008, -0.700909495, -0.713250279, -4.44980344e-007, -0.713250279, 0.700909495))
  1661. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  1662. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
  1663. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -1.44312787, -0.230922222, 1, -1.99133694e-007, -5.96046519e-008, 9.3278274e-008, 0.173647881, 0.984807849, -1.85758211e-007, -0.984807849, 0.173647881))
  1664. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1665. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Deep orange","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  1666. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.82851136, -0.0312532187, 1.86352599, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57638221e-008, -8.94738008e-008, -7.57092948e-008, 0.866025269, 0.500000238))
  1667. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1668. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
  1669. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 2.52654123, 0.448077202, -1, 2.51590194e-007, -1.49011612e-007, -1.49011683e-007, -2.59562086e-007, 1, 2.51590166e-007, 1, 2.59562114e-007))
  1670. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1671. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
  1672. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, 2.19158387, 0.875249863, 1, 2.87006458e-007, -5.96046519e-008, -2.30892709e-008, 0.279828936, 0.960049868, 2.92219624e-007, -0.960049927, 0.279828966))
  1673. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1674. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  1675. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.34476542, -0.473634839, 1, 1.52993096e-007, -1.49011612e-007, -1.04336792e-007, -0.258818269, -0.965926051, -1.86346938e-007, 0.965926051, -0.258818269))
  1676. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  1677. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  1678. Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.29170871, -0.671645045, -1, -1.21206767e-007, -1.49011612e-007, 1.12563526e-007, 0.258819103, -0.965925813, 1.55643789e-007, -0.965925813, -0.258819103))
  1679. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  1680. Hitbox=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Hitbox",Vector3.new(4.90999985, 1.2299999, 0.200000003))
  1681. Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.90843725, -0.0829741955, 0.0609716177, 0, -6.82671129e-008, -1, 1.1055932e-007, 1, -6.82671129e-008, 1, -1.1055932e-007, 7.547565e-015))
  1682.  
  1683. mouse.Button1Down:connect(function()
  1684.         if attack==false and attacktype==1 then
  1685.                 attacktype=2
  1686.                 attackone()
  1687.         elseif attack==false and attacktype==2 then
  1688.                 attacktype=3
  1689.                 attacktwo()
  1690.         elseif attack==false and attacktype==3 then
  1691.                 attacktype=4
  1692.                 attackthree()
  1693.         elseif attack==false and attacktype==4 then
  1694.                 attacktype=1
  1695.                 attackfour()
  1696.         end
  1697. end)
  1698.  
  1699. function bladespin()
  1700.         attack=true
  1701. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,5,7,math.random(10,20),"Normal",RootPart,.2,1) end)
  1702.         for i=0,1,0.1 do
  1703.                 swait()
  1704.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-10)),.4)
  1705.                 RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(-75),0,math.rad(0)),.4)
  1706.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1707.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1708.         end
  1709. for z = 0, 2 do
  1710. so("http://roblox.com/asset/?id=199146359",Hitbox,1.15,1.05)
  1711.         for i=0,1,0.5 do
  1712.                 swait()
  1713.                 Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1714.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1715.                 RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  1716.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1717.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1718.         end
  1719.         for i=0,1,0.5 do
  1720.                 swait()
  1721.                 Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1722.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(180)),.4)
  1723.                 RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  1724.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1725.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1726.         end
  1727.         for i=0,1,0.5 do
  1728.                 swait()
  1729.                 Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1730.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(240)),.4)
  1731.                 RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  1732.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1733.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1734.         end
  1735.         for i=0,1,0.5 do
  1736.                 swait()
  1737.                 Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1738.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(360)),.4)
  1739.                 RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  1740.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1741.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1742.         end
  1743. end
  1744.         attack=false
  1745. con1:disconnect()
  1746. end  
  1747.  
  1748. function flashingslash()
  1749.         attack=true
  1750.         for i=0,2,0.1 do
  1751.                 swait()
  1752.                 Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1753.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1754.                 RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4)
  1755.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1756.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1757.         end
  1758. so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9)
  1759.      local b = Instance.new("Part")
  1760.   b.Parent = char
  1761.    b.Material = "Neon"
  1762.     b.Color = BrickColor.new("White").Color
  1763.      b.CanCollide = false
  1764.      b.Shape = "Ball"
  1765.      b.CFrame = Hitbox.CFrame
  1766.      b.Anchored = true
  1767.      b.Transparency = 0
  1768.      b.Size = vt(0.5,0.5,0.5)
  1769.      local z = Instance.new("SpecialMesh",b)
  1770.      z.MeshType = "Sphere"
  1771. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,13,16,math.random(10,20),"Normal",RootPart,.2,1) end)
  1772.         for i=0,2,0.1 do
  1773.                 swait()
  1774.             z.Scale = z.Scale + vt(7.5,-0.01,-0.01)
  1775.             b.Transparency = b.Transparency + 0.05
  1776.                 Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1777.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1778.                 RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.9)
  1779.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1780.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1781.         end
  1782. con1:disconnect()
  1783. attack = false
  1784. b:Destroy()
  1785. end
  1786.  
  1787. function executionstab()
  1788.         attack=true
  1789.         for i=0,5,0.1 do
  1790.                 swait()
  1791.                 Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1792.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1793.                 RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4)
  1794.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1795.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1796.         end
  1797. so("http://roblox.com/asset/?id=540358153",Hitbox,1.5,0.75)
  1798.      local b = Instance.new("Part")
  1799.   b.Parent = char
  1800.    b.Material = "Neon"
  1801.     b.Color = BrickColor.new("Really red").Color
  1802.      b.CanCollide = false
  1803.      b.Shape = "Ball"
  1804.      b.CFrame = Hitbox.CFrame
  1805.      b.Anchored = true
  1806.      b.Transparency = 0
  1807.      b.Size = vt(0.5*2,0.5*2,0.5*2)
  1808.      local z = Instance.new("SpecialMesh",b)
  1809.      z.MeshType = "Sphere"
  1810. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,50,60,math.random(10,20),"Normal",RootPart,.2,1) end)
  1811.         for i=0,5,0.1 do
  1812.                 swait()
  1813.             z.Scale = z.Scale + vt(15,-0.01*2,-0.01*2)
  1814.             b.Transparency = b.Transparency + 0.05
  1815.                 Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1816.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1817.                 RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.9)
  1818.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1819.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1820.         end
  1821. con1:disconnect()
  1822. attack = false
  1823. b:Destroy()
  1824. end
  1825.  
  1826. function enerwave()
  1827.         attack=true
  1828.         for i=0,1,0.1 do
  1829.                 swait()
  1830.                 Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1831.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1832.                 RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4)
  1833.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1834.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1835.         end
  1836. so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9)
  1837.      local lb = Instance.new("Part")
  1838.   lb.Parent = char
  1839.    lb.Material = "Neon"
  1840.     lb.Color = BrickColor.new("Deep orange").Color
  1841.      lb.CanCollide = false
  1842.      lb.CFrame = Torso.CFrame + Torso.CFrame.lookVector*5
  1843.      lb.Transparency = 0
  1844.      lb.Size = vt(15,0.6,3)
  1845. local tra2 = Instance.new("ParticleEmitter",lb)
  1846. tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
  1847. tra2.LightEmission = 1
  1848. tra2.Color = ColorSequence.new(lb.BrickColor.Color)
  1849. tra2.Rate = 500000000000
  1850. tra2.Lifetime = NumberRange.new(0.5)
  1851. tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3,0),NumberSequenceKeypoint.new(1,0,0)})
  1852. tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1853. tra2.Speed = NumberRange.new(0)
  1854. tra2.Rotation = NumberRange.new(-500,500)
  1855. tra2.VelocitySpread = 90000
  1856. tra2.RotSpeed = NumberRange.new(-500,500)
  1857.      local thing = Instance.new("SpecialMesh",lb)
  1858.      thing.MeshType = "Sphere"
  1859. lb.Touched:connect(function(hit) Damagefunc(hit,10,13,math.random(10,20),"Normal",RootPart,.2,1) end)
  1860.   local bv = Instance.new("BodyVelocity")
  1861.   bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1862.   bv.velocity = Torso.CFrame.lookVector *150
  1863.   bv.Parent = lb
  1864.         for i=0,2,0.1 do
  1865.                 swait()
  1866.                 Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(30)),.3)
  1867.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-30)),.3)
  1868.                 RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.3)
  1869.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1870.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1871.         end
  1872. attack = false
  1873. wait(1)
  1874. lb:Destroy()
  1875. end
  1876.  
  1877. function repeatbullet()
  1878. attack = true
  1879.         for i = 0,1,0.3 do
  1880.         swait()
  1881.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1882.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  1883.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  1884.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  1885.         end
  1886. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  1887.      local lb = Instance.new("Part")
  1888.   lb.Parent = char
  1889.    lb.Material = "Neon"
  1890.     lb.Color = BrickColor.new("Deep orange").Color
  1891.      lb.CanCollide = false
  1892.      lb.Shape = "Ball"
  1893.      lb.CFrame = barrelhole.CFrame
  1894.      lb.Anchored = true
  1895.      lb.Transparency = 0
  1896.      lb.Size = vt(0.6,0.6,0.6)
  1897.      local thing = Instance.new("SpecialMesh",lb)
  1898.      thing.MeshType = "Sphere"
  1899.      local b = Instance.new("Part")
  1900.   b.Parent = char
  1901.    b.Material = "Neon"
  1902.     b.Color = BrickColor.new("Deep orange").Color
  1903.      b.CanCollide = false
  1904.      b.Shape = "Ball"
  1905.      b.CFrame = barrelhole.CFrame
  1906.      b.Anchored = true
  1907.      b.Transparency = 0
  1908.      b.Size = vt(1,1,1)
  1909.      local z = Instance.new("SpecialMesh",b)
  1910.      z.MeshType = "Sphere"
  1911. local hitted = false
  1912. lb.Anchored = false
  1913.   local bv = Instance.new("BodyVelocity")
  1914.   bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1915.   bv.velocity = mouse.Hit.lookVector *150
  1916.   bv.Parent = lb
  1917. lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end)
  1918. z.Scale = vt(1,1,1)
  1919. b.Transparency = 0
  1920. b.CFrame = barrelhole.CFrame
  1921.         for i = 0,1,0.3 do
  1922.         swait()
  1923.             z.Scale = z.Scale + vt(0.2,0.2,0.2)
  1924.             b.Transparency = b.Transparency + 0.25
  1925.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1926.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  1927.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  1928.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  1929.         end
  1930.         for i = 0,1,0.3 do
  1931.         swait()
  1932.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1933.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  1934.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  1935.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  1936.         end
  1937. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  1938.      local lb = Instance.new("Part")
  1939.   lb.Parent = char
  1940.    lb.Material = "Neon"
  1941.     lb.Color = BrickColor.new("Deep orange").Color
  1942.      lb.CanCollide = false
  1943.      lb.Shape = "Ball"
  1944.      lb.CFrame = barrelhole.CFrame
  1945.      lb.Anchored = true
  1946.      lb.Transparency = 0
  1947.      lb.Size = vt(0.6,0.6,0.6)
  1948.      local thing = Instance.new("SpecialMesh",lb)
  1949.      thing.MeshType = "Sphere"
  1950. local hitted = false
  1951. lb.Anchored = false
  1952.   local bv = Instance.new("BodyVelocity")
  1953.   bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1954.   bv.velocity = mouse.Hit.lookVector *150
  1955.   bv.Parent = lb
  1956. lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end)
  1957. z.Scale = vt(1,1,1)
  1958. b.Transparency = 0
  1959. b.CFrame = barrelhole.CFrame
  1960.         for i = 0,1,0.3 do
  1961.         swait()
  1962.             z.Scale = z.Scale + vt(0.2,0.2,0.2)
  1963.             b.Transparency = b.Transparency + 0.25
  1964.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1965.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  1966.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  1967.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  1968.         end
  1969.         for i = 0,1,0.3 do
  1970.         swait()
  1971.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  1972.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  1973.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  1974.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  1975.         end
  1976. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  1977.      local lb = Instance.new("Part")
  1978.   lb.Parent = char
  1979.    lb.Material = "Neon"
  1980.     lb.Color = BrickColor.new("Deep orange").Color
  1981.      lb.CanCollide = false
  1982.      lb.Shape = "Ball"
  1983.      lb.CFrame = barrelhole.CFrame
  1984.      lb.Anchored = true
  1985.      lb.Transparency = 0
  1986.      lb.Size = vt(0.6,0.6,0.6)
  1987.      local thing = Instance.new("SpecialMesh",lb)
  1988.      thing.MeshType = "Sphere"
  1989. local hitted = false
  1990. lb.Anchored = false
  1991.   local bv = Instance.new("BodyVelocity")
  1992.   bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1993.   bv.velocity = mouse.Hit.lookVector *150
  1994.   bv.Parent = lb
  1995. lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end)
  1996. z.Scale = vt(1,1,1)
  1997. b.CFrame = barrelhole.CFrame
  1998. b.Transparency = 0
  1999.         for i = 0,1,0.3 do
  2000.         swait()
  2001.             z.Scale = z.Scale + vt(0.2,0.2,0.2)
  2002.             b.Transparency = b.Transparency + 0.25
  2003.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2004.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2005.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2006.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2007.         end
  2008. attack = false
  2009. b:Destroy()
  2010. wait(10)
  2011. lb:Destroy()
  2012. lb:Destroy()
  2013. lb:Destroy()
  2014. end
  2015.  
  2016. function stickybomb()
  2017. attack = true
  2018.         for i = 0,2,0.1 do
  2019.         swait()
  2020.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2021.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2022.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2023.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2024.         end
  2025. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2026.      local lb = Instance.new("Part")
  2027.   lb.Parent = char
  2028.    lb.Material = "Neon"
  2029.     lb.Color = BrickColor.new("Deep orange").Color
  2030.      lb.CanCollide = false
  2031.      lb.Shape = "Ball"
  2032.      lb.CFrame = barrelhole.CFrame
  2033.      lb.Anchored = true
  2034.      lb.Transparency = 0
  2035.      lb.Size = vt(1,1,1)
  2036.      local thing = Instance.new("SpecialMesh",lb)
  2037.      thing.MeshType = "Sphere"
  2038.      local b = Instance.new("Part")
  2039.   b.Parent = char
  2040.    b.Material = "Neon"
  2041.     b.Color = BrickColor.new("Deep orange").Color
  2042.      b.CanCollide = false
  2043.      b.Shape = "Ball"
  2044.      b.CFrame = barrelhole.CFrame
  2045.      b.Anchored = true
  2046.      b.Transparency = 0
  2047.      b.Size = vt(1,1,1)
  2048.      local z = Instance.new("SpecialMesh",b)
  2049.      z.MeshType = "Sphere"
  2050. local hitted = false
  2051. lb.Anchored = false
  2052.   local bv = Instance.new("BodyVelocity")
  2053.   bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2054.   bv.velocity = mouse.Hit.lookVector *150
  2055.   bv.Parent = lb
  2056. hitted = false
  2057. wait(0.00005)
  2058. lb.Touched:connect(function(hit)
  2059. if hitted == false then
  2060. hitted = true
  2061. lb.Anchored = true
  2062. so("http://roblox.com/asset/?id=604906197",lb,1,1)
  2063. Damagefunc(hit,1,3,-10,"Normal",RootPart,.2,1)
  2064. for i = 0, 4 do
  2065. lb.BrickColor = BrickColor.new("Really red")
  2066. wait(0.25)
  2067. lb.BrickColor = BrickColor.new("Deep orange")
  2068. wait(0.25)
  2069. end
  2070. lb.Transparency = 1
  2071. so("http://roblox.com/asset/?id=412755503",lb,1,0.875)
  2072.  local ba = Instance.new("Part")
  2073.   ba.Parent = char
  2074.    ba.Material = "Neon"
  2075.     ba.Color = BrickColor.new("Deep orange").Color
  2076.      ba.CanCollide = false
  2077.      ba.Shape = "Ball"
  2078.      ba.CFrame = lb.CFrame
  2079.      ba.Anchored = true
  2080.      ba.Transparency = 0
  2081.      ba.Size = vt(10,10,10)
  2082.   ba.CFrame = lb.CFrame
  2083.      local za = Instance.new("SpecialMesh",ba)
  2084.      za.MeshType = "Sphere"
  2085. za.Scale = vt(0,0,0)
  2086. ba.Touched:connect(function(hit)
  2087. Damagefunc(hit,16,19,math.random(10,20),"Normal",RootPart,.2,1)
  2088. end)
  2089. for i = 0, 19 do
  2090. ba.Transparency = ba.Transparency + 0.05
  2091. za.Scale = za.Scale + vt(0.25,0.25,0.25)
  2092. wait()
  2093. end
  2094. ba:Destroy()
  2095. lb:Destroy()
  2096. end
  2097. end)
  2098.         for i = 0,2,0.1 do
  2099.         swait()
  2100.             z.Scale = z.Scale + vt(0.1,0.1,0.1)
  2101.             b.Transparency = b.Transparency + 0.05
  2102.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2103.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2104.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2105.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2106.         end
  2107. attack = false
  2108. b:Destroy()
  2109. wait(30)
  2110. lb:Destroy()
  2111. end
  2112.  
  2113. function yep()
  2114. attack = true
  2115.         for i = 0,2,0.1 do
  2116.         swait()
  2117.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2118.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2119.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2120.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2121.         end
  2122. so("http://roblox.com/asset/?id=178452221",barrelhole,1,1)  
  2123.      local lb = Instance.new("Part")
  2124.   lb.Parent = char
  2125.    lb.Material = "Neon"
  2126.     lb.Color = BrickColor.new("Deep orange").Color
  2127.      lb.CanCollide = false
  2128.      lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
  2129.      lb.Anchored = true
  2130.      lb.Transparency = 0
  2131.      lb.Size = vt(2.5,75,2.5)
  2132.      local zb = Instance.new("SpecialMesh",lb)
  2133.      zb.MeshType = "Sphere"
  2134.      zb.Scale = vt(1,1,1)
  2135. lb.Touched:connect(function(hit)
  2136. Damagefunc(hit,17,20,math.random(10,20),"Normal",RootPart,.2,1)
  2137. end)
  2138. for i = 0, 9 do
  2139. zb.Scale = zb.Scale + vt(0.1,0,0.1)
  2140. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
  2141. lb.Transparency = lb.Transparency + 0.1
  2142. wait()
  2143. end
  2144. lb:Destroy()
  2145. attack = false
  2146. end
  2147.  
  2148. function test()
  2149. attack = true
  2150.         for i = 0,2,0.1 do
  2151.         swait()
  2152.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2153.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2154.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2155.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2156.         end
  2157. so("http://roblox.com/asset/?id=412756262",barrelhole,1,0.95)
  2158.  local ba = Instance.new("Part")
  2159.   ba.Parent = char
  2160.    ba.Material = "Neon"
  2161.     ba.Color = BrickColor.new("Deep orange").Color
  2162.      ba.CanCollide = false
  2163.      ba.Shape = "Ball"
  2164.      ba.CFrame = barrelhole.CFrame
  2165.      ba.Anchored = true
  2166.      ba.Transparency = 1
  2167.      ba.Size = vt(1,1,1)
  2168.      ba.CFrame = barrelhole.CFrame
  2169.      local za = Instance.new("SpecialMesh",ba)
  2170.      za.MeshType = "Sphere"
  2171.      za.Scale = vt(5,5,5)
  2172. for i = 0, 49 do
  2173. ba.CFrame = barrelhole.CFrame
  2174. ba.Transparency = ba.Transparency - 0.1
  2175. za.Scale = za.Scale - vt(0.1,0.1,0.1)
  2176. wait()
  2177. end
  2178. so("http://roblox.com/asset/?id=412756199",barrelhole,1,0.95)
  2179. so("http://roblox.com/asset/?id=412756123",barrelhole,1,0.95)
  2180. so("http://roblox.com/asset/?id=412755564",barrelhole,1,0.95)
  2181. so("http://roblox.com/asset/?id=178452221",barrelhole,1,0.6)
  2182. so("http://roblox.com/asset/?id=87767777",barrelhole,1,1)
  2183. ba.Transparency = 0
  2184. za.Scale = vt(5,5,5)
  2185. local seen = Instance.new("Sound",barrelhole)
  2186. seen.SoundId = "rbxassetid://445796828"
  2187. seen.Pitch = 0.75
  2188. seen.Volume = 2.5
  2189. seen.Looped = true
  2190. seen:Play()
  2191.      local lb = Instance.new("Part")
  2192.   lb.Parent = char
  2193.    lb.Material = "Neon"
  2194.     lb.Color = BrickColor.new("Deep orange").Color
  2195.      lb.CanCollide = false
  2196.      lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
  2197.      lb.Anchored = true
  2198.      lb.Transparency = 0
  2199.      lb.Size = vt(10,400,10)
  2200.      local zb = Instance.new("SpecialMesh",lb)
  2201.      zb.MeshType = "Sphere"
  2202.      zb.Scale = vt(1,1,1)
  2203. lb.Touched:connect(function(hit)
  2204. Damagefunc(hit,22,28,math.random(10,20),"Normal",RootPart,.2,1)
  2205. end)
  2206. for i = 0, 99 do
  2207. ba.CFrame = barrelhole.CFrame
  2208. ba.Transparency = ba.Transparency + 0.025
  2209. zb.Scale = zb.Scale + vt(0.01,0,0.01)
  2210. za.Scale = za.Scale + vt(1,1,1)
  2211. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
  2212. wait()
  2213. end
  2214. for i = 0, 19 do
  2215. seen.Volume = seen.Volume - 0.1
  2216. zb.Scale = zb.Scale - vt(0.05,0,0.05)
  2217. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
  2218. lb.Transparency = lb.Transparency + 0.05
  2219. wait()
  2220. end
  2221. seen:Destroy()
  2222. ba:Destroy()
  2223. lb:Destroy()
  2224. attack = false
  2225. end
  2226.  
  2227. mouse.KeyDown:connect(function(k)
  2228.   if k == "q" and gunmode == false then
  2229.      gunmode = true
  2230.   elseif k == "q" and gunmode == true then
  2231.      gunmode = false
  2232.   end
  2233.   if k == "z" and gunmode == false and attack == false then
  2234.      bladespin()
  2235.   elseif k == "z" and gunmode == true and attack == false then
  2236.      repeatbullet()
  2237.   end
  2238.   if k == "x" and gunmode == false and attack == false then
  2239.      flashingslash()
  2240.   elseif k == "x" and gunmode == true and attack == false then
  2241.      stickybomb()
  2242.   end
  2243.   if k == "c" and gunmode == false and attack == false then
  2244.      enerwave()
  2245.   elseif k == "c" and gunmode == true and attack == false then
  2246.      yep()
  2247.   end
  2248.   if k == "v" and gunmode == false and attack == false then
  2249.      executionstab()
  2250.   elseif k == "v" and gunmode == true and attack == false then
  2251.      test()
  2252.   end
  2253. end)
  2254.  
  2255. function attackone()
  2256.         attack=true
  2257. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end)
  2258.         for i=0,1,0.1 do
  2259.                 swait()
  2260.                 RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  2261.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2262.         end
  2263. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  2264.         for i=0,1,0.1 do
  2265.                 swait()
  2266.                 Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(-20)),.4)
  2267.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(25)),.4)
  2268.                 RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-100))*angles(math.rad(-75),0,math.rad(0)),.4)
  2269.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2270.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2271.         end
  2272.         attack=false
  2273. con1:disconnect()
  2274. end
  2275.  
  2276. function attacktwo()
  2277.         attack=true
  2278. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end)
  2279.         for i=0,1,0.1 do
  2280.                 swait()
  2281.                 RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(-75),0,math.rad(0)),.4)
  2282.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2283.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2284.         end
  2285. so("http://roblox.com/asset/?id=199146359",Hitbox,1,1)
  2286.         for i=0,1,0.1 do
  2287.                 swait()
  2288.                 Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(40)),.4)
  2289.                 RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-45)),.4)
  2290.                 RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
  2291.                 LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2292.                 HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  2293.         end
  2294.         attack=false
  2295. con1:disconnect()
  2296. end    
  2297.  
  2298. function attackthree()
  2299. attack = true
  2300.         for i = 0,2,0.1 do
  2301.         swait()
  2302.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2303.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2304.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2305.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2306.         end
  2307. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2308.      local lb = Instance.new("Part")
  2309.   lb.Parent = char
  2310.    lb.Material = "Neon"
  2311.     lb.Color = BrickColor.new("Deep orange").Color
  2312.      lb.CanCollide = false
  2313.      lb.Shape = "Ball"
  2314.      lb.CFrame = barrelhole.CFrame
  2315.      lb.Anchored = true
  2316.      lb.Transparency = 0
  2317.      lb.Size = vt(0.6,0.6,0.6)
  2318.      local thing = Instance.new("SpecialMesh",lb)
  2319.      thing.MeshType = "Sphere"
  2320.      local b = Instance.new("Part")
  2321.   b.Parent = char
  2322.    b.Material = "Neon"
  2323.     b.Color = BrickColor.new("Deep orange").Color
  2324.      b.CanCollide = false
  2325.      b.Shape = "Ball"
  2326.      b.CFrame = barrelhole.CFrame
  2327.      b.Anchored = true
  2328.      b.Transparency = 0
  2329.      b.Size = vt(1,1,1)
  2330.      local z = Instance.new("SpecialMesh",b)
  2331.      z.MeshType = "Sphere"
  2332. local hitted = false
  2333. lb.Anchored = false
  2334.   local bv = Instance.new("BodyVelocity")
  2335.   bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2336.   bv.velocity = mouse.Hit.lookVector *150
  2337.   bv.Parent = lb
  2338. lb.Touched:connect(function(hit) Damagefunc(hit,9,12,math.random(10,20),"Normal",RootPart,.2,1) end)
  2339.         for i = 0,2,0.1 do
  2340.         swait()
  2341.             z.Scale = z.Scale + vt(0.1,0.1,0.1)
  2342.             b.Transparency = b.Transparency + 0.05
  2343.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2344.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2345.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2346.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2347.         end
  2348. attack = false
  2349. b:Destroy()
  2350. wait(10)
  2351. lb:Destroy()
  2352. end
  2353.  
  2354. function attackfour()
  2355. attack = true
  2356.         for i = 0,2,0.1 do
  2357.         swait()
  2358.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(80)),.3)
  2359.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  2360.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2361.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2362.         end
  2363. so("http://roblox.com/asset/?id=199145204",barrelhole,1,1)
  2364. local con = barrel2.Touched:connect(function(hit) Damagefunc(hit,8,10,math.random(10,20),"Normal",RootPart,.2,1) end)
  2365.         for i = 0,1,0.1 do
  2366.         swait()
  2367.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2368.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2369.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2370.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2371.         end
  2372. con:disconnect()
  2373. so("http://roblox.com/asset/?id=604905243",barrelhole,1.25,0.9)
  2374.      local b = Instance.new("Part")
  2375.   b.Parent = char
  2376.    b.Material = "Neon"
  2377.     b.Color = BrickColor.new("Deep orange").Color
  2378.      b.CanCollide = false
  2379.      b.Shape = "Ball"
  2380.      b.CFrame = barrelhole.CFrame
  2381.      b.Anchored = true
  2382.      b.Transparency = 0
  2383.      b.Size = vt(5,5,5)
  2384.      local z = Instance.new("SpecialMesh",b)
  2385.      z.MeshType = "Sphere"
  2386. z.Scale = vt(0.25,0.25,0.25)
  2387.   local bv = Instance.new("BodyVelocity")
  2388.   bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2389.   bv.velocity = mouse.Hit.lookVector *150
  2390.   bv.Parent = lb
  2391. b.Touched:connect(function(hit) Damagefunc(hit,9,11,math.random(10,20),"Normal",RootPart,.2,1) end)
  2392.         for i = 0,2,0.1 do
  2393.         swait()
  2394.             z.Scale = z.Scale + vt(0.15,0.15,0.15)
  2395.             b.Transparency = b.Transparency + 0.05
  2396.             RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2397.             Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2398.              RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2399.              LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2400.         end
  2401. attack = false
  2402. b:Destroy()
  2403. end
  2404.  
  2405. idleanim=.4
  2406. Humanoid.Animator.Parent = nil
  2407. while true do
  2408. swait()
  2409.   sine = sine + change
  2410. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  2411. local velderp=RootPart.Velocity.y
  2412. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  2413. if equipped==true or equipped==false then
  2414. if attack==false then
  2415. idle=idle+1
  2416. else
  2417. idle=0
  2418. end
  2419. if idle>=500 then
  2420. if attack==false then
  2421. --Sheath()
  2422. end
  2423. end
  2424. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2425. Anim="Jump"
  2426. if attack==false then
  2427. Neck.C0=clerp(Neck.C0,necko*euler(-0.2,0,0),.3)
  2428. Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
  2429. RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
  2430. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(-.5,0,0.5)*angles(math.rad(-25),math.rad(105),math.rad(0)),.3)
  2431. RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2432. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(-.5,0,-0.5),.3)
  2433. LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2434. RH.C0=clerp(RH.C0,cf(1,-1,-.3)*euler(-0.5,1.57,0)*euler(-.2,0,0),.2)
  2435. LH.C0=clerp(LH.C0,cf(-1,-1,-.3)*euler(-0.5,-1.57,0)*euler(-.2,0,0),.2)
  2436. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2437. end
  2438. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2439. Anim="Fall"
  2440. if attack==false then
  2441. Neck.C0=clerp(Neck.C0,necko*euler(0.4,0,0),.3)
  2442. Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
  2443. RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
  2444. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(0.3,0,0.2)*angles(math.rad(-25),math.rad(115),math.rad(0)),.3)
  2445. RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2446. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(0.3,0,-0.2),.3)
  2447. LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2448. RH.C0=clerp(RH.C0,cf(1,-1,0)*euler(0.4,1.57,0),.2)
  2449. LH.C0=clerp(LH.C0,cf(-1,-1,0)*euler(-0.2,-1.57,0),.2)
  2450. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2451. end
  2452. elseif torvel<1 and hitfloor~=nil then
  2453. Anim="Idle"
  2454. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2455. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2456. if attack==false then
  2457. if gunmode == true then
  2458. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  2459. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  2460. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-35),math.rad(90),math.rad(0))*angles(math.rad(-25 + 5 * math.cos(sine / 32)),math.rad(15),math.rad(0)),.3)
  2461. LW.C0=clerp(LW.C0,cf(-1.35,0.5,0)*angles(math.rad(180),math.rad(30),math.rad(-90)),.3)
  2462. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2463. elseif gunmode == false then
  2464. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(-35)),.3)
  2465. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(35)),.3)
  2466. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-35),math.rad(90),math.rad(0))*angles(math.rad(-25 + 5 * math.cos(sine / 32)),math.rad(15),math.rad(0)),.3)
  2467. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-25 + 2.5 * math.cos(sine / 32))),.3)
  2468. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2469. end
  2470. end
  2471. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  2472. Anim="Walk"
  2473. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 50 * math.cos(sine / 6))),.3)
  2474. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 50 * math.cos(sine / 6))),.3)
  2475. if attack==false then
  2476. if gunmode == false then
  2477. --RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2478. --Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2479.               RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2480. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2481. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-55),math.rad(90),math.rad(0))*angles(math.rad(-15),math.rad(0),math.rad(0)),.3)
  2482. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-15),math.rad(0),math.rad(-25)),.3)
  2483. --RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  2484. --LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  2485. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2486. elseif gunmode == true then
  2487. --RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2488. --Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2489.               RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2490. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2491. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-55),math.rad(90),math.rad(0))*angles(math.rad(-15),math.rad(0),math.rad(0)),.3)
  2492. LW.C0=clerp(LW.C0,cf(-1.5,0.45,0)*angles(math.rad(55),math.rad(0),math.rad(25)),.3)
  2493. --RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  2494. --LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  2495. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2496. end
  2497. end
  2498. elseif torvel>=22 and hitfloor~=nil then
  2499. Anim="Run"
  2500. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3)
  2501. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3)
  2502. if attack==false then
  2503.               RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-0.25 + 0.05 * math.cos(sine / 32))* angles(math.rad(35),math.rad(0),math.rad(0)),.3)
  2504. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2505. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-50),math.rad(-60),math.rad(25)),.3)
  2506. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-25)),.3)
  2507. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2508. end
  2509. end
  2510. end
  2511. end
Advertisement
Add Comment
Please, Sign In to add comment