Advertisement
Basykung7845

Dead Eye [Work]

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