Advertisement
Robloxian_Scripter

Cyber Monarch FE

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