Advertisement
Robloxian_Scripter

error

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