Advertisement
lafur

Untitled

May 19th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 122.45 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 63080
  3. local genv={}
  4. local Scripts = {
  5. function() local player = nil
  6. local f = ""
  7.  
  8. script.Parent.ChildAdded:connect(function()
  9. if (script.Parent:findFirstChild("SeatWeld")) then
  10. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  11. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  12. script.Parent.Parent.Name = player.Name
  13. if (player.Character:findFirstChild("Shirt")) then
  14. local s = Instance.new("Shirt")
  15. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  16. s.Parent = script.Parent.Parent
  17. end
  18. if (player.Character:findFirstChild("Pants")) then
  19. local p = Instance.new("Pants")
  20. p.PantsTemplate= player.Character.Pants.PantsTemplate
  21. p.Parent = script.Parent.Parent
  22. end
  23. for _,v in pairs(player.Character:GetChildren()) do
  24. if (v.className == "Part") then
  25. v.Transparency = 1
  26. if (v.Name == "Torso") then
  27. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  28. elseif (v.Name == "Head") then
  29. script.Parent.Parent.Head.face.Texture = v.face.Texture
  30. f = v.face.Texture
  31. v.face.Texture = ""
  32. end
  33. elseif (v.className == "Hat") then
  34. v.Handle.Transparency = 1
  35. end
  36. end
  37. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  38. if (v.className == "Part") then
  39. v.Transparency = 0
  40. v.CanCollide = true
  41. end
  42. end
  43. end
  44. end
  45. end)
  46.  
  47. script.Parent.ChildRemoved:connect(function()
  48. if (player == nil) then return end
  49. if not (script.Parent:findFirstChild("SeatWeld")) then
  50. if (player.Character.Humanoid.Health == 0) then return end
  51. -- script.Parent.Parent.Name = "Figure"
  52. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  53. if (v.className == "Part") then
  54. v.Transparency = 1
  55. v.CanCollide = false
  56. if (v.Name == "Head") then
  57. v.face.Texture = ""
  58. elseif (v.Name == "Torso") then
  59. v.roblox.Texture = ""
  60. end
  61. elseif (v.className == "Shirt") or (v.className == "Pants") then
  62. v:remove()
  63. end
  64. end
  65. for _,v in pairs(player.Character:GetChildren()) do
  66. if (v.className == "Part") then
  67. v.Transparency = 0
  68. if (v.Name == "Head") then
  69. v.face.Texture = f
  70. end
  71. elseif (v.className == "Hat") then
  72. v.Handle.Transparency = 0
  73. end
  74. end
  75. end
  76. end)
  77. end;
  78. function() local player = nil
  79. local f = ""
  80.  
  81. script.Parent.ChildAdded:connect(function()
  82. if (script.Parent:findFirstChild("SeatWeld")) then
  83. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  84. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  85. script.Parent.Parent.Name = player.Name
  86. if (player.Character:findFirstChild("Shirt")) then
  87. local s = Instance.new("Shirt")
  88. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  89. s.Parent = script.Parent.Parent
  90. end
  91. if (player.Character:findFirstChild("Pants")) then
  92. local p = Instance.new("Pants")
  93. p.PantsTemplate= player.Character.Pants.PantsTemplate
  94. p.Parent = script.Parent.Parent
  95. end
  96. for _,v in pairs(player.Character:GetChildren()) do
  97. if (v.className == "Part") then
  98. v.Transparency = 1
  99. if (v.Name == "Torso") then
  100. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  101. elseif (v.Name == "Head") then
  102. script.Parent.Parent.Head.face.Texture = v.face.Texture
  103. f = v.face.Texture
  104. v.face.Texture = ""
  105. end
  106. elseif (v.className == "Hat") then
  107. v.Handle.Transparency = 1
  108. end
  109. end
  110. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  111. if (v.className == "Part") then
  112. v.Transparency = 0
  113. v.CanCollide = true
  114. end
  115. end
  116. end
  117. end
  118. end)
  119.  
  120. script.Parent.ChildRemoved:connect(function()
  121. if (player == nil) then return end
  122. if not (script.Parent:findFirstChild("SeatWeld")) then
  123. if (player.Character.Humanoid.Health == 0) then return end
  124. -- script.Parent.Parent.Name = "Figure"
  125. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  126. if (v.className == "Part") then
  127. v.Transparency = 1
  128. v.CanCollide = false
  129. if (v.Name == "Head") then
  130. v.face.Texture = ""
  131. elseif (v.Name == "Torso") then
  132. v.roblox.Texture = ""
  133. end
  134. elseif (v.className == "Shirt") or (v.className == "Pants") then
  135. v:remove()
  136. end
  137. end
  138. for _,v in pairs(player.Character:GetChildren()) do
  139. if (v.className == "Part") then
  140. v.Transparency = 0
  141. if (v.Name == "Head") then
  142. v.face.Texture = f
  143. end
  144. elseif (v.className == "Hat") then
  145. v.Handle.Transparency = 0
  146. end
  147. end
  148. end
  149. end)
  150. end;
  151. function() local player = nil
  152. local f = ""
  153.  
  154. script.Parent.ChildAdded:connect(function()
  155. if (script.Parent:findFirstChild("SeatWeld")) then
  156. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  157. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  158. script.Parent.Parent.Name = player.Name
  159. if (player.Character:findFirstChild("Shirt")) then
  160. local s = Instance.new("Shirt")
  161. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  162. s.Parent = script.Parent.Parent
  163. end
  164. if (player.Character:findFirstChild("Pants")) then
  165. local p = Instance.new("Pants")
  166. p.PantsTemplate= player.Character.Pants.PantsTemplate
  167. p.Parent = script.Parent.Parent
  168. end
  169. for _,v in pairs(player.Character:GetChildren()) do
  170. if (v.className == "Part") then
  171. v.Transparency = 1
  172. if (v.Name == "Torso") then
  173. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  174. elseif (v.Name == "Head") then
  175. script.Parent.Parent.Head.face.Texture = v.face.Texture
  176. f = v.face.Texture
  177. v.face.Texture = ""
  178. end
  179. elseif (v.className == "Hat") then
  180. v.Handle.Transparency = 1
  181. end
  182. end
  183. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  184. if (v.className == "Part") then
  185. v.Transparency = 0
  186. v.CanCollide = true
  187. end
  188. end
  189. end
  190. end
  191. end)
  192.  
  193. script.Parent.ChildRemoved:connect(function()
  194. if (player == nil) then return end
  195. if not (script.Parent:findFirstChild("SeatWeld")) then
  196. if (player.Character.Humanoid.Health == 0) then return end
  197. -- script.Parent.Parent.Name = "Figure"
  198. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  199. if (v.className == "Part") then
  200. v.Transparency = 1
  201. v.CanCollide = false
  202. if (v.Name == "Head") then
  203. v.face.Texture = ""
  204. elseif (v.Name == "Torso") then
  205. v.roblox.Texture = ""
  206. end
  207. elseif (v.className == "Shirt") or (v.className == "Pants") then
  208. v:remove()
  209. end
  210. end
  211. for _,v in pairs(player.Character:GetChildren()) do
  212. if (v.className == "Part") then
  213. v.Transparency = 0
  214. if (v.Name == "Head") then
  215. v.face.Texture = f
  216. end
  217. elseif (v.className == "Hat") then
  218. v.Handle.Transparency = 0
  219. end
  220. end
  221. end
  222. end)
  223. end;
  224. function() local player = nil
  225. local f = ""
  226.  
  227. script.Parent.ChildAdded:connect(function()
  228. if (script.Parent:findFirstChild("SeatWeld")) then
  229. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  230. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  231. script.Parent.Parent.Name = player.Name
  232. if (player.Character:findFirstChild("Shirt")) then
  233. local s = Instance.new("Shirt")
  234. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  235. s.Parent = script.Parent.Parent
  236. end
  237. if (player.Character:findFirstChild("Pants")) then
  238. local p = Instance.new("Pants")
  239. p.PantsTemplate= player.Character.Pants.PantsTemplate
  240. p.Parent = script.Parent.Parent
  241. end
  242. for _,v in pairs(player.Character:GetChildren()) do
  243. if (v.className == "Part") then
  244. v.Transparency = 1
  245. if (v.Name == "Torso") then
  246. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  247. elseif (v.Name == "Head") then
  248. script.Parent.Parent.Head.face.Texture = v.face.Texture
  249. f = v.face.Texture
  250. v.face.Texture = ""
  251. end
  252. elseif (v.className == "Hat") then
  253. v.Handle.Transparency = 1
  254. end
  255. end
  256. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  257. if (v.className == "Part") then
  258. v.Transparency = 0
  259. v.CanCollide = true
  260. end
  261. end
  262. end
  263. end
  264. end)
  265.  
  266. script.Parent.ChildRemoved:connect(function()
  267. if (player == nil) then return end
  268. if not (script.Parent:findFirstChild("SeatWeld")) then
  269. if (player.Character.Humanoid.Health == 0) then return end
  270. -- script.Parent.Parent.Name = "Figure"
  271. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  272. if (v.className == "Part") then
  273. v.Transparency = 1
  274. v.CanCollide = false
  275. if (v.Name == "Head") then
  276. v.face.Texture = ""
  277. elseif (v.Name == "Torso") then
  278. v.roblox.Texture = ""
  279. end
  280. elseif (v.className == "Shirt") or (v.className == "Pants") then
  281. v:remove()
  282. end
  283. end
  284. for _,v in pairs(player.Character:GetChildren()) do
  285. if (v.className == "Part") then
  286. v.Transparency = 0
  287. if (v.Name == "Head") then
  288. v.face.Texture = f
  289. end
  290. elseif (v.className == "Hat") then
  291. v.Handle.Transparency = 0
  292. end
  293. end
  294. end
  295. end)
  296. end;
  297. function() local player = nil
  298. local f = ""
  299.  
  300. script.Parent.ChildAdded:connect(function()
  301. if (script.Parent:findFirstChild("SeatWeld")) then
  302. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  303. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  304. script.Parent.Parent.Name = player.Name
  305. if (player.Character:findFirstChild("Shirt")) then
  306. local s = Instance.new("Shirt")
  307. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  308. s.Parent = script.Parent.Parent
  309. end
  310. if (player.Character:findFirstChild("Pants")) then
  311. local p = Instance.new("Pants")
  312. p.PantsTemplate= player.Character.Pants.PantsTemplate
  313. p.Parent = script.Parent.Parent
  314. end
  315. for _,v in pairs(player.Character:GetChildren()) do
  316. if (v.className == "Part") then
  317. v.Transparency = 1
  318. if (v.Name == "Torso") then
  319. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  320. elseif (v.Name == "Head") then
  321. script.Parent.Parent.Head.face.Texture = v.face.Texture
  322. f = v.face.Texture
  323. v.face.Texture = ""
  324. end
  325. elseif (v.className == "Hat") then
  326. v.Handle.Transparency = 1
  327. end
  328. end
  329. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  330. if (v.className == "Part") then
  331. v.Transparency = 0
  332. v.CanCollide = true
  333. end
  334. end
  335. end
  336. end
  337. end)
  338.  
  339. script.Parent.ChildRemoved:connect(function()
  340. if (player == nil) then return end
  341. if not (script.Parent:findFirstChild("SeatWeld")) then
  342. if (player.Character.Humanoid.Health == 0) then return end
  343. -- script.Parent.Parent.Name = "Figure"
  344. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  345. if (v.className == "Part") then
  346. v.Transparency = 1
  347. v.CanCollide = false
  348. if (v.Name == "Head") then
  349. v.face.Texture = ""
  350. elseif (v.Name == "Torso") then
  351. v.roblox.Texture = ""
  352. end
  353. elseif (v.className == "Shirt") or (v.className == "Pants") then
  354. v:remove()
  355. end
  356. end
  357. for _,v in pairs(player.Character:GetChildren()) do
  358. if (v.className == "Part") then
  359. v.Transparency = 0
  360. if (v.Name == "Head") then
  361. v.face.Texture = f
  362. end
  363. elseif (v.className == "Hat") then
  364. v.Handle.Transparency = 0
  365. end
  366. end
  367. end
  368. end)
  369. end;
  370. function() local player = nil
  371. local f = ""
  372.  
  373. script.Parent.ChildAdded:connect(function()
  374. if (script.Parent:findFirstChild("SeatWeld")) then
  375. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  376. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  377. script.Parent.Parent.Name = player.Name
  378. if (player.Character:findFirstChild("Shirt")) then
  379. local s = Instance.new("Shirt")
  380. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  381. s.Parent = script.Parent.Parent
  382. end
  383. if (player.Character:findFirstChild("Pants")) then
  384. local p = Instance.new("Pants")
  385. p.PantsTemplate= player.Character.Pants.PantsTemplate
  386. p.Parent = script.Parent.Parent
  387. end
  388. for _,v in pairs(player.Character:GetChildren()) do
  389. if (v.className == "Part") then
  390. v.Transparency = 1
  391. if (v.Name == "Torso") then
  392. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  393. elseif (v.Name == "Head") then
  394. script.Parent.Parent.Head.face.Texture = v.face.Texture
  395. f = v.face.Texture
  396. v.face.Texture = ""
  397. end
  398. elseif (v.className == "Hat") then
  399. v.Handle.Transparency = 1
  400. end
  401. end
  402. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  403. if (v.className == "Part") then
  404. v.Transparency = 0
  405. v.CanCollide = true
  406. end
  407. end
  408. end
  409. end
  410. end)
  411.  
  412. script.Parent.ChildRemoved:connect(function()
  413. if (player == nil) then return end
  414. if not (script.Parent:findFirstChild("SeatWeld")) then
  415. if (player.Character.Humanoid.Health == 0) then return end
  416. -- script.Parent.Parent.Name = "Figure"
  417. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  418. if (v.className == "Part") then
  419. v.Transparency = 1
  420. v.CanCollide = false
  421. if (v.Name == "Head") then
  422. v.face.Texture = ""
  423. elseif (v.Name == "Torso") then
  424. v.roblox.Texture = ""
  425. end
  426. elseif (v.className == "Shirt") or (v.className == "Pants") then
  427. v:remove()
  428. end
  429. end
  430. for _,v in pairs(player.Character:GetChildren()) do
  431. if (v.className == "Part") then
  432. v.Transparency = 0
  433. if (v.Name == "Head") then
  434. v.face.Texture = f
  435. end
  436. elseif (v.className == "Hat") then
  437. v.Handle.Transparency = 0
  438. end
  439. end
  440. end
  441. end)
  442. end;
  443. function() local player = nil
  444. local f = ""
  445.  
  446. script.Parent.ChildAdded:connect(function()
  447. if (script.Parent:findFirstChild("SeatWeld")) then
  448. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  449. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  450. script.Parent.Parent.Name = player.Name
  451. if (player.Character:findFirstChild("Shirt")) then
  452. local s = Instance.new("Shirt")
  453. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  454. s.Parent = script.Parent.Parent
  455. end
  456. if (player.Character:findFirstChild("Pants")) then
  457. local p = Instance.new("Pants")
  458. p.PantsTemplate= player.Character.Pants.PantsTemplate
  459. p.Parent = script.Parent.Parent
  460. end
  461. for _,v in pairs(player.Character:GetChildren()) do
  462. if (v.className == "Part") then
  463. v.Transparency = 1
  464. if (v.Name == "Torso") then
  465. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  466. elseif (v.Name == "Head") then
  467. script.Parent.Parent.Head.face.Texture = v.face.Texture
  468. f = v.face.Texture
  469. v.face.Texture = ""
  470. end
  471. elseif (v.className == "Hat") then
  472. v.Handle.Transparency = 1
  473. end
  474. end
  475. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  476. if (v.className == "Part") then
  477. v.Transparency = 0
  478. v.CanCollide = true
  479. end
  480. end
  481. end
  482. end
  483. end)
  484.  
  485. script.Parent.ChildRemoved:connect(function()
  486. if (player == nil) then return end
  487. if not (script.Parent:findFirstChild("SeatWeld")) then
  488. if (player.Character.Humanoid.Health == 0) then return end
  489. -- script.Parent.Parent.Name = "Figure"
  490. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  491. if (v.className == "Part") then
  492. v.Transparency = 1
  493. v.CanCollide = false
  494. if (v.Name == "Head") then
  495. v.face.Texture = ""
  496. elseif (v.Name == "Torso") then
  497. v.roblox.Texture = ""
  498. end
  499. elseif (v.className == "Shirt") or (v.className == "Pants") then
  500. v:remove()
  501. end
  502. end
  503. for _,v in pairs(player.Character:GetChildren()) do
  504. if (v.className == "Part") then
  505. v.Transparency = 0
  506. if (v.Name == "Head") then
  507. v.face.Texture = f
  508. end
  509. elseif (v.className == "Hat") then
  510. v.Handle.Transparency = 0
  511. end
  512. end
  513. end
  514. end)
  515. end;
  516. function() local player = nil
  517. local f = ""
  518.  
  519. script.Parent.ChildAdded:connect(function()
  520. if (script.Parent:findFirstChild("SeatWeld")) then
  521. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  522. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  523. script.Parent.Parent.Name = player.Name
  524. if (player.Character:findFirstChild("Shirt")) then
  525. local s = Instance.new("Shirt")
  526. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  527. s.Parent = script.Parent.Parent
  528. end
  529. if (player.Character:findFirstChild("Pants")) then
  530. local p = Instance.new("Pants")
  531. p.PantsTemplate= player.Character.Pants.PantsTemplate
  532. p.Parent = script.Parent.Parent
  533. end
  534. for _,v in pairs(player.Character:GetChildren()) do
  535. if (v.className == "Part") then
  536. v.Transparency = 1
  537. if (v.Name == "Torso") then
  538. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  539. elseif (v.Name == "Head") then
  540. script.Parent.Parent.Head.face.Texture = v.face.Texture
  541. f = v.face.Texture
  542. v.face.Texture = ""
  543. end
  544. elseif (v.className == "Hat") then
  545. v.Handle.Transparency = 1
  546. end
  547. end
  548. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  549. if (v.className == "Part") then
  550. v.Transparency = 0
  551. v.CanCollide = true
  552. end
  553. end
  554. end
  555. end
  556. end)
  557.  
  558. script.Parent.ChildRemoved:connect(function()
  559. if (player == nil) then return end
  560. if not (script.Parent:findFirstChild("SeatWeld")) then
  561. if (player.Character.Humanoid.Health == 0) then return end
  562. -- script.Parent.Parent.Name = "Figure"
  563. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  564. if (v.className == "Part") then
  565. v.Transparency = 1
  566. v.CanCollide = false
  567. if (v.Name == "Head") then
  568. v.face.Texture = ""
  569. elseif (v.Name == "Torso") then
  570. v.roblox.Texture = ""
  571. end
  572. elseif (v.className == "Shirt") or (v.className == "Pants") then
  573. v:remove()
  574. end
  575. end
  576. for _,v in pairs(player.Character:GetChildren()) do
  577. if (v.className == "Part") then
  578. v.Transparency = 0
  579. if (v.Name == "Head") then
  580. v.face.Texture = f
  581. end
  582. elseif (v.className == "Hat") then
  583. v.Handle.Transparency = 0
  584. end
  585. end
  586. end
  587. end)
  588. end;
  589. function() local player = nil
  590. local f = ""
  591.  
  592. script.Parent.ChildAdded:connect(function()
  593. if (script.Parent:findFirstChild("SeatWeld")) then
  594. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  595. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  596. script.Parent.Parent.Name = player.Name
  597. if (player.Character:findFirstChild("Shirt")) then
  598. local s = Instance.new("Shirt")
  599. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  600. s.Parent = script.Parent.Parent
  601. end
  602. if (player.Character:findFirstChild("Pants")) then
  603. local p = Instance.new("Pants")
  604. p.PantsTemplate= player.Character.Pants.PantsTemplate
  605. p.Parent = script.Parent.Parent
  606. end
  607. for _,v in pairs(player.Character:GetChildren()) do
  608. if (v.className == "Part") then
  609. v.Transparency = 1
  610. if (v.Name == "Torso") then
  611. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  612. elseif (v.Name == "Head") then
  613. script.Parent.Parent.Head.face.Texture = v.face.Texture
  614. f = v.face.Texture
  615. v.face.Texture = ""
  616. end
  617. elseif (v.className == "Hat") then
  618. v.Handle.Transparency = 1
  619. end
  620. end
  621. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  622. if (v.className == "Part") then
  623. v.Transparency = 0
  624. v.CanCollide = true
  625. end
  626. end
  627. end
  628. end
  629. end)
  630.  
  631. script.Parent.ChildRemoved:connect(function()
  632. if (player == nil) then return end
  633. if not (script.Parent:findFirstChild("SeatWeld")) then
  634. if (player.Character.Humanoid.Health == 0) then return end
  635. -- script.Parent.Parent.Name = "Figure"
  636. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  637. if (v.className == "Part") then
  638. v.Transparency = 1
  639. v.CanCollide = false
  640. if (v.Name == "Head") then
  641. v.face.Texture = ""
  642. elseif (v.Name == "Torso") then
  643. v.roblox.Texture = ""
  644. end
  645. elseif (v.className == "Shirt") or (v.className == "Pants") then
  646. v:remove()
  647. end
  648. end
  649. for _,v in pairs(player.Character:GetChildren()) do
  650. if (v.className == "Part") then
  651. v.Transparency = 0
  652. if (v.Name == "Head") then
  653. v.face.Texture = f
  654. end
  655. elseif (v.className == "Hat") then
  656. v.Handle.Transparency = 0
  657. end
  658. end
  659. end
  660. end)
  661. end;
  662. function() local player = nil
  663. local f = ""
  664.  
  665. script.Parent.ChildAdded:connect(function()
  666. if (script.Parent:findFirstChild("SeatWeld")) then
  667. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  668. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  669. script.Parent.Parent.Name = player.Name
  670. if (player.Character:findFirstChild("Shirt")) then
  671. local s = Instance.new("Shirt")
  672. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  673. s.Parent = script.Parent.Parent
  674. end
  675. if (player.Character:findFirstChild("Pants")) then
  676. local p = Instance.new("Pants")
  677. p.PantsTemplate= player.Character.Pants.PantsTemplate
  678. p.Parent = script.Parent.Parent
  679. end
  680. for _,v in pairs(player.Character:GetChildren()) do
  681. if (v.className == "Part") then
  682. v.Transparency = 1
  683. if (v.Name == "Torso") then
  684. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  685. elseif (v.Name == "Head") then
  686. script.Parent.Parent.Head.face.Texture = v.face.Texture
  687. f = v.face.Texture
  688. v.face.Texture = ""
  689. end
  690. elseif (v.className == "Hat") then
  691. v.Handle.Transparency = 1
  692. end
  693. end
  694. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  695. if (v.className == "Part") then
  696. v.Transparency = 0
  697. v.CanCollide = true
  698. end
  699. end
  700. end
  701. end
  702. end)
  703.  
  704. script.Parent.ChildRemoved:connect(function()
  705. if (player == nil) then return end
  706. if not (script.Parent:findFirstChild("SeatWeld")) then
  707. if (player.Character.Humanoid.Health == 0) then return end
  708. -- script.Parent.Parent.Name = "Figure"
  709. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  710. if (v.className == "Part") then
  711. v.Transparency = 1
  712. v.CanCollide = false
  713. if (v.Name == "Head") then
  714. v.face.Texture = ""
  715. elseif (v.Name == "Torso") then
  716. v.roblox.Texture = ""
  717. end
  718. elseif (v.className == "Shirt") or (v.className == "Pants") then
  719. v:remove()
  720. end
  721. end
  722. for _,v in pairs(player.Character:GetChildren()) do
  723. if (v.className == "Part") then
  724. v.Transparency = 0
  725. if (v.Name == "Head") then
  726. v.face.Texture = f
  727. end
  728. elseif (v.className == "Hat") then
  729. v.Handle.Transparency = 0
  730. end
  731. end
  732. end
  733. end)
  734. end;
  735. function() local player = nil
  736. local f = ""
  737.  
  738. script.Parent.ChildAdded:connect(function()
  739. if (script.Parent:findFirstChild("SeatWeld")) then
  740. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  741. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  742. script.Parent.Parent.Name = player.Name
  743. if (player.Character:findFirstChild("Shirt")) then
  744. local s = Instance.new("Shirt")
  745. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  746. s.Parent = script.Parent.Parent
  747. end
  748. if (player.Character:findFirstChild("Pants")) then
  749. local p = Instance.new("Pants")
  750. p.PantsTemplate= player.Character.Pants.PantsTemplate
  751. p.Parent = script.Parent.Parent
  752. end
  753. for _,v in pairs(player.Character:GetChildren()) do
  754. if (v.className == "Part") then
  755. v.Transparency = 1
  756. if (v.Name == "Torso") then
  757. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  758. elseif (v.Name == "Head") then
  759. script.Parent.Parent.Head.face.Texture = v.face.Texture
  760. f = v.face.Texture
  761. v.face.Texture = ""
  762. end
  763. elseif (v.className == "Hat") then
  764. v.Handle.Transparency = 1
  765. end
  766. end
  767. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  768. if (v.className == "Part") then
  769. v.Transparency = 0
  770. v.CanCollide = true
  771. end
  772. end
  773. end
  774. end
  775. end)
  776.  
  777. script.Parent.ChildRemoved:connect(function()
  778. if (player == nil) then return end
  779. if not (script.Parent:findFirstChild("SeatWeld")) then
  780. if (player.Character.Humanoid.Health == 0) then return end
  781. -- script.Parent.Parent.Name = "Figure"
  782. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  783. if (v.className == "Part") then
  784. v.Transparency = 1
  785. v.CanCollide = false
  786. if (v.Name == "Head") then
  787. v.face.Texture = ""
  788. elseif (v.Name == "Torso") then
  789. v.roblox.Texture = ""
  790. end
  791. elseif (v.className == "Shirt") or (v.className == "Pants") then
  792. v:remove()
  793. end
  794. end
  795. for _,v in pairs(player.Character:GetChildren()) do
  796. if (v.className == "Part") then
  797. v.Transparency = 0
  798. if (v.Name == "Head") then
  799. v.face.Texture = f
  800. end
  801. elseif (v.className == "Hat") then
  802. v.Handle.Transparency = 0
  803. end
  804. end
  805. end
  806. end)
  807. end;
  808. function() local player = nil
  809. local f = ""
  810.  
  811. script.Parent.ChildAdded:connect(function()
  812. if (script.Parent:findFirstChild("SeatWeld")) then
  813. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  814. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  815. script.Parent.Parent.Name = player.Name
  816. if (player.Character:findFirstChild("Shirt")) then
  817. local s = Instance.new("Shirt")
  818. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  819. s.Parent = script.Parent.Parent
  820. end
  821. if (player.Character:findFirstChild("Pants")) then
  822. local p = Instance.new("Pants")
  823. p.PantsTemplate= player.Character.Pants.PantsTemplate
  824. p.Parent = script.Parent.Parent
  825. end
  826. for _,v in pairs(player.Character:GetChildren()) do
  827. if (v.className == "Part") then
  828. v.Transparency = 1
  829. if (v.Name == "Torso") then
  830. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  831. elseif (v.Name == "Head") then
  832. script.Parent.Parent.Head.face.Texture = v.face.Texture
  833. f = v.face.Texture
  834. v.face.Texture = ""
  835. end
  836. elseif (v.className == "Hat") then
  837. v.Handle.Transparency = 1
  838. end
  839. end
  840. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  841. if (v.className == "Part") then
  842. v.Transparency = 0
  843. v.CanCollide = true
  844. end
  845. end
  846. end
  847. end
  848. end)
  849.  
  850. script.Parent.ChildRemoved:connect(function()
  851. if (player == nil) then return end
  852. if not (script.Parent:findFirstChild("SeatWeld")) then
  853. if (player.Character.Humanoid.Health == 0) then return end
  854. -- script.Parent.Parent.Name = "Figure"
  855. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  856. if (v.className == "Part") then
  857. v.Transparency = 1
  858. v.CanCollide = false
  859. if (v.Name == "Head") then
  860. v.face.Texture = ""
  861. elseif (v.Name == "Torso") then
  862. v.roblox.Texture = ""
  863. end
  864. elseif (v.className == "Shirt") or (v.className == "Pants") then
  865. v:remove()
  866. end
  867. end
  868. for _,v in pairs(player.Character:GetChildren()) do
  869. if (v.className == "Part") then
  870. v.Transparency = 0
  871. if (v.Name == "Head") then
  872. v.face.Texture = f
  873. end
  874. elseif (v.className == "Hat") then
  875. v.Handle.Transparency = 0
  876. end
  877. end
  878. end
  879. end)
  880. end;
  881. function() local player = nil
  882. local f = ""
  883.  
  884. script.Parent.ChildAdded:connect(function()
  885. if (script.Parent:findFirstChild("SeatWeld")) then
  886. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  887. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  888. script.Parent.Parent.Name = player.Name
  889. if (player.Character:findFirstChild("Shirt")) then
  890. local s = Instance.new("Shirt")
  891. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  892. s.Parent = script.Parent.Parent
  893. end
  894. if (player.Character:findFirstChild("Pants")) then
  895. local p = Instance.new("Pants")
  896. p.PantsTemplate= player.Character.Pants.PantsTemplate
  897. p.Parent = script.Parent.Parent
  898. end
  899. for _,v in pairs(player.Character:GetChildren()) do
  900. if (v.className == "Part") then
  901. v.Transparency = 1
  902. if (v.Name == "Torso") then
  903. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  904. elseif (v.Name == "Head") then
  905. script.Parent.Parent.Head.face.Texture = v.face.Texture
  906. f = v.face.Texture
  907. v.face.Texture = ""
  908. end
  909. elseif (v.className == "Hat") then
  910. v.Handle.Transparency = 1
  911. end
  912. end
  913. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  914. if (v.className == "Part") then
  915. v.Transparency = 0
  916. v.CanCollide = true
  917. end
  918. end
  919. end
  920. end
  921. end)
  922.  
  923. script.Parent.ChildRemoved:connect(function()
  924. if (player == nil) then return end
  925. if not (script.Parent:findFirstChild("SeatWeld")) then
  926. if (player.Character.Humanoid.Health == 0) then return end
  927. -- script.Parent.Parent.Name = "Figure"
  928. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  929. if (v.className == "Part") then
  930. v.Transparency = 1
  931. v.CanCollide = false
  932. if (v.Name == "Head") then
  933. v.face.Texture = ""
  934. elseif (v.Name == "Torso") then
  935. v.roblox.Texture = ""
  936. end
  937. elseif (v.className == "Shirt") or (v.className == "Pants") then
  938. v:remove()
  939. end
  940. end
  941. for _,v in pairs(player.Character:GetChildren()) do
  942. if (v.className == "Part") then
  943. v.Transparency = 0
  944. if (v.Name == "Head") then
  945. v.face.Texture = f
  946. end
  947. elseif (v.className == "Hat") then
  948. v.Handle.Transparency = 0
  949. end
  950. end
  951. end
  952. end)
  953. end;
  954. function() local player = nil
  955. local f = ""
  956.  
  957. script.Parent.ChildAdded:connect(function()
  958. if (script.Parent:findFirstChild("SeatWeld")) then
  959. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  960. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  961. script.Parent.Parent.Name = player.Name
  962. if (player.Character:findFirstChild("Shirt")) then
  963. local s = Instance.new("Shirt")
  964. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  965. s.Parent = script.Parent.Parent
  966. end
  967. if (player.Character:findFirstChild("Pants")) then
  968. local p = Instance.new("Pants")
  969. p.PantsTemplate= player.Character.Pants.PantsTemplate
  970. p.Parent = script.Parent.Parent
  971. end
  972. for _,v in pairs(player.Character:GetChildren()) do
  973. if (v.className == "Part") then
  974. v.Transparency = 1
  975. if (v.Name == "Torso") then
  976. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  977. elseif (v.Name == "Head") then
  978. script.Parent.Parent.Head.face.Texture = v.face.Texture
  979. f = v.face.Texture
  980. v.face.Texture = ""
  981. end
  982. elseif (v.className == "Hat") then
  983. v.Handle.Transparency = 1
  984. end
  985. end
  986. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  987. if (v.className == "Part") then
  988. v.Transparency = 0
  989. v.CanCollide = true
  990. end
  991. end
  992. end
  993. end
  994. end)
  995.  
  996. script.Parent.ChildRemoved:connect(function()
  997. if (player == nil) then return end
  998. if not (script.Parent:findFirstChild("SeatWeld")) then
  999. if (player.Character.Humanoid.Health == 0) then return end
  1000. -- script.Parent.Parent.Name = "Figure"
  1001. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1002. if (v.className == "Part") then
  1003. v.Transparency = 1
  1004. v.CanCollide = false
  1005. if (v.Name == "Head") then
  1006. v.face.Texture = ""
  1007. elseif (v.Name == "Torso") then
  1008. v.roblox.Texture = ""
  1009. end
  1010. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1011. v:remove()
  1012. end
  1013. end
  1014. for _,v in pairs(player.Character:GetChildren()) do
  1015. if (v.className == "Part") then
  1016. v.Transparency = 0
  1017. if (v.Name == "Head") then
  1018. v.face.Texture = f
  1019. end
  1020. elseif (v.className == "Hat") then
  1021. v.Handle.Transparency = 0
  1022. end
  1023. end
  1024. end
  1025. end)
  1026. end;
  1027. function() local player = nil
  1028. local f = ""
  1029.  
  1030. script.Parent.ChildAdded:connect(function()
  1031. if (script.Parent:findFirstChild("SeatWeld")) then
  1032. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1033. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1034. script.Parent.Parent.Name = player.Name
  1035. if (player.Character:findFirstChild("Shirt")) then
  1036. local s = Instance.new("Shirt")
  1037. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1038. s.Parent = script.Parent.Parent
  1039. end
  1040. if (player.Character:findFirstChild("Pants")) then
  1041. local p = Instance.new("Pants")
  1042. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1043. p.Parent = script.Parent.Parent
  1044. end
  1045. for _,v in pairs(player.Character:GetChildren()) do
  1046. if (v.className == "Part") then
  1047. v.Transparency = 1
  1048. if (v.Name == "Torso") then
  1049. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1050. elseif (v.Name == "Head") then
  1051. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1052. f = v.face.Texture
  1053. v.face.Texture = ""
  1054. end
  1055. elseif (v.className == "Hat") then
  1056. v.Handle.Transparency = 1
  1057. end
  1058. end
  1059. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1060. if (v.className == "Part") then
  1061. v.Transparency = 0
  1062. v.CanCollide = true
  1063. end
  1064. end
  1065. end
  1066. end
  1067. end)
  1068.  
  1069. script.Parent.ChildRemoved:connect(function()
  1070. if (player == nil) then return end
  1071. if not (script.Parent:findFirstChild("SeatWeld")) then
  1072. if (player.Character.Humanoid.Health == 0) then return end
  1073. -- script.Parent.Parent.Name = "Figure"
  1074. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1075. if (v.className == "Part") then
  1076. v.Transparency = 1
  1077. v.CanCollide = false
  1078. if (v.Name == "Head") then
  1079. v.face.Texture = ""
  1080. elseif (v.Name == "Torso") then
  1081. v.roblox.Texture = ""
  1082. end
  1083. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1084. v:remove()
  1085. end
  1086. end
  1087. for _,v in pairs(player.Character:GetChildren()) do
  1088. if (v.className == "Part") then
  1089. v.Transparency = 0
  1090. if (v.Name == "Head") then
  1091. v.face.Texture = f
  1092. end
  1093. elseif (v.className == "Hat") then
  1094. v.Handle.Transparency = 0
  1095. end
  1096. end
  1097. end
  1098. end)
  1099. end;
  1100. function() local player = nil
  1101. local f = ""
  1102.  
  1103. script.Parent.ChildAdded:connect(function()
  1104. if (script.Parent:findFirstChild("SeatWeld")) then
  1105. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1106. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1107. script.Parent.Parent.Name = player.Name
  1108. if (player.Character:findFirstChild("Shirt")) then
  1109. local s = Instance.new("Shirt")
  1110. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1111. s.Parent = script.Parent.Parent
  1112. end
  1113. if (player.Character:findFirstChild("Pants")) then
  1114. local p = Instance.new("Pants")
  1115. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1116. p.Parent = script.Parent.Parent
  1117. end
  1118. for _,v in pairs(player.Character:GetChildren()) do
  1119. if (v.className == "Part") then
  1120. v.Transparency = 1
  1121. if (v.Name == "Torso") then
  1122. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1123. elseif (v.Name == "Head") then
  1124. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1125. f = v.face.Texture
  1126. v.face.Texture = ""
  1127. end
  1128. elseif (v.className == "Hat") then
  1129. v.Handle.Transparency = 1
  1130. end
  1131. end
  1132. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1133. if (v.className == "Part") then
  1134. v.Transparency = 0
  1135. v.CanCollide = true
  1136. end
  1137. end
  1138. end
  1139. end
  1140. end)
  1141.  
  1142. script.Parent.ChildRemoved:connect(function()
  1143. if (player == nil) then return end
  1144. if not (script.Parent:findFirstChild("SeatWeld")) then
  1145. if (player.Character.Humanoid.Health == 0) then return end
  1146. -- script.Parent.Parent.Name = "Figure"
  1147. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1148. if (v.className == "Part") then
  1149. v.Transparency = 1
  1150. v.CanCollide = false
  1151. if (v.Name == "Head") then
  1152. v.face.Texture = ""
  1153. elseif (v.Name == "Torso") then
  1154. v.roblox.Texture = ""
  1155. end
  1156. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1157. v:remove()
  1158. end
  1159. end
  1160. for _,v in pairs(player.Character:GetChildren()) do
  1161. if (v.className == "Part") then
  1162. v.Transparency = 0
  1163. if (v.Name == "Head") then
  1164. v.face.Texture = f
  1165. end
  1166. elseif (v.className == "Hat") then
  1167. v.Handle.Transparency = 0
  1168. end
  1169. end
  1170. end
  1171. end)
  1172. end;
  1173. function() local player = nil
  1174. local f = ""
  1175.  
  1176. script.Parent.ChildAdded:connect(function()
  1177. if (script.Parent:findFirstChild("SeatWeld")) then
  1178. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1179. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1180. script.Parent.Parent.Name = player.Name
  1181. if (player.Character:findFirstChild("Shirt")) then
  1182. local s = Instance.new("Shirt")
  1183. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1184. s.Parent = script.Parent.Parent
  1185. end
  1186. if (player.Character:findFirstChild("Pants")) then
  1187. local p = Instance.new("Pants")
  1188. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1189. p.Parent = script.Parent.Parent
  1190. end
  1191. for _,v in pairs(player.Character:GetChildren()) do
  1192. if (v.className == "Part") then
  1193. v.Transparency = 1
  1194. if (v.Name == "Torso") then
  1195. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1196. elseif (v.Name == "Head") then
  1197. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1198. f = v.face.Texture
  1199. v.face.Texture = ""
  1200. end
  1201. elseif (v.className == "Hat") then
  1202. v.Handle.Transparency = 1
  1203. end
  1204. end
  1205. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1206. if (v.className == "Part") then
  1207. v.Transparency = 0
  1208. v.CanCollide = true
  1209. end
  1210. end
  1211. end
  1212. end
  1213. end)
  1214.  
  1215. script.Parent.ChildRemoved:connect(function()
  1216. if (player == nil) then return end
  1217. if not (script.Parent:findFirstChild("SeatWeld")) then
  1218. if (player.Character.Humanoid.Health == 0) then return end
  1219. -- script.Parent.Parent.Name = "Figure"
  1220. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1221. if (v.className == "Part") then
  1222. v.Transparency = 1
  1223. v.CanCollide = false
  1224. if (v.Name == "Head") then
  1225. v.face.Texture = ""
  1226. elseif (v.Name == "Torso") then
  1227. v.roblox.Texture = ""
  1228. end
  1229. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1230. v:remove()
  1231. end
  1232. end
  1233. for _,v in pairs(player.Character:GetChildren()) do
  1234. if (v.className == "Part") then
  1235. v.Transparency = 0
  1236. if (v.Name == "Head") then
  1237. v.face.Texture = f
  1238. end
  1239. elseif (v.className == "Hat") then
  1240. v.Handle.Transparency = 0
  1241. end
  1242. end
  1243. end
  1244. end)
  1245. end;
  1246. function() local player = nil
  1247. local f = ""
  1248.  
  1249. script.Parent.ChildAdded:connect(function()
  1250. if (script.Parent:findFirstChild("SeatWeld")) then
  1251. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1252. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1253. script.Parent.Parent.Name = player.Name
  1254. if (player.Character:findFirstChild("Shirt")) then
  1255. local s = Instance.new("Shirt")
  1256. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1257. s.Parent = script.Parent.Parent
  1258. end
  1259. if (player.Character:findFirstChild("Pants")) then
  1260. local p = Instance.new("Pants")
  1261. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1262. p.Parent = script.Parent.Parent
  1263. end
  1264. for _,v in pairs(player.Character:GetChildren()) do
  1265. if (v.className == "Part") then
  1266. v.Transparency = 1
  1267. if (v.Name == "Torso") then
  1268. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1269. elseif (v.Name == "Head") then
  1270. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1271. f = v.face.Texture
  1272. v.face.Texture = ""
  1273. end
  1274. elseif (v.className == "Hat") then
  1275. v.Handle.Transparency = 1
  1276. end
  1277. end
  1278. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1279. if (v.className == "Part") then
  1280. v.Transparency = 0
  1281. v.CanCollide = true
  1282. end
  1283. end
  1284. end
  1285. end
  1286. end)
  1287.  
  1288. script.Parent.ChildRemoved:connect(function()
  1289. if (player == nil) then return end
  1290. if not (script.Parent:findFirstChild("SeatWeld")) then
  1291. if (player.Character.Humanoid.Health == 0) then return end
  1292. -- script.Parent.Parent.Name = "Figure"
  1293. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1294. if (v.className == "Part") then
  1295. v.Transparency = 1
  1296. v.CanCollide = false
  1297. if (v.Name == "Head") then
  1298. v.face.Texture = ""
  1299. elseif (v.Name == "Torso") then
  1300. v.roblox.Texture = ""
  1301. end
  1302. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1303. v:remove()
  1304. end
  1305. end
  1306. for _,v in pairs(player.Character:GetChildren()) do
  1307. if (v.className == "Part") then
  1308. v.Transparency = 0
  1309. if (v.Name == "Head") then
  1310. v.face.Texture = f
  1311. end
  1312. elseif (v.className == "Hat") then
  1313. v.Handle.Transparency = 0
  1314. end
  1315. end
  1316. end
  1317. end)
  1318. end;
  1319. function() local player = nil
  1320. local f = ""
  1321.  
  1322. script.Parent.ChildAdded:connect(function()
  1323. if (script.Parent:findFirstChild("SeatWeld")) then
  1324. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1325. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1326. script.Parent.Parent.Name = player.Name
  1327. if (player.Character:findFirstChild("Shirt")) then
  1328. local s = Instance.new("Shirt")
  1329. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1330. s.Parent = script.Parent.Parent
  1331. end
  1332. if (player.Character:findFirstChild("Pants")) then
  1333. local p = Instance.new("Pants")
  1334. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1335. p.Parent = script.Parent.Parent
  1336. end
  1337. for _,v in pairs(player.Character:GetChildren()) do
  1338. if (v.className == "Part") then
  1339. v.Transparency = 1
  1340. if (v.Name == "Torso") then
  1341. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1342. elseif (v.Name == "Head") then
  1343. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1344. f = v.face.Texture
  1345. v.face.Texture = ""
  1346. end
  1347. elseif (v.className == "Hat") then
  1348. v.Handle.Transparency = 1
  1349. end
  1350. end
  1351. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1352. if (v.className == "Part") then
  1353. v.Transparency = 0
  1354. v.CanCollide = true
  1355. end
  1356. end
  1357. end
  1358. end
  1359. end)
  1360.  
  1361. script.Parent.ChildRemoved:connect(function()
  1362. if (player == nil) then return end
  1363. if not (script.Parent:findFirstChild("SeatWeld")) then
  1364. if (player.Character.Humanoid.Health == 0) then return end
  1365. -- script.Parent.Parent.Name = "Figure"
  1366. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1367. if (v.className == "Part") then
  1368. v.Transparency = 1
  1369. v.CanCollide = false
  1370. if (v.Name == "Head") then
  1371. v.face.Texture = ""
  1372. elseif (v.Name == "Torso") then
  1373. v.roblox.Texture = ""
  1374. end
  1375. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1376. v:remove()
  1377. end
  1378. end
  1379. for _,v in pairs(player.Character:GetChildren()) do
  1380. if (v.className == "Part") then
  1381. v.Transparency = 0
  1382. if (v.Name == "Head") then
  1383. v.face.Texture = f
  1384. end
  1385. elseif (v.className == "Hat") then
  1386. v.Handle.Transparency = 0
  1387. end
  1388. end
  1389. end
  1390. end)
  1391. end;
  1392. function() local player = nil
  1393. local f = ""
  1394.  
  1395. script.Parent.ChildAdded:connect(function()
  1396. if (script.Parent:findFirstChild("SeatWeld")) then
  1397. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1398. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1399. script.Parent.Parent.Name = player.Name
  1400. if (player.Character:findFirstChild("Shirt")) then
  1401. local s = Instance.new("Shirt")
  1402. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1403. s.Parent = script.Parent.Parent
  1404. end
  1405. if (player.Character:findFirstChild("Pants")) then
  1406. local p = Instance.new("Pants")
  1407. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1408. p.Parent = script.Parent.Parent
  1409. end
  1410. for _,v in pairs(player.Character:GetChildren()) do
  1411. if (v.className == "Part") then
  1412. v.Transparency = 1
  1413. if (v.Name == "Torso") then
  1414. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1415. elseif (v.Name == "Head") then
  1416. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1417. f = v.face.Texture
  1418. v.face.Texture = ""
  1419. end
  1420. elseif (v.className == "Hat") then
  1421. v.Handle.Transparency = 1
  1422. end
  1423. end
  1424. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1425. if (v.className == "Part") then
  1426. v.Transparency = 0
  1427. v.CanCollide = true
  1428. end
  1429. end
  1430. end
  1431. end
  1432. end)
  1433.  
  1434. script.Parent.ChildRemoved:connect(function()
  1435. if (player == nil) then return end
  1436. if not (script.Parent:findFirstChild("SeatWeld")) then
  1437. if (player.Character.Humanoid.Health == 0) then return end
  1438. -- script.Parent.Parent.Name = "Figure"
  1439. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1440. if (v.className == "Part") then
  1441. v.Transparency = 1
  1442. v.CanCollide = false
  1443. if (v.Name == "Head") then
  1444. v.face.Texture = ""
  1445. elseif (v.Name == "Torso") then
  1446. v.roblox.Texture = ""
  1447. end
  1448. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1449. v:remove()
  1450. end
  1451. end
  1452. for _,v in pairs(player.Character:GetChildren()) do
  1453. if (v.className == "Part") then
  1454. v.Transparency = 0
  1455. if (v.Name == "Head") then
  1456. v.face.Texture = f
  1457. end
  1458. elseif (v.className == "Hat") then
  1459. v.Handle.Transparency = 0
  1460. end
  1461. end
  1462. end
  1463. end)
  1464. end;
  1465. function() local player = nil
  1466. local f = ""
  1467.  
  1468. script.Parent.ChildAdded:connect(function()
  1469. if (script.Parent:findFirstChild("SeatWeld")) then
  1470. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1471. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1472. script.Parent.Parent.Name = player.Name
  1473. if (player.Character:findFirstChild("Shirt")) then
  1474. local s = Instance.new("Shirt")
  1475. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1476. s.Parent = script.Parent.Parent
  1477. end
  1478. if (player.Character:findFirstChild("Pants")) then
  1479. local p = Instance.new("Pants")
  1480. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1481. p.Parent = script.Parent.Parent
  1482. end
  1483. for _,v in pairs(player.Character:GetChildren()) do
  1484. if (v.className == "Part") then
  1485. v.Transparency = 1
  1486. if (v.Name == "Torso") then
  1487. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1488. elseif (v.Name == "Head") then
  1489. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1490. f = v.face.Texture
  1491. v.face.Texture = ""
  1492. end
  1493. elseif (v.className == "Hat") then
  1494. v.Handle.Transparency = 1
  1495. end
  1496. end
  1497. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1498. if (v.className == "Part") then
  1499. v.Transparency = 0
  1500. v.CanCollide = true
  1501. end
  1502. end
  1503. end
  1504. end
  1505. end)
  1506.  
  1507. script.Parent.ChildRemoved:connect(function()
  1508. if (player == nil) then return end
  1509. if not (script.Parent:findFirstChild("SeatWeld")) then
  1510. if (player.Character.Humanoid.Health == 0) then return end
  1511. -- script.Parent.Parent.Name = "Figure"
  1512. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1513. if (v.className == "Part") then
  1514. v.Transparency = 1
  1515. v.CanCollide = false
  1516. if (v.Name == "Head") then
  1517. v.face.Texture = ""
  1518. elseif (v.Name == "Torso") then
  1519. v.roblox.Texture = ""
  1520. end
  1521. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1522. v:remove()
  1523. end
  1524. end
  1525. for _,v in pairs(player.Character:GetChildren()) do
  1526. if (v.className == "Part") then
  1527. v.Transparency = 0
  1528. if (v.Name == "Head") then
  1529. v.face.Texture = f
  1530. end
  1531. elseif (v.className == "Hat") then
  1532. v.Handle.Transparency = 0
  1533. end
  1534. end
  1535. end
  1536. end)
  1537. end;
  1538. function() local player = nil
  1539. local f = ""
  1540.  
  1541. script.Parent.ChildAdded:connect(function()
  1542. if (script.Parent:findFirstChild("SeatWeld")) then
  1543. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1544. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1545. script.Parent.Parent.Name = player.Name
  1546. if (player.Character:findFirstChild("Shirt")) then
  1547. local s = Instance.new("Shirt")
  1548. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1549. s.Parent = script.Parent.Parent
  1550. end
  1551. if (player.Character:findFirstChild("Pants")) then
  1552. local p = Instance.new("Pants")
  1553. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1554. p.Parent = script.Parent.Parent
  1555. end
  1556. for _,v in pairs(player.Character:GetChildren()) do
  1557. if (v.className == "Part") then
  1558. v.Transparency = 1
  1559. if (v.Name == "Torso") then
  1560. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1561. elseif (v.Name == "Head") then
  1562. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1563. f = v.face.Texture
  1564. v.face.Texture = ""
  1565. end
  1566. elseif (v.className == "Hat") then
  1567. v.Handle.Transparency = 1
  1568. end
  1569. end
  1570. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1571. if (v.className == "Part") then
  1572. v.Transparency = 0
  1573. v.CanCollide = true
  1574. end
  1575. end
  1576. end
  1577. end
  1578. end)
  1579.  
  1580. script.Parent.ChildRemoved:connect(function()
  1581. if (player == nil) then return end
  1582. if not (script.Parent:findFirstChild("SeatWeld")) then
  1583. if (player.Character.Humanoid.Health == 0) then return end
  1584. -- script.Parent.Parent.Name = "Figure"
  1585. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1586. if (v.className == "Part") then
  1587. v.Transparency = 1
  1588. v.CanCollide = false
  1589. if (v.Name == "Head") then
  1590. v.face.Texture = ""
  1591. elseif (v.Name == "Torso") then
  1592. v.roblox.Texture = ""
  1593. end
  1594. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1595. v:remove()
  1596. end
  1597. end
  1598. for _,v in pairs(player.Character:GetChildren()) do
  1599. if (v.className == "Part") then
  1600. v.Transparency = 0
  1601. if (v.Name == "Head") then
  1602. v.face.Texture = f
  1603. end
  1604. elseif (v.className == "Hat") then
  1605. v.Handle.Transparency = 0
  1606. end
  1607. end
  1608. end
  1609. end)
  1610. end;
  1611. function() local player = nil
  1612. local f = ""
  1613.  
  1614. script.Parent.ChildAdded:connect(function()
  1615. if (script.Parent:findFirstChild("SeatWeld")) then
  1616. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1617. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1618. script.Parent.Parent.Name = player.Name
  1619. if (player.Character:findFirstChild("Shirt")) then
  1620. local s = Instance.new("Shirt")
  1621. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1622. s.Parent = script.Parent.Parent
  1623. end
  1624. if (player.Character:findFirstChild("Pants")) then
  1625. local p = Instance.new("Pants")
  1626. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1627. p.Parent = script.Parent.Parent
  1628. end
  1629. for _,v in pairs(player.Character:GetChildren()) do
  1630. if (v.className == "Part") then
  1631. v.Transparency = 1
  1632. if (v.Name == "Torso") then
  1633. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1634. elseif (v.Name == "Head") then
  1635. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1636. f = v.face.Texture
  1637. v.face.Texture = ""
  1638. end
  1639. elseif (v.className == "Hat") then
  1640. v.Handle.Transparency = 1
  1641. end
  1642. end
  1643. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1644. if (v.className == "Part") then
  1645. v.Transparency = 0
  1646. v.CanCollide = true
  1647. end
  1648. end
  1649. end
  1650. end
  1651. end)
  1652.  
  1653. script.Parent.ChildRemoved:connect(function()
  1654. if (player == nil) then return end
  1655. if not (script.Parent:findFirstChild("SeatWeld")) then
  1656. if (player.Character.Humanoid.Health == 0) then return end
  1657. -- script.Parent.Parent.Name = "Figure"
  1658. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1659. if (v.className == "Part") then
  1660. v.Transparency = 1
  1661. v.CanCollide = false
  1662. if (v.Name == "Head") then
  1663. v.face.Texture = ""
  1664. elseif (v.Name == "Torso") then
  1665. v.roblox.Texture = ""
  1666. end
  1667. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1668. v:remove()
  1669. end
  1670. end
  1671. for _,v in pairs(player.Character:GetChildren()) do
  1672. if (v.className == "Part") then
  1673. v.Transparency = 0
  1674. if (v.Name == "Head") then
  1675. v.face.Texture = f
  1676. end
  1677. elseif (v.className == "Hat") then
  1678. v.Handle.Transparency = 0
  1679. end
  1680. end
  1681. end
  1682. end)
  1683. end;
  1684. function() local player = nil
  1685. local f = ""
  1686.  
  1687. script.Parent.ChildAdded:connect(function()
  1688. if (script.Parent:findFirstChild("SeatWeld")) then
  1689. if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
  1690. player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
  1691. script.Parent.Parent.Name = player.Name
  1692. if (player.Character:findFirstChild("Shirt")) then
  1693. local s = Instance.new("Shirt")
  1694. s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
  1695. s.Parent = script.Parent.Parent
  1696. end
  1697. if (player.Character:findFirstChild("Pants")) then
  1698. local p = Instance.new("Pants")
  1699. p.PantsTemplate= player.Character.Pants.PantsTemplate
  1700. p.Parent = script.Parent.Parent
  1701. end
  1702. for _,v in pairs(player.Character:GetChildren()) do
  1703. if (v.className == "Part") then
  1704. v.Transparency = 1
  1705. if (v.Name == "Torso") then
  1706. script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
  1707. elseif (v.Name == "Head") then
  1708. script.Parent.Parent.Head.face.Texture = v.face.Texture
  1709. f = v.face.Texture
  1710. v.face.Texture = ""
  1711. end
  1712. elseif (v.className == "Hat") then
  1713. v.Handle.Transparency = 1
  1714. end
  1715. end
  1716. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1717. if (v.className == "Part") then
  1718. v.Transparency = 0
  1719. v.CanCollide = true
  1720. end
  1721. end
  1722. end
  1723. end
  1724. end)
  1725.  
  1726. script.Parent.ChildRemoved:connect(function()
  1727. if (player == nil) then return end
  1728. if not (script.Parent:findFirstChild("SeatWeld")) then
  1729. if (player.Character.Humanoid.Health == 0) then return end
  1730. -- script.Parent.Parent.Name = "Figure"
  1731. for _,v in pairs(script.Parent.Parent:GetChildren()) do
  1732. if (v.className == "Part") then
  1733. v.Transparency = 1
  1734. v.CanCollide = false
  1735. if (v.Name == "Head") then
  1736. v.face.Texture = ""
  1737. elseif (v.Name == "Torso") then
  1738. v.roblox.Texture = ""
  1739. end
  1740. elseif (v.className == "Shirt") or (v.className == "Pants") then
  1741. v:remove()
  1742. end
  1743. end
  1744. for _,v in pairs(player.Character:GetChildren()) do
  1745. if (v.className == "Part") then
  1746. v.Transparency = 0
  1747. if (v.Name == "Head") then
  1748. v.face.Texture = f
  1749. end
  1750. elseif (v.className == "Hat") then
  1751. v.Handle.Transparency = 0
  1752. end
  1753. end
  1754. end
  1755. end)
  1756. end;}local ActualScripts = {}
  1757. function s(var)
  1758. local func = table.remove(Scripts,1)
  1759. setfenv(func,setmetatable({script=var,require=fake_require or require,global=genv},{
  1760. __index = getfenv(func),
  1761. }))
  1762. table.insert(ActualScripts,coroutine.wrap(func))
  1763. end
  1764. Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  1765. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  1766. function(t,f)
  1767. for a,b in pairs(t) do
  1768. f(a,b)
  1769. end
  1770. end
  1771. local Types = {
  1772. Color3 = Color3.new,
  1773. Vector3 = Vector3.new,
  1774. Vector2 = Vector2.new,
  1775. UDim = UDim.new,
  1776. UDim2 = UDim2.new,
  1777. CFrame = CFrame.new,
  1778. Rect = Rect.new,
  1779. NumberRange = NumberRange.new,
  1780. BrickColor = BrickColor.new,
  1781. PhysicalProperties = PhysicalProperties.new,
  1782. NumberSequence = function(...)
  1783. local a = {...}
  1784. local t = {}
  1785. repeat
  1786. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  1787. until #a==0
  1788. return NumberSequence.new(t)
  1789. end,
  1790. ColorSequence = function(...)
  1791. local a = {...}
  1792. local t = {}
  1793. repeat
  1794. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  1795. until #a==0
  1796. return ColorSequence.new(t)
  1797. end,
  1798. number = tonumber,
  1799. boolean = function(a)
  1800. return a=="1"
  1801. end
  1802. }
  1803. split = function(str,sep)
  1804. if not str then return end
  1805. local fields = {}
  1806. local ConcatNext = false
  1807. str:gsub(("([^%s]+)"):format(sep),function(c)
  1808. if ConcatNext == true then
  1809. fields[#fields] = fields[#fields]..sep..c
  1810. ConcatNext = false
  1811. else
  1812. fields[#fields+1] = c
  1813. end
  1814. if c:sub(#c)=="\\" then
  1815. c = fields[#fields]
  1816. fields[#fields] = c:sub(1,#c-1)
  1817. ConcatNext = true
  1818. end
  1819. end)
  1820. return fields
  1821. end
  1822. RemoveAndSplit = function(t)
  1823. return split(table_remove(t,1),comma)
  1824. end
  1825. t = split(str,";")
  1826. props = RemoveAndSplit(t)
  1827. classes = RemoveAndSplit(t)
  1828. values = split(table_remove(t,1),'|')
  1829. ICList = RemoveAndSplit(t)
  1830. InstanceList = {}
  1831. Model = inst"Model"
  1832. CurPar = Model
  1833. table_foreach(t,function(ct,c)
  1834. if c=="n" or c=="p" then
  1835. CurPar = c=="n" and LastIns or CurPar[parnt]
  1836. else
  1837. ct = split(c,"|")
  1838. local class = classes[tonum(table_remove(ct,1))]
  1839. if class=="UnionOperation" then
  1840. LastIns = {UsePartColor="1"}
  1841. else
  1842. LastIns = inst(class)
  1843. if LastIns:IsA"Script" then
  1844. s(LastIns)
  1845. elseif LastIns:IsA("ModuleScript") then
  1846. ms(LastIns)
  1847. end
  1848. end
  1849.  
  1850. local function SetProperty(LastIns,p,str,s)
  1851. s = Types[typeof(LastIns[p])]
  1852. if p=="CustomPhysicalProperties" then
  1853. s = PhysicalProperties.new
  1854. end
  1855. if s then
  1856. LastIns[p] = s(unpack(split(str,comma)))
  1857. else
  1858. LastIns[p] = str
  1859. end
  1860. end
  1861.  
  1862. local UnionData
  1863. table_foreach(ct,function(s,p,a,str)
  1864. a = p:find":"
  1865. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  1866. if p=="UnionData" then
  1867. UnionData = split(str," ")
  1868. return
  1869. end
  1870. if class=="UnionOperation" then
  1871. LastIns[p] = str
  1872. return
  1873. end
  1874. SetProperty(LastIns,p,str)
  1875. end)
  1876.  
  1877. if UnionData then
  1878. local LI_Data = LastIns
  1879. LastIns = DecodeUnion(UnionData)
  1880. table_foreach(LI_Data,function(p,str)
  1881. SetProperty(LastIns,p,str)
  1882. end)
  1883. end
  1884. table.insert(InstanceList,LastIns)
  1885. LastIns[parnt] = CurPar
  1886. end
  1887. end)
  1888. table_remove(ICList,1)
  1889. table_foreach(ICList,function(a,b)
  1890. b = split(b,">")
  1891. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  1892. end)
  1893.  
  1894. return Model:GetChildren()
  1895. end
  1896.  
  1897. local Objects = Decode('Name,Anchored,Position,Orientation,Size,Scale,Color,Material,TopSurface,Offset,MeshType,BottomSurface,C0,C1,Part0,Part1,Transparency,Health,MaxHealth,Reflectance,Range,BackSurface,FrontSurface,LeftSurface,RightSurface,ClipsDescendants,LightInfluence,ZIndexBehavior,BackgroundColor3,Font,Text,TextColor3,TextScaled,TextSize,TextStrokeColor3,TextWrapped,BackgroundTransparency;Part,Model,CylinderMesh,BlockMesh,SpecialMesh'
  1898. ..',Weld,Decal,Humanoid,Seat,Script,PointLight,ManualWeld,SurfaceGui,TextLabel;Part|1|-59.439,4.977,-11.9836|0,-90,0|1.0929,2.6229,1.0929|0.5,1,0.5|-61.6248,6.2885,-2.1473|0.3882,0.3725,0.3843|816|-64.3571,3.6655,-7.0654|8.7433,5.2459,2.1858|0|-59.9854,2.354,-11.9836|1.0929,2.6229,2.1858|-59.9854,2.354,-7.0654|8.7433,2.6229,2.1858|-66.5429,4.3212,-2.1473|1.0929,6.5574,2.1858|-57.7996,1.6982,-11.9836|1.0929,1.3114,2.1858'
  1899. ..'|-57.7996,1.6982,-7.0654|8.7433,1.3114,2.1858|-59.9854,2.354,-2.1473|-64.3571,3.6655,-2.1473|1.0929,5.2459,2.1858|-63.8107,7.6,-11.9836|-64.3571,3.6655,-11.9836|-73.1004,6.2885,-7.0654|8.7433,10.4919,2.1858|-61.6248,6.2885,-11.9836|-57.7996,1.6982,-2.1473|-57.2532,3.6655,-11.9836|-65.9965,8.9115,-2.1473|-62.1713,3.0097,-7.0654|8.7433,3.9344,2.1858|-66.5429,4.3212,-11.9836|-57.2532,3.6655,-2.1473|-65.9965,8.9115,-11.9'
  1900. ..'836|-62.1713,3.0097,-11.9836|1.0929,3.9344,2.1858|512|-64.8255,9.847,-11.9836|0,0,-31|1.0929,0.4371,1.0929|0,-0.1093,0|18,1,1|6|0,-0.2001,0|-66.5429,4.3212,-7.0654|8.7433,6.5574,2.1858|-64.8255,9.847,-2.1473|-59.439,4.977,-2.1473|-63.8107,7.6,-2.1473|-62.1713,3.0097,-2.1473|-68.1823,10.223,-2.1473|-68.7288,4.977,-7.0654|8.7433,7.8689,2.1858|-68.7288,4.977,-11.9836|1.0929,7.8689,2.1858|-68.7288,4.977,-2.1473|-68.1823,'
  1901. ..'10.223,-11.9836|-70.3681,11.5345,-11.9836|-70.3681,11.5345,-2.1473|-70.9146,5.6327,-11.9836|1.0929,9.1804,2.1858|-70.9146,5.6327,-7.0654|8.7433,9.1804,2.1858|-73.1004,6.2885,-11.9836|1.0929,10.4919,2.1858|-72.554,12.846,-11.9836|-70.9146,5.6327,-2.1473|-73.1004,6.2885,-2.1473|-72.554,12.846,-2.1473|0.9607,0.8039,0.1882|-20.3501,14.6499,-28|115.9,29.2999,2|-256,10,256,-1,0,0,0,0,1,0,1,0|-235.65,-14.65,284,-1,0,0,0,0,1'
  1902. ..',0,1,0|17.2,-14.65,1,-0,0,1,0,1,0,-1,0,-0|57.85,-14.65,1,-1,0,0,0,1,0,0,0,-1|5.2,-0.5,-17.05,-1,0,0,0,1,0,0,0,-1|55.8499,13.05,1,-1,0,0,0,1,0,0,0,-1|5.0999,-6.7001,-1,-1,0,0,0,1,0,0,0,-1|55.85,-0.35,0.9999,-1,0,0,0,1,0,0,0,-1|55.8499,-1.3501,1,-1,0,0,0,1,0,0,0,-1|55.85,-14.75,0.9999,-1,0,0,0,1,0,0,0,-1|-54.8501,14.6,35.3999|47.0999,29.2,2|-201.15,-14.6001,220.6,-1,0,0,0,0,1,0,1,0|14.5499,-14.6,-1,-1,0,0,0,1,0,0,0,-1|'
  1903. ..'23.55,-14.6001,-28.1,0,0,-1,0,1,0,1,0,0|-77.2,14.65,2.6999|0,90,0|63.3999,29.3,2|-253.3001,-14.6501,-178.8001,0,-1,0,0,0,1,-1,0,0|23.5499,-14.6001,-1,-1,0,0,0,1,0,0,0,-1|-31.7,-14.6501,45.8999,0,0,1,0,1,0,-1,0,0|-30.3001,14.5999,21.8499|29.0999,29.1999,2|-256,10,256,-1,0,0,0,0,1,0,1,-0|-234.1501,-14.6,-225.7,0,-1,0,0,0,1,-1,0,0|8.3499,14.65,8.3999|58.2999,29.2999,2|-17.2001,-14.65,-1,0,0,-1,0,1,0,1,0,0|27.15,-14.6501'
  1904. ..',-1,1,0,0,0,1,0,0,0,1|-264.35,-14.6501,247.6,-1,0,0,0,0,1,0,1,-0|36.5,14.6499,-9.8|34.4,29.2999,2|-265.8,-14.65,-292.5,0,-1,0,0,0,1,-1,0,0|Bed|Frame|0.8,0.5568,0.4117|-70.7919,15.3999,9.9147|0,180,0|6,2,10|-5.2001,0.5,17.0499,-1,0,0,0,0,1,0,1,0|-6.1919,-1,9.8147,-1,0,0,0,0,1,0,1,0|Sheet|0.0666,0.0666,0.0666|-70.7919,15.9999,9.9147|5,1,9|Pillow|0.9725,0.9725,0.9725|-70.7919,16.4,13.3147|3,1,2| |Left Arm|0.949,0.9529,0'
  1905. ..'.9529|-72.2919,17,10.9147|90,0,0|1,2,1|Head|1,0.8,0.6|-70.7919,17,12.4147|2,1,1|1.25,1.25,1.25|face|Torso|-70.7919,17,10.9147|2,2,1|roblox|Left Leg|-71.2919,17,8.9147|Right Leg|-70.2919,17,8.9147|Right Arm|-69.2919,17,10.9147|0|6,0.4,10|Sleep|-69.7501,23.95,2.4|4.8999,4.6999,0.5999|4.65,-6.7001,-1,-1,0,0,0,1,0,0,0,-1|5.2499,-9.5501,0.3,-1,0,0,0,1,0,0,0,-1|-70.35,21.1,1.1|9.3,13.4,2|-5.7501,-6.7001,1,-1,0,0,0,0,1,0,1,'
  1906. ..'0|-69.8,28.3,17.1499|10.4,1,34.0999|-4.6501,6.7,1,-1,0,0,0,0,0.9999,0,1,0|-4.1,-0.5,17.0499,-1,0,0,0,0,0.9999,0,1,0|-1,0.1,1,-1,0,0,0,0,1,0,1,0|2.1029,-0.5,-6.2701,-1,0,0,0,0,1,0,1,0|-4.8001,6.7,1,-1,0,0,0,0,1,0,1,0|-4.4,-0.5,1.9499,-1,0,0,0,0,1,0,1,0|-1.2001,0.1,1.2,-1,0,0,0,0,1,0,1,0|1.9029,-0.5,-6.0701,-1,0,0,0,0,1,0,1,0|-5.1,6.7,1,-1,0,0,0,0,1,0,1,0|-5,-0.5,-15.0501,-1,0,0,0,0,1,0,1,0|Light|0.9921,0.9176,0.5529|2'
  1907. ..'72|0.4|-72.9029,27.7,8.32|2,0.2,2|1,1.0099,1|40|5.2,-0.5,17.0499,1,0,0,0,0,-1,-0,1,0|2.097,0.0999,8.22,1,0,0,0,0,-1,0,1,0|2.4,0.2,2.4|-70.7919,15.3999,26.9147|-6.1919,-1,26.8147,-1,0,0,0,0,1,0,1,0|-70.7919,15.9999,26.9147|-70.7919,16.4,30.3147|-72.2919,17,27.9147|-70.7919,17,29.4147|-70.7919,17,27.9147|-71.2919,17,25.9147|-70.2919,17,25.9147|-69.2919,17,27.9147|-72.9029,27.7,24.42|-69.9,21.1,33.2|10.1999,13.4,2|-5.30'
  1908. ..'01,-6.7001,33.1,-1,0,0,0,0,1,0,1,0|-69.7501,23.95,17.5|4.8,-6.7001,-1,-1,0,0,0,1,0,0,0,-1|5.2499,-9.5501,0.2999,-1,0,0,0,1,0,0,0,-1|-70.2,21.1,16.2|9.6,13.4,2|-5.6001,-6.7001,16.1,-1,0,0,0,0,1,0,1,0|0.6235,0.6313,0.6745|-65.8001,21.15,26.9|10.5999,13.3,2|-26.8,6.6499,9.1999,0,-1,0,0,0,-1,1,0,0|-5.1,-6.7001,1,1,0,0,0,1,0,0,0,1|5.3,-6.75,-1.0001,0,0,-1,0,1,0,1,0,0|-66.3001,21.15,10.0999|9.9999,13.3,2|-10.0001,6.6499,8.'
  1909. ..'6999,0,-1,0,0,0,-1,1,0,0|1,0,0|-24.8501,14.9,-14.9001|101,1,3.8999|-51.95,21.15,-17.3501|-68.75,21.15,-16.8501|-51.7648,15.3999,-21.8419|-51.7648,15.9999,-21.8419|-55.1648,16.4,-21.8419|-52.7648,17,-23.3419|90,-90,0|-54.2648,17,-21.8419|-52.7648,17,-21.8419|-50.7648,17,-22.3419|-50.7648,17,-21.3419|-52.7648,17,-20.3419|-44.25,23.95,-20.8001|-42.95,21.1,-21.4001|-59,28.3,-20.85|-50.1701,27.7,-23.9529|-68.7648,15.3999,'
  1910. ..'-21.8419|-68.7648,16,-21.8419|-72.1648,16.4,-21.8419|-69.7648,17,-23.3419|-71.2648,17,-21.8419|-69.7648,17,-21.8419|-67.7648,17,-22.3419|-67.7648,17,-21.3419|-69.7648,17,-20.3419|-66.2701,27.7,-23.9529|-75.05,21.1,-20.9501|-59.3501,23.95,-20.8001|-58.05,21.1,-21.2501|-51.95,6.75,-17.3501|-68.75,6.75,-16.8501|-51.7648,1,-21.8419|-277.8419,-1.0001,-204.2353,0,-1,0,0,0,1,-1,0,0|-51.7648,1.6,-21.8419|-55.1648,2,-21.8419|'
  1911. ..'-52.7648,2.6,-23.3419|-54.2648,2.6,-21.8419|-52.7648,2.6,-21.8419|-50.7648,2.6,-22.3419|-50.7648,2.6,-21.3419|-52.7648,2.6,-20.3419|-44.25,9.55,-20.8001|-42.95,6.7,-21.4001|-277.4001,-6.7001,-213.0501,0,-1,0,0,0,1,-1,0,0|-59,13.9,-20.85|50.5,-0.5,1.9499,0.9999,0,0,0,0,-1,-0,1,0|-7.9,0.5,84.6499,0,-1,0,0,0,-1,0.9999,0,0|-50.1701,13.3,-23.9529|-68.7648,1,-21.8419|-277.8419,-1.0001,-187.2353,0,-1,0,0,0,1,-1,0,0|-68.7648'
  1912. ..',1.6,-21.8419|-72.1648,2,-21.8419|-69.7648,2.6,-23.3419|-71.2648,2.6,-21.8419|-69.7648,2.6,-21.8419|-67.7648,2.6,-22.3419|-67.7648,2.6,-21.3419|-69.7648,2.6,-20.3419|-66.2701,13.3,-23.9529|-75.05,6.7,-20.9501|-276.9501,-6.7001,-180.9501,0,-1,0,0,0,1,-1,0,0|-59.3501,9.55,-20.8001|-58.0501,6.7,-21.2501|-277.2501,-6.7001,-197.95,0,-1,0,0,0,1,-1,0,0|1,0.6901,0|9.1999,3.2999,5.1499|0,90,180|4.4999,1,2|-8.2,-2.1501,1,1,0,0'
  1913. ..',0,1,0,0,0,1|-2.2501,3.2999,-15.5003,0,0,0.9999,0,-1,0,0.9999,0,0|29.1499,-14.65,-1,-1,0,0,0,1,0,0,0,-1|2.2499,3.2999,28.2999,0,0,-1,0,-1,0,-1,0,0|-45.7001,14.9,22.8499|28.8999,1,3|-5.1,-6.7001,-1,-0,0,-1,0,1,0,1,0,-0|-14.3501,-0.1001,-1.5001,1,0,0,0,1,0,0,0,1|5.2999,-6.6501,-1,-1,0,0,0,1,0,0,0,-1|-12.3501,-0.0001,-1.5001,1,0,0,0,1,0,0,0,1|19.7499,-0.5,-1.3001,0,1,0,0,0,1,1,0,0|-55.4501,21.55,25.85|-38.6501,21.55,25.'
  1914. ..'35|-55.6353,15.8,30.3418|-55.6353,16.4,30.3418|-52.2353,16.8,30.3418|-54.6353,17.4,31.8418|90,90,0|-53.1353,17.4,30.3418|-54.6353,17.4,30.3418|-56.6353,17.4,30.8418|-56.6353,17.4,29.8418|-54.6353,17.4,28.8418|-63.1501,24.35,29.3|-64.4501,21.5,29.9|-48.4001,28.7,29.3499|-57.23,28.1,32.4528|-38.6353,15.8,30.3418|-38.6353,16.4,30.3418|-35.2353,16.8,30.3418|-37.6353,17.4,31.8418|-36.1353,17.4,30.3418|-37.6353,17.4,30.341'
  1915. ..'8|-39.6353,17.4,30.8418|-39.6353,17.4,29.8418|-37.6353,17.4,28.8418|-41.13,28.1,32.4528|-32.35,21.5,29.45|-48.05,24.35,29.3|-49.35,21.5,29.75|26.8,6.6499,-2.9|-258.9,-6.65,-282.8001,0,-1,0,0,0,1,-1,0,0|26.3,6.6499,-19.7001|-275.7001,-6.65,-282.3001,0,-1,0,0,0,1,-1,0,0|31.2918,0.8999,-2.7148|31.2918,1.4999,-2.7148|31.2918,1.9,-6.1148|32.7918,2.5,-3.7148|90,-180,0|31.2918,2.5,-5.2148|31.2918,2.5,-3.7148|31.7918,2.5,-1.'
  1916. ..'7148|30.7918,2.5,-1.7148|29.7918,2.5,-3.7148|30.25,9.45,4.7999|30.85,6.6,6.0999|17.2,-14.65,-1,-1,0,0,0,1,0,0,0,-1|4.6499,-6.6001,-33.1,0,0,-1,0,1,0,1,0,0|30.2999,13.7999,-9.9501|5.2,-13.8,-17.05,0,0,-1,0,1,0,1,0,0|33.4028,13.2,-1.1201|31.2918,0.8999,-19.7148|31.2918,1.4999,-19.7148|31.2918,1.9,-23.1148|32.7918,2.5,-20.7148|31.2918,2.5,-22.2148|31.2918,2.5,-20.7148|31.7918,2.5,-18.7148|30.7918,2.5,-18.7148|29.7918,2.'
  1917. ..'5,-20.7148|33.4028,13.2,-17.2201|30.4,6.6,-26.0001|5.1,-6.6001,-1,0,0,-1,0,1,0,1,0,0|30.25,9.45,-10.3001|30.7,6.6,-9.0001|4.7999,-6.6001,-18,0,0,-1,0,1,0,1,0,0|26.8,21.05,-2.9001|26.3,21.05,-19.7001|31.2918,15.2999,-2.7148|31.2918,15.8999,-2.7148|31.2918,16.2999,-6.1148|32.7918,16.8999,-3.7148|31.2918,16.8999,-5.2148|31.2918,16.8999,-3.7148|31.7918,16.8999,-1.7148|30.7918,16.8999,-1.7148|29.7918,16.8999,-3.7148|30.25'
  1918. ..',23.85,4.7999|30.85,21,6.0999|4.6499,-21.0001,-33.1,0,0,-1,0,1,0,1,0,0|30.2999,28.2,-9.9501|5.2,-28.2001,-17.05,0,0,-1,0,1,0,1,0,0|33.4028,27.6,-1.1201|31.2918,15.2999,-19.7148|31.2918,15.8999,-19.7148|31.2918,16.2999,-23.1148|32.7918,16.8999,-20.7148|31.2918,16.8999,-22.2148|31.2918,16.8999,-20.7148|31.7918,16.8999,-18.7148|30.7918,16.8999,-18.7148|29.7918,16.8999,-20.7148|33.4028,27.6,-17.2201|30.4,21,-26.0001|5.1,'
  1919. ..'-21.0001,-1,0,0,-1,0,1,0,1,0,0|30.25,23.85,-10.3001|30.7,21,-9.0001|4.7999,-21.0001,-18,0,0,-1,0,1,0,1,0,0|-55.4501,6.75,25.85|-38.6501,6.75,25.35|-55.6353,1,30.3418|225.6581,-1.0001,200.3647,0,1,0,0,0,1,1,0,0|-55.6353,1.6,30.3418|-52.2353,2,30.3418|-54.6353,2.6,31.8418|-53.1353,2.6,30.3418|-54.6353,2.6,30.3418|-56.6353,2.6,30.8418|-56.6353,2.6,29.8418|-54.6353,2.6,28.8418|-63.1501,9.55,29.3|-64.4501,6.7,29.9|226.099'
  1920. ..'9,-6.7001,191.5499,0,1,0,0,0,1,1,0,0|-48.4001,13.9,29.3499|-57.23,13.3,32.4528|-38.6353,1,30.3418|225.6581,-1.0001,217.3647,0,1,0,0,0,1,1,0,0|-38.6353,1.6,30.3418|-35.2353,2,30.3418|-37.6353,2.6,31.8418|-36.1353,2.6,30.3418|-37.6353,2.6,30.3418|-39.6353,2.6,30.8418|-39.6353,2.6,29.8418|-37.6353,2.6,28.8418|-41.13,13.3,32.4528|-32.35,6.7,29.45|226.5499,-6.7001,223.65,0,1,0,0,0,1,1,0,0|-48.05,9.55,29.3|-49.35,6.7,29.75'
  1921. ..'|226.2499,-6.7001,206.65,0,1,0,0,0,1,1,0,0|1.8997,2.1499,1.8999|16.3999,4.3,2|-257.8998,-2.15,254.1,-1,0,0,0,0,0.9999,0,1,0|-62.55,14.5,12.55|4.6999,1,24.9|-5.5,1.9499,5.1499|4.4999,3.6999,2|-2.2501,1.9499,-0.8003,0,0,0.9999,0,-1,0,0.9999,0,0|2.2499,1.9499,42.9999,0,0,-1,0,-1,0,-1,0,0|-74.8,13.3499,-7.55|2.8,3.1,15.2999|-31.7,-14.6501,1,1,0,0,0,1,0,0,0,1|-1.4,-13.35,41.9499,0,0,1,0,0.9999,0,-1,0,0|-4.6501,-6.7001,1,1'
  1922. ..',0,0,0,1,0,0,0,1|9.1,1.05,7.6499,-1,0,0,0,0.9999,0,0,0,-1|-5.2001,-0.5,17.0499,1,0,0,0,1,0,0,0,1|10.2,0.05,7.6499,-1,0,0,0,0.9999,0,0,0,-1|9.1,-13.35,7.6499,-1,0,0,0,0.9999,0,0,0,-1|-70.7919,1,9.9147|185.2081,-1.0001,-246.0853,1,0,0,0,0,1,0,-1,0|-70.7919,1.6,9.9147|-70.7919,2,13.3147|-72.2919,2.6,10.9147|-70.7919,2.6,12.4147|-70.7919,2.6,10.9147|-71.2919,2.6,8.9147|-70.2919,2.6,8.9147|-69.2919,2.6,10.9147|-69.7501,9.'
  1923. ..'55,2.4|-70.35,6.7,1.1|185.65,-6.7001,-254.9,1,0,0,0,0,1,0,-1,0|-69.8,13.9,17.1499|-72.9029,13.3,8.32|-70.7919,1,26.9147|185.2081,-1.0001,-229.0853,1,0,0,0,0,1,0,-1,0|-70.7919,1.6,26.9147|-70.7919,2,30.3147|-72.2919,2.6,27.9147|-70.7919,2.6,29.4147|-70.7919,2.6,27.9147|-71.2919,2.6,25.9147|-70.2919,2.6,25.9147|-69.2919,2.6,27.9147|-72.9029,13.3,24.42|-69.9,6.7,33.2|186.1,-6.7001,-222.8,1,0,0,0,0,1,0,-1,0|-69.7501,9.55'
  1924. ..',17.5|-70.2,6.7,16.2|185.8,-6.7001,-239.8,1,0,0,0,0,1,0,-1,0|-65.8001,6.75,26.9|-66.3001,6.75,10.0999|-17.75,21.15,-17.3501|-34.55,21.15,-16.8501|-17.5648,15.3999,-21.8419|-17.5648,15.9999,-21.8419|-20.9648,16.4,-21.8419|-18.5648,17,-23.3419|-20.0648,17,-21.8419|-18.5648,17,-21.8419|-16.5648,17,-22.3419|-16.5648,17,-21.3419|-18.5648,17,-20.3419|-10.0501,23.95,-20.8001|-8.75,21.1,-21.4001|-24.8,28.3,-20.85|-15.9701,27'
  1925. ..'.7,-23.9529|-34.5648,15.3999,-21.8419|-34.5648,16,-21.8419|-37.9648,16.4,-21.8419|-35.5648,17,-23.3419|-37.0648,17,-21.8419|-35.5648,17,-21.8419|-33.5648,17,-22.3419|-33.5648,17,-21.3419|-35.5648,17,-20.3419|-32.0701,27.7,-23.9529|-40.85,21.1,-20.9501|-25.1501,23.95,-20.8001|-23.8501,21.1,-21.2501|-17.75,6.75,-17.3501|-34.55,6.75,-16.8501|-17.5648,1,-21.8419|-277.8419,-1.0001,-238.4353,0,-1,0,0,0,1,-1,0,0|-17.5648,1.'
  1926. ..'6,-21.8419|-20.9648,2,-21.8419|-18.5648,2.6,-23.3419|-20.0648,2.6,-21.8419|-18.5648,2.6,-21.8419|-16.5648,2.6,-22.3419|-16.5648,2.6,-21.3419|-18.5648,2.6,-20.3419|-10.0501,9.55,-20.8001|-8.75,6.7,-21.4001|-277.4001,-6.7001,-247.25,0,-1,0,0,0,1,-1,0,0|-24.8,13.9,-20.85|-7.9,0.5,50.4499,0,-1,0,0,0,-1,0.9999,0,0|-15.9701,13.3,-23.9529|-34.5648,1,-21.8419|-277.8419,-1.0001,-221.4353,0,-1,0,0,0,1,-1,0,0|-34.5648,1.6,-21.8'
  1927. ..'419|-37.9648,2,-21.8419|-35.5648,2.6,-23.3419|-37.0648,2.6,-21.8419|-35.5648,2.6,-21.8419|-33.5648,2.6,-22.3419|-33.5648,2.6,-21.3419|-35.5648,2.6,-20.3419|-32.0701,13.3,-23.9529|-40.85,6.7,-20.9501|-276.9501,-6.7001,-215.15,0,-1,0,0,0,1,-1,0,0|-25.1501,9.55,-20.8001|-23.8501,6.7,-21.2501|-277.2501,-6.7001,-232.15,0,-1,0,0,0,1,-1,0,0|Dining Table|Chair|0.4117,0.2509,0.1568|-39.2391,1.3,6.8138|0.1999,2.5999,0.1999|10|'
  1928. ..'Part-to-Seat Strong Joint|-0.1,1.2999,0.0999,-1,0,0,0,0,1,0,1,-0|-1.25,-0.1,1.4,-1,0,0,0,0,1,0,1,-0|-249.1862,-1.3001,-216.761,0,-1,0,0,0,1,-1,0,0|-39.2391,1.3,4.5138|1.05,-0.1,1.4,-1,0,0,0,0,1,0,1,-0|-251.4862,-1.3001,-216.761,0,-1,0,0,0,1,-1,0,0|-41.8391,1.3,6.8138|-1.25,-0.1,-1.2001,-1,0,0,0,0,1,0,1,-0|-249.1862,-1.3001,-214.161,0,-1,0,0,0,1,-1,0,0|-39.1891,5.15,5.6638|2.4999,4.7,0.0999|-40.5391,2.7,5.6638|2.5,0.2'
  1929. ..',2.7999|-41.8391,1.3,4.5138|1.05,-0.1,-1.2001,-1,0,0,0,0,1,0,1,-0|-251.4862,-1.3001,-214.161,0,-1,0,0,0,1,-1,0,0|-45.7891,1.3,10.8638|-210.211,-1.3001,245.1361,-1,0,0,0,0,1,0,1,0|-43.4891,1.3,10.8638|-212.511,-1.3001,245.1361,-1,0,0,0,0,1,0,1,0|-45.7891,1.3,8.2638|-210.211,-1.3001,247.7361,-1,0,0,0,0,1,0,1,0|-44.6391,5.15,10.9138|-44.6391,2.7,9.5638|-43.4891,1.3,8.2638|-212.511,-1.3001,247.7361,-1,0,0,0,0,1,0,1,0|-50'
  1930. ..'.3391,1.3001,0.0138|255.9861,-1.3002,205.6609,0,1,0,0,0,1,1,0,0|-50.3391,1.3001,2.3138|253.6861,-1.3002,205.6609,0,1,0,0,0,1,1,0,0|-47.7391,1.3001,0.0138|255.9861,-1.3002,208.2609,0,1,0,0,0,1,1,0,0|-50.3891,5.1501,1.1638|-49.0391,2.7001,1.1638|-47.7391,1.3001,2.3138|253.6861,-1.3002,208.2609,0,1,0,0,0,1,1,0,0|-43.4891,1.3,-4.8362|212.5109,-1.3001,-260.8362,1,0,0,0,0,1,0,-1,0|-45.7891,1.3,-4.8362|210.2109,-1.3001,-260'
  1931. ..'.8362,1,0,0,0,0,1,0,-1,0|-43.4891,1.3001,-2.2362|212.5109,-1.3002,-258.2362,1,0,0,0,0,1,0,-1,0|-44.6391,5.15,-4.8862|-44.6391,2.7,-3.5362|-45.7891,1.3,-2.2362|210.2109,-1.3001,-258.2362,1,0,0,0,0,1,0,-1,0|-39.2391,1.3001,2.3138|-253.6862,-1.3002,-216.761,0,-1,0,0,0,1,-1,0,0|-39.2391,1.3001,0.0138|-255.9862,-1.3002,-216.761,0,-1,0,0,0,1,-1,0,0|-41.8391,1.3001,2.3138|-253.6862,-1.3002,-214.161,0,-1,0,0,0,1,-1,0,0|-39.1'
  1932. ..'891,5.1501,1.1638|-40.5391,2.7001,1.1638|-41.8391,1.3001,0.0138|-255.9862,-1.3002,-214.161,0,-1,0,0,0,1,-1,0,0|-50.3391,1.3001,4.5138|251.4861,-1.3002,205.6609,0,1,0,0,0,1,1,0,0|-50.3391,1.3001,6.8138|249.1861,-1.3002,205.6609,0,1,0,0,0,1,1,0,0|-47.7391,1.3002,4.5138|251.4861,-1.3003,208.2609,0,1,0,0,0,1,1,0,0|-50.3891,5.1501,5.6638|-49.0391,2.7001,5.6638|-47.7391,1.3001,6.8138|249.1861,-1.3002,208.2609,0,1,0,0,0,1,1'
  1933. ..',0,0|Table|-42.0891,2.7,-1.2362|0.2,4.7999,0.1999|-42.0891,2.55,7.7638|0.2,5.0999,0.1999|-213.911,-2.5501,248.2361,-1,0,0,0,0,1,0,1,0|-47.5891,2.55,-1.2362|-208.411,-2.5501,257.2361,-1,0,0,0,0,1,0,1,0|-44.8391,5.2,3.2638|5.6999,0.1999,9.1999|-47.5891,2.55,7.7638|-208.411,-2.5501,248.2361,-1,0,0,0,0,1,0,1,0|-66.9,14.4,-0.9|13.2,1,2|2.3499,-0.5,-12.4501,-1,0,0,0,1,0,0,0,-1|6.7,-0.4,1,-1,0,0,0,1,0,0,0,-1|1.1999,-0.0001,'
  1934. ..'0.9999,-1,0,0,0,1,0,0,0,-1|2.3,-1.0001,0.9999,-1,0,0,0,1,0,0,0,-1|-25.05,19.4999,8.4999|8.4999,19.3999,2|-14.55,-14.6,1,1,0,0,0,1,0,0,0,1|-4.25,-19.5,27.8999,0,0,0.9999,0,0.9999,0,-1,0,0|-29.15,-14.65,-1,-0,0,-1,0,1,0,1,0,-0|4.2499,-19.5,-1.1,0,0,-1,0,0.9999,0,1,0,0|23.6499,14.8,-2.7501|4,1,20.3999|1.45,-0.5001,9.85,-1,0,0,0,0,1,0,1,0|-50.5001,-0.5,1.9499,1,0,0,0,1,0,0,0,1|-99,-0.4,-10.2,1,0,0,0,1,0,0,0,1|15.4499,21.'
  1935. ..'15,-17.3501|-1.35,21.15,-16.8501|15.6352,15.3999,-21.8419|15.6352,15.9999,-21.8419|12.2352,16.4,-21.8419|14.6352,17,-23.3419|13.1352,17,-21.8419|14.6352,17,-21.8419|16.6352,17,-22.3419|16.6352,17,-21.3419|14.6352,17,-20.3419|23.1499,23.95,-20.8001|24.4499,21.1,-21.4001|8.4,28.3,-20.85|-4.1,-0.5,-16.1501,-1,0,0,0,0,0.9999,0,1,0|17.2299,27.7,-23.9529|-1.3648,15.3999,-21.8419|-1.3648,16,-21.8419|-4.7648,16.4,-21.8419|-2'
  1936. ..'.3648,17,-23.3419|-3.8648,17,-21.8419|-2.3648,17,-21.8419|-0.3648,17,-22.3419|-0.3648,17,-21.3419|-2.3648,17,-20.3419|1.1299,27.7,-23.9529|-7.6501,21.1,-20.9501|5.0999,6.6999,-0.1,1,0,0,0,0,-1,0,1,0|-5.3001,-6.7001,-0.1,-1,0,0,0,0,1,0,1,0|8.0499,23.95,-20.8001|9.3499,21.1,-21.2501|15.45,6.75,-17.3501|-1.35,6.75,-16.8501|15.6352,1,-21.8419|-277.8419,-1.0001,-271.6353,0,-1,0,0,0,1,-1,0,0|15.6352,1.6,-21.8419|12.2352,2,'
  1937. ..'-21.8419|14.6352,2.6,-23.3419|13.1352,2.6,-21.8419|14.6352,2.6,-21.8419|16.6352,2.6,-22.3419|16.6352,2.6,-21.3419|14.6352,2.6,-20.3419|23.1499,9.55,-20.8001|24.4499,6.7,-21.4001|-277.4001,-6.7001,-280.4501,0,-1,0,0,0,1,-1,0,0|8.4,13.9,-20.85|4.65,-6.7001,1,0.9999,0,0,0,0,-1,-0,1,0|5.2,0.5,-16.1501,0.9999,0,0,0,0,-1,0,1,0|5.2999,-6.6501,1,1,0,0,0,0,-1,-0,1,0|4.15,0.4999,18.9,1,0,0,0,0,-1,0,1,0|-7.9,0.5,17.2499,0,-1,0,'
  1938. ..'0,0,-1,0.9999,0,0|17.2299,13.3,-23.9529|-1.3648,1,-21.8419|-277.8419,-1.0001,-254.6353,0,-1,0,0,0,1,-1,0,0|-1.3648,1.6,-21.8419|-4.7648,2,-21.8419|-2.3648,2.6,-23.3419|-3.8648,2.6,-21.8419|-2.3648,2.6,-21.8419|-0.3648,2.6,-22.3419|-0.3648,2.6,-21.3419|-2.3648,2.6,-20.3419|1.1299,13.3,-23.9529|-7.6501,6.7,-20.9501|-276.9501,-6.7001,-248.35,0,-1,0,0,0,1,-1,0,0|8.0499,9.55,-20.8001|9.3499,6.7,-21.2501|-277.2501,-6.7001,'
  1939. ..'-265.35,0,-1,0,0,0,1,-1,0,0|0.1529,0.2745,0.1764|-20.6,29.3,-9.5001|111.7999,1,35|12.85,-0.5,-6.15,0,1,0,0,0,1,1,0,0|46.0499,-0.5,-6.15,0,1,0,0,0,1,1,0,0|-57.9501,-14.65,1,1,0,0,0,1,0,0,0,1|-57.7001,-29.3001,-17.5,1,0,0,0,1,0,0,0,1|-44,-0.5,9.5999,1,0,0,0,0,1,0,-1,0|-21.35,-0.5,-6.15,0,1,0,0,0,1,1,0,0|-25.0001,13.9499,9.7999|7.5999,5.3,0.5999|1|1,1,1,1|1,1,1|3|Larrys Hotel|0.3333,1,0|50|-4.25,-9.7,1,1,0,0,0,1,0,0,0,1'
  1940. ..'|4.2999,-4.15,0.3,-1,0,0,0,0.9999,0,0,0,-1|-53.5,29.3,21.8999|46,1,27.3999|-11.1,-0.5,-21.8,1,0,0,0,0,1,0,-1,0|Menu(Food)|Menu (Food)|4.3494,14.5502,7.2504|16.3,6.0999,0.2999|0,0,0,50|0,200,0,50|Mint|0,0,0|14|0,0,0,100|Chocolate|0,0,0,150|Vanilla|Cakepops|0,200,0,0|Cookies|Choco Chip|0,200,0,100|0,200,0,150|Double Choco|0,200,0,200|Plain|0,200,0,250|Sugar|0,400,0,0|Muffins|0,400,0,50|Banana|0,400,0,100|Blueberry|0,41'
  1941. ..'0,0,150|0,410,0,200|0,410,0,250|Double Chocolate|0,600,0,0|Vanilla Muffin|_____________|33.1502,-14.5502,0.1486,-1.0001,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1.0001;0,82>15,82>16>81,83>15>99,83>16>81,84>15>501,84>16>81,85>15>540,85>16>81,86>15>427,86>16>81,87>15>465,87>16>81,89>15,89>16>88,90>15>94,90>16>88,92>15,92>16>91,93>15>88,93>16>91,95>15,95>16>94,97>15>99,97>16>96,98>15,98>16>96,100>15,100>16>99,105>15'
  1942. ..'>656,105>16>104,122>15>123,122>16>121,124>15>656,124>16>123,126>15>123,126>16>125,127>15>158,127>16>125,128>15>167,128>16>125,129>15>161,129>16>125,130>15>163,130>16>125,135>15>125,135>16>132,138>15>125,138>16>136,141>15>656,141>16>140,164>15>656,164>16>163,166>15>167,166>16>165,168>15>656,168>16>167,170>15>125,170>16>169,171>15>163,171>16>169,173>15>125,173>16>172,177>15>204,177>16>176,179>15>204,179>16>178,180>15>2'
  1943. ..'42,180>16>178,184>15>277,184>16>183,201>15>202,201>16>200,203>15>277,203>16>202,205>15>202,205>16>204,206>15>237,206>16>204,207>15>246,207>16>204,208>15>240,208>16>204,209>15>242,209>16>204,214>15>204,214>16>211,217>15>204,217>16>215,220>15>277,220>16>219,243>15>277,243>16>242,245>15>246,245>16>244,247>15>277,247>16>246,250>15>277,250>16>249,252>15>277,252>16>251,253>15>316,253>16>251,257>15,257>16>256,274>15>275,274'
  1944. ..'>16>273,276>15,276>16>275,278>15>275,278>16>277,279>15>311,279>16>277,280>15>320,280>16>277,281>15>314,281>16>277,282>15>316,282>16>277,283>15>174,283>16>277,288>15>277,288>16>285,291>15>277,291>16>289,294>15,294>16>293,317>15,317>16>316,319>15>320,319>16>318,321>15,321>16>320,323>15>621,323>16>322,324>15>96,324>16>322,326>15>393,326>16>325,327>15>332,327>16>325,328>15>577,328>16>325,331>15>356,331>16>330,333>15>356,'
  1945. ..'333>16>332,334>15>393,334>16>332,354>15>355,354>16>353,357>15>355,357>16>356,358>15>388,358>16>356,359>15>396,359>16>356,360>15>391,360>16>356,361>15>393,361>16>356,366>15>356,366>16>363,369>15>356,369>16>367,395>15>396,395>16>394,399>15,399>16>398,400>15>427,400>16>398,402>15,402>16>401,403>15>427,403>16>401,404>15>465,404>16>401,424>15>425,424>16>423,426>15>99,426>16>425,428>15>425,428>16>427,429>15>460,429>16>427,'
  1946. ..'430>15>469,430>16>427,431>15>463,431>16>427,432>15>465,432>16>427,433>15>99,433>16>427,438>15>427,438>16>435,441>15>427,441>16>439,466>15>99,466>16>465,468>15>469,468>16>467,470>15>99,470>16>469,473>15>501,473>16>472,475>15>501,475>16>474,476>15>540,476>16>474,480>15>427,480>16>479,497>15>498,497>16>496,499>15>99,499>16>498,500>15>427,500>16>498,502>15>498,502>16>501,503>15>535,503>16>501,504>15>545,504>16>501,505>15'
  1947. ..'>538,505>16>501,506>15>540,506>16>501,507>15>99,507>16>501,512>15>501,512>16>509,515>15>501,515>16>513,518>15>427,518>16>517,541>15>99,541>16>540,542>15>427,542>16>540,544>15>545,544>16>543,546>15>99,546>16>545,547>15>427,547>16>545,550>15>577,550>16>549,552>15>577,552>16>551,553>15>615,553>16>551,557>15,557>16>556,574>15>575,574>16>573,576>15,576>16>575,578>15>575,578>16>577,579>15>610,579>16>577,580>15>619,580>16>5'
  1948. ..'77,581>15>613,581>16>577,582>15>615,582>16>577,587>15>577,587>16>584,590>15>577,590>16>588,593>15,593>16>592,616>15,616>16>615,618>15>619,618>16>617,620>15,620>16>619,622>15,622>16>621,625>15>621,625>16>624,626>15>96,626>16>624,628>15>91,628>16>627,629>15>123,629>16>627,630>15>656,630>16>627,631>15>654,631>16>627,636>15,636>16>635,653>15>654,653>16>652,655>15,655>16>654,657>15>654,657>16>656,658>15>689,658>16>656,659'
  1949. ..'>15>698,659>16>656,660>15>692,660>16>656,661>15>694,661>16>656,666>15>656,666>16>663,669>15>656,669>16>667,672>15,672>16>671,695>15,695>16>694,697>15>698,697>16>696,699>15,699>16>698,701>15>656,701>16>700,702>15>694,702>16>700,704>15>656,704>16>703,707>15>734,707>16>706,709>15>734,709>16>708,710>15>772,710>16>708,714>15>807,714>16>713,731>15>732,731>16>730,733>15>807,733>16>732,735>15>732,735>16>734,736>15>767,736>16'
  1950. ..'>734,737>15>776,737>16>734,738>15>770,738>16>734,739>15>772,739>16>734,744>15>734,744>16>741,747>15>734,747>16>745,750>15>807,750>16>749,773>15>807,773>16>772,775>15>776,775>16>774,777>15>807,777>16>776,780>15>807,780>16>779,782>15>807,782>16>781,783>15>846,783>16>781,787>15,787>16>786,804>15>805,804>16>803,806>15,806>16>805,808>15>805,808>16>807,809>15>841,809>16>807,810>15>850,810>16>807,811>15>844,811>16>807,812>1'
  1951. ..'5>846,812>16>807,813>15>174,813>16>807,818>15>807,818>16>815,821>15>807,821>16>819,824>15,824>16>823,847>15,847>16>846,849>15>850,849>16>848,851>15,851>16>850,855>15>854,855>16>864,856>15,856>16>854,858>15>857,858>16>864,859>15,859>16>857,861>15>860,861>16>864,862>15,862>16>860,866>15>865,866>16>864,867>15,867>16>865,870>15>869,870>16>879,871>15,871>16>869,873>15>872,873>16>879,874>15,874>16>872,876>15>875,876>16>879'
  1952. ..',877>15,877>16>875,881>15>880,881>16>879,882>15,882>16>880,885>15>884,885>16>894,886>15,886>16>884,888>15>887,888>16>894,889>15,889>16>887,891>15>890,891>16>894,892>15,892>16>890,896>15>895,896>16>894,897>15,897>16>895,900>15>899,900>16>909,901>15,901>16>899,903>15>902,903>16>909,904>15,904>16>902,906>15>905,906>16>909,907>15,907>16>905,911>15>910,911>16>909,912>15,912>16>910,915>15>914,915>16>924,916>15,916>16>914,9'
  1953. ..'18>15>917,918>16>924,919>15,919>16>917,921>15>920,921>16>924,922>15,922>16>920,926>15>925,926>16>924,927>15,927>16>925,930>15>929,930>16>939,931>15,931>16>929,933>15>932,933>16>939,934>15,934>16>932,936>15>935,936>16>939,937>15,937>16>935,941>15>940,941>16>939,942>15,942>16>940,946>15,946>16>945,948>15,948>16>947,951>15,951>16>950,953>15>623,953>16>952,954>15>123,954>16>952,955>15>656,955>16>952,957>15>94,957>16>956,'
  1954. ..'958>15>96,958>16>956,960>15>427,960>16>959,961>15>174,961>16>959,964>15>991,964>16>963,966>15>991,966>16>965,967>15>1030,967>16>965,971>15>1067,971>16>970,988>15>989,988>16>987,990>15>1067,990>16>989,992>15>989,992>16>991,993>15>1025,993>16>991,994>15>1036,994>16>991,995>15>1028,995>16>991,996>15>1030,996>16>991,997>15>732,997>16>991,1002>15>991,1002>16>999,1005>15>991,1005>16>1003,1008>15>1067,1008>16>1007,1031>15>1'
  1955. ..'067,1031>16>1030,1032>15>734,1032>16>1030,1033>15>807,1033>16>1030,1035>15>1036,1035>16>1034,1037>15>1067,1037>16>1036,1040>15>1067,1040>16>1039,1042>15>1067,1042>16>1041,1043>15>1109,1043>16>1041,1047>15,1047>16>1046,1064>15>1065,1064>16>1063,1066>15,1066>16>1065,1068>15>1065,1068>16>1067,1069>15>1104,1069>16>1067,1070>15>1114,1070>16>1067,1071>15>1107,1071>16>1067,1072>15>1109,1072>16>1067,1073>15>732,1073>16>1067,'
  1956. ..'1074>15>805,1074>16>1067,1075>15>474,1075>16>1067,1076>15>174,1076>16>1067,1081>15>1067,1081>16>1078,1084>15>1067,1084>16>1082,1087>15,1087>16>1086,1110>15>807,1110>16>1109,1111>15,1111>16>1109,1113>15>1114,1113>16>1112,1115>15,1115>16>1114,1117>15>734,1117>16>1116,1118>15>991,1118>16>1116,1119>15>81,1119>16>1116,1120>15>125,1120>16>1116,1121>15>204,1121>16>1116,1125>15>956,1125>16>1122,1127>15>125,1127>16>1126,1150>'
  1957. ..'15>96,1150>16>1129;2;n;2;n;1|2:2|3:3|4:4|5:5;n;3|6:6;p;1|2:2|3:7|4:4|5:5;n;3|6:6;p;1|2:2|7:8|8:9|3:10|4:4|5:11|9:12|7:8|7:8;1|2:2|8:9|3:13|4:4|5:14|9:12;n;4;p;1|2:2|7:8|8:9|3:15|4:4|5:16|9:12|7:8|7:8;1|2:2|8:9|3:17|4:4|5:18|9:12;n;4;p;1|2:2|8:9|3:19|4:4|5:20|9:12;n;4;p;1|2:2|7:8|8:9|3:21|4:4|5:22|9:12|7:8|7:8;1|2:2|8:9|3:23|4:4|5:14|9:12;n;4;p;1|2:2|8:9|3:24|4:4|5:25|9:12;n;4;p;1|2:2|3:26|4:4|5:5;n;3|6:6;p;1|2:2|8:9|'
  1958. ..'3:27|4:4|5:25|9:12;n;4;p;1|2:2|7:8|8:9|3:28|4:4|5:29|9:12|7:8|7:8;1|2:2|3:30|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:31|4:4|5:20|9:12;n;4;p;1|2:2|3:32|4:4|5:5;n;3|6:6;p;1|2:2|3:33|4:4|5:5;n;3|6:6;p;1|2:2|7:8|8:9|3:34|4:4|5:35|9:12|7:8|7:8;1|2:2|8:9|3:36|4:4|5:18|9:12;n;4;p;1|2:2|3:37|4:4|5:5;n;3|6:6;p;1|2:2|3:38|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:39|4:4|5:40|9:12;n;4;p;1|2:2|7:8|8:41|3:42|4:43|5:44|9:12|7:8|7:8;n;5|10:45|6:46|11:47'
  1959. ..';4|10:48|6:46;p;1|2:2|7:8|8:9|3:49|4:4|5:50|9:12|7:8|7:8;1|2:2|7:8|8:41|3:51|4:43|5:44|9:12|7:8|7:8;n;5|10:45|6:46|11:47;4|10:48|6:46;p;1|2:2|3:52|4:4|5:5;n;3|6:6;p;1|2:2|3:53|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:54|4:4|5:40|9:12;n;4;p;1|2:2|3:55|4:4|5:5;n;3|6:6;p;1|2:2|7:8|8:9|3:56|4:4|5:57|9:12|7:8|7:8;1|2:2|8:9|3:58|4:4|5:59|9:12;n;4;p;1|2:2|8:9|3:60|4:4|5:59|9:12;n;4;p;1|2:2|3:61|4:4|5:5;n;3|6:6;p;1|2:2|3:62|4:4|5:5;n;3'
  1960. ..'|6:6;p;1|2:2|3:63|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:64|4:4|5:65|9:12;n;4;p;1|2:2|7:8|8:9|3:66|4:4|5:67|9:12|7:8|7:8;1|2:2|8:9|3:68|4:4|5:69|9:12;n;4;p;1|2:2|3:70|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:71|4:4|5:65|9:12;n;4;p;1|2:2|8:9|3:72|4:4|5:69|9:12;n;4;p;1|2:2|3:73|4:4|5:5;n;3|6:6;p;p;1|2:2|7:74|3:75|5:76|12:12|9:12|7:74|7:74;n;6|13:77|14:78;6|13:79|14:80;6|13:81|14:82;6|13:83|14:84;6|13:81|14:85;6|13:83|14:86;p;1|2:2|7:74|3:'
  1961. ..'87|5:88|12:12|9:12|7:74|7:74;n;6|13:77|14:89;6|13:90|14:91;p;1|2:2|7:74|3:92|4:93|5:94|12:12|9:12|7:74|7:74;n;6|13:77|14:95;6|13:96|14:97;p;1|2:2|7:74|3:98|4:93|5:99|12:12|9:12|7:74|7:74;n;6|13:100|14:101;p;1|2:2|7:74|3:102|5:103|12:12|9:12|7:74|7:74;n;6|13:104|14:105;6|13:100|14:106;p;1|2:2|7:74|3:107|4:93|5:108|12:12|9:12|7:74|7:74;n;6|13:100|14:109;p;2;n;2;n;2|1:110;n;1|1:111|2:2|7:112|3:113|4:114|5:115|12:12|9:12'
  1962. ..'|7:112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:120|4:114|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:124|4:114|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:129|4:130|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:134|4:130|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:139|4:130|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:143|4:130|'
  1963. ..'5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:145|4:130|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:147|4:130|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:113|4:114|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:151|4:114|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:155|4:114|5:156|12:12|9:12;n;6|13:116|14:157;p;1|2:2|3:158|4:114|5:159|12:12|9:12;n;6|13:16'
  1964. ..'0|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:174|4:114|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:174|4:114|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:181|4:114|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:183|4:114|5:121|12:12|9:12|7:119|7:119;'
  1965. ..'1|1:122|2:2|7:123|3:184|4:114|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:185|4:130|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:186|4:130|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:187|4:130|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:188|4:130|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:189|4:130|5:131|12:12|9:12|7:128|7:128'
  1966. ..';1|1:146|2:2|7:128|17:2|3:190|4:130|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:181|4:114|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:191|4:114|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:191|4:114|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:192|4:114|5:193|12:12|9:12;n;6|13:116|14:194;p;1|2:2|7:119|3:195|4:114|5:152|12:12|9:12|7:1'
  1967. ..'19|7:119;n;6|13:196|14:197;p;1|2:2|3:198|4:114|5:199|12:12|9:12;n;6|13:116|14:200;p;p;1|2:2|7:201|3:202|4:4|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;1|2:2|7:201|3:207|4:4|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;p;1|2:2|7:210|3:211|5:212|12:12|9:12|7:210|7:210;2;n;1|2:2|7:201|3:213|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:214|4:114|5:203|12:12|9:12|7:201|7:2'
  1968. ..'01;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:215|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:216|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:217|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:218|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:220|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:1'
  1969. ..'28|17:2|3:221|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:222|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:223|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:224|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:215|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:225|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2'
  1970. ..'|3:226|4:93|5:156|12:12|9:12;n;6|13:116|14:157;p;1|2:2|3:227|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:228|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:228|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:229|4:93|5:115|12:12|9:12|7:'
  1971. ..'112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:230|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:231|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:232|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:233|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:234|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:235|4:219|5:131'
  1972. ..'|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:236|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:237|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:229|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:238|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:238|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:239|4:9'
  1973. ..'3|5:193|12:12|9:12;n;6|13:116|14:194;p;1|2:2|7:119|3:240|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:241|4:93|5:199|12:12|9:12;n;6|13:116|14:200;p;p;p;2;n;1|2:2|7:201|3:242|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:243|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:244|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:'
  1974. ..'245;p;1|1:118|2:2|7:119|3:246|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:247|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:248|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:249|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:250|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:251|4:219|5:131|12:12|9:12|7:128|7:128;'
  1975. ..'1|1:144|2:2|7:128|17:2|3:252|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:253|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:244|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:254|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:255|4:93|5:156|12:12|9:12;n;6|13:77|14:256;p;1|2:2|3:257|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|'
  1976. ..'14:165;6|13:166|14:167;6|13:168|14:169;6|13:258|14:259;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:260|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:260|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:261|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:262;p;1|1:118|2:2|7:119|3:263|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:264'
  1977. ..'|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:265|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:266|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:267|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:268|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:269|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|'
  1978. ..'3:270|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:261|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:271|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:271|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:272|4:93|5:193|12:12|9:12;n;6|13:77|14:273;p;1|2:2|7:119|3:274|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1'
  1979. ..'|2:2|3:275|4:93|5:199|12:12|9:12;n;6|13:77|14:276;p;p;p;1|2:2|7:277|8:41|3:278|4:279|5:280|12:12|9:12|7:277|7:277;n;6|13:281|14:282;6|13:283|14:284;p;1|2:2|7:210|3:285|4:114|5:286|12:12|9:12|7:210|7:210;n;6|13:287|14:288;6|13:289|14:290;6|13:116|14:291;p;2;n;1|2:2|7:201|3:292|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:293|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110'
  1980. ..';n;1|1:111|2:2|7:112|3:294|4:4|5:115|12:12|9:12|7:112|7:112;1|1:118|2:2|7:119|3:295|4:4|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:296|4:4|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:297|4:298|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:299|4:298|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:300|4:298|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|'
  1981. ..'7:128|17:2|3:301|4:298|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:302|4:298|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:303|4:298|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:294|4:4|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:304|4:4|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:305|4:4|5:156|12:12|9:12;1|2:2|3:306|4:4|5:159|12:12|9:12;n;6|13:160|14:'
  1982. ..'161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:307|4:4|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:307|4:4|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:308|4:4|5:115|12:12|9:12|7:112|7:112;1|1:118|2:2|7:119|3:309|4:4|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:310|4:4|5:125'
  1983. ..'|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:311|4:298|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:312|4:298|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:313|4:298|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:314|4:298|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:315|4:298|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:316|4:298'
  1984. ..'|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:308|4:4|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:317|4:4|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:317|4:4|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:318|4:4|5:193|12:12|9:12;1|2:2|7:119|3:319|4:4|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:320|4:4|5:199|12:12|9:12;p;p'
  1985. ..';2;n;1|2:2|7:201|3:321|4:93|5:208|12:12|9:12|7:201|7:201;n;6|13:77|14:322;6|13:178|14:209;p;1|2:2|7:201|3:323|4:93|5:203|12:12|9:12|7:201|7:201;n;6|13:77|14:324;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:325|5:115|12:12|9:12|7:112|7:112;1|1:118|2:2|7:119|3:326|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:327|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:328|4:329|5:131|1'
  1986. ..'2:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:330|4:329|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:331|4:329|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:332|4:329|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:333|4:329|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:334|4:329|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:325|5:149|1'
  1987. ..'2:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:335|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:336|5:156|12:12|9:12;n;6|13:337|14:338;p;1|2:2|3:339|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:337|14:340;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:341|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:341|'
  1988. ..'5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:342|5:115|12:12|9:12|7:112|7:112;1|1:118|2:2|7:119|3:343|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:344|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:345|4:329|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:346|4:329|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:347|4:329|5:140|12:'
  1989. ..'12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:348|4:329|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:349|4:329|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:350|4:329|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:342|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:351|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:1'
  1990. ..'72|3:351|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:352|5:193|12:12|9:12;n;6|13:337|14:353;p;1|2:2|7:119|3:354|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:355|5:199|12:12|9:12;n;6|13:337|14:356;p;p;p;2;n;1|2:2|7:201|3:357|4:93|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:358|4:93|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:359|5:115|1'
  1991. ..'2:12|9:12|7:112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:360|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:361|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:362|4:329|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:363|4:329|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:364|4:329|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:365|4:329|5:1'
  1992. ..'31|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:366|4:329|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:367|4:329|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:359|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:368|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:369|5:156|12:12|9:12;n;6|13:337|14:370;6|13:116|14:157;p;1|2:2|3:371|5:159|12:12|9:12;n;6|13:160|14:161;6|'
  1993. ..'13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:337|14:372;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:373|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:373|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:374|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:375|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3'
  1994. ..':376|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:377|4:329|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:378|4:329|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:379|4:329|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:380|4:329|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:381|4:329|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3'
  1995. ..':382|4:329|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:374|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:383|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:383|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:384|5:193|12:12|9:12;n;6|13:337|14:385;6|13:116|14:194;p;1|2:2|7:119|3:386|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:38'
  1996. ..'7|5:199|12:12|9:12;n;6|13:337|14:388;6|13:116|14:200;p;p;p;2;n;1|2:2|7:201|3:389|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:390|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:391|4:4|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:392;p;1|1:118|2:2|7:119|3:393|4:4|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:394|4:4|5:125|12:12|9:12|7:123|7:123;2|1'
  1997. ..':126;n;1|1:127|2:2|7:128|17:2|3:395|4:298|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:396|4:298|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:397|4:298|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:398|4:298|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:399|4:298|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:400|4:298|5:131|12:12|9:12|7:128|7:1'
  1998. ..'28;8|18:148|19:148;9|2:2|7:112|17:2|3:391|4:4|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:401|4:4|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:402|4:4|5:156|12:12|9:12;n;6|13:77|14:403;p;1|2:2|3:404|4:4|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:405|4:4|5:175|12:12|9:12|7:171|7:171;n;3|6:17'
  1999. ..'6;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:405|4:4|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:406|4:4|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:407;p;1|1:118|2:2|7:119|3:408|4:4|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:409|4:4|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:410|4:298|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:411|4:298|5:135|'
  2000. ..'12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:412|4:298|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:413|4:298|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:414|4:298|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:415|4:298|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:406|4:4|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:'
  2001. ..'2|7:171|8:172|20:173|3:416|4:4|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:416|4:4|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:417|4:4|5:193|12:12|9:12;n;6|13:77|14:418;p;1|2:2|7:119|3:419|4:4|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:420|4:4|5:199|12:12|9:12;n;6|13:77|14:421;p;p;p;1|2:2|7:277|8:41|3:422|5:423|12:12|9:12|7:277|7:277;n;6|13:77|14:424;p;1|2:2|7:210|3:425|5:426|12:12'
  2002. ..'|9:12|7:210|7:210;1|2:2|7:277|8:41|3:427|4:279|5:428|12:12|9:12|7:277|7:277;n;6|13:281|14:429;6|13:283|14:430;p;1|2:2|7:210|3:431|5:432|12:12|9:12|7:210|7:210;n;6|13:433|14:434;6|13:435|14:436;6|13:437|14:438;6|13:435|14:439;p;2;n;2;n;2|1:110;n;1|1:111|2:2|7:112|3:440|4:114|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:441;p;1|1:118|2:2|7:119|3:442|4:114|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:443|4:114|5:125|12'
  2003. ..':12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:444|4:130|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:445|4:130|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:446|4:130|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:447|4:130|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:448|4:130|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:449|4:130|5:'
  2004. ..'131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:440|4:114|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:450|4:114|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:451|4:114|5:156|12:12|9:12;n;6|13:77|14:452;p;1|2:2|3:453|4:114|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:454|4:114|5:1'
  2005. ..'75|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:454|4:114|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:455|4:114|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:456;p;1|1:118|2:2|7:119|3:457|4:114|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:458|4:114|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:459|4:130|5:131|12:12|9:12|7:128|7:128'
  2006. ..';1|1:132|2:2|7:133|17:2|3:460|4:130|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:461|4:130|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:462|4:130|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:463|4:130|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:464|4:130|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:455|4:114|5:149|12:12|9:12|7:112'
  2007. ..'|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:465|4:114|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:465|4:114|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:466|4:114|5:193|12:12|9:12;n;6|13:77|14:467;p;1|2:2|7:119|3:468|4:114|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:469|4:114|5:199|12:12|9:12;n;6|13:77|14:470;p;p;1|2:2|7:201|3:471|4:4|5:203|12:12|9:12|7:201|7:2'
  2008. ..'01;n;6|13:178|14:204;6|13:205|14:206;p;1|2:2|7:201|3:472|4:4|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;p;2;n;1|2:2|7:201|3:473|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:474|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:475|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:476|4:93|5:121|12:12|9:12|7:11'
  2009. ..'9|7:119;1|1:122|2:2|7:123|3:477|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:478|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:479|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:480|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:481|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:482|4:219|5:131|12:12|9:12|7:12'
  2010. ..'8|7:128;1|1:146|2:2|7:128|17:2|3:483|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:475|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:484|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:485|4:93|5:156|12:12|9:12;n;6|13:116|14:157;p;1|2:2|3:486|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:'
  2011. ..'170|2:2|7:171|8:172|20:173|3:487|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:487|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:488|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:489|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:490|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:'
  2012. ..'491|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:492|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:493|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:494|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:495|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:496|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|1'
  2013. ..'7:2|3:488|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:497|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:497|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:498|4:93|5:193|12:12|9:12;n;6|13:116|14:194;p;1|2:2|7:119|3:499|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:500|4:93|5:199|12:12|9:12;n;6|13:116|14:200;p;p;p;2;n;1|2:2|7:'
  2014. ..'201|3:501|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:502|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:503|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:504;p;1|1:118|2:2|7:119|3:505|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:506|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:507|4:219|5:131|12:12|9:'
  2015. ..'12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:508|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:509|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:510|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:511|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:512|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:503|4:93|5:149|12:'
  2016. ..'12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:513|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:514|4:93|5:156|12:12|9:12;n;6|13:77|14:515;p;1|2:2|3:516|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:258|14:517;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:518|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2'
  2017. ..'|7:8|8:172|3:518|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:519|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:520;p;1|1:118|2:2|7:119|3:521|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:522|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:523|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:524|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:13'
  2018. ..'6;7|1:137;p;1|1:138|2:2|7:128|17:2|3:525|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:526|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:527|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:528|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:519|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:529|4:9'
  2019. ..'3|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:529|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:530|4:93|5:193|12:12|9:12;n;6|13:77|14:531;p;1|2:2|7:119|3:532|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:533|4:93|5:199|12:12|9:12;n;6|13:77|14:534;p;p;p;2|1:535;n;2|1:536;n;1|2:2|7:537|8:41|3:538|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|'
  2020. ..'14:543;6|13:77|14:544;p;1|2:2|7:537|8:41|3:545|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:547;p;1|2:2|7:537|8:41|3:548|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:550;p;1|2:2|7:537|8:41|3:551|4:93|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:553|4:93|5:554|22:540|12:540|23:'
  2021. ..'540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:555|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:557;p;p;2|1:536;n;1|2:2|7:537|8:41|3:558|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:559;p;1|2:2|7:537|8:41|3:560|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:5'
  2022. ..'61;p;1|2:2|7:537|8:41|3:562|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:563;p;1|2:2|7:537|8:41|3:564|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:565|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:566|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:567;p;p;2'
  2023. ..'|1:536;n;1|2:2|7:537|8:41|3:568|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:569;p;1|2:2|7:537|8:41|3:570|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:571;p;1|2:2|7:537|8:41|3:572|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:573;p;1|2:2|7:537|8:41|3:574|4:4|'
  2024. ..'5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:575|4:4|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:576|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:577;p;p;2|1:536;n;1|2:2|7:537|8:41|3:578|4:114|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:579;p;1|2:2'
  2025. ..'|7:537|8:41|3:580|4:114|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:581;p;1|2:2|7:537|8:41|3:582|4:114|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:583;p;1|2:2|7:537|8:41|3:584|4:114|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:585|4:114|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7'
  2026. ..':537|7:537;1|2:2|7:537|8:41|3:586|4:114|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:587;p;p;2|1:536;n;1|2:2|7:537|8:41|3:588|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:589;p;1|2:2|7:537|8:41|3:590|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:591;p;1|2:2|7:5'
  2027. ..'37|8:41|3:592|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:593;p;1|2:2|7:537|8:41|3:594|4:93|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:595|4:93|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:596|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:597'
  2028. ..';p;p;2|1:536;n;1|2:2|7:537|8:41|3:598|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:599;p;1|2:2|7:537|8:41|3:600|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:601;p;1|2:2|7:537|8:41|3:602|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:603;p;1|2:2|7:537|8:41|3:60'
  2029. ..'4|4:4|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:605|4:4|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:606|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:607;p;p;2|1:608;n;1|2:2|7:537|8:41|3:609|5:610|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:611|5:612|22:540|12:540|23:5'
  2030. ..'40|24:540|25:540|9:540|7:537|7:537;n;6|13:77|14:613;p;1|2:2|7:537|8:41|3:614|5:612|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;6|13:77|14:615;p;1|2:2|7:537|8:41|3:616|5:617|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:618|5:612|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;6|13:77|14:619;p;p;p;1|2:2|7:210|3:620|5:621|12:12|9:12|7:210|7:210;n;6|13:622|14:623;6|13:435|14:6'
  2031. ..'24;6|13:437|14:625;p;1|2:2|7:537|8:41|3:626|5:627|12:12|9:12|7:537|7:537;n;6|13:628|14:629;6|13:630|14:631;p;1|2:2|7:210|3:632|5:633|12:12|9:12|7:210|7:210;n;6|13:116|14:634;6|13:635|14:636;p;2;n;1|2:2|7:201|3:637|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:638|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:639|4:93|5:115|12:12|9:12|7:'
  2032. ..'112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:640|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:641|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:642|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:643|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:644|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:645|4:219|5:131'
  2033. ..'|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:646|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:647|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:639|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:648|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:649|4:93|5:156|12:12|9:12;n;6|13:116|14:157;p;1|2:2|3:650|4:93|5:159|12:12|9:12;n;6|13:160|14:161;'
  2034. ..'6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:160|14:651;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:652|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:652|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:653|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:654|4:93|5:121|12:12|9:12|7:119|7:1'
  2035. ..'19;1|1:122|2:2|7:123|3:655|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:656|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:657|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:658|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:659|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:660|4:219|5:131|12:12|9:12|7:128|7:1'
  2036. ..'28;1|1:146|2:2|7:128|17:2|3:661|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:653|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:662|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:662|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:663|4:93|5:193|12:12|9:12;n;6|13:116|14:194;6|13:178|14:664;6|13:116|14:665;p;1|2:2|7:119|3:'
  2037. ..'666|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:667|4:93|5:199|12:12|9:12;n;6|13:116|14:200;p;p;p;2;n;1|2:2|7:201|3:668|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:669|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:670|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:671;p;1|1:118|2:2|7:119|3:672|4:93|5:121|12:12|9:12|7'
  2038. ..':119|7:119;1|1:122|2:2|7:123|3:673|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:674|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:675|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:676|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:677|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:678|4:219|5:131|12:12|9:12|7'
  2039. ..':128|7:128;1|1:146|2:2|7:128|17:2|3:679|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:670|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:680|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:681|4:93|5:156|12:12|9:12;n;6|13:77|14:682;p;1|2:2|3:683|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:684|14:68'
  2040. ..'5;6|13:160|14:651;6|13:686|14:687;6|13:258|14:688;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:689|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:689|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:690|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:691;p;1|1:118|2:2|7:119|3:692|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:693|4:93'
  2041. ..'|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:694|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:695|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:696|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:697|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:698|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:699'
  2042. ..'|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:690|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:700|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:700|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:701|4:93|5:193|12:12|9:12;n;6|13:178|14:664;6|13:77|14:702;p;1|2:2|7:119|3:703|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196'
  2043. ..'|14:197;p;1|2:2|3:704|4:93|5:199|12:12|9:12;n;6|13:77|14:705;p;p;p;1|2:2|7:706|8:41|3:707|5:708|12:12|9:12|7:706|7:706;n;6|13:116|14:709;6|13:116|14:710;6|13:711|14:712;6|13:116|14:713;6|13:116|14:714;p;1|2:2|7:210|8:41|3:715|4:114|5:716|12:12|9:12|7:210|7:210;n;13|26:2|27:2|28:717;n;14|5:718|29:719|30:720|31:721|32:722|33:2|34:723|35:722|36:2;p;6|13:724|14:725;p;1|2:2|7:706|8:41|3:726|5:727|12:12|9:12|7:706|7:706;n;'
  2044. ..'6|13:116|14:728;p;2|1:729;n;1|1:730|2:2|3:731|5:732|12:12|9:12;n;13|26:2|27:2|28:717;n;14|3:733|5:734|29:719|37:2|30:720|31:735|32:736|33:2|34:737|36:2;14|3:738|5:734|29:719|37:2|30:720|31:739|32:736|33:2|34:737|36:2;14|3:740|5:734|29:719|37:2|30:720|31:741|32:736|33:2|34:737|36:2;14|5:734|29:719|37:2|30:720|31:742|32:736|33:2|34:737|36:2;14|3:743|5:734|29:719|37:2|30:720|31:744|32:736|33:2|34:737|36:2;14|3:734|5:734'
  2045. ..'|29:719|37:2|30:720|31:745|32:736|33:2|34:737|36:2;14|3:746|5:734|29:719|37:2|30:720|31:739|32:736|33:2|34:737|36:2;14|3:747|5:734|29:719|37:2|30:720|31:748|32:736|33:2|34:737|36:2;14|3:749|5:734|29:719|37:2|30:720|31:750|32:736|33:2|34:737|36:2;14|3:751|5:734|29:719|37:2|30:720|31:752|32:736|33:2|34:737|36:2;14|3:753|5:734|29:719|37:2|30:720|31:754|32:736|33:2|34:737|36:2;14|3:755|5:734|29:719|37:2|30:720|31:756|32:'
  2046. ..'736|33:2|34:737|36:2;14|3:757|5:734|29:719|37:2|30:720|31:758|32:736|33:2|34:737|36:2;14|3:759|5:734|29:719|37:2|30:720|31:745|32:736|33:2|34:737|36:2;14|3:760|5:734|29:719|37:2|30:720|31:739|32:736|33:2|34:737|36:2;14|3:761|5:734|29:719|37:2|30:720|31:762|32:736|33:2|34:737|36:2;14|3:761|5:734|29:719|37:2|30:720|31:762|32:736|33:2|34:737|36:2;14|3:763|5:734|29:719|37:2|30:720|31:764|32:736|33:2|34:737|36:2;14|3:763|'
  2047. ..'5:734|29:719|37:2|30:720|31:765|32:736|33:2|34:737|36:2;p;6|13:283|14:766;p;p;p;')
  2048. for _,Object in pairs(Objects) do
  2049. Object.Parent = script and script.Parent==workspace and script or workspace
  2050. end
  2051. for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement