Advertisement
waconline

plasma cutter from Dead Space

Feb 15th, 2020
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 332.77 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code V2 by Mokiros")
  7. local RealPlayer = RealPlayer
  8. script.Parent = RealPlayer.Character
  9.  
  10. --Fake event to make stuff like Mouse.KeyDown work
  11. local Disconnect_Function = function(this)
  12. this[1].Functions[this[2]] = nil
  13. end
  14. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  15. local FakeEvent_Metatable = {__index={
  16. Connect = function(this,f)
  17. local i = tostring(math.random(0,10000))
  18. while this.Functions[i] do
  19. i = tostring(math.random(0,10000))
  20. end
  21. this.Functions[i] = f
  22. return setmetatable({this,i},Disconnect_Metatable)
  23. end
  24. }}
  25. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  26. local function fakeEvent()
  27. return setmetatable({Functions={}},FakeEvent_Metatable)
  28. end
  29.  
  30. --Creating fake input objects with fake variables
  31. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  32. FakeMouse.keyUp = FakeMouse.KeyUp
  33. FakeMouse.keyDown = FakeMouse.KeyDown
  34. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  35. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  36. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  37. end}
  38. --Merged 2 functions into one by checking amount of arguments
  39. CAS.UnbindAction = CAS.BindAction
  40.  
  41. --This function will trigger the events that have been :Connect()'ed
  42. local function TriggerEvent(self,ev,...)
  43. for _,f in pairs(self[ev].Functions) do
  44. f(...)
  45. end
  46. end
  47. FakeMouse.TriggerEvent = TriggerEvent
  48. UIS.TriggerEvent = TriggerEvent
  49.  
  50. --Client communication
  51. local Event = Instance.new("RemoteEvent")
  52. Event.Name = "UserInput_Event"
  53. Event.OnServerEvent:Connect(function(plr,io)
  54. if plr~=RealPlayer then return end
  55. FakeMouse.Target = io.Target
  56. FakeMouse.Hit = io.Hit
  57. if not io.isMouse then
  58. local b = io.UserInputState == Enum.UserInputState.Begin
  59. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  60. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  61. end
  62. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  63. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  64. end
  65. for _,t in pairs(CAS.Actions) do
  66. for _,k in pairs(t.Keys) do
  67. if k==io.KeyCode then
  68. t.Function(t.Name,io.UserInputState,io)
  69. end
  70. end
  71. end
  72. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  73. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  74. end
  75. end)
  76. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  77. local Mouse = owner:GetMouse()
  78. local UIS = game:GetService("UserInputService")
  79. local input = function(io,RobloxHandled)
  80. if RobloxHandled then return end
  81. --Since InputObject is a client-side instance, we create and pass table instead
  82. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  83. end
  84. UIS.InputBegan:Connect(input)
  85. UIS.InputEnded:Connect(input)
  86.  
  87. local h,t
  88. --Give the server mouse data every second frame, but only if the values changed
  89. --If player is not moving their mouse, client won't fire events
  90. local HB = game:GetService("RunService").Heartbeat
  91. while true do
  92. if h~=Mouse.Hit or t~=Mouse.Target then
  93. h,t=Mouse.Hit,Mouse.Target
  94. Event:FireServer({isMouse=true,Target=t,Hit=h})
  95. end
  96. --Wait 2 frames
  97. for i=1,2 do
  98. HB:Wait()
  99. end
  100. end]==],script)
  101.  
  102. ----Sandboxed game object that allows the usage of client-side methods and services
  103. --Real game object
  104. local RealGame = game
  105.  
  106. --Metatable for fake service
  107. local FakeService_Metatable = {
  108. __index = function(self,k)
  109. local s = rawget(self,"_RealService")
  110. if s then
  111. return typeof(s[k])=="function"
  112. and function(_,...)return s[k](s,...)end or s[k]
  113. end
  114. end,
  115. __newindex = function(self,k,v)
  116. local s = rawget(self,"_RealService")
  117. if s then s[k]=v end
  118. end
  119. }
  120. local function FakeService(t,RealService)
  121. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  122. return setmetatable(t,FakeService_Metatable)
  123. end
  124.  
  125. --Fake game object
  126. local FakeGame = {
  127. GetService = function(self,s)
  128. return rawget(self,s) or RealGame:GetService(s)
  129. end,
  130. Players = FakeService({
  131. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  132. },"Players"),
  133. UserInputService = FakeService(UIS,"UserInputService"),
  134. ContextActionService = FakeService(CAS,"ContextActionService"),
  135. RunService = FakeService({
  136. _btrs = {},
  137. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  138. BindToRenderStep = function(self,name,_,fun)
  139. self._btrs[name] = self.Heartbeat:Connect(fun)
  140. end,
  141. UnbindFromRenderStep = function(self,name)
  142. self._btrs[name]:Disconnect()
  143. end,
  144. },"RunService")
  145. }
  146. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  147. FakeGame.service = FakeGame.GetService
  148. FakeService(FakeGame,game)
  149. --Changing owner to fake player object to support owner:GetMouse()
  150. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  151. end
  152. function sandbox(var,func)
  153. local env = getfenv(func)
  154. local newenv = setmetatable({},{
  155. __index = function(self,k)
  156. if k=="script" then
  157. return var
  158. else
  159. return env[k]
  160. end
  161. end,
  162. })
  163. setfenv(func,newenv)
  164. return func
  165. end
  166. cors = {}
  167. mas = Instance.new("Model",game:GetService("Lighting"))
  168. Tool0 = Instance.new("Tool")
  169. Part1 = Instance.new("Part")
  170. BlockMesh2 = Instance.new("BlockMesh")
  171. Sound3 = Instance.new("Sound")
  172. Sound4 = Instance.new("Sound")
  173. Script5 = Instance.new("Script")
  174. Weld6 = Instance.new("Weld")
  175. Weld7 = Instance.new("Weld")
  176. Weld8 = Instance.new("Weld")
  177. Weld9 = Instance.new("Weld")
  178. Weld10 = Instance.new("Weld")
  179. Weld11 = Instance.new("Weld")
  180. Weld12 = Instance.new("Weld")
  181. Weld13 = Instance.new("Weld")
  182. Weld14 = Instance.new("Weld")
  183. Weld15 = Instance.new("Weld")
  184. Weld16 = Instance.new("Weld")
  185. Weld17 = Instance.new("Weld")
  186. Weld18 = Instance.new("Weld")
  187. Weld19 = Instance.new("Weld")
  188. Weld20 = Instance.new("Weld")
  189. Weld21 = Instance.new("Weld")
  190. Weld22 = Instance.new("Weld")
  191. Weld23 = Instance.new("Weld")
  192. Weld24 = Instance.new("Weld")
  193. Weld25 = Instance.new("Weld")
  194. Weld26 = Instance.new("Weld")
  195. Weld27 = Instance.new("Weld")
  196. Weld28 = Instance.new("Weld")
  197. Weld29 = Instance.new("Weld")
  198. Weld30 = Instance.new("Weld")
  199. Weld31 = Instance.new("Weld")
  200. Weld32 = Instance.new("Weld")
  201. Weld33 = Instance.new("Weld")
  202. Weld34 = Instance.new("Weld")
  203. Weld35 = Instance.new("Weld")
  204. Weld36 = Instance.new("Weld")
  205. Weld37 = Instance.new("Weld")
  206. Weld38 = Instance.new("Weld")
  207. Weld39 = Instance.new("Weld")
  208. Weld40 = Instance.new("Weld")
  209. Weld41 = Instance.new("Weld")
  210. Weld42 = Instance.new("Weld")
  211. Weld43 = Instance.new("Weld")
  212. Weld44 = Instance.new("Weld")
  213. Weld45 = Instance.new("Weld")
  214. Weld46 = Instance.new("Weld")
  215. Weld47 = Instance.new("Weld")
  216. Weld48 = Instance.new("Weld")
  217. Weld49 = Instance.new("Weld")
  218. Weld50 = Instance.new("Weld")
  219. Weld51 = Instance.new("Weld")
  220. Weld52 = Instance.new("Weld")
  221. Weld53 = Instance.new("Weld")
  222. Weld54 = Instance.new("Weld")
  223. Weld55 = Instance.new("Weld")
  224. Weld56 = Instance.new("Weld")
  225. Weld57 = Instance.new("Weld")
  226. Weld58 = Instance.new("Weld")
  227. Weld59 = Instance.new("Weld")
  228. Weld60 = Instance.new("Weld")
  229. Weld61 = Instance.new("Weld")
  230. Weld62 = Instance.new("Weld")
  231. Weld63 = Instance.new("Weld")
  232. Weld64 = Instance.new("Weld")
  233. Weld65 = Instance.new("Weld")
  234. Weld66 = Instance.new("Weld")
  235. Weld67 = Instance.new("Weld")
  236. Weld68 = Instance.new("Weld")
  237. Weld69 = Instance.new("Weld")
  238. Weld70 = Instance.new("Weld")
  239. Weld71 = Instance.new("Weld")
  240. Weld72 = Instance.new("Weld")
  241. Weld73 = Instance.new("Weld")
  242. Weld74 = Instance.new("Weld")
  243. Weld75 = Instance.new("Weld")
  244. Weld76 = Instance.new("Weld")
  245. Weld77 = Instance.new("Weld")
  246. Weld78 = Instance.new("Weld")
  247. Weld79 = Instance.new("Weld")
  248. Weld80 = Instance.new("Weld")
  249. Weld81 = Instance.new("Weld")
  250. Weld82 = Instance.new("Weld")
  251. Weld83 = Instance.new("Weld")
  252. Weld84 = Instance.new("Weld")
  253. Weld85 = Instance.new("Weld")
  254. Weld86 = Instance.new("Weld")
  255. Weld87 = Instance.new("Weld")
  256. Weld88 = Instance.new("Weld")
  257. Weld89 = Instance.new("Weld")
  258. Weld90 = Instance.new("Weld")
  259. Weld91 = Instance.new("Weld")
  260. Weld92 = Instance.new("Weld")
  261. Weld93 = Instance.new("Weld")
  262. Weld94 = Instance.new("Weld")
  263. Weld95 = Instance.new("Weld")
  264. Weld96 = Instance.new("Weld")
  265. Weld97 = Instance.new("Weld")
  266. Weld98 = Instance.new("Weld")
  267. Weld99 = Instance.new("Weld")
  268. Weld100 = Instance.new("Weld")
  269. Weld101 = Instance.new("Weld")
  270. Weld102 = Instance.new("Weld")
  271. Weld103 = Instance.new("Weld")
  272. Weld104 = Instance.new("Weld")
  273. Weld105 = Instance.new("Weld")
  274. Weld106 = Instance.new("Weld")
  275. Weld107 = Instance.new("Weld")
  276. Weld108 = Instance.new("Weld")
  277. Weld109 = Instance.new("Weld")
  278. Weld110 = Instance.new("Weld")
  279. Weld111 = Instance.new("Weld")
  280. Weld112 = Instance.new("Weld")
  281. Weld113 = Instance.new("Weld")
  282. Weld114 = Instance.new("Weld")
  283. Weld115 = Instance.new("Weld")
  284. Weld116 = Instance.new("Weld")
  285. Weld117 = Instance.new("Weld")
  286. Weld118 = Instance.new("Weld")
  287. Weld119 = Instance.new("Weld")
  288. Weld120 = Instance.new("Weld")
  289. Weld121 = Instance.new("Weld")
  290. Weld122 = Instance.new("Weld")
  291. Weld123 = Instance.new("Weld")
  292. Weld124 = Instance.new("Weld")
  293. Weld125 = Instance.new("Weld")
  294. Weld126 = Instance.new("Weld")
  295. Weld127 = Instance.new("Weld")
  296. Weld128 = Instance.new("Weld")
  297. Weld129 = Instance.new("Weld")
  298. Weld130 = Instance.new("Weld")
  299. Weld131 = Instance.new("Weld")
  300. Weld132 = Instance.new("Weld")
  301. Weld133 = Instance.new("Weld")
  302. Weld134 = Instance.new("Weld")
  303. Weld135 = Instance.new("Weld")
  304. Weld136 = Instance.new("Weld")
  305. Weld137 = Instance.new("Weld")
  306. Weld138 = Instance.new("Weld")
  307. Weld139 = Instance.new("Weld")
  308. Weld140 = Instance.new("Weld")
  309. Weld141 = Instance.new("Weld")
  310. Weld142 = Instance.new("Weld")
  311. Weld143 = Instance.new("Weld")
  312. Weld144 = Instance.new("Weld")
  313. Weld145 = Instance.new("Weld")
  314. Weld146 = Instance.new("Weld")
  315. Weld147 = Instance.new("Weld")
  316. Weld148 = Instance.new("Weld")
  317. Weld149 = Instance.new("Weld")
  318. Weld150 = Instance.new("Weld")
  319. Weld151 = Instance.new("Weld")
  320. Weld152 = Instance.new("Weld")
  321. Weld153 = Instance.new("Weld")
  322. Weld154 = Instance.new("Weld")
  323. Weld155 = Instance.new("Weld")
  324. Weld156 = Instance.new("Weld")
  325. Weld157 = Instance.new("Weld")
  326. Weld158 = Instance.new("Weld")
  327. Weld159 = Instance.new("Weld")
  328. Weld160 = Instance.new("Weld")
  329. Weld161 = Instance.new("Weld")
  330. Weld162 = Instance.new("Weld")
  331. Weld163 = Instance.new("Weld")
  332. Weld164 = Instance.new("Weld")
  333. Weld165 = Instance.new("Weld")
  334. Weld166 = Instance.new("Weld")
  335. Weld167 = Instance.new("Weld")
  336. Weld168 = Instance.new("Weld")
  337. Weld169 = Instance.new("Weld")
  338. Weld170 = Instance.new("Weld")
  339. Weld171 = Instance.new("Weld")
  340. Weld172 = Instance.new("Weld")
  341. Weld173 = Instance.new("Weld")
  342. Weld174 = Instance.new("Weld")
  343. Weld175 = Instance.new("Weld")
  344. Weld176 = Instance.new("Weld")
  345. Weld177 = Instance.new("Weld")
  346. Weld178 = Instance.new("Weld")
  347. Weld179 = Instance.new("Weld")
  348. Weld180 = Instance.new("Weld")
  349. Weld181 = Instance.new("Weld")
  350. Weld182 = Instance.new("Weld")
  351. Weld183 = Instance.new("Weld")
  352. Weld184 = Instance.new("Weld")
  353. Weld185 = Instance.new("Weld")
  354. Weld186 = Instance.new("Weld")
  355. Weld187 = Instance.new("Weld")
  356. Weld188 = Instance.new("Weld")
  357. Weld189 = Instance.new("Weld")
  358. Weld190 = Instance.new("Weld")
  359. Weld191 = Instance.new("Weld")
  360. Weld192 = Instance.new("Weld")
  361. Weld193 = Instance.new("Weld")
  362. Weld194 = Instance.new("Weld")
  363. Weld195 = Instance.new("Weld")
  364. Weld196 = Instance.new("Weld")
  365. Weld197 = Instance.new("Weld")
  366. Weld198 = Instance.new("Weld")
  367. Weld199 = Instance.new("Weld")
  368. Weld200 = Instance.new("Weld")
  369. Weld201 = Instance.new("Weld")
  370. Weld202 = Instance.new("Weld")
  371. Weld203 = Instance.new("Weld")
  372. Weld204 = Instance.new("Weld")
  373. Weld205 = Instance.new("Weld")
  374. Weld206 = Instance.new("Weld")
  375. Weld207 = Instance.new("Weld")
  376. Weld208 = Instance.new("Weld")
  377. Weld209 = Instance.new("Weld")
  378. Weld210 = Instance.new("Weld")
  379. Weld211 = Instance.new("Weld")
  380. Weld212 = Instance.new("Weld")
  381. Weld213 = Instance.new("Weld")
  382. Weld214 = Instance.new("Weld")
  383. Weld215 = Instance.new("Weld")
  384. Weld216 = Instance.new("Weld")
  385. Weld217 = Instance.new("Weld")
  386. Weld218 = Instance.new("Weld")
  387. Weld219 = Instance.new("Weld")
  388. Weld220 = Instance.new("Weld")
  389. Weld221 = Instance.new("Weld")
  390. Weld222 = Instance.new("Weld")
  391. Weld223 = Instance.new("Weld")
  392. Weld224 = Instance.new("Weld")
  393. Weld225 = Instance.new("Weld")
  394. Weld226 = Instance.new("Weld")
  395. Weld227 = Instance.new("Weld")
  396. Weld228 = Instance.new("Weld")
  397. Weld229 = Instance.new("Weld")
  398. Weld230 = Instance.new("Weld")
  399. Weld231 = Instance.new("Weld")
  400. Weld232 = Instance.new("Weld")
  401. Weld233 = Instance.new("Weld")
  402. Weld234 = Instance.new("Weld")
  403. Weld235 = Instance.new("Weld")
  404. Weld236 = Instance.new("Weld")
  405. Weld237 = Instance.new("Weld")
  406. Weld238 = Instance.new("Weld")
  407. Weld239 = Instance.new("Weld")
  408. Weld240 = Instance.new("Weld")
  409. Weld241 = Instance.new("Weld")
  410. Weld242 = Instance.new("Weld")
  411. Weld243 = Instance.new("Weld")
  412. Weld244 = Instance.new("Weld")
  413. Weld245 = Instance.new("Weld")
  414. Weld246 = Instance.new("Weld")
  415. Weld247 = Instance.new("Weld")
  416. Weld248 = Instance.new("Weld")
  417. Weld249 = Instance.new("Weld")
  418. Weld250 = Instance.new("Weld")
  419. Weld251 = Instance.new("Weld")
  420. Weld252 = Instance.new("Weld")
  421. Weld253 = Instance.new("Weld")
  422. Weld254 = Instance.new("Weld")
  423. Weld255 = Instance.new("Weld")
  424. Weld256 = Instance.new("Weld")
  425. Weld257 = Instance.new("Weld")
  426. Weld258 = Instance.new("Weld")
  427. Weld259 = Instance.new("Weld")
  428. Weld260 = Instance.new("Weld")
  429. Weld261 = Instance.new("Weld")
  430. Weld262 = Instance.new("Weld")
  431. Weld263 = Instance.new("Weld")
  432. Weld264 = Instance.new("Weld")
  433. Weld265 = Instance.new("Weld")
  434. Weld266 = Instance.new("Weld")
  435. Weld267 = Instance.new("Weld")
  436. Weld268 = Instance.new("Weld")
  437. Weld269 = Instance.new("Weld")
  438. Weld270 = Instance.new("Weld")
  439. Weld271 = Instance.new("Weld")
  440. Weld272 = Instance.new("Weld")
  441. Weld273 = Instance.new("Weld")
  442. Weld274 = Instance.new("Weld")
  443. Weld275 = Instance.new("Weld")
  444. Weld276 = Instance.new("Weld")
  445. Weld277 = Instance.new("Weld")
  446. Weld278 = Instance.new("Weld")
  447. Weld279 = Instance.new("Weld")
  448. Weld280 = Instance.new("Weld")
  449. Weld281 = Instance.new("Weld")
  450. Weld282 = Instance.new("Weld")
  451. Weld283 = Instance.new("Weld")
  452. Weld284 = Instance.new("Weld")
  453. Weld285 = Instance.new("Weld")
  454. Weld286 = Instance.new("Weld")
  455. Weld287 = Instance.new("Weld")
  456. Weld288 = Instance.new("Weld")
  457. Weld289 = Instance.new("Weld")
  458. Weld290 = Instance.new("Weld")
  459. Weld291 = Instance.new("Weld")
  460. Weld292 = Instance.new("Weld")
  461. Weld293 = Instance.new("Weld")
  462. Weld294 = Instance.new("Weld")
  463. Weld295 = Instance.new("Weld")
  464. Weld296 = Instance.new("Weld")
  465. Weld297 = Instance.new("Weld")
  466. Weld298 = Instance.new("Weld")
  467. Weld299 = Instance.new("Weld")
  468. Weld300 = Instance.new("Weld")
  469. Weld301 = Instance.new("Weld")
  470. Weld302 = Instance.new("Weld")
  471. Weld303 = Instance.new("Weld")
  472. Weld304 = Instance.new("Weld")
  473. Weld305 = Instance.new("Weld")
  474. Weld306 = Instance.new("Weld")
  475. Weld307 = Instance.new("Weld")
  476. Weld308 = Instance.new("Weld")
  477. Weld309 = Instance.new("Weld")
  478. Weld310 = Instance.new("Weld")
  479. Weld311 = Instance.new("Weld")
  480. Weld312 = Instance.new("Weld")
  481. Weld313 = Instance.new("Weld")
  482. Weld314 = Instance.new("Weld")
  483. Weld315 = Instance.new("Weld")
  484. Weld316 = Instance.new("Weld")
  485. Weld317 = Instance.new("Weld")
  486. Weld318 = Instance.new("Weld")
  487. Weld319 = Instance.new("Weld")
  488. Weld320 = Instance.new("Weld")
  489. Weld321 = Instance.new("Weld")
  490. Weld322 = Instance.new("Weld")
  491. Weld323 = Instance.new("Weld")
  492. Weld324 = Instance.new("Weld")
  493. Weld325 = Instance.new("Weld")
  494. Weld326 = Instance.new("Weld")
  495. Weld327 = Instance.new("Weld")
  496. Weld328 = Instance.new("Weld")
  497. Weld329 = Instance.new("Weld")
  498. Weld330 = Instance.new("Weld")
  499. Weld331 = Instance.new("Weld")
  500. Weld332 = Instance.new("Weld")
  501. Weld333 = Instance.new("Weld")
  502. Weld334 = Instance.new("Weld")
  503. Weld335 = Instance.new("Weld")
  504. Weld336 = Instance.new("Weld")
  505. Weld337 = Instance.new("Weld")
  506. Weld338 = Instance.new("Weld")
  507. Weld339 = Instance.new("Weld")
  508. Weld340 = Instance.new("Weld")
  509. Weld341 = Instance.new("Weld")
  510. Weld342 = Instance.new("Weld")
  511. Weld343 = Instance.new("Weld")
  512. Weld344 = Instance.new("Weld")
  513. Weld345 = Instance.new("Weld")
  514. Weld346 = Instance.new("Weld")
  515. Weld347 = Instance.new("Weld")
  516. Weld348 = Instance.new("Weld")
  517. Weld349 = Instance.new("Weld")
  518. Weld350 = Instance.new("Weld")
  519. Weld351 = Instance.new("Weld")
  520. Weld352 = Instance.new("Weld")
  521. Weld353 = Instance.new("Weld")
  522. Weld354 = Instance.new("Weld")
  523. Weld355 = Instance.new("Weld")
  524. Weld356 = Instance.new("Weld")
  525. Weld357 = Instance.new("Weld")
  526. Weld358 = Instance.new("Weld")
  527. Weld359 = Instance.new("Weld")
  528. Weld360 = Instance.new("Weld")
  529. Weld361 = Instance.new("Weld")
  530. Weld362 = Instance.new("Weld")
  531. Weld363 = Instance.new("Weld")
  532. Weld364 = Instance.new("Weld")
  533. Weld365 = Instance.new("Weld")
  534. Weld366 = Instance.new("Weld")
  535. Weld367 = Instance.new("Weld")
  536. Weld368 = Instance.new("Weld")
  537. Weld369 = Instance.new("Weld")
  538. Weld370 = Instance.new("Weld")
  539. Weld371 = Instance.new("Weld")
  540. Weld372 = Instance.new("Weld")
  541. Weld373 = Instance.new("Weld")
  542. Weld374 = Instance.new("Weld")
  543. Weld375 = Instance.new("Weld")
  544. Weld376 = Instance.new("Weld")
  545. Weld377 = Instance.new("Weld")
  546. Weld378 = Instance.new("Weld")
  547. Weld379 = Instance.new("Weld")
  548. Weld380 = Instance.new("Weld")
  549. Weld381 = Instance.new("Weld")
  550. Weld382 = Instance.new("Weld")
  551. Weld383 = Instance.new("Weld")
  552. Weld384 = Instance.new("Weld")
  553. Weld385 = Instance.new("Weld")
  554. Weld386 = Instance.new("Weld")
  555. Weld387 = Instance.new("Weld")
  556. Weld388 = Instance.new("Weld")
  557. Weld389 = Instance.new("Weld")
  558. Weld390 = Instance.new("Weld")
  559. Weld391 = Instance.new("Weld")
  560. Weld392 = Instance.new("Weld")
  561. Weld393 = Instance.new("Weld")
  562. Weld394 = Instance.new("Weld")
  563. Weld395 = Instance.new("Weld")
  564. Weld396 = Instance.new("Weld")
  565. Weld397 = Instance.new("Weld")
  566. Weld398 = Instance.new("Weld")
  567. Weld399 = Instance.new("Weld")
  568. Weld400 = Instance.new("Weld")
  569. Weld401 = Instance.new("Weld")
  570. Weld402 = Instance.new("Weld")
  571. Weld403 = Instance.new("Weld")
  572. Weld404 = Instance.new("Weld")
  573. Weld405 = Instance.new("Weld")
  574. Weld406 = Instance.new("Weld")
  575. Weld407 = Instance.new("Weld")
  576. Weld408 = Instance.new("Weld")
  577. Weld409 = Instance.new("Weld")
  578. Weld410 = Instance.new("Weld")
  579. Weld411 = Instance.new("Weld")
  580. Weld412 = Instance.new("Weld")
  581. Weld413 = Instance.new("Weld")
  582. Weld414 = Instance.new("Weld")
  583. Weld415 = Instance.new("Weld")
  584. Weld416 = Instance.new("Weld")
  585. Weld417 = Instance.new("Weld")
  586. Weld418 = Instance.new("Weld")
  587. Weld419 = Instance.new("Weld")
  588. Weld420 = Instance.new("Weld")
  589. Weld421 = Instance.new("Weld")
  590. Weld422 = Instance.new("Weld")
  591. Weld423 = Instance.new("Weld")
  592. Weld424 = Instance.new("Weld")
  593. Weld425 = Instance.new("Weld")
  594. Weld426 = Instance.new("Weld")
  595. Weld427 = Instance.new("Weld")
  596. Weld428 = Instance.new("Weld")
  597. Weld429 = Instance.new("Weld")
  598. Weld430 = Instance.new("Weld")
  599. Weld431 = Instance.new("Weld")
  600. Weld432 = Instance.new("Weld")
  601. Part433 = Instance.new("Part")
  602. BlockMesh434 = Instance.new("BlockMesh")
  603. Part435 = Instance.new("Part")
  604. SpecialMesh436 = Instance.new("SpecialMesh")
  605. Part437 = Instance.new("Part")
  606. SpecialMesh438 = Instance.new("SpecialMesh")
  607. Part439 = Instance.new("Part")
  608. BlockMesh440 = Instance.new("BlockMesh")
  609. Part441 = Instance.new("Part")
  610. SpecialMesh442 = Instance.new("SpecialMesh")
  611. Part443 = Instance.new("Part")
  612. BlockMesh444 = Instance.new("BlockMesh")
  613. Part445 = Instance.new("Part")
  614. BlockMesh446 = Instance.new("BlockMesh")
  615. Part447 = Instance.new("Part")
  616. SpecialMesh448 = Instance.new("SpecialMesh")
  617. Part449 = Instance.new("Part")
  618. SpecialMesh450 = Instance.new("SpecialMesh")
  619. Part451 = Instance.new("Part")
  620. BlockMesh452 = Instance.new("BlockMesh")
  621. Part453 = Instance.new("Part")
  622. SpecialMesh454 = Instance.new("SpecialMesh")
  623. Part455 = Instance.new("Part")
  624. SpecialMesh456 = Instance.new("SpecialMesh")
  625. Part457 = Instance.new("Part")
  626. SpecialMesh458 = Instance.new("SpecialMesh")
  627. Part459 = Instance.new("Part")
  628. SpecialMesh460 = Instance.new("SpecialMesh")
  629. Part461 = Instance.new("Part")
  630. BlockMesh462 = Instance.new("BlockMesh")
  631. Part463 = Instance.new("Part")
  632. SpecialMesh464 = Instance.new("SpecialMesh")
  633. Part465 = Instance.new("Part")
  634. BlockMesh466 = Instance.new("BlockMesh")
  635. Part467 = Instance.new("Part")
  636. BlockMesh468 = Instance.new("BlockMesh")
  637. Part469 = Instance.new("Part")
  638. BlockMesh470 = Instance.new("BlockMesh")
  639. Part471 = Instance.new("Part")
  640. BlockMesh472 = Instance.new("BlockMesh")
  641. Part473 = Instance.new("Part")
  642. SpecialMesh474 = Instance.new("SpecialMesh")
  643. Part475 = Instance.new("Part")
  644. BlockMesh476 = Instance.new("BlockMesh")
  645. Part477 = Instance.new("Part")
  646. BlockMesh478 = Instance.new("BlockMesh")
  647. Part479 = Instance.new("Part")
  648. BlockMesh480 = Instance.new("BlockMesh")
  649. Part481 = Instance.new("Part")
  650. SpecialMesh482 = Instance.new("SpecialMesh")
  651. Part483 = Instance.new("Part")
  652. SpecialMesh484 = Instance.new("SpecialMesh")
  653. Part485 = Instance.new("Part")
  654. SpecialMesh486 = Instance.new("SpecialMesh")
  655. Part487 = Instance.new("Part")
  656. BlockMesh488 = Instance.new("BlockMesh")
  657. Part489 = Instance.new("Part")
  658. SpecialMesh490 = Instance.new("SpecialMesh")
  659. Part491 = Instance.new("Part")
  660. BlockMesh492 = Instance.new("BlockMesh")
  661. Part493 = Instance.new("Part")
  662. SpecialMesh494 = Instance.new("SpecialMesh")
  663. Part495 = Instance.new("Part")
  664. BlockMesh496 = Instance.new("BlockMesh")
  665. Part497 = Instance.new("Part")
  666. BlockMesh498 = Instance.new("BlockMesh")
  667. Part499 = Instance.new("Part")
  668. BlockMesh500 = Instance.new("BlockMesh")
  669. Part501 = Instance.new("Part")
  670. BlockMesh502 = Instance.new("BlockMesh")
  671. Part503 = Instance.new("Part")
  672. BlockMesh504 = Instance.new("BlockMesh")
  673. Part505 = Instance.new("Part")
  674. BlockMesh506 = Instance.new("BlockMesh")
  675. Part507 = Instance.new("Part")
  676. BlockMesh508 = Instance.new("BlockMesh")
  677. Part509 = Instance.new("Part")
  678. BlockMesh510 = Instance.new("BlockMesh")
  679. Part511 = Instance.new("Part")
  680. BlockMesh512 = Instance.new("BlockMesh")
  681. Part513 = Instance.new("Part")
  682. BlockMesh514 = Instance.new("BlockMesh")
  683. Part515 = Instance.new("Part")
  684. BlockMesh516 = Instance.new("BlockMesh")
  685. Part517 = Instance.new("Part")
  686. BlockMesh518 = Instance.new("BlockMesh")
  687. Part519 = Instance.new("Part")
  688. BlockMesh520 = Instance.new("BlockMesh")
  689. Part521 = Instance.new("Part")
  690. BlockMesh522 = Instance.new("BlockMesh")
  691. Part523 = Instance.new("Part")
  692. BlockMesh524 = Instance.new("BlockMesh")
  693. Part525 = Instance.new("Part")
  694. BlockMesh526 = Instance.new("BlockMesh")
  695. Part527 = Instance.new("Part")
  696. BlockMesh528 = Instance.new("BlockMesh")
  697. Part529 = Instance.new("Part")
  698. BlockMesh530 = Instance.new("BlockMesh")
  699. Part531 = Instance.new("Part")
  700. BlockMesh532 = Instance.new("BlockMesh")
  701. Part533 = Instance.new("Part")
  702. BlockMesh534 = Instance.new("BlockMesh")
  703. Part535 = Instance.new("Part")
  704. BlockMesh536 = Instance.new("BlockMesh")
  705. Part537 = Instance.new("Part")
  706. BlockMesh538 = Instance.new("BlockMesh")
  707. Part539 = Instance.new("Part")
  708. BlockMesh540 = Instance.new("BlockMesh")
  709. Part541 = Instance.new("Part")
  710. BlockMesh542 = Instance.new("BlockMesh")
  711. Part543 = Instance.new("Part")
  712. BlockMesh544 = Instance.new("BlockMesh")
  713. Part545 = Instance.new("Part")
  714. BlockMesh546 = Instance.new("BlockMesh")
  715. Part547 = Instance.new("Part")
  716. CylinderMesh548 = Instance.new("CylinderMesh")
  717. Part549 = Instance.new("Part")
  718. BlockMesh550 = Instance.new("BlockMesh")
  719. Part551 = Instance.new("Part")
  720. SpecialMesh552 = Instance.new("SpecialMesh")
  721. Part553 = Instance.new("Part")
  722. SpecialMesh554 = Instance.new("SpecialMesh")
  723. Part555 = Instance.new("Part")
  724. SpecialMesh556 = Instance.new("SpecialMesh")
  725. Part557 = Instance.new("Part")
  726. SpecialMesh558 = Instance.new("SpecialMesh")
  727. Part559 = Instance.new("Part")
  728. SpecialMesh560 = Instance.new("SpecialMesh")
  729. Part561 = Instance.new("Part")
  730. SpecialMesh562 = Instance.new("SpecialMesh")
  731. Part563 = Instance.new("Part")
  732. SpecialMesh564 = Instance.new("SpecialMesh")
  733. Part565 = Instance.new("Part")
  734. SpecialMesh566 = Instance.new("SpecialMesh")
  735. Part567 = Instance.new("Part")
  736. SpecialMesh568 = Instance.new("SpecialMesh")
  737. Part569 = Instance.new("Part")
  738. SpecialMesh570 = Instance.new("SpecialMesh")
  739. Part571 = Instance.new("Part")
  740. SpecialMesh572 = Instance.new("SpecialMesh")
  741. Part573 = Instance.new("Part")
  742. SpecialMesh574 = Instance.new("SpecialMesh")
  743. Part575 = Instance.new("Part")
  744. BlockMesh576 = Instance.new("BlockMesh")
  745. Part577 = Instance.new("Part")
  746. BlockMesh578 = Instance.new("BlockMesh")
  747. Part579 = Instance.new("Part")
  748. SpecialMesh580 = Instance.new("SpecialMesh")
  749. Part581 = Instance.new("Part")
  750. SpecialMesh582 = Instance.new("SpecialMesh")
  751. Part583 = Instance.new("Part")
  752. SpecialMesh584 = Instance.new("SpecialMesh")
  753. Part585 = Instance.new("Part")
  754. BlockMesh586 = Instance.new("BlockMesh")
  755. Part587 = Instance.new("Part")
  756. SpecialMesh588 = Instance.new("SpecialMesh")
  757. Part589 = Instance.new("Part")
  758. BlockMesh590 = Instance.new("BlockMesh")
  759. Part591 = Instance.new("Part")
  760. BlockMesh592 = Instance.new("BlockMesh")
  761. Part593 = Instance.new("Part")
  762. SpecialMesh594 = Instance.new("SpecialMesh")
  763. Part595 = Instance.new("Part")
  764. SpecialMesh596 = Instance.new("SpecialMesh")
  765. Part597 = Instance.new("Part")
  766. BlockMesh598 = Instance.new("BlockMesh")
  767. Part599 = Instance.new("Part")
  768. BlockMesh600 = Instance.new("BlockMesh")
  769. Part601 = Instance.new("Part")
  770. BlockMesh602 = Instance.new("BlockMesh")
  771. Part603 = Instance.new("Part")
  772. SpecialMesh604 = Instance.new("SpecialMesh")
  773. Part605 = Instance.new("Part")
  774. BlockMesh606 = Instance.new("BlockMesh")
  775. Part607 = Instance.new("Part")
  776. BlockMesh608 = Instance.new("BlockMesh")
  777. Part609 = Instance.new("Part")
  778. SpecialMesh610 = Instance.new("SpecialMesh")
  779. Part611 = Instance.new("Part")
  780. SpecialMesh612 = Instance.new("SpecialMesh")
  781. Part613 = Instance.new("Part")
  782. SpecialMesh614 = Instance.new("SpecialMesh")
  783. Part615 = Instance.new("Part")
  784. SpecialMesh616 = Instance.new("SpecialMesh")
  785. Part617 = Instance.new("Part")
  786. BlockMesh618 = Instance.new("BlockMesh")
  787. Part619 = Instance.new("Part")
  788. SpecialMesh620 = Instance.new("SpecialMesh")
  789. Part621 = Instance.new("Part")
  790. BlockMesh622 = Instance.new("BlockMesh")
  791. Part623 = Instance.new("Part")
  792. SpecialMesh624 = Instance.new("SpecialMesh")
  793. Part625 = Instance.new("Part")
  794. BlockMesh626 = Instance.new("BlockMesh")
  795. Part627 = Instance.new("Part")
  796. BlockMesh628 = Instance.new("BlockMesh")
  797. Part629 = Instance.new("Part")
  798. BlockMesh630 = Instance.new("BlockMesh")
  799. Part631 = Instance.new("Part")
  800. BlockMesh632 = Instance.new("BlockMesh")
  801. Part633 = Instance.new("Part")
  802. SpecialMesh634 = Instance.new("SpecialMesh")
  803. LocalScript635 = Instance.new("LocalScript")
  804. Script636 = Instance.new("Script")
  805. LocalScript637 = Instance.new("LocalScript")
  806. LocalScript638 = Instance.new("LocalScript")
  807. Script639 = Instance.new("Script")
  808. IntValue640 = Instance.new("IntValue")
  809. Script641 = Instance.new("Script")
  810. Script642 = Instance.new("Script")
  811. Script643 = Instance.new("Script")
  812. BlockMesh644 = Instance.new("BlockMesh")
  813. BlockMesh645 = Instance.new("BlockMesh")
  814. Tool0.Name = "Plasma Cutter"
  815. Tool0.Parent = mas
  816. Part1.Name = "Handle"
  817. Part1.Parent = Tool0
  818. Part1.CFrame = CFrame.new(-39.967701, 1.64142132, 13.9712772, -0.0752975345, 0.00132394349, 0.997160196, 1.05100771e-05, 0.999999106, -0.00132691918, -0.99716109, -8.94335026e-05, -0.0752974823)
  819. Part1.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  820. Part1.Position = Vector3.new(-39.967701, 1.64142132, 13.9712772)
  821. Part1.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  822. Part1.Color = Color3.new(0.803922, 0.803922, 0.803922)
  823. Part1.Transparency = 1
  824. Part1.Velocity = Vector3.new(-0.0025659469, 0.00877512712, -0.00892391615)
  825. Part1.Size = Vector3.new(1, 1, 1)
  826. Part1.BottomSurface = Enum.SurfaceType.Smooth
  827. Part1.BrickColor = BrickColor.new("Mid gray")
  828. Part1.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  829. Part1.TopSurface = Enum.SurfaceType.Smooth
  830. Part1.brickColor = BrickColor.new("Mid gray")
  831. BlockMesh2.Parent = Part1
  832. BlockMesh2.Scale = Vector3.new(0.13333334, 0.13333334, 0.13333334)
  833. Sound3.Name = "Fire2"
  834. Sound3.Parent = Part1
  835. Sound3.Volume = 1
  836. Sound4.Name = "Fire"
  837. Sound4.Parent = Part1
  838. Sound4.Volume = 1
  839. Script5.Parent = Sound4
  840. table.insert(cors,sandbox(Script5,function()
  841. wait(1)
  842. script.Parent:Play()
  843. end))
  844. Weld6.Parent = Part1
  845. Weld6.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 1, 0, -0, -0, -1)
  846. Weld6.C1 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 1, 0, -0, -0, -1)
  847. Weld6.Part0 = Part1
  848. Weld6.Part1 = Part1
  849. Weld6.part1 = Part1
  850. Weld7.Parent = Part1
  851. Weld7.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  852. Weld7.C1 = CFrame.new(2.29332733, 0.536882401, 0.400873423, 0.724964321, 0.000809718913, -0.688786924, 0.688782692, 2.02218907e-05, 0.724964738, 0.000600275176, -1.00000203, -0.000542342837)
  853. Weld7.Part0 = Part1
  854. Weld7.Part1 = Part433
  855. Weld7.part1 = Part433
  856. Weld8.Parent = Part1
  857. Weld8.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  858. Weld8.C1 = CFrame.new(-0.397088051, -0.761117935, 2.20001602, -0.000568479474, 1.00000203, 0.000548809941, 0.688765347, -6.38597066e-06, 0.724981248, 0.724980831, 0.000791122322, -0.688769579)
  859. Weld8.Part0 = Part1
  860. Weld8.Part1 = Part435
  861. Weld8.part1 = Part435
  862. Weld9.Parent = Part1
  863. Weld9.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  864. Weld9.C1 = CFrame.new(0.400856256, -0.53686142, 2.426651, 0.000589260948, -1.00000203, -0.00054952217, -0.688773811, -7.42063048e-06, -0.724973321, 0.724972844, 0.000806679076, -0.688777983)
  865. Weld9.Part0 = Part1
  866. Weld9.Part1 = Part437
  867. Weld9.part1 = Part437
  868. Weld10.Parent = Part1
  869. Weld10.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  870. Weld10.C1 = CFrame.new(2.13336945, 0.627673149, -0.397089958, 0.724972367, 0.00079428131, -0.68877852, -0.688774347, -1.69801187e-05, -0.724972844, -0.000586856797, 1.00000203, 0.000534052961)
  871. Weld10.Part0 = Part1
  872. Weld10.Part1 = Part439
  873. Weld10.part1 = Part439
  874. Weld11.Parent = Part1
  875. Weld11.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  876. Weld11.C1 = CFrame.new(0.0162620544, -0.52775383, 2.40008163, -0.000573439931, 1.00000203, 0.000543718575, 0.688765347, 7.21795629e-07, 0.724981248, 0.724980831, 0.000791211845, -0.688769579)
  877. Weld11.Part0 = Part1
  878. Weld11.Part1 = Part441
  879. Weld11.part1 = Part441
  880. Weld12.Parent = Part1
  881. Weld12.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  882. Weld12.C1 = CFrame.new(2.33343506, 0.261127472, 0.0162827969, 0.724972367, 0.00079428131, -0.68877852, -0.688774347, -2.01595503e-05, -0.724972844, -0.000589046744, 1.00000203, 0.000531747995)
  883. Weld12.Part0 = Part1
  884. Weld12.Part1 = Part443
  885. Weld12.part1 = Part443
  886. Weld13.Parent = Part1
  887. Weld13.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  888. Weld13.C1 = CFrame.new(2.13337708, 0.627673149, 0.0163085461, 0.724972367, 0.00079428131, -0.68877852, -0.688774347, -1.69801187e-05, -0.724972844, -0.000586856797, 1.00000203, 0.000534052961)
  889. Weld13.Part0 = Part1
  890. Weld13.Part1 = Part445
  891. Weld13.part1 = Part445
  892. Weld14.Parent = Part1
  893. Weld14.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  894. Weld14.C1 = CFrame.new(0.0141909122, -0.770296097, 2.22668457, 0.000579754938, -1.00000203, -0.00055944128, -0.68877387, 6.31796775e-06, -0.724973261, 0.724972785, 0.000806619471, -0.688778043)
  895. Weld14.Part0 = Part1
  896. Weld14.Part1 = Part447
  897. Weld14.part1 = Part447
  898. Weld15.Parent = Part1
  899. Weld15.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  900. Weld15.C1 = CFrame.new(0.0163128376, -0.761116982, 2.20001602, -0.000568479474, 1.00000203, 0.000548809941, 0.688765347, -6.38597066e-06, 0.724981248, 0.724980831, 0.000791122322, -0.688769579)
  901. Weld15.Part0 = Part1
  902. Weld15.Part1 = Part449
  903. Weld15.part1 = Part449
  904. Weld16.Parent = Part1
  905. Weld16.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  906. Weld16.C1 = CFrame.new(1.50006485, 0.761044502, 0.016297102, 0.724972367, 0.00079428131, -0.68877852, -0.688774347, -6.80312405e-06, -0.724972844, -0.000579847198, 1.00000203, 0.000541431014)
  907. Weld16.Part0 = Part1
  908. Weld16.Part1 = Part451
  909. Weld16.part1 = Part451
  910. Weld17.Parent = Part1
  911. Weld17.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  912. Weld17.C1 = CFrame.new(0.0141954422, 0.637018204, -1.95996094, 0.000580150227, -1.00000203, -0.000559241395, 0.688773811, -5.90084528e-06, 0.724973321, -0.724972844, -0.000806768367, 0.688777983)
  913. Weld17.Part0 = Part1
  914. Weld17.Part1 = Part453
  915. Weld17.part1 = Part453
  916. Weld18.Parent = Part1
  917. Weld18.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  918. Weld18.C1 = CFrame.new(0.016304493, 0.62768364, -1.93340683, -0.000568840827, 1.00000203, 0.000548516051, -0.688765347, 5.92406286e-06, -0.724981248, -0.724980831, -0.000791181927, 0.688769579)
  919. Weld18.Part0 = Part1
  920. Weld18.Part1 = Part455
  921. Weld18.part1 = Part455
  922. Weld19.Parent = Part1
  923. Weld19.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  924. Weld19.C1 = CFrame.new(0.400912046, 0.503587723, -2.16003799, 0.000586917682, -1.00000203, -0.000551858859, 0.688773811, 4.11262408e-06, 0.724973321, -0.724972844, -0.000806589727, 0.688777983)
  925. Weld19.Part0 = Part1
  926. Weld19.Part1 = Part457
  927. Weld19.part1 = Part457
  928. Weld20.Parent = Part1
  929. Weld20.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  930. Weld20.C1 = CFrame.new(-0.397089243, 0.494403839, -2.13335037, -0.000575739017, 1.00000203, 0.000541298708, -0.688765347, -4.05962919e-06, -0.724981248, -0.724980831, -0.000791211904, 0.688769579)
  931. Weld20.Part0 = Part1
  932. Weld20.Part1 = Part459
  933. Weld20.part1 = Part459
  934. Weld21.Parent = Part1
  935. Weld21.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  936. Weld21.C1 = CFrame.new(1.526577, 0.770355225, 0.400920391, 0.724964321, 0.000809718913, -0.688786924, 0.688782752, 7.00049168e-06, 0.724964797, 0.000591168529, -1.00000203, -0.000551927893)
  937. Weld21.Part0 = Part1
  938. Weld21.Part1 = Part461
  939. Weld21.part1 = Part461
  940. Weld22.Parent = Part1
  941. Weld22.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  942. Weld22.C1 = CFrame.new(0.400910854, 0.63702774, -1.95995331, 0.000580150227, -1.00000203, -0.000559241395, 0.688773811, -5.90084528e-06, 0.724973321, -0.724972844, -0.000806768367, 0.688777983)
  943. Weld22.Part0 = Part1
  944. Weld22.Part1 = Part463
  945. Weld22.part1 = Part463
  946. Weld23.Parent = Part1
  947. Weld23.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  948. Weld23.C1 = CFrame.new(2.36000061, 0.270303726, 0.40089345, 0.724964321, 0.000809718913, -0.688786924, 0.688782692, 2.02218907e-05, 0.724964738, 0.000600275176, -1.00000203, -0.000542342837)
  949. Weld23.Part0 = Part1
  950. Weld23.Part1 = Part465
  951. Weld23.part1 = Part465
  952. Weld24.Parent = Part1
  953. Weld24.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  954. Weld24.C1 = CFrame.new(2.33342743, 0.261177063, -0.397092342, 0.724972367, 0.00079428131, -0.68877852, -0.688774347, -2.01595503e-05, -0.724972844, -0.000589046744, 1.00000203, 0.000531747995)
  955. Weld24.Part0 = Part1
  956. Weld24.Part1 = Part467
  957. Weld24.part1 = Part467
  958. Weld25.Parent = Part1
  959. Weld25.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  960. Weld25.C1 = CFrame.new(1.50006866, 0.761042595, -0.397091866, 0.724972367, 0.00079428131, -0.68877852, -0.688774347, -6.80312405e-06, -0.724972844, -0.000579847198, 1.00000203, 0.000541431014)
  961. Weld25.Part0 = Part1
  962. Weld25.Part1 = Part469
  963. Weld25.part1 = Part469
  964. Weld26.Parent = Part1
  965. Weld26.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  966. Weld26.C1 = CFrame.new(2.36001968, 0.270292282, 0.0141649246, 0.724961221, 0.000811032951, -0.688790262, 0.68878597, 2.0212794e-05, 0.724961638, 0.000601219013, -1.00000203, -0.00054325728)
  967. Weld26.Part0 = Part1
  968. Weld26.Part1 = Part471
  969. Weld26.part1 = Part471
  970. Weld27.Parent = Part1
  971. Weld27.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  972. Weld27.C1 = CFrame.new(-0.397125959, -0.527835846, 2.40008926, -0.000572101446, 1.00000203, 0.000542269845, 0.688760459, 8.44872034e-07, 0.724985838, 0.724985421, 0.000789243612, -0.688764751)
  973. Weld27.Part0 = Part1
  974. Weld27.Part1 = Part473
  975. Weld27.part1 = Part473
  976. Weld28.Parent = Part1
  977. Weld28.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  978. Weld28.C1 = CFrame.new(2.26668549, 0.527759552, -0.397134304, 0.724967718, 0.000796249486, -0.688783348, -0.688779116, -2.00623399e-05, -0.724968135, -0.000590403099, 1.00000203, 0.000533178041)
  979. Weld28.Part0 = Part1
  980. Weld28.Part1 = Part475
  981. Weld28.part1 = Part475
  982. Weld29.Parent = Part1
  983. Weld29.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  984. Weld29.C1 = CFrame.new(2.26667023, 0.527704239, 0.0162615776, 0.724972367, 0.00079428131, -0.68877852, -0.688774347, -2.01595503e-05, -0.724972844, -0.000589046744, 1.00000203, 0.000531747995)
  985. Weld29.Part0 = Part1
  986. Weld29.Part1 = Part477
  987. Weld29.part1 = Part477
  988. Weld30.Parent = Part1
  989. Weld30.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  990. Weld30.C1 = CFrame.new(1.52658463, 0.770366669, 0.0142130852, 0.724964321, 0.000809718913, -0.688786924, 0.688782752, 7.00049168e-06, 0.724964797, 0.000591168529, -1.00000203, -0.000551927893)
  991. Weld30.Part0 = Part1
  992. Weld30.Part1 = Part479
  993. Weld30.part1 = Part479
  994. Weld31.Parent = Part1
  995. Weld31.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  996. Weld31.C1 = CFrame.new(-0.397095203, 0.627675056, -1.93340302, -0.000568840827, 1.00000203, 0.000548516051, -0.688765347, 5.92406286e-06, -0.724981248, -0.724980831, -0.000791181927, 0.688769579)
  997. Weld31.Part0 = Part1
  998. Weld31.Part1 = Part481
  999. Weld31.part1 = Part481
  1000. Weld32.Parent = Part1
  1001. Weld32.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1002. Weld32.C1 = CFrame.new(0.0141284466, -0.536834717, 2.42665863, 0.000583378482, -1.00000203, -0.000552943035, -0.688768864, -8.83535563e-07, -0.724977911, 0.724977434, 0.000804770621, -0.688773096)
  1003. Weld32.Part0 = Part1
  1004. Weld32.Part1 = Part483
  1005. Weld32.part1 = Part483
  1006. Weld33.Parent = Part1
  1007. Weld33.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1008. Weld33.C1 = CFrame.new(0.0163247585, 0.494441986, -2.13336563, -0.000574379985, 1.00000203, 0.000539871631, -0.688760459, -4.15290788e-06, -0.724985838, -0.724985421, -0.000789243786, 0.688764751)
  1009. Weld33.Part0 = Part1
  1010. Weld33.Part1 = Part485
  1011. Weld33.part1 = Part485
  1012. Weld34.Parent = Part1
  1013. Weld34.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1014. Weld34.C1 = CFrame.new(2.16001892, 0.637008667, 0.0142021179, 0.724959731, 0.000811686798, -0.688791811, 0.688787639, 1.6860844e-05, 0.724960208, 0.000599383086, -1.00000203, -0.000546138908)
  1015. Weld34.Part0 = Part1
  1016. Weld34.Part1 = Part487
  1017. Weld34.part1 = Part487
  1018. Weld35.Parent = Part1
  1019. Weld35.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1020. Weld35.C1 = CFrame.new(0.0141859055, 0.50352478, -2.16005707, 0.000585548929, -1.00000203, -0.000550442142, 0.688768864, 4.19154367e-06, 0.724977851, -0.724977434, -0.000804621668, 0.688773096)
  1021. Weld35.Part0 = Part1
  1022. Weld35.Part1 = Part489
  1023. Weld35.part1 = Part489
  1024. Weld36.Parent = Part1
  1025. Weld36.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1026. Weld36.C1 = CFrame.new(2.29333115, 0.536903381, 0.0141503811, 0.724959731, 0.000811686798, -0.688791811, 0.68878758, 2.01094263e-05, 0.724960208, 0.000601620704, -1.00000203, -0.000543783884)
  1027. Weld36.Part0 = Part1
  1028. Weld36.Part1 = Part491
  1029. Weld36.part1 = Part491
  1030. Weld37.Parent = Part1
  1031. Weld37.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1032. Weld37.C1 = CFrame.new(0.400884867, -0.770244598, 2.22668076, 0.000578406674, -1.00000203, -0.000558002968, -0.688769042, 6.20923674e-06, -0.724977911, 0.724977434, 0.000804651296, -0.688773155)
  1033. Weld37.Part0 = Part1
  1034. Weld37.Part1 = Part493
  1035. Weld37.part1 = Part493
  1036. Weld38.Parent = Part1
  1037. Weld38.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1038. Weld38.C1 = CFrame.new(2.16001129, 0.637001038, 0.400932312, 0.724959731, 0.000811686798, -0.688791811, 0.688787639, 1.6860844e-05, 0.724960208, 0.000599383086, -1.00000203, -0.000546138908)
  1039. Weld38.Part0 = Part1
  1040. Weld38.Part1 = Part495
  1041. Weld38.part1 = Part495
  1042. Weld39.Parent = Part1
  1043. Weld39.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1044. Weld39.C1 = CFrame.new(1.50001144, -0.28660202, 0.133188248, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1045. Weld39.Part0 = Part1
  1046. Weld39.Part1 = Part497
  1047. Weld39.part1 = Part497
  1048. Weld40.Parent = Part1
  1049. Weld40.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1050. Weld40.C1 = CFrame.new(0.0999717712, -0.35329628, -3.81469727e-06, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1051. Weld40.Part0 = Part1
  1052. Weld40.Part1 = Part499
  1053. Weld40.part1 = Part499
  1054. Weld41.Parent = Part1
  1055. Weld41.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1056. Weld41.C1 = CFrame.new(-0.233272552, 0.480147362, 9.53674316e-06, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1057. Weld41.Part0 = Part1
  1058. Weld41.Part1 = Part501
  1059. Weld41.part1 = Part501
  1060. Weld42.Parent = Part1
  1061. Weld42.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1062. Weld42.C1 = CFrame.new(1.93341446, 0.253475428, -0.133430481, 0.724963248, 0.000803670846, -0.688788056, -0.000576279417, 1.00000203, 0.000558818283, 0.688783884, -8.24902691e-06, 0.724963725)
  1063. Weld42.Part0 = Part1
  1064. Weld42.Part1 = Part503
  1065. Weld42.part1 = Part503
  1066. Weld43.Parent = Part1
  1067. Weld43.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1068. Weld43.C1 = CFrame.new(1.66665268, -0.619989395, -0.000102996826, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1069. Weld43.Part0 = Part1
  1070. Weld43.Part1 = Part505
  1071. Weld43.part1 = Part505
  1072. Weld44.Parent = Part1
  1073. Weld44.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1074. Weld44.C1 = CFrame.new(1.86671448, -0.353270531, 0.133172989, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1075. Weld44.Part0 = Part1
  1076. Weld44.Part1 = Part507
  1077. Weld44.part1 = Part507
  1078. Weld45.Parent = Part1
  1079. Weld45.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1080. Weld45.C1 = CFrame.new(1.13332367, -0.353285789, -6.67572021e-05, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1081. Weld45.Part0 = Part1
  1082. Weld45.Part1 = Part509
  1083. Weld45.part1 = Part509
  1084. Weld46.Parent = Part1
  1085. Weld46.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1086. Weld46.C1 = CFrame.new(1.50004196, -0.286610603, -0.133394241, 0.724963605, 0.000803939067, -0.688787699, -0.000576289138, 1.00000203, 0.000559197506, 0.688783526, -8.51767163e-06, 0.724964082)
  1087. Weld46.Part0 = Part1
  1088. Weld46.Part1 = Part511
  1089. Weld46.part1 = Part511
  1090. Weld47.Parent = Part1
  1091. Weld47.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1092. Weld47.C1 = CFrame.new(1.86675262, -0.386620998, -0.133420944, 0.724963605, 0.000803939067, -0.688787699, -0.000576289138, 1.00000203, 0.000559197506, 0.688783526, -8.51767163e-06, 0.724964082)
  1093. Weld47.Part0 = Part1
  1094. Weld47.Part1 = Part513
  1095. Weld47.part1 = Part513
  1096. Weld48.Parent = Part1
  1097. Weld48.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1098. Weld48.C1 = CFrame.new(1.93339157, -0.119911909, -0.000118255615, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1099. Weld48.Part0 = Part1
  1100. Weld48.Part1 = Part515
  1101. Weld48.part1 = Part515
  1102. Weld49.Parent = Part1
  1103. Weld49.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1104. Weld49.C1 = CFrame.new(0.66664505, -0.519986153, -0.133333206, 0.724963605, 0.000803939067, -0.688787699, -0.000576289138, 1.00000203, 0.000559197506, 0.688783526, -8.51767163e-06, 0.724964082)
  1105. Weld49.Part0 = Part1
  1106. Weld49.Part1 = Part517
  1107. Weld49.part1 = Part517
  1108. Weld50.Parent = Part1
  1109. Weld50.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1110. Weld50.C1 = CFrame.new(-0.166633606, -0.0199272633, 1.52587891e-05, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1111. Weld50.Part0 = Part1
  1112. Weld50.Part1 = Part519
  1113. Weld50.part1 = Part519
  1114. Weld51.Parent = Part1
  1115. Weld51.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1116. Weld51.C1 = CFrame.new(-0.333374023, 0.113427877, 1.14440918e-05, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1117. Weld51.Part0 = Part1
  1118. Weld51.Part1 = Part521
  1119. Weld51.part1 = Part521
  1120. Weld52.Parent = Part1
  1121. Weld52.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1122. Weld52.C1 = CFrame.new(0.666618347, -0.519966602, 0.133247375, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1123. Weld52.Part0 = Part1
  1124. Weld52.Part1 = Part523
  1125. Weld52.part1 = Part523
  1126. Weld53.Parent = Part1
  1127. Weld53.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1128. Weld53.C1 = CFrame.new(0.000150680542, -0.820010424, 1.66664886, -0.688770354, -6.66531423e-06, -0.724976599, -0.000577529077, 1.00000203, 0.00053941278, 0.724976122, 0.000791210623, -0.688774586)
  1129. Weld53.Part0 = Part1
  1130. Weld53.Part1 = Part525
  1131. Weld53.part1 = Part525
  1132. Weld54.Parent = Part1
  1133. Weld54.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1134. Weld54.C1 = CFrame.new(1.66666031, -0.119928122, -9.91821289e-05, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1135. Weld54.Part0 = Part1
  1136. Weld54.Part1 = Part527
  1137. Weld54.part1 = Part527
  1138. Weld55.Parent = Part1
  1139. Weld55.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1140. Weld55.C1 = CFrame.new(1.50003052, 0.153450489, 0.13319397, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1141. Weld55.Part0 = Part1
  1142. Weld55.Part1 = Part529
  1143. Weld55.part1 = Part529
  1144. Weld56.Parent = Part1
  1145. Weld56.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1146. Weld56.C1 = CFrame.new(2.06668091, -0.653316498, -0.000131607056, 0.72495836, 0.000799944508, -0.688793242, -0.000575261074, 1.00000203, 0.000554480066, 0.68878907, -5.7996881e-06, 0.724958837)
  1147. Weld56.Part0 = Part1
  1148. Weld56.Part1 = Part531
  1149. Weld56.part1 = Part531
  1150. Weld57.Parent = Part1
  1151. Weld57.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1152. Weld57.C1 = CFrame.new(2.03336716, -0.386613369, -0.000122070313, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1153. Weld57.Part0 = Part1
  1154. Weld57.Part1 = Part533
  1155. Weld57.part1 = Part533
  1156. Weld58.Parent = Part1
  1157. Weld58.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1158. Weld58.C1 = CFrame.new(0.000120162964, -0.820015192, 1.26673889, -0.688770354, -6.66531423e-06, -0.724976599, -0.000577529077, 1.00000203, 0.00053941278, 0.724976122, 0.000791210623, -0.688774586)
  1159. Weld58.Part0 = Part1
  1160. Weld58.Part1 = Part535
  1161. Weld58.part1 = Part535
  1162. Weld59.Parent = Part1
  1163. Weld59.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1164. Weld59.C1 = CFrame.new(0.000122070313, -0.886693239, 1.26673889, -0.688770354, -6.66531423e-06, -0.724976599, -0.000577529077, 1.00000203, 0.00053941278, 0.724976122, 0.000791210623, -0.688774586)
  1165. Weld59.Part0 = Part1
  1166. Weld59.Part1 = Part537
  1167. Weld59.part1 = Part537
  1168. Weld60.Parent = Part1
  1169. Weld60.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1170. Weld60.C1 = CFrame.new(1.50004959, 0.153448582, -0.133384705, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1171. Weld60.Part0 = Part1
  1172. Weld60.Part1 = Part539
  1173. Weld60.part1 = Part539
  1174. Weld61.Parent = Part1
  1175. Weld61.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1176. Weld61.C1 = CFrame.new(1.93338394, 0.253475428, 0.133172989, 0.72495842, 0.000798156776, -0.688793123, -0.000573965081, 1.00000203, 0.000553248683, 0.68878901, -5.79975313e-06, 0.724958897)
  1177. Weld61.Part0 = Part1
  1178. Weld61.Part1 = Part541
  1179. Weld61.part1 = Part541
  1180. Weld62.Parent = Part1
  1181. Weld62.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1182. Weld62.C1 = CFrame.new(5.7220459e-05, 0.553498745, 0.566673279, -0.688770354, 9.34559921e-07, -0.724976599, -0.000572294521, 1.00000203, 0.000544922485, 0.724976122, 0.000791210623, -0.688774526)
  1183. Weld62.Part0 = Part1
  1184. Weld62.Part1 = Part543
  1185. Weld62.part1 = Part543
  1186. Weld63.Parent = Part1
  1187. Weld63.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1188. Weld63.C1 = CFrame.new(0.000122070313, 0.486837387, 1.40005875, -0.688770354, -6.66531423e-06, -0.724976599, -0.000577529077, 1.00000203, 0.00053941278, 0.724976122, 0.000791210623, -0.688774586)
  1189. Weld63.Part0 = Part1
  1190. Weld63.Part1 = Part545
  1191. Weld63.part1 = Part545
  1192. Weld64.Parent = Part1
  1193. Weld64.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1194. Weld64.C1 = CFrame.new(-9.15527344e-05, 1.03335953, 0.553499699, 0.688770354, 6.66531423e-06, 0.724976599, 0.724976122, 0.00079806702, -0.688774526, -0.000582499779, 1.00000203, 0.000544135226)
  1195. Weld64.Part0 = Part1
  1196. Weld64.Part1 = Part547
  1197. Weld64.part1 = Part547
  1198. Weld65.Parent = Part1
  1199. Weld65.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1200. Weld65.C1 = CFrame.new(0.466678619, -0.619923115, -1.14440918e-05, 0.724963784, 0.000796159613, -0.68878752, -0.000572313089, 1.00000203, 0.000552087964, 0.688783348, -6.1024125e-06, 0.724964261)
  1201. Weld65.Part0 = Part1
  1202. Weld65.Part1 = Part549
  1203. Weld65.part1 = Part549
  1204. Weld66.Parent = Part1
  1205. Weld66.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1206. Weld66.C1 = CFrame.new(-3.43322754e-05, -0.413447142, 0.466682434, -0.688772023, -6.87913735e-06, -0.724975049, 0.00057823729, -1.00000203, -0.000539793167, -0.724974573, -0.000791986065, 0.688776195)
  1207. Weld66.Part0 = Part1
  1208. Weld66.Part1 = Part551
  1209. Weld66.part1 = Part551
  1210. Weld67.Parent = Part1
  1211. Weld67.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1212. Weld67.C1 = CFrame.new(-5.7220459e-06, 0.199966431, 0.819995642, 0.688772023, 6.87913735e-06, 0.724975049, -0.724974573, -0.000797381508, 0.688776195, 0.000582148903, -1.00000203, -0.000543509377)
  1213. Weld67.Part0 = Part1
  1214. Weld67.Part1 = Part553
  1215. Weld67.part1 = Part553
  1216. Weld68.Parent = Part1
  1217. Weld68.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1218. Weld68.C1 = CFrame.new(2.28881836e-05, -0.319976568, 0.333400726, 0.688763559, 3.98614429e-06, 0.724977136, -0.000580522988, 1.00000668, 0.000545829185, -0.724976122, -0.000799766276, 0.688776433)
  1219. Weld68.Part0 = Part1
  1220. Weld68.Part1 = Part555
  1221. Weld68.part1 = Part555
  1222. Weld69.Parent = Part1
  1223. Weld69.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1224. Weld69.C1 = CFrame.new(2.0980835e-05, 0.0467431545, 0.466682434, 0.688772023, 6.87913735e-06, 0.724975049, -0.00057823729, 1.00000203, 0.000539793167, -0.724974573, -0.000791986065, 0.688776195)
  1225. Weld69.Part0 = Part1
  1226. Weld69.Part1 = Part557
  1227. Weld69.part1 = Part557
  1228. Weld70.Parent = Part1
  1229. Weld70.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1230. Weld70.C1 = CFrame.new(2.0980835e-05, -0.653313875, 0.466690063, 0.688772023, 6.87913735e-06, 0.724975049, -0.00057823729, 1.00000203, 0.000539793167, -0.724974573, -0.000791986065, 0.688776195)
  1231. Weld70.Part0 = Part1
  1232. Weld70.Part1 = Part559
  1233. Weld70.part1 = Part559
  1234. Weld71.Parent = Part1
  1235. Weld71.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1236. Weld71.C1 = CFrame.new(1.33514404e-05, 0.213433743, -7.62939453e-06, -0.688772023, -6.87913735e-06, -0.724975049, -0.00057823729, 1.00000203, 0.000539793167, 0.724974573, 0.000791986065, -0.688776195)
  1237. Weld71.Part0 = Part1
  1238. Weld71.Part1 = Part561
  1239. Weld71.part1 = Part561
  1240. Weld72.Parent = Part1
  1241. Weld72.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1242. Weld72.C1 = CFrame.new(0, 0.186618567, -7.62939453e-06, 0.68876344, 3.95665529e-06, 0.724977195, 0.000580522988, -1.00000668, -0.000545829185, 0.724976182, 0.000799766742, -0.688776374)
  1243. Weld72.Part0 = Part1
  1244. Weld72.Part1 = Part563
  1245. Weld72.part1 = Part563
  1246. Weld73.Parent = Part1
  1247. Weld73.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1248. Weld73.C1 = CFrame.new(-1.90734863e-06, -0.41345048, 0, 0.688772023, 6.87913735e-06, 0.724975049, 0.00057823729, -1.00000203, -0.000539793167, 0.724974573, 0.000791986065, -0.688776195)
  1249. Weld73.Part0 = Part1
  1250. Weld73.Part1 = Part565
  1251. Weld73.part1 = Part565
  1252. Weld74.Parent = Part1
  1253. Weld74.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1254. Weld74.C1 = CFrame.new(4.95910645e-05, 0.386794567, 0.800064087, -0.688772023, 8.40048301e-07, -0.724975049, -0.000572920428, 1.00000203, 0.000545389252, 0.724974573, 0.000791985891, -0.688776195)
  1255. Weld74.Part0 = Part1
  1256. Weld74.Part1 = Part567
  1257. Weld74.part1 = Part567
  1258. Weld75.Parent = Part1
  1259. Weld75.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1260. Weld75.C1 = CFrame.new(-4.00543213e-05, 0.386785746, -0.56665802, 0.688772023, -8.40048301e-07, 0.724975049, -0.000572920428, 1.00000203, 0.000545389252, -0.724974573, -0.000791985891, 0.688776195)
  1261. Weld75.Part0 = Part1
  1262. Weld75.Part1 = Part569
  1263. Weld75.part1 = Part569
  1264. Weld76.Parent = Part1
  1265. Weld76.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1266. Weld76.C1 = CFrame.new(0.233411789, 1.01997495, -1.9333725, -0.688772023, -6.87913735e-06, -0.724975049, 0.00057823729, -1.00000203, -0.000539793167, -0.724974573, -0.000791986065, 0.688776195)
  1267. Weld76.Part0 = Part1
  1268. Weld76.Part1 = Part571
  1269. Weld76.part1 = Part571
  1270. Weld77.Parent = Part1
  1271. Weld77.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1272. Weld77.C1 = CFrame.new(0.233483315, -0.920021057, 2.40009308, -0.688769102, 3.63413108e-07, -0.72497195, -0.000573334983, 1.00000679, 0.000545001705, 0.724970877, 0.000793985149, -0.688781977)
  1273. Weld77.Part0 = Part1
  1274. Weld77.Part1 = Part573
  1275. Weld77.part1 = Part573
  1276. Weld78.Parent = Part1
  1277. Weld78.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1278. Weld78.C1 = CFrame.new(2.22676086, -0.522041798, 0.223871231, 0.72497052, 0.000809123623, -0.688780427, 0.000588854891, -1.00000203, -0.000553498743, -0.688776255, -4.26080669e-06, -0.724970996)
  1279. Weld78.Part0 = Part1
  1280. Weld78.Part1 = Part575
  1281. Weld78.part1 = Part575
  1282. Weld79.Parent = Part1
  1283. Weld79.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1284. Weld79.C1 = CFrame.new(2.3334198, -0.653280258, -0.233498573, 0.72495997, 0.00079741131, -0.688791513, -0.000580405002, 1.00000203, 0.000545388262, 0.688787341, 4.33269179e-06, 0.724960446)
  1285. Weld79.Part0 = Part1
  1286. Weld79.Part1 = Part577
  1287. Weld79.part1 = Part577
  1288. Weld80.Parent = Part1
  1289. Weld80.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1290. Weld80.C1 = CFrame.new(-0.223937988, -0.522049189, 2.36005402, 0.688760757, -3.96265079e-07, 0.7249856, 0.000581638946, -1.00000203, -0.00055304321, 0.724985182, 0.00080357847, -0.688764989)
  1291. Weld80.Part0 = Part1
  1292. Weld80.Part1 = Part579
  1293. Weld80.part1 = Part579
  1294. Weld81.Parent = Part1
  1295. Weld81.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1296. Weld81.C1 = CFrame.new(0.233423233, -1.1533196, 2.19998169, -0.688772023, -6.37226003e-06, -0.724975049, -0.00057801808, 1.00000203, 0.000540284032, 0.724974573, 0.000792165229, -0.688776195)
  1297. Weld81.Part0 = Part1
  1298. Weld81.Part1 = Part581
  1299. Weld81.part1 = Part581
  1300. Weld82.Parent = Part1
  1301. Weld82.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1302. Weld82.C1 = CFrame.new(0.233687401, 0.886702538, -2.133358, -0.688769102, -3.51109429e-06, -0.72497201, 0.000575961254, -1.00000668, -0.000542194, -0.724970877, -0.000793955231, 0.688781977)
  1303. Weld82.Part0 = Part1
  1304. Weld82.Part1 = Part583
  1305. Weld82.part1 = Part583
  1306. Weld83.Parent = Part1
  1307. Weld83.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1308. Weld83.C1 = CFrame.new(2.29338074, 0.255352497, 0.242759705, 0.72497052, 0.000809123623, -0.688780427, -0.000576990424, 1.00000203, 0.000565986731, 0.688776255, -1.29646942e-05, 0.724970996)
  1309. Weld83.Part0 = Part1
  1310. Weld83.Part1 = Part585
  1311. Weld83.part1 = Part585
  1312. Weld84.Parent = Part1
  1313. Weld84.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1314. Weld84.C1 = CFrame.new(0.242708206, 0.488720894, -2.09330368, 0.688760817, 1.67702037e-05, 0.72498554, -0.000593463134, 1.00000203, 0.000540598412, -0.724985123, -0.000803579343, 0.688765049)
  1315. Weld84.Part0 = Part1
  1316. Weld84.Part1 = Part587
  1317. Weld84.part1 = Part587
  1318. Weld85.Parent = Part1
  1319. Weld85.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1320. Weld85.C1 = CFrame.new(2.29340744, -0.25535655, 0.223882675, 0.72497052, 0.000809123623, -0.688780427, 0.000588854891, -1.00000203, -0.000553498743, -0.688776255, -4.26080669e-06, -0.724970996)
  1321. Weld85.Part0 = Part1
  1322. Weld85.Part1 = Part589
  1323. Weld85.part1 = Part589
  1324. Weld86.Parent = Part1
  1325. Weld86.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1326. Weld86.C1 = CFrame.new(2.22673416, -0.522043467, -0.242767334, 0.72497052, 0.000809123623, -0.688780427, 0.000588854891, -1.00000203, -0.000553498743, -0.688776255, -4.26080669e-06, -0.724970996)
  1327. Weld86.Part0 = Part1
  1328. Weld86.Part1 = Part591
  1329. Weld86.part1 = Part591
  1330. Weld87.Parent = Part1
  1331. Weld87.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1332. Weld87.C1 = CFrame.new(0.242710114, -0.522046804, 2.36003494, 0.688760757, -3.96265079e-07, 0.7249856, 0.000581638946, -1.00000203, -0.00055304321, 0.724985182, 0.00080357847, -0.688764989)
  1333. Weld87.Part0 = Part1
  1334. Weld87.Part1 = Part593
  1335. Weld87.part1 = Part593
  1336. Weld88.Parent = Part1
  1337. Weld88.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1338. Weld88.C1 = CFrame.new(-0.23311615, 1.01997638, -1.93336105, -0.688772023, -6.87913735e-06, -0.724975049, 0.00057823729, -1.00000203, -0.000539793167, -0.724974573, -0.000791986065, 0.688776195)
  1339. Weld88.Part0 = Part1
  1340. Weld88.Part1 = Part595
  1341. Weld88.part1 = Part595
  1342. Weld89.Parent = Part1
  1343. Weld89.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1344. Weld89.C1 = CFrame.new(1.49900818, -1.15341401, 0.235076904, 0.724960804, 0.000805905904, -0.688792348, -0.00058033492, 1.00000668, 0.000554941071, 0.688779473, -2.77037543e-06, 0.724961996)
  1345. Weld89.Part0 = Part1
  1346. Weld89.Part1 = Part597
  1347. Weld89.part1 = Part597
  1348. Weld90.Parent = Part1
  1349. Weld90.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1350. Weld90.C1 = CFrame.new(2.1333313, -1.02000308, -0.233429909, 0.72495997, 0.00079741131, -0.688791513, -0.000575745304, 1.00000203, 0.000550292665, 0.688787341, -2.43233967e-06, 0.724960446)
  1351. Weld90.Part0 = Part1
  1352. Weld90.Part1 = Part599
  1353. Weld90.part1 = Part599
  1354. Weld91.Parent = Part1
  1355. Weld91.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1356. Weld91.C1 = CFrame.new(2.13329697, -1.019979, 0.233062744, 0.724957645, 0.000798395718, -0.688793957, -0.000576498976, 1.00000203, 0.000550928642, 0.688789785, -2.37161703e-06, 0.724958181)
  1357. Weld91.Part0 = Part1
  1358. Weld91.Part1 = Part601
  1359. Weld91.part1 = Part601
  1360. Weld92.Parent = Part1
  1361. Weld92.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1362. Weld92.C1 = CFrame.new(-0.223941803, 0.488726139, -2.09344101, 0.688758314, -3.25851738e-06, 0.724987924, -0.000578890555, 1.00000203, 0.00055437634, -0.724987507, -0.000802504132, 0.688762546)
  1363. Weld92.Part0 = Part1
  1364. Weld92.Part1 = Part603
  1365. Weld92.part1 = Part603
  1366. Weld93.Parent = Part1
  1367. Weld93.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1368. Weld93.C1 = CFrame.new(2.09331894, -0.622078896, -0.24279213, 0.724968195, 0.000810107624, -0.688782871, 0.000584989728, -1.00000203, -0.000558995584, -0.688778698, 2.38384359e-06, -0.724968672)
  1369. Weld93.Part0 = Part1
  1370. Weld93.Part1 = Part605
  1371. Weld93.part1 = Part605
  1372. Weld94.Parent = Part1
  1373. Weld94.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1374. Weld94.C1 = CFrame.new(2.09335327, -0.622035503, 0.223834991, 0.724968195, 0.000810107624, -0.688782871, 0.000584989728, -1.00000203, -0.000558995584, -0.688778698, 2.38384359e-06, -0.724968672)
  1375. Weld94.Part0 = Part1
  1376. Weld94.Part1 = Part607
  1377. Weld94.part1 = Part607
  1378. Weld95.Parent = Part1
  1379. Weld95.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1380. Weld95.C1 = CFrame.new(-0.233062744, -1.15332437, 2.19996643, -0.688769579, -6.34140633e-06, -0.724977374, -0.000577285304, 1.00000203, 0.000539626752, 0.724976838, 0.000791181286, -0.688773751)
  1381. Weld95.Part0 = Part1
  1382. Weld95.Part1 = Part609
  1383. Weld95.part1 = Part609
  1384. Weld96.Parent = Part1
  1385. Weld96.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1386. Weld96.C1 = CFrame.new(-0.223909378, 0.622073412, -1.89337158, 0.688758373, 6.72548686e-06, 0.724987864, -0.000585875241, 1.00000203, 0.000547240954, -0.724987447, -0.000802653376, 0.688762605)
  1387. Weld96.Part0 = Part1
  1388. Weld96.Part1 = Part611
  1389. Weld96.part1 = Part611
  1390. Weld97.Parent = Part1
  1391. Weld97.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1392. Weld97.C1 = CFrame.new(-0.232988358, -0.920027018, 2.4000473, -0.688769579, 4.24109487e-07, -0.724977255, -0.000572516641, 1.00000203, 0.000544428302, 0.724976838, 0.000791031285, -0.688773811)
  1393. Weld97.Part0 = Part1
  1394. Weld97.Part1 = Part613
  1395. Weld97.part1 = Part613
  1396. Weld98.Parent = Part1
  1397. Weld98.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1398. Weld98.C1 = CFrame.new(0.24271965, 0.622067213, -1.89336014, 0.688758373, 6.72548686e-06, 0.724987864, -0.000585875241, 1.00000203, 0.000547240954, -0.724987447, -0.000802653376, 0.688762605)
  1399. Weld98.Part0 = Part1
  1400. Weld98.Part1 = Part615
  1401. Weld98.part1 = Part615
  1402. Weld99.Parent = Part1
  1403. Weld99.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1404. Weld99.C1 = CFrame.new(1.49905777, -1.15341973, -0.231538773, 0.724957645, 0.000806889904, -0.688793957, -0.000582492677, 1.00000203, 0.000556952145, 0.688789785, -2.60995967e-06, 0.724958181)
  1405. Weld99.Part0 = Part1
  1406. Weld99.Part1 = Part617
  1407. Weld99.part1 = Part617
  1408. Weld100.Parent = Part1
  1409. Weld100.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1410. Weld100.C1 = CFrame.new(-0.223983765, -0.755493879, 2.16013336, 0.688758492, 6.18886634e-06, 0.724987924, 0.000585462782, -1.00000203, -0.000547589327, 0.724987388, 0.000802594295, -0.688762665)
  1411. Weld100.Part0 = Part1
  1412. Weld100.Part1 = Part619
  1413. Weld100.part1 = Part619
  1414. Weld101.Parent = Part1
  1415. Weld101.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1416. Weld101.C1 = CFrame.new(1.46003723, -0.755389214, 0.223834038, 0.724968195, 0.000810107624, -0.688782871, 0.000582649605, -1.00000203, -0.000561458699, -0.688778698, 5.78130221e-06, -0.724968672)
  1417. Weld101.Part0 = Part1
  1418. Weld101.Part1 = Part621
  1419. Weld101.part1 = Part621
  1420. Weld102.Parent = Part1
  1421. Weld102.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1422. Weld102.C1 = CFrame.new(0.24266243, -0.755471945, 2.16010666, 0.688757896, 6.24950371e-06, 0.7249825, 0.000586274546, -1.00000668, -0.000548169482, 0.724981427, 0.000805548509, -0.688770831)
  1423. Weld102.Part0 = Part1
  1424. Weld102.Part1 = Part623
  1425. Weld102.part1 = Part623
  1426. Weld103.Parent = Part1
  1427. Weld103.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1428. Weld103.C1 = CFrame.new(2.26672363, -0.919983387, 0.233148575, 0.72495997, 0.00079741131, -0.688791513, -0.000580405002, 1.00000203, 0.000545388262, 0.688787341, 4.33269179e-06, 0.724960446)
  1429. Weld103.Part0 = Part1
  1430. Weld103.Part1 = Part625
  1431. Weld103.part1 = Part625
  1432. Weld104.Parent = Part1
  1433. Weld104.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1434. Weld104.C1 = CFrame.new(1.46001434, -0.755405903, -0.242790222, 0.724968195, 0.000810107624, -0.688782871, 0.000582649664, -1.00000203, -0.000561458641, -0.688778698, 5.7812731e-06, -0.724968672)
  1435. Weld104.Part0 = Part1
  1436. Weld104.Part1 = Part627
  1437. Weld104.part1 = Part627
  1438. Weld105.Parent = Part1
  1439. Weld105.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1440. Weld105.C1 = CFrame.new(2.26676559, -0.919993401, -0.233509064, 0.724957645, 0.000798395718, -0.688793957, -0.000581158616, 1.00000203, 0.000546024297, 0.688789785, 4.39338191e-06, 0.724958181)
  1441. Weld105.Part0 = Part1
  1442. Weld105.Part1 = Part629
  1443. Weld105.part1 = Part629
  1444. Weld106.Parent = Part1
  1445. Weld106.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1446. Weld106.C1 = CFrame.new(2.33338547, -0.653280258, 0.233139038, 0.724957645, 0.000798395253, -0.688793957, -0.000581158267, 1.00000203, 0.000546024006, 0.688789785, 4.39335327e-06, 0.724958181)
  1447. Weld106.Part0 = Part1
  1448. Weld106.Part1 = Part631
  1449. Weld106.part1 = Part631
  1450. Weld107.Parent = Part1
  1451. Weld107.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  1452. Weld107.C1 = CFrame.new(-0.232940674, 0.886658192, -2.13332748, -0.688769102, -3.51109429e-06, -0.72497201, 0.000575961254, -1.00000668, -0.000542194, -0.724970877, -0.000793955231, 0.688781977)
  1453. Weld107.Part0 = Part1
  1454. Weld107.Part1 = Part633
  1455. Weld107.part1 = Part633
  1456. Weld108.Parent = Part1
  1457. Weld108.C0 = CFrame.new(0, 0, 0, -0.999980509, 0.00473501254, -0.00407641521, 0.00473877462, 0.999988377, -0.000913872267, 0.00407201052, -0.000933171483, -0.999991298)
  1458. Weld108.C1 = CFrame.new(0, 0, 0, -0.999980509, 0.00473501254, -0.00407641521, 0.00473877462, 0.999988377, -0.000913872267, 0.00407201052, -0.000933171483, -0.999991298)
  1459. Weld108.Part0 = Part1
  1460. Weld108.Part1 = Part1
  1461. Weld108.part1 = Part1
  1462. Weld109.Parent = Part1
  1463. Weld109.C0 = CFrame.new(0, 0, 0, -0.999980509, 0.004735013, -0.00407644501, 0.00473877368, 0.999988377, -0.000913872267, 0.00407198025, -0.000933171366, -0.999991298)
  1464. Weld109.C1 = CFrame.new(0, 0, 0, -0.999980509, 0.004735013, -0.00407644501, 0.00473877368, 0.999988377, -0.000913872267, 0.00407198025, -0.000933171366, -0.999991298)
  1465. Weld109.Part0 = Part1
  1466. Weld109.Part1 = Part1
  1467. Weld109.part1 = Part1
  1468. Weld110.Parent = Part1
  1469. Weld110.C0 = CFrame.new(0, 0, 0, 0.495026767, 0.00122553529, 0.868876874, 0.811120391, 0.357856274, -0.462625831, -0.311499983, 0.933775902, 0.176154375)
  1470. Weld110.C1 = CFrame.new(0, 0, 0, 0.495026767, 0.00122553529, 0.868876874, 0.811120391, 0.357856274, -0.462625831, -0.311499983, 0.933775902, 0.176154375)
  1471. Weld110.Part0 = Part1
  1472. Weld110.Part1 = Part1
  1473. Weld110.part1 = Part1
  1474. Weld111.Parent = Part1
  1475. Weld111.C0 = CFrame.new(0, 0, 0, 0.495026767, 0.00122553529, 0.868876874, 0.811120391, 0.357856274, -0.462625831, -0.311499983, 0.933775902, 0.176154375)
  1476. Weld111.C1 = CFrame.new(0, 0, 0, 0.495026767, 0.00122553529, 0.868876874, 0.811120391, 0.357856274, -0.462625831, -0.311499983, 0.933775902, 0.176154375)
  1477. Weld111.Part0 = Part1
  1478. Weld111.Part1 = Part1
  1479. Weld111.part1 = Part1
  1480. Weld112.Parent = Part1
  1481. Weld112.C0 = CFrame.new(0, 0, 0, 0.495026767, 0.00122553529, 0.868876874, 0.811120391, 0.357856274, -0.462625831, -0.311499983, 0.933775902, 0.176154375)
  1482. Weld112.C1 = CFrame.new(0, 0, 0, 0.495026767, 0.00122553529, 0.868876874, 0.811120391, 0.357856274, -0.462625831, -0.311499983, 0.933775902, 0.176154375)
  1483. Weld112.Part0 = Part1
  1484. Weld112.Part1 = Part1
  1485. Weld112.part1 = Part1
  1486. Weld113.Parent = Part1
  1487. Weld113.C0 = CFrame.new(0, 0, 0, 0.461766899, 5.61560046e-05, 0.887001157, 0.000728041108, 1, -0.000442299352, -0.887000859, 0.00085007184, 0.461767018)
  1488. Weld113.C1 = CFrame.new(0, 0, 0, 0.461766899, 5.61560046e-05, 0.887001157, 0.000728041108, 1, -0.000442299352, -0.887000859, 0.00085007184, 0.461767018)
  1489. Weld113.Part0 = Part1
  1490. Weld113.Part1 = Part1
  1491. Weld113.part1 = Part1
  1492. Weld114.Parent = Part1
  1493. Weld114.C0 = CFrame.new(0, 0, 0, 0.46176666, 5.61667111e-05, 0.887001038, 0.000728019921, 1.00000036, -0.000442276418, -0.887000799, 0.000850101525, 0.461767167)
  1494. Weld114.C1 = CFrame.new(0, 0, 0, 0.46176666, 5.61667111e-05, 0.887001038, 0.000728019921, 1.00000036, -0.000442276418, -0.887000799, 0.000850101525, 0.461767167)
  1495. Weld114.Part0 = Part1
  1496. Weld114.Part1 = Part1
  1497. Weld114.part1 = Part1
  1498. Weld115.Parent = Part1
  1499. Weld115.C0 = CFrame.new(0, 0, 0, 0.461766452, 5.61774141e-05, 0.887000918, 0.000727998617, 1.0000006, -0.000442253426, -0.887000859, 0.000850131328, 0.461767346)
  1500. Weld115.C1 = CFrame.new(0, 0, 0, 0.461766452, 5.61774141e-05, 0.887000918, 0.000727998617, 1.0000006, -0.000442253426, -0.887000859, 0.000850131328, 0.461767346)
  1501. Weld115.Part0 = Part1
  1502. Weld115.Part1 = Part1
  1503. Weld115.part1 = Part1
  1504. Weld116.Parent = Part1
  1505. Weld116.C0 = CFrame.new(0, 0, 0, -0.999999285, 4.04402417e-05, -2.40035552e-05, 4.03850463e-05, 1.00000072, -0.000789232552, 2.29539837e-05, -0.000789024809, -0.99999994)
  1506. Weld116.C1 = CFrame.new(0, 0, 0, -0.999999285, 4.04402417e-05, -2.40035552e-05, 4.03850463e-05, 1.00000072, -0.000789232552, 2.29539837e-05, -0.000789024809, -0.99999994)
  1507. Weld116.Part0 = Part1
  1508. Weld116.Part1 = Part1
  1509. Weld116.part1 = Part1
  1510. Weld117.Parent = Part1
  1511. Weld117.C0 = CFrame.new(0, 0, 0, -0.999999285, 4.04402235e-05, -2.40259906e-05, 4.03850463e-05, 1.0000006, -0.000789232494, 2.29315465e-05, -0.000789024809, -0.99999994)
  1512. Weld117.C1 = CFrame.new(0, 0, 0, -0.999999285, 4.04402235e-05, -2.40259906e-05, 4.03850463e-05, 1.0000006, -0.000789232494, 2.29315465e-05, -0.000789024809, -0.99999994)
  1513. Weld117.Part0 = Part1
  1514. Weld117.Part1 = Part1
  1515. Weld117.part1 = Part1
  1516. Weld118.Parent = Part1
  1517. Weld118.C0 = CFrame.new(0, 0, 0, -0.294561625, 5.00818787e-05, 0.955632448, 0.828238726, 0.498857498, 0.255267978, -0.476711631, 0.86668402, -0.146985754)
  1518. Weld118.C1 = CFrame.new(0, 0, 0, -0.294561625, 5.00818787e-05, 0.955632448, 0.828238726, 0.498857498, 0.255267978, -0.476711631, 0.86668402, -0.146985754)
  1519. Weld118.Part0 = Part1
  1520. Weld118.Part1 = Part1
  1521. Weld118.part1 = Part1
  1522. Weld119.Parent = Part1
  1523. Weld119.C0 = CFrame.new(0, 0, 0, -0.294561625, 5.00818787e-05, 0.955632448, 0.828238726, 0.498857498, 0.255267978, -0.476711631, 0.86668402, -0.146985754)
  1524. Weld119.C1 = CFrame.new(0, 0, 0, -0.294561625, 5.00818787e-05, 0.955632448, 0.828238726, 0.498857498, 0.255267978, -0.476711631, 0.86668402, -0.146985754)
  1525. Weld119.Part0 = Part1
  1526. Weld119.Part1 = Part1
  1527. Weld119.part1 = Part1
  1528. Weld120.Parent = Part1
  1529. Weld120.C0 = CFrame.new(0, 0, 0, -0.294561625, 5.00818787e-05, 0.955632448, 0.828238726, 0.498857498, 0.255267978, -0.476711631, 0.86668402, -0.146985754)
  1530. Weld120.C1 = CFrame.new(0, 0, 0, -0.294561625, 5.00818787e-05, 0.955632448, 0.828238726, 0.498857498, 0.255267978, -0.476711631, 0.86668402, -0.146985754)
  1531. Weld120.Part0 = Part1
  1532. Weld120.Part1 = Part1
  1533. Weld120.part1 = Part1
  1534. Weld121.Parent = Part1
  1535. Weld121.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1536. Weld121.C1 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1537. Weld121.Part0 = Part1
  1538. Weld121.Part1 = Part1
  1539. Weld121.part1 = Part1
  1540. Weld122.Parent = Part1
  1541. Weld122.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1542. Weld122.C1 = CFrame.new(2.29333115, 0.53690052, 0.400868654, 0.877505064, 0.000805892807, -0.479566723, 0.479566902, 1.79083436e-05, 0.877505362, 0.000715763483, -0.999999762, -0.000370764785)
  1543. Weld122.Part0 = Part1
  1544. Weld122.Part1 = Part433
  1545. Weld122.part1 = Part433
  1546. Weld123.Parent = Part1
  1547. Weld123.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1548. Weld123.C1 = CFrame.new(-0.397091389, -0.761092186, 2.20000458, -0.000692364818, 0.999999762, 0.000387274602, 0.479556739, -7.80946084e-06, 0.877510846, 0.877510607, 0.000793277868, -0.479556561)
  1549. Weld123.Part0 = Part1
  1550. Weld123.Part1 = Part435
  1551. Weld123.part1 = Part435
  1552. Weld124.Parent = Part1
  1553. Weld124.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1554. Weld124.C1 = CFrame.new(0.400862694, -0.536903381, 2.42664337, 0.000712633191, -0.999999762, -0.000376554963, -0.479566872, -1.13262395e-05, -0.877505362, 0.877505064, 0.000805922726, -0.479566753)
  1555. Weld124.Part0 = Part1
  1556. Weld124.Part1 = Part437
  1557. Weld124.part1 = Part437
  1558. Weld125.Parent = Part1
  1559. Weld125.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1560. Weld125.C1 = CFrame.new(2.13335419, 0.627673149, -0.397085905, 0.877510726, 0.000793377054, -0.479556561, -0.47955671, -1.62636061e-05, -0.877510965, -0.000703996338, 0.999999762, 0.000366197753)
  1561. Weld125.Part0 = Part1
  1562. Weld125.Part1 = Part439
  1563. Weld125.part1 = Part439
  1564. Weld126.Parent = Part1
  1565. Weld126.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1566. Weld126.C1 = CFrame.new(0.0162553787, -0.527724266, 2.40007401, -0.000695852097, 0.999999762, 0.000375128031, 0.479556739, 4.52163931e-06, 0.877510965, 0.877510607, 0.000790513004, -0.47955662)
  1567. Weld126.Part0 = Part1
  1568. Weld126.Part1 = Part441
  1569. Weld126.part1 = Part441
  1570. Weld127.Parent = Part1
  1571. Weld127.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1572. Weld127.C1 = CFrame.new(2.33342361, 0.261119843, 0.0162799358, 0.877510607, 0.000790481921, -0.479556739, -0.479556859, -1.7860777e-05, -0.877510905, -0.000702221761, 0.999999762, 0.000363407977)
  1573. Weld127.Part0 = Part1
  1574. Weld127.Part1 = Part443
  1575. Weld127.part1 = Part443
  1576. Weld128.Parent = Part1
  1577. Weld128.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1578. Weld128.C1 = CFrame.new(2.133358, 0.627672195, 0.0163061619, 0.877510726, 0.000793377054, -0.479556561, -0.47955671, -1.62636061e-05, -0.877510965, -0.000703996338, 0.999999762, 0.000366197753)
  1579. Weld128.Part0 = Part1
  1580. Weld128.Part1 = Part445
  1581. Weld128.part1 = Part445
  1582. Weld129.Parent = Part1
  1583. Weld129.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1584. Weld129.C1 = CFrame.new(0.0141994953, -0.770340919, 2.22667694, 0.000705991872, -0.999999762, -0.000394560397, -0.479566962, 7.65850837e-06, -0.877505302, 0.877505064, 0.00080872979, -0.479566813)
  1585. Weld129.Part0 = Part1
  1586. Weld129.Part1 = Part447
  1587. Weld129.part1 = Part447
  1588. Weld130.Parent = Part1
  1589. Weld130.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1590. Weld130.C1 = CFrame.new(0.016302824, -0.761092186, 2.20000839, -0.000692364818, 0.999999762, 0.000387274602, 0.479556739, -7.80946084e-06, 0.877510846, 0.877510607, 0.000793277868, -0.479556561)
  1591. Weld130.Part0 = Part1
  1592. Weld130.Part1 = Part449
  1593. Weld130.part1 = Part449
  1594. Weld131.Parent = Part1
  1595. Weld131.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1596. Weld131.C1 = CFrame.new(1.50004959, 0.761049271, 0.0162951946, 0.877510607, 0.000793351617, -0.47955662, -0.479556799, -6.07298171e-06, -0.877510846, -0.000699086988, 0.999999762, 0.000375128031)
  1597. Weld131.Part0 = Part1
  1598. Weld131.Part1 = Part451
  1599. Weld131.part1 = Part451
  1600. Weld132.Parent = Part1
  1601. Weld132.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1602. Weld132.C1 = CFrame.new(0.0142023563, 0.637055397, -1.95995712, 0.000706322899, -0.999999762, -0.000394156348, 0.479566842, -7.14520911e-06, 0.877505362, -0.877505064, -0.000808826473, 0.479566753)
  1603. Weld132.Part0 = Part1
  1604. Weld132.Part1 = Part453
  1605. Weld132.part1 = Part453
  1606. Weld133.Parent = Part1
  1607. Weld133.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1608. Weld133.C1 = CFrame.new(0.0162961483, 0.627658844, -1.93340302, -0.000692638685, 0.999999762, 0.000386850967, -0.479556829, 7.30630563e-06, -0.877510905, -0.877510607, -0.000793314946, 0.47955671)
  1609. Weld133.Part0 = Part1
  1610. Weld133.Part1 = Part455
  1611. Weld133.part1 = Part455
  1612. Weld134.Parent = Part1
  1613. Weld134.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1614. Weld134.C1 = CFrame.new(0.400914192, 0.503626823, -2.16003036, 0.000710967986, -0.999999762, -0.000385336345, 0.479566783, 2.82193514e-06, 0.877505481, -0.877505064, -0.000808672805, 0.479566723)
  1615. Weld134.Part0 = Part1
  1616. Weld134.Part1 = Part457
  1617. Weld134.part1 = Part457
  1618. Weld135.Parent = Part1
  1619. Weld135.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1620. Weld135.C1 = CFrame.new(-0.397091389, 0.494374275, -2.13334274, -0.000697452575, 0.999999762, 0.000377933349, -0.47955671, -2.82745305e-06, -0.877510965, -0.877510607, -0.000793262792, 0.47955659)
  1621. Weld135.Part0 = Part1
  1622. Weld135.Part1 = Part459
  1623. Weld135.part1 = Part459
  1624. Weld136.Parent = Part1
  1625. Weld136.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1626. Weld136.C1 = CFrame.new(1.52658463, 0.770370483, 0.400915623, 0.877505064, 0.000808709767, -0.479566813, 0.479566962, 6.22672087e-06, 0.877505362, 0.000712633249, -0.999999762, -0.000382366445)
  1627. Weld136.Part0 = Part1
  1628. Weld136.Part1 = Part461
  1629. Weld136.part1 = Part461
  1630. Weld137.Parent = Part1
  1631. Weld137.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1632. Weld137.C1 = CFrame.new(0.400911331, 0.637065887, -1.95994949, 0.000706322899, -0.999999762, -0.000394156348, 0.479566842, -7.14520911e-06, 0.877505362, -0.877505064, -0.000808826473, 0.479566753)
  1633. Weld137.Part0 = Part1
  1634. Weld137.Part1 = Part463
  1635. Weld137.part1 = Part463
  1636. Weld138.Parent = Part1
  1637. Weld138.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1638. Weld138.C1 = CFrame.new(2.3599968, 0.270318031, 0.400888681, 0.877505064, 0.000805892807, -0.479566723, 0.479566902, 1.79083436e-05, 0.877505362, 0.000715763483, -0.999999762, -0.000370764785)
  1639. Weld138.Part0 = Part1
  1640. Weld138.Part1 = Part465
  1641. Weld138.part1 = Part465
  1642. Weld139.Parent = Part1
  1643. Weld139.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1644. Weld139.C1 = CFrame.new(2.33341599, 0.26116848, -0.397088528, 0.877510607, 0.000790481921, -0.479556739, -0.479556859, -1.7860777e-05, -0.877510905, -0.000702221761, 0.999999762, 0.000363407977)
  1645. Weld139.Part0 = Part1
  1646. Weld139.Part1 = Part467
  1647. Weld139.part1 = Part467
  1648. Weld140.Parent = Part1
  1649. Weld140.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1650. Weld140.C1 = CFrame.new(1.50005341, 0.761048317, -0.397086859, 0.877510607, 0.000793351617, -0.47955662, -0.479556799, -6.07298171e-06, -0.877510846, -0.000699086988, 0.999999762, 0.000375128031)
  1651. Weld140.Part0 = Part1
  1652. Weld140.Part1 = Part469
  1653. Weld140.part1 = Part469
  1654. Weld141.Parent = Part1
  1655. Weld141.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1656. Weld141.C1 = CFrame.new(2.36000443, 0.270356178, 0.0141816139, 0.877505064, 0.000805892807, -0.479566723, 0.479566902, 1.79083436e-05, 0.877505362, 0.000715763483, -0.999999762, -0.000370764785)
  1657. Weld141.Part0 = Part1
  1658. Weld141.Part1 = Part471
  1659. Weld141.part1 = Part471
  1660. Weld142.Parent = Part1
  1661. Weld142.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1662. Weld142.C1 = CFrame.new(-0.397132158, -0.52776432, 2.40006638, -0.000695852097, 0.999999762, 0.000375128031, 0.479556739, 4.52163931e-06, 0.877510965, 0.877510607, 0.000790513004, -0.47955662)
  1663. Weld142.Part0 = Part1
  1664. Weld142.Part1 = Part473
  1665. Weld142.part1 = Part473
  1666. Weld143.Parent = Part1
  1667. Weld143.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1668. Weld143.C1 = CFrame.new(2.26665115, 0.527750015, -0.397127151, 0.877510607, 0.000790481921, -0.479556739, -0.479556859, -1.7860777e-05, -0.877510905, -0.000702221761, 0.999999762, 0.000363407977)
  1669. Weld143.Part0 = Part1
  1670. Weld143.Part1 = Part475
  1671. Weld143.part1 = Part475
  1672. Weld144.Parent = Part1
  1673. Weld144.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1674. Weld144.C1 = CFrame.new(2.26665497, 0.527703285, 0.016258955, 0.877510607, 0.000790481921, -0.479556739, -0.479556859, -1.7860777e-05, -0.877510905, -0.000702221761, 0.999999762, 0.000363407977)
  1675. Weld144.Part0 = Part1
  1676. Weld144.Part1 = Part477
  1677. Weld144.part1 = Part477
  1678. Weld145.Parent = Part1
  1679. Weld145.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1680. Weld145.C1 = CFrame.new(1.52659225, 0.770380974, 0.0142145157, 0.877505064, 0.000808709767, -0.479566813, 0.479566962, 6.22672087e-06, 0.877505362, 0.000712633249, -0.999999762, -0.000382366445)
  1681. Weld145.Part0 = Part1
  1682. Weld145.Part1 = Part479
  1683. Weld145.part1 = Part479
  1684. Weld146.Parent = Part1
  1685. Weld146.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1686. Weld146.C1 = CFrame.new(-0.397097111, 0.627649307, -1.93339539, -0.000692638685, 0.999999762, 0.000386850967, -0.479556829, 7.30630563e-06, -0.877510905, -0.877510607, -0.000793314946, 0.47955671)
  1687. Weld146.Part0 = Part1
  1688. Weld146.Part1 = Part481
  1689. Weld146.part1 = Part481
  1690. Weld147.Parent = Part1
  1691. Weld147.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1692. Weld147.C1 = CFrame.new(0.0141556263, -0.536937714, 2.42664337, 0.00070950517, -0.999999762, -0.000382338039, -0.479566902, -4.75154047e-06, -0.877505362, 0.877505064, 0.000805951306, -0.479566783)
  1693. Weld147.Part0 = Part1
  1694. Weld147.Part1 = Part483
  1695. Weld147.part1 = Part483
  1696. Weld148.Parent = Part1
  1697. Weld148.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1698. Weld148.C1 = CFrame.new(0.0163016319, 0.49437809, -2.13334656, -0.000697452575, 0.999999762, 0.000377933349, -0.47955671, -2.82745305e-06, -0.877510965, -0.877510607, -0.000793262792, 0.47955659)
  1699. Weld148.Part0 = Part1
  1700. Weld148.Part1 = Part485
  1701. Weld148.part1 = Part485
  1702. Weld149.Parent = Part1
  1703. Weld149.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1704. Weld149.C1 = CFrame.new(2.16003036, 0.637050629, 0.0142073631, 0.877505183, 0.000808754878, -0.479566664, 0.479566842, 1.62474389e-05, 0.877505422, 0.000717478455, -0.999999762, -0.000373594783)
  1705. Weld149.Part0 = Part1
  1706. Weld149.Part1 = Part487
  1707. Weld149.part1 = Part487
  1708. Weld150.Parent = Part1
  1709. Weld150.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1710. Weld150.C1 = CFrame.new(0.0142068863, 0.503620148, -2.16004562, 0.000710967986, -0.999999762, -0.000385336345, 0.479566783, 2.82193514e-06, 0.877505481, -0.877505064, -0.000808672805, 0.479566723)
  1711. Weld150.Part0 = Part1
  1712. Weld150.Part1 = Part489
  1713. Weld150.part1 = Part489
  1714. Weld151.Parent = Part1
  1715. Weld151.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1716. Weld151.C1 = CFrame.new(2.29333496, 0.536944389, 0.014159441, 0.877505064, 0.000805892807, -0.479566723, 0.479566902, 1.79083436e-05, 0.877505362, 0.000715763483, -0.999999762, -0.000370764785)
  1717. Weld151.Part0 = Part1
  1718. Weld151.Part1 = Part491
  1719. Weld151.part1 = Part491
  1720. Weld152.Parent = Part1
  1721. Weld152.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1722. Weld152.C1 = CFrame.new(0.400893211, -0.770347595, 2.22667313, 0.000705991872, -0.999999762, -0.000394560397, -0.479566962, 7.65850837e-06, -0.877505302, 0.877505064, 0.00080872979, -0.479566813)
  1723. Weld152.Part0 = Part1
  1724. Weld152.Part1 = Part493
  1725. Weld152.part1 = Part493
  1726. Weld153.Parent = Part1
  1727. Weld153.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1728. Weld153.C1 = CFrame.new(2.16002274, 0.637039185, 0.400923967, 0.877505183, 0.000808754878, -0.479566664, 0.479566842, 1.62474389e-05, 0.877505422, 0.000717478455, -0.999999762, -0.000373594783)
  1729. Weld153.Part0 = Part1
  1730. Weld153.Part1 = Part495
  1731. Weld153.part1 = Part495
  1732. Weld154.Parent = Part1
  1733. Weld154.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1734. Weld154.C1 = CFrame.new(1.50000763, -0.286598682, 0.133210182, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1735. Weld154.Part0 = Part1
  1736. Weld154.Part1 = Part497
  1737. Weld154.part1 = Part497
  1738. Weld155.Parent = Part1
  1739. Weld155.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1740. Weld155.C1 = CFrame.new(0.0999755859, -0.353285789, -2.86102295e-06, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1741. Weld155.Part0 = Part1
  1742. Weld155.Part1 = Part499
  1743. Weld155.part1 = Part499
  1744. Weld156.Parent = Part1
  1745. Weld156.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1746. Weld156.C1 = CFrame.new(-0.233272552, 0.480128527, 6.67572021e-06, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1747. Weld156.Part0 = Part1
  1748. Weld156.Part1 = Part501
  1749. Weld156.part1 = Part501
  1750. Weld157.Parent = Part1
  1751. Weld157.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1752. Weld157.C1 = CFrame.new(1.93339157, 0.253462076, -0.133414268, 0.877507627, 0.000800604932, -0.479562104, -0.000697813928, 0.999999762, 0.000392582326, 0.479562223, -9.84888447e-06, 0.877507925)
  1753. Weld157.Part0 = Part1
  1754. Weld157.Part1 = Part503
  1755. Weld157.part1 = Part503
  1756. Weld158.Parent = Part1
  1757. Weld158.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1758. Weld158.C1 = CFrame.new(1.66664505, -0.619972229, -8.86917114e-05, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1759. Weld158.Part0 = Part1
  1760. Weld158.Part1 = Part505
  1761. Weld158.part1 = Part505
  1762. Weld159.Parent = Part1
  1763. Weld159.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1764. Weld159.C1 = CFrame.new(1.86671448, -0.353266001, 0.133192062, 0.87750417, 0.000795266067, -0.479568392, -0.000694383518, 0.999999762, 0.000387726468, 0.479568481, -7.22722007e-06, 0.877504528)
  1765. Weld159.Part0 = Part1
  1766. Weld159.Part1 = Part507
  1767. Weld159.part1 = Part507
  1768. Weld160.Parent = Part1
  1769. Weld160.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1770. Weld160.C1 = CFrame.new(1.13331985, -0.353279114, -5.81741333e-05, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1771. Weld160.Part0 = Part1
  1772. Weld160.Part1 = Part509
  1773. Weld160.part1 = Part509
  1774. Weld161.Parent = Part1
  1775. Weld161.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1776. Weld161.C1 = CFrame.new(1.5000267, -0.286605835, -0.133386612, 0.877507865, 0.000800894864, -0.479561716, -0.000698033022, 0.999999762, 0.00039278614, 0.479561925, -9.92304649e-06, 0.877508044)
  1777. Weld161.Part0 = Part1
  1778. Weld161.Part1 = Part511
  1779. Weld161.part1 = Part511
  1780. Weld162.Parent = Part1
  1781. Weld162.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1782. Weld162.C1 = CFrame.new(1.86673355, -0.386610985, -0.133406639, 0.877507865, 0.000800894864, -0.479561716, -0.000698033022, 0.999999762, 0.00039278614, 0.479561925, -9.92304649e-06, 0.877508044)
  1783. Weld162.Part0 = Part1
  1784. Weld162.Part1 = Part513
  1785. Weld162.part1 = Part513
  1786. Weld163.Parent = Part1
  1787. Weld163.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1788. Weld163.C1 = CFrame.new(1.93338013, -0.119916677, -0.000100135803, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1789. Weld163.Part0 = Part1
  1790. Weld163.Part1 = Part515
  1791. Weld163.part1 = Part515
  1792. Weld164.Parent = Part1
  1793. Weld164.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1794. Weld164.C1 = CFrame.new(0.666633606, -0.519972324, -0.133332253, 0.877507865, 0.000800894864, -0.479561716, -0.000698033022, 0.999999762, 0.00039278614, 0.479561925, -9.92304649e-06, 0.877508044)
  1795. Weld164.Part0 = Part1
  1796. Weld164.Part1 = Part517
  1797. Weld164.part1 = Part517
  1798. Weld165.Parent = Part1
  1799. Weld165.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1800. Weld165.C1 = CFrame.new(-0.166625977, -0.0199251175, 1.43051147e-05, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1801. Weld165.Part0 = Part1
  1802. Weld165.Part1 = Part519
  1803. Weld165.part1 = Part519
  1804. Weld166.Parent = Part1
  1805. Weld166.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1806. Weld166.C1 = CFrame.new(-0.333374023, 0.113423586, 7.62939453e-06, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1807. Weld166.Part0 = Part1
  1808. Weld166.Part1 = Part521
  1809. Weld166.part1 = Part521
  1810. Weld167.Parent = Part1
  1811. Weld167.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1812. Weld167.C1 = CFrame.new(0.666622162, -0.519953251, 0.133257866, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1813. Weld167.Part0 = Part1
  1814. Weld167.Part1 = Part523
  1815. Weld167.part1 = Part523
  1816. Weld168.Parent = Part1
  1817. Weld168.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1818. Weld168.C1 = CFrame.new(9.53674316e-05, -0.819992781, 1.66664124, -0.47956863, -6.1271553e-06, -0.877504408, -0.000700793811, 0.999999762, 0.000376011361, 0.87750411, 0.000795272936, -0.479568541)
  1819. Weld168.Part0 = Part1
  1820. Weld168.Part1 = Part525
  1821. Weld168.part1 = Part525
  1822. Weld169.Parent = Part1
  1823. Weld169.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1824. Weld169.C1 = CFrame.new(1.66664886, -0.119929075, -8.86917114e-05, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1825. Weld169.Part0 = Part1
  1826. Weld169.Part1 = Part527
  1827. Weld169.part1 = Part527
  1828. Weld170.Parent = Part1
  1829. Weld170.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1830. Weld170.C1 = CFrame.new(1.50001907, 0.153439283, 0.133213997, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1831. Weld170.Part0 = Part1
  1832. Weld170.Part1 = Part529
  1833. Weld170.part1 = Part529
  1834. Weld171.Parent = Part1
  1835. Weld171.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1836. Weld171.C1 = CFrame.new(2.06666946, -0.653301954, -0.000105857849, 0.87750411, 0.000797164626, -0.479568392, -0.000696078874, 0.999999762, 0.000388583052, 0.479568541, -7.16583736e-06, 0.877504408)
  1837. Weld171.Part0 = Part1
  1838. Weld171.Part1 = Part531
  1839. Weld171.part1 = Part531
  1840. Weld172.Parent = Part1
  1841. Weld172.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1842. Weld172.C1 = CFrame.new(2.03335953, -0.386607647, -0.0001039505, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1843. Weld172.Part0 = Part1
  1844. Weld172.Part1 = Part533
  1845. Weld172.part1 = Part533
  1846. Weld173.Parent = Part1
  1847. Weld173.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1848. Weld173.C1 = CFrame.new(7.72476196e-05, -0.819993734, 1.26673126, -0.47956863, -6.1271553e-06, -0.877504408, -0.000700793811, 0.999999762, 0.000376011361, 0.87750411, 0.000795272936, -0.479568541)
  1849. Weld173.Part0 = Part1
  1850. Weld173.Part1 = Part535
  1851. Weld173.part1 = Part535
  1852. Weld174.Parent = Part1
  1853. Weld174.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1854. Weld174.C1 = CFrame.new(7.34329224e-05, -0.886671782, 1.26673126, -0.47956863, -6.1271553e-06, -0.877504408, -0.000700793811, 0.999999762, 0.000376011361, 0.87750411, 0.000795272936, -0.479568541)
  1855. Weld174.Part0 = Part1
  1856. Weld174.Part1 = Part537
  1857. Weld174.part1 = Part537
  1858. Weld175.Parent = Part1
  1859. Weld175.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1860. Weld175.C1 = CFrame.new(1.50003433, 0.153435707, -0.133372307, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  1861. Weld175.Part0 = Part1
  1862. Weld175.Part1 = Part539
  1863. Weld175.part1 = Part539
  1864. Weld176.Parent = Part1
  1865. Weld176.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1866. Weld176.C1 = CFrame.new(1.9333725, 0.253461361, 0.133195877, 0.87750417, 0.000795306347, -0.479568362, -0.000694383401, 0.999999762, 0.000387810578, 0.479568511, -7.30104648e-06, 0.877504468)
  1867. Weld176.Part0 = Part1
  1868. Weld176.Part1 = Part541
  1869. Weld176.part1 = Part541
  1870. Weld177.Parent = Part1
  1871. Weld177.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1872. Weld177.C1 = CFrame.new(3.52859497e-05, 0.553474665, 0.566665649, -0.47956866, 1.48666413e-06, -0.877504468, -0.000697120209, 0.999999762, 0.000382680417, 0.87750411, 0.000795247615, -0.479568571)
  1873. Weld177.Part0 = Part1
  1874. Weld177.Part1 = Part543
  1875. Weld177.part1 = Part543
  1876. Weld178.Parent = Part1
  1877. Weld178.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1878. Weld178.C1 = CFrame.new(7.34329224e-05, 0.486811876, 1.4000473, -0.47956863, -6.1271553e-06, -0.877504408, -0.000700793811, 0.999999762, 0.000376011361, 0.87750411, 0.000795272936, -0.479568541)
  1879. Weld178.Part0 = Part1
  1880. Weld178.Part1 = Part545
  1881. Weld178.part1 = Part545
  1882. Weld179.Parent = Part1
  1883. Weld179.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1884. Weld179.C1 = CFrame.new(-5.34057617e-05, 1.03334427, 0.553477764, 0.47956863, 6.1271171e-06, 0.877504408, 0.87750411, 0.000795272936, -0.479568541, -0.000700793811, 0.999999762, 0.00037601139)
  1885. Weld179.Part0 = Part1
  1886. Weld179.Part1 = Part547
  1887. Weld179.part1 = Part547
  1888. Weld180.Parent = Part1
  1889. Weld180.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1890. Weld180.C1 = CFrame.new(0.466678619, -0.619911909, -9.53674316e-06, 0.87750107, 0.000795831031, -0.479574382, -0.000695146446, 1.00000048, 0.00038682617, 0.479573101, -6.08708115e-06, 0.877501011)
  1891. Weld180.Part0 = Part1
  1892. Weld180.Part1 = Part549
  1893. Weld180.part1 = Part549
  1894. Weld181.Parent = Part1
  1895. Weld181.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1896. Weld181.C1 = CFrame.new(-2.28881836e-05, -0.413437366, 0.466686249, -0.479567677, -7.0588776e-06, -0.877502799, 0.000700365927, -1.00000107, -0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  1897. Weld181.Part0 = Part1
  1898. Weld181.Part1 = Part551
  1899. Weld181.part1 = Part551
  1900. Weld182.Parent = Part1
  1901. Weld182.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1902. Weld182.C1 = CFrame.new(-9.53674316e-06, 0.199958801, 0.81997323, 0.479567677, 7.0588776e-06, 0.877502799, -0.877503276, -0.000797052984, 0.479570508, 0.000701982412, -1.00000095, -0.000375561649)
  1903. Weld182.Part0 = Part1
  1904. Weld182.Part1 = Part553
  1905. Weld182.part1 = Part553
  1906. Weld183.Parent = Part1
  1907. Weld183.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1908. Weld183.C1 = CFrame.new(1.43051147e-05, -0.319965124, 0.333396912, 0.479560435, 3.20222694e-06, 0.877508879, -0.00070446101, 0.999999762, 0.000381340215, -0.877508581, -0.000801046495, 0.479560316)
  1909. Weld183.Part0 = Part1
  1910. Weld183.Part1 = Part555
  1911. Weld183.part1 = Part555
  1912. Weld184.Parent = Part1
  1913. Weld184.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1914. Weld184.C1 = CFrame.new(9.53674316e-06, 0.0467448235, 0.466686249, 0.479567677, 7.0588776e-06, 0.877502799, -0.000700365927, 1.00000107, 0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  1915. Weld184.Part0 = Part1
  1916. Weld184.Part1 = Part557
  1917. Weld184.part1 = Part557
  1918. Weld185.Parent = Part1
  1919. Weld185.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1920. Weld185.C1 = CFrame.new(8.58306885e-06, -0.653293848, 0.466686249, 0.479567677, 7.0588776e-06, 0.877502799, -0.000700365927, 1.00000107, 0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  1921. Weld185.Part0 = Part1
  1922. Weld185.Part1 = Part559
  1923. Weld185.part1 = Part559
  1924. Weld186.Parent = Part1
  1925. Weld186.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1926. Weld186.C1 = CFrame.new(9.53674316e-06, 0.213427067, -7.62939453e-06, -0.479567677, -7.0588776e-06, -0.877502799, -0.000700365927, 1.00000107, 0.000374729017, 0.877503216, 0.000795145635, -0.479570538)
  1927. Weld186.Part0 = Part1
  1928. Weld186.Part1 = Part561
  1929. Weld186.part1 = Part561
  1930. Weld187.Parent = Part1
  1931. Weld187.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1932. Weld187.C1 = CFrame.new(-1.90734863e-06, 0.186612844, -7.62939453e-06, 0.479560435, 3.13316673e-06, 0.877508938, 0.000704461185, -0.999999762, -0.000381418911, 0.8775087, 0.00080108433, -0.479560256)
  1933. Weld187.Part0 = Part1
  1934. Weld187.Part1 = Part563
  1935. Weld187.part1 = Part563
  1936. Weld188.Parent = Part1
  1937. Weld188.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1938. Weld188.C1 = CFrame.new(9.53674316e-07, -0.413435936, -3.81469727e-06, 0.479567677, 7.0588776e-06, 0.877502799, 0.000700365927, -1.00000107, -0.000374729017, 0.877503216, 0.000795145635, -0.479570538)
  1939. Weld188.Part0 = Part1
  1940. Weld188.Part1 = Part565
  1941. Weld188.part1 = Part565
  1942. Weld189.Parent = Part1
  1943. Weld189.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1944. Weld189.C1 = CFrame.new(3.24249268e-05, 0.386774063, 0.800052643, -0.479567736, 6.61404556e-07, -0.877502859, -0.000696692849, 1.00000119, 0.000381449965, 0.877503216, 0.000795145635, -0.479570538)
  1945. Weld189.Part0 = Part1
  1946. Weld189.Part1 = Part567
  1947. Weld189.part1 = Part567
  1948. Weld190.Parent = Part1
  1949. Weld190.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1950. Weld190.C1 = CFrame.new(-2.47955322e-05, 0.386766434, -0.566650391, 0.479567736, -6.61404556e-07, 0.877502859, -0.000696692849, 1.00000119, 0.000381449965, -0.877503216, -0.000795145635, 0.479570538)
  1951. Weld190.Part0 = Part1
  1952. Weld190.Part1 = Part569
  1953. Weld190.part1 = Part569
  1954. Weld191.Parent = Part1
  1955. Weld191.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1956. Weld191.C1 = CFrame.new(0.233361244, 1.01996398, -1.93336105, -0.479567677, -7.0588776e-06, -0.877502799, 0.000700365927, -1.00000107, -0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  1957. Weld191.Part0 = Part1
  1958. Weld191.Part1 = Part571
  1959. Weld191.part1 = Part571
  1960. Weld192.Parent = Part1
  1961. Weld192.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1962. Weld192.C1 = CFrame.new(0.233421326, -0.92001009, 2.40007019, -0.479567498, 1.13429144e-06, -0.877505124, -0.00069727248, 0.999999762, 0.000382360769, 0.877504826, 0.000795227883, -0.479567379)
  1963. Weld192.Part0 = Part1
  1964. Weld192.Part1 = Part573
  1965. Weld192.part1 = Part573
  1966. Weld193.Parent = Part1
  1967. Weld193.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1968. Weld193.C1 = CFrame.new(2.22673798, -0.522018194, 0.223843575, 0.877505839, 0.000808795157, -0.479565918, 0.000710949593, -1.00000095, -0.000383638515, -0.479563087, -4.25907911e-06, -0.877505302)
  1969. Weld193.Part0 = Part1
  1970. Weld193.Part1 = Part575
  1971. Weld193.part1 = Part575
  1972. Weld194.Parent = Part1
  1973. Weld194.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1974. Weld194.C1 = CFrame.new(2.33340073, -0.653272867, -0.233467102, 0.877498388, 0.000797082728, -0.47957927, -0.000700857781, 1.00000107, 0.000378054625, 0.479576439, 4.30011687e-06, 0.877497911)
  1975. Weld194.Part0 = Part1
  1976. Weld194.Part1 = Part577
  1977. Weld194.part1 = Part577
  1978. Weld195.Parent = Part1
  1979. Weld195.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1980. Weld195.C1 = CFrame.new(-0.223882675, -0.52201438, 2.36002731, 0.479554176, -2.09618918e-07, 0.87751019, 0.000707094092, -1.00000107, -0.000386591739, 0.877510726, 0.000806798402, -0.479556948)
  1981. Weld195.Part0 = Part1
  1982. Weld195.Part1 = Part579
  1983. Weld195.part1 = Part579
  1984. Weld196.Parent = Part1
  1985. Weld196.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1986. Weld196.C1 = CFrame.new(0.233375549, -1.153301, 2.19997025, -0.479567677, -6.58054887e-06, -0.87750268, -0.000700322853, 1.00000131, 0.000375180971, 0.877503276, 0.000795235101, -0.479570538)
  1987. Weld196.Part0 = Part1
  1988. Weld196.Part1 = Part581
  1989. Weld196.part1 = Part581
  1990. Weld197.Parent = Part1
  1991. Weld197.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1992. Weld197.C1 = CFrame.new(0.233625412, 0.886692286, -2.13334274, -0.479567498, -1.16759793e-06, -0.877505064, 0.000695845927, -0.999999762, -0.00037895792, -0.877504826, -0.000792344217, 0.479567349)
  1993. Weld197.Part0 = Part1
  1994. Weld197.Part1 = Part583
  1995. Weld197.part1 = Part583
  1996. Weld198.Parent = Part1
  1997. Weld198.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  1998. Weld198.C1 = CFrame.new(2.29336929, 0.255335808, 0.242801666, 0.877505839, 0.000808795157, -0.479565918, -0.000702669669, 1.00000107, 0.000398726785, 0.479563147, -1.29568189e-05, 0.877505362)
  1999. Weld198.Part0 = Part1
  2000. Weld198.Part1 = Part585
  2001. Weld198.part1 = Part585
  2002. Weld199.Parent = Part1
  2003. Weld199.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2004. Weld199.C1 = CFrame.new(0.242771149, 0.4886868, -2.09329224, 0.479554236, 1.69572504e-05, 0.87751019, -0.000715312315, 1.00000119, 0.000371554604, -0.877510607, -0.000806679134, 0.479556978)
  2005. Weld199.Part0 = Part1
  2006. Weld199.Part1 = Part587
  2007. Weld199.part1 = Part587
  2008. Weld200.Parent = Part1
  2009. Weld200.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2010. Weld200.C1 = CFrame.new(2.29338455, -0.255339384, 0.223852158, 0.877505839, 0.000808795157, -0.479565918, 0.000710949593, -1.00000095, -0.000383638515, -0.479563087, -4.25907911e-06, -0.877505302)
  2011. Weld200.Part0 = Part1
  2012. Weld200.Part1 = Part589
  2013. Weld200.part1 = Part589
  2014. Weld201.Parent = Part1
  2015. Weld201.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2016. Weld201.C1 = CFrame.new(2.22672653, -0.522019863, -0.242809296, 0.877505839, 0.000808795157, -0.479565918, 0.000710949593, -1.00000095, -0.000383638515, -0.479563087, -4.25907911e-06, -0.877505302)
  2017. Weld201.Part0 = Part1
  2018. Weld201.Part1 = Part591
  2019. Weld201.part1 = Part591
  2020. Weld202.Parent = Part1
  2021. Weld202.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2022. Weld202.C1 = CFrame.new(0.242780685, -0.522010565, 2.36001587, 0.479554176, -2.09618918e-07, 0.87751019, 0.000707094092, -1.00000107, -0.000386591739, 0.877510726, 0.000806798402, -0.479556948)
  2023. Weld202.Part0 = Part1
  2024. Weld202.Part1 = Part593
  2025. Weld202.part1 = Part593
  2026. Weld203.Parent = Part1
  2027. Weld203.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2028. Weld203.C1 = CFrame.new(-0.233179092, 1.01996541, -1.93335724, -0.479567677, -7.0588776e-06, -0.877502799, 0.000700365927, -1.00000107, -0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  2029. Weld203.Part0 = Part1
  2030. Weld203.Part1 = Part595
  2031. Weld203.part1 = Part595
  2032. Weld204.Parent = Part1
  2033. Weld204.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2034. Weld204.C1 = CFrame.new(1.49900818, -1.15338516, 0.235107422, 0.877504706, 0.00080369669, -0.479567379, -0.000703146507, 0.999999762, 0.00038927159, 0.479567528, -4.38149709e-06, 0.877504945)
  2035. Weld204.Part0 = Part1
  2036. Weld204.Part1 = Part597
  2037. Weld204.part1 = Part597
  2038. Weld205.Parent = Part1
  2039. Weld205.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2040. Weld205.C1 = CFrame.new(2.13331985, -1.01998425, -0.233401299, 0.877498388, 0.000797082728, -0.47957927, -0.000697508862, 1.00000107, 0.000383933861, 0.479576498, -2.42185047e-06, 0.877497971)
  2041. Weld205.Part0 = Part1
  2042. Weld205.Part1 = Part599
  2043. Weld205.part1 = Part599
  2044. Weld206.Parent = Part1
  2045. Weld206.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2046. Weld206.C1 = CFrame.new(2.13330078, -1.01994801, 0.233127594, 0.877498388, 0.000797082728, -0.47957927, -0.000697508862, 1.00000107, 0.000383933861, 0.479576498, -2.42185047e-06, 0.877497971)
  2047. Weld206.Part0 = Part1
  2048. Weld206.Part1 = Part601
  2049. Weld206.part1 = Part601
  2050. Weld207.Parent = Part1
  2051. Weld207.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2052. Weld207.C1 = CFrame.new(-0.223861694, 0.488673687, -2.09341431, 0.479554147, -3.0306569e-06, 0.87751013, -0.000705636397, 1.00000107, 0.000389072491, -0.877510607, -0.000806679134, 0.479556978)
  2053. Weld207.Part0 = Part1
  2054. Weld207.Part1 = Part603
  2055. Weld207.part1 = Part603
  2056. Weld208.Parent = Part1
  2057. Weld208.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2058. Weld208.C1 = CFrame.new(2.09329987, -0.622033834, -0.242858887, 0.877505839, 0.000808795157, -0.479565918, 0.000707741012, -1.00000107, -0.000389509572, -0.479563117, 2.45802335e-06, -0.877505362)
  2059. Weld208.Part0 = Part1
  2060. Weld208.Part1 = Part605
  2061. Weld208.part1 = Part605
  2062. Weld209.Parent = Part1
  2063. Weld209.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2064. Weld209.C1 = CFrame.new(2.09331512, -0.621990204, 0.223790169, 0.877505839, 0.000808795157, -0.479565918, 0.000707741012, -1.00000107, -0.000389509572, -0.479563117, 2.45802335e-06, -0.877505362)
  2065. Weld209.Part0 = Part1
  2066. Weld209.Part1 = Part607
  2067. Weld209.part1 = Part607
  2068. Weld210.Parent = Part1
  2069. Weld210.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2070. Weld210.C1 = CFrame.new(-0.233166695, -1.15330195, 2.1999588, -0.479567677, -6.58054887e-06, -0.87750268, -0.000700322853, 1.00000131, 0.000375180971, 0.877503276, 0.000795235101, -0.479570538)
  2071. Weld210.Part0 = Part1
  2072. Weld210.Part1 = Part609
  2073. Weld210.part1 = Part609
  2074. Weld211.Parent = Part1
  2075. Weld211.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2076. Weld211.C1 = CFrame.new(-0.223844528, 0.622020006, -1.89334106, 0.479554236, 6.92196181e-06, 0.87751019, -0.000710526539, 1.00000107, 0.000380435464, -0.877510607, -0.000806738739, 0.479557008)
  2077. Weld211.Part0 = Part1
  2078. Weld211.Part1 = Part611
  2079. Weld211.part1 = Part611
  2080. Weld212.Parent = Part1
  2081. Weld212.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2082. Weld212.C1 = CFrame.new(-0.233089447, -0.920017719, 2.40003586, -0.479567498, 1.13429144e-06, -0.877505124, -0.00069727248, 0.999999762, 0.000382360769, 0.877504826, 0.000795227883, -0.479567379)
  2083. Weld212.Part0 = Part1
  2084. Weld212.Part1 = Part613
  2085. Weld212.part1 = Part613
  2086. Weld213.Parent = Part1
  2087. Weld213.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2088. Weld213.C1 = CFrame.new(0.242807388, 0.622014284, -1.89334106, 0.479554236, 6.92196181e-06, 0.87751019, -0.000710526539, 1.00000107, 0.000380435464, -0.877510607, -0.000806738739, 0.479557008)
  2089. Weld213.Part0 = Part1
  2090. Weld213.Part1 = Part615
  2091. Weld213.part1 = Part615
  2092. Weld214.Parent = Part1
  2093. Weld214.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2094. Weld214.C1 = CFrame.new(1.49905014, -1.15338326, -0.231531143, 0.877504706, 0.00080369669, -0.479567379, -0.000703146507, 0.999999762, 0.00038927159, 0.479567528, -4.38149709e-06, 0.877504945)
  2095. Weld214.Part0 = Part1
  2096. Weld214.Part1 = Part617
  2097. Weld214.part1 = Part617
  2098. Weld215.Parent = Part1
  2099. Weld215.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2100. Weld215.C1 = CFrame.new(-0.223908424, -0.755439997, 2.16011429, 0.479553849, 5.47792661e-06, 0.877512515, 0.000710613793, -0.999999762, -0.000382102444, 0.877512217, 0.000806811207, -0.479553729)
  2101. Weld215.Part0 = Part1
  2102. Weld215.Part1 = Part619
  2103. Weld215.part1 = Part619
  2104. Weld216.Parent = Part1
  2105. Weld216.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2106. Weld216.C1 = CFrame.new(1.46000671, -0.755351543, 0.223814011, 0.877505839, 0.000808795157, -0.479565918, 0.000706118823, -1.00000107, -0.000392477756, -0.479563147, 5.80403503e-06, -0.877505362)
  2107. Weld216.Part0 = Part1
  2108. Weld216.Part1 = Part621
  2109. Weld216.part1 = Part621
  2110. Weld217.Parent = Part1
  2111. Weld217.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2112. Weld217.C1 = CFrame.new(0.242728233, -0.755433798, 2.16008759, 0.479553849, 5.47792661e-06, 0.877512515, 0.000710613793, -0.999999762, -0.000382102444, 0.877512217, 0.000806811207, -0.479553729)
  2113. Weld217.Part0 = Part1
  2114. Weld217.Part1 = Part623
  2115. Weld217.part1 = Part623
  2116. Weld218.Parent = Part1
  2117. Weld218.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2118. Weld218.C1 = CFrame.new(2.26672363, -0.919966936, 0.233192444, 0.877498388, 0.000797082728, -0.47957927, -0.000700857781, 1.00000107, 0.000378054625, 0.479576439, 4.30011687e-06, 0.877497911)
  2119. Weld218.Part0 = Part1
  2120. Weld218.Part1 = Part625
  2121. Weld218.part1 = Part625
  2122. Weld219.Parent = Part1
  2123. Weld219.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2124. Weld219.C1 = CFrame.new(1.45999908, -0.75536108, -0.242839813, 0.877505839, 0.000808795157, -0.479565918, 0.000706118823, -1.00000107, -0.000392477756, -0.479563147, 5.80403503e-06, -0.877505362)
  2125. Weld219.Part0 = Part1
  2126. Weld219.Part1 = Part627
  2127. Weld219.part1 = Part627
  2128. Weld220.Parent = Part1
  2129. Weld220.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2130. Weld220.C1 = CFrame.new(2.26674271, -0.919967413, -0.233469009, 0.877498388, 0.000797082728, -0.47957927, -0.000700857781, 1.00000107, 0.000378054625, 0.479576439, 4.30011687e-06, 0.877497911)
  2131. Weld220.Part0 = Part1
  2132. Weld220.Part1 = Part629
  2133. Weld220.part1 = Part629
  2134. Weld221.Parent = Part1
  2135. Weld221.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2136. Weld221.C1 = CFrame.new(2.33338165, -0.65327096, 0.233190536, 0.877498388, 0.000797082728, -0.47957927, -0.000700857781, 1.00000107, 0.000378054625, 0.479576439, 4.30011687e-06, 0.877497911)
  2137. Weld221.Part0 = Part1
  2138. Weld221.Part1 = Part631
  2139. Weld221.part1 = Part631
  2140. Weld222.Parent = Part1
  2141. Weld222.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2142. Weld222.C1 = CFrame.new(-0.233016968, 0.886647463, -2.13331604, -0.479567498, -1.16759793e-06, -0.877505064, 0.000695845927, -0.999999762, -0.00037895792, -0.877504826, -0.000792344217, 0.479567349)
  2143. Weld222.Part0 = Part1
  2144. Weld222.Part1 = Part633
  2145. Weld222.part1 = Part633
  2146. Weld223.Parent = Part1
  2147. Weld223.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2148. Weld223.C1 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2149. Weld223.Part0 = Part1
  2150. Weld223.Part1 = Part1
  2151. Weld223.part1 = Part1
  2152. Weld224.Parent = Part1
  2153. Weld224.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2154. Weld224.C1 = CFrame.new(2.29333115, 0.53690052, 0.400868654, 0.877505064, 0.000805892807, -0.479566723, 0.479566902, 1.79083436e-05, 0.877505362, 0.000715763483, -0.999999762, -0.000370764785)
  2155. Weld224.Part0 = Part1
  2156. Weld224.Part1 = Part433
  2157. Weld224.part1 = Part433
  2158. Weld225.Parent = Part1
  2159. Weld225.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2160. Weld225.C1 = CFrame.new(-0.397091389, -0.761092186, 2.20000458, -0.000692364818, 0.999999762, 0.000387274602, 0.479556739, -7.80946084e-06, 0.877510846, 0.877510607, 0.000793277868, -0.479556561)
  2161. Weld225.Part0 = Part1
  2162. Weld225.Part1 = Part435
  2163. Weld225.part1 = Part435
  2164. Weld226.Parent = Part1
  2165. Weld226.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2166. Weld226.C1 = CFrame.new(0.400862694, -0.536903381, 2.42664337, 0.000712633191, -0.999999762, -0.000376554963, -0.479566872, -1.13262395e-05, -0.877505362, 0.877505064, 0.000805922726, -0.479566753)
  2167. Weld226.Part0 = Part1
  2168. Weld226.Part1 = Part437
  2169. Weld226.part1 = Part437
  2170. Weld227.Parent = Part1
  2171. Weld227.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2172. Weld227.C1 = CFrame.new(2.13335419, 0.627673149, -0.397085905, 0.877510726, 0.000793377054, -0.479556561, -0.47955671, -1.62636061e-05, -0.877510965, -0.000703996338, 0.999999762, 0.000366197753)
  2173. Weld227.Part0 = Part1
  2174. Weld227.Part1 = Part439
  2175. Weld227.part1 = Part439
  2176. Weld228.Parent = Part1
  2177. Weld228.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2178. Weld228.C1 = CFrame.new(0.0162553787, -0.527724266, 2.40007401, -0.000695852097, 0.999999762, 0.000375128031, 0.479556739, 4.52163931e-06, 0.877510965, 0.877510607, 0.000790513004, -0.47955662)
  2179. Weld228.Part0 = Part1
  2180. Weld228.Part1 = Part441
  2181. Weld228.part1 = Part441
  2182. Weld229.Parent = Part1
  2183. Weld229.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2184. Weld229.C1 = CFrame.new(2.33342361, 0.261119843, 0.0162799358, 0.877510607, 0.000790481921, -0.479556739, -0.479556859, -1.7860777e-05, -0.877510905, -0.000702221761, 0.999999762, 0.000363407977)
  2185. Weld229.Part0 = Part1
  2186. Weld229.Part1 = Part443
  2187. Weld229.part1 = Part443
  2188. Weld230.Parent = Part1
  2189. Weld230.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2190. Weld230.C1 = CFrame.new(2.133358, 0.627672195, 0.0163061619, 0.877510726, 0.000793377054, -0.479556561, -0.47955671, -1.62636061e-05, -0.877510965, -0.000703996338, 0.999999762, 0.000366197753)
  2191. Weld230.Part0 = Part1
  2192. Weld230.Part1 = Part445
  2193. Weld230.part1 = Part445
  2194. Weld231.Parent = Part1
  2195. Weld231.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2196. Weld231.C1 = CFrame.new(0.0141994953, -0.770340919, 2.22667694, 0.000705991872, -0.999999762, -0.000394560397, -0.479566962, 7.65850837e-06, -0.877505302, 0.877505064, 0.00080872979, -0.479566813)
  2197. Weld231.Part0 = Part1
  2198. Weld231.Part1 = Part447
  2199. Weld231.part1 = Part447
  2200. Weld232.Parent = Part1
  2201. Weld232.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2202. Weld232.C1 = CFrame.new(0.016302824, -0.761092186, 2.20000839, -0.000692364818, 0.999999762, 0.000387274602, 0.479556739, -7.80946084e-06, 0.877510846, 0.877510607, 0.000793277868, -0.479556561)
  2203. Weld232.Part0 = Part1
  2204. Weld232.Part1 = Part449
  2205. Weld232.part1 = Part449
  2206. Weld233.Parent = Part1
  2207. Weld233.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2208. Weld233.C1 = CFrame.new(1.50004959, 0.761049271, 0.0162951946, 0.877510607, 0.000793351617, -0.47955662, -0.479556799, -6.07298171e-06, -0.877510846, -0.000699086988, 0.999999762, 0.000375128031)
  2209. Weld233.Part0 = Part1
  2210. Weld233.Part1 = Part451
  2211. Weld233.part1 = Part451
  2212. Weld234.Parent = Part1
  2213. Weld234.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2214. Weld234.C1 = CFrame.new(0.0142023563, 0.637055397, -1.95995712, 0.000706322899, -0.999999762, -0.000394156348, 0.479566842, -7.14520911e-06, 0.877505362, -0.877505064, -0.000808826473, 0.479566753)
  2215. Weld234.Part0 = Part1
  2216. Weld234.Part1 = Part453
  2217. Weld234.part1 = Part453
  2218. Weld235.Parent = Part1
  2219. Weld235.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2220. Weld235.C1 = CFrame.new(0.0162961483, 0.627658844, -1.93340302, -0.000692638685, 0.999999762, 0.000386850967, -0.479556829, 7.30630563e-06, -0.877510905, -0.877510607, -0.000793314946, 0.47955671)
  2221. Weld235.Part0 = Part1
  2222. Weld235.Part1 = Part455
  2223. Weld235.part1 = Part455
  2224. Weld236.Parent = Part1
  2225. Weld236.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2226. Weld236.C1 = CFrame.new(0.400914192, 0.503626823, -2.16003036, 0.000710967986, -0.999999762, -0.000385336345, 0.479566783, 2.82193514e-06, 0.877505481, -0.877505064, -0.000808672805, 0.479566723)
  2227. Weld236.Part0 = Part1
  2228. Weld236.Part1 = Part457
  2229. Weld236.part1 = Part457
  2230. Weld237.Parent = Part1
  2231. Weld237.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2232. Weld237.C1 = CFrame.new(-0.397091389, 0.494374275, -2.13334274, -0.000697452575, 0.999999762, 0.000377933349, -0.47955671, -2.82745305e-06, -0.877510965, -0.877510607, -0.000793262792, 0.47955659)
  2233. Weld237.Part0 = Part1
  2234. Weld237.Part1 = Part459
  2235. Weld237.part1 = Part459
  2236. Weld238.Parent = Part1
  2237. Weld238.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2238. Weld238.C1 = CFrame.new(1.52658463, 0.770370483, 0.400915623, 0.877505064, 0.000808709767, -0.479566813, 0.479566962, 6.22672087e-06, 0.877505362, 0.000712633249, -0.999999762, -0.000382366445)
  2239. Weld238.Part0 = Part1
  2240. Weld238.Part1 = Part461
  2241. Weld238.part1 = Part461
  2242. Weld239.Parent = Part1
  2243. Weld239.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2244. Weld239.C1 = CFrame.new(0.400911331, 0.637065887, -1.95994949, 0.000706322899, -0.999999762, -0.000394156348, 0.479566842, -7.14520911e-06, 0.877505362, -0.877505064, -0.000808826473, 0.479566753)
  2245. Weld239.Part0 = Part1
  2246. Weld239.Part1 = Part463
  2247. Weld239.part1 = Part463
  2248. Weld240.Parent = Part1
  2249. Weld240.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2250. Weld240.C1 = CFrame.new(2.3599968, 0.270318031, 0.400888681, 0.877505064, 0.000805892807, -0.479566723, 0.479566902, 1.79083436e-05, 0.877505362, 0.000715763483, -0.999999762, -0.000370764785)
  2251. Weld240.Part0 = Part1
  2252. Weld240.Part1 = Part465
  2253. Weld240.part1 = Part465
  2254. Weld241.Parent = Part1
  2255. Weld241.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2256. Weld241.C1 = CFrame.new(2.33341599, 0.26116848, -0.397088528, 0.877510607, 0.000790481921, -0.479556739, -0.479556859, -1.7860777e-05, -0.877510905, -0.000702221761, 0.999999762, 0.000363407977)
  2257. Weld241.Part0 = Part1
  2258. Weld241.Part1 = Part467
  2259. Weld241.part1 = Part467
  2260. Weld242.Parent = Part1
  2261. Weld242.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2262. Weld242.C1 = CFrame.new(1.50005341, 0.761048317, -0.397086859, 0.877510607, 0.000793351617, -0.47955662, -0.479556799, -6.07298171e-06, -0.877510846, -0.000699086988, 0.999999762, 0.000375128031)
  2263. Weld242.Part0 = Part1
  2264. Weld242.Part1 = Part469
  2265. Weld242.part1 = Part469
  2266. Weld243.Parent = Part1
  2267. Weld243.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2268. Weld243.C1 = CFrame.new(2.36000443, 0.270356178, 0.0141816139, 0.877505064, 0.000805892807, -0.479566723, 0.479566902, 1.79083436e-05, 0.877505362, 0.000715763483, -0.999999762, -0.000370764785)
  2269. Weld243.Part0 = Part1
  2270. Weld243.Part1 = Part471
  2271. Weld243.part1 = Part471
  2272. Weld244.Parent = Part1
  2273. Weld244.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2274. Weld244.C1 = CFrame.new(-0.397132158, -0.52776432, 2.40006638, -0.000695852097, 0.999999762, 0.000375128031, 0.479556739, 4.52163931e-06, 0.877510965, 0.877510607, 0.000790513004, -0.47955662)
  2275. Weld244.Part0 = Part1
  2276. Weld244.Part1 = Part473
  2277. Weld244.part1 = Part473
  2278. Weld245.Parent = Part1
  2279. Weld245.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2280. Weld245.C1 = CFrame.new(2.26665115, 0.527750015, -0.397127151, 0.877510607, 0.000790481921, -0.479556739, -0.479556859, -1.7860777e-05, -0.877510905, -0.000702221761, 0.999999762, 0.000363407977)
  2281. Weld245.Part0 = Part1
  2282. Weld245.Part1 = Part475
  2283. Weld245.part1 = Part475
  2284. Weld246.Parent = Part1
  2285. Weld246.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2286. Weld246.C1 = CFrame.new(2.26665497, 0.527703285, 0.016258955, 0.877510607, 0.000790481921, -0.479556739, -0.479556859, -1.7860777e-05, -0.877510905, -0.000702221761, 0.999999762, 0.000363407977)
  2287. Weld246.Part0 = Part1
  2288. Weld246.Part1 = Part477
  2289. Weld246.part1 = Part477
  2290. Weld247.Parent = Part1
  2291. Weld247.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2292. Weld247.C1 = CFrame.new(1.52659225, 0.770380974, 0.0142145157, 0.877505064, 0.000808709767, -0.479566813, 0.479566962, 6.22672087e-06, 0.877505362, 0.000712633249, -0.999999762, -0.000382366445)
  2293. Weld247.Part0 = Part1
  2294. Weld247.Part1 = Part479
  2295. Weld247.part1 = Part479
  2296. Weld248.Parent = Part1
  2297. Weld248.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2298. Weld248.C1 = CFrame.new(-0.397097111, 0.627649307, -1.93339539, -0.000692638685, 0.999999762, 0.000386850967, -0.479556829, 7.30630563e-06, -0.877510905, -0.877510607, -0.000793314946, 0.47955671)
  2299. Weld248.Part0 = Part1
  2300. Weld248.Part1 = Part481
  2301. Weld248.part1 = Part481
  2302. Weld249.Parent = Part1
  2303. Weld249.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2304. Weld249.C1 = CFrame.new(0.0141556263, -0.536937714, 2.42664337, 0.00070950517, -0.999999762, -0.000382338039, -0.479566902, -4.75154047e-06, -0.877505362, 0.877505064, 0.000805951306, -0.479566783)
  2305. Weld249.Part0 = Part1
  2306. Weld249.Part1 = Part483
  2307. Weld249.part1 = Part483
  2308. Weld250.Parent = Part1
  2309. Weld250.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2310. Weld250.C1 = CFrame.new(0.0163016319, 0.49437809, -2.13334656, -0.000697452575, 0.999999762, 0.000377933349, -0.47955671, -2.82745305e-06, -0.877510965, -0.877510607, -0.000793262792, 0.47955659)
  2311. Weld250.Part0 = Part1
  2312. Weld250.Part1 = Part485
  2313. Weld250.part1 = Part485
  2314. Weld251.Parent = Part1
  2315. Weld251.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2316. Weld251.C1 = CFrame.new(2.16003036, 0.637050629, 0.0142073631, 0.877505183, 0.000808754878, -0.479566664, 0.479566842, 1.62474389e-05, 0.877505422, 0.000717478455, -0.999999762, -0.000373594783)
  2317. Weld251.Part0 = Part1
  2318. Weld251.Part1 = Part487
  2319. Weld251.part1 = Part487
  2320. Weld252.Parent = Part1
  2321. Weld252.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2322. Weld252.C1 = CFrame.new(0.0142068863, 0.503620148, -2.16004562, 0.000710967986, -0.999999762, -0.000385336345, 0.479566783, 2.82193514e-06, 0.877505481, -0.877505064, -0.000808672805, 0.479566723)
  2323. Weld252.Part0 = Part1
  2324. Weld252.Part1 = Part489
  2325. Weld252.part1 = Part489
  2326. Weld253.Parent = Part1
  2327. Weld253.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2328. Weld253.C1 = CFrame.new(2.29333496, 0.536944389, 0.014159441, 0.877505064, 0.000805892807, -0.479566723, 0.479566902, 1.79083436e-05, 0.877505362, 0.000715763483, -0.999999762, -0.000370764785)
  2329. Weld253.Part0 = Part1
  2330. Weld253.Part1 = Part491
  2331. Weld253.part1 = Part491
  2332. Weld254.Parent = Part1
  2333. Weld254.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2334. Weld254.C1 = CFrame.new(0.400893211, -0.770347595, 2.22667313, 0.000705991872, -0.999999762, -0.000394560397, -0.479566962, 7.65850837e-06, -0.877505302, 0.877505064, 0.00080872979, -0.479566813)
  2335. Weld254.Part0 = Part1
  2336. Weld254.Part1 = Part493
  2337. Weld254.part1 = Part493
  2338. Weld255.Parent = Part1
  2339. Weld255.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2340. Weld255.C1 = CFrame.new(2.16002274, 0.637039185, 0.400923967, 0.877505183, 0.000808754878, -0.479566664, 0.479566842, 1.62474389e-05, 0.877505422, 0.000717478455, -0.999999762, -0.000373594783)
  2341. Weld255.Part0 = Part1
  2342. Weld255.Part1 = Part495
  2343. Weld255.part1 = Part495
  2344. Weld256.Parent = Part1
  2345. Weld256.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2346. Weld256.C1 = CFrame.new(1.50000763, -0.286598682, 0.133210182, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2347. Weld256.Part0 = Part1
  2348. Weld256.Part1 = Part497
  2349. Weld256.part1 = Part497
  2350. Weld257.Parent = Part1
  2351. Weld257.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2352. Weld257.C1 = CFrame.new(0.0999755859, -0.353285789, -2.86102295e-06, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2353. Weld257.Part0 = Part1
  2354. Weld257.Part1 = Part499
  2355. Weld257.part1 = Part499
  2356. Weld258.Parent = Part1
  2357. Weld258.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2358. Weld258.C1 = CFrame.new(-0.233272552, 0.480128527, 6.67572021e-06, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2359. Weld258.Part0 = Part1
  2360. Weld258.Part1 = Part501
  2361. Weld258.part1 = Part501
  2362. Weld259.Parent = Part1
  2363. Weld259.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2364. Weld259.C1 = CFrame.new(1.93339157, 0.253462076, -0.133414268, 0.877507627, 0.000800604932, -0.479562104, -0.000697813928, 0.999999762, 0.000392582326, 0.479562223, -9.84888447e-06, 0.877507925)
  2365. Weld259.Part0 = Part1
  2366. Weld259.Part1 = Part503
  2367. Weld259.part1 = Part503
  2368. Weld260.Parent = Part1
  2369. Weld260.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2370. Weld260.C1 = CFrame.new(1.66664505, -0.619972229, -8.86917114e-05, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2371. Weld260.Part0 = Part1
  2372. Weld260.Part1 = Part505
  2373. Weld260.part1 = Part505
  2374. Weld261.Parent = Part1
  2375. Weld261.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2376. Weld261.C1 = CFrame.new(1.86671448, -0.353266001, 0.133192062, 0.87750417, 0.000795266067, -0.479568392, -0.000694383518, 0.999999762, 0.000387726468, 0.479568481, -7.22722007e-06, 0.877504528)
  2377. Weld261.Part0 = Part1
  2378. Weld261.Part1 = Part507
  2379. Weld261.part1 = Part507
  2380. Weld262.Parent = Part1
  2381. Weld262.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2382. Weld262.C1 = CFrame.new(1.13331985, -0.353279114, -5.81741333e-05, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2383. Weld262.Part0 = Part1
  2384. Weld262.Part1 = Part509
  2385. Weld262.part1 = Part509
  2386. Weld263.Parent = Part1
  2387. Weld263.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2388. Weld263.C1 = CFrame.new(1.5000267, -0.286605835, -0.133386612, 0.877507865, 0.000800894864, -0.479561716, -0.000698033022, 0.999999762, 0.00039278614, 0.479561925, -9.92304649e-06, 0.877508044)
  2389. Weld263.Part0 = Part1
  2390. Weld263.Part1 = Part511
  2391. Weld263.part1 = Part511
  2392. Weld264.Parent = Part1
  2393. Weld264.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2394. Weld264.C1 = CFrame.new(1.86673355, -0.386610985, -0.133406639, 0.877507865, 0.000800894864, -0.479561716, -0.000698033022, 0.999999762, 0.00039278614, 0.479561925, -9.92304649e-06, 0.877508044)
  2395. Weld264.Part0 = Part1
  2396. Weld264.Part1 = Part513
  2397. Weld264.part1 = Part513
  2398. Weld265.Parent = Part1
  2399. Weld265.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2400. Weld265.C1 = CFrame.new(1.93338013, -0.119916677, -0.000100135803, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2401. Weld265.Part0 = Part1
  2402. Weld265.Part1 = Part515
  2403. Weld265.part1 = Part515
  2404. Weld266.Parent = Part1
  2405. Weld266.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2406. Weld266.C1 = CFrame.new(0.666633606, -0.519972324, -0.133332253, 0.877507865, 0.000800894864, -0.479561716, -0.000698033022, 0.999999762, 0.00039278614, 0.479561925, -9.92304649e-06, 0.877508044)
  2407. Weld266.Part0 = Part1
  2408. Weld266.Part1 = Part517
  2409. Weld266.part1 = Part517
  2410. Weld267.Parent = Part1
  2411. Weld267.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2412. Weld267.C1 = CFrame.new(-0.166625977, -0.0199251175, 1.43051147e-05, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2413. Weld267.Part0 = Part1
  2414. Weld267.Part1 = Part519
  2415. Weld267.part1 = Part519
  2416. Weld268.Parent = Part1
  2417. Weld268.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2418. Weld268.C1 = CFrame.new(-0.333374023, 0.113423586, 7.62939453e-06, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2419. Weld268.Part0 = Part1
  2420. Weld268.Part1 = Part521
  2421. Weld268.part1 = Part521
  2422. Weld269.Parent = Part1
  2423. Weld269.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2424. Weld269.C1 = CFrame.new(0.666622162, -0.519953251, 0.133257866, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2425. Weld269.Part0 = Part1
  2426. Weld269.Part1 = Part523
  2427. Weld269.part1 = Part523
  2428. Weld270.Parent = Part1
  2429. Weld270.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2430. Weld270.C1 = CFrame.new(9.53674316e-05, -0.819992781, 1.66664124, -0.47956863, -6.1271553e-06, -0.877504408, -0.000700793811, 0.999999762, 0.000376011361, 0.87750411, 0.000795272936, -0.479568541)
  2431. Weld270.Part0 = Part1
  2432. Weld270.Part1 = Part525
  2433. Weld270.part1 = Part525
  2434. Weld271.Parent = Part1
  2435. Weld271.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2436. Weld271.C1 = CFrame.new(1.66664886, -0.119929075, -8.86917114e-05, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2437. Weld271.Part0 = Part1
  2438. Weld271.Part1 = Part527
  2439. Weld271.part1 = Part527
  2440. Weld272.Parent = Part1
  2441. Weld272.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2442. Weld272.C1 = CFrame.new(1.50001907, 0.153439283, 0.133213997, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2443. Weld272.Part0 = Part1
  2444. Weld272.Part1 = Part529
  2445. Weld272.part1 = Part529
  2446. Weld273.Parent = Part1
  2447. Weld273.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2448. Weld273.C1 = CFrame.new(2.06666946, -0.653301954, -0.000105857849, 0.87750411, 0.000797164626, -0.479568392, -0.000696078874, 0.999999762, 0.000388583052, 0.479568541, -7.16583736e-06, 0.877504408)
  2449. Weld273.Part0 = Part1
  2450. Weld273.Part1 = Part531
  2451. Weld273.part1 = Part531
  2452. Weld274.Parent = Part1
  2453. Weld274.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2454. Weld274.C1 = CFrame.new(2.03335953, -0.386607647, -0.0001039505, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2455. Weld274.Part0 = Part1
  2456. Weld274.Part1 = Part533
  2457. Weld274.part1 = Part533
  2458. Weld275.Parent = Part1
  2459. Weld275.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2460. Weld275.C1 = CFrame.new(7.72476196e-05, -0.819993734, 1.26673126, -0.47956863, -6.1271553e-06, -0.877504408, -0.000700793811, 0.999999762, 0.000376011361, 0.87750411, 0.000795272936, -0.479568541)
  2461. Weld275.Part0 = Part1
  2462. Weld275.Part1 = Part535
  2463. Weld275.part1 = Part535
  2464. Weld276.Parent = Part1
  2465. Weld276.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2466. Weld276.C1 = CFrame.new(7.34329224e-05, -0.886671782, 1.26673126, -0.47956863, -6.1271553e-06, -0.877504408, -0.000700793811, 0.999999762, 0.000376011361, 0.87750411, 0.000795272936, -0.479568541)
  2467. Weld276.Part0 = Part1
  2468. Weld276.Part1 = Part537
  2469. Weld276.part1 = Part537
  2470. Weld277.Parent = Part1
  2471. Weld277.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2472. Weld277.C1 = CFrame.new(1.50003433, 0.153435707, -0.133372307, 0.87750417, 0.000795294996, -0.479568422, -0.000694416987, 0.999999762, 0.000387725595, 0.479568541, -7.2103885e-06, 0.877504468)
  2473. Weld277.Part0 = Part1
  2474. Weld277.Part1 = Part539
  2475. Weld277.part1 = Part539
  2476. Weld278.Parent = Part1
  2477. Weld278.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2478. Weld278.C1 = CFrame.new(1.9333725, 0.253461361, 0.133195877, 0.87750417, 0.000795306347, -0.479568362, -0.000694383401, 0.999999762, 0.000387810578, 0.479568511, -7.30104648e-06, 0.877504468)
  2479. Weld278.Part0 = Part1
  2480. Weld278.Part1 = Part541
  2481. Weld278.part1 = Part541
  2482. Weld279.Parent = Part1
  2483. Weld279.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2484. Weld279.C1 = CFrame.new(3.52859497e-05, 0.553474665, 0.566665649, -0.47956866, 1.48666413e-06, -0.877504468, -0.000697120209, 0.999999762, 0.000382680417, 0.87750411, 0.000795247615, -0.479568571)
  2485. Weld279.Part0 = Part1
  2486. Weld279.Part1 = Part543
  2487. Weld279.part1 = Part543
  2488. Weld280.Parent = Part1
  2489. Weld280.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2490. Weld280.C1 = CFrame.new(7.34329224e-05, 0.486811876, 1.4000473, -0.47956863, -6.1271553e-06, -0.877504408, -0.000700793811, 0.999999762, 0.000376011361, 0.87750411, 0.000795272936, -0.479568541)
  2491. Weld280.Part0 = Part1
  2492. Weld280.Part1 = Part545
  2493. Weld280.part1 = Part545
  2494. Weld281.Parent = Part1
  2495. Weld281.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2496. Weld281.C1 = CFrame.new(-5.34057617e-05, 1.03334427, 0.553477764, 0.47956863, 6.1271171e-06, 0.877504408, 0.87750411, 0.000795272936, -0.479568541, -0.000700793811, 0.999999762, 0.00037601139)
  2497. Weld281.Part0 = Part1
  2498. Weld281.Part1 = Part547
  2499. Weld281.part1 = Part547
  2500. Weld282.Parent = Part1
  2501. Weld282.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2502. Weld282.C1 = CFrame.new(0.466678619, -0.619911909, -9.53674316e-06, 0.87750107, 0.000795831031, -0.479574382, -0.000695146446, 1.00000048, 0.00038682617, 0.479573101, -6.08708115e-06, 0.877501011)
  2503. Weld282.Part0 = Part1
  2504. Weld282.Part1 = Part549
  2505. Weld282.part1 = Part549
  2506. Weld283.Parent = Part1
  2507. Weld283.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2508. Weld283.C1 = CFrame.new(-2.28881836e-05, -0.413437366, 0.466686249, -0.479567677, -7.0588776e-06, -0.877502799, 0.000700365927, -1.00000107, -0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  2509. Weld283.Part0 = Part1
  2510. Weld283.Part1 = Part551
  2511. Weld283.part1 = Part551
  2512. Weld284.Parent = Part1
  2513. Weld284.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2514. Weld284.C1 = CFrame.new(-9.53674316e-06, 0.199958801, 0.81997323, 0.479567677, 7.0588776e-06, 0.877502799, -0.877503276, -0.000797052984, 0.479570508, 0.000701982412, -1.00000095, -0.000375561649)
  2515. Weld284.Part0 = Part1
  2516. Weld284.Part1 = Part553
  2517. Weld284.part1 = Part553
  2518. Weld285.Parent = Part1
  2519. Weld285.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2520. Weld285.C1 = CFrame.new(1.43051147e-05, -0.319965124, 0.333396912, 0.479560435, 3.20222694e-06, 0.877508879, -0.00070446101, 0.999999762, 0.000381340215, -0.877508581, -0.000801046495, 0.479560316)
  2521. Weld285.Part0 = Part1
  2522. Weld285.Part1 = Part555
  2523. Weld285.part1 = Part555
  2524. Weld286.Parent = Part1
  2525. Weld286.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2526. Weld286.C1 = CFrame.new(9.53674316e-06, 0.0467448235, 0.466686249, 0.479567677, 7.0588776e-06, 0.877502799, -0.000700365927, 1.00000107, 0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  2527. Weld286.Part0 = Part1
  2528. Weld286.Part1 = Part557
  2529. Weld286.part1 = Part557
  2530. Weld287.Parent = Part1
  2531. Weld287.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2532. Weld287.C1 = CFrame.new(8.58306885e-06, -0.653293848, 0.466686249, 0.479567677, 7.0588776e-06, 0.877502799, -0.000700365927, 1.00000107, 0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  2533. Weld287.Part0 = Part1
  2534. Weld287.Part1 = Part559
  2535. Weld287.part1 = Part559
  2536. Weld288.Parent = Part1
  2537. Weld288.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2538. Weld288.C1 = CFrame.new(9.53674316e-06, 0.213427067, -7.62939453e-06, -0.479567677, -7.0588776e-06, -0.877502799, -0.000700365927, 1.00000107, 0.000374729017, 0.877503216, 0.000795145635, -0.479570538)
  2539. Weld288.Part0 = Part1
  2540. Weld288.Part1 = Part561
  2541. Weld288.part1 = Part561
  2542. Weld289.Parent = Part1
  2543. Weld289.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2544. Weld289.C1 = CFrame.new(-1.90734863e-06, 0.186612844, -7.62939453e-06, 0.479560435, 3.13316673e-06, 0.877508938, 0.000704461185, -0.999999762, -0.000381418911, 0.8775087, 0.00080108433, -0.479560256)
  2545. Weld289.Part0 = Part1
  2546. Weld289.Part1 = Part563
  2547. Weld289.part1 = Part563
  2548. Weld290.Parent = Part1
  2549. Weld290.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2550. Weld290.C1 = CFrame.new(9.53674316e-07, -0.413435936, -3.81469727e-06, 0.479567677, 7.0588776e-06, 0.877502799, 0.000700365927, -1.00000107, -0.000374729017, 0.877503216, 0.000795145635, -0.479570538)
  2551. Weld290.Part0 = Part1
  2552. Weld290.Part1 = Part565
  2553. Weld290.part1 = Part565
  2554. Weld291.Parent = Part1
  2555. Weld291.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2556. Weld291.C1 = CFrame.new(3.24249268e-05, 0.386774063, 0.800052643, -0.479567736, 6.61404556e-07, -0.877502859, -0.000696692849, 1.00000119, 0.000381449965, 0.877503216, 0.000795145635, -0.479570538)
  2557. Weld291.Part0 = Part1
  2558. Weld291.Part1 = Part567
  2559. Weld291.part1 = Part567
  2560. Weld292.Parent = Part1
  2561. Weld292.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2562. Weld292.C1 = CFrame.new(-2.47955322e-05, 0.386766434, -0.566650391, 0.479567736, -6.61404556e-07, 0.877502859, -0.000696692849, 1.00000119, 0.000381449965, -0.877503216, -0.000795145635, 0.479570538)
  2563. Weld292.Part0 = Part1
  2564. Weld292.Part1 = Part569
  2565. Weld292.part1 = Part569
  2566. Weld293.Parent = Part1
  2567. Weld293.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2568. Weld293.C1 = CFrame.new(0.233361244, 1.01996398, -1.93336105, -0.479567677, -7.0588776e-06, -0.877502799, 0.000700365927, -1.00000107, -0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  2569. Weld293.Part0 = Part1
  2570. Weld293.Part1 = Part571
  2571. Weld293.part1 = Part571
  2572. Weld294.Parent = Part1
  2573. Weld294.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2574. Weld294.C1 = CFrame.new(0.233421326, -0.92001009, 2.40007019, -0.479567498, 1.13429144e-06, -0.877505124, -0.00069727248, 0.999999762, 0.000382360769, 0.877504826, 0.000795227883, -0.479567379)
  2575. Weld294.Part0 = Part1
  2576. Weld294.Part1 = Part573
  2577. Weld294.part1 = Part573
  2578. Weld295.Parent = Part1
  2579. Weld295.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2580. Weld295.C1 = CFrame.new(2.22673798, -0.522018194, 0.223843575, 0.877505839, 0.000808795157, -0.479565918, 0.000710949593, -1.00000095, -0.000383638515, -0.479563087, -4.25907911e-06, -0.877505302)
  2581. Weld295.Part0 = Part1
  2582. Weld295.Part1 = Part575
  2583. Weld295.part1 = Part575
  2584. Weld296.Parent = Part1
  2585. Weld296.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2586. Weld296.C1 = CFrame.new(2.33340073, -0.653272867, -0.233467102, 0.877498388, 0.000797082728, -0.47957927, -0.000700857781, 1.00000107, 0.000378054625, 0.479576439, 4.30011687e-06, 0.877497911)
  2587. Weld296.Part0 = Part1
  2588. Weld296.Part1 = Part577
  2589. Weld296.part1 = Part577
  2590. Weld297.Parent = Part1
  2591. Weld297.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2592. Weld297.C1 = CFrame.new(-0.223882675, -0.52201438, 2.36002731, 0.479554176, -2.09618918e-07, 0.87751019, 0.000707094092, -1.00000107, -0.000386591739, 0.877510726, 0.000806798402, -0.479556948)
  2593. Weld297.Part0 = Part1
  2594. Weld297.Part1 = Part579
  2595. Weld297.part1 = Part579
  2596. Weld298.Parent = Part1
  2597. Weld298.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2598. Weld298.C1 = CFrame.new(0.233375549, -1.153301, 2.19997025, -0.479567677, -6.58054887e-06, -0.87750268, -0.000700322853, 1.00000131, 0.000375180971, 0.877503276, 0.000795235101, -0.479570538)
  2599. Weld298.Part0 = Part1
  2600. Weld298.Part1 = Part581
  2601. Weld298.part1 = Part581
  2602. Weld299.Parent = Part1
  2603. Weld299.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2604. Weld299.C1 = CFrame.new(0.233625412, 0.886692286, -2.13334274, -0.479567498, -1.16759793e-06, -0.877505064, 0.000695845927, -0.999999762, -0.00037895792, -0.877504826, -0.000792344217, 0.479567349)
  2605. Weld299.Part0 = Part1
  2606. Weld299.Part1 = Part583
  2607. Weld299.part1 = Part583
  2608. Weld300.Parent = Part1
  2609. Weld300.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2610. Weld300.C1 = CFrame.new(2.29336929, 0.255335808, 0.242801666, 0.877505839, 0.000808795157, -0.479565918, -0.000702669669, 1.00000107, 0.000398726785, 0.479563147, -1.29568189e-05, 0.877505362)
  2611. Weld300.Part0 = Part1
  2612. Weld300.Part1 = Part585
  2613. Weld300.part1 = Part585
  2614. Weld301.Parent = Part1
  2615. Weld301.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2616. Weld301.C1 = CFrame.new(0.242771149, 0.4886868, -2.09329224, 0.479554236, 1.69572504e-05, 0.87751019, -0.000715312315, 1.00000119, 0.000371554604, -0.877510607, -0.000806679134, 0.479556978)
  2617. Weld301.Part0 = Part1
  2618. Weld301.Part1 = Part587
  2619. Weld301.part1 = Part587
  2620. Weld302.Parent = Part1
  2621. Weld302.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2622. Weld302.C1 = CFrame.new(2.29338455, -0.255339384, 0.223852158, 0.877505839, 0.000808795157, -0.479565918, 0.000710949593, -1.00000095, -0.000383638515, -0.479563087, -4.25907911e-06, -0.877505302)
  2623. Weld302.Part0 = Part1
  2624. Weld302.Part1 = Part589
  2625. Weld302.part1 = Part589
  2626. Weld303.Parent = Part1
  2627. Weld303.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2628. Weld303.C1 = CFrame.new(2.22672653, -0.522019863, -0.242809296, 0.877505839, 0.000808795157, -0.479565918, 0.000710949593, -1.00000095, -0.000383638515, -0.479563087, -4.25907911e-06, -0.877505302)
  2629. Weld303.Part0 = Part1
  2630. Weld303.Part1 = Part591
  2631. Weld303.part1 = Part591
  2632. Weld304.Parent = Part1
  2633. Weld304.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2634. Weld304.C1 = CFrame.new(0.242780685, -0.522010565, 2.36001587, 0.479554176, -2.09618918e-07, 0.87751019, 0.000707094092, -1.00000107, -0.000386591739, 0.877510726, 0.000806798402, -0.479556948)
  2635. Weld304.Part0 = Part1
  2636. Weld304.Part1 = Part593
  2637. Weld304.part1 = Part593
  2638. Weld305.Parent = Part1
  2639. Weld305.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2640. Weld305.C1 = CFrame.new(-0.233179092, 1.01996541, -1.93335724, -0.479567677, -7.0588776e-06, -0.877502799, 0.000700365927, -1.00000107, -0.000374729017, -0.877503216, -0.000795145635, 0.479570538)
  2641. Weld305.Part0 = Part1
  2642. Weld305.Part1 = Part595
  2643. Weld305.part1 = Part595
  2644. Weld306.Parent = Part1
  2645. Weld306.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2646. Weld306.C1 = CFrame.new(1.49900818, -1.15338516, 0.235107422, 0.877504706, 0.00080369669, -0.479567379, -0.000703146507, 0.999999762, 0.00038927159, 0.479567528, -4.38149709e-06, 0.877504945)
  2647. Weld306.Part0 = Part1
  2648. Weld306.Part1 = Part597
  2649. Weld306.part1 = Part597
  2650. Weld307.Parent = Part1
  2651. Weld307.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2652. Weld307.C1 = CFrame.new(2.13331985, -1.01998425, -0.233401299, 0.877498388, 0.000797082728, -0.47957927, -0.000697508862, 1.00000107, 0.000383933861, 0.479576498, -2.42185047e-06, 0.877497971)
  2653. Weld307.Part0 = Part1
  2654. Weld307.Part1 = Part599
  2655. Weld307.part1 = Part599
  2656. Weld308.Parent = Part1
  2657. Weld308.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2658. Weld308.C1 = CFrame.new(2.13330078, -1.01994801, 0.233127594, 0.877498388, 0.000797082728, -0.47957927, -0.000697508862, 1.00000107, 0.000383933861, 0.479576498, -2.42185047e-06, 0.877497971)
  2659. Weld308.Part0 = Part1
  2660. Weld308.Part1 = Part601
  2661. Weld308.part1 = Part601
  2662. Weld309.Parent = Part1
  2663. Weld309.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2664. Weld309.C1 = CFrame.new(-0.223861694, 0.488673687, -2.09341431, 0.479554147, -3.0306569e-06, 0.87751013, -0.000705636397, 1.00000107, 0.000389072491, -0.877510607, -0.000806679134, 0.479556978)
  2665. Weld309.Part0 = Part1
  2666. Weld309.Part1 = Part603
  2667. Weld309.part1 = Part603
  2668. Weld310.Parent = Part1
  2669. Weld310.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2670. Weld310.C1 = CFrame.new(2.09329987, -0.622033834, -0.242858887, 0.877505839, 0.000808795157, -0.479565918, 0.000707741012, -1.00000107, -0.000389509572, -0.479563117, 2.45802335e-06, -0.877505362)
  2671. Weld310.Part0 = Part1
  2672. Weld310.Part1 = Part605
  2673. Weld310.part1 = Part605
  2674. Weld311.Parent = Part1
  2675. Weld311.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2676. Weld311.C1 = CFrame.new(2.09331512, -0.621990204, 0.223790169, 0.877505839, 0.000808795157, -0.479565918, 0.000707741012, -1.00000107, -0.000389509572, -0.479563117, 2.45802335e-06, -0.877505362)
  2677. Weld311.Part0 = Part1
  2678. Weld311.Part1 = Part607
  2679. Weld311.part1 = Part607
  2680. Weld312.Parent = Part1
  2681. Weld312.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2682. Weld312.C1 = CFrame.new(-0.233166695, -1.15330195, 2.1999588, -0.479567677, -6.58054887e-06, -0.87750268, -0.000700322853, 1.00000131, 0.000375180971, 0.877503276, 0.000795235101, -0.479570538)
  2683. Weld312.Part0 = Part1
  2684. Weld312.Part1 = Part609
  2685. Weld312.part1 = Part609
  2686. Weld313.Parent = Part1
  2687. Weld313.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2688. Weld313.C1 = CFrame.new(-0.223844528, 0.622020006, -1.89334106, 0.479554236, 6.92196181e-06, 0.87751019, -0.000710526539, 1.00000107, 0.000380435464, -0.877510607, -0.000806738739, 0.479557008)
  2689. Weld313.Part0 = Part1
  2690. Weld313.Part1 = Part611
  2691. Weld313.part1 = Part611
  2692. Weld314.Parent = Part1
  2693. Weld314.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2694. Weld314.C1 = CFrame.new(-0.233089447, -0.920017719, 2.40003586, -0.479567498, 1.13429144e-06, -0.877505124, -0.00069727248, 0.999999762, 0.000382360769, 0.877504826, 0.000795227883, -0.479567379)
  2695. Weld314.Part0 = Part1
  2696. Weld314.Part1 = Part613
  2697. Weld314.part1 = Part613
  2698. Weld315.Parent = Part1
  2699. Weld315.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2700. Weld315.C1 = CFrame.new(0.242807388, 0.622014284, -1.89334106, 0.479554236, 6.92196181e-06, 0.87751019, -0.000710526539, 1.00000107, 0.000380435464, -0.877510607, -0.000806738739, 0.479557008)
  2701. Weld315.Part0 = Part1
  2702. Weld315.Part1 = Part615
  2703. Weld315.part1 = Part615
  2704. Weld316.Parent = Part1
  2705. Weld316.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2706. Weld316.C1 = CFrame.new(1.49905014, -1.15338326, -0.231531143, 0.877504706, 0.00080369669, -0.479567379, -0.000703146507, 0.999999762, 0.00038927159, 0.479567528, -4.38149709e-06, 0.877504945)
  2707. Weld316.Part0 = Part1
  2708. Weld316.Part1 = Part617
  2709. Weld316.part1 = Part617
  2710. Weld317.Parent = Part1
  2711. Weld317.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2712. Weld317.C1 = CFrame.new(-0.223908424, -0.755439997, 2.16011429, 0.479553849, 5.47792661e-06, 0.877512515, 0.000710613793, -0.999999762, -0.000382102444, 0.877512217, 0.000806811207, -0.479553729)
  2713. Weld317.Part0 = Part1
  2714. Weld317.Part1 = Part619
  2715. Weld317.part1 = Part619
  2716. Weld318.Parent = Part1
  2717. Weld318.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2718. Weld318.C1 = CFrame.new(1.46000671, -0.755351543, 0.223814011, 0.877505839, 0.000808795157, -0.479565918, 0.000706118823, -1.00000107, -0.000392477756, -0.479563147, 5.80403503e-06, -0.877505362)
  2719. Weld318.Part0 = Part1
  2720. Weld318.Part1 = Part621
  2721. Weld318.part1 = Part621
  2722. Weld319.Parent = Part1
  2723. Weld319.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2724. Weld319.C1 = CFrame.new(0.242728233, -0.755433798, 2.16008759, 0.479553849, 5.47792661e-06, 0.877512515, 0.000710613793, -0.999999762, -0.000382102444, 0.877512217, 0.000806811207, -0.479553729)
  2725. Weld319.Part0 = Part1
  2726. Weld319.Part1 = Part623
  2727. Weld319.part1 = Part623
  2728. Weld320.Parent = Part1
  2729. Weld320.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2730. Weld320.C1 = CFrame.new(2.26672363, -0.919966936, 0.233192444, 0.877498388, 0.000797082728, -0.47957927, -0.000700857781, 1.00000107, 0.000378054625, 0.479576439, 4.30011687e-06, 0.877497911)
  2731. Weld320.Part0 = Part1
  2732. Weld320.Part1 = Part625
  2733. Weld320.part1 = Part625
  2734. Weld321.Parent = Part1
  2735. Weld321.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2736. Weld321.C1 = CFrame.new(1.45999908, -0.75536108, -0.242839813, 0.877505839, 0.000808795157, -0.479565918, 0.000706118823, -1.00000107, -0.000392477756, -0.479563147, 5.80403503e-06, -0.877505362)
  2737. Weld321.Part0 = Part1
  2738. Weld321.Part1 = Part627
  2739. Weld321.part1 = Part627
  2740. Weld322.Parent = Part1
  2741. Weld322.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2742. Weld322.C1 = CFrame.new(2.26674271, -0.919967413, -0.233469009, 0.877498388, 0.000797082728, -0.47957927, -0.000700857781, 1.00000107, 0.000378054625, 0.479576439, 4.30011687e-06, 0.877497911)
  2743. Weld322.Part0 = Part1
  2744. Weld322.Part1 = Part629
  2745. Weld322.part1 = Part629
  2746. Weld323.Parent = Part1
  2747. Weld323.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2748. Weld323.C1 = CFrame.new(2.33338165, -0.65327096, 0.233190536, 0.877498388, 0.000797082728, -0.47957927, -0.000700857781, 1.00000107, 0.000378054625, 0.479576439, 4.30011687e-06, 0.877497911)
  2749. Weld323.Part0 = Part1
  2750. Weld323.Part1 = Part631
  2751. Weld323.part1 = Part631
  2752. Weld324.Parent = Part1
  2753. Weld324.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2754. Weld324.C1 = CFrame.new(-0.233016968, 0.886647463, -2.13331604, -0.479567498, -1.16759793e-06, -0.877505064, 0.000695845927, -0.999999762, -0.00037895792, -0.877504826, -0.000792344217, 0.479567349)
  2755. Weld324.Part0 = Part1
  2756. Weld324.Part1 = Part633
  2757. Weld324.part1 = Part633
  2758. Weld325.Parent = Part1
  2759. Weld325.C0 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2760. Weld325.C1 = CFrame.new(0, 0, 0, -0.479572266, -6.3842549e-07, -0.877500594, -0.000698225398, 1.00000131, 0.000380820944, 0.877500892, 0.000795980159, -0.479574949)
  2761. Weld325.Part0 = Part1
  2762. Weld325.Part1 = Part1
  2763. Weld325.part1 = Part1
  2764. Weld326.Parent = Part1
  2765. Weld326.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2766. Weld326.C1 = CFrame.new(2.29332733, 0.536872864, 0.400872946, 0.724960029, 0.00081168703, -0.688792169, 0.688783586, 2.02826977e-05, 0.724960744, 0.000601069594, -1.00000441, -0.00054293772)
  2767. Weld326.Part0 = Part1
  2768. Weld326.Part1 = Part433
  2769. Weld326.part1 = Part433
  2770. Weld327.Parent = Part1
  2771. Weld327.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2772. Weld327.C1 = CFrame.new(-0.397088289, -0.76112175, 2.20001602, -0.000569273951, 1.00000441, 0.000549404533, 0.688766241, -6.32527508e-06, 0.724977255, 0.72497654, 0.000793090381, -0.688774824)
  2773. Weld327.Part0 = Part1
  2774. Weld327.Part1 = Part435
  2775. Weld327.part1 = Part435
  2776. Weld328.Parent = Part1
  2777. Weld328.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2778. Weld328.C1 = CFrame.new(0.40085578, -0.536848068, 2.42664719, 0.000590055366, -1.00000441, -0.000550116994, -0.688774705, -7.481382e-06, -0.724969327, 0.724968553, 0.000808647193, -0.688783228)
  2779. Weld328.Part0 = Part1
  2780. Weld328.Part1 = Part437
  2781. Weld328.part1 = Part437
  2782. Weld329.Parent = Part1
  2783. Weld329.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2784. Weld329.C1 = CFrame.new(2.13337708, 0.627675056, -0.397089958, 0.724968076, 0.000796249369, -0.688783765, -0.688775241, -1.70408948e-05, -0.724968851, -0.000587651331, 1.00000441, 0.000534647726)
  2785. Weld329.Part0 = Part1
  2786. Weld329.Part1 = Part439
  2787. Weld329.part1 = Part439
  2788. Weld330.Parent = Part1
  2789. Weld330.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2790. Weld330.C1 = CFrame.new(0.0162644386, -0.527760506, 2.40008545, -0.000574234407, 1.00000441, 0.000544313283, 0.688766241, 7.82508266e-07, 0.724977255, 0.72497654, 0.000793179905, -0.688774824)
  2791. Weld330.Part0 = Part1
  2792. Weld330.Part1 = Part441
  2793. Weld330.part1 = Part441
  2794. Weld331.Parent = Part1
  2795. Weld331.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2796. Weld331.C1 = CFrame.new(2.33344269, 0.261130333, 0.0162847042, 0.724968076, 0.000796249369, -0.688783765, -0.688775241, -2.02203337e-05, -0.724968851, -0.00058984122, 1.00000441, 0.000532342761)
  2797. Weld331.Part0 = Part1
  2798. Weld331.Part1 = Part443
  2799. Weld331.part1 = Part443
  2800. Weld332.Parent = Part1
  2801. Weld332.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2802. Weld332.C1 = CFrame.new(2.13338089, 0.627675056, 0.0163106918, 0.724968076, 0.000796249369, -0.688783765, -0.688775241, -1.70408948e-05, -0.724968851, -0.000587651331, 1.00000441, 0.000534647726)
  2803. Weld332.Part0 = Part1
  2804. Weld332.Part1 = Part445
  2805. Weld332.part1 = Part445
  2806. Weld333.Parent = Part1
  2807. Weld333.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2808. Weld333.C1 = CFrame.new(0.0141894817, -0.770290375, 2.22668457, 0.000580549298, -1.00000441, -0.000560036045, -0.688774765, 6.25724851e-06, -0.724969268, 0.724968493, 0.000808587589, -0.688783288)
  2809. Weld333.Part0 = Part1
  2810. Weld333.Part1 = Part447
  2811. Weld333.part1 = Part447
  2812. Weld334.Parent = Part1
  2813. Weld334.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2814. Weld334.C1 = CFrame.new(0.0163149834, -0.761120796, 2.20002365, -0.000569273951, 1.00000441, 0.000549404533, 0.688766241, -6.32527508e-06, 0.724977255, 0.72497654, 0.000793090381, -0.688774824)
  2815. Weld334.Part0 = Part1
  2816. Weld334.Part1 = Part449
  2817. Weld334.part1 = Part449
  2818. Weld335.Parent = Part1
  2819. Weld335.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2820. Weld335.C1 = CFrame.new(1.50007248, 0.761043549, 0.0162985325, 0.724968076, 0.000796249369, -0.688783765, -0.688775241, -6.86387557e-06, -0.724968851, -0.000580641674, 1.00000441, 0.000542025722)
  2821. Weld335.Part0 = Part1
  2822. Weld335.Part1 = Part451
  2823. Weld335.part1 = Part451
  2824. Weld336.Parent = Part1
  2825. Weld336.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2826. Weld336.C1 = CFrame.new(0.0141937733, 0.637008667, -1.95995712, 0.000580944645, -1.00000441, -0.00055983616, 0.688774705, -5.84012514e-06, 0.724969327, -0.724968553, -0.000808736484, 0.688783228)
  2827. Weld336.Part0 = Part1
  2828. Weld336.Part1 = Part453
  2829. Weld336.part1 = Part453
  2830. Weld337.Parent = Part1
  2831. Weld337.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2832. Weld337.C1 = CFrame.new(0.0163066387, 0.627685547, -1.93341446, -0.000569635304, 1.00000441, 0.0005491107, -0.688766241, 5.86336591e-06, -0.724977255, -0.72497654, -0.000793149928, 0.688774824)
  2833. Weld337.Part0 = Part1
  2834. Weld337.Part1 = Part455
  2835. Weld337.part1 = Part455
  2836. Weld338.Parent = Part1
  2837. Weld338.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2838. Weld338.C1 = CFrame.new(0.400912046, 0.503578186, -2.16003418, 0.000587712158, -1.00000441, -0.000552453625, 0.688774705, 4.17336742e-06, 0.724969327, -0.724968553, -0.000808557787, 0.688783228)
  2839. Weld338.Part0 = Part1
  2840. Weld338.Part1 = Part457
  2841. Weld338.part1 = Part457
  2842. Weld339.Parent = Part1
  2843. Weld339.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2844. Weld339.C1 = CFrame.new(-0.397088766, 0.494404793, -2.13335419, -0.000576533494, 1.00000441, 0.000541893474, -0.688766241, -4.12034979e-06, -0.724977255, -0.72497654, -0.000793179963, 0.688774824)
  2845. Weld339.Part0 = Part1
  2846. Weld339.Part1 = Part459
  2847. Weld339.part1 = Part459
  2848. Weld340.Parent = Part1
  2849. Weld340.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2850. Weld340.C1 = CFrame.new(1.52657318, 0.770345688, 0.400921106, 0.724960029, 0.00081168703, -0.688792169, 0.688783646, 7.06126684e-06, 0.724960804, 0.000591962948, -1.00000441, -0.000552522717)
  2851. Weld340.Part0 = Part1
  2852. Weld340.Part1 = Part461
  2853. Weld340.part1 = Part461
  2854. Weld341.Parent = Part1
  2855. Weld341.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2856. Weld341.C1 = CFrame.new(0.400910854, 0.637018204, -1.95995331, 0.000580944645, -1.00000441, -0.00055983616, 0.688774705, -5.84012514e-06, 0.724969327, -0.724968553, -0.000808736484, 0.688783228)
  2857. Weld341.Part0 = Part1
  2858. Weld341.Part1 = Part463
  2859. Weld341.part1 = Part463
  2860. Weld342.Parent = Part1
  2861. Weld342.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2862. Weld342.C1 = CFrame.new(2.3599968, 0.270294189, 0.400892496, 0.724960029, 0.00081168703, -0.688792169, 0.688783586, 2.02826977e-05, 0.724960744, 0.000601069594, -1.00000441, -0.00054293772)
  2863. Weld342.Part0 = Part1
  2864. Weld342.Part1 = Part465
  2865. Weld342.part1 = Part465
  2866. Weld343.Parent = Part1
  2867. Weld343.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2868. Weld343.C1 = CFrame.new(2.33343124, 0.261179924, -0.397092104, 0.724968076, 0.000796249369, -0.688783765, -0.688775241, -2.02203337e-05, -0.724968851, -0.00058984122, 1.00000441, 0.000532342761)
  2869. Weld343.Part0 = Part1
  2870. Weld343.Part1 = Part467
  2871. Weld343.part1 = Part467
  2872. Weld344.Parent = Part1
  2873. Weld344.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2874. Weld344.C1 = CFrame.new(1.50007248, 0.761044502, -0.397092342, 0.724968076, 0.000796249369, -0.688783765, -0.688775241, -6.86387557e-06, -0.724968851, -0.000580641674, 1.00000441, 0.000542025722)
  2875. Weld344.Part0 = Part1
  2876. Weld344.Part1 = Part469
  2877. Weld344.part1 = Part469
  2878. Weld345.Parent = Part1
  2879. Weld345.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2880. Weld345.C1 = CFrame.new(2.36001968, 0.270278931, 0.0141630173, 0.72495693, 0.00081300101, -0.688795507, 0.688786864, 2.02736101e-05, 0.724957645, 0.000602013431, -1.00000441, -0.000543852104)
  2881. Weld345.Part0 = Part1
  2882. Weld345.Part1 = Part471
  2883. Weld345.part1 = Part471
  2884. Weld346.Parent = Part1
  2885. Weld346.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2886. Weld346.C1 = CFrame.new(-0.397125483, -0.527840614, 2.40008926, -0.000572895922, 1.00000441, 0.000542864494, 0.688761353, 9.05571767e-07, 0.724981844, 0.724981129, 0.000791211671, -0.688769996)
  2887. Weld346.Part0 = Part1
  2888. Weld346.Part1 = Part473
  2889. Weld346.part1 = Part473
  2890. Weld347.Parent = Part1
  2891. Weld347.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2892. Weld347.C1 = CFrame.new(2.26668549, 0.527767181, -0.397134066, 0.724963427, 0.000798217545, -0.688788593, -0.68878001, -2.0123136e-05, -0.724964142, -0.000591197575, 1.00000441, 0.000533772865)
  2893. Weld347.Part0 = Part1
  2894. Weld347.Part1 = Part475
  2895. Weld347.part1 = Part475
  2896. Weld348.Parent = Part1
  2897. Weld348.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2898. Weld348.C1 = CFrame.new(2.26667786, 0.527708054, 0.016263485, 0.724968076, 0.000796249369, -0.688783765, -0.688775241, -2.02203337e-05, -0.724968851, -0.00058984122, 1.00000441, 0.000532342761)
  2899. Weld348.Part0 = Part1
  2900. Weld348.Part1 = Part477
  2901. Weld348.part1 = Part477
  2902. Weld349.Parent = Part1
  2903. Weld349.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2904. Weld349.C1 = CFrame.new(1.52658081, 0.770357132, 0.0142118931, 0.724960029, 0.00081168703, -0.688792169, 0.688783646, 7.06126684e-06, 0.724960804, 0.000591962948, -1.00000441, -0.000552522717)
  2905. Weld349.Part0 = Part1
  2906. Weld349.Part1 = Part479
  2907. Weld349.part1 = Part479
  2908. Weld350.Parent = Part1
  2909. Weld350.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2910. Weld350.C1 = CFrame.new(-0.397092819, 0.627677917, -1.93340683, -0.000569622789, 1.00000441, 0.00054912304, -0.688766301, 5.85887028e-06, -0.724977314, -0.72497648, -0.000793150393, 0.688774765)
  2911. Weld350.Part0 = Part1
  2912. Weld350.Part1 = Part481
  2913. Weld350.part1 = Part481
  2914. Weld351.Parent = Part1
  2915. Weld351.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2916. Weld351.C1 = CFrame.new(0.0141401291, -0.536880493, 2.42664719, 0.000585519592, -1.00000441, -0.000554977159, -0.688774765, -8.93992421e-07, -0.724969387, 0.724968493, 0.000808706798, -0.688783169)
  2917. Weld351.Part0 = Part1
  2918. Weld351.Part1 = Part483
  2919. Weld351.part1 = Part483
  2920. Weld352.Parent = Part1
  2921. Weld352.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2922. Weld352.C1 = CFrame.new(0.0163140297, 0.494411469, -2.133358, -0.000576520979, 1.00000429, 0.00054190564, -0.688766301, -4.12511918e-06, -0.724977314, -0.72497648, -0.000793180196, 0.688774765)
  2923. Weld352.Part0 = Part1
  2924. Weld352.Part1 = Part485
  2925. Weld352.part1 = Part485
  2926. Weld353.Parent = Part1
  2927. Weld353.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2928. Weld353.C1 = CFrame.new(2.16002274, 0.637025833, 0.0142040253, 0.724960029, 0.000811687089, -0.688792169, 0.688783646, 1.70318344e-05, 0.724960804, 0.000598846993, -1.00000441, -0.000545276445)
  2929. Weld353.Part0 = Part1
  2930. Weld353.Part1 = Part487
  2931. Weld353.part1 = Part487
  2932. Weld354.Parent = Part1
  2933. Weld354.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2934. Weld354.C1 = CFrame.new(0.0141963959, 0.503566742, -2.16004944, 0.000587690098, -1.00000441, -0.000552476326, 0.688774765, 4.20203196e-06, 0.724969387, -0.724968493, -0.000808558252, 0.688783169)
  2935. Weld354.Part0 = Part1
  2936. Weld354.Part1 = Part489
  2937. Weld354.part1 = Part489
  2938. Weld355.Parent = Part1
  2939. Weld355.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2940. Weld355.C1 = CFrame.new(2.29333115, 0.536916733, 0.0141522884, 0.724960029, 0.000811687089, -0.688792169, 0.688783646, 2.02803658e-05, 0.724960804, 0.000601043401, -1.00000441, -0.00054296467)
  2941. Weld355.Part0 = Part1
  2942. Weld355.Part1 = Part491
  2943. Weld355.part1 = Part491
  2944. Weld356.Parent = Part1
  2945. Weld356.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2946. Weld356.C1 = CFrame.new(0.400889874, -0.770292282, 2.22667694, 0.000580547727, -1.00000453, -0.00056003721, -0.688774824, 6.22922016e-06, -0.724969327, 0.724968433, 0.000808588054, -0.688783228)
  2947. Weld356.Part0 = Part1
  2948. Weld356.Part1 = Part493
  2949. Weld356.part1 = Part493
  2950. Weld357.Parent = Part1
  2951. Weld357.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2952. Weld357.C1 = CFrame.new(2.16001511, 0.637014389, 0.400928497, 0.724960029, 0.000811687089, -0.688792169, 0.688783646, 1.70318344e-05, 0.724960804, 0.000598846993, -1.00000441, -0.000545276445)
  2953. Weld357.Part0 = Part1
  2954. Weld357.Part1 = Part495
  2955. Weld357.part1 = Part495
  2956. Weld358.Parent = Part1
  2957. Weld358.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2958. Weld358.C1 = CFrame.new(1.50000763, -0.286599874, 0.133195877, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  2959. Weld358.Part0 = Part1
  2960. Weld358.Part1 = Part497
  2961. Weld358.part1 = Part497
  2962. Weld359.Parent = Part1
  2963. Weld359.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2964. Weld359.C1 = CFrame.new(0.0999717712, -0.353291273, -3.81469727e-06, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  2965. Weld359.Part0 = Part1
  2966. Weld359.Part1 = Part499
  2967. Weld359.part1 = Part499
  2968. Weld360.Parent = Part1
  2969. Weld360.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2970. Weld360.C1 = CFrame.new(-0.233276367, 0.480140924, 7.62939453e-06, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  2971. Weld360.Part0 = Part1
  2972. Weld360.Part1 = Part501
  2973. Weld360.part1 = Part501
  2974. Weld361.Parent = Part1
  2975. Weld361.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2976. Weld361.C1 = CFrame.new(1.93340302, 0.253469944, -0.133426666, 0.724963546, 0.000803671137, -0.688788414, -0.000575566432, 1.00000453, 0.000558140979, 0.68878001, -8.28194243e-06, 0.72496444)
  2977. Weld361.Part0 = Part1
  2978. Weld361.Part1 = Part503
  2979. Weld361.part1 = Part503
  2980. Weld362.Parent = Part1
  2981. Weld362.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2982. Weld362.C1 = CFrame.new(1.66664886, -0.619982004, -9.72747803e-05, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  2983. Weld362.Part0 = Part1
  2984. Weld362.Part1 = Part505
  2985. Weld362.part1 = Part505
  2986. Weld363.Parent = Part1
  2987. Weld363.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2988. Weld363.C1 = CFrame.new(1.86671448, -0.353267431, 0.133178711, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384281e-06, 0.724959552)
  2989. Weld363.Part0 = Part1
  2990. Weld363.Part1 = Part507
  2991. Weld363.part1 = Part507
  2992. Weld364.Parent = Part1
  2993. Weld364.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  2994. Weld364.C1 = CFrame.new(1.13331985, -0.353281736, -6.48498535e-05, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  2995. Weld364.Part0 = Part1
  2996. Weld364.Part1 = Part509
  2997. Weld364.part1 = Part509
  2998. Weld365.Parent = Part1
  2999. Weld365.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3000. Weld365.C1 = CFrame.new(1.50003433, -0.286607981, -0.133392334, 0.724963903, 0.000803939358, -0.688787997, -0.000575575803, 1.00000453, 0.000558519852, 0.688779593, -8.54821155e-06, 0.724964797)
  3001. Weld365.Part0 = Part1
  3002. Weld365.Part1 = Part511
  3003. Weld365.part1 = Part511
  3004. Weld366.Parent = Part1
  3005. Weld366.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3006. Weld366.C1 = CFrame.new(1.866745, -0.386617422, -0.13341713, 0.724963903, 0.000803939358, -0.688787997, -0.000575575803, 1.00000453, 0.000558519852, 0.688779593, -8.54821155e-06, 0.724964797)
  3007. Weld366.Part0 = Part1
  3008. Weld366.Part1 = Part513
  3009. Weld366.part1 = Part513
  3010. Weld367.Parent = Part1
  3011. Weld367.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3012. Weld367.C1 = CFrame.new(1.93338394, -0.119912148, -0.000112533569, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  3013. Weld367.Part0 = Part1
  3014. Weld367.Part1 = Part515
  3015. Weld367.part1 = Part515
  3016. Weld368.Parent = Part1
  3017. Weld368.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3018. Weld368.C1 = CFrame.new(0.666641235, -0.519979239, -0.133333206, 0.724963903, 0.000803939358, -0.688787997, -0.000575575803, 1.00000453, 0.000558519852, 0.688779593, -8.54821155e-06, 0.724964797)
  3019. Weld368.Part0 = Part1
  3020. Weld368.Part1 = Part517
  3021. Weld368.part1 = Part517
  3022. Weld369.Parent = Part1
  3023. Weld369.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3024. Weld369.C1 = CFrame.new(-0.166629791, -0.0199267864, 1.33514404e-05, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  3025. Weld369.Part0 = Part1
  3026. Weld369.Part1 = Part519
  3027. Weld369.part1 = Part519
  3028. Weld370.Parent = Part1
  3029. Weld370.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3030. Weld370.C1 = CFrame.new(-0.333374023, 0.113426685, 9.53674316e-06, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  3031. Weld370.Part0 = Part1
  3032. Weld370.Part1 = Part521
  3033. Weld370.part1 = Part521
  3034. Weld371.Parent = Part1
  3035. Weld371.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3036. Weld371.C1 = CFrame.new(0.666618347, -0.519960165, 0.13325119, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  3037. Weld371.Part0 = Part1
  3038. Weld371.Part1 = Part523
  3039. Weld371.part1 = Part523
  3040. Weld372.Parent = Part1
  3041. Weld372.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3042. Weld372.C1 = CFrame.new(0.00012588501, -0.820006371, 1.66664505, -0.688776195, -6.84731731e-06, -0.724968016, -0.000579815067, 1.00000453, 0.000541294459, 0.724967122, 0.000795147149, -0.688784599)
  3043. Weld372.Part0 = Part1
  3044. Weld372.Part1 = Part525
  3045. Weld372.part1 = Part525
  3046. Weld373.Parent = Part1
  3047. Weld373.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3048. Weld373.C1 = CFrame.new(1.66665268, -0.119928122, -9.72747803e-05, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  3049. Weld373.Part0 = Part1
  3050. Weld373.Part1 = Part527
  3051. Weld373.part1 = Part527
  3052. Weld374.Parent = Part1
  3053. Weld374.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3054. Weld374.C1 = CFrame.new(1.50002289, 0.153446913, 0.133201599, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  3055. Weld374.Part0 = Part1
  3056. Weld374.Part1 = Part529
  3057. Weld374.part1 = Part529
  3058. Weld375.Parent = Part1
  3059. Weld375.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3060. Weld375.C1 = CFrame.new(2.06667709, -0.653309107, -0.000122070313, 0.724958718, 0.000799944915, -0.6887936, -0.000574548496, 1.00000441, 0.000553802995, 0.688785076, -5.80436563e-06, 0.724959493)
  3061. Weld375.Part0 = Part1
  3062. Weld375.Part1 = Part531
  3063. Weld375.part1 = Part531
  3064. Weld376.Parent = Part1
  3065. Weld376.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3066. Weld376.C1 = CFrame.new(2.03336334, -0.386609793, -0.000116348267, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  3067. Weld376.Part0 = Part1
  3068. Weld376.Part1 = Part533
  3069. Weld376.part1 = Part533
  3070. Weld377.Parent = Part1
  3071. Weld377.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3072. Weld377.C1 = CFrame.new(0.000101089478, -0.820009232, 1.26673508, -0.688776195, -6.84731731e-06, -0.724968016, -0.000579815067, 1.00000453, 0.000541294459, 0.724967122, 0.000795147149, -0.688784599)
  3073. Weld377.Part0 = Part1
  3074. Weld377.Part1 = Part535
  3075. Weld377.part1 = Part535
  3076. Weld378.Parent = Part1
  3077. Weld378.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3078. Weld378.C1 = CFrame.new(9.91821289e-05, -0.886686802, 1.26673508, -0.688776195, -6.84731731e-06, -0.724968016, -0.000579815067, 1.00000453, 0.000541294459, 0.724967122, 0.000795147149, -0.688784599)
  3079. Weld378.Part0 = Part1
  3080. Weld378.Part1 = Part537
  3081. Weld378.part1 = Part537
  3082. Weld379.Parent = Part1
  3083. Weld379.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3084. Weld379.C1 = CFrame.new(1.50004196, 0.153445005, -0.13338089, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384235e-06, 0.724959552)
  3085. Weld379.Part0 = Part1
  3086. Weld379.Part1 = Part539
  3087. Weld379.part1 = Part539
  3088. Weld380.Parent = Part1
  3089. Weld380.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3090. Weld380.C1 = CFrame.new(1.93337631, 0.253469944, 0.133180618, 0.724958777, 0.000798157242, -0.68879354, -0.000573252502, 1.00000441, 0.00055257167, 0.688785017, -5.83384281e-06, 0.724959552)
  3091. Weld380.Part0 = Part1
  3092. Weld380.Part1 = Part541
  3093. Weld380.part1 = Part541
  3094. Weld381.Parent = Part1
  3095. Weld381.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3096. Weld381.C1 = CFrame.new(4.76837158e-05, 0.553488255, 0.566669464, -0.688776195, 7.52436733e-07, -0.724968016, -0.000574580568, 1.00000441, 0.000546803814, 0.724967122, 0.000795147149, -0.688784599)
  3097. Weld381.Part0 = Part1
  3098. Weld381.Part1 = Part543
  3099. Weld381.part1 = Part543
  3100. Weld382.Parent = Part1
  3101. Weld382.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3102. Weld382.C1 = CFrame.new(0.000101089478, 0.486823559, 1.40005493, -0.688776195, -6.84731731e-06, -0.724968016, -0.000579815067, 1.00000453, 0.000541294459, 0.724967122, 0.000795147149, -0.688784599)
  3103. Weld382.Part0 = Part1
  3104. Weld382.Part1 = Part545
  3105. Weld382.part1 = Part545
  3106. Weld383.Parent = Part1
  3107. Weld383.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3108. Weld383.C1 = CFrame.new(-7.2479248e-05, 1.0333519, 0.553491116, 0.688776195, 6.84731731e-06, 0.724968016, 0.724967182, 0.000798067369, -0.688784659, -0.000581932429, 1.00000453, 0.000543306174)
  3109. Weld383.Part0 = Part1
  3110. Weld383.Part1 = Part547
  3111. Weld383.part1 = Part547
  3112. Weld384.Parent = Part1
  3113. Weld384.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3114. Weld384.C1 = CFrame.new(0.466678619, -0.619920015, -1.14440918e-05, 0.724963784, 0.000796159613, -0.68878752, -0.000572313089, 1.00000203, 0.000552087964, 0.688783348, -6.1024125e-06, 0.724964261)
  3115. Weld384.Part0 = Part1
  3116. Weld384.Part1 = Part549
  3117. Weld384.part1 = Part549
  3118. Weld385.Parent = Part1
  3119. Weld385.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3120. Weld385.C1 = CFrame.new(-2.86102295e-05, -0.413444281, 0.466682434, -0.688772082, -6.93970969e-06, -0.724970281, 0.000578994281, -1.00000513, -0.000540428038, -0.724969506, -0.000794490858, 0.688782215)
  3121. Weld385.Part0 = Part1
  3122. Weld385.Part1 = Part551
  3123. Weld385.part1 = Part551
  3124. Weld386.Parent = Part1
  3125. Weld386.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3126. Weld386.C1 = CFrame.new(-7.62939453e-06, 0.199962616, 0.81998539, 0.688772082, 6.93970969e-06, 0.724970281, -0.724969625, -0.000796398264, 0.688782275, 0.000580332533, -1.00000489, -0.00054165849)
  3127. Weld386.Part0 = Part1
  3128. Weld386.Part1 = Part553
  3129. Weld386.part1 = Part553
  3130. Weld387.Parent = Part1
  3131. Weld387.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3132. Weld387.C1 = CFrame.new(1.90734863e-05, -0.319970846, 0.333400726, 0.688768983, 4.04677212e-06, 0.72497803, -0.000581193541, 1.00000203, 0.000546546245, -0.724977493, -0.000798781519, 0.688773096)
  3133. Weld387.Part0 = Part1
  3134. Weld387.Part1 = Part555
  3135. Weld387.part1 = Part555
  3136. Weld388.Parent = Part1
  3137. Weld388.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3138. Weld388.C1 = CFrame.new(1.52587891e-05, 0.0467448235, 0.466682434, 0.688772082, 6.93970969e-06, 0.724970281, -0.000578994281, 1.00000513, 0.000540428038, -0.724969506, -0.000794490858, 0.688782215)
  3139. Weld388.Part0 = Part1
  3140. Weld388.Part1 = Part557
  3141. Weld388.part1 = Part557
  3142. Weld389.Parent = Part1
  3143. Weld389.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3144. Weld389.C1 = CFrame.new(1.52587891e-05, -0.653303385, 0.466686249, 0.688772082, 6.93970969e-06, 0.724970281, -0.000578994281, 1.00000513, 0.000540428038, -0.724969506, -0.000794490858, 0.688782215)
  3145. Weld389.Part0 = Part1
  3146. Weld389.Part1 = Part559
  3147. Weld389.part1 = Part559
  3148. Weld390.Parent = Part1
  3149. Weld390.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3150. Weld390.C1 = CFrame.new(1.14440918e-05, 0.21343112, -7.62939453e-06, -0.688772082, -6.93970969e-06, -0.724970281, -0.000578994281, 1.00000513, 0.000540428038, 0.724969506, 0.000794490858, -0.688782215)
  3151. Weld390.Part0 = Part1
  3152. Weld390.Part1 = Part561
  3153. Weld390.part1 = Part561
  3154. Weld391.Parent = Part1
  3155. Weld391.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3156. Weld391.C1 = CFrame.new(-1.90734863e-06, 0.186616182, -7.62939453e-06, 0.688768864, 4.01729585e-06, 0.72497803, 0.000581193541, -1.00000203, -0.000546546245, 0.724977553, 0.000798781984, -0.688773036)
  3157. Weld391.Part0 = Part1
  3158. Weld391.Part1 = Part563
  3159. Weld391.part1 = Part563
  3160. Weld392.Parent = Part1
  3161. Weld392.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3162. Weld392.C1 = CFrame.new(0, -0.413445473, 0, 0.688772082, 6.93970969e-06, 0.724970281, 0.000578994281, -1.00000513, -0.000540428038, 0.724969506, 0.000794490858, -0.688782215)
  3163. Weld392.Part0 = Part1
  3164. Weld392.Part1 = Part565
  3165. Weld392.part1 = Part565
  3166. Weld393.Parent = Part1
  3167. Weld393.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3168. Weld393.C1 = CFrame.new(4.00543213e-05, 0.386786222, 0.800060272, -0.688772261, 7.79346237e-07, -0.7249704, -0.000573718804, 1.00000525, 0.000545980758, 0.724969506, 0.000794490858, -0.688782215)
  3169. Weld393.Part0 = Part1
  3170. Weld393.Part1 = Part567
  3171. Weld393.part1 = Part567
  3172. Weld394.Parent = Part1
  3173. Weld394.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3174. Weld394.C1 = CFrame.new(-3.24249268e-05, 0.386778116, -0.56665802, 0.688772261, -7.79346237e-07, 0.7249704, -0.000573718804, 1.00000525, 0.000545980758, -0.724969506, -0.000794490858, 0.688782215)
  3175. Weld394.Part0 = Part1
  3176. Weld394.Part1 = Part569
  3177. Weld394.part1 = Part569
  3178. Weld395.Parent = Part1
  3179. Weld395.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3180. Weld395.C1 = CFrame.new(0.233383179, 1.01997066, -1.93336868, -0.688772082, -6.93970969e-06, -0.724970281, 0.000578994281, -1.00000513, -0.000540428038, -0.724969506, -0.000794490858, 0.688782215)
  3181. Weld395.Part0 = Part1
  3182. Weld395.Part1 = Part571
  3183. Weld395.part1 = Part571
  3184. Weld396.Parent = Part1
  3185. Weld396.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3186. Weld396.C1 = CFrame.new(0.23346138, -0.920015335, 2.40008163, -0.688774526, 3.02715819e-07, -0.724972725, -0.000574005477, 1.00000215, 0.000545718765, 0.724972129, 0.000793000276, -0.688778579)
  3187. Weld396.Part0 = Part1
  3188. Weld396.Part1 = Part573
  3189. Weld396.part1 = Part573
  3190. Weld397.Parent = Part1
  3191. Weld397.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3192. Weld397.C1 = CFrame.new(2.22674942, -0.522033453, 0.223866463, 0.724973261, 0.000808140379, -0.6887784, 0.000586935785, -1.00000489, -0.000551755307, -0.688768446, -4.15727754e-06, -0.724974036)
  3193. Weld397.Part0 = Part1
  3194. Weld397.Part1 = Part575
  3195. Weld397.part1 = Part575
  3196. Weld398.Parent = Part1
  3197. Weld398.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3198. Weld398.C1 = CFrame.new(2.33340836, -0.653274298, -0.233494759, 0.724962652, 0.000796428008, -0.688789427, -0.000578615989, 1.00000513, 0.000543768459, 0.688779294, 4.19098296e-06, 0.724963307)
  3199. Weld398.Part0 = Part1
  3200. Weld398.Part1 = Part577
  3201. Weld398.part1 = Part577
  3202. Weld399.Parent = Part1
  3203. Weld399.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3204. Weld399.C1 = CFrame.new(-0.223906517, -0.522032261, 2.36004257, 0.688760936, -3.35553068e-07, 0.724980891, 0.00058245135, -1.00000501, -0.000553619757, 0.724980235, 0.000806143216, -0.688771009)
  3205. Weld399.Part0 = Part1
  3206. Weld399.Part1 = Part579
  3207. Weld399.part1 = Part579
  3208. Weld400.Parent = Part1
  3209. Weld400.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3210. Weld400.C1 = CFrame.new(0.233395576, -1.15331459, 2.19997787, -0.688772082, -6.43284329e-06, -0.724970222, -0.000578816398, 1.00000525, 0.000540875655, 0.724969566, 0.000794580788, -0.688782275)
  3211. Weld400.Part0 = Part1
  3212. Weld400.Part1 = Part581
  3213. Weld400.part1 = Part581
  3214. Weld401.Parent = Part1
  3215. Weld401.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3216. Weld401.C1 = CFrame.new(0.233668327, 0.886696577, -2.13335037, -0.688774526, -3.57176805e-06, -0.724972785, 0.000576631806, -1.00000203, -0.000542911002, -0.724972188, -0.000792970473, 0.688778579)
  3217. Weld401.Part0 = Part1
  3218. Weld401.Part1 = Part583
  3219. Weld401.part1 = Part583
  3220. Weld402.Parent = Part1
  3221. Weld402.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3222. Weld402.C1 = CFrame.new(2.29337311, 0.255347252, 0.242771149, 0.724973261, 0.000808140379, -0.6887784, -0.000575049547, 1.00000501, 0.000564222923, 0.688768446, -1.30687904e-05, 0.724974036)
  3223. Weld402.Part0 = Part1
  3224. Weld402.Part1 = Part585
  3225. Weld402.part1 = Part585
  3226. Weld403.Parent = Part1
  3227. Weld403.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3228. Weld403.C1 = CFrame.new(0.242744446, 0.488705635, -2.09329987, 0.688761115, 1.68306906e-05, 0.72498101, -0.000594254991, 1.00000525, 0.000541196961, -0.724980116, -0.000806024414, 0.688771009)
  3229. Weld403.Part0 = Part1
  3230. Weld403.Part1 = Part587
  3231. Weld403.part1 = Part587
  3232. Weld404.Parent = Part1
  3233. Weld404.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3234. Weld404.C1 = CFrame.new(2.293396, -0.255351067, 0.223875999, 0.724973261, 0.000808140379, -0.6887784, 0.000586935785, -1.00000489, -0.000551755307, -0.688768446, -4.15727754e-06, -0.724974036)
  3235. Weld404.Part0 = Part1
  3236. Weld404.Part1 = Part589
  3237. Weld404.part1 = Part589
  3238. Weld405.Parent = Part1
  3239. Weld405.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3240. Weld405.C1 = CFrame.new(2.22673035, -0.52203536, -0.242778778, 0.724973261, 0.000808140379, -0.6887784, 0.000586935785, -1.00000489, -0.000551755307, -0.688768446, -4.15727754e-06, -0.724974036)
  3241. Weld405.Part0 = Part1
  3242. Weld405.Part1 = Part591
  3243. Weld405.part1 = Part591
  3244. Weld406.Parent = Part1
  3245. Weld406.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3246. Weld406.C1 = CFrame.new(0.24274826, -0.522029877, 2.36002731, 0.688760936, -3.35553068e-07, 0.724980891, 0.00058245135, -1.00000501, -0.000553619757, 0.724980235, 0.000806143216, -0.688771009)
  3247. Weld406.Part0 = Part1
  3248. Weld406.Part1 = Part593
  3249. Weld406.part1 = Part593
  3250. Weld407.Parent = Part1
  3251. Weld407.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3252. Weld407.C1 = CFrame.new(-0.233150482, 1.01997209, -1.93335724, -0.688772082, -6.93970969e-06, -0.724970281, 0.000578994281, -1.00000513, -0.000540428038, -0.724969506, -0.000794490858, 0.688782215)
  3253. Weld407.Part0 = Part1
  3254. Weld407.Part1 = Part595
  3255. Weld407.part1 = Part595
  3256. Weld408.Parent = Part1
  3257. Weld408.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3258. Weld408.C1 = CFrame.new(1.49900818, -1.15340281, 0.235097885, 0.724962234, 0.000804921205, -0.68878901, -0.000581005472, 1.00000203, 0.000555658073, 0.688784957, -2.7096969e-06, 0.724962831)
  3259. Weld408.Part0 = Part1
  3260. Weld408.Part1 = Part597
  3261. Weld408.part1 = Part597
  3262. Weld409.Parent = Part1
  3263. Weld409.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3264. Weld409.C1 = CFrame.new(2.13332748, -1.01999283, -0.233424187, 0.724962652, 0.000796428008, -0.688789427, -0.000573869853, 1.00000513, 0.00054859079, 0.688779414, -2.54457746e-06, 0.724963367)
  3265. Weld409.Part0 = Part1
  3266. Weld409.Part1 = Part599
  3267. Weld409.part1 = Part599
  3268. Weld410.Parent = Part1
  3269. Weld410.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3270. Weld410.C1 = CFrame.new(2.13329697, -1.019979, 0.233062744, 0.724957645, 0.000798395718, -0.688793957, -0.000576498976, 1.00000203, 0.000550928642, 0.688789785, -2.37161703e-06, 0.724958181)
  3271. Weld410.Part0 = Part1
  3272. Weld410.Part1 = Part601
  3273. Weld410.part1 = Part601
  3274. Weld411.Parent = Part1
  3275. Weld411.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3276. Weld411.C1 = CFrame.new(-0.223941803, 0.488726139, -2.09344101, 0.688758314, -3.25851738e-06, 0.724987924, -0.000578890555, 1.00000203, 0.00055437634, -0.724987507, -0.000802504132, 0.688762546)
  3277. Weld411.Part0 = Part1
  3278. Weld411.Part1 = Part603
  3279. Weld411.part1 = Part603
  3280. Weld412.Parent = Part1
  3281. Weld412.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3282. Weld412.C1 = CFrame.new(2.09331894, -0.622078896, -0.24279213, 0.724968195, 0.000810107624, -0.688782871, 0.000584989728, -1.00000203, -0.000558995584, -0.688778698, 2.38384359e-06, -0.724968672)
  3283. Weld412.Part0 = Part1
  3284. Weld412.Part1 = Part605
  3285. Weld412.part1 = Part605
  3286. Weld413.Parent = Part1
  3287. Weld413.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3288. Weld413.C1 = CFrame.new(2.09335327, -0.622035503, 0.223834991, 0.724968195, 0.000810107624, -0.688782871, 0.000584989728, -1.00000203, -0.000558995584, -0.688778698, 2.38384359e-06, -0.724968672)
  3289. Weld413.Part0 = Part1
  3290. Weld413.Part1 = Part607
  3291. Weld413.part1 = Part607
  3292. Weld414.Parent = Part1
  3293. Weld414.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3294. Weld414.C1 = CFrame.new(-0.233062744, -1.15332437, 2.19996643, -0.688769579, -6.34140633e-06, -0.724977374, -0.000577285304, 1.00000203, 0.000539626752, 0.724976838, 0.000791181286, -0.688773751)
  3295. Weld414.Part0 = Part1
  3296. Weld414.Part1 = Part609
  3297. Weld414.part1 = Part609
  3298. Weld415.Parent = Part1
  3299. Weld415.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3300. Weld415.C1 = CFrame.new(-0.223909378, 0.622073412, -1.89337158, 0.688758373, 6.72548686e-06, 0.724987864, -0.000585875241, 1.00000203, 0.000547240954, -0.724987447, -0.000802653376, 0.688762605)
  3301. Weld415.Part0 = Part1
  3302. Weld415.Part1 = Part611
  3303. Weld415.part1 = Part611
  3304. Weld416.Parent = Part1
  3305. Weld416.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3306. Weld416.C1 = CFrame.new(-0.232988358, -0.920027018, 2.4000473, -0.688769579, 4.24109487e-07, -0.724977255, -0.000572516641, 1.00000203, 0.000544428302, 0.724976838, 0.000791031285, -0.688773811)
  3307. Weld416.Part0 = Part1
  3308. Weld416.Part1 = Part613
  3309. Weld416.part1 = Part613
  3310. Weld417.Parent = Part1
  3311. Weld417.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3312. Weld417.C1 = CFrame.new(0.24271965, 0.622067213, -1.89336014, 0.688758373, 6.72548686e-06, 0.724987864, -0.000585875241, 1.00000203, 0.000547240954, -0.724987447, -0.000802653376, 0.688762605)
  3313. Weld417.Part0 = Part1
  3314. Weld417.Part1 = Part615
  3315. Weld417.part1 = Part615
  3316. Weld418.Parent = Part1
  3317. Weld418.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3318. Weld418.C1 = CFrame.new(1.49905777, -1.15341973, -0.231538773, 0.724957645, 0.000806889904, -0.688793957, -0.000582492677, 1.00000203, 0.000556952145, 0.688789785, -2.60995967e-06, 0.724958181)
  3319. Weld418.Part0 = Part1
  3320. Weld418.Part1 = Part617
  3321. Weld418.part1 = Part617
  3322. Weld419.Parent = Part1
  3323. Weld419.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3324. Weld419.C1 = CFrame.new(-0.223983765, -0.755493879, 2.16013336, 0.688758492, 6.18886634e-06, 0.724987924, 0.000585462782, -1.00000203, -0.000547589327, 0.724987388, 0.000802594295, -0.688762665)
  3325. Weld419.Part0 = Part1
  3326. Weld419.Part1 = Part619
  3327. Weld419.part1 = Part619
  3328. Weld420.Parent = Part1
  3329. Weld420.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3330. Weld420.C1 = CFrame.new(1.46003723, -0.755389214, 0.223834038, 0.724968195, 0.000810107624, -0.688782871, 0.000582649605, -1.00000203, -0.000561458699, -0.688778698, 5.78130221e-06, -0.724968672)
  3331. Weld420.Part0 = Part1
  3332. Weld420.Part1 = Part621
  3333. Weld420.part1 = Part621
  3334. Weld421.Parent = Part1
  3335. Weld421.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3336. Weld421.C1 = CFrame.new(0.242689133, -0.755455017, 2.16009903, 0.68876332, 6.31016655e-06, 0.724983275, 0.000586945098, -1.00000203, -0.000548886484, 0.724982738, 0.000804563635, -0.688767433)
  3337. Weld421.Part0 = Part1
  3338. Weld421.Part1 = Part623
  3339. Weld421.part1 = Part623
  3340. Weld422.Parent = Part1
  3341. Weld422.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3342. Weld422.C1 = CFrame.new(2.26672363, -0.919974089, 0.233160019, 0.724962652, 0.000796428008, -0.688789427, -0.000578615989, 1.00000513, 0.000543768459, 0.688779294, 4.19098296e-06, 0.724963307)
  3343. Weld422.Part0 = Part1
  3344. Weld422.Part1 = Part625
  3345. Weld422.part1 = Part625
  3346. Weld423.Parent = Part1
  3347. Weld423.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3348. Weld423.C1 = CFrame.new(1.46001434, -0.755405903, -0.242790222, 0.724968195, 0.000810107624, -0.688782871, 0.000582649664, -1.00000203, -0.000561458641, -0.688778698, 5.7812731e-06, -0.724968672)
  3349. Weld423.Part0 = Part1
  3350. Weld423.Part1 = Part627
  3351. Weld423.part1 = Part627
  3352. Weld424.Parent = Part1
  3353. Weld424.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3354. Weld424.C1 = CFrame.new(2.26676559, -0.919993401, -0.233509064, 0.724957645, 0.000798395718, -0.688793957, -0.000581158616, 1.00000203, 0.000546024297, 0.688789785, 4.39338191e-06, 0.724958181)
  3355. Weld424.Part0 = Part1
  3356. Weld424.Part1 = Part629
  3357. Weld424.part1 = Part629
  3358. Weld425.Parent = Part1
  3359. Weld425.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3360. Weld425.C1 = CFrame.new(2.33338547, -0.653280258, 0.233139038, 0.724957645, 0.000798395253, -0.688793957, -0.000581158267, 1.00000203, 0.000546024006, 0.688789785, 4.39335327e-06, 0.724958181)
  3361. Weld425.Part0 = Part1
  3362. Weld425.Part1 = Part631
  3363. Weld425.part1 = Part631
  3364. Weld426.Parent = Part1
  3365. Weld426.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3366. Weld426.C1 = CFrame.new(-0.232965469, 0.886652231, -2.13332367, -0.688774526, -3.57176805e-06, -0.724972785, 0.000576631806, -1.00000203, -0.000542911002, -0.724972188, -0.000792970473, 0.688778579)
  3367. Weld426.Part0 = Part1
  3368. Weld426.Part1 = Part633
  3369. Weld426.part1 = Part633
  3370. Weld427.Parent = Part1
  3371. Weld427.C0 = CFrame.new(0, 0, 0, -0.479574025, -6.59562659e-07, -0.877501488, -0.877492785, -0.00444518263, 0.479569286, -0.0039009708, 0.999990106, 0.0021312153)
  3372. Weld427.C1 = CFrame.new(0, 0, 0, -0.479574025, -6.59562659e-07, -0.877501488, -0.877492785, -0.00444518263, 0.479569286, -0.0039009708, 0.999990106, 0.0021312153)
  3373. Weld427.Part0 = Part1
  3374. Weld427.Part1 = Part1
  3375. Weld427.part1 = Part1
  3376. Weld428.Parent = Part1
  3377. Weld428.C0 = CFrame.new(0, 0, 0, -0.479574025, -6.59562659e-07, -0.877501488, -0.877492785, -0.00444518263, 0.479569286, -0.0039009708, 0.999990106, 0.0021312153)
  3378. Weld428.C1 = CFrame.new(0, 0, 0, -0.479574025, -6.59562659e-07, -0.877501488, -0.877492785, -0.00444518263, 0.479569286, -0.0039009708, 0.999990106, 0.0021312153)
  3379. Weld428.Part0 = Part1
  3380. Weld428.Part1 = Part1
  3381. Weld428.part1 = Part1
  3382. Weld429.Parent = Part1
  3383. Weld429.C0 = CFrame.new(0, 0, 0, -0.479574025, -6.59562659e-07, -0.877501488, -0.877492785, -0.00444518263, 0.479569286, -0.0039009708, 0.999990106, 0.0021312153)
  3384. Weld429.C1 = CFrame.new(0, 0, 0, -0.479574025, -6.59562659e-07, -0.877501488, -0.877492785, -0.00444518263, 0.479569286, -0.0039009708, 0.999990106, 0.0021312153)
  3385. Weld429.Part0 = Part1
  3386. Weld429.Part1 = Part1
  3387. Weld429.part1 = Part1
  3388. Weld430.Parent = Part1
  3389. Weld430.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3390. Weld430.C1 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3391. Weld430.Part0 = Part1
  3392. Weld430.Part1 = Part1
  3393. Weld430.part1 = Part1
  3394. Weld431.Parent = Part1
  3395. Weld431.C0 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3396. Weld431.C1 = CFrame.new(0, 0, 0, -0.688780606, -5.98924544e-07, -0.724963725, -0.000576603401, 1.00000441, 0.000546838797, 0.72496295, 0.000796636858, -0.688789129)
  3397. Weld431.Part0 = Part1
  3398. Weld431.Part1 = Part1
  3399. Weld431.part1 = Part1
  3400. Weld432.Parent = Part1
  3401. Weld432.C0 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3402. Weld432.C1 = CFrame.new(0, 0, 0, -0.688779712, -5.38173595e-07, -0.724967718, -0.000575808925, 1.00000203, 0.000546244089, 0.724967241, 0.000794668798, -0.688783884)
  3403. Weld432.Part0 = Part1
  3404. Weld432.Part1 = Part1
  3405. Weld432.part1 = Part1
  3406. Part433.Name = "Hori1"
  3407. Part433.Parent = Tool0
  3408. Part433.CFrame = CFrame.new(-42.2944183, 2.04529786, 13.6085558, 0.997159898, 0.0753017738, -0.00130745419, -0.00131186913, 9.16460704e-06, -0.999999106, -0.0753016993, 0.997160733, 0.00010792465)
  3409. Part433.Orientation = Vector3.new(89.9199982, -85.2799988, -89.5999985)
  3410. Part433.Position = Vector3.new(-42.2944183, 2.04529786, 13.6085558)
  3411. Part433.Rotation = Vector3.new(89.9899979, -0.0700000003, -4.32000017)
  3412. Part433.Color = Color3.new(1, 0, 0)
  3413. Part433.Transparency = 1
  3414. Part433.Velocity = Vector3.new(-0.00493168039, -0.000451329164, -0.00402196217)
  3415. Part433.Size = Vector3.new(1, 1, 1)
  3416. Part433.BottomSurface = Enum.SurfaceType.Smooth
  3417. Part433.BrickColor = BrickColor.new("Really red")
  3418. Part433.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3419. Part433.TopSurface = Enum.SurfaceType.Smooth
  3420. Part433.brickColor = BrickColor.new("Really red")
  3421. BlockMesh434.Parent = Part433
  3422. BlockMesh434.Scale = Vector3.new(0.13333334, 0.266666681, 0.200000003)
  3423. Part435.Name = "Hori2"
  3424. Part435.Parent = Tool0
  3425. Part435.CFrame = CFrame.new(-42.1036415, 2.04142332, 14.8958092, 0.00132799987, 0.0752778724, 0.997161686, 0.999999106, -1.73923945e-05, -0.00133046589, -8.28116026e-05, 0.997162521, -0.0752778351)
  3426. Part435.Orientation = Vector3.new(0.0799999982, 94.3199997, 90)
  3427. Part435.Position = Vector3.new(-42.1036415, 2.04142332, 14.8958092)
  3428. Part435.Rotation = Vector3.new(178.990005, 85.6800003, -88.9899979)
  3429. Part435.Color = Color3.new(1, 0, 0)
  3430. Part435.Transparency = 1
  3431. Part435.Velocity = Vector3.new(-0.00218184432, 0.000431997702, -0.00442684162)
  3432. Part435.Size = Vector3.new(1, 1, 1)
  3433. Part435.BottomSurface = Enum.SurfaceType.Smooth
  3434. Part435.BrickColor = BrickColor.new("Really red")
  3435. Part435.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3436. Part435.TopSurface = Enum.SurfaceType.Smooth
  3437. Part435.brickColor = BrickColor.new("Really red")
  3438. SpecialMesh436.Parent = Part435
  3439. SpecialMesh436.Scale = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  3440. SpecialMesh436.MeshType = Enum.MeshType.Wedge
  3441. Part437.Name = "Hori5"
  3442. Part437.Parent = Tool0
  3443. Part437.CFrame = CFrame.new(-42.4273529, 2.04547048, 13.6185942, -0.00131144864, -0.0752894133, 0.997160792, -0.999999106, 3.61033904e-06, -0.00131490908, 9.53986309e-05, -0.997161686, -0.0752893537)
  3444. Part437.Orientation = Vector3.new(0.0799999982, 94.3199997, -90)
  3445. Part437.Position = Vector3.new(-42.4273529, 2.04547048, 13.6185942)
  3446. Part437.Rotation = Vector3.new(179, 85.6800003, 91)
  3447. Part437.Color = Color3.new(1, 0, 0)
  3448. Part437.Transparency = 1
  3449. Part437.Velocity = Vector3.new(-0.00491103716, -0.000975371338, -0.00373958424)
  3450. Part437.Size = Vector3.new(1, 1, 1)
  3451. Part437.BottomSurface = Enum.SurfaceType.Smooth
  3452. Part437.BrickColor = BrickColor.new("Really red")
  3453. Part437.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3454. Part437.TopSurface = Enum.SurfaceType.Smooth
  3455. Part437.brickColor = BrickColor.new("Really red")
  3456. SpecialMesh438.Parent = Part437
  3457. SpecialMesh438.Scale = Vector3.new(0.200000003, 0.266666681, 0.13333334)
  3458. SpecialMesh438.MeshType = Enum.MeshType.Wedge
  3459. Part439.Name = "Hori6"
  3460. Part439.Parent = Tool0
  3461. Part439.CFrame = CFrame.new(-42.047226, 2.04134679, 14.7577429, 0.997160733, -0.0752901584, 0.00132309156, -0.00132730673, -5.94756557e-06, 0.999999106, -0.0752900839, -0.997161627, -0.000105863801)
  3462. Part439.Orientation = Vector3.new(-89.9199982, 94.5699997, -90.2600021)
  3463. Part439.Position = Vector3.new(-42.047226, 2.04134679, 14.7577429)
  3464. Part439.Rotation = Vector3.new(-90.0100021, 0.0799999982, 4.32000017)
  3465. Part439.Color = Color3.new(1, 0, 0)
  3466. Part439.Transparency = 1
  3467. Part439.Velocity = Vector3.new(-0.0024748384, 0.000640899874, -0.00454667816)
  3468. Part439.Size = Vector3.new(1, 1, 1)
  3469. Part439.BottomSurface = Enum.SurfaceType.Smooth
  3470. Part439.BrickColor = BrickColor.new("Really red")
  3471. Part439.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3472. Part439.TopSurface = Enum.SurfaceType.Smooth
  3473. Part439.brickColor = BrickColor.new("Really red")
  3474. BlockMesh440.Parent = Part439
  3475. BlockMesh440.Scale = Vector3.new(0.13333334, 0.0666666701, 0.200000003)
  3476. Part441.Name = "Hori7"
  3477. Part441.Parent = Tool0
  3478. Part441.CFrame = CFrame.new(-42.3212624, 1.62834918, 14.6782036, 0.00132737565, 0.0752778873, 0.997161686, 0.999999106, -1.02846716e-05, -0.00133037637, -8.98924482e-05, 0.997162521, -0.0752778426)
  3479. Part441.Orientation = Vector3.new(0.0799999982, 94.3199997, 90)
  3480. Part441.Position = Vector3.new(-42.3212624, 1.62834918, 14.6782036)
  3481. Part441.Rotation = Vector3.new(178.990005, 85.6800003, -88.9899979)
  3482. Part441.Color = Color3.new(1, 0, 0)
  3483. Part441.Transparency = 1
  3484. Part441.Velocity = Vector3.new(-0.00101258082, -0.000449487939, -0.00392288994)
  3485. Part441.Size = Vector3.new(1, 1, 1)
  3486. Part441.BottomSurface = Enum.SurfaceType.Smooth
  3487. Part441.BrickColor = BrickColor.new("Really red")
  3488. Part441.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3489. Part441.TopSurface = Enum.SurfaceType.Smooth
  3490. Part441.brickColor = BrickColor.new("Really red")
  3491. SpecialMesh442.Parent = Part441
  3492. SpecialMesh442.Scale = Vector3.new(0.200000003, 0.266666681, 0.13333334)
  3493. SpecialMesh442.MeshType = Enum.MeshType.Wedge
  3494. Part443.Name = "Hori9"
  3495. Part443.Parent = Tool0
  3496. Part443.CFrame = CFrame.new(-42.274868, 1.62824082, 14.40734, 0.997160733, -0.0752901584, 0.0013228521, -0.00132730673, -9.12698579e-06, 0.999999106, -0.0752900839, -0.997161627, -0.000109034205)
  3497. Part443.Orientation = Vector3.new(-89.9199982, 94.7099991, -90.3899994)
  3498. Part443.Position = Vector3.new(-42.274868, 1.62824082, 14.40734)
  3499. Part443.Rotation = Vector3.new(-90.0100021, 0.0799999982, 4.32000017)
  3500. Part443.Color = Color3.new(1, 0, 0)
  3501. Part443.Transparency = 1
  3502. Part443.Velocity = Vector3.new(-0.0015875526, -0.000293558463, -0.00402143551)
  3503. Part443.Size = Vector3.new(1, 1, 1)
  3504. Part443.BottomSurface = Enum.SurfaceType.Smooth
  3505. Part443.BrickColor = BrickColor.new("Really red")
  3506. Part443.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3507. Part443.TopSurface = Enum.SurfaceType.Smooth
  3508. Part443.brickColor = BrickColor.new("Really red")
  3509. BlockMesh444.Parent = Part443
  3510. BlockMesh444.Scale = Vector3.new(0.266666681, 0.266666681, 0.200000003)
  3511. Part445.Name = "Hori11"
  3512. Part445.Parent = Tool0
  3513. Part445.CFrame = CFrame.new(-42.0477791, 1.62795031, 14.7577858, 0.997160733, -0.0752901584, 0.00132309156, -0.00132730673, -5.94756557e-06, 0.999999106, -0.0752900839, -0.997161627, -0.000105863801)
  3514. Part445.Orientation = Vector3.new(-89.9199982, 94.5699997, -90.2600021)
  3515. Part445.Position = Vector3.new(-42.0477791, 1.62795031, 14.7577858)
  3516. Part445.Rotation = Vector3.new(-90.0100021, 0.0799999982, 4.32000017)
  3517. Part445.Color = Color3.new(1, 0, 0)
  3518. Part445.Transparency = 1
  3519. Part445.Velocity = Vector3.new(-0.000841947622, 0.000638719648, -0.00450381497)
  3520. Part445.Size = Vector3.new(1, 1, 1)
  3521. Part445.BottomSurface = Enum.SurfaceType.Smooth
  3522. Part445.BrickColor = BrickColor.new("Really red")
  3523. Part445.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3524. Part445.TopSurface = Enum.SurfaceType.Smooth
  3525. Part445.brickColor = BrickColor.new("Really red")
  3526. BlockMesh446.Parent = Part445
  3527. BlockMesh446.Scale = Vector3.new(0.13333334, 0.0666666701, 0.200000003)
  3528. Part447.Name = "Hori13"
  3529. Part447.Parent = Tool0
  3530. Part447.CFrame = CFrame.new(-42.2460365, 1.6585561, 13.370801, -0.00131254247, -0.0752894655, 0.997160792, -0.999999106, 1.73490516e-05, -0.00131496857, 8.17034816e-05, -0.997161686, -0.0752894208)
  3531. Part447.Orientation = Vector3.new(0.0799999982, 94.3199997, -90)
  3532. Part447.Position = Vector3.new(-42.2460365, 1.6585561, 13.370801)
  3533. Part447.Rotation = Vector3.new(179, 85.6800003, 91)
  3534. Part447.Color = Color3.new(1, 0, 0)
  3535. Part447.Transparency = 1
  3536. Part447.Velocity = Vector3.new(-0.00390922558, -0.000284210779, -0.00408574007)
  3537. Part447.Size = Vector3.new(1, 1, 1)
  3538. Part447.BottomSurface = Enum.SurfaceType.Smooth
  3539. Part447.BrickColor = BrickColor.new("Really red")
  3540. Part447.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3541. Part447.TopSurface = Enum.SurfaceType.Smooth
  3542. Part447.brickColor = BrickColor.new("Really red")
  3543. SpecialMesh448.Parent = Part447
  3544. SpecialMesh448.Scale = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  3545. SpecialMesh448.MeshType = Enum.MeshType.Wedge
  3546. Part449.Name = "Hori15"
  3547. Part449.Parent = Tool0
  3548. Part449.CFrame = CFrame.new(-42.1041946, 1.6280247, 14.8958445, 0.00132799987, 0.0752778724, 0.997161686, 0.999999106, -1.73923945e-05, -0.00133046589, -8.28116026e-05, 0.997162521, -0.0752778351)
  3549. Part449.Orientation = Vector3.new(0.0799999982, 94.3199997, 90)
  3550. Part449.Position = Vector3.new(-42.1041946, 1.6280247, 14.8958445)
  3551. Part449.Rotation = Vector3.new(178.990005, 85.6800003, -88.9899979)
  3552. Part449.Color = Color3.new(1, 0, 0)
  3553. Part449.Transparency = 1
  3554. Part449.Velocity = Vector3.new(-0.00054896134, 0.000429816544, -0.00438397797)
  3555. Part449.Size = Vector3.new(1, 1, 1)
  3556. Part449.BottomSurface = Enum.SurfaceType.Smooth
  3557. Part449.BrickColor = BrickColor.new("Really red")
  3558. Part449.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3559. Part449.TopSurface = Enum.SurfaceType.Smooth
  3560. Part449.brickColor = BrickColor.new("Really red")
  3561. SpecialMesh450.Parent = Part449
  3562. SpecialMesh450.Scale = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  3563. SpecialMesh450.MeshType = Enum.MeshType.Wedge
  3564. Part451.Name = "Hori26"
  3565. Part451.Parent = Tool0
  3566. Part451.CFrame = CFrame.new(-41.4062271, 1.62711382, 14.8431015, 0.997160733, -0.0752901435, 0.00132385769, -0.00132730673, 4.22939956e-06, 0.999999106, -0.0752900839, -0.997161627, -9.57157172e-05)
  3567. Part451.Orientation = Vector3.new(-89.9199982, 94.1399994, -89.8199997)
  3568. Part451.Position = Vector3.new(-41.4062271, 1.62711382, 14.8431015)
  3569. Part451.Rotation = Vector3.new(-90.0100021, 0.0799999982, 4.32000017)
  3570. Part451.Color = Color3.new(1, 0, 0)
  3571. Part451.Transparency = 1
  3572. Part451.Velocity = Vector3.new(-0.000657406286, 0.00318127265, -0.00586658949)
  3573. Part451.Size = Vector3.new(1, 1, 1)
  3574. Part451.BottomSurface = Enum.SurfaceType.Smooth
  3575. Part451.BrickColor = BrickColor.new("Really red")
  3576. Part451.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3577. Part451.TopSurface = Enum.SurfaceType.Smooth
  3578. Part451.brickColor = BrickColor.new("Really red")
  3579. BlockMesh452.Parent = Part451
  3580. BlockMesh452.Scale = Vector3.new(1.13333333, 0.200000003, 0.200000003)
  3581. Part453.Name = "Hori30"
  3582. Part453.Parent = Tool0
  3583. Part453.CFrame = CFrame.new(-41.9700394, 1.65820634, 13.4836226, -0.00131236261, 0.0752894059, -0.997160792, -0.999999106, -1.69318046e-05, 0.00131481967, 8.21082576e-05, 0.997161686, 0.0752893686)
  3584. Part453.Orientation = Vector3.new(-0.0799999982, -85.6800003, -90)
  3585. Part453.Position = Vector3.new(-41.9700394, 1.65820634, 13.4836226)
  3586. Part453.Rotation = Vector3.new(-1, -85.6800003, -91)
  3587. Part453.Color = Color3.new(1, 0, 0)
  3588. Part453.Transparency = 1
  3589. Part453.Velocity = Vector3.new(-0.00366817554, 0.000817277469, -0.0046720095)
  3590. Part453.Size = Vector3.new(1, 1, 1)
  3591. Part453.BottomSurface = Enum.SurfaceType.Smooth
  3592. Part453.BrickColor = BrickColor.new("Really red")
  3593. Part453.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3594. Part453.TopSurface = Enum.SurfaceType.Smooth
  3595. Part453.brickColor = BrickColor.new("Really red")
  3596. SpecialMesh454.Parent = Part453
  3597. SpecialMesh454.Scale = Vector3.new(0.200000003, 0.0666666701, 0.266666681)
  3598. SpecialMesh454.MeshType = Enum.MeshType.Wedge
  3599. Part455.Name = "Hori25"
  3600. Part455.Parent = Tool0
  3601. Part455.CFrame = CFrame.new(-41.8483925, 1.62768018, 14.7427177, 0.0013279058, -0.0752778426, -0.997161686, 0.999999106, 1.69304258e-05, 0.00133040629, -8.32677397e-05, -0.997162521, 0.0752778053)
  3602. Part455.Orientation = Vector3.new(-0.0799999982, -85.6800003, 90)
  3603. Part455.Position = Vector3.new(-41.8483925, 1.62768018, 14.7427177)
  3604. Part455.Rotation = Vector3.new(-1.00999999, -85.6800003, 88.9899979)
  3605. Part455.Color = Color3.new(1, 0, 0)
  3606. Part455.Transparency = 1
  3607. Part455.Velocity = Vector3.new(-0.000872889999, 0.00142472098, -0.00492734741)
  3608. Part455.Size = Vector3.new(1, 1, 1)
  3609. Part455.BottomSurface = Enum.SurfaceType.Smooth
  3610. Part455.BrickColor = BrickColor.new("Really red")
  3611. Part455.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3612. Part455.TopSurface = Enum.SurfaceType.Smooth
  3613. Part455.brickColor = BrickColor.new("Really red")
  3614. SpecialMesh456.Parent = Part455
  3615. SpecialMesh456.Scale = Vector3.new(0.200000003, 0.0666666701, 0.266666681)
  3616. SpecialMesh456.MeshType = Enum.MeshType.Wedge
  3617. Part457.Name = "Hori24"
  3618. Part457.Parent = Tool0
  3619. Part457.CFrame = CFrame.new(-42.1589928, 2.04517698, 13.6317015, -0.00131178682, 0.0752894282, -0.997160792, -0.999999106, -6.91838159e-06, 0.00131499837, 9.21067258e-05, 0.997161686, 0.0752893761)
  3620. Part457.Orientation = Vector3.new(-0.0799999982, -85.6800003, -90)
  3621. Part457.Position = Vector3.new(-42.1589928, 2.04517698, 13.6317015)
  3622. Part457.Rotation = Vector3.new(-1, -85.6800003, -91)
  3623. Part457.Color = Color3.new(1, 0, 0)
  3624. Part457.Transparency = 1
  3625. Part457.Velocity = Vector3.new(-0.00488203391, 8.5898675e-05, -0.00430963654)
  3626. Part457.Size = Vector3.new(1, 1, 1)
  3627. Part457.BottomSurface = Enum.SurfaceType.Smooth
  3628. Part457.BrickColor = BrickColor.new("Really red")
  3629. Part457.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3630. Part457.TopSurface = Enum.SurfaceType.Smooth
  3631. Part457.brickColor = BrickColor.new("Really red")
  3632. SpecialMesh458.Parent = Part457
  3633. SpecialMesh458.Scale = Vector3.new(0.200000003, 0.200000003, 0.13333334)
  3634. SpecialMesh458.MeshType = Enum.MeshType.Wedge
  3635. Part459.Name = "Hori32"
  3636. Part459.Parent = Tool0
  3637. Part459.CFrame = CFrame.new(-42.0572472, 2.04134464, 14.6248274, 0.00132712431, -0.0752778649, -0.997161686, 0.999999106, 6.94677965e-06, 0.00133037625, -9.32208204e-05, -0.997162521, 0.0752778128)
  3638. Part459.Orientation = Vector3.new(-0.0799999982, -85.6800003, 90)
  3639. Part459.Position = Vector3.new(-42.0572472, 2.04134464, 14.6248274)
  3640. Part459.Rotation = Vector3.new(-1.00999999, -85.6800003, 88.9899979)
  3641. Part459.Color = Color3.new(1, 0, 0)
  3642. Part459.Transparency = 1
  3643. Part459.Velocity = Vector3.new(-0.00275718444, 0.000587916002, -0.00452538999)
  3644. Part459.Size = Vector3.new(1, 1, 1)
  3645. Part459.BottomSurface = Enum.SurfaceType.Smooth
  3646. Part459.BrickColor = BrickColor.new("Really red")
  3647. Part459.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3648. Part459.TopSurface = Enum.SurfaceType.Smooth
  3649. Part459.brickColor = BrickColor.new("Really red")
  3650. SpecialMesh460.Parent = Part459
  3651. SpecialMesh460.Scale = Vector3.new(0.200000003, 0.200000003, 0.13333334)
  3652. SpecialMesh460.MeshType = Enum.MeshType.Wedge
  3653. Part461.Name = "Hori31"
  3654. Part461.Parent = Tool0
  3655. Part461.CFrame = CFrame.new(-41.5474281, 2.04434705, 13.3180161, 0.997159898, 0.0753017589, -0.00130844978, -0.00131186913, -4.05675519e-06, -0.999999106, -0.0753016993, 0.997160792, 9.47408043e-05)
  3656. Part461.Orientation = Vector3.new(89.9199982, -85.8600006, -90.1800003)
  3657. Part461.Position = Vector3.new(-41.5474281, 2.04434705, 13.3180161)
  3658. Part461.Rotation = Vector3.new(89.9899979, -0.0700000003, -4.32000017)
  3659. Part461.Color = Color3.new(1, 0, 0)
  3660. Part461.Transparency = 1
  3661. Part461.Velocity = Vector3.new(-0.00554512301, 0.00246977247, -0.00560870953)
  3662. Part461.Size = Vector3.new(1, 1, 1)
  3663. Part461.BottomSurface = Enum.SurfaceType.Smooth
  3664. Part461.BrickColor = BrickColor.new("Really red")
  3665. Part461.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3666. Part461.TopSurface = Enum.SurfaceType.Smooth
  3667. Part461.brickColor = BrickColor.new("Really red")
  3668. BlockMesh462.Parent = Part461
  3669. BlockMesh462.Scale = Vector3.new(1.13333333, 0.200000003, 0.200000003)
  3670. Part463.Name = "Hori29"
  3671. Part463.Parent = Tool0
  3672. Part463.CFrame = CFrame.new(-41.9695244, 2.04491949, 13.4835796, -0.00131236261, 0.0752894059, -0.997160792, -0.999999106, -1.69318046e-05, 0.00131481967, 8.21082576e-05, 0.997161686, 0.0752893686)
  3673. Part463.Orientation = Vector3.new(-0.0799999982, -85.6800003, -90)
  3674. Part463.Position = Vector3.new(-41.9695244, 2.04491949, 13.4835796)
  3675. Part463.Rotation = Vector3.new(-1, -85.6800003, -91)
  3676. Part463.Color = Color3.new(1, 0, 0)
  3677. Part463.Transparency = 1
  3678. Part463.Velocity = Vector3.new(-0.00519567449, 0.000819307752, -0.00471210154)
  3679. Part463.Size = Vector3.new(1, 1, 1)
  3680. Part463.BottomSurface = Enum.SurfaceType.Smooth
  3681. Part463.BrickColor = BrickColor.new("Really red")
  3682. Part463.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3683. Part463.TopSurface = Enum.SurfaceType.Smooth
  3684. Part463.brickColor = BrickColor.new("Really red")
  3685. SpecialMesh464.Parent = Part463
  3686. SpecialMesh464.Scale = Vector3.new(0.200000003, 0.0666666701, 0.266666681)
  3687. SpecialMesh464.MeshType = Enum.MeshType.Wedge
  3688. Part465.Name = "Hori28"
  3689. Part465.Parent = Tool0
  3690. Part465.CFrame = CFrame.new(-42.3408241, 2.04540777, 13.8793993, 0.997159898, 0.0753017738, -0.00130745419, -0.00131186913, 9.16460704e-06, -0.999999106, -0.0753016993, 0.997160733, 0.00010792465)
  3691. Part465.Orientation = Vector3.new(89.9199982, -85.2799988, -89.5999985)
  3692. Part465.Position = Vector3.new(-42.3408241, 2.04540777, 13.8793993)
  3693. Part465.Rotation = Vector3.new(89.9899979, -0.0700000003, -4.32000017)
  3694. Part465.Color = Color3.new(1, 0, 0)
  3695. Part465.Transparency = 1
  3696. Part465.Velocity = Vector3.new(-0.00435675727, -0.000607306138, -0.00392339285)
  3697. Part465.Size = Vector3.new(1, 1, 1)
  3698. Part465.BottomSurface = Enum.SurfaceType.Smooth
  3699. Part465.BrickColor = BrickColor.new("Really red")
  3700. Part465.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3701. Part465.TopSurface = Enum.SurfaceType.Smooth
  3702. Part465.brickColor = BrickColor.new("Really red")
  3703. BlockMesh466.Parent = Part465
  3704. BlockMesh466.Scale = Vector3.new(0.266666681, 0.266666681, 0.200000003)
  3705. Part467.Name = "Hori27"
  3706. Part467.Parent = Tool0
  3707. Part467.CFrame = CFrame.new(-42.2743111, 2.04161358, 14.4073448, 0.997160733, -0.0752901584, 0.0013228521, -0.00132730673, -9.12698579e-06, 0.999999106, -0.0752900839, -0.997161627, -0.000109034205)
  3708. Part467.Orientation = Vector3.new(-89.9199982, 94.7099991, -90.3899994)
  3709. Part467.Position = Vector3.new(-42.2743111, 2.04161358, 14.4073448)
  3710. Part467.Rotation = Vector3.new(-90.0100021, 0.0799999982, 4.32000017)
  3711. Part467.Color = Color3.new(1, 0, 0)
  3712. Part467.Transparency = 1
  3713. Part467.Velocity = Vector3.new(-0.00322024827, -0.000291357748, -0.00406430475)
  3714. Part467.Size = Vector3.new(1, 1, 1)
  3715. Part467.BottomSurface = Enum.SurfaceType.Smooth
  3716. Part467.BrickColor = BrickColor.new("Really red")
  3717. Part467.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3718. Part467.TopSurface = Enum.SurfaceType.Smooth
  3719. Part467.brickColor = BrickColor.new("Really red")
  3720. BlockMesh468.Parent = Part467
  3721. BlockMesh468.Scale = Vector3.new(0.266666681, 0.266666681, 0.200000003)
  3722. Part469.Name = "Hori23"
  3723. Part469.Parent = Tool0
  3724. Part469.CFrame = CFrame.new(-41.4056816, 2.04050016, 14.8430614, 0.997160733, -0.0752901435, 0.00132385769, -0.00132730673, 4.22939956e-06, 0.999999106, -0.0752900839, -0.997161627, -9.57157172e-05)
  3725. Part469.Orientation = Vector3.new(-89.9199982, 94.1399994, -89.8199997)
  3726. Part469.Position = Vector3.new(-41.4056816, 2.04050016, 14.8430614)
  3727. Part469.Rotation = Vector3.new(-90.0100021, 0.0799999982, 4.32000017)
  3728. Part469.Color = Color3.new(1, 0, 0)
  3729. Part469.Transparency = 1
  3730. Part469.Velocity = Vector3.new(-0.00229025073, 0.00318342354, -0.00590943592)
  3731. Part469.Size = Vector3.new(1, 1, 1)
  3732. Part469.BottomSurface = Enum.SurfaceType.Smooth
  3733. Part469.BrickColor = BrickColor.new("Really red")
  3734. Part469.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3735. Part469.TopSurface = Enum.SurfaceType.Smooth
  3736. Part469.brickColor = BrickColor.new("Really red")
  3737. BlockMesh470.Parent = Part469
  3738. BlockMesh470.Scale = Vector3.new(1.13333333, 0.200000003, 0.200000003)
  3739. Part471.Name = "Hori22"
  3740. Part471.Parent = Tool0
  3741. Part471.CFrame = CFrame.new(-42.3413429, 1.65869665, 13.8794022, 0.997159898, 0.0753017738, -0.00130745419, -0.00131186913, 9.16460704e-06, -0.999999106, -0.0753016993, 0.997160733, 0.00010792465)
  3742. Part471.Orientation = Vector3.new(89.9199982, -85.2799988, -89.5999985)
  3743. Part471.Position = Vector3.new(-42.3413429, 1.65869665, 13.8794022)
  3744. Part471.Rotation = Vector3.new(89.9899979, -0.0700000003, -4.32000017)
  3745. Part471.Color = Color3.new(1, 0, 0)
  3746. Part471.Transparency = 1
  3747. Part471.Velocity = Vector3.new(-0.00282935123, -0.000609354116, -0.0038832929)
  3748. Part471.Size = Vector3.new(1, 1, 1)
  3749. Part471.BottomSurface = Enum.SurfaceType.Smooth
  3750. Part471.BrickColor = BrickColor.new("Really red")
  3751. Part471.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3752. Part471.TopSurface = Enum.SurfaceType.Smooth
  3753. Part471.brickColor = BrickColor.new("Really red")
  3754. BlockMesh472.Parent = Part471
  3755. BlockMesh472.Scale = Vector3.new(0.266666681, 0.266666681, 0.200000003)
  3756. Part473.Name = "Hori21"
  3757. Part473.Parent = Tool0
  3758. Part473.CFrame = CFrame.new(-42.3207016, 2.04174089, 14.6782055, 0.00132737565, 0.0752778873, 0.997161686, 0.999999106, -1.02846716e-05, -0.00133037637, -8.98924482e-05, 0.997162521, -0.0752778426)
  3759. Part473.Orientation = Vector3.new(0.0799999982, 94.3199997, 90)
  3760. Part473.Position = Vector3.new(-42.3207016, 2.04174089, 14.6782055)
  3761. Part473.Rotation = Vector3.new(178.990005, 85.6800003, -88.9899979)
  3762. Part473.Color = Color3.new(1, 0, 0)
  3763. Part473.Transparency = 1
  3764. Part473.Velocity = Vector3.new(-0.00264535751, -0.000447272323, -0.00396576989)
  3765. Part473.Size = Vector3.new(1, 1, 1)
  3766. Part473.BottomSurface = Enum.SurfaceType.Smooth
  3767. Part473.BrickColor = BrickColor.new("Really red")
  3768. Part473.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3769. Part473.TopSurface = Enum.SurfaceType.Smooth
  3770. Part473.brickColor = BrickColor.new("Really red")
  3771. SpecialMesh474.Parent = Part473
  3772. SpecialMesh474.Scale = Vector3.new(0.200000003, 0.266666681, 0.13333334)
  3773. SpecialMesh474.MeshType = Enum.MeshType.Wedge
  3774. Part475.Name = "Hori20"
  3775. Part475.Parent = Tool0
  3776. Part475.CFrame = CFrame.new(-42.1876678, 2.0415659, 14.6681414, 0.997160733, -0.0752901584, 0.0013228521, -0.00132730673, -9.12698579e-06, 0.999999106, -0.0752900839, -0.997161627, -0.000109034205)
  3777. Part475.Orientation = Vector3.new(-89.9199982, 94.7099991, -90.3899994)
  3778. Part475.Position = Vector3.new(-42.1876678, 2.0415659, 14.6681414)
  3779. Part475.Rotation = Vector3.new(-90.0100021, 0.0799999982, 4.32000017)
  3780. Part475.Color = Color3.new(1, 0, 0)
  3781. Part475.Transparency = 1
  3782. Part475.Velocity = Vector3.new(-0.00266604568, 7.71582127e-05, -0.00424835784)
  3783. Part475.Size = Vector3.new(1, 1, 1)
  3784. Part475.BottomSurface = Enum.SurfaceType.Smooth
  3785. Part475.BrickColor = BrickColor.new("Really red")
  3786. Part475.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3787. Part475.TopSurface = Enum.SurfaceType.Smooth
  3788. Part475.brickColor = BrickColor.new("Really red")
  3789. BlockMesh476.Parent = Part475
  3790. BlockMesh476.Scale = Vector3.new(0.13333334, 0.266666681, 0.200000003)
  3791. Part477.Name = "Hori19"
  3792. Part477.Parent = Tool0
  3793. Part477.CFrame = CFrame.new(-42.188221, 1.62817562, 14.6681376, 0.997160733, -0.0752901584, 0.0013228521, -0.00132730673, -9.12698579e-06, 0.999999106, -0.0752900839, -0.997161627, -0.000109034205)
  3794. Part477.Orientation = Vector3.new(-89.9199982, 94.7099991, -90.3899994)
  3795. Part477.Position = Vector3.new(-42.188221, 1.62817562, 14.6681376)
  3796. Part477.Rotation = Vector3.new(-90.0100021, 0.0799999982, 4.32000017)
  3797. Part477.Color = Color3.new(1, 0, 0)
  3798. Part477.Transparency = 1
  3799. Part477.Velocity = Vector3.new(-0.00103327865, 7.49733299e-05, -0.00420549419)
  3800. Part477.Size = Vector3.new(1, 1, 1)
  3801. Part477.BottomSurface = Enum.SurfaceType.Smooth
  3802. Part477.BrickColor = BrickColor.new("Really red")
  3803. Part477.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3804. Part477.TopSurface = Enum.SurfaceType.Smooth
  3805. Part477.brickColor = BrickColor.new("Really red")
  3806. BlockMesh478.Parent = Part477
  3807. BlockMesh478.Scale = Vector3.new(0.13333334, 0.266666681, 0.200000003)
  3808. Part479.Name = "Hori18"
  3809. Part479.Parent = Tool0
  3810. Part479.CFrame = CFrame.new(-41.5479431, 1.65764177, 13.3180428, 0.997159898, 0.0753017589, -0.00130844978, -0.00131186913, -4.05675519e-06, -0.999999106, -0.0753016993, 0.997160792, 9.47408043e-05)
  3811. Part479.Orientation = Vector3.new(89.9199982, -85.8600006, -90.1800003)
  3812. Part479.Position = Vector3.new(-41.5479431, 1.65764177, 13.3180428)
  3813. Part479.Rotation = Vector3.new(89.9899979, -0.0700000003, -4.32000017)
  3814. Part479.Color = Color3.new(1, 0, 0)
  3815. Part479.Transparency = 1
  3816. Part479.Velocity = Vector3.new(-0.00401768927, 0.00246774126, -0.00556861842)
  3817. Part479.Size = Vector3.new(1, 1, 1)
  3818. Part479.BottomSurface = Enum.SurfaceType.Smooth
  3819. Part479.BrickColor = BrickColor.new("Really red")
  3820. Part479.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3821. Part479.TopSurface = Enum.SurfaceType.Smooth
  3822. Part479.brickColor = BrickColor.new("Really red")
  3823. BlockMesh480.Parent = Part479
  3824. BlockMesh480.Scale = Vector3.new(1.13333333, 0.200000003, 0.200000003)
  3825. Part481.Name = "Hori17"
  3826. Part481.Parent = Tool0
  3827. Part481.CFrame = CFrame.new(-41.8478355, 2.04107785, 14.7426729, 0.0013279058, -0.0752778426, -0.997161686, 0.999999106, 1.69304258e-05, 0.00133040629, -8.32677397e-05, -0.997162521, 0.0752778053)
  3828. Part481.Orientation = Vector3.new(-0.0799999982, -85.6800003, 90)
  3829. Part481.Position = Vector3.new(-41.8478355, 2.04107785, 14.7426729)
  3830. Part481.Rotation = Vector3.new(-1.00999999, -85.6800003, 88.9899979)
  3831. Part481.Color = Color3.new(1, 0, 0)
  3832. Part481.Transparency = 1
  3833. Part481.Velocity = Vector3.new(-0.00250578951, 0.0014269161, -0.00497021945)
  3834. Part481.Size = Vector3.new(1, 1, 1)
  3835. Part481.BottomSurface = Enum.SurfaceType.Smooth
  3836. Part481.BrickColor = BrickColor.new("Really red")
  3837. Part481.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3838. Part481.TopSurface = Enum.SurfaceType.Smooth
  3839. Part481.brickColor = BrickColor.new("Really red")
  3840. SpecialMesh482.Parent = Part481
  3841. SpecialMesh482.Scale = Vector3.new(0.200000003, 0.0666666701, 0.266666681)
  3842. SpecialMesh482.MeshType = Enum.MeshType.Wedge
  3843. Part483.Name = "Hori16"
  3844. Part483.Parent = Tool0
  3845. Part483.CFrame = CFrame.new(-42.4278641, 1.65875304, 13.6186409, -0.00131384353, -0.0752827302, 0.997161329, -0.999999106, 1.01332289e-05, -0.00131681759, 8.90291558e-05, -0.997162163, -0.0752826855)
  3846. Part483.Orientation = Vector3.new(0.0799999982, 94.3199997, -90)
  3847. Part483.Position = Vector3.new(-42.4278641, 1.65875304, 13.6186409)
  3848. Part483.Rotation = Vector3.new(179, 85.6800003, 91)
  3849. Part483.Color = Color3.new(1, 0, 0)
  3850. Part483.Transparency = 1
  3851. Part483.Velocity = Vector3.new(-0.00338351331, -0.000977384858, -0.00369950011)
  3852. Part483.Size = Vector3.new(1, 1, 1)
  3853. Part483.BottomSurface = Enum.SurfaceType.Smooth
  3854. Part483.BrickColor = BrickColor.new("Really red")
  3855. Part483.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3856. Part483.TopSurface = Enum.SurfaceType.Smooth
  3857. Part483.brickColor = BrickColor.new("Really red")
  3858. SpecialMesh484.Parent = Part483
  3859. SpecialMesh484.Scale = Vector3.new(0.200000003, 0.266666681, 0.13333334)
  3860. SpecialMesh484.MeshType = Enum.MeshType.Wedge
  3861. Part485.Name = "Hori14"
  3862. Part485.Parent = Tool0
  3863. Part485.CFrame = CFrame.new(-42.0578156, 1.62793767, 14.6248922, 0.00132907939, -0.0752711743, -0.997162163, 0.999999106, 6.83927556e-06, 0.00133234449, -9.34672717e-05, -0.997162998, 0.0752711222)
  3864. Part485.Orientation = Vector3.new(-0.0799999982, -85.6800003, 90)
  3865. Part485.Position = Vector3.new(-42.0578156, 1.62793767, 14.6248922)
  3866. Part485.Rotation = Vector3.new(-1.00999999, -85.6800003, 88.9899979)
  3867. Part485.Color = Color3.new(1, 0, 0)
  3868. Part485.Transparency = 1
  3869. Part485.Velocity = Vector3.new(-0.00112420553, 0.000585677102, -0.0044824928)
  3870. Part485.Size = Vector3.new(1, 1, 1)
  3871. Part485.BottomSurface = Enum.SurfaceType.Smooth
  3872. Part485.BrickColor = BrickColor.new("Really red")
  3873. Part485.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3874. Part485.TopSurface = Enum.SurfaceType.Smooth
  3875. Part485.brickColor = BrickColor.new("Really red")
  3876. SpecialMesh486.Parent = Part485
  3877. SpecialMesh486.Scale = Vector3.new(0.200000003, 0.200000003, 0.13333334)
  3878. SpecialMesh486.MeshType = Enum.MeshType.Wedge
  3879. Part487.Name = "Hori12"
  3880. Part487.Parent = Tool0
  3881. Part487.CFrame = CFrame.new(-42.1695404, 1.6584512, 13.4987326, 0.997159421, 0.0753084347, -0.00130574522, -0.00130990113, 5.78940626e-06, -0.999999106, -0.0753083602, 0.997160256, 0.000104419552)
  3882. Part487.Orientation = Vector3.new(89.9199982, -85.4300003, -89.75)
  3883. Part487.Position = Vector3.new(-42.1695404, 1.6584512, 13.4987326)
  3884. Part487.Rotation = Vector3.new(89.9899979, -0.0700000003, -4.32000017)
  3885. Part487.Color = Color3.new(1, 0, 0)
  3886. Part487.Transparency = 1
  3887. Part487.Velocity = Vector3.new(-0.00363704422, 3.08286399e-05, -0.00424823118)
  3888. Part487.Size = Vector3.new(1, 1, 1)
  3889. Part487.BottomSurface = Enum.SurfaceType.Smooth
  3890. Part487.BrickColor = BrickColor.new("Really red")
  3891. Part487.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3892. Part487.TopSurface = Enum.SurfaceType.Smooth
  3893. Part487.brickColor = BrickColor.new("Really red")
  3894. BlockMesh488.Parent = Part487
  3895. BlockMesh488.Scale = Vector3.new(0.13333334, 0.0666666701, 0.200000003)
  3896. Part489.Name = "Hori10"
  3897. Part489.Parent = Tool0
  3898. Part489.CFrame = CFrame.new(-42.1595116, 1.65845752, 13.6317863, -0.00131374295, 0.0752827376, -0.997161329, -0.999999106, -6.82523614e-06, 0.00131696649, 9.23389816e-05, 0.997162163, 0.0752826855)
  3899. Part489.Orientation = Vector3.new(-0.0799999982, -85.6800003, -90)
  3900. Part489.Position = Vector3.new(-42.1595116, 1.65845752, 13.6317863)
  3901. Part489.Rotation = Vector3.new(-1, -85.6800003, -91)
  3902. Part489.Color = Color3.new(1, 0, 0)
  3903. Part489.Transparency = 1
  3904. Part489.Velocity = Vector3.new(-0.00335442089, 8.38581473e-05, -0.00426953612)
  3905. Part489.Size = Vector3.new(1, 1, 1)
  3906. Part489.BottomSurface = Enum.SurfaceType.Smooth
  3907. Part489.BrickColor = BrickColor.new("Really red")
  3908. Part489.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3909. Part489.TopSurface = Enum.SurfaceType.Smooth
  3910. Part489.brickColor = BrickColor.new("Really red")
  3911. SpecialMesh490.Parent = Part489
  3912. SpecialMesh490.Scale = Vector3.new(0.200000003, 0.200000003, 0.13333334)
  3913. SpecialMesh490.MeshType = Enum.MeshType.Wedge
  3914. Part491.Name = "Hori8"
  3915. Part491.Parent = Tool0
  3916. Part491.CFrame = CFrame.new(-42.2949295, 1.65857291, 13.6085949, 0.997159421, 0.0753084347, -0.00130550063, -0.00130990113, 9.03797718e-06, -0.999999106, -0.0753083602, 0.997160256, 0.000107658896)
  3917. Part491.Orientation = Vector3.new(89.9199982, -85.2900009, -89.5999985)
  3918. Part491.Position = Vector3.new(-42.2949295, 1.65857291, 13.6085949)
  3919. Part491.Rotation = Vector3.new(89.9899979, -0.0700000003, -4.32000017)
  3920. Part491.Color = Color3.new(1, 0, 0)
  3921. Part491.Transparency = 1
  3922. Part491.Velocity = Vector3.new(-0.0034041428, -0.000453343615, -0.00398187712)
  3923. Part491.Size = Vector3.new(1, 1, 1)
  3924. Part491.BottomSurface = Enum.SurfaceType.Smooth
  3925. Part491.BrickColor = BrickColor.new("Really red")
  3926. Part491.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3927. Part491.TopSurface = Enum.SurfaceType.Smooth
  3928. Part491.brickColor = BrickColor.new("Really red")
  3929. BlockMesh492.Parent = Part491
  3930. BlockMesh492.Scale = Vector3.new(0.13333334, 0.266666681, 0.200000003)
  3931. Part493.Name = "Hori4"
  3932. Part493.Parent = Tool0
  3933. Part493.CFrame = CFrame.new(-42.2455215, 2.04525185, 13.3708057, -0.00131449651, -0.0752828121, 0.997161329, -0.999999106, 1.72261589e-05, -0.00131693692, 8.19654379e-05, -0.997162223, -0.0752827674)
  3934. Part493.Orientation = Vector3.new(0.0799999982, 94.3199997, -90)
  3935. Part493.Position = Vector3.new(-42.2455215, 2.04525185, 13.3708057)
  3936. Part493.Rotation = Vector3.new(179, 85.6800003, 91)
  3937. Part493.Color = Color3.new(1, 0, 0)
  3938. Part493.Transparency = 1
  3939. Part493.Velocity = Vector3.new(-0.00543655455, -0.000282175839, -0.00412582979)
  3940. Part493.Size = Vector3.new(1, 1, 1)
  3941. Part493.BottomSurface = Enum.SurfaceType.Smooth
  3942. Part493.BrickColor = BrickColor.new("Really red")
  3943. Part493.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3944. Part493.TopSurface = Enum.SurfaceType.Smooth
  3945. Part493.brickColor = BrickColor.new("Really red")
  3946. SpecialMesh494.Parent = Part493
  3947. SpecialMesh494.Scale = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  3948. SpecialMesh494.MeshType = Enum.MeshType.Wedge
  3949. Part495.Name = "Hori3"
  3950. Part495.Parent = Tool0
  3951. Part495.CFrame = CFrame.new(-42.1690254, 2.04517889, 13.498702, 0.997159421, 0.0753084347, -0.00130574522, -0.00130990113, 5.78940626e-06, -0.999999106, -0.0753083602, 0.997160256, 0.000104419552)
  3952. Part495.Orientation = Vector3.new(89.9199982, -85.4300003, -89.75)
  3953. Part495.Position = Vector3.new(-42.1690254, 2.04517889, 13.498702)
  3954. Part495.Rotation = Vector3.new(89.9899979, -0.0700000003, -4.32000017)
  3955. Part495.Color = Color3.new(1, 0, 0)
  3956. Part495.Transparency = 1
  3957. Part495.Velocity = Vector3.new(-0.00516457437, 3.28589231e-05, -0.00428832415)
  3958. Part495.Size = Vector3.new(1, 1, 1)
  3959. Part495.BottomSurface = Enum.SurfaceType.Smooth
  3960. Part495.BrickColor = BrickColor.new("Really red")
  3961. Part495.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3962. Part495.TopSurface = Enum.SurfaceType.Smooth
  3963. Part495.brickColor = BrickColor.new("Really red")
  3964. BlockMesh496.Parent = Part495
  3965. BlockMesh496.Scale = Vector3.new(0.13333334, 0.0666666701, 0.200000003)
  3966. Part497.Parent = Tool0
  3967. Part497.CFrame = CFrame.new(-41.4730988, 1.93001103, 13.9514027, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  3968. Part497.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  3969. Part497.Position = Vector3.new(-41.4730988, 1.93001103, 13.9514027)
  3970. Part497.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  3971. Part497.Color = Color3.new(0.803922, 0.803922, 0.803922)
  3972. Part497.Velocity = Vector3.new(-0.0037480148, 0.00282722618, -0.00575507851)
  3973. Part497.Size = Vector3.new(1, 1, 1)
  3974. Part497.BottomSurface = Enum.SurfaceType.Smooth
  3975. Part497.BrickColor = BrickColor.new("Mid gray")
  3976. Part497.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3977. Part497.TopSurface = Enum.SurfaceType.Smooth
  3978. Part497.brickColor = BrickColor.new("Mid gray")
  3979. BlockMesh498.Parent = Part497
  3980. BlockMesh498.Scale = Vector3.new(0.466666669, 0.200000003, 0.13333334)
  3981. Part499.Parent = Tool0
  3982. Part499.CFrame = CFrame.new(-40.0669212, 1.99484789, 13.9787807, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  3983. Part499.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  3984. Part499.Position = Vector3.new(-40.0669212, 1.99484789, 13.9787807)
  3985. Part499.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  3986. Part499.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3987. Part499.Velocity = Vector3.new(-0.0039459425, 0.0083839912, -0.00874878187)
  3988. Part499.Size = Vector3.new(1, 1, 1)
  3989. Part499.BottomSurface = Enum.SurfaceType.Smooth
  3990. Part499.BrickColor = BrickColor.new("Black")
  3991. Part499.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  3992. Part499.TopSurface = Enum.SurfaceType.Smooth
  3993. Part499.brickColor = BrickColor.new("Black")
  3994. BlockMesh500.Parent = Part499
  3995. BlockMesh500.Scale = Vector3.new(0.333333343, 0.200000003, 0.13333334)
  3996. Part501.Parent = Tool0
  3997. Part501.CFrame = CFrame.new(-39.7357216, 1.16096759, 13.9537411, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  3998. Part501.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  3999. Part501.Position = Vector3.new(-39.7357216, 1.16096759, 13.9537411)
  4000. Part501.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4001. Part501.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4002. Part501.Velocity = Vector3.new(-0.000705542392, 0.00968961231, -0.00936826225)
  4003. Part501.Size = Vector3.new(1, 1, 1)
  4004. Part501.BottomSurface = Enum.SurfaceType.Smooth
  4005. Part501.BrickColor = BrickColor.new("Black")
  4006. Part501.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4007. Part501.TopSurface = Enum.SurfaceType.Smooth
  4008. Part501.brickColor = BrickColor.new("Black")
  4009. BlockMesh502.Parent = Part501
  4010. BlockMesh502.Scale = Vector3.new(0.333333343, 0.13333334, 0.13333334)
  4011. Part503.Parent = Tool0
  4012. Part503.CFrame = CFrame.new(-41.8859062, 1.39049459, 14.2499361, 0.997159779, 0.00131562911, 0.0753032863, -0.00131791702, 0.999999106, -1.93095166e-05, -0.0753032491, -7.99888076e-05, 0.997160673)
  4013. Part503.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4014. Part503.Position = Vector3.new(-41.8859062, 1.39049459, 14.2499361)
  4015. Part503.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4016. Part503.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4017. Part503.Velocity = Vector3.new(-0.000982897589, 0.00122685824, -0.00482373778)
  4018. Part503.Size = Vector3.new(1, 1, 1)
  4019. Part503.BottomSurface = Enum.SurfaceType.Smooth
  4020. Part503.BrickColor = BrickColor.new("Mid gray")
  4021. Part503.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4022. Part503.TopSurface = Enum.SurfaceType.Smooth
  4023. Part503.brickColor = BrickColor.new("Mid gray")
  4024. BlockMesh504.Parent = Part503
  4025. BlockMesh504.Scale = Vector3.new(0.13333334, 0.13333334, 0.13333334)
  4026. Part505.Parent = Tool0
  4027. Part505.CFrame = CFrame.new(-41.6287918, 2.26361442, 14.096839, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4028. Part505.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4029. Part505.Position = Vector3.new(-41.6287918, 2.26361442, 14.096839)
  4030. Part505.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4031. Part505.Velocity = Vector3.new(-0.00475670164, 0.00222694874, -0.00545797916)
  4032. Part505.Size = Vector3.new(1, 1, 1)
  4033. Part505.BottomSurface = Enum.SurfaceType.Smooth
  4034. Part505.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4035. Part505.TopSurface = Enum.SurfaceType.Smooth
  4036. BlockMesh506.Parent = Part505
  4037. BlockMesh506.Scale = Vector3.new(0.666666687, 0.333333343, 0.13333334)
  4038. Part507.Parent = Tool0
  4039. Part507.CFrame = CFrame.new(-41.8386765, 1.99716449, 13.9790316, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4040. Part507.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4041. Part507.Position = Vector3.new(-41.8386765, 1.99716449, 13.9790316)
  4042. Part507.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4043. Part507.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4044. Part507.Velocity = Vector3.new(-0.00395455956, 0.0013860832, -0.00498524774)
  4045. Part507.Size = Vector3.new(1, 1, 1)
  4046. Part507.BottomSurface = Enum.SurfaceType.Smooth
  4047. Part507.BrickColor = BrickColor.new("Mid gray")
  4048. Part507.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4049. Part507.TopSurface = Enum.SurfaceType.Smooth
  4050. Part507.brickColor = BrickColor.new("Mid gray")
  4051. BlockMesh508.Parent = Part507
  4052. BlockMesh508.Scale = Vector3.new(0.266666681, 0.333333343, 0.13333334)
  4053. Part509.Parent = Tool0
  4054. Part509.CFrame = CFrame.new(-41.097332, 1.99620593, 14.0566635, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4055. Part509.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4056. Part509.Position = Vector3.new(-41.097332, 1.99620593, 14.0566635)
  4057. Part509.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4058. Part509.Velocity = Vector3.new(-0.00378585863, 0.00432201335, -0.00656000106)
  4059. Part509.Size = Vector3.new(2, 1, 1)
  4060. Part509.BottomSurface = Enum.SurfaceType.Smooth
  4061. Part509.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4062. Part509.TopSurface = Enum.SurfaceType.Smooth
  4063. BlockMesh510.Parent = Part509
  4064. BlockMesh510.Scale = Vector3.new(0.866666675, 0.200000003, 0.13333334)
  4065. Part511.Parent = Tool0
  4066. Part511.CFrame = CFrame.new(-41.4530563, 1.93000567, 14.2172241, 0.997159839, 0.00131538184, 0.0753027499, -0.00131764892, 0.999999106, -1.95770226e-05, -0.0753027126, -7.97011526e-05, 0.997160673)
  4067. Part511.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4068. Part511.Position = Vector3.new(-41.4530563, 1.93000567, 14.2172241)
  4069. Part511.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4070. Part511.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4071. Part511.Velocity = Vector3.new(-0.0031833048, 0.00293319486, -0.00579765439)
  4072. Part511.Size = Vector3.new(1, 1, 1)
  4073. Part511.BottomSurface = Enum.SurfaceType.Smooth
  4074. Part511.BrickColor = BrickColor.new("Mid gray")
  4075. Part511.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4076. Part511.TopSurface = Enum.SurfaceType.Smooth
  4077. Part511.brickColor = BrickColor.new("Mid gray")
  4078. BlockMesh512.Parent = Part511
  4079. BlockMesh512.Scale = Vector3.new(0.466666669, 0.200000003, 0.13333334)
  4080. Part513.Parent = Tool0
  4081. Part513.CFrame = CFrame.new(-41.8185921, 2.03049922, 14.2448549, 0.997159839, 0.00131538184, 0.0753027499, -0.00131764892, 0.999999106, -1.95770226e-05, -0.0753027126, -7.97011526e-05, 0.997160673)
  4082. Part513.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4083. Part513.Position = Vector3.new(-41.8185921, 2.03049922, 14.2448549)
  4084. Part513.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4085. Part513.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4086. Part513.Velocity = Vector3.new(-0.00352152949, 0.00149221765, -0.0050312751)
  4087. Part513.Size = Vector3.new(1, 1, 1)
  4088. Part513.BottomSurface = Enum.SurfaceType.Smooth
  4089. Part513.BrickColor = BrickColor.new("Mid gray")
  4090. Part513.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4091. Part513.TopSurface = Enum.SurfaceType.Smooth
  4092. Part513.brickColor = BrickColor.new("Mid gray")
  4093. BlockMesh514.Parent = Part513
  4094. BlockMesh514.Scale = Vector3.new(0.266666681, 0.400000006, 0.13333334)
  4095. Part515.Parent = Tool0
  4096. Part515.CFrame = CFrame.new(-41.8954315, 1.76389325, 14.1169834, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4097. Part515.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4098. Part515.Position = Vector3.new(-41.8954315, 1.76389325, 14.1169834)
  4099. Part515.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4100. Part515.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4101. Part515.Velocity = Vector3.new(-0.00274015055, 0.00117582828, -0.00484115817)
  4102. Part515.Size = Vector3.new(1, 1, 1)
  4103. Part515.BottomSurface = Enum.SurfaceType.Smooth
  4104. Part515.BrickColor = BrickColor.new("Mid gray")
  4105. Part515.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4106. Part515.TopSurface = Enum.SurfaceType.Smooth
  4107. Part515.brickColor = BrickColor.new("Mid gray")
  4108. BlockMesh516.Parent = Part515
  4109. BlockMesh516.Scale = Vector3.new(0.13333334, 0.266666681, 0.13333334)
  4110. Part517.Parent = Tool0
  4111. Part517.CFrame = CFrame.new(-40.621727, 2.1622808, 14.1543894, 0.997159839, 0.00131538184, 0.0753027499, -0.00131764892, 0.999999106, -1.95770226e-05, -0.0753027126, -7.97011526e-05, 0.997160673)
  4112. Part517.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4113. Part517.Position = Vector3.new(-40.621727, 2.1622808, 14.1543894)
  4114. Part517.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4115. Part517.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4116. Part517.Velocity = Vector3.new(-0.00423420686, 0.00621037465, -0.00758708408)
  4117. Part517.Size = Vector3.new(2, 1, 1)
  4118. Part517.BottomSurface = Enum.SurfaceType.Smooth
  4119. Part517.BrickColor = BrickColor.new("Dark stone grey")
  4120. Part517.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4121. Part517.TopSurface = Enum.SurfaceType.Smooth
  4122. Part517.brickColor = BrickColor.new("Dark stone grey")
  4123. BlockMesh518.Parent = Part517
  4124. BlockMesh518.Scale = Vector3.new(0.933333337, 0.266666681, 0.13333334)
  4125. Part519.Parent = Tool0
  4126. Part519.CFrame = CFrame.new(-39.8015175, 1.66112781, 13.9587135, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4127. Part519.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4128. Part519.Position = Vector3.new(-39.8015175, 1.66112781, 13.9587135)
  4129. Part519.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4130. Part519.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4131. Part519.Velocity = Vector3.new(-0.00267047132, 0.00943023805, -0.00927892979)
  4132. Part519.Size = Vector3.new(1, 1, 1)
  4133. Part519.BottomSurface = Enum.SurfaceType.Smooth
  4134. Part519.BrickColor = BrickColor.new("Mid gray")
  4135. Part519.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4136. Part519.TopSurface = Enum.SurfaceType.Smooth
  4137. Part519.brickColor = BrickColor.new("Mid gray")
  4138. BlockMesh520.Parent = Part519
  4139. BlockMesh520.Scale = Vector3.new(0.200000003, 0.866666675, 0.13333334)
  4140. Part521.Parent = Tool0
  4141. Part521.CFrame = CFrame.new(-39.6354256, 1.52755249, 13.9461708, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4142. Part521.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4143. Part521.Position = Vector3.new(-39.6354256, 1.52755249, 13.9461708)
  4144. Part521.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4145. Part521.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4146. Part521.Velocity = Vector3.new(-0.00216953107, 0.0100849895, -0.0096182907)
  4147. Part521.Size = Vector3.new(1, 1, 1)
  4148. Part521.BottomSurface = Enum.SurfaceType.Smooth
  4149. Part521.BrickColor = BrickColor.new("Mid gray")
  4150. Part521.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4151. Part521.TopSurface = Enum.SurfaceType.Smooth
  4152. Part521.brickColor = BrickColor.new("Mid gray")
  4153. BlockMesh522.Parent = Part521
  4154. BlockMesh522.Scale = Vector3.new(0.13333334, 0.600000024, 0.13333334)
  4155. Part523.Parent = Tool0
  4156. Part523.CFrame = CFrame.new(-40.6417732, 2.16227031, 13.888566, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4157. Part523.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4158. Part523.Position = Vector3.new(-40.6417732, 2.16227031, 13.888566)
  4159. Part523.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4160. Part523.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4161. Part523.Velocity = Vector3.new(-0.00479885843, 0.00610439107, -0.00754449842)
  4162. Part523.Size = Vector3.new(2, 1, 1)
  4163. Part523.BottomSurface = Enum.SurfaceType.Smooth
  4164. Part523.BrickColor = BrickColor.new("Dark stone grey")
  4165. Part523.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4166. Part523.TopSurface = Enum.SurfaceType.Smooth
  4167. Part523.brickColor = BrickColor.new("Dark stone grey")
  4168. BlockMesh524.Parent = Part523
  4169. BlockMesh524.Scale = Vector3.new(0.933333337, 0.266666681, 0.13333334)
  4170. Part525.Parent = Tool0
  4171. Part525.CFrame = CFrame.new(-41.628521, 2.46364546, 14.0968189, -0.075284712, 0.00132692978, 0.99716115, 4.35565062e-06, 0.999999106, -0.00133037753, -0.997162044, -9.58137898e-05, -0.0752846524)
  4172. Part525.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4173. Part525.Position = Vector3.new(-41.628521, 2.46364546, 14.0968189)
  4174. Part525.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4175. Part525.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4176. Part525.Velocity = Vector3.new(-0.00554681011, 0.00222801603, -0.0054787267)
  4177. Part525.Size = Vector3.new(1, 1, 1)
  4178. Part525.BottomSurface = Enum.SurfaceType.Smooth
  4179. Part525.BrickColor = BrickColor.new("Black")
  4180. Part525.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4181. Part525.TopSurface = Enum.SurfaceType.Smooth
  4182. Part525.brickColor = BrickColor.new("Black")
  4183. BlockMesh526.Parent = Part525
  4184. BlockMesh526.Scale = Vector3.new(0.13333334, 0.0666666701, 0.13333334)
  4185. Part527.Parent = Tool0
  4186. Part527.CFrame = CFrame.new(-41.6294556, 1.76355612, 14.0968809, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4187. Part527.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4188. Part527.Position = Vector3.new(-41.6294556, 1.76355612, 14.0968809)
  4189. Part527.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4190. Part527.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4191. Part527.Velocity = Vector3.new(-0.00278152316, 0.00222433126, -0.00540614128)
  4192. Part527.Size = Vector3.new(1, 1, 1)
  4193. Part527.BottomSurface = Enum.SurfaceType.Smooth
  4194. Part527.BrickColor = BrickColor.new("Black")
  4195. Part527.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4196. Part527.TopSurface = Enum.SurfaceType.Smooth
  4197. Part527.brickColor = BrickColor.new("Black")
  4198. BlockMesh528.Parent = Part527
  4199. BlockMesh528.Scale = Vector3.new(0.400000006, 0.266666681, 0.13333334)
  4200. Part529.Parent = Tool0
  4201. Part529.CFrame = CFrame.new(-41.4736977, 1.48996055, 13.9514351, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4202. Part529.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4203. Part529.Position = Vector3.new(-41.4736977, 1.48996055, 13.9514351)
  4204. Part529.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4205. Part529.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4206. Part529.Velocity = Vector3.new(-0.00200987048, 0.00282486388, -0.00570942927)
  4207. Part529.Size = Vector3.new(1, 1, 1)
  4208. Part529.BottomSurface = Enum.SurfaceType.Smooth
  4209. Part529.BrickColor = BrickColor.new("Mid gray")
  4210. Part529.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4211. Part529.TopSurface = Enum.SurfaceType.Smooth
  4212. Part529.brickColor = BrickColor.new("Mid gray")
  4213. BlockMesh530.Parent = Part529
  4214. BlockMesh530.Scale = Vector3.new(0.733333349, 0.333333343, 0.13333334)
  4215. Part531.Parent = Tool0
  4216. Part531.CFrame = CFrame.new(-42.0276375, 2.29746747, 14.1269875, 0.997159243, 0.0013191608, 0.0753103644, -0.00132164336, 0.999999106, -1.68752322e-05, -0.0753103197, -8.27061376e-05, 0.997160137)
  4217. Part531.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4218. Part531.Position = Vector3.new(-42.0276375, 2.29746747, 14.1269875)
  4219. Part531.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4220. Part531.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4221. Part531.Velocity = Vector3.new(-0.0048263669, 0.000654661097, -0.00461411895)
  4222. Part531.Size = Vector3.new(1, 1, 1)
  4223. Part531.BottomSurface = Enum.SurfaceType.Smooth
  4224. Part531.BrickColor = BrickColor.new("Dark stone grey")
  4225. Part531.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4226. Part531.TopSurface = Enum.SurfaceType.Smooth
  4227. Part531.brickColor = BrickColor.new("Dark stone grey")
  4228. BlockMesh532.Parent = Part531
  4229. BlockMesh532.Scale = Vector3.new(0.13333334, 0.266666681, 0.400000006)
  4230. Part533.Parent = Tool0
  4231. Part533.CFrame = CFrame.new(-41.9947739, 2.03072548, 14.1244946, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4232. Part533.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4233. Part533.Position = Vector3.new(-41.9947739, 2.03072548, 14.1244946)
  4234. Part533.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4235. Part533.Color = Color3.new(0.854902, 0.52549, 0.478431)
  4236. Part533.Velocity = Vector3.new(-0.00377810653, 0.000784210861, -0.00465703197)
  4237. Part533.Size = Vector3.new(1, 1, 1)
  4238. Part533.BottomSurface = Enum.SurfaceType.Smooth
  4239. Part533.BrickColor = BrickColor.new("Medium red")
  4240. Part533.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4241. Part533.TopSurface = Enum.SurfaceType.Smooth
  4242. Part533.brickColor = BrickColor.new("Medium red")
  4243. BlockMesh534.Parent = Part533
  4244. BlockMesh534.Scale = Vector3.new(0.0666666701, 0.13333334, 0.13333334)
  4245. Part535.Parent = Tool0
  4246. Part535.CFrame = CFrame.new(-41.2297478, 2.46311808, 14.0666819, -0.075284712, 0.00132692978, 0.99716115, 4.35565062e-06, 0.999999106, -0.00133037753, -0.997162044, -9.58137898e-05, -0.0752846524)
  4247. Part535.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4248. Part535.Position = Vector3.new(-41.2297478, 2.46311808, 14.0666819)
  4249. Part535.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4250. Part535.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4251. Part535.Velocity = Vector3.new(-0.00560874771, 0.00380001916, -0.00632579345)
  4252. Part535.Size = Vector3.new(1, 1, 1)
  4253. Part535.BottomSurface = Enum.SurfaceType.Smooth
  4254. Part535.BrickColor = BrickColor.new("Black")
  4255. Part535.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4256. Part535.TopSurface = Enum.SurfaceType.Smooth
  4257. Part535.brickColor = BrickColor.new("Black")
  4258. BlockMesh536.Parent = Part535
  4259. BlockMesh536.Scale = Vector3.new(0.13333334, 0.0666666701, 0.400000006)
  4260. Part537.Parent = Tool0
  4261. Part537.CFrame = CFrame.new(-41.2296562, 2.52979612, 14.0666742, -0.075284712, 0.00132692978, 0.99716115, 4.35565062e-06, 0.999999106, -0.00133037753, -0.997162044, -9.58137898e-05, -0.0752846524)
  4262. Part537.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4263. Part537.Position = Vector3.new(-41.2296562, 2.52979612, 14.0666742)
  4264. Part537.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4265. Part537.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4266. Part537.Velocity = Vector3.new(-0.00587212341, 0.00380037958, -0.00633271225)
  4267. Part537.Size = Vector3.new(1, 1, 1)
  4268. Part537.BottomSurface = Enum.SurfaceType.Smooth
  4269. Part537.BrickColor = BrickColor.new("Black")
  4270. Part537.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4271. Part537.TopSurface = Enum.SurfaceType.Smooth
  4272. Part537.brickColor = BrickColor.new("Black")
  4273. BlockMesh538.Parent = Part537
  4274. BlockMesh538.Scale = Vector3.new(0.13333334, 0.0666666701, 0.13333334)
  4275. Part539.Parent = Tool0
  4276. Part539.CFrame = CFrame.new(-41.4536438, 1.48995793, 14.2172594, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4277. Part539.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4278. Part539.Position = Vector3.new(-41.4536438, 1.48995793, 14.2172594)
  4279. Part539.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4280. Part539.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4281. Part539.Velocity = Vector3.new(-0.00144516537, 0.00293087773, -0.00575202983)
  4282. Part539.Size = Vector3.new(1, 1, 1)
  4283. Part539.BottomSurface = Enum.SurfaceType.Smooth
  4284. Part539.BrickColor = BrickColor.new("Mid gray")
  4285. Part539.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4286. Part539.TopSurface = Enum.SurfaceType.Smooth
  4287. Part539.brickColor = BrickColor.new("Mid gray")
  4288. BlockMesh540.Parent = Part539
  4289. BlockMesh540.Scale = Vector3.new(0.733333349, 0.333333343, 0.13333334)
  4290. Part541.Parent = Tool0
  4291. Part541.CFrame = CFrame.new(-41.9059525, 1.3905102, 13.9841003, 0.997159243, 0.00132094347, 0.075310275, -0.00132343115, 0.999999106, -1.68751085e-05, -0.0753102303, -8.28407792e-05, 0.997160137)
  4292. Part541.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4293. Part541.Position = Vector3.new(-41.9059525, 1.3905102, 13.9841003)
  4294. Part541.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4295. Part541.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4296. Part541.Velocity = Vector3.new(-0.00154767837, 0.00112087326, -0.00478115492)
  4297. Part541.Size = Vector3.new(1, 1, 1)
  4298. Part541.BottomSurface = Enum.SurfaceType.Smooth
  4299. Part541.BrickColor = BrickColor.new("Mid gray")
  4300. Part541.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4301. Part541.TopSurface = Enum.SurfaceType.Smooth
  4302. Part541.brickColor = BrickColor.new("Mid gray")
  4303. BlockMesh542.Parent = Part541
  4304. BlockMesh542.Scale = Vector3.new(0.13333334, 0.13333334, 0.13333334)
  4305. Part543.Parent = Tool0
  4306. Part543.CFrame = CFrame.new(-40.533493, 1.08867991, 14.0140429, -0.0752846971, 0.00132750196, 0.99716115, 1.19554898e-05, 0.999999106, -0.00133037742, -0.997162044, -8.82355016e-05, -0.075284645)
  4307. Part543.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4308. Part543.Position = Vector3.new(-40.533493, 1.08867991, 14.0140429)
  4309. Part543.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4310. Part543.Velocity = Vector3.new(-0.000291926321, 0.00654472038, -0.00766625442)
  4311. Part543.Size = Vector3.new(1, 1, 1)
  4312. Part543.BottomSurface = Enum.SurfaceType.Smooth
  4313. Part543.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4314. Part543.TopSurface = Enum.SurfaceType.Smooth
  4315. BlockMesh544.Parent = Part543
  4316. BlockMesh544.Scale = Vector3.new(0.266666681, 0.200000003, 0.333333343)
  4317. Part545.Parent = Tool0
  4318. Part545.CFrame = CFrame.new(-41.3644218, 1.15645063, 14.0768461, -0.075284712, 0.00132692978, 0.99716115, 4.35565062e-06, 0.999999106, -0.00133037753, -0.997162044, -9.58137898e-05, -0.0752846524)
  4319. Part545.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4320. Part545.Position = Vector3.new(-41.3644218, 1.15645063, 14.0768461)
  4321. Part545.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4322. Part545.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4323. Part545.Velocity = Vector3.new(-0.000426187646, 0.00326911919, -0.00590793323)
  4324. Part545.Size = Vector3.new(1, 1, 1)
  4325. Part545.BottomSurface = Enum.SurfaceType.Smooth
  4326. Part545.BrickColor = BrickColor.new("Mid gray")
  4327. Part545.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4328. Part545.TopSurface = Enum.SurfaceType.Smooth
  4329. Part545.brickColor = BrickColor.new("Mid gray")
  4330. BlockMesh546.Parent = Part545
  4331. BlockMesh546.Scale = Vector3.new(0.400000006, 0.333333343, 0.13333334)
  4332. Part547.Parent = Tool0
  4333. Part547.CFrame = CFrame.new(-40.998848, 1.089293, 14.0492125, 0.075284712, 0.99716115, 0.00132009282, -4.35565062e-06, -0.00132352114, 0.999999106, 0.997162044, -0.0752846524, -9.52976116e-05)
  4334. Part547.Orientation = Vector3.new(-89.9199982, 94.1299973, -179.809998)
  4335. Part547.Position = Vector3.new(-40.998848, 1.089293, 14.0492125)
  4336. Part547.Rotation = Vector3.new(-90.0100021, 0.0799999982, -85.6800003)
  4337. Part547.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4338. Part547.Velocity = Vector3.new(-0.000219636597, 0.00471024681, -0.00667775515)
  4339. Part547.Size = Vector3.new(1, 1, 1)
  4340. Part547.BottomSurface = Enum.SurfaceType.Smooth
  4341. Part547.BrickColor = BrickColor.new("Black")
  4342. Part547.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4343. Part547.TopSurface = Enum.SurfaceType.Smooth
  4344. Part547.brickColor = BrickColor.new("Black")
  4345. CylinderMesh548.Parent = Part547
  4346. CylinderMesh548.Scale = Vector3.new(0.266666681, 0.600000024, 0.200000003)
  4347. Part549.Parent = Tool0
  4348. Part549.CFrame = CFrame.new(-40.4322319, 2.26195931, 14.0063791, 0.997159839, 0.00132295722, 0.0753024891, -0.00132542825, 0.999999106, -1.7161201e-05, -0.0753024444, -8.26955802e-05, 0.997160733)
  4349. Part549.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4350. Part549.Position = Vector3.new(-40.4322319, 2.26195931, 14.0063791)
  4351. Part549.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4352. Part549.Color = Color3.new(0.803922, 0.803922, 0.803922)
  4353. Part549.Velocity = Vector3.new(-0.0049423296, 0.00694390107, -0.00799968373)
  4354. Part549.Size = Vector3.new(2, 1, 1)
  4355. Part549.BottomSurface = Enum.SurfaceType.Smooth
  4356. Part549.BrickColor = BrickColor.new("Mid gray")
  4357. Part549.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4358. Part549.TopSurface = Enum.SurfaceType.Smooth
  4359. Part549.brickColor = BrickColor.new("Mid gray")
  4360. BlockMesh550.Parent = Part549
  4361. BlockMesh550.Scale = Vector3.new(0.866666675, 0.333333343, 0.13333334)
  4362. Part551.Parent = Tool0
  4363. Part551.CFrame = CFrame.new(-39.5028915, 1.22735524, 13.9361477, -0.0752869397, -0.0013261406, -0.997160971, 4.14657052e-06, -0.999999106, 0.00132960209, -0.997161865, 9.59668614e-05, 0.0752868801)
  4364. Part551.Orientation = Vector3.new(-0.0799999982, -85.6800003, 180)
  4365. Part551.Position = Vector3.new(-39.5028915, 1.22735524, 13.9361477)
  4366. Part551.Rotation = Vector3.new(-1.00999999, -85.6800003, 178.990005)
  4367. Part551.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4368. Part551.Velocity = Vector3.new(-0.00100512896, 0.0106074503, -0.00986956246)
  4369. Part551.Size = Vector3.new(1, 1, 1)
  4370. Part551.BottomSurface = Enum.SurfaceType.Smooth
  4371. Part551.BrickColor = BrickColor.new("Black")
  4372. Part551.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4373. Part551.TopSurface = Enum.SurfaceType.Smooth
  4374. Part551.brickColor = BrickColor.new("Black")
  4375. SpecialMesh552.Parent = Part551
  4376. SpecialMesh552.Scale = Vector3.new(0.13333334, 0.266666681, 0.13333334)
  4377. SpecialMesh552.MeshType = Enum.MeshType.Wedge
  4378. Part553.Parent = Tool0
  4379. Part553.CFrame = CFrame.new(-39.7672195, 2.46114731, 13.9561491, 0.0752869397, -0.997160971, -0.00132076046, -4.14657052e-06, 0.00132420659, -0.999999106, 0.997161865, 0.0752868801, 9.5560652e-05)
  4380. Part553.Orientation = Vector3.new(89.9199982, -85.8600006, -0.180000007)
  4381. Part553.Position = Vector3.new(-39.7672195, 2.46114731, 13.9561491)
  4382. Part553.Rotation = Vector3.new(89.9899979, -0.0799999982, 85.6800003)
  4383. Part553.Velocity = Vector3.new(-0.00583577063, 0.00956544653, -0.0094324667)
  4384. Part553.Size = Vector3.new(1, 0.400000006, 1)
  4385. Part553.BottomSurface = Enum.SurfaceType.Smooth
  4386. Part553.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4387. Part553.TopSurface = Enum.SurfaceType.Smooth
  4388. SpecialMesh554.Parent = Part553
  4389. SpecialMesh554.Scale = Vector3.new(0.13333334, 1, 0.0666666701)
  4390. SpecialMesh554.MeshType = Enum.MeshType.Wedge
  4391. Part555.Parent = Tool0
  4392. Part555.CFrame = CFrame.new(-39.6348267, 1.96095276, 13.9461279, 0.0752790645, 0.00132056326, -0.997162402, -7.02344323e-06, 1.0000037, 0.00132182462, 0.99715817, -9.27360525e-05, 0.0752860755)
  4393. Part555.Orientation = Vector3.new(-0.0799999982, -85.6800003, 0)
  4394. Part555.Position = Vector3.new(-39.6348267, 1.96095276, 13.9461279)
  4395. Part555.Rotation = Vector3.new(-1.00999999, -85.6800003, -1)
  4396. Part555.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4397. Part555.Velocity = Vector3.new(-0.00388143118, 0.0100873504, -0.00966326892)
  4398. Part555.Size = Vector3.new(1, 0.400000006, 1)
  4399. Part555.BottomSurface = Enum.SurfaceType.Smooth
  4400. Part555.BrickColor = BrickColor.new("Black")
  4401. Part555.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4402. Part555.TopSurface = Enum.SurfaceType.Smooth
  4403. Part555.brickColor = BrickColor.new("Black")
  4404. SpecialMesh556.Parent = Part555
  4405. SpecialMesh556.Scale = Vector3.new(0.13333334, 0.666666687, 0.13333334)
  4406. SpecialMesh556.MeshType = Enum.MeshType.Wedge
  4407. Part557.Parent = Tool0
  4408. Part557.CFrame = CFrame.new(-39.5024071, 1.59405732, 13.9361258, 0.0752869397, 0.0013261406, -0.997160971, -4.14657052e-06, 0.999999106, 0.00132960209, 0.997161865, -9.59668614e-05, 0.0752868801)
  4409. Part557.Orientation = Vector3.new(-0.0799999982, -85.6800003, 0)
  4410. Part557.Position = Vector3.new(-39.5024071, 1.59405732, 13.9361258)
  4411. Part557.Rotation = Vector3.new(-1.00999999, -85.6800003, -1.00999999)
  4412. Part557.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4413. Part557.Velocity = Vector3.new(-0.00245354534, 0.0106093623, -0.00990757067)
  4414. Part557.Size = Vector3.new(1, 1, 1)
  4415. Part557.BottomSurface = Enum.SurfaceType.Smooth
  4416. Part557.BrickColor = BrickColor.new("Black")
  4417. Part557.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4418. Part557.TopSurface = Enum.SurfaceType.Smooth
  4419. Part557.brickColor = BrickColor.new("Black")
  4420. SpecialMesh558.Parent = Part557
  4421. SpecialMesh558.Scale = Vector3.new(0.13333334, 0.466666669, 0.13333334)
  4422. SpecialMesh558.MeshType = Enum.MeshType.Wedge
  4423. Part559.Parent = Tool0
  4424. Part559.CFrame = CFrame.new(-39.5014725, 2.2941103, 13.936059, 0.0752869397, 0.0013261406, -0.997160971, -4.14657052e-06, 0.999999106, 0.00132960209, 0.997161865, -9.59668614e-05, 0.0752868801)
  4425. Part559.Orientation = Vector3.new(-0.0799999982, -85.6800003, 0)
  4426. Part559.Position = Vector3.new(-39.5014725, 2.2941103, 13.936059)
  4427. Part559.Rotation = Vector3.new(-1.00999999, -85.6800003, -1.00999999)
  4428. Part559.Velocity = Vector3.new(-0.00521869911, 0.0106130466, -0.00998015236)
  4429. Part559.Size = Vector3.new(1, 0.400000006, 1)
  4430. Part559.BottomSurface = Enum.SurfaceType.Smooth
  4431. Part559.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4432. Part559.TopSurface = Enum.SurfaceType.Smooth
  4433. SpecialMesh560.Parent = Part559
  4434. SpecialMesh560.Scale = Vector3.new(0.13333334, 1, 0.13333334)
  4435. SpecialMesh560.MeshType = Enum.MeshType.Wedge
  4436. Part561.Parent = Tool0
  4437. Part561.CFrame = CFrame.new(-39.9679756, 1.42798877, 13.9713087, -0.0752869397, 0.0013261406, 0.997160971, 4.14657052e-06, 0.999999106, -0.00132960209, -0.997161865, -9.59668614e-05, -0.0752868801)
  4438. Part561.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4439. Part561.Position = Vector3.new(-39.9679756, 1.42798877, 13.9713087)
  4440. Part561.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4441. Part561.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4442. Part561.Velocity = Vector3.new(-0.00172288157, 0.00877404585, -0.00890180934)
  4443. Part561.Size = Vector3.new(1, 1, 1)
  4444. Part561.BottomSurface = Enum.SurfaceType.Smooth
  4445. Part561.BrickColor = BrickColor.new("Black")
  4446. Part561.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4447. Part561.TopSurface = Enum.SurfaceType.Smooth
  4448. Part561.brickColor = BrickColor.new("Black")
  4449. SpecialMesh562.Parent = Part561
  4450. SpecialMesh562.Scale = Vector3.new(0.13333334, 0.13333334, 0.13333334)
  4451. SpecialMesh562.MeshType = Enum.MeshType.Wedge
  4452. Part563.Parent = Tool0
  4453. Part563.CFrame = CFrame.new(-39.9674454, 1.82803822, 13.971261, 0.0752789751, -0.00132056326, 0.997162402, -7.0527426e-06, -1.0000037, -0.00132182415, 0.99715817, 9.27360525e-05, -0.0752859861)
  4454. Part563.Orientation = Vector3.new(0.0799999982, 94.3199997, -180)
  4455. Part563.Position = Vector3.new(-39.9674454, 1.82803822, 13.971261)
  4456. Part563.Rotation = Vector3.new(178.990005, 85.6800003, 1)
  4457. Part563.Color = Color3.new(0.768627, 0.156863, 0.109804)
  4458. Part563.Velocity = Vector3.new(-0.00330306543, 0.00877613481, -0.00894327834)
  4459. Part563.Size = Vector3.new(1, 1, 1)
  4460. Part563.BottomSurface = Enum.SurfaceType.Smooth
  4461. Part563.BrickColor = BrickColor.new("Bright red")
  4462. Part563.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4463. Part563.TopSurface = Enum.SurfaceType.Smooth
  4464. Part563.brickColor = BrickColor.new("Bright red")
  4465. SpecialMesh564.Parent = Part563
  4466. SpecialMesh564.Scale = Vector3.new(0.13333334, 0.13333334, 0.13333334)
  4467. SpecialMesh564.MeshType = Enum.MeshType.Wedge
  4468. Part565.Parent = Tool0
  4469. Part565.CFrame = CFrame.new(-39.9682503, 1.22797298, 13.9713173, 0.0752869397, -0.0013261406, 0.997160971, -4.14657052e-06, -0.999999106, -0.00132960209, 0.997161865, 9.59668614e-05, -0.0752868801)
  4470. Part565.Orientation = Vector3.new(0.0799999982, 94.3199997, -180)
  4471. Part565.Position = Vector3.new(-39.9682503, 1.22797298, 13.9713173)
  4472. Part565.Rotation = Vector3.new(178.990005, 85.6800003, 1.00999999)
  4473. Part565.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4474. Part565.Velocity = Vector3.new(-0.000932857394, 0.0087729618, -0.00888105575)
  4475. Part565.Size = Vector3.new(1, 1, 1)
  4476. Part565.BottomSurface = Enum.SurfaceType.Smooth
  4477. Part565.BrickColor = BrickColor.new("Black")
  4478. Part565.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4479. Part565.TopSurface = Enum.SurfaceType.Smooth
  4480. Part565.brickColor = BrickColor.new("Black")
  4481. SpecialMesh566.Parent = Part565
  4482. SpecialMesh566.Scale = Vector3.new(0.13333334, 0.266666681, 0.13333334)
  4483. SpecialMesh566.MeshType = Enum.MeshType.Wedge
  4484. Part567.Parent = Tool0
  4485. Part567.CFrame = CFrame.new(-40.7659988, 1.25569344, 14.0315943, -0.0752869546, 0.00132672186, 0.997160971, 1.18657845e-05, 0.999999106, -0.00132960221, -0.997161865, -8.82695895e-05, -0.0752869025)
  4486. Part567.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4487. Part567.Position = Vector3.new(-40.7659988, 1.25569344, 14.0315943)
  4488. Part567.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4489. Part567.Velocity = Vector3.new(-0.000914298114, 0.00562815834, -0.0071891807)
  4490. Part567.Size = Vector3.new(1, 0.400000006, 1)
  4491. Part567.BottomSurface = Enum.SurfaceType.Smooth
  4492. Part567.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4493. Part567.TopSurface = Enum.SurfaceType.Smooth
  4494. SpecialMesh568.Parent = Part567
  4495. SpecialMesh568.Scale = Vector3.new(0.266666681, 0.333333343, 0.13333334)
  4496. SpecialMesh568.MeshType = Enum.MeshType.Wedge
  4497. Part569.Parent = Tool0
  4498. Part569.CFrame = CFrame.new(-40.5332603, 1.25539196, 14.0140123, 0.0752869546, 0.00132672186, -0.997160971, -1.18657845e-05, 0.999999106, 0.00132960221, 0.997161865, -8.82695895e-05, 0.0752869025)
  4499. Part569.Orientation = Vector3.new(-0.0799999982, -85.6800003, 0)
  4500. Part569.Position = Vector3.new(-40.5332603, 1.25539196, 14.0140123)
  4501. Part569.Rotation = Vector3.new(-1.00999999, -85.6800003, -1.00999999)
  4502. Part569.Velocity = Vector3.new(-0.00095045683, 0.0065456368, -0.00768356072)
  4503. Part569.Size = Vector3.new(1, 0.400000006, 1)
  4504. Part569.BottomSurface = Enum.SurfaceType.Smooth
  4505. Part569.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4506. Part569.TopSurface = Enum.SurfaceType.Smooth
  4507. SpecialMesh570.Parent = Part569
  4508. SpecialMesh570.Scale = Vector3.new(0.266666681, 0.333333343, 0.333333343)
  4509. SpecialMesh570.MeshType = Enum.MeshType.Wedge
  4510. Part571.Name = "Vert1"
  4511. Part571.Parent = Tool0
  4512. Part571.CFrame = CFrame.new(-41.8766594, 2.66396189, 14.3494778, -0.0752869397, -0.0013261406, -0.997160971, 4.14657052e-06, -0.999999106, 0.00132960209, -0.997161865, 9.59668614e-05, 0.0752868801)
  4513. Part571.Orientation = Vector3.new(-0.0799999982, -85.6800003, 180)
  4514. Part571.Position = Vector3.new(-41.8766594, 2.66396189, 14.3494778)
  4515. Part571.Rotation = Vector3.new(-1.00999999, -85.6800003, 178.990005)
  4516. Part571.Color = Color3.new(1, 0, 0)
  4517. Part571.Velocity = Vector3.new(-0.0058012763, 0.00127341878, -0.00497180317)
  4518. Part571.Size = Vector3.new(1, 1, 1)
  4519. Part571.BottomSurface = Enum.SurfaceType.Smooth
  4520. Part571.BrickColor = BrickColor.new("Really red")
  4521. Part571.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4522. Part571.TopSurface = Enum.SurfaceType.Smooth
  4523. Part571.brickColor = BrickColor.new("Really red")
  4524. SpecialMesh572.Parent = Part571
  4525. SpecialMesh572.Scale = Vector3.new(0.200000003, 0.0666666701, 0.266666681)
  4526. SpecialMesh572.MeshType = Enum.MeshType.Wedge
  4527. Part573.Name = "Vert2"
  4528. Part573.Parent = Tool0
  4529. Part573.CFrame = CFrame.new(-42.3421745, 2.56462407, 14.3847046, -0.0752866641, 0.00132665585, 0.997161806, 1.13891674e-05, 1.00000381, -0.00132760569, -0.997157633, -8.88326394e-05, -0.0752937123)
  4530. Part573.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4531. Part573.Position = Vector3.new(-42.3421745, 2.56462407, 14.3847046)
  4532. Part573.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4533. Part573.Color = Color3.new(1, 0, 0)
  4534. Part573.Velocity = Vector3.new(-0.00533408718, -0.000561682507, -0.0039728838)
  4535. Part573.Size = Vector3.new(1, 1, 1)
  4536. Part573.BottomSurface = Enum.SurfaceType.Smooth
  4537. Part573.BrickColor = BrickColor.new("Really red")
  4538. Part573.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4539. Part573.TopSurface = Enum.SurfaceType.Smooth
  4540. Part573.brickColor = BrickColor.new("Really red")
  4541. SpecialMesh574.Parent = Part573
  4542. SpecialMesh574.Scale = Vector3.new(0.200000003, 0.266666681, 0.13333334)
  4543. SpecialMesh574.MeshType = Enum.MeshType.Wedge
  4544. Part575.Name = "Vert3"
  4545. Part575.Parent = Tool0
  4546. Part575.CFrame = CFrame.new(-42.1719666, 1.12230539, 14.3622131, 0.997160554, -0.0013092492, -0.075292781, -0.00131246436, -0.999999106, 6.77733715e-06, -0.0752927288, 9.20609964e-05, -0.997161448)
  4547. Part575.Orientation = Vector3.new(0, -175.679993, -179.919998)
  4548. Part575.Position = Vector3.new(-42.1719666, 1.12230539, 14.3622131)
  4549. Part575.Rotation = Vector3.new(-180, -4.32000017, 0.0799999982)
  4550. Part575.Color = Color3.new(1, 0, 0)
  4551. Part575.Velocity = Vector3.new(0.000314885983, 0.00010832306, -0.00418901024)
  4552. Part575.Size = Vector3.new(1, 1, 1)
  4553. Part575.BottomSurface = Enum.SurfaceType.Smooth
  4554. Part575.BrickColor = BrickColor.new("Really red")
  4555. Part575.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4556. Part575.TopSurface = Enum.SurfaceType.Smooth
  4557. Part575.brickColor = BrickColor.new("Really red")
  4558. BlockMesh576.Parent = Part575
  4559. BlockMesh576.Scale = Vector3.new(0.13333334, 0.266666681, 0.200000003)
  4560. Part577.Name = "Vert4"
  4561. Part577.Parent = Tool0
  4562. Part577.CFrame = CFrame.new(-42.2760391, 2.29778814, 14.3797712, 0.997159421, 0.00132092368, 0.0753080323, -0.00132417656, 0.999999106, -6.73788873e-06, -0.0753079727, -9.30023671e-05, 0.997160316)
  4563. Part577.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4564. Part577.Position = Vector3.new(-42.2760391, 2.29778814, 14.3797712)
  4565. Part577.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4566. Part577.Color = Color3.new(1, 0, 0)
  4567. Part577.Velocity = Vector3.new(-0.00429064035, -0.000300963409, -0.0040864679)
  4568. Part577.Size = Vector3.new(1, 1, 1)
  4569. Part577.BottomSurface = Enum.SurfaceType.Smooth
  4570. Part577.BrickColor = BrickColor.new("Really red")
  4571. Part577.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4572. Part577.TopSurface = Enum.SurfaceType.Smooth
  4573. Part577.brickColor = BrickColor.new("Really red")
  4574. BlockMesh578.Parent = Part577
  4575. BlockMesh578.Scale = Vector3.new(0.266666681, 0.266666681, 0.200000003)
  4576. Part579.Name = "Vert5"
  4577. Part579.Parent = Tool0
  4578. Part579.CFrame = CFrame.new(-42.304882, 1.12248516, 14.372263, 0.0752715543, -0.00131512794, 0.997162163, -1.13892493e-05, -0.999999106, -0.0013180098, 0.997162998, 8.78517167e-05, -0.0752715096)
  4579. Part579.Orientation = Vector3.new(0.0799999982, 94.3199997, -180)
  4580. Part579.Position = Vector3.new(-42.304882, 1.12248516, 14.372263)
  4581. Part579.Rotation = Vector3.new(179, 85.6800003, 1)
  4582. Part579.Color = Color3.new(1, 0, 0)
  4583. Part579.Velocity = Vector3.new(0.00033552479, -0.000415641814, -0.00390667375)
  4584. Part579.Size = Vector3.new(1, 1, 1)
  4585. Part579.BottomSurface = Enum.SurfaceType.Smooth
  4586. Part579.BrickColor = BrickColor.new("Really red")
  4587. Part579.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4588. Part579.TopSurface = Enum.SurfaceType.Smooth
  4589. Part579.brickColor = BrickColor.new("Really red")
  4590. SpecialMesh580.Parent = Part579
  4591. SpecialMesh580.Scale = Vector3.new(0.200000003, 0.266666681, 0.13333334)
  4592. SpecialMesh580.MeshType = Enum.MeshType.Wedge
  4593. Part581.Name = "Vert6"
  4594. Part581.Parent = Tool0
  4595. Part581.CFrame = CFrame.new(-42.142334, 2.79766035, 14.3695526, -0.0752869695, 0.00132600009, 0.997160971, 4.65350922e-06, 0.999999106, -0.00132942281, -0.997161865, -9.54479037e-05, -0.0752869099)
  4596. Part581.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4597. Part581.Position = Vector3.new(-42.142334, 2.79766035, 14.3695526)
  4598. Part581.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4599. Part581.Color = Color3.new(1, 0, 0)
  4600. Part581.Velocity = Vector3.new(-0.00628670212, 0.000226102769, -0.00442090863)
  4601. Part581.Size = Vector3.new(1, 1, 1)
  4602. Part581.BottomSurface = Enum.SurfaceType.Smooth
  4603. Part581.BrickColor = BrickColor.new("Really red")
  4604. Part581.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4605. Part581.TopSurface = Enum.SurfaceType.Smooth
  4606. Part581.brickColor = BrickColor.new("Really red")
  4607. SpecialMesh582.Parent = Part581
  4608. SpecialMesh582.Scale = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  4609. SpecialMesh582.MeshType = Enum.MeshType.Wedge
  4610. Part583.Name = "Vert7"
  4611. Part583.Parent = Tool0
  4612. Part583.CFrame = CFrame.new(-42.0762291, 2.53095174, 14.3648272, -0.0752866417, -0.00132639601, -0.997161806, 7.51461494e-06, -1.0000037, 0.0013276356, -0.997157633, 9.26684588e-05, 0.0752936825)
  4613. Part583.Orientation = Vector3.new(-0.0799999982, -85.6800003, 180)
  4614. Part583.Position = Vector3.new(-42.0762291, 2.53095174, 14.3648272)
  4615. Part583.Rotation = Vector3.new(-1.00999999, -85.6800003, 178.990005)
  4616. Part583.Color = Color3.new(1, 0, 0)
  4617. Part583.Velocity = Vector3.new(-0.00524331722, 0.000486723147, -0.00453444058)
  4618. Part583.Size = Vector3.new(1, 1, 1)
  4619. Part583.BottomSurface = Enum.SurfaceType.Smooth
  4620. Part583.BrickColor = BrickColor.new("Really red")
  4621. Part583.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4622. Part583.TopSurface = Enum.SurfaceType.Smooth
  4623. Part583.brickColor = BrickColor.new("Really red")
  4624. SpecialMesh584.Parent = Part583
  4625. SpecialMesh584.Scale = Vector3.new(0.200000003, 0.200000003, 0.13333334)
  4626. SpecialMesh584.MeshType = Enum.MeshType.Wedge
  4627. Part585.Name = "Vert8"
  4628. Part585.Parent = Tool0
  4629. Part585.CFrame = CFrame.new(-42.2731781, 1.38908815, 13.9018908, 0.997160554, 0.00131054607, 0.0752927586, -0.00131246436, 0.999999106, -2.40027875e-05, -0.0752927288, -7.4884425e-05, 0.997161448)
  4630. Part585.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4631. Part585.Position = Vector3.new(-42.2731781, 1.38908815, 13.9018908)
  4632. Part585.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4633. Part585.Color = Color3.new(1, 0, 0)
  4634. Part585.Velocity = Vector3.new(-0.00171670085, -0.000337854959, -0.00400090823)
  4635. Part585.Size = Vector3.new(1, 1, 1)
  4636. Part585.BottomSurface = Enum.SurfaceType.Smooth
  4637. Part585.BrickColor = BrickColor.new("Really red")
  4638. Part585.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4639. Part585.TopSurface = Enum.SurfaceType.Smooth
  4640. Part585.brickColor = BrickColor.new("Really red")
  4641. BlockMesh586.Parent = Part585
  4642. BlockMesh586.Scale = Vector3.new(0.266666681, 0.266666681, 0.200000003)
  4643. Part587.Name = "Vert9"
  4644. Part587.Parent = Tool0
  4645. Part587.CFrame = CFrame.new(-42.0739746, 1.15546274, 13.8868637, 0.0752716511, 0.00131383492, -0.997162163, 5.77701485e-06, 0.999999106, 0.00131800899, 0.997162998, -0.000104969324, 0.0752715841)
  4646. Part587.Orientation = Vector3.new(-0.0799999982, -85.6800003, 0)
  4647. Part587.Position = Vector3.new(-42.0739746, 1.15546274, 13.8868637)
  4648. Part587.Rotation = Vector3.new(-1, -85.6800003, -1)
  4649. Part587.Color = Color3.new(1, 0, 0)
  4650. Part587.Velocity = Vector3.new(-0.00082586857, 0.000447427854, -0.00440051965)
  4651. Part587.Size = Vector3.new(1, 1, 1)
  4652. Part587.BottomSurface = Enum.SurfaceType.Smooth
  4653. Part587.BrickColor = BrickColor.new("Really red")
  4654. Part587.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4655. Part587.TopSurface = Enum.SurfaceType.Smooth
  4656. Part587.brickColor = BrickColor.new("Really red")
  4657. SpecialMesh588.Parent = Part587
  4658. SpecialMesh588.Scale = Vector3.new(0.200000003, 0.200000003, 0.13333334)
  4659. SpecialMesh588.MeshType = Enum.MeshType.Wedge
  4660. Part589.Name = "Vert10"
  4661. Part589.Parent = Tool0
  4662. Part589.CFrame = CFrame.new(-42.2380714, 1.38907695, 14.3672161, 0.997160554, -0.0013092492, -0.075292781, -0.00131246436, -0.999999106, 6.77733715e-06, -0.0752927288, 9.20609964e-05, -0.997161448)
  4663. Part589.Orientation = Vector3.new(0, -175.679993, -179.919998)
  4664. Part589.Position = Vector3.new(-42.2380714, 1.38907695, 14.3672161)
  4665. Part589.Rotation = Vector3.new(-180, -4.32000017, 0.0799999982)
  4666. Part589.Color = Color3.new(1, 0, 0)
  4667. Part589.Velocity = Vector3.new(-0.000728158629, -0.000152268447, -0.00407548482)
  4668. Part589.Size = Vector3.new(1, 1, 1)
  4669. Part589.BottomSurface = Enum.SurfaceType.Smooth
  4670. Part589.BrickColor = BrickColor.new("Really red")
  4671. Part589.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4672. Part589.TopSurface = Enum.SurfaceType.Smooth
  4673. Part589.brickColor = BrickColor.new("Really red")
  4674. BlockMesh590.Parent = Part589
  4675. BlockMesh590.Scale = Vector3.new(0.266666681, 0.266666681, 0.200000003)
  4676. Part591.Name = "Vert11"
  4677. Part591.Parent = Tool0
  4678. Part591.CFrame = CFrame.new(-42.2070732, 1.12230659, 13.8968945, 0.997160554, -0.0013092492, -0.075292781, -0.00131246436, -0.999999106, 6.77733715e-06, -0.0752927288, 9.20609964e-05, -0.997161448)
  4679. Part591.Orientation = Vector3.new(0, -175.679993, -179.919998)
  4680. Part591.Position = Vector3.new(-42.2070732, 1.12230659, 13.8968945)
  4681. Part591.Rotation = Vector3.new(-180, -4.32000017, 0.0799999982)
  4682. Part591.Color = Color3.new(1, 0, 0)
  4683. Part591.Velocity = Vector3.new(-0.000673602452, -7.72625208e-05, -0.00411443273)
  4684. Part591.Size = Vector3.new(1, 1, 1)
  4685. Part591.BottomSurface = Enum.SurfaceType.Smooth
  4686. Part591.BrickColor = BrickColor.new("Really red")
  4687. Part591.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4688. Part591.TopSurface = Enum.SurfaceType.Smooth
  4689. Part591.brickColor = BrickColor.new("Really red")
  4690. BlockMesh592.Parent = Part591
  4691. BlockMesh592.Scale = Vector3.new(0.13333334, 0.266666681, 0.200000003)
  4692. Part593.Name = "Vert12"
  4693. Part593.Parent = Tool0
  4694. Part593.CFrame = CFrame.new(-42.3399925, 1.12249279, 13.9069347, 0.0752715543, -0.00131512794, 0.997162163, -1.13892493e-05, -0.999999106, -0.0013180098, 0.997162998, 8.78517167e-05, -0.0752715096)
  4695. Part593.Orientation = Vector3.new(0.0799999982, 94.3199997, -180)
  4696. Part593.Position = Vector3.new(-42.3399925, 1.12249279, 13.9069347)
  4697. Part593.Rotation = Vector3.new(179, 85.6800003, 1)
  4698. Part593.Color = Color3.new(1, 0, 0)
  4699. Part593.Velocity = Vector3.new(-0.00065300928, -0.000601244159, -0.00383208878)
  4700. Part593.Size = Vector3.new(1, 1, 1)
  4701. Part593.BottomSurface = Enum.SurfaceType.Smooth
  4702. Part593.BrickColor = BrickColor.new("Really red")
  4703. Part593.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4704. Part593.TopSurface = Enum.SurfaceType.Smooth
  4705. Part593.brickColor = BrickColor.new("Really red")
  4706. SpecialMesh594.Parent = Part593
  4707. SpecialMesh594.Scale = Vector3.new(0.200000003, 0.266666681, 0.13333334)
  4708. SpecialMesh594.MeshType = Enum.MeshType.Wedge
  4709. Part595.Name = "Vert13"
  4710. Part595.Parent = Tool0
  4711. Part595.CFrame = CFrame.new(-41.9117737, 2.66396523, 13.8842707, -0.0752869397, -0.0013261406, -0.997160971, 4.14657052e-06, -0.999999106, 0.00132960209, -0.997161865, 9.59668614e-05, 0.0752868801)
  4712. Part595.Orientation = Vector3.new(-0.0799999982, -85.6800003, 180)
  4713. Part595.Position = Vector3.new(-41.9117737, 2.66396523, 13.8842707)
  4714. Part595.Rotation = Vector3.new(-1.00999999, -85.6800003, 178.990005)
  4715. Part595.Color = Color3.new(1, 0, 0)
  4716. Part595.Velocity = Vector3.new(-0.00678953622, 0.0010878141, -0.00489720935)
  4717. Part595.Size = Vector3.new(1, 1, 1)
  4718. Part595.BottomSurface = Enum.SurfaceType.Smooth
  4719. Part595.BrickColor = BrickColor.new("Really red")
  4720. Part595.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4721. Part595.TopSurface = Enum.SurfaceType.Smooth
  4722. Part595.brickColor = BrickColor.new("Really red")
  4723. SpecialMesh596.Parent = Part595
  4724. SpecialMesh596.Scale = Vector3.new(0.200000003, 0.0666666701, 0.266666681)
  4725. SpecialMesh596.MeshType = Enum.MeshType.Wedge
  4726. Part597.Name = "Vert14"
  4727. Part597.Parent = Tool0
  4728. Part597.CFrame = CFrame.new(-41.4786377, 2.79680395, 13.8496361, 0.997160614, 0.0013149482, 0.0753010139, -0.00131568452, 1.0000037, -1.38266569e-05, -0.0753080621, -8.55575418e-05, 0.997156501)
  4729. Part597.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4730. Part597.Position = Vector3.new(-41.4786377, 2.79680395, 13.8496361)
  4731. Part597.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4732. Part597.Color = Color3.new(1, 0, 0)
  4733. Part597.Velocity = Vector3.new(-0.0073877871, 0.00279508624, -0.00583072286)
  4734. Part597.Size = Vector3.new(1, 1, 1)
  4735. Part597.BottomSurface = Enum.SurfaceType.Smooth
  4736. Part597.BrickColor = BrickColor.new("Really red")
  4737. Part597.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4738. Part597.TopSurface = Enum.SurfaceType.Smooth
  4739. Part597.brickColor = BrickColor.new("Really red")
  4740. BlockMesh598.Parent = Part597
  4741. BlockMesh598.Scale = Vector3.new(1.13333333, 0.200000003, 0.200000003)
  4742. Part599.Name = "Vert15"
  4743. Part599.Parent = Tool0
  4744. Part599.CFrame = CFrame.new(-42.076046, 2.66424274, 14.3646059, 0.997159421, 0.00132143311, 0.0753080174, -0.00132417656, 0.999999106, -1.35029004e-05, -0.0753079727, -8.62565648e-05, 0.997160316)
  4745. Part599.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4746. Part599.Position = Vector3.new(-42.076046, 2.66424274, 14.3646059)
  4747. Part599.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4748. Part599.Color = Color3.new(1, 0, 0)
  4749. Part599.Velocity = Vector3.new(-0.00577024883, 0.000487423502, -0.00454827072)
  4750. Part599.Size = Vector3.new(1, 1, 1)
  4751. Part599.BottomSurface = Enum.SurfaceType.Smooth
  4752. Part599.BrickColor = BrickColor.new("Really red")
  4753. Part599.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4754. Part599.TopSurface = Enum.SurfaceType.Smooth
  4755. Part599.brickColor = BrickColor.new("Really red")
  4756. BlockMesh600.Parent = Part599
  4757. BlockMesh600.Scale = Vector3.new(0.13333334, 0.0666666701, 0.200000003)
  4758. Part601.Name = "Vert16"
  4759. Part601.Parent = Tool0
  4760. Part601.CFrame = CFrame.new(-42.111145, 2.66422796, 13.8994579, 0.997160196, 0.00132142985, 0.0753076971, -0.00132221007, 1.0000037, -1.35028013e-05, -0.0753147826, -8.63726164e-05, 0.997156024)
  4761. Part601.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4762. Part601.Position = Vector3.new(-42.111145, 2.66422796, 13.8994579)
  4763. Part601.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4764. Part601.Color = Color3.new(1, 0, 0)
  4765. Part601.Velocity = Vector3.new(-0.00675831176, 0.000301884487, -0.0044737081)
  4766. Part601.Size = Vector3.new(1, 1, 1)
  4767. Part601.BottomSurface = Enum.SurfaceType.Smooth
  4768. Part601.BrickColor = BrickColor.new("Really red")
  4769. Part601.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4770. Part601.TopSurface = Enum.SurfaceType.Smooth
  4771. Part601.brickColor = BrickColor.new("Really red")
  4772. BlockMesh602.Parent = Part601
  4773. BlockMesh602.Scale = Vector3.new(0.13333334, 0.0666666701, 0.200000003)
  4774. Part603.Name = "Vert17"
  4775. Part603.Parent = Tool0
  4776. Part603.CFrame = CFrame.new(-42.0389938, 1.15544951, 14.3522015, 0.0752644986, 0.00131739711, -0.997163475, -1.42978697e-05, 1.0000037, 0.00131810212, 0.997159123, -8.52134835e-05, 0.0752715766)
  4777. Part603.Orientation = Vector3.new(-0.0799999982, -85.6800003, 0)
  4778. Part603.Position = Vector3.new(-42.0389938, 1.15544951, 14.3522015)
  4779. Part603.Rotation = Vector3.new(-1, -85.6800003, -1)
  4780. Part603.Color = Color3.new(1, 0, 0)
  4781. Part603.Velocity = Vector3.new(0.000162708107, 0.000632518902, -0.00447482849)
  4782. Part603.Size = Vector3.new(1, 1, 1)
  4783. Part603.BottomSurface = Enum.SurfaceType.Smooth
  4784. Part603.BrickColor = BrickColor.new("Really red")
  4785. Part603.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4786. Part603.TopSurface = Enum.SurfaceType.Smooth
  4787. Part603.brickColor = BrickColor.new("Really red")
  4788. SpecialMesh604.Parent = Part603
  4789. SpecialMesh604.Scale = Vector3.new(0.200000003, 0.200000003, 0.13333334)
  4790. SpecialMesh604.MeshType = Enum.MeshType.Wedge
  4791. Part605.Name = "Vert18"
  4792. Part605.Parent = Tool0
  4793. Part605.CFrame = CFrame.new(-42.074173, 1.02208662, 13.8868542, 0.997161388, -0.00130975118, -0.0752924755, -0.00131049845, -1.0000037, 1.34826441e-05, -0.0752995089, 8.54907412e-05, -0.997157097)
  4794. Part605.Orientation = Vector3.new(0, -175.679993, -179.919998)
  4795. Part605.Position = Vector3.new(-42.074173, 1.02208662, 13.8868542)
  4796. Part605.Rotation = Vector3.new(-180, -4.32000017, 0.0799999982)
  4797. Part605.Color = Color3.new(1, 0, 0)
  4798. Part605.Velocity = Vector3.new(-0.000299090752, 0.00044664368, -0.00438664807)
  4799. Part605.Size = Vector3.new(1, 1, 1)
  4800. Part605.BottomSurface = Enum.SurfaceType.Smooth
  4801. Part605.BrickColor = BrickColor.new("Really red")
  4802. Part605.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4803. Part605.TopSurface = Enum.SurfaceType.Smooth
  4804. Part605.brickColor = BrickColor.new("Really red")
  4805. BlockMesh606.Parent = Part605
  4806. BlockMesh606.Scale = Vector3.new(0.13333334, 0.0666666701, 0.200000003)
  4807. Part607.Name = "Vert19"
  4808. Part607.Parent = Tool0
  4809. Part607.CFrame = CFrame.new(-42.0390739, 1.02212381, 14.3521576, 0.997161388, -0.00130975118, -0.0752924755, -0.00131049845, -1.0000037, 1.34826441e-05, -0.0752995089, 8.54907412e-05, -0.997157097)
  4810. Part607.Orientation = Vector3.new(0, -175.679993, -179.919998)
  4811. Part607.Position = Vector3.new(-42.0390739, 1.02212381, 14.3521576)
  4812. Part607.Rotation = Vector3.new(-180, -4.32000017, 0.0799999982)
  4813. Part607.Color = Color3.new(1, 0, 0)
  4814. Part607.Velocity = Vector3.new(0.000689213863, 0.000632197596, -0.00446121302)
  4815. Part607.Size = Vector3.new(1, 1, 1)
  4816. Part607.BottomSurface = Enum.SurfaceType.Smooth
  4817. Part607.BrickColor = BrickColor.new("Really red")
  4818. Part607.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4819. Part607.TopSurface = Enum.SurfaceType.Smooth
  4820. Part607.brickColor = BrickColor.new("Really red")
  4821. BlockMesh608.Parent = Part607
  4822. BlockMesh608.Scale = Vector3.new(0.13333334, 0.0666666701, 0.200000003)
  4823. Part609.Name = "Vert20"
  4824. Part609.Parent = Tool0
  4825. Part609.CFrame = CFrame.new(-42.1774368, 2.79767609, 13.9043951, -0.0752799287, 0.00132796611, 0.997162282, 4.73068303e-06, 1.0000037, -0.00132942479, -0.99715811, -9.56261865e-05, -0.0752870291)
  4826. Part609.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4827. Part609.Position = Vector3.new(-42.1774368, 2.79767609, 13.9043951)
  4828. Part609.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4829. Part609.Color = Color3.new(1, 0, 0)
  4830. Part609.Velocity = Vector3.new(-0.00727490615, 4.05488536e-05, -0.00434634089)
  4831. Part609.Size = Vector3.new(1, 1, 1)
  4832. Part609.BottomSurface = Enum.SurfaceType.Smooth
  4833. Part609.BrickColor = BrickColor.new("Really red")
  4834. Part609.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4835. Part609.TopSurface = Enum.SurfaceType.Smooth
  4836. Part609.brickColor = BrickColor.new("Really red")
  4837. SpecialMesh610.Parent = Part609
  4838. SpecialMesh610.Scale = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  4839. SpecialMesh610.MeshType = Enum.MeshType.Wedge
  4840. Part611.Name = "Vert21"
  4841. Part611.Parent = Tool0
  4842. Part611.CFrame = CFrame.new(-41.8396683, 1.02183986, 14.3371267, 0.0752646104, 0.00131649675, -0.997163475, -4.31404123e-06, 1.0000037, 0.00131795288, 0.997159123, -9.51577604e-05, 0.0752716362)
  4843. Part611.Orientation = Vector3.new(-0.0799999982, -85.6800003, 0)
  4844. Part611.Position = Vector3.new(-41.8396683, 1.02183986, 14.3371267)
  4845. Part611.Rotation = Vector3.new(-1, -85.6800003, -1)
  4846. Part611.Color = Color3.new(1, 0, 0)
  4847. Part611.Velocity = Vector3.new(0.000658405013, 0.00141827762, -0.00488478551)
  4848. Part611.Size = Vector3.new(1, 1, 1)
  4849. Part611.BottomSurface = Enum.SurfaceType.Smooth
  4850. Part611.BrickColor = BrickColor.new("Really red")
  4851. Part611.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4852. Part611.TopSurface = Enum.SurfaceType.Smooth
  4853. Part611.brickColor = BrickColor.new("Really red")
  4854. SpecialMesh612.Parent = Part611
  4855. SpecialMesh612.Scale = Vector3.new(0.200000003, 0.0666666701, 0.266666681)
  4856. SpecialMesh612.MeshType = Enum.MeshType.Wedge
  4857. Part613.Name = "Vert22"
  4858. Part613.Parent = Tool0
  4859. Part613.CFrame = CFrame.new(-42.3772545, 2.56464553, 13.9195614, -0.075279966, 0.00132862502, 0.997162282, 1.14963359e-05, 1.0000037, -0.00132957485, -0.997157991, -8.88911454e-05, -0.0752870589)
  4860. Part613.Orientation = Vector3.new(0.0799999982, 94.3199997, 0)
  4861. Part613.Position = Vector3.new(-42.3772545, 2.56464553, 13.9195614)
  4862. Part613.Rotation = Vector3.new(178.990005, 85.6800003, -178.990005)
  4863. Part613.Color = Color3.new(1, 0, 0)
  4864. Part613.Velocity = Vector3.new(-0.0063222833, -0.000747145154, -0.00389836542)
  4865. Part613.Size = Vector3.new(1, 1, 1)
  4866. Part613.BottomSurface = Enum.SurfaceType.Smooth
  4867. Part613.BrickColor = BrickColor.new("Really red")
  4868. Part613.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4869. Part613.TopSurface = Enum.SurfaceType.Smooth
  4870. Part613.brickColor = BrickColor.new("Really red")
  4871. SpecialMesh614.Parent = Part613
  4872. SpecialMesh614.Scale = Vector3.new(0.200000003, 0.266666681, 0.13333334)
  4873. SpecialMesh614.MeshType = Enum.MeshType.Wedge
  4874. Part615.Name = "Vert23"
  4875. Part615.Parent = Tool0
  4876. Part615.CFrame = CFrame.new(-41.8747787, 1.0218482, 13.8718224, 0.0752646104, 0.00131649675, -0.997163475, -4.31404123e-06, 1.0000037, 0.00131795288, 0.997159123, -9.51577604e-05, 0.0752716362)
  4877. Part615.Orientation = Vector3.new(-0.0799999982, -85.6800003, 0)
  4878. Part615.Position = Vector3.new(-41.8747787, 1.0218482, 13.8718224)
  4879. Part615.Rotation = Vector3.new(-1, -85.6800003, -1)
  4880. Part615.Color = Color3.new(1, 0, 0)
  4881. Part615.Velocity = Vector3.new(-0.00033008121, 0.00123267807, -0.00481020054)
  4882. Part615.Size = Vector3.new(1, 1, 1)
  4883. Part615.BottomSurface = Enum.SurfaceType.Smooth
  4884. Part615.BrickColor = BrickColor.new("Really red")
  4885. Part615.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4886. Part615.TopSurface = Enum.SurfaceType.Smooth
  4887. Part615.brickColor = BrickColor.new("Really red")
  4888. SpecialMesh616.Parent = Part615
  4889. SpecialMesh616.Scale = Vector3.new(0.200000003, 0.0666666701, 0.266666681)
  4890. SpecialMesh616.MeshType = Enum.MeshType.Wedge
  4891. Part617.Name = "Vert24"
  4892. Part617.Parent = Tool0
  4893. Part617.CFrame = CFrame.new(-41.4435501, 2.79681158, 14.3149605, 0.997160196, 0.00131297775, 0.0753076971, -0.00131371594, 1.0000037, -1.37411444e-05, -0.0753147826, -8.54952305e-05, 0.997156024)
  4894. Part617.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4895. Part617.Position = Vector3.new(-41.4435501, 2.79681158, 14.3149605)
  4896. Part617.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4897. Part617.Color = Color3.new(1, 0, 0)
  4898. Part617.Velocity = Vector3.new(-0.0063993209, 0.00298059732, -0.0059052608)
  4899. Part617.Size = Vector3.new(1, 1, 1)
  4900. Part617.BottomSurface = Enum.SurfaceType.Smooth
  4901. Part617.BrickColor = BrickColor.new("Really red")
  4902. Part617.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4903. Part617.TopSurface = Enum.SurfaceType.Smooth
  4904. Part617.brickColor = BrickColor.new("Really red")
  4905. BlockMesh618.Parent = Part617
  4906. BlockMesh618.Scale = Vector3.new(1.13333333, 0.200000003, 0.200000003)
  4907. Part619.Name = "Vert25"
  4908. Part619.Parent = Tool0
  4909. Part619.CFrame = CFrame.new(-42.1058426, 0.888770461, 14.3572931, 0.0752646551, -0.00131659606, 0.997163475, -4.85076043e-06, -1.0000037, -0.00131801201, 0.997159243, 9.46270884e-05, -0.0752717555)
  4910. Part619.Orientation = Vector3.new(0.0799999982, 94.3199997, -180)
  4911. Part619.Position = Vector3.new(-42.1058426, 0.888770461, 14.3572931)
  4912. Part619.Rotation = Vector3.new(179, 85.6800003, 1)
  4913. Part619.Color = Color3.new(1, 0, 0)
  4914. Part619.Velocity = Vector3.new(0.00122683146, 0.000368997455, -0.00430592755)
  4915. Part619.Size = Vector3.new(1, 1, 1)
  4916. Part619.BottomSurface = Enum.SurfaceType.Smooth
  4917. Part619.BrickColor = BrickColor.new("Really red")
  4918. Part619.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4919. Part619.TopSurface = Enum.SurfaceType.Smooth
  4920. Part619.brickColor = BrickColor.new("Really red")
  4921. SpecialMesh620.Parent = Part619
  4922. SpecialMesh620.Scale = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  4923. SpecialMesh620.MeshType = Enum.MeshType.Wedge
  4924. Part621.Name = "Vert26"
  4925. Part621.Parent = Tool0
  4926. Part621.CFrame = CFrame.new(-41.4077301, 0.887938738, 14.3044767, 0.997161388, -0.00131000695, -0.0752924681, -0.00131049845, -1.0000037, 1.68801034e-05, -0.0752995089, 8.21028807e-05, -0.997157097)
  4927. Part621.Orientation = Vector3.new(0, -175.679993, -179.919998)
  4928. Part621.Position = Vector3.new(-41.4077301, 0.887938738, 14.3044767)
  4929. Part621.Rotation = Vector3.new(-180, -4.32000017, 0.0799999982)
  4930. Part621.Color = Color3.new(1, 0, 0)
  4931. Part621.Velocity = Vector3.new(0.00111791794, 0.00312101934, -0.00578885525)
  4932. Part621.Size = Vector3.new(1, 1, 1)
  4933. Part621.BottomSurface = Enum.SurfaceType.Smooth
  4934. Part621.BrickColor = BrickColor.new("Really red")
  4935. Part621.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4936. Part621.TopSurface = Enum.SurfaceType.Smooth
  4937. Part621.brickColor = BrickColor.new("Really red")
  4938. BlockMesh622.Parent = Part621
  4939. BlockMesh622.Scale = Vector3.new(1.13333333, 0.200000003, 0.200000003)
  4940. Part623.Name = "Vert27"
  4941. Part623.Parent = Tool0
  4942. Part623.CFrame = CFrame.new(-42.140934, 0.888807297, 13.8919582, 0.0752713457, -0.00131462747, 0.997162938, -4.74365515e-06, -1.0000037, -0.0013160425, 0.997158766, 9.45592546e-05, -0.075278379)
  4943. Part623.Orientation = Vector3.new(0.0799999982, 94.3199997, -180)
  4944. Part623.Position = Vector3.new(-42.140934, 0.888807297, 13.8919582)
  4945. Part623.Rotation = Vector3.new(179, 85.6800003, 1)
  4946. Part623.Color = Color3.new(1, 0, 0)
  4947. Part623.Velocity = Vector3.new(0.00023816782, 0.000183470547, -0.00423138589)
  4948. Part623.Size = Vector3.new(1, 1, 1)
  4949. Part623.BottomSurface = Enum.SurfaceType.Smooth
  4950. Part623.BrickColor = BrickColor.new("Really red")
  4951. Part623.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4952. Part623.TopSurface = Enum.SurfaceType.Smooth
  4953. Part623.brickColor = BrickColor.new("Really red")
  4954. SpecialMesh624.Parent = Part623
  4955. SpecialMesh624.Scale = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  4956. SpecialMesh624.MeshType = Enum.MeshType.Wedge
  4957. Part625.Name = "Vert28"
  4958. Part625.Parent = Tool0
  4959. Part625.CFrame = CFrame.new(-42.2443275, 2.56440496, 13.9093981, 0.997159421, 0.00132092368, 0.0753080323, -0.00132417656, 0.999999106, -6.73788873e-06, -0.0753079727, -9.30023671e-05, 0.997160316)
  4960. Part625.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4961. Part625.Position = Vector3.new(-42.2443275, 2.56440496, 13.9093981)
  4962. Part625.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4963. Part625.Color = Color3.new(1, 0, 0)
  4964. Part625.Velocity = Vector3.new(-0.00634292327, -0.00022314582, -0.00418071961)
  4965. Part625.Size = Vector3.new(1, 1, 1)
  4966. Part625.BottomSurface = Enum.SurfaceType.Smooth
  4967. Part625.BrickColor = BrickColor.new("Really red")
  4968. Part625.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4969. Part625.TopSurface = Enum.SurfaceType.Smooth
  4970. Part625.brickColor = BrickColor.new("Really red")
  4971. BlockMesh626.Parent = Part625
  4972. BlockMesh626.Scale = Vector3.new(0.13333334, 0.266666681, 0.200000003)
  4973. Part627.Name = "Vert29"
  4974. Part627.Parent = Tool0
  4975. Part627.CFrame = CFrame.new(-41.4428406, 0.887929976, 13.8391781, 0.997161388, -0.00131000695, -0.0752924681, -0.00131049845, -1.0000037, 1.68800743e-05, -0.0752995089, 8.21029389e-05, -0.997157097)
  4976. Part627.Orientation = Vector3.new(0, -175.679993, -179.919998)
  4977. Part627.Position = Vector3.new(-41.4428406, 0.887929976, 13.8391781)
  4978. Part627.Rotation = Vector3.new(-180, -4.32000017, 0.0799999982)
  4979. Part627.Color = Color3.new(1, 0, 0)
  4980. Part627.Velocity = Vector3.new(0.000129511114, 0.00293541979, -0.00571426842)
  4981. Part627.Size = Vector3.new(1, 1, 1)
  4982. Part627.BottomSurface = Enum.SurfaceType.Smooth
  4983. Part627.BrickColor = BrickColor.new("Really red")
  4984. Part627.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  4985. Part627.TopSurface = Enum.SurfaceType.Smooth
  4986. Part627.brickColor = BrickColor.new("Really red")
  4987. BlockMesh628.Parent = Part627
  4988. BlockMesh628.Scale = Vector3.new(1.13333333, 0.200000003, 0.200000003)
  4989. Part629.Name = "Vert30"
  4990. Part629.Parent = Tool0
  4991. Part629.CFrame = CFrame.new(-42.2092285, 2.56441379, 14.3747578, 0.997160196, 0.0013209203, 0.075307712, -0.00132221007, 1.0000037, -6.73780096e-06, -0.0753147826, -9.31183822e-05, 0.997156024)
  4992. Part629.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  4993. Part629.Position = Vector3.new(-42.2092285, 2.56441379, 14.3747578)
  4994. Part629.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  4995. Part629.Color = Color3.new(1, 0, 0)
  4996. Part629.Velocity = Vector3.new(-0.00535438675, -3.75863165e-05, -0.00425528176)
  4997. Part629.Size = Vector3.new(1, 1, 1)
  4998. Part629.BottomSurface = Enum.SurfaceType.Smooth
  4999. Part629.BrickColor = BrickColor.new("Really red")
  5000. Part629.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  5001. Part629.TopSurface = Enum.SurfaceType.Smooth
  5002. Part629.brickColor = BrickColor.new("Really red")
  5003. BlockMesh630.Parent = Part629
  5004. BlockMesh630.Scale = Vector3.new(0.13333334, 0.266666681, 0.200000003)
  5005. Part631.Name = "Vert31"
  5006. Part631.Parent = Tool0
  5007. Part631.CFrame = CFrame.new(-42.3111534, 2.297791, 13.9144793, 0.997160196, 0.00132092077, 0.075307712, -0.00132221053, 1.0000037, -6.73783006e-06, -0.0753147826, -9.31183604e-05, 0.997156024)
  5008. Part631.Orientation = Vector3.new(0, 4.32000017, -0.0799999982)
  5009. Part631.Position = Vector3.new(-42.3111534, 2.297791, 13.9144793)
  5010. Part631.Rotation = Vector3.new(0, 4.32000017, -0.0799999982)
  5011. Part631.Color = Color3.new(1, 0, 0)
  5012. Part631.Velocity = Vector3.new(-0.00527907908, -0.00048657693, -0.00401187409)
  5013. Part631.Size = Vector3.new(1, 1, 1)
  5014. Part631.BottomSurface = Enum.SurfaceType.Smooth
  5015. Part631.BrickColor = BrickColor.new("Really red")
  5016. Part631.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  5017. Part631.TopSurface = Enum.SurfaceType.Smooth
  5018. Part631.brickColor = BrickColor.new("Really red")
  5019. BlockMesh632.Parent = Part631
  5020. BlockMesh632.Scale = Vector3.new(0.266666681, 0.266666681, 0.200000003)
  5021. Part633.Name = "Vert32"
  5022. Part633.Parent = Tool0
  5023. Part633.CFrame = CFrame.new(-42.1113319, 2.53091097, 13.899518, -0.0752866417, -0.00132639601, -0.997161806, 7.51461494e-06, -1.0000037, 0.0013276356, -0.997157633, 9.26684588e-05, 0.0752936825)
  5024. Part633.Orientation = Vector3.new(-0.0799999982, -85.6800003, 180)
  5025. Part633.Position = Vector3.new(-42.1113319, 2.53091097, 13.899518)
  5026. Part633.Rotation = Vector3.new(-1.00999999, -85.6800003, 178.990005)
  5027. Part633.Color = Color3.new(1, 0, 0)
  5028. Part633.Velocity = Vector3.new(-0.00623161951, 0.000301152468, -0.00445986679)
  5029. Part633.Size = Vector3.new(1, 1, 1)
  5030. Part633.BottomSurface = Enum.SurfaceType.Smooth
  5031. Part633.BrickColor = BrickColor.new("Really red")
  5032. Part633.RotVelocity = Vector3.new(-0.000100844147, 0.00212431583, 0.00394971808)
  5033. Part633.TopSurface = Enum.SurfaceType.Smooth
  5034. Part633.brickColor = BrickColor.new("Really red")
  5035. SpecialMesh634.Parent = Part633
  5036. SpecialMesh634.Scale = Vector3.new(0.200000003, 0.200000003, 0.13333334)
  5037. SpecialMesh634.MeshType = Enum.MeshType.Wedge
  5038. LocalScript635.Name = "BackupWeld"
  5039. LocalScript635.Parent = Tool0
  5040. table.insert(cors,sandbox(LocalScript635,function()
  5041. function Weld(x,y)
  5042. local W = Instance.new("Weld")
  5043. W.Part0 = x
  5044. W.Part1 = y
  5045. local CJ = CFrame.new(x.Position)
  5046. local C0 = x.CFrame:inverse()*CJ
  5047. local C1 = y.CFrame:inverse()*CJ
  5048. W.C0 = C0
  5049. W.C1 = C1
  5050. W.Parent = x
  5051. end
  5052.  
  5053. function Get(A)
  5054. if A.className == "Part" then
  5055. Weld(script.Parent.Handle, A)
  5056. A.Anchored = false
  5057. else
  5058. local C = A:GetChildren()
  5059. for i=1, #C do
  5060. Get(C[i])
  5061. end
  5062. end
  5063. end
  5064.  
  5065. function Finale()
  5066. Get(script.Parent)
  5067. end
  5068.  
  5069. script.Parent.Equipped:connect(Finale)
  5070. script.Parent.Unequipped:connect(Finale)
  5071. Finale()
  5072. end))
  5073. Script636.Name = "Welding"
  5074. Script636.Parent = Tool0
  5075. table.insert(cors,sandbox(Script636,function()
  5076. function Weld(x,y)
  5077. local W = Instance.new("Weld")
  5078. W.Part0 = x
  5079. W.Part1 = y
  5080. local CJ = CFrame.new(x.Position)
  5081. local C0 = x.CFrame:inverse()*CJ
  5082. local C1 = y.CFrame:inverse()*CJ
  5083. W.C0 = C0
  5084. W.C1 = C1
  5085. W.Parent = x
  5086. end
  5087.  
  5088. function Get(A)
  5089. if A.className == "Part" then
  5090. Weld(script.Parent.Handle, A)
  5091. A.Anchored = false
  5092. else
  5093. local C = A:GetChildren()
  5094. for i=1, #C do
  5095. Get(C[i])
  5096. end
  5097. end
  5098. end
  5099.  
  5100. function Finale()
  5101. Get(script.Parent)
  5102. end
  5103.  
  5104. script.Parent.Equipped:connect(Finale)
  5105. script.Parent.Unequipped:connect(Finale)
  5106. Finale()
  5107. end))
  5108. LocalScript637.Name = "BackupWeld"
  5109. LocalScript637.Parent = Tool0
  5110. table.insert(cors,sandbox(LocalScript637,function()
  5111. function Weld(x,y)
  5112. local W = Instance.new("Weld")
  5113. W.Part0 = x
  5114. W.Part1 = y
  5115. local CJ = CFrame.new(x.Position)
  5116. local C0 = x.CFrame:inverse()*CJ
  5117. local C1 = y.CFrame:inverse()*CJ
  5118. W.C0 = C0
  5119. W.C1 = C1
  5120. W.Parent = x
  5121. end
  5122.  
  5123. function Get(A)
  5124. if A.className == "Part" then
  5125. Weld(script.Parent.Handle, A)
  5126. A.Anchored = false
  5127. else
  5128. local C = A:GetChildren()
  5129. for i=1, #C do
  5130. Get(C[i])
  5131. end
  5132. end
  5133. end
  5134.  
  5135. function Finale()
  5136. Get(script.Parent)
  5137. end
  5138.  
  5139. script.Parent.Equipped:connect(Finale)
  5140. script.Parent.Unequipped:connect(Finale)
  5141. Finale()
  5142. end))
  5143. LocalScript638.Name = "Local Gui"
  5144. LocalScript638.Parent = Tool0
  5145. table.insert(cors,sandbox(LocalScript638,function()
  5146. local Tool = script.Parent
  5147. reloadtime=.5
  5148. enabled = true
  5149. nadeon=false
  5150. talkdebounce = false
  5151.  
  5152. function onButton1Down(mouse)
  5153. if not enabled then
  5154. return
  5155. end
  5156.  
  5157. enabled = false
  5158. mouse.Icon = "http://www.roblox.com/asset/?id=5462401"
  5159.  
  5160. wait(reloadtime)
  5161. mouse.Icon = "http://www.roblox.com/asset/?id=5462401"
  5162. enabled = true
  5163. end
  5164.  
  5165. function onEquippedLocal(mouse)
  5166.  
  5167. if mouse == nil then
  5168. print("Mouse not found")
  5169. return
  5170. end
  5171.  
  5172. mouse.Icon = "http://www.roblox.com/asset/?id=5462401"
  5173. if not enabled then
  5174. mouse.Icon = "http://www.roblox.com/asset/?id=5462401"
  5175. end
  5176. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  5177. mouse.KeyDown:connect(onKeyDown)
  5178.  
  5179. local message = Instance.new("Message")
  5180. message.Parent = game.Players:findFirstChild(script.Parent.Parent.Name)
  5181. message.Text = "Press 'q' to cycle through the modes."
  5182. wait(3)
  5183. message:remove()
  5184. end
  5185.  
  5186. function onKeyDown(key)
  5187. if (key~=nil) then
  5188. local key = key:lower()
  5189. if (key=="q") then
  5190. if script.Parent.mode.Value==1 then
  5191. script.Parent.mode.Value=2
  5192. reloadtime=.8
  5193. pm(1)
  5194. elseif script.Parent.mode.Value==2 then
  5195. script.Parent.mode.Value=1
  5196. reloadtime=.8
  5197. pm(2)
  5198. end
  5199. elseif (key=="e") then
  5200. if script.Parent.mode.Value==1 then
  5201. script.Parent.mode.Value=2
  5202. reloadtime=.8
  5203. pm(1)
  5204. elseif script.Parent.mode.Value==2 then
  5205. script.Parent.mode.Value=1
  5206. reloadtime=.8
  5207. pm(2)
  5208. end
  5209.  
  5210. --elseif (key=="l") then
  5211. --pm(99)
  5212. end
  5213. end
  5214. end
  5215.  
  5216. Tool.Equipped:connect(onEquippedLocal)
  5217.  
  5218.  
  5219. function pm(x)
  5220. if game.Players:findFirstChild(script.Parent.Parent.Name)~=nil then
  5221. local bob=game.Players:findFirstChild(script.Parent.Parent.Name)
  5222. local mess=Instance.new("Message")
  5223. while bob:findFirstChild("Message")~=nil do bob.Message:remove() end
  5224. mess.Parent=bob
  5225. if x==1 then
  5226. Tool.Vert1.Transparency = 1
  5227. Tool.Vert2.Transparency = 1
  5228. Tool.Vert3.Transparency = 1
  5229. Tool.Vert4.Transparency = 1
  5230. Tool.Vert5.Transparency = 1
  5231. Tool.Vert6.Transparency = 1
  5232. Tool.Vert7.Transparency = 1
  5233. Tool.Vert8.Transparency = 1
  5234. Tool.Vert9.Transparency = 1
  5235. Tool.Vert10.Transparency = 1
  5236. Tool.Vert11.Transparency = 1
  5237. Tool.Vert12.Transparency = 1
  5238. Tool.Vert13.Transparency = 1
  5239. Tool.Vert14.Transparency = 1
  5240. Tool.Vert15.Transparency = 1
  5241. Tool.Vert16.Transparency = 1
  5242. Tool.Vert17.Transparency = 1
  5243. Tool.Vert18.Transparency = 1
  5244. Tool.Vert19.Transparency = 1
  5245. Tool.Vert20.Transparency = 1
  5246. Tool.Vert21.Transparency = 1
  5247. Tool.Vert22.Transparency = 1
  5248. Tool.Vert23.Transparency = 1
  5249. Tool.Vert24.Transparency = 1
  5250. Tool.Vert25.Transparency = 1
  5251. Tool.Vert26.Transparency = 1
  5252. Tool.Vert27.Transparency = 1
  5253. Tool.Vert28.Transparency = 1
  5254. Tool.Vert29.Transparency = 1
  5255. Tool.Vert30.Transparency = 1
  5256. Tool.Vert31.Transparency = 1
  5257. Tool.Vert32.Transparency = 1
  5258. Tool.Hori1.Transparency = 0
  5259. Tool.Hori2.Transparency = 0
  5260. Tool.Hori3.Transparency = 0
  5261. Tool.Hori4.Transparency = 0
  5262. Tool.Hori5.Transparency = 0
  5263. Tool.Hori6.Transparency = 0
  5264. Tool.Hori7.Transparency = 0
  5265. Tool.Hori8.Transparency = 0
  5266. Tool.Hori9.Transparency = 0
  5267. Tool.Hori10.Transparency = 0
  5268. Tool.Hori11.Transparency = 0
  5269. Tool.Hori12.Transparency = 0
  5270. Tool.Hori13.Transparency = 0
  5271. Tool.Hori14.Transparency = 0
  5272. Tool.Hori15.Transparency = 0
  5273. Tool.Hori16.Transparency = 0
  5274. Tool.Hori17.Transparency = 0
  5275. Tool.Hori18.Transparency = 0
  5276. Tool.Hori19.Transparency = 0
  5277. Tool.Hori20.Transparency = 0
  5278. Tool.Hori21.Transparency = 0
  5279. Tool.Hori22.Transparency = 0
  5280. Tool.Hori23.Transparency = 0
  5281. Tool.Hori24.Transparency = 0
  5282. Tool.Hori25.Transparency = 0
  5283. Tool.Hori26.Transparency = 0
  5284. Tool.Hori27.Transparency = 0
  5285. Tool.Hori28.Transparency = 0
  5286. Tool.Hori29.Transparency = 0
  5287. Tool.Hori30.Transparency = 0
  5288. Tool.Hori31.Transparency = 0
  5289. Tool.Hori32.Transparency = 0
  5290. mess.Text="Horizontal"
  5291. wait(2)
  5292. mess:remove()
  5293. elseif x==2 then
  5294. Tool.Vert1.Transparency = 0
  5295. Tool.Vert2.Transparency = 0
  5296. Tool.Vert3.Transparency = 0
  5297. Tool.Vert4.Transparency = 0
  5298. Tool.Vert5.Transparency = 0
  5299. Tool.Vert6.Transparency = 0
  5300. Tool.Vert7.Transparency = 0
  5301. Tool.Vert8.Transparency = 0
  5302. Tool.Vert9.Transparency = 0
  5303. Tool.Vert10.Transparency = 0
  5304. Tool.Vert11.Transparency = 0
  5305. Tool.Vert12.Transparency = 0
  5306. Tool.Vert13.Transparency = 0
  5307. Tool.Vert14.Transparency = 0
  5308. Tool.Vert15.Transparency = 0
  5309. Tool.Vert16.Transparency = 0
  5310. Tool.Vert17.Transparency = 0
  5311. Tool.Vert18.Transparency = 0
  5312. Tool.Vert19.Transparency = 0
  5313. Tool.Vert20.Transparency = 0
  5314. Tool.Vert21.Transparency = 0
  5315. Tool.Vert22.Transparency = 0
  5316. Tool.Vert23.Transparency = 0
  5317. Tool.Vert24.Transparency = 0
  5318. Tool.Vert25.Transparency = 0
  5319. Tool.Vert26.Transparency = 0
  5320. Tool.Vert27.Transparency = 0
  5321. Tool.Vert28.Transparency = 0
  5322. Tool.Vert29.Transparency = 0
  5323. Tool.Vert30.Transparency = 0
  5324. Tool.Vert31.Transparency = 0
  5325. Tool.Vert32.Transparency = 0
  5326. Tool.Hori1.Transparency = 1
  5327. Tool.Hori2.Transparency = 1
  5328. Tool.Hori3.Transparency = 1
  5329. Tool.Hori4.Transparency = 1
  5330. Tool.Hori5.Transparency = 1
  5331. Tool.Hori6.Transparency = 1
  5332. Tool.Hori7.Transparency = 1
  5333. Tool.Hori8.Transparency = 1
  5334. Tool.Hori9.Transparency = 1
  5335. Tool.Hori10.Transparency = 1
  5336. Tool.Hori11.Transparency = 1
  5337. Tool.Hori12.Transparency = 1
  5338. Tool.Hori13.Transparency = 1
  5339. Tool.Hori14.Transparency = 1
  5340. Tool.Hori15.Transparency = 1
  5341. Tool.Hori16.Transparency = 1
  5342. Tool.Hori17.Transparency = 1
  5343. Tool.Hori18.Transparency = 1
  5344. Tool.Hori19.Transparency = 1
  5345. Tool.Hori20.Transparency = 1
  5346. Tool.Hori21.Transparency = 1
  5347. Tool.Hori22.Transparency = 1
  5348. Tool.Hori23.Transparency = 1
  5349. Tool.Hori24.Transparency = 1
  5350. Tool.Hori25.Transparency = 1
  5351. Tool.Hori26.Transparency = 1
  5352. Tool.Hori27.Transparency = 1
  5353. Tool.Hori28.Transparency = 1
  5354. Tool.Hori29.Transparency = 1
  5355. Tool.Hori30.Transparency = 1
  5356. Tool.Hori31.Transparency = 1
  5357. Tool.Hori32.Transparency = 1
  5358. mess.Text="Vertical"
  5359. wait(2)
  5360. mess:remove()
  5361. end
  5362. end
  5363. end
  5364.  
  5365.  
  5366.  
  5367. function modechange()
  5368. mode=script.Parent.mode.Value
  5369. if mode==1 then
  5370. reloadtime=.5
  5371. elseif mode==2 then
  5372. reloadtime=7
  5373. elseif mode==3 then
  5374. reloadtime=.8
  5375. elseif mode==4 then
  5376. reloadtime=5
  5377. elseif mode==5 then
  5378. reloadtime=5
  5379. elseif mode==6 then
  5380. reloadtime=2
  5381. end
  5382. end
  5383.  
  5384. script.Parent.mode.Changed:connect(modechange)
  5385.  
  5386. end))
  5387. Script639.Name = "BrickCleanup"
  5388. Script639.Parent = Tool0
  5389. table.insert(cors,sandbox(Script639,function()
  5390. wait(1)
  5391. script.Parent.Parent = nil
  5392.  
  5393. end))
  5394. Script639.Disabled = true
  5395. IntValue640.Name = "mode"
  5396. IntValue640.Parent = Tool0
  5397. IntValue640.Value = 1
  5398. Script641.Name = "PaintballShooter"
  5399. Script641.Parent = Tool0
  5400. table.insert(cors,sandbox(Script641,function()
  5401. Tool = script.Parent
  5402. wait(.2)
  5403.  
  5404. mode=1
  5405. iv=600
  5406. pbs=script.Parent.Paintball
  5407. reloadtime=.8
  5408.  
  5409. colors = {47,}
  5410.  
  5411. function modechange()
  5412. mode=script.Parent.mode.Value
  5413. if mode==1 then
  5414. --standard
  5415. iv=601
  5416. pbs=script.Parent.Paintball
  5417. reloadtime=.8
  5418. elseif mode==2 then
  5419. --sniper
  5420. iv=599
  5421. pbs=script.Parent.Paintball
  5422. reloadtime=.8
  5423. end
  5424. end
  5425. script.Parent.mode.Changed:connect(modechange)
  5426.  
  5427. function fire(v)
  5428.  
  5429.  
  5430. Tool.Parent.Torso["Right Shoulder"].DesiredAngle = Tool.Parent.Torso["Right Shoulder"].DesiredAngle + 2
  5431.  
  5432. Tool.Handle.Fire:play()
  5433.  
  5434. Tool.Handle.Fire2:play()
  5435.  
  5436. local vCharacter = Tool.Parent
  5437.  
  5438. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  5439.  
  5440.  
  5441.  
  5442. local missile = Instance.new("Part")
  5443.  
  5444.  
  5445.  
  5446.  
  5447.  
  5448.  
  5449.  
  5450. local spawnPos = vCharacter.PrimaryPart.Position
  5451.  
  5452.  
  5453.  
  5454. spawnPos = spawnPos + (v * 7)
  5455.  
  5456. if mode == 1 then
  5457.  
  5458. missile.Position = spawnPos
  5459.  
  5460. missile.Size = Vector3.new(1,2,1)
  5461.  
  5462. missile.Velocity = v * 750
  5463.  
  5464. missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  5465.  
  5466. missile.Shape = 1
  5467.  
  5468. missile.BottomSurface = 0
  5469.  
  5470. missile.TopSurface = 0
  5471.  
  5472. missile.Name = "Paintball"
  5473.  
  5474. missile.Elasticity = 0
  5475.  
  5476. missile.Reflectance = .1
  5477.  
  5478. missile.CanCollide = false
  5479.  
  5480. local new_mesh = script.Parent.Vert:clone()
  5481. new_mesh.Parent = missile
  5482.  
  5483. elseif mode == 2 then
  5484.  
  5485. missile.Position = spawnPos
  5486.  
  5487. missile.Size = Vector3.new(2,1,1)
  5488.  
  5489. missile.Velocity = v * 750
  5490.  
  5491. missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  5492.  
  5493. missile.Shape = 1
  5494.  
  5495. missile.BottomSurface = 0
  5496.  
  5497. missile.TopSurface = 0
  5498.  
  5499. missile.Name = "Paintball"
  5500.  
  5501. missile.Elasticity = 0
  5502.  
  5503. missile.Reflectance = .1
  5504.  
  5505. missile.CanCollide = false
  5506.  
  5507. local new_mesh = script.Parent.Hori:clone()
  5508. new_mesh.Parent = missile
  5509.  
  5510.  
  5511. end
  5512.  
  5513. local force = Instance.new("BodyForce")
  5514.  
  5515. force.force = Vector3.new(0,450,0)
  5516.  
  5517. force.Parent = missile
  5518.  
  5519.  
  5520.  
  5521. Tool.BrickCleanup:clone().Parent = missile
  5522.  
  5523.  
  5524.  
  5525. local new_script = script.Parent.Paintball:clone()
  5526.  
  5527. new_script.Disabled = false
  5528.  
  5529. new_script.Parent = missile
  5530.  
  5531.  
  5532.  
  5533. local creator_tag = Instance.new("ObjectValue")
  5534.  
  5535. creator_tag.Value = vPlayer
  5536.  
  5537. creator_tag.Name = "creator"
  5538.  
  5539. creator_tag.Parent = missile
  5540.  
  5541.  
  5542.  
  5543. local dir = v
  5544. dir = computeDirection(dir)
  5545. missile.CFrame = CFrame.new(spawnPos, spawnPos+dir)
  5546.  
  5547.  
  5548.  
  5549.  
  5550. missile.Parent = game.Workspace
  5551.  
  5552.  
  5553.  
  5554. end
  5555.  
  5556.  
  5557.  
  5558.  
  5559.  
  5560.  
  5561.  
  5562. Tool.Enabled = true
  5563.  
  5564. function computeLaunchAngle(dx,dy,grav)
  5565. local g = math.abs(grav)
  5566. local inRoot = (VELOCITY^4) - (g * ((g*dx*dx) + (2*dy*(VELOCITY^2))))
  5567. if inRoot <= 0 then
  5568. return .25 * math.pi
  5569. end
  5570. local root = math.sqrt(inRoot)
  5571. local inATan1 = ((VELOCITY^2) + root) / (g*dx)
  5572.  
  5573. local inATan2 = ((VELOCITY^2) - root) / (g*dx)
  5574. local answer1 = math.atan(inATan1)
  5575. local answer2 = math.atan(inATan2)
  5576. if answer1 < answer2 then return answer1 end
  5577. return answer2
  5578. end
  5579.  
  5580. function computeDirection(vec)
  5581. local lenSquared = vec.magnitude * vec.magnitude
  5582. local invSqrt = 1 / math.sqrt(lenSquared)
  5583. return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
  5584. end
  5585.  
  5586. function onActivated()
  5587.  
  5588.  
  5589.  
  5590. if not Tool.Enabled then
  5591.  
  5592. return
  5593.  
  5594. end
  5595.  
  5596.  
  5597.  
  5598. Tool.Enabled = false
  5599.  
  5600. local character = Tool.Parent;
  5601.  
  5602. local humanoid = character.Humanoid
  5603.  
  5604. if humanoid == nil then
  5605.  
  5606. print("Humanoid not found")
  5607.  
  5608. return
  5609.  
  5610. end
  5611.  
  5612.  
  5613.  
  5614. local targetPos = humanoid.TargetPoint
  5615.  
  5616. local lookAt = (targetPos - character.Head.Position).unit
  5617.  
  5618.  
  5619.  
  5620. fire(lookAt)
  5621.  
  5622.  
  5623.  
  5624. wait(.2)
  5625.  
  5626.  
  5627.  
  5628. Tool.Enabled = true
  5629.  
  5630. end
  5631.  
  5632.  
  5633.  
  5634.  
  5635.  
  5636. script.Parent.Activated:connect(onActivated)
  5637.  
  5638.  
  5639.  
  5640.  
  5641. end))
  5642. Script642.Name = "Paintball"
  5643. Script642.Parent = Tool0
  5644. table.insert(cors,sandbox(Script642,function()
  5645. ball = script.Parent
  5646. headdamage = 20
  5647. torsodamage = math.random(20)
  5648. armdamage = math.random(10)
  5649. legdamage = math.random(10)
  5650.  
  5651.  
  5652.  
  5653. function onTouched(hit)
  5654. local humanoid = hit.Parent:findFirstChild("Humanoid") or hit.Parent:findFirstChild("Zombie") or hit.Parent:findFirstChild("Alien")
  5655.  
  5656.  
  5657. if hit.Name=="Left Leg" then
  5658. tagHumanoid(humanoid)
  5659. humanoid:TakeDamage(legdamage)
  5660. hit:BreakJoints()
  5661. wait(2)
  5662. untagHumanoid(humanoid)
  5663. end
  5664.  
  5665.  
  5666. if hit.Name=="Leg Arm" then
  5667. tagHumanoid(humanoid)
  5668. humanoid:TakeDamage(legdamage)
  5669. hit:BreakJoints()
  5670. wait(2)
  5671. untagHumanoid(humanoid)
  5672. end
  5673.  
  5674.  
  5675. if hit.Name=="Left Arm" then
  5676. tagHumanoid(humanoid)
  5677. humanoid:TakeDamage(armdamage)
  5678. hit:BreakJoints()
  5679. wait(2)
  5680. untagHumanoid(humanoid)
  5681. end
  5682.  
  5683.  
  5684. if hit.Name=="Right Arm" then
  5685. tagHumanoid(humanoid)
  5686. humanoid:TakeDamage(armdamage)
  5687. hit:BreakJoints()
  5688. wait(2)
  5689. untagHumanoid(humanoid)
  5690. end
  5691.  
  5692.  
  5693. if hit.Name=="Torso" then
  5694. tagHumanoid(humanoid)
  5695. humanoid:TakeDamage(torsodamage)
  5696. wait(2)
  5697. untagHumanoid(humanoid)
  5698. end
  5699.  
  5700.  
  5701. if hit.Name=="Head" then
  5702. tagHumanoid(humanoid)
  5703. humanoid:TakeDamage(headdamage)
  5704. wait(2)
  5705. untagHumanoid(humanoid)
  5706. end
  5707.  
  5708.  
  5709. connection:disconnect()
  5710. ball.Parent = nil
  5711. end
  5712.  
  5713. function tagHumanoid(humanoid)
  5714. -- todo: make tag expire
  5715. local tag = ball:findFirstChild("creator")
  5716. if tag ~= nil then
  5717. local new_tag = tag:clone()
  5718. new_tag.Parent = humanoid
  5719. end
  5720. end
  5721.  
  5722.  
  5723. function untagHumanoid(humanoid)
  5724. if humanoid ~= nil then
  5725. local tag = humanoid:findFirstChild("creator")
  5726. if tag ~= nil then
  5727. tag.Parent = nil
  5728. end
  5729. end
  5730. end
  5731.  
  5732. connection = ball.Touched:connect(onTouched)
  5733.  
  5734. wait(4)
  5735. ball.Parent = nil
  5736. end))
  5737. Script642.Disabled = true
  5738. Script643.Name = "HatShot"
  5739. Script643.Parent = Tool0
  5740. table.insert(cors,sandbox(Script643,function()
  5741. function RemoveHat(hit)
  5742. local name = hit.Parent.className
  5743. if (name == "Hat") then
  5744. local human = hit.Parent.Parent:findFirstChild("Humanoid")
  5745. if (human ~= nil) then
  5746. hit.Parent:remove()
  5747. end
  5748. end
  5749. end
  5750.  
  5751. connection = script.Parent.Touched:connect(RemoveHat)
  5752.  
  5753. end))
  5754. Script643.Disabled = true
  5755. BlockMesh644.Name = "Hori"
  5756. BlockMesh644.Parent = Tool0
  5757. BlockMesh644.Scale = Vector3.new(1, 0.100000001, 1)
  5758. BlockMesh644.VertexColor = Vector3.new(1, 0.100000001, 1)
  5759. BlockMesh645.Name = "Vert"
  5760. BlockMesh645.Parent = Tool0
  5761. BlockMesh645.Scale = Vector3.new(0.100000001, 1, 1)
  5762. BlockMesh645.VertexColor = Vector3.new(0.100000001, 1, 1)
  5763. for i,v in pairs(mas:GetChildren()) do
  5764. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  5765. pcall(function() v:MakeJoints() end)
  5766. end
  5767. mas:Destroy()
  5768. for i,v in pairs(cors) do
  5769. spawn(function()
  5770. pcall(v)
  5771. end)
  5772. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement