XSleepyDemonX_17

Zerovel when she's bored:

Oct 15th, 2019
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 174.04 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  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 Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  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.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144.  
  145. print("Made by Zerovel")
  146. print("Don't ask")
  147. print("Why I made")
  148. print("This trash")
  149. print("Ok?")
  150. print("Ok...")
  151. print("Enjoy this script.")
  152. print("I guess...")
  153. warn("this is how disappointing I am.")
  154. wait(0.2)
  155. Player = owner
  156. PlayerGui = Player.PlayerGui
  157. Cam = workspace.CurrentCamera
  158. Backpack = Player.Backpack
  159. Character = Player.Character
  160. Humanoid = Character.Humanoid
  161. Mouse = Player:GetMouse()
  162. RootPart = Character.HumanoidRootPart
  163. Torso = Character.Torso
  164. Head = Character.Head
  165. RightArm = Character["Right Arm"]
  166. LeftArm = Character["Left Arm"]
  167. RightLeg = Character["Right Leg"]
  168. LeftLeg = Character["Left Leg"]
  169. RootJoint = RootPart.RootJoint
  170. Neck = Torso.Neck
  171. RightShoulder = Torso["Right Shoulder"]
  172. LeftShoulder = Torso["Left Shoulder"]
  173. RightHip = Torso["Right Hip"]
  174. LeftHip = Torso["Left Hip"]
  175. Humanoid.JumpPower = 100
  176. local sick = Instance.new("Sound", Character)
  177. sick.SoundId = "rbxassetid://2657605534"
  178. sick.Name = "BGM"
  179. sick.Looped = true
  180. sick.Pitch = 1
  181. sick.Volume = 2
  182. sick:Play()
  183. musictime = 0
  184. Character.ChildRemoved:connect(function(removed)
  185. if removed.Name == "BGM" then
  186. local sick = Instance.new("Sound", Character)
  187. sick.SoundId = "rbxassetid://2657605534"
  188. sick.Name = "BGM"
  189. sick.Looped = true
  190. sick.Pitch = 1
  191. sick.Volume = 3
  192. sick.TimePosition = musictime
  193. sick:Play()
  194. end
  195. end)
  196.  
  197. ypcall(function()
  198. Character.Head.face.Texture = "rbxassetid://157653777"
  199. end)
  200.  
  201. IT = Instance.new
  202. CF = CFrame.new
  203. VT = Vector3.new
  204. RAD = math.rad
  205. C3 = Color3.new
  206. UD2 = UDim2.new
  207. BRICKC = BrickColor.new
  208. ANGLES = CFrame.Angles
  209. EULER = CFrame.fromEulerAnglesXYZ
  210. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  211. local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
  212. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  213. COS = math.cos
  214. ACOS = math.acos
  215. SIN = math.sin
  216. ASIN = math.asin
  217. ABS = math.abs
  218. MRANDOM = math.random
  219. FLOOR = math.floor
  220.  
  221.  
  222. local naeeym2 = Instance.new("BillboardGui", Character)
  223. naeeym2.AlwaysOnTop = true
  224. naeeym2.Size = UDim2.new(15, 35, 2, 15)
  225. naeeym2.StudsOffset = Vector3.new(0, 3, 0)
  226. naeeym2.Adornee = Character.Head
  227. naeeym2.Name = "Name"
  228. local tecks2 = Instance.new("TextLabel", naeeym2)
  229. tecks2.BackgroundTransparency = 1
  230. tecks2.TextScaled = true
  231. tecks2.BorderSizePixel = 0
  232. tecks2.Text = "Zerovel -w-˘"
  233. tecks2.Font = "Arcade"
  234. tecks2.TextSize = 30
  235. tecks2.TextStrokeTransparency = 0
  236. tecks2.TextColor3 = Color3.new(0,0,0)
  237. tecks2.TextStrokeColor3 = BrickColor.new("Bright blue").Color
  238. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  239. tecks2.Parent = naeeym2
  240.  
  241.  
  242. function CreatePart(parent,transparency,reflectance,material,brickcolor)
  243. local p = Instance.new("Part")
  244. p.Parent = parent
  245. p.Size = Vector3.new(1,1,1)
  246. p.Transparency = transparency
  247. p.Reflectance = reflectance
  248. p.CanCollide = false
  249. p.BrickColor = brickcolor
  250. p.Material = material
  251. return p
  252. end
  253.  
  254. function CreateMesh(parent,meshtype,x1,y1,z1)
  255. local mesh = Instance.new("SpecialMesh",parent)
  256. mesh.MeshType = meshtype
  257. mesh.Scale = Vector3.new(x1,y1,z1)
  258. return mesh
  259. end
  260.  
  261. function CreateSpecialMesh(parent,meshid,x1,y1,z1)
  262. local mesh = Instance.new("SpecialMesh",parent)
  263. mesh.MeshType = "SpecialMesh"
  264. mesh.MeshId = meshid
  265. mesh.Scale = Vector3.new(x1,y1,z1)
  266. return mesh
  267. end
  268.  
  269. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  270. local weld = Instance.new("Weld")
  271. weld.Parent = parent
  272. weld.Part0 = part0
  273. weld.Part1 = part1
  274. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  275. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  276. return weld
  277. end
  278.  
  279. ---------------- left gaunlet
  280. local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  281. CreateMesh(handle,"Brick",1.1,0.4,1.1)
  282. 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))
  283. local handleout = CreatePart(char,0,0,"Neon",BrickColor.new("Industrial white"))
  284. CreateMesh(handleout,"Brick",1.075,0.45,1.075)
  285. 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))
  286. local handleout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  287. CreateMesh(handleout2,"Brick",1.05,0.485,1.05)
  288. 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))
  289.  
  290. local box = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  291. CreateMesh(box,"Brick",1.2,0.5,0.5)
  292. 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))
  293. local boxout = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
  294. CreateMesh(boxout,"Brick",1.185,0.525,0.525)
  295. 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))
  296. local boxout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  297. CreateMesh(boxout2,"Brick",1.15,0.585,0.585)
  298. 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))
  299.  
  300. local boxoutrand = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
  301. CreateMesh(boxoutrand,"Brick",1,0.35,0.35)
  302. 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))
  303.  
  304. local glowstrip = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
  305. CreateMesh(glowstrip,"Brick",0.65,0.05,1.15)
  306. 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))
  307. local glowstrip2 = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
  308. CreateMesh(glowstrip2,"Brick",0.65,0.05,1.15)
  309. 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))
  310. local glowstrip3 = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
  311. CreateMesh(glowstrip3,"Brick",0.65,0.05,1.15)
  312. 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))
  313.  
  314. local diamond = CreatePart(char,0,0,"Neon",BrickColor.new("Industrial white"))
  315. CreateMesh(diamond,"Brick",0.25,0.25,1.15)
  316. 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))
  317.  
  318. --- gun here
  319.  
  320. local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  321. CreateMesh(handle,"Brick",0.75,0.4,0.4)
  322. 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))
  323.  
  324. local barrel = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  325. CreateMesh(barrel,"Brick",0.45,1,0.45)
  326. 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))
  327. local barrelglow = CreatePart(char,0,0,"Neon",BrickColor.new("Industrial white"))
  328. CreateMesh(barrelglow,"Brick",0.375,0.965,0.375)
  329. 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))
  330. local barrelup = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  331. CreateMesh(barrelup,"Brick",0.385,0.535,0.4625)
  332. 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))
  333. local barrelupglow = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
  334. CreateMesh(barrelupglow,"Brick",0.325,0.585,0.455)
  335. 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))
  336. local barrel2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
  337. CreateMesh(barrel2,"Brick",0.325,1.5,0.325)
  338. 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))
  339. local barrelhole = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Really black"))
  340. CreateMesh(barrelhole,"Brick",0.25,0.25,0.25)
  341. 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))
  342. ---
  343.  
  344. local gunmode = false
  345.  
  346. Player=game:GetService("Players").LocalPlayer
  347. Character=Player.Character
  348. PlayerGui=Player.PlayerGui
  349. Backpack=Player.Backpack
  350. Torso=Character.Torso
  351. Head=Character.Head
  352. Humanoid=Character.Humanoid
  353. m=Instance.new('Model',Character)
  354. LeftArm=Character["Left Arm"]
  355. LeftLeg=Character["Left Leg"]
  356. RightArm=Character["Right Arm"]
  357. RightLeg=Character["Right Leg"]
  358. LS=Torso["Left Shoulder"]
  359. LH=Torso["Left Hip"]
  360. RS=Torso["Right Shoulder"]
  361. RH=Torso["Right Hip"]
  362. Face = Head.face
  363. Neck=Torso.Neck
  364. it=Instance.new
  365. attacktype=1
  366. vt=Vector3.new
  367. cf=CFrame.new
  368. euler=CFrame.fromEulerAnglesXYZ
  369. angles=CFrame.Angles
  370. cloaked=false
  371. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  372. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  373. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  374. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  375. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  376. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  377. RootPart=Character.HumanoidRootPart
  378. RootJoint=RootPart.RootJoint
  379. RootCF=euler(-1.57,0,3.14)
  380. attack = false
  381. attackdebounce = false
  382. deb=false
  383. equipped=true
  384. hand=false
  385. MMouse=nil
  386. combo=0
  387. mana=0
  388. trispeed=.2
  389. attackmode='none'
  390. local idle=0
  391. local Anim="Idle"
  392. local Effects={}
  393. local gun=false
  394. local shoot=false
  395. local sine = 0
  396. local change = 1
  397. player=nil
  398.  
  399. mouse=Player:GetMouse()
  400. --save shoulders
  401. RSH, LSH=nil, nil
  402. --welds
  403. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  404. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  405. LH=Torso["Left Hip"]
  406. RH=Torso["Right Hip"]
  407. TorsoColor=Torso.BrickColor
  408. function NoOutline(Part)
  409. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  410. end
  411. player=Player
  412. ch=Character
  413. RSH=ch.Torso["Right Shoulder"]
  414. LSH=ch.Torso["Left Shoulder"]
  415. --
  416. RSH.Parent=nil
  417. LSH.Parent=nil
  418. --
  419. RW.Name="Right Shoulder"
  420. RW.Part0=ch.Torso
  421. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  422. RW.C1=cf(0, 0.5, 0)
  423. RW.Part1=ch["Right Arm"]
  424. RW.Parent=ch.Torso
  425. --
  426. LW.Name="Left Shoulder"
  427. LW.Part0=ch.Torso
  428. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  429. LW.C1=cf(0, 0.5, 0)
  430. LW.Part1=ch["Left Arm"]
  431. LW.Parent=ch.Torso
  432.  
  433. local Stats=Instance.new("BoolValue")
  434. Stats.Name="Stats"
  435. Stats.Parent=Character
  436. local Atk=Instance.new("NumberValue")
  437. Atk.Name="Damage"
  438. Atk.Parent=Stats
  439. Atk.Value=1
  440. local Def=Instance.new("NumberValue")
  441. Def.Name="Defense"
  442. Def.Parent=Stats
  443. Def.Value=1
  444. local Speed=Instance.new("NumberValue")
  445. Speed.Name="Speed"
  446. Speed.Parent=Stats
  447. Speed.Value=1
  448. local Mvmt=Instance.new("NumberValue")
  449. Mvmt.Name="Movement"
  450. Mvmt.Parent=Stats
  451. Mvmt.Value=1
  452.  
  453. local donum=0
  454.  
  455.  
  456. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  457. local fp=it("Part")
  458. fp.formFactor=formfactor
  459. fp.Parent=parent
  460. fp.Reflectance=reflectance
  461. fp.Transparency=transparency
  462. fp.CanCollide=false
  463. fp.Locked=true
  464. fp.BrickColor=brickcolor
  465. fp.Name=name
  466. fp.Size=size
  467. fp.Position=Torso.Position
  468. NoOutline(fp)
  469. fp.Material="SmoothPlastic"
  470. fp:BreakJoints()
  471. return fp
  472. end
  473.  
  474. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  475. local mesh=it(Mesh)
  476. mesh.Parent=part
  477. if Mesh=="SpecialMesh" then
  478. mesh.MeshType=meshtype
  479. if meshid~="nil" then
  480. mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
  481. end
  482. end
  483. mesh.Offset=offset
  484. mesh.Scale=scale
  485. return mesh
  486. end
  487.  
  488. function weld(parent,part0,part1,c0)
  489. local weld=it("Weld")
  490. weld.Parent=parent
  491. weld.Part0=part0
  492. weld.Part1=part1
  493. weld.C0=c0
  494. return weld
  495. end
  496.  
  497. local Color1=Torso.BrickColor
  498.  
  499. local bodvel=Instance.new("BodyVelocity")
  500. local bg=Instance.new("BodyGyro")
  501.  
  502. function swait(num)
  503. if num==0 or num==nil then
  504. game:service'RunService'.Stepped:wait(0)
  505. else
  506. for i=0,num do
  507. game:service'RunService'.Stepped:wait(0)
  508. end
  509. end
  510. end
  511.  
  512.  
  513. so = function(id,par,vol,pit)
  514. coroutine.resume(coroutine.create(function()
  515. local sou = Instance.new("Sound",par or workspace)
  516. sou.Volume=vol
  517. sou.Pitch=pit or 1
  518. sou.SoundId=id
  519. swait()
  520. sou:play()
  521. game:GetService("Debris"):AddItem(sou,6)
  522. end))
  523. end
  524.  
  525. function clerp(a,b,t)
  526. local qa = {QuaternionFromCFrame(a)}
  527. local qb = {QuaternionFromCFrame(b)}
  528. local ax, ay, az = a.x, a.y, a.z
  529. local bx, by, bz = b.x, b.y, b.z
  530. local _t = 1-t
  531. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  532. end
  533.  
  534. function QuaternionFromCFrame(cf)
  535. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  536. local trace = m00 + m11 + m22
  537. if trace > 0 then
  538. local s = math.sqrt(1 + trace)
  539. local recip = 0.5/s
  540. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  541. else
  542. local i = 0
  543. if m11 > m00 then
  544. i = 1
  545. end
  546. if m22 > (i == 0 and m00 or m11) then
  547. i = 2
  548. end
  549. if i == 0 then
  550. local s = math.sqrt(m00-m11-m22+1)
  551. local recip = 0.5/s
  552. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  553. elseif i == 1 then
  554. local s = math.sqrt(m11-m22-m00+1)
  555. local recip = 0.5/s
  556. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  557. elseif i == 2 then
  558. local s = math.sqrt(m22-m00-m11+1)
  559. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  560. end
  561. end
  562. end
  563.  
  564. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  565. local xs, ys, zs = x + x, y + y, z + z
  566. local wx, wy, wz = w*xs, w*ys, w*zs
  567. local xx = x*xs
  568. local xy = x*ys
  569. local xz = x*zs
  570. local yy = y*ys
  571. local yz = y*zs
  572. local zz = z*zs
  573. 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))
  574. end
  575.  
  576. function QuaternionSlerp(a, b, t)
  577. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  578. local startInterp, finishInterp;
  579. if cosTheta >= 0.0001 then
  580. if (1 - cosTheta) > 0.0001 then
  581. local theta = math.acos(cosTheta)
  582. local invSinTheta = 1/math.sin(theta)
  583. startInterp = math.sin((1-t)*theta)*invSinTheta
  584. finishInterp = math.sin(t*theta)*invSinTheta
  585. else
  586. startInterp = 1-t
  587. finishInterp = t
  588. end
  589. else
  590. if (1+cosTheta) > 0.0001 then
  591. local theta = math.acos(-cosTheta)
  592. local invSinTheta = 1/math.sin(theta)
  593. startInterp = math.sin((t-1)*theta)*invSinTheta
  594. finishInterp = math.sin(t*theta)*invSinTheta
  595. else
  596. startInterp = t-1
  597. finishInterp = t
  598. end
  599. end
  600. 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
  601. end
  602.  
  603. local function CFrameFromTopBack(at, top, back)
  604. local right = top:Cross(back)
  605. return CFrame.new(at.x, at.y, at.z,
  606. right.x, top.x, back.x,
  607. right.y, top.y, back.y,
  608. right.z, top.z, back.z)
  609. end
  610.  
  611. function Triangle(a, b, c)
  612. local edg1 = (c-a):Dot((b-a).unit)
  613. local edg2 = (a-b):Dot((c-b).unit)
  614. local edg3 = (b-c):Dot((a-c).unit)
  615. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  616. a, b, c = a, b, c
  617. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  618. a, b, c = b, c, a
  619. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  620. a, b, c = c, a, b
  621. else
  622. assert(false, "unreachable")
  623. end
  624.  
  625. local len1 = (c-a):Dot((b-a).unit)
  626. local len2 = (b-a).magnitude - len1
  627. local width = (a + (b-a).unit*len1 - c).magnitude
  628.  
  629. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  630.  
  631. local list = {}
  632.  
  633. if len1 > 0.01 then
  634. local w1 = Instance.new('WedgePart', m)
  635. game:GetService("Debris"):AddItem(w1,5)
  636. w1.Material = "SmoothPlastic"
  637. w1.FormFactor = 'Custom'
  638. w1.BrickColor = BrickColor.new("Really red")
  639. w1.Transparency = 0
  640. w1.Reflectance = 0
  641. w1.Material = "SmoothPlastic"
  642. w1.CanCollide = false
  643. local l1 = Instance.new("PointLight",w1)
  644. l1.Color = Color3.new(170,0,0)
  645. NoOutline(w1)
  646. local sz = Vector3.new(0.2, width, len1)
  647. w1.Size = sz
  648. local sp = Instance.new("SpecialMesh",w1)
  649. sp.MeshType = "Wedge"
  650. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  651. w1:BreakJoints()
  652. w1.Anchored = true
  653. w1.Parent = workspace
  654. w1.Transparency = 0.7
  655. table.insert(Effects,{w1,"Disappear",.01})
  656. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  657. table.insert(list,w1)
  658. end
  659.  
  660. if len2 > 0.01 then
  661. local w2 = Instance.new('WedgePart', m)
  662. game:GetService("Debris"):AddItem(w2,5)
  663. w2.Material = "SmoothPlastic"
  664. w2.FormFactor = 'Custom'
  665. w2.BrickColor = BrickColor.new("Really red")
  666. w2.Transparency = 0
  667. w2.Reflectance = 0
  668. w2.Material = "SmoothPlastic"
  669. w2.CanCollide = false
  670. local l2 = Instance.new("PointLight",w2)
  671. l2.Color = Color3.new(170,0,0)
  672. NoOutline(w2)
  673. local sz = Vector3.new(0.2, width, len2)
  674. w2.Size = sz
  675. local sp = Instance.new("SpecialMesh",w2)
  676. sp.MeshType = "Wedge"
  677. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  678. w2:BreakJoints()
  679. w2.Anchored = true
  680. w2.Parent = workspace
  681. w2.Transparency = 0.7
  682. table.insert(Effects,{w2,"Disappear",.01})
  683. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  684. table.insert(list,w2)
  685. end
  686. return unpack(list)
  687. end
  688.  
  689.  
  690. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  691. if hit.Parent==nil then
  692. return
  693. end
  694. h=hit.Parent:FindFirstChild("Humanoid")
  695. for _,v in pairs(hit.Parent:children()) do
  696. if v:IsA("Humanoid") then
  697. h=v
  698. end
  699. end
  700. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  701. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  702. end
  703. if hit.Parent.className=="Hat" then
  704. hit=hit.Parent.Parent:findFirstChild("Head")
  705. end
  706. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  707. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  708. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  709. return
  710. end]]
  711. -- hs(hit,1.2)
  712. c=Instance.new("ObjectValue")
  713. c.Name="creator"
  714. c.Value=Owner
  715. c.Parent=h
  716. game:GetService("Debris"):AddItem(c,.5)
  717. Damage=math.random(minim,maxim)
  718. -- h:TakeDamage(Damage)
  719. blocked=false
  720. block=hit.Parent:findFirstChild("Block")
  721. if block~=nil then
  722. print(block.className)
  723. if block.className=="NumberValue" then
  724. if block.Value>0 then
  725. blocked=true
  726. if decreaseblock==nil then
  727. block.Value=block.Value-1
  728. end
  729. end
  730. end
  731. if block.className=="IntValue" then
  732. if block.Value>0 then
  733. blocked=true
  734. if decreaseblock~=nil then
  735. block.Value=block.Value-1
  736. end
  737. end
  738. end
  739. end
  740. if blocked==false then
  741. -- h:TakeDamage(Damage)
  742. h.Health=h.Health-Damage
  743. showDamage(hit.Parent,Damage,.5,BrickColor.new("Really red"))
  744. else
  745. h.Health=h.Health-(Damage/2)
  746. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  747. end
  748. if Type=="Knockdown" then
  749. hum=hit.Parent.Humanoid
  750. hum.PlatformStand=true
  751. coroutine.resume(coroutine.create(function(HHumanoid)
  752. swait(1)
  753. HHumanoid.PlatformStand=false
  754. end),hum)
  755. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  756. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  757. local bodvol=Instance.new("BodyVelocity")
  758. bodvol.velocity=angle*knockback
  759. bodvol.P=5000
  760. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  761. bodvol.Parent=hit
  762. rl=Instance.new("BodyAngularVelocity")
  763. rl.P=3000
  764. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  765. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  766. rl.Parent=hit
  767. game:GetService("Debris"):AddItem(bodvol,.5)
  768. game:GetService("Debris"):AddItem(rl,.5)
  769. elseif Type=="Normal" then
  770. vp=Instance.new("BodyVelocity")
  771. vp.P=500
  772. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  773. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  774. if KnockbackType==1 then
  775. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  776. elseif KnockbackType==2 then
  777. vp.velocity=Property.CFrame.lookVector*knockback
  778. end
  779. if knockback>0 then
  780. vp.Parent=hit.Parent.Torso
  781. end
  782. game:GetService("Debris"):AddItem(vp,.5)
  783. elseif Type=="Up" then
  784. local bodyVelocity=Instance.new("BodyVelocity")
  785. bodyVelocity.velocity=vt(0,60,0)
  786. bodyVelocity.P=5000
  787. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  788. bodyVelocity.Parent=hit
  789. game:GetService("Debris"):AddItem(bodyVelocity,1)
  790. rl=Instance.new("BodyAngularVelocity")
  791. rl.P=3000
  792. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  793. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  794. rl.Parent=hit
  795. game:GetService("Debris"):AddItem(rl,.5)
  796. elseif Type=="Snare" then
  797. bp=Instance.new("BodyPosition")
  798. bp.P=2000
  799. bp.D=100
  800. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  801. bp.position=hit.Parent.Torso.Position
  802. bp.Parent=hit.Parent.Torso
  803. game:GetService("Debris"):AddItem(bp,1)
  804. elseif Type=="Target" then
  805. if Targetting==false then
  806. ZTarget=hit.Parent.Torso
  807. coroutine.resume(coroutine.create(function(Part)
  808. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  809. swait(5)
  810. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  811. end),ZTarget)
  812. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  813. targetgui=Instance.new("BillboardGui")
  814. targetgui.Parent=ZTarget
  815. targetgui.Size=UDim2.new(10,100,10,100)
  816. targ=Instance.new("ImageLabel")
  817. targ.Parent=targetgui
  818. targ.BackgroundTransparency=1
  819. targ.Image="rbxassetid://4834067"
  820. targ.Size=UDim2.new(1,0,1,0)
  821. cam.CameraType="Scriptable"
  822. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  823. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  824. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  825. Targetting=true
  826. RocketTarget=ZTarget
  827. for i=1,Property do
  828. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  829. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  830. swait()
  831. end
  832. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  833. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  834. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  835. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  836. end
  837. Targetting=false
  838. RocketTarget=nil
  839. targetgui.Parent=nil
  840. cam.CameraType="Custom"
  841. end
  842. end
  843. debounce=Instance.new("BoolValue")
  844. debounce.Name="DebounceHit"
  845. debounce.Parent=hit.Parent
  846. debounce.Value=true
  847. game:GetService("Debris"):AddItem(debounce,Delay)
  848. c=Instance.new("ObjectValue")
  849. c.Name="creator"
  850. c.Value=Owner
  851. c.Parent=h
  852. game:GetService("Debris"):AddItem(c,.5)
  853. CRIT=false
  854. hitDeb=true
  855. AttackPos=6
  856. end
  857. end
  858.  
  859. showDamage=function(Char,Dealt,du,Color)
  860. m=Instance.new("Model")
  861. m.Name=tostring(Dealt)
  862. h=Instance.new("Humanoid")
  863. h.Health=0
  864. h.MaxHealth=0
  865. h.Parent=m
  866. c=Instance.new("Part")
  867. c.Transparency=0
  868. c.BrickColor=Color
  869. c.Name="Head"
  870. c.TopSurface=0
  871. c.BottomSurface=0
  872. c.formFactor="Plate"
  873. c.Size=Vector3.new(1,.4,1)
  874. ms=Instance.new("CylinderMesh")
  875. ms.Scale=Vector3.new(.8,.8,.8)
  876. local hitsounds={"199149137","199149186","199149221","199149235","199149269","199149297"}
  877. local dam = Instance.new("Sound",c)
  878. local rndm=math.random(1,#hitsounds)
  879. local r=rndm
  880. dam.SoundId = "http://www.roblox.com/asset/?id="..hitsounds[r]
  881. dam.Volume = 1.25
  882. dam.Pitch = 1
  883. dam:Play()
  884. if CRIT==true then
  885. ms.Scale=Vector3.new(1,1.25,1)
  886. end
  887. ms.Parent=c
  888. c.Reflectance=0
  889. Instance.new("BodyGyro").Parent=c
  890. c.Parent=m
  891. if Char:findFirstChild("Head")~=nil then
  892. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  893. elseif Char.Parent:findFirstChild("Head")~=nil then
  894. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  895. end
  896. f=Instance.new("BodyPosition")
  897. f.P=2000
  898. f.D=100
  899. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  900. f.position=c.Position+Vector3.new(0,3,0)
  901. f.Parent=c
  902. game:GetService("Debris"):AddItem(m,.5+du)
  903. c.CanCollide=false
  904. m.Parent=workspace
  905. c.CanCollide=false
  906. end
  907.  
  908. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  909. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  910. end
  911.  
  912. function SkullEffect(brickcolor,cframe,x1,y1,z1,delay)
  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
  916. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
  917. --http://www.roblox.com/asset/?id=4770560
  918. game:GetService("Debris"):AddItem(prt,2)
  919. CF=prt.CFrame
  920. coroutine.resume(coroutine.create(function(Part,Mesh,TehCF)
  921. for i=0,1,0.2 do
  922. wait()
  923. Part.CFrame=CF*cf(0,0,-0.4)
  924. end
  925. for i=0,1,delay do
  926. wait()
  927. --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)
  928. Mesh.Scale=Mesh.Scale
  929. end
  930. for i=0,1,0.1 do
  931. wait()
  932. Part.Transparency=i
  933. end
  934. Part.Parent=nil
  935. end),prt,msh,CF)
  936. end
  937.  
  938. function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  939. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  940. prt.Anchored=true
  941. prt.CFrame=cframe
  942. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  943. game:GetService("Debris"):AddItem(prt,5)
  944. coroutine.resume(coroutine.create(function(Part,Mesh)
  945. for i=0,1,delay do
  946. wait()
  947. Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  948. Part.Transparency=i
  949. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  950. end
  951. Part.Parent=nil
  952. end),prt,msh)
  953. end
  954.  
  955. function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  956. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  957. prt.Anchored=false
  958. prt.CFrame=cframe
  959. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  960. local wld=weld(prt,prt,Parent,cframe)
  961. game:GetService("Debris"):AddItem(prt,5)
  962. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  963. for i=0,1,delay do
  964. wait()
  965. Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe
  966. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  967. Part.Transparency=i
  968. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  969. end
  970. Part.Parent=nil
  971. end),prt,msh,wld)
  972. end
  973.  
  974. function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  975. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  976. prt.Anchored=false
  977. prt.CFrame=cframe
  978. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  979. local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0))
  980. game:GetService("Debris"):AddItem(prt,5)
  981. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  982. for i=0,1,delay do
  983. wait()
  984. Weld.C0=euler(i*20,0,0)
  985. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  986. Part.Transparency=i
  987. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  988. end
  989. Part.Parent=nil
  990. end),prt,msh,wld)
  991. end
  992.  
  993. function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  994. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  995. prt.Anchored=true
  996. prt.CFrame=cframe
  997. local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  998. game:GetService("Debris"):AddItem(prt,2)
  999. coroutine.resume(coroutine.create(function(Part,Mesh)
  1000. for i=0,1,delay do
  1001. wait()
  1002. Part.CFrame=Part.CFrame
  1003. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1004. local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1005. prt2.Anchored=true
  1006. prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1007. local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5))
  1008. game:GetService("Debris"):AddItem(prt2,2)
  1009. coroutine.resume(coroutine.create(function(Part,Mesh)
  1010. for i=0,1,0.1 do
  1011. wait()
  1012. Part.CFrame=Part.CFrame*cf(0,0.5,0)
  1013. end
  1014. Part.Parent=nil
  1015. end),prt2,msh2)
  1016. end
  1017. for i=0,1,delay*2 do
  1018. wait()
  1019. Part.CFrame=Part.CFrame
  1020. Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i)
  1021. end
  1022. Part.Parent=nil
  1023. end),prt,msh)
  1024. end
  1025.  
  1026. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1027. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1028. prt.Anchored=true
  1029. prt.CFrame=cframe
  1030. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1031. game:GetService("Debris"):AddItem(prt,2)
  1032. coroutine.resume(coroutine.create(function(Part,Mesh)
  1033. for i=0,1,delay do
  1034. wait()
  1035. Part.CFrame=Part.CFrame
  1036. Part.Transparency=i
  1037. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1038. end
  1039. Part.Parent=nil
  1040. end),prt,msh)
  1041. end
  1042.  
  1043. function MagicRing(brickcolor,cframe,x1,y1,z1,x2,y2,z2,x3,y3,z3)
  1044. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1045. prt.Anchored=true
  1046. prt.CFrame=cframe*euler(x2,y2,z2)
  1047. --"http://www.roblox.com/asset/?id=168892465"
  1048. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
  1049. game:GetService("Debris"):AddItem(prt,2)
  1050. coroutine.resume(coroutine.create(function(Part,Mesh)
  1051. for i=0,1,0.03 do
  1052. wait()
  1053. Part.CFrame=Part.CFrame
  1054. Part.Transparency=i
  1055. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1056. end
  1057. Part.Parent=nil
  1058. end),prt,msh)
  1059. end
  1060.  
  1061. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  1062. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1063. prt.Anchored=true
  1064. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1065. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1066. game:GetService("Debris"):AddItem(prt,2)
  1067. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1068. CF=Part.CFrame
  1069. Numbb=0
  1070. randnumb=math.random()/10
  1071. rand1=math.random()/10
  1072. for i=0,1,rand1 do
  1073. wait()
  1074. CF=CF*cf(0,math.random()/2,0)
  1075. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  1076. Part.CFrame=CF*euler(Numbb,0,0)
  1077. Part.Transparency=i
  1078. Numbb=Numbb+randnumb
  1079. end
  1080. Part.Parent=nil
  1081. end),prt,CF,Numbb,randnumb)
  1082. end
  1083.  
  1084. function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1085. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1086. prt.Anchored=true
  1087. prt.CFrame=cframe
  1088. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
  1089. game:GetService("Debris"):AddItem(prt,5)
  1090. coroutine.resume(coroutine.create(function(Part,Mesh)
  1091. for i=0,1,delay do
  1092. wait()
  1093. Part.CFrame=Part.CFrame*euler(0,0.7,0)
  1094. Part.Transparency=i
  1095. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1096. end
  1097. Part.Parent=nil
  1098. end),prt,msh)
  1099. end
  1100.  
  1101. function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  1102. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1103. prt.Anchored=true
  1104. prt.CFrame=cframe
  1105. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
  1106. game:GetService("Debris"):AddItem(prt,2)
  1107. coroutine.resume(coroutine.create(function(Part,Mesh)
  1108. for i=0,1,delay do
  1109. wait()
  1110. Part.CFrame=Part.CFrame*cf(0,y3/2,0)
  1111. Part.Transparency=i
  1112. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1113. end
  1114. Part.Parent=nil
  1115. end),prt,msh)
  1116. end
  1117.  
  1118. function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay)
  1119. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1120. prt.Anchored=true
  1121. prt.CFrame=cframe*cf(x,y,z)
  1122. msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1))
  1123. game:GetService("Debris"):AddItem(prt,5)
  1124. coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee)
  1125. local num=math.random()
  1126. local num2=math.random(-3,2)+math.random()
  1127. local numm=0
  1128. for i=0,1,delay*2 do
  1129. swait()
  1130. Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0)
  1131. Part.Transparency=i
  1132. numm=numm+0.01
  1133. end
  1134. Part.Parent=nil
  1135. Mesh.Parent=nil
  1136. end),prt,msh,x,y,z)
  1137. end
  1138.  
  1139. function dmgstart(dmg,what)
  1140. hitcon = what.Touched:connect(function(hit)
  1141. local hum = hit.Parent:FindFirstChild("Humanoid")
  1142. if hum and not hum:IsDescendantOf(Character) then
  1143. hum:TakeDamage(dmg)
  1144. end
  1145. end)
  1146. end
  1147.  
  1148. function dmgstop()
  1149. hitcon:disconnect()
  1150. end
  1151.  
  1152. function Cloak()
  1153. Face.Parent=nil
  1154. cloaked=true
  1155. for _,v in pairs(Torso.Parent:children()) do
  1156. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  1157. coroutine.resume(coroutine.create(function()
  1158. for i=0,1,0.2 do
  1159. wait()
  1160. v.Transparency=i
  1161. end
  1162. v.Transparency=1
  1163. end))
  1164. end
  1165. if v.className=="Hat" then
  1166. hatp=v.Handle
  1167. coroutine.resume(coroutine.create(function(derp)
  1168. for i=0,1,0.2 do
  1169. wait()
  1170. derp.Transparency=i
  1171. end
  1172. derp.Transparency=1
  1173. end),hatp)
  1174. end
  1175. end
  1176. for _,v in pairs(m:children()) do
  1177. if v.className=="Part" then
  1178. coroutine.resume(coroutine.create(function()
  1179. for i=0,1,0.2 do
  1180. wait()
  1181. v.Transparency=i
  1182. end
  1183. v.Transparency=1
  1184. end))
  1185. end
  1186. end
  1187. end
  1188.  
  1189. function UnCloak()
  1190. so("http://roblox.com/asset/?id=2767090",Torso,1,1.1)
  1191. Face.Parent=Head
  1192. cloaked=false
  1193. for _,v in pairs(Torso.Parent:children()) do
  1194. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  1195. coroutine.resume(coroutine.create(function()
  1196. for i=0,1,0.1 do
  1197. wait()
  1198. v.Transparency=v.Transparency-0.1
  1199. end
  1200. v.Transparency=0
  1201. end))
  1202. end
  1203. if v.className=="Hat" then
  1204. hatp=v.Handle
  1205. coroutine.resume(coroutine.create(function(derp)
  1206. for i=0,1,0.1 do
  1207. wait()
  1208. derp.Transparency=derp.Transparency-0.1
  1209. end
  1210. derp.Transparency=0
  1211. end),hatp)
  1212. end
  1213. end
  1214. for _,v in pairs(m:children()) do
  1215. if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then
  1216. coroutine.resume(coroutine.create(function()
  1217. for i=0,1,0.1 do
  1218. wait()
  1219. v.Transparency=v.Transparency-0.1
  1220. end
  1221. v.Transparency=0
  1222. end))
  1223. v.Transparency=0
  1224. end
  1225. end
  1226. end
  1227.  
  1228. Player=game:GetService('Players').LocalPlayer
  1229. Character=Player.Character
  1230. Mouse=Player:GetMouse()
  1231. m=Instance.new('Model',Character)
  1232.  
  1233.  
  1234. local function weldBetween(a, b)
  1235. local weldd = Instance.new("ManualWeld")
  1236. weldd.Part0 = a
  1237. weldd.Part1 = b
  1238. weldd.C0 = CFrame.new()
  1239. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1240. weldd.Parent = a
  1241. return weldd
  1242. end
  1243.  
  1244. it=Instance.new
  1245.  
  1246. function nooutline(part)
  1247. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1248. end
  1249.  
  1250. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1251. local fp=it("Part")
  1252. fp.formFactor=formfactor
  1253. fp.Parent=parent
  1254. fp.Reflectance=reflectance
  1255. fp.Transparency=transparency
  1256. fp.CanCollide=false
  1257. fp.Locked=true
  1258. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1259. fp.Name=name
  1260. fp.Size=size
  1261. fp.Position=Character.Torso.Position
  1262. nooutline(fp)
  1263. fp.Material=material
  1264. fp:BreakJoints()
  1265. return fp
  1266. end
  1267.  
  1268. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1269. local mesh=it(Mesh)
  1270. mesh.Parent=part
  1271. if Mesh=="SpecialMesh" then
  1272. mesh.MeshType=meshtype
  1273. mesh.MeshId=meshid
  1274. end
  1275. mesh.Offset=offset
  1276. mesh.Scale=scale
  1277. return mesh
  1278. end
  1279.  
  1280. function weld(parent,part0,part1,c0,c1)
  1281. local weld=it("Weld")
  1282. weld.Parent=parent
  1283. weld.Part0=part0
  1284. weld.Part1=part1
  1285. weld.C0=c0
  1286. weld.C1=c1
  1287. return weld
  1288. end
  1289.  
  1290. Player=game:GetService('Players').LocalPlayer
  1291. Character=Player.Character
  1292. Mouse=Player:GetMouse()
  1293. m=Instance.new('Model',Character)
  1294. it=Instance.new
  1295. function nooutline(part)
  1296. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1297. end
  1298. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1299. local fp=it("Part")
  1300. fp.formFactor=formfactor
  1301. fp.Parent=parent
  1302. fp.Reflectance=reflectance
  1303. fp.Transparency=transparency
  1304. fp.CanCollide=false
  1305. fp.Locked=true
  1306. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1307. fp.Name=name
  1308. fp.Size=size
  1309. fp.Position=Character.Torso.Position
  1310. nooutline(fp)
  1311. fp.Material=material
  1312. fp:BreakJoints()
  1313. return fp
  1314. end
  1315. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1316. local mesh=it(Mesh)
  1317. mesh.Parent=part
  1318. if Mesh=="SpecialMesh" then
  1319. mesh.MeshType=meshtype
  1320. mesh.MeshId=meshid
  1321. end
  1322. mesh.Offset=offset
  1323. mesh.Scale=scale
  1324. return mesh
  1325. end
  1326. function weld(parent,part0,part1,c0,c1)
  1327. local weld=it("Weld")
  1328. weld.Parent=parent
  1329. weld.Part0=part0
  1330. weld.Part1=part1
  1331. weld.C0=c0
  1332. weld.C1=c1
  1333. return weld
  1334. end
  1335.  
  1336. Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
  1337. 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))
  1338. mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  1339. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  1340. 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))
  1341. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1342. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
  1343. 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))
  1344. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
  1345. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  1346. 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))
  1347. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1348. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  1349. 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))
  1350. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1351. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  1352. 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))
  1353. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  1354. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1355. 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))
  1356. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1357. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  1358. 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))
  1359. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1360. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
  1361. 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))
  1362. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1363. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
  1364. 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))
  1365. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  1366. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  1367. 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))
  1368. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1369. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1370. 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))
  1371. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1372. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1373. 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))
  1374. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1375. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
  1376. 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))
  1377. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
  1378. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  1379. 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))
  1380. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1381. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  1382. 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))
  1383. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
  1384. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
  1385. 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))
  1386. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1387. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1388. 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))
  1389. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1390. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  1391. 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))
  1392. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1393. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25))
  1394. 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))
  1395. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1396. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  1397. 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))
  1398. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1399. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
  1400. 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))
  1401. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1402. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
  1403. 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))
  1404. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
  1405. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1406. 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))
  1407. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  1408. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
  1409. 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))
  1410. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  1411. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1412. 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))
  1413. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1414. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1415. 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))
  1416. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1417. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1418. 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))
  1419. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1420. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  1421. 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))
  1422. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1423. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
  1424. 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))
  1425. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1426. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
  1427. 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))
  1428. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1429. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  1430. 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))
  1431. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
  1432. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
  1433. 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))
  1434. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1435. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875))
  1436. 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))
  1437. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  1438. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
  1439. 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))
  1440. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  1441. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  1442. 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))
  1443. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1444. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
  1445. 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))
  1446. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  1447. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1448. 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))
  1449. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1450. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  1451. 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))
  1452. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1453. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
  1454. 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))
  1455. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
  1456. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  1457. 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))
  1458. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1459. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004))
  1460. 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))
  1461. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  1462. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
  1463. 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))
  1464. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1465. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
  1466. 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))
  1467. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1468. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
  1469. 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))
  1470. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  1471. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  1472. 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))
  1473. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1474. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
  1475. 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))
  1476. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
  1477. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
  1478. 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))
  1479. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1480. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
  1481. 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))
  1482. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1483. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
  1484. 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))
  1485. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1486. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
  1487. 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))
  1488. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
  1489. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  1490. 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))
  1491. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  1492. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
  1493. 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))
  1494. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1495. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
  1496. 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))
  1497. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1498. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
  1499. 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))
  1500. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
  1501. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
  1502. 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))
  1503. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1504. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
  1505. 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))
  1506. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1507. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
  1508. 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))
  1509. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1510. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
  1511. 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))
  1512. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
  1513. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  1514. 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))
  1515. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1516. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1517. 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))
  1518. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1519. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  1520. 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))
  1521. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1522. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
  1523. 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))
  1524. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
  1525. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
  1526. 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))
  1527. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  1528. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  1529. 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))
  1530. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1531. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
  1532. 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))
  1533. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1534. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
  1535. 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))
  1536. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1537. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  1538. 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))
  1539. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1540. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
  1541. 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))
  1542. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1543. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  1544. 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))
  1545. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  1546. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  1547. 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))
  1548. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1549. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019))
  1550. 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))
  1551. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  1552. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  1553. 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))
  1554. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  1555. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019))
  1556. 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))
  1557. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
  1558. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  1559. 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))
  1560. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1561. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
  1562. 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))
  1563. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1564. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1565. 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))
  1566. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1567. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  1568. 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))
  1569. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  1570. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019))
  1571. 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))
  1572. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  1573. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  1574. 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))
  1575. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  1576. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
  1577. 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))
  1578. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  1579. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
  1580. 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))
  1581. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1582. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
  1583. 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))
  1584. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1585. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
  1586. 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))
  1587. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
  1588. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1589. 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))
  1590. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1591. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
  1592. 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))
  1593. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  1594. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  1595. 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))
  1596. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  1597. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
  1598. 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))
  1599. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1600. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
  1601. 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))
  1602. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  1603. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
  1604. 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))
  1605. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  1606. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
  1607. 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))
  1608. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  1609. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
  1610. 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))
  1611. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1612. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
  1613. 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))
  1614. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  1615. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  1616. 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))
  1617. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1618. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
  1619. 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))
  1620. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
  1621. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
  1622. 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))
  1623. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  1624. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1625. 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))
  1626. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1627. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  1628. 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))
  1629. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1630. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
  1631. 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))
  1632. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  1633. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
  1634. 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))
  1635. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1636. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  1637. 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))
  1638. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  1639. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  1640. 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))
  1641. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  1642. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
  1643. 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))
  1644. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
  1645. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  1646. 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))
  1647. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  1648. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  1649. 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))
  1650. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1651. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
  1652. 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))
  1653. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  1654. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
  1655. 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))
  1656. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
  1657. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
  1658. 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))
  1659. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  1660. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  1661. 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))
  1662. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  1663. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
  1664. 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))
  1665. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
  1666. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  1667. 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))
  1668. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1669. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  1670. 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))
  1671. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1672. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
  1673. 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))
  1674. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1675. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
  1676. 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))
  1677. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
  1678. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  1679. 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))
  1680. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  1681. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
  1682. 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))
  1683. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  1684. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
  1685. 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))
  1686. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  1687. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
  1688. 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))
  1689. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  1690. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
  1691. 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))
  1692. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1693. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  1694. 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))
  1695. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1696. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  1697. 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))
  1698. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1699. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  1700. 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))
  1701. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1702. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
  1703. 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))
  1704. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1705. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  1706. 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))
  1707. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1708. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
  1709. 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))
  1710. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  1711. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
  1712. 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))
  1713. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
  1714. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
  1715. 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))
  1716. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  1717. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  1718. 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))
  1719. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  1720. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
  1721. 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))
  1722. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  1723. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
  1724. 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))
  1725. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
  1726. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  1727. 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))
  1728. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  1729. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
  1730. 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))
  1731. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  1732. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1733. 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))
  1734. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1735. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  1736. 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))
  1737. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1738. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
  1739. 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))
  1740. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  1741. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  1742. 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))
  1743. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  1744. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  1745. 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))
  1746. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1747. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  1748. 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))
  1749. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1750. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  1751. 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))
  1752. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1753. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
  1754. 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))
  1755. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
  1756. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
  1757. 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))
  1758. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  1759. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
  1760. 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))
  1761. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  1762. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
  1763. 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))
  1764. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  1765. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
  1766. 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))
  1767. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
  1768. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  1769. 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))
  1770. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1771. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
  1772. 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))
  1773. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  1774. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
  1775. 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))
  1776. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
  1777. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  1778. 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))
  1779. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1780. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
  1781. 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))
  1782. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  1783. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
  1784. 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))
  1785. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
  1786. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  1787. 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))
  1788. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1789. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
  1790. 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))
  1791. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  1792. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
  1793. 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))
  1794. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  1795. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
  1796. 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))
  1797. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  1798. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Industrial white","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  1799. 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))
  1800. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  1801. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
  1802. 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))
  1803. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  1804. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
  1805. 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))
  1806. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  1807. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  1808. 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))
  1809. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  1810. Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  1811. 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))
  1812. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  1813. Hitbox=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Hitbox",Vector3.new(4.90999985, 1.2299999, 0.200000003))
  1814. 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))
  1815.  
  1816. mouse.Button1Down:connect(function()
  1817. if attack==false and attacktype==1 then
  1818. attacktype=2
  1819. attackone()
  1820. elseif attack==false and attacktype==2 then
  1821. attacktype=3
  1822. attacktwo()
  1823. elseif attack==false and attacktype==3 then
  1824. attacktype=4
  1825. attackthree()
  1826. elseif attack==false and attacktype==4 then
  1827. attacktype=1
  1828. attackfour()
  1829. end
  1830. end)
  1831.  
  1832. function bladespin()
  1833. attack=true
  1834. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  1835. for i=0,1,0.1 do
  1836. swait()
  1837. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-10)),.4)
  1838. 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)
  1839. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1840. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1841. end
  1842. for z = 0, 2 do
  1843. so("http://roblox.com/asset/?id=199146359",Hitbox,1.15,1.05)
  1844. for i=0,1,0.5 do
  1845. swait()
  1846. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1847. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1848. 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)
  1849. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1850. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1851. end
  1852. for i=0,1,0.5 do
  1853. swait()
  1854. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1855. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(180)),.4)
  1856. 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)
  1857. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1858. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1859. end
  1860. for i=0,1,0.5 do
  1861. swait()
  1862. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1863. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(240)),.4)
  1864. 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)
  1865. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1866. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1867. end
  1868. for i=0,1,0.5 do
  1869. swait()
  1870. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1871. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(360)),.4)
  1872. 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)
  1873. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1874. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  1875. end
  1876. end
  1877. attack=false
  1878. con1:disconnect()
  1879. end
  1880.  
  1881. function flashingslash()
  1882. attack=true
  1883. for i=0,2,0.1 do
  1884. swait()
  1885. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1886. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1887. 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)
  1888. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1889. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1890. end
  1891. so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9)
  1892. local b = Instance.new("Part")
  1893. b.Parent = char
  1894. b.Material = "Neon"
  1895. b.Color = BrickColor.new("White").Color
  1896. b.CanCollide = false
  1897. b.Shape = "Ball"
  1898. b.CFrame = Hitbox.CFrame
  1899. b.Anchored = true
  1900. b.Transparency = 0
  1901. b.Size = vt(0.5,0.5,0.5)
  1902. local z = Instance.new("SpecialMesh",b)
  1903. z.MeshType = "Sphere"
  1904. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  1905. for i=0,2,0.1 do
  1906. swait()
  1907. z.Scale = z.Scale + vt(7.5,-0.01,-0.01)
  1908. b.Transparency = b.Transparency + 0.05
  1909. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1910. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1911. 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)
  1912. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1913. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1914. end
  1915. con1:disconnect()
  1916. attack = false
  1917. b:Destroy()
  1918. end
  1919.  
  1920. function executionstab()
  1921. attack=true
  1922. for i=0,5,0.1 do
  1923. swait()
  1924. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1925. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
  1926. 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)
  1927. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1928. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1929. end
  1930. so("http://roblox.com/asset/?id=540358153",Hitbox,1.5,0.75)
  1931. local b = Instance.new("Part")
  1932. b.Parent = char
  1933. b.Material = "Neon"
  1934. b.Color = BrickColor.new("Really red").Color
  1935. b.CanCollide = false
  1936. b.Shape = "Ball"
  1937. b.CFrame = Hitbox.CFrame
  1938. b.Anchored = true
  1939. b.Transparency = 0
  1940. b.Size = vt(0.5*2,0.5*2,0.5*2)
  1941. local z = Instance.new("SpecialMesh",b)
  1942. z.MeshType = "Sphere"
  1943. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  1944. for i=0,5,0.1 do
  1945. swait()
  1946. z.Scale = z.Scale + vt(15,-0.01*2,-0.01*2)
  1947. b.Transparency = b.Transparency + 0.05
  1948. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
  1949. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  1950. 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)
  1951. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1952. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1953. end
  1954. con1:disconnect()
  1955. attack = false
  1956. b:Destroy()
  1957. end
  1958.  
  1959. function enerwave()
  1960. attack=true
  1961. for i=0,1,0.1 do
  1962. swait()
  1963. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  1964. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  1965. 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)
  1966. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  1967. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  1968. end
  1969. so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9)
  1970. local lb = Instance.new("Part")
  1971. lb.Parent = char
  1972. lb.Material = "Neon"
  1973. lb.Color = BrickColor.new("Bright blue").Color
  1974. lb.CanCollide = false
  1975. lb.CFrame = Torso.CFrame + Torso.CFrame.lookVector*5
  1976. lb.Transparency = 0
  1977. lb.Size = vt(15,0.6,3)
  1978. local tra2 = Instance.new("ParticleEmitter",lb)
  1979. tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
  1980. tra2.LightEmission = 1
  1981. tra2.Color = ColorSequence.new(lb.BrickColor.Color)
  1982. tra2.Rate = 500000000000
  1983. tra2.Lifetime = NumberRange.new(0.5)
  1984. tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3,0),NumberSequenceKeypoint.new(1,0,0)})
  1985. tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  1986. tra2.Speed = NumberRange.new(0)
  1987. tra2.Rotation = NumberRange.new(-500,500)
  1988. tra2.VelocitySpread = 90000
  1989. tra2.RotSpeed = NumberRange.new(-500,500)
  1990. local thing = Instance.new("SpecialMesh",lb)
  1991. thing.MeshType = "Sphere"
  1992. lb.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  1993. local bv = Instance.new("BodyVelocity")
  1994. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  1995. bv.velocity = Torso.CFrame.lookVector *150
  1996. bv.Parent = lb
  1997. for i=0,2,0.1 do
  1998. swait()
  1999. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(30)),.3)
  2000. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-30)),.3)
  2001. 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)
  2002. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2003. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2004. end
  2005. attack = false
  2006. wait(1)
  2007. lb:Destroy()
  2008. end
  2009.  
  2010. function repeatbullet()
  2011. attack = true
  2012. for i = 0,1,0.3 do
  2013. swait()
  2014. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2015. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2016. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2017. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2018. end
  2019. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2020. local lb = Instance.new("Part")
  2021. lb.Parent = char
  2022. lb.Material = "Neon"
  2023. lb.Color = BrickColor.new("Industrial white").Color
  2024. lb.CanCollide = false
  2025. lb.Shape = "Ball"
  2026. lb.CFrame = barrelhole.CFrame
  2027. lb.Anchored = true
  2028. lb.Transparency = 0
  2029. lb.Size = vt(0.6,0.6,0.6)
  2030. local thing = Instance.new("SpecialMesh",lb)
  2031. thing.MeshType = "Sphere"
  2032. local b = Instance.new("Part")
  2033. b.Parent = char
  2034. b.Material = "Neon"
  2035. b.Color = BrickColor.new("Industrial white").Color
  2036. b.CanCollide = false
  2037. b.Shape = "Ball"
  2038. b.CFrame = barrelhole.CFrame
  2039. b.Anchored = true
  2040. b.Transparency = 0
  2041. b.Size = vt(1,1,1)
  2042. local z = Instance.new("SpecialMesh",b)
  2043. z.MeshType = "Sphere"
  2044. local hitted = false
  2045. lb.Anchored = false
  2046. local bv = Instance.new("BodyVelocity")
  2047. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2048. bv.velocity = mouse.Hit.lookVector *150
  2049. bv.Parent = lb
  2050. lb.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  2051. z.Scale = vt(1,1,1)
  2052. b.Transparency = 0
  2053. b.CFrame = barrelhole.CFrame
  2054. for i = 0,1,0.3 do
  2055. swait()
  2056. z.Scale = z.Scale + vt(0.2,0.2,0.2)
  2057. b.Transparency = b.Transparency + 0.25
  2058. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2059. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2060. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2061. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2062. end
  2063. for i = 0,1,0.3 do
  2064. swait()
  2065. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2066. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2067. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2068. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2069. end
  2070. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2071. local lb = Instance.new("Part")
  2072. lb.Parent = char
  2073. lb.Material = "Neon"
  2074. lb.Color = BrickColor.new("Industrial white").Color
  2075. lb.CanCollide = false
  2076. lb.Shape = "Ball"
  2077. lb.CFrame = barrelhole.CFrame
  2078. lb.Anchored = true
  2079. lb.Transparency = 0
  2080. lb.Size = vt(0.6,0.6,0.6)
  2081. local thing = Instance.new("SpecialMesh",lb)
  2082. thing.MeshType = "Sphere"
  2083. local hitted = false
  2084. lb.Anchored = false
  2085. local bv = Instance.new("BodyVelocity")
  2086. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2087. bv.velocity = mouse.Hit.lookVector *150
  2088. bv.Parent = lb
  2089. lb.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  2090. z.Scale = vt(1,1,1)
  2091. b.Transparency = 0
  2092. b.CFrame = barrelhole.CFrame
  2093. for i = 0,1,0.3 do
  2094. swait()
  2095. z.Scale = z.Scale + vt(0.2,0.2,0.2)
  2096. b.Transparency = b.Transparency + 0.25
  2097. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2098. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2099. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2100. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2101. end
  2102. for i = 0,1,0.3 do
  2103. swait()
  2104. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2105. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2106. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2107. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2108. end
  2109. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2110. local lb = Instance.new("Part")
  2111. lb.Parent = char
  2112. lb.Material = "Neon"
  2113. lb.Color = BrickColor.new("Industrial white").Color
  2114. lb.CanCollide = false
  2115. lb.Shape = "Ball"
  2116. lb.CFrame = barrelhole.CFrame
  2117. lb.Anchored = true
  2118. lb.Transparency = 0
  2119. lb.Size = vt(0.6,0.6,0.6)
  2120. local thing = Instance.new("SpecialMesh",lb)
  2121. thing.MeshType = "Sphere"
  2122. local hitted = false
  2123. lb.Anchored = false
  2124. local bv = Instance.new("BodyVelocity")
  2125. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2126. bv.velocity = mouse.Hit.lookVector *150
  2127. bv.Parent = lb
  2128. lb.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  2129. z.Scale = vt(1,1,1)
  2130. b.CFrame = barrelhole.CFrame
  2131. b.Transparency = 0
  2132. for i = 0,1,0.3 do
  2133. swait()
  2134. z.Scale = z.Scale + vt(0.2,0.2,0.2)
  2135. b.Transparency = b.Transparency + 0.25
  2136. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2137. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2138. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2139. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2140. end
  2141. attack = false
  2142. b:Destroy()
  2143. wait(10)
  2144. lb:Destroy()
  2145. lb:Destroy()
  2146. lb:Destroy()
  2147. end
  2148.  
  2149. function stickybomb()
  2150. attack = true
  2151. for i = 0,2,0.1 do
  2152. swait()
  2153. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2154. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2155. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2156. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2157. end
  2158. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2159. local lb = Instance.new("Part")
  2160. lb.Parent = char
  2161. lb.Material = "Neon"
  2162. lb.Color = BrickColor.new("Industrial white").Color
  2163. lb.CanCollide = false
  2164. lb.Shape = "Ball"
  2165. lb.CFrame = barrelhole.CFrame
  2166. lb.Anchored = true
  2167. lb.Transparency = 0
  2168. lb.Size = vt(1,1,1)
  2169. local thing = Instance.new("SpecialMesh",lb)
  2170. thing.MeshType = "Sphere"
  2171. local b = Instance.new("Part")
  2172. b.Parent = char
  2173. b.Material = "Neon"
  2174. b.Color = BrickColor.new("Industrial white").Color
  2175. b.CanCollide = false
  2176. b.Shape = "Ball"
  2177. b.CFrame = barrelhole.CFrame
  2178. b.Anchored = true
  2179. b.Transparency = 0
  2180. b.Size = vt(1,1,1)
  2181. local z = Instance.new("SpecialMesh",b)
  2182. z.MeshType = "Sphere"
  2183. local hitted = false
  2184. lb.Anchored = false
  2185. local bv = Instance.new("BodyVelocity")
  2186. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2187. bv.velocity = mouse.Hit.lookVector *150
  2188. bv.Parent = lb
  2189. hitted = false
  2190. wait(0.00005)
  2191. lb.Touched:connect(function(hit)
  2192. if hitted == false then
  2193. hitted = true
  2194. lb.Anchored = true
  2195. so("http://roblox.com/asset/?id=604906197",lb,1,1)
  2196. Damagefunc(hit,1000,2000,-10,"Normal",RootPart,.2,1)
  2197. for i = 0, 4 do
  2198. lb.BrickColor = BrickColor.new("Really black")
  2199. wait(0.25)
  2200. lb.BrickColor = BrickColor.new("Industrial white")
  2201. wait(0.25)
  2202. end
  2203. lb.Transparency = 1
  2204. so("http://roblox.com/asset/?id=412755503",lb,1,0.875)
  2205. local ba = Instance.new("Part")
  2206. ba.Parent = char
  2207. ba.Material = "Neon"
  2208. ba.Color = BrickColor.new("Industrial white").Color
  2209. ba.CanCollide = false
  2210. ba.Shape = "Ball"
  2211. ba.CFrame = lb.CFrame
  2212. ba.Anchored = true
  2213. ba.Transparency = 0
  2214. ba.Size = vt(10,10,10)
  2215. ba.CFrame = lb.CFrame
  2216. local za = Instance.new("SpecialMesh",ba)
  2217. za.MeshType = "Sphere"
  2218. za.Scale = vt(0,0,0)
  2219. ba.Touched:connect(function(hit)
  2220. Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1)
  2221. end)
  2222. for i = 0, 19 do
  2223. ba.Transparency = ba.Transparency + 0.05
  2224. za.Scale = za.Scale + vt(0.25,0.25,0.25)
  2225. wait()
  2226. end
  2227. ba:Destroy()
  2228. lb:Destroy()
  2229. end
  2230. end)
  2231. for i = 0,2,0.1 do
  2232. swait()
  2233. z.Scale = z.Scale + vt(0.1,0.1,0.1)
  2234. b.Transparency = b.Transparency + 0.05
  2235. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2236. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2237. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2238. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2239. end
  2240. attack = false
  2241. b:Destroy()
  2242. wait(30)
  2243. lb:Destroy()
  2244. end
  2245.  
  2246. function yep()
  2247. attack = true
  2248. for i = 0,2,0.1 do
  2249. swait()
  2250. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2251. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2252. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2253. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2254. end
  2255. so("http://roblox.com/asset/?id=178452221",barrelhole,1,1)
  2256. local lb = Instance.new("Part")
  2257. lb.Parent = char
  2258. lb.Material = "Neon"
  2259. lb.Color = BrickColor.new("Industrial white").Color
  2260. lb.CanCollide = false
  2261. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
  2262. lb.Anchored = true
  2263. lb.Transparency = 0
  2264. lb.Size = vt(2.5,75,2.5)
  2265. local zb = Instance.new("SpecialMesh",lb)
  2266. zb.MeshType = "Sphere"
  2267. zb.Scale = vt(1,1,1)
  2268. lb.Touched:connect(function(hit)
  2269. Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1)
  2270. end)
  2271. for i = 0, 9 do
  2272. zb.Scale = zb.Scale + vt(0.1,0,0.1)
  2273. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
  2274. lb.Transparency = lb.Transparency + 0.1
  2275. wait()
  2276. end
  2277. lb:Destroy()
  2278. attack = false
  2279. end
  2280.  
  2281. function test()
  2282. attack = true
  2283. for i = 0,2,0.1 do
  2284. swait()
  2285. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2286. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2287. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2288. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2289. end
  2290. so("http://roblox.com/asset/?id=412756262",barrelhole,1,0.95)
  2291. local ba = Instance.new("Part")
  2292. ba.Parent = char
  2293. ba.Material = "Neon"
  2294. ba.Color = BrickColor.new("Industrial white").Color
  2295. ba.CanCollide = false
  2296. ba.Shape = "Ball"
  2297. ba.CFrame = barrelhole.CFrame
  2298. ba.Anchored = true
  2299. ba.Transparency = 1
  2300. ba.Size = vt(1,1,1)
  2301. ba.CFrame = barrelhole.CFrame
  2302. local za = Instance.new("SpecialMesh",ba)
  2303. za.MeshType = "Sphere"
  2304. za.Scale = vt(5,5,5)
  2305. for i = 0, 49 do
  2306. ba.CFrame = barrelhole.CFrame
  2307. ba.Transparency = ba.Transparency - 0.1
  2308. za.Scale = za.Scale - vt(0.1,0.1,0.1)
  2309. wait()
  2310. end
  2311. so("http://roblox.com/asset/?id=412756199",barrelhole,1,0.95)
  2312. so("http://roblox.com/asset/?id=412756123",barrelhole,1,0.95)
  2313. so("http://roblox.com/asset/?id=412755564",barrelhole,1,0.95)
  2314. so("http://roblox.com/asset/?id=178452221",barrelhole,1,0.6)
  2315. so("http://roblox.com/asset/?id=87767777",barrelhole,1,1)
  2316. ba.Transparency = 0
  2317. za.Scale = vt(5,5,5)
  2318. local seen = Instance.new("Sound",barrelhole)
  2319. seen.SoundId = "rbxassetid://"
  2320. seen.Pitch = 0.75
  2321. seen.Volume = 2.5
  2322. seen.Looped = true
  2323. seen:Play()
  2324. local lb = Instance.new("Part")
  2325. lb.Parent = char
  2326. lb.Material = "Neon"
  2327. lb.Color = BrickColor.new("Industrial white").Color
  2328. lb.CanCollide = false
  2329. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
  2330. lb.Anchored = true
  2331. lb.Transparency = 0
  2332. lb.Size = vt(10,400,10)
  2333. local zb = Instance.new("SpecialMesh",lb)
  2334. zb.MeshType = "Sphere"
  2335. zb.Scale = vt(1,1,1)
  2336. lb.Touched:connect(function(hit)
  2337. Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1)
  2338. end)
  2339. for i = 0, 99 do
  2340. ba.CFrame = barrelhole.CFrame
  2341. ba.Transparency = ba.Transparency + 0.025
  2342. zb.Scale = zb.Scale + vt(0.01,0,0.01)
  2343. za.Scale = za.Scale + vt(1,1,1)
  2344. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
  2345. wait()
  2346. end
  2347. for i = 0, 19 do
  2348. seen.Volume = seen.Volume - 0.1
  2349. zb.Scale = zb.Scale - vt(0.05,0,0.05)
  2350. lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
  2351. lb.Transparency = lb.Transparency + 0.05
  2352. wait()
  2353. end
  2354. seen:Destroy()
  2355. ba:Destroy()
  2356. lb:Destroy()
  2357. attack = false
  2358. end
  2359.  
  2360. mouse.KeyDown:connect(function(k)
  2361. if k == "q" and gunmode == false then
  2362. gunmode = true
  2363. elseif k == "q" and gunmode == true then
  2364. gunmode = false
  2365. end
  2366. if k == "z" and gunmode == false and attack == false then
  2367. bladespin()
  2368. elseif k == "z" and gunmode == true and attack == false then
  2369. repeatbullet()
  2370. end
  2371. if k == "x" and gunmode == false and attack == false then
  2372. flashingslash()
  2373. elseif k == "x" and gunmode == true and attack == false then
  2374. stickybomb()
  2375. end
  2376. if k == "c" and gunmode == false and attack == false then
  2377. enerwave()
  2378. elseif k == "c" and gunmode == true and attack == false then
  2379. yep()
  2380. end
  2381. if k == "v" and gunmode == false and attack == false then
  2382. executionstab()
  2383. elseif k == "v" and gunmode == true and attack == false then
  2384. test()
  2385. end
  2386. end)
  2387.  
  2388. function attackone()
  2389. attack=true
  2390. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  2391. for i=0,1,0.1 do
  2392. swait()
  2393. 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)
  2394. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2395. end
  2396. so("http://roblox.com/asset/?id=199150686",Hitbox,1,1)
  2397. for i=0,1,0.1 do
  2398. swait()
  2399. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(-20)),.4)
  2400. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(25)),.4)
  2401. 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)
  2402. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2403. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2404. end
  2405. attack=false
  2406. con1:disconnect()
  2407. end
  2408.  
  2409. function attacktwo()
  2410. attack=true
  2411. con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  2412. for i=0,1,0.1 do
  2413. swait()
  2414. 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)
  2415. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2416. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
  2417. end
  2418. so("http://roblox.com/asset/?id=199146359",Hitbox,1,1)
  2419. for i=0,1,0.1 do
  2420. swait()
  2421. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(40)),.4)
  2422. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-45)),.4)
  2423. 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)
  2424. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
  2425. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
  2426. end
  2427. attack=false
  2428. con1:disconnect()
  2429. end
  2430.  
  2431. function attackthree()
  2432. attack = true
  2433. for i = 0,2,0.1 do
  2434. swait()
  2435. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2436. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2437. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2438. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2439. end
  2440. so("http://roblox.com/asset/?id=604905243",barrelhole,1,1)
  2441. local lb = Instance.new("Part")
  2442. lb.Parent = char
  2443. lb.Material = "Neon"
  2444. lb.Color = BrickColor.new("Industrial white").Color
  2445. lb.CanCollide = false
  2446. lb.Shape = "Ball"
  2447. lb.CFrame = barrelhole.CFrame
  2448. lb.Anchored = true
  2449. lb.Transparency = 0
  2450. lb.Size = vt(0.6,0.6,0.6)
  2451. local thing = Instance.new("SpecialMesh",lb)
  2452. thing.MeshType = "Sphere"
  2453. local b = Instance.new("Part")
  2454. b.Parent = char
  2455. b.Material = "Neon"
  2456. b.Color = BrickColor.new("Industrial white").Color
  2457. b.CanCollide = false
  2458. b.Shape = "Ball"
  2459. b.CFrame = barrelhole.CFrame
  2460. b.Anchored = true
  2461. b.Transparency = 0
  2462. b.Size = vt(1,1,1)
  2463. local z = Instance.new("SpecialMesh",b)
  2464. z.MeshType = "Sphere"
  2465. local hitted = false
  2466. lb.Anchored = false
  2467. local bv = Instance.new("BodyVelocity")
  2468. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2469. bv.velocity = mouse.Hit.lookVector *150
  2470. bv.Parent = lb
  2471. lb.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  2472. for i = 0,2,0.1 do
  2473. swait()
  2474. z.Scale = z.Scale + vt(0.1,0.1,0.1)
  2475. b.Transparency = b.Transparency + 0.05
  2476. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2477. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2478. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2479. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2480. end
  2481. attack = false
  2482. b:Destroy()
  2483. wait(10)
  2484. lb:Destroy()
  2485. end
  2486.  
  2487. function attackfour()
  2488. attack = true
  2489. for i = 0,2,0.1 do
  2490. swait()
  2491. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(80)),.3)
  2492. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
  2493. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2494. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2495. end
  2496. so("http://roblox.com/asset/?id=199145204",barrelhole,1,1)
  2497. local con = barrel2.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  2498. for i = 0,1,0.1 do
  2499. swait()
  2500. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2501. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2502. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2503. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
  2504. end
  2505. con:disconnect()
  2506. so("http://roblox.com/asset/?id=604905243",barrelhole,1.25,0.9)
  2507. local b = Instance.new("Part")
  2508. b.Parent = char
  2509. b.Material = "Neon"
  2510. b.Color = BrickColor.new("Industrial white").Color
  2511. b.CanCollide = false
  2512. b.Shape = "Ball"
  2513. b.CFrame = barrelhole.CFrame
  2514. b.Anchored = true
  2515. b.Transparency = 0
  2516. b.Size = vt(5,5,5)
  2517. local z = Instance.new("SpecialMesh",b)
  2518. z.MeshType = "Sphere"
  2519. z.Scale = vt(0.25,0.25,0.25)
  2520. local bv = Instance.new("BodyVelocity")
  2521. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2522. bv.velocity = mouse.Hit.lookVector *150
  2523. bv.Parent = lb
  2524. b.Touched:connect(function(hit) Damagefunc(hit,1000,2000,math.random(10,20),"Normal",RootPart,.2,1) end)
  2525. for i = 0,2,0.1 do
  2526. swait()
  2527. z.Scale = z.Scale + vt(0.15,0.15,0.15)
  2528. b.Transparency = b.Transparency + 0.05
  2529. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  2530. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  2531. RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
  2532. LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
  2533. end
  2534. attack = false
  2535. b:Destroy()
  2536. end
  2537.  
  2538. idleanim=.4
  2539. Humanoid.Animator.Parent = nil
  2540. while true do
  2541. swait()
  2542. sine = sine + change
  2543. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  2544. local velderp=RootPart.Velocity.y
  2545. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  2546. if equipped==true or equipped==false then
  2547. if attack==false then
  2548. idle=idle+1
  2549. else
  2550. idle=0
  2551. end
  2552. if idle>=500 then
  2553. if attack==false then
  2554. --Sheath()
  2555. end
  2556. end
  2557. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2558. Anim="Jump"
  2559. if attack==false then
  2560. Neck.C0=clerp(Neck.C0,necko*euler(-0.2,0,0),.3)
  2561. Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
  2562. RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
  2563. 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)
  2564. RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2565. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(-.5,0,-0.5),.3)
  2566. LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2567. RH.C0=clerp(RH.C0,cf(1,-1,-.3)*euler(-0.5,1.57,0)*euler(-.2,0,0),.2)
  2568. LH.C0=clerp(LH.C0,cf(-1,-1,-.3)*euler(-0.5,-1.57,0)*euler(-.2,0,0),.2)
  2569. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2570. end
  2571. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2572. Anim="Fall"
  2573. if attack==false then
  2574. Neck.C0=clerp(Neck.C0,necko*euler(0.4,0,0),.3)
  2575. Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
  2576. RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
  2577. 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)
  2578. RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2579. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(0.3,0,-0.2),.3)
  2580. LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
  2581. RH.C0=clerp(RH.C0,cf(1,-1,0)*euler(0.4,1.57,0),.2)
  2582. LH.C0=clerp(LH.C0,cf(-1,-1,0)*euler(-0.2,-1.57,0),.2)
  2583. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2584. end
  2585. elseif torvel<1 and hitfloor~=nil then
  2586. Anim="Idle"
  2587. 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)
  2588. 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)
  2589. if attack==false then
  2590. if gunmode == true then
  2591. 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)
  2592. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
  2593. 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)
  2594. LW.C0=clerp(LW.C0,cf(-1.35,0.5,0)*angles(math.rad(180),math.rad(30),math.rad(-90)),.3)
  2595. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2596. elseif gunmode == false then
  2597. 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)
  2598. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(35)),.3)
  2599. 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)
  2600. 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)
  2601. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2602. end
  2603. end
  2604. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  2605. Anim="Walk"
  2606. 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)
  2607. 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)
  2608. if attack==false then
  2609. if gunmode == false then
  2610. --RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2611. --Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2612. 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)
  2613. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2614. 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)
  2615. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-15),math.rad(0),math.rad(-25)),.3)
  2616. --RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  2617. --LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  2618. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2619. elseif gunmode == true then
  2620. --RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2621. --Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2622. 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)
  2623. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
  2624. 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)
  2625. LW.C0=clerp(LW.C0,cf(-1.5,0.45,0)*angles(math.rad(55),math.rad(0),math.rad(25)),.3)
  2626. --RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  2627. --LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  2628. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2629. end
  2630. end
  2631. elseif torvel>=22 and hitfloor~=nil then
  2632. Anim="Run"
  2633. 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)
  2634. 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)
  2635. if attack==false then
  2636. 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)
  2637. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2638. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-50),math.rad(-60),math.rad(25)),.3)
  2639. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-25)),.3)
  2640. HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2641.  
  2642. function hugg()
  2643. attack = true
  2644. hum.WalkSpeed = 5
  2645. local rsiz = math.random(5,15)
  2646. for i = 0, 2, 0.1 do
  2647. swait()
  2648. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7.5),math.rad(0),math.rad(-10 + 1 * math.cos(sine / 34))),.3)
  2649. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.3)
  2650. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,1 + 0.05 * math.cos(sine / 28))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2651. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10 - 2.5 * math.cos(sine / 28)),math.rad(10),math.rad(0)),.3)
  2652. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(110),math.rad(0),math.rad(40)),.3)
  2653. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(110),math.rad(0),math.rad(-40)),.3)
  2654. end
  2655. CFuncs["Sound"].Create("rbxassetid://444895479", root, 0.5,1)
  2656. local hb = CreateParta(char,1,1,"SmoothPlastic",BrickColor.random())
  2657. hb.Anchored = true
  2658. hb.CFrame = root.CFrame*CFrame.new(0,1,0) + root.CFrame.lookVector*2
  2659. end
  2660. end
  2661. end
  2662. end
  2663. end
Add Comment
Please, Sign In to add comment