Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 272.19 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,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Compatibility code by Mokiros")
  5. script.Parent = Player.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local Player = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61.  
  62. local UIS = game:GetService("UserInputService")
  63. local input = function(io,a)
  64. if a then return end
  65. --Since InputObject is a client-side instance, we create and pass table instead
  66. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  67. end
  68. UIS.InputBegan:Connect(input)
  69. UIS.InputEnded:Connect(input)
  70.  
  71. local Mouse = Player:GetMouse()
  72. local h,t
  73. --Give the server mouse data 30 times every second, but only if the values changed
  74. --If player is not moving their mouse, client won't fire events
  75. while wait(1/30) do
  76. if h~=Mouse.Hit or t~=Mouse.Target then
  77. h,t=Mouse.Hit,Mouse.Target
  78. Event:FireServer({isMouse=true,Target=t,Hit=h})
  79. end
  80. end]==],Player.Character)
  81. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  82. end
  83. plr = game:GetService("Players").LocalPlayer
  84. char = plr.Character
  85. hum = char.Humanoid
  86. local cam = game.Workspace.CurrentCamera
  87. local Controller = plr.PlayerScripts:WaitForChild("ControlScript")
  88. Camera = cam
  89. local CamInterrupt = false
  90. local TwoD = false
  91. local TargetInfo = {nil, nil}
  92. cam.CameraType = "Custom"
  93. t = char.Torso
  94. h = char.Head
  95. ra = char["Right Arm"]
  96. la = char["Left Arm"]
  97. rl = char["Right Leg"]
  98. ll = char["Left Leg"]
  99. tors = char.Torso
  100. lleg = char["Left Leg"]
  101. root = char.HumanoidRootPart
  102. hed = char.Head
  103. rleg = char["Right Leg"]
  104. rarm = char["Right Arm"]
  105. larm = char["Left Arm"]
  106. radian = math.rad
  107. random = math.random
  108. Vec3 = Vector3.new
  109. Inst = Instance.new
  110. cFrame = CFrame.new
  111. Euler = CFrame.fromEulerAnglesXYZ
  112. vt = Vector3.new
  113. bc = BrickColor.new
  114. br = BrickColor.random
  115. it = Instance.new
  116. cf = CFrame.new
  117. local eff = true
  118. local shielding = false
  119.  
  120. local Booleans = {
  121. CamFollow = true,
  122. GyroUse = true
  123. }
  124.  
  125. function lerp(object, newCFrame, alpha)
  126. return object:lerp(newCFrame, alpha)
  127. end
  128.  
  129. local Directer = Inst("BodyGyro", root)
  130. Directer.MaxTorque = Vec3(0, 0, 0)
  131. Directer.P = 600000
  132. local CPart = Inst("Part")
  133. CPart.Anchored = true
  134. CPart.CanCollide = false
  135. CPart.Locked = true
  136. CPart.Transparency = 1
  137.  
  138. local rainbowmode = false
  139. local chaosmode = false
  140.  
  141. kan = Instance.new("Sound",char)
  142. kan.Volume = 1.25
  143. kan.TimePosition = 0
  144. kan.PlaybackSpeed = 1
  145. kan.Pitch = 1
  146. kan.SoundId = "rbxassetid://0"
  147. kan.Name = "wrecked"
  148. kan.Looped = true
  149. kan:Play()
  150.  
  151. function newTheme(ID,timepos,pitch,vol)
  152. local kanz = kan
  153. --kanz:Stop()
  154. --kanz.Volume = vol
  155. --kanz.TimePosition = timepos
  156. kanz.PlaybackSpeed = pitch
  157. kanz.Pitch = pitch
  158. kanz.SoundId = ID
  159. kanz.Name = "wrecked"
  160. kanz.Looped = true
  161. kanz.Volume = 0.3
  162. --kanz:Play()
  163. --coroutine.resume(coroutine.create(function()
  164. --wait(0.05)
  165. --end))
  166. end
  167.  
  168. function newThemeCust(ID,timepos,pitch,vol)
  169. local kanz = kan
  170. kanz:Stop()
  171. kanz.Volume = vol
  172. kanz.TimePosition = timepos
  173. kanz.PlaybackSpeed = pitch
  174. kanz.Pitch = pitch
  175. kanz.SoundId = ID
  176. kanz.Name = "wrecked"
  177. kanz.Looped = true
  178. kanz:Play()
  179. coroutine.resume(coroutine.create(function()
  180. wait(0.05)
  181. end))
  182. end
  183.  
  184.  
  185.  
  186. function CameraShake(Times, Power, PlayerTarget)
  187. coroutine.resume(coroutine.create(function()
  188. FV = Instance.new("BoolValue", PlayerTarget)
  189. FV.Name = "CameraShake"
  190. for ShakeNum=1,Times do
  191. swait()
  192. local ef=Power
  193. if ef>=1 then
  194. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
  195. else
  196. ef=Power*10
  197. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
  198. end
  199. end
  200. Humanoid.CameraOffset = Vector3.new(0,0,0)
  201. FV:Destroy()
  202. end))
  203. end
  204.  
  205. function CameraEnshaking(Length,Intensity)
  206. coroutine.resume(coroutine.create(function()
  207. local intensity = 1*Intensity
  208. local rotM = 0.01*Intensity
  209. for i = 0, Length, 0.1 do
  210. swait()
  211. intensity = intensity - 0.05*Intensity/Length
  212. rotM = rotM - 0.0005*Intensity/Length
  213. hum.CameraOffset = Vec3(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity)))
  214. cam.CFrame = cam.CFrame * cFrame(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity))) * Euler(radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM)
  215. end
  216. Humanoid.CameraOffset = Vec3(0, 0, 0)
  217. end))
  218. end
  219. CamShake=function(Part,Distan,Power,Times)
  220. local de=Part.Position
  221. for i,v in pairs(workspace:children()) do
  222. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  223. for _,c in pairs(v:children()) do
  224. if c.ClassName=="Part" and (c.Position - de).magnitude < Distan then
  225. local Noob=v.Humanoid
  226. if Noob~=nil then
  227. coroutine.resume(coroutine.create(function()
  228. FV = Instance.new("BoolValue", Noob)
  229. FV.Name = "CameraShake"
  230. for ShakeNum=1,Times do
  231. swait()
  232. local ef=Power
  233. if ef>=1 then
  234. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
  235. else
  236. ef=Power*10
  237. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
  238. end
  239. end
  240. Humanoid.CameraOffset = Vector3.new(0,0,0)
  241. FV:Destroy()
  242. end))
  243. CameraShake(Times, Power, Noob)
  244. end
  245. end
  246. end
  247. end
  248. end
  249. end
  250.  
  251. function chatfunc(text,color)
  252. local chat = coroutine.wrap(function()
  253. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  254. Character:FindFirstChild("TalkingBillBoard"):destroy()
  255. end
  256. local naeeym2 = Instance.new("BillboardGui",Character)
  257. naeeym2.Size = UDim2.new(0,100,0,40)
  258. naeeym2.StudsOffset = Vector3.new(0,3,0)
  259. naeeym2.Adornee = Character.Head
  260. naeeym2.Name = "TalkingBillBoard"
  261. local tecks2 = Instance.new("TextLabel",naeeym2)
  262. tecks2.BackgroundTransparency = 1
  263. tecks2.BorderSizePixel = 0
  264. tecks2.Text = ""
  265. tecks2.Font = "SciFi"
  266. tecks2.TextSize = 30
  267. tecks2.TextStrokeTransparency = 0
  268. tecks2.TextColor3 = color
  269. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  270. tecks2.Size = UDim2.new(1,0,0.5,0)
  271. local tecks3 = Instance.new("TextLabel",naeeym2)
  272. tecks3.BackgroundTransparency = 1
  273. tecks3.BorderSizePixel = 0
  274. tecks3.Text = ""
  275. tecks3.Font = "SciFi"
  276. tecks3.TextSize = 30
  277. tecks3.TextStrokeTransparency = 0
  278. tecks3.TextColor3 = Color3.new(0,0,0)
  279. tecks3.TextStrokeColor3 = color
  280. tecks3.Size = UDim2.new(1,0,0.5,0)
  281. coroutine.resume(coroutine.create(function()
  282. while true do
  283. swait(1)
  284. plr.Character.wrecked.Volume = 0.3
  285. if chaosmode == true then
  286. tecks2.TextColor3 = BrickColor.random().Color
  287. tecks3.TextStrokeColor3 = BrickColor.random().Color
  288. end
  289. tecks2.Position = UDim2.new(0,math.random(-5,5),0,math.random(-5,5))
  290. tecks3.Position = UDim2.new(0,math.random(-5,5),0,math.random(-5,5))
  291. tecks2.Rotation = math.random(-5,5)
  292. tecks3.Rotation = math.random(-5,5)
  293. end
  294. end))
  295. for i = 1,string.len(text),1 do
  296. CFuncs["Sound"].Create("rbxassetid://274118116", char, 0.25, 0.115)
  297. tecks2.Text = string.sub(text,1,i)
  298. tecks3.Text = string.sub(text,1,i)
  299. swait(1)
  300. end
  301. wait(1)
  302. local randomrot = math.random(1,2)
  303. if randomrot == 1 then
  304. for i = 1, 50 do
  305. swait()
  306. tecks2.Rotation = tecks2.Rotation - .75
  307. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  308. tecks2.TextTransparency = tecks2.TextTransparency + .04
  309. tecks3.Rotation = tecks2.Rotation + .75
  310. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  311. tecks3.TextTransparency = tecks2.TextTransparency + .04
  312. end
  313. elseif randomrot == 2 then
  314. for i = 1, 50 do
  315. swait()
  316. tecks2.Rotation = tecks2.Rotation + .75
  317. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  318. tecks2.TextTransparency = tecks2.TextTransparency + .04
  319. tecks3.Rotation = tecks2.Rotation - .75
  320. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  321. tecks3.TextTransparency = tecks2.TextTransparency + .04
  322. end
  323. end
  324. naeeym2:Destroy()
  325. end)
  326. chat()
  327. end
  328.  
  329.  
  330. local Create = LoadLibrary("RbxUtility").Create
  331.  
  332. CFuncs = {
  333. ["Part"] = {
  334. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  335. local Part = Create("Part"){
  336. Parent = Parent,
  337. Reflectance = Reflectance,
  338. Transparency = Transparency,
  339. CanCollide = false,
  340. Locked = true,
  341. BrickColor = BrickColor.new(tostring(BColor)),
  342. Name = Name,
  343. Size = Size,
  344. Material = Material,
  345. }
  346. RemoveOutlines(Part)
  347. return Part
  348. end;
  349. };
  350.  
  351. ["Mesh"] = {
  352. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  353. local Msh = Create(Mesh){
  354. Parent = Part,
  355. Offset = OffSet,
  356. Scale = Scale,
  357. }
  358. if Mesh == "SpecialMesh" then
  359. Msh.MeshType = MeshType
  360. Msh.MeshId = MeshId
  361. end
  362. return Msh
  363. end;
  364. };
  365.  
  366. ["Mesh"] = {
  367. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  368. local Msh = Create(Mesh){
  369. Parent = Part,
  370. Offset = OffSet,
  371. Scale = Scale,
  372. }
  373. if Mesh == "SpecialMesh" then
  374. Msh.MeshType = MeshType
  375. Msh.MeshId = MeshId
  376. end
  377. return Msh
  378. end;
  379. };
  380.  
  381. ["Weld"] = {
  382. Create = function(Parent, Part0, Part1, C0, C1)
  383. local Weld = Create("Weld"){
  384. Parent = Parent,
  385. Part0 = Part0,
  386. Part1 = Part1,
  387. C0 = C0,
  388. C1 = C1,
  389. }
  390. return Weld
  391. end;
  392. };
  393.  
  394. ["Sound"] = {
  395. Create = function(id, par, vol, pit)
  396. coroutine.resume(coroutine.create(function()
  397. local S = Create("Sound"){
  398. Volume = vol,
  399. Name = "EffectSoundo",
  400. Pitch = pit or 1,
  401. SoundId = id,
  402. Parent = par or workspace,
  403. }
  404. wait()
  405. S:play()
  406. game:GetService("Debris"):AddItem(S, 10)
  407. end))
  408. end;
  409. };
  410.  
  411. ["LongSound"] = {
  412. Create = function(id, par, vol, pit)
  413. coroutine.resume(coroutine.create(function()
  414. local S = Create("Sound"){
  415. Volume = vol,
  416. Pitch = pit or 1,
  417. SoundId = id,
  418. Parent = par or workspace,
  419. }
  420. wait()
  421. S:play()
  422. game:GetService("Debris"):AddItem(S, 30)
  423. end))
  424. end;
  425. };
  426.  
  427. ["ParticleEmitter"] = {
  428. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  429. local fp = Create("ParticleEmitter"){
  430. Parent = Parent,
  431. Color = ColorSequence.new(Color1, Color2),
  432. LightEmission = LightEmission,
  433. Size = Size,
  434. Texture = Texture,
  435. Transparency = Transparency,
  436. ZOffset = ZOffset,
  437. Acceleration = Accel,
  438. Drag = Drag,
  439. LockedToPart = LockedToPart,
  440. VelocityInheritance = VelocityInheritance,
  441. EmissionDirection = EmissionDirection,
  442. Enabled = Enabled,
  443. Lifetime = LifeTime,
  444. Rate = Rate,
  445. Rotation = Rotation,
  446. RotSpeed = RotSpeed,
  447. Speed = Speed,
  448. VelocitySpread = VelocitySpread,
  449. }
  450. return fp
  451. end;
  452. };
  453.  
  454. CreateTemplate = {
  455.  
  456. };
  457. }
  458.  
  459.  
  460.  
  461. New = function(Object, Parent, Name, Data)
  462. local Object = Instance.new(Object)
  463. for Index, Value in pairs(Data or {}) do
  464. Object[Index] = Value
  465. end
  466. Object.Parent = Parent
  467. Object.Name = Name
  468. return Object
  469. end
  470. local halocolor = BrickColor.new("Dark blue")
  471. local halocolor2 = BrickColor.new("Dark blue")
  472. local starcolor = BrickColor.new("Dark blue")
  473. local lunacolor = BrickColor.new("Dark blue")
  474. local lunacolor2 = BrickColor.new("Dark blue")
  475. local wepcolor = BrickColor.new("Dark blue")
  476. local maincolor = BrickColor.new("Dark blue")
  477. local m = Instance.new("Model",char)
  478. local m2 = Instance.new("Model",char)
  479. local m3 = Instance.new("Model",char)
  480. local mw1 = Instance.new("Model",char)
  481. local mw2 = Instance.new("Model",char)
  482.  
  483. local extrawingmod1 = Instance.new("Model",char)
  484. local extrawingmod2 = Instance.new("Model",char)
  485.  
  486. function CreateParta(parent,transparency,reflectance,material,brickcolor)
  487. local p = Instance.new("Part")
  488. p.TopSurface = 0
  489. p.BottomSurface = 0
  490. p.Parent = parent
  491. p.Size = Vector3.new(0.1,0.1,0.1)
  492. p.Transparency = transparency
  493. p.Reflectance = reflectance
  494. p.CanCollide = false
  495. p.Locked = true
  496. p.BrickColor = brickcolor
  497. p.Material = material
  498. return p
  499. end
  500.  
  501. function CreateMesh(parent,meshtype,x1,y1,z1)
  502. local mesh = Instance.new("SpecialMesh",parent)
  503. mesh.MeshType = meshtype
  504. mesh.Scale = Vector3.new(x1*10,y1*10,z1*10)
  505. return mesh
  506. end
  507.  
  508. function CreateSpecialMesh(parent,meshid,x1,y1,z1)
  509. local mesh = Instance.new("SpecialMesh",parent)
  510. mesh.MeshType = "FileMesh"
  511. mesh.MeshId = meshid
  512. mesh.Scale = Vector3.new(x1,y1,z1)
  513. return mesh
  514. end
  515.  
  516.  
  517. function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1)
  518. local mesh = Instance.new("SpecialMesh",parent)
  519. mesh.MeshType = "FileMesh"
  520. mesh.MeshId = meshid
  521. mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
  522. mesh.Scale = Vector3.new(x1,y1,z1)
  523. mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
  524. return mesh
  525. end
  526.  
  527. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  528. local weld = Instance.new("Weld")
  529. weld.Parent = parent
  530. weld.Part0 = part0
  531. weld.Part1 = part1
  532. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  533. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  534. return weld
  535. end
  536.  
  537.  
  538. --------------
  539. local secondchar = Instance.new("Model",char)
  540. local GhostCol = BrickColor.new("Dark blue")
  541. local sectors = CreateParta(secondchar,1,0,"Neon",GhostCol)
  542. CreateMesh(sectors,"Brick",2*8,2*8,1*8)
  543. local torsweld = CreateWeld(sectors,root,sectors,1,-1,-2,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  544.  
  545. local seclarm = CreateParta(secondchar,1,0,"Neon",GhostCol)
  546. CreateMesh(seclarm,"Brick",1*8,2*8,1*8)
  547. local larmsweld = CreateWeld(seclarm,sectors,seclarm,1.5,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  548.  
  549. local secrarm = CreateParta(secondchar,1,0,"Neon",GhostCol)
  550. CreateMesh(secrarm,"Brick",1*8,2*8,1*8)
  551. local rarmsweld = CreateWeld(secrarm,sectors,secrarm,-1.5,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  552.  
  553. local seclleg = CreateParta(secondchar,1,0,"Neon",GhostCol)
  554. CreateMesh(seclleg,"Brick",1*8,2*8,1*8)
  555. local llegsweld = CreateWeld(seclleg,sectors,seclleg,0.5,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  556.  
  557. local secrleg = CreateParta(secondchar,1,0,"Neon",GhostCol)
  558. CreateMesh(secrleg,"Brick",1*8,2*8,1*8)
  559. local rlegsweld = CreateWeld(secrleg,sectors,secrleg,-0.5,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  560.  
  561. local seched = CreateParta(secondchar,1,0,"Neon",GhostCol)
  562. CreateMesh(seched,"Brick",1*8,1*8,1*8)
  563. local hedsweld = CreateWeld(seched,sectors,seched,0,-1.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  564. --------------
  565. local sorb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  566. CreateWeld(sorb,rarm,sorb,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  567. local sorb2 = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  568. CreateWeld(sorb2,larm,sorb2,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  569.  
  570. local handlex = CreateParta(mw2,1,1,"Neon",maincolor)
  571. CreateMesh(handle,"Brick",0,0,0)
  572. local handlexweld = CreateWeld(handlex,tors,handlex,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  573. local valuaring = 10
  574. for i = 0, 49 do
  575. valuaring = valuaring + 10
  576. rn = CreateParta(mw2,0,0,"Neon",halocolor)
  577. CreateMesh(rn,"Brick",0.25,0.1,0.1)
  578. CreateWeld(rn,handlex,rn,0,1,0,math.rad(0),math.rad(0),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  579. end
  580.  
  581. handlex = CreateParta(mw2,1,1,"Neon",maincolor)
  582. CreateMesh(handle,"Brick",0,0,0)
  583. CreateWeld(handlex,tors,handlex,0,-3,-2.1,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  584. local valuaring = 10
  585. for i = 0, 49 do
  586. valuaring = valuaring + 10
  587. rn = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  588. CreateMesh(rn,"Brick",0.5,0.2,0.2)
  589. CreateWeld(rn,handlex,rn,0,2,0,math.rad(0),math.rad(0),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  590. end
  591.  
  592.  
  593. local handle = CreateParta(m,1,1,"Neon",maincolor)
  594. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  595. local handleweld = CreateWeld(handle,tors,handle,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  596.  
  597. --- Left wing.
  598.  
  599. local lwing1 = CreateParta(m,1,1,"Neon",maincolor)
  600. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  601. local lwing1weld = CreateWeld(lwing1,handle,lwing1,3,0,0,math.rad(5),math.rad(0),math.rad(12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  602.  
  603. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  604. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  605. CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  606. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  607. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  608. CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  609. A0 = Instance.new('Attachment',wed)
  610. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  611. CreateMesh(wed,"Wedge",0.05,0.5,3)
  612. CreateWeld(wed,lwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  613. A1 = Instance.new('Attachment',wed)
  614. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  615. CreateMesh(wed,"Wedge",0.05,3,0.5)
  616. CreateWeld(wed,lwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  617.  
  618. tl1 = Instance.new('Trail',wed)
  619. tl1.Attachment0 = A0
  620. tl1.Attachment1 = A1
  621. --tl1.Texture = "http://www.roblox.com/asset/?id=1049219073"
  622. tl1.LightEmission = 1
  623. tl1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  624. tl1.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  625. tl1.Lifetime = 0.6
  626.  
  627.  
  628. local lwing2 = CreateParta(m,1,1,"Neon",maincolor)
  629. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  630. local lwing2weld = CreateWeld(lwing2,handle,lwing2,4,1,0,math.rad(10),math.rad(0),math.rad(25),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  631.  
  632. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  633. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  634. CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  635. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  636. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  637. CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  638. A0 = Instance.new('Attachment',wed)
  639. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  640. CreateMesh(wed,"Wedge",0.05,0.5,3)
  641. CreateWeld(wed,lwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  642. A1 = Instance.new('Attachment',wed)
  643. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  644. CreateMesh(wed,"Wedge",0.05,3,0.5)
  645. CreateWeld(wed,lwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  646.  
  647. tl2 = Instance.new('Trail',wed)
  648. tl2.Attachment0 = A0
  649. tl2.Attachment1 = A1
  650. --tl2.Texture = "http://www.roblox.com/asset/?id=1049219073"
  651. tl2.LightEmission = 1
  652. tl2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  653. tl2.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  654. tl2.Lifetime = 0.6
  655.  
  656. local lwing3 = CreateParta(m,1,1,"Neon",maincolor)
  657. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  658. local lwing3weld = CreateWeld(lwing3,handle,lwing3,4.75,2,0,math.rad(15),math.rad(0),math.rad(37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  659.  
  660. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  661. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  662. CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  663. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  664. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  665. CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  666. A0 = Instance.new('Attachment',wed)
  667. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  668. CreateMesh(wed,"Wedge",0.05,0.5,3)
  669. CreateWeld(wed,lwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  670. A1 = Instance.new('Attachment',wed)
  671. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  672. CreateMesh(wed,"Wedge",0.05,3,0.5)
  673. CreateWeld(wed,lwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  674.  
  675. tl3 = Instance.new('Trail',wed)
  676. tl3.Attachment0 = A0
  677. tl3.Attachment1 = A1
  678. --tl3.Texture = "http://www.roblox.com/asset/?id=1049219073"
  679. tl3.LightEmission = 1
  680. tl3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  681. tl3.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  682. tl3.Lifetime = 0.6
  683.  
  684. tl1.Enabled = false
  685. tl2.Enabled = false
  686. tl3.Enabled = false
  687. local lwing4 = CreateParta(m,1,1,"Neon",maincolor)
  688. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  689. local lwing4weld = CreateWeld(lwing4,handle,lwing4,5.75,3,0,math.rad(20),math.rad(0),math.rad(50),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  690.  
  691. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  692. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  693. CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  694. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  695. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  696. CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  697. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  698. CreateMesh(wed,"Wedge",0.05,0.5,3)
  699. CreateWeld(wed,lwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  700. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  701. CreateMesh(wed,"Wedge",0.05,3,0.5)
  702. CreateWeld(wed,lwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  703.  
  704. local lwing5 = CreateParta(m,1,1,"Neon",maincolor)
  705. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  706. local lwing5weld = CreateWeld(lwing5,handle,lwing5,6.75,4,0,math.rad(25),math.rad(0),math.rad(62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  707.  
  708. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  709. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  710. CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  711. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  712. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  713. CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  714. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  715. CreateMesh(wed,"Wedge",0.05,0.5,3)
  716. CreateWeld(wed,lwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  717. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  718. CreateMesh(wed,"Wedge",0.05,3,0.5)
  719. CreateWeld(wed,lwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  720.  
  721. local lwing6 = CreateParta(m,1,1,"Neon",maincolor)
  722. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  723. local lwing6weld = CreateWeld(lwing6,handle,lwing6,7.75,5,0,math.rad(30),math.rad(0),math.rad(75),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  724.  
  725. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  726. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  727. CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  728. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  729. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  730. CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  731. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  732. CreateMesh(wed,"Wedge",0.05,0.5,3)
  733. CreateWeld(wed,lwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  734. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  735. CreateMesh(wed,"Wedge",0.05,3,0.5)
  736. CreateWeld(wed,lwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  737.  
  738. -- Right wing.
  739.  
  740. local rwing1 = CreateParta(m,1,1,"Neon",maincolor)
  741. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  742. local rwing1weld = CreateWeld(rwing1,handle,rwing1,-3,0,0,math.rad(5),math.rad(0),math.rad(-12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  743.  
  744. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  745. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  746. CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  747. A0 = Instance.new('Attachment',wed)
  748. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  749. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  750. CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  751. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  752. CreateMesh(wed,"Wedge",0.05,0.5,3)
  753. CreateWeld(wed,rwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  754. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  755. CreateMesh(wed,"Wedge",0.05,3,0.5)
  756. CreateWeld(wed,rwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  757. A1 = Instance.new('Attachment',wed)
  758.  
  759. tr1 = Instance.new('Trail',wed)
  760. tr1.Attachment0 = A0
  761. tr1.Attachment1 = A1
  762. --tr1.Texture = "http://www.roblox.com/asset/?id=1049219073"
  763. tr1.LightEmission = 1
  764. tr1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  765. tr1.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  766. tr1.Lifetime = 0.6
  767.  
  768. local rwing2 = CreateParta(m,1,1,"Neon",maincolor)
  769. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  770. local rwing2weld = CreateWeld(rwing2,handle,rwing2,-4,1,0,math.rad(10),math.rad(0),math.rad(-25),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  771.  
  772. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  773. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  774. CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  775. A0 = Instance.new('Attachment',wed)
  776. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  777. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  778. CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  779. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  780. CreateMesh(wed,"Wedge",0.05,0.5,3)
  781. CreateWeld(wed,rwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  782. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  783. CreateMesh(wed,"Wedge",0.05,3,0.5)
  784. CreateWeld(wed,rwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  785. A1 = Instance.new('Attachment',wed)
  786.  
  787. tr2 = Instance.new('Trail',wed)
  788. tr2.Attachment0 = A0
  789. tr2.Attachment1 = A1
  790. --tr2.Texture = "http://www.roblox.com/asset/?id=1049219073"
  791. tr2.LightEmission = 1
  792. tr2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  793. tr2.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  794. tr2.Lifetime = 0.6
  795.  
  796. local rwing3 = CreateParta(m,1,1,"Neon",maincolor)
  797. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  798. local rwing3weld = CreateWeld(rwing3,handle,rwing3,-4.75,2,0,math.rad(15),math.rad(0),math.rad(-37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  799.  
  800. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  801. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  802. CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  803. A0 = Instance.new('Attachment',wed)
  804. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  805. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  806. CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  807. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  808. CreateMesh(wed,"Wedge",0.05,0.5,3)
  809. CreateWeld(wed,rwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  810. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  811. CreateMesh(wed,"Wedge",0.05,3,0.5)
  812. CreateWeld(wed,rwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  813. A1 = Instance.new('Attachment',wed)
  814.  
  815. tr3 = Instance.new('Trail',wed)
  816. tr3.Attachment0 = A0
  817. tr3.Attachment1 = A1
  818. --tr3.Texture = "http://www.roblox.com/asset/?id=1049219073"
  819. tr3.LightEmission = 1
  820. tr3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  821. tr3.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  822. tr3.Lifetime = 0.6
  823.  
  824.  
  825. local rwing4 = CreateParta(m,1,1,"Neon",maincolor)
  826. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  827. local rwing4weld = CreateWeld(rwing4,handle,rwing4,-5.75,3,0,math.rad(20),math.rad(0),math.rad(-50),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  828.  
  829. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  830. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  831. CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  832. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  833. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  834. CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  835. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  836. CreateMesh(wed,"Wedge",0.05,0.5,3)
  837. CreateWeld(wed,rwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  838. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  839. CreateMesh(wed,"Wedge",0.05,3,0.5)
  840. CreateWeld(wed,rwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  841.  
  842. local rwing5 = CreateParta(m,1,1,"Neon",maincolor)
  843. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  844. local rwing5weld = CreateWeld(rwing5,handle,rwing5,-6.75,4,0,math.rad(25),math.rad(0),math.rad(-62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  845.  
  846. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  847. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  848. CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  849. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  850. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  851. CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  852. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  853. CreateMesh(wed,"Wedge",0.05,0.5,3)
  854. CreateWeld(wed,rwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  855. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  856. CreateMesh(wed,"Wedge",0.05,3,0.5)
  857. CreateWeld(wed,rwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  858.  
  859. local rwing6 = CreateParta(m,1,1,"Neon",maincolor)
  860. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  861. local rwing6weld = CreateWeld(rwing6,handle,rwing6,-7.75,3,0,math.rad(30),math.rad(0),math.rad(-75),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  862.  
  863. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  864. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  865. CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  866. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  867. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  868. CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  869. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  870. CreateMesh(wed,"Wedge",0.05,0.5,3)
  871. CreateWeld(wed,rwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  872. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  873. CreateMesh(wed,"Wedge",0.05,3,0.5)
  874. CreateWeld(wed,rwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  875.  
  876. ---- HERES THE RING
  877.  
  878.  
  879. --[[ran = CreateParta(m2,0,0,"SmoothPlastic",wepcolor)
  880. CreateMesh(ran,"Wedge",1.02,1.02,1.02)
  881. CreateWeld(ran,larm,ran,0,0.15,0,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  882. ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  883. CreateMesh(ran,"Wedge",0.9,0.9,1.025)
  884. CreateWeld(ran,larm,ran,0,0.155,0,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  885. ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  886. CreateMesh(ran,"Wedge",1.025,0.9,0.9)
  887. CreateWeld(ran,larm,ran,0,0.155,-0.025,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  888.  
  889.  
  890. gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  891. CreateMesh(gan,"Brick",1.075,0.1,1.075)
  892. CreateWeld(gan,larm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  893.  
  894. gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  895. CreateMesh(gan,"Brick",1.075,0.1,1.075)
  896. CreateWeld(gan,larm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  897.  
  898.  
  899.  
  900. gan = CreateParta(m2,0,0,"Neon",halocolor2)
  901. CreateMesh(gan,"Brick",1.095,0.035,1.095)
  902. CreateWeld(gan,larm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  903.  
  904. gan = CreateParta(m2,0,0,"Neon",halocolor2)
  905. CreateMesh(gan,"Brick",1.095,0.035,1.095)
  906. CreateWeld(gan,larm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  907.  
  908. gane = CreateParta(m3,0,0,"SmoothPlastic",lunacolor2)
  909. CreateMesh(gane,"Brick",1.0625,0.2,1.0625)
  910. CreateWeld(gane,larm,gane,0,0.6,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  911.  
  912. star = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  913. CreateSpecialMesh(star,"http://www.roblox.com/asset/?id=45428961",2.5,2.5,2.5)
  914. CreateWeld(star,larm,star,0,0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  915. starl = CreateParta(m3,0,0,"SmoothPlastic",starcolor)
  916. CreateSpecialMesh(starl,"http://www.roblox.com/asset/?id=45428961",1.95,2.55,1.95)
  917. CreateWeld(starl,larm,starl,0,0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  918.  
  919. --- second ring
  920.  
  921. ran = CreateParta(m2,0,0,"SmoothPlastic",wepcolor)
  922. CreateMesh(ran,"Wedge",1.02,1.02,1.02)
  923. CreateWeld(ran,rarm,ran,0,0.15,0,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  924. ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  925. CreateMesh(ran,"Wedge",0.9,0.9,1.025)
  926. CreateWeld(ran,rarm,ran,0,0.155,0,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  927. ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  928. CreateMesh(ran,"Wedge",1.025,0.9,0.9)
  929. CreateWeld(ran,rarm,ran,0,0.155,-0.025,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  930.  
  931. gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  932. CreateMesh(gan,"Brick",1.075,0.1,1.075)
  933. CreateWeld(gan,rarm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  934.  
  935. gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  936. CreateMesh(gan,"Brick",1.075,0.1,1.075)
  937. CreateWeld(gan,rarm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  938.  
  939.  
  940.  
  941. gan = CreateParta(m2,0,0,"Neon",halocolor2)
  942. CreateMesh(gan,"Brick",1.095,0.035,1.095)
  943. CreateWeld(gan,rarm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  944.  
  945. gan = CreateParta(m2,0,0,"Neon",halocolor2)
  946. CreateMesh(gan,"Brick",1.095,0.035,1.095)
  947. CreateWeld(gan,rarm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  948.  
  949. gane = CreateParta(m3,0,0,"SmoothPlastic",lunacolor2)
  950. CreateMesh(gane,"Brick",1.0625,0.2,1.0625)
  951. CreateWeld(gane,rarm,gane,0,0.6,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  952.  
  953. star = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  954. CreateSpecialMesh(star,"http://www.roblox.com/asset/?id=45428961",2.5,2.5,2.5)
  955. CreateWeld(star,rarm,star,0,-0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  956. starl = CreateParta(m3,0,0,"SmoothPlastic",starcolor)
  957. CreateSpecialMesh(starl,"http://www.roblox.com/asset/?id=45428961",1.95,2.55,1.95)
  958. CreateWeld(starl,rarm,starl,0,-0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))]]--
  959.  
  960.  
  961.  
  962. for i, v in pairs(m:GetChildren()) do
  963. if v:IsA("Part") then
  964. v.BrickColor = BrickColor.new("Dark blue")
  965. v.Material = "Glass"
  966. end
  967. end
  968. for i, v in pairs(m2:GetChildren()) do
  969. if v:IsA("Part") then
  970. v.BrickColor = BrickColor.new("Dark blue")
  971. v.Material = "Granite"
  972. end
  973. end
  974. for i, v in pairs(m3:GetChildren()) do
  975. if v:IsA("Part") then
  976. v.BrickColor = BrickColor.new("Dark blue")
  977. v.Material = "Neon"
  978. end
  979. end
  980. for i, v in pairs(mw2:GetChildren()) do
  981. if v:IsA("Part") then
  982. v.BrickColor = BrickColor.new("Dark blue")
  983. v.Material = "Neon"
  984. end
  985. end
  986. for i, v in pairs(mw1:GetChildren()) do
  987. if v:IsA("Part") then
  988. v.Transparency = 1
  989. v.BrickColor = BrickColor.new("Dark blue")
  990. v.Material = "Neon"
  991. end
  992. end
  993. for i, v in pairs(extrawingmod1:GetChildren()) do
  994. if v:IsA("Part") then
  995. v.Transparency = 1
  996. v.BrickColor = BrickColor.new("Dark blue")
  997. v.Material = "Neon"
  998. end
  999. end
  1000. for i, v in pairs(extrawingmod2:GetChildren()) do
  1001. if v:IsA("Part") then
  1002. v.Transparency = 1
  1003. v.BrickColor = BrickColor.new("Dark blue")
  1004. v.Material = "Neon"
  1005. end
  1006. end
  1007. local MAINRUINCOLOR = BrickColor.new("Dark blue")
  1008. ------
  1009. --Thanks for using Build2Script Plugin by jarredbcv!
  1010. local player = "LocalPlayer"
  1011. local Character = game.Players[player].Character
  1012. local Torso = Character.Torso
  1013. local LeftArm = Character["Left Arm"]
  1014. local RightArm = Character["Right Arm"]
  1015. local LeftLeg = Character["Left Leg"]
  1016. local RightLeg = Character["Right Leg"]
  1017. local Head = Character.Head
  1018. local RootPart = Character.HumanoidRootPart
  1019.  
  1020. local m = Instance.new("Model")
  1021. m.Name = "VTX"
  1022. --[[m1 = Instance.new("Model")
  1023. m1.Name = "Torso"
  1024. m1.Parent = m
  1025. m2 = Instance.new("Model")
  1026. m2.Name = "Head"
  1027. m2.Parent = m
  1028. m3 = Instance.new("Model")
  1029. m3.Name = "RightArm"
  1030. m3.Parent = m
  1031. m4 = Instance.new("Model")
  1032. m4.Name = "LeftLeg"
  1033. m4.Parent = m
  1034. m5 = Instance.new("Model")
  1035. m5.Name = "RightLeg"
  1036. m5.Parent = m
  1037. m6 = Instance.new("Model")
  1038. m6.Name = "LeftArm"
  1039. m6.Parent = m--]]
  1040. p1 = Instance.new("Part", m)
  1041. p1.BrickColor = BrickColor.new("Dark blue")
  1042. p1.Material = Enum.Material.SmoothPlastic
  1043. p1.Reflectance = 0.5
  1044. p1.Name = "DiamondMesh"
  1045. p1.CFrame = CFrame.new(4.43766785, 155.454346, 39.9999847, -4.37113883e-008, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -1, -4.3159529e-005, -4.37113883e-008)
  1046. p1.CanCollide = false
  1047. p1.FormFactor = Enum.FormFactor.Symmetric
  1048. p1.Elasticity = 0
  1049. p1.Size = Vector3.new(0.512455523, 0.512455463, 0.512455463)
  1050. b1 = Instance.new("SpecialMesh", p1)
  1051. b1.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1052. b1.TextureId = ""
  1053. b1.MeshType = Enum.MeshType.FileMesh
  1054. b1.Name = "Mesh"
  1055. b1.Scale = Vector3.new(0.512455523, 0.230604947, 0.102491096)
  1056. --[[p2 = Instance.new("Part", m)
  1057. p2.BrickColor = BrickColor.new("Dark blue")
  1058. p2.Name = "Torso"
  1059. p2.CFrame = CFrame.new(3.81999993, 156.276108, 40, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1060. p2.CanCollide = false
  1061. p2.FormFactor = Enum.FormFactor.Symmetric
  1062. p2.Size = Vector3.new(2, 2, 1)
  1063. p2.BottomSurface = Enum.SurfaceType.Smooth
  1064. p2.TopSurface = Enum.SurfaceType.Smooth--]]
  1065. p2 = Torso
  1066. p3 = Instance.new("Part", m)
  1067. p3.BrickColor = BrickColor.new("Dark blue")
  1068. p3.Material = Enum.Material.SmoothPlastic
  1069. p3.Name = "apart"
  1070. p3.CFrame = CFrame.new(3.18215108, 156.94046, 39.948761, 3.0473866e-005, -1, -3.05175763e-005, -3.05603571e-005, -3.05185094e-005, 1, -1, -3.04729328e-005, -3.05612884e-005)
  1071. p3.CanCollide = false
  1072. p3.FormFactor = Enum.FormFactor.Custom
  1073. p3.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  1074. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. b2 = Instance.new("SpecialMesh", p3)
  1081. b2.MeshType = Enum.MeshType.Brick
  1082. b2.Name = "Mesh"
  1083. b2.Scale = Vector3.new(1, 1.01999998, 0.5)
  1084. p4 = Instance.new("Part", m)
  1085. p4.BrickColor = BrickColor.new("Dark blue")
  1086. p4.Material = Enum.Material.Neon
  1087. p4.Name = "apart"
  1088. p4.CFrame = CFrame.new(4.59140301, 156.658615, 39.9999924, -1, 4.30663385e-005, 4.43833414e-010, 1.85536919e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  1089. p4.CanCollide = false
  1090. p4.FormFactor = Enum.FormFactor.Custom
  1091. p4.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  1092. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. b3 = Instance.new("SpecialMesh", p4)
  1099. b3.MeshType = Enum.MeshType.Cylinder
  1100. b3.Name = "Mesh"
  1101. b3.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  1102. p5 = Instance.new("Part", m)
  1103. p5.BrickColor = BrickColor.new("Dark blue")
  1104. p5.Material = Enum.Material.SmoothPlastic
  1105. p5.Name = "apart"
  1106. p5.CFrame = CFrame.new(4.28393078, 155.428711, 39.9999886, -4.37102727e-008, 2.75157674e-012, 1, -4.3159529e-005, 1, -1.96809236e-012, -1, -4.3159529e-005, -4.37139782e-008)
  1107. p5.CanCollide = false
  1108. p5.FormFactor = Enum.FormFactor.Custom
  1109. p5.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1110. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1114. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. b4 = Instance.new("SpecialMesh", p5)
  1117. b4.MeshType = Enum.MeshType.Cylinder
  1118. b4.Name = "Mesh"
  1119. b4.Scale = Vector3.new(0.417481065, 1, 1)
  1120. p6 = Instance.new("Part", m)
  1121. p6.BrickColor = BrickColor.new("Dark blue")
  1122. p6.Name = "apart"
  1123. p6.CFrame = CFrame.new(4.59140301, 157.171066, 39.9999886, -1, 4.30663385e-005, 4.43833775e-010, 1.85536952e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  1124. p6.CanCollide = false
  1125. p6.FormFactor = Enum.FormFactor.Custom
  1126. p6.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  1127. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1128. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1129. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1130. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. b5 = Instance.new("SpecialMesh", p6)
  1134. b5.MeshType = Enum.MeshType.Cylinder
  1135. b5.Name = "Mesh"
  1136. b5.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  1137. p7 = Instance.new("Part", m)
  1138. p7.BrickColor = BrickColor.new("Dark blue")
  1139. p7.Material = Enum.Material.Neon
  1140. p7.Name = "apart"
  1141. p7.CFrame = CFrame.new(4.07894754, 156.453629, 39.974369, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
  1142. p7.CanCollide = false
  1143. p7.FormFactor = Enum.FormFactor.Custom
  1144. p7.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
  1145. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1146. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. b6 = Instance.new("SpecialMesh", p7)
  1152. b6.MeshType = Enum.MeshType.Brick
  1153. b6.Name = "Mesh"
  1154. b6.Scale = Vector3.new(1.04999995, 0.899999976, 0.25)
  1155. p8 = Instance.new("Part", m)
  1156. p8.BrickColor = BrickColor.new("Dark blue")
  1157. p8.Material = Enum.Material.SmoothPlastic
  1158. p8.Name = "apart"
  1159. p8.CFrame = CFrame.new(4.38642168, 155.428711, 39.9999886, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
  1160. p8.CanCollide = false
  1161. p8.FormFactor = Enum.FormFactor.Custom
  1162. p8.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1163. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1166. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. b7 = Instance.new("SpecialMesh", p8)
  1170. b7.MeshType = Enum.MeshType.Cylinder
  1171. b7.Name = "Mesh"
  1172. b7.Scale = Vector3.new(0.417481065, 1, 1)
  1173. p9 = Instance.new("Part", m)
  1174. p9.BrickColor = BrickColor.new("Dark blue")
  1175. p9.Material = Enum.Material.Neon
  1176. p9.Name = "apart"
  1177. p9.CFrame = CFrame.new(4.59140301, 156.914856, 39.9999886, -1, 9.14653137e-005, 3.05217691e-005, 9.14681077e-005, 1, 9.14653137e-005, -3.05133999e-005, 9.14681077e-005, -1)
  1178. p9.CanCollide = false
  1179. p9.FormFactor = Enum.FormFactor.Custom
  1180. p9.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  1181. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1182. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. b8 = Instance.new("SpecialMesh", p9)
  1188. b8.MeshType = Enum.MeshType.Brick
  1189. b8.Name = "Mesh"
  1190. b8.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
  1191. p10 = Instance.new("Part", m)
  1192. p10.BrickColor = BrickColor.new("Dark blue")
  1193. p10.Material = Enum.Material.SmoothPlastic
  1194. p10.Name = "apart"
  1195. p10.CFrame = CFrame.new(2.66969562, 157.811615, 40.8967972, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  1196. p10.CanCollide = false
  1197. p10.FormFactor = Enum.FormFactor.Custom
  1198. p10.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  1199. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. b9 = Instance.new("SpecialMesh", p10)
  1206. b9.MeshType = Enum.MeshType.Brick
  1207. b9.Name = "Mesh"
  1208. b9.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
  1209. p11 = Instance.new("Part", m)
  1210. p11.BrickColor = BrickColor.new("Dark blue")
  1211. p11.Material = Enum.Material.Neon
  1212. p11.Name = "apart"
  1213. p11.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032066, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  1214. p11.CanCollide = false
  1215. p11.FormFactor = Enum.FormFactor.Custom
  1216. p11.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  1217. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. b10 = Instance.new("SpecialMesh", p11)
  1224. b10.MeshType = Enum.MeshType.Brick
  1225. b10.Name = "Mesh"
  1226. b10.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
  1227. p12 = Instance.new("Part", m)
  1228. p12.BrickColor = BrickColor.new("Dark blue")
  1229. p12.Material = Enum.Material.SmoothPlastic
  1230. p12.Name = "apart"
  1231. p12.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032104, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  1232. p12.CanCollide = false
  1233. p12.FormFactor = Enum.FormFactor.Custom
  1234. p12.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  1235. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. b11 = Instance.new("SpecialMesh", p12)
  1242. b11.MeshType = Enum.MeshType.Brick
  1243. b11.Name = "Mesh"
  1244. b11.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
  1245. p13 = Instance.new("Part", m)
  1246. p13.BrickColor = BrickColor.new("Dark blue")
  1247. p13.Material = Enum.Material.Neon
  1248. p13.Name = "apart"
  1249. p13.CFrame = CFrame.new(4.2839303, 155.428711, 40, -4.37154632e-008, -3.63797881e-012, 1, -4.31595254e-005, 1, 0, -1, -4.3159529e-005, -4.37144365e-008)
  1250. p13.CanCollide = false
  1251. p13.FormFactor = Enum.FormFactor.Custom
  1252. p13.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1253. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. b12 = Instance.new("SpecialMesh", p13)
  1260. b12.MeshType = Enum.MeshType.Cylinder
  1261. b12.Name = "Mesh"
  1262. b12.Scale = Vector3.new(0.208740532, 1.00999999, 1.00999999)
  1263. p14 = Instance.new("Part", m)
  1264. p14.BrickColor = BrickColor.new("Dark blue")
  1265. p14.Material = Enum.Material.SmoothPlastic
  1266. p14.Name = "apart"
  1267. p14.CFrame = CFrame.new(3.82271981, 155.428711, 40, 1, -3.63780295e-012, 4.07496259e-012, 1.88656274e-012, 1, -3.63797881e-012, -3.04822834e-012, 8.24700363e-020, 1)
  1268. p14.CanCollide = false
  1269. p14.FormFactor = Enum.FormFactor.Custom
  1270. p14.Size = Vector3.new(1.02491105, 0.245498881, 2.04982185)
  1271. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. b13 = Instance.new("SpecialMesh", p14)
  1278. b13.MeshType = Enum.MeshType.Brick
  1279. b13.Name = "Mesh"
  1280. b13.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  1281. p15 = Instance.new("Part", m)
  1282. p15.BrickColor = BrickColor.new("Dark blue")
  1283. p15.Material = Enum.Material.Neon
  1284. p15.Name = "apart"
  1285. p15.CFrame = CFrame.new(4.59140301, 156.914841, 39.7437744, -1, 4.30663349e-005, 4.50222831e-010, 1.85340143e-009, 5.34494757e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  1286. p15.CanCollide = false
  1287. p15.FormFactor = Enum.FormFactor.Custom
  1288. p15.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  1289. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. b14 = Instance.new("SpecialMesh", p15)
  1296. b14.MeshType = Enum.MeshType.Cylinder
  1297. b14.Name = "Mesh"
  1298. b14.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  1299. p16 = Instance.new("Part", m)
  1300. p16.BrickColor = BrickColor.new("Dark blue")
  1301. p16.Material = Enum.Material.Neon
  1302. p16.Name = "apart"
  1303. p16.CFrame = CFrame.new(2.66969585, 157.811615, 40.8968086, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738605e-005)
  1304. p16.CanCollide = false
  1305. p16.FormFactor = Enum.FormFactor.Custom
  1306. p16.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  1307. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. b15 = Instance.new("SpecialMesh", p16)
  1314. b15.MeshType = Enum.MeshType.Brick
  1315. b15.Name = "Mesh"
  1316. b15.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
  1317. p17 = Instance.new("Part", m)
  1318. p17.BrickColor = BrickColor.new("Dark blue")
  1319. p17.Material = Enum.Material.SmoothPlastic
  1320. p17.Name = "apart"
  1321. p17.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  1322. p17.CanCollide = false
  1323. p17.FormFactor = Enum.FormFactor.Custom
  1324. p17.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  1325. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. b16 = Instance.new("SpecialMesh", p17)
  1332. b16.MeshType = Enum.MeshType.Cylinder
  1333. b16.Name = "Mesh"
  1334. b16.Scale = Vector3.new(0.417480975, 1, 1)
  1335. p18 = Instance.new("Part", m)
  1336. p18.BrickColor = BrickColor.new("Dark blue")
  1337. p18.Material = Enum.Material.Neon
  1338. p18.Name = "apart"
  1339. p18.CFrame = CFrame.new(4.59140301, 156.914825, 40.2562294, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  1340. p18.CanCollide = false
  1341. p18.FormFactor = Enum.FormFactor.Custom
  1342. p18.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  1343. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. b17 = Instance.new("SpecialMesh", p18)
  1350. b17.MeshType = Enum.MeshType.Cylinder
  1351. b17.Name = "Mesh"
  1352. b17.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  1353. p19 = Instance.new("Part", m)
  1354. p19.BrickColor = BrickColor.new("Dark blue")
  1355. p19.Material = Enum.Material.Neon
  1356. p19.Name = "apart"
  1357. p19.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  1358. p19.CanCollide = false
  1359. p19.FormFactor = Enum.FormFactor.Custom
  1360. p19.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  1361. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. b18 = Instance.new("SpecialMesh", p19)
  1368. b18.MeshType = Enum.MeshType.Brick
  1369. b18.Name = "Mesh"
  1370. b18.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
  1371. p20 = Instance.new("Part", m)
  1372. p20.BrickColor = BrickColor.new("Dark blue")
  1373. p20.Material = Enum.Material.SmoothPlastic
  1374. p20.Name = "apart"
  1375. p20.CFrame = CFrame.new(4.46329021, 156.914825, 40.0000191, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
  1376. p20.CanCollide = false
  1377. p20.FormFactor = Enum.FormFactor.Custom
  1378. p20.Size = Vector3.new(2.04982209, 0.256227732, 1.02491093)
  1379. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. b19 = Instance.new("SpecialMesh", p20)
  1386. b19.MeshType = Enum.MeshType.Torso
  1387. b19.Name = "Mesh"
  1388. p21 = Instance.new("Part", m)
  1389. p21.BrickColor = BrickColor.new("Dark blue")
  1390. p21.Material = Enum.Material.SmoothPlastic
  1391. p21.Name = "apart"
  1392. p21.CFrame = CFrame.new(4.07894802, 156.453613, 39.9743843, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
  1393. p21.CanCollide = false
  1394. p21.FormFactor = Enum.FormFactor.Custom
  1395. p21.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
  1396. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. b20 = Instance.new("SpecialMesh", p21)
  1403. b20.MeshType = Enum.MeshType.Brick
  1404. b20.Name = "Mesh"
  1405. b20.Scale = Vector3.new(1.03999996, 1.00999999, 1.00999999)
  1406. p22 = Instance.new("Part", m)
  1407. p22.BrickColor = BrickColor.new("Dark blue")
  1408. p22.Material = Enum.Material.Neon
  1409. p22.Name = "apart"
  1410. p22.CFrame = CFrame.new(3.18215108, 156.940445, 39.9487801, 3.04738605e-005, -1, -3.05175818e-005, -3.05603644e-005, -3.05185094e-005, 1, -1, -3.0472931e-005, -3.05612739e-005)
  1411. p22.CanCollide = false
  1412. p22.FormFactor = Enum.FormFactor.Custom
  1413. p22.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  1414. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. b21 = Instance.new("SpecialMesh", p22)
  1421. b21.MeshType = Enum.MeshType.Brick
  1422. b21.Name = "Mesh"
  1423. b21.Scale = Vector3.new(1, 1.02999997, 0.25)
  1424. p23 = Instance.new("Part", m)
  1425. p23.BrickColor = BrickColor.new("Dark blue")
  1426. p23.Material = Enum.Material.SmoothPlastic
  1427. p23.Name = "apart"
  1428. p23.CFrame = CFrame.new(3.82272005, 156.402344, 40.0000038, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  1429. p23.CanCollide = false
  1430. p23.FormFactor = Enum.FormFactor.Custom
  1431. p23.Size = Vector3.new(1.02491105, 2.04982185, 2.04982185)
  1432. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. p24 = Instance.new("Part", m)
  1439. p24.BrickColor = BrickColor.new("Dark blue")
  1440. p24.Material = Enum.Material.SmoothPlastic
  1441. p24.Name = "apart"
  1442. p24.CFrame = CFrame.new(3.82272005, 155.172455, 39.4875526, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  1443. p24.CanCollide = false
  1444. p24.FormFactor = Enum.FormFactor.Custom
  1445. p24.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  1446. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1448. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. b22 = Instance.new("SpecialMesh", p24)
  1453. b22.MeshType = Enum.MeshType.Brick
  1454. b22.Name = "Mesh"
  1455. b22.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1456. p25 = Instance.new("Part", m)
  1457. p25.BrickColor = BrickColor.new("Dark blue")
  1458. p25.Material = Enum.Material.SmoothPlastic
  1459. p25.Name = "apart"
  1460. p25.CFrame = CFrame.new(3.82272005, 155.172455, 40.512455, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  1461. p25.CanCollide = false
  1462. p25.FormFactor = Enum.FormFactor.Custom
  1463. p25.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  1464. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1466. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1467. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1468. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. b23 = Instance.new("SpecialMesh", p25)
  1471. b23.MeshType = Enum.MeshType.Brick
  1472. b23.Name = "Mesh"
  1473. b23.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1474. p26 = Instance.new("Part", m)
  1475. p26.BrickColor = BrickColor.new("Dark blue")
  1476. p26.Material = Enum.Material.SmoothPlastic
  1477. p26.Name = "apart"
  1478. p26.CFrame = CFrame.new(2.66969609, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738514e-005)
  1479. p26.CanCollide = false
  1480. p26.FormFactor = Enum.FormFactor.Custom
  1481. p26.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  1482. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1487. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. b24 = Instance.new("SpecialMesh", p26)
  1489. b24.MeshType = Enum.MeshType.Brick
  1490. b24.Name = "Mesh"
  1491. p27 = Instance.new("Part", m)
  1492. p27.BrickColor = BrickColor.new("Dark blue")
  1493. p27.Material = Enum.Material.SmoothPlastic
  1494. p27.Name = "apart"
  1495. p27.CFrame = CFrame.new(3.82269621, 157.4785, 40.0000038, 5.34812571e-005, -1, -4.31585941e-005, 1, 5.34812607e-005, 1.38243195e-009, 9.4587449e-010, -4.31585941e-005, 1)
  1496. p27.CanCollide = false
  1497. p27.FormFactor = Enum.FormFactor.Custom
  1498. p27.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  1499. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1500. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1501. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. b25 = Instance.new("SpecialMesh", p27)
  1506. b25.MeshType = Enum.MeshType.Cylinder
  1507. b25.Name = "Mesh"
  1508. b25.Scale = Vector3.new(0.417481065, 1, 1)
  1509. p28 = Instance.new("Part", m)
  1510. p28.BrickColor = BrickColor.new("Dark blue")
  1511. p28.Material = Enum.Material.SmoothPlastic
  1512. p28.Name = "apart"
  1513. p28.CFrame = CFrame.new(3.18215108, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
  1514. p28.CanCollide = false
  1515. p28.FormFactor = Enum.FormFactor.Custom
  1516. p28.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
  1517. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. b26 = Instance.new("SpecialMesh", p28)
  1524. b26.MeshType = Enum.MeshType.Wedge
  1525. b26.Name = "Mesh"
  1526. p29 = Instance.new("Part", m)
  1527. p29.BrickColor = BrickColor.new("Dark blue")
  1528. p29.Material = Enum.Material.SmoothPlastic
  1529. p29.Name = "apart"
  1530. p29.CFrame = CFrame.new(3.82272005, 156.556107, 40.0000076, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
  1531. p29.CanCollide = false
  1532. p29.FormFactor = Enum.FormFactor.Custom
  1533. p29.Size = Vector3.new(1.02491105, 1.74234843, 1.84483957)
  1534. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1535. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1538. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. b27 = Instance.new("SpecialMesh", p29)
  1541. b27.MeshType = Enum.MeshType.Brick
  1542. b27.Name = "Mesh"
  1543. b27.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1544. p30 = Instance.new("Part", m)
  1545. p30.BrickColor = BrickColor.new("Dark blue")
  1546. p30.Material = Enum.Material.SmoothPlastic
  1547. p30.Name = "apart"
  1548. p30.CFrame = CFrame.new(2.92592335, 156.914825, 39.1032219, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
  1549. p30.CanCollide = false
  1550. p30.FormFactor = Enum.FormFactor.Custom
  1551. p30.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
  1552. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1554. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1556. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1557. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. b28 = Instance.new("SpecialMesh", p30)
  1559. b28.MeshType = Enum.MeshType.Wedge
  1560. b28.Name = "Mesh"
  1561. p31 = Instance.new("Part", m)
  1562. p31.BrickColor = BrickColor.new("Dark blue")
  1563. p31.Material = Enum.Material.SmoothPlastic
  1564. p31.Name = "apart"
  1565. p31.CFrame = CFrame.new(2.92592359, 156.91481, 40.8968201, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
  1566. p31.CanCollide = false
  1567. p31.FormFactor = Enum.FormFactor.Custom
  1568. p31.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
  1569. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1570. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1571. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1572. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1573. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1574. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. b29 = Instance.new("SpecialMesh", p31)
  1576. b29.MeshType = Enum.MeshType.Wedge
  1577. b29.Name = "Mesh"
  1578. p32 = Instance.new("Part", m)
  1579. p32.BrickColor = BrickColor.new("Dark blue")
  1580. p32.Material = Enum.Material.SmoothPlastic
  1581. p32.Name = "apart"
  1582. p32.CFrame = CFrame.new(3.82272077, 156.556091, 40.9736748, 1, 3.05171161e-005, 3.05180401e-005, 3.05180401e-005, -1, -3.04301611e-005, 3.05171125e-005, 3.04310706e-005, -1)
  1583. p32.CanCollide = false
  1584. p32.FormFactor = Enum.FormFactor.Custom
  1585. p32.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
  1586. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1588. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1589. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1590. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1591. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1592. b30 = Instance.new("SpecialMesh", p32)
  1593. b30.MeshType = Enum.MeshType.Wedge
  1594. b30.Name = "Mesh"
  1595. b30.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
  1596. p33 = Instance.new("Part", m)
  1597. p33.BrickColor = BrickColor.new("Dark blue")
  1598. p33.Material = Enum.Material.SmoothPlastic
  1599. p33.Name = "apart"
  1600. p33.CFrame = CFrame.new(2.66969681, 157.8116, 40.8968201, -3.05612957e-005, 1, -3.05175763e-005, -3.04729383e-005, -3.05185094e-005, -1, -1, -3.05603571e-005, 3.04738496e-005)
  1601. p33.CanCollide = false
  1602. p33.FormFactor = Enum.FormFactor.Custom
  1603. p33.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  1604. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1608. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1609. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1610. b31 = Instance.new("SpecialMesh", p33)
  1611. b31.MeshType = Enum.MeshType.Brick
  1612. b31.Name = "Mesh"
  1613. p34 = Instance.new("Part", m)
  1614. p34.BrickColor = BrickColor.new("Dark blue")
  1615. p34.Material = Enum.Material.SmoothPlastic
  1616. p34.Name = "apart"
  1617. p34.CFrame = CFrame.new(3.82269669, 157.581009, 40.0000153, 5.34812571e-005, -1, -4.31585904e-005, 1, 5.34812607e-005, 1.38061296e-009, 9.47693479e-010, -4.31585977e-005, 1)
  1618. p34.CanCollide = false
  1619. p34.FormFactor = Enum.FormFactor.Custom
  1620. p34.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  1621. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1625. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1626. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. b32 = Instance.new("SpecialMesh", p34)
  1628. b32.MeshType = Enum.MeshType.Cylinder
  1629. b32.Name = "Mesh"
  1630. b32.Scale = Vector3.new(0.417481065, 0.899999976, 1)
  1631. p35 = Instance.new("Part", m)
  1632. p35.BrickColor = BrickColor.new("Dark blue")
  1633. p35.Material = Enum.Material.SmoothPlastic
  1634. p35.Name = "apart"
  1635. p35.CFrame = CFrame.new(3.82272053, 155.633682, 40.4612274, 1, 3.05171161e-005, 3.05180365e-005, 3.05180401e-005, -1, -3.04301593e-005, 3.05171143e-005, 3.04310706e-005, -1)
  1636. p35.CanCollide = false
  1637. p35.FormFactor = Enum.FormFactor.Custom
  1638. p35.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
  1639. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. b33 = Instance.new("SpecialMesh", p35)
  1646. b33.MeshType = Enum.MeshType.Wedge
  1647. b33.Name = "Mesh"
  1648. b33.Scale = Vector3.new(1.00999999, 0.421655744, 1)
  1649. p36 = Instance.new("Part", m)
  1650. p36.BrickColor = BrickColor.new("Dark blue")
  1651. p36.Material = Enum.Material.SmoothPlastic
  1652. p36.Name = "apart"
  1653. p36.CFrame = CFrame.new(3.82272053, 156.556107, 39.0263557, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
  1654. p36.CanCollide = false
  1655. p36.FormFactor = Enum.FormFactor.Custom
  1656. p36.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
  1657. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1659. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1660. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. b34 = Instance.new("SpecialMesh", p36)
  1664. b34.MeshType = Enum.MeshType.Wedge
  1665. b34.Name = "Mesh"
  1666. b34.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
  1667. p37 = Instance.new("Part", m)
  1668. p37.BrickColor = BrickColor.new("Dark blue")
  1669. p37.Material = Enum.Material.SmoothPlastic
  1670. p37.Name = "apart"
  1671. p37.CFrame = CFrame.new(3.82272053, 155.633682, 39.5388374, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
  1672. p37.CanCollide = false
  1673. p37.FormFactor = Enum.FormFactor.Custom
  1674. p37.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
  1675. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1676. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1677. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. b35 = Instance.new("SpecialMesh", p37)
  1682. b35.MeshType = Enum.MeshType.Wedge
  1683. b35.Name = "Mesh"
  1684. b35.Scale = Vector3.new(1.00999999, 0.421655744, 1)
  1685. p38 = Instance.new("Part", m)
  1686. p38.BrickColor = BrickColor.new("Dark blue")
  1687. p38.Material = Enum.Material.SmoothPlastic
  1688. p38.Name = "apart"
  1689. p38.CFrame = CFrame.new(3.18215156, 157.811584, 40.8968277, -3.05612957e-005, 1, -3.05175708e-005, -3.04729365e-005, -3.05185131e-005, -1, -1, -3.05603608e-005, 3.04738478e-005)
  1690. p38.CanCollide = false
  1691. p38.FormFactor = Enum.FormFactor.Custom
  1692. p38.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
  1693. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1695. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1696. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1697. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1698. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1699. b36 = Instance.new("SpecialMesh", p38)
  1700. b36.MeshType = Enum.MeshType.Wedge
  1701. b36.Name = "Mesh"
  1702. p39 = Instance.new("Part", m)
  1703. p39.BrickColor = BrickColor.new("Dark blue")
  1704. p39.Material = Enum.Material.SmoothPlastic
  1705. p39.Name = "apart"
  1706. p39.CFrame = CFrame.new(3.18215156, 156.940414, 39.9487991, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
  1707. p39.CanCollide = false
  1708. p39.FormFactor = Enum.FormFactor.Custom
  1709. p39.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  1710. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1715. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1716. b37 = Instance.new("SpecialMesh", p39)
  1717. b37.MeshType = Enum.MeshType.Brick
  1718. b37.Name = "Mesh"
  1719. b37.Scale = Vector3.new(1, 1.00999999, 1.00999999)
  1720. p40 = Instance.new("Part", m)
  1721. p40.BrickColor = BrickColor.new("Dark blue")
  1722. p40.Material = Enum.Material.SmoothPlastic
  1723. p40.Name = "apart"
  1724. p40.CFrame = CFrame.new(3.18215179, 156.94043, 40.0000381, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
  1725. p40.CanCollide = false
  1726. p40.FormFactor = Enum.FormFactor.Custom
  1727. p40.Size = Vector3.new(1.53736663, 0.256227732, 0.973665357)
  1728. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. b38 = Instance.new("SpecialMesh", p40)
  1735. b38.MeshType = Enum.MeshType.Torso
  1736. b38.Name = "Mesh"
  1737. p41 = Instance.new("Part", m)
  1738. p41.BrickColor = BrickColor.new("Dark blue")
  1739. p41.Material = Enum.Material.SmoothPlastic
  1740. p41.Name = "apart"
  1741. p41.CFrame = CFrame.new(4.43766689, 158.093491, 39.9999962, -1, 4.30663349e-005, 4.51109372e-010, 1.85900717e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.34494757e-005)
  1742. p41.CanCollide = false
  1743. p41.FormFactor = Enum.FormFactor.Custom
  1744. p41.Size = Vector3.new(0.409964442, 0.922419786, 0.922419786)
  1745. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1746. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1747. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1748. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1749. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1750. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1751. b39 = Instance.new("SpecialMesh", p41)
  1752. b39.MeshType = Enum.MeshType.Sphere
  1753. b39.Name = "Mesh"
  1754. p42 = Instance.new("Part", m)
  1755. p42.BrickColor = BrickColor.new("Dark blue")
  1756. p42.Material = Enum.Material.SmoothPlastic
  1757. p42.Name = "apart"
  1758. p42.CFrame = CFrame.new(3.82272005, 158.093506, 39.2825584, -3.05612848e-005, -1, -3.05175745e-005, -3.05603535e-005, 3.05185167e-005, -1, 1, -3.05603608e-005, -3.05612921e-005)
  1759. p42.CanCollide = false
  1760. p42.FormFactor = Enum.FormFactor.Custom
  1761. p42.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
  1762. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1763. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1764. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1765. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. b40 = Instance.new("SpecialMesh", p42)
  1769. b40.MeshType = Enum.MeshType.Sphere
  1770. b40.Name = "Mesh"
  1771. p43 = Instance.new("Part", m)
  1772. p43.BrickColor = BrickColor.new("Dark blue")
  1773. p43.Material = Enum.Material.SmoothPlastic
  1774. p43.Name = "apart"
  1775. p43.CFrame = CFrame.new(4.3864212, 158.093475, 39.9999924, -1, 4.30663349e-005, 4.50970816e-010, 1.8563604e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.3449472e-005)
  1776. p43.CanCollide = false
  1777. p43.FormFactor = Enum.FormFactor.Custom
  1778. p43.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  1779. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1780. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1781. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1782. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1783. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1784. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1785. b41 = Instance.new("SpecialMesh", p43)
  1786. b41.MeshType = Enum.MeshType.Cylinder
  1787. b41.Name = "Mesh"
  1788. b41.Scale = Vector3.new(0.417480975, 1, 1)
  1789. p44 = Instance.new("Part", m)
  1790. p44.BrickColor = BrickColor.new("Dark blue")
  1791. p44.Material = Enum.Material.SmoothPlastic
  1792. p44.Name = "apart"
  1793. p44.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
  1794. p44.CanCollide = false
  1795. p44.FormFactor = Enum.FormFactor.Custom
  1796. p44.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  1797. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1800. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1801. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1802. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1803. b42 = Instance.new("SpecialMesh", p44)
  1804. b42.MeshType = Enum.MeshType.Cylinder
  1805. b42.Name = "Mesh"
  1806. b42.Scale = Vector3.new(0.626221538, 1, 1)
  1807. p45 = Instance.new("Part", m)
  1808. p45.BrickColor = BrickColor.new("Dark blue")
  1809. p45.Material = Enum.Material.Neon
  1810. p45.Name = "apart"
  1811. p45.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
  1812. p45.CanCollide = false
  1813. p45.FormFactor = Enum.FormFactor.Custom
  1814. p45.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  1815. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1817. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1818. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1819. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1820. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1821. b43 = Instance.new("SpecialMesh", p45)
  1822. b43.MeshType = Enum.MeshType.Cylinder
  1823. b43.Name = "Mesh"
  1824. b43.Scale = Vector3.new(0.313110769, 1.00999999, 1.00999999)
  1825. p46 = Instance.new("Part", m)
  1826. p46.BrickColor = BrickColor.new("Dark blue")
  1827. p46.Material = Enum.Material.SmoothPlastic
  1828. p46.Name = "apart"
  1829. p46.CFrame = CFrame.new(3.82271981, 158.093491, 40.7174263, -3.05612884e-005, -1, -3.05175763e-005, -3.05603571e-005, 3.05185131e-005, -1, 1, -3.05603571e-005, -3.05612884e-005)
  1830. p46.CanCollide = false
  1831. p46.FormFactor = Enum.FormFactor.Custom
  1832. p46.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
  1833. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1835. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1836. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1837. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1838. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1839. b44 = Instance.new("SpecialMesh", p46)
  1840. b44.MeshType = Enum.MeshType.Sphere
  1841. b44.Name = "Mesh"
  1842. p47 = Instance.new("Part", m)
  1843. p47.BrickColor = BrickColor.new("Dark blue")
  1844. --[[p47.Name = "Head"
  1845. p47.CFrame = CFrame.new(3.81999993, 157.776108, 40, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1846. p47.CanCollide = false
  1847. p47.FormFactor = Enum.FormFactor.Symmetric
  1848. p47.Size = Vector3.new(2, 1, 1)
  1849. p47.BottomSurface = Enum.SurfaceType.Smooth
  1850. p47.TopSurface = Enum.SurfaceType.Smooth--]]
  1851. p47 = Head
  1852. p48 = Instance.new("Part", m)
  1853. p48.BrickColor = BrickColor.new("Dark blue")
  1854. p48.Material = Enum.Material.Neon
  1855. p48.Name = "apart"
  1856. p48.CFrame = CFrame.new(3.05403709, 158.529068, 39.8975182, -3.05612884e-005, 1, -3.05166468e-005, 6.10798015e-005, -3.05147805e-005, -1, -1, -3.05631511e-005, -6.10788702e-005)
  1857. p48.CanCollide = false
  1858. p48.FormFactor = Enum.FormFactor.Custom
  1859. p48.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  1860. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1861. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1862. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. b45 = Instance.new("SpecialMesh", p48)
  1867. b45.MeshType = Enum.MeshType.Wedge
  1868. b45.Name = "Mesh"
  1869. b45.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
  1870. p49 = Instance.new("Part", m)
  1871. p49.BrickColor = BrickColor.new("Dark blue")
  1872. p49.Material = Enum.Material.SmoothPlastic
  1873. p49.Name = "apart"
  1874. p49.CFrame = CFrame.new(4.69389391, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
  1875. p49.CanCollide = false
  1876. p49.FormFactor = Enum.FormFactor.Custom
  1877. p49.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
  1878. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1879. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1881. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1884. b46 = Instance.new("SpecialMesh", p49)
  1885. b46.MeshType = Enum.MeshType.Brick
  1886. b46.Name = "Mesh"
  1887. b46.Scale = Vector3.new(0.417481035, 1.00999999, 0.834961772)
  1888. p50 = Instance.new("Part", m)
  1889. p50.BrickColor = BrickColor.new("Dark blue")
  1890. p50.Material = Enum.Material.SmoothPlastic
  1891. p50.Name = "apart"
  1892. p50.CFrame = CFrame.new(4.64264822, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
  1893. p50.CanCollide = false
  1894. p50.FormFactor = Enum.FormFactor.Custom
  1895. p50.Size = Vector3.new(0.245498881, 0.409964353, 0.307473242)
  1896. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1897. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1898. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1900. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. b47 = Instance.new("SpecialMesh", p50)
  1903. b47.MeshType = Enum.MeshType.Brick
  1904. b47.Name = "Mesh"
  1905. b47.Scale = Vector3.new(0.417481035, 1, 1)
  1906. p51 = Instance.new("Part", m)
  1907. p51.BrickColor = BrickColor.new("Dark blue")
  1908. p51.Material = Enum.Material.Neon
  1909. p51.Name = "apart"
  1910. p51.CFrame = CFrame.new(3.05403709, 158.195969, 39.8974838, -0.000274701917, -0.99999994, -3.04719488e-005, 0.000183053358, -3.05222311e-005, 1, -0.99999994, 0.000274696329, 0.000183061755)
  1911. p51.CanCollide = false
  1912. p51.FormFactor = Enum.FormFactor.Custom
  1913. p51.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  1914. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1915. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1917. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1919. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1920. b48 = Instance.new("SpecialMesh", p51)
  1921. b48.MeshType = Enum.MeshType.Wedge
  1922. b48.Name = "Mesh"
  1923. b48.Scale = Vector3.new(0.208740532, 1.00999999, 1)
  1924. p52 = Instance.new("Part", m)
  1925. p52.BrickColor = BrickColor.new("Dark blue")
  1926. p52.Material = Enum.Material.SmoothPlastic
  1927. p52.Name = "apart"
  1928. p52.CFrame = CFrame.new(3.2077713, 158.272842, 40.7174377, 0.000228409393, -0.965923071, 0.258828998, -0.000213359453, 0.258829027, 0.96592319, -0.99999994, -0.000275849539, -0.00014696976)
  1929. p52.CanCollide = false
  1930. p52.FormFactor = Enum.FormFactor.Custom
  1931. p52.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  1932. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1933. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1935. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1936. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1937. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. b49 = Instance.new("SpecialMesh", p52)
  1939. b49.MeshType = Enum.MeshType.Wedge
  1940. b49.Name = "Mesh"
  1941. b49.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  1942. p53 = Instance.new("Part", m)
  1943. p53.BrickColor = BrickColor.new("Dark blue")
  1944. p53.Material = Enum.Material.SmoothPlastic
  1945. p53.Name = "apart"
  1946. p53.CFrame = CFrame.new(3.82271767, 158.093475, 39.9999886, -3.05612375e-005, -1, -3.04430723e-005, -3.05603317e-005, 3.0502677e-005, -1.00000012, 1, -3.05603717e-005, -3.05613357e-005)
  1947. p53.CanCollide = false
  1948. p53.FormFactor = Enum.FormFactor.Custom
  1949. p53.Size = Vector3.new(1.43487537, 0.512455463, 0.512455463)
  1950. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1951. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1952. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1953. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1956. b50 = Instance.new("SpecialMesh", p53)
  1957. b50.MeshType = Enum.MeshType.Cylinder
  1958. b50.Name = "Mesh"
  1959. p54 = Instance.new("Part", m)
  1960. p54.BrickColor = BrickColor.new("Dark blue")
  1961. p54.Material = Enum.Material.SmoothPlastic
  1962. p54.Name = "apart"
  1963. p54.CFrame = CFrame.new(3.82271767, 158.093491, 39.4363022, 3.07936716e-008, -3.99507094e-011, 1, -1.00000012, -0.000152631663, -2.78741936e-008, 0.000152631561, -1, 2.18273732e-011)
  1964. p54.CanCollide = false
  1965. p54.FormFactor = Enum.FormFactor.Custom
  1966. p54.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  1967. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1968. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1971. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. b51 = Instance.new("SpecialMesh", p54)
  1974. b51.MeshType = Enum.MeshType.Torso
  1975. b51.Name = "Mesh"
  1976. b51.Scale = Vector3.new(1, 0.417480916, 1)
  1977. p55 = Instance.new("Part", m)
  1978. p55.BrickColor = BrickColor.new("Dark blue")
  1979. p55.Material = Enum.Material.SmoothPlastic
  1980. p55.Name = "apart"
  1981. p55.CFrame = CFrame.new(3.05403447, 158.195984, 39.6669159, -0.000274701975, -0.99999994, -3.05464528e-005, 0.000183053344, -3.05380709e-005, 1.00000012, -1, 0.000274696329, 0.000183061798)
  1982. p55.CanCollide = false
  1983. p55.FormFactor = Enum.FormFactor.Custom
  1984. p55.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
  1985. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1986. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1988. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1989. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. b52 = Instance.new("SpecialMesh", p55)
  1992. b52.MeshType = Enum.MeshType.Wedge
  1993. b52.Name = "Mesh"
  1994. p56 = Instance.new("Part", m)
  1995. p56.BrickColor = BrickColor.new("Dark blue")
  1996. p56.Material = Enum.Material.SmoothPlastic
  1997. p56.Name = "apart"
  1998. p56.CFrame = CFrame.new(2.7465601, 158.529114, 39.8975143, -0.000274701975, -0.999999881, -3.05464528e-005, 0.000183053344, -3.05380672e-005, 1.00000012, -1, 0.0002746963, 0.000183061798)
  1999. p56.CanCollide = false
  2000. p56.FormFactor = Enum.FormFactor.Custom
  2001. p56.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  2002. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2003. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2004. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2005. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. b53 = Instance.new("SpecialMesh", p56)
  2009. b53.MeshType = Enum.MeshType.Wedge
  2010. b53.Name = "Mesh"
  2011. b53.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
  2012. p57 = Instance.new("Part", m)
  2013. p57.BrickColor = BrickColor.new("Dark blue")
  2014. p57.Material = Enum.Material.SmoothPlastic
  2015. p57.Name = "apart"
  2016. p57.CFrame = CFrame.new(3.05403423, 158.529099, 40.1024895, -3.05613503e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989571e-005, -1.00000012, -1, -3.05630856e-005, -6.10789066e-005)
  2017. p57.CanCollide = false
  2018. p57.FormFactor = Enum.FormFactor.Custom
  2019. p57.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  2020. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2021. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2022. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2023. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2024. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2025. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. b54 = Instance.new("SpecialMesh", p57)
  2027. b54.MeshType = Enum.MeshType.Wedge
  2028. b54.Name = "Mesh"
  2029. b54.Scale = Vector3.new(0.417481065, 1, 0.626221359)
  2030. p58 = Instance.new("Part", m)
  2031. p58.BrickColor = BrickColor.new("Dark blue")
  2032. p58.Material = Enum.Material.SmoothPlastic
  2033. p58.Name = "apart"
  2034. p58.CFrame = CFrame.new(3.82271719, 158.093506, 40.5636864, -1.18223397e-007, 6.08786355e-011, 0.999999881, 1.00000012, -4.36484697e-008, 5.95373422e-008, 4.37539711e-008, 1, 6.57935928e-011)
  2035. p58.CanCollide = false
  2036. p58.FormFactor = Enum.FormFactor.Custom
  2037. p58.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  2038. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2039. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2040. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2041. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2042. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2043. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2044. b55 = Instance.new("SpecialMesh", p58)
  2045. b55.MeshType = Enum.MeshType.Torso
  2046. b55.Name = "Mesh"
  2047. b55.Scale = Vector3.new(1, 0.417480916, 1)
  2048. p59 = Instance.new("Part", m)
  2049. p59.BrickColor = BrickColor.new("Dark blue")
  2050. p59.Material = Enum.Material.SmoothPlastic
  2051. p59.Name = "apart"
  2052. p59.CFrame = CFrame.new(3.82271719, 158.093506, 39.9999809, 5.34067403e-005, -0.999999881, -4.31585322e-005, 1.00000012, 5.34654391e-005, 1.43842538e-009, 9.74580416e-010, -4.31586632e-005, 1)
  2053. p59.CanCollide = false
  2054. p59.FormFactor = Enum.FormFactor.Custom
  2055. p59.Size = Vector3.new(1.02491105, 1.02491093, 1.02491093)
  2056. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2057. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2058. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2059. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2060. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2061. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2062. b56 = Instance.new("SpecialMesh", p59)
  2063. b56.MeshType = Enum.MeshType.Brick
  2064. b56.Name = "Mesh"
  2065. p60 = Instance.new("Part", m)
  2066. p60.BrickColor = BrickColor.new("Dark blue")
  2067. p60.Material = Enum.Material.Neon
  2068. p60.Name = "apart"
  2069. p60.CFrame = CFrame.new(3.05403423, 158.529114, 40.1024895, -3.05613539e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989553e-005, -1.00000012, -1, -3.05630856e-005, -6.10789139e-005)
  2070. p60.CanCollide = false
  2071. p60.FormFactor = Enum.FormFactor.Custom
  2072. p60.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  2073. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2074. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2076. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2077. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2078. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2079. b57 = Instance.new("SpecialMesh", p60)
  2080. b57.MeshType = Enum.MeshType.Wedge
  2081. b57.Name = "Mesh"
  2082. b57.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
  2083. p61 = Instance.new("Part", m)
  2084. p61.BrickColor = BrickColor.new("Dark blue")
  2085. p61.Material = Enum.Material.SmoothPlastic
  2086. p61.Name = "apart"
  2087. p61.CFrame = CFrame.new(3.05403423, 158.19603, 39.89748, -0.000274701946, -0.999999821, -3.05464564e-005, 0.000183053315, -3.05380599e-005, 1.00000012, -0.99999994, 0.000274696271, 0.000183061798)
  2088. p61.CanCollide = false
  2089. p61.FormFactor = Enum.FormFactor.Custom
  2090. p61.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  2091. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2092. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2093. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2094. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2095. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2096. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2097. b58 = Instance.new("SpecialMesh", p61)
  2098. b58.MeshType = Enum.MeshType.Wedge
  2099. b58.Name = "Mesh"
  2100. b58.Scale = Vector3.new(0.417481065, 1, 1)
  2101. p62 = Instance.new("Part", m)
  2102. p62.BrickColor = BrickColor.new("Dark blue")
  2103. p62.Material = Enum.Material.SmoothPlastic
  2104. p62.Name = "apart"
  2105. p62.CFrame = CFrame.new(3.20776844, 158.272903, 40.7686882, 0.000228409335, -0.965923011, 0.258828908, -0.000213359541, 0.258829057, 0.965923309, -0.99999994, -0.000275849598, -0.000146969687)
  2106. p62.CanCollide = false
  2107. p62.FormFactor = Enum.FormFactor.Custom
  2108. p62.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  2109. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2110. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2111. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2112. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2113. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2114. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2115. b59 = Instance.new("SpecialMesh", p62)
  2116. b59.MeshType = Enum.MeshType.Wedge
  2117. b59.Name = "Mesh"
  2118. b59.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  2119. p63 = Instance.new("Part", m)
  2120. p63.BrickColor = BrickColor.new("Dark blue")
  2121. p63.Material = Enum.Material.SmoothPlastic
  2122. p63.Name = "apart"
  2123. p63.CFrame = CFrame.new(3.05403471, 158.196045, 40.1024666, -0.000274702004, -0.999999821, -3.05771828e-005, 0.000183053315, -3.04877758e-005, 1.00000024, -1, 0.000274696242, 0.000183061857)
  2124. p63.CanCollide = false
  2125. p63.FormFactor = Enum.FormFactor.Custom
  2126. p63.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  2127. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2128. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2129. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2130. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2131. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2132. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2133. b60 = Instance.new("SpecialMesh", p63)
  2134. b60.MeshType = Enum.MeshType.Wedge
  2135. b60.Name = "Mesh"
  2136. b60.Scale = Vector3.new(0.417481065, 1, 1)
  2137. p64 = Instance.new("Part", m)
  2138. p64.BrickColor = BrickColor.new("Dark blue")
  2139. p64.Material = Enum.Material.SmoothPlastic
  2140. p64.Name = "apart"
  2141. p64.CFrame = CFrame.new(2.7465601, 158.529175, 40.3330841, -0.000274702004, -0.999999762, -3.05771828e-005, 0.000183053315, -3.0487774e-005, 1.00000024, -1, 0.000274696213, 0.000183061857)
  2142. p64.CanCollide = false
  2143. p64.FormFactor = Enum.FormFactor.Custom
  2144. p64.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
  2145. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2146. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2147. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2148. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2150. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2151. b61 = Instance.new("SpecialMesh", p64)
  2152. b61.MeshType = Enum.MeshType.Wedge
  2153. b61.Name = "Mesh"
  2154. b61.Scale = Vector3.new(1, 0.417480946, 0.626221359)
  2155. p65 = Instance.new("Part", m)
  2156. p65.BrickColor = BrickColor.new("Dark blue")
  2157. p65.Material = Enum.Material.SmoothPlastic
  2158. p65.Name = "apart"
  2159. p65.CFrame = CFrame.new(2.74655938, 158.52919, 39.6668968, -0.000274702004, -0.999999702, -3.05771828e-005, 0.000183053315, -3.04877722e-005, 1.00000024, -1, 0.000274696184, 0.000183061857)
  2160. p65.CanCollide = false
  2161. p65.FormFactor = Enum.FormFactor.Custom
  2162. p65.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
  2163. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2165. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2166. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2168. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2169. b62 = Instance.new("SpecialMesh", p65)
  2170. b62.MeshType = Enum.MeshType.Wedge
  2171. b62.Name = "Mesh"
  2172. b62.Scale = Vector3.new(1, 0.417480946, 0.626221359)
  2173. p66 = Instance.new("Part", m)
  2174. p66.BrickColor = BrickColor.new("Dark blue")
  2175. p66.Material = Enum.Material.SmoothPlastic
  2176. p66.Name = "apart"
  2177. p66.CFrame = CFrame.new(3.05403376, 158.196106, 40.3330727, -0.000274702004, -0.999999642, -3.05771828e-005, 0.000183053315, -3.04877703e-005, 1.00000024, -1, 0.000274696155, 0.000183061857)
  2178. p66.CanCollide = false
  2179. p66.FormFactor = Enum.FormFactor.Custom
  2180. p66.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
  2181. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2182. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2183. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2185. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2186. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2187. b63 = Instance.new("SpecialMesh", p66)
  2188. b63.MeshType = Enum.MeshType.Wedge
  2189. b63.Name = "Mesh"
  2190. p67 = Instance.new("Part", m)
  2191. p67.BrickColor = BrickColor.new("Dark blue")
  2192. p67.Material = Enum.Material.Neon
  2193. p67.Name = "apart"
  2194. p67.CFrame = CFrame.new(3.05403376, 158.196106, 40.1024437, -0.000274702004, -0.999999583, -3.05771828e-005, 0.000183053315, -3.04877685e-005, 1.00000024, -1, 0.000274696125, 0.000183061857)
  2195. p67.CanCollide = false
  2196. p67.FormFactor = Enum.FormFactor.Custom
  2197. p67.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  2198. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2199. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2200. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2201. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2202. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2203. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2204. b64 = Instance.new("SpecialMesh", p67)
  2205. b64.MeshType = Enum.MeshType.Wedge
  2206. b64.Name = "Mesh"
  2207. b64.Scale = Vector3.new(0.208740532, 1.00999999, 1)
  2208. p68 = Instance.new("Part", m)
  2209. p68.BrickColor = BrickColor.new("Dark blue")
  2210. p68.Material = Enum.Material.SmoothPlastic
  2211. p68.Name = "apart"
  2212. p68.CFrame = CFrame.new(2.74655938, 158.529221, 40.1024551, -0.000274702004, -0.999999523, -3.05771828e-005, 0.000183053315, -3.04877667e-005, 1.00000024, -1, 0.000274696096, 0.000183061857)
  2213. p68.CanCollide = false
  2214. p68.FormFactor = Enum.FormFactor.Custom
  2215. p68.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  2216. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2217. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2218. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2219. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2220. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2221. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2222. b65 = Instance.new("SpecialMesh", p68)
  2223. b65.MeshType = Enum.MeshType.Wedge
  2224. b65.Name = "Mesh"
  2225. b65.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
  2226. p69 = Instance.new("Part", m)
  2227. p69.BrickColor = BrickColor.new("Dark blue")
  2228. p69.Material = Enum.Material.SmoothPlastic
  2229. p69.Name = "apart"
  2230. p69.CFrame = CFrame.new(3.05403352, 158.529205, 40.3330612, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  2231. p69.CanCollide = false
  2232. p69.FormFactor = Enum.FormFactor.Custom
  2233. p69.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
  2234. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2235. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2237. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2238. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. b66 = Instance.new("SpecialMesh", p69)
  2241. b66.MeshType = Enum.MeshType.Wedge
  2242. b66.Name = "Mesh"
  2243. b66.Scale = Vector3.new(1, 1, 0.626221359)
  2244. p70 = Instance.new("Part", m)
  2245. p70.BrickColor = BrickColor.new("Dark blue")
  2246. p70.Material = Enum.Material.SmoothPlastic
  2247. p70.Name = "apart"
  2248. p70.CFrame = CFrame.new(3.05403328, 158.529221, 39.89748, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  2249. p70.CanCollide = false
  2250. p70.FormFactor = Enum.FormFactor.Custom
  2251. p70.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  2252. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2253. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2254. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2255. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2256. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2257. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2258. b67 = Instance.new("SpecialMesh", p70)
  2259. b67.MeshType = Enum.MeshType.Wedge
  2260. b67.Name = "Mesh"
  2261. b67.Scale = Vector3.new(0.417481065, 1, 0.626221359)
  2262. p71 = Instance.new("Part", m)
  2263. p71.BrickColor = BrickColor.new("Dark blue")
  2264. p71.Material = Enum.Material.Neon
  2265. p71.Name = "apart"
  2266. p71.CFrame = CFrame.new(3.82271624, 158.093628, 40.6661491, -3.05610884e-005, -0.999999523, -3.04123096e-005, -3.05602262e-005, 3.05529975e-005, -1.00000024, 1, -3.05606263e-005, -3.0561383e-005)
  2267. p71.CanCollide = false
  2268. p71.FormFactor = Enum.FormFactor.Custom
  2269. p71.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  2270. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2271. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2272. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2273. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2274. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2275. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2276. b68 = Instance.new("SpecialMesh", p71)
  2277. b68.MeshType = Enum.MeshType.Cylinder
  2278. b68.Name = "Mesh"
  2279. b68.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
  2280. p72 = Instance.new("Part", m)
  2281. p72.BrickColor = BrickColor.new("Dark blue")
  2282. p72.Material = Enum.Material.SmoothPlastic
  2283. p72.Name = "apart"
  2284. p72.CFrame = CFrame.new(3.05403328, 158.529221, 39.6668777, -3.05614631e-005, 0.999999523, -3.04113764e-005, 6.10796851e-005, -3.05492686e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  2285. p72.CanCollide = false
  2286. p72.FormFactor = Enum.FormFactor.Custom
  2287. p72.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
  2288. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2289. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2292. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2293. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2294. b69 = Instance.new("SpecialMesh", p72)
  2295. b69.MeshType = Enum.MeshType.Wedge
  2296. b69.Name = "Mesh"
  2297. b69.Scale = Vector3.new(1, 1, 0.626221359)
  2298. p73 = Instance.new("Part", m)
  2299. p73.BrickColor = BrickColor.new("Dark blue")
  2300. p73.Material = Enum.Material.SmoothPlastic
  2301. p73.Name = "apart"
  2302. p73.CFrame = CFrame.new(3.20776749, 158.27298, 39.2312889, 0.000228409161, -0.965922713, 0.258828849, -0.000213359599, 0.258829117, 0.965923429, -1, -0.00027584983, -0.000146969658)
  2303. p73.CanCollide = false
  2304. p73.FormFactor = Enum.FormFactor.Custom
  2305. p73.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  2306. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2310. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2311. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2312. b70 = Instance.new("SpecialMesh", p73)
  2313. b70.MeshType = Enum.MeshType.Wedge
  2314. b70.Name = "Mesh"
  2315. b70.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  2316. p74 = Instance.new("Part", m)
  2317. p74.BrickColor = BrickColor.new("Dark blue")
  2318. p74.Material = Enum.Material.SmoothPlastic
  2319. p74.Name = "apart"
  2320. p74.CFrame = CFrame.new(3.20777059, 158.27298, 39.282547, 0.000228409161, -0.965922713, 0.258828819, -0.000213359614, 0.258829117, 0.965923369, -1.00000012, -0.000275849859, -0.000146969644)
  2321. p74.CanCollide = false
  2322. p74.FormFactor = Enum.FormFactor.Custom
  2323. p74.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  2324. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2329. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2330. b71 = Instance.new("SpecialMesh", p74)
  2331. b71.MeshType = Enum.MeshType.Wedge
  2332. b71.Name = "Mesh"
  2333. b71.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  2334. p75 = Instance.new("Part", m)
  2335. p75.BrickColor = BrickColor.new("Dark blue")
  2336. p75.Material = Enum.Material.Neon
  2337. p75.Name = "apart"
  2338. p75.CFrame = CFrame.new(3.82271242, 158.093628, 39.3337746, -3.05610592e-005, -0.999999583, -3.03685665e-005, -3.05602152e-005, 3.05473804e-005, -1.00000036, 1.00000024, -3.05606482e-005, -3.05614085e-005)
  2339. p75.CanCollide = false
  2340. p75.FormFactor = Enum.FormFactor.Custom
  2341. p75.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  2342. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2343. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2346. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2347. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. b72 = Instance.new("SpecialMesh", p75)
  2349. b72.MeshType = Enum.MeshType.Cylinder
  2350. b72.Name = "Mesh"
  2351. b72.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
  2352. p76 = Instance.new("Part", m)
  2353. p76.BrickColor = BrickColor.new("Dark blue")
  2354. p76.Material = Enum.Material.Neon
  2355. p76.Name = "apart"
  2356. p76.CFrame = CFrame.new(4.6938858, 158.093613, 39.999958, -0.999999583, 4.30660984e-005, 1.49448169e-007, 3.07118171e-008, 5.34493374e-005, -1.00000036, -4.30666332e-005, -1.00000024, -5.34495957e-005)
  2357. p76.CanCollide = false
  2358. p76.FormFactor = Enum.FormFactor.Custom
  2359. p76.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
  2360. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2361. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2362. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2364. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2365. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2366. b73 = Instance.new("SpecialMesh", p76)
  2367. b73.MeshType = Enum.MeshType.Brick
  2368. b73.Name = "Mesh"
  2369. b73.Scale = Vector3.new(0.421655834, 1.01999998, 0.333984703)
  2370. p77 = Instance.new("Part", m)
  2371. p77.BrickColor = BrickColor.new("Dark blue")
  2372. p77.Material = Enum.Material.Neon
  2373. p77.Name = "apart"
  2374. p77.CFrame = CFrame.new(2.74655533, 158.529221, 40.1024628, -0.000274702033, -0.999999523, -3.06209367e-005, 0.000183053286, -3.04933837e-005, 1.00000036, -1.00000012, 0.000274696125, 0.0001830619)
  2375. p77.CanCollide = false
  2376. p77.FormFactor = Enum.FormFactor.Custom
  2377. p77.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  2378. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2380. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2382. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. b74 = Instance.new("SpecialMesh", p77)
  2385. b74.MeshType = Enum.MeshType.Wedge
  2386. b74.Name = "Mesh"
  2387. b74.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
  2388. p78 = Instance.new("Part", m)
  2389. p78.BrickColor = BrickColor.new("Dark blue")
  2390. p78.Material = Enum.Material.Neon
  2391. p78.Name = "apart"
  2392. p78.CFrame = CFrame.new(2.74655509, 158.529236, 39.8974838, -0.000274702033, -0.999999464, -3.06209367e-005, 0.000183053286, -3.04933819e-005, 1.00000036, -1.00000012, 0.000274696096, 0.0001830619)
  2393. p78.CanCollide = false
  2394. p78.FormFactor = Enum.FormFactor.Custom
  2395. p78.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  2396. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2397. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2398. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2400. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2401. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. b75 = Instance.new("SpecialMesh", p78)
  2403. b75.MeshType = Enum.MeshType.Wedge
  2404. b75.Name = "Mesh"
  2405. b75.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
  2406. p79 = Instance.new("Part", m)
  2407. p79.BrickColor = BrickColor.new("Dark blue")
  2408. p79.Material = Enum.Material.SmoothPlastic
  2409. p79.Name = "apart"
  2410. p79.CFrame = CFrame.new(3.82272029, 157.171036, 41.537384, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
  2411. p79.CanCollide = false
  2412. p79.FormFactor = Enum.FormFactor.Custom
  2413. p79.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  2414. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2415. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2416. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2418. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2419. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. b76 = Instance.new("SpecialMesh", p79)
  2421. b76.MeshType = Enum.MeshType.Brick
  2422. b76.Name = "Mesh"
  2423. b76.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2424. p80 = Instance.new("Part", m)
  2425. p80.BrickColor = BrickColor.new("Dark blue")
  2426. p80.Material = Enum.Material.SmoothPlastic
  2427. p80.Name = "apart"
  2428. p80.CFrame = CFrame.new(3.82272029, 157.350388, 41.9729614, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
  2429. p80.CanCollide = false
  2430. p80.FormFactor = Enum.FormFactor.Custom
  2431. p80.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  2432. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2433. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2434. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2435. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2436. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2437. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2438. b77 = Instance.new("SpecialMesh", p80)
  2439. b77.MeshType = Enum.MeshType.Cylinder
  2440. b77.Name = "Mesh"
  2441. b77.Scale = Vector3.new(1.01999998, 1, 1)
  2442. p81 = Instance.new("Part", m)
  2443. p81.BrickColor = BrickColor.new("Dark blue")
  2444. p81.Material = Enum.Material.SmoothPlastic
  2445. p81.Name = "apart"
  2446. p81.CFrame = CFrame.new(3.41275811, 157.555359, 42.3316841, 1, 1.11727404e-005, -4.16862822e-005, -4.16866351e-005, 0.500085592, -0.865975857, 1.11713871e-005, 0.865975857, 0.500085592)
  2447. p81.CanCollide = false
  2448. p81.FormFactor = Enum.FormFactor.Custom
  2449. p81.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  2450. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2451. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2453. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2454. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2455. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2456. b78 = Instance.new("SpecialMesh", p81)
  2457. b78.MeshType = Enum.MeshType.Wedge
  2458. b78.Name = "Mesh"
  2459. b78.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  2460. p82 = Instance.new("Part", m)
  2461. p82.BrickColor = BrickColor.new("Dark blue")
  2462. p82.Material = Enum.Material.SmoothPlastic
  2463. p82.Name = "apart"
  2464. p82.CFrame = CFrame.new(3.82271981, 156.018005, 41.4092636, 1, 3.05180438e-005, -3.05171125e-005, -3.05171106e-005, 0.99999994, 3.05180401e-005, 3.05180401e-005, -3.05171106e-005, 0.99999994)
  2465. p82.CanCollide = false
  2466. p82.FormFactor = Enum.FormFactor.Custom
  2467. p82.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
  2468. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2469. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2470. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2472. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2473. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2474. b79 = Instance.new("SpecialMesh", p82)
  2475. b79.MeshType = Enum.MeshType.Wedge
  2476. b79.Name = "Mesh"
  2477. b79.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2478. p83 = Instance.new("Part", m)
  2479. p83.BrickColor = BrickColor.new("Dark blue")
  2480. p83.Material = Enum.Material.SmoothPlastic
  2481. p83.Name = "apart"
  2482. p83.CFrame = CFrame.new(3.82271981, 156.018005, 41.9217148, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
  2483. p83.CanCollide = false
  2484. p83.FormFactor = Enum.FormFactor.Custom
  2485. p83.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  2486. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2491. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2492. b80 = Instance.new("SpecialMesh", p83)
  2493. b80.MeshType = Enum.MeshType.Brick
  2494. b80.Name = "Mesh"
  2495. b80.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2496. p84 = Instance.new("Part", m)
  2497. p84.BrickColor = BrickColor.new("Dark blue")
  2498. p84.Material = Enum.Material.SmoothPlastic
  2499. p84.Name = "apart"
  2500. p84.CFrame = CFrame.new(3.82271981, 155.633667, 41.5373764, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
  2501. p84.CanCollide = false
  2502. p84.FormFactor = Enum.FormFactor.Custom
  2503. p84.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  2504. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2505. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. b81 = Instance.new("SpecialMesh", p84)
  2511. b81.MeshType = Enum.MeshType.Brick
  2512. b81.Name = "Mesh"
  2513. b81.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2514. p85 = Instance.new("Part", m)
  2515. p85.BrickColor = BrickColor.new("Dark blue")
  2516. p85.Material = Enum.Material.SmoothPlastic
  2517. p85.Name = "apart"
  2518. p85.CFrame = CFrame.new(4.23268604, 157.555389, 42.331665, 1, 1.11727377e-005, -4.16862786e-005, -4.16866387e-005, 0.500085652, -0.865975916, 1.1171388e-005, 0.865975916, 0.500085652)
  2519. p85.CanCollide = false
  2520. p85.FormFactor = Enum.FormFactor.Custom
  2521. p85.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  2522. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2523. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2525. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2526. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. b82 = Instance.new("SpecialMesh", p85)
  2529. b82.MeshType = Enum.MeshType.Wedge
  2530. b82.Name = "Mesh"
  2531. b82.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  2532. p86 = Instance.new("Part", m)
  2533. p86.BrickColor = BrickColor.new("Dark blue")
  2534. p86.Material = Enum.Material.SmoothPlastic
  2535. p86.Name = "apart"
  2536. p86.CFrame = CFrame.new(3.82272005, 156.402374, 41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2537. p86.CanCollide = false
  2538. p86.FormFactor = Enum.FormFactor.Custom
  2539. p86.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
  2540. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2541. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2545. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. b83 = Instance.new("SpecialMesh", p86)
  2547. b83.MeshType = Enum.MeshType.Wedge
  2548. b83.Name = "Mesh"
  2549. b83.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2550. p87 = Instance.new("Part", m)
  2551. p87.BrickColor = BrickColor.new("Dark blue")
  2552. p87.Material = Enum.Material.SmoothPlastic
  2553. p87.Name = "apart"
  2554. p87.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2555. p87.CanCollide = false
  2556. p87.FormFactor = Enum.FormFactor.Custom
  2557. p87.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  2558. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2559. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2560. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2561. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2562. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. b84 = Instance.new("SpecialMesh", p87)
  2565. b84.MeshType = Enum.MeshType.Brick
  2566. b84.Name = "Mesh"
  2567. b84.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
  2568. p88 = Instance.new("Part", m)
  2569. p88.BrickColor = BrickColor.new("Dark blue")
  2570. p88.Material = Enum.Material.SmoothPlastic
  2571. p88.Name = "apart"
  2572. p88.CFrame = CFrame.new(3.82272005, 157.350418, 41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2573. p88.CanCollide = false
  2574. p88.FormFactor = Enum.FormFactor.Custom
  2575. p88.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  2576. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2577. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2578. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2579. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2580. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. b85 = Instance.new("SpecialMesh", p88)
  2583. b85.MeshType = Enum.MeshType.Cylinder
  2584. b85.Name = "Mesh"
  2585. b85.Scale = Vector3.new(1.02999997, 0.5, 0.5)
  2586. p89 = Instance.new("Part", m)
  2587. p89.BrickColor = BrickColor.new("Dark blue")
  2588. p89.Material = Enum.Material.Neon
  2589. p89.Name = "apart"
  2590. p89.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2591. p89.CanCollide = false
  2592. p89.FormFactor = Enum.FormFactor.Custom
  2593. p89.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  2594. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2595. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2596. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2597. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2598. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. b86 = Instance.new("SpecialMesh", p89)
  2601. b86.MeshType = Enum.MeshType.Brick
  2602. b86.Name = "Mesh"
  2603. b86.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
  2604. p90 = Instance.new("Part", m)
  2605. p90.BrickColor = BrickColor.new("Dark blue")
  2606. p90.Material = Enum.Material.SmoothPlastic
  2607. p90.Name = "apart"
  2608. p90.CFrame = CFrame.new(3.82272005, 156.402374, 41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2609. p90.CanCollide = false
  2610. p90.FormFactor = Enum.FormFactor.Custom
  2611. p90.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  2612. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2613. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2614. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2615. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2616. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2617. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. --[[p91 = Instance.new("Part", m)
  2619. p91.BrickColor = BrickColor.new("Bright orange")
  2620. p91.Name = "Right Arm"
  2621. p91.CFrame = CFrame.new(3.81999993, 156.276108, 41.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2622. p91.CanCollide = false
  2623. p91.FormFactor = Enum.FormFactor.Symmetric
  2624. p91.Size = Vector3.new(1, 2, 1)
  2625. p91.BottomSurface = Enum.SurfaceType.Smooth
  2626. p91.TopSurface = Enum.SurfaceType.Smooth--]]
  2627. p91 = RightArm
  2628. p92 = Instance.new("Part", m)
  2629. p92.BrickColor = BrickColor.new("Dark blue")
  2630. p92.Material = Enum.Material.SmoothPlastic
  2631. p92.Name = "apart"
  2632. p92.CFrame = CFrame.new(3.82272005, 154.35257, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2633. p92.CanCollide = false
  2634. p92.FormFactor = Enum.FormFactor.Custom
  2635. p92.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  2636. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2637. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2639. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2640. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2642. --[[p93 = Instance.new("Part", m)
  2643. p93.BrickColor = BrickColor.new("Earth green")
  2644. p93.Name = "Left Leg"
  2645. p93.CFrame = CFrame.new(3.81999993, 154.276123, 39.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2646. p93.CanCollide = false
  2647. p93.FormFactor = Enum.FormFactor.Symmetric
  2648. p93.Size = Vector3.new(1, 2, 1)
  2649. p93.BottomSurface = Enum.SurfaceType.Smooth
  2650. p93.TopSurface = Enum.SurfaceType.Smooth--]]
  2651. p93 = LeftLeg
  2652. p94 = Instance.new("Part", m)
  2653. p94.BrickColor = BrickColor.new("Dark blue")
  2654. p94.Material = Enum.Material.SmoothPlastic
  2655. p94.Name = "apart"
  2656. p94.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2657. p94.CanCollide = false
  2658. p94.FormFactor = Enum.FormFactor.Custom
  2659. p94.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2660. p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2661. p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2662. p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2663. p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2664. p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2665. p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2666. b87 = Instance.new("SpecialMesh", p94)
  2667. b87.MeshType = Enum.MeshType.Brick
  2668. b87.Name = "Mesh"
  2669. b87.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2670. p95 = Instance.new("Part", m)
  2671. p95.BrickColor = BrickColor.new("Dark blue")
  2672. p95.Material = Enum.Material.SmoothPlastic
  2673. p95.Name = "apart"
  2674. p95.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2675. p95.CanCollide = false
  2676. p95.FormFactor = Enum.FormFactor.Custom
  2677. p95.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  2678. p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2679. p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2680. p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2681. p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2682. p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2683. p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2684. b88 = Instance.new("SpecialMesh", p95)
  2685. b88.MeshType = Enum.MeshType.Brick
  2686. b88.Name = "Mesh"
  2687. b88.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
  2688. p96 = Instance.new("Part", m)
  2689. p96.BrickColor = BrickColor.new("Dark blue")
  2690. p96.Material = Enum.Material.Neon
  2691. p96.Name = "apart"
  2692. p96.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2693. p96.CanCollide = false
  2694. p96.FormFactor = Enum.FormFactor.Custom
  2695. p96.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2696. p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2697. p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2698. p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2699. p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2700. p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2701. p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2702. b89 = Instance.new("SpecialMesh", p96)
  2703. b89.MeshType = Enum.MeshType.Brick
  2704. b89.Name = "Mesh"
  2705. b89.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
  2706. p97 = Instance.new("Part", m)
  2707. p97.BrickColor = BrickColor.new("Dark blue")
  2708. p97.Material = Enum.Material.Neon
  2709. p97.Name = "apart"
  2710. p97.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2711. p97.CanCollide = false
  2712. p97.FormFactor = Enum.FormFactor.Custom
  2713. p97.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  2714. p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2715. p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2716. p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2717. p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2718. p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2719. p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2720. b90 = Instance.new("SpecialMesh", p97)
  2721. b90.MeshType = Enum.MeshType.Brick
  2722. b90.Name = "Mesh"
  2723. b90.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
  2724. p98 = Instance.new("Part", m)
  2725. p98.BrickColor = BrickColor.new("Dark blue")
  2726. p98.Material = Enum.Material.SmoothPlastic
  2727. p98.Name = "apart"
  2728. p98.CFrame = CFrame.new(3.56649303, 154.045105, 39.4362946, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
  2729. p98.CanCollide = false
  2730. p98.FormFactor = Enum.FormFactor.Custom
  2731. p98.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
  2732. p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2733. p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2734. p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2735. p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2736. p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2737. p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2738. b91 = Instance.new("SpecialMesh", p98)
  2739. b91.MeshType = Enum.MeshType.Wedge
  2740. b91.Name = "Mesh"
  2741. b91.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2742. p99 = Instance.new("Part", m)
  2743. p99.BrickColor = BrickColor.new("Dark blue")
  2744. p99.Material = Enum.Material.SmoothPlastic
  2745. p99.Name = "apart"
  2746. p99.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
  2747. p99.CanCollide = false
  2748. p99.FormFactor = Enum.FormFactor.Custom
  2749. p99.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
  2750. p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2751. p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2752. p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2753. p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2754. p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2755. p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2756. b92 = Instance.new("SpecialMesh", p99)
  2757. b92.MeshType = Enum.MeshType.Torso
  2758. b92.Name = "Mesh"
  2759. b92.Scale = Vector3.new(1, 1, 1.01999998)
  2760. p100 = Instance.new("Part", m)
  2761. p100.BrickColor = BrickColor.new("Dark blue")
  2762. p100.Material = Enum.Material.SmoothPlastic
  2763. p100.Name = "apart"
  2764. p100.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2765. p100.CanCollide = false
  2766. p100.FormFactor = Enum.FormFactor.Custom
  2767. p100.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2768. p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2769. p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2770. p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2771. p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2772. p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2773. p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2774. b93 = Instance.new("SpecialMesh", p100)
  2775. b93.MeshType = Enum.MeshType.Brick
  2776. b93.Name = "Mesh"
  2777. b93.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
  2778. p101 = Instance.new("Part", m)
  2779. p101.BrickColor = BrickColor.new("Dark blue")
  2780. p101.Material = Enum.Material.SmoothPlastic
  2781. p101.Name = "apart"
  2782. p101.CFrame = CFrame.new(3.82272005, 153.378906, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2783. p101.CanCollide = false
  2784. p101.FormFactor = Enum.FormFactor.Custom
  2785. p101.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  2786. p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2787. p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2788. p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2789. p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2790. p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2791. p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2792. b94 = Instance.new("SpecialMesh", p101)
  2793. b94.MeshType = Enum.MeshType.Brick
  2794. b94.Name = "Mesh"
  2795. b94.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  2796. p102 = Instance.new("Part", m)
  2797. p102.BrickColor = BrickColor.new("Dark blue")
  2798. p102.Material = Enum.Material.SmoothPlastic
  2799. p102.Name = "apart"
  2800. p102.CFrame = CFrame.new(3.82272005, 153.635132, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2801. p102.CanCollide = false
  2802. p102.FormFactor = Enum.FormFactor.Custom
  2803. p102.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  2804. p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2805. p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2806. p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2807. p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2808. p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2809. p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2810. b95 = Instance.new("SpecialMesh", p102)
  2811. b95.MeshType = Enum.MeshType.Brick
  2812. b95.Name = "Mesh"
  2813. b95.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2814. --[[p103 = Instance.new("Part", m)
  2815. p103.BrickColor = BrickColor.new("Dark blue")
  2816. p103.Name = "Right Leg"
  2817. p103.CFrame = CFrame.new(3.81999993, 154.276123, 40.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2818. p103.CanCollide = false
  2819. p103.FormFactor = Enum.FormFactor.Symmetric
  2820. p103.Size = Vector3.new(1, 2, 1)
  2821. p103.BottomSurface = Enum.SurfaceType.Smooth
  2822. p103.TopSurface = Enum.SurfaceType.Smooth--]]
  2823. p103 = RightLeg
  2824. p104 = Instance.new("Part", m)
  2825. p104.BrickColor = BrickColor.new("Dark blue")
  2826. p104.Material = Enum.Material.SmoothPlastic
  2827. p104.Name = "apart"
  2828. p104.CFrame = CFrame.new(3.82272005, 154.35257, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2829. p104.CanCollide = false
  2830. p104.FormFactor = Enum.FormFactor.Custom
  2831. p104.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  2832. p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2833. p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2834. p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2835. p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2836. p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2837. p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. p105 = Instance.new("Part", m)
  2839. p105.BrickColor = BrickColor.new("Dark blue")
  2840. p105.Material = Enum.Material.SmoothPlastic
  2841. p105.Name = "apart"
  2842. p105.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2843. p105.CanCollide = false
  2844. p105.FormFactor = Enum.FormFactor.Custom
  2845. p105.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2846. p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2847. p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2848. p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2849. p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2850. p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2851. p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2852. b96 = Instance.new("SpecialMesh", p105)
  2853. b96.MeshType = Enum.MeshType.Brick
  2854. b96.Name = "Mesh"
  2855. b96.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
  2856. p106 = Instance.new("Part", m)
  2857. p106.BrickColor = BrickColor.new("Dark blue")
  2858. p106.Material = Enum.Material.SmoothPlastic
  2859. p106.Name = "apart"
  2860. p106.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2861. p106.CanCollide = false
  2862. p106.FormFactor = Enum.FormFactor.Custom
  2863. p106.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2864. p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2865. p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2867. p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2868. p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2869. p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2870. b97 = Instance.new("SpecialMesh", p106)
  2871. b97.MeshType = Enum.MeshType.Brick
  2872. b97.Name = "Mesh"
  2873. b97.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2874. p107 = Instance.new("Part", m)
  2875. p107.BrickColor = BrickColor.new("Dark blue")
  2876. p107.Material = Enum.Material.SmoothPlastic
  2877. p107.Name = "apart"
  2878. p107.CFrame = CFrame.new(3.56649303, 154.045105, 40.5636902, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
  2879. p107.CanCollide = false
  2880. p107.FormFactor = Enum.FormFactor.Custom
  2881. p107.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
  2882. p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2883. p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2884. p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2886. p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2888. b98 = Instance.new("SpecialMesh", p107)
  2889. b98.MeshType = Enum.MeshType.Wedge
  2890. b98.Name = "Mesh"
  2891. b98.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2892. p108 = Instance.new("Part", m)
  2893. p108.BrickColor = BrickColor.new("Dark blue")
  2894. p108.Material = Enum.Material.SmoothPlastic
  2895. p108.Name = "apart"
  2896. p108.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
  2897. p108.CanCollide = false
  2898. p108.FormFactor = Enum.FormFactor.Custom
  2899. p108.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
  2900. p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2901. p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2902. p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2903. p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2904. p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2905. p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2906. b99 = Instance.new("SpecialMesh", p108)
  2907. b99.MeshType = Enum.MeshType.Torso
  2908. b99.Name = "Mesh"
  2909. b99.Scale = Vector3.new(1, 1, 1.01999998)
  2910. p109 = Instance.new("Part", m)
  2911. p109.BrickColor = BrickColor.new("Dark blue")
  2912. p109.Material = Enum.Material.SmoothPlastic
  2913. p109.Name = "apart"
  2914. p109.CFrame = CFrame.new(3.82272005, 153.635132, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2915. p109.CanCollide = false
  2916. p109.FormFactor = Enum.FormFactor.Custom
  2917. p109.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  2918. p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2919. p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2920. p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2921. p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2922. p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2923. p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2924. b100 = Instance.new("SpecialMesh", p109)
  2925. b100.MeshType = Enum.MeshType.Brick
  2926. b100.Name = "Mesh"
  2927. b100.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2928. p110 = Instance.new("Part", m)
  2929. p110.BrickColor = BrickColor.new("Dark blue")
  2930. p110.Material = Enum.Material.SmoothPlastic
  2931. p110.Name = "apart"
  2932. p110.CFrame = CFrame.new(3.82272005, 153.378906, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2933. p110.CanCollide = false
  2934. p110.FormFactor = Enum.FormFactor.Custom
  2935. p110.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  2936. p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2937. p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2938. p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2939. p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2940. p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2941. p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2942. b101 = Instance.new("SpecialMesh", p110)
  2943. b101.MeshType = Enum.MeshType.Brick
  2944. b101.Name = "Mesh"
  2945. b101.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  2946. p111 = Instance.new("Part", m)
  2947. p111.BrickColor = BrickColor.new("Dark blue")
  2948. p111.Material = Enum.Material.SmoothPlastic
  2949. p111.Name = "apart"
  2950. p111.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2951. p111.CanCollide = false
  2952. p111.FormFactor = Enum.FormFactor.Custom
  2953. p111.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  2954. p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2955. p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2956. p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2957. p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2958. p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2959. p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2960. b102 = Instance.new("SpecialMesh", p111)
  2961. b102.MeshType = Enum.MeshType.Brick
  2962. b102.Name = "Mesh"
  2963. b102.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
  2964. p112 = Instance.new("Part", m)
  2965. p112.BrickColor = BrickColor.new("Dark blue")
  2966. p112.Material = Enum.Material.Neon
  2967. p112.Name = "apart"
  2968. p112.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2969. p112.CanCollide = false
  2970. p112.FormFactor = Enum.FormFactor.Custom
  2971. p112.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  2972. p112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. p112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2974. p112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2975. p112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2976. p112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2977. p112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2978. b103 = Instance.new("SpecialMesh", p112)
  2979. b103.MeshType = Enum.MeshType.Brick
  2980. b103.Name = "Mesh"
  2981. b103.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
  2982. p113 = Instance.new("Part", m)
  2983. p113.BrickColor = BrickColor.new("Dark blue")
  2984. p113.Material = Enum.Material.Neon
  2985. p113.Name = "apart"
  2986. p113.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  2987. p113.CanCollide = false
  2988. p113.FormFactor = Enum.FormFactor.Custom
  2989. p113.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  2990. p113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2991. p113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2992. p113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2993. p113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2994. p113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. p113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2996. b104 = Instance.new("SpecialMesh", p113)
  2997. b104.MeshType = Enum.MeshType.Brick
  2998. b104.Name = "Mesh"
  2999. b104.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
  3000. p114 = Instance.new("Part", m)
  3001. p114.BrickColor = BrickColor.new("Dark blue")
  3002. p114.Material = Enum.Material.SmoothPlastic
  3003. p114.Name = "apart"
  3004. p114.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270462, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
  3005. p114.CanCollide = false
  3006. p114.FormFactor = Enum.FormFactor.Custom
  3007. p114.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  3008. p114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. p114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3010. p114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3011. p114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3012. p114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3013. p114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3014. b105 = Instance.new("SpecialMesh", p114)
  3015. b105.MeshType = Enum.MeshType.Cylinder
  3016. b105.Name = "Mesh"
  3017. b105.Scale = Vector3.new(1.01999998, 1, 1)
  3018. p115 = Instance.new("Part", m)
  3019. p115.BrickColor = BrickColor.new("Dark blue")
  3020. p115.Material = Enum.Material.SmoothPlastic
  3021. p115.Name = "apart"
  3022. p115.CFrame = CFrame.new(3.82272005, 157.171097, 38.4626236, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
  3023. p115.CanCollide = false
  3024. p115.FormFactor = Enum.FormFactor.Custom
  3025. p115.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  3026. p115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3027. p115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3028. p115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. p115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3030. p115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3031. p115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3032. b106 = Instance.new("SpecialMesh", p115)
  3033. b106.MeshType = Enum.MeshType.Brick
  3034. b106.Name = "Mesh"
  3035. b106.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3036. --[[p116 = Instance.new("Part", m)
  3037. p116.BrickColor = BrickColor.new("Dark blue")
  3038. p116.Name = "Left Arm"
  3039. p116.CFrame = CFrame.new(3.81999993, 156.276138, 38.5000076, -4.37103154e-008, -2.72848411e-012, -1, 0, 1, 0, 1, 0, -4.37175913e-008)
  3040. p116.CanCollide = false
  3041. p116.FormFactor = Enum.FormFactor.Symmetric
  3042. p116.Size = Vector3.new(1, 2, 1)
  3043. p116.BottomSurface = Enum.SurfaceType.Smooth
  3044. p116.TopSurface = Enum.SurfaceType.Smooth--]]
  3045. p116 = LeftArm
  3046. p117 = Instance.new("Part", m)
  3047. p117.BrickColor = BrickColor.new("Dark blue")
  3048. p117.Material = Enum.Material.SmoothPlastic
  3049. p117.Name = "apart"
  3050. p117.CFrame = CFrame.new(4.232687, 157.55545, 37.668335, -1, 4.16358271e-005, 1.11714198e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424664e-005, -0.865983546, -0.500072539)
  3051. p117.CanCollide = false
  3052. p117.FormFactor = Enum.FormFactor.Custom
  3053. p117.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  3054. p117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3055. p117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3056. p117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3057. p117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. p117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3059. p117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3060. b107 = Instance.new("SpecialMesh", p117)
  3061. b107.MeshType = Enum.MeshType.Wedge
  3062. b107.Name = "Mesh"
  3063. b107.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  3064. p118 = Instance.new("Part", m)
  3065. p118.BrickColor = BrickColor.new("Dark blue")
  3066. p118.Material = Enum.Material.SmoothPlastic
  3067. p118.Name = "apart"
  3068. p118.CFrame = CFrame.new(3.82272029, 156.018066, 38.0782814, 1, -2.6537661e-012, 0, -8.34776692e-013, 1, 0, 3.63797881e-012, 0, 1)
  3069. p118.CanCollide = false
  3070. p118.FormFactor = Enum.FormFactor.Custom
  3071. p118.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  3072. p118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. p118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3074. p118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3075. p118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3076. p118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3077. p118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3078. b108 = Instance.new("SpecialMesh", p118)
  3079. b108.MeshType = Enum.MeshType.Brick
  3080. b108.Name = "Mesh"
  3081. b108.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3082. p119 = Instance.new("Part", m)
  3083. p119.BrickColor = BrickColor.new("Dark blue")
  3084. p119.Material = Enum.Material.SmoothPlastic
  3085. p119.Name = "apart"
  3086. p119.CFrame = CFrame.new(3.82272029, 156.402405, 38.0782814, -1, 3.04301539e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171197e-005, 3.04310852e-005, -1)
  3087. p119.CanCollide = false
  3088. p119.FormFactor = Enum.FormFactor.Custom
  3089. p119.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
  3090. p119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. p119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. p119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. p119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. p119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3095. p119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3096. b109 = Instance.new("SpecialMesh", p119)
  3097. b109.MeshType = Enum.MeshType.Wedge
  3098. b109.Name = "Mesh"
  3099. b109.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3100. p120 = Instance.new("Part", m)
  3101. p120.BrickColor = BrickColor.new("Dark blue")
  3102. p120.Material = Enum.Material.SmoothPlastic
  3103. p120.Name = "apart"
  3104. p120.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270424, 1, -9.09494702e-013, 9.09494702e-013, -9.09494702e-013, 1, 0, 1.36424205e-012, 0, 1)
  3105. p120.CanCollide = false
  3106. p120.FormFactor = Enum.FormFactor.Custom
  3107. p120.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  3108. p120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. p120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. p120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. p120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3112. p120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3113. p120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. b110 = Instance.new("SpecialMesh", p120)
  3115. b110.MeshType = Enum.MeshType.Cylinder
  3116. b110.Name = "Mesh"
  3117. b110.Scale = Vector3.new(1.02999997, 0.5, 0.5)
  3118. p121 = Instance.new("Part", m)
  3119. p121.BrickColor = BrickColor.new("Dark blue")
  3120. p121.Material = Enum.Material.SmoothPlastic
  3121. p121.Name = "apart"
  3122. p121.CFrame = CFrame.new(3.41275764, 157.555435, 37.6683273, -1, 4.16358271e-005, 1.1171418e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424627e-005, -0.865983546, -0.500072539)
  3123. p121.CanCollide = false
  3124. p121.FormFactor = Enum.FormFactor.Custom
  3125. p121.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  3126. p121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. p121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3128. p121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3129. p121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. p121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3131. p121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3132. b111 = Instance.new("SpecialMesh", p121)
  3133. b111.MeshType = Enum.MeshType.Wedge
  3134. b111.Name = "Mesh"
  3135. b111.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  3136. p122 = Instance.new("Part", m)
  3137. p122.BrickColor = BrickColor.new("Dark blue")
  3138. p122.Material = Enum.Material.SmoothPlastic
  3139. p122.Name = "apart"
  3140. p122.CFrame = CFrame.new(3.82272029, 156.018051, 38.590744, -1, 3.04301557e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171179e-005, 3.04310852e-005, -1)
  3141. p122.CanCollide = false
  3142. p122.FormFactor = Enum.FormFactor.Custom
  3143. p122.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
  3144. p122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. p122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3146. p122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3147. p122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3148. p122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3149. p122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3150. b112 = Instance.new("SpecialMesh", p122)
  3151. b112.MeshType = Enum.MeshType.Wedge
  3152. b112.Name = "Mesh"
  3153. b112.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3154. p123 = Instance.new("Part", m)
  3155. p123.BrickColor = BrickColor.new("Dark blue")
  3156. p123.Material = Enum.Material.SmoothPlastic
  3157. p123.Name = "apart"
  3158. p123.CFrame = CFrame.new(3.82272005, 155.633713, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3159. p123.CanCollide = false
  3160. p123.FormFactor = Enum.FormFactor.Custom
  3161. p123.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  3162. p123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. p123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. p123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. p123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. p123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3167. p123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3168. b113 = Instance.new("SpecialMesh", p123)
  3169. b113.MeshType = Enum.MeshType.Brick
  3170. b113.Name = "Mesh"
  3171. b113.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3172. p124 = Instance.new("Part", m)
  3173. p124.BrickColor = BrickColor.new("Dark blue")
  3174. p124.Material = Enum.Material.Neon
  3175. p124.Name = "apart"
  3176. p124.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3177. p124.CanCollide = false
  3178. p124.FormFactor = Enum.FormFactor.Custom
  3179. p124.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  3180. p124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. p124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3182. p124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. p124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. p124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3185. p124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3186. b114 = Instance.new("SpecialMesh", p124)
  3187. b114.MeshType = Enum.MeshType.Brick
  3188. b114.Name = "Mesh"
  3189. b114.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
  3190. p125 = Instance.new("Part", m)
  3191. p125.BrickColor = BrickColor.new("Dark blue")
  3192. p125.Material = Enum.Material.SmoothPlastic
  3193. p125.Name = "apart"
  3194. p125.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3195. p125.CanCollide = false
  3196. p125.FormFactor = Enum.FormFactor.Custom
  3197. p125.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  3198. p125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. p125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. p125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. p125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. p125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3203. p125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3204. b115 = Instance.new("SpecialMesh", p125)
  3205. b115.MeshType = Enum.MeshType.Brick
  3206. b115.Name = "Mesh"
  3207. b115.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
  3208. p126 = Instance.new("Part", m)
  3209. p126.BrickColor = BrickColor.new("Dark blue")
  3210. p126.Material = Enum.Material.SmoothPlastic
  3211. p126.Name = "apart"
  3212. p126.CFrame = CFrame.new(3.82272005, 156.40239, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3213. p126.CanCollide = false
  3214. p126.FormFactor = Enum.FormFactor.Custom
  3215. p126.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  3216. p126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. p126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. p126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. p126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. p126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3221. p126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3222. w1 = Instance.new("Weld", p1)
  3223. w1.Name = "Torso_Weld"
  3224. w1.Part0 = p1
  3225. w1.C0 = CFrame.new(40.0074806, -173.696487, -4.43766594, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3226. w1.Part1 = p2
  3227. w1.C1 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3228. w2 = Instance.new("Weld", p2)
  3229. w2.Name = "apart_Weld"
  3230. w2.Part0 = p2
  3231. w2.C0 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3232. w2.Part1 = p3
  3233. w2.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  3234. w3 = Instance.new("Weld", p3)
  3235. w3.Name = "apart_Weld"
  3236. w3.Part0 = p3
  3237. w3.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  3238. w3.Part1 = p4
  3239. w3.C1 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3240. w4 = Instance.new("Weld", p4)
  3241. w4.Name = "apart_Weld"
  3242. w4.Part0 = p4
  3243. w4.C0 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3244. w4.Part1 = p5
  3245. w4.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3246. w5 = Instance.new("Weld", p5)
  3247. w5.Name = "apart_Weld"
  3248. w5.Part0 = p5
  3249. w5.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3250. w5.Part1 = p6
  3251. w5.C1 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3252. w6 = Instance.new("Weld", p6)
  3253. w6.Name = "apart_Weld"
  3254. w6.Part0 = p6
  3255. w6.C0 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3256. w6.Part1 = p7
  3257. w6.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3258. w7 = Instance.new("Weld", p7)
  3259. w7.Name = "apart_Weld"
  3260. w7.Part0 = p7
  3261. w7.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3262. w7.Part1 = p8
  3263. w7.C1 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3264. w8 = Instance.new("Weld", p8)
  3265. w8.Name = "apart_Weld"
  3266. w8.Part0 = p8
  3267. w8.C0 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3268. w8.Part1 = p9
  3269. w8.C1 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
  3270. w9 = Instance.new("Weld", p9)
  3271. w9.Name = "apart_Weld"
  3272. w9.Part0 = p9
  3273. w9.C0 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
  3274. w9.Part1 = p10
  3275. w9.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3276. w10 = Instance.new("Weld", p10)
  3277. w10.Name = "apart_Weld"
  3278. w10.Part0 = p10
  3279. w10.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3280. w10.Part1 = p11
  3281. w10.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3282. w11 = Instance.new("Weld", p11)
  3283. w11.Name = "apart_Weld"
  3284. w11.Part0 = p11
  3285. w11.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3286. w11.Part1 = p12
  3287. w11.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3288. w12 = Instance.new("Weld", p12)
  3289. w12.Name = "apart_Weld"
  3290. w12.Part0 = p12
  3291. w12.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3292. w12.Part1 = p13
  3293. w12.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3294. w13 = Instance.new("Weld", p13)
  3295. w13.Name = "apart_Weld"
  3296. w13.Part0 = p13
  3297. w13.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3298. w13.Part1 = p14
  3299. w13.C1 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3300. w14 = Instance.new("Weld", p14)
  3301. w14.Name = "apart_Weld"
  3302. w14.Part0 = p14
  3303. w14.C0 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3304. w14.Part1 = p15
  3305. w14.C1 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3306. w15 = Instance.new("Weld", p15)
  3307. w15.Name = "apart_Weld"
  3308. w15.Part0 = p15
  3309. w15.C0 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3310. w15.Part1 = p16
  3311. w15.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3312. w16 = Instance.new("Weld", p16)
  3313. w16.Name = "apart_Weld"
  3314. w16.Part0 = p16
  3315. w16.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3316. w16.Part1 = p17
  3317. w16.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3318. w17 = Instance.new("Weld", p17)
  3319. w17.Name = "apart_Weld"
  3320. w17.Part0 = p17
  3321. w17.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3322. w17.Part1 = p18
  3323. w17.C1 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3324. w18 = Instance.new("Weld", p18)
  3325. w18.Name = "apart_Weld"
  3326. w18.Part0 = p18
  3327. w18.C0 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3328. w18.Part1 = p19
  3329. w18.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3330. w19 = Instance.new("Weld", p19)
  3331. w19.Name = "apart_Weld"
  3332. w19.Part0 = p19
  3333. w19.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3334. w19.Part1 = p20
  3335. w19.C1 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3336. w20 = Instance.new("Weld", p20)
  3337. w20.Name = "apart_Weld"
  3338. w20.Part0 = p20
  3339. w20.C0 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3340. w20.Part1 = p21
  3341. w20.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3342. w21 = Instance.new("Weld", p21)
  3343. w21.Name = "apart_Weld"
  3344. w21.Part0 = p21
  3345. w21.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3346. w21.Part1 = p22
  3347. w21.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  3348. w22 = Instance.new("Weld", p22)
  3349. w22.Name = "apart_Weld"
  3350. w22.Part0 = p22
  3351. w22.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  3352. w22.Part1 = p23
  3353. w22.C1 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3354. w23 = Instance.new("Weld", p23)
  3355. w23.Name = "apart_Weld"
  3356. w23.Part0 = p23
  3357. w23.C0 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3358. w23.Part1 = p24
  3359. w23.C1 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3360. w24 = Instance.new("Weld", p24)
  3361. w24.Name = "apart_Weld"
  3362. w24.Part0 = p24
  3363. w24.C0 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3364. w24.Part1 = p25
  3365. w24.C1 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3366. w25 = Instance.new("Weld", p25)
  3367. w25.Name = "apart_Weld"
  3368. w25.Part0 = p25
  3369. w25.C0 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3370. w25.Part1 = p26
  3371. w25.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3372. w26 = Instance.new("Weld", p26)
  3373. w26.Name = "apart_Weld"
  3374. w26.Part0 = p26
  3375. w26.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3376. w26.Part1 = p27
  3377. w26.C1 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  3378. w27 = Instance.new("Weld", p27)
  3379. w27.Name = "apart_Weld"
  3380. w27.Part0 = p27
  3381. w27.C0 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  3382. w27.Part1 = p28
  3383. w27.C1 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3384. w28 = Instance.new("Weld", p28)
  3385. w28.Name = "apart_Weld"
  3386. w28.Part0 = p28
  3387. w28.C0 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3388. w28.Part1 = p29
  3389. w28.C1 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3390. w29 = Instance.new("Weld", p29)
  3391. w29.Name = "apart_Weld"
  3392. w29.Part0 = p29
  3393. w29.C0 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3394. w29.Part1 = p30
  3395. w29.C1 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  3396. w30 = Instance.new("Weld", p30)
  3397. w30.Name = "apart_Weld"
  3398. w30.Part0 = p30
  3399. w30.C0 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  3400. w30.Part1 = p31
  3401. w30.C1 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  3402. w31 = Instance.new("Weld", p31)
  3403. w31.Name = "apart_Weld"
  3404. w31.Part0 = p31
  3405. w31.C0 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  3406. w31.Part1 = p32
  3407. w31.C1 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  3408. w32 = Instance.new("Weld", p32)
  3409. w32.Name = "apart_Weld"
  3410. w32.Part0 = p32
  3411. w32.C0 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  3412. w32.Part1 = p33
  3413. w32.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3414. w33 = Instance.new("Weld", p33)
  3415. w33.Name = "apart_Weld"
  3416. w33.Part0 = p33
  3417. w33.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3418. w33.Part1 = p34
  3419. w33.C1 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  3420. w34 = Instance.new("Weld", p34)
  3421. w34.Name = "apart_Weld"
  3422. w34.Part0 = p34
  3423. w34.C0 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  3424. w34.Part1 = p35
  3425. w34.C1 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  3426. w35 = Instance.new("Weld", p35)
  3427. w35.Name = "apart_Weld"
  3428. w35.Part0 = p35
  3429. w35.C0 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  3430. w35.Part1 = p36
  3431. w35.C1 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  3432. w36 = Instance.new("Weld", p36)
  3433. w36.Name = "apart_Weld"
  3434. w36.Part0 = p36
  3435. w36.C0 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  3436. w36.Part1 = p37
  3437. w36.C1 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  3438. w37 = Instance.new("Weld", p37)
  3439. w37.Name = "apart_Weld"
  3440. w37.Part0 = p37
  3441. w37.C0 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  3442. w37.Part1 = p38
  3443. w37.C1 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3444. w38 = Instance.new("Weld", p38)
  3445. w38.Name = "apart_Weld"
  3446. w38.Part0 = p38
  3447. w38.C0 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  3448. w38.Part1 = p39
  3449. w38.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  3450. w39 = Instance.new("Weld", p39)
  3451. w39.Name = "apart_Weld"
  3452. w39.Part0 = p39
  3453. w39.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  3454. w39.Part1 = p40
  3455. w39.C1 = CFrame.new(40.0052567, 3.18871641, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  3456. w40 = Instance.new("Weld", p41)
  3457. w40.Name = "apart_Weld"
  3458. w40.Part0 = p41
  3459. w40.C0 = CFrame.new(4.43938923, 39.9903679, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3460. w40.Part1 = p42
  3461. w40.C1 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3462. w41 = Instance.new("Weld", p42)
  3463. w41.Name = "apart_Weld"
  3464. w41.Part0 = p42
  3465. w41.C0 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3466. w41.Part1 = p43
  3467. w41.C1 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3468. w42 = Instance.new("Weld", p43)
  3469. w42.Name = "apart_Weld"
  3470. w42.Part0 = p43
  3471. w42.C0 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3472. w42.Part1 = p44
  3473. w42.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  3474. w43 = Instance.new("Weld", p44)
  3475. w43.Name = "apart_Weld"
  3476. w43.Part0 = p44
  3477. w43.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  3478. w43.Part1 = p45
  3479. w43.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  3480. w44 = Instance.new("Weld", p45)
  3481. w44.Name = "apart_Weld"
  3482. w44.Part0 = p45
  3483. w44.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  3484. w44.Part1 = p46
  3485. w44.C1 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3486. w45 = Instance.new("Weld", p46)
  3487. w45.Name = "Head_Weld"
  3488. w45.Part0 = p46
  3489. w45.C0 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3490. w45.Part1 = p47
  3491. w45.C1 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3492. w46 = Instance.new("Weld", p47)
  3493. w46.Name = "apart_Weld"
  3494. w46.Part0 = p47
  3495. w46.C0 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3496. w46.Part1 = p48
  3497. w46.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3498. w47 = Instance.new("Weld", p48)
  3499. w47.Name = "apart_Weld"
  3500. w47.Part0 = p48
  3501. w47.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3502. w47.Part1 = p49
  3503. w47.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3504. w48 = Instance.new("Weld", p49)
  3505. w48.Name = "apart_Weld"
  3506. w48.Part0 = p49
  3507. w48.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3508. w48.Part1 = p50
  3509. w48.C1 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3510. w49 = Instance.new("Weld", p50)
  3511. w49.Name = "apart_Weld"
  3512. w49.Part0 = p50
  3513. w49.C0 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3514. w49.Part1 = p51
  3515. w49.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3516. w50 = Instance.new("Weld", p51)
  3517. w50.Name = "apart_Weld"
  3518. w50.Part0 = p51
  3519. w50.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3520. w50.Part1 = p52
  3521. w50.C1 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  3522. w51 = Instance.new("Weld", p52)
  3523. w51.Name = "apart_Weld"
  3524. w51.Part0 = p52
  3525. w51.C0 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  3526. w51.Part1 = p53
  3527. w51.C1 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3528. w52 = Instance.new("Weld", p53)
  3529. w52.Name = "apart_Weld"
  3530. w52.Part0 = p53
  3531. w52.C0 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3532. w52.Part1 = p54
  3533. w52.C1 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
  3534. w53 = Instance.new("Weld", p54)
  3535. w53.Name = "apart_Weld"
  3536. w53.Part0 = p54
  3537. w53.C0 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
  3538. w53.Part1 = p55
  3539. w53.C1 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3540. w54 = Instance.new("Weld", p55)
  3541. w54.Name = "apart_Weld"
  3542. w54.Part0 = p55
  3543. w54.C0 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3544. w54.Part1 = p56
  3545. w54.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3546. w55 = Instance.new("Weld", p56)
  3547. w55.Name = "apart_Weld"
  3548. w55.Part0 = p56
  3549. w55.C0 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3550. w55.Part1 = p57
  3551. w55.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3552. w56 = Instance.new("Weld", p57)
  3553. w56.Name = "apart_Weld"
  3554. w56.Part0 = p57
  3555. w56.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3556. w56.Part1 = p58
  3557. w56.C1 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  3558. w57 = Instance.new("Weld", p58)
  3559. w57.Name = "apart_Weld"
  3560. w57.Part0 = p58
  3561. w57.C0 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  3562. w57.Part1 = p59
  3563. w57.C1 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  3564. w58 = Instance.new("Weld", p59)
  3565. w58.Name = "apart_Weld"
  3566. w58.Part0 = p59
  3567. w58.C0 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  3568. w58.Part1 = p60
  3569. w58.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3570. w59 = Instance.new("Weld", p60)
  3571. w59.Name = "apart_Weld"
  3572. w59.Part0 = p60
  3573. w59.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3574. w59.Part1 = p61
  3575. w59.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3576. w60 = Instance.new("Weld", p61)
  3577. w60.Name = "apart_Weld"
  3578. w60.Part0 = p61
  3579. w60.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3580. w60.Part1 = p62
  3581. w60.C1 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  3582. w61 = Instance.new("Weld", p62)
  3583. w61.Name = "apart_Weld"
  3584. w61.Part0 = p62
  3585. w61.C0 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  3586. w61.Part1 = p63
  3587. w61.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3588. w62 = Instance.new("Weld", p63)
  3589. w62.Name = "apart_Weld"
  3590. w62.Part0 = p63
  3591. w62.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3592. w62.Part1 = p64
  3593. w62.C1 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3594. w63 = Instance.new("Weld", p64)
  3595. w63.Name = "apart_Weld"
  3596. w63.Part0 = p64
  3597. w63.C0 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3598. w63.Part1 = p65
  3599. w63.C1 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3600. w64 = Instance.new("Weld", p65)
  3601. w64.Name = "apart_Weld"
  3602. w64.Part0 = p65
  3603. w64.C0 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3604. w64.Part1 = p66
  3605. w64.C1 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3606. w65 = Instance.new("Weld", p66)
  3607. w65.Name = "apart_Weld"
  3608. w65.Part0 = p66
  3609. w65.C0 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3610. w65.Part1 = p67
  3611. w65.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3612. w66 = Instance.new("Weld", p67)
  3613. w66.Name = "apart_Weld"
  3614. w66.Part0 = p67
  3615. w66.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3616. w66.Part1 = p68
  3617. w66.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3618. w67 = Instance.new("Weld", p68)
  3619. w67.Name = "apart_Weld"
  3620. w67.Part0 = p68
  3621. w67.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3622. w67.Part1 = p69
  3623. w67.C1 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3624. w68 = Instance.new("Weld", p69)
  3625. w68.Name = "apart_Weld"
  3626. w68.Part0 = p69
  3627. w68.C0 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3628. w68.Part1 = p70
  3629. w68.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3630. w69 = Instance.new("Weld", p70)
  3631. w69.Name = "apart_Weld"
  3632. w69.Part0 = p70
  3633. w69.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3634. w69.Part1 = p71
  3635. w69.C1 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3636. w70 = Instance.new("Weld", p71)
  3637. w70.Name = "apart_Weld"
  3638. w70.Part0 = p71
  3639. w70.C0 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3640. w70.Part1 = p72
  3641. w70.C1 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3642. w71 = Instance.new("Weld", p72)
  3643. w71.Name = "apart_Weld"
  3644. w71.Part0 = p72
  3645. w71.C0 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  3646. w71.Part1 = p73
  3647. w71.C1 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  3648. w72 = Instance.new("Weld", p73)
  3649. w72.Name = "apart_Weld"
  3650. w72.Part0 = p73
  3651. w72.C0 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  3652. w72.Part1 = p74
  3653. w72.C1 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  3654. w73 = Instance.new("Weld", p74)
  3655. w73.Name = "apart_Weld"
  3656. w73.Part0 = p74
  3657. w73.C0 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  3658. w73.Part1 = p75
  3659. w73.C1 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3660. w74 = Instance.new("Weld", p75)
  3661. w74.Name = "apart_Weld"
  3662. w74.Part0 = p75
  3663. w74.C0 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  3664. w74.Part1 = p76
  3665. w74.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3666. w75 = Instance.new("Weld", p76)
  3667. w75.Name = "apart_Weld"
  3668. w75.Part0 = p76
  3669. w75.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  3670. w75.Part1 = p77
  3671. w75.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3672. w76 = Instance.new("Weld", p77)
  3673. w76.Name = "apart_Weld"
  3674. w76.Part0 = p77
  3675. w76.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3676. w76.Part1 = p78
  3677. w76.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  3678. w77 = Instance.new("Weld", p79)
  3679. w77.Name = "apart_Weld"
  3680. w77.Part0 = p79
  3681. w77.C0 = CFrame.new(-3.82272005, -175.414932, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3682. w77.Part1 = p80
  3683. w77.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3684. w78 = Instance.new("Weld", p80)
  3685. w78.Name = "apart_Weld"
  3686. w78.Part0 = p80
  3687. w78.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3688. w78.Part1 = p81
  3689. w78.C1 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  3690. w79 = Instance.new("Weld", p81)
  3691. w79.Name = "apart_Weld"
  3692. w79.Part0 = p81
  3693. w79.C0 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  3694. w79.Part1 = p82
  3695. w79.C1 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
  3696. w80 = Instance.new("Weld", p82)
  3697. w80.Name = "apart_Weld"
  3698. w80.Part0 = p82
  3699. w80.C0 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
  3700. w80.Part1 = p83
  3701. w80.C1 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3702. w81 = Instance.new("Weld", p83)
  3703. w81.Name = "apart_Weld"
  3704. w81.Part0 = p83
  3705. w81.C0 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3706. w81.Part1 = p84
  3707. w81.C1 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3708. w82 = Instance.new("Weld", p84)
  3709. w82.Name = "apart_Weld"
  3710. w82.Part0 = p84
  3711. w82.C0 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3712. w82.Part1 = p85
  3713. w82.C1 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  3714. w83 = Instance.new("Weld", p85)
  3715. w83.Name = "apart_Weld"
  3716. w83.Part0 = p85
  3717. w83.C0 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  3718. w83.Part1 = p86
  3719. w83.C1 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3720. w84 = Instance.new("Weld", p86)
  3721. w84.Name = "apart_Weld"
  3722. w84.Part0 = p86
  3723. w84.C0 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3724. w84.Part1 = p87
  3725. w84.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3726. w85 = Instance.new("Weld", p87)
  3727. w85.Name = "apart_Weld"
  3728. w85.Part0 = p87
  3729. w85.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3730. w85.Part1 = p88
  3731. w85.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3732. w86 = Instance.new("Weld", p88)
  3733. w86.Name = "apart_Weld"
  3734. w86.Part0 = p88
  3735. w86.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3736. w86.Part1 = p89
  3737. w86.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3738. w87 = Instance.new("Weld", p89)
  3739. w87.Name = "apart_Weld"
  3740. w87.Part0 = p89
  3741. w87.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3742. w87.Part1 = p90
  3743. w87.C1 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3744. w88 = Instance.new("Weld", p90)
  3745. w88.Name = "Right Arm_Weld"
  3746. w88.Part0 = p90
  3747. w88.C0 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3748. w88.Part1 = p91
  3749. w88.C1 = CFrame.new(-41.5, -174.519974, 3.82000184, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3750. w89 = Instance.new("Weld", p92)
  3751. w89.Name = "Left Leg_Weld"
  3752. w89.Part0 = p92
  3753. w89.C0 = CFrame.new(-3.82272005, -172.59642, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3754. w89.Part1 = p93
  3755. w89.C1 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3756. w90 = Instance.new("Weld", p93)
  3757. w90.Name = "apart_Weld"
  3758. w90.Part0 = p93
  3759. w90.C0 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3760. w90.Part1 = p94
  3761. w90.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3762. w91 = Instance.new("Weld", p94)
  3763. w91.Name = "apart_Weld"
  3764. w91.Part0 = p94
  3765. w91.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3766. w91.Part1 = p95
  3767. w91.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3768. w92 = Instance.new("Weld", p95)
  3769. w92.Name = "apart_Weld"
  3770. w92.Part0 = p95
  3771. w92.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3772. w92.Part1 = p96
  3773. w92.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3774. w93 = Instance.new("Weld", p96)
  3775. w93.Name = "apart_Weld"
  3776. w93.Part0 = p96
  3777. w93.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3778. w93.Part1 = p97
  3779. w93.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3780. w94 = Instance.new("Weld", p97)
  3781. w94.Name = "apart_Weld"
  3782. w94.Part0 = p97
  3783. w94.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3784. w94.Part1 = p98
  3785. w94.C1 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  3786. w95 = Instance.new("Weld", p98)
  3787. w95.Name = "apart_Weld"
  3788. w95.Part0 = p98
  3789. w95.C0 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  3790. w95.Part1 = p99
  3791. w95.C1 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3792. w96 = Instance.new("Weld", p99)
  3793. w96.Name = "apart_Weld"
  3794. w96.Part0 = p99
  3795. w96.C0 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3796. w96.Part1 = p100
  3797. w96.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3798. w97 = Instance.new("Weld", p100)
  3799. w97.Name = "apart_Weld"
  3800. w97.Part0 = p100
  3801. w97.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3802. w97.Part1 = p101
  3803. w97.C1 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3804. w98 = Instance.new("Weld", p101)
  3805. w98.Name = "apart_Weld"
  3806. w98.Part0 = p101
  3807. w98.C0 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3808. w98.Part1 = p102
  3809. w98.C1 = CFrame.new(-3.82272005, -171.878983, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3810. w99 = Instance.new("Weld", p103)
  3811. w99.Name = "apart_Weld"
  3812. w99.Part0 = p103
  3813. w99.C0 = CFrame.new(-40.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3814. w99.Part1 = p104
  3815. w99.C1 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3816. w100 = Instance.new("Weld", p104)
  3817. w100.Name = "apart_Weld"
  3818. w100.Part0 = p104
  3819. w100.C0 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3820. w100.Part1 = p105
  3821. w100.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3822. w101 = Instance.new("Weld", p105)
  3823. w101.Name = "apart_Weld"
  3824. w101.Part0 = p105
  3825. w101.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3826. w101.Part1 = p106
  3827. w101.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3828. w102 = Instance.new("Weld", p106)
  3829. w102.Name = "apart_Weld"
  3830. w102.Part0 = p106
  3831. w102.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3832. w102.Part1 = p107
  3833. w102.C1 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  3834. w103 = Instance.new("Weld", p107)
  3835. w103.Name = "apart_Weld"
  3836. w103.Part0 = p107
  3837. w103.C0 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  3838. w103.Part1 = p108
  3839. w103.C1 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3840. w104 = Instance.new("Weld", p108)
  3841. w104.Name = "apart_Weld"
  3842. w104.Part0 = p108
  3843. w104.C0 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  3844. w104.Part1 = p109
  3845. w104.C1 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3846. w105 = Instance.new("Weld", p109)
  3847. w105.Name = "apart_Weld"
  3848. w105.Part0 = p109
  3849. w105.C0 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3850. w105.Part1 = p110
  3851. w105.C1 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3852. w106 = Instance.new("Weld", p110)
  3853. w106.Name = "apart_Weld"
  3854. w106.Part0 = p110
  3855. w106.C0 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3856. w106.Part1 = p111
  3857. w106.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3858. w107 = Instance.new("Weld", p111)
  3859. w107.Name = "apart_Weld"
  3860. w107.Part0 = p111
  3861. w107.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3862. w107.Part1 = p112
  3863. w107.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3864. w108 = Instance.new("Weld", p112)
  3865. w108.Name = "apart_Weld"
  3866. w108.Part0 = p112
  3867. w108.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3868. w108.Part1 = p113
  3869. w108.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3870. w109 = Instance.new("Weld", p114)
  3871. w109.Name = "apart_Weld"
  3872. w109.Part0 = p114
  3873. w109.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3874. w109.Part1 = p115
  3875. w109.C1 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3876. w110 = Instance.new("Weld", p115)
  3877. w110.Name = "Left Arm_Weld"
  3878. w110.Part0 = p115
  3879. w110.C0 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3880. w110.Part1 = p116
  3881. w110.C1 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3882. w111 = Instance.new("Weld", p116)
  3883. w111.Name = "apart_Weld"
  3884. w111.Part0 = p116
  3885. w111.C0 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  3886. w111.Part1 = p117
  3887. w111.C1 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3888. w112 = Instance.new("Weld", p117)
  3889. w112.Name = "apart_Weld"
  3890. w112.Part0 = p117
  3891. w112.C0 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3892. w112.Part1 = p118
  3893. w112.C1 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3894. w113 = Instance.new("Weld", p118)
  3895. w113.Name = "apart_Weld"
  3896. w113.Part0 = p118
  3897. w113.C0 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3898. w113.Part1 = p119
  3899. w113.C1 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3900. w114 = Instance.new("Weld", p119)
  3901. w114.Name = "apart_Weld"
  3902. w114.Part0 = p119
  3903. w114.C0 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3904. w114.Part1 = p120
  3905. w114.C1 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3906. w115 = Instance.new("Weld", p120)
  3907. w115.Name = "apart_Weld"
  3908. w115.Part0 = p120
  3909. w115.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3910. w115.Part1 = p121
  3911. w115.C1 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3912. w116 = Instance.new("Weld", p121)
  3913. w116.Name = "apart_Weld"
  3914. w116.Part0 = p121
  3915. w116.C0 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  3916. w116.Part1 = p122
  3917. w116.C1 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3918. w117 = Instance.new("Weld", p122)
  3919. w117.Name = "apart_Weld"
  3920. w117.Part0 = p122
  3921. w117.C0 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  3922. w117.Part1 = p123
  3923. w117.C1 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3924. w118 = Instance.new("Weld", p123)
  3925. w118.Name = "apart_Weld"
  3926. w118.Part0 = p123
  3927. w118.C0 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3928. w118.Part1 = p124
  3929. w118.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3930. w119 = Instance.new("Weld", p124)
  3931. w119.Name = "apart_Weld"
  3932. w119.Part0 = p124
  3933. w119.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3934. w119.Part1 = p125
  3935. w119.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3936. w120 = Instance.new("Weld", p125)
  3937. w120.Name = "apart_Weld"
  3938. w120.Part0 = p125
  3939. w120.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3940. w120.Part1 = p126
  3941. w120.C1 = CFrame.new(-3.82272005, -174.64624, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3942. m.Parent = game:service("Workspace")
  3943. m:MakeJoints()
  3944.  
  3945. RightArm.Transparency=1
  3946. LeftArm.Transparency=1
  3947. LeftLeg.Transparency=1
  3948. RightLeg.Transparency=1
  3949. ------
  3950. --//====================================================\\--
  3951. --|| CREATED BY SHACKLUSTER
  3952. --\\====================================================//--
  3953.  
  3954. wait(0.2)
  3955.  
  3956. Player = game:GetService("Players").LocalPlayer
  3957. PlayerGui = Player.PlayerGui
  3958. Cam = workspace.CurrentCamera
  3959. Backpack = Player.Backpack
  3960. Character = Player.Character
  3961. Humanoid = Character.Humanoid
  3962. Mouse = Player:GetMouse()
  3963. RootPart = Character["HumanoidRootPart"]
  3964. Torso = Character["Torso"]
  3965. Head = Character["Head"]
  3966. RightArm = Character["Right Arm"]
  3967. LeftArm = Character["Left Arm"]
  3968. RightLeg = Character["Right Leg"]
  3969. LeftLeg = Character["Left Leg"]
  3970. RootJoint = RootPart["RootJoint"]
  3971. Neck = Torso["Neck"]
  3972. RightShoulder = Torso["Right Shoulder"]
  3973. LeftShoulder = Torso["Left Shoulder"]
  3974. RightHip = Torso["Right Hip"]
  3975. LeftHip = Torso["Left Hip"]
  3976. local sick = Instance.new("Sound",Torso)
  3977. sick.SoundId = "rbxassetid://342929664"
  3978. sick.Looped = true
  3979. sick.Pitch = 1
  3980. sick.Volume = 3
  3981. sick:Play()
  3982.  
  3983. IT = Instance.new
  3984. CF = CFrame.new
  3985. VT = Vector3.new
  3986. RAD = math.rad
  3987. C3 = Color3.new
  3988. UD2 = UDim2.new
  3989. BRICKC = BrickColor.new
  3990. ANGLES = CFrame.Angles
  3991. EULER = CFrame.fromEulerAnglesXYZ
  3992. COS = math.cos
  3993. ACOS = math.acos
  3994. SIN = math.sin
  3995. ASIN = math.asin
  3996. ABS = math.abs
  3997. MRANDOM = math.random
  3998. FLOOR = math.floor
  3999.  
  4000. --//=================================\\
  4001. --|| USEFUL VALUES
  4002. --\\=================================//
  4003.  
  4004. Animation_Speed = 3
  4005. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  4006. local Speed = 35
  4007. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  4008. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  4009. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  4010. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  4011. local DAMAGEMULTIPLIER = 1
  4012. local ANIM = "Idle"
  4013. local ATTACK = false
  4014. local EQUIPPED = false
  4015. local HOLD = false
  4016. local COMBO = 1
  4017. local Rooted = false
  4018. local SINE = 0
  4019. local KEYHOLD = false
  4020. local CHANGE = 2 / Animation_Speed
  4021. local WALKINGANIM = false
  4022. local VALUE1 = false
  4023. local VALUE2 = false
  4024. local ROBLOXIDLEANIMATION = IT("Animation")
  4025. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  4026. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  4027. --ROBLOXIDLEANIMATION.Parent = Humanoid
  4028. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  4029. WEAPONGUI.Name = "Weapon GUI"
  4030. local Effects = IT("Folder", Character)
  4031. Effects.Name = "Effects"
  4032. local ANIMATOR = Humanoid.Animator
  4033. local ANIMATE = Character.Animate
  4034. local UNANCHOR = true
  4035. local LAUGHS = {834001699,834001752,834001797,834001828}
  4036. local SONGS = {342929664,342929664,342929664,0}
  4037. local CHOICE = MRANDOM(1,4)
  4038.  
  4039. --//=================================\\
  4040. --\\=================================//
  4041.  
  4042.  
  4043. --//=================================\\
  4044. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  4045. --\\=================================//
  4046.  
  4047. ArtificialHB = Instance.new("BindableEvent", script)
  4048. ArtificialHB.Name = "ArtificialHB"
  4049.  
  4050. script:WaitForChild("ArtificialHB")
  4051.  
  4052. frame = Frame_Speed
  4053. tf = 0
  4054. allowframeloss = false
  4055. tossremainder = false
  4056. lastframe = tick()
  4057. script.ArtificialHB:Fire()
  4058.  
  4059. game:GetService("RunService").Heartbeat:connect(function(s, p)
  4060. tf = tf + s
  4061. if tf >= frame then
  4062. if allowframeloss then
  4063. script.ArtificialHB:Fire()
  4064. lastframe = tick()
  4065. else
  4066. for i = 1, math.floor(tf / frame) do
  4067. script.ArtificialHB:Fire()
  4068. end
  4069. lastframe = tick()
  4070. end
  4071. if tossremainder then
  4072. tf = 0
  4073. else
  4074. tf = tf - frame * math.floor(tf / frame)
  4075. end
  4076. end
  4077. end)
  4078.  
  4079. --//=================================\\
  4080. --\\=================================//
  4081.  
  4082. --//=================================\\
  4083. --|| SOME FUNCTIONS
  4084. --\\=================================//
  4085.  
  4086. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  4087. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  4088. end
  4089.  
  4090. function PositiveAngle(NUMBER)
  4091. if NUMBER >= 0 then
  4092. NUMBER = 0
  4093. end
  4094. return NUMBER
  4095. end
  4096.  
  4097. function NegativeAngle(NUMBER)
  4098. if NUMBER <= 0 then
  4099. NUMBER = 0
  4100. end
  4101. return NUMBER
  4102. end
  4103.  
  4104. function Swait(NUMBER)
  4105. if NUMBER == 0 or NUMBER == nil then
  4106. ArtificialHB.Event:wait()
  4107. else
  4108. for i = 1, NUMBER do
  4109. ArtificialHB.Event:wait()
  4110. end
  4111. end
  4112. end
  4113.  
  4114. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  4115. local NEWMESH = IT(MESH)
  4116. if MESH == "SpecialMesh" then
  4117. NEWMESH.MeshType = MESHTYPE
  4118. if MESHID ~= "nil" and MESHID ~= "" then
  4119. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  4120. end
  4121. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  4122. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  4123. end
  4124. end
  4125. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  4126. NEWMESH.Scale = SCALE
  4127. NEWMESH.Parent = PARENT
  4128. return NEWMESH
  4129. end
  4130.  
  4131. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  4132. local NEWPART = IT("Part")
  4133. NEWPART.formFactor = FORMFACTOR
  4134. NEWPART.Reflectance = REFLECTANCE
  4135. NEWPART.Transparency = TRANSPARENCY
  4136. NEWPART.CanCollide = false
  4137. NEWPART.Locked = true
  4138. NEWPART.Anchored = true
  4139. if ANCHOR == false then
  4140. NEWPART.Anchored = false
  4141. end
  4142. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  4143. NEWPART.Name = NAME
  4144. NEWPART.Size = SIZE
  4145. NEWPART.Position = Torso.Position
  4146. NEWPART.Material = MATERIAL
  4147. NEWPART:BreakJoints()
  4148. NEWPART.Parent = PARENT
  4149. return NEWPART
  4150. end
  4151.  
  4152. local function weldBetween(a, b)
  4153. local weldd = IT("Weld")
  4154. weldd.Part0 = a
  4155. weldd.Part1 = b
  4156. weldd.C0 = CF()
  4157. weldd.C1 = b.CFrame:inverse() * a.CFrame
  4158. weldd.Parent = a
  4159. return weldd
  4160. end
  4161.  
  4162.  
  4163. function QuaternionFromCFrame(cf)
  4164. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  4165. local trace = m00 + m11 + m22
  4166. if trace > 0 then
  4167. local s = math.sqrt(1 + trace)
  4168. local recip = 0.5 / s
  4169. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  4170. else
  4171. local i = 0
  4172. if m11 > m00 then
  4173. i = 1
  4174. end
  4175. if m22 > (i == 0 and m00 or m11) then
  4176. i = 2
  4177. end
  4178. if i == 0 then
  4179. local s = math.sqrt(m00 - m11 - m22 + 1)
  4180. local recip = 0.5 / s
  4181. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  4182. elseif i == 1 then
  4183. local s = math.sqrt(m11 - m22 - m00 + 1)
  4184. local recip = 0.5 / s
  4185. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  4186. elseif i == 2 then
  4187. local s = math.sqrt(m22 - m00 - m11 + 1)
  4188. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  4189. end
  4190. end
  4191. end
  4192.  
  4193. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  4194. local xs, ys, zs = x + x, y + y, z + z
  4195. local wx, wy, wz = w * xs, w * ys, w * zs
  4196. local xx = x * xs
  4197. local xy = x * ys
  4198. local xz = x * zs
  4199. local yy = y * ys
  4200. local yz = y * zs
  4201. local zz = z * zs
  4202. 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))
  4203. end
  4204.  
  4205. function QuaternionSlerp(a, b, t)
  4206. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  4207. local startInterp, finishInterp;
  4208. if cosTheta >= 0.0001 then
  4209. if (1 - cosTheta) > 0.0001 then
  4210. local theta = ACOS(cosTheta)
  4211. local invSinTheta = 1 / SIN(theta)
  4212. startInterp = SIN((1 - t) * theta) * invSinTheta
  4213. finishInterp = SIN(t * theta) * invSinTheta
  4214. else
  4215. startInterp = 1 - t
  4216. finishInterp = t
  4217. end
  4218. else
  4219. if (1 + cosTheta) > 0.0001 then
  4220. local theta = ACOS(-cosTheta)
  4221. local invSinTheta = 1 / SIN(theta)
  4222. startInterp = SIN((t - 1) * theta) * invSinTheta
  4223. finishInterp = SIN(t * theta) * invSinTheta
  4224. else
  4225. startInterp = t - 1
  4226. finishInterp = t
  4227. end
  4228. end
  4229. 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
  4230. end
  4231.  
  4232. function Clerp(a, b, t)
  4233. local qa = {QuaternionFromCFrame(a)}
  4234. local qb = {QuaternionFromCFrame(b)}
  4235. local ax, ay, az = a.x, a.y, a.z
  4236. local bx, by, bz = b.x, b.y, b.z
  4237. local _t = 1 - t
  4238. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  4239. end
  4240.  
  4241. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  4242. local frame = IT("Frame")
  4243. frame.BackgroundTransparency = TRANSPARENCY
  4244. frame.BorderSizePixel = BORDERSIZEPIXEL
  4245. frame.Position = POSITION
  4246. frame.Size = SIZE
  4247. frame.BackgroundColor3 = COLOR
  4248. frame.BorderColor3 = BORDERCOLOR
  4249. frame.Name = NAME
  4250. frame.Parent = PARENT
  4251. return frame
  4252. end
  4253.  
  4254. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  4255. local label = IT("TextLabel")
  4256. label.BackgroundTransparency = 1
  4257. label.Size = UD2(1, 0, 1, 0)
  4258. label.Position = UD2(0, 0, 0, 0)
  4259. label.TextColor3 = TEXTCOLOR
  4260. label.TextStrokeTransparency = STROKETRANSPARENCY
  4261. label.TextTransparency = TRANSPARENCY
  4262. label.FontSize = TEXTFONTSIZE
  4263. label.Font = TEXTFONT
  4264. label.BorderSizePixel = BORDERSIZEPIXEL
  4265. label.TextScaled = false
  4266. label.Text = TEXT
  4267. label.Name = NAME
  4268. label.Parent = PARENT
  4269. return label
  4270. end
  4271.  
  4272. function NoOutlines(PART)
  4273. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  4274. end
  4275.  
  4276. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  4277. local NEWWELD = IT(TYPE)
  4278. NEWWELD.Part0 = PART0
  4279. NEWWELD.Part1 = PART1
  4280. NEWWELD.C0 = C0
  4281. NEWWELD.C1 = C1
  4282. NEWWELD.Parent = PARENT
  4283. return NEWWELD
  4284. end
  4285.  
  4286. local S = IT("Sound")
  4287. function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
  4288. local NEWSOUND = nil
  4289. coroutine.resume(coroutine.create(function()
  4290. NEWSOUND = S:Clone()
  4291. NEWSOUND.Parent = PARENT
  4292. NEWSOUND.Volume = VOLUME
  4293. NEWSOUND.Pitch = PITCH
  4294. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  4295. NEWSOUND:play()
  4296. if DOESLOOP == true then
  4297. NEWSOUND.Looped = true
  4298. else
  4299. repeat wait(1) until NEWSOUND.Playing == false
  4300. NEWSOUND:remove()
  4301. end
  4302. end))
  4303. return NEWSOUND
  4304. end
  4305.  
  4306. function CFrameFromTopBack(at, top, back)
  4307. local right = top:Cross(back)
  4308. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  4309. end
  4310.  
  4311. --WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  4312. function WACKYEFFECT(Table)
  4313. local TYPE = (Table.EffectType or "Sphere")
  4314. local SIZE = (Table.Size or VT(1,1,1))
  4315. local ENDSIZE = (Table.Size2 or VT(0,0,0))
  4316. local TRANSPARENCY = (Table.Transparency or 0)
  4317. local ENDTRANSPARENCY = (Table.Transparency2 or 1)
  4318. local CFRAME = (Table.CFrame or Torso.CFrame)
  4319. local MOVEDIRECTION = (Table.MoveToPos or nil)
  4320. local ROTATION1 = (Table.RotationX or 0)
  4321. local ROTATION2 = (Table.RotationY or 0)
  4322. local ROTATION3 = (Table.RotationZ or 0)
  4323. local MATERIAL = (Table.Material or "Neon")
  4324. local COLOR = (Table.Color or C3(0,0,255))
  4325. local TIME = (Table.Time or 45)
  4326. local SOUNDID = (Table.SoundID or nil)
  4327. local SOUNDPITCH = (Table.SoundPitch or nil)
  4328. local SOUNDVOLUME = (Table.SoundVolume or nil)
  4329. coroutine.resume(coroutine.create(function()
  4330. local PLAYSSOUND = false
  4331. local SOUND = nil
  4332. local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
  4333. if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
  4334. PLAYSSOUND = true
  4335. SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
  4336. end
  4337. EFFECT.Color = COLOR
  4338. local MSH = nil
  4339. if TYPE == "Sphere" then
  4340. MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
  4341. elseif TYPE == "Block" then
  4342. MSH = IT("BlockMesh",EFFECT)
  4343. MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
  4344. elseif TYPE == "Wave" then
  4345. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
  4346. elseif TYPE == "Ring" then
  4347. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
  4348. elseif TYPE == "Slash" then
  4349. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  4350. elseif TYPE == "Round Slash" then
  4351. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  4352. elseif TYPE == "Swirl" then
  4353. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
  4354. elseif TYPE == "Skull" then
  4355. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
  4356. elseif TYPE == "Crystal" then
  4357. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
  4358. end
  4359. if MSH ~= nil then
  4360. local MOVESPEED = nil
  4361. if MOVEDIRECTION ~= nil then
  4362. MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
  4363. end
  4364. local GROWTH = SIZE - ENDSIZE
  4365. local TRANS = TRANSPARENCY - ENDTRANSPARENCY
  4366. if TYPE == "Block" then
  4367. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  4368. else
  4369. EFFECT.CFrame = CFRAME
  4370. end
  4371. for LOOP = 1, TIME+1 do
  4372. Swait()
  4373. MSH.Scale = MSH.Scale - GROWTH/TIME
  4374. if TYPE == "Wave" then
  4375. MSH.Offset = VT(0,0,-MSH.Scale.X/8)
  4376. end
  4377. EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
  4378. if TYPE == "Block" then
  4379. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  4380. else
  4381. EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
  4382. end
  4383. if MOVEDIRECTION ~= nil then
  4384. local ORI = EFFECT.Orientation
  4385. EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
  4386. EFFECT.Orientation = ORI
  4387. end
  4388. end
  4389. if PLAYSSOUND == false then
  4390. EFFECT:remove()
  4391. else
  4392. SOUND.Stopped:Connect(function()
  4393. EFFECT:remove()
  4394. end)
  4395. end
  4396. else
  4397. if PLAYSSOUND == false then
  4398. EFFECT:remove()
  4399. else
  4400. repeat Swait() until SOUND.Playing == false
  4401. EFFECT:remove()
  4402. end
  4403. end
  4404. end))
  4405. end
  4406.  
  4407. function MakeForm(PART,TYPE)
  4408. if TYPE == "Cyl" then
  4409. local MSH = IT("CylinderMesh",PART)
  4410. elseif TYPE == "Ball" then
  4411. local MSH = IT("SpecialMesh",PART)
  4412. MSH.MeshType = "Sphere"
  4413. elseif TYPE == "Wedge" then
  4414. local MSH = IT("SpecialMesh",PART)
  4415. MSH.MeshType = "Wedge"
  4416. end
  4417. end
  4418.  
  4419. Debris = game:GetService("Debris")
  4420.  
  4421. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  4422. local DIRECTION = CF(StartPos,EndPos).lookVector
  4423. return Raycast(StartPos, DIRECTION, Distance, Ignore)
  4424. end
  4425.  
  4426. function turnto(position)
  4427. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  4428. end
  4429.  
  4430. function SpawnTrail(FROM,TO,BIG)
  4431. local TRAIL = CreatePart(3, Effects, "Neon", 0, 0.5, "Dark blue", "Trail", VT(0,0,0))
  4432. MakeForm(TRAIL,"Cyl")
  4433. local DIST = (FROM - TO).Magnitude
  4434. if BIG == true then
  4435. TRAIL.Size = VT(0.5,DIST,0.5)
  4436. else
  4437. TRAIL.Size = VT(0.25,DIST,0.25)
  4438. end
  4439. TRAIL.CFrame = CF(FROM, TO) * CF(0, 0, -DIST/2) * ANGLES(RAD(90),RAD(0),RAD(0))
  4440. coroutine.resume(coroutine.create(function()
  4441. for i = 1, 5 do
  4442. Swait()
  4443. TRAIL.Transparency = TRAIL.Transparency + 0.1
  4444. end
  4445. TRAIL:remove()
  4446. end))
  4447. end
  4448.  
  4449. local asd = Instance.new("ParticleEmitter")
  4450. asd.Color = ColorSequence.new(Color3.new(170, 0, 0), Color3.new(170, 0, 0))
  4451. asd.LightEmission = .1
  4452. asd.Texture = "http://www.roblox.com/asset/?ID=291880914"
  4453. aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.6),NumberSequenceKeypoint.new(1, 2)})
  4454. bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
  4455. asd.Transparency = bbb
  4456. asd.Size = aaa
  4457. asd.ZOffset = .9
  4458. asd.Acceleration = Vector3.new(0, -15, 0)
  4459. asd.LockedToPart = false
  4460. asd.EmissionDirection = "Back"
  4461. asd.Lifetime = NumberRange.new(1, 2)
  4462. asd.Rotation = NumberRange.new(-100, 100)
  4463. asd.RotSpeed = NumberRange.new(-100, 100)
  4464. asd.Speed = NumberRange.new(10)
  4465. asd.Enabled = false
  4466. asd.VelocitySpread = 999
  4467.  
  4468. function getbloody(victim,amount)
  4469. local PART = CreatePart(3, Effects, "Metal", 0, 1, "Mid gray", "Blood", victim.Size)
  4470. PART.CFrame = victim.CFrame
  4471. local HITPLAYERSOUNDS = {"356551938","264486467"}
  4472. Debris:AddItem(PART,5)
  4473. CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
  4474. CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
  4475. CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
  4476. local prtcl = asd:Clone()
  4477. prtcl.Parent = PART
  4478. prtcl:Emit(amount*10)
  4479. end
  4480.  
  4481. local Particle = IT("ParticleEmitter",nil)
  4482. Particle.Enabled = false
  4483. Particle.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.3,0.95),NumberSequenceKeypoint.new(1,1)})
  4484. Particle.LightEmission = 0.5
  4485. Particle.Rate = 150
  4486. Particle.ZOffset = 1
  4487. Particle.Rotation = NumberRange.new(-180, 180)
  4488. Particle.RotSpeed = NumberRange.new(-180, 180)
  4489. Particle.Texture = "http://www.roblox.com/asset/?id=304437537"
  4490. Particle.Color = ColorSequence.new(C3(0,0,255),C3(0,0,255))
  4491.  
  4492. --ParticleEmitter({Speed = 5, Drag = 0, Size1 = 1, Size2 = 5, Lifetime1 = 1, Lifetime2 = 1.5, Parent = Torso, Emit = 100, Offset = 360, Enabled = false})
  4493. function ParticleEmitter(Table)
  4494. local PRTCL = Particle:Clone()
  4495. local Speed = Table.Speed or 5
  4496. local Drag = Table.Drag or 0
  4497. local Size1 = Table.Size1 or 1
  4498. local Size2 = Table.Size2 or 5
  4499. local Lifetime1 = Table.Lifetime1 or 1
  4500. local Lifetime2 = Table.Lifetime2 or 1.5
  4501. local Parent = Table.Parent or Torso
  4502. local Emit = Table.Emit or 100
  4503. local Offset = Table.Offset or 360
  4504. local Acel = Table.Acel or VT(0,0,0)
  4505. local Enabled = Table.Enabled or false
  4506. PRTCL.Parent = Parent
  4507. PRTCL.Size = NumberSequence.new(Size1,Size2)
  4508. PRTCL.Lifetime = NumberRange.new(Lifetime1,Lifetime2)
  4509. PRTCL.Speed = NumberRange.new(Speed)
  4510. PRTCL.VelocitySpread = Offset
  4511. PRTCL.Drag = Drag
  4512. PRTCL.Acceleration = Acel
  4513. if Enabled == false then
  4514. PRTCL:Emit(Emit)
  4515. Debris:AddItem(PRTCL,Lifetime2)
  4516. else
  4517. PRTCL.Enabled = true
  4518. end
  4519. return PRTCL
  4520. end
  4521.  
  4522. --//=================================\\
  4523. --|| WEAPON CREATION
  4524. --\\=================================//
  4525.  
  4526. local Handle = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,1.2,0.2),false)
  4527. local RightArmGrasp = CreateWeldOrSnapOrMotor("Weld", Handle, RightArm, Handle, CF(0,-0.8, 0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0.3, 0))
  4528. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0.8,0.2),false)
  4529. MakeForm(Part,"Wedge")
  4530. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, 0.2, 0.2) * ANGLES(RAD(0), RAD(180), RAD(0)), CF(0, 0, 0))
  4531. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.5,0.6),false)
  4532. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4533. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.4,0.4,0.4),false)
  4534. MakeForm(Part,"Cyl")
  4535. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.45, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4536. for i = 1, 8 do
  4537. local Piece = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0,0.35,0.41),false)
  4538. CreateWeldOrSnapOrMotor("Weld", Handle, Part, Piece, CF(0, 0, 0) * ANGLES(RAD(0), RAD((360/8)*i), RAD(0)), CF(0, 0, 0))
  4539. end
  4540. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0.5,0.2),false)
  4541. MakeForm(Part,"Wedge")
  4542. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.2) * ANGLES(RAD(-135), RAD(0), RAD(0)), CF(0, -0.3, 0))
  4543. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0.39,0.41,0.39),false)
  4544. MakeForm(Part,"Cyl")
  4545. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.45, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4546. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.5,0.5),false)
  4547. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.2) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4548. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.4,0.5),false)
  4549. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.65) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4550. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0,0.6),false)
  4551. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, 0, 0) * ANGLES(RAD(45), RAD(0), RAD(0)), CF(0, -0.2, -0.3))
  4552. local RightBarrel = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.28,5,0.28),false)
  4553. MakeForm(RightBarrel,"Cyl")
  4554. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, RightBarrel, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, -2.5, 0))
  4555. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0,0.2,0.2),false)
  4556. MakeForm(Part,"Wedge")
  4557. CreateWeldOrSnapOrMotor("Weld", Handle, RightBarrel, Part, CF(0, 2.415, 0.15) * ANGLES(RAD(180), RAD(0), RAD(0)), CF(0, 0, 0))
  4558. local RightHole = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0.2,0,0.2),false)
  4559. MakeForm(RightHole,"Cyl")
  4560. CreateWeldOrSnapOrMotor("Weld", Handle, RightBarrel, RightHole, CF(0, 2.5, 0), CF(0, 0, 0))
  4561. local Handle = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,1.2,0.2),false)
  4562. local LeftArmGraps = CreateWeldOrSnapOrMotor("Weld", Handle, LeftArm, Handle, CF(0,-0.8, 0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0.3, 0))
  4563. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0.8,0.2),false)
  4564. MakeForm(Part,"Wedge")
  4565. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, 0.2, 0.2) * ANGLES(RAD(0), RAD(180), RAD(0)), CF(0, 0, 0))
  4566. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.5,0.6),false)
  4567. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4568. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.4,0.4,0.4),false)
  4569. MakeForm(Part,"Cyl")
  4570. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.45, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4571. for i = 1, 8 do
  4572. local Piece = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0,0.35,0.41),false)
  4573. CreateWeldOrSnapOrMotor("Weld", Handle, Part, Piece, CF(0, 0, 0) * ANGLES(RAD(0), RAD((360/8)*i), RAD(0)), CF(0, 0, 0))
  4574. end
  4575. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0.5,0.2),false)
  4576. MakeForm(Part,"Wedge")
  4577. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.2) * ANGLES(RAD(-135), RAD(0), RAD(0)), CF(0, -0.3, 0))
  4578. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0.39,0.41,0.39),false)
  4579. MakeForm(Part,"Cyl")
  4580. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.45, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4581. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.5,0.5),false)
  4582. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.2) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4583. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.4,0.5),false)
  4584. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.65) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
  4585. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0,0.6),false)
  4586. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, 0, 0) * ANGLES(RAD(45), RAD(0), RAD(0)), CF(0, -0.2, -0.3))
  4587. local LeftBarrel = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.28,5,0.28),false)
  4588. MakeForm(LeftBarrel,"Cyl")
  4589. CreateWeldOrSnapOrMotor("Weld", Handle, Handle, LeftBarrel, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, -2.5, 0))
  4590. local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0,0.2,0.2),false)
  4591. MakeForm(Part,"Wedge")
  4592. CreateWeldOrSnapOrMotor("Weld", Handle, LeftBarrel, Part, CF(0, 2.415, 0.15) * ANGLES(RAD(180), RAD(0), RAD(0)), CF(0, 0, 0))
  4593. local LeftHole = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0.2,0,0.2),false)
  4594. MakeForm(LeftHole,"Cyl")
  4595. CreateWeldOrSnapOrMotor("Weld", Handle, LeftBarrel, LeftHole, CF(0, 2.5, 0), CF(0, 0, 0))
  4596. local Eye = CreatePart(3, Character, "Neon", 0, 0, "Dark red", "Eye", VT(0.6,0.1,1)/2,false)
  4597. MakeForm(Eye,"Ball")
  4598. CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0,0.2,0) * ANGLES(RAD(0), RAD(-18), RAD(15)), CF(0, 0, 0.4))
  4599. local Eye = CreatePart(3, Character, "Neon", 0, 0, "Dark red", "Eye", VT(0.6,0.1,1)/2,false)
  4600. MakeForm(Eye,"Ball")
  4601. CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0,0.2,0) * ANGLES(RAD(0), RAD(18), RAD(-15)), CF(0, 0, 0.4))
  4602. local Eye = CreatePart(3, Character, "Neon", 0, 0, "Dark red", "Eye", VT(0.1,1,1)/2,false)
  4603. MakeForm(Eye,"Ball")
  4604. CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0,0.15,0) * ANGLES(RAD(0), RAD(-18), RAD(0)), CF(0, 0, 0.4))
  4605. local Eye = CreatePart(3, Character, "Neon", 0, 0, "Dark red", "Eye", VT(0.1,1,1)/2,false)
  4606. MakeForm(Eye,"Ball")
  4607. CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0,0.15,0) * ANGLES(RAD(0), RAD(18), RAD(0)), CF(0, 0, 0.4))
  4608. local A = IT("Attachment",Torso)
  4609. A.Position = VT(1,1.3,0)
  4610. A.Orientation = VT(-0.098, -89.999, 0.227)
  4611. local B = IT("Attachment",Torso)
  4612. B.Position = VT(-1.3,-0.6,0)
  4613. B.Orientation = VT(-88.911, -68.808, 158.782)
  4614. local ChainLink = IT("Beam",Torso)
  4615. ChainLink.Texture = "rbxassetid://73042633"
  4616. ChainLink.Color = ColorSequence.new(C3(0,0,255))
  4617. ChainLink.TextureSpeed = 1
  4618. ChainLink.FaceCamera = true
  4619. ChainLink.Width0 = 1
  4620. ChainLink.Width1 = 1
  4621. ChainLink.TextureLength = 3
  4622. ChainLink.Attachment0 = A
  4623. ChainLink.Attachment1 = B
  4624. ChainLink.CurveSize0 = 1.6
  4625. ChainLink.CurveSize1 = 1.6
  4626. ChainLink.FaceCamera = true
  4627. ChainLink.Transparency = NumberSequence.new(0)
  4628. local ChainLink = IT("Beam",Torso)
  4629. ChainLink.Texture = "rbxassetid://73042633"
  4630. ChainLink.Color = ColorSequence.new(C3(0,0,255))
  4631. ChainLink.TextureSpeed = 1
  4632. ChainLink.FaceCamera = true
  4633. ChainLink.Width0 = 1
  4634. ChainLink.Width1 = 1
  4635. ChainLink.TextureLength = 3
  4636. ChainLink.Attachment0 = B
  4637. ChainLink.Attachment1 = A
  4638. ChainLink.CurveSize0 = 1.6
  4639. ChainLink.CurveSize1 = 1.6
  4640. ChainLink.FaceCamera = true
  4641. ChainLink.Transparency = NumberSequence.new(0)
  4642. local A = IT("Attachment",Torso)
  4643. A.Position = VT(1.3,-0.85,0)
  4644. A.Orientation = VT(-0.098, -89.999, 0.227)
  4645. local B = IT("Attachment",Torso)
  4646. B.Position = VT(-1,2,0)
  4647. B.Orientation = VT(-88.911, -68.808, 158.782)
  4648. local ChainLink = IT("Beam",Torso)
  4649. ChainLink.Texture = "rbxassetid://73042633"
  4650. ChainLink.Color = ColorSequence.new(C3(0,0,255))
  4651. ChainLink.TextureSpeed = 1
  4652. ChainLink.FaceCamera = true
  4653. ChainLink.Width0 = 1
  4654. ChainLink.Width1 = 1
  4655. ChainLink.TextureLength = 3
  4656. ChainLink.Attachment0 = A
  4657. ChainLink.Attachment1 = B
  4658. ChainLink.CurveSize0 = 1.3
  4659. ChainLink.CurveSize1 = 1.3
  4660. ChainLink.FaceCamera = true
  4661. ChainLink.Transparency = NumberSequence.new(0)
  4662. local ChainLink = IT("Beam",Torso)
  4663. ChainLink.Texture = "rbxassetid://73042633"
  4664. ChainLink.Color = ColorSequence.new(C3(0,0,255))
  4665. ChainLink.TextureSpeed = 1
  4666. ChainLink.FaceCamera = true
  4667. ChainLink.Width0 = 1
  4668. ChainLink.Width1 = 1
  4669. ChainLink.TextureLength = 3
  4670. ChainLink.Attachment0 = B
  4671. ChainLink.Attachment1 = A
  4672. ChainLink.CurveSize0 = 1.3
  4673. ChainLink.CurveSize1 = 1.3
  4674. ChainLink.FaceCamera = true
  4675. ChainLink.Transparency = NumberSequence.new(0)
  4676.  
  4677. local A = IT("Attachment",RightBarrel)
  4678. A.Position = VT(0,-2.5,0)
  4679. local B = IT("Attachment",RightBarrel)
  4680. B.Position = VT(0,2.5,0)
  4681. local Trail = IT("Trail",RightBarrel)
  4682. Trail.Attachment0 = A
  4683. Trail.Attachment1 = B
  4684. Trail.Lifetime = 0.2
  4685. Trail.Color = ColorSequence.new(BRICKC"Dark blue".Color)
  4686. Trail.Transparency = NumberSequence.new(0, 1)
  4687. Trail.Enabled = false
  4688.  
  4689. local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.2, Lifetime2 = 1, Parent = RightLeg, Emit = 100, Offset = 360, Enabled = true})
  4690. PRT.LockedToPart = true
  4691. local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.2, Lifetime2 = 1, Parent = LeftLeg, Emit = 100, Offset = 360, Enabled = true})
  4692. PRT.LockedToPart = true
  4693. local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.3, Lifetime2 = 1.5, Parent = Torso, Emit = 100, Offset = 360, Enabled = true})
  4694. PRT.LockedToPart = true
  4695. local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.2, Lifetime2 = 1, Parent = RightArm, Emit = 100, Offset = 360, Enabled = true})
  4696. PRT.LockedToPart = true
  4697. local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.2, Lifetime2 = 1, Parent = LeftArm, Emit = 100, Offset = 360, Enabled = true})
  4698. PRT.LockedToPart = true
  4699. for _, c in pairs(Character:GetDescendants()) do
  4700. if c and c.Parent then
  4701. if c.Name == "Handle" and c.Parent.ClassName == "Accessory" then
  4702. local ACCESSORY = c.Parent
  4703. c.Parent = Character
  4704. if c then
  4705. if c:FindFirstChild("HatAttachment") or c:FindFirstChild("FaceFrontAttachment") or c:FindFirstChild("HairAttachment") then
  4706. weldBetween(Head,c)
  4707. else
  4708. weldBetween(Torso,c)
  4709. end
  4710. end
  4711. ACCESSORY:remove()
  4712. elseif c.Parent.ClassName ~= "Accessory" and c.ClassName == "Part" and c.Name ~= "Eye" and c.Parent ~= Effects and c.Parent.Parent ~= Effects then
  4713. c.Material = "Neon"
  4714. c.Color = C3(0,0,255)
  4715. if c:FindFirstChildOfClass("SpecialMesh") then
  4716. c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
  4717. end
  4718. if c == Head then
  4719. if c:FindFirstChild("face") then
  4720. c.face:remove()
  4721. end
  4722. end
  4723. elseif c.ClassName == "Part" and c.Name == "Eye" then
  4724. c.Color = C3(0,0,255)
  4725. c.Material = "Neon"
  4726. elseif c.ClassName == "CharacterMesh" or c.Name == "Body Colors" then
  4727. c:remove()
  4728. elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then
  4729. c:remove()
  4730. end
  4731. end
  4732. end
  4733. local BODY = {}
  4734. for _, c in pairs(Character:GetDescendants()) do
  4735. if c:IsA("BasePart") and c.Name ~= "Handle" then
  4736. if c ~= RootPart and c ~= Torso and c ~= Head and c ~= RightArm and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
  4737. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  4738. end
  4739. table.insert(BODY,{c,c.Parent,c.Material,c.Color,c.Transparency,c.Size,c.Name})
  4740. elseif c:IsA("JointInstance") then
  4741. table.insert(BODY,{c,c.Parent,nil,nil,nil,nil,nil})
  4742. end
  4743. end
  4744. function refit()
  4745. Character.Parent = workspace
  4746. for e = 1, #BODY do
  4747. if BODY[e] ~= nil then
  4748. local STUFF = BODY[e]
  4749. local PART = STUFF[1]
  4750. local PARENT = STUFF[2]
  4751. local MATERIAL = STUFF[3]
  4752. local COLOR = STUFF[4]
  4753. local TRANSPARENCY = STUFF[5]
  4754. --local SIZE = STUFF[6]
  4755. local NAME = STUFF[7]
  4756. if PART.ClassName == "Part" and PART ~= RootPart then
  4757. PART.Material = MATERIAL
  4758. PART.Transparency = TRANSPARENCY
  4759. PART.Name = NAME
  4760. end
  4761. if PART.Parent ~= PARENT then
  4762. Humanoid:remove()
  4763. PART.Parent = PARENT
  4764. Humanoid = IT("Humanoid",Character)
  4765. end
  4766. end
  4767. end
  4768. end
  4769.  
  4770. local SKILLTEXTCOLOR = C3(0,0,255)
  4771. local SKILLFONT = "Fantasy"
  4772. local SKILLTEXTSIZE = 6
  4773.  
  4774. Humanoid.Died:connect(function()
  4775. refit()
  4776. end)
  4777.  
  4778. local SKILL1FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.1, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 1 Frame")
  4779. local SKILL2FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.63, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 2 Frame")
  4780. local SKILL3FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.215, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 3 Frame")
  4781. local SKILL4FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.525, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 4 Frame")
  4782. local SKILL5FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.365, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 5 Frame")
  4783. local SKILL6FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.50, 0, 0.85, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 6 Frame")
  4784. local SKILL7FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.23, 0, 0.85, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 7 Frame")
  4785.  
  4786. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Fire", SKILLTEXTCOLOR, SKILLTEXTSIZE-1, SKILLFONT, 0, 2, 0, "Text 1")
  4787. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Lift", SKILLTEXTCOLOR, SKILLTEXTSIZE-1, SKILLFONT, 0, 2, 0, "Text 2")
  4788. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Cleave", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 3")
  4789. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[V] Lock n' load", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 4")
  4790. local SKILL5TEXT = CreateLabel(SKILL5FRAME, "[X] Morning Star", SKILLTEXTCOLOR, SKILLTEXTSIZE+1, SKILLFONT, 0, 2, 0, "Text 5")
  4791. local SKILL6TEXT = CreateLabel(SKILL6FRAME, "[G] Deathbound", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 6")
  4792. local SKILL7TEXT = CreateLabel(SKILL7FRAME, "[CLICK] Execute", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 7")
  4793.  
  4794. --//=================================\\
  4795. --|| DAMAGE FUNCTIONS
  4796. --\\=================================//
  4797.  
  4798. function StatLabel(CFRAME, TEXT, COLOR)
  4799. local STATPART = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Dark blue", "Effect", VT())
  4800. STATPART.CFrame = CF(CFRAME.p,CFRAME.p+VT(MRANDOM(-5,5),MRANDOM(0,5),MRANDOM(-5,5)))
  4801. local BODYGYRO = IT("BodyGyro", STATPART)
  4802. game:GetService("Debris"):AddItem(STATPART ,5)
  4803. local BILLBOARDGUI = Instance.new("BillboardGui", STATPART)
  4804. BILLBOARDGUI.Adornee = STATPART
  4805. BILLBOARDGUI.Size = UD2(2.5, 0, 2.5 ,0)
  4806. BILLBOARDGUI.StudsOffset = VT(-2, 2, 0)
  4807. BILLBOARDGUI.AlwaysOnTop = false
  4808. local TEXTLABEL = Instance.new("TextLabel", BILLBOARDGUI)
  4809. TEXTLABEL.BackgroundTransparency = 1
  4810. TEXTLABEL.Size = UD2(2.5, 0, 2.5, 0)
  4811. TEXTLABEL.Text = TEXT
  4812. TEXTLABEL.Font = SKILLFONT
  4813. TEXTLABEL.FontSize="Size42"
  4814. TEXTLABEL.TextColor3 = COLOR
  4815. TEXTLABEL.TextStrokeTransparency = 0
  4816. TEXTLABEL.TextScaled = true
  4817. TEXTLABEL.TextWrapped = true
  4818. coroutine.resume(coroutine.create(function(THEPART, THEBODYPOSITION, THETEXTLABEL)
  4819. for i = 1, 50 do
  4820. Swait()
  4821. STATPART.CFrame = STATPART.CFrame * CF(0,0,-0.2)
  4822. TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + (1/50)
  4823. TEXTLABEL.TextStrokeTransparency = TEXTLABEL.TextTransparency
  4824. end
  4825. THEPART.Parent = nil
  4826. end),STATPART, TEXTLABEL)
  4827. end
  4828.  
  4829. --//=================================\\
  4830. --|| DAMAGING
  4831. --\\=================================//
  4832.  
  4833. function Kill(Char)
  4834. local NewCharacter = IT("Model",Effects)
  4835. NewCharacter.Name = "Ow im ded ;-;"
  4836. for _, c in pairs(Char:GetDescendants()) do
  4837. if c:IsA("BasePart") and c.Transparency == 0 then
  4838. if c.Parent == Char then
  4839. getbloody(c,5)
  4840. end
  4841. c:BreakJoints()
  4842. c.Material = "Glass"
  4843. c.Color = C3(0,0,255)
  4844. c.CanCollide = true
  4845. c.Transparency = 0.3
  4846. if c:FindFirstChildOfClass("SpecialMesh") then
  4847. c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
  4848. end
  4849. if c.Name == "Head" then
  4850. c:ClearAllChildren()
  4851. c.Size = VT(c.Size.Y,c.Size.Y,c.Size.Y)
  4852. end
  4853. if c.ClassName == "MeshPart" then
  4854. c.TextureID = ""
  4855. end
  4856. if c:FindFirstChildOfClass("BodyPosition") then
  4857. c:FindFirstChildOfClass("BodyPosition"):remove()
  4858. end
  4859. if c:FindFirstChildOfClass("ParticleEmitter") then
  4860. c:FindFirstChildOfClass("ParticleEmitter"):remove()
  4861. end
  4862. c.Parent = NewCharacter
  4863. c.Name = "DeadPart"
  4864. c.Velocity = VT(MRANDOM(-45,45),MRANDOM(-45,45),MRANDOM(-45,45))/15
  4865. c.RotVelocity = VT(MRANDOM(-45,45),MRANDOM(-15,85),MRANDOM(-45,45))
  4866. end
  4867. end
  4868. Char:remove()
  4869. Debris:AddItem(NewCharacter,5)
  4870. end
  4871.  
  4872. function ApplyAoE(POSITION,RANGE,BRUTAL)
  4873. local CHILDREN = workspace:GetDescendants()
  4874. for index, CHILD in pairs(CHILDREN) do
  4875. if CHILD.ClassName == "Model" and CHILD ~= Character then
  4876. local HUM = CHILD:FindFirstChildOfClass("Humanoid")
  4877. if HUM then
  4878. local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
  4879. if TORSO then
  4880. if (TORSO.Position - POSITION).Magnitude <= RANGE then
  4881. if BRUTAL == true then
  4882. Kill(CHILD)
  4883. else
  4884. CHILD:BreakJoints()
  4885. end
  4886. end
  4887. end
  4888. end
  4889. end
  4890. end
  4891. end
  4892.  
  4893. function BulletDetection(FROM,TO,BRUTAL)
  4894. local AIMHIT,AIMPOS,NORMAL = CastProperRay(FROM,TO,2000,Character)
  4895. coroutine.resume(coroutine.create(function()
  4896. if AIMHIT ~= nil then
  4897. if AIMHIT.Parent ~= Character then
  4898. if AIMHIT.Parent:FindFirstChildOfClass("Humanoid") or AIMHIT.Parent.Parent:FindFirstChildOfClass("Humanoid") then
  4899. if AIMHIT.Parent:FindFirstChildOfClass("Humanoid") then
  4900. if BRUTAL == true then
  4901. Kill(AIMHIT.Parent)
  4902. else
  4903. getbloody(AIMHIT,15)
  4904. AIMHIT.Parent:BreakJoints()
  4905. if AIMHIT.Name == "Head" then
  4906. AIMHIT.Name = "HEADSHOT"
  4907. AIMHIT:remove()
  4908. end
  4909. end
  4910. else
  4911. if BRUTAL == true then
  4912. Kill(AIMHIT.Parent.Parent)
  4913. else
  4914. AIMHIT.Parent.Parent:BreakJoints()
  4915. end
  4916. end
  4917. end
  4918. end
  4919. end
  4920. end))
  4921. SpawnTrail(FROM,AIMPOS)
  4922. return AIMHIT,AIMPOS,NORMAL
  4923. end
  4924.  
  4925. --//=================================\\
  4926. --|| ATTACK FUNCTIONS AND STUFF
  4927. --\\=================================//
  4928.  
  4929. function Unload()
  4930. ATTACK = true
  4931. Rooted = false
  4932. repeat
  4933. local GYRO = IT("BodyGyro",RootPart)
  4934. GYRO.D = 175
  4935. GYRO.P = 20000
  4936. GYRO.MaxTorque = VT(0,40000,0)
  4937. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  4938. if COMBO == 1 then
  4939. COMBO = 2
  4940. for i=0, 0.6, 0.1 / Animation_Speed do
  4941. Swait()
  4942. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  4943. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
  4944. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
  4945. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  4946. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  4947. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  4948. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  4949. end
  4950. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame, MoveToPos = LeftHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  4951. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  4952. CreateSound(145080998, LeftHole, 7, 1, false)
  4953. BulletDetection(LeftHole.Position,Mouse.Hit.p,false)
  4954. for i=0, 0.2, 0.1 / Animation_Speed do
  4955. Swait()
  4956. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
  4957. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
  4958. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  4959. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(130), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  4960. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  4961. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  4962. end
  4963. elseif COMBO == 2 then
  4964. COMBO = 1
  4965. for i=0, 0.6, 0.1 / Animation_Speed do
  4966. Swait()
  4967. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  4968. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
  4969. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-50)), 1 / Animation_Speed)
  4970. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(50)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  4971. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  4972. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  4973. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  4974. end
  4975. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = RightHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  4976. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  4977. CreateSound(145080998, RightHole, 7, 1, false)
  4978. BulletDetection(RightHole.Position,Mouse.Hit.p,false)
  4979. for i=0, 0.2, 0.1 / Animation_Speed do
  4980. Swait()
  4981. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
  4982. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-50)), 1 / Animation_Speed)
  4983. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(130), RAD(0), RAD(50)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  4984. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  4985. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  4986. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  4987. end
  4988. end
  4989. GYRO:remove()
  4990. until KEYHOLD == false
  4991. ATTACK = false
  4992. Rooted = false
  4993. end
  4994. function Psyo()
  4995. if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  4996. local HUM = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  4997. local TORSO = HUM.Parent:FindFirstChild("Torso") or HUM.Parent:FindFirstChild("UpperTorso")
  4998. if TORSO and HUM.Health > 0 then
  4999. ATTACK = true
  5000. Rooted = false
  5001. local GYRO = IT("BodyGyro",RootPart)
  5002. GYRO.D = 275
  5003. GYRO.P = 20000
  5004. GYRO.MaxTorque = VT(0,40000,0)
  5005. for i=0, 0.8, 0.1 / Animation_Speed do
  5006. Swait()
  5007. GYRO.cframe = CF(RootPart.Position,TORSO.Position)
  5008. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  5009. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5010. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.5) * ANGLES(RAD(0), RAD(0), RAD(-85)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5011. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.15, -0.5) * ANGLES(RAD(-15), RAD(0), RAD(85)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5012. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5013. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5014. end
  5015. local MAGIC = ParticleEmitter({Speed = 5, Drag = 3, Size1 = 1.7, Size2 = 0, Lifetime1 = 1, Lifetime2 = 3, Parent = TORSO, Emit = 100, Offset = 360, Enabled = true})
  5016. MAGIC.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})
  5017. local grav = Instance.new("BodyPosition",TORSO)
  5018. grav.D = 1500
  5019. grav.P = 20000
  5020. grav.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  5021. grav.position = TORSO.Position+VT(0,15,0)
  5022. Debris:AddItem(grav,10)
  5023. Debris:AddItem(MAGIC,10)
  5024. CreateSound(429459101, Torso, 7, 1, false)
  5025. CreateSound(429459101, TORSO, 7, 1, false)
  5026. for i=0, 1, 0.1 / Animation_Speed do
  5027. Swait()
  5028. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(-35), RAD(0), RAD(0)), 1 / Animation_Speed)
  5029. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5030. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(125), RAD(-45), RAD(15)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5031. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(125), RAD(45), RAD(-15)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5032. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5033. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5034. end
  5035. GYRO:remove()
  5036. ATTACK = false
  5037. Rooted = false
  5038. end
  5039. end
  5040. end
  5041. function Cleave()
  5042. ATTACK = true
  5043. Rooted = false
  5044. local TARGET = nil
  5045. local TORS = nil
  5046. local GYRO = IT("BodyGyro",RootPart)
  5047. GYRO.D = 175
  5048. GYRO.P = 20000
  5049. GYRO.MaxTorque = VT(0,40000,0)
  5050. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  5051. local RANGE = 5
  5052. CreateSound(541909867, Torso, 7, 1, false)
  5053. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(12,0.5,12), Transparency = 0, Transparency2 = 1, CFrame = Torso.CFrame * ANGLES(RAD(90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5054. for i=0, 1, 0.1 / Animation_Speed do
  5055. Swait()
  5056. RootPart.CFrame = RootPart.CFrame * CF(0,0,-2)
  5057. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  5058. local CHILDREN = workspace:GetDescendants()
  5059. for index, CHILD in pairs(CHILDREN) do
  5060. if CHILD.ClassName == "Model" and CHILD ~= Character then
  5061. local HUM = CHILD:FindFirstChildOfClass("Humanoid")
  5062. if HUM then
  5063. local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
  5064. if TORSO then
  5065. if (TORSO.Position - LeftHole.Position).Magnitude <= RANGE + TORSO.Size.Magnitude/5 then
  5066. RANGE = (TORSO.Position - LeftHole.Position).Magnitude
  5067. TARGET = HUM
  5068. TORS = TORSO
  5069. end
  5070. end
  5071. end
  5072. end
  5073. end
  5074. if TARGET then
  5075. break
  5076. end
  5077. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-80)), 1 / Animation_Speed)
  5078. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(80)), 1 / Animation_Speed)
  5079. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5080. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(-80)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5081. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5082. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5083. end
  5084. GYRO:remove()
  5085. if TORS and TARGET then
  5086. CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 10, 1, false)
  5087. Rooted = true
  5088. local BODYPOSITION = IT("BodyPosition", TORS)
  5089. BODYPOSITION.P = 2000
  5090. BODYPOSITION.D = 100
  5091. BODYPOSITION.maxForce = VT(math.huge, math.huge, math.huge)
  5092. for i=0, 1, 0.1 / Animation_Speed do
  5093. Swait()
  5094. TORS.CFrame = LeftHole.CFrame * CF(0,TORS.Size.Z/2,0) * ANGLES(RAD(90), RAD(0), RAD(0))
  5095. BODYPOSITION.Position = TORS.Position
  5096. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
  5097. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
  5098. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5099. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(145), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  5100. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5101. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5102. end
  5103. for i=0, 0.4, 0.1 / Animation_Speed do
  5104. Swait()
  5105. TORS.CFrame = LeftHole.CFrame * CF(0,TORS.Size.Z/2,0) * ANGLES(RAD(90), RAD(0), RAD(0))
  5106. BODYPOSITION.Position = TORS.Position
  5107. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
  5108. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
  5109. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.5) * ANGLES(RAD(145), RAD(0), RAD(-65)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5110. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(145), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  5111. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5112. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5113. end
  5114. local LOOP = 0
  5115. local LOOP2 = 0
  5116. for i=0, 5, 0.1 / Animation_Speed do
  5117. Swait()
  5118. LOOP = LOOP + 1
  5119. TORS.Anchored = true
  5120. LOOP2 = LOOP2 + 1
  5121. if LOOP2 >= 5 then
  5122. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = RightHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5123. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5124. CreateSound(145080998, RightHole, 7, 1, false)
  5125. SpawnTrail(RightHole.Position,RightHole.CFrame*CF(0,500,0).p)
  5126. LOOP2 = 0
  5127. getbloody(TORS,1)
  5128. end
  5129. TORS.CFrame = LeftHole.CFrame * CF(0,TORS.Size.Z/2,0) * ANGLES(RAD(90), RAD(0), RAD(0))
  5130. BODYPOSITION.Position = TORS.Position
  5131. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
  5132. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
  5133. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.5) * ANGLES(RAD(145 + 2 * SIN(LOOP / 12)), RAD(0), RAD(-65)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5134. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(145), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  5135. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5136. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5137. end
  5138. BODYPOSITION:remove()
  5139. if TORS then
  5140. TORS.Anchored = false
  5141. Kill(TORS.Parent)
  5142. end
  5143. end
  5144. ATTACK = false
  5145. Rooted = false
  5146. end
  5147. function Lock_n_Load()
  5148. if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  5149. local HUM = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  5150. local TORSO = HUM.Parent:FindFirstChild("Torso") or HUM.Parent:FindFirstChild("UpperTorso")
  5151. if TORSO and HUM.Health > 0 then
  5152. CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 7, 1, false)
  5153. ATTACK = true
  5154. Rooted = true
  5155. local GYRO = IT("BodyGyro",RootPart)
  5156. GYRO.D = 175
  5157. GYRO.P = 20000
  5158. GYRO.MaxTorque = VT(0,40000,0)
  5159. if COMBO == 1 then
  5160. COMBO = 2
  5161. for i=0, 1, 0.1 / Animation_Speed do
  5162. Swait()
  5163. GYRO.cframe = CF(RootPart.Position,TORSO.Position)
  5164. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
  5165. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
  5166. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5167. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5168. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5169. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5170. end
  5171. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame, MoveToPos = LeftHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5172. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5173. CreateSound(145080998, LeftHole, 7, 1, false)
  5174. BulletDetection(LeftHole.Position,TORSO.Position,false)
  5175. for i=0, 0.4, 0.1 / Animation_Speed do
  5176. Swait()
  5177. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
  5178. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
  5179. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5180. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(130), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5181. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5182. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5183. end
  5184. elseif COMBO == 2 then
  5185. COMBO = 1
  5186. for i=0, 1, 0.1 / Animation_Speed do
  5187. Swait()
  5188. GYRO.cframe = CF(RootPart.Position,TORSO.Position)
  5189. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
  5190. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-50)), 1 / Animation_Speed)
  5191. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(50)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5192. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5193. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5194. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5195. end
  5196. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = RightHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5197. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5198. CreateSound(145080998, RightHole, 7, 1, false)
  5199. BulletDetection(RightHole.Position,TORSO.Position,false)
  5200. for i=0, 0.4, 0.1 / Animation_Speed do
  5201. Swait()
  5202. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
  5203. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-50)), 1 / Animation_Speed)
  5204. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(130), RAD(0), RAD(50)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5205. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5206. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5207. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5208. end
  5209. end
  5210. GYRO:remove()
  5211. ATTACK = false
  5212. Rooted = false
  5213. end
  5214. end
  5215. end
  5216. function Morning_Star()
  5217. ATTACK = true
  5218. Rooted = true
  5219. CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 7, 1, false)
  5220. for i=0, 1, 0.1 / Animation_Speed do
  5221. Swait()
  5222. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  5223. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5224. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.5) * ANGLES(RAD(0), RAD(0), RAD(-85)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5225. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.15, -0.5) * ANGLES(RAD(-15), RAD(0), RAD(85)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5226. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5227. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5228. end
  5229. coroutine.resume(coroutine.create(function()
  5230. local POS = Mouse.Hit.p
  5231. local RAY = CreatePart(3, Effects, "Neon", 0, 0, "Dark blue", "Strike", VT(0,2000,0))
  5232. MakeForm(RAY,"Cyl")
  5233. local SPHERE = CreatePart(3, Effects, "Neon", 0, 0, "Dark blue", "Strike", VT(0,0,0))
  5234. MakeForm(SPHERE,"Ball")
  5235. local SHIELD = CreatePart(3, Effects, "Neon", 0, 0.5, "Dark blue", "Strike", VT(0,0,0))
  5236. MakeForm(SHIELD,"Ball")
  5237. SHIELD.CFrame = CF(POS)
  5238. RAY.CFrame = CF(POS)
  5239. SPHERE.CFrame = CF(POS)
  5240. CreateSound(440145570, SPHERE, 10, 0.8, false)
  5241. CreateSound(415700134, SPHERE, 10, 0.8, false)
  5242. for i = 1, 200 do
  5243. Swait()
  5244. WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(0,0,0), Size2 = VT(SPHERE.Size.X*1.2,5+(i),SPHERE.Size.X*1.2), Transparency = 0, Transparency2 = 1, CFrame = SPHERE.CFrame*ANGLES(RAD(0), RAD(i), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = i, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5245. RAY.Size = RAY.Size + VT(0.05,0,0.05)
  5246. SPHERE.Size = SPHERE.Size + VT(2,2,2)
  5247. SHIELD.Size = SPHERE.Size + VT(3,3,3)
  5248. ApplyAoE(SPHERE.Position,SPHERE.Size.X/2,true)
  5249. end
  5250. for i = 1, 45 do
  5251. Swait()
  5252. RAY.Transparency = RAY.Transparency + 1/45
  5253. SPHERE.Transparency = RAY.Transparency
  5254. SHIELD.Transparency = SPHERE.Transparency + 1/45
  5255. end
  5256. RAY:remove()
  5257. SHIELD:remove()
  5258. SPHERE:remove()
  5259. end))
  5260. for i=0, 1, 0.1 / Animation_Speed do
  5261. Swait()
  5262. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(-35), RAD(0), RAD(0)), 1 / Animation_Speed)
  5263. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5264. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.15) * ANGLES(RAD(65), RAD(-45), RAD(85)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5265. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.15) * ANGLES(RAD(65), RAD(45), RAD(-85)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5266. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5267. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5268. end
  5269. ATTACK = false
  5270. Rooted = false
  5271. end
  5272. function Deathbound()
  5273. CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 10, 1, false)
  5274. ATTACK = true
  5275. Rooted = true
  5276. for i=0, 1, 0.1 / Animation_Speed do
  5277. Swait()
  5278. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 1 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  5279. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5280. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 1, 0) * ANGLES(RAD(15), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5281. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 1, 0) * ANGLES(RAD(15), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5282. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5283. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5284. end
  5285. local DONE = false
  5286. local GATE = nil
  5287. local GATESPIN = true
  5288. coroutine.resume(coroutine.create(function()
  5289. repeat
  5290. Swait()
  5291. if GATE ~= nil then
  5292. GATE.CFrame = GATE.CFrame * ANGLES(RAD(0), RAD(-3), RAD(0))
  5293. end
  5294. until GATESPIN == false
  5295. end))
  5296. coroutine.resume(coroutine.create(function()
  5297. repeat
  5298. Swait()
  5299. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0.2 - 0.25 * COS(SINE / 12)) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  5300. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5301. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(15), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5302. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(15), RAD(0), RAD(-5)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5303. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5304. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5305. until DONE == true
  5306. Swait(50)
  5307. for i = 1, 35 do
  5308. Swait(4)
  5309. local FIRED = false
  5310. local CHILDREN = workspace:GetDescendants()
  5311. for index, CHILD in pairs(CHILDREN) do
  5312. if CHILD.ClassName == "Model" and CHILD ~= Character then
  5313. local HUM = CHILD:FindFirstChildOfClass("Humanoid")
  5314. if HUM then
  5315. local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
  5316. if TORSO then
  5317. if (TORSO.Position - GATE.Position).Magnitude <= GATE.Size.X/2.5 + TORSO.Size.Magnitude/5 then
  5318. local HITFLOOR,HITPOS = Raycast(TORSO.Position, (CF(TORSO.Position, TORSO.Position + VT(0, -1, 0))).lookVector, 15, Character)
  5319. local CFRAME = CF(HITPOS)*ANGLES(RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)))
  5320. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = CFRAME*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = 145080998, SoundPitch = 1.5, SoundVolume = 6})
  5321. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5322. SpawnTrail(CFRAME.p,CFRAME*CF(0,1000,0).p)
  5323. Kill(CHILD)
  5324. FIRED = true
  5325. break
  5326. end
  5327. end
  5328. end
  5329. end
  5330. end
  5331. if FIRED == false then
  5332. local CFRAME = GATE.CFrame*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0))*CF(0,0,MRANDOM(2,math.ceil(GATE.Size.X/2.5)))*ANGLES(RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)))
  5333. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = CFRAME*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = 145080998, SoundPitch = 1.5, SoundVolume = 6})
  5334. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5335. SpawnTrail(CFRAME.p,CFRAME*CF(0,1000,0).p)
  5336. local HITBOD = Raycast(CFRAME.p, (CF(CFRAME.p, CFRAME.p + VT(0, 1, 0))).lookVector, 1000, Character)
  5337. if HITBOD ~= nil then
  5338. if HITBOD.Parent:FindFirstChildOfClass("Humanoid") then
  5339. Kill(HITBOD.Parent)
  5340. end
  5341. end
  5342. end
  5343. end
  5344. for i = 1, 45 do
  5345. Swait()
  5346. GATE.Size = GATE.Size - VT(3,0,3)
  5347. end
  5348. GATESPIN = false
  5349. GATE:remove()
  5350. end))
  5351. Swait(15)
  5352. local HITFLOOR,HITPOS = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 15, Character)
  5353. GATE = CreatePart(3, Effects, "Neon", 0, 1, "Dark blue", "Gate", VT(0,0,0))
  5354. local DECAL = IT("Decal",GATE)
  5355. DECAL.Texture = "http://www.roblox.com/asset/?id=68854060"
  5356. DECAL.Face = "Top"
  5357. GATE.CFrame = CF(HITPOS)
  5358. CreateSound(160772554, GATE, 7, 1.3, false)
  5359. for i = 1, 45 do
  5360. Swait()
  5361. GATE.Size = GATE.Size + VT(3,0,3)
  5362. end
  5363. CreateSound(145080998, RightHole, 7, 1, false)
  5364. CreateSound(145080998, LeftHole, 7, 1, false)
  5365. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,2,2), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame*CF(0,-1,0) * ANGLES(RAD(180), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5366. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,2,2), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame*CF(0,-1,0) * ANGLES(RAD(180), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  5367. ATTACK = false
  5368. Rooted = false
  5369. DONE = true
  5370. end
  5371. function Execute()
  5372. ATTACK = true
  5373. Rooted = false
  5374. local Part = CreatePart(3, Character, "Neon", 0, 0, "Dark blue", "Part", VT(0,1,4),false)
  5375. Part.Color = C3(0,0,255)
  5376. MakeForm(Part,"Wedge")
  5377. Part.CanCollide = true
  5378. CreateWeldOrSnapOrMotor("Weld", Handle, RightBarrel, Part, CF(0, 0, 0) * ANGLES(RAD(90), RAD(0), RAD(135)) *CF(0, 0.5, 0), CF(0, 0, 0))
  5379. for i=10, 10, 10 / Animation_Speed do
  5380. Swait()
  5381. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.2 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 10 / Animation_Speed)
  5382. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 10 / Animation_Speed)
  5383. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(125), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 10 / Animation_Speed)
  5384. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 10 / Animation_Speed)
  5385. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 10 / Animation_Speed)
  5386. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 10 / Animation_Speed)
  5387. end
  5388. Trail.Enabled = true
  5389. CreateSound(541909867, RightBarrel, 7, 1, false)
  5390. local TOCH = Part.Touched:Connect(function(hit)
  5391. if hit.Parent:FindFirstChildOfClass("Humanoid") and hit.Parent ~= Character then
  5392. Kill(hit.Parent)
  5393. end
  5394. end)
  5395. for i=0, 0.35, 0.1 / Animation_Speed do
  5396. Swait()
  5397. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.2 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
  5398. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-45)), 1 / Animation_Speed)
  5399. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.25, -0.3) * ANGLES(RAD(50), RAD(0), RAD(-35)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5400. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5401. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5402. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5403. end
  5404. TOCH:disconnect()
  5405. Trail.Enabled = false
  5406. for i=0, 0.35, 0.1 / Animation_Speed do
  5407. Swait()
  5408. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.2 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(60)), 1 / Animation_Speed)
  5409. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-55)), 1 / Animation_Speed)
  5410. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.25, -0.3) * ANGLES(RAD(50), RAD(0), RAD(-45)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5411. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5412. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5413. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5414. end
  5415. Part:remove()
  5416. ATTACK = false
  5417. Rooted = false
  5418. end
  5419.  
  5420. --//=================================\\
  5421. --|| ASSIGN THINGS TO KEYS
  5422. --\\=================================//
  5423.  
  5424. function MouseDown(Mouse)
  5425. if ATTACK == false then
  5426. Execute()
  5427. end
  5428. end
  5429.  
  5430. function MouseUp(Mouse)
  5431. HOLD = false
  5432. end
  5433.  
  5434. function KeyDown(Key)
  5435. KEYHOLD = true
  5436. if Key ~= "w" and Key ~= "a" and Key ~= "s" and Key ~= "d" then
  5437. if Key == "z" and ATTACK == false then
  5438. Unload()
  5439.  
  5440. elseif Key == "b" and ATTACK == false then
  5441. Psyo()
  5442.  
  5443. elseif Key == "c" and ATTACK == false then
  5444. Cleave()
  5445.  
  5446. elseif Key == "v" and ATTACK == false then
  5447. Lock_n_Load()
  5448.  
  5449. elseif Key == "g" and ATTACK == false then
  5450. Deathbound()
  5451.  
  5452. elseif Key == "x" and ATTACK == false then
  5453. Morning_Star()
  5454.  
  5455. elseif Key == "t" then
  5456. CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 10, 1, false)
  5457. elseif Key == "1" and ATTACK == false then
  5458. if CHOICE ~= 1 then
  5459. CHOICE = 1
  5460. sick:Play()
  5461. end
  5462. elseif Key == "2" and ATTACK == false then
  5463. if CHOICE ~= 2 then
  5464. CHOICE = 2
  5465. sick:Play()
  5466. end
  5467. elseif Key == "3" and ATTACK == false then
  5468. if CHOICE ~= 3 then
  5469. CHOICE = 3
  5470. sick:Play()
  5471. end
  5472. elseif Key == "4" and ATTACK == false then
  5473. if CHOICE ~= 4 then
  5474. CHOICE = 4
  5475. sick:Play()
  5476. end
  5477. end
  5478. end
  5479. end
  5480.  
  5481. function KeyUp(Key)
  5482. if Key ~= "w" and Key ~= "a" and Key ~= "s" and Key ~= "d" then
  5483. KEYHOLD = false
  5484. end
  5485. end
  5486.  
  5487. Mouse.Button1Down:connect(function(NEWKEY)
  5488. MouseDown(NEWKEY)
  5489. end)
  5490. Mouse.Button1Up:connect(function(NEWKEY)
  5491. MouseUp(NEWKEY)
  5492. end)
  5493. Mouse.KeyDown:connect(function(NEWKEY)
  5494. KeyDown(NEWKEY)
  5495. end)
  5496. Mouse.KeyUp:connect(function(NEWKEY)
  5497. KeyUp(NEWKEY)
  5498. end)
  5499.  
  5500. --//=================================\\
  5501. --\\=================================//
  5502.  
  5503.  
  5504. function unanchor()
  5505. if UNANCHOR == true then
  5506. g = Character:GetChildren()
  5507. for i = 1, #g do
  5508. if g[i].ClassName == "Part" then
  5509. g[i].Anchored = false
  5510. end
  5511. end
  5512. end
  5513. end
  5514.  
  5515.  
  5516. --//=================================\\
  5517. --|| WRAP THE WHOLE SCRIPT UP
  5518. --\\=================================//
  5519.  
  5520. Humanoid.Changed:connect(function(Jump)
  5521. if Jump == "Jump" and (Disable_Jump == true) then
  5522. Humanoid.Jump = false
  5523. end
  5524. end)
  5525.  
  5526. while true do
  5527. Swait()
  5528. Humanoid.HipHeight = 1.5
  5529. script.Parent = WEAPONGUI
  5530. ANIMATE.Parent = nil
  5531. if Humanoid then
  5532. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  5533. IDLEANIMATION:Play()
  5534. end
  5535. SINE = SINE + CHANGE
  5536. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  5537. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  5538. local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4, Character)
  5539. if ATTACK == false then
  5540. if TORSOVELOCITY < 1 then
  5541. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(25)), 1 / Animation_Speed)
  5542. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 1 / Animation_Speed)
  5543. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5544. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5545. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5546. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5547. elseif TORSOVELOCITY > 1 then
  5548. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(25 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(25)), 1 / Animation_Speed)
  5549. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-25 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 1 / Animation_Speed)
  5550. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  5551. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  5552. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-25-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 5.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5553. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  5554. end
  5555. end
  5556. RightArmGrasp.C0 = Clerp(RightArmGrasp.C0, CF(0, -0.815+0.05 * SIN(SINE / 12), 0) * ANGLES(RAD(90-4.5 * SIN(SINE / 12)), RAD(-1.5 * SIN(SINE / 12)), RAD(0)), 1 / Animation_Speed)
  5557. LeftArmGraps.C0 = Clerp(LeftArmGraps.C0, CF(0, -0.815+0.05 * SIN(SINE / 12), 0) * ANGLES(RAD(90-4.5 * SIN(SINE / 12)), RAD(1.5 * SIN(SINE / 12)), RAD(0)), 1 / Animation_Speed)
  5558. unanchor()
  5559. Humanoid.MaxHealth = "inf"
  5560. Humanoid.Health = "inf"
  5561. if Rooted == false then
  5562. Disable_Jump = false
  5563. Humanoid.WalkSpeed = Speed
  5564. elseif Rooted == true then
  5565. Disable_Jump = true
  5566. Humanoid.WalkSpeed = 0
  5567. end
  5568. for _, c in pairs(Character:GetDescendants()) do
  5569. if c.ClassName == "Part" and c.Name ~= "Eye" and c.Parent ~= Effects and c.Parent.Parent ~= Effects then
  5570. c.Material = "Neon"
  5571. c.Color = C3(0,0,255)
  5572. if c:FindFirstChildOfClass("SpecialMesh") then
  5573. c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
  5574. end
  5575. if c == Head then
  5576. if c:FindFirstChild("face") then
  5577. c.face:remove()
  5578. end
  5579. end
  5580. elseif c.ClassName == "Part" and c.Name == "Eye" then
  5581. c.Color = C3(0,0,255)
  5582. c.Material = "Neon"
  5583. elseif c.ClassName == "CharacterMesh" or c.Name == "Body Colors" then
  5584. c:remove()
  5585. elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then
  5586. c:remove()
  5587. end
  5588. end
  5589. refit()
  5590. Humanoid.Name = "Deadeyes"
  5591. sick.Parent = Torso
  5592. sick:resume()
  5593. sick.Volume = 5
  5594. sick.Pitch = 1
  5595. sick.SoundId = "rbxassetid://"..SONGS[CHOICE]
  5596. if Head:FindFirstChildOfClass("Sound") then
  5597. Head:FindFirstChildOfClass("Sound"):remove()
  5598. end
  5599. end
  5600.  
  5601. --//=================================\\
  5602. --\\=================================//
  5603.  
  5604.  
  5605.  
  5606.  
  5607.  
  5608. --//====================================================\\--
  5609. --|| END OF SCRIPT
  5610. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement