Advertisement
Jamil_And_Brol

Untitled

Nov 22nd, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 405.81 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()}
  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. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) 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 self[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. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126. self._btrs[name] = self.Heartbeat:Connect(fun)
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144.  
  145. --Made by N3xul
  146. local runDummyScript = function(f,scri)
  147. local oldenv = getfenv(f)
  148. local newenv = setmetatable({}, {
  149. __index = function(_, k)
  150. if k:lower() == 'script' then
  151. return scri
  152. else
  153. return oldenv[k]
  154. end
  155. end
  156. })
  157. setfenv(f, newenv)
  158. ypcall(function() f() end)
  159. end
  160. cors = {}
  161. mas = Instance.new("Model",game:GetService("Lighting"))
  162. mas.Name = "CompiledModel"
  163. o1 = Instance.new("Model")
  164. o2 = Instance.new("Model")
  165. o3 = Instance.new("Model")
  166. o4 = Instance.new("Part")
  167. o5 = Instance.new("CylinderMesh")
  168. o6 = Instance.new("Part")
  169. o7 = Instance.new("CylinderMesh")
  170. o8 = Instance.new("Part")
  171. o9 = Instance.new("CylinderMesh")
  172. o10 = Instance.new("Part")
  173. o11 = Instance.new("CylinderMesh")
  174. o12 = Instance.new("Part")
  175. o13 = Instance.new("SpecialMesh")
  176. o14 = Instance.new("Part")
  177. o15 = Instance.new("CylinderMesh")
  178. o16 = Instance.new("Part")
  179. o17 = Instance.new("SpecialMesh")
  180. o18 = Instance.new("Part")
  181. o19 = Instance.new("SpecialMesh")
  182. o20 = Instance.new("Part")
  183. o21 = Instance.new("CylinderMesh")
  184. o22 = Instance.new("Part")
  185. o23 = Instance.new("CylinderMesh")
  186. o24 = Instance.new("Part")
  187. o25 = Instance.new("CylinderMesh")
  188. o26 = Instance.new("Part")
  189. o27 = Instance.new("CylinderMesh")
  190. o28 = Instance.new("Part")
  191. o29 = Instance.new("BlockMesh")
  192. o30 = Instance.new("Part")
  193. o31 = Instance.new("CylinderMesh")
  194. o32 = Instance.new("Part")
  195. o33 = Instance.new("CylinderMesh")
  196. o34 = Instance.new("Part")
  197. o35 = Instance.new("CylinderMesh")
  198. o36 = Instance.new("Part")
  199. o37 = Instance.new("CylinderMesh")
  200. o38 = Instance.new("Part")
  201. o39 = Instance.new("CylinderMesh")
  202. o40 = Instance.new("Part")
  203. o41 = Instance.new("CylinderMesh")
  204. o42 = Instance.new("Model")
  205. o43 = Instance.new("Part")
  206. o44 = Instance.new("CylinderMesh")
  207. o45 = Instance.new("Part")
  208. o46 = Instance.new("CylinderMesh")
  209. o47 = Instance.new("Part")
  210. o48 = Instance.new("CylinderMesh")
  211. o49 = Instance.new("Part")
  212. o50 = Instance.new("CylinderMesh")
  213. o51 = Instance.new("Part")
  214. o52 = Instance.new("CylinderMesh")
  215. o53 = Instance.new("Part")
  216. o54 = Instance.new("CylinderMesh")
  217. o55 = Instance.new("Part")
  218. o56 = Instance.new("SpecialMesh")
  219. o57 = Instance.new("Part")
  220. o58 = Instance.new("SpecialMesh")
  221. o59 = Instance.new("Part")
  222. o60 = Instance.new("CylinderMesh")
  223. o61 = Instance.new("Part")
  224. o62 = Instance.new("SpecialMesh")
  225. o63 = Instance.new("Part")
  226. o64 = Instance.new("BlockMesh")
  227. o65 = Instance.new("Part")
  228. o66 = Instance.new("CylinderMesh")
  229. o67 = Instance.new("Part")
  230. o68 = Instance.new("CylinderMesh")
  231. o69 = Instance.new("Part")
  232. o70 = Instance.new("CylinderMesh")
  233. o71 = Instance.new("Part")
  234. o72 = Instance.new("CylinderMesh")
  235. o73 = Instance.new("Part")
  236. o74 = Instance.new("CylinderMesh")
  237. o75 = Instance.new("Part")
  238. o76 = Instance.new("CylinderMesh")
  239. o77 = Instance.new("Part")
  240. o78 = Instance.new("CylinderMesh")
  241. o79 = Instance.new("Part")
  242. o80 = Instance.new("CylinderMesh")
  243. o81 = Instance.new("Model")
  244. o82 = Instance.new("Part")
  245. o83 = Instance.new("CylinderMesh")
  246. o84 = Instance.new("Part")
  247. o85 = Instance.new("CylinderMesh")
  248. o86 = Instance.new("Part")
  249. o87 = Instance.new("CylinderMesh")
  250. o88 = Instance.new("Part")
  251. o89 = Instance.new("CylinderMesh")
  252. o90 = Instance.new("Part")
  253. o91 = Instance.new("CylinderMesh")
  254. o92 = Instance.new("Part")
  255. o93 = Instance.new("SpecialMesh")
  256. o94 = Instance.new("Part")
  257. o95 = Instance.new("CylinderMesh")
  258. o96 = Instance.new("Model")
  259. o97 = Instance.new("Part")
  260. o98 = Instance.new("CylinderMesh")
  261. o99 = Instance.new("Part")
  262. o100 = Instance.new("CylinderMesh")
  263. o101 = Instance.new("Part")
  264. o102 = Instance.new("CylinderMesh")
  265. o103 = Instance.new("Part")
  266. o104 = Instance.new("CylinderMesh")
  267. o105 = Instance.new("Part")
  268. o106 = Instance.new("CylinderMesh")
  269. o107 = Instance.new("Part")
  270. o108 = Instance.new("CylinderMesh")
  271. o109 = Instance.new("Part")
  272. o110 = Instance.new("CylinderMesh")
  273. o111 = Instance.new("Part")
  274. o112 = Instance.new("CylinderMesh")
  275. o113 = Instance.new("Part")
  276. o114 = Instance.new("BlockMesh")
  277. o115 = Instance.new("Part")
  278. o116 = Instance.new("CylinderMesh")
  279. o117 = Instance.new("Weld")
  280. o118 = Instance.new("Part")
  281. o119 = Instance.new("CylinderMesh")
  282. o120 = Instance.new("Part")
  283. o121 = Instance.new("CylinderMesh")
  284. o122 = Instance.new("Weld")
  285. o123 = Instance.new("WedgePart")
  286. o124 = Instance.new("Model")
  287. o125 = Instance.new("Part")
  288. o126 = Instance.new("SpecialMesh")
  289. o127 = Instance.new("Script")
  290. o128 = Instance.new("Part")
  291. o129 = Instance.new("SpecialMesh")
  292. o130 = Instance.new("Script")
  293. o131 = Instance.new("Part")
  294. o132 = Instance.new("CylinderMesh")
  295. o133 = Instance.new("Part")
  296. o134 = Instance.new("BlockMesh")
  297. o135 = Instance.new("Part")
  298. o136 = Instance.new("CylinderMesh")
  299. o137 = Instance.new("Part")
  300. o138 = Instance.new("CylinderMesh")
  301. o139 = Instance.new("Part")
  302. o140 = Instance.new("BlockMesh")
  303. o141 = Instance.new("Part")
  304. o142 = Instance.new("BlockMesh")
  305. o143 = Instance.new("Part")
  306. o144 = Instance.new("CylinderMesh")
  307. o145 = Instance.new("Part")
  308. o146 = Instance.new("BlockMesh")
  309. o147 = Instance.new("Part")
  310. o148 = Instance.new("CylinderMesh")
  311. o149 = Instance.new("Part")
  312. o150 = Instance.new("CylinderMesh")
  313. o151 = Instance.new("Part")
  314. o152 = Instance.new("BlockMesh")
  315. o153 = Instance.new("Part")
  316. o154 = Instance.new("CylinderMesh")
  317. o155 = Instance.new("Part")
  318. o156 = Instance.new("BlockMesh")
  319. o157 = Instance.new("Part")
  320. o158 = Instance.new("CylinderMesh")
  321. o159 = Instance.new("Part")
  322. o160 = Instance.new("BlockMesh")
  323. o161 = Instance.new("Part")
  324. o162 = Instance.new("BlockMesh")
  325. o163 = Instance.new("Part")
  326. o164 = Instance.new("CylinderMesh")
  327. o165 = Instance.new("Part")
  328. o166 = Instance.new("BlockMesh")
  329. o167 = Instance.new("Part")
  330. o168 = Instance.new("BlockMesh")
  331. o169 = Instance.new("Part")
  332. o170 = Instance.new("BlockMesh")
  333. o171 = Instance.new("Part")
  334. o172 = Instance.new("BlockMesh")
  335. o173 = Instance.new("Part")
  336. o174 = Instance.new("BlockMesh")
  337. o175 = Instance.new("Part")
  338. o176 = Instance.new("BlockMesh")
  339. o177 = Instance.new("Part")
  340. o178 = Instance.new("SpecialMesh")
  341. o179 = Instance.new("Part")
  342. o180 = Instance.new("BlockMesh")
  343. o181 = Instance.new("Part")
  344. o182 = Instance.new("SpecialMesh")
  345. o183 = Instance.new("Part")
  346. o184 = Instance.new("SpecialMesh")
  347. o185 = Instance.new("Part")
  348. o186 = Instance.new("SpecialMesh")
  349. o187 = Instance.new("Part")
  350. o188 = Instance.new("BlockMesh")
  351. o189 = Instance.new("Part")
  352. o190 = Instance.new("BlockMesh")
  353. o191 = Instance.new("Part")
  354. o192 = Instance.new("BlockMesh")
  355. o193 = Instance.new("Part")
  356. o194 = Instance.new("BlockMesh")
  357. o195 = Instance.new("Part")
  358. o196 = Instance.new("BlockMesh")
  359. o197 = Instance.new("Part")
  360. o198 = Instance.new("BlockMesh")
  361. o199 = Instance.new("Part")
  362. o200 = Instance.new("BlockMesh")
  363. o201 = Instance.new("Part")
  364. o202 = Instance.new("CylinderMesh")
  365. o203 = Instance.new("Part")
  366. o204 = Instance.new("CylinderMesh")
  367. o205 = Instance.new("Part")
  368. o206 = Instance.new("CylinderMesh")
  369. o207 = Instance.new("Part")
  370. o208 = Instance.new("BlockMesh")
  371. o209 = Instance.new("Part")
  372. o210 = Instance.new("BlockMesh")
  373. o211 = Instance.new("Part")
  374. o212 = Instance.new("BlockMesh")
  375. o213 = Instance.new("Part")
  376. o214 = Instance.new("BlockMesh")
  377. o215 = Instance.new("Part")
  378. o216 = Instance.new("BlockMesh")
  379. o217 = Instance.new("Part")
  380. o218 = Instance.new("BlockMesh")
  381. o219 = Instance.new("Part")
  382. o220 = Instance.new("CylinderMesh")
  383. o221 = Instance.new("Part")
  384. o222 = Instance.new("BlockMesh")
  385. o223 = Instance.new("Part")
  386. o224 = Instance.new("CylinderMesh")
  387. o225 = Instance.new("Part")
  388. o226 = Instance.new("BlockMesh")
  389. o227 = Instance.new("Part")
  390. o228 = Instance.new("BlockMesh")
  391. o229 = Instance.new("Part")
  392. o230 = Instance.new("BlockMesh")
  393. o231 = Instance.new("Part")
  394. o232 = Instance.new("BlockMesh")
  395. o233 = Instance.new("Part")
  396. o234 = Instance.new("BlockMesh")
  397. o235 = Instance.new("Part")
  398. o236 = Instance.new("BlockMesh")
  399. o237 = Instance.new("Part")
  400. o238 = Instance.new("BlockMesh")
  401. o239 = Instance.new("Part")
  402. o240 = Instance.new("BlockMesh")
  403. o241 = Instance.new("Part")
  404. o242 = Instance.new("BlockMesh")
  405. o243 = Instance.new("Part")
  406. o244 = Instance.new("BlockMesh")
  407. o245 = Instance.new("Part")
  408. o246 = Instance.new("BlockMesh")
  409. o247 = Instance.new("Part")
  410. o248 = Instance.new("SpecialMesh")
  411. o249 = Instance.new("Part")
  412. o250 = Instance.new("BlockMesh")
  413. o251 = Instance.new("Part")
  414. o252 = Instance.new("BlockMesh")
  415. o253 = Instance.new("Part")
  416. o254 = Instance.new("BlockMesh")
  417. o255 = Instance.new("Part")
  418. o256 = Instance.new("BlockMesh")
  419. o257 = Instance.new("Part")
  420. o258 = Instance.new("CylinderMesh")
  421. o259 = Instance.new("Part")
  422. o260 = Instance.new("BlockMesh")
  423. o261 = Instance.new("Part")
  424. o262 = Instance.new("BlockMesh")
  425. o263 = Instance.new("Part")
  426. o264 = Instance.new("BlockMesh")
  427. o265 = Instance.new("Part")
  428. o266 = Instance.new("CylinderMesh")
  429. o267 = Instance.new("Part")
  430. o268 = Instance.new("BlockMesh")
  431. o269 = Instance.new("Part")
  432. o270 = Instance.new("BlockMesh")
  433. o271 = Instance.new("Part")
  434. o272 = Instance.new("BlockMesh")
  435. o273 = Instance.new("Part")
  436. o274 = Instance.new("BlockMesh")
  437. o275 = Instance.new("Part")
  438. o276 = Instance.new("CylinderMesh")
  439. o277 = Instance.new("CornerWedgePart")
  440. o278 = Instance.new("CornerWedgePart")
  441. o279 = Instance.new("WedgePart")
  442. o280 = Instance.new("WedgePart")
  443. o281 = Instance.new("WedgePart")
  444. o282 = Instance.new("WedgePart")
  445. o283 = Instance.new("WedgePart")
  446. o284 = Instance.new("WedgePart")
  447. o285 = Instance.new("WedgePart")
  448. o286 = Instance.new("WedgePart")
  449. o287 = Instance.new("WedgePart")
  450. o288 = Instance.new("Model")
  451. o289 = Instance.new("Model")
  452. o290 = Instance.new("Part")
  453. o291 = Instance.new("CylinderMesh")
  454. o292 = Instance.new("Weld")
  455. o293 = Instance.new("Weld")
  456. o294 = Instance.new("Part")
  457. o295 = Instance.new("CylinderMesh")
  458. o296 = Instance.new("Weld")
  459. o297 = Instance.new("Part")
  460. o298 = Instance.new("CylinderMesh")
  461. o299 = Instance.new("Weld")
  462. o300 = Instance.new("Part")
  463. o301 = Instance.new("CylinderMesh")
  464. o302 = Instance.new("Weld")
  465. o303 = Instance.new("Part")
  466. o304 = Instance.new("CylinderMesh")
  467. o305 = Instance.new("Weld")
  468. o306 = Instance.new("Part")
  469. o307 = Instance.new("CylinderMesh")
  470. o308 = Instance.new("Weld")
  471. o309 = Instance.new("Part")
  472. o310 = Instance.new("CylinderMesh")
  473. o311 = Instance.new("Weld")
  474. o312 = Instance.new("Weld")
  475. o313 = Instance.new("Part")
  476. o314 = Instance.new("CylinderMesh")
  477. o315 = Instance.new("Weld")
  478. o316 = Instance.new("Part")
  479. o317 = Instance.new("CylinderMesh")
  480. o318 = Instance.new("Weld")
  481. o319 = Instance.new("Part")
  482. o320 = Instance.new("CylinderMesh")
  483. o321 = Instance.new("Weld")
  484. o322 = Instance.new("Part")
  485. o323 = Instance.new("CylinderMesh")
  486. o324 = Instance.new("Weld")
  487. o325 = Instance.new("Part")
  488. o326 = Instance.new("CylinderMesh")
  489. o327 = Instance.new("Weld")
  490. o328 = Instance.new("Part")
  491. o329 = Instance.new("CylinderMesh")
  492. o330 = Instance.new("Weld")
  493. o331 = Instance.new("Part")
  494. o332 = Instance.new("CylinderMesh")
  495. o333 = Instance.new("Weld")
  496. o334 = Instance.new("Part")
  497. o335 = Instance.new("CylinderMesh")
  498. o336 = Instance.new("Weld")
  499. o337 = Instance.new("Weld")
  500. o338 = Instance.new("Part")
  501. o339 = Instance.new("CylinderMesh")
  502. o340 = Instance.new("Weld")
  503. o341 = Instance.new("Model")
  504. o342 = Instance.new("Part")
  505. o343 = Instance.new("Part")
  506. o344 = Instance.new("Part")
  507. o345 = Instance.new("Part")
  508. o346 = Instance.new("Part")
  509. o347 = Instance.new("Part")
  510. o348 = Instance.new("Part")
  511. o349 = Instance.new("Part")
  512. o350 = Instance.new("Part")
  513. o351 = Instance.new("Part")
  514. o352 = Instance.new("Part")
  515. o353 = Instance.new("Part")
  516. o354 = Instance.new("Part")
  517. o355 = Instance.new("Part")
  518. o356 = Instance.new("Part")
  519. o357 = Instance.new("Part")
  520. o358 = Instance.new("VehicleSeat")
  521. o359 = Instance.new("BlockMesh")
  522. o360 = Instance.new("Weld")
  523. o361 = Instance.new("Part")
  524. o362 = Instance.new("SpecialMesh")
  525. o363 = Instance.new("Part")
  526. o364 = Instance.new("BlockMesh")
  527. o365 = Instance.new("Part")
  528. o366 = Instance.new("BlockMesh")
  529. o367 = Instance.new("Part")
  530. o368 = Instance.new("SpecialMesh")
  531. o369 = Instance.new("Part")
  532. o370 = Instance.new("BlockMesh")
  533. o371 = Instance.new("Part")
  534. o372 = Instance.new("BlockMesh")
  535. o373 = Instance.new("Part")
  536. o374 = Instance.new("CylinderMesh")
  537. o375 = Instance.new("Part")
  538. o376 = Instance.new("BlockMesh")
  539. o377 = Instance.new("Part")
  540. o378 = Instance.new("CylinderMesh")
  541. o379 = Instance.new("Part")
  542. o380 = Instance.new("BlockMesh")
  543. o381 = Instance.new("Part")
  544. o382 = Instance.new("SpecialMesh")
  545. o383 = Instance.new("Part")
  546. o384 = Instance.new("BlockMesh")
  547. o385 = Instance.new("Part")
  548. o386 = Instance.new("BlockMesh")
  549. o387 = Instance.new("Part")
  550. o388 = Instance.new("SpecialMesh")
  551. o389 = Instance.new("Part")
  552. o390 = Instance.new("BlockMesh")
  553. o391 = Instance.new("Part")
  554. o392 = Instance.new("BlockMesh")
  555. o393 = Instance.new("Part")
  556. o394 = Instance.new("BlockMesh")
  557. o395 = Instance.new("Part")
  558. o396 = Instance.new("BlockMesh")
  559. o397 = Instance.new("Part")
  560. o398 = Instance.new("BlockMesh")
  561. o399 = Instance.new("Part")
  562. o400 = Instance.new("BlockMesh")
  563. o401 = Instance.new("Part")
  564. o402 = Instance.new("BlockMesh")
  565. o403 = Instance.new("Part")
  566. o404 = Instance.new("BlockMesh")
  567. o405 = Instance.new("Part")
  568. o406 = Instance.new("BlockMesh")
  569. o407 = Instance.new("Part")
  570. o408 = Instance.new("BlockMesh")
  571. o409 = Instance.new("Part")
  572. o410 = Instance.new("BlockMesh")
  573. o411 = Instance.new("Part")
  574. o412 = Instance.new("BlockMesh")
  575. o413 = Instance.new("Part")
  576. o414 = Instance.new("BlockMesh")
  577. o415 = Instance.new("Part")
  578. o416 = Instance.new("BlockMesh")
  579. o417 = Instance.new("Part")
  580. o418 = Instance.new("BlockMesh")
  581. o419 = Instance.new("Part")
  582. o420 = Instance.new("CylinderMesh")
  583. o421 = Instance.new("Part")
  584. o422 = Instance.new("CylinderMesh")
  585. o423 = Instance.new("Part")
  586. o424 = Instance.new("BlockMesh")
  587. o425 = Instance.new("Part")
  588. o426 = Instance.new("BlockMesh")
  589. o427 = Instance.new("Part")
  590. o428 = Instance.new("BlockMesh")
  591. o429 = Instance.new("Part")
  592. o430 = Instance.new("BlockMesh")
  593. o431 = Instance.new("Part")
  594. o432 = Instance.new("CylinderMesh")
  595. o433 = Instance.new("Part")
  596. o434 = Instance.new("CylinderMesh")
  597. o435 = Instance.new("Part")
  598. o436 = Instance.new("CylinderMesh")
  599. o437 = Instance.new("Part")
  600. o438 = Instance.new("CylinderMesh")
  601. o439 = Instance.new("Part")
  602. o440 = Instance.new("BlockMesh")
  603. o441 = Instance.new("Part")
  604. o442 = Instance.new("BlockMesh")
  605. o443 = Instance.new("Part")
  606. o444 = Instance.new("BlockMesh")
  607. o445 = Instance.new("Part")
  608. o446 = Instance.new("BlockMesh")
  609. o447 = Instance.new("Part")
  610. o448 = Instance.new("CylinderMesh")
  611. o449 = Instance.new("Part")
  612. o450 = Instance.new("BlockMesh")
  613. o451 = Instance.new("Part")
  614. o452 = Instance.new("BlockMesh")
  615. o453 = Instance.new("Part")
  616. o454 = Instance.new("BlockMesh")
  617. o455 = Instance.new("Part")
  618. o456 = Instance.new("BlockMesh")
  619. o457 = Instance.new("Part")
  620. o458 = Instance.new("BlockMesh")
  621. o459 = Instance.new("Part")
  622. o460 = Instance.new("BlockMesh")
  623. o461 = Instance.new("Part")
  624. o462 = Instance.new("BlockMesh")
  625. o463 = Instance.new("Part")
  626. o464 = Instance.new("BlockMesh")
  627. o465 = Instance.new("Part")
  628. o466 = Instance.new("BlockMesh")
  629. o467 = Instance.new("Part")
  630. o468 = Instance.new("BlockMesh")
  631. o469 = Instance.new("Part")
  632. o470 = Instance.new("BlockMesh")
  633. o471 = Instance.new("Part")
  634. o472 = Instance.new("BlockMesh")
  635. o473 = Instance.new("Part")
  636. o474 = Instance.new("BlockMesh")
  637. o475 = Instance.new("Part")
  638. o476 = Instance.new("BlockMesh")
  639. o477 = Instance.new("Part")
  640. o478 = Instance.new("BlockMesh")
  641. o479 = Instance.new("Part")
  642. o480 = Instance.new("BlockMesh")
  643. o481 = Instance.new("Part")
  644. o482 = Instance.new("BlockMesh")
  645. o483 = Instance.new("Part")
  646. o484 = Instance.new("BlockMesh")
  647. o485 = Instance.new("Part")
  648. o486 = Instance.new("BlockMesh")
  649. o487 = Instance.new("Part")
  650. o488 = Instance.new("BlockMesh")
  651. o489 = Instance.new("Part")
  652. o490 = Instance.new("BlockMesh")
  653. o491 = Instance.new("Part")
  654. o492 = Instance.new("BlockMesh")
  655. o493 = Instance.new("Part")
  656. o494 = Instance.new("BlockMesh")
  657. o495 = Instance.new("Part")
  658. o496 = Instance.new("BlockMesh")
  659. o497 = Instance.new("Part")
  660. o498 = Instance.new("BlockMesh")
  661. o499 = Instance.new("Part")
  662. o500 = Instance.new("CylinderMesh")
  663. o501 = Instance.new("Part")
  664. o502 = Instance.new("BlockMesh")
  665. o503 = Instance.new("Part")
  666. o504 = Instance.new("BlockMesh")
  667. o505 = Instance.new("Part")
  668. o506 = Instance.new("BlockMesh")
  669. o507 = Instance.new("Part")
  670. o508 = Instance.new("BlockMesh")
  671. o509 = Instance.new("Part")
  672. o510 = Instance.new("BlockMesh")
  673. o511 = Instance.new("Part")
  674. o512 = Instance.new("BlockMesh")
  675. o513 = Instance.new("Part")
  676. o514 = Instance.new("BlockMesh")
  677. o515 = Instance.new("Part")
  678. o516 = Instance.new("BlockMesh")
  679. o517 = Instance.new("Part")
  680. o518 = Instance.new("BlockMesh")
  681. o519 = Instance.new("Part")
  682. o520 = Instance.new("BlockMesh")
  683. o521 = Instance.new("Part")
  684. o522 = Instance.new("BlockMesh")
  685. o523 = Instance.new("Part")
  686. o524 = Instance.new("BlockMesh")
  687. o525 = Instance.new("Part")
  688. o526 = Instance.new("BlockMesh")
  689. o527 = Instance.new("Part")
  690. o528 = Instance.new("BlockMesh")
  691. o529 = Instance.new("Part")
  692. o530 = Instance.new("BlockMesh")
  693. o531 = Instance.new("Part")
  694. o532 = Instance.new("BlockMesh")
  695. o533 = Instance.new("Part")
  696. o534 = Instance.new("BlockMesh")
  697. o535 = Instance.new("Part")
  698. o536 = Instance.new("BlockMesh")
  699. o537 = Instance.new("Part")
  700. o538 = Instance.new("BlockMesh")
  701. o539 = Instance.new("Part")
  702. o540 = Instance.new("BlockMesh")
  703. o541 = Instance.new("Part")
  704. o542 = Instance.new("BlockMesh")
  705. o543 = Instance.new("Part")
  706. o544 = Instance.new("BlockMesh")
  707. o545 = Instance.new("Part")
  708. o546 = Instance.new("BlockMesh")
  709. o547 = Instance.new("Part")
  710. o548 = Instance.new("BlockMesh")
  711. o549 = Instance.new("Part")
  712. o550 = Instance.new("BlockMesh")
  713. o551 = Instance.new("Part")
  714. o552 = Instance.new("Part")
  715. o553 = Instance.new("BlockMesh")
  716. o554 = Instance.new("Part")
  717. o555 = Instance.new("BlockMesh")
  718. o556 = Instance.new("Part")
  719. o557 = Instance.new("BlockMesh")
  720. o558 = Instance.new("Part")
  721. o559 = Instance.new("BlockMesh")
  722. o560 = Instance.new("Part")
  723. o561 = Instance.new("CylinderMesh")
  724. o562 = Instance.new("Part")
  725. o563 = Instance.new("CylinderMesh")
  726. o564 = Instance.new("Part")
  727. o565 = Instance.new("BlockMesh")
  728. o566 = Instance.new("Part")
  729. o567 = Instance.new("BlockMesh")
  730. o568 = Instance.new("Part")
  731. o569 = Instance.new("BlockMesh")
  732. o570 = Instance.new("Part")
  733. o571 = Instance.new("BlockMesh")
  734. o572 = Instance.new("Part")
  735. o573 = Instance.new("BlockMesh")
  736. o574 = Instance.new("Part")
  737. o575 = Instance.new("BlockMesh")
  738. o576 = Instance.new("Part")
  739. o577 = Instance.new("BlockMesh")
  740. o578 = Instance.new("Part")
  741. o579 = Instance.new("BlockMesh")
  742. o580 = Instance.new("Part")
  743. o581 = Instance.new("BlockMesh")
  744. o582 = Instance.new("Part")
  745. o583 = Instance.new("CylinderMesh")
  746. o584 = Instance.new("Part")
  747. o585 = Instance.new("CylinderMesh")
  748. o586 = Instance.new("Part")
  749. o587 = Instance.new("BlockMesh")
  750. o588 = Instance.new("Part")
  751. o589 = Instance.new("BlockMesh")
  752. o590 = Instance.new("Part")
  753. o591 = Instance.new("BlockMesh")
  754. o592 = Instance.new("Part")
  755. o593 = Instance.new("BlockMesh")
  756. o594 = Instance.new("Part")
  757. o595 = Instance.new("BlockMesh")
  758. o596 = Instance.new("Part")
  759. o597 = Instance.new("BlockMesh")
  760. o598 = Instance.new("Part")
  761. o599 = Instance.new("CylinderMesh")
  762. o600 = Instance.new("Part")
  763. o601 = Instance.new("BlockMesh")
  764. o602 = Instance.new("Part")
  765. o603 = Instance.new("BlockMesh")
  766. o604 = Instance.new("Part")
  767. o605 = Instance.new("BlockMesh")
  768. o606 = Instance.new("Part")
  769. o607 = Instance.new("BlockMesh")
  770. o608 = Instance.new("Part")
  771. o609 = Instance.new("BlockMesh")
  772. o610 = Instance.new("Part")
  773. o611 = Instance.new("BlockMesh")
  774. o612 = Instance.new("Part")
  775. o613 = Instance.new("BlockMesh")
  776. o614 = Instance.new("Part")
  777. o615 = Instance.new("BlockMesh")
  778. o616 = Instance.new("Part")
  779. o617 = Instance.new("BlockMesh")
  780. o618 = Instance.new("Part")
  781. o619 = Instance.new("BlockMesh")
  782. o620 = Instance.new("Part")
  783. o621 = Instance.new("BlockMesh")
  784. o622 = Instance.new("Part")
  785. o623 = Instance.new("CylinderMesh")
  786. o624 = Instance.new("Part")
  787. o625 = Instance.new("CylinderMesh")
  788. o626 = Instance.new("Part")
  789. o627 = Instance.new("CylinderMesh")
  790. o628 = Instance.new("Part")
  791. o629 = Instance.new("BlockMesh")
  792. o630 = Instance.new("Part")
  793. o631 = Instance.new("BlockMesh")
  794. o632 = Instance.new("Part")
  795. o633 = Instance.new("BlockMesh")
  796. o634 = Instance.new("Part")
  797. o635 = Instance.new("BlockMesh")
  798. o636 = Instance.new("Part")
  799. o637 = Instance.new("BlockMesh")
  800. o638 = Instance.new("Weld")
  801. o639 = Instance.new("Part")
  802. o640 = Instance.new("BlockMesh")
  803. o641 = Instance.new("Part")
  804. o642 = Instance.new("CylinderMesh")
  805. o643 = Instance.new("Part")
  806. o644 = Instance.new("BlockMesh")
  807. o645 = Instance.new("Part")
  808. o646 = Instance.new("BlockMesh")
  809. o647 = Instance.new("Weld")
  810. o648 = Instance.new("Part")
  811. o649 = Instance.new("BlockMesh")
  812. o650 = Instance.new("Part")
  813. o651 = Instance.new("BlockMesh")
  814. o652 = Instance.new("Part")
  815. o653 = Instance.new("BlockMesh")
  816. o654 = Instance.new("Part")
  817. o655 = Instance.new("CylinderMesh")
  818. o656 = Instance.new("Part")
  819. o657 = Instance.new("CylinderMesh")
  820. o658 = Instance.new("WedgePart")
  821. o659 = Instance.new("WedgePart")
  822. o660 = Instance.new("WedgePart")
  823. o661 = Instance.new("SpecialMesh")
  824. o662 = Instance.new("WedgePart")
  825. o663 = Instance.new("SpecialMesh")
  826. o664 = Instance.new("WedgePart")
  827. o665 = Instance.new("WedgePart")
  828. o666 = Instance.new("WedgePart")
  829. o667 = Instance.new("WedgePart")
  830. o668 = Instance.new("SpecialMesh")
  831. o669 = Instance.new("WedgePart")
  832. o670 = Instance.new("WedgePart")
  833. o671 = Instance.new("WedgePart")
  834. o672 = Instance.new("SpecialMesh")
  835. o673 = Instance.new("WedgePart")
  836. o674 = Instance.new("SpecialMesh")
  837. o675 = Instance.new("WedgePart")
  838. o676 = Instance.new("WedgePart")
  839. o677 = Instance.new("WedgePart")
  840. o678 = Instance.new("SpecialMesh")
  841. o679 = Instance.new("WedgePart")
  842. o680 = Instance.new("WedgePart")
  843. o681 = Instance.new("WedgePart")
  844. o682 = Instance.new("WedgePart")
  845. o683 = Instance.new("WedgePart")
  846. o684 = Instance.new("WedgePart")
  847. o685 = Instance.new("WedgePart")
  848. o686 = Instance.new("WedgePart")
  849. o687 = Instance.new("WedgePart")
  850. o688 = Instance.new("WedgePart")
  851. o689 = Instance.new("WedgePart")
  852. o690 = Instance.new("WedgePart")
  853. o691 = Instance.new("WedgePart")
  854. o692 = Instance.new("WedgePart")
  855. o693 = Instance.new("WedgePart")
  856. o694 = Instance.new("WedgePart")
  857. o695 = Instance.new("WedgePart")
  858. o696 = Instance.new("WedgePart")
  859. o697 = Instance.new("WedgePart")
  860. o698 = Instance.new("WedgePart")
  861. o699 = Instance.new("WedgePart")
  862. o700 = Instance.new("WedgePart")
  863. o701 = Instance.new("WedgePart")
  864. o702 = Instance.new("WedgePart")
  865. o703 = Instance.new("WedgePart")
  866. o704 = Instance.new("WedgePart")
  867. o705 = Instance.new("WedgePart")
  868. o706 = Instance.new("WedgePart")
  869. o707 = Instance.new("WedgePart")
  870. o1.Name = "TL2MC War Tank"
  871. o1.Parent = mas
  872. o2.Name = "Turret"
  873. o2.Parent = o1
  874. o3.Name = "12mm. Anti-Aircraft Rocket Pod"
  875. o3.Parent = o2
  876. o4.Parent = o3
  877. o4.Position = Vector3.new(52.4376907, 11.5613213, 9.15266895)
  878. o4.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652391044)
  879. o4.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  880. o4.Velocity = Vector3.new(0.0347450674, -0.0227623899, -0.0163618624)
  881. o4.FormFactor = Enum.FormFactor.Custom
  882. o4.Size = Vector3.new(1, 0.200000003, 1)
  883. o4.CFrame = CFrame.new(52.4376907, 11.5613213, 9.15266895, 0.999975443, 0.000113860922, -5.92016986e-005, -6.10147254e-005, 6.86079438e-005, -0.999998212, -0.000112651433, 0.999987006, 6.76755881e-005)
  884. o4.BackSurface = Enum.SurfaceType.Weld
  885. o4.BottomSurface = Enum.SurfaceType.Weld
  886. o4.FrontSurface = Enum.SurfaceType.Weld
  887. o4.LeftSurface = Enum.SurfaceType.Weld
  888. o4.RightSurface = Enum.SurfaceType.Weld
  889. o4.TopSurface = Enum.SurfaceType.Weld
  890. o4.Position = Vector3.new(52.4376907, 11.5613213, 9.15266895)
  891. o5.Parent = o4
  892. o5.Scale = Vector3.new(0.799999952, 2.0999999, 1)
  893. o6.Parent = o3
  894. o6.BrickColor = BrickColor.new("Black")
  895. o6.Position = Vector3.new(52.4381943, 11.5616264, 13.5526152)
  896. o6.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652393326)
  897. o6.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  898. o6.Velocity = Vector3.new(0.0337059982, -0.0146798389, -0.0163623039)
  899. o6.FormFactor = Enum.FormFactor.Custom
  900. o6.Size = Vector3.new(1, 0.200000003, 1)
  901. o6.CFrame = CFrame.new(52.4381943, 11.5616264, 13.5526152, 0.999967933, 0.000113860464, -5.92016986e-005, -6.1014267e-005, 6.8607711e-005, -0.999998212, -0.000112650661, 0.999981105, 6.7675639e-005)
  902. o6.BackSurface = Enum.SurfaceType.Weld
  903. o6.BottomSurface = Enum.SurfaceType.Weld
  904. o6.FrontSurface = Enum.SurfaceType.Weld
  905. o6.LeftSurface = Enum.SurfaceType.Weld
  906. o6.RightSurface = Enum.SurfaceType.Weld
  907. o6.TopSurface = Enum.SurfaceType.Weld
  908. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  909. o6.Position = Vector3.new(52.4381943, 11.5616264, 13.5526152)
  910. o7.Parent = o6
  911. o7.Scale = Vector3.new(0.499999911, 0.200000003, 1)
  912. o8.Name = "Tip"
  913. o8.Parent = o3
  914. o8.BrickColor = BrickColor.new("Really black")
  915. o8.Position = Vector3.new(52.4376984, 11.5613079, 8.95266628)
  916. o8.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652395422)
  917. o8.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  918. o8.Velocity = Vector3.new(0.034792304, -0.0231298599, -0.0163618363)
  919. o8.FormFactor = Enum.FormFactor.Custom
  920. o8.Size = Vector3.new(1, 0.200000003, 1)
  921. o8.CFrame = CFrame.new(52.4376984, 11.5613079, 8.95266628, 0.999959588, 0.000113859882, -5.92016986e-005, -6.10137577e-005, 6.860742e-005, -0.999998212, -0.000112649715, 0.999974549, 6.7675639e-005)
  922. o8.BackSurface = Enum.SurfaceType.Weld
  923. o8.BottomSurface = Enum.SurfaceType.Weld
  924. o8.FrontSurface = Enum.SurfaceType.Weld
  925. o8.LeftSurface = Enum.SurfaceType.Weld
  926. o8.RightSurface = Enum.SurfaceType.Weld
  927. o8.TopSurface = Enum.SurfaceType.Weld
  928. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  929. o8.Position = Vector3.new(52.4376984, 11.5613079, 8.95266628)
  930. o9.Parent = o8
  931. o9.Scale = Vector3.new(0.599999905, 0.200000003, 1)
  932. o10.Parent = o3
  933. o10.Position = Vector3.new(52.4381676, 11.5616131, 13.3526154)
  934. o10.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652391277)
  935. o10.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  936. o10.Velocity = Vector3.new(0.0337532312, -0.0150472224, -0.0163622852)
  937. o10.FormFactor = Enum.FormFactor.Custom
  938. o10.Size = Vector3.new(1, 0.200000003, 1)
  939. o10.CFrame = CFrame.new(52.4381676, 11.5616131, 13.3526154, 0.999974608, 0.000113860864, -5.92016986e-005, -6.10146744e-005, 6.86079075e-005, -0.999998212, -0.000112651338, 0.999986351, 6.76755808e-005)
  940. o10.BackSurface = Enum.SurfaceType.Weld
  941. o10.BottomSurface = Enum.SurfaceType.Weld
  942. o10.FrontSurface = Enum.SurfaceType.Weld
  943. o10.LeftSurface = Enum.SurfaceType.Weld
  944. o10.RightSurface = Enum.SurfaceType.Weld
  945. o10.TopSurface = Enum.SurfaceType.Weld
  946. o10.Position = Vector3.new(52.4381676, 11.5616131, 13.3526154)
  947. o11.Parent = o10
  948. o11.Scale = Vector3.new(0.799999952, 2.0999999, 1)
  949. o12.Parent = o3
  950. o12.BrickColor = BrickColor.new("Really black")
  951. o12.Position = Vector3.new(53.4379501, 11.0614433, 11.7525616)
  952. o12.Rotation = Vector3.new(-0.0039309971, 0.00652375026, -90.0033951)
  953. o12.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  954. o12.Velocity = Vector3.new(0.0329359509, -0.0203763805, -0.0152070848)
  955. o12.FormFactor = Enum.FormFactor.Symmetric
  956. o12.Size = Vector3.new(2, 1, 1)
  957. o12.CFrame = CFrame.new(53.4379501, 11.0614433, 11.7525616, -5.92016986e-005, 0.999975443, 0.000113860922, -0.999998212, -6.10147254e-005, 6.86079438e-005, 6.76755881e-005, -0.000112651433, 0.999987006)
  958. o12.BackSurface = Enum.SurfaceType.Weld
  959. o12.BottomSurface = Enum.SurfaceType.Weld
  960. o12.FrontSurface = Enum.SurfaceType.Weld
  961. o12.LeftSurface = Enum.SurfaceType.Weld
  962. o12.RightSurface = Enum.SurfaceType.Weld
  963. o12.TopSurface = Enum.SurfaceType.Weld
  964. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  965. o12.Position = Vector3.new(53.4379501, 11.0614433, 11.7525616)
  966. o13.Parent = o12
  967. o13.MeshType = Enum.MeshType.Torso
  968. o14.Name = "Joint"
  969. o14.Parent = o3
  970. o14.BrickColor = BrickColor.new("Dark stone grey")
  971. o14.Position = Vector3.new(51.8379135, 11.0615063, 11.2527552)
  972. o14.Rotation = Vector3.new(89.9961243, -0.00339200743, 89.9934769)
  973. o14.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  974. o14.Velocity = Vector3.new(0.0330542177, -0.0174705628, -0.0155853229)
  975. o14.FormFactor = Enum.FormFactor.Custom
  976. o14.Size = Vector3.new(2, 0.200000003, 2)
  977. o14.CFrame = CFrame.new(51.8379135, 11.0615063, 11.2527552, 0.000113861177, -0.999978781, -5.92016986e-005, 6.86080966e-005, 6.10149291e-005, -0.999998212, 0.999989629, 0.000112651855, 6.76756172e-005)
  978. o14.BackSurface = Enum.SurfaceType.Weld
  979. o14.BottomSurface = Enum.SurfaceType.Weld
  980. o14.FrontSurface = Enum.SurfaceType.Weld
  981. o14.LeftSurface = Enum.SurfaceType.Weld
  982. o14.RightSurface = Enum.SurfaceType.Weld
  983. o14.TopSurface = Enum.SurfaceType.Weld
  984. o14.Color = Color3.new(0.388235, 0.372549, 0.384314)
  985. o14.Position = Vector3.new(51.8379135, 11.0615063, 11.2527552)
  986. o15.Parent = o14
  987. o15.Scale = Vector3.new(0.799999952, 1, 1)
  988. o16.Parent = o3
  989. o16.BrickColor = BrickColor.new("Dark stone grey")
  990. o16.Position = Vector3.new(53.4377785, 11.0613403, 10.2525854)
  991. o16.Rotation = Vector3.new(-0.00393099803, 0.00652373908, -90.0033951)
  992. o16.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  993. o16.Velocity = Vector3.new(0.0332901813, -0.0231317859, -0.0152069367)
  994. o16.FormFactor = Enum.FormFactor.Symmetric
  995. o16.Size = Vector3.new(2, 1, 2)
  996. o16.CFrame = CFrame.new(53.4377785, 11.0613403, 10.2525854, -5.92016986e-005, 0.999972939, 0.000113860726, -0.999998212, -6.10145726e-005, 6.86078347e-005, 6.76755662e-005, -0.000112651134, 0.999985039)
  997. o16.BackSurface = Enum.SurfaceType.Weld
  998. o16.BottomSurface = Enum.SurfaceType.Weld
  999. o16.FrontSurface = Enum.SurfaceType.Weld
  1000. o16.LeftSurface = Enum.SurfaceType.Weld
  1001. o16.RightSurface = Enum.SurfaceType.Weld
  1002. o16.TopSurface = Enum.SurfaceType.Weld
  1003. o16.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1004. o16.Position = Vector3.new(53.4377785, 11.0613403, 10.2525854)
  1005. o17.Parent = o16
  1006. o17.MeshType = Enum.MeshType.Torso
  1007. o18.Parent = o3
  1008. o18.BrickColor = BrickColor.new("Dark stone grey")
  1009. o18.Position = Vector3.new(53.4380608, 11.061512, 12.7525425)
  1010. o18.Rotation = Vector3.new(-0.00393099384, 0.00652372139, -90.0033951)
  1011. o18.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1012. o18.Velocity = Vector3.new(0.032699801, -0.0185394417, -0.0152071854)
  1013. o18.FormFactor = Enum.FormFactor.Symmetric
  1014. o18.Size = Vector3.new(2, 1, 1)
  1015. o18.CFrame = CFrame.new(53.4380608, 11.061512, 12.7525425, -5.92016986e-005, 0.999970436, 0.00011386042, -0.999998212, -6.10144198e-005, 6.86076237e-005, 6.76754571e-005, -0.000112650712, 0.999983072)
  1016. o18.BackSurface = Enum.SurfaceType.Weld
  1017. o18.BottomSurface = Enum.SurfaceType.Weld
  1018. o18.FrontSurface = Enum.SurfaceType.Weld
  1019. o18.LeftSurface = Enum.SurfaceType.Weld
  1020. o18.RightSurface = Enum.SurfaceType.Weld
  1021. o18.TopSurface = Enum.SurfaceType.Weld
  1022. o18.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1023. o18.Position = Vector3.new(53.4380608, 11.061512, 12.7525425)
  1024. o19.Parent = o18
  1025. o19.MeshType = Enum.MeshType.Torso
  1026. o20.Parent = o3
  1027. o20.Position = Vector3.new(53.4381104, 11.0615568, 13.3525333)
  1028. o20.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652392115)
  1029. o20.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1030. o20.Velocity = Vector3.new(0.0325581171, -0.0174372327, -0.0152072553)
  1031. o20.FormFactor = Enum.FormFactor.Custom
  1032. o20.Size = Vector3.new(1, 0.200000003, 2)
  1033. o20.CFrame = CFrame.new(53.4381104, 11.0615568, 13.3525333, 0.999969602, 0.000113860442, -5.92016986e-005, -6.10143688e-005, 6.86076673e-005, -0.999998212, -0.000112650705, 0.999982417, 6.76755371e-005)
  1034. o20.BackSurface = Enum.SurfaceType.Weld
  1035. o20.BottomSurface = Enum.SurfaceType.Weld
  1036. o20.FrontSurface = Enum.SurfaceType.Weld
  1037. o20.LeftSurface = Enum.SurfaceType.Weld
  1038. o20.RightSurface = Enum.SurfaceType.Weld
  1039. o20.TopSurface = Enum.SurfaceType.Weld
  1040. o20.Position = Vector3.new(53.4381104, 11.0615568, 13.3525333)
  1041. o21.Parent = o20
  1042. o21.Scale = Vector3.new(0.799999952, 2.10000014, 1)
  1043. o22.Parent = o3
  1044. o22.Position = Vector3.new(53.4376526, 11.061265, 9.15259647)
  1045. o22.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652393326)
  1046. o22.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1047. o22.Velocity = Vector3.new(0.0335499533, -0.0251524281, -0.0152068278)
  1048. o22.FormFactor = Enum.FormFactor.Custom
  1049. o22.Size = Vector3.new(1, 0.200000003, 2)
  1050. o22.CFrame = CFrame.new(53.4376526, 11.061265, 9.15259647, 0.99996376, 0.000113859991, -5.92016986e-005, -6.10140123e-005, 6.860742e-005, -0.999998212, -0.000112650014, 0.999977827, 6.76754862e-005)
  1051. o22.BackSurface = Enum.SurfaceType.Weld
  1052. o22.BottomSurface = Enum.SurfaceType.Weld
  1053. o22.FrontSurface = Enum.SurfaceType.Weld
  1054. o22.LeftSurface = Enum.SurfaceType.Weld
  1055. o22.RightSurface = Enum.SurfaceType.Weld
  1056. o22.TopSurface = Enum.SurfaceType.Weld
  1057. o22.Position = Vector3.new(53.4376526, 11.061265, 9.15259647)
  1058. o23.Parent = o22
  1059. o23.Scale = Vector3.new(0.799999952, 2.10000014, 1)
  1060. o24.Parent = o3
  1061. o24.BrickColor = BrickColor.new("Black")
  1062. o24.Position = Vector3.new(53.4381332, 11.0615683, 13.552536)
  1063. o24.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652393047)
  1064. o24.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1065. o24.Velocity = Vector3.new(0.0325108804, -0.0170698352, -0.0152072711)
  1066. o24.FormFactor = Enum.FormFactor.Custom
  1067. o24.Size = Vector3.new(1, 0.200000003, 2)
  1068. o24.CFrame = CFrame.new(53.4381332, 11.0615683, 13.552536, 0.999969602, 0.000113860602, -5.92016986e-005, -6.10143688e-005, 6.86077838e-005, -0.999998212, -0.000112650865, 0.999982417, 6.76756536e-005)
  1069. o24.BackSurface = Enum.SurfaceType.Weld
  1070. o24.BottomSurface = Enum.SurfaceType.Weld
  1071. o24.FrontSurface = Enum.SurfaceType.Weld
  1072. o24.LeftSurface = Enum.SurfaceType.Weld
  1073. o24.RightSurface = Enum.SurfaceType.Weld
  1074. o24.TopSurface = Enum.SurfaceType.Weld
  1075. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1076. o24.Position = Vector3.new(53.4381332, 11.0615683, 13.552536)
  1077. o25.Parent = o24
  1078. o25.Scale = Vector3.new(0.499999911, 0.200000003, 1)
  1079. o26.Name = "Tip"
  1080. o26.Parent = o3
  1081. o26.BrickColor = BrickColor.new("Really black")
  1082. o26.Position = Vector3.new(53.4376144, 11.0612516, 8.95259476)
  1083. o26.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652394583)
  1084. o26.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1085. o26.Velocity = Vector3.new(0.0335971862, -0.0255197883, -0.0152068119)
  1086. o26.FormFactor = Enum.FormFactor.Custom
  1087. o26.Size = Vector3.new(1, 0.200000003, 2)
  1088. o26.CFrame = CFrame.new(53.4376144, 11.0612516, 8.95259476, 0.99996376, 0.000113860209, -5.92016986e-005, -6.10140123e-005, 6.86076091e-005, -0.999998212, -0.000112650232, 0.999977827, 6.76756754e-005)
  1089. o26.BackSurface = Enum.SurfaceType.Weld
  1090. o26.BottomSurface = Enum.SurfaceType.Weld
  1091. o26.FrontSurface = Enum.SurfaceType.Weld
  1092. o26.LeftSurface = Enum.SurfaceType.Weld
  1093. o26.RightSurface = Enum.SurfaceType.Weld
  1094. o26.TopSurface = Enum.SurfaceType.Weld
  1095. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1096. o26.Position = Vector3.new(53.4376144, 11.0612516, 8.95259476)
  1097. o27.Parent = o26
  1098. o27.Scale = Vector3.new(0.599999905, 0.200000003, 1)
  1099. o28.Parent = o3
  1100. o28.BrickColor = BrickColor.new("Dark stone grey")
  1101. o28.Position = Vector3.new(52.4379005, 11.06147, 11.2526875)
  1102. o28.Rotation = Vector3.new(-0.00393099571, 0.00652376143, -0.00339208241)
  1103. o28.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1104. o28.Velocity = Vector3.new(0.0330541469, -0.0189046543, -0.0154434666)
  1105. o28.FormFactor = Enum.FormFactor.Symmetric
  1106. o28.Size = Vector3.new(1, 2, 4)
  1107. o28.CFrame = CFrame.new(52.4379005, 11.06147, 11.2526875, 0.999977946, 5.92016986e-005, 0.000113861119, -6.10148782e-005, 0.999998212, 6.86080602e-005, -0.000112651745, -6.76756099e-005, 0.999988973)
  1108. o28.BackSurface = Enum.SurfaceType.Weld
  1109. o28.BottomSurface = Enum.SurfaceType.Weld
  1110. o28.FrontSurface = Enum.SurfaceType.Weld
  1111. o28.LeftSurface = Enum.SurfaceType.Weld
  1112. o28.RightSurface = Enum.SurfaceType.Weld
  1113. o28.TopSurface = Enum.SurfaceType.Weld
  1114. o28.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1115. o28.Position = Vector3.new(52.4379005, 11.06147, 11.2526875)
  1116. o29.Parent = o28
  1117. o30.Parent = o3
  1118. o30.BrickColor = BrickColor.new("Black")
  1119. o30.Position = Vector3.new(52.4381638, 10.5616302, 13.5526752)
  1120. o30.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652391976)
  1121. o30.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1122. o30.Velocity = Vector3.new(0.0313159972, -0.0146796554, -0.0145250792)
  1123. o30.FormFactor = Enum.FormFactor.Custom
  1124. o30.Size = Vector3.new(1, 0.200000003, 1)
  1125. o30.CFrame = CFrame.new(52.4381638, 10.5616302, 13.5526752, 0.999969602, 0.000113860413, -5.92016986e-005, -6.10143688e-005, 6.86079438e-005, -0.999998212, -0.000112650676, 0.999982417, 6.76758136e-005)
  1126. o30.BackSurface = Enum.SurfaceType.Weld
  1127. o30.BottomSurface = Enum.SurfaceType.Weld
  1128. o30.FrontSurface = Enum.SurfaceType.Weld
  1129. o30.LeftSurface = Enum.SurfaceType.Weld
  1130. o30.RightSurface = Enum.SurfaceType.Weld
  1131. o30.TopSurface = Enum.SurfaceType.Weld
  1132. o30.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1133. o30.Position = Vector3.new(52.4381638, 10.5616302, 13.5526752)
  1134. o31.Parent = o30
  1135. o31.Scale = Vector3.new(0.499999911, 0.200000003, 1.10000002)
  1136. o32.Parent = o3
  1137. o32.Position = Vector3.new(52.4381104, 10.5616169, 13.3526878)
  1138. o32.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652391277)
  1139. o32.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1140. o32.Velocity = Vector3.new(0.0313632265, -0.0150469523, -0.0145250671)
  1141. o32.FormFactor = Enum.FormFactor.Custom
  1142. o32.Size = Vector3.new(1, 0.200000003, 1)
  1143. o32.CFrame = CFrame.new(52.4381104, 10.5616169, 13.3526878, 0.999969602, 0.000113860297, -5.92016986e-005, -6.10143688e-005, 6.86077983e-005, -0.999998212, -0.000112650559, 0.999982417, 6.76756681e-005)
  1144. o32.BackSurface = Enum.SurfaceType.Weld
  1145. o32.BottomSurface = Enum.SurfaceType.Weld
  1146. o32.FrontSurface = Enum.SurfaceType.Weld
  1147. o32.LeftSurface = Enum.SurfaceType.Weld
  1148. o32.RightSurface = Enum.SurfaceType.Weld
  1149. o32.TopSurface = Enum.SurfaceType.Weld
  1150. o32.Position = Vector3.new(52.4381104, 10.5616169, 13.3526878)
  1151. o33.Parent = o32
  1152. o33.Scale = Vector3.new(0.799999952, 2.0999999, 1)
  1153. o34.Name = "Tip"
  1154. o34.Parent = o3
  1155. o34.BrickColor = BrickColor.new("Really black")
  1156. o34.Position = Vector3.new(52.4376373, 10.5613117, 8.95273399)
  1157. o34.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652392488)
  1158. o34.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1159. o34.Velocity = Vector3.new(0.0324022993, -0.0231295899, -0.0145246182)
  1160. o34.FormFactor = Enum.FormFactor.Custom
  1161. o34.Size = Vector3.new(1, 0.200000003, 1)
  1162. o34.CFrame = CFrame.new(52.4376373, 10.5613117, 8.95273399, 0.99996376, 0.000113859845, -5.92016986e-005, -6.10140123e-005, 6.86079293e-005, -0.999998212, -0.000112649868, 0.999977827, 6.76759955e-005)
  1163. o34.BackSurface = Enum.SurfaceType.Weld
  1164. o34.BottomSurface = Enum.SurfaceType.Weld
  1165. o34.FrontSurface = Enum.SurfaceType.Weld
  1166. o34.LeftSurface = Enum.SurfaceType.Weld
  1167. o34.RightSurface = Enum.SurfaceType.Weld
  1168. o34.TopSurface = Enum.SurfaceType.Weld
  1169. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1170. o34.Position = Vector3.new(52.4376373, 10.5613117, 8.95273399)
  1171. o35.Parent = o34
  1172. o35.Scale = Vector3.new(0.599999905, 0.200000003, 1)
  1173. o36.Parent = o3
  1174. o36.Position = Vector3.new(52.4376335, 10.561327, 9.1527462)
  1175. o36.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652390113)
  1176. o36.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1177. o36.Velocity = Vector3.new(0.0323550664, -0.0227621105, -0.014524647)
  1178. o36.FormFactor = Enum.FormFactor.Custom
  1179. o36.Size = Vector3.new(1, 0.200000003, 1)
  1180. o36.CFrame = CFrame.new(52.4376335, 10.561327, 9.1527462, 0.999977946, 0.000113861046, -5.92016986e-005, -6.10148782e-005, 6.86083658e-005, -0.999998212, -0.000112651673, 0.999988973, 6.76759155e-005)
  1181. o36.BackSurface = Enum.SurfaceType.Weld
  1182. o36.BottomSurface = Enum.SurfaceType.Weld
  1183. o36.FrontSurface = Enum.SurfaceType.Weld
  1184. o36.LeftSurface = Enum.SurfaceType.Weld
  1185. o36.RightSurface = Enum.SurfaceType.Weld
  1186. o36.TopSurface = Enum.SurfaceType.Weld
  1187. o36.Position = Vector3.new(52.4376335, 10.561327, 9.1527462)
  1188. o37.Parent = o36
  1189. o37.Scale = Vector3.new(0.799999952, 2.0999999, 1)
  1190. o38.Parent = o3
  1191. o38.Position = Vector3.new(51.0379333, 11.0615549, 11.2528448)
  1192. o38.Rotation = Vector3.new(89.9961243, -0.00339200743, -90.0065231)
  1193. o38.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1194. o38.Velocity = Vector3.new(0.0330543146, -0.0155584477, -0.0157744642)
  1195. o38.FormFactor = Enum.FormFactor.Custom
  1196. o38.Size = Vector3.new(2, 1.4000001, 2)
  1197. o38.CFrame = CFrame.new(51.0379333, 11.0615549, 11.2528448, -0.000113861315, 0.99998045, -5.92016986e-005, -6.86081694e-005, -6.1015031e-005, -0.999998212, -0.99999094, -0.000112652058, 6.76756317e-005)
  1198. o38.BackSurface = Enum.SurfaceType.Weld
  1199. o38.BottomSurface = Enum.SurfaceType.Weld
  1200. o38.FrontSurface = Enum.SurfaceType.Weld
  1201. o38.LeftSurface = Enum.SurfaceType.Weld
  1202. o38.RightSurface = Enum.SurfaceType.Weld
  1203. o38.TopSurface = Enum.SurfaceType.Weld
  1204. o38.Position = Vector3.new(51.0379333, 11.0615549, 11.2528448)
  1205. o39.Parent = o38
  1206. o39.Scale = Vector3.new(0.599999905, 1, 1)
  1207. o40.Parent = o3
  1208. o40.BrickColor = BrickColor.new("Dark stone grey")
  1209. o40.Position = Vector3.new(50.1379395, 11.0616102, 11.2529383)
  1210. o40.Rotation = Vector3.new(89.9961243, -0.00339200743, -90.0065231)
  1211. o40.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1212. o40.Velocity = Vector3.new(0.0330544263, -0.0134072937, -0.0159872528)
  1213. o40.FormFactor = Enum.FormFactor.Custom
  1214. o40.Size = Vector3.new(2, 0.400000036, 2)
  1215. o40.CFrame = CFrame.new(50.1379395, 11.0616102, 11.2529383, -0.00011386157, 0.999983788, -5.92016986e-005, -6.86083222e-005, -6.10152347e-005, -0.999998212, -0.999993563, -0.000112652466, 6.76756608e-005)
  1216. o40.BackSurface = Enum.SurfaceType.Weld
  1217. o40.BottomSurface = Enum.SurfaceType.Weld
  1218. o40.FrontSurface = Enum.SurfaceType.Weld
  1219. o40.LeftSurface = Enum.SurfaceType.Weld
  1220. o40.RightSurface = Enum.SurfaceType.Weld
  1221. o40.TopSurface = Enum.SurfaceType.Weld
  1222. o40.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1223. o40.Position = Vector3.new(50.1379395, 11.0616102, 11.2529383)
  1224. o41.Parent = o40
  1225. o41.Scale = Vector3.new(0.799999952, 1, 1)
  1226. o42.Name = "12mm. Anti-Aircraft Rocket Pod"
  1227. o42.Parent = o2
  1228. o43.Name = "Tip"
  1229. o43.Parent = o42
  1230. o43.BrickColor = BrickColor.new("Really black")
  1231. o43.Position = Vector3.new(35.4379158, 11.5623446, 8.9545269)
  1232. o43.Rotation = Vector3.new(89.9961243, -0.0033920072, -0.00652303034)
  1233. o43.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1234. o43.Velocity = Vector3.new(0.034794338, 0.0175029803, -0.0203811452)
  1235. o43.FormFactor = Enum.FormFactor.Custom
  1236. o43.Size = Vector3.new(1, 0.200000003, 1)
  1237. o43.CFrame = CFrame.new(35.4379158, 11.5623446, 8.9545269, 0.999971986, 0.00011384517, -5.92016913e-005, -6.10145216e-005, 6.86071944e-005, -0.999998212, -0.000112636299, 0.999980927, 6.76754498e-005)
  1238. o43.BackSurface = Enum.SurfaceType.Weld
  1239. o43.BottomSurface = Enum.SurfaceType.Weld
  1240. o43.FrontSurface = Enum.SurfaceType.Weld
  1241. o43.LeftSurface = Enum.SurfaceType.Weld
  1242. o43.RightSurface = Enum.SurfaceType.Weld
  1243. o43.TopSurface = Enum.SurfaceType.Weld
  1244. o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1245. o43.Position = Vector3.new(35.4379158, 11.5623446, 8.9545269)
  1246. o44.Parent = o43
  1247. o44.Scale = Vector3.new(0.599999905, 0.200000003, 1)
  1248. o45.Parent = o42
  1249. o45.Position = Vector3.new(35.4383888, 11.5626478, 13.354454)
  1250. o45.Rotation = Vector3.new(-90.0038757, 0.00339200837, 0.00652302895)
  1251. o45.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1252. o45.Velocity = Vector3.new(0.0337552689, 0.0255855713, -0.0203815885)
  1253. o45.FormFactor = Enum.FormFactor.Custom
  1254. o45.Size = Vector3.new(1, 0.200000003, 1)
  1255. o45.CFrame = CFrame.new(35.4383888, 11.5626478, 13.354454, 0.999979258, -0.000113845977, 5.92017132e-005, -6.101498e-005, -6.86076528e-005, 0.999998212, -0.000112637121, -0.999988019, -6.76754498e-005)
  1256. o45.BackSurface = Enum.SurfaceType.Weld
  1257. o45.BottomSurface = Enum.SurfaceType.Weld
  1258. o45.FrontSurface = Enum.SurfaceType.Weld
  1259. o45.LeftSurface = Enum.SurfaceType.Weld
  1260. o45.RightSurface = Enum.SurfaceType.Weld
  1261. o45.TopSurface = Enum.SurfaceType.Weld
  1262. o45.Position = Vector3.new(35.4383888, 11.5626478, 13.354454)
  1263. o46.Parent = o45
  1264. o46.Scale = Vector3.new(0.799999952, 2.0999999, 1)
  1265. o47.Parent = o42
  1266. o47.BrickColor = BrickColor.new("Black")
  1267. o47.Position = Vector3.new(35.4384537, 11.5626593, 13.5544643)
  1268. o47.Rotation = Vector3.new(89.9961243, -0.00339200743, 179.993484)
  1269. o47.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1270. o47.Velocity = Vector3.new(0.0337080248, 0.0259528831, -0.0203815941)
  1271. o47.FormFactor = Enum.FormFactor.Custom
  1272. o47.Size = Vector3.new(1, 0.200000003, 1)
  1273. o47.CFrame = CFrame.new(35.4384537, 11.5626593, 13.5544643, -0.999971986, -0.00011384517, -5.92016986e-005, 6.10145289e-005, -6.86071653e-005, -0.999998212, 0.000112636299, -0.999980927, 6.76754207e-005)
  1274. o47.BackSurface = Enum.SurfaceType.Weld
  1275. o47.BottomSurface = Enum.SurfaceType.Weld
  1276. o47.FrontSurface = Enum.SurfaceType.Weld
  1277. o47.LeftSurface = Enum.SurfaceType.Weld
  1278. o47.RightSurface = Enum.SurfaceType.Weld
  1279. o47.TopSurface = Enum.SurfaceType.Weld
  1280. o47.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1281. o47.Position = Vector3.new(35.4384537, 11.5626593, 13.5544643)
  1282. o48.Parent = o47
  1283. o48.Scale = Vector3.new(0.499999911, 0.200000003, 1.10000002)
  1284. o49.Parent = o42
  1285. o49.Position = Vector3.new(35.4379272, 11.562356, 9.15453529)
  1286. o49.Rotation = Vector3.new(-90.0038757, 0.0033920079, 0.00652302895)
  1287. o49.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1288. o49.Velocity = Vector3.new(0.0347470976, 0.0178704187, -0.0203811619)
  1289. o49.FormFactor = Enum.FormFactor.Custom
  1290. o49.Size = Vector3.new(1, 0.200000003, 1)
  1291. o49.CFrame = CFrame.new(35.4379272, 11.562356, 9.15453529, 0.999979258, -0.000113845977, 5.92017059e-005, -6.10149727e-005, -6.86076237e-005, 0.999998212, -0.000112637121, -0.999988019, -6.76754207e-005)
  1292. o49.BackSurface = Enum.SurfaceType.Weld
  1293. o49.BottomSurface = Enum.SurfaceType.Weld
  1294. o49.FrontSurface = Enum.SurfaceType.Weld
  1295. o49.LeftSurface = Enum.SurfaceType.Weld
  1296. o49.RightSurface = Enum.SurfaceType.Weld
  1297. o49.TopSurface = Enum.SurfaceType.Weld
  1298. o49.Position = Vector3.new(35.4379272, 11.562356, 9.15453529)
  1299. o50.Parent = o49
  1300. o50.Scale = Vector3.new(0.799999952, 2.0999999, 1)
  1301. o51.Parent = o42
  1302. o51.BrickColor = BrickColor.new("Black")
  1303. o51.Position = Vector3.new(34.4384499, 11.0627232, 13.5546112)
  1304. o51.Rotation = Vector3.new(89.9961243, -0.00339200767, 179.993484)
  1305. o51.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1306. o51.Velocity = Vector3.new(0.0325131454, 0.0283431578, -0.0196994133)
  1307. o51.FormFactor = Enum.FormFactor.Custom
  1308. o51.Size = Vector3.new(1, 0.200000003, 2)
  1309. o51.CFrame = CFrame.new(34.4384499, 11.0627232, 13.5546112, -0.999979258, -0.000113845977, -5.92017022e-005, 6.10149691e-005, -6.86076382e-005, -0.999998212, 0.000112637121, -0.999988019, 6.76754353e-005)
  1310. o51.BackSurface = Enum.SurfaceType.Weld
  1311. o51.BottomSurface = Enum.SurfaceType.Weld
  1312. o51.FrontSurface = Enum.SurfaceType.Weld
  1313. o51.LeftSurface = Enum.SurfaceType.Weld
  1314. o51.RightSurface = Enum.SurfaceType.Weld
  1315. o51.TopSurface = Enum.SurfaceType.Weld
  1316. o51.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1317. o51.Position = Vector3.new(34.4384499, 11.0627232, 13.5546112)
  1318. o52.Parent = o51
  1319. o52.Scale = Vector3.new(0.499999911, 0.200000003, 1)
  1320. o53.Parent = o42
  1321. o53.Position = Vector3.new(34.4384422, 11.0627098, 13.3546152)
  1322. o53.Rotation = Vector3.new(89.9961243, -0.00339200743, 179.993484)
  1323. o53.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1324. o53.Velocity = Vector3.new(0.0325603783, 0.0279757362, -0.019699391)
  1325. o53.FormFactor = Enum.FormFactor.Custom
  1326. o53.Size = Vector3.new(1, 0.200000003, 2)
  1327. o53.CFrame = CFrame.new(34.4384422, 11.0627098, 13.3546152, -0.999979258, -0.000113845977, -5.92016986e-005, 6.10149655e-005, -6.86076528e-005, -0.999998212, 0.000112637121, -0.999988019, 6.76754498e-005)
  1328. o53.BackSurface = Enum.SurfaceType.Weld
  1329. o53.BottomSurface = Enum.SurfaceType.Weld
  1330. o53.FrontSurface = Enum.SurfaceType.Weld
  1331. o53.LeftSurface = Enum.SurfaceType.Weld
  1332. o53.RightSurface = Enum.SurfaceType.Weld
  1333. o53.TopSurface = Enum.SurfaceType.Weld
  1334. o53.Position = Vector3.new(34.4384422, 11.0627098, 13.3546152)
  1335. o54.Parent = o53
  1336. o54.Scale = Vector3.new(0.799999952, 2.10000014, 1)
  1337. o55.Parent = o42
  1338. o55.BrickColor = BrickColor.new("Really black")
  1339. o55.Position = Vector3.new(34.4382286, 11.0625982, 11.7546358)
  1340. o55.Rotation = Vector3.new(179.996078, -0.00652289391, 90.0033951)
  1341. o55.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1342. o55.Velocity = Vector3.new(0.0329382196, 0.0250367019, -0.0196992364)
  1343. o55.FormFactor = Enum.FormFactor.Symmetric
  1344. o55.Size = Vector3.new(2, 1, 1)
  1345. o55.CFrame = CFrame.new(34.4382286, 11.0625982, 11.7546358, -5.92016913e-005, -0.999979258, -0.000113845977, -0.999998212, 6.10149582e-005, -6.86076237e-005, 6.76754207e-005, 0.000112637121, -0.999988019)
  1346. o55.BackSurface = Enum.SurfaceType.Weld
  1347. o55.BottomSurface = Enum.SurfaceType.Weld
  1348. o55.FrontSurface = Enum.SurfaceType.Weld
  1349. o55.LeftSurface = Enum.SurfaceType.Weld
  1350. o55.RightSurface = Enum.SurfaceType.Weld
  1351. o55.TopSurface = Enum.SurfaceType.Weld
  1352. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1353. o55.Position = Vector3.new(34.4382286, 11.0625982, 11.7546358)
  1354. o56.Parent = o55
  1355. o56.MeshType = Enum.MeshType.Torso
  1356. o57.Parent = o42
  1357. o57.BrickColor = BrickColor.new("Dark stone grey")
  1358. o57.Position = Vector3.new(34.4383774, 11.0626669, 12.754631)
  1359. o57.Rotation = Vector3.new(-0.00393097848, 0.00652284781, 89.9966125)
  1360. o57.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1361. o57.Velocity = Vector3.new(0.032702066, 0.0268735774, -0.0196993276)
  1362. o57.FormFactor = Enum.FormFactor.Symmetric
  1363. o57.Size = Vector3.new(2, 1, 1)
  1364. o57.CFrame = CFrame.new(34.4383774, 11.0626669, 12.754631, 5.92016877e-005, -0.999971986, 0.00011384517, 0.999998212, 6.1014518e-005, 6.8607209e-005, -6.76754644e-005, 0.000112636299, 0.999980927)
  1365. o57.BackSurface = Enum.SurfaceType.Weld
  1366. o57.BottomSurface = Enum.SurfaceType.Weld
  1367. o57.FrontSurface = Enum.SurfaceType.Weld
  1368. o57.LeftSurface = Enum.SurfaceType.Weld
  1369. o57.RightSurface = Enum.SurfaceType.Weld
  1370. o57.TopSurface = Enum.SurfaceType.Weld
  1371. o57.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1372. o57.Position = Vector3.new(34.4383774, 11.0626669, 12.754631)
  1373. o58.Parent = o57
  1374. o58.MeshType = Enum.MeshType.Torso
  1375. o59.Name = "Joint"
  1376. o59.Parent = o42
  1377. o59.BrickColor = BrickColor.new("Dark stone grey")
  1378. o59.Position = Vector3.new(36.0380936, 11.0624685, 11.254446)
  1379. o59.Rotation = Vector3.new(89.9961243, -0.00339200813, -90.0065231)
  1380. o59.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1381. o59.Velocity = Vector3.new(0.0330561176, 0.0202940609, -0.0193209164)
  1382. o59.FormFactor = Enum.FormFactor.Custom
  1383. o59.Size = Vector3.new(2, 0.200000003, 2)
  1384. o59.CFrame = CFrame.new(36.0380936, 11.0624685, 11.254446, -0.000113846785, 0.999986529, -5.92017095e-005, -6.86081548e-005, -6.10154129e-005, -0.999998212, -0.999995112, -0.000112637943, 6.76754935e-005)
  1385. o59.BackSurface = Enum.SurfaceType.Weld
  1386. o59.BottomSurface = Enum.SurfaceType.Weld
  1387. o59.FrontSurface = Enum.SurfaceType.Weld
  1388. o59.LeftSurface = Enum.SurfaceType.Weld
  1389. o59.RightSurface = Enum.SurfaceType.Weld
  1390. o59.TopSurface = Enum.SurfaceType.Weld
  1391. o59.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1392. o59.Position = Vector3.new(36.0380936, 11.0624685, 11.254446)
  1393. o60.Parent = o59
  1394. o60.Scale = Vector3.new(0.799999952, 1, 1)
  1395. o61.Parent = o42
  1396. o61.BrickColor = BrickColor.new("Dark stone grey")
  1397. o61.Position = Vector3.new(34.4380951, 11.0624952, 10.2546692)
  1398. o61.Rotation = Vector3.new(179.996078, -0.00652284781, 90.0033951)
  1399. o61.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1400. o61.Velocity = Vector3.new(0.03329245, 0.022281222, -0.0196990799)
  1401. o61.FormFactor = Enum.FormFactor.Symmetric
  1402. o61.Size = Vector3.new(2, 1, 2)
  1403. o61.CFrame = CFrame.new(34.4380951, 11.0624952, 10.2546692, -5.92017022e-005, -0.999971986, -0.00011384517, -0.999998212, 6.10145325e-005, -6.8607209e-005, 6.76754644e-005, 0.000112636299, -0.999980927)
  1404. o61.BackSurface = Enum.SurfaceType.Weld
  1405. o61.BottomSurface = Enum.SurfaceType.Weld
  1406. o61.FrontSurface = Enum.SurfaceType.Weld
  1407. o61.LeftSurface = Enum.SurfaceType.Weld
  1408. o61.RightSurface = Enum.SurfaceType.Weld
  1409. o61.TopSurface = Enum.SurfaceType.Weld
  1410. o61.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1411. o61.Position = Vector3.new(34.4380951, 11.0624952, 10.2546692)
  1412. o62.Parent = o61
  1413. o62.MeshType = Enum.MeshType.Torso
  1414. o63.Parent = o42
  1415. o63.BrickColor = BrickColor.new("Dark stone grey")
  1416. o63.Position = Vector3.new(35.4381218, 11.0625029, 11.2545214)
  1417. o63.Rotation = Vector3.new(-0.00393097755, 0.00652289391, -0.00339207845)
  1418. o63.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1419. o63.Velocity = Vector3.new(0.0330561809, 0.0217281301, -0.0194627661)
  1420. o63.FormFactor = Enum.FormFactor.Symmetric
  1421. o63.Size = Vector3.new(1, 2, 4)
  1422. o63.CFrame = CFrame.new(35.4381218, 11.0625029, 11.2545214, 0.999979258, 5.92017059e-005, 0.000113845977, -6.10149727e-005, 0.999998212, 6.86076819e-005, -0.000112637121, -6.76754789e-005, 0.999988019)
  1423. o63.BackSurface = Enum.SurfaceType.Weld
  1424. o63.BottomSurface = Enum.SurfaceType.Weld
  1425. o63.FrontSurface = Enum.SurfaceType.Weld
  1426. o63.LeftSurface = Enum.SurfaceType.Weld
  1427. o63.RightSurface = Enum.SurfaceType.Weld
  1428. o63.TopSurface = Enum.SurfaceType.Weld
  1429. o63.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1430. o63.Position = Vector3.new(35.4381218, 11.0625029, 11.2545214)
  1431. o64.Parent = o63
  1432. o65.Parent = o42
  1433. o65.Position = Vector3.new(34.4379082, 11.062418, 9.15466881)
  1434. o65.Rotation = Vector3.new(89.9961243, -0.00339200837, -0.00652303034)
  1435. o65.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1436. o65.Velocity = Vector3.new(0.0335522182, 0.0202607047, -0.0196989831)
  1437. o65.FormFactor = Enum.FormFactor.Custom
  1438. o65.Size = Vector3.new(1, 0.200000003, 2)
  1439. o65.CFrame = CFrame.new(34.4379082, 11.062418, 9.15466881, 0.999971986, 0.00011384517, -5.92017132e-005, -6.10145435e-005, 6.86072526e-005, -0.999998212, -0.000112636299, 0.999980927, 6.7675508e-005)
  1440. o65.BackSurface = Enum.SurfaceType.Weld
  1441. o65.BottomSurface = Enum.SurfaceType.Weld
  1442. o65.FrontSurface = Enum.SurfaceType.Weld
  1443. o65.LeftSurface = Enum.SurfaceType.Weld
  1444. o65.RightSurface = Enum.SurfaceType.Weld
  1445. o65.TopSurface = Enum.SurfaceType.Weld
  1446. o65.Position = Vector3.new(34.4379082, 11.062418, 9.15466881)
  1447. o66.Parent = o65
  1448. o66.Scale = Vector3.new(0.799999952, 2.10000014, 1)
  1449. o67.Name = "Tip"
  1450. o67.Parent = o42
  1451. o67.BrickColor = BrickColor.new("Really black")
  1452. o67.Position = Vector3.new(34.4379158, 11.0624046, 8.95467377)
  1453. o67.Rotation = Vector3.new(89.9961243, -0.00339200743, -0.00652303034)
  1454. o67.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1455. o67.Velocity = Vector3.new(0.0335994475, 0.0198932476, -0.019698957)
  1456. o67.FormFactor = Enum.FormFactor.Custom
  1457. o67.Size = Vector3.new(1, 0.200000003, 2)
  1458. o67.CFrame = CFrame.new(34.4379158, 11.0624046, 8.95467377, 0.999971986, 0.00011384517, -5.92016986e-005, -6.10145289e-005, 6.86072235e-005, -0.999998212, -0.000112636299, 0.999980927, 6.76754789e-005)
  1459. o67.BackSurface = Enum.SurfaceType.Weld
  1460. o67.BottomSurface = Enum.SurfaceType.Weld
  1461. o67.FrontSurface = Enum.SurfaceType.Weld
  1462. o67.LeftSurface = Enum.SurfaceType.Weld
  1463. o67.RightSurface = Enum.SurfaceType.Weld
  1464. o67.TopSurface = Enum.SurfaceType.Weld
  1465. o67.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1466. o67.Position = Vector3.new(34.4379158, 11.0624046, 8.95467377)
  1467. o68.Parent = o67
  1468. o68.Scale = Vector3.new(0.599999905, 0.200000003, 1)
  1469. o69.Parent = o42
  1470. o69.Position = Vector3.new(35.4383621, 10.5626497, 13.3545361)
  1471. o69.Rotation = Vector3.new(-90.0038757, 0.00339200767, 0.00652302895)
  1472. o69.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1473. o69.Velocity = Vector3.new(0.0313652568, 0.0255857855, -0.0185443591)
  1474. o69.FormFactor = Enum.FormFactor.Custom
  1475. o69.Size = Vector3.new(1, 0.200000003, 1)
  1476. o69.CFrame = CFrame.new(35.4383621, 10.5626497, 13.3545361, 0.999979258, -0.000113845977, 5.92017022e-005, -6.10149691e-005, -6.86077256e-005, 0.999998212, -0.000112637121, -0.999988019, -6.76755226e-005)
  1477. o69.BackSurface = Enum.SurfaceType.Weld
  1478. o69.BottomSurface = Enum.SurfaceType.Weld
  1479. o69.FrontSurface = Enum.SurfaceType.Weld
  1480. o69.LeftSurface = Enum.SurfaceType.Weld
  1481. o69.RightSurface = Enum.SurfaceType.Weld
  1482. o69.TopSurface = Enum.SurfaceType.Weld
  1483. o69.Position = Vector3.new(35.4383621, 10.5626497, 13.3545361)
  1484. o70.Parent = o69
  1485. o70.Scale = Vector3.new(0.799999952, 2.0999999, 1)
  1486. o71.Parent = o42
  1487. o71.BrickColor = BrickColor.new("Black")
  1488. o71.Position = Vector3.new(35.4383698, 10.5626631, 13.5545397)
  1489. o71.Rotation = Vector3.new(89.9961243, -0.00339200883, 179.993484)
  1490. o71.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1491. o71.Velocity = Vector3.new(0.0313180201, 0.0259532221, -0.0185443815)
  1492. o71.FormFactor = Enum.FormFactor.Custom
  1493. o71.Size = Vector3.new(1, 0.200000003, 1)
  1494. o71.CFrame = CFrame.new(35.4383698, 10.5626631, 13.5545397, -0.999979258, -0.000113845963, -5.92017204e-005, 6.10149873e-005, -6.86077037e-005, -0.999998212, 0.000112637106, -0.999988019, 6.76755008e-005)
  1495. o71.BackSurface = Enum.SurfaceType.Weld
  1496. o71.BottomSurface = Enum.SurfaceType.Weld
  1497. o71.FrontSurface = Enum.SurfaceType.Weld
  1498. o71.LeftSurface = Enum.SurfaceType.Weld
  1499. o71.RightSurface = Enum.SurfaceType.Weld
  1500. o71.TopSurface = Enum.SurfaceType.Weld
  1501. o71.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1502. o71.Position = Vector3.new(35.4383698, 10.5626631, 13.5545397)
  1503. o72.Parent = o71
  1504. o72.Scale = Vector3.new(0.499999911, 0.200000003, 1.10000002)
  1505. o73.Name = "Tip"
  1506. o73.Parent = o42
  1507. o73.BrickColor = BrickColor.new("Really black")
  1508. o73.Position = Vector3.new(35.4378281, 10.5623446, 8.95459461)
  1509. o73.Rotation = Vector3.new(89.9961243, -0.00339200837, -0.00652302941)
  1510. o73.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1511. o73.Velocity = Vector3.new(0.0324043259, 0.0175033156, -0.018543927)
  1512. o73.FormFactor = Enum.FormFactor.Custom
  1513. o73.Size = Vector3.new(1, 0.200000003, 1)
  1514. o73.CFrame = CFrame.new(35.4378281, 10.5623446, 8.95459461, 0.999971986, 0.000113845155, -5.92017132e-005, -6.10145435e-005, 6.86072744e-005, -0.999998212, -0.000112636284, 0.999980927, 6.76755299e-005)
  1515. o73.BackSurface = Enum.SurfaceType.Weld
  1516. o73.BottomSurface = Enum.SurfaceType.Weld
  1517. o73.FrontSurface = Enum.SurfaceType.Weld
  1518. o73.LeftSurface = Enum.SurfaceType.Weld
  1519. o73.RightSurface = Enum.SurfaceType.Weld
  1520. o73.TopSurface = Enum.SurfaceType.Weld
  1521. o73.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1522. o73.Position = Vector3.new(35.4378281, 10.5623446, 8.95459461)
  1523. o74.Parent = o73
  1524. o74.Scale = Vector3.new(0.599999905, 0.200000003, 1)
  1525. o75.Parent = o42
  1526. o75.Position = Vector3.new(35.4378548, 10.5623579, 9.15458202)
  1527. o75.Rotation = Vector3.new(-90.0038757, 0.00339200743, 0.00652302895)
  1528. o75.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1529. o75.Velocity = Vector3.new(0.0323570967, 0.0178706776, -0.0185439438)
  1530. o75.FormFactor = Enum.FormFactor.Custom
  1531. o75.Size = Vector3.new(1, 0.200000003, 1)
  1532. o75.CFrame = CFrame.new(35.4378548, 10.5623579, 9.15458202, 0.999979258, -0.000113845977, 5.92016986e-005, -6.10149655e-005, -6.8607711e-005, 0.999998212, -0.000112637121, -0.999988019, -6.7675508e-005)
  1533. o75.BackSurface = Enum.SurfaceType.Weld
  1534. o75.BottomSurface = Enum.SurfaceType.Weld
  1535. o75.FrontSurface = Enum.SurfaceType.Weld
  1536. o75.LeftSurface = Enum.SurfaceType.Weld
  1537. o75.RightSurface = Enum.SurfaceType.Weld
  1538. o75.TopSurface = Enum.SurfaceType.Weld
  1539. o75.Position = Vector3.new(35.4378548, 10.5623579, 9.15458202)
  1540. o76.Parent = o75
  1541. o76.Scale = Vector3.new(0.799999952, 2.0999999, 1)
  1542. o77.Parent = o42
  1543. o77.Position = Vector3.new(36.8380966, 11.062418, 11.2543716)
  1544. o77.Rotation = Vector3.new(89.9961243, -0.0033920086, -90.0065231)
  1545. o77.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1546. o77.Velocity = Vector3.new(0.0330560133, 0.0183819197, -0.0191317666)
  1547. o77.FormFactor = Enum.FormFactor.Custom
  1548. o77.Size = Vector3.new(2, 1.4000001, 2)
  1549. o77.CFrame = CFrame.new(36.8380966, 11.062418, 11.2543716, -0.000113846785, 0.999986529, -5.92017168e-005, -6.86081257e-005, -6.10154202e-005, -0.999998212, -0.999995112, -0.000112637943, 6.76754644e-005)
  1550. o77.BackSurface = Enum.SurfaceType.Weld
  1551. o77.BottomSurface = Enum.SurfaceType.Weld
  1552. o77.FrontSurface = Enum.SurfaceType.Weld
  1553. o77.LeftSurface = Enum.SurfaceType.Weld
  1554. o77.RightSurface = Enum.SurfaceType.Weld
  1555. o77.TopSurface = Enum.SurfaceType.Weld
  1556. o77.Position = Vector3.new(36.8380966, 11.062418, 11.2543716)
  1557. o78.Parent = o77
  1558. o78.Scale = Vector3.new(0.599999905, 1, 1)
  1559. o79.Parent = o42
  1560. o79.BrickColor = BrickColor.new("Dark stone grey")
  1561. o79.Position = Vector3.new(37.7381287, 11.0623627, 11.2542782)
  1562. o79.Rotation = Vector3.new(89.9961243, -0.0033920086, -90.0065231)
  1563. o79.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1564. o79.Velocity = Vector3.new(0.0330559015, 0.0162306745, -0.0189189687)
  1565. o79.FormFactor = Enum.FormFactor.Custom
  1566. o79.Size = Vector3.new(2, 0.400000036, 2)
  1567. o79.CFrame = CFrame.new(37.7381287, 11.0623627, 11.2542782, -0.000113846756, 0.999986529, -5.92017168e-005, -6.86080748e-005, -6.10154202e-005, -0.999998212, -0.999995112, -0.000112637914, 6.76754134e-005)
  1568. o79.BackSurface = Enum.SurfaceType.Weld
  1569. o79.BottomSurface = Enum.SurfaceType.Weld
  1570. o79.FrontSurface = Enum.SurfaceType.Weld
  1571. o79.LeftSurface = Enum.SurfaceType.Weld
  1572. o79.RightSurface = Enum.SurfaceType.Weld
  1573. o79.TopSurface = Enum.SurfaceType.Weld
  1574. o79.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1575. o79.Position = Vector3.new(37.7381287, 11.0623627, 11.2542782)
  1576. o80.Parent = o79
  1577. o80.Scale = Vector3.new(0.799999952, 1, 1)
  1578. o81.Name = "10mm. Mid-Range Machine Gun"
  1579. o81.Parent = o2
  1580. o82.Name = "Tip"
  1581. o82.Parent = o81
  1582. o82.BrickColor = BrickColor.new("Really black")
  1583. o82.Position = Vector3.new(46.6367226, 10.5610313, -0.246684194)
  1584. o82.Rotation = Vector3.new(-90.0038757, 0.0033920086, -179.993484)
  1585. o82.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1586. o82.Velocity = Vector3.new(0.0345756374, -0.026166955, -0.0158949792)
  1587. o82.FormFactor = Enum.FormFactor.Custom
  1588. o82.Size = Vector3.new(1.00000083, 0.200000003, 1)
  1589. o82.CFrame = CFrame.new(46.6367226, 10.5610313, -0.246684194, -0.999988437, 0.000113862065, 5.92017168e-005, 6.1015533e-005, 6.86084459e-005, 0.999998212, 0.000112653041, 0.999998808, -6.76752898e-005)
  1590. o82.BackSurface = Enum.SurfaceType.Weld
  1591. o82.BottomSurface = Enum.SurfaceType.Weld
  1592. o82.FrontSurface = Enum.SurfaceType.Weld
  1593. o82.LeftSurface = Enum.SurfaceType.Weld
  1594. o82.RightSurface = Enum.SurfaceType.Weld
  1595. o82.TopSurface = Enum.SurfaceType.Weld
  1596. o82.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1597. o82.Position = Vector3.new(46.6367226, 10.5610313, -0.246684194)
  1598. o83.Parent = o82
  1599. o83.Scale = Vector3.new(0.299999923, 0.300000012, 1.10000002)
  1600. o84.Parent = o81
  1601. o84.Position = Vector3.new(46.6367798, 10.5610657, 0.25331676)
  1602. o84.Rotation = Vector3.new(-90.0038757, 0.0033920086, -179.993484)
  1603. o84.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1604. o84.Velocity = Vector3.new(0.0344575606, -0.0252484698, -0.0158950295)
  1605. o84.FormFactor = Enum.FormFactor.Custom
  1606. o84.Size = Vector3.new(1.00000083, 0.800000191, 1)
  1607. o84.CFrame = CFrame.new(46.6367798, 10.5610657, 0.25331676, -0.999988556, 0.000113862065, 5.92017168e-005, 6.10155403e-005, 6.86084386e-005, 0.999998212, 0.000112653055, 0.999998808, -6.7675297e-005)
  1608. o84.BackSurface = Enum.SurfaceType.Weld
  1609. o84.BottomSurface = Enum.SurfaceType.Weld
  1610. o84.FrontSurface = Enum.SurfaceType.Weld
  1611. o84.LeftSurface = Enum.SurfaceType.Weld
  1612. o84.RightSurface = Enum.SurfaceType.Weld
  1613. o84.TopSurface = Enum.SurfaceType.Weld
  1614. o84.Position = Vector3.new(46.6367798, 10.5610657, 0.25331676)
  1615. o85.Parent = o84
  1616. o85.Scale = Vector3.new(0.499999911, 1.30000007, 1.10000002)
  1617. o86.Parent = o81
  1618. o86.BrickColor = BrickColor.new("Black")
  1619. o86.Position = Vector3.new(46.6368217, 10.5611, 0.753314734)
  1620. o86.Rotation = Vector3.new(-90.0038757, 0.0033920086, -179.993484)
  1621. o86.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1622. o86.Velocity = Vector3.new(0.0343394838, -0.0243299548, -0.0158950835)
  1623. o86.FormFactor = Enum.FormFactor.Custom
  1624. o86.Size = Vector3.new(1.00000083, 0.200000003, 1)
  1625. o86.CFrame = CFrame.new(46.6368217, 10.5611, 0.753314734, -0.999988675, 0.000113862065, 5.92017168e-005, 6.10155475e-005, 6.86084313e-005, 0.999998212, 0.00011265307, 0.999998808, -6.76753043e-005)
  1626. o86.BackSurface = Enum.SurfaceType.Weld
  1627. o86.BottomSurface = Enum.SurfaceType.Weld
  1628. o86.FrontSurface = Enum.SurfaceType.Weld
  1629. o86.LeftSurface = Enum.SurfaceType.Weld
  1630. o86.RightSurface = Enum.SurfaceType.Weld
  1631. o86.TopSurface = Enum.SurfaceType.Weld
  1632. o86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1633. o86.Position = Vector3.new(46.6368217, 10.5611, 0.753314734)
  1634. o87.Parent = o86
  1635. o87.Scale = Vector3.new(0.699999928, 4.10000086, 1.10000002)
  1636. o88.Parent = o81
  1637. o88.Position = Vector3.new(46.6369781, 10.561203, 2.2533145)
  1638. o88.Rotation = Vector3.new(-90.0038757, 0.0033920086, -179.993484)
  1639. o88.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1640. o88.Velocity = Vector3.new(0.0339852497, -0.0215744693, -0.0158952363)
  1641. o88.FormFactor = Enum.FormFactor.Custom
  1642. o88.Size = Vector3.new(1.00000083, 2.80000019, 1)
  1643. o88.CFrame = CFrame.new(46.6369781, 10.561203, 2.2533145, -0.999988794, 0.000113862065, 5.92017168e-005, 6.10155548e-005, 6.8608424e-005, 0.999998212, 0.000112653084, 0.999998808, -6.76753116e-005)
  1644. o88.BackSurface = Enum.SurfaceType.Weld
  1645. o88.BottomSurface = Enum.SurfaceType.Weld
  1646. o88.FrontSurface = Enum.SurfaceType.Weld
  1647. o88.LeftSurface = Enum.SurfaceType.Weld
  1648. o88.RightSurface = Enum.SurfaceType.Weld
  1649. o88.TopSurface = Enum.SurfaceType.Weld
  1650. o88.Position = Vector3.new(46.6369781, 10.561203, 2.2533145)
  1651. o89.Parent = o88
  1652. o89.Scale = Vector3.new(0.599999905, 1, 1.10000002)
  1653. o90.Parent = o81
  1654. o90.BrickColor = BrickColor.new("Really black")
  1655. o90.Position = Vector3.new(46.6371651, 10.561306, 3.75331116)
  1656. o90.Rotation = Vector3.new(-90.0038757, 0.0033920086, -179.993484)
  1657. o90.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1658. o90.Velocity = Vector3.new(0.0336310156, -0.0188190639, -0.0158953816)
  1659. o90.FormFactor = Enum.FormFactor.Custom
  1660. o90.Size = Vector3.new(1.00000083, 0.200000003, 1)
  1661. o90.CFrame = CFrame.new(46.6371651, 10.561306, 3.75331116, -0.999988914, 0.000113862065, 5.92017168e-005, 6.10155621e-005, 6.86084168e-005, 0.999998212, 0.000112653099, 0.999998808, -6.76753189e-005)
  1662. o90.BackSurface = Enum.SurfaceType.Weld
  1663. o90.BottomSurface = Enum.SurfaceType.Weld
  1664. o90.FrontSurface = Enum.SurfaceType.Weld
  1665. o90.LeftSurface = Enum.SurfaceType.Weld
  1666. o90.RightSurface = Enum.SurfaceType.Weld
  1667. o90.TopSurface = Enum.SurfaceType.Weld
  1668. o90.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1669. o90.Position = Vector3.new(46.6371651, 10.561306, 3.75331116)
  1670. o91.Parent = o90
  1671. o91.Scale = Vector3.new(0.699999928, 5, 1.10000002)
  1672. o92.Parent = o81
  1673. o92.Position = Vector3.new(46.6371727, 10.5613194, 3.9533093)
  1674. o92.Rotation = Vector3.new(89.9961243, -0.0033920086, -90.0065231)
  1675. o92.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1676. o92.Velocity = Vector3.new(0.0335837826, -0.0184516385, -0.0158954039)
  1677. o92.FormFactor = Enum.FormFactor.Custom
  1678. o92.Size = Vector3.new(0.200000003, 1.00000012, 1)
  1679. o92.CFrame = CFrame.new(46.6371727, 10.5613194, 3.9533093, -0.000113862065, 0.999989152, -5.92017168e-005, -6.86084022e-005, -6.10155766e-005, -0.999998212, -0.999998808, -0.000112653128, 6.76753334e-005)
  1680. o92.BottomSurface = Enum.SurfaceType.Smooth
  1681. o92.LeftSurface = Enum.SurfaceType.Weld
  1682. o92.TopSurface = Enum.SurfaceType.Smooth
  1683. o92.Position = Vector3.new(46.6371727, 10.5613194, 3.9533093)
  1684. o93.Parent = o92
  1685. o93.Scale = Vector3.new(4.19999981, 1.20000005, 1.20000005)
  1686. o93.MeshType = Enum.MeshType.Sphere
  1687. o94.Parent = o81
  1688. o94.BrickColor = BrickColor.new("Sand green")
  1689. o94.Position = Vector3.new(46.6371956, 10.5613327, 4.15330744)
  1690. o94.Rotation = Vector3.new(-90.0038757, 0.0033920086, -179.993484)
  1691. o94.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1692. o94.Velocity = Vector3.new(0.0335365497, -0.0180842485, -0.0158954225)
  1693. o94.FormFactor = Enum.FormFactor.Custom
  1694. o94.Size = Vector3.new(1.00000095, 0.200000003, 1)
  1695. o94.CFrame = CFrame.new(46.6371956, 10.5613327, 4.15330744, -0.999990463, 0.000113862065, 5.92017168e-005, 6.10156567e-005, 6.86083222e-005, 0.999998212, 0.000112653273, 0.999998808, -6.76754134e-005)
  1696. o94.BackSurface = Enum.SurfaceType.Weld
  1697. o94.BottomSurface = Enum.SurfaceType.Weld
  1698. o94.FrontSurface = Enum.SurfaceType.Weld
  1699. o94.LeftSurface = Enum.SurfaceType.Weld
  1700. o94.RightSurface = Enum.SurfaceType.Weld
  1701. o94.TopSurface = Enum.SurfaceType.Weld
  1702. o94.Color = Color3.new(0.470588, 0.564706, 0.509804)
  1703. o94.Position = Vector3.new(46.6371956, 10.5613327, 4.15330744)
  1704. o95.Parent = o94
  1705. o95.Scale = Vector3.new(1.60000014, 1.29999983, 1.4000001)
  1706. o96.Name = "125mm. Cannon"
  1707. o96.Parent = o2
  1708. o97.Parent = o96
  1709. o97.BrickColor = BrickColor.new("Sand green")
  1710. o97.Position = Vector3.new(43.9368134, 11.0612164, 0.153586507)
  1711. o97.Rotation = Vector3.new(-90.0038757, 0.00339199277, -179.993484)
  1712. o97.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1713. o97.Velocity = Vector3.new(0.0356764905, -0.0189787876, -0.0174519848)
  1714. o97.FormFactor = Enum.FormFactor.Custom
  1715. o97.Size = Vector3.new(1.60000086, 1.80000019, 2)
  1716. o97.CFrame = CFrame.new(43.9368134, 11.0612164, 0.153586507, -0.999983668, 0.000113827016, 5.92014403e-005, 6.10154166e-005, 6.86086642e-005, 0.999996543, 0.00011268747, 0.999998152, -6.76749114e-005)
  1717. o97.BackSurface = Enum.SurfaceType.Weld
  1718. o97.BottomSurface = Enum.SurfaceType.Weld
  1719. o97.FrontSurface = Enum.SurfaceType.Weld
  1720. o97.LeftSurface = Enum.SurfaceType.Weld
  1721. o97.RightSurface = Enum.SurfaceType.Weld
  1722. o97.TopSurface = Enum.SurfaceType.Weld
  1723. o97.Color = Color3.new(0.470588, 0.564706, 0.509804)
  1724. o97.Position = Vector3.new(43.9368134, 11.0612164, 0.153586507)
  1725. o98.Parent = o97
  1726. o98.Scale = Vector3.new(0.899999976, 1.29999983, 1.10000002)
  1727. o99.Parent = o96
  1728. o99.Position = Vector3.new(43.9363251, 11.0609217, -4.14640713)
  1729. o99.Rotation = Vector3.new(-90.0038757, 0.00339199277, -179.993484)
  1730. o99.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1731. o99.Velocity = Vector3.new(0.0366919637, -0.0268777385, -0.0174515583)
  1732. o99.FormFactor = Enum.FormFactor.Custom
  1733. o99.Size = Vector3.new(1.60000086, 6.80000019, 2)
  1734. o99.CFrame = CFrame.new(43.9363251, 11.0609217, -4.14640713, -0.999983549, 0.000113827016, 5.92014403e-005, 6.10154093e-005, 6.86086714e-005, 0.999996543, 0.000112687456, 0.999998152, -6.76749041e-005)
  1735. o99.BackSurface = Enum.SurfaceType.Weld
  1736. o99.BottomSurface = Enum.SurfaceType.Weld
  1737. o99.FrontSurface = Enum.SurfaceType.Weld
  1738. o99.LeftSurface = Enum.SurfaceType.Weld
  1739. o99.RightSurface = Enum.SurfaceType.Weld
  1740. o99.TopSurface = Enum.SurfaceType.Weld
  1741. o99.Position = Vector3.new(43.9363251, 11.0609217, -4.14640713)
  1742. o100.Parent = o99
  1743. o100.Scale = Vector3.new(0.699999928, 1, 1.10000002)
  1744. o101.Parent = o96
  1745. o101.Position = Vector3.new(43.9370041, 11.0613394, 1.95358479)
  1746. o101.Rotation = Vector3.new(-90.0038757, 0.00339199277, -179.993484)
  1747. o101.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1748. o101.Velocity = Vector3.new(0.0352514088, -0.0156722162, -0.0174521655)
  1749. o101.FormFactor = Enum.FormFactor.Custom
  1750. o101.Size = Vector3.new(1.60000086, 1.80000019, 2)
  1751. o101.CFrame = CFrame.new(43.9370041, 11.0613394, 1.95358479, -0.999983907, 0.000113827016, 5.92014403e-005, 6.10154311e-005, 6.86086496e-005, 0.999996543, 0.000112687499, 0.999998152, -6.7674926e-005)
  1752. o101.BackSurface = Enum.SurfaceType.Weld
  1753. o101.BottomSurface = Enum.SurfaceType.Weld
  1754. o101.FrontSurface = Enum.SurfaceType.Weld
  1755. o101.LeftSurface = Enum.SurfaceType.Weld
  1756. o101.RightSurface = Enum.SurfaceType.Weld
  1757. o101.TopSurface = Enum.SurfaceType.Weld
  1758. o101.Position = Vector3.new(43.9370041, 11.0613394, 1.95358479)
  1759. o102.Parent = o101
  1760. o102.Scale = Vector3.new(0.799999952, 1, 1.10000002)
  1761. o103.Parent = o96
  1762. o103.BrickColor = BrickColor.new("Dark stone grey")
  1763. o103.Position = Vector3.new(43.9359283, 11.0606813, -7.6463995)
  1764. o103.Rotation = Vector3.new(-90.0038757, 0.00339199277, -179.993484)
  1765. o103.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1766. o103.Velocity = Vector3.new(0.0375185087, -0.0333071128, -0.0174512099)
  1767. o103.FormFactor = Enum.FormFactor.Custom
  1768. o103.Size = Vector3.new(1.60000086, 0.200000003, 2)
  1769. o103.CFrame = CFrame.new(43.9359283, 11.0606813, -7.6463995, -0.99998343, 0.000113827016, 5.92014403e-005, 6.1015402e-005, 6.86086787e-005, 0.999996543, 0.000112687441, 0.999998152, -6.76748969e-005)
  1770. o103.BackSurface = Enum.SurfaceType.Weld
  1771. o103.BottomSurface = Enum.SurfaceType.Weld
  1772. o103.FrontSurface = Enum.SurfaceType.Weld
  1773. o103.LeftSurface = Enum.SurfaceType.Weld
  1774. o103.RightSurface = Enum.SurfaceType.Weld
  1775. o103.TopSurface = Enum.SurfaceType.Weld
  1776. o103.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1777. o103.Position = Vector3.new(43.9359283, 11.0606813, -7.6463995)
  1778. o104.Parent = o103
  1779. o104.Scale = Vector3.new(0.799999952, 9.29999924, 1.10000002)
  1780. o105.Parent = o96
  1781. o105.BrickColor = BrickColor.new("Dark stone grey")
  1782. o105.Position = Vector3.new(43.9357147, 11.060544, -9.6463995)
  1783. o105.Rotation = Vector3.new(-90.0038757, 0.00339199277, -179.993484)
  1784. o105.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1785. o105.Velocity = Vector3.new(0.0379908234, -0.0369810835, -0.0174510088)
  1786. o105.FormFactor = Enum.FormFactor.Custom
  1787. o105.Size = Vector3.new(1.60000086, 0.200000003, 2)
  1788. o105.CFrame = CFrame.new(43.9357147, 11.060544, -9.6463995, -0.999982715, 0.000113827016, 5.92014403e-005, 6.10153584e-005, 6.86087224e-005, 0.999996543, 0.000112687361, 0.999998152, -6.76748532e-005)
  1789. o105.BackSurface = Enum.SurfaceType.Weld
  1790. o105.BottomSurface = Enum.SurfaceType.Weld
  1791. o105.FrontSurface = Enum.SurfaceType.Weld
  1792. o105.LeftSurface = Enum.SurfaceType.Weld
  1793. o105.RightSurface = Enum.SurfaceType.Weld
  1794. o105.TopSurface = Enum.SurfaceType.Weld
  1795. o105.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1796. o105.Position = Vector3.new(43.9357147, 11.060544, -9.6463995)
  1797. o106.Parent = o105
  1798. o106.Scale = Vector3.new(0.599999905, 1.80000186, 1.10000002)
  1799. o107.Parent = o96
  1800. o107.Position = Vector3.new(43.9358139, 11.0606127, -8.6463995)
  1801. o107.Rotation = Vector3.new(-90.0038757, 0.00339199277, -179.993484)
  1802. o107.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1803. o107.Velocity = Vector3.new(0.0377546661, -0.0351440795, -0.0174511112)
  1804. o107.FormFactor = Enum.FormFactor.Custom
  1805. o107.Size = Vector3.new(1.60000086, 1.80000019, 2)
  1806. o107.CFrame = CFrame.new(43.9358139, 11.0606127, -8.6463995, -0.999983191, 0.000113827016, 5.92014403e-005, 6.10153875e-005, 6.86086933e-005, 0.999996543, 0.000112687412, 0.999998152, -6.76748823e-005)
  1807. o107.BackSurface = Enum.SurfaceType.Weld
  1808. o107.BottomSurface = Enum.SurfaceType.Weld
  1809. o107.FrontSurface = Enum.SurfaceType.Weld
  1810. o107.LeftSurface = Enum.SurfaceType.Weld
  1811. o107.RightSurface = Enum.SurfaceType.Weld
  1812. o107.TopSurface = Enum.SurfaceType.Weld
  1813. o107.Position = Vector3.new(43.9358139, 11.0606127, -8.6463995)
  1814. o108.Parent = o107
  1815. o108.Scale = Vector3.new(0.699999928, 1.30000007, 1.10000002)
  1816. o109.Name = "Tip"
  1817. o109.Parent = o96
  1818. o109.BrickColor = BrickColor.new("Really black")
  1819. o109.Position = Vector3.new(43.9356918, 11.0605307, -9.8463974)
  1820. o109.Rotation = Vector3.new(-90.0038757, 0.00339199277, -179.993484)
  1821. o109.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1822. o109.Velocity = Vector3.new(0.0380380563, -0.0373484716, -0.0174509902)
  1823. o109.FormFactor = Enum.FormFactor.Custom
  1824. o109.Size = Vector3.new(1.60000086, 0.200000003, 2)
  1825. o109.CFrame = CFrame.new(43.9356918, 11.0605307, -9.8463974, -0.999981761, 0.000113827016, 5.92014403e-005, 6.10153002e-005, 6.86087806e-005, 0.999996543, 0.000112687252, 0.999998152, -6.7674795e-005)
  1826. o109.BackSurface = Enum.SurfaceType.Weld
  1827. o109.BottomSurface = Enum.SurfaceType.Weld
  1828. o109.FrontSurface = Enum.SurfaceType.Weld
  1829. o109.LeftSurface = Enum.SurfaceType.Weld
  1830. o109.RightSurface = Enum.SurfaceType.Weld
  1831. o109.TopSurface = Enum.SurfaceType.Weld
  1832. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1833. o109.Position = Vector3.new(43.9356918, 11.0605307, -9.8463974)
  1834. o110.Parent = o109
  1835. o110.Scale = Vector3.new(0.499999911, 0.100001805, 1.10000002)
  1836. o111.Parent = o96
  1837. o111.Position = Vector3.new(43.9371452, 11.0614166, 3.05357981)
  1838. o111.Rotation = Vector3.new(-90.0038757, 0.00339199277, -179.993484)
  1839. o111.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1840. o111.Velocity = Vector3.new(0.0349916406, -0.0136516001, -0.0174522735)
  1841. o111.FormFactor = Enum.FormFactor.Custom
  1842. o111.Size = Vector3.new(2.40000081, 0.400000006, 2)
  1843. o111.CFrame = CFrame.new(43.9371452, 11.0614166, 3.05357981, -0.999984384, 0.000113827016, 5.92014403e-005, 6.10154602e-005, 6.86086205e-005, 0.999996543, 0.00011268755, 0.999998152, -6.76749551e-005)
  1844. o111.BackSurface = Enum.SurfaceType.Weld
  1845. o111.BottomSurface = Enum.SurfaceType.Weld
  1846. o111.FrontSurface = Enum.SurfaceType.Weld
  1847. o111.LeftSurface = Enum.SurfaceType.Weld
  1848. o111.RightSurface = Enum.SurfaceType.Weld
  1849. o111.TopSurface = Enum.SurfaceType.Weld
  1850. o111.Position = Vector3.new(43.9371452, 11.0614166, 3.05357981)
  1851. o112.Parent = o111
  1852. o112.Scale = Vector3.new(0.699999928, 3, 1.10000002)
  1853. o113.Parent = o96
  1854. o113.BrickColor = BrickColor.new("Dark stone grey")
  1855. o113.Position = Vector3.new(43.9371681, 10.5614614, 3.65362167)
  1856. o113.Rotation = Vector3.new(179.996078, -0.00652180752, -179.996613)
  1857. o113.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1858. o113.Velocity = Vector3.new(0.0336549468, -0.0125492346, -0.0165337306)
  1859. o113.FormFactor = Enum.FormFactor.Custom
  1860. o113.Size = Vector3.new(2, 1, 0.800000012)
  1861. o113.CFrame = CFrame.new(43.9371681, 10.5614614, 3.65362167, -0.999985337, 5.92014403e-005, -0.000113827016, 6.10155184e-005, 0.999996543, -6.86085623e-005, 0.00011268766, -6.76750133e-005, -0.999998152)
  1862. o113.BackSurface = Enum.SurfaceType.Weld
  1863. o113.BottomSurface = Enum.SurfaceType.Weld
  1864. o113.FrontSurface = Enum.SurfaceType.Weld
  1865. o113.LeftSurface = Enum.SurfaceType.Weld
  1866. o113.RightSurface = Enum.SurfaceType.Weld
  1867. o113.TopSurface = Enum.SurfaceType.Weld
  1868. o113.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1869. o113.Position = Vector3.new(43.9371681, 10.5614614, 3.65362167)
  1870. o114.Parent = o113
  1871. o115.Parent = o96
  1872. o115.Position = Vector3.new(42.7372704, 11.0615635, 4.1537056)
  1873. o115.Rotation = Vector3.new(-90.0038757, 0.00339199696, -89.9934845)
  1874. o115.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1875. o115.Velocity = Vector3.new(0.0347320065, -0.00876270887, -0.0177360997)
  1876. o115.FormFactor = Enum.FormFactor.Custom
  1877. o115.Size = Vector3.new(0.200000003, 0.400000036, 2)
  1878. o115.CFrame = CFrame.new(42.7372704, 11.0615635, 4.1537056, 0.000113835777, 0.999989092, 5.92015131e-005, 6.86083367e-005, -6.1015704e-005, 0.99999696, 0.999998212, -0.000112679336, -6.76752679e-005)
  1879. o115.BackSurface = Enum.SurfaceType.Weld
  1880. o115.BottomSurface = Enum.SurfaceType.Weld
  1881. o115.FrontSurface = Enum.SurfaceType.Weld
  1882. o115.LeftSurface = Enum.SurfaceType.Weld
  1883. o115.RightSurface = Enum.SurfaceType.Weld
  1884. o115.TopSurface = Enum.SurfaceType.Weld
  1885. o115.Position = Vector3.new(42.7372704, 11.0615635, 4.1537056)
  1886. o116.Parent = o115
  1887. o116.Scale = Vector3.new(9.79999352, 1, 10.1000004)
  1888. o117.Name = "Welding"
  1889. o117.Parent = o115
  1890. o117.C0 = CFrame.new(0, 0, 0, -0.999999881, -7.15590431e-009, 2.1592923e-008, 3.03337337e-008, 0.000214382511, 0.999999881, -7.15954229e-009, 0.999999762, -0.000214382526)
  1891. o117.C1 = CFrame.new(0, -1.19999695, 0, -0.999999881, -7.15590431e-009, 2.1592923e-008, 3.03337337e-008, 0.000214382511, 0.999999881, -7.15954229e-009, 0.999999762, -0.000214382526)
  1892. o117.Part0 = o115
  1893. o117.Part1 = o118
  1894. o118.Name = "Joint"
  1895. o118.Parent = o96
  1896. o118.BrickColor = BrickColor.new("Dark stone grey")
  1897. o118.Position = Vector3.new(43.9372559, 11.0614929, 4.1535778)
  1898. o118.Rotation = Vector3.new(-90.0038757, 0.00339200068, -89.9934845)
  1899. o118.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1900. o118.Velocity = Vector3.new(0.0347318687, -0.0116309049, -0.0174523871)
  1901. o118.FormFactor = Enum.FormFactor.Custom
  1902. o118.Size = Vector3.new(0.200000003, 2, 2)
  1903. o118.CFrame = CFrame.new(43.9372559, 11.0614929, 4.1535778, 0.00011384453, 0.999989271, 5.92015786e-005, 6.86083586e-005, -6.10156712e-005, 0.999997377, 0.99999845, -0.000112670612, -6.7675297e-005)
  1904. o118.BackSurface = Enum.SurfaceType.Weld
  1905. o118.BottomSurface = Enum.SurfaceType.Weld
  1906. o118.FrontSurface = Enum.SurfaceType.Weld
  1907. o118.LeftSurface = Enum.SurfaceType.Weld
  1908. o118.RightSurface = Enum.SurfaceType.Weld
  1909. o118.TopSurface = Enum.SurfaceType.Weld
  1910. o118.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1911. o118.Position = Vector3.new(43.9372559, 11.0614929, 4.1535778)
  1912. o119.Parent = o118
  1913. o119.Scale = Vector3.new(10.0999947, 1.30000007, 10.1000004)
  1914. o120.Parent = o96
  1915. o120.Position = Vector3.new(45.1372414, 11.0614176, 4.15344238)
  1916. o120.Rotation = Vector3.new(-90.0038757, 0.00339200464, -89.9934845)
  1917. o120.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1918. o120.Velocity = Vector3.new(0.0347317196, -0.0144991148, -0.0171686672)
  1919. o120.FormFactor = Enum.FormFactor.Custom
  1920. o120.Size = Vector3.new(0.200000003, 0.400000036, 2)
  1921. o120.CFrame = CFrame.new(45.1372414, 11.0614176, 4.15344238, 0.000113853297, 0.999990284, 5.92016477e-005, 6.86083076e-005, -6.10156894e-005, 0.999997795, 0.999998629, -0.000112661983, -6.76753843e-005)
  1922. o120.BackSurface = Enum.SurfaceType.Weld
  1923. o120.BottomSurface = Enum.SurfaceType.Weld
  1924. o120.FrontSurface = Enum.SurfaceType.Weld
  1925. o120.LeftSurface = Enum.SurfaceType.Weld
  1926. o120.RightSurface = Enum.SurfaceType.Weld
  1927. o120.TopSurface = Enum.SurfaceType.Weld
  1928. o120.Position = Vector3.new(45.1372414, 11.0614176, 4.15344238)
  1929. o121.Parent = o120
  1930. o121.Scale = Vector3.new(9.79999352, 1, 10.1000004)
  1931. o122.Name = "Welding"
  1932. o122.Parent = o120
  1933. o122.C0 = CFrame.new(0, 0, 0, -0.999999881, -7.15590431e-009, 2.1592923e-008, 3.03337337e-008, 0.000214382511, 0.999999881, -7.15954229e-009, 0.999999762, -0.000214382526)
  1934. o122.C1 = CFrame.new(0, 1.19999695, -3.81469727e-006, -0.999999881, -7.15590431e-009, 2.1592923e-008, 3.03337337e-008, 0.000214382511, 0.999999881, -7.15954229e-009, 0.999999762, -0.000214382526)
  1935. o122.Part0 = o120
  1936. o122.Part1 = o118
  1937. o123.Parent = o96
  1938. o123.BrickColor = BrickColor.new("Dark stone grey")
  1939. o123.Position = Vector3.new(43.937027, 9.56174278, 3.75369453)
  1940. o123.Rotation = Vector3.new(-0.00394668244, 0.00654770294, 179.984192)
  1941. o123.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1942. o123.Velocity = Vector3.new(0.0312419701, -0.0123650394, -0.0146970423)
  1943. o123.FormFactor = Enum.FormFactor.Symmetric
  1944. o123.Size = Vector3.new(2, 1, 1)
  1945. o123.CFrame = CFrame.new(43.937027, 9.56174278, 3.75369453, -0.999984384, -0.000275999744, 0.00011427897, 0.000278876076, -0.999993861, 6.88823202e-005, 0.000112175905, 6.73799004e-005, 0.999995887)
  1946. o123.BackSurface = Enum.SurfaceType.Weld
  1947. o123.BottomSurface = Enum.SurfaceType.Weld
  1948. o123.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1949. o123.Position = Vector3.new(43.937027, 9.56174278, 3.75369453)
  1950. o124.Name = "Base"
  1951. o124.Parent = o2
  1952. o125.Name = "CornerWedge"
  1953. o125.Parent = o124
  1954. o125.BrickColor = BrickColor.new("Dark stone grey")
  1955. o125.Position = Vector3.new(48.6381645, 12.5615911, 9.75289345)
  1956. o125.Rotation = Vector3.new(-90.0038757, 0.00339201046, 0.00652387599)
  1957. o125.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  1958. o125.Velocity = Vector3.new(0.0369938612, -0.0125787789, -0.019097507)
  1959. o125.Elasticity = 0.20000000298023
  1960. o125.FormFactor = Enum.FormFactor.Custom
  1961. o125.Friction = 0.5
  1962. o125.Size = Vector3.new(0.600000024, 1, 0.999999821)
  1963. o125.CFrame = CFrame.new(48.6381645, 12.5615911, 9.75289345, 0.999991179, -0.000113862108, 5.92017495e-005, -6.10157331e-005, -6.86090862e-005, 0.999998212, -0.000112653397, -0.999998808, -6.76762647e-005)
  1964. o125.BackSurface = Enum.SurfaceType.Weld
  1965. o125.BottomSurface = Enum.SurfaceType.Weld
  1966. o125.FrontSurface = Enum.SurfaceType.Weld
  1967. o125.LeftSurface = Enum.SurfaceType.Weld
  1968. o125.RightSurface = Enum.SurfaceType.Weld
  1969. o125.TopSurface = Enum.SurfaceType.Weld
  1970. o125.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1971. o125.Position = Vector3.new(48.6381645, 12.5615911, 9.75289345)
  1972. o126.Parent = o125
  1973. o126.MeshId = "http://www.roblox.com/asset/?id=11294911"
  1974. o126.Scale = Vector3.new(1.20000005, 2, 1.99999964)
  1975. o126.MeshType = Enum.MeshType.FileMesh
  1976. o127.Name = "Size"
  1977. o127.Parent = o125
  1978. table.insert(cors,coroutine.create(function()
  1979. wait()
  1980. runDummyScript(function()
  1981. mesh = script.Parent.Mesh
  1982. brick = script.Parent
  1983.  
  1984. function changeSize(property)
  1985. if property ~= "Size" then return end
  1986. mesh.Scale = Vector3.new(brick.Size.x * 2, brick.Size.y * 2, brick.Size.z * 2)
  1987. end
  1988.  
  1989. brick.Changed:connect(changeSize)
  1990.  
  1991. changeSize("Size")
  1992. end,o127)
  1993. end))
  1994. o128.Name = "CornerWedge"
  1995. o128.Parent = o124
  1996. o128.BrickColor = BrickColor.new("Dark stone grey")
  1997. o128.Position = Vector3.new(45.0380859, 12.5618114, 9.75329971)
  1998. o128.Rotation = Vector3.new(151.55899, 89.7593384, 117.47184)
  1999. o128.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2000. o128.Velocity = Vector3.new(0.0369942933, -0.0039738561, -0.0199486837)
  2001. o128.Elasticity = 0.20000000298023
  2002. o128.FormFactor = Enum.FormFactor.Custom
  2003. o128.Friction = 0.5
  2004. o128.Size = Vector3.new(1, 1, 0.999999821)
  2005. o128.CFrame = CFrame.new(45.0380859, 12.5618114, 9.75329971, -5.92017313e-005, -0.000113862079, 0.999991179, -0.999998212, -6.86088388e-005, -6.10157149e-005, 6.76760174e-005, -0.999998808, -0.000112653368)
  2006. o128.BackSurface = Enum.SurfaceType.Weld
  2007. o128.BottomSurface = Enum.SurfaceType.Weld
  2008. o128.FrontSurface = Enum.SurfaceType.Weld
  2009. o128.LeftSurface = Enum.SurfaceType.Weld
  2010. o128.RightSurface = Enum.SurfaceType.Weld
  2011. o128.TopSurface = Enum.SurfaceType.Weld
  2012. o128.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2013. o128.Position = Vector3.new(45.0380859, 12.5618114, 9.75329971)
  2014. o129.Parent = o128
  2015. o129.MeshId = "http://www.roblox.com/asset/?id=11294911"
  2016. o129.Scale = Vector3.new(2, 2, 1.99999964)
  2017. o129.MeshType = Enum.MeshType.FileMesh
  2018. o130.Name = "Size"
  2019. o130.Parent = o128
  2020. table.insert(cors,coroutine.create(function()
  2021. wait()
  2022. runDummyScript(function()
  2023. mesh = script.Parent.Mesh
  2024. brick = script.Parent
  2025.  
  2026. function changeSize(property)
  2027. if property ~= "Size" then return end
  2028. mesh.Scale = Vector3.new(brick.Size.x * 2, brick.Size.y * 2, brick.Size.z * 2)
  2029. end
  2030.  
  2031. brick.Changed:connect(changeSize)
  2032.  
  2033. changeSize("Size")
  2034. end,o130)
  2035. end))
  2036. o131.Name = "Joint"
  2037. o131.Parent = o124
  2038. o131.BrickColor = BrickColor.new("Really black")
  2039. o131.Position = Vector3.new(43.9378014, 8.56191826, 10.2537537)
  2040. o131.Rotation = Vector3.new(-28.4410152, -89.7593384, 152.528168)
  2041. o131.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2042. o131.Velocity = Vector3.new(0.0273162946, -0.000424725644, -0.0128599424)
  2043. o131.CanCollide = false
  2044. o131.FormFactor = Enum.FormFactor.Custom
  2045. o131.Size = Vector3.new(10, 1, 10)
  2046. o131.CFrame = CFrame.new(43.9378014, 8.56191826, 10.2537537, -0.000113862065, -5.92017168e-005, -0.999991179, -6.86082785e-005, -0.999998212, 6.10157003e-005, -0.999998808, 6.76754571e-005, 0.000112653353)
  2047. o131.BackSurface = Enum.SurfaceType.Weld
  2048. o131.BottomSurface = Enum.SurfaceType.Weld
  2049. o131.FrontSurface = Enum.SurfaceType.Weld
  2050. o131.LeftSurface = Enum.SurfaceType.Weld
  2051. o131.RightSurface = Enum.SurfaceType.Weld
  2052. o131.TopSurface = Enum.SurfaceType.Weld
  2053. o131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2054. o131.Position = Vector3.new(43.9378014, 8.56191826, 10.2537537)
  2055. o132.Parent = o131
  2056. o133.Parent = o124
  2057. o133.Position = Vector3.new(42.4389534, 12.062561, 18.353653)
  2058. o133.Rotation = Vector3.new(-28.4410191, -89.5897827, 62.5278358)
  2059. o133.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2060. o133.Velocity = Vector3.new(0.0337686464, 0.0180389695, -0.0196456686)
  2061. o133.FormFactor = Enum.FormFactor.Custom
  2062. o133.Size = Vector3.new(2, 0.200000003, 3)
  2063. o133.CFrame = CFrame.new(42.4389534, 12.062561, 18.353653, 5.92016986e-005, -0.000113860406, -0.99997437, 0.999998212, -6.86072162e-005, 6.10146672e-005, -6.76751952e-005, -0.999984324, 0.000112651433)
  2064. o133.BackSurface = Enum.SurfaceType.Weld
  2065. o133.BottomSurface = Enum.SurfaceType.Weld
  2066. o133.FrontSurface = Enum.SurfaceType.Weld
  2067. o133.LeftSurface = Enum.SurfaceType.Weld
  2068. o133.RightSurface = Enum.SurfaceType.Weld
  2069. o133.TopSurface = Enum.SurfaceType.Weld
  2070. o133.Position = Vector3.new(42.4389534, 12.062561, 18.353653)
  2071. o134.Parent = o133
  2072. o134.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  2073. o135.Parent = o124
  2074. o135.BrickColor = BrickColor.new("Really black")
  2075. o135.Position = Vector3.new(45.4389687, 16.3622589, 16.7530537)
  2076. o135.Rotation = Vector3.new(-0.00393096637, 0.00652372139, 179.996613)
  2077. o135.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2078. o135.Velocity = Vector3.new(0.0444231629, 0.00792825967, -0.0268362779)
  2079. o135.FormFactor = Enum.FormFactor.Custom
  2080. o135.Size = Vector3.new(1, 6.19999981, 1)
  2081. o135.CFrame = CFrame.new(45.4389687, 16.3622589, 16.7530537, -0.999974012, -5.92016986e-005, 0.000113860413, 6.10146453e-005, -0.999998212, 6.86072381e-005, 0.000112651389, 6.76751733e-005, 0.999984384)
  2082. o135.BackSurface = Enum.SurfaceType.Weld
  2083. o135.BottomSurface = Enum.SurfaceType.Weld
  2084. o135.FrontSurface = Enum.SurfaceType.Weld
  2085. o135.LeftSurface = Enum.SurfaceType.Weld
  2086. o135.RightSurface = Enum.SurfaceType.Weld
  2087. o135.TopSurface = Enum.SurfaceType.Weld
  2088. o135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2089. o135.Position = Vector3.new(45.4389687, 16.3622589, 16.7530537)
  2090. o136.Parent = o135
  2091. o136.Scale = Vector3.new(0.299999923, 1.0999999, 1)
  2092. o137.Parent = o124
  2093. o137.Position = Vector3.new(45.4385681, 13.1621275, 14.7532673)
  2094. o137.Rotation = Vector3.new(-0.00393096963, 0.00652461685, 179.996613)
  2095. o137.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2096. o137.Velocity = Vector3.new(0.0372474529, 0.00425512809, -0.0209569652)
  2097. o137.FormFactor = Enum.FormFactor.Custom
  2098. o137.Size = Vector3.new(1, 0.200000003, 1)
  2099. o137.CFrame = CFrame.new(45.4385681, 13.1621275, 14.7532673, -0.999981523, -5.92017059e-005, 0.000113876049, 6.1015111e-005, -0.999998212, 6.86077256e-005, 0.000112667149, 6.76753261e-005, 0.999990761)
  2100. o137.BackSurface = Enum.SurfaceType.Weld
  2101. o137.BottomSurface = Enum.SurfaceType.Weld
  2102. o137.FrontSurface = Enum.SurfaceType.Weld
  2103. o137.LeftSurface = Enum.SurfaceType.Weld
  2104. o137.RightSurface = Enum.SurfaceType.Weld
  2105. o137.TopSurface = Enum.SurfaceType.Weld
  2106. o137.Position = Vector3.new(45.4385681, 13.1621275, 14.7532673)
  2107. o138.Parent = o137
  2108. o138.Scale = Vector3.new(0.399999917, 2.0999999, 1)
  2109. o139.Parent = o124
  2110. o139.BrickColor = BrickColor.new("Dark stone grey")
  2111. o139.Position = Vector3.new(43.9385452, 12.5622215, 14.7534771)
  2112. o139.Rotation = Vector3.new(-28.4378471, -89.6516953, -27.4689503)
  2113. o139.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2114. o139.Velocity = Vector3.new(0.0358136296, 0.00784056354, -0.0202092808)
  2115. o139.FormFactor = Enum.FormFactor.Symmetric
  2116. o139.Size = Vector3.new(3, 1, 10)
  2117. o139.CFrame = CFrame.new(43.9385452, 12.5622215, 14.7534771, 0.000113876049, 5.92017059e-005, -0.999981523, 6.8607711e-005, 0.999998212, 6.1015111e-005, 0.999990761, -6.76753116e-005, 0.000112667149)
  2118. o139.BackSurface = Enum.SurfaceType.Weld
  2119. o139.BottomSurface = Enum.SurfaceType.Weld
  2120. o139.FrontSurface = Enum.SurfaceType.Weld
  2121. o139.LeftSurface = Enum.SurfaceType.Weld
  2122. o139.RightSurface = Enum.SurfaceType.Weld
  2123. o139.TopSurface = Enum.SurfaceType.Weld
  2124. o139.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2125. o139.Position = Vector3.new(43.9385452, 12.5622215, 14.7534771)
  2126. o140.Parent = o139
  2127. o141.Parent = o124
  2128. o141.BrickColor = BrickColor.new("Dark stone grey")
  2129. o141.Position = Vector3.new(48.21138, 12.0621061, 17.4044456)
  2130. o141.Rotation = Vector3.new(179.990738, 44.9927025, -89.9944382)
  2131. o141.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2132. o141.Velocity = Vector3.new(0.033991877, 0.00249896734, -0.0182806905)
  2133. o141.FormFactor = Enum.FormFactor.Custom
  2134. o141.Size = Vector3.new(2, 0.200000003, 3)
  2135. o141.CFrame = CFrame.new(48.21138, 12.0621061, 17.4044456, 6.86692001e-005, 0.707170665, 0.707016706, 0.999998212, 1.45907179e-005, -0.000114271366, -9.01873864e-005, 0.707024217, -0.707176387)
  2136. o141.BackSurface = Enum.SurfaceType.Weld
  2137. o141.BottomSurface = Enum.SurfaceType.Weld
  2138. o141.FrontSurface = Enum.SurfaceType.Weld
  2139. o141.LeftSurface = Enum.SurfaceType.Weld
  2140. o141.RightSurface = Enum.SurfaceType.Weld
  2141. o141.TopSurface = Enum.SurfaceType.Weld
  2142. o141.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2143. o141.Position = Vector3.new(48.21138, 12.0621061, 17.4044456)
  2144. o142.Parent = o141
  2145. o142.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  2146. o143.Parent = o124
  2147. o143.Material = Enum.Material.Neon
  2148. o143.BrickColor = BrickColor.new("Really red")
  2149. o143.Position = Vector3.new(45.4391594, 19.5622559, 16.7528439)
  2150. o143.Rotation = Vector3.new(-0.00393096963, 0.00652367994, 179.996613)
  2151. o143.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2152. o143.Velocity = Vector3.new(0.0520711951, 0.00792741869, -0.0327153914)
  2153. o143.FormFactor = Enum.FormFactor.Custom
  2154. o143.Size = Vector3.new(1, 0.200000003, 1)
  2155. o143.CFrame = CFrame.new(45.4391594, 19.5622559, 16.7528439, -0.999966383, -5.9201695e-005, 0.000113859693, 6.10141833e-005, -0.999998212, 6.86068597e-005, 0.00011265053, 6.76751151e-005, 0.999978065)
  2156. o143.BackSurface = Enum.SurfaceType.Weld
  2157. o143.BottomSurface = Enum.SurfaceType.Weld
  2158. o143.FrontSurface = Enum.SurfaceType.Weld
  2159. o143.LeftSurface = Enum.SurfaceType.Weld
  2160. o143.RightSurface = Enum.SurfaceType.Weld
  2161. o143.TopSurface = Enum.SurfaceType.Weld
  2162. o143.Color = Color3.new(1, 0, 0)
  2163. o143.Position = Vector3.new(45.4391594, 19.5622559, 16.7528439)
  2164. o144.Parent = o143
  2165. o144.Scale = Vector3.new(0.199999928, 8.5, 1)
  2166. o145.Parent = o124
  2167. o145.Position = Vector3.new(48.0699615, 12.0621033, 17.2630577)
  2168. o145.Rotation = Vector3.new(-0.00913601834, -44.992588, 89.9946976)
  2169. o145.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2170. o145.Velocity = Vector3.new(0.0340252817, 0.00257719355, -0.0183141045)
  2171. o145.FormFactor = Enum.FormFactor.Custom
  2172. o145.Size = Vector3.new(2, 0.200000003, 3)
  2173. o145.CFrame = CFrame.new(48.0699615, 12.0621033, 17.2630577, 6.54554606e-005, -0.707172096, -0.707015276, 0.999998212, -1.76259582e-005, 0.000112762049, -9.12661562e-005, -0.707022786, 0.707177818)
  2174. o145.BackSurface = Enum.SurfaceType.Weld
  2175. o145.BottomSurface = Enum.SurfaceType.Weld
  2176. o145.FrontSurface = Enum.SurfaceType.Weld
  2177. o145.LeftSurface = Enum.SurfaceType.Weld
  2178. o145.RightSurface = Enum.SurfaceType.Weld
  2179. o145.TopSurface = Enum.SurfaceType.Weld
  2180. o145.Position = Vector3.new(48.0699615, 12.0621033, 17.2630577)
  2181. o146.Parent = o145
  2182. o146.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  2183. o147.Parent = o124
  2184. o147.Position = Vector3.new(45.4387627, 13.1622648, 16.7532711)
  2185. o147.Rotation = Vector3.new(-0.00393096497, 0.00652374141, 179.996613)
  2186. o147.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2187. o147.Velocity = Vector3.new(0.0367751382, 0.00792915188, -0.0209571719)
  2188. o147.FormFactor = Enum.FormFactor.Custom
  2189. o147.Size = Vector3.new(1, 0.200000003, 1)
  2190. o147.CFrame = CFrame.new(45.4387627, 13.1622648, 16.7532711, -0.999977827, -5.92016986e-005, 0.000113860769, 6.10148782e-005, -0.999998212, 6.86074272e-005, 0.000112651818, 6.76752024e-005, 0.999987543)
  2191. o147.BackSurface = Enum.SurfaceType.Weld
  2192. o147.BottomSurface = Enum.SurfaceType.Weld
  2193. o147.FrontSurface = Enum.SurfaceType.Weld
  2194. o147.LeftSurface = Enum.SurfaceType.Weld
  2195. o147.RightSurface = Enum.SurfaceType.Weld
  2196. o147.TopSurface = Enum.SurfaceType.Weld
  2197. o147.Position = Vector3.new(45.4387627, 13.1622648, 16.7532711)
  2198. o148.Parent = o147
  2199. o148.Scale = Vector3.new(0.399999917, 2.0999999, 1)
  2200. o149.Parent = o124
  2201. o149.Position = Vector3.new(47.4386444, 13.1620731, 15.7530251)
  2202. o149.Rotation = Vector3.new(-0.0039309701, 0.00652461685, 179.996613)
  2203. o149.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2204. o149.Velocity = Vector3.new(0.0370110609, 0.00131174643, -0.0204842053)
  2205. o149.FormFactor = Enum.FormFactor.Custom
  2206. o149.Size = Vector3.new(1, 0.200000003, 1)
  2207. o149.CFrame = CFrame.new(47.4386444, 13.1620731, 15.7530251, -0.999981523, -5.92017095e-005, 0.000113876049, 6.10151146e-005, -0.999998212, 6.86077401e-005, 0.000112667149, 6.76753407e-005, 0.999990761)
  2208. o149.BackSurface = Enum.SurfaceType.Weld
  2209. o149.BottomSurface = Enum.SurfaceType.Weld
  2210. o149.FrontSurface = Enum.SurfaceType.Weld
  2211. o149.LeftSurface = Enum.SurfaceType.Weld
  2212. o149.RightSurface = Enum.SurfaceType.Weld
  2213. o149.TopSurface = Enum.SurfaceType.Weld
  2214. o149.Position = Vector3.new(47.4386444, 13.1620731, 15.7530251)
  2215. o150.Parent = o149
  2216. o150.Scale = Vector3.new(0.399999917, 2.0999999, 1)
  2217. o151.Parent = o124
  2218. o151.Position = Vector3.new(45.4388809, 12.062376, 18.3533154)
  2219. o151.Rotation = Vector3.new(-28.4410191, -89.618454, 62.5279083)
  2220. o151.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2221. o151.Velocity = Vector3.new(0.0337682851, 0.0108685326, -0.0189363845)
  2222. o151.FormFactor = Enum.FormFactor.Custom
  2223. o151.Size = Vector3.new(2, 0.200000003, 3)
  2224. o151.CFrame = CFrame.new(45.4388809, 12.062376, 18.3533154, 5.92016986e-005, -0.000113860769, -0.999977827, 0.999998212, -6.86074272e-005, 6.10148782e-005, -6.76752024e-005, -0.999987543, 0.000112651818)
  2225. o151.BackSurface = Enum.SurfaceType.Weld
  2226. o151.BottomSurface = Enum.SurfaceType.Weld
  2227. o151.FrontSurface = Enum.SurfaceType.Weld
  2228. o151.LeftSurface = Enum.SurfaceType.Weld
  2229. o151.RightSurface = Enum.SurfaceType.Weld
  2230. o151.TopSurface = Enum.SurfaceType.Weld
  2231. o151.Position = Vector3.new(45.4388809, 12.062376, 18.3533154)
  2232. o152.Parent = o151
  2233. o152.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  2234. o153.Parent = o124
  2235. o153.Material = Enum.Material.Neon
  2236. o153.BrickColor = BrickColor.new("Really red")
  2237. o153.Position = Vector3.new(45.4387665, 16.5621223, 14.7530365)
  2238. o153.Rotation = Vector3.new(-0.0039309701, 0.00652457448, 179.996613)
  2239. o153.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2240. o153.Velocity = Vector3.new(0.0453734845, 0.0042542303, -0.0272035226)
  2241. o153.FormFactor = Enum.FormFactor.Custom
  2242. o153.Size = Vector3.new(1, 0.200000003, 1)
  2243. o153.CFrame = CFrame.new(45.4387665, 16.5621223, 14.7530365, -0.999974608, -5.92017059e-005, 0.000113875307, 6.1014689e-005, -0.999998212, 6.8607289e-005, 0.000112666363, 6.76753116e-005, 0.999984205)
  2244. o153.BackSurface = Enum.SurfaceType.Weld
  2245. o153.BottomSurface = Enum.SurfaceType.Weld
  2246. o153.FrontSurface = Enum.SurfaceType.Weld
  2247. o153.LeftSurface = Enum.SurfaceType.Weld
  2248. o153.RightSurface = Enum.SurfaceType.Weld
  2249. o153.TopSurface = Enum.SurfaceType.Weld
  2250. o153.Color = Color3.new(1, 0, 0)
  2251. o153.Position = Vector3.new(45.4387665, 16.5621223, 14.7530365)
  2252. o154.Parent = o153
  2253. o154.Scale = Vector3.new(0.199999928, 5.5, 1)
  2254. o155.Parent = o124
  2255. o155.BrickColor = BrickColor.new("Dark stone grey")
  2256. o155.Position = Vector3.new(42.4390068, 12.0625725, 18.5536633)
  2257. o155.Rotation = Vector3.new(151.55899, 89.5897827, -62.5278358)
  2258. o155.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2259. o155.Velocity = Vector3.new(0.033721406, 0.0184063092, -0.0196456779)
  2260. o155.FormFactor = Enum.FormFactor.Custom
  2261. o155.Size = Vector3.new(2, 0.200000003, 3)
  2262. o155.CFrame = CFrame.new(42.4390068, 12.0625725, 18.5536633, 5.92016913e-005, 0.00011386042, 0.99997437, 0.999998212, 6.86071144e-005, -6.10146599e-005, -6.76750933e-005, 0.999984324, -0.000112651447)
  2263. o155.BackSurface = Enum.SurfaceType.Weld
  2264. o155.BottomSurface = Enum.SurfaceType.Weld
  2265. o155.FrontSurface = Enum.SurfaceType.Weld
  2266. o155.LeftSurface = Enum.SurfaceType.Weld
  2267. o155.RightSurface = Enum.SurfaceType.Weld
  2268. o155.TopSurface = Enum.SurfaceType.Weld
  2269. o155.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2270. o155.Position = Vector3.new(42.4390068, 12.0625725, 18.5536633)
  2271. o156.Parent = o155
  2272. o156.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  2273. o157.Parent = o124
  2274. o157.BrickColor = BrickColor.new("Really black")
  2275. o157.Position = Vector3.new(45.4386673, 14.8621244, 14.7531519)
  2276. o157.Rotation = Vector3.new(-0.00393096963, 0.0065245959, 179.996613)
  2277. o157.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2278. o157.Velocity = Vector3.new(0.0413104668, 0.0042546792, -0.024080243)
  2279. o157.FormFactor = Enum.FormFactor.Custom
  2280. o157.Size = Vector3.new(1, 3.19999981, 1)
  2281. o157.CFrame = CFrame.new(45.4386673, 14.8621244, 14.7531519, -0.999978065, -5.92017059e-005, 0.000113875678, 6.10149e-005, -0.999998212, 6.86075073e-005, 0.000112666756, 6.76753189e-005, 0.999987483)
  2282. o157.BackSurface = Enum.SurfaceType.Weld
  2283. o157.BottomSurface = Enum.SurfaceType.Weld
  2284. o157.FrontSurface = Enum.SurfaceType.Weld
  2285. o157.LeftSurface = Enum.SurfaceType.Weld
  2286. o157.RightSurface = Enum.SurfaceType.Weld
  2287. o157.TopSurface = Enum.SurfaceType.Weld
  2288. o157.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2289. o157.Position = Vector3.new(45.4386673, 14.8621244, 14.7531519)
  2290. o158.Parent = o157
  2291. o158.Scale = Vector3.new(0.299999923, 1.0999999, 1)
  2292. o159.Parent = o124
  2293. o159.BrickColor = BrickColor.new("Dark stone grey")
  2294. o159.Position = Vector3.new(45.4389191, 12.0623913, 18.5533333)
  2295. o159.Rotation = Vector3.new(151.558975, 89.5859833, 117.472168)
  2296. o159.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2297. o159.Velocity = Vector3.new(0.0337210521, 0.0112359226, -0.0189364031)
  2298. o159.FormFactor = Enum.FormFactor.Custom
  2299. o159.Size = Vector3.new(2, 0.200000003, 3)
  2300. o159.CFrame = CFrame.new(45.4389191, 12.0623913, 18.5533333, -5.92016986e-005, -0.000113860413, 0.999973893, -0.999998212, -6.86072453e-005, -6.1014638e-005, 6.76751661e-005, -0.999984384, -0.000112651374)
  2301. o159.BackSurface = Enum.SurfaceType.Weld
  2302. o159.BottomSurface = Enum.SurfaceType.Weld
  2303. o159.FrontSurface = Enum.SurfaceType.Weld
  2304. o159.LeftSurface = Enum.SurfaceType.Weld
  2305. o159.RightSurface = Enum.SurfaceType.Weld
  2306. o159.TopSurface = Enum.SurfaceType.Weld
  2307. o159.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2308. o159.Position = Vector3.new(45.4389191, 12.0623913, 18.5533333)
  2309. o160.Parent = o159
  2310. o160.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  2311. o161.Parent = o124
  2312. o161.BrickColor = BrickColor.new("Dark stone grey")
  2313. o161.Position = Vector3.new(43.9387894, 12.0623941, 17.2535)
  2314. o161.Rotation = Vector3.new(-28.4410191, -89.6194763, -27.4720936)
  2315. o161.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2316. o161.Velocity = Vector3.new(0.0340282358, 0.0124331228, -0.0192909203)
  2317. o161.FormFactor = Enum.FormFactor.Symmetric
  2318. o161.Size = Vector3.new(2, 2, 6)
  2319. o161.CFrame = CFrame.new(43.9387894, 12.0623941, 17.2535, 0.000113860769, 5.92016986e-005, -0.999977946, 6.860742e-005, 0.999998212, 6.10148854e-005, 0.999987543, -6.76752097e-005, 0.000112651833)
  2320. o161.BackSurface = Enum.SurfaceType.Weld
  2321. o161.BottomSurface = Enum.SurfaceType.Weld
  2322. o161.FrontSurface = Enum.SurfaceType.Weld
  2323. o161.LeftSurface = Enum.SurfaceType.Weld
  2324. o161.RightSurface = Enum.SurfaceType.Weld
  2325. o161.TopSurface = Enum.SurfaceType.Weld
  2326. o161.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2327. o161.Position = Vector3.new(43.9387894, 12.0623941, 17.2535)
  2328. o162.Parent = o161
  2329. o163.Parent = o124
  2330. o163.Material = Enum.Material.Neon
  2331. o163.BrickColor = BrickColor.new("Really red")
  2332. o163.Position = Vector3.new(47.4392014, 22.5620537, 15.752388)
  2333. o163.Rotation = Vector3.new(-0.00393097103, 0.00652457448, 179.996613)
  2334. o163.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2335. o163.Velocity = Vector3.new(0.0594771355, 0.00130924489, -0.0377540849)
  2336. o163.FormFactor = Enum.FormFactor.Custom
  2337. o163.Size = Vector3.new(1, 0.200000003, 1)
  2338. o163.CFrame = CFrame.new(47.4392014, 22.5620537, 15.752388, -0.999974608, -5.92017095e-005, 0.000113875307, 6.10146926e-005, -0.999998212, 6.86073035e-005, 0.000112666363, 6.76753261e-005, 0.999984205)
  2339. o163.BackSurface = Enum.SurfaceType.Weld
  2340. o163.BottomSurface = Enum.SurfaceType.Weld
  2341. o163.FrontSurface = Enum.SurfaceType.Weld
  2342. o163.LeftSurface = Enum.SurfaceType.Weld
  2343. o163.RightSurface = Enum.SurfaceType.Weld
  2344. o163.TopSurface = Enum.SurfaceType.Weld
  2345. o163.Color = Color3.new(1, 0, 0)
  2346. o163.Position = Vector3.new(47.4392014, 22.5620537, 15.752388)
  2347. o164.Parent = o163
  2348. o164.Scale = Vector3.new(0.199999928, 10.5, 1)
  2349. o165.Parent = o124
  2350. o165.BrickColor = BrickColor.new("Dark stone grey")
  2351. o165.Position = Vector3.new(43.9384308, 10.5622253, 14.7536354)
  2352. o165.Rotation = Vector3.new(-28.4410191, -89.6516953, -27.4720192)
  2353. o165.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2354. o165.Velocity = Vector3.new(0.0310336072, 0.00784112979, -0.016534837)
  2355. o165.FormFactor = Enum.FormFactor.Symmetric
  2356. o165.Size = Vector3.new(3, 3, 10)
  2357. o165.CFrame = CFrame.new(43.9384308, 10.5622253, 14.7536354, 0.000113861133, 5.92016986e-005, -0.999981523, 6.86076237e-005, 0.999998212, 6.10151037e-005, 0.999990761, -6.76752243e-005, 0.000112652233)
  2358. o165.BackSurface = Enum.SurfaceType.Weld
  2359. o165.BottomSurface = Enum.SurfaceType.Weld
  2360. o165.FrontSurface = Enum.SurfaceType.Weld
  2361. o165.LeftSurface = Enum.SurfaceType.Weld
  2362. o165.RightSurface = Enum.SurfaceType.Weld
  2363. o165.TopSurface = Enum.SurfaceType.Weld
  2364. o165.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2365. o165.Position = Vector3.new(43.9384308, 10.5622253, 14.7536354)
  2366. o166.Parent = o165
  2367. o167.Parent = o124
  2368. o167.Position = Vector3.new(42.4389458, 13.1624155, 16.2535839)
  2369. o167.Rotation = Vector3.new(-28.4378414, -89.6516953, -27.4689465)
  2370. o167.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2371. o167.Velocity = Vector3.new(0.0368935838, 0.0141806565, -0.0216663666)
  2372. o167.FormFactor = Enum.FormFactor.Custom
  2373. o167.Size = Vector3.new(4, 0.200000003, 3)
  2374. o167.CFrame = CFrame.new(42.4389458, 13.1624155, 16.2535839, 0.000113876034, 5.92016877e-005, -0.999981523, 6.86074563e-005, 0.999998212, 6.10150928e-005, 0.999990761, -6.76750569e-005, 0.000112667134)
  2375. o167.BackSurface = Enum.SurfaceType.Weld
  2376. o167.BottomSurface = Enum.SurfaceType.Weld
  2377. o167.FrontSurface = Enum.SurfaceType.Weld
  2378. o167.LeftSurface = Enum.SurfaceType.Weld
  2379. o167.RightSurface = Enum.SurfaceType.Weld
  2380. o167.TopSurface = Enum.SurfaceType.Weld
  2381. o167.Position = Vector3.new(42.4389458, 13.1624155, 16.2535839)
  2382. o168.Parent = o167
  2383. o168.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  2384. o169.Parent = o124
  2385. o169.BrickColor = BrickColor.new("Dark stone grey")
  2386. o169.Position = Vector3.new(43.9384384, 12.5620155, 11.753459)
  2387. o169.Rotation = Vector3.new(-28.4410267, -89.7593384, -27.4718475)
  2388. o169.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2389. o169.Velocity = Vector3.new(0.0365221016, 0.00232906919, -0.0202089287)
  2390. o169.FormFactor = Enum.FormFactor.Symmetric
  2391. o169.Size = Vector3.new(3, 1, 10)
  2392. o169.CFrame = CFrame.new(43.9384384, 12.5620155, 11.753459, 0.000113862079, 5.92017568e-005, -0.999991179, 6.86089552e-005, 0.999998212, 6.10157404e-005, 0.999998808, -6.76761338e-005, 0.000112653368)
  2393. o169.BackSurface = Enum.SurfaceType.Weld
  2394. o169.BottomSurface = Enum.SurfaceType.Weld
  2395. o169.FrontSurface = Enum.SurfaceType.Weld
  2396. o169.LeftSurface = Enum.SurfaceType.Weld
  2397. o169.RightSurface = Enum.SurfaceType.Weld
  2398. o169.TopSurface = Enum.SurfaceType.Weld
  2399. o169.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2400. o169.Position = Vector3.new(43.9384384, 12.5620155, 11.753459)
  2401. o170.Parent = o169
  2402. o171.Parent = o124
  2403. o171.Position = Vector3.new(48.4384193, 13.1617384, 11.7529039)
  2404. o171.Rotation = Vector3.new(-0.00393100129, 0.00652381685, -0.0033920405)
  2405. o171.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2406. o171.Velocity = Vector3.new(0.0379555672, -0.00842689071, -0.0202473253)
  2407. o171.FormFactor = Enum.FormFactor.Custom
  2408. o171.Size = Vector3.new(3, 0.200000003, 3)
  2409. o171.CFrame = CFrame.new(48.4384193, 13.1617384, 11.7529039, 0.999991179, 5.92017495e-005, 0.000113862079, -6.10157331e-005, 0.999998212, 6.86088315e-005, -0.000112653368, -6.76760101e-005, 0.999998808)
  2410. o171.BackSurface = Enum.SurfaceType.Weld
  2411. o171.BottomSurface = Enum.SurfaceType.Weld
  2412. o171.FrontSurface = Enum.SurfaceType.Weld
  2413. o171.LeftSurface = Enum.SurfaceType.Weld
  2414. o171.RightSurface = Enum.SurfaceType.Weld
  2415. o171.TopSurface = Enum.SurfaceType.Weld
  2416. o171.Position = Vector3.new(48.4384193, 13.1617384, 11.7529039)
  2417. o172.Parent = o171
  2418. o172.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  2419. o173.Parent = o124
  2420. o173.Position = Vector3.new(39.8080292, 12.0622644, 17.2639484)
  2421. o173.Rotation = Vector3.new(-0.000240495618, 45.0044479, 89.9942932)
  2422. o173.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2423. o173.Velocity = Vector3.new(0.0340254568, 0.0223248228, -0.0202668682)
  2424. o173.FormFactor = Enum.FormFactor.Custom
  2425. o173.Size = Vector3.new(2, 0.200000003, 3)
  2426. o173.CFrame = CFrame.new(39.8080292, 12.0622644, 17.2639484, 7.04195918e-005, -0.707012117, 0.707161665, 0.999998212, 0.000105120518, 2.96767757e-006, -7.54984285e-005, 0.707168341, 0.707020819)
  2427. o173.BackSurface = Enum.SurfaceType.Weld
  2428. o173.BottomSurface = Enum.SurfaceType.Weld
  2429. o173.FrontSurface = Enum.SurfaceType.Weld
  2430. o173.LeftSurface = Enum.SurfaceType.Weld
  2431. o173.RightSurface = Enum.SurfaceType.Weld
  2432. o173.TopSurface = Enum.SurfaceType.Weld
  2433. o173.Position = Vector3.new(39.8080292, 12.0622644, 17.2639484)
  2434. o174.Parent = o173
  2435. o174.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  2436. o175.Parent = o124
  2437. o175.Position = Vector3.new(43.9383507, 13.1620131, 11.7534256)
  2438. o175.Rotation = Vector3.new(-0.00393098546, 0.00652381591, -0.00339203933)
  2439. o175.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2440. o175.Velocity = Vector3.new(0.0379561, 0.0023292175, -0.0213112887)
  2441. o175.FormFactor = Enum.FormFactor.Custom
  2442. o175.Size = Vector3.new(6, 0.200000003, 3)
  2443. o175.CFrame = CFrame.new(43.9383507, 13.1620131, 11.7534256, 0.999991179, 5.92017313e-005, 0.000113862065, -6.10157149e-005, 0.999998212, 6.86085623e-005, -0.000112653353, -6.76757409e-005, 0.999998808)
  2444. o175.BackSurface = Enum.SurfaceType.Weld
  2445. o175.BottomSurface = Enum.SurfaceType.Weld
  2446. o175.FrontSurface = Enum.SurfaceType.Weld
  2447. o175.LeftSurface = Enum.SurfaceType.Weld
  2448. o175.RightSurface = Enum.SurfaceType.Weld
  2449. o175.TopSurface = Enum.SurfaceType.Weld
  2450. o175.Position = Vector3.new(43.9383507, 13.1620131, 11.7534256)
  2451. o176.Parent = o175
  2452. o176.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  2453. o177.Parent = o124
  2454. o177.Position = Vector3.new(48.4381104, 13.3617382, 11.7529354)
  2455. o177.Rotation = Vector3.new(-0.00393098546, 0.00652381685, -0.00339203724)
  2456. o177.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2457. o177.Velocity = Vector3.new(0.0384335592, -0.00842609443, -0.0206148457)
  2458. o177.FormFactor = Enum.FormFactor.Custom
  2459. o177.Size = Vector3.new(3, 0.200000003, 3)
  2460. o177.CFrame = CFrame.new(48.4381104, 13.3617382, 11.7529354, 0.999991179, 5.9201695e-005, 0.000113862079, -6.10156785e-005, 0.999998212, 6.86085623e-005, -0.000112653368, -6.76757409e-005, 0.999998808)
  2461. o177.BackSurface = Enum.SurfaceType.Weld
  2462. o177.BottomSurface = Enum.SurfaceType.Weld
  2463. o177.FrontSurface = Enum.SurfaceType.Weld
  2464. o177.LeftSurface = Enum.SurfaceType.Weld
  2465. o177.RightSurface = Enum.SurfaceType.Weld
  2466. o177.TopSurface = Enum.SurfaceType.Weld
  2467. o177.Position = Vector3.new(48.4381104, 13.3617382, 11.7529354)
  2468. o178.Parent = o177
  2469. o178.Scale = Vector3.new(0.69999969, 1, 0.699999928)
  2470. o178.MeshType = Enum.MeshType.Torso
  2471. o179.Parent = o124
  2472. o179.BrickColor = BrickColor.new("Dark stone grey")
  2473. o179.Position = Vector3.new(39.6666183, 12.0622835, 17.4053707)
  2474. o179.Rotation = Vector3.new(-0.000240495967, 45.0044518, 89.9942932)
  2475. o179.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2476. o179.Velocity = Vector3.new(0.0339920819, 0.0229226202, -0.0203003213)
  2477. o179.FormFactor = Enum.FormFactor.Custom
  2478. o179.Size = Vector3.new(2, 0.200000003, 3)
  2479. o179.CFrame = CFrame.new(39.6666183, 12.0622835, 17.4053707, 7.04195918e-005, -0.707012057, 0.707161725, 0.999998212, 0.000105120518, 2.96768212e-006, -7.54984139e-005, 0.707168281, 0.707020879)
  2480. o179.BackSurface = Enum.SurfaceType.Weld
  2481. o179.BottomSurface = Enum.SurfaceType.Weld
  2482. o179.FrontSurface = Enum.SurfaceType.Weld
  2483. o179.LeftSurface = Enum.SurfaceType.Weld
  2484. o179.RightSurface = Enum.SurfaceType.Weld
  2485. o179.TopSurface = Enum.SurfaceType.Weld
  2486. o179.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2487. o179.Position = Vector3.new(39.6666183, 12.0622835, 17.4053707)
  2488. o180.Parent = o179
  2489. o180.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  2490. o181.Parent = o124
  2491. o181.Position = Vector3.new(43.938179, 13.362011, 11.7534504)
  2492. o181.Rotation = Vector3.new(-0.0039309701, 0.00652381591, -0.0033920384)
  2493. o181.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2494. o181.Velocity = Vector3.new(0.0384340882, 0.00232967339, -0.0216787737)
  2495. o181.FormFactor = Enum.FormFactor.Custom
  2496. o181.Size = Vector3.new(6, 0.200000003, 3)
  2497. o181.CFrame = CFrame.new(43.938179, 13.362011, 11.7534504, 0.999991179, 5.92017132e-005, 0.000113862065, -6.10156967e-005, 0.999998212, 6.86082931e-005, -0.000112653353, -6.76754717e-005, 0.999998808)
  2498. o181.BackSurface = Enum.SurfaceType.Weld
  2499. o181.BottomSurface = Enum.SurfaceType.Weld
  2500. o181.FrontSurface = Enum.SurfaceType.Weld
  2501. o181.LeftSurface = Enum.SurfaceType.Weld
  2502. o181.RightSurface = Enum.SurfaceType.Weld
  2503. o181.TopSurface = Enum.SurfaceType.Weld
  2504. o181.Position = Vector3.new(43.938179, 13.362011, 11.7534504)
  2505. o182.Parent = o181
  2506. o182.Scale = Vector3.new(0.69999969, 1, 0.699999928)
  2507. o182.MeshType = Enum.MeshType.Torso
  2508. o183.Parent = o124
  2509. o183.Position = Vector3.new(42.4387894, 13.3624153, 16.2535782)
  2510. o183.Rotation = Vector3.new(-28.4378471, -89.6516953, -27.4689522)
  2511. o183.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2512. o183.Velocity = Vector3.new(0.0373715833, 0.0141810197, -0.0220338516)
  2513. o183.FormFactor = Enum.FormFactor.Custom
  2514. o183.Size = Vector3.new(4, 0.200000003, 3)
  2515. o183.CFrame = CFrame.new(42.4387894, 13.3624153, 16.2535782, 0.000113876049, 5.92017095e-005, -0.999981523, 6.86077183e-005, 0.999998212, 6.10151146e-005, 0.999990761, -6.76753189e-005, 0.000112667149)
  2516. o183.BackSurface = Enum.SurfaceType.Weld
  2517. o183.BottomSurface = Enum.SurfaceType.Weld
  2518. o183.FrontSurface = Enum.SurfaceType.Weld
  2519. o183.LeftSurface = Enum.SurfaceType.Weld
  2520. o183.RightSurface = Enum.SurfaceType.Weld
  2521. o183.TopSurface = Enum.SurfaceType.Weld
  2522. o183.Position = Vector3.new(42.4387894, 13.3624153, 16.2535782)
  2523. o184.Parent = o183
  2524. o184.Scale = Vector3.new(0.69999969, 1, 0.699999928)
  2525. o184.MeshType = Enum.MeshType.Torso
  2526. o185.Parent = o124
  2527. o185.Position = Vector3.new(39.4381561, 13.3622875, 11.7539654)
  2528. o185.Rotation = Vector3.new(-0.0039309701, 0.00652381498, -0.00339203933)
  2529. o185.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2530. o185.Velocity = Vector3.new(0.0384346284, 0.0130856596, -0.0227427296)
  2531. o185.FormFactor = Enum.FormFactor.Custom
  2532. o185.Size = Vector3.new(3, 0.200000003, 3)
  2533. o185.CFrame = CFrame.new(39.4381561, 13.3622875, 11.7539654, 0.999991179, 5.92017313e-005, 0.00011386205, -6.10157149e-005, 0.999998212, 6.86082931e-005, -0.000112653339, -6.76754717e-005, 0.999998808)
  2534. o185.BackSurface = Enum.SurfaceType.Weld
  2535. o185.BottomSurface = Enum.SurfaceType.Weld
  2536. o185.FrontSurface = Enum.SurfaceType.Weld
  2537. o185.LeftSurface = Enum.SurfaceType.Weld
  2538. o185.RightSurface = Enum.SurfaceType.Weld
  2539. o185.TopSurface = Enum.SurfaceType.Weld
  2540. o185.Position = Vector3.new(39.4381561, 13.3622875, 11.7539654)
  2541. o186.Parent = o185
  2542. o186.Scale = Vector3.new(0.69999969, 1, 0.699999928)
  2543. o186.MeshType = Enum.MeshType.Torso
  2544. o187.Parent = o124
  2545. o187.BrickColor = BrickColor.new("Dark stone grey")
  2546. o187.Position = Vector3.new(42.9381943, 10.5620403, 11.2537222)
  2547. o187.Rotation = Vector3.new(179.996078, -0.00652381498, -179.996613)
  2548. o187.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2549. o187.Velocity = Vector3.new(0.0318602659, 0.0038015137, -0.0167708732)
  2550. o187.FormFactor = Enum.FormFactor.Symmetric
  2551. o187.Size = Vector3.new(4, 3, 4)
  2552. o187.CFrame = CFrame.new(42.9381943, 10.5620403, 11.2537222, -0.999991179, 5.92017241e-005, -0.00011386205, 6.10157076e-005, 0.999998212, -6.8608424e-005, 0.000112653339, -6.76756026e-005, -0.999998808)
  2553. o187.BackSurface = Enum.SurfaceType.Weld
  2554. o187.BottomSurface = Enum.SurfaceType.Weld
  2555. o187.FrontSurface = Enum.SurfaceType.Weld
  2556. o187.LeftSurface = Enum.SurfaceType.Weld
  2557. o187.RightSurface = Enum.SurfaceType.Weld
  2558. o187.TopSurface = Enum.SurfaceType.Weld
  2559. o187.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2560. o187.Position = Vector3.new(42.9381943, 10.5620403, 11.2537222)
  2561. o188.Parent = o187
  2562. o189.Parent = o124
  2563. o189.BrickColor = BrickColor.new("Dark stone grey")
  2564. o189.Position = Vector3.new(39.9381981, 10.5621567, 10.2541456)
  2565. o189.Rotation = Vector3.new(179.996078, -0.00652381498, -179.996613)
  2566. o189.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2567. o189.Velocity = Vector3.new(0.0320967659, 0.009135033, -0.0174800474)
  2568. o189.FormFactor = Enum.FormFactor.Symmetric
  2569. o189.Size = Vector3.new(2, 3, 6)
  2570. o189.CFrame = CFrame.new(39.9381981, 10.5621567, 10.2541456, -0.999991179, 5.92016986e-005, -0.00011386205, 6.10156821e-005, 0.999998212, -6.86082712e-005, 0.000112653339, -6.76754498e-005, -0.999998808)
  2571. o189.BackSurface = Enum.SurfaceType.Weld
  2572. o189.BottomSurface = Enum.SurfaceType.Weld
  2573. o189.FrontSurface = Enum.SurfaceType.Weld
  2574. o189.LeftSurface = Enum.SurfaceType.Weld
  2575. o189.RightSurface = Enum.SurfaceType.Weld
  2576. o189.TopSurface = Enum.SurfaceType.Weld
  2577. o189.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2578. o189.Position = Vector3.new(39.9381981, 10.5621567, 10.2541456)
  2579. o190.Parent = o189
  2580. o191.Parent = o124
  2581. o191.BrickColor = BrickColor.new("Dark stone grey")
  2582. o191.Position = Vector3.new(38.4382744, 12.5623512, 11.7540712)
  2583. o191.Rotation = Vector3.new(179.996078, -0.00652381591, -179.996613)
  2584. o191.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2585. o191.Velocity = Vector3.new(0.036522761, 0.0154755684, -0.0215093475)
  2586. o191.FormFactor = Enum.FormFactor.Symmetric
  2587. o191.Size = Vector3.new(1, 1, 3)
  2588. o191.CFrame = CFrame.new(38.4382744, 12.5623512, 11.7540712, -0.999991179, 5.92017495e-005, -0.000113862065, 6.10157331e-005, 0.999998212, -6.86085623e-005, 0.000112653353, -6.76757409e-005, -0.999998808)
  2589. o191.BackSurface = Enum.SurfaceType.Weld
  2590. o191.BottomSurface = Enum.SurfaceType.Weld
  2591. o191.FrontSurface = Enum.SurfaceType.Weld
  2592. o191.LeftSurface = Enum.SurfaceType.Weld
  2593. o191.RightSurface = Enum.SurfaceType.Weld
  2594. o191.TopSurface = Enum.SurfaceType.Weld
  2595. o191.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2596. o191.Position = Vector3.new(38.4382744, 12.5623512, 11.7540712)
  2597. o192.Parent = o191
  2598. o193.Parent = o124
  2599. o193.Position = Vector3.new(39.4382095, 13.1622877, 11.7539787)
  2600. o193.Rotation = Vector3.new(-0.0039309701, 0.00652381498, -0.0033920384)
  2601. o193.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2602. o193.Velocity = Vector3.new(0.0379566289, 0.0130855562, -0.0223752689)
  2603. o193.FormFactor = Enum.FormFactor.Custom
  2604. o193.Size = Vector3.new(3, 0.200000003, 3)
  2605. o193.CFrame = CFrame.new(39.4382095, 13.1622877, 11.7539787, 0.999991179, 5.92017132e-005, 0.00011386205, -6.10156967e-005, 0.999998212, 6.86082931e-005, -0.000112653339, -6.76754717e-005, 0.999998808)
  2606. o193.BackSurface = Enum.SurfaceType.Weld
  2607. o193.BottomSurface = Enum.SurfaceType.Weld
  2608. o193.FrontSurface = Enum.SurfaceType.Weld
  2609. o193.LeftSurface = Enum.SurfaceType.Weld
  2610. o193.RightSurface = Enum.SurfaceType.Weld
  2611. o193.TopSurface = Enum.SurfaceType.Weld
  2612. o193.Position = Vector3.new(39.4382095, 13.1622877, 11.7539787)
  2613. o194.Parent = o193
  2614. o194.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  2615. o195.Parent = o124
  2616. o195.BrickColor = BrickColor.new("Dark stone grey")
  2617. o195.Position = Vector3.new(46.4380875, 10.5618343, 11.2533131)
  2618. o195.Rotation = Vector3.new(179.996078, -0.00652381591, -179.996613)
  2619. o195.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2620. o195.Velocity = Vector3.new(0.031859871, -0.00456397142, -0.0159433968)
  2621. o195.FormFactor = Enum.FormFactor.Symmetric
  2622. o195.Size = Vector3.new(3, 3, 4)
  2623. o195.CFrame = CFrame.new(46.4380875, 10.5618343, 11.2533131, -0.999991179, 5.92017423e-005, -0.000113862065, 6.10157258e-005, 0.999998212, -6.86086933e-005, 0.000112653353, -6.76758718e-005, -0.999998808)
  2624. o195.BackSurface = Enum.SurfaceType.Weld
  2625. o195.BottomSurface = Enum.SurfaceType.Weld
  2626. o195.FrontSurface = Enum.SurfaceType.Weld
  2627. o195.LeftSurface = Enum.SurfaceType.Weld
  2628. o195.RightSurface = Enum.SurfaceType.Weld
  2629. o195.TopSurface = Enum.SurfaceType.Weld
  2630. o195.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2631. o195.Position = Vector3.new(46.4380875, 10.5618343, 11.2533131)
  2632. o196.Parent = o195
  2633. o197.Parent = o124
  2634. o197.BrickColor = BrickColor.new("Dark stone grey")
  2635. o197.Position = Vector3.new(38.4380341, 10.562254, 10.2542458)
  2636. o197.Rotation = Vector3.new(179.996078, -0.00652296096, -179.996613)
  2637. o197.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2638. o197.Velocity = Vector3.new(0.0320969708, 0.0127206044, -0.0178347472)
  2639. o197.FormFactor = Enum.FormFactor.Symmetric
  2640. o197.Size = Vector3.new(1, 3, 6)
  2641. o197.CFrame = CFrame.new(38.4380341, 10.562254, 10.2542458, -0.999990523, 5.92017241e-005, -0.000113847142, 6.10156676e-005, 0.999998212, -6.86076019e-005, 0.00011263835, -6.76747295e-005, -0.999998748)
  2642. o197.BackSurface = Enum.SurfaceType.Weld
  2643. o197.BottomSurface = Enum.SurfaceType.Weld
  2644. o197.FrontSurface = Enum.SurfaceType.Weld
  2645. o197.LeftSurface = Enum.SurfaceType.Weld
  2646. o197.RightSurface = Enum.SurfaceType.Weld
  2647. o197.TopSurface = Enum.SurfaceType.Weld
  2648. o197.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2649. o197.Position = Vector3.new(38.4380341, 10.562254, 10.2542458)
  2650. o198.Parent = o197
  2651. o199.Parent = o124
  2652. o199.BrickColor = BrickColor.new("Dark stone grey")
  2653. o199.Position = Vector3.new(49.4384041, 12.5616798, 11.7528467)
  2654. o199.Rotation = Vector3.new(179.996078, -0.00652381591, -179.996613)
  2655. o199.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2656. o199.Velocity = Vector3.new(0.0365214422, -0.0108169559, -0.0189085566)
  2657. o199.FormFactor = Enum.FormFactor.Symmetric
  2658. o199.Size = Vector3.new(1, 1, 3)
  2659. o199.CFrame = CFrame.new(49.4384041, 12.5616798, 11.7528467, -0.999991179, 5.9201775e-005, -0.000113862065, 6.10157585e-005, 0.999998212, -6.86087078e-005, 0.000112653353, -6.76758864e-005, -0.999998808)
  2660. o199.BackSurface = Enum.SurfaceType.Weld
  2661. o199.BottomSurface = Enum.SurfaceType.Weld
  2662. o199.FrontSurface = Enum.SurfaceType.Weld
  2663. o199.LeftSurface = Enum.SurfaceType.Weld
  2664. o199.RightSurface = Enum.SurfaceType.Weld
  2665. o199.TopSurface = Enum.SurfaceType.Weld
  2666. o199.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2667. o199.Position = Vector3.new(49.4384041, 12.5616798, 11.7528467)
  2668. o200.Parent = o199
  2669. o201.Parent = o124
  2670. o201.BrickColor = BrickColor.new("Really black")
  2671. o201.Position = Vector3.new(46.8378754, 12.3615999, 8.25311947)
  2672. o201.Rotation = Vector3.new(179.996078, -0.00652381685, -179.996613)
  2673. o201.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2674. o201.Velocity = Vector3.new(0.0368703119, -0.0110315373, -0.0191555209)
  2675. o201.CanCollide = false
  2676. o201.FormFactor = Enum.FormFactor.Custom
  2677. o201.Size = Vector3.new(2.200001, 0.200000003, 4.00000048)
  2678. o201.CFrame = CFrame.new(46.8378754, 12.3615999, 8.25311947, -0.999991179, 5.92017313e-005, -0.000113862079, 6.10157149e-005, 0.999998212, -6.86088388e-005, 0.000112653368, -6.76760174e-005, -0.999998808)
  2679. o201.BackSurface = Enum.SurfaceType.Weld
  2680. o201.BottomSurface = Enum.SurfaceType.Weld
  2681. o201.FrontSurface = Enum.SurfaceType.Weld
  2682. o201.LeftSurface = Enum.SurfaceType.Weld
  2683. o201.RightSurface = Enum.SurfaceType.Weld
  2684. o201.TopSurface = Enum.SurfaceType.Weld
  2685. o201.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2686. o201.Position = Vector3.new(46.8378754, 12.3615999, 8.25311947)
  2687. o202.Parent = o201
  2688. o202.Scale = Vector3.new(1.20000005, 0.100001864, 1.10000002)
  2689. o203.Parent = o124
  2690. o203.Position = Vector3.new(41.537796, 12.1619215, 8.25379086)
  2691. o203.Rotation = Vector3.new(-0.00393096963, 0.00652381591, 179.996613)
  2692. o203.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2693. o203.Velocity = Vector3.new(0.0363929234, 0.00163686881, -0.0200411789)
  2694. o203.CanCollide = false
  2695. o203.FormFactor = Enum.FormFactor.Custom
  2696. o203.Size = Vector3.new(1.60000062, 0.200000003, 1.99999928)
  2697. o203.CFrame = CFrame.new(41.537796, 12.1619215, 8.25379086, -0.999991179, -5.92017168e-005, 0.000113862065, 6.10157003e-005, -0.999998212, 6.86082785e-005, 0.000112653353, 6.76754571e-005, 0.999998808)
  2698. o203.BackSurface = Enum.SurfaceType.Weld
  2699. o203.BottomSurface = Enum.SurfaceType.Weld
  2700. o203.FrontSurface = Enum.SurfaceType.Weld
  2701. o203.LeftSurface = Enum.SurfaceType.Weld
  2702. o203.RightSurface = Enum.SurfaceType.Weld
  2703. o203.TopSurface = Enum.SurfaceType.Weld
  2704. o203.Position = Vector3.new(41.537796, 12.1619215, 8.25379086)
  2705. o204.Parent = o203
  2706. o204.Scale = Vector3.new(1.4000001, 1.99999988, 1.10000002)
  2707. o205.Parent = o124
  2708. o205.BrickColor = BrickColor.new("Dark stone grey")
  2709. o205.Position = Vector3.new(41.5378075, 12.3619232, 8.2537775)
  2710. o205.Rotation = Vector3.new(-0.00393096963, 0.00652381591, 179.996613)
  2711. o205.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2712. o205.Velocity = Vector3.new(0.0368709303, 0.00163681689, -0.0204086266)
  2713. o205.CanCollide = false
  2714. o205.FormFactor = Enum.FormFactor.Custom
  2715. o205.Size = Vector3.new(1.60000062, 0.200000003, 1.59999919)
  2716. o205.CFrame = CFrame.new(41.5378075, 12.3619232, 8.2537775, -0.999991059, -5.92017168e-005, 0.000113862065, 6.10156931e-005, -0.999998212, 6.86082858e-005, 0.000112653339, 6.76754498e-005, 0.999998808)
  2717. o205.BackSurface = Enum.SurfaceType.Weld
  2718. o205.BottomSurface = Enum.SurfaceType.Weld
  2719. o205.FrontSurface = Enum.SurfaceType.Weld
  2720. o205.LeftSurface = Enum.SurfaceType.Weld
  2721. o205.RightSurface = Enum.SurfaceType.Weld
  2722. o205.TopSurface = Enum.SurfaceType.Weld
  2723. o205.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2724. o205.Position = Vector3.new(41.5378075, 12.3619232, 8.2537775)
  2725. o206.Parent = o205
  2726. o206.Scale = Vector3.new(1.39999998, 1, 1.10000002)
  2727. o207.Parent = o124
  2728. o207.BrickColor = BrickColor.new("Dark stone grey")
  2729. o207.Position = Vector3.new(50.2377129, 11.5614319, 8.75299454)
  2730. o207.Rotation = Vector3.new(179.996078, -0.00652384758, 90.0033951)
  2731. o207.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2732. o207.Velocity = Vector3.new(0.0348397829, -0.0182387456, -0.0168819651)
  2733. o207.FormFactor = Enum.FormFactor.Custom
  2734. o207.Size = Vector3.new(1, 0.200000003, 3)
  2735. o207.CFrame = CFrame.new(50.2377129, 11.5614319, 8.75299454, -5.92017168e-005, -0.999990463, -0.000113862618, -0.999998212, 6.10156603e-005, -6.86082276e-005, 6.76753189e-005, 0.000112653812, -0.999998808)
  2736. o207.BackSurface = Enum.SurfaceType.Weld
  2737. o207.BottomSurface = Enum.SurfaceType.Weld
  2738. o207.FrontSurface = Enum.SurfaceType.Weld
  2739. o207.LeftSurface = Enum.SurfaceType.Weld
  2740. o207.RightSurface = Enum.SurfaceType.Weld
  2741. o207.TopSurface = Enum.SurfaceType.Weld
  2742. o207.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2743. o207.Position = Vector3.new(50.2377129, 11.5614319, 8.75299454)
  2744. o208.Parent = o207
  2745. o208.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  2746. o209.Parent = o124
  2747. o209.BrickColor = BrickColor.new("Dark stone grey")
  2748. o209.Position = Vector3.new(50.2376251, 10.0614347, 8.75309563)
  2749. o209.Rotation = Vector3.new(179.996078, -0.00652382849, 90.0033951)
  2750. o209.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2751. o209.Velocity = Vector3.new(0.0312547721, -0.0182383507, -0.0141261332)
  2752. o209.FormFactor = Enum.FormFactor.Custom
  2753. o209.Size = Vector3.new(2, 0.200000003, 3)
  2754. o209.CFrame = CFrame.new(50.2376251, 10.0614347, 8.75309563, -5.92016986e-005, -0.999990463, -0.000113862283, -0.999998212, 6.10156421e-005, -6.86077474e-005, 6.76748386e-005, 0.000112653477, -0.999998808)
  2755. o209.BackSurface = Enum.SurfaceType.Weld
  2756. o209.BottomSurface = Enum.SurfaceType.Weld
  2757. o209.FrontSurface = Enum.SurfaceType.Weld
  2758. o209.LeftSurface = Enum.SurfaceType.Weld
  2759. o209.RightSurface = Enum.SurfaceType.Weld
  2760. o209.TopSurface = Enum.SurfaceType.Weld
  2761. o209.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2762. o209.Position = Vector3.new(50.2376251, 10.0614347, 8.75309563)
  2763. o210.Parent = o209
  2764. o210.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  2765. o211.Parent = o124
  2766. o211.BrickColor = BrickColor.new("Dark stone grey")
  2767. o211.Position = Vector3.new(42.437706, 10.5618649, 8.25376701)
  2768. o211.Rotation = Vector3.new(-28.4410267, -89.7577133, 152.528152)
  2769. o211.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2770. o211.Velocity = Vector3.new(0.0325687975, -0.000513956591, -0.0168888271)
  2771. o211.CanCollide = false
  2772. o211.FormFactor = Enum.FormFactor.Custom
  2773. o211.Size = Vector3.new(2, 3, 3)
  2774. o211.CFrame = CFrame.new(42.437706, 10.5618649, 8.25376701, -0.00011386205, -5.9201735e-005, -0.999991059, -6.86085623e-005, -0.999998212, 6.10157113e-005, -0.999998808, 6.76757263e-005, 0.000112653324)
  2775. o211.BackSurface = Enum.SurfaceType.Weld
  2776. o211.BottomSurface = Enum.SurfaceType.Weld
  2777. o211.FrontSurface = Enum.SurfaceType.Weld
  2778. o211.LeftSurface = Enum.SurfaceType.Weld
  2779. o211.RightSurface = Enum.SurfaceType.Weld
  2780. o211.TopSurface = Enum.SurfaceType.Weld
  2781. o211.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2782. o211.Position = Vector3.new(42.437706, 10.5618649, 8.25376701)
  2783. o212.Parent = o211
  2784. o213.Parent = o124
  2785. o213.BrickColor = BrickColor.new("Dark stone grey")
  2786. o213.Position = Vector3.new(37.6378098, 10.0621986, 8.75439548)
  2787. o213.Rotation = Vector3.new(-0.00393097522, 0.00652289251, -90.0033951)
  2788. o213.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2789. o213.Velocity = Vector3.new(0.0312562883, 0.0118775535, -0.0171051361)
  2790. o213.FormFactor = Enum.FormFactor.Custom
  2791. o213.Size = Vector3.new(2, 0.200000003, 3)
  2792. o213.CFrame = CFrame.new(37.6378098, 10.0621986, 8.75439548, -5.92017132e-005, 0.999977827, 0.000113845948, -0.999998212, -6.10148927e-005, 6.86076164e-005, 6.76753625e-005, -0.000112636888, 0.999987662)
  2793. o213.BackSurface = Enum.SurfaceType.Weld
  2794. o213.BottomSurface = Enum.SurfaceType.Weld
  2795. o213.FrontSurface = Enum.SurfaceType.Weld
  2796. o213.LeftSurface = Enum.SurfaceType.Weld
  2797. o213.RightSurface = Enum.SurfaceType.Weld
  2798. o213.TopSurface = Enum.SurfaceType.Weld
  2799. o213.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2800. o213.Position = Vector3.new(37.6378098, 10.0621986, 8.75439548)
  2801. o214.Parent = o213
  2802. o214.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  2803. o215.Parent = o124
  2804. o215.Position = Vector3.new(44.0377769, 12.1617689, 8.25349331)
  2805. o215.Rotation = Vector3.new(-0.00393097056, 0.00652381591, -0.00339203957)
  2806. o215.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2807. o215.Velocity = Vector3.new(0.0363926291, -0.00433862396, -0.0194501039)
  2808. o215.FormFactor = Enum.FormFactor.Custom
  2809. o215.Size = Vector3.new(3.40000176, 0.200000003, 1.59999979)
  2810. o215.CFrame = CFrame.new(44.0377769, 12.1617689, 8.25349331, 0.999990821, 5.92017168e-005, 0.000113862065, -6.10156785e-005, 0.999998212, 6.86083004e-005, -0.00011265331, -6.76754353e-005, 0.999998808)
  2811. o215.BackSurface = Enum.SurfaceType.Weld
  2812. o215.BottomSurface = Enum.SurfaceType.Weld
  2813. o215.FrontSurface = Enum.SurfaceType.Weld
  2814. o215.LeftSurface = Enum.SurfaceType.Weld
  2815. o215.RightSurface = Enum.SurfaceType.Weld
  2816. o215.TopSurface = Enum.SurfaceType.Weld
  2817. o215.Position = Vector3.new(44.0377769, 12.1617689, 8.25349331)
  2818. o216.Parent = o215
  2819. o216.Scale = Vector3.new(1.39999998, 1, 0.800000012)
  2820. o217.Parent = o124
  2821. o217.BrickColor = BrickColor.new("Dark stone grey")
  2822. o217.Position = Vector3.new(37.6378975, 11.5621958, 8.7542944)
  2823. o217.Rotation = Vector3.new(-0.00393097615, 0.00652284594, -90.0033951)
  2824. o217.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2825. o217.Velocity = Vector3.new(0.0348412991, 0.0118771577, -0.019860968)
  2826. o217.FormFactor = Enum.FormFactor.Custom
  2827. o217.Size = Vector3.new(1, 0.200000003, 3)
  2828. o217.CFrame = CFrame.new(37.6378975, 11.5621958, 8.7542944, -5.92017095e-005, 0.999970555, 0.000113845141, -0.999998212, -6.10144525e-005, 6.86071435e-005, 6.7675348e-005, -0.000112636066, 0.999980569)
  2829. o217.BackSurface = Enum.SurfaceType.Weld
  2830. o217.BottomSurface = Enum.SurfaceType.Weld
  2831. o217.FrontSurface = Enum.SurfaceType.Weld
  2832. o217.LeftSurface = Enum.SurfaceType.Weld
  2833. o217.RightSurface = Enum.SurfaceType.Weld
  2834. o217.TopSurface = Enum.SurfaceType.Weld
  2835. o217.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2836. o217.Position = Vector3.new(37.6378975, 11.5621958, 8.7542944)
  2837. o218.Parent = o217
  2838. o218.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  2839. o219.Parent = o124
  2840. o219.Position = Vector3.new(44.0377502, 7.86191511, 10.2537823)
  2841. o219.Rotation = Vector3.new(-0.00393096916, 0.00652381591, 179.996613)
  2842. o219.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2843. o219.Velocity = Vector3.new(0.0256432816, -0.000663550571, -0.0115502495)
  2844. o219.CanCollide = false
  2845. o219.FormFactor = Enum.FormFactor.Custom
  2846. o219.Size = Vector3.new(10.2000008, 0.400000006, 10)
  2847. o219.CFrame = CFrame.new(44.0377502, 7.86191511, 10.2537823, -0.999991298, -5.92017168e-005, 0.000113862065, 6.10157076e-005, -0.999998212, 6.86082712e-005, 0.000112653368, 6.76754644e-005, 0.999998808)
  2848. o219.BackSurface = Enum.SurfaceType.Weld
  2849. o219.BottomSurface = Enum.SurfaceType.Weld
  2850. o219.FrontSurface = Enum.SurfaceType.Weld
  2851. o219.LeftSurface = Enum.SurfaceType.Weld
  2852. o219.RightSurface = Enum.SurfaceType.Weld
  2853. o219.TopSurface = Enum.SurfaceType.Weld
  2854. o219.Position = Vector3.new(44.0377502, 7.86191511, 10.2537823)
  2855. o220.Parent = o219
  2856. o220.Scale = Vector3.new(1.70000017, 1, 1.10000002)
  2857. o221.Parent = o124
  2858. o221.BrickColor = BrickColor.new("Dark stone grey")
  2859. o221.Position = Vector3.new(49.4378052, 10.5615854, 10.2530594)
  2860. o221.Rotation = Vector3.new(179.996078, -0.00652381824, -179.996613)
  2861. o221.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2862. o221.Velocity = Vector3.new(0.0320956595, -0.0135709923, -0.0152340438)
  2863. o221.FormFactor = Enum.FormFactor.Symmetric
  2864. o221.Size = Vector3.new(1, 3, 6)
  2865. o221.CFrame = CFrame.new(49.4378052, 10.5615854, 10.2530594, -0.999990463, 5.92016986e-005, -0.000113862108, 6.10156421e-005, 0.999998212, -6.86086278e-005, 0.000112653302, -6.7675719e-005, -0.999998808)
  2866. o221.BackSurface = Enum.SurfaceType.Weld
  2867. o221.BottomSurface = Enum.SurfaceType.Weld
  2868. o221.FrontSurface = Enum.SurfaceType.Weld
  2869. o221.LeftSurface = Enum.SurfaceType.Weld
  2870. o221.RightSurface = Enum.SurfaceType.Weld
  2871. o221.TopSurface = Enum.SurfaceType.Weld
  2872. o221.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2873. o221.Position = Vector3.new(49.4378052, 10.5615854, 10.2530594)
  2874. o222.Parent = o221
  2875. o223.Parent = o124
  2876. o223.Position = Vector3.new(46.8378639, 12.1615992, 8.2531414)
  2877. o223.Rotation = Vector3.new(-0.00393100176, 0.00652381685, 179.996613)
  2878. o223.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2879. o223.Velocity = Vector3.new(0.036392305, -0.0110314693, -0.0187880732)
  2880. o223.CanCollide = false
  2881. o223.FormFactor = Enum.FormFactor.Custom
  2882. o223.Size = Vector3.new(2.20000076, 0.200000003, 4)
  2883. o223.CFrame = CFrame.new(46.8378639, 12.1615992, 8.2531414, -0.999991179, -5.92017313e-005, 0.000113862079, 6.10157149e-005, -0.999998212, 6.86088388e-005, 0.000112653368, 6.76760174e-005, 0.999998808)
  2884. o223.BackSurface = Enum.SurfaceType.Weld
  2885. o223.BottomSurface = Enum.SurfaceType.Weld
  2886. o223.FrontSurface = Enum.SurfaceType.Weld
  2887. o223.LeftSurface = Enum.SurfaceType.Weld
  2888. o223.RightSurface = Enum.SurfaceType.Weld
  2889. o223.TopSurface = Enum.SurfaceType.Weld
  2890. o223.Position = Vector3.new(46.8378639, 12.1615992, 8.2531414)
  2891. o224.Parent = o223
  2892. o224.Scale = Vector3.new(1.4000001, 1.99999988, 1.10000002)
  2893. o225.Parent = o124
  2894. o225.Position = Vector3.new(37.8378029, 10.0621862, 8.7543869)
  2895. o225.Rotation = Vector3.new(89.9961243, -0.00339200906, 89.9934845)
  2896. o225.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2897. o225.Velocity = Vector3.new(0.0312562585, 0.011399556, -0.017057851)
  2898. o225.FormFactor = Enum.FormFactor.Custom
  2899. o225.Size = Vector3.new(3, 0.200000003, 2)
  2900. o225.CFrame = CFrame.new(37.8378029, 10.0621862, 8.7543869, 0.000113847142, -0.999990523, -5.92017277e-005, 6.86081476e-005, 6.10156712e-005, -0.999998212, 0.999998748, 0.00011263835, 6.76752752e-005)
  2901. o225.BackSurface = Enum.SurfaceType.Weld
  2902. o225.BottomSurface = Enum.SurfaceType.Weld
  2903. o225.FrontSurface = Enum.SurfaceType.Weld
  2904. o225.LeftSurface = Enum.SurfaceType.Weld
  2905. o225.RightSurface = Enum.SurfaceType.Weld
  2906. o225.TopSurface = Enum.SurfaceType.Weld
  2907. o225.Position = Vector3.new(37.8378029, 10.0621862, 8.7543869)
  2908. o226.Parent = o225
  2909. o226.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  2910. o227.Parent = o124
  2911. o227.BrickColor = BrickColor.new("Dark stone grey")
  2912. o227.Position = Vector3.new(44.9376678, 10.5617161, 8.2534771)
  2913. o227.Rotation = Vector3.new(-0.00393098639, 0.00652381591, -0.00339203957)
  2914. o227.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2915. o227.Velocity = Vector3.new(0.0325685106, -0.00648938958, -0.0162977614)
  2916. o227.CanCollide = false
  2917. o227.FormFactor = Enum.FormFactor.Symmetric
  2918. o227.Size = Vector3.new(2, 3, 2)
  2919. o227.CFrame = CFrame.new(44.9376678, 10.5617161, 8.2534771, 0.999990821, 5.92017168e-005, 0.000113862065, -6.10156785e-005, 0.999998212, 6.86085768e-005, -0.00011265331, -6.76757118e-005, 0.999998808)
  2920. o227.BackSurface = Enum.SurfaceType.Weld
  2921. o227.BottomSurface = Enum.SurfaceType.Weld
  2922. o227.FrontSurface = Enum.SurfaceType.Weld
  2923. o227.LeftSurface = Enum.SurfaceType.Weld
  2924. o227.RightSurface = Enum.SurfaceType.Weld
  2925. o227.TopSurface = Enum.SurfaceType.Weld
  2926. o227.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2927. o227.Position = Vector3.new(44.9376678, 10.5617161, 8.2534771)
  2928. o228.Parent = o227
  2929. o229.Parent = o124
  2930. o229.BrickColor = BrickColor.new("Dark stone grey")
  2931. o229.Position = Vector3.new(48.4377441, 10.5616417, 10.2531576)
  2932. o229.Rotation = Vector3.new(179.996078, -0.00652381498, -179.996613)
  2933. o229.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2934. o229.Velocity = Vector3.new(0.0320957676, -0.01118067, -0.0154704833)
  2935. o229.CanCollide = false
  2936. o229.FormFactor = Enum.FormFactor.Symmetric
  2937. o229.Size = Vector3.new(1, 3, 6)
  2938. o229.CFrame = CFrame.new(48.4377441, 10.5616417, 10.2531576, -0.999991179, 5.92017241e-005, -0.00011386205, 6.10157076e-005, 0.999998212, -6.86084386e-005, 0.000112653339, -6.76756172e-005, -0.999998808)
  2939. o229.BackSurface = Enum.SurfaceType.Weld
  2940. o229.BottomSurface = Enum.SurfaceType.Weld
  2941. o229.FrontSurface = Enum.SurfaceType.Weld
  2942. o229.LeftSurface = Enum.SurfaceType.Weld
  2943. o229.RightSurface = Enum.SurfaceType.Weld
  2944. o229.TopSurface = Enum.SurfaceType.Weld
  2945. o229.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2946. o229.Position = Vector3.new(48.4377441, 10.5616417, 10.2531576)
  2947. o230.Parent = o229
  2948. o231.Parent = o124
  2949. o231.Position = Vector3.new(50.0376205, 10.0614471, 8.75311852)
  2950. o231.Rotation = Vector3.new(-90.0038757, 0.0033920086, -89.9934769)
  2951. o231.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2952. o231.Velocity = Vector3.new(0.0312547982, -0.0177602991, -0.0141734211)
  2953. o231.FormFactor = Enum.FormFactor.Custom
  2954. o231.Size = Vector3.new(3, 0.200000003, 2)
  2955. o231.CFrame = CFrame.new(50.0376205, 10.0614471, 8.75311852, 0.000113861934, 0.999990463, 5.92017168e-005, 6.86082349e-005, -6.10156603e-005, 0.999998212, 0.999998808, -0.000112653128, -6.76753261e-005)
  2956. o231.BackSurface = Enum.SurfaceType.Weld
  2957. o231.BottomSurface = Enum.SurfaceType.Weld
  2958. o231.FrontSurface = Enum.SurfaceType.Weld
  2959. o231.LeftSurface = Enum.SurfaceType.Weld
  2960. o231.RightSurface = Enum.SurfaceType.Weld
  2961. o231.TopSurface = Enum.SurfaceType.Weld
  2962. o231.Position = Vector3.new(50.0376205, 10.0614471, 8.75311852)
  2963. o232.Parent = o231
  2964. o232.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  2965. o233.Parent = o124
  2966. o233.Position = Vector3.new(37.8378906, 11.5621843, 8.75427818)
  2967. o233.Rotation = Vector3.new(179.996078, -0.00652296096, -89.9966125)
  2968. o233.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2969. o233.Velocity = Vector3.new(0.034841273, 0.0113991462, -0.0198136847)
  2970. o233.FormFactor = Enum.FormFactor.Custom
  2971. o233.Size = Vector3.new(1, 0.200000003, 3)
  2972. o233.CFrame = CFrame.new(37.8378906, 11.5621843, 8.75427818, 5.92017277e-005, 0.999990523, -0.000113847142, 0.999998212, -6.10156712e-005, -6.86081476e-005, -6.76752752e-005, -0.00011263835, -0.999998748)
  2973. o233.BackSurface = Enum.SurfaceType.Weld
  2974. o233.BottomSurface = Enum.SurfaceType.Weld
  2975. o233.FrontSurface = Enum.SurfaceType.Weld
  2976. o233.LeftSurface = Enum.SurfaceType.Weld
  2977. o233.RightSurface = Enum.SurfaceType.Weld
  2978. o233.TopSurface = Enum.SurfaceType.Weld
  2979. o233.Position = Vector3.new(37.8378906, 11.5621843, 8.75427818)
  2980. o234.Parent = o233
  2981. o234.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  2982. o235.Parent = o124
  2983. o235.Position = Vector3.new(50.0377083, 11.5614443, 8.75302505)
  2984. o235.Rotation = Vector3.new(179.996078, -0.00652380846, 90.0033951)
  2985. o235.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  2986. o235.Velocity = Vector3.new(0.0348398089, -0.017760681, -0.0169292539)
  2987. o235.FormFactor = Enum.FormFactor.Custom
  2988. o235.Size = Vector3.new(1, 0.200000003, 3)
  2989. o235.CFrame = CFrame.new(50.0377083, 11.5614443, 8.75302505, -5.92017168e-005, -0.999990463, -0.000113861934, -0.999998212, 6.10156603e-005, -6.86082349e-005, 6.76753261e-005, 0.000112653128, -0.999998808)
  2990. o235.BackSurface = Enum.SurfaceType.Weld
  2991. o235.BottomSurface = Enum.SurfaceType.Weld
  2992. o235.FrontSurface = Enum.SurfaceType.Weld
  2993. o235.LeftSurface = Enum.SurfaceType.Weld
  2994. o235.RightSurface = Enum.SurfaceType.Weld
  2995. o235.TopSurface = Enum.SurfaceType.Weld
  2996. o235.Position = Vector3.new(50.0377083, 11.5614443, 8.75302505)
  2997. o236.Parent = o235
  2998. o236.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  2999. o237.Parent = o124
  3000. o237.Position = Vector3.new(49.1883659, 11.5608778, 5.949471)
  3001. o237.Rotation = Vector3.new(-0.0128286164, 33.6954575, 90.0022583)
  3002. o237.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3003. o237.Velocity = Vector3.new(0.0355009921, -0.0208815541, -0.0171289314)
  3004. o237.FormFactor = Enum.FormFactor.Custom
  3005. o237.Size = Vector3.new(1, 0.200000003, 3)
  3006. o237.CFrame = CFrame.new(49.1883659, 11.5608778, 5.949471, -3.27321286e-005, -0.831980944, 0.554778457, 1.00000179, 9.2905917e-005, 0.00018628579, -0.000202355586, 0.554783285, 0.831998527)
  3007. o237.BackSurface = Enum.SurfaceType.Weld
  3008. o237.BottomSurface = Enum.SurfaceType.Weld
  3009. o237.FrontSurface = Enum.SurfaceType.Weld
  3010. o237.LeftSurface = Enum.SurfaceType.Weld
  3011. o237.RightSurface = Enum.SurfaceType.Weld
  3012. o237.TopSurface = Enum.SurfaceType.Weld
  3013. o237.Position = Vector3.new(49.1883659, 11.5608778, 5.949471)
  3014. o238.Parent = o237
  3015. o238.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  3016. o239.Parent = o124
  3017. o239.BrickColor = BrickColor.new("Dark stone grey")
  3018. o239.Position = Vector3.new(40.9375496, 10.561861, 6.75397587)
  3019. o239.Rotation = Vector3.new(-0.00393097103, 0.00652381591, -0.00339204003)
  3020. o239.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3021. o239.Velocity = Vector3.new(0.0329232216, 0.000315937039, -0.0172433369)
  3022. o239.FormFactor = Enum.FormFactor.Symmetric
  3023. o239.Size = Vector3.new(2, 3, 1)
  3024. o239.CFrame = CFrame.new(40.9375496, 10.561861, 6.75397587, 0.999990702, 5.92017168e-005, 0.000113862065, -6.10156712e-005, 0.999998212, 6.86083076e-005, -0.000112653302, -6.7675428e-005, 0.999998808)
  3025. o239.BackSurface = Enum.SurfaceType.Weld
  3026. o239.BottomSurface = Enum.SurfaceType.Weld
  3027. o239.FrontSurface = Enum.SurfaceType.Weld
  3028. o239.LeftSurface = Enum.SurfaceType.Weld
  3029. o239.RightSurface = Enum.SurfaceType.Weld
  3030. o239.TopSurface = Enum.SurfaceType.Weld
  3031. o239.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3032. o239.Position = Vector3.new(40.9375496, 10.561861, 6.75397587)
  3033. o240.Parent = o239
  3034. o241.Parent = o124
  3035. o241.BrickColor = BrickColor.new("Dark stone grey")
  3036. o241.Position = Vector3.new(44.9375572, 10.561615, 6.75354767)
  3037. o241.Rotation = Vector3.new(-0.00393097196, 0.00652381731, -0.0033920398)
  3038. o241.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3039. o241.Velocity = Vector3.new(0.0329227336, -0.00924485549, -0.0162976012)
  3040. o241.CanCollide = false
  3041. o241.FormFactor = Enum.FormFactor.Symmetric
  3042. o241.Size = Vector3.new(6, 3, 1)
  3043. o241.CFrame = CFrame.new(44.9375572, 10.561615, 6.75354767, 0.999990463, 5.92016986e-005, 0.000113862094, -6.10156385e-005, 0.999998212, 6.86083222e-005, -0.000112653288, -6.76754134e-005, 0.999998808)
  3044. o241.BackSurface = Enum.SurfaceType.Weld
  3045. o241.BottomSurface = Enum.SurfaceType.Weld
  3046. o241.FrontSurface = Enum.SurfaceType.Weld
  3047. o241.LeftSurface = Enum.SurfaceType.Weld
  3048. o241.RightSurface = Enum.SurfaceType.Weld
  3049. o241.TopSurface = Enum.SurfaceType.Weld
  3050. o241.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3051. o241.Position = Vector3.new(44.9375572, 10.561615, 6.75354767)
  3052. o242.Parent = o241
  3053. o243.Parent = o124
  3054. o243.Position = Vector3.new(38.686306, 11.5617104, 5.95059872)
  3055. o243.Rotation = Vector3.new(179.994904, 33.6838951, -89.9959564)
  3056. o243.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3057. o243.Velocity = Vector3.new(0.0355027094, 0.00422040559, -0.019612316)
  3058. o243.FormFactor = Enum.FormFactor.Custom
  3059. o243.Size = Vector3.new(1, 0.200000003, 3)
  3060. o243.CFrame = CFrame.new(38.686306, 11.5617104, 5.95059872, 5.87362301e-005, 0.832090557, 0.55461055, 0.999994636, -2.46790514e-005, -7.41119293e-005, -4.67312602e-005, 0.554618418, -0.832099795)
  3061. o243.BackSurface = Enum.SurfaceType.Weld
  3062. o243.BottomSurface = Enum.SurfaceType.Weld
  3063. o243.FrontSurface = Enum.SurfaceType.Weld
  3064. o243.LeftSurface = Enum.SurfaceType.Weld
  3065. o243.RightSurface = Enum.SurfaceType.Weld
  3066. o243.TopSurface = Enum.SurfaceType.Weld
  3067. o243.Position = Vector3.new(38.686306, 11.5617104, 5.95059872)
  3068. o244.Parent = o243
  3069. o244.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  3070. o245.Parent = o124
  3071. o245.BrickColor = BrickColor.new("Dark stone grey")
  3072. o245.Position = Vector3.new(38.5199165, 11.5617104, 5.83967686)
  3073. o245.Rotation = Vector3.new(-0.00516281463, -33.6840401, -90.0041199)
  3074. o245.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3075. o245.Velocity = Vector3.new(0.0355289243, 0.004414286, -0.0196516365)
  3076. o245.FormFactor = Enum.FormFactor.Custom
  3077. o245.Size = Vector3.new(1, 0.200000003, 3)
  3078. o245.CFrame = CFrame.new(38.5199165, 11.5617104, 5.83967686, -5.98335391e-005, 0.8320871, -0.554612696, -0.999994636, -2.54196857e-005, 7.49787578e-005, 4.70414088e-005, 0.554621398, 0.832097709)
  3079. o245.BackSurface = Enum.SurfaceType.Weld
  3080. o245.BottomSurface = Enum.SurfaceType.Weld
  3081. o245.FrontSurface = Enum.SurfaceType.Weld
  3082. o245.LeftSurface = Enum.SurfaceType.Weld
  3083. o245.RightSurface = Enum.SurfaceType.Weld
  3084. o245.TopSurface = Enum.SurfaceType.Weld
  3085. o245.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3086. o245.Position = Vector3.new(38.5199165, 11.5617104, 5.83967686)
  3087. o246.Parent = o245
  3088. o246.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  3089. o247.Parent = o124
  3090. o247.BrickColor = BrickColor.new("Dark stone grey")
  3091. o247.Position = Vector3.new(40.937439, 12.5617199, 4.75381947)
  3092. o247.Rotation = Vector3.new(179.996078, -0.00652381591, -179.996613)
  3093. o247.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3094. o247.Velocity = Vector3.new(0.0381755568, -0.00335856434, -0.0209175833)
  3095. o247.FormFactor = Enum.FormFactor.Symmetric
  3096. o247.Size = Vector3.new(2, 1, 1)
  3097. o247.CFrame = CFrame.new(40.937439, 12.5617199, 4.75381947, -0.999990463, 5.92017168e-005, -0.000113862065, 6.10156567e-005, 0.999998212, -6.86083222e-005, 0.000112653273, -6.76754134e-005, -0.999998808)
  3098. o247.BackSurface = Enum.SurfaceType.Weld
  3099. o247.BottomSurface = Enum.SurfaceType.Weld
  3100. o247.FrontSurface = Enum.SurfaceType.Weld
  3101. o247.LeftSurface = Enum.SurfaceType.Weld
  3102. o247.RightSurface = Enum.SurfaceType.Weld
  3103. o247.TopSurface = Enum.SurfaceType.Weld
  3104. o247.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3105. o247.Position = Vector3.new(40.937439, 12.5617199, 4.75381947)
  3106. o248.Parent = o247
  3107. o248.MeshType = Enum.MeshType.Torso
  3108. o249.Parent = o124
  3109. o249.BrickColor = BrickColor.new("Dark stone grey")
  3110. o249.Position = Vector3.new(46.9375572, 9.26159763, 8.25337791)
  3111. o249.Rotation = Vector3.new(-28.4410267, -89.754509, 152.528152)
  3112. o249.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3113. o249.Velocity = Vector3.new(0.0294612572, -0.0112693012, -0.0134365167)
  3114. o249.CanCollide = false
  3115. o249.FormFactor = Enum.FormFactor.Custom
  3116. o249.Size = Vector3.new(2, 0.400000036, 2)
  3117. o249.CFrame = CFrame.new(46.9375572, 9.26159763, 8.25337791, -0.00011386205, -5.9201735e-005, -0.999990821, -6.86082931e-005, -0.999998212, 6.10156967e-005, -0.999998808, 6.7675428e-005, 0.000112653295)
  3118. o249.BackSurface = Enum.SurfaceType.Weld
  3119. o249.BottomSurface = Enum.SurfaceType.Weld
  3120. o249.FrontSurface = Enum.SurfaceType.Weld
  3121. o249.LeftSurface = Enum.SurfaceType.Weld
  3122. o249.RightSurface = Enum.SurfaceType.Weld
  3123. o249.TopSurface = Enum.SurfaceType.Weld
  3124. o249.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3125. o249.Position = Vector3.new(46.9375572, 9.26159763, 8.25337791)
  3126. o250.Parent = o249
  3127. o251.Parent = o124
  3128. o251.BrickColor = BrickColor.new("Dark stone grey")
  3129. o251.Position = Vector3.new(49.3547745, 11.5608559, 5.83850622)
  3130. o251.Rotation = Vector3.new(179.987183, -33.6957245, 89.9981079)
  3131. o251.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3132. o251.Velocity = Vector3.new(0.0355271623, -0.0214831382, -0.0170895644)
  3133. o251.FormFactor = Enum.FormFactor.Custom
  3134. o251.Size = Vector3.new(1, 0.200000003, 3)
  3135. o251.CFrame = CFrame.new(49.3547745, 11.5608559, 5.83850622, 2.75520797e-005, -0.831976295, -0.554782331, -1.00000179, 9.91216002e-005, -0.000186268328, 0.000205789082, 0.554788172, -0.831995308)
  3136. o251.BackSurface = Enum.SurfaceType.Weld
  3137. o251.BottomSurface = Enum.SurfaceType.Weld
  3138. o251.FrontSurface = Enum.SurfaceType.Weld
  3139. o251.LeftSurface = Enum.SurfaceType.Weld
  3140. o251.RightSurface = Enum.SurfaceType.Weld
  3141. o251.TopSurface = Enum.SurfaceType.Weld
  3142. o251.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3143. o251.Position = Vector3.new(49.3547745, 11.5608559, 5.83850622)
  3144. o252.Parent = o251
  3145. o252.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  3146. o253.Parent = o124
  3147. o253.BrickColor = BrickColor.new("Dark stone grey")
  3148. o253.Position = Vector3.new(49.0772896, 10.0607061, 5.42253923)
  3149. o253.Rotation = Vector3.new(179.987167, -33.6963501, 89.9974213)
  3150. o253.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3151. o253.Velocity = Vector3.new(0.0320401117, -0.0215841811, -0.014399006)
  3152. o253.FormFactor = Enum.FormFactor.Custom
  3153. o253.Size = Vector3.new(2, 0.200000003, 4)
  3154. o253.CFrame = CFrame.new(49.0772896, 10.0607061, 5.42253923, 3.7455382e-005, -0.831968129, -0.554791391, -1.00000179, 8.72386299e-005, -0.000186295016, 0.000199218179, 0.554798245, -0.831988692)
  3155. o253.BackSurface = Enum.SurfaceType.Weld
  3156. o253.BottomSurface = Enum.SurfaceType.Weld
  3157. o253.FrontSurface = Enum.SurfaceType.Weld
  3158. o253.LeftSurface = Enum.SurfaceType.Weld
  3159. o253.RightSurface = Enum.SurfaceType.Weld
  3160. o253.TopSurface = Enum.SurfaceType.Weld
  3161. o253.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3162. o253.Position = Vector3.new(49.0772896, 10.0607061, 5.42253923)
  3163. o254.Parent = o253
  3164. o254.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  3165. o255.Parent = o124
  3166. o255.BrickColor = BrickColor.new("Really black")
  3167. o255.Position = Vector3.new(40.9373207, 11.5616655, 3.95389152)
  3168. o255.Rotation = Vector3.new(89.9961243, -0.0033920086, 179.993484)
  3169. o255.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3170. o255.Velocity = Vector3.new(0.035974469, -0.00482794084, -0.0190802719)
  3171. o255.FormFactor = Enum.FormFactor.Custom
  3172. o255.Size = Vector3.new(2, 0.200000003, 1)
  3173. o255.CFrame = CFrame.new(40.9373207, 11.5616655, 3.95389152, -0.999985576, -0.000113862065, -5.92017168e-005, 6.10153584e-005, -6.86086205e-005, -0.999998212, 0.00011265272, -0.999998808, 6.76751151e-005)
  3174. o255.BackSurface = Enum.SurfaceType.Weld
  3175. o255.BottomSurface = Enum.SurfaceType.Weld
  3176. o255.FrontSurface = Enum.SurfaceType.Weld
  3177. o255.LeftSurface = Enum.SurfaceType.Weld
  3178. o255.RightSurface = Enum.SurfaceType.Weld
  3179. o255.TopSurface = Enum.SurfaceType.Weld
  3180. o255.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3181. o255.Position = Vector3.new(40.9373207, 11.5616655, 3.95389152)
  3182. o256.Parent = o255
  3183. o256.Scale = Vector3.new(0.69999969, 0.100000001, 0.699999928)
  3184. o257.Parent = o124
  3185. o257.BrickColor = BrickColor.new("Really black")
  3186. o257.Position = Vector3.new(41.4373741, 12.5616331, 3.95375991)
  3187. o257.Rotation = Vector3.new(89.9961243, -0.0033920086, -0.00652391138)
  3188. o257.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3189. o257.Velocity = Vector3.new(0.0383644179, -0.00602330873, -0.0207992792)
  3190. o257.FormFactor = Enum.FormFactor.Custom
  3191. o257.Size = Vector3.new(1, 0.200000003, 1)
  3192. o257.CFrame = CFrame.new(41.4373741, 12.5616331, 3.95375991, 0.999985337, 0.000113862065, -5.92017168e-005, -6.10153438e-005, 6.8608635e-005, -0.999998212, -0.000112652691, 0.999998808, 6.76751006e-005)
  3193. o257.BackSurface = Enum.SurfaceType.Weld
  3194. o257.BottomSurface = Enum.SurfaceType.Weld
  3195. o257.FrontSurface = Enum.SurfaceType.Weld
  3196. o257.LeftSurface = Enum.SurfaceType.Weld
  3197. o257.RightSurface = Enum.SurfaceType.Weld
  3198. o257.TopSurface = Enum.SurfaceType.Weld
  3199. o257.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3200. o257.Position = Vector3.new(41.4373741, 12.5616331, 3.95375991)
  3201. o258.Parent = o257
  3202. o258.Scale = Vector3.new(0.499999911, 0.200000003, 1)
  3203. o259.Parent = o124
  3204. o259.Position = Vector3.new(48.9109039, 10.0607367, 5.53351879)
  3205. o259.Rotation = Vector3.new(-0.0128285149, 33.6963501, 90.0019073)
  3206. o259.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3207. o259.Velocity = Vector3.new(0.0320139565, -0.020982625, -0.0144383833)
  3208. o259.FormFactor = Enum.FormFactor.Custom
  3209. o259.Size = Vector3.new(2, 0.200000003, 4)
  3210. o259.CFrame = CFrame.new(48.9109039, 10.0607367, 5.53351879, -2.77045729e-005, -0.831978023, 0.554791391, 0.999998212, 9.30895767e-005, 0.000186281453, -0.000205689677, 0.554795027, 0.831985652)
  3211. o259.BackSurface = Enum.SurfaceType.Weld
  3212. o259.BottomSurface = Enum.SurfaceType.Weld
  3213. o259.FrontSurface = Enum.SurfaceType.Weld
  3214. o259.LeftSurface = Enum.SurfaceType.Weld
  3215. o259.RightSurface = Enum.SurfaceType.Weld
  3216. o259.TopSurface = Enum.SurfaceType.Weld
  3217. o259.Position = Vector3.new(48.9109039, 10.0607367, 5.53351879)
  3218. o260.Parent = o259
  3219. o260.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  3220. o261.Parent = o124
  3221. o261.BrickColor = BrickColor.new("Dark stone grey")
  3222. o261.Position = Vector3.new(38.7972374, 10.0617361, 5.42378235)
  3223. o261.Rotation = Vector3.new(-0.00787177309, -33.6839523, -90.0020981)
  3224. o261.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3225. o261.Velocity = Vector3.new(0.0320422761, 0.00298739225, -0.0168302897)
  3226. o261.FormFactor = Enum.FormFactor.Custom
  3227. o261.Size = Vector3.new(2, 0.200000003, 4)
  3228. o261.CFrame = CFrame.new(38.7972374, 10.0617361, 5.42378235, -3.04749829e-005, 0.832085907, -0.554611385, -0.999994636, 3.60858612e-005, 0.000114320559, 0.000113890143, 0.554620922, 0.832097888)
  3229. o261.BackSurface = Enum.SurfaceType.Weld
  3230. o261.BottomSurface = Enum.SurfaceType.Weld
  3231. o261.FrontSurface = Enum.SurfaceType.Weld
  3232. o261.LeftSurface = Enum.SurfaceType.Weld
  3233. o261.RightSurface = Enum.SurfaceType.Weld
  3234. o261.TopSurface = Enum.SurfaceType.Weld
  3235. o261.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3236. o261.Position = Vector3.new(38.7972374, 10.0617361, 5.42378235)
  3237. o262.Parent = o261
  3238. o262.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  3239. o263.Parent = o124
  3240. o263.BrickColor = BrickColor.new("Really black")
  3241. o263.Position = Vector3.new(40.5373917, 12.5616865, 3.95386887)
  3242. o263.Rotation = Vector3.new(89.9961243, -0.0033920086, -0.00652391138)
  3243. o263.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3244. o263.Velocity = Vector3.new(0.0383645222, -0.00387215335, -0.0210120603)
  3245. o263.FormFactor = Enum.FormFactor.Custom
  3246. o263.Size = Vector3.new(0.800000012, 0.200000003, 1)
  3247. o263.CFrame = CFrame.new(40.5373917, 12.5616865, 3.95386887, 0.999985337, 0.000113862065, -5.92017168e-005, -6.10153438e-005, 6.8608635e-005, -0.999998212, -0.000112652691, 0.999998808, 6.76751006e-005)
  3248. o263.BackSurface = Enum.SurfaceType.Weld
  3249. o263.BottomSurface = Enum.SurfaceType.Weld
  3250. o263.FrontSurface = Enum.SurfaceType.Weld
  3251. o263.LeftSurface = Enum.SurfaceType.Weld
  3252. o263.RightSurface = Enum.SurfaceType.Weld
  3253. o263.TopSurface = Enum.SurfaceType.Weld
  3254. o263.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3255. o263.Position = Vector3.new(40.5373917, 12.5616865, 3.95386887)
  3256. o264.Parent = o263
  3257. o264.Scale = Vector3.new(0.69999969, 0.100000001, 0.699999928)
  3258. o265.Parent = o124
  3259. o265.Position = Vector3.new(41.437397, 12.5616465, 4.15375805)
  3260. o265.Rotation = Vector3.new(151.55899, 89.6550827, -62.5281677)
  3261. o265.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3262. o265.Velocity = Vector3.new(0.0383171849, -0.0056559192, -0.0207992978)
  3263. o265.FormFactor = Enum.FormFactor.Custom
  3264. o265.Size = Vector3.new(1, 0.200000003, 1)
  3265. o265.CFrame = CFrame.new(41.437397, 12.5616465, 4.15375805, 5.92017168e-005, 0.000113862065, 0.99998188, 0.999998212, 6.8608846e-005, -6.10151328e-005, -6.76748896e-005, 0.999998808, -0.000112652306)
  3266. o265.BackSurface = Enum.SurfaceType.Weld
  3267. o265.BottomSurface = Enum.SurfaceType.Weld
  3268. o265.FrontSurface = Enum.SurfaceType.Weld
  3269. o265.LeftSurface = Enum.SurfaceType.Weld
  3270. o265.RightSurface = Enum.SurfaceType.Weld
  3271. o265.TopSurface = Enum.SurfaceType.Weld
  3272. o265.Position = Vector3.new(41.437397, 12.5616465, 4.15375805)
  3273. o266.Parent = o265
  3274. o266.Scale = Vector3.new(0.599999905, 2.0999999, 1)
  3275. o267.Parent = o124
  3276. o267.BrickColor = BrickColor.new("Dark stone grey")
  3277. o267.Position = Vector3.new(43.9373512, 10.5615749, 5.25362396)
  3278. o267.Rotation = Vector3.new(-28.4410152, -89.7561111, -27.4718342)
  3279. o267.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3280. o267.Velocity = Vector3.new(0.0332771018, -0.00961008482, -0.0165338963)
  3281. o267.FormFactor = Enum.FormFactor.Symmetric
  3282. o267.Size = Vector3.new(2, 3, 8)
  3283. o267.CFrame = CFrame.new(43.9373512, 10.5615749, 5.25362396, 0.000113862065, 5.92017168e-005, -0.99999094, 6.86082931e-005, 0.999998212, 6.10156858e-005, 0.999998808, -6.76754426e-005, 0.000112653324)
  3284. o267.BackSurface = Enum.SurfaceType.Weld
  3285. o267.BottomSurface = Enum.SurfaceType.Weld
  3286. o267.FrontSurface = Enum.SurfaceType.Weld
  3287. o267.LeftSurface = Enum.SurfaceType.Weld
  3288. o267.RightSurface = Enum.SurfaceType.Weld
  3289. o267.TopSurface = Enum.SurfaceType.Weld
  3290. o267.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3291. o267.Position = Vector3.new(43.9373512, 10.5615749, 5.25362396)
  3292. o268.Parent = o267
  3293. o269.Parent = o124
  3294. o269.Position = Vector3.new(38.9635963, 10.0617609, 5.53470421)
  3295. o269.Rotation = Vector3.new(179.992065, 33.6838112, -89.9978256)
  3296. o269.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3297. o269.Velocity = Vector3.new(0.0320161209, 0.00279358495, -0.0167910196)
  3298. o269.FormFactor = Enum.FormFactor.Custom
  3299. o269.Size = Vector3.new(2, 0.200000003, 4)
  3300. o269.CFrame = CFrame.new(38.9635963, 10.0617609, 5.53470421, 3.157217e-005, 0.832089305, 0.554609358, 0.999994636, 3.53442483e-005, -0.000115187242, -0.000114200266, 0.554618061, -0.832099915)
  3301. o269.BackSurface = Enum.SurfaceType.Weld
  3302. o269.BottomSurface = Enum.SurfaceType.Weld
  3303. o269.FrontSurface = Enum.SurfaceType.Weld
  3304. o269.LeftSurface = Enum.SurfaceType.Weld
  3305. o269.RightSurface = Enum.SurfaceType.Weld
  3306. o269.TopSurface = Enum.SurfaceType.Weld
  3307. o269.Position = Vector3.new(38.9635963, 10.0617609, 5.53470421)
  3308. o270.Parent = o269
  3309. o270.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  3310. o271.Parent = o124
  3311. o271.Position = Vector3.new(40.9373436, 11.5616789, 4.15388966)
  3312. o271.Rotation = Vector3.new(89.9961243, -0.0033920086, -0.00652390905)
  3313. o271.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3314. o271.Velocity = Vector3.new(0.0359272361, -0.00446055131, -0.0190802906)
  3315. o271.FormFactor = Enum.FormFactor.Custom
  3316. o271.Size = Vector3.new(2, 0.200000003, 1)
  3317. o271.CFrame = CFrame.new(40.9373436, 11.5616789, 4.15388966, 0.999985695, 0.000113862065, -5.92017168e-005, -6.10153656e-005, 6.86086132e-005, -0.999998212, -0.000112652735, 0.999998808, 6.76751224e-005)
  3318. o271.BackSurface = Enum.SurfaceType.Weld
  3319. o271.BottomSurface = Enum.SurfaceType.Weld
  3320. o271.FrontSurface = Enum.SurfaceType.Weld
  3321. o271.LeftSurface = Enum.SurfaceType.Weld
  3322. o271.RightSurface = Enum.SurfaceType.Weld
  3323. o271.TopSurface = Enum.SurfaceType.Weld
  3324. o271.Position = Vector3.new(40.9373436, 11.5616789, 4.15388966)
  3325. o272.Parent = o271
  3326. o272.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  3327. o273.Parent = o124
  3328. o273.Position = Vector3.new(40.5373726, 12.561698, 4.15386724)
  3329. o273.Rotation = Vector3.new(89.9961243, -0.0033920086, -0.00652395794)
  3330. o273.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3331. o273.Velocity = Vector3.new(0.0383172855, -0.00350466301, -0.0210120864)
  3332. o273.FormFactor = Enum.FormFactor.Custom
  3333. o273.Size = Vector3.new(0.800000012, 0.200000003, 1)
  3334. o273.CFrame = CFrame.new(40.5373726, 12.561698, 4.15386724, 0.999978185, 0.000113862065, -5.92017168e-005, -6.10149073e-005, 6.86090716e-005, -0.999998212, -0.000112651891, 0.999998808, 6.7674664e-005)
  3335. o273.BackSurface = Enum.SurfaceType.Weld
  3336. o273.BottomSurface = Enum.SurfaceType.Weld
  3337. o273.FrontSurface = Enum.SurfaceType.Weld
  3338. o273.LeftSurface = Enum.SurfaceType.Weld
  3339. o273.RightSurface = Enum.SurfaceType.Weld
  3340. o273.TopSurface = Enum.SurfaceType.Weld
  3341. o273.Position = Vector3.new(40.5373726, 12.561698, 4.15386724)
  3342. o274.Parent = o273
  3343. o274.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  3344. o275.Parent = o124
  3345. o275.BrickColor = BrickColor.new("Really black")
  3346. o275.Position = Vector3.new(47.4389229, 17.8620663, 15.7527065)
  3347. o275.Rotation = Vector3.new(-0.00393097056, 0.0065245959, 179.996613)
  3348. o275.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3349. o275.Velocity = Vector3.new(0.0482441038, 0.00131049566, -0.0291191507)
  3350. o275.FormFactor = Enum.FormFactor.Custom
  3351. o275.Size = Vector3.new(1, 9.19999981, 1)
  3352. o275.CFrame = CFrame.new(47.4389229, 17.8620663, 15.7527065, -0.999978065, -5.92017095e-005, 0.000113875678, 6.10149036e-005, -0.999998212, 6.86075218e-005, 0.000112666756, 6.76753334e-005, 0.999987483)
  3353. o275.BackSurface = Enum.SurfaceType.Weld
  3354. o275.BottomSurface = Enum.SurfaceType.Weld
  3355. o275.FrontSurface = Enum.SurfaceType.Weld
  3356. o275.LeftSurface = Enum.SurfaceType.Weld
  3357. o275.RightSurface = Enum.SurfaceType.Weld
  3358. o275.TopSurface = Enum.SurfaceType.Weld
  3359. o275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3360. o275.Position = Vector3.new(47.4389229, 17.8620663, 15.7527065)
  3361. o276.Parent = o275
  3362. o276.Scale = Vector3.new(0.299999923, 1.0999999, 1)
  3363. o277.Parent = o124
  3364. o277.BrickColor = BrickColor.new("Dark stone grey")
  3365. o277.Position = Vector3.new(39.9393234, 10.0624638, 17.2540417)
  3366. o277.Rotation = Vector3.new(89.9960938, -0.0156951305, -0.00649998337)
  3367. o277.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3368. o277.Velocity = Vector3.new(0.0292482805, 0.0219928287, -0.016561728)
  3369. o277.CFrame = CFrame.new(39.9393234, 10.0624638, 17.2540417, 0.999981523, 0.000113444017, -0.000273931713, -0.000275748724, 6.90154848e-005, -0.999998212, -0.000112220478, 0.999990761, 6.81071615e-005)
  3370. o277.BottomSurface = Enum.SurfaceType.Weld
  3371. o277.FrontSurface = Enum.SurfaceType.Weld
  3372. o277.RightSurface = Enum.SurfaceType.Weld
  3373. o277.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3374. o277.Position = Vector3.new(39.9393234, 10.0624638, 17.2540417)
  3375. o278.Parent = o124
  3376. o278.BrickColor = BrickColor.new("Dark stone grey")
  3377. o278.Position = Vector3.new(47.9385223, 10.06215, 17.2531948)
  3378. o278.Rotation = Vector3.new(151.55899, 89.5747986, -62.5277939)
  3379. o278.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3380. o278.Velocity = Vector3.new(0.029247731, 0.00287321256, -0.0146707743)
  3381. o278.CFrame = CFrame.new(47.9385223, 10.06215, 17.2531948, 5.92016913e-005, 0.000113860224, 0.999972463, 0.999998212, 6.8607078e-005, -6.10145507e-005, -6.7675137e-005, 0.999982774, -0.000112651214)
  3382. o278.BottomSurface = Enum.SurfaceType.Weld
  3383. o278.FrontSurface = Enum.SurfaceType.Weld
  3384. o278.RightSurface = Enum.SurfaceType.Weld
  3385. o278.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3386. o278.Position = Vector3.new(47.9385223, 10.06215, 17.2531948)
  3387. o279.Parent = o124
  3388. o279.BrickColor = BrickColor.new("Dark stone grey")
  3389. o279.Position = Vector3.new(47.938652, 12.0621443, 17.2530441)
  3390. o279.Rotation = Vector3.new(179.996078, -0.00652290881, -89.9966125)
  3391. o279.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3392. o279.Velocity = Vector3.new(0.0340277478, 0.00287262537, -0.0183452126)
  3393. o279.FormFactor = Enum.FormFactor.Symmetric
  3394. o279.Size = Vector3.new(2, 2, 2)
  3395. o279.CFrame = CFrame.new(47.938652, 12.0621443, 17.2530441, 5.92016913e-005, 0.999981523, -0.000113846232, 0.999998212, -6.10150964e-005, -6.86075437e-005, -6.76751442e-005, -0.000112637332, -0.999990761)
  3396. o279.BackSurface = Enum.SurfaceType.Weld
  3397. o279.BottomSurface = Enum.SurfaceType.Weld
  3398. o279.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3399. o279.Position = Vector3.new(47.938652, 12.0621443, 17.2530441)
  3400. o280.Parent = o124
  3401. o280.BrickColor = BrickColor.new("Dark stone grey")
  3402. o280.Position = Vector3.new(43.9386559, 10.062396, 17.2536392)
  3403. o280.Rotation = Vector3.new(179.996078, -0.00652371068, 0.00339210103)
  3404. o280.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3405. o280.Velocity = Vector3.new(0.0292482134, 0.0124336965, -0.0156164775)
  3406. o280.FormFactor = Enum.FormFactor.Symmetric
  3407. o280.Size = Vector3.new(6, 2, 2)
  3408. o280.CFrame = CFrame.new(43.9386559, 10.062396, 17.2536392, 0.999972343, -5.9201695e-005, -0.000113860231, -6.10145471e-005, -0.999998212, -6.86071289e-005, -0.0001126512, 6.76751733e-005, -0.999982834)
  3409. o280.BackSurface = Enum.SurfaceType.Weld
  3410. o280.BottomSurface = Enum.SurfaceType.Weld
  3411. o280.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3412. o280.Position = Vector3.new(43.9386559, 10.062396, 17.2536392)
  3413. o281.Parent = o124
  3414. o281.BrickColor = BrickColor.new("Dark stone grey")
  3415. o281.Position = Vector3.new(49.4381065, 11.06182, 13.752984)
  3416. o281.Rotation = Vector3.new(179.996078, -0.00652291207, -89.9966125)
  3417. o281.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3418. o281.Velocity = Vector3.new(0.0324641131, -0.00714151375, -0.0161530245)
  3419. o281.FormFactor = Enum.FormFactor.Symmetric
  3420. o281.Size = Vector3.new(4, 1, 1)
  3421. o281.CFrame = CFrame.new(49.4381065, 11.06182, 13.752984, 5.92016986e-005, 0.999981523, -0.00011384629, 0.999998212, -6.10151037e-005, -6.86076091e-005, -6.76752097e-005, -0.00011263739, -0.999990761)
  3422. o281.BackSurface = Enum.SurfaceType.Weld
  3423. o281.BottomSurface = Enum.SurfaceType.Weld
  3424. o281.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3425. o281.Position = Vector3.new(49.4381065, 11.06182, 13.752984)
  3426. o282.Parent = o124
  3427. o282.BrickColor = BrickColor.new("Dark stone grey")
  3428. o282.Position = Vector3.new(39.9397392, 12.0622225, 17.2537327)
  3429. o282.Rotation = Vector3.new(179.995987, -0.00634704111, 90.0031281)
  3430. o282.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3431. o282.Velocity = Vector3.new(0.0340277702, 0.0219912678, -0.0202356651)
  3432. o282.FormFactor = Enum.FormFactor.Symmetric
  3433. o282.Size = Vector3.new(2, 2, 2)
  3434. o282.CFrame = CFrame.new(39.9397392, 12.0622225, 17.2537327, -5.45392941e-005, -0.999981523, -0.00011077676, -0.999998212, 5.63525573e-005, -6.99444136e-005, 6.90113011e-005, 0.000109568071, -0.999990761)
  3435. o282.BackSurface = Enum.SurfaceType.Weld
  3436. o282.BottomSurface = Enum.SurfaceType.Weld
  3437. o282.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3438. o282.Position = Vector3.new(39.9397392, 12.0622225, 17.2537327)
  3439. o283.Parent = o124
  3440. o283.BrickColor = BrickColor.new("Dark stone grey")
  3441. o283.Position = Vector3.new(41.238102, 12.5620451, 9.75372696)
  3442. o283.Rotation = Vector3.new(89.9961243, -0.0033920093, 179.993484)
  3443. o283.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3444. o283.Velocity = Vector3.new(0.0369947515, 0.00510887848, -0.0208471287)
  3445. o283.FormFactor = Enum.FormFactor.Symmetric
  3446. o283.Size = Vector3.new(6.60000038, 1, 1)
  3447. o283.CFrame = CFrame.new(41.238102, 12.5620451, 9.75372696, -0.999991179, -0.000113832291, -5.92017313e-005, 6.10157113e-005, -6.86088388e-005, -0.999998212, 0.00011262358, -0.999998808, 6.76760174e-005)
  3448. o283.BackSurface = Enum.SurfaceType.Weld
  3449. o283.BottomSurface = Enum.SurfaceType.Weld
  3450. o283.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3451. o283.Position = Vector3.new(41.238102, 12.5620451, 9.75372696)
  3452. o284.Parent = o124
  3453. o284.BrickColor = BrickColor.new("Dark stone grey")
  3454. o284.Position = Vector3.new(49.4378967, 12.5615473, 9.7529707)
  3455. o284.Rotation = Vector3.new(89.9961243, -0.0033920086, 179.993484)
  3456. o284.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3457. o284.Velocity = Vector3.new(0.036993742, -0.0144899935, -0.0189084299)
  3458. o284.FormFactor = Enum.FormFactor.Symmetric
  3459. o284.Size = Vector3.new(1, 1, 1)
  3460. o284.CFrame = CFrame.new(49.4378967, 12.5615473, 9.7529707, -0.999990463, -0.000113862079, -5.92017168e-005, 6.10156603e-005, -6.86083513e-005, -0.999998212, 0.000112653273, -0.999998808, 6.76754426e-005)
  3461. o284.BackSurface = Enum.SurfaceType.Weld
  3462. o284.BottomSurface = Enum.SurfaceType.Weld
  3463. o284.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3464. o284.Position = Vector3.new(49.4378967, 12.5615473, 9.7529707)
  3465. o285.Parent = o124
  3466. o285.BrickColor = BrickColor.new("Dark stone grey")
  3467. o285.Position = Vector3.new(38.438446, 11.0624914, 13.7542229)
  3468. o285.Rotation = Vector3.new(179.996078, -0.00652376236, 90.0033951)
  3469. o285.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3470. o285.Velocity = Vector3.new(0.0324654244, 0.0191499144, -0.0187537055)
  3471. o285.FormFactor = Enum.FormFactor.Symmetric
  3472. o285.Size = Vector3.new(4, 1, 1)
  3473. o285.CFrame = CFrame.new(38.438446, 11.0624914, 13.7542229, -5.92017168e-005, -0.999981523, -0.000113861133, -0.999998212, 6.10151219e-005, -6.86077256e-005, 6.76753261e-005, 0.000112652233, -0.999990761)
  3474. o285.BackSurface = Enum.SurfaceType.Weld
  3475. o285.BottomSurface = Enum.SurfaceType.Weld
  3476. o285.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3477. o285.Position = Vector3.new(38.438446, 11.0624914, 13.7542229)
  3478. o286.Parent = o124
  3479. o286.BrickColor = BrickColor.new("Dark stone grey")
  3480. o286.Position = Vector3.new(38.9374695, 10.5619125, 5.75418711)
  3481. o286.Rotation = Vector3.new(151.555801, 89.7505569, 117.474915)
  3482. o286.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3483. o286.Velocity = Vector3.new(0.0331596136, 0.00325927068, -0.017716093)
  3484. o286.FormFactor = Enum.FormFactor.Symmetric
  3485. o286.Size = Vector3.new(3, 3, 2)
  3486. o286.CFrame = CFrame.new(38.9374695, 10.5619125, 5.75418711, -5.92017168e-005, -0.000113847156, 0.999990523, -0.999998212, -6.86083004e-005, -6.10156603e-005, 6.7675428e-005, -0.999998748, -0.000112638365)
  3487. o286.BackSurface = Enum.SurfaceType.Weld
  3488. o286.BottomSurface = Enum.SurfaceType.Weld
  3489. o286.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3490. o286.Position = Vector3.new(38.9374695, 10.5619125, 5.75418711)
  3491. o287.Parent = o124
  3492. o287.BrickColor = BrickColor.new("Dark stone grey")
  3493. o287.Position = Vector3.new(48.9373894, 10.5613089, 5.75301456)
  3494. o287.Rotation = Vector3.new(-28.4441929, -89.7497711, 62.5250969)
  3495. o287.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3496. o287.Velocity = Vector3.new(0.0331584513, -0.0206426587, -0.0153517947)
  3497. o287.FormFactor = Enum.FormFactor.Symmetric
  3498. o287.Size = Vector3.new(3, 3, 2)
  3499. o287.CFrame = CFrame.new(48.9373894, 10.5613089, 5.75301456, 5.92017168e-005, -0.000113847163, -0.999990463, 0.999998212, -6.86086205e-005, 6.10156567e-005, -6.76757118e-005, -0.999998808, 0.000112638358)
  3500. o287.BackSurface = Enum.SurfaceType.Weld
  3501. o287.BottomSurface = Enum.SurfaceType.Weld
  3502. o287.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3503. o287.Position = Vector3.new(48.9373894, 10.5613089, 5.75301456)
  3504. o288.Name = "Lower"
  3505. o288.Parent = o1
  3506. o289.Name = "Rim/s"
  3507. o289.Parent = o288
  3508. o290.Name = "Rim/s"
  3509. o290.Parent = o289
  3510. o290.Position = Vector3.new(34.8361168, 5.66158199, -3.74505115)
  3511. o290.Rotation = Vector3.new(-90.0038834, 0.00348308007, 90.0061874)
  3512. o290.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3513. o290.Velocity = Vector3.new(0.0236927066, -0.00439088233, -0.00968224835)
  3514. o290.CanCollide = false
  3515. o290.FormFactor = Enum.FormFactor.Custom
  3516. o290.Size = Vector3.new(2, 0.200000003, 2)
  3517. o290.CFrame = CFrame.new(34.8361168, 5.66158199, -3.74505115, -0.000107935914, -0.999987304, 6.07912152e-005, -6.78252109e-005, 6.15912431e-005, 0.999995589, -0.999995947, 0.00010803737, -6.77486896e-005)
  3518. o290.BackSurface = Enum.SurfaceType.Weld
  3519. o290.BottomSurface = Enum.SurfaceType.Weld
  3520. o290.FrontSurface = Enum.SurfaceType.Weld
  3521. o290.LeftSurface = Enum.SurfaceType.Weld
  3522. o290.RightSurface = Enum.SurfaceType.Weld
  3523. o290.TopSurface = Enum.SurfaceType.Weld
  3524. o290.Position = Vector3.new(34.8361168, 5.66158199, -3.74505115)
  3525. o291.Parent = o290
  3526. o291.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3527. o292.Name = "Welding"
  3528. o292.Parent = o290
  3529. o292.C0 = CFrame.new(0, 0, 0, 1, 3.87453724e-007, -3.45580062e-008, -3.45578499e-008, -4.01339264e-007, -1, -3.87453724e-007, 1, -4.01339264e-007)
  3530. o292.C1 = CFrame.new(-0.400006294, -1.49997711, -3.00003052, -5.33467812e-008, 4.40049917e-007, -0.999994516, 5.03059709e-007, -0.999995589, 3.53145822e-007, -0.999995947, -4.20841388e-007, -5.33462625e-008)
  3531. o292.Part0 = o290
  3532. o292.Part1 = o707
  3533. o293.Name = "Welding"
  3534. o293.Parent = o290
  3535. o293.C0 = CFrame.new(0, 0, 0, 1, 3.87453724e-007, -3.45580062e-008, -3.45578499e-008, -4.01339264e-007, -1, -3.87453724e-007, 1, -4.01339264e-007)
  3536. o293.C1 = CFrame.new(-1, -0.400010109, -3, 0, 1, 0, 0, 0, -0.999999881, -1, 0, 0)
  3537. o293.Part0 = o290
  3538. o293.Part1 = o648
  3539. o294.Name = "Rim/s"
  3540. o294.Parent = o289
  3541. o294.Position = Vector3.new(34.8366013, 2.66197658, 2.25504589)
  3542. o294.Rotation = Vector3.new(-90.0038757, 0.00343764992, 90.0061874)
  3543. o294.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3544. o294.Velocity = Vector3.new(0.0151057122, 0.00663157366, -0.00417114096)
  3545. o294.CanCollide = false
  3546. o294.FormFactor = Enum.FormFactor.Custom
  3547. o294.Size = Vector3.new(2, 0.200000003, 2)
  3548. o294.CFrame = CFrame.new(34.8366013, 2.66197658, 2.25504589, -0.000107944412, -0.999992669, 5.99983105e-005, -6.76781128e-005, 6.00051753e-005, 1, -1, 0.000107939442, -6.76837444e-005)
  3549. o294.BackSurface = Enum.SurfaceType.Weld
  3550. o294.BottomSurface = Enum.SurfaceType.Weld
  3551. o294.FrontSurface = Enum.SurfaceType.Weld
  3552. o294.LeftSurface = Enum.SurfaceType.Weld
  3553. o294.RightSurface = Enum.SurfaceType.Weld
  3554. o294.TopSurface = Enum.SurfaceType.Weld
  3555. o294.Position = Vector3.new(34.8366013, 2.66197658, 2.25504589)
  3556. o295.Parent = o294
  3557. o295.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3558. o296.Name = "Welding"
  3559. o296.Parent = o294
  3560. o296.C0 = CFrame.new(0, 0, 0, 1, 5.34712967e-007, -3.45537394e-008, -3.45535263e-008, -4.01339292e-007, -1, -5.34712967e-007, 1, -4.01339264e-007)
  3561. o296.C1 = CFrame.new(2.50000381, 0.400010109, -10.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3562. o296.Part0 = o294
  3563. o296.Part1 = o552
  3564. o297.Name = "Rim/s"
  3565. o297.Parent = o289
  3566. o297.Position = Vector3.new(34.8370323, 2.66225314, 6.25504351)
  3567. o297.Rotation = Vector3.new(-90.0038757, 0.00343764992, 90.0061874)
  3568. o297.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3569. o297.Velocity = Vector3.new(0.0141610913, 0.0139794955, -0.00417154701)
  3570. o297.CanCollide = false
  3571. o297.FormFactor = Enum.FormFactor.Custom
  3572. o297.Size = Vector3.new(2, 0.200000003, 2)
  3573. o297.CFrame = CFrame.new(34.8370323, 2.66225314, 6.25504351, -0.000107944412, -0.999992669, 5.99983105e-005, -6.76781128e-005, 6.00051753e-005, 1, -1, 0.000107939442, -6.76837444e-005)
  3574. o297.BackSurface = Enum.SurfaceType.Weld
  3575. o297.BottomSurface = Enum.SurfaceType.Weld
  3576. o297.FrontSurface = Enum.SurfaceType.Weld
  3577. o297.LeftSurface = Enum.SurfaceType.Weld
  3578. o297.RightSurface = Enum.SurfaceType.Weld
  3579. o297.TopSurface = Enum.SurfaceType.Weld
  3580. o297.Position = Vector3.new(34.8370323, 2.66225314, 6.25504351)
  3581. o298.Parent = o297
  3582. o298.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3583. o299.Name = "Welding"
  3584. o299.Parent = o297
  3585. o299.C0 = CFrame.new(0, 0, 0, 1, 5.34712967e-007, -3.45537394e-008, -3.45535263e-008, -4.01339292e-007, -1, -5.34712967e-007, 1, -4.01339264e-007)
  3586. o299.C1 = CFrame.new(2.5, 0.400010109, -6.50000191, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3587. o299.Part0 = o297
  3588. o299.Part1 = o552
  3589. o300.Name = "Rim/s"
  3590. o300.Parent = o289
  3591. o300.Position = Vector3.new(34.8374634, 2.66252613, 10.2550449)
  3592. o300.Rotation = Vector3.new(-90.0038757, 0.00343764992, 90.0061874)
  3593. o300.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3594. o300.Velocity = Vector3.new(0.0132164601, 0.0213274248, -0.00417194655)
  3595. o300.CanCollide = false
  3596. o300.FormFactor = Enum.FormFactor.Custom
  3597. o300.Size = Vector3.new(2, 0.200000003, 2)
  3598. o300.CFrame = CFrame.new(34.8374634, 2.66252613, 10.2550449, -0.000107944412, -0.999992669, 5.99983105e-005, -6.76781128e-005, 6.00051753e-005, 1, -1, 0.000107939442, -6.76837444e-005)
  3599. o300.BackSurface = Enum.SurfaceType.Weld
  3600. o300.BottomSurface = Enum.SurfaceType.Weld
  3601. o300.FrontSurface = Enum.SurfaceType.Weld
  3602. o300.LeftSurface = Enum.SurfaceType.Weld
  3603. o300.RightSurface = Enum.SurfaceType.Weld
  3604. o300.TopSurface = Enum.SurfaceType.Weld
  3605. o300.Position = Vector3.new(34.8374634, 2.66252613, 10.2550449)
  3606. o301.Parent = o300
  3607. o301.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3608. o302.Name = "Welding"
  3609. o302.Parent = o300
  3610. o302.C0 = CFrame.new(0, 0, 0, 1, 5.34712967e-007, -3.45537394e-008, -3.45535263e-008, -4.01339292e-007, -1, -5.34712967e-007, 1, -4.01339264e-007)
  3611. o302.C1 = CFrame.new(2.5, 0.400010109, -2.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3612. o302.Part0 = o300
  3613. o302.Part1 = o552
  3614. o303.Name = "Rim/s"
  3615. o303.Parent = o289
  3616. o303.Position = Vector3.new(53.0365105, 2.66099, 2.25312519)
  3617. o303.Rotation = Vector3.new(-90.0041809, 0.00343078515, 90.0061874)
  3618. o303.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3619. o303.Velocity = Vector3.new(0.0151038095, -0.0368696824, 0.000131687149)
  3620. o303.CanCollide = false
  3621. o303.FormFactor = Enum.FormFactor.Custom
  3622. o303.Size = Vector3.new(2, 0.200000003, 2)
  3623. o303.CFrame = CFrame.new(53.0365105, 2.66099, 2.25312519, -0.000107909385, -0.999985754, 5.98784973e-005, -7.29869571e-005, 5.98855222e-005, 1, -1, 0.000107903259, -7.29917447e-005)
  3624. o303.BackSurface = Enum.SurfaceType.Weld
  3625. o303.BottomSurface = Enum.SurfaceType.Weld
  3626. o303.FrontSurface = Enum.SurfaceType.Weld
  3627. o303.LeftSurface = Enum.SurfaceType.Weld
  3628. o303.RightSurface = Enum.SurfaceType.Weld
  3629. o303.TopSurface = Enum.SurfaceType.Weld
  3630. o303.Position = Vector3.new(53.0365105, 2.66099, 2.25312519)
  3631. o304.Parent = o303
  3632. o304.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3633. o305.Name = "Welding"
  3634. o305.Parent = o303
  3635. o305.C0 = CFrame.new(0, 0, 0, 1, -4.77488584e-006, 1.2402297e-009, 1.23774413e-009, -5.20548554e-007, -1, 4.77488584e-006, 1, -5.20548554e-007)
  3636. o305.C1 = CFrame.new(2.49990082, -0.40000248, -10.4999962, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3637. o305.Part0 = o303
  3638. o305.Part1 = o505
  3639. o306.Name = "Rim/s"
  3640. o306.Parent = o289
  3641. o306.Position = Vector3.new(53.0369415, 2.66126657, 6.25312138)
  3642. o306.Rotation = Vector3.new(-90.0039139, 0.00345813506, 90.0061874)
  3643. o306.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3644. o306.Velocity = Vector3.new(0.0141591895, -0.0295217615, 0.000131280161)
  3645. o306.CanCollide = false
  3646. o306.FormFactor = Enum.FormFactor.Custom
  3647. o306.Size = Vector3.new(2, 0.200000003, 2)
  3648. o306.CFrame = CFrame.new(53.0369415, 2.66126657, 6.25312138, -0.000107910339, -0.999985754, 6.03558437e-005, -6.82120735e-005, 6.03623594e-005, 1, -1, 0.00010790446, -6.8216912e-005)
  3649. o306.BackSurface = Enum.SurfaceType.Weld
  3650. o306.BottomSurface = Enum.SurfaceType.Weld
  3651. o306.FrontSurface = Enum.SurfaceType.Weld
  3652. o306.LeftSurface = Enum.SurfaceType.Weld
  3653. o306.RightSurface = Enum.SurfaceType.Weld
  3654. o306.TopSurface = Enum.SurfaceType.Weld
  3655. o306.Position = Vector3.new(53.0369415, 2.66126657, 6.25312138)
  3656. o307.Parent = o306
  3657. o307.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3658. o308.Name = "Welding"
  3659. o308.Parent = o306
  3660. o308.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  3661. o308.C1 = CFrame.new(2.499897, -0.400002956, -6.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3662. o308.Part0 = o306
  3663. o308.Part1 = o505
  3664. o309.Name = "Rim/s"
  3665. o309.Parent = o289
  3666. o309.Position = Vector3.new(53.0360451, 5.66061115, -3.74694157)
  3667. o309.Rotation = Vector3.new(-90.0041733, 0.00349194696, 90.0061874)
  3668. o309.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3669. o309.Velocity = Vector3.new(0.0236908365, -0.0478921272, -0.00537944492)
  3670. o309.CanCollide = false
  3671. o309.FormFactor = Enum.FormFactor.Custom
  3672. o309.Size = Vector3.new(2, 0.200000003, 2)
  3673. o309.CFrame = CFrame.new(53.0360451, 5.66061115, -3.74694157, -0.000107900451, -0.99997741, 6.09459712e-005, -7.29882013e-005, 6.20208011e-005, 0.999993205, -0.999994516, 0.000108029322, -7.29233507e-005)
  3674. o309.BackSurface = Enum.SurfaceType.Weld
  3675. o309.BottomSurface = Enum.SurfaceType.Weld
  3676. o309.FrontSurface = Enum.SurfaceType.Weld
  3677. o309.LeftSurface = Enum.SurfaceType.Weld
  3678. o309.RightSurface = Enum.SurfaceType.Weld
  3679. o309.TopSurface = Enum.SurfaceType.Weld
  3680. o309.Position = Vector3.new(53.0360451, 5.66061115, -3.74694157)
  3681. o310.Parent = o309
  3682. o310.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3683. o311.Name = "Welding"
  3684. o311.Parent = o309
  3685. o311.C0 = CFrame.new(0, 0, 0, 1, -4.77488584e-006, 1.2402297e-009, 1.23774413e-009, -5.20548554e-007, -1, 4.77488584e-006, 1, -5.20548554e-007)
  3686. o311.C1 = CFrame.new(0.4000144, -1.50012207, -3.0000267, -1.87373274e-007, 4.83414624e-007, -0.999991536, 2.97150109e-008, -0.999993205, 5.8446301e-007, -0.999994516, 3.99595592e-008, 5.1906504e-008)
  3687. o311.Part0 = o309
  3688. o311.Part1 = o691
  3689. o312.Name = "Welding"
  3690. o312.Parent = o309
  3691. o312.C0 = CFrame.new(0, 0, 0, 1, -4.77488584e-006, 1.2402297e-009, 1.23774413e-009, -5.20548554e-007, -1, 4.77488584e-006, 1, -5.20548554e-007)
  3692. o312.C1 = CFrame.new(-0.999900818, 0.40000248, -2.99999619, 0, 1, 0, 0, 0, -0.999999881, -1, 0, 0)
  3693. o312.Part0 = o309
  3694. o312.Part1 = o634
  3695. o313.Name = "Rim/s"
  3696. o313.Parent = o289
  3697. o313.Position = Vector3.new(34.8378944, 2.66279888, 14.2550459)
  3698. o313.Rotation = Vector3.new(-90.0038757, 0.00343764992, 90.0061874)
  3699. o313.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3700. o313.Velocity = Vector3.new(0.0122718289, 0.0286753532, -0.00417234609)
  3701. o313.CanCollide = false
  3702. o313.FormFactor = Enum.FormFactor.Custom
  3703. o313.Size = Vector3.new(2, 0.200000003, 2)
  3704. o313.CFrame = CFrame.new(34.8378944, 2.66279888, 14.2550459, -0.000107944412, -0.999992669, 5.99983105e-005, -6.76781128e-005, 6.00051753e-005, 1, -1, 0.000107939442, -6.76837444e-005)
  3705. o313.BackSurface = Enum.SurfaceType.Weld
  3706. o313.BottomSurface = Enum.SurfaceType.Weld
  3707. o313.FrontSurface = Enum.SurfaceType.Weld
  3708. o313.LeftSurface = Enum.SurfaceType.Weld
  3709. o313.RightSurface = Enum.SurfaceType.Weld
  3710. o313.TopSurface = Enum.SurfaceType.Weld
  3711. o313.Position = Vector3.new(34.8378944, 2.66279888, 14.2550459)
  3712. o314.Parent = o313
  3713. o314.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3714. o315.Name = "Welding"
  3715. o315.Parent = o313
  3716. o315.C0 = CFrame.new(0, 0, 0, 1, 5.34712967e-007, -3.45537394e-008, -3.45535263e-008, -4.01339292e-007, -1, -5.34712967e-007, 1, -4.01339264e-007)
  3717. o315.C1 = CFrame.new(2.5, 0.400010109, 1.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3718. o315.Part0 = o313
  3719. o315.Part1 = o552
  3720. o316.Name = "Rim/s"
  3721. o316.Parent = o289
  3722. o316.Position = Vector3.new(53.0373726, 2.66153955, 10.2531214)
  3723. o316.Rotation = Vector3.new(-90.0039139, 0.00345813506, 90.0061874)
  3724. o316.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3725. o316.Velocity = Vector3.new(0.0132145584, -0.022173835, 0.000130880624)
  3726. o316.CanCollide = false
  3727. o316.FormFactor = Enum.FormFactor.Custom
  3728. o316.Size = Vector3.new(2, 0.200000003, 2)
  3729. o316.CFrame = CFrame.new(53.0373726, 2.66153955, 10.2531214, -0.000107910339, -0.999985754, 6.03558437e-005, -6.82120735e-005, 6.03623594e-005, 1, -1, 0.00010790446, -6.8216912e-005)
  3730. o316.BackSurface = Enum.SurfaceType.Weld
  3731. o316.BottomSurface = Enum.SurfaceType.Weld
  3732. o316.FrontSurface = Enum.SurfaceType.Weld
  3733. o316.LeftSurface = Enum.SurfaceType.Weld
  3734. o316.RightSurface = Enum.SurfaceType.Weld
  3735. o316.TopSurface = Enum.SurfaceType.Weld
  3736. o316.Position = Vector3.new(53.0373726, 2.66153955, 10.2531214)
  3737. o317.Parent = o316
  3738. o317.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3739. o318.Name = "Welding"
  3740. o318.Parent = o316
  3741. o318.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  3742. o318.C1 = CFrame.new(2.499897, -0.400002956, -2.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3743. o318.Part0 = o316
  3744. o318.Part1 = o505
  3745. o319.Name = "Rim/s"
  3746. o319.Parent = o289
  3747. o319.Position = Vector3.new(53.0378036, 2.66181231, 14.2531214)
  3748. o319.Rotation = Vector3.new(-90.0039139, 0.00345813506, 90.0061874)
  3749. o319.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3750. o319.Velocity = Vector3.new(0.0122699272, -0.0148259075, 0.000130481552)
  3751. o319.CanCollide = false
  3752. o319.FormFactor = Enum.FormFactor.Custom
  3753. o319.Size = Vector3.new(2, 0.200000003, 2)
  3754. o319.CFrame = CFrame.new(53.0378036, 2.66181231, 14.2531214, -0.000107910339, -0.999985754, 6.03558437e-005, -6.82120735e-005, 6.03623594e-005, 1, -1, 0.00010790446, -6.8216912e-005)
  3755. o319.BackSurface = Enum.SurfaceType.Weld
  3756. o319.BottomSurface = Enum.SurfaceType.Weld
  3757. o319.FrontSurface = Enum.SurfaceType.Weld
  3758. o319.LeftSurface = Enum.SurfaceType.Weld
  3759. o319.RightSurface = Enum.SurfaceType.Weld
  3760. o319.TopSurface = Enum.SurfaceType.Weld
  3761. o319.Position = Vector3.new(53.0378036, 2.66181231, 14.2531214)
  3762. o320.Parent = o319
  3763. o320.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3764. o321.Name = "Welding"
  3765. o321.Parent = o319
  3766. o321.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  3767. o321.C1 = CFrame.new(2.499897, -0.400002956, 1.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3768. o321.Part0 = o319
  3769. o321.Part1 = o505
  3770. o322.Name = "Rim/s"
  3771. o322.Parent = o289
  3772. o322.Position = Vector3.new(53.0382347, 2.66208529, 18.2531204)
  3773. o322.Rotation = Vector3.new(-90.0039139, 0.00345813506, 90.0061874)
  3774. o322.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3775. o322.Velocity = Vector3.new(0.0113252979, -0.0074779829, 0.000130082015)
  3776. o322.CanCollide = false
  3777. o322.FormFactor = Enum.FormFactor.Custom
  3778. o322.Size = Vector3.new(2, 0.200000003, 2)
  3779. o322.CFrame = CFrame.new(53.0382347, 2.66208529, 18.2531204, -0.000107910339, -0.999985754, 6.03558437e-005, -6.82120735e-005, 6.03623594e-005, 1, -1, 0.00010790446, -6.8216912e-005)
  3780. o322.BackSurface = Enum.SurfaceType.Weld
  3781. o322.BottomSurface = Enum.SurfaceType.Weld
  3782. o322.FrontSurface = Enum.SurfaceType.Weld
  3783. o322.LeftSurface = Enum.SurfaceType.Weld
  3784. o322.RightSurface = Enum.SurfaceType.Weld
  3785. o322.TopSurface = Enum.SurfaceType.Weld
  3786. o322.Position = Vector3.new(53.0382347, 2.66208529, 18.2531204)
  3787. o323.Parent = o322
  3788. o323.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3789. o324.Name = "Welding"
  3790. o324.Parent = o322
  3791. o324.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  3792. o324.C1 = CFrame.new(2.499897, -0.400002956, 5.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3793. o324.Part0 = o322
  3794. o324.Part1 = o505
  3795. o325.Name = "Rim/s"
  3796. o325.Parent = o289
  3797. o325.Position = Vector3.new(34.8383255, 2.66307187, 18.2550449)
  3798. o325.Rotation = Vector3.new(-90.0038757, 0.00343764992, 90.0061874)
  3799. o325.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3800. o325.Velocity = Vector3.new(0.0113271996, 0.0360232778, -0.00417274563)
  3801. o325.CanCollide = false
  3802. o325.FormFactor = Enum.FormFactor.Custom
  3803. o325.Size = Vector3.new(2, 0.200000003, 2)
  3804. o325.CFrame = CFrame.new(34.8383255, 2.66307187, 18.2550449, -0.000107944412, -0.999992669, 5.99983105e-005, -6.76781128e-005, 6.00051753e-005, 1, -1, 0.000107939442, -6.76837444e-005)
  3805. o325.BackSurface = Enum.SurfaceType.Weld
  3806. o325.BottomSurface = Enum.SurfaceType.Weld
  3807. o325.FrontSurface = Enum.SurfaceType.Weld
  3808. o325.LeftSurface = Enum.SurfaceType.Weld
  3809. o325.RightSurface = Enum.SurfaceType.Weld
  3810. o325.TopSurface = Enum.SurfaceType.Weld
  3811. o325.Position = Vector3.new(34.8383255, 2.66307187, 18.2550449)
  3812. o326.Parent = o325
  3813. o326.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3814. o327.Name = "Welding"
  3815. o327.Parent = o325
  3816. o327.C0 = CFrame.new(0, 0, 0, 1, 5.34712967e-007, -3.45537394e-008, -3.45535263e-008, -4.01339292e-007, -1, -5.34712967e-007, 1, -4.01339264e-007)
  3817. o327.C1 = CFrame.new(2.5, 0.400010109, 5.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3818. o327.Part0 = o325
  3819. o327.Part1 = o552
  3820. o328.Name = "Rim/s"
  3821. o328.Parent = o289
  3822. o328.Position = Vector3.new(53.0386658, 2.66235805, 22.2531204)
  3823. o328.Rotation = Vector3.new(-90.0039139, 0.00346496515, 90.0061874)
  3824. o328.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3825. o328.Velocity = Vector3.new(0.0103806667, -0.000130055472, 0.000129682943)
  3826. o328.CanCollide = false
  3827. o328.FormFactor = Enum.FormFactor.Custom
  3828. o328.Size = Vector3.new(2, 0.200000003, 2)
  3829. o328.CFrame = CFrame.new(53.0386658, 2.66235805, 22.2531204, -0.000107910339, -0.999985754, 6.04750494e-005, -6.82120735e-005, 6.04815687e-005, 1, -1, 0.000107904452, -6.82169266e-005)
  3830. o328.BackSurface = Enum.SurfaceType.Weld
  3831. o328.BottomSurface = Enum.SurfaceType.Weld
  3832. o328.FrontSurface = Enum.SurfaceType.Weld
  3833. o328.LeftSurface = Enum.SurfaceType.Weld
  3834. o328.RightSurface = Enum.SurfaceType.Weld
  3835. o328.TopSurface = Enum.SurfaceType.Weld
  3836. o328.Position = Vector3.new(53.0386658, 2.66235805, 22.2531204)
  3837. o329.Parent = o328
  3838. o329.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3839. o330.Name = "Welding"
  3840. o330.Parent = o328
  3841. o330.C0 = CFrame.new(0, 0, 0, 1, 9.68521377e-019, -1.89216407e-018, -1.89216407e-018, 7.54979013e-008, -1, -9.68521274e-019, 1, 7.54979013e-008)
  3842. o330.C1 = CFrame.new(2.499897, -0.400002956, 9.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3843. o330.Part0 = o328
  3844. o330.Part1 = o505
  3845. o331.Name = "Rim/s"
  3846. o331.Parent = o289
  3847. o331.Position = Vector3.new(53.0392075, 4.66263342, 26.2529755)
  3848. o331.Rotation = Vector3.new(-90.0039139, 0.00346496468, 90.0061874)
  3849. o331.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3850. o331.Velocity = Vector3.new(0.0142160691, 0.0072173411, -0.00354517391)
  3851. o331.CanCollide = false
  3852. o331.FormFactor = Enum.FormFactor.Custom
  3853. o331.Size = Vector3.new(2, 0.200000003, 2)
  3854. o331.CFrame = CFrame.new(53.0392075, 4.66263342, 26.2529755, -0.00010791047, -0.999978364, 6.04750421e-005, -6.82125101e-005, 6.04811285e-005, 1, -1, 0.00010790355, -6.82165046e-005)
  3855. o331.BackSurface = Enum.SurfaceType.Weld
  3856. o331.BottomSurface = Enum.SurfaceType.Weld
  3857. o331.FrontSurface = Enum.SurfaceType.Weld
  3858. o331.LeftSurface = Enum.SurfaceType.Weld
  3859. o331.RightSurface = Enum.SurfaceType.Weld
  3860. o331.TopSurface = Enum.SurfaceType.Weld
  3861. o331.Position = Vector3.new(53.0392075, 4.66263342, 26.2529755)
  3862. o332.Parent = o331
  3863. o332.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3864. o333.Name = "Welding"
  3865. o333.Parent = o331
  3866. o333.C0 = CFrame.new(0, 0, 0, 1, 4.0370343e-020, -7.86179531e-020, -7.86179531e-020, 7.54979013e-008, -1, -4.03703365e-020, 1, 7.54979013e-008)
  3867. o333.C1 = CFrame.new(-1.499897, 0.400002003, 1.5, 0, 1, 0, 0, 0, -0.999999881, -1, 0, 0)
  3868. o333.Part0 = o331
  3869. o333.Part1 = o415
  3870. o334.Name = "Rim/s"
  3871. o334.Parent = o289
  3872. o334.Position = Vector3.new(34.8395691, 4.66361189, 26.2549152)
  3873. o334.Rotation = Vector3.new(-90.0039139, 0.00345813856, 90.0061874)
  3874. o334.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3875. o334.Velocity = Vector3.new(0.0142179485, 0.0507179834, -0.00784792192)
  3876. o334.CanCollide = false
  3877. o334.FormFactor = Enum.FormFactor.Custom
  3878. o334.Size = Vector3.new(2, 0.200000003, 2)
  3879. o334.CFrame = CFrame.new(34.8395691, 4.66361189, 26.2549152, -0.000107909364, -0.999985874, 6.0355902e-005, -6.82157624e-005, 6.03624212e-005, 1, -1, 0.000107903485, -6.82206155e-005)
  3880. o334.BackSurface = Enum.SurfaceType.Weld
  3881. o334.BottomSurface = Enum.SurfaceType.Weld
  3882. o334.FrontSurface = Enum.SurfaceType.Weld
  3883. o334.LeftSurface = Enum.SurfaceType.Weld
  3884. o334.RightSurface = Enum.SurfaceType.Weld
  3885. o334.TopSurface = Enum.SurfaceType.Weld
  3886. o334.Position = Vector3.new(34.8395691, 4.66361189, 26.2549152)
  3887. o335.Parent = o334
  3888. o335.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3889. o336.Name = "Welding"
  3890. o336.Parent = o334
  3891. o336.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  3892. o336.C1 = CFrame.new(0.399979591, -1.00001144, -1.50004292, -9.3025875e-008, -5.92670403e-007, 0.999994695, 1.54977897e-007, -0.999996126, 5.04602099e-007, 0.999997079, -1.54977883e-007, -9.30261734e-008)
  3893. o336.Part0 = o334
  3894. o336.Part1 = o675
  3895. o337.Name = "Welding"
  3896. o337.Parent = o334
  3897. o337.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  3898. o337.C1 = CFrame.new(-1.5, -0.399997711, 1.5, 0, 1, 0, 0, 0, -0.999999881, -1, 0, 0)
  3899. o337.Part0 = o334
  3900. o337.Part1 = o479
  3901. o338.Name = "Rim/s"
  3902. o338.Parent = o289
  3903. o338.Position = Vector3.new(34.8387566, 2.66334462, 22.2550468)
  3904. o338.Rotation = Vector3.new(-90.0038757, 0.00343764992, 90.0061874)
  3905. o338.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  3906. o338.Velocity = Vector3.new(0.0103825675, 0.043371208, -0.00417314516)
  3907. o338.CanCollide = false
  3908. o338.FormFactor = Enum.FormFactor.Custom
  3909. o338.Size = Vector3.new(2, 0.200000003, 2)
  3910. o338.CFrame = CFrame.new(34.8387566, 2.66334462, 22.2550468, -0.000107944412, -0.999992669, 5.99983105e-005, -6.76781128e-005, 6.00051753e-005, 1, -1, 0.000107939442, -6.76837444e-005)
  3911. o338.BackSurface = Enum.SurfaceType.Weld
  3912. o338.BottomSurface = Enum.SurfaceType.Weld
  3913. o338.FrontSurface = Enum.SurfaceType.Weld
  3914. o338.LeftSurface = Enum.SurfaceType.Weld
  3915. o338.RightSurface = Enum.SurfaceType.Weld
  3916. o338.TopSurface = Enum.SurfaceType.Weld
  3917. o338.Position = Vector3.new(34.8387566, 2.66334462, 22.2550468)
  3918. o339.Parent = o338
  3919. o339.Scale = Vector3.new(3.20000029, 4.0999999, 1.10000014)
  3920. o340.Name = "Welding"
  3921. o340.Parent = o338
  3922. o340.C0 = CFrame.new(0, 0, 0, 1, 5.34712967e-007, -3.45537394e-008, -3.45535263e-008, -4.01339292e-007, -1, -5.34712967e-007, 1, -4.01339264e-007)
  3923. o340.C1 = CFrame.new(2.5, 0.400009155, 9.5, 0, -1, 0, 0, 0, 0.999999881, -1, 0, 0)
  3924. o340.Part0 = o338
  3925. o340.Part1 = o552
  3926. o341.Name = "Treds"
  3927. o341.Parent = o288
  3928. o342.Name = "Wheel"
  3929. o342.Parent = o341
  3930. o342.BrickColor = BrickColor.new("Really black")
  3931. o342.Position = Vector3.new(36.4378281, 2.66592669, 10.2548571)
  3932. o342.Rotation = Vector3.new(64.1482697, 0.00993437599, 179.996231)
  3933. o342.RotVelocity = Vector3.new(-0.65600878, 0.0471299328, -0.146786004)
  3934. o342.Velocity = Vector3.new(0.443939656, -0.274981499, -1.07564425)
  3935. o342.Elasticity = 0
  3936. o342.FormFactor = Enum.FormFactor.Symmetric
  3937. o342.Friction = 0.89999997615814
  3938. o342.Shape = Enum.PartType.Cylinder
  3939. o342.Size = Vector3.new(3, 3, 3)
  3940. o342.CFrame = CFrame.new(36.4378281, 2.66592669, 10.2548571, -1, -6.55969197e-005, 0.000173387569, -0.000127432751, -0.436043799, -0.89992553, 0.000134636895, -0.89992553, 0.436043799)
  3941. o342.BottomSurface = Enum.SurfaceType.Smooth
  3942. o342.LeftSurface = Enum.SurfaceType.Hinge
  3943. o342.RightSurface = Enum.SurfaceType.Hinge
  3944. o342.TopSurface = Enum.SurfaceType.Smooth
  3945. o342.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3946. o342.Position = Vector3.new(36.4378281, 2.66592669, 10.2548571)
  3947. o343.Name = "Wheel"
  3948. o343.Parent = o341
  3949. o343.BrickColor = BrickColor.new("Really black")
  3950. o343.Position = Vector3.new(51.4375343, 2.66529632, 14.2530422)
  3951. o343.Rotation = Vector3.new(-80.3504868, 0.0104446104, -179.995193)
  3952. o343.RotVelocity = Vector3.new(-0.447603732, -0.0848313347, 0.200826421)
  3953. o343.Velocity = Vector3.new(0.144879207, -0.422462106, -0.927165568)
  3954. o343.Elasticity = 0
  3955. o343.FormFactor = Enum.FormFactor.Symmetric
  3956. o343.Friction = 0.60000002384186
  3957. o343.Shape = Enum.PartType.Cylinder
  3958. o343.Size = Vector3.new(3, 3, 3)
  3959. o343.CFrame = CFrame.new(51.4375343, 2.66529632, 14.2530422, -1, 8.37648549e-005, 0.000182292832, 0.000165672929, -0.167620733, 0.985851645, 0.000113135764, 0.985851586, 0.167620733)
  3960. o343.BottomSurface = Enum.SurfaceType.Smooth
  3961. o343.LeftSurface = Enum.SurfaceType.Hinge
  3962. o343.RightSurface = Enum.SurfaceType.Hinge
  3963. o343.TopSurface = Enum.SurfaceType.Smooth
  3964. o343.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3965. o343.Position = Vector3.new(51.4375343, 2.66529632, 14.2530422)
  3966. o344.Name = "Wheel"
  3967. o344.Parent = o341
  3968. o344.BrickColor = BrickColor.new("Really black")
  3969. o344.Position = Vector3.new(36.4379768, 2.66638827, 14.2545376)
  3970. o344.Rotation = Vector3.new(-91.9076996, -0.0119405203, -179.99205)
  3971. o344.RotVelocity = Vector3.new(-0.419943124, 0.0566405766, -0.119164437)
  3972. o344.Velocity = Vector3.new(0.180949882, 0.288361847, -0.761523068)
  3973. o344.Elasticity = 0
  3974. o344.FormFactor = Enum.FormFactor.Symmetric
  3975. o344.Friction = 0.60000002384186
  3976. o344.Shape = Enum.PartType.Cylinder
  3977. o344.Size = Vector3.new(3, 3, 3)
  3978. o344.CFrame = CFrame.new(36.4379768, 2.66638827, 14.2545376, -1, 0.000138691335, -0.000208401398, -0.00020366894, 0.0332894698, 0.999445736, 0.000145552054, 0.999445736, -0.03328944)
  3979. o344.BottomSurface = Enum.SurfaceType.Smooth
  3980. o344.LeftSurface = Enum.SurfaceType.Hinge
  3981. o344.RightSurface = Enum.SurfaceType.Hinge
  3982. o344.TopSurface = Enum.SurfaceType.Smooth
  3983. o344.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3984. o344.Position = Vector3.new(36.4379768, 2.66638827, 14.2545376)
  3985. o345.Name = "Wheel"
  3986. o345.Parent = o341
  3987. o345.BrickColor = BrickColor.new("Really black")
  3988. o345.Position = Vector3.new(36.438343, 2.66649461, 18.2544441)
  3989. o345.Rotation = Vector3.new(164.043854, -0.00330614438, 179.97998)
  3990. o345.RotVelocity = Vector3.new(0.318881184, 0.0434662476, 0.0331106074)
  3991. o345.Velocity = Vector3.new(0.2503663, 0.249278426, -1.47235239)
  3992. o345.Elasticity = 0
  3993. o345.FormFactor = Enum.FormFactor.Symmetric
  3994. o345.Friction = 0.60000002384186
  3995. o345.Shape = Enum.PartType.Cylinder
  3996. o345.Size = Vector3.new(3, 3, 3)
  3997. o345.CFrame = CFrame.new(36.438343, 2.66649461, 18.2544441, -1, -0.000349397887, -5.77031024e-005, -0.000320073741, 0.961472332, -0.274901718, 0.00015153001, -0.274901628, -0.961472392)
  3998. o345.BottomSurface = Enum.SurfaceType.Smooth
  3999. o345.LeftSurface = Enum.SurfaceType.Hinge
  4000. o345.RightSurface = Enum.SurfaceType.Hinge
  4001. o345.TopSurface = Enum.SurfaceType.Smooth
  4002. o345.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4003. o345.Position = Vector3.new(36.438343, 2.66649461, 18.2544441)
  4004. o346.Name = "Wheel"
  4005. o346.Parent = o341
  4006. o346.BrickColor = BrickColor.new("Really black")
  4007. o346.Position = Vector3.new(51.4381294, 2.66564965, 18.2529678)
  4008. o346.Rotation = Vector3.new(16.6152935, 0.00449234433, 179.988602)
  4009. o346.RotVelocity = Vector3.new(-0.214751706, -0.074852407, 0.125899047)
  4010. o346.Velocity = Vector3.new(0.379247844, -0.50515008, -1.43309963)
  4011. o346.Elasticity = 0
  4012. o346.FormFactor = Enum.FormFactor.Symmetric
  4013. o346.Friction = 0.60000002384186
  4014. o346.Shape = Enum.PartType.Cylinder
  4015. o346.Size = Vector3.new(3, 3, 3)
  4016. o346.CFrame = CFrame.new(51.4381294, 2.66564965, 18.2529678, -1, -0.00019909392, 7.84061995e-005, 0.000168361221, -0.958246291, -0.285944194, 0.000132062196, -0.285944164, 0.95824635)
  4017. o346.BottomSurface = Enum.SurfaceType.Smooth
  4018. o346.LeftSurface = Enum.SurfaceType.Hinge
  4019. o346.RightSurface = Enum.SurfaceType.Hinge
  4020. o346.TopSurface = Enum.SurfaceType.Smooth
  4021. o346.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4022. o346.Position = Vector3.new(51.4381294, 2.66564965, 18.2529678)
  4023. o347.Name = "Wheel"
  4024. o347.Parent = o341
  4025. o347.BrickColor = BrickColor.new("Really black")
  4026. o347.Position = Vector3.new(36.4388733, 2.66678119, 22.2547493)
  4027. o347.Rotation = Vector3.new(-55.0547523, -0.0102655413, -179.985428)
  4028. o347.RotVelocity = Vector3.new(0.553779721, 0.0735769793, -0.0981571302)
  4029. o347.Velocity = Vector3.new(0.266059756, 0.387665987, -1.62698328)
  4030. o347.Elasticity = 0
  4031. o347.FormFactor = Enum.FormFactor.Symmetric
  4032. o347.Friction = 0.60000002384186
  4033. o347.Shape = Enum.PartType.Cylinder
  4034. o347.Size = Vector3.new(3, 3, 3)
  4035. o347.CFrame = CFrame.new(36.4388733, 2.66678119, 22.2547493, -1, 0.000254238606, -0.000179167488, -0.000292489742, -0.572793365, 0.819699764, 0.00010577339, 0.819699883, 0.572793365)
  4036. o347.BottomSurface = Enum.SurfaceType.Smooth
  4037. o347.LeftSurface = Enum.SurfaceType.Hinge
  4038. o347.RightSurface = Enum.SurfaceType.Hinge
  4039. o347.TopSurface = Enum.SurfaceType.Smooth
  4040. o347.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4041. o347.Position = Vector3.new(36.4388733, 2.66678119, 22.2547493)
  4042. o348.Name = "Wheel"
  4043. o348.Parent = o341
  4044. o348.BrickColor = BrickColor.new("Really black")
  4045. o348.Position = Vector3.new(51.4390182, 4.66258144, 26.252203)
  4046. o348.Rotation = Vector3.new(49.465641, 0.00468566408, 179.994003)
  4047. o348.RotVelocity = Vector3.new(-0.524172664, 0.0664326549, 0.180965915)
  4048. o348.Velocity = Vector3.new(-1.29737556, -0.750105381, -1.11465406)
  4049. o348.Elasticity = 0
  4050. o348.FormFactor = Enum.FormFactor.Symmetric
  4051. o348.Friction = 0.60000002384186
  4052. o348.Shape = Enum.PartType.Cylinder
  4053. o348.Size = Vector3.new(3, 3, 3)
  4054. o348.CFrame = CFrame.new(51.4390182, 4.66258144, 26.252203, -1, -0.000104780527, 8.17802647e-005, 5.94293897e-006, -0.649903953, -0.760016382, 0.000132784233, -0.760016382, 0.649903953)
  4055. o348.BottomSurface = Enum.SurfaceType.Smooth
  4056. o348.LeftSurface = Enum.SurfaceType.Hinge
  4057. o348.RightSurface = Enum.SurfaceType.Hinge
  4058. o348.TopSurface = Enum.SurfaceType.Smooth
  4059. o348.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4060. o348.Position = Vector3.new(51.4390182, 4.66258144, 26.252203)
  4061. o349.Name = "Wheel"
  4062. o349.Parent = o341
  4063. o349.BrickColor = BrickColor.new("Really black")
  4064. o349.Position = Vector3.new(51.4383392, 2.66569924, 22.2530899)
  4065. o349.Rotation = Vector3.new(139.82077, -0.023572186, -179.986481)
  4066. o349.RotVelocity = Vector3.new(-0.668568194, -0.0235793274, -0.0724400431)
  4067. o349.Velocity = Vector3.new(0.494182229, -0.0996403694, -1.47971272)
  4068. o349.Elasticity = 0
  4069. o349.FormFactor = Enum.FormFactor.Symmetric
  4070. o349.Friction = 0.60000002384186
  4071. o349.Shape = Enum.PartType.Cylinder
  4072. o349.Size = Vector3.new(3, 3, 3)
  4073. o349.CFrame = CFrame.new(51.4383392, 2.66569924, 22.2530899, -1, 0.000235869098, -0.000411412242, 0.00044564635, 0.76402998, -0.645180643, 0.000162153083, -0.645180821, -0.76402998)
  4074. o349.BottomSurface = Enum.SurfaceType.Smooth
  4075. o349.LeftSurface = Enum.SurfaceType.Hinge
  4076. o349.RightSurface = Enum.SurfaceType.Hinge
  4077. o349.TopSurface = Enum.SurfaceType.Smooth
  4078. o349.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4079. o349.Position = Vector3.new(51.4383392, 2.66569924, 22.2530899)
  4080. o350.Name = "Wheel"
  4081. o350.Parent = o341
  4082. o350.BrickColor = BrickColor.new("Really black")
  4083. o350.Position = Vector3.new(36.4395218, 4.66366148, 26.2547798)
  4084. o350.Rotation = Vector3.new(143.126282, -0.00770691549, 179.999283)
  4085. o350.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4086. o350.Velocity = Vector3.new(0.0142180994, 0.04689385, -0.00746991206)
  4087. o350.Elasticity = 0
  4088. o350.FormFactor = Enum.FormFactor.Symmetric
  4089. o350.Friction = 0.60000002384186
  4090. o350.Shape = Enum.PartType.Cylinder
  4091. o350.Size = Vector3.new(3, 3, 3)
  4092. o350.CFrame = CFrame.new(36.4395218, 4.66366148, 26.2547798, -0.999993265, -1.26221285e-005, -0.00013451105, 7.061629e-005, 0.799959898, -0.60005343, 0.000115176597, -0.600053489, -0.799959958)
  4093. o350.BottomSurface = Enum.SurfaceType.Smooth
  4094. o350.LeftSurface = Enum.SurfaceType.Hinge
  4095. o350.RightSurface = Enum.SurfaceType.Hinge
  4096. o350.TopSurface = Enum.SurfaceType.Smooth
  4097. o350.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4098. o350.Position = Vector3.new(36.4395218, 4.66366148, 26.2547798)
  4099. o351.Name = "Wheel"
  4100. o351.Parent = o341
  4101. o351.BrickColor = BrickColor.new("Really black")
  4102. o351.Position = Vector3.new(51.4372177, 2.66540551, 10.2527828)
  4103. o351.Rotation = Vector3.new(4.16071558, 0.00641171634, 179.985703)
  4104. o351.RotVelocity = Vector3.new(-0.224182606, -0.0879425779, 0.125980571)
  4105. o351.Velocity = Vector3.new(0.408990234, -0.0984332561, -1.91296101)
  4106. o351.Elasticity = 0
  4107. o351.FormFactor = Enum.FormFactor.Symmetric
  4108. o351.Friction = 0.89999997615814
  4109. o351.Shape = Enum.PartType.Cylinder
  4110. o351.Size = Vector3.new(3, 3, 3)
  4111. o351.CFrame = CFrame.new(51.4372177, 2.66540551, 10.2527828, -1, -0.000249477831, 0.00011190556, 0.000240701076, -0.997364521, -0.0725543872, 0.000129711334, -0.0725543573, 0.997364521)
  4112. o351.BottomSurface = Enum.SurfaceType.Smooth
  4113. o351.LeftSurface = Enum.SurfaceType.Hinge
  4114. o351.RightSurface = Enum.SurfaceType.Hinge
  4115. o351.TopSurface = Enum.SurfaceType.Smooth
  4116. o351.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4117. o351.Position = Vector3.new(51.4372177, 2.66540551, 10.2527828)
  4118. o352.Name = "Wheel"
  4119. o352.Parent = o341
  4120. o352.BrickColor = BrickColor.new("Really black")
  4121. o352.Position = Vector3.new(36.4376602, 2.66560721, 6.25333929)
  4122. o352.Rotation = Vector3.new(121.164719, -0.00200303714, 179.989059)
  4123. o352.RotVelocity = Vector3.new(0.0459509157, 0.025217928, 0.00102899293)
  4124. o352.Velocity = Vector3.new(0.139727622, -0.111204505, 0.282050908)
  4125. o352.Elasticity = 0
  4126. o352.FormFactor = Enum.FormFactor.Symmetric
  4127. o352.Friction = 0.89999997615814
  4128. o352.Shape = Enum.PartType.Cylinder
  4129. o352.Size = Vector3.new(3, 3, 3)
  4130. o352.CFrame = CFrame.new(36.4376602, 2.66560721, 6.25333929, -1, -0.000190887775, -3.49595939e-005, -6.88701257e-005, 0.517500222, -0.855683088, 0.000181431038, -0.855683148, -0.517500162)
  4131. o352.BottomSurface = Enum.SurfaceType.Smooth
  4132. o352.LeftSurface = Enum.SurfaceType.Hinge
  4133. o352.RightSurface = Enum.SurfaceType.Hinge
  4134. o352.TopSurface = Enum.SurfaceType.Smooth
  4135. o352.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4136. o352.Position = Vector3.new(36.4376602, 2.66560721, 6.25333929)
  4137. o353.Name = "Wheel"
  4138. o353.Parent = o341
  4139. o353.BrickColor = BrickColor.new("Really black")
  4140. o353.Position = Vector3.new(51.4370804, 2.66470504, 6.25221872)
  4141. o353.Rotation = Vector3.new(85.7568665, -0.0112988427, 179.997055)
  4142. o353.RotVelocity = Vector3.new(-0.316888183, 0.00878482684, -0.0070887641)
  4143. o353.Velocity = Vector3.new(-0.20290935, 0.0949760675, -0.326108992)
  4144. o353.Elasticity = 0
  4145. o353.FormFactor = Enum.FormFactor.Symmetric
  4146. o353.Friction = 0.89999997615814
  4147. o353.Shape = Enum.PartType.Cylinder
  4148. o353.Size = Vector3.new(3, 3, 3)
  4149. o353.CFrame = CFrame.new(51.4370804, 2.66470504, 6.25221872, -1, -5.13504528e-005, -0.000197202011, 0.000200460854, -0.0739890039, -0.99725914, 3.66189233e-005, -0.99725914, 0.0739890113)
  4150. o353.BottomSurface = Enum.SurfaceType.Smooth
  4151. o353.LeftSurface = Enum.SurfaceType.Hinge
  4152. o353.RightSurface = Enum.SurfaceType.Hinge
  4153. o353.TopSurface = Enum.SurfaceType.Smooth
  4154. o353.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4155. o353.Position = Vector3.new(51.4370804, 2.66470504, 6.25221872)
  4156. o354.Name = "Wheel"
  4157. o354.Parent = o341
  4158. o354.BrickColor = BrickColor.new("Really black")
  4159. o354.Position = Vector3.new(36.4372826, 2.6638515, 2.25482702)
  4160. o354.Rotation = Vector3.new(-7.96401358, 0.00671542296, -179.99971)
  4161. o354.RotVelocity = Vector3.new(-0.176641211, 0.0137461182, 0.0767880008)
  4162. o354.Velocity = Vector3.new(0.503397405, 0.460197866, 2.93150043)
  4163. o354.Elasticity = 0
  4164. o354.FormFactor = Enum.FormFactor.Symmetric
  4165. o354.Friction = 0.89999997615814
  4166. o354.Shape = Enum.PartType.Cylinder
  4167. o354.Size = Vector3.new(3, 3, 3)
  4168. o354.CFrame = CFrame.new(36.4372826, 2.6638515, 2.25482702, -1, 5.15896136e-006, 0.00011720624, 1.11298496e-005, -0.990355313, 0.138551101, 0.000116790601, 0.138551101, 0.990355313)
  4169. o354.BottomSurface = Enum.SurfaceType.Smooth
  4170. o354.LeftSurface = Enum.SurfaceType.Hinge
  4171. o354.RightSurface = Enum.SurfaceType.Hinge
  4172. o354.TopSurface = Enum.SurfaceType.Smooth
  4173. o354.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4174. o354.Position = Vector3.new(36.4372826, 2.6638515, 2.25482702)
  4175. o355.Name = "Wheel"
  4176. o355.Parent = o341
  4177. o355.BrickColor = BrickColor.new("Really black")
  4178. o355.Position = Vector3.new(51.4364891, 2.66283154, 2.25228739)
  4179. o355.Rotation = Vector3.new(-56.5014191, 0.00251858495, 179.999542)
  4180. o355.RotVelocity = Vector3.new(-0.213922292, -0.105676822, -0.00443029543)
  4181. o355.Velocity = Vector3.new(0.358939588, -0.00461065769, 0.974775016)
  4182. o355.Elasticity = 0
  4183. o355.FormFactor = Enum.FormFactor.Symmetric
  4184. o355.Friction = 0.89999997615814
  4185. o355.Shape = Enum.PartType.Cylinder
  4186. o355.Size = Vector3.new(3, 3, 3)
  4187. o355.CFrame = CFrame.new(51.4364891, 2.66283154, 2.25228739, -1, -7.96013046e-006, 4.39575997e-005, 4.10495413e-005, -0.55191642, 0.833899558, 1.76229696e-005, 0.833899498, 0.55191642)
  4188. o355.BottomSurface = Enum.SurfaceType.Smooth
  4189. o355.LeftSurface = Enum.SurfaceType.Hinge
  4190. o355.RightSurface = Enum.SurfaceType.Hinge
  4191. o355.TopSurface = Enum.SurfaceType.Smooth
  4192. o355.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4193. o355.Position = Vector3.new(51.4364891, 2.66283154, 2.25228739)
  4194. o356.Name = "Wheel"
  4195. o356.Parent = o341
  4196. o356.BrickColor = BrickColor.new("Really black")
  4197. o356.Position = Vector3.new(36.4361801, 5.66014385, -3.7453022)
  4198. o356.Rotation = Vector3.new(-137.046356, -0.00584641052, -179.990616)
  4199. o356.RotVelocity = Vector3.new(0.15415664, 0.216062248, -0.170795694)
  4200. o356.Velocity = Vector3.new(0.81956172, -0.254874468, -1.11397743)
  4201. o356.Elasticity = 0
  4202. o356.FormFactor = Enum.FormFactor.Symmetric
  4203. o356.Friction = 0.89999997615814
  4204. o356.Shape = Enum.PartType.Cylinder
  4205. o356.Size = Vector3.new(3, 3, 3)
  4206. o356.CFrame = CFrame.new(36.4361801, 5.66014385, -3.7453022, -1, 0.000163710793, -0.000102039114, 5.02906623e-005, 0.731905162, 0.681406558, 0.000186236546, 0.681406498, -0.731905162)
  4207. o356.BottomSurface = Enum.SurfaceType.Smooth
  4208. o356.LeftSurface = Enum.SurfaceType.Hinge
  4209. o356.RightSurface = Enum.SurfaceType.Hinge
  4210. o356.TopSurface = Enum.SurfaceType.Smooth
  4211. o356.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4212. o356.Position = Vector3.new(36.4361801, 5.66014385, -3.7453022)
  4213. o357.Name = "Wheel"
  4214. o357.Parent = o341
  4215. o357.BrickColor = BrickColor.new("Really black")
  4216. o357.Position = Vector3.new(51.4356461, 5.66124821, -3.7472086)
  4217. o357.Rotation = Vector3.new(-143.755997, 0.00163963391, -179.997253)
  4218. o357.RotVelocity = Vector3.new(0.156785086, -0.119541675, -0.0284424853)
  4219. o357.Velocity = Vector3.new(0.96371901, 1.03285134, -2.10320902)
  4220. o357.Elasticity = 0
  4221. o357.FormFactor = Enum.FormFactor.Symmetric
  4222. o357.Friction = 0.89999997615814
  4223. o357.Shape = Enum.PartType.Cylinder
  4224. o357.Size = Vector3.new(3, 3, 3)
  4225. o357.CFrame = CFrame.new(51.4356461, 5.66124821, -3.7472086, -1, 4.81821335e-005, 2.86170089e-005, 5.57783023e-005, 0.806506515, 0.591225266, 5.40668862e-006, 0.591225266, -0.806506455)
  4226. o357.BottomSurface = Enum.SurfaceType.Smooth
  4227. o357.LeftSurface = Enum.SurfaceType.Hinge
  4228. o357.RightSurface = Enum.SurfaceType.Hinge
  4229. o357.TopSurface = Enum.SurfaceType.Smooth
  4230. o357.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4231. o357.Position = Vector3.new(51.4356461, 5.66124821, -3.7472086)
  4232. o358.Parent = o288
  4233. o358.BrickColor = BrickColor.new("Really black")
  4234. o358.Position = Vector3.new(43.9373055, 2.46192288, 9.25407887)
  4235. o358.Rotation = Vector3.new(-0.00389706017, 0.00618280051, -0.00346929254)
  4236. o358.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4237. o358.Velocity = Vector3.new(0.0129735693, -0.00226018252, -0.00165290991)
  4238. o358.CFrame = CFrame.new(43.9373055, 2.46192288, 9.25407887, 1, 6.05505775e-005, 0.000107910222, -6.05579189e-005, 1, 6.80165322e-005, -0.000107906097, -6.8023066e-005, 1)
  4239. o358.MaxSpeed = 45
  4240. o358.Torque = 40
  4241. o358.TurnSpeed = 5
  4242. o358.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4243. o358.Position = Vector3.new(43.9373055, 2.46192288, 9.25407887)
  4244. o359.Parent = o358
  4245. o359.Scale = Vector3.new(0.499999911, 1, 1)
  4246. o360.Name = "Welding"
  4247. o360.Parent = o358
  4248. o360.C0 = CFrame.new(0, 0, 0, -1, -1.50995803e-007, 2.27997332e-014, -1.50995803e-007, 1, -1.50995803e-007, 0, -1.50995803e-007, -1)
  4249. o360.C1 = CFrame.new(0, 0.300010681, 4, 0.99999994, 0, 0, 0, 1, 4.37113883e-008, 0, -4.37113883e-008, 1)
  4250. o360.Part0 = o358
  4251. o360.Part1 = o594
  4252. o361.Parent = o288
  4253. o361.Position = Vector3.new(47.9391251, 10.9624529, 20.7531071)
  4254. o361.Rotation = Vector3.new(179.995895, -0.00618287409, -179.996536)
  4255. o361.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4256. o361.Velocity = Vector3.new(0.0305723492, 0.0093019465, -0.0163247045)
  4257. o361.Elasticity = 0.10000000149012
  4258. o361.FormFactor = Enum.FormFactor.Custom
  4259. o361.Friction = 0.5
  4260. o361.Size = Vector3.new(4, 0.200000003, 3)
  4261. o361.CFrame = CFrame.new(47.9391251, 10.9624529, 20.7531071, -0.999982536, 6.03992667e-005, -0.00010791151, 6.04059169e-005, 1, -7.16051654e-005, 0.000107907355, -7.16100985e-005, -0.999998987)
  4262. o361.BackSurface = Enum.SurfaceType.Weld
  4263. o361.BottomSurface = Enum.SurfaceType.Weld
  4264. o361.FrontSurface = Enum.SurfaceType.Weld
  4265. o361.LeftSurface = Enum.SurfaceType.Weld
  4266. o361.RightSurface = Enum.SurfaceType.Weld
  4267. o361.TopSurface = Enum.SurfaceType.Weld
  4268. o361.Position = Vector3.new(47.9391251, 10.9624529, 20.7531071)
  4269. o362.Parent = o361
  4270. o362.Scale = Vector3.new(0.69999969, 1, 0.699999928)
  4271. o362.MeshType = Enum.MeshType.Torso
  4272. o363.Parent = o288
  4273. o363.Position = Vector3.new(44.9391785, 10.7626295, 20.7534389)
  4274. o363.Rotation = Vector3.new(179.995895, -0.00618287548, 0.00346069201)
  4275. o363.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4276. o363.Velocity = Vector3.new(0.0300946925, 0.0164724197, -0.0166665316)
  4277. o363.Elasticity = 0.10000000149012
  4278. o363.FormFactor = Enum.FormFactor.Custom
  4279. o363.Friction = 0.5
  4280. o363.Size = Vector3.new(2, 0.200000003, 3)
  4281. o363.CFrame = CFrame.new(44.9391785, 10.7626295, 20.7534389, 0.999980032, -6.03992667e-005, -0.000107911532, -6.04057641e-005, -1, -7.16052673e-005, -0.000107907079, 7.16099894e-005, -0.999998927)
  4282. o363.BackSurface = Enum.SurfaceType.Weld
  4283. o363.BottomSurface = Enum.SurfaceType.Weld
  4284. o363.FrontSurface = Enum.SurfaceType.Weld
  4285. o363.LeftSurface = Enum.SurfaceType.Weld
  4286. o363.RightSurface = Enum.SurfaceType.Weld
  4287. o363.TopSurface = Enum.SurfaceType.Weld
  4288. o363.Position = Vector3.new(44.9391785, 10.7626295, 20.7534389)
  4289. o364.Parent = o363
  4290. o364.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  4291. o365.Parent = o288
  4292. o365.Position = Vector3.new(47.9391136, 10.7624521, 20.7531223)
  4293. o365.Rotation = Vector3.new(179.995895, -0.00618287409, 0.00346068316)
  4294. o365.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4295. o365.Velocity = Vector3.new(0.0300943442, 0.00930200145, -0.0159572586)
  4296. o365.Elasticity = 0.10000000149012
  4297. o365.FormFactor = Enum.FormFactor.Custom
  4298. o365.Friction = 0.5
  4299. o365.Size = Vector3.new(4, 0.200000003, 3)
  4300. o365.CFrame = CFrame.new(47.9391136, 10.7624521, 20.7531223, 0.999982655, -6.03992667e-005, -0.00010791151, -6.04059242e-005, -1, -7.16051582e-005, -0.00010790737, 7.16101058e-005, -0.999998987)
  4301. o365.BackSurface = Enum.SurfaceType.Weld
  4302. o365.BottomSurface = Enum.SurfaceType.Weld
  4303. o365.FrontSurface = Enum.SurfaceType.Weld
  4304. o365.LeftSurface = Enum.SurfaceType.Weld
  4305. o365.RightSurface = Enum.SurfaceType.Weld
  4306. o365.TopSurface = Enum.SurfaceType.Weld
  4307. o365.Position = Vector3.new(47.9391136, 10.7624521, 20.7531223)
  4308. o366.Parent = o365
  4309. o366.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  4310. o367.Parent = o288
  4311. o367.Position = Vector3.new(44.9391937, 10.9626341, 20.7534313)
  4312. o367.Rotation = Vector3.new(-29.2398529, -89.6590729, -29.2362213)
  4313. o367.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4314. o367.Velocity = Vector3.new(0.030572705, 0.0164723694, -0.017033983)
  4315. o367.Elasticity = 0.10000000149012
  4316. o367.FormFactor = Enum.FormFactor.Custom
  4317. o367.Friction = 0.5
  4318. o367.Size = Vector3.new(3, 0.200000003, 2)
  4319. o367.CFrame = CFrame.new(44.9391937, 10.9626341, 20.7534313, 0.00010791151, 6.03992667e-005, -0.999982297, 7.160518e-005, 1, 6.04059023e-005, 0.999998987, -7.1610084e-005, 0.000107907326)
  4320. o367.BackSurface = Enum.SurfaceType.Weld
  4321. o367.BottomSurface = Enum.SurfaceType.Weld
  4322. o367.FrontSurface = Enum.SurfaceType.Weld
  4323. o367.LeftSurface = Enum.SurfaceType.Weld
  4324. o367.RightSurface = Enum.SurfaceType.Weld
  4325. o367.TopSurface = Enum.SurfaceType.Weld
  4326. o367.Position = Vector3.new(44.9391937, 10.9626341, 20.7534313)
  4327. o368.Parent = o367
  4328. o368.Scale = Vector3.new(0.69999969, 1, 0.699999928)
  4329. o368.MeshType = Enum.MeshType.Torso
  4330. o369.Parent = o288
  4331. o369.BrickColor = BrickColor.new("Dark stone grey")
  4332. o369.Position = Vector3.new(47.4393539, 10.1626596, 23.2532425)
  4333. o369.Rotation = Vector3.new(179.995895, -0.00618290529, -89.9965439)
  4334. o369.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4335. o369.Velocity = Vector3.new(0.0280700121, 0.0150897447, -0.0149733992)
  4336. o369.Elasticity = 0.10000000149012
  4337. o369.FormFactor = Enum.FormFactor.Symmetric
  4338. o369.Friction = 0.5
  4339. o369.Size = Vector3.new(1, 1, 2)
  4340. o369.CFrame = CFrame.new(47.4393539, 10.1626596, 23.2532425, 6.03992557e-005, 0.999988377, -0.000107912056, 1, -6.04062734e-005, -7.1604969e-005, -7.16103314e-005, -0.000107907472, -0.999999464)
  4341. o369.BackSurface = Enum.SurfaceType.Weld
  4342. o369.BottomSurface = Enum.SurfaceType.Weld
  4343. o369.FrontSurface = Enum.SurfaceType.Weld
  4344. o369.LeftSurface = Enum.SurfaceType.Weld
  4345. o369.RightSurface = Enum.SurfaceType.Weld
  4346. o369.TopSurface = Enum.SurfaceType.Weld
  4347. o369.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4348. o369.Position = Vector3.new(47.4393539, 10.1626596, 23.2532425)
  4349. o370.Parent = o369
  4350. o371.Parent = o288
  4351. o371.BrickColor = BrickColor.new("Dark stone grey")
  4352. o371.Position = Vector3.new(48.4390869, 8.93592834, 26.4052887)
  4353. o371.Rotation = Vector3.new(-134.978607, -0.00144460937, -179.99295)
  4354. o371.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4355. o371.Velocity = Vector3.new(0.0243932344, 0.018491447, -0.0124833426)
  4356. o371.Elasticity = 0.10000000149012
  4357. o371.FormFactor = Enum.FormFactor.Custom
  4358. o371.Friction = 0.5
  4359. o371.Size = Vector3.new(3, 0.200000003, 3)
  4360. o371.CFrame = CFrame.new(48.4390869, 8.93592834, 26.4052887, -0.999983788, 0.000123241916, -2.52131904e-005, 7.03653786e-005, 0.706840038, 0.707367837, 0.000104806299, 0.707368255, -0.706839979)
  4361. o371.BackSurface = Enum.SurfaceType.Weld
  4362. o371.BottomSurface = Enum.SurfaceType.Weld
  4363. o371.FrontSurface = Enum.SurfaceType.Weld
  4364. o371.LeftSurface = Enum.SurfaceType.Weld
  4365. o371.RightSurface = Enum.SurfaceType.Weld
  4366. o371.TopSurface = Enum.SurfaceType.Weld
  4367. o371.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4368. o371.Position = Vector3.new(48.4390869, 8.93592834, 26.4052887)
  4369. o372.Parent = o371
  4370. o372.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  4371. o373.Parent = o288
  4372. o373.Position = Vector3.new(48.4396896, 7.16288376, 27.45331)
  4373. o373.Rotation = Vector3.new(89.9960861, -0.00346064148, 179.99382)
  4374. o373.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4375. o373.Velocity = Vector3.new(0.0199079942, 0.0204154756, -0.0092256926)
  4376. o373.Elasticity = 0.10000000149012
  4377. o373.FormFactor = Enum.FormFactor.Custom
  4378. o373.Friction = 0.5
  4379. o373.Size = Vector3.new(1, 0.400000036, 1)
  4380. o373.CFrame = CFrame.new(48.4396896, 7.16288376, 27.45331, -0.999985993, -0.00010790948, -6.03995868e-005, 6.04061133e-005, -6.82145765e-005, -1, 0.000107903572, -1, 6.82194514e-005)
  4381. o373.BackSurface = Enum.SurfaceType.Weld
  4382. o373.BottomSurface = Enum.SurfaceType.Weld
  4383. o373.FrontSurface = Enum.SurfaceType.Weld
  4384. o373.LeftSurface = Enum.SurfaceType.Weld
  4385. o373.RightSurface = Enum.SurfaceType.Weld
  4386. o373.TopSurface = Enum.SurfaceType.Weld
  4387. o373.Position = Vector3.new(48.4396896, 7.16288376, 27.45331)
  4388. o374.Parent = o373
  4389. o374.Scale = Vector3.new(0.899999976, 1.4000001, 1)
  4390. o375.Parent = o288
  4391. o375.Position = Vector3.new(42.9392281, 10.7627525, 20.7536469)
  4392. o375.Rotation = Vector3.new(179.995895, -0.0061829919, 0.0034606806)
  4393. o375.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4394. o375.Velocity = Vector3.new(0.0300949384, 0.0212526768, -0.0171393864)
  4395. o375.Elasticity = 0.10000000149012
  4396. o375.FormFactor = Enum.FormFactor.Custom
  4397. o375.Friction = 0.5
  4398. o375.Size = Vector3.new(2, 0.200000003, 3)
  4399. o375.CFrame = CFrame.new(42.9392281, 10.7627525, 20.7536469, 0.999982893, -6.03992376e-005, -0.000107913562, -6.04059096e-005, -1, -7.16057693e-005, -0.000107909451, 7.16107461e-005, -0.999998987)
  4400. o375.BackSurface = Enum.SurfaceType.Weld
  4401. o375.BottomSurface = Enum.SurfaceType.Weld
  4402. o375.FrontSurface = Enum.SurfaceType.Weld
  4403. o375.LeftSurface = Enum.SurfaceType.Weld
  4404. o375.RightSurface = Enum.SurfaceType.Weld
  4405. o375.TopSurface = Enum.SurfaceType.Weld
  4406. o375.Position = Vector3.new(42.9392281, 10.7627525, 20.7536469)
  4407. o376.Parent = o375
  4408. o376.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  4409. o377.Parent = o288
  4410. o377.Material = Enum.Material.Neon
  4411. o377.BrickColor = BrickColor.new("Really red")
  4412. o377.Position = Vector3.new(48.4397202, 7.16290426, 27.7533073)
  4413. o377.Rotation = Vector3.new(89.9960861, -0.00346064148, 179.99382)
  4414. o377.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4415. o377.Velocity = Vector3.new(0.0198371485, 0.020966569, -0.00922572333)
  4416. o377.Elasticity = 0.10000000149012
  4417. o377.FormFactor = Enum.FormFactor.Custom
  4418. o377.Friction = 0.5
  4419. o377.Size = Vector3.new(1, 0.200000003, 1)
  4420. o377.CFrame = CFrame.new(48.4397202, 7.16290426, 27.7533073, -0.999985874, -0.00010790948, -6.03995868e-005, 6.04061061e-005, -6.82145837e-005, -1, 0.000107903557, -1, 6.82194441e-005)
  4421. o377.BackSurface = Enum.SurfaceType.Weld
  4422. o377.BottomSurface = Enum.SurfaceType.Weld
  4423. o377.FrontSurface = Enum.SurfaceType.Weld
  4424. o377.LeftSurface = Enum.SurfaceType.Weld
  4425. o377.RightSurface = Enum.SurfaceType.Weld
  4426. o377.TopSurface = Enum.SurfaceType.Weld
  4427. o377.Color = Color3.new(1, 0, 0)
  4428. o377.Position = Vector3.new(48.4397202, 7.16290426, 27.7533073)
  4429. o378.Parent = o377
  4430. o378.Scale = Vector3.new(0.799999952, 0, 1)
  4431. o379.Parent = o288
  4432. o379.BrickColor = BrickColor.new("Dark stone grey")
  4433. o379.Position = Vector3.new(43.9391861, 8.66280174, 22.2536964)
  4434. o379.Rotation = Vector3.new(150.759918, 89.7601547, -150.764038)
  4435. o379.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4436. o379.Velocity = Vector3.new(0.0247215703, 0.0216187295, -0.0130449636)
  4437. o379.Elasticity = 0.10000000149012
  4438. o379.FormFactor = Enum.FormFactor.Symmetric
  4439. o379.Friction = 0.5
  4440. o379.Size = Vector3.new(6, 2, 12)
  4441. o379.CFrame = CFrame.new(43.9391861, 8.66280174, 22.2536964, -0.000107912652, 6.03992521e-005, 0.999991238, -7.16049326e-005, 1, -6.04064589e-005, -1, -7.16104114e-005, -0.000107907254)
  4442. o379.BackSurface = Enum.SurfaceType.Weld
  4443. o379.BottomSurface = Enum.SurfaceType.Weld
  4444. o379.FrontSurface = Enum.SurfaceType.Weld
  4445. o379.LeftSurface = Enum.SurfaceType.Weld
  4446. o379.RightSurface = Enum.SurfaceType.Weld
  4447. o379.TopSurface = Enum.SurfaceType.Weld
  4448. o379.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4449. o379.Position = Vector3.new(43.9391861, 8.66280174, 22.2536964)
  4450. o380.Parent = o379
  4451. o381.Parent = o288
  4452. o381.Position = Vector3.new(42.9392395, 10.9627514, 20.7536316)
  4453. o381.Rotation = Vector3.new(-29.2393436, -89.6648636, -29.2357159)
  4454. o381.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4455. o381.Velocity = Vector3.new(0.0305729378, 0.021252621, -0.0175068304)
  4456. o381.Elasticity = 0.10000000149012
  4457. o381.FormFactor = Enum.FormFactor.Custom
  4458. o381.Friction = 0.5
  4459. o381.Size = Vector3.new(3, 0.200000003, 2)
  4460. o381.CFrame = CFrame.new(42.9392395, 10.9627514, 20.7536316, 0.000107913591, 6.03991793e-005, -0.999982893, 7.16071299e-005, 1, 6.04058514e-005, 0.999998987, -7.16121067e-005, 0.00010790948)
  4461. o381.BackSurface = Enum.SurfaceType.Weld
  4462. o381.BottomSurface = Enum.SurfaceType.Weld
  4463. o381.FrontSurface = Enum.SurfaceType.Weld
  4464. o381.LeftSurface = Enum.SurfaceType.Weld
  4465. o381.RightSurface = Enum.SurfaceType.Weld
  4466. o381.TopSurface = Enum.SurfaceType.Weld
  4467. o381.Position = Vector3.new(42.9392395, 10.9627514, 20.7536316)
  4468. o382.Parent = o381
  4469. o382.Scale = Vector3.new(0.69999969, 1, 0.699999928)
  4470. o382.MeshType = Enum.MeshType.Torso
  4471. o383.Parent = o288
  4472. o383.BrickColor = BrickColor.new("Dark stone grey")
  4473. o383.Position = Vector3.new(43.939888, 8.93598557, 26.4050484)
  4474. o383.Rotation = Vector3.new(-135.005203, -0.00104349572, -179.992676)
  4475. o383.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4476. o383.Velocity = Vector3.new(0.0243934281, 0.0292440765, -0.0135467015)
  4477. o383.Elasticity = 0.10000000149012
  4478. o383.FormFactor = Enum.FormFactor.Custom
  4479. o383.Friction = 0.5
  4480. o383.Size = Vector3.new(6, 0.200000003, 3)
  4481. o383.CFrame = CFrame.new(43.939888, 8.93598557, 26.4050484, -0.999991238, 0.000127936029, -1.8212435e-005, 7.75953085e-005, 0.707170963, 0.707042634, 0.000103334409, 0.707042694, -0.707170963)
  4482. o383.BackSurface = Enum.SurfaceType.Weld
  4483. o383.BottomSurface = Enum.SurfaceType.Weld
  4484. o383.FrontSurface = Enum.SurfaceType.Weld
  4485. o383.LeftSurface = Enum.SurfaceType.Weld
  4486. o383.RightSurface = Enum.SurfaceType.Weld
  4487. o383.TopSurface = Enum.SurfaceType.Weld
  4488. o383.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4489. o383.Position = Vector3.new(43.939888, 8.93598557, 26.4050484)
  4490. o384.Parent = o383
  4491. o384.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  4492. o385.Parent = o288
  4493. o385.Position = Vector3.new(51.9389, 8.26219654, 20.7528725)
  4494. o385.Rotation = Vector3.new(-0.00400550896, 0.00605402794, -0.00364549342)
  4495. o385.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4496. o385.Velocity = Vector3.new(0.0241188016, -0.000257933512, -0.0104184579)
  4497. o385.Elasticity = 0.10000000149012
  4498. o385.FormFactor = Enum.FormFactor.Custom
  4499. o385.Friction = 0.5
  4500. o385.Size = Vector3.new(4, 0.400000006, 5)
  4501. o385.CFrame = CFrame.new(51.9389, 8.26219654, 20.7528725, 0.999991238, 6.36253026e-005, 0.000105662722, -6.36322002e-005, 1, 6.99093216e-005, -0.000105657178, -6.99150041e-005, 1)
  4502. o385.BackSurface = Enum.SurfaceType.Weld
  4503. o385.BottomSurface = Enum.SurfaceType.Weld
  4504. o385.FrontSurface = Enum.SurfaceType.Weld
  4505. o385.LeftSurface = Enum.SurfaceType.Weld
  4506. o385.RightSurface = Enum.SurfaceType.Weld
  4507. o385.TopSurface = Enum.SurfaceType.Weld
  4508. o385.Position = Vector3.new(51.9389, 8.26219654, 20.7528725)
  4509. o386.Parent = o385
  4510. o386.Scale = Vector3.new(0.799999714, 1, 1)
  4511. o387.Parent = o288
  4512. o387.Position = Vector3.new(39.9392433, 10.9629326, 20.7539558)
  4513. o387.Rotation = Vector3.new(179.995895, -0.00618316932, -179.996536)
  4514. o387.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4515. o387.Velocity = Vector3.new(0.0305732936, 0.0284231976, -0.0182161238)
  4516. o387.Elasticity = 0.10000000149012
  4517. o387.FormFactor = Enum.FormFactor.Custom
  4518. o387.Friction = 0.5
  4519. o387.Size = Vector3.new(4, 0.200000003, 3)
  4520. o387.CFrame = CFrame.new(39.9392433, 10.9629326, 20.7539558, -0.999982893, 6.03991939e-005, -0.000107916661, 6.0405866e-005, 1, -7.16060094e-005, 0.00010791255, -7.16109862e-005, -0.999998987)
  4521. o387.BackSurface = Enum.SurfaceType.Weld
  4522. o387.BottomSurface = Enum.SurfaceType.Weld
  4523. o387.FrontSurface = Enum.SurfaceType.Weld
  4524. o387.LeftSurface = Enum.SurfaceType.Weld
  4525. o387.RightSurface = Enum.SurfaceType.Weld
  4526. o387.TopSurface = Enum.SurfaceType.Weld
  4527. o387.Position = Vector3.new(39.9392433, 10.9629326, 20.7539558)
  4528. o388.Parent = o387
  4529. o388.Scale = Vector3.new(0.69999969, 1, 0.699999928)
  4530. o388.MeshType = Enum.MeshType.Torso
  4531. o389.Parent = o288
  4532. o389.Position = Vector3.new(48.4389229, 8.79455948, 26.263813)
  4533. o389.Rotation = Vector3.new(45.0213776, 0.00149661873, 179.992966)
  4534. o389.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4535. o389.Velocity = Vector3.new(0.0240887981, 0.0182319153, -0.0122236535)
  4536. o389.Elasticity = 0.10000000149012
  4537. o389.FormFactor = Enum.FormFactor.Custom
  4538. o389.Friction = 0.5
  4539. o389.Size = Vector3.new(3, 0.200000003, 3)
  4540. o389.CFrame = CFrame.new(48.4389229, 8.79455948, 26.263813, -0.999982238, -0.000122613303, 2.61209243e-005, 6.92788672e-005, -0.706840158, -0.707367718, 0.000105003055, -0.707368195, 0.706840098)
  4541. o389.BackSurface = Enum.SurfaceType.Weld
  4542. o389.BottomSurface = Enum.SurfaceType.Weld
  4543. o389.FrontSurface = Enum.SurfaceType.Weld
  4544. o389.LeftSurface = Enum.SurfaceType.Weld
  4545. o389.RightSurface = Enum.SurfaceType.Weld
  4546. o389.TopSurface = Enum.SurfaceType.Weld
  4547. o389.Position = Vector3.new(48.4389229, 8.79455948, 26.263813)
  4548. o390.Parent = o389
  4549. o390.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  4550. o391.Parent = o288
  4551. o391.Position = Vector3.new(43.939537, 8.79452801, 26.2636566)
  4552. o391.Rotation = Vector3.new(44.9950333, 0.00104270375, 179.992676)
  4553. o391.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4554. o391.Velocity = Vector3.new(0.024088759, 0.0289851464, -0.0132868933)
  4555. o391.Elasticity = 0.10000000149012
  4556. o391.FormFactor = Enum.FormFactor.Custom
  4557. o391.Friction = 0.5
  4558. o391.Size = Vector3.new(6, 0.200000003, 3)
  4559. o391.CFrame = CFrame.new(43.939537, 8.79452801, 26.2636566, -0.999990284, -0.000127894891, 1.81986143e-005, 7.75851877e-005, -0.707168102, -0.707045436, 0.000103314225, -0.707045317, 0.707168043)
  4560. o391.BackSurface = Enum.SurfaceType.Weld
  4561. o391.BottomSurface = Enum.SurfaceType.Weld
  4562. o391.FrontSurface = Enum.SurfaceType.Weld
  4563. o391.LeftSurface = Enum.SurfaceType.Weld
  4564. o391.RightSurface = Enum.SurfaceType.Weld
  4565. o391.TopSurface = Enum.SurfaceType.Weld
  4566. o391.Position = Vector3.new(43.939537, 8.79452801, 26.2636566)
  4567. o392.Parent = o391
  4568. o392.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  4569. o393.Parent = o288
  4570. o393.BrickColor = BrickColor.new("Dark stone grey")
  4571. o393.Position = Vector3.new(43.9391594, 10.162694, 20.7535973)
  4572. o393.Rotation = Vector3.new(150.760162, 89.6648636, -150.763779)
  4573. o393.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4574. o393.Velocity = Vector3.new(0.0286608115, 0.0188627522, -0.0158006307)
  4575. o393.Elasticity = 0.10000000149012
  4576. o393.FormFactor = Enum.FormFactor.Symmetric
  4577. o393.Friction = 0.5
  4578. o393.Size = Vector3.new(3, 1, 12)
  4579. o393.CFrame = CFrame.new(43.9391594, 10.162694, 20.7535973, -0.00010791151, 6.03992667e-005, 0.999982893, -7.16051436e-005, 1, -6.04059387e-005, -0.999998987, -7.16101204e-005, -0.000107907399)
  4580. o393.BackSurface = Enum.SurfaceType.Weld
  4581. o393.BottomSurface = Enum.SurfaceType.Weld
  4582. o393.FrontSurface = Enum.SurfaceType.Weld
  4583. o393.LeftSurface = Enum.SurfaceType.Weld
  4584. o393.RightSurface = Enum.SurfaceType.Weld
  4585. o393.TopSurface = Enum.SurfaceType.Weld
  4586. o393.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4587. o393.Position = Vector3.new(43.9391594, 10.162694, 20.7535973)
  4588. o394.Parent = o393
  4589. o395.Parent = o288
  4590. o395.BrickColor = BrickColor.new("Dark stone grey")
  4591. o395.Position = Vector3.new(43.9387093, 8.16252708, 18.2537498)
  4592. o395.Rotation = Vector3.new(150.759445, 89.7684555, -150.763382)
  4593. o395.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4594. o395.Velocity = Vector3.new(0.0244711861, 0.0142710116, -0.0121259522)
  4595. o395.Elasticity = 0.10000000149012
  4596. o395.FormFactor = Enum.FormFactor.Symmetric
  4597. o395.Friction = 0.5
  4598. o395.Size = Vector3.new(2, 1, 12)
  4599. o395.CFrame = CFrame.new(43.9387093, 8.16252708, 18.2537498, -0.000107910324, 6.03995868e-005, 0.999991834, -6.82139071e-005, 1, -6.04064626e-005, -1, -6.82194586e-005, -0.000107905209)
  4600. o395.BackSurface = Enum.SurfaceType.Weld
  4601. o395.BottomSurface = Enum.SurfaceType.Weld
  4602. o395.FrontSurface = Enum.SurfaceType.Weld
  4603. o395.LeftSurface = Enum.SurfaceType.Weld
  4604. o395.RightSurface = Enum.SurfaceType.Weld
  4605. o395.TopSurface = Enum.SurfaceType.Weld
  4606. o395.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4607. o395.Position = Vector3.new(43.9387093, 8.16252708, 18.2537498)
  4608. o396.Parent = o395
  4609. o397.Parent = o288
  4610. o397.BrickColor = BrickColor.new("Really black")
  4611. o397.Position = Vector3.new(43.9393196, 5.86293793, 24.353878)
  4612. o397.Rotation = Vector3.new(150.759384, 89.7195358, 119.236679)
  4613. o397.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4614. o397.Velocity = Vector3.new(0.0175335892, 0.0254769456, -0.00790091138)
  4615. o397.Elasticity = 0.10000000149012
  4616. o397.FormFactor = Enum.FormFactor.Custom
  4617. o397.Friction = 0.5
  4618. o397.Size = Vector3.new(1.60000014, 2.20000005, 8)
  4619. o397.CFrame = CFrame.new(43.9393196, 5.86293793, 24.353878, -6.03995613e-005, -0.000107910062, 0.999988019, -1, -6.82121536e-005, -6.04062152e-005, 6.82172613e-005, -1, -0.000107904489)
  4620. o397.BackSurface = Enum.SurfaceType.Weld
  4621. o397.BottomSurface = Enum.SurfaceType.Weld
  4622. o397.FrontSurface = Enum.SurfaceType.Weld
  4623. o397.LeftSurface = Enum.SurfaceType.Weld
  4624. o397.RightSurface = Enum.SurfaceType.Weld
  4625. o397.TopSurface = Enum.SurfaceType.Weld
  4626. o397.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4627. o397.Position = Vector3.new(43.9393196, 5.86293793, 24.353878)
  4628. o398.Parent = o397
  4629. o399.Parent = o288
  4630. o399.BrickColor = BrickColor.new("Dark stone grey")
  4631. o399.Position = Vector3.new(43.9395142, 7.16300344, 25.253788)
  4632. o399.Rotation = Vector3.new(150.759216, 89.6980362, 119.236816)
  4633. o399.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4634. o399.Velocity = Vector3.new(0.0204280727, 0.0271298327, -0.0102893971)
  4635. o399.Elasticity = 0.10000000149012
  4636. o399.FormFactor = Enum.FormFactor.Symmetric
  4637. o399.Friction = 0.5
  4638. o399.Size = Vector3.new(1, 4, 12)
  4639. o399.CFrame = CFrame.new(43.9395142, 7.16300344, 25.253788, -6.03995868e-005, -0.00010790948, 0.999986112, -1, -6.82145692e-005, -6.04061206e-005, 6.82194586e-005, -1, -0.000107903586)
  4640. o399.BackSurface = Enum.SurfaceType.Weld
  4641. o399.BottomSurface = Enum.SurfaceType.Weld
  4642. o399.FrontSurface = Enum.SurfaceType.Weld
  4643. o399.LeftSurface = Enum.SurfaceType.Weld
  4644. o399.RightSurface = Enum.SurfaceType.Weld
  4645. o399.TopSurface = Enum.SurfaceType.Weld
  4646. o399.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4647. o399.Position = Vector3.new(43.9395142, 7.16300344, 25.253788)
  4648. o400.Parent = o399
  4649. o401.Parent = o288
  4650. o401.Position = Vector3.new(39.9393539, 10.7629337, 20.7539635)
  4651. o401.Rotation = Vector3.new(179.995895, -0.00618305244, 0.00346068479)
  4652. o401.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4653. o401.Velocity = Vector3.new(0.030095296, 0.028422948, -0.0178486519)
  4654. o401.Elasticity = 0.10000000149012
  4655. o401.FormFactor = Enum.FormFactor.Custom
  4656. o401.Friction = 0.5
  4657. o401.Size = Vector3.new(4, 0.200000003, 3)
  4658. o401.CFrame = CFrame.new(39.9393539, 10.7629337, 20.7539635, 0.999982893, -6.03993103e-005, -0.000107914624, -6.04059824e-005, -1, -7.16042632e-005, -0.000107910513, 7.160924e-005, -0.999998987)
  4659. o401.BackSurface = Enum.SurfaceType.Weld
  4660. o401.BottomSurface = Enum.SurfaceType.Weld
  4661. o401.FrontSurface = Enum.SurfaceType.Weld
  4662. o401.LeftSurface = Enum.SurfaceType.Weld
  4663. o401.RightSurface = Enum.SurfaceType.Weld
  4664. o401.TopSurface = Enum.SurfaceType.Weld
  4665. o401.Position = Vector3.new(39.9393539, 10.7629337, 20.7539635)
  4666. o402.Parent = o401
  4667. o402.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  4668. o403.Parent = o288
  4669. o403.BrickColor = BrickColor.new("Dark stone grey")
  4670. o403.Position = Vector3.new(38.93964, 5.66330671, 25.2544231)
  4671. o403.Rotation = Vector3.new(-0.00390807679, 0.00618278282, 89.9965439)
  4672. o403.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4673. o403.Velocity = Vector3.new(0.0168436524, 0.0390806794, -0.00871566869)
  4674. o403.Elasticity = 0.10000000149012
  4675. o403.FormFactor = Enum.FormFactor.Symmetric
  4676. o403.Friction = 0.5
  4677. o403.Size = Vector3.new(2, 2, 4)
  4678. o403.CFrame = CFrame.new(38.93964, 5.66330671, 25.2544231, 6.03995286e-005, -0.999993265, 0.000107909917, 1, 6.04064917e-005, 6.82088066e-005, -6.82145328e-005, 0.000107904954, 1)
  4679. o403.BackSurface = Enum.SurfaceType.Weld
  4680. o403.BottomSurface = Enum.SurfaceType.Weld
  4681. o403.FrontSurface = Enum.SurfaceType.Weld
  4682. o403.LeftSurface = Enum.SurfaceType.Weld
  4683. o403.RightSurface = Enum.SurfaceType.Weld
  4684. o403.TopSurface = Enum.SurfaceType.Weld
  4685. o403.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4686. o403.Position = Vector3.new(38.93964, 5.66330671, 25.2544231)
  4687. o404.Parent = o403
  4688. o405.Parent = o288
  4689. o405.Position = Vector3.new(43.9394989, 5.46307087, 26.2539005)
  4690. o405.Rotation = Vector3.new(150.759384, 89.6804047, 29.2366657)
  4691. o405.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4692. o405.Velocity = Vector3.new(0.0161288939, 0.0289673135, -0.00716621755)
  4693. o405.Elasticity = 0.10000000149012
  4694. o405.FormFactor = Enum.FormFactor.Custom
  4695. o405.Friction = 0.5
  4696. o405.Size = Vector3.new(1.60000014, 0.400000036, 8)
  4697. o405.CFrame = CFrame.new(43.9394989, 5.46307087, 26.2539005, 0.000107910077, -6.03995577e-005, 0.999984443, 6.82123646e-005, -1, -6.04060042e-005, 1, 6.82170503e-005, -0.000107904089)
  4698. o405.BackSurface = Enum.SurfaceType.Weld
  4699. o405.BottomSurface = Enum.SurfaceType.Weld
  4700. o405.FrontSurface = Enum.SurfaceType.Weld
  4701. o405.LeftSurface = Enum.SurfaceType.Weld
  4702. o405.RightSurface = Enum.SurfaceType.Weld
  4703. o405.TopSurface = Enum.SurfaceType.Weld
  4704. o405.Position = Vector3.new(43.9394989, 5.46307087, 26.2539005)
  4705. o406.Parent = o405
  4706. o407.Parent = o288
  4707. o407.Position = Vector3.new(51.938839, 7.86221838, 20.7528763)
  4708. o407.Rotation = Vector3.new(-0.00400543772, 0.00605403632, -0.0036455146)
  4709. o407.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4710. o407.Velocity = Vector3.new(0.0231628548, -0.000257780775, -0.00968361646)
  4711. o407.Elasticity = 0.10000000149012
  4712. o407.FormFactor = Enum.FormFactor.Custom
  4713. o407.Friction = 0.5
  4714. o407.Size = Vector3.new(4, 0.400000006, 9)
  4715. o407.CFrame = CFrame.new(51.938839, 7.86221838, 20.7528763, 0.999985039, 6.36252807e-005, 0.000105662868, -6.36318218e-005, 1, 6.99080774e-005, -0.000105656538, -6.99130323e-005, 1)
  4716. o407.BackSurface = Enum.SurfaceType.Weld
  4717. o407.BottomSurface = Enum.SurfaceType.Weld
  4718. o407.FrontSurface = Enum.SurfaceType.Weld
  4719. o407.LeftSurface = Enum.SurfaceType.Weld
  4720. o407.RightSurface = Enum.SurfaceType.Weld
  4721. o407.TopSurface = Enum.SurfaceType.Weld
  4722. o407.Position = Vector3.new(51.938839, 7.86221838, 20.7528763)
  4723. o408.Parent = o407
  4724. o408.Scale = Vector3.new(0.799999714, 1, 1)
  4725. o409.Parent = o288
  4726. o409.Position = Vector3.new(43.9395485, 6.26306915, 26.2538528)
  4727. o409.Rotation = Vector3.new(150.759384, 89.6804047, 29.2366657)
  4728. o409.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4729. o409.Velocity = Vector3.new(0.0180408973, 0.0289671067, -0.00863599405)
  4730. o409.Elasticity = 0.10000000149012
  4731. o409.FormFactor = Enum.FormFactor.Custom
  4732. o409.Friction = 0.5
  4733. o409.Size = Vector3.new(1.60000014, 0.400000036, 8)
  4734. o409.CFrame = CFrame.new(43.9395485, 6.26306915, 26.2538528, 0.000107910077, -6.03995577e-005, 0.999984443, 6.82123646e-005, -1, -6.04060042e-005, 1, 6.82170503e-005, -0.000107904089)
  4735. o409.BackSurface = Enum.SurfaceType.Weld
  4736. o409.BottomSurface = Enum.SurfaceType.Weld
  4737. o409.FrontSurface = Enum.SurfaceType.Weld
  4738. o409.LeftSurface = Enum.SurfaceType.Weld
  4739. o409.RightSurface = Enum.SurfaceType.Weld
  4740. o409.TopSurface = Enum.SurfaceType.Weld
  4741. o409.Position = Vector3.new(43.9395485, 6.26306915, 26.2538528)
  4742. o410.Parent = o409
  4743. o411.Parent = o288
  4744. o411.Position = Vector3.new(54.0391197, 6.16236544, 24.7527905)
  4745. o411.Rotation = Vector3.new(-0.00390821416, 0.00618282054, 89.9965439)
  4746. o411.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4747. o411.Velocity = Vector3.new(0.0181549489, 0.00207135547, -0.00606423989)
  4748. o411.Elasticity = 0.10000000149012
  4749. o411.FormFactor = Enum.FormFactor.Custom
  4750. o411.Friction = 0.5
  4751. o411.Size = Vector3.new(3, 0.200000003, 3)
  4752. o411.CFrame = CFrame.new(54.0391197, 6.16236544, 24.7527905, 6.03995395e-005, -0.999985874, 0.000107910571, 1, 6.04060624e-005, 6.82112004e-005, -6.82160462e-005, 0.000107904707, 1)
  4753. o411.BackSurface = Enum.SurfaceType.Weld
  4754. o411.BottomSurface = Enum.SurfaceType.Weld
  4755. o411.FrontSurface = Enum.SurfaceType.Weld
  4756. o411.LeftSurface = Enum.SurfaceType.Weld
  4757. o411.RightSurface = Enum.SurfaceType.Weld
  4758. o411.TopSurface = Enum.SurfaceType.Weld
  4759. o411.Position = Vector3.new(54.0391197, 6.16236544, 24.7527905)
  4760. o412.Parent = o411
  4761. o412.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  4762. o413.Parent = o288
  4763. o413.BrickColor = BrickColor.new("Dark stone grey")
  4764. o413.Position = Vector3.new(40.4393883, 10.1630793, 23.2539768)
  4765. o413.Rotation = Vector3.new(179.996094, -0.00618280191, -89.9965439)
  4766. o413.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4767. o413.Velocity = Vector3.new(0.028070841, 0.0318209901, -0.0166284069)
  4768. o413.Elasticity = 0.10000000149012
  4769. o413.FormFactor = Enum.FormFactor.Symmetric
  4770. o413.Friction = 0.5
  4771. o413.Size = Vector3.new(1, 1, 2)
  4772. o413.CFrame = CFrame.new(40.4393883, 10.1630793, 23.2539768, 6.03995795e-005, 0.999990761, -0.000107910251, 1, -6.04063898e-005, -6.82133759e-005, -6.82187965e-005, -0.000107904991, -1)
  4773. o413.BackSurface = Enum.SurfaceType.Weld
  4774. o413.BottomSurface = Enum.SurfaceType.Weld
  4775. o413.FrontSurface = Enum.SurfaceType.Weld
  4776. o413.LeftSurface = Enum.SurfaceType.Weld
  4777. o413.RightSurface = Enum.SurfaceType.Weld
  4778. o413.TopSurface = Enum.SurfaceType.Weld
  4779. o413.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4780. o413.Position = Vector3.new(40.4393883, 10.1630793, 23.2539768)
  4781. o414.Parent = o413
  4782. o415.Parent = o288
  4783. o415.BrickColor = BrickColor.new("Dark stone grey")
  4784. o415.Position = Vector3.new(53.4391289, 6.16240406, 24.7528305)
  4785. o415.Rotation = Vector3.new(-0.00390828913, 0.00618281448, 89.9965439)
  4786. o415.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4787. o415.Velocity = Vector3.new(0.0181550309, 0.00350540504, -0.00620610174)
  4788. o415.Elasticity = 0.10000000149012
  4789. o415.FormFactor = Enum.FormFactor.Symmetric
  4790. o415.Friction = 0.5
  4791. o415.Size = Vector3.new(3, 1, 3)
  4792. o415.CFrame = CFrame.new(53.4391289, 6.16240406, 24.7528305, 6.03995468e-005, -0.999978483, 0.00010791047, 1, 6.04056368e-005, 6.82125101e-005, -6.82164973e-005, 0.000107903572, 1)
  4793. o415.BackSurface = Enum.SurfaceType.Weld
  4794. o415.BottomSurface = Enum.SurfaceType.Weld
  4795. o415.FrontSurface = Enum.SurfaceType.Weld
  4796. o415.LeftSurface = Enum.SurfaceType.Weld
  4797. o415.RightSurface = Enum.SurfaceType.Weld
  4798. o415.TopSurface = Enum.SurfaceType.Weld
  4799. o415.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4800. o415.Position = Vector3.new(53.4391289, 6.16240406, 24.7528305)
  4801. o416.Parent = o415
  4802. o417.Parent = o288
  4803. o417.BrickColor = BrickColor.new("Dark stone grey")
  4804. o417.Position = Vector3.new(48.9390678, 5.66269875, 25.2533588)
  4805. o417.Rotation = Vector3.new(-0.00390802277, 0.00618276466, 89.9965439)
  4806. o417.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4807. o417.Velocity = Vector3.new(0.0168424509, 0.015180124, -0.00635148026)
  4808. o417.Elasticity = 0.10000000149012
  4809. o417.FormFactor = Enum.FormFactor.Symmetric
  4810. o417.Friction = 0.5
  4811. o417.Size = Vector3.new(2, 2, 4)
  4812. o417.CFrame = CFrame.new(48.9390678, 5.66269875, 25.2533588, 6.0399514e-005, -0.999993265, 0.000107909596, 1, 6.04064771e-005, 6.82078607e-005, -6.82135869e-005, 0.000107904634, 1)
  4813. o417.BackSurface = Enum.SurfaceType.Weld
  4814. o417.BottomSurface = Enum.SurfaceType.Weld
  4815. o417.FrontSurface = Enum.SurfaceType.Weld
  4816. o417.LeftSurface = Enum.SurfaceType.Weld
  4817. o417.RightSurface = Enum.SurfaceType.Weld
  4818. o417.TopSurface = Enum.SurfaceType.Weld
  4819. o417.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4820. o417.Position = Vector3.new(48.9390678, 5.66269875, 25.2533588)
  4821. o418.Parent = o417
  4822. o419.Parent = o288
  4823. o419.Position = Vector3.new(39.4398117, 7.16342545, 27.4542561)
  4824. o419.Rotation = Vector3.new(89.9960861, -0.00346064125, 179.99382)
  4825. o419.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4826. o419.Velocity = Vector3.new(0.0199090652, 0.0419268906, -0.0113535449)
  4827. o419.Elasticity = 0.10000000149012
  4828. o419.FormFactor = Enum.FormFactor.Custom
  4829. o419.Friction = 0.5
  4830. o419.Size = Vector3.new(1, 0.400000036, 1)
  4831. o419.CFrame = CFrame.new(39.4398117, 7.16342545, 27.4542561, -0.999979436, -0.000107909553, -6.03995832e-005, 6.04057204e-005, -6.82149621e-005, -1, 0.000107902779, -1, 6.8219073e-005)
  4832. o419.BackSurface = Enum.SurfaceType.Weld
  4833. o419.BottomSurface = Enum.SurfaceType.Weld
  4834. o419.FrontSurface = Enum.SurfaceType.Weld
  4835. o419.LeftSurface = Enum.SurfaceType.Weld
  4836. o419.RightSurface = Enum.SurfaceType.Weld
  4837. o419.TopSurface = Enum.SurfaceType.Weld
  4838. o419.Position = Vector3.new(39.4398117, 7.16342545, 27.4542561)
  4839. o420.Parent = o419
  4840. o420.Scale = Vector3.new(0.899999976, 1.4000001, 1)
  4841. o421.Parent = o288
  4842. o421.Material = Enum.Material.Neon
  4843. o421.BrickColor = BrickColor.new("Really red")
  4844. o421.Position = Vector3.new(39.4396591, 7.16344404, 27.7542629)
  4845. o421.Rotation = Vector3.new(89.9960861, -0.00346064009, 179.99382)
  4846. o421.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4847. o421.Velocity = Vector3.new(0.0198382121, 0.0424784385, -0.0113536147)
  4848. o421.Elasticity = 0.10000000149012
  4849. o421.FormFactor = Enum.FormFactor.Custom
  4850. o421.Friction = 0.5
  4851. o421.Size = Vector3.new(1, 0.200000003, 1)
  4852. o421.CFrame = CFrame.new(39.4396591, 7.16344404, 27.7542629, -0.999979436, -0.000107909887, -6.0399565e-005, 6.04057022e-005, -6.82163154e-005, -1, 0.000107903114, -1, 6.82204263e-005)
  4853. o421.BackSurface = Enum.SurfaceType.Weld
  4854. o421.BottomSurface = Enum.SurfaceType.Weld
  4855. o421.FrontSurface = Enum.SurfaceType.Weld
  4856. o421.LeftSurface = Enum.SurfaceType.Weld
  4857. o421.RightSurface = Enum.SurfaceType.Weld
  4858. o421.TopSurface = Enum.SurfaceType.Weld
  4859. o421.Color = Color3.new(1, 0, 0)
  4860. o421.Position = Vector3.new(39.4396591, 7.16344404, 27.7542629)
  4861. o422.Parent = o421
  4862. o422.Scale = Vector3.new(0.799999952, 0, 1)
  4863. o423.Parent = o288
  4864. o423.Position = Vector3.new(39.4403267, 8.7948122, 26.2642574)
  4865. o423.Rotation = Vector3.new(44.996273, 0.00171062117, 179.993011)
  4866. o423.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4867. o423.Velocity = Vector3.new(0.0240892973, 0.039739348, -0.0143506723)
  4868. o423.Elasticity = 0.10000000149012
  4869. o423.FormFactor = Enum.FormFactor.Custom
  4870. o423.Friction = 0.5
  4871. o423.Size = Vector3.new(3, 0.200000003, 3)
  4872. o423.CFrame = CFrame.new(39.4403267, 8.7948122, 26.2642574, -0.999983549, -0.000122076395, 2.98559717e-005, 6.62906969e-005, -0.707149863, -0.707058132, 0.000107218366, -0.707058728, 0.707150161)
  4873. o423.BackSurface = Enum.SurfaceType.Weld
  4874. o423.BottomSurface = Enum.SurfaceType.Weld
  4875. o423.FrontSurface = Enum.SurfaceType.Weld
  4876. o423.LeftSurface = Enum.SurfaceType.Weld
  4877. o423.RightSurface = Enum.SurfaceType.Weld
  4878. o423.TopSurface = Enum.SurfaceType.Weld
  4879. o423.Position = Vector3.new(39.4403267, 8.7948122, 26.2642574)
  4880. o424.Parent = o423
  4881. o424.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  4882. o425.Parent = o288
  4883. o425.BrickColor = BrickColor.new("Dark stone grey")
  4884. o425.Position = Vector3.new(43.9381332, 7.46216488, 13.753809)
  4885. o425.Rotation = Vector3.new(151.55899, 89.7593384, 27.4718342)
  4886. o425.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4887. o425.Velocity = Vector3.new(0.0238607507, 0.00600492023, -0.0108393542)
  4888. o425.Elasticity = 0.10000000149012
  4889. o425.FormFactor = Enum.FormFactor.Custom
  4890. o425.Friction = 0.5
  4891. o425.Size = Vector3.new(5, 0.400000036, 6)
  4892. o425.CFrame = CFrame.new(43.9381332, 7.46216488, 13.753809, 0.000113862065, -5.92017168e-005, 0.999991179, 6.86082785e-005, -0.999998212, -6.10157003e-005, 0.999998808, 6.76754571e-005, -0.000112653353)
  4893. o425.BackSurface = Enum.SurfaceType.Weld
  4894. o425.BottomSurface = Enum.SurfaceType.Weld
  4895. o425.FrontSurface = Enum.SurfaceType.Weld
  4896. o425.LeftSurface = Enum.SurfaceType.Weld
  4897. o425.RightSurface = Enum.SurfaceType.Weld
  4898. o425.TopSurface = Enum.SurfaceType.Weld
  4899. o425.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4900. o425.Position = Vector3.new(43.9381332, 7.46216488, 13.753809)
  4901. o426.Parent = o425
  4902. o426.Scale = Vector3.new(1, 1, 1.30000007)
  4903. o427.Parent = o288
  4904. o427.BrickColor = BrickColor.new("Dark stone grey")
  4905. o427.Position = Vector3.new(43.9392967, 4.86300611, 25.2539692)
  4906. o427.Rotation = Vector3.new(150.758987, 89.789711, 29.2370834)
  4907. o427.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4908. o427.Velocity = Vector3.new(0.0149310445, 0.027130682, -0.0060638031)
  4909. o427.Elasticity = 0.10000000149012
  4910. o427.FormFactor = Enum.FormFactor.Custom
  4911. o427.Friction = 0.5
  4912. o427.Size = Vector3.new(4, 0.400000036, 8)
  4913. o427.CFrame = CFrame.new(43.9392967, 4.86300611, 25.2539692, 0.000107908301, -6.03995977e-005, 0.999993265, 6.82104437e-005, -1, -6.04065608e-005, 1, 6.82161699e-005, -0.000107903339)
  4914. o427.BackSurface = Enum.SurfaceType.Weld
  4915. o427.BottomSurface = Enum.SurfaceType.Weld
  4916. o427.FrontSurface = Enum.SurfaceType.Weld
  4917. o427.LeftSurface = Enum.SurfaceType.Weld
  4918. o427.RightSurface = Enum.SurfaceType.Weld
  4919. o427.TopSurface = Enum.SurfaceType.Weld
  4920. o427.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4921. o427.Position = Vector3.new(43.9392967, 4.86300611, 25.2539692)
  4922. o428.Parent = o427
  4923. o429.Parent = o288
  4924. o429.BrickColor = BrickColor.new("Dark stone grey")
  4925. o429.Position = Vector3.new(39.4404449, 8.9362545, 26.4056587)
  4926. o429.Rotation = Vector3.new(-135.003693, -0.00160685263, -179.992935)
  4927. o429.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4928. o429.Velocity = Vector3.new(0.0243939273, 0.0399988517, -0.0146105075)
  4929. o429.Elasticity = 0.10000000149012
  4930. o429.FormFactor = Enum.FormFactor.Custom
  4931. o429.Friction = 0.5
  4932. o429.Size = Vector3.new(3, 0.200000003, 3)
  4933. o429.CFrame = CFrame.new(39.4404449, 8.9362545, 26.4056587, -0.999991238, 0.000123352947, -2.80448694e-005, 6.73994291e-005, 0.707152367, 0.707061231, 0.000107048989, 0.707061291, -0.707152367)
  4934. o429.BackSurface = Enum.SurfaceType.Weld
  4935. o429.BottomSurface = Enum.SurfaceType.Weld
  4936. o429.FrontSurface = Enum.SurfaceType.Weld
  4937. o429.LeftSurface = Enum.SurfaceType.Weld
  4938. o429.RightSurface = Enum.SurfaceType.Weld
  4939. o429.TopSurface = Enum.SurfaceType.Weld
  4940. o429.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4941. o429.Position = Vector3.new(39.4404449, 8.9362545, 26.4056587)
  4942. o430.Parent = o429
  4943. o430.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  4944. o431.Parent = o288
  4945. o431.Material = Enum.Material.Neon
  4946. o431.BrickColor = BrickColor.new("Deep orange")
  4947. o431.Position = Vector3.new(49.4396515, 6.16284084, 27.7532597)
  4948. o431.Rotation = Vector3.new(89.9960861, -0.00346063892, 179.99382)
  4949. o431.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4950. o431.Velocity = Vector3.new(0.0174470115, 0.0185766462, -0.00715206284)
  4951. o431.Elasticity = 0.10000000149012
  4952. o431.FormFactor = Enum.FormFactor.Custom
  4953. o431.Friction = 0.5
  4954. o431.Size = Vector3.new(1, 0.200000003, 1)
  4955. o431.CFrame = CFrame.new(49.4396515, 6.16284084, 27.7532597, -0.999993265, -0.00010791012, -6.03995431e-005, 6.04065062e-005, -6.82119353e-005, -1, 0.000107905158, -1, 6.82176615e-005)
  4956. o431.BackSurface = Enum.SurfaceType.Weld
  4957. o431.BottomSurface = Enum.SurfaceType.Weld
  4958. o431.FrontSurface = Enum.SurfaceType.Weld
  4959. o431.LeftSurface = Enum.SurfaceType.Weld
  4960. o431.RightSurface = Enum.SurfaceType.Weld
  4961. o431.TopSurface = Enum.SurfaceType.Weld
  4962. o431.Color = Color3.new(1, 0.686275, 0)
  4963. o431.Position = Vector3.new(49.4396515, 6.16284084, 27.7532597)
  4964. o432.Parent = o431
  4965. o432.Scale = Vector3.new(0.699999928, 0, 1)
  4966. o433.Parent = o288
  4967. o433.Material = Enum.Material.Neon
  4968. o433.BrickColor = BrickColor.new("Deep orange")
  4969. o433.Position = Vector3.new(38.4395638, 6.16350555, 27.7544441)
  4970. o433.Rotation = Vector3.new(89.9960861, -0.00346064032, 179.99382)
  4971. o433.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4972. o433.Velocity = Vector3.new(0.0174483191, 0.0448689945, -0.00975283235)
  4973. o433.Elasticity = 0.10000000149012
  4974. o433.FormFactor = Enum.FormFactor.Custom
  4975. o433.Friction = 0.5
  4976. o433.Size = Vector3.new(1, 0.200000003, 1)
  4977. o433.CFrame = CFrame.new(38.4395638, 6.16350555, 27.7544441, -0.999986589, -0.000107909655, -6.03995686e-005, 6.04061388e-005, -6.82100072e-005, -1, 0.000107903812, -1, 6.82149548e-005)
  4978. o433.BackSurface = Enum.SurfaceType.Weld
  4979. o433.BottomSurface = Enum.SurfaceType.Weld
  4980. o433.FrontSurface = Enum.SurfaceType.Weld
  4981. o433.LeftSurface = Enum.SurfaceType.Weld
  4982. o433.RightSurface = Enum.SurfaceType.Weld
  4983. o433.TopSurface = Enum.SurfaceType.Weld
  4984. o433.Color = Color3.new(1, 0.686275, 0)
  4985. o433.Position = Vector3.new(38.4395638, 6.16350555, 27.7544441)
  4986. o434.Parent = o433
  4987. o434.Scale = Vector3.new(0.699999928, 0, 1)
  4988. o435.Parent = o288
  4989. o435.Position = Vector3.new(49.4394531, 6.16281939, 27.4532604)
  4990. o435.Rotation = Vector3.new(89.9960861, -0.00346063892, 179.99382)
  4991. o435.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  4992. o435.Velocity = Vector3.new(0.0175178554, 0.0180259496, -0.00715207029)
  4993. o435.Elasticity = 0.10000000149012
  4994. o435.FormFactor = Enum.FormFactor.Custom
  4995. o435.Friction = 0.5
  4996. o435.Size = Vector3.new(1, 0.400000036, 1)
  4997. o435.CFrame = CFrame.new(49.4394531, 6.16281939, 27.4532604, -0.999993265, -0.000107909655, -6.03995431e-005, 6.04065062e-005, -6.82100144e-005, -1, 0.000107904692, -1, 6.82157406e-005)
  4998. o435.BackSurface = Enum.SurfaceType.Weld
  4999. o435.BottomSurface = Enum.SurfaceType.Weld
  5000. o435.FrontSurface = Enum.SurfaceType.Weld
  5001. o435.LeftSurface = Enum.SurfaceType.Weld
  5002. o435.RightSurface = Enum.SurfaceType.Weld
  5003. o435.TopSurface = Enum.SurfaceType.Weld
  5004. o435.Position = Vector3.new(49.4394531, 6.16281939, 27.4532604)
  5005. o436.Parent = o435
  5006. o436.Scale = Vector3.new(0.899999976, 1.4000001, 1)
  5007. o437.Parent = o288
  5008. o437.Position = Vector3.new(38.4397469, 6.1634841, 27.4544468)
  5009. o437.Rotation = Vector3.new(89.9960861, -0.00346063869, 179.99382)
  5010. o437.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5011. o437.Velocity = Vector3.new(0.017519163, 0.0443173908, -0.00975274947)
  5012. o437.Elasticity = 0.10000000149012
  5013. o437.FormFactor = Enum.FormFactor.Custom
  5014. o437.Friction = 0.5
  5015. o437.Size = Vector3.new(1, 0.400000036, 1)
  5016. o437.CFrame = CFrame.new(38.4397469, 6.1634841, 27.4544468, -0.999986589, -0.0001079098, -6.03995395e-005, 6.04061097e-005, -6.82105892e-005, -1, 0.000107903958, -1, 6.82155369e-005)
  5017. o437.BackSurface = Enum.SurfaceType.Weld
  5018. o437.BottomSurface = Enum.SurfaceType.Weld
  5019. o437.FrontSurface = Enum.SurfaceType.Weld
  5020. o437.LeftSurface = Enum.SurfaceType.Weld
  5021. o437.RightSurface = Enum.SurfaceType.Weld
  5022. o437.TopSurface = Enum.SurfaceType.Weld
  5023. o437.Position = Vector3.new(38.4397469, 6.1634841, 27.4544468)
  5024. o438.Parent = o437
  5025. o438.Scale = Vector3.new(0.899999976, 1.4000001, 1)
  5026. o439.Parent = o288
  5027. o439.Position = Vector3.new(54.038002, 6.66165161, 14.2527561)
  5028. o439.Rotation = Vector3.new(-0.00390826445, 0.00618283357, 89.9965439)
  5029. o439.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5030. o439.Velocity = Vector3.new(0.0218296163, -0.0172170494, -0.00698181242)
  5031. o439.Elasticity = 0.10000000149012
  5032. o439.FormFactor = Enum.FormFactor.Custom
  5033. o439.Friction = 0.5
  5034. o439.Size = Vector3.new(2, 0.200000003, 6)
  5035. o439.CFrame = CFrame.new(54.038002, 6.66165161, 14.2527561, 6.03995541e-005, -0.999985754, 0.000107910804, 1, 6.04060697e-005, 6.82120808e-005, -6.8216912e-005, 0.000107904925, 1)
  5036. o439.BackSurface = Enum.SurfaceType.Weld
  5037. o439.BottomSurface = Enum.SurfaceType.Weld
  5038. o439.FrontSurface = Enum.SurfaceType.Weld
  5039. o439.LeftSurface = Enum.SurfaceType.Weld
  5040. o439.RightSurface = Enum.SurfaceType.Weld
  5041. o439.TopSurface = Enum.SurfaceType.Weld
  5042. o439.Position = Vector3.new(54.038002, 6.66165161, 14.2527561)
  5043. o440.Parent = o439
  5044. o440.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5045. o441.Parent = o288
  5046. o441.Position = Vector3.new(41.4363976, 3.63672733, -0.889025807)
  5047. o441.Rotation = Vector3.new(33.6862297, 0.00343807973, 179.993607)
  5048. o441.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5049. o441.Velocity = Vector3.new(0.0181783754, -0.0149183329, -0.00440232223)
  5050. o441.Elasticity = 0.10000000149012
  5051. o441.FormFactor = Enum.FormFactor.Custom
  5052. o441.Friction = 0.5
  5053. o441.Size = Vector3.new(1, 0.200000003, 7)
  5054. o441.CFrame = CFrame.new(41.4363976, 3.63672733, -0.889025807, -0.999988019, -0.000111418798, 6.0005812e-005, 6.45813416e-005, -0.832090914, -0.554646432, 0.000106637737, -0.554650128, 0.832090378)
  5055. o441.BackSurface = Enum.SurfaceType.Weld
  5056. o441.BottomSurface = Enum.SurfaceType.Weld
  5057. o441.FrontSurface = Enum.SurfaceType.Weld
  5058. o441.LeftSurface = Enum.SurfaceType.Weld
  5059. o441.RightSurface = Enum.SurfaceType.Weld
  5060. o441.TopSurface = Enum.SurfaceType.Weld
  5061. o441.Position = Vector3.new(41.4363976, 3.63672733, -0.889025807)
  5062. o442.Parent = o441
  5063. o443.Parent = o288
  5064. o443.Position = Vector3.new(51.9381218, 7.86177301, 14.2529011)
  5065. o443.Rotation = Vector3.new(179.996094, -0.00618278375, 0.00346068991)
  5066. o443.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5067. o443.Velocity = Vector3.new(0.02469787, -0.0121980766, -0.00968296826)
  5068. o443.Elasticity = 0.10000000149012
  5069. o443.FormFactor = Enum.FormFactor.Custom
  5070. o443.Friction = 0.5
  5071. o443.Size = Vector3.new(4, 0.400000006, 4)
  5072. o443.CFrame = CFrame.new(51.9381218, 7.86177301, 14.2529011, 0.999985874, -6.03995759e-005, -0.000107909931, -6.04060988e-005, -1, -6.82136088e-005, -0.000107904067, 6.82184545e-005, -1)
  5073. o443.BackSurface = Enum.SurfaceType.Weld
  5074. o443.BottomSurface = Enum.SurfaceType.Weld
  5075. o443.FrontSurface = Enum.SurfaceType.Weld
  5076. o443.LeftSurface = Enum.SurfaceType.Weld
  5077. o443.RightSurface = Enum.SurfaceType.Weld
  5078. o443.TopSurface = Enum.SurfaceType.Weld
  5079. o443.Position = Vector3.new(51.9381218, 7.86177301, 14.2529011)
  5080. o444.Parent = o443
  5081. o444.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  5082. o445.Parent = o288
  5083. o445.Position = Vector3.new(54.0386658, 6.6620574, 20.2527561)
  5084. o445.Rotation = Vector3.new(-0.00390826399, 0.00618283357, 89.9965439)
  5085. o445.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5086. o445.Velocity = Vector3.new(0.020412663, -0.00619519968, -0.00698240101)
  5087. o445.Elasticity = 0.10000000149012
  5088. o445.FormFactor = Enum.FormFactor.Custom
  5089. o445.Friction = 0.5
  5090. o445.Size = Vector3.new(2, 0.200000003, 6)
  5091. o445.CFrame = CFrame.new(54.0386658, 6.6620574, 20.2527561, 6.03995541e-005, -0.999985874, 0.000107910804, 1, 6.0406077e-005, 6.82120735e-005, -6.82169193e-005, 0.00010790494, 1)
  5092. o445.BackSurface = Enum.SurfaceType.Weld
  5093. o445.BottomSurface = Enum.SurfaceType.Weld
  5094. o445.FrontSurface = Enum.SurfaceType.Weld
  5095. o445.LeftSurface = Enum.SurfaceType.Weld
  5096. o445.RightSurface = Enum.SurfaceType.Weld
  5097. o445.TopSurface = Enum.SurfaceType.Weld
  5098. o445.Position = Vector3.new(54.0386658, 6.6620574, 20.2527561)
  5099. o446.Parent = o445
  5100. o446.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5101. o447.Parent = o288
  5102. o447.Position = Vector3.new(47.4361191, 7.16079855, -3.94659042)
  5103. o447.Rotation = Vector3.new(89.9960861, -0.00346064055, 179.99382)
  5104. o447.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5105. o447.Velocity = Vector3.new(0.0273234583, -0.0348751247, -0.00945902616)
  5106. o447.Elasticity = 0.10000000149012
  5107. o447.FormFactor = Enum.FormFactor.Custom
  5108. o447.Friction = 0.5
  5109. o447.Size = Vector3.new(1, 0.400000036, 1)
  5110. o447.CFrame = CFrame.new(47.4361191, 7.16079855, -3.94659042, -0.999992549, -0.000107910149, -6.03995722e-005, 6.0406488e-005, -6.82104001e-005, -1, 0.000107905107, -1, 6.82160389e-005)
  5111. o447.BackSurface = Enum.SurfaceType.Weld
  5112. o447.BottomSurface = Enum.SurfaceType.Weld
  5113. o447.FrontSurface = Enum.SurfaceType.Weld
  5114. o447.LeftSurface = Enum.SurfaceType.Weld
  5115. o447.RightSurface = Enum.SurfaceType.Weld
  5116. o447.TopSurface = Enum.SurfaceType.Weld
  5117. o447.Position = Vector3.new(47.4361191, 7.16079855, -3.94659042)
  5118. o448.Parent = o447
  5119. o448.Scale = Vector3.new(0.899999976, 1.4000001, 1)
  5120. o449.Parent = o288
  5121. o449.BrickColor = BrickColor.new("Dark stone grey")
  5122. o449.Position = Vector3.new(51.4379387, 7.16170454, 12.7530022)
  5123. o449.Rotation = Vector3.new(-0.00390830543, 0.00618279632, 179.996536)
  5124. o449.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5125. o449.Velocity = Vector3.new(0.0233791638, -0.0137583129, -0.00851497799)
  5126. o449.Elasticity = 0.10000000149012
  5127. o449.FormFactor = Enum.FormFactor.Symmetric
  5128. o449.Friction = 0.5
  5129. o449.Size = Vector3.new(3, 1, 27)
  5130. o449.CFrame = CFrame.new(51.4379387, 7.16170454, 12.7530022, -0.999985993, -6.0399565e-005, 0.000107910149, 6.04060951e-005, -1, 6.82127938e-005, 0.0001079043, 6.82176542e-005, 1)
  5131. o449.BackSurface = Enum.SurfaceType.Weld
  5132. o449.BottomSurface = Enum.SurfaceType.Weld
  5133. o449.FrontSurface = Enum.SurfaceType.Weld
  5134. o449.LeftSurface = Enum.SurfaceType.Weld
  5135. o449.RightSurface = Enum.SurfaceType.Weld
  5136. o449.TopSurface = Enum.SurfaceType.Weld
  5137. o449.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5138. o449.Position = Vector3.new(51.4379387, 7.16170454, 12.7530022)
  5139. o450.Parent = o449
  5140. o451.Parent = o288
  5141. o451.Position = Vector3.new(39.4392891, 3.38341045, 25.7145042)
  5142. o451.Rotation = Vector3.new(143.126419, -0.00775704067, -0.00113743474)
  5143. o451.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5144. o451.Velocity = Vector3.new(0.0112859821, 0.0387317985, -0.00440887734)
  5145. o451.Elasticity = 0.10000000149012
  5146. o451.FormFactor = Enum.FormFactor.Custom
  5147. o451.Friction = 0.5
  5148. o451.Size = Vector3.new(3, 0.200000003, 4)
  5149. o451.CFrame = CFrame.new(39.4392891, 3.38341045, 25.7145042, 0.999993265, 1.98518464e-005, -0.000135385897, -6.53574098e-005, -0.799961448, -0.600051343, -0.000120214863, 0.600051403, -0.799961507)
  5150. o451.BackSurface = Enum.SurfaceType.Weld
  5151. o451.BottomSurface = Enum.SurfaceType.Weld
  5152. o451.FrontSurface = Enum.SurfaceType.Weld
  5153. o451.LeftSurface = Enum.SurfaceType.Weld
  5154. o451.RightSurface = Enum.SurfaceType.Weld
  5155. o451.TopSurface = Enum.SurfaceType.Weld
  5156. o451.Position = Vector3.new(39.4392891, 3.38341045, 25.7145042)
  5157. o452.Parent = o451
  5158. o452.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  5159. o453.Parent = o288
  5160. o453.Position = Vector3.new(45.9390755, 3.38302374, 25.7137947)
  5161. o453.Rotation = Vector3.new(143.126358, -0.007093661, -0.00113487686)
  5162. o453.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5163. o453.Velocity = Vector3.new(0.0112852249, 0.0231960267, -0.00287213246)
  5164. o453.Elasticity = 0.10000000149012
  5165. o453.FormFactor = Enum.FormFactor.Custom
  5166. o453.Friction = 0.5
  5167. o453.Size = Vector3.new(2, 0.200000003, 4)
  5168. o453.CFrame = CFrame.new(45.9390755, 3.38302374, 25.7137947, 0.999993265, 1.98072048e-005, -0.000123807738, -5.84457193e-005, -0.799960792, -0.600052238, -0.000110925866, 0.600052357, -0.799960732)
  5169. o453.BackSurface = Enum.SurfaceType.Weld
  5170. o453.BottomSurface = Enum.SurfaceType.Weld
  5171. o453.FrontSurface = Enum.SurfaceType.Weld
  5172. o453.LeftSurface = Enum.SurfaceType.Weld
  5173. o453.RightSurface = Enum.SurfaceType.Weld
  5174. o453.TopSurface = Enum.SurfaceType.Weld
  5175. o453.Position = Vector3.new(45.9390755, 3.38302374, 25.7137947)
  5176. o454.Parent = o453
  5177. o454.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  5178. o455.Parent = o288
  5179. o455.Position = Vector3.new(51.9377747, 7.86153412, 10.7529087)
  5180. o455.Rotation = Vector3.new(179.996094, -0.00618279539, 0.00346068945)
  5181. o455.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5182. o455.Velocity = Vector3.new(0.0255244188, -0.0186275691, -0.00968261063)
  5183. o455.Elasticity = 0.10000000149012
  5184. o455.FormFactor = Enum.FormFactor.Custom
  5185. o455.Friction = 0.5
  5186. o455.Size = Vector3.new(4, 0.400000006, 3)
  5187. o455.CFrame = CFrame.new(51.9377747, 7.86153412, 10.7529087, 0.999985874, -6.03995686e-005, -0.000107910135, -6.04060915e-005, -1, -6.82150203e-005, -0.00010790427, 6.82198661e-005, -1)
  5188. o455.BackSurface = Enum.SurfaceType.Weld
  5189. o455.BottomSurface = Enum.SurfaceType.Weld
  5190. o455.FrontSurface = Enum.SurfaceType.Weld
  5191. o455.LeftSurface = Enum.SurfaceType.Weld
  5192. o455.RightSurface = Enum.SurfaceType.Weld
  5193. o455.TopSurface = Enum.SurfaceType.Weld
  5194. o455.Position = Vector3.new(51.9377747, 7.86153412, 10.7529087)
  5195. o456.Parent = o455
  5196. o456.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  5197. o457.Parent = o288
  5198. o457.Position = Vector3.new(44.4391174, 3.38312483, 25.713995)
  5199. o457.Rotation = Vector3.new(143.126236, -0.0069964584, -0.00072703592)
  5200. o457.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5201. o457.Velocity = Vector3.new(0.0112854196, 0.0267812908, -0.00322678918)
  5202. o457.Elasticity = 0.10000000149012
  5203. o457.FormFactor = Enum.FormFactor.Custom
  5204. o457.Friction = 0.5
  5205. o457.Size = Vector3.new(1, 0.200000003, 4)
  5206. o457.CFrame = CFrame.new(44.4391174, 3.38312483, 25.713995, 0.999993265, 1.26890845e-005, -0.000122111232, -6.31221992e-005, -0.799959481, -0.600054026, -0.000105297309, 0.600054085, -0.799959481)
  5207. o457.BackSurface = Enum.SurfaceType.Weld
  5208. o457.BottomSurface = Enum.SurfaceType.Weld
  5209. o457.FrontSurface = Enum.SurfaceType.Weld
  5210. o457.LeftSurface = Enum.SurfaceType.Weld
  5211. o457.RightSurface = Enum.SurfaceType.Weld
  5212. o457.TopSurface = Enum.SurfaceType.Weld
  5213. o457.Position = Vector3.new(44.4391174, 3.38312483, 25.713995)
  5214. o458.Parent = o457
  5215. o458.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  5216. o459.Parent = o288
  5217. o459.BrickColor = BrickColor.new("Dark stone grey")
  5218. o459.Position = Vector3.new(43.9390373, 4.66279888, 22.2539597)
  5219. o459.Rotation = Vector3.new(150.759399, 89.789711, 119.236679)
  5220. o459.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5221. o459.Velocity = Vector3.new(0.0151615143, 0.0216195676, -0.00569603592)
  5222. o459.Elasticity = 0.10000000149012
  5223. o459.FormFactor = Enum.FormFactor.Symmetric
  5224. o459.Friction = 0.5
  5225. o459.Size = Vector3.new(6, 2, 12)
  5226. o459.CFrame = CFrame.new(43.9390373, 4.66279888, 22.2539597, -6.0399565e-005, -0.000107910048, 0.999993265, -1, -6.82118407e-005, -6.04065281e-005, 6.82175669e-005, -1, -0.000107905085)
  5227. o459.BackSurface = Enum.SurfaceType.Weld
  5228. o459.BottomSurface = Enum.SurfaceType.Weld
  5229. o459.FrontSurface = Enum.SurfaceType.Weld
  5230. o459.LeftSurface = Enum.SurfaceType.Weld
  5231. o459.RightSurface = Enum.SurfaceType.Weld
  5232. o459.TopSurface = Enum.SurfaceType.Weld
  5233. o459.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5234. o459.Position = Vector3.new(43.9390373, 4.66279888, 22.2539597)
  5235. o460.Parent = o459
  5236. o461.Parent = o288
  5237. o461.BrickColor = BrickColor.new("Dark stone grey")
  5238. o461.Position = Vector3.new(43.4391861, 3.22318029, 25.8340969)
  5239. o461.Rotation = Vector3.new(-36.8730507, 0.00731918076, -179.999695)
  5240. o461.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5241. o461.Velocity = Vector3.new(0.0108747706, 0.0293917805, -0.00316923764)
  5242. o461.Elasticity = 0.10000000149012
  5243. o461.FormFactor = Enum.FormFactor.Custom
  5244. o461.Friction = 0.5
  5245. o461.Size = Vector3.new(1, 0.200000003, 4)
  5246. o461.CFrame = CFrame.new(43.4391861, 3.22318029, 25.8340969, -0.999993265, 5.32243394e-006, 0.000127743799, 7.23938283e-005, -0.799966931, 0.600044012, 0.000105383646, 0.600044072, 0.799966991)
  5247. o461.BackSurface = Enum.SurfaceType.Weld
  5248. o461.BottomSurface = Enum.SurfaceType.Weld
  5249. o461.FrontSurface = Enum.SurfaceType.Weld
  5250. o461.LeftSurface = Enum.SurfaceType.Weld
  5251. o461.RightSurface = Enum.SurfaceType.Weld
  5252. o461.TopSurface = Enum.SurfaceType.Weld
  5253. o461.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5254. o461.Position = Vector3.new(43.4391861, 3.22318029, 25.8340969)
  5255. o462.Parent = o461
  5256. o462.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  5257. o463.Parent = o288
  5258. o463.BrickColor = BrickColor.new("Dark stone grey")
  5259. o463.Position = Vector3.new(39.4393196, 3.22341919, 25.8345356)
  5260. o463.Rotation = Vector3.new(-36.8734283, 0.00770691875, -179.999283)
  5261. o463.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5262. o463.Velocity = Vector3.new(0.0108752372, 0.0389522538, -0.00411492772)
  5263. o463.Elasticity = 0.10000000149012
  5264. o463.FormFactor = Enum.FormFactor.Custom
  5265. o463.Friction = 0.5
  5266. o463.Size = Vector3.new(3, 0.200000003, 4)
  5267. o463.CFrame = CFrame.new(39.4393196, 3.22341919, 25.8345356, -0.999993265, 1.26214318e-005, 0.000134511109, 7.06162973e-005, -0.799962997, 0.600049317, 0.00011517659, 0.600049376, 0.799963057)
  5268. o463.BackSurface = Enum.SurfaceType.Weld
  5269. o463.BottomSurface = Enum.SurfaceType.Weld
  5270. o463.FrontSurface = Enum.SurfaceType.Weld
  5271. o463.LeftSurface = Enum.SurfaceType.Weld
  5272. o463.RightSurface = Enum.SurfaceType.Weld
  5273. o463.TopSurface = Enum.SurfaceType.Weld
  5274. o463.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5275. o463.Position = Vector3.new(39.4393196, 3.22341919, 25.8345356)
  5276. o464.Parent = o463
  5277. o464.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  5278. o465.Parent = o288
  5279. o465.BrickColor = BrickColor.new("Dark stone grey")
  5280. o465.Position = Vector3.new(43.9386215, 5.16259623, 19.2539177)
  5281. o465.Rotation = Vector3.new(179.996094, -0.00618280796, 90.0034561)
  5282. o465.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5283. o465.Velocity = Vector3.new(0.0170650017, 0.0161087681, -0.00661438145)
  5284. o465.Elasticity = 0.10000000149012
  5285. o465.FormFactor = Enum.FormFactor.Symmetric
  5286. o465.Friction = 0.5
  5287. o465.Size = Vector3.new(5, 8, 4)
  5288. o465.CFrame = CFrame.new(43.9386215, 5.16259623, 19.2539177, -6.03995722e-005, -0.999993622, -0.000107910353, -1, 6.04065572e-005, -6.82124082e-005, 6.82181781e-005, 0.000107905427, -1)
  5289. o465.BackSurface = Enum.SurfaceType.Weld
  5290. o465.BottomSurface = Enum.SurfaceType.Weld
  5291. o465.FrontSurface = Enum.SurfaceType.Weld
  5292. o465.LeftSurface = Enum.SurfaceType.Weld
  5293. o465.RightSurface = Enum.SurfaceType.Weld
  5294. o465.TopSurface = Enum.SurfaceType.Weld
  5295. o465.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5296. o465.Position = Vector3.new(43.9386215, 5.16259623, 19.2539177)
  5297. o466.Parent = o465
  5298. o467.Parent = o288
  5299. o467.BrickColor = BrickColor.new("Dark stone grey")
  5300. o467.Position = Vector3.new(44.4391632, 3.22312403, 25.8340263)
  5301. o467.Rotation = Vector3.new(-36.8734512, 0.00700854883, -179.999268)
  5302. o467.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5303. o467.Velocity = Vector3.new(0.0108746523, 0.0270017087, -0.00293281884)
  5304. o467.Elasticity = 0.10000000149012
  5305. o467.FormFactor = Enum.FormFactor.Custom
  5306. o467.Friction = 0.5
  5307. o467.Size = Vector3.new(1, 0.200000003, 4)
  5308. o467.CFrame = CFrame.new(44.4391632, 3.22312403, 25.8340263, -0.999993265, 1.27037529e-005, 0.00012232225, 6.32365118e-005, -0.799962759, 0.600049555, 0.000105475287, 0.600049615, 0.799962699)
  5309. o467.BackSurface = Enum.SurfaceType.Weld
  5310. o467.BottomSurface = Enum.SurfaceType.Weld
  5311. o467.FrontSurface = Enum.SurfaceType.Weld
  5312. o467.LeftSurface = Enum.SurfaceType.Weld
  5313. o467.RightSurface = Enum.SurfaceType.Weld
  5314. o467.TopSurface = Enum.SurfaceType.Weld
  5315. o467.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5316. o467.Position = Vector3.new(44.4391632, 3.22312403, 25.8340263)
  5317. o468.Parent = o467
  5318. o468.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  5319. o469.Parent = o288
  5320. o469.BrickColor = BrickColor.new("Dark stone grey")
  5321. o469.Position = Vector3.new(41.9391975, 3.22331595, 25.8342419)
  5322. o469.Rotation = Vector3.new(-36.8733139, 0.00763943978, 179.999481)
  5323. o469.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5324. o469.Velocity = Vector3.new(0.0108750602, 0.0329770148, -0.00352396513)
  5325. o469.Elasticity = 0.10000000149012
  5326. o469.FormFactor = Enum.FormFactor.Custom
  5327. o469.Friction = 0.5
  5328. o469.Size = Vector3.new(2, 0.200000003, 4)
  5329. o469.CFrame = CFrame.new(41.9391975, 3.22331595, 25.8342419, -0.999993265, -9.15572946e-006, 0.000133333378, 8.7330438e-005, -0.79996419, 0.600047708, 0.000101167163, 0.600047767, 0.799964249)
  5330. o469.BackSurface = Enum.SurfaceType.Weld
  5331. o469.BottomSurface = Enum.SurfaceType.Weld
  5332. o469.FrontSurface = Enum.SurfaceType.Weld
  5333. o469.LeftSurface = Enum.SurfaceType.Weld
  5334. o469.RightSurface = Enum.SurfaceType.Weld
  5335. o469.TopSurface = Enum.SurfaceType.Weld
  5336. o469.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5337. o469.Position = Vector3.new(41.9391975, 3.22331595, 25.8342419)
  5338. o470.Parent = o469
  5339. o470.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  5340. o471.Parent = o288
  5341. o471.Position = Vector3.new(41.9392204, 3.38331485, 25.7142334)
  5342. o471.Rotation = Vector3.new(143.126404, -0.00763943652, 0.000524563249)
  5343. o471.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5344. o471.Velocity = Vector3.new(0.0112858173, 0.0327564739, -0.00381791592)
  5345. o471.Elasticity = 0.10000000149012
  5346. o471.FormFactor = Enum.FormFactor.Custom
  5347. o471.Friction = 0.5
  5348. o471.Size = Vector3.new(2, 0.200000003, 4)
  5349. o471.CFrame = CFrame.new(41.9392204, 3.38331485, 25.7142334, 0.999993265, -9.15529381e-006, -0.00013333332, -8.73305617e-005, -0.79996109, -0.600051761, -0.000101166937, 0.60005188, -0.79996109)
  5350. o471.BackSurface = Enum.SurfaceType.Weld
  5351. o471.BottomSurface = Enum.SurfaceType.Weld
  5352. o471.FrontSurface = Enum.SurfaceType.Weld
  5353. o471.LeftSurface = Enum.SurfaceType.Weld
  5354. o471.RightSurface = Enum.SurfaceType.Weld
  5355. o471.TopSurface = Enum.SurfaceType.Weld
  5356. o471.Position = Vector3.new(41.9392204, 3.38331485, 25.7142334)
  5357. o472.Parent = o471
  5358. o472.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  5359. o473.Parent = o288
  5360. o473.Position = Vector3.new(33.839283, 6.16357088, 24.7549)
  5361. o473.Rotation = Vector3.new(-0.00390821509, 0.00618280703, 89.9965439)
  5362. o473.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5363. o473.Velocity = Vector3.new(0.0181573313, 0.0503527746, -0.0108400946)
  5364. o473.Elasticity = 0.10000000149012
  5365. o473.FormFactor = Enum.FormFactor.Custom
  5366. o473.Friction = 0.5
  5367. o473.Size = Vector3.new(3, 0.200000003, 3)
  5368. o473.CFrame = CFrame.new(33.839283, 6.16357088, 24.7549, 6.03995722e-005, -0.999992788, 0.000107910339, 1, 6.04065026e-005, 6.82112222e-005, -6.82168902e-005, 0.000107905325, 1)
  5369. o473.BackSurface = Enum.SurfaceType.Weld
  5370. o473.BottomSurface = Enum.SurfaceType.Weld
  5371. o473.FrontSurface = Enum.SurfaceType.Weld
  5372. o473.LeftSurface = Enum.SurfaceType.Weld
  5373. o473.RightSurface = Enum.SurfaceType.Weld
  5374. o473.TopSurface = Enum.SurfaceType.Weld
  5375. o473.Position = Vector3.new(33.839283, 6.16357088, 24.7549)
  5376. o474.Parent = o473
  5377. o474.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5378. o475.Parent = o288
  5379. o475.Position = Vector3.new(48.4389954, 3.38285995, 25.7135563)
  5380. o475.Rotation = Vector3.new(-36.8741112, 0.0068193702, 0.00102864485)
  5381. o475.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5382. o475.Velocity = Vector3.new(0.0112848906, 0.0172207896, -0.0022810488)
  5383. o475.Elasticity = 0.10000000149012
  5384. o475.FormFactor = Enum.FormFactor.Custom
  5385. o475.Friction = 0.5
  5386. o475.Size = Vector3.new(3, 0.200000003, 4)
  5387. o475.CFrame = CFrame.new(48.4389954, 3.38285995, 25.7135563, 0.999993265, -1.79531198e-005, 0.000119020464, -5.7057161e-005, 0.799955904, 0.600058794, -0.000105983199, -0.600058854, 0.799955845)
  5388. o475.BackSurface = Enum.SurfaceType.Weld
  5389. o475.BottomSurface = Enum.SurfaceType.Weld
  5390. o475.FrontSurface = Enum.SurfaceType.Weld
  5391. o475.LeftSurface = Enum.SurfaceType.Weld
  5392. o475.RightSurface = Enum.SurfaceType.Weld
  5393. o475.TopSurface = Enum.SurfaceType.Weld
  5394. o475.Position = Vector3.new(48.4389954, 3.38285995, 25.7135563)
  5395. o476.Parent = o475
  5396. o476.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  5397. o477.Parent = o288
  5398. o477.BrickColor = BrickColor.new("Dark stone grey")
  5399. o477.Position = Vector3.new(45.9390907, 3.22302628, 25.8338203)
  5400. o477.Rotation = Vector3.new(-36.8738708, 0.00709365914, -179.998871)
  5401. o477.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5402. o477.Velocity = Vector3.new(0.010874467, 0.023416508, -0.00257817539)
  5403. o477.Elasticity = 0.10000000149012
  5404. o477.FormFactor = Enum.FormFactor.Custom
  5405. o477.Friction = 0.5
  5406. o477.Size = Vector3.new(2, 0.200000003, 4)
  5407. o477.CFrame = CFrame.new(45.9390907, 3.22302628, 25.8338203, -0.999993265, 1.98077141e-005, 0.000123807709, 5.84457302e-005, -0.799958408, 0.600055397, 0.000110925939, 0.600055456, 0.799958348)
  5408. o477.BackSurface = Enum.SurfaceType.Weld
  5409. o477.BottomSurface = Enum.SurfaceType.Weld
  5410. o477.FrontSurface = Enum.SurfaceType.Weld
  5411. o477.LeftSurface = Enum.SurfaceType.Weld
  5412. o477.RightSurface = Enum.SurfaceType.Weld
  5413. o477.TopSurface = Enum.SurfaceType.Weld
  5414. o477.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5415. o477.Position = Vector3.new(45.9390907, 3.22302628, 25.8338203)
  5416. o478.Parent = o477
  5417. o478.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  5418. o479.Parent = o288
  5419. o479.BrickColor = BrickColor.new("Dark stone grey")
  5420. o479.Position = Vector3.new(34.4395065, 6.16353369, 24.7548561)
  5421. o479.Rotation = Vector3.new(-0.0039084754, 0.00618275115, 89.9965439)
  5422. o479.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5423. o479.Velocity = Vector3.new(0.0181572512, 0.0489181653, -0.0106981806)
  5424. o479.Elasticity = 0.10000000149012
  5425. o479.FormFactor = Enum.FormFactor.Symmetric
  5426. o479.Friction = 0.5
  5427. o479.Size = Vector3.new(3, 1, 3)
  5428. o479.CFrame = CFrame.new(34.4395065, 6.16353369, 24.7548561, 6.03996123e-005, -0.999985993, 0.000107909364, 1, 6.04061388e-005, 6.82157624e-005, -6.82206228e-005, 0.000107903499, 1)
  5429. o479.BackSurface = Enum.SurfaceType.Weld
  5430. o479.BottomSurface = Enum.SurfaceType.Weld
  5431. o479.FrontSurface = Enum.SurfaceType.Weld
  5432. o479.LeftSurface = Enum.SurfaceType.Weld
  5433. o479.RightSurface = Enum.SurfaceType.Weld
  5434. o479.TopSurface = Enum.SurfaceType.Weld
  5435. o479.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5436. o479.Position = Vector3.new(34.4395065, 6.16353369, 24.7548561)
  5437. o480.Parent = o479
  5438. o481.Parent = o288
  5439. o481.Position = Vector3.new(43.4391518, 3.38315916, 25.714056)
  5440. o481.Rotation = Vector3.new(-36.8734207, 0.00725697959, -0.000110133376)
  5441. o481.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5442. o481.Velocity = Vector3.new(0.0112854876, 0.0291713178, -0.0034631649)
  5443. o481.Elasticity = 0.10000000149012
  5444. o481.FormFactor = Enum.FormFactor.Custom
  5445. o481.Friction = 0.5
  5446. o481.Size = Vector3.new(1, 0.200000003, 4)
  5447. o481.CFrame = CFrame.new(43.4391518, 3.38315916, 25.714056, 0.999993265, 1.92217703e-006, 0.000126658182, -7.7538527e-005, 0.799963057, 0.600049257, -0.000100167563, -0.600049257, 0.799963117)
  5448. o481.BackSurface = Enum.SurfaceType.Weld
  5449. o481.BottomSurface = Enum.SurfaceType.Weld
  5450. o481.FrontSurface = Enum.SurfaceType.Weld
  5451. o481.LeftSurface = Enum.SurfaceType.Weld
  5452. o481.RightSurface = Enum.SurfaceType.Weld
  5453. o481.TopSurface = Enum.SurfaceType.Weld
  5454. o481.Position = Vector3.new(43.4391518, 3.38315916, 25.714056)
  5455. o482.Parent = o481
  5456. o482.Scale = Vector3.new(0.799999714, 2, 0.799999952)
  5457. o483.Parent = o288
  5458. o483.Position = Vector3.new(35.9390259, 8.26317883, 20.7545948)
  5459. o483.Rotation = Vector3.new(-0.00390833989, 0.00618280191, -0.00346067408)
  5460. o483.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5461. o483.Velocity = Vector3.new(0.0241207425, 0.0379848778, -0.0142013645)
  5462. o483.Elasticity = 0.10000000149012
  5463. o483.FormFactor = Enum.FormFactor.Custom
  5464. o483.Friction = 0.5
  5465. o483.Size = Vector3.new(4, 0.400000006, 5)
  5466. o483.CFrame = CFrame.new(35.9390259, 8.26317883, 20.7545948, 0.999990404, 6.03995795e-005, 0.000107910251, -6.0406368e-005, 1, 6.82133978e-005, -0.000107904969, -6.82187747e-005, 1)
  5467. o483.BackSurface = Enum.SurfaceType.Weld
  5468. o483.BottomSurface = Enum.SurfaceType.Weld
  5469. o483.FrontSurface = Enum.SurfaceType.Weld
  5470. o483.LeftSurface = Enum.SurfaceType.Weld
  5471. o483.RightSurface = Enum.SurfaceType.Weld
  5472. o483.TopSurface = Enum.SurfaceType.Weld
  5473. o483.Position = Vector3.new(35.9390259, 8.26317883, 20.7545948)
  5474. o484.Parent = o483
  5475. o484.Scale = Vector3.new(0.799999714, 1, 1)
  5476. o485.Parent = o288
  5477. o485.Position = Vector3.new(51.9375191, 7.86136389, 8.25290108)
  5478. o485.Rotation = Vector3.new(179.996094, -0.00618279632, 0.00346068945)
  5479. o485.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5480. o485.Velocity = Vector3.new(0.0261148158, -0.0232200716, -0.00968235917)
  5481. o485.Elasticity = 0.10000000149012
  5482. o485.FormFactor = Enum.FormFactor.Custom
  5483. o485.Friction = 0.5
  5484. o485.Size = Vector3.new(4, 0.400000006, 2)
  5485. o485.CFrame = CFrame.new(51.9375191, 7.86136389, 8.25290108, 0.999985874, -6.03995686e-005, -0.000107910149, -6.04060915e-005, -1, -6.82136524e-005, -0.000107904285, 6.82184982e-005, -1)
  5486. o485.BackSurface = Enum.SurfaceType.Weld
  5487. o485.BottomSurface = Enum.SurfaceType.Weld
  5488. o485.FrontSurface = Enum.SurfaceType.Weld
  5489. o485.LeftSurface = Enum.SurfaceType.Weld
  5490. o485.RightSurface = Enum.SurfaceType.Weld
  5491. o485.TopSurface = Enum.SurfaceType.Weld
  5492. o485.Position = Vector3.new(51.9375191, 7.86136389, 8.25290108)
  5493. o486.Parent = o485
  5494. o486.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  5495. o487.Parent = o288
  5496. o487.BrickColor = BrickColor.new("Dark stone grey")
  5497. o487.Position = Vector3.new(47.4381599, 5.16211176, 15.2535467)
  5498. o487.Rotation = Vector3.new(-29.2405758, -89.7788315, 150.763367)
  5499. o487.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5500. o487.Velocity = Vector3.new(0.0180092137, 0.000395243987, -0.00578647852)
  5501. o487.Elasticity = 0.10000000149012
  5502. o487.FormFactor = Enum.FormFactor.Symmetric
  5503. o487.Friction = 0.5
  5504. o487.Size = Vector3.new(4, 5, 1)
  5505. o487.CFrame = CFrame.new(47.4381599, 5.16211176, 15.2535467, -0.000107910237, -6.03995795e-005, -0.999992549, -6.82132668e-005, -1, 6.0406499e-005, -1, 6.82189057e-005, 0.000107905194)
  5506. o487.BackSurface = Enum.SurfaceType.Weld
  5507. o487.BottomSurface = Enum.SurfaceType.Weld
  5508. o487.FrontSurface = Enum.SurfaceType.Weld
  5509. o487.LeftSurface = Enum.SurfaceType.Weld
  5510. o487.RightSurface = Enum.SurfaceType.Weld
  5511. o487.TopSurface = Enum.SurfaceType.Weld
  5512. o487.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5513. o487.Position = Vector3.new(47.4381599, 5.16211176, 15.2535467)
  5514. o488.Parent = o487
  5515. o489.Parent = o288
  5516. o489.BrickColor = BrickColor.new("Dark stone grey")
  5517. o489.Position = Vector3.new(40.4382057, 5.16253471, 15.2543182)
  5518. o489.Rotation = Vector3.new(-29.2405758, -89.7735825, 150.763367)
  5519. o489.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5520. o489.Velocity = Vector3.new(0.0180100426, 0.0171265304, -0.00744148996)
  5521. o489.Elasticity = 0.10000000149012
  5522. o489.FormFactor = Enum.FormFactor.Symmetric
  5523. o489.Friction = 0.5
  5524. o489.Size = Vector3.new(4, 5, 1)
  5525. o489.CFrame = CFrame.new(40.4382057, 5.16253471, 15.2543182, -0.000107910237, -6.03995795e-005, -0.999992192, -6.82132886e-005, -1, 6.04064771e-005, -1, 6.82188838e-005, 0.000107905158)
  5526. o489.BackSurface = Enum.SurfaceType.Weld
  5527. o489.BottomSurface = Enum.SurfaceType.Weld
  5528. o489.FrontSurface = Enum.SurfaceType.Weld
  5529. o489.LeftSurface = Enum.SurfaceType.Weld
  5530. o489.RightSurface = Enum.SurfaceType.Weld
  5531. o489.TopSurface = Enum.SurfaceType.Weld
  5532. o489.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5533. o489.Position = Vector3.new(40.4382057, 5.16253471, 15.2543182)
  5534. o490.Parent = o489
  5535. o491.Parent = o288
  5536. o491.Position = Vector3.new(35.9389687, 7.86318064, 20.7546177)
  5537. o491.Rotation = Vector3.new(-0.00390847679, 0.00618276885, -0.00346066826)
  5538. o491.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5539. o491.Velocity = Vector3.new(0.0231647417, 0.0379850566, -0.0134664848)
  5540. o491.Elasticity = 0.10000000149012
  5541. o491.FormFactor = Enum.FormFactor.Custom
  5542. o491.Friction = 0.5
  5543. o491.Size = Vector3.new(4, 0.400000006, 9)
  5544. o491.CFrame = CFrame.new(35.9389687, 7.86318064, 20.7546177, 0.999992788, 6.03996195e-005, 0.000107909669, -6.04065499e-005, 1, 6.82157915e-005, -0.000107904656, -6.82214595e-005, 1)
  5545. o491.BackSurface = Enum.SurfaceType.Weld
  5546. o491.BottomSurface = Enum.SurfaceType.Weld
  5547. o491.FrontSurface = Enum.SurfaceType.Weld
  5548. o491.LeftSurface = Enum.SurfaceType.Weld
  5549. o491.RightSurface = Enum.SurfaceType.Weld
  5550. o491.TopSurface = Enum.SurfaceType.Weld
  5551. o491.Position = Vector3.new(35.9389687, 7.86318064, 20.7546177)
  5552. o492.Parent = o491
  5553. o492.Scale = Vector3.new(0.799999714, 1, 1)
  5554. o493.Parent = o288
  5555. o493.BrickColor = BrickColor.new("Dark stone grey")
  5556. o493.Position = Vector3.new(39.4379921, 5.16245747, 13.2544031)
  5557. o493.Rotation = Vector3.new(-0.00390833104, 0.00618280098, 89.9965439)
  5558. o493.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5559. o493.Velocity = Vector3.new(0.0184824802, 0.0158427134, -0.007677719)
  5560. o493.Elasticity = 0.10000000149012
  5561. o493.FormFactor = Enum.FormFactor.Symmetric
  5562. o493.Friction = 0.5
  5563. o493.Size = Vector3.new(5, 1, 16)
  5564. o493.CFrame = CFrame.new(39.4379921, 5.16245747, 13.2544031, 6.03995795e-005, -0.999992907, 0.000107910237, 1, 6.04065208e-005, 6.8213245e-005, -6.82189275e-005, 0.000107905238, 1)
  5565. o493.BackSurface = Enum.SurfaceType.Weld
  5566. o493.BottomSurface = Enum.SurfaceType.Weld
  5567. o493.FrontSurface = Enum.SurfaceType.Weld
  5568. o493.LeftSurface = Enum.SurfaceType.Weld
  5569. o493.RightSurface = Enum.SurfaceType.Weld
  5570. o493.TopSurface = Enum.SurfaceType.Weld
  5571. o493.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5572. o493.Position = Vector3.new(39.4379921, 5.16245747, 13.2544031)
  5573. o494.Parent = o493
  5574. o495.Parent = o288
  5575. o495.Material = Enum.Material.Neon
  5576. o495.BrickColor = BrickColor.new("Toothpaste")
  5577. o495.Position = Vector3.new(40.5052376, 6.16179466, 7.11274147)
  5578. o495.Rotation = Vector3.new(-0.0122225592, -44.9923019, 90.0106201)
  5579. o495.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5580. o495.Velocity = Vector3.new(0.0223222934, 0.00200829911, -0.00926152803)
  5581. o495.Elasticity = 0.10000000149012
  5582. o495.FormFactor = Enum.FormFactor.Custom
  5583. o495.Friction = 0.5
  5584. o495.Size = Vector3.new(3, 0.200000003, 1)
  5585. o495.CFrame = CFrame.new(40.5052376, 6.16179466, 7.11274147, -0.00013102185, -0.70719105, -0.707011759, 1.00000203, -0.000330075622, 0.000150861932, -0.000337288162, -0.707023025, 0.707196534)
  5586. o495.BackSurface = Enum.SurfaceType.Weld
  5587. o495.BottomSurface = Enum.SurfaceType.Weld
  5588. o495.FrontSurface = Enum.SurfaceType.Weld
  5589. o495.LeftSurface = Enum.SurfaceType.Weld
  5590. o495.RightSurface = Enum.SurfaceType.Weld
  5591. o495.TopSurface = Enum.SurfaceType.Weld
  5592. o495.Color = Color3.new(0, 1, 1)
  5593. o495.Position = Vector3.new(40.5052376, 6.16179466, 7.11274147)
  5594. o496.Parent = o495
  5595. o496.Scale = Vector3.new(0.699999928, 0, 0.799999952)
  5596. o497.Parent = o288
  5597. o497.BrickColor = BrickColor.new("Dark stone grey")
  5598. o497.Position = Vector3.new(48.439106, 3.22286558, 25.83358)
  5599. o497.Rotation = Vector3.new(-36.8742218, 0.0068691182, -179.998566)
  5600. o497.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5601. o497.Velocity = Vector3.new(0.0108741401, 0.017441038, -0.00198707473)
  5602. o497.Elasticity = 0.10000000149012
  5603. o497.FormFactor = Enum.FormFactor.Custom
  5604. o497.Friction = 0.5
  5605. o497.Size = Vector3.new(3, 0.200000003, 4)
  5606. o497.CFrame = CFrame.new(48.439106, 3.22286558, 25.83358, -0.999993265, 2.50909561e-005, 0.000119888726, 5.18683955e-005, -0.799954712, 0.600060344, 0.000110960827, 0.600060403, 0.799954653)
  5607. o497.BackSurface = Enum.SurfaceType.Weld
  5608. o497.BottomSurface = Enum.SurfaceType.Weld
  5609. o497.FrontSurface = Enum.SurfaceType.Weld
  5610. o497.LeftSurface = Enum.SurfaceType.Weld
  5611. o497.RightSurface = Enum.SurfaceType.Weld
  5612. o497.TopSurface = Enum.SurfaceType.Weld
  5613. o497.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5614. o497.Position = Vector3.new(48.439106, 3.22286558, 25.83358)
  5615. o498.Parent = o497
  5616. o498.Scale = Vector3.new(0.69999969, 0.100000024, 0.699999928)
  5617. o499.Parent = o288
  5618. o499.Material = Enum.Material.Neon
  5619. o499.BrickColor = BrickColor.new("Deep orange")
  5620. o499.Position = Vector3.new(48.4360046, 7.16071939, -4.24671936)
  5621. o499.Rotation = Vector3.new(89.9960861, -0.00346064009, 179.99382)
  5622. o499.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5623. o499.Velocity = Vector3.new(0.027394196, -0.0378162563, -0.00922258757)
  5624. o499.Elasticity = 0.10000000149012
  5625. o499.FormFactor = Enum.FormFactor.Custom
  5626. o499.Friction = 0.5
  5627. o499.Size = Vector3.new(1, 0.200000003, 1)
  5628. o499.CFrame = CFrame.new(48.4360046, 7.16071939, -4.24671936, -0.999992192, -0.000107910251, -6.0399565e-005, 6.04064589e-005, -6.82078171e-005, -1, 0.000107905173, -1, 6.82134123e-005)
  5629. o499.BackSurface = Enum.SurfaceType.Weld
  5630. o499.BottomSurface = Enum.SurfaceType.Weld
  5631. o499.FrontSurface = Enum.SurfaceType.Weld
  5632. o499.LeftSurface = Enum.SurfaceType.Weld
  5633. o499.RightSurface = Enum.SurfaceType.Weld
  5634. o499.TopSurface = Enum.SurfaceType.Weld
  5635. o499.Color = Color3.new(1, 0.686275, 0)
  5636. o499.Position = Vector3.new(48.4360046, 7.16071939, -4.24671936)
  5637. o500.Parent = o499
  5638. o500.Scale = Vector3.new(0.799999952, 0, 1)
  5639. o501.Parent = o288
  5640. o501.Position = Vector3.new(33.8388138, 6.66326475, 20.2548733)
  5641. o501.Rotation = Vector3.new(-0.00390826212, 0.00618281309, 89.9965439)
  5642. o501.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5643. o501.Velocity = Vector3.new(0.0204150472, 0.0420862697, -0.0117582623)
  5644. o501.Elasticity = 0.10000000149012
  5645. o501.FormFactor = Enum.FormFactor.Custom
  5646. o501.Friction = 0.5
  5647. o501.Size = Vector3.new(2, 0.200000003, 6)
  5648. o501.CFrame = CFrame.new(33.8388138, 6.66326475, 20.2548733, 6.03995795e-005, -0.999992788, 0.00010791044, 1, 6.04065099e-005, 6.82120444e-005, -6.82177124e-005, 0.000107905427, 1)
  5649. o501.BackSurface = Enum.SurfaceType.Weld
  5650. o501.BottomSurface = Enum.SurfaceType.Weld
  5651. o501.FrontSurface = Enum.SurfaceType.Weld
  5652. o501.LeftSurface = Enum.SurfaceType.Weld
  5653. o501.RightSurface = Enum.SurfaceType.Weld
  5654. o501.TopSurface = Enum.SurfaceType.Weld
  5655. o501.Position = Vector3.new(33.8388138, 6.66326475, 20.2548733)
  5656. o502.Parent = o501
  5657. o502.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5658. o503.Parent = o288
  5659. o503.Position = Vector3.new(54.0386925, 4.16216278, 21.7529335)
  5660. o503.Rotation = Vector3.new(-90.0039139, 0.00346063729, 90.0061874)
  5661. o503.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5662. o503.Velocity = Vector3.new(0.0140833994, -0.00343907997, -0.00238949037)
  5663. o503.Elasticity = 0.10000000149012
  5664. o503.FormFactor = Enum.FormFactor.Custom
  5665. o503.Friction = 0.5
  5666. o503.Size = Vector3.new(3, 0.200000003, 3)
  5667. o503.CFrame = CFrame.new(54.0386925, 4.16216278, 21.7529335, -0.000107910542, -0.999985874, 6.0399514e-005, -6.82120008e-005, 6.04060369e-005, 1, -1, 0.000107904678, -6.82168466e-005)
  5668. o503.BackSurface = Enum.SurfaceType.Weld
  5669. o503.BottomSurface = Enum.SurfaceType.Weld
  5670. o503.FrontSurface = Enum.SurfaceType.Weld
  5671. o503.LeftSurface = Enum.SurfaceType.Weld
  5672. o503.RightSurface = Enum.SurfaceType.Weld
  5673. o503.TopSurface = Enum.SurfaceType.Weld
  5674. o503.Position = Vector3.new(54.0386925, 4.16216278, 21.7529335)
  5675. o504.Parent = o503
  5676. o504.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5677. o505.Parent = o288
  5678. o505.BrickColor = BrickColor.new("Dark stone grey")
  5679. o505.Position = Vector3.new(53.4377899, 5.16158295, 12.7529078)
  5680. o505.Rotation = Vector3.new(-0.00390826399, 0.00618280703, -90.0034561)
  5681. o505.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5682. o505.Velocity = Vector3.new(0.018598903, -0.0185381249, -0.00436767004)
  5683. o505.Elasticity = 0.10000000149012
  5684. o505.FormFactor = Enum.FormFactor.Symmetric
  5685. o505.Friction = 0.5
  5686. o505.Size = Vector3.new(5, 1, 21)
  5687. o505.CFrame = CFrame.new(53.4377899, 5.16158295, 12.7529078, -6.03995541e-005, 0.999985874, 0.000107910339, -1, -6.0406077e-005, 6.82120735e-005, 6.82169193e-005, -0.000107904474, 1)
  5688. o505.BackSurface = Enum.SurfaceType.Weld
  5689. o505.BottomSurface = Enum.SurfaceType.Weld
  5690. o505.FrontSurface = Enum.SurfaceType.Weld
  5691. o505.LeftSurface = Enum.SurfaceType.Weld
  5692. o505.RightSurface = Enum.SurfaceType.Weld
  5693. o505.TopSurface = Enum.SurfaceType.Weld
  5694. o505.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5695. o505.Position = Vector3.new(53.4377899, 5.16158295, 12.7529078)
  5696. o506.Parent = o505
  5697. o507.Parent = o288
  5698. o507.Position = Vector3.new(54.0380135, 4.16171741, 15.2529268)
  5699. o507.Rotation = Vector3.new(-90.0039139, 0.00346064032, 90.0061874)
  5700. o507.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5701. o507.Velocity = Vector3.new(0.0156184211, -0.0153795239, -0.00238883263)
  5702. o507.Elasticity = 0.10000000149012
  5703. o507.FormFactor = Enum.FormFactor.Custom
  5704. o507.Friction = 0.5
  5705. o507.Size = Vector3.new(2, 0.200000003, 3)
  5706. o507.CFrame = CFrame.new(54.0380135, 4.16171741, 15.2529268, -0.000107910149, -0.999985874, 6.03995686e-005, -6.82137761e-005, 6.04060915e-005, 1, -1, 0.000107904285, -6.82186219e-005)
  5707. o507.BackSurface = Enum.SurfaceType.Weld
  5708. o507.BottomSurface = Enum.SurfaceType.Weld
  5709. o507.FrontSurface = Enum.SurfaceType.Weld
  5710. o507.LeftSurface = Enum.SurfaceType.Weld
  5711. o507.RightSurface = Enum.SurfaceType.Weld
  5712. o507.TopSurface = Enum.SurfaceType.Weld
  5713. o507.Position = Vector3.new(54.0380135, 4.16171741, 15.2529268)
  5714. o508.Parent = o507
  5715. o508.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5716. o509.Parent = o288
  5717. o509.Position = Vector3.new(33.8384285, 4.16313601, 18.2550354)
  5718. o509.Rotation = Vector3.new(-90.0039139, 0.00346063892, 90.0061874)
  5719. o509.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5720. o509.Velocity = Vector3.new(0.0149123501, 0.0384130105, -0.00716501893)
  5721. o509.Elasticity = 0.10000000149012
  5722. o509.FormFactor = Enum.FormFactor.Custom
  5723. o509.Friction = 0.5
  5724. o509.Size = Vector3.new(2, 0.200000003, 3)
  5725. o509.CFrame = CFrame.new(33.8384285, 4.16313601, 18.2550354, -0.000107910237, -0.999992788, 6.03995431e-005, -6.82095924e-005, 6.04064735e-005, 1, -1, 0.000107905224, -6.82152604e-005)
  5726. o509.BackSurface = Enum.SurfaceType.Weld
  5727. o509.BottomSurface = Enum.SurfaceType.Weld
  5728. o509.FrontSurface = Enum.SurfaceType.Weld
  5729. o509.LeftSurface = Enum.SurfaceType.Weld
  5730. o509.RightSurface = Enum.SurfaceType.Weld
  5731. o509.TopSurface = Enum.SurfaceType.Weld
  5732. o509.Position = Vector3.new(33.8384285, 4.16313601, 18.2550354)
  5733. o510.Parent = o509
  5734. o510.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5735. o511.Parent = o288
  5736. o511.BrickColor = BrickColor.new("Dark stone grey")
  5737. o511.Position = Vector3.new(49.4378967, 4.66185379, 13.2533808)
  5738. o511.Rotation = Vector3.new(-0.00390833477, 0.00618280098, 89.9965439)
  5739. o511.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5740. o511.Velocity = Vector3.new(0.0172862783, -0.00805890374, -0.00439480599)
  5741. o511.Elasticity = 0.10000000149012
  5742. o511.FormFactor = Enum.FormFactor.Symmetric
  5743. o511.Friction = 0.5
  5744. o511.Size = Vector3.new(6, 1, 16)
  5745. o511.CFrame = CFrame.new(49.4378967, 4.66185379, 13.2533808, 6.03995795e-005, -0.999991834, 0.000107910237, 1, 6.04064553e-005, 6.82133104e-005, -6.8218862e-005, 0.000107905122, 1)
  5746. o511.BackSurface = Enum.SurfaceType.Weld
  5747. o511.BottomSurface = Enum.SurfaceType.Smooth
  5748. o511.FrontSurface = Enum.SurfaceType.Weld
  5749. o511.LeftSurface = Enum.SurfaceType.Weld
  5750. o511.RightSurface = Enum.SurfaceType.Weld
  5751. o511.TopSurface = Enum.SurfaceType.Weld
  5752. o511.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5753. o511.Position = Vector3.new(49.4378967, 4.66185379, 13.2533808)
  5754. o512.Parent = o511
  5755. o513.Parent = o288
  5756. o513.Position = Vector3.new(54.0383377, 4.16191912, 18.2529259)
  5757. o513.Rotation = Vector3.new(-90.0039139, 0.00346064032, 90.0061874)
  5758. o513.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5759. o513.Velocity = Vector3.new(0.0149099417, -0.00986858271, -0.00238912646)
  5760. o513.Elasticity = 0.10000000149012
  5761. o513.FormFactor = Enum.FormFactor.Custom
  5762. o513.Friction = 0.5
  5763. o513.Size = Vector3.new(2, 0.200000003, 3)
  5764. o513.CFrame = CFrame.new(54.0383377, 4.16191912, 18.2529259, -0.000107910149, -0.999985874, 6.03995686e-005, -6.82137616e-005, 6.04060915e-005, 1, -1, 0.000107904285, -6.82186073e-005)
  5765. o513.BackSurface = Enum.SurfaceType.Weld
  5766. o513.BottomSurface = Enum.SurfaceType.Weld
  5767. o513.FrontSurface = Enum.SurfaceType.Weld
  5768. o513.LeftSurface = Enum.SurfaceType.Weld
  5769. o513.RightSurface = Enum.SurfaceType.Weld
  5770. o513.TopSurface = Enum.SurfaceType.Weld
  5771. o513.Position = Vector3.new(54.0383377, 4.16191912, 18.2529259)
  5772. o514.Parent = o513
  5773. o514.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5774. o515.Parent = o288
  5775. o515.Position = Vector3.new(43.9372444, 6.66165733, 6.35387802)
  5776. o515.Rotation = Vector3.new(-28.4410152, -89.7593384, 62.5281677)
  5777. o515.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5778. o515.Velocity = Vector3.new(0.0236962978, -0.00758839911, -0.00936884061)
  5779. o515.Elasticity = 0.10000000149012
  5780. o515.FormFactor = Enum.FormFactor.Custom
  5781. o515.Friction = 0.5
  5782. o515.Size = Vector3.new(2, 0.200000003, 4)
  5783. o515.CFrame = CFrame.new(43.9372444, 6.66165733, 6.35387802, 5.92017168e-005, -0.000113862065, -0.999991179, 0.999998212, -6.86082785e-005, 6.10157003e-005, -6.76754571e-005, -0.999998808, 0.000112653353)
  5784. o515.BackSurface = Enum.SurfaceType.Weld
  5785. o515.BottomSurface = Enum.SurfaceType.Weld
  5786. o515.FrontSurface = Enum.SurfaceType.Weld
  5787. o515.LeftSurface = Enum.SurfaceType.Weld
  5788. o515.RightSurface = Enum.SurfaceType.Weld
  5789. o515.TopSurface = Enum.SurfaceType.Weld
  5790. o515.Position = Vector3.new(43.9372444, 6.66165733, 6.35387802)
  5791. o516.Parent = o515
  5792. o516.Scale = Vector3.new(0.799999952, 1.89999986, 0.899999976)
  5793. o517.Parent = o288
  5794. o517.Position = Vector3.new(33.8388367, 4.16337013, 21.7550354)
  5795. o517.Rotation = Vector3.new(-90.0039139, 0.00346063939, 90.0061874)
  5796. o517.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5797. o517.Velocity = Vector3.new(0.0140857864, 0.0448423736, -0.00716535281)
  5798. o517.Elasticity = 0.10000000149012
  5799. o517.FormFactor = Enum.FormFactor.Custom
  5800. o517.Friction = 0.5
  5801. o517.Size = Vector3.new(3, 0.200000003, 3)
  5802. o517.CFrame = CFrame.new(33.8388367, 4.16337013, 21.7550354, -0.000107910237, -0.999992788, 6.03995504e-005, -6.82104728e-005, 6.04064808e-005, 1, -1, 0.000107905224, -6.82161408e-005)
  5803. o517.BackSurface = Enum.SurfaceType.Weld
  5804. o517.BottomSurface = Enum.SurfaceType.Weld
  5805. o517.FrontSurface = Enum.SurfaceType.Weld
  5806. o517.LeftSurface = Enum.SurfaceType.Weld
  5807. o517.RightSurface = Enum.SurfaceType.Weld
  5808. o517.TopSurface = Enum.SurfaceType.Weld
  5809. o517.Position = Vector3.new(33.8388367, 4.16337013, 21.7550354)
  5810. o518.Parent = o517
  5811. o518.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5812. o519.Parent = o288
  5813. o519.BrickColor = BrickColor.new("Dark stone grey")
  5814. o519.Position = Vector3.new(38.438118, 4.66251516, 13.2545671)
  5815. o519.Rotation = Vector3.new(-0.00390848145, 0.00618280889, 89.9965439)
  5816. o519.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5817. o519.Velocity = Vector3.new(0.0172875784, 0.0182327107, -0.00699549634)
  5818. o519.Elasticity = 0.10000000149012
  5819. o519.FormFactor = Enum.FormFactor.Symmetric
  5820. o519.Friction = 0.5
  5821. o519.Size = Vector3.new(6, 1, 16)
  5822. o519.CFrame = CFrame.new(38.438118, 4.66251516, 13.2545671, 6.0399605e-005, -0.999992788, 0.000107910368, 1, 6.04065353e-005, 6.82158716e-005, -6.82215395e-005, 0.000107905355, 1)
  5823. o519.BackSurface = Enum.SurfaceType.Weld
  5824. o519.BottomSurface = Enum.SurfaceType.Weld
  5825. o519.FrontSurface = Enum.SurfaceType.Weld
  5826. o519.LeftSurface = Enum.SurfaceType.Weld
  5827. o519.RightSurface = Enum.SurfaceType.Weld
  5828. o519.TopSurface = Enum.SurfaceType.Smooth
  5829. o519.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5830. o519.Position = Vector3.new(38.438118, 4.66251516, 13.2545671)
  5831. o520.Parent = o519
  5832. o521.Parent = o288
  5833. o521.Material = Enum.Material.Neon
  5834. o521.BrickColor = BrickColor.new("Toothpaste")
  5835. o521.Position = Vector3.new(43.9372673, 6.66166973, 6.55387497)
  5836. o521.Rotation = Vector3.new(-28.4410152, -89.7593384, 62.5281677)
  5837. o521.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5838. o521.Velocity = Vector3.new(0.023649063, -0.00722101144, -0.00936885737)
  5839. o521.Elasticity = 0.10000000149012
  5840. o521.FormFactor = Enum.FormFactor.Custom
  5841. o521.Friction = 0.5
  5842. o521.Size = Vector3.new(2, 0.200000003, 4)
  5843. o521.CFrame = CFrame.new(43.9372673, 6.66166973, 6.55387497, 5.92017168e-005, -0.000113862065, -0.999991179, 0.999998212, -6.86082785e-005, 6.10157003e-005, -6.76754571e-005, -0.999998808, 0.000112653353)
  5844. o521.BackSurface = Enum.SurfaceType.Weld
  5845. o521.BottomSurface = Enum.SurfaceType.Weld
  5846. o521.FrontSurface = Enum.SurfaceType.Weld
  5847. o521.LeftSurface = Enum.SurfaceType.Weld
  5848. o521.RightSurface = Enum.SurfaceType.Weld
  5849. o521.TopSurface = Enum.SurfaceType.Weld
  5850. o521.Color = Color3.new(0, 1, 1)
  5851. o521.Position = Vector3.new(43.9372673, 6.66166973, 6.55387497)
  5852. o522.Parent = o521
  5853. o522.Scale = Vector3.new(0.699999928, 0, 0.799999952)
  5854. o523.Parent = o288
  5855. o523.Position = Vector3.new(35.9381142, 7.86273623, 14.2545795)
  5856. o523.Rotation = Vector3.new(179.996094, -0.00618278142, 0.0034606664)
  5857. o523.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5858. o523.Velocity = Vector3.new(0.0246997736, 0.0260449741, -0.0134658702)
  5859. o523.Elasticity = 0.10000000149012
  5860. o523.FormFactor = Enum.FormFactor.Custom
  5861. o523.Friction = 0.5
  5862. o523.Size = Vector3.new(4, 0.400000006, 4)
  5863. o523.CFrame = CFrame.new(35.9381142, 7.86273623, 14.2545795, 0.999992788, -6.03995868e-005, -0.000107909887, -6.04065172e-005, -1, -6.82144891e-005, -0.000107904874, 6.82201571e-005, -1)
  5864. o523.BackSurface = Enum.SurfaceType.Weld
  5865. o523.BottomSurface = Enum.SurfaceType.Weld
  5866. o523.FrontSurface = Enum.SurfaceType.Weld
  5867. o523.LeftSurface = Enum.SurfaceType.Weld
  5868. o523.RightSurface = Enum.SurfaceType.Weld
  5869. o523.TopSurface = Enum.SurfaceType.Weld
  5870. o523.Position = Vector3.new(35.9381142, 7.86273623, 14.2545795)
  5871. o524.Parent = o523
  5872. o524.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  5873. o525.Parent = o288
  5874. o525.Position = Vector3.new(40.3638115, 6.16172409, 6.97135878)
  5875. o525.Rotation = Vector3.new(179.987686, 44.9928017, 89.9894943)
  5876. o525.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5877. o525.Velocity = Vector3.new(0.022355536, 0.00208655326, -0.00929482002)
  5878. o525.Elasticity = 0.10000000149012
  5879. o525.FormFactor = Enum.FormFactor.Custom
  5880. o525.Friction = 0.5
  5881. o525.Size = Vector3.new(3, 0.200000003, 1)
  5882. o525.CFrame = CFrame.new(40.3638115, 6.16172409, 6.97135878, 0.000129722946, -0.707184851, 0.707017958, -1.00000203, -0.0003293521, -0.000151971195, 0.000337562175, -0.707029223, -0.707190335)
  5883. o525.BackSurface = Enum.SurfaceType.Weld
  5884. o525.BottomSurface = Enum.SurfaceType.Weld
  5885. o525.FrontSurface = Enum.SurfaceType.Weld
  5886. o525.LeftSurface = Enum.SurfaceType.Weld
  5887. o525.RightSurface = Enum.SurfaceType.Weld
  5888. o525.TopSurface = Enum.SurfaceType.Weld
  5889. o525.Position = Vector3.new(40.3638115, 6.16172409, 6.97135878)
  5890. o526.Parent = o525
  5891. o526.Scale = Vector3.new(0.799999952, 1.89999986, 0.899999976)
  5892. o527.Parent = o288
  5893. o527.Position = Vector3.new(46.4361038, 3.63631868, -0.889580071)
  5894. o527.Rotation = Vector3.new(33.686203, 0.00321268174, 179.993668)
  5895. o527.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5896. o527.Velocity = Vector3.new(0.0181775298, -0.0268686339, -0.00322003732)
  5897. o527.Elasticity = 0.10000000149012
  5898. o527.FormFactor = Enum.FormFactor.Custom
  5899. o527.Friction = 0.5
  5900. o527.Size = Vector3.new(1, 0.200000003, 7)
  5901. o527.CFrame = CFrame.new(46.4361038, 3.63631868, -0.889580071, -0.999989092, -0.000110606226, 5.60718727e-005, 6.33583986e-005, -0.832089424, -0.554644942, 0.000105609739, -0.554646611, 0.832089007)
  5902. o527.BackSurface = Enum.SurfaceType.Weld
  5903. o527.BottomSurface = Enum.SurfaceType.Weld
  5904. o527.FrontSurface = Enum.SurfaceType.Weld
  5905. o527.LeftSurface = Enum.SurfaceType.Weld
  5906. o527.RightSurface = Enum.SurfaceType.Weld
  5907. o527.TopSurface = Enum.SurfaceType.Weld
  5908. o527.Position = Vector3.new(46.4361038, 3.63631868, -0.889580071)
  5909. o528.Parent = o527
  5910. o529.Parent = o288
  5911. o529.BrickColor = BrickColor.new("Dark stone grey")
  5912. o529.Position = Vector3.new(48.4380836, 5.16188574, 13.2534685)
  5913. o529.Rotation = Vector3.new(-0.00408972194, 0.00645372132, 89.9965057)
  5914. o529.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5915. o529.Velocity = Vector3.new(0.0184813328, -0.00566919334, -0.00554976054)
  5916. o529.Elasticity = 0.10000000149012
  5917. o529.FormFactor = Enum.FormFactor.Symmetric
  5918. o529.Friction = 0.5
  5919. o529.Size = Vector3.new(5, 1, 16)
  5920. o529.CFrame = CFrame.new(48.4380836, 5.16188574, 13.2534685, 6.10087045e-005, -0.99999392, 0.000112638685, 1.00000203, 6.52741364e-005, 7.13794361e-005, -6.86154308e-005, 0.000108490407, 1.00000453)
  5921. o529.BackSurface = Enum.SurfaceType.Weld
  5922. o529.BottomSurface = Enum.SurfaceType.Weld
  5923. o529.FrontSurface = Enum.SurfaceType.Weld
  5924. o529.LeftSurface = Enum.SurfaceType.Weld
  5925. o529.RightSurface = Enum.SurfaceType.Weld
  5926. o529.TopSurface = Enum.SurfaceType.Weld
  5927. o529.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5928. o529.Position = Vector3.new(48.4380836, 5.16188574, 13.2534685)
  5929. o530.Parent = o529
  5930. o531.Parent = o288
  5931. o531.BrickColor = BrickColor.new("Dark stone grey")
  5932. o531.Position = Vector3.new(36.4381828, 7.16260195, 12.7545738)
  5933. o531.Rotation = Vector3.new(179.996094, -0.00618275302, 0.00346066663)
  5934. o531.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5935. o531.Velocity = Vector3.new(0.0233809371, 0.0220939424, -0.0120613798)
  5936. o531.Elasticity = 0.10000000149012
  5937. o531.FormFactor = Enum.FormFactor.Symmetric
  5938. o531.Friction = 0.5
  5939. o531.Size = Vector3.new(3, 1, 27)
  5940. o531.CFrame = CFrame.new(36.4381828, 7.16260195, 12.7545738, 0.999992788, -6.03995904e-005, -0.000107909393, -6.04065208e-005, -1, -6.82141836e-005, -0.00010790438, 6.82198515e-005, -1)
  5941. o531.BackSurface = Enum.SurfaceType.Weld
  5942. o531.BottomSurface = Enum.SurfaceType.Weld
  5943. o531.FrontSurface = Enum.SurfaceType.Weld
  5944. o531.LeftSurface = Enum.SurfaceType.Weld
  5945. o531.RightSurface = Enum.SurfaceType.Weld
  5946. o531.TopSurface = Enum.SurfaceType.Weld
  5947. o531.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5948. o531.Position = Vector3.new(36.4381828, 7.16260195, 12.7545738)
  5949. o532.Parent = o531
  5950. o533.Parent = o288
  5951. o533.Position = Vector3.new(54.0373764, 6.66123772, 8.25274849)
  5952. o533.Rotation = Vector3.new(-0.00390836131, 0.00618279632, 89.9965439)
  5953. o533.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5954. o533.Velocity = Vector3.new(0.0232465528, -0.0282390043, -0.00698120007)
  5955. o533.Elasticity = 0.10000000149012
  5956. o533.FormFactor = Enum.FormFactor.Custom
  5957. o533.Friction = 0.5
  5958. o533.Size = Vector3.new(2, 0.200000003, 6)
  5959. o533.CFrame = CFrame.new(54.0373764, 6.66123772, 8.25274849, 6.03995686e-005, -0.999985874, 0.000107910149, 1, 6.04060915e-005, 6.82137761e-005, -6.82186219e-005, 0.000107904285, 1)
  5960. o533.BackSurface = Enum.SurfaceType.Weld
  5961. o533.BottomSurface = Enum.SurfaceType.Weld
  5962. o533.FrontSurface = Enum.SurfaceType.Weld
  5963. o533.LeftSurface = Enum.SurfaceType.Weld
  5964. o533.RightSurface = Enum.SurfaceType.Weld
  5965. o533.TopSurface = Enum.SurfaceType.Weld
  5966. o533.Position = Vector3.new(54.0373764, 6.66123772, 8.25274849)
  5967. o534.Parent = o533
  5968. o534.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  5969. o535.Parent = o288
  5970. o535.BrickColor = BrickColor.new("Dark stone grey")
  5971. o535.Position = Vector3.new(39.4369812, 8.16163826, 1.25420475)
  5972. o535.Rotation = Vector3.new(150.759521, 89.7823944, 29.2365475)
  5973. o535.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5974. o535.Velocity = Vector3.new(0.0284864064, -0.0062021073, -0.0131881703)
  5975. o535.Elasticity = 0.10000000149012
  5976. o535.FormFactor = Enum.FormFactor.Symmetric
  5977. o535.Friction = 0.5
  5978. o535.Size = Vector3.new(6, 1, 1)
  5979. o535.CFrame = CFrame.new(39.4369812, 8.16163826, 1.25420475, 0.000107910673, -6.03996014e-005, 0.999992788, 6.82165992e-005, -1, -6.04065317e-005, 1, 6.82222671e-005, -0.00010790566)
  5980. o535.BackSurface = Enum.SurfaceType.Weld
  5981. o535.BottomSurface = Enum.SurfaceType.Weld
  5982. o535.FrontSurface = Enum.SurfaceType.Weld
  5983. o535.LeftSurface = Enum.SurfaceType.Weld
  5984. o535.RightSurface = Enum.SurfaceType.Weld
  5985. o535.TopSurface = Enum.SurfaceType.Weld
  5986. o535.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5987. o535.Position = Vector3.new(39.4369812, 8.16163826, 1.25420475)
  5988. o536.Parent = o535
  5989. o537.Parent = o288
  5990. o537.BrickColor = BrickColor.new("Dark stone grey")
  5991. o537.Position = Vector3.new(51.4370804, 8.16112518, 4.25292587)
  5992. o537.Rotation = Vector3.new(150.75943, 89.6941757, -150.763397)
  5993. o537.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  5994. o537.Velocity = Vector3.new(0.0277765207, -0.0293729343, -0.0103513561)
  5995. o537.Elasticity = 0.10000000149012
  5996. o537.FormFactor = Enum.FormFactor.Symmetric
  5997. o537.Friction = 0.5
  5998. o537.Size = Vector3.new(4, 1, 1)
  5999. o537.CFrame = CFrame.new(51.4370804, 8.16112518, 4.25292587, -0.000107910339, 6.03995541e-005, 0.999985754, -6.82120808e-005, 1, -6.04060697e-005, -1, -6.8216912e-005, -0.00010790446)
  6000. o537.BackSurface = Enum.SurfaceType.Weld
  6001. o537.BottomSurface = Enum.SurfaceType.Weld
  6002. o537.FrontSurface = Enum.SurfaceType.Weld
  6003. o537.LeftSurface = Enum.SurfaceType.Weld
  6004. o537.RightSurface = Enum.SurfaceType.Weld
  6005. o537.TopSurface = Enum.SurfaceType.Weld
  6006. o537.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6007. o537.Position = Vector3.new(51.4370804, 8.16112518, 4.25292587)
  6008. o538.Parent = o537
  6009. o539.Parent = o288
  6010. o539.BrickColor = BrickColor.new("Dark stone grey")
  6011. o539.Position = Vector3.new(41.4368134, 7.86148882, 1.75408554)
  6012. o539.Rotation = Vector3.new(-0.00393096963, 0.00652381591, 179.996613)
  6013. o539.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6014. o539.Velocity = Vector3.new(0.0276509169, -0.0100632962, -0.0121641215)
  6015. o539.Elasticity = 0.10000000149012
  6016. o539.FormFactor = Enum.FormFactor.Custom
  6017. o539.Friction = 0.5
  6018. o539.Size = Vector3.new(1, 0.400000036, 7)
  6019. o539.CFrame = CFrame.new(41.4368134, 7.86148882, 1.75408554, -0.999991179, -5.92017168e-005, 0.000113862065, 6.10157003e-005, -0.999998212, 6.86082785e-005, 0.000112653353, 6.76754571e-005, 0.999998808)
  6020. o539.BackSurface = Enum.SurfaceType.Weld
  6021. o539.BottomSurface = Enum.SurfaceType.Weld
  6022. o539.FrontSurface = Enum.SurfaceType.Weld
  6023. o539.LeftSurface = Enum.SurfaceType.Weld
  6024. o539.RightSurface = Enum.SurfaceType.Weld
  6025. o539.TopSurface = Enum.SurfaceType.Weld
  6026. o539.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6027. o539.Position = Vector3.new(41.4368134, 7.86148882, 1.75408554)
  6028. o540.Parent = o539
  6029. o541.Parent = o288
  6030. o541.Position = Vector3.new(33.8381271, 6.66286087, 14.2548809)
  6031. o541.Rotation = Vector3.new(-0.00390831055, 0.00618278142, 89.9965439)
  6032. o541.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6033. o541.Velocity = Vector3.new(0.0218320042, 0.0310644917, -0.011757683)
  6034. o541.Elasticity = 0.10000000149012
  6035. o541.FormFactor = Enum.FormFactor.Custom
  6036. o541.Friction = 0.5
  6037. o541.Size = Vector3.new(2, 0.200000003, 6)
  6038. o541.CFrame = CFrame.new(33.8381271, 6.66286087, 14.2548809, 6.03995868e-005, -0.999992788, 0.000107909887, 1, 6.04065172e-005, 6.82128884e-005, -6.82185564e-005, 0.000107904874, 1)
  6039. o541.BackSurface = Enum.SurfaceType.Weld
  6040. o541.BottomSurface = Enum.SurfaceType.Weld
  6041. o541.FrontSurface = Enum.SurfaceType.Weld
  6042. o541.LeftSurface = Enum.SurfaceType.Weld
  6043. o541.RightSurface = Enum.SurfaceType.Weld
  6044. o541.TopSurface = Enum.SurfaceType.Weld
  6045. o541.Position = Vector3.new(33.8381271, 6.66286087, 14.2548809)
  6046. o542.Parent = o541
  6047. o542.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6048. o543.Parent = o288
  6049. o543.Position = Vector3.new(35.9375, 7.86232185, 8.25458717)
  6050. o543.Rotation = Vector3.new(179.996094, -0.00618279446, 0.0034606643)
  6051. o543.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6052. o543.Velocity = Vector3.new(0.0261167046, 0.015023021, -0.0134652536)
  6053. o543.Elasticity = 0.10000000149012
  6054. o543.FormFactor = Enum.FormFactor.Custom
  6055. o543.Friction = 0.5
  6056. o543.Size = Vector3.new(4, 0.400000006, 2)
  6057. o543.CFrame = CFrame.new(35.9375, 7.86232185, 8.25458717, 0.999992788, -6.03995504e-005, -0.00010791012, -6.04064808e-005, -1, -6.8210371e-005, -0.000107905107, 6.82160389e-005, -1)
  6058. o543.BackSurface = Enum.SurfaceType.Weld
  6059. o543.BottomSurface = Enum.SurfaceType.Weld
  6060. o543.FrontSurface = Enum.SurfaceType.Weld
  6061. o543.LeftSurface = Enum.SurfaceType.Weld
  6062. o543.RightSurface = Enum.SurfaceType.Weld
  6063. o543.TopSurface = Enum.SurfaceType.Weld
  6064. o543.Position = Vector3.new(35.9375, 7.86232185, 8.25458717)
  6065. o544.Parent = o543
  6066. o544.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  6067. o545.Parent = o288
  6068. o545.Position = Vector3.new(43.9362297, 3.63649678, -0.889348149)
  6069. o545.Rotation = Vector3.new(33.6862068, 0.00321438932, 179.993668)
  6070. o545.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6071. o545.Velocity = Vector3.new(0.0181779005, -0.020893516, -0.00381113659)
  6072. o545.Elasticity = 0.10000000149012
  6073. o545.FormFactor = Enum.FormFactor.Custom
  6074. o545.Friction = 0.5
  6075. o545.Size = Vector3.new(2, 0.200000003, 7)
  6076. o545.CFrame = CFrame.new(43.9362297, 3.63649678, -0.889348149, -0.99998796, -0.000110613662, 5.6101675e-005, 6.33583259e-005, -0.832089424, -0.554644942, 0.000105609615, -0.554646552, 0.832088888)
  6077. o545.BackSurface = Enum.SurfaceType.Weld
  6078. o545.BottomSurface = Enum.SurfaceType.Weld
  6079. o545.FrontSurface = Enum.SurfaceType.Weld
  6080. o545.LeftSurface = Enum.SurfaceType.Weld
  6081. o545.RightSurface = Enum.SurfaceType.Weld
  6082. o545.TopSurface = Enum.SurfaceType.Weld
  6083. o545.Position = Vector3.new(43.9362297, 3.63649678, -0.889348149)
  6084. o546.Parent = o545
  6085. o547.Parent = o288
  6086. o547.Position = Vector3.new(33.8380699, 4.16292667, 15.255043)
  6087. o547.Rotation = Vector3.new(-90.0039139, 0.00346063985, 90.0061874)
  6088. o547.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6089. o547.Velocity = Vector3.new(0.01562081, 0.0329021662, -0.00716471905)
  6090. o547.Elasticity = 0.10000000149012
  6091. o547.FormFactor = Enum.FormFactor.Custom
  6092. o547.Friction = 0.5
  6093. o547.Size = Vector3.new(2, 0.200000003, 3)
  6094. o547.CFrame = CFrame.new(33.8380699, 4.16292667, 15.255043, -0.000107910353, -0.999985516, 6.03995577e-005, -6.82120954e-005, 6.04060551e-005, 1, -1, 0.000107904438, -6.82168975e-005)
  6095. o547.BackSurface = Enum.SurfaceType.Weld
  6096. o547.BottomSurface = Enum.SurfaceType.Weld
  6097. o547.FrontSurface = Enum.SurfaceType.Weld
  6098. o547.LeftSurface = Enum.SurfaceType.Weld
  6099. o547.RightSurface = Enum.SurfaceType.Weld
  6100. o547.TopSurface = Enum.SurfaceType.Weld
  6101. o547.Position = Vector3.new(33.8380699, 4.16292667, 15.255043)
  6102. o548.Parent = o547
  6103. o548.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6104. o549.Parent = o288
  6105. o549.Position = Vector3.new(54.0376892, 4.16151333, 12.2529268)
  6106. o549.Rotation = Vector3.new(-90.0039139, 0.00346064032, 90.0061874)
  6107. o549.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6108. o549.Velocity = Vector3.new(0.016326895, -0.0208904669, -0.00238853414)
  6109. o549.Elasticity = 0.10000000149012
  6110. o549.FormFactor = Enum.FormFactor.Custom
  6111. o549.Friction = 0.5
  6112. o549.Size = Vector3.new(2, 0.200000003, 3)
  6113. o549.CFrame = CFrame.new(54.0376892, 4.16151333, 12.2529268, -0.000107910149, -0.999985874, 6.03995686e-005, -6.82137761e-005, 6.04060915e-005, 1, -1, 0.000107904285, -6.82186219e-005)
  6114. o549.BackSurface = Enum.SurfaceType.Weld
  6115. o549.BottomSurface = Enum.SurfaceType.Weld
  6116. o549.FrontSurface = Enum.SurfaceType.Weld
  6117. o549.LeftSurface = Enum.SurfaceType.Weld
  6118. o549.RightSurface = Enum.SurfaceType.Weld
  6119. o549.TopSurface = Enum.SurfaceType.Weld
  6120. o549.Position = Vector3.new(54.0376892, 4.16151333, 12.2529268)
  6121. o550.Parent = o549
  6122. o550.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6123. o551.Parent = o288
  6124. o551.BrickColor = BrickColor.new("Dark stone grey")
  6125. o551.Position = Vector3.new(43.9375191, 4.56197739, 10.0539389)
  6126. o551.Rotation = Vector3.new(-90.0038986, 0.00346929254, 0.00618280051)
  6127. o551.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6128. o551.Velocity = Vector3.new(0.017803669, -0.000791158876, -0.00551116187)
  6129. o551.Elasticity = 0.10000000149012
  6130. o551.FormFactor = Enum.FormFactor.Plate
  6131. o551.Friction = 0.5
  6132. o551.Size = Vector3.new(2, 0.400000006, 3)
  6133. o551.CFrame = CFrame.new(43.9375191, 4.56197739, 10.0539389, 1, -0.000107910222, 6.05505775e-005, -6.05579189e-005, -6.80165394e-005, 1, -0.000107906097, -1, -6.80230587e-005)
  6134. o551.BottomSurface = Enum.SurfaceType.Smooth
  6135. o551.FrontSurface = Enum.SurfaceType.Weld
  6136. o551.TopSurface = Enum.SurfaceType.Smooth
  6137. o551.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6138. o551.Position = Vector3.new(43.9375191, 4.56197739, 10.0539389)
  6139. o552.Parent = o288
  6140. o552.BrickColor = BrickColor.new("Dark stone grey")
  6141. o552.Position = Vector3.new(34.4378777, 5.16272068, 12.7549181)
  6142. o552.Rotation = Vector3.new(-0.00390830729, 0.00618278142, -90.0034561)
  6143. o552.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6144. o552.Velocity = Vector3.new(0.0186011456, 0.0268752985, -0.00885983277)
  6145. o552.Elasticity = 0.10000000149012
  6146. o552.FormFactor = Enum.FormFactor.Symmetric
  6147. o552.Friction = 0.5
  6148. o552.Size = Vector3.new(5, 1, 21)
  6149. o552.CFrame = CFrame.new(34.4378777, 5.16272068, 12.7549181, -6.03995868e-005, 0.999992788, 0.000107909887, -1, -6.04065172e-005, 6.82128302e-005, 6.82184982e-005, -0.000107904874, 1)
  6150. o552.BackSurface = Enum.SurfaceType.Weld
  6151. o552.BottomSurface = Enum.SurfaceType.Weld
  6152. o552.FrontSurface = Enum.SurfaceType.Weld
  6153. o552.LeftSurface = Enum.SurfaceType.Weld
  6154. o552.RightSurface = Enum.SurfaceType.Weld
  6155. o552.TopSurface = Enum.SurfaceType.Weld
  6156. o552.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6157. o552.Position = Vector3.new(34.4378777, 5.16272068, 12.7549181)
  6158. o553.Parent = o552
  6159. o554.Parent = o288
  6160. o554.Material = Enum.Material.Neon
  6161. o554.BrickColor = BrickColor.new("Toothpaste")
  6162. o554.Position = Vector3.new(46.4371872, 5.66151714, 6.55366039)
  6163. o554.Rotation = Vector3.new(151.55899, 89.7593384, -62.5281677)
  6164. o554.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6165. o554.Velocity = Vector3.new(0.0212587528, -0.0131962057, -0.00694055529)
  6166. o554.Elasticity = 0.10000000149012
  6167. o554.FormFactor = Enum.FormFactor.Custom
  6168. o554.Friction = 0.5
  6169. o554.Size = Vector3.new(4, 0.200000003, 1)
  6170. o554.CFrame = CFrame.new(46.4371872, 5.66151714, 6.55366039, 5.92017168e-005, 0.000113862065, 0.999991179, 0.999998212, 6.86082785e-005, -6.10157003e-005, -6.76754571e-005, 0.999998808, -0.000112653353)
  6171. o554.BackSurface = Enum.SurfaceType.Weld
  6172. o554.BottomSurface = Enum.SurfaceType.Weld
  6173. o554.FrontSurface = Enum.SurfaceType.Weld
  6174. o554.LeftSurface = Enum.SurfaceType.Weld
  6175. o554.RightSurface = Enum.SurfaceType.Weld
  6176. o554.TopSurface = Enum.SurfaceType.Weld
  6177. o554.Color = Color3.new(0, 1, 1)
  6178. o554.Position = Vector3.new(46.4371872, 5.66151714, 6.55366039)
  6179. o555.Parent = o554
  6180. o555.Scale = Vector3.new(0.699999928, 0, 0.799999952)
  6181. o556.Parent = o288
  6182. o556.Position = Vector3.new(35.937767, 7.86249256, 10.7545872)
  6183. o556.Rotation = Vector3.new(179.996094, -0.00618279446, 0.0034606643)
  6184. o556.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6185. o556.Velocity = Vector3.new(0.0255263112, 0.0196154825, -0.0134655051)
  6186. o556.Elasticity = 0.10000000149012
  6187. o556.FormFactor = Enum.FormFactor.Custom
  6188. o556.Friction = 0.5
  6189. o556.Size = Vector3.new(4, 0.400000006, 3)
  6190. o556.CFrame = CFrame.new(35.937767, 7.86249256, 10.7545872, 0.999992788, -6.03995504e-005, -0.00010791012, -6.04064808e-005, -1, -6.8210371e-005, -0.000107905107, 6.82160389e-005, -1)
  6191. o556.BackSurface = Enum.SurfaceType.Weld
  6192. o556.BottomSurface = Enum.SurfaceType.Weld
  6193. o556.FrontSurface = Enum.SurfaceType.Weld
  6194. o556.LeftSurface = Enum.SurfaceType.Weld
  6195. o556.RightSurface = Enum.SurfaceType.Weld
  6196. o556.TopSurface = Enum.SurfaceType.Weld
  6197. o556.Position = Vector3.new(35.937767, 7.86249256, 10.7545872)
  6198. o557.Parent = o556
  6199. o557.Scale = Vector3.new(0.799999714, 1, 0.799999952)
  6200. o558.Parent = o288
  6201. o558.Position = Vector3.new(47.5131683, 6.16152906, 6.97127628)
  6202. o558.Rotation = Vector3.new(179.987717, -45.008625, -89.9866486)
  6203. o558.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6204. o558.Velocity = Vector3.new(0.022355089, -0.015000538, -0.00760492124)
  6205. o558.Elasticity = 0.10000000149012
  6206. o558.FormFactor = Enum.FormFactor.Custom
  6207. o558.Friction = 0.5
  6208. o558.Size = Vector3.new(3, 0.200000003, 1)
  6209. o558.CFrame = CFrame.new(47.5131683, 6.16152906, 6.97127628, 0.000164729863, 0.707000196, -0.707213223, 1, -0.0003847568, -0.000151712811, -0.000379366102, -0.707213223, -0.707000375)
  6210. o558.BackSurface = Enum.SurfaceType.Weld
  6211. o558.BottomSurface = Enum.SurfaceType.Weld
  6212. o558.FrontSurface = Enum.SurfaceType.Weld
  6213. o558.LeftSurface = Enum.SurfaceType.Weld
  6214. o558.RightSurface = Enum.SurfaceType.Weld
  6215. o558.TopSurface = Enum.SurfaceType.Weld
  6216. o558.Position = Vector3.new(47.5131683, 6.16152906, 6.97127628)
  6217. o559.Parent = o558
  6218. o559.Scale = Vector3.new(0.799999952, 1.89999986, 0.899999976)
  6219. o560.Parent = o288
  6220. o560.BrickColor = BrickColor.new("Dark stone grey")
  6221. o560.Position = Vector3.new(43.9371681, 5.16180992, 8.15392971)
  6222. o560.Rotation = Vector3.new(89.9963531, -0.00321667083, 179.993576)
  6223. o560.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6224. o560.Velocity = Vector3.new(0.0196862761, -0.0042810915, -0.00661328016)
  6225. o560.Elasticity = 0.10000000149012
  6226. o560.FormFactor = Enum.FormFactor.Custom
  6227. o560.Friction = 0.5
  6228. o560.Size = Vector3.new(2, 0.200000003, 1)
  6229. o560.CFrame = CFrame.new(43.9371681, 5.16180992, 8.15392971, -0.999978602, -0.000112093985, -5.61414963e-005, 6.22122607e-005, -6.72719616e-005, -1.00000012, 0.000106700056, -1.00000286, 6.35672768e-005)
  6230. o560.BackSurface = Enum.SurfaceType.Weld
  6231. o560.BottomSurface = Enum.SurfaceType.Weld
  6232. o560.FrontSurface = Enum.SurfaceType.Weld
  6233. o560.LeftSurface = Enum.SurfaceType.Weld
  6234. o560.RightSurface = Enum.SurfaceType.Weld
  6235. o560.TopSurface = Enum.SurfaceType.Weld
  6236. o560.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6237. o560.Position = Vector3.new(43.9371681, 5.16180992, 8.15392971)
  6238. o561.Parent = o560
  6239. o561.Scale = Vector3.new(0.499999911, 2.59999967, 1)
  6240. o562.Parent = o288
  6241. o562.Position = Vector3.new(42.7371483, 4.96186829, 7.95408773)
  6242. o562.Rotation = Vector3.new(149.755371, 89.6545181, -153.396317)
  6243. o562.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6244. o562.Velocity = Vector3.new(0.0192556437, -0.00178020587, -0.00652952911)
  6245. o562.Elasticity = 0.10000000149012
  6246. o562.FormFactor = Enum.FormFactor.Custom
  6247. o562.Friction = 0.5
  6248. o562.Size = Vector3.new(0.600000024, 1.39999998, 0.400000006)
  6249. o562.CFrame = CFrame.new(42.7371483, 4.96186829, 7.95408773, -0.000112093941, 5.61414963e-005, 0.999981821, -6.72717651e-005, 1.00000012, -6.22124644e-005, -1.00000286, -6.35674733e-005, -0.000106700456)
  6250. o562.BackSurface = Enum.SurfaceType.Weld
  6251. o562.BottomSurface = Enum.SurfaceType.Weld
  6252. o562.FrontSurface = Enum.SurfaceType.Weld
  6253. o562.LeftSurface = Enum.SurfaceType.Weld
  6254. o562.RightSurface = Enum.SurfaceType.Weld
  6255. o562.TopSurface = Enum.SurfaceType.Weld
  6256. o562.Position = Vector3.new(42.7371483, 4.96186829, 7.95408773)
  6257. o563.Parent = o562
  6258. o564.Parent = o288
  6259. o564.Material = Enum.Material.Neon
  6260. o564.BrickColor = BrickColor.new("Toothpaste")
  6261. o564.Position = Vector3.new(47.3717766, 6.16160583, 7.11270189)
  6262. o564.Rotation = Vector3.new(-0.012109369, 45.0097466, 89.9860153)
  6263. o564.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6264. o564.Velocity = Vector3.new(0.0223218519, -0.0144027798, -0.00763847586)
  6265. o564.Elasticity = 0.10000000149012
  6266. o564.FormFactor = Enum.FormFactor.Custom
  6267. o564.Friction = 0.5
  6268. o564.Size = Vector3.new(3, 0.200000003, 1)
  6269. o564.CFrame = CFrame.new(47.3717766, 6.16160583, 7.11270189, 0.000172607528, -0.706986487, 0.707227051, 1, 0.000393616734, 0.000149420463, -0.000384014653, 0.707227051, 0.706986606)
  6270. o564.BackSurface = Enum.SurfaceType.Weld
  6271. o564.BottomSurface = Enum.SurfaceType.Weld
  6272. o564.FrontSurface = Enum.SurfaceType.Weld
  6273. o564.LeftSurface = Enum.SurfaceType.Weld
  6274. o564.RightSurface = Enum.SurfaceType.Weld
  6275. o564.TopSurface = Enum.SurfaceType.Weld
  6276. o564.Color = Color3.new(0, 1, 1)
  6277. o564.Position = Vector3.new(47.3717766, 6.16160583, 7.11270189)
  6278. o565.Parent = o564
  6279. o565.Scale = Vector3.new(0.699999928, 0, 0.799999952)
  6280. o566.Parent = o288
  6281. o566.Position = Vector3.new(41.4372063, 5.66180992, 6.35422707)
  6282. o566.Rotation = Vector3.new(151.55899, 89.7593384, -62.5281677)
  6283. o566.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6284. o566.Velocity = Vector3.new(0.0213065818, -0.00161267491, -0.00812269188)
  6285. o566.Elasticity = 0.10000000149012
  6286. o566.FormFactor = Enum.FormFactor.Custom
  6287. o566.Friction = 0.5
  6288. o566.Size = Vector3.new(4, 0.200000003, 1)
  6289. o566.CFrame = CFrame.new(41.4372063, 5.66180992, 6.35422707, 5.92017168e-005, 0.000113862065, 0.999991179, 0.999998212, 6.86082785e-005, -6.10157003e-005, -6.76754571e-005, 0.999998808, -0.000112653353)
  6290. o566.BackSurface = Enum.SurfaceType.Weld
  6291. o566.BottomSurface = Enum.SurfaceType.Weld
  6292. o566.FrontSurface = Enum.SurfaceType.Weld
  6293. o566.LeftSurface = Enum.SurfaceType.Weld
  6294. o566.RightSurface = Enum.SurfaceType.Weld
  6295. o566.TopSurface = Enum.SurfaceType.Weld
  6296. o566.Position = Vector3.new(41.4372063, 5.66180992, 6.35422707)
  6297. o567.Parent = o566
  6298. o567.Scale = Vector3.new(0.799999952, 1.89999986, 0.899999976)
  6299. o568.Parent = o288
  6300. o568.Material = Enum.Material.Neon
  6301. o568.BrickColor = BrickColor.new("Toothpaste")
  6302. o568.Position = Vector3.new(41.4372292, 5.6618228, 6.55423164)
  6303. o568.Rotation = Vector3.new(151.55899, 89.7593384, -62.5281677)
  6304. o568.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6305. o568.Velocity = Vector3.new(0.0212593488, -0.00124527328, -0.00812271051)
  6306. o568.Elasticity = 0.10000000149012
  6307. o568.FormFactor = Enum.FormFactor.Custom
  6308. o568.Friction = 0.5
  6309. o568.Size = Vector3.new(4, 0.200000003, 1)
  6310. o568.CFrame = CFrame.new(41.4372292, 5.6618228, 6.55423164, 5.92017168e-005, 0.000113862065, 0.999991179, 0.999998212, 6.86082785e-005, -6.10157003e-005, -6.76754571e-005, 0.999998808, -0.000112653353)
  6311. o568.BackSurface = Enum.SurfaceType.Weld
  6312. o568.BottomSurface = Enum.SurfaceType.Weld
  6313. o568.FrontSurface = Enum.SurfaceType.Weld
  6314. o568.LeftSurface = Enum.SurfaceType.Weld
  6315. o568.RightSurface = Enum.SurfaceType.Weld
  6316. o568.TopSurface = Enum.SurfaceType.Weld
  6317. o568.Color = Color3.new(0, 1, 1)
  6318. o568.Position = Vector3.new(41.4372292, 5.6618228, 6.55423164)
  6319. o569.Parent = o568
  6320. o569.Scale = Vector3.new(0.699999928, 0, 0.799999952)
  6321. o570.Parent = o288
  6322. o570.Position = Vector3.new(33.8377304, 4.16272259, 12.255043)
  6323. o570.Rotation = Vector3.new(-90.0039139, 0.00346063985, 90.0061874)
  6324. o570.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6325. o570.Velocity = Vector3.new(0.0163292848, 0.0273912586, -0.00716442429)
  6326. o570.Elasticity = 0.10000000149012
  6327. o570.FormFactor = Enum.FormFactor.Custom
  6328. o570.Friction = 0.5
  6329. o570.Size = Vector3.new(2, 0.200000003, 3)
  6330. o570.CFrame = CFrame.new(33.8377304, 4.16272259, 12.255043, -0.000107910353, -0.999985516, 6.03995577e-005, -6.82120954e-005, 6.04060551e-005, 1, -1, 0.000107904438, -6.82168975e-005)
  6331. o570.BackSurface = Enum.SurfaceType.Weld
  6332. o570.BottomSurface = Enum.SurfaceType.Weld
  6333. o570.FrontSurface = Enum.SurfaceType.Weld
  6334. o570.LeftSurface = Enum.SurfaceType.Weld
  6335. o570.RightSurface = Enum.SurfaceType.Weld
  6336. o570.TopSurface = Enum.SurfaceType.Weld
  6337. o570.Position = Vector3.new(33.8377304, 4.16272259, 12.255043)
  6338. o571.Parent = o570
  6339. o571.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6340. o572.Parent = o288
  6341. o572.Position = Vector3.new(46.4371643, 5.6615057, 6.35365629)
  6342. o572.Rotation = Vector3.new(-28.4410152, -89.7593384, 62.5281677)
  6343. o572.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6344. o572.Velocity = Vector3.new(0.0213059913, -0.0135636069, -0.00694053993)
  6345. o572.Elasticity = 0.10000000149012
  6346. o572.FormFactor = Enum.FormFactor.Custom
  6347. o572.Friction = 0.5
  6348. o572.Size = Vector3.new(4, 0.200000003, 1)
  6349. o572.CFrame = CFrame.new(46.4371643, 5.6615057, 6.35365629, 5.92017168e-005, -0.000113862065, -0.999991179, 0.999998212, -6.86082785e-005, 6.10157003e-005, -6.76754571e-005, -0.999998808, 0.000112653353)
  6350. o572.BackSurface = Enum.SurfaceType.Weld
  6351. o572.BottomSurface = Enum.SurfaceType.Weld
  6352. o572.FrontSurface = Enum.SurfaceType.Weld
  6353. o572.LeftSurface = Enum.SurfaceType.Weld
  6354. o572.RightSurface = Enum.SurfaceType.Weld
  6355. o572.TopSurface = Enum.SurfaceType.Weld
  6356. o572.Position = Vector3.new(46.4371643, 5.6615057, 6.35365629)
  6357. o573.Parent = o572
  6358. o573.Scale = Vector3.new(0.799999952, 1.89999986, 0.899999976)
  6359. o574.Parent = o288
  6360. o574.BrickColor = BrickColor.new("Dark stone grey")
  6361. o574.Position = Vector3.new(43.936779, 7.86136436, 1.25370896)
  6362. o574.Rotation = Vector3.new(-0.00390832126, 0.00618279539, 179.996536)
  6363. o574.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6364. o574.Velocity = Vector3.new(0.027768869, -0.0169575196, -0.0115730995)
  6365. o574.Elasticity = 0.10000000149012
  6366. o574.FormFactor = Enum.FormFactor.Custom
  6367. o574.Friction = 0.5
  6368. o574.Size = Vector3.new(2, 0.400000036, 6)
  6369. o574.CFrame = CFrame.new(43.936779, 7.86136436, 1.25370896, -0.999992788, -6.03995722e-005, 0.000107910135, 6.04065026e-005, -1, 6.82130703e-005, 0.000107905122, 6.82187383e-005, 1)
  6370. o574.BackSurface = Enum.SurfaceType.Weld
  6371. o574.BottomSurface = Enum.SurfaceType.Weld
  6372. o574.FrontSurface = Enum.SurfaceType.Weld
  6373. o574.LeftSurface = Enum.SurfaceType.Weld
  6374. o574.RightSurface = Enum.SurfaceType.Weld
  6375. o574.TopSurface = Enum.SurfaceType.Weld
  6376. o574.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6377. o574.Position = Vector3.new(43.936779, 7.86136436, 1.25370896)
  6378. o575.Parent = o574
  6379. o576.Parent = o288
  6380. o576.BrickColor = BrickColor.new("Dark stone grey")
  6381. o576.Position = Vector3.new(46.4367714, 7.86118364, 1.75352192)
  6382. o576.Rotation = Vector3.new(-0.00393096963, 0.00652381591, 179.996613)
  6383. o576.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6384. o576.Velocity = Vector3.new(0.0276503209, -0.0220142156, -0.0109819677)
  6385. o576.Elasticity = 0.10000000149012
  6386. o576.FormFactor = Enum.FormFactor.Custom
  6387. o576.Friction = 0.5
  6388. o576.Size = Vector3.new(1, 0.400000036, 7)
  6389. o576.CFrame = CFrame.new(46.4367714, 7.86118364, 1.75352192, -0.999991179, -5.92017168e-005, 0.000113862065, 6.10157003e-005, -0.999998212, 6.86082785e-005, 0.000112653353, 6.76754571e-005, 0.999998808)
  6390. o576.BackSurface = Enum.SurfaceType.Weld
  6391. o576.BottomSurface = Enum.SurfaceType.Weld
  6392. o576.FrontSurface = Enum.SurfaceType.Weld
  6393. o576.LeftSurface = Enum.SurfaceType.Weld
  6394. o576.RightSurface = Enum.SurfaceType.Weld
  6395. o576.TopSurface = Enum.SurfaceType.Weld
  6396. o576.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6397. o576.Position = Vector3.new(46.4367714, 7.86118364, 1.75352192)
  6398. o577.Parent = o576
  6399. o578.Parent = o288
  6400. o578.BrickColor = BrickColor.new("Dark stone grey")
  6401. o578.Position = Vector3.new(48.4364891, 8.16109657, 1.25321066)
  6402. o578.Rotation = Vector3.new(150.759521, 89.7823944, 29.2365494)
  6403. o578.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6404. o578.Velocity = Vector3.new(0.0284853466, -0.027712727, -0.0110604046)
  6405. o578.Elasticity = 0.10000000149012
  6406. o578.FormFactor = Enum.FormFactor.Symmetric
  6407. o578.Friction = 0.5
  6408. o578.Size = Vector3.new(6, 1, 1)
  6409. o578.CFrame = CFrame.new(48.4364891, 8.16109657, 1.25321066, 0.000107910659, -6.03996014e-005, 0.999992788, 6.82165992e-005, -1, -6.04065317e-005, 1, 6.82222671e-005, -0.000107905646)
  6410. o578.BackSurface = Enum.SurfaceType.Weld
  6411. o578.BottomSurface = Enum.SurfaceType.Weld
  6412. o578.FrontSurface = Enum.SurfaceType.Weld
  6413. o578.LeftSurface = Enum.SurfaceType.Weld
  6414. o578.RightSurface = Enum.SurfaceType.Weld
  6415. o578.TopSurface = Enum.SurfaceType.Weld
  6416. o578.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6417. o578.Position = Vector3.new(48.4364891, 8.16109657, 1.25321066)
  6418. o579.Parent = o578
  6419. o580.Parent = o288
  6420. o580.BrickColor = BrickColor.new("Dark stone grey")
  6421. o580.Position = Vector3.new(43.9371567, 5.16179371, 7.95394135)
  6422. o580.Rotation = Vector3.new(149.755371, 89.6500168, 116.603691)
  6423. o580.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6424. o580.Velocity = Vector3.new(0.0197334979, -0.00464849081, -0.00661325315)
  6425. o580.Elasticity = 0.10000000149012
  6426. o580.FormFactor = Enum.FormFactor.Custom
  6427. o580.Friction = 0.5
  6428. o580.Size = Vector3.new(1, 0.200000003, 2)
  6429. o580.CFrame = CFrame.new(43.9371567, 5.16179371, 7.95394135, -5.61414963e-005, -0.000112093941, 0.999981344, -1.00000012, -6.72717943e-005, -6.22124353e-005, 6.35674442e-005, -1.00000286, -0.00010670039)
  6430. o580.BackSurface = Enum.SurfaceType.Weld
  6431. o580.BottomSurface = Enum.SurfaceType.Weld
  6432. o580.FrontSurface = Enum.SurfaceType.Weld
  6433. o580.LeftSurface = Enum.SurfaceType.Weld
  6434. o580.RightSurface = Enum.SurfaceType.Weld
  6435. o580.TopSurface = Enum.SurfaceType.Weld
  6436. o580.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6437. o580.Position = Vector3.new(43.9371567, 5.16179371, 7.95394135)
  6438. o581.Parent = o580
  6439. o581.Scale = Vector3.new(0.799999952, 0.799999952, 1.30000007)
  6440. o582.Parent = o288
  6441. o582.Position = Vector3.new(45.1371193, 4.96172285, 7.95380878)
  6442. o582.Rotation = Vector3.new(149.755356, 89.6272736, -153.396332)
  6443. o582.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6444. o582.Velocity = Vector3.new(0.0192553606, -0.00751664117, -0.00596209895)
  6445. o582.Elasticity = 0.10000000149012
  6446. o582.FormFactor = Enum.FormFactor.Custom
  6447. o582.Friction = 0.5
  6448. o582.Size = Vector3.new(0.600000024, 1.39999998, 0.400000006)
  6449. o582.CFrame = CFrame.new(45.1371193, 4.96172285, 7.95380878, -0.000112093985, 5.61414963e-005, 0.99997884, -6.7271947e-005, 1.00000012, -6.22122752e-005, -1.00000286, -6.35672914e-005, -0.000106700078)
  6450. o582.BackSurface = Enum.SurfaceType.Weld
  6451. o582.BottomSurface = Enum.SurfaceType.Weld
  6452. o582.FrontSurface = Enum.SurfaceType.Weld
  6453. o582.LeftSurface = Enum.SurfaceType.Weld
  6454. o582.RightSurface = Enum.SurfaceType.Weld
  6455. o582.TopSurface = Enum.SurfaceType.Weld
  6456. o582.Position = Vector3.new(45.1371193, 4.96172285, 7.95380878)
  6457. o583.Parent = o582
  6458. o584.Parent = o288
  6459. o584.Position = Vector3.new(43.9370766, 5.16174841, 7.25394058)
  6460. o584.Rotation = Vector3.new(89.9963531, -0.00321667083, 179.993576)
  6461. o584.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6462. o584.Velocity = Vector3.new(0.0198988151, -0.00593436835, -0.00661318889)
  6463. o584.Elasticity = 0.10000000149012
  6464. o584.FormFactor = Enum.FormFactor.Custom
  6465. o584.Friction = 0.5
  6466. o584.Size = Vector3.new(2, 1.20000005, 1)
  6467. o584.CFrame = CFrame.new(43.9370766, 5.16174841, 7.25394058, -0.999982297, -0.000112093941, -5.61414963e-005, 6.22124935e-005, -6.7271736e-005, -1.00000012, 0.000106700521, -1.00000286, 6.35675024e-005)
  6468. o584.BackSurface = Enum.SurfaceType.Weld
  6469. o584.BottomSurface = Enum.SurfaceType.Weld
  6470. o584.FrontSurface = Enum.SurfaceType.Weld
  6471. o584.LeftSurface = Enum.SurfaceType.Weld
  6472. o584.RightSurface = Enum.SurfaceType.Weld
  6473. o584.TopSurface = Enum.SurfaceType.Weld
  6474. o584.Position = Vector3.new(43.9370766, 5.16174841, 7.25394058)
  6475. o585.Parent = o584
  6476. o585.Scale = Vector3.new(0.399999917, 2.00000048, 1)
  6477. o586.Parent = o288
  6478. o586.Position = Vector3.new(48.4358444, 3.63618326, -0.889718592)
  6479. o586.Rotation = Vector3.new(33.686203, 0.00321268174, 179.993668)
  6480. o586.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6481. o586.Velocity = Vector3.new(0.0181772374, -0.0316482633, -0.00274720835)
  6482. o586.Elasticity = 0.10000000149012
  6483. o586.FormFactor = Enum.FormFactor.Custom
  6484. o586.Friction = 0.5
  6485. o586.Size = Vector3.new(1, 0.200000003, 7)
  6486. o586.CFrame = CFrame.new(48.4358444, 3.63618326, -0.889718592, -0.999988854, -0.000110606226, 5.60718727e-005, 6.33583768e-005, -0.832089424, -0.554644942, 0.000105565014, -0.554646611, 0.832089007)
  6487. o586.BackSurface = Enum.SurfaceType.Weld
  6488. o586.BottomSurface = Enum.SurfaceType.Weld
  6489. o586.FrontSurface = Enum.SurfaceType.Weld
  6490. o586.LeftSurface = Enum.SurfaceType.Weld
  6491. o586.RightSurface = Enum.SurfaceType.Weld
  6492. o586.TopSurface = Enum.SurfaceType.Weld
  6493. o586.Position = Vector3.new(48.4358444, 3.63618326, -0.889718592)
  6494. o587.Parent = o586
  6495. o588.Parent = o288
  6496. o588.Position = Vector3.new(54.0373955, 4.16130686, 9.25288105)
  6497. o588.Rotation = Vector3.new(-90.0039139, 0.00346064009, 90.0061874)
  6498. o588.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6499. o588.Velocity = Vector3.new(0.0170353744, -0.0264015663, -0.00238822447)
  6500. o588.Elasticity = 0.10000000149012
  6501. o588.FormFactor = Enum.FormFactor.Custom
  6502. o588.Friction = 0.5
  6503. o588.Size = Vector3.new(2, 0.200000003, 3)
  6504. o588.CFrame = CFrame.new(54.0373955, 4.16130686, 9.25288105, -0.000107910237, -0.999985874, 6.03995613e-005, -6.82129175e-005, 6.04060842e-005, 1, -1, 0.000107904372, -6.82177633e-005)
  6505. o588.BackSurface = Enum.SurfaceType.Weld
  6506. o588.BottomSurface = Enum.SurfaceType.Weld
  6507. o588.FrontSurface = Enum.SurfaceType.Weld
  6508. o588.LeftSurface = Enum.SurfaceType.Weld
  6509. o588.RightSurface = Enum.SurfaceType.Weld
  6510. o588.TopSurface = Enum.SurfaceType.Weld
  6511. o588.Position = Vector3.new(54.0373955, 4.16130686, 9.25288105)
  6512. o589.Parent = o588
  6513. o589.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6514. o590.Parent = o288
  6515. o590.Position = Vector3.new(33.8374214, 4.16251802, 9.25504303)
  6516. o590.Rotation = Vector3.new(-90.0039139, 0.00346063985, 90.0061874)
  6517. o590.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6518. o590.Velocity = Vector3.new(0.0170377567, 0.0218802802, -0.00716412161)
  6519. o590.Elasticity = 0.10000000149012
  6520. o590.FormFactor = Enum.FormFactor.Custom
  6521. o590.Friction = 0.5
  6522. o590.Size = Vector3.new(2, 0.200000003, 3)
  6523. o590.CFrame = CFrame.new(33.8374214, 4.16251802, 9.25504303, -0.000107910353, -0.999985516, 6.03995577e-005, -6.82120954e-005, 6.04060551e-005, 1, -1, 0.000107904438, -6.82168975e-005)
  6524. o590.BackSurface = Enum.SurfaceType.Weld
  6525. o590.BottomSurface = Enum.SurfaceType.Weld
  6526. o590.FrontSurface = Enum.SurfaceType.Weld
  6527. o590.LeftSurface = Enum.SurfaceType.Weld
  6528. o590.RightSurface = Enum.SurfaceType.Weld
  6529. o590.TopSurface = Enum.SurfaceType.Weld
  6530. o590.Position = Vector3.new(33.8374214, 4.16251802, 9.25504303)
  6531. o591.Parent = o590
  6532. o591.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6533. o592.Parent = o288
  6534. o592.BrickColor = BrickColor.new("Dark stone grey")
  6535. o592.Position = Vector3.new(36.4371109, 8.16202354, 4.25449753)
  6536. o592.Rotation = Vector3.new(150.75943, 89.6916275, -150.763397)
  6537. o592.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6538. o592.Velocity = Vector3.new(0.0277782958, 0.00647983048, -0.0138978101)
  6539. o592.Elasticity = 0.10000000149012
  6540. o592.FormFactor = Enum.FormFactor.Symmetric
  6541. o592.Friction = 0.5
  6542. o592.Size = Vector3.new(4, 1, 1)
  6543. o592.CFrame = CFrame.new(36.4371109, 8.16202354, 4.25449753, -0.000107910353, 6.03995577e-005, 0.999985516, -6.82120954e-005, 1, -6.04060551e-005, -1, -6.82168975e-005, -0.000107904438)
  6544. o592.BackSurface = Enum.SurfaceType.Weld
  6545. o592.BottomSurface = Enum.SurfaceType.Weld
  6546. o592.FrontSurface = Enum.SurfaceType.Weld
  6547. o592.LeftSurface = Enum.SurfaceType.Weld
  6548. o592.RightSurface = Enum.SurfaceType.Weld
  6549. o592.TopSurface = Enum.SurfaceType.Weld
  6550. o592.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6551. o592.Position = Vector3.new(36.4371109, 8.16202354, 4.25449753)
  6552. o593.Parent = o592
  6553. o594.Parent = o288
  6554. o594.BrickColor = BrickColor.new("Dark stone grey")
  6555. o594.Position = Vector3.new(43.9377174, 2.16218495, 13.2540989)
  6556. o594.Rotation = Vector3.new(179.996094, -0.00618280098, -179.996536)
  6557. o594.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6558. o594.Velocity = Vector3.new(0.0113119092, 0.0050878264, -0.00110212225)
  6559. o594.Elasticity = 0.10000000149012
  6560. o594.FormFactor = Enum.FormFactor.Symmetric
  6561. o594.Friction = 0.5
  6562. o594.Size = Vector3.new(10, 1, 16)
  6563. o594.CFrame = CFrame.new(43.9377174, 2.16218495, 13.2540989, -0.99999994, 6.03995613e-005, -0.000107910237, 6.0406921e-005, 1, -6.82112368e-005, 0.000107906097, -6.82177561e-005, -1)
  6564. o594.BackSurface = Enum.SurfaceType.Weld
  6565. o594.BottomSurface = Enum.SurfaceType.Weld
  6566. o594.FrontSurface = Enum.SurfaceType.Weld
  6567. o594.LeftSurface = Enum.SurfaceType.Weld
  6568. o594.RightSurface = Enum.SurfaceType.Weld
  6569. o594.TopSurface = Enum.SurfaceType.Weld
  6570. o594.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6571. o594.Position = Vector3.new(43.9377174, 2.16218495, 13.2540989)
  6572. o595.Parent = o594
  6573. o596.Parent = o288
  6574. o596.BrickColor = BrickColor.new("Dark stone grey")
  6575. o596.Position = Vector3.new(53.4365845, 8.1607008, -0.247350961)
  6576. o596.Rotation = Vector3.new(-0.00390821556, 0.00618266128, 89.9965439)
  6577. o596.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6578. o596.Velocity = Vector3.new(0.0288390145, -0.0424198285, -0.00987805147)
  6579. o596.Elasticity = 0.10000000149012
  6580. o596.FormFactor = Enum.FormFactor.Symmetric
  6581. o596.Friction = 0.5
  6582. o596.Size = Vector3.new(1, 1, 5)
  6583. o596.CFrame = CFrame.new(53.4365845, 8.1607008, -0.247350961, 6.03995395e-005, -0.999985754, 0.000107907792, 1, 6.04060551e-005, 6.82112295e-005, -6.82160608e-005, 0.000107901913, 1)
  6584. o596.BackSurface = Enum.SurfaceType.Weld
  6585. o596.BottomSurface = Enum.SurfaceType.Weld
  6586. o596.FrontSurface = Enum.SurfaceType.Weld
  6587. o596.LeftSurface = Enum.SurfaceType.Weld
  6588. o596.RightSurface = Enum.SurfaceType.Weld
  6589. o596.TopSurface = Enum.SurfaceType.Weld
  6590. o596.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6591. o596.Position = Vector3.new(53.4365845, 8.1607008, -0.247350961)
  6592. o597.Parent = o596
  6593. o598.Parent = o288
  6594. o598.Position = Vector3.new(43.9371071, 5.16166258, 6.45391941)
  6595. o598.Rotation = Vector3.new(89.9963379, -0.00325155281, 179.993317)
  6596. o598.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6597. o598.Velocity = Vector3.new(0.0200876724, -0.00740427151, -0.00661302404)
  6598. o598.Elasticity = 0.10000000149012
  6599. o598.FormFactor = Enum.FormFactor.Custom
  6600. o598.Friction = 0.5
  6601. o598.Size = Vector3.new(2, 0.400000036, 1)
  6602. o598.CFrame = CFrame.new(43.9371071, 5.16166258, 6.45391941, -0.999991417, -0.000116800831, -5.67503012e-005, 5.85640482e-005, -6.4895743e-005, -0.999998212, 0.000115592542, -0.999998808, 6.39628488e-005)
  6603. o598.BackSurface = Enum.SurfaceType.Weld
  6604. o598.BottomSurface = Enum.SurfaceType.Weld
  6605. o598.FrontSurface = Enum.SurfaceType.Weld
  6606. o598.LeftSurface = Enum.SurfaceType.Weld
  6607. o598.RightSurface = Enum.SurfaceType.Weld
  6608. o598.TopSurface = Enum.SurfaceType.Weld
  6609. o598.Position = Vector3.new(43.9371071, 5.16166258, 6.45391941)
  6610. o599.Parent = o598
  6611. o599.Scale = Vector3.new(0.899999976, 1.4000001, 1)
  6612. o600.Parent = o288
  6613. o600.BrickColor = BrickColor.new("Dark stone grey")
  6614. o600.Position = Vector3.new(51.4365273, 8.16078377, -0.747074127)
  6615. o600.Rotation = Vector3.new(150.75943, 89.6941757, -150.763397)
  6616. o600.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6617. o600.Velocity = Vector3.new(0.0289573073, -0.0385578088, -0.0103508588)
  6618. o600.Elasticity = 0.10000000149012
  6619. o600.FormFactor = Enum.FormFactor.Symmetric
  6620. o600.Friction = 0.5
  6621. o600.Size = Vector3.new(6, 1, 3)
  6622. o600.CFrame = CFrame.new(51.4365273, 8.16078377, -0.747074127, -0.000107910339, 6.03995541e-005, 0.999985754, -6.82120808e-005, 1, -6.04060697e-005, -1, -6.8216912e-005, -0.00010790446)
  6623. o600.BackSurface = Enum.SurfaceType.Weld
  6624. o600.BottomSurface = Enum.SurfaceType.Weld
  6625. o600.FrontSurface = Enum.SurfaceType.Weld
  6626. o600.LeftSurface = Enum.SurfaceType.Weld
  6627. o600.RightSurface = Enum.SurfaceType.Weld
  6628. o600.TopSurface = Enum.SurfaceType.Weld
  6629. o600.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6630. o600.Position = Vector3.new(51.4365273, 8.16078377, -0.747074127)
  6631. o601.Parent = o600
  6632. o602.Parent = o288
  6633. o602.BrickColor = BrickColor.new("Dark stone grey")
  6634. o602.Position = Vector3.new(43.937088, 5.16161728, 5.75397348)
  6635. o602.Rotation = Vector3.new(151.55899, 89.7626114, 117.47184)
  6636. o602.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6637. o602.Velocity = Vector3.new(0.0202529766, -0.00869019423, -0.00661294535)
  6638. o602.Elasticity = 0.10000000149012
  6639. o602.FormFactor = Enum.FormFactor.Symmetric
  6640. o602.Friction = 0.5
  6641. o602.Size = Vector3.new(5, 1, 8)
  6642. o602.CFrame = CFrame.new(43.937088, 5.16161728, 5.75397348, -5.92017168e-005, -0.000113862065, 0.999991417, -0.999998212, -6.8608264e-005, -6.10157149e-005, 6.76754717e-005, -0.999998808, -0.000112653383)
  6643. o602.BackSurface = Enum.SurfaceType.Weld
  6644. o602.BottomSurface = Enum.SurfaceType.Weld
  6645. o602.FrontSurface = Enum.SurfaceType.Weld
  6646. o602.LeftSurface = Enum.SurfaceType.Weld
  6647. o602.RightSurface = Enum.SurfaceType.Weld
  6648. o602.TopSurface = Enum.SurfaceType.Weld
  6649. o602.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6650. o602.Position = Vector3.new(43.937088, 5.16161728, 5.75397348)
  6651. o603.Parent = o602
  6652. o604.Parent = o288
  6653. o604.Position = Vector3.new(54.036953, 6.66093159, 3.75271034)
  6654. o604.Rotation = Vector3.new(179.996094, -0.00618280098, 90.0034561)
  6655. o604.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6656. o604.Velocity = Vector3.new(0.0243092738, -0.0365056396, -0.00698073767)
  6657. o604.Elasticity = 0.10000000149012
  6658. o604.FormFactor = Enum.FormFactor.Custom
  6659. o604.Friction = 0.5
  6660. o604.Size = Vector3.new(2, 0.200000003, 3)
  6661. o604.CFrame = CFrame.new(54.036953, 6.66093159, 3.75271034, -6.03995613e-005, -0.999985874, -0.000107910237, -1, 6.04060842e-005, -6.82129175e-005, 6.82177633e-005, 0.000107904372, -1)
  6662. o604.BackSurface = Enum.SurfaceType.Weld
  6663. o604.BottomSurface = Enum.SurfaceType.Weld
  6664. o604.FrontSurface = Enum.SurfaceType.Weld
  6665. o604.LeftSurface = Enum.SurfaceType.Weld
  6666. o604.RightSurface = Enum.SurfaceType.Weld
  6667. o604.TopSurface = Enum.SurfaceType.Weld
  6668. o604.Position = Vector3.new(54.036953, 6.66093159, 3.75271034)
  6669. o605.Parent = o604
  6670. o605.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6671. o606.Parent = o288
  6672. o606.Position = Vector3.new(33.8364868, 6.66183567, -0.745119154)
  6673. o606.Rotation = Vector3.new(-0.00390821602, 0.00618282054, 89.9965439)
  6674. o606.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6675. o606.Velocity = Vector3.new(0.0253743641, 0.00350982044, -0.0117561873)
  6676. o606.Elasticity = 0.10000000149012
  6677. o606.FormFactor = Enum.FormFactor.Custom
  6678. o606.Friction = 0.5
  6679. o606.Size = Vector3.new(2, 0.200000003, 6)
  6680. o606.CFrame = CFrame.new(33.8364868, 6.66183567, -0.745119154, 6.03995613e-005, -0.999992788, 0.000107910571, 1, 6.0406488e-005, 6.82112368e-005, -6.82169048e-005, 0.000107905558, 1)
  6681. o606.BackSurface = Enum.SurfaceType.Weld
  6682. o606.BottomSurface = Enum.SurfaceType.Weld
  6683. o606.FrontSurface = Enum.SurfaceType.Weld
  6684. o606.LeftSurface = Enum.SurfaceType.Weld
  6685. o606.RightSurface = Enum.SurfaceType.Weld
  6686. o606.TopSurface = Enum.SurfaceType.Weld
  6687. o606.Position = Vector3.new(33.8364868, 6.66183567, -0.745119154)
  6688. o607.Parent = o606
  6689. o607.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6690. o608.Parent = o288
  6691. o608.BrickColor = BrickColor.new("Dark stone grey")
  6692. o608.Position = Vector3.new(36.4365578, 8.16168308, -0.745502472)
  6693. o608.Rotation = Vector3.new(150.75943, 89.6916275, -150.763397)
  6694. o608.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6695. o608.Velocity = Vector3.new(0.0289590843, -0.00270504318, -0.0138973147)
  6696. o608.Elasticity = 0.10000000149012
  6697. o608.FormFactor = Enum.FormFactor.Symmetric
  6698. o608.Friction = 0.5
  6699. o608.Size = Vector3.new(6, 1, 3)
  6700. o608.CFrame = CFrame.new(36.4365578, 8.16168308, -0.745502472, -0.000107910353, 6.03995577e-005, 0.999985516, -6.82120954e-005, 1, -6.04060551e-005, -1, -6.82168975e-005, -0.000107904438)
  6701. o608.BackSurface = Enum.SurfaceType.Weld
  6702. o608.BottomSurface = Enum.SurfaceType.Weld
  6703. o608.FrontSurface = Enum.SurfaceType.Weld
  6704. o608.LeftSurface = Enum.SurfaceType.Weld
  6705. o608.RightSurface = Enum.SurfaceType.Weld
  6706. o608.TopSurface = Enum.SurfaceType.Weld
  6707. o608.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6708. o608.Position = Vector3.new(36.4365578, 8.16168308, -0.745502472)
  6709. o609.Parent = o608
  6710. o610.Parent = o288
  6711. o610.Position = Vector3.new(39.4364777, 3.63699341, -0.888916373)
  6712. o610.Rotation = Vector3.new(33.6861534, 0.00343381939, 179.993668)
  6713. o610.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6714. o610.Velocity = Vector3.new(0.0181789845, -0.01013833, -0.00487543363)
  6715. o610.Elasticity = 0.10000000149012
  6716. o610.FormFactor = Enum.FormFactor.Custom
  6717. o610.Friction = 0.5
  6718. o610.Size = Vector3.new(1, 0.200000003, 7)
  6719. o610.CFrame = CFrame.new(39.4364777, 3.63699341, -0.888916373, -0.999987483, -0.000110465087, 5.99314517e-005, 6.3847503e-005, -0.832091749, -0.5546453, 0.000106011881, -0.554649174, 0.832091093)
  6720. o610.BackSurface = Enum.SurfaceType.Weld
  6721. o610.BottomSurface = Enum.SurfaceType.Weld
  6722. o610.FrontSurface = Enum.SurfaceType.Weld
  6723. o610.LeftSurface = Enum.SurfaceType.Weld
  6724. o610.RightSurface = Enum.SurfaceType.Weld
  6725. o610.TopSurface = Enum.SurfaceType.Weld
  6726. o610.Position = Vector3.new(39.4364777, 3.63699341, -0.888916373)
  6727. o611.Parent = o610
  6728. o612.Parent = o288
  6729. o612.Position = Vector3.new(33.8369637, 6.66214466, 3.75487328)
  6730. o612.Rotation = Vector3.new(179.996094, -0.00618280796, 90.0034561)
  6731. o612.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6732. o612.Velocity = Vector3.new(0.0243116617, 0.0117762452, -0.0117566418)
  6733. o612.Elasticity = 0.10000000149012
  6734. o612.FormFactor = Enum.FormFactor.Custom
  6735. o612.Friction = 0.5
  6736. o612.Size = Vector3.new(2, 0.200000003, 3)
  6737. o612.CFrame = CFrame.new(33.8369637, 6.66214466, 3.75487328, -6.03995577e-005, -0.999985516, -0.000107910353, -1, 6.04060551e-005, -6.82120954e-005, 6.82168975e-005, 0.000107904438, -1)
  6738. o612.BackSurface = Enum.SurfaceType.Weld
  6739. o612.BottomSurface = Enum.SurfaceType.Weld
  6740. o612.FrontSurface = Enum.SurfaceType.Weld
  6741. o612.LeftSurface = Enum.SurfaceType.Weld
  6742. o612.RightSurface = Enum.SurfaceType.Weld
  6743. o612.TopSurface = Enum.SurfaceType.Weld
  6744. o612.Position = Vector3.new(33.8369637, 6.66214466, 3.75487328)
  6745. o613.Parent = o612
  6746. o613.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6747. o614.Parent = o288
  6748. o614.Position = Vector3.new(33.8374519, 6.66244984, 8.25487328)
  6749. o614.Rotation = Vector3.new(-0.00390826538, 0.00618280796, 89.9965439)
  6750. o614.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6751. o614.Velocity = Vector3.new(0.0232489482, 0.0200426541, -0.011757087)
  6752. o614.Elasticity = 0.10000000149012
  6753. o614.FormFactor = Enum.FormFactor.Custom
  6754. o614.Friction = 0.5
  6755. o614.Size = Vector3.new(2, 0.200000003, 6)
  6756. o614.CFrame = CFrame.new(33.8374519, 6.66244984, 8.25487328, 6.03995577e-005, -0.999985516, 0.000107910353, 1, 6.04060551e-005, 6.82120954e-005, -6.82168975e-005, 0.000107904438, 1)
  6757. o614.BackSurface = Enum.SurfaceType.Weld
  6758. o614.BottomSurface = Enum.SurfaceType.Weld
  6759. o614.FrontSurface = Enum.SurfaceType.Weld
  6760. o614.LeftSurface = Enum.SurfaceType.Weld
  6761. o614.RightSurface = Enum.SurfaceType.Weld
  6762. o614.TopSurface = Enum.SurfaceType.Weld
  6763. o614.Position = Vector3.new(33.8374519, 6.66244984, 8.25487328)
  6764. o615.Parent = o614
  6765. o615.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6766. o616.Parent = o288
  6767. o616.Position = Vector3.new(33.8370857, 4.16231346, 6.25504351)
  6768. o616.Rotation = Vector3.new(-90.0039139, 0.00346063985, 90.0061874)
  6769. o616.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6770. o616.Velocity = Vector3.new(0.0177462306, 0.0163693652, -0.00716382498)
  6771. o616.Elasticity = 0.10000000149012
  6772. o616.FormFactor = Enum.FormFactor.Custom
  6773. o616.Friction = 0.5
  6774. o616.Size = Vector3.new(2, 0.200000003, 3)
  6775. o616.CFrame = CFrame.new(33.8370857, 4.16231346, 6.25504351, -0.000107910353, -0.999985516, 6.03995577e-005, -6.82120954e-005, 6.04060551e-005, 1, -1, 0.000107904438, -6.82168975e-005)
  6776. o616.BackSurface = Enum.SurfaceType.Weld
  6777. o616.BottomSurface = Enum.SurfaceType.Weld
  6778. o616.FrontSurface = Enum.SurfaceType.Weld
  6779. o616.LeftSurface = Enum.SurfaceType.Weld
  6780. o616.RightSurface = Enum.SurfaceType.Weld
  6781. o616.TopSurface = Enum.SurfaceType.Weld
  6782. o616.Position = Vector3.new(33.8370857, 4.16231346, 6.25504351)
  6783. o617.Parent = o616
  6784. o617.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6785. o618.Parent = o288
  6786. o618.BrickColor = BrickColor.new("Dark stone grey")
  6787. o618.Position = Vector3.new(43.9364281, 6.66123199, -0.746170998)
  6788. o618.Rotation = Vector3.new(150.759399, 89.7823944, 29.2366562)
  6789. o618.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6790. o618.Velocity = Vector3.new(0.0253731702, -0.0206309389, -0.00936825201)
  6791. o618.Elasticity = 0.10000000149012
  6792. o618.FormFactor = Enum.FormFactor.Symmetric
  6793. o618.Friction = 0.5
  6794. o618.Size = Vector3.new(6, 2, 12)
  6795. o618.CFrame = CFrame.new(43.9364281, 6.66123199, -0.746170998, 0.000107910149, -6.03995722e-005, 0.999992788, 6.82103855e-005, -1, -6.04065026e-005, 1, 6.82160535e-005, -0.000107905136)
  6796. o618.BackSurface = Enum.SurfaceType.Weld
  6797. o618.BottomSurface = Enum.SurfaceType.Weld
  6798. o618.FrontSurface = Enum.SurfaceType.Weld
  6799. o618.LeftSurface = Enum.SurfaceType.Weld
  6800. o618.RightSurface = Enum.SurfaceType.Weld
  6801. o618.TopSurface = Enum.SurfaceType.Weld
  6802. o618.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6803. o618.Position = Vector3.new(43.9364281, 6.66123199, -0.746170998)
  6804. o619.Parent = o618
  6805. o620.Parent = o288
  6806. o620.BrickColor = BrickColor.new("Dark stone grey")
  6807. o620.Position = Vector3.new(51.4362106, 7.56057787, -3.74707222)
  6808. o620.Rotation = Vector3.new(-0.0039081187, 0.00618279027, 179.996536)
  6809. o620.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6810. o620.Velocity = Vector3.new(0.0282317791, -0.0440687686, -0.00924821198)
  6811. o620.Elasticity = 0.10000000149012
  6812. o620.FormFactor = Enum.FormFactor.Custom
  6813. o620.Friction = 0.5
  6814. o620.Size = Vector3.new(3, 0.200000003, 2)
  6815. o620.CFrame = CFrame.new(51.4362106, 7.56057787, -3.74707222, -0.999992788, -6.0399565e-005, 0.000107910048, 6.04064953e-005, -1, 6.82095342e-005, 0.000107905034, 6.82152022e-005, 1)
  6816. o620.BackSurface = Enum.SurfaceType.Weld
  6817. o620.BottomSurface = Enum.SurfaceType.Weld
  6818. o620.FrontSurface = Enum.SurfaceType.Weld
  6819. o620.LeftSurface = Enum.SurfaceType.Weld
  6820. o620.RightSurface = Enum.SurfaceType.Weld
  6821. o620.TopSurface = Enum.SurfaceType.Weld
  6822. o620.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6823. o620.Position = Vector3.new(51.4362106, 7.56057787, -3.74707222)
  6824. o621.Parent = o620
  6825. o622.Parent = o288
  6826. o622.Material = Enum.Material.Neon
  6827. o622.BrickColor = BrickColor.new("Deep orange")
  6828. o622.Position = Vector3.new(39.4361305, 7.16125774, -4.24576092)
  6829. o622.Rotation = Vector3.new(89.9960861, -0.00346063892, 179.99382)
  6830. o622.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6831. o622.Velocity = Vector3.new(0.0273952559, -0.0163048264, -0.0113504324)
  6832. o622.Elasticity = 0.10000000149012
  6833. o622.FormFactor = Enum.FormFactor.Custom
  6834. o622.Friction = 0.5
  6835. o622.Size = Vector3.new(1, 0.200000003, 1)
  6836. o622.CFrame = CFrame.new(39.4361305, 7.16125774, -4.24576092, -0.999992788, -0.000107910586, -6.03995431e-005, 6.04064735e-005, -6.82138343e-005, -1, 0.000107905573, -1, 6.82195023e-005)
  6837. o622.BackSurface = Enum.SurfaceType.Weld
  6838. o622.BottomSurface = Enum.SurfaceType.Weld
  6839. o622.FrontSurface = Enum.SurfaceType.Weld
  6840. o622.LeftSurface = Enum.SurfaceType.Weld
  6841. o622.RightSurface = Enum.SurfaceType.Weld
  6842. o622.TopSurface = Enum.SurfaceType.Weld
  6843. o622.Color = Color3.new(1, 0.686275, 0)
  6844. o622.Position = Vector3.new(39.4361305, 7.16125774, -4.24576092)
  6845. o623.Parent = o622
  6846. o623.Scale = Vector3.new(0.799999952, 0, 1)
  6847. o624.Parent = o288
  6848. o624.Position = Vector3.new(40.436306, 7.16121578, -3.94587779)
  6849. o624.Rotation = Vector3.new(89.9960861, -0.00346063939, 179.99382)
  6850. o624.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6851. o624.Velocity = Vector3.new(0.0273242872, -0.0181442853, -0.0111139929)
  6852. o624.Elasticity = 0.10000000149012
  6853. o624.FormFactor = Enum.FormFactor.Custom
  6854. o624.Friction = 0.5
  6855. o624.Size = Vector3.new(1, 0.400000036, 1)
  6856. o624.CFrame = CFrame.new(40.436306, 7.16121578, -3.94587779, -0.999992788, -0.00010791047, -6.03995504e-005, 6.04064808e-005, -6.82129685e-005, -1, 0.000107905456, -1, 6.82186364e-005)
  6857. o624.BackSurface = Enum.SurfaceType.Weld
  6858. o624.BottomSurface = Enum.SurfaceType.Weld
  6859. o624.FrontSurface = Enum.SurfaceType.Weld
  6860. o624.LeftSurface = Enum.SurfaceType.Weld
  6861. o624.RightSurface = Enum.SurfaceType.Weld
  6862. o624.TopSurface = Enum.SurfaceType.Weld
  6863. o624.Position = Vector3.new(40.436306, 7.16121578, -3.94587779)
  6864. o625.Parent = o624
  6865. o625.Scale = Vector3.new(0.899999976, 1.4000001, 1)
  6866. o626.Parent = o288
  6867. o626.Position = Vector3.new(39.4362679, 7.16128159, -3.94577289)
  6868. o626.Rotation = Vector3.new(89.9960861, -0.00346063985, 179.99382)
  6869. o626.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6870. o626.Velocity = Vector3.new(0.0273244195, -0.0157540049, -0.0113504436)
  6871. o626.Elasticity = 0.10000000149012
  6872. o626.FormFactor = Enum.FormFactor.Custom
  6873. o626.Friction = 0.5
  6874. o626.Size = Vector3.new(1, 0.400000036, 1)
  6875. o626.CFrame = CFrame.new(39.4362679, 7.16128159, -3.94577289, -0.999985397, -0.000107910353, -6.03995577e-005, 6.04060479e-005, -6.82121026e-005, -1, 0.000107904423, -1, 6.82168902e-005)
  6876. o626.BackSurface = Enum.SurfaceType.Weld
  6877. o626.BottomSurface = Enum.SurfaceType.Weld
  6878. o626.FrontSurface = Enum.SurfaceType.Weld
  6879. o626.LeftSurface = Enum.SurfaceType.Weld
  6880. o626.RightSurface = Enum.SurfaceType.Weld
  6881. o626.TopSurface = Enum.SurfaceType.Weld
  6882. o626.Position = Vector3.new(39.4362679, 7.16128159, -3.94577289)
  6883. o627.Parent = o626
  6884. o627.Scale = Vector3.new(0.899999976, 1.4000001, 1)
  6885. o628.Parent = o288
  6886. o628.Position = Vector3.new(33.8367615, 4.1621089, 3.25504303)
  6887. o628.Rotation = Vector3.new(-90.0039139, 0.00346063985, 90.0061874)
  6888. o628.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6889. o628.Velocity = Vector3.new(0.0184547044, 0.0108584203, -0.00716352556)
  6890. o628.Elasticity = 0.10000000149012
  6891. o628.FormFactor = Enum.FormFactor.Custom
  6892. o628.Friction = 0.5
  6893. o628.Size = Vector3.new(2, 0.200000003, 3)
  6894. o628.CFrame = CFrame.new(33.8367615, 4.1621089, 3.25504303, -0.000107910353, -0.999985516, 6.03995577e-005, -6.82120954e-005, 6.04060551e-005, 1, -1, 0.000107904438, -6.82168975e-005)
  6895. o628.BackSurface = Enum.SurfaceType.Weld
  6896. o628.BottomSurface = Enum.SurfaceType.Weld
  6897. o628.FrontSurface = Enum.SurfaceType.Weld
  6898. o628.LeftSurface = Enum.SurfaceType.Weld
  6899. o628.RightSurface = Enum.SurfaceType.Weld
  6900. o628.TopSurface = Enum.SurfaceType.Weld
  6901. o628.Position = Vector3.new(33.8367615, 4.1621089, 3.25504303)
  6902. o629.Parent = o628
  6903. o629.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6904. o630.Parent = o288
  6905. o630.Position = Vector3.new(54.0370712, 4.16110229, 6.25288057)
  6906. o630.Rotation = Vector3.new(-90.0039139, 0.00346064009, 90.0061874)
  6907. o630.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6908. o630.Velocity = Vector3.new(0.0177438483, -0.0319125094, -0.00238792505)
  6909. o630.Elasticity = 0.10000000149012
  6910. o630.FormFactor = Enum.FormFactor.Custom
  6911. o630.Friction = 0.5
  6912. o630.Size = Vector3.new(2, 0.200000003, 3)
  6913. o630.CFrame = CFrame.new(54.0370712, 4.16110229, 6.25288057, -0.000107910237, -0.999985874, 6.03995613e-005, -6.82129175e-005, 6.04060842e-005, 1, -1, 0.000107904372, -6.82177633e-005)
  6914. o630.BackSurface = Enum.SurfaceType.Weld
  6915. o630.BottomSurface = Enum.SurfaceType.Weld
  6916. o630.FrontSurface = Enum.SurfaceType.Weld
  6917. o630.LeftSurface = Enum.SurfaceType.Weld
  6918. o630.RightSurface = Enum.SurfaceType.Weld
  6919. o630.TopSurface = Enum.SurfaceType.Weld
  6920. o630.Position = Vector3.new(54.0370712, 4.16110229, 6.25288057)
  6921. o631.Parent = o630
  6922. o631.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  6923. o632.Parent = o288
  6924. o632.BrickColor = BrickColor.new("Dark stone grey")
  6925. o632.Position = Vector3.new(43.9368896, 4.66154194, 3.75396633)
  6926. o632.Rotation = Vector3.new(150.759506, 89.7667694, 119.236565)
  6927. o632.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6928. o632.Velocity = Vector3.new(0.0195304416, -0.0123642124, -0.00569423474)
  6929. o632.Elasticity = 0.10000000149012
  6930. o632.FormFactor = Enum.FormFactor.Symmetric
  6931. o632.Friction = 0.5
  6932. o632.Size = Vector3.new(6, 3, 12)
  6933. o632.CFrame = CFrame.new(43.9368896, 4.66154194, 3.75396633, -6.03995759e-005, -0.000107910557, 0.999991715, -1, -6.82139143e-005, -6.04064444e-005, 6.82194514e-005, -1, -0.000107905427)
  6934. o632.BottomSurface = Enum.SurfaceType.Weld
  6935. o632.LeftSurface = Enum.SurfaceType.Weld
  6936. o632.RightSurface = Enum.SurfaceType.Weld
  6937. o632.TopSurface = Enum.SurfaceType.Weld
  6938. o632.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6939. o632.Position = Vector3.new(43.9368896, 4.66154194, 3.75396633)
  6940. o633.Parent = o632
  6941. o634.Parent = o288
  6942. o634.BrickColor = BrickColor.new("Dark stone grey")
  6943. o634.Position = Vector3.new(53.4364243, 6.66067362, -0.747056961)
  6944. o634.Rotation = Vector3.new(-0.00390436617, 0.00619008997, 89.9964828)
  6945. o634.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6946. o634.Velocity = Vector3.new(0.025372047, -0.0433375239, -0.00712218089)
  6947. o634.Elasticity = 0.10000000149012
  6948. o634.FormFactor = Enum.FormFactor.Symmetric
  6949. o634.Friction = 0.5
  6950. o634.Size = Vector3.new(2, 1, 6)
  6951. o634.CFrame = CFrame.new(53.4364243, 6.66067362, -0.747056961, 6.14674427e-005, -0.999985874, 0.00010803745, 1, 6.14739838e-005, 6.81440433e-005, -6.81490128e-005, 0.00010803152, 1)
  6952. o634.BackSurface = Enum.SurfaceType.Weld
  6953. o634.BottomSurface = Enum.SurfaceType.Weld
  6954. o634.FrontSurface = Enum.SurfaceType.Weld
  6955. o634.LeftSurface = Enum.SurfaceType.Weld
  6956. o634.RightSurface = Enum.SurfaceType.Weld
  6957. o634.TopSurface = Enum.SurfaceType.Weld
  6958. o634.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6959. o634.Position = Vector3.new(53.4364243, 6.66067362, -0.747056961)
  6960. o635.Parent = o634
  6961. o636.Parent = o288
  6962. o636.Position = Vector3.new(39.9361534, 7.16126204, -3.84577203)
  6963. o636.Rotation = Vector3.new(-29.2582588, -89.7815018, 60.7456741)
  6964. o636.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6965. o636.Velocity = Vector3.new(0.0273007397, -0.016765004, -0.0112322746)
  6966. o636.Elasticity = 0.10000000149012
  6967. o636.FormFactor = Enum.FormFactor.Custom
  6968. o636.Friction = 0.5
  6969. o636.Size = Vector3.new(1, 0.200000003, 2)
  6970. o636.CFrame = CFrame.new(39.9361534, 7.16126204, -3.84577203, 6.04432826e-005, -0.000107910149, -0.999992728, 1, -6.82103855e-005, 6.04502093e-005, -6.82160608e-005, -1, 0.000107905129)
  6971. o636.BackSurface = Enum.SurfaceType.Weld
  6972. o636.BottomSurface = Enum.SurfaceType.Weld
  6973. o636.FrontSurface = Enum.SurfaceType.Weld
  6974. o636.LeftSurface = Enum.SurfaceType.Weld
  6975. o636.RightSurface = Enum.SurfaceType.Weld
  6976. o636.TopSurface = Enum.SurfaceType.Weld
  6977. o636.Position = Vector3.new(39.9361534, 7.16126204, -3.84577203)
  6978. o637.Parent = o636
  6979. o637.Scale = Vector3.new(0.799999952, 3.59999871, 0.699999928)
  6980. o638.Name = "Welding"
  6981. o638.Parent = o636
  6982. o638.C0 = CFrame.new(0, 0, 0, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  6983. o638.C1 = CFrame.new(-3.09999847, -0.5, -4, 0, 4.37113883e-008, -1, 0, -1, -4.37113883e-008, -0.99999994, 0, 0)
  6984. o638.Part0 = o636
  6985. o638.Part1 = o618
  6986. o639.Parent = o288
  6987. o639.BrickColor = BrickColor.new("Dark stone grey")
  6988. o639.Position = Vector3.new(34.4366722, 8.16183567, -0.245271385)
  6989. o639.Rotation = Vector3.new(-0.00390816666, 0.00618279539, 89.9965439)
  6990. o639.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  6991. o639.Velocity = Vector3.new(0.0288412347, 0.00299372105, -0.0143702095)
  6992. o639.Elasticity = 0.10000000149012
  6993. o639.FormFactor = Enum.FormFactor.Symmetric
  6994. o639.Friction = 0.5
  6995. o639.Size = Vector3.new(1, 1, 5)
  6996. o639.CFrame = CFrame.new(34.4366722, 8.16183567, -0.245271385, 6.03995504e-005, -0.999985516, 0.000107910135, 1, 6.04060479e-005, 6.82103782e-005, -6.82151804e-005, 0.000107904219, 1)
  6997. o639.BackSurface = Enum.SurfaceType.Weld
  6998. o639.BottomSurface = Enum.SurfaceType.Weld
  6999. o639.FrontSurface = Enum.SurfaceType.Weld
  7000. o639.LeftSurface = Enum.SurfaceType.Weld
  7001. o639.RightSurface = Enum.SurfaceType.Weld
  7002. o639.TopSurface = Enum.SurfaceType.Weld
  7003. o639.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7004. o639.Position = Vector3.new(34.4366722, 8.16183567, -0.245271385)
  7005. o640.Parent = o639
  7006. o641.Parent = o288
  7007. o641.Material = Enum.Material.Neon
  7008. o641.BrickColor = BrickColor.new("Toothpaste")
  7009. o641.Position = Vector3.new(40.4361229, 7.16119528, -4.24586105)
  7010. o641.Rotation = Vector3.new(89.9960861, -0.00346063985, 179.99382)
  7011. o641.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7012. o641.Velocity = Vector3.new(0.0273951311, -0.0186949894, -0.0111139985)
  7013. o641.Elasticity = 0.10000000149012
  7014. o641.FormFactor = Enum.FormFactor.Custom
  7015. o641.Friction = 0.5
  7016. o641.Size = Vector3.new(1, 0.200000003, 1)
  7017. o641.CFrame = CFrame.new(40.4361229, 7.16119528, -4.24586105, -0.999992788, -0.000107910353, -6.03995577e-005, 6.0406488e-005, -6.82138343e-005, -1, 0.00010790534, -1, 6.82195023e-005)
  7018. o641.BackSurface = Enum.SurfaceType.Weld
  7019. o641.BottomSurface = Enum.SurfaceType.Weld
  7020. o641.FrontSurface = Enum.SurfaceType.Weld
  7021. o641.LeftSurface = Enum.SurfaceType.Weld
  7022. o641.RightSurface = Enum.SurfaceType.Weld
  7023. o641.TopSurface = Enum.SurfaceType.Weld
  7024. o641.Color = Color3.new(0, 1, 1)
  7025. o641.Position = Vector3.new(40.4361229, 7.16119528, -4.24586105)
  7026. o642.Parent = o641
  7027. o642.Scale = Vector3.new(0.799999952, 0, 1)
  7028. o643.Parent = o288
  7029. o643.Position = Vector3.new(54.0364304, 6.66062546, -0.747297227)
  7030. o643.Rotation = Vector3.new(-0.00390821602, 0.00618282426, 89.9965439)
  7031. o643.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7032. o643.Velocity = Vector3.new(0.0253719892, -0.0447719768, -0.00698029855)
  7033. o643.Elasticity = 0.10000000149012
  7034. o643.FormFactor = Enum.FormFactor.Custom
  7035. o643.Friction = 0.5
  7036. o643.Size = Vector3.new(2, 0.200000003, 6)
  7037. o643.CFrame = CFrame.new(54.0364304, 6.66062546, -0.747297227, 6.03995468e-005, -0.999985874, 0.000107910637, 1, 6.04060733e-005, 6.82112368e-005, -6.82160826e-005, 0.000107904772, 1)
  7038. o643.BackSurface = Enum.SurfaceType.Weld
  7039. o643.BottomSurface = Enum.SurfaceType.Weld
  7040. o643.FrontSurface = Enum.SurfaceType.Weld
  7041. o643.LeftSurface = Enum.SurfaceType.Weld
  7042. o643.RightSurface = Enum.SurfaceType.Weld
  7043. o643.TopSurface = Enum.SurfaceType.Weld
  7044. o643.Position = Vector3.new(54.0364304, 6.66062546, -0.747297227)
  7045. o644.Parent = o643
  7046. o644.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  7047. o645.Parent = o288
  7048. o645.Position = Vector3.new(47.9360962, 7.160779, -3.8466351)
  7049. o645.Rotation = Vector3.new(-29.2582588, -89.7815018, 60.7456665)
  7050. o645.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7051. o645.Velocity = Vector3.new(0.0272997897, -0.0358864293, -0.0093408348)
  7052. o645.Elasticity = 0.10000000149012
  7053. o645.FormFactor = Enum.FormFactor.Custom
  7054. o645.Friction = 0.5
  7055. o645.Size = Vector3.new(1, 0.200000003, 2)
  7056. o645.CFrame = CFrame.new(47.9360962, 7.160779, -3.8466351, 6.04432971e-005, -0.000107910142, -0.999992728, 1, -6.80911762e-005, 6.04502093e-005, -6.80968515e-005, -1, 0.000107905129)
  7057. o645.BackSurface = Enum.SurfaceType.Weld
  7058. o645.BottomSurface = Enum.SurfaceType.Weld
  7059. o645.FrontSurface = Enum.SurfaceType.Weld
  7060. o645.LeftSurface = Enum.SurfaceType.Weld
  7061. o645.RightSurface = Enum.SurfaceType.Weld
  7062. o645.TopSurface = Enum.SurfaceType.Weld
  7063. o645.Position = Vector3.new(47.9360962, 7.160779, -3.8466351)
  7064. o646.Parent = o645
  7065. o646.Scale = Vector3.new(0.799999952, 3.59999871, 0.699999928)
  7066. o647.Name = "Welding"
  7067. o647.Parent = o645
  7068. o647.C0 = CFrame.new(0, 0, 0, -4.37113883e-008, 1, -7.54979013e-008, 0, 7.54979013e-008, 1, 1, 4.37113883e-008, -3.30011808e-015)
  7069. o647.C1 = CFrame.new(-3.09999847, -0.5, 4, 0, 4.37113883e-008, -1, 0, -1, -4.37113883e-008, -0.99999994, 0, 0)
  7070. o647.Part0 = o645
  7071. o647.Part1 = o618
  7072. o648.Parent = o288
  7073. o648.BrickColor = BrickColor.new("Dark stone grey")
  7074. o648.Position = Vector3.new(34.4364815, 6.66180086, -0.745077133)
  7075. o648.Rotation = Vector3.new(-0.00390355359, 0.0061884243, 89.9964905)
  7076. o648.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7077. o648.Velocity = Vector3.new(0.025374271, 0.00207591243, -0.011614332)
  7078. o648.Elasticity = 0.10000000149012
  7079. o648.FormFactor = Enum.FormFactor.Symmetric
  7080. o648.Friction = 0.5
  7081. o648.Size = Vector3.new(2, 1, 6)
  7082. o648.CFrame = CFrame.new(34.4364815, 6.66180086, -0.745077133, 6.11927753e-005, -0.999992788, 0.000108008382, 1, 6.11997093e-005, 6.81298625e-005, -6.8135625e-005, 0.000108003325, 1)
  7083. o648.BackSurface = Enum.SurfaceType.Weld
  7084. o648.BottomSurface = Enum.SurfaceType.Weld
  7085. o648.FrontSurface = Enum.SurfaceType.Weld
  7086. o648.LeftSurface = Enum.SurfaceType.Weld
  7087. o648.RightSurface = Enum.SurfaceType.Weld
  7088. o648.TopSurface = Enum.SurfaceType.Weld
  7089. o648.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7090. o648.Position = Vector3.new(34.4364815, 6.66180086, -0.745077133)
  7091. o649.Parent = o648
  7092. o650.Parent = o288
  7093. o650.BrickColor = BrickColor.new("Dark stone grey")
  7094. o650.Position = Vector3.new(36.4362717, 7.56148195, -3.74546909)
  7095. o650.Rotation = Vector3.new(-0.00390811684, 0.00618278794, 179.996536)
  7096. o650.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7097. o650.Velocity = Vector3.new(0.0282335617, -0.00821601693, -0.0127946688)
  7098. o650.Elasticity = 0.10000000149012
  7099. o650.FormFactor = Enum.FormFactor.Custom
  7100. o650.Friction = 0.5
  7101. o650.Size = Vector3.new(3, 0.200000003, 2)
  7102. o650.CFrame = CFrame.new(36.4362717, 7.56148195, -3.74546909, -0.999992788, -6.0399565e-005, 0.000107910004, 6.04064953e-005, -1, 6.82095051e-005, 0.000107904991, 6.82151731e-005, 1)
  7103. o650.BackSurface = Enum.SurfaceType.Weld
  7104. o650.BottomSurface = Enum.SurfaceType.Weld
  7105. o650.FrontSurface = Enum.SurfaceType.Weld
  7106. o650.LeftSurface = Enum.SurfaceType.Weld
  7107. o650.RightSurface = Enum.SurfaceType.Weld
  7108. o650.TopSurface = Enum.SurfaceType.Weld
  7109. o650.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7110. o650.Position = Vector3.new(36.4362717, 7.56148195, -3.74546909)
  7111. o651.Parent = o650
  7112. o652.Parent = o288
  7113. o652.Position = Vector3.new(54.036747, 4.16089773, 3.25288105)
  7114. o652.Rotation = Vector3.new(-90.0039139, 0.00346064009, 90.0061874)
  7115. o652.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7116. o652.Velocity = Vector3.new(0.0184523221, -0.0374234542, -0.00238762586)
  7117. o652.Elasticity = 0.10000000149012
  7118. o652.FormFactor = Enum.FormFactor.Custom
  7119. o652.Friction = 0.5
  7120. o652.Size = Vector3.new(2, 0.200000003, 3)
  7121. o652.CFrame = CFrame.new(54.036747, 4.16089773, 3.25288105, -0.000107910237, -0.999985874, 6.03995613e-005, -6.82129175e-005, 6.04060842e-005, 1, -1, 0.000107904372, -6.82177633e-005)
  7122. o652.BackSurface = Enum.SurfaceType.Weld
  7123. o652.BottomSurface = Enum.SurfaceType.Weld
  7124. o652.FrontSurface = Enum.SurfaceType.Weld
  7125. o652.LeftSurface = Enum.SurfaceType.Weld
  7126. o652.RightSurface = Enum.SurfaceType.Weld
  7127. o652.TopSurface = Enum.SurfaceType.Weld
  7128. o652.Position = Vector3.new(54.036747, 4.16089773, 3.25288105)
  7129. o653.Parent = o652
  7130. o653.Scale = Vector3.new(0.799999952, 1, 0.899999976)
  7131. o654.Parent = o288
  7132. o654.Position = Vector3.new(48.4359894, 7.16074181, -3.94669533)
  7133. o654.Rotation = Vector3.new(89.9960861, -0.00346063939, 179.99382)
  7134. o654.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7135. o654.Velocity = Vector3.new(0.0273233466, -0.0372650027, -0.00922263134)
  7136. o654.Elasticity = 0.10000000149012
  7137. o654.FormFactor = Enum.FormFactor.Custom
  7138. o654.Friction = 0.5
  7139. o654.Size = Vector3.new(1, 0.400000036, 1)
  7140. o654.CFrame = CFrame.new(48.4359894, 7.16074181, -3.94669533, -0.999992788, -0.00010791047, -6.03995504e-005, 6.04064808e-005, -6.82095415e-005, -1, 0.000107905456, -1, 6.82152095e-005)
  7141. o654.BackSurface = Enum.SurfaceType.Weld
  7142. o654.BottomSurface = Enum.SurfaceType.Weld
  7143. o654.FrontSurface = Enum.SurfaceType.Weld
  7144. o654.LeftSurface = Enum.SurfaceType.Weld
  7145. o654.RightSurface = Enum.SurfaceType.Weld
  7146. o654.TopSurface = Enum.SurfaceType.Weld
  7147. o654.Position = Vector3.new(48.4359894, 7.16074181, -3.94669533)
  7148. o655.Parent = o654
  7149. o655.Scale = Vector3.new(0.899999976, 1.4000001, 1)
  7150. o656.Parent = o288
  7151. o656.Material = Enum.Material.Neon
  7152. o656.BrickColor = BrickColor.new("Toothpaste")
  7153. o656.Position = Vector3.new(47.436058, 7.16077995, -4.24658871)
  7154. o656.Rotation = Vector3.new(89.9960861, -0.00346064055, 179.99382)
  7155. o656.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7156. o656.Velocity = Vector3.new(0.0273943096, -0.0354261473, -0.0094590066)
  7157. o656.Elasticity = 0.10000000149012
  7158. o656.FormFactor = Enum.FormFactor.Custom
  7159. o656.Friction = 0.5
  7160. o656.Size = Vector3.new(1, 0.200000003, 1)
  7161. o656.CFrame = CFrame.new(47.436058, 7.16077995, -4.24658871, -0.999992192, -0.000107910149, -6.03995722e-005, 6.04064662e-005, -6.82104219e-005, -1, 0.000107905071, -1, 6.82160171e-005)
  7162. o656.BackSurface = Enum.SurfaceType.Weld
  7163. o656.BottomSurface = Enum.SurfaceType.Weld
  7164. o656.FrontSurface = Enum.SurfaceType.Weld
  7165. o656.LeftSurface = Enum.SurfaceType.Weld
  7166. o656.RightSurface = Enum.SurfaceType.Weld
  7167. o656.TopSurface = Enum.SurfaceType.Weld
  7168. o656.Color = Color3.new(0, 1, 1)
  7169. o656.Position = Vector3.new(47.436058, 7.16077995, -4.24658871)
  7170. o657.Parent = o656
  7171. o657.Scale = Vector3.new(0.799999952, 0, 1)
  7172. o658.Parent = o288
  7173. o658.BrickColor = BrickColor.new("Dark stone grey")
  7174. o658.Position = Vector3.new(47.4391975, 10.1627369, 24.7531414)
  7175. o658.Rotation = Vector3.new(89.9949341, -0.0053834212, -0.00497668004)
  7176. o658.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7177. o658.Velocity = Vector3.new(0.0277157389, 0.0178457908, -0.014973578)
  7178. o658.Elasticity = 0.10000000149012
  7179. o658.FormFactor = Enum.FormFactor.Symmetric
  7180. o658.Friction = 0.5
  7181. o658.Size = Vector3.new(1, 1, 1)
  7182. o658.CFrame = CFrame.new(47.4391975, 10.1627369, 24.7531414, 0.99998945, 8.68585339e-005, -9.39584279e-005, -9.39658203e-005, 8.84176843e-005, -1, -8.68492862e-005, 0.999999642, 8.84247347e-005)
  7183. o658.BackSurface = Enum.SurfaceType.Weld
  7184. o658.BottomSurface = Enum.SurfaceType.Weld
  7185. o658.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7186. o658.Position = Vector3.new(47.4391975, 10.1627369, 24.7531414)
  7187. o659.Parent = o288
  7188. o659.BrickColor = BrickColor.new("Dark stone grey")
  7189. o659.Position = Vector3.new(48.93927, 10.1625338, 22.7530422)
  7190. o659.Rotation = Vector3.new(89.9958954, -0.00346062216, -0.00618214207)
  7191. o659.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7192. o659.Velocity = Vector3.new(0.0281879194, 0.0105859628, -0.0146187069)
  7193. o659.Elasticity = 0.10000000149012
  7194. o659.FormFactor = Enum.FormFactor.Symmetric
  7195. o659.Friction = 0.5
  7196. o659.Size = Vector3.new(2, 1, 1)
  7197. o659.CFrame = CFrame.new(48.93927, 10.1625338, 22.7530422, 0.999990821, 0.000107897744, -6.03992521e-005, -6.04064335e-005, 7.16049399e-005, -1, -0.000107892294, 0.99999994, 7.16103968e-005)
  7198. o659.BackSurface = Enum.SurfaceType.Weld
  7199. o659.BottomSurface = Enum.SurfaceType.Weld
  7200. o659.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7201. o659.Position = Vector3.new(48.93927, 10.1625338, 22.7530422)
  7202. o660.Parent = o288
  7203. o660.Position = Vector3.new(51.9390755, 8.26290226, 23.7529373)
  7204. o660.Rotation = Vector3.new(179.995834, -0.00436441926, 179.991135)
  7205. o660.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7206. o660.Velocity = Vector3.new(0.0234115105, 0.00525348447, -0.0104197133)
  7207. o660.Elasticity = 0.10000000149012
  7208. o660.FormFactor = Enum.FormFactor.Plate
  7209. o660.Friction = 0.5
  7210. o660.Size = Vector3.new(4, 0.400000006, 1)
  7211. o660.CFrame = CFrame.new(51.9390755, 8.26290226, 23.7529373, -0.999986231, -0.000154933281, -7.61734846e-005, -0.000151705375, 0.999997854, -7.26837752e-005, 7.39323441e-005, -7.09754167e-005, -0.999999642)
  7212. o660.Position = Vector3.new(51.9390755, 8.26290226, 23.7529373)
  7213. o661.Parent = o660
  7214. o661.Scale = Vector3.new(0.799999952, 1, 1)
  7215. o661.MeshType = Enum.MeshType.Wedge
  7216. o662.Parent = o288
  7217. o662.Position = Vector3.new(51.9394836, 7.86259174, 25.7523117)
  7218. o662.Rotation = Vector3.new(179.996078, -0.019126974, -179.996017)
  7219. o662.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7220. o662.Velocity = Vector3.new(0.0219822749, 0.0089258384, -0.00968415011)
  7221. o662.Elasticity = 0.10000000149012
  7222. o662.FormFactor = Enum.FormFactor.Plate
  7223. o662.Friction = 0.5
  7224. o662.Size = Vector3.new(4, 0.400000006, 1)
  7225. o662.CFrame = CFrame.new(51.9394836, 7.86259174, 25.7523117, -0.999985993, 6.95559575e-005, -0.000333828677, 6.95781491e-005, 1, -6.85705527e-005, 0.000333825301, -6.85921186e-005, -1)
  7226. o662.Position = Vector3.new(51.9394836, 7.86259174, 25.7523117)
  7227. o663.Parent = o662
  7228. o663.Scale = Vector3.new(0.799999952, 1, 1)
  7229. o663.MeshType = Enum.MeshType.Wedge
  7230. o664.Parent = o288
  7231. o664.BrickColor = BrickColor.new("Dark stone grey")
  7232. o664.Position = Vector3.new(43.9395142, 9.66513443, 18.2535172)
  7233. o664.Rotation = Vector3.new(-0.00333630596, 0.00515734544, -0.0172023308)
  7234. o664.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7235. o664.Velocity = Vector3.new(0.0280624665, 0.0142686591, -0.0148864109)
  7236. o664.Elasticity = 0.10000000149012
  7237. o664.FormFactor = Enum.FormFactor.Symmetric
  7238. o664.Friction = 0.5
  7239. o664.Size = Vector3.new(12, 2, 2)
  7240. o664.CFrame = CFrame.new(43.9395142, 9.66513443, 18.2535172, 0.999981344, 0.00030023171, 9.00126615e-005, -0.000300240266, 1, 5.82294633e-005, -8.99948936e-005, -5.825478e-005, 0.999998987)
  7241. o664.BackSurface = Enum.SurfaceType.Weld
  7242. o664.BottomSurface = Enum.SurfaceType.Weld
  7243. o664.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7244. o664.Position = Vector3.new(43.9395142, 9.66513443, 18.2535172)
  7245. o665.Parent = o288
  7246. o665.BrickColor = BrickColor.new("Dark stone grey")
  7247. o665.Position = Vector3.new(43.9397545, 8.66308975, 26.2537041)
  7248. o665.Rotation = Vector3.new(179.995911, -0.00617098575, -179.996475)
  7249. o665.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7250. o665.Velocity = Vector3.new(0.0237769745, 0.0289663412, -0.0130453585)
  7251. o665.Elasticity = 0.10000000149012
  7252. o665.FormFactor = Enum.FormFactor.Symmetric
  7253. o665.Friction = 0.5
  7254. o665.Size = Vector3.new(12, 2, 2)
  7255. o665.CFrame = CFrame.new(43.9397545, 8.66308975, 26.2537041, -0.999991238, 6.14878227e-005, -0.000107704014, 6.1495004e-005, 1, -7.14309135e-005, 0.000107698543, -7.14364942e-005, -1)
  7256. o665.BackSurface = Enum.SurfaceType.Weld
  7257. o665.BottomSurface = Enum.SurfaceType.Weld
  7258. o665.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7259. o665.Position = Vector3.new(43.9397545, 8.66308975, 26.2537041)
  7260. o666.Parent = o288
  7261. o666.BrickColor = BrickColor.new("Dark stone grey")
  7262. o666.Position = Vector3.new(43.9396858, 10.1630039, 22.7536049)
  7263. o666.Rotation = Vector3.new(89.9961014, -0.00311029912, -0.00703507243)
  7264. o666.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7265. o666.Velocity = Vector3.new(0.0281889103, 0.0225359872, -0.0158010758)
  7266. o666.Elasticity = 0.10000000149012
  7267. o666.FormFactor = Enum.FormFactor.Symmetric
  7268. o666.Friction = 0.5
  7269. o666.Size = Vector3.new(6, 1, 1)
  7270. o666.CFrame = CFrame.new(43.9396858, 10.1630039, 22.7536049, 0.999987543, 0.000122783647, -5.42849593e-005, -5.4292479e-005, 6.80053272e-005, -1, -0.000122779718, 0.999999523, 6.80107405e-005)
  7271. o666.BackSurface = Enum.SurfaceType.Weld
  7272. o666.BottomSurface = Enum.SurfaceType.Weld
  7273. o666.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7274. o666.Position = Vector3.new(43.9396858, 10.1630039, 22.7536049)
  7275. o667.Parent = o288
  7276. o667.Position = Vector3.new(51.9384804, 8.26190948, 17.2531929)
  7277. o667.Rotation = Vector3.new(-0.0038888352, 0.00642271759, -0.0021773586)
  7278. o667.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7279. o667.Velocity = Vector3.new(0.0249451622, -0.00668667955, -0.0104180295)
  7280. o667.Elasticity = 0.10000000149012
  7281. o667.FormFactor = Enum.FormFactor.Plate
  7282. o667.Friction = 0.5
  7283. o667.Size = Vector3.new(4, 0.400000006, 2)
  7284. o667.CFrame = CFrame.new(51.9384804, 8.26190948, 17.2531929, 0.999985039, 3.80015081e-005, 0.000112097565, -3.80078855e-005, 1, 6.78729775e-005, -0.000112093199, -6.78754732e-005, 1)
  7285. o667.Position = Vector3.new(51.9384804, 8.26190948, 17.2531929)
  7286. o668.Parent = o667
  7287. o668.Scale = Vector3.new(0.799999952, 1, 1)
  7288. o668.MeshType = Enum.MeshType.Wedge
  7289. o669.Parent = o288
  7290. o669.BrickColor = BrickColor.new("Dark stone grey")
  7291. o669.Position = Vector3.new(38.9393349, 10.1631336, 22.7541447)
  7292. o669.Rotation = Vector3.new(89.9960861, -0.00346064102, -0.00618200796)
  7293. o669.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7294. o669.Velocity = Vector3.new(0.0281890929, 0.0344878025, -0.0169830006)
  7295. o669.Elasticity = 0.10000000149012
  7296. o669.FormFactor = Enum.FormFactor.Symmetric
  7297. o669.Friction = 0.5
  7298. o669.Size = Vector3.new(2, 1, 1)
  7299. o669.CFrame = CFrame.new(38.9393349, 10.1631336, 22.7541447, 0.999990284, 0.000107895343, -6.03995795e-005, -6.04063571e-005, 6.82133905e-005, -1, -0.000107890053, 0.99999994, 6.82187747e-005)
  7300. o669.BackSurface = Enum.SurfaceType.Weld
  7301. o669.BottomSurface = Enum.SurfaceType.Weld
  7302. o669.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7303. o669.Position = Vector3.new(38.9393349, 10.1631336, 22.7541447)
  7304. o670.Parent = o288
  7305. o670.BrickColor = BrickColor.new("Dark stone grey")
  7306. o670.Position = Vector3.new(40.4395638, 10.1631565, 24.7540054)
  7307. o670.Rotation = Vector3.new(89.9958801, -0.00346061727, -0.00618372718)
  7308. o670.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7309. o670.Velocity = Vector3.new(0.0277165379, 0.0345764831, -0.0166285075)
  7310. o670.Elasticity = 0.10000000149012
  7311. o670.FormFactor = Enum.FormFactor.Symmetric
  7312. o670.Friction = 0.5
  7313. o670.Size = Vector3.new(1, 1, 1)
  7314. o670.CFrame = CFrame.new(40.4395638, 10.1631565, 24.7540054, 0.999990404, 0.000107925363, -6.03991648e-005, -6.04063644e-005, 7.20008611e-005, -1, -0.00010791987, 1, 7.2006238e-005)
  7315. o670.BackSurface = Enum.SurfaceType.Weld
  7316. o670.BottomSurface = Enum.SurfaceType.Weld
  7317. o670.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7318. o670.Position = Vector3.new(40.4395638, 10.1631565, 24.7540054)
  7319. o671.Parent = o288
  7320. o671.Position = Vector3.new(35.9393806, 8.2633934, 23.7546253)
  7321. o671.Rotation = Vector3.new(179.996094, -0.00618194789, -179.996536)
  7322. o671.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7323. o671.Velocity = Vector3.new(0.0234122854, 0.0434958041, -0.0142016746)
  7324. o671.Elasticity = 0.10000000149012
  7325. o671.FormFactor = Enum.FormFactor.Plate
  7326. o671.Friction = 0.5
  7327. o671.Size = Vector3.new(4, 0.400000006, 1)
  7328. o671.CFrame = CFrame.new(35.9393806, 8.2633934, 23.7546253, -0.999990284, 6.03995795e-005, -0.000107895343, 6.04063571e-005, 1, -6.82133905e-005, 0.000107890053, -6.82187747e-005, -0.99999994)
  7329. o671.Position = Vector3.new(35.9393806, 8.2633934, 23.7546253)
  7330. o672.Parent = o671
  7331. o672.Scale = Vector3.new(0.799999952, 1, 1)
  7332. o672.MeshType = Enum.MeshType.Wedge
  7333. o673.Parent = o288
  7334. o673.Position = Vector3.new(35.9396782, 7.86351871, 25.7545643)
  7335. o673.Rotation = Vector3.new(179.996094, -0.0061818976, -179.996536)
  7336. o673.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7337. o673.Velocity = Vector3.new(0.0219839588, 0.0471694618, -0.0134669384)
  7338. o673.Elasticity = 0.10000000149012
  7339. o673.FormFactor = Enum.FormFactor.Plate
  7340. o673.Friction = 0.5
  7341. o673.Size = Vector3.new(4, 0.400000006, 1)
  7342. o673.CFrame = CFrame.new(35.9396782, 7.86351871, 25.7545643, -0.999992788, 6.03995977e-005, -0.000107894462, 6.04065281e-005, 1, -6.82150057e-005, 0.000107889449, -6.82206737e-005, -1)
  7343. o673.Position = Vector3.new(35.9396782, 7.86351871, 25.7545643)
  7344. o674.Parent = o673
  7345. o674.Scale = Vector3.new(0.799999952, 1, 1)
  7346. o674.MeshType = Enum.MeshType.Wedge
  7347. o675.Parent = o288
  7348. o675.BrickColor = BrickColor.new("Dark stone grey")
  7349. o675.Position = Vector3.new(34.439373, 3.6635294, 24.7549896)
  7350. o675.Rotation = Vector3.new(179.996094, -0.0061774007, 0.00343175698)
  7351. o675.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7352. o675.Velocity = Vector3.new(0.0121822171, 0.0489187241, -0.00610510632)
  7353. o675.Elasticity = 0.10000000149012
  7354. o675.FormFactor = Enum.FormFactor.Symmetric
  7355. o675.Friction = 0.5
  7356. o675.Size = Vector3.new(1, 2, 3)
  7357. o675.CFrame = CFrame.new(34.439373, 3.6635294, 24.7549896, 0.999992788, -5.98950246e-005, -0.000107815977, -5.99019259e-005, -1, -6.8058398e-005, -0.000107811007, 6.80640078e-005, -1)
  7358. o675.BackSurface = Enum.SurfaceType.Weld
  7359. o675.BottomSurface = Enum.SurfaceType.Weld
  7360. o675.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7361. o675.Position = Vector3.new(34.439373, 3.6635294, 24.7549896)
  7362. o676.Parent = o288
  7363. o676.BrickColor = BrickColor.new("Dark stone grey")
  7364. o676.Position = Vector3.new(53.4389496, 3.66240048, 24.7530174)
  7365. o676.Rotation = Vector3.new(179.996094, -0.00618107431, 0.00346068991)
  7366. o676.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7367. o676.Velocity = Vector3.new(0.0121799875, 0.00350617617, -0.00161303906)
  7368. o676.Elasticity = 0.10000000149012
  7369. o676.FormFactor = Enum.FormFactor.Symmetric
  7370. o676.Friction = 0.5
  7371. o676.Size = Vector3.new(1, 2, 3)
  7372. o676.CFrame = CFrame.new(53.4389496, 3.66240048, 24.7530174, 0.999985874, -6.03995795e-005, -0.0001078801, -6.04060988e-005, -1, -6.82095488e-005, -0.000107874235, 6.82143946e-005, -1)
  7373. o676.BackSurface = Enum.SurfaceType.Weld
  7374. o676.BottomSurface = Enum.SurfaceType.Weld
  7375. o676.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7376. o676.Position = Vector3.new(53.4389496, 3.66240048, 24.7530174)
  7377. o677.Parent = o288
  7378. o677.Position = Vector3.new(35.9386826, 8.26211643, 17.2546978)
  7379. o677.Rotation = Vector3.new(-0.00391028496, 0.00629375316, 0.0211255401)
  7380. o677.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7381. o677.Velocity = Vector3.new(0.0249453001, 0.0315555483, -0.0141994935)
  7382. o677.Elasticity = 0.10000000149012
  7383. o677.FormFactor = Enum.FormFactor.Plate
  7384. o677.Friction = 0.5
  7385. o677.Size = Vector3.new(4, 0.400000006, 2)
  7386. o677.CFrame = CFrame.new(35.9386826, 8.26211643, 17.2546978, 0.999992728, -0.000368707551, 0.000109846711, 0.000368703564, 0.99999994, 6.82473474e-005, -0.000109870991, -6.82059908e-005, 1)
  7387. o677.Position = Vector3.new(35.9386826, 8.26211643, 17.2546978)
  7388. o678.Parent = o677
  7389. o678.Scale = Vector3.new(0.799999952, 1, 1)
  7390. o678.MeshType = Enum.MeshType.Wedge
  7391. o679.Parent = o288
  7392. o679.BrickColor = BrickColor.new("Dark stone grey")
  7393. o679.Position = Vector3.new(46.4386024, 5.16227627, 16.7530022)
  7394. o679.Rotation = Vector3.new(112.949677, 89.7934647, 157.031036)
  7395. o679.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7396. o679.Velocity = Vector3.new(0.0176552534, 0.00553904148, -0.0060229972)
  7397. o679.Elasticity = 0.10000000149012
  7398. o679.FormFactor = Enum.FormFactor.Symmetric
  7399. o679.Friction = 0.5
  7400. o679.Size = Vector3.new(5, 1, 1)
  7401. o679.CFrame = CFrame.new(46.4386024, 5.16227627, 16.7530022, -0.000245606905, -0.000104096951, 0.999993503, -1, -0.000332469412, -0.000245642354, 0.000332494237, -1, -0.000104014463)
  7402. o679.BackSurface = Enum.SurfaceType.Weld
  7403. o679.BottomSurface = Enum.SurfaceType.Weld
  7404. o679.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7405. o679.Position = Vector3.new(46.4386024, 5.16227627, 16.7530022)
  7406. o680.Parent = o288
  7407. o680.BrickColor = BrickColor.new("Dark stone grey")
  7408. o680.Position = Vector3.new(51.4373207, 8.16131496, 6.75328779)
  7409. o680.Rotation = Vector3.new(179.996094, -0.00622633053, -179.995911)
  7410. o680.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7411. o680.Velocity = Vector3.new(0.0271860864, -0.0247797463, -0.0103516476)
  7412. o680.Elasticity = 0.10000000149012
  7413. o680.FormFactor = Enum.FormFactor.Symmetric
  7414. o680.Friction = 0.5
  7415. o680.Size = Vector3.new(1, 1, 1)
  7416. o680.CFrame = CFrame.new(51.4373207, 8.16131496, 6.75328779, -0.99998039, 7.15072529e-005, -0.00010866997, 7.23071644e-005, 0.999995947, -6.84429324e-005, 0.000108692831, -6.83369726e-005, -0.99999696)
  7417. o680.BackSurface = Enum.SurfaceType.Weld
  7418. o680.BottomSurface = Enum.SurfaceType.Weld
  7419. o680.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7420. o680.Position = Vector3.new(51.4373207, 8.16131496, 6.75328779)
  7421. o681.Parent = o288
  7422. o681.BrickColor = BrickColor.new("Dark stone grey")
  7423. o681.Position = Vector3.new(43.9393616, 3.16300249, 25.254055)
  7424. o681.Rotation = Vector3.new(179.996094, -0.00618103193, 0.00346066058)
  7425. o681.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7426. o681.Velocity = Vector3.new(0.0108680213, 0.0271306857, -0.00294047454)
  7427. o681.Elasticity = 0.10000000149012
  7428. o681.FormFactor = Enum.FormFactor.Symmetric
  7429. o681.Friction = 0.5
  7430. o681.Size = Vector3.new(12, 3, 4)
  7431. o681.CFrame = CFrame.new(43.9393616, 3.16300249, 25.254055, 0.999993265, -6.0399514e-005, -0.000107879358, -6.04064735e-005, -1, -6.82087193e-005, -0.000107874395, 6.82144455e-005, -1)
  7432. o681.BackSurface = Enum.SurfaceType.Weld
  7433. o681.BottomSurface = Enum.SurfaceType.Weld
  7434. o681.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7435. o681.Position = Vector3.new(43.9393616, 3.16300249, 25.254055)
  7436. o682.Parent = o288
  7437. o682.BrickColor = BrickColor.new("Dark stone grey")
  7438. o682.Position = Vector3.new(48.4370041, 8.16135406, 4.75322676)
  7439. o682.Rotation = Vector3.new(179.996094, -0.00618195906, -179.996536)
  7440. o682.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7441. o682.Velocity = Vector3.new(0.0276588351, -0.0212835893, -0.0110607566)
  7442. o682.Elasticity = 0.10000000149012
  7443. o682.FormFactor = Enum.FormFactor.Symmetric
  7444. o682.Friction = 0.5
  7445. o682.Size = Vector3.new(1, 1, 1)
  7446. o682.CFrame = CFrame.new(48.4370041, 8.16135406, 4.75322676, -0.999991715, 6.03995832e-005, -0.000107895539, 6.04064517e-005, 1, -6.82147656e-005, 0.00010789041, -6.82203026e-005, -1)
  7447. o682.BackSurface = Enum.SurfaceType.Weld
  7448. o682.BottomSurface = Enum.SurfaceType.Weld
  7449. o682.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7450. o682.Position = Vector3.new(48.4370041, 8.16135406, 4.75322676)
  7451. o683.Parent = o288
  7452. o683.BrickColor = BrickColor.new("Dark stone grey")
  7453. o683.Position = Vector3.new(39.4372025, 8.16189766, 4.7542057)
  7454. o683.Rotation = Vector3.new(179.996094, -0.00618195999, -179.996536)
  7455. o683.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7456. o683.Velocity = Vector3.new(0.0276599042, 0.000227704644, -0.013188595)
  7457. o683.Elasticity = 0.10000000149012
  7458. o683.FormFactor = Enum.FormFactor.Symmetric
  7459. o683.Friction = 0.5
  7460. o683.Size = Vector3.new(1, 1, 1)
  7461. o683.CFrame = CFrame.new(39.4372025, 8.16189766, 4.7542057, -0.999991715, 6.03995832e-005, -0.000107895554, 6.04064517e-005, 1, -6.82147656e-005, 0.000107890424, -6.82203026e-005, -1)
  7462. o683.BackSurface = Enum.SurfaceType.Weld
  7463. o683.BottomSurface = Enum.SurfaceType.Weld
  7464. o683.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7465. o683.Position = Vector3.new(39.4372025, 8.16189766, 4.7542057)
  7466. o684.Parent = o288
  7467. o684.BrickColor = BrickColor.new("Dark stone grey")
  7468. o684.Position = Vector3.new(41.4383545, 5.16253948, 16.7545052)
  7469. o684.Rotation = Vector3.new(-0.0116382688, 0.00413251808, -90.0062866)
  7470. o684.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7471. o684.Velocity = Vector3.new(0.0176555291, 0.01749238, -0.00720514264)
  7472. o684.Elasticity = 0.10000000149012
  7473. o684.FormFactor = Enum.FormFactor.Symmetric
  7474. o684.Friction = 0.5
  7475. o684.Size = Vector3.new(5, 1, 1)
  7476. o684.CFrame = CFrame.new(41.4383545, 5.16253948, 16.7545052, -0.000109683264, 0.999993503, 7.2126044e-005, -1, -0.000109697838, 0.00020312611, 0.00020313327, -7.21027245e-005, 1)
  7477. o684.BackSurface = Enum.SurfaceType.Weld
  7478. o684.BottomSurface = Enum.SurfaceType.Weld
  7479. o684.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7480. o684.Position = Vector3.new(41.4383545, 5.16253948, 16.7545052)
  7481. o685.Parent = o288
  7482. o685.BrickColor = BrickColor.new("Dark stone grey")
  7483. o685.Position = Vector3.new(47.4377289, 5.16220999, 12.2528381)
  7484. o685.Rotation = Vector3.new(0.0126822628, 0.00674443459, 89.9955444)
  7485. o685.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7486. o685.Velocity = Vector3.new(0.0187185779, -0.00511674583, -0.00578676071)
  7487. o685.Elasticity = 0.10000000149012
  7488. o685.FormFactor = Enum.FormFactor.Symmetric
  7489. o685.Friction = 0.5
  7490. o685.Size = Vector3.new(5, 1, 2)
  7491. o685.CFrame = CFrame.new(47.4377289, 5.16220999, 12.2528381, 7.77419846e-005, -0.999990284, 0.000117712589, 1.00000024, 7.83237701e-005, -0.000221347378, 0.000221735128, 0.000117142481, 1.0000006)
  7492. o685.BackSurface = Enum.SurfaceType.Weld
  7493. o685.BottomSurface = Enum.SurfaceType.Weld
  7494. o685.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7495. o685.Position = Vector3.new(47.4377289, 5.16220999, 12.2528381)
  7496. o686.Parent = o288
  7497. o686.BrickColor = BrickColor.new("Dark stone grey")
  7498. o686.Position = Vector3.new(43.9362907, 3.66124344, -0.746004522)
  7499. o686.Rotation = Vector3.new(-0.00390832126, 0.00618108781, 179.996536)
  7500. o686.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7501. o686.Velocity = Vector3.new(0.0182031691, -0.0206303056, -0.00385658769)
  7502. o686.Elasticity = 0.10000000149012
  7503. o686.FormFactor = Enum.FormFactor.Symmetric
  7504. o686.Friction = 0.5
  7505. o686.Size = Vector3.new(12, 4, 6)
  7506. o686.CFrame = CFrame.new(43.9362907, 3.66124344, -0.746004522, -0.999992788, -6.03995722e-005, 0.000107880333, 6.0406499e-005, -1, 6.82130703e-005, 0.000107875319, 6.82187383e-005, 1)
  7507. o686.BackSurface = Enum.SurfaceType.Weld
  7508. o686.BottomSurface = Enum.SurfaceType.Weld
  7509. o686.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7510. o686.Position = Vector3.new(43.9362907, 3.66124344, -0.746004522)
  7511. o687.Parent = o288
  7512. o687.BrickColor = BrickColor.new("Dark stone grey")
  7513. o687.Position = Vector3.new(40.4381752, 5.16229773, 12.2540493)
  7514. o687.Rotation = Vector3.new(-0.0100640422, 0.00691342121, -90.0038452)
  7515. o687.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7516. o687.Velocity = Vector3.new(0.0187185016, 0.0116143916, -0.00744106155)
  7517. o687.Elasticity = 0.10000000149012
  7518. o687.FormFactor = Enum.FormFactor.Symmetric
  7519. o687.Friction = 0.5
  7520. o687.Size = Vector3.new(5, 1, 2)
  7521. o687.CFrame = CFrame.new(40.4381752, 5.16229773, 12.2540493, -6.70885347e-005, 0.99999994, 0.000120661964, -1, -6.7109715e-005, 0.000175650668, 0.000175658759, -0.000120650155, 1)
  7522. o687.BackSurface = Enum.SurfaceType.Weld
  7523. o687.BottomSurface = Enum.SurfaceType.Weld
  7524. o687.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7525. o687.Position = Vector3.new(40.4381752, 5.16229773, 12.2540493)
  7526. o688.Parent = o288
  7527. o688.BrickColor = BrickColor.new("Dark stone grey")
  7528. o688.Position = Vector3.new(50.4371719, 8.16112614, 3.25296116)
  7529. o688.Rotation = Vector3.new(179.996063, -0.0161359627, -179.996475)
  7530. o688.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7531. o688.Velocity = Vector3.new(0.0280128345, -0.0288203321, -0.0105876569)
  7532. o688.Elasticity = 0.10000000149012
  7533. o688.FormFactor = Enum.FormFactor.Symmetric
  7534. o688.Friction = 0.5
  7535. o688.Size = Vector3.new(1, 1, 2)
  7536. o688.CFrame = CFrame.new(50.4371719, 8.16112614, 3.25296116, -0.999985158, 6.17782644e-005, -0.00028162566, 6.21009312e-005, 1.00000024, -6.88578875e-005, 0.000281294226, -6.86756903e-005, -1.00000024)
  7537. o688.BackSurface = Enum.SurfaceType.Weld
  7538. o688.BottomSurface = Enum.SurfaceType.Weld
  7539. o688.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7540. o688.Position = Vector3.new(50.4371719, 8.16112614, 3.25296116)
  7541. o689.Parent = o288
  7542. o689.BrickColor = BrickColor.new("Dark stone grey")
  7543. o689.Position = Vector3.new(52.9371452, 8.16096115, 3.25247669)
  7544. o689.Rotation = Vector3.new(179.996094, -0.0160736181, -179.99646)
  7545. o689.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7546. o689.Velocity = Vector3.new(0.0280125551, -0.0347961485, -0.00999655761)
  7547. o689.Elasticity = 0.10000000149012
  7548. o689.FormFactor = Enum.FormFactor.Symmetric
  7549. o689.Friction = 0.5
  7550. o689.Size = Vector3.new(2, 1, 2)
  7551. o689.CFrame = CFrame.new(52.9371452, 8.16096115, 3.25247669, -0.999985874, 6.18053455e-005, -0.000280537555, 6.18236954e-005, 1, -6.83475446e-005, 0.000280534034, -6.8363217e-005, -1)
  7552. o689.BackSurface = Enum.SurfaceType.Weld
  7553. o689.BottomSurface = Enum.SurfaceType.Weld
  7554. o689.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7555. o689.Position = Vector3.new(52.9371452, 8.16096115, 3.25247669)
  7556. o690.Parent = o288
  7557. o690.BrickColor = BrickColor.new("Dark stone grey")
  7558. o690.Position = Vector3.new(36.4374084, 8.16223717, 6.7545433)
  7559. o690.Rotation = Vector3.new(179.996094, -0.00914706849, -179.996475)
  7560. o690.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7561. o690.Velocity = Vector3.new(0.0271879937, 0.0110723013, -0.0138981324)
  7562. o690.Elasticity = 0.10000000149012
  7563. o690.FormFactor = Enum.FormFactor.Symmetric
  7564. o690.Friction = 0.5
  7565. o690.Size = Vector3.new(1, 1, 1)
  7566. o690.CFrame = CFrame.new(36.4374084, 8.16223717, 6.7545433, -0.99998498, 6.1636063e-005, -0.000159646457, 6.19501661e-005, 1.00000024, -6.84312545e-005, 0.000159402698, -6.82414611e-005, -1.00000012)
  7567. o690.BackSurface = Enum.SurfaceType.Weld
  7568. o690.BottomSurface = Enum.SurfaceType.Weld
  7569. o690.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7570. o690.Position = Vector3.new(36.4374084, 8.16223717, 6.7545433)
  7571. o691.Parent = o288
  7572. o691.BrickColor = BrickColor.new("Dark stone grey")
  7573. o691.Position = Vector3.new(53.4362869, 4.16066885, -0.746855736)
  7574. o691.Rotation = Vector3.new(-0.00390665513, 0.00619306415, 179.99646)
  7575. o691.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7576. o691.Velocity = Vector3.new(0.0193969961, -0.0433368273, -0.00252910657)
  7577. o691.Elasticity = 0.10000000149012
  7578. o691.FormFactor = Enum.FormFactor.Symmetric
  7579. o691.Friction = 0.5
  7580. o691.Size = Vector3.new(1, 3, 6)
  7581. o691.CFrame = CFrame.new(53.4362869, 4.16066885, -0.746855736, -0.999985874, -6.19508501e-005, 0.000108089356, 6.19574057e-005, -1, 6.81839956e-005, 0.00010808339, 6.81890233e-005, 1)
  7582. o691.BackSurface = Enum.SurfaceType.Weld
  7583. o691.BottomSurface = Enum.SurfaceType.Weld
  7584. o691.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7585. o691.Position = Vector3.new(53.4362869, 4.16066885, -0.746855736)
  7586. o692.Parent = o288
  7587. o692.BrickColor = BrickColor.new("Dark stone grey")
  7588. o692.Position = Vector3.new(37.4369431, 8.16193295, 3.25444412)
  7589. o692.Rotation = Vector3.new(179.996094, -0.00912657753, -179.99649)
  7590. o692.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7591. o692.Velocity = Vector3.new(0.0280144121, 0.00225289725, -0.0136613622)
  7592. o692.Elasticity = 0.10000000149012
  7593. o692.FormFactor = Enum.FormFactor.Symmetric
  7594. o692.Friction = 0.5
  7595. o692.Size = Vector3.new(1, 1, 2)
  7596. o692.CFrame = CFrame.new(37.4369431, 8.16193295, 3.25444412, -0.99998486, 6.1147075e-005, -0.000159288829, 6.14611345e-005, 1.00000024, -6.83452236e-005, 0.000159015268, -6.81553138e-005, -1.00000012)
  7597. o692.BackSurface = Enum.SurfaceType.Weld
  7598. o692.BottomSurface = Enum.SurfaceType.Weld
  7599. o692.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7600. o692.Position = Vector3.new(37.4369431, 8.16193295, 3.25444412)
  7601. o693.Parent = o288
  7602. o693.BrickColor = BrickColor.new("Dark stone grey")
  7603. o693.Position = Vector3.new(38.4367981, 8.16167641, 0.754274368)
  7604. o693.Rotation = Vector3.new(-29.2371178, -89.7823944, -29.2331791)
  7605. o693.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7606. o693.Velocity = Vector3.new(0.0286046416, -0.00473016314, -0.0134246042)
  7607. o693.Elasticity = 0.10000000149012
  7608. o693.FormFactor = Enum.FormFactor.Symmetric
  7609. o693.Friction = 0.5
  7610. o693.Size = Vector3.new(3, 1, 1)
  7611. o693.CFrame = CFrame.new(38.4367981, 8.16167641, 0.754274368, 0.000107925487, 6.0399565e-005, -0.999992788, 6.82138198e-005, 1, 6.04064953e-005, 1, -6.82194877e-005, 0.000107920474)
  7612. o693.BackSurface = Enum.SurfaceType.Weld
  7613. o693.BottomSurface = Enum.SurfaceType.Weld
  7614. o693.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7615. o693.Position = Vector3.new(38.4367981, 8.16167641, 0.754274368)
  7616. o694.Parent = o288
  7617. o694.BrickColor = BrickColor.new("Dark stone grey")
  7618. o694.Position = Vector3.new(49.4366875, 8.1610136, 0.753087521)
  7619. o694.Rotation = Vector3.new(150.762878, 89.7823944, -150.766815)
  7620. o694.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7621. o694.Velocity = Vector3.new(0.0286033377, -0.0310220458, -0.010823884)
  7622. o694.Elasticity = 0.10000000149012
  7623. o694.FormFactor = Enum.FormFactor.Symmetric
  7624. o694.Friction = 0.5
  7625. o694.Size = Vector3.new(3, 1, 1)
  7626. o694.CFrame = CFrame.new(49.4366875, 8.1610136, 0.753087521, -0.000107925443, 6.0399565e-005, 0.999992788, -6.82137907e-005, 1, -6.04064953e-005, -1, -6.82194586e-005, -0.00010792043)
  7627. o694.BackSurface = Enum.SurfaceType.Weld
  7628. o694.BottomSurface = Enum.SurfaceType.Weld
  7629. o694.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7630. o694.Position = Vector3.new(49.4366875, 8.1610136, 0.753087521)
  7631. o695.Parent = o288
  7632. o695.BrickColor = BrickColor.new("Dark stone grey")
  7633. o695.Position = Vector3.new(40.4387474, 5.1617775, 6.75435495)
  7634. o695.Rotation = Vector3.new(179.989273, -0.00641655782, -89.9771347)
  7635. o695.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7636. o695.Velocity = Vector3.new(0.0200169496, 0.00150876865, -0.00743997004)
  7637. o695.Elasticity = 0.10000000149012
  7638. o695.FormFactor = Enum.FormFactor.Symmetric
  7639. o695.Friction = 0.5
  7640. o695.Size = Vector3.new(5, 1, 1)
  7641. o695.CFrame = CFrame.new(40.4387474, 5.1617775, 6.75435495, 0.000399013341, 0.999992311, -0.000111990063, 1.00000191, -0.000403294922, -0.000187358964, -0.000184631557, -0.000107751788, -1.00000429)
  7642. o695.BackSurface = Enum.SurfaceType.Weld
  7643. o695.BottomSurface = Enum.SurfaceType.Weld
  7644. o695.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7645. o695.Position = Vector3.new(40.4387474, 5.1617775, 6.75435495)
  7646. o696.Parent = o288
  7647. o696.BrickColor = BrickColor.new("Dark stone grey")
  7648. o696.Position = Vector3.new(47.4371605, 5.16146517, 6.7545619)
  7649. o696.Rotation = Vector3.new(179.976013, -0.00742853852, 89.9943085)
  7650. o696.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7651. o696.Velocity = Vector3.new(0.0200161543, -0.015217036, -0.00578552671)
  7652. o696.Elasticity = 0.10000000149012
  7653. o696.FormFactor = Enum.FormFactor.Symmetric
  7654. o696.Friction = 0.5
  7655. o696.Size = Vector3.new(5, 1, 1)
  7656. o696.CFrame = CFrame.new(47.4371605, 5.16146517, 6.7545619, 9.93636568e-005, -0.99999994, -0.000129652457, -1, -9.93093709e-005, -0.000418885204, 0.000418872311, 0.000129694046, -1)
  7657. o696.BackSurface = Enum.SurfaceType.Weld
  7658. o696.BottomSurface = Enum.SurfaceType.Weld
  7659. o696.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7660. o696.Position = Vector3.new(47.4371605, 5.16146517, 6.7545619)
  7661. o697.Parent = o288
  7662. o697.BrickColor = BrickColor.new("Dark stone grey")
  7663. o697.Position = Vector3.new(41.436264, 7.86126375, -2.24591446)
  7664. o697.Rotation = Vector3.new(-0.00390826678, 0.00618226686, -0.00346066058)
  7665. o697.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7666. o697.Velocity = Vector3.new(0.0285956636, -0.0174109433, -0.0121638384)
  7667. o697.Elasticity = 0.10000000149012
  7668. o697.FormFactor = Enum.FormFactor.Plate
  7669. o697.Friction = 0.5
  7670. o697.Size = Vector3.new(1, 0.400000006, 1)
  7671. o697.CFrame = CFrame.new(41.436264, 7.86126375, -2.24591446, 0.999992788, 6.03994849e-005, 0.000107900909, -6.04064153e-005, 1, 6.82121245e-005, -0.000107895896, -6.82177924e-005, 1)
  7672. o697.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7673. o697.Position = Vector3.new(41.436264, 7.86126375, -2.24591446)
  7674. o698.Parent = o288
  7675. o698.BrickColor = BrickColor.new("Dark stone grey")
  7676. o698.Position = Vector3.new(43.9363861, 7.8611412, -2.24629116)
  7677. o698.Rotation = Vector3.new(-0.00390837062, 0.00618108129, -0.00346066593)
  7678. o698.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7679. o698.Velocity = Vector3.new(0.0285954587, -0.023386918, -0.011572782)
  7680. o698.Elasticity = 0.10000000149012
  7681. o698.FormFactor = Enum.FormFactor.Plate
  7682. o698.Friction = 0.5
  7683. o698.Size = Vector3.new(2, 0.400000006, 1)
  7684. o698.CFrame = CFrame.new(43.9363861, 7.8611412, -2.24629116, 0.999992788, 6.03995795e-005, 0.000107880216, -6.04065062e-005, 1, 6.82139362e-005, -0.000107875203, -6.82196041e-005, 1)
  7685. o698.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7686. o698.Position = Vector3.new(43.9363861, 7.8611412, -2.24629116)
  7687. o699.Parent = o288
  7688. o699.BrickColor = BrickColor.new("Dark stone grey")
  7689. o699.Position = Vector3.new(48.4361649, 8.16083527, -2.74681234)
  7690. o699.Rotation = Vector3.new(-0.00390842697, 0.00618109945, -0.0034606664)
  7691. o699.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7692. o699.Velocity = Vector3.new(0.0294300094, -0.0350609496, -0.0110600013)
  7693. o699.Elasticity = 0.10000000149012
  7694. o699.FormFactor = Enum.FormFactor.Symmetric
  7695. o699.Friction = 0.5
  7696. o699.Size = Vector3.new(1, 1, 2)
  7697. o699.CFrame = CFrame.new(48.4361649, 8.16083527, -2.74681234, 0.999992788, 6.03995868e-005, 0.000107880536, -6.04065135e-005, 1, 6.82149184e-005, -0.000107875523, -6.82205864e-005, 1)
  7698. o699.BackSurface = Enum.SurfaceType.Weld
  7699. o699.BottomSurface = Enum.SurfaceType.Weld
  7700. o699.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7701. o699.Position = Vector3.new(48.4361649, 8.16083527, -2.74681234)
  7702. o700.Parent = o288
  7703. o700.BrickColor = BrickColor.new("Dark stone grey")
  7704. o700.Position = Vector3.new(39.4365959, 8.1613636, -2.7458334)
  7705. o700.Rotation = Vector3.new(-0.00390842697, 0.00618109945, -0.0034606664)
  7706. o700.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7707. o700.Velocity = Vector3.new(0.0294310413, -0.0135502126, -0.0131877568)
  7708. o700.Elasticity = 0.10000000149012
  7709. o700.FormFactor = Enum.FormFactor.Symmetric
  7710. o700.Friction = 0.5
  7711. o700.Size = Vector3.new(1, 1, 2)
  7712. o700.CFrame = CFrame.new(39.4365959, 8.1613636, -2.7458334, 0.999992788, 6.03995868e-005, 0.000107880536, -6.04065135e-005, 1, 6.82149184e-005, -0.000107875523, -6.82205864e-005, 1)
  7713. o700.BackSurface = Enum.SurfaceType.Weld
  7714. o700.BottomSurface = Enum.SurfaceType.Weld
  7715. o700.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7716. o700.Position = Vector3.new(39.4365959, 8.1613636, -2.7458334)
  7717. o701.Parent = o288
  7718. o701.BrickColor = BrickColor.new("Dark stone grey")
  7719. o701.Position = Vector3.new(46.4361687, 7.86098242, -2.24647689)
  7720. o701.Rotation = Vector3.new(-0.00390826678, 0.00618226686, -0.00346066058)
  7721. o701.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7722. o701.Velocity = Vector3.new(0.0285951234, -0.0293617323, -0.0109817404)
  7723. o701.Elasticity = 0.10000000149012
  7724. o701.FormFactor = Enum.FormFactor.Plate
  7725. o701.Friction = 0.5
  7726. o701.Size = Vector3.new(1, 0.400000006, 1)
  7727. o701.CFrame = CFrame.new(46.4361687, 7.86098242, -2.24647689, 0.999992788, 6.03994849e-005, 0.000107900909, -6.04064153e-005, 1, 6.82121245e-005, -0.000107895896, -6.82177924e-005, 1)
  7728. o701.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7729. o701.Position = Vector3.new(46.4361687, 7.86098242, -2.24647689)
  7730. o702.Parent = o288
  7731. o702.BrickColor = BrickColor.new("Dark stone grey")
  7732. o702.Position = Vector3.new(34.9366493, 8.16149044, 3.25523376)
  7733. o702.Rotation = Vector3.new(179.996063, -0.0111534204, 179.991486)
  7734. o702.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7735. o702.Velocity = Vector3.new(0.0280131679, 0.00823004171, -0.0142514203)
  7736. o702.Elasticity = 0.10000000149012
  7737. o702.FormFactor = Enum.FormFactor.Symmetric
  7738. o702.Friction = 0.5
  7739. o702.Size = Vector3.new(2, 1, 2)
  7740. o702.CFrame = CFrame.new(34.9366493, 8.16149044, 3.25523376, -0.999992788, -0.000148791645, -0.000194663909, -0.000148780178, 1, -6.88958899e-005, 0.000194673863, -6.88660803e-005, -1)
  7741. o702.BackSurface = Enum.SurfaceType.Weld
  7742. o702.BottomSurface = Enum.SurfaceType.Weld
  7743. o702.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7744. o702.Position = Vector3.new(34.9366493, 8.16149044, 3.25523376)
  7745. o703.Parent = o288
  7746. o703.BrickColor = BrickColor.new("Dark stone grey")
  7747. o703.Position = Vector3.new(34.4363327, 8.16164684, -3.24527144)
  7748. o703.Rotation = Vector3.new(-0.00390821556, 0.00618194742, -0.00346069015)
  7749. o703.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7750. o703.Velocity = Vector3.new(0.029549744, -0.00251718564, -0.0143699422)
  7751. o703.Elasticity = 0.10000000149012
  7752. o703.FormFactor = Enum.FormFactor.Symmetric
  7753. o703.Friction = 0.5
  7754. o703.Size = Vector3.new(1, 1, 1)
  7755. o703.CFrame = CFrame.new(34.4363327, 8.16164684, -3.24527144, 0.999985516, 6.0399565e-005, 0.000107895336, -6.04060624e-005, 1, 6.82112295e-005, -0.00010788942, -6.82160317e-005, 1)
  7756. o703.BackSurface = Enum.SurfaceType.Weld
  7757. o703.BottomSurface = Enum.SurfaceType.Weld
  7758. o703.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7759. o703.Position = Vector3.new(34.4363327, 8.16164684, -3.24527144)
  7760. o704.Parent = o288
  7761. o704.BrickColor = BrickColor.new("Dark stone grey")
  7762. o704.Position = Vector3.new(51.4361801, 8.1605587, -4.2471199)
  7763. o704.Rotation = Vector3.new(-0.00390831335, 0.00618281215, -0.00346068828)
  7764. o704.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7765. o704.Velocity = Vector3.new(0.0297839027, -0.0449873991, -0.0103505272)
  7766. o704.Elasticity = 0.10000000149012
  7767. o704.FormFactor = Enum.FormFactor.Symmetric
  7768. o704.Friction = 0.5
  7769. o704.Size = Vector3.new(3, 1, 1)
  7770. o704.CFrame = CFrame.new(51.4361801, 8.1605587, -4.2471199, 0.999985754, 6.03995468e-005, 0.000107910426, -6.04060624e-005, 1, 6.82129321e-005, -0.000107904547, -6.82177633e-005, 1)
  7771. o704.BackSurface = Enum.SurfaceType.Weld
  7772. o704.BottomSurface = Enum.SurfaceType.Weld
  7773. o704.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7774. o704.Position = Vector3.new(51.4361801, 8.1605587, -4.2471199)
  7775. o705.Parent = o288
  7776. o705.BrickColor = BrickColor.new("Dark stone grey")
  7777. o705.Position = Vector3.new(53.4362755, 8.16051006, -3.24735093)
  7778. o705.Rotation = Vector3.new(-0.00390821556, 0.00618194742, -0.00346068921)
  7779. o705.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7780. o705.Velocity = Vector3.new(0.02954752, -0.0479308069, -0.00987777393)
  7781. o705.Elasticity = 0.10000000149012
  7782. o705.FormFactor = Enum.FormFactor.Symmetric
  7783. o705.Friction = 0.5
  7784. o705.Size = Vector3.new(1, 1, 1)
  7785. o705.CFrame = CFrame.new(53.4362755, 8.16051006, -3.24735093, 0.999985754, 6.03995613e-005, 0.000107895336, -6.0406077e-005, 1, 6.82112295e-005, -0.000107889457, -6.82160608e-005, 1)
  7786. o705.BackSurface = Enum.SurfaceType.Weld
  7787. o705.BottomSurface = Enum.SurfaceType.Weld
  7788. o705.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7789. o705.Position = Vector3.new(53.4362755, 8.16051006, -3.24735093)
  7790. o706.Parent = o288
  7791. o706.BrickColor = BrickColor.new("Dark stone grey")
  7792. o706.Position = Vector3.new(36.4361801, 8.16145992, -4.24550247)
  7793. o706.Rotation = Vector3.new(-0.00390831474, 0.00618281448, -0.00346068945)
  7794. o706.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7795. o706.Velocity = Vector3.new(0.0297856741, -0.00913447794, -0.0138969943)
  7796. o706.Elasticity = 0.10000000149012
  7797. o706.FormFactor = Enum.FormFactor.Symmetric
  7798. o706.Friction = 0.5
  7799. o706.Size = Vector3.new(3, 1, 1)
  7800. o706.CFrame = CFrame.new(36.4361801, 8.16145992, -4.24550247, 0.999985516, 6.03995504e-005, 0.00010791047, -6.04060479e-005, 1, 6.82129612e-005, -0.000107904554, -6.82177633e-005, 1)
  7801. o706.BackSurface = Enum.SurfaceType.Weld
  7802. o706.BottomSurface = Enum.SurfaceType.Weld
  7803. o706.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7804. o706.Position = Vector3.new(36.4361801, 8.16145992, -4.24550247)
  7805. o707.Parent = o288
  7806. o707.BrickColor = BrickColor.new("Dark stone grey")
  7807. o707.Position = Vector3.new(34.4363441, 4.16183281, -0.744875908)
  7808. o707.Rotation = Vector3.new(-0.00387949031, 0.00618537329, 179.996475)
  7809. o707.RotVelocity = Vector3.new(-0.00183723925, -0.000236320717, -0.00238999678)
  7810. o707.Velocity = Vector3.new(0.0193993077, 0.00207661279, -0.00702132471)
  7811. o707.Elasticity = 0.10000000149012
  7812. o707.FormFactor = Enum.FormFactor.Symmetric
  7813. o707.Friction = 0.5
  7814. o707.Size = Vector3.new(1, 3, 6)
  7815. o707.CFrame = CFrame.new(34.4363441, 4.16183281, -0.744875908, -0.999992788, -6.16328689e-005, 0.000107955129, 6.16397592e-005, -1, 6.77098797e-005, 0.000107950058, 6.77156859e-005, 1)
  7816. o707.BackSurface = Enum.SurfaceType.Weld
  7817. o707.BottomSurface = Enum.SurfaceType.Weld
  7818. o707.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7819. o707.Position = Vector3.new(34.4363441, 4.16183281, -0.744875908)
  7820. mas.Parent = workspace
  7821. mas:MakeJoints()
  7822. local mas1 = mas:GetChildren()
  7823. for i=1,#mas1 do
  7824. mas1[i].Parent = workspace
  7825. ypcall(function() mas1[i]:MakeJoints() end)
  7826. end
  7827. mas:Destroy()
  7828. for i=1,#cors do
  7829. coroutine.resume(cors[i])
  7830. end
  7831.  
  7832. game:GetService("Lighting").Outlines = false
  7833. o1:MakeJoints()
  7834. o1:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement