sIendytubble

villager news fire truck

Sep 6th, 2020 (edited)
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 438.65 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  51. return m:TrigEvent(b and "Button2Down" or "Button2Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67. local Mouse = Player:GetMouse()
  68. local UIS = game:GetService("UserInputService")
  69. local input = function(io,a)
  70. if a then return end
  71. --Since InputObject is a client-side instance, we create and pass table instead
  72. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  73. end
  74. UIS.InputBegan:Connect(input)
  75. UIS.InputEnded:Connect(input)
  76. local h,t
  77. --Give the server mouse data 30 times every second, but only if the values changed
  78. --If player is not moving their mouse, client won't fire events
  79. while wait(1/30) do
  80. if h~=Mouse.Hit or t~=Mouse.Target then
  81. h,t=Mouse.Hit,Mouse.Target
  82. Event:FireServer({isMouse=true,Target=t,Hit=h})
  83. end
  84. end]==],Player.Character)
  85.  
  86. ----Sandboxed game object that allows the usage of client-side methods and services
  87. --Real game object
  88. local _rg = game
  89.  
  90. --Metatable for fake service
  91. local fsmt = {
  92. __index = function(self,k)
  93. local s = rawget(self,"_RealService")
  94. if s then
  95. return typeof(s[k])=="function"
  96. and function(_,...)return s[k](s,...)end or s[k]
  97. end
  98. end,
  99. __newindex = function(self,k,v)
  100. local s = rawget(self,"_RealService")
  101. if s then s[k]=v end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return rawget(self,s) or _rg:GetService(s)
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. RunService = FakeService({
  120. _btrs = {},
  121. RenderStepped = _rg:GetService("RunService").Heartbeat,
  122. BindToRenderStep = function(self,name,_,fun)
  123. self._btrs[name] = self.Heartbeat:Connect(fun)
  124. end,
  125. UnbindFromRenderStep = function(self,name)
  126. self._btrs[name]:Disconnect()
  127. end,
  128. },"RunService")
  129. }
  130. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  131. g.service = g.GetService
  132. FakeService(g,game)
  133. --Changing owner to fake player object to support owner:GetMouse()
  134. game,owner = g,g.Players.LocalPlayer
  135. end
  136. player = game.Players.LocalPlayer
  137. char = player.Character
  138.  
  139. mas = Instance.new("Model",char)
  140. Model0 = Instance.new("Model")
  141. Part1 = Instance.new("Part")
  142. Decal2 = Instance.new("Decal")
  143. Decal3 = Instance.new("Decal")
  144. Decal4 = Instance.new("Decal")
  145. Decal5 = Instance.new("Decal")
  146. Decal6 = Instance.new("Decal")
  147. Decal7 = Instance.new("Decal")
  148. Weld8 = Instance.new("Weld")
  149. CFrameValue9 = Instance.new("CFrameValue")
  150. Model10 = Instance.new("Model")
  151. Script11 = Instance.new("Script")
  152. Part12 = Instance.new("Part")
  153. Decal13 = Instance.new("Decal")
  154. Decal14 = Instance.new("Decal")
  155. Decal15 = Instance.new("Decal")
  156. Decal16 = Instance.new("Decal")
  157. Decal17 = Instance.new("Decal")
  158. Decal18 = Instance.new("Decal")
  159. Part19 = Instance.new("Part")
  160. Decal20 = Instance.new("Decal")
  161. Decal21 = Instance.new("Decal")
  162. Decal22 = Instance.new("Decal")
  163. Decal23 = Instance.new("Decal")
  164. Weld24 = Instance.new("Weld")
  165. CFrameValue25 = Instance.new("CFrameValue")
  166. Part26 = Instance.new("Part")
  167. Decal27 = Instance.new("Decal")
  168. Decal28 = Instance.new("Decal")
  169. Decal29 = Instance.new("Decal")
  170. Decal30 = Instance.new("Decal")
  171. Weld31 = Instance.new("Weld")
  172. CFrameValue32 = Instance.new("CFrameValue")
  173. Part33 = Instance.new("Part")
  174. Decal34 = Instance.new("Decal")
  175. Decal35 = Instance.new("Decal")
  176. Decal36 = Instance.new("Decal")
  177. Decal37 = Instance.new("Decal")
  178. Decal38 = Instance.new("Decal")
  179. Weld39 = Instance.new("Weld")
  180. CFrameValue40 = Instance.new("CFrameValue")
  181. Part41 = Instance.new("Part")
  182. Decal42 = Instance.new("Decal")
  183. Decal43 = Instance.new("Decal")
  184. Decal44 = Instance.new("Decal")
  185. Decal45 = Instance.new("Decal")
  186. Decal46 = Instance.new("Decal")
  187. Weld47 = Instance.new("Weld")
  188. CFrameValue48 = Instance.new("CFrameValue")
  189. Part49 = Instance.new("Part")
  190. Decal50 = Instance.new("Decal")
  191. Decal51 = Instance.new("Decal")
  192. Decal52 = Instance.new("Decal")
  193. Decal53 = Instance.new("Decal")
  194. Decal54 = Instance.new("Decal")
  195. Weld55 = Instance.new("Weld")
  196. CFrameValue56 = Instance.new("CFrameValue")
  197. Part57 = Instance.new("Part")
  198. Decal58 = Instance.new("Decal")
  199. Decal59 = Instance.new("Decal")
  200. Decal60 = Instance.new("Decal")
  201. Decal61 = Instance.new("Decal")
  202. Decal62 = Instance.new("Decal")
  203. Weld63 = Instance.new("Weld")
  204. CFrameValue64 = Instance.new("CFrameValue")
  205. Part65 = Instance.new("Part")
  206. Decal66 = Instance.new("Decal")
  207. Decal67 = Instance.new("Decal")
  208. Decal68 = Instance.new("Decal")
  209. Decal69 = Instance.new("Decal")
  210. Decal70 = Instance.new("Decal")
  211. Weld71 = Instance.new("Weld")
  212. CFrameValue72 = Instance.new("CFrameValue")
  213. Part73 = Instance.new("Part")
  214. Decal74 = Instance.new("Decal")
  215. Decal75 = Instance.new("Decal")
  216. Decal76 = Instance.new("Decal")
  217. Decal77 = Instance.new("Decal")
  218. Decal78 = Instance.new("Decal")
  219. Decal79 = Instance.new("Decal")
  220. Weld80 = Instance.new("Weld")
  221. CFrameValue81 = Instance.new("CFrameValue")
  222. Sound82 = Instance.new("Sound")
  223. Part83 = Instance.new("Part")
  224. SpecialMesh84 = Instance.new("SpecialMesh")
  225. Weld85 = Instance.new("Weld")
  226. CFrameValue86 = Instance.new("CFrameValue")
  227. Part87 = Instance.new("Part")
  228. Decal88 = Instance.new("Decal")
  229. Decal89 = Instance.new("Decal")
  230. Decal90 = Instance.new("Decal")
  231. Decal91 = Instance.new("Decal")
  232. Decal92 = Instance.new("Decal")
  233. Decal93 = Instance.new("Decal")
  234. Weld94 = Instance.new("Weld")
  235. CFrameValue95 = Instance.new("CFrameValue")
  236. Part96 = Instance.new("Part")
  237. Decal97 = Instance.new("Decal")
  238. Decal98 = Instance.new("Decal")
  239. Decal99 = Instance.new("Decal")
  240. Decal100 = Instance.new("Decal")
  241. Decal101 = Instance.new("Decal")
  242. Decal102 = Instance.new("Decal")
  243. Weld103 = Instance.new("Weld")
  244. CFrameValue104 = Instance.new("CFrameValue")
  245. Part105 = Instance.new("Part")
  246. Decal106 = Instance.new("Decal")
  247. Decal107 = Instance.new("Decal")
  248. Decal108 = Instance.new("Decal")
  249. Decal109 = Instance.new("Decal")
  250. Decal110 = Instance.new("Decal")
  251. Weld111 = Instance.new("Weld")
  252. CFrameValue112 = Instance.new("CFrameValue")
  253. Part113 = Instance.new("Part")
  254. Decal114 = Instance.new("Decal")
  255. Decal115 = Instance.new("Decal")
  256. Decal116 = Instance.new("Decal")
  257. Decal117 = Instance.new("Decal")
  258. Decal118 = Instance.new("Decal")
  259. Decal119 = Instance.new("Decal")
  260. Weld120 = Instance.new("Weld")
  261. CFrameValue121 = Instance.new("CFrameValue")
  262. Part122 = Instance.new("Part")
  263. Decal123 = Instance.new("Decal")
  264. Decal124 = Instance.new("Decal")
  265. Decal125 = Instance.new("Decal")
  266. Decal126 = Instance.new("Decal")
  267. Decal127 = Instance.new("Decal")
  268. Decal128 = Instance.new("Decal")
  269. Weld129 = Instance.new("Weld")
  270. CFrameValue130 = Instance.new("CFrameValue")
  271. Part131 = Instance.new("Part")
  272. Decal132 = Instance.new("Decal")
  273. Decal133 = Instance.new("Decal")
  274. Decal134 = Instance.new("Decal")
  275. Decal135 = Instance.new("Decal")
  276. Decal136 = Instance.new("Decal")
  277. Decal137 = Instance.new("Decal")
  278. Weld138 = Instance.new("Weld")
  279. CFrameValue139 = Instance.new("CFrameValue")
  280. Part140 = Instance.new("Part")
  281. Decal141 = Instance.new("Decal")
  282. Decal142 = Instance.new("Decal")
  283. Decal143 = Instance.new("Decal")
  284. Decal144 = Instance.new("Decal")
  285. Decal145 = Instance.new("Decal")
  286. Decal146 = Instance.new("Decal")
  287. Weld147 = Instance.new("Weld")
  288. CFrameValue148 = Instance.new("CFrameValue")
  289. Part149 = Instance.new("Part")
  290. Decal150 = Instance.new("Decal")
  291. Decal151 = Instance.new("Decal")
  292. Decal152 = Instance.new("Decal")
  293. Decal153 = Instance.new("Decal")
  294. Decal154 = Instance.new("Decal")
  295. Decal155 = Instance.new("Decal")
  296. Weld156 = Instance.new("Weld")
  297. CFrameValue157 = Instance.new("CFrameValue")
  298. Part158 = Instance.new("Part")
  299. Decal159 = Instance.new("Decal")
  300. Decal160 = Instance.new("Decal")
  301. Decal161 = Instance.new("Decal")
  302. Decal162 = Instance.new("Decal")
  303. Decal163 = Instance.new("Decal")
  304. Decal164 = Instance.new("Decal")
  305. Weld165 = Instance.new("Weld")
  306. CFrameValue166 = Instance.new("CFrameValue")
  307. Part167 = Instance.new("Part")
  308. Decal168 = Instance.new("Decal")
  309. Decal169 = Instance.new("Decal")
  310. Decal170 = Instance.new("Decal")
  311. Decal171 = Instance.new("Decal")
  312. Decal172 = Instance.new("Decal")
  313. Decal173 = Instance.new("Decal")
  314. Weld174 = Instance.new("Weld")
  315. CFrameValue175 = Instance.new("CFrameValue")
  316. Part176 = Instance.new("Part")
  317. Decal177 = Instance.new("Decal")
  318. Decal178 = Instance.new("Decal")
  319. Decal179 = Instance.new("Decal")
  320. Decal180 = Instance.new("Decal")
  321. Decal181 = Instance.new("Decal")
  322. Decal182 = Instance.new("Decal")
  323. Weld183 = Instance.new("Weld")
  324. CFrameValue184 = Instance.new("CFrameValue")
  325. Part185 = Instance.new("Part")
  326. Decal186 = Instance.new("Decal")
  327. Decal187 = Instance.new("Decal")
  328. Decal188 = Instance.new("Decal")
  329. Decal189 = Instance.new("Decal")
  330. Decal190 = Instance.new("Decal")
  331. Decal191 = Instance.new("Decal")
  332. Weld192 = Instance.new("Weld")
  333. CFrameValue193 = Instance.new("CFrameValue")
  334. Model194 = Instance.new("Model")
  335. Part195 = Instance.new("Part")
  336. Decal196 = Instance.new("Decal")
  337. Decal197 = Instance.new("Decal")
  338. Decal198 = Instance.new("Decal")
  339. Decal199 = Instance.new("Decal")
  340. Weld200 = Instance.new("Weld")
  341. CFrameValue201 = Instance.new("CFrameValue")
  342. Part202 = Instance.new("Part")
  343. Decal203 = Instance.new("Decal")
  344. Decal204 = Instance.new("Decal")
  345. Decal205 = Instance.new("Decal")
  346. Decal206 = Instance.new("Decal")
  347. Decal207 = Instance.new("Decal")
  348. Weld208 = Instance.new("Weld")
  349. CFrameValue209 = Instance.new("CFrameValue")
  350. Part210 = Instance.new("Part")
  351. Decal211 = Instance.new("Decal")
  352. Decal212 = Instance.new("Decal")
  353. Decal213 = Instance.new("Decal")
  354. Decal214 = Instance.new("Decal")
  355. Decal215 = Instance.new("Decal")
  356. Weld216 = Instance.new("Weld")
  357. CFrameValue217 = Instance.new("CFrameValue")
  358. Part218 = Instance.new("Part")
  359. Decal219 = Instance.new("Decal")
  360. Decal220 = Instance.new("Decal")
  361. Decal221 = Instance.new("Decal")
  362. Decal222 = Instance.new("Decal")
  363. Decal223 = Instance.new("Decal")
  364. Decal224 = Instance.new("Decal")
  365. Weld225 = Instance.new("Weld")
  366. CFrameValue226 = Instance.new("CFrameValue")
  367. Part227 = Instance.new("Part")
  368. Decal228 = Instance.new("Decal")
  369. Decal229 = Instance.new("Decal")
  370. Decal230 = Instance.new("Decal")
  371. Decal231 = Instance.new("Decal")
  372. Decal232 = Instance.new("Decal")
  373. Decal233 = Instance.new("Decal")
  374. Weld234 = Instance.new("Weld")
  375. CFrameValue235 = Instance.new("CFrameValue")
  376. Part236 = Instance.new("Part")
  377. Decal237 = Instance.new("Decal")
  378. Decal238 = Instance.new("Decal")
  379. Decal239 = Instance.new("Decal")
  380. Decal240 = Instance.new("Decal")
  381. Decal241 = Instance.new("Decal")
  382. Decal242 = Instance.new("Decal")
  383. Weld243 = Instance.new("Weld")
  384. CFrameValue244 = Instance.new("CFrameValue")
  385. Part245 = Instance.new("Part")
  386. Decal246 = Instance.new("Decal")
  387. Decal247 = Instance.new("Decal")
  388. Decal248 = Instance.new("Decal")
  389. Decal249 = Instance.new("Decal")
  390. Decal250 = Instance.new("Decal")
  391. Decal251 = Instance.new("Decal")
  392. Weld252 = Instance.new("Weld")
  393. CFrameValue253 = Instance.new("CFrameValue")
  394. Part254 = Instance.new("Part")
  395. Decal255 = Instance.new("Decal")
  396. Decal256 = Instance.new("Decal")
  397. Decal257 = Instance.new("Decal")
  398. Decal258 = Instance.new("Decal")
  399. Decal259 = Instance.new("Decal")
  400. Decal260 = Instance.new("Decal")
  401. Weld261 = Instance.new("Weld")
  402. CFrameValue262 = Instance.new("CFrameValue")
  403. Part263 = Instance.new("Part")
  404. Decal264 = Instance.new("Decal")
  405. Decal265 = Instance.new("Decal")
  406. Decal266 = Instance.new("Decal")
  407. Decal267 = Instance.new("Decal")
  408. Decal268 = Instance.new("Decal")
  409. Decal269 = Instance.new("Decal")
  410. Weld270 = Instance.new("Weld")
  411. CFrameValue271 = Instance.new("CFrameValue")
  412. Part272 = Instance.new("Part")
  413. Decal273 = Instance.new("Decal")
  414. Decal274 = Instance.new("Decal")
  415. Decal275 = Instance.new("Decal")
  416. Decal276 = Instance.new("Decal")
  417. Decal277 = Instance.new("Decal")
  418. Decal278 = Instance.new("Decal")
  419. Weld279 = Instance.new("Weld")
  420. CFrameValue280 = Instance.new("CFrameValue")
  421. Part281 = Instance.new("Part")
  422. SpecialMesh282 = Instance.new("SpecialMesh")
  423. Weld283 = Instance.new("Weld")
  424. CFrameValue284 = Instance.new("CFrameValue")
  425. Part285 = Instance.new("Part")
  426. Decal286 = Instance.new("Decal")
  427. Decal287 = Instance.new("Decal")
  428. Decal288 = Instance.new("Decal")
  429. Decal289 = Instance.new("Decal")
  430. Decal290 = Instance.new("Decal")
  431. Part291 = Instance.new("Part")
  432. Decal292 = Instance.new("Decal")
  433. Decal293 = Instance.new("Decal")
  434. Decal294 = Instance.new("Decal")
  435. Decal295 = Instance.new("Decal")
  436. Weld296 = Instance.new("Weld")
  437. CFrameValue297 = Instance.new("CFrameValue")
  438. Part298 = Instance.new("Part")
  439. Decal299 = Instance.new("Decal")
  440. Decal300 = Instance.new("Decal")
  441. Decal301 = Instance.new("Decal")
  442. Decal302 = Instance.new("Decal")
  443. Decal303 = Instance.new("Decal")
  444. Weld304 = Instance.new("Weld")
  445. CFrameValue305 = Instance.new("CFrameValue")
  446. Part306 = Instance.new("Part")
  447. Decal307 = Instance.new("Decal")
  448. Decal308 = Instance.new("Decal")
  449. Decal309 = Instance.new("Decal")
  450. Decal310 = Instance.new("Decal")
  451. Weld311 = Instance.new("Weld")
  452. CFrameValue312 = Instance.new("CFrameValue")
  453. Part313 = Instance.new("Part")
  454. Decal314 = Instance.new("Decal")
  455. Decal315 = Instance.new("Decal")
  456. Decal316 = Instance.new("Decal")
  457. Decal317 = Instance.new("Decal")
  458. Decal318 = Instance.new("Decal")
  459. Weld319 = Instance.new("Weld")
  460. CFrameValue320 = Instance.new("CFrameValue")
  461. Part321 = Instance.new("Part")
  462. Decal322 = Instance.new("Decal")
  463. Decal323 = Instance.new("Decal")
  464. Decal324 = Instance.new("Decal")
  465. Decal325 = Instance.new("Decal")
  466. Decal326 = Instance.new("Decal")
  467. Weld327 = Instance.new("Weld")
  468. CFrameValue328 = Instance.new("CFrameValue")
  469. Part329 = Instance.new("Part")
  470. Decal330 = Instance.new("Decal")
  471. Decal331 = Instance.new("Decal")
  472. Decal332 = Instance.new("Decal")
  473. Decal333 = Instance.new("Decal")
  474. Decal334 = Instance.new("Decal")
  475. Weld335 = Instance.new("Weld")
  476. CFrameValue336 = Instance.new("CFrameValue")
  477. Part337 = Instance.new("Part")
  478. Decal338 = Instance.new("Decal")
  479. Decal339 = Instance.new("Decal")
  480. Decal340 = Instance.new("Decal")
  481. Decal341 = Instance.new("Decal")
  482. Decal342 = Instance.new("Decal")
  483. Decal343 = Instance.new("Decal")
  484. Weld344 = Instance.new("Weld")
  485. CFrameValue345 = Instance.new("CFrameValue")
  486. Part346 = Instance.new("Part")
  487. SpecialMesh347 = Instance.new("SpecialMesh")
  488. Weld348 = Instance.new("Weld")
  489. CFrameValue349 = Instance.new("CFrameValue")
  490. Part350 = Instance.new("Part")
  491. Decal351 = Instance.new("Decal")
  492. Decal352 = Instance.new("Decal")
  493. Decal353 = Instance.new("Decal")
  494. Decal354 = Instance.new("Decal")
  495. Decal355 = Instance.new("Decal")
  496. Weld356 = Instance.new("Weld")
  497. CFrameValue357 = Instance.new("CFrameValue")
  498. Part358 = Instance.new("Part")
  499. Decal359 = Instance.new("Decal")
  500. Decal360 = Instance.new("Decal")
  501. Decal361 = Instance.new("Decal")
  502. Decal362 = Instance.new("Decal")
  503. Weld363 = Instance.new("Weld")
  504. CFrameValue364 = Instance.new("CFrameValue")
  505. Part365 = Instance.new("Part")
  506. Decal366 = Instance.new("Decal")
  507. Decal367 = Instance.new("Decal")
  508. Decal368 = Instance.new("Decal")
  509. Decal369 = Instance.new("Decal")
  510. Decal370 = Instance.new("Decal")
  511. Weld371 = Instance.new("Weld")
  512. CFrameValue372 = Instance.new("CFrameValue")
  513. Part373 = Instance.new("Part")
  514. Decal374 = Instance.new("Decal")
  515. Decal375 = Instance.new("Decal")
  516. Decal376 = Instance.new("Decal")
  517. Decal377 = Instance.new("Decal")
  518. Decal378 = Instance.new("Decal")
  519. Weld379 = Instance.new("Weld")
  520. CFrameValue380 = Instance.new("CFrameValue")
  521. Part381 = Instance.new("Part")
  522. Decal382 = Instance.new("Decal")
  523. Decal383 = Instance.new("Decal")
  524. Decal384 = Instance.new("Decal")
  525. Decal385 = Instance.new("Decal")
  526. Weld386 = Instance.new("Weld")
  527. CFrameValue387 = Instance.new("CFrameValue")
  528. Part388 = Instance.new("Part")
  529. Decal389 = Instance.new("Decal")
  530. Decal390 = Instance.new("Decal")
  531. Decal391 = Instance.new("Decal")
  532. Decal392 = Instance.new("Decal")
  533. Decal393 = Instance.new("Decal")
  534. Weld394 = Instance.new("Weld")
  535. CFrameValue395 = Instance.new("CFrameValue")
  536. Part396 = Instance.new("Part")
  537. Decal397 = Instance.new("Decal")
  538. Decal398 = Instance.new("Decal")
  539. Decal399 = Instance.new("Decal")
  540. Decal400 = Instance.new("Decal")
  541. Decal401 = Instance.new("Decal")
  542. Weld402 = Instance.new("Weld")
  543. CFrameValue403 = Instance.new("CFrameValue")
  544. Part404 = Instance.new("Part")
  545. Decal405 = Instance.new("Decal")
  546. Decal406 = Instance.new("Decal")
  547. Decal407 = Instance.new("Decal")
  548. Decal408 = Instance.new("Decal")
  549. Decal409 = Instance.new("Decal")
  550. Decal410 = Instance.new("Decal")
  551. Weld411 = Instance.new("Weld")
  552. CFrameValue412 = Instance.new("CFrameValue")
  553. Part413 = Instance.new("Part")
  554. SpecialMesh414 = Instance.new("SpecialMesh")
  555. Weld415 = Instance.new("Weld")
  556. CFrameValue416 = Instance.new("CFrameValue")
  557. Part417 = Instance.new("Part")
  558. Decal418 = Instance.new("Decal")
  559. Decal419 = Instance.new("Decal")
  560. Decal420 = Instance.new("Decal")
  561. Decal421 = Instance.new("Decal")
  562. Weld422 = Instance.new("Weld")
  563. CFrameValue423 = Instance.new("CFrameValue")
  564. Part424 = Instance.new("Part")
  565. Decal425 = Instance.new("Decal")
  566. Decal426 = Instance.new("Decal")
  567. Decal427 = Instance.new("Decal")
  568. Decal428 = Instance.new("Decal")
  569. Decal429 = Instance.new("Decal")
  570. Weld430 = Instance.new("Weld")
  571. CFrameValue431 = Instance.new("CFrameValue")
  572. Part432 = Instance.new("Part")
  573. Decal433 = Instance.new("Decal")
  574. Decal434 = Instance.new("Decal")
  575. Decal435 = Instance.new("Decal")
  576. Decal436 = Instance.new("Decal")
  577. Weld437 = Instance.new("Weld")
  578. CFrameValue438 = Instance.new("CFrameValue")
  579. Part439 = Instance.new("Part")
  580. Decal440 = Instance.new("Decal")
  581. Decal441 = Instance.new("Decal")
  582. Decal442 = Instance.new("Decal")
  583. Decal443 = Instance.new("Decal")
  584. Decal444 = Instance.new("Decal")
  585. Weld445 = Instance.new("Weld")
  586. CFrameValue446 = Instance.new("CFrameValue")
  587. Part447 = Instance.new("Part")
  588. Decal448 = Instance.new("Decal")
  589. Decal449 = Instance.new("Decal")
  590. Decal450 = Instance.new("Decal")
  591. Decal451 = Instance.new("Decal")
  592. Decal452 = Instance.new("Decal")
  593. Weld453 = Instance.new("Weld")
  594. CFrameValue454 = Instance.new("CFrameValue")
  595. Part455 = Instance.new("Part")
  596. Decal456 = Instance.new("Decal")
  597. Decal457 = Instance.new("Decal")
  598. Decal458 = Instance.new("Decal")
  599. Decal459 = Instance.new("Decal")
  600. Decal460 = Instance.new("Decal")
  601. Weld461 = Instance.new("Weld")
  602. CFrameValue462 = Instance.new("CFrameValue")
  603. Part463 = Instance.new("Part")
  604. Decal464 = Instance.new("Decal")
  605. Decal465 = Instance.new("Decal")
  606. Decal466 = Instance.new("Decal")
  607. Decal467 = Instance.new("Decal")
  608. Decal468 = Instance.new("Decal")
  609. Weld469 = Instance.new("Weld")
  610. CFrameValue470 = Instance.new("CFrameValue")
  611. Part471 = Instance.new("Part")
  612. Decal472 = Instance.new("Decal")
  613. Decal473 = Instance.new("Decal")
  614. Decal474 = Instance.new("Decal")
  615. Decal475 = Instance.new("Decal")
  616. Decal476 = Instance.new("Decal")
  617. Decal477 = Instance.new("Decal")
  618. Weld478 = Instance.new("Weld")
  619. CFrameValue479 = Instance.new("CFrameValue")
  620. Part480 = Instance.new("Part")
  621. SpecialMesh481 = Instance.new("SpecialMesh")
  622. Weld482 = Instance.new("Weld")
  623. CFrameValue483 = Instance.new("CFrameValue")
  624. Part484 = Instance.new("Part")
  625. Decal485 = Instance.new("Decal")
  626. Decal486 = Instance.new("Decal")
  627. Decal487 = Instance.new("Decal")
  628. Decal488 = Instance.new("Decal")
  629. Weld489 = Instance.new("Weld")
  630. CFrameValue490 = Instance.new("CFrameValue")
  631. Part491 = Instance.new("Part")
  632. Decal492 = Instance.new("Decal")
  633. Decal493 = Instance.new("Decal")
  634. Decal494 = Instance.new("Decal")
  635. Decal495 = Instance.new("Decal")
  636. Decal496 = Instance.new("Decal")
  637. Weld497 = Instance.new("Weld")
  638. CFrameValue498 = Instance.new("CFrameValue")
  639. Part499 = Instance.new("Part")
  640. Decal500 = Instance.new("Decal")
  641. Decal501 = Instance.new("Decal")
  642. Decal502 = Instance.new("Decal")
  643. Decal503 = Instance.new("Decal")
  644. Weld504 = Instance.new("Weld")
  645. CFrameValue505 = Instance.new("CFrameValue")
  646. Part506 = Instance.new("Part")
  647. Decal507 = Instance.new("Decal")
  648. Decal508 = Instance.new("Decal")
  649. Decal509 = Instance.new("Decal")
  650. Decal510 = Instance.new("Decal")
  651. Decal511 = Instance.new("Decal")
  652. Weld512 = Instance.new("Weld")
  653. CFrameValue513 = Instance.new("CFrameValue")
  654. Part514 = Instance.new("Part")
  655. Decal515 = Instance.new("Decal")
  656. Decal516 = Instance.new("Decal")
  657. Decal517 = Instance.new("Decal")
  658. Decal518 = Instance.new("Decal")
  659. Decal519 = Instance.new("Decal")
  660. Weld520 = Instance.new("Weld")
  661. CFrameValue521 = Instance.new("CFrameValue")
  662. Part522 = Instance.new("Part")
  663. Decal523 = Instance.new("Decal")
  664. Decal524 = Instance.new("Decal")
  665. Decal525 = Instance.new("Decal")
  666. Decal526 = Instance.new("Decal")
  667. Decal527 = Instance.new("Decal")
  668. Weld528 = Instance.new("Weld")
  669. CFrameValue529 = Instance.new("CFrameValue")
  670. Part530 = Instance.new("Part")
  671. Decal531 = Instance.new("Decal")
  672. Decal532 = Instance.new("Decal")
  673. Decal533 = Instance.new("Decal")
  674. Decal534 = Instance.new("Decal")
  675. Decal535 = Instance.new("Decal")
  676. Weld536 = Instance.new("Weld")
  677. CFrameValue537 = Instance.new("CFrameValue")
  678. Part538 = Instance.new("Part")
  679. Decal539 = Instance.new("Decal")
  680. Decal540 = Instance.new("Decal")
  681. Decal541 = Instance.new("Decal")
  682. Decal542 = Instance.new("Decal")
  683. Decal543 = Instance.new("Decal")
  684. Decal544 = Instance.new("Decal")
  685. Weld545 = Instance.new("Weld")
  686. CFrameValue546 = Instance.new("CFrameValue")
  687. Part547 = Instance.new("Part")
  688. SpecialMesh548 = Instance.new("SpecialMesh")
  689. Weld549 = Instance.new("Weld")
  690. CFrameValue550 = Instance.new("CFrameValue")
  691. Part551 = Instance.new("Part")
  692. Decal552 = Instance.new("Decal")
  693. Decal553 = Instance.new("Decal")
  694. Decal554 = Instance.new("Decal")
  695. Decal555 = Instance.new("Decal")
  696. Weld556 = Instance.new("Weld")
  697. CFrameValue557 = Instance.new("CFrameValue")
  698. Part558 = Instance.new("Part")
  699. Decal559 = Instance.new("Decal")
  700. Decal560 = Instance.new("Decal")
  701. Decal561 = Instance.new("Decal")
  702. Decal562 = Instance.new("Decal")
  703. Decal563 = Instance.new("Decal")
  704. Weld564 = Instance.new("Weld")
  705. CFrameValue565 = Instance.new("CFrameValue")
  706. Part566 = Instance.new("Part")
  707. Decal567 = Instance.new("Decal")
  708. Decal568 = Instance.new("Decal")
  709. Decal569 = Instance.new("Decal")
  710. Decal570 = Instance.new("Decal")
  711. Decal571 = Instance.new("Decal")
  712. Weld572 = Instance.new("Weld")
  713. CFrameValue573 = Instance.new("CFrameValue")
  714. Part574 = Instance.new("Part")
  715. Decal575 = Instance.new("Decal")
  716. Decal576 = Instance.new("Decal")
  717. Decal577 = Instance.new("Decal")
  718. Decal578 = Instance.new("Decal")
  719. Weld579 = Instance.new("Weld")
  720. CFrameValue580 = Instance.new("CFrameValue")
  721. Part581 = Instance.new("Part")
  722. Decal582 = Instance.new("Decal")
  723. Decal583 = Instance.new("Decal")
  724. Decal584 = Instance.new("Decal")
  725. Decal585 = Instance.new("Decal")
  726. Decal586 = Instance.new("Decal")
  727. Weld587 = Instance.new("Weld")
  728. CFrameValue588 = Instance.new("CFrameValue")
  729. Part589 = Instance.new("Part")
  730. Decal590 = Instance.new("Decal")
  731. Decal591 = Instance.new("Decal")
  732. Decal592 = Instance.new("Decal")
  733. Decal593 = Instance.new("Decal")
  734. Decal594 = Instance.new("Decal")
  735. Weld595 = Instance.new("Weld")
  736. CFrameValue596 = Instance.new("CFrameValue")
  737. Part597 = Instance.new("Part")
  738. Decal598 = Instance.new("Decal")
  739. Decal599 = Instance.new("Decal")
  740. Decal600 = Instance.new("Decal")
  741. Decal601 = Instance.new("Decal")
  742. Decal602 = Instance.new("Decal")
  743. Weld603 = Instance.new("Weld")
  744. CFrameValue604 = Instance.new("CFrameValue")
  745. Part605 = Instance.new("Part")
  746. Decal606 = Instance.new("Decal")
  747. Decal607 = Instance.new("Decal")
  748. Decal608 = Instance.new("Decal")
  749. Decal609 = Instance.new("Decal")
  750. Decal610 = Instance.new("Decal")
  751. Decal611 = Instance.new("Decal")
  752. Weld612 = Instance.new("Weld")
  753. CFrameValue613 = Instance.new("CFrameValue")
  754. Part614 = Instance.new("Part")
  755. SpecialMesh615 = Instance.new("SpecialMesh")
  756. Weld616 = Instance.new("Weld")
  757. CFrameValue617 = Instance.new("CFrameValue")
  758. Part618 = Instance.new("Part")
  759. Decal619 = Instance.new("Decal")
  760. Decal620 = Instance.new("Decal")
  761. Decal621 = Instance.new("Decal")
  762. Decal622 = Instance.new("Decal")
  763. Weld623 = Instance.new("Weld")
  764. CFrameValue624 = Instance.new("CFrameValue")
  765. Part625 = Instance.new("Part")
  766. Decal626 = Instance.new("Decal")
  767. Decal627 = Instance.new("Decal")
  768. Decal628 = Instance.new("Decal")
  769. Decal629 = Instance.new("Decal")
  770. Decal630 = Instance.new("Decal")
  771. Weld631 = Instance.new("Weld")
  772. CFrameValue632 = Instance.new("CFrameValue")
  773. Part633 = Instance.new("Part")
  774. Decal634 = Instance.new("Decal")
  775. Decal635 = Instance.new("Decal")
  776. Decal636 = Instance.new("Decal")
  777. Decal637 = Instance.new("Decal")
  778. Decal638 = Instance.new("Decal")
  779. Weld639 = Instance.new("Weld")
  780. CFrameValue640 = Instance.new("CFrameValue")
  781. Part641 = Instance.new("Part")
  782. Decal642 = Instance.new("Decal")
  783. Decal643 = Instance.new("Decal")
  784. Decal644 = Instance.new("Decal")
  785. Decal645 = Instance.new("Decal")
  786. Weld646 = Instance.new("Weld")
  787. CFrameValue647 = Instance.new("CFrameValue")
  788. Part648 = Instance.new("Part")
  789. Decal649 = Instance.new("Decal")
  790. Decal650 = Instance.new("Decal")
  791. Decal651 = Instance.new("Decal")
  792. Decal652 = Instance.new("Decal")
  793. Decal653 = Instance.new("Decal")
  794. Weld654 = Instance.new("Weld")
  795. CFrameValue655 = Instance.new("CFrameValue")
  796. Part656 = Instance.new("Part")
  797. Decal657 = Instance.new("Decal")
  798. Decal658 = Instance.new("Decal")
  799. Decal659 = Instance.new("Decal")
  800. Decal660 = Instance.new("Decal")
  801. Decal661 = Instance.new("Decal")
  802. Weld662 = Instance.new("Weld")
  803. CFrameValue663 = Instance.new("CFrameValue")
  804. Part664 = Instance.new("Part")
  805. Decal665 = Instance.new("Decal")
  806. Decal666 = Instance.new("Decal")
  807. Decal667 = Instance.new("Decal")
  808. Decal668 = Instance.new("Decal")
  809. Decal669 = Instance.new("Decal")
  810. Weld670 = Instance.new("Weld")
  811. CFrameValue671 = Instance.new("CFrameValue")
  812. Part672 = Instance.new("Part")
  813. Decal673 = Instance.new("Decal")
  814. Decal674 = Instance.new("Decal")
  815. Decal675 = Instance.new("Decal")
  816. Decal676 = Instance.new("Decal")
  817. Decal677 = Instance.new("Decal")
  818. Decal678 = Instance.new("Decal")
  819. Weld679 = Instance.new("Weld")
  820. CFrameValue680 = Instance.new("CFrameValue")
  821. Part681 = Instance.new("Part")
  822. SpecialMesh682 = Instance.new("SpecialMesh")
  823. Weld683 = Instance.new("Weld")
  824. CFrameValue684 = Instance.new("CFrameValue")
  825. Part685 = Instance.new("Part")
  826. Decal686 = Instance.new("Decal")
  827. Decal687 = Instance.new("Decal")
  828. Decal688 = Instance.new("Decal")
  829. Decal689 = Instance.new("Decal")
  830. Decal690 = Instance.new("Decal")
  831. Weld691 = Instance.new("Weld")
  832. CFrameValue692 = Instance.new("CFrameValue")
  833. Part693 = Instance.new("Part")
  834. Decal694 = Instance.new("Decal")
  835. Decal695 = Instance.new("Decal")
  836. Decal696 = Instance.new("Decal")
  837. Decal697 = Instance.new("Decal")
  838. Decal698 = Instance.new("Decal")
  839. Weld699 = Instance.new("Weld")
  840. CFrameValue700 = Instance.new("CFrameValue")
  841. Part701 = Instance.new("Part")
  842. Decal702 = Instance.new("Decal")
  843. Decal703 = Instance.new("Decal")
  844. Decal704 = Instance.new("Decal")
  845. Decal705 = Instance.new("Decal")
  846. Weld706 = Instance.new("Weld")
  847. CFrameValue707 = Instance.new("CFrameValue")
  848. Part708 = Instance.new("Part")
  849. Decal709 = Instance.new("Decal")
  850. Decal710 = Instance.new("Decal")
  851. Decal711 = Instance.new("Decal")
  852. Decal712 = Instance.new("Decal")
  853. Weld713 = Instance.new("Weld")
  854. CFrameValue714 = Instance.new("CFrameValue")
  855. Part715 = Instance.new("Part")
  856. Decal716 = Instance.new("Decal")
  857. Decal717 = Instance.new("Decal")
  858. Decal718 = Instance.new("Decal")
  859. Decal719 = Instance.new("Decal")
  860. Decal720 = Instance.new("Decal")
  861. Weld721 = Instance.new("Weld")
  862. CFrameValue722 = Instance.new("CFrameValue")
  863. Part723 = Instance.new("Part")
  864. Decal724 = Instance.new("Decal")
  865. Decal725 = Instance.new("Decal")
  866. Decal726 = Instance.new("Decal")
  867. Decal727 = Instance.new("Decal")
  868. Decal728 = Instance.new("Decal")
  869. Weld729 = Instance.new("Weld")
  870. CFrameValue730 = Instance.new("CFrameValue")
  871. Part731 = Instance.new("Part")
  872. Decal732 = Instance.new("Decal")
  873. Decal733 = Instance.new("Decal")
  874. Decal734 = Instance.new("Decal")
  875. Decal735 = Instance.new("Decal")
  876. Decal736 = Instance.new("Decal")
  877. Weld737 = Instance.new("Weld")
  878. CFrameValue738 = Instance.new("CFrameValue")
  879. Part739 = Instance.new("Part")
  880. Decal740 = Instance.new("Decal")
  881. Decal741 = Instance.new("Decal")
  882. Decal742 = Instance.new("Decal")
  883. Decal743 = Instance.new("Decal")
  884. Decal744 = Instance.new("Decal")
  885. Decal745 = Instance.new("Decal")
  886. Weld746 = Instance.new("Weld")
  887. CFrameValue747 = Instance.new("CFrameValue")
  888. Part748 = Instance.new("Part")
  889. Weld749 = Instance.new("Weld")
  890. CFrameValue750 = Instance.new("CFrameValue")
  891. Part751 = Instance.new("Part")
  892. Decal752 = Instance.new("Decal")
  893. Decal753 = Instance.new("Decal")
  894. Decal754 = Instance.new("Decal")
  895. Decal755 = Instance.new("Decal")
  896. Decal756 = Instance.new("Decal")
  897. Weld757 = Instance.new("Weld")
  898. CFrameValue758 = Instance.new("CFrameValue")
  899. Part759 = Instance.new("Part")
  900. Decal760 = Instance.new("Decal")
  901. Decal761 = Instance.new("Decal")
  902. Decal762 = Instance.new("Decal")
  903. Decal763 = Instance.new("Decal")
  904. Decal764 = Instance.new("Decal")
  905. Weld765 = Instance.new("Weld")
  906. CFrameValue766 = Instance.new("CFrameValue")
  907. Part767 = Instance.new("Part")
  908. Decal768 = Instance.new("Decal")
  909. Decal769 = Instance.new("Decal")
  910. Decal770 = Instance.new("Decal")
  911. Decal771 = Instance.new("Decal")
  912. Weld772 = Instance.new("Weld")
  913. CFrameValue773 = Instance.new("CFrameValue")
  914. Part774 = Instance.new("Part")
  915. Decal775 = Instance.new("Decal")
  916. Decal776 = Instance.new("Decal")
  917. Decal777 = Instance.new("Decal")
  918. Decal778 = Instance.new("Decal")
  919. Decal779 = Instance.new("Decal")
  920. Weld780 = Instance.new("Weld")
  921. CFrameValue781 = Instance.new("CFrameValue")
  922. Part782 = Instance.new("Part")
  923. Decal783 = Instance.new("Decal")
  924. Decal784 = Instance.new("Decal")
  925. Decal785 = Instance.new("Decal")
  926. Decal786 = Instance.new("Decal")
  927. Weld787 = Instance.new("Weld")
  928. CFrameValue788 = Instance.new("CFrameValue")
  929. Part789 = Instance.new("Part")
  930. Decal790 = Instance.new("Decal")
  931. Decal791 = Instance.new("Decal")
  932. Decal792 = Instance.new("Decal")
  933. Decal793 = Instance.new("Decal")
  934. Decal794 = Instance.new("Decal")
  935. Weld795 = Instance.new("Weld")
  936. CFrameValue796 = Instance.new("CFrameValue")
  937. Part797 = Instance.new("Part")
  938. Decal798 = Instance.new("Decal")
  939. Decal799 = Instance.new("Decal")
  940. Decal800 = Instance.new("Decal")
  941. Decal801 = Instance.new("Decal")
  942. Decal802 = Instance.new("Decal")
  943. Weld803 = Instance.new("Weld")
  944. CFrameValue804 = Instance.new("CFrameValue")
  945. Part805 = Instance.new("Part")
  946. Decal806 = Instance.new("Decal")
  947. Decal807 = Instance.new("Decal")
  948. Decal808 = Instance.new("Decal")
  949. Decal809 = Instance.new("Decal")
  950. Decal810 = Instance.new("Decal")
  951. Decal811 = Instance.new("Decal")
  952. Weld812 = Instance.new("Weld")
  953. CFrameValue813 = Instance.new("CFrameValue")
  954. Part814 = Instance.new("Part")
  955. SpecialMesh815 = Instance.new("SpecialMesh")
  956. Weld816 = Instance.new("Weld")
  957. CFrameValue817 = Instance.new("CFrameValue")
  958. Part818 = Instance.new("Part")
  959. Decal819 = Instance.new("Decal")
  960. Decal820 = Instance.new("Decal")
  961. Decal821 = Instance.new("Decal")
  962. Decal822 = Instance.new("Decal")
  963. Weld823 = Instance.new("Weld")
  964. CFrameValue824 = Instance.new("CFrameValue")
  965. Part825 = Instance.new("Part")
  966. Decal826 = Instance.new("Decal")
  967. Decal827 = Instance.new("Decal")
  968. Decal828 = Instance.new("Decal")
  969. Decal829 = Instance.new("Decal")
  970. Decal830 = Instance.new("Decal")
  971. Weld831 = Instance.new("Weld")
  972. CFrameValue832 = Instance.new("CFrameValue")
  973. Part833 = Instance.new("Part")
  974. Decal834 = Instance.new("Decal")
  975. Decal835 = Instance.new("Decal")
  976. Decal836 = Instance.new("Decal")
  977. Decal837 = Instance.new("Decal")
  978. Weld838 = Instance.new("Weld")
  979. CFrameValue839 = Instance.new("CFrameValue")
  980. Part840 = Instance.new("Part")
  981. Decal841 = Instance.new("Decal")
  982. Decal842 = Instance.new("Decal")
  983. Decal843 = Instance.new("Decal")
  984. Decal844 = Instance.new("Decal")
  985. Decal845 = Instance.new("Decal")
  986. Weld846 = Instance.new("Weld")
  987. CFrameValue847 = Instance.new("CFrameValue")
  988. Part848 = Instance.new("Part")
  989. Decal849 = Instance.new("Decal")
  990. Decal850 = Instance.new("Decal")
  991. Decal851 = Instance.new("Decal")
  992. Decal852 = Instance.new("Decal")
  993. Decal853 = Instance.new("Decal")
  994. Weld854 = Instance.new("Weld")
  995. CFrameValue855 = Instance.new("CFrameValue")
  996. Part856 = Instance.new("Part")
  997. Decal857 = Instance.new("Decal")
  998. Decal858 = Instance.new("Decal")
  999. Decal859 = Instance.new("Decal")
  1000. Decal860 = Instance.new("Decal")
  1001. Decal861 = Instance.new("Decal")
  1002. Weld862 = Instance.new("Weld")
  1003. CFrameValue863 = Instance.new("CFrameValue")
  1004. Part864 = Instance.new("Part")
  1005. Decal865 = Instance.new("Decal")
  1006. Decal866 = Instance.new("Decal")
  1007. Decal867 = Instance.new("Decal")
  1008. Decal868 = Instance.new("Decal")
  1009. Decal869 = Instance.new("Decal")
  1010. Weld870 = Instance.new("Weld")
  1011. CFrameValue871 = Instance.new("CFrameValue")
  1012. Part872 = Instance.new("Part")
  1013. Decal873 = Instance.new("Decal")
  1014. Decal874 = Instance.new("Decal")
  1015. Decal875 = Instance.new("Decal")
  1016. Decal876 = Instance.new("Decal")
  1017. Decal877 = Instance.new("Decal")
  1018. Decal878 = Instance.new("Decal")
  1019. Weld879 = Instance.new("Weld")
  1020. CFrameValue880 = Instance.new("CFrameValue")
  1021. Part881 = Instance.new("Part")
  1022. Decal882 = Instance.new("Decal")
  1023. Decal883 = Instance.new("Decal")
  1024. Decal884 = Instance.new("Decal")
  1025. Decal885 = Instance.new("Decal")
  1026. Decal886 = Instance.new("Decal")
  1027. Decal887 = Instance.new("Decal")
  1028. Weld888 = Instance.new("Weld")
  1029. CFrameValue889 = Instance.new("CFrameValue")
  1030. Part890 = Instance.new("Part")
  1031. Decal891 = Instance.new("Decal")
  1032. Decal892 = Instance.new("Decal")
  1033. Decal893 = Instance.new("Decal")
  1034. Decal894 = Instance.new("Decal")
  1035. Decal895 = Instance.new("Decal")
  1036. Decal896 = Instance.new("Decal")
  1037. Decal897 = Instance.new("Decal")
  1038. Decal898 = Instance.new("Decal")
  1039. Decal899 = Instance.new("Decal")
  1040. Weld900 = Instance.new("Weld")
  1041. CFrameValue901 = Instance.new("CFrameValue")
  1042. Part902 = Instance.new("Part")
  1043. Decal903 = Instance.new("Decal")
  1044. Decal904 = Instance.new("Decal")
  1045. Decal905 = Instance.new("Decal")
  1046. Decal906 = Instance.new("Decal")
  1047. Decal907 = Instance.new("Decal")
  1048. Weld908 = Instance.new("Weld")
  1049. CFrameValue909 = Instance.new("CFrameValue")
  1050. Part910 = Instance.new("Part")
  1051. Decal911 = Instance.new("Decal")
  1052. Decal912 = Instance.new("Decal")
  1053. Decal913 = Instance.new("Decal")
  1054. Decal914 = Instance.new("Decal")
  1055. Decal915 = Instance.new("Decal")
  1056. Weld916 = Instance.new("Weld")
  1057. CFrameValue917 = Instance.new("CFrameValue")
  1058. Part918 = Instance.new("Part")
  1059. Decal919 = Instance.new("Decal")
  1060. Decal920 = Instance.new("Decal")
  1061. Decal921 = Instance.new("Decal")
  1062. Decal922 = Instance.new("Decal")
  1063. Decal923 = Instance.new("Decal")
  1064. Weld924 = Instance.new("Weld")
  1065. CFrameValue925 = Instance.new("CFrameValue")
  1066. Part926 = Instance.new("Part")
  1067. Decal927 = Instance.new("Decal")
  1068. Decal928 = Instance.new("Decal")
  1069. Decal929 = Instance.new("Decal")
  1070. Decal930 = Instance.new("Decal")
  1071. Decal931 = Instance.new("Decal")
  1072. Weld932 = Instance.new("Weld")
  1073. CFrameValue933 = Instance.new("CFrameValue")
  1074. Part934 = Instance.new("Part")
  1075. Decal935 = Instance.new("Decal")
  1076. Decal936 = Instance.new("Decal")
  1077. Decal937 = Instance.new("Decal")
  1078. Decal938 = Instance.new("Decal")
  1079. Decal939 = Instance.new("Decal")
  1080. Weld940 = Instance.new("Weld")
  1081. CFrameValue941 = Instance.new("CFrameValue")
  1082. Part942 = Instance.new("Part")
  1083. Decal943 = Instance.new("Decal")
  1084. Decal944 = Instance.new("Decal")
  1085. Decal945 = Instance.new("Decal")
  1086. Decal946 = Instance.new("Decal")
  1087. Decal947 = Instance.new("Decal")
  1088. Weld948 = Instance.new("Weld")
  1089. CFrameValue949 = Instance.new("CFrameValue")
  1090. Part950 = Instance.new("Part")
  1091. Decal951 = Instance.new("Decal")
  1092. Decal952 = Instance.new("Decal")
  1093. Decal953 = Instance.new("Decal")
  1094. Decal954 = Instance.new("Decal")
  1095. Decal955 = Instance.new("Decal")
  1096. Weld956 = Instance.new("Weld")
  1097. CFrameValue957 = Instance.new("CFrameValue")
  1098. Part958 = Instance.new("Part")
  1099. Decal959 = Instance.new("Decal")
  1100. Decal960 = Instance.new("Decal")
  1101. Decal961 = Instance.new("Decal")
  1102. Decal962 = Instance.new("Decal")
  1103. Decal963 = Instance.new("Decal")
  1104. Weld964 = Instance.new("Weld")
  1105. CFrameValue965 = Instance.new("CFrameValue")
  1106. Part966 = Instance.new("Part")
  1107. Decal967 = Instance.new("Decal")
  1108. Decal968 = Instance.new("Decal")
  1109. Decal969 = Instance.new("Decal")
  1110. Decal970 = Instance.new("Decal")
  1111. Decal971 = Instance.new("Decal")
  1112. Weld972 = Instance.new("Weld")
  1113. CFrameValue973 = Instance.new("CFrameValue")
  1114. Part974 = Instance.new("Part")
  1115. Decal975 = Instance.new("Decal")
  1116. Decal976 = Instance.new("Decal")
  1117. Decal977 = Instance.new("Decal")
  1118. Decal978 = Instance.new("Decal")
  1119. Decal979 = Instance.new("Decal")
  1120. Weld980 = Instance.new("Weld")
  1121. CFrameValue981 = Instance.new("CFrameValue")
  1122. Part982 = Instance.new("Part")
  1123. Decal983 = Instance.new("Decal")
  1124. Decal984 = Instance.new("Decal")
  1125. Decal985 = Instance.new("Decal")
  1126. Decal986 = Instance.new("Decal")
  1127. Decal987 = Instance.new("Decal")
  1128. Weld988 = Instance.new("Weld")
  1129. CFrameValue989 = Instance.new("CFrameValue")
  1130. Part990 = Instance.new("Part")
  1131. Decal991 = Instance.new("Decal")
  1132. Decal992 = Instance.new("Decal")
  1133. Decal993 = Instance.new("Decal")
  1134. Decal994 = Instance.new("Decal")
  1135. Decal995 = Instance.new("Decal")
  1136. Weld996 = Instance.new("Weld")
  1137. CFrameValue997 = Instance.new("CFrameValue")
  1138. Part998 = Instance.new("Part")
  1139. Decal999 = Instance.new("Decal")
  1140. Decal1000 = Instance.new("Decal")
  1141. Decal1001 = Instance.new("Decal")
  1142. Decal1002 = Instance.new("Decal")
  1143. Decal1003 = Instance.new("Decal")
  1144. Decal1004 = Instance.new("Decal")
  1145. Weld1005 = Instance.new("Weld")
  1146. CFrameValue1006 = Instance.new("CFrameValue")
  1147. Part1007 = Instance.new("Part")
  1148. Decal1008 = Instance.new("Decal")
  1149. Decal1009 = Instance.new("Decal")
  1150. Decal1010 = Instance.new("Decal")
  1151. Decal1011 = Instance.new("Decal")
  1152. Decal1012 = Instance.new("Decal")
  1153. Weld1013 = Instance.new("Weld")
  1154. CFrameValue1014 = Instance.new("CFrameValue")
  1155. Part1015 = Instance.new("Part")
  1156. Decal1016 = Instance.new("Decal")
  1157. Decal1017 = Instance.new("Decal")
  1158. Decal1018 = Instance.new("Decal")
  1159. Decal1019 = Instance.new("Decal")
  1160. Weld1020 = Instance.new("Weld")
  1161. CFrameValue1021 = Instance.new("CFrameValue")
  1162. Part1022 = Instance.new("Part")
  1163. Decal1023 = Instance.new("Decal")
  1164. Decal1024 = Instance.new("Decal")
  1165. Decal1025 = Instance.new("Decal")
  1166. Decal1026 = Instance.new("Decal")
  1167. Decal1027 = Instance.new("Decal")
  1168. Weld1028 = Instance.new("Weld")
  1169. CFrameValue1029 = Instance.new("CFrameValue")
  1170. Part1030 = Instance.new("Part")
  1171. Decal1031 = Instance.new("Decal")
  1172. Decal1032 = Instance.new("Decal")
  1173. Decal1033 = Instance.new("Decal")
  1174. Decal1034 = Instance.new("Decal")
  1175. Weld1035 = Instance.new("Weld")
  1176. CFrameValue1036 = Instance.new("CFrameValue")
  1177. Part1037 = Instance.new("Part")
  1178. Decal1038 = Instance.new("Decal")
  1179. Decal1039 = Instance.new("Decal")
  1180. Decal1040 = Instance.new("Decal")
  1181. Decal1041 = Instance.new("Decal")
  1182. Decal1042 = Instance.new("Decal")
  1183. Weld1043 = Instance.new("Weld")
  1184. CFrameValue1044 = Instance.new("CFrameValue")
  1185. Part1045 = Instance.new("Part")
  1186. Decal1046 = Instance.new("Decal")
  1187. Decal1047 = Instance.new("Decal")
  1188. Decal1048 = Instance.new("Decal")
  1189. Decal1049 = Instance.new("Decal")
  1190. Decal1050 = Instance.new("Decal")
  1191. Weld1051 = Instance.new("Weld")
  1192. CFrameValue1052 = Instance.new("CFrameValue")
  1193. Part1053 = Instance.new("Part")
  1194. Decal1054 = Instance.new("Decal")
  1195. Decal1055 = Instance.new("Decal")
  1196. Decal1056 = Instance.new("Decal")
  1197. Decal1057 = Instance.new("Decal")
  1198. Decal1058 = Instance.new("Decal")
  1199. Weld1059 = Instance.new("Weld")
  1200. CFrameValue1060 = Instance.new("CFrameValue")
  1201. Part1061 = Instance.new("Part")
  1202. Decal1062 = Instance.new("Decal")
  1203. Decal1063 = Instance.new("Decal")
  1204. Decal1064 = Instance.new("Decal")
  1205. Decal1065 = Instance.new("Decal")
  1206. Decal1066 = Instance.new("Decal")
  1207. Decal1067 = Instance.new("Decal")
  1208. Weld1068 = Instance.new("Weld")
  1209. CFrameValue1069 = Instance.new("CFrameValue")
  1210. Part1070 = Instance.new("Part")
  1211. Decal1071 = Instance.new("Decal")
  1212. Decal1072 = Instance.new("Decal")
  1213. Decal1073 = Instance.new("Decal")
  1214. Decal1074 = Instance.new("Decal")
  1215. Decal1075 = Instance.new("Decal")
  1216. Decal1076 = Instance.new("Decal")
  1217. Weld1077 = Instance.new("Weld")
  1218. CFrameValue1078 = Instance.new("CFrameValue")
  1219. Part1079 = Instance.new("Part")
  1220. Decal1080 = Instance.new("Decal")
  1221. Decal1081 = Instance.new("Decal")
  1222. Decal1082 = Instance.new("Decal")
  1223. Decal1083 = Instance.new("Decal")
  1224. Weld1084 = Instance.new("Weld")
  1225. CFrameValue1085 = Instance.new("CFrameValue")
  1226. Part1086 = Instance.new("Part")
  1227. Decal1087 = Instance.new("Decal")
  1228. Decal1088 = Instance.new("Decal")
  1229. Decal1089 = Instance.new("Decal")
  1230. Decal1090 = Instance.new("Decal")
  1231. Decal1091 = Instance.new("Decal")
  1232. Weld1092 = Instance.new("Weld")
  1233. CFrameValue1093 = Instance.new("CFrameValue")
  1234. Part1094 = Instance.new("Part")
  1235. Decal1095 = Instance.new("Decal")
  1236. Decal1096 = Instance.new("Decal")
  1237. Decal1097 = Instance.new("Decal")
  1238. Decal1098 = Instance.new("Decal")
  1239. Decal1099 = Instance.new("Decal")
  1240. Weld1100 = Instance.new("Weld")
  1241. CFrameValue1101 = Instance.new("CFrameValue")
  1242. Part1102 = Instance.new("Part")
  1243. Decal1103 = Instance.new("Decal")
  1244. Decal1104 = Instance.new("Decal")
  1245. Decal1105 = Instance.new("Decal")
  1246. Decal1106 = Instance.new("Decal")
  1247. Weld1107 = Instance.new("Weld")
  1248. CFrameValue1108 = Instance.new("CFrameValue")
  1249. Part1109 = Instance.new("Part")
  1250. Decal1110 = Instance.new("Decal")
  1251. Decal1111 = Instance.new("Decal")
  1252. Decal1112 = Instance.new("Decal")
  1253. Decal1113 = Instance.new("Decal")
  1254. Decal1114 = Instance.new("Decal")
  1255. Weld1115 = Instance.new("Weld")
  1256. CFrameValue1116 = Instance.new("CFrameValue")
  1257. Part1117 = Instance.new("Part")
  1258. Decal1118 = Instance.new("Decal")
  1259. Decal1119 = Instance.new("Decal")
  1260. Decal1120 = Instance.new("Decal")
  1261. Decal1121 = Instance.new("Decal")
  1262. Decal1122 = Instance.new("Decal")
  1263. Weld1123 = Instance.new("Weld")
  1264. CFrameValue1124 = Instance.new("CFrameValue")
  1265. Part1125 = Instance.new("Part")
  1266. Decal1126 = Instance.new("Decal")
  1267. Decal1127 = Instance.new("Decal")
  1268. Decal1128 = Instance.new("Decal")
  1269. Decal1129 = Instance.new("Decal")
  1270. Decal1130 = Instance.new("Decal")
  1271. Weld1131 = Instance.new("Weld")
  1272. CFrameValue1132 = Instance.new("CFrameValue")
  1273. Part1133 = Instance.new("Part")
  1274. Decal1134 = Instance.new("Decal")
  1275. Decal1135 = Instance.new("Decal")
  1276. Decal1136 = Instance.new("Decal")
  1277. Decal1137 = Instance.new("Decal")
  1278. Decal1138 = Instance.new("Decal")
  1279. Decal1139 = Instance.new("Decal")
  1280. Weld1140 = Instance.new("Weld")
  1281. CFrameValue1141 = Instance.new("CFrameValue")
  1282. Part1142 = Instance.new("Part")
  1283. Decal1143 = Instance.new("Decal")
  1284. Decal1144 = Instance.new("Decal")
  1285. Decal1145 = Instance.new("Decal")
  1286. Decal1146 = Instance.new("Decal")
  1287. Decal1147 = Instance.new("Decal")
  1288. Decal1148 = Instance.new("Decal")
  1289. Weld1149 = Instance.new("Weld")
  1290. CFrameValue1150 = Instance.new("CFrameValue")
  1291. Part1151 = Instance.new("Part")
  1292. Decal1152 = Instance.new("Decal")
  1293. Decal1153 = Instance.new("Decal")
  1294. Decal1154 = Instance.new("Decal")
  1295. Decal1155 = Instance.new("Decal")
  1296. Decal1156 = Instance.new("Decal")
  1297. Weld1157 = Instance.new("Weld")
  1298. CFrameValue1158 = Instance.new("CFrameValue")
  1299. Part1159 = Instance.new("Part")
  1300. Decal1160 = Instance.new("Decal")
  1301. Decal1161 = Instance.new("Decal")
  1302. Decal1162 = Instance.new("Decal")
  1303. Decal1163 = Instance.new("Decal")
  1304. Weld1164 = Instance.new("Weld")
  1305. CFrameValue1165 = Instance.new("CFrameValue")
  1306. Part1166 = Instance.new("Part")
  1307. Decal1167 = Instance.new("Decal")
  1308. Decal1168 = Instance.new("Decal")
  1309. Decal1169 = Instance.new("Decal")
  1310. Decal1170 = Instance.new("Decal")
  1311. Decal1171 = Instance.new("Decal")
  1312. Weld1172 = Instance.new("Weld")
  1313. CFrameValue1173 = Instance.new("CFrameValue")
  1314. Part1174 = Instance.new("Part")
  1315. Decal1175 = Instance.new("Decal")
  1316. Decal1176 = Instance.new("Decal")
  1317. Decal1177 = Instance.new("Decal")
  1318. Decal1178 = Instance.new("Decal")
  1319. Decal1179 = Instance.new("Decal")
  1320. Weld1180 = Instance.new("Weld")
  1321. CFrameValue1181 = Instance.new("CFrameValue")
  1322. Part1182 = Instance.new("Part")
  1323. Decal1183 = Instance.new("Decal")
  1324. Decal1184 = Instance.new("Decal")
  1325. Decal1185 = Instance.new("Decal")
  1326. Decal1186 = Instance.new("Decal")
  1327. Weld1187 = Instance.new("Weld")
  1328. CFrameValue1188 = Instance.new("CFrameValue")
  1329. Part1189 = Instance.new("Part")
  1330. Decal1190 = Instance.new("Decal")
  1331. Decal1191 = Instance.new("Decal")
  1332. Decal1192 = Instance.new("Decal")
  1333. Decal1193 = Instance.new("Decal")
  1334. Decal1194 = Instance.new("Decal")
  1335. Weld1195 = Instance.new("Weld")
  1336. CFrameValue1196 = Instance.new("CFrameValue")
  1337. Part1197 = Instance.new("Part")
  1338. Decal1198 = Instance.new("Decal")
  1339. Decal1199 = Instance.new("Decal")
  1340. Decal1200 = Instance.new("Decal")
  1341. Decal1201 = Instance.new("Decal")
  1342. Decal1202 = Instance.new("Decal")
  1343. Weld1203 = Instance.new("Weld")
  1344. CFrameValue1204 = Instance.new("CFrameValue")
  1345. Part1205 = Instance.new("Part")
  1346. Decal1206 = Instance.new("Decal")
  1347. Decal1207 = Instance.new("Decal")
  1348. Decal1208 = Instance.new("Decal")
  1349. Decal1209 = Instance.new("Decal")
  1350. Decal1210 = Instance.new("Decal")
  1351. Decal1211 = Instance.new("Decal")
  1352. Weld1212 = Instance.new("Weld")
  1353. CFrameValue1213 = Instance.new("CFrameValue")
  1354. Part1214 = Instance.new("Part")
  1355. Decal1215 = Instance.new("Decal")
  1356. Decal1216 = Instance.new("Decal")
  1357. Decal1217 = Instance.new("Decal")
  1358. Decal1218 = Instance.new("Decal")
  1359. Decal1219 = Instance.new("Decal")
  1360. Decal1220 = Instance.new("Decal")
  1361. Weld1221 = Instance.new("Weld")
  1362. CFrameValue1222 = Instance.new("CFrameValue")
  1363. Part1223 = Instance.new("Part")
  1364. Decal1224 = Instance.new("Decal")
  1365. Decal1225 = Instance.new("Decal")
  1366. Decal1226 = Instance.new("Decal")
  1367. Decal1227 = Instance.new("Decal")
  1368. Decal1228 = Instance.new("Decal")
  1369. Weld1229 = Instance.new("Weld")
  1370. CFrameValue1230 = Instance.new("CFrameValue")
  1371. Part1231 = Instance.new("Part")
  1372. Decal1232 = Instance.new("Decal")
  1373. Decal1233 = Instance.new("Decal")
  1374. Decal1234 = Instance.new("Decal")
  1375. Decal1235 = Instance.new("Decal")
  1376. Weld1236 = Instance.new("Weld")
  1377. CFrameValue1237 = Instance.new("CFrameValue")
  1378. Part1238 = Instance.new("Part")
  1379. Decal1239 = Instance.new("Decal")
  1380. Decal1240 = Instance.new("Decal")
  1381. Decal1241 = Instance.new("Decal")
  1382. Decal1242 = Instance.new("Decal")
  1383. Weld1243 = Instance.new("Weld")
  1384. CFrameValue1244 = Instance.new("CFrameValue")
  1385. Part1245 = Instance.new("Part")
  1386. Decal1246 = Instance.new("Decal")
  1387. Decal1247 = Instance.new("Decal")
  1388. Decal1248 = Instance.new("Decal")
  1389. Decal1249 = Instance.new("Decal")
  1390. Decal1250 = Instance.new("Decal")
  1391. Weld1251 = Instance.new("Weld")
  1392. CFrameValue1252 = Instance.new("CFrameValue")
  1393. Part1253 = Instance.new("Part")
  1394. Decal1254 = Instance.new("Decal")
  1395. Decal1255 = Instance.new("Decal")
  1396. Decal1256 = Instance.new("Decal")
  1397. Decal1257 = Instance.new("Decal")
  1398. Decal1258 = Instance.new("Decal")
  1399. Weld1259 = Instance.new("Weld")
  1400. CFrameValue1260 = Instance.new("CFrameValue")
  1401. Part1261 = Instance.new("Part")
  1402. Decal1262 = Instance.new("Decal")
  1403. Decal1263 = Instance.new("Decal")
  1404. Decal1264 = Instance.new("Decal")
  1405. Decal1265 = Instance.new("Decal")
  1406. Decal1266 = Instance.new("Decal")
  1407. Weld1267 = Instance.new("Weld")
  1408. CFrameValue1268 = Instance.new("CFrameValue")
  1409. Part1269 = Instance.new("Part")
  1410. Decal1270 = Instance.new("Decal")
  1411. Decal1271 = Instance.new("Decal")
  1412. Decal1272 = Instance.new("Decal")
  1413. Decal1273 = Instance.new("Decal")
  1414. Decal1274 = Instance.new("Decal")
  1415. Weld1275 = Instance.new("Weld")
  1416. CFrameValue1276 = Instance.new("CFrameValue")
  1417. Part1277 = Instance.new("Part")
  1418. Decal1278 = Instance.new("Decal")
  1419. Decal1279 = Instance.new("Decal")
  1420. Decal1280 = Instance.new("Decal")
  1421. Decal1281 = Instance.new("Decal")
  1422. Decal1282 = Instance.new("Decal")
  1423. Decal1283 = Instance.new("Decal")
  1424. Weld1284 = Instance.new("Weld")
  1425. CFrameValue1285 = Instance.new("CFrameValue")
  1426. Part1286 = Instance.new("Part")
  1427. SpecialMesh1287 = Instance.new("SpecialMesh")
  1428. Weld1288 = Instance.new("Weld")
  1429. CFrameValue1289 = Instance.new("CFrameValue")
  1430. Part1290 = Instance.new("Part")
  1431. Decal1291 = Instance.new("Decal")
  1432. Decal1292 = Instance.new("Decal")
  1433. Decal1293 = Instance.new("Decal")
  1434. Decal1294 = Instance.new("Decal")
  1435. Weld1295 = Instance.new("Weld")
  1436. CFrameValue1296 = Instance.new("CFrameValue")
  1437. Part1297 = Instance.new("Part")
  1438. Decal1298 = Instance.new("Decal")
  1439. Decal1299 = Instance.new("Decal")
  1440. Decal1300 = Instance.new("Decal")
  1441. Decal1301 = Instance.new("Decal")
  1442. Weld1302 = Instance.new("Weld")
  1443. CFrameValue1303 = Instance.new("CFrameValue")
  1444. Part1304 = Instance.new("Part")
  1445. Decal1305 = Instance.new("Decal")
  1446. Decal1306 = Instance.new("Decal")
  1447. Decal1307 = Instance.new("Decal")
  1448. Decal1308 = Instance.new("Decal")
  1449. Decal1309 = Instance.new("Decal")
  1450. Weld1310 = Instance.new("Weld")
  1451. CFrameValue1311 = Instance.new("CFrameValue")
  1452. Part1312 = Instance.new("Part")
  1453. Decal1313 = Instance.new("Decal")
  1454. Decal1314 = Instance.new("Decal")
  1455. Decal1315 = Instance.new("Decal")
  1456. Decal1316 = Instance.new("Decal")
  1457. Decal1317 = Instance.new("Decal")
  1458. Weld1318 = Instance.new("Weld")
  1459. CFrameValue1319 = Instance.new("CFrameValue")
  1460. Part1320 = Instance.new("Part")
  1461. Decal1321 = Instance.new("Decal")
  1462. Decal1322 = Instance.new("Decal")
  1463. Decal1323 = Instance.new("Decal")
  1464. Decal1324 = Instance.new("Decal")
  1465. Decal1325 = Instance.new("Decal")
  1466. Weld1326 = Instance.new("Weld")
  1467. CFrameValue1327 = Instance.new("CFrameValue")
  1468. Part1328 = Instance.new("Part")
  1469. Decal1329 = Instance.new("Decal")
  1470. Decal1330 = Instance.new("Decal")
  1471. Decal1331 = Instance.new("Decal")
  1472. Decal1332 = Instance.new("Decal")
  1473. Decal1333 = Instance.new("Decal")
  1474. Weld1334 = Instance.new("Weld")
  1475. CFrameValue1335 = Instance.new("CFrameValue")
  1476. Part1336 = Instance.new("Part")
  1477. Decal1337 = Instance.new("Decal")
  1478. Decal1338 = Instance.new("Decal")
  1479. Decal1339 = Instance.new("Decal")
  1480. Decal1340 = Instance.new("Decal")
  1481. Decal1341 = Instance.new("Decal")
  1482. Decal1342 = Instance.new("Decal")
  1483. Weld1343 = Instance.new("Weld")
  1484. CFrameValue1344 = Instance.new("CFrameValue")
  1485. Part1345 = Instance.new("Part")
  1486. Decal1346 = Instance.new("Decal")
  1487. Decal1347 = Instance.new("Decal")
  1488. Decal1348 = Instance.new("Decal")
  1489. Decal1349 = Instance.new("Decal")
  1490. Decal1350 = Instance.new("Decal")
  1491. Decal1351 = Instance.new("Decal")
  1492. Weld1352 = Instance.new("Weld")
  1493. CFrameValue1353 = Instance.new("CFrameValue")
  1494. Part1354 = Instance.new("Part")
  1495. Decal1355 = Instance.new("Decal")
  1496. Decal1356 = Instance.new("Decal")
  1497. Decal1357 = Instance.new("Decal")
  1498. Decal1358 = Instance.new("Decal")
  1499. Decal1359 = Instance.new("Decal")
  1500. Weld1360 = Instance.new("Weld")
  1501. CFrameValue1361 = Instance.new("CFrameValue")
  1502. Part1362 = Instance.new("Part")
  1503. Decal1363 = Instance.new("Decal")
  1504. Decal1364 = Instance.new("Decal")
  1505. Decal1365 = Instance.new("Decal")
  1506. Decal1366 = Instance.new("Decal")
  1507. Decal1367 = Instance.new("Decal")
  1508. Weld1368 = Instance.new("Weld")
  1509. CFrameValue1369 = Instance.new("CFrameValue")
  1510. Part1370 = Instance.new("Part")
  1511. Decal1371 = Instance.new("Decal")
  1512. Decal1372 = Instance.new("Decal")
  1513. Decal1373 = Instance.new("Decal")
  1514. Decal1374 = Instance.new("Decal")
  1515. Weld1375 = Instance.new("Weld")
  1516. CFrameValue1376 = Instance.new("CFrameValue")
  1517. Part1377 = Instance.new("Part")
  1518. Decal1378 = Instance.new("Decal")
  1519. Decal1379 = Instance.new("Decal")
  1520. Decal1380 = Instance.new("Decal")
  1521. Decal1381 = Instance.new("Decal")
  1522. Weld1382 = Instance.new("Weld")
  1523. CFrameValue1383 = Instance.new("CFrameValue")
  1524. Part1384 = Instance.new("Part")
  1525. Decal1385 = Instance.new("Decal")
  1526. Decal1386 = Instance.new("Decal")
  1527. Decal1387 = Instance.new("Decal")
  1528. Decal1388 = Instance.new("Decal")
  1529. Decal1389 = Instance.new("Decal")
  1530. Weld1390 = Instance.new("Weld")
  1531. CFrameValue1391 = Instance.new("CFrameValue")
  1532. Part1392 = Instance.new("Part")
  1533. Decal1393 = Instance.new("Decal")
  1534. Decal1394 = Instance.new("Decal")
  1535. Decal1395 = Instance.new("Decal")
  1536. Decal1396 = Instance.new("Decal")
  1537. Decal1397 = Instance.new("Decal")
  1538. Weld1398 = Instance.new("Weld")
  1539. CFrameValue1399 = Instance.new("CFrameValue")
  1540. Part1400 = Instance.new("Part")
  1541. Decal1401 = Instance.new("Decal")
  1542. Decal1402 = Instance.new("Decal")
  1543. Decal1403 = Instance.new("Decal")
  1544. Decal1404 = Instance.new("Decal")
  1545. Decal1405 = Instance.new("Decal")
  1546. Weld1406 = Instance.new("Weld")
  1547. CFrameValue1407 = Instance.new("CFrameValue")
  1548. Part1408 = Instance.new("Part")
  1549. Decal1409 = Instance.new("Decal")
  1550. Decal1410 = Instance.new("Decal")
  1551. Decal1411 = Instance.new("Decal")
  1552. Decal1412 = Instance.new("Decal")
  1553. Decal1413 = Instance.new("Decal")
  1554. Decal1414 = Instance.new("Decal")
  1555. Weld1415 = Instance.new("Weld")
  1556. CFrameValue1416 = Instance.new("CFrameValue")
  1557. Part1417 = Instance.new("Part")
  1558. SpecialMesh1418 = Instance.new("SpecialMesh")
  1559. Weld1419 = Instance.new("Weld")
  1560. CFrameValue1420 = Instance.new("CFrameValue")
  1561. Part1421 = Instance.new("Part")
  1562. Decal1422 = Instance.new("Decal")
  1563. Decal1423 = Instance.new("Decal")
  1564. Decal1424 = Instance.new("Decal")
  1565. Decal1425 = Instance.new("Decal")
  1566. Decal1426 = Instance.new("Decal")
  1567. Weld1427 = Instance.new("Weld")
  1568. CFrameValue1428 = Instance.new("CFrameValue")
  1569. Part1429 = Instance.new("Part")
  1570. Decal1430 = Instance.new("Decal")
  1571. Decal1431 = Instance.new("Decal")
  1572. Decal1432 = Instance.new("Decal")
  1573. Decal1433 = Instance.new("Decal")
  1574. Weld1434 = Instance.new("Weld")
  1575. CFrameValue1435 = Instance.new("CFrameValue")
  1576. Part1436 = Instance.new("Part")
  1577. Decal1437 = Instance.new("Decal")
  1578. Decal1438 = Instance.new("Decal")
  1579. Decal1439 = Instance.new("Decal")
  1580. Decal1440 = Instance.new("Decal")
  1581. Weld1441 = Instance.new("Weld")
  1582. CFrameValue1442 = Instance.new("CFrameValue")
  1583. Part1443 = Instance.new("Part")
  1584. Decal1444 = Instance.new("Decal")
  1585. Decal1445 = Instance.new("Decal")
  1586. Decal1446 = Instance.new("Decal")
  1587. Decal1447 = Instance.new("Decal")
  1588. Decal1448 = Instance.new("Decal")
  1589. Weld1449 = Instance.new("Weld")
  1590. CFrameValue1450 = Instance.new("CFrameValue")
  1591. Part1451 = Instance.new("Part")
  1592. Decal1452 = Instance.new("Decal")
  1593. Decal1453 = Instance.new("Decal")
  1594. Decal1454 = Instance.new("Decal")
  1595. Decal1455 = Instance.new("Decal")
  1596. Decal1456 = Instance.new("Decal")
  1597. Weld1457 = Instance.new("Weld")
  1598. CFrameValue1458 = Instance.new("CFrameValue")
  1599. Part1459 = Instance.new("Part")
  1600. Decal1460 = Instance.new("Decal")
  1601. Decal1461 = Instance.new("Decal")
  1602. Decal1462 = Instance.new("Decal")
  1603. Decal1463 = Instance.new("Decal")
  1604. Decal1464 = Instance.new("Decal")
  1605. Weld1465 = Instance.new("Weld")
  1606. CFrameValue1466 = Instance.new("CFrameValue")
  1607. Part1467 = Instance.new("Part")
  1608. Decal1468 = Instance.new("Decal")
  1609. Decal1469 = Instance.new("Decal")
  1610. Decal1470 = Instance.new("Decal")
  1611. Decal1471 = Instance.new("Decal")
  1612. Decal1472 = Instance.new("Decal")
  1613. Weld1473 = Instance.new("Weld")
  1614. CFrameValue1474 = Instance.new("CFrameValue")
  1615. Part1475 = Instance.new("Part")
  1616. Decal1476 = Instance.new("Decal")
  1617. Decal1477 = Instance.new("Decal")
  1618. Decal1478 = Instance.new("Decal")
  1619. Decal1479 = Instance.new("Decal")
  1620. Decal1480 = Instance.new("Decal")
  1621. Decal1481 = Instance.new("Decal")
  1622. Weld1482 = Instance.new("Weld")
  1623. CFrameValue1483 = Instance.new("CFrameValue")
  1624. Part1484 = Instance.new("Part")
  1625. Decal1485 = Instance.new("Decal")
  1626. Decal1486 = Instance.new("Decal")
  1627. Decal1487 = Instance.new("Decal")
  1628. Decal1488 = Instance.new("Decal")
  1629. Decal1489 = Instance.new("Decal")
  1630. Decal1490 = Instance.new("Decal")
  1631. Weld1491 = Instance.new("Weld")
  1632. CFrameValue1492 = Instance.new("CFrameValue")
  1633. Part1493 = Instance.new("Part")
  1634. Decal1494 = Instance.new("Decal")
  1635. Decal1495 = Instance.new("Decal")
  1636. Decal1496 = Instance.new("Decal")
  1637. Decal1497 = Instance.new("Decal")
  1638. Decal1498 = Instance.new("Decal")
  1639. Weld1499 = Instance.new("Weld")
  1640. CFrameValue1500 = Instance.new("CFrameValue")
  1641. Part1501 = Instance.new("Part")
  1642. Decal1502 = Instance.new("Decal")
  1643. Decal1503 = Instance.new("Decal")
  1644. Decal1504 = Instance.new("Decal")
  1645. Decal1505 = Instance.new("Decal")
  1646. Decal1506 = Instance.new("Decal")
  1647. Weld1507 = Instance.new("Weld")
  1648. CFrameValue1508 = Instance.new("CFrameValue")
  1649. Part1509 = Instance.new("Part")
  1650. Decal1510 = Instance.new("Decal")
  1651. Decal1511 = Instance.new("Decal")
  1652. Decal1512 = Instance.new("Decal")
  1653. Decal1513 = Instance.new("Decal")
  1654. Weld1514 = Instance.new("Weld")
  1655. CFrameValue1515 = Instance.new("CFrameValue")
  1656. Part1516 = Instance.new("Part")
  1657. Decal1517 = Instance.new("Decal")
  1658. Decal1518 = Instance.new("Decal")
  1659. Decal1519 = Instance.new("Decal")
  1660. Decal1520 = Instance.new("Decal")
  1661. Decal1521 = Instance.new("Decal")
  1662. Weld1522 = Instance.new("Weld")
  1663. CFrameValue1523 = Instance.new("CFrameValue")
  1664. Part1524 = Instance.new("Part")
  1665. Decal1525 = Instance.new("Decal")
  1666. Decal1526 = Instance.new("Decal")
  1667. Decal1527 = Instance.new("Decal")
  1668. Decal1528 = Instance.new("Decal")
  1669. Weld1529 = Instance.new("Weld")
  1670. CFrameValue1530 = Instance.new("CFrameValue")
  1671. Part1531 = Instance.new("Part")
  1672. Decal1532 = Instance.new("Decal")
  1673. Decal1533 = Instance.new("Decal")
  1674. Decal1534 = Instance.new("Decal")
  1675. Decal1535 = Instance.new("Decal")
  1676. Decal1536 = Instance.new("Decal")
  1677. Weld1537 = Instance.new("Weld")
  1678. CFrameValue1538 = Instance.new("CFrameValue")
  1679. Part1539 = Instance.new("Part")
  1680. Decal1540 = Instance.new("Decal")
  1681. Decal1541 = Instance.new("Decal")
  1682. Decal1542 = Instance.new("Decal")
  1683. Decal1543 = Instance.new("Decal")
  1684. Decal1544 = Instance.new("Decal")
  1685. Weld1545 = Instance.new("Weld")
  1686. CFrameValue1546 = Instance.new("CFrameValue")
  1687. Part1547 = Instance.new("Part")
  1688. Decal1548 = Instance.new("Decal")
  1689. Decal1549 = Instance.new("Decal")
  1690. Decal1550 = Instance.new("Decal")
  1691. Decal1551 = Instance.new("Decal")
  1692. Decal1552 = Instance.new("Decal")
  1693. Decal1553 = Instance.new("Decal")
  1694. Weld1554 = Instance.new("Weld")
  1695. CFrameValue1555 = Instance.new("CFrameValue")
  1696. Part1556 = Instance.new("Part")
  1697. SpecialMesh1557 = Instance.new("SpecialMesh")
  1698. Weld1558 = Instance.new("Weld")
  1699. CFrameValue1559 = Instance.new("CFrameValue")
  1700. Part1560 = Instance.new("Part")
  1701. Decal1561 = Instance.new("Decal")
  1702. Decal1562 = Instance.new("Decal")
  1703. Decal1563 = Instance.new("Decal")
  1704. Decal1564 = Instance.new("Decal")
  1705. Decal1565 = Instance.new("Decal")
  1706. Weld1566 = Instance.new("Weld")
  1707. CFrameValue1567 = Instance.new("CFrameValue")
  1708. Part1568 = Instance.new("Part")
  1709. Decal1569 = Instance.new("Decal")
  1710. Decal1570 = Instance.new("Decal")
  1711. Decal1571 = Instance.new("Decal")
  1712. Decal1572 = Instance.new("Decal")
  1713. Weld1573 = Instance.new("Weld")
  1714. CFrameValue1574 = Instance.new("CFrameValue")
  1715. Part1575 = Instance.new("Part")
  1716. Decal1576 = Instance.new("Decal")
  1717. Decal1577 = Instance.new("Decal")
  1718. Decal1578 = Instance.new("Decal")
  1719. Decal1579 = Instance.new("Decal")
  1720. Weld1580 = Instance.new("Weld")
  1721. CFrameValue1581 = Instance.new("CFrameValue")
  1722. Part1582 = Instance.new("Part")
  1723. Decal1583 = Instance.new("Decal")
  1724. Decal1584 = Instance.new("Decal")
  1725. Decal1585 = Instance.new("Decal")
  1726. Decal1586 = Instance.new("Decal")
  1727. Decal1587 = Instance.new("Decal")
  1728. Weld1588 = Instance.new("Weld")
  1729. CFrameValue1589 = Instance.new("CFrameValue")
  1730. Part1590 = Instance.new("Part")
  1731. Decal1591 = Instance.new("Decal")
  1732. Decal1592 = Instance.new("Decal")
  1733. Decal1593 = Instance.new("Decal")
  1734. Decal1594 = Instance.new("Decal")
  1735. Decal1595 = Instance.new("Decal")
  1736. Weld1596 = Instance.new("Weld")
  1737. CFrameValue1597 = Instance.new("CFrameValue")
  1738. Part1598 = Instance.new("Part")
  1739. Decal1599 = Instance.new("Decal")
  1740. Decal1600 = Instance.new("Decal")
  1741. Decal1601 = Instance.new("Decal")
  1742. Decal1602 = Instance.new("Decal")
  1743. Decal1603 = Instance.new("Decal")
  1744. Weld1604 = Instance.new("Weld")
  1745. CFrameValue1605 = Instance.new("CFrameValue")
  1746. Model0.Parent = mas
  1747. Part1.Parent = Model0
  1748. Part1.CFrame = CFrame.new(11.8323984, 9.8878479, 40.6365547, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  1749. Part1.Orientation = Vector3.new(0, 179.919998, 0)
  1750. Part1.Position = Vector3.new(11.8323984, 9.8878479, 40.6365547)
  1751. Part1.Rotation = Vector3.new(-180, 0.0799999982, -180)
  1752. Part1.Color = Color3.new(0.8, 0.556863, 0.411765)
  1753. Part1.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  1754. Part1.BrickColor = BrickColor.new("Nougat")
  1755. Part1.brickColor = BrickColor.new("Nougat")
  1756. Part1.FormFactor = Enum.FormFactor.Custom
  1757. Part1.formFactor = Enum.FormFactor.Custom
  1758. Decal2.Parent = Part1
  1759. Decal2.Texture = "http://www.roblox.com/asset/?id=111291001"
  1760. Decal2.Face = Enum.NormalId.Right
  1761. Decal3.Parent = Part1
  1762. Decal3.Texture = "http://www.roblox.com/asset/?id=111291021"
  1763. Decal3.Face = Enum.NormalId.Back
  1764. Decal4.Parent = Part1
  1765. Decal4.Texture = "http://www.roblox.com/asset/?id=111291021"
  1766. Decal5.Parent = Part1
  1767. Decal5.Texture = "http://www.roblox.com/asset/?id=111291001"
  1768. Decal5.Face = Enum.NormalId.Top
  1769. Decal6.Parent = Part1
  1770. Decal6.Texture = "http://www.roblox.com/asset/?id=111291021"
  1771. Decal6.Face = Enum.NormalId.Bottom
  1772. Decal7.Parent = Part1
  1773. Decal7.Texture = "http://www.roblox.com/asset/?id=111291001"
  1774. Decal7.Face = Enum.NormalId.Left
  1775. Weld8.Parent = Part1
  1776. Weld8.C1 = CFrame.new(-12.5413647, -2.09988403, -8.99990273, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  1777. Weld8.Part0 = Part285
  1778. Weld8.Part1 = Part1
  1779. Weld8.part1 = Part1
  1780. CFrameValue9.Name = "CFrameValue"
  1781. CFrameValue9.Parent = Part1
  1782. CFrameValue9.Value = CFrame.new(-12.5413647, -2.09988403, -8.99990273, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  1783. Model10.Parent = Model0
  1784. Script11.Parent = Model10
  1785. Part12.Parent = Model10
  1786. Part12.CFrame = CFrame.new(18.9753704, 19.5001507, 26.915226, 0.000348066475, 0.00132011634, 0.999993384, -0.965918839, 0.258840948, -5.64833408e-06, -0.258838028, -0.965915978, 0.00136466138)
  1787. Part12.Orientation = Vector3.new(0, 89.9199982, -75)
  1788. Part12.Position = Vector3.new(18.9753704, 19.5001507, 26.915226)
  1789. Part12.Rotation = Vector3.new(0.239999995, 89.7900009, -75.2300034)
  1790. Part12.Color = Color3.new(0.8, 0.556863, 0.411765)
  1791. Part12.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  1792. Part12.BrickColor = BrickColor.new("Nougat")
  1793. Part12.brickColor = BrickColor.new("Nougat")
  1794. Part12.FormFactor = Enum.FormFactor.Custom
  1795. Part12.formFactor = Enum.FormFactor.Custom
  1796. Decal13.Parent = Part12
  1797. Decal13.Texture = "http://www.roblox.com/asset/?id=111291001"
  1798. Decal13.Face = Enum.NormalId.Right
  1799. Decal14.Parent = Part12
  1800. Decal14.Texture = "http://www.roblox.com/asset/?id=111291021"
  1801. Decal14.Face = Enum.NormalId.Back
  1802. Decal15.Parent = Part12
  1803. Decal15.Texture = "http://www.roblox.com/asset/?id=111291021"
  1804. Decal16.Parent = Part12
  1805. Decal16.Texture = "http://www.roblox.com/asset/?id=111291001"
  1806. Decal16.Face = Enum.NormalId.Top
  1807. Decal17.Parent = Part12
  1808. Decal17.Texture = "http://www.roblox.com/asset/?id=111291021"
  1809. Decal17.Face = Enum.NormalId.Bottom
  1810. Decal18.Parent = Part12
  1811. Decal18.Texture = "http://www.roblox.com/asset/?id=111291001"
  1812. Decal18.Face = Enum.NormalId.Left
  1813. Part19.Parent = Model10
  1814. Part19.CFrame = CFrame.new(18.973177, 20.1036701, 28.5263672, 0.00034821179, 0.00132036489, 0.999991238, -0.965917647, 0.258841664, -5.72572617e-06, -0.258836955, -0.965915799, 0.00136438012)
  1815. Part19.Orientation = Vector3.new(0, 89.9199982, -75)
  1816. Part19.Position = Vector3.new(18.973177, 20.1036701, 28.5263672)
  1817. Part19.Rotation = Vector3.new(0.239999995, 89.7600021, -75.2300034)
  1818. Part19.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1819. Part19.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  1820. Part19.BrickColor = BrickColor.new("Brown")
  1821. Part19.brickColor = BrickColor.new("Brown")
  1822. Part19.FormFactor = Enum.FormFactor.Custom
  1823. Part19.formFactor = Enum.FormFactor.Custom
  1824. Decal20.Parent = Part19
  1825. Decal20.Texture = "http://www.roblox.com/asset/?id=111289291"
  1826. Decal20.Face = Enum.NormalId.Right
  1827. Decal21.Parent = Part19
  1828. Decal21.Texture = "http://www.roblox.com/asset/?id=111289318"
  1829. Decal21.Face = Enum.NormalId.Left
  1830. Decal22.Parent = Part19
  1831. Decal22.Texture = "http://www.roblox.com/asset/?id=111290766"
  1832. Decal22.Face = Enum.NormalId.Back
  1833. Decal23.Parent = Part19
  1834. Decal23.Texture = "http://www.roblox.com/asset/?id=111290905"
  1835. Weld24.Parent = Part19
  1836. Weld24.C1 = CFrame.new(0.999986649, 1.40002728, -3.81469727e-06, 0.999998569, -7.4505715e-07, 1.46805178e-07, -7.4505715e-07, 1, 2.48792333e-07, 1.46805178e-07, 2.48792333e-07, 0.999997854)
  1837. Weld24.Part0 = Part12
  1838. Weld24.Part1 = Part19
  1839. Weld24.part1 = Part19
  1840. CFrameValue25.Name = "CFrameValue"
  1841. CFrameValue25.Parent = Part19
  1842. CFrameValue25.Value = CFrame.new(0.999986649, 1.40002728, -3.81469727e-06, 0.999998569, -7.4505715e-07, 1.46805178e-07, -7.4505715e-07, 1, 2.48792333e-07, 1.46805178e-07, 2.48792333e-07, 0.999997854)
  1843. Part26.Parent = Model10
  1844. Part26.CFrame = CFrame.new(18.9735699, 19.474432, 28.2364349, 0.00117981597, 0.000687400519, 0.999991119, -0.49997589, 0.866037011, -5.74740397e-06, -0.866032302, -0.499978006, 0.00136430142)
  1845. Part26.Orientation = Vector3.new(0, 89.9199982, -30)
  1846. Part26.Position = Vector3.new(18.9735699, 19.474432, 28.2364349)
  1847. Part26.Rotation = Vector3.new(0.239999995, 89.7600021, -30.2299995)
  1848. Part26.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1849. Part26.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  1850. Part26.BrickColor = BrickColor.new("Brown")
  1851. Part26.brickColor = BrickColor.new("Brown")
  1852. Part26.FormFactor = Enum.FormFactor.Custom
  1853. Part26.formFactor = Enum.FormFactor.Custom
  1854. Decal27.Parent = Part26
  1855. Decal27.Texture = "http://www.roblox.com/asset/?id=111290271"
  1856. Decal27.Face = Enum.NormalId.Right
  1857. Decal28.Parent = Part26
  1858. Decal28.Texture = "http://www.roblox.com/asset/?id=111290491"
  1859. Decal28.Face = Enum.NormalId.Bottom
  1860. Decal29.Parent = Part26
  1861. Decal29.Texture = "http://www.roblox.com/asset/?id=111290491"
  1862. Decal29.Face = Enum.NormalId.Top
  1863. Decal30.Parent = Part26
  1864. Decal30.Texture = "http://www.roblox.com/asset/?id=111290271"
  1865. Decal30.Face = Enum.NormalId.Left
  1866. Weld31.Parent = Part26
  1867. Weld31.C1 = CFrame.new(1.13136482, 0.682849884, -2.86102295e-06, 0.707103312, 0.70710814, 2.31990498e-07, -0.7071082, 0.707105517, 5.96557754e-08, 1.88063154e-07, 3.19003021e-07, 0.999997735)
  1868. Weld31.Part0 = Part12
  1869. Weld31.Part1 = Part26
  1870. Weld31.part1 = Part26
  1871. CFrameValue32.Name = "CFrameValue"
  1872. CFrameValue32.Parent = Part26
  1873. CFrameValue32.Value = CFrame.new(1.13136482, 0.682849884, -2.86102295e-06, 0.707103312, 0.70710814, 2.31990498e-07, -0.7071082, 0.707105517, 5.96557754e-08, 1.88063154e-07, 3.19003021e-07, 0.999997735)
  1874. Part33.Name = "tatso"
  1875. Part33.Parent = Model10
  1876. Part33.CFrame = CFrame.new(18.9722538, 19.9321556, 29.20504, -0.999995708, 0.00131986779, 0.000347891415, 5.59972932e-06, 0.258840203, -0.96592021, -0.00136493507, -0.965916157, -0.25883916)
  1877. Part33.Orientation = Vector3.new(75, 179.919998, 0)
  1878. Part33.Position = Vector3.new(18.9722538, 19.9321556, 29.20504)
  1879. Part33.Rotation = Vector3.new(105, 0.0199999996, -179.919998)
  1880. Part33.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1881. Part33.Transparency = 1
  1882. Part33.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  1883. Part33.BrickColor = BrickColor.new("Brown")
  1884. Part33.brickColor = BrickColor.new("Brown")
  1885. Part33.FormFactor = Enum.FormFactor.Custom
  1886. Part33.formFactor = Enum.FormFactor.Custom
  1887. Decal34.Parent = Part33
  1888. Decal34.Texture = "http://www.roblox.com/asset/?id=111294593"
  1889. Decal34.Face = Enum.NormalId.Top
  1890. Decal35.Parent = Part33
  1891. Decal35.Texture = "http://www.roblox.com/asset/?id=111294408"
  1892. Decal35.Face = Enum.NormalId.Back
  1893. Decal36.Parent = Part33
  1894. Decal36.Texture = "http://www.roblox.com/asset/?id=111294436"
  1895. Decal37.Parent = Part33
  1896. Decal37.Texture = "http://www.roblox.com/asset/?id=111294458"
  1897. Decal37.Face = Enum.NormalId.Left
  1898. Decal38.Parent = Part33
  1899. Decal38.Texture = "http://www.roblox.com/asset/?id=111294490"
  1900. Decal38.Face = Enum.NormalId.Right
  1901. Weld39.Parent = Part33
  1902. Weld39.C1 = CFrame.new(5.7220459e-06, 2.09996557, 1.00998116, -1.76607273e-07, -2.48792333e-07, -0.999997675, -7.4505715e-07, 1, 2.48792333e-07, 0.999998391, -7.74858563e-07, 1.17002912e-07)
  1903. Weld39.Part0 = Part12
  1904. Weld39.Part1 = Part33
  1905. Weld39.part1 = Part33
  1906. CFrameValue40.Name = "CFrameValue"
  1907. CFrameValue40.Parent = Part33
  1908. CFrameValue40.Value = CFrame.new(5.7220459e-06, 2.09996557, 1.00998116, -1.76607273e-07, -2.48792333e-07, -0.999997675, -7.4505715e-07, 1, 2.48792333e-07, 0.999998391, -7.74858563e-07, 1.17002912e-07)
  1909. Part41.Parent = Model10
  1910. Part41.CFrame = CFrame.new(17.7738724, 19.8208408, 28.0348148, 0.00117981597, 0.000687400519, 0.999991119, -0.49997589, 0.866037011, -5.74740397e-06, -0.866032302, -0.499978006, 0.00136430142)
  1911. Part41.Orientation = Vector3.new(0, 89.9199982, -30)
  1912. Part41.Position = Vector3.new(17.7738724, 19.8208408, 28.0348148)
  1913. Part41.Rotation = Vector3.new(0.239999995, 89.7600021, -30.2299995)
  1914. Part41.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1915. Part41.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  1916. Part41.BrickColor = BrickColor.new("Brown")
  1917. Part41.brickColor = BrickColor.new("Brown")
  1918. Part41.FormFactor = Enum.FormFactor.Custom
  1919. Part41.formFactor = Enum.FormFactor.Custom
  1920. Decal42.Parent = Part41
  1921. Decal42.Texture = "http://www.roblox.com/asset/?id=111291326"
  1922. Decal42.Face = Enum.NormalId.Top
  1923. Decal43.Parent = Part41
  1924. Decal43.Texture = "http://www.roblox.com/asset/?id=111291534"
  1925. Decal43.Face = Enum.NormalId.Bottom
  1926. Decal44.Parent = Part41
  1927. Decal44.Texture = "http://www.roblox.com/asset/?id=111291643"
  1928. Decal44.Face = Enum.NormalId.Right
  1929. Decal45.Parent = Part41
  1930. Decal45.Texture = "http://www.roblox.com/asset/?id=111291741"
  1931. Decal46.Parent = Part41
  1932. Decal46.Texture = "http://www.roblox.com/asset/?id=111291643"
  1933. Decal46.Face = Enum.NormalId.Left
  1934. Weld47.Parent = Part41
  1935. Weld47.C1 = CFrame.new(1.13136673, 0.282865524, 1.19997883, 0.707103312, 0.70710814, 2.31990498e-07, -0.7071082, 0.707105517, 5.96557754e-08, 1.88063154e-07, 3.19003021e-07, 0.999997735)
  1936. Weld47.Part0 = Part12
  1937. Weld47.Part1 = Part41
  1938. Weld47.part1 = Part41
  1939. CFrameValue48.Name = "CFrameValue"
  1940. CFrameValue48.Parent = Part41
  1941. CFrameValue48.Value = CFrame.new(1.13136673, 0.282865524, 1.19997883, 0.707103312, 0.70710814, 2.31990498e-07, -0.7071082, 0.707105517, 5.96557754e-08, 1.88063154e-07, 3.19003021e-07, 0.999997735)
  1942. Part49.Parent = Model10
  1943. Part49.CFrame = CFrame.new(20.1738129, 19.8208275, 28.0380859, 0.00117981597, 0.000687400519, 0.999991119, -0.49997589, 0.866037011, -5.74740397e-06, -0.866032302, -0.499978006, 0.00136430142)
  1944. Part49.Orientation = Vector3.new(0, 89.9199982, -30)
  1945. Part49.Position = Vector3.new(20.1738129, 19.8208275, 28.0380859)
  1946. Part49.Rotation = Vector3.new(0.239999995, 89.7600021, -30.2299995)
  1947. Part49.Color = Color3.new(0.486275, 0.360784, 0.27451)
  1948. Part49.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  1949. Part49.BrickColor = BrickColor.new("Brown")
  1950. Part49.brickColor = BrickColor.new("Brown")
  1951. Part49.FormFactor = Enum.FormFactor.Custom
  1952. Part49.formFactor = Enum.FormFactor.Custom
  1953. Decal50.Parent = Part49
  1954. Decal50.Texture = "http://www.roblox.com/asset/?id=111291326"
  1955. Decal50.Face = Enum.NormalId.Top
  1956. Decal51.Parent = Part49
  1957. Decal51.Texture = "http://www.roblox.com/asset/?id=111291534"
  1958. Decal51.Face = Enum.NormalId.Bottom
  1959. Decal52.Parent = Part49
  1960. Decal52.Texture = "http://www.roblox.com/asset/?id=111291643"
  1961. Decal52.Face = Enum.NormalId.Right
  1962. Decal53.Parent = Part49
  1963. Decal53.Texture = "http://www.roblox.com/asset/?id=111291741"
  1964. Decal53.Face = Enum.NormalId.Back
  1965. Decal54.Parent = Part49
  1966. Decal54.Texture = "http://www.roblox.com/asset/?id=111291643"
  1967. Decal54.Face = Enum.NormalId.Left
  1968. Weld55.Parent = Part49
  1969. Weld55.C1 = CFrame.new(1.13136292, 0.282863617, -1.19998264, 0.707103312, 0.70710814, 2.31990498e-07, -0.7071082, 0.707105517, 5.96557754e-08, 1.88063154e-07, 3.19003021e-07, 0.999997735)
  1970. Weld55.Part0 = Part12
  1971. Weld55.Part1 = Part49
  1972. Weld55.part1 = Part49
  1973. CFrameValue56.Name = "CFrameValue"
  1974. CFrameValue56.Parent = Part49
  1975. CFrameValue56.Value = CFrame.new(1.13136292, 0.282863617, -1.19998264, 0.707103312, 0.70710814, 2.31990498e-07, -0.7071082, 0.707105517, 5.96557754e-08, 1.88063154e-07, 3.19003021e-07, 0.999997735)
  1976. Part57.Parent = Model10
  1977. Part57.CFrame = CFrame.new(19.3698997, 19.4565563, 30.9417057, 0.00034821179, 0.00132036489, 0.999991238, -0.965917647, 0.258841664, -5.72572617e-06, -0.258836955, -0.965915799, 0.00136438012)
  1978. Part57.Orientation = Vector3.new(0, 89.9199982, -75)
  1979. Part57.Position = Vector3.new(19.3698997, 19.4565563, 30.9417057)
  1980. Part57.Rotation = Vector3.new(0.239999995, 89.7600021, -75.2300034)
  1981. Part57.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1982. Part57.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  1983. Part57.BrickColor = BrickColor.new("Dark stone grey")
  1984. Part57.brickColor = BrickColor.new("Dark stone grey")
  1985. Part57.FormFactor = Enum.FormFactor.Custom
  1986. Part57.formFactor = Enum.FormFactor.Custom
  1987. Decal58.Parent = Part57
  1988. Decal58.Texture = "http://www.roblox.com/asset/?id=111291534"
  1989. Decal58.Face = Enum.NormalId.Top
  1990. Decal59.Parent = Part57
  1991. Decal59.Texture = "http://www.roblox.com/asset/?id=111292682"
  1992. Decal59.Face = Enum.NormalId.Right
  1993. Decal60.Parent = Part57
  1994. Decal60.Texture = "http://www.roblox.com/asset/?id=111292704"
  1995. Decal60.Face = Enum.NormalId.Back
  1996. Decal61.Parent = Part57
  1997. Decal61.Texture = "http://www.roblox.com/asset/?id=111292718"
  1998. Decal62.Parent = Part57
  1999. Decal62.Texture = "http://www.roblox.com/asset/?id=111292729"
  2000. Decal62.Face = Enum.NormalId.Left
  2001. Weld63.Parent = Part57
  2002. Weld63.C1 = CFrame.new(0.999980927, 3.90003109, -0.40003109, 0.999998569, -7.4505715e-07, 1.46805178e-07, -7.4505715e-07, 1, 2.48792333e-07, 1.46805178e-07, 2.48792333e-07, 0.999997854)
  2003. Weld63.Part0 = Part12
  2004. Weld63.Part1 = Part57
  2005. Weld63.part1 = Part57
  2006. CFrameValue64.Name = "CFrameValue"
  2007. CFrameValue64.Parent = Part57
  2008. CFrameValue64.Value = CFrame.new(0.999980927, 3.90003109, -0.40003109, 0.999998569, -7.4505715e-07, 1.46805178e-07, -7.4505715e-07, 1, 2.48792333e-07, 1.46805178e-07, 2.48792333e-07, 0.999997854)
  2009. Part65.Parent = Model10
  2010. Part65.CFrame = CFrame.new(18.5698891, 19.456562, 30.9406109, 0.00034821179, 0.00132036489, 0.999991238, -0.965917647, 0.258841664, -5.72572617e-06, -0.258836955, -0.965915799, 0.00136438012)
  2011. Part65.Orientation = Vector3.new(0, 89.9199982, -75)
  2012. Part65.Position = Vector3.new(18.5698891, 19.456562, 30.9406109)
  2013. Part65.Rotation = Vector3.new(0.239999995, 89.7600021, -75.2300034)
  2014. Part65.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2015. Part65.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  2016. Part65.BrickColor = BrickColor.new("Dark stone grey")
  2017. Part65.brickColor = BrickColor.new("Dark stone grey")
  2018. Part65.FormFactor = Enum.FormFactor.Custom
  2019. Part65.formFactor = Enum.FormFactor.Custom
  2020. Decal66.Parent = Part65
  2021. Decal66.Texture = "http://www.roblox.com/asset/?id=111291534"
  2022. Decal66.Face = Enum.NormalId.Top
  2023. Decal67.Parent = Part65
  2024. Decal67.Texture = "http://www.roblox.com/asset/?id=111292682"
  2025. Decal67.Face = Enum.NormalId.Right
  2026. Decal68.Parent = Part65
  2027. Decal68.Texture = "http://www.roblox.com/asset/?id=111292704"
  2028. Decal68.Face = Enum.NormalId.Back
  2029. Decal69.Parent = Part65
  2030. Decal69.Texture = "http://www.roblox.com/asset/?id=111292718"
  2031. Decal70.Parent = Part65
  2032. Decal70.Texture = "http://www.roblox.com/asset/?id=111292729"
  2033. Decal70.Face = Enum.NormalId.Left
  2034. Weld71.Parent = Part65
  2035. Weld71.C1 = CFrame.new(0.999980927, 3.90002823, 0.399986267, 0.999998569, -7.4505715e-07, 1.46805178e-07, -7.4505715e-07, 1, 2.48792333e-07, 1.46805178e-07, 2.48792333e-07, 0.999997854)
  2036. Weld71.Part0 = Part12
  2037. Weld71.Part1 = Part65
  2038. Weld71.part1 = Part65
  2039. CFrameValue72.Name = "CFrameValue"
  2040. CFrameValue72.Parent = Part65
  2041. CFrameValue72.Value = CFrame.new(0.999980927, 3.90002823, 0.399986267, 0.999998569, -7.4505715e-07, 1.46805178e-07, -7.4505715e-07, 1, 2.48792333e-07, 1.46805178e-07, 2.48792333e-07, 0.999997854)
  2042. Part73.Parent = Model10
  2043. Part73.CFrame = CFrame.new(18.9760799, 20.673111, 26.4014206, 0.00034821179, 0.00132036489, 0.999991238, -0.965917647, 0.258841664, -5.72572617e-06, -0.258836955, -0.965915799, 0.00136438012)
  2044. Part73.Orientation = Vector3.new(0, 89.9199982, -75)
  2045. Part73.Position = Vector3.new(18.9760799, 20.673111, 26.4014206)
  2046. Part73.Rotation = Vector3.new(0.239999995, 89.7600021, -75.2300034)
  2047. Part73.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2048. Part73.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2049. Part73.BrickColor = BrickColor.new("Light orange")
  2050. Part73.brickColor = BrickColor.new("Light orange")
  2051. Part73.FormFactor = Enum.FormFactor.Custom
  2052. Part73.formFactor = Enum.FormFactor.Custom
  2053. Decal74.Parent = Part73
  2054. Decal74.Texture = "http://www.roblox.com/asset/?id=111288035"
  2055. Decal74.Face = Enum.NormalId.Right
  2056. Decal75.Parent = Part73
  2057. Decal75.Texture = "http://www.roblox.com/asset/?id=111289140"
  2058. Decal75.Face = Enum.NormalId.Back
  2059. Decal76.Parent = Part73
  2060. Decal76.Texture = "http://www.roblox.com/asset/?id=111289140"
  2061. Decal77.Parent = Part73
  2062. Decal77.Texture = "http://www.roblox.com/asset/?id=111289140"
  2063. Decal77.Face = Enum.NormalId.Left
  2064. Decal78.Parent = Part73
  2065. Decal78.Texture = "http://www.roblox.com/asset/?id=111289156"
  2066. Decal78.Face = Enum.NormalId.Top
  2067. Decal79.Parent = Part73
  2068. Decal79.Texture = "http://www.roblox.com/asset/?id=111292912"
  2069. Decal79.Face = Enum.NormalId.Bottom
  2070. Weld80.Parent = Part73
  2071. Weld80.C1 = CFrame.new(0.999994278, -0.799905777, -9.53674316e-07, 0.999998569, -7.4505715e-07, 1.46805178e-07, -7.4505715e-07, 1, 2.48792333e-07, 1.46805178e-07, 2.48792333e-07, 0.999997854)
  2072. Weld80.Part0 = Part12
  2073. Weld80.Part1 = Part73
  2074. Weld80.part1 = Part73
  2075. CFrameValue81.Name = "CFrameValue"
  2076. CFrameValue81.Parent = Part73
  2077. CFrameValue81.Value = CFrame.new(0.999994278, -0.799905777, -9.53674316e-07, 0.999998569, -7.4505715e-07, 1.46805178e-07, -7.4505715e-07, 1, 2.48792333e-07, 1.46805178e-07, 2.48792333e-07, 0.999997854)
  2078. Sound82.Parent = Model0
  2079. Sound82.Looped = true
  2080. Sound82.Pitch = 0.89999997615814
  2081. Sound82.PlaybackSpeed = 0.89999997615814
  2082. Sound82.SoundId = "rbxassetid://2784650492"
  2083. Part83.Parent = Model0
  2084. Part83.CFrame = CFrame.new(19.4433002, 19.1102524, 34.8489265, -0.00151066843, -0.000546123716, -0.999985874, -0.333063275, 0.942903578, -6.0806592e-06, 0.942891717, 0.333066136, -0.00160116749)
  2085. Part83.Orientation = Vector3.new(0, -90.0899963, -19.4500008)
  2086. Part83.Position = Vector3.new(19.4433002, 19.1102524, 34.8489265)
  2087. Part83.Rotation = Vector3.new(179.779999, -89.6999969, 160.119995)
  2088. Part83.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2089. Part83.Size = Vector3.new(0.728307188, 0.388430536, 0.97107625)
  2090. Part83.BottomSurface = Enum.SurfaceType.Smooth
  2091. Part83.BrickColor = BrickColor.new("Black")
  2092. Part83.TopSurface = Enum.SurfaceType.Smooth
  2093. Part83.brickColor = BrickColor.new("Black")
  2094. SpecialMesh84.Name = "SpecialMesh"
  2095. SpecialMesh84.Parent = Part83
  2096. SpecialMesh84.MeshType = Enum.MeshType.Wedge
  2097. Weld85.Parent = Part83
  2098. Weld85.C1 = CFrame.new(17.7232132, -5.74778175, -4.94180393, -0.942899525, -0.33305341, -0.000224036703, -0.333057821, 0.942907035, -8.90470474e-05, 0.000235765285, -3.64288235e-06, -0.999990463)
  2099. Weld85.Part0 = Part285
  2100. Weld85.Part1 = Part83
  2101. Weld85.part1 = Part83
  2102. CFrameValue86.Name = "CFrameValue"
  2103. CFrameValue86.Parent = Part83
  2104. CFrameValue86.Value = CFrame.new(17.7232132, -5.74778175, -4.94180393, -0.942899525, -0.33305341, -0.000224036703, -0.333057821, 0.942907035, -8.90470474e-05, 0.000235765285, -3.64288235e-06, -0.999990463)
  2105. Part87.Parent = Model0
  2106. Part87.CFrame = CFrame.new(18.8266182, 5.13663101, 26.9439774, 0.0013658544, 9.95107439e-06, 0.999995708, 1.08637914e-05, 1, -9.96608105e-06, -0.999995708, 1.08794038e-05, 0.00136585429)
  2107. Part87.Orientation = Vector3.new(0, 89.9199982, 0)
  2108. Part87.Position = Vector3.new(18.8266182, 5.13663101, 26.9439774)
  2109. Part87.Rotation = Vector3.new(0.419999987, 89.8300018, -0.419999987)
  2110. Part87.Color = Color3.new(0.8, 0.556863, 0.411765)
  2111. Part87.Size = Vector3.new(2.03642988, 4.07285976, 2.03642964)
  2112. Part87.BrickColor = BrickColor.new("Nougat")
  2113. Part87.brickColor = BrickColor.new("Nougat")
  2114. Part87.FormFactor = Enum.FormFactor.Custom
  2115. Part87.formFactor = Enum.FormFactor.Custom
  2116. Decal88.Parent = Part87
  2117. Decal88.Texture = "http://www.roblox.com/asset/?id=111291001"
  2118. Decal88.Face = Enum.NormalId.Right
  2119. Decal89.Parent = Part87
  2120. Decal89.Texture = "http://www.roblox.com/asset/?id=111291021"
  2121. Decal89.Face = Enum.NormalId.Back
  2122. Decal90.Parent = Part87
  2123. Decal90.Texture = "http://www.roblox.com/asset/?id=111291021"
  2124. Decal91.Parent = Part87
  2125. Decal91.Texture = "http://www.roblox.com/asset/?id=111291001"
  2126. Decal91.Face = Enum.NormalId.Top
  2127. Decal92.Parent = Part87
  2128. Decal92.Texture = "http://www.roblox.com/asset/?id=111291021"
  2129. Decal92.Face = Enum.NormalId.Bottom
  2130. Decal93.Parent = Part87
  2131. Decal93.Texture = "http://www.roblox.com/asset/?id=111291001"
  2132. Decal93.Face = Enum.NormalId.Left
  2133. Weld94.Parent = Part87
  2134. Weld94.C1 = CFrame.new(-22.7020073, 2.65139771, 5.56578541, 1, 4.01653779e-07, 4.38234792e-07, -4.0166924e-07, 1, 1.24063408e-05, -4.38231609e-07, -1.24063426e-05, 1)
  2135. Weld94.Part0 = Part285
  2136. Weld94.Part1 = Part87
  2137. Weld94.part1 = Part87
  2138. CFrameValue95.Name = "CFrameValue"
  2139. CFrameValue95.Parent = Part87
  2140. CFrameValue95.Value = CFrame.new(-22.7020073, 2.65139771, 5.56578541, 1, 4.01653779e-07, 4.38234792e-07, -4.0166924e-07, 1, 1.24063408e-05, -4.38231609e-07, -1.24063426e-05, 1)
  2141. Part96.Parent = Model0
  2142. Part96.CFrame = CFrame.new(25.3918304, 9.88782406, 34.655098, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  2143. Part96.Orientation = Vector3.new(0, -0.0799999982, 0)
  2144. Part96.Position = Vector3.new(25.3918304, 9.88782406, 34.655098)
  2145. Part96.Rotation = Vector3.new(0, -0.0799999982, 0)
  2146. Part96.Color = Color3.new(0.8, 0.556863, 0.411765)
  2147. Part96.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  2148. Part96.BrickColor = BrickColor.new("Nougat")
  2149. Part96.brickColor = BrickColor.new("Nougat")
  2150. Part96.FormFactor = Enum.FormFactor.Custom
  2151. Part96.formFactor = Enum.FormFactor.Custom
  2152. Decal97.Parent = Part96
  2153. Decal97.Texture = "http://www.roblox.com/asset/?id=111291001"
  2154. Decal97.Face = Enum.NormalId.Right
  2155. Decal98.Parent = Part96
  2156. Decal98.Texture = "http://www.roblox.com/asset/?id=111291021"
  2157. Decal98.Face = Enum.NormalId.Back
  2158. Decal99.Parent = Part96
  2159. Decal99.Texture = "http://www.roblox.com/asset/?id=111291021"
  2160. Decal100.Parent = Part96
  2161. Decal100.Texture = "http://www.roblox.com/asset/?id=111291001"
  2162. Decal100.Face = Enum.NormalId.Top
  2163. Decal101.Parent = Part96
  2164. Decal101.Texture = "http://www.roblox.com/asset/?id=111291021"
  2165. Decal101.Face = Enum.NormalId.Bottom
  2166. Decal102.Parent = Part96
  2167. Decal102.Texture = "http://www.roblox.com/asset/?id=111291001"
  2168. Decal102.Face = Enum.NormalId.Left
  2169. Weld103.Parent = Part96
  2170. Weld103.C1 = CFrame.new(-1.00995064, -2.09980917, 14.9999027, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2171. Weld103.Part0 = Part285
  2172. Weld103.Part1 = Part96
  2173. Weld103.part1 = Part96
  2174. CFrameValue104.Name = "CFrameValue"
  2175. CFrameValue104.Parent = Part96
  2176. CFrameValue104.Value = CFrame.new(-1.00995064, -2.09980917, 14.9999027, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2177. Part105.Parent = Model0
  2178. Part105.CFrame = CFrame.new(24.3924217, 5.98781347, 34.253685, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  2179. Part105.Orientation = Vector3.new(0, -0.0799999982, 0)
  2180. Part105.Position = Vector3.new(24.3924217, 5.98781347, 34.253685)
  2181. Part105.Rotation = Vector3.new(0, -0.0799999982, 0)
  2182. Part105.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2183. Part105.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  2184. Part105.BrickColor = BrickColor.new("Dark stone grey")
  2185. Part105.brickColor = BrickColor.new("Dark stone grey")
  2186. Part105.FormFactor = Enum.FormFactor.Custom
  2187. Part105.formFactor = Enum.FormFactor.Custom
  2188. Decal106.Parent = Part105
  2189. Decal106.Texture = "http://www.roblox.com/asset/?id=111291534"
  2190. Decal106.Face = Enum.NormalId.Top
  2191. Decal107.Parent = Part105
  2192. Decal107.Texture = "http://www.roblox.com/asset/?id=111292682"
  2193. Decal107.Face = Enum.NormalId.Right
  2194. Decal108.Parent = Part105
  2195. Decal108.Texture = "http://www.roblox.com/asset/?id=111292704"
  2196. Decal108.Face = Enum.NormalId.Back
  2197. Decal109.Parent = Part105
  2198. Decal109.Texture = "http://www.roblox.com/asset/?id=111292718"
  2199. Decal110.Parent = Part105
  2200. Decal110.Texture = "http://www.roblox.com/asset/?id=111292729"
  2201. Decal110.Face = Enum.NormalId.Left
  2202. Weld111.Parent = Part105
  2203. Weld111.C1 = CFrame.new(-0.00999832153, 1.80021095, 15.3998795, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2204. Weld111.Part0 = Part285
  2205. Weld111.Part1 = Part105
  2206. Weld111.part1 = Part105
  2207. CFrameValue112.Name = "CFrameValue"
  2208. CFrameValue112.Parent = Part105
  2209. CFrameValue112.Value = CFrame.new(-0.00999832153, 1.80021095, 15.3998795, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2210. Part113.Parent = Model0
  2211. Part113.CFrame = CFrame.new(24.371397, 10.6875887, 49.6535988, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  2212. Part113.Orientation = Vector3.new(0, -0.0799999982, 0)
  2213. Part113.Position = Vector3.new(24.371397, 10.6875887, 49.6535988)
  2214. Part113.Rotation = Vector3.new(0, -0.0799999982, 0)
  2215. Part113.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2216. Part113.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2217. Part113.BrickColor = BrickColor.new("Light orange")
  2218. Part113.brickColor = BrickColor.new("Light orange")
  2219. Part113.FormFactor = Enum.FormFactor.Custom
  2220. Part113.formFactor = Enum.FormFactor.Custom
  2221. Decal114.Parent = Part113
  2222. Decal114.Texture = "http://www.roblox.com/asset/?id=111288035"
  2223. Decal114.Face = Enum.NormalId.Right
  2224. Decal115.Parent = Part113
  2225. Decal115.Texture = "http://www.roblox.com/asset/?id=111289140"
  2226. Decal115.Face = Enum.NormalId.Back
  2227. Decal116.Parent = Part113
  2228. Decal116.Texture = "http://www.roblox.com/asset/?id=111289140"
  2229. Decal117.Parent = Part113
  2230. Decal117.Texture = "http://www.roblox.com/asset/?id=111289140"
  2231. Decal117.Face = Enum.NormalId.Left
  2232. Decal118.Parent = Part113
  2233. Decal118.Texture = "http://www.roblox.com/asset/?id=111289156"
  2234. Decal118.Face = Enum.NormalId.Top
  2235. Decal119.Parent = Part113
  2236. Decal119.Texture = "http://www.roblox.com/asset/?id=111292912"
  2237. Decal119.Face = Enum.NormalId.Bottom
  2238. Weld120.Parent = Part113
  2239. Weld120.C1 = CFrame.new(-0.00997543335, -2.89986277, -1.52587891e-05, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  2240. Weld120.Part0 = Part285
  2241. Weld120.Part1 = Part113
  2242. Weld120.part1 = Part113
  2243. CFrameValue121.Name = "CFrameValue"
  2244. CFrameValue121.Parent = Part113
  2245. CFrameValue121.Value = CFrame.new(-0.00997543335, -2.89986277, -1.52587891e-05, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  2246. Part122.Parent = Model0
  2247. Part122.CFrame = CFrame.new(24.3877869, 10.6876183, 37.6538811, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  2248. Part122.Orientation = Vector3.new(0, -0.0799999982, 0)
  2249. Part122.Position = Vector3.new(24.3877869, 10.6876183, 37.6538811)
  2250. Part122.Rotation = Vector3.new(0, -0.0799999982, 0)
  2251. Part122.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2252. Part122.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2253. Part122.BrickColor = BrickColor.new("Light orange")
  2254. Part122.brickColor = BrickColor.new("Light orange")
  2255. Part122.FormFactor = Enum.FormFactor.Custom
  2256. Part122.formFactor = Enum.FormFactor.Custom
  2257. Decal123.Parent = Part122
  2258. Decal123.Texture = "http://www.roblox.com/asset/?id=111288035"
  2259. Decal123.Face = Enum.NormalId.Right
  2260. Decal124.Parent = Part122
  2261. Decal124.Texture = "http://www.roblox.com/asset/?id=111289140"
  2262. Decal124.Face = Enum.NormalId.Back
  2263. Decal125.Parent = Part122
  2264. Decal125.Texture = "http://www.roblox.com/asset/?id=111289140"
  2265. Decal126.Parent = Part122
  2266. Decal126.Texture = "http://www.roblox.com/asset/?id=111289140"
  2267. Decal126.Face = Enum.NormalId.Left
  2268. Decal127.Parent = Part122
  2269. Decal127.Texture = "http://www.roblox.com/asset/?id=111289156"
  2270. Decal127.Face = Enum.NormalId.Top
  2271. Decal128.Parent = Part122
  2272. Decal128.Texture = "http://www.roblox.com/asset/?id=111292912"
  2273. Decal128.Face = Enum.NormalId.Bottom
  2274. Weld129.Parent = Part122
  2275. Weld129.C1 = CFrame.new(-0.00997161865, -2.89975405, 11.9998322, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  2276. Weld129.Part0 = Part285
  2277. Weld129.Part1 = Part122
  2278. Weld129.part1 = Part122
  2279. CFrameValue130.Name = "CFrameValue"
  2280. CFrameValue130.Parent = Part122
  2281. CFrameValue130.Value = CFrame.new(-0.00997161865, -2.89975405, 11.9998322, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  2282. Part131.Parent = Model0
  2283. Part131.CFrame = CFrame.new(21.7225266, 10.2895603, 54.9762917, -0.00136478152, 7.94435164e-06, -0.999995708, -2.66828761e-06, 1, 7.94815242e-06, 0.999995708, 2.68116673e-06, -0.00136478152)
  2284. Part131.Orientation = Vector3.new(0, -90.0800018, 0)
  2285. Part131.Position = Vector3.new(21.7225266, 10.2895603, 54.9762917)
  2286. Part131.Rotation = Vector3.new(-179.669998, -89.8300018, -179.669998)
  2287. Part131.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2288. Part131.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2289. Part131.BrickColor = BrickColor.new("Light orange")
  2290. Part131.brickColor = BrickColor.new("Light orange")
  2291. Part131.FormFactor = Enum.FormFactor.Custom
  2292. Part131.formFactor = Enum.FormFactor.Custom
  2293. Decal132.Parent = Part131
  2294. Decal132.Texture = "http://www.roblox.com/asset/?id=111288035"
  2295. Decal132.Face = Enum.NormalId.Right
  2296. Decal133.Parent = Part131
  2297. Decal133.Texture = "http://www.roblox.com/asset/?id=111289140"
  2298. Decal133.Face = Enum.NormalId.Back
  2299. Decal134.Parent = Part131
  2300. Decal134.Texture = "http://www.roblox.com/asset/?id=111289140"
  2301. Decal135.Parent = Part131
  2302. Decal135.Texture = "http://www.roblox.com/asset/?id=111289140"
  2303. Decal135.Face = Enum.NormalId.Left
  2304. Decal136.Parent = Part131
  2305. Decal136.Texture = "http://www.roblox.com/asset/?id=111289156"
  2306. Decal136.Face = Enum.NormalId.Top
  2307. Decal137.Parent = Part131
  2308. Decal137.Texture = "http://www.roblox.com/asset/?id=111292912"
  2309. Decal137.Face = Enum.NormalId.Bottom
  2310. Weld138.Parent = Part131
  2311. Weld138.C1 = CFrame.new(-5.32638168, -2.50182724, -2.63163376, -1, 7.79384754e-06, 6.34670187e-07, 7.79384754e-06, 1, 1.03884186e-05, -6.34587195e-07, 1.03884258e-05, -1)
  2312. Weld138.Part0 = Part285
  2313. Weld138.Part1 = Part131
  2314. Weld138.part1 = Part131
  2315. CFrameValue139.Name = "CFrameValue"
  2316. CFrameValue139.Parent = Part131
  2317. CFrameValue139.Value = CFrame.new(-5.32638168, -2.50182724, -2.63163376, -1, 7.79384754e-06, 6.34670187e-07, 7.79384754e-06, 1, 1.03884186e-05, -6.34587195e-07, 1.03884258e-05, -1)
  2318. Part140.Parent = Model0
  2319. Part140.CFrame = CFrame.new(12.8367271, 10.6876612, 37.6381683, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  2320. Part140.Orientation = Vector3.new(0, 179.919998, 0)
  2321. Part140.Position = Vector3.new(12.8367271, 10.6876612, 37.6381683)
  2322. Part140.Rotation = Vector3.new(-180, 0.0799999982, -180)
  2323. Part140.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2324. Part140.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2325. Part140.BrickColor = BrickColor.new("Light orange")
  2326. Part140.brickColor = BrickColor.new("Light orange")
  2327. Part140.FormFactor = Enum.FormFactor.Custom
  2328. Part140.formFactor = Enum.FormFactor.Custom
  2329. Decal141.Parent = Part140
  2330. Decal141.Texture = "http://www.roblox.com/asset/?id=111288035"
  2331. Decal141.Face = Enum.NormalId.Right
  2332. Decal142.Parent = Part140
  2333. Decal142.Texture = "http://www.roblox.com/asset/?id=111289140"
  2334. Decal142.Face = Enum.NormalId.Back
  2335. Decal143.Parent = Part140
  2336. Decal143.Texture = "http://www.roblox.com/asset/?id=111289140"
  2337. Decal144.Parent = Part140
  2338. Decal144.Texture = "http://www.roblox.com/asset/?id=111289140"
  2339. Decal144.Face = Enum.NormalId.Left
  2340. Decal145.Parent = Part140
  2341. Decal145.Texture = "http://www.roblox.com/asset/?id=111289156"
  2342. Decal145.Face = Enum.NormalId.Top
  2343. Decal146.Parent = Part140
  2344. Decal146.Texture = "http://www.roblox.com/asset/?id=111292912"
  2345. Decal146.Face = Enum.NormalId.Bottom
  2346. Weld147.Parent = Part140
  2347. Weld147.C1 = CFrame.new(-11.5412493, -2.89978695, -11.9997673, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  2348. Weld147.Part0 = Part285
  2349. Weld147.Part1 = Part140
  2350. Weld147.part1 = Part140
  2351. CFrameValue148.Name = "CFrameValue"
  2352. CFrameValue148.Parent = Part140
  2353. CFrameValue148.Value = CFrame.new(-11.5412493, -2.89978695, -11.9997673, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  2354. Part149.Parent = Model0
  2355. Part149.CFrame = CFrame.new(15.622612, 10.2895956, 54.9679794, -0.00136478152, 7.94435164e-06, -0.999995708, -2.66828761e-06, 1, 7.94815242e-06, 0.999995708, 2.68116673e-06, -0.00136478152)
  2356. Part149.Orientation = Vector3.new(0, -90.0800018, 0)
  2357. Part149.Position = Vector3.new(15.622612, 10.2895956, 54.9679794)
  2358. Part149.Rotation = Vector3.new(-179.669998, -89.8300018, -179.669998)
  2359. Part149.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2360. Part149.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2361. Part149.BrickColor = BrickColor.new("Light orange")
  2362. Part149.brickColor = BrickColor.new("Light orange")
  2363. Part149.FormFactor = Enum.FormFactor.Custom
  2364. Part149.formFactor = Enum.FormFactor.Custom
  2365. Decal150.Parent = Part149
  2366. Decal150.Texture = "http://www.roblox.com/asset/?id=111288035"
  2367. Decal150.Face = Enum.NormalId.Right
  2368. Decal151.Parent = Part149
  2369. Decal151.Texture = "http://www.roblox.com/asset/?id=111289140"
  2370. Decal151.Face = Enum.NormalId.Back
  2371. Decal152.Parent = Part149
  2372. Decal152.Texture = "http://www.roblox.com/asset/?id=111289140"
  2373. Decal153.Parent = Part149
  2374. Decal153.Texture = "http://www.roblox.com/asset/?id=111289140"
  2375. Decal153.Face = Enum.NormalId.Left
  2376. Decal154.Parent = Part149
  2377. Decal154.Texture = "http://www.roblox.com/asset/?id=111289156"
  2378. Decal154.Face = Enum.NormalId.Top
  2379. Decal155.Parent = Part149
  2380. Decal155.Texture = "http://www.roblox.com/asset/?id=111292912"
  2381. Decal155.Face = Enum.NormalId.Bottom
  2382. Weld156.Parent = Part149
  2383. Weld156.C1 = CFrame.new(-5.32639313, -2.50181389, -8.73157501, -1, 7.79384754e-06, 6.34670187e-07, 7.79384754e-06, 1, 1.03884186e-05, -6.34587195e-07, 1.03884258e-05, -1)
  2384. Weld156.Part0 = Part285
  2385. Weld156.Part1 = Part149
  2386. Weld156.part1 = Part149
  2387. CFrameValue157.Name = "CFrameValue"
  2388. CFrameValue157.Parent = Part149
  2389. CFrameValue157.Value = CFrame.new(-5.32639313, -2.50181389, -8.73157501, -1, 7.79384754e-06, 6.34670187e-07, 7.79384754e-06, 1, 1.03884186e-05, -6.34587195e-07, 1.03884258e-05, -1)
  2390. Part158.Parent = Model0
  2391. Part158.CFrame = CFrame.new(24.375494, 10.6875954, 46.6536674, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  2392. Part158.Orientation = Vector3.new(0, -0.0799999982, 0)
  2393. Part158.Position = Vector3.new(24.375494, 10.6875954, 46.6536674)
  2394. Part158.Rotation = Vector3.new(0, -0.0799999982, 0)
  2395. Part158.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2396. Part158.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2397. Part158.BrickColor = BrickColor.new("Light orange")
  2398. Part158.brickColor = BrickColor.new("Light orange")
  2399. Part158.FormFactor = Enum.FormFactor.Custom
  2400. Part158.formFactor = Enum.FormFactor.Custom
  2401. Decal159.Parent = Part158
  2402. Decal159.Texture = "http://www.roblox.com/asset/?id=111288035"
  2403. Decal159.Face = Enum.NormalId.Right
  2404. Decal160.Parent = Part158
  2405. Decal160.Texture = "http://www.roblox.com/asset/?id=111289140"
  2406. Decal160.Face = Enum.NormalId.Back
  2407. Decal161.Parent = Part158
  2408. Decal161.Texture = "http://www.roblox.com/asset/?id=111289140"
  2409. Decal162.Parent = Part158
  2410. Decal162.Texture = "http://www.roblox.com/asset/?id=111289140"
  2411. Decal162.Face = Enum.NormalId.Left
  2412. Decal163.Parent = Part158
  2413. Decal163.Texture = "http://www.roblox.com/asset/?id=111289156"
  2414. Decal163.Face = Enum.NormalId.Top
  2415. Decal164.Parent = Part158
  2416. Decal164.Texture = "http://www.roblox.com/asset/?id=111292912"
  2417. Decal164.Face = Enum.NormalId.Bottom
  2418. Weld165.Parent = Part158
  2419. Weld165.C1 = CFrame.new(-0.009973526, -2.89983416, 2.9999485, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  2420. Weld165.Part0 = Part285
  2421. Weld165.Part1 = Part158
  2422. Weld165.part1 = Part158
  2423. CFrameValue166.Name = "CFrameValue"
  2424. CFrameValue166.Parent = Part158
  2425. CFrameValue166.Value = CFrame.new(-0.009973526, -2.89983416, 2.9999485, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  2426. Part167.Parent = Model0
  2427. Part167.CFrame = CFrame.new(11.8283062, 9.88782215, 43.6365242, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  2428. Part167.Orientation = Vector3.new(0, 179.919998, 0)
  2429. Part167.Position = Vector3.new(11.8283062, 9.88782215, 43.6365242)
  2430. Part167.Rotation = Vector3.new(-180, 0.0799999982, -180)
  2431. Part167.Color = Color3.new(0.8, 0.556863, 0.411765)
  2432. Part167.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  2433. Part167.BrickColor = BrickColor.new("Nougat")
  2434. Part167.brickColor = BrickColor.new("Nougat")
  2435. Part167.FormFactor = Enum.FormFactor.Custom
  2436. Part167.formFactor = Enum.FormFactor.Custom
  2437. Decal168.Parent = Part167
  2438. Decal168.Texture = "http://www.roblox.com/asset/?id=111291001"
  2439. Decal168.Face = Enum.NormalId.Right
  2440. Decal169.Parent = Part167
  2441. Decal169.Texture = "http://www.roblox.com/asset/?id=111291021"
  2442. Decal169.Face = Enum.NormalId.Back
  2443. Decal170.Parent = Part167
  2444. Decal170.Texture = "http://www.roblox.com/asset/?id=111291021"
  2445. Decal171.Parent = Part167
  2446. Decal171.Texture = "http://www.roblox.com/asset/?id=111291001"
  2447. Decal171.Face = Enum.NormalId.Top
  2448. Decal172.Parent = Part167
  2449. Decal172.Texture = "http://www.roblox.com/asset/?id=111291021"
  2450. Decal172.Face = Enum.NormalId.Bottom
  2451. Decal173.Parent = Part167
  2452. Decal173.Texture = "http://www.roblox.com/asset/?id=111291001"
  2453. Decal173.Face = Enum.NormalId.Left
  2454. Weld174.Parent = Part167
  2455. Weld174.C1 = CFrame.new(-12.5413609, -2.09989548, -5.9999218, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  2456. Weld174.Part0 = Part285
  2457. Weld174.Part1 = Part167
  2458. Weld174.part1 = Part167
  2459. CFrameValue175.Name = "CFrameValue"
  2460. CFrameValue175.Parent = Part167
  2461. CFrameValue175.Value = CFrame.new(-12.5413609, -2.09989548, -5.9999218, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  2462. Part176.Parent = Model0
  2463. Part176.CFrame = CFrame.new(11.8405876, 9.88790321, 34.6366196, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  2464. Part176.Orientation = Vector3.new(0, 179.919998, 0)
  2465. Part176.Position = Vector3.new(11.8405876, 9.88790321, 34.6366196)
  2466. Part176.Rotation = Vector3.new(-180, 0.0799999982, -180)
  2467. Part176.Color = Color3.new(0.8, 0.556863, 0.411765)
  2468. Part176.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  2469. Part176.BrickColor = BrickColor.new("Nougat")
  2470. Part176.brickColor = BrickColor.new("Nougat")
  2471. Part176.FormFactor = Enum.FormFactor.Custom
  2472. Part176.formFactor = Enum.FormFactor.Custom
  2473. Decal177.Parent = Part176
  2474. Decal177.Texture = "http://www.roblox.com/asset/?id=111291001"
  2475. Decal177.Face = Enum.NormalId.Right
  2476. Decal178.Parent = Part176
  2477. Decal178.Texture = "http://www.roblox.com/asset/?id=111291021"
  2478. Decal178.Face = Enum.NormalId.Back
  2479. Decal179.Parent = Part176
  2480. Decal179.Texture = "http://www.roblox.com/asset/?id=111291021"
  2481. Decal180.Parent = Part176
  2482. Decal180.Texture = "http://www.roblox.com/asset/?id=111291001"
  2483. Decal180.Face = Enum.NormalId.Top
  2484. Decal181.Parent = Part176
  2485. Decal181.Texture = "http://www.roblox.com/asset/?id=111291021"
  2486. Decal181.Face = Enum.NormalId.Bottom
  2487. Decal182.Parent = Part176
  2488. Decal182.Texture = "http://www.roblox.com/asset/?id=111291001"
  2489. Decal182.Face = Enum.NormalId.Left
  2490. Weld183.Parent = Part176
  2491. Weld183.C1 = CFrame.new(-12.5413685, -2.09986496, -14.9998646, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  2492. Weld183.Part0 = Part285
  2493. Weld183.Part1 = Part176
  2494. Weld183.part1 = Part176
  2495. CFrameValue184.Name = "CFrameValue"
  2496. CFrameValue184.Parent = Part176
  2497. CFrameValue184.Value = CFrame.new(-12.5413685, -2.09986496, -14.9998646, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  2498. Part185.Parent = Model0
  2499. Part185.CFrame = CFrame.new(11.8160219, 9.88773918, 52.636425, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  2500. Part185.Orientation = Vector3.new(0, 179.919998, 0)
  2501. Part185.Position = Vector3.new(11.8160219, 9.88773918, 52.636425)
  2502. Part185.Rotation = Vector3.new(-180, 0.0799999982, -180)
  2503. Part185.Color = Color3.new(0.8, 0.556863, 0.411765)
  2504. Part185.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  2505. Part185.BrickColor = BrickColor.new("Nougat")
  2506. Part185.brickColor = BrickColor.new("Nougat")
  2507. Part185.FormFactor = Enum.FormFactor.Custom
  2508. Part185.formFactor = Enum.FormFactor.Custom
  2509. Decal186.Parent = Part185
  2510. Decal186.Texture = "http://www.roblox.com/asset/?id=111291001"
  2511. Decal186.Face = Enum.NormalId.Right
  2512. Decal187.Parent = Part185
  2513. Decal187.Texture = "http://www.roblox.com/asset/?id=111291021"
  2514. Decal187.Face = Enum.NormalId.Back
  2515. Decal188.Parent = Part185
  2516. Decal188.Texture = "http://www.roblox.com/asset/?id=111291021"
  2517. Decal189.Parent = Part185
  2518. Decal189.Texture = "http://www.roblox.com/asset/?id=111291001"
  2519. Decal189.Face = Enum.NormalId.Top
  2520. Decal190.Parent = Part185
  2521. Decal190.Texture = "http://www.roblox.com/asset/?id=111291021"
  2522. Decal190.Face = Enum.NormalId.Bottom
  2523. Decal191.Parent = Part185
  2524. Decal191.Texture = "http://www.roblox.com/asset/?id=111291001"
  2525. Decal191.Face = Enum.NormalId.Left
  2526. Weld192.Parent = Part185
  2527. Weld192.C1 = CFrame.new(-12.5413551, -2.09992313, 3.00001907, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  2528. Weld192.Part0 = Part285
  2529. Weld192.Part1 = Part185
  2530. Weld192.part1 = Part185
  2531. CFrameValue193.Name = "CFrameValue"
  2532. CFrameValue193.Parent = Part185
  2533. CFrameValue193.Value = CFrame.new(-12.5413551, -2.09992313, 3.00001907, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  2534. Model194.Parent = Model0
  2535. Part195.Parent = Model194
  2536. Part195.CFrame = CFrame.new(18.7487888, 1.92589045, 30.5569553, 0.000972533249, -0.00095885701, 0.999995708, 0.70712322, 0.707090378, -9.70236397e-06, -0.707087398, 0.707120121, 0.00136569887)
  2537. Part195.Orientation = Vector3.new(0, 89.9199982, 45)
  2538. Part195.Position = Vector3.new(18.7487888, 1.92589045, 30.5569553)
  2539. Part195.Rotation = Vector3.new(0.409999996, 89.8300018, 44.5900002)
  2540. Part195.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2541. Part195.Size = Vector3.new(2.29998755, 2.29998755, 4.59997511)
  2542. Part195.BrickColor = BrickColor.new("Brown")
  2543. Part195.brickColor = BrickColor.new("Brown")
  2544. Part195.FormFactor = Enum.FormFactor.Custom
  2545. Part195.formFactor = Enum.FormFactor.Custom
  2546. Decal196.Parent = Part195
  2547. Decal196.Texture = "http://www.roblox.com/asset/?id=111290271"
  2548. Decal196.Face = Enum.NormalId.Right
  2549. Decal197.Parent = Part195
  2550. Decal197.Texture = "http://www.roblox.com/asset/?id=111290491"
  2551. Decal197.Face = Enum.NormalId.Bottom
  2552. Decal198.Parent = Part195
  2553. Decal198.Texture = "http://www.roblox.com/asset/?id=111290491"
  2554. Decal198.Face = Enum.NormalId.Top
  2555. Decal199.Parent = Part195
  2556. Decal199.Texture = "http://www.roblox.com/asset/?id=111290271"
  2557. Decal199.Face = Enum.NormalId.Left
  2558. Weld200.Parent = Part195
  2559. Weld200.C1 = CFrame.new(-9.35252953, 17.6431217, 5.63864708, 0.707097828, 0.707115829, 8.78620358e-06, -0.707115769, 0.707097769, 8.38605956e-06, -2.82791689e-07, -1.21426283e-05, 1)
  2560. Weld200.Part0 = Part285
  2561. Weld200.Part1 = Part195
  2562. Weld200.part1 = Part195
  2563. CFrameValue201.Name = "CFrameValue"
  2564. CFrameValue201.Parent = Part195
  2565. CFrameValue201.Value = CFrame.new(-9.35252953, 17.6431217, 5.63864708, 0.707097828, 0.707115829, 8.78620358e-06, -0.707115769, 0.707097769, 8.38605956e-06, -2.82791689e-07, -1.21426283e-05, 1)
  2566. Part202.Parent = Model194
  2567. Part202.CFrame = CFrame.new(22.1975517, 2.73900223, 31.3747997, 0.000972843205, -0.000958777789, 0.999995708, 0.707123756, 0.707089841, -9.97880124e-06, -0.707086742, 0.707120776, 0.00136586197)
  2568. Part202.Orientation = Vector3.new(0, 89.9199982, 45)
  2569. Part202.Position = Vector3.new(22.1975517, 2.73900223, 31.3747997)
  2570. Part202.Rotation = Vector3.new(0.419999987, 89.8300018, 44.5800018)
  2571. Part202.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2572. Part202.Size = Vector3.new(2.29998755, 4.59997511, 2.29998732)
  2573. Part202.BrickColor = BrickColor.new("Brown")
  2574. Part202.brickColor = BrickColor.new("Brown")
  2575. Part202.FormFactor = Enum.FormFactor.Custom
  2576. Part202.formFactor = Enum.FormFactor.Custom
  2577. Decal203.Parent = Part202
  2578. Decal203.Texture = "http://www.roblox.com/asset/?id=111291326"
  2579. Decal203.Face = Enum.NormalId.Top
  2580. Decal204.Parent = Part202
  2581. Decal204.Texture = "http://www.roblox.com/asset/?id=111291534"
  2582. Decal204.Face = Enum.NormalId.Bottom
  2583. Decal205.Parent = Part202
  2584. Decal205.Texture = "http://www.roblox.com/asset/?id=111291643"
  2585. Decal205.Face = Enum.NormalId.Right
  2586. Decal206.Parent = Part202
  2587. Decal206.Texture = "http://www.roblox.com/asset/?id=111291741"
  2588. Decal206.Face = Enum.NormalId.Back
  2589. Decal207.Parent = Part202
  2590. Decal207.Texture = "http://www.roblox.com/asset/?id=111291643"
  2591. Decal207.Face = Enum.NormalId.Left
  2592. Weld208.Parent = Part202
  2593. Weld208.C1 = CFrame.new(-9.35254669, 16.4931717, 2.18876743, 0.707097173, 0.707116365, 9.09702248e-06, -0.707116425, 0.707097232, 8.46617513e-06, -4.45908199e-07, -1.24190638e-05, 1)
  2594. Weld208.Part0 = Part285
  2595. Weld208.Part1 = Part202
  2596. Weld208.part1 = Part202
  2597. CFrameValue209.Name = "CFrameValue"
  2598. CFrameValue209.Parent = Part202
  2599. CFrameValue209.Value = CFrame.new(-9.35254669, 16.4931717, 2.18876743, 0.707097173, 0.707116365, 9.09702248e-06, -0.707116425, 0.707097232, 8.46617513e-06, -4.45908199e-07, -1.24190638e-05, 1)
  2600. Part210.Parent = Model194
  2601. Part210.CFrame = CFrame.new(15.2978287, 2.73904896, 31.3653984, 0.000972843205, -0.000958777789, 0.999995708, 0.707123756, 0.707089841, -9.97880124e-06, -0.707086742, 0.707120776, 0.00136586197)
  2602. Part210.Orientation = Vector3.new(0, 89.9199982, 45)
  2603. Part210.Position = Vector3.new(15.2978287, 2.73904896, 31.3653984)
  2604. Part210.Rotation = Vector3.new(0.419999987, 89.8300018, 44.5800018)
  2605. Part210.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2606. Part210.Size = Vector3.new(2.29998755, 4.59997511, 2.29998732)
  2607. Part210.BrickColor = BrickColor.new("Brown")
  2608. Part210.brickColor = BrickColor.new("Brown")
  2609. Part210.FormFactor = Enum.FormFactor.Custom
  2610. Part210.formFactor = Enum.FormFactor.Custom
  2611. Decal211.Parent = Part210
  2612. Decal211.Texture = "http://www.roblox.com/asset/?id=111291326"
  2613. Decal211.Face = Enum.NormalId.Top
  2614. Decal212.Parent = Part210
  2615. Decal212.Texture = "http://www.roblox.com/asset/?id=111291534"
  2616. Decal212.Face = Enum.NormalId.Bottom
  2617. Decal213.Parent = Part210
  2618. Decal213.Texture = "http://www.roblox.com/asset/?id=111291643"
  2619. Decal213.Face = Enum.NormalId.Right
  2620. Decal214.Parent = Part210
  2621. Decal214.Texture = "http://www.roblox.com/asset/?id=111291741"
  2622. Decal215.Parent = Part210
  2623. Decal215.Texture = "http://www.roblox.com/asset/?id=111291643"
  2624. Decal215.Face = Enum.NormalId.Left
  2625. Weld216.Parent = Part210
  2626. Weld216.C1 = CFrame.new(-9.35251713, 16.4931736, 9.088521, 0.707097173, 0.707116365, 9.09702248e-06, -0.707116425, 0.707097232, 8.46617513e-06, -4.45908199e-07, -1.24190638e-05, 1)
  2627. Weld216.Part0 = Part285
  2628. Weld216.Part1 = Part210
  2629. Weld216.part1 = Part210
  2630. CFrameValue217.Name = "CFrameValue"
  2631. CFrameValue217.Parent = Part210
  2632. CFrameValue217.Value = CFrame.new(-9.35251713, 16.4931736, 9.088521, 0.707097173, 0.707116365, 9.09702248e-06, -0.707116425, 0.707097232, 8.46617513e-06, -4.45908199e-07, -1.24190638e-05, 1)
  2633. Part218.Parent = Model0
  2634. Part218.CFrame = CFrame.new(12.8244333, 10.6876392, 46.6379547, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  2635. Part218.Orientation = Vector3.new(0, 179.919998, 0)
  2636. Part218.Position = Vector3.new(12.8244333, 10.6876392, 46.6379547)
  2637. Part218.Rotation = Vector3.new(-180, 0.0799999982, -180)
  2638. Part218.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2639. Part218.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2640. Part218.BrickColor = BrickColor.new("Light orange")
  2641. Part218.brickColor = BrickColor.new("Light orange")
  2642. Part218.FormFactor = Enum.FormFactor.Custom
  2643. Part218.formFactor = Enum.FormFactor.Custom
  2644. Decal219.Parent = Part218
  2645. Decal219.Texture = "http://www.roblox.com/asset/?id=111288035"
  2646. Decal219.Face = Enum.NormalId.Right
  2647. Decal220.Parent = Part218
  2648. Decal220.Texture = "http://www.roblox.com/asset/?id=111289140"
  2649. Decal220.Face = Enum.NormalId.Back
  2650. Decal221.Parent = Part218
  2651. Decal221.Texture = "http://www.roblox.com/asset/?id=111289140"
  2652. Decal222.Parent = Part218
  2653. Decal222.Texture = "http://www.roblox.com/asset/?id=111289140"
  2654. Decal222.Face = Enum.NormalId.Left
  2655. Decal223.Parent = Part218
  2656. Decal223.Texture = "http://www.roblox.com/asset/?id=111289156"
  2657. Decal223.Face = Enum.NormalId.Top
  2658. Decal224.Parent = Part218
  2659. Decal224.Texture = "http://www.roblox.com/asset/?id=111292912"
  2660. Decal224.Face = Enum.NormalId.Bottom
  2661. Weld225.Parent = Part218
  2662. Weld225.C1 = CFrame.new(-11.5412483, -2.8998251, -2.99988365, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  2663. Weld225.Part0 = Part285
  2664. Weld225.Part1 = Part218
  2665. Weld225.part1 = Part218
  2666. CFrameValue226.Name = "CFrameValue"
  2667. CFrameValue226.Parent = Part218
  2668. CFrameValue226.Value = CFrame.new(-11.5412483, -2.8998251, -2.99988365, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  2669. Part227.Parent = Model0
  2670. Part227.CFrame = CFrame.new(12.8203344, 10.6876316, 49.6378822, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  2671. Part227.Orientation = Vector3.new(0, 179.919998, 0)
  2672. Part227.Position = Vector3.new(12.8203344, 10.6876316, 49.6378822)
  2673. Part227.Rotation = Vector3.new(-180, 0.0799999982, -180)
  2674. Part227.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2675. Part227.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2676. Part227.BrickColor = BrickColor.new("Light orange")
  2677. Part227.brickColor = BrickColor.new("Light orange")
  2678. Part227.FormFactor = Enum.FormFactor.Custom
  2679. Part227.formFactor = Enum.FormFactor.Custom
  2680. Decal228.Parent = Part227
  2681. Decal228.Texture = "http://www.roblox.com/asset/?id=111288035"
  2682. Decal228.Face = Enum.NormalId.Right
  2683. Decal229.Parent = Part227
  2684. Decal229.Texture = "http://www.roblox.com/asset/?id=111289140"
  2685. Decal229.Face = Enum.NormalId.Back
  2686. Decal230.Parent = Part227
  2687. Decal230.Texture = "http://www.roblox.com/asset/?id=111289140"
  2688. Decal231.Parent = Part227
  2689. Decal231.Texture = "http://www.roblox.com/asset/?id=111289140"
  2690. Decal231.Face = Enum.NormalId.Left
  2691. Decal232.Parent = Part227
  2692. Decal232.Texture = "http://www.roblox.com/asset/?id=111289156"
  2693. Decal232.Face = Enum.NormalId.Top
  2694. Decal233.Parent = Part227
  2695. Decal233.Texture = "http://www.roblox.com/asset/?id=111292912"
  2696. Decal233.Face = Enum.NormalId.Bottom
  2697. Weld234.Parent = Part227
  2698. Weld234.C1 = CFrame.new(-11.5412483, -2.89983749, 7.62939453e-05, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  2699. Weld234.Part0 = Part285
  2700. Weld234.Part1 = Part227
  2701. Weld234.part1 = Part227
  2702. CFrameValue235.Name = "CFrameValue"
  2703. CFrameValue235.Parent = Part227
  2704. CFrameValue235.Value = CFrame.new(-11.5412483, -2.89983749, 7.62939453e-05, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  2705. Part236.Parent = Model0
  2706. Part236.CFrame = CFrame.new(25.3836422, 9.8877697, 40.6550331, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  2707. Part236.Orientation = Vector3.new(0, -0.0799999982, 0)
  2708. Part236.Position = Vector3.new(25.3836422, 9.8877697, 40.6550331)
  2709. Part236.Rotation = Vector3.new(0, -0.0799999982, 0)
  2710. Part236.Color = Color3.new(0.8, 0.556863, 0.411765)
  2711. Part236.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  2712. Part236.BrickColor = BrickColor.new("Nougat")
  2713. Part236.brickColor = BrickColor.new("Nougat")
  2714. Part236.FormFactor = Enum.FormFactor.Custom
  2715. Part236.formFactor = Enum.FormFactor.Custom
  2716. Decal237.Parent = Part236
  2717. Decal237.Texture = "http://www.roblox.com/asset/?id=111291001"
  2718. Decal237.Face = Enum.NormalId.Right
  2719. Decal238.Parent = Part236
  2720. Decal238.Texture = "http://www.roblox.com/asset/?id=111291021"
  2721. Decal238.Face = Enum.NormalId.Back
  2722. Decal239.Parent = Part236
  2723. Decal239.Texture = "http://www.roblox.com/asset/?id=111291021"
  2724. Decal240.Parent = Part236
  2725. Decal240.Texture = "http://www.roblox.com/asset/?id=111291001"
  2726. Decal240.Face = Enum.NormalId.Top
  2727. Decal241.Parent = Part236
  2728. Decal241.Texture = "http://www.roblox.com/asset/?id=111291021"
  2729. Decal241.Face = Enum.NormalId.Bottom
  2730. Decal242.Parent = Part236
  2731. Decal242.Texture = "http://www.roblox.com/asset/?id=111291001"
  2732. Decal242.Face = Enum.NormalId.Left
  2733. Weld243.Parent = Part236
  2734. Weld243.C1 = CFrame.new(-1.00995636, -2.09987116, 8.99994469, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2735. Weld243.Part0 = Part285
  2736. Weld243.Part1 = Part236
  2737. Weld243.part1 = Part236
  2738. CFrameValue244.Name = "CFrameValue"
  2739. CFrameValue244.Parent = Part236
  2740. CFrameValue244.Value = CFrame.new(-1.00995636, -2.09987116, 8.99994469, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2741. Part245.Parent = Model0
  2742. Part245.CFrame = CFrame.new(25.3795471, 9.88774204, 43.6549988, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  2743. Part245.Orientation = Vector3.new(0, -0.0799999982, 0)
  2744. Part245.Position = Vector3.new(25.3795471, 9.88774204, 43.6549988)
  2745. Part245.Rotation = Vector3.new(0, -0.0799999982, 0)
  2746. Part245.Color = Color3.new(0.8, 0.556863, 0.411765)
  2747. Part245.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  2748. Part245.BrickColor = BrickColor.new("Nougat")
  2749. Part245.brickColor = BrickColor.new("Nougat")
  2750. Part245.FormFactor = Enum.FormFactor.Custom
  2751. Part245.formFactor = Enum.FormFactor.Custom
  2752. Decal246.Parent = Part245
  2753. Decal246.Texture = "http://www.roblox.com/asset/?id=111291001"
  2754. Decal246.Face = Enum.NormalId.Right
  2755. Decal247.Parent = Part245
  2756. Decal247.Texture = "http://www.roblox.com/asset/?id=111291021"
  2757. Decal247.Face = Enum.NormalId.Back
  2758. Decal248.Parent = Part245
  2759. Decal248.Texture = "http://www.roblox.com/asset/?id=111291021"
  2760. Decal249.Parent = Part245
  2761. Decal249.Texture = "http://www.roblox.com/asset/?id=111291001"
  2762. Decal249.Face = Enum.NormalId.Top
  2763. Decal250.Parent = Part245
  2764. Decal250.Texture = "http://www.roblox.com/asset/?id=111291021"
  2765. Decal250.Face = Enum.NormalId.Bottom
  2766. Decal251.Parent = Part245
  2767. Decal251.Texture = "http://www.roblox.com/asset/?id=111291001"
  2768. Decal251.Face = Enum.NormalId.Left
  2769. Weld252.Parent = Part245
  2770. Weld252.C1 = CFrame.new(-1.00995636, -2.09990168, 5.99996376, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2771. Weld252.Part0 = Part285
  2772. Weld252.Part1 = Part245
  2773. Weld252.part1 = Part245
  2774. CFrameValue253.Name = "CFrameValue"
  2775. CFrameValue253.Parent = Part245
  2776. CFrameValue253.Value = CFrame.new(-1.00995636, -2.09990168, 5.99996376, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2777. Part254.Parent = Model0
  2778. Part254.CFrame = CFrame.new(18.9756794, 20.9538651, 26.8208923, 0.0013217536, -0.000342957617, 0.999985993, 0.258827895, 0.96592325, -8.60595719e-06, -0.965911329, 0.25883159, 0.00136415416)
  2779. Part254.Orientation = Vector3.new(0, 89.9199982, 15)
  2780. Part254.Position = Vector3.new(18.9756794, 20.9538651, 26.8208923)
  2781. Part254.Rotation = Vector3.new(0.360000014, 89.6999969, 14.5500002)
  2782. Part254.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2783. Part254.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  2784. Part254.BrickColor = BrickColor.new("Light orange")
  2785. Part254.brickColor = BrickColor.new("Light orange")
  2786. Part254.FormFactor = Enum.FormFactor.Custom
  2787. Part254.formFactor = Enum.FormFactor.Custom
  2788. Decal255.Parent = Part254
  2789. Decal255.Texture = "http://www.roblox.com/asset/?id=111288035"
  2790. Decal255.Face = Enum.NormalId.Right
  2791. Decal256.Parent = Part254
  2792. Decal256.Texture = "http://www.roblox.com/asset/?id=111289140"
  2793. Decal256.Face = Enum.NormalId.Back
  2794. Decal257.Parent = Part254
  2795. Decal257.Texture = "http://www.roblox.com/asset/?id=111289140"
  2796. Decal258.Parent = Part254
  2797. Decal258.Texture = "http://www.roblox.com/asset/?id=111289140"
  2798. Decal258.Face = Enum.NormalId.Left
  2799. Decal259.Parent = Part254
  2800. Decal259.Texture = "http://www.roblox.com/asset/?id=111289156"
  2801. Decal259.Face = Enum.NormalId.Top
  2802. Decal260.Parent = Part254
  2803. Decal260.Texture = "http://www.roblox.com/asset/?id=111292912"
  2804. Decal260.Face = Enum.NormalId.Bottom
  2805. Weld261.Parent = Part254
  2806. Weld261.C1 = CFrame.new(-25.4555054, -6.80954552, 5.41710567, 0.965918183, 0.258817792, 3.5085709e-06, -0.25882256, 0.965925932, 1.28139773e-05, 1.24870394e-06, -1.10462124e-05, 0.999990284)
  2807. Weld261.Part0 = Part285
  2808. Weld261.Part1 = Part254
  2809. Weld261.part1 = Part254
  2810. CFrameValue262.Name = "CFrameValue"
  2811. CFrameValue262.Parent = Part254
  2812. CFrameValue262.Value = CFrame.new(-25.4555054, -6.80954552, 5.41710567, 0.965918183, 0.258817792, 3.5085709e-06, -0.25882256, 0.965925932, 1.28139773e-05, 1.24870394e-06, -1.10462124e-05, 0.999990284)
  2813. Part263.Parent = Model0
  2814. Part263.CFrame = CFrame.new(18.6212978, 9.48970604, 55.9719887, -0.00136542507, 6.83524922e-06, -0.999986053, 1.56372062e-06, 1, 4.60316824e-06, 0.999989271, 5.1533134e-06, -0.00136409968)
  2815. Part263.Orientation = Vector3.new(0, -90.0800018, 0)
  2816. Part263.Position = Vector3.new(18.6212978, 9.48970604, 55.9719887)
  2817. Part263.Rotation = Vector3.new(-179.809998, -89.6999969, -179.710007)
  2818. Part263.Color = Color3.new(0.8, 0.556863, 0.411765)
  2819. Part263.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  2820. Part263.BrickColor = BrickColor.new("Nougat")
  2821. Part263.brickColor = BrickColor.new("Nougat")
  2822. Part263.FormFactor = Enum.FormFactor.Custom
  2823. Part263.formFactor = Enum.FormFactor.Custom
  2824. Decal264.Parent = Part263
  2825. Decal264.Texture = "http://www.roblox.com/asset/?id=111291001"
  2826. Decal264.Face = Enum.NormalId.Right
  2827. Decal265.Parent = Part263
  2828. Decal265.Texture = "http://www.roblox.com/asset/?id=111291021"
  2829. Decal265.Face = Enum.NormalId.Back
  2830. Decal266.Parent = Part263
  2831. Decal266.Texture = "http://www.roblox.com/asset/?id=111291021"
  2832. Decal267.Parent = Part263
  2833. Decal267.Texture = "http://www.roblox.com/asset/?id=111291001"
  2834. Decal267.Face = Enum.NormalId.Top
  2835. Decal268.Parent = Part263
  2836. Decal268.Texture = "http://www.roblox.com/asset/?id=111291021"
  2837. Decal268.Face = Enum.NormalId.Bottom
  2838. Decal269.Parent = Part263
  2839. Decal269.Texture = "http://www.roblox.com/asset/?id=111291001"
  2840. Decal269.Face = Enum.NormalId.Left
  2841. Weld270.Parent = Part263
  2842. Weld270.C1 = CFrame.new(-6.32634735, -1.7019434, -5.73155403, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  2843. Weld270.Part0 = Part285
  2844. Weld270.Part1 = Part263
  2845. Weld270.part1 = Part263
  2846. CFrameValue271.Name = "CFrameValue"
  2847. CFrameValue271.Parent = Part263
  2848. CFrameValue271.Value = CFrame.new(-6.32634735, -1.7019434, -5.73155403, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  2849. Part272.Parent = Model0
  2850. Part272.CFrame = CFrame.new(25.3672657, 9.88766098, 52.6549072, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  2851. Part272.Orientation = Vector3.new(0, -0.0799999982, 0)
  2852. Part272.Position = Vector3.new(25.3672657, 9.88766098, 52.6549072)
  2853. Part272.Rotation = Vector3.new(0, -0.0799999982, 0)
  2854. Part272.Color = Color3.new(0.8, 0.556863, 0.411765)
  2855. Part272.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  2856. Part272.BrickColor = BrickColor.new("Nougat")
  2857. Part272.brickColor = BrickColor.new("Nougat")
  2858. Part272.FormFactor = Enum.FormFactor.Custom
  2859. Part272.formFactor = Enum.FormFactor.Custom
  2860. Decal273.Parent = Part272
  2861. Decal273.Texture = "http://www.roblox.com/asset/?id=111291001"
  2862. Decal273.Face = Enum.NormalId.Right
  2863. Decal274.Parent = Part272
  2864. Decal274.Texture = "http://www.roblox.com/asset/?id=111291021"
  2865. Decal274.Face = Enum.NormalId.Back
  2866. Decal275.Parent = Part272
  2867. Decal275.Texture = "http://www.roblox.com/asset/?id=111291021"
  2868. Decal276.Parent = Part272
  2869. Decal276.Texture = "http://www.roblox.com/asset/?id=111291001"
  2870. Decal276.Face = Enum.NormalId.Top
  2871. Decal277.Parent = Part272
  2872. Decal277.Texture = "http://www.roblox.com/asset/?id=111291021"
  2873. Decal277.Face = Enum.NormalId.Bottom
  2874. Decal278.Parent = Part272
  2875. Decal278.Texture = "http://www.roblox.com/asset/?id=111291001"
  2876. Decal278.Face = Enum.NormalId.Left
  2877. Weld279.Parent = Part272
  2878. Weld279.C1 = CFrame.new(-1.00996399, -2.09999418, -2.99998093, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2879. Weld279.Part0 = Part285
  2880. Weld279.Part1 = Part272
  2881. Weld279.part1 = Part272
  2882. CFrameValue280.Name = "CFrameValue"
  2883. CFrameValue280.Parent = Part272
  2884. CFrameValue280.Value = CFrame.new(-1.00996399, -2.09999418, -2.99998093, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  2885. Part281.Parent = Model0
  2886. Part281.CFrame = CFrame.new(19.6874866, 19.3016243, 34.0158005, -0.00150030246, -0.000517984736, -0.999985754, -0.333063275, 0.942903578, 1.69994764e-05, 0.942891717, 0.333066165, -0.00158202078)
  2887. Part281.Orientation = Vector3.new(0, -90.0899963, -19.4500008)
  2888. Part281.Position = Vector3.new(19.6874866, 19.3016243, 34.0158005)
  2889. Part281.Rotation = Vector3.new(-179.380005, -89.6900024, 160.949997)
  2890. Part281.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2891. Part281.Size = Vector3.new(0.97107625, 0.194215268, 0.485538125)
  2892. Part281.BottomSurface = Enum.SurfaceType.Smooth
  2893. Part281.BrickColor = BrickColor.new("Black")
  2894. Part281.TopSurface = Enum.SurfaceType.Smooth
  2895. Part281.brickColor = BrickColor.new("Black")
  2896. SpecialMesh282.Name = "SpecialMesh"
  2897. SpecialMesh282.Parent = Part281
  2898. SpecialMesh282.MeshType = Enum.MeshType.Wedge
  2899. Weld283.Parent = Part281
  2900. Weld283.C1 = CFrame.new(18.572937, -5.65047836, -4.69891644, -0.942899525, -0.33305341, -0.000213670603, -0.333057821, 0.942907035, -6.09079543e-05, 0.000216618879, 1.94374534e-05, -0.999990344)
  2901. Weld283.Part0 = Part285
  2902. Weld283.Part1 = Part281
  2903. Weld283.part1 = Part281
  2904. CFrameValue284.Name = "CFrameValue"
  2905. CFrameValue284.Parent = Part281
  2906. CFrameValue284.Value = CFrame.new(18.572937, -5.65047836, -4.69891644, -0.942899525, -0.33305341, -0.000213670603, -0.333057821, 0.942907035, -6.09079543e-05, 0.000216618879, 1.94374534e-05, -0.999990344)
  2907. Part285.Parent = Model0
  2908. Part285.CFrame = CFrame.new(24.3613987, 7.7877264, 49.6535187, 0.00136541622, -2.45466435e-06, 0.999995708, 1.04621367e-05, 1, 2.4402666e-06, -0.999995708, 1.04607961e-05, 0.00136541622)
  2909. Part285.Orientation = Vector3.new(0, 89.9199982, 0)
  2910. Part285.Position = Vector3.new(24.3613987, 7.7877264, 49.6535187)
  2911. Part285.Rotation = Vector3.new(-0.100000001, 89.8300018, 0.100000001)
  2912. Part285.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2913. Part285.Transparency = 1
  2914. Part285.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  2915. Part285.BrickColor = BrickColor.new("Brown")
  2916. Part285.brickColor = BrickColor.new("Brown")
  2917. Part285.FormFactor = Enum.FormFactor.Custom
  2918. Part285.formFactor = Enum.FormFactor.Custom
  2919. Decal286.Parent = Part285
  2920. Decal286.Texture = "http://www.roblox.com/asset/?id=111294593"
  2921. Decal286.Face = Enum.NormalId.Top
  2922. Decal287.Parent = Part285
  2923. Decal287.Texture = "http://www.roblox.com/asset/?id=111294408"
  2924. Decal287.Face = Enum.NormalId.Back
  2925. Decal288.Parent = Part285
  2926. Decal288.Texture = "http://www.roblox.com/asset/?id=111294436"
  2927. Decal289.Parent = Part285
  2928. Decal289.Texture = "http://www.roblox.com/asset/?id=111294458"
  2929. Decal289.Face = Enum.NormalId.Left
  2930. Decal290.Parent = Part285
  2931. Decal290.Texture = "http://www.roblox.com/asset/?id=111294490"
  2932. Decal290.Face = Enum.NormalId.Right
  2933. Part291.Parent = Model0
  2934. Part291.CFrame = CFrame.new(25.0542145, 8.60484409, 49.6544876, 0.707095623, -0.707098305, -0.00136604835, 0.707109571, 0.707103908, -1.14976119e-05, 0.000977876014, -0.000952133734, 0.999989271)
  2935. Part291.Orientation = Vector3.new(0, -0.0799999982, 45)
  2936. Part291.Position = Vector3.new(25.0542145, 8.60484409, 49.6544876)
  2937. Part291.Rotation = Vector3.new(0, -0.0799999982, 45)
  2938. Part291.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2939. Part291.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  2940. Part291.BrickColor = BrickColor.new("Brown")
  2941. Part291.brickColor = BrickColor.new("Brown")
  2942. Part291.FormFactor = Enum.FormFactor.Custom
  2943. Part291.formFactor = Enum.FormFactor.Custom
  2944. Decal292.Parent = Part291
  2945. Decal292.Texture = "http://www.roblox.com/asset/?id=111290271"
  2946. Decal292.Face = Enum.NormalId.Right
  2947. Decal293.Parent = Part291
  2948. Decal293.Texture = "http://www.roblox.com/asset/?id=111290491"
  2949. Decal293.Face = Enum.NormalId.Bottom
  2950. Decal294.Parent = Part291
  2951. Decal294.Texture = "http://www.roblox.com/asset/?id=111290491"
  2952. Decal294.Face = Enum.NormalId.Top
  2953. Decal295.Parent = Part291
  2954. Decal295.Texture = "http://www.roblox.com/asset/?id=111290271"
  2955. Decal295.Face = Enum.NormalId.Left
  2956. Weld296.Parent = Part291
  2957. Weld296.C1 = CFrame.new(-1.0676899, -0.087884903, -7.62939453e-06, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  2958. Weld296.Part0 = Part285
  2959. Weld296.Part1 = Part291
  2960. Weld296.part1 = Part291
  2961. CFrameValue297.Name = "CFrameValue"
  2962. CFrameValue297.Parent = Part291
  2963. CFrameValue297.Value = CFrame.new(-1.0676899, -0.087884903, -7.62939453e-06, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  2964. Part298.Parent = Model0
  2965. Part298.CFrame = CFrame.new(24.773037, 8.88769054, 48.4541473, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  2966. Part298.Orientation = Vector3.new(0, -0.0799999982, 45)
  2967. Part298.Position = Vector3.new(24.773037, 8.88769054, 48.4541473)
  2968. Part298.Rotation = Vector3.new(0, -0.0799999982, 45)
  2969. Part298.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2970. Part298.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  2971. Part298.BrickColor = BrickColor.new("Brown")
  2972. Part298.brickColor = BrickColor.new("Brown")
  2973. Part298.FormFactor = Enum.FormFactor.Custom
  2974. Part298.formFactor = Enum.FormFactor.Custom
  2975. Decal299.Parent = Part298
  2976. Decal299.Texture = "http://www.roblox.com/asset/?id=111291326"
  2977. Decal299.Face = Enum.NormalId.Top
  2978. Decal300.Parent = Part298
  2979. Decal300.Texture = "http://www.roblox.com/asset/?id=111291534"
  2980. Decal300.Face = Enum.NormalId.Bottom
  2981. Decal301.Parent = Part298
  2982. Decal301.Texture = "http://www.roblox.com/asset/?id=111291643"
  2983. Decal301.Face = Enum.NormalId.Right
  2984. Decal302.Parent = Part298
  2985. Decal302.Texture = "http://www.roblox.com/asset/?id=111291741"
  2986. Decal303.Parent = Part298
  2987. Decal303.Texture = "http://www.roblox.com/asset/?id=111291643"
  2988. Decal303.Face = Enum.NormalId.Left
  2989. Weld304.Parent = Part298
  2990. Weld304.C1 = CFrame.new(-1.06769562, -0.487849236, 1.1999588, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  2991. Weld304.Part0 = Part285
  2992. Weld304.Part1 = Part298
  2993. Weld304.part1 = Part298
  2994. CFrameValue305.Name = "CFrameValue"
  2995. CFrameValue305.Parent = Part298
  2996. CFrameValue305.Value = CFrame.new(-1.06769562, -0.487849236, 1.1999588, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  2997. Part306.Parent = Model0
  2998. Part306.CFrame = CFrame.new(24.371397, 8.48766518, 49.6535492, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  2999. Part306.Orientation = Vector3.new(0, -0.0799999982, 0)
  3000. Part306.Position = Vector3.new(24.371397, 8.48766518, 49.6535492)
  3001. Part306.Rotation = Vector3.new(0, -0.0799999982, 0)
  3002. Part306.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3003. Part306.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  3004. Part306.BrickColor = BrickColor.new("Brown")
  3005. Part306.brickColor = BrickColor.new("Brown")
  3006. Part306.FormFactor = Enum.FormFactor.Custom
  3007. Part306.formFactor = Enum.FormFactor.Custom
  3008. Decal307.Parent = Part306
  3009. Decal307.Texture = "http://www.roblox.com/asset/?id=111289291"
  3010. Decal307.Face = Enum.NormalId.Right
  3011. Decal308.Parent = Part306
  3012. Decal308.Texture = "http://www.roblox.com/asset/?id=111289318"
  3013. Decal308.Face = Enum.NormalId.Left
  3014. Decal309.Parent = Part306
  3015. Decal309.Texture = "http://www.roblox.com/asset/?id=111290766"
  3016. Decal309.Face = Enum.NormalId.Back
  3017. Decal310.Parent = Part306
  3018. Decal310.Texture = "http://www.roblox.com/asset/?id=111290905"
  3019. Weld311.Parent = Part306
  3020. Weld311.C1 = CFrame.new(-0.00999641418, -0.699939251, -3.81469727e-06, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3021. Weld311.Part0 = Part285
  3022. Weld311.Part1 = Part306
  3023. Weld311.part1 = Part306
  3024. CFrameValue312.Name = "CFrameValue"
  3025. CFrameValue312.Parent = Part306
  3026. CFrameValue312.Value = CFrame.new(-0.00999641418, -0.699939251, -3.81469727e-06, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3027. Part313.Parent = Model0
  3028. Part313.CFrame = CFrame.new(24.769762, 8.88766575, 50.8540611, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  3029. Part313.Orientation = Vector3.new(0, -0.0799999982, 45)
  3030. Part313.Position = Vector3.new(24.769762, 8.88766575, 50.8540611)
  3031. Part313.Rotation = Vector3.new(0, -0.0799999982, 45)
  3032. Part313.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3033. Part313.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  3034. Part313.BrickColor = BrickColor.new("Brown")
  3035. Part313.brickColor = BrickColor.new("Brown")
  3036. Part313.FormFactor = Enum.FormFactor.Custom
  3037. Part313.formFactor = Enum.FormFactor.Custom
  3038. Decal314.Parent = Part313
  3039. Decal314.Texture = "http://www.roblox.com/asset/?id=111291326"
  3040. Decal314.Face = Enum.NormalId.Top
  3041. Decal315.Parent = Part313
  3042. Decal315.Texture = "http://www.roblox.com/asset/?id=111291534"
  3043. Decal315.Face = Enum.NormalId.Bottom
  3044. Decal316.Parent = Part313
  3045. Decal316.Texture = "http://www.roblox.com/asset/?id=111291643"
  3046. Decal316.Face = Enum.NormalId.Right
  3047. Decal317.Parent = Part313
  3048. Decal317.Texture = "http://www.roblox.com/asset/?id=111291741"
  3049. Decal317.Face = Enum.NormalId.Back
  3050. Decal318.Parent = Part313
  3051. Decal318.Texture = "http://www.roblox.com/asset/?id=111291643"
  3052. Decal318.Face = Enum.NormalId.Left
  3053. Weld319.Parent = Part313
  3054. Weld319.C1 = CFrame.new(-1.06771278, -0.487862587, -1.19996643, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  3055. Weld319.Part0 = Part285
  3056. Weld319.Part1 = Part313
  3057. Weld319.part1 = Part313
  3058. CFrameValue320.Name = "CFrameValue"
  3059. CFrameValue320.Parent = Part313
  3060. CFrameValue320.Value = CFrame.new(-1.06771278, -0.487862587, -1.19996643, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  3061. Part321.Parent = Model0
  3062. Part321.CFrame = CFrame.new(24.3708534, 5.98767376, 50.0535049, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  3063. Part321.Orientation = Vector3.new(0, -0.0799999982, 0)
  3064. Part321.Position = Vector3.new(24.3708534, 5.98767376, 50.0535049)
  3065. Part321.Rotation = Vector3.new(0, -0.0799999982, 0)
  3066. Part321.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3067. Part321.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  3068. Part321.BrickColor = BrickColor.new("Dark stone grey")
  3069. Part321.brickColor = BrickColor.new("Dark stone grey")
  3070. Part321.FormFactor = Enum.FormFactor.Custom
  3071. Part321.formFactor = Enum.FormFactor.Custom
  3072. Decal322.Parent = Part321
  3073. Decal322.Texture = "http://www.roblox.com/asset/?id=111291534"
  3074. Decal322.Face = Enum.NormalId.Top
  3075. Decal323.Parent = Part321
  3076. Decal323.Texture = "http://www.roblox.com/asset/?id=111292682"
  3077. Decal323.Face = Enum.NormalId.Right
  3078. Decal324.Parent = Part321
  3079. Decal324.Texture = "http://www.roblox.com/asset/?id=111292704"
  3080. Decal324.Face = Enum.NormalId.Back
  3081. Decal325.Parent = Part321
  3082. Decal325.Texture = "http://www.roblox.com/asset/?id=111292718"
  3083. Decal326.Parent = Part321
  3084. Decal326.Texture = "http://www.roblox.com/asset/?id=111292729"
  3085. Decal326.Face = Enum.NormalId.Left
  3086. Weld327.Parent = Part321
  3087. Weld327.C1 = CFrame.new(-0.0100154877, 1.80004787, -0.400009155, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  3088. Weld327.Part0 = Part285
  3089. Weld327.Part1 = Part321
  3090. Weld327.part1 = Part321
  3091. CFrameValue328.Name = "CFrameValue"
  3092. CFrameValue328.Parent = Part321
  3093. CFrameValue328.Value = CFrame.new(-0.0100154877, 1.80004787, -0.400009155, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  3094. Part329.Parent = Model0
  3095. Part329.CFrame = CFrame.new(24.3719521, 5.98767805, 49.2535248, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  3096. Part329.Orientation = Vector3.new(0, -0.0799999982, 0)
  3097. Part329.Position = Vector3.new(24.3719521, 5.98767805, 49.2535248)
  3098. Part329.Rotation = Vector3.new(0, -0.0799999982, 0)
  3099. Part329.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3100. Part329.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  3101. Part329.BrickColor = BrickColor.new("Dark stone grey")
  3102. Part329.brickColor = BrickColor.new("Dark stone grey")
  3103. Part329.FormFactor = Enum.FormFactor.Custom
  3104. Part329.formFactor = Enum.FormFactor.Custom
  3105. Decal330.Parent = Part329
  3106. Decal330.Texture = "http://www.roblox.com/asset/?id=111291534"
  3107. Decal330.Face = Enum.NormalId.Top
  3108. Decal331.Parent = Part329
  3109. Decal331.Texture = "http://www.roblox.com/asset/?id=111292682"
  3110. Decal331.Face = Enum.NormalId.Right
  3111. Decal332.Parent = Part329
  3112. Decal332.Texture = "http://www.roblox.com/asset/?id=111292704"
  3113. Decal332.Face = Enum.NormalId.Back
  3114. Decal333.Parent = Part329
  3115. Decal333.Texture = "http://www.roblox.com/asset/?id=111292718"
  3116. Decal334.Parent = Part329
  3117. Decal334.Texture = "http://www.roblox.com/asset/?id=111292729"
  3118. Decal334.Face = Enum.NormalId.Left
  3119. Weld335.Parent = Part329
  3120. Weld335.C1 = CFrame.new(-0.0100097656, 1.80005598, 0.399974823, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3121. Weld335.Part0 = Part285
  3122. Weld335.Part1 = Part329
  3123. Weld335.part1 = Part329
  3124. CFrameValue336.Name = "CFrameValue"
  3125. CFrameValue336.Parent = Part329
  3126. CFrameValue336.Value = CFrame.new(-0.0100097656, 1.80005598, 0.399974823, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3127. Part337.Parent = Model0
  3128. Part337.CFrame = CFrame.new(25.3713627, 9.88768768, 49.6549416, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  3129. Part337.Orientation = Vector3.new(0, -0.0799999982, 0)
  3130. Part337.Position = Vector3.new(25.3713627, 9.88768768, 49.6549416)
  3131. Part337.Rotation = Vector3.new(0, -0.0799999982, 0)
  3132. Part337.Color = Color3.new(0.8, 0.556863, 0.411765)
  3133. Part337.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  3134. Part337.BrickColor = BrickColor.new("Nougat")
  3135. Part337.brickColor = BrickColor.new("Nougat")
  3136. Part337.FormFactor = Enum.FormFactor.Custom
  3137. Part337.formFactor = Enum.FormFactor.Custom
  3138. Decal338.Parent = Part337
  3139. Decal338.Texture = "http://www.roblox.com/asset/?id=111291001"
  3140. Decal338.Face = Enum.NormalId.Right
  3141. Decal339.Parent = Part337
  3142. Decal339.Texture = "http://www.roblox.com/asset/?id=111291021"
  3143. Decal339.Face = Enum.NormalId.Back
  3144. Decal340.Parent = Part337
  3145. Decal340.Texture = "http://www.roblox.com/asset/?id=111291021"
  3146. Decal341.Parent = Part337
  3147. Decal341.Texture = "http://www.roblox.com/asset/?id=111291001"
  3148. Decal341.Face = Enum.NormalId.Top
  3149. Decal342.Parent = Part337
  3150. Decal342.Texture = "http://www.roblox.com/asset/?id=111291021"
  3151. Decal342.Face = Enum.NormalId.Bottom
  3152. Decal343.Parent = Part337
  3153. Decal343.Texture = "http://www.roblox.com/asset/?id=111291001"
  3154. Decal343.Face = Enum.NormalId.Left
  3155. Weld344.Parent = Part337
  3156. Weld344.C1 = CFrame.new(-1.00996399, -2.09996271, -3.81469727e-06, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3157. Weld344.Part0 = Part285
  3158. Weld344.Part1 = Part337
  3159. Weld344.part1 = Part337
  3160. CFrameValue345.Name = "CFrameValue"
  3161. CFrameValue345.Parent = Part337
  3162. CFrameValue345.Value = CFrame.new(-1.00996399, -2.09996271, -3.81469727e-06, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3163. Part346.Parent = Model0
  3164. Part346.CFrame = CFrame.new(17.7979202, 18.5226669, 31.5496445, 0.00151793764, -0.999985754, -0.000499609858, 0.333063543, 3.22557862e-05, 0.942904413, -0.942891717, -0.00159634696, 0.333066225)
  3165. Part346.Orientation = Vector3.new(-70.5500031, -0.0900000036, 89.9899979)
  3166. Part346.Position = Vector3.new(17.7979202, 18.5226669, 31.5496445)
  3167. Part346.Rotation = Vector3.new(-70.5500031, -0.0299999993, 89.9100037)
  3168. Part346.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3169. Part346.Size = Vector3.new(6.55476522, 0.388430536, 0.97107625)
  3170. Part346.BottomSurface = Enum.SurfaceType.Smooth
  3171. Part346.BrickColor = BrickColor.new("Black")
  3172. Part346.TopSurface = Enum.SurfaceType.Smooth
  3173. Part346.brickColor = BrickColor.new("Black")
  3174. SpecialMesh347.Name = "SpecialMesh"
  3175. SpecialMesh347.Parent = Part346
  3176. SpecialMesh347.MeshType = Enum.MeshType.Wedge
  3177. Weld348.Parent = Part346
  3178. Weld348.C1 = CFrame.new(-20.6359043, -6.59285164, -4.09549522, 0.942899525, 0.333053678, 0.000231305879, 0.000230945268, 3.4693614e-05, -0.999990344, -0.333057851, 0.94290787, -4.25329417e-05)
  3179. Weld348.Part0 = Part285
  3180. Weld348.Part1 = Part346
  3181. Weld348.part1 = Part346
  3182. CFrameValue349.Name = "CFrameValue"
  3183. CFrameValue349.Parent = Part346
  3184. CFrameValue349.Value = CFrame.new(-20.6359043, -6.59285164, -4.09549522, 0.942899525, 0.333053678, 0.000231305879, 0.000230945268, 3.4693614e-05, -0.999990344, -0.333057851, 0.94290787, -4.25329417e-05)
  3185. Part350.Parent = Model0
  3186. Part350.CFrame = CFrame.new(24.7894154, 8.88779926, 36.454277, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  3187. Part350.Orientation = Vector3.new(0, -0.0799999982, 45)
  3188. Part350.Position = Vector3.new(24.7894154, 8.88779926, 36.454277)
  3189. Part350.Rotation = Vector3.new(0, -0.0799999982, 45)
  3190. Part350.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3191. Part350.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  3192. Part350.BrickColor = BrickColor.new("Brown")
  3193. Part350.brickColor = BrickColor.new("Brown")
  3194. Part350.FormFactor = Enum.FormFactor.Custom
  3195. Part350.formFactor = Enum.FormFactor.Custom
  3196. Decal351.Parent = Part350
  3197. Decal351.Texture = "http://www.roblox.com/asset/?id=111291326"
  3198. Decal351.Face = Enum.NormalId.Top
  3199. Decal352.Parent = Part350
  3200. Decal352.Texture = "http://www.roblox.com/asset/?id=111291534"
  3201. Decal352.Face = Enum.NormalId.Bottom
  3202. Decal353.Parent = Part350
  3203. Decal353.Texture = "http://www.roblox.com/asset/?id=111291643"
  3204. Decal353.Face = Enum.NormalId.Right
  3205. Decal354.Parent = Part350
  3206. Decal354.Texture = "http://www.roblox.com/asset/?id=111291741"
  3207. Decal355.Parent = Part350
  3208. Decal355.Texture = "http://www.roblox.com/asset/?id=111291643"
  3209. Decal355.Face = Enum.NormalId.Left
  3210. Weld356.Parent = Part350
  3211. Weld356.C1 = CFrame.new(-1.06760406, -0.487766743, 13.1998806, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  3212. Weld356.Part0 = Part285
  3213. Weld356.Part1 = Part350
  3214. Weld356.part1 = Part350
  3215. CFrameValue357.Name = "CFrameValue"
  3216. CFrameValue357.Parent = Part350
  3217. CFrameValue357.Value = CFrame.new(-1.06760406, -0.487766743, 13.1998806, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  3218. Part358.Parent = Model0
  3219. Part358.CFrame = CFrame.new(25.0706043, 8.6048727, 37.6547699, 0.707095623, -0.707098305, -0.00136604835, 0.707109571, 0.707103908, -1.14976119e-05, 0.000977876014, -0.000952133734, 0.999989271)
  3220. Part358.Orientation = Vector3.new(0, -0.0799999982, 45)
  3221. Part358.Position = Vector3.new(25.0706043, 8.6048727, 37.6547699)
  3222. Part358.Rotation = Vector3.new(0, -0.0799999982, 45)
  3223. Part358.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3224. Part358.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  3225. Part358.BrickColor = BrickColor.new("Brown")
  3226. Part358.brickColor = BrickColor.new("Brown")
  3227. Part358.FormFactor = Enum.FormFactor.Custom
  3228. Part358.formFactor = Enum.FormFactor.Custom
  3229. Decal359.Parent = Part358
  3230. Decal359.Texture = "http://www.roblox.com/asset/?id=111290271"
  3231. Decal359.Face = Enum.NormalId.Right
  3232. Decal360.Parent = Part358
  3233. Decal360.Texture = "http://www.roblox.com/asset/?id=111290491"
  3234. Decal360.Face = Enum.NormalId.Bottom
  3235. Decal361.Parent = Part358
  3236. Decal361.Texture = "http://www.roblox.com/asset/?id=111290491"
  3237. Decal361.Face = Enum.NormalId.Top
  3238. Decal362.Parent = Part358
  3239. Decal362.Texture = "http://www.roblox.com/asset/?id=111290271"
  3240. Decal362.Face = Enum.NormalId.Left
  3241. Weld363.Parent = Part358
  3242. Weld363.C1 = CFrame.new(-1.06761169, -0.0878090858, 11.999836, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  3243. Weld363.Part0 = Part285
  3244. Weld363.Part1 = Part358
  3245. Weld363.part1 = Part358
  3246. CFrameValue364.Name = "CFrameValue"
  3247. CFrameValue364.Parent = Part358
  3248. CFrameValue364.Value = CFrame.new(-1.06761169, -0.0878090858, 11.999836, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  3249. Part365.Parent = Model0
  3250. Part365.CFrame = CFrame.new(24.7861404, 8.88777447, 38.8541908, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  3251. Part365.Orientation = Vector3.new(0, -0.0799999982, 45)
  3252. Part365.Position = Vector3.new(24.7861404, 8.88777447, 38.8541908)
  3253. Part365.Rotation = Vector3.new(0, -0.0799999982, 45)
  3254. Part365.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3255. Part365.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  3256. Part365.BrickColor = BrickColor.new("Brown")
  3257. Part365.brickColor = BrickColor.new("Brown")
  3258. Part365.FormFactor = Enum.FormFactor.Custom
  3259. Part365.formFactor = Enum.FormFactor.Custom
  3260. Decal366.Parent = Part365
  3261. Decal366.Texture = "http://www.roblox.com/asset/?id=111291326"
  3262. Decal366.Face = Enum.NormalId.Top
  3263. Decal367.Parent = Part365
  3264. Decal367.Texture = "http://www.roblox.com/asset/?id=111291534"
  3265. Decal367.Face = Enum.NormalId.Bottom
  3266. Decal368.Parent = Part365
  3267. Decal368.Texture = "http://www.roblox.com/asset/?id=111291643"
  3268. Decal368.Face = Enum.NormalId.Right
  3269. Decal369.Parent = Part365
  3270. Decal369.Texture = "http://www.roblox.com/asset/?id=111291741"
  3271. Decal369.Face = Enum.NormalId.Back
  3272. Decal370.Parent = Part365
  3273. Decal370.Texture = "http://www.roblox.com/asset/?id=111291643"
  3274. Decal370.Face = Enum.NormalId.Left
  3275. Weld371.Parent = Part365
  3276. Weld371.C1 = CFrame.new(-1.06762123, -0.487780571, 10.7999554, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  3277. Weld371.Part0 = Part285
  3278. Weld371.Part1 = Part365
  3279. Weld371.part1 = Part365
  3280. CFrameValue372.Name = "CFrameValue"
  3281. CFrameValue372.Parent = Part365
  3282. CFrameValue372.Value = CFrame.new(-1.06762123, -0.487780571, 10.7999554, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  3283. Part373.Parent = Model0
  3284. Part373.CFrame = CFrame.new(24.3777752, 7.78783703, 37.6536484, 0.00136541622, -2.45466413e-06, 0.999995708, 1.04621322e-05, 1, 2.44026683e-06, -0.999995708, 1.04608007e-05, 0.00136541622)
  3285. Part373.Orientation = Vector3.new(0, 89.9199982, 0)
  3286. Part373.Position = Vector3.new(24.3777752, 7.78783703, 37.6536484)
  3287. Part373.Rotation = Vector3.new(-0.100000001, 89.8300018, 0.100000001)
  3288. Part373.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3289. Part373.Transparency = 1
  3290. Part373.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  3291. Part373.BrickColor = BrickColor.new("Brown")
  3292. Part373.brickColor = BrickColor.new("Brown")
  3293. Part373.FormFactor = Enum.FormFactor.Custom
  3294. Part373.formFactor = Enum.FormFactor.Custom
  3295. Decal374.Parent = Part373
  3296. Decal374.Texture = "http://www.roblox.com/asset/?id=111294593"
  3297. Decal374.Face = Enum.NormalId.Top
  3298. Decal375.Parent = Part373
  3299. Decal375.Texture = "http://www.roblox.com/asset/?id=111294408"
  3300. Decal375.Face = Enum.NormalId.Back
  3301. Decal376.Parent = Part373
  3302. Decal376.Texture = "http://www.roblox.com/asset/?id=111294436"
  3303. Decal377.Parent = Part373
  3304. Decal377.Texture = "http://www.roblox.com/asset/?id=111294458"
  3305. Decal377.Face = Enum.NormalId.Left
  3306. Decal378.Parent = Part373
  3307. Decal378.Texture = "http://www.roblox.com/asset/?id=111294490"
  3308. Decal378.Face = Enum.NormalId.Right
  3309. Weld379.Parent = Part373
  3310. Weld379.C1 = CFrame.new(-11.9999237, 1.47819519e-05, 7.62939453e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  3311. Weld379.Part0 = Part285
  3312. Weld379.Part1 = Part373
  3313. Weld379.part1 = Part373
  3314. CFrameValue380.Name = "CFrameValue"
  3315. CFrameValue380.Parent = Part373
  3316. CFrameValue380.Value = CFrame.new(-11.9999237, 1.47819519e-05, 7.62939453e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  3317. Part381.Parent = Model0
  3318. Part381.CFrame = CFrame.new(24.3877697, 8.48777676, 37.6536751, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  3319. Part381.Orientation = Vector3.new(0, -0.0799999982, 0)
  3320. Part381.Position = Vector3.new(24.3877697, 8.48777676, 37.6536751)
  3321. Part381.Rotation = Vector3.new(0, -0.0799999982, 0)
  3322. Part381.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3323. Part381.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  3324. Part381.BrickColor = BrickColor.new("Brown")
  3325. Part381.brickColor = BrickColor.new("Brown")
  3326. Part381.FormFactor = Enum.FormFactor.Custom
  3327. Part381.formFactor = Enum.FormFactor.Custom
  3328. Decal382.Parent = Part381
  3329. Decal382.Texture = "http://www.roblox.com/asset/?id=111289291"
  3330. Decal382.Face = Enum.NormalId.Right
  3331. Decal383.Parent = Part381
  3332. Decal383.Texture = "http://www.roblox.com/asset/?id=111289318"
  3333. Decal383.Face = Enum.NormalId.Left
  3334. Decal384.Parent = Part381
  3335. Decal384.Texture = "http://www.roblox.com/asset/?id=111290766"
  3336. Decal384.Face = Enum.NormalId.Back
  3337. Decal385.Parent = Part381
  3338. Decal385.Texture = "http://www.roblox.com/asset/?id=111290905"
  3339. Weld386.Parent = Part381
  3340. Weld386.C1 = CFrame.new(-0.00998497009, -0.699818134, 11.9999218, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3341. Weld386.Part0 = Part285
  3342. Weld386.Part1 = Part381
  3343. Weld386.part1 = Part381
  3344. CFrameValue387.Name = "CFrameValue"
  3345. CFrameValue387.Parent = Part381
  3346. CFrameValue387.Value = CFrame.new(-0.00998497009, -0.699818134, 11.9999218, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3347. Part388.Parent = Model0
  3348. Part388.CFrame = CFrame.new(24.3872433, 5.98770428, 38.0537834, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  3349. Part388.Orientation = Vector3.new(0, -0.0799999982, 0)
  3350. Part388.Position = Vector3.new(24.3872433, 5.98770428, 38.0537834)
  3351. Part388.Rotation = Vector3.new(0, -0.0799999982, 0)
  3352. Part388.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3353. Part388.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  3354. Part388.BrickColor = BrickColor.new("Dark stone grey")
  3355. Part388.brickColor = BrickColor.new("Dark stone grey")
  3356. Part388.FormFactor = Enum.FormFactor.Custom
  3357. Part388.formFactor = Enum.FormFactor.Custom
  3358. Decal389.Parent = Part388
  3359. Decal389.Texture = "http://www.roblox.com/asset/?id=111291534"
  3360. Decal389.Face = Enum.NormalId.Top
  3361. Decal390.Parent = Part388
  3362. Decal390.Texture = "http://www.roblox.com/asset/?id=111292682"
  3363. Decal390.Face = Enum.NormalId.Right
  3364. Decal391.Parent = Part388
  3365. Decal391.Texture = "http://www.roblox.com/asset/?id=111292704"
  3366. Decal391.Face = Enum.NormalId.Back
  3367. Decal392.Parent = Part388
  3368. Decal392.Texture = "http://www.roblox.com/asset/?id=111292718"
  3369. Decal393.Parent = Part388
  3370. Decal393.Texture = "http://www.roblox.com/asset/?id=111292729"
  3371. Decal393.Face = Enum.NormalId.Left
  3372. Weld394.Parent = Part388
  3373. Weld394.C1 = CFrame.new(-0.0100135803, 1.80015612, 11.5998383, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  3374. Weld394.Part0 = Part285
  3375. Weld394.Part1 = Part388
  3376. Weld394.part1 = Part388
  3377. CFrameValue395.Name = "CFrameValue"
  3378. CFrameValue395.Parent = Part388
  3379. CFrameValue395.Value = CFrame.new(-0.0100135803, 1.80015612, 11.5998383, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  3380. Part396.Parent = Model0
  3381. Part396.CFrame = CFrame.new(24.3883286, 5.98778725, 37.2536545, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  3382. Part396.Orientation = Vector3.new(0, -0.0799999982, 0)
  3383. Part396.Position = Vector3.new(24.3883286, 5.98778725, 37.2536545)
  3384. Part396.Rotation = Vector3.new(0, -0.0799999982, 0)
  3385. Part396.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3386. Part396.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  3387. Part396.BrickColor = BrickColor.new("Dark stone grey")
  3388. Part396.brickColor = BrickColor.new("Dark stone grey")
  3389. Part396.FormFactor = Enum.FormFactor.Custom
  3390. Part396.formFactor = Enum.FormFactor.Custom
  3391. Decal397.Parent = Part396
  3392. Decal397.Texture = "http://www.roblox.com/asset/?id=111291534"
  3393. Decal397.Face = Enum.NormalId.Top
  3394. Decal398.Parent = Part396
  3395. Decal398.Texture = "http://www.roblox.com/asset/?id=111292682"
  3396. Decal398.Face = Enum.NormalId.Right
  3397. Decal399.Parent = Part396
  3398. Decal399.Texture = "http://www.roblox.com/asset/?id=111292704"
  3399. Decal399.Face = Enum.NormalId.Back
  3400. Decal400.Parent = Part396
  3401. Decal400.Texture = "http://www.roblox.com/asset/?id=111292718"
  3402. Decal401.Parent = Part396
  3403. Decal401.Texture = "http://www.roblox.com/asset/?id=111292729"
  3404. Decal401.Face = Enum.NormalId.Left
  3405. Weld402.Parent = Part396
  3406. Weld402.C1 = CFrame.new(-0.0100021362, 1.800179, 12.3998966, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3407. Weld402.Part0 = Part285
  3408. Weld402.Part1 = Part396
  3409. Weld402.part1 = Part396
  3410. CFrameValue403.Name = "CFrameValue"
  3411. CFrameValue403.Parent = Part396
  3412. CFrameValue403.Value = CFrame.new(-0.0100021362, 1.800179, 12.3998966, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3413. Part404.Parent = Model0
  3414. Part404.CFrame = CFrame.new(25.3877392, 9.88779831, 37.6550674, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  3415. Part404.Orientation = Vector3.new(0, -0.0799999982, 0)
  3416. Part404.Position = Vector3.new(25.3877392, 9.88779831, 37.6550674)
  3417. Part404.Rotation = Vector3.new(0, -0.0799999982, 0)
  3418. Part404.Color = Color3.new(0.8, 0.556863, 0.411765)
  3419. Part404.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  3420. Part404.BrickColor = BrickColor.new("Nougat")
  3421. Part404.brickColor = BrickColor.new("Nougat")
  3422. Part404.FormFactor = Enum.FormFactor.Custom
  3423. Part404.formFactor = Enum.FormFactor.Custom
  3424. Decal405.Parent = Part404
  3425. Decal405.Texture = "http://www.roblox.com/asset/?id=111291001"
  3426. Decal405.Face = Enum.NormalId.Right
  3427. Decal406.Parent = Part404
  3428. Decal406.Texture = "http://www.roblox.com/asset/?id=111291021"
  3429. Decal406.Face = Enum.NormalId.Back
  3430. Decal407.Parent = Part404
  3431. Decal407.Texture = "http://www.roblox.com/asset/?id=111291021"
  3432. Decal408.Parent = Part404
  3433. Decal408.Texture = "http://www.roblox.com/asset/?id=111291001"
  3434. Decal408.Face = Enum.NormalId.Top
  3435. Decal409.Parent = Part404
  3436. Decal409.Texture = "http://www.roblox.com/asset/?id=111291021"
  3437. Decal409.Face = Enum.NormalId.Bottom
  3438. Decal410.Parent = Part404
  3439. Decal410.Texture = "http://www.roblox.com/asset/?id=111291001"
  3440. Decal410.Face = Enum.NormalId.Left
  3441. Weld411.Parent = Part404
  3442. Weld411.C1 = CFrame.new(-1.00995636, -2.09984159, 11.9999218, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3443. Weld411.Part0 = Part285
  3444. Weld411.Part1 = Part404
  3445. Weld411.part1 = Part404
  3446. CFrameValue412.Name = "CFrameValue"
  3447. CFrameValue412.Parent = Part404
  3448. CFrameValue412.Value = CFrame.new(-1.00995636, -2.09984159, 11.9999218, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  3449. Part413.Parent = Model0
  3450. Part413.CFrame = CFrame.new(18.4779816, 17.8816109, 31.3243256, -0.00151889189, 0.000534657156, 0.999985754, -0.333063275, -0.942903638, -7.47037075e-06, 0.942891717, -0.333066165, 0.00160510209)
  3451. Part413.Orientation = Vector3.new(0, 89.9100037, -160.550003)
  3452. Part413.Position = Vector3.new(18.4779816, 17.8816109, 31.3243256)
  3453. Part413.Rotation = Vector3.new(0.270000011, 89.6900024, -160.610001)
  3454. Part413.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3455. Part413.Size = Vector3.new(6.55476522, 0.388430536, 0.97107625)
  3456. Part413.BottomSurface = Enum.SurfaceType.Smooth
  3457. Part413.BrickColor = BrickColor.new("Black")
  3458. Part413.TopSurface = Enum.SurfaceType.Smooth
  3459. Part413.brickColor = BrickColor.new("Black")
  3460. SpecialMesh414.Name = "SpecialMesh"
  3461. SpecialMesh414.Parent = Part413
  3462. SpecialMesh414.MeshType = Enum.MeshType.Wedge
  3463. Weld415.Parent = Part413
  3464. Weld415.C1 = CFrame.new(20.6358738, 3.41581917, 5.91301823, -0.942899525, -0.33305341, -0.000232260165, 0.333057851, -0.942907095, 7.75804074e-05, -0.000239700123, -9.90810622e-06, 0.999990344)
  3465. Weld415.Part0 = Part285
  3466. Weld415.Part1 = Part413
  3467. Weld415.part1 = Part413
  3468. CFrameValue416.Name = "CFrameValue"
  3469. CFrameValue416.Parent = Part413
  3470. CFrameValue416.Value = CFrame.new(20.6358738, 3.41581917, 5.91301823, -0.942899525, -0.33305341, -0.000232260165, 0.333057851, -0.942907095, 7.75804074e-05, -0.000239700123, -9.90810622e-06, 0.999990344)
  3471. Part417.Parent = Model0
  3472. Part417.CFrame = CFrame.new(21.7225399, 8.08966255, 54.9762573, -0.00136542507, 6.83524922e-06, -0.999986053, 1.56372062e-06, 1, 4.60316824e-06, 0.999989271, 5.1533134e-06, -0.00136409968)
  3473. Part417.Orientation = Vector3.new(0, -90.0800018, 0)
  3474. Part417.Position = Vector3.new(21.7225399, 8.08966255, 54.9762573)
  3475. Part417.Rotation = Vector3.new(-179.809998, -89.6999969, -179.710007)
  3476. Part417.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3477. Part417.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  3478. Part417.BrickColor = BrickColor.new("Brown")
  3479. Part417.brickColor = BrickColor.new("Brown")
  3480. Part417.FormFactor = Enum.FormFactor.Custom
  3481. Part417.formFactor = Enum.FormFactor.Custom
  3482. Decal418.Parent = Part417
  3483. Decal418.Texture = "http://www.roblox.com/asset/?id=111289291"
  3484. Decal418.Face = Enum.NormalId.Right
  3485. Decal419.Parent = Part417
  3486. Decal419.Texture = "http://www.roblox.com/asset/?id=111289318"
  3487. Decal419.Face = Enum.NormalId.Left
  3488. Decal420.Parent = Part417
  3489. Decal420.Texture = "http://www.roblox.com/asset/?id=111290766"
  3490. Decal420.Face = Enum.NormalId.Back
  3491. Decal421.Parent = Part417
  3492. Decal421.Texture = "http://www.roblox.com/asset/?id=111290905"
  3493. Weld422.Parent = Part417
  3494. Weld422.C1 = CFrame.new(-5.3263855, -0.301916122, -2.63162422, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  3495. Weld422.Part0 = Part285
  3496. Weld422.Part1 = Part417
  3497. Weld422.part1 = Part417
  3498. CFrameValue423.Name = "CFrameValue"
  3499. CFrameValue423.Parent = Part417
  3500. CFrameValue423.Value = CFrame.new(-5.3263855, -0.301916122, -2.63162422, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  3501. Part424.Parent = Model0
  3502. Part424.CFrame = CFrame.new(20.5220852, 8.48968124, 55.37463, -0.000965522311, 0.00096909015, -0.999986053, 0.707114518, 0.70709908, 2.78025482e-07, 0.707096279, -0.70710218, -0.00136665197)
  3503. Part424.Orientation = Vector3.new(0, -90.0800018, 45)
  3504. Part424.Position = Vector3.new(20.5220852, 8.48968124, 55.37463)
  3505. Part424.Rotation = Vector3.new(-179.990005, -89.6999969, -134.889999)
  3506. Part424.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3507. Part424.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  3508. Part424.BrickColor = BrickColor.new("Brown")
  3509. Part424.brickColor = BrickColor.new("Brown")
  3510. Part424.FormFactor = Enum.FormFactor.Custom
  3511. Part424.formFactor = Enum.FormFactor.Custom
  3512. Decal425.Parent = Part424
  3513. Decal425.Texture = "http://www.roblox.com/asset/?id=111291326"
  3514. Decal425.Face = Enum.NormalId.Top
  3515. Decal426.Parent = Part424
  3516. Decal426.Texture = "http://www.roblox.com/asset/?id=111291534"
  3517. Decal426.Face = Enum.NormalId.Bottom
  3518. Decal427.Parent = Part424
  3519. Decal427.Texture = "http://www.roblox.com/asset/?id=111291643"
  3520. Decal427.Face = Enum.NormalId.Right
  3521. Decal428.Parent = Part424
  3522. Decal428.Texture = "http://www.roblox.com/asset/?id=111291741"
  3523. Decal428.Face = Enum.NormalId.Back
  3524. Decal429.Parent = Part424
  3525. Decal429.Texture = "http://www.roblox.com/asset/?id=111291643"
  3526. Decal429.Face = Enum.NormalId.Left
  3527. Weld430.Parent = Part424
  3528. Weld430.C1 = CFrame.new(-4.54549599, 3.5528717, -3.83153534, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  3529. Weld430.Part0 = Part285
  3530. Weld430.Part1 = Part424
  3531. Weld430.part1 = Part424
  3532. CFrameValue431.Name = "CFrameValue"
  3533. CFrameValue431.Parent = Part424
  3534. CFrameValue431.Value = CFrame.new(-4.54549599, 3.5528717, -3.83153534, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  3535. Part432.Parent = Model0
  3536. Part432.CFrame = CFrame.new(21.7216091, 8.2068367, 55.6590843, -0.000964282313, 0.000969407381, -0.999986053, 0.707112134, 0.707101464, 1.38374935e-06, 0.707098663, -0.707099795, -0.00136599946)
  3537. Part432.Orientation = Vector3.new(0, -90.0800018, 45)
  3538. Part432.Position = Vector3.new(21.7216091, 8.2068367, 55.6590843)
  3539. Part432.Rotation = Vector3.new(-179.940002, -89.6999969, -134.850006)
  3540. Part432.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3541. Part432.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  3542. Part432.BrickColor = BrickColor.new("Brown")
  3543. Part432.brickColor = BrickColor.new("Brown")
  3544. Part432.FormFactor = Enum.FormFactor.Custom
  3545. Part432.formFactor = Enum.FormFactor.Custom
  3546. Decal433.Parent = Part432
  3547. Decal433.Texture = "http://www.roblox.com/asset/?id=111290271"
  3548. Decal433.Face = Enum.NormalId.Right
  3549. Decal434.Parent = Part432
  3550. Decal434.Texture = "http://www.roblox.com/asset/?id=111290491"
  3551. Decal434.Face = Enum.NormalId.Bottom
  3552. Decal435.Parent = Part432
  3553. Decal435.Texture = "http://www.roblox.com/asset/?id=111290491"
  3554. Decal435.Face = Enum.NormalId.Top
  3555. Decal436.Parent = Part432
  3556. Decal436.Texture = "http://www.roblox.com/asset/?id=111290271"
  3557. Decal436.Face = Enum.NormalId.Left
  3558. Weld437.Parent = Part432
  3559. Weld437.C1 = CFrame.new(-4.54548454, 3.95284271, -2.63161182, -0.707094312, 0.707119524, 2.93148787e-06, 0.707110226, 0.707094073, 5.64333595e-06, 5.96491191e-07, 3.82398594e-06, -0.999990344)
  3560. Weld437.Part0 = Part285
  3561. Weld437.Part1 = Part432
  3562. Weld437.part1 = Part432
  3563. CFrameValue438.Name = "CFrameValue"
  3564. CFrameValue438.Parent = Part432
  3565. CFrameValue438.Value = CFrame.new(-4.54548454, 3.95284271, -2.63161182, -0.707094312, 0.707119524, 2.93148787e-06, 0.707110226, 0.707094073, 5.64333595e-06, 5.96491191e-07, 3.82398594e-06, -0.999990344)
  3566. Part439.Parent = Model0
  3567. Part439.CFrame = CFrame.new(22.9218998, 8.48966599, 55.3778915, -0.000965522311, 0.00096909015, -0.999986053, 0.707114518, 0.70709908, 2.78025482e-07, 0.707096279, -0.70710218, -0.00136665197)
  3568. Part439.Orientation = Vector3.new(0, -90.0800018, 45)
  3569. Part439.Position = Vector3.new(22.9218998, 8.48966599, 55.3778915)
  3570. Part439.Rotation = Vector3.new(-179.990005, -89.6999969, -134.889999)
  3571. Part439.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3572. Part439.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  3573. Part439.BrickColor = BrickColor.new("Brown")
  3574. Part439.brickColor = BrickColor.new("Brown")
  3575. Part439.FormFactor = Enum.FormFactor.Custom
  3576. Part439.formFactor = Enum.FormFactor.Custom
  3577. Decal440.Parent = Part439
  3578. Decal440.Texture = "http://www.roblox.com/asset/?id=111291326"
  3579. Decal440.Face = Enum.NormalId.Top
  3580. Decal441.Parent = Part439
  3581. Decal441.Texture = "http://www.roblox.com/asset/?id=111291534"
  3582. Decal441.Face = Enum.NormalId.Bottom
  3583. Decal442.Parent = Part439
  3584. Decal442.Texture = "http://www.roblox.com/asset/?id=111291643"
  3585. Decal442.Face = Enum.NormalId.Right
  3586. Decal443.Parent = Part439
  3587. Decal443.Texture = "http://www.roblox.com/asset/?id=111291741"
  3588. Decal444.Parent = Part439
  3589. Decal444.Texture = "http://www.roblox.com/asset/?id=111291643"
  3590. Decal444.Face = Enum.NormalId.Left
  3591. Weld445.Parent = Part439
  3592. Weld445.C1 = CFrame.new(-4.5454731, 3.5528698, -1.43168736, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  3593. Weld445.Part0 = Part285
  3594. Weld445.Part1 = Part439
  3595. Weld445.part1 = Part439
  3596. CFrameValue446.Name = "CFrameValue"
  3597. CFrameValue446.Parent = Part439
  3598. CFrameValue446.Value = CFrame.new(-4.5454731, 3.5528698, -1.43168736, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  3599. Part447.Parent = Model0
  3600. Part447.CFrame = CFrame.new(21.7225533, 7.3897233, 54.9662666, 0.999986053, 9.02788724e-06, -0.00136410666, -6.78701645e-06, 1, 8.03082548e-06, 0.00136278127, -1.31075331e-06, 0.999989271)
  3601. Part447.Orientation = Vector3.new(0, -0.0799999982, 0)
  3602. Part447.Position = Vector3.new(21.7225533, 7.3897233, 54.9662666)
  3603. Part447.Rotation = Vector3.new(0, -0.0799999982, 0)
  3604. Part447.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3605. Part447.Transparency = 1
  3606. Part447.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  3607. Part447.BrickColor = BrickColor.new("Brown")
  3608. Part447.brickColor = BrickColor.new("Brown")
  3609. Part447.FormFactor = Enum.FormFactor.Custom
  3610. Part447.formFactor = Enum.FormFactor.Custom
  3611. Decal448.Parent = Part447
  3612. Decal448.Texture = "http://www.roblox.com/asset/?id=111294593"
  3613. Decal448.Face = Enum.NormalId.Top
  3614. Decal449.Parent = Part447
  3615. Decal449.Texture = "http://www.roblox.com/asset/?id=111294408"
  3616. Decal449.Face = Enum.NormalId.Back
  3617. Decal450.Parent = Part447
  3618. Decal450.Texture = "http://www.roblox.com/asset/?id=111294436"
  3619. Decal451.Parent = Part447
  3620. Decal451.Texture = "http://www.roblox.com/asset/?id=111294458"
  3621. Decal451.Face = Enum.NormalId.Left
  3622. Decal452.Parent = Part447
  3623. Decal452.Texture = "http://www.roblox.com/asset/?id=111294490"
  3624. Decal452.Face = Enum.NormalId.Right
  3625. Weld453.Parent = Part447
  3626. Weld453.C1 = CFrame.new(2.63162708, 0.39806366, -5.31639099, 2.62175217e-06, -9.22728668e-06, 0.999990344, 1.17872569e-05, 1, 1.14665063e-05, -0.999993563, 1.84928922e-05, 1.30073317e-06)
  3627. Weld453.Part0 = Part285
  3628. Weld453.Part1 = Part447
  3629. Weld453.part1 = Part447
  3630. CFrameValue454.Name = "CFrameValue"
  3631. CFrameValue454.Parent = Part447
  3632. CFrameValue454.Value = CFrame.new(2.63162708, 0.39806366, -5.31639099, 2.62175217e-06, -9.22728668e-06, 0.999990344, 1.17872569e-05, 1, 1.14665063e-05, -0.999993563, 1.84928922e-05, 1.30073317e-06)
  3633. Part455.Parent = Model0
  3634. Part455.CFrame = CFrame.new(21.3225231, 5.58967257, 54.9757004, -0.00136734999, 3.54959684e-06, -0.999986053, -1.57812065e-05, 1, 1.34118363e-06, 0.999989271, 2.24936066e-05, -0.00136602449)
  3635. Part455.Orientation = Vector3.new(0, -90.0800018, 0)
  3636. Part455.Position = Vector3.new(21.3225231, 5.58967257, 54.9757004)
  3637. Part455.Rotation = Vector3.new(-179.940002, -89.6999969, -179.850006)
  3638. Part455.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3639. Part455.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  3640. Part455.BrickColor = BrickColor.new("Dark stone grey")
  3641. Part455.brickColor = BrickColor.new("Dark stone grey")
  3642. Part455.FormFactor = Enum.FormFactor.Custom
  3643. Part455.formFactor = Enum.FormFactor.Custom
  3644. Decal456.Parent = Part455
  3645. Decal456.Texture = "http://www.roblox.com/asset/?id=111291534"
  3646. Decal456.Face = Enum.NormalId.Top
  3647. Decal457.Parent = Part455
  3648. Decal457.Texture = "http://www.roblox.com/asset/?id=111292682"
  3649. Decal457.Face = Enum.NormalId.Right
  3650. Decal458.Parent = Part455
  3651. Decal458.Texture = "http://www.roblox.com/asset/?id=111292704"
  3652. Decal458.Face = Enum.NormalId.Back
  3653. Decal459.Parent = Part455
  3654. Decal459.Texture = "http://www.roblox.com/asset/?id=111292718"
  3655. Decal460.Parent = Part455
  3656. Decal460.Texture = "http://www.roblox.com/asset/?id=111292729"
  3657. Decal460.Face = Enum.NormalId.Left
  3658. Weld461.Parent = Part455
  3659. Weld461.C1 = CFrame.new(-5.32643127, 2.19797373, -3.0316267, -0.999993563, -5.31913111e-06, -1.94265272e-06, -1.20246423e-05, 1, 6.02070577e-06, 6.21437266e-07, 3.78141999e-06, -0.999990344)
  3660. Weld461.Part0 = Part285
  3661. Weld461.Part1 = Part455
  3662. Weld461.part1 = Part455
  3663. CFrameValue462.Name = "CFrameValue"
  3664. CFrameValue462.Parent = Part455
  3665. CFrameValue462.Value = CFrame.new(-5.32643127, 2.19797373, -3.0316267, -0.999993563, -5.31913111e-06, -1.94265272e-06, -1.20246423e-05, 1, 6.02070577e-06, 6.21437266e-07, 3.78141999e-06, -0.999990344)
  3666. Part463.Parent = Model0
  3667. Part463.CFrame = CFrame.new(22.1224804, 5.58966684, 54.9768066, -0.00136542507, 6.83524922e-06, -0.999986053, 1.56372062e-06, 1, 4.60316824e-06, 0.999989271, 5.1533134e-06, -0.00136409968)
  3668. Part463.Orientation = Vector3.new(0, -90.0800018, 0)
  3669. Part463.Position = Vector3.new(22.1224804, 5.58966684, 54.9768066)
  3670. Part463.Rotation = Vector3.new(-179.809998, -89.6999969, -179.710007)
  3671. Part463.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3672. Part463.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  3673. Part463.BrickColor = BrickColor.new("Dark stone grey")
  3674. Part463.brickColor = BrickColor.new("Dark stone grey")
  3675. Part463.FormFactor = Enum.FormFactor.Custom
  3676. Part463.formFactor = Enum.FormFactor.Custom
  3677. Decal464.Parent = Part463
  3678. Decal464.Texture = "http://www.roblox.com/asset/?id=111291534"
  3679. Decal464.Face = Enum.NormalId.Top
  3680. Decal465.Parent = Part463
  3681. Decal465.Texture = "http://www.roblox.com/asset/?id=111292682"
  3682. Decal465.Face = Enum.NormalId.Right
  3683. Decal466.Parent = Part463
  3684. Decal466.Texture = "http://www.roblox.com/asset/?id=111292704"
  3685. Decal466.Face = Enum.NormalId.Back
  3686. Decal467.Parent = Part463
  3687. Decal467.Texture = "http://www.roblox.com/asset/?id=111292718"
  3688. Decal468.Parent = Part463
  3689. Decal468.Texture = "http://www.roblox.com/asset/?id=111292729"
  3690. Decal468.Face = Enum.NormalId.Left
  3691. Weld469.Parent = Part463
  3692. Weld469.C1 = CFrame.new(-5.32640076, 2.19807816, -2.23166084, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  3693. Weld469.Part0 = Part285
  3694. Weld469.Part1 = Part463
  3695. Weld469.part1 = Part463
  3696. CFrameValue470.Name = "CFrameValue"
  3697. CFrameValue470.Parent = Part463
  3698. CFrameValue470.Value = CFrame.new(-5.32640076, 2.19807816, -2.23166084, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  3699. Part471.Parent = Model0
  3700. Part471.CFrame = CFrame.new(21.7211933, 9.48969364, 55.9762115, -0.00136542507, 6.83524922e-06, -0.999986053, 1.56372062e-06, 1, 4.60316824e-06, 0.999989271, 5.1533134e-06, -0.00136409968)
  3701. Part471.Orientation = Vector3.new(0, -90.0800018, 0)
  3702. Part471.Position = Vector3.new(21.7211933, 9.48969364, 55.9762115)
  3703. Part471.Rotation = Vector3.new(-179.809998, -89.6999969, -179.710007)
  3704. Part471.Color = Color3.new(0.8, 0.556863, 0.411765)
  3705. Part471.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  3706. Part471.BrickColor = BrickColor.new("Nougat")
  3707. Part471.brickColor = BrickColor.new("Nougat")
  3708. Part471.FormFactor = Enum.FormFactor.Custom
  3709. Part471.formFactor = Enum.FormFactor.Custom
  3710. Decal472.Parent = Part471
  3711. Decal472.Texture = "http://www.roblox.com/asset/?id=111291001"
  3712. Decal472.Face = Enum.NormalId.Right
  3713. Decal473.Parent = Part471
  3714. Decal473.Texture = "http://www.roblox.com/asset/?id=111291021"
  3715. Decal473.Face = Enum.NormalId.Back
  3716. Decal474.Parent = Part471
  3717. Decal474.Texture = "http://www.roblox.com/asset/?id=111291021"
  3718. Decal475.Parent = Part471
  3719. Decal475.Texture = "http://www.roblox.com/asset/?id=111291001"
  3720. Decal475.Face = Enum.NormalId.Top
  3721. Decal476.Parent = Part471
  3722. Decal476.Texture = "http://www.roblox.com/asset/?id=111291021"
  3723. Decal476.Face = Enum.NormalId.Bottom
  3724. Decal477.Parent = Part471
  3725. Decal477.Texture = "http://www.roblox.com/asset/?id=111291001"
  3726. Decal477.Face = Enum.NormalId.Left
  3727. Weld478.Parent = Part471
  3728. Weld478.C1 = CFrame.new(-6.32634354, -1.7019453, -2.63161564, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  3729. Weld478.Part0 = Part285
  3730. Weld478.Part1 = Part471
  3731. Weld478.part1 = Part471
  3732. CFrameValue479.Name = "CFrameValue"
  3733. CFrameValue479.Parent = Part471
  3734. CFrameValue479.Value = CFrame.new(-6.32634354, -1.7019453, -2.63161564, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  3735. Part480.Parent = Model0
  3736. Part480.CFrame = CFrame.new(20.1283798, 18.5225945, 31.5533104, -0.00149943854, 0.999985754, -0.000491113868, -0.333063275, -4.20486431e-05, 0.942903578, 0.942891717, 0.00157225644, 0.333066136)
  3737. Part480.Orientation = Vector3.new(-70.5500031, -0.0799999982, -90.0100021)
  3738. Part480.Position = Vector3.new(20.1283798, 18.5225945, 31.5533104)
  3739. Part480.Rotation = Vector3.new(-70.5500031, -0.0299999993, -90.0899963)
  3740. Part480.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3741. Part480.Size = Vector3.new(6.55476522, 0.388430536, 0.97107625)
  3742. Part480.BottomSurface = Enum.SurfaceType.Smooth
  3743. Part480.BrickColor = BrickColor.new("Black")
  3744. Part480.TopSurface = Enum.SurfaceType.Smooth
  3745. Part480.brickColor = BrickColor.new("Black")
  3746. SpecialMesh481.Name = "SpecialMesh"
  3747. SpecialMesh481.Parent = Part480
  3748. SpecialMesh481.MeshType = Enum.MeshType.Wedge
  3749. Weld482.Parent = Part480
  3750. Weld482.C1 = CFrame.new(20.6360416, 4.26200962, -4.09541512, -0.942899525, -0.33305341, -0.000212806714, -0.000206854747, -4.44867219e-05, 0.999990344, -0.333057761, 0.942907035, -3.40370425e-05)
  3751. Weld482.Part0 = Part285
  3752. Weld482.Part1 = Part480
  3753. Weld482.part1 = Part480
  3754. CFrameValue483.Name = "CFrameValue"
  3755. CFrameValue483.Parent = Part480
  3756. CFrameValue483.Value = CFrame.new(20.6360416, 4.26200962, -4.09541512, -0.942899525, -0.33305341, -0.000212806714, -0.000206854747, -4.44867219e-05, 0.999990344, -0.333057761, 0.942907035, -3.40370425e-05)
  3757. Part484.Parent = Model0
  3758. Part484.CFrame = CFrame.new(12.153862, 8.60492039, 37.6371841, -0.70708406, 0.707109869, 0.00136613578, 0.707118034, 0.707095444, 6.77275148e-06, -0.000955516822, 0.000974616152, -0.999989271)
  3759. Part484.Orientation = Vector3.new(0, 179.919998, 45)
  3760. Part484.Position = Vector3.new(12.153862, 8.60492039, 37.6371841)
  3761. Part484.Rotation = Vector3.new(-180, 0.0799999982, -135)
  3762. Part484.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3763. Part484.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  3764. Part484.BrickColor = BrickColor.new("Brown")
  3765. Part484.brickColor = BrickColor.new("Brown")
  3766. Part484.FormFactor = Enum.FormFactor.Custom
  3767. Part484.formFactor = Enum.FormFactor.Custom
  3768. Decal485.Parent = Part484
  3769. Decal485.Texture = "http://www.roblox.com/asset/?id=111290271"
  3770. Decal485.Face = Enum.NormalId.Right
  3771. Decal486.Parent = Part484
  3772. Decal486.Texture = "http://www.roblox.com/asset/?id=111290491"
  3773. Decal486.Face = Enum.NormalId.Bottom
  3774. Decal487.Parent = Part484
  3775. Decal487.Texture = "http://www.roblox.com/asset/?id=111290491"
  3776. Decal487.Face = Enum.NormalId.Top
  3777. Decal488.Parent = Part484
  3778. Decal488.Texture = "http://www.roblox.com/asset/?id=111290271"
  3779. Decal488.Face = Enum.NormalId.Left
  3780. Weld489.Parent = Part484
  3781. Weld489.C1 = CFrame.new(-9.22140121, 8.06610584, -11.9997921, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  3782. Weld489.Part0 = Part285
  3783. Weld489.Part1 = Part484
  3784. Weld489.part1 = Part484
  3785. CFrameValue490.Name = "CFrameValue"
  3786. CFrameValue490.Parent = Part484
  3787. CFrameValue490.Value = CFrame.new(-9.22140121, 8.06610584, -11.9997921, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  3788. Part491.Parent = Model0
  3789. Part491.CFrame = CFrame.new(12.846426, 7.78790522, 37.6379433, -0.00136550365, 1.87679088e-05, -0.999995708, -7.80835126e-06, 1, 1.87787737e-05, 0.999995708, 7.83600444e-06, -0.00136550341)
  3790. Part491.Orientation = Vector3.new(0, -90.0800018, 0)
  3791. Part491.Position = Vector3.new(12.846426, 7.78790522, 37.6379433)
  3792. Part491.Rotation = Vector3.new(-179.210007, -89.8300018, -179.210007)
  3793. Part491.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3794. Part491.Transparency = 1
  3795. Part491.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  3796. Part491.BrickColor = BrickColor.new("Brown")
  3797. Part491.brickColor = BrickColor.new("Brown")
  3798. Part491.FormFactor = Enum.FormFactor.Custom
  3799. Part491.formFactor = Enum.FormFactor.Custom
  3800. Decal492.Parent = Part491
  3801. Decal492.Texture = "http://www.roblox.com/asset/?id=111294593"
  3802. Decal492.Face = Enum.NormalId.Top
  3803. Decal493.Parent = Part491
  3804. Decal493.Texture = "http://www.roblox.com/asset/?id=111294408"
  3805. Decal493.Face = Enum.NormalId.Back
  3806. Decal494.Parent = Part491
  3807. Decal494.Texture = "http://www.roblox.com/asset/?id=111294436"
  3808. Decal495.Parent = Part491
  3809. Decal495.Texture = "http://www.roblox.com/asset/?id=111294458"
  3810. Decal495.Face = Enum.NormalId.Left
  3811. Decal496.Parent = Part491
  3812. Decal496.Texture = "http://www.roblox.com/asset/?id=111294490"
  3813. Decal496.Face = Enum.NormalId.Right
  3814. Weld497.Parent = Part491
  3815. Weld497.C1 = CFrame.new(11.9998817, 0.000131607056, -11.5314083, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  3816. Weld497.Part0 = Part285
  3817. Weld497.Part1 = Part491
  3818. Weld497.part1 = Part491
  3819. CFrameValue498.Name = "CFrameValue"
  3820. CFrameValue498.Parent = Part491
  3821. CFrameValue498.Value = CFrame.new(11.9998817, 0.000131607056, -11.5314083, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  3822. Part499.Parent = Model0
  3823. Part499.CFrame = CFrame.new(12.8364372, 8.48784542, 37.6379318, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  3824. Part499.Orientation = Vector3.new(0, 179.919998, 0)
  3825. Part499.Position = Vector3.new(12.8364372, 8.48784542, 37.6379318)
  3826. Part499.Rotation = Vector3.new(-180, 0.0799999982, -180)
  3827. Part499.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3828. Part499.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  3829. Part499.BrickColor = BrickColor.new("Brown")
  3830. Part499.brickColor = BrickColor.new("Brown")
  3831. Part499.FormFactor = Enum.FormFactor.Custom
  3832. Part499.formFactor = Enum.FormFactor.Custom
  3833. Decal500.Parent = Part499
  3834. Decal500.Texture = "http://www.roblox.com/asset/?id=111289291"
  3835. Decal500.Face = Enum.NormalId.Right
  3836. Decal501.Parent = Part499
  3837. Decal501.Texture = "http://www.roblox.com/asset/?id=111289318"
  3838. Decal501.Face = Enum.NormalId.Left
  3839. Decal502.Parent = Part499
  3840. Decal502.Texture = "http://www.roblox.com/asset/?id=111290766"
  3841. Decal502.Face = Enum.NormalId.Back
  3842. Decal503.Parent = Part499
  3843. Decal503.Texture = "http://www.roblox.com/asset/?id=111290905"
  3844. Weld504.Parent = Part499
  3845. Weld504.C1 = CFrame.new(-11.5414038, -0.699854851, -11.9998875, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  3846. Weld504.Part0 = Part285
  3847. Weld504.Part1 = Part499
  3848. Weld504.part1 = Part499
  3849. CFrameValue505.Name = "CFrameValue"
  3850. CFrameValue505.Parent = Part499
  3851. CFrameValue505.Value = CFrame.new(-11.5414038, -0.699854851, -11.9998875, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  3852. Part506.Parent = Model0
  3853. Part506.CFrame = CFrame.new(12.434803, 8.88785172, 38.8373489, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  3854. Part506.Orientation = Vector3.new(0, 179.919998, 45)
  3855. Part506.Position = Vector3.new(12.434803, 8.88785172, 38.8373489)
  3856. Part506.Rotation = Vector3.new(-180, 0.0799999982, -135)
  3857. Part506.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3858. Part506.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  3859. Part506.BrickColor = BrickColor.new("Brown")
  3860. Part506.brickColor = BrickColor.new("Brown")
  3861. Part506.FormFactor = Enum.FormFactor.Custom
  3862. Part506.formFactor = Enum.FormFactor.Custom
  3863. Decal507.Parent = Part506
  3864. Decal507.Texture = "http://www.roblox.com/asset/?id=111291326"
  3865. Decal507.Face = Enum.NormalId.Top
  3866. Decal508.Parent = Part506
  3867. Decal508.Texture = "http://www.roblox.com/asset/?id=111291534"
  3868. Decal508.Face = Enum.NormalId.Bottom
  3869. Decal509.Parent = Part506
  3870. Decal509.Texture = "http://www.roblox.com/asset/?id=111291643"
  3871. Decal509.Face = Enum.NormalId.Right
  3872. Decal510.Parent = Part506
  3873. Decal510.Texture = "http://www.roblox.com/asset/?id=111291741"
  3874. Decal511.Parent = Part506
  3875. Decal511.Texture = "http://www.roblox.com/asset/?id=111291643"
  3876. Decal511.Face = Enum.NormalId.Left
  3877. Weld512.Parent = Part506
  3878. Weld512.C1 = CFrame.new(-9.22145844, 7.66626263, -10.7999229, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  3879. Weld512.Part0 = Part285
  3880. Weld512.Part1 = Part506
  3881. Weld512.part1 = Part506
  3882. CFrameValue513.Name = "CFrameValue"
  3883. CFrameValue513.Parent = Part506
  3884. CFrameValue513.Value = CFrame.new(-9.22145844, 7.66626263, -10.7999229, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  3885. Part514.Parent = Model0
  3886. Part514.CFrame = CFrame.new(12.4380808, 8.88787174, 36.4374352, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  3887. Part514.Orientation = Vector3.new(0, 179.919998, 45)
  3888. Part514.Position = Vector3.new(12.4380808, 8.88787174, 36.4374352)
  3889. Part514.Rotation = Vector3.new(-180, 0.0799999982, -135)
  3890. Part514.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3891. Part514.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  3892. Part514.BrickColor = BrickColor.new("Brown")
  3893. Part514.brickColor = BrickColor.new("Brown")
  3894. Part514.FormFactor = Enum.FormFactor.Custom
  3895. Part514.formFactor = Enum.FormFactor.Custom
  3896. Decal515.Parent = Part514
  3897. Decal515.Texture = "http://www.roblox.com/asset/?id=111291326"
  3898. Decal515.Face = Enum.NormalId.Top
  3899. Decal516.Parent = Part514
  3900. Decal516.Texture = "http://www.roblox.com/asset/?id=111291534"
  3901. Decal516.Face = Enum.NormalId.Bottom
  3902. Decal517.Parent = Part514
  3903. Decal517.Texture = "http://www.roblox.com/asset/?id=111291643"
  3904. Decal517.Face = Enum.NormalId.Right
  3905. Decal518.Parent = Part514
  3906. Decal518.Texture = "http://www.roblox.com/asset/?id=111291741"
  3907. Decal518.Face = Enum.NormalId.Back
  3908. Decal519.Parent = Part514
  3909. Decal519.Texture = "http://www.roblox.com/asset/?id=111291643"
  3910. Decal519.Face = Enum.NormalId.Left
  3911. Weld520.Parent = Part514
  3912. Weld520.C1 = CFrame.new(-9.22145176, 7.66626835, -13.1998482, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  3913. Weld520.Part0 = Part285
  3914. Weld520.Part1 = Part514
  3915. Weld520.part1 = Part514
  3916. CFrameValue521.Name = "CFrameValue"
  3917. CFrameValue521.Parent = Part514
  3918. CFrameValue521.Value = CFrame.new(-9.22145176, 7.66626835, -13.1998482, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  3919. Part522.Parent = Model0
  3920. Part522.CFrame = CFrame.new(12.8371706, 5.9877491, 37.2380447, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  3921. Part522.Orientation = Vector3.new(0, 179.919998, 0)
  3922. Part522.Position = Vector3.new(12.8371706, 5.9877491, 37.2380447)
  3923. Part522.Rotation = Vector3.new(-180, 0.0799999982, -180)
  3924. Part522.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3925. Part522.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  3926. Part522.BrickColor = BrickColor.new("Dark stone grey")
  3927. Part522.brickColor = BrickColor.new("Dark stone grey")
  3928. Part522.FormFactor = Enum.FormFactor.Custom
  3929. Part522.formFactor = Enum.FormFactor.Custom
  3930. Decal523.Parent = Part522
  3931. Decal523.Texture = "http://www.roblox.com/asset/?id=111291534"
  3932. Decal523.Face = Enum.NormalId.Top
  3933. Decal524.Parent = Part522
  3934. Decal524.Texture = "http://www.roblox.com/asset/?id=111292682"
  3935. Decal524.Face = Enum.NormalId.Right
  3936. Decal525.Parent = Part522
  3937. Decal525.Texture = "http://www.roblox.com/asset/?id=111292704"
  3938. Decal525.Face = Enum.NormalId.Back
  3939. Decal526.Parent = Part522
  3940. Decal526.Texture = "http://www.roblox.com/asset/?id=111292718"
  3941. Decal527.Parent = Part522
  3942. Decal527.Texture = "http://www.roblox.com/asset/?id=111292729"
  3943. Decal527.Face = Enum.NormalId.Left
  3944. Weld528.Parent = Part522
  3945. Weld528.C1 = CFrame.new(-11.5413151, 1.80012846, -12.3998299, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  3946. Weld528.Part0 = Part285
  3947. Weld528.Part1 = Part522
  3948. Weld528.part1 = Part522
  3949. CFrameValue529.Name = "CFrameValue"
  3950. CFrameValue529.Parent = Part522
  3951. CFrameValue529.Value = CFrame.new(-11.5413151, 1.80012846, -12.3998299, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  3952. Part530.Parent = Model0
  3953. Part530.CFrame = CFrame.new(12.8358383, 5.98784924, 38.0378761, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  3954. Part530.Orientation = Vector3.new(0, 179.919998, 0)
  3955. Part530.Position = Vector3.new(12.8358383, 5.98784924, 38.0378761)
  3956. Part530.Rotation = Vector3.new(-180, 0.0799999982, -180)
  3957. Part530.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3958. Part530.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  3959. Part530.BrickColor = BrickColor.new("Dark stone grey")
  3960. Part530.brickColor = BrickColor.new("Dark stone grey")
  3961. Part530.FormFactor = Enum.FormFactor.Custom
  3962. Part530.formFactor = Enum.FormFactor.Custom
  3963. Decal531.Parent = Part530
  3964. Decal531.Texture = "http://www.roblox.com/asset/?id=111291534"
  3965. Decal531.Face = Enum.NormalId.Top
  3966. Decal532.Parent = Part530
  3967. Decal532.Texture = "http://www.roblox.com/asset/?id=111292682"
  3968. Decal532.Face = Enum.NormalId.Right
  3969. Decal533.Parent = Part530
  3970. Decal533.Texture = "http://www.roblox.com/asset/?id=111292704"
  3971. Decal533.Face = Enum.NormalId.Back
  3972. Decal534.Parent = Part530
  3973. Decal534.Texture = "http://www.roblox.com/asset/?id=111292718"
  3974. Decal535.Parent = Part530
  3975. Decal535.Texture = "http://www.roblox.com/asset/?id=111292729"
  3976. Decal535.Face = Enum.NormalId.Left
  3977. Weld536.Parent = Part530
  3978. Weld536.C1 = CFrame.new(-11.5414314, 1.80013657, -11.5999107, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  3979. Weld536.Part0 = Part285
  3980. Weld536.Part1 = Part530
  3981. Weld536.part1 = Part530
  3982. CFrameValue537.Name = "CFrameValue"
  3983. CFrameValue537.Parent = Part530
  3984. CFrameValue537.Value = CFrame.new(-11.5414314, 1.80013657, -11.5999107, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  3985. Part538.Parent = Model0
  3986. Part538.CFrame = CFrame.new(11.8364925, 9.88787746, 37.6365891, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  3987. Part538.Orientation = Vector3.new(0, 179.919998, 0)
  3988. Part538.Position = Vector3.new(11.8364925, 9.88787746, 37.6365891)
  3989. Part538.Rotation = Vector3.new(-180, 0.0799999982, -180)
  3990. Part538.Color = Color3.new(0.8, 0.556863, 0.411765)
  3991. Part538.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  3992. Part538.BrickColor = BrickColor.new("Nougat")
  3993. Part538.brickColor = BrickColor.new("Nougat")
  3994. Part538.FormFactor = Enum.FormFactor.Custom
  3995. Part538.formFactor = Enum.FormFactor.Custom
  3996. Decal539.Parent = Part538
  3997. Decal539.Texture = "http://www.roblox.com/asset/?id=111291001"
  3998. Decal539.Face = Enum.NormalId.Right
  3999. Decal540.Parent = Part538
  4000. Decal540.Texture = "http://www.roblox.com/asset/?id=111291021"
  4001. Decal540.Face = Enum.NormalId.Back
  4002. Decal541.Parent = Part538
  4003. Decal541.Texture = "http://www.roblox.com/asset/?id=111291021"
  4004. Decal542.Parent = Part538
  4005. Decal542.Texture = "http://www.roblox.com/asset/?id=111291001"
  4006. Decal542.Face = Enum.NormalId.Top
  4007. Decal543.Parent = Part538
  4008. Decal543.Texture = "http://www.roblox.com/asset/?id=111291021"
  4009. Decal543.Face = Enum.NormalId.Bottom
  4010. Decal544.Parent = Part538
  4011. Decal544.Texture = "http://www.roblox.com/asset/?id=111291001"
  4012. Decal544.Face = Enum.NormalId.Left
  4013. Weld545.Parent = Part538
  4014. Weld545.C1 = CFrame.new(-12.5413666, -2.0998764, -11.9998837, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  4015. Weld545.Part0 = Part285
  4016. Weld545.Part1 = Part538
  4017. Weld545.part1 = Part538
  4018. CFrameValue546.Name = "CFrameValue"
  4019. CFrameValue546.Parent = Part538
  4020. CFrameValue546.Value = CFrame.new(-12.5413666, -2.0998764, -11.9998837, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  4021. Part547.Parent = Model0
  4022. Part547.CFrame = CFrame.new(19.4490356, 17.8815651, 31.3258152, 0.00149936392, 0.000535474333, -0.999985754, 0.333063543, -0.942904413, -7.7477489e-06, -0.942891717, -0.333066165, -0.00159077917)
  4023. Part547.Orientation = Vector3.new(0, -90.0899963, 160.550003)
  4024. Part547.Position = Vector3.new(19.4490356, 17.8815651, 31.3258152)
  4025. Part547.Rotation = Vector3.new(179.720001, -89.6900024, -19.6499996)
  4026. Part547.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4027. Part547.Size = Vector3.new(6.55476522, 0.388430536, 0.97107625)
  4028. Part547.BottomSurface = Enum.SurfaceType.Smooth
  4029. Part547.BrickColor = BrickColor.new("Black")
  4030. Part547.TopSurface = Enum.SurfaceType.Smooth
  4031. Part547.brickColor = BrickColor.new("Black")
  4032. SpecialMesh548.Name = "SpecialMesh"
  4033. SpecialMesh548.Parent = Part547
  4034. SpecialMesh548.MeshType = Enum.MeshType.Wedge
  4035. Weld549.Parent = Part547
  4036. Weld549.C1 = CFrame.new(-20.6360149, 3.415802, -4.94154549, 0.942899525, 0.333053678, 0.000212732106, 0.333057851, -0.94290787, 7.83975629e-05, 0.000225376963, -5.30986381e-06, -0.999990344)
  4037. Weld549.Part0 = Part285
  4038. Weld549.Part1 = Part547
  4039. Weld549.part1 = Part547
  4040. CFrameValue550.Name = "CFrameValue"
  4041. CFrameValue550.Parent = Part547
  4042. CFrameValue550.Value = CFrame.new(-20.6360149, 3.415802, -4.94154549, 0.942899525, 0.333053678, 0.000212732106, 0.333057851, -0.94290787, 7.83975629e-05, 0.000225376963, -5.30986381e-06, -0.999990344)
  4043. Part551.Parent = Model0
  4044. Part551.CFrame = CFrame.new(15.6218119, 8.20685673, 55.6507645, -0.000964282313, 0.000969407381, -0.999986053, 0.707112134, 0.707101464, 1.38374935e-06, 0.707098663, -0.707099795, -0.00136599946)
  4045. Part551.Orientation = Vector3.new(0, -90.0800018, 45)
  4046. Part551.Position = Vector3.new(15.6218119, 8.20685673, 55.6507645)
  4047. Part551.Rotation = Vector3.new(-179.940002, -89.6999969, -134.850006)
  4048. Part551.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4049. Part551.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  4050. Part551.BrickColor = BrickColor.new("Brown")
  4051. Part551.brickColor = BrickColor.new("Brown")
  4052. Part551.FormFactor = Enum.FormFactor.Custom
  4053. Part551.formFactor = Enum.FormFactor.Custom
  4054. Decal552.Parent = Part551
  4055. Decal552.Texture = "http://www.roblox.com/asset/?id=111290271"
  4056. Decal552.Face = Enum.NormalId.Right
  4057. Decal553.Parent = Part551
  4058. Decal553.Texture = "http://www.roblox.com/asset/?id=111290491"
  4059. Decal553.Face = Enum.NormalId.Bottom
  4060. Decal554.Parent = Part551
  4061. Decal554.Texture = "http://www.roblox.com/asset/?id=111290491"
  4062. Decal554.Face = Enum.NormalId.Top
  4063. Decal555.Parent = Part551
  4064. Decal555.Texture = "http://www.roblox.com/asset/?id=111290271"
  4065. Decal555.Face = Enum.NormalId.Left
  4066. Weld556.Parent = Part551
  4067. Weld556.C1 = CFrame.new(-4.54550362, 3.95284462, -8.731493, -0.707094312, 0.707119524, 2.93148787e-06, 0.707110226, 0.707094073, 5.64333595e-06, 5.96491191e-07, 3.82398594e-06, -0.999990344)
  4068. Weld556.Part0 = Part285
  4069. Weld556.Part1 = Part551
  4070. Weld556.part1 = Part551
  4071. CFrameValue557.Name = "CFrameValue"
  4072. CFrameValue557.Parent = Part551
  4073. CFrameValue557.Value = CFrame.new(-4.54550362, 3.95284462, -8.731493, -0.707094312, 0.707119524, 2.93148787e-06, 0.707110226, 0.707094073, 5.64333595e-06, 5.96491191e-07, 3.82398594e-06, -0.999990344)
  4074. Part558.Parent = Model0
  4075. Part558.CFrame = CFrame.new(14.4222908, 8.48970032, 55.3663139, -0.000965522311, 0.00096909015, -0.999986053, 0.707114518, 0.70709908, 2.78025482e-07, 0.707096279, -0.70710218, -0.00136665197)
  4076. Part558.Orientation = Vector3.new(0, -90.0800018, 45)
  4077. Part558.Position = Vector3.new(14.4222908, 8.48970032, 55.3663139)
  4078. Part558.Rotation = Vector3.new(-179.990005, -89.6999969, -134.889999)
  4079. Part558.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4080. Part558.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  4081. Part558.BrickColor = BrickColor.new("Brown")
  4082. Part558.brickColor = BrickColor.new("Brown")
  4083. Part558.FormFactor = Enum.FormFactor.Custom
  4084. Part558.formFactor = Enum.FormFactor.Custom
  4085. Decal559.Parent = Part558
  4086. Decal559.Texture = "http://www.roblox.com/asset/?id=111291326"
  4087. Decal559.Face = Enum.NormalId.Top
  4088. Decal560.Parent = Part558
  4089. Decal560.Texture = "http://www.roblox.com/asset/?id=111291534"
  4090. Decal560.Face = Enum.NormalId.Bottom
  4091. Decal561.Parent = Part558
  4092. Decal561.Texture = "http://www.roblox.com/asset/?id=111291643"
  4093. Decal561.Face = Enum.NormalId.Right
  4094. Decal562.Parent = Part558
  4095. Decal562.Texture = "http://www.roblox.com/asset/?id=111291741"
  4096. Decal562.Face = Enum.NormalId.Back
  4097. Decal563.Parent = Part558
  4098. Decal563.Texture = "http://www.roblox.com/asset/?id=111291643"
  4099. Decal563.Face = Enum.NormalId.Left
  4100. Weld564.Parent = Part558
  4101. Weld564.C1 = CFrame.new(-4.54552269, 3.55287361, -9.93141556, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  4102. Weld564.Part0 = Part285
  4103. Weld564.Part1 = Part558
  4104. Weld564.part1 = Part558
  4105. CFrameValue565.Name = "CFrameValue"
  4106. CFrameValue565.Parent = Part558
  4107. CFrameValue565.Value = CFrame.new(-4.54552269, 3.55287361, -9.93141556, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  4108. Part566.Parent = Model0
  4109. Part566.CFrame = CFrame.new(15.6227531, 7.38974571, 54.9579506, 0.999986053, 9.02788724e-06, -0.00136410666, -6.78701645e-06, 1, 8.03082548e-06, 0.00136278127, -1.31075331e-06, 0.999989271)
  4110. Part566.Orientation = Vector3.new(0, -0.0799999982, 0)
  4111. Part566.Position = Vector3.new(15.6227531, 7.38974571, 54.9579506)
  4112. Part566.Rotation = Vector3.new(0, -0.0799999982, 0)
  4113. Part566.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4114. Part566.Transparency = 1
  4115. Part566.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  4116. Part566.BrickColor = BrickColor.new("Brown")
  4117. Part566.brickColor = BrickColor.new("Brown")
  4118. Part566.FormFactor = Enum.FormFactor.Custom
  4119. Part566.formFactor = Enum.FormFactor.Custom
  4120. Decal567.Parent = Part566
  4121. Decal567.Texture = "http://www.roblox.com/asset/?id=111294593"
  4122. Decal567.Face = Enum.NormalId.Top
  4123. Decal568.Parent = Part566
  4124. Decal568.Texture = "http://www.roblox.com/asset/?id=111294408"
  4125. Decal568.Face = Enum.NormalId.Back
  4126. Decal569.Parent = Part566
  4127. Decal569.Texture = "http://www.roblox.com/asset/?id=111294436"
  4128. Decal570.Parent = Part566
  4129. Decal570.Texture = "http://www.roblox.com/asset/?id=111294458"
  4130. Decal570.Face = Enum.NormalId.Left
  4131. Decal571.Parent = Part566
  4132. Decal571.Texture = "http://www.roblox.com/asset/?id=111294490"
  4133. Decal571.Face = Enum.NormalId.Right
  4134. Weld572.Parent = Part566
  4135. Weld572.C1 = CFrame.new(8.73151016, 0.398082733, -5.31638718, 2.62175217e-06, -9.22728668e-06, 0.999990344, 1.17872569e-05, 1, 1.14665063e-05, -0.999993563, 1.84928922e-05, 1.30073317e-06)
  4136. Weld572.Part0 = Part285
  4137. Weld572.Part1 = Part566
  4138. Weld572.part1 = Part566
  4139. CFrameValue573.Name = "CFrameValue"
  4140. CFrameValue573.Parent = Part566
  4141. CFrameValue573.Value = CFrame.new(8.73151016, 0.398082733, -5.31638718, 2.62175217e-06, -9.22728668e-06, 0.999990344, 1.17872569e-05, 1, 1.14665063e-05, -0.999993563, 1.84928922e-05, 1.30073317e-06)
  4142. Part574.Parent = Model0
  4143. Part574.CFrame = CFrame.new(15.6227446, 8.08968544, 54.9679565, -0.00136542507, 6.83524922e-06, -0.999986053, 1.56372062e-06, 1, 4.60316824e-06, 0.999989271, 5.1533134e-06, -0.00136409968)
  4144. Part574.Orientation = Vector3.new(0, -90.0800018, 0)
  4145. Part574.Position = Vector3.new(15.6227446, 8.08968544, 54.9679565)
  4146. Part574.Rotation = Vector3.new(-179.809998, -89.6999969, -179.710007)
  4147. Part574.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4148. Part574.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  4149. Part574.BrickColor = BrickColor.new("Brown")
  4150. Part574.brickColor = BrickColor.new("Brown")
  4151. Part574.FormFactor = Enum.FormFactor.Custom
  4152. Part574.formFactor = Enum.FormFactor.Custom
  4153. Decal575.Parent = Part574
  4154. Decal575.Texture = "http://www.roblox.com/asset/?id=111289291"
  4155. Decal575.Face = Enum.NormalId.Right
  4156. Decal576.Parent = Part574
  4157. Decal576.Texture = "http://www.roblox.com/asset/?id=111289318"
  4158. Decal576.Face = Enum.NormalId.Left
  4159. Decal577.Parent = Part574
  4160. Decal577.Texture = "http://www.roblox.com/asset/?id=111290766"
  4161. Decal577.Face = Enum.NormalId.Back
  4162. Decal578.Parent = Part574
  4163. Decal578.Texture = "http://www.roblox.com/asset/?id=111290905"
  4164. Weld579.Parent = Part574
  4165. Weld579.C1 = CFrame.new(-5.32640457, -0.3019104, -8.73150444, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  4166. Weld579.Part0 = Part285
  4167. Weld579.Part1 = Part574
  4168. Weld579.part1 = Part574
  4169. CFrameValue580.Name = "CFrameValue"
  4170. CFrameValue580.Parent = Part574
  4171. CFrameValue580.Value = CFrame.new(-5.32640457, -0.3019104, -8.73150444, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  4172. Part581.Parent = Model0
  4173. Part581.CFrame = CFrame.new(16.8221016, 8.48968887, 55.3695831, -0.000965522311, 0.00096909015, -0.999986053, 0.707114518, 0.70709908, 2.78025482e-07, 0.707096279, -0.70710218, -0.00136665197)
  4174. Part581.Orientation = Vector3.new(0, -90.0800018, 45)
  4175. Part581.Position = Vector3.new(16.8221016, 8.48968887, 55.3695831)
  4176. Part581.Rotation = Vector3.new(-179.990005, -89.6999969, -134.889999)
  4177. Part581.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4178. Part581.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  4179. Part581.BrickColor = BrickColor.new("Brown")
  4180. Part581.brickColor = BrickColor.new("Brown")
  4181. Part581.FormFactor = Enum.FormFactor.Custom
  4182. Part581.formFactor = Enum.FormFactor.Custom
  4183. Decal582.Parent = Part581
  4184. Decal582.Texture = "http://www.roblox.com/asset/?id=111291326"
  4185. Decal582.Face = Enum.NormalId.Top
  4186. Decal583.Parent = Part581
  4187. Decal583.Texture = "http://www.roblox.com/asset/?id=111291534"
  4188. Decal583.Face = Enum.NormalId.Bottom
  4189. Decal584.Parent = Part581
  4190. Decal584.Texture = "http://www.roblox.com/asset/?id=111291643"
  4191. Decal584.Face = Enum.NormalId.Right
  4192. Decal585.Parent = Part581
  4193. Decal585.Texture = "http://www.roblox.com/asset/?id=111291741"
  4194. Decal586.Parent = Part581
  4195. Decal586.Texture = "http://www.roblox.com/asset/?id=111291643"
  4196. Decal586.Face = Enum.NormalId.Left
  4197. Weld587.Parent = Part581
  4198. Weld587.C1 = CFrame.new(-4.54550743, 3.55287361, -7.53156948, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  4199. Weld587.Part0 = Part285
  4200. Weld587.Part1 = Part581
  4201. Weld587.part1 = Part581
  4202. CFrameValue588.Name = "CFrameValue"
  4203. CFrameValue588.Parent = Part581
  4204. CFrameValue588.Value = CFrame.new(-4.54550743, 3.55287361, -7.53156948, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  4205. Part589.Parent = Model0
  4206. Part589.CFrame = CFrame.new(15.2227278, 5.58969498, 54.967392, -0.00136734999, 3.54959684e-06, -0.999986053, -1.57812065e-05, 1, 1.34118363e-06, 0.999989271, 2.24936066e-05, -0.00136602449)
  4207. Part589.Orientation = Vector3.new(0, -90.0800018, 0)
  4208. Part589.Position = Vector3.new(15.2227278, 5.58969498, 54.967392)
  4209. Part589.Rotation = Vector3.new(-179.940002, -89.6999969, -179.850006)
  4210. Part589.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4211. Part589.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  4212. Part589.BrickColor = BrickColor.new("Dark stone grey")
  4213. Part589.brickColor = BrickColor.new("Dark stone grey")
  4214. Part589.FormFactor = Enum.FormFactor.Custom
  4215. Part589.formFactor = Enum.FormFactor.Custom
  4216. Decal590.Parent = Part589
  4217. Decal590.Texture = "http://www.roblox.com/asset/?id=111291534"
  4218. Decal590.Face = Enum.NormalId.Top
  4219. Decal591.Parent = Part589
  4220. Decal591.Texture = "http://www.roblox.com/asset/?id=111292682"
  4221. Decal591.Face = Enum.NormalId.Right
  4222. Decal592.Parent = Part589
  4223. Decal592.Texture = "http://www.roblox.com/asset/?id=111292704"
  4224. Decal592.Face = Enum.NormalId.Back
  4225. Decal593.Parent = Part589
  4226. Decal593.Texture = "http://www.roblox.com/asset/?id=111292718"
  4227. Decal594.Parent = Part589
  4228. Decal594.Texture = "http://www.roblox.com/asset/?id=111292729"
  4229. Decal594.Face = Enum.NormalId.Left
  4230. Weld595.Parent = Part589
  4231. Weld595.C1 = CFrame.new(-5.32645416, 2.19795942, -9.13150692, -0.999993563, -5.31913111e-06, -1.94265272e-06, -1.20246423e-05, 1, 6.02070577e-06, 6.21437266e-07, 3.78141999e-06, -0.999990344)
  4232. Weld595.Part0 = Part285
  4233. Weld595.Part1 = Part589
  4234. Weld595.part1 = Part589
  4235. CFrameValue596.Name = "CFrameValue"
  4236. CFrameValue596.Parent = Part589
  4237. CFrameValue596.Value = CFrame.new(-5.32645416, 2.19795942, -9.13150692, -0.999993563, -5.31913111e-06, -1.94265272e-06, -1.20246423e-05, 1, 6.02070577e-06, 6.21437266e-07, 3.78141999e-06, -0.999990344)
  4238. Part597.Parent = Model0
  4239. Part597.CFrame = CFrame.new(16.0226879, 5.58968878, 54.9685135, -0.00136542507, 6.83524922e-06, -0.999986053, 1.56372062e-06, 1, 4.60316824e-06, 0.999989271, 5.1533134e-06, -0.00136409968)
  4240. Part597.Orientation = Vector3.new(0, -90.0800018, 0)
  4241. Part597.Position = Vector3.new(16.0226879, 5.58968878, 54.9685135)
  4242. Part597.Rotation = Vector3.new(-179.809998, -89.6999969, -179.710007)
  4243. Part597.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4244. Part597.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  4245. Part597.BrickColor = BrickColor.new("Dark stone grey")
  4246. Part597.brickColor = BrickColor.new("Dark stone grey")
  4247. Part597.FormFactor = Enum.FormFactor.Custom
  4248. Part597.formFactor = Enum.FormFactor.Custom
  4249. Decal598.Parent = Part597
  4250. Decal598.Texture = "http://www.roblox.com/asset/?id=111291534"
  4251. Decal598.Face = Enum.NormalId.Top
  4252. Decal599.Parent = Part597
  4253. Decal599.Texture = "http://www.roblox.com/asset/?id=111292682"
  4254. Decal599.Face = Enum.NormalId.Right
  4255. Decal600.Parent = Part597
  4256. Decal600.Texture = "http://www.roblox.com/asset/?id=111292704"
  4257. Decal600.Face = Enum.NormalId.Back
  4258. Decal601.Parent = Part597
  4259. Decal601.Texture = "http://www.roblox.com/asset/?id=111292718"
  4260. Decal602.Parent = Part597
  4261. Decal602.Texture = "http://www.roblox.com/asset/?id=111292729"
  4262. Decal602.Face = Enum.NormalId.Left
  4263. Weld603.Parent = Part597
  4264. Weld603.C1 = CFrame.new(-5.32642746, 2.19808435, -8.33153915, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  4265. Weld603.Part0 = Part285
  4266. Weld603.Part1 = Part597
  4267. Weld603.part1 = Part597
  4268. CFrameValue604.Name = "CFrameValue"
  4269. CFrameValue604.Parent = Part597
  4270. CFrameValue604.Value = CFrame.new(-5.32642746, 2.19808435, -8.33153915, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  4271. Part605.Parent = Model0
  4272. Part605.CFrame = CFrame.new(15.621397, 9.48971558, 55.967907, -0.00136542507, 6.83524922e-06, -0.999986053, 1.56372062e-06, 1, 4.60316824e-06, 0.999989271, 5.1533134e-06, -0.00136409968)
  4273. Part605.Orientation = Vector3.new(0, -90.0800018, 0)
  4274. Part605.Position = Vector3.new(15.621397, 9.48971558, 55.967907)
  4275. Part605.Rotation = Vector3.new(-179.809998, -89.6999969, -179.710007)
  4276. Part605.Color = Color3.new(0.8, 0.556863, 0.411765)
  4277. Part605.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  4278. Part605.BrickColor = BrickColor.new("Nougat")
  4279. Part605.brickColor = BrickColor.new("Nougat")
  4280. Part605.FormFactor = Enum.FormFactor.Custom
  4281. Part605.formFactor = Enum.FormFactor.Custom
  4282. Decal606.Parent = Part605
  4283. Decal606.Texture = "http://www.roblox.com/asset/?id=111291001"
  4284. Decal606.Face = Enum.NormalId.Right
  4285. Decal607.Parent = Part605
  4286. Decal607.Texture = "http://www.roblox.com/asset/?id=111291021"
  4287. Decal607.Face = Enum.NormalId.Back
  4288. Decal608.Parent = Part605
  4289. Decal608.Texture = "http://www.roblox.com/asset/?id=111291021"
  4290. Decal609.Parent = Part605
  4291. Decal609.Texture = "http://www.roblox.com/asset/?id=111291001"
  4292. Decal609.Face = Enum.NormalId.Top
  4293. Decal610.Parent = Part605
  4294. Decal610.Texture = "http://www.roblox.com/asset/?id=111291021"
  4295. Decal610.Face = Enum.NormalId.Bottom
  4296. Decal611.Parent = Part605
  4297. Decal611.Texture = "http://www.roblox.com/asset/?id=111291001"
  4298. Decal611.Face = Enum.NormalId.Left
  4299. Weld612.Parent = Part605
  4300. Weld612.C1 = CFrame.new(-6.3263588, -1.70193958, -8.73149586, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  4301. Weld612.Part0 = Part285
  4302. Weld612.Part1 = Part605
  4303. Weld612.part1 = Part605
  4304. CFrameValue613.Name = "CFrameValue"
  4305. CFrameValue613.Parent = Part605
  4306. CFrameValue613.Value = CFrame.new(-6.3263588, -1.70193958, -8.73149586, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  4307. Part614.Parent = Model0
  4308. Part614.CFrame = CFrame.new(20.1278877, 19.4394913, 31.8767281, 0.00149936415, 0.999985754, 0.000482903823, 0.333063543, -4.18219861e-05, -0.942904413, -0.942891717, 0.0015732696, -0.333066255)
  4309. Part614.Orientation = Vector3.new(70.5500031, 179.919998, 90.0100021)
  4310. Part614.Position = Vector3.new(20.1278877, 19.4394913, 31.8767281)
  4311. Part614.Rotation = Vector3.new(109.449997, 0.0299999993, -89.9100037)
  4312. Part614.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4313. Part614.Size = Vector3.new(6.55476522, 0.388430536, 0.97107625)
  4314. Part614.BottomSurface = Enum.SurfaceType.Smooth
  4315. Part614.BrickColor = BrickColor.new("Black")
  4316. Part614.TopSurface = Enum.SurfaceType.Smooth
  4317. Part614.brickColor = BrickColor.new("Black")
  4318. SpecialMesh615.Name = "SpecialMesh"
  4319. SpecialMesh615.Parent = Part614
  4320. SpecialMesh615.MeshType = Enum.MeshType.Wedge
  4321. Weld616.Parent = Part614
  4322. Weld616.C1 = CFrame.new(-20.6364708, 4.26206684, 5.06767273, 0.942899525, 0.333053678, 0.000212732339, -0.000207867924, -4.4260054e-05, 0.999990344, 0.333057851, -0.94290787, 2.58268246e-05)
  4323. Weld616.Part0 = Part285
  4324. Weld616.Part1 = Part614
  4325. Weld616.part1 = Part614
  4326. CFrameValue617.Name = "CFrameValue"
  4327. CFrameValue617.Parent = Part614
  4328. CFrameValue617.Value = CFrame.new(-20.6364708, 4.26206684, 5.06767273, 0.942899525, 0.333053678, 0.000212732339, -0.000207867924, -4.4260054e-05, 0.999990344, 0.333057851, -0.94290787, 2.58268246e-05)
  4329. Part618.Parent = Model0
  4330. Part618.CFrame = CFrame.new(25.0583115, 8.60485172, 46.6545601, 0.707095623, -0.707098305, -0.00136604835, 0.707109571, 0.707103908, -1.14976119e-05, 0.000977876014, -0.000952133734, 0.999989271)
  4331. Part618.Orientation = Vector3.new(0, -0.0799999982, 45)
  4332. Part618.Position = Vector3.new(25.0583115, 8.60485172, 46.6545601)
  4333. Part618.Rotation = Vector3.new(0, -0.0799999982, 45)
  4334. Part618.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4335. Part618.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  4336. Part618.BrickColor = BrickColor.new("Brown")
  4337. Part618.brickColor = BrickColor.new("Brown")
  4338. Part618.FormFactor = Enum.FormFactor.Custom
  4339. Part618.formFactor = Enum.FormFactor.Custom
  4340. Decal619.Parent = Part618
  4341. Decal619.Texture = "http://www.roblox.com/asset/?id=111290271"
  4342. Decal619.Face = Enum.NormalId.Right
  4343. Decal620.Parent = Part618
  4344. Decal620.Texture = "http://www.roblox.com/asset/?id=111290491"
  4345. Decal620.Face = Enum.NormalId.Bottom
  4346. Decal621.Parent = Part618
  4347. Decal621.Texture = "http://www.roblox.com/asset/?id=111290491"
  4348. Decal621.Face = Enum.NormalId.Top
  4349. Decal622.Parent = Part618
  4350. Decal622.Texture = "http://www.roblox.com/asset/?id=111290271"
  4351. Decal622.Face = Enum.NormalId.Left
  4352. Weld623.Parent = Part618
  4353. Weld623.C1 = CFrame.new(-1.06767082, -0.0878667831, 2.99995041, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  4354. Weld623.Part0 = Part285
  4355. Weld623.Part1 = Part618
  4356. Weld623.part1 = Part618
  4357. CFrameValue624.Name = "CFrameValue"
  4358. CFrameValue624.Parent = Part618
  4359. CFrameValue624.Value = CFrame.new(-1.06767082, -0.0878667831, 2.99995041, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  4360. Part625.Parent = Model0
  4361. Part625.CFrame = CFrame.new(24.7771301, 8.88771915, 45.4541779, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  4362. Part625.Orientation = Vector3.new(0, -0.0799999982, 45)
  4363. Part625.Position = Vector3.new(24.7771301, 8.88771915, 45.4541779)
  4364. Part625.Rotation = Vector3.new(0, -0.0799999982, 45)
  4365. Part625.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4366. Part625.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  4367. Part625.BrickColor = BrickColor.new("Brown")
  4368. Part625.brickColor = BrickColor.new("Brown")
  4369. Part625.FormFactor = Enum.FormFactor.Custom
  4370. Part625.formFactor = Enum.FormFactor.Custom
  4371. Decal626.Parent = Part625
  4372. Decal626.Texture = "http://www.roblox.com/asset/?id=111291326"
  4373. Decal626.Face = Enum.NormalId.Top
  4374. Decal627.Parent = Part625
  4375. Decal627.Texture = "http://www.roblox.com/asset/?id=111291534"
  4376. Decal627.Face = Enum.NormalId.Bottom
  4377. Decal628.Parent = Part625
  4378. Decal628.Texture = "http://www.roblox.com/asset/?id=111291643"
  4379. Decal628.Face = Enum.NormalId.Right
  4380. Decal629.Parent = Part625
  4381. Decal629.Texture = "http://www.roblox.com/asset/?id=111291741"
  4382. Decal630.Parent = Part625
  4383. Decal630.Texture = "http://www.roblox.com/asset/?id=111291643"
  4384. Decal630.Face = Enum.NormalId.Left
  4385. Weld631.Parent = Part625
  4386. Weld631.C1 = CFrame.new(-1.06767273, -0.487830162, 4.19993782, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  4387. Weld631.Part0 = Part285
  4388. Weld631.Part1 = Part625
  4389. Weld631.part1 = Part625
  4390. CFrameValue632.Name = "CFrameValue"
  4391. CFrameValue632.Parent = Part625
  4392. CFrameValue632.Value = CFrame.new(-1.06767273, -0.487830162, 4.19993782, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  4393. Part633.Parent = Model0
  4394. Part633.CFrame = CFrame.new(24.773859, 8.88769341, 47.8540878, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  4395. Part633.Orientation = Vector3.new(0, -0.0799999982, 45)
  4396. Part633.Position = Vector3.new(24.773859, 8.88769341, 47.8540878)
  4397. Part633.Rotation = Vector3.new(0, -0.0799999982, 45)
  4398. Part633.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4399. Part633.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  4400. Part633.BrickColor = BrickColor.new("Brown")
  4401. Part633.brickColor = BrickColor.new("Brown")
  4402. Part633.FormFactor = Enum.FormFactor.Custom
  4403. Part633.formFactor = Enum.FormFactor.Custom
  4404. Decal634.Parent = Part633
  4405. Decal634.Texture = "http://www.roblox.com/asset/?id=111291326"
  4406. Decal634.Face = Enum.NormalId.Top
  4407. Decal635.Parent = Part633
  4408. Decal635.Texture = "http://www.roblox.com/asset/?id=111291534"
  4409. Decal635.Face = Enum.NormalId.Bottom
  4410. Decal636.Parent = Part633
  4411. Decal636.Texture = "http://www.roblox.com/asset/?id=111291643"
  4412. Decal636.Face = Enum.NormalId.Right
  4413. Decal637.Parent = Part633
  4414. Decal637.Texture = "http://www.roblox.com/asset/?id=111291741"
  4415. Decal637.Face = Enum.NormalId.Back
  4416. Decal638.Parent = Part633
  4417. Decal638.Texture = "http://www.roblox.com/asset/?id=111291643"
  4418. Decal638.Face = Enum.NormalId.Left
  4419. Weld639.Parent = Part633
  4420. Weld639.C1 = CFrame.new(-1.0676918, -0.487841129, 1.80001831, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  4421. Weld639.Part0 = Part285
  4422. Weld639.Part1 = Part633
  4423. Weld639.part1 = Part633
  4424. CFrameValue640.Name = "CFrameValue"
  4425. CFrameValue640.Parent = Part633
  4426. CFrameValue640.Value = CFrame.new(-1.0676918, -0.487841129, 1.80001831, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  4427. Part641.Parent = Model0
  4428. Part641.CFrame = CFrame.new(24.3754864, 8.48769283, 46.6535797, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  4429. Part641.Orientation = Vector3.new(0, -0.0799999982, 0)
  4430. Part641.Position = Vector3.new(24.3754864, 8.48769283, 46.6535797)
  4431. Part641.Rotation = Vector3.new(0, -0.0799999982, 0)
  4432. Part641.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4433. Part641.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  4434. Part641.BrickColor = BrickColor.new("Brown")
  4435. Part641.brickColor = BrickColor.new("Brown")
  4436. Part641.FormFactor = Enum.FormFactor.Custom
  4437. Part641.formFactor = Enum.FormFactor.Custom
  4438. Decal642.Parent = Part641
  4439. Decal642.Texture = "http://www.roblox.com/asset/?id=111289291"
  4440. Decal642.Face = Enum.NormalId.Right
  4441. Decal643.Parent = Part641
  4442. Decal643.Texture = "http://www.roblox.com/asset/?id=111289318"
  4443. Decal643.Face = Enum.NormalId.Left
  4444. Decal644.Parent = Part641
  4445. Decal644.Texture = "http://www.roblox.com/asset/?id=111290766"
  4446. Decal644.Face = Enum.NormalId.Back
  4447. Decal645.Parent = Part641
  4448. Decal645.Texture = "http://www.roblox.com/asset/?id=111290905"
  4449. Weld646.Parent = Part641
  4450. Weld646.C1 = CFrame.new(-0.00999069214, -0.699908733, 2.99998093, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  4451. Weld646.Part0 = Part285
  4452. Weld646.Part1 = Part641
  4453. Weld646.part1 = Part641
  4454. CFrameValue647.Name = "CFrameValue"
  4455. CFrameValue647.Parent = Part641
  4456. CFrameValue647.Value = CFrame.new(-0.00999069214, -0.699908733, 2.99998093, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  4457. Part648.Parent = Model0
  4458. Part648.CFrame = CFrame.new(24.36549, 7.78775406, 46.653553, 0.00136541622, -2.45466413e-06, 0.999995708, 1.04621322e-05, 1, 2.44026683e-06, -0.999995708, 1.04608007e-05, 0.00136541622)
  4459. Part648.Orientation = Vector3.new(0, 89.9199982, 0)
  4460. Part648.Position = Vector3.new(24.36549, 7.78775406, 46.653553)
  4461. Part648.Rotation = Vector3.new(-0.100000001, 89.8300018, 0.100000001)
  4462. Part648.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4463. Part648.Transparency = 1
  4464. Part648.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  4465. Part648.BrickColor = BrickColor.new("Brown")
  4466. Part648.brickColor = BrickColor.new("Brown")
  4467. Part648.FormFactor = Enum.FormFactor.Custom
  4468. Part648.formFactor = Enum.FormFactor.Custom
  4469. Decal649.Parent = Part648
  4470. Decal649.Texture = "http://www.roblox.com/asset/?id=111294593"
  4471. Decal649.Face = Enum.NormalId.Top
  4472. Decal650.Parent = Part648
  4473. Decal650.Texture = "http://www.roblox.com/asset/?id=111294408"
  4474. Decal650.Face = Enum.NormalId.Back
  4475. Decal651.Parent = Part648
  4476. Decal651.Texture = "http://www.roblox.com/asset/?id=111294436"
  4477. Decal652.Parent = Part648
  4478. Decal652.Texture = "http://www.roblox.com/asset/?id=111294458"
  4479. Decal652.Face = Enum.NormalId.Left
  4480. Decal653.Parent = Part648
  4481. Decal653.Texture = "http://www.roblox.com/asset/?id=111294490"
  4482. Decal653.Face = Enum.NormalId.Right
  4483. Weld654.Parent = Part648
  4484. Weld654.C1 = CFrame.new(-2.99997902, 3.81469727e-06, 5.7220459e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  4485. Weld654.Part0 = Part285
  4486. Weld654.Part1 = Part648
  4487. Weld654.part1 = Part648
  4488. CFrameValue655.Name = "CFrameValue"
  4489. CFrameValue655.Parent = Part648
  4490. CFrameValue655.Value = CFrame.new(-2.99997902, 3.81469727e-06, 5.7220459e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  4491. Part656.Parent = Model0
  4492. Part656.CFrame = CFrame.new(24.3749485, 5.98768282, 47.0535774, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  4493. Part656.Orientation = Vector3.new(0, -0.0799999982, 0)
  4494. Part656.Position = Vector3.new(24.3749485, 5.98768282, 47.0535774)
  4495. Part656.Rotation = Vector3.new(0, -0.0799999982, 0)
  4496. Part656.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4497. Part656.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  4498. Part656.BrickColor = BrickColor.new("Dark stone grey")
  4499. Part656.brickColor = BrickColor.new("Dark stone grey")
  4500. Part656.FormFactor = Enum.FormFactor.Custom
  4501. Part656.formFactor = Enum.FormFactor.Custom
  4502. Decal657.Parent = Part656
  4503. Decal657.Texture = "http://www.roblox.com/asset/?id=111291534"
  4504. Decal657.Face = Enum.NormalId.Top
  4505. Decal658.Parent = Part656
  4506. Decal658.Texture = "http://www.roblox.com/asset/?id=111292682"
  4507. Decal658.Face = Enum.NormalId.Right
  4508. Decal659.Parent = Part656
  4509. Decal659.Texture = "http://www.roblox.com/asset/?id=111292704"
  4510. Decal659.Face = Enum.NormalId.Back
  4511. Decal660.Parent = Part656
  4512. Decal660.Texture = "http://www.roblox.com/asset/?id=111292718"
  4513. Decal661.Parent = Part656
  4514. Decal661.Texture = "http://www.roblox.com/asset/?id=111292729"
  4515. Decal661.Face = Enum.NormalId.Left
  4516. Weld662.Parent = Part656
  4517. Weld662.C1 = CFrame.new(-0.0100135803, 1.80007362, 2.59995079, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  4518. Weld662.Part0 = Part285
  4519. Weld662.Part1 = Part656
  4520. Weld662.part1 = Part656
  4521. CFrameValue663.Name = "CFrameValue"
  4522. CFrameValue663.Parent = Part656
  4523. CFrameValue663.Value = CFrame.new(-0.0100135803, 1.80007362, 2.59995079, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  4524. Part664.Parent = Model0
  4525. Part664.CFrame = CFrame.new(24.3760471, 5.98770475, 46.2535553, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  4526. Part664.Orientation = Vector3.new(0, -0.0799999982, 0)
  4527. Part664.Position = Vector3.new(24.3760471, 5.98770475, 46.2535553)
  4528. Part664.Rotation = Vector3.new(0, -0.0799999982, 0)
  4529. Part664.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4530. Part664.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  4531. Part664.BrickColor = BrickColor.new("Dark stone grey")
  4532. Part664.brickColor = BrickColor.new("Dark stone grey")
  4533. Part664.FormFactor = Enum.FormFactor.Custom
  4534. Part664.formFactor = Enum.FormFactor.Custom
  4535. Decal665.Parent = Part664
  4536. Decal665.Texture = "http://www.roblox.com/asset/?id=111291534"
  4537. Decal665.Face = Enum.NormalId.Top
  4538. Decal666.Parent = Part664
  4539. Decal666.Texture = "http://www.roblox.com/asset/?id=111292682"
  4540. Decal666.Face = Enum.NormalId.Right
  4541. Decal667.Parent = Part664
  4542. Decal667.Texture = "http://www.roblox.com/asset/?id=111292704"
  4543. Decal667.Face = Enum.NormalId.Back
  4544. Decal668.Parent = Part664
  4545. Decal668.Texture = "http://www.roblox.com/asset/?id=111292718"
  4546. Decal669.Parent = Part664
  4547. Decal669.Texture = "http://www.roblox.com/asset/?id=111292729"
  4548. Decal669.Face = Enum.NormalId.Left
  4549. Weld670.Parent = Part664
  4550. Weld670.C1 = CFrame.new(-0.0100097656, 1.80008745, 3.39995766, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  4551. Weld670.Part0 = Part285
  4552. Weld670.Part1 = Part664
  4553. Weld670.part1 = Part664
  4554. CFrameValue671.Name = "CFrameValue"
  4555. CFrameValue671.Parent = Part664
  4556. CFrameValue671.Value = CFrame.new(-0.0100097656, 1.80008745, 3.39995766, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  4557. Part672.Parent = Model0
  4558. Part672.CFrame = CFrame.new(25.375452, 9.88771439, 46.6549683, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  4559. Part672.Orientation = Vector3.new(0, -0.0799999982, 0)
  4560. Part672.Position = Vector3.new(25.375452, 9.88771439, 46.6549683)
  4561. Part672.Rotation = Vector3.new(0, -0.0799999982, 0)
  4562. Part672.Color = Color3.new(0.8, 0.556863, 0.411765)
  4563. Part672.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  4564. Part672.BrickColor = BrickColor.new("Nougat")
  4565. Part672.brickColor = BrickColor.new("Nougat")
  4566. Part672.FormFactor = Enum.FormFactor.Custom
  4567. Part672.formFactor = Enum.FormFactor.Custom
  4568. Decal673.Parent = Part672
  4569. Decal673.Texture = "http://www.roblox.com/asset/?id=111291001"
  4570. Decal673.Face = Enum.NormalId.Right
  4571. Decal674.Parent = Part672
  4572. Decal674.Texture = "http://www.roblox.com/asset/?id=111291021"
  4573. Decal674.Face = Enum.NormalId.Back
  4574. Decal675.Parent = Part672
  4575. Decal675.Texture = "http://www.roblox.com/asset/?id=111291021"
  4576. Decal676.Parent = Part672
  4577. Decal676.Texture = "http://www.roblox.com/asset/?id=111291001"
  4578. Decal676.Face = Enum.NormalId.Top
  4579. Decal677.Parent = Part672
  4580. Decal677.Texture = "http://www.roblox.com/asset/?id=111291021"
  4581. Decal677.Face = Enum.NormalId.Bottom
  4582. Decal678.Parent = Part672
  4583. Decal678.Texture = "http://www.roblox.com/asset/?id=111291001"
  4584. Decal678.Face = Enum.NormalId.Left
  4585. Weld679.Parent = Part672
  4586. Weld679.C1 = CFrame.new(-1.00995827, -2.09993124, 2.99998283, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  4587. Weld679.Part0 = Part285
  4588. Weld679.Part1 = Part672
  4589. Weld679.part1 = Part672
  4590. CFrameValue680.Name = "CFrameValue"
  4591. CFrameValue680.Parent = Part672
  4592. CFrameValue680.Value = CFrame.new(-1.00995827, -2.09993124, 2.99998283, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  4593. Part681.Parent = Model0
  4594. Part681.CFrame = CFrame.new(18.4722557, 19.1102829, 34.847393, 0.00151152525, -0.000546131632, 0.999985874, 0.333063275, 0.942903578, 5.8027681e-06, -0.942891717, 0.333066136, 0.00160197797)
  4595. Part681.Orientation = Vector3.new(0, 89.9100037, 19.4500008)
  4596. Part681.Position = Vector3.new(18.4722557, 19.1102829, 34.847393)
  4597. Part681.Rotation = Vector3.new(-0.209999993, 89.6999969, 19.8700008)
  4598. Part681.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4599. Part681.Size = Vector3.new(0.728307188, 0.388430536, 0.97107625)
  4600. Part681.BottomSurface = Enum.SurfaceType.Smooth
  4601. Part681.BrickColor = BrickColor.new("Black")
  4602. Part681.TopSurface = Enum.SurfaceType.Smooth
  4603. Part681.brickColor = BrickColor.new("Black")
  4604. SpecialMesh682.Name = "SpecialMesh"
  4605. SpecialMesh682.Parent = Part681
  4606. SpecialMesh682.MeshType = Enum.MeshType.Wedge
  4607. Weld683.Parent = Part681
  4608. Weld683.C1 = CFrame.new(-17.7231998, -5.74782372, 5.91287518, 0.942899525, 0.33305341, 0.000224893476, -0.333057821, 0.942907035, -8.90549782e-05, -0.000236575754, 3.36500011e-06, 0.999990463)
  4609. Weld683.Part0 = Part285
  4610. Weld683.Part1 = Part681
  4611. Weld683.part1 = Part681
  4612. CFrameValue684.Name = "CFrameValue"
  4613. CFrameValue684.Parent = Part681
  4614. CFrameValue684.Value = CFrame.new(-17.7231998, -5.74782372, 5.91287518, 0.942899525, 0.33305341, 0.000224893476, -0.333057821, 0.942907035, -8.90549782e-05, -0.000236575754, 3.36500011e-06, 0.999990463)
  4615. Part685.Parent = Model0
  4616. Part685.CFrame = CFrame.new(12.8382368, 7.78785038, 43.6378784, -0.00136550365, 1.87679088e-05, -0.999995708, -7.80835126e-06, 1, 1.87787737e-05, 0.999995708, 7.83600444e-06, -0.00136550341)
  4617. Part685.Orientation = Vector3.new(0, -90.0800018, 0)
  4618. Part685.Position = Vector3.new(12.8382368, 7.78785038, 43.6378784)
  4619. Part685.Rotation = Vector3.new(-179.210007, -89.8300018, -179.210007)
  4620. Part685.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4621. Part685.Transparency = 1
  4622. Part685.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  4623. Part685.BrickColor = BrickColor.new("Brown")
  4624. Part685.brickColor = BrickColor.new("Brown")
  4625. Part685.FormFactor = Enum.FormFactor.Custom
  4626. Part685.formFactor = Enum.FormFactor.Custom
  4627. Decal686.Parent = Part685
  4628. Decal686.Texture = "http://www.roblox.com/asset/?id=111294593"
  4629. Decal686.Face = Enum.NormalId.Top
  4630. Decal687.Parent = Part685
  4631. Decal687.Texture = "http://www.roblox.com/asset/?id=111294408"
  4632. Decal687.Face = Enum.NormalId.Back
  4633. Decal688.Parent = Part685
  4634. Decal688.Texture = "http://www.roblox.com/asset/?id=111294436"
  4635. Decal689.Parent = Part685
  4636. Decal689.Texture = "http://www.roblox.com/asset/?id=111294458"
  4637. Decal689.Face = Enum.NormalId.Left
  4638. Decal690.Parent = Part685
  4639. Decal690.Texture = "http://www.roblox.com/asset/?id=111294490"
  4640. Decal690.Face = Enum.NormalId.Right
  4641. Weld691.Parent = Part685
  4642. Weld691.C1 = CFrame.new(5.99991989, 0.00013923645, -11.5314045, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  4643. Weld691.Part0 = Part285
  4644. Weld691.Part1 = Part685
  4645. Weld691.part1 = Part685
  4646. CFrameValue692.Name = "CFrameValue"
  4647. CFrameValue692.Parent = Part685
  4648. CFrameValue692.Value = CFrame.new(5.99991989, 0.00013923645, -11.5314045, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  4649. Part693.Parent = Model0
  4650. Part693.CFrame = CFrame.new(12.4266148, 8.88779545, 44.8372803, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  4651. Part693.Orientation = Vector3.new(0, 179.919998, 45)
  4652. Part693.Position = Vector3.new(12.4266148, 8.88779545, 44.8372803)
  4653. Part693.Rotation = Vector3.new(-180, 0.0799999982, -135)
  4654. Part693.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4655. Part693.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  4656. Part693.BrickColor = BrickColor.new("Brown")
  4657. Part693.brickColor = BrickColor.new("Brown")
  4658. Part693.FormFactor = Enum.FormFactor.Custom
  4659. Part693.formFactor = Enum.FormFactor.Custom
  4660. Decal694.Parent = Part693
  4661. Decal694.Texture = "http://www.roblox.com/asset/?id=111291326"
  4662. Decal694.Face = Enum.NormalId.Top
  4663. Decal695.Parent = Part693
  4664. Decal695.Texture = "http://www.roblox.com/asset/?id=111291534"
  4665. Decal695.Face = Enum.NormalId.Bottom
  4666. Decal696.Parent = Part693
  4667. Decal696.Texture = "http://www.roblox.com/asset/?id=111291643"
  4668. Decal696.Face = Enum.NormalId.Right
  4669. Decal697.Parent = Part693
  4670. Decal697.Texture = "http://www.roblox.com/asset/?id=111291741"
  4671. Decal698.Parent = Part693
  4672. Decal698.Texture = "http://www.roblox.com/asset/?id=111291643"
  4673. Decal698.Face = Enum.NormalId.Left
  4674. Weld699.Parent = Part693
  4675. Weld699.C1 = CFrame.new(-9.22146797, 7.66624546, -4.7999649, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  4676. Weld699.Part0 = Part285
  4677. Weld699.Part1 = Part693
  4678. Weld699.part1 = Part693
  4679. CFrameValue700.Name = "CFrameValue"
  4680. CFrameValue700.Parent = Part693
  4681. CFrameValue700.Value = CFrame.new(-9.22146797, 7.66624546, -4.7999649, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  4682. Part701.Parent = Model0
  4683. Part701.CFrame = CFrame.new(12.8282499, 8.48779106, 43.6378708, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  4684. Part701.Orientation = Vector3.new(0, 179.919998, 0)
  4685. Part701.Position = Vector3.new(12.8282499, 8.48779106, 43.6378708)
  4686. Part701.Rotation = Vector3.new(-180, 0.0799999982, -180)
  4687. Part701.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4688. Part701.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  4689. Part701.BrickColor = BrickColor.new("Brown")
  4690. Part701.brickColor = BrickColor.new("Brown")
  4691. Part701.FormFactor = Enum.FormFactor.Custom
  4692. Part701.formFactor = Enum.FormFactor.Custom
  4693. Decal702.Parent = Part701
  4694. Decal702.Texture = "http://www.roblox.com/asset/?id=111289291"
  4695. Decal702.Face = Enum.NormalId.Right
  4696. Decal703.Parent = Part701
  4697. Decal703.Texture = "http://www.roblox.com/asset/?id=111289318"
  4698. Decal703.Face = Enum.NormalId.Left
  4699. Decal704.Parent = Part701
  4700. Decal704.Texture = "http://www.roblox.com/asset/?id=111290766"
  4701. Decal704.Face = Enum.NormalId.Back
  4702. Decal705.Parent = Part701
  4703. Decal705.Texture = "http://www.roblox.com/asset/?id=111290905"
  4704. Weld706.Parent = Part701
  4705. Weld706.C1 = CFrame.new(-11.541399, -0.699874878, -5.99992371, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  4706. Weld706.Part0 = Part285
  4707. Weld706.Part1 = Part701
  4708. Weld706.part1 = Part701
  4709. CFrameValue707.Name = "CFrameValue"
  4710. CFrameValue707.Parent = Part701
  4711. CFrameValue707.Value = CFrame.new(-11.541399, -0.699874878, -5.99992371, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  4712. Part708.Parent = Model0
  4713. Part708.CFrame = CFrame.new(12.145668, 8.60490417, 43.637043, -0.70708406, 0.707109869, 0.00136613578, 0.707118034, 0.707095444, 6.77275148e-06, -0.000955516822, 0.000974616152, -0.999989271)
  4714. Part708.Orientation = Vector3.new(0, 179.919998, 45)
  4715. Part708.Position = Vector3.new(12.145668, 8.60490417, 43.637043)
  4716. Part708.Rotation = Vector3.new(-180, 0.0799999982, -135)
  4717. Part708.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4718. Part708.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  4719. Part708.BrickColor = BrickColor.new("Brown")
  4720. Part708.brickColor = BrickColor.new("Brown")
  4721. Part708.FormFactor = Enum.FormFactor.Custom
  4722. Part708.formFactor = Enum.FormFactor.Custom
  4723. Decal709.Parent = Part708
  4724. Decal709.Texture = "http://www.roblox.com/asset/?id=111290271"
  4725. Decal709.Face = Enum.NormalId.Right
  4726. Decal710.Parent = Part708
  4727. Decal710.Texture = "http://www.roblox.com/asset/?id=111290491"
  4728. Decal710.Face = Enum.NormalId.Bottom
  4729. Decal711.Parent = Part708
  4730. Decal711.Texture = "http://www.roblox.com/asset/?id=111290491"
  4731. Decal711.Face = Enum.NormalId.Top
  4732. Decal712.Parent = Part708
  4733. Decal712.Texture = "http://www.roblox.com/asset/?id=111290271"
  4734. Decal712.Face = Enum.NormalId.Left
  4735. Weld713.Parent = Part708
  4736. Weld713.C1 = CFrame.new(-9.22141743, 8.06608772, -5.99986839, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  4737. Weld713.Part0 = Part285
  4738. Weld713.Part1 = Part708
  4739. Weld713.part1 = Part708
  4740. CFrameValue714.Name = "CFrameValue"
  4741. CFrameValue714.Parent = Part708
  4742. CFrameValue714.Value = CFrame.new(-9.22141743, 8.06608772, -5.99986839, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  4743. Part715.Parent = Model0
  4744. Part715.CFrame = CFrame.new(12.4298897, 8.88781738, 42.4373665, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  4745. Part715.Orientation = Vector3.new(0, 179.919998, 45)
  4746. Part715.Position = Vector3.new(12.4298897, 8.88781738, 42.4373665)
  4747. Part715.Rotation = Vector3.new(-180, 0.0799999982, -135)
  4748. Part715.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4749. Part715.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  4750. Part715.BrickColor = BrickColor.new("Brown")
  4751. Part715.brickColor = BrickColor.new("Brown")
  4752. Part715.FormFactor = Enum.FormFactor.Custom
  4753. Part715.formFactor = Enum.FormFactor.Custom
  4754. Decal716.Parent = Part715
  4755. Decal716.Texture = "http://www.roblox.com/asset/?id=111291326"
  4756. Decal716.Face = Enum.NormalId.Top
  4757. Decal717.Parent = Part715
  4758. Decal717.Texture = "http://www.roblox.com/asset/?id=111291534"
  4759. Decal717.Face = Enum.NormalId.Bottom
  4760. Decal718.Parent = Part715
  4761. Decal718.Texture = "http://www.roblox.com/asset/?id=111291643"
  4762. Decal718.Face = Enum.NormalId.Right
  4763. Decal719.Parent = Part715
  4764. Decal719.Texture = "http://www.roblox.com/asset/?id=111291741"
  4765. Decal719.Face = Enum.NormalId.Back
  4766. Decal720.Parent = Part715
  4767. Decal720.Texture = "http://www.roblox.com/asset/?id=111291643"
  4768. Decal720.Face = Enum.NormalId.Left
  4769. Weld721.Parent = Part715
  4770. Weld721.C1 = CFrame.new(-9.22146416, 7.66625309, -7.19989014, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  4771. Weld721.Part0 = Part285
  4772. Weld721.Part1 = Part715
  4773. Weld721.part1 = Part715
  4774. CFrameValue722.Name = "CFrameValue"
  4775. CFrameValue722.Parent = Part715
  4776. CFrameValue722.Value = CFrame.new(-9.22146416, 7.66625309, -7.19989014, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  4777. Part723.Parent = Model0
  4778. Part723.CFrame = CFrame.new(12.8289738, 5.98773527, 43.2379074, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  4779. Part723.Orientation = Vector3.new(0, 179.919998, 0)
  4780. Part723.Position = Vector3.new(12.8289738, 5.98773527, 43.2379074)
  4781. Part723.Rotation = Vector3.new(-180, 0.0799999982, -180)
  4782. Part723.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4783. Part723.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  4784. Part723.BrickColor = BrickColor.new("Dark stone grey")
  4785. Part723.brickColor = BrickColor.new("Dark stone grey")
  4786. Part723.FormFactor = Enum.FormFactor.Custom
  4787. Part723.formFactor = Enum.FormFactor.Custom
  4788. Decal724.Parent = Part723
  4789. Decal724.Texture = "http://www.roblox.com/asset/?id=111291534"
  4790. Decal724.Face = Enum.NormalId.Top
  4791. Decal725.Parent = Part723
  4792. Decal725.Texture = "http://www.roblox.com/asset/?id=111292682"
  4793. Decal725.Face = Enum.NormalId.Right
  4794. Decal726.Parent = Part723
  4795. Decal726.Texture = "http://www.roblox.com/asset/?id=111292704"
  4796. Decal726.Face = Enum.NormalId.Back
  4797. Decal727.Parent = Part723
  4798. Decal727.Texture = "http://www.roblox.com/asset/?id=111292718"
  4799. Decal728.Parent = Part723
  4800. Decal728.Texture = "http://www.roblox.com/asset/?id=111292729"
  4801. Decal728.Face = Enum.NormalId.Left
  4802. Weld729.Parent = Part723
  4803. Weld729.C1 = CFrame.new(-11.5413151, 1.80010176, -6.39990234, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  4804. Weld729.Part0 = Part285
  4805. Weld729.Part1 = Part723
  4806. Weld729.part1 = Part723
  4807. CFrameValue730.Name = "CFrameValue"
  4808. CFrameValue730.Parent = Part723
  4809. CFrameValue730.Value = CFrame.new(-11.5413151, 1.80010176, -6.39990234, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  4810. Part731.Parent = Model0
  4811. Part731.CFrame = CFrame.new(12.8276501, 5.98779392, 44.0378113, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  4812. Part731.Orientation = Vector3.new(0, 179.919998, 0)
  4813. Part731.Position = Vector3.new(12.8276501, 5.98779392, 44.0378113)
  4814. Part731.Rotation = Vector3.new(-180, 0.0799999982, -180)
  4815. Part731.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4816. Part731.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  4817. Part731.BrickColor = BrickColor.new("Dark stone grey")
  4818. Part731.brickColor = BrickColor.new("Dark stone grey")
  4819. Part731.FormFactor = Enum.FormFactor.Custom
  4820. Part731.formFactor = Enum.FormFactor.Custom
  4821. Decal732.Parent = Part731
  4822. Decal732.Texture = "http://www.roblox.com/asset/?id=111291534"
  4823. Decal732.Face = Enum.NormalId.Top
  4824. Decal733.Parent = Part731
  4825. Decal733.Texture = "http://www.roblox.com/asset/?id=111292682"
  4826. Decal733.Face = Enum.NormalId.Right
  4827. Decal734.Parent = Part731
  4828. Decal734.Texture = "http://www.roblox.com/asset/?id=111292704"
  4829. Decal734.Face = Enum.NormalId.Back
  4830. Decal735.Parent = Part731
  4831. Decal735.Texture = "http://www.roblox.com/asset/?id=111292718"
  4832. Decal736.Parent = Part731
  4833. Decal736.Texture = "http://www.roblox.com/asset/?id=111292729"
  4834. Decal736.Face = Enum.NormalId.Left
  4835. Weld737.Parent = Part731
  4836. Weld737.C1 = CFrame.new(-11.5414257, 1.80011749, -5.59994888, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  4837. Weld737.Part0 = Part285
  4838. Weld737.Part1 = Part731
  4839. Weld737.part1 = Part731
  4840. CFrameValue738.Name = "CFrameValue"
  4841. CFrameValue738.Parent = Part731
  4842. CFrameValue738.Value = CFrame.new(-11.5414257, 1.80011749, -5.59994888, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  4843. Part739.Parent = Model0
  4844. Part739.CFrame = CFrame.new(12.8285322, 10.6876469, 43.6380272, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  4845. Part739.Orientation = Vector3.new(0, 179.919998, 0)
  4846. Part739.Position = Vector3.new(12.8285322, 10.6876469, 43.6380272)
  4847. Part739.Rotation = Vector3.new(-180, 0.0799999982, -180)
  4848. Part739.Color = Color3.new(0.917647, 0.721569, 0.572549)
  4849. Part739.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  4850. Part739.BrickColor = BrickColor.new("Light orange")
  4851. Part739.brickColor = BrickColor.new("Light orange")
  4852. Part739.FormFactor = Enum.FormFactor.Custom
  4853. Part739.formFactor = Enum.FormFactor.Custom
  4854. Decal740.Parent = Part739
  4855. Decal740.Texture = "http://www.roblox.com/asset/?id=111288035"
  4856. Decal740.Face = Enum.NormalId.Right
  4857. Decal741.Parent = Part739
  4858. Decal741.Texture = "http://www.roblox.com/asset/?id=111289140"
  4859. Decal741.Face = Enum.NormalId.Back
  4860. Decal742.Parent = Part739
  4861. Decal742.Texture = "http://www.roblox.com/asset/?id=111289140"
  4862. Decal743.Parent = Part739
  4863. Decal743.Texture = "http://www.roblox.com/asset/?id=111289140"
  4864. Decal743.Face = Enum.NormalId.Left
  4865. Decal744.Parent = Part739
  4866. Decal744.Texture = "http://www.roblox.com/asset/?id=111289156"
  4867. Decal744.Face = Enum.NormalId.Top
  4868. Decal745.Parent = Part739
  4869. Decal745.Texture = "http://www.roblox.com/asset/?id=111292912"
  4870. Decal745.Face = Enum.NormalId.Bottom
  4871. Weld746.Parent = Part739
  4872. Weld746.C1 = CFrame.new(-11.5412483, -2.8998127, -5.99984169, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  4873. Weld746.Part0 = Part285
  4874. Weld746.Part1 = Part739
  4875. Weld746.part1 = Part739
  4876. CFrameValue747.Name = "CFrameValue"
  4877. CFrameValue747.Parent = Part739
  4878. CFrameValue747.Value = CFrame.new(-11.5412483, -2.8998127, -5.99984169, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  4879. Part748.Parent = Model0
  4880. Part748.CFrame = CFrame.new(18.9580765, 17.9292603, 34.6889305, 0.00151055376, -0.000546122668, 0.999985874, 0.333063275, 0.942903578, 6.11786709e-06, -0.942891717, 0.333066136, 0.00160105899)
  4881. Part748.Orientation = Vector3.new(0, 89.9100037, 19.4500008)
  4882. Part748.Position = Vector3.new(18.9580765, 17.9292603, 34.6889305)
  4883. Part748.Rotation = Vector3.new(-0.219999999, 89.6999969, 19.8799992)
  4884. Part748.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4885. Part748.Size = Vector3.new(0.242769063, 1.9421525, 1.9421525)
  4886. Part748.BottomSurface = Enum.SurfaceType.Smooth
  4887. Part748.BrickColor = BrickColor.new("Black")
  4888. Part748.TopSurface = Enum.SurfaceType.Smooth
  4889. Part748.brickColor = BrickColor.new("Black")
  4890. Weld749.Parent = Part748
  4891. Weld749.C1 = CFrame.new(-17.4799919, -4.58119392, 5.42730141, 0.942899525, 0.33305341, 0.000223921961, -0.333057821, 0.942907035, -8.90459851e-05, -0.000235656727, 3.68008932e-06, 0.999990463)
  4892. Weld749.Part0 = Part285
  4893. Weld749.Part1 = Part748
  4894. Weld749.part1 = Part748
  4895. CFrameValue750.Name = "CFrameValue"
  4896. CFrameValue750.Parent = Part748
  4897. CFrameValue750.Value = CFrame.new(-17.4799919, -4.58119392, 5.42730141, 0.942899525, 0.33305341, 0.000223921961, -0.333057821, 0.942907035, -8.90459851e-05, -0.000235656727, 3.68008932e-06, 0.999990463)
  4898. Part751.Parent = Model0
  4899. Part751.CFrame = CFrame.new(12.442174, 8.88790035, 33.4374657, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  4900. Part751.Orientation = Vector3.new(0, 179.919998, 45)
  4901. Part751.Position = Vector3.new(12.442174, 8.88790035, 33.4374657)
  4902. Part751.Rotation = Vector3.new(-180, 0.0799999982, -135)
  4903. Part751.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4904. Part751.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  4905. Part751.BrickColor = BrickColor.new("Brown")
  4906. Part751.brickColor = BrickColor.new("Brown")
  4907. Part751.FormFactor = Enum.FormFactor.Custom
  4908. Part751.formFactor = Enum.FormFactor.Custom
  4909. Decal752.Parent = Part751
  4910. Decal752.Texture = "http://www.roblox.com/asset/?id=111291326"
  4911. Decal752.Face = Enum.NormalId.Top
  4912. Decal753.Parent = Part751
  4913. Decal753.Texture = "http://www.roblox.com/asset/?id=111291534"
  4914. Decal753.Face = Enum.NormalId.Bottom
  4915. Decal754.Parent = Part751
  4916. Decal754.Texture = "http://www.roblox.com/asset/?id=111291643"
  4917. Decal754.Face = Enum.NormalId.Right
  4918. Decal755.Parent = Part751
  4919. Decal755.Texture = "http://www.roblox.com/asset/?id=111291741"
  4920. Decal755.Face = Enum.NormalId.Back
  4921. Decal756.Parent = Part751
  4922. Decal756.Texture = "http://www.roblox.com/asset/?id=111291643"
  4923. Decal756.Face = Enum.NormalId.Left
  4924. Weld757.Parent = Part751
  4925. Weld757.C1 = CFrame.new(-9.22144699, 7.66627693, -16.1998291, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  4926. Weld757.Part0 = Part285
  4927. Weld757.Part1 = Part751
  4928. Weld757.part1 = Part751
  4929. CFrameValue758.Name = "CFrameValue"
  4930. CFrameValue758.Parent = Part751
  4931. CFrameValue758.Value = CFrame.new(-9.22144699, 7.66627693, -16.1998291, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  4932. Part759.Parent = Model0
  4933. Part759.CFrame = CFrame.new(12.438899, 8.88787842, 35.8373795, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  4934. Part759.Orientation = Vector3.new(0, 179.919998, 45)
  4935. Part759.Position = Vector3.new(12.438899, 8.88787842, 35.8373795)
  4936. Part759.Rotation = Vector3.new(-180, 0.0799999982, -135)
  4937. Part759.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4938. Part759.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  4939. Part759.BrickColor = BrickColor.new("Brown")
  4940. Part759.brickColor = BrickColor.new("Brown")
  4941. Part759.FormFactor = Enum.FormFactor.Custom
  4942. Part759.formFactor = Enum.FormFactor.Custom
  4943. Decal760.Parent = Part759
  4944. Decal760.Texture = "http://www.roblox.com/asset/?id=111291326"
  4945. Decal760.Face = Enum.NormalId.Top
  4946. Decal761.Parent = Part759
  4947. Decal761.Texture = "http://www.roblox.com/asset/?id=111291534"
  4948. Decal761.Face = Enum.NormalId.Bottom
  4949. Decal762.Parent = Part759
  4950. Decal762.Texture = "http://www.roblox.com/asset/?id=111291643"
  4951. Decal762.Face = Enum.NormalId.Right
  4952. Decal763.Parent = Part759
  4953. Decal763.Texture = "http://www.roblox.com/asset/?id=111291741"
  4954. Decal764.Parent = Part759
  4955. Decal764.Texture = "http://www.roblox.com/asset/?id=111291643"
  4956. Decal764.Face = Enum.NormalId.Left
  4957. Weld765.Parent = Part759
  4958. Weld765.C1 = CFrame.new(-9.22145176, 7.6662693, -13.7999077, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  4959. Weld765.Part0 = Part285
  4960. Weld765.Part1 = Part759
  4961. Weld765.part1 = Part759
  4962. CFrameValue766.Name = "CFrameValue"
  4963. CFrameValue766.Parent = Part759
  4964. CFrameValue766.Value = CFrame.new(-9.22145176, 7.6662693, -13.7999077, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  4965. Part767.Parent = Model0
  4966. Part767.CFrame = CFrame.new(12.8405313, 8.48787212, 34.6379662, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  4967. Part767.Orientation = Vector3.new(0, 179.919998, 0)
  4968. Part767.Position = Vector3.new(12.8405313, 8.48787212, 34.6379662)
  4969. Part767.Rotation = Vector3.new(-180, 0.0799999982, -180)
  4970. Part767.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4971. Part767.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  4972. Part767.BrickColor = BrickColor.new("Brown")
  4973. Part767.brickColor = BrickColor.new("Brown")
  4974. Part767.FormFactor = Enum.FormFactor.Custom
  4975. Part767.formFactor = Enum.FormFactor.Custom
  4976. Decal768.Parent = Part767
  4977. Decal768.Texture = "http://www.roblox.com/asset/?id=111289291"
  4978. Decal768.Face = Enum.NormalId.Right
  4979. Decal769.Parent = Part767
  4980. Decal769.Texture = "http://www.roblox.com/asset/?id=111289318"
  4981. Decal769.Face = Enum.NormalId.Left
  4982. Decal770.Parent = Part767
  4983. Decal770.Texture = "http://www.roblox.com/asset/?id=111290766"
  4984. Decal770.Face = Enum.NormalId.Back
  4985. Decal771.Parent = Part767
  4986. Decal771.Texture = "http://www.roblox.com/asset/?id=111290905"
  4987. Weld772.Parent = Part767
  4988. Weld772.C1 = CFrame.new(-11.5414057, -0.69984436, -14.9998646, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  4989. Weld772.Part0 = Part285
  4990. Weld772.Part1 = Part767
  4991. Weld772.part1 = Part767
  4992. CFrameValue773.Name = "CFrameValue"
  4993. CFrameValue773.Parent = Part767
  4994. CFrameValue773.Value = CFrame.new(-11.5414057, -0.69984436, -14.9998646, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  4995. Part774.Parent = Model0
  4996. Part774.CFrame = CFrame.new(12.8505182, 7.78793144, 34.63797, -0.00136550365, 1.87679088e-05, -0.999995708, -7.80835126e-06, 1, 1.87787737e-05, 0.999995708, 7.83600444e-06, -0.00136550341)
  4997. Part774.Orientation = Vector3.new(0, -90.0800018, 0)
  4998. Part774.Position = Vector3.new(12.8505182, 7.78793144, 34.63797)
  4999. Part774.Rotation = Vector3.new(-179.210007, -89.8300018, -179.210007)
  5000. Part774.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5001. Part774.Transparency = 1
  5002. Part774.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  5003. Part774.BrickColor = BrickColor.new("Brown")
  5004. Part774.brickColor = BrickColor.new("Brown")
  5005. Part774.FormFactor = Enum.FormFactor.Custom
  5006. Part774.formFactor = Enum.FormFactor.Custom
  5007. Decal775.Parent = Part774
  5008. Decal775.Texture = "http://www.roblox.com/asset/?id=111294593"
  5009. Decal775.Face = Enum.NormalId.Top
  5010. Decal776.Parent = Part774
  5011. Decal776.Texture = "http://www.roblox.com/asset/?id=111294408"
  5012. Decal776.Face = Enum.NormalId.Back
  5013. Decal777.Parent = Part774
  5014. Decal777.Texture = "http://www.roblox.com/asset/?id=111294436"
  5015. Decal778.Parent = Part774
  5016. Decal778.Texture = "http://www.roblox.com/asset/?id=111294458"
  5017. Decal778.Face = Enum.NormalId.Left
  5018. Decal779.Parent = Part774
  5019. Decal779.Texture = "http://www.roblox.com/asset/?id=111294490"
  5020. Decal779.Face = Enum.NormalId.Right
  5021. Weld780.Parent = Part774
  5022. Weld780.C1 = CFrame.new(14.9998665, 0.000128746033, -11.5314121, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  5023. Weld780.Part0 = Part285
  5024. Weld780.Part1 = Part774
  5025. Weld780.part1 = Part774
  5026. CFrameValue781.Name = "CFrameValue"
  5027. CFrameValue781.Parent = Part774
  5028. CFrameValue781.Value = CFrame.new(14.9998665, 0.000128746033, -11.5314121, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  5029. Part782.Parent = Model0
  5030. Part782.CFrame = CFrame.new(12.1579609, 8.6049242, 34.6372528, -0.70708406, 0.707109869, 0.00136613578, 0.707118034, 0.707095444, 6.77275148e-06, -0.000955516822, 0.000974616152, -0.999989271)
  5031. Part782.Orientation = Vector3.new(0, 179.919998, 45)
  5032. Part782.Position = Vector3.new(12.1579609, 8.6049242, 34.6372528)
  5033. Part782.Rotation = Vector3.new(-180, 0.0799999982, -135)
  5034. Part782.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5035. Part782.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  5036. Part782.BrickColor = BrickColor.new("Brown")
  5037. Part782.brickColor = BrickColor.new("Brown")
  5038. Part782.FormFactor = Enum.FormFactor.Custom
  5039. Part782.formFactor = Enum.FormFactor.Custom
  5040. Decal783.Parent = Part782
  5041. Decal783.Texture = "http://www.roblox.com/asset/?id=111290271"
  5042. Decal783.Face = Enum.NormalId.Right
  5043. Decal784.Parent = Part782
  5044. Decal784.Texture = "http://www.roblox.com/asset/?id=111290491"
  5045. Decal784.Face = Enum.NormalId.Bottom
  5046. Decal785.Parent = Part782
  5047. Decal785.Texture = "http://www.roblox.com/asset/?id=111290491"
  5048. Decal785.Face = Enum.NormalId.Top
  5049. Decal786.Parent = Part782
  5050. Decal786.Texture = "http://www.roblox.com/asset/?id=111290271"
  5051. Decal786.Face = Enum.NormalId.Left
  5052. Weld787.Parent = Part782
  5053. Weld787.C1 = CFrame.new(-9.22138977, 8.06611729, -14.999752, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  5054. Weld787.Part0 = Part285
  5055. Weld787.Part1 = Part782
  5056. Weld787.part1 = Part782
  5057. CFrameValue788.Name = "CFrameValue"
  5058. CFrameValue788.Parent = Part782
  5059. CFrameValue788.Value = CFrame.new(-9.22138977, 8.06611729, -14.999752, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  5060. Part789.Parent = Model0
  5061. Part789.CFrame = CFrame.new(12.8412685, 5.98775625, 34.238121, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  5062. Part789.Orientation = Vector3.new(0, 179.919998, 0)
  5063. Part789.Position = Vector3.new(12.8412685, 5.98775625, 34.238121)
  5064. Part789.Rotation = Vector3.new(-180, 0.0799999982, -180)
  5065. Part789.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5066. Part789.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  5067. Part789.BrickColor = BrickColor.new("Dark stone grey")
  5068. Part789.brickColor = BrickColor.new("Dark stone grey")
  5069. Part789.FormFactor = Enum.FormFactor.Custom
  5070. Part789.formFactor = Enum.FormFactor.Custom
  5071. Decal790.Parent = Part789
  5072. Decal790.Texture = "http://www.roblox.com/asset/?id=111291534"
  5073. Decal790.Face = Enum.NormalId.Top
  5074. Decal791.Parent = Part789
  5075. Decal791.Texture = "http://www.roblox.com/asset/?id=111292682"
  5076. Decal791.Face = Enum.NormalId.Right
  5077. Decal792.Parent = Part789
  5078. Decal792.Texture = "http://www.roblox.com/asset/?id=111292704"
  5079. Decal792.Face = Enum.NormalId.Back
  5080. Decal793.Parent = Part789
  5081. Decal793.Texture = "http://www.roblox.com/asset/?id=111292718"
  5082. Decal794.Parent = Part789
  5083. Decal794.Texture = "http://www.roblox.com/asset/?id=111292729"
  5084. Decal794.Face = Enum.NormalId.Left
  5085. Weld795.Parent = Part789
  5086. Weld795.C1 = CFrame.new(-11.5413151, 1.80014133, -15.399786, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  5087. Weld795.Part0 = Part285
  5088. Weld795.Part1 = Part789
  5089. Weld795.part1 = Part789
  5090. CFrameValue796.Name = "CFrameValue"
  5091. CFrameValue796.Parent = Part789
  5092. CFrameValue796.Value = CFrame.new(-11.5413151, 1.80014133, -15.399786, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  5093. Part797.Parent = Model0
  5094. Part797.CFrame = CFrame.new(12.8399324, 5.98787498, 35.0379066, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  5095. Part797.Orientation = Vector3.new(0, 179.919998, 0)
  5096. Part797.Position = Vector3.new(12.8399324, 5.98787498, 35.0379066)
  5097. Part797.Rotation = Vector3.new(-180, 0.0799999982, -180)
  5098. Part797.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5099. Part797.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  5100. Part797.BrickColor = BrickColor.new("Dark stone grey")
  5101. Part797.brickColor = BrickColor.new("Dark stone grey")
  5102. Part797.FormFactor = Enum.FormFactor.Custom
  5103. Part797.formFactor = Enum.FormFactor.Custom
  5104. Decal798.Parent = Part797
  5105. Decal798.Texture = "http://www.roblox.com/asset/?id=111291534"
  5106. Decal798.Face = Enum.NormalId.Top
  5107. Decal799.Parent = Part797
  5108. Decal799.Texture = "http://www.roblox.com/asset/?id=111292682"
  5109. Decal799.Face = Enum.NormalId.Right
  5110. Decal800.Parent = Part797
  5111. Decal800.Texture = "http://www.roblox.com/asset/?id=111292704"
  5112. Decal800.Face = Enum.NormalId.Back
  5113. Decal801.Parent = Part797
  5114. Decal801.Texture = "http://www.roblox.com/asset/?id=111292718"
  5115. Decal802.Parent = Part797
  5116. Decal802.Texture = "http://www.roblox.com/asset/?id=111292729"
  5117. Decal802.Face = Enum.NormalId.Left
  5118. Weld803.Parent = Part797
  5119. Weld803.C1 = CFrame.new(-11.5414333, 1.80014753, -14.5998917, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  5120. Weld803.Part0 = Part285
  5121. Weld803.Part1 = Part797
  5122. Weld803.part1 = Part797
  5123. CFrameValue804.Name = "CFrameValue"
  5124. CFrameValue804.Parent = Part797
  5125. CFrameValue804.Value = CFrame.new(-11.5414333, 1.80014753, -14.5998917, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  5126. Part805.Parent = Model0
  5127. Part805.CFrame = CFrame.new(12.840826, 10.6876669, 34.6382332, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  5128. Part805.Orientation = Vector3.new(0, 179.919998, 0)
  5129. Part805.Position = Vector3.new(12.840826, 10.6876669, 34.6382332)
  5130. Part805.Rotation = Vector3.new(-180, 0.0799999982, -180)
  5131. Part805.Color = Color3.new(0.917647, 0.721569, 0.572549)
  5132. Part805.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  5133. Part805.BrickColor = BrickColor.new("Light orange")
  5134. Part805.brickColor = BrickColor.new("Light orange")
  5135. Part805.FormFactor = Enum.FormFactor.Custom
  5136. Part805.formFactor = Enum.FormFactor.Custom
  5137. Decal806.Parent = Part805
  5138. Decal806.Texture = "http://www.roblox.com/asset/?id=111288035"
  5139. Decal806.Face = Enum.NormalId.Right
  5140. Decal807.Parent = Part805
  5141. Decal807.Texture = "http://www.roblox.com/asset/?id=111289140"
  5142. Decal807.Face = Enum.NormalId.Back
  5143. Decal808.Parent = Part805
  5144. Decal808.Texture = "http://www.roblox.com/asset/?id=111289140"
  5145. Decal809.Parent = Part805
  5146. Decal809.Texture = "http://www.roblox.com/asset/?id=111289140"
  5147. Decal809.Face = Enum.NormalId.Left
  5148. Decal810.Parent = Part805
  5149. Decal810.Texture = "http://www.roblox.com/asset/?id=111289156"
  5150. Decal810.Face = Enum.NormalId.Top
  5151. Decal811.Parent = Part805
  5152. Decal811.Texture = "http://www.roblox.com/asset/?id=111292912"
  5153. Decal811.Face = Enum.NormalId.Bottom
  5154. Weld812.Parent = Part805
  5155. Weld812.C1 = CFrame.new(-11.5412493, -2.89977264, -14.999733, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  5156. Weld812.Part0 = Part285
  5157. Weld812.Part1 = Part805
  5158. Weld812.part1 = Part805
  5159. CFrameValue813.Name = "CFrameValue"
  5160. CFrameValue813.Parent = Part805
  5161. CFrameValue813.Value = CFrame.new(-11.5412493, -2.89977264, -14.999733, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  5162. Part814.Parent = Model0
  5163. Part814.CFrame = CFrame.new(17.7973576, 19.4395523, 31.873064, -0.00149982178, -0.999985754, 0.000512752566, -0.333063543, 1.38295709e-05, -0.942904472, 0.942891717, -0.00158364291, -0.333066225)
  5164. Part814.Orientation = Vector3.new(70.5500031, 179.910004, -90)
  5165. Part814.Position = Vector3.new(17.7973576, 19.4395523, 31.873064)
  5166. Part814.Rotation = Vector3.new(109.449997, 0.0299999993, 90.0899963)
  5167. Part814.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5168. Part814.Size = Vector3.new(6.55476522, 0.388430536, 0.97107625)
  5169. Part814.BottomSurface = Enum.SurfaceType.Smooth
  5170. Part814.BrickColor = BrickColor.new("Black")
  5171. Part814.TopSurface = Enum.SurfaceType.Smooth
  5172. Part814.brickColor = BrickColor.new("Black")
  5173. SpecialMesh815.Name = "SpecialMesh"
  5174. SpecialMesh815.Parent = Part814
  5175. SpecialMesh815.MeshType = Enum.MeshType.Wedge
  5176. Weld816.Parent = Part814
  5177. Weld816.C1 = CFrame.new(20.6364536, -6.59248734, 5.06783676, -0.942899525, -0.333053678, -0.000213189938, 0.000218240908, 1.62675315e-05, -0.999990344, 0.33305788, -0.942907929, 5.56756386e-05)
  5178. Weld816.Part0 = Part285
  5179. Weld816.Part1 = Part814
  5180. Weld816.part1 = Part814
  5181. CFrameValue817.Name = "CFrameValue"
  5182. CFrameValue817.Parent = Part814
  5183. CFrameValue817.Value = CFrame.new(20.6364536, -6.59248734, 5.06783676, -0.942899525, -0.333053678, -0.000213189938, 0.000218240908, 1.62675315e-05, -0.999990344, 0.33305788, -0.942907929, 5.56756386e-05)
  5184. Part818.Parent = Model0
  5185. Part818.CFrame = CFrame.new(12.8159657, 8.48770809, 52.6377792, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  5186. Part818.Orientation = Vector3.new(0, 179.919998, 0)
  5187. Part818.Position = Vector3.new(12.8159657, 8.48770809, 52.6377792)
  5188. Part818.Rotation = Vector3.new(-180, 0.0799999982, -180)
  5189. Part818.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5190. Part818.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  5191. Part818.BrickColor = BrickColor.new("Brown")
  5192. Part818.brickColor = BrickColor.new("Brown")
  5193. Part818.FormFactor = Enum.FormFactor.Custom
  5194. Part818.formFactor = Enum.FormFactor.Custom
  5195. Decal819.Parent = Part818
  5196. Decal819.Texture = "http://www.roblox.com/asset/?id=111289291"
  5197. Decal819.Face = Enum.NormalId.Right
  5198. Decal820.Parent = Part818
  5199. Decal820.Texture = "http://www.roblox.com/asset/?id=111289318"
  5200. Decal820.Face = Enum.NormalId.Left
  5201. Decal821.Parent = Part818
  5202. Decal821.Texture = "http://www.roblox.com/asset/?id=111290766"
  5203. Decal821.Face = Enum.NormalId.Back
  5204. Decal822.Parent = Part818
  5205. Decal822.Texture = "http://www.roblox.com/asset/?id=111290905"
  5206. Weld823.Parent = Part818
  5207. Weld823.C1 = CFrame.new(-11.5413933, -0.699902534, 3.00002289, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  5208. Weld823.Part0 = Part285
  5209. Weld823.Part1 = Part818
  5210. Weld823.part1 = Part818
  5211. CFrameValue824.Name = "CFrameValue"
  5212. CFrameValue824.Parent = Part818
  5213. CFrameValue824.Value = CFrame.new(-11.5413933, -0.699902534, 3.00002289, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  5214. Part825.Parent = Model0
  5215. Part825.CFrame = CFrame.new(12.4176064, 8.88773155, 51.4372749, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  5216. Part825.Orientation = Vector3.new(0, 179.919998, 45)
  5217. Part825.Position = Vector3.new(12.4176064, 8.88773155, 51.4372749)
  5218. Part825.Rotation = Vector3.new(-180, 0.0799999982, -135)
  5219. Part825.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5220. Part825.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  5221. Part825.BrickColor = BrickColor.new("Brown")
  5222. Part825.brickColor = BrickColor.new("Brown")
  5223. Part825.FormFactor = Enum.FormFactor.Custom
  5224. Part825.formFactor = Enum.FormFactor.Custom
  5225. Decal826.Parent = Part825
  5226. Decal826.Texture = "http://www.roblox.com/asset/?id=111291326"
  5227. Decal826.Face = Enum.NormalId.Top
  5228. Decal827.Parent = Part825
  5229. Decal827.Texture = "http://www.roblox.com/asset/?id=111291534"
  5230. Decal827.Face = Enum.NormalId.Bottom
  5231. Decal828.Parent = Part825
  5232. Decal828.Texture = "http://www.roblox.com/asset/?id=111291643"
  5233. Decal828.Face = Enum.NormalId.Right
  5234. Decal829.Parent = Part825
  5235. Decal829.Texture = "http://www.roblox.com/asset/?id=111291741"
  5236. Decal829.Face = Enum.NormalId.Back
  5237. Decal830.Parent = Part825
  5238. Decal830.Texture = "http://www.roblox.com/asset/?id=111291643"
  5239. Decal830.Face = Enum.NormalId.Left
  5240. Weld831.Parent = Part825
  5241. Weld831.C1 = CFrame.new(-9.22147751, 7.6662302, 1.80005646, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  5242. Weld831.Part0 = Part285
  5243. Weld831.Part1 = Part825
  5244. Weld831.part1 = Part825
  5245. CFrameValue832.Name = "CFrameValue"
  5246. CFrameValue832.Parent = Part825
  5247. CFrameValue832.Value = CFrame.new(-9.22147751, 7.6662302, 1.80005646, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  5248. Part833.Parent = Model0
  5249. Part833.CFrame = CFrame.new(12.1333733, 8.60488415, 52.6368294, -0.70708406, 0.707109869, 0.00136613578, 0.707118034, 0.707095444, 6.77275148e-06, -0.000955516822, 0.000974616152, -0.999989271)
  5250. Part833.Orientation = Vector3.new(0, 179.919998, 45)
  5251. Part833.Position = Vector3.new(12.1333733, 8.60488415, 52.6368294)
  5252. Part833.Rotation = Vector3.new(-180, 0.0799999982, -135)
  5253. Part833.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5254. Part833.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  5255. Part833.BrickColor = BrickColor.new("Brown")
  5256. Part833.brickColor = BrickColor.new("Brown")
  5257. Part833.FormFactor = Enum.FormFactor.Custom
  5258. Part833.formFactor = Enum.FormFactor.Custom
  5259. Decal834.Parent = Part833
  5260. Decal834.Texture = "http://www.roblox.com/asset/?id=111290271"
  5261. Decal834.Face = Enum.NormalId.Right
  5262. Decal835.Parent = Part833
  5263. Decal835.Texture = "http://www.roblox.com/asset/?id=111290491"
  5264. Decal835.Face = Enum.NormalId.Bottom
  5265. Decal836.Parent = Part833
  5266. Decal836.Texture = "http://www.roblox.com/asset/?id=111290491"
  5267. Decal836.Face = Enum.NormalId.Top
  5268. Decal837.Parent = Part833
  5269. Decal837.Texture = "http://www.roblox.com/asset/?id=111290271"
  5270. Decal837.Face = Enum.NormalId.Left
  5271. Weld838.Parent = Part833
  5272. Weld838.C1 = CFrame.new(-9.22144699, 8.06605816, 3.00001526, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  5273. Weld838.Part0 = Part285
  5274. Weld838.Part1 = Part833
  5275. Weld838.part1 = Part833
  5276. CFrameValue839.Name = "CFrameValue"
  5277. CFrameValue839.Parent = Part833
  5278. CFrameValue839.Value = CFrame.new(-9.22144699, 8.06605816, 3.00001526, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  5279. Part840.Parent = Model0
  5280. Part840.CFrame = CFrame.new(12.8259554, 7.78776789, 52.6377831, -0.00136550365, 1.87679088e-05, -0.999995708, -7.80835126e-06, 1, 1.87787737e-05, 0.999995708, 7.83600444e-06, -0.00136550341)
  5281. Part840.Orientation = Vector3.new(0, -90.0800018, 0)
  5282. Part840.Position = Vector3.new(12.8259554, 7.78776789, 52.6377831)
  5283. Part840.Rotation = Vector3.new(-179.210007, -89.8300018, -179.210007)
  5284. Part840.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5285. Part840.Transparency = 1
  5286. Part840.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  5287. Part840.BrickColor = BrickColor.new("Brown")
  5288. Part840.brickColor = BrickColor.new("Brown")
  5289. Part840.FormFactor = Enum.FormFactor.Custom
  5290. Part840.formFactor = Enum.FormFactor.Custom
  5291. Decal841.Parent = Part840
  5292. Decal841.Texture = "http://www.roblox.com/asset/?id=111294593"
  5293. Decal841.Face = Enum.NormalId.Top
  5294. Decal842.Parent = Part840
  5295. Decal842.Texture = "http://www.roblox.com/asset/?id=111294408"
  5296. Decal842.Face = Enum.NormalId.Back
  5297. Decal843.Parent = Part840
  5298. Decal843.Texture = "http://www.roblox.com/asset/?id=111294436"
  5299. Decal844.Parent = Part840
  5300. Decal844.Texture = "http://www.roblox.com/asset/?id=111294458"
  5301. Decal844.Face = Enum.NormalId.Left
  5302. Decal845.Parent = Part840
  5303. Decal845.Texture = "http://www.roblox.com/asset/?id=111294490"
  5304. Decal845.Face = Enum.NormalId.Right
  5305. Weld846.Parent = Part840
  5306. Weld846.C1 = CFrame.new(-3.00002289, 0.000151634216, -11.5313969, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  5307. Weld846.Part0 = Part285
  5308. Weld846.Part1 = Part840
  5309. Weld846.part1 = Part840
  5310. CFrameValue847.Name = "CFrameValue"
  5311. CFrameValue847.Parent = Part840
  5312. CFrameValue847.Value = CFrame.new(-3.00002289, 0.000151634216, -11.5313969, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  5313. Part848.Parent = Model0
  5314. Part848.CFrame = CFrame.new(12.4143333, 8.88771439, 53.8371887, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  5315. Part848.Orientation = Vector3.new(0, 179.919998, 45)
  5316. Part848.Position = Vector3.new(12.4143333, 8.88771439, 53.8371887)
  5317. Part848.Rotation = Vector3.new(-180, 0.0799999982, -135)
  5318. Part848.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5319. Part848.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  5320. Part848.BrickColor = BrickColor.new("Brown")
  5321. Part848.brickColor = BrickColor.new("Brown")
  5322. Part848.FormFactor = Enum.FormFactor.Custom
  5323. Part848.formFactor = Enum.FormFactor.Custom
  5324. Decal849.Parent = Part848
  5325. Decal849.Texture = "http://www.roblox.com/asset/?id=111291326"
  5326. Decal849.Face = Enum.NormalId.Top
  5327. Decal850.Parent = Part848
  5328. Decal850.Texture = "http://www.roblox.com/asset/?id=111291534"
  5329. Decal850.Face = Enum.NormalId.Bottom
  5330. Decal851.Parent = Part848
  5331. Decal851.Texture = "http://www.roblox.com/asset/?id=111291643"
  5332. Decal851.Face = Enum.NormalId.Right
  5333. Decal852.Parent = Part848
  5334. Decal852.Texture = "http://www.roblox.com/asset/?id=111291741"
  5335. Decal853.Parent = Part848
  5336. Decal853.Texture = "http://www.roblox.com/asset/?id=111291643"
  5337. Decal853.Face = Enum.NormalId.Left
  5338. Weld854.Parent = Part848
  5339. Weld854.C1 = CFrame.new(-9.22148418, 7.66621971, 4.19998169, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  5340. Weld854.Part0 = Part285
  5341. Weld854.Part1 = Part848
  5342. Weld854.part1 = Part848
  5343. CFrameValue855.Name = "CFrameValue"
  5344. CFrameValue855.Parent = Part848
  5345. CFrameValue855.Value = CFrame.new(-9.22148418, 7.66621971, 4.19998169, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  5346. Part856.Parent = Model0
  5347. Part856.CFrame = CFrame.new(12.81668, 5.98771286, 52.2376976, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  5348. Part856.Orientation = Vector3.new(0, 179.919998, 0)
  5349. Part856.Position = Vector3.new(12.81668, 5.98771286, 52.2376976)
  5350. Part856.Rotation = Vector3.new(-180, 0.0799999982, -180)
  5351. Part856.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5352. Part856.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  5353. Part856.BrickColor = BrickColor.new("Dark stone grey")
  5354. Part856.brickColor = BrickColor.new("Dark stone grey")
  5355. Part856.FormFactor = Enum.FormFactor.Custom
  5356. Part856.formFactor = Enum.FormFactor.Custom
  5357. Decal857.Parent = Part856
  5358. Decal857.Texture = "http://www.roblox.com/asset/?id=111291534"
  5359. Decal857.Face = Enum.NormalId.Top
  5360. Decal858.Parent = Part856
  5361. Decal858.Texture = "http://www.roblox.com/asset/?id=111292682"
  5362. Decal858.Face = Enum.NormalId.Right
  5363. Decal859.Parent = Part856
  5364. Decal859.Texture = "http://www.roblox.com/asset/?id=111292704"
  5365. Decal859.Face = Enum.NormalId.Back
  5366. Decal860.Parent = Part856
  5367. Decal860.Texture = "http://www.roblox.com/asset/?id=111292718"
  5368. Decal861.Parent = Part856
  5369. Decal861.Texture = "http://www.roblox.com/asset/?id=111292729"
  5370. Decal861.Face = Enum.NormalId.Left
  5371. Weld862.Parent = Part856
  5372. Weld862.C1 = CFrame.new(-11.5413132, 1.80006361, 2.59998322, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  5373. Weld862.Part0 = Part285
  5374. Weld862.Part1 = Part856
  5375. Weld862.part1 = Part856
  5376. CFrameValue863.Name = "CFrameValue"
  5377. CFrameValue863.Parent = Part856
  5378. CFrameValue863.Value = CFrame.new(-11.5413132, 1.80006361, 2.59998322, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  5379. Part864.Parent = Model0
  5380. Part864.CFrame = CFrame.new(12.8153677, 5.98771191, 53.0377159, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  5381. Part864.Orientation = Vector3.new(0, 179.919998, 0)
  5382. Part864.Position = Vector3.new(12.8153677, 5.98771191, 53.0377159)
  5383. Part864.Rotation = Vector3.new(-180, 0.0799999982, -180)
  5384. Part864.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5385. Part864.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  5386. Part864.BrickColor = BrickColor.new("Dark stone grey")
  5387. Part864.brickColor = BrickColor.new("Dark stone grey")
  5388. Part864.FormFactor = Enum.FormFactor.Custom
  5389. Part864.formFactor = Enum.FormFactor.Custom
  5390. Decal865.Parent = Part864
  5391. Decal865.Texture = "http://www.roblox.com/asset/?id=111291534"
  5392. Decal865.Face = Enum.NormalId.Top
  5393. Decal866.Parent = Part864
  5394. Decal866.Texture = "http://www.roblox.com/asset/?id=111292682"
  5395. Decal866.Face = Enum.NormalId.Right
  5396. Decal867.Parent = Part864
  5397. Decal867.Texture = "http://www.roblox.com/asset/?id=111292704"
  5398. Decal867.Face = Enum.NormalId.Back
  5399. Decal868.Parent = Part864
  5400. Decal868.Texture = "http://www.roblox.com/asset/?id=111292718"
  5401. Decal869.Parent = Part864
  5402. Decal869.Texture = "http://www.roblox.com/asset/?id=111292729"
  5403. Decal869.Face = Enum.NormalId.Left
  5404. Weld870.Parent = Part864
  5405. Weld870.C1 = CFrame.new(-11.54142, 1.80008888, 3.3999939, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  5406. Weld870.Part0 = Part285
  5407. Weld870.Part1 = Part864
  5408. Weld870.part1 = Part864
  5409. CFrameValue871.Name = "CFrameValue"
  5410. CFrameValue871.Parent = Part864
  5411. CFrameValue871.Value = CFrame.new(-11.54142, 1.80008888, 3.3999939, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  5412. Part872.Parent = Model0
  5413. Part872.CFrame = CFrame.new(12.8162365, 10.6876249, 52.6378098, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  5414. Part872.Orientation = Vector3.new(0, 179.919998, 0)
  5415. Part872.Position = Vector3.new(12.8162365, 10.6876249, 52.6378098)
  5416. Part872.Rotation = Vector3.new(-180, 0.0799999982, -180)
  5417. Part872.Color = Color3.new(0.917647, 0.721569, 0.572549)
  5418. Part872.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  5419. Part872.BrickColor = BrickColor.new("Light orange")
  5420. Part872.brickColor = BrickColor.new("Light orange")
  5421. Part872.FormFactor = Enum.FormFactor.Custom
  5422. Part872.formFactor = Enum.FormFactor.Custom
  5423. Decal873.Parent = Part872
  5424. Decal873.Texture = "http://www.roblox.com/asset/?id=111288035"
  5425. Decal873.Face = Enum.NormalId.Right
  5426. Decal874.Parent = Part872
  5427. Decal874.Texture = "http://www.roblox.com/asset/?id=111289140"
  5428. Decal874.Face = Enum.NormalId.Back
  5429. Decal875.Parent = Part872
  5430. Decal875.Texture = "http://www.roblox.com/asset/?id=111289140"
  5431. Decal876.Parent = Part872
  5432. Decal876.Texture = "http://www.roblox.com/asset/?id=111289140"
  5433. Decal876.Face = Enum.NormalId.Left
  5434. Decal877.Parent = Part872
  5435. Decal877.Texture = "http://www.roblox.com/asset/?id=111289156"
  5436. Decal877.Face = Enum.NormalId.Top
  5437. Decal878.Parent = Part872
  5438. Decal878.Texture = "http://www.roblox.com/asset/?id=111292912"
  5439. Decal878.Face = Enum.NormalId.Bottom
  5440. Weld879.Parent = Part872
  5441. Weld879.C1 = CFrame.new(-11.5412483, -2.8998518, 3.00003815, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  5442. Weld879.Part0 = Part285
  5443. Weld879.Part1 = Part872
  5444. Weld879.part1 = Part872
  5445. CFrameValue880.Name = "CFrameValue"
  5446. CFrameValue880.Parent = Part872
  5447. CFrameValue880.Value = CFrame.new(-11.5412483, -2.8998518, 3.00003815, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  5448. Part881.Parent = Model0
  5449. Part881.CFrame = CFrame.new(19.0133629, 15.3646412, 36.7803268, 0.00132306747, -0.000340820581, 0.999986053, 0.258821607, 0.965925157, -1.10014516e-05, -0.965912998, 0.258825362, 0.00136487023)
  5450. Part881.Orientation = Vector3.new(0, 89.9199982, 15)
  5451. Part881.Position = Vector3.new(19.0133629, 15.3646412, 36.7803268)
  5452. Part881.Rotation = Vector3.new(0.460000008, 89.6999969, 14.4499998)
  5453. Part881.Color = Color3.new(0.917647, 0.721569, 0.572549)
  5454. Part881.Size = Vector3.new(2.64571953, 2.18214989, 2.14571953)
  5455. Part881.BrickColor = BrickColor.new("Light orange")
  5456. Part881.brickColor = BrickColor.new("Light orange")
  5457. Part881.FormFactor = Enum.FormFactor.Custom
  5458. Part881.formFactor = Enum.FormFactor.Custom
  5459. Decal882.Parent = Part881
  5460. Decal882.Texture = "http://www.roblox.com/asset/?id=111288035"
  5461. Decal882.Face = Enum.NormalId.Right
  5462. Decal883.Parent = Part881
  5463. Decal883.Texture = "http://www.roblox.com/asset/?id=111289140"
  5464. Decal883.Face = Enum.NormalId.Back
  5465. Decal884.Parent = Part881
  5466. Decal884.Texture = "http://www.roblox.com/asset/?id=111289140"
  5467. Decal885.Parent = Part881
  5468. Decal885.Texture = "http://www.roblox.com/asset/?id=111289140"
  5469. Decal885.Face = Enum.NormalId.Left
  5470. Decal886.Parent = Part881
  5471. Decal886.Texture = "http://www.roblox.com/asset/?id=111289156"
  5472. Decal886.Face = Enum.NormalId.Top
  5473. Decal887.Parent = Part881
  5474. Decal887.Texture = "http://www.roblox.com/asset/?id=111292912"
  5475. Decal887.Face = Enum.NormalId.Bottom
  5476. Weld888.Parent = Part881
  5477. Weld888.C1 = CFrame.new(-14.3887043, -3.98866081, 5.36578751, 0.965919852, 0.258811504, 4.8201041e-06, -0.258816332, 0.965927839, 1.49425277e-05, 5.32678087e-07, -1.34417005e-05, 0.999990344)
  5478. Weld888.Part0 = Part285
  5479. Weld888.Part1 = Part881
  5480. Weld888.part1 = Part881
  5481. CFrameValue889.Name = "CFrameValue"
  5482. CFrameValue889.Parent = Part881
  5483. CFrameValue889.Value = CFrame.new(-14.3887043, -3.98866081, 5.36578751, 0.965919852, 0.258811504, 4.8201041e-06, -0.258816332, 0.965927839, 1.49425277e-05, 5.32678087e-07, -1.34417005e-05, 0.999990344)
  5484. Part890.Parent = Model0
  5485. Part890.CFrame = CFrame.new(18.9049797, 7.88987732, 42.8069305, -7.08491689e-06, 0.00136659108, 0.999995708, -1, 1.75216283e-05, -7.10901759e-06, -1.75333134e-05, -0.999995708, 0.00136659096)
  5486. Part890.Orientation = Vector3.new(0, 89.9199982, -90)
  5487. Part890.Position = Vector3.new(18.9049797, 7.88987732, 42.8069305)
  5488. Part890.Rotation = Vector3.new(0.300000012, 89.8300018, -90.3000031)
  5489. Part890.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5490. Part890.Size = Vector3.new(8.19999981, 21.3999996, 10.6000004)
  5491. Part890.BrickColor = BrickColor.new("Brown")
  5492. Part890.brickColor = BrickColor.new("Brown")
  5493. Part890.FormFactor = Enum.FormFactor.Custom
  5494. Part890.formFactor = Enum.FormFactor.Custom
  5495. Decal891.Parent = Part890
  5496. Decal891.Texture = "http://www.roblox.com/asset/?id=111289291"
  5497. Decal891.Face = Enum.NormalId.Right
  5498. Decal892.Parent = Part890
  5499. Decal892.Texture = "http://www.roblox.com/asset/?id=111289318"
  5500. Decal892.Face = Enum.NormalId.Left
  5501. Decal893.Parent = Part890
  5502. Decal893.Texture = "http://www.roblox.com/asset/?id=111290766"
  5503. Decal893.Face = Enum.NormalId.Back
  5504. Decal894.Parent = Part890
  5505. Decal894.Texture = "http://www.roblox.com/asset/?id=111290905"
  5506. Decal895.Parent = Part890
  5507. Decal895.Texture = "http://www.roblox.com/asset/?id=111294490"
  5508. Decal895.Face = Enum.NormalId.Bottom
  5509. Decal896.Parent = Part890
  5510. Decal896.Texture = "http://www.roblox.com/asset/?id=111294436"
  5511. Decal896.Face = Enum.NormalId.Bottom
  5512. Decal897.Parent = Part890
  5513. Decal897.Texture = "http://www.roblox.com/asset/?id=111294458"
  5514. Decal897.Face = Enum.NormalId.Bottom
  5515. Decal898.Parent = Part890
  5516. Decal898.Texture = "http://www.roblox.com/asset/?id=111294593"
  5517. Decal898.Face = Enum.NormalId.Bottom
  5518. Decal899.Parent = Part890
  5519. Decal899.Texture = "http://www.roblox.com/asset/?id=111294408"
  5520. Decal899.Face = Enum.NormalId.Bottom
  5521. Weld900.Parent = Part890
  5522. Weld900.C1 = CFrame.new(0.10199213, -6.83914948, 5.46578884, 7.05950879e-06, -1, -9.54926145e-06, 1, 7.05948787e-06, 1.17486411e-06, -1.17479794e-06, -9.54927145e-06, 1)
  5523. Weld900.Part0 = Part285
  5524. Weld900.Part1 = Part890
  5525. Weld900.part1 = Part890
  5526. CFrameValue901.Name = "CFrameValue"
  5527. CFrameValue901.Parent = Part890
  5528. CFrameValue901.Value = CFrame.new(0.10199213, -6.83914948, 5.46578884, 7.05950879e-06, -1, -9.54926145e-06, 1, 7.05948787e-06, 1.17486411e-06, -1.17479794e-06, -9.54927145e-06, 1)
  5529. Part902.Parent = Model0
  5530. Part902.CFrame = CFrame.new(18.9040165, 7.89987135, 43.5068588, -0.999995708, 0.00136427465, -5.46773208e-06, 5.48682237e-06, 1.38857777e-05, -1, -0.00136427453, -0.999995708, -1.38952309e-05)
  5531. Part902.Orientation = Vector3.new(90, 179.919998, 0)
  5532. Part902.Position = Vector3.new(18.9040165, 7.89987135, 43.5068588)
  5533. Part902.Rotation = Vector3.new(90, 0, -179.919998)
  5534. Part902.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5535. Part902.Transparency = 1
  5536. Part902.Size = Vector3.new(10.8000002, 22.9799995, 8.39999962)
  5537. Part902.BrickColor = BrickColor.new("Brown")
  5538. Part902.brickColor = BrickColor.new("Brown")
  5539. Part902.FormFactor = Enum.FormFactor.Custom
  5540. Part902.formFactor = Enum.FormFactor.Custom
  5541. Decal903.Parent = Part902
  5542. Decal903.Texture = "http://www.roblox.com/asset/?id=111294593"
  5543. Decal903.Face = Enum.NormalId.Top
  5544. Decal904.Parent = Part902
  5545. Decal904.Texture = "http://www.roblox.com/asset/?id=111294408"
  5546. Decal904.Face = Enum.NormalId.Back
  5547. Decal905.Parent = Part902
  5548. Decal905.Texture = "http://www.roblox.com/asset/?id=111294436"
  5549. Decal906.Parent = Part902
  5550. Decal906.Texture = "http://www.roblox.com/asset/?id=111294458"
  5551. Decal906.Face = Enum.NormalId.Left
  5552. Decal907.Parent = Part902
  5553. Decal907.Texture = "http://www.roblox.com/asset/?id=111294490"
  5554. Decal907.Face = Enum.NormalId.Right
  5555. Weld908.Parent = Part902
  5556. Weld908.C1 = CFrame.new(-5.46578121, -6.13923264, 0.112029552, -1.14160434e-06, 7.92710125e-06, -1, 1, 3.42363455e-06, -1.14157956e-06, 3.42363455e-06, -1, -7.92710489e-06)
  5557. Weld908.Part0 = Part285
  5558. Weld908.Part1 = Part902
  5559. Weld908.part1 = Part902
  5560. CFrameValue909.Name = "CFrameValue"
  5561. CFrameValue909.Parent = Part902
  5562. CFrameValue909.Value = CFrame.new(-5.46578121, -6.13923264, 0.112029552, -1.14160434e-06, 7.92710125e-06, -1, 1, 3.42363455e-06, -1.14157956e-06, 3.42363455e-06, -1, -7.92710489e-06)
  5563. Part910.Parent = Model0
  5564. Part910.CFrame = CFrame.new(14.7121048, 2.65000916, 37.6110916, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5565. Part910.Orientation = Vector3.new(0, 89.9199982, 0)
  5566. Part910.Position = Vector3.new(14.7121048, 2.65000916, 37.6110916)
  5567. Part910.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5568. Part910.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5569. Part910.Size = Vector3.new(2.80000019, 5.10000038, 2.79999995)
  5570. Part910.BrickColor = BrickColor.new("Dark stone grey")
  5571. Part910.brickColor = BrickColor.new("Dark stone grey")
  5572. Part910.FormFactor = Enum.FormFactor.Custom
  5573. Part910.formFactor = Enum.FormFactor.Custom
  5574. Decal911.Parent = Part910
  5575. Decal911.Texture = "http://www.roblox.com/asset/?id=111291534"
  5576. Decal911.Face = Enum.NormalId.Top
  5577. Decal912.Parent = Part910
  5578. Decal912.Texture = "http://www.roblox.com/asset/?id=111292682"
  5579. Decal912.Face = Enum.NormalId.Right
  5580. Decal913.Parent = Part910
  5581. Decal913.Texture = "http://www.roblox.com/asset/?id=111292704"
  5582. Decal913.Face = Enum.NormalId.Back
  5583. Decal914.Parent = Part910
  5584. Decal914.Texture = "http://www.roblox.com/asset/?id=111292718"
  5585. Decal915.Parent = Part910
  5586. Decal915.Texture = "http://www.roblox.com/asset/?id=111292729"
  5587. Decal915.Face = Enum.NormalId.Left
  5588. Weld916.Parent = Part910
  5589. Weld916.C1 = CFrame.new(-12.0292263, 5.13793182, 9.66571522, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5590. Weld916.Part0 = Part285
  5591. Weld916.Part1 = Part910
  5592. Weld916.part1 = Part910
  5593. CFrameValue917.Name = "CFrameValue"
  5594. CFrameValue917.Parent = Part910
  5595. CFrameValue917.Value = CFrame.new(-12.0292263, 5.13793182, 9.66571522, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5596. Part918.Parent = Model0
  5597. Part918.CFrame = CFrame.new(22.9904251, 2.39981508, 53.4222374, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5598. Part918.Orientation = Vector3.new(0, 89.9199982, 0)
  5599. Part918.Position = Vector3.new(22.9904251, 2.39981508, 53.4222374)
  5600. Part918.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5601. Part918.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5602. Part918.Size = Vector3.new(2.80000019, 4.60000038, 2.79999995)
  5603. Part918.BrickColor = BrickColor.new("Dark stone grey")
  5604. Part918.brickColor = BrickColor.new("Dark stone grey")
  5605. Part918.FormFactor = Enum.FormFactor.Custom
  5606. Part918.formFactor = Enum.FormFactor.Custom
  5607. Decal919.Parent = Part918
  5608. Decal919.Texture = "http://www.roblox.com/asset/?id=111291534"
  5609. Decal919.Face = Enum.NormalId.Top
  5610. Decal920.Parent = Part918
  5611. Decal920.Texture = "http://www.roblox.com/asset/?id=111292682"
  5612. Decal920.Face = Enum.NormalId.Right
  5613. Decal921.Parent = Part918
  5614. Decal921.Texture = "http://www.roblox.com/asset/?id=111292704"
  5615. Decal921.Face = Enum.NormalId.Back
  5616. Decal922.Parent = Part918
  5617. Decal922.Texture = "http://www.roblox.com/asset/?id=111292718"
  5618. Decal923.Parent = Part918
  5619. Decal923.Texture = "http://www.roblox.com/asset/?id=111292729"
  5620. Decal923.Face = Enum.NormalId.Left
  5621. Weld924.Parent = Part918
  5622. Weld924.C1 = CFrame.new(3.77065277, 5.38789034, 1.36577225, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5623. Weld924.Part0 = Part285
  5624. Weld924.Part1 = Part918
  5625. Weld924.part1 = Part918
  5626. CFrameValue925.Name = "CFrameValue"
  5627. CFrameValue925.Parent = Part918
  5628. CFrameValue925.Value = CFrame.new(3.77065277, 5.38789034, 1.36577225, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5629. Part926.Parent = Model0
  5630. Part926.CFrame = CFrame.new(14.7039156, 2.39995241, 43.6110229, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5631. Part926.Orientation = Vector3.new(0, 89.9199982, 0)
  5632. Part926.Position = Vector3.new(14.7039156, 2.39995241, 43.6110229)
  5633. Part926.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5634. Part926.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5635. Part926.Size = Vector3.new(2.80000019, 4.60000038, 2.79999995)
  5636. Part926.BrickColor = BrickColor.new("Dark stone grey")
  5637. Part926.brickColor = BrickColor.new("Dark stone grey")
  5638. Part926.FormFactor = Enum.FormFactor.Custom
  5639. Part926.formFactor = Enum.FormFactor.Custom
  5640. Decal927.Parent = Part926
  5641. Decal927.Texture = "http://www.roblox.com/asset/?id=111291534"
  5642. Decal927.Face = Enum.NormalId.Top
  5643. Decal928.Parent = Part926
  5644. Decal928.Texture = "http://www.roblox.com/asset/?id=111292682"
  5645. Decal928.Face = Enum.NormalId.Right
  5646. Decal929.Parent = Part926
  5647. Decal929.Texture = "http://www.roblox.com/asset/?id=111292704"
  5648. Decal929.Face = Enum.NormalId.Back
  5649. Decal930.Parent = Part926
  5650. Decal930.Texture = "http://www.roblox.com/asset/?id=111292718"
  5651. Decal931.Parent = Part926
  5652. Decal931.Texture = "http://www.roblox.com/asset/?id=111292729"
  5653. Decal931.Face = Enum.NormalId.Left
  5654. Weld932.Parent = Part926
  5655. Weld932.C1 = CFrame.new(-6.02926445, 5.38793182, 9.66570473, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5656. Weld932.Part0 = Part285
  5657. Weld932.Part1 = Part926
  5658. Weld932.part1 = Part926
  5659. CFrameValue933.Name = "CFrameValue"
  5660. CFrameValue933.Parent = Part926
  5661. CFrameValue933.Value = CFrame.new(-6.02926445, 5.38793182, 9.66570473, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5662. Part934.Parent = Model0
  5663. Part934.CFrame = CFrame.new(14.7178364, 2.65004635, 33.4111481, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5664. Part934.Orientation = Vector3.new(0, 89.9199982, 0)
  5665. Part934.Position = Vector3.new(14.7178364, 2.65004635, 33.4111481)
  5666. Part934.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5667. Part934.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5668. Part934.Size = Vector3.new(2.80000019, 4.10000038, 2.79999995)
  5669. Part934.BrickColor = BrickColor.new("Dark stone grey")
  5670. Part934.brickColor = BrickColor.new("Dark stone grey")
  5671. Part934.FormFactor = Enum.FormFactor.Custom
  5672. Part934.formFactor = Enum.FormFactor.Custom
  5673. Decal935.Parent = Part934
  5674. Decal935.Texture = "http://www.roblox.com/asset/?id=111291534"
  5675. Decal935.Face = Enum.NormalId.Top
  5676. Decal936.Parent = Part934
  5677. Decal936.Texture = "http://www.roblox.com/asset/?id=111292682"
  5678. Decal936.Face = Enum.NormalId.Right
  5679. Decal937.Parent = Part934
  5680. Decal937.Texture = "http://www.roblox.com/asset/?id=111292704"
  5681. Decal937.Face = Enum.NormalId.Back
  5682. Decal938.Parent = Part934
  5683. Decal938.Texture = "http://www.roblox.com/asset/?id=111292718"
  5684. Decal939.Parent = Part934
  5685. Decal939.Texture = "http://www.roblox.com/asset/?id=111292729"
  5686. Decal939.Face = Enum.NormalId.Left
  5687. Weld940.Parent = Part934
  5688. Weld940.C1 = CFrame.new(-16.2291908, 5.13793373, 9.66572094, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5689. Weld940.Part0 = Part285
  5690. Weld940.Part1 = Part934
  5691. Weld940.part1 = Part934
  5692. CFrameValue941.Name = "CFrameValue"
  5693. CFrameValue941.Parent = Part934
  5694. CFrameValue941.Value = CFrame.new(-16.2291908, 5.13793373, 9.66572094, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5695. Part942.Parent = Model0
  5696. Part942.CFrame = CFrame.new(14.6969538, 2.39990568, 48.710968, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5697. Part942.Orientation = Vector3.new(0, 89.9199982, 0)
  5698. Part942.Position = Vector3.new(14.6969538, 2.39990568, 48.710968)
  5699. Part942.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5700. Part942.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5701. Part942.Size = Vector3.new(2.80000019, 4.60000038, 2.79999995)
  5702. Part942.BrickColor = BrickColor.new("Dark stone grey")
  5703. Part942.brickColor = BrickColor.new("Dark stone grey")
  5704. Part942.FormFactor = Enum.FormFactor.Custom
  5705. Part942.formFactor = Enum.FormFactor.Custom
  5706. Decal943.Parent = Part942
  5707. Decal943.Texture = "http://www.roblox.com/asset/?id=111291534"
  5708. Decal943.Face = Enum.NormalId.Top
  5709. Decal944.Parent = Part942
  5710. Decal944.Texture = "http://www.roblox.com/asset/?id=111292682"
  5711. Decal944.Face = Enum.NormalId.Right
  5712. Decal945.Parent = Part942
  5713. Decal945.Texture = "http://www.roblox.com/asset/?id=111292704"
  5714. Decal945.Face = Enum.NormalId.Back
  5715. Decal946.Parent = Part942
  5716. Decal946.Texture = "http://www.roblox.com/asset/?id=111292718"
  5717. Decal947.Parent = Part942
  5718. Decal947.Texture = "http://www.roblox.com/asset/?id=111292729"
  5719. Decal947.Face = Enum.NormalId.Left
  5720. Weld948.Parent = Part942
  5721. Weld948.C1 = CFrame.new(-0.929298401, 5.38793087, 9.66569901, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5722. Weld948.Part0 = Part285
  5723. Weld948.Part1 = Part942
  5724. Weld948.part1 = Part942
  5725. CFrameValue949.Name = "CFrameValue"
  5726. CFrameValue949.Parent = Part942
  5727. CFrameValue949.Value = CFrame.new(-0.929298401, 5.38793087, 9.66569901, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5728. Part950.Parent = Model0
  5729. Part950.CFrame = CFrame.new(14.6905403, 2.39986372, 53.4109154, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5730. Part950.Orientation = Vector3.new(0, 89.9199982, 0)
  5731. Part950.Position = Vector3.new(14.6905403, 2.39986372, 53.4109154)
  5732. Part950.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5733. Part950.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5734. Part950.Size = Vector3.new(2.80000019, 4.60000038, 2.79999995)
  5735. Part950.BrickColor = BrickColor.new("Dark stone grey")
  5736. Part950.brickColor = BrickColor.new("Dark stone grey")
  5737. Part950.FormFactor = Enum.FormFactor.Custom
  5738. Part950.formFactor = Enum.FormFactor.Custom
  5739. Decal951.Parent = Part950
  5740. Decal951.Texture = "http://www.roblox.com/asset/?id=111291534"
  5741. Decal951.Face = Enum.NormalId.Top
  5742. Decal952.Parent = Part950
  5743. Decal952.Texture = "http://www.roblox.com/asset/?id=111292682"
  5744. Decal952.Face = Enum.NormalId.Right
  5745. Decal953.Parent = Part950
  5746. Decal953.Texture = "http://www.roblox.com/asset/?id=111292704"
  5747. Decal953.Face = Enum.NormalId.Back
  5748. Decal954.Parent = Part950
  5749. Decal954.Texture = "http://www.roblox.com/asset/?id=111292718"
  5750. Decal955.Parent = Part950
  5751. Decal955.Texture = "http://www.roblox.com/asset/?id=111292729"
  5752. Decal955.Face = Enum.NormalId.Left
  5753. Weld956.Parent = Part950
  5754. Weld956.C1 = CFrame.new(3.77066803, 5.38792896, 9.66569138, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5755. Weld956.Part0 = Part285
  5756. Weld956.Part1 = Part950
  5757. Weld956.part1 = Part950
  5758. CFrameValue957.Name = "CFrameValue"
  5759. CFrameValue957.Parent = Part950
  5760. CFrameValue957.Value = CFrame.new(3.77066803, 5.38792896, 9.66569138, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5761. Part958.Parent = Model0
  5762. Part958.CFrame = CFrame.new(19.0064354, 14.0379105, 41.8177528, -0.00034267953, -0.0013158588, 0.999986053, 0.965925395, -0.258821905, -7.3405713e-06, 0.258825749, 0.965912938, 0.00135838834)
  5763. Part958.Orientation = Vector3.new(0, 89.9199982, 105)
  5764. Part958.Position = Vector3.new(19.0064354, 14.0379105, 41.8177528)
  5765. Part958.Rotation = Vector3.new(0.310000002, 89.6999969, 104.599998)
  5766. Part958.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5767. Part958.Size = Vector3.new(1.80000019, 22.6000004, 1.79999995)
  5768. Part958.BrickColor = BrickColor.new("Dark stone grey")
  5769. Part958.brickColor = BrickColor.new("Dark stone grey")
  5770. Part958.FormFactor = Enum.FormFactor.Custom
  5771. Part958.formFactor = Enum.FormFactor.Custom
  5772. Decal959.Parent = Part958
  5773. Decal959.Texture = "http://www.roblox.com/asset/?id=111291534"
  5774. Decal959.Face = Enum.NormalId.Top
  5775. Decal960.Parent = Part958
  5776. Decal960.Texture = "http://www.roblox.com/asset/?id=111292682"
  5777. Decal960.Face = Enum.NormalId.Right
  5778. Decal961.Parent = Part958
  5779. Decal961.Texture = "http://www.roblox.com/asset/?id=111292704"
  5780. Decal961.Face = Enum.NormalId.Back
  5781. Decal962.Parent = Part958
  5782. Decal962.Texture = "http://www.roblox.com/asset/?id=111292718"
  5783. Decal963.Parent = Part958
  5784. Decal963.Texture = "http://www.roblox.com/asset/?id=111292729"
  5785. Decal963.Face = Enum.NormalId.Left
  5786. Weld964.Parent = Part958
  5787. Weld964.C1 = CFrame.new(-4.01095581, 9.17951775, 5.36574268, -0.258816719, 0.965928078, 1.30840963e-05, -0.965919793, -0.258811802, 2.38847474e-06, 7.01466251e-06, -9.78088792e-06, 0.999990344)
  5788. Weld964.Part0 = Part285
  5789. Weld964.Part1 = Part958
  5790. Weld964.part1 = Part958
  5791. CFrameValue965.Name = "CFrameValue"
  5792. CFrameValue965.Parent = Part958
  5793. CFrameValue965.Value = CFrame.new(-4.01095581, 9.17951775, 5.36574268, -0.258816719, 0.965928078, 1.30840963e-05, -0.965919793, -0.258811802, 2.38847474e-06, 7.01466251e-06, -9.78088792e-06, 0.999990344)
  5794. Part966.Parent = Model0
  5795. Part966.CFrame = CFrame.new(23.0119858, 2.39995909, 37.622406, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5796. Part966.Orientation = Vector3.new(0, 89.9199982, 0)
  5797. Part966.Position = Vector3.new(23.0119858, 2.39995909, 37.622406)
  5798. Part966.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5799. Part966.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5800. Part966.Size = Vector3.new(2.80000019, 4.60000038, 2.79999995)
  5801. Part966.BrickColor = BrickColor.new("Dark stone grey")
  5802. Part966.brickColor = BrickColor.new("Dark stone grey")
  5803. Part966.FormFactor = Enum.FormFactor.Custom
  5804. Part966.formFactor = Enum.FormFactor.Custom
  5805. Decal967.Parent = Part966
  5806. Decal967.Texture = "http://www.roblox.com/asset/?id=111291534"
  5807. Decal967.Face = Enum.NormalId.Top
  5808. Decal968.Parent = Part966
  5809. Decal968.Texture = "http://www.roblox.com/asset/?id=111292682"
  5810. Decal968.Face = Enum.NormalId.Right
  5811. Decal969.Parent = Part966
  5812. Decal969.Texture = "http://www.roblox.com/asset/?id=111292704"
  5813. Decal969.Face = Enum.NormalId.Back
  5814. Decal970.Parent = Part966
  5815. Decal970.Texture = "http://www.roblox.com/asset/?id=111292718"
  5816. Decal971.Parent = Part966
  5817. Decal971.Texture = "http://www.roblox.com/asset/?id=111292729"
  5818. Decal971.Face = Enum.NormalId.Left
  5819. Weld972.Parent = Part966
  5820. Weld972.C1 = CFrame.new(-12.0292454, 5.38789463, 1.36579704, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5821. Weld972.Part0 = Part285
  5822. Weld972.Part1 = Part966
  5823. Weld972.part1 = Part966
  5824. CFrameValue973.Name = "CFrameValue"
  5825. CFrameValue973.Parent = Part966
  5826. CFrameValue973.Value = CFrame.new(-12.0292454, 5.38789463, 1.36579704, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5827. Part974.Parent = Model0
  5828. Part974.CFrame = CFrame.new(22.9968357, 2.39985657, 48.72229, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5829. Part974.Orientation = Vector3.new(0, 89.9199982, 0)
  5830. Part974.Position = Vector3.new(22.9968357, 2.39985657, 48.72229)
  5831. Part974.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5832. Part974.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5833. Part974.Size = Vector3.new(2.80000019, 4.60000038, 2.79999995)
  5834. Part974.BrickColor = BrickColor.new("Dark stone grey")
  5835. Part974.brickColor = BrickColor.new("Dark stone grey")
  5836. Part974.FormFactor = Enum.FormFactor.Custom
  5837. Part974.formFactor = Enum.FormFactor.Custom
  5838. Decal975.Parent = Part974
  5839. Decal975.Texture = "http://www.roblox.com/asset/?id=111291534"
  5840. Decal975.Face = Enum.NormalId.Top
  5841. Decal976.Parent = Part974
  5842. Decal976.Texture = "http://www.roblox.com/asset/?id=111292682"
  5843. Decal976.Face = Enum.NormalId.Right
  5844. Decal977.Parent = Part974
  5845. Decal977.Texture = "http://www.roblox.com/asset/?id=111292704"
  5846. Decal977.Face = Enum.NormalId.Back
  5847. Decal978.Parent = Part974
  5848. Decal978.Texture = "http://www.roblox.com/asset/?id=111292718"
  5849. Decal979.Parent = Part974
  5850. Decal979.Texture = "http://www.roblox.com/asset/?id=111292729"
  5851. Decal979.Face = Enum.NormalId.Left
  5852. Weld980.Parent = Part974
  5853. Weld980.C1 = CFrame.new(-0.929317474, 5.38789272, 1.36578178, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5854. Weld980.Part0 = Part285
  5855. Weld980.Part1 = Part974
  5856. Weld980.part1 = Part974
  5857. CFrameValue981.Name = "CFrameValue"
  5858. CFrameValue981.Parent = Part974
  5859. CFrameValue981.Value = CFrame.new(-0.929317474, 5.38789272, 1.36578178, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5860. Part982.Parent = Model0
  5861. Part982.CFrame = CFrame.new(23.0038013, 2.3999033, 43.622345, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5862. Part982.Orientation = Vector3.new(0, 89.9199982, 0)
  5863. Part982.Position = Vector3.new(23.0038013, 2.3999033, 43.622345)
  5864. Part982.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5865. Part982.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5866. Part982.Size = Vector3.new(2.80000019, 4.60000038, 2.79999995)
  5867. Part982.BrickColor = BrickColor.new("Dark stone grey")
  5868. Part982.brickColor = BrickColor.new("Dark stone grey")
  5869. Part982.FormFactor = Enum.FormFactor.Custom
  5870. Part982.formFactor = Enum.FormFactor.Custom
  5871. Decal983.Parent = Part982
  5872. Decal983.Texture = "http://www.roblox.com/asset/?id=111291534"
  5873. Decal983.Face = Enum.NormalId.Top
  5874. Decal984.Parent = Part982
  5875. Decal984.Texture = "http://www.roblox.com/asset/?id=111292682"
  5876. Decal984.Face = Enum.NormalId.Right
  5877. Decal985.Parent = Part982
  5878. Decal985.Texture = "http://www.roblox.com/asset/?id=111292704"
  5879. Decal985.Face = Enum.NormalId.Back
  5880. Decal986.Parent = Part982
  5881. Decal986.Texture = "http://www.roblox.com/asset/?id=111292718"
  5882. Decal987.Parent = Part982
  5883. Decal987.Texture = "http://www.roblox.com/asset/?id=111292729"
  5884. Decal987.Face = Enum.NormalId.Left
  5885. Weld988.Parent = Part982
  5886. Weld988.C1 = CFrame.new(-6.02928352, 5.38789368, 1.36578465, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5887. Weld988.Part0 = Part285
  5888. Weld988.Part1 = Part982
  5889. Weld988.part1 = Part982
  5890. CFrameValue989.Name = "CFrameValue"
  5891. CFrameValue989.Parent = Part982
  5892. CFrameValue989.Value = CFrame.new(-6.02928352, 5.38789368, 1.36578465, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5893. Part990.Parent = Model0
  5894. Part990.CFrame = CFrame.new(23.0177193, 2.39999628, 33.422451, 0.001366148, 1.04506908e-05, 0.999995708, 9.37366258e-06, 1, -1.04636674e-05, -0.999995708, 9.38996345e-06, 0.00136614789)
  5895. Part990.Orientation = Vector3.new(0, 89.9199982, 0)
  5896. Part990.Position = Vector3.new(23.0177193, 2.39999628, 33.422451)
  5897. Part990.Rotation = Vector3.new(0.439999998, 89.8300018, -0.439999998)
  5898. Part990.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5899. Part990.Size = Vector3.new(2.80000019, 4.60000038, 2.79999995)
  5900. Part990.BrickColor = BrickColor.new("Dark stone grey")
  5901. Part990.brickColor = BrickColor.new("Dark stone grey")
  5902. Part990.FormFactor = Enum.FormFactor.Custom
  5903. Part990.formFactor = Enum.FormFactor.Custom
  5904. Decal991.Parent = Part990
  5905. Decal991.Texture = "http://www.roblox.com/asset/?id=111291534"
  5906. Decal991.Face = Enum.NormalId.Top
  5907. Decal992.Parent = Part990
  5908. Decal992.Texture = "http://www.roblox.com/asset/?id=111292682"
  5909. Decal992.Face = Enum.NormalId.Right
  5910. Decal993.Parent = Part990
  5911. Decal993.Texture = "http://www.roblox.com/asset/?id=111292704"
  5912. Decal993.Face = Enum.NormalId.Back
  5913. Decal994.Parent = Part990
  5914. Decal994.Texture = "http://www.roblox.com/asset/?id=111292718"
  5915. Decal995.Parent = Part990
  5916. Decal995.Texture = "http://www.roblox.com/asset/?id=111292729"
  5917. Decal995.Face = Enum.NormalId.Left
  5918. Weld996.Parent = Part990
  5919. Weld996.C1 = CFrame.new(-16.2292194, 5.38789654, 1.36580086, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5920. Weld996.Part0 = Part285
  5921. Weld996.Part1 = Part990
  5922. Weld996.part1 = Part990
  5923. CFrameValue997.Name = "CFrameValue"
  5924. CFrameValue997.Parent = Part990
  5925. CFrameValue997.Value = CFrame.new(-16.2292194, 5.38789654, 1.36580086, 1, -1.08847598e-06, 7.31826049e-07, 1.08845688e-06, 1, 1.29039245e-05, -7.31841737e-07, -1.29039263e-05, 1)
  5926. Part998.Parent = Model0
  5927. Part998.CFrame = CFrame.new(18.9949913, 16.242239, 30.3709641, 0.999986053, -0.000343045627, -0.00132361718, -9.01117346e-06, 0.965921998, -0.258833379, 0.00136597699, 0.258837134, 0.965909839)
  5928. Part998.Orientation = Vector3.new(15, -0.0799999982, 0)
  5929. Part998.Position = Vector3.new(18.9949913, 16.242239, 30.3709641)
  5930. Part998.Rotation = Vector3.new(15, -0.0799999982, 0.0199999996)
  5931. Part998.Color = Color3.new(0.8, 0.556863, 0.411765)
  5932. Part998.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  5933. Part998.BrickColor = BrickColor.new("Nougat")
  5934. Part998.brickColor = BrickColor.new("Nougat")
  5935. Part998.FormFactor = Enum.FormFactor.Custom
  5936. Part998.formFactor = Enum.FormFactor.Custom
  5937. Decal999.Parent = Part998
  5938. Decal999.Texture = "http://www.roblox.com/asset/?id=111291001"
  5939. Decal999.Face = Enum.NormalId.Right
  5940. Decal1000.Parent = Part998
  5941. Decal1000.Texture = "http://www.roblox.com/asset/?id=111291021"
  5942. Decal1000.Face = Enum.NormalId.Back
  5943. Decal1001.Parent = Part998
  5944. Decal1001.Texture = "http://www.roblox.com/asset/?id=111291021"
  5945. Decal1002.Parent = Part998
  5946. Decal1002.Texture = "http://www.roblox.com/asset/?id=111291001"
  5947. Decal1002.Face = Enum.NormalId.Top
  5948. Decal1003.Parent = Part998
  5949. Decal1003.Texture = "http://www.roblox.com/asset/?id=111291021"
  5950. Decal1003.Face = Enum.NormalId.Bottom
  5951. Decal1004.Parent = Part998
  5952. Decal1004.Texture = "http://www.roblox.com/asset/?id=111291001"
  5953. Decal1004.Face = Enum.NormalId.Left
  5954. Weld1005.Parent = Part998
  5955. Weld1005.C1 = CFrame.new(5.39293289, -3.17722321, 20.806881, -5.7409261e-07, -1.14514096e-05, 0.999990344, -0.258828104, 0.96592468, 1.27335634e-05, -0.965916693, -0.258823276, -5.37419783e-06)
  5956. Weld1005.Part0 = Part285
  5957. Weld1005.Part1 = Part998
  5958. Weld1005.part1 = Part998
  5959. CFrameValue1006.Name = "CFrameValue"
  5960. CFrameValue1006.Parent = Part998
  5961. CFrameValue1006.Value = CFrame.new(5.39293289, -3.17722321, 20.806881, -5.7409261e-07, -1.14514096e-05, 0.999990344, -0.258828104, 0.96592468, 1.27335634e-05, -0.965916693, -0.258823276, -5.37419783e-06)
  5962. Part1007.Parent = Model0
  5963. Part1007.CFrame = CFrame.new(12.4225206, 8.88776875, 47.8372498, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  5964. Part1007.Orientation = Vector3.new(0, 179.919998, 45)
  5965. Part1007.Position = Vector3.new(12.4225206, 8.88776875, 47.8372498)
  5966. Part1007.Rotation = Vector3.new(-180, 0.0799999982, -135)
  5967. Part1007.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5968. Part1007.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  5969. Part1007.BrickColor = BrickColor.new("Brown")
  5970. Part1007.brickColor = BrickColor.new("Brown")
  5971. Part1007.FormFactor = Enum.FormFactor.Custom
  5972. Part1007.formFactor = Enum.FormFactor.Custom
  5973. Decal1008.Parent = Part1007
  5974. Decal1008.Texture = "http://www.roblox.com/asset/?id=111291326"
  5975. Decal1008.Face = Enum.NormalId.Top
  5976. Decal1009.Parent = Part1007
  5977. Decal1009.Texture = "http://www.roblox.com/asset/?id=111291534"
  5978. Decal1009.Face = Enum.NormalId.Bottom
  5979. Decal1010.Parent = Part1007
  5980. Decal1010.Texture = "http://www.roblox.com/asset/?id=111291643"
  5981. Decal1010.Face = Enum.NormalId.Right
  5982. Decal1011.Parent = Part1007
  5983. Decal1011.Texture = "http://www.roblox.com/asset/?id=111291741"
  5984. Decal1012.Parent = Part1007
  5985. Decal1012.Texture = "http://www.roblox.com/asset/?id=111291643"
  5986. Decal1012.Face = Enum.NormalId.Left
  5987. Weld1013.Parent = Part1007
  5988. Weld1013.C1 = CFrame.new(-9.22147369, 7.66623688, -1.79998398, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  5989. Weld1013.Part0 = Part285
  5990. Weld1013.Part1 = Part1007
  5991. Weld1013.part1 = Part1007
  5992. CFrameValue1014.Name = "CFrameValue"
  5993. CFrameValue1014.Parent = Part1007
  5994. CFrameValue1014.Value = CFrame.new(-9.22147369, 7.66623688, -1.79998398, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  5995. Part1015.Parent = Model0
  5996. Part1015.CFrame = CFrame.new(12.1415691, 8.6048975, 46.6369705, -0.70708406, 0.707109869, 0.00136613578, 0.707118034, 0.707095444, 6.77275148e-06, -0.000955516822, 0.000974616152, -0.999989271)
  5997. Part1015.Orientation = Vector3.new(0, 179.919998, 45)
  5998. Part1015.Position = Vector3.new(12.1415691, 8.6048975, 46.6369705)
  5999. Part1015.Rotation = Vector3.new(-180, 0.0799999982, -135)
  6000. Part1015.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6001. Part1015.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  6002. Part1015.BrickColor = BrickColor.new("Brown")
  6003. Part1015.brickColor = BrickColor.new("Brown")
  6004. Part1015.FormFactor = Enum.FormFactor.Custom
  6005. Part1015.formFactor = Enum.FormFactor.Custom
  6006. Decal1016.Parent = Part1015
  6007. Decal1016.Texture = "http://www.roblox.com/asset/?id=111290271"
  6008. Decal1016.Face = Enum.NormalId.Right
  6009. Decal1017.Parent = Part1015
  6010. Decal1017.Texture = "http://www.roblox.com/asset/?id=111290491"
  6011. Decal1017.Face = Enum.NormalId.Bottom
  6012. Decal1018.Parent = Part1015
  6013. Decal1018.Texture = "http://www.roblox.com/asset/?id=111290491"
  6014. Decal1018.Face = Enum.NormalId.Top
  6015. Decal1019.Parent = Part1015
  6016. Decal1019.Texture = "http://www.roblox.com/asset/?id=111290271"
  6017. Decal1019.Face = Enum.NormalId.Left
  6018. Weld1020.Parent = Part1015
  6019. Weld1020.C1 = CFrame.new(-9.22142696, 8.06607819, -2.99990654, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  6020. Weld1020.Part0 = Part285
  6021. Weld1020.Part1 = Part1015
  6022. Weld1020.part1 = Part1015
  6023. CFrameValue1021.Name = "CFrameValue"
  6024. CFrameValue1021.Parent = Part1015
  6025. CFrameValue1021.Value = CFrame.new(-9.22142696, 8.06607819, -2.99990654, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  6026. Part1022.Parent = Model0
  6027. Part1022.CFrame = CFrame.new(12.8341417, 7.78782225, 46.6378479, -0.00136550365, 1.87679088e-05, -0.999995708, -7.80835126e-06, 1, 1.87787737e-05, 0.999995708, 7.83600444e-06, -0.00136550341)
  6028. Part1022.Orientation = Vector3.new(0, -90.0800018, 0)
  6029. Part1022.Position = Vector3.new(12.8341417, 7.78782225, 46.6378479)
  6030. Part1022.Rotation = Vector3.new(-179.210007, -89.8300018, -179.210007)
  6031. Part1022.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6032. Part1022.Transparency = 1
  6033. Part1022.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  6034. Part1022.BrickColor = BrickColor.new("Brown")
  6035. Part1022.brickColor = BrickColor.new("Brown")
  6036. Part1022.FormFactor = Enum.FormFactor.Custom
  6037. Part1022.formFactor = Enum.FormFactor.Custom
  6038. Decal1023.Parent = Part1022
  6039. Decal1023.Texture = "http://www.roblox.com/asset/?id=111294593"
  6040. Decal1023.Face = Enum.NormalId.Top
  6041. Decal1024.Parent = Part1022
  6042. Decal1024.Texture = "http://www.roblox.com/asset/?id=111294408"
  6043. Decal1024.Face = Enum.NormalId.Back
  6044. Decal1025.Parent = Part1022
  6045. Decal1025.Texture = "http://www.roblox.com/asset/?id=111294436"
  6046. Decal1026.Parent = Part1022
  6047. Decal1026.Texture = "http://www.roblox.com/asset/?id=111294458"
  6048. Decal1026.Face = Enum.NormalId.Left
  6049. Decal1027.Parent = Part1022
  6050. Decal1027.Texture = "http://www.roblox.com/asset/?id=111294490"
  6051. Decal1027.Face = Enum.NormalId.Right
  6052. Weld1028.Parent = Part1022
  6053. Weld1028.C1 = CFrame.new(2.99993896, 0.000144004822, -11.5314026, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  6054. Weld1028.Part0 = Part285
  6055. Weld1028.Part1 = Part1022
  6056. Weld1028.part1 = Part1022
  6057. CFrameValue1029.Name = "CFrameValue"
  6058. CFrameValue1029.Parent = Part1022
  6059. CFrameValue1029.Value = CFrame.new(2.99993896, 0.000144004822, -11.5314026, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  6060. Part1030.Parent = Model0
  6061. Part1030.CFrame = CFrame.new(12.824152, 8.4877634, 46.6378365, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  6062. Part1030.Orientation = Vector3.new(0, 179.919998, 0)
  6063. Part1030.Position = Vector3.new(12.824152, 8.4877634, 46.6378365)
  6064. Part1030.Rotation = Vector3.new(-180, 0.0799999982, -180)
  6065. Part1030.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6066. Part1030.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  6067. Part1030.BrickColor = BrickColor.new("Brown")
  6068. Part1030.brickColor = BrickColor.new("Brown")
  6069. Part1030.FormFactor = Enum.FormFactor.Custom
  6070. Part1030.formFactor = Enum.FormFactor.Custom
  6071. Decal1031.Parent = Part1030
  6072. Decal1031.Texture = "http://www.roblox.com/asset/?id=111289291"
  6073. Decal1031.Face = Enum.NormalId.Right
  6074. Decal1032.Parent = Part1030
  6075. Decal1032.Texture = "http://www.roblox.com/asset/?id=111289318"
  6076. Decal1032.Face = Enum.NormalId.Left
  6077. Decal1033.Parent = Part1030
  6078. Decal1033.Texture = "http://www.roblox.com/asset/?id=111290766"
  6079. Decal1033.Face = Enum.NormalId.Back
  6080. Decal1034.Parent = Part1030
  6081. Decal1034.Texture = "http://www.roblox.com/asset/?id=111290905"
  6082. Weld1035.Parent = Part1030
  6083. Weld1035.C1 = CFrame.new(-11.541399, -0.699883461, -2.99994278, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6084. Weld1035.Part0 = Part285
  6085. Weld1035.Part1 = Part1030
  6086. Weld1035.part1 = Part1030
  6087. CFrameValue1036.Name = "CFrameValue"
  6088. CFrameValue1036.Parent = Part1030
  6089. CFrameValue1036.Value = CFrame.new(-11.541399, -0.699883461, -2.99994278, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6090. Part1037.Parent = Model0
  6091. Part1037.CFrame = CFrame.new(12.4257965, 8.88778877, 45.437336, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  6092. Part1037.Orientation = Vector3.new(0, 179.919998, 45)
  6093. Part1037.Position = Vector3.new(12.4257965, 8.88778877, 45.437336)
  6094. Part1037.Rotation = Vector3.new(-180, 0.0799999982, -135)
  6095. Part1037.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6096. Part1037.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  6097. Part1037.BrickColor = BrickColor.new("Brown")
  6098. Part1037.brickColor = BrickColor.new("Brown")
  6099. Part1037.FormFactor = Enum.FormFactor.Custom
  6100. Part1037.formFactor = Enum.FormFactor.Custom
  6101. Decal1038.Parent = Part1037
  6102. Decal1038.Texture = "http://www.roblox.com/asset/?id=111291326"
  6103. Decal1038.Face = Enum.NormalId.Top
  6104. Decal1039.Parent = Part1037
  6105. Decal1039.Texture = "http://www.roblox.com/asset/?id=111291534"
  6106. Decal1039.Face = Enum.NormalId.Bottom
  6107. Decal1040.Parent = Part1037
  6108. Decal1040.Texture = "http://www.roblox.com/asset/?id=111291643"
  6109. Decal1040.Face = Enum.NormalId.Right
  6110. Decal1041.Parent = Part1037
  6111. Decal1041.Texture = "http://www.roblox.com/asset/?id=111291741"
  6112. Decal1041.Face = Enum.NormalId.Back
  6113. Decal1042.Parent = Part1037
  6114. Decal1042.Texture = "http://www.roblox.com/asset/?id=111291643"
  6115. Decal1042.Face = Enum.NormalId.Left
  6116. Weld1043.Parent = Part1037
  6117. Weld1043.C1 = CFrame.new(-9.22146797, 7.66624451, -4.19990921, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  6118. Weld1043.Part0 = Part285
  6119. Weld1043.Part1 = Part1037
  6120. Weld1043.part1 = Part1037
  6121. CFrameValue1044.Name = "CFrameValue"
  6122. CFrameValue1044.Parent = Part1037
  6123. CFrameValue1044.Value = CFrame.new(-9.22146797, 7.66624451, -4.19990921, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  6124. Part1045.Parent = Model0
  6125. Part1045.CFrame = CFrame.new(12.8248768, 5.98772764, 46.2378349, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  6126. Part1045.Orientation = Vector3.new(0, 179.919998, 0)
  6127. Part1045.Position = Vector3.new(12.8248768, 5.98772764, 46.2378349)
  6128. Part1045.Rotation = Vector3.new(-180, 0.0799999982, -180)
  6129. Part1045.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6130. Part1045.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  6131. Part1045.BrickColor = BrickColor.new("Dark stone grey")
  6132. Part1045.brickColor = BrickColor.new("Dark stone grey")
  6133. Part1045.FormFactor = Enum.FormFactor.Custom
  6134. Part1045.formFactor = Enum.FormFactor.Custom
  6135. Decal1046.Parent = Part1045
  6136. Decal1046.Texture = "http://www.roblox.com/asset/?id=111291534"
  6137. Decal1046.Face = Enum.NormalId.Top
  6138. Decal1047.Parent = Part1045
  6139. Decal1047.Texture = "http://www.roblox.com/asset/?id=111292682"
  6140. Decal1047.Face = Enum.NormalId.Right
  6141. Decal1048.Parent = Part1045
  6142. Decal1048.Texture = "http://www.roblox.com/asset/?id=111292704"
  6143. Decal1048.Face = Enum.NormalId.Back
  6144. Decal1049.Parent = Part1045
  6145. Decal1049.Texture = "http://www.roblox.com/asset/?id=111292718"
  6146. Decal1050.Parent = Part1045
  6147. Decal1050.Texture = "http://www.roblox.com/asset/?id=111292729"
  6148. Decal1050.Face = Enum.NormalId.Left
  6149. Weld1051.Parent = Part1045
  6150. Weld1051.C1 = CFrame.new(-11.5413132, 1.80008936, -3.39994431, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  6151. Weld1051.Part0 = Part285
  6152. Weld1051.Part1 = Part1045
  6153. Weld1051.part1 = Part1045
  6154. CFrameValue1052.Name = "CFrameValue"
  6155. CFrameValue1052.Parent = Part1045
  6156. CFrameValue1052.Value = CFrame.new(-11.5413132, 1.80008936, -3.39994431, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  6157. Part1053.Parent = Model0
  6158. Part1053.CFrame = CFrame.new(12.8235559, 5.98776674, 47.0377808, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  6159. Part1053.Orientation = Vector3.new(0, 179.919998, 0)
  6160. Part1053.Position = Vector3.new(12.8235559, 5.98776674, 47.0377808)
  6161. Part1053.Rotation = Vector3.new(-180, 0.0799999982, -180)
  6162. Part1053.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6163. Part1053.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  6164. Part1053.BrickColor = BrickColor.new("Dark stone grey")
  6165. Part1053.brickColor = BrickColor.new("Dark stone grey")
  6166. Part1053.FormFactor = Enum.FormFactor.Custom
  6167. Part1053.formFactor = Enum.FormFactor.Custom
  6168. Decal1054.Parent = Part1053
  6169. Decal1054.Texture = "http://www.roblox.com/asset/?id=111291534"
  6170. Decal1054.Face = Enum.NormalId.Top
  6171. Decal1055.Parent = Part1053
  6172. Decal1055.Texture = "http://www.roblox.com/asset/?id=111292682"
  6173. Decal1055.Face = Enum.NormalId.Right
  6174. Decal1056.Parent = Part1053
  6175. Decal1056.Texture = "http://www.roblox.com/asset/?id=111292704"
  6176. Decal1056.Face = Enum.NormalId.Back
  6177. Decal1057.Parent = Part1053
  6178. Decal1057.Texture = "http://www.roblox.com/asset/?id=111292718"
  6179. Decal1058.Parent = Part1053
  6180. Decal1058.Texture = "http://www.roblox.com/asset/?id=111292729"
  6181. Decal1058.Face = Enum.NormalId.Left
  6182. Weld1059.Parent = Part1053
  6183. Weld1059.C1 = CFrame.new(-11.5414238, 1.80010796, -2.59996796, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6184. Weld1059.Part0 = Part285
  6185. Weld1059.Part1 = Part1053
  6186. Weld1059.part1 = Part1053
  6187. CFrameValue1060.Name = "CFrameValue"
  6188. CFrameValue1060.Parent = Part1053
  6189. CFrameValue1060.Value = CFrame.new(-11.5414238, 1.80010796, -2.59996796, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6190. Part1061.Parent = Model0
  6191. Part1061.CFrame = CFrame.new(11.8242111, 9.88779449, 46.6364899, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  6192. Part1061.Orientation = Vector3.new(0, 179.919998, 0)
  6193. Part1061.Position = Vector3.new(11.8242111, 9.88779449, 46.6364899)
  6194. Part1061.Rotation = Vector3.new(-180, 0.0799999982, -180)
  6195. Part1061.Color = Color3.new(0.8, 0.556863, 0.411765)
  6196. Part1061.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  6197. Part1061.BrickColor = BrickColor.new("Nougat")
  6198. Part1061.brickColor = BrickColor.new("Nougat")
  6199. Part1061.FormFactor = Enum.FormFactor.Custom
  6200. Part1061.formFactor = Enum.FormFactor.Custom
  6201. Decal1062.Parent = Part1061
  6202. Decal1062.Texture = "http://www.roblox.com/asset/?id=111291001"
  6203. Decal1062.Face = Enum.NormalId.Right
  6204. Decal1063.Parent = Part1061
  6205. Decal1063.Texture = "http://www.roblox.com/asset/?id=111291021"
  6206. Decal1063.Face = Enum.NormalId.Back
  6207. Decal1064.Parent = Part1061
  6208. Decal1064.Texture = "http://www.roblox.com/asset/?id=111291021"
  6209. Decal1065.Parent = Part1061
  6210. Decal1065.Texture = "http://www.roblox.com/asset/?id=111291001"
  6211. Decal1065.Face = Enum.NormalId.Top
  6212. Decal1066.Parent = Part1061
  6213. Decal1066.Texture = "http://www.roblox.com/asset/?id=111291021"
  6214. Decal1066.Face = Enum.NormalId.Bottom
  6215. Decal1067.Parent = Part1061
  6216. Decal1067.Texture = "http://www.roblox.com/asset/?id=111291001"
  6217. Decal1067.Face = Enum.NormalId.Left
  6218. Weld1068.Parent = Part1061
  6219. Weld1068.C1 = CFrame.new(-12.5413589, -2.09990501, -2.99994087, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6220. Weld1068.Part0 = Part285
  6221. Weld1068.Part1 = Part1061
  6222. Weld1068.part1 = Part1061
  6223. CFrameValue1069.Name = "CFrameValue"
  6224. CFrameValue1069.Parent = Part1061
  6225. CFrameValue1069.Value = CFrame.new(-12.5413589, -2.09990501, -2.99994087, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6226. Part1070.Parent = Model0
  6227. Part1070.CFrame = CFrame.new(19.020071, 16.66465, 31.8804684, 0.00132306747, -0.000340820581, 0.999986053, 0.258821607, 0.965925157, -1.10014516e-05, -0.965912998, 0.258825362, 0.00136487023)
  6228. Part1070.Orientation = Vector3.new(0, 89.9199982, 15)
  6229. Part1070.Position = Vector3.new(19.020071, 16.66465, 31.8804684)
  6230. Part1070.Rotation = Vector3.new(0.460000008, 89.6999969, 14.4499998)
  6231. Part1070.Color = Color3.new(0.917647, 0.721569, 0.572549)
  6232. Part1070.Size = Vector3.new(2.64571953, 2.18214989, 2.14571953)
  6233. Part1070.BrickColor = BrickColor.new("Light orange")
  6234. Part1070.brickColor = BrickColor.new("Light orange")
  6235. Part1070.FormFactor = Enum.FormFactor.Custom
  6236. Part1070.formFactor = Enum.FormFactor.Custom
  6237. Decal1071.Parent = Part1070
  6238. Decal1071.Texture = "http://www.roblox.com/asset/?id=111288035"
  6239. Decal1071.Face = Enum.NormalId.Right
  6240. Decal1072.Parent = Part1070
  6241. Decal1072.Texture = "http://www.roblox.com/asset/?id=111289140"
  6242. Decal1072.Face = Enum.NormalId.Back
  6243. Decal1073.Parent = Part1070
  6244. Decal1073.Texture = "http://www.roblox.com/asset/?id=111289140"
  6245. Decal1074.Parent = Part1070
  6246. Decal1074.Texture = "http://www.roblox.com/asset/?id=111289140"
  6247. Decal1074.Face = Enum.NormalId.Left
  6248. Decal1075.Parent = Part1070
  6249. Decal1075.Texture = "http://www.roblox.com/asset/?id=111289156"
  6250. Decal1075.Face = Enum.NormalId.Top
  6251. Decal1076.Parent = Part1070
  6252. Decal1076.Texture = "http://www.roblox.com/asset/?id=111292912"
  6253. Decal1076.Face = Enum.NormalId.Bottom
  6254. Weld1077.Parent = Part1070
  6255. Weld1077.C1 = CFrame.new(-19.458128, -3.97616768, 5.36579227, 0.965919852, 0.258811504, 4.8201041e-06, -0.258816332, 0.965927839, 1.49425277e-05, 5.32678087e-07, -1.34417005e-05, 0.999990344)
  6256. Weld1077.Part0 = Part285
  6257. Weld1077.Part1 = Part1070
  6258. Weld1077.part1 = Part1070
  6259. CFrameValue1078.Name = "CFrameValue"
  6260. CFrameValue1078.Parent = Part1070
  6261. CFrameValue1078.Value = CFrame.new(-19.458128, -3.97616768, 5.36579227, 0.965919852, 0.258811504, 4.8201041e-06, -0.258816332, 0.965927839, 1.49425277e-05, 5.32678087e-07, -1.34417005e-05, 0.999990344)
  6262. Part1079.Parent = Model0
  6263. Part1079.CFrame = CFrame.new(12.1374712, 8.60488701, 49.636898, -0.70708406, 0.707109869, 0.00136613578, 0.707118034, 0.707095444, 6.77275148e-06, -0.000955516822, 0.000974616152, -0.999989271)
  6264. Part1079.Orientation = Vector3.new(0, 179.919998, 45)
  6265. Part1079.Position = Vector3.new(12.1374712, 8.60488701, 49.636898)
  6266. Part1079.Rotation = Vector3.new(-180, 0.0799999982, -135)
  6267. Part1079.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6268. Part1079.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  6269. Part1079.BrickColor = BrickColor.new("Brown")
  6270. Part1079.brickColor = BrickColor.new("Brown")
  6271. Part1079.FormFactor = Enum.FormFactor.Custom
  6272. Part1079.formFactor = Enum.FormFactor.Custom
  6273. Decal1080.Parent = Part1079
  6274. Decal1080.Texture = "http://www.roblox.com/asset/?id=111290271"
  6275. Decal1080.Face = Enum.NormalId.Right
  6276. Decal1081.Parent = Part1079
  6277. Decal1081.Texture = "http://www.roblox.com/asset/?id=111290491"
  6278. Decal1081.Face = Enum.NormalId.Bottom
  6279. Decal1082.Parent = Part1079
  6280. Decal1082.Texture = "http://www.roblox.com/asset/?id=111290491"
  6281. Decal1082.Face = Enum.NormalId.Top
  6282. Decal1083.Parent = Part1079
  6283. Decal1083.Texture = "http://www.roblox.com/asset/?id=111290271"
  6284. Decal1083.Face = Enum.NormalId.Left
  6285. Weld1084.Parent = Part1079
  6286. Weld1084.C1 = CFrame.new(-9.22143459, 8.06607056, 5.34057617e-05, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  6287. Weld1084.Part0 = Part285
  6288. Weld1084.Part1 = Part1079
  6289. Weld1084.part1 = Part1079
  6290. CFrameValue1085.Name = "CFrameValue"
  6291. CFrameValue1085.Parent = Part1079
  6292. CFrameValue1085.Value = CFrame.new(-9.22143459, 8.06607056, 5.34057617e-05, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  6293. Part1086.Parent = Model0
  6294. Part1086.CFrame = CFrame.new(12.4217024, 8.88776207, 48.4373093, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  6295. Part1086.Orientation = Vector3.new(0, 179.919998, 45)
  6296. Part1086.Position = Vector3.new(12.4217024, 8.88776207, 48.4373093)
  6297. Part1086.Rotation = Vector3.new(-180, 0.0799999982, -135)
  6298. Part1086.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6299. Part1086.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  6300. Part1086.BrickColor = BrickColor.new("Brown")
  6301. Part1086.brickColor = BrickColor.new("Brown")
  6302. Part1086.FormFactor = Enum.FormFactor.Custom
  6303. Part1086.formFactor = Enum.FormFactor.Custom
  6304. Decal1087.Parent = Part1086
  6305. Decal1087.Texture = "http://www.roblox.com/asset/?id=111291326"
  6306. Decal1087.Face = Enum.NormalId.Top
  6307. Decal1088.Parent = Part1086
  6308. Decal1088.Texture = "http://www.roblox.com/asset/?id=111291534"
  6309. Decal1088.Face = Enum.NormalId.Bottom
  6310. Decal1089.Parent = Part1086
  6311. Decal1089.Texture = "http://www.roblox.com/asset/?id=111291643"
  6312. Decal1089.Face = Enum.NormalId.Right
  6313. Decal1090.Parent = Part1086
  6314. Decal1090.Texture = "http://www.roblox.com/asset/?id=111291741"
  6315. Decal1090.Face = Enum.NormalId.Back
  6316. Decal1091.Parent = Part1086
  6317. Decal1091.Texture = "http://www.roblox.com/asset/?id=111291643"
  6318. Decal1091.Face = Enum.NormalId.Left
  6319. Weld1092.Parent = Part1086
  6320. Weld1092.C1 = CFrame.new(-9.22147369, 7.66623592, -1.19992447, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  6321. Weld1092.Part0 = Part285
  6322. Weld1092.Part1 = Part1086
  6323. Weld1092.part1 = Part1086
  6324. CFrameValue1093.Name = "CFrameValue"
  6325. CFrameValue1093.Parent = Part1086
  6326. CFrameValue1093.Value = CFrame.new(-9.22147369, 7.66623592, -1.19992447, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  6327. Part1094.Parent = Model0
  6328. Part1094.CFrame = CFrame.new(12.4184275, 8.88774109, 50.8372231, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  6329. Part1094.Orientation = Vector3.new(0, 179.919998, 45)
  6330. Part1094.Position = Vector3.new(12.4184275, 8.88774109, 50.8372231)
  6331. Part1094.Rotation = Vector3.new(-180, 0.0799999982, -135)
  6332. Part1094.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6333. Part1094.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  6334. Part1094.BrickColor = BrickColor.new("Brown")
  6335. Part1094.brickColor = BrickColor.new("Brown")
  6336. Part1094.FormFactor = Enum.FormFactor.Custom
  6337. Part1094.formFactor = Enum.FormFactor.Custom
  6338. Decal1095.Parent = Part1094
  6339. Decal1095.Texture = "http://www.roblox.com/asset/?id=111291326"
  6340. Decal1095.Face = Enum.NormalId.Top
  6341. Decal1096.Parent = Part1094
  6342. Decal1096.Texture = "http://www.roblox.com/asset/?id=111291534"
  6343. Decal1096.Face = Enum.NormalId.Bottom
  6344. Decal1097.Parent = Part1094
  6345. Decal1097.Texture = "http://www.roblox.com/asset/?id=111291643"
  6346. Decal1097.Face = Enum.NormalId.Right
  6347. Decal1098.Parent = Part1094
  6348. Decal1098.Texture = "http://www.roblox.com/asset/?id=111291741"
  6349. Decal1099.Parent = Part1094
  6350. Decal1099.Texture = "http://www.roblox.com/asset/?id=111291643"
  6351. Decal1099.Face = Enum.NormalId.Left
  6352. Weld1100.Parent = Part1094
  6353. Weld1100.C1 = CFrame.new(-9.22147751, 7.66622829, 1.20000076, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  6354. Weld1100.Part0 = Part285
  6355. Weld1100.Part1 = Part1094
  6356. Weld1100.part1 = Part1094
  6357. CFrameValue1101.Name = "CFrameValue"
  6358. CFrameValue1101.Parent = Part1094
  6359. CFrameValue1101.Value = CFrame.new(-9.22147751, 7.66622829, 1.20000076, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  6360. Part1102.Parent = Model0
  6361. Part1102.CFrame = CFrame.new(12.8200579, 8.48773289, 49.6378059, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  6362. Part1102.Orientation = Vector3.new(0, 179.919998, 0)
  6363. Part1102.Position = Vector3.new(12.8200579, 8.48773289, 49.6378059)
  6364. Part1102.Rotation = Vector3.new(-180, 0.0799999982, -180)
  6365. Part1102.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6366. Part1102.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  6367. Part1102.BrickColor = BrickColor.new("Brown")
  6368. Part1102.brickColor = BrickColor.new("Brown")
  6369. Part1102.FormFactor = Enum.FormFactor.Custom
  6370. Part1102.formFactor = Enum.FormFactor.Custom
  6371. Decal1103.Parent = Part1102
  6372. Decal1103.Texture = "http://www.roblox.com/asset/?id=111289291"
  6373. Decal1103.Face = Enum.NormalId.Right
  6374. Decal1104.Parent = Part1102
  6375. Decal1104.Texture = "http://www.roblox.com/asset/?id=111289318"
  6376. Decal1104.Face = Enum.NormalId.Left
  6377. Decal1105.Parent = Part1102
  6378. Decal1105.Texture = "http://www.roblox.com/asset/?id=111290766"
  6379. Decal1105.Face = Enum.NormalId.Back
  6380. Decal1106.Parent = Part1102
  6381. Decal1106.Texture = "http://www.roblox.com/asset/?id=111290905"
  6382. Weld1107.Parent = Part1102
  6383. Weld1107.C1 = CFrame.new(-11.5413971, -0.699890137, 3.81469727e-05, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6384. Weld1107.Part0 = Part285
  6385. Weld1107.Part1 = Part1102
  6386. Weld1107.part1 = Part1102
  6387. CFrameValue1108.Name = "CFrameValue"
  6388. CFrameValue1108.Parent = Part1102
  6389. CFrameValue1108.Value = CFrame.new(-11.5413971, -0.699890137, 3.81469727e-05, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6390. Part1109.Parent = Model0
  6391. Part1109.CFrame = CFrame.new(12.8300476, 7.78779411, 49.6378098, -0.00136550365, 1.87679088e-05, -0.999995708, -7.80835126e-06, 1, 1.87787737e-05, 0.999995708, 7.83600444e-06, -0.00136550341)
  6392. Part1109.Orientation = Vector3.new(0, -90.0800018, 0)
  6393. Part1109.Position = Vector3.new(12.8300476, 7.78779411, 49.6378098)
  6394. Part1109.Rotation = Vector3.new(-179.210007, -89.8300018, -179.210007)
  6395. Part1109.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6396. Part1109.Transparency = 1
  6397. Part1109.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  6398. Part1109.BrickColor = BrickColor.new("Brown")
  6399. Part1109.brickColor = BrickColor.new("Brown")
  6400. Part1109.FormFactor = Enum.FormFactor.Custom
  6401. Part1109.formFactor = Enum.FormFactor.Custom
  6402. Decal1110.Parent = Part1109
  6403. Decal1110.Texture = "http://www.roblox.com/asset/?id=111294593"
  6404. Decal1110.Face = Enum.NormalId.Top
  6405. Decal1111.Parent = Part1109
  6406. Decal1111.Texture = "http://www.roblox.com/asset/?id=111294408"
  6407. Decal1111.Face = Enum.NormalId.Back
  6408. Decal1112.Parent = Part1109
  6409. Decal1112.Texture = "http://www.roblox.com/asset/?id=111294436"
  6410. Decal1113.Parent = Part1109
  6411. Decal1113.Texture = "http://www.roblox.com/asset/?id=111294458"
  6412. Decal1113.Face = Enum.NormalId.Left
  6413. Decal1114.Parent = Part1109
  6414. Decal1114.Texture = "http://www.roblox.com/asset/?id=111294490"
  6415. Decal1114.Face = Enum.NormalId.Right
  6416. Weld1115.Parent = Part1109
  6417. Weld1115.C1 = CFrame.new(-3.81469727e-05, 0.000148773193, -11.5314007, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  6418. Weld1115.Part0 = Part285
  6419. Weld1115.Part1 = Part1109
  6420. Weld1115.part1 = Part1109
  6421. CFrameValue1116.Name = "CFrameValue"
  6422. CFrameValue1116.Parent = Part1109
  6423. CFrameValue1116.Value = CFrame.new(-3.81469727e-05, 0.000148773193, -11.5314007, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  6424. Part1117.Parent = Model0
  6425. Part1117.CFrame = CFrame.new(12.8207779, 5.98772097, 49.2377663, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  6426. Part1117.Orientation = Vector3.new(0, 179.919998, 0)
  6427. Part1117.Position = Vector3.new(12.8207779, 5.98772097, 49.2377663)
  6428. Part1117.Rotation = Vector3.new(-180, 0.0799999982, -180)
  6429. Part1117.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6430. Part1117.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  6431. Part1117.BrickColor = BrickColor.new("Dark stone grey")
  6432. Part1117.brickColor = BrickColor.new("Dark stone grey")
  6433. Part1117.FormFactor = Enum.FormFactor.Custom
  6434. Part1117.formFactor = Enum.FormFactor.Custom
  6435. Decal1118.Parent = Part1117
  6436. Decal1118.Texture = "http://www.roblox.com/asset/?id=111291534"
  6437. Decal1118.Face = Enum.NormalId.Top
  6438. Decal1119.Parent = Part1117
  6439. Decal1119.Texture = "http://www.roblox.com/asset/?id=111292682"
  6440. Decal1119.Face = Enum.NormalId.Right
  6441. Decal1120.Parent = Part1117
  6442. Decal1120.Texture = "http://www.roblox.com/asset/?id=111292704"
  6443. Decal1120.Face = Enum.NormalId.Back
  6444. Decal1121.Parent = Part1117
  6445. Decal1121.Texture = "http://www.roblox.com/asset/?id=111292718"
  6446. Decal1122.Parent = Part1117
  6447. Decal1122.Texture = "http://www.roblox.com/asset/?id=111292729"
  6448. Decal1122.Face = Enum.NormalId.Left
  6449. Weld1123.Parent = Part1117
  6450. Weld1123.C1 = CFrame.new(-11.5413132, 1.80007553, -0.399978638, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  6451. Weld1123.Part0 = Part285
  6452. Weld1123.Part1 = Part1117
  6453. Weld1123.part1 = Part1117
  6454. CFrameValue1124.Name = "CFrameValue"
  6455. CFrameValue1124.Parent = Part1117
  6456. CFrameValue1124.Value = CFrame.new(-11.5413132, 1.80007553, -0.399978638, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  6457. Part1125.Parent = Model0
  6458. Part1125.CFrame = CFrame.new(12.8194637, 5.98773766, 50.0377464, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  6459. Part1125.Orientation = Vector3.new(0, 179.919998, 0)
  6460. Part1125.Position = Vector3.new(12.8194637, 5.98773766, 50.0377464)
  6461. Part1125.Rotation = Vector3.new(-180, 0.0799999982, -180)
  6462. Part1125.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6463. Part1125.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  6464. Part1125.BrickColor = BrickColor.new("Dark stone grey")
  6465. Part1125.brickColor = BrickColor.new("Dark stone grey")
  6466. Part1125.FormFactor = Enum.FormFactor.Custom
  6467. Part1125.formFactor = Enum.FormFactor.Custom
  6468. Decal1126.Parent = Part1125
  6469. Decal1126.Texture = "http://www.roblox.com/asset/?id=111291534"
  6470. Decal1126.Face = Enum.NormalId.Top
  6471. Decal1127.Parent = Part1125
  6472. Decal1127.Texture = "http://www.roblox.com/asset/?id=111292682"
  6473. Decal1127.Face = Enum.NormalId.Right
  6474. Decal1128.Parent = Part1125
  6475. Decal1128.Texture = "http://www.roblox.com/asset/?id=111292704"
  6476. Decal1128.Face = Enum.NormalId.Back
  6477. Decal1129.Parent = Part1125
  6478. Decal1129.Texture = "http://www.roblox.com/asset/?id=111292718"
  6479. Decal1130.Parent = Part1125
  6480. Decal1130.Texture = "http://www.roblox.com/asset/?id=111292729"
  6481. Decal1130.Face = Enum.NormalId.Left
  6482. Weld1131.Parent = Part1125
  6483. Weld1131.C1 = CFrame.new(-11.54142, 1.80009985, 0.40001297, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6484. Weld1131.Part0 = Part285
  6485. Weld1131.Part1 = Part1125
  6486. Weld1131.part1 = Part1125
  6487. CFrameValue1132.Name = "CFrameValue"
  6488. CFrameValue1132.Parent = Part1125
  6489. CFrameValue1132.Value = CFrame.new(-11.54142, 1.80009985, 0.40001297, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6490. Part1133.Parent = Model0
  6491. Part1133.CFrame = CFrame.new(11.820117, 9.88776398, 49.6364555, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  6492. Part1133.Orientation = Vector3.new(0, 179.919998, 0)
  6493. Part1133.Position = Vector3.new(11.820117, 9.88776398, 49.6364555)
  6494. Part1133.Rotation = Vector3.new(-180, 0.0799999982, -180)
  6495. Part1133.Color = Color3.new(0.8, 0.556863, 0.411765)
  6496. Part1133.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  6497. Part1133.BrickColor = BrickColor.new("Nougat")
  6498. Part1133.brickColor = BrickColor.new("Nougat")
  6499. Part1133.FormFactor = Enum.FormFactor.Custom
  6500. Part1133.formFactor = Enum.FormFactor.Custom
  6501. Decal1134.Parent = Part1133
  6502. Decal1134.Texture = "http://www.roblox.com/asset/?id=111291001"
  6503. Decal1134.Face = Enum.NormalId.Right
  6504. Decal1135.Parent = Part1133
  6505. Decal1135.Texture = "http://www.roblox.com/asset/?id=111291021"
  6506. Decal1135.Face = Enum.NormalId.Back
  6507. Decal1136.Parent = Part1133
  6508. Decal1136.Texture = "http://www.roblox.com/asset/?id=111291021"
  6509. Decal1137.Parent = Part1133
  6510. Decal1137.Texture = "http://www.roblox.com/asset/?id=111291001"
  6511. Decal1137.Face = Enum.NormalId.Top
  6512. Decal1138.Parent = Part1133
  6513. Decal1138.Texture = "http://www.roblox.com/asset/?id=111291021"
  6514. Decal1138.Face = Enum.NormalId.Bottom
  6515. Decal1139.Parent = Part1133
  6516. Decal1139.Texture = "http://www.roblox.com/asset/?id=111291001"
  6517. Decal1139.Face = Enum.NormalId.Left
  6518. Weld1140.Parent = Part1133
  6519. Weld1140.C1 = CFrame.new(-12.541357, -2.09991169, 3.43322754e-05, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6520. Weld1140.Part0 = Part285
  6521. Weld1140.Part1 = Part1133
  6522. Weld1140.part1 = Part1133
  6523. CFrameValue1141.Name = "CFrameValue"
  6524. CFrameValue1141.Parent = Part1133
  6525. CFrameValue1141.Value = CFrame.new(-12.541357, -2.09991169, 3.43322754e-05, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  6526. Part1142.Parent = Model0
  6527. Part1142.CFrame = CFrame.new(19.0077515, 14.164629, 40.8801956, 0.00132306747, -0.000340820581, 0.999986053, 0.258821607, 0.965925157, -1.10014516e-05, -0.965912998, 0.258825362, 0.00136487023)
  6528. Part1142.Orientation = Vector3.new(0, 89.9199982, 15)
  6529. Part1142.Position = Vector3.new(19.0077515, 14.164629, 40.8801956)
  6530. Part1142.Rotation = Vector3.new(0.460000008, 89.6999969, 14.4499998)
  6531. Part1142.Color = Color3.new(0.917647, 0.721569, 0.572549)
  6532. Part1142.Size = Vector3.new(2.64571953, 2.18214989, 2.14571953)
  6533. Part1142.BrickColor = BrickColor.new("Light orange")
  6534. Part1142.brickColor = BrickColor.new("Light orange")
  6535. Part1142.FormFactor = Enum.FormFactor.Custom
  6536. Part1142.formFactor = Enum.FormFactor.Custom
  6537. Decal1143.Parent = Part1142
  6538. Decal1143.Texture = "http://www.roblox.com/asset/?id=111288035"
  6539. Decal1143.Face = Enum.NormalId.Right
  6540. Decal1144.Parent = Part1142
  6541. Decal1144.Texture = "http://www.roblox.com/asset/?id=111289140"
  6542. Decal1144.Face = Enum.NormalId.Back
  6543. Decal1145.Parent = Part1142
  6544. Decal1145.Texture = "http://www.roblox.com/asset/?id=111289140"
  6545. Decal1146.Parent = Part1142
  6546. Decal1146.Texture = "http://www.roblox.com/asset/?id=111289140"
  6547. Decal1146.Face = Enum.NormalId.Left
  6548. Decal1147.Parent = Part1142
  6549. Decal1147.Texture = "http://www.roblox.com/asset/?id=111289156"
  6550. Decal1147.Face = Enum.NormalId.Top
  6551. Decal1148.Parent = Part1142
  6552. Decal1148.Texture = "http://www.roblox.com/asset/?id=111292912"
  6553. Decal1148.Face = Enum.NormalId.Bottom
  6554. Weld1149.Parent = Part1142
  6555. Weld1149.C1 = CFrame.new(-10.1178951, -3.89068794, 5.36578369, 0.965919852, 0.258811504, 4.8201041e-06, -0.258816332, 0.965927839, 1.49425277e-05, 5.32678087e-07, -1.34417005e-05, 0.999990344)
  6556. Weld1149.Part0 = Part285
  6557. Weld1149.Part1 = Part1142
  6558. Weld1149.part1 = Part1142
  6559. CFrameValue1150.Name = "CFrameValue"
  6560. CFrameValue1150.Parent = Part1142
  6561. CFrameValue1150.Value = CFrame.new(-10.1178951, -3.89068794, 5.36578369, 0.965919852, 0.258811504, 4.8201041e-06, -0.258816332, 0.965927839, 1.49425277e-05, 5.32678087e-07, -1.34417005e-05, 0.999990344)
  6562. Part1151.Parent = Model0
  6563. Part1151.CFrame = CFrame.new(24.7820454, 8.88774776, 41.8541565, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  6564. Part1151.Orientation = Vector3.new(0, -0.0799999982, 45)
  6565. Part1151.Position = Vector3.new(24.7820454, 8.88774776, 41.8541565)
  6566. Part1151.Rotation = Vector3.new(0, -0.0799999982, 45)
  6567. Part1151.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6568. Part1151.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  6569. Part1151.BrickColor = BrickColor.new("Brown")
  6570. Part1151.brickColor = BrickColor.new("Brown")
  6571. Part1151.FormFactor = Enum.FormFactor.Custom
  6572. Part1151.formFactor = Enum.FormFactor.Custom
  6573. Decal1152.Parent = Part1151
  6574. Decal1152.Texture = "http://www.roblox.com/asset/?id=111291326"
  6575. Decal1152.Face = Enum.NormalId.Top
  6576. Decal1153.Parent = Part1151
  6577. Decal1153.Texture = "http://www.roblox.com/asset/?id=111291534"
  6578. Decal1153.Face = Enum.NormalId.Bottom
  6579. Decal1154.Parent = Part1151
  6580. Decal1154.Texture = "http://www.roblox.com/asset/?id=111291643"
  6581. Decal1154.Face = Enum.NormalId.Right
  6582. Decal1155.Parent = Part1151
  6583. Decal1155.Texture = "http://www.roblox.com/asset/?id=111291741"
  6584. Decal1155.Face = Enum.NormalId.Back
  6585. Decal1156.Parent = Part1151
  6586. Decal1156.Texture = "http://www.roblox.com/asset/?id=111291643"
  6587. Decal1156.Face = Enum.NormalId.Left
  6588. Weld1157.Parent = Part1151
  6589. Weld1157.C1 = CFrame.new(-1.06764412, -0.487802029, 7.79997444, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  6590. Weld1157.Part0 = Part285
  6591. Weld1157.Part1 = Part1151
  6592. Weld1157.part1 = Part1151
  6593. CFrameValue1158.Name = "CFrameValue"
  6594. CFrameValue1158.Parent = Part1151
  6595. CFrameValue1158.Value = CFrame.new(-1.06764412, -0.487802029, 7.79997444, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  6596. Part1159.Parent = Model0
  6597. Part1159.CFrame = CFrame.new(25.0665073, 8.60486507, 40.6547012, 0.707095623, -0.707098305, -0.00136604835, 0.707109571, 0.707103908, -1.14976119e-05, 0.000977876014, -0.000952133734, 0.999989271)
  6598. Part1159.Orientation = Vector3.new(0, -0.0799999982, 45)
  6599. Part1159.Position = Vector3.new(25.0665073, 8.60486507, 40.6547012)
  6600. Part1159.Rotation = Vector3.new(0, -0.0799999982, 45)
  6601. Part1159.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6602. Part1159.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  6603. Part1159.BrickColor = BrickColor.new("Brown")
  6604. Part1159.brickColor = BrickColor.new("Brown")
  6605. Part1159.FormFactor = Enum.FormFactor.Custom
  6606. Part1159.formFactor = Enum.FormFactor.Custom
  6607. Decal1160.Parent = Part1159
  6608. Decal1160.Texture = "http://www.roblox.com/asset/?id=111290271"
  6609. Decal1160.Face = Enum.NormalId.Right
  6610. Decal1161.Parent = Part1159
  6611. Decal1161.Texture = "http://www.roblox.com/asset/?id=111290491"
  6612. Decal1161.Face = Enum.NormalId.Bottom
  6613. Decal1162.Parent = Part1159
  6614. Decal1162.Texture = "http://www.roblox.com/asset/?id=111290491"
  6615. Decal1162.Face = Enum.NormalId.Top
  6616. Decal1163.Parent = Part1159
  6617. Decal1163.Texture = "http://www.roblox.com/asset/?id=111290271"
  6618. Decal1163.Face = Enum.NormalId.Left
  6619. Weld1164.Parent = Part1159
  6620. Weld1164.C1 = CFrame.new(-1.06763077, -0.0878276825, 8.99987411, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  6621. Weld1164.Part0 = Part285
  6622. Weld1164.Part1 = Part1159
  6623. Weld1164.part1 = Part1159
  6624. CFrameValue1165.Name = "CFrameValue"
  6625. CFrameValue1165.Parent = Part1159
  6626. CFrameValue1165.Value = CFrame.new(-1.06763077, -0.0878276825, 8.99987411, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  6627. Part1166.Parent = Model0
  6628. Part1166.CFrame = CFrame.new(24.3736839, 7.78780794, 40.6536179, 0.00136541622, -2.45466413e-06, 0.999995708, 1.04621322e-05, 1, 2.44026683e-06, -0.999995708, 1.04608007e-05, 0.00136541622)
  6629. Part1166.Orientation = Vector3.new(0, 89.9199982, 0)
  6630. Part1166.Position = Vector3.new(24.3736839, 7.78780794, 40.6536179)
  6631. Part1166.Rotation = Vector3.new(-0.100000001, 89.8300018, 0.100000001)
  6632. Part1166.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6633. Part1166.Transparency = 1
  6634. Part1166.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  6635. Part1166.BrickColor = BrickColor.new("Brown")
  6636. Part1166.brickColor = BrickColor.new("Brown")
  6637. Part1166.FormFactor = Enum.FormFactor.Custom
  6638. Part1166.formFactor = Enum.FormFactor.Custom
  6639. Decal1167.Parent = Part1166
  6640. Decal1167.Texture = "http://www.roblox.com/asset/?id=111294593"
  6641. Decal1167.Face = Enum.NormalId.Top
  6642. Decal1168.Parent = Part1166
  6643. Decal1168.Texture = "http://www.roblox.com/asset/?id=111294408"
  6644. Decal1168.Face = Enum.NormalId.Back
  6645. Decal1169.Parent = Part1166
  6646. Decal1169.Texture = "http://www.roblox.com/asset/?id=111294436"
  6647. Decal1170.Parent = Part1166
  6648. Decal1170.Texture = "http://www.roblox.com/asset/?id=111294458"
  6649. Decal1170.Face = Enum.NormalId.Left
  6650. Decal1171.Parent = Part1166
  6651. Decal1171.Texture = "http://www.roblox.com/asset/?id=111294490"
  6652. Decal1171.Face = Enum.NormalId.Right
  6653. Weld1172.Parent = Part1166
  6654. Weld1172.C1 = CFrame.new(-8.99994087, 1.23977661e-05, 3.81469727e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  6655. Weld1172.Part0 = Part285
  6656. Weld1172.Part1 = Part1166
  6657. Weld1172.part1 = Part1166
  6658. CFrameValue1173.Name = "CFrameValue"
  6659. CFrameValue1173.Parent = Part1166
  6660. CFrameValue1173.Value = CFrame.new(-8.99994087, 1.23977661e-05, 3.81469727e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  6661. Part1174.Parent = Model0
  6662. Part1174.CFrame = CFrame.new(24.7853241, 8.88777161, 39.4542427, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  6663. Part1174.Orientation = Vector3.new(0, -0.0799999982, 45)
  6664. Part1174.Position = Vector3.new(24.7853241, 8.88777161, 39.4542427)
  6665. Part1174.Rotation = Vector3.new(0, -0.0799999982, 45)
  6666. Part1174.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6667. Part1174.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  6668. Part1174.BrickColor = BrickColor.new("Brown")
  6669. Part1174.brickColor = BrickColor.new("Brown")
  6670. Part1174.FormFactor = Enum.FormFactor.Custom
  6671. Part1174.formFactor = Enum.FormFactor.Custom
  6672. Decal1175.Parent = Part1174
  6673. Decal1175.Texture = "http://www.roblox.com/asset/?id=111291326"
  6674. Decal1175.Face = Enum.NormalId.Top
  6675. Decal1176.Parent = Part1174
  6676. Decal1176.Texture = "http://www.roblox.com/asset/?id=111291534"
  6677. Decal1176.Face = Enum.NormalId.Bottom
  6678. Decal1177.Parent = Part1174
  6679. Decal1177.Texture = "http://www.roblox.com/asset/?id=111291643"
  6680. Decal1177.Face = Enum.NormalId.Right
  6681. Decal1178.Parent = Part1174
  6682. Decal1178.Texture = "http://www.roblox.com/asset/?id=111291741"
  6683. Decal1179.Parent = Part1174
  6684. Decal1179.Texture = "http://www.roblox.com/asset/?id=111291643"
  6685. Decal1179.Face = Enum.NormalId.Left
  6686. Weld1180.Parent = Part1174
  6687. Weld1180.C1 = CFrame.new(-1.06762886, -0.487784386, 10.1998997, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  6688. Weld1180.Part0 = Part285
  6689. Weld1180.Part1 = Part1174
  6690. Weld1180.part1 = Part1174
  6691. CFrameValue1181.Name = "CFrameValue"
  6692. CFrameValue1181.Parent = Part1174
  6693. CFrameValue1181.Value = CFrame.new(-1.06762886, -0.487784386, 10.1998997, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  6694. Part1182.Parent = Model0
  6695. Part1182.CFrame = CFrame.new(24.3836765, 8.4877491, 40.6536446, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  6696. Part1182.Orientation = Vector3.new(0, -0.0799999982, 0)
  6697. Part1182.Position = Vector3.new(24.3836765, 8.4877491, 40.6536446)
  6698. Part1182.Rotation = Vector3.new(0, -0.0799999982, 0)
  6699. Part1182.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6700. Part1182.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  6701. Part1182.BrickColor = BrickColor.new("Brown")
  6702. Part1182.brickColor = BrickColor.new("Brown")
  6703. Part1182.FormFactor = Enum.FormFactor.Custom
  6704. Part1182.formFactor = Enum.FormFactor.Custom
  6705. Decal1183.Parent = Part1182
  6706. Decal1183.Texture = "http://www.roblox.com/asset/?id=111289291"
  6707. Decal1183.Face = Enum.NormalId.Right
  6708. Decal1184.Parent = Part1182
  6709. Decal1184.Texture = "http://www.roblox.com/asset/?id=111289318"
  6710. Decal1184.Face = Enum.NormalId.Left
  6711. Decal1185.Parent = Part1182
  6712. Decal1185.Texture = "http://www.roblox.com/asset/?id=111290766"
  6713. Decal1185.Face = Enum.NormalId.Back
  6714. Decal1186.Parent = Part1182
  6715. Decal1186.Texture = "http://www.roblox.com/asset/?id=111290905"
  6716. Weld1187.Parent = Part1182
  6717. Weld1187.C1 = CFrame.new(-0.00998878479, -0.699848652, 8.99993896, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  6718. Weld1187.Part0 = Part285
  6719. Weld1187.Part1 = Part1182
  6720. Weld1187.part1 = Part1182
  6721. CFrameValue1188.Name = "CFrameValue"
  6722. CFrameValue1188.Parent = Part1182
  6723. CFrameValue1188.Value = CFrame.new(-0.00998878479, -0.699848652, 8.99993896, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  6724. Part1189.Parent = Model0
  6725. Part1189.CFrame = CFrame.new(24.3831482, 5.98769665, 41.0537148, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  6726. Part1189.Orientation = Vector3.new(0, -0.0799999982, 0)
  6727. Part1189.Position = Vector3.new(24.3831482, 5.98769665, 41.0537148)
  6728. Part1189.Rotation = Vector3.new(0, -0.0799999982, 0)
  6729. Part1189.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6730. Part1189.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  6731. Part1189.BrickColor = BrickColor.new("Dark stone grey")
  6732. Part1189.brickColor = BrickColor.new("Dark stone grey")
  6733. Part1189.FormFactor = Enum.FormFactor.Custom
  6734. Part1189.formFactor = Enum.FormFactor.Custom
  6735. Decal1190.Parent = Part1189
  6736. Decal1190.Texture = "http://www.roblox.com/asset/?id=111291534"
  6737. Decal1190.Face = Enum.NormalId.Top
  6738. Decal1191.Parent = Part1189
  6739. Decal1191.Texture = "http://www.roblox.com/asset/?id=111292682"
  6740. Decal1191.Face = Enum.NormalId.Right
  6741. Decal1192.Parent = Part1189
  6742. Decal1192.Texture = "http://www.roblox.com/asset/?id=111292704"
  6743. Decal1192.Face = Enum.NormalId.Back
  6744. Decal1193.Parent = Part1189
  6745. Decal1193.Texture = "http://www.roblox.com/asset/?id=111292718"
  6746. Decal1194.Parent = Part1189
  6747. Decal1194.Texture = "http://www.roblox.com/asset/?id=111292729"
  6748. Decal1194.Face = Enum.NormalId.Left
  6749. Weld1195.Parent = Part1189
  6750. Weld1195.C1 = CFrame.new(-0.0100154877, 1.80012894, 8.5998764, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  6751. Weld1195.Part0 = Part285
  6752. Weld1195.Part1 = Part1189
  6753. Weld1195.part1 = Part1189
  6754. CFrameValue1196.Name = "CFrameValue"
  6755. CFrameValue1196.Parent = Part1189
  6756. CFrameValue1196.Value = CFrame.new(-0.0100154877, 1.80012894, 8.5998764, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  6757. Part1197.Parent = Model0
  6758. Part1197.CFrame = CFrame.new(24.3842316, 5.98775959, 40.2536163, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  6759. Part1197.Orientation = Vector3.new(0, -0.0799999982, 0)
  6760. Part1197.Position = Vector3.new(24.3842316, 5.98775959, 40.2536163)
  6761. Part1197.Rotation = Vector3.new(0, -0.0799999982, 0)
  6762. Part1197.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6763. Part1197.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  6764. Part1197.BrickColor = BrickColor.new("Dark stone grey")
  6765. Part1197.brickColor = BrickColor.new("Dark stone grey")
  6766. Part1197.FormFactor = Enum.FormFactor.Custom
  6767. Part1197.formFactor = Enum.FormFactor.Custom
  6768. Decal1198.Parent = Part1197
  6769. Decal1198.Texture = "http://www.roblox.com/asset/?id=111291534"
  6770. Decal1198.Face = Enum.NormalId.Top
  6771. Decal1199.Parent = Part1197
  6772. Decal1199.Texture = "http://www.roblox.com/asset/?id=111292682"
  6773. Decal1199.Face = Enum.NormalId.Right
  6774. Decal1200.Parent = Part1197
  6775. Decal1200.Texture = "http://www.roblox.com/asset/?id=111292704"
  6776. Decal1200.Face = Enum.NormalId.Back
  6777. Decal1201.Parent = Part1197
  6778. Decal1201.Texture = "http://www.roblox.com/asset/?id=111292718"
  6779. Decal1202.Parent = Part1197
  6780. Decal1202.Texture = "http://www.roblox.com/asset/?id=111292729"
  6781. Decal1202.Face = Enum.NormalId.Left
  6782. Weld1203.Parent = Part1197
  6783. Weld1203.C1 = CFrame.new(-0.0100021362, 1.80014896, 9.39991951, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  6784. Weld1203.Part0 = Part285
  6785. Weld1203.Part1 = Part1197
  6786. Weld1203.part1 = Part1197
  6787. CFrameValue1204.Name = "CFrameValue"
  6788. CFrameValue1204.Parent = Part1197
  6789. CFrameValue1204.Value = CFrame.new(-0.0100021362, 1.80014896, 9.39991951, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  6790. Part1205.Parent = Model0
  6791. Part1205.CFrame = CFrame.new(24.3836899, 10.6876106, 40.6538124, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  6792. Part1205.Orientation = Vector3.new(0, -0.0799999982, 0)
  6793. Part1205.Position = Vector3.new(24.3836899, 10.6876106, 40.6538124)
  6794. Part1205.Rotation = Vector3.new(0, -0.0799999982, 0)
  6795. Part1205.Color = Color3.new(0.917647, 0.721569, 0.572549)
  6796. Part1205.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  6797. Part1205.BrickColor = BrickColor.new("Light orange")
  6798. Part1205.brickColor = BrickColor.new("Light orange")
  6799. Part1205.FormFactor = Enum.FormFactor.Custom
  6800. Part1205.formFactor = Enum.FormFactor.Custom
  6801. Decal1206.Parent = Part1205
  6802. Decal1206.Texture = "http://www.roblox.com/asset/?id=111288035"
  6803. Decal1206.Face = Enum.NormalId.Right
  6804. Decal1207.Parent = Part1205
  6805. Decal1207.Texture = "http://www.roblox.com/asset/?id=111289140"
  6806. Decal1207.Face = Enum.NormalId.Back
  6807. Decal1208.Parent = Part1205
  6808. Decal1208.Texture = "http://www.roblox.com/asset/?id=111289140"
  6809. Decal1209.Parent = Part1205
  6810. Decal1209.Texture = "http://www.roblox.com/asset/?id=111289140"
  6811. Decal1209.Face = Enum.NormalId.Left
  6812. Decal1210.Parent = Part1205
  6813. Decal1210.Texture = "http://www.roblox.com/asset/?id=111289156"
  6814. Decal1210.Face = Enum.NormalId.Top
  6815. Decal1211.Parent = Part1205
  6816. Decal1211.Texture = "http://www.roblox.com/asset/?id=111292912"
  6817. Decal1211.Face = Enum.NormalId.Bottom
  6818. Weld1212.Parent = Part1205
  6819. Weld1212.C1 = CFrame.new(-0.009973526, -2.89978075, 8.99986839, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  6820. Weld1212.Part0 = Part285
  6821. Weld1212.Part1 = Part1205
  6822. Weld1212.part1 = Part1205
  6823. CFrameValue1213.Name = "CFrameValue"
  6824. CFrameValue1213.Parent = Part1205
  6825. CFrameValue1213.Value = CFrame.new(-0.009973526, -2.89978075, 8.99986839, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  6826. Part1214.Parent = Model0
  6827. Part1214.CFrame = CFrame.new(18.8197021, 9.20895386, 32.0350571, 0.00136570761, 9.70126894e-06, 0.999995708, 1.16088549e-05, 1, -9.71728878e-06, -0.999995708, 1.16241208e-05, 0.00136570749)
  6828. Part1214.Orientation = Vector3.new(0, 89.9199982, 0)
  6829. Part1214.Position = Vector3.new(18.8197021, 9.20895386, 32.0350571)
  6830. Part1214.Rotation = Vector3.new(0.409999996, 89.8300018, -0.409999996)
  6831. Part1214.Color = Color3.new(0.917647, 0.721569, 0.572549)
  6832. Part1214.Size = Vector3.new(8.14571953, 10.1821499, 8.14571953)
  6833. Part1214.BrickColor = BrickColor.new("Light orange")
  6834. Part1214.brickColor = BrickColor.new("Light orange")
  6835. Part1214.FormFactor = Enum.FormFactor.Custom
  6836. Part1214.formFactor = Enum.FormFactor.Custom
  6837. Decal1215.Parent = Part1214
  6838. Decal1215.Texture = "http://www.roblox.com/asset/?id=111288035"
  6839. Decal1215.Face = Enum.NormalId.Right
  6840. Decal1216.Parent = Part1214
  6841. Decal1216.Texture = "http://www.roblox.com/asset/?id=111289140"
  6842. Decal1216.Face = Enum.NormalId.Back
  6843. Decal1217.Parent = Part1214
  6844. Decal1217.Texture = "http://www.roblox.com/asset/?id=111289140"
  6845. Decal1218.Parent = Part1214
  6846. Decal1218.Texture = "http://www.roblox.com/asset/?id=111289140"
  6847. Decal1218.Face = Enum.NormalId.Left
  6848. Decal1219.Parent = Part1214
  6849. Decal1219.Texture = "http://www.roblox.com/asset/?id=111289156"
  6850. Decal1219.Face = Enum.NormalId.Top
  6851. Decal1220.Parent = Part1214
  6852. Decal1220.Texture = "http://www.roblox.com/asset/?id=111292912"
  6853. Decal1220.Face = Enum.NormalId.Bottom
  6854. Weld1221.Parent = Part1214
  6855. Weld1221.C1 = CFrame.new(-17.6109562, -1.42096901, 5.56578445, 1, 1.1467173e-06, 2.91438255e-07, -1.14672912e-06, 1, 1.21575513e-05, -2.91426204e-07, -1.21575531e-05, 1)
  6856. Weld1221.Part0 = Part285
  6857. Weld1221.Part1 = Part1214
  6858. Weld1221.part1 = Part1214
  6859. CFrameValue1222.Name = "CFrameValue"
  6860. CFrameValue1222.Parent = Part1214
  6861. CFrameValue1222.Value = CFrame.new(-17.6109562, -1.42096901, 5.56578445, 1, 1.1467173e-06, 2.91438255e-07, -1.14672912e-06, 1, 1.21575513e-05, -2.91426204e-07, -1.21575531e-05, 1)
  6862. Part1223.Parent = Model0
  6863. Part1223.CFrame = CFrame.new(24.781229, 8.88774395, 42.4542122, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  6864. Part1223.Orientation = Vector3.new(0, -0.0799999982, 45)
  6865. Part1223.Position = Vector3.new(24.781229, 8.88774395, 42.4542122)
  6866. Part1223.Rotation = Vector3.new(0, -0.0799999982, 45)
  6867. Part1223.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6868. Part1223.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  6869. Part1223.BrickColor = BrickColor.new("Brown")
  6870. Part1223.brickColor = BrickColor.new("Brown")
  6871. Part1223.FormFactor = Enum.FormFactor.Custom
  6872. Part1223.formFactor = Enum.FormFactor.Custom
  6873. Decal1224.Parent = Part1223
  6874. Decal1224.Texture = "http://www.roblox.com/asset/?id=111291326"
  6875. Decal1224.Face = Enum.NormalId.Top
  6876. Decal1225.Parent = Part1223
  6877. Decal1225.Texture = "http://www.roblox.com/asset/?id=111291534"
  6878. Decal1225.Face = Enum.NormalId.Bottom
  6879. Decal1226.Parent = Part1223
  6880. Decal1226.Texture = "http://www.roblox.com/asset/?id=111291643"
  6881. Decal1226.Face = Enum.NormalId.Right
  6882. Decal1227.Parent = Part1223
  6883. Decal1227.Texture = "http://www.roblox.com/asset/?id=111291741"
  6884. Decal1228.Parent = Part1223
  6885. Decal1228.Texture = "http://www.roblox.com/asset/?id=111291643"
  6886. Decal1228.Face = Enum.NormalId.Left
  6887. Weld1229.Parent = Part1223
  6888. Weld1229.C1 = CFrame.new(-1.06765175, -0.487805367, 7.19991875, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  6889. Weld1229.Part0 = Part285
  6890. Weld1229.Part1 = Part1223
  6891. Weld1229.part1 = Part1223
  6892. CFrameValue1230.Name = "CFrameValue"
  6893. CFrameValue1230.Parent = Part1223
  6894. CFrameValue1230.Value = CFrame.new(-1.06765175, -0.487805367, 7.19991875, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  6895. Part1231.Parent = Model0
  6896. Part1231.CFrame = CFrame.new(25.0624065, 8.6048584, 43.6546326, 0.707095623, -0.707098305, -0.00136604835, 0.707109571, 0.707103908, -1.14976119e-05, 0.000977876014, -0.000952133734, 0.999989271)
  6897. Part1231.Orientation = Vector3.new(0, -0.0799999982, 45)
  6898. Part1231.Position = Vector3.new(25.0624065, 8.6048584, 43.6546326)
  6899. Part1231.Rotation = Vector3.new(0, -0.0799999982, 45)
  6900. Part1231.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6901. Part1231.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  6902. Part1231.BrickColor = BrickColor.new("Brown")
  6903. Part1231.brickColor = BrickColor.new("Brown")
  6904. Part1231.FormFactor = Enum.FormFactor.Custom
  6905. Part1231.formFactor = Enum.FormFactor.Custom
  6906. Decal1232.Parent = Part1231
  6907. Decal1232.Texture = "http://www.roblox.com/asset/?id=111290271"
  6908. Decal1232.Face = Enum.NormalId.Right
  6909. Decal1233.Parent = Part1231
  6910. Decal1233.Texture = "http://www.roblox.com/asset/?id=111290491"
  6911. Decal1233.Face = Enum.NormalId.Bottom
  6912. Decal1234.Parent = Part1231
  6913. Decal1234.Texture = "http://www.roblox.com/asset/?id=111290491"
  6914. Decal1234.Face = Enum.NormalId.Top
  6915. Decal1235.Parent = Part1231
  6916. Decal1235.Texture = "http://www.roblox.com/asset/?id=111290271"
  6917. Decal1235.Face = Enum.NormalId.Left
  6918. Weld1236.Parent = Part1231
  6919. Weld1236.C1 = CFrame.new(-1.06764793, -0.0878491402, 5.99991226, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  6920. Weld1236.Part0 = Part285
  6921. Weld1236.Part1 = Part1231
  6922. Weld1236.part1 = Part1231
  6923. CFrameValue1237.Name = "CFrameValue"
  6924. CFrameValue1237.Parent = Part1231
  6925. CFrameValue1237.Value = CFrame.new(-1.06764793, -0.0878491402, 5.99991226, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  6926. Part1238.Parent = Model0
  6927. Part1238.CFrame = CFrame.new(24.3795795, 8.48772144, 43.6536064, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  6928. Part1238.Orientation = Vector3.new(0, -0.0799999982, 0)
  6929. Part1238.Position = Vector3.new(24.3795795, 8.48772144, 43.6536064)
  6930. Part1238.Rotation = Vector3.new(0, -0.0799999982, 0)
  6931. Part1238.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6932. Part1238.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  6933. Part1238.BrickColor = BrickColor.new("Brown")
  6934. Part1238.brickColor = BrickColor.new("Brown")
  6935. Part1238.FormFactor = Enum.FormFactor.Custom
  6936. Part1238.formFactor = Enum.FormFactor.Custom
  6937. Decal1239.Parent = Part1238
  6938. Decal1239.Texture = "http://www.roblox.com/asset/?id=111289291"
  6939. Decal1239.Face = Enum.NormalId.Right
  6940. Decal1240.Parent = Part1238
  6941. Decal1240.Texture = "http://www.roblox.com/asset/?id=111289318"
  6942. Decal1240.Face = Enum.NormalId.Left
  6943. Decal1241.Parent = Part1238
  6944. Decal1241.Texture = "http://www.roblox.com/asset/?id=111290766"
  6945. Decal1241.Face = Enum.NormalId.Back
  6946. Decal1242.Parent = Part1238
  6947. Decal1242.Texture = "http://www.roblox.com/asset/?id=111290905"
  6948. Weld1243.Parent = Part1238
  6949. Weld1243.C1 = CFrame.new(-0.00998687744, -0.699879169, 5.99996376, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  6950. Weld1243.Part0 = Part285
  6951. Weld1243.Part1 = Part1238
  6952. Weld1243.part1 = Part1238
  6953. CFrameValue1244.Name = "CFrameValue"
  6954. CFrameValue1244.Parent = Part1238
  6955. CFrameValue1244.Value = CFrame.new(-0.00998687744, -0.699879169, 5.99996376, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  6956. Part1245.Parent = Model0
  6957. Part1245.CFrame = CFrame.new(24.7779522, 8.88771915, 44.854126, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  6958. Part1245.Orientation = Vector3.new(0, -0.0799999982, 45)
  6959. Part1245.Position = Vector3.new(24.7779522, 8.88771915, 44.854126)
  6960. Part1245.Rotation = Vector3.new(0, -0.0799999982, 45)
  6961. Part1245.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6962. Part1245.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  6963. Part1245.BrickColor = BrickColor.new("Brown")
  6964. Part1245.brickColor = BrickColor.new("Brown")
  6965. Part1245.FormFactor = Enum.FormFactor.Custom
  6966. Part1245.formFactor = Enum.FormFactor.Custom
  6967. Decal1246.Parent = Part1245
  6968. Decal1246.Texture = "http://www.roblox.com/asset/?id=111291326"
  6969. Decal1246.Face = Enum.NormalId.Top
  6970. Decal1247.Parent = Part1245
  6971. Decal1247.Texture = "http://www.roblox.com/asset/?id=111291534"
  6972. Decal1247.Face = Enum.NormalId.Bottom
  6973. Decal1248.Parent = Part1245
  6974. Decal1248.Texture = "http://www.roblox.com/asset/?id=111291643"
  6975. Decal1248.Face = Enum.NormalId.Right
  6976. Decal1249.Parent = Part1245
  6977. Decal1249.Texture = "http://www.roblox.com/asset/?id=111291741"
  6978. Decal1249.Face = Enum.NormalId.Back
  6979. Decal1250.Parent = Part1245
  6980. Decal1250.Texture = "http://www.roblox.com/asset/?id=111291643"
  6981. Decal1250.Face = Enum.NormalId.Left
  6982. Weld1251.Parent = Part1245
  6983. Weld1251.C1 = CFrame.new(-1.06766701, -0.487820148, 4.79999352, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  6984. Weld1251.Part0 = Part285
  6985. Weld1251.Part1 = Part1245
  6986. Weld1251.part1 = Part1245
  6987. CFrameValue1252.Name = "CFrameValue"
  6988. CFrameValue1252.Parent = Part1245
  6989. CFrameValue1252.Value = CFrame.new(-1.06766701, -0.487820148, 4.79999352, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  6990. Part1253.Parent = Model0
  6991. Part1253.CFrame = CFrame.new(24.3695831, 7.78778267, 43.6535835, 0.00136541622, -2.45466413e-06, 0.999995708, 1.04621322e-05, 1, 2.44026683e-06, -0.999995708, 1.04608007e-05, 0.00136541622)
  6992. Part1253.Orientation = Vector3.new(0, 89.9199982, 0)
  6993. Part1253.Position = Vector3.new(24.3695831, 7.78778267, 43.6535835)
  6994. Part1253.Rotation = Vector3.new(-0.100000001, 89.8300018, 0.100000001)
  6995. Part1253.Color = Color3.new(0.486275, 0.360784, 0.27451)
  6996. Part1253.Transparency = 1
  6997. Part1253.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  6998. Part1253.BrickColor = BrickColor.new("Brown")
  6999. Part1253.brickColor = BrickColor.new("Brown")
  7000. Part1253.FormFactor = Enum.FormFactor.Custom
  7001. Part1253.formFactor = Enum.FormFactor.Custom
  7002. Decal1254.Parent = Part1253
  7003. Decal1254.Texture = "http://www.roblox.com/asset/?id=111294593"
  7004. Decal1254.Face = Enum.NormalId.Top
  7005. Decal1255.Parent = Part1253
  7006. Decal1255.Texture = "http://www.roblox.com/asset/?id=111294408"
  7007. Decal1255.Face = Enum.NormalId.Back
  7008. Decal1256.Parent = Part1253
  7009. Decal1256.Texture = "http://www.roblox.com/asset/?id=111294436"
  7010. Decal1257.Parent = Part1253
  7011. Decal1257.Texture = "http://www.roblox.com/asset/?id=111294458"
  7012. Decal1257.Face = Enum.NormalId.Left
  7013. Decal1258.Parent = Part1253
  7014. Decal1258.Texture = "http://www.roblox.com/asset/?id=111294490"
  7015. Decal1258.Face = Enum.NormalId.Right
  7016. Weld1259.Parent = Part1253
  7017. Weld1259.C1 = CFrame.new(-5.99995995, 6.67572021e-06, 7.62939453e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  7018. Weld1259.Part0 = Part285
  7019. Weld1259.Part1 = Part1253
  7020. Weld1259.part1 = Part1253
  7021. CFrameValue1260.Name = "CFrameValue"
  7022. CFrameValue1260.Parent = Part1253
  7023. CFrameValue1260.Value = CFrame.new(-5.99995995, 6.67572021e-06, 7.62939453e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  7024. Part1261.Parent = Model0
  7025. Part1261.CFrame = CFrame.new(24.3790512, 5.98768997, 44.0536461, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  7026. Part1261.Orientation = Vector3.new(0, -0.0799999982, 0)
  7027. Part1261.Position = Vector3.new(24.3790512, 5.98768997, 44.0536461)
  7028. Part1261.Rotation = Vector3.new(0, -0.0799999982, 0)
  7029. Part1261.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7030. Part1261.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  7031. Part1261.BrickColor = BrickColor.new("Dark stone grey")
  7032. Part1261.brickColor = BrickColor.new("Dark stone grey")
  7033. Part1261.FormFactor = Enum.FormFactor.Custom
  7034. Part1261.formFactor = Enum.FormFactor.Custom
  7035. Decal1262.Parent = Part1261
  7036. Decal1262.Texture = "http://www.roblox.com/asset/?id=111291534"
  7037. Decal1262.Face = Enum.NormalId.Top
  7038. Decal1263.Parent = Part1261
  7039. Decal1263.Texture = "http://www.roblox.com/asset/?id=111292682"
  7040. Decal1263.Face = Enum.NormalId.Right
  7041. Decal1264.Parent = Part1261
  7042. Decal1264.Texture = "http://www.roblox.com/asset/?id=111292704"
  7043. Decal1264.Face = Enum.NormalId.Back
  7044. Decal1265.Parent = Part1261
  7045. Decal1265.Texture = "http://www.roblox.com/asset/?id=111292718"
  7046. Decal1266.Parent = Part1261
  7047. Decal1266.Texture = "http://www.roblox.com/asset/?id=111292729"
  7048. Decal1266.Face = Enum.NormalId.Left
  7049. Weld1267.Parent = Part1261
  7050. Weld1267.C1 = CFrame.new(-0.010017395, 1.80010128, 5.59991264, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7051. Weld1267.Part0 = Part285
  7052. Weld1267.Part1 = Part1261
  7053. Weld1267.part1 = Part1261
  7054. CFrameValue1268.Name = "CFrameValue"
  7055. CFrameValue1268.Parent = Part1261
  7056. CFrameValue1268.Value = CFrame.new(-0.010017395, 1.80010128, 5.59991264, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7057. Part1269.Parent = Model0
  7058. Part1269.CFrame = CFrame.new(24.3801403, 5.98773336, 43.2535896, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  7059. Part1269.Orientation = Vector3.new(0, -0.0799999982, 0)
  7060. Part1269.Position = Vector3.new(24.3801403, 5.98773336, 43.2535896)
  7061. Part1269.Rotation = Vector3.new(0, -0.0799999982, 0)
  7062. Part1269.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7063. Part1269.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  7064. Part1269.BrickColor = BrickColor.new("Dark stone grey")
  7065. Part1269.brickColor = BrickColor.new("Dark stone grey")
  7066. Part1269.FormFactor = Enum.FormFactor.Custom
  7067. Part1269.formFactor = Enum.FormFactor.Custom
  7068. Decal1270.Parent = Part1269
  7069. Decal1270.Texture = "http://www.roblox.com/asset/?id=111291534"
  7070. Decal1270.Face = Enum.NormalId.Top
  7071. Decal1271.Parent = Part1269
  7072. Decal1271.Texture = "http://www.roblox.com/asset/?id=111292682"
  7073. Decal1271.Face = Enum.NormalId.Right
  7074. Decal1272.Parent = Part1269
  7075. Decal1272.Texture = "http://www.roblox.com/asset/?id=111292704"
  7076. Decal1272.Face = Enum.NormalId.Back
  7077. Decal1273.Parent = Part1269
  7078. Decal1273.Texture = "http://www.roblox.com/asset/?id=111292718"
  7079. Decal1274.Parent = Part1269
  7080. Decal1274.Texture = "http://www.roblox.com/asset/?id=111292729"
  7081. Decal1274.Face = Enum.NormalId.Left
  7082. Weld1275.Parent = Part1269
  7083. Weld1275.C1 = CFrame.new(-0.0100059509, 1.80011702, 6.39993477, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  7084. Weld1275.Part0 = Part285
  7085. Weld1275.Part1 = Part1269
  7086. Weld1275.part1 = Part1269
  7087. CFrameValue1276.Name = "CFrameValue"
  7088. CFrameValue1276.Parent = Part1269
  7089. CFrameValue1276.Value = CFrame.new(-0.0100059509, 1.80011702, 6.39993477, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  7090. Part1277.Parent = Model0
  7091. Part1277.CFrame = CFrame.new(24.379591, 10.687604, 43.6537399, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  7092. Part1277.Orientation = Vector3.new(0, -0.0799999982, 0)
  7093. Part1277.Position = Vector3.new(24.379591, 10.687604, 43.6537399)
  7094. Part1277.Rotation = Vector3.new(0, -0.0799999982, 0)
  7095. Part1277.Color = Color3.new(0.917647, 0.721569, 0.572549)
  7096. Part1277.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  7097. Part1277.BrickColor = BrickColor.new("Light orange")
  7098. Part1277.brickColor = BrickColor.new("Light orange")
  7099. Part1277.FormFactor = Enum.FormFactor.Custom
  7100. Part1277.formFactor = Enum.FormFactor.Custom
  7101. Decal1278.Parent = Part1277
  7102. Decal1278.Texture = "http://www.roblox.com/asset/?id=111288035"
  7103. Decal1278.Face = Enum.NormalId.Right
  7104. Decal1279.Parent = Part1277
  7105. Decal1279.Texture = "http://www.roblox.com/asset/?id=111289140"
  7106. Decal1279.Face = Enum.NormalId.Back
  7107. Decal1280.Parent = Part1277
  7108. Decal1280.Texture = "http://www.roblox.com/asset/?id=111289140"
  7109. Decal1281.Parent = Part1277
  7110. Decal1281.Texture = "http://www.roblox.com/asset/?id=111289140"
  7111. Decal1281.Face = Enum.NormalId.Left
  7112. Decal1282.Parent = Part1277
  7113. Decal1282.Texture = "http://www.roblox.com/asset/?id=111289156"
  7114. Decal1282.Face = Enum.NormalId.Top
  7115. Decal1283.Parent = Part1277
  7116. Decal1283.Texture = "http://www.roblox.com/asset/?id=111292912"
  7117. Decal1283.Face = Enum.NormalId.Bottom
  7118. Weld1284.Parent = Part1277
  7119. Weld1284.C1 = CFrame.new(-0.00997161865, -2.89980841, 5.99990845, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7120. Weld1284.Part0 = Part285
  7121. Weld1284.Part1 = Part1277
  7122. Weld1284.part1 = Part1277
  7123. CFrameValue1285.Name = "CFrameValue"
  7124. CFrameValue1285.Parent = Part1277
  7125. CFrameValue1285.Value = CFrame.new(-0.00997161865, -2.89980841, 5.99990845, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7126. Part1286.Parent = Model0
  7127. Part1286.CFrame = CFrame.new(18.4780197, 20.3634987, 31.2993736, 0.00150077627, -0.000521513633, 0.999985754, 0.333063304, 0.942904472, -5.88600096e-06, -0.942891836, 0.333065927, 0.00158746098)
  7128. Part1286.Orientation = Vector3.new(0, 89.9100037, 19.4500008)
  7129. Part1286.Position = Vector3.new(18.4780197, 20.3634987, 31.2993736)
  7130. Part1286.Rotation = Vector3.new(0.209999993, 89.6900024, 19.1599998)
  7131. Part1286.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7132. Part1286.Size = Vector3.new(4.85538149, 0.388430536, 0.97107625)
  7133. Part1286.BottomSurface = Enum.SurfaceType.Smooth
  7134. Part1286.BrickColor = BrickColor.new("Black")
  7135. Part1286.TopSurface = Enum.SurfaceType.Smooth
  7136. Part1286.brickColor = BrickColor.new("Black")
  7137. SpecialMesh1287.Name = "SpecialMesh"
  7138. SpecialMesh1287.Parent = Part1286
  7139. SpecialMesh1287.MeshType = Enum.MeshType.Wedge
  7140. Weld1288.Parent = Part1286
  7141. Weld1288.C1 = CFrame.new(-21.4861412, -5.74765778, 5.9127121, 0.942899644, 0.33305344, 0.00021414434, -0.333057582, 0.942907929, -6.44371612e-05, -0.000222058923, -8.32392107e-06, 0.999990344)
  7142. Weld1288.Part0 = Part285
  7143. Weld1288.Part1 = Part1286
  7144. Weld1288.part1 = Part1286
  7145. CFrameValue1289.Name = "CFrameValue"
  7146. CFrameValue1289.Parent = Part1286
  7147. CFrameValue1289.Value = CFrame.new(-21.4861412, -5.74765778, 5.9127121, 0.942899644, 0.33305344, 0.00021414434, -0.333057582, 0.942907929, -6.44371612e-05, -0.000222058923, -8.32392107e-06, 0.999990344)
  7148. Part1290.Parent = Model0
  7149. Part1290.CFrame = CFrame.new(18.9731808, 20.1036682, 28.5263672, 0.000347383757, 0.00132390892, 0.999995708, -0.965921283, 0.258836478, -7.1307054e-06, -0.258835375, -0.96591717, 0.00136870693)
  7150. Part1290.Orientation = Vector3.new(0, 89.9199982, -75)
  7151. Part1290.Position = Vector3.new(18.9731808, 20.1036682, 28.5263672)
  7152. Part1290.Rotation = Vector3.new(0.300000012, 89.8300018, -75.3000031)
  7153. Part1290.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7154. Part1290.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  7155. Part1290.BrickColor = BrickColor.new("Brown")
  7156. Part1290.brickColor = BrickColor.new("Brown")
  7157. Part1290.FormFactor = Enum.FormFactor.Custom
  7158. Part1290.formFactor = Enum.FormFactor.Custom
  7159. Decal1291.Parent = Part1290
  7160. Decal1291.Texture = "http://www.roblox.com/asset/?id=111289291"
  7161. Decal1291.Face = Enum.NormalId.Right
  7162. Decal1292.Parent = Part1290
  7163. Decal1292.Texture = "http://www.roblox.com/asset/?id=111289318"
  7164. Decal1292.Face = Enum.NormalId.Left
  7165. Decal1293.Parent = Part1290
  7166. Decal1293.Texture = "http://www.roblox.com/asset/?id=111290766"
  7167. Decal1293.Face = Enum.NormalId.Back
  7168. Decal1294.Parent = Part1290
  7169. Decal1294.Texture = "http://www.roblox.com/asset/?id=111290905"
  7170. Weld1295.Parent = Part1290
  7171. Weld1295.C1 = CFrame.new(6.4296093, -23.5878906, 5.41723537, 0.258826375, -0.965923965, -8.39303993e-06, 0.965924025, 0.258826375, 5.65591336e-06, -3.29084446e-06, -9.57093744e-06, 1)
  7172. Weld1295.Part0 = Part285
  7173. Weld1295.Part1 = Part1290
  7174. Weld1295.part1 = Part1290
  7175. CFrameValue1296.Name = "CFrameValue"
  7176. CFrameValue1296.Parent = Part1290
  7177. CFrameValue1296.Value = CFrame.new(6.4296093, -23.5878906, 5.41723537, 0.258826375, -0.965923965, -8.39303993e-06, 0.965924025, 0.258826375, 5.65591336e-06, -3.29084446e-06, -9.57093744e-06, 1)
  7178. Part1297.Parent = Model0
  7179. Part1297.CFrame = CFrame.new(18.9737339, 19.4742699, 28.2368183, 0.00118048885, 0.000690160319, 0.999986053, -0.499983341, 0.866035044, -5.24853976e-06, -0.866028965, -0.499971926, 0.00136608805)
  7180. Part1297.Orientation = Vector3.new(0, 89.9199982, -30)
  7181. Part1297.Position = Vector3.new(18.9737339, 19.4742699, 28.2368183)
  7182. Part1297.Rotation = Vector3.new(0.219999999, 89.6999969, -30.3099995)
  7183. Part1297.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7184. Part1297.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  7185. Part1297.BrickColor = BrickColor.new("Brown")
  7186. Part1297.brickColor = BrickColor.new("Brown")
  7187. Part1297.FormFactor = Enum.FormFactor.Custom
  7188. Part1297.formFactor = Enum.FormFactor.Custom
  7189. Decal1298.Parent = Part1297
  7190. Decal1298.Texture = "http://www.roblox.com/asset/?id=111290271"
  7191. Decal1298.Face = Enum.NormalId.Right
  7192. Decal1299.Parent = Part1297
  7193. Decal1299.Texture = "http://www.roblox.com/asset/?id=111290491"
  7194. Decal1299.Face = Enum.NormalId.Bottom
  7195. Decal1300.Parent = Part1297
  7196. Decal1300.Texture = "http://www.roblox.com/asset/?id=111290491"
  7197. Decal1300.Face = Enum.NormalId.Top
  7198. Decal1301.Parent = Part1297
  7199. Decal1301.Texture = "http://www.roblox.com/asset/?id=111290271"
  7200. Decal1301.Face = Enum.NormalId.Left
  7201. Weld1302.Parent = Part1297
  7202. Weld1302.C1 = CFrame.new(-12.6984138, -20.8253803, 5.41710377, 0.866027415, -0.4999924, -3.22641222e-06, 0.499983132, 0.866029799, 9.6011172e-06, -6.85104624e-07, -7.68877544e-06, 0.999990344)
  7203. Weld1302.Part0 = Part285
  7204. Weld1302.Part1 = Part1297
  7205. Weld1302.part1 = Part1297
  7206. CFrameValue1303.Name = "CFrameValue"
  7207. CFrameValue1303.Parent = Part1297
  7208. CFrameValue1303.Value = CFrame.new(-12.6984138, -20.8253803, 5.41710377, 0.866027415, -0.4999924, -3.22641222e-06, 0.499983132, 0.866029799, 9.6011172e-06, -6.85104624e-07, -7.68877544e-06, 0.999990344)
  7209. Part1304.Parent = Model0
  7210. Part1304.CFrame = CFrame.new(20.1738071, 19.8208199, 28.0381031, 0.00118173682, 0.000690490939, 0.999995708, -0.499981433, 0.866036177, -7.14378393e-06, -0.866032422, -0.499979287, 0.00136865932)
  7211. Part1304.Orientation = Vector3.new(0, 89.9199982, -30)
  7212. Part1304.Position = Vector3.new(20.1738071, 19.8208199, 28.0381031)
  7213. Part1304.Rotation = Vector3.new(0.300000012, 89.8300018, -30.2999992)
  7214. Part1304.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7215. Part1304.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  7216. Part1304.BrickColor = BrickColor.new("Brown")
  7217. Part1304.brickColor = BrickColor.new("Brown")
  7218. Part1304.FormFactor = Enum.FormFactor.Custom
  7219. Part1304.formFactor = Enum.FormFactor.Custom
  7220. Decal1305.Parent = Part1304
  7221. Decal1305.Texture = "http://www.roblox.com/asset/?id=111291326"
  7222. Decal1305.Face = Enum.NormalId.Top
  7223. Decal1306.Parent = Part1304
  7224. Decal1306.Texture = "http://www.roblox.com/asset/?id=111291534"
  7225. Decal1306.Face = Enum.NormalId.Bottom
  7226. Decal1307.Parent = Part1304
  7227. Decal1307.Texture = "http://www.roblox.com/asset/?id=111291643"
  7228. Decal1307.Face = Enum.NormalId.Right
  7229. Decal1308.Parent = Part1304
  7230. Decal1308.Texture = "http://www.roblox.com/asset/?id=111291741"
  7231. Decal1308.Face = Enum.NormalId.Back
  7232. Decal1309.Parent = Part1304
  7233. Decal1309.Texture = "http://www.roblox.com/asset/?id=111291643"
  7234. Decal1309.Face = Enum.NormalId.Left
  7235. Weld1310.Parent = Part1304
  7236. Weld1310.C1 = CFrame.new(-12.6985054, -21.2255344, 4.21727276, 0.866030872, -0.499990493, -1.98314615e-06, 0.499990493, 0.866030931, 9.92165769e-06, -3.24326902e-06, -9.58401688e-06, 1)
  7237. Weld1310.Part0 = Part285
  7238. Weld1310.Part1 = Part1304
  7239. Weld1310.part1 = Part1304
  7240. CFrameValue1311.Name = "CFrameValue"
  7241. CFrameValue1311.Parent = Part1304
  7242. CFrameValue1311.Value = CFrame.new(-12.6985054, -21.2255344, 4.21727276, 0.866030872, -0.499990493, -1.98314615e-06, 0.499990493, 0.866030931, 9.92165769e-06, -3.24326902e-06, -9.58401688e-06, 1)
  7243. Part1312.Parent = Model0
  7244. Part1312.CFrame = CFrame.new(17.773901, 19.8208427, 28.0348244, 0.00118173682, 0.000690490939, 0.999995708, -0.499981433, 0.866036177, -7.14378393e-06, -0.866032422, -0.499979287, 0.00136865932)
  7245. Part1312.Orientation = Vector3.new(0, 89.9199982, -30)
  7246. Part1312.Position = Vector3.new(17.773901, 19.8208427, 28.0348244)
  7247. Part1312.Rotation = Vector3.new(0.300000012, 89.8300018, -30.2999992)
  7248. Part1312.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7249. Part1312.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  7250. Part1312.BrickColor = BrickColor.new("Brown")
  7251. Part1312.brickColor = BrickColor.new("Brown")
  7252. Part1312.FormFactor = Enum.FormFactor.Custom
  7253. Part1312.formFactor = Enum.FormFactor.Custom
  7254. Decal1313.Parent = Part1312
  7255. Decal1313.Texture = "http://www.roblox.com/asset/?id=111291326"
  7256. Decal1313.Face = Enum.NormalId.Top
  7257. Decal1314.Parent = Part1312
  7258. Decal1314.Texture = "http://www.roblox.com/asset/?id=111291534"
  7259. Decal1314.Face = Enum.NormalId.Bottom
  7260. Decal1315.Parent = Part1312
  7261. Decal1315.Texture = "http://www.roblox.com/asset/?id=111291643"
  7262. Decal1315.Face = Enum.NormalId.Right
  7263. Decal1316.Parent = Part1312
  7264. Decal1316.Texture = "http://www.roblox.com/asset/?id=111291741"
  7265. Decal1317.Parent = Part1312
  7266. Decal1317.Texture = "http://www.roblox.com/asset/?id=111291643"
  7267. Decal1317.Face = Enum.NormalId.Left
  7268. Weld1318.Parent = Part1312
  7269. Weld1318.C1 = CFrame.new(-12.6984978, -21.2255363, 6.61718845, 0.866030872, -0.499990493, -1.98314615e-06, 0.499990493, 0.866030931, 9.92165769e-06, -3.24326902e-06, -9.58401688e-06, 1)
  7270. Weld1318.Part0 = Part285
  7271. Weld1318.Part1 = Part1312
  7272. Weld1318.part1 = Part1312
  7273. CFrameValue1319.Name = "CFrameValue"
  7274. CFrameValue1319.Parent = Part1312
  7275. CFrameValue1319.Value = CFrame.new(-12.6984978, -21.2255363, 6.61718845, 0.866030872, -0.499990493, -1.98314615e-06, 0.499990493, 0.866030931, 9.92165769e-06, -3.24326902e-06, -9.58401688e-06, 1)
  7276. Part1320.Parent = Model0
  7277. Part1320.CFrame = CFrame.new(19.3700409, 19.4564266, 30.9420223, 0.000346726098, 0.00132279471, 0.999986053, -0.965923488, 0.258827776, -5.23546214e-06, -0.25883159, -0.965911031, 0.00136613566)
  7278. Part1320.Orientation = Vector3.new(0, 89.9199982, -75)
  7279. Part1320.Position = Vector3.new(19.3700409, 19.4564266, 30.9420223)
  7280. Part1320.Rotation = Vector3.new(0.219999999, 89.6999969, -75.3099976)
  7281. Part1320.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7282. Part1320.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  7283. Part1320.BrickColor = BrickColor.new("Dark stone grey")
  7284. Part1320.brickColor = BrickColor.new("Dark stone grey")
  7285. Part1320.FormFactor = Enum.FormFactor.Custom
  7286. Part1320.formFactor = Enum.FormFactor.Custom
  7287. Decal1321.Parent = Part1320
  7288. Decal1321.Texture = "http://www.roblox.com/asset/?id=111291534"
  7289. Decal1321.Face = Enum.NormalId.Top
  7290. Decal1322.Parent = Part1320
  7291. Decal1322.Texture = "http://www.roblox.com/asset/?id=111292682"
  7292. Decal1322.Face = Enum.NormalId.Right
  7293. Decal1323.Parent = Part1320
  7294. Decal1323.Texture = "http://www.roblox.com/asset/?id=111292704"
  7295. Decal1323.Face = Enum.NormalId.Back
  7296. Decal1324.Parent = Part1320
  7297. Decal1324.Texture = "http://www.roblox.com/asset/?id=111292718"
  7298. Decal1325.Parent = Part1320
  7299. Decal1325.Texture = "http://www.roblox.com/asset/?id=111292729"
  7300. Decal1325.Face = Enum.NormalId.Left
  7301. Weld1326.Parent = Part1320
  7302. Weld1326.C1 = CFrame.new(6.42969131, -21.0877094, 5.0170927, 0.25882259, -0.96592617, -9.04553053e-06, 0.965917885, 0.258817673, 4.55007057e-06, -7.32676881e-07, -7.67569782e-06, 0.999990344)
  7303. Weld1326.Part0 = Part285
  7304. Weld1326.Part1 = Part1320
  7305. Weld1326.part1 = Part1320
  7306. CFrameValue1327.Name = "CFrameValue"
  7307. CFrameValue1327.Parent = Part1320
  7308. CFrameValue1327.Value = CFrame.new(6.42969131, -21.0877094, 5.0170927, 0.25882259, -0.96592617, -9.04553053e-06, 0.965917885, 0.258817673, 4.55007057e-06, -7.32676881e-07, -7.67569782e-06, 0.999990344)
  7309. Part1328.Parent = Model0
  7310. Part1328.CFrame = CFrame.new(18.5699043, 19.4565735, 30.9405804, 0.000347383757, 0.00132390892, 0.999995708, -0.965921283, 0.258836478, -7.1307054e-06, -0.258835375, -0.96591717, 0.00136870693)
  7311. Part1328.Orientation = Vector3.new(0, 89.9199982, -75)
  7312. Part1328.Position = Vector3.new(18.5699043, 19.4565735, 30.9405804)
  7313. Part1328.Rotation = Vector3.new(0.300000012, 89.8300018, -75.3000031)
  7314. Part1328.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7315. Part1328.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  7316. Part1328.BrickColor = BrickColor.new("Dark stone grey")
  7317. Part1328.brickColor = BrickColor.new("Dark stone grey")
  7318. Part1328.FormFactor = Enum.FormFactor.Custom
  7319. Part1328.formFactor = Enum.FormFactor.Custom
  7320. Decal1329.Parent = Part1328
  7321. Decal1329.Texture = "http://www.roblox.com/asset/?id=111291534"
  7322. Decal1329.Face = Enum.NormalId.Top
  7323. Decal1330.Parent = Part1328
  7324. Decal1330.Texture = "http://www.roblox.com/asset/?id=111292682"
  7325. Decal1330.Face = Enum.NormalId.Right
  7326. Decal1331.Parent = Part1328
  7327. Decal1331.Texture = "http://www.roblox.com/asset/?id=111292704"
  7328. Decal1331.Face = Enum.NormalId.Back
  7329. Decal1332.Parent = Part1328
  7330. Decal1332.Texture = "http://www.roblox.com/asset/?id=111292718"
  7331. Decal1333.Parent = Part1328
  7332. Decal1333.Texture = "http://www.roblox.com/asset/?id=111292729"
  7333. Decal1333.Face = Enum.NormalId.Left
  7334. Weld1334.Parent = Part1328
  7335. Weld1334.C1 = CFrame.new(6.42959595, -21.0879192, 5.81720448, 0.258826375, -0.965923965, -8.39303993e-06, 0.965924025, 0.258826375, 5.65591336e-06, -3.29084446e-06, -9.57093744e-06, 1)
  7336. Weld1334.Part0 = Part285
  7337. Weld1334.Part1 = Part1328
  7338. Weld1334.part1 = Part1328
  7339. CFrameValue1335.Name = "CFrameValue"
  7340. CFrameValue1335.Parent = Part1328
  7341. CFrameValue1335.Value = CFrame.new(6.42959595, -21.0879192, 5.81720448, 0.258826375, -0.965923965, -8.39303993e-06, 0.965924025, 0.258826375, 5.65591336e-06, -3.29084446e-06, -9.57093744e-06, 1)
  7342. Part1336.Parent = Model0
  7343. Part1336.CFrame = CFrame.new(18.9771194, 20.4402218, 25.6475468, 0.00132241496, -0.000341853738, 0.999995708, 0.258834004, 0.965921938, -1.20821132e-05, -0.965917766, 0.258832932, 0.00136583264)
  7344. Part1336.Orientation = Vector3.new(0, 89.9199982, 15)
  7345. Part1336.Position = Vector3.new(18.9771194, 20.4402218, 25.6475468)
  7346. Part1336.Rotation = Vector3.new(0.50999999, 89.8300018, 14.4899998)
  7347. Part1336.Color = Color3.new(0.8, 0.556863, 0.411765)
  7348. Part1336.Size = Vector3.new(0.400000006, 0.800000012, 0.399999976)
  7349. Part1336.BrickColor = BrickColor.new("Nougat")
  7350. Part1336.brickColor = BrickColor.new("Nougat")
  7351. Part1336.FormFactor = Enum.FormFactor.Custom
  7352. Part1336.formFactor = Enum.FormFactor.Custom
  7353. Decal1337.Parent = Part1336
  7354. Decal1337.Texture = "http://www.roblox.com/asset/?id=111291001"
  7355. Decal1337.Face = Enum.NormalId.Right
  7356. Decal1338.Parent = Part1336
  7357. Decal1338.Texture = "http://www.roblox.com/asset/?id=111291021"
  7358. Decal1338.Face = Enum.NormalId.Back
  7359. Decal1339.Parent = Part1336
  7360. Decal1339.Texture = "http://www.roblox.com/asset/?id=111291021"
  7361. Decal1340.Parent = Part1336
  7362. Decal1340.Texture = "http://www.roblox.com/asset/?id=111291001"
  7363. Decal1340.Face = Enum.NormalId.Top
  7364. Decal1341.Parent = Part1336
  7365. Decal1341.Texture = "http://www.roblox.com/asset/?id=111291021"
  7366. Decal1341.Face = Enum.NormalId.Bottom
  7367. Decal1342.Parent = Part1336
  7368. Decal1342.Texture = "http://www.roblox.com/asset/?id=111291001"
  7369. Decal1342.Face = Enum.NormalId.Left
  7370. Weld1343.Parent = Part1336
  7371. Weld1343.C1 = CFrame.new(-26.4557209, -6.00958633, 5.41723442, 0.965924621, 0.258823901, 4.16111925e-06, -0.258823901, 0.965924621, 1.39196982e-05, -4.16579496e-07, -1.45223757e-05, 1)
  7372. Weld1343.Part0 = Part285
  7373. Weld1343.Part1 = Part1336
  7374. Weld1343.part1 = Part1336
  7375. CFrameValue1344.Name = "CFrameValue"
  7376. CFrameValue1344.Parent = Part1336
  7377. CFrameValue1344.Value = CFrame.new(-26.4557209, -6.00958633, 5.41723442, 0.965924621, 0.258823901, 4.16111925e-06, -0.258823901, 0.965924621, 1.39196982e-05, -4.16579496e-07, -1.45223757e-05, 1)
  7378. Part1345.Parent = Model0
  7379. Part1345.CFrame = CFrame.new(24.3918839, 10.687624, 34.6539536, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  7380. Part1345.Orientation = Vector3.new(0, -0.0799999982, 0)
  7381. Part1345.Position = Vector3.new(24.3918839, 10.687624, 34.6539536)
  7382. Part1345.Rotation = Vector3.new(0, -0.0799999982, 0)
  7383. Part1345.Color = Color3.new(0.917647, 0.721569, 0.572549)
  7384. Part1345.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  7385. Part1345.BrickColor = BrickColor.new("Light orange")
  7386. Part1345.brickColor = BrickColor.new("Light orange")
  7387. Part1345.FormFactor = Enum.FormFactor.Custom
  7388. Part1345.formFactor = Enum.FormFactor.Custom
  7389. Decal1346.Parent = Part1345
  7390. Decal1346.Texture = "http://www.roblox.com/asset/?id=111288035"
  7391. Decal1346.Face = Enum.NormalId.Right
  7392. Decal1347.Parent = Part1345
  7393. Decal1347.Texture = "http://www.roblox.com/asset/?id=111289140"
  7394. Decal1347.Face = Enum.NormalId.Back
  7395. Decal1348.Parent = Part1345
  7396. Decal1348.Texture = "http://www.roblox.com/asset/?id=111289140"
  7397. Decal1349.Parent = Part1345
  7398. Decal1349.Texture = "http://www.roblox.com/asset/?id=111289140"
  7399. Decal1349.Face = Enum.NormalId.Left
  7400. Decal1350.Parent = Part1345
  7401. Decal1350.Texture = "http://www.roblox.com/asset/?id=111289156"
  7402. Decal1350.Face = Enum.NormalId.Top
  7403. Decal1351.Parent = Part1345
  7404. Decal1351.Texture = "http://www.roblox.com/asset/?id=111292912"
  7405. Decal1351.Face = Enum.NormalId.Bottom
  7406. Weld1352.Parent = Part1345
  7407. Weld1352.C1 = CFrame.new(-0.0099697113, -2.89972448, 14.9997921, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7408. Weld1352.Part0 = Part285
  7409. Weld1352.Part1 = Part1345
  7410. Weld1352.part1 = Part1345
  7411. CFrameValue1353.Name = "CFrameValue"
  7412. CFrameValue1353.Parent = Part1345
  7413. CFrameValue1353.Value = CFrame.new(-0.0099697113, -2.89972448, 14.9997921, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7414. Part1354.Parent = Model0
  7415. Part1354.CFrame = CFrame.new(18.6226578, 7.3897357, 54.9620361, 0.999986053, 9.02788724e-06, -0.00136410666, -6.78701645e-06, 1, 8.03082548e-06, 0.00136278127, -1.31075331e-06, 0.999989271)
  7416. Part1354.Orientation = Vector3.new(0, -0.0799999982, 0)
  7417. Part1354.Position = Vector3.new(18.6226578, 7.3897357, 54.9620361)
  7418. Part1354.Rotation = Vector3.new(0, -0.0799999982, 0)
  7419. Part1354.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7420. Part1354.Transparency = 1
  7421. Part1354.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  7422. Part1354.BrickColor = BrickColor.new("Brown")
  7423. Part1354.brickColor = BrickColor.new("Brown")
  7424. Part1354.FormFactor = Enum.FormFactor.Custom
  7425. Part1354.formFactor = Enum.FormFactor.Custom
  7426. Decal1355.Parent = Part1354
  7427. Decal1355.Texture = "http://www.roblox.com/asset/?id=111294593"
  7428. Decal1355.Face = Enum.NormalId.Top
  7429. Decal1356.Parent = Part1354
  7430. Decal1356.Texture = "http://www.roblox.com/asset/?id=111294408"
  7431. Decal1356.Face = Enum.NormalId.Back
  7432. Decal1357.Parent = Part1354
  7433. Decal1357.Texture = "http://www.roblox.com/asset/?id=111294436"
  7434. Decal1358.Parent = Part1354
  7435. Decal1358.Texture = "http://www.roblox.com/asset/?id=111294458"
  7436. Decal1358.Face = Enum.NormalId.Left
  7437. Decal1359.Parent = Part1354
  7438. Decal1359.Texture = "http://www.roblox.com/asset/?id=111294490"
  7439. Decal1359.Face = Enum.NormalId.Right
  7440. Weld1360.Parent = Part1354
  7441. Weld1360.C1 = CFrame.new(5.73156548, 0.398072243, -5.31638336, 2.62175217e-06, -9.22728668e-06, 0.999990344, 1.17872569e-05, 1, 1.14665063e-05, -0.999993563, 1.84928922e-05, 1.30073317e-06)
  7442. Weld1360.Part0 = Part285
  7443. Weld1360.Part1 = Part1354
  7444. Weld1360.part1 = Part1354
  7445. CFrameValue1361.Name = "CFrameValue"
  7446. CFrameValue1361.Parent = Part1354
  7447. CFrameValue1361.Value = CFrame.new(5.73156548, 0.398072243, -5.31638336, 2.62175217e-06, -9.22728668e-06, 0.999990344, 1.17872569e-05, 1, 1.14665063e-05, -0.999993563, 1.84928922e-05, 1.30073317e-06)
  7448. Part1362.Parent = Model0
  7449. Part1362.CFrame = CFrame.new(19.8220062, 8.48968029, 55.3736725, -0.000965522311, 0.00096909015, -0.999986053, 0.707114518, 0.70709908, 2.78025482e-07, 0.707096279, -0.70710218, -0.00136665197)
  7450. Part1362.Orientation = Vector3.new(0, -90.0800018, 45)
  7451. Part1362.Position = Vector3.new(19.8220062, 8.48968029, 55.3736725)
  7452. Part1362.Rotation = Vector3.new(-179.990005, -89.6999969, -134.889999)
  7453. Part1362.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7454. Part1362.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  7455. Part1362.BrickColor = BrickColor.new("Brown")
  7456. Part1362.brickColor = BrickColor.new("Brown")
  7457. Part1362.FormFactor = Enum.FormFactor.Custom
  7458. Part1362.formFactor = Enum.FormFactor.Custom
  7459. Decal1363.Parent = Part1362
  7460. Decal1363.Texture = "http://www.roblox.com/asset/?id=111291326"
  7461. Decal1363.Face = Enum.NormalId.Top
  7462. Decal1364.Parent = Part1362
  7463. Decal1364.Texture = "http://www.roblox.com/asset/?id=111291534"
  7464. Decal1364.Face = Enum.NormalId.Bottom
  7465. Decal1365.Parent = Part1362
  7466. Decal1365.Texture = "http://www.roblox.com/asset/?id=111291643"
  7467. Decal1365.Face = Enum.NormalId.Right
  7468. Decal1366.Parent = Part1362
  7469. Decal1366.Texture = "http://www.roblox.com/asset/?id=111291741"
  7470. Decal1367.Parent = Part1362
  7471. Decal1367.Texture = "http://www.roblox.com/asset/?id=111291643"
  7472. Decal1367.Face = Enum.NormalId.Left
  7473. Weld1368.Parent = Part1362
  7474. Weld1368.C1 = CFrame.new(-4.54549599, 3.55287361, -4.53162479, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  7475. Weld1368.Part0 = Part285
  7476. Weld1368.Part1 = Part1362
  7477. Weld1368.part1 = Part1362
  7478. CFrameValue1369.Name = "CFrameValue"
  7479. CFrameValue1369.Parent = Part1362
  7480. CFrameValue1369.Value = CFrame.new(-4.54549599, 3.55287361, -4.53162479, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  7481. Part1370.Parent = Model0
  7482. Part1370.CFrame = CFrame.new(18.6226463, 8.08967495, 54.9720345, -0.00136542507, 6.83524922e-06, -0.999986053, 1.56372062e-06, 1, 4.60316824e-06, 0.999989271, 5.1533134e-06, -0.00136409968)
  7483. Part1370.Orientation = Vector3.new(0, -90.0800018, 0)
  7484. Part1370.Position = Vector3.new(18.6226463, 8.08967495, 54.9720345)
  7485. Part1370.Rotation = Vector3.new(-179.809998, -89.6999969, -179.710007)
  7486. Part1370.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7487. Part1370.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  7488. Part1370.BrickColor = BrickColor.new("Brown")
  7489. Part1370.brickColor = BrickColor.new("Brown")
  7490. Part1370.FormFactor = Enum.FormFactor.Custom
  7491. Part1370.formFactor = Enum.FormFactor.Custom
  7492. Decal1371.Parent = Part1370
  7493. Decal1371.Texture = "http://www.roblox.com/asset/?id=111289291"
  7494. Decal1371.Face = Enum.NormalId.Right
  7495. Decal1372.Parent = Part1370
  7496. Decal1372.Texture = "http://www.roblox.com/asset/?id=111289318"
  7497. Decal1372.Face = Enum.NormalId.Left
  7498. Decal1373.Parent = Part1370
  7499. Decal1373.Texture = "http://www.roblox.com/asset/?id=111290766"
  7500. Decal1373.Face = Enum.NormalId.Back
  7501. Decal1374.Parent = Part1370
  7502. Decal1374.Texture = "http://www.roblox.com/asset/?id=111290905"
  7503. Weld1375.Parent = Part1370
  7504. Weld1375.C1 = CFrame.new(-5.32638931, -0.301914215, -5.73156071, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  7505. Weld1375.Part0 = Part285
  7506. Weld1375.Part1 = Part1370
  7507. Weld1375.part1 = Part1370
  7508. CFrameValue1376.Name = "CFrameValue"
  7509. CFrameValue1376.Parent = Part1370
  7510. CFrameValue1376.Value = CFrame.new(-5.32638931, -0.301914215, -5.73156071, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  7511. Part1377.Parent = Model0
  7512. Part1377.CFrame = CFrame.new(18.6217136, 8.20684624, 55.6548538, -0.000964282313, 0.000969407381, -0.999986053, 0.707112134, 0.707101464, 1.38374935e-06, 0.707098663, -0.707099795, -0.00136599946)
  7513. Part1377.Orientation = Vector3.new(0, -90.0800018, 45)
  7514. Part1377.Position = Vector3.new(18.6217136, 8.20684624, 55.6548538)
  7515. Part1377.Rotation = Vector3.new(-179.940002, -89.6999969, -134.850006)
  7516. Part1377.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7517. Part1377.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  7518. Part1377.BrickColor = BrickColor.new("Brown")
  7519. Part1377.brickColor = BrickColor.new("Brown")
  7520. Part1377.FormFactor = Enum.FormFactor.Custom
  7521. Part1377.formFactor = Enum.FormFactor.Custom
  7522. Decal1378.Parent = Part1377
  7523. Decal1378.Texture = "http://www.roblox.com/asset/?id=111290271"
  7524. Decal1378.Face = Enum.NormalId.Right
  7525. Decal1379.Parent = Part1377
  7526. Decal1379.Texture = "http://www.roblox.com/asset/?id=111290491"
  7527. Decal1379.Face = Enum.NormalId.Bottom
  7528. Decal1380.Parent = Part1377
  7529. Decal1380.Texture = "http://www.roblox.com/asset/?id=111290491"
  7530. Decal1380.Face = Enum.NormalId.Top
  7531. Decal1381.Parent = Part1377
  7532. Decal1381.Texture = "http://www.roblox.com/asset/?id=111290271"
  7533. Decal1381.Face = Enum.NormalId.Left
  7534. Weld1382.Parent = Part1377
  7535. Weld1382.C1 = CFrame.new(-4.54549217, 3.95284271, -5.73155022, -0.707094312, 0.707119524, 2.93148787e-06, 0.707110226, 0.707094073, 5.64333595e-06, 5.96491191e-07, 3.82398594e-06, -0.999990344)
  7536. Weld1382.Part0 = Part285
  7537. Weld1382.Part1 = Part1377
  7538. Weld1382.part1 = Part1377
  7539. CFrameValue1383.Name = "CFrameValue"
  7540. CFrameValue1383.Parent = Part1377
  7541. CFrameValue1383.Value = CFrame.new(-4.54549217, 3.95284271, -5.73155022, -0.707094312, 0.707119524, 2.93148787e-06, 0.707110226, 0.707094073, 5.64333595e-06, 5.96491191e-07, 3.82398594e-06, -0.999990344)
  7542. Part1384.Parent = Model0
  7543. Part1384.CFrame = CFrame.new(17.4221897, 8.48968983, 55.3703995, -0.000965522311, 0.00096909015, -0.999986053, 0.707114518, 0.70709908, 2.78025482e-07, 0.707096279, -0.70710218, -0.00136665197)
  7544. Part1384.Orientation = Vector3.new(0, -90.0800018, 45)
  7545. Part1384.Position = Vector3.new(17.4221897, 8.48968983, 55.3703995)
  7546. Part1384.Rotation = Vector3.new(-179.990005, -89.6999969, -134.889999)
  7547. Part1384.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7548. Part1384.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  7549. Part1384.BrickColor = BrickColor.new("Brown")
  7550. Part1384.brickColor = BrickColor.new("Brown")
  7551. Part1384.FormFactor = Enum.FormFactor.Custom
  7552. Part1384.formFactor = Enum.FormFactor.Custom
  7553. Decal1385.Parent = Part1384
  7554. Decal1385.Texture = "http://www.roblox.com/asset/?id=111291326"
  7555. Decal1385.Face = Enum.NormalId.Top
  7556. Decal1386.Parent = Part1384
  7557. Decal1386.Texture = "http://www.roblox.com/asset/?id=111291534"
  7558. Decal1386.Face = Enum.NormalId.Bottom
  7559. Decal1387.Parent = Part1384
  7560. Decal1387.Texture = "http://www.roblox.com/asset/?id=111291643"
  7561. Decal1387.Face = Enum.NormalId.Right
  7562. Decal1388.Parent = Part1384
  7563. Decal1388.Texture = "http://www.roblox.com/asset/?id=111291741"
  7564. Decal1388.Face = Enum.NormalId.Back
  7565. Decal1389.Parent = Part1384
  7566. Decal1389.Texture = "http://www.roblox.com/asset/?id=111291643"
  7567. Decal1389.Face = Enum.NormalId.Left
  7568. Weld1390.Parent = Part1384
  7569. Weld1390.C1 = CFrame.new(-4.54550743, 3.5528717, -6.93147373, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  7570. Weld1390.Part0 = Part285
  7571. Weld1390.Part1 = Part1384
  7572. Weld1390.part1 = Part1384
  7573. CFrameValue1391.Name = "CFrameValue"
  7574. CFrameValue1391.Parent = Part1384
  7575. CFrameValue1391.Value = CFrame.new(-4.54550743, 3.5528717, -6.93147373, -0.707091928, 0.707121909, 1.68828046e-06, 0.70711261, 0.707091689, 5.32284685e-06, 1.24895951e-06, 2.71825547e-06, -0.999990344)
  7576. Part1392.Parent = Model0
  7577. Part1392.CFrame = CFrame.new(18.2226276, 5.58968353, 54.9714813, -0.00136734999, 3.54959684e-06, -0.999986053, -1.57812065e-05, 1, 1.34118363e-06, 0.999989271, 2.24936066e-05, -0.00136602449)
  7578. Part1392.Orientation = Vector3.new(0, -90.0800018, 0)
  7579. Part1392.Position = Vector3.new(18.2226276, 5.58968353, 54.9714813)
  7580. Part1392.Rotation = Vector3.new(-179.940002, -89.6999969, -179.850006)
  7581. Part1392.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7582. Part1392.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  7583. Part1392.BrickColor = BrickColor.new("Dark stone grey")
  7584. Part1392.brickColor = BrickColor.new("Dark stone grey")
  7585. Part1392.FormFactor = Enum.FormFactor.Custom
  7586. Part1392.formFactor = Enum.FormFactor.Custom
  7587. Decal1393.Parent = Part1392
  7588. Decal1393.Texture = "http://www.roblox.com/asset/?id=111291534"
  7589. Decal1393.Face = Enum.NormalId.Top
  7590. Decal1394.Parent = Part1392
  7591. Decal1394.Texture = "http://www.roblox.com/asset/?id=111292682"
  7592. Decal1394.Face = Enum.NormalId.Right
  7593. Decal1395.Parent = Part1392
  7594. Decal1395.Texture = "http://www.roblox.com/asset/?id=111292704"
  7595. Decal1395.Face = Enum.NormalId.Back
  7596. Decal1396.Parent = Part1392
  7597. Decal1396.Texture = "http://www.roblox.com/asset/?id=111292718"
  7598. Decal1397.Parent = Part1392
  7599. Decal1397.Texture = "http://www.roblox.com/asset/?id=111292729"
  7600. Decal1397.Face = Enum.NormalId.Left
  7601. Weld1398.Parent = Part1392
  7602. Weld1398.C1 = CFrame.new(-5.32644653, 2.19796705, -6.13156509, -0.999993563, -5.31913111e-06, -1.94265272e-06, -1.20246423e-05, 1, 6.02070577e-06, 6.21437266e-07, 3.78141999e-06, -0.999990344)
  7603. Weld1398.Part0 = Part285
  7604. Weld1398.Part1 = Part1392
  7605. Weld1398.part1 = Part1392
  7606. CFrameValue1399.Name = "CFrameValue"
  7607. CFrameValue1399.Parent = Part1392
  7608. CFrameValue1399.Value = CFrame.new(-5.32644653, 2.19796705, -6.13156509, -0.999993563, -5.31913111e-06, -1.94265272e-06, -1.20246423e-05, 1, 6.02070577e-06, 6.21437266e-07, 3.78141999e-06, -0.999990344)
  7609. Part1400.Parent = Model0
  7610. Part1400.CFrame = CFrame.new(19.0225868, 5.58967686, 54.9725914, -0.00136542507, 6.83524922e-06, -0.999986053, 1.56372062e-06, 1, 4.60316824e-06, 0.999989271, 5.1533134e-06, -0.00136409968)
  7611. Part1400.Orientation = Vector3.new(0, -90.0800018, 0)
  7612. Part1400.Position = Vector3.new(19.0225868, 5.58967686, 54.9725914)
  7613. Part1400.Rotation = Vector3.new(-179.809998, -89.6999969, -179.710007)
  7614. Part1400.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7615. Part1400.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  7616. Part1400.BrickColor = BrickColor.new("Dark stone grey")
  7617. Part1400.brickColor = BrickColor.new("Dark stone grey")
  7618. Part1400.FormFactor = Enum.FormFactor.Custom
  7619. Part1400.formFactor = Enum.FormFactor.Custom
  7620. Decal1401.Parent = Part1400
  7621. Decal1401.Texture = "http://www.roblox.com/asset/?id=111291534"
  7622. Decal1401.Face = Enum.NormalId.Top
  7623. Decal1402.Parent = Part1400
  7624. Decal1402.Texture = "http://www.roblox.com/asset/?id=111292682"
  7625. Decal1402.Face = Enum.NormalId.Right
  7626. Decal1403.Parent = Part1400
  7627. Decal1403.Texture = "http://www.roblox.com/asset/?id=111292704"
  7628. Decal1403.Face = Enum.NormalId.Back
  7629. Decal1404.Parent = Part1400
  7630. Decal1404.Texture = "http://www.roblox.com/asset/?id=111292718"
  7631. Decal1405.Parent = Part1400
  7632. Decal1405.Texture = "http://www.roblox.com/asset/?id=111292729"
  7633. Decal1405.Face = Enum.NormalId.Left
  7634. Weld1406.Parent = Part1400
  7635. Weld1406.C1 = CFrame.new(-5.3264122, 2.19808245, -5.33159733, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  7636. Weld1406.Part0 = Part285
  7637. Weld1406.Part1 = Part1400
  7638. Weld1406.part1 = Part1400
  7639. CFrameValue1407.Name = "CFrameValue"
  7640. CFrameValue1407.Parent = Part1400
  7641. CFrameValue1407.Value = CFrame.new(-5.3264122, 2.19808245, -5.33159733, -0.999993563, 1.20257901e-05, -1.77501533e-08, 5.32018021e-06, 1, 9.28268946e-06, -1.30335002e-06, 7.04342483e-06, -0.999990344)
  7642. Part1408.Parent = Model0
  7643. Part1408.CFrame = CFrame.new(18.62257, 10.2895794, 54.9720764, -0.00136478152, 7.94435164e-06, -0.999995708, -2.66828761e-06, 1, 7.94815242e-06, 0.999995708, 2.68116673e-06, -0.00136478152)
  7644. Part1408.Orientation = Vector3.new(0, -90.0800018, 0)
  7645. Part1408.Position = Vector3.new(18.62257, 10.2895794, 54.9720764)
  7646. Part1408.Rotation = Vector3.new(-179.669998, -89.8300018, -179.669998)
  7647. Part1408.Color = Color3.new(0.917647, 0.721569, 0.572549)
  7648. Part1408.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  7649. Part1408.BrickColor = BrickColor.new("Light orange")
  7650. Part1408.brickColor = BrickColor.new("Light orange")
  7651. Part1408.FormFactor = Enum.FormFactor.Custom
  7652. Part1408.formFactor = Enum.FormFactor.Custom
  7653. Decal1409.Parent = Part1408
  7654. Decal1409.Texture = "http://www.roblox.com/asset/?id=111288035"
  7655. Decal1409.Face = Enum.NormalId.Right
  7656. Decal1410.Parent = Part1408
  7657. Decal1410.Texture = "http://www.roblox.com/asset/?id=111289140"
  7658. Decal1410.Face = Enum.NormalId.Back
  7659. Decal1411.Parent = Part1408
  7660. Decal1411.Texture = "http://www.roblox.com/asset/?id=111289140"
  7661. Decal1412.Parent = Part1408
  7662. Decal1412.Texture = "http://www.roblox.com/asset/?id=111289140"
  7663. Decal1412.Face = Enum.NormalId.Left
  7664. Decal1413.Parent = Part1408
  7665. Decal1413.Texture = "http://www.roblox.com/asset/?id=111289156"
  7666. Decal1413.Face = Enum.NormalId.Top
  7667. Decal1414.Parent = Part1408
  7668. Decal1414.Texture = "http://www.roblox.com/asset/?id=111292912"
  7669. Decal1414.Face = Enum.NormalId.Bottom
  7670. Weld1415.Parent = Part1408
  7671. Weld1415.C1 = CFrame.new(-5.32639694, -2.50182152, -5.73160362, -1, 7.79384754e-06, 6.34670187e-07, 7.79384754e-06, 1, 1.03884186e-05, -6.34587195e-07, 1.03884258e-05, -1)
  7672. Weld1415.Part0 = Part285
  7673. Weld1415.Part1 = Part1408
  7674. Weld1415.part1 = Part1408
  7675. CFrameValue1416.Name = "CFrameValue"
  7676. CFrameValue1416.Parent = Part1408
  7677. CFrameValue1416.Value = CFrame.new(-5.32639694, -2.50182152, -5.73160362, -1, 7.79384754e-06, 6.34670187e-07, 7.79384754e-06, 1, 1.03884186e-05, -6.34587195e-07, 1.03884258e-05, -1)
  7678. Part1417.Parent = Model0
  7679. Part1417.CFrame = CFrame.new(18.230917, 19.3016472, 34.0134697, 0.00149982178, -0.000539037224, 0.999985754, 0.333063543, 0.942904472, 1.095472e-05, -0.942891717, 0.333066195, 0.00159239757)
  7680. Part1417.Orientation = Vector3.new(0, 89.9100037, 19.4500008)
  7681. Part1417.Position = Vector3.new(18.230917, 19.3016472, 34.0134697)
  7682. Part1417.Rotation = Vector3.new(-0.389999986, 89.6900024, 19.7700005)
  7683. Part1417.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7684. Part1417.Size = Vector3.new(0.97107625, 0.194215268, 0.485538125)
  7685. Part1417.BottomSurface = Enum.SurfaceType.Smooth
  7686. Part1417.BrickColor = BrickColor.new("Black")
  7687. Part1417.TopSurface = Enum.SurfaceType.Smooth
  7688. Part1417.brickColor = BrickColor.new("Black")
  7689. SpecialMesh1418.Name = "SpecialMesh"
  7690. SpecialMesh1418.Parent = Part1417
  7691. SpecialMesh1418.MeshType = Enum.MeshType.Wedge
  7692. Weld1419.Parent = Part1417
  7693. Weld1419.C1 = CFrame.new(-18.5729523, -5.65064049, 6.15538025, 0.942899525, 0.333053678, 0.000213189938, -0.33305788, 0.942907929, -8.1960432e-05, -0.000226995369, 8.51685127e-06, 0.999990344)
  7694. Weld1419.Part0 = Part285
  7695. Weld1419.Part1 = Part1417
  7696. Weld1419.part1 = Part1417
  7697. CFrameValue1420.Name = "CFrameValue"
  7698. CFrameValue1420.Parent = Part1417
  7699. CFrameValue1420.Value = CFrame.new(-18.5729523, -5.65064049, 6.15538025, 0.942899525, 0.333053678, 0.000213189938, -0.33305788, 0.942907929, -8.1960432e-05, -0.000226995369, 8.51685127e-06, 0.999990344)
  7700. Part1421.Parent = Model0
  7701. Part1421.CFrame = CFrame.new(24.3573017, 7.78769922, 52.6534882, 0.00136541622, -2.45466413e-06, 0.999995708, 1.04621322e-05, 1, 2.44026683e-06, -0.999995708, 1.04608007e-05, 0.00136541622)
  7702. Part1421.Orientation = Vector3.new(0, 89.9199982, 0)
  7703. Part1421.Position = Vector3.new(24.3573017, 7.78769922, 52.6534882)
  7704. Part1421.Rotation = Vector3.new(-0.100000001, 89.8300018, 0.100000001)
  7705. Part1421.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7706. Part1421.Transparency = 1
  7707. Part1421.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  7708. Part1421.BrickColor = BrickColor.new("Brown")
  7709. Part1421.brickColor = BrickColor.new("Brown")
  7710. Part1421.FormFactor = Enum.FormFactor.Custom
  7711. Part1421.formFactor = Enum.FormFactor.Custom
  7712. Decal1422.Parent = Part1421
  7713. Decal1422.Texture = "http://www.roblox.com/asset/?id=111294593"
  7714. Decal1422.Face = Enum.NormalId.Top
  7715. Decal1423.Parent = Part1421
  7716. Decal1423.Texture = "http://www.roblox.com/asset/?id=111294408"
  7717. Decal1423.Face = Enum.NormalId.Back
  7718. Decal1424.Parent = Part1421
  7719. Decal1424.Texture = "http://www.roblox.com/asset/?id=111294436"
  7720. Decal1425.Parent = Part1421
  7721. Decal1425.Texture = "http://www.roblox.com/asset/?id=111294458"
  7722. Decal1425.Face = Enum.NormalId.Left
  7723. Decal1426.Parent = Part1421
  7724. Decal1426.Texture = "http://www.roblox.com/asset/?id=111294490"
  7725. Decal1426.Face = Enum.NormalId.Right
  7726. Weld1427.Parent = Part1421
  7727. Weld1427.C1 = CFrame.new(2.99998093, -4.29153442e-06, 0, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  7728. Weld1427.Part0 = Part285
  7729. Weld1427.Part1 = Part1421
  7730. Weld1427.part1 = Part1421
  7731. CFrameValue1428.Name = "CFrameValue"
  7732. CFrameValue1428.Parent = Part1421
  7733. CFrameValue1428.Value = CFrame.new(2.99998093, -4.29153442e-06, 0, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  7734. Part1429.Parent = Model0
  7735. Part1429.CFrame = CFrame.new(25.050108, 8.60483646, 52.6544151, 0.707095623, -0.707098305, -0.00136604835, 0.707109571, 0.707103908, -1.14976119e-05, 0.000977876014, -0.000952133734, 0.999989271)
  7736. Part1429.Orientation = Vector3.new(0, -0.0799999982, 45)
  7737. Part1429.Position = Vector3.new(25.050108, 8.60483646, 52.6544151)
  7738. Part1429.Rotation = Vector3.new(0, -0.0799999982, 45)
  7739. Part1429.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7740. Part1429.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  7741. Part1429.BrickColor = BrickColor.new("Brown")
  7742. Part1429.brickColor = BrickColor.new("Brown")
  7743. Part1429.FormFactor = Enum.FormFactor.Custom
  7744. Part1429.formFactor = Enum.FormFactor.Custom
  7745. Decal1430.Parent = Part1429
  7746. Decal1430.Texture = "http://www.roblox.com/asset/?id=111290271"
  7747. Decal1430.Face = Enum.NormalId.Right
  7748. Decal1431.Parent = Part1429
  7749. Decal1431.Texture = "http://www.roblox.com/asset/?id=111290491"
  7750. Decal1431.Face = Enum.NormalId.Bottom
  7751. Decal1432.Parent = Part1429
  7752. Decal1432.Texture = "http://www.roblox.com/asset/?id=111290491"
  7753. Decal1432.Face = Enum.NormalId.Top
  7754. Decal1433.Parent = Part1429
  7755. Decal1433.Texture = "http://www.roblox.com/asset/?id=111290271"
  7756. Decal1433.Face = Enum.NormalId.Left
  7757. Weld1434.Parent = Part1429
  7758. Weld1434.C1 = CFrame.new(-1.06770325, -0.0879096985, -2.99996948, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  7759. Weld1434.Part0 = Part285
  7760. Weld1434.Part1 = Part1429
  7761. Weld1434.part1 = Part1429
  7762. CFrameValue1435.Name = "CFrameValue"
  7763. CFrameValue1435.Parent = Part1429
  7764. CFrameValue1435.Value = CFrame.new(-1.06770325, -0.0879096985, -2.99996948, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  7765. Part1436.Parent = Model0
  7766. Part1436.CFrame = CFrame.new(24.3672981, 8.48764038, 52.6535225, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  7767. Part1436.Orientation = Vector3.new(0, -0.0799999982, 0)
  7768. Part1436.Position = Vector3.new(24.3672981, 8.48764038, 52.6535225)
  7769. Part1436.Rotation = Vector3.new(0, -0.0799999982, 0)
  7770. Part1436.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7771. Part1436.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  7772. Part1436.BrickColor = BrickColor.new("Brown")
  7773. Part1436.brickColor = BrickColor.new("Brown")
  7774. Part1436.FormFactor = Enum.FormFactor.Custom
  7775. Part1436.formFactor = Enum.FormFactor.Custom
  7776. Decal1437.Parent = Part1436
  7777. Decal1437.Texture = "http://www.roblox.com/asset/?id=111289291"
  7778. Decal1437.Face = Enum.NormalId.Right
  7779. Decal1438.Parent = Part1436
  7780. Decal1438.Texture = "http://www.roblox.com/asset/?id=111289318"
  7781. Decal1438.Face = Enum.NormalId.Left
  7782. Decal1439.Parent = Part1436
  7783. Decal1439.Texture = "http://www.roblox.com/asset/?id=111290766"
  7784. Decal1439.Face = Enum.NormalId.Back
  7785. Decal1440.Parent = Part1436
  7786. Decal1440.Texture = "http://www.roblox.com/asset/?id=111290905"
  7787. Weld1441.Parent = Part1436
  7788. Weld1441.C1 = CFrame.new(-0.00999450684, -0.699971676, -2.99998856, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  7789. Weld1441.Part0 = Part285
  7790. Weld1441.Part1 = Part1436
  7791. Weld1441.part1 = Part1436
  7792. CFrameValue1442.Name = "CFrameValue"
  7793. CFrameValue1442.Parent = Part1436
  7794. CFrameValue1442.Value = CFrame.new(-0.00999450684, -0.699971676, -2.99998856, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  7795. Part1443.Parent = Model0
  7796. Part1443.CFrame = CFrame.new(24.7689438, 8.88766098, 51.454113, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  7797. Part1443.Orientation = Vector3.new(0, -0.0799999982, 45)
  7798. Part1443.Position = Vector3.new(24.7689438, 8.88766098, 51.454113)
  7799. Part1443.Rotation = Vector3.new(0, -0.0799999982, 45)
  7800. Part1443.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7801. Part1443.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  7802. Part1443.BrickColor = BrickColor.new("Brown")
  7803. Part1443.brickColor = BrickColor.new("Brown")
  7804. Part1443.FormFactor = Enum.FormFactor.Custom
  7805. Part1443.formFactor = Enum.FormFactor.Custom
  7806. Decal1444.Parent = Part1443
  7807. Decal1444.Texture = "http://www.roblox.com/asset/?id=111291326"
  7808. Decal1444.Face = Enum.NormalId.Top
  7809. Decal1445.Parent = Part1443
  7810. Decal1445.Texture = "http://www.roblox.com/asset/?id=111291534"
  7811. Decal1445.Face = Enum.NormalId.Bottom
  7812. Decal1446.Parent = Part1443
  7813. Decal1446.Texture = "http://www.roblox.com/asset/?id=111291643"
  7814. Decal1446.Face = Enum.NormalId.Right
  7815. Decal1447.Parent = Part1443
  7816. Decal1447.Texture = "http://www.roblox.com/asset/?id=111291741"
  7817. Decal1448.Parent = Part1443
  7818. Decal1448.Texture = "http://www.roblox.com/asset/?id=111291643"
  7819. Decal1448.Face = Enum.NormalId.Left
  7820. Weld1449.Parent = Part1443
  7821. Weld1449.C1 = CFrame.new(-1.06771851, -0.487867355, -1.80002213, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  7822. Weld1449.Part0 = Part285
  7823. Weld1449.Part1 = Part1443
  7824. Weld1449.part1 = Part1443
  7825. CFrameValue1450.Name = "CFrameValue"
  7826. CFrameValue1450.Parent = Part1443
  7827. CFrameValue1450.Value = CFrame.new(-1.06771851, -0.487867355, -1.80002213, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  7828. Part1451.Parent = Model0
  7829. Part1451.CFrame = CFrame.new(24.7656708, 8.88763809, 53.8540268, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  7830. Part1451.Orientation = Vector3.new(0, -0.0799999982, 45)
  7831. Part1451.Position = Vector3.new(24.7656708, 8.88763809, 53.8540268)
  7832. Part1451.Rotation = Vector3.new(0, -0.0799999982, 45)
  7833. Part1451.Color = Color3.new(0.486275, 0.360784, 0.27451)
  7834. Part1451.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  7835. Part1451.BrickColor = BrickColor.new("Brown")
  7836. Part1451.brickColor = BrickColor.new("Brown")
  7837. Part1451.FormFactor = Enum.FormFactor.Custom
  7838. Part1451.formFactor = Enum.FormFactor.Custom
  7839. Decal1452.Parent = Part1451
  7840. Decal1452.Texture = "http://www.roblox.com/asset/?id=111291326"
  7841. Decal1452.Face = Enum.NormalId.Top
  7842. Decal1453.Parent = Part1451
  7843. Decal1453.Texture = "http://www.roblox.com/asset/?id=111291534"
  7844. Decal1453.Face = Enum.NormalId.Bottom
  7845. Decal1454.Parent = Part1451
  7846. Decal1454.Texture = "http://www.roblox.com/asset/?id=111291643"
  7847. Decal1454.Face = Enum.NormalId.Right
  7848. Decal1455.Parent = Part1451
  7849. Decal1455.Texture = "http://www.roblox.com/asset/?id=111291741"
  7850. Decal1455.Face = Enum.NormalId.Back
  7851. Decal1456.Parent = Part1451
  7852. Decal1456.Texture = "http://www.roblox.com/asset/?id=111291643"
  7853. Decal1456.Face = Enum.NormalId.Left
  7854. Weld1457.Parent = Part1451
  7855. Weld1457.C1 = CFrame.new(-1.06773758, -0.487880707, -4.19994736, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  7856. Weld1457.Part0 = Part285
  7857. Weld1457.Part1 = Part1451
  7858. Weld1457.part1 = Part1451
  7859. CFrameValue1458.Name = "CFrameValue"
  7860. CFrameValue1458.Parent = Part1451
  7861. CFrameValue1458.Value = CFrame.new(-1.06773758, -0.487880707, -4.19994736, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  7862. Part1459.Parent = Model0
  7863. Part1459.CFrame = CFrame.new(24.3667564, 5.98766804, 53.0534363, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  7864. Part1459.Orientation = Vector3.new(0, -0.0799999982, 0)
  7865. Part1459.Position = Vector3.new(24.3667564, 5.98766804, 53.0534363)
  7866. Part1459.Rotation = Vector3.new(0, -0.0799999982, 0)
  7867. Part1459.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7868. Part1459.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  7869. Part1459.BrickColor = BrickColor.new("Dark stone grey")
  7870. Part1459.brickColor = BrickColor.new("Dark stone grey")
  7871. Part1459.FormFactor = Enum.FormFactor.Custom
  7872. Part1459.formFactor = Enum.FormFactor.Custom
  7873. Decal1460.Parent = Part1459
  7874. Decal1460.Texture = "http://www.roblox.com/asset/?id=111291534"
  7875. Decal1460.Face = Enum.NormalId.Top
  7876. Decal1461.Parent = Part1459
  7877. Decal1461.Texture = "http://www.roblox.com/asset/?id=111292682"
  7878. Decal1461.Face = Enum.NormalId.Right
  7879. Decal1462.Parent = Part1459
  7880. Decal1462.Texture = "http://www.roblox.com/asset/?id=111292704"
  7881. Decal1462.Face = Enum.NormalId.Back
  7882. Decal1463.Parent = Part1459
  7883. Decal1463.Texture = "http://www.roblox.com/asset/?id=111292718"
  7884. Decal1464.Parent = Part1459
  7885. Decal1464.Texture = "http://www.roblox.com/asset/?id=111292729"
  7886. Decal1464.Face = Enum.NormalId.Left
  7887. Weld1465.Parent = Part1459
  7888. Weld1465.C1 = CFrame.new(-0.010017395, 1.80001926, -3.39997482, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7889. Weld1465.Part0 = Part285
  7890. Weld1465.Part1 = Part1459
  7891. Weld1465.part1 = Part1459
  7892. CFrameValue1466.Name = "CFrameValue"
  7893. CFrameValue1466.Parent = Part1459
  7894. CFrameValue1466.Value = CFrame.new(-0.010017395, 1.80001926, -3.39997482, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7895. Part1467.Parent = Model0
  7896. Part1467.CFrame = CFrame.new(24.3678532, 5.98764992, 52.2534943, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  7897. Part1467.Orientation = Vector3.new(0, -0.0799999982, 0)
  7898. Part1467.Position = Vector3.new(24.3678532, 5.98764992, 52.2534943)
  7899. Part1467.Rotation = Vector3.new(0, -0.0799999982, 0)
  7900. Part1467.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7901. Part1467.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  7902. Part1467.BrickColor = BrickColor.new("Dark stone grey")
  7903. Part1467.brickColor = BrickColor.new("Dark stone grey")
  7904. Part1467.FormFactor = Enum.FormFactor.Custom
  7905. Part1467.formFactor = Enum.FormFactor.Custom
  7906. Decal1468.Parent = Part1467
  7907. Decal1468.Texture = "http://www.roblox.com/asset/?id=111291534"
  7908. Decal1468.Face = Enum.NormalId.Top
  7909. Decal1469.Parent = Part1467
  7910. Decal1469.Texture = "http://www.roblox.com/asset/?id=111292682"
  7911. Decal1469.Face = Enum.NormalId.Right
  7912. Decal1470.Parent = Part1467
  7913. Decal1470.Texture = "http://www.roblox.com/asset/?id=111292704"
  7914. Decal1470.Face = Enum.NormalId.Back
  7915. Decal1471.Parent = Part1467
  7916. Decal1471.Texture = "http://www.roblox.com/asset/?id=111292718"
  7917. Decal1472.Parent = Part1467
  7918. Decal1472.Texture = "http://www.roblox.com/asset/?id=111292729"
  7919. Decal1472.Face = Enum.NormalId.Left
  7920. Weld1473.Parent = Part1467
  7921. Weld1473.C1 = CFrame.new(-0.0100078583, 1.80002642, -2.6000061, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  7922. Weld1473.Part0 = Part285
  7923. Weld1473.Part1 = Part1467
  7924. Weld1473.part1 = Part1467
  7925. CFrameValue1474.Name = "CFrameValue"
  7926. CFrameValue1474.Parent = Part1467
  7927. CFrameValue1474.Value = CFrame.new(-0.0100078583, 1.80002642, -2.6000061, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  7928. Part1475.Parent = Model0
  7929. Part1475.CFrame = CFrame.new(24.3672962, 10.687582, 52.6535301, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  7930. Part1475.Orientation = Vector3.new(0, -0.0799999982, 0)
  7931. Part1475.Position = Vector3.new(24.3672962, 10.687582, 52.6535301)
  7932. Part1475.Rotation = Vector3.new(0, -0.0799999982, 0)
  7933. Part1475.Color = Color3.new(0.917647, 0.721569, 0.572549)
  7934. Part1475.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  7935. Part1475.BrickColor = BrickColor.new("Light orange")
  7936. Part1475.brickColor = BrickColor.new("Light orange")
  7937. Part1475.FormFactor = Enum.FormFactor.Custom
  7938. Part1475.formFactor = Enum.FormFactor.Custom
  7939. Decal1476.Parent = Part1475
  7940. Decal1476.Texture = "http://www.roblox.com/asset/?id=111288035"
  7941. Decal1476.Face = Enum.NormalId.Right
  7942. Decal1477.Parent = Part1475
  7943. Decal1477.Texture = "http://www.roblox.com/asset/?id=111289140"
  7944. Decal1477.Face = Enum.NormalId.Back
  7945. Decal1478.Parent = Part1475
  7946. Decal1478.Texture = "http://www.roblox.com/asset/?id=111289140"
  7947. Decal1479.Parent = Part1475
  7948. Decal1479.Texture = "http://www.roblox.com/asset/?id=111289140"
  7949. Decal1479.Face = Enum.NormalId.Left
  7950. Decal1480.Parent = Part1475
  7951. Decal1480.Texture = "http://www.roblox.com/asset/?id=111289156"
  7952. Decal1480.Face = Enum.NormalId.Top
  7953. Decal1481.Parent = Part1475
  7954. Decal1481.Texture = "http://www.roblox.com/asset/?id=111292912"
  7955. Decal1481.Face = Enum.NormalId.Bottom
  7956. Weld1482.Parent = Part1475
  7957. Weld1482.C1 = CFrame.new(-0.00997161865, -2.89989042, -2.99997711, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7958. Weld1482.Part0 = Part285
  7959. Weld1482.Part1 = Part1475
  7960. Weld1482.part1 = Part1475
  7961. CFrameValue1483.Name = "CFrameValue"
  7962. CFrameValue1483.Parent = Part1475
  7963. CFrameValue1483.Value = CFrame.new(-0.00997161865, -2.89989042, -2.99997711, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  7964. Part1484.Parent = Model0
  7965. Part1484.CFrame = CFrame.new(19.0007687, 12.8646183, 45.9800491, 0.00132306747, -0.000340820581, 0.999986053, 0.258821607, 0.965925157, -1.10014516e-05, -0.965912998, 0.258825362, 0.00136487023)
  7966. Part1484.Orientation = Vector3.new(0, 89.9199982, 15)
  7967. Part1484.Position = Vector3.new(19.0007687, 12.8646183, 45.9800491)
  7968. Part1484.Rotation = Vector3.new(0.460000008, 89.6999969, 14.4499998)
  7969. Part1484.Color = Color3.new(0.917647, 0.721569, 0.572549)
  7970. Part1484.Size = Vector3.new(2.64571953, 2.18214989, 2.14571953)
  7971. Part1484.BrickColor = BrickColor.new("Light orange")
  7972. Part1484.brickColor = BrickColor.new("Light orange")
  7973. Part1484.FormFactor = Enum.FormFactor.Custom
  7974. Part1484.formFactor = Enum.FormFactor.Custom
  7975. Decal1485.Parent = Part1484
  7976. Decal1485.Texture = "http://www.roblox.com/asset/?id=111288035"
  7977. Decal1485.Face = Enum.NormalId.Right
  7978. Decal1486.Parent = Part1484
  7979. Decal1486.Texture = "http://www.roblox.com/asset/?id=111289140"
  7980. Decal1486.Face = Enum.NormalId.Back
  7981. Decal1487.Parent = Part1484
  7982. Decal1487.Texture = "http://www.roblox.com/asset/?id=111289140"
  7983. Decal1488.Parent = Part1484
  7984. Decal1488.Texture = "http://www.roblox.com/asset/?id=111289140"
  7985. Decal1488.Face = Enum.NormalId.Left
  7986. Decal1489.Parent = Part1484
  7987. Decal1489.Texture = "http://www.roblox.com/asset/?id=111289156"
  7988. Decal1489.Face = Enum.NormalId.Top
  7989. Decal1490.Parent = Part1484
  7990. Decal1490.Texture = "http://www.roblox.com/asset/?id=111292912"
  7991. Decal1490.Face = Enum.NormalId.Bottom
  7992. Weld1491.Parent = Part1484
  7993. Weld1491.C1 = CFrame.new(-4.85528946, -3.9549427, 5.36578083, 0.965919852, 0.258811504, 4.8201041e-06, -0.258816332, 0.965927839, 1.49425277e-05, 5.32678087e-07, -1.34417005e-05, 0.999990344)
  7994. Weld1491.Part0 = Part285
  7995. Weld1491.Part1 = Part1484
  7996. Weld1491.part1 = Part1484
  7997. CFrameValue1492.Name = "CFrameValue"
  7998. CFrameValue1492.Parent = Part1484
  7999. CFrameValue1492.Value = CFrame.new(-4.85528946, -3.9549427, 5.36578083, 0.965919852, 0.258811504, 4.8201041e-06, -0.258816332, 0.965927839, 1.49425277e-05, 5.32678087e-07, -1.34417005e-05, 0.999990344)
  8000. Part1493.Parent = Model0
  8001. Part1493.CFrame = CFrame.new(12.4307098, 8.8878231, 41.8373146, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  8002. Part1493.Orientation = Vector3.new(0, 179.919998, 45)
  8003. Part1493.Position = Vector3.new(12.4307098, 8.8878231, 41.8373146)
  8004. Part1493.Rotation = Vector3.new(-180, 0.0799999982, -135)
  8005. Part1493.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8006. Part1493.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  8007. Part1493.BrickColor = BrickColor.new("Brown")
  8008. Part1493.brickColor = BrickColor.new("Brown")
  8009. Part1493.FormFactor = Enum.FormFactor.Custom
  8010. Part1493.formFactor = Enum.FormFactor.Custom
  8011. Decal1494.Parent = Part1493
  8012. Decal1494.Texture = "http://www.roblox.com/asset/?id=111291326"
  8013. Decal1494.Face = Enum.NormalId.Top
  8014. Decal1495.Parent = Part1493
  8015. Decal1495.Texture = "http://www.roblox.com/asset/?id=111291534"
  8016. Decal1495.Face = Enum.NormalId.Bottom
  8017. Decal1496.Parent = Part1493
  8018. Decal1496.Texture = "http://www.roblox.com/asset/?id=111291643"
  8019. Decal1496.Face = Enum.NormalId.Right
  8020. Decal1497.Parent = Part1493
  8021. Decal1497.Texture = "http://www.roblox.com/asset/?id=111291741"
  8022. Decal1498.Parent = Part1493
  8023. Decal1498.Texture = "http://www.roblox.com/asset/?id=111291643"
  8024. Decal1498.Face = Enum.NormalId.Left
  8025. Weld1499.Parent = Part1493
  8026. Weld1499.C1 = CFrame.new(-9.22146225, 7.66625309, -7.79994583, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  8027. Weld1499.Part0 = Part285
  8028. Weld1499.Part1 = Part1493
  8029. Weld1499.part1 = Part1493
  8030. CFrameValue1500.Name = "CFrameValue"
  8031. CFrameValue1500.Parent = Part1493
  8032. CFrameValue1500.Value = CFrame.new(-9.22146225, 7.66625309, -7.79994583, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  8033. Part1501.Parent = Model0
  8034. Part1501.CFrame = CFrame.new(12.84233, 7.78787613, 40.6379089, -0.00136550365, 1.87679088e-05, -0.999995708, -7.80835126e-06, 1, 1.87787737e-05, 0.999995708, 7.83600444e-06, -0.00136550341)
  8035. Part1501.Orientation = Vector3.new(0, -90.0800018, 0)
  8036. Part1501.Position = Vector3.new(12.84233, 7.78787613, 40.6379089)
  8037. Part1501.Rotation = Vector3.new(-179.210007, -89.8300018, -179.210007)
  8038. Part1501.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8039. Part1501.Transparency = 1
  8040. Part1501.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  8041. Part1501.BrickColor = BrickColor.new("Brown")
  8042. Part1501.brickColor = BrickColor.new("Brown")
  8043. Part1501.FormFactor = Enum.FormFactor.Custom
  8044. Part1501.formFactor = Enum.FormFactor.Custom
  8045. Decal1502.Parent = Part1501
  8046. Decal1502.Texture = "http://www.roblox.com/asset/?id=111294593"
  8047. Decal1502.Face = Enum.NormalId.Top
  8048. Decal1503.Parent = Part1501
  8049. Decal1503.Texture = "http://www.roblox.com/asset/?id=111294408"
  8050. Decal1503.Face = Enum.NormalId.Back
  8051. Decal1504.Parent = Part1501
  8052. Decal1504.Texture = "http://www.roblox.com/asset/?id=111294436"
  8053. Decal1505.Parent = Part1501
  8054. Decal1505.Texture = "http://www.roblox.com/asset/?id=111294458"
  8055. Decal1505.Face = Enum.NormalId.Left
  8056. Decal1506.Parent = Part1501
  8057. Decal1506.Texture = "http://www.roblox.com/asset/?id=111294490"
  8058. Decal1506.Face = Enum.NormalId.Right
  8059. Weld1507.Parent = Part1501
  8060. Weld1507.C1 = CFrame.new(8.99990082, 0.000137329102, -11.5314083, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  8061. Weld1507.Part0 = Part285
  8062. Weld1507.Part1 = Part1501
  8063. Weld1507.part1 = Part1501
  8064. CFrameValue1508.Name = "CFrameValue"
  8065. CFrameValue1508.Parent = Part1501
  8066. CFrameValue1508.Value = CFrame.new(8.99990082, 0.000137329102, -11.5314083, -1, 2.65378549e-06, -8.73935733e-08, 2.65377548e-06, 1, 2.12190407e-05, 8.74515536e-08, 2.12190389e-05, -1)
  8067. Part1509.Parent = Model0
  8068. Part1509.CFrame = CFrame.new(12.8323431, 8.48781586, 40.6379051, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  8069. Part1509.Orientation = Vector3.new(0, 179.919998, 0)
  8070. Part1509.Position = Vector3.new(12.8323431, 8.48781586, 40.6379051)
  8071. Part1509.Rotation = Vector3.new(-180, 0.0799999982, -180)
  8072. Part1509.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8073. Part1509.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  8074. Part1509.BrickColor = BrickColor.new("Brown")
  8075. Part1509.brickColor = BrickColor.new("Brown")
  8076. Part1509.FormFactor = Enum.FormFactor.Custom
  8077. Part1509.formFactor = Enum.FormFactor.Custom
  8078. Decal1510.Parent = Part1509
  8079. Decal1510.Texture = "http://www.roblox.com/asset/?id=111289291"
  8080. Decal1510.Face = Enum.NormalId.Right
  8081. Decal1511.Parent = Part1509
  8082. Decal1511.Texture = "http://www.roblox.com/asset/?id=111289318"
  8083. Decal1511.Face = Enum.NormalId.Left
  8084. Decal1512.Parent = Part1509
  8085. Decal1512.Texture = "http://www.roblox.com/asset/?id=111290766"
  8086. Decal1512.Face = Enum.NormalId.Back
  8087. Decal1513.Parent = Part1509
  8088. Decal1513.Texture = "http://www.roblox.com/asset/?id=111290905"
  8089. Weld1514.Parent = Part1509
  8090. Weld1514.C1 = CFrame.new(-11.5414019, -0.69986248, -8.99990082, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  8091. Weld1514.Part0 = Part285
  8092. Weld1514.Part1 = Part1509
  8093. Weld1514.part1 = Part1509
  8094. CFrameValue1515.Name = "CFrameValue"
  8095. CFrameValue1515.Parent = Part1509
  8096. CFrameValue1515.Value = CFrame.new(-11.5414019, -0.69986248, -8.99990082, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  8097. Part1516.Parent = Model0
  8098. Part1516.CFrame = CFrame.new(12.4339848, 8.88784218, 39.4374008, -0.707085907, 0.707121611, 0.00136547594, 0.70712465, 0.707088947, 1.23726268e-05, -0.000956762466, 0.00097431161, -0.999995708)
  8099. Part1516.Orientation = Vector3.new(0, 179.919998, 45)
  8100. Part1516.Position = Vector3.new(12.4339848, 8.88784218, 39.4374008)
  8101. Part1516.Rotation = Vector3.new(-180, 0.0799999982, -135)
  8102. Part1516.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8103. Part1516.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  8104. Part1516.BrickColor = BrickColor.new("Brown")
  8105. Part1516.brickColor = BrickColor.new("Brown")
  8106. Part1516.FormFactor = Enum.FormFactor.Custom
  8107. Part1516.formFactor = Enum.FormFactor.Custom
  8108. Decal1517.Parent = Part1516
  8109. Decal1517.Texture = "http://www.roblox.com/asset/?id=111291326"
  8110. Decal1517.Face = Enum.NormalId.Top
  8111. Decal1518.Parent = Part1516
  8112. Decal1518.Texture = "http://www.roblox.com/asset/?id=111291534"
  8113. Decal1518.Face = Enum.NormalId.Bottom
  8114. Decal1519.Parent = Part1516
  8115. Decal1519.Texture = "http://www.roblox.com/asset/?id=111291643"
  8116. Decal1519.Face = Enum.NormalId.Right
  8117. Decal1520.Parent = Part1516
  8118. Decal1520.Texture = "http://www.roblox.com/asset/?id=111291741"
  8119. Decal1520.Face = Enum.NormalId.Back
  8120. Decal1521.Parent = Part1516
  8121. Decal1521.Texture = "http://www.roblox.com/asset/?id=111291643"
  8122. Decal1521.Face = Enum.NormalId.Left
  8123. Weld1522.Parent = Part1516
  8124. Weld1522.C1 = CFrame.new(-9.22145653, 7.66626263, -10.1998711, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  8125. Weld1522.Part0 = Part285
  8126. Weld1522.Part1 = Part1516
  8127. Weld1522.part1 = Part1516
  8128. CFrameValue1523.Name = "CFrameValue"
  8129. CFrameValue1523.Parent = Part1516
  8130. CFrameValue1523.Value = CFrame.new(-9.22145653, 7.66626263, -10.1998711, -1.3087656e-06, 0.707126379, -0.707087219, -1.39308941e-06, 0.707087219, 0.707126379, 1, 1.91049003e-06, 5.96778591e-08)
  8131. Part1524.Parent = Model0
  8132. Part1524.CFrame = CFrame.new(12.149766, 8.60491085, 40.6371117, -0.70708406, 0.707109869, 0.00136613578, 0.707118034, 0.707095444, 6.77275148e-06, -0.000955516822, 0.000974616152, -0.999989271)
  8133. Part1524.Orientation = Vector3.new(0, 179.919998, 45)
  8134. Part1524.Position = Vector3.new(12.149766, 8.60491085, 40.6371117)
  8135. Part1524.Rotation = Vector3.new(-180, 0.0799999982, -135)
  8136. Part1524.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8137. Part1524.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  8138. Part1524.BrickColor = BrickColor.new("Brown")
  8139. Part1524.brickColor = BrickColor.new("Brown")
  8140. Part1524.FormFactor = Enum.FormFactor.Custom
  8141. Part1524.formFactor = Enum.FormFactor.Custom
  8142. Decal1525.Parent = Part1524
  8143. Decal1525.Texture = "http://www.roblox.com/asset/?id=111290271"
  8144. Decal1525.Face = Enum.NormalId.Right
  8145. Decal1526.Parent = Part1524
  8146. Decal1526.Texture = "http://www.roblox.com/asset/?id=111290491"
  8147. Decal1526.Face = Enum.NormalId.Bottom
  8148. Decal1527.Parent = Part1524
  8149. Decal1527.Texture = "http://www.roblox.com/asset/?id=111290491"
  8150. Decal1527.Face = Enum.NormalId.Top
  8151. Decal1528.Parent = Part1524
  8152. Decal1528.Texture = "http://www.roblox.com/asset/?id=111290271"
  8153. Decal1528.Face = Enum.NormalId.Left
  8154. Weld1529.Parent = Part1524
  8155. Weld1529.C1 = CFrame.new(-9.22140884, 8.06609726, -8.99983025, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  8156. Weld1529.Part0 = Part285
  8157. Weld1529.Part1 = Part1524
  8158. Weld1529.part1 = Part1524
  8159. CFrameValue1530.Name = "CFrameValue"
  8160. CFrameValue1530.Parent = Part1524
  8161. CFrameValue1530.Value = CFrame.new(-9.22140884, 8.06609726, -8.99983025, -2.55199029e-06, 0.707119763, -0.707085371, -1.71360853e-06, 0.707093716, 0.707114637, 0.999993563, -3.68931978e-06, 7.28382702e-07)
  8162. Part1531.Parent = Model0
  8163. Part1531.CFrame = CFrame.new(12.8330717, 5.98774147, 40.2379761, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  8164. Part1531.Orientation = Vector3.new(0, 179.919998, 0)
  8165. Part1531.Position = Vector3.new(12.8330717, 5.98774147, 40.2379761)
  8166. Part1531.Rotation = Vector3.new(-180, 0.0799999982, -180)
  8167. Part1531.Color = Color3.new(0.388235, 0.372549, 0.384314)
  8168. Part1531.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  8169. Part1531.BrickColor = BrickColor.new("Dark stone grey")
  8170. Part1531.brickColor = BrickColor.new("Dark stone grey")
  8171. Part1531.FormFactor = Enum.FormFactor.Custom
  8172. Part1531.formFactor = Enum.FormFactor.Custom
  8173. Decal1532.Parent = Part1531
  8174. Decal1532.Texture = "http://www.roblox.com/asset/?id=111291534"
  8175. Decal1532.Face = Enum.NormalId.Top
  8176. Decal1533.Parent = Part1531
  8177. Decal1533.Texture = "http://www.roblox.com/asset/?id=111292682"
  8178. Decal1533.Face = Enum.NormalId.Right
  8179. Decal1534.Parent = Part1531
  8180. Decal1534.Texture = "http://www.roblox.com/asset/?id=111292704"
  8181. Decal1534.Face = Enum.NormalId.Back
  8182. Decal1535.Parent = Part1531
  8183. Decal1535.Texture = "http://www.roblox.com/asset/?id=111292718"
  8184. Decal1536.Parent = Part1531
  8185. Decal1536.Texture = "http://www.roblox.com/asset/?id=111292729"
  8186. Decal1536.Face = Enum.NormalId.Left
  8187. Weld1537.Parent = Part1531
  8188. Weld1537.C1 = CFrame.new(-11.5413151, 1.80011559, -9.39986801, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  8189. Weld1537.Part0 = Part285
  8190. Weld1537.Part1 = Part1531
  8191. Weld1537.part1 = Part1531
  8192. CFrameValue1538.Name = "CFrameValue"
  8193. CFrameValue1538.Parent = Part1531
  8194. CFrameValue1538.Value = CFrame.new(-11.5413151, 1.80011559, -9.39986801, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  8195. Part1539.Parent = Model0
  8196. Part1539.CFrame = CFrame.new(12.8317461, 5.98782063, 41.0378418, -0.999995708, 1.00556626e-05, 0.00136550085, 1.00726666e-05, 1, 1.23300588e-05, -0.00136550074, 1.23458049e-05, -0.999995708)
  8197. Part1539.Orientation = Vector3.new(0, 179.919998, 0)
  8198. Part1539.Position = Vector3.new(12.8317461, 5.98782063, 41.0378418)
  8199. Part1539.Rotation = Vector3.new(-180, 0.0799999982, -180)
  8200. Part1539.Color = Color3.new(0.388235, 0.372549, 0.384314)
  8201. Part1539.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  8202. Part1539.BrickColor = BrickColor.new("Dark stone grey")
  8203. Part1539.brickColor = BrickColor.new("Dark stone grey")
  8204. Part1539.FormFactor = Enum.FormFactor.Custom
  8205. Part1539.formFactor = Enum.FormFactor.Custom
  8206. Decal1540.Parent = Part1539
  8207. Decal1540.Texture = "http://www.roblox.com/asset/?id=111291534"
  8208. Decal1540.Face = Enum.NormalId.Top
  8209. Decal1541.Parent = Part1539
  8210. Decal1541.Texture = "http://www.roblox.com/asset/?id=111292682"
  8211. Decal1541.Face = Enum.NormalId.Right
  8212. Decal1542.Parent = Part1539
  8213. Decal1542.Texture = "http://www.roblox.com/asset/?id=111292704"
  8214. Decal1542.Face = Enum.NormalId.Back
  8215. Decal1543.Parent = Part1539
  8216. Decal1543.Texture = "http://www.roblox.com/asset/?id=111292718"
  8217. Decal1544.Parent = Part1539
  8218. Decal1544.Texture = "http://www.roblox.com/asset/?id=111292729"
  8219. Decal1544.Face = Enum.NormalId.Left
  8220. Weld1545.Parent = Part1539
  8221. Weld1545.C1 = CFrame.new(-11.5414276, 1.80012798, -8.59992981, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  8222. Weld1545.Part0 = Part285
  8223. Weld1545.Part1 = Part1539
  8224. Weld1545.part1 = Part1539
  8225. CFrameValue1546.Name = "CFrameValue"
  8226. CFrameValue1546.Parent = Part1539
  8227. CFrameValue1546.Value = CFrame.new(-11.5414276, 1.80012798, -8.59992981, 8.46030161e-08, 1.25129318e-05, -1, -1.86793113e-06, 1, 1.25129309e-05, 1, 1.86792204e-06, 8.46246166e-08)
  8228. Part1547.Parent = Model0
  8229. Part1547.CFrame = CFrame.new(12.8326292, 10.6876526, 40.6380959, -0.999986053, 8.06134176e-06, 0.00136616069, 5.84061081e-06, 0.99999994, 6.73017985e-06, -0.00136483507, 1.34488228e-05, -0.999989271)
  8230. Part1547.Orientation = Vector3.new(0, 179.919998, 0)
  8231. Part1547.Position = Vector3.new(12.8326292, 10.6876526, 40.6380959)
  8232. Part1547.Rotation = Vector3.new(-180, 0.0799999982, -180)
  8233. Part1547.Color = Color3.new(0.917647, 0.721569, 0.572549)
  8234. Part1547.Size = Vector3.new(1.60000014, 2.00000024, 1.60000002)
  8235. Part1547.BrickColor = BrickColor.new("Light orange")
  8236. Part1547.brickColor = BrickColor.new("Light orange")
  8237. Part1547.FormFactor = Enum.FormFactor.Custom
  8238. Part1547.formFactor = Enum.FormFactor.Custom
  8239. Decal1548.Parent = Part1547
  8240. Decal1548.Texture = "http://www.roblox.com/asset/?id=111288035"
  8241. Decal1548.Face = Enum.NormalId.Right
  8242. Decal1549.Parent = Part1547
  8243. Decal1549.Texture = "http://www.roblox.com/asset/?id=111289140"
  8244. Decal1549.Face = Enum.NormalId.Back
  8245. Decal1550.Parent = Part1547
  8246. Decal1550.Texture = "http://www.roblox.com/asset/?id=111289140"
  8247. Decal1551.Parent = Part1547
  8248. Decal1551.Texture = "http://www.roblox.com/asset/?id=111289140"
  8249. Decal1551.Face = Enum.NormalId.Left
  8250. Decal1552.Parent = Part1547
  8251. Decal1552.Texture = "http://www.roblox.com/asset/?id=111289156"
  8252. Decal1552.Face = Enum.NormalId.Top
  8253. Decal1553.Parent = Part1547
  8254. Decal1553.Texture = "http://www.roblox.com/asset/?id=111292912"
  8255. Decal1553.Face = Enum.NormalId.Bottom
  8256. Weld1554.Parent = Part1547
  8257. Weld1554.C1 = CFrame.new(-11.5412493, -2.89979839, -8.99980736, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  8258. Weld1554.Part0 = Part285
  8259. Weld1554.Part1 = Part1547
  8260. Weld1554.part1 = Part1547
  8261. CFrameValue1555.Name = "CFrameValue"
  8262. CFrameValue1555.Parent = Part1547
  8263. CFrameValue1555.Value = CFrame.new(-11.5412493, -2.89979839, -8.99980736, -5.67849838e-07, 8.28086013e-06, -0.999990344, -2.97367569e-06, 0.99999994, 1.05201116e-05, 0.999993563, -3.73189141e-06, 7.53328322e-07)
  8264. Part1556.Parent = Model0
  8265. Part1556.CFrame = CFrame.new(19.4490585, 20.363472, 31.3009186, -0.00150077627, -0.000521513633, -0.999985754, -0.333063304, 0.942904472, 5.88600096e-06, 0.942891836, 0.333065927, -0.00158746098)
  8266. Part1556.Orientation = Vector3.new(0, -90.0899963, -19.4500008)
  8267. Part1556.Position = Vector3.new(19.4490585, 20.363472, 31.3009186)
  8268. Part1556.Rotation = Vector3.new(-179.789993, -89.6900024, 160.839996)
  8269. Part1556.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8270. Part1556.Size = Vector3.new(4.85538149, 0.388430536, 0.97107625)
  8271. Part1556.BottomSurface = Enum.SurfaceType.Smooth
  8272. Part1556.BrickColor = BrickColor.new("Black")
  8273. Part1556.TopSurface = Enum.SurfaceType.Smooth
  8274. Part1556.brickColor = BrickColor.new("Black")
  8275. SpecialMesh1557.Name = "SpecialMesh"
  8276. SpecialMesh1557.Parent = Part1556
  8277. SpecialMesh1557.MeshType = Enum.MeshType.Wedge
  8278. Weld1558.Parent = Part1556
  8279. Weld1558.C1 = CFrame.new(21.4861317, -5.7476387, -4.94165802, -0.942899644, -0.33305344, -0.00021414434, -0.333057582, 0.942907929, -6.44371612e-05, 0.000222058923, 8.32392107e-06, -0.999990344)
  8280. Weld1558.Part0 = Part285
  8281. Weld1558.Part1 = Part1556
  8282. Weld1558.part1 = Part1556
  8283. CFrameValue1559.Name = "CFrameValue"
  8284. CFrameValue1559.Parent = Part1556
  8285. CFrameValue1559.Value = CFrame.new(21.4861317, -5.7476387, -4.94165802, -0.942899644, -0.33305344, -0.00021414434, -0.333057582, 0.942907929, -6.44371612e-05, 0.000222058923, 8.32392107e-06, -0.999990344)
  8286. Part1560.Parent = Model0
  8287. Part1560.CFrame = CFrame.new(24.3818703, 7.78786278, 34.6536789, 0.00136541622, -2.45466413e-06, 0.999995708, 1.04621322e-05, 1, 2.44026683e-06, -0.999995708, 1.04608007e-05, 0.00136541622)
  8288. Part1560.Orientation = Vector3.new(0, 89.9199982, 0)
  8289. Part1560.Position = Vector3.new(24.3818703, 7.78786278, 34.6536789)
  8290. Part1560.Rotation = Vector3.new(-0.100000001, 89.8300018, 0.100000001)
  8291. Part1560.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8292. Part1560.Transparency = 1
  8293. Part1560.Size = Vector3.new(1.79999995, 3.97999978, 1.39999998)
  8294. Part1560.BrickColor = BrickColor.new("Brown")
  8295. Part1560.brickColor = BrickColor.new("Brown")
  8296. Part1560.FormFactor = Enum.FormFactor.Custom
  8297. Part1560.formFactor = Enum.FormFactor.Custom
  8298. Decal1561.Parent = Part1560
  8299. Decal1561.Texture = "http://www.roblox.com/asset/?id=111294593"
  8300. Decal1561.Face = Enum.NormalId.Top
  8301. Decal1562.Parent = Part1560
  8302. Decal1562.Texture = "http://www.roblox.com/asset/?id=111294408"
  8303. Decal1562.Face = Enum.NormalId.Back
  8304. Decal1563.Parent = Part1560
  8305. Decal1563.Texture = "http://www.roblox.com/asset/?id=111294436"
  8306. Decal1564.Parent = Part1560
  8307. Decal1564.Texture = "http://www.roblox.com/asset/?id=111294458"
  8308. Decal1564.Face = Enum.NormalId.Left
  8309. Decal1565.Parent = Part1560
  8310. Decal1565.Texture = "http://www.roblox.com/asset/?id=111294490"
  8311. Decal1565.Face = Enum.NormalId.Right
  8312. Weld1566.Parent = Part1560
  8313. Weld1566.C1 = CFrame.new(-14.9999046, 2.05039978e-05, 9.53674316e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  8314. Weld1566.Part0 = Part285
  8315. Weld1566.Part1 = Part1560
  8316. Weld1566.part1 = Part1560
  8317. CFrameValue1567.Name = "CFrameValue"
  8318. CFrameValue1567.Parent = Part1560
  8319. CFrameValue1567.Value = CFrame.new(-14.9999046, 2.05039978e-05, 9.53674316e-06, 1, -4.54747351e-12, -1.13686838e-12, -4.54747351e-12, 1, 1.15209925e-13, -1.13686838e-12, 1.15209925e-13, 1)
  8320. Part1568.Parent = Model0
  8321. Part1568.CFrame = CFrame.new(24.3918667, 8.48780346, 34.6537056, 0.999995708, 1.76093909e-06, -0.00136541342, -1.78749406e-06, 1, -1.93515098e-05, 0.00136541342, 1.93559135e-05, 0.999995708)
  8322. Part1568.Orientation = Vector3.new(0, -0.0799999982, 0)
  8323. Part1568.Position = Vector3.new(24.3918667, 8.48780346, 34.6537056)
  8324. Part1568.Rotation = Vector3.new(0, -0.0799999982, 0)
  8325. Part1568.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8326. Part1568.Size = Vector3.new(1.20000005, 2.40000033, 1.60000002)
  8327. Part1568.BrickColor = BrickColor.new("Brown")
  8328. Part1568.brickColor = BrickColor.new("Brown")
  8329. Part1568.FormFactor = Enum.FormFactor.Custom
  8330. Part1568.formFactor = Enum.FormFactor.Custom
  8331. Decal1569.Parent = Part1568
  8332. Decal1569.Texture = "http://www.roblox.com/asset/?id=111289291"
  8333. Decal1569.Face = Enum.NormalId.Right
  8334. Decal1570.Parent = Part1568
  8335. Decal1570.Texture = "http://www.roblox.com/asset/?id=111289318"
  8336. Decal1570.Face = Enum.NormalId.Left
  8337. Decal1571.Parent = Part1568
  8338. Decal1571.Texture = "http://www.roblox.com/asset/?id=111290766"
  8339. Decal1571.Face = Enum.NormalId.Back
  8340. Decal1572.Parent = Part1568
  8341. Decal1572.Texture = "http://www.roblox.com/asset/?id=111290905"
  8342. Weld1573.Parent = Part1568
  8343. Weld1573.C1 = CFrame.new(-0.00998497009, -0.699786663, 14.9999046, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  8344. Weld1573.Part0 = Part285
  8345. Weld1573.Part1 = Part1568
  8346. Weld1573.part1 = Part1568
  8347. CFrameValue1574.Name = "CFrameValue"
  8348. CFrameValue1574.Parent = Part1568
  8349. CFrameValue1574.Value = CFrame.new(-0.00998497009, -0.699786663, 14.9999046, 2.77577783e-09, -4.22776066e-06, 1, -8.88938212e-06, 1, 4.22775929e-06, -1, -8.88937302e-06, 2.74008016e-09)
  8350. Part1575.Parent = Model0
  8351. Part1575.CFrame = CFrame.new(25.0746994, 8.60487843, 34.6548424, 0.707095623, -0.707098305, -0.00136604835, 0.707109571, 0.707103908, -1.14976119e-05, 0.000977876014, -0.000952133734, 0.999989271)
  8352. Part1575.Orientation = Vector3.new(0, -0.0799999982, 45)
  8353. Part1575.Position = Vector3.new(25.0746994, 8.60487843, 34.6548424)
  8354. Part1575.Rotation = Vector3.new(0, -0.0799999982, 45)
  8355. Part1575.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8356. Part1575.Size = Vector3.new(0.800000012, 0.800000012, 1.60000002)
  8357. Part1575.BrickColor = BrickColor.new("Brown")
  8358. Part1575.brickColor = BrickColor.new("Brown")
  8359. Part1575.FormFactor = Enum.FormFactor.Custom
  8360. Part1575.formFactor = Enum.FormFactor.Custom
  8361. Decal1576.Parent = Part1575
  8362. Decal1576.Texture = "http://www.roblox.com/asset/?id=111290271"
  8363. Decal1576.Face = Enum.NormalId.Right
  8364. Decal1577.Parent = Part1575
  8365. Decal1577.Texture = "http://www.roblox.com/asset/?id=111290491"
  8366. Decal1577.Face = Enum.NormalId.Bottom
  8367. Decal1578.Parent = Part1575
  8368. Decal1578.Texture = "http://www.roblox.com/asset/?id=111290491"
  8369. Decal1578.Face = Enum.NormalId.Top
  8370. Decal1579.Parent = Part1575
  8371. Decal1579.Texture = "http://www.roblox.com/asset/?id=111290271"
  8372. Decal1579.Face = Enum.NormalId.Left
  8373. Weld1580.Parent = Part1575
  8374. Weld1580.C1 = CFrame.new(-1.06758881, -0.087790966, 14.9997978, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  8375. Weld1580.Part0 = Part285
  8376. Weld1580.Part1 = Part1575
  8377. Weld1580.part1 = Part1575
  8378. CFrameValue1581.Name = "CFrameValue"
  8379. CFrameValue1581.Parent = Part1575
  8380. CFrameValue1581.Value = CFrame.new(-1.06758881, -0.087790966, 14.9997978, -4.99283578e-06, 0.707107842, 0.707100391, -5.95470283e-06, 0.707105637, -0.707099617, -0.999993563, -1.03554066e-06, -6.41011638e-07)
  8381. Part1582.Parent = Model0
  8382. Part1582.CFrame = CFrame.new(24.7935104, 8.88782787, 33.4543076, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  8383. Part1582.Orientation = Vector3.new(0, -0.0799999982, 45)
  8384. Part1582.Position = Vector3.new(24.7935104, 8.88782787, 33.4543076)
  8385. Part1582.Rotation = Vector3.new(0, -0.0799999982, 45)
  8386. Part1582.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8387. Part1582.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  8388. Part1582.BrickColor = BrickColor.new("Brown")
  8389. Part1582.brickColor = BrickColor.new("Brown")
  8390. Part1582.FormFactor = Enum.FormFactor.Custom
  8391. Part1582.formFactor = Enum.FormFactor.Custom
  8392. Decal1583.Parent = Part1582
  8393. Decal1583.Texture = "http://www.roblox.com/asset/?id=111291326"
  8394. Decal1583.Face = Enum.NormalId.Top
  8395. Decal1584.Parent = Part1582
  8396. Decal1584.Texture = "http://www.roblox.com/asset/?id=111291534"
  8397. Decal1584.Face = Enum.NormalId.Bottom
  8398. Decal1585.Parent = Part1582
  8399. Decal1585.Texture = "http://www.roblox.com/asset/?id=111291643"
  8400. Decal1585.Face = Enum.NormalId.Right
  8401. Decal1586.Parent = Part1582
  8402. Decal1586.Texture = "http://www.roblox.com/asset/?id=111291741"
  8403. Decal1587.Parent = Part1582
  8404. Decal1587.Texture = "http://www.roblox.com/asset/?id=111291643"
  8405. Decal1587.Face = Enum.NormalId.Left
  8406. Weld1588.Parent = Part1582
  8407. Weld1588.C1 = CFrame.new(-1.06758308, -0.487746239, 16.1998615, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  8408. Weld1588.Part0 = Part285
  8409. Weld1588.Part1 = Part1582
  8410. Weld1588.part1 = Part1582
  8411. CFrameValue1589.Name = "CFrameValue"
  8412. CFrameValue1589.Parent = Part1582
  8413. CFrameValue1589.Value = CFrame.new(-1.06758308, -0.487746239, 16.1998615, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  8414. Part1590.Parent = Model0
  8415. Part1590.CFrame = CFrame.new(24.7902355, 8.88780117, 35.8542213, 0.707095921, -0.707111597, -0.00136538851, 0.707114637, 0.707098961, -1.93089436e-05, 0.000979119795, -0.000951831462, 0.999995708)
  8416. Part1590.Orientation = Vector3.new(0, -0.0799999982, 45)
  8417. Part1590.Position = Vector3.new(24.7902355, 8.88780117, 35.8542213)
  8418. Part1590.Rotation = Vector3.new(0, -0.0799999982, 45)
  8419. Part1590.Color = Color3.new(0.486275, 0.360784, 0.27451)
  8420. Part1590.Size = Vector3.new(0.800000012, 1.60000014, 0.799999952)
  8421. Part1590.BrickColor = BrickColor.new("Brown")
  8422. Part1590.brickColor = BrickColor.new("Brown")
  8423. Part1590.FormFactor = Enum.FormFactor.Custom
  8424. Part1590.formFactor = Enum.FormFactor.Custom
  8425. Decal1591.Parent = Part1590
  8426. Decal1591.Texture = "http://www.roblox.com/asset/?id=111291326"
  8427. Decal1591.Face = Enum.NormalId.Top
  8428. Decal1592.Parent = Part1590
  8429. Decal1592.Texture = "http://www.roblox.com/asset/?id=111291534"
  8430. Decal1592.Face = Enum.NormalId.Bottom
  8431. Decal1593.Parent = Part1590
  8432. Decal1593.Texture = "http://www.roblox.com/asset/?id=111291643"
  8433. Decal1593.Face = Enum.NormalId.Right
  8434. Decal1594.Parent = Part1590
  8435. Decal1594.Texture = "http://www.roblox.com/asset/?id=111291741"
  8436. Decal1594.Face = Enum.NormalId.Back
  8437. Decal1595.Parent = Part1590
  8438. Decal1595.Texture = "http://www.roblox.com/asset/?id=111291643"
  8439. Decal1595.Face = Enum.NormalId.Left
  8440. Weld1596.Parent = Part1590
  8441. Weld1596.C1 = CFrame.new(-1.06759834, -0.48775959, 13.7999363, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  8442. Weld1596.Part0 = Part285
  8443. Weld1596.Part1 = Part1590
  8444. Weld1596.part1 = Part1590
  8445. CFrameValue1597.Name = "CFrameValue"
  8446. CFrameValue1597.Parent = Part1590
  8447. CFrameValue1597.Value = CFrame.new(-1.06759834, -0.48775959, 13.7999363, -6.23612186e-06, 0.707112908, 0.707100689, -6.27516602e-06, 0.707100689, -0.707112908, -1, -8.84680685e-06, 2.76870651e-08)
  8448. Part1598.Parent = Model0
  8449. Part1598.CFrame = CFrame.new(24.391346, 5.98771048, 35.0538559, 0.999986053, 8.23358641e-06, -0.00136607338, -6.01942475e-06, 0.99999994, -1.15401772e-05, 0.00136474776, 1.82590065e-05, 0.999989271)
  8450. Part1598.Orientation = Vector3.new(0, -0.0799999982, 0)
  8451. Part1598.Position = Vector3.new(24.391346, 5.98771048, 35.0538559)
  8452. Part1598.Rotation = Vector3.new(0, -0.0799999982, 0)
  8453. Part1598.Color = Color3.new(0.388235, 0.372549, 0.384314)
  8454. Part1598.Size = Vector3.new(0.800000012, 2.60000038, 0.800000012)
  8455. Part1598.BrickColor = BrickColor.new("Dark stone grey")
  8456. Part1598.brickColor = BrickColor.new("Dark stone grey")
  8457. Part1598.FormFactor = Enum.FormFactor.Custom
  8458. Part1598.formFactor = Enum.FormFactor.Custom
  8459. Decal1599.Parent = Part1598
  8460. Decal1599.Texture = "http://www.roblox.com/asset/?id=111291534"
  8461. Decal1599.Face = Enum.NormalId.Top
  8462. Decal1600.Parent = Part1598
  8463. Decal1600.Texture = "http://www.roblox.com/asset/?id=111292682"
  8464. Decal1600.Face = Enum.NormalId.Right
  8465. Decal1601.Parent = Part1598
  8466. Decal1601.Texture = "http://www.roblox.com/asset/?id=111292704"
  8467. Decal1601.Face = Enum.NormalId.Back
  8468. Decal1602.Parent = Part1598
  8469. Decal1602.Texture = "http://www.roblox.com/asset/?id=111292718"
  8470. Decal1603.Parent = Part1598
  8471. Decal1603.Texture = "http://www.roblox.com/asset/?id=111292729"
  8472. Decal1603.Face = Enum.NormalId.Left
  8473. Weld1604.Parent = Part1598
  8474. Weld1604.C1 = CFrame.new(-0.010017395, 1.80018425, 14.599802, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  8475. Weld1604.Part0 = Part285
  8476. Weld1604.Part1 = Part1598
  8477. Weld1604.part1 = Part1598
  8478. CFrameValue1605.Name = "CFrameValue"
  8479. CFrameValue1605.Parent = Part1598
  8480. CFrameValue1605.Value = CFrame.new(-0.010017395, 1.80018425, 14.599802, 6.55273197e-07, -8.45967497e-06, 0.999990344, -7.78363756e-06, 0.99999994, 1.06989237e-05, -0.999993563, -1.07810592e-06, -6.65957714e-07)
  8481.  
  8482. mas.Parent = workspace
  8483. for i,v in pairs(Model0:GetDescendants()) do
  8484. if v:IsA("BasePart") then
  8485. v.Massless = true
  8486. v.CanCollide = false
  8487. end
  8488. end
  8489. for i,v in pairs(char:GetDescendants()) do
  8490. if v:IsA("BasePart") then
  8491. v.Transparency = 1
  8492. end
  8493. end
  8494. villager = Model10
  8495. Model0:MoveTo(char.Head.Position)
  8496. Weld0 = Instance.new("Weld")
  8497. Weld0.Parent = char
  8498. Weld0.C0 = CFrame.new(0, 4.5, 0, -1, 0, -8.74227766e-08, 8.74227766e-08, -4.37113883e-08, -1, -3.82137093e-15, -1, 4.37113883e-08)
  8499. Weld0.Part0 = char.HumanoidRootPart
  8500. Weld0.Part1 = Part902
  8501. Weld0.part1 = Part902
  8502. villager.Parent = game.ServerStorage
  8503. Part902.Touched:Connect(function(part)
  8504. if part.Anchored == false then
  8505. part:BreakJoints()
  8506. end
  8507. end)
  8508. Part0 = Instance.new("Part")
  8509. Part1 = Instance.new("Part")
  8510. Weld2 = Instance.new("Weld")
  8511. Weld3 = Instance.new("Weld")
  8512. Part0.Parent = mas
  8513. Part0.CFrame = CFrame.new(-8.2000227, 23.4000168, -34.1886711, -1, 0, -8.74227766e-08, 8.44439185e-08, 0.258819073, -0.965925813, 2.26266827e-08, -0.965925813, -0.258819073)
  8514. Part0.Orientation = Vector3.new(75, -180, 0)
  8515. Part0.Position = Vector3.new(-8.2000227, 23.4000168, -34.1886711)
  8516. Part0.Rotation = Vector3.new(105, 0, -180)
  8517. Part0.Transparency = 1
  8518. Part0.Size = Vector3.new(4, 1, 2)
  8519. Part0.BottomSurface = Enum.SurfaceType.Smooth
  8520. Part0.CanCollide = false
  8521. Part0.TopSurface = Enum.SurfaceType.Smooth
  8522. Part1.Name = "da"
  8523. Part1.Parent = mas
  8524. Part1.CFrame = CFrame.new(-8.2000227, 21.4000168, -26.1886711, -1, 0, -8.74227766e-08, 8.44439185e-08, 0.258819073, -0.965925813, 2.26266827e-08, -0.965925813, -0.258819073)
  8525. Part1.Orientation = Vector3.new(75, -180, 0)
  8526. Part1.Position = Vector3.new(-8.2000227, 21.4000168, -26.1886711)
  8527. Part1.Rotation = Vector3.new(105, 0, -180)
  8528. Part1.Transparency = 1
  8529. Part1.Size = Vector3.new(4, 1, 2)
  8530. Part1.BottomSurface = Enum.SurfaceType.Smooth
  8531. Part1.CanCollide = false
  8532. Part1.TopSurface = Enum.SurfaceType.Smooth
  8533. Weld2.Name = "Weldd"
  8534. Weld2.Parent = mas
  8535. Weld2.C0 = CFrame.new(0, 18, -20, -1, 0, -8.74227766e-08, 8.44439185e-08, 0.258819073, -0.965925813, 2.26266827e-08, -0.965925813, -0.258819073)
  8536. Weld2.Part0 = char.HumanoidRootPart
  8537. Weld2.Part1 = Part0
  8538. Weld2.part1 = Part0
  8539. Weld3.Name = "Welddd"
  8540. Weld3.Parent = mas
  8541. Weld3.C0 = CFrame.new(0, 28, -45, -1, 0, -8.74227766e-08, 8.44439185e-08, 0.258819073, -0.965925813, 2.26266827e-08, -0.965925813, -0.258819073)
  8542. Weld3.Part0 = char.HumanoidRootPart
  8543. Weld3.Part1 = Part1
  8544. Weld3.part1 = Part1
  8545. mouse = player:GetMouse()
  8546. Sound82:Play()
  8547. Sound82.Volume = 0.4
  8548. villers = {}
  8549. function skibbitybopmmdada(plop,kaboom)
  8550. coroutine.resume(coroutine.create(function()
  8551. body = Instance.new("BodyPosition",plop)
  8552. body.MaxForce = Vector3.new(9999,9999,9999)
  8553. body.Position = Part1.Position
  8554. wait(kaboom)
  8555. touch(plop)
  8556. for i,v in pairs(villers) do
  8557. for i,bodya in pairs(v:GetDescendants()) do
  8558. if bodya.ClassName == "BodyPosition" then
  8559. bodya:Destroy()
  8560. end
  8561. end
  8562. end
  8563. --body:Destroy()
  8564. end))
  8565. end
  8566. char.Humanoid.WalkSpeed = 50
  8567. function touch(par)
  8568. coroutine.resume(coroutine.create(function()
  8569. par.Touched:Connect(function(part)
  8570. if part ~= Part0 and part ~= Part1 and part.Parent.Name ~= "villy" then
  8571. ecx = Instance.new("Explosion",workspace)
  8572. par:Destroy()
  8573. --3.05
  8574. kaboom = Instance.new("Sound",workspace)
  8575. kaboom.Volume = 10
  8576. kaboom.SoundId = "rbxassetid://301924340"
  8577. kaboom:Play()
  8578. ecx.BlastPressure = 0
  8579. kaboom.TimePosition = 3.05
  8580. ecx.Position = par.Position
  8581. ecx.Hit:Connect(function(hit)
  8582. if hit.Parent:FindFirstChildOfClass("Humanoid") then
  8583. if hit.Parent.Name ~= player.Name then
  8584. hit:BreakJoints()
  8585. end
  8586. end
  8587. end)
  8588. end
  8589. end)
  8590. end))
  8591. end
  8592. mouse.Button1Down:Connect(function()
  8593. coroutine.resume(coroutine.create(function()
  8594. v = villager:Clone()
  8595. v.Name = "villy"
  8596. table.insert(villers,v)
  8597. v.Parent = workspace
  8598. v.tatso.CFrame = Part0.CFrame
  8599. v.tatso.CanCollide = true
  8600. skibbitybopmmdada(v.tatso,0.3)
  8601. end))
  8602. end)
Add Comment
Please, Sign In to add comment