Advertisement
Robloxian_Scripter

Dead Eye FE

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