Advertisement
Ganz_the_Skeleton

R Sans

Mar 1st, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 399.02 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. local rp = RealPlayer
  6. script.Parent = rp.Character
  7.  
  8. --RemoteEvent for communicating
  9. local Event = Instance.new("RemoteEvent")
  10. Event.Name = "UserInput_Event"
  11.  
  12. --Fake event to make stuff like Mouse.KeyDown work
  13. local function fakeEvent()
  14. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  15. t.connect = t.Connect
  16. return t
  17. end
  18.  
  19. --Creating fake input objects with fake variables
  20. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  21. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  22. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  23. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  24. end}
  25. --Merged 2 functions into one by checking amount of arguments
  26. CAS.UnbindAction = CAS.BindAction
  27.  
  28. --This function will trigger the events that have been :Connect()'ed
  29. local function te(self,ev,...)
  30. local t = m[ev]
  31. if t and t._fakeEvent then
  32. for _,f in pairs(t.Functions) do
  33. f(...)
  34. end
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=rp then return end
  42. m.Target = io.Target
  43. m.Hit = io.Hit
  44. if not io.isMouse then
  45. local b = io.UserInputState == Enum.UserInputState.Begin
  46. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  47. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  48. end
  49. for _,t in pairs(CAS.Actions) do
  50. for _,k in pairs(t.Keys) do
  51. if k==io.KeyCode then
  52. t.Function(t.Name,io.UserInputState,io)
  53. end
  54. end
  55. end
  56. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  57. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  58. end
  59. end)
  60. Event.Parent = NLS([==[
  61. local Player = game:GetService("Players").LocalPlayer
  62. local Event = script:WaitForChild("UserInput_Event")
  63.  
  64. local Mouse = Player:GetMouse()
  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,Hit=Mouse.Hit,Target=Mouse.Target})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local h,t
  75. --Give the server mouse data 30 times every second, but only if the values changed
  76. --If player is not moving their mouse, client won't fire events
  77. while wait(1/30) do
  78. if h~=Mouse.Hit or t~=Mouse.Target then
  79. h,t=Mouse.Hit,Mouse.Target
  80. Event:FireServer({isMouse=true,Target=t,Hit=h})
  81. end
  82. end]==],Player.Character)
  83.  
  84. ----Sandboxed game object that allows the usage of client-side methods and services
  85. --Real game object
  86. local _rg = game
  87.  
  88. --Metatable for fake service
  89. local fsmt = {
  90. __index = function(self,k)
  91. local s = rawget(self,"_RealService")
  92. if s then return s[k] end
  93. end,
  94. __newindex = function(self,k,v)
  95. local s = rawget(self,"_RealService")
  96. if s then s[k]=v end
  97. end,
  98. __call = function(self,...)
  99. local s = rawget(self,"_RealService")
  100. if s then return s(...) end
  101. end
  102. }
  103. local function FakeService(t,RealService)
  104. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  105. return setmetatable(t,fsmt)
  106. end
  107.  
  108. --Fake game object
  109. local g = {
  110. GetService = function(self,s)
  111. return self[s]
  112. end,
  113. Players = FakeService({
  114. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  115. },"Players"),
  116. UserInputService = FakeService(UIS,"UserInputService"),
  117. ContextActionService = FakeService(CAS,"ContextActionService"),
  118. }
  119. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  120. g.service = g.GetService
  121.  
  122. g.RunService = FakeService({
  123. RenderStepped = _rg:GetService("RunService").Heartbeat,
  124. BindToRenderStep = function(self,name,_,fun)
  125. self._btrs[name] = self.Heartbeat:Connect(fun)
  126. end,
  127. UnbindFromRenderStep = function(self,name)
  128. self._btrs[name]:Disconnect()
  129. end,
  130. },"RunService")
  131.  
  132. setmetatable(g,{
  133. __index=function(self,s)
  134. return _rg:GetService(s) or typeof(_rg[s])=="function"
  135. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  136. end,
  137. __newindex = fsmt.__newindex,
  138. __call = fsmt.__call
  139. })
  140. --Changing owner to fake player object to support owner:GetMouse()
  141. game,owner = g,g.Players.LocalPlayer
  142. end
  143.  
  144.  
  145. --[[
  146. req list
  147.  
  148. heart control (the force)
  149.  
  150. teleport
  151.  
  152. bone zone
  153.  
  154. throw bones
  155. --]]
  156.  
  157. local Level=1
  158. local function RiseLevel(hum,dmg)
  159. if tonumber(Level)then
  160. if hum.Health>0 and hum.Health-dmg<=0 then Level=Level+1
  161. local s=Instance.new("Sound")end--s. end
  162. else warn'String is not able to level up , or having issure to level.'end
  163. end
  164.  
  165. local Tired={n=0,m=10000,d=false}local DefAble=true
  166. local p = owner
  167. local char = p.Character
  168. local mouse = p:GetMouse()
  169. local larm = char["Left Arm"]
  170. local rarm = char["Right Arm"]
  171. local lleg = char["Left Leg"]
  172. local rleg = char["Right Leg"]
  173. local hed = char.Head
  174. local Torso = char.Torso
  175. local hum = char.Humanoid
  176. local cam = workspace.CurrentCamera
  177. local root = char.HumanoidRootPart
  178. local deb = false
  179. local shot = 0
  180. local potential = false
  181. local debris=game:service"Debris"
  182. local l = game:GetService("Lighting")
  183. local rs = game:GetService("RunService").RenderStepped
  184. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  185. math.randomseed(os.time())
  186. for i,v in pairs(char:children()) do
  187. if v:IsA("Accessory") then
  188. v:Destroy()
  189. end
  190. end
  191. for i,v in pairs (hed:GetChildren()) do
  192. if v:IsA("Sound") then
  193. v:Destroy()
  194. end
  195. end
  196. music = Instance.new("Sound",c)
  197. music2 = Instance.new("Sound",c)
  198. local pl = owner
  199. local chara = pl.Character
  200. local hum = chara:FindFirstChildOfClass("Humanoid")
  201. hum.MaxHealth = 10000000000000000000
  202. hum.Health = 10000000000000000000
  203. maincol = "White"
  204. increment = 20
  205. if 1 then
  206. local MovesGui=Instance.new("ScreenGui",p:FindFirstChildOfClass("PlayerGui"))
  207. local Frm=Instance.new("Frame",MovesGui)Frm.BackgroundColor3=Color3.new()Frm.BorderSizePixel=0
  208. Frm.BackgroundTransparency=.5 Frm.Size=UDim2.new(.3,0,.5,0)local Show=true Frm.Position=UDim2.new(.7,0,.5,0)
  209. local idk=Instance.new("TextButton",Frm)idk.Size=UDim2.new(.5,0,.1,0)idk.Position=UDim2.new(-.5,0,.8,0)
  210. idk.Text="Hide"idk.TextStrokeTransparency=0 idk.BackgroundTransparency=.5 idk.BackgroundColor3=Color3.new()
  211. idk.BorderSizePixel=0 idk.TextColor3=Color3.new(1,1,1)
  212. idk.MouseButton1Click:connect(function()Show=not Show idk.Text=Show and "Hide"or"Show"end)
  213. local normal=Instance.new("TextLabel",Frm)normal.Size=UDim2.new(1,0,1,0)normal.TextStrokeTransparency=0
  214. normal.BackgroundTransparency=1 normal.TextColor3=Color3.new(1,1,1)
  215. normal.TextXAlignment="Left"normal.TextYAlignment="Top"
  216. normal.Text=[[* Able to hold
  217. ! It changes function when sprint
  218. ----------------------------------
  219. F: Sword
  220. Z :Dash Attack
  221. X :Minecraft Sword
  222. C :Stab
  223. R :Super Jump
  224.  
  225. Made by TheSSJLucarioEX
  226.  
  227.  
  228. ]]
  229. spawn(function()
  230. while game:service'RunService'.RenderStepped:wait()do
  231. Frm.Position=Frm.Position:lerp(UDim2.new(not Show and 1 or .7,0,.5,0),.1)
  232. end end
  233.  
  234. --------------------------------------------------------
  235. hed.face.Texture = "rbxassetid://416805592"
  236. chara:WaitForChild"Body Colors"
  237. char["Body Colors"].HeadColor = BrickColor.new("Institutional white")
  238. char["Body Colors"].LeftArmColor = BrickColor.new("Institutional white")
  239. char["Body Colors"].RightArmColor = BrickColor.new("Institutional white")
  240. char["Body Colors"].TorsoColor = BrickColor.new("Institutional white")
  241. char["Body Colors"].RightLegColor = BrickColor.new("Institutional white")
  242. char["Body Colors"].LeftLegColor = BrickColor.new("Institutional white")
  243. ---------------------------------------
  244. ypcall(function()
  245. shirt = Instance.new("Shirt", char)
  246. shirt.Name = "Shirt"
  247. pants = Instance.new("Pants", char)
  248. pants.Name = "Pants"
  249. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=767669878"
  250. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=832775012"
  251. end)
  252. --------------------------------------------------------
  253. Hulmet = Instance.new("Part")
  254. Hulmet.Position = Hulmet.Position + Vector3.new(0,10,0)
  255. Hulmet.Parent = owner
  256. Hulmet.Name = "Helmet"
  257. Hulmet.Size = Vector3.new(1.643, 1.157, 1.696)
  258. Hulmet.Material = Enum.Material.Metal
  259. Hulmet.BrickColor = BrickColor.new("Really black")
  260. MSHE = Instance.new("SpecialMesh")
  261. MSHE.Parent = Hulmet
  262. MSHE.MeshId = "rbxassetid://101203373"
  263. WULD = Instance.new("Weld")
  264. WULD.Parent = Hulmet
  265. WULD.Part0 = Hulmet
  266. WULD.Part1 = owner
  267. WULD.C1 = CFrame.Angles(0,0,0)
  268. WULD.C0 = CFrame.new(0,0,0)
  269. --------------------------------------------------------
  270. --Converted with ttyyuu12345's model to script plugin v4
  271. function sandbox(var,func)
  272. local env = getfenv(func)
  273. local newenv = setmetatable({},{
  274. __index = function(self,k)
  275. if k=="script" then
  276. return var
  277. else
  278. return env[k]
  279. end
  280. end,
  281. })
  282. setfenv(func,newenv)
  283. return func
  284. end
  285. cors = {}
  286. mas = Instance.new("Model",game:GetService("Lighting"))
  287. Model0 = Instance.new("Model")
  288. Part1 = Instance.new("Part")
  289. SpecialMesh2 = Instance.new("SpecialMesh")
  290. Part3 = Instance.new("Part")
  291. SpecialMesh4 = Instance.new("SpecialMesh")
  292. Weld5 = Instance.new("Weld")
  293. Weld6 = Instance.new("Weld")
  294. Weld7 = Instance.new("Weld")
  295. Weld8 = Instance.new("Weld")
  296. Weld9 = Instance.new("Weld")
  297. Weld10 = Instance.new("Weld")
  298. Weld11 = Instance.new("Weld")
  299. Weld12 = Instance.new("Weld")
  300. Weld13 = Instance.new("Weld")
  301. Weld14 = Instance.new("Weld")
  302. Weld15 = Instance.new("Weld")
  303. Weld16 = Instance.new("Weld")
  304. Weld17 = Instance.new("Weld")
  305. Weld18 = Instance.new("Weld")
  306. Weld19 = Instance.new("Weld")
  307. Weld20 = Instance.new("Weld")
  308. Weld21 = Instance.new("Weld")
  309. Weld22 = Instance.new("Weld")
  310. Weld23 = Instance.new("Weld")
  311. Weld24 = Instance.new("Weld")
  312. Weld25 = Instance.new("Weld")
  313. Weld26 = Instance.new("Weld")
  314. Weld27 = Instance.new("Weld")
  315. Weld28 = Instance.new("Weld")
  316. Weld29 = Instance.new("Weld")
  317. Weld30 = Instance.new("Weld")
  318. Weld31 = Instance.new("Weld")
  319. Weld32 = Instance.new("Weld")
  320. Weld33 = Instance.new("Weld")
  321. Weld34 = Instance.new("Weld")
  322. Weld35 = Instance.new("Weld")
  323. Weld36 = Instance.new("Weld")
  324. Weld37 = Instance.new("Weld")
  325. Weld38 = Instance.new("Weld")
  326. Weld39 = Instance.new("Weld")
  327. Weld40 = Instance.new("Weld")
  328. Weld41 = Instance.new("Weld")
  329. Weld42 = Instance.new("Weld")
  330. Weld43 = Instance.new("Weld")
  331. Weld44 = Instance.new("Weld")
  332. Weld45 = Instance.new("Weld")
  333. Weld46 = Instance.new("Weld")
  334. Weld47 = Instance.new("Weld")
  335. Weld48 = Instance.new("Weld")
  336. Weld49 = Instance.new("Weld")
  337. Weld50 = Instance.new("Weld")
  338. Weld51 = Instance.new("Weld")
  339. Weld52 = Instance.new("Weld")
  340. Weld53 = Instance.new("Weld")
  341. Weld54 = Instance.new("Weld")
  342. Weld55 = Instance.new("Weld")
  343. Weld56 = Instance.new("Weld")
  344. Weld57 = Instance.new("Weld")
  345. Weld58 = Instance.new("Weld")
  346. Weld59 = Instance.new("Weld")
  347. Weld60 = Instance.new("Weld")
  348. Weld61 = Instance.new("Weld")
  349. Weld62 = Instance.new("Weld")
  350. Weld63 = Instance.new("Weld")
  351. Weld64 = Instance.new("Weld")
  352. Weld65 = Instance.new("Weld")
  353. Weld66 = Instance.new("Weld")
  354. Weld67 = Instance.new("Weld")
  355. Weld68 = Instance.new("Weld")
  356. Weld69 = Instance.new("Weld")
  357. Weld70 = Instance.new("Weld")
  358. Weld71 = Instance.new("Weld")
  359. Weld72 = Instance.new("Weld")
  360. Weld73 = Instance.new("Weld")
  361. Weld74 = Instance.new("Weld")
  362. Weld75 = Instance.new("Weld")
  363. Weld76 = Instance.new("Weld")
  364. Weld77 = Instance.new("Weld")
  365. Weld78 = Instance.new("Weld")
  366. Weld79 = Instance.new("Weld")
  367. Weld80 = Instance.new("Weld")
  368. Weld81 = Instance.new("Weld")
  369. Weld82 = Instance.new("Weld")
  370. Weld83 = Instance.new("Weld")
  371. Weld84 = Instance.new("Weld")
  372. Weld85 = Instance.new("Weld")
  373. Weld86 = Instance.new("Weld")
  374. Weld87 = Instance.new("Weld")
  375. Weld88 = Instance.new("Weld")
  376. Weld89 = Instance.new("Weld")
  377. Weld90 = Instance.new("Weld")
  378. Weld91 = Instance.new("Weld")
  379. Weld92 = Instance.new("Weld")
  380. Weld93 = Instance.new("Weld")
  381. Weld94 = Instance.new("Weld")
  382. Weld95 = Instance.new("Weld")
  383. Weld96 = Instance.new("Weld")
  384. Weld97 = Instance.new("Weld")
  385. Weld98 = Instance.new("Weld")
  386. Weld99 = Instance.new("Weld")
  387. Weld100 = Instance.new("Weld")
  388. Weld101 = Instance.new("Weld")
  389. Weld102 = Instance.new("Weld")
  390. Weld103 = Instance.new("Weld")
  391. Weld104 = Instance.new("Weld")
  392. Weld105 = Instance.new("Weld")
  393. Weld106 = Instance.new("Weld")
  394. Weld107 = Instance.new("Weld")
  395. Weld108 = Instance.new("Weld")
  396. Weld109 = Instance.new("Weld")
  397. Weld110 = Instance.new("Weld")
  398. Weld111 = Instance.new("Weld")
  399. Weld112 = Instance.new("Weld")
  400. Weld113 = Instance.new("Weld")
  401. Weld114 = Instance.new("Weld")
  402. Weld115 = Instance.new("Weld")
  403. Weld116 = Instance.new("Weld")
  404. Weld117 = Instance.new("Weld")
  405. Weld118 = Instance.new("Weld")
  406. Weld119 = Instance.new("Weld")
  407. Weld120 = Instance.new("Weld")
  408. Weld121 = Instance.new("Weld")
  409. Weld122 = Instance.new("Weld")
  410. Weld123 = Instance.new("Weld")
  411. Weld124 = Instance.new("Weld")
  412. Weld125 = Instance.new("Weld")
  413. Weld126 = Instance.new("Weld")
  414. Weld127 = Instance.new("Weld")
  415. Weld128 = Instance.new("Weld")
  416. Weld129 = Instance.new("Weld")
  417. Weld130 = Instance.new("Weld")
  418. Weld131 = Instance.new("Weld")
  419. Weld132 = Instance.new("Weld")
  420. Weld133 = Instance.new("Weld")
  421. Weld134 = Instance.new("Weld")
  422. Weld135 = Instance.new("Weld")
  423. Weld136 = Instance.new("Weld")
  424. Weld137 = Instance.new("Weld")
  425. Weld138 = Instance.new("Weld")
  426. Weld139 = Instance.new("Weld")
  427. Weld140 = Instance.new("Weld")
  428. Weld141 = Instance.new("Weld")
  429. Weld142 = Instance.new("Weld")
  430. Weld143 = Instance.new("Weld")
  431. Weld144 = Instance.new("Weld")
  432. Weld145 = Instance.new("Weld")
  433. Weld146 = Instance.new("Weld")
  434. Weld147 = Instance.new("Weld")
  435. Weld148 = Instance.new("Weld")
  436. Weld149 = Instance.new("Weld")
  437. Weld150 = Instance.new("Weld")
  438. Weld151 = Instance.new("Weld")
  439. Weld152 = Instance.new("Weld")
  440. Weld153 = Instance.new("Weld")
  441. Weld154 = Instance.new("Weld")
  442. Weld155 = Instance.new("Weld")
  443. Weld156 = Instance.new("Weld")
  444. Weld157 = Instance.new("Weld")
  445. Weld158 = Instance.new("Weld")
  446. Weld159 = Instance.new("Weld")
  447. Weld160 = Instance.new("Weld")
  448. Weld161 = Instance.new("Weld")
  449. Weld162 = Instance.new("Weld")
  450. Part163 = Instance.new("Part")
  451. SpecialMesh164 = Instance.new("SpecialMesh")
  452. Part165 = Instance.new("Part")
  453. SpecialMesh166 = Instance.new("SpecialMesh")
  454. Part167 = Instance.new("Part")
  455. SpecialMesh168 = Instance.new("SpecialMesh")
  456. Part169 = Instance.new("Part")
  457. SpecialMesh170 = Instance.new("SpecialMesh")
  458. Part171 = Instance.new("Part")
  459. SpecialMesh172 = Instance.new("SpecialMesh")
  460. Part173 = Instance.new("Part")
  461. SpecialMesh174 = Instance.new("SpecialMesh")
  462. Part175 = Instance.new("Part")
  463. SpecialMesh176 = Instance.new("SpecialMesh")
  464. Part177 = Instance.new("Part")
  465. SpecialMesh178 = Instance.new("SpecialMesh")
  466. Part179 = Instance.new("Part")
  467. SpecialMesh180 = Instance.new("SpecialMesh")
  468. Part181 = Instance.new("Part")
  469. SpecialMesh182 = Instance.new("SpecialMesh")
  470. Part183 = Instance.new("Part")
  471. SpecialMesh184 = Instance.new("SpecialMesh")
  472. Part185 = Instance.new("Part")
  473. SpecialMesh186 = Instance.new("SpecialMesh")
  474. Part187 = Instance.new("Part")
  475. SpecialMesh188 = Instance.new("SpecialMesh")
  476. Part189 = Instance.new("Part")
  477. SpecialMesh190 = Instance.new("SpecialMesh")
  478. Part191 = Instance.new("Part")
  479. SpecialMesh192 = Instance.new("SpecialMesh")
  480. Part193 = Instance.new("Part")
  481. SpecialMesh194 = Instance.new("SpecialMesh")
  482. Part195 = Instance.new("Part")
  483. SpecialMesh196 = Instance.new("SpecialMesh")
  484. Part197 = Instance.new("Part")
  485. SpecialMesh198 = Instance.new("SpecialMesh")
  486. Part199 = Instance.new("Part")
  487. SpecialMesh200 = Instance.new("SpecialMesh")
  488. Part201 = Instance.new("Part")
  489. SpecialMesh202 = Instance.new("SpecialMesh")
  490. Part203 = Instance.new("Part")
  491. SpecialMesh204 = Instance.new("SpecialMesh")
  492. Part205 = Instance.new("Part")
  493. SpecialMesh206 = Instance.new("SpecialMesh")
  494. Part207 = Instance.new("Part")
  495. SpecialMesh208 = Instance.new("SpecialMesh")
  496. Part209 = Instance.new("Part")
  497. SpecialMesh210 = Instance.new("SpecialMesh")
  498. Part211 = Instance.new("Part")
  499. SpecialMesh212 = Instance.new("SpecialMesh")
  500. Part213 = Instance.new("Part")
  501. SpecialMesh214 = Instance.new("SpecialMesh")
  502. Part215 = Instance.new("Part")
  503. SpecialMesh216 = Instance.new("SpecialMesh")
  504. Part217 = Instance.new("Part")
  505. SpecialMesh218 = Instance.new("SpecialMesh")
  506. Part219 = Instance.new("Part")
  507. SpecialMesh220 = Instance.new("SpecialMesh")
  508. Part221 = Instance.new("Part")
  509. SpecialMesh222 = Instance.new("SpecialMesh")
  510. Part223 = Instance.new("Part")
  511. SpecialMesh224 = Instance.new("SpecialMesh")
  512. Part225 = Instance.new("Part")
  513. SpecialMesh226 = Instance.new("SpecialMesh")
  514. Part227 = Instance.new("Part")
  515. SpecialMesh228 = Instance.new("SpecialMesh")
  516. Part229 = Instance.new("Part")
  517. SpecialMesh230 = Instance.new("SpecialMesh")
  518. Part231 = Instance.new("Part")
  519. SpecialMesh232 = Instance.new("SpecialMesh")
  520. Part233 = Instance.new("Part")
  521. SpecialMesh234 = Instance.new("SpecialMesh")
  522. Part235 = Instance.new("Part")
  523. SpecialMesh236 = Instance.new("SpecialMesh")
  524. Part237 = Instance.new("Part")
  525. SpecialMesh238 = Instance.new("SpecialMesh")
  526. Part239 = Instance.new("Part")
  527. SpecialMesh240 = Instance.new("SpecialMesh")
  528. Part241 = Instance.new("Part")
  529. SpecialMesh242 = Instance.new("SpecialMesh")
  530. Part243 = Instance.new("Part")
  531. SpecialMesh244 = Instance.new("SpecialMesh")
  532. Part245 = Instance.new("Part")
  533. SpecialMesh246 = Instance.new("SpecialMesh")
  534. Part247 = Instance.new("Part")
  535. SpecialMesh248 = Instance.new("SpecialMesh")
  536. Part249 = Instance.new("Part")
  537. SpecialMesh250 = Instance.new("SpecialMesh")
  538. Part251 = Instance.new("Part")
  539. SpecialMesh252 = Instance.new("SpecialMesh")
  540. Part253 = Instance.new("Part")
  541. SpecialMesh254 = Instance.new("SpecialMesh")
  542. Part255 = Instance.new("Part")
  543. SpecialMesh256 = Instance.new("SpecialMesh")
  544. Part257 = Instance.new("Part")
  545. SpecialMesh258 = Instance.new("SpecialMesh")
  546. Part259 = Instance.new("Part")
  547. SpecialMesh260 = Instance.new("SpecialMesh")
  548. Part261 = Instance.new("Part")
  549. SpecialMesh262 = Instance.new("SpecialMesh")
  550. Part263 = Instance.new("Part")
  551. SpecialMesh264 = Instance.new("SpecialMesh")
  552. Part265 = Instance.new("Part")
  553. SpecialMesh266 = Instance.new("SpecialMesh")
  554. Part267 = Instance.new("Part")
  555. SpecialMesh268 = Instance.new("SpecialMesh")
  556. Part269 = Instance.new("Part")
  557. SpecialMesh270 = Instance.new("SpecialMesh")
  558. Part271 = Instance.new("Part")
  559. SpecialMesh272 = Instance.new("SpecialMesh")
  560. Part273 = Instance.new("Part")
  561. SpecialMesh274 = Instance.new("SpecialMesh")
  562. Part275 = Instance.new("Part")
  563. SpecialMesh276 = Instance.new("SpecialMesh")
  564. Part277 = Instance.new("Part")
  565. SpecialMesh278 = Instance.new("SpecialMesh")
  566. Part279 = Instance.new("Part")
  567. SpecialMesh280 = Instance.new("SpecialMesh")
  568. Part281 = Instance.new("Part")
  569. SpecialMesh282 = Instance.new("SpecialMesh")
  570. Part283 = Instance.new("Part")
  571. SpecialMesh284 = Instance.new("SpecialMesh")
  572. Part285 = Instance.new("Part")
  573. SpecialMesh286 = Instance.new("SpecialMesh")
  574. Part287 = Instance.new("Part")
  575. SpecialMesh288 = Instance.new("SpecialMesh")
  576. Part289 = Instance.new("Part")
  577. SpecialMesh290 = Instance.new("SpecialMesh")
  578. Part291 = Instance.new("Part")
  579. SpecialMesh292 = Instance.new("SpecialMesh")
  580. Part293 = Instance.new("Part")
  581. SpecialMesh294 = Instance.new("SpecialMesh")
  582. Part295 = Instance.new("Part")
  583. SpecialMesh296 = Instance.new("SpecialMesh")
  584. Part297 = Instance.new("Part")
  585. SpecialMesh298 = Instance.new("SpecialMesh")
  586. Part299 = Instance.new("Part")
  587. SpecialMesh300 = Instance.new("SpecialMesh")
  588. Part301 = Instance.new("Part")
  589. SpecialMesh302 = Instance.new("SpecialMesh")
  590. Part303 = Instance.new("Part")
  591. SpecialMesh304 = Instance.new("SpecialMesh")
  592. Part305 = Instance.new("Part")
  593. SpecialMesh306 = Instance.new("SpecialMesh")
  594. Part307 = Instance.new("Part")
  595. SpecialMesh308 = Instance.new("SpecialMesh")
  596. Part309 = Instance.new("Part")
  597. SpecialMesh310 = Instance.new("SpecialMesh")
  598. Part311 = Instance.new("Part")
  599. SpecialMesh312 = Instance.new("SpecialMesh")
  600. Part313 = Instance.new("Part")
  601. SpecialMesh314 = Instance.new("SpecialMesh")
  602. Part315 = Instance.new("Part")
  603. SpecialMesh316 = Instance.new("SpecialMesh")
  604. Part317 = Instance.new("Part")
  605. SpecialMesh318 = Instance.new("SpecialMesh")
  606. Part319 = Instance.new("Part")
  607. SpecialMesh320 = Instance.new("SpecialMesh")
  608. Part321 = Instance.new("Part")
  609. SpecialMesh322 = Instance.new("SpecialMesh")
  610. Part323 = Instance.new("Part")
  611. SpecialMesh324 = Instance.new("SpecialMesh")
  612. Part325 = Instance.new("Part")
  613. SpecialMesh326 = Instance.new("SpecialMesh")
  614. Part327 = Instance.new("Part")
  615. SpecialMesh328 = Instance.new("SpecialMesh")
  616. Part329 = Instance.new("Part")
  617. SpecialMesh330 = Instance.new("SpecialMesh")
  618. Part331 = Instance.new("Part")
  619. SpecialMesh332 = Instance.new("SpecialMesh")
  620. Part333 = Instance.new("Part")
  621. SpecialMesh334 = Instance.new("SpecialMesh")
  622. Part335 = Instance.new("Part")
  623. SpecialMesh336 = Instance.new("SpecialMesh")
  624. Part337 = Instance.new("Part")
  625. SpecialMesh338 = Instance.new("SpecialMesh")
  626. Part339 = Instance.new("Part")
  627. SpecialMesh340 = Instance.new("SpecialMesh")
  628. Part341 = Instance.new("Part")
  629. SpecialMesh342 = Instance.new("SpecialMesh")
  630. Part343 = Instance.new("Part")
  631. SpecialMesh344 = Instance.new("SpecialMesh")
  632. Part345 = Instance.new("Part")
  633. SpecialMesh346 = Instance.new("SpecialMesh")
  634. Part347 = Instance.new("Part")
  635. SpecialMesh348 = Instance.new("SpecialMesh")
  636. Part349 = Instance.new("Part")
  637. SpecialMesh350 = Instance.new("SpecialMesh")
  638. Part351 = Instance.new("Part")
  639. SpecialMesh352 = Instance.new("SpecialMesh")
  640. Part353 = Instance.new("Part")
  641. SpecialMesh354 = Instance.new("SpecialMesh")
  642. Part355 = Instance.new("Part")
  643. SpecialMesh356 = Instance.new("SpecialMesh")
  644. Part357 = Instance.new("Part")
  645. SpecialMesh358 = Instance.new("SpecialMesh")
  646. Part359 = Instance.new("Part")
  647. SpecialMesh360 = Instance.new("SpecialMesh")
  648. Part361 = Instance.new("Part")
  649. SpecialMesh362 = Instance.new("SpecialMesh")
  650. Part363 = Instance.new("Part")
  651. SpecialMesh364 = Instance.new("SpecialMesh")
  652. Part365 = Instance.new("Part")
  653. SpecialMesh366 = Instance.new("SpecialMesh")
  654. Part367 = Instance.new("Part")
  655. SpecialMesh368 = Instance.new("SpecialMesh")
  656. Part369 = Instance.new("Part")
  657. SpecialMesh370 = Instance.new("SpecialMesh")
  658. Part371 = Instance.new("Part")
  659. SpecialMesh372 = Instance.new("SpecialMesh")
  660. Part373 = Instance.new("Part")
  661. SpecialMesh374 = Instance.new("SpecialMesh")
  662. Part375 = Instance.new("Part")
  663. SpecialMesh376 = Instance.new("SpecialMesh")
  664. Part377 = Instance.new("Part")
  665. SpecialMesh378 = Instance.new("SpecialMesh")
  666. Part379 = Instance.new("Part")
  667. SpecialMesh380 = Instance.new("SpecialMesh")
  668. Part381 = Instance.new("Part")
  669. SpecialMesh382 = Instance.new("SpecialMesh")
  670. Part383 = Instance.new("Part")
  671. SpecialMesh384 = Instance.new("SpecialMesh")
  672. Part385 = Instance.new("Part")
  673. SpecialMesh386 = Instance.new("SpecialMesh")
  674. Part387 = Instance.new("Part")
  675. SpecialMesh388 = Instance.new("SpecialMesh")
  676. Part389 = Instance.new("Part")
  677. SpecialMesh390 = Instance.new("SpecialMesh")
  678. Part391 = Instance.new("Part")
  679. SpecialMesh392 = Instance.new("SpecialMesh")
  680. Part393 = Instance.new("Part")
  681. SpecialMesh394 = Instance.new("SpecialMesh")
  682. Part395 = Instance.new("Part")
  683. SpecialMesh396 = Instance.new("SpecialMesh")
  684. Part397 = Instance.new("Part")
  685. SpecialMesh398 = Instance.new("SpecialMesh")
  686. Part399 = Instance.new("Part")
  687. SpecialMesh400 = Instance.new("SpecialMesh")
  688. Part401 = Instance.new("Part")
  689. SpecialMesh402 = Instance.new("SpecialMesh")
  690. Part403 = Instance.new("Part")
  691. SpecialMesh404 = Instance.new("SpecialMesh")
  692. Part405 = Instance.new("Part")
  693. SpecialMesh406 = Instance.new("SpecialMesh")
  694. Part407 = Instance.new("Part")
  695. SpecialMesh408 = Instance.new("SpecialMesh")
  696. Part409 = Instance.new("Part")
  697. SpecialMesh410 = Instance.new("SpecialMesh")
  698. Part411 = Instance.new("Part")
  699. SpecialMesh412 = Instance.new("SpecialMesh")
  700. Part413 = Instance.new("Part")
  701. SpecialMesh414 = Instance.new("SpecialMesh")
  702. Part415 = Instance.new("Part")
  703. SpecialMesh416 = Instance.new("SpecialMesh")
  704. Part417 = Instance.new("Part")
  705. SpecialMesh418 = Instance.new("SpecialMesh")
  706. Part419 = Instance.new("Part")
  707. SpecialMesh420 = Instance.new("SpecialMesh")
  708. Part421 = Instance.new("Part")
  709. SpecialMesh422 = Instance.new("SpecialMesh")
  710. Part423 = Instance.new("Part")
  711. SpecialMesh424 = Instance.new("SpecialMesh")
  712. Part425 = Instance.new("Part")
  713. SpecialMesh426 = Instance.new("SpecialMesh")
  714. Part427 = Instance.new("Part")
  715. SpecialMesh428 = Instance.new("SpecialMesh")
  716. Part429 = Instance.new("Part")
  717. SpecialMesh430 = Instance.new("SpecialMesh")
  718. Part431 = Instance.new("Part")
  719. SpecialMesh432 = Instance.new("SpecialMesh")
  720. Part433 = Instance.new("Part")
  721. SpecialMesh434 = Instance.new("SpecialMesh")
  722. Part435 = Instance.new("Part")
  723. SpecialMesh436 = Instance.new("SpecialMesh")
  724. Part437 = Instance.new("Part")
  725. SpecialMesh438 = Instance.new("SpecialMesh")
  726. Part439 = Instance.new("Part")
  727. SpecialMesh440 = Instance.new("SpecialMesh")
  728. Part441 = Instance.new("Part")
  729. SpecialMesh442 = Instance.new("SpecialMesh")
  730. Part443 = Instance.new("Part")
  731. SpecialMesh444 = Instance.new("SpecialMesh")
  732. Part445 = Instance.new("Part")
  733. SpecialMesh446 = Instance.new("SpecialMesh")
  734. Part447 = Instance.new("Part")
  735. SpecialMesh448 = Instance.new("SpecialMesh")
  736. Part449 = Instance.new("Part")
  737. SpecialMesh450 = Instance.new("SpecialMesh")
  738. Part451 = Instance.new("Part")
  739. SpecialMesh452 = Instance.new("SpecialMesh")
  740. Part453 = Instance.new("Part")
  741. SpecialMesh454 = Instance.new("SpecialMesh")
  742. Part455 = Instance.new("Part")
  743. SpecialMesh456 = Instance.new("SpecialMesh")
  744. Part457 = Instance.new("Part")
  745. SpecialMesh458 = Instance.new("SpecialMesh")
  746. Part459 = Instance.new("Part")
  747. SpecialMesh460 = Instance.new("SpecialMesh")
  748. Part461 = Instance.new("Part")
  749. SpecialMesh462 = Instance.new("SpecialMesh")
  750. Part463 = Instance.new("Part")
  751. SpecialMesh464 = Instance.new("SpecialMesh")
  752. Part465 = Instance.new("Part")
  753. SpecialMesh466 = Instance.new("SpecialMesh")
  754. Part467 = Instance.new("Part")
  755. SpecialMesh468 = Instance.new("SpecialMesh")
  756. Part469 = Instance.new("Part")
  757. SpecialMesh470 = Instance.new("SpecialMesh")
  758. Part471 = Instance.new("Part")
  759. SpecialMesh472 = Instance.new("SpecialMesh")
  760. Part473 = Instance.new("Part")
  761. SpecialMesh474 = Instance.new("SpecialMesh")
  762. Part475 = Instance.new("Part")
  763. SpecialMesh476 = Instance.new("SpecialMesh")
  764. Model0.Parent = mas
  765. Part1.Parent = Model0
  766. Part1.CFrame = CFrame.new(-0.612978518, 3.52787709, -14.4877329, 0.999985635, -0.00299202278, 0.00444748998, 0.00513700023, 0.297964603, -0.95456326, 0.00153088011, 0.95457232, 0.297975689)
  767. Part1.Orientation = Vector3.new(72.659996, 0.859999955, 0.98999995)
  768. Part1.Position = Vector3.new(-0.612978518, 3.52787709, -14.4877329)
  769. Part1.Rotation = Vector3.new(72.659996, 0.25, 0.170000002)
  770. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  771. Part1.Velocity = Vector3.new(1.29135582e-08, 0.00246586069, 1.6969787e-07)
  772. Part1.Size = Vector3.new(0.275000006, 0.22512494, 0.42337501)
  773. Part1.Anchored = true
  774. Part1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  775. Part1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  776. Part1.BrickColor = BrickColor.new("Bright blue")
  777. Part1.CanCollide = false
  778. Part1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  779. Part1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  780. Part1.Material = Enum.Material.Metal
  781. Part1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  782. Part1.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  783. Part1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  784. Part1.brickColor = BrickColor.new("Bright blue")
  785. SpecialMesh2.Parent = Part1
  786. SpecialMesh2.Scale = Vector3.new(0.400000006, 1, 0.5)
  787. SpecialMesh2.MeshType = Enum.MeshType.Brick
  788. Part3.Parent = Model0
  789. Part3.CFrame = CFrame.new(-0.608517408, 2.57421446, -14.2038746, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  790. Part3.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  791. Part3.Position = Vector3.new(-0.608517408, 2.57421446, -14.2038746)
  792. Part3.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  793. Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  794. Part3.Velocity = Vector3.new(1.6413172e-07, 0.00246645301, 2.15686623e-06)
  795. Part3.Size = Vector3.new(0.275000006, 0.315999985, 0.303375006)
  796. Part3.Anchored = true
  797. Part3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  798. Part3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  799. Part3.BrickColor = BrickColor.new("Bright blue")
  800. Part3.CanCollide = false
  801. Part3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  802. Part3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  803. Part3.Material = Enum.Material.Glass
  804. Part3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  805. Part3.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  806. Part3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  807. Part3.brickColor = BrickColor.new("Really Black")
  808. SpecialMesh4.Parent = Part3
  809. SpecialMesh4.Scale = Vector3.new(0.5, 1, 0.5)
  810. SpecialMesh4.MeshType = Enum.MeshType.Wedge
  811. Weld5.Name = "BTWeld"
  812. Weld5.Parent = Part3
  813. Weld5.C1 = CFrame.new(1.78813934e-06, -0.442868233, -0.256871939, -1, 2.08499841e-07, 2.3712164e-07, -2.08849087e-07, -1.00000024, 0, 2.39566361e-07, 1.86264515e-09, 1.00000024)
  814. Weld5.Part0 = Part3
  815. Weld5.Part1 = Part441
  816. Weld5.part1 = Part441
  817. Weld6.Name = "BTWeld"
  818. Weld6.Parent = Part3
  819. Weld6.C1 = CFrame.new(2.8014183e-06, 0.12912178, 0.434119463, -1, -2.32830644e-10, 3.05299181e-08, 2.32830644e-10, 1.00000024, 1.80676579e-07, -3.2619937e-08, 1.76951289e-07, -1.00000024)
  820. Weld6.Part0 = Part3
  821. Weld6.Part1 = Part323
  822. Weld6.part1 = Part323
  823. Weld7.Name = "BTWeld"
  824. Weld7.Parent = Part3
  825. Weld7.C1 = CFrame.new(-3.09944153e-06, -0.192704201, -0.62885952, 1, 8.96397978e-08, 1.20697223e-07, -8.91741365e-08, 1.00000024, 1.78813934e-07, -1.1825432e-07, -1.78813934e-07, 1.00000024)
  826. Weld7.Part0 = Part3
  827. Weld7.Part1 = Part371
  828. Weld7.part1 = Part371
  829. Weld8.Name = "BTWeld"
  830. Weld8.Parent = Part3
  831. Weld8.C1 = CFrame.new(-2.86102295e-06, 0.0544996262, -0.312496185, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  832. Weld8.Part0 = Part3
  833. Weld8.Part1 = Part167
  834. Weld8.part1 = Part167
  835. Weld9.Name = "BTWeld"
  836. Weld9.Parent = Part3
  837. Weld9.C1 = CFrame.new(3.63588333e-06, -2.63571262, -0.638117313, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  838. Weld9.Part0 = Part3
  839. Weld9.Part1 = Part177
  840. Weld9.part1 = Part177
  841. Weld10.Name = "BTWeld"
  842. Weld10.Parent = Part3
  843. Weld10.C1 = CFrame.new(-2.98023224e-06, -0.077252388, -0.223499537, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  844. Weld10.Part0 = Part3
  845. Weld10.Part1 = Part277
  846. Weld10.part1 = Part277
  847. Weld11.Name = "BTWeld"
  848. Weld11.Parent = Part3
  849. Weld11.C1 = CFrame.new(1.90734863e-06, -0.629117966, -0.531242609, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  850. Weld11.Part0 = Part3
  851. Weld11.Part1 = Part427
  852. Weld11.part1 = Part427
  853. Weld12.Name = "BTWeld"
  854. Weld12.Parent = Part3
  855. Weld12.C1 = CFrame.new(3.87430191e-06, -1.56084347, -0.606865883, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  856. Weld12.Part0 = Part3
  857. Weld12.Part1 = Part209
  858. Weld12.part1 = Part209
  859. Weld13.Name = "BTWeld"
  860. Weld13.Parent = Part3
  861. Weld13.C1 = CFrame.new(-1.66893005e-06, -0.394741058, 0.453120232, 1, -1.19092874e-07, -2.68964868e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.71322278e-07, 5.77419996e-08, -1.00000024)
  862. Weld13.Part0 = Part3
  863. Weld13.Part1 = Part265
  864. Weld13.part1 = Part265
  865. Weld14.Name = "BTWeld"
  866. Weld14.Parent = Part3
  867. Weld14.C1 = CFrame.new(-3.51667404e-06, -3.62178516, 0.128079414, 1, 2.32830644e-10, -2.82076144e-07, 4.92436811e-08, -0.984807968, 0.173648342, -2.7945498e-07, -0.173648342, -0.984807968)
  868. Weld14.Part0 = Part3
  869. Weld14.Part1 = Part445
  870. Weld14.part1 = Part445
  871. Weld15.Name = "BTWeld"
  872. Weld15.Parent = Part3
  873. Weld15.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  874. Weld15.Part0 = Part3
  875. Weld15.Part1 = Part175
  876. Weld15.part1 = Part175
  877. Weld16.Name = "BTWeld"
  878. Weld16.Parent = Part3
  879. Weld16.C1 = CFrame.new(-0.568752289, -0.0312482715, 1.24358273, -5.98374754e-08, -1.00000024, 0, -1, 5.93718141e-08, 3.27925591e-07, -3.30370312e-07, -1.86264515e-09, -1.00000024)
  880. Weld16.Part0 = Part3
  881. Weld16.Part1 = Part433
  882. Weld16.part1 = Part433
  883. Weld17.Name = "BTWeld"
  884. Weld17.Parent = Part3
  885. Weld17.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  886. Weld17.Part0 = Part3
  887. Weld17.Part1 = Part417
  888. Weld17.part1 = Part417
  889. Weld18.Name = "BTWeld"
  890. Weld18.Parent = Part3
  891. Weld18.C1 = CFrame.new(-3.09944153e-06, -0.364574432, -0.628859282, 1, 8.96397978e-08, 1.20697223e-07, -8.91741365e-08, 1.00000024, 1.78813934e-07, -1.1825432e-07, -1.78813934e-07, 1.00000024)
  892. Weld18.Part0 = Part3
  893. Weld18.Part1 = Part295
  894. Weld18.part1 = Part295
  895. Weld19.Name = "BTWeld"
  896. Weld19.Parent = Part3
  897. Weld19.C1 = CFrame.new(3.93390656e-06, -3.33387375, 1.42912102, -1, 2.08499841e-07, 7.08205334e-08, -1.35507435e-07, -0.838670611, 0.544639409, 1.75263267e-07, 0.544639468, 0.838670611)
  898. Weld19.Part0 = Part3
  899. Weld19.Part1 = Part165
  900. Weld19.part1 = Part165
  901. Weld20.Name = "BTWeld"
  902. Weld20.Parent = Part3
  903. Weld20.C1 = CFrame.new(1.78813934e-07, -3.38045502, 0.755048752, 1, 2.32830644e-10, -2.6903399e-07, -2.32830644e-10, -1.00000024, 8.7544322e-08, -2.71093086e-07, -9.12696123e-08, -1.00000024)
  904. Weld20.Part0 = Part3
  905. Weld20.Part1 = Part315
  906. Weld20.part1 = Part315
  907. Weld21.Name = "BTWeld"
  908. Weld21.Parent = Part3
  909. Weld21.C1 = CFrame.new(0.522247314, -0.031253159, 0.449784279, 2.578774e-06, -0.500000775, -0.866025329, 1, 2.96742655e-06, 1.26622399e-06, 1.93726737e-06, -0.866025329, 0.500000715)
  910. Weld21.Part0 = Part3
  911. Weld21.Part1 = Part457
  912. Weld21.part1 = Part457
  913. Weld22.Name = "BTWeld"
  914. Weld22.Parent = Part3
  915. Weld22.C1 = CFrame.new(-3.03983688e-06, -0.26757431, -0.628857851, 1, 8.96397978e-08, 1.20697223e-07, -8.91741365e-08, 1.00000024, 1.78813934e-07, -1.1825432e-07, -1.78813934e-07, 1.00000024)
  916. Weld22.Part0 = Part3
  917. Weld22.Part1 = Part363
  918. Weld22.part1 = Part363
  919. Weld23.Name = "BTWeld"
  920. Weld23.Parent = Part3
  921. Weld23.C1 = CFrame.new(-3.03983688e-06, 0.579193592, -0.519788742, 1, 2.08732672e-07, 7.35781214e-08, -9.66247171e-08, 0.707106471, -0.707107365, -1.97673216e-07, 0.707107365, 0.707106471)
  922. Weld23.Part0 = Part3
  923. Weld23.Part1 = Part429
  924. Weld23.part1 = Part429
  925. Weld24.Name = "BTWeld"
  926. Weld24.Parent = Part3
  927. Weld24.C1 = CFrame.new(3.57627869e-06, -2.7432127, -0.596743584, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  928. Weld24.Part0 = Part3
  929. Weld24.Part1 = Part253
  930. Weld24.part1 = Part253
  931. Weld25.Name = "BTWeld"
  932. Weld25.Parent = Part3
  933. Weld25.C1 = CFrame.new(-5.96046448e-08, -0.0365514755, -0.0244483948, -1, 2.08383426e-07, 3.34477591e-07, -3.4889672e-07, -0.866025686, -0.49999994, 1.87254045e-07, -0.499999881, 0.866025686)
  934. Weld25.Part0 = Part3
  935. Weld25.Part1 = Part383
  936. Weld25.part1 = Part383
  937. Weld26.Name = "BTWeld"
  938. Weld26.Parent = Part3
  939. Weld26.C1 = CFrame.new(0.0437097549, -0.0312481523, 1.49426508, -1.02329068e-07, -0.707107306, -0.707106531, -1, -1.1047814e-07, 2.52499376e-07, -2.57976353e-07, 0.70710659, -0.707107306)
  940. Weld26.Part0 = Part3
  941. Weld26.Part1 = Part289
  942. Weld26.part1 = Part289
  943. Weld27.Name = "BTWeld"
  944. Weld27.Parent = Part3
  945. Weld27.C1 = CFrame.new(-0.390325546, -0.0312492251, 0.188101292, 1.53668225e-07, 0.866025686, 0.5, -1, 1.49011612e-07, 4.73319233e-08, -3.19560058e-08, -0.49999994, 0.866025686)
  946. Weld27.Part0 = Part3
  947. Weld27.Part1 = Part465
  948. Weld27.part1 = Part465
  949. Weld28.Name = "BTWeld"
  950. Weld28.Parent = Part3
  951. Weld28.C1 = CFrame.new(3.69548798e-06, 1.39622211, 0.606865406, -1, -8.95233825e-08, 3.02316039e-08, -8.91741365e-08, 1.00000024, -8.94069672e-08, -3.26745067e-08, -9.12696123e-08, -1.00000024)
  952. Weld28.Part0 = Part3
  953. Weld28.Part1 = Part325
  954. Weld28.part1 = Part325
  955. Weld29.Name = "BTWeld"
  956. Weld29.Parent = Part3
  957. Weld29.C1 = CFrame.new(-3.03983688e-06, -0.0283536911, -0.593729019, 1, 8.95233825e-08, 4.61641321e-08, -6.54254109e-08, 0.923879802, -0.382683307, -7.52625056e-08, 0.382683337, 0.923879921)
  958. Weld29.Part0 = Part3
  959. Weld29.Part1 = Part435
  960. Weld29.part1 = Part435
  961. Weld30.Name = "BTWeld"
  962. Weld30.Parent = Part3
  963. Weld30.C1 = CFrame.new(-2.98023224e-06, 0.0857448578, -0.331493855, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  964. Weld30.Part0 = Part3
  965. Weld30.Part1 = Part297
  966. Weld30.part1 = Part297
  967. Weld31.Name = "BTWeld"
  968. Weld31.Parent = Part3
  969. Weld31.C1 = CFrame.new(2.98023224e-06, 0.0857439041, 0.434119463, -1, -2.32830644e-10, -8.87230271e-08, 2.32830644e-10, 1.00000024, 1.86264515e-09, 8.63965397e-08, -1.86264515e-09, -1.00000024)
  970. Weld31.Part0 = Part3
  971. Weld31.Part1 = Part403
  972. Weld31.part1 = Part403
  973. Weld32.Name = "BTWeld"
  974. Weld32.Parent = Part3
  975. Weld32.C1 = CFrame.new(3.69548798e-06, -1.12822342, -0.591116667, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  976. Weld32.Part0 = Part3
  977. Weld32.Part1 = Part317
  978. Weld32.part1 = Part317
  979. Weld33.Name = "BTWeld"
  980. Weld33.Parent = Part3
  981. Weld33.C1 = CFrame.new(-3.57627869e-06, 1.17320824, 0.736830235, 1, -1.19092874e-07, 2.04781827e-07, -1.19325705e-07, -1.00000024, 2.68220901e-07, 2.03222953e-07, -2.68220901e-07, -1.00000024)
  982. Weld33.Part0 = Part3
  983. Weld33.Part1 = Part171
  984. Weld33.part1 = Part171
  985. Weld34.Name = "BTWeld"
  986. Weld34.Parent = Part3
  987. Weld34.C1 = CFrame.new(3.51667404e-06, -2.70561504, -1.06026649, -1, 1.18976459e-07, 3.69582267e-07, -1.82189979e-07, -0.984807968, -0.173648283, 3.45506123e-07, -0.173648298, 0.984807968)
  988. Weld34.Part0 = Part3
  989. Weld34.Part1 = Part251
  990. Weld34.part1 = Part251
  991. Weld35.Name = "BTWeld"
  992. Weld35.Parent = Part3
  993. Weld35.C1 = CFrame.new(0.568753242, -0.0312516689, 1.24358273, 1.1944212e-07, 1.00000024, 0, 1, -1.18976459e-07, -3.28123861e-07, -3.30370312e-07, -1.86264515e-09, -1.00000024)
  994. Weld35.Part0 = Part3
  995. Weld35.Part1 = Part443
  996. Weld35.part1 = Part443
  997. Weld36.Name = "BTWeld"
  998. Weld36.Parent = Part3
  999. Weld36.C1 = CFrame.new(-0.00166904926, -3.09995842, -0.665301085, -1, -2.32830644e-10, 6.22057996e-08, -1.16415322e-10, -1.00000024, -6.14672899e-08, 6.45686669e-08, -5.77419996e-08, 1.00000024)
  1000. Weld36.Part0 = Part3
  1001. Weld36.Part1 = Part243
  1002. Weld36.part1 = Part243
  1003. Weld37.Name = "BTWeld"
  1004. Weld37.Parent = Part3
  1005. Weld37.C1 = CFrame.new(-1.3257277, -0.0312492847, 5.10531425, 9.66574589e-08, 0.0174533594, 0.999847949, -1, 2.08499841e-07, 9.1315087e-08, -2.07335688e-07, -0.999847949, 0.0174533576)
  1006. Weld37.Part0 = Part3
  1007. Weld37.Part1 = Part191
  1008. Weld37.part1 = Part191
  1009. Weld38.Name = "BTWeld"
  1010. Weld38.Parent = Part3
  1011. Weld38.C1 = CFrame.new(2.98023224e-06, -0.520121574, 0.565322638, -1, 2.08499841e-07, -1.4426405e-08, 1.87777914e-07, 0.923879921, 0.382683069, 9.12114047e-08, 0.382683039, -0.923879921)
  1012. Weld38.Part0 = Part3
  1013. Weld38.Part1 = Part459
  1014. Weld38.part1 = Part459
  1015. Weld39.Name = "BTWeld"
  1016. Weld39.Parent = Part3
  1017. Weld39.C1 = CFrame.new(-2.44379044e-06, 1.62276363, -0.980819702, 1, -3.87430191e-07, 3.99177225e-08, -1.89582352e-07, -0.569997728, -0.821646571, 3.3993274e-07, 0.821646512, -0.569997668)
  1018. Weld39.Part0 = Part3
  1019. Weld39.Part1 = Part327
  1020. Weld39.part1 = Part327
  1021. Weld40.Name = "BTWeld"
  1022. Weld40.Parent = Part3
  1023. Weld40.C1 = CFrame.new(3.69548798e-06, -1.7807188, -0.638116598, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1024. Weld40.Part0 = Part3
  1025. Weld40.Part1 = Part229
  1026. Weld40.part1 = Part229
  1027. Weld41.Name = "BTWeld"
  1028. Weld41.Parent = Part3
  1029. Weld41.C1 = CFrame.new(-2.98023224e-06, -0.170754433, -0.381493092, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  1030. Weld41.Part0 = Part3
  1031. Weld41.Part1 = Part469
  1032. Weld41.part1 = Part469
  1033. Weld42.Name = "BTWeld"
  1034. Weld42.Parent = Part3
  1035. Weld42.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1036. Weld42.Part0 = Part3
  1037. Weld42.Part1 = Part169
  1038. Weld42.part1 = Part169
  1039. Weld43.Name = "BTWeld"
  1040. Weld43.Parent = Part3
  1041. Weld43.C1 = CFrame.new(1.84774399e-06, -0.227245331, -0.390619993, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1042. Weld43.Part0 = Part3
  1043. Weld43.Part1 = Part463
  1044. Weld43.part1 = Part463
  1045. Weld44.Name = "BTWeld"
  1046. Weld44.Parent = Part3
  1047. Weld44.C1 = CFrame.new(-1.84774399e-06, 0.916108131, -0.790865183, 1, -5.93718141e-08, 2.56368367e-08, 5.97210601e-08, 1.00000024, 5.96046448e-08, -2.29756552e-08, -5.77419996e-08, 1.00000024)
  1048. Weld44.Part0 = Part3
  1049. Weld44.Part1 = Part411
  1050. Weld44.part1 = Part411
  1051. Weld45.Name = "BTWeld"
  1052. Weld45.Parent = Part3
  1053. Weld45.C1 = CFrame.new(3.75509262e-06, -2.08321857, -0.731868029, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1054. Weld45.Part0 = Part3
  1055. Weld45.Part1 = Part475
  1056. Weld45.part1 = Part475
  1057. Weld46.Name = "BTWeld"
  1058. Weld46.Parent = Part3
  1059. Weld46.C1 = CFrame.new(0.00166875124, 3.12339592, -0.606613398, 1, -1.18976459e-07, -6.2136678e-08, 1.1944212e-07, 1.00000024, -8.94069672e-08, 6.48051355e-08, 9.12696123e-08, 1.00000024)
  1060. Weld46.Part0 = Part3
  1061. Weld46.Part1 = Part473
  1062. Weld46.part1 = Part473
  1063. Weld47.Name = "BTWeld"
  1064. Weld47.Parent = Part3
  1065. Weld47.C1 = CFrame.new(-0.246384621, -0.03125, 0.315700531, 8.35862011e-08, -0.965926051, 0.258819014, 1, 6.17001206e-08, -9.08512447e-08, 7.39237294e-08, 0.258818984, 0.965926111)
  1066. Weld47.Part0 = Part3
  1067. Weld47.Part1 = Part355
  1068. Weld47.part1 = Part355
  1069. Weld48.Name = "BTWeld"
  1070. Weld48.Parent = Part3
  1071. Weld48.C1 = CFrame.new(2.74181366e-06, 0.908480644, 0.621105194, -1, 3.87430191e-07, -2.68737494e-08, -1.25437509e-07, -0.382683992, -0.923879504, -3.67756002e-07, -0.923879564, 0.382684022)
  1072. Weld48.Part0 = Part3
  1073. Weld48.Part1 = Part341
  1074. Weld48.part1 = Part341
  1075. Weld49.Name = "BTWeld"
  1076. Weld49.Parent = Part3
  1077. Weld49.C1 = CFrame.new(1.96695328e-06, -0.43809557, 0.254676819, -1, 2.08499841e-07, 8.61909939e-08, -8.48667696e-08, -0.707106531, 0.707107365, 2.10478902e-07, 0.707107365, 0.707106471)
  1078. Weld49.Part0 = Part3
  1079. Weld49.Part1 = Part269
  1080. Weld49.part1 = Part269
  1081. Weld50.Name = "BTWeld"
  1082. Weld50.Parent = Part3
  1083. Weld50.C1 = CFrame.new(1.32572746, -0.0312505364, 5.10531616, -1.84201781e-07, -0.0174533594, -0.999847949, 1, -2.08499841e-07, -1.78890332e-07, -2.05705874e-07, -0.999847949, 0.0174533576)
  1084. Weld50.Part0 = Part3
  1085. Weld50.Part1 = Part379
  1086. Weld50.part1 = Part379
  1087. Weld51.Name = "BTWeld"
  1088. Weld51.Parent = Part3
  1089. Weld51.C1 = CFrame.new(1.7285347e-06, -0.242359161, -0.146375895, -1, 2.08499841e-07, 2.3712164e-07, -2.08849087e-07, -1.00000024, 0, 2.39566361e-07, 1.86264515e-09, 1.00000024)
  1090. Weld51.Part0 = Part3
  1091. Weld51.Part1 = Part455
  1092. Weld51.part1 = Part455
  1093. Weld52.Name = "BTWeld"
  1094. Weld52.Parent = Part3
  1095. Weld52.C1 = CFrame.new(-3.03983688e-06, -0.143110275, -0.641388893, 1, 8.95233825e-08, 7.0387614e-08, -6.88014552e-08, 0.96592617, -0.258818775, -8.91450327e-08, 0.258818746, 0.96592623)
  1096. Weld52.Part0 = Part3
  1097. Weld52.Part1 = Part453
  1098. Weld52.part1 = Part453
  1099. Weld53.Name = "BTWeld"
  1100. Weld53.Parent = Part3
  1101. Weld53.C1 = CFrame.new(1.84774399e-06, -0.316618919, -0.362743855, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1102. Weld53.Part0 = Part3
  1103. Weld53.Part1 = Part425
  1104. Weld53.part1 = Part425
  1105. Weld54.Name = "BTWeld"
  1106. Weld54.Parent = Part3
  1107. Weld54.C1 = CFrame.new(-2.44379044e-06, 3.96811485, 0.642149091, 1, -2.08499841e-07, 1.92838343e-07, -1.85798854e-07, -0.993572116, -0.113202929, 2.13360181e-07, 0.113202937, -0.993572235)
  1108. Weld54.Part0 = Part3
  1109. Weld54.Part1 = Part241
  1110. Weld54.part1 = Part241
  1111. Weld55.Name = "BTWeld"
  1112. Weld55.Parent = Part3
  1113. Weld55.C1 = CFrame.new(-2.08616257e-06, 0.207164764, -0.535107613, 1, 2.08732672e-07, 7.35781214e-08, -2.08383426e-07, 1.00000024, 1.78813934e-07, -7.12225301e-08, -1.76951289e-07, 1.00000024)
  1114. Weld55.Part0 = Part3
  1115. Weld55.Part1 = Part321
  1116. Weld55.part1 = Part321
  1117. Weld56.Name = "BTWeld"
  1118. Weld56.Parent = Part3
  1119. Weld56.C1 = CFrame.new(0.3903265, -0.0312507153, 0.188101292, -2.43075192e-07, -0.866025627, -0.5, 1, -2.29571015e-07, -8.65911716e-08, -3.80096026e-08, -0.49999994, 0.866025686)
  1120. Weld56.Part0 = Part3
  1121. Weld56.Part1 = Part449
  1122. Weld56.part1 = Part449
  1123. Weld57.Name = "BTWeld"
  1124. Weld57.Parent = Part3
  1125. Weld57.C1 = CFrame.new(4.0832634, -0.0312500596, 2.68361759, -3.40398401e-07, -0.719340265, -0.694658279, 1, -3.15834768e-07, -1.60429408e-07, -1.03143975e-07, -0.694658279, 0.719340265)
  1126. Weld57.Part0 = Part3
  1127. Weld57.Part1 = Part261
  1128. Weld57.part1 = Part261
  1129. Weld58.Name = "BTWeld"
  1130. Weld58.Parent = Part3
  1131. Weld58.C1 = CFrame.new(3.87430191e-06, -2.97136497, -1.32431102, -1, 1.19092874e-07, 2.00954673e-07, -1.67870894e-07, -0.965925992, -0.258819073, 1.64814992e-07, -0.258819073, 0.965926111)
  1132. Weld58.Part0 = Part3
  1133. Weld58.Part1 = Part367
  1134. Weld58.part1 = Part367
  1135. Weld59.Name = "BTWeld"
  1136. Weld59.Parent = Part3
  1137. Weld59.C1 = CFrame.new(-3.21865082e-06, -0.0555143356, 0.74919796, 1, 2.08732672e-07, 1.05254003e-07, 7.4505806e-08, -0.707106292, 0.707107484, 2.20257789e-07, -0.707107544, -0.707106352)
  1138. Weld59.Part0 = Part3
  1139. Weld59.Part1 = Part179
  1140. Weld59.part1 = Part179
  1141. Weld60.Name = "BTWeld"
  1142. Weld60.Parent = Part3
  1143. Weld60.C1 = CFrame.new(0.854812145, -0.0312569141, 0.683163643, -7.71833584e-08, 0.707106531, -0.707107306, 1, 1.8987339e-07, 8.20728019e-08, 1.90921128e-07, -0.707107365, -0.707106531)
  1144. Weld60.Part0 = Part3
  1145. Weld60.Part1 = Part437
  1146. Weld60.part1 = Part437
  1147. Weld61.Name = "BTWeld"
  1148. Weld61.Parent = Part3
  1149. Weld61.C1 = CFrame.new(1.84774399e-06, -0.363491058, -0.331495762, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1150. Weld61.Part0 = Part3
  1151. Weld61.Part1 = Part365
  1152. Weld61.part1 = Part365
  1153. Weld62.Name = "BTWeld"
  1154. Weld62.Parent = Part3
  1155. Weld62.C1 = CFrame.new(-5.96046448e-08, -0.251069069, 0.0857863426, -1, 2.08499841e-07, 1.84947567e-07, -1.53202564e-07, -0.965926051, 0.258819163, 2.35246262e-07, 0.258819163, 0.96592617)
  1156. Weld62.Part0 = Part3
  1157. Weld62.Part1 = Part423
  1158. Weld62.part1 = Part423
  1159. Weld63.Name = "BTWeld"
  1160. Weld63.Parent = Part3
  1161. Weld63.C1 = CFrame.new(2.92062759e-06, 0.530877113, 0.384551048, -1, -2.32830644e-10, 1.16708179e-07, -1.19271135e-07, -1.01514161e-06, -1.00000024, -1.16415322e-10, -1.00000024, 1.01141632e-06)
  1162. Weld63.Part0 = Part3
  1163. Weld63.Part1 = Part421
  1164. Weld63.part1 = Part421
  1165. Weld64.Name = "BTWeld"
  1166. Weld64.Parent = Part3
  1167. Weld64.C1 = CFrame.new(3.81469727e-06, -1.63659573, -0.658368826, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  1168. Weld64.Part0 = Part3
  1169. Weld64.Part1 = Part391
  1170. Weld64.part1 = Part391
  1171. Weld65.Name = "BTWeld"
  1172. Weld65.Parent = Part3
  1173. Weld65.C1 = CFrame.new(3.93390656e-06, -2.9557457, -1.37312269, -1, 1.19092874e-07, 2.00954673e-07, -1.67870894e-07, -0.965925992, -0.258819073, 1.64814992e-07, -0.258819073, 0.965926111)
  1174. Weld65.Part0 = Part3
  1175. Weld65.Part1 = Part419
  1176. Weld65.part1 = Part419
  1177. Weld66.Name = "BTWeld"
  1178. Weld66.Parent = Part3
  1179. Weld66.C1 = CFrame.new(-2.98023224e-07, 3.86712265, 0.467648745, 1, -2.08499841e-07, 1.92838343e-07, -1.85798854e-07, -0.993572116, -0.113202929, 2.13360181e-07, 0.113202937, -0.993572235)
  1180. Weld66.Part0 = Part3
  1181. Weld66.Part1 = Part415
  1182. Weld66.part1 = Part415
  1183. Weld67.Name = "BTWeld"
  1184. Weld67.Parent = Part3
  1185. Weld67.C1 = CFrame.new(-2.02655792e-06, 0.114692688, -0.875624657, 1, 2.08732672e-07, 7.35781214e-08, -2.19908543e-07, 0.965926111, 0.258818954, -1.55705493e-08, -0.258818954, 0.96592617)
  1186. Weld67.Part0 = Part3
  1187. Weld67.Part1 = Part193
  1188. Weld67.part1 = Part193
  1189. Weld68.Name = "BTWeld"
  1190. Weld68.Parent = Part3
  1191. Weld68.C1 = CFrame.new(1.84774399e-06, -0.820864677, -0.453119278, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1192. Weld68.Part0 = Part3
  1193. Weld68.Part1 = Part447
  1194. Weld68.part1 = Part447
  1195. Weld69.Name = "BTWeld"
  1196. Weld69.Parent = Part3
  1197. Weld69.C1 = CFrame.new(1.84774399e-06, -0.879114151, -0.453119278, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1198. Weld69.Part0 = Part3
  1199. Weld69.Part1 = Part329
  1200. Weld69.part1 = Part329
  1201. Weld70.Name = "BTWeld"
  1202. Weld70.Parent = Part3
  1203. Weld70.C1 = CFrame.new(-3.09944153e-06, 2.06479263, 0.744927168, 1, -1.19092874e-07, 2.05247488e-07, -1.07684173e-07, -0.998391926, -0.0566923842, 2.10064172e-07, 0.0566923767, -0.998391867)
  1204. Weld70.Part0 = Part3
  1205. Weld70.Part1 = Part213
  1206. Weld70.part1 = Part213
  1207. Weld71.Name = "BTWeld"
  1208. Weld71.Parent = Part3
  1209. Weld71.C1 = CFrame.new(-4.0832634, -0.0312493443, 2.68361759, 2.50991434e-07, 0.719340265, 0.694658279, -1, 2.34693289e-07, 1.15569492e-07, -7.84639269e-08, -0.694658279, 0.719340265)
  1210. Weld71.Part0 = Part3
  1211. Weld71.Part1 = Part257
  1212. Weld71.part1 = Part257
  1213. Weld72.Name = "BTWeld"
  1214. Weld72.Parent = Part3
  1215. Weld72.C1 = CFrame.new(1.84774399e-06, -0.227245331, -0.390619993, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1216. Weld72.Part0 = Part3
  1217. Weld72.Part1 = Part173
  1218. Weld72.part1 = Part173
  1219. Weld73.Name = "BTWeld"
  1220. Weld73.Parent = Part3
  1221. Weld73.C1 = CFrame.new(2.86102295e-06, 0.835924149, -0.142241955, -1, 3.27709131e-07, -1.37008101e-07, -1.36438757e-07, -0.707107067, -0.707106829, -3.27592716e-07, -0.707106769, 0.707107008)
  1222. Weld73.Part0 = Part3
  1223. Weld73.Part1 = Part361
  1224. Weld73.part1 = Part361
  1225. Weld74.Name = "BTWeld"
  1226. Weld74.Parent = Part3
  1227. Weld74.C1 = CFrame.new(-0.00166893005, 2.82995987, 0.726299524, -1, 1.18976459e-07, 1.49711923e-07, 1.1944212e-07, 1.00000024, 0, -1.52022039e-07, -1.86264515e-09, -1.00000024)
  1228. Weld74.Part0 = Part3
  1229. Weld74.Part1 = Part377
  1230. Weld74.part1 = Part377
  1231. Weld75.Name = "BTWeld"
  1232. Weld75.Parent = Part3
  1233. Weld75.C1 = CFrame.new(1.7285347e-06, 0.0122146606, -1.26963711, -1, -2.32830644e-10, 3.04902642e-07, -2.17230991e-07, -0.707107246, -0.70710665, 2.16532499e-07, -0.70710665, 0.707107186)
  1234. Weld75.Part0 = Part3
  1235. Weld75.Part1 = Part283
  1236. Weld75.part1 = Part283
  1237. Weld76.Name = "BTWeld"
  1238. Weld76.Parent = Part3
  1239. Weld76.C1 = CFrame.new(-2.86102295e-06, -0.724999189, 0.384550095, 1, -1.19092874e-07, -4.21059667e-08, 4.47653292e-08, 1.01514161e-06, 1.00000024, -1.19325705e-07, -1.00000024, 1.01327896e-06)
  1240. Weld76.Part0 = Part3
  1241. Weld76.Part1 = Part291
  1242. Weld76.part1 = Part291
  1243. Weld77.Name = "BTWeld"
  1244. Weld77.Parent = Part3
  1245. Weld77.C1 = CFrame.new(-8.94069672e-07, 4.09370422, 0.476376891, 1, -5.93718141e-08, 2.00789145e-07, -3.6903657e-08, -0.993572116, -0.113202639, 2.04046955e-07, 0.113202639, -0.993572235)
  1246. Weld77.Part0 = Part3
  1247. Weld77.Part1 = Part395
  1248. Weld77.part1 = Part395
  1249. Weld78.Name = "BTWeld"
  1250. Weld78.Parent = Part3
  1251. Weld78.C1 = CFrame.new(2.92062759e-06, -0.468894958, 0.574460983, -1, 2.08499841e-07, -3.86498868e-08, 1.92318112e-07, 0.965926051, 0.258818746, 8.94651748e-08, 0.258818746, -0.965926111)
  1252. Weld78.Part0 = Part3
  1253. Weld78.Part1 = Part451
  1254. Weld78.part1 = Part451
  1255. Weld79.Name = "BTWeld"
  1256. Weld79.Parent = Part3
  1257. Weld79.C1 = CFrame.new(1.90734863e-06, 0.962981224, 0.66424036, -1, 5.93718141e-08, 6.19384082e-08, 5.98374754e-08, 1.00000024, -8.94069672e-08, -6.48051355e-08, -9.12696123e-08, -1.00000024)
  1258. Weld79.Part0 = Part3
  1259. Weld79.Part1 = Part203
  1260. Weld79.part1 = Part203
  1261. Weld80.Name = "BTWeld"
  1262. Weld80.Parent = Part3
  1263. Weld80.C1 = CFrame.new(-1.93451118, -0.0312488079, -0.270594597, 1.53435394e-07, 0.998629808, 0.0523359701, -1, 1.53202564e-07, 4.08908818e-09, -2.91402102e-09, -0.0523359627, 0.998629689)
  1264. Weld80.Part0 = Part3
  1265. Weld80.Part1 = Part397
  1266. Weld80.part1 = Part397
  1267. Weld81.Name = "BTWeld"
  1268. Weld81.Parent = Part3
  1269. Weld81.C1 = CFrame.new(-1.90734863e-06, 0.382622719, -0.453119993, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  1270. Weld81.Part0 = Part3
  1271. Weld81.Part1 = Part237
  1272. Weld81.part1 = Part237
  1273. Weld82.Name = "BTWeld"
  1274. Weld82.Parent = Part3
  1275. Weld82.C1 = CFrame.new(-1.90734863e-06, 1.7890873, 3.13711452, 1, 2.68220901e-07, 1.37593815e-07, 9.1502443e-08, -0.700908601, 0.713251352, 2.86381692e-07, -0.713251412, -0.700908601)
  1276. Weld82.Part0 = Part3
  1277. Weld82.Part1 = Part373
  1278. Weld82.part1 = Part373
  1279. Weld83.Name = "BTWeld"
  1280. Weld83.Parent = Part3
  1281. Weld83.C1 = CFrame.new(-3.57627869e-06, 1.17321014, 0.911328077, 1, -1.19092874e-07, 2.04781827e-07, -1.19325705e-07, -1.00000024, 2.68220901e-07, 2.03222953e-07, -2.68220901e-07, -1.00000024)
  1282. Weld83.Part0 = Part3
  1283. Weld83.Part1 = Part163
  1284. Weld83.part1 = Part163
  1285. Weld84.Name = "BTWeld"
  1286. Weld84.Parent = Part3
  1287. Weld84.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1288. Weld84.Part0 = Part3
  1289. Weld84.Part1 = Part281
  1290. Weld84.part1 = Part281
  1291. Weld85.Name = "BTWeld"
  1292. Weld85.Parent = Part3
  1293. Weld85.C1 = CFrame.new(-4.17232513e-07, 4.000597, -2.49560165, 1, -3.27709131e-07, 1.59834599e-07, -1.16531737e-07, -0.700910211, -0.713249803, 3.44938599e-07, 0.713249862, -0.700910151)
  1294. Weld85.Part0 = Part3
  1295. Weld85.Part1 = Part345
  1296. Weld85.part1 = Part345
  1297. Weld86.Name = "BTWeld"
  1298. Weld86.Parent = Part3
  1299. Weld86.C1 = CFrame.new(1.78813934e-06, -0.568753242, -1.01896238, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1300. Weld86.Part0 = Part3
  1301. Weld86.Part1 = Part399
  1302. Weld86.part1 = Part399
  1303. Weld87.Name = "BTWeld"
  1304. Weld87.Parent = Part3
  1305. Weld87.C1 = CFrame.new(3.69548798e-06, -2.28520775, -0.633616686, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1306. Weld87.Part0 = Part3
  1307. Weld87.Part1 = Part199
  1308. Weld87.part1 = Part199
  1309. Weld88.Name = "BTWeld"
  1310. Weld88.Parent = Part3
  1311. Weld88.C1 = CFrame.new(1.78813934e-06, -0.829603195, -0.33899641, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  1312. Weld88.Part0 = Part3
  1313. Weld88.Part1 = Part219
  1314. Weld88.part1 = Part219
  1315. Weld89.Name = "BTWeld"
  1316. Weld89.Parent = Part3
  1317. Weld89.C1 = CFrame.new(-3.33786011e-06, -0.0132074356, 0.994934082, 1, 2.32830644e-10, 2.04248863e-07, -5.65778464e-08, -0.960049927, 0.279829443, 1.94384484e-07, -0.279829443, -0.960049987)
  1318. Weld89.Part0 = Part3
  1319. Weld89.Part1 = Part1
  1320. Weld89.part1 = Part1
  1321. Weld90.Name = "BTWeld"
  1322. Weld90.Parent = Part3
  1323. Weld90.C1 = CFrame.new(1.96695328e-06, 0.916108131, 0.907114267, -1, 5.93718141e-08, 6.19384082e-08, 5.98374754e-08, 1.00000024, -8.94069672e-08, -6.48051355e-08, -9.12696123e-08, -1.00000024)
  1324. Weld90.Part0 = Part3
  1325. Weld90.Part1 = Part275
  1326. Weld90.part1 = Part275
  1327. Weld91.Name = "BTWeld"
  1328. Weld91.Parent = Part3
  1329. Weld91.C1 = CFrame.new(-1.7285347e-06, -1.12285709, 0.789239883, 1, 2.32830644e-10, -1.49781044e-07, -1.16415322e-10, -1.00000024, -6.14672899e-08, -1.52112989e-07, 5.77419996e-08, -1.00000024)
  1330. Weld91.Part0 = Part3
  1331. Weld91.Part1 = Part233
  1332. Weld91.part1 = Part233
  1333. Weld92.Name = "BTWeld"
  1334. Weld92.Parent = Part3
  1335. Weld92.C1 = CFrame.new(3.03983688e-06, 0.303620577, 0.382497787, -1, -2.08732672e-07, 1.17877789e-07, -1.20393452e-07, -1.19395554e-06, -1.00000024, 2.08499841e-07, -1.00000024, 1.1920929e-06)
  1336. Weld92.Part0 = Part3
  1337. Weld92.Part1 = Part221
  1338. Weld92.part1 = Part221
  1339. Weld93.Name = "BTWeld"
  1340. Weld93.Parent = Part3
  1341. Weld93.C1 = CFrame.new(-0.522247314, -0.0312470198, 0.449783325, -2.65327981e-06, 0.500000775, 0.866025329, -1, -2.96032522e-06, -1.35692608e-06, 1.88592821e-06, -0.866025269, 0.500000715)
  1342. Weld93.Part0 = Part3
  1343. Weld93.Part1 = Part467
  1344. Weld93.part1 = Part467
  1345. Weld94.Name = "BTWeld"
  1346. Weld94.Parent = Part3
  1347. Weld94.C1 = CFrame.new(-3.4570694e-06, 1.39806747, 0.593937159, 1, -1.19092874e-07, 2.05247488e-07, -1.07684173e-07, -0.998391926, -0.0566924736, 2.09929567e-07, 0.0566924661, -0.998391867)
  1348. Weld94.Part0 = Part3
  1349. Weld94.Part1 = Part339
  1350. Weld94.part1 = Part339
  1351. Weld95.Name = "BTWeld"
  1352. Weld95.Parent = Part3
  1353. Weld95.C1 = CFrame.new(0.795685768, -0.0312509537, -0.711493969, -8.45175236e-08, -0.932008028, 0.362438083, 1, -8.89413059e-08, 5.51335688e-09, 2.98023224e-08, 0.362438083, 0.932008028)
  1354. Weld95.Part0 = Part3
  1355. Weld95.Part1 = Part401
  1356. Weld95.part1 = Part401
  1357. Weld96.Name = "BTWeld"
  1358. Weld96.Parent = Part3
  1359. Weld96.C1 = CFrame.new(3.93390656e-06, -1.17022419, -0.44987011, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  1360. Weld96.Part0 = Part3
  1361. Weld96.Part1 = Part409
  1362. Weld96.part1 = Part409
  1363. Weld97.Name = "BTWeld"
  1364. Weld97.Parent = Part3
  1365. Weld97.C1 = CFrame.new(-2.92062759e-06, 2.3621769, 0.817341089, 1, -1.19092874e-07, 1.99657734e-07, -1.07917003e-07, -0.998391926, -0.0566924736, 2.04341632e-07, 0.0566924661, -0.998391867)
  1366. Weld97.Part0 = Part3
  1367. Weld97.Part1 = Part381
  1368. Weld97.part1 = Part381
  1369. Weld98.Name = "BTWeld"
  1370. Weld98.Parent = Part3
  1371. Weld98.C1 = CFrame.new(-0.431774139, -0.0312498212, 0.503154755, 7.72997737e-08, -0.70710665, 0.707107186, 1, 2.03726813e-08, -8.74406396e-08, 4.88944352e-08, 0.707107186, 0.70710665)
  1372. Weld98.Part0 = Part3
  1373. Weld98.Part1 = Part431
  1374. Weld98.part1 = Part431
  1375. Weld99.Name = "BTWeld"
  1376. Weld99.Parent = Part3
  1377. Weld99.C1 = CFrame.new(-3.15904617e-06, 0.420814514, 0.987199306, 1, -1.18976459e-07, 2.12703526e-07, -1.42492354e-07, -0.993572056, 0.1132036, 1.96479959e-07, -0.113203593, -0.993572116)
  1378. Weld99.Part0 = Part3
  1379. Weld99.Part1 = Part215
  1380. Weld99.part1 = Part215
  1381. Weld100.Name = "BTWeld"
  1382. Weld100.Parent = Part3
  1383. Weld100.C1 = CFrame.new(1.66893005e-06, -0.394741058, -0.312496424, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1384. Weld100.Part0 = Part3
  1385. Weld100.Part1 = Part231
  1386. Weld100.part1 = Part231
  1387. Weld101.Name = "BTWeld"
  1388. Weld101.Parent = Part3
  1389. Weld101.C1 = CFrame.new(0.431774139, -0.0312502384, 0.503154755, 1.21071935e-08, 0.70710665, -0.707107186, -1, 2.66591087e-08, 8.21273716e-09, 2.63098627e-08, 0.707107186, 0.70710665)
  1390. Weld101.Part0 = Part3
  1391. Weld101.Part1 = Part195
  1392. Weld101.part1 = Part195
  1393. Weld102.Name = "BTWeld"
  1394. Weld102.Parent = Part3
  1395. Weld102.C1 = CFrame.new(-2.98023224e-06, 0.52676487, 0.681500196, 1, -1.18976459e-07, 2.07579433e-07, -1.19325705e-07, -1.00000024, 3.57627869e-07, 2.05687684e-07, -3.57627869e-07, -1.00000024)
  1396. Weld102.Part0 = Part3
  1397. Weld102.Part1 = Part247
  1398. Weld102.part1 = Part247
  1399. Weld103.Name = "BTWeld"
  1400. Weld103.Parent = Part3
  1401. Weld103.C1 = CFrame.new(-3.33786011e-06, -0.982596397, -1.40651131, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
  1402. Weld103.Part0 = Part3
  1403. Weld103.Part1 = Part307
  1404. Weld103.part1 = Part307
  1405. Weld104.Name = "BTWeld"
  1406. Weld104.Parent = Part3
  1407. Weld104.C1 = CFrame.new(-0.0437107086, -0.0312517285, 1.4942646, 1.91503204e-07, 0.707107306, 0.70710659, 1, 2.29338184e-08, -2.9189323e-07, -2.23633833e-07, 0.707106531, -0.707107246)
  1408. Weld104.Part0 = Part3
  1409. Weld104.Part1 = Part259
  1410. Weld104.part1 = Part259
  1411. Weld105.Name = "BTWeld"
  1412. Weld105.Parent = Part3
  1413. Weld105.C1 = CFrame.new(3.87430191e-06, -3.31824732, 1.47011757, -1, 2.08499841e-07, 7.08205334e-08, -1.35507435e-07, -0.838670611, 0.544639409, 1.75263267e-07, 0.544639468, 0.838670611)
  1414. Weld105.Part0 = Part3
  1415. Weld105.Part1 = Part407
  1416. Weld105.part1 = Part407
  1417. Weld106.Name = "BTWeld"
  1418. Weld106.Parent = Part3
  1419. Weld106.C1 = CFrame.new(-0.795685768, -0.0312490463, -0.711493969, -4.88944352e-09, 0.932008028, -0.362438083, -1, 1.22236088e-08, 4.33428795e-08, 4.74974513e-08, 0.362438083, 0.932008028)
  1420. Weld106.Part0 = Part3
  1421. Weld106.Part1 = Part263
  1422. Weld106.part1 = Part263
  1423. Weld107.Name = "BTWeld"
  1424. Weld107.Parent = Part3
  1425. Weld107.C1 = CFrame.new(-3.69548798e-06, -3.00638485, 1.33266807, 1, -1.18976459e-07, -3.95668394e-07, -1.86846592e-07, -0.984807968, -0.173648164, -3.70942871e-07, 0.173648179, -0.984807909)
  1426. Weld107.Part0 = Part3
  1427. Weld107.Part1 = Part351
  1428. Weld107.part1 = Part351
  1429. Weld108.Name = "BTWeld"
  1430. Weld108.Parent = Part3
  1431. Weld108.C1 = CFrame.new(3.63588333e-06, -0.320664406, -1.40051842, -1, -2.32830644e-10, 3.04902642e-07, -2.17230991e-07, -0.707107246, -0.70710665, 2.16532499e-07, -0.70710665, 0.707107186)
  1432. Weld108.Part0 = Part3
  1433. Weld108.Part1 = Part331
  1434. Weld108.part1 = Part331
  1435. Weld109.Name = "BTWeld"
  1436. Weld109.Parent = Part3
  1437. Weld109.C1 = CFrame.new(4.17232513e-07, 0.449201822, 1.99047565, -1, 4.76720743e-07, 8.52196536e-08, -6.01830834e-08, 0.0566915721, -0.998391926, -4.81144525e-07, -0.998391926, -0.0566915721)
  1438. Weld109.Part0 = Part3
  1439. Weld109.Part1 = Part187
  1440. Weld109.part1 = Part187
  1441. Weld110.Name = "BTWeld"
  1442. Weld110.Parent = Part3
  1443. Weld110.C1 = CFrame.new(-2.86102295e-06, 2.36217117, 0.642843485, 1, -1.19092874e-07, 1.99657734e-07, -1.07800588e-07, -0.998391807, -0.0566924661, 2.0434527e-07, 0.0566924587, -0.998391867)
  1444. Weld110.Part0 = Part3
  1445. Weld110.Part1 = Part239
  1446. Weld110.part1 = Part239
  1447. Weld111.Name = "BTWeld"
  1448. Weld111.Parent = Part3
  1449. Weld111.C1 = CFrame.new(-3.64600945, -0.0312488079, -0.13107121, 1.57626346e-07, 0.994522154, 0.104528487, -1, 1.56695023e-07, 1.25419319e-08, -2.27009878e-09, -0.104528494, 0.994522214)
  1450. Weld111.Part0 = Part3
  1451. Weld111.Part1 = Part293
  1452. Weld111.part1 = Part293
  1453. Weld112.Name = "BTWeld"
  1454. Weld112.Parent = Part3
  1455. Weld112.C1 = CFrame.new(-1.84774399e-06, -0.363490105, 0.43412137, 1, -1.19092874e-07, -2.68964868e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.71322278e-07, 5.77419996e-08, -1.00000024)
  1456. Weld112.Part0 = Part3
  1457. Weld112.Part1 = Part387
  1458. Weld112.part1 = Part387
  1459. Weld113.Name = "BTWeld"
  1460. Weld113.Parent = Part3
  1461. Weld113.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1462. Weld113.Part0 = Part3
  1463. Weld113.Part1 = Part471
  1464. Weld113.part1 = Part471
  1465. Weld114.Name = "BTWeld"
  1466. Weld114.Parent = Part3
  1467. Weld114.C1 = CFrame.new(5.96046448e-08, 0.289498925, 3.66633129, -1, 4.76720743e-07, 1.08511813e-07, -5.57629392e-08, 0.113202013, -0.993572295, -4.86383215e-07, -0.993572235, -0.113202013)
  1468. Weld114.Part0 = Part3
  1469. Weld114.Part1 = Part301
  1470. Weld114.part1 = Part301
  1471. Weld115.Name = "BTWeld"
  1472. Weld115.Parent = Part3
  1473. Weld115.C1 = CFrame.new(3.75509262e-06, -2.22058773, -0.638116837, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  1474. Weld115.Part0 = Part3
  1475. Weld115.Part1 = Part389
  1476. Weld115.part1 = Part389
  1477. Weld116.Name = "BTWeld"
  1478. Weld116.Parent = Part3
  1479. Weld116.C1 = CFrame.new(-3.03983688e-06, 0.552669525, 1.01939201, 1, 2.32830644e-10, 1.78628397e-07, -6.84522092e-08, -0.922201097, 0.386711597, 1.62399374e-07, -0.386711597, -0.922201097)
  1480. Weld116.Part0 = Part3
  1481. Weld116.Part1 = Part255
  1482. Weld116.part1 = Part255
  1483. Weld117.Name = "BTWeld"
  1484. Weld117.Parent = Part3
  1485. Weld117.C1 = CFrame.new(-3.75509262e-06, -3.10320187, 0.522767544, 1, -1.19092874e-07, -3.84490704e-07, -8.49831849e-08, -0.996194959, 0.0871557072, -3.95724783e-07, -0.0871557146, -0.996194959)
  1486. Weld117.Part0 = Part3
  1487. Weld117.Part1 = Part299
  1488. Weld117.part1 = Part299
  1489. Weld118.Name = "BTWeld"
  1490. Weld118.Parent = Part3
  1491. Weld118.C1 = CFrame.new(-4.76837158e-07, -2.59509277, 3.90086365, -1, 3.87430191e-07, 3.84452505e-07, 5.47152013e-09, 0.713250041, -0.700909913, -5.47152013e-07, -0.700909972, -0.713250101)
  1492. Weld118.Part0 = Part3
  1493. Weld118.Part1 = Part461
  1494. Weld118.part1 = Part461
  1495. Weld119.Name = "BTWeld"
  1496. Weld119.Parent = Part3
  1497. Weld119.C1 = CFrame.new(-3.4570694e-06, 3.23180103, 0.775444984, 1, -1.19092874e-07, 2.05247488e-07, -1.07567757e-07, -0.998391926, -0.056692116, 2.10009603e-07, 0.0566921085, -0.998391867)
  1498. Weld119.Part0 = Part3
  1499. Weld119.Part1 = Part349
  1500. Weld119.part1 = Part349
  1501. Weld120.Name = "BTWeld"
  1502. Weld120.Parent = Part3
  1503. Weld120.C1 = CFrame.new(-0.854813099, -0.0312469006, 0.683163643, 1.75787136e-08, -0.707106531, 0.707107306, -1, -9.8021701e-08, -7.47404556e-08, 1.20606273e-07, -0.707107365, -0.707106531)
  1504. Weld120.Part0 = Part3
  1505. Weld120.Part1 = Part217
  1506. Weld120.part1 = Part217
  1507. Weld121.Name = "BTWeld"
  1508. Weld121.Parent = Part3
  1509. Weld121.C1 = CFrame.new(8.94069672e-07, 0.388443947, 0.0130519867, -1, 2.08383426e-07, 3.34477591e-07, -3.4889672e-07, -0.866025686, -0.49999994, 1.87254045e-07, -0.499999881, 0.866025686)
  1510. Weld121.Part0 = Part3
  1511. Weld121.Part1 = Part393
  1512. Weld121.part1 = Part393
  1513. Weld122.Name = "BTWeld"
  1514. Weld122.Parent = Part3
  1515. Weld122.C1 = CFrame.new(1.84774399e-06, -1.088727, -0.591116905, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1516. Weld122.Part0 = Part3
  1517. Weld122.Part1 = Part287
  1518. Weld122.part1 = Part287
  1519. Weld123.Name = "BTWeld"
  1520. Weld123.Parent = Part3
  1521. Weld123.C1 = CFrame.new(-2.98023224e-06, 0.291165352, -0.776105642, 1, 2.08732672e-07, 7.35781214e-08, -2.08383426e-07, 1.00000024, 1.78813934e-07, -7.12225301e-08, -1.76951289e-07, 1.00000024)
  1522. Weld123.Part0 = Part3
  1523. Weld123.Part1 = Part235
  1524. Weld123.part1 = Part235
  1525. Weld124.Name = "BTWeld"
  1526. Weld124.Parent = Part3
  1527. Weld124.C1 = CFrame.new(-1.78813934e-06, -0.316618919, 0.434119701, 1, -1.19092874e-07, -2.68964868e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.71322278e-07, 5.77419996e-08, -1.00000024)
  1528. Weld124.Part0 = Part3
  1529. Weld124.Part1 = Part227
  1530. Weld124.part1 = Part227
  1531. Weld125.Name = "BTWeld"
  1532. Weld125.Parent = Part3
  1533. Weld125.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1534. Weld125.Part0 = Part3
  1535. Weld125.Part1 = Part375
  1536. Weld125.part1 = Part375
  1537. Weld126.Name = "BTWeld"
  1538. Weld126.Parent = Part3
  1539. Weld126.C1 = CFrame.new(1.1920929e-06, 0.194246531, 0.194999695, -1, -2.08732672e-07, 1.17877789e-07, -1.20393452e-07, -1.19395554e-06, -1.00000024, 2.08499841e-07, -1.00000024, 1.1920929e-06)
  1540. Weld126.Part0 = Part3
  1541. Weld126.Part1 = Part223
  1542. Weld126.part1 = Part223
  1543. Weld127.Name = "BTWeld"
  1544. Weld127.Parent = Part3
  1545. Weld127.C1 = CFrame.new(2.08616257e-06, 0.382621765, 0.593743563, -1, -2.32830644e-10, -8.87230271e-08, 2.32830644e-10, 1.00000024, 1.86264515e-09, 8.63965397e-08, -1.86264515e-09, -1.00000024)
  1546. Weld127.Part0 = Part3
  1547. Weld127.Part1 = Part347
  1548. Weld127.part1 = Part347
  1549. Weld128.Name = "BTWeld"
  1550. Weld128.Parent = Part3
  1551. Weld128.C1 = CFrame.new(3.87430191e-06, -3.59139156, -0.606614113, -1, 2.08383426e-07, 1.49542757e-07, -2.08732672e-07, -1.00000024, -5.96046448e-08, 1.52112989e-07, -5.77419996e-08, 1.00000024)
  1552. Weld128.Part0 = Part3
  1553. Weld128.Part1 = Part207
  1554. Weld128.part1 = Part207
  1555. Weld129.Name = "BTWeld"
  1556. Weld129.Parent = Part3
  1557. Weld129.C1 = CFrame.new(3.64600849, -0.0312508941, -0.13107121, -2.47033313e-07, -0.994522214, -0.104528487, 1, -2.45636329e-07, -2.16805347e-08, -2.28465069e-09, -0.104528487, 0.994522214)
  1558. Weld129.Part0 = Part3
  1559. Weld129.Part1 = Part273
  1560. Weld129.part1 = Part273
  1561. Weld130.Name = "BTWeld"
  1562. Weld130.Parent = Part3
  1563. Weld130.C1 = CFrame.new(-1.84774399e-06, -0.879115105, 0.593742847, 1, -1.19092874e-07, -2.13065505e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.15442924e-07, 5.77419996e-08, -1.00000024)
  1564. Weld130.Part0 = Part3
  1565. Weld130.Part1 = Part369
  1566. Weld130.part1 = Part369
  1567. Weld131.Name = "BTWeld"
  1568. Weld131.Parent = Part3
  1569. Weld131.C1 = CFrame.new(3.51667404e-06, 2.25183678, 0.638117313, -1, -8.95233825e-08, 3.02316039e-08, -8.92905518e-08, 1.00000024, 5.96046448e-08, -3.29036993e-08, 5.77419996e-08, -1.00000024)
  1570. Weld131.Part0 = Part3
  1571. Weld131.Part1 = Part285
  1572. Weld131.part1 = Part285
  1573. Weld132.Name = "BTWeld"
  1574. Weld132.Parent = Part3
  1575. Weld132.C1 = CFrame.new(1.93451023, -0.0312511921, -0.27059412, -2.42958777e-07, -0.998629749, -0.0523359664, 1, -2.42260285e-07, -8.10723577e-09, -2.90310709e-09, -0.0523359701, 0.998629689)
  1576. Weld132.Part0 = Part3
  1577. Weld132.Part1 = Part405
  1578. Weld132.part1 = Part405
  1579. Weld133.Name = "BTWeld"
  1580. Weld133.Parent = Part3
  1581. Weld133.C1 = CFrame.new(3.63588333e-06, -1.6542244, -0.638116837, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1582. Weld133.Part0 = Part3
  1583. Weld133.Part1 = Part359
  1584. Weld133.part1 = Part359
  1585. Weld134.Name = "BTWeld"
  1586. Weld134.Parent = Part3
  1587. Weld134.C1 = CFrame.new(-1.78813934e-06, 0.12912178, -0.362743616, 1, 2.32830644e-10, -1.18105163e-07, 2.32830644e-10, 1.00000024, 1.80676579e-07, 1.20164259e-07, -1.76951289e-07, 1.00000024)
  1588. Weld134.Part0 = Part3
  1589. Weld134.Part1 = Part183
  1590. Weld134.part1 = Part183
  1591. Weld135.Name = "BTWeld"
  1592. Weld135.Parent = Part3
  1593. Weld135.C1 = CFrame.new(-1.7285347e-06, 0.139364243, -0.256871939, 1, -1.18976459e-07, -1.49711923e-07, 1.1944212e-07, 1.00000024, 0, 1.52022039e-07, 1.86264515e-09, 1.00000024)
  1594. Weld135.Part0 = Part3
  1595. Weld135.Part1 = Part225
  1596. Weld135.part1 = Part225
  1597. Weld136.Name = "BTWeld"
  1598. Weld136.Parent = Part3
  1599. Weld136.C1 = CFrame.new(2.86102295e-06, 0.0545005798, 0.453119755, -1, -2.32830644e-10, -8.87230271e-08, 2.32830644e-10, 1.00000024, 1.86264515e-09, 8.63965397e-08, -1.86264515e-09, -1.00000024)
  1600. Weld136.Part0 = Part3
  1601. Weld136.Part1 = Part337
  1602. Weld136.part1 = Part337
  1603. Weld137.Name = "BTWeld"
  1604. Weld137.Parent = Part3
  1605. Weld137.C1 = CFrame.new(0.246384621, -0.0312500596, 0.315700054, 5.82076609e-09, 0.965926111, -0.258819044, -1, 2.29338184e-08, 6.17128535e-08, 6.73753675e-08, 0.258819014, 0.965926111)
  1606. Weld137.Part0 = Part3
  1607. Weld137.Part1 = Part245
  1608. Weld137.part1 = Part245
  1609. Weld138.Name = "BTWeld"
  1610. Weld138.Parent = Part3
  1611. Weld138.C1 = CFrame.new(-1.07288361e-06, 1.90734863e-06, 0.152749538, 1, -1.18976459e-07, -3.88215994e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -3.90531568e-07, 5.77419996e-08, -1.00000024)
  1612. Weld138.Part0 = Part3
  1613. Weld138.Part1 = Part309
  1614. Weld138.part1 = Part309
  1615. Weld139.Name = "BTWeld"
  1616. Weld139.Parent = Part3
  1617. Weld139.C1 = CFrame.new(-3.03983688e-06, 0.82331419, -0.458539009, 1, 2.08732672e-07, 7.35781214e-08, -9.66247171e-08, 0.707106471, -0.707107365, -1.97673216e-07, 0.707107365, 0.707106471)
  1618. Weld139.Part0 = Part3
  1619. Weld139.Part1 = Part181
  1620. Weld139.part1 = Part181
  1621. Weld140.Name = "BTWeld"
  1622. Weld140.Parent = Part3
  1623. Weld140.C1 = CFrame.new(-3.39746475e-06, -1.05464268, -1.43672371, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
  1624. Weld140.Part0 = Part3
  1625. Weld140.Part1 = Part333
  1626. Weld140.part1 = Part333
  1627. Weld141.Name = "BTWeld"
  1628. Weld141.Parent = Part3
  1629. Weld141.C1 = CFrame.new(0.0437097549, -0.0312481523, 1.49426508, -1.02329068e-07, -0.707107306, -0.707106531, -1, -1.1047814e-07, 2.52499376e-07, -2.57976353e-07, 0.70710659, -0.707107306)
  1630. Weld141.Part0 = Part3
  1631. Weld141.Part1 = Part249
  1632. Weld141.part1 = Part249
  1633. Weld142.Name = "BTWeld"
  1634. Weld142.Parent = Part3
  1635. Weld142.C1 = CFrame.new(1.84774399e-06, 1.04499984, 4.84788132, -1, -2.32830644e-10, 1.16708179e-07, -1.19271135e-07, -1.01514161e-06, -1.00000024, -1.16415322e-10, -1.00000024, 1.01141632e-06)
  1636. Weld142.Part0 = Part3
  1637. Weld142.Part1 = Part205
  1638. Weld142.part1 = Part205
  1639. Weld143.Name = "BTWeld"
  1640. Weld143.Parent = Part3
  1641. Weld143.C1 = CFrame.new(-3.03983688e-06, 0.591758728, 0.577001572, 1, -1.18976459e-07, 2.07579433e-07, -1.19325705e-07, -1.00000024, 3.57627869e-07, 2.05687684e-07, -3.57627869e-07, -1.00000024)
  1642. Weld143.Part0 = Part3
  1643. Weld143.Part1 = Part385
  1644. Weld143.part1 = Part385
  1645. Weld144.Name = "BTWeld"
  1646. Weld144.Parent = Part3
  1647. Weld144.C1 = CFrame.new(-0.568752289, -0.0312482715, 1.24358273, -5.98374754e-08, -1.00000024, 0, -1, 5.93718141e-08, 3.27925591e-07, -3.30370312e-07, -1.86264515e-09, -1.00000024)
  1648. Weld144.Part0 = Part3
  1649. Weld144.Part1 = Part197
  1650. Weld144.part1 = Part197
  1651. Weld145.Name = "BTWeld"
  1652. Weld145.Parent = Part3
  1653. Weld145.C1 = CFrame.new(8.34465027e-07, 0.340940475, -0.537741661, -1, 2.08383426e-07, 3.34477591e-07, -1.24564394e-08, -0.866025329, 0.500000596, 3.95695679e-07, 0.500000596, 0.866025448)
  1654. Weld145.Part0 = Part3
  1655. Weld145.Part1 = Part357
  1656. Weld145.part1 = Part357
  1657. Weld146.Name = "BTWeld"
  1658. Weld146.Parent = Part3
  1659. Weld146.C1 = CFrame.new(-0.0784215927, -0.0312500596, 0.188100338, -2.43075192e-07, -0.866025627, -0.5, 1, -2.29571015e-07, -8.65911716e-08, -3.80096026e-08, -0.49999994, 0.866025686)
  1660. Weld146.Part0 = Part3
  1661. Weld146.Part1 = Part343
  1662. Weld146.part1 = Part343
  1663. Weld147.Name = "BTWeld"
  1664. Weld147.Parent = Part3
  1665. Weld147.C1 = CFrame.new(0.078420639, -0.0312501192, 0.188100815, 1.53668225e-07, 0.866025686, 0.5, -1, 1.49011612e-07, 4.73319233e-08, -3.19560058e-08, -0.49999994, 0.866025686)
  1666. Weld147.Part0 = Part3
  1667. Weld147.Part1 = Part353
  1668. Weld147.part1 = Part353
  1669. Weld148.Name = "BTWeld"
  1670. Weld148.Parent = Part3
  1671. Weld148.C1 = CFrame.new(-3.39746475e-06, -1.19873238, -1.4971447, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
  1672. Weld148.Part0 = Part3
  1673. Weld148.Part1 = Part313
  1674. Weld148.part1 = Part313
  1675. Weld149.Name = "BTWeld"
  1676. Weld149.Parent = Part3
  1677. Weld149.C1 = CFrame.new(-0.665288925, -0.0312472582, -0.400229454, 6.10016286e-08, 0.999914467, 0.0130897425, -1, 6.01867214e-08, 2.42216629e-08, 2.52284735e-08, -0.0130897434, 0.999914587)
  1678. Weld149.Part0 = Part3
  1679. Weld149.Part1 = Part211
  1680. Weld149.part1 = Part211
  1681. Weld150.Name = "BTWeld"
  1682. Weld150.Parent = Part3
  1683. Weld150.C1 = CFrame.new(1.78813934e-06, -0.22074604, -0.390618801, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1684. Weld150.Part0 = Part3
  1685. Weld150.Part1 = Part311
  1686. Weld150.part1 = Part311
  1687. Weld151.Name = "BTWeld"
  1688. Weld151.Parent = Part3
  1689. Weld151.C1 = CFrame.new(-3.39746475e-06, -1.12668896, -1.46693516, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
  1690. Weld151.Part0 = Part3
  1691. Weld151.Part1 = Part319
  1692. Weld151.part1 = Part319
  1693. Weld152.Name = "BTWeld"
  1694. Weld152.Parent = Part3
  1695. Weld152.C1 = CFrame.new(-3.03983688e-06, 0.522769928, 0.783498287, 1, -1.18976459e-07, 2.07579433e-07, -1.19325705e-07, -1.00000024, 3.57627869e-07, 2.05687684e-07, -3.57627869e-07, -1.00000024)
  1696. Weld152.Part0 = Part3
  1697. Weld152.Part1 = Part189
  1698. Weld152.part1 = Part189
  1699. Weld153.Name = "BTWeld"
  1700. Weld153.Parent = Part3
  1701. Weld153.C1 = CFrame.new(0.854812145, -0.0312569141, 0.683163643, -7.71833584e-08, 0.707106531, -0.707107306, 1, 1.8987339e-07, 8.20728019e-08, 1.90921128e-07, -0.707107365, -0.707106531)
  1702. Weld153.Part0 = Part3
  1703. Weld153.Part1 = Part271
  1704. Weld153.part1 = Part271
  1705. Weld154.Name = "BTWeld"
  1706. Weld154.Parent = Part3
  1707. Weld154.C1 = CFrame.new(1.78813934e-06, -0.589484215, -0.222372532, -1, 2.08499841e-07, 2.3712164e-07, -2.08849087e-07, -1.00000024, 0, 2.39566361e-07, 1.86264515e-09, 1.00000024)
  1708. Weld154.Part0 = Part3
  1709. Weld154.Part1 = Part303
  1710. Weld154.part1 = Part303
  1711. Weld155.Name = "BTWeld"
  1712. Weld155.Parent = Part3
  1713. Weld155.C1 = CFrame.new(-2.44379044e-06, 1.74366188, -2.46923256, 1, -3.87313776e-07, -1.35698428e-07, -2.53145117e-07, -0.31730628, -0.948323369, 3.2375101e-07, 0.948323369, -0.31730631)
  1714. Weld155.Part0 = Part3
  1715. Weld155.Part1 = Part305
  1716. Weld155.part1 = Part305
  1717. Weld156.Name = "BTWeld"
  1718. Weld156.Parent = Part3
  1719. Weld156.C1 = CFrame.new(2.74181366e-06, 0.0869274139, -0.603420258, -1, 2.08499841e-07, 2.86032446e-07, 5.57629392e-08, -0.707106411, 0.707107425, 3.51225026e-07, 0.707107425, 0.707106411)
  1720. Weld156.Part0 = Part3
  1721. Weld156.Part1 = Part413
  1722. Weld156.part1 = Part413
  1723. Weld157.Name = "BTWeld"
  1724. Weld157.Parent = Part3
  1725. Weld157.C1 = CFrame.new(-1.25169754e-06, 2.73876762, 0.462646961, 1, -2.08499841e-07, 1.89578714e-07, -1.861481e-07, -0.993572116, -0.113202803, 2.0985317e-07, 0.113202795, -0.993572176)
  1726. Weld157.Part0 = Part3
  1727. Weld157.Part1 = Part267
  1728. Weld157.part1 = Part267
  1729. Weld158.Name = "BTWeld"
  1730. Weld158.Parent = Part3
  1731. Weld158.C1 = CFrame.new(8.94069672e-07, 0.443323135, -0.28379035, -1, 2.08383426e-07, 3.34477591e-07, -2.08732672e-07, -1.00000024, 1.78813934e-07, 3.36614903e-07, 1.80676579e-07, 1.00000024)
  1732. Weld158.Part0 = Part3
  1733. Weld158.Part1 = Part439
  1734. Weld158.part1 = Part439
  1735. Weld159.Name = "BTWeld"
  1736. Weld159.Parent = Part3
  1737. Weld159.C1 = CFrame.new(-2.98023224e-07, 2.46521568, 0.596743584, -1, -8.95233825e-08, 3.02316039e-08, -8.92905518e-08, 1.00000024, 5.96046448e-08, -3.29036993e-08, 5.77419996e-08, -1.00000024)
  1738. Weld159.Part0 = Part3
  1739. Weld159.Part1 = Part201
  1740. Weld159.part1 = Part201
  1741. Weld160.Name = "BTWeld"
  1742. Weld160.Parent = Part3
  1743. Weld160.C1 = CFrame.new(0.665288925, -0.0312529206, -0.400229454, -1.50408596e-07, -0.999914527, -0.0130897444, 1, -1.49477273e-07, -2.5913323e-08, 2.56950443e-08, -0.0130897444, 0.999914587)
  1744. Weld160.Part0 = Part3
  1745. Weld160.Part1 = Part279
  1746. Weld160.part1 = Part279
  1747. Weld161.Name = "BTWeld"
  1748. Weld161.Parent = Part3
  1749. Weld161.C1 = CFrame.new(-3.63588333e-06, 1.55414867, 1.9456358, 1, 8.95233825e-08, 2.22247763e-07, -4.30736691e-08, -0.843391299, 0.537300408, 2.34518666e-07, -0.537300348, -0.84339118)
  1750. Weld161.Part0 = Part3
  1751. Weld161.Part1 = Part335
  1752. Weld161.part1 = Part335
  1753. Weld162.Name = "BTWeld"
  1754. Weld162.Parent = Part3
  1755. Weld162.C1 = CFrame.new(8.34465027e-07, -3.73201656, 0.770674467, 1, 2.32830644e-10, -2.6903399e-07, -2.32830644e-10, -1.00000024, 8.7544322e-08, -2.71093086e-07, -9.12696123e-08, -1.00000024)
  1756. Weld162.Part0 = Part3
  1757. Weld162.Part1 = Part185
  1758. Weld162.part1 = Part185
  1759. Part163.Parent = Model0
  1760. Part163.CFrame = CFrame.new(-0.611257851, 3.46313882, -15.394145, 0.999985635, -0.00162807317, 0.00510706799, 0.00513700349, 0.0189462826, -0.999807417, 0.00153099932, 0.999819279, 0.0189543739)
  1761. Part163.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  1762. Part163.Position = Vector3.new(-0.611257851, 3.46313882, -15.394145)
  1763. Part163.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  1764. Part163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1765. Part163.Velocity = Vector3.new(2.31788153e-08, 0.0024639722, 3.04594494e-07)
  1766. Part163.Size = Vector3.new(0.275000006, 0.84512496, 0.359375)
  1767. Part163.Anchored = true
  1768. Part163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. Part163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. Part163.BrickColor = BrickColor.new("Really black")
  1771. Part163.CanCollide = false
  1772. Part163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1773. Part163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1774. Part163.Material = Enum.Material.Metal
  1775. Part163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. Part163.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1777. Part163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1778. Part163.brickColor = BrickColor.new("Really black")
  1779. SpecialMesh164.Parent = Part163
  1780. SpecialMesh164.Scale = Vector3.new(0.349999994, 1, 0.5)
  1781. SpecialMesh164.MeshType = Enum.MeshType.Brick
  1782. Part165.Parent = Model0
  1783. Part165.CFrame = CFrame.new(-0.617485046, 3.2590127, -10.6418428, -0.999985635, -0.00414685067, -0.00339615461, -0.00513672922, 0.560423911, 0.828190207, -0.00153109396, 0.828195751, -0.560437143)
  1784. Part165.Orientation = Vector3.new(-55.9099998, -179.649994, -0.529999971)
  1785. Part165.Position = Vector3.new(-0.617485046, 3.2590127, -10.6418428)
  1786. Part165.Rotation = Vector3.new(-124.089996, -0.189999998, 179.759995)
  1787. Part165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1788. Part165.Velocity = Vector3.new(5.55462663e-08, 0.00247387378, 7.29936687e-07)
  1789. Part165.Size = Vector3.new(0.275000006, 0.4375, 0.25)
  1790. Part165.Anchored = true
  1791. Part165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1792. Part165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. Part165.BrickColor = BrickColor.new("Really black")
  1794. Part165.CanCollide = false
  1795. Part165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1796. Part165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1797. Part165.Material = Enum.Material.Metal
  1798. Part165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. Part165.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1800. Part165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1801. Part165.brickColor = BrickColor.new("Really black")
  1802. SpecialMesh166.Parent = Part165
  1803. SpecialMesh166.Scale = Vector3.new(0.5, 1, 0.25)
  1804. SpecialMesh166.MeshType = Enum.MeshType.Brick
  1805. Part167.Parent = Model0
  1806. Part167.CFrame = CFrame.new(-0.610199153, 2.88768315, -14.1553068, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  1807. Part167.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  1808. Part167.Position = Vector3.new(-0.610199153, 2.88768315, -14.1553068)
  1809. Part167.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  1810. Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1811. Part167.Velocity = Vector3.new(1.14426342e-07, 0.00246655382, 1.50368453e-06)
  1812. Part167.Size = Vector3.new(0.275000006, 0.207000002, 0.303375006)
  1813. Part167.Anchored = true
  1814. Part167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. Part167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. Part167.BrickColor = BrickColor.new("Really black")
  1817. Part167.CanCollide = false
  1818. Part167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1819. Part167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1820. Part167.Material = Enum.Material.Glass
  1821. Part167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1822. Part167.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1823. Part167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. Part167.brickColor = BrickColor.new("Really black")
  1825. SpecialMesh168.Parent = Part167
  1826. SpecialMesh168.Scale = Vector3.new(0.524999976, 0.5, 0.5)
  1827. SpecialMesh168.MeshType = Enum.MeshType.Wedge
  1828. Part169.Parent = Model0
  1829. Part169.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  1830. Part169.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  1831. Part169.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  1832. Part169.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  1833. Part169.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1834. Part169.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  1835. Part169.Size = Vector3.new(0.275000006, 0.698124886, 0.534374952)
  1836. Part169.Anchored = true
  1837. Part169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1838. Part169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1839. Part169.BrickColor = BrickColor.new("Royal blue")
  1840. Part169.CanCollide = false
  1841. Part169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. Part169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. Part169.Material = Enum.Material.Neon
  1844. Part169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. Part169.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1846. Part169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. Part169.brickColor = BrickColor.new("Royal blue")
  1848. SpecialMesh170.Parent = Part169
  1849. SpecialMesh170.Scale = Vector3.new(0.452499986, 1, 1)
  1850. SpecialMesh170.MeshType = Enum.MeshType.Cylinder
  1851. Part171.Parent = Model0
  1852. Part171.CFrame = CFrame.new(-0.610366702, 3.28867483, -15.3908367, 0.999985635, -0.00162807317, 0.00510706799, 0.00513700349, 0.0189462826, -0.999807417, 0.00153099932, 0.999819279, 0.0189543739)
  1853. Part171.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  1854. Part171.Position = Vector3.new(-0.610366702, 3.28867483, -15.3908367)
  1855. Part171.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  1856. Part171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1857. Part171.Velocity = Vector3.new(5.08428144e-08, 0.00246397941, 6.68129019e-07)
  1858. Part171.Size = Vector3.new(0.275000006, 0.84512496, 0.422374964)
  1859. Part171.Anchored = true
  1860. Part171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1861. Part171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1862. Part171.BrickColor = BrickColor.new("Really black")
  1863. Part171.CanCollide = false
  1864. Part171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. Part171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. Part171.Material = Enum.Material.Metal
  1867. Part171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. Part171.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1869. Part171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. Part171.brickColor = BrickColor.new("Really black")
  1871. SpecialMesh172.Parent = Part171
  1872. SpecialMesh172.Scale = Vector3.new(0.400000006, 1, 0.5)
  1873. SpecialMesh172.MeshType = Enum.MeshType.Brick
  1874. Part173.Parent = Model0
  1875. Part173.CFrame = CFrame.new(-0.610880256, 2.96906447, -13.9840736, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  1876. Part173.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  1877. Part173.Position = Vector3.new(-0.610880256, 2.96906447, -13.9840736)
  1878. Part173.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  1879. Part173.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1880. Part173.Velocity = Vector3.new(1.01522062e-07, 0.00246691052, 1.33410845e-06)
  1881. Part173.Size = Vector3.new(0.275000006, 0.239124984, 0.205375016)
  1882. Part173.Anchored = true
  1883. Part173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1884. Part173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. Part173.BrickColor = BrickColor.new("Royal blue")
  1886. Part173.CanCollide = false
  1887. Part173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. Part173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. Part173.Material = Enum.Material.Neon
  1890. Part173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. Part173.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1892. Part173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. Part173.brickColor = BrickColor.new("Royal blue")
  1894. SpecialMesh174.Parent = Part173
  1895. SpecialMesh174.Scale = Vector3.new(0.550000012, 1, 1)
  1896. SpecialMesh174.MeshType = Enum.MeshType.Brick
  1897. Part175.Parent = Model0
  1898. Part175.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  1899. Part175.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  1900. Part175.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  1901. Part175.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  1902. Part175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1903. Part175.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  1904. Part175.Size = Vector3.new(0.275000006, 0.698124886, 0.372374952)
  1905. Part175.Anchored = true
  1906. Part175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1907. Part175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. Part175.BrickColor = BrickColor.new("Really black")
  1909. Part175.CanCollide = false
  1910. Part175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1911. Part175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1912. Part175.Material = Enum.Material.Metal
  1913. Part175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1914. Part175.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1915. Part175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. Part175.brickColor = BrickColor.new("Really black")
  1917. SpecialMesh176.Parent = Part175
  1918. SpecialMesh176.Scale = Vector3.new(0.455000013, 1, 1)
  1919. SpecialMesh176.MeshType = Enum.MeshType.Cylinder
  1920. Part177.Parent = Model0
  1921. Part177.CFrame = CFrame.new(-0.616063476, 3.26214504, -11.5807333, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  1922. Part177.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  1923. Part177.Position = Vector3.new(-0.616063476, 3.26214504, -11.5807333)
  1924. Part177.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  1925. Part177.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1926. Part177.Velocity = Vector3.new(5.50495756e-08, 0.00247191754, 7.23409755e-07)
  1927. Part177.Size = Vector3.new(0.275000006, 0.630125046, 0.280375004)
  1928. Part177.Anchored = true
  1929. Part177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1930. Part177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1931. Part177.BrickColor = BrickColor.new("Really black")
  1932. Part177.CanCollide = false
  1933. Part177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. Part177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1935. Part177.Material = Enum.Material.Metal
  1936. Part177.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1937. Part177.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1938. Part177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. Part177.brickColor = BrickColor.new("Really black")
  1940. SpecialMesh178.Parent = Part177
  1941. SpecialMesh178.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  1942. SpecialMesh178.MeshType = Enum.MeshType.Brick
  1943. Part179.Parent = Model0
  1944. Part179.CFrame = CFrame.new(-0.610621691, 3.13382888, -14.7050791, 0.999985635, -0.00476216245, 0.00246017892, 0.00513689732, 0.720368028, -0.693573177, 0.00153067347, 0.693575799, 0.720382154)
  1945. Part179.Orientation = Vector3.new(43.9099998, 0.199999988, 0.409999996)
  1946. Part179.Position = Vector3.new(-0.610621691, 3.13382888, -14.7050791)
  1947. Part179.Rotation = Vector3.new(43.9099998, 0.140000001, 0.269999981)
  1948. Part179.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1949. Part179.Velocity = Vector3.new(7.53960734e-08, 0.0024654083, 9.90785111e-07)
  1950. Part179.Size = Vector3.new(0.275000006, 0.221124932, 0.418375015)
  1951. Part179.Anchored = true
  1952. Part179.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1953. Part179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. Part179.BrickColor = BrickColor.new("Really black")
  1955. Part179.CanCollide = false
  1956. Part179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. Part179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. Part179.Material = Enum.Material.Metal
  1959. Part179.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. Part179.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1961. Part179.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1962. Part179.brickColor = BrickColor.new("Really black")
  1963. SpecialMesh180.Parent = Part179
  1964. SpecialMesh180.Scale = Vector3.new(0.550000012, 1.04999995, 0.899999976)
  1965. SpecialMesh180.MeshType = Enum.MeshType.Brick
  1966. Part181.Parent = Model0
  1967. Part181.CFrame = CFrame.new(-0.61356318, 3.48533392, -13.9631662, 0.999985635, 0.0047621401, -0.00246015727, 0.00513686566, -0.720367908, 0.693573296, 0.00153067405, -0.693575978, -0.720381975)
  1968. Part181.Orientation = Vector3.new(-43.9099998, -179.800003, 179.589996)
  1969. Part181.Position = Vector3.new(-0.61356318, 3.48533392, -13.9631662)
  1970. Part181.Rotation = Vector3.new(-136.089996, -0.140000001, -0.269999981)
  1971. Part181.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1972. Part181.Velocity = Vector3.new(1.96594527e-08, 0.00246695359, 2.58346063e-07)
  1973. Part181.Size = Vector3.new(0.275000006, 0.413124949, 0.622375011)
  1974. Part181.Anchored = true
  1975. Part181.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. Part181.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1977. Part181.BrickColor = BrickColor.new("Really black")
  1978. Part181.CanCollide = false
  1979. Part181.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1980. Part181.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1981. Part181.Material = Enum.Material.Metal
  1982. Part181.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1983. Part181.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1984. Part181.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1985. Part181.brickColor = BrickColor.new("Really black")
  1986. SpecialMesh182.Parent = Part181
  1987. SpecialMesh182.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  1988. SpecialMesh182.MeshType = Enum.MeshType.Brick
  1989. Part183.Parent = Model0
  1990. Part183.CFrame = CFrame.new(-0.610578179, 2.93933439, -14.0816517, 0.999985635, 0.00162795174, -0.00510674529, 0.005136678, -0.0189458355, 0.999807417, 0.00153088616, -0.999819279, -0.0189539269)
  1991. Part183.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  1992. Part183.Position = Vector3.new(-0.610578179, 2.93933439, -14.0816517)
  1993. Part183.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  1994. Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1995. Part183.Velocity = Vector3.new(1.06236229e-07, 0.00246670726, 1.39605754e-06)
  1996. Part183.Size = Vector3.new(0.275000006, 0.252000004, 0.213375002)
  1997. Part183.Anchored = true
  1998. Part183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1999. Part183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2000. Part183.BrickColor = BrickColor.new("Really black")
  2001. Part183.CanCollide = false
  2002. Part183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2003. Part183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2004. Part183.Material = Enum.Material.Metal
  2005. Part183.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. Part183.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2007. Part183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. Part183.brickColor = BrickColor.new("Really black")
  2009. SpecialMesh184.Parent = Part183
  2010. SpecialMesh184.Scale = Vector3.new(0.569999993, 0.125, 0.375)
  2011. SpecialMesh184.MeshType = Enum.MeshType.Wedge
  2012. Part185.Parent = Model0
  2013. Part185.CFrame = CFrame.new(-0.61852932, 3.41544771, -10.4871407, 0.999985635, -0.00162795314, 0.00510659395, 0.00513652712, 0.0189461038, -0.999807417, 0.00153088907, 0.999819279, 0.0189541951)
  2014. Part185.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2015. Part185.Position = Vector3.new(-0.61852932, 3.41544771, -10.4871407)
  2016. Part185.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2017. Part185.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2018. Part185.Velocity = Vector3.new(3.07410488e-08, 0.00247419602, 4.03969523e-07)
  2019. Part185.Size = Vector3.new(0.270000011, 0.21875, 0.234375)
  2020. Part185.Anchored = true
  2021. Part185.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2022. Part185.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2023. Part185.BrickColor = BrickColor.new("Really black")
  2024. Part185.CanCollide = false
  2025. Part185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. Part185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. Part185.Material = Enum.Material.Metal
  2028. Part185.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. Part185.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2030. Part185.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. Part185.brickColor = BrickColor.new("Really black")
  2032. SpecialMesh186.Parent = Part185
  2033. SpecialMesh186.Scale = Vector3.new(0.5, 0.5, 0.5)
  2034. SpecialMesh186.MeshType = Enum.MeshType.Wedge
  2035. Part187.Parent = Model0
  2036. Part187.CFrame = CFrame.new(-0.608188927, 3.09825993, -16.1759663, -0.999985635, 0.00519088237, -0.00133629935, -0.0051367199, -0.999273539, -0.0377651006, -0.0015313623, -0.0377576947, 0.999285877)
  2037. Part187.Orientation = Vector3.new(2.15999985, -0.0799999982, -179.709991)
  2038. Part187.Position = Vector3.new(-0.608188927, 3.09825993, -16.1759663)
  2039. Part187.Rotation = Vector3.new(2.15999985, -0.0799999982, -179.699997)
  2040. Part187.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2041. Part187.Velocity = Vector3.new(8.10360774e-08, 0.00246234378, 1.06490097e-06)
  2042. Part187.Size = Vector3.new(0.275000006, 0.235124931, 1.6693753)
  2043. Part187.Anchored = true
  2044. Part187.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2045. Part187.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. Part187.BrickColor = BrickColor.new("Really black")
  2047. Part187.CanCollide = false
  2048. Part187.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. Part187.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2050. Part187.Material = Enum.Material.Metal
  2051. Part187.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2052. Part187.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2053. Part187.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2054. Part187.brickColor = BrickColor.new("Really black")
  2055. SpecialMesh188.Parent = Part187
  2056. SpecialMesh188.Scale = Vector3.new(0.400000006, 1.04999995, 1)
  2057. SpecialMesh188.MeshType = Enum.MeshType.Brick
  2058. Part189.Parent = Model0
  2059. Part189.CFrame = CFrame.new(-0.611664593, 3.3476572, -14.7413998, 0.999985635, -0.00162807363, 0.00510707032, 0.00513700629, 0.018946372, -0.999807417, 0.0015309992, 0.999819279, 0.0189544633)
  2060. Part189.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2061. Part189.Position = Vector3.new(-0.611664593, 3.3476572, -14.7413998)
  2062. Part189.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2063. Part189.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2064. Part189.Velocity = Vector3.new(4.14902424e-08, 0.00246533239, 5.45226158e-07)
  2065. Part189.Size = Vector3.new(0.275000006, 0.480124891, 0.214375019)
  2066. Part189.Anchored = true
  2067. Part189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. Part189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. Part189.BrickColor = BrickColor.new("Royal blue")
  2070. Part189.CanCollide = false
  2071. Part189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. Part189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2073. Part189.Material = Enum.Material.Neon
  2074. Part189.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. Part189.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2076. Part189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2077. Part189.brickColor = BrickColor.new("Royal blue")
  2078. SpecialMesh190.Parent = Part189
  2079. SpecialMesh190.Scale = Vector3.new(0.449999988, 1, 0.100000001)
  2080. SpecialMesh190.MeshType = Enum.MeshType.Brick
  2081. Part191.Parent = Model0
  2082. Part191.CFrame = CFrame.new(-0.637731671, 3.71308732, -19.354105, -0.0050775772, -0.999985635, -0.00171704381, 0.999324501, -0.00513670873, 0.0363931209, -0.0364014208, -0.00153109431, 0.999336243)
  2083. Part191.Orientation = Vector3.new(-2.08999991, -0.099999994, 90.2900009)
  2084. Part191.Position = Vector3.new(-0.637731671, 3.71308732, -19.354105)
  2085. Part191.Rotation = Vector3.new(-2.08999991, -0.099999994, 90.2900009)
  2086. Part191.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2087. Part191.Velocity = Vector3.new(-1.64544822e-08, 0.00245571672, -2.16228841e-07)
  2088. Part191.Size = Vector3.new(0.210000038, 0.200000003, 0.285374999)
  2089. Part191.Anchored = true
  2090. Part191.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2091. Part191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2092. Part191.BrickColor = BrickColor.new("Bright blue")
  2093. Part191.CanCollide = false
  2094. Part191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2095. Part191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2096. Part191.Material = Enum.Material.Neon
  2097. Part191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2098. Part191.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2099. Part191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. Part191.brickColor = BrickColor.new("Bright blue")
  2101. SpecialMesh192.Parent = Part191
  2102. SpecialMesh192.Scale = Vector3.new(0.5, 0.300000012, 0.5)
  2103. SpecialMesh192.MeshType = Enum.MeshType.Wedge
  2104. Part193.Parent = Model0
  2105. Part193.CFrame = CFrame.new(-0.613232374, 3.39655375, -13.8819904, 0.999985635, 0.000250508543, -0.00535421353, 0.00513686566, 0.240468621, 0.97064352, 0.00153067405, -0.970657051, 0.240463868)
  2106. Part193.Orientation = Vector3.new(-76.0800018, -1.27999997, 1.22000003)
  2107. Part193.Position = Vector3.new(-0.613232374, 3.39655375, -13.8819904)
  2108. Part193.Rotation = Vector3.new(-76.0899963, -0.310000002, -0.00999999978)
  2109. Part193.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2110. Part193.Velocity = Vector3.new(3.37369386e-08, 0.00246712286, 4.43339275e-07)
  2111. Part193.Size = Vector3.new(0.275000006, 0.422124922, 0.412375003)
  2112. Part193.Anchored = true
  2113. Part193.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2114. Part193.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2115. Part193.BrickColor = BrickColor.new("Really black")
  2116. Part193.CanCollide = false
  2117. Part193.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2118. Part193.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. Part193.Material = Enum.Material.Metal
  2120. Part193.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. Part193.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2122. Part193.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. Part193.brickColor = BrickColor.new("Really black")
  2124. SpecialMesh194.Parent = Part193
  2125. SpecialMesh194.Scale = Vector3.new(0.5, 1.04999995, 0.5)
  2126. SpecialMesh194.MeshType = Enum.MeshType.Brick
  2127. Part195.Parent = Model0
  2128. Part195.CFrame = CFrame.new(-0.640585661, 2.53611565, -13.5419912, 0.00476224814, -0.999985635, -0.00245993445, -0.72036773, -0.00513678836, 0.693573475, -0.693576157, -0.00153091096, -0.720381796)
  2129. Part195.Orientation = Vector3.new(-43.9099998, -179.800003, -90.409996)
  2130. Part195.Position = Vector3.new(-0.640585661, 2.53611565, -13.5419912)
  2131. Part195.Rotation = Vector3.new(-136.089996, -0.140000001, 89.7299957)
  2132. Part195.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2133. Part195.Velocity = Vector3.new(1.70172896e-07, 0.00246782694, 2.23625375e-06)
  2134. Part195.Size = Vector3.new(0.421999991, 0.200000003, 0.280375004)
  2135. Part195.Anchored = true
  2136. Part195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2137. Part195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2138. Part195.BrickColor = BrickColor.new("Bright blue")
  2139. Part195.CanCollide = false
  2140. Part195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. Part195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2142. Part195.Material = Enum.Material.Neon
  2143. Part195.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2144. Part195.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2145. Part195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2146. Part195.brickColor = BrickColor.new("Bright blue")
  2147. SpecialMesh196.Parent = Part195
  2148. SpecialMesh196.Scale = Vector3.new(1, 0.300000012, 0.5)
  2149. SpecialMesh196.MeshType = Enum.MeshType.Wedge
  2150. Part197.Parent = Model0
  2151. Part197.CFrame = CFrame.new(-0.647041559, 3.82817221, -13.658843, -0.00162801228, -0.999985635, 0.00510653481, 0.0189460143, -0.00513646938, -0.999807417, 0.999819279, -0.00153094972, 0.0189541057)
  2152. Part197.Orientation = Vector3.new(88.8799973, 15.0799999, 105.169998)
  2153. Part197.Position = Vector3.new(-0.647041559, 3.82817221, -13.658843)
  2154. Part197.Rotation = Vector3.new(88.909996, 0.289999992, 90.0899963)
  2155. Part197.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2156. Part197.Velocity = Vector3.new(-3.47029321e-08, 0.00246758247, -4.56033831e-07)
  2157. Part197.Size = Vector3.new(0.643000007, 0.200000003, 0.280375004)
  2158. Part197.Anchored = true
  2159. Part197.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. Part197.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. Part197.BrickColor = BrickColor.new("Bright blue")
  2162. Part197.CanCollide = false
  2163. Part197.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. Part197.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2165. Part197.Material = Enum.Material.Neon
  2166. Part197.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. Part197.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2168. Part197.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2169. Part197.brickColor = BrickColor.new("Bright blue")
  2170. SpecialMesh198.Parent = Part197
  2171. SpecialMesh198.Scale = Vector3.new(1, 0.300000012, 0.5)
  2172. SpecialMesh198.MeshType = Enum.MeshType.Wedge
  2173. Part199.Parent = Model0
  2174. Part199.CFrame = CFrame.new(-0.615469754, 3.2510047, -11.9310894, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  2175. Part199.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2176. Part199.Position = Vector3.new(-0.615469754, 3.2510047, -11.9310894)
  2177. Part199.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2178. Part199.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2179. Part199.Velocity = Vector3.new(5.68160452e-08, 0.00247118762, 7.46623186e-07)
  2180. Part199.Size = Vector3.new(0.275000006, 0.261124998, 0.245374992)
  2181. Part199.Anchored = true
  2182. Part199.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2183. Part199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. Part199.BrickColor = BrickColor.new("Royal blue")
  2185. Part199.CanCollide = false
  2186. Part199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2187. Part199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2188. Part199.Material = Enum.Material.Neon
  2189. Part199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. Part199.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2191. Part199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2192. Part199.brickColor = BrickColor.new("Royal blue")
  2193. SpecialMesh200.Parent = Part199
  2194. SpecialMesh200.Scale = Vector3.new(0.375, 1.04999995, 0.5)
  2195. SpecialMesh200.MeshType = Enum.MeshType.Brick
  2196. Part201.Parent = Model0
  2197. Part201.CFrame = CFrame.new(-0.615578175, 3.21754885, -11.7504148, -0.999985635, 0.00162786292, 0.00510683237, -0.00513676414, -0.0189459566, -0.999807417, -0.00153079513, -0.999819279, 0.0189540461)
  2198. Part201.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  2199. Part201.Position = Vector3.new(-0.615578175, 3.21754885, -11.7504148)
  2200. Part201.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  2201. Part201.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2202. Part201.Velocity = Vector3.new(6.21209963e-08, 0.0024715641, 8.16335842e-07)
  2203. Part201.Size = Vector3.new(0.275000006, 0.214125022, 0.234375)
  2204. Part201.Anchored = true
  2205. Part201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2206. Part201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2207. Part201.BrickColor = BrickColor.new("Really black")
  2208. Part201.CanCollide = false
  2209. Part201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2210. Part201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2211. Part201.Material = Enum.Material.Metal
  2212. Part201.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2213. Part201.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2214. Part201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2215. Part201.brickColor = BrickColor.new("Really black")
  2216. SpecialMesh202.Parent = Part201
  2217. SpecialMesh202.Scale = Vector3.new(0.5, 0.560000002, 0.400000006)
  2218. SpecialMesh202.MeshType = Enum.MeshType.Wedge
  2219. Part203.Parent = Model0
  2220. Part203.CFrame = CFrame.new(-0.613475382, 3.25657153, -13.2536583, -0.999985635, 0.00162801275, 0.00510680024, -0.00513673527, -0.0189461038, -0.999807417, -0.00153094472, -0.999819279, 0.0189541951)
  2221. Part203.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  2222. Part203.Position = Vector3.new(-0.613475382, 3.25657153, -13.2536583)
  2223. Part203.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  2224. Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2225. Part203.Velocity = Vector3.new(5.59333202e-08, 0.00246843207, 7.35023434e-07)
  2226. Part203.Size = Vector3.new(0.275000006, 0.204125047, 0.210375011)
  2227. Part203.Anchored = true
  2228. Part203.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2229. Part203.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2230. Part203.BrickColor = BrickColor.new("Really black")
  2231. Part203.CanCollide = false
  2232. Part203.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2233. Part203.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2234. Part203.Material = Enum.Material.Metal
  2235. Part203.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. Part203.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2237. Part203.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2238. Part203.brickColor = BrickColor.new("Really black")
  2239. SpecialMesh204.Parent = Part203
  2240. SpecialMesh204.Scale = Vector3.new(0.5, 0.5, 0.5)
  2241. SpecialMesh204.MeshType = Enum.MeshType.Wedge
  2242. Part205.Parent = Model0
  2243. Part205.CFrame = CFrame.new(-0.605959892, 3.52715993, -19.0706863, -0.999985635, 0.00510674436, -0.0016279578, -0.00513667939, -0.999807417, 0.0189470276, -0.00153088616, 0.018955119, 0.999819279)
  2244. Part205.Orientation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2245. Part205.Position = Vector3.new(-0.605959892, 3.52715993, -19.0706863)
  2246. Part205.Rotation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2247. Part205.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2248. Part205.Velocity = Vector3.new(1.30272237e-08, 0.0024563123, 1.71192255e-07)
  2249. Part205.Size = Vector3.new(0.275000006, 0.446125001, 0.496375084)
  2250. Part205.Anchored = true
  2251. Part205.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2252. Part205.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2253. Part205.BrickColor = BrickColor.new("Really black")
  2254. Part205.CanCollide = false
  2255. Part205.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2256. Part205.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2257. Part205.Material = Enum.Material.Metal
  2258. Part205.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. Part205.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2260. Part205.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2261. Part205.brickColor = BrickColor.new("Really black")
  2262. SpecialMesh206.Parent = Part205
  2263. SpecialMesh206.Scale = Vector3.new(0.400000006, 1, 0.899999976)
  2264. SpecialMesh206.MeshType = Enum.MeshType.Wedge
  2265. Part207.Parent = Model0
  2266. Part207.CFrame = CFrame.new(-0.617458701, 3.24875402, -10.62463, -0.999985635, -0.00162816094, -0.00510671316, -0.00513665052, 0.0189459547, 0.999807417, -0.00153109536, 0.999819279, -0.0189540461)
  2267. Part207.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2268. Part207.Position = Vector3.new(-0.617458701, 3.24875402, -10.62463)
  2269. Part207.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2270. Part207.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2271. Part207.Velocity = Vector3.new(5.71729402e-08, 0.00247390964, 7.51312939e-07)
  2272. Part207.Size = Vector3.new(0.25999999, 0.375, 0.21875)
  2273. Part207.Anchored = true
  2274. Part207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2275. Part207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2276. Part207.BrickColor = BrickColor.new("Really black")
  2277. Part207.CanCollide = false
  2278. Part207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2279. Part207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2280. Part207.Material = Enum.Material.Metal
  2281. Part207.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2282. Part207.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2283. Part207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2284. Part207.brickColor = BrickColor.new("Really black")
  2285. SpecialMesh208.Parent = Part207
  2286. SpecialMesh208.Scale = Vector3.new(0.300000012, 1, 1)
  2287. SpecialMesh208.MeshType = Enum.MeshType.Wedge
  2288. Part209.Parent = Model0
  2289. Part209.CFrame = CFrame.new(-0.614153862, 3.21053505, -12.6548157, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  2290. Part209.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2291. Part209.Position = Vector3.new(-0.614153862, 3.21053505, -12.6548157)
  2292. Part209.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2293. Part209.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2294. Part209.Velocity = Vector3.new(6.32331378e-08, 0.00246967981, 8.30950682e-07)
  2295. Part209.Size = Vector3.new(0.275000006, 0.35512504, 0.416375011)
  2296. Part209.Anchored = true
  2297. Part209.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2298. Part209.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2299. Part209.BrickColor = BrickColor.new("Really black")
  2300. Part209.CanCollide = false
  2301. Part209.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2302. Part209.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2303. Part209.Material = Enum.Material.Metal
  2304. Part209.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. Part209.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2306. Part209.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. Part209.brickColor = BrickColor.new("Really black")
  2308. SpecialMesh210.Parent = Part209
  2309. SpecialMesh210.Scale = Vector3.new(0.5, 0.560000002, 0.5)
  2310. SpecialMesh210.MeshType = Enum.MeshType.Wedge
  2311. Part211.Parent = Model0
  2312. Part211.CFrame = CFrame.new(-0.640777826, 2.97037435, -14.8715458, 0.00156102644, -0.999985635, -0.00512771169, -0.00585717242, -0.00513677299, 0.99996984, -0.999981701, -0.00153094484, -0.00586510729)
  2313. Part211.Orientation = Vector3.new(-89.5599976, -138.839996, -131.25)
  2314. Part211.Position = Vector3.new(-0.640777826, 2.97037435, -14.8715458)
  2315. Part211.Rotation = Vector3.new(-90.3399963, -0.289999992, 89.909996)
  2316. Part211.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2317. Part211.Velocity = Vector3.new(1.01314356e-07, 0.00246505649, 1.33137894e-06)
  2318. Part211.Size = Vector3.new(0.49000001, 0.200000003, 0.290374994)
  2319. Part211.Anchored = true
  2320. Part211.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. Part211.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. Part211.BrickColor = BrickColor.new("Royal purple")
  2323. Part211.CanCollide = false
  2324. Part211.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. Part211.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. Part211.Material = Enum.Material.Neon
  2327. Part211.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. Part211.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2329. Part211.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2330. Part211.brickColor = BrickColor.new("Royal purple")
  2331. SpecialMesh212.Parent = Part211
  2332. SpecialMesh212.Scale = Vector3.new(1, 0.300000012, 0.5)
  2333. SpecialMesh212.MeshType = Enum.MeshType.Wedge
  2334. Part213.Parent = Model0
  2335. Part213.CFrame = CFrame.new(-0.609622896, 3.39657903, -16.2390652, 0.999985635, -0.00133592181, 0.00519115385, 0.00513700396, -0.0377659053, -0.999273479, 0.00153099932, 0.999285877, -0.0377584994)
  2336. Part213.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  2337. Part213.Position = Vector3.new(-0.609622896, 3.39657903, -16.2390652)
  2338. Part213.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  2339. Part213.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2340. Part213.Velocity = Vector3.new(3.37329027e-08, 0.002462212, 4.43286638e-07)
  2341. Part213.Size = Vector3.new(0.275000006, 0.533124864, 0.214375019)
  2342. Part213.Anchored = true
  2343. Part213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. Part213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. Part213.BrickColor = BrickColor.new("Royal blue")
  2346. Part213.CanCollide = false
  2347. Part213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. Part213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2349. Part213.Material = Enum.Material.Neon
  2350. Part213.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2351. Part213.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2352. Part213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2353. Part213.brickColor = BrickColor.new("Bright blue")
  2354. SpecialMesh214.Parent = Part213
  2355. SpecialMesh214.Scale = Vector3.new(0.449999988, 0.899999976, 0.100000001)
  2356. SpecialMesh214.MeshType = Enum.MeshType.Brick
  2357. Part215.Parent = Model0
  2358. Part215.CFrame = CFrame.new(-0.612417579, 3.49721146, -14.7513313, 0.999985635, -0.00219574547, 0.00488994364, 0.00513701141, 0.13200599, -0.991235793, 0.00153099908, 0.991246581, 0.132015377)
  2359. Part215.Orientation = Vector3.new(82.409996, 2.11999989, 2.23000002)
  2360. Part215.Position = Vector3.new(-0.612417579, 3.49721146, -14.7513313)
  2361. Part215.Rotation = Vector3.new(82.409996, 0.280000001, 0.129999995)
  2362. Part215.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2363. Part215.Velocity = Vector3.new(1.77760739e-08, 0.00246531144, 2.33596552e-07)
  2364. Part215.Size = Vector3.new(0.275000006, 0.488124937, 0.359375)
  2365. Part215.Anchored = true
  2366. Part215.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2367. Part215.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2368. Part215.BrickColor = BrickColor.new("Really black")
  2369. Part215.CanCollide = false
  2370. Part215.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2371. Part215.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2372. Part215.Material = Enum.Material.Metal
  2373. Part215.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2374. Part215.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2375. Part215.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2376. Part215.brickColor = BrickColor.new("Really black")
  2377. SpecialMesh216.Parent = Part215
  2378. SpecialMesh216.Scale = Vector3.new(0.400000006, 1, 0.5)
  2379. SpecialMesh216.MeshType = Enum.MeshType.Brick
  2380. Part217.Parent = Model0
  2381. Part217.CFrame = CFrame.new(-0.645515323, 3.66365719, -14.1031828, -0.0047622188, -0.999985635, 0.00246008043, 0.720367849, -0.00513686892, -0.693573356, 0.693576038, -0.00153078465, 0.720381975)
  2382. Part217.Orientation = Vector3.new(43.9099998, 0.199999988, 90.409996)
  2383. Part217.Position = Vector3.new(-0.645515323, 3.66365719, -14.1031828)
  2384. Part217.Rotation = Vector3.new(43.9099998, 0.140000001, 90.2699966)
  2385. Part217.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2386. Part217.Velocity = Vector3.new(-8.61649951e-09, 0.00246665697, -1.13230158e-07)
  2387. Part217.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  2388. Part217.Anchored = true
  2389. Part217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2390. Part217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2391. Part217.BrickColor = BrickColor.new("Royal purple")
  2392. Part217.CanCollide = false
  2393. Part217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2394. Part217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2395. Part217.Material = Enum.Material.Neon
  2396. Part217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2397. Part217.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2398. Part217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. Part217.brickColor = BrickColor.new("Royal purple")
  2400. SpecialMesh218.Parent = Part217
  2401. SpecialMesh218.Scale = Vector3.new(1, 0.300000012, 0.5)
  2402. SpecialMesh218.MeshType = Enum.MeshType.Wedge
  2403. Part219.Parent = Model0
  2404. Part219.CFrame = CFrame.new(-0.611597419, 2.92886329, -13.380847, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  2405. Part219.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2406. Part219.Position = Vector3.new(-0.611597419, 2.92886329, -13.380847)
  2407. Part219.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2408. Part219.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2409. Part219.Velocity = Vector3.new(1.07896597e-07, 0.00246816734, 1.41787655e-06)
  2410. Part219.Size = Vector3.new(0.275000006, 0.630125046, 0.280375004)
  2411. Part219.Anchored = true
  2412. Part219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2413. Part219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2414. Part219.BrickColor = BrickColor.new("Really black")
  2415. Part219.CanCollide = false
  2416. Part219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. Part219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2418. Part219.Material = Enum.Material.Metal
  2419. Part219.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. Part219.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2421. Part219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2422. Part219.brickColor = BrickColor.new("Really black")
  2423. SpecialMesh220.Parent = Part219
  2424. SpecialMesh220.Scale = Vector3.new(0.395000011, 0.75, 0.25)
  2425. SpecialMesh220.MeshType = Enum.MeshType.Wedge
  2426. Part221.Parent = Model0
  2427. Part221.CFrame = CFrame.new(-0.609442294, 2.87052941, -14.5920582, -0.999985635, 0.00510674296, -0.00162775011, -0.00513667427, -0.999807417, 0.0189472083, -0.00153067766, 0.0189552978, 0.999819279)
  2428. Part221.Orientation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2429. Part221.Position = Vector3.new(-0.609442294, 2.87052941, -14.5920582)
  2430. Part221.Rotation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2431. Part221.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2432. Part221.Velocity = Vector3.new(1.17146328e-07, 0.00246564392, 1.53942813e-06)
  2433. Part221.Size = Vector3.new(0.275000006, 0.216999978, 0.295375019)
  2434. Part221.Anchored = true
  2435. Part221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2436. Part221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2437. Part221.BrickColor = BrickColor.new("Really black")
  2438. Part221.CanCollide = false
  2439. Part221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2440. Part221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2441. Part221.Material = Enum.Material.Glass
  2442. Part221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. Part221.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2444. Part221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2445. Part221.brickColor = BrickColor.new("Really black")
  2446. SpecialMesh222.Parent = Part221
  2447. SpecialMesh222.Scale = Vector3.new(0.5, 0.75, 0.25)
  2448. SpecialMesh222.MeshType = Enum.MeshType.Wedge
  2449. Part223.Parent = Model0
  2450. Part223.CFrame = CFrame.new(-0.609190822, 2.76472902, -14.4025202, -0.999985635, 0.00510674296, -0.00162775011, -0.00513667427, -0.999807417, 0.0189472083, -0.00153067766, 0.0189552978, 0.999819279)
  2451. Part223.Orientation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2452. Part223.Position = Vector3.new(-0.609190822, 2.76472902, -14.4025202)
  2453. Part223.Rotation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2454. Part223.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2455. Part223.Velocity = Vector3.new(1.3392264e-07, 0.0024660388, 1.7598868e-06)
  2456. Part223.Size = Vector3.new(0.275000006, 0.23299998, 0.295375019)
  2457. Part223.Anchored = true
  2458. Part223.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2459. Part223.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2460. Part223.BrickColor = BrickColor.new("Really black")
  2461. Part223.CanCollide = false
  2462. Part223.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. Part223.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2464. Part223.Material = Enum.Material.Glass
  2465. Part223.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2466. Part223.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2467. Part223.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2468. Part223.brickColor = BrickColor.new("Really black")
  2469. SpecialMesh224.Parent = Part223
  2470. SpecialMesh224.Scale = Vector3.new(0.5, 1, 0.25)
  2471. SpecialMesh224.MeshType = Enum.MeshType.Wedge
  2472. Part225.Parent = Model0
  2473. Part225.CFrame = CFrame.new(-0.610054374, 2.83367729, -14.0694036, 0.999985635, 0.00162807188, -0.00510671316, 0.00513664866, -0.0189460143, 0.999807417, 0.00153100595, -0.999819279, -0.0189541057)
  2474. Part225.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  2475. Part225.Position = Vector3.new(-0.610054374, 2.83367729, -14.0694036)
  2476. Part225.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  2477. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2478. Part225.Velocity = Vector3.new(1.22989817e-07, 0.00246673287, 1.61621767e-06)
  2479. Part225.Size = Vector3.new(0.275000006, 0.311124951, 0.267374992)
  2480. Part225.Anchored = true
  2481. Part225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2482. Part225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2483. Part225.BrickColor = BrickColor.new("Really black")
  2484. Part225.CanCollide = false
  2485. Part225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2486. Part225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. Part225.Material = Enum.Material.Metal
  2488. Part225.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. Part225.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2490. Part225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2491. Part225.brickColor = BrickColor.new("Really black")
  2492. SpecialMesh226.Parent = Part225
  2493. SpecialMesh226.Scale = Vector3.new(0.495000005, 1, 1)
  2494. SpecialMesh226.MeshType = Enum.MeshType.Brick
  2495. Part227.Parent = Model0
  2496. Part227.CFrame = CFrame.new(-0.611247957, 3.01424932, -13.8955402, 0.999985635, -0.00162807154, 0.00510659395, 0.00513652945, 0.0189459547, -0.999807417, 0.00153100828, 0.999819279, 0.0189540461)
  2497. Part227.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2498. Part227.Position = Vector3.new(-0.611247957, 3.01424932, -13.8955402)
  2499. Part227.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2500. Part227.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2501. Part227.Velocity = Vector3.new(9.43572971e-08, 0.00246709492, 1.23995574e-06)
  2502. Part227.Size = Vector3.new(0.275000006, 0.228, 0.213375002)
  2503. Part227.Anchored = true
  2504. Part227.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2505. Part227.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. Part227.BrickColor = BrickColor.new("Really black")
  2507. Part227.CanCollide = false
  2508. Part227.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. Part227.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. Part227.Material = Enum.Material.Metal
  2511. Part227.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2512. Part227.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2513. Part227.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2514. Part227.brickColor = BrickColor.new("Really black")
  2515. SpecialMesh228.Parent = Part227
  2516. SpecialMesh228.Scale = Vector3.new(0.569999993, 0.125, 0.375)
  2517. SpecialMesh228.MeshType = Enum.MeshType.Wedge
  2518. Part229.Parent = Model0
  2519. Part229.CFrame = CFrame.new(-0.614671409, 3.24594569, -12.4355726, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  2520. Part229.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2521. Part229.Position = Vector3.new(-0.614671409, 3.24594569, -12.4355726)
  2522. Part229.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2523. Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2524. Part229.Velocity = Vector3.new(5.76182231e-08, 0.00247013662, 7.57164685e-07)
  2525. Part229.Size = Vector3.new(0.275000006, 0.745124936, 0.280375004)
  2526. Part229.Anchored = true
  2527. Part229.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. Part229.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. Part229.BrickColor = BrickColor.new("Really black")
  2530. Part229.CanCollide = false
  2531. Part229.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2532. Part229.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2533. Part229.Material = Enum.Material.Metal
  2534. Part229.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2535. Part229.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2536. Part229.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2537. Part229.brickColor = BrickColor.new("Really black")
  2538. SpecialMesh230.Parent = Part229
  2539. SpecialMesh230.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  2540. SpecialMesh230.MeshType = Enum.MeshType.Brick
  2541. Part231.Parent = Model0
  2542. Part231.CFrame = CFrame.new(-0.610754132, 2.89412951, -13.8151274, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  2543. Part231.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2544. Part231.Position = Vector3.new(-0.610754132, 2.89412951, -13.8151274)
  2545. Part231.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2546. Part231.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2547. Part231.Velocity = Vector3.new(1.1340417e-07, 0.00246726256, 1.49025209e-06)
  2548. Part231.Size = Vector3.new(0.275000006, 0.200000003, 0.303375006)
  2549. Part231.Anchored = true
  2550. Part231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2551. Part231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. Part231.BrickColor = BrickColor.new("Really black")
  2553. Part231.CanCollide = false
  2554. Part231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2555. Part231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2556. Part231.Material = Enum.Material.Glass
  2557. Part231.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2558. Part231.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2559. Part231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2560. Part231.brickColor = BrickColor.new("Really black")
  2561. SpecialMesh232.Parent = Part231
  2562. SpecialMesh232.Scale = Vector3.new(0.524999976, 0.5, 0.5)
  2563. SpecialMesh232.MeshType = Enum.MeshType.Wedge
  2564. Part233.Parent = Model0
  2565. Part233.CFrame = CFrame.new(-0.614374042, 3.38457584, -13.09618, 0.999985635, -0.00162795233, 0.00510671316, 0.00513664633, 0.0189459547, -0.999807417, 0.00153088674, 0.999819279, 0.0189540461)
  2566. Part233.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2567. Part233.Position = Vector3.new(-0.614374042, 3.38457584, -13.09618)
  2568. Part233.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2569. Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2570. Part233.Velocity = Vector3.new(3.56362335e-08, 0.00246876013, 4.68297941e-07)
  2571. Part233.Size = Vector3.new(0.275000006, 0.322125077, 0.363375008)
  2572. Part233.Anchored = true
  2573. Part233.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2574. Part233.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2575. Part233.BrickColor = BrickColor.new("Really black")
  2576. Part233.CanCollide = false
  2577. Part233.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2578. Part233.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2579. Part233.Material = Enum.Material.Metal
  2580. Part233.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. Part233.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2582. Part233.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2583. Part233.brickColor = BrickColor.new("Really black")
  2584. SpecialMesh234.Parent = Part233
  2585. SpecialMesh234.Scale = Vector3.new(0.5, 1, 1)
  2586. SpecialMesh234.MeshType = Enum.MeshType.Wedge
  2587. Part235.Parent = Model0
  2588. Part235.CFrame = CFrame.new(-0.612951875, 3.3556869, -13.9274721, 0.999985635, 0.00162774313, -0.00510693667, 0.00513686566, -0.0189458374, 0.999807417, 0.00153067405, -0.999819279, -0.0189539269)
  2589. Part235.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  2590. Part235.Position = Vector3.new(-0.612951875, 3.3556869, -13.9274721)
  2591. Part235.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  2592. Part235.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2593. Part235.Velocity = Vector3.new(4.02170173e-08, 0.0024670281, 5.28494468e-07)
  2594. Part235.Size = Vector3.new(0.275000006, 0.54112494, 0.367374986)
  2595. Part235.Anchored = true
  2596. Part235.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2597. Part235.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2598. Part235.BrickColor = BrickColor.new("Really black")
  2599. Part235.CanCollide = false
  2600. Part235.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. Part235.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. Part235.Material = Enum.Material.Metal
  2603. Part235.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. Part235.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2605. Part235.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2606. Part235.brickColor = BrickColor.new("Really black")
  2607. SpecialMesh236.Parent = Part235
  2608. SpecialMesh236.Scale = Vector3.new(0.5, 1.04999995, 0.600000024)
  2609. SpecialMesh236.MeshType = Enum.MeshType.Brick
  2610. Part237.Parent = Model0
  2611. Part237.CFrame = CFrame.new(-0.611452341, 3.03449631, -13.8299093, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  2612. Part237.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  2613. Part237.Position = Vector3.new(-0.611452341, 3.03449631, -13.8299093)
  2614. Part237.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  2615. Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2616. Part237.Velocity = Vector3.new(9.11468163e-08, 0.00246723159, 1.19776655e-06)
  2617. Part237.Size = Vector3.new(0.275000006, 0.207000002, 0.303375006)
  2618. Part237.Anchored = true
  2619. Part237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. Part237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. Part237.BrickColor = BrickColor.new("Really black")
  2622. Part237.CanCollide = false
  2623. Part237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2624. Part237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2625. Part237.Material = Enum.Material.Metal
  2626. Part237.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2627. Part237.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2628. Part237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2629. Part237.brickColor = BrickColor.new("Really black")
  2630. SpecialMesh238.Parent = Part237
  2631. SpecialMesh238.Scale = Vector3.new(0.5, 0.5, 0.5)
  2632. SpecialMesh238.MeshType = Enum.MeshType.Wedge
  2633. Part239.Parent = Model0
  2634. Part239.CFrame = CFrame.new(-0.608695984, 3.30580091, -16.5400867, 0.999985635, -0.00133592135, 0.00519114826, 0.0051369979, -0.0377659909, -0.999273479, 0.00153099943, 0.999285758, -0.0377585851)
  2635. Part239.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  2636. Part239.Position = Vector3.new(-0.608695984, 3.30580091, -16.5400867)
  2637. Part239.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  2638. Part239.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2639. Part239.Velocity = Vector3.new(4.81271911e-08, 0.00246158475, 6.32443061e-07)
  2640. Part239.Size = Vector3.new(0.275000006, 1.65712488, 0.422374964)
  2641. Part239.Anchored = true
  2642. Part239.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2643. Part239.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2644. Part239.BrickColor = BrickColor.new("Really black")
  2645. Part239.CanCollide = false
  2646. Part239.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2647. Part239.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2648. Part239.Material = Enum.Material.Metal
  2649. Part239.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2650. Part239.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2651. Part239.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. Part239.brickColor = BrickColor.new("Really black")
  2653. SpecialMesh240.Parent = Part239
  2654. SpecialMesh240.Scale = Vector3.new(0.400000006, 1, 0.5)
  2655. SpecialMesh240.MeshType = Enum.MeshType.Brick
  2656. Part241.Parent = Model0
  2657. Part241.CFrame = CFrame.new(-0.607766628, 3.58790874, -18.0936966, 0.999985635, -0.0010395617, 0.00525854016, 0.00513699278, -0.0943568796, -0.99552542, 0.00153108896, 0.995537996, -0.094350189)
  2658. Part241.Orientation = Vector3.new(84.5800018, 176.809998, 176.87999)
  2659. Part241.Position = Vector3.new(-0.607766628, 3.58790874, -18.0936966)
  2660. Part241.Rotation = Vector3.new(95.409996, 0.299999982, 0.0599999987)
  2661. Part241.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2662. Part241.Velocity = Vector3.new(3.39455752e-09, 0.00245834771, 4.46085551e-08)
  2663. Part241.Size = Vector3.new(0.275000006, 1.66212487, 0.359375)
  2664. Part241.Anchored = true
  2665. Part241.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2666. Part241.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2667. Part241.BrickColor = BrickColor.new("Really black")
  2668. Part241.CanCollide = false
  2669. Part241.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2670. Part241.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2671. Part241.Material = Enum.Material.Metal
  2672. Part241.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. Part241.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2674. Part241.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2675. Part241.brickColor = BrickColor.new("Really black")
  2676. SpecialMesh242.Parent = Part241
  2677. SpecialMesh242.Scale = Vector3.new(0.400000006, 1, 0.5)
  2678. SpecialMesh242.MeshType = Enum.MeshType.Brick
  2679. Part243.Parent = Model0
  2680. Part243.CFrame = CFrame.new(-0.618630528, 3.29811025, -11.1170893, -0.999985635, -0.00162795233, -0.0051068007, -0.00513673387, 0.0189459547, 0.999807417, -0.00153088511, 0.999819279, -0.0189540461)
  2681. Part243.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2682. Part243.Position = Vector3.new(-0.618630528, 3.29811025, -11.1170893)
  2683. Part243.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2684. Part243.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2685. Part243.Velocity = Vector3.new(4.93467311e-08, 0.00247288332, 6.48468244e-07)
  2686. Part243.Size = Vector3.new(0.25999999, 0.3125, 0.320125014)
  2687. Part243.Anchored = true
  2688. Part243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2689. Part243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2690. Part243.BrickColor = BrickColor.new("Really black")
  2691. Part243.CanCollide = false
  2692. Part243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. Part243.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2694. Part243.Material = Enum.Material.Metal
  2695. Part243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2696. Part243.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2697. Part243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2698. Part243.brickColor = BrickColor.new("Really black")
  2699. SpecialMesh244.Parent = Part243
  2700. SpecialMesh244.Scale = Vector3.new(0.5, 1, 1)
  2701. SpecialMesh244.MeshType = Enum.MeshType.Wedge
  2702. Part245.Parent = Model0
  2703. Part245.CFrame = CFrame.new(-0.639055848, 2.33898354, -13.8797112, 0.0028942409, -0.999985635, -0.00451144017, -0.277069569, -0.00513673481, 0.960836232, -0.960845649, -0.00153090828, -0.277080446)
  2704. Part245.Orientation = Vector3.new(-73.909996, -179.069992, -91.0599976)
  2705. Part245.Position = Vector3.new(-0.639055848, 2.33898354, -13.8797112)
  2706. Part245.Rotation = Vector3.new(-106.089996, -0.25999999, 89.8299942)
  2707. Part245.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2708. Part245.Velocity = Vector3.new(2.01431277e-07, 0.00246712356, 2.64702226e-06)
  2709. Part245.Size = Vector3.new(0.453000009, 0.200000003, 0.280375004)
  2710. Part245.Anchored = true
  2711. Part245.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2712. Part245.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2713. Part245.BrickColor = BrickColor.new("Royal purple")
  2714. Part245.CanCollide = false
  2715. Part245.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2716. Part245.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2717. Part245.Material = Enum.Material.Neon
  2718. Part245.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2719. Part245.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2720. Part245.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2721. Part245.brickColor = BrickColor.new("Royal purple")
  2722. SpecialMesh246.Parent = Part245
  2723. SpecialMesh246.Scale = Vector3.new(1, 0.300000012, 0.5)
  2724. SpecialMesh246.MeshType = Enum.MeshType.Wedge
  2725. Part247.Parent = Model0
  2726. Part247.CFrame = CFrame.new(-0.611137211, 3.24560308, -14.7434616, 0.999985635, -0.00162807363, 0.00510707032, 0.00513700629, 0.018946372, -0.999807417, 0.0015309992, 0.999819279, 0.0189544633)
  2727. Part247.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2728. Part247.Position = Vector3.new(-0.611137211, 3.24560308, -14.7434616)
  2729. Part247.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2730. Part247.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2731. Part247.Velocity = Vector3.new(5.76725228e-08, 0.0024653282, 7.57878638e-07)
  2732. Part247.Size = Vector3.new(0.275000006, 0.488124937, 0.418375015)
  2733. Part247.Anchored = true
  2734. Part247.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2735. Part247.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2736. Part247.BrickColor = BrickColor.new("Really black")
  2737. Part247.CanCollide = false
  2738. Part247.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2739. Part247.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2740. Part247.Material = Enum.Material.Metal
  2741. Part247.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2742. Part247.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2743. Part247.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. Part247.brickColor = BrickColor.new("Really black")
  2745. SpecialMesh248.Parent = Part247
  2746. SpecialMesh248.Scale = Vector3.new(0.400000006, 1, 0.899999976)
  2747. SpecialMesh248.MeshType = Enum.MeshType.Brick
  2748. Part249.Parent = Model0
  2749. Part249.CFrame = CFrame.new(-0.646988273, 3.68078995, -13.1990242, 0.00245985761, -0.999985635, 0.00476197852, -0.693573356, -0.00513654156, -0.720367849, 0.720381916, -0.00153077836, -0.693576097)
  2750. Part249.Orientation = Vector3.new(46.079998, 179.610001, -90.4199982)
  2751. Part249.Position = Vector3.new(-0.646988273, 3.68078995, -13.1990242)
  2752. Part249.Rotation = Vector3.new(133.910004, 0.269999981, 89.8600006)
  2753. Part249.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2754. Part249.Velocity = Vector3.new(-1.13331566e-08, 0.00246854057, -1.48930098e-07)
  2755. Part249.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  2756. Part249.Anchored = true
  2757. Part249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2758. Part249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2759. Part249.BrickColor = BrickColor.new("Royal purple")
  2760. Part249.CanCollide = false
  2761. Part249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2762. Part249.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. Part249.Material = Enum.Material.Neon
  2764. Part249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. Part249.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2766. Part249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. Part249.brickColor = BrickColor.new("Royal purple")
  2768. SpecialMesh250.Parent = Part249
  2769. SpecialMesh250.Scale = Vector3.new(1, 0.300000012, 0.5)
  2770. SpecialMesh250.MeshType = Enum.MeshType.Wedge
  2771. Part251.Parent = Model0
  2772. Part251.CFrame = CFrame.new(-0.616084397, 3.20240736, -11.3666525, -0.999985635, -0.000716604234, -0.00531162601, -0.00513642887, -0.154956639, 0.987908065, -0.00153101014, 0.987921119, 0.154950723)
  2773. Part251.Orientation = Vector3.new(-81.0800018, -1.95999992, -178.099991)
  2774. Part251.Position = Vector3.new(-0.616084397, 3.20240736, -11.3666525)
  2775. Part251.Rotation = Vector3.new(-81.0899963, -0.299999982, 179.959991)
  2776. Part251.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2777. Part251.Velocity = Vector3.new(6.45219203e-08, 0.00247236365, 8.47886554e-07)
  2778. Part251.Size = Vector3.new(0.275000006, 0.203125, 0.234375)
  2779. Part251.Anchored = true
  2780. Part251.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2781. Part251.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. Part251.BrickColor = BrickColor.new("Really black")
  2783. Part251.CanCollide = false
  2784. Part251.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. Part251.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2786. Part251.Material = Enum.Material.Metal
  2787. Part251.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2788. Part251.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2789. Part251.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2790. Part251.brickColor = BrickColor.new("Really black")
  2791. SpecialMesh252.Parent = Part251
  2792. SpecialMesh252.Scale = Vector3.new(0.5, 1.04999995, 0.400000006)
  2793. SpecialMesh252.MeshType = Enum.MeshType.Brick
  2794. Part253.Parent = Model0
  2795. Part253.CFrame = CFrame.new(-0.616027236, 3.22281599, -11.4724684, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  2796. Part253.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2797. Part253.Position = Vector3.new(-0.616027236, 3.22281599, -11.4724684)
  2798. Part253.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2799. Part253.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2800. Part253.Velocity = Vector3.new(6.12858102e-08, 0.00247214315, 8.05360628e-07)
  2801. Part253.Size = Vector3.new(0.275000006, 0.415125012, 0.234375)
  2802. Part253.Anchored = true
  2803. Part253.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. Part253.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2805. Part253.BrickColor = BrickColor.new("Really black")
  2806. Part253.CanCollide = false
  2807. Part253.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2808. Part253.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2809. Part253.Material = Enum.Material.Metal
  2810. Part253.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2811. Part253.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2812. Part253.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2813. Part253.brickColor = BrickColor.new("Really black")
  2814. SpecialMesh254.Parent = Part253
  2815. SpecialMesh254.Scale = Vector3.new(0.5, 1.04999995, 0.400000006)
  2816. SpecialMesh254.MeshType = Enum.MeshType.Brick
  2817. Part255.Parent = Model0
  2818. Part255.CFrame = CFrame.new(-0.610752404, 3.28331137, -15.1213608, 0.999985635, -0.00347625092, 0.00408016983, 0.00513697462, 0.404109061, -0.914696634, 0.00153088057, 0.914704442, 0.404121131)
  2819. Part255.Orientation = Vector3.new(66.159996, 0.579999983, 0.729999959)
  2820. Part255.Position = Vector3.new(-0.610752404, 3.28331137, -15.1213608)
  2821. Part255.Rotation = Vector3.new(66.159996, 0.229999989, 0.199999988)
  2822. Part255.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2823. Part255.Velocity = Vector3.new(5.16932808e-08, 0.00246454077, 6.79305003e-07)
  2824. Part255.Size = Vector3.new(0.275000006, 0.330124885, 0.214375019)
  2825. Part255.Anchored = true
  2826. Part255.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2827. Part255.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2828. Part255.BrickColor = BrickColor.new("Bright blue")
  2829. Part255.CanCollide = false
  2830. Part255.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2831. Part255.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2832. Part255.Material = Enum.Material.Neon
  2833. Part255.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2834. Part255.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2835. Part255.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2836. Part255.brickColor = BrickColor.new("Bright blue")
  2837. SpecialMesh256.Parent = Part255
  2838. SpecialMesh256.Scale = Vector3.new(0.449999988, 1, 0.100000001)
  2839. SpecialMesh256.MeshType = Enum.MeshType.Brick
  2840. Part257.Parent = Model0
  2841. Part257.CFrame = CFrame.new(-0.63657546, 3.38894939, -19.0216789, -0.00237622252, -0.999985635, -0.00480452133, 0.680895686, -0.00513668498, 0.732362568, -0.732376754, -0.00153112097, 0.68089813)
  2842. Part257.Orientation = Vector3.new(-47.079998, -0.399999976, 90.4300003)
  2843. Part257.Position = Vector3.new(-0.63657546, 3.38894939, -19.0216789)
  2844. Part257.Rotation = Vector3.new(-47.0900002, -0.280000001, 90.1399994)
  2845. Part257.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2846. Part257.Velocity = Vector3.new(3.49426692e-08, 0.00245640939, 4.59184662e-07)
  2847. Part257.Size = Vector3.new(0.940000057, 0.200000003, 0.285374999)
  2848. Part257.Anchored = true
  2849. Part257.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2850. Part257.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2851. Part257.BrickColor = BrickColor.new("Royal purple")
  2852. Part257.CanCollide = false
  2853. Part257.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2854. Part257.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2855. Part257.Material = Enum.Material.Neon
  2856. Part257.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. Part257.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2858. Part257.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2859. Part257.brickColor = BrickColor.new("Royal purple")
  2860. SpecialMesh258.Parent = Part257
  2861. SpecialMesh258.Scale = Vector3.new(1, 0.300000012, 0.5)
  2862. SpecialMesh258.MeshType = Enum.MeshType.Wedge
  2863. Part259.Parent = Model0
  2864. Part259.CFrame = CFrame.new(-0.584489346, 3.6811111, -13.1989288, -0.00245976867, 0.999985635, 0.00476201251, 0.693573415, 0.00513650384, -0.720367789, -0.720381916, 0.00153086672, -0.693576038)
  2865. Part259.Orientation = Vector3.new(46.079998, 179.610001, 89.5799942)
  2866. Part259.Position = Vector3.new(-0.584489346, 3.6811111, -13.1989288)
  2867. Part259.Rotation = Vector3.new(133.910004, 0.269999981, -90.1399994)
  2868. Part259.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2869. Part259.Velocity = Vector3.new(-1.13840777e-08, 0.00246855081, -1.49599259e-07)
  2870. Part259.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  2871. Part259.Anchored = true
  2872. Part259.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2873. Part259.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2874. Part259.BrickColor = BrickColor.new("Royal purple")
  2875. Part259.CanCollide = false
  2876. Part259.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. Part259.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2878. Part259.Material = Enum.Material.Neon
  2879. Part259.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2880. Part259.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2881. Part259.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2882. Part259.brickColor = BrickColor.new("Royal purple")
  2883. SpecialMesh260.Parent = Part259
  2884. SpecialMesh260.Scale = Vector3.new(1, 0.300000012, 0.5)
  2885. SpecialMesh260.MeshType = Enum.MeshType.Wedge
  2886. Part261.Parent = Model0
  2887. Part261.CFrame = CFrame.new(-0.574076533, 3.38927007, -19.0215836, 0.00237613311, 0.999985635, -0.00480454601, -0.680895686, 0.00513664167, 0.732362568, 0.732376754, 0.00153120293, 0.68089813)
  2888. Part261.Orientation = Vector3.new(-47.079998, -0.399999976, -89.5699997)
  2889. Part261.Position = Vector3.new(-0.574076533, 3.38927007, -19.0215836)
  2890. Part261.Rotation = Vector3.new(-47.0900002, -0.280000001, -89.8600006)
  2891. Part261.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2892. Part261.Velocity = Vector3.new(3.48918228e-08, 0.00245641964, 4.58516467e-07)
  2893. Part261.Size = Vector3.new(0.940000057, 0.200000003, 0.285374999)
  2894. Part261.Anchored = true
  2895. Part261.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2896. Part261.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2897. Part261.BrickColor = BrickColor.new("Royal purple")
  2898. Part261.CanCollide = false
  2899. Part261.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2900. Part261.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2901. Part261.Material = Enum.Material.Neon
  2902. Part261.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2903. Part261.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2904. Part261.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2905. Part261.brickColor = BrickColor.new("Royal purple")
  2906. SpecialMesh262.Parent = Part261
  2907. SpecialMesh262.Scale = Vector3.new(1, 0.300000012, 0.5)
  2908. SpecialMesh262.MeshType = Enum.MeshType.Wedge
  2909. Part263.Parent = Model0
  2910. Part263.CFrame = CFrame.new(-0.640052557, 2.92977762, -15.2103024, 0.00336818164, -0.999985635, -0.00416955911, -0.380026042, -0.00513675297, 0.924961627, -0.924969733, -0.00153089722, -0.380037904)
  2911. Part263.Orientation = Vector3.new(-67.659996, -179.369995, -90.7699966)
  2912. Part263.Position = Vector3.new(-0.640052557, 2.92977762, -15.2103024)
  2913. Part263.Rotation = Vector3.new(-112.339996, -0.239999995, 89.8099976)
  2914. Part263.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2915. Part263.Velocity = Vector3.new(1.07751589e-07, 0.00246435078, 1.41597127e-06)
  2916. Part263.Size = Vector3.new(0.288000047, 0.200000003, 0.27837503)
  2917. Part263.Anchored = true
  2918. Part263.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2919. Part263.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2920. Part263.BrickColor = BrickColor.new("Royal purple")
  2921. Part263.CanCollide = false
  2922. Part263.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2923. Part263.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2924. Part263.Material = Enum.Material.Neon
  2925. Part263.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2926. Part263.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2927. Part263.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. Part263.brickColor = BrickColor.new("Royal purple")
  2929. SpecialMesh264.Parent = Part263
  2930. SpecialMesh264.Scale = Vector3.new(1, 0.300000012, 0.5)
  2931. SpecialMesh264.MeshType = Enum.MeshType.Wedge
  2932. Part265.Parent = Model0
  2933. Part265.CFrame = CFrame.new(-0.611472309, 3.03472614, -13.8177929, 0.999985635, -0.00162807154, 0.00510659395, 0.00513652945, 0.0189459547, -0.999807417, 0.00153100828, 0.999819279, 0.0189540461)
  2934. Part265.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2935. Part265.Position = Vector3.new(-0.611472309, 3.03472614, -13.8177929)
  2936. Part265.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2937. Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2938. Part265.Velocity = Vector3.new(9.11103797e-08, 0.00246725697, 1.1972877e-06)
  2939. Part265.Size = Vector3.new(0.275000006, 0.200000003, 0.303375006)
  2940. Part265.Anchored = true
  2941. Part265.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2942. Part265.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2943. Part265.BrickColor = BrickColor.new("Really black")
  2944. Part265.CanCollide = false
  2945. Part265.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. Part265.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. Part265.Material = Enum.Material.Glass
  2948. Part265.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. Part265.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2950. Part265.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2951. Part265.brickColor = BrickColor.new("Really black")
  2952. SpecialMesh266.Parent = Part265
  2953. SpecialMesh266.Scale = Vector3.new(0.524999976, 0.5, 0.5)
  2954. SpecialMesh266.MeshType = Enum.MeshType.Wedge
  2955. Part267.Parent = Model0
  2956. Part267.CFrame = CFrame.new(-0.608101904, 3.29321218, -16.8867702, 0.999985635, -0.00103956275, 0.00525853597, 0.00513698952, -0.0943567529, -0.99552536, 0.00153108896, 0.995537996, -0.0943500549)
  2957. Part267.Orientation = Vector3.new(84.5800018, 176.809998, 176.87999)
  2958. Part267.Position = Vector3.new(-0.608101904, 3.29321218, -16.8867702)
  2959. Part267.Rotation = Vector3.new(95.409996, 0.299999982, 0.0599999987)
  2960. Part267.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2961. Part267.Velocity = Vector3.new(5.0123333e-08, 0.00246086251, 6.5867448e-07)
  2962. Part267.Size = Vector3.new(0.275000006, 0.454124868, 0.214375019)
  2963. Part267.Anchored = true
  2964. Part267.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2965. Part267.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. Part267.BrickColor = BrickColor.new("Bright blue")
  2967. Part267.CanCollide = false
  2968. Part267.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. Part267.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2970. Part267.Material = Enum.Material.Neon
  2971. Part267.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2972. Part267.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2973. Part267.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2974. Part267.brickColor = BrickColor.new("Bright blue")
  2975. SpecialMesh268.Parent = Part267
  2976. SpecialMesh268.Scale = Vector3.new(0.449999988, 0.899999976, 0.100000001)
  2977. SpecialMesh268.MeshType = Enum.MeshType.Brick
  2978. Part269.Parent = Model0
  2979. Part269.CFrame = CFrame.new(-0.609975338, 2.71316695, -13.7165575, -0.999985635, -0.00476232171, -0.00245974911, -0.00513671385, 0.720367908, 0.693573296, -0.0015310942, 0.693576038, -0.720381975)
  2980. Part269.Orientation = Vector3.new(-43.9099998, -179.800003, -0.409999996)
  2981. Part269.Position = Vector3.new(-0.609975338, 2.71316695, -13.7165575)
  2982. Part269.Rotation = Vector3.new(-136.089996, -0.140000001, 179.729996)
  2983. Part269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2984. Part269.Velocity = Vector3.new(1.42098628e-07, 0.00246746815, 1.8673278e-06)
  2985. Part269.Size = Vector3.new(0.275000006, 0.403124899, 0.352375001)
  2986. Part269.Anchored = true
  2987. Part269.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. Part269.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2989. Part269.BrickColor = BrickColor.new("Really black")
  2990. Part269.CanCollide = false
  2991. Part269.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2992. Part269.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2993. Part269.Material = Enum.Material.Metal
  2994. Part269.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. Part269.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2996. Part269.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2997. Part269.brickColor = BrickColor.new("Really black")
  2998. SpecialMesh270.Parent = Part269
  2999. SpecialMesh270.Scale = Vector3.new(0.349999994, 1, 1)
  3000. SpecialMesh270.MeshType = Enum.MeshType.Brick
  3001. Part271.Parent = Model0
  3002. Part271.CFrame = CFrame.new(-0.583012402, 3.6639781, -14.1030874, 0.00476215919, 0.999985635, 0.00246015075, -0.720367849, 0.0051368745, -0.693573356, -0.693576038, 0.00153069268, 0.720381975)
  3003. Part271.Orientation = Vector3.new(43.9099998, 0.199999988, -89.5899963)
  3004. Part271.Position = Vector3.new(-0.583012402, 3.6639781, -14.1030874)
  3005. Part271.Rotation = Vector3.new(43.9099998, 0.140000001, -89.7299957)
  3006. Part271.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3007. Part271.Velocity = Vector3.new(-8.66738503e-09, 0.00246666698, -1.13898864e-07)
  3008. Part271.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  3009. Part271.Anchored = true
  3010. Part271.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3011. Part271.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3012. Part271.BrickColor = BrickColor.new("Royal purple")
  3013. Part271.CanCollide = false
  3014. Part271.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3015. Part271.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3016. Part271.Material = Enum.Material.Neon
  3017. Part271.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. Part271.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3019. Part271.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. Part271.brickColor = BrickColor.new("Royal purple")
  3021. SpecialMesh272.Parent = Part271
  3022. SpecialMesh272.Scale = Vector3.new(1, 0.300000012, 0.5)
  3023. SpecialMesh272.MeshType = Enum.MeshType.Wedge
  3024. Part273.Parent = Model0
  3025. Part273.CFrame = CFrame.new(-0.573997319, 3.0173018, -17.825201, -0.00108546892, 0.999985635, -0.00524905883, -0.0856661052, 0.00513677904, 0.99631083, 0.996323526, 0.00153113017, 0.0856593028)
  3026. Part273.Orientation = Vector3.new(-85.0800018, -3.50999999, -86.5699997)
  3027. Part273.Position = Vector3.new(-0.573997319, 3.0173018, -17.825201)
  3028. Part273.Rotation = Vector3.new(-85.0899963, -0.299999982, -90.0599976)
  3029. Part273.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3030. Part273.Velocity = Vector3.new(9.38732327e-08, 0.00245891255, 1.23359519e-06)
  3031. Part273.Size = Vector3.new(1.78499997, 0.200000003, 0.301375002)
  3032. Part273.Anchored = true
  3033. Part273.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3034. Part273.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3035. Part273.BrickColor = BrickColor.new("Royal purple")
  3036. Part273.CanCollide = false
  3037. Part273.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3038. Part273.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3039. Part273.Material = Enum.Material.Neon
  3040. Part273.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3041. Part273.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3042. Part273.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3043. Part273.brickColor = BrickColor.new("Royal purple")
  3044. SpecialMesh274.Parent = Part273
  3045. SpecialMesh274.Scale = Vector3.new(1, 0.300000012, 0.5)
  3046. SpecialMesh274.MeshType = Enum.MeshType.Wedge
  3047. Part275.Parent = Model0
  3048. Part275.CFrame = CFrame.new(-0.614639282, 3.4985106, -13.3051252, -0.999985635, 0.00162801275, 0.00510680024, -0.00513673527, -0.0189461038, -0.999807417, -0.00153094472, -0.999819279, 0.0189541951)
  3049. Part275.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3050. Part275.Position = Vector3.new(-0.614639282, 3.4985106, -13.3051252)
  3051. Part275.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3052. Part275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3053. Part275.Velocity = Vector3.new(1.75700912e-08, 0.00246832473, 2.30889498e-07)
  3054. Part275.Size = Vector3.new(0.275000006, 0.204125047, 0.207375005)
  3055. Part275.Anchored = true
  3056. Part275.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3057. Part275.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. Part275.BrickColor = BrickColor.new("Really black")
  3059. Part275.CanCollide = false
  3060. Part275.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3061. Part275.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3062. Part275.Material = Enum.Material.Metal
  3063. Part275.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3064. Part275.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3065. Part275.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3066. Part275.brickColor = BrickColor.new("Really black")
  3067. SpecialMesh276.Parent = Part275
  3068. SpecialMesh276.Scale = Vector3.new(0.5, 0.5, 0.5)
  3069. SpecialMesh276.MeshType = Enum.MeshType.Wedge
  3070. Part277.Parent = Model0
  3071. Part277.CFrame = CFrame.new(-0.609530032, 2.79620743, -14.2853489, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  3072. Part277.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  3073. Part277.Position = Vector3.new(-0.609530032, 2.79620743, -14.2853489)
  3074. Part277.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  3075. Part277.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3076. Part277.Velocity = Vector3.new(1.28931248e-07, 0.00246628304, 1.6942945e-06)
  3077. Part277.Size = Vector3.new(0.275000006, 0.223999977, 0.375375003)
  3078. Part277.Anchored = true
  3079. Part277.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3080. Part277.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3081. Part277.BrickColor = BrickColor.new("Really black")
  3082. Part277.CanCollide = false
  3083. Part277.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3084. Part277.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3085. Part277.Material = Enum.Material.Glass
  3086. Part277.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. Part277.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3088. Part277.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. Part277.brickColor = BrickColor.new("Really black")
  3090. SpecialMesh278.Parent = Part277
  3091. SpecialMesh278.Scale = Vector3.new(0.5, 0.699999988, 0.5)
  3092. SpecialMesh278.MeshType = Enum.MeshType.Brick
  3093. Part279.Parent = Model0
  3094. Part279.CFrame = CFrame.new(-0.578278601, 2.9706955, -14.8714504, -0.00156111596, 0.999985635, -0.00512771122, 0.00585717056, 0.00513677299, 0.99996984, 0.999981761, 0.00153103413, -0.00586510636)
  3095. Part279.Orientation = Vector3.new(-89.5599976, -138.839996, 48.75)
  3096. Part279.Position = Vector3.new(-0.578278601, 2.9706955, -14.8714504)
  3097. Part279.Rotation = Vector3.new(-90.3399963, -0.289999992, -90.0899963)
  3098. Part279.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3099. Part279.Velocity = Vector3.new(1.01263424e-07, 0.00246506673, 1.33070978e-06)
  3100. Part279.Size = Vector3.new(0.49000001, 0.200000003, 0.290374994)
  3101. Part279.Anchored = true
  3102. Part279.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3103. Part279.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3104. Part279.BrickColor = BrickColor.new("Royal purple")
  3105. Part279.CanCollide = false
  3106. Part279.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. Part279.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. Part279.Material = Enum.Material.Neon
  3109. Part279.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. Part279.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3111. Part279.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3112. Part279.brickColor = BrickColor.new("Royal purple")
  3113. SpecialMesh280.Parent = Part279
  3114. SpecialMesh280.Scale = Vector3.new(1, 0.300000012, 0.5)
  3115. SpecialMesh280.MeshType = Enum.MeshType.Wedge
  3116. Part281.Parent = Model0
  3117. Part281.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  3118. Part281.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3119. Part281.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  3120. Part281.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3121. Part281.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3122. Part281.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  3123. Part281.Size = Vector3.new(0.275000006, 0.698124886, 0.732374966)
  3124. Part281.Anchored = true
  3125. Part281.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. Part281.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. Part281.BrickColor = BrickColor.new("Really black")
  3128. Part281.CanCollide = false
  3129. Part281.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. Part281.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3131. Part281.Material = Enum.Material.Metal
  3132. Part281.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3133. Part281.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3134. Part281.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3135. Part281.brickColor = BrickColor.new("Really black")
  3136. SpecialMesh282.Parent = Part281
  3137. SpecialMesh282.Scale = Vector3.new(0.425000012, 1, 1)
  3138. SpecialMesh282.MeshType = Enum.MeshType.Cylinder
  3139. Part283.Parent = Model0
  3140. Part283.CFrame = CFrame.new(-0.614591718, 3.4972918, -13.3320847, -0.999985635, 0.00245974353, -0.0047620195, -0.00513649127, -0.693573475, 0.72036773, -0.00153088977, 0.720381856, 0.693576157)
  3141. Part283.Orientation = Vector3.new(-46.079998, -0.389999986, -179.580002)
  3142. Part283.Position = Vector3.new(-0.614591718, 3.4972918, -13.3320847)
  3143. Part283.Rotation = Vector3.new(-46.0900002, -0.269999981, -179.860001)
  3144. Part283.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3145. Part283.Velocity = Vector3.new(1.77633499e-08, 0.00246826862, 2.33429148e-07)
  3146. Part283.Size = Vector3.new(0.275000006, 0.413124949, 0.622375011)
  3147. Part283.Anchored = true
  3148. Part283.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3149. Part283.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3150. Part283.BrickColor = BrickColor.new("Really black")
  3151. Part283.CanCollide = false
  3152. Part283.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3153. Part283.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3154. Part283.Material = Enum.Material.Metal
  3155. Part283.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3156. Part283.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3157. Part283.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3158. Part283.brickColor = BrickColor.new("Really black")
  3159. SpecialMesh284.Parent = Part283
  3160. SpecialMesh284.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  3161. SpecialMesh284.MeshType = Enum.MeshType.Brick
  3162. Part285.Parent = Model0
  3163. Part285.CFrame = CFrame.new(-0.615438342, 3.25487208, -11.9645395, -0.999985635, 0.00162786292, 0.00510683237, -0.00513676414, -0.0189459566, -0.999807417, -0.00153079513, -0.999819279, 0.0189540461)
  3164. Part285.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3165. Part285.Position = Vector3.new(-0.615438342, 3.25487208, -11.9645395)
  3166. Part285.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3167. Part285.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3168. Part285.Velocity = Vector3.new(5.62028113e-08, 0.002471118, 7.38564609e-07)
  3169. Part285.Size = Vector3.new(0.275000006, 0.206125051, 0.280375004)
  3170. Part285.Anchored = true
  3171. Part285.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3172. Part285.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3173. Part285.BrickColor = BrickColor.new("Really black")
  3174. Part285.CanCollide = false
  3175. Part285.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3176. Part285.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. Part285.Material = Enum.Material.Metal
  3178. Part285.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. Part285.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3180. Part285.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. Part285.brickColor = BrickColor.new("Really black")
  3182. SpecialMesh286.Parent = Part285
  3183. SpecialMesh286.Scale = Vector3.new(0.400000006, 0.560000002, 0.5)
  3184. SpecialMesh286.MeshType = Enum.MeshType.Wedge
  3185. Part287.Parent = Model0
  3186. Part287.CFrame = CFrame.new(-0.613306701, 3.18584442, -13.1265478, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  3187. Part287.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3188. Part287.Position = Vector3.new(-0.613306701, 3.18584442, -13.1265478)
  3189. Part287.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3190. Part287.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3191. Part287.Velocity = Vector3.new(6.71482141e-08, 0.00246869703, 8.82399092e-07)
  3192. Part287.Size = Vector3.new(0.275000006, 0.567124963, 0.311374992)
  3193. Part287.Anchored = true
  3194. Part287.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3195. Part287.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3196. Part287.BrickColor = BrickColor.new("Really black")
  3197. Part287.CanCollide = false
  3198. Part287.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. Part287.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. Part287.Material = Enum.Material.Metal
  3201. Part287.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. Part287.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3203. Part287.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3204. Part287.brickColor = BrickColor.new("Really black")
  3205. SpecialMesh288.Parent = Part287
  3206. SpecialMesh288.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  3207. SpecialMesh288.MeshType = Enum.MeshType.Brick
  3208. Part289.Parent = Model0
  3209. Part289.CFrame = CFrame.new(-0.646988273, 3.68078995, -13.1990242, 0.00245985761, -0.999985635, 0.00476197852, -0.693573356, -0.00513654156, -0.720367849, 0.720381916, -0.00153077836, -0.693576097)
  3210. Part289.Orientation = Vector3.new(46.079998, 179.610001, -90.4199982)
  3211. Part289.Position = Vector3.new(-0.646988273, 3.68078995, -13.1990242)
  3212. Part289.Rotation = Vector3.new(133.910004, 0.269999981, 89.8600006)
  3213. Part289.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3214. Part289.Velocity = Vector3.new(-1.13331566e-08, 0.00246854057, -1.48930098e-07)
  3215. Part289.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  3216. Part289.Anchored = true
  3217. Part289.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. Part289.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. Part289.BrickColor = BrickColor.new("Royal purple")
  3220. Part289.CanCollide = false
  3221. Part289.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3222. Part289.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3223. Part289.Material = Enum.Material.Neon
  3224. Part289.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3225. Part289.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3226. Part289.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3227. Part289.brickColor = BrickColor.new("Royal purple")
  3228. SpecialMesh290.Parent = Part289
  3229. SpecialMesh290.Scale = Vector3.new(1, 0.300000012, 0.5)
  3230. SpecialMesh290.MeshType = Enum.MeshType.Wedge
  3231. Part291.Parent = Model0
  3232. Part291.CFrame = CFrame.new(-0.611590862, 3.29178786, -14.6020966, 0.999985635, -0.00510681886, -0.00162807701, 0.00513675623, 0.999807417, 0.0189470276, 0.00153100397, -0.018955119, 0.999819279)
  3233. Part291.Orientation = Vector3.new(-1.09000003, -0.0899999961, 0.289999992)
  3234. Part291.Position = Vector3.new(-0.611590862, 3.29178786, -14.6020966)
  3235. Part291.Rotation = Vector3.new(-1.09000003, -0.0899999961, 0.289999992)
  3236. Part291.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3237. Part291.Velocity = Vector3.new(5.03492039e-08, 0.00246562273, 6.61642332e-07)
  3238. Part291.Size = Vector3.new(0.275000006, 0.200124964, 0.287375033)
  3239. Part291.Anchored = true
  3240. Part291.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. Part291.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. Part291.BrickColor = BrickColor.new("Institutional white")
  3243. Part291.CanCollide = false
  3244. Part291.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3245. Part291.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3246. Part291.Material = Enum.Material.Metal
  3247. Part291.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3248. Part291.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3249. Part291.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3250. Part291.brickColor = BrickColor.new("Institutional white")
  3251. SpecialMesh292.Parent = Part291
  3252. SpecialMesh292.Scale = Vector3.new(0.560000002, 1, 0.899999976)
  3253. SpecialMesh292.MeshType = Enum.MeshType.Wedge
  3254. Part293.Parent = Model0
  3255. Part293.CFrame = CFrame.new(-0.636496425, 3.01698065, -17.8252964, 0.00108537939, -0.999985635, -0.00524905883, 0.0856661052, -0.00513678649, 0.99631083, -0.996323466, -0.00153104111, 0.0856593102)
  3256. Part293.Orientation = Vector3.new(-85.0800018, -3.50999999, 93.4300003)
  3257. Part293.Position = Vector3.new(-0.636496425, 3.01698065, -17.8252964)
  3258. Part293.Rotation = Vector3.new(-85.0899963, -0.299999982, 89.9399948)
  3259. Part293.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3260. Part293.Velocity = Vector3.new(9.39241573e-08, 0.00245890254, 1.23426435e-06)
  3261. Part293.Size = Vector3.new(1.78499997, 0.200000003, 0.301375002)
  3262. Part293.Anchored = true
  3263. Part293.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3264. Part293.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3265. Part293.BrickColor = BrickColor.new("Royal purple")
  3266. Part293.CanCollide = false
  3267. Part293.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3268. Part293.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3269. Part293.Material = Enum.Material.Neon
  3270. Part293.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3271. Part293.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3272. Part293.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3273. Part293.brickColor = BrickColor.new("Royal purple")
  3274. SpecialMesh294.Parent = Part293
  3275. SpecialMesh294.Scale = Vector3.new(1, 0.300000012, 0.5)
  3276. SpecialMesh294.MeshType = Enum.MeshType.Wedge
  3277. Part295.Parent = Model0
  3278. Part295.CFrame = CFrame.new(-0.611132324, 3.1960454, -14.5803022, 0.999985635, 0.00162786234, -0.00510698371, 0.00513691502, -0.0189458374, 0.999807417, 0.00153079221, -0.999819279, -0.0189539269)
  3279. Part295.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  3280. Part295.Position = Vector3.new(-0.611132324, 3.1960454, -14.5803022)
  3281. Part295.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  3282. Part295.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3283. Part295.Velocity = Vector3.new(6.55306707e-08, 0.00246566813, 8.61143121e-07)
  3284. Part295.Size = Vector3.new(0.275000006, 0.277124941, 0.702375054)
  3285. Part295.Anchored = true
  3286. Part295.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3287. Part295.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3288. Part295.BrickColor = BrickColor.new("Really black")
  3289. Part295.CanCollide = false
  3290. Part295.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3291. Part295.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3292. Part295.Material = Enum.Material.Glass
  3293. Part295.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. Part295.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3295. Part295.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. Part295.brickColor = BrickColor.new("Really black")
  3297. SpecialMesh296.Parent = Part295
  3298. SpecialMesh296.Scale = Vector3.new(0.550000012, 0.5, 0.800000012)
  3299. SpecialMesh296.MeshType = Enum.MeshType.Brick
  3300. Part297.Parent = Model0
  3301. Part297.CFrame = CFrame.new(-0.610346913, 2.907269, -14.1244287, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  3302. Part297.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  3303. Part297.Position = Vector3.new(-0.610346913, 2.907269, -14.1244287)
  3304. Part297.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  3305. Part297.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3306. Part297.Velocity = Vector3.new(1.11320702e-07, 0.00246661808, 1.462873e-06)
  3307. Part297.Size = Vector3.new(0.275000006, 0.207000002, 0.213375002)
  3308. Part297.Anchored = true
  3309. Part297.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3310. Part297.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3311. Part297.BrickColor = BrickColor.new("Bright blue")
  3312. Part297.CanCollide = false
  3313. Part297.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. Part297.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. Part297.Material = Enum.Material.Neon
  3316. Part297.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. Part297.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3318. Part297.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3319. Part297.brickColor = BrickColor.new("Bright blue")
  3320. SpecialMesh298.Parent = Part297
  3321. SpecialMesh298.Scale = Vector3.new(0.550000012, 0.25, 0.5)
  3322. SpecialMesh298.MeshType = Enum.MeshType.Wedge
  3323. Part299.Parent = Model0
  3324. Part299.CFrame = CFrame.new(-0.617512941, 3.42300797, -11.1735916, 0.999985635, -0.00206693518, 0.00494515104, 0.00513641397, 0.106012821, -0.994351625, 0.00153101049, 0.994362772, 0.106021926)
  3325. Part299.Orientation = Vector3.new(83.909996, 2.66999984, 2.76999998)
  3326. Part299.Position = Vector3.new(-0.617512941, 3.42300797, -11.1735916)
  3327. Part299.Rotation = Vector3.new(83.909996, 0.280000001, 0.119999997)
  3328. Part299.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3329. Part299.Velocity = Vector3.new(2.95422424e-08, 0.00247276574, 3.88216051e-07)
  3330. Part299.Size = Vector3.new(0.275000006, 0.223124996, 0.234375)
  3331. Part299.Anchored = true
  3332. Part299.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3333. Part299.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3334. Part299.BrickColor = BrickColor.new("Really black")
  3335. Part299.CanCollide = false
  3336. Part299.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3337. Part299.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3338. Part299.Material = Enum.Material.Metal
  3339. Part299.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3340. Part299.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3341. Part299.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3342. Part299.brickColor = BrickColor.new("Really black")
  3343. SpecialMesh300.Parent = Part299
  3344. SpecialMesh300.Scale = Vector3.new(0.5, 1, 0.400000006)
  3345. SpecialMesh300.MeshType = Enum.MeshType.Brick
  3346. Part301.Parent = Model0
  3347. Part301.CFrame = CFrame.new(-0.60622716, 3.20835805, -17.8265324, -0.999985635, 0.00525827007, -0.00103986717, -0.00513669662, -0.995525479, -0.0943559632, -0.00153136277, -0.0943492651, 0.995538116)
  3348. Part301.Orientation = Vector3.new(5.40999985, -0.0599999987, -179.699997)
  3349. Part301.Position = Vector3.new(-0.60622716, 3.20835805, -17.8265324)
  3350. Part301.Rotation = Vector3.new(5.40999985, -0.0599999987, -179.699997)
  3351. Part301.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3352. Part301.Velocity = Vector3.new(6.35782698e-08, 0.00245890464, 8.35486958e-07)
  3353. Part301.Size = Vector3.new(0.275000006, 0.235124931, 1.6693753)
  3354. Part301.Anchored = true
  3355. Part301.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3356. Part301.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3357. Part301.BrickColor = BrickColor.new("Really black")
  3358. Part301.CanCollide = false
  3359. Part301.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3360. Part301.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3361. Part301.Material = Enum.Material.Metal
  3362. Part301.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3363. Part301.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3364. Part301.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3365. Part301.brickColor = BrickColor.new("Really black")
  3366. SpecialMesh302.Parent = Part301
  3367. SpecialMesh302.Scale = Vector3.new(0.400000006, 1.04999995, 1)
  3368. SpecialMesh302.MeshType = Enum.MeshType.Brick
  3369. Part303.Parent = Model0
  3370. Part303.CFrame = CFrame.new(-0.610610962, 2.80771255, -13.6187115, -0.999985635, -0.00162816129, -0.00510662561, -0.00513656298, 0.0189460143, 0.999807417, -0.00153109711, 0.999819279, -0.0189541057)
  3371. Part303.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3372. Part303.Position = Vector3.new(-0.610610962, 2.80771255, -13.6187115)
  3373. Part303.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3374. Part303.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3375. Part303.Velocity = Vector3.new(1.27106944e-07, 0.00246767187, 1.67032101e-06)
  3376. Part303.Size = Vector3.new(0.275000006, 0.368124902, 0.378374994)
  3377. Part303.Anchored = true
  3378. Part303.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3379. Part303.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3380. Part303.BrickColor = BrickColor.new("Really black")
  3381. Part303.CanCollide = false
  3382. Part303.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3383. Part303.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. Part303.Material = Enum.Material.Glass
  3385. Part303.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. Part303.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3387. Part303.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3388. Part303.brickColor = BrickColor.new("Really black")
  3389. SpecialMesh304.Parent = Part303
  3390. SpecialMesh304.Scale = Vector3.new(0.400000006, 1, 1)
  3391. SpecialMesh304.MeshType = Enum.MeshType.Wedge
  3392. Part305.Parent = Model0
  3393. Part305.CFrame = CFrame.new(-0.608244181, 3.38925195, -17.114748, 0.999985635, 0.00432614516, 0.00316458894, 0.00513666775, -0.942128837, -0.335212082, 0.00153127394, 0.335223496, -0.942137599)
  3394. Part305.Orientation = Vector3.new(19.5900002, 179.809998, 179.690002)
  3395. Part305.Position = Vector3.new(-0.608244181, 3.38925195, -17.114748)
  3396. Part305.Rotation = Vector3.new(160.410004, 0.179999992, -0.25)
  3397. Part305.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3398. Part305.Velocity = Vector3.new(3.48947182e-08, 0.00246038754, 4.5855424e-07)
  3399. Part305.Size = Vector3.new(0.275000006, 0.35212487, 0.214375019)
  3400. Part305.Anchored = true
  3401. Part305.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3402. Part305.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. Part305.BrickColor = BrickColor.new("Bright blue")
  3404. Part305.CanCollide = false
  3405. Part305.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. Part305.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3407. Part305.Material = Enum.Material.Neon
  3408. Part305.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3409. Part305.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3410. Part305.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3411. Part305.brickColor = BrickColor.new("Bright blue")
  3412. SpecialMesh306.Parent = Part305
  3413. SpecialMesh306.Scale = Vector3.new(0.449999988, 0.5, 0.100000001)
  3414. SpecialMesh306.MeshType = Enum.MeshType.Brick
  3415. Part307.Parent = Model0
  3416. Part307.CFrame = CFrame.new(-0.610837221, 3.46367049, -15.6710596, 0.999985635, 0.00347598689, -0.00408008695, 0.00513679162, -0.404108554, 0.914696753, 0.00153067545, -0.914704561, -0.404120624)
  3417. Part307.Orientation = Vector3.new(-66.159996, -179.419998, 179.269989)
  3418. Part307.Position = Vector3.new(-0.610837221, 3.46367049, -15.6710596)
  3419. Part307.Rotation = Vector3.new(-113.839996, -0.229999989, -0.199999988)
  3420. Part307.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3421. Part307.Velocity = Vector3.new(2.30945076e-08, 0.00246339524, 3.03486615e-07)
  3422. Part307.Size = Vector3.new(0.200000003, 0.217000008, 0.200375021)
  3423. Part307.Anchored = true
  3424. Part307.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3425. Part307.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3426. Part307.BrickColor = BrickColor.new("Royal purple")
  3427. Part307.CanCollide = false
  3428. Part307.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3429. Part307.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3430. Part307.Material = Enum.Material.Neon
  3431. Part307.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. Part307.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3433. Part307.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3434. Part307.brickColor = BrickColor.new("Royal purple")
  3435. SpecialMesh308.Parent = Part307
  3436. SpecialMesh308.Scale = Vector3.new(0.560000002, 0.200000003, 0.600000024)
  3437. SpecialMesh308.MeshType = Enum.MeshType.Brick
  3438. Part309.Parent = Model0
  3439. Part309.CFrame = CFrame.new(-0.609296381, 2.72693467, -14.2067709, 0.999985635, -0.00162807154, 0.00510647474, 0.00513641024, 0.0189459547, -0.999807417, 0.00153101049, 0.999819279, 0.0189540461)
  3440. Part309.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  3441. Part309.Position = Vector3.new(-0.609296381, 2.72693467, -14.2067709)
  3442. Part309.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  3443. Part309.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3444. Part309.Velocity = Vector3.new(1.39915542e-07, 0.00246644672, 1.83863972e-06)
  3445. Part309.Size = Vector3.new(0.275000006, 0.315999985, 0.310375005)
  3446. Part309.Anchored = true
  3447. Part309.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3448. Part309.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3449. Part309.BrickColor = BrickColor.new("Really black")
  3450. Part309.CanCollide = false
  3451. Part309.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3452. Part309.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3453. Part309.Material = Enum.Material.Glass
  3454. Part309.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3455. Part309.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3456. Part309.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. Part309.brickColor = BrickColor.new("Really black")
  3458. SpecialMesh310.Parent = Part309
  3459. SpecialMesh310.Scale = Vector3.new(0.5, 1, 0.5)
  3460. SpecialMesh310.MeshType = Enum.MeshType.Wedge
  3461. Part311.Parent = Model0
  3462. Part311.CFrame = CFrame.new(-0.610869706, 2.96894002, -13.990572, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  3463. Part311.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3464. Part311.Position = Vector3.new(-0.610869706, 2.96894002, -13.990572)
  3465. Part311.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3466. Part311.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3467. Part311.Velocity = Vector3.new(1.01541801e-07, 0.00246689701, 1.33436765e-06)
  3468. Part311.Size = Vector3.new(0.275000006, 0.214124978, 0.205375016)
  3469. Part311.Anchored = true
  3470. Part311.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3471. Part311.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3472. Part311.BrickColor = BrickColor.new("Really black")
  3473. Part311.CanCollide = false
  3474. Part311.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3475. Part311.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3476. Part311.Material = Enum.Material.Metal
  3477. Part311.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3478. Part311.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3479. Part311.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3480. Part311.brickColor = BrickColor.new("Really black")
  3481. SpecialMesh312.Parent = Part311
  3482. SpecialMesh312.Scale = Vector3.new(0.569999993, 0.75, 0.75)
  3483. SpecialMesh312.MeshType = Enum.MeshType.Brick
  3484. Part313.Parent = Model0
  3485. Part313.CFrame = CFrame.new(-0.610455632, 3.45922971, -15.9053869, 0.999985635, 0.00347598689, -0.00408008695, 0.00513679162, -0.404108554, 0.914696753, 0.00153067545, -0.914704561, -0.404120624)
  3486. Part313.Orientation = Vector3.new(-66.159996, -179.419998, 179.269989)
  3487. Part313.Position = Vector3.new(-0.610455632, 3.45922971, -15.9053869)
  3488. Part313.Rotation = Vector3.new(-113.839996, -0.229999989, -0.199999988)
  3489. Part313.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3490. Part313.Velocity = Vector3.new(2.37986608e-08, 0.00246290723, 3.12739985e-07)
  3491. Part313.Size = Vector3.new(0.200000003, 0.217000008, 0.200375021)
  3492. Part313.Anchored = true
  3493. Part313.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3494. Part313.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3495. Part313.BrickColor = BrickColor.new("Royal purple")
  3496. Part313.CanCollide = false
  3497. Part313.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3498. Part313.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3499. Part313.Material = Enum.Material.Neon
  3500. Part313.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3501. Part313.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3502. Part313.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3503. Part313.brickColor = BrickColor.new("Royal purple")
  3504. SpecialMesh314.Parent = Part313
  3505. SpecialMesh314.Scale = Vector3.new(0.560000002, 0.200000003, 0.600000024)
  3506. SpecialMesh314.MeshType = Enum.MeshType.Brick
  3507. Part315.Parent = Model0
  3508. Part315.CFrame = CFrame.new(-0.61787647, 3.39316416, -10.8383427, 0.999985635, -0.00162795314, 0.00510659395, 0.00513652712, 0.0189461038, -0.999807417, 0.00153088907, 0.999819279, 0.0189541951)
  3509. Part315.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  3510. Part315.Position = Vector3.new(-0.61787647, 3.39316416, -10.8383427)
  3511. Part315.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  3512. Part315.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3513. Part315.Velocity = Vector3.new(3.42744499e-08, 0.00247346424, 4.50402268e-07)
  3514. Part315.Size = Vector3.new(0.275000006, 0.578125, 0.234375)
  3515. Part315.Anchored = true
  3516. Part315.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. Part315.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3518. Part315.BrickColor = BrickColor.new("Really black")
  3519. Part315.CanCollide = false
  3520. Part315.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3521. Part315.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3522. Part315.Material = Enum.Material.Metal
  3523. Part315.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3524. Part315.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3525. Part315.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3526. Part315.brickColor = BrickColor.new("Really black")
  3527. SpecialMesh316.Parent = Part315
  3528. SpecialMesh316.Scale = Vector3.new(0.5, 1.04999995, 0.400000006)
  3529. SpecialMesh316.MeshType = Enum.MeshType.Brick
  3530. Part317.Parent = Model0
  3531. Part317.CFrame = CFrame.new(-0.613369107, 3.18659282, -13.087059, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  3532. Part317.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3533. Part317.Position = Vector3.new(-0.613369107, 3.18659282, -13.087059)
  3534. Part317.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3535. Part317.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3536. Part317.Velocity = Vector3.new(6.70295464e-08, 0.00246877922, 8.8083965e-07)
  3537. Part317.Size = Vector3.new(0.275000006, 0.248124972, 0.311374992)
  3538. Part317.Anchored = true
  3539. Part317.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3540. Part317.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3541. Part317.BrickColor = BrickColor.new("Really black")
  3542. Part317.CanCollide = false
  3543. Part317.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3544. Part317.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3545. Part317.Material = Enum.Material.Metal
  3546. Part317.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3547. Part317.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3548. Part317.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3549. Part317.brickColor = BrickColor.new("Really black")
  3550. SpecialMesh318.Parent = Part317
  3551. SpecialMesh318.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  3552. SpecialMesh318.MeshType = Enum.MeshType.Brick
  3553. Part319.Parent = Model0
  3554. Part319.CFrame = CFrame.new(-0.610582829, 3.460711, -15.82728, 0.999985635, 0.00347598689, -0.00408008695, 0.00513679162, -0.404108554, 0.914696753, 0.00153067545, -0.914704561, -0.404120624)
  3555. Part319.Orientation = Vector3.new(-66.159996, -179.419998, 179.269989)
  3556. Part319.Position = Vector3.new(-0.610582829, 3.460711, -15.82728)
  3557. Part319.Rotation = Vector3.new(-113.839996, -0.229999989, -0.199999988)
  3558. Part319.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3559. Part319.Velocity = Vector3.new(2.35637785e-08, 0.00246306974, 3.09653387e-07)
  3560. Part319.Size = Vector3.new(0.200000003, 0.217000008, 0.200375021)
  3561. Part319.Anchored = true
  3562. Part319.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3563. Part319.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3564. Part319.BrickColor = BrickColor.new("Royal purple")
  3565. Part319.CanCollide = false
  3566. Part319.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3567. Part319.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3568. Part319.Material = Enum.Material.Neon
  3569. Part319.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. Part319.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3571. Part319.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. Part319.brickColor = BrickColor.new("Royal purple")
  3573. SpecialMesh320.Parent = Part319
  3574. SpecialMesh320.Scale = Vector3.new(0.560000002, 0.200000003, 0.600000024)
  3575. SpecialMesh320.MeshType = Enum.MeshType.Brick
  3576. Part321.Parent = Model0
  3577. Part321.CFrame = CFrame.new(-0.611585259, 3.11314392, -14.0068893, 0.999985635, 0.00162774313, -0.00510693667, 0.00513686566, -0.0189458374, 0.999807417, 0.00153067405, -0.999819279, -0.0189539269)
  3578. Part321.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  3579. Part321.Position = Vector3.new(-0.611585259, 3.11314392, -14.0068893)
  3580. Part321.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  3581. Part321.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3582. Part321.Velocity = Vector3.new(7.86760097e-08, 0.00246686279, 1.03388675e-06)
  3583. Part321.Size = Vector3.new(0.275000006, 0.709124923, 0.47437498)
  3584. Part321.Anchored = true
  3585. Part321.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3586. Part321.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3587. Part321.BrickColor = BrickColor.new("Really black")
  3588. Part321.CanCollide = false
  3589. Part321.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. Part321.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3591. Part321.Material = Enum.Material.Metal
  3592. Part321.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. Part321.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3594. Part321.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3595. Part321.brickColor = BrickColor.new("Really black")
  3596. SpecialMesh322.Parent = Part321
  3597. SpecialMesh322.Scale = Vector3.new(0.5, 1.04999995, 0.800000012)
  3598. SpecialMesh322.MeshType = Enum.MeshType.Brick
  3599. Part323.Parent = Model0
  3600. Part323.CFrame = CFrame.new(-0.610941768, 3.01069665, -14.083005, -0.999985635, 0.00162795174, 0.00510683283, -0.00513676554, -0.0189458355, -0.999807417, -0.00153088453, -0.999819279, 0.0189539269)
  3601. Part323.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3602. Part323.Position = Vector3.new(-0.610941768, 3.01069665, -14.083005)
  3603. Part323.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3604. Part323.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3605. Part323.Velocity = Vector3.new(9.49206296e-08, 0.00246670446, 1.24735845e-06)
  3606. Part323.Size = Vector3.new(0.275000006, 0.252000004, 0.213375002)
  3607. Part323.Anchored = true
  3608. Part323.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. Part323.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3610. Part323.BrickColor = BrickColor.new("Really black")
  3611. Part323.CanCollide = false
  3612. Part323.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3613. Part323.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3614. Part323.Material = Enum.Material.Metal
  3615. Part323.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3616. Part323.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3617. Part323.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3618. Part323.brickColor = BrickColor.new("Really black")
  3619. SpecialMesh324.Parent = Part323
  3620. SpecialMesh324.Scale = Vector3.new(0.569999993, 0.125, 0.375)
  3621. SpecialMesh324.MeshType = Enum.MeshType.Wedge
  3622. Part325.Parent = Model0
  3623. Part325.CFrame = CFrame.new(-0.61388576, 3.20741606, -12.8194075, -0.999985635, 0.00162786373, 0.00510683237, -0.00513676414, -0.0189461056, -0.999807417, -0.00153079513, -0.999819279, 0.0189541951)
  3624. Part325.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3625. Part325.Position = Vector3.new(-0.61388576, 3.20741606, -12.8194075)
  3626. Part325.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3627. Part325.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3628. Part325.Velocity = Vector3.new(6.37276969e-08, 0.00246933685, 8.37449761e-07)
  3629. Part325.Size = Vector3.new(0.275000006, 0.244125068, 0.416375011)
  3630. Part325.Anchored = true
  3631. Part325.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3632. Part325.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3633. Part325.BrickColor = BrickColor.new("Really black")
  3634. Part325.CanCollide = false
  3635. Part325.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3636. Part325.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3637. Part325.Material = Enum.Material.Metal
  3638. Part325.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3639. Part325.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3640. Part325.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3641. Part325.brickColor = BrickColor.new("Really black")
  3642. SpecialMesh326.Parent = Part325
  3643. SpecialMesh326.Scale = Vector3.new(0.5, 0.560000002, 0.5)
  3644. SpecialMesh326.MeshType = Enum.MeshType.Wedge
  3645. Part327.Parent = Model0
  3646. Part327.CFrame = CFrame.new(-0.609650612, 3.31554532, -15.9490957, 0.999985635, 0.00326791825, 0.00424884167, 0.00513684331, -0.810688972, -0.585454702, 0.00153127068, 0.585468173, -0.810694098)
  3647. Part327.Orientation = Vector3.new(35.8400002, 179.699997, 179.639999)
  3648. Part327.Position = Vector3.new(-0.609650612, 3.31554532, -15.9490957)
  3649. Part327.Rotation = Vector3.new(144.160004, 0.239999995, -0.189999998)
  3650. Part327.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3651. Part327.Velocity = Vector3.new(4.65820733e-08, 0.00246281619, 6.12138422e-07)
  3652. Part327.Size = Vector3.new(0.275000006, 0.237124875, 0.214375019)
  3653. Part327.Anchored = true
  3654. Part327.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3655. Part327.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3656. Part327.BrickColor = BrickColor.new("Bright blue")
  3657. Part327.CanCollide = false
  3658. Part327.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3659. Part327.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3660. Part327.Material = Enum.Material.Neon
  3661. Part327.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3662. Part327.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3663. Part327.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3664. Part327.brickColor = BrickColor.new("Bright blue")
  3665. SpecialMesh328.Parent = Part327
  3666. SpecialMesh328.Scale = Vector3.new(0.449999988, 0.800000012, 0.100000001)
  3667. SpecialMesh328.MeshType = Enum.MeshType.Brick
  3668. Part329.Parent = Model0
  3669. Part329.CFrame = CFrame.new(-0.612260759, 3.04390216, -13.3335075, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  3670. Part329.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3671. Part329.Position = Vector3.new(-0.612260759, 3.04390216, -13.3335075)
  3672. Part329.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3673. Part329.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3674. Part329.Velocity = Vector3.new(8.96553871e-08, 0.00246826583, 1.17816739e-06)
  3675. Part329.Size = Vector3.new(0.275000006, 0.200000003, 0.303375006)
  3676. Part329.Anchored = true
  3677. Part329.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3678. Part329.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3679. Part329.BrickColor = BrickColor.new("Really black")
  3680. Part329.CanCollide = false
  3681. Part329.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3682. Part329.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3683. Part329.Material = Enum.Material.Metal
  3684. Part329.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3685. Part329.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3686. Part329.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3687. Part329.brickColor = BrickColor.new("Really black")
  3688. SpecialMesh330.Parent = Part329
  3689. SpecialMesh330.Scale = Vector3.new(0.5, 0.5, 0.5)
  3690. SpecialMesh330.MeshType = Enum.MeshType.Wedge
  3691. Part331.Parent = Model0
  3692. Part331.CFrame = CFrame.new(-0.614394248, 3.36069822, -13.0015078, -0.999985635, 0.00245974353, -0.0047620195, -0.00513649127, -0.693573475, 0.72036773, -0.00153088977, 0.720381856, 0.693576157)
  3693. Part331.Orientation = Vector3.new(-46.079998, -0.389999986, -179.580002)
  3694. Part331.Position = Vector3.new(-0.614394248, 3.36069822, -13.0015078)
  3695. Part331.Rotation = Vector3.new(-46.0900002, -0.269999981, -179.860001)
  3696. Part331.Color = Color3.new(0.803922, 0.803922, 0.803922)
  3697. Part331.Velocity = Vector3.new(3.94224067e-08, 0.00246895733, 5.18052275e-07)
  3698. Part331.Size = Vector3.new(0.275000006, 0.216124982, 0.280375004)
  3699. Part331.Anchored = true
  3700. Part331.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3701. Part331.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3702. Part331.BrickColor = BrickColor.new("Mid gray")
  3703. Part331.CanCollide = false
  3704. Part331.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3705. Part331.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3706. Part331.Material = Enum.Material.Metal
  3707. Part331.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. Part331.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3709. Part331.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3710. Part331.brickColor = BrickColor.new("Mid gray")
  3711. SpecialMesh332.Parent = Part331
  3712. SpecialMesh332.Scale = Vector3.new(0.349999994, 1.04999995, 0.5)
  3713. SpecialMesh332.MeshType = Enum.MeshType.Brick
  3714. Part333.Parent = Model0
  3715. Part333.CFrame = CFrame.new(-0.610709965, 3.46219134, -15.7491703, 0.999985635, 0.00347598689, -0.00408008695, 0.00513679162, -0.404108554, 0.914696753, 0.00153067545, -0.914704561, -0.404120624)
  3716. Part333.Orientation = Vector3.new(-66.159996, -179.419998, 179.269989)
  3717. Part333.Position = Vector3.new(-0.610709965, 3.46219134, -15.7491703)
  3718. Part333.Rotation = Vector3.new(-113.839996, -0.229999989, -0.199999988)
  3719. Part333.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3720. Part333.Velocity = Vector3.new(2.33290489e-08, 0.00246323249, 3.06568751e-07)
  3721. Part333.Size = Vector3.new(0.200000003, 0.217000008, 0.200375021)
  3722. Part333.Anchored = true
  3723. Part333.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3724. Part333.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3725. Part333.BrickColor = BrickColor.new("Royal purple")
  3726. Part333.CanCollide = false
  3727. Part333.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. Part333.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. Part333.Material = Enum.Material.Neon
  3730. Part333.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3731. Part333.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3732. Part333.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3733. Part333.brickColor = BrickColor.new("Royal purple")
  3734. SpecialMesh334.Parent = Part333
  3735. SpecialMesh334.Scale = Vector3.new(0.560000002, 0.200000003, 0.600000024)
  3736. SpecialMesh334.MeshType = Enum.MeshType.Brick
  3737. Part335.Parent = Model0
  3738. Part335.CFrame = CFrame.new(-0.608794093, 3.33530617, -16.5748692, 0.999985635, -0.0041169636, 0.00343261915, 0.005137017, 0.553175688, -0.83304894, 0.00153079035, 0.833054662, 0.55318886)
  3739. Part335.Orientation = Vector3.new(56.4099998, 0.359999985, 0.529999971)
  3740. Part335.Position = Vector3.new(-0.608794093, 3.33530617, -16.5748692)
  3741. Part335.Rotation = Vector3.new(56.4099998, 0.199999988, 0.239999995)
  3742. Part335.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3743. Part335.Velocity = Vector3.new(4.34486722e-08, 0.00246151234, 5.709623e-07)
  3744. Part335.Size = Vector3.new(0.275000006, 0.265124857, 0.214375019)
  3745. Part335.Anchored = true
  3746. Part335.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3747. Part335.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3748. Part335.BrickColor = BrickColor.new("Bright blue")
  3749. Part335.CanCollide = false
  3750. Part335.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3751. Part335.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3752. Part335.Material = Enum.Material.Neon
  3753. Part335.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3754. Part335.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3755. Part335.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3756. Part335.brickColor = BrickColor.new("Bright blue")
  3757. SpecialMesh336.Parent = Part335
  3758. SpecialMesh336.Scale = Vector3.new(0.449999988, 0.899999976, 0.100000001)
  3759. SpecialMesh336.MeshType = Enum.MeshType.Brick
  3760. Part337.Parent = Model0
  3761. Part337.CFrame = CFrame.new(-0.61091727, 3.02827954, -14.1579723, -0.999985635, 0.00162795268, 0.00510695158, -0.00513688475, -0.0189460143, -0.999807417, -0.00153088232, -0.999819279, 0.0189541057)
  3762. Part337.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3763. Part337.Position = Vector3.new(-0.61091727, 3.02827954, -14.1579723)
  3764. Part337.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3765. Part337.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3766. Part337.Velocity = Vector3.new(9.21325807e-08, 0.00246654823, 1.2107206e-06)
  3767. Part337.Size = Vector3.new(0.275000006, 0.207000002, 0.303375006)
  3768. Part337.Anchored = true
  3769. Part337.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3770. Part337.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3771. Part337.BrickColor = BrickColor.new("Really black")
  3772. Part337.CanCollide = false
  3773. Part337.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3774. Part337.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3775. Part337.Material = Enum.Material.Glass
  3776. Part337.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3777. Part337.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3778. Part337.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. Part337.brickColor = BrickColor.new("Really black")
  3780. SpecialMesh338.Parent = Part337
  3781. SpecialMesh338.Scale = Vector3.new(0.524999976, 0.5, 0.5)
  3782. SpecialMesh338.MeshType = Enum.MeshType.Wedge
  3783. Part339.Parent = Model0
  3784. Part339.CFrame = CFrame.new(-0.609729409, 3.2205193, -15.578517, 0.999985635, -0.00133592135, 0.00519115385, 0.00513700396, -0.0377659947, -0.999273479, 0.00153099932, 0.999285877, -0.0377585888)
  3785. Part339.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  3786. Part339.Position = Vector3.new(-0.609729409, 3.2205193, -15.578517)
  3787. Part339.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  3788. Part339.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3789. Part339.Velocity = Vector3.new(6.1649942e-08, 0.00246358826, 8.10146275e-07)
  3790. Part339.Size = Vector3.new(0.275000006, 0.621124864, 0.214375019)
  3791. Part339.Anchored = true
  3792. Part339.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3793. Part339.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3794. Part339.BrickColor = BrickColor.new("Bright blue")
  3795. Part339.CanCollide = false
  3796. Part339.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3797. Part339.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3798. Part339.Material = Enum.Material.Neon
  3799. Part339.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3800. Part339.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3801. Part339.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3802. Part339.brickColor = BrickColor.new("Bright blue")
  3803. SpecialMesh340.Parent = Part339
  3804. SpecialMesh340.Scale = Vector3.new(0.449999988, 1, 0.100000001)
  3805. SpecialMesh340.MeshType = Enum.MeshType.Brick
  3806. Part341.Parent = Model0
  3807. Part341.CFrame = CFrame.new(-0.610086679, 3.15827918, -15.1365986, -0.999985635, 0.00409500999, -0.00345871458, -0.00513683027, -0.916451037, 0.400114089, -0.00153127091, 0.40012604, 0.916459024)
  3808. Part341.Orientation = Vector3.new(-23.5900002, -0.219999999, -179.679993)
  3809. Part341.Position = Vector3.new(-0.610086679, 3.15827918, -15.1365986)
  3810. Part341.Rotation = Vector3.new(-23.5900002, -0.199999988, -179.769989)
  3811. Part341.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3812. Part341.Velocity = Vector3.new(7.15190893e-08, 0.0024645091, 9.39837378e-07)
  3813. Part341.Size = Vector3.new(0.275000006, 0.221124932, 0.655375004)
  3814. Part341.Anchored = true
  3815. Part341.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. Part341.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3817. Part341.BrickColor = BrickColor.new("Really black")
  3818. Part341.CanCollide = false
  3819. Part341.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3820. Part341.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3821. Part341.Material = Enum.Material.Metal
  3822. Part341.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3823. Part341.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3824. Part341.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3825. Part341.brickColor = BrickColor.new("Really black")
  3826. SpecialMesh342.Parent = Part341
  3827. SpecialMesh342.Scale = Vector3.new(0.400000006, 1.04999995, 0.899999976)
  3828. SpecialMesh342.MeshType = Enum.MeshType.Brick
  3829. Part343.Parent = Model0
  3830. Part343.CFrame = CFrame.new(-0.576193094, 2.37180829, -14.2261257, 0.00114334025, 0.999985635, -0.00523668947, -0.483495861, 0.00513671385, 0.8753317, 0.875346005, 0.00153111527, 0.483494759)
  3831. Part343.Orientation = Vector3.new(-61.079998, -0.620000005, -89.3899994)
  3832. Part343.Position = Vector3.new(-0.576193094, 2.37180829, -14.2261257)
  3833. Part343.Rotation = Vector3.new(-61.0900002, -0.299999982, -89.9300003)
  3834. Part343.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3835. Part343.Velocity = Vector3.new(1.96226381e-07, 0.00246641156, 2.57862462e-06)
  3836. Part343.Size = Vector3.new(0.405000031, 0.200000003, 0.280375004)
  3837. Part343.Anchored = true
  3838. Part343.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3839. Part343.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3840. Part343.BrickColor = BrickColor.new("Royal purple")
  3841. Part343.CanCollide = false
  3842. Part343.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3843. Part343.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3844. Part343.Material = Enum.Material.Neon
  3845. Part343.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3846. Part343.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3847. Part343.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3848. Part343.brickColor = BrickColor.new("Royal purple")
  3849. SpecialMesh344.Parent = Part343
  3850. SpecialMesh344.Scale = Vector3.new(1, 0.300000012, 0.5)
  3851. SpecialMesh344.MeshType = Enum.MeshType.Wedge
  3852. Part345.Parent = Model0
  3853. Part345.CFrame = CFrame.new(-0.606692195, 3.59138489, -18.8080196, 0.999985635, 0.00250130473, 0.00474093435, 0.00513696205, -0.699832857, -0.714288294, 0.00153120875, 0.714302421, -0.699835718)
  3854. Part345.Orientation = Vector3.new(45.579998, 179.610001, 179.580002)
  3855. Part345.Position = Vector3.new(-0.606692195, 3.59138489, -18.8080196)
  3856. Part345.Rotation = Vector3.new(134.410004, 0.269999981, -0.140000001)
  3857. Part345.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3858. Part345.Velocity = Vector3.new(2.843354e-09, 0.00245685945, 3.73652256e-08)
  3859. Part345.Size = Vector3.new(0.275000006, 0.47012496, 0.214375019)
  3860. Part345.Anchored = true
  3861. Part345.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3862. Part345.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3863. Part345.BrickColor = BrickColor.new("Bright blue")
  3864. Part345.CanCollide = false
  3865. Part345.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3866. Part345.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3867. Part345.Material = Enum.Material.Neon
  3868. Part345.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. Part345.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3870. Part345.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. Part345.brickColor = BrickColor.new("Bright blue")
  3872. SpecialMesh346.Parent = Part345
  3873. SpecialMesh346.Scale = Vector3.new(0.449999988, 0.699999988, 0.100000001)
  3874. SpecialMesh346.MeshType = Enum.MeshType.Brick
  3875. Part347.Parent = Model0
  3876. Part347.CFrame = CFrame.new(-0.612170458, 3.17509294, -13.8325748, -0.999985635, 0.00162795268, 0.00510695158, -0.00513688475, -0.0189460143, -0.999807417, -0.00153088232, -0.999819279, 0.0189541057)
  3877. Part347.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3878. Part347.Position = Vector3.new(-0.612170458, 3.17509294, -13.8325748)
  3879. Part347.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3880. Part347.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3881. Part347.Velocity = Vector3.new(6.88530264e-08, 0.002467226, 9.04802221e-07)
  3882. Part347.Size = Vector3.new(0.275000006, 0.207000002, 0.303375006)
  3883. Part347.Anchored = true
  3884. Part347.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3885. Part347.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3886. Part347.BrickColor = BrickColor.new("Really black")
  3887. Part347.CanCollide = false
  3888. Part347.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. Part347.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3890. Part347.Material = Enum.Material.Metal
  3891. Part347.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3892. Part347.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3893. Part347.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3894. Part347.brickColor = BrickColor.new("Really black")
  3895. SpecialMesh348.Parent = Part347
  3896. SpecialMesh348.Scale = Vector3.new(0.5, 0.5, 0.5)
  3897. SpecialMesh348.MeshType = Enum.MeshType.Wedge
  3898. Part349.Parent = Model0
  3899. Part349.CFrame = CFrame.new(-0.608221889, 3.47114682, -17.4040871, 0.999985635, -0.00133592309, 0.00519115338, 0.00513700396, -0.037765637, -0.999273479, 0.00153099932, 0.999285877, -0.0377582312)
  3900. Part349.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  3901. Part349.Position = Vector3.new(-0.608221889, 3.47114682, -17.4040871)
  3902. Part349.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  3903. Part349.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3904. Part349.Velocity = Vector3.new(2.19089991e-08, 0.0024597845, 2.87908023e-07)
  3905. Part349.Size = Vector3.new(0.275000006, 0.678124905, 0.214375019)
  3906. Part349.Anchored = true
  3907. Part349.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3908. Part349.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3909. Part349.BrickColor = BrickColor.new("Bright blue")
  3910. Part349.CanCollide = false
  3911. Part349.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3912. Part349.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3913. Part349.Material = Enum.Material.Neon
  3914. Part349.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3915. Part349.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3916. Part349.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3917. Part349.brickColor = BrickColor.new("Bright blue")
  3918. SpecialMesh350.Parent = Part349
  3919. SpecialMesh350.Scale = Vector3.new(0.449999988, 0.800000012, 0.100000001)
  3920. SpecialMesh350.MeshType = Enum.MeshType.Brick
  3921. Part351.Parent = Model0
  3922. Part351.CFrame = CFrame.new(-0.617746711, 3.42490911, -11.0273066, 0.999985635, -0.000716609415, 0.00531159993, 0.00513640279, -0.15495652, -0.987908006, 0.00153101061, 0.987921119, -0.154950604)
  3923. Part351.Orientation = Vector3.new(81.0800018, 178.039993, 178.099991)
  3924. Part351.Position = Vector3.new(-0.617746711, 3.42490911, -11.0273066)
  3925. Part351.Rotation = Vector3.new(98.909996, 0.299999982, 0.0399999991)
  3926. Part351.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3927. Part351.Velocity = Vector3.new(2.92407876e-08, 0.00247307052, 3.84254577e-07)
  3928. Part351.Size = Vector3.new(0.275000006, 0.203125, 0.234375)
  3929. Part351.Anchored = true
  3930. Part351.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3931. Part351.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3932. Part351.BrickColor = BrickColor.new("Really black")
  3933. Part351.CanCollide = false
  3934. Part351.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3935. Part351.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3936. Part351.Material = Enum.Material.Metal
  3937. Part351.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3938. Part351.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3939. Part351.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3940. Part351.brickColor = BrickColor.new("Really black")
  3941. SpecialMesh352.Parent = Part351
  3942. SpecialMesh352.Scale = Vector3.new(0.5, 0.502499998, 0.400000006)
  3943. SpecialMesh352.MeshType = Enum.MeshType.Brick
  3944. Part353.Parent = Model0
  3945. Part353.CFrame = CFrame.new(-0.638692379, 2.37148738, -14.226222, -0.00114342954, -0.999985635, -0.00523668341, 0.483495861, -0.00513675157, 0.8753317, -0.875346065, -0.00153103401, 0.483494759)
  3946. Part353.Orientation = Vector3.new(-61.079998, -0.620000005, 90.6100006)
  3947. Part353.Position = Vector3.new(-0.638692379, 2.37148738, -14.226222)
  3948. Part353.Rotation = Vector3.new(-61.0900002, -0.299999982, 90.0699997)
  3949. Part353.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3950. Part353.Velocity = Vector3.new(1.9627727e-07, 0.00246640155, 2.57929332e-06)
  3951. Part353.Size = Vector3.new(0.405000031, 0.200000003, 0.280375004)
  3952. Part353.Anchored = true
  3953. Part353.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3954. Part353.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3955. Part353.BrickColor = BrickColor.new("Royal purple")
  3956. Part353.CanCollide = false
  3957. Part353.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3958. Part353.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3959. Part353.Material = Enum.Material.Neon
  3960. Part353.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3961. Part353.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3962. Part353.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3963. Part353.brickColor = BrickColor.new("Royal purple")
  3964. SpecialMesh354.Parent = Part353
  3965. SpecialMesh354.Scale = Vector3.new(1, 0.300000012, 0.5)
  3966. SpecialMesh354.MeshType = Enum.MeshType.Wedge
  3967. Part355.Parent = Model0
  3968. Part355.CFrame = CFrame.new(-0.576556623, 2.33930445, -13.8796148, -0.00289415126, 0.999985635, -0.00451143365, 0.277069539, 0.00513670407, 0.960836232, 0.96084559, 0.00153082411, -0.277080417)
  3969. Part355.Orientation = Vector3.new(-73.909996, -179.069992, 88.9399948)
  3970. Part355.Position = Vector3.new(-0.576556623, 2.33930445, -13.8796148)
  3971. Part355.Rotation = Vector3.new(-106.089996, -0.25999999, -90.1699982)
  3972. Part355.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3973. Part355.Velocity = Vector3.new(2.01380388e-07, 0.00246713357, 2.64635355e-06)
  3974. Part355.Size = Vector3.new(0.453000009, 0.200000003, 0.280375004)
  3975. Part355.Anchored = true
  3976. Part355.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3977. Part355.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3978. Part355.BrickColor = BrickColor.new("Royal purple")
  3979. Part355.CanCollide = false
  3980. Part355.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3981. Part355.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3982. Part355.Material = Enum.Material.Neon
  3983. Part355.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3984. Part355.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3985. Part355.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3986. Part355.brickColor = BrickColor.new("Royal purple")
  3987. SpecialMesh356.Parent = Part355
  3988. SpecialMesh356.Scale = Vector3.new(1, 0.300000012, 0.5)
  3989. SpecialMesh356.MeshType = Enum.MeshType.Wedge
  3990. Part357.Parent = Model0
  3991. Part357.CFrame = CFrame.new(-0.609105706, 2.8586967, -14.7735023, -0.999985635, -0.0039632949, -0.00360830128, -0.00513646565, 0.516311884, 0.856385469, -0.00153109885, 0.856391609, -0.516324818)
  3992. Part357.Orientation = Vector3.new(-58.9099998, -179.599991, -0.569999993)
  3993. Part357.Position = Vector3.new(-0.609105706, 2.8586967, -14.7735023)
  3994. Part357.Rotation = Vector3.new(-121.089996, -0.209999993, 179.769989)
  3995. Part357.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3996. Part357.Velocity = Vector3.new(1.19022602e-07, 0.0024652658, 1.56408419e-06)
  3997. Part357.Size = Vector3.new(0.275000006, 0.277124912, 0.227375031)
  3998. Part357.Anchored = true
  3999. Part357.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4000. Part357.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4001. Part357.BrickColor = BrickColor.new("Really black")
  4002. Part357.CanCollide = false
  4003. Part357.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4004. Part357.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4005. Part357.Material = Enum.Material.Metal
  4006. Part357.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4007. Part357.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4008. Part357.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4009. Part357.brickColor = BrickColor.new("Really black")
  4010. SpecialMesh358.Parent = Part357
  4011. SpecialMesh358.Scale = Vector3.new(0.349999994, 0.300000012, 1)
  4012. SpecialMesh358.MeshType = Enum.MeshType.Brick
  4013. Part359.Parent = Model0
  4014. Part359.CFrame = CFrame.new(-0.614465594, 3.24354935, -12.5620441, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  4015. Part359.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4016. Part359.Position = Vector3.new(-0.614465594, 3.24354935, -12.5620441)
  4017. Part359.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4018. Part359.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4019. Part359.Velocity = Vector3.new(5.79982e-08, 0.00246987306, 7.62158038e-07)
  4020. Part359.Size = Vector3.new(0.275000006, 0.998124957, 0.280375004)
  4021. Part359.Anchored = true
  4022. Part359.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4023. Part359.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4024. Part359.BrickColor = BrickColor.new("Really black")
  4025. Part359.CanCollide = false
  4026. Part359.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4027. Part359.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4028. Part359.Material = Enum.Material.Metal
  4029. Part359.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4030. Part359.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4031. Part359.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. Part359.brickColor = BrickColor.new("Really black")
  4033. SpecialMesh360.Parent = Part359
  4034. SpecialMesh360.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  4035. SpecialMesh360.MeshType = Enum.MeshType.Brick
  4036. Part361.Parent = Model0
  4037. Part361.CFrame = CFrame.new(-0.611248136, 3.25645614, -14.7074032, -0.999985635, 0.00245982548, -0.00476256292, -0.00513693923, -0.693573654, 0.720367551, -0.00153120921, 0.720381677, 0.693576276)
  4038. Part361.Orientation = Vector3.new(-46.079998, -0.389999986, -179.580002)
  4039. Part361.Position = Vector3.new(-0.611248136, 3.25645614, -14.7074032)
  4040. Part361.Rotation = Vector3.new(-46.0900002, -0.269999981, -179.860001)
  4041. Part361.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4042. Part361.Velocity = Vector3.new(5.59516025e-08, 0.00246540317, 7.35263882e-07)
  4043. Part361.Size = Vector3.new(0.275000006, 0.221124932, 0.418375015)
  4044. Part361.Anchored = true
  4045. Part361.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4046. Part361.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4047. Part361.BrickColor = BrickColor.new("Really black")
  4048. Part361.CanCollide = false
  4049. Part361.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4050. Part361.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4051. Part361.Material = Enum.Material.Metal
  4052. Part361.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4053. Part361.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4054. Part361.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4055. Part361.brickColor = BrickColor.new("Really black")
  4056. SpecialMesh362.Parent = Part361
  4057. SpecialMesh362.Scale = Vector3.new(0.550000012, 1.04999995, 0.899999976)
  4058. SpecialMesh362.MeshType = Enum.MeshType.Brick
  4059. Part363.Parent = Model0
  4060. Part363.CFrame = CFrame.new(-0.611290276, 3.1978817, -14.4833202, 0.999985635, 0.00162786234, -0.00510698371, 0.00513691502, -0.0189458374, 0.999807417, 0.00153079221, -0.999819279, -0.0189539269)
  4061. Part363.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  4062. Part363.Position = Vector3.new(-0.611290276, 3.1978817, -14.4833202)
  4063. Part363.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  4064. Part363.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4065. Part363.Velocity = Vector3.new(6.52394974e-08, 0.00246587023, 8.57316763e-07)
  4066. Part363.Size = Vector3.new(0.275000006, 0.221124932, 0.448374987)
  4067. Part363.Anchored = true
  4068. Part363.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4069. Part363.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4070. Part363.BrickColor = BrickColor.new("Really black")
  4071. Part363.CanCollide = false
  4072. Part363.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4073. Part363.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4074. Part363.Material = Enum.Material.Metal
  4075. Part363.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4076. Part363.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4077. Part363.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4078. Part363.brickColor = BrickColor.new("Really black")
  4079. SpecialMesh364.Parent = Part363
  4080. SpecialMesh364.Scale = Vector3.new(0.550000012, 1.04999995, 0.800000012)
  4081. SpecialMesh364.MeshType = Enum.MeshType.Brick
  4082. Part365.Parent = Model0
  4083. Part365.CFrame = CFrame.new(-0.610800147, 2.91253304, -13.8467321, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  4084. Part365.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4085. Part365.Position = Vector3.new(-0.610800147, 2.91253304, -13.8467321)
  4086. Part365.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4087. Part365.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4088. Part365.Velocity = Vector3.new(1.10486013e-07, 0.00246719667, 1.45190415e-06)
  4089. Part365.Size = Vector3.new(0.275000006, 0.200000003, 0.213375002)
  4090. Part365.Anchored = true
  4091. Part365.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4092. Part365.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4093. Part365.BrickColor = BrickColor.new("Bright blue")
  4094. Part365.CanCollide = false
  4095. Part365.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4096. Part365.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4097. Part365.Material = Enum.Material.Neon
  4098. Part365.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4099. Part365.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4100. Part365.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4101. Part365.brickColor = BrickColor.new("Bright blue")
  4102. SpecialMesh366.Parent = Part365
  4103. SpecialMesh366.Scale = Vector3.new(0.550000012, 0.25, 0.5)
  4104. SpecialMesh366.MeshType = Enum.MeshType.Wedge
  4105. Part367.Parent = Model0
  4106. Part367.CFrame = CFrame.new(-0.616349459, 3.1451273, -11.0012493, -0.999985635, -0.000250895391, -0.00535403285, -0.00513659744, -0.24046874, 0.970643461, -0.001531007, 0.970656931, 0.240463987)
  4107. Part367.Orientation = Vector3.new(-76.0800018, -1.27999997, -178.779999)
  4108. Part367.Position = Vector3.new(-0.616349459, 3.1451273, -11.0012493)
  4109. Part367.Rotation = Vector3.new(-76.0899963, -0.310000002, 179.98999)
  4110. Part367.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4111. Part367.Velocity = Vector3.new(7.3604582e-08, 0.002473125, 9.67242272e-07)
  4112. Part367.Size = Vector3.new(0.200000003, 0.449500024, 0.236624971)
  4113. Part367.Anchored = true
  4114. Part367.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4115. Part367.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4116. Part367.BrickColor = BrickColor.new("Bright blue")
  4117. Part367.CanCollide = false
  4118. Part367.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4119. Part367.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4120. Part367.Material = Enum.Material.Neon
  4121. Part367.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4122. Part367.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4123. Part367.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. Part367.brickColor = BrickColor.new("Bright blue")
  4125. SpecialMesh368.Parent = Part367
  4126. SpecialMesh368.Scale = Vector3.new(0.5, 1, 0.25)
  4127. SpecialMesh368.MeshType = Enum.MeshType.Brick
  4128. Part369.Parent = Model0
  4129. Part369.CFrame = CFrame.new(-0.612978816, 3.18449855, -13.3361721, 0.999985635, -0.00162807154, 0.00510664983, 0.00513658533, 0.0189459547, -0.999807417, 0.00153100723, 0.999819279, 0.0189540461)
  4130. Part369.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  4131. Part369.Position = Vector3.new(-0.612978816, 3.18449855, -13.3361721)
  4132. Part369.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  4133. Part369.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4134. Part369.Velocity = Vector3.new(6.73616256e-08, 0.00246826024, 8.85203519e-07)
  4135. Part369.Size = Vector3.new(0.275000006, 0.200000003, 0.303375006)
  4136. Part369.Anchored = true
  4137. Part369.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4138. Part369.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4139. Part369.BrickColor = BrickColor.new("Really black")
  4140. Part369.CanCollide = false
  4141. Part369.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4142. Part369.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4143. Part369.Material = Enum.Material.Metal
  4144. Part369.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. Part369.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4146. Part369.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4147. Part369.brickColor = BrickColor.new("Really black")
  4148. SpecialMesh370.Parent = Part369
  4149. SpecialMesh370.Scale = Vector3.new(0.5, 0.5, 0.5)
  4150. SpecialMesh370.MeshType = Enum.MeshType.Wedge
  4151. Part371.Parent = Model0
  4152. Part371.CFrame = CFrame.new(-0.611412168, 3.19930172, -14.4084625, 0.999985635, 0.00162786234, -0.00510698371, 0.00513691502, -0.0189458374, 0.999807417, 0.00153079221, -0.999819279, -0.0189539269)
  4153. Part371.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  4154. Part371.Position = Vector3.new(-0.611412168, 3.19930172, -14.4084625)
  4155. Part371.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  4156. Part371.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4157. Part371.Velocity = Vector3.new(6.50143335e-08, 0.00246602623, 8.54357836e-07)
  4158. Part371.Size = Vector3.new(0.275000006, 0.204124942, 0.464375019)
  4159. Part371.Anchored = true
  4160. Part371.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4161. Part371.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4162. Part371.BrickColor = BrickColor.new("Royal purple")
  4163. Part371.CanCollide = false
  4164. Part371.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4165. Part371.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4166. Part371.Material = Enum.Material.Neon
  4167. Part371.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4168. Part371.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4169. Part371.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4170. Part371.brickColor = BrickColor.new("Royal purple")
  4171. SpecialMesh372.Parent = Part371
  4172. SpecialMesh372.Scale = Vector3.new(0.524999976, 1.04999995, 0.800000012)
  4173. SpecialMesh372.MeshType = Enum.MeshType.Brick
  4174. Part373.Parent = Model0
  4175. Part373.CFrame = CFrame.new(-0.607544899, 3.43064713, -17.7122707, 0.999985635, -0.004783432, 0.00241859211, 0.00513692852, 0.726393282, -0.68726027, 0.00153061328, 0.687262774, 0.726407468)
  4176. Part373.Orientation = Vector3.new(43.4099998, 0.189999998, 0.409999996)
  4177. Part373.Position = Vector3.new(-0.607544899, 3.43064713, -17.7122707)
  4178. Part373.Rotation = Vector3.new(43.4099998, 0.140000001, 0.269999981)
  4179. Part373.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4180. Part373.Velocity = Vector3.new(2.83308559e-08, 0.00245914259, 3.72298132e-07)
  4181. Part373.Size = Vector3.new(0.275000006, 0.24712491, 0.214375019)
  4182. Part373.Anchored = true
  4183. Part373.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4184. Part373.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4185. Part373.BrickColor = BrickColor.new("Bright blue")
  4186. Part373.CanCollide = false
  4187. Part373.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4188. Part373.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4189. Part373.Material = Enum.Material.Neon
  4190. Part373.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4191. Part373.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4192. Part373.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4193. Part373.brickColor = BrickColor.new("Bright blue")
  4194. SpecialMesh374.Parent = Part373
  4195. SpecialMesh374.Scale = Vector3.new(0.449999988, 0.600000024, 0.100000001)
  4196. SpecialMesh374.MeshType = Enum.MeshType.Brick
  4197. Part375.Parent = Model0
  4198. Part375.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  4199. Part375.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4200. Part375.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  4201. Part375.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4202. Part375.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4203. Part375.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  4204. Part375.Size = Vector3.new(0.275000006, 0.698124886, 0.534374952)
  4205. Part375.Anchored = true
  4206. Part375.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4207. Part375.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4208. Part375.BrickColor = BrickColor.new("Bright blue")
  4209. Part375.CanCollide = false
  4210. Part375.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4211. Part375.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4212. Part375.Material = Enum.Material.Glass
  4213. Part375.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4214. Part375.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4215. Part375.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4216. Part375.brickColor = BrickColor.new("Bright blue")
  4217. SpecialMesh376.Parent = Part375
  4218. SpecialMesh376.Scale = Vector3.new(0.452499986, 1, 1)
  4219. SpecialMesh376.MeshType = Enum.MeshType.Cylinder
  4220. Part377.Parent = Model0
  4221. Part377.CFrame = CFrame.new(-0.618502736, 3.35398197, -11.388195, -0.999985635, 0.00162807188, 0.00510671316, -0.00513664866, -0.0189460143, -0.999807417, -0.00153100595, -0.999819279, 0.0189541057)
  4222. Part377.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  4223. Part377.Position = Vector3.new(-0.618502736, 3.35398197, -11.388195)
  4224. Part377.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  4225. Part377.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4226. Part377.Velocity = Vector3.new(4.0487393e-08, 0.00247231848, 5.32047068e-07)
  4227. Part377.Size = Vector3.new(0.25999999, 0.225500003, 0.210125014)
  4228. Part377.Anchored = true
  4229. Part377.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4230. Part377.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4231. Part377.BrickColor = BrickColor.new("Really black")
  4232. Part377.CanCollide = false
  4233. Part377.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4234. Part377.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4235. Part377.Material = Enum.Material.Metal
  4236. Part377.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4237. Part377.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4238. Part377.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4239. Part377.brickColor = BrickColor.new("Really black")
  4240. SpecialMesh378.Parent = Part377
  4241. SpecialMesh378.Scale = Vector3.new(0.5, 1, 1)
  4242. SpecialMesh378.MeshType = Enum.MeshType.Wedge
  4243. Part379.Parent = Model0
  4244. Part379.CFrame = CFrame.new(-0.575232625, 3.71340823, -19.3540096, 0.00507748965, 0.999985635, -0.00171704218, -0.999324501, 0.00513662118, 0.0363931209, 0.0364014208, 0.00153109594, 0.999336243)
  4245. Part379.Orientation = Vector3.new(-2.08999991, -0.099999994, -89.7099991)
  4246. Part379.Position = Vector3.new(-0.575232625, 3.71340823, -19.3540096)
  4247. Part379.Rotation = Vector3.new(-2.08999991, -0.099999994, -89.7099991)
  4248. Part379.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4249. Part379.Velocity = Vector3.new(-1.65053677e-08, 0.00245572673, -2.16897547e-07)
  4250. Part379.Size = Vector3.new(0.210000038, 0.200000003, 0.285374999)
  4251. Part379.Anchored = true
  4252. Part379.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4253. Part379.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4254. Part379.BrickColor = BrickColor.new("Royal purple")
  4255. Part379.CanCollide = false
  4256. Part379.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4257. Part379.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4258. Part379.Material = Enum.Material.Neon
  4259. Part379.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4260. Part379.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4261. Part379.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4262. Part379.brickColor = BrickColor.new("Royal purple")
  4263. SpecialMesh380.Parent = Part379
  4264. SpecialMesh380.Scale = Vector3.new(0.5, 0.300000012, 0.5)
  4265. SpecialMesh380.MeshType = Enum.MeshType.Wedge
  4266. Part381.Parent = Model0
  4267. Part381.CFrame = CFrame.new(-0.609601736, 3.48017144, -16.5335026, 0.999985635, -0.00133592158, 0.00519114826, 0.0051369979, -0.0377659947, -0.999273479, 0.00153099943, 0.999285877, -0.0377585888)
  4268. Part381.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  4269. Part381.Position = Vector3.new(-0.609601736, 3.48017144, -16.5335026)
  4270. Part381.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  4271. Part381.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4272. Part381.Velocity = Vector3.new(2.0478014e-08, 0.00246159849, 2.69103225e-07)
  4273. Part381.Size = Vector3.new(0.275000006, 1.65712488, 0.359375)
  4274. Part381.Anchored = true
  4275. Part381.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4276. Part381.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4277. Part381.BrickColor = BrickColor.new("Really black")
  4278. Part381.CanCollide = false
  4279. Part381.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4280. Part381.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4281. Part381.Material = Enum.Material.Metal
  4282. Part381.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4283. Part381.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4284. Part381.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4285. Part381.brickColor = BrickColor.new("Really black")
  4286. SpecialMesh382.Parent = Part381
  4287. SpecialMesh382.Scale = Vector3.new(0.400000006, 1, 0.5)
  4288. SpecialMesh382.MeshType = Enum.MeshType.Brick
  4289. Part383.Parent = Model0
  4290. Part383.CFrame = CFrame.new(-0.608603716, 2.57794237, -14.160059, -0.999985635, 0.00114323408, -0.00523646409, -0.00513646565, -0.483495802, 0.8753317, -0.00153109885, 0.875346065, 0.483494699)
  4291. Part383.Orientation = Vector3.new(-61.079998, -0.620000005, -179.389999)
  4292. Part383.Position = Vector3.new(-0.608603716, 2.57794237, -14.160059)
  4293. Part383.Rotation = Vector3.new(-61.0900002, -0.299999982, -179.929993)
  4294. Part383.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4295. Part383.Velocity = Vector3.new(1.63540591e-07, 0.00246654428, 2.14909824e-06)
  4296. Part383.Size = Vector3.new(0.275000006, 0.309124947, 0.343375027)
  4297. Part383.Anchored = true
  4298. Part383.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4299. Part383.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4300. Part383.BrickColor = BrickColor.new("Really black")
  4301. Part383.CanCollide = false
  4302. Part383.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4303. Part383.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4304. Part383.Material = Enum.Material.Metal
  4305. Part383.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4306. Part383.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4307. Part383.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4308. Part383.brickColor = BrickColor.new("Really black")
  4309. SpecialMesh384.Parent = Part383
  4310. SpecialMesh384.Scale = Vector3.new(0.349999994, 1, 1)
  4311. SpecialMesh384.MeshType = Enum.MeshType.Brick
  4312. Part385.Parent = Model0
  4313. Part385.CFrame = CFrame.new(-0.610497713, 3.13989329, -14.8064632, 0.999985635, -0.00162807363, 0.00510707032, 0.00513700629, 0.018946372, -0.999807417, 0.0015309992, 0.999819279, 0.0189544633)
  4314. Part385.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  4315. Part385.Position = Vector3.new(-0.610497713, 3.13989329, -14.8064632)
  4316. Part385.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  4317. Part385.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4318. Part385.Velocity = Vector3.new(7.44344675e-08, 0.00246519689, 9.78148478e-07)
  4319. Part385.Size = Vector3.new(0.275000006, 0.618124902, 0.209375009)
  4320. Part385.Anchored = true
  4321. Part385.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4322. Part385.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4323. Part385.BrickColor = BrickColor.new("Really black")
  4324. Part385.CanCollide = false
  4325. Part385.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4326. Part385.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4327. Part385.Material = Enum.Material.Metal
  4328. Part385.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4329. Part385.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4330. Part385.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4331. Part385.brickColor = BrickColor.new("Really black")
  4332. SpecialMesh386.Parent = Part385
  4333. SpecialMesh386.Scale = Vector3.new(0.400000006, 1, 0.899999976)
  4334. SpecialMesh386.MeshType = Enum.MeshType.Brick
  4335. Part387.Parent = Model0
  4336. Part387.CFrame = CFrame.new(-0.611324251, 3.01513863, -13.8486776, 0.999985635, -0.00162807154, 0.00510659395, 0.00513652945, 0.0189459547, -0.999807417, 0.00153100828, 0.999819279, 0.0189540461)
  4337. Part387.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  4338. Part387.Position = Vector3.new(-0.611324251, 3.01513863, -13.8486776)
  4339. Part387.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  4340. Part387.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4341. Part387.Velocity = Vector3.new(9.42162828e-08, 0.00246719248, 1.23810264e-06)
  4342. Part387.Size = Vector3.new(0.275000006, 0.200000003, 0.213375002)
  4343. Part387.Anchored = true
  4344. Part387.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4345. Part387.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4346. Part387.BrickColor = BrickColor.new("Bright blue")
  4347. Part387.CanCollide = false
  4348. Part387.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4349. Part387.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4350. Part387.Material = Enum.Material.Neon
  4351. Part387.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4352. Part387.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4353. Part387.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4354. Part387.brickColor = BrickColor.new("Bright blue")
  4355. SpecialMesh388.Parent = Part387
  4356. SpecialMesh388.Scale = Vector3.new(0.550000012, 0.25, 0.5)
  4357. SpecialMesh388.MeshType = Enum.MeshType.Wedge
  4358. Part389.Parent = Model0
  4359. Part389.CFrame = CFrame.new(-0.615387738, 3.25427985, -11.9957829, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  4360. Part389.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4361. Part389.Position = Vector3.new(-0.615387738, 3.25427985, -11.9957829)
  4362. Part389.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4363. Part389.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4364. Part389.Velocity = Vector3.new(5.62967202e-08, 0.00247105281, 7.39798622e-07)
  4365. Part389.Size = Vector3.new(0.275000006, 0.206125051, 0.280375004)
  4366. Part389.Anchored = true
  4367. Part389.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4368. Part389.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4369. Part389.BrickColor = BrickColor.new("Really black")
  4370. Part389.CanCollide = false
  4371. Part389.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4372. Part389.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4373. Part389.Material = Enum.Material.Metal
  4374. Part389.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4375. Part389.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4376. Part389.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4377. Part389.brickColor = BrickColor.new("Really black")
  4378. SpecialMesh390.Parent = Part389
  4379. SpecialMesh390.Scale = Vector3.new(0.400000006, 0.560000002, 0.5)
  4380. SpecialMesh390.MeshType = Enum.MeshType.Wedge
  4381. Part391.Parent = Model0
  4382. Part391.CFrame = CFrame.new(-0.614540219, 3.2634635, -12.5800533, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  4383. Part391.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4384. Part391.Position = Vector3.new(-0.614540219, 3.2634635, -12.5800533)
  4385. Part391.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4386. Part391.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4387. Part391.Velocity = Vector3.new(5.48404984e-08, 0.00246983557, 7.20662456e-07)
  4388. Part391.Size = Vector3.new(0.275000006, 0.405125052, 0.211375013)
  4389. Part391.Anchored = true
  4390. Part391.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4391. Part391.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4392. Part391.BrickColor = BrickColor.new("Really black")
  4393. Part391.CanCollide = false
  4394. Part391.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4395. Part391.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4396. Part391.Material = Enum.Material.Metal
  4397. Part391.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4398. Part391.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4399. Part391.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4400. Part391.brickColor = BrickColor.new("Really black")
  4401. SpecialMesh392.Parent = Part391
  4402. SpecialMesh392.Scale = Vector3.new(0.5, 0.560000002, 0.5)
  4403. SpecialMesh392.MeshType = Enum.MeshType.Wedge
  4404. Part393.Parent = Model0
  4405. Part393.CFrame = CFrame.new(-0.608892262, 2.75060058, -14.5502081, -0.999985635, 0.00114323408, -0.00523646409, -0.00513646565, -0.483495802, 0.8753317, -0.00153109885, 0.875346065, 0.483494699)
  4406. Part393.Orientation = Vector3.new(-61.079998, -0.620000005, -179.389999)
  4407. Part393.Position = Vector3.new(-0.608892262, 2.75060058, -14.5502081)
  4408. Part393.Rotation = Vector3.new(-61.0900002, -0.299999982, -179.929993)
  4409. Part393.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4410. Part393.Velocity = Vector3.new(1.36162924e-07, 0.00246573123, 1.78932657e-06)
  4411. Part393.Size = Vector3.new(0.275000006, 0.409124911, 0.268375039)
  4412. Part393.Anchored = true
  4413. Part393.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4414. Part393.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4415. Part393.BrickColor = BrickColor.new("Really black")
  4416. Part393.CanCollide = false
  4417. Part393.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4418. Part393.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4419. Part393.Material = Enum.Material.Metal
  4420. Part393.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4421. Part393.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4422. Part393.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4423. Part393.brickColor = BrickColor.new("Really black")
  4424. SpecialMesh394.Parent = Part393
  4425. SpecialMesh394.Scale = Vector3.new(0.349999994, 1, 1)
  4426. SpecialMesh394.MeshType = Enum.MeshType.Brick
  4427. Part395.Parent = Model0
  4428. Part395.CFrame = CFrame.new(-0.606766462, 3.43472743, -18.2343674, 0.999985635, -0.00103941432, 0.00525853038, 0.0051369979, -0.0943565816, -0.99552542, 0.00153093971, 0.995537996, -0.0943498909)
  4429. Part395.Orientation = Vector3.new(84.5800018, 176.809998, 176.87999)
  4430. Part395.Position = Vector3.new(-0.606766462, 3.43472743, -18.2343674)
  4431. Part395.Rotation = Vector3.new(95.409996, 0.299999982, 0.0599999987)
  4432. Part395.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4433. Part395.Velocity = Vector3.new(2.76838534e-08, 0.00245805481, 3.63795948e-07)
  4434. Part395.Size = Vector3.new(0.275000006, 1.04612494, 0.214375019)
  4435. Part395.Anchored = true
  4436. Part395.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4437. Part395.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4438. Part395.BrickColor = BrickColor.new("Bright blue")
  4439. Part395.CanCollide = false
  4440. Part395.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4441. Part395.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4442. Part395.Material = Enum.Material.Neon
  4443. Part395.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4444. Part395.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4445. Part395.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4446. Part395.brickColor = BrickColor.new("Bright blue")
  4447. SpecialMesh396.Parent = Part395
  4448. SpecialMesh396.Scale = Vector3.new(0.449999988, 0.899999976, 0.100000001)
  4449. SpecialMesh396.MeshType = Enum.MeshType.Brick
  4450. Part397.Parent = Model0
  4451. Part397.CFrame = CFrame.new(-0.638540506, 2.9091177, -16.128315, 0.00135860231, -0.999985635, -0.00518506905, 0.0334058255, -0.00513679488, 0.999428749, -0.999441087, -0.00153103739, 0.0333983675)
  4452. Part397.Orientation = Vector3.new(-88.0599976, -8.81999969, 98.7399979)
  4453. Part397.Position = Vector3.new(-0.638540506, 2.9091177, -16.128315)
  4454. Part397.Rotation = Vector3.new(-88.0899963, -0.299999982, 89.9199982)
  4455. Part397.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4456. Part397.Velocity = Vector3.new(1.11027532e-07, 0.00246243807, 1.45902084e-06)
  4457. Part397.Size = Vector3.new(1.625, 0.200000003, 0.296375006)
  4458. Part397.Anchored = true
  4459. Part397.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4460. Part397.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4461. Part397.BrickColor = BrickColor.new("Royal purple")
  4462. Part397.CanCollide = false
  4463. Part397.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4464. Part397.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4465. Part397.Material = Enum.Material.Neon
  4466. Part397.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4467. Part397.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4468. Part397.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4469. Part397.brickColor = BrickColor.new("Royal purple")
  4470. SpecialMesh398.Parent = Part397
  4471. SpecialMesh398.Scale = Vector3.new(1, 0.300000012, 0.5)
  4472. SpecialMesh398.MeshType = Enum.MeshType.Wedge
  4473. Part399.Parent = Model0
  4474. Part399.CFrame = CFrame.new(-0.614644945, 3.60375571, -13.6545372, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  4475. Part399.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4476. Part399.Position = Vector3.new(-0.614644945, 3.60375571, -13.6545372)
  4477. Part399.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4478. Part399.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4479. Part399.Velocity = Vector3.new(8.81826168e-10, 0.00246759667, 1.1587872e-08)
  4480. Part399.Size = Vector3.new(0.275000006, 0.51412493, 0.622375011)
  4481. Part399.Anchored = true
  4482. Part399.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4483. Part399.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4484. Part399.BrickColor = BrickColor.new("Really black")
  4485. Part399.CanCollide = false
  4486. Part399.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4487. Part399.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4488. Part399.Material = Enum.Material.Metal
  4489. Part399.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4490. Part399.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4491. Part399.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4492. Part399.brickColor = BrickColor.new("Really black")
  4493. SpecialMesh400.Parent = Part399
  4494. SpecialMesh400.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  4495. SpecialMesh400.MeshType = Enum.MeshType.Brick
  4496. Part401.Parent = Model0
  4497. Part401.CFrame = CFrame.new(-0.577553451, 2.93009853, -15.210207, -0.00336827105, 0.999985635, -0.0041695768, 0.380026042, 0.00513680326, 0.924961627, 0.924969733, 0.00153097301, -0.380037904)
  4498. Part401.Orientation = Vector3.new(-67.659996, -179.369995, 89.2299957)
  4499. Part401.Position = Vector3.new(-0.577553451, 2.93009853, -15.210207)
  4500. Part401.Rotation = Vector3.new(-112.339996, -0.239999995, -90.1899948)
  4501. Part401.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4502. Part401.Velocity = Vector3.new(1.07700714e-07, 0.00246436079, 1.41530256e-06)
  4503. Part401.Size = Vector3.new(0.288000047, 0.200000003, 0.27837503)
  4504. Part401.Anchored = true
  4505. Part401.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4506. Part401.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4507. Part401.BrickColor = BrickColor.new("Royal purple")
  4508. Part401.CanCollide = false
  4509. Part401.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4510. Part401.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4511. Part401.Material = Enum.Material.Neon
  4512. Part401.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4513. Part401.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4514. Part401.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4515. Part401.brickColor = BrickColor.new("Royal purple")
  4516. SpecialMesh402.Parent = Part401
  4517. SpecialMesh402.Scale = Vector3.new(1, 0.300000012, 0.5)
  4518. SpecialMesh402.MeshType = Enum.MeshType.Wedge
  4519. Part403.Parent = Model0
  4520. Part403.CFrame = CFrame.new(-0.610871017, 3.00987482, -14.1263742, -0.999985635, 0.00162795268, 0.00510695158, -0.00513688475, -0.0189460143, -0.999807417, -0.00153088232, -0.999819279, 0.0189541057)
  4521. Part403.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  4522. Part403.Position = Vector3.new(-0.610871017, 3.00987482, -14.1263742)
  4523. Part403.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  4524. Part403.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4525. Part403.Velocity = Vector3.new(9.5050936e-08, 0.00246661413, 1.24907092e-06)
  4526. Part403.Size = Vector3.new(0.275000006, 0.207000002, 0.213375002)
  4527. Part403.Anchored = true
  4528. Part403.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4529. Part403.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4530. Part403.BrickColor = BrickColor.new("Bright blue")
  4531. Part403.CanCollide = false
  4532. Part403.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4533. Part403.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4534. Part403.Material = Enum.Material.Neon
  4535. Part403.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4536. Part403.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4537. Part403.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4538. Part403.brickColor = BrickColor.new("Bright blue")
  4539. SpecialMesh404.Parent = Part403
  4540. SpecialMesh404.Scale = Vector3.new(0.550000012, 0.25, 0.5)
  4541. SpecialMesh404.MeshType = Enum.MeshType.Wedge
  4542. Part405.Parent = Model0
  4543. Part405.CFrame = CFrame.new(-0.576041341, 2.90943861, -16.1282196, -0.00135869172, 0.999985635, -0.00518506905, -0.0334058292, 0.00513679255, 0.999428749, 0.999441028, 0.00153112656, 0.0333983749)
  4544. Part405.Orientation = Vector3.new(-88.0599976, -8.81999969, -81.2599945)
  4545. Part405.Position = Vector3.new(-0.576041341, 2.90943861, -16.1282196)
  4546. Part405.Rotation = Vector3.new(-88.0899963, -0.299999982, -90.0799942)
  4547. Part405.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4548. Part405.Velocity = Vector3.new(1.10976643e-07, 0.00246244832, 1.45835213e-06)
  4549. Part405.Size = Vector3.new(1.625, 0.200000003, 0.296375006)
  4550. Part405.Anchored = true
  4551. Part405.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4552. Part405.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4553. Part405.BrickColor = BrickColor.new("Royal purple")
  4554. Part405.CanCollide = false
  4555. Part405.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4556. Part405.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4557. Part405.Material = Enum.Material.Neon
  4558. Part405.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4559. Part405.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4560. Part405.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4561. Part405.brickColor = BrickColor.new("Royal purple")
  4562. SpecialMesh406.Parent = Part405
  4563. SpecialMesh406.Scale = Vector3.new(1, 0.300000012, 0.5)
  4564. SpecialMesh406.MeshType = Enum.MeshType.Wedge
  4565. Part407.Parent = Model0
  4566. Part407.CFrame = CFrame.new(-0.61728102, 3.21630335, -10.6318092, -0.999985635, -0.00414685067, -0.00339615461, -0.00513672922, 0.560423911, 0.828190207, -0.00153109396, 0.828195751, -0.560437143)
  4567. Part407.Orientation = Vector3.new(-55.9099998, -179.649994, -0.529999971)
  4568. Part407.Position = Vector3.new(-0.61728102, 3.21630335, -10.6318092)
  4569. Part407.Rotation = Vector3.new(-124.089996, -0.189999998, 179.759995)
  4570. Part407.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4571. Part407.Velocity = Vector3.new(6.23185059e-08, 0.00247389474, 8.18931142e-07)
  4572. Part407.Size = Vector3.new(0.200000003, 0.46875, 0.220999971)
  4573. Part407.Anchored = true
  4574. Part407.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4575. Part407.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4576. Part407.BrickColor = BrickColor.new("Bright blue")
  4577. Part407.CanCollide = false
  4578. Part407.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4579. Part407.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4580. Part407.Material = Enum.Material.Neon
  4581. Part407.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4582. Part407.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4583. Part407.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4584. Part407.brickColor = BrickColor.new("Bright blue")
  4585. SpecialMesh408.Parent = Part407
  4586. SpecialMesh408.Scale = Vector3.new(0.5, 1, 0.25)
  4587. SpecialMesh408.MeshType = Enum.MeshType.Brick
  4588. Part409.Parent = Model0
  4589. Part409.CFrame = CFrame.new(-0.612716079, 3.04616904, -13.0423889, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  4590. Part409.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4591. Part409.Position = Vector3.new(-0.612716079, 3.04616904, -13.0423889)
  4592. Part409.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4593. Part409.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4594. Part409.Velocity = Vector3.new(8.92959378e-08, 0.00246887235, 1.17344382e-06)
  4595. Part409.Size = Vector3.new(0.275000006, 0.35512504, 0.283374995)
  4596. Part409.Anchored = true
  4597. Part409.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4598. Part409.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4599. Part409.BrickColor = BrickColor.new("Really black")
  4600. Part409.CanCollide = false
  4601. Part409.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4602. Part409.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4603. Part409.Material = Enum.Material.Metal
  4604. Part409.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4605. Part409.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4606. Part409.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4607. Part409.brickColor = BrickColor.new("Really black")
  4608. SpecialMesh410.Parent = Part409
  4609. SpecialMesh410.Scale = Vector3.new(0.400000006, 0.560000002, 0.5)
  4610. SpecialMesh410.MeshType = Enum.MeshType.Wedge
  4611. Part411.Parent = Model0
  4612. Part411.CFrame = CFrame.new(-0.614045858, 3.38228369, -13.3029222, 0.999985635, 0.00162801193, -0.00510688825, 0.00513682282, -0.0189459547, 0.999807417, 0.00153094309, -0.999819279, -0.0189540461)
  4613. Part411.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  4614. Part411.Position = Vector3.new(-0.614045858, 3.38228369, -13.3029222)
  4615. Part411.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  4616. Part411.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4617. Part411.Velocity = Vector3.new(3.59996903e-08, 0.00246832939, 4.73074152e-07)
  4618. Part411.Size = Vector3.new(0.275000006, 0.204125047, 0.287375003)
  4619. Part411.Anchored = true
  4620. Part411.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4621. Part411.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4622. Part411.BrickColor = BrickColor.new("Really black")
  4623. Part411.CanCollide = false
  4624. Part411.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4625. Part411.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4626. Part411.Material = Enum.Material.Metal
  4627. Part411.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4628. Part411.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4629. Part411.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4630. Part411.brickColor = BrickColor.new("Really black")
  4631. SpecialMesh412.Parent = Part411
  4632. SpecialMesh412.Scale = Vector3.new(0.5, 0.5, 0.5)
  4633. SpecialMesh412.MeshType = Enum.MeshType.Wedge
  4634. Part413.Parent = Model0
  4635. Part413.CFrame = CFrame.new(-0.609584808, 2.93011069, -14.6988583, -0.999985635, -0.00476218108, -0.00245960802, -0.00513651408, 0.720367968, 0.693573236, -0.00153109804, 0.693575919, -0.720382035)
  4636. Part413.Orientation = Vector3.new(-43.9099998, -179.800003, -0.409999996)
  4637. Part413.Position = Vector3.new(-0.609584808, 2.93011069, -14.6988583)
  4638. Part413.Rotation = Vector3.new(-136.089996, -0.140000001, 179.729996)
  4639. Part413.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4640. Part413.Velocity = Vector3.new(1.07698781e-07, 0.00246542133, 1.41527721e-06)
  4641. Part413.Size = Vector3.new(0.275000006, 0.484124899, 0.227375031)
  4642. Part413.Anchored = true
  4643. Part413.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4644. Part413.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4645. Part413.BrickColor = BrickColor.new("Really black")
  4646. Part413.CanCollide = false
  4647. Part413.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4648. Part413.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4649. Part413.Material = Enum.Material.Metal
  4650. Part413.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4651. Part413.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4652. Part413.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4653. Part413.brickColor = BrickColor.new("Really black")
  4654. SpecialMesh414.Parent = Part413
  4655. SpecialMesh414.Scale = Vector3.new(0.349999994, 0.300000012, 1)
  4656. SpecialMesh414.MeshType = Enum.MeshType.Brick
  4657. Part415.Parent = Model0
  4658. Part415.CFrame = CFrame.new(-0.606956184, 3.40465999, -18.0096188, 0.999985635, -0.0010395617, 0.00525854016, 0.00513699278, -0.0943568796, -0.99552542, 0.00153108896, 0.995537996, -0.094350189)
  4659. Part415.Orientation = Vector3.new(84.5800018, 176.809998, 176.87999)
  4660. Part415.Position = Vector3.new(-0.606956184, 3.40465999, -18.0096188)
  4661. Part415.Rotation = Vector3.new(95.409996, 0.299999982, 0.0599999987)
  4662. Part415.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4663. Part415.Velocity = Vector3.new(3.24515206e-08, 0.00245852303, 4.26448139e-07)
  4664. Part415.Size = Vector3.new(0.275000006, 1.46012485, 0.422374964)
  4665. Part415.Anchored = true
  4666. Part415.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4667. Part415.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4668. Part415.BrickColor = BrickColor.new("Really black")
  4669. Part415.CanCollide = false
  4670. Part415.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4671. Part415.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4672. Part415.Material = Enum.Material.Metal
  4673. Part415.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4674. Part415.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4675. Part415.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4676. Part415.brickColor = BrickColor.new("Really black")
  4677. SpecialMesh416.Parent = Part415
  4678. SpecialMesh416.Scale = Vector3.new(0.400000006, 1, 0.5)
  4679. SpecialMesh416.MeshType = Enum.MeshType.Brick
  4680. Part417.Parent = Model0
  4681. Part417.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  4682. Part417.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4683. Part417.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  4684. Part417.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4685. Part417.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4686. Part417.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  4687. Part417.Size = Vector3.new(0.275000006, 0.320124894, 0.316374987)
  4688. Part417.Anchored = true
  4689. Part417.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4690. Part417.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4691. Part417.BrickColor = BrickColor.new("Royal purple")
  4692. Part417.CanCollide = false
  4693. Part417.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4694. Part417.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4695. Part417.Material = Enum.Material.Neon
  4696. Part417.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4697. Part417.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4698. Part417.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4699. Part417.brickColor = BrickColor.new("Royal purple")
  4700. SpecialMesh418.Parent = Part417
  4701. SpecialMesh418.Scale = Vector3.new(0.457500011, 1, 1)
  4702. SpecialMesh418.MeshType = Enum.MeshType.Cylinder
  4703. Part419.Parent = Model0
  4704. Part419.CFrame = CFrame.new(-0.616606832, 3.19626212, -11.004673, -0.999985635, -0.000250895391, -0.00535403285, -0.00513659744, -0.24046874, 0.970643461, -0.001531007, 0.970656931, 0.240463987)
  4705. Part419.Orientation = Vector3.new(-76.0800018, -1.27999997, -178.779999)
  4706. Part419.Position = Vector3.new(-0.616606832, 3.19626212, -11.004673)
  4707. Part419.Rotation = Vector3.new(-76.0899963, -0.310000002, 179.98999)
  4708. Part419.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4709. Part419.Velocity = Vector3.new(6.54963515e-08, 0.00247311778, 8.606915e-07)
  4710. Part419.Size = Vector3.new(0.275000006, 0.418250024, 0.25)
  4711. Part419.Anchored = true
  4712. Part419.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4713. Part419.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4714. Part419.BrickColor = BrickColor.new("Really black")
  4715. Part419.CanCollide = false
  4716. Part419.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4717. Part419.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4718. Part419.Material = Enum.Material.Metal
  4719. Part419.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4720. Part419.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4721. Part419.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4722. Part419.brickColor = BrickColor.new("Really black")
  4723. SpecialMesh420.Parent = Part419
  4724. SpecialMesh420.Scale = Vector3.new(0.5, 1, 0.25)
  4725. SpecialMesh420.MeshType = Enum.MeshType.Brick
  4726. Part421.Parent = Model0
  4727. Part421.CFrame = CFrame.new(-0.610599458, 3.09770298, -14.5984182, -0.999985635, 0.00510674436, -0.0016279578, -0.00513667939, -0.999807417, 0.0189470276, -0.00153088616, 0.018955119, 0.999819279)
  4728. Part421.Orientation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  4729. Part421.Position = Vector3.new(-0.610599458, 3.09770298, -14.5984182)
  4730. Part421.Rotation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  4731. Part421.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4732. Part421.Velocity = Vector3.new(8.1124405e-08, 0.00246563042, 1.06606149e-06)
  4733. Part421.Size = Vector3.new(0.275000006, 0.200124964, 0.287375033)
  4734. Part421.Anchored = true
  4735. Part421.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4736. Part421.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4737. Part421.BrickColor = BrickColor.new("Institutional white")
  4738. Part421.CanCollide = false
  4739. Part421.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4740. Part421.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4741. Part421.Material = Enum.Material.Metal
  4742. Part421.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4743. Part421.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4744. Part421.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4745. Part421.brickColor = BrickColor.new("Institutional white")
  4746. SpecialMesh422.Parent = Part421
  4747. SpecialMesh422.Scale = Vector3.new(0.560000002, 1, 0.899999976)
  4748. SpecialMesh422.MeshType = Enum.MeshType.Wedge
  4749. Part423.Parent = Model0
  4750. Part423.CFrame = CFrame.new(-0.608857095, 2.56135106, -13.9388657, -0.999985635, -0.00289438874, -0.00451127253, -0.00513661513, 0.277069688, 0.960836291, -0.00153109606, 0.96084559, -0.277080595)
  4751. Part423.Orientation = Vector3.new(-73.909996, -179.069992, -1.05999994)
  4752. Part423.Position = Vector3.new(-0.608857095, 2.56135106, -13.9388657)
  4753. Part423.Rotation = Vector3.new(-106.089996, -0.25999999, 179.830002)
  4754. Part423.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4755. Part423.Velocity = Vector3.new(1.66171404e-07, 0.00246700505, 2.18366995e-06)
  4756. Part423.Size = Vector3.new(0.275000006, 0.409124941, 0.360375017)
  4757. Part423.Anchored = true
  4758. Part423.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4759. Part423.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4760. Part423.BrickColor = BrickColor.new("Really black")
  4761. Part423.CanCollide = false
  4762. Part423.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4763. Part423.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4764. Part423.Material = Enum.Material.Metal
  4765. Part423.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4766. Part423.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4767. Part423.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4768. Part423.brickColor = BrickColor.new("Really black")
  4769. SpecialMesh424.Parent = Part423
  4770. SpecialMesh424.Scale = Vector3.new(0.349999994, 1, 1)
  4771. SpecialMesh424.MeshType = Enum.MeshType.Brick
  4772. Part425.Parent = Model0
  4773. Part425.CFrame = CFrame.new(-0.610883415, 2.94288707, -13.8941879, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  4774. Part425.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4775. Part425.Position = Vector3.new(-0.610883415, 2.94288707, -13.8941879)
  4776. Part425.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4777. Part425.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4778. Part425.Velocity = Vector3.new(1.05672896e-07, 0.00246709795, 1.38865482e-06)
  4779. Part425.Size = Vector3.new(0.275000006, 0.228, 0.213375002)
  4780. Part425.Anchored = true
  4781. Part425.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4782. Part425.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4783. Part425.BrickColor = BrickColor.new("Really black")
  4784. Part425.CanCollide = false
  4785. Part425.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4786. Part425.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4787. Part425.Material = Enum.Material.Metal
  4788. Part425.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4789. Part425.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4790. Part425.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4791. Part425.brickColor = BrickColor.new("Really black")
  4792. SpecialMesh426.Parent = Part425
  4793. SpecialMesh426.Scale = Vector3.new(0.569999993, 0.125, 0.375)
  4794. SpecialMesh426.MeshType = Enum.MeshType.Wedge
  4795. Part427.Parent = Model0
  4796. Part427.CFrame = CFrame.new(-0.612252593, 3.11727381, -13.584939, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  4797. Part427.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4798. Part427.Position = Vector3.new(-0.612252593, 3.11727381, -13.584939)
  4799. Part427.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4800. Part427.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4801. Part427.Velocity = Vector3.new(7.80211593e-08, 0.00246774196, 1.02528122e-06)
  4802. Part427.Size = Vector3.new(0.275000006, 0.398124993, 0.303375006)
  4803. Part427.Anchored = true
  4804. Part427.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4805. Part427.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4806. Part427.BrickColor = BrickColor.new("Really black")
  4807. Part427.CanCollide = false
  4808. Part427.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4809. Part427.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4810. Part427.Material = Enum.Material.Metal
  4811. Part427.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4812. Part427.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4813. Part427.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4814. Part427.brickColor = BrickColor.new("Really black")
  4815. SpecialMesh428.Parent = Part427
  4816. SpecialMesh428.Scale = Vector3.new(0.5, 1, 1)
  4817. SpecialMesh428.MeshType = Enum.MeshType.Brick
  4818. Part429.Parent = Model0
  4819. Part429.CFrame = CFrame.new(-0.612551332, 3.35195827, -14.1766062, 0.999985635, 0.0047621401, -0.00246015727, 0.00513686566, -0.720367908, 0.693573296, 0.00153067405, -0.693575978, -0.720381975)
  4820. Part429.Orientation = Vector3.new(-43.9099998, -179.800003, 179.589996)
  4821. Part429.Position = Vector3.new(-0.612551332, 3.35195827, -14.1766062)
  4822. Part429.Rotation = Vector3.new(-136.089996, -0.140000001, -0.269999981)
  4823. Part429.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4824. Part429.Velocity = Vector3.new(4.08082492e-08, 0.00246650912, 5.36263883e-07)
  4825. Part429.Size = Vector3.new(0.275000006, 0.331124961, 0.412375003)
  4826. Part429.Anchored = true
  4827. Part429.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4828. Part429.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4829. Part429.BrickColor = BrickColor.new("Really black")
  4830. Part429.CanCollide = false
  4831. Part429.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4832. Part429.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4833. Part429.Material = Enum.Material.Metal
  4834. Part429.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4835. Part429.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4836. Part429.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4837. Part429.brickColor = BrickColor.new("Really black")
  4838. SpecialMesh430.Parent = Part429
  4839. SpecialMesh430.Scale = Vector3.new(0.5, 1.04999995, 0.5)
  4840. SpecialMesh430.MeshType = Enum.MeshType.Brick
  4841. Part431.Parent = Model0
  4842. Part431.CFrame = CFrame.new(-0.578086436, 2.53643656, -13.5418949, -0.00476215873, 0.999985635, -0.00245991186, 0.72036773, 0.00513670826, 0.693573475, 0.693576157, 0.00153086532, -0.720381796)
  4843. Part431.Orientation = Vector3.new(-43.9099998, -179.800003, 89.5899963)
  4844. Part431.Position = Vector3.new(-0.578086436, 2.53643656, -13.5418949)
  4845. Part431.Rotation = Vector3.new(-136.089996, -0.140000001, -90.2699966)
  4846. Part431.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4847. Part431.Velocity = Vector3.new(1.70122007e-07, 0.00246783718, 2.23558482e-06)
  4848. Part431.Size = Vector3.new(0.421999991, 0.200000003, 0.280375004)
  4849. Part431.Anchored = true
  4850. Part431.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4851. Part431.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4852. Part431.BrickColor = BrickColor.new("Royal purple")
  4853. Part431.CanCollide = false
  4854. Part431.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4855. Part431.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4856. Part431.Material = Enum.Material.Neon
  4857. Part431.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4858. Part431.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4859. Part431.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4860. Part431.brickColor = BrickColor.new("Royal purple")
  4861. SpecialMesh432.Parent = Part431
  4862. SpecialMesh432.Scale = Vector3.new(1, 0.300000012, 0.5)
  4863. SpecialMesh432.MeshType = Enum.MeshType.Wedge
  4864. Part433.Parent = Model0
  4865. Part433.CFrame = CFrame.new(-0.647041559, 3.82817221, -13.658843, -0.00162801228, -0.999985635, 0.00510653481, 0.0189460143, -0.00513646938, -0.999807417, 0.999819279, -0.00153094972, 0.0189541057)
  4866. Part433.Orientation = Vector3.new(88.8799973, 15.0799999, 105.169998)
  4867. Part433.Position = Vector3.new(-0.647041559, 3.82817221, -13.658843)
  4868. Part433.Rotation = Vector3.new(88.909996, 0.289999992, 90.0899963)
  4869. Part433.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4870. Part433.Velocity = Vector3.new(-3.47029321e-08, 0.00246758247, -4.56033831e-07)
  4871. Part433.Size = Vector3.new(0.643000007, 0.200000003, 0.280375004)
  4872. Part433.Anchored = true
  4873. Part433.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4874. Part433.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4875. Part433.BrickColor = BrickColor.new("Royal purple")
  4876. Part433.CanCollide = false
  4877. Part433.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4878. Part433.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4879. Part433.Material = Enum.Material.Neon
  4880. Part433.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4881. Part433.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4882. Part433.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4883. Part433.brickColor = BrickColor.new("Royal purple")
  4884. SpecialMesh434.Parent = Part433
  4885. SpecialMesh434.Scale = Vector3.new(1, 0.300000012, 0.5)
  4886. SpecialMesh434.MeshType = Enum.MeshType.Wedge
  4887. Part435.Parent = Model0
  4888. Part435.CFrame = CFrame.new(-0.610847712, 3.10699439, -14.4674244, 0.999985635, 0.00345827825, -0.00409521349, 0.00513684051, -0.400113374, 0.916451454, 0.00153079373, -0.916459262, -0.400125414)
  4889. Part435.Orientation = Vector3.new(-66.409996, -179.409988, 179.259995)
  4890. Part435.Position = Vector3.new(-0.610847712, 3.10699439, -14.4674244)
  4891. Part435.Rotation = Vector3.new(-113.589996, -0.229999989, -0.199999988)
  4892. Part435.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4893. Part435.Velocity = Vector3.new(7.96511017e-08, 0.00246590329, 1.04670062e-06)
  4894. Part435.Size = Vector3.new(0.275000006, 0.23712492, 0.375375003)
  4895. Part435.Anchored = true
  4896. Part435.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4897. Part435.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4898. Part435.BrickColor = BrickColor.new("Royal purple")
  4899. Part435.CanCollide = false
  4900. Part435.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4901. Part435.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4902. Part435.Material = Enum.Material.Neon
  4903. Part435.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4904. Part435.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4905. Part435.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4906. Part435.brickColor = BrickColor.new("Royal purple")
  4907. SpecialMesh436.Parent = Part435
  4908. SpecialMesh436.Scale = Vector3.new(0.524999976, 1.04999995, 0.800000012)
  4909. SpecialMesh436.MeshType = Enum.MeshType.Brick
  4910. Part437.Parent = Model0
  4911. Part437.CFrame = CFrame.new(-0.583012402, 3.6639781, -14.1030874, 0.00476215919, 0.999985635, 0.00246015075, -0.720367849, 0.0051368745, -0.693573356, -0.693576038, 0.00153069268, 0.720381975)
  4912. Part437.Orientation = Vector3.new(43.9099998, 0.199999988, -89.5899963)
  4913. Part437.Position = Vector3.new(-0.583012402, 3.6639781, -14.1030874)
  4914. Part437.Rotation = Vector3.new(43.9099998, 0.140000001, -89.7299957)
  4915. Part437.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4916. Part437.Velocity = Vector3.new(-8.66738503e-09, 0.00246666698, -1.13898864e-07)
  4917. Part437.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  4918. Part437.Anchored = true
  4919. Part437.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4920. Part437.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4921. Part437.BrickColor = BrickColor.new("Royal purple")
  4922. Part437.CanCollide = false
  4923. Part437.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4924. Part437.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4925. Part437.Material = Enum.Material.Neon
  4926. Part437.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4927. Part437.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4928. Part437.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4929. Part437.brickColor = BrickColor.new("Royal purple")
  4930. SpecialMesh438.Parent = Part437
  4931. SpecialMesh438.Scale = Vector3.new(1, 0.300000012, 0.5)
  4932. SpecialMesh438.MeshType = Enum.MeshType.Wedge
  4933. Part439.Parent = Model0
  4934. Part439.CFrame = CFrame.new(-0.609243929, 2.84955072, -14.6524963, -0.999985635, -0.00162816211, -0.00510652829, -0.00513646565, 0.0189461932, 0.999807417, -0.00153109885, 0.999819279, -0.0189542845)
  4935. Part439.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4936. Part439.Position = Vector3.new(-0.609243929, 2.84955072, -14.6524963)
  4937. Part439.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4938. Part439.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4939. Part439.Velocity = Vector3.new(1.20472833e-07, 0.00246551796, 1.58314185e-06)
  4940. Part439.Size = Vector3.new(0.275000006, 0.287124902, 0.227375031)
  4941. Part439.Anchored = true
  4942. Part439.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4943. Part439.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4944. Part439.BrickColor = BrickColor.new("Really black")
  4945. Part439.CanCollide = false
  4946. Part439.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4947. Part439.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4948. Part439.Material = Enum.Material.Metal
  4949. Part439.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4950. Part439.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4951. Part439.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4952. Part439.brickColor = BrickColor.new("Really black")
  4953. SpecialMesh440.Parent = Part439
  4954. SpecialMesh440.Scale = Vector3.new(0.349999994, 1, 1)
  4955. SpecialMesh440.MeshType = Enum.MeshType.Brick
  4956. Part441.Parent = Model0
  4957. Part441.CFrame = CFrame.new(-0.610548377, 2.83942795, -13.765955, -0.999985635, -0.00162816129, -0.00510662561, -0.00513656298, 0.0189460143, 0.999807417, -0.00153109711, 0.999819279, -0.0189541057)
  4958. Part441.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4959. Part441.Position = Vector3.new(-0.610548377, 2.83942795, -13.765955)
  4960. Part441.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4961. Part441.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4962. Part441.Velocity = Vector3.new(1.22077964e-07, 0.002467365, 1.60423497e-06)
  4963. Part441.Size = Vector3.new(0.275000006, 0.304124922, 0.267374992)
  4964. Part441.Anchored = true
  4965. Part441.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4966. Part441.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4967. Part441.BrickColor = BrickColor.new("Really black")
  4968. Part441.CanCollide = false
  4969. Part441.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4970. Part441.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4971. Part441.Material = Enum.Material.Metal
  4972. Part441.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4973. Part441.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4974. Part441.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4975. Part441.brickColor = BrickColor.new("Really black")
  4976. SpecialMesh442.Parent = Part441
  4977. SpecialMesh442.Scale = Vector3.new(0.495000005, 1, 1)
  4978. SpecialMesh442.MeshType = Enum.MeshType.Wedge
  4979. Part443.Parent = Model0
  4980. Part443.CFrame = CFrame.new(-0.584542513, 3.82849336, -13.6587467, 0.00162807188, 0.999985635, 0.00510653481, -0.0189460143, 0.00513647031, -0.999807417, -0.999819279, 0.00153100933, 0.0189541057)
  4981. Part443.Orientation = Vector3.new(88.8799973, 15.0799999, -74.8300018)
  4982. Part443.Position = Vector3.new(-0.584542513, 3.82849336, -13.6587467)
  4983. Part443.Rotation = Vector3.new(88.909996, 0.289999992, -89.909996)
  4984. Part443.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4985. Part443.Velocity = Vector3.new(-3.47538496e-08, 0.00246759271, -4.56702992e-07)
  4986. Part443.Size = Vector3.new(0.643000007, 0.200000003, 0.280375004)
  4987. Part443.Anchored = true
  4988. Part443.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4989. Part443.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4990. Part443.BrickColor = BrickColor.new("Royal purple")
  4991. Part443.CanCollide = false
  4992. Part443.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4993. Part443.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4994. Part443.Material = Enum.Material.Neon
  4995. Part443.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4996. Part443.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4997. Part443.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4998. Part443.brickColor = BrickColor.new("Royal purple")
  4999. SpecialMesh444.Parent = Part443
  5000. SpecialMesh444.Scale = Vector3.new(1, 0.300000012, 0.5)
  5001. SpecialMesh444.MeshType = Enum.MeshType.Wedge
  5002. Part445.Parent = Model0
  5003. Part445.CFrame = CFrame.new(-0.618139863, 3.39627433, -10.6743059, 0.999985635, -0.0024899696, 0.00474630948, 0.00513651408, 0.192273051, -0.981328189, 0.00153088931, 0.981338441, 0.192283079)
  5004. Part445.Orientation = Vector3.new(78.909996, 1.40999997, 1.52999997)
  5005. Part445.Position = Vector3.new(-0.618139863, 3.39627433, -10.6743059)
  5006. Part445.Rotation = Vector3.new(78.909996, 0.269999981, 0.140000001)
  5007. Part445.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5008. Part445.Velocity = Vector3.new(3.37812835e-08, 0.00247380603, 4.43921522e-07)
  5009. Part445.Size = Vector3.new(0.275000006, 0.28125, 0.234375)
  5010. Part445.Anchored = true
  5011. Part445.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5012. Part445.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5013. Part445.BrickColor = BrickColor.new("Really black")
  5014. Part445.CanCollide = false
  5015. Part445.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5016. Part445.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5017. Part445.Material = Enum.Material.Metal
  5018. Part445.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5019. Part445.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5020. Part445.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5021. Part445.brickColor = BrickColor.new("Really black")
  5022. SpecialMesh446.Parent = Part445
  5023. SpecialMesh446.Scale = Vector3.new(0.5, 1.04999995, 0.400000006)
  5024. SpecialMesh446.MeshType = Enum.MeshType.Brick
  5025. Part447.Parent = Model0
  5026. Part447.CFrame = CFrame.new(-0.612165928, 3.04279852, -13.3917465, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  5027. Part447.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5028. Part447.Position = Vector3.new(-0.612165928, 3.04279852, -13.3917465)
  5029. Part447.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5030. Part447.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5031. Part447.Velocity = Vector3.new(8.98303796e-08, 0.00246814452, 1.18046705e-06)
  5032. Part447.Size = Vector3.new(0.275000006, 0.577124953, 0.303375006)
  5033. Part447.Anchored = true
  5034. Part447.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5035. Part447.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5036. Part447.BrickColor = BrickColor.new("Really black")
  5037. Part447.CanCollide = false
  5038. Part447.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5039. Part447.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5040. Part447.Material = Enum.Material.Metal
  5041. Part447.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5042. Part447.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5043. Part447.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5044. Part447.brickColor = BrickColor.new("Really black")
  5045. SpecialMesh448.Parent = Part447
  5046. SpecialMesh448.Scale = Vector3.new(0.400000006, 0.870000005, 0.5)
  5047. SpecialMesh448.MeshType = Enum.MeshType.Brick
  5048. Part449.Parent = Model0
  5049. Part449.CFrame = CFrame.new(-0.576728344, 2.5984447, -14.6364422, 0.00114334025, 0.999985635, -0.00523668947, -0.483495861, 0.00513671385, 0.8753317, 0.875346005, 0.00153111527, 0.483494759)
  5050. Part449.Orientation = Vector3.new(-61.079998, -0.620000005, -89.3899994)
  5051. Part449.Position = Vector3.new(-0.576728344, 2.5984447, -14.6364422)
  5052. Part449.Rotation = Vector3.new(-61.0900002, -0.299999982, -89.9300003)
  5053. Part449.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5054. Part449.Velocity = Vector3.new(1.6028963e-07, 0.00246555661, 2.10637722e-06)
  5055. Part449.Size = Vector3.new(0.423000038, 0.200000003, 0.280375004)
  5056. Part449.Anchored = true
  5057. Part449.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5058. Part449.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5059. Part449.BrickColor = BrickColor.new("Royal purple")
  5060. Part449.CanCollide = false
  5061. Part449.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5062. Part449.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5063. Part449.Material = Enum.Material.Neon
  5064. Part449.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5065. Part449.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5066. Part449.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5067. Part449.brickColor = BrickColor.new("Royal purple")
  5068. SpecialMesh450.Parent = Part449
  5069. SpecialMesh450.Scale = Vector3.new(1, 0.300000012, 0.5)
  5070. SpecialMesh450.MeshType = Enum.MeshType.Wedge
  5071. Part451.Parent = Model0
  5072. Part451.CFrame = CFrame.new(-0.611472607, 3.24456573, -14.520874, -0.999985635, 0.000250921701, 0.00535428664, -0.00513683865, 0.240468413, -0.970643461, -0.00153109187, -0.970656991, -0.240463659)
  5073. Part451.Orientation = Vector3.new(76.0800018, 178.720001, -1.22000003)
  5074. Part451.Position = Vector3.new(-0.611472607, 3.24456573, -14.520874)
  5075. Part451.Rotation = Vector3.new(103.909996, 0.310000002, -179.98999)
  5076. Part451.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5077. Part451.Velocity = Vector3.new(5.78370134e-08, 0.002465792, 7.60040166e-07)
  5078. Part451.Size = Vector3.new(0.275000006, 0.221124932, 0.408374965)
  5079. Part451.Anchored = true
  5080. Part451.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5081. Part451.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5082. Part451.BrickColor = BrickColor.new("Really black")
  5083. Part451.CanCollide = false
  5084. Part451.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5085. Part451.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5086. Part451.Material = Enum.Material.Metal
  5087. Part451.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5088. Part451.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5089. Part451.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5090. Part451.brickColor = BrickColor.new("Really black")
  5091. SpecialMesh452.Parent = Part451
  5092. SpecialMesh452.Scale = Vector3.new(0.550000012, 1.04999995, 0.800000012)
  5093. SpecialMesh452.MeshType = Enum.MeshType.Brick
  5094. Part453.Parent = Model0
  5095. Part453.CFrame = CFrame.new(-0.610993803, 3.15083313, -14.5190973, 0.999985635, 0.00289416499, -0.00451159757, 0.00513686473, -0.2770693, 0.960836351, 0.00153079326, -0.960845709, -0.277080178)
  5096. Part453.Orientation = Vector3.new(-73.909996, -179.069992, 178.940002)
  5097. Part453.Position = Vector3.new(-0.610993803, 3.15083313, -14.5190973)
  5098. Part453.Rotation = Vector3.new(-106.089996, -0.25999999, -0.170000002)
  5099. Part453.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5100. Part453.Velocity = Vector3.new(7.26997911e-08, 0.00246579573, 9.55352903e-07)
  5101. Part453.Size = Vector3.new(0.275000006, 0.221124932, 0.408374965)
  5102. Part453.Anchored = true
  5103. Part453.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5104. Part453.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5105. Part453.BrickColor = BrickColor.new("Really black")
  5106. Part453.CanCollide = false
  5107. Part453.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5108. Part453.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5109. Part453.Material = Enum.Material.Metal
  5110. Part453.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5111. Part453.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5112. Part453.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5113. Part453.brickColor = BrickColor.new("Really black")
  5114. SpecialMesh454.Parent = Part453
  5115. SpecialMesh454.Scale = Vector3.new(0.550000012, 1.04999995, 0.800000012)
  5116. SpecialMesh454.MeshType = Enum.MeshType.Brick
  5117. Part455.Parent = Model0
  5118. Part455.CFrame = CFrame.new(-0.609657764, 2.72515392, -13.9643335, -0.999985635, -0.00162816129, -0.00510662561, -0.00513656298, 0.0189460143, 0.999807417, -0.00153109711, 0.999819279, -0.0189541057)
  5119. Part455.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5120. Part455.Position = Vector3.new(-0.609657764, 2.72515392, -13.9643335)
  5121. Part455.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5122. Part455.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5123. Part455.Velocity = Vector3.new(1.40197898e-07, 0.00246695196, 1.84235034e-06)
  5124. Part455.Size = Vector3.new(0.275000006, 0.330124915, 0.226374999)
  5125. Part455.Anchored = true
  5126. Part455.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5127. Part455.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5128. Part455.BrickColor = BrickColor.new("Really black")
  5129. Part455.CanCollide = false
  5130. Part455.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5131. Part455.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5132. Part455.Material = Enum.Material.Glass
  5133. Part455.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5134. Part455.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5135. Part455.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5136. Part455.brickColor = BrickColor.new("Really black")
  5137. SpecialMesh456.Parent = Part455
  5138. SpecialMesh456.Scale = Vector3.new(0.400000006, 1, 1)
  5139. SpecialMesh456.MeshType = Enum.MeshType.Brick
  5140. Part457.Parent = Model0
  5141. Part457.CFrame = CFrame.new(-0.577368915, 2.78939152, -14.8586674, 0.00361127499, 0.999985635, -0.00396134611, -0.85638535, 0.00513800606, 0.516312063, 0.516324997, 0.00152789324, 0.856391609)
  5142. Part457.Orientation = Vector3.new(-31.0900002, -0.269999981, -89.659996)
  5143. Part457.Position = Vector3.new(-0.577368915, 2.78939152, -14.8586674)
  5144. Part457.Rotation = Vector3.new(-31.0900002, -0.229999989, -89.7900009)
  5145. Part457.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5146. Part457.Velocity = Vector3.new(1.30012012e-07, 0.00246509351, 1.70849694e-06)
  5147. Part457.Size = Vector3.new(0.293000042, 0.200000003, 0.280375004)
  5148. Part457.Anchored = true
  5149. Part457.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5150. Part457.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5151. Part457.BrickColor = BrickColor.new("Royal purple")
  5152. Part457.CanCollide = false
  5153. Part457.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5154. Part457.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5155. Part457.Material = Enum.Material.Neon
  5156. Part457.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5157. Part457.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5158. Part457.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5159. Part457.brickColor = BrickColor.new("Royal purple")
  5160. SpecialMesh458.Parent = Part457
  5161. SpecialMesh458.Scale = Vector3.new(1, 0.300000012, 0.5)
  5162. SpecialMesh458.MeshType = Enum.MeshType.Wedge
  5163. Part459.Parent = Model0
  5164. Part459.CFrame = CFrame.new(-0.611768007, 3.29040194, -14.4816895, -0.999985635, -0.00045009004, 0.00534120994, -0.00513681443, 0.36510545, -0.930952132, -0.00153109233, -0.930966198, -0.3651025)
  5165. Part459.Orientation = Vector3.new(68.5800018, 179.159988, -0.810000002)
  5166. Part459.Position = Vector3.new(-0.611768007, 3.29040194, -14.4816895)
  5167. Part459.Rotation = Vector3.new(111.409996, 0.310000002, 179.970001)
  5168. Part459.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5169. Part459.Velocity = Vector3.new(5.05689677e-08, 0.00246587349, 6.64530262e-07)
  5170. Part459.Size = Vector3.new(0.275000006, 0.238124937, 0.381375015)
  5171. Part459.Anchored = true
  5172. Part459.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5173. Part459.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5174. Part459.BrickColor = BrickColor.new("Royal purple")
  5175. Part459.CanCollide = false
  5176. Part459.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5177. Part459.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5178. Part459.Material = Enum.Material.Neon
  5179. Part459.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5180. Part459.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5181. Part459.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5182. Part459.brickColor = BrickColor.new("Royal purple")
  5183. SpecialMesh460.Parent = Part459
  5184. SpecialMesh460.Scale = Vector3.new(0.524999976, 1.04999995, 0.800000012)
  5185. SpecialMesh460.MeshType = Enum.MeshType.Brick
  5186. Part461.Parent = Model0
  5187. Part461.CFrame = CFrame.new(-0.605971158, 3.45052385, -18.8064079, -0.999985635, 0.00474059395, 0.00250087585, -0.00513641909, -0.714288056, -0.699833155, -0.00153127871, -0.699835896, 0.714302182)
  5188. Part461.Orientation = Vector3.new(44.4099998, 0.199999988, -179.589996)
  5189. Part461.Position = Vector3.new(-0.605971158, 3.45052385, -18.8064079)
  5190. Part461.Rotation = Vector3.new(44.4099998, 0.140000001, -179.729996)
  5191. Part461.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5192. Part461.Velocity = Vector3.new(2.51790748e-08, 0.00245686295, 3.30880596e-07)
  5193. Part461.Size = Vector3.new(0.275000006, 0.235124931, 0.586375237)
  5194. Part461.Anchored = true
  5195. Part461.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5196. Part461.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5197. Part461.BrickColor = BrickColor.new("Really black")
  5198. Part461.CanCollide = false
  5199. Part461.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5200. Part461.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5201. Part461.Material = Enum.Material.Metal
  5202. Part461.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5203. Part461.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5204. Part461.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5205. Part461.brickColor = BrickColor.new("Really black")
  5206. SpecialMesh462.Parent = Part461
  5207. SpecialMesh462.Scale = Vector3.new(0.400000006, 1.04999995, 1)
  5208. SpecialMesh462.MeshType = Enum.MeshType.Brick
  5209. Part463.Parent = Model0
  5210. Part463.CFrame = CFrame.new(-0.610880256, 2.96906447, -13.9840736, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  5211. Part463.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5212. Part463.Position = Vector3.new(-0.610880256, 2.96906447, -13.9840736)
  5213. Part463.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5214. Part463.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5215. Part463.Velocity = Vector3.new(1.01522062e-07, 0.00246691052, 1.33410845e-06)
  5216. Part463.Size = Vector3.new(0.275000006, 0.239124984, 0.303375006)
  5217. Part463.Anchored = true
  5218. Part463.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5219. Part463.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5220. Part463.BrickColor = BrickColor.new("Really black")
  5221. Part463.CanCollide = false
  5222. Part463.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5223. Part463.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5224. Part463.Material = Enum.Material.Glass
  5225. Part463.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5226. Part463.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5227. Part463.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5228. Part463.brickColor = BrickColor.new("Really black")
  5229. SpecialMesh464.Parent = Part463
  5230. SpecialMesh464.Scale = Vector3.new(0.524999976, 1, 1)
  5231. SpecialMesh464.MeshType = Enum.MeshType.Brick
  5232. Part465.Parent = Model0
  5233. Part465.CFrame = CFrame.new(-0.63922745, 2.59812379, -14.6365376, -0.00114342954, -0.999985635, -0.00523668341, 0.483495861, -0.00513675157, 0.8753317, -0.875346065, -0.00153103401, 0.483494759)
  5234. Part465.Orientation = Vector3.new(-61.079998, -0.620000005, 90.6100006)
  5235. Part465.Position = Vector3.new(-0.63922745, 2.59812379, -14.6365376)
  5236. Part465.Rotation = Vector3.new(-61.0900002, -0.299999982, 90.0699997)
  5237. Part465.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5238. Part465.Velocity = Vector3.new(1.6034052e-07, 0.0024655466, 2.10704593e-06)
  5239. Part465.Size = Vector3.new(0.423000038, 0.200000003, 0.280375004)
  5240. Part465.Anchored = true
  5241. Part465.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5242. Part465.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5243. Part465.BrickColor = BrickColor.new("Royal purple")
  5244. Part465.CanCollide = false
  5245. Part465.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5246. Part465.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5247. Part465.Material = Enum.Material.Neon
  5248. Part465.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5249. Part465.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5250. Part465.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5251. Part465.brickColor = BrickColor.new("Royal purple")
  5252. SpecialMesh466.Parent = Part465
  5253. SpecialMesh466.Scale = Vector3.new(1, 0.300000012, 0.5)
  5254. SpecialMesh466.MeshType = Enum.MeshType.Wedge
  5255. Part467.Parent = Model0
  5256. Part467.CFrame = CFrame.new(-0.63986814, 2.78907037, -14.8587627, -0.0036113495, -0.999985635, -0.00396139733, 0.85638535, -0.00513809687, 0.516312063, -0.516324997, -0.0015278986, 0.856391549)
  5257. Part467.Orientation = Vector3.new(-31.0900002, -0.269999981, 90.3399963)
  5258. Part467.Position = Vector3.new(-0.63986814, 2.78907037, -14.8587627)
  5259. Part467.Rotation = Vector3.new(-31.0900002, -0.229999989, 90.2099991)
  5260. Part467.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5261. Part467.Velocity = Vector3.new(1.30062929e-07, 0.00246508326, 1.70916621e-06)
  5262. Part467.Size = Vector3.new(0.293000042, 0.200000003, 0.280375004)
  5263. Part467.Anchored = true
  5264. Part467.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5265. Part467.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5266. Part467.BrickColor = BrickColor.new("Royal purple")
  5267. Part467.CanCollide = false
  5268. Part467.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5269. Part467.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5270. Part467.Material = Enum.Material.Neon
  5271. Part467.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5272. Part467.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5273. Part467.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5274. Part467.brickColor = BrickColor.new("Royal purple")
  5275. SpecialMesh468.Parent = Part467
  5276. SpecialMesh468.Scale = Vector3.new(1, 0.300000012, 0.5)
  5277. SpecialMesh468.MeshType = Enum.MeshType.Wedge
  5278. Part469.Parent = Model0
  5279. Part469.CFrame = CFrame.new(-0.610184669, 2.95239902, -14.3818283, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  5280. Part469.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  5281. Part469.Position = Vector3.new(-0.610184669, 2.95239902, -14.3818283)
  5282. Part469.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  5283. Part469.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5284. Part469.Velocity = Vector3.new(1.04164627e-07, 0.00246608187, 1.36883455e-06)
  5285. Part469.Size = Vector3.new(0.275000006, 0.410999984, 0.469375014)
  5286. Part469.Anchored = true
  5287. Part469.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5288. Part469.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5289. Part469.BrickColor = BrickColor.new("Really black")
  5290. Part469.CanCollide = false
  5291. Part469.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5292. Part469.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5293. Part469.Material = Enum.Material.Glass
  5294. Part469.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5295. Part469.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5296. Part469.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5297. Part469.brickColor = BrickColor.new("Really black")
  5298. SpecialMesh470.Parent = Part469
  5299. SpecialMesh470.Scale = Vector3.new(0.5, 0.850000024, 0.699999988)
  5300. SpecialMesh470.MeshType = Enum.MeshType.Brick
  5301. Part471.Parent = Model0
  5302. Part471.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  5303. Part471.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5304. Part471.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  5305. Part471.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5306. Part471.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5307. Part471.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  5308. Part471.Size = Vector3.new(0.275000006, 0.698124886, 0.638374984)
  5309. Part471.Anchored = true
  5310. Part471.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5311. Part471.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5312. Part471.BrickColor = BrickColor.new("Really black")
  5313. Part471.CanCollide = false
  5314. Part471.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5315. Part471.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5316. Part471.Material = Enum.Material.Glass
  5317. Part471.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5318. Part471.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5319. Part471.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5320. Part471.brickColor = BrickColor.new("Really black")
  5321. SpecialMesh472.Parent = Part471
  5322. SpecialMesh472.Scale = Vector3.new(0.449999988, 1, 1)
  5323. SpecialMesh472.MeshType = Enum.MeshType.Cylinder
  5324. Part473.Parent = Model0
  5325. Part473.CFrame = CFrame.new(-0.618369102, 3.23987865, -11.0925436, 0.999985635, 0.00162807235, -0.00510680024, 0.0051367362, -0.0189461038, 0.999807417, 0.00153100432, -0.999819279, -0.0189541951)
  5326. Part473.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  5327. Part473.Position = Vector3.new(-0.618369102, 3.23987865, -11.0925436)
  5328. Part473.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  5329. Part473.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5330. Part473.Velocity = Vector3.new(5.85802624e-08, 0.00247293455, 7.69806775e-07)
  5331. Part473.Size = Vector3.new(0.25999999, 0.578125, 0.21875)
  5332. Part473.Anchored = true
  5333. Part473.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5334. Part473.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5335. Part473.BrickColor = BrickColor.new("Really black")
  5336. Part473.CanCollide = false
  5337. Part473.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5338. Part473.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5339. Part473.Material = Enum.Material.Metal
  5340. Part473.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5341. Part473.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5342. Part473.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5343. Part473.brickColor = BrickColor.new("Really black")
  5344. SpecialMesh474.Parent = Part473
  5345. SpecialMesh474.Scale = Vector3.new(0.300000012, 1, 1)
  5346. SpecialMesh474.MeshType = Enum.MeshType.Wedge
  5347. Part475.Name = "TrueHandle"
  5348. Part475.Parent = Model0
  5349. Part475.CFrame = CFrame.new(-0.615642607, 3.34541011, -12.1349049, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  5350. Part475.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5351. Part475.Position = Vector3.new(-0.615642607, 3.34541011, -12.1349049)
  5352. Part475.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5353. Part475.Color = Color3.new(0.803922, 0.803922, 0.803922)
  5354. Part475.Velocity = Vector3.new(4.18465866e-08, 0.00247076293, 5.49908464e-07)
  5355. Part475.Size = Vector3.new(0.275000006, 1.73512506, 0.280375004)
  5356. Part475.Anchored = true
  5357. Part475.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5358. Part475.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5359. Part475.BrickColor = BrickColor.new("Mid gray")
  5360. Part475.CanCollide = false
  5361. Part475.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5362. Part475.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5363. Part475.Material = Enum.Material.Metal
  5364. Part475.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5365. Part475.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5366. Part475.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5367. Part475.brickColor = BrickColor.new("Mid gray")
  5368. SpecialMesh476.Parent = Part475
  5369. SpecialMesh476.Scale = Vector3.new(0.349999994, 1.04999995, 0.5)
  5370. SpecialMesh476.MeshType = Enum.MeshType.Brick
  5371. for i,v in pairs(mas:GetChildren()) do
  5372. v.Parent = owner
  5373. pcall(function() v:MakeJoints() end)
  5374. end
  5375. mas:Destroy()
  5376. for i,v in pairs(cors) do
  5377. spawn(function()
  5378. pcall(v)
  5379. end)
  5380. end
  5381. for i,v in pairs(Model0:GetChildren()) do
  5382. if v:IsA("Part") then
  5383. v.Locked = true
  5384. v.Anchored = false
  5385. v.CanCollide = false
  5386. end
  5387. end
  5388.  
  5389.  
  5390. plr = owner
  5391. char = plr.Character
  5392. hum = char.Humanoid
  5393. local cam = game.Workspace.CurrentCamera
  5394. t = char.Torso
  5395. h = char.Head
  5396. ra = char["Right Arm"]
  5397. la = char["Left Arm"]
  5398. rl = char["Right Leg"]
  5399. ll = char["Left Leg"]
  5400. tors = char.Torso
  5401. lleg = char["Left Leg"]
  5402. root = char.HumanoidRootPart
  5403. hed = char.Head
  5404. rleg = char["Right Leg"]
  5405. rarm = char["Right Arm"]
  5406. larm = char["Left Arm"]
  5407. it = Instance.new
  5408. vt = Vector3.new
  5409. bc = BrickColor.new
  5410. br = BrickColor.random
  5411. it = Instance.new
  5412. cf = CFrame.new
  5413. ceuler = CFrame.fromEulerAnglesXYZ
  5414.  
  5415. local muter = false
  5416. local ORGID = 1873219898
  5417. local ORVOL = 1.15
  5418. local ORPIT = 1.01
  5419. local kan = Instance.new("Sound",plr.PlayerGui)
  5420. kan.Volume = 1.15
  5421. kan.TimePosition = 0
  5422. kan.PlaybackSpeed = 1.01
  5423. kan.Pitch = 1.01
  5424. kan.SoundId = "rbxassetid://1873219898" --525289865,1873219898,381991270
  5425. kan.Name = "nepnepnep"
  5426. kan.Looped = true
  5427. kan:Play()
  5428.  
  5429. --------------------------- GUI STUFF
  5430. local basgui = it("GuiMain")
  5431. basgui.Parent = plr.PlayerGui
  5432. basgui.Name = "VISgui"
  5433. local fullscreenz = it("Frame")
  5434. fullscreenz.Parent = basgui
  5435. fullscreenz.BackgroundColor3 = Color3.new(255, 255, 255)
  5436. fullscreenz.BackgroundTransparency = 1
  5437. fullscreenz.BorderColor3 = Color3.new(17, 17, 17)
  5438. fullscreenz.Size = UDim2.new(1, 0, 1, 0)
  5439. fullscreenz.Position = UDim2.new(0, 0, 0, 0)
  5440. local imgl2 = Instance.new("ImageLabel",fullscreenz)
  5441. imgl2.BackgroundTransparency = 1
  5442. imgl2.BorderSizePixel = 0
  5443. imgl2.ImageTransparency = 0.5
  5444. imgl2.ImageColor3 = Color3.new(1,0,0)
  5445. imgl2.Position = UDim2.new(0.75,0,0.55,0)
  5446. imgl2.Size = UDim2.new(0,600,0,600)
  5447. imgl2.Image = "rbxassetid://320731120"
  5448. local techc = imgl2:Clone()
  5449. techc.Parent = fullscreenz
  5450. techc.ImageTransparency = 0.5
  5451. techc.Size = UDim2.new(0,700,0,700)
  5452. techc.Position = UDim2.new(0.75,-50,0.55,-50)
  5453. techc.ImageColor3 = Color3.new(0.5,0,1)
  5454. techc.Image = "rbxassetid://521073910"
  5455. local circl = imgl2:Clone()
  5456. circl.Parent = fullscreenz
  5457. circl.ImageTransparency = 0
  5458. circl.Size = UDim2.new(0,500,0,500)
  5459. circl.Position = UDim2.new(0.75,50,0.55,50)
  5460. circl.ImageColor3 = Color3.new(0,0.5,1)
  5461. circl.Image = "rbxassetid://997291547"
  5462. local circl2 = imgl2:Clone()
  5463. circl2.Parent = fullscreenz
  5464. circl2.ImageTransparency = 0
  5465. circl2.ImageColor3 = Color3.new(0.5,0,1)
  5466. circl2.Image = "rbxassetid://997291547"
  5467. local imgl2b = imgl2:Clone()
  5468. imgl2b.Parent = fullscreenz
  5469. imgl2b.ImageTransparency = 0
  5470. imgl2b.Size = UDim2.new(0,500,0,500)
  5471. imgl2b.Position = UDim2.new(0.75,50,0.55,50)
  5472. local ned = Instance.new("TextLabel",fullscreenz)
  5473. ned.ZIndex = 2
  5474. ned.Font = "SciFi"
  5475. ned.BackgroundTransparency = 1
  5476. ned.BorderSizePixel = 0.65
  5477. ned.Size = UDim2.new(0.4,0,0.2,0)
  5478. ned.Position = UDim2.new(0.6,0,0.8,0)
  5479. ned.TextColor3 = BrickColor.new("Royal blue").Color
  5480. ned.TextStrokeColor3 = BrickColor.new("Cyan").Color
  5481. ned.TextScaled = true
  5482. ned.TextStrokeTransparency = 0
  5483. ned.Text = "Reaper Sans"
  5484. ned.TextSize = 24
  5485. ned.Rotation = 1
  5486. --ned.TextXAlignment = "Right"
  5487. ned.TextYAlignment = "Bottom"
  5488.  
  5489. function CameraShake(Times, Power)
  5490. coroutine.resume(coroutine.create(function()
  5491. FV = Instance.new("BoolValue", Character)
  5492. FV.Name = "CameraShake"
  5493. for ShakeNum=1,Times do
  5494. swait()
  5495. local ef=Power
  5496. if ef>=1 then
  5497. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
  5498. else
  5499. ef=Power*10
  5500. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
  5501. end
  5502. end
  5503. Humanoid.CameraOffset = Vector3.new(0,0,0)
  5504. FV:Destroy()
  5505. end))
  5506. end
  5507.  
  5508. CamShake=function(Part,Distan,Power,Times)
  5509. local de=Part.Position
  5510. for i,v in pairs(workspace:children()) do
  5511. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  5512. for _,c in pairs(v:children()) do
  5513. if c.ClassName=="Part" and (c.Position - de).magnitude < Distan then
  5514. local Noob=v.Humanoid
  5515. if Noob~=nil then
  5516. if Noob:FindFirstChild("CamShake")==nil then-- and Noob == Character then
  5517. --[[local ss=script.CamShake:clone()
  5518. ss.Parent=Noob
  5519. ss.Power.Value=Power
  5520. ss.Times.Value=Times
  5521. ss.Disabled=false]]
  5522. CameraShake(Times, Power)
  5523. end
  5524. end
  5525. end
  5526. end
  5527. end
  5528. end
  5529. end
  5530.  
  5531. function chatfunc(text,color,typet,font,timeex)
  5532. local chat = coroutine.wrap(function()
  5533. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  5534. Character:FindFirstChild("TalkingBillBoard"):destroy()
  5535. end
  5536. local naeeym2 = Instance.new("BillboardGui",Character)
  5537. naeeym2.Size = UDim2.new(0,100,0,40)
  5538. naeeym2.StudsOffset = Vector3.new(0,3,0)
  5539. naeeym2.Adornee = Character.Head
  5540. naeeym2.Name = "TalkingBillBoard"
  5541. local tecks2 = Instance.new("TextLabel",naeeym2)
  5542. tecks2.BackgroundTransparency = 1
  5543. tecks2.BorderSizePixel = 0
  5544. tecks2.Text = ""
  5545. tecks2.Font = font
  5546. tecks2.TextSize = 30
  5547. tecks2.TextStrokeTransparency = 0
  5548. tecks2.TextColor3 = color
  5549. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  5550. tecks2.Size = UDim2.new(1,0,0.5,0)
  5551. local tecks3 = Instance.new("TextLabel",naeeym2)
  5552. tecks3.BackgroundTransparency = 1
  5553. tecks3.BorderSizePixel = 0
  5554. tecks3.Text = ""
  5555. tecks3.Font = font
  5556. tecks3.TextSize = 30
  5557. tecks3.TextStrokeTransparency = 0
  5558. if typet == "Inverted" then
  5559. tecks3.TextColor3 = Color3.new(0,0,0)
  5560. tecks3.TextStrokeColor3 = color
  5561. elseif typet == "Normal" then
  5562. tecks3.TextColor3 = color
  5563. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  5564. end
  5565. tecks3.Size = UDim2.new(1,0,0.5,0)
  5566. coroutine.resume(coroutine.create(function()
  5567. while true do
  5568. swait(1)
  5569. if chaosmode == true then
  5570. tecks2.TextColor3 = BrickColor.random().Color
  5571. tecks3.TextStrokeColor3 = BrickColor.random().Color
  5572. end
  5573. end
  5574. end))
  5575. for i = 0, 74*timeex do
  5576. swait()
  5577. tecks2.Text = text
  5578. tecks3.Text = text
  5579. end
  5580. local randomrot = math.random(1,2)
  5581. if randomrot == 1 then
  5582. for i = 1, 50 do
  5583. swait()
  5584. tecks2.Text = text
  5585. tecks3.Text = text
  5586. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  5587. tecks2.TextTransparency = tecks2.TextTransparency + .04
  5588. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  5589. tecks3.TextTransparency = tecks2.TextTransparency + .04
  5590. end
  5591. elseif randomrot == 2 then
  5592. for i = 1, 50 do
  5593. swait()
  5594. tecks2.Text = text
  5595. tecks3.Text = text
  5596. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  5597. tecks2.TextTransparency = tecks2.TextTransparency + .04
  5598. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  5599. tecks3.TextTransparency = tecks2.TextTransparency + .04
  5600. end
  5601. end
  5602. naeeym2:Destroy()
  5603. end)
  5604. chat()
  5605. end
  5606.  
  5607.  
  5608. local Create = LoadLibrary("RbxUtility").Create
  5609.  
  5610. CFuncs = {
  5611. ["Part"] = {
  5612. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  5613. local Part = Create("Part"){
  5614. Parent = Parent,
  5615. Reflectance = Reflectance,
  5616. Transparency = Transparency,
  5617. CanCollide = false,
  5618. Locked = true,
  5619. BrickColor = BrickColor.new(tostring(BColor)),
  5620. Name = Name,
  5621. Size = Size,
  5622. Material = Material,
  5623. }
  5624. RemoveOutlines(Part)
  5625. return Part
  5626. end;
  5627. };
  5628.  
  5629. ["Mesh"] = {
  5630. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  5631. local Msh = Create(Mesh){
  5632. Parent = Part,
  5633. Offset = OffSet,
  5634. Scale = Scale,
  5635. }
  5636. if Mesh == "SpecialMesh" then
  5637. Msh.MeshType = MeshType
  5638. Msh.MeshId = MeshId
  5639. end
  5640. return Msh
  5641. end;
  5642. };
  5643.  
  5644. ["Mesh"] = {
  5645. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  5646. local Msh = Create(Mesh){
  5647. Parent = Part,
  5648. Offset = OffSet,
  5649. Scale = Scale,
  5650. }
  5651. if Mesh == "SpecialMesh" then
  5652. Msh.MeshType = MeshType
  5653. Msh.MeshId = MeshId
  5654. end
  5655. return Msh
  5656. end;
  5657. };
  5658.  
  5659. ["Weld"] = {
  5660. Create = function(Parent, Part0, Part1, C0, C1)
  5661. local Weld = Create("Weld"){
  5662. Parent = Parent,
  5663. Part0 = Part0,
  5664. Part1 = Part1,
  5665. C0 = C0,
  5666. C1 = C1,
  5667. }
  5668. return Weld
  5669. end;
  5670. };
  5671.  
  5672. ["Sound"] = {
  5673. Create = function(id, par, vol, pit)
  5674. coroutine.resume(coroutine.create(function()
  5675. local S = Create("Sound"){
  5676. Volume = vol,
  5677. Pitch = pit or 1,
  5678. SoundId = id,
  5679. Parent = par or workspace,
  5680. }
  5681. wait()
  5682. S:play()
  5683. game:GetService("Debris"):AddItem(S, 10)
  5684. end))
  5685. end;
  5686. };
  5687.  
  5688. ["LongSound"] = {
  5689. Create = function(id, par, vol, pit)
  5690. coroutine.resume(coroutine.create(function()
  5691. local S = Create("Sound"){
  5692. Volume = vol,
  5693. Pitch = pit or 1,
  5694. SoundId = id,
  5695. Parent = par or workspace,
  5696. }
  5697. wait()
  5698. S:play()
  5699. game:GetService("Debris"):AddItem(S, 30)
  5700. end))
  5701. end;
  5702. };
  5703.  
  5704. ["ParticleEmitter"] = {
  5705. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  5706. local fp = Create("ParticleEmitter"){
  5707. Parent = Parent,
  5708. Color = ColorSequence.new(Color1, Color2),
  5709. LightEmission = LightEmission,
  5710. Size = Size,
  5711. Texture = Texture,
  5712. Transparency = Transparency,
  5713. ZOffset = ZOffset,
  5714. Acceleration = Accel,
  5715. Drag = Drag,
  5716. LockedToPart = LockedToPart,
  5717. VelocityInheritance = VelocityInheritance,
  5718. EmissionDirection = EmissionDirection,
  5719. Enabled = Enabled,
  5720. Lifetime = LifeTime,
  5721. Rate = Rate,
  5722. Rotation = Rotation,
  5723. RotSpeed = RotSpeed,
  5724. Speed = Speed,
  5725. VelocitySpread = VelocitySpread,
  5726. }
  5727. return fp
  5728. end;
  5729. };
  5730.  
  5731. CreateTemplate = {
  5732.  
  5733. };
  5734. }
  5735.  
  5736.  
  5737.  
  5738. New = function(Object, Parent, Name, Data)
  5739. local Object = Instance.new(Object)
  5740. for Index, Value in pairs(Data or {}) do
  5741. Object[Index] = Value
  5742. end
  5743. Object.Parent = Parent
  5744. Object.Name = Name
  5745. return Object
  5746. end
  5747. local m = Instance.new("Model",char)
  5748.  
  5749. function CreateParta(parent,transparency,reflectance,material,brickcolor)
  5750. local p = Instance.new("Part")
  5751. p.TopSurface = 0
  5752. p.BottomSurface = 0
  5753. p.Parent = parent
  5754. p.Size = Vector3.new(0.05,0.05,0.05)
  5755. p.Transparency = transparency
  5756. p.Reflectance = reflectance
  5757. p.CanCollide = false
  5758. p.Locked = true
  5759. p.BrickColor = brickcolor
  5760. p.Material = material
  5761. return p
  5762. end
  5763.  
  5764. function CreateMesh(parent,meshtype,x1,y1,z1)
  5765. local mesh = Instance.new("SpecialMesh",parent)
  5766. mesh.MeshType = meshtype
  5767. mesh.Scale = Vector3.new(x1*20,y1*20,z1*20)
  5768. return mesh
  5769. end
  5770.  
  5771. function CreateSpecialMesh(parent,meshid,x1,y1,z1)
  5772. local mesh = Instance.new("SpecialMesh",parent)
  5773. mesh.MeshType = "FileMesh"
  5774. mesh.MeshId = meshid
  5775. mesh.Scale = Vector3.new(x1,y1,z1)
  5776. return mesh
  5777. end
  5778.  
  5779.  
  5780. function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1)
  5781. local mesh = Instance.new("SpecialMesh",parent)
  5782. mesh.MeshType = "FileMesh"
  5783. mesh.MeshId = meshid
  5784. mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
  5785. mesh.Scale = Vector3.new(x1,y1,z1)
  5786. mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
  5787. return mesh
  5788. end
  5789.  
  5790. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  5791. local weld = Instance.new("Weld")
  5792. weld.Parent = parent
  5793. weld.Part0 = part0
  5794. weld.Part1 = part1
  5795. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  5796. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  5797. return weld
  5798. end
  5799.  
  5800.  
  5801.  
  5802.  
  5803. ---- WEAPON OR STUFF
  5804. local rarmor = CreateParta(m,1,0,"SmoothPlastic",BrickColor.Random())
  5805. local weaponweld = CreateWeld(rarmor,tors,rarmor,-3,0,-0.5,math.rad(0),math.rad(0),math.rad(-40),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5806. local MainWeldS = CreateWeld(Part475,rarmor,Part475,0,0,0,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5807. local A0 = Instance.new("Attachment",rarmor)
  5808. A0.Position = Vector3.new(-2.5,0.25,0)
  5809. local A1 = Instance.new("Attachment",rarmor)
  5810. A1.Position = Vector3.new(-7.5,0.4,0)
  5811. tl1 = Instance.new('Trail',rarmor)
  5812. tl1.Attachment0 = A0
  5813. tl1.Attachment1 = A1
  5814. tl1.Texture = "http://www.roblox.com/asset/?id=1978704853"
  5815. tl1.LightEmission = 1
  5816. tl1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  5817. tl1.Color = ColorSequence.new(BrickColor.new('Royal blue').Color)
  5818. tl1.Lifetime = 0.6
  5819. tl1.Enabled = false
  5820.  
  5821.  
  5822.  
  5823.  
  5824. --------------- WINGS
  5825. local mainpart = CreateParta(m,1,0,"SmoothPlastic",BrickColor.Random())
  5826. local mwingweld = CreateWeld(mainpart,tors,mainpart,0,-0.5,-0.75,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5827.  
  5828. local wng1a = CreateParta(m,1,0,"Neon",BrickColor.new("Really black"))
  5829. CreateMesh(wng1a,"Wedge",0.1,4,4)
  5830. CreateWeld(wng1a,mainpart,wng1a,0,-2,-2.5,math.rad(0),math.rad(70),math.rad(5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5831. local wng2a = CreateParta(m,1,0,"Neon",BrickColor.new("Really black"))
  5832. CreateMesh(wng2a,"Wedge",0.1,4,4)
  5833. CreateWeld(wng2a,mainpart,wng2a,0,-2,-2.5,math.rad(0),math.rad(-70),math.rad(-5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5834. local wng1b = CreateParta(m,1,0,"Neon",BrickColor.new("Really black"))
  5835. CreateMesh(wng1b,"Wedge",0.1,1.5,3)
  5836. CreateWeld(wng1b,mainpart,wng1b,0,-1,-2.25,math.rad(180),math.rad(-110),math.rad(-5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5837. local wng2b = CreateParta(m,1,0,"Neon",BrickColor.new("Really black"))
  5838. CreateMesh(wng2b,"Wedge",0.1,1.5,3)
  5839. CreateWeld(wng2b,mainpart,wng2b,0,-1,-2.25,math.rad(180),math.rad(110),math.rad(5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5840. ------
  5841.  
  5842.  
  5843. function lerp(object, newCFrame, alpha)
  5844. return object:lerp(newCFrame, alpha)
  5845. end
  5846.  
  5847. function RemoveOutlines(part)
  5848. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  5849. end
  5850. function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  5851. local Part = Create("Part")({
  5852. Parent = Parent,
  5853. Reflectance = Reflectance,
  5854. Transparency = Transparency,
  5855. CanCollide = false,
  5856. Locked = true,
  5857. BrickColor = BrickColor.new(tostring(BColor)),
  5858. Name = Name,
  5859. Size = Size,
  5860. Material = Material
  5861. })
  5862. Part.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  5863. RemoveOutlines(Part)
  5864. return Part
  5865. end
  5866. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  5867. local Msh = Create(Mesh)({
  5868. Parent = Part,
  5869. Offset = OffSet,
  5870. Scale = Scale
  5871. })
  5872. if Mesh == "SpecialMesh" then
  5873. Msh.MeshType = MeshType
  5874. Msh.MeshId = MeshId
  5875. end
  5876. return Msh
  5877. end
  5878. function CreateWeld(Parent, Part0, Part1, C0, C1)
  5879. local Weld = Create("Weld")({
  5880. Parent = Parent,
  5881. Part0 = Part0,
  5882. Part1 = Part1,
  5883. C0 = C0,
  5884. C1 = C1
  5885. })
  5886. return Weld
  5887. end
  5888.  
  5889. Player=owner
  5890. Character=Player.Character
  5891. PlayerGui=Player.PlayerGui
  5892. Backpack=Player.Backpack
  5893. Torso=Character.Torso
  5894. Head=Character.Head
  5895. Humanoid=Character.Humanoid
  5896. m=Instance.new('Model',Character)
  5897. LeftArm=Character["Left Arm"]
  5898. LeftLeg=Character["Left Leg"]
  5899. RightArm=Character["Right Arm"]
  5900. RightLeg=Character["Right Leg"]
  5901. LS=Torso["Left Shoulder"]
  5902. LH=Torso["Left Hip"]
  5903. RS=Torso["Right Shoulder"]
  5904. RH=Torso["Right Hip"]
  5905. Face = Head.face
  5906. Neck=Torso.Neck
  5907. it=Instance.new
  5908. attacktype=1
  5909. vt=Vector3.new
  5910. cf=CFrame.new
  5911. euler=CFrame.fromEulerAnglesXYZ
  5912. angles=CFrame.Angles
  5913. cloaked=false
  5914. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5915. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5916. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  5917. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  5918. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  5919. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  5920. RootPart=Character.HumanoidRootPart
  5921. RootJoint=RootPart.RootJoint
  5922. RootCF=euler(-1.57,0,3.14)
  5923. attack = false
  5924. attackdebounce = false
  5925. deb=false
  5926. equipped=true
  5927. hand=false
  5928. MMouse=nil
  5929. combo=0
  5930. mana=0
  5931. trispeed=.2
  5932. attackmode='none'
  5933. local idle=0
  5934. local Anim="Idle"
  5935. local Effects={}
  5936. local gun=false
  5937. local shoot=false
  5938. local sine = 0
  5939. local change = 1
  5940. player=nil
  5941.  
  5942. mouse=Player:GetMouse()
  5943. --save shoulders
  5944. RSH, LSH=nil, nil
  5945. --welds
  5946. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  5947. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  5948. LH=Torso["Left Hip"]
  5949. RH=Torso["Right Hip"]
  5950. TorsoColor=Torso.BrickColor
  5951. function NoOutline(Part)
  5952. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  5953. end
  5954. player=Player
  5955. ch=Character
  5956. RSH=ch.Torso["Right Shoulder"]
  5957. LSH=ch.Torso["Left Shoulder"]
  5958. --
  5959. RSH.Parent=nil
  5960. LSH.Parent=nil
  5961. --
  5962. RW.Name="Right Shoulder"
  5963. RW.Part0=ch.Torso
  5964. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  5965. RW.C1=cf(0, 0.5, 0)
  5966. RW.Part1=ch["Right Arm"]
  5967. RW.Parent=ch.Torso
  5968. --
  5969. LW.Name="Left Shoulder"
  5970. LW.Part0=ch.Torso
  5971. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  5972. LW.C1=cf(0, 0.5, 0)
  5973. LW.Part1=ch["Left Arm"]
  5974. LW.Parent=ch.Torso
  5975.  
  5976. local Stats=Instance.new("BoolValue")
  5977. Stats.Name="Stats"
  5978. Stats.Parent=Character
  5979. local Atk=Instance.new("NumberValue")
  5980. Atk.Name="Damage"
  5981. Atk.Parent=Stats
  5982. Atk.Value=1
  5983. local Def=Instance.new("NumberValue")
  5984. Def.Name="Defense"
  5985. Def.Parent=Stats
  5986. Def.Value=1
  5987. local Speed=Instance.new("NumberValue")
  5988. Speed.Name="Speed"
  5989. Speed.Parent=Stats
  5990. Speed.Value=1
  5991. local Mvmt=Instance.new("NumberValue")
  5992. Mvmt.Name="Movement"
  5993. Mvmt.Parent=Stats
  5994. Mvmt.Value=1
  5995.  
  5996. local donum=0
  5997.  
  5998.  
  5999. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  6000. local fp=it("Part")
  6001. fp.formFactor=formfactor
  6002. fp.Parent=parent
  6003. fp.Reflectance=reflectance
  6004. fp.Transparency=transparency
  6005. fp.CanCollide=false
  6006. fp.Locked=true
  6007. fp.BrickColor=brickcolor
  6008. fp.Name=name
  6009. fp.Size=size
  6010. fp.Position=Torso.Position
  6011. NoOutline(fp)
  6012. fp.Material="SmoothPlastic"
  6013. fp:BreakJoints()
  6014. return fp
  6015. end
  6016.  
  6017. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6018. local mesh=it(Mesh)
  6019. mesh.Parent=part
  6020. if Mesh=="SpecialMesh" then
  6021. mesh.MeshType=meshtype
  6022. if meshid~="nil" then
  6023. mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
  6024. end
  6025. end
  6026. mesh.Offset=offset
  6027. mesh.Scale=scale
  6028. return mesh
  6029. end
  6030.  
  6031. function weld(parent,part0,part1,c0)
  6032. local weld=it("Weld")
  6033. weld.Parent=parent
  6034. weld.Part0=part0
  6035. weld.Part1=part1
  6036. weld.C0=c0
  6037. return weld
  6038. end
  6039.  
  6040. local Color1=Torso.BrickColor
  6041.  
  6042. local bodvel=Instance.new("BodyVelocity")
  6043. local bg=Instance.new("BodyGyro")
  6044.  
  6045. function swait(num)
  6046. if num==0 or num==nil then
  6047. game:service'RunService'.Stepped:wait(0)
  6048. else
  6049. for i=0,num do
  6050. game:service'RunService'.Stepped:wait(0)
  6051. end
  6052. end
  6053. end
  6054.  
  6055.  
  6056. so = function(id,par,vol,pit)
  6057. coroutine.resume(coroutine.create(function()
  6058. local sou = Instance.new("Sound",par or workspace)
  6059. sou.Volume=vol
  6060. sou.Pitch=pit or 1
  6061. sou.SoundId=id
  6062. swait()
  6063. sou:play()
  6064. game:GetService("Debris"):AddItem(sou,6)
  6065. end))
  6066. end
  6067.  
  6068. function clerp(a,b,t)
  6069. local qa = {QuaternionFromCFrame(a)}
  6070. local qb = {QuaternionFromCFrame(b)}
  6071. local ax, ay, az = a.x, a.y, a.z
  6072. local bx, by, bz = b.x, b.y, b.z
  6073. local _t = 1-t
  6074. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  6075. end
  6076.  
  6077. function QuaternionFromCFrame(cf)
  6078. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  6079. local trace = m00 + m11 + m22
  6080. if trace > 0 then
  6081. local s = math.sqrt(1 + trace)
  6082. local recip = 0.5/s
  6083. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  6084. else
  6085. local i = 0
  6086. if m11 > m00 then
  6087. i = 1
  6088. end
  6089. if m22 > (i == 0 and m00 or m11) then
  6090. i = 2
  6091. end
  6092. if i == 0 then
  6093. local s = math.sqrt(m00-m11-m22+1)
  6094. local recip = 0.5/s
  6095. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  6096. elseif i == 1 then
  6097. local s = math.sqrt(m11-m22-m00+1)
  6098. local recip = 0.5/s
  6099. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  6100. elseif i == 2 then
  6101. local s = math.sqrt(m22-m00-m11+1)
  6102. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  6103. end
  6104. end
  6105. end
  6106.  
  6107. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  6108. local xs, ys, zs = x + x, y + y, z + z
  6109. local wx, wy, wz = w*xs, w*ys, w*zs
  6110. local xx = x*xs
  6111. local xy = x*ys
  6112. local xz = x*zs
  6113. local yy = y*ys
  6114. local yz = y*zs
  6115. local zz = z*zs
  6116. 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))
  6117. end
  6118.  
  6119. function QuaternionSlerp(a, b, t)
  6120. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  6121. local startInterp, finishInterp;
  6122. if cosTheta >= 0.0001 then
  6123. if (1 - cosTheta) > 0.0001 then
  6124. local theta = math.acos(cosTheta)
  6125. local invSinTheta = 1/math.sin(theta)
  6126. startInterp = math.sin((1-t)*theta)*invSinTheta
  6127. finishInterp = math.sin(t*theta)*invSinTheta
  6128. else
  6129. startInterp = 1-t
  6130. finishInterp = t
  6131. end
  6132. else
  6133. if (1+cosTheta) > 0.0001 then
  6134. local theta = math.acos(-cosTheta)
  6135. local invSinTheta = 1/math.sin(theta)
  6136. startInterp = math.sin((t-1)*theta)*invSinTheta
  6137. finishInterp = math.sin(t*theta)*invSinTheta
  6138. else
  6139. startInterp = t-1
  6140. finishInterp = t
  6141. end
  6142. end
  6143. 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
  6144. end
  6145.  
  6146. local function CFrameFromTopBack(at, top, back)
  6147. local right = top:Cross(back)
  6148. return CFrame.new(at.x, at.y, at.z,
  6149. right.x, top.x, back.x,
  6150. right.y, top.y, back.y,
  6151. right.z, top.z, back.z)
  6152. end
  6153.  
  6154. function Triangle(a, b, c)
  6155. local edg1 = (c-a):Dot((b-a).unit)
  6156. local edg2 = (a-b):Dot((c-b).unit)
  6157. local edg3 = (b-c):Dot((a-c).unit)
  6158. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  6159. a, b, c = a, b, c
  6160. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  6161. a, b, c = b, c, a
  6162. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  6163. a, b, c = c, a, b
  6164. else
  6165. assert(false, "unreachable")
  6166. end
  6167.  
  6168. local len1 = (c-a):Dot((b-a).unit)
  6169. local len2 = (b-a).magnitude - len1
  6170. local width = (a + (b-a).unit*len1 - c).magnitude
  6171.  
  6172. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  6173.  
  6174. local list = {}
  6175.  
  6176. if len1 > 0.01 then
  6177. local w1 = Instance.new('WedgePart', m)
  6178. game:GetService("Debris"):AddItem(w1,5)
  6179. w1.Material = "SmoothPlastic"
  6180. w1.FormFactor = 'Custom'
  6181. w1.BrickColor = BrickColor.new("Really red")
  6182. w1.Transparency = 0
  6183. w1.Reflectance = 0
  6184. w1.Material = "SmoothPlastic"
  6185. w1.CanCollide = false
  6186. local l1 = Instance.new("PointLight",w1)
  6187. l1.Color = Color3.new(170,0,0)
  6188. NoOutline(w1)
  6189. local sz = Vector3.new(0.2, width, len1)
  6190. w1.Size = sz
  6191. local sp = Instance.new("SpecialMesh",w1)
  6192. sp.MeshType = "Wedge"
  6193. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  6194. w1:BreakJoints()
  6195. w1.Anchored = true
  6196. w1.Parent = workspace
  6197. w1.Transparency = 0.7
  6198. table.insert(Effects,{w1,"Disappear",.01})
  6199. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  6200. table.insert(list,w1)
  6201. end
  6202.  
  6203. if len2 > 0.01 then
  6204. local w2 = Instance.new('WedgePart', m)
  6205. game:GetService("Debris"):AddItem(w2,5)
  6206. w2.Material = "SmoothPlastic"
  6207. w2.FormFactor = 'Custom'
  6208. w2.BrickColor = BrickColor.new("Really red")
  6209. w2.Transparency = 0
  6210. w2.Reflectance = 0
  6211. w2.Material = "SmoothPlastic"
  6212. w2.CanCollide = false
  6213. local l2 = Instance.new("PointLight",w2)
  6214. l2.Color = Color3.new(170,0,0)
  6215. NoOutline(w2)
  6216. local sz = Vector3.new(0.2, width, len2)
  6217. w2.Size = sz
  6218. local sp = Instance.new("SpecialMesh",w2)
  6219. sp.MeshType = "Wedge"
  6220. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  6221. w2:BreakJoints()
  6222. w2.Anchored = true
  6223. w2.Parent = workspace
  6224. w2.Transparency = 0.7
  6225. table.insert(Effects,{w2,"Disappear",.01})
  6226. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  6227. table.insert(list,w2)
  6228. end
  6229. return unpack(list)
  6230. end
  6231.  
  6232.  
  6233. function Damagefunc(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  6234. if hit.Parent == nil then
  6235. return
  6236. end
  6237. local h = hit.Parent:FindFirstChildOfClass("Humanoid")
  6238. for _, v in pairs(hit.Parent:children()) do
  6239. if v:IsA("Humanoid") then
  6240. h = v
  6241. h.MaxHealth = 100
  6242. end
  6243. end
  6244. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil or h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
  6245. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  6246. return
  6247. end
  6248. local c = Create("ObjectValue")({
  6249. Name = "creator",
  6250. Value = owner,
  6251. Parent = h
  6252. })
  6253. game:GetService("Debris"):AddItem(c, 0.5)
  6254. if HitSound ~= nil and HitPitch ~= nil then
  6255. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  6256. end
  6257. local Damage = math.random(minim, maxim)
  6258. local blocked = false
  6259. local block = hit.Parent:findFirstChild("Block")
  6260. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  6261. blocked = true
  6262. block.Value = block.Value - 1
  6263. print(block.Value)
  6264. end
  6265. if blocked == false then
  6266. HitHealth = h.Health
  6267. h.MaxHealth = 100
  6268. h.Health = h.Health - Damage
  6269. if HitHealth ~= h.Health and HitHealth ~= 0 and 0 >= h.Health and h.Parent.Name ~= "Hologram" then
  6270. print("gained kill")
  6271. dmg(h.Parent)
  6272. end
  6273. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  6274. else
  6275. h.Health = h.Health - Damage / 2
  6276. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  6277. end
  6278. if Type == "Knockdown" then
  6279. local hum = hit.Parent.Humanoid
  6280. hum.PlatformStand = true
  6281. coroutine.resume(coroutine.create(function(HHumanoid)
  6282. swait(1)
  6283. HHumanoid.PlatformStand = false
  6284. end), hum)
  6285. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  6286. local bodvol = Create("BodyVelocity")({
  6287. velocity = angle * knockback,
  6288. P = 5000,
  6289. maxForce = Vector3.new(8000, 8000, 8000),
  6290. Parent = hit
  6291. })
  6292. local rl = Create("BodyAngularVelocity")({
  6293. P = 3000,
  6294. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  6295. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  6296. Parent = hit
  6297. })
  6298. game:GetService("Debris"):AddItem(bodvol, 0.5)
  6299. game:GetService("Debris"):AddItem(rl, 0.5)
  6300. elseif Type == "Normal" then
  6301. local vp = Create("BodyVelocity")({
  6302. P = 500,
  6303. maxForce = Vector3.new(math.huge, 0, math.huge),
  6304. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05
  6305. })
  6306. if knockback > 0 then
  6307. vp.Parent = hit.Parent.Torso
  6308. end
  6309. game:GetService("Debris"):AddItem(vp, 0.5)
  6310. elseif Type == "Up" then
  6311. local bodyVelocity = Create("BodyVelocity")({
  6312. velocity = Vector3.new(0, 20, 0),
  6313. P = 5000,
  6314. maxForce = Vector3.new(8000, 8000, 8000),
  6315. Parent = hit
  6316. })
  6317. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  6318. local bodyVelocity = Create("BodyVelocity")({
  6319. velocity = Vector3.new(0, 20, 0),
  6320. P = 5000,
  6321. maxForce = Vector3.new(8000, 8000, 8000),
  6322. Parent = hit
  6323. })
  6324. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  6325. elseif Type == "Leech" then
  6326. local hum = hit.Parent.Humanoid
  6327. if hum ~= nil then
  6328. for i = 0, 2 do
  6329. Effects.Sphere.Create(BrickColor.new("Bright red"), hit.Parent.Torso.CFrame * cn(0, 0, 0) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 15, 1, 0, 5, 0, 0.02)
  6330. end
  6331. Humanoid.Health = Humanoid.Health + 10
  6332. end
  6333. elseif Type == "UpKnock" then
  6334. local hum = hit.Parent.Humanoid
  6335. hum.PlatformStand = true
  6336. if hum ~= nil then
  6337. hitr = true
  6338. end
  6339. coroutine.resume(coroutine.create(function(HHumanoid)
  6340. swait(5)
  6341. HHumanoid.PlatformStand = false
  6342. hitr = false
  6343. end), hum)
  6344. local bodyVelocity = Create("BodyVelocity")({
  6345. velocity = Vector3.new(0, 20, 0),
  6346. P = 5000,
  6347. maxForce = Vector3.new(8000, 8000, 8000),
  6348. Parent = hit
  6349. })
  6350. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  6351. local bodyVelocity = Create("BodyVelocity")({
  6352. velocity = Vector3.new(0, 20, 0),
  6353. P = 5000,
  6354. maxForce = Vector3.new(8000, 8000, 8000),
  6355. Parent = hit
  6356. })
  6357. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  6358. elseif Type == "Snare" then
  6359. local bp = Create("BodyPosition")({
  6360. P = 2000,
  6361. D = 100,
  6362. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6363. position = hit.Parent.Torso.Position,
  6364. Parent = hit.Parent.Torso
  6365. })
  6366. game:GetService("Debris"):AddItem(bp, 1)
  6367. elseif Type == "Slashnare" then
  6368. Effects.Block.Create(BrickColor.new("Pastel Blue"), hit.Parent.Torso.CFrame * cn(0, 0, 0), 15*4, 15*4, 15*4, 3*4, 3*4, 3*4, 0.07)
  6369. for i = 1, math.random(4, 5) do
  6370. Effects.Sphere.Create(BrickColor.new("Teal"), hit.Parent.Torso.CFrame * cn(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 15, 1, 0, 5, 0, 0.02)
  6371. end
  6372. local bp = Create("BodyPosition")({
  6373. P = 2000,
  6374. D = 100,
  6375. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6376. position = hit.Parent.Torso.Position,
  6377. Parent = hit.Parent.Torso
  6378. })
  6379. game:GetService("Debris"):AddItem(bp, 1)
  6380. elseif Type == "Spike" then
  6381. CreateBigIceSword(hit.Parent.Torso.CFrame)
  6382. local bp = Create("BodyPosition")({
  6383. P = 2000,
  6384. D = 100,
  6385. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6386. position = hit.Parent.Torso.Position,
  6387. Parent = hit.Parent.Torso
  6388. })
  6389. game:GetService("Debris"):AddItem(bp, 1)
  6390. elseif Type == "Freeze" then
  6391. local BodPos = Create("BodyPosition")({
  6392. P = 50000,
  6393. D = 1000,
  6394. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6395. position = hit.Parent.Torso.Position,
  6396. Parent = hit.Parent.Torso
  6397. })
  6398. local BodGy = Create("BodyGyro")({
  6399. maxTorque = Vector3.new(400000, 400000, 400000) * math.huge,
  6400. P = 20000,
  6401. Parent = hit.Parent.Torso,
  6402. cframe = hit.Parent.Torso.CFrame
  6403. })
  6404. hit.Parent.Torso.Anchored = true
  6405. coroutine.resume(coroutine.create(function(Part)
  6406. swait(1.5)
  6407. Part.Anchored = false
  6408. end), hit.Parent.Torso)
  6409. game:GetService("Debris"):AddItem(BodPos, 3)
  6410. game:GetService("Debris"):AddItem(BodGy, 3)
  6411. end
  6412. local debounce = Create("BoolValue")({
  6413. Name = "DebounceHit",
  6414. Parent = hit.Parent,
  6415. Value = true
  6416. })
  6417. game:GetService("Debris"):AddItem(debounce, Delay)
  6418. c = Instance.new("ObjectValue")
  6419. c.Name = "creator"
  6420. c.Value = Player
  6421. c.Parent = h
  6422. game:GetService("Debris"):AddItem(c, 0.5)
  6423. end
  6424. end
  6425. function ShowDamage(Pos, Text, Time, Color)
  6426. local Rate = 0.1
  6427. local Pos = Pos or Vector3.new(0, 0, 0)
  6428. local Text = Text or ""
  6429. local Time = Time or 2
  6430. local Color = Color or Color3.new(1, 0, 1)
  6431. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  6432. EffectPart.Anchored = true
  6433. local BillboardGui = Create("BillboardGui")({
  6434. Size = UDim2.new(3, 0, 3, 0),
  6435. Adornee = EffectPart,
  6436. Parent = EffectPart
  6437. })
  6438. local TextLabel = Create("TextLabel")({
  6439. BackgroundTransparency = 1,
  6440. Size = UDim2.new(1, 0, 1, 0),
  6441. Text = Text,
  6442. TextColor3 = Color3.new(1,1,1),
  6443. TextStrokeColor3 = Color3.new(0,0,0),
  6444. TextStrokeTransparency = 0.25,
  6445. TextScaled = true,
  6446. Font = Enum.Font.Fantasy,
  6447. TextSize = 24,
  6448. Parent = BillboardGui
  6449. })
  6450. game.Debris:AddItem(EffectPart, Time + 0.1)
  6451. EffectPart.Parent = game:GetService("Workspace")
  6452. delay(0, function()
  6453. local Frames = Time / Rate
  6454. for Frame = 1, Frames do
  6455. swait(Rate)
  6456. local Percent = Frame / Frames
  6457. TextLabel.Text = Text
  6458. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent*2, 0)
  6459. end
  6460. for Frame = 1, Frames do
  6461. swait(Rate)
  6462. local Percent = Frame / Frames
  6463. TextLabel.Text = Text
  6464. end
  6465. for Frame = 1, Frames do
  6466. swait(Rate)
  6467. local Percent = Frame / Frames
  6468. TextLabel.TextTransparency = Percent
  6469. TextLabel.Text = Text
  6470. TextLabel.TextStrokeTransparency = Percent
  6471. end
  6472. if EffectPart and EffectPart.Parent then
  6473. EffectPart:Destroy()
  6474. end
  6475. end)
  6476. end
  6477. function MagniDamage(Part, magni, mindam, maxdam, knock, Type,Sound)
  6478. for _, c in pairs(workspace:children()) do
  6479. local hum = c:findFirstChildOfClass("Humanoid")
  6480. if hum ~= nil then
  6481. local head = c:findFirstChild("Torso")
  6482. if head ~= nil then
  6483. local targ = head.Position - Part.Position
  6484. local mag = targ.magnitude
  6485. if magni >= mag and c.Name ~= Player.Name then
  6486. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://" ..Sound, 1)
  6487. end
  6488. end
  6489. local head = c:findFirstChild("UpperTorso")
  6490. if head ~= nil then
  6491. local targ = head.Position - Part.Position
  6492. local mag = targ.magnitude
  6493. if magni >= mag and c.Name ~= Player.Name then
  6494. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://" ..Sound, 1)
  6495. end
  6496. end
  6497. end
  6498. end
  6499. end
  6500.  
  6501.  
  6502. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  6503. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  6504. end
  6505. ----
  6506.  
  6507. function dmg(dude)
  6508. if dude.Name ~= Character then
  6509. local bgf = Instance.new("BodyGyro",dude.Head)
  6510. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0)
  6511. --[[local val = Instance.new("BoolValue",dude)
  6512. val.Name = "IsHit"]]--
  6513. local ds = coroutine.wrap(function()
  6514. dude:WaitForChild("Head"):BreakJoints()
  6515. for i, v in pairs(dude:GetChildren()) do
  6516. if v:IsA("Part") or v:IsA("MeshPart") then
  6517. v.Name = "DEMINISHED"
  6518. CFuncs["Sound"].Create("rbxassetid://763718160", v, 0.75, 1.1)
  6519. CFuncs["Sound"].Create("rbxassetid://782353443", v, 1, 1)
  6520. for i = 0, 1 do
  6521. sphere2(1,"Add",v.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,10,-0.01,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  6522. end
  6523. end
  6524. end
  6525. wait(0.5)
  6526. targetted = nil
  6527. CFuncs["Sound"].Create("rbxassetid://62339698", char, 0.25, 0.285)
  6528. coroutine.resume(coroutine.create(function()
  6529. for i, v in pairs(dude:GetChildren()) do
  6530. if v:IsA("Accessory") then
  6531. v:Destroy()
  6532. end
  6533. if v:IsA("Humanoid") then
  6534. v:Destroy()
  6535. end
  6536. if v:IsA("CharacterMesh") then
  6537. v:Destroy()
  6538. end
  6539. if v:IsA("Model") then
  6540. v:Destroy()
  6541. end
  6542. if v:IsA("Part") or v:IsA("MeshPart") then
  6543. for x, o in pairs(v:GetChildren()) do
  6544. if o:IsA("Decal") then
  6545. o:Destroy()
  6546. end
  6547. end
  6548. coroutine.resume(coroutine.create(function()
  6549. v.Material = "Neon"
  6550. v.CanCollide = false
  6551. v.Anchored = false
  6552. local bld = Instance.new("ParticleEmitter",v)
  6553. bld.LightEmission = 1
  6554. bld.Texture = "rbxassetid://363275192" ---284205403
  6555. bld.Color = ColorSequence.new(BrickColor.new("Royal purple").Color)
  6556. bld.Rate = 500
  6557. bld.Lifetime = NumberRange.new(1)
  6558. bld.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,2,0),NumberSequenceKeypoint.new(0.8,2.25,0),NumberSequenceKeypoint.new(1,0,0)})
  6559. bld.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(0.8,0.75,0),NumberSequenceKeypoint.new(1,1,0)})
  6560. bld.Speed = NumberRange.new(2,5)
  6561. bld.VelocitySpread = 50000
  6562. bld.Rotation = NumberRange.new(-500,500)
  6563. bld.RotSpeed = NumberRange.new(-500,500)
  6564. local sbs = Instance.new("BodyPosition", v)
  6565. sbs.P = 3000
  6566. sbs.D = 1000
  6567. sbs.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  6568. sbs.position = v.Position + Vector3.new(math.random(-2,2),10 + math.random(-2,2),math.random(-2,2))
  6569. v.Color = BrickColor.new("Royal purple").Color
  6570. coroutine.resume(coroutine.create(function()
  6571. for i = 0, 49 do
  6572. swait(1)
  6573. v:BreakJoints()
  6574. v.Transparency = v.Transparency + 0.02
  6575. end
  6576. v:BreakJoints()
  6577. for i = 0, 4 do
  6578. slash(math.random(10,50)/10,3,true,"Round","Add","Out",v.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.0025,0.01),math.random(10,100)/2500,BrickColor.new("White"))
  6579. end
  6580. block(1,"Add",v.CFrame,vt(0,0,0),0.1,0.1,0.1,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  6581. CFuncs["Sound"].Create("rbxassetid://782353117", v, 0.25, 1.2)
  6582. CFuncs["Sound"].Create("rbxassetid://1192402877", v, 0.5, 0.75)
  6583. bld.Speed = NumberRange.new(10,25)
  6584. bld.Drag = 5
  6585. bld.Acceleration = vt(0,2,0)
  6586. wait(0.5)
  6587. bld.Enabled = false
  6588. wait(4)
  6589. coroutine.resume(coroutine.create(function()
  6590. for i = 0, 99 do
  6591. swait()
  6592. v:Destroy()
  6593. dude:Destroy()
  6594. end
  6595. end))
  6596. end))
  6597. end))
  6598. end
  6599. end
  6600. end))
  6601. end)
  6602. ds()
  6603. end
  6604. end
  6605.  
  6606. function sphere(bonuspeed,type,pos,scale,value,color)
  6607. local type = type
  6608. local rng = Instance.new("Part", char)
  6609. rng.Anchored = true
  6610. rng.BrickColor = color
  6611. rng.CanCollide = false
  6612. rng.FormFactor = 3
  6613. rng.Name = "Ring"
  6614. rng.Material = "Neon"
  6615. rng.Size = Vector3.new(1, 1, 1)
  6616. rng.Transparency = 0
  6617. rng.TopSurface = 0
  6618. rng.BottomSurface = 0
  6619. rng.CFrame = pos
  6620. local rngm = Instance.new("SpecialMesh", rng)
  6621. rngm.MeshType = "Sphere"
  6622. rngm.Scale = scale
  6623. if rainbowmode == true then
  6624. rng.Color = Color3.new(r/255,g/255,b/255)
  6625. end
  6626. local scaler2 = 1
  6627. if type == "Add" then
  6628. scaler2 = 1*value
  6629. elseif type == "Divide" then
  6630. scaler2 = 1/value
  6631. end
  6632. coroutine.resume(coroutine.create(function()
  6633. for i = 0,10/bonuspeed,0.1 do
  6634. swait()
  6635. if rainbowmode == true then
  6636. rng.Color = Color3.new(r/255,g/255,b/255)
  6637. end
  6638. if type == "Add" then
  6639. scaler2 = scaler2 - 0.01*value/bonuspeed
  6640. elseif type == "Divide" then
  6641. scaler2 = scaler2 - 0.01/value*bonuspeed
  6642. end
  6643. if chaosmode == true then
  6644. rng.BrickColor = BrickColor.random()
  6645. end
  6646. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6647. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  6648. end
  6649. rng:Destroy()
  6650. end))
  6651. end
  6652.  
  6653. function sphere2(bonuspeed,type,pos,scale,value,value2,value3,color,color3)
  6654. local type = type
  6655. local rng = Instance.new("Part", char)
  6656. rng.Anchored = true
  6657. rng.BrickColor = color
  6658. rng.Color = color3
  6659. rng.CanCollide = false
  6660. rng.FormFactor = 3
  6661. rng.Name = "Ring"
  6662. rng.Material = "Neon"
  6663. rng.Size = Vector3.new(1, 1, 1)
  6664. rng.Transparency = 0
  6665. rng.TopSurface = 0
  6666. rng.BottomSurface = 0
  6667. rng.CFrame = pos
  6668. local rngm = Instance.new("SpecialMesh", rng)
  6669. rngm.MeshType = "Sphere"
  6670. rngm.Scale = scale
  6671. local scaler2 = 1
  6672. local scaler2b = 1
  6673. local scaler2c = 1
  6674. if type == "Add" then
  6675. scaler2 = 1*value
  6676. scaler2b = 1*value2
  6677. scaler2c = 1*value3
  6678. elseif type == "Divide" then
  6679. scaler2 = 1/value
  6680. scaler2b = 1/value2
  6681. scaler2c = 1/value3
  6682. end
  6683. coroutine.resume(coroutine.create(function()
  6684. for i = 0,10/bonuspeed,0.1 do
  6685. swait()
  6686. if type == "Add" then
  6687. scaler2 = scaler2 - 0.01*value/bonuspeed
  6688. scaler2b = scaler2b - 0.01*value/bonuspeed
  6689. scaler2c = scaler2c - 0.01*value/bonuspeed
  6690. elseif type == "Divide" then
  6691. scaler2 = scaler2 - 0.01/value*bonuspeed
  6692. scaler2b = scaler2b - 0.01/value*bonuspeed
  6693. scaler2c = scaler2c - 0.01/value*bonuspeed
  6694. end
  6695. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6696. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed)
  6697. end
  6698. rng:Destroy()
  6699. end))
  6700. end
  6701.  
  6702. function block(bonuspeed,type,pos,scale,value,value2,value3,color,color3)
  6703. local type = type
  6704. local rng = Instance.new("Part", char)
  6705. rng.Anchored = true
  6706. rng.BrickColor = color
  6707. rng.Color = color3
  6708. rng.CanCollide = false
  6709. rng.FormFactor = 3
  6710. rng.Name = "Ring"
  6711. rng.Material = "Neon"
  6712. rng.Size = Vector3.new(1, 1, 1)
  6713. rng.Transparency = 0
  6714. rng.TopSurface = 0
  6715. rng.BottomSurface = 0
  6716. rng.CFrame = pos
  6717. local rngm = Instance.new("SpecialMesh", rng)
  6718. rngm.MeshType = "Brick"
  6719. rngm.Scale = scale
  6720. local scaler2 = 1
  6721. local scaler2b = 1
  6722. local scaler2c = 1
  6723. if type == "Add" then
  6724. scaler2 = 1*value
  6725. scaler2b = 1*value2
  6726. scaler2c = 1*value3
  6727. elseif type == "Divide" then
  6728. scaler2 = 1/value
  6729. scaler2b = 1/value2
  6730. scaler2c = 1/value3
  6731. end
  6732. coroutine.resume(coroutine.create(function()
  6733. for i = 0,10/bonuspeed,0.1 do
  6734. swait()
  6735. if type == "Add" then
  6736. scaler2 = scaler2 - 0.01*value/bonuspeed
  6737. scaler2b = scaler2b - 0.01*value/bonuspeed
  6738. scaler2c = scaler2c - 0.01*value/bonuspeed
  6739. elseif type == "Divide" then
  6740. scaler2 = scaler2 - 0.01/value*bonuspeed
  6741. scaler2b = scaler2b - 0.01/value*bonuspeed
  6742. scaler2c = scaler2c - 0.01/value*bonuspeed
  6743. end
  6744. rng.CFrame = rng.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))
  6745. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6746. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed)
  6747. end
  6748. rng:Destroy()
  6749. end))
  6750. end
  6751.  
  6752. function sphereMK(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,color3,outerpos)
  6753. local type = type
  6754. local rng = Instance.new("Part", char)
  6755. rng.Anchored = true
  6756. rng.BrickColor = color
  6757. rng.Color = color3
  6758. rng.CanCollide = false
  6759. rng.FormFactor = 3
  6760. rng.Name = "Ring"
  6761. rng.Material = "Neon"
  6762. rng.Size = Vector3.new(1, 1, 1)
  6763. rng.Transparency = 0
  6764. rng.TopSurface = 0
  6765. rng.BottomSurface = 0
  6766. rng.CFrame = pos
  6767. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  6768. local rngm = Instance.new("SpecialMesh", rng)
  6769. rngm.MeshType = "Sphere"
  6770. rngm.Scale = vt(x1,y1,z1)
  6771. if rainbowmode == true then
  6772. rng.Color = Color3.new(r/255,g/255,b/255)
  6773. end
  6774. local scaler2 = 1
  6775. local speeder = FastSpeed
  6776. if type == "Add" then
  6777. scaler2 = 1*value
  6778. elseif type == "Divide" then
  6779. scaler2 = 1/value
  6780. end
  6781. coroutine.resume(coroutine.create(function()
  6782. for i = 0,10/bonuspeed,0.1 do
  6783. swait()
  6784. if rainbowmode == true then
  6785. rng.Color = Color3.new(r/255,g/255,b/255)
  6786. end
  6787. if type == "Add" then
  6788. scaler2 = scaler2 - 0.01*value/bonuspeed
  6789. elseif type == "Divide" then
  6790. scaler2 = scaler2 - 0.01/value*bonuspeed
  6791. end
  6792. if chaosmode == true then
  6793. rng.BrickColor = BrickColor.random()
  6794. end
  6795. speeder = speeder - 0.01*FastSpeed*bonuspeed
  6796. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  6797. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6798. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0)
  6799. end
  6800. rng:Destroy()
  6801. end))
  6802. end
  6803.  
  6804. function waveEff(bonuspeed,type,typeoftrans,pos,scale,value,value2,color)
  6805. local type = type
  6806. local rng = Instance.new("Part", char)
  6807. rng.Anchored = true
  6808. rng.BrickColor = color
  6809. rng.CanCollide = false
  6810. rng.FormFactor = 3
  6811. rng.Name = "Ring"
  6812. rng.Material = "Neon"
  6813. rng.Size = Vector3.new(1, 1, 1)
  6814. rng.Transparency = 0
  6815. if typeoftrans == "In" then
  6816. rng.Transparency = 1
  6817. end
  6818. rng.TopSurface = 0
  6819. rng.BottomSurface = 0
  6820. rng.CFrame = pos
  6821. local rngm = Instance.new("SpecialMesh", rng)
  6822. rngm.MeshType = "FileMesh"
  6823. rngm.MeshId = "rbxassetid://20329976"
  6824. rngm.Scale = scale
  6825. local scaler2 = 1
  6826. local scaler2b = 1
  6827. if type == "Add" then
  6828. scaler2 = 1*value
  6829. scaler2b = 1*value2
  6830. elseif type == "Divide" then
  6831. scaler2 = 1/value
  6832. scaler2b = 1/value2
  6833. end
  6834. local randomrot = math.random(1,2)
  6835. coroutine.resume(coroutine.create(function()
  6836. for i = 0,10/bonuspeed,0.1 do
  6837. swait()
  6838. if type == "Add" then
  6839. scaler2 = scaler2 - 0.01*value/bonuspeed
  6840. scaler2b = scaler2b - 0.01*value/bonuspeed
  6841. elseif type == "Divide" then
  6842. scaler2 = scaler2 - 0.01/value*bonuspeed
  6843. scaler2b = scaler2b - 0.01/value*bonuspeed
  6844. end
  6845. if randomrot == 1 then
  6846. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(5*bonuspeed/2),0)
  6847. elseif randomrot == 2 then
  6848. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-5*bonuspeed/2),0)
  6849. end
  6850. if typeoftrans == "Out" then
  6851. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6852. elseif typeoftrans == "In" then
  6853. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  6854. end
  6855. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2*bonuspeed)
  6856. end
  6857. rng:Destroy()
  6858. end))
  6859. end
  6860.  
  6861. function slash(bonuspeed,rotspeed,rotatingop,typeofshape,type,typeoftrans,pos,scale,value,color)
  6862. local type = type
  6863. local rotenable = rotatingop
  6864. local rng = Instance.new("Part", char)
  6865. rng.Anchored = true
  6866. rng.BrickColor = color
  6867. rng.CanCollide = false
  6868. rng.FormFactor = 3
  6869. rng.Name = "Ring"
  6870. rng.Material = "Neon"
  6871. rng.Size = Vector3.new(1, 1, 1)
  6872. rng.Transparency = 0
  6873. if typeoftrans == "In" then
  6874. rng.Transparency = 1
  6875. end
  6876. rng.TopSurface = 0
  6877. rng.BottomSurface = 0
  6878. rng.CFrame = pos
  6879. local rngm = Instance.new("SpecialMesh", rng)
  6880. rngm.MeshType = "FileMesh"
  6881. if typeofshape == "Normal" then
  6882. rngm.MeshId = "rbxassetid://662586858"
  6883. elseif typeofshape == "Round" then
  6884. rngm.MeshId = "rbxassetid://662585058"
  6885. end
  6886. rngm.Scale = scale
  6887. local scaler2 = 1/10
  6888. if type == "Add" then
  6889. scaler2 = 1*value/10
  6890. elseif type == "Divide" then
  6891. scaler2 = 1/value/10
  6892. end
  6893. local randomrot = math.random(1,2)
  6894. coroutine.resume(coroutine.create(function()
  6895. for i = 0,10/bonuspeed,0.1 do
  6896. swait()
  6897. if type == "Add" then
  6898. scaler2 = scaler2 - 0.01*value/bonuspeed/10
  6899. elseif type == "Divide" then
  6900. scaler2 = scaler2 - 0.01/value*bonuspeed/10
  6901. end
  6902. if rotenable == true then
  6903. if randomrot == 1 then
  6904. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(rotspeed*bonuspeed/2),0)
  6905. elseif randomrot == 2 then
  6906. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-rotspeed*bonuspeed/2),0)
  6907. end
  6908. end
  6909. if typeoftrans == "Out" then
  6910. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6911. elseif typeoftrans == "In" then
  6912. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  6913. end
  6914. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed/10, 0, scaler2*bonuspeed/10)
  6915. end
  6916. rng:Destroy()
  6917. end))
  6918. end
  6919.  
  6920. function FindNearestTorso(Position, Distance, SinglePlayer)
  6921. if SinglePlayer then
  6922. return (SinglePlayer.Torso.CFrame.p - Position).magnitude < Distance
  6923. end
  6924. local List = {}
  6925. for i, v in pairs(workspace:GetChildren()) do
  6926. if v:IsA("Model") then
  6927. if v:findFirstChild("Torso") or v:findFirstChild("UpperTorso") then
  6928. if v ~= Character then
  6929. if (v.Head.Position - Position).magnitude <= Distance then
  6930. table.insert(List, v)
  6931. end
  6932. end
  6933. end
  6934. end
  6935. end
  6936. return List
  6937. end
  6938.  
  6939.  
  6940. local dashing = false
  6941. local floatmode = false
  6942. local OWS = hum.WalkSpeed
  6943. local equipped = false
  6944. Humanoid.Name = "NEPTUNIA"
  6945. Humanoid.MaxHealth = math.huge
  6946. Humanoid.Health = math.huge
  6947. Instance.new("ForceField",char).Visible = false
  6948. Humanoid.Animator.Parent = nil
  6949. ------------------
  6950. function equip()
  6951. attack = true
  6952. equipped = true
  6953. hum.WalkSpeed = 0
  6954. tl1.Enabled = true
  6955. for i = 0, 9 do
  6956. slash(math.random(10,50)/10,3,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  6957. end
  6958. CFuncs["Sound"].Create("rbxassetid://1368637781", rarmor, 2.5, 1.25)
  6959. CFuncs["Sound"].Create("rbxassetid://200633077", rarmor, 1, 1)
  6960. CFuncs["Sound"].Create("rbxassetid://169380495", rarmor, 0.5, 1.1)
  6961. sphere2(5,"Add",root.CFrame,vt(5,5,5),0.25,0.25,0.25,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  6962. sphere2(6,"Add",root.CFrame,vt(5,5,5),0.25,0.25,0.25,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  6963. for i = 0, 2, 0.1 do
  6964. swait()
  6965. hum.CameraOffset = vt(math.random(-5,5)/50,math.random(-5,5)/50,math.random(-5,5)/50)
  6966. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  6967. waveEff(5,"Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(5,0.25,5),0.05,0.015,BrickColor.new("Cyan"))
  6968. waveEff(5,"Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(10,0.25,10),0.05,0.015,BrickColor.new("Royal purple"))
  6969. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  6970. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(10),math.rad(0)),.2)
  6971. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-10)),.3)
  6972. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(-20)),.3)
  6973. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-20),math.rad(-30),math.rad(130)),.3)
  6974. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(-13),math.rad(10),math.rad(-10)),.3)
  6975. end
  6976. hum.CameraOffset = vt(0,0,0)
  6977. weaponweld.Part0 = rarm
  6978. for i = 0, 2, 0.1 do
  6979. swait()
  6980. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  6981. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-40),math.rad(0)),.2)
  6982. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(5)),.2)
  6983. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.1,0.1,0)*angles(math.rad(0),math.rad(0),math.rad(40)),.3)
  6984. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(-40)),.3)
  6985. RW.C0=clerp(RW.C0,cf(1.25,0.5,-0.65)*angles(math.rad(100),math.rad(0),math.rad(-23)),.3)
  6986. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(110),math.rad(0),math.rad(-85)),.3)
  6987. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  6988. end
  6989. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  6990. hitb.Anchored = true
  6991. hitb.CFrame = root.CFrame + root.CFrame.lookVector*4
  6992. MagniDamage(hitb, 4, 40,73, 0, "Normal",153092213)
  6993. slash(5,5,true,"Round","Add","Out",hitb.CFrame*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(0.05,0.01,0.05),0.01,BrickColor.new("White"))
  6994. CFuncs["Sound"].Create("rbxassetid://200633196", rarmor, 1, 1.05)
  6995. CFuncs["Sound"].Create("rbxassetid://200633108", rarmor, 1.5, 1.025)
  6996. CFuncs["Sound"].Create("rbxassetid://234365549", rarmor, 1, 1)
  6997. for i = 0, 2, 0.1 do
  6998. swait()
  6999. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7000. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-20)),.2)
  7001. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(50),math.rad(0)),.2)
  7002. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(-0.1,-0.25,0)*angles(math.rad(10),math.rad(0),math.rad(-50)),.3)
  7003. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(50)),.3)
  7004. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(80),math.rad(0),math.rad(70)),.3)
  7005. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(100),math.rad(0),math.rad(-50)),.3)
  7006. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7007. end
  7008. hitb:Destroy()
  7009. hum.WalkSpeed = 24
  7010. OWS = hum.WalkSpeed
  7011. attack = false
  7012. end
  7013.  
  7014. function unequip()
  7015. attack = true
  7016. equipped = false
  7017. hum.WalkSpeed = 0
  7018. hum.WalkSpeed = 16
  7019. OWS = hum.WalkSpeed
  7020. tl1.Enabled = false
  7021. CFuncs["Sound"].Create("rbxassetid://200633029", rarmor, 1, 1)
  7022. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.5)
  7023. weaponweld.Part0 = tors
  7024. attack = false
  7025. end
  7026.  
  7027. ------------------
  7028. function attackone()
  7029. attack = true
  7030. hum.WalkSpeed = 4
  7031. for i = 0, 2, 0.1 do
  7032. swait()
  7033. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-40),math.rad(0)),.2)
  7034. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(5)),.2)
  7035. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.1,0.1,0)*angles(math.rad(0),math.rad(0),math.rad(40)),.3)
  7036. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(-40)),.3)
  7037. RW.C0=clerp(RW.C0,cf(1.25,0.5,-0.65)*angles(math.rad(100),math.rad(0),math.rad(-23)),.3)
  7038. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(110),math.rad(0),math.rad(-85)),.3)
  7039. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  7040. end
  7041. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  7042. hitb.Anchored = true
  7043. hitb.CFrame = root.CFrame + root.CFrame.lookVector*4
  7044. MagniDamage(hitb, 4, 24,30, 0, "Normal",153092213)
  7045. CFuncs["Sound"].Create("rbxassetid://200633196", rarmor, 1, 1.05)
  7046. CFuncs["Sound"].Create("rbxassetid://200633108", rarmor, 1.5, 1.025)
  7047. CFuncs["Sound"].Create("rbxassetid://234365549", rarmor, 1, 1)
  7048. for i = 0, 1, 0.1 do
  7049. swait()
  7050. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-20)),.2)
  7051. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(50),math.rad(0)),.2)
  7052. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(-0.1,-0.25,0)*angles(math.rad(10),math.rad(0),math.rad(-50)),.3)
  7053. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(50)),.3)
  7054. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(80),math.rad(0),math.rad(70)),.3)
  7055. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(100),math.rad(0),math.rad(-50)),.3)
  7056. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7057. end
  7058. hitb:Destroy()
  7059. attack = false
  7060. hum.WalkSpeed = 24
  7061. end
  7062. function attacktwo()
  7063. attack = true
  7064. hum.WalkSpeed = 4
  7065. for i = 0, 1, 0.1 do
  7066. swait()
  7067. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7068. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(20),math.rad(5)),.2)
  7069. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(-0.1,0.1,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7070. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(40)),.3)
  7071. RW.C0=clerp(RW.C0,cf(1.25,0.5,-0.65)*angles(math.rad(100),math.rad(0),math.rad(-23)),.3)
  7072. LW.C0=clerp(LW.C0,cf(-0.5,0.5,-0.25)*angles(math.rad(90),math.rad(0),math.rad(40)),.3)
  7073. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(180),math.rad(0)),.3)
  7074. end
  7075. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  7076. hitb.Anchored = true
  7077. hitb.CFrame = root.CFrame + root.CFrame.lookVector*4
  7078. MagniDamage(hitb, 4, 24,30, 0, "Normal",153092213)
  7079. CFuncs["Sound"].Create("rbxassetid://200633281", rarmor, 1, 1.05)
  7080. CFuncs["Sound"].Create("rbxassetid://161006195", rarmor, 1.5, 1.025)
  7081. for i = 0, 1, 0.1 do
  7082. swait()
  7083. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-30),math.rad(0)),.2)
  7084. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(20)),.2)
  7085. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(10),math.rad(0),math.rad(90)),.3)
  7086. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(-90)),.3)
  7087. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(80),math.rad(0),math.rad(20)),.3)
  7088. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(100),math.rad(0),math.rad(-50)),.3)
  7089. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(180),math.rad(70)),.3)
  7090. end
  7091. attack = false
  7092. hum.WalkSpeed = 24
  7093. end
  7094. function attackthree()
  7095. attack = true
  7096. hum.WalkSpeed = 4
  7097. for i = 0, 1, 0.1 do
  7098. swait()
  7099. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-30),math.rad(0)),.2)
  7100. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(5)),.2)
  7101. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(-0.1,0.1,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7102. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(60)),.3)
  7103. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-30),math.rad(0),math.rad(53)),.3)
  7104. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(10),math.rad(0),math.rad(-10)),.3)
  7105. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3)
  7106. end
  7107. for x = 0, 2 do
  7108. CFuncs["Sound"].Create("rbxassetid://200633108", rarmor, 1, 1.05)
  7109. CFuncs["Sound"].Create("rbxassetid://234365573", rarmor, 1.5, 1.025)
  7110. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  7111. hitb.Anchored = true
  7112. hitb.CFrame = root.CFrame + root.CFrame.lookVector*4
  7113. MagniDamage(hitb, 4, 12,15, 0, "Normal",153092213)
  7114. for i = 0, 1, 0.6 do
  7115. swait()
  7116. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7117. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(20)),.2)
  7118. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(-2),math.rad(0),math.rad(80)),.3)
  7119. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.3)
  7120. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7121. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-20)),.3)
  7122. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(0),math.rad(30),math.rad(90)),.3)
  7123. end
  7124. for i = 0, 1, 0.6 do
  7125. swait()
  7126. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7127. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(20)),.2)
  7128. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(-2),math.rad(0),math.rad(80)),.3)
  7129. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.3)
  7130. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7131. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-20)),.3)
  7132. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(180)),.3)
  7133. end
  7134. for i = 0, 1, 0.6 do
  7135. swait()
  7136. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7137. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(20)),.2)
  7138. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(-2),math.rad(0),math.rad(80)),.3)
  7139. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.3)
  7140. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7141. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-20)),.3)
  7142. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(0),math.rad(-30),math.rad(270)),.3)
  7143. end
  7144. for i = 0, 1, 0.6 do
  7145. swait()
  7146. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7147. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(20)),.2)
  7148. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(-2),math.rad(0),math.rad(80)),.3)
  7149. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.3)
  7150. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7151. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-20)),.3)
  7152. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  7153. end
  7154. end
  7155. attack = false
  7156. hum.WalkSpeed = 24
  7157. end
  7158. ------------------
  7159. function spinnyblade()
  7160. attack = true
  7161. hum.WalkSpeed = 1
  7162. hum.JumpPower = 0
  7163. CFuncs["Sound"].Create("rbxassetid://1368583274", root, 4.5, 1)
  7164. local bgui = Instance.new("BillboardGui",root)
  7165. bgui.Size = UDim2.new(25, 0, 25, 0)
  7166. local imgc = Instance.new("ImageLabel",bgui)
  7167. imgc.BackgroundTransparency = 1
  7168. imgc.ImageTransparency = 1
  7169. imgc.Size = UDim2.new(1,0,1,0)
  7170. imgc.Image = "rbxassetid://997291547"
  7171. imgc.ImageColor3 = Color3.new(0,0.5,1)
  7172. local imgc2 = imgc:Clone()
  7173. imgc2.Parent = bgui
  7174. imgc2.Position = UDim2.new(-0.5,0,-0.5,0)
  7175. imgc2.Size = UDim2.new(2,0,2,0)
  7176. imgc2.ImageColor3 = Color3.new(0.5,0,1)
  7177. for i = 0, 10, 0.1 do
  7178. swait()
  7179. imgc.ImageTransparency = imgc.ImageTransparency - 0.01
  7180. imgc.Rotation = imgc.Rotation + 1
  7181. imgc2.ImageTransparency = imgc2.ImageTransparency - 0.01
  7182. imgc2.Rotation = imgc2.Rotation - 1
  7183. bgui.Size = bgui.Size - UDim2.new(0.25, 0, 0.25, 0)
  7184. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.1,0.01,0.1),math.random(25,50)/250,BrickColor.new("White"))
  7185. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7186. hum.CameraOffset = vt(math.random(-10,10)/50,math.random(-10,10)/50,math.random(-10,10)/50)
  7187. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7188. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7189. waveEff(5,"Add","In",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(15,0.25,15),-0.075,0.05,BrickColor.new("White"))
  7190. RH.C0=clerp(RH.C0,cf(1,-0.5,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-40),math.rad(10)),.2)
  7191. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.2)
  7192. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.1,0.2,-0.3)*angles(math.rad(10),math.rad(0),math.rad(50)),.3)
  7193. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(-50)),.3)
  7194. RW.C0=clerp(RW.C0,cf(1.25,0.5,-0.65)*angles(math.rad(100),math.rad(0),math.rad(-23)),.3)
  7195. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(110),math.rad(0),math.rad(-85)),.3)
  7196. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  7197. end
  7198. imgc.ImageTransparency = 1
  7199. hum.CameraOffset = vt(0,0,0)
  7200. waveEff(2,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.8,BrickColor.new("White"))
  7201. waveEff(3,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.4,BrickColor.new("White"))
  7202. waveEff(4,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.2,BrickColor.new("White"))
  7203. waveEff(5,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.1,BrickColor.new("White"))
  7204. waveEff(6,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.05,BrickColor.new("White"))
  7205. for i = 0, 9 do
  7206. slash(math.random(10,25)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,0,math.random(-30,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.1,0.01,0.1),math.random(75,250)/250,BrickColor.new("White"))
  7207. end
  7208. CFuncs["Sound"].Create("rbxassetid://430315987", root, 1.5, 1)
  7209. CFuncs["Sound"].Create("rbxassetid://1295446488", root, 3, 1)
  7210. for x = 0, 14 do
  7211. CFuncs["Sound"].Create("rbxassetid://200633281", rarmor, 1, 1.05)
  7212. CFuncs["Sound"].Create("rbxassetid://161006195", rarmor, 1.5, 1.025)
  7213. MagniDamage(tors, 10, 60,85, 0, "Normal",153092213)
  7214. CFuncs["Sound"].Create("rbxassetid://200632992", rarmor, 1.25, 1)
  7215. slash(5,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.05,0.01,0.05),math.random(1,10)/100,BrickColor.new("White"))
  7216. for i = 0, 1, 0.6 do
  7217. swait()
  7218. sphereMK(2,-1,"Add",root.CFrame*CFrame.new(math.random(-8,8),math.random(-8,8),math.random(-3,8))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.5,0.5,math.random(5,25),-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7219. root.CFrame = root.CFrame + root.CFrame.lookVector*2
  7220. root.Velocity = vt(0,0,0)
  7221. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7222. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7223. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,3)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  7224. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-60)),.3)
  7225. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7226. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7227. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7228. end
  7229. slash(5,2.5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.05,0.01,0.05),math.random(1,10)/100,BrickColor.new("White"))
  7230. CFuncs["Sound"].Create("rbxassetid://200632992", rarmor, 1.25, 1)
  7231. MagniDamage(tors, 10, 60,85, 0, "Normal",153092213)
  7232. for i = 0, 1, 0.6 do
  7233. swait()
  7234. sphereMK(2,-1,"Add",root.CFrame*CFrame.new(math.random(-8,8),math.random(-8,8),math.random(-3,8))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.5,0.5,math.random(5,25),-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7235. root.CFrame = root.CFrame + root.CFrame.lookVector*3
  7236. root.Velocity = vt(0,0,0)
  7237. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7238. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7239. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,3)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7240. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-60)),.3)
  7241. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7242. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7243. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7244. end
  7245. slash(5,2.5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.05,0.01,0.05),math.random(1,10)/100,BrickColor.new("White"))
  7246. CFuncs["Sound"].Create("rbxassetid://200632992", rarmor, 1.25, 1)
  7247. MagniDamage(tors, 10, 60,85, 0, "Normal",153092213)
  7248. for i = 0, 1, 0.6 do
  7249. swait()
  7250. sphereMK(2,-1,"Add",root.CFrame*CFrame.new(math.random(-8,8),math.random(-8,8),math.random(-3,8))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.5,0.5,math.random(5,25),-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7251. root.CFrame = root.CFrame + root.CFrame.lookVector*3
  7252. root.Velocity = vt(0,0,0)
  7253. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7254. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7255. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,3)*angles(math.rad(180),math.rad(0),math.rad(90)),.3)
  7256. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-60)),.3)
  7257. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7258. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7259. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7260. end
  7261. slash(5,2.5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.05,0.01,0.05),math.random(1,10)/100,BrickColor.new("White"))
  7262. CFuncs["Sound"].Create("rbxassetid://200632992", rarmor, 1.25, 1)
  7263. MagniDamage(tors, 10, 60,85, 0, "Normal",153092213)
  7264. for i = 0, 1, 0.6 do
  7265. swait()
  7266. sphereMK(2,-1,"Add",root.CFrame*CFrame.new(math.random(-8,8),math.random(-8,8),math.random(-3,8))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.5,0.5,math.random(5,25),-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7267. root.CFrame = root.CFrame + root.CFrame.lookVector*3
  7268. root.Velocity = vt(0,0,0)
  7269. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7270. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7271. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,3)*angles(math.rad(270),math.rad(0),math.rad(90)),.3)
  7272. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-60)),.3)
  7273. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7274. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7275. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7276. end
  7277. end
  7278. hum.WalkSpeed = 0
  7279. for i = 0, 5, 0.1 do
  7280. swait()
  7281. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-20)),.2)
  7282. LH.C0=clerp(LH.C0,cf(-1,-0.6,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(20),math.rad(-12)),.2)
  7283. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.1,0.2,-0.35)*angles(math.rad(10),math.rad(0),math.rad(-40)),.2)
  7284. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(40)),.2)
  7285. RW.C0=clerp(RW.C0,cf(1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(110)),.2)
  7286. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0)*angles(math.rad(45),math.rad(0),math.rad(-20)),.2)
  7287. weaponweld.C1=clerp(weaponweld.C1,cf(2,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.2)
  7288. end
  7289. bgui:Destroy()
  7290. attack = false
  7291. hum.WalkSpeed = 24
  7292. hum.JumpPower = 50
  7293. end
  7294.  
  7295. function eightbitmegablade()
  7296. attack = true
  7297. hum.WalkSpeed = 0
  7298. hum.JumpPower = 0
  7299. CFuncs["Sound"].Create("rbxassetid://1368583274", larm, 4.5, 1.2)
  7300. local OverCut = false
  7301. cam.CameraSubject = Humanoid
  7302. cam.CameraType = "Scriptable"
  7303. coroutine.resume(coroutine.create(function()
  7304. while true do
  7305. swait()
  7306. if OverCut == false then
  7307. cam.CFrame = lerp(cam.CFrame, root.CFrame * cf(1, 1.5, -6) * ceuler(math.rad(10), math.rad(170), math.rad(-20)), 0.1)
  7308. else
  7309. break
  7310. end
  7311. end
  7312. end))
  7313. for i = 0, 10, 0.1 do
  7314. swait()
  7315. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7316. sphere2(5,"Add",larm.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,0.1,-0.01,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7317. slash(math.random(20,40)/10,5,true,"Round","Add","Out",larm.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.025,0.001,0.025),-0.025,BrickColor.new("White"))
  7318. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6),math.rad(0),math.rad(-6)),.3)
  7319. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(3)),.3)
  7320. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  7321. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-15),math.rad(5),math.rad(50)),.3)
  7322. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-13),math.rad(-40),math.rad(20)),.3)
  7323. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(170),math.rad(10),math.rad(0)),.3)
  7324. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7325. end
  7326. OverCut = true
  7327. local orb = Instance.new("Part", char)
  7328. orb.Anchored = true
  7329. orb.BrickColor = BrickColor.new("Toothpaste")
  7330. orb.CanCollide = false
  7331. orb.FormFactor = 3
  7332. orb.Name = "Ring"
  7333. orb.Material = "Neon"
  7334. orb.Size = Vector3.new(1, 1, 1)
  7335. orb.Transparency = 0.5
  7336. orb.TopSurface = 0
  7337. orb.BottomSurface = 0
  7338. local orbm = Instance.new("SpecialMesh", orb)
  7339. orbm.MeshType = "FileMesh"
  7340. orbm.MeshId = "rbxassetid://361629844"
  7341. orbm.Scale = vt(30,60,60)
  7342. orb.CFrame = root.CFrame*CFrame.new(0,50,0)
  7343. for i = 0, 24 do
  7344. slash(math.random(10,30)/10,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.001,0.1),math.random(50,400)/420,BrickColor.new("White"))
  7345. end
  7346. sphere2(2,"Add",orb.CFrame,vt(10,10,10),0.5,0.5,0.5,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7347. sphere2(3,"Add",orb.CFrame,vt(10,10,10),0.75,0.75,0.75,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7348. sphere2(4,"Add",orb.CFrame,vt(10,10,10),1,1,1,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7349. CFuncs["Sound"].Create("rbxassetid://1368637781", orb, 7.5, 1)
  7350. local a = Instance.new("Part",workspace)
  7351. a.Name = "Direction"
  7352. a.Anchored = true
  7353. a.Transparency = 1
  7354. a.CanCollide = false
  7355. local ray = Ray.new(
  7356. orb.CFrame.p, -- origin
  7357. (mouse.Hit.p - orb.CFrame.p).unit * 500 -- direction
  7358. )
  7359. local ignore = orb
  7360. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  7361. a.BottomSurface = 10
  7362. a.TopSurface = 10
  7363. local distance = (orb.CFrame.p - position).magnitude
  7364. a.Size = Vector3.new(0.1, 0.1, 0.1)
  7365. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, 0)
  7366. orb.CFrame = a.CFrame
  7367. for i = 0, 8, 0.1 do
  7368. swait()
  7369. sphere2(5,"Add",orb.CFrame*CFrame.new(math.random(-20,20),math.random(-20,20),math.random(-20,20)),vt(1,1,1),0.01,0.01,0.01,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7370. ray = Ray.new(
  7371. orb.CFrame.p, -- origin
  7372. (mouse.Hit.p - orb.CFrame.p).unit * 500 -- direction
  7373. )
  7374. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  7375. distance = (orb.CFrame.p - position).magnitude
  7376. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, 0)
  7377. orb.CFrame = a.CFrame
  7378. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7379. cam.CFrame = lerp(cam.CFrame, root.CFrame * cf(20, 65, 55) * ceuler(math.rad(-20), math.rad(0), math.rad(10)), 0.2)
  7380. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6),math.rad(0),math.rad(-6)),.3)
  7381. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(3)),.3)
  7382. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  7383. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  7384. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-13),math.rad(-20),math.rad(20)),.3)
  7385. LW.C0=clerp(LW.C0,cf(-1.25,0.5,-0.5)*angles(math.rad(100),math.rad(0),math.rad(60)),.3)
  7386. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7387. end
  7388. cam.CameraType = "Custom"
  7389. orb.Anchored = false
  7390. a:Destroy()
  7391. local bv = Instance.new("BodyVelocity")
  7392. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  7393. bv.velocity = orb.CFrame.lookVector*250
  7394. bv.Parent = orb
  7395. local hitted = false
  7396. CFuncs["Sound"].Create("rbxassetid://466493476", orb, 7.5, 0.7)
  7397. waveEff(2,"Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(5,1,5),0.5,0.1,BrickColor.new("Cyan"))
  7398. waveEff(4,"Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(5,1,5),0.5,0.05,BrickColor.new("Royal purple"))
  7399. coroutine.resume(coroutine.create(function()
  7400. while true do
  7401. swait(2)
  7402. if hitted == false and orb.Parent ~= nil then
  7403. slash(3,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(0.075,0.005,0.075),-0.05,BrickColor.new("White"))
  7404. elseif hitted == true and orb.Parent == nil then
  7405. break
  7406. end
  7407. end
  7408. end))
  7409. orb.Touched:connect(function(hit)
  7410. if hitted == false and hit.Parent ~= char then
  7411. hitted = true
  7412. MagniDamage(orb, 30, 72,95, 0, "Normal",153092213)
  7413. CFuncs["Sound"].Create("rbxassetid://763717897", orb, 10, 1)
  7414. CFuncs["Sound"].Create("rbxassetid://1295446488", orb, 9, 0.75)
  7415. for i = 0, 24 do
  7416. slash(math.random(15,30)/10,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.001,0.01),math.random(125,250)/400,BrickColor.new("White"))
  7417. end
  7418. slash(1,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(0.01,0.015,0.01),1.5,BrickColor.new("White"))
  7419. slash(1,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(0.01,0.01,0.01),2,BrickColor.new("White"))
  7420. sphere2(1,"Add",orb.CFrame,vt(10,10,10),1,1,1,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7421. sphere2(1.5,"Add",orb.CFrame,vt(10,10,10),1.1,1.1,1.1,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7422. sphere2(2,"Add",orb.CFrame,vt(10,10,10),1.2,1.2,1.2,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7423. orb.Anchored = true
  7424. orb.Transparency = 1
  7425. coroutine.resume(coroutine.create(function()
  7426. for i = 0, 4, 0.1 do
  7427. swait()
  7428. slash(math.random(10,50)/10,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.015,0.01),1.5,BrickColor.new("Royal purple"))
  7429. hum.CameraOffset = vt(math.random(-10,10)/25,math.random(-10,10)/25,math.random(-10,10)/25)
  7430. end
  7431. hum.CameraOffset = vt(0,0,0)
  7432. end))
  7433. wait(10)
  7434. orb:Destroy()
  7435. end
  7436. end)
  7437. game:GetService("Debris"):AddItem(orb, 10)
  7438. for i = 0, 2, 0.1 do
  7439. swait()
  7440. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7441. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6),math.rad(0),math.rad(-6)),.3)
  7442. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(3)),.3)
  7443. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.4,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  7444. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  7445. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-13),math.rad(-40),math.rad(20)),.3)
  7446. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-80)),.3)
  7447. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7448. end
  7449. attack = false
  7450. hum.WalkSpeed = 24
  7451. hum.JumpPower = 50
  7452. end
  7453.  
  7454. function bladespinagain()
  7455. attack = true
  7456. hum.WalkSpeed = 4
  7457. hum.JumpPower = 0
  7458. CFuncs["Sound"].Create("rbxassetid://1368598393", rarmor, 2, 1)
  7459. CFuncs["Sound"].Create("rbxassetid://1368583274", rarmor, 2.5, 1)
  7460. for x = 0, 9 do
  7461. slash(5,5,true,"Round","Add","Out",rarmor.CFrame*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),vt(0.05,0.01,0.05),0.05,BrickColor.new("White"))
  7462. CFuncs["Sound"].Create("rbxassetid://200633108", rarmor, 2, 1.05)
  7463. CFuncs["Sound"].Create("rbxassetid://234365573", rarmor, 2.5, 1.025)
  7464. for i = 0, 1, 0.6 do
  7465. swait()
  7466. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7467. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7468. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7469. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7470. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7471. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7472. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(0)),.2)
  7473. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.25,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7474. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(60)),.3)
  7475. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7476. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-60)),.3)
  7477. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  7478. end
  7479. slash(5,5,true,"Round","Add","Out",rarmor.CFrame*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),vt(0.05,0.01,0.05),0.05,BrickColor.new("White"))
  7480. for i = 0, 1, 0.6 do
  7481. swait()
  7482. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7483. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7484. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7485. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7486. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7487. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7488. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(0)),.2)
  7489. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.25,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7490. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(60)),.3)
  7491. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7492. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-60)),.3)
  7493. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  7494. end
  7495. slash(5,5,true,"Round","Add","Out",rarmor.CFrame*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),vt(0.05,0.01,0.05),0.05,BrickColor.new("White"))
  7496. for i = 0, 1, 0.6 do
  7497. swait()
  7498. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7499. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7500. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7501. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7502. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7503. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7504. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(0)),.2)
  7505. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.25,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7506. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(60)),.3)
  7507. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7508. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-60)),.3)
  7509. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(180),math.rad(0)),.3)
  7510. end
  7511. slash(5,5,true,"Round","Add","Out",rarmor.CFrame*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),vt(0.05,0.01,0.05),0.05,BrickColor.new("White"))
  7512. for i = 0, 1, 0.6 do
  7513. swait()
  7514. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7515. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7516. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7517. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7518. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7519. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7520. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(0)),.2)
  7521. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.25,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7522. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(60)),.3)
  7523. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7524. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-60)),.3)
  7525. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(270),math.rad(0)),.3)
  7526. end
  7527. end
  7528. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  7529. hitb.Anchored = true
  7530. hitb.CFrame = root.CFrame + root.CFrame.lookVector*8
  7531. hitb.CFrame = hitb.CFrame*CFrame.new(0,1,0)
  7532. MagniDamage(hitb, 8, 92,158, 0, "Normal",153092213)
  7533. sphere2(5,"Add",hitb.CFrame,vt(2.1,2.1,2),-0.02,-0.02,5,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7534. sphere2(5,"Add",hitb.CFrame,vt(2,2,2),-0.02,-0.02,4,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7535. for i = 0, 24 do
  7536. slash(math.random(20,100)/10,5,true,"Round","Add","Out",hitb.CFrame*CFrame.new(0,0,math.random(-60,60))*CFrame.Angles(math.rad(90),0,0),vt(0.01,0.01,0.01),math.random(10,100)/1000,BrickColor.new("White"))
  7537. end
  7538. CFuncs["Sound"].Create("rbxassetid://313205954", root, 4,1)
  7539. CFuncs["Sound"].Create("rbxassetid://1368637781", rarmor, 4,1)
  7540. CFuncs["Sound"].Create("rbxassetid://763718160", rarmor, 5, 1.1)
  7541. CFuncs["Sound"].Create("rbxassetid://782353443", rarmor, 6, 1)
  7542. --CFuncs["Sound"].Create("rbxassetid://1548538202", rarmor, 4,1)
  7543. for i = 0, 2, 0.1 do
  7544. swait()
  7545. MagniDamage(hitb, 8, 92,158, 0, "Normal",153092213)
  7546. hum.CameraOffset = vt(math.random(-10,10)/25,math.random(-10,10)/25,math.random(-10,10)/25)
  7547. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-20),math.rad(-10)),.9)
  7548. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.9)
  7549. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.5,0)*angles(math.rad(0),math.rad(0),math.rad(80)),.9)
  7550. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.9)
  7551. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(70)),.9)
  7552. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-60)),.9)
  7553. weaponweld.C1=clerp(weaponweld.C1,cf(2,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.9)
  7554. end
  7555. hum.CameraOffset = vt(0,0,0)
  7556. hitb:Destroy()
  7557. attack = false
  7558. hum.WalkSpeed = 24
  7559. hum.JumpPower = 50
  7560. end
  7561.  
  7562. function superjump()
  7563. attack = true
  7564. hum.WalkSpeed = 0
  7565. hum.JumpPower = 0
  7566. wng1a.Transparency = wng1a.Transparency - 1
  7567. wng1b.Transparency = wng1b.Transparency - 1
  7568. wng2a.Transparency = wng2a.Transparency - 1
  7569. wng2b.Transparency = wng2b.Transparency - 1
  7570. sphere2(5,"Add",root.CFrame,vt(1,1,1),1.5,1.5,1.5,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7571. sphere2(5,"Add",root.CFrame,vt(1,1,1),1,1,1,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7572. CFuncs["Sound"].Create("rbxassetid://1368637781", root, 7.5, 1)
  7573. for i = 0, 2, 0.1 do
  7574. swait()
  7575. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7576. root.Velocity = vt(0,0,0)
  7577. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,250)/250,BrickColor.new("White"))
  7578. RH.C0=clerp(RH.C0,cf(1,-0.45,-0.45)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(20)),.4)
  7579. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(40)),.4)
  7580. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.5,-1)*angles(math.rad(20),math.rad(0),math.rad(0)),.4)
  7581. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(0)),.4)
  7582. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(40)),.4)
  7583. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-40)),.4)
  7584. end
  7585. CFuncs["Sound"].Create("rbxassetid://477843807", root, 7, 1.05)
  7586. local lat1 = Instance.new("Attachment",larm)
  7587. lat1.Position = Vector3.new(1,-1,0.5)
  7588. local lat2 = Instance.new("Attachment",larm)
  7589. lat2.Position = Vector3.new(-1,-1,-0.5)
  7590. local rat1 = Instance.new("Attachment",rarm)
  7591. rat1.Position = Vector3.new(1,-1,-0.5)
  7592. local rat2 = Instance.new("Attachment",rarm)
  7593. rat2.Position = Vector3.new(-1,-1,0.5)
  7594. local tl1 = Instance.new('Trail',larm)
  7595. tl1.Attachment0 = lat1
  7596. tl1.Attachment1 = lat2
  7597. tl1.Texture = "http://www.roblox.com/asset/?id=1049219073"
  7598. tl1.LightEmission = 1
  7599. tl1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.05, 0),NumberSequenceKeypoint.new(1, 1)})
  7600. tl1.Color = ColorSequence.new(BrickColor.new('Royal purple').Color,BrickColor.new('Cyan').Color)
  7601. tl1.Lifetime = 5
  7602. local tl2 = tl1:Clone()
  7603. tl2.Attachment0 = rat1
  7604. tl2.Attachment1 = rat2
  7605. tl2.Parent = rarm
  7606. hum.JumpPower = 50
  7607. hum.Jump = true
  7608. swait()
  7609. hum.JumpPower = 0
  7610. root.Velocity = vt(0,250,0) + root.CFrame.lookVector*250
  7611. sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(-45),0,0),vt(25,1,25),0.3,5,0.3,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7612. sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(-45),0,0),vt(25,1,25),0.2,4,0.2,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7613. for i = 0, 49 do
  7614. waveEff(math.random(10,100)/10,"Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(15,0.25,15),math.random(25,250)/250,0.25,BrickColor.new("White"))
  7615. slash(math.random(10,100)/10,3,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.01,0.01,0.01),math.random(50,500)/250,BrickColor.new("White"))
  7616. end
  7617. coroutine.resume(coroutine.create(function()
  7618. for i = 0, 2, 0.1 do
  7619. swait()
  7620. hum.CameraOffset = vt(math.random(-10,10)/50,math.random(-10,10)/50,math.random(-10,10)/50)
  7621. end
  7622. hum.CameraOffset = vt(0,0,0)
  7623. wait(3)
  7624. tl1.Enabled = false
  7625. tl2.Enabled = false
  7626. game:GetService("Debris"):AddItem(tl1, 5)
  7627. game:GetService("Debris"):AddItem(tl2, 5)
  7628. game:GetService("Debris"):AddItem(rat1, 5)
  7629. game:GetService("Debris"):AddItem(rat2, 5)
  7630. game:GetService("Debris"):AddItem(lat1, 5)
  7631. game:GetService("Debris"):AddItem(lat2, 5)
  7632. end))
  7633. CFuncs["Sound"].Create("rbxassetid://1295446488", root, 10, 1)
  7634. for i = 0, 3, 0.1 do
  7635. swait()
  7636. RH.C0=clerp(RH.C0,cf(1,-0.45,-0.45)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-20)),.4)
  7637. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(30)),.4)
  7638. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.75,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.4)
  7639. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.4)
  7640. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-30),math.rad(0),math.rad(20)),.4)
  7641. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(-30),math.rad(0),math.rad(-20)),.4)
  7642. end
  7643. coroutine.resume(coroutine.create(function()
  7644. for i = 0, 99 do
  7645. swait()
  7646. wng1a.Transparency = wng1a.Transparency + 0.01
  7647. wng1b.Transparency = wng1b.Transparency + 0.01
  7648. wng2a.Transparency = wng2a.Transparency + 0.01
  7649. wng2b.Transparency = wng2b.Transparency + 0.01
  7650. end
  7651. end))
  7652. attack = false
  7653. if equipped == false then
  7654. hum.WalkSpeed = 16
  7655. else
  7656. hum.WalkSpeed = 24
  7657. end
  7658. hum.JumpPower = 50
  7659. end
  7660. ------------------
  7661.  
  7662.  
  7663. local attacktype = 1
  7664. mouse.Button1Down:connect(function()
  7665. if equipped == true then
  7666. if attack == false and attacktype == 1 then
  7667. attacktype = 2
  7668. attackone()
  7669. elseif attack == false and attacktype == 2 then
  7670. attacktype = 3
  7671. attacktwo()
  7672. elseif attack == false and attacktype == 3 then
  7673. attacktype = 1
  7674. attackthree()
  7675. --[[elseif attack == false and attacktype == 4 then
  7676. attacktype = 1
  7677. --attackfour()]]--
  7678. end
  7679. end
  7680. end)
  7681. mouse.KeyDown:connect(function(k)
  7682. if k == "f" and attack == false and equipped == false then
  7683. equip()
  7684. elseif k == "f" and attack == false and equipped == true then
  7685. unequip()
  7686. end
  7687. if k == "r" and attack == false then
  7688. superjump()
  7689. end
  7690. if equipped == true then
  7691. if k == "z" and attack == false then
  7692. spinnyblade()
  7693. end
  7694. if k == "x" and attack == false then
  7695. eightbitmegablade()
  7696. end
  7697. if k == "c" and attack == false then
  7698. bladespinagain()
  7699. end
  7700. end
  7701. if k == "l" and muter == false then
  7702. muter = true
  7703. kan.Volume = 0
  7704. elseif k == "l" and muter == true then
  7705. muter = false
  7706. kan.Volume = 1.25
  7707. end
  7708. end)
  7709. plr.Chatted:connect(function(message)
  7710. if message:sub(1,3) == "id/" then
  7711. ORGID = message:sub(4)
  7712. kan.TimePosition = 0
  7713. kan:Play()
  7714. elseif message:sub(1,6) == "pitch/" then
  7715. ORPIT = message:sub(7)
  7716. elseif message:sub(1,4) == "vol/" then
  7717. ORVOL = message:sub(5)
  7718. elseif message:sub(1,7) == "skipto/" then
  7719. kan.TimePosition = message:sub(8)
  7720. end
  7721. end)
  7722.  
  7723. idleanim=.4
  7724. while true do
  7725. swait()
  7726. if muter == false then
  7727. kan.Volume = ORVOL
  7728. else
  7729. kan.Volume = 0
  7730. end
  7731. kan.PlaybackSpeed = ORPIT
  7732. kan.Pitch = ORPIT
  7733. kan.SoundId = "rbxassetid://" ..ORGID
  7734. kan.Looped = true
  7735. kan.Parent = plr.PlayerGui
  7736. kan:Resume()
  7737. techc.Rotation = techc.Rotation + 0.1
  7738. imgl2.Rotation = imgl2.Rotation - kan.PlaybackLoudness/50
  7739. imgl2.ImageColor3 = Color3.new(0.15 + kan.PlaybackLoudness/2500,0,0.6 + kan.PlaybackLoudness/1000)
  7740. imgl2b.Rotation = imgl2b.Rotation + kan.PlaybackLoudness/25
  7741. imgl2b.ImageColor3 = Color3.new(0,0.3 + kan.PlaybackLoudness/1500,0.6 + kan.PlaybackLoudness/1000)
  7742. ned.Rotation = 0 - 2 * math.cos(sine / 24)
  7743. ned.Position = UDim2.new(0.6,0 - 10 * math.cos(sine / 32),0.8,0 - 10 * math.cos(sine / 45))
  7744. sine = sine + change
  7745. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  7746. local velderp=RootPart.Velocity.y
  7747. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  7748. if equipped==true or equipped==false then
  7749. if attack==false then
  7750. idle=idle+1
  7751. else
  7752. idle=0
  7753. end
  7754. if idle>=500 then
  7755. if attack==false then
  7756. --Sheath()
  7757. end
  7758. end
  7759. if RootPart.Velocity.y > 1 and hitfloor==nil then
  7760. Anim="Jump"
  7761. if attack==false then
  7762. RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1)
  7763. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1)
  7764. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(-tors.Velocity.Y/6),math.rad(0),math.rad(0)),.1)
  7765. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.1)
  7766. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(25)),.1)
  7767. LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(-25)),.1)
  7768. if equipped == false then
  7769. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7770. else
  7771. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7772. end
  7773. end
  7774. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  7775. Anim="Fall"
  7776. if attack==false then
  7777. RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1)
  7778. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1)
  7779. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(-tors.Velocity.Y/6),math.rad(0),math.rad(0)),.1)
  7780. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2.5),math.rad(0),math.rad(0)),.1)
  7781. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(55)),.1)
  7782. LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(-55)),.1)
  7783. if equipped == false then
  7784. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7785. else
  7786. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7787. end
  7788. end
  7789. elseif torvel<1 and hitfloor~=nil then
  7790. Anim="Idle"
  7791. if attack==false then
  7792. if equipped == false then
  7793. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 20) - 0.02 * math.cos(sine / 40),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3 + 2 * math.cos(sine / 40)),math.rad(-15),math.rad(0 + 2 * math.cos(sine / 20))),.1)
  7794. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 20) - 0.02 * math.cos(sine / 40),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3 - 2 * math.cos(sine / 40)),math.rad(1),math.rad(0 - 2 * math.cos(sine / 20))),.1)
  7795. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.02 * math.cos(sine / 40),0 - 0.02 * math.cos(sine / 40),-0.05 - 0.05 * math.cos(sine / 20))*angles(math.rad(0 + 2 * math.cos(sine / 20)),math.rad(0 + 2 * math.cos(sine / 40)),math.rad(30 + 3 * math.cos(sine / 40))),.1)
  7796. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0 - 7 * math.cos(sine / 40)),math.rad(-30 - 3 * math.cos(sine / 40))),.1)
  7797. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.05 * math.cos(sine / 28),0.1)*angles(math.rad(-6 + 5 * math.cos(sine / 26)),math.rad(-10 - 6 * math.cos(sine / 24)),math.rad(13 - 5 * math.cos(sine / 34))),.1)
  7798. LW.C0=clerp(LW.C0,cf(-1.4,0.5 + 0.05 * math.cos(sine / 28),0.1)*angles(math.rad(-13 - 1 * math.cos(sine / 25)),math.rad(10 + 2 * math.cos(sine / 24)),math.rad(10 + 2 * math.cos(sine / 34))),.1)
  7799. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7800. else
  7801. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 20) - 0.02 * math.cos(sine / 40),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3 + 2 * math.cos(sine / 40)),math.rad(0 - 6 * math.cos(sine / 40)),math.rad(-6 + 2 * math.cos(sine / 20) - 6 * math.cos(sine / 40))),.1)
  7802. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 20) - 0.02 * math.cos(sine / 40),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3 - 2 * math.cos(sine / 40)),math.rad(10 - 6 * math.cos(sine / 40)),math.rad(3 - 2 * math.cos(sine / 20) - 3 * math.cos(sine / 40))),.1)
  7803. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.02 * math.cos(sine / 40),0 - 0.06 * math.cos(sine / 40),-0.05 - 0.05 * math.cos(sine / 20))*angles(math.rad(0 + 2 * math.cos(sine / 20)),math.rad(0 + 2 * math.cos(sine / 40)),math.rad(-20 + 6 * math.cos(sine / 40))),.1)
  7804. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(6),math.rad(0 - 2 * math.cos(sine / 42)),math.rad(20 - 6 * math.cos(sine / 40))),.1)
  7805. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.05 * math.cos(sine / 28),0.1)*angles(math.rad(-13 + 3 * math.cos(sine / 26)),math.rad(-20 - 3 * math.cos(sine / 24)),math.rad(20 - 5 * math.cos(sine / 34))),.1)
  7806. LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.05 * math.cos(sine / 28),0.1)*angles(math.rad(-13 - 3 * math.cos(sine / 25)),math.rad(10 + 3 * math.cos(sine / 24)),math.rad(-10 + 5 * math.cos(sine / 34))),.1)
  7807. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7808. end
  7809. end
  7810. elseif torvel>2 and torvel<42 and hitfloor~=nil then
  7811. Anim="Walk"
  7812. if attack==false then
  7813. if equipped == false then
  7814. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 45 * math.cos(sine / 8))),.1)
  7815. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 45 * math.cos(sine / 8))),.1)
  7816. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 + 0.05 * math.cos(sine / 4))*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(0 - root.RotVelocity.Y - 10 * math.cos(sine / 8))),.1)
  7817. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5 - 5 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(0 - hed.RotVelocity.Y*1.5 + 10 * math.cos(sine / 8))),.1)
  7818. RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.25 * math.cos(sine / 8))*angles(math.rad(0 - 50 * math.cos(sine / 8)),math.rad(0),math.rad(5 - 10 * math.cos(sine / 4))),.1)
  7819. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(0 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-5 + 10 * math.cos(sine / 4))),.1)
  7820. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7821. else
  7822. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 60 * math.cos(sine / 8))),.1)
  7823. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 60 * math.cos(sine / 8))),.1)
  7824. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,0 + 0.15 * math.cos(sine / 4))*angles(math.rad(10 - 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(-10 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1)
  7825. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5 + 3 * math.cos(sine / 57)),math.rad(10 - hed.RotVelocity.Y*1.5 + 5 * math.cos(sine / 8))),.1)
  7826. RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.25 * math.cos(sine / 8))*angles(math.rad(-10),math.rad(0),math.rad(15 - 2 * math.cos(sine / 34))),.1)
  7827. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(0 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-5 + 10 * math.cos(sine / 4))),.1)
  7828. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(120 + 5 * math.cos(sine / 35)),math.rad(0)),.3)
  7829. end
  7830. end
  7831. elseif torvel>=42 and hitfloor~=nil then
  7832. Anim="Run"
  7833. if attack==false then
  7834. RH.C0=clerp(RH.C0,cf(1,-1 - 0.15 * math.cos(sine / 3),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 85 * math.cos(sine / 6))),.1)
  7835. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.15 * math.cos(sine / 3),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 85 * math.cos(sine / 6))),.1)
  7836. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.05 + 0.15 * math.cos(sine / 3))*angles(math.rad(15 - 4 * math.cos(sine / 3)),math.rad(0 + root.RotVelocity.Y*1.5),math.rad(0 - root.RotVelocity.Y - 10 * math.cos(sine / 6))),.1)
  7837. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-2.5 + 4 * math.cos(sine / 3)),math.rad(0 + root.RotVelocity.Y*1.5),math.rad(0 - hed.RotVelocity.Y*1.5 + 10 * math.cos(sine / 6))),.1)
  7838. RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.5 * math.cos(sine / 6))*angles(math.rad(0 - 140 * math.cos(sine / 6)),math.rad(0),math.rad(5 - 20 * math.cos(sine / 3))),.1)
  7839. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.5 * math.cos(sine / 6))*angles(math.rad(0 + 140 * math.cos(sine / 6)),math.rad(0),math.rad(-5 + 20 * math.cos(sine / 3))),.1)
  7840. end
  7841. end
  7842. end
  7843. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement