niggerfaggggggot

Untitled

May 21st, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code V2 by Mokiros")
  7. local RealPlayer = RealPlayer
  8. script.Parent = RealPlayer.Character
  9.  
  10. --Fake event to make stuff like Mouse.KeyDown work
  11. local Disconnect_Function = function(this)
  12. this[1].Functions[this[2]] = nil
  13. end
  14. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  15. local FakeEvent_Metatable = {__index={
  16. Connect = function(this,f)
  17. local i = tostring(math.random(0,10000))
  18. while this.Functions[i] do
  19. i = tostring(math.random(0,10000))
  20. end
  21. this.Functions[i] = f
  22. return setmetatable({this,i},Disconnect_Metatable)
  23. end
  24. }}
  25. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  26. local function fakeEvent()
  27. return setmetatable({Functions={}},FakeEvent_Metatable)
  28. end
  29.  
  30. --Creating fake input objects with fake variables
  31. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  32. FakeMouse.keyUp = FakeMouse.KeyUp
  33. FakeMouse.keyDown = FakeMouse.KeyDown
  34. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  35. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  36. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  37. end}
  38. --Merged 2 functions into one by checking amount of arguments
  39. CAS.UnbindAction = CAS.BindAction
  40.  
  41. --This function will trigger the events that have been :Connect()'ed
  42. local function TriggerEvent(self,ev,...)
  43. for _,f in pairs(self[ev].Functions) do
  44. f(...)
  45. end
  46. end
  47. FakeMouse.TriggerEvent = TriggerEvent
  48. UIS.TriggerEvent = TriggerEvent
  49.  
  50. --Client communication
  51. local Event = Instance.new("RemoteEvent")
  52. Event.Name = "UserInput_Event"
  53. Event.OnServerEvent:Connect(function(plr,io)
  54. if plr~=RealPlayer then return end
  55. FakeMouse.Target = io.Target
  56. FakeMouse.Hit = io.Hit
  57. if not io.isMouse then
  58. local b = io.UserInputState == Enum.UserInputState.Begin
  59. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  60. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  61. end
  62. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  63. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  64. end
  65. for _,t in pairs(CAS.Actions) do
  66. for _,k in pairs(t.Keys) do
  67. if k==io.KeyCode then
  68. t.Function(t.Name,io.UserInputState,io)
  69. end
  70. end
  71. end
  72. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  73. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  74. end
  75. end)
  76. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  77. local Mouse = owner:GetMouse()
  78. local UIS = game:GetService("UserInputService")
  79. local input = function(io,RobloxHandled)
  80. if RobloxHandled then return end
  81. --Since InputObject is a client-side instance, we create and pass table instead
  82. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  83. end
  84. UIS.InputBegan:Connect(input)
  85. UIS.InputEnded:Connect(input)
  86. local h,t
  87. --Give the server mouse data every second frame, but only if the values changed
  88. --If player is not moving their mouse, client won't fire events
  89. local HB = game:GetService("RunService").Heartbeat
  90. while true do
  91. if h~=Mouse.Hit or t~=Mouse.Target then
  92. h,t=Mouse.Hit,Mouse.Target
  93. Event:FireServer({isMouse=true,Target=t,Hit=h})
  94. end
  95. --Wait 2 frames
  96. for i=1,2 do
  97. HB:Wait()
  98. end
  99. end]==],script)
  100.  
  101. ----Sandboxed game object that allows the usage of client-side methods and services
  102. --Real game object
  103. local RealGame = game
  104.  
  105. --Metatable for fake service
  106. local FakeService_Metatable = {
  107. __index = function(self,k)
  108. local s = rawget(self,"_RealService")
  109. if s then
  110. return typeof(s[k])=="function"
  111. and function(_,...)return s[k](s,...)end or s[k]
  112. end
  113. end,
  114. __newindex = function(self,k,v)
  115. local s = rawget(self,"_RealService")
  116. if s then s[k]=v end
  117. end
  118. }
  119. local function FakeService(t,RealService)
  120. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  121. return setmetatable(t,FakeService_Metatable)
  122. end
  123.  
  124. --Fake game object
  125. local FakeGame = {
  126. GetService = function(self,s)
  127. return rawget(self,s) or RealGame:GetService(s)
  128. end,
  129. Players = FakeService({
  130. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  131. },"Players"),
  132. UserInputService = FakeService(UIS,"UserInputService"),
  133. ContextActionService = FakeService(CAS,"ContextActionService"),
  134. RunService = FakeService({
  135. _btrs = {},
  136. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  137. BindToRenderStep = function(self,name,_,fun)
  138. self._btrs[name] = self.Heartbeat:Connect(fun)
  139. end,
  140. UnbindFromRenderStep = function(self,name)
  141. self._btrs[name]:Disconnect()
  142. end,
  143. },"RunService")
  144. }
  145. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  146. FakeGame.service = FakeGame.GetService
  147. FakeService(FakeGame,game)
  148. --Changing owner to fake player object to support owner:GetMouse()
  149. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  150. end
  151. -- made by 1ndrew nuke script
  152. function sandbox(var,func)
  153. local env = getfenv(func)
  154. local newenv = setmetatable({},{
  155. __index = function(self,k)
  156. if k=="script" then
  157. return var
  158. else
  159. return env[k]
  160. end
  161. end,
  162. })
  163. setfenv(func,newenv)
  164. return func
  165. end
  166. cors = {}
  167. mas = Instance.new("Model",game:GetService("Lighting"))
  168. Model0 = Instance.new("Model")
  169. Model1 = Instance.new("Model")
  170. Part2 = Instance.new("Part")
  171. CylinderMesh3 = Instance.new("CylinderMesh")
  172. ObjectValue4 = Instance.new("ObjectValue")
  173. Part5 = Instance.new("Part")
  174. BlockMesh6 = Instance.new("BlockMesh")
  175. Part7 = Instance.new("Part")
  176. CylinderMesh8 = Instance.new("CylinderMesh")
  177. Part9 = Instance.new("Part")
  178. CylinderMesh10 = Instance.new("CylinderMesh")
  179. Weld11 = Instance.new("Weld")
  180. Weld12 = Instance.new("Weld")
  181. Part13 = Instance.new("Part")
  182. Script14 = Instance.new("Script")
  183. BlockMesh15 = Instance.new("BlockMesh")
  184. Part16 = Instance.new("Part")
  185. CylinderMesh17 = Instance.new("CylinderMesh")
  186. Part18 = Instance.new("Part")
  187. BlockMesh19 = Instance.new("BlockMesh")
  188. Weld20 = Instance.new("Weld")
  189. Weld21 = Instance.new("Weld")
  190. Weld22 = Instance.new("Weld")
  191. Part23 = Instance.new("Part")
  192. BlockMesh24 = Instance.new("BlockMesh")
  193. Part25 = Instance.new("Part")
  194. BlockMesh26 = Instance.new("BlockMesh")
  195. Part27 = Instance.new("Part")
  196. CylinderMesh28 = Instance.new("CylinderMesh")
  197. Part29 = Instance.new("Part")
  198. BlockMesh30 = Instance.new("BlockMesh")
  199. Part31 = Instance.new("Part")
  200. BlockMesh32 = Instance.new("BlockMesh")
  201. ObjectValue33 = Instance.new("ObjectValue")
  202. VehicleSeat34 = Instance.new("VehicleSeat")
  203. Sound35 = Instance.new("Sound")
  204. Script36 = Instance.new("Script")
  205. Script37 = Instance.new("Script")
  206. BlockMesh38 = Instance.new("BlockMesh")
  207. Script39 = Instance.new("Script")
  208. ScreenGui40 = Instance.new("ScreenGui")
  209. Frame41 = Instance.new("Frame")
  210. TextButton42 = Instance.new("TextButton")
  211. TextButton43 = Instance.new("TextButton")
  212. TextButton44 = Instance.new("TextButton")
  213. TextButton45 = Instance.new("TextButton")
  214. Script46 = Instance.new("Script")
  215. ObjectValue47 = Instance.new("ObjectValue")
  216. Frame48 = Instance.new("Frame")
  217. TextButton49 = Instance.new("TextButton")
  218. Script50 = Instance.new("Script")
  219. TextButton51 = Instance.new("TextButton")
  220. Script52 = Instance.new("Script")
  221. TextLabel53 = Instance.new("TextLabel")
  222. TextButton54 = Instance.new("TextButton")
  223. Script55 = Instance.new("Script")
  224. TextButton56 = Instance.new("TextButton")
  225. Script57 = Instance.new("Script")
  226. TextLabel58 = Instance.new("TextLabel")
  227. NumberValue59 = Instance.new("NumberValue")
  228. NumberValue60 = Instance.new("NumberValue")
  229. NumberValue61 = Instance.new("NumberValue")
  230. Frame62 = Instance.new("Frame")
  231. TextLabel63 = Instance.new("TextLabel")
  232. TextLabel64 = Instance.new("TextLabel")
  233. TextLabel65 = Instance.new("TextLabel")
  234. TextLabel66 = Instance.new("TextLabel")
  235. TextLabel67 = Instance.new("TextLabel")
  236. TextLabel68 = Instance.new("TextLabel")
  237. TextLabel69 = Instance.new("TextLabel")
  238. TextLabel70 = Instance.new("TextLabel")
  239. TextButton71 = Instance.new("TextButton")
  240. Script72 = Instance.new("Script")
  241. Script73 = Instance.new("Script")
  242. NumberValue74 = Instance.new("NumberValue")
  243. Part75 = Instance.new("Part")
  244. BlockMesh76 = Instance.new("BlockMesh")
  245. Part77 = Instance.new("Part")
  246. CylinderMesh78 = Instance.new("CylinderMesh")
  247. Part79 = Instance.new("Part")
  248. CylinderMesh80 = Instance.new("CylinderMesh")
  249. Script81 = Instance.new("Script")
  250. Part82 = Instance.new("Part")
  251. Fire83 = Instance.new("Fire")
  252. Smoke84 = Instance.new("Smoke")
  253. Smoke85 = Instance.new("Smoke")
  254. Smoke86 = Instance.new("Smoke")
  255. Smoke87 = Instance.new("Smoke")
  256. Smoke88 = Instance.new("Smoke")
  257. BillboardGui89 = Instance.new("BillboardGui")
  258. ImageLabel90 = Instance.new("ImageLabel")
  259. Script91 = Instance.new("Script")
  260. SpecialMesh92 = Instance.new("SpecialMesh")
  261. Script93 = Instance.new("Script")
  262. Script94 = Instance.new("Script")
  263. Sound95 = Instance.new("Sound")
  264. Sky96 = Instance.new("Sky")
  265. Part97 = Instance.new("Part")
  266. Sound98 = Instance.new("Sound")
  267. Sound99 = Instance.new("Sound")
  268. SpecialMesh100 = Instance.new("SpecialMesh")
  269. PointLight101 = Instance.new("PointLight")
  270. Smoke102 = Instance.new("Smoke")
  271. Sound103 = Instance.new("Sound")
  272. Model104 = Instance.new("Model")
  273. Part105 = Instance.new("Part")
  274. SpecialMesh106 = Instance.new("SpecialMesh")
  275. Part107 = Instance.new("Part")
  276. SpecialMesh108 = Instance.new("SpecialMesh")
  277. Smoke109 = Instance.new("Smoke")
  278. BillboardGui110 = Instance.new("BillboardGui")
  279. ImageLabel111 = Instance.new("ImageLabel")
  280. Script112 = Instance.new("Script")
  281. Smoke113 = Instance.new("Smoke")
  282. Smoke114 = Instance.new("Smoke")
  283. Smoke115 = Instance.new("Smoke")
  284. StringValue116 = Instance.new("StringValue")
  285. StringValue117 = Instance.new("StringValue")
  286. StringValue118 = Instance.new("StringValue")
  287. Script119 = Instance.new("Script")
  288. Script120 = Instance.new("Script")
  289. Sound121 = Instance.new("Sound")
  290. Sky122 = Instance.new("Sky")
  291. Part123 = Instance.new("Part")
  292. BlockMesh124 = Instance.new("BlockMesh")
  293. Part125 = Instance.new("Part")
  294. BlockMesh126 = Instance.new("BlockMesh")
  295. Part127 = Instance.new("Part")
  296. BlockMesh128 = Instance.new("BlockMesh")
  297. Part129 = Instance.new("Part")
  298. BlockMesh130 = Instance.new("BlockMesh")
  299. Part131 = Instance.new("Part")
  300. BlockMesh132 = Instance.new("BlockMesh")
  301. Part133 = Instance.new("Part")
  302. BlockMesh134 = Instance.new("BlockMesh")
  303. Part135 = Instance.new("Part")
  304. BlockMesh136 = Instance.new("BlockMesh")
  305. Part137 = Instance.new("Part")
  306. BlockMesh138 = Instance.new("BlockMesh")
  307. Part139 = Instance.new("Part")
  308. BlockMesh140 = Instance.new("BlockMesh")
  309. Part141 = Instance.new("Part")
  310. BlockMesh142 = Instance.new("BlockMesh")
  311. Part143 = Instance.new("Part")
  312. BlockMesh144 = Instance.new("BlockMesh")
  313. Part145 = Instance.new("Part")
  314. BlockMesh146 = Instance.new("BlockMesh")
  315. Part147 = Instance.new("Part")
  316. BlockMesh148 = Instance.new("BlockMesh")
  317. Part149 = Instance.new("Part")
  318. BlockMesh150 = Instance.new("BlockMesh")
  319. Part151 = Instance.new("Part")
  320. BlockMesh152 = Instance.new("BlockMesh")
  321. Part153 = Instance.new("Part")
  322. BlockMesh154 = Instance.new("BlockMesh")
  323. Part155 = Instance.new("Part")
  324. BlockMesh156 = Instance.new("BlockMesh")
  325. Part157 = Instance.new("Part")
  326. BlockMesh158 = Instance.new("BlockMesh")
  327. Part159 = Instance.new("Part")
  328. CylinderMesh160 = Instance.new("CylinderMesh")
  329. Part161 = Instance.new("Part")
  330. BlockMesh162 = Instance.new("BlockMesh")
  331. Part163 = Instance.new("Part")
  332. BlockMesh164 = Instance.new("BlockMesh")
  333. Part165 = Instance.new("Part")
  334. BlockMesh166 = Instance.new("BlockMesh")
  335. WedgePart167 = Instance.new("WedgePart")
  336. SpecialMesh168 = Instance.new("SpecialMesh")
  337. WedgePart169 = Instance.new("WedgePart")
  338. SpecialMesh170 = Instance.new("SpecialMesh")
  339. WedgePart171 = Instance.new("WedgePart")
  340. SpecialMesh172 = Instance.new("SpecialMesh")
  341. WedgePart173 = Instance.new("WedgePart")
  342. SpecialMesh174 = Instance.new("SpecialMesh")
  343. WedgePart175 = Instance.new("WedgePart")
  344. SpecialMesh176 = Instance.new("SpecialMesh")
  345. WedgePart177 = Instance.new("WedgePart")
  346. SpecialMesh178 = Instance.new("SpecialMesh")
  347. WedgePart179 = Instance.new("WedgePart")
  348. SpecialMesh180 = Instance.new("SpecialMesh")
  349. WedgePart181 = Instance.new("WedgePart")
  350. SpecialMesh182 = Instance.new("SpecialMesh")
  351. WedgePart183 = Instance.new("WedgePart")
  352. SpecialMesh184 = Instance.new("SpecialMesh")
  353. WedgePart185 = Instance.new("WedgePart")
  354. SpecialMesh186 = Instance.new("SpecialMesh")
  355. WedgePart187 = Instance.new("WedgePart")
  356. SpecialMesh188 = Instance.new("SpecialMesh")
  357. WedgePart189 = Instance.new("WedgePart")
  358. SpecialMesh190 = Instance.new("SpecialMesh")
  359. WedgePart191 = Instance.new("WedgePart")
  360. SpecialMesh192 = Instance.new("SpecialMesh")
  361. Model193 = Instance.new("Model")
  362. Part194 = Instance.new("Part")
  363. CylinderMesh195 = Instance.new("CylinderMesh")
  364. Part196 = Instance.new("Part")
  365. CylinderMesh197 = Instance.new("CylinderMesh")
  366. Part198 = Instance.new("Part")
  367. CylinderMesh199 = Instance.new("CylinderMesh")
  368. Part200 = Instance.new("Part")
  369. CylinderMesh201 = Instance.new("CylinderMesh")
  370. Part202 = Instance.new("Part")
  371. BlockMesh203 = Instance.new("BlockMesh")
  372. Part204 = Instance.new("Part")
  373. BlockMesh205 = Instance.new("BlockMesh")
  374. Part206 = Instance.new("Part")
  375. BlockMesh207 = Instance.new("BlockMesh")
  376. Part208 = Instance.new("Part")
  377. BlockMesh209 = Instance.new("BlockMesh")
  378. Part210 = Instance.new("Part")
  379. BlockMesh211 = Instance.new("BlockMesh")
  380. Part212 = Instance.new("Part")
  381. BlockMesh213 = Instance.new("BlockMesh")
  382. Part214 = Instance.new("Part")
  383. BlockMesh215 = Instance.new("BlockMesh")
  384. Part216 = Instance.new("Part")
  385. BlockMesh217 = Instance.new("BlockMesh")
  386. Part218 = Instance.new("Part")
  387. BlockMesh219 = Instance.new("BlockMesh")
  388. Part220 = Instance.new("Part")
  389. BlockMesh221 = Instance.new("BlockMesh")
  390. Part222 = Instance.new("Part")
  391. BlockMesh223 = Instance.new("BlockMesh")
  392. Part224 = Instance.new("Part")
  393. BlockMesh225 = Instance.new("BlockMesh")
  394. Part226 = Instance.new("Part")
  395. BlockMesh227 = Instance.new("BlockMesh")
  396. Part228 = Instance.new("Part")
  397. BlockMesh229 = Instance.new("BlockMesh")
  398. Part230 = Instance.new("Part")
  399. BlockMesh231 = Instance.new("BlockMesh")
  400. Part232 = Instance.new("Part")
  401. BlockMesh233 = Instance.new("BlockMesh")
  402. Part234 = Instance.new("Part")
  403. BlockMesh235 = Instance.new("BlockMesh")
  404. Part236 = Instance.new("Part")
  405. BlockMesh237 = Instance.new("BlockMesh")
  406. Part238 = Instance.new("Part")
  407. BlockMesh239 = Instance.new("BlockMesh")
  408. Part240 = Instance.new("Part")
  409. BlockMesh241 = Instance.new("BlockMesh")
  410. Part242 = Instance.new("Part")
  411. BlockMesh243 = Instance.new("BlockMesh")
  412. Part244 = Instance.new("Part")
  413. BlockMesh245 = Instance.new("BlockMesh")
  414. Part246 = Instance.new("Part")
  415. BlockMesh247 = Instance.new("BlockMesh")
  416. Part248 = Instance.new("Part")
  417. CylinderMesh249 = Instance.new("CylinderMesh")
  418. Part250 = Instance.new("Part")
  419. BlockMesh251 = Instance.new("BlockMesh")
  420. Part252 = Instance.new("Part")
  421. BlockMesh253 = Instance.new("BlockMesh")
  422. Part254 = Instance.new("Part")
  423. BlockMesh255 = Instance.new("BlockMesh")
  424. Part256 = Instance.new("Part")
  425. BlockMesh257 = Instance.new("BlockMesh")
  426. Part258 = Instance.new("Part")
  427. BlockMesh259 = Instance.new("BlockMesh")
  428. Part260 = Instance.new("Part")
  429. BlockMesh261 = Instance.new("BlockMesh")
  430. Part262 = Instance.new("Part")
  431. BlockMesh263 = Instance.new("BlockMesh")
  432. Part264 = Instance.new("Part")
  433. BlockMesh265 = Instance.new("BlockMesh")
  434. Part266 = Instance.new("Part")
  435. BlockMesh267 = Instance.new("BlockMesh")
  436. Part268 = Instance.new("Part")
  437. BlockMesh269 = Instance.new("BlockMesh")
  438. Part270 = Instance.new("Part")
  439. BlockMesh271 = Instance.new("BlockMesh")
  440. Part272 = Instance.new("Part")
  441. BlockMesh273 = Instance.new("BlockMesh")
  442. Part274 = Instance.new("Part")
  443. BlockMesh275 = Instance.new("BlockMesh")
  444. Part276 = Instance.new("Part")
  445. BlockMesh277 = Instance.new("BlockMesh")
  446. Part278 = Instance.new("Part")
  447. BlockMesh279 = Instance.new("BlockMesh")
  448. Part280 = Instance.new("Part")
  449. BlockMesh281 = Instance.new("BlockMesh")
  450. Part282 = Instance.new("Part")
  451. BlockMesh283 = Instance.new("BlockMesh")
  452. Part284 = Instance.new("Part")
  453. BlockMesh285 = Instance.new("BlockMesh")
  454. Part286 = Instance.new("Part")
  455. BlockMesh287 = Instance.new("BlockMesh")
  456. Part288 = Instance.new("Part")
  457. BlockMesh289 = Instance.new("BlockMesh")
  458. Part290 = Instance.new("Part")
  459. BlockMesh291 = Instance.new("BlockMesh")
  460. Part292 = Instance.new("Part")
  461. BlockMesh293 = Instance.new("BlockMesh")
  462. WedgePart294 = Instance.new("WedgePart")
  463. SpecialMesh295 = Instance.new("SpecialMesh")
  464. WedgePart296 = Instance.new("WedgePart")
  465. SpecialMesh297 = Instance.new("SpecialMesh")
  466. WedgePart298 = Instance.new("WedgePart")
  467. SpecialMesh299 = Instance.new("SpecialMesh")
  468. WedgePart300 = Instance.new("WedgePart")
  469. SpecialMesh301 = Instance.new("SpecialMesh")
  470. VehicleSeat302 = Instance.new("VehicleSeat")
  471. WedgePart303 = Instance.new("WedgePart")
  472. SpecialMesh304 = Instance.new("SpecialMesh")
  473. WedgePart305 = Instance.new("WedgePart")
  474. SpecialMesh306 = Instance.new("SpecialMesh")
  475. WedgePart307 = Instance.new("WedgePart")
  476. SpecialMesh308 = Instance.new("SpecialMesh")
  477. WedgePart309 = Instance.new("WedgePart")
  478. SpecialMesh310 = Instance.new("SpecialMesh")
  479. WedgePart311 = Instance.new("WedgePart")
  480. SpecialMesh312 = Instance.new("SpecialMesh")
  481. WedgePart313 = Instance.new("WedgePart")
  482. SpecialMesh314 = Instance.new("SpecialMesh")
  483. WedgePart315 = Instance.new("WedgePart")
  484. SpecialMesh316 = Instance.new("SpecialMesh")
  485. WedgePart317 = Instance.new("WedgePart")
  486. SpecialMesh318 = Instance.new("SpecialMesh")
  487. WedgePart319 = Instance.new("WedgePart")
  488. SpecialMesh320 = Instance.new("SpecialMesh")
  489. WedgePart321 = Instance.new("WedgePart")
  490. SpecialMesh322 = Instance.new("SpecialMesh")
  491. WedgePart323 = Instance.new("WedgePart")
  492. SpecialMesh324 = Instance.new("SpecialMesh")
  493. WedgePart325 = Instance.new("WedgePart")
  494. SpecialMesh326 = Instance.new("SpecialMesh")
  495. WedgePart327 = Instance.new("WedgePart")
  496. SpecialMesh328 = Instance.new("SpecialMesh")
  497. WedgePart329 = Instance.new("WedgePart")
  498. SpecialMesh330 = Instance.new("SpecialMesh")
  499. WedgePart331 = Instance.new("WedgePart")
  500. SpecialMesh332 = Instance.new("SpecialMesh")
  501. WedgePart333 = Instance.new("WedgePart")
  502. SpecialMesh334 = Instance.new("SpecialMesh")
  503. WedgePart335 = Instance.new("WedgePart")
  504. SpecialMesh336 = Instance.new("SpecialMesh")
  505. WedgePart337 = Instance.new("WedgePart")
  506. SpecialMesh338 = Instance.new("SpecialMesh")
  507. Part339 = Instance.new("Part")
  508. BlockMesh340 = Instance.new("BlockMesh")
  509. Part341 = Instance.new("Part")
  510. BlockMesh342 = Instance.new("BlockMesh")
  511. Part343 = Instance.new("Part")
  512. BlockMesh344 = Instance.new("BlockMesh")
  513. Part345 = Instance.new("Part")
  514. BlockMesh346 = Instance.new("BlockMesh")
  515. Part347 = Instance.new("Part")
  516. BlockMesh348 = Instance.new("BlockMesh")
  517. Part349 = Instance.new("Part")
  518. BlockMesh350 = Instance.new("BlockMesh")
  519. Part351 = Instance.new("Part")
  520. BlockMesh352 = Instance.new("BlockMesh")
  521. Part353 = Instance.new("Part")
  522. BlockMesh354 = Instance.new("BlockMesh")
  523. Part355 = Instance.new("Part")
  524. BlockMesh356 = Instance.new("BlockMesh")
  525. Part357 = Instance.new("Part")
  526. BlockMesh358 = Instance.new("BlockMesh")
  527. Part359 = Instance.new("Part")
  528. BlockMesh360 = Instance.new("BlockMesh")
  529. Part361 = Instance.new("Part")
  530. BlockMesh362 = Instance.new("BlockMesh")
  531. Part363 = Instance.new("Part")
  532. BlockMesh364 = Instance.new("BlockMesh")
  533. Part365 = Instance.new("Part")
  534. BlockMesh366 = Instance.new("BlockMesh")
  535. Part367 = Instance.new("Part")
  536. BlockMesh368 = Instance.new("BlockMesh")
  537. Part369 = Instance.new("Part")
  538. BlockMesh370 = Instance.new("BlockMesh")
  539. Part371 = Instance.new("Part")
  540. CylinderMesh372 = Instance.new("CylinderMesh")
  541. Part373 = Instance.new("Part")
  542. BlockMesh374 = Instance.new("BlockMesh")
  543. Part375 = Instance.new("Part")
  544. BlockMesh376 = Instance.new("BlockMesh")
  545. Part377 = Instance.new("Part")
  546. BlockMesh378 = Instance.new("BlockMesh")
  547. Part379 = Instance.new("Part")
  548. BlockMesh380 = Instance.new("BlockMesh")
  549. Part381 = Instance.new("Part")
  550. CylinderMesh382 = Instance.new("CylinderMesh")
  551. Part383 = Instance.new("Part")
  552. CylinderMesh384 = Instance.new("CylinderMesh")
  553. Part385 = Instance.new("Part")
  554. CylinderMesh386 = Instance.new("CylinderMesh")
  555. WedgePart387 = Instance.new("WedgePart")
  556. SpecialMesh388 = Instance.new("SpecialMesh")
  557. WedgePart389 = Instance.new("WedgePart")
  558. SpecialMesh390 = Instance.new("SpecialMesh")
  559. WedgePart391 = Instance.new("WedgePart")
  560. SpecialMesh392 = Instance.new("SpecialMesh")
  561. WedgePart393 = Instance.new("WedgePart")
  562. SpecialMesh394 = Instance.new("SpecialMesh")
  563. WedgePart395 = Instance.new("WedgePart")
  564. SpecialMesh396 = Instance.new("SpecialMesh")
  565. WedgePart397 = Instance.new("WedgePart")
  566. SpecialMesh398 = Instance.new("SpecialMesh")
  567. WedgePart399 = Instance.new("WedgePart")
  568. SpecialMesh400 = Instance.new("SpecialMesh")
  569. WedgePart401 = Instance.new("WedgePart")
  570. SpecialMesh402 = Instance.new("SpecialMesh")
  571. WedgePart403 = Instance.new("WedgePart")
  572. SpecialMesh404 = Instance.new("SpecialMesh")
  573. WedgePart405 = Instance.new("WedgePart")
  574. SpecialMesh406 = Instance.new("SpecialMesh")
  575. WedgePart407 = Instance.new("WedgePart")
  576. SpecialMesh408 = Instance.new("SpecialMesh")
  577. Part409 = Instance.new("Part")
  578. BlockMesh410 = Instance.new("BlockMesh")
  579. Part411 = Instance.new("Part")
  580. BlockMesh412 = Instance.new("BlockMesh")
  581. Part413 = Instance.new("Part")
  582. BlockMesh414 = Instance.new("BlockMesh")
  583. Part415 = Instance.new("Part")
  584. BlockMesh416 = Instance.new("BlockMesh")
  585. Part417 = Instance.new("Part")
  586. CylinderMesh418 = Instance.new("CylinderMesh")
  587. Part419 = Instance.new("Part")
  588. CylinderMesh420 = Instance.new("CylinderMesh")
  589. Part421 = Instance.new("Part")
  590. CylinderMesh422 = Instance.new("CylinderMesh")
  591. Part423 = Instance.new("Part")
  592. CylinderMesh424 = Instance.new("CylinderMesh")
  593. Part425 = Instance.new("Part")
  594. CylinderMesh426 = Instance.new("CylinderMesh")
  595. Part427 = Instance.new("Part")
  596. BlockMesh428 = Instance.new("BlockMesh")
  597. WedgePart429 = Instance.new("WedgePart")
  598. SpecialMesh430 = Instance.new("SpecialMesh")
  599. WedgePart431 = Instance.new("WedgePart")
  600. SpecialMesh432 = Instance.new("SpecialMesh")
  601. Part433 = Instance.new("Part")
  602. CylinderMesh434 = Instance.new("CylinderMesh")
  603. Part435 = Instance.new("Part")
  604. CylinderMesh436 = Instance.new("CylinderMesh")
  605. Part437 = Instance.new("Part")
  606. CylinderMesh438 = Instance.new("CylinderMesh")
  607. Part439 = Instance.new("Part")
  608. CylinderMesh440 = Instance.new("CylinderMesh")
  609. Part441 = Instance.new("Part")
  610. CylinderMesh442 = Instance.new("CylinderMesh")
  611. Part443 = Instance.new("Part")
  612. CylinderMesh444 = Instance.new("CylinderMesh")
  613. Part445 = Instance.new("Part")
  614. CylinderMesh446 = Instance.new("CylinderMesh")
  615. Part447 = Instance.new("Part")
  616. CylinderMesh448 = Instance.new("CylinderMesh")
  617. Part449 = Instance.new("Part")
  618. CylinderMesh450 = Instance.new("CylinderMesh")
  619. Part451 = Instance.new("Part")
  620. CylinderMesh452 = Instance.new("CylinderMesh")
  621. Model0.Name = "MAZ-450 Scud Nuclear"
  622. Model0.Parent = mas
  623. Model1.Name = "turret"
  624. Model1.Parent = Model0
  625. Part2.Parent = Model1
  626. Part2.Material = Enum.Material.Metal
  627. Part2.BrickColor = BrickColor.new("Grime")
  628. Part2.Rotation = Vector3.new(0, 90, 0)
  629. Part2.FormFactor = Enum.FormFactor.Plate
  630. Part2.Size = Vector3.new(2, 0.400000006, 3)
  631. Part2.CFrame = CFrame.new(12.8898954, 10.3001108, 38.9598312, 3.06876391e-05, 6.20403944e-06, 1, -3.31463598e-05, 1, -6.68033636e-06, -1, -2.63205093e-05, 2.09769823e-05)
  632. Part2.BackSurface = Enum.SurfaceType.Weld
  633. Part2.BottomSurface = Enum.SurfaceType.Smooth
  634. Part2.FrontSurface = Enum.SurfaceType.Weld
  635. Part2.LeftSurface = Enum.SurfaceType.Weld
  636. Part2.RightSurface = Enum.SurfaceType.Weld
  637. Part2.TopSurface = Enum.SurfaceType.Weld
  638. Part2.Color = Color3.new(0.498039, 0.556863, 0.392157)
  639. Part2.Position = Vector3.new(12.8898954, 10.3001108, 38.9598312)
  640. Part2.Orientation = Vector3.new(0, 90, 0)
  641. Part2.Color = Color3.new(0.498039, 0.556863, 0.392157)
  642. CylinderMesh3.Parent = Part2
  643. CylinderMesh3.Scale = Vector3.new(1.79999995, 1, 2)
  644. CylinderMesh3.Scale = Vector3.new(1.79999995, 1, 2)
  645. ObjectValue4.Name = "WER"
  646. ObjectValue4.Parent = Model1
  647. ObjectValue4.Value = Weld12
  648. Part5.Parent = Model1
  649. Part5.Material = Enum.Material.Metal
  650. Part5.BrickColor = BrickColor.new("Grime")
  651. Part5.Rotation = Vector3.new(-90, 0, -180)
  652. Part5.FormFactor = Enum.FormFactor.Custom
  653. Part5.Size = Vector3.new(3, 0.400000006, 0.399999976)
  654. Part5.CFrame = CFrame.new(12.8898659, 10.7001324, 40.1598129, -1, 5.64619597e-07, 6.20732499e-06, 6.68464554e-06, 1.11793124e-05, 1, 1.02754129e-05, 1, -4.35367065e-06)
  655. Part5.BackSurface = Enum.SurfaceType.Weld
  656. Part5.BottomSurface = Enum.SurfaceType.Smooth
  657. Part5.FrontSurface = Enum.SurfaceType.Weld
  658. Part5.LeftSurface = Enum.SurfaceType.Weld
  659. Part5.RightSurface = Enum.SurfaceType.Weld
  660. Part5.TopSurface = Enum.SurfaceType.Weld
  661. Part5.Color = Color3.new(0.498039, 0.556863, 0.392157)
  662. Part5.Position = Vector3.new(12.8898659, 10.7001324, 40.1598129)
  663. Part5.Orientation = Vector3.new(-90, -180, 0)
  664. Part5.Color = Color3.new(0.498039, 0.556863, 0.392157)
  665. BlockMesh6.Parent = Part5
  666. Part7.Parent = Model1
  667. Part7.Material = Enum.Material.Metal
  668. Part7.BrickColor = BrickColor.new("Grime")
  669. Part7.Rotation = Vector3.new(90, 0, -90)
  670. Part7.FormFactor = Enum.FormFactor.Symmetric
  671. Part7.Size = Vector3.new(1, 1, 1)
  672. Part7.CFrame = CFrame.new(13.8899441, 12.0000706, 38.9595375, 4.72349166e-05, 1, -3.85977728e-06, -4.47773564e-05, -4.33497553e-06, -1, -1, 3.75242453e-05, 3.79514786e-05)
  673. Part7.BottomSurface = Enum.SurfaceType.Weld
  674. Part7.TopSurface = Enum.SurfaceType.Weld
  675. Part7.Color = Color3.new(0.498039, 0.556863, 0.392157)
  676. Part7.Position = Vector3.new(13.8899441, 12.0000706, 38.9595375)
  677. Part7.Orientation = Vector3.new(90, 90, 0)
  678. Part7.Color = Color3.new(0.498039, 0.556863, 0.392157)
  679. CylinderMesh8.Parent = Part7
  680. CylinderMesh8.Scale = Vector3.new(2, 1, 1.79999995)
  681. CylinderMesh8.Scale = Vector3.new(2, 1, 1.79999995)
  682. Part9.Name = "Connector"
  683. Part9.Parent = Model1
  684. Part9.Material = Enum.Material.Metal
  685. Part9.BrickColor = BrickColor.new("Grime")
  686. Part9.Rotation = Vector3.new(0, 90, 0)
  687. Part9.CanCollide = false
  688. Part9.FormFactor = Enum.FormFactor.Symmetric
  689. Part9.Size = Vector3.new(2, 2, 3)
  690. Part9.CFrame = CFrame.new(12.8898888, 9.10011101, 38.9598045, 1.50947981e-05, 5.43772376e-06, 1, -2.21862356e-05, 1, -5.9147028e-06, -1, -1.53604906e-05, 5.38406312e-06)
  691. Part9.BackSurface = Enum.SurfaceType.Weld
  692. Part9.BottomSurface = Enum.SurfaceType.Weld
  693. Part9.LeftSurface = Enum.SurfaceType.Weld
  694. Part9.TopSurface = Enum.SurfaceType.Weld
  695. Part9.Color = Color3.new(0.498039, 0.556863, 0.392157)
  696. Part9.Position = Vector3.new(12.8898888, 9.10011101, 38.9598045)
  697. Part9.Orientation = Vector3.new(0, 90, 0)
  698. Part9.Color = Color3.new(0.498039, 0.556863, 0.392157)
  699. CylinderMesh10.Parent = Part9
  700. CylinderMesh10.Scale = Vector3.new(1.5, 1, 2)
  701. CylinderMesh10.Scale = Vector3.new(1.5, 1, 2)
  702. Weld11.Parent = Part9
  703. Weld11.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  704. Weld12.Parent = Part9
  705. Weld12.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  706. Weld12.Part0 = Part9
  707. Weld12.Part1 = Part79
  708. Part13.Name = "Wpart"
  709. Part13.Parent = Model1
  710. Part13.Material = Enum.Material.Metal
  711. Part13.BrickColor = BrickColor.new("Grime")
  712. Part13.Rotation = Vector3.new(0, 90, 0)
  713. Part13.FormFactor = Enum.FormFactor.Symmetric
  714. Part13.Size = Vector3.new(2, 1, 2)
  715. Part13.CFrame = CFrame.new(14.3899441, 12.0000477, 38.9595566, 1.52723678e-05, 5.4290017e-06, 1, -2.23110437e-05, 1, -5.90597438e-06, -1, -1.54852969e-05, 5.56163559e-06)
  716. Part13.BottomSurface = Enum.SurfaceType.Smooth
  717. Part13.LeftSurface = Enum.SurfaceType.Weld
  718. Part13.RightSurface = Enum.SurfaceType.Weld
  719. Part13.TopSurface = Enum.SurfaceType.Smooth
  720. Part13.Color = Color3.new(0.498039, 0.556863, 0.392157)
  721. Part13.Position = Vector3.new(14.3899441, 12.0000477, 38.9595566)
  722. Part13.Orientation = Vector3.new(0, 90, 0)
  723. Part13.Color = Color3.new(0.498039, 0.556863, 0.392157)
  724. Script14.Parent = Part13
  725. table.insert(cors,sandbox(Script14,function()
  726. b = script.Parent
  727. c = script.Parent.Parent.Connector2
  728.  
  729. local weld = Instance.new("Weld")
  730.  
  731. weld.Part0 = c
  732. weld.Part1 = b
  733.  
  734. weld.C0 = CFrame.new(0, 0, 1.5)
  735.  
  736. weld.Parent = c
  737.  
  738. script.Parent.Parent.WER2.Value = weld
  739. end))
  740. BlockMesh15.Parent = Part13
  741. Part16.Parent = Model1
  742. Part16.Material = Enum.Material.Metal
  743. Part16.BrickColor = BrickColor.new("Grime")
  744. Part16.Rotation = Vector3.new(90, 0, -90)
  745. Part16.FormFactor = Enum.FormFactor.Symmetric
  746. Part16.Size = Vector3.new(1, 1, 1)
  747. Part16.CFrame = CFrame.new(14.8899441, 12.0000582, 38.9595566, 3.124254e-05, 1, -4.64493451e-06, -3.3536413e-05, -5.12120005e-06, -1, -1, 2.15318451e-05, 2.67105879e-05)
  748. Part16.BottomSurface = Enum.SurfaceType.Weld
  749. Part16.TopSurface = Enum.SurfaceType.Weld
  750. Part16.Color = Color3.new(0.498039, 0.556863, 0.392157)
  751. Part16.Position = Vector3.new(14.8899441, 12.0000582, 38.9595566)
  752. Part16.Orientation = Vector3.new(90, 90, 0)
  753. Part16.Color = Color3.new(0.498039, 0.556863, 0.392157)
  754. CylinderMesh17.Parent = Part16
  755. CylinderMesh17.Scale = Vector3.new(1.89999998, 1, 1.60000002)
  756. CylinderMesh17.Scale = Vector3.new(1.89999998, 1, 1.60000002)
  757. Part18.Name = "Connector2"
  758. Part18.Parent = Model1
  759. Part18.Material = Enum.Material.Metal
  760. Part18.BrickColor = BrickColor.new("Grime")
  761. Part18.Rotation = Vector3.new(0, 90, 0)
  762. Part18.FormFactor = Enum.FormFactor.Symmetric
  763. Part18.Size = Vector3.new(1, 1, 1)
  764. Part18.CFrame = CFrame.new(12.8899441, 12.0000563, 38.959549, 1.52723678e-05, 5.4290017e-06, 1, -2.23110437e-05, 1, -5.90597438e-06, -1, -1.54852969e-05, 5.56163559e-06)
  765. Part18.BottomSurface = Enum.SurfaceType.Weld
  766. Part18.TopSurface = Enum.SurfaceType.Weld
  767. Part18.Color = Color3.new(0.498039, 0.556863, 0.392157)
  768. Part18.Position = Vector3.new(12.8899441, 12.0000563, 38.959549)
  769. Part18.Orientation = Vector3.new(0, 90, 0)
  770. Part18.Color = Color3.new(0.498039, 0.556863, 0.392157)
  771. BlockMesh19.Parent = Part18
  772. Weld20.Parent = Part18
  773. Weld20.C0 = CFrame.new(0, 0, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  774. Weld21.Parent = Part18
  775. Weld21.C0 = CFrame.new(0, 0, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  776. Weld22.Parent = Part18
  777. Weld22.C0 = CFrame.new(0, 0, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  778. Weld22.Part0 = Part18
  779. Weld22.Part1 = Part13
  780. Part23.Parent = Model1
  781. Part23.Material = Enum.Material.Metal
  782. Part23.BrickColor = BrickColor.new("Grime")
  783. Part23.Rotation = Vector3.new(-90, 0, 180)
  784. Part23.FormFactor = Enum.FormFactor.Plate
  785. Part23.Size = Vector3.new(1, 0.400000006, 1.20000005)
  786. Part23.CFrame = CFrame.new(13.8899651, 11.5000286, 37.7595558, -1, -3.11981494e-05, 4.64657705e-06, 5.12284532e-06, 3.350517e-05, 1, -2.14874563e-05, 1, -2.66793468e-05)
  787. Part23.BackSurface = Enum.SurfaceType.Weld
  788. Part23.BottomSurface = Enum.SurfaceType.Weld
  789. Part23.FrontSurface = Enum.SurfaceType.Weld
  790. Part23.LeftSurface = Enum.SurfaceType.Weld
  791. Part23.RightSurface = Enum.SurfaceType.Weld
  792. Part23.TopSurface = Enum.SurfaceType.Smooth
  793. Part23.Color = Color3.new(0.498039, 0.556863, 0.392157)
  794. Part23.Position = Vector3.new(13.8899651, 11.5000286, 37.7595558)
  795. Part23.Orientation = Vector3.new(-90, 180, 0)
  796. Part23.Color = Color3.new(0.498039, 0.556863, 0.392157)
  797. BlockMesh24.Parent = Part23
  798. Part25.Parent = Model1
  799. Part25.Material = Enum.Material.Metal
  800. Part25.BrickColor = BrickColor.new("Grime")
  801. Part25.Rotation = Vector3.new(-90, 0, 180)
  802. Part25.FormFactor = Enum.FormFactor.Custom
  803. Part25.Size = Vector3.new(3, 0.400000006, 0.399999976)
  804. Part25.CFrame = CFrame.new(12.8899288, 10.7000723, 37.7598228, -1, -1.52280863e-05, 5.43084116e-06, 5.90815625e-06, -7.7088643e-08, 1, -5.51722951e-06, 1, 6.90283105e-06)
  805. Part25.BackSurface = Enum.SurfaceType.Weld
  806. Part25.BottomSurface = Enum.SurfaceType.Weld
  807. Part25.FrontSurface = Enum.SurfaceType.Weld
  808. Part25.LeftSurface = Enum.SurfaceType.Weld
  809. Part25.RightSurface = Enum.SurfaceType.Weld
  810. Part25.TopSurface = Enum.SurfaceType.Smooth
  811. Part25.Color = Color3.new(0.498039, 0.556863, 0.392157)
  812. Part25.Position = Vector3.new(12.8899288, 10.7000723, 37.7598228)
  813. Part25.Orientation = Vector3.new(-90, 180, 0)
  814. Part25.Color = Color3.new(0.498039, 0.556863, 0.392157)
  815. BlockMesh26.Parent = Part25
  816. Part27.Parent = Model1
  817. Part27.Material = Enum.Material.Metal
  818. Part27.BrickColor = BrickColor.new("Grime")
  819. Part27.Rotation = Vector3.new(90, 0, 0)
  820. Part27.FormFactor = Enum.FormFactor.Plate
  821. Part27.Size = Vector3.new(1, 0.400000006, 1)
  822. Part27.CFrame = CFrame.new(13.8899403, 11.6000576, 37.3598328, 1, -1.52945649e-05, -5.42817907e-06, -5.90515128e-06, 2.23266634e-05, -1, 5.5838309e-06, 1, 1.55009166e-05)
  823. Part27.BackSurface = Enum.SurfaceType.Weld
  824. Part27.BottomSurface = Enum.SurfaceType.Smooth
  825. Part27.FrontSurface = Enum.SurfaceType.Weld
  826. Part27.LeftSurface = Enum.SurfaceType.Weld
  827. Part27.RightSurface = Enum.SurfaceType.Weld
  828. Part27.TopSurface = Enum.SurfaceType.Weld
  829. Part27.Color = Color3.new(0.498039, 0.556863, 0.392157)
  830. Part27.Position = Vector3.new(13.8899403, 11.6000576, 37.3598328)
  831. Part27.Orientation = Vector3.new(90, 0, 0)
  832. Part27.Color = Color3.new(0.498039, 0.556863, 0.392157)
  833. CylinderMesh28.Parent = Part27
  834. CylinderMesh28.Offset = Vector3.new(0, 1.60000002, 0)
  835. CylinderMesh28.Scale = Vector3.new(0.800000012, 8, 2)
  836. CylinderMesh28.Scale = Vector3.new(0.800000012, 8, 2)
  837. Part29.Parent = Model1
  838. Part29.Material = Enum.Material.Metal
  839. Part29.BrickColor = BrickColor.new("Grime")
  840. Part29.Rotation = Vector3.new(180, 0, -180)
  841. Part29.FormFactor = Enum.FormFactor.Plate
  842. Part29.Size = Vector3.new(1, 0.800000012, 1)
  843. Part29.CFrame = CFrame.new(13.8901453, 7.60008192, 38.9598312, -1, 6.80900757e-06, -1.28170986e-05, 7.24961728e-06, 1, -3.05093963e-05, 2.17730885e-05, -2.42142978e-05, -1)
  844. Part29.BackSurface = Enum.SurfaceType.Weld
  845. Part29.BottomSurface = Enum.SurfaceType.Weld
  846. Part29.FrontSurface = Enum.SurfaceType.Weld
  847. Part29.LeftSurface = Enum.SurfaceType.Weld
  848. Part29.RightSurface = Enum.SurfaceType.Weld
  849. Part29.TopSurface = Enum.SurfaceType.Smooth
  850. Part29.Color = Color3.new(0.498039, 0.556863, 0.392157)
  851. Part29.Position = Vector3.new(13.8901453, 7.60008192, 38.9598312)
  852. Part29.Orientation = Vector3.new(0, -180, 0)
  853. Part29.Color = Color3.new(0.498039, 0.556863, 0.392157)
  854. BlockMesh30.Parent = Part29
  855. Part31.Parent = Model1
  856. Part31.Material = Enum.Material.Metal
  857. Part31.BrickColor = BrickColor.new("Grime")
  858. Part31.FormFactor = Enum.FormFactor.Plate
  859. Part31.Size = Vector3.new(1, 0.800000012, 1)
  860. Part31.CFrame = CFrame.new(11.8901434, 7.60010433, 38.9599037, 1, 6.32152023e-06, 2.89539616e-06, -6.78039805e-06, 1, 3.84974592e-05, -1.22286801e-05, -3.19370556e-05, 1)
  861. Part31.BackSurface = Enum.SurfaceType.Weld
  862. Part31.BottomSurface = Enum.SurfaceType.Weld
  863. Part31.FrontSurface = Enum.SurfaceType.Weld
  864. Part31.LeftSurface = Enum.SurfaceType.Weld
  865. Part31.RightSurface = Enum.SurfaceType.Weld
  866. Part31.TopSurface = Enum.SurfaceType.Smooth
  867. Part31.Color = Color3.new(0.498039, 0.556863, 0.392157)
  868. Part31.Position = Vector3.new(11.8901434, 7.60010433, 38.9599037)
  869. Part31.Color = Color3.new(0.498039, 0.556863, 0.392157)
  870. BlockMesh32.Parent = Part31
  871. ObjectValue33.Name = "WER2"
  872. ObjectValue33.Parent = Model1
  873. ObjectValue33.Value = Weld22
  874. VehicleSeat34.Parent = Model1
  875. VehicleSeat34.BrickColor = BrickColor.new("Really red")
  876. VehicleSeat34.Rotation = Vector3.new(0, 90, 0)
  877. VehicleSeat34.Size = Vector3.new(2, 0.400000006, 2)
  878. VehicleSeat34.CFrame = CFrame.new(-23.1100998, 4.80056763, 33.6601639, -1.67083635e-05, 6.97150199e-06, 1, -2.32027105e-07, 0.999991715, -7.13226291e-06, -1.00000143, 1.9876245e-06, -2.00193008e-05)
  879. VehicleSeat34.TopSurface = Enum.SurfaceType.Weld
  880. VehicleSeat34.HeadsUpDisplay = false
  881. VehicleSeat34.MaxSpeed = 50
  882. VehicleSeat34.Color = Color3.new(1, 0, 0)
  883. VehicleSeat34.Position = Vector3.new(-23.1100998, 4.80056763, 33.6601639)
  884. VehicleSeat34.Orientation = Vector3.new(0, 90, 0)
  885. VehicleSeat34.Color = Color3.new(1, 0, 0)
  886. Sound35.Name = "Swiv"
  887. Sound35.Parent = VehicleSeat34
  888. Sound35.Pitch = 0.69999998807907
  889. Sound35.SoundId = "http://www.roblox.com/asset/?id=31245465"
  890. Sound35.Volume = 0
  891. Sound35.PlayOnRemove = true
  892. Script36.Name = "Control"
  893. Script36.Parent = VehicleSeat34
  894. table.insert(cors,sandbox(Script36,function()
  895. while true do
  896. wait()
  897. if script.Parent.Steer == 2 then
  898. script.Parent.Swiv:play()
  899. script.Parent.Parent.WER.Value.C0 = script.Parent.Parent.WER.Value.C0 * CFrame.fromEulerAnglesXYZ(0,0.01,0)
  900. elseif script.Parent.Steer == -2 then
  901. script.Parent.Swiv:play()
  902. script.Parent.Parent.WER.Value.C0 = script.Parent.Parent.WER.Value.C0 * CFrame.fromEulerAnglesXYZ(0,-0.01,0)
  903. elseif script.Parent.Steer == 0 and script.Parent.Throttle == 0 then
  904. script.Parent.Swiv:pause()
  905. end
  906. end
  907.  
  908. end))
  909. Script37.Name = "Control2"
  910. Script37.Parent = VehicleSeat34
  911. table.insert(cors,sandbox(Script37,function()
  912. angle = 0
  913.  
  914. while true do
  915. wait()
  916. if script.Parent.Throttle == 1 and angle < 160 then
  917. script.Parent.Swiv:play()
  918. angle = angle + 1
  919. script.Parent.Angle.Value = angle
  920. script.Parent.Parent.WER2.Value.C0 = script.Parent.Parent.WER2.Value.C0 * CFrame.fromEulerAnglesXYZ(-0.01,0,0)
  921. elseif script.Parent.Throttle == -1 and angle > 0 then
  922. script.Parent.Swiv:play()
  923. angle = angle - 1
  924. script.Parent.Angle.Value = angle
  925. script.Parent.Parent.WER2.Value.C0 = script.Parent.Parent.WER2.Value.C0 * CFrame.fromEulerAnglesXYZ(0.01,0,0)
  926. end
  927. end
  928.  
  929. end))
  930. BlockMesh38.Parent = VehicleSeat34
  931. Script39.Name = "Pickup"
  932. Script39.Parent = VehicleSeat34
  933. table.insert(cors,sandbox(Script39,function()
  934. script.Parent.ChildAdded:connect(function(w)
  935. print("ChildAdded")
  936. if w.className=="Weld" then
  937. print("IsAWeld")
  938. if w.Name=="SeatWeld" then
  939. print("IsASeatWeld")
  940. if w.Part1.Parent:findFirstChild("Humanoid")~=nil then
  941. print("IsAHumanoid")
  942. pl=game.Players:GetPlayerFromCharacter(w.Part1.Parent)
  943. if pl~=nil then
  944. print("IsAPlayer")
  945. if pl.PlayerGui:findFirstChild("VehicleGui")~=nil then
  946. print("found vehicle gui - deleting")
  947. pl.PlayerGui:findFirstChild("VehicleGui").Parent=nil
  948. print("deleted")
  949. else
  950. print("no gui found - adding")
  951. newgui=script.Parent.VehicleGui:clone()
  952. newgui.Parent=pl.PlayerGui
  953. newgui.Vehicle.Value=script.Parent.Parent
  954. print("added")
  955. end
  956. end
  957. end
  958. end
  959. end
  960. end)
  961.  
  962. script.Parent.ChildRemoved:connect(function(w)
  963. print("ChildRemoved")
  964. if w.className=="Weld" then
  965. print("IsAWeld")
  966. if w.Name=="SeatWeld" then
  967. print("IsASeatWeld")
  968. if w.Part1.Parent:findFirstChild("Humanoid")~=nil then
  969. print("IsAHumanoid")
  970. pl=game.Players:GetPlayerFromCharacter(w.Part1.Parent)
  971. if pl~=nil then
  972. print("IsAPlayer")
  973. if pl.PlayerGui:findFirstChild("VehicleGui")~=nil then
  974. print("found vehicle gui - deleting")
  975. pl.PlayerGui:findFirstChild("VehicleGui").Parent=nil
  976. print("deleted")
  977. else
  978. print("no gui found - wierd...")
  979. end
  980. end
  981. end
  982. end
  983. end
  984. end)
  985.  
  986.  
  987. end))
  988. ScreenGui40.Name = "VehicleGui"
  989. ScreenGui40.Parent = VehicleSeat34
  990. Frame41.Parent = ScreenGui40
  991. Frame41.Transparency = 1
  992. Frame41.Size = UDim2.new(0.200000003, 0, 0.0500000007, 0)
  993. Frame41.Position = UDim2.new(0, 0, 0.800000012, 0)
  994. Frame41.BackgroundColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  995. Frame41.BackgroundTransparency = 1
  996. Frame41.BorderColor3 = Color3.new(0, 0, 0)
  997. TextButton42.Name = "Machine"
  998. TextButton42.Parent = Frame41
  999. TextButton42.Transparency = 1
  1000. TextButton42.Size = UDim2.new(1, 0, 2, 0)
  1001. TextButton42.Style = Enum.ButtonStyle.RobloxButtonDefault
  1002. TextButton42.Text = "Machine Guns"
  1003. TextButton42.Position = UDim2.new(2, 0, -1, 0)
  1004. TextButton42.Active = false
  1005. TextButton42.Visible = false
  1006. TextButton42.BackgroundColor3 = Color3.new(0, 0, 1)
  1007. TextButton42.BackgroundTransparency = 1
  1008. TextButton42.BorderColor3 = Color3.new(0, 0, 0)
  1009. TextButton42.AutoButtonColor = false
  1010. TextButton42.FontSize = Enum.FontSize.Size24
  1011. TextButton42.TextColor3 = Color3.new(1, 1, 1)
  1012. TextButton43.Name = "SABOT"
  1013. TextButton43.Parent = Frame41
  1014. TextButton43.Transparency = 0.5
  1015. TextButton43.Size = UDim2.new(2, 0, 2, 0)
  1016. TextButton43.Text = "Launch Cruise Missile"
  1017. TextButton43.Position = UDim2.new(0.0350000001, 0, 1.5, 0)
  1018. TextButton43.BackgroundColor3 = Color3.new(0, 0, 0)
  1019. TextButton43.BackgroundTransparency = 0.5
  1020. TextButton43.BorderColor3 = Color3.new(0, 0, 0)
  1021. TextButton43.Font = Enum.Font.ArialBold
  1022. TextButton43.FontSize = Enum.FontSize.Size36
  1023. TextButton43.TextColor3 = Color3.new(1, 1, 1)
  1024. TextButton43.TextStrokeTransparency = 0
  1025. TextButton44.Name = "SMOKE"
  1026. TextButton44.Parent = Frame41
  1027. TextButton44.Size = UDim2.new(2, 0, 2, 0)
  1028. TextButton44.Style = Enum.ButtonStyle.RobloxButtonDefault
  1029. TextButton44.Text = "Fire SMOKE"
  1030. TextButton44.Position = UDim2.new(0.0500000007, 0, -3, 0)
  1031. TextButton44.Visible = false
  1032. TextButton44.BackgroundColor3 = Color3.new(0, 0, 1)
  1033. TextButton44.BorderColor3 = Color3.new(0, 0, 0)
  1034. TextButton44.FontSize = Enum.FontSize.Size48
  1035. TextButton44.TextColor3 = Color3.new(1, 1, 1)
  1036. TextButton45.Name = "HEAT"
  1037. TextButton45.Parent = Frame41
  1038. TextButton45.Transparency = 0.5
  1039. TextButton45.Size = UDim2.new(2, 0, 2, 0)
  1040. TextButton45.Text = "Fire 155mm Howitzer"
  1041. TextButton45.Position = UDim2.new(0.0250000115, 0, -1, 0)
  1042. TextButton45.Visible = false
  1043. TextButton45.BackgroundColor3 = Color3.new(0, 0, 0)
  1044. TextButton45.BackgroundTransparency = 0.5
  1045. TextButton45.BorderColor3 = Color3.new(0, 0, 0)
  1046. TextButton45.Font = Enum.Font.ArialBold
  1047. TextButton45.FontSize = Enum.FontSize.Size36
  1048. TextButton45.TextColor3 = Color3.new(1, 1, 1)
  1049. Script46.Parent = Frame41
  1050. table.insert(cors,sandbox(Script46,function()
  1051. repeat wait() until script.Parent.Parent.Vehicle.Value~=nil
  1052.  
  1053. db=false
  1054. held=false
  1055.  
  1056. v = script.Parent.Parent.Vehicle
  1057. f = script.Parent
  1058. sabot = script.Parent.SABOT
  1059. enable = script.Parent.Parent.red_roof
  1060. fakemiss = v.Value.FakeMissile
  1061.  
  1062. function launchsabot()
  1063. enable.Visible = true
  1064. v.Value.Effect.Smoke.Enabled = true
  1065. v.Value.Effect.Fire:Play()
  1066. v.Value.Effect.Transparency = .5
  1067. local v1=v.Value.Missile:clone()
  1068. v1.CFrame = v.Value.Missile.CFrame * CFrame.new(0, 0, -5)
  1069. v1.Smoke.Enabled = true
  1070. v1.Smoke1.Enabled = true
  1071. v1.Smoke2.Enabled = true
  1072. v1.Smoke3.Enabled = true
  1073. v1.Smoke4.Enabled = true
  1074. v1.Fire.Enabled = true
  1075. v1.Spark.Enabled = true
  1076. fakemiss:remove()
  1077. local vel=Instance.new("BodyVelocity")
  1078. vel.Parent=v1
  1079. v1.Velocity=v1.CFrame.lookVector*150
  1080. vel.velocity=v1.Velocity
  1081. v1.CanCollide=false
  1082. v1.Transparency= 0
  1083. v1.Parent=workspace
  1084. wait(12)
  1085. v1:remove()
  1086. v.Value.Effect.Transparency = 1
  1087. v.Value.Effect.Smoke.Enabled = false
  1088. wait(7)
  1089. v1:remove()
  1090. sabot.Visible = false
  1091. end
  1092.  
  1093. function sabotclick()
  1094. print("click missile")
  1095. if db==true then return end
  1096. db=true
  1097. sabot.Text="Reloading..."
  1098. launchsabot()
  1099. sabot.Visible = false
  1100. db=false
  1101. end
  1102.  
  1103. sabot.MouseButton1Click:connect(sabotclick)
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109. end))
  1110. ObjectValue47.Name = "Vehicle"
  1111. ObjectValue47.Parent = ScreenGui40
  1112. Frame48.Name = "CoordinateModule"
  1113. Frame48.Parent = ScreenGui40
  1114. Frame48.Transparency = 1
  1115. Frame48.Size = UDim2.new(0, 100, 0, 100)
  1116. Frame48.Position = UDim2.new(0, 50, 0, 400)
  1117. Frame48.BackgroundColor3 = Color3.new(1, 1, 1)
  1118. Frame48.BackgroundTransparency = 1
  1119. TextButton49.Name = "AddVariableX"
  1120. TextButton49.Parent = Frame48
  1121. TextButton49.Size = UDim2.new(0, 20, 0, 20)
  1122. TextButton49.Style = Enum.ButtonStyle.RobloxButton
  1123. TextButton49.Text = "+"
  1124. TextButton49.BackgroundColor3 = Color3.new(0, 0, 0)
  1125. TextButton49.Font = Enum.Font.SourceSans
  1126. TextButton49.FontSize = Enum.FontSize.Size36
  1127. TextButton49.TextColor3 = Color3.new(1, 1, 1)
  1128. Script50.Parent = TextButton49
  1129. table.insert(cors,sandbox(Script50,function()
  1130. x = script.Parent.Parent.VariableX
  1131. vx = script.Parent.Parent.Variable1
  1132.  
  1133. function onButtonClicked()
  1134. x.Value = x.Value + 10
  1135. vx.Text="x:("..tostring(x.Value)..")"
  1136. end
  1137. script.Parent.MouseButton1Click:connect(onButtonClicked)
  1138. end))
  1139. TextButton51.Name = "SubtractVariableX"
  1140. TextButton51.Parent = Frame48
  1141. TextButton51.Size = UDim2.new(0, 20, 0, 20)
  1142. TextButton51.Style = Enum.ButtonStyle.RobloxButton
  1143. TextButton51.Text = "-"
  1144. TextButton51.Position = UDim2.new(0, 30, 0, 0)
  1145. TextButton51.BackgroundColor3 = Color3.new(0, 0, 0)
  1146. TextButton51.Font = Enum.Font.SourceSans
  1147. TextButton51.FontSize = Enum.FontSize.Size36
  1148. TextButton51.TextColor3 = Color3.new(1, 1, 1)
  1149. Script52.Parent = TextButton51
  1150. table.insert(cors,sandbox(Script52,function()
  1151. x = script.Parent.Parent.VariableX
  1152. vx = script.Parent.Parent.Variable1
  1153.  
  1154. function onButtonClicked()
  1155. x.Value = x.Value - 10
  1156. vx.Text="x:("..tostring(x.Value)..")"
  1157. end
  1158. script.Parent.MouseButton1Click:connect(onButtonClicked)
  1159. end))
  1160. TextLabel53.Name = "Variable1"
  1161. TextLabel53.Parent = Frame48
  1162. TextLabel53.Size = UDim2.new(0, 150, 0, 20)
  1163. TextLabel53.Text = "x:(0)"
  1164. TextLabel53.Position = UDim2.new(0, 60, 0, 0)
  1165. TextLabel53.BackgroundColor3 = Color3.new(0, 0, 0)
  1166. TextLabel53.Font = Enum.Font.ArialBold
  1167. TextLabel53.FontSize = Enum.FontSize.Size14
  1168. TextLabel53.TextColor3 = Color3.new(1, 1, 1)
  1169. TextButton54.Name = "AddVariableZ"
  1170. TextButton54.Parent = Frame48
  1171. TextButton54.Size = UDim2.new(0, 20, 0, 20)
  1172. TextButton54.Style = Enum.ButtonStyle.RobloxButton
  1173. TextButton54.Text = "+"
  1174. TextButton54.Position = UDim2.new(0, 0, 0, 30)
  1175. TextButton54.BackgroundColor3 = Color3.new(0, 0, 0)
  1176. TextButton54.Font = Enum.Font.SourceSans
  1177. TextButton54.FontSize = Enum.FontSize.Size36
  1178. TextButton54.TextColor3 = Color3.new(1, 1, 1)
  1179. Script55.Parent = TextButton54
  1180. table.insert(cors,sandbox(Script55,function()
  1181. z = script.Parent.Parent.VariableZ
  1182. vz = script.Parent.Parent.Variable2
  1183.  
  1184. function onButtonClicked()
  1185. z.Value = z.Value + 10
  1186. vz.Text="z:("..tostring(z.Value)..")"
  1187. end
  1188. script.Parent.MouseButton1Click:connect(onButtonClicked)
  1189. end))
  1190. TextButton56.Name = "SubtractVariableZ"
  1191. TextButton56.Parent = Frame48
  1192. TextButton56.Size = UDim2.new(0, 20, 0, 20)
  1193. TextButton56.Style = Enum.ButtonStyle.RobloxButton
  1194. TextButton56.Text = "-"
  1195. TextButton56.Position = UDim2.new(0, 30, 0, 30)
  1196. TextButton56.BackgroundColor3 = Color3.new(0, 0, 0)
  1197. TextButton56.Font = Enum.Font.SourceSans
  1198. TextButton56.FontSize = Enum.FontSize.Size36
  1199. TextButton56.TextColor3 = Color3.new(1, 1, 1)
  1200. Script57.Parent = TextButton56
  1201. table.insert(cors,sandbox(Script57,function()
  1202. z = script.Parent.Parent.VariableZ
  1203. vz = script.Parent.Parent.Variable2
  1204.  
  1205. function onButtonClicked()
  1206. z.Value = z.Value - 10
  1207. vz.Text="z:("..tostring(z.Value)..")"
  1208. end
  1209. script.Parent.MouseButton1Click:connect(onButtonClicked)
  1210. end))
  1211. TextLabel58.Name = "Variable2"
  1212. TextLabel58.Parent = Frame48
  1213. TextLabel58.Size = UDim2.new(0, 150, 0, 20)
  1214. TextLabel58.Text = "y:(0)"
  1215. TextLabel58.Position = UDim2.new(0, 60, 0, 30)
  1216. TextLabel58.BackgroundColor3 = Color3.new(0, 0, 0)
  1217. TextLabel58.Font = Enum.Font.ArialBold
  1218. TextLabel58.FontSize = Enum.FontSize.Size14
  1219. TextLabel58.TextColor3 = Color3.new(1, 1, 1)
  1220. NumberValue59.Name = "VariableX"
  1221. NumberValue59.Parent = Frame48
  1222. NumberValue60.Name = "VariableY"
  1223. NumberValue60.Parent = Frame48
  1224. NumberValue61.Name = "VariableZ"
  1225. NumberValue61.Parent = Frame48
  1226. Frame62.Name = "MeterModule"
  1227. Frame62.Parent = ScreenGui40
  1228. Frame62.Size = UDim2.new(0, 100, 0, 160)
  1229. Frame62.Position = UDim2.new(0, 50, 0, 230)
  1230. Frame62.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  1231. TextLabel63.Name = "S1A"
  1232. TextLabel63.Parent = Frame62
  1233. TextLabel63.Size = UDim2.new(0, 95, 0, 30)
  1234. TextLabel63.Text = "STAGE 1"
  1235. TextLabel63.Position = UDim2.new(0.0250000004, 0, 0.0250000004, 0)
  1236. TextLabel63.BackgroundColor3 = Color3.new(0.576471, 0.333333, 0.407843)
  1237. TextLabel63.Font = Enum.Font.ArialBold
  1238. TextLabel63.FontSize = Enum.FontSize.Size18
  1239. TextLabel64.Name = "S2A"
  1240. TextLabel64.Parent = Frame62
  1241. TextLabel64.Size = UDim2.new(0, 95, 0, 30)
  1242. TextLabel64.Text = "STAGE 2"
  1243. TextLabel64.Position = UDim2.new(0.0250000004, 0, 0.25, 1)
  1244. TextLabel64.BackgroundColor3 = Color3.new(0.576471, 0.333333, 0.407843)
  1245. TextLabel64.Font = Enum.Font.ArialBold
  1246. TextLabel64.FontSize = Enum.FontSize.Size18
  1247. TextLabel65.Name = "S3A"
  1248. TextLabel65.Parent = Frame62
  1249. TextLabel65.Size = UDim2.new(0, 95, 0, 30)
  1250. TextLabel65.Text = "STAGE 3"
  1251. TextLabel65.Position = UDim2.new(0.0250000004, 0, 0.5, 1)
  1252. TextLabel65.BackgroundColor3 = Color3.new(0.576471, 0.333333, 0.407843)
  1253. TextLabel65.Font = Enum.Font.ArialBold
  1254. TextLabel65.FontSize = Enum.FontSize.Size18
  1255. TextLabel66.Name = "S4A"
  1256. TextLabel66.Parent = Frame62
  1257. TextLabel66.Size = UDim2.new(0, 95, 0, 30)
  1258. TextLabel66.Text = "STAGE 4"
  1259. TextLabel66.Position = UDim2.new(0.0250000004, 0, 0.75, 1)
  1260. TextLabel66.BackgroundColor3 = Color3.new(0.576471, 0.333333, 0.407843)
  1261. TextLabel66.Font = Enum.Font.ArialBold
  1262. TextLabel66.FontSize = Enum.FontSize.Size18
  1263. TextLabel67.Name = "S1B"
  1264. TextLabel67.Parent = Frame62
  1265. TextLabel67.Size = UDim2.new(0, 95, 0, 30)
  1266. TextLabel67.Text = "STAGE 1"
  1267. TextLabel67.Position = UDim2.new(0.0250000004, 0, 0.0250000004, 0)
  1268. TextLabel67.Visible = false
  1269. TextLabel67.BackgroundColor3 = Color3.new(0.196078, 0.576471, 0.0901961)
  1270. TextLabel67.Font = Enum.Font.ArialBold
  1271. TextLabel67.FontSize = Enum.FontSize.Size18
  1272. TextLabel68.Name = "S2B"
  1273. TextLabel68.Parent = Frame62
  1274. TextLabel68.Size = UDim2.new(0, 95, 0, 30)
  1275. TextLabel68.Text = "STAGE 2"
  1276. TextLabel68.Position = UDim2.new(0.0250000004, 0, 0.25, 1)
  1277. TextLabel68.Visible = false
  1278. TextLabel68.BackgroundColor3 = Color3.new(0.196078, 0.576471, 0.0901961)
  1279. TextLabel68.Font = Enum.Font.ArialBold
  1280. TextLabel68.FontSize = Enum.FontSize.Size18
  1281. TextLabel69.Name = "S3B"
  1282. TextLabel69.Parent = Frame62
  1283. TextLabel69.Size = UDim2.new(0, 95, 0, 30)
  1284. TextLabel69.Text = "STAGE 3"
  1285. TextLabel69.Position = UDim2.new(0.0250000004, 0, 0.5, 1)
  1286. TextLabel69.Visible = false
  1287. TextLabel69.BackgroundColor3 = Color3.new(0.196078, 0.576471, 0.0901961)
  1288. TextLabel69.Font = Enum.Font.ArialBold
  1289. TextLabel69.FontSize = Enum.FontSize.Size18
  1290. TextLabel70.Name = "S4B"
  1291. TextLabel70.Parent = Frame62
  1292. TextLabel70.Size = UDim2.new(0, 95, 0, 30)
  1293. TextLabel70.Text = "STAGE 4"
  1294. TextLabel70.Position = UDim2.new(0.0250000004, 0, 0.75, 1)
  1295. TextLabel70.Visible = false
  1296. TextLabel70.BackgroundColor3 = Color3.new(0.196078, 0.576471, 0.0901961)
  1297. TextLabel70.Font = Enum.Font.ArialBold
  1298. TextLabel70.FontSize = Enum.FontSize.Size18
  1299. TextButton71.Name = "red_roof"
  1300. TextButton71.Parent = ScreenGui40
  1301. TextButton71.Transparency = 0.5
  1302. TextButton71.Size = UDim2.new(0, 100, 0, 20)
  1303. TextButton71.Text = "ENABLE"
  1304. TextButton71.Position = UDim2.new(0, 270, 0, 400)
  1305. TextButton71.Visible = false
  1306. TextButton71.BackgroundColor3 = Color3.new(0, 0, 0)
  1307. TextButton71.BackgroundTransparency = 0.5
  1308. TextButton71.Font = Enum.Font.ArialBold
  1309. TextButton71.FontSize = Enum.FontSize.Size14
  1310. TextButton71.TextColor3 = Color3.new(1, 1, 1)
  1311. TextButton71.TextStrokeTransparency = 0
  1312. Script72.Parent = TextButton71
  1313. table.insert(cors,sandbox(Script72,function()
  1314. repeat wait() until script.Parent.Parent.Vehicle.Value~=nil
  1315.  
  1316. db=false
  1317. held=false
  1318.  
  1319. v = script.Parent.Parent.Vehicle
  1320. vz = script.Parent.Parent.CoordinateModule.VariableZ
  1321. vx = script.Parent.Parent.CoordinateModule.VariableX
  1322. vy = script.Parent.Parent.CoordinateModule.VariableY
  1323. wh = v.Value.Warhead
  1324. mm = script.Parent.Parent.MeterModule
  1325.  
  1326. function stage1()
  1327. script.Parent.Visible = false
  1328. mm.S1A.Visible = false
  1329. mm.S1B.Visible = true
  1330. end
  1331.  
  1332. function stage2()
  1333. mm.S1B.Visible = false
  1334. mm.S1A.Visible = true
  1335. mm.S2A.Visible = false
  1336. mm.S2B.Visible = true
  1337. end
  1338.  
  1339. function stage3()
  1340. mm.S2B.Visible = false
  1341. mm.S2A.Visible = true
  1342. mm.S3A.Visible = false
  1343. mm.S3B.Visible = true
  1344. end
  1345.  
  1346. function stage4()
  1347. mm.S3B.Visible = false
  1348. mm.S3A.Visible = true
  1349. mm.S4A.Visible = false
  1350. mm.S4B.Visible = true
  1351. end
  1352.  
  1353. function impact()
  1354. wh.CFrame = CFrame.new((vx.Value), 1000, (vz.Value))
  1355. wait(0.1)
  1356. wh.Anchored = false
  1357. wh.Transparency = 0
  1358. wh.Touch.Disabled = false
  1359. wh.Smoke.Enabled = true
  1360. wh.Smoke2.Enabled = true
  1361. wh.Smoke3.Enabled = true
  1362. wh.Smoke4.Enabled = true
  1363. wh.Light.Enabled = true
  1364. wh.CanCollide = true
  1365. local vel=Instance.new("BodyVelocity")
  1366. vel.Parent=wh
  1367. wh.Velocity=wh.CFrame.lookVector*60
  1368. vel.velocity=wh.Velocity
  1369. end
  1370.  
  1371. function onButtonClicked()
  1372. stage1()
  1373. wait(5)
  1374. stage2()
  1375. wait(5)
  1376. stage3()
  1377. wait(5)
  1378. stage4()
  1379. wait(3)
  1380. mm.S4B.Visible = false
  1381. mm.S4A.Visible = true
  1382. impact()
  1383. end
  1384.  
  1385. script.Parent.MouseButton1Click:connect(onButtonClicked)
  1386. end))
  1387. Script73.Name = "MainFrame"
  1388. Script73.Parent = ScreenGui40
  1389. Script73.Disabled = true
  1390. table.insert(cors,sandbox(Script73,function()
  1391. repeat wait() until script.Parent.Parent.Vehicle.Value~=nil
  1392.  
  1393. db=false
  1394. held=false
  1395.  
  1396. v = script.Parent.Vehicle
  1397. vs = v.Value.VehicleSeat
  1398. mm = script.Parent.MeterModule
  1399. cm = script.Parent.CoordinateModule
  1400. fire = script.Parent.Frame
  1401. enable = script.Parent.red_roof
  1402. angle = vs.Angle
  1403.  
  1404. if angle.Value > 159 then
  1405. mm.Visible = true
  1406. cm.Visible = true
  1407. fire.Visible = true
  1408. enable.Visible = true
  1409. end
  1410.  
  1411. if angle.Value < 160 then
  1412. mm.Visible = false
  1413. cm.Visible = false
  1414. fire.Visible = false
  1415. enable.Visible = false
  1416. end
  1417.  
  1418. end))
  1419. NumberValue74.Name = "Angle"
  1420. NumberValue74.Parent = VehicleSeat34
  1421. Part75.Parent = Model1
  1422. Part75.Material = Enum.Material.Metal
  1423. Part75.BrickColor = BrickColor.new("Grime")
  1424. Part75.Rotation = Vector3.new(0, -90, 0)
  1425. Part75.FormFactor = Enum.FormFactor.Plate
  1426. Part75.Size = Vector3.new(1.80000007, 0.800000012, 1)
  1427. Part75.CFrame = CFrame.new(12.8898983, 7.6000824, 38.9598885, 1.79557064e-05, 9.34016316e-06, -1, 5.58539214e-05, 1, 9.81848007e-06, 1, -4.90284801e-05, 2.76660649e-05)
  1428. Part75.BackSurface = Enum.SurfaceType.Weld
  1429. Part75.BottomSurface = Enum.SurfaceType.Weld
  1430. Part75.FrontSurface = Enum.SurfaceType.Weld
  1431. Part75.LeftSurface = Enum.SurfaceType.Weld
  1432. Part75.RightSurface = Enum.SurfaceType.Weld
  1433. Part75.TopSurface = Enum.SurfaceType.Smooth
  1434. Part75.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1435. Part75.Position = Vector3.new(12.8898983, 7.6000824, 38.9598885)
  1436. Part75.Orientation = Vector3.new(0, -90, 0)
  1437. Part75.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1438. BlockMesh76.Parent = Part75
  1439. BlockMesh76.Scale = Vector3.new(1.29999995, 1, 1)
  1440. BlockMesh76.Scale = Vector3.new(1.29999995, 1, 1)
  1441. Part77.Name = "BarrelPart"
  1442. Part77.Parent = Model1
  1443. Part77.Material = Enum.Material.Metal
  1444. Part77.BrickColor = BrickColor.new("Grime")
  1445. Part77.Rotation = Vector3.new(180, -90, 0)
  1446. Part77.FormFactor = Enum.FormFactor.Custom
  1447. Part77.Size = Vector3.new(2, 0.200000003, 2)
  1448. Part77.CFrame = CFrame.new(12.3898935, 10.6001215, 38.9598274, -5.20252797e-07, -4.67066002e-06, -1, -1.12105145e-05, -1, 5.14798012e-06, -1, 4.38485722e-06, 1.02310514e-05)
  1449. Part77.BackSurface = Enum.SurfaceType.Weld
  1450. Part77.BottomSurface = Enum.SurfaceType.Smooth
  1451. Part77.FrontSurface = Enum.SurfaceType.Weld
  1452. Part77.LeftSurface = Enum.SurfaceType.Weld
  1453. Part77.RightSurface = Enum.SurfaceType.Weld
  1454. Part77.TopSurface = Enum.SurfaceType.Weld
  1455. Part77.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1456. Part77.Position = Vector3.new(12.3898935, 10.6001215, 38.9598274)
  1457. Part77.Orientation = Vector3.new(0, -90, -180)
  1458. Part77.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1459. CylinderMesh78.Parent = Part77
  1460. Part79.Name = "Swivel"
  1461. Part79.Parent = Model1
  1462. Part79.Material = Enum.Material.Metal
  1463. Part79.BrickColor = BrickColor.new("Grime")
  1464. Part79.Rotation = Vector3.new(0, 90, 0)
  1465. Part79.CanCollide = false
  1466. Part79.FormFactor = Enum.FormFactor.Custom
  1467. Part79.Size = Vector3.new(3, 0.200000003, 3)
  1468. Part79.CFrame = CFrame.new(12.889883, 8.10011101, 38.9598198, 1.50947981e-05, 5.43772376e-06, 1, -2.21862356e-05, 1, -5.9147028e-06, -1, -1.53604906e-05, 5.38406312e-06)
  1469. Part79.BottomSurface = Enum.SurfaceType.Weld
  1470. Part79.RightSurface = Enum.SurfaceType.Weld
  1471. Part79.TopSurface = Enum.SurfaceType.Weld
  1472. Part79.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1473. Part79.Position = Vector3.new(12.889883, 8.10011101, 38.9598198)
  1474. Part79.Orientation = Vector3.new(0, 90, 0)
  1475. Part79.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1476. CylinderMesh80.Parent = Part79
  1477. CylinderMesh80.Offset = Vector3.new(0, -0.100000001, 0)
  1478. CylinderMesh80.Scale = Vector3.new(1, 1.5, 0.949999988)
  1479. CylinderMesh80.Scale = Vector3.new(1, 1.5, 0.949999988)
  1480. Script81.Parent = Part79
  1481. table.insert(cors,sandbox(Script81,function()
  1482. b = script.Parent
  1483. c = script.Parent.Parent.Connector
  1484.  
  1485. local weld = Instance.new("Weld")
  1486.  
  1487. weld.Part0 = c
  1488. weld.Part1 = b
  1489.  
  1490. weld.C0 = CFrame.new(0, -1, 0)
  1491.  
  1492. weld.Parent = c
  1493.  
  1494. script.Parent.Parent.WER.Value = weld
  1495. end))
  1496. Part82.Name = "Missile"
  1497. Part82.Parent = Model1
  1498. Part82.Material = Enum.Material.SmoothPlastic
  1499. Part82.BrickColor = BrickColor.new("Quill grey")
  1500. Part82.Transparency = 1
  1501. Part82.Rotation = Vector3.new(180, 90, 0)
  1502. Part82.FormFactor = Enum.FormFactor.Symmetric
  1503. Part82.Size = Vector3.new(2.20000005, 1, 2)
  1504. Part82.CFrame = CFrame.new(-23.0097218, 11.8003483, 38.8605461, -1.99113638e-05, -5.20105959e-06, 1, 2.55717896e-05, -1, -6.13996826e-06, 1, 1.21387684e-05, 8.00541045e-07)
  1505. Part82.BottomSurface = Enum.SurfaceType.Weld
  1506. Part82.TopSurface = Enum.SurfaceType.Weld
  1507. Part82.Color = Color3.new(0.87451, 0.87451, 0.870588)
  1508. Part82.Position = Vector3.new(-23.0097218, 11.8003483, 38.8605461)
  1509. Part82.Orientation = Vector3.new(0, 90, 180)
  1510. Part82.Color = Color3.new(0.87451, 0.87451, 0.870588)
  1511. Fire83.Parent = Part82
  1512. Fire83.Size = 30
  1513. Fire83.Color = Color3.new(0.92549, 0.545098, 0.27451)
  1514. Fire83.Enabled = false
  1515. Fire83.Heat = 0
  1516. Fire83.SecondaryColor = Color3.new(0.545098, 0.313726, 0.215686)
  1517. Fire83.Color = Color3.new(0.92549, 0.545098, 0.27451)
  1518. Smoke84.Parent = Part82
  1519. Smoke84.Size = 15
  1520. Smoke84.Enabled = false
  1521. Smoke84.Opacity = 1
  1522. Smoke84.RiseVelocity = 25
  1523. Smoke85.Name = "Smoke1"
  1524. Smoke85.Parent = Part82
  1525. Smoke85.Size = 15
  1526. Smoke85.Enabled = false
  1527. Smoke85.Opacity = 1
  1528. Smoke85.RiseVelocity = 25
  1529. Smoke86.Name = "Smoke2"
  1530. Smoke86.Parent = Part82
  1531. Smoke86.Size = 15
  1532. Smoke86.Enabled = false
  1533. Smoke86.Opacity = 1
  1534. Smoke86.RiseVelocity = 25
  1535. Smoke87.Name = "Smoke3"
  1536. Smoke87.Parent = Part82
  1537. Smoke87.Size = 15
  1538. Smoke87.Enabled = false
  1539. Smoke87.Opacity = 1
  1540. Smoke87.RiseVelocity = 25
  1541. Smoke88.Name = "Smoke4"
  1542. Smoke88.Parent = Part82
  1543. Smoke88.Size = 15
  1544. Smoke88.Enabled = false
  1545. Smoke88.Opacity = 1
  1546. Smoke88.RiseVelocity = 25
  1547. BillboardGui89.Name = "Spark"
  1548. BillboardGui89.Parent = Part82
  1549. BillboardGui89.Size = UDim2.new(35, 0, 35, 0)
  1550. BillboardGui89.Enabled = false
  1551. BillboardGui89.Active = true
  1552. ImageLabel90.Name = "Light"
  1553. ImageLabel90.Parent = BillboardGui89
  1554. ImageLabel90.Transparency = 1
  1555. ImageLabel90.Size = UDim2.new(1, 0, 1, 0)
  1556. ImageLabel90.Active = true
  1557. ImageLabel90.BackgroundColor3 = Color3.new(0.756863, 0.752941, 0.764706)
  1558. ImageLabel90.BackgroundTransparency = 1
  1559. ImageLabel90.Image = "http://www.roblox.com/asset/?id=43708803"
  1560. Script91.Parent = BillboardGui89
  1561. table.insert(cors,sandbox(Script91,function()
  1562. script.Parent.Adornee = script.Parent.Parent
  1563. end))
  1564. SpecialMesh92.Parent = Part82
  1565. SpecialMesh92.MeshId = "http://www.roblox.com/asset/?id=74333739"
  1566. SpecialMesh92.Scale = Vector3.new(24, 24, 24)
  1567. SpecialMesh92.MeshType = Enum.MeshType.FileMesh
  1568. SpecialMesh92.Scale = Vector3.new(24, 24, 24)
  1569. Script93.Name = "Sabot"
  1570. Script93.Parent = Part82
  1571. Script93.Disabled = true
  1572. table.insert(cors,sandbox(Script93,function()
  1573. wait(.1)
  1574. function onTouch(hit)
  1575. script.Parent.Anchored = true
  1576. script.Parent.Parent = Workspace
  1577. script.Parent.Transparency = 1
  1578. wait()
  1579. script.Parent.Atom.Disabled = false
  1580. end
  1581.  
  1582. script.Parent.Touched:connect(onTouch)
  1583. end))
  1584. Script94.Name = "Atom"
  1585. Script94.Parent = Part82
  1586. Script94.Disabled = true
  1587. table.insert(cors,sandbox(Script94,function()
  1588. print("Nuke Em' All")
  1589.  
  1590. local CloudID= "http://www.roblox.com/asset/?id=1095708"
  1591. local ColorTexture = "http://www.roblox.com/asset/?ID=1361097"
  1592. local RingID = "http://www.roblox.com/asset/?id=3270017"
  1593. local SphereID = "http://www.roblox.com/asset/?id=1185246"
  1594.  
  1595. local BasePosition = script.Parent.Position
  1596.  
  1597. local Size = 50
  1598.  
  1599. local Exp = Instance.new("Model")
  1600. Exp.Name = "ATOMICEXPLOSION"
  1601. Exp.Parent = game.Workspace
  1602.  
  1603. local BasePart = Instance.new("Part")
  1604. BasePart.formFactor = 0
  1605. BasePart.TopSurface = 0
  1606. BasePart.BottomSurface = 0
  1607. BasePart.Anchored = true
  1608. BasePart.Locked = true
  1609. BasePart.CanCollide = false
  1610.  
  1611. local BaseMesh = Instance.new("SpecialMesh")
  1612. BaseMesh.MeshType = "FileMesh"
  1613.  
  1614. local CloudMesh = BaseMesh:clone()
  1615. CloudMesh.MeshId = CloudID
  1616. CloudMesh.TextureId = ColorTexture
  1617. CloudMesh.VertexColor = Vector3.new(0.9,0.6,0)
  1618.  
  1619. local RingMesh = BaseMesh:clone()
  1620. RingMesh.MeshId = RingID
  1621.  
  1622. local SphereMesh = BaseMesh:clone()
  1623. SphereMesh.MeshId = SphereID
  1624.  
  1625. local Clouds = {}
  1626. local ShockWave = {}
  1627. local Sky = script.Sky
  1628.  
  1629.  
  1630. function Effects()
  1631. script.Explode:Play()
  1632. delay(0,function()
  1633. for i = 5, 1,-0.01 do
  1634. wait()
  1635. game.Lighting.Brightness = i
  1636. end
  1637. end)
  1638. end
  1639.  
  1640. function Destruction(Pos,Radius)
  1641. local function Destroy(Model)
  1642. for i ,v in ipairs(Model:getChildren()) do
  1643. if v:isA("BasePart") then
  1644. if (v.Position-Pos).magnitude < Radius then
  1645. if v.Anchored == false then
  1646. v:BreakJoints()
  1647. v.Velocity = CFrame.new(v.Position,Pos):vectorToWorldSpace(Vector3.new(math.random(-5,5),5,1000))
  1648. v.Material = "CorrodedMetal"
  1649. end
  1650. end
  1651. end
  1652. if #v:getChildren() > 0 then
  1653. Destroy(v)
  1654. end
  1655. end
  1656. end
  1657. Destroy(game.Workspace)
  1658. end
  1659. function Explode(Pos)
  1660.  
  1661. local Base = BasePart:clone()
  1662. Base.Position = Pos
  1663.  
  1664. local Mesh = CloudMesh:clone()
  1665. Mesh.Parent = Base
  1666. Mesh.Scale = Vector3.new(2.5,1,4.5)
  1667.  
  1668. local PoleBase = BasePart:clone()
  1669. PoleBase.Position = Pos+Vector3.new(0,0.1,0)
  1670.  
  1671. local PoleBaseMesh = CloudMesh:clone()
  1672. PoleBaseMesh.Scale = Vector3.new(1.25,2,2.5)
  1673. PoleBaseMesh.Parent = PoleBase
  1674.  
  1675. local Cloud1 = BasePart:clone()
  1676. Cloud1.Position = Pos+Vector3.new(0,0.75,0)
  1677.  
  1678. local Cloud1Mesh = CloudMesh:clone()
  1679. Cloud1Mesh.Scale = Vector3.new(0.5,3,1)
  1680. Cloud1Mesh.Parent = Cloud1
  1681.  
  1682. local Cloud2 = BasePart:clone()
  1683. Cloud2.Position = Pos+Vector3.new(0,1.25,0)
  1684.  
  1685. local Cloud2Mesh = CloudMesh:clone()
  1686. Cloud2Mesh.Scale = Vector3.new(0.5,1.5,1)
  1687. Cloud2Mesh.Parent = Cloud2
  1688.  
  1689. local Cloud3 = BasePart:clone()
  1690. Cloud3.Position = Pos+Vector3.new(0,1.7,0)
  1691.  
  1692. local Cloud3Mesh = CloudMesh:clone()
  1693. Cloud3Mesh.Scale = Vector3.new(0.5,1.5,1)
  1694. Cloud3Mesh.Parent = Cloud3
  1695.  
  1696. local PoleRing = BasePart:clone()
  1697. PoleRing.Position = Pos+Vector3.new(0,1.3,0)
  1698. PoleRing.Transparency = 0.2
  1699. PoleRing.BrickColor = BrickColor.new("Dark stone grey")
  1700. PoleRing.CFrame = PoleRing.CFrame*CFrame.Angles(math.rad(90),0,0)
  1701.  
  1702. local Mesh = RingMesh:clone()
  1703. Mesh.Scale = Vector3.new(1.2,1.2,1.2)
  1704. Mesh.Parent = PoleRing
  1705.  
  1706. local MushCloud = BasePart:clone()
  1707. MushCloud.Position = Pos+Vector3.new(0,2.3,0)
  1708.  
  1709. local MushMesh = CloudMesh:clone() -- lol
  1710. MushMesh.Scale = Vector3.new(2.5,1.75,3.5)
  1711. MushMesh.Parent = MushCloud
  1712.  
  1713. local TopCloud = BasePart:clone()
  1714. TopCloud.Position = Pos+Vector3.new(0,2.7,0)
  1715.  
  1716. local TopMesh = CloudMesh:clone()
  1717. TopMesh.Scale = Vector3.new(7.5,1.5,1.5)
  1718. TopMesh.Parent = TopCloud
  1719.  
  1720. table.insert(Clouds,Base)
  1721. table.insert(Clouds,TopCloud)
  1722. table.insert(Clouds,MushCloud)
  1723. table.insert(Clouds,Cloud1)
  1724. table.insert(Clouds,Cloud2)
  1725. table.insert(Clouds,Cloud3)
  1726. table.insert(Clouds,PoleBase)
  1727. table.insert(Clouds,PoleRing)
  1728.  
  1729.  
  1730. local BigRing = BasePart:clone()
  1731. BigRing.Position = Pos
  1732. BigRing.CFrame = BigRing.CFrame*CFrame.Angles(math.rad(90),0,0)
  1733.  
  1734. local BigMesh = RingMesh:clone()
  1735. BigMesh.Scale = Vector3.new(5,5,1)
  1736. BigMesh.Parent = BigRing
  1737.  
  1738. local SmallRing = BasePart:clone()
  1739. SmallRing.Position = Pos
  1740. SmallRing.BrickColor = BrickColor.new("Dark stone grey")
  1741. SmallRing.CFrame = SmallRing.CFrame*CFrame.Angles(math.rad(90),0,0)
  1742.  
  1743. local SmallMesh = RingMesh:clone()
  1744. SmallMesh.Scale = Vector3.new(4.6,4.6,1.5)
  1745. SmallMesh.Parent = SmallRing
  1746.  
  1747. local InnerSphere = BasePart:clone()
  1748. InnerSphere.Position = Pos
  1749. InnerSphere.BrickColor = BrickColor.new("Bright orange")
  1750. InnerSphere.Transparency = 0.5
  1751.  
  1752. local InnerSphereMesh = SphereMesh:clone()
  1753. InnerSphereMesh.Scale = Vector3.new(-6.5,-6.5,-6.5)
  1754. InnerSphereMesh.Parent = InnerSphere
  1755.  
  1756. local OutterSphere = BasePart:clone()
  1757. OutterSphere.Position = Pos
  1758. OutterSphere.BrickColor = BrickColor.new("Bright orange")
  1759. OutterSphere.Transparency = 0.5
  1760.  
  1761. local OutterSphereMesh = SphereMesh:clone()
  1762. OutterSphereMesh.Scale = Vector3.new(6.5,6.5,6.5)
  1763. OutterSphereMesh.Parent = OutterSphere
  1764.  
  1765. table.insert(ShockWave,BigRing)
  1766. table.insert(ShockWave,SmallRing)
  1767. table.insert(ShockWave,OutterSphere)
  1768. table.insert(ShockWave,InnerSphere)
  1769. Sky.Parent = game.Lighting
  1770. for i , v in ipairs(ShockWave) do
  1771. v.Parent = Exp
  1772. end
  1773. for i , v in ipairs(Clouds) do
  1774. v.Parent = Exp
  1775. end
  1776. Effects()
  1777. delay(0,function()
  1778. for resize = Size/2.5, Size*3, 2 do
  1779. wait()
  1780. BigRing.Mesh.Scale = Vector3.new(5*resize,5*resize,1*resize)
  1781. SmallRing.Mesh.Scale = Vector3.new(4.6*resize,4.6*resize,1.5*resize)
  1782. InnerSphere.Mesh.Scale = Vector3.new(-6.5*resize,-6.5*resize,-6.5*resize)
  1783. OutterSphere.Mesh.Scale = Vector3.new(6.5*resize,6.5*resize,6.5*resize)
  1784. Destruction(Pos,3*resize)
  1785. end
  1786. for fade = 0, 1, 0.01 do
  1787. wait()
  1788. pcall(function()
  1789. for i ,v in ipairs(ShockWave) do
  1790. v.Transparency = fade
  1791. end
  1792. end)
  1793. end
  1794. for i ,v in ipairs(ShockWave) do
  1795. v:Remove()
  1796. end
  1797. done1 = true
  1798. end)
  1799. delay(0,function()
  1800. for resize = Size/5, Size, 1 do
  1801. wait()
  1802. pcall(function()
  1803. Base.Mesh.Scale = Vector3.new(2.5*resize,1*resize,4.5*resize)
  1804. TopCloud.Mesh.Scale = Vector3.new(0.75*resize,1.5*resize,1.5*resize)
  1805. MushCloud.Mesh.Scale = Vector3.new(2.5*resize,1.75*resize,3.5*resize)
  1806. Cloud1.Mesh.Scale = Vector3.new(0.5*resize,3*resize,1*resize)
  1807. Cloud2.Mesh.Scale = Vector3.new(0.5*resize,1.5*resize,1*resize)
  1808. Cloud3.Mesh.Scale = Vector3.new(0.5*resize,1.5*resize,1*resize)
  1809. PoleBase.Mesh.Scale = Vector3.new(1*resize,2*resize,2.5*resize)
  1810. PoleRing.Mesh.Scale = Vector3.new(1.2*resize,1.2*resize,1.2*resize)
  1811.  
  1812. Base.Position = Pos+Vector3.new(0,0.05*resize,0)
  1813. TopCloud.Position = Pos+Vector3.new(0,2.7*resize,0)
  1814. MushCloud.Position = Pos+Vector3.new(0,2.3*resize,0)
  1815. Cloud1.Position = Pos+Vector3.new(0,0.75*resize,0)
  1816. Cloud2.Position = Pos+Vector3.new(0,1.25*resize,0)
  1817. Cloud3.Position = Pos+Vector3.new(0,1.7*resize,0)
  1818. PoleBase.Position = Pos+Vector3.new(0,0.1*resize,0)
  1819. PoleRing.Position = Pos+Vector3.new(0,1.3*resize,0)
  1820. end)
  1821. end
  1822. done2 = true
  1823. end)
  1824. wait(2)
  1825. for y = 0.6,0,-0.0025 do
  1826. wait()
  1827. for i , v in ipairs(Clouds) do
  1828. v.Mesh.VertexColor = Vector3.new(0.9,y,0)
  1829. end
  1830. end
  1831. for r = 0.9,0.5,-0.01 do
  1832. wait()
  1833. for i , v in ipairs(Clouds) do
  1834. v.Mesh.VertexColor = Vector3.new(r,0,0)
  1835. end
  1836. end
  1837. for by = 0,0.5,0.005 do
  1838. wait()
  1839. for i , v in ipairs(Clouds) do
  1840. v.Mesh.VertexColor = Vector3.new(0.5,by,by)
  1841. v.Transparency = by*2
  1842. end
  1843. Base.Mesh.Scale = Base.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  1844. TopCloud.Mesh.Scale = TopCloud.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  1845. MushCloud.Mesh.Scale = MushCloud.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  1846. Cloud1.Mesh.Scale = Cloud1.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  1847. Cloud2.Mesh.Scale = Cloud2.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  1848. Cloud3.Mesh.Scale = Cloud3.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  1849. PoleBase.Mesh.Scale = PoleBase.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  1850. PoleRing.Mesh.Scale = PoleRing.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  1851. end
  1852. done3 = true
  1853. while true do wait(1) if done1 and done2 and done3 then break end end
  1854. Exp:remove()
  1855. wait(20)
  1856. Sky:remove()
  1857. end
  1858.  
  1859.  
  1860.  
  1861.  
  1862. Explode(BasePosition)
  1863.  
  1864. script.Parent:remove()
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874. end))
  1875. Sound95.Name = "Explode"
  1876. Sound95.Parent = Script94
  1877. Sound95.Pitch = 0.5
  1878. Sound95.SoundId = "http://www.roblox.com/asset?id=130768997"
  1879. Sound95.Volume = 1
  1880. Sky96.Parent = Script94
  1881. Sky96.SkyboxBk = "http://www.roblox.com/asset/?version=1&id=1012890"
  1882. Sky96.SkyboxDn = "http://www.roblox.com/asset/?version=1&id=1012891"
  1883. Sky96.SkyboxFt = "http://www.roblox.com/asset/?version=1&id=1012887"
  1884. Sky96.SkyboxLf = "http://www.roblox.com/asset/?version=1&id=1012889"
  1885. Sky96.SkyboxRt = "http://www.roblox.com/asset/?version=1&id=1012888"
  1886. Sky96.SkyboxUp = "http://www.roblox.com/asset/?version=1&id=1014449"
  1887. Part97.Name = "Effect"
  1888. Part97.Parent = Model1
  1889. Part97.Material = Enum.Material.SmoothPlastic
  1890. Part97.BrickColor = BrickColor.new("Earth green")
  1891. Part97.Transparency = 1
  1892. Part97.Rotation = Vector3.new(-90, 0, 90)
  1893. Part97.FormFactor = Enum.FormFactor.Symmetric
  1894. Part97.Size = Vector3.new(2.20000005, 1, 2)
  1895. Part97.CFrame = CFrame.new(-21.5097256, 11.3003311, 38.8604736, 1.99002643e-05, -1, 6.76171112e-06, -2.55639879e-05, 7.70061979e-06, 1, -1, -7.8946141e-07, -1.21309677e-05)
  1896. Part97.BottomSurface = Enum.SurfaceType.Weld
  1897. Part97.TopSurface = Enum.SurfaceType.Weld
  1898. Part97.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1899. Part97.Position = Vector3.new(-21.5097256, 11.3003311, 38.8604736)
  1900. Part97.Orientation = Vector3.new(-90, 90, 0)
  1901. Part97.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1902. Sound98.Name = "CSfire"
  1903. Sound98.Parent = Part97
  1904. Sound98.SoundId = "http://www.roblox.com/asset?id=132975999"
  1905. Sound98.Volume = 1
  1906. Sound99.Name = "Reload"
  1907. Sound99.Parent = Part97
  1908. Sound99.SoundId = "http://www.roblox.com/asset/?id=154199166"
  1909. Sound99.Volume = 1
  1910. SpecialMesh100.Parent = Part97
  1911. SpecialMesh100.Scale = Vector3.new(0.800000012, 8, 1)
  1912. SpecialMesh100.MeshType = Enum.MeshType.Sphere
  1913. SpecialMesh100.Scale = Vector3.new(0.800000012, 8, 1)
  1914. PointLight101.Parent = Part97
  1915. PointLight101.Color = Color3.new(1, 1, 0.498039)
  1916. PointLight101.Enabled = false
  1917. PointLight101.Color = Color3.new(1, 1, 0.498039)
  1918. Smoke102.Parent = Part97
  1919. Smoke102.Size = 50
  1920. Smoke102.Enabled = false
  1921. Smoke102.RiseVelocity = 10
  1922. Sound103.Name = "Fire"
  1923. Sound103.Parent = Part97
  1924. Sound103.Pitch = 0.5
  1925. Sound103.SoundId = "rbxassetid://181356975"
  1926. Sound103.Volume = 1
  1927. Model104.Name = "FakeMissile"
  1928. Model104.Parent = Model1
  1929. Part105.Name = "FakeMissile"
  1930. Part105.Parent = Model104
  1931. Part105.Material = Enum.Material.Metal
  1932. Part105.BrickColor = BrickColor.new("Quill grey")
  1933. Part105.Rotation = Vector3.new(180, 90, 0)
  1934. Part105.CanCollide = false
  1935. Part105.FormFactor = Enum.FormFactor.Custom
  1936. Part105.Size = Vector3.new(6.39999962, 1, 0.200000003)
  1937. Part105.CFrame = CFrame.new(-3.70967841, 11.0001984, 38.9599075, -1.99113711e-05, -5.20106005e-06, 1, 2.55717914e-05, -1, -6.13996781e-06, 1, 1.21387639e-05, 8.00539965e-07)
  1938. Part105.BottomSurface = Enum.SurfaceType.Weld
  1939. Part105.TopSurface = Enum.SurfaceType.Weld
  1940. Part105.Color = Color3.new(0.87451, 0.87451, 0.870588)
  1941. Part105.Position = Vector3.new(-3.70967841, 11.0001984, 38.9599075)
  1942. Part105.Orientation = Vector3.new(0, 90, 180)
  1943. Part105.Color = Color3.new(0.87451, 0.87451, 0.870588)
  1944. SpecialMesh106.Parent = Part105
  1945. SpecialMesh106.MeshId = "http://www.roblox.com/asset/?id=74333739"
  1946. SpecialMesh106.Scale = Vector3.new(25, 25, 24)
  1947. SpecialMesh106.MeshType = Enum.MeshType.FileMesh
  1948. SpecialMesh106.Scale = Vector3.new(25, 25, 24)
  1949. Part107.Name = "Warhead"
  1950. Part107.Parent = Model1
  1951. Part107.BrickColor = BrickColor.new("Institutional white")
  1952. Part107.Reflectance = 0.5
  1953. Part107.Transparency = 1
  1954. Part107.Rotation = Vector3.new(180, 0, 0)
  1955. Part107.Anchored = true
  1956. Part107.FormFactor = Enum.FormFactor.Plate
  1957. Part107.Size = Vector3.new(3.79999971, 6.59999943, 3.79999995)
  1958. Part107.CFrame = CFrame.new(-7.70991611, 33.3989334, 39.2596893, 0.999999702, -6.4844221e-06, -6.66087817e-06, -6.48497235e-06, -0.999999702, -1.0551862e-05, -6.67190989e-06, 1.05441059e-05, -1)
  1959. Part107.BottomSurface = Enum.SurfaceType.Weld
  1960. Part107.TopSurface = Enum.SurfaceType.Smooth
  1961. Part107.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1962. Part107.Position = Vector3.new(-7.70991611, 33.3989334, 39.2596893)
  1963. Part107.Orientation = Vector3.new(0, -180, -180)
  1964. Part107.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1965. SpecialMesh108.Parent = Part107
  1966. SpecialMesh108.MeshId = "http://www.roblox.com/asset/?id=1778999"
  1967. SpecialMesh108.Scale = Vector3.new(3, 5, 3)
  1968. SpecialMesh108.TextureId = "http://www.roblox.com/asset/?id=2821447"
  1969. SpecialMesh108.VertexColor = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1970. SpecialMesh108.MeshType = Enum.MeshType.FileMesh
  1971. SpecialMesh108.Scale = Vector3.new(3, 5, 3)
  1972. Smoke109.Parent = Part107
  1973. Smoke109.Size = 30
  1974. Smoke109.Enabled = false
  1975. Smoke109.Opacity = 1
  1976. Smoke109.RiseVelocity = 5
  1977. BillboardGui110.Name = "Light"
  1978. BillboardGui110.Parent = Part107
  1979. BillboardGui110.Size = UDim2.new(35, 0, 35, 0)
  1980. BillboardGui110.Enabled = false
  1981. BillboardGui110.Active = true
  1982. ImageLabel111.Name = "Light"
  1983. ImageLabel111.Parent = BillboardGui110
  1984. ImageLabel111.Transparency = 1
  1985. ImageLabel111.Size = UDim2.new(1, 0, 1, 0)
  1986. ImageLabel111.Active = true
  1987. ImageLabel111.BackgroundColor3 = Color3.new(0.756863, 0.752941, 0.764706)
  1988. ImageLabel111.BackgroundTransparency = 1
  1989. ImageLabel111.Image = "http://www.roblox.com/asset/?id=43708803"
  1990. Script112.Parent = BillboardGui110
  1991. table.insert(cors,sandbox(Script112,function()
  1992. script.Parent.Adornee = script.Parent.Parent
  1993. end))
  1994. Smoke113.Name = "Smoke2"
  1995. Smoke113.Parent = Part107
  1996. Smoke113.Size = 30
  1997. Smoke113.Enabled = false
  1998. Smoke113.Opacity = 1
  1999. Smoke113.RiseVelocity = 5
  2000. Smoke114.Name = "Smoke3"
  2001. Smoke114.Parent = Part107
  2002. Smoke114.Size = 30
  2003. Smoke114.Enabled = false
  2004. Smoke114.Opacity = 1
  2005. Smoke114.RiseVelocity = 5
  2006. Smoke115.Name = "Smoke4"
  2007. Smoke115.Parent = Part107
  2008. Smoke115.Size = 30
  2009. Smoke115.Enabled = false
  2010. Smoke115.Opacity = 1
  2011. Smoke115.RiseVelocity = 5
  2012. StringValue116.Name = "INFORMATION"
  2013. StringValue116.Parent = Part107
  2014. StringValue117.Name = "Nuke_Information"
  2015. StringValue117.Parent = StringValue116
  2016. StringValue117.Value = "Conventional, long-range warhead"
  2017. StringValue118.Name = "Nuke_Base"
  2018. StringValue118.Parent = StringValue116
  2019. StringValue118.Value = "TEL/Mobile"
  2020. Script119.Name = "Touch"
  2021. Script119.Parent = Part107
  2022. Script119.Disabled = true
  2023. table.insert(cors,sandbox(Script119,function()
  2024. wait(.1)
  2025. function onTouch(hit)
  2026. script.Parent.Anchored = true
  2027. script.Parent.Parent = Workspace
  2028. script.Parent.Transparency = 1
  2029. wait()
  2030. script.Parent.Atom.Disabled = false
  2031. end
  2032.  
  2033. script.Parent.Touched:connect(onTouch)
  2034. end))
  2035. Script120.Name = "Atom"
  2036. Script120.Parent = Part107
  2037. Script120.Disabled = true
  2038. table.insert(cors,sandbox(Script120,function()
  2039. print("Nuke Em' All")
  2040.  
  2041. local CloudID= "http://www.roblox.com/asset/?id=1095708"
  2042. local ColorTexture = "http://www.roblox.com/asset/?ID=1361097"
  2043. local RingID = "http://www.roblox.com/asset/?id=3270017"
  2044. local SphereID = "http://www.roblox.com/asset/?id=1185246"
  2045.  
  2046. local BasePosition = script.Parent.Position
  2047.  
  2048. local Size = 350
  2049.  
  2050. local Exp = Instance.new("Model")
  2051. Exp.Name = "ATOMICEXPLOSION"
  2052. Exp.Parent = game.Workspace
  2053.  
  2054. local BasePart = Instance.new("Part")
  2055. BasePart.formFactor = 0
  2056. BasePart.TopSurface = 0
  2057. BasePart.BottomSurface = 0
  2058. BasePart.Anchored = true
  2059. BasePart.Locked = true
  2060. BasePart.CanCollide = false
  2061.  
  2062. local BaseMesh = Instance.new("SpecialMesh")
  2063. BaseMesh.MeshType = "FileMesh"
  2064.  
  2065. local CloudMesh = BaseMesh:clone()
  2066. CloudMesh.MeshId = CloudID
  2067. CloudMesh.TextureId = ColorTexture
  2068. CloudMesh.VertexColor = Vector3.new(0.9,0.6,0)
  2069.  
  2070. local RingMesh = BaseMesh:clone()
  2071. RingMesh.MeshId = RingID
  2072.  
  2073. local SphereMesh = BaseMesh:clone()
  2074. SphereMesh.MeshId = SphereID
  2075.  
  2076. local Clouds = {}
  2077. local ShockWave = {}
  2078. local Sky = script.Sky
  2079.  
  2080.  
  2081. function Effects()
  2082. script.Explode:Play()
  2083. delay(0,function()
  2084. for i = 5, 1,-0.01 do
  2085. wait()
  2086. game.Lighting.Brightness = i
  2087. end
  2088. end)
  2089. end
  2090.  
  2091. function Destruction(Pos,Radius)
  2092. local function Destroy(Model)
  2093. for i ,v in ipairs(Model:getChildren()) do
  2094. if v:isA("BasePart") then
  2095. if (v.Position-Pos).magnitude < Radius then
  2096. if v.Anchored == false then
  2097. v:BreakJoints()
  2098. v.Velocity = CFrame.new(v.Position,Pos):vectorToWorldSpace(Vector3.new(math.random(-5,5),5,1000))
  2099. v.Material = "CorrodedMetal"
  2100. end
  2101. end
  2102. end
  2103. if #v:getChildren() > 0 then
  2104. Destroy(v)
  2105. end
  2106. end
  2107. end
  2108. Destroy(game.Workspace)
  2109. end
  2110. function Explode(Pos)
  2111.  
  2112. local Base = BasePart:clone()
  2113. Base.Position = Pos
  2114.  
  2115. local Mesh = CloudMesh:clone()
  2116. Mesh.Parent = Base
  2117. Mesh.Scale = Vector3.new(2.5,1,4.5)
  2118.  
  2119. local PoleBase = BasePart:clone()
  2120. PoleBase.Position = Pos+Vector3.new(0,0.1,0)
  2121.  
  2122. local PoleBaseMesh = CloudMesh:clone()
  2123. PoleBaseMesh.Scale = Vector3.new(1.25,2,2.5)
  2124. PoleBaseMesh.Parent = PoleBase
  2125.  
  2126. local Cloud1 = BasePart:clone()
  2127. Cloud1.Position = Pos+Vector3.new(0,0.75,0)
  2128.  
  2129. local Cloud1Mesh = CloudMesh:clone()
  2130. Cloud1Mesh.Scale = Vector3.new(0.5,3,1)
  2131. Cloud1Mesh.Parent = Cloud1
  2132.  
  2133. local Cloud2 = BasePart:clone()
  2134. Cloud2.Position = Pos+Vector3.new(0,1.25,0)
  2135.  
  2136. local Cloud2Mesh = CloudMesh:clone()
  2137. Cloud2Mesh.Scale = Vector3.new(0.5,1.5,1)
  2138. Cloud2Mesh.Parent = Cloud2
  2139.  
  2140. local Cloud3 = BasePart:clone()
  2141. Cloud3.Position = Pos+Vector3.new(0,1.7,0)
  2142.  
  2143. local Cloud3Mesh = CloudMesh:clone()
  2144. Cloud3Mesh.Scale = Vector3.new(0.5,1.5,1)
  2145. Cloud3Mesh.Parent = Cloud3
  2146.  
  2147. local PoleRing = BasePart:clone()
  2148. PoleRing.Position = Pos+Vector3.new(0,1.3,0)
  2149. PoleRing.Transparency = 0.2
  2150. PoleRing.BrickColor = BrickColor.new("Dark stone grey")
  2151. PoleRing.CFrame = PoleRing.CFrame*CFrame.Angles(math.rad(90),0,0)
  2152.  
  2153. local Mesh = RingMesh:clone()
  2154. Mesh.Scale = Vector3.new(1.2,1.2,1.2)
  2155. Mesh.Parent = PoleRing
  2156.  
  2157. local MushCloud = BasePart:clone()
  2158. MushCloud.Position = Pos+Vector3.new(0,2.3,0)
  2159.  
  2160. local MushMesh = CloudMesh:clone() -- lol
  2161. MushMesh.Scale = Vector3.new(2.5,1.75,3.5)
  2162. MushMesh.Parent = MushCloud
  2163.  
  2164. local TopCloud = BasePart:clone()
  2165. TopCloud.Position = Pos+Vector3.new(0,2.7,0)
  2166.  
  2167. local TopMesh = CloudMesh:clone()
  2168. TopMesh.Scale = Vector3.new(7.5,1.5,1.5)
  2169. TopMesh.Parent = TopCloud
  2170.  
  2171. table.insert(Clouds,Base)
  2172. table.insert(Clouds,TopCloud)
  2173. table.insert(Clouds,MushCloud)
  2174. table.insert(Clouds,Cloud1)
  2175. table.insert(Clouds,Cloud2)
  2176. table.insert(Clouds,Cloud3)
  2177. table.insert(Clouds,PoleBase)
  2178. table.insert(Clouds,PoleRing)
  2179.  
  2180.  
  2181. local BigRing = BasePart:clone()
  2182. BigRing.Position = Pos
  2183. BigRing.CFrame = BigRing.CFrame*CFrame.Angles(math.rad(90),0,0)
  2184.  
  2185. local BigMesh = RingMesh:clone()
  2186. BigMesh.Scale = Vector3.new(5,5,1)
  2187. BigMesh.Parent = BigRing
  2188.  
  2189. local SmallRing = BasePart:clone()
  2190. SmallRing.Position = Pos
  2191. SmallRing.BrickColor = BrickColor.new("Dark stone grey")
  2192. SmallRing.CFrame = SmallRing.CFrame*CFrame.Angles(math.rad(90),0,0)
  2193.  
  2194. local SmallMesh = RingMesh:clone()
  2195. SmallMesh.Scale = Vector3.new(4.6,4.6,1.5)
  2196. SmallMesh.Parent = SmallRing
  2197.  
  2198. local InnerSphere = BasePart:clone()
  2199. InnerSphere.Position = Pos
  2200. InnerSphere.BrickColor = BrickColor.new("Bright orange")
  2201. InnerSphere.Transparency = 0.5
  2202.  
  2203. local InnerSphereMesh = SphereMesh:clone()
  2204. InnerSphereMesh.Scale = Vector3.new(-6.5,-6.5,-6.5)
  2205. InnerSphereMesh.Parent = InnerSphere
  2206.  
  2207. local OutterSphere = BasePart:clone()
  2208. OutterSphere.Position = Pos
  2209. OutterSphere.BrickColor = BrickColor.new("Bright orange")
  2210. OutterSphere.Transparency = 0.5
  2211.  
  2212. local OutterSphereMesh = SphereMesh:clone()
  2213. OutterSphereMesh.Scale = Vector3.new(6.5,6.5,6.5)
  2214. OutterSphereMesh.Parent = OutterSphere
  2215.  
  2216. table.insert(ShockWave,BigRing)
  2217. table.insert(ShockWave,SmallRing)
  2218. table.insert(ShockWave,OutterSphere)
  2219. table.insert(ShockWave,InnerSphere)
  2220. Sky.Parent = game.Lighting
  2221. for i , v in ipairs(ShockWave) do
  2222. v.Parent = Exp
  2223. end
  2224. for i , v in ipairs(Clouds) do
  2225. v.Parent = Exp
  2226. end
  2227. Effects()
  2228. delay(0,function()
  2229. for resize = Size/2.5, Size*3, 2 do
  2230. wait()
  2231. BigRing.Mesh.Scale = Vector3.new(5*resize,5*resize,1*resize)
  2232. SmallRing.Mesh.Scale = Vector3.new(4.6*resize,4.6*resize,1.5*resize)
  2233. InnerSphere.Mesh.Scale = Vector3.new(-6.5*resize,-6.5*resize,-6.5*resize)
  2234. OutterSphere.Mesh.Scale = Vector3.new(6.5*resize,6.5*resize,6.5*resize)
  2235. Destruction(Pos,3*resize)
  2236. end
  2237. for fade = 0, 1, 0.01 do
  2238. wait()
  2239. pcall(function()
  2240. for i ,v in ipairs(ShockWave) do
  2241. v.Transparency = fade
  2242. end
  2243. end)
  2244. end
  2245. for i ,v in ipairs(ShockWave) do
  2246. v:Remove()
  2247. end
  2248. done1 = true
  2249. end)
  2250. delay(0,function()
  2251. for resize = Size/5, Size, 1 do
  2252. wait()
  2253. pcall(function()
  2254. Base.Mesh.Scale = Vector3.new(2.5*resize,1*resize,4.5*resize)
  2255. TopCloud.Mesh.Scale = Vector3.new(0.75*resize,1.5*resize,1.5*resize)
  2256. MushCloud.Mesh.Scale = Vector3.new(2.5*resize,1.75*resize,3.5*resize)
  2257. Cloud1.Mesh.Scale = Vector3.new(0.5*resize,3*resize,1*resize)
  2258. Cloud2.Mesh.Scale = Vector3.new(0.5*resize,1.5*resize,1*resize)
  2259. Cloud3.Mesh.Scale = Vector3.new(0.5*resize,1.5*resize,1*resize)
  2260. PoleBase.Mesh.Scale = Vector3.new(1*resize,2*resize,2.5*resize)
  2261. PoleRing.Mesh.Scale = Vector3.new(1.2*resize,1.2*resize,1.2*resize)
  2262.  
  2263. Base.Position = Pos+Vector3.new(0,0.05*resize,0)
  2264. TopCloud.Position = Pos+Vector3.new(0,2.7*resize,0)
  2265. MushCloud.Position = Pos+Vector3.new(0,2.3*resize,0)
  2266. Cloud1.Position = Pos+Vector3.new(0,0.75*resize,0)
  2267. Cloud2.Position = Pos+Vector3.new(0,1.25*resize,0)
  2268. Cloud3.Position = Pos+Vector3.new(0,1.7*resize,0)
  2269. PoleBase.Position = Pos+Vector3.new(0,0.1*resize,0)
  2270. PoleRing.Position = Pos+Vector3.new(0,1.3*resize,0)
  2271. end)
  2272. end
  2273. done2 = true
  2274. end)
  2275. wait(2)
  2276. for y = 0.6,0,-0.0025 do
  2277. wait()
  2278. for i , v in ipairs(Clouds) do
  2279. v.Mesh.VertexColor = Vector3.new(0.9,y,0)
  2280. end
  2281. end
  2282. for r = 0.9,0.5,-0.01 do
  2283. wait()
  2284. for i , v in ipairs(Clouds) do
  2285. v.Mesh.VertexColor = Vector3.new(r,0,0)
  2286. end
  2287. end
  2288. for by = 0,0.5,0.005 do
  2289. wait()
  2290. for i , v in ipairs(Clouds) do
  2291. v.Mesh.VertexColor = Vector3.new(0.5,by,by)
  2292. v.Transparency = by*2
  2293. end
  2294. Base.Mesh.Scale = Base.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  2295. TopCloud.Mesh.Scale = TopCloud.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  2296. MushCloud.Mesh.Scale = MushCloud.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  2297. Cloud1.Mesh.Scale = Cloud1.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  2298. Cloud2.Mesh.Scale = Cloud2.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  2299. Cloud3.Mesh.Scale = Cloud3.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  2300. PoleBase.Mesh.Scale = PoleBase.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  2301. PoleRing.Mesh.Scale = PoleRing.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
  2302. end
  2303. done3 = true
  2304. while true do wait(1) if done1 and done2 and done3 then break end end
  2305. Exp:remove()
  2306. wait(20)
  2307. Sky:remove()
  2308. end
  2309.  
  2310.  
  2311.  
  2312.  
  2313. Explode(BasePosition)
  2314.  
  2315. script.Parent:remove()
  2316.  
  2317.  
  2318.  
  2319.  
  2320.  
  2321.  
  2322.  
  2323.  
  2324.  
  2325. end))
  2326. Sound121.Name = "Explode"
  2327. Sound121.Parent = Script120
  2328. Sound121.Pitch = 0.5
  2329. Sound121.SoundId = "http://www.roblox.com/asset?id=130768997"
  2330. Sound121.Volume = 1
  2331. Sky122.Parent = Script120
  2332. Sky122.SkyboxBk = "http://www.roblox.com/asset/?version=1&id=1012890"
  2333. Sky122.SkyboxDn = "http://www.roblox.com/asset/?version=1&id=1012891"
  2334. Sky122.SkyboxFt = "http://www.roblox.com/asset/?version=1&id=1012887"
  2335. Sky122.SkyboxLf = "http://www.roblox.com/asset/?version=1&id=1012889"
  2336. Sky122.SkyboxRt = "http://www.roblox.com/asset/?version=1&id=1012888"
  2337. Sky122.SkyboxUp = "http://www.roblox.com/asset/?version=1&id=1014449"
  2338. Part123.Parent = Model0
  2339. Part123.Material = Enum.Material.Ice
  2340. Part123.BrickColor = BrickColor.new("Dark stone grey")
  2341. Part123.Transparency = 0.5
  2342. Part123.Rotation = Vector3.new(7.5999999, 0, 0)
  2343. Part123.CanCollide = false
  2344. Part123.FormFactor = Enum.FormFactor.Custom
  2345. Part123.Size = Vector3.new(3, 2.5999999, 0.200000003)
  2346. Part123.CFrame = CFrame.new(-24.2097893, 8.72938347, 31.1316738, 1, 1.75870337e-05, 6.18270788e-05, -9.95769551e-06, 0.991205812, -0.132270217, -7.78449903e-05, 0.132281274, 0.991214573)
  2347. Part123.BackSurface = Enum.SurfaceType.Weld
  2348. Part123.BottomSurface = Enum.SurfaceType.Weld
  2349. Part123.FrontSurface = Enum.SurfaceType.Weld
  2350. Part123.LeftSurface = Enum.SurfaceType.Weld
  2351. Part123.RightSurface = Enum.SurfaceType.Weld
  2352. Part123.TopSurface = Enum.SurfaceType.Weld
  2353. Part123.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2354. Part123.Position = Vector3.new(-24.2097893, 8.72938347, 31.1316738)
  2355. Part123.Orientation = Vector3.new(7.5999999, 0, 0)
  2356. Part123.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2357. BlockMesh124.Parent = Part123
  2358. BlockMesh124.Offset = Vector3.new(0, 0, 0.200000003)
  2359. BlockMesh124.Scale = Vector3.new(1, 1.14999998, 0.5)
  2360. BlockMesh124.Scale = Vector3.new(1, 1.14999998, 0.5)
  2361. Part125.Parent = Model0
  2362. Part125.Material = Enum.Material.Metal
  2363. Part125.BrickColor = BrickColor.new("Grime")
  2364. Part125.Rotation = Vector3.new(172.399994, 0, 180)
  2365. Part125.CanCollide = false
  2366. Part125.FormFactor = Enum.FormFactor.Custom
  2367. Part125.Size = Vector3.new(3, 0.400000006, 0.200000003)
  2368. Part125.CFrame = CFrame.new(-24.2096195, 10.2178173, 46.3855438, -1, -5.60768513e-07, -8.06703756e-05, 1.13161541e-05, 0.991207719, -0.132315725, 0.000104148734, -0.132298887, -0.991209865)
  2369. Part125.BackSurface = Enum.SurfaceType.Weld
  2370. Part125.BottomSurface = Enum.SurfaceType.Weld
  2371. Part125.FrontSurface = Enum.SurfaceType.Weld
  2372. Part125.LeftSurface = Enum.SurfaceType.Weld
  2373. Part125.RightSurface = Enum.SurfaceType.Weld
  2374. Part125.TopSurface = Enum.SurfaceType.Weld
  2375. Part125.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2376. Part125.Position = Vector3.new(-24.2096195, 10.2178173, 46.3855438)
  2377. Part125.Orientation = Vector3.new(7.5999999, -180, 0)
  2378. Part125.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2379. BlockMesh126.Parent = Part125
  2380. BlockMesh126.Offset = Vector3.new(0, 0, 0.200000003)
  2381. Part127.Parent = Model0
  2382. Part127.Material = Enum.Material.Ice
  2383. Part127.BrickColor = BrickColor.new("Dark stone grey")
  2384. Part127.Transparency = 0.5
  2385. Part127.Rotation = Vector3.new(-180, 0, -180)
  2386. Part127.CanCollide = false
  2387. Part127.FormFactor = Enum.FormFactor.Custom
  2388. Part127.Size = Vector3.new(4.4000001, 1.79999995, 0.200000003)
  2389. Part127.CFrame = CFrame.new(-23.5096817, 9.10065365, 36.3602753, -1, 9.14261545e-06, -6.24489476e-05, 9.84558574e-06, 0.99999088, 2.81994267e-06, 7.66839075e-05, 1.28775291e-05, -1.00000012)
  2390. Part127.BackSurface = Enum.SurfaceType.Weld
  2391. Part127.BottomSurface = Enum.SurfaceType.Weld
  2392. Part127.FrontSurface = Enum.SurfaceType.Weld
  2393. Part127.LeftSurface = Enum.SurfaceType.Weld
  2394. Part127.RightSurface = Enum.SurfaceType.Weld
  2395. Part127.TopSurface = Enum.SurfaceType.Weld
  2396. Part127.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2397. Part127.Position = Vector3.new(-23.5096817, 9.10065365, 36.3602753)
  2398. Part127.Orientation = Vector3.new(0, -180, 0)
  2399. Part127.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2400. BlockMesh128.Parent = Part127
  2401. BlockMesh128.Offset = Vector3.new(0, 0, 0.200000003)
  2402. BlockMesh128.Scale = Vector3.new(1, 1.14999998, 0.5)
  2403. BlockMesh128.Scale = Vector3.new(1, 1.14999998, 0.5)
  2404. Part129.Parent = Model0
  2405. Part129.Material = Enum.Material.Metal
  2406. Part129.BrickColor = BrickColor.new("Grime")
  2407. Part129.Rotation = Vector3.new(7.5999999, 0, 0)
  2408. Part129.CanCollide = false
  2409. Part129.FormFactor = Enum.FormFactor.Custom
  2410. Part129.Size = Vector3.new(5.80000019, 0.400000036, 0.200000003)
  2411. Part129.CFrame = CFrame.new(-19.6098289, 7.63907337, 30.9858189, 1, 1.76825579e-05, 6.23572778e-05, -9.98225096e-06, 0.991205812, -0.132270217, -7.83831638e-05, 0.132281274, 0.991214573)
  2412. Part129.BackSurface = Enum.SurfaceType.Weld
  2413. Part129.BottomSurface = Enum.SurfaceType.Weld
  2414. Part129.FrontSurface = Enum.SurfaceType.Weld
  2415. Part129.LeftSurface = Enum.SurfaceType.Weld
  2416. Part129.RightSurface = Enum.SurfaceType.Weld
  2417. Part129.TopSurface = Enum.SurfaceType.Weld
  2418. Part129.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2419. Part129.Position = Vector3.new(-19.6098289, 7.63907337, 30.9858189)
  2420. Part129.Orientation = Vector3.new(7.5999999, 0, 0)
  2421. Part129.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2422. BlockMesh130.Parent = Part129
  2423. BlockMesh130.Offset = Vector3.new(0, 0, 0.200000003)
  2424. BlockMesh130.Scale = Vector3.new(1, 1.14999998, 1)
  2425. BlockMesh130.Scale = Vector3.new(1, 1.14999998, 1)
  2426. Part131.Parent = Model0
  2427. Part131.Material = Enum.Material.Ice
  2428. Part131.BrickColor = BrickColor.new("Dark stone grey")
  2429. Part131.Transparency = 0.5
  2430. Part131.Rotation = Vector3.new(7.5999999, 0, 0)
  2431. Part131.CanCollide = false
  2432. Part131.FormFactor = Enum.FormFactor.Custom
  2433. Part131.Size = Vector3.new(5.80000019, 2, 0.200000003)
  2434. Part131.CFrame = CFrame.new(-19.8097687, 8.82844543, 31.1445694, 1, 1.76347712e-05, 6.20919236e-05, -9.96978906e-06, 0.991205275, -0.132273212, -7.81138588e-05, 0.132284284, 0.991213918)
  2435. Part131.BackSurface = Enum.SurfaceType.Weld
  2436. Part131.BottomSurface = Enum.SurfaceType.Weld
  2437. Part131.FrontSurface = Enum.SurfaceType.Weld
  2438. Part131.LeftSurface = Enum.SurfaceType.Weld
  2439. Part131.RightSurface = Enum.SurfaceType.Weld
  2440. Part131.TopSurface = Enum.SurfaceType.Weld
  2441. Part131.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2442. Part131.Position = Vector3.new(-19.8097687, 8.82844543, 31.1445694)
  2443. Part131.Orientation = Vector3.new(7.5999999, 0, 0)
  2444. Part131.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2445. BlockMesh132.Parent = Part131
  2446. BlockMesh132.Offset = Vector3.new(0, 0, 0.200000003)
  2447. BlockMesh132.Scale = Vector3.new(1, 1.14999998, 0.5)
  2448. BlockMesh132.Scale = Vector3.new(1, 1.14999998, 0.5)
  2449. Part133.Parent = Model0
  2450. Part133.Material = Enum.Material.Metal
  2451. Part133.BrickColor = BrickColor.new("Grime")
  2452. Part133.CanCollide = false
  2453. Part133.FormFactor = Enum.FormFactor.Custom
  2454. Part133.Size = Vector3.new(10.1999998, 0.999999881, 2.79999995)
  2455. Part133.CFrame = CFrame.new(0.190229297, 10.7005215, 34.0595284, 1, 8.29581222e-06, 4.42689707e-05, -8.66455866e-06, 0.99999088, 2.18264177e-06, -5.17070403e-05, 3.0374008e-06, 1.00000012)
  2456. Part133.BackSurface = Enum.SurfaceType.Weld
  2457. Part133.BottomSurface = Enum.SurfaceType.Weld
  2458. Part133.FrontSurface = Enum.SurfaceType.Weld
  2459. Part133.LeftSurface = Enum.SurfaceType.Weld
  2460. Part133.RightSurface = Enum.SurfaceType.Weld
  2461. Part133.TopSurface = Enum.SurfaceType.Weld
  2462. Part133.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2463. Part133.Position = Vector3.new(0.190229297, 10.7005215, 34.0595284)
  2464. Part133.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2465. BlockMesh134.Parent = Part133
  2466. Part135.Parent = Model0
  2467. Part135.Material = Enum.Material.Metal
  2468. Part135.BrickColor = BrickColor.new("Grime")
  2469. Part135.Rotation = Vector3.new(-180, 0, -180)
  2470. Part135.CanCollide = false
  2471. Part135.FormFactor = Enum.FormFactor.Custom
  2472. Part135.Size = Vector3.new(8.80000114, 0.200000003, 4.80000019)
  2473. Part135.CFrame = CFrame.new(-21.109726, 10.3005667, 33.8601379, -1, 9.14261545e-06, -6.24489476e-05, 9.84558574e-06, 0.99999088, 2.81994267e-06, 7.66839075e-05, 1.28775291e-05, -1.00000012)
  2474. Part135.BackSurface = Enum.SurfaceType.Weld
  2475. Part135.BottomSurface = Enum.SurfaceType.Weld
  2476. Part135.FrontSurface = Enum.SurfaceType.Weld
  2477. Part135.LeftSurface = Enum.SurfaceType.Weld
  2478. Part135.RightSurface = Enum.SurfaceType.Weld
  2479. Part135.TopSurface = Enum.SurfaceType.Weld
  2480. Part135.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2481. Part135.Position = Vector3.new(-21.109726, 10.3005667, 33.8601379)
  2482. Part135.Orientation = Vector3.new(0, -180, 0)
  2483. Part135.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2484. BlockMesh136.Parent = Part135
  2485. Part137.Parent = Model0
  2486. Part137.Material = Enum.Material.Metal
  2487. Part137.BrickColor = BrickColor.new("Grime")
  2488. Part137.Rotation = Vector3.new(7.5999999, 0, 0)
  2489. Part137.CanCollide = false
  2490. Part137.FormFactor = Enum.FormFactor.Custom
  2491. Part137.Size = Vector3.new(3.20000005, 0.400000006, 0.200000003)
  2492. Part137.CFrame = CFrame.new(-24.309742, 10.2161369, 31.330101, 1, 1.75873574e-05, 6.18266713e-05, -9.95750725e-06, 0.991204858, -0.132279024, -7.78446993e-05, 0.132290065, 0.991213858)
  2493. Part137.BackSurface = Enum.SurfaceType.Weld
  2494. Part137.BottomSurface = Enum.SurfaceType.Weld
  2495. Part137.FrontSurface = Enum.SurfaceType.Weld
  2496. Part137.LeftSurface = Enum.SurfaceType.Weld
  2497. Part137.RightSurface = Enum.SurfaceType.Weld
  2498. Part137.TopSurface = Enum.SurfaceType.Weld
  2499. Part137.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2500. Part137.Position = Vector3.new(-24.309742, 10.2161369, 31.330101)
  2501. Part137.Orientation = Vector3.new(7.5999999, 0, 0)
  2502. Part137.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2503. BlockMesh138.Parent = Part137
  2504. BlockMesh138.Offset = Vector3.new(0, 0, 0.200000003)
  2505. Part139.Parent = Model0
  2506. Part139.Material = Enum.Material.Metal
  2507. Part139.BrickColor = BrickColor.new("Grime")
  2508. Part139.Rotation = Vector3.new(-180, -0.00999999978, -180)
  2509. Part139.CanCollide = false
  2510. Part139.FormFactor = Enum.FormFactor.Custom
  2511. Part139.Size = Vector3.new(8.80000114, 0.200000003, 4.80000019)
  2512. Part139.CFrame = CFrame.new(-21.1093521, 10.3008881, 43.8603363, -1, 1.11894988e-05, -0.000103796992, 1.19273136e-05, 1, 3.20989275e-05, 0.000118718235, 4.26027473e-05, -1)
  2513. Part139.BackSurface = Enum.SurfaceType.Weld
  2514. Part139.BottomSurface = Enum.SurfaceType.Weld
  2515. Part139.FrontSurface = Enum.SurfaceType.Weld
  2516. Part139.LeftSurface = Enum.SurfaceType.Weld
  2517. Part139.RightSurface = Enum.SurfaceType.Weld
  2518. Part139.TopSurface = Enum.SurfaceType.Weld
  2519. Part139.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2520. Part139.Position = Vector3.new(-21.1093521, 10.3008881, 43.8603363)
  2521. Part139.Orientation = Vector3.new(0, -179.98999, 0)
  2522. Part139.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2523. BlockMesh140.Parent = Part139
  2524. Part141.Parent = Model0
  2525. Part141.Material = Enum.Material.Metal
  2526. Part141.BrickColor = BrickColor.new("Grime")
  2527. Part141.Rotation = Vector3.new(7.5999999, 0, 0)
  2528. Part141.CanCollide = false
  2529. Part141.FormFactor = Enum.FormFactor.Custom
  2530. Part141.Size = Vector3.new(5.5999999, 0.600000083, 0.200000003)
  2531. Part141.CFrame = CFrame.new(-19.7097855, 10.1169653, 31.3165245, 1, 1.75877558e-05, 6.18268677e-05, -9.95769642e-06, 0.991204143, -0.132281795, -7.78449903e-05, 0.132292852, 0.991212904)
  2532. Part141.BackSurface = Enum.SurfaceType.Weld
  2533. Part141.BottomSurface = Enum.SurfaceType.Weld
  2534. Part141.FrontSurface = Enum.SurfaceType.Weld
  2535. Part141.LeftSurface = Enum.SurfaceType.Weld
  2536. Part141.RightSurface = Enum.SurfaceType.Weld
  2537. Part141.TopSurface = Enum.SurfaceType.Weld
  2538. Part141.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2539. Part141.Position = Vector3.new(-19.7097855, 10.1169653, 31.3165245)
  2540. Part141.Orientation = Vector3.new(7.5999999, 0, 0)
  2541. Part141.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2542. BlockMesh142.Parent = Part141
  2543. BlockMesh142.Offset = Vector3.new(0, 0, 0.200000003)
  2544. Part143.Parent = Model0
  2545. Part143.Material = Enum.Material.Metal
  2546. Part143.BrickColor = BrickColor.new("Grime")
  2547. Part143.Rotation = Vector3.new(-180, -0.00999999978, -180)
  2548. Part143.CanCollide = false
  2549. Part143.FormFactor = Enum.FormFactor.Custom
  2550. Part143.Size = Vector3.new(4, 0.200000048, 0.400000006)
  2551. Part143.CFrame = CFrame.new(-23.5095596, 10.1009521, 41.6606407, -1, 1.09616185e-05, -9.92156856e-05, 1.215679e-05, 1, 2.88735409e-05, 0.000123329461, 4.58503346e-05, -1)
  2552. Part143.BackSurface = Enum.SurfaceType.Weld
  2553. Part143.BottomSurface = Enum.SurfaceType.Weld
  2554. Part143.FrontSurface = Enum.SurfaceType.Weld
  2555. Part143.LeftSurface = Enum.SurfaceType.Weld
  2556. Part143.RightSurface = Enum.SurfaceType.Weld
  2557. Part143.TopSurface = Enum.SurfaceType.Weld
  2558. Part143.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2559. Part143.Position = Vector3.new(-23.5095596, 10.1009521, 41.6606407)
  2560. Part143.Orientation = Vector3.new(0, -179.98999, 0)
  2561. Part143.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2562. BlockMesh144.Parent = Part143
  2563. Part145.Parent = Model0
  2564. Part145.Material = Enum.Material.Metal
  2565. Part145.BrickColor = BrickColor.new("Grime")
  2566. Part145.Rotation = Vector3.new(-180, 0, -180)
  2567. Part145.CanCollide = false
  2568. Part145.FormFactor = Enum.FormFactor.Custom
  2569. Part145.Size = Vector3.new(4, 0.200000048, 0.400000006)
  2570. Part145.CFrame = CFrame.new(-23.5096741, 10.1006269, 36.060318, -1, 9.1545362e-06, -6.27174304e-05, 9.85749102e-06, 0.99999088, 3.03555453e-06, 7.69523976e-05, 1.30931385e-05, -1.00000012)
  2571. Part145.BackSurface = Enum.SurfaceType.Weld
  2572. Part145.BottomSurface = Enum.SurfaceType.Weld
  2573. Part145.FrontSurface = Enum.SurfaceType.Weld
  2574. Part145.LeftSurface = Enum.SurfaceType.Weld
  2575. Part145.RightSurface = Enum.SurfaceType.Weld
  2576. Part145.TopSurface = Enum.SurfaceType.Weld
  2577. Part145.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2578. Part145.Position = Vector3.new(-23.5096741, 10.1006269, 36.060318)
  2579. Part145.Orientation = Vector3.new(0, -180, 0)
  2580. Part145.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2581. BlockMesh146.Parent = Part145
  2582. Part147.Parent = Model0
  2583. Part147.Material = Enum.Material.Ice
  2584. Part147.BrickColor = BrickColor.new("Dark stone grey")
  2585. Part147.Transparency = 0.5
  2586. Part147.Rotation = Vector3.new(0, 0.00999999978, 0)
  2587. Part147.CanCollide = false
  2588. Part147.FormFactor = Enum.FormFactor.Custom
  2589. Part147.Size = Vector3.new(4.4000001, 1.79999995, 0.200000003)
  2590. Part147.CFrame = CFrame.new(-23.5096359, 9.10095882, 41.3607674, 1, 1.08327658e-05, 9.66105945e-05, -1.1122107e-05, 1, -2.70385699e-05, -0.000102494581, 3.11788244e-05, 1)
  2591. Part147.BackSurface = Enum.SurfaceType.Weld
  2592. Part147.BottomSurface = Enum.SurfaceType.Weld
  2593. Part147.FrontSurface = Enum.SurfaceType.Weld
  2594. Part147.LeftSurface = Enum.SurfaceType.Weld
  2595. Part147.RightSurface = Enum.SurfaceType.Weld
  2596. Part147.TopSurface = Enum.SurfaceType.Weld
  2597. Part147.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2598. Part147.Position = Vector3.new(-23.5096359, 9.10095882, 41.3607674)
  2599. Part147.Orientation = Vector3.new(0, 0.00999999978, 0)
  2600. Part147.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2601. BlockMesh148.Parent = Part147
  2602. BlockMesh148.Offset = Vector3.new(0, 0, 0.200000003)
  2603. BlockMesh148.Scale = Vector3.new(1, 1.14999998, 0.5)
  2604. BlockMesh148.Scale = Vector3.new(1, 1.14999998, 0.5)
  2605. Part149.Parent = Model0
  2606. Part149.Material = Enum.Material.Metal
  2607. Part149.BrickColor = BrickColor.new("Grime")
  2608. Part149.Rotation = Vector3.new(172.399994, -0.00999999978, 180)
  2609. Part149.CanCollide = false
  2610. Part149.FormFactor = Enum.FormFactor.Custom
  2611. Part149.Size = Vector3.new(6.20000029, 0.600000083, 0.200000003)
  2612. Part149.CFrame = CFrame.new(-19.8094444, 10.1184397, 46.3984222, -1, -9.0132653e-06, -0.000181728246, 1.62895012e-05, 0.991222322, -0.132206291, 0.00020543822, -0.132189453, -0.991224468)
  2613. Part149.BackSurface = Enum.SurfaceType.Weld
  2614. Part149.BottomSurface = Enum.SurfaceType.Weld
  2615. Part149.FrontSurface = Enum.SurfaceType.Weld
  2616. Part149.LeftSurface = Enum.SurfaceType.Weld
  2617. Part149.RightSurface = Enum.SurfaceType.Weld
  2618. Part149.TopSurface = Enum.SurfaceType.Weld
  2619. Part149.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2620. Part149.Position = Vector3.new(-19.8094444, 10.1184397, 46.3984222)
  2621. Part149.Orientation = Vector3.new(7.5999999, -179.98999, 0)
  2622. Part149.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2623. BlockMesh150.Parent = Part149
  2624. BlockMesh150.Offset = Vector3.new(0, 0, 0.200000003)
  2625. Part151.Parent = Model0
  2626. Part151.Material = Enum.Material.Metal
  2627. Part151.BrickColor = BrickColor.new("Grime")
  2628. Part151.Rotation = Vector3.new(-180, 0, -180)
  2629. Part151.CanCollide = false
  2630. Part151.FormFactor = Enum.FormFactor.Custom
  2631. Part151.Size = Vector3.new(0.400000125, 0.400000095, 4.80000019)
  2632. Part151.CFrame = CFrame.new(-25.7096767, 10.2006121, 33.8604965, -1, 9.1545362e-06, -6.27174304e-05, 9.85749102e-06, 0.99999088, 3.03555453e-06, 7.69523976e-05, 1.30931385e-05, -1.00000012)
  2633. Part151.BackSurface = Enum.SurfaceType.Weld
  2634. Part151.BottomSurface = Enum.SurfaceType.Weld
  2635. Part151.FrontSurface = Enum.SurfaceType.Weld
  2636. Part151.LeftSurface = Enum.SurfaceType.Weld
  2637. Part151.RightSurface = Enum.SurfaceType.Weld
  2638. Part151.TopSurface = Enum.SurfaceType.Weld
  2639. Part151.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2640. Part151.Position = Vector3.new(-25.7096767, 10.2006121, 33.8604965)
  2641. Part151.Orientation = Vector3.new(0, -180, 0)
  2642. Part151.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2643. BlockMesh152.Parent = Part151
  2644. Part153.Parent = Model0
  2645. Part153.Material = Enum.Material.Ice
  2646. Part153.BrickColor = BrickColor.new("Dark stone grey")
  2647. Part153.Transparency = 0.5
  2648. Part153.Rotation = Vector3.new(0, 90, 0)
  2649. Part153.CanCollide = false
  2650. Part153.FormFactor = Enum.FormFactor.Custom
  2651. Part153.Size = Vector3.new(4.4000001, 2.5999999, 0.200000003)
  2652. Part153.CFrame = CFrame.new(-26.0095062, 8.70113087, 44.0608444, -6.27532063e-05, 9.1800166e-06, 1, 6.16025354e-05, 1, -9.47351418e-06, -1, 6.58212812e-05, -6.87484062e-05)
  2653. Part153.BackSurface = Enum.SurfaceType.Weld
  2654. Part153.BottomSurface = Enum.SurfaceType.Weld
  2655. Part153.FrontSurface = Enum.SurfaceType.Weld
  2656. Part153.LeftSurface = Enum.SurfaceType.Weld
  2657. Part153.RightSurface = Enum.SurfaceType.Weld
  2658. Part153.TopSurface = Enum.SurfaceType.Weld
  2659. Part153.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2660. Part153.Position = Vector3.new(-26.0095062, 8.70113087, 44.0608444)
  2661. Part153.Orientation = Vector3.new(0, 90, 0)
  2662. Part153.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2663. BlockMesh154.Parent = Part153
  2664. BlockMesh154.Offset = Vector3.new(0, 0, 0.200000003)
  2665. BlockMesh154.Scale = Vector3.new(1, 1.14999998, 0.5)
  2666. BlockMesh154.Scale = Vector3.new(1, 1.14999998, 0.5)
  2667. Part155.Parent = Model0
  2668. Part155.Material = Enum.Material.Metal
  2669. Part155.BrickColor = BrickColor.new("Grime")
  2670. Part155.Rotation = Vector3.new(180, 0, -180)
  2671. Part155.CanCollide = false
  2672. Part155.FormFactor = Enum.FormFactor.Custom
  2673. Part155.Size = Vector3.new(0.400000125, 2.60000014, 0.399999619)
  2674. Part155.CFrame = CFrame.new(-25.7094059, 8.70073032, 36.0606499, -1, 8.09867561e-06, -4.05344908e-05, 8.86677481e-06, 1, -1.35534392e-05, 5.598793e-05, -2.67428459e-06, -1)
  2675. Part155.BackSurface = Enum.SurfaceType.Weld
  2676. Part155.BottomSurface = Enum.SurfaceType.Weld
  2677. Part155.FrontSurface = Enum.SurfaceType.Weld
  2678. Part155.LeftSurface = Enum.SurfaceType.Weld
  2679. Part155.RightSurface = Enum.SurfaceType.Weld
  2680. Part155.TopSurface = Enum.SurfaceType.Weld
  2681. Part155.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2682. Part155.Position = Vector3.new(-25.7094059, 8.70073032, 36.0606499)
  2683. Part155.Orientation = Vector3.new(0, -180, 0)
  2684. Part155.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2685. BlockMesh156.Parent = Part155
  2686. Part157.Parent = Model0
  2687. Part157.Material = Enum.Material.Metal
  2688. Part157.BrickColor = BrickColor.new("Grime")
  2689. Part157.Rotation = Vector3.new(180, 0, -180)
  2690. Part157.CanCollide = false
  2691. Part157.FormFactor = Enum.FormFactor.Custom
  2692. Part157.Size = Vector3.new(0.400000125, 2.60000014, 0.399999619)
  2693. Part157.CFrame = CFrame.new(-25.7093887, 8.70087433, 41.6606712, -1, 8.28512475e-06, -4.41889606e-05, 8.58297699e-06, 1, -1.10809588e-05, 5.01835166e-05, -6.86198973e-06, -1)
  2694. Part157.BackSurface = Enum.SurfaceType.Weld
  2695. Part157.BottomSurface = Enum.SurfaceType.Weld
  2696. Part157.FrontSurface = Enum.SurfaceType.Weld
  2697. Part157.LeftSurface = Enum.SurfaceType.Weld
  2698. Part157.RightSurface = Enum.SurfaceType.Weld
  2699. Part157.TopSurface = Enum.SurfaceType.Weld
  2700. Part157.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2701. Part157.Position = Vector3.new(-25.7093887, 8.70087433, 41.6606712)
  2702. Part157.Orientation = Vector3.new(0, -180, 0)
  2703. Part157.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2704. BlockMesh158.Parent = Part157
  2705. Part159.Parent = Model0
  2706. Part159.Material = Enum.Material.Metal
  2707. Part159.BrickColor = BrickColor.new("Grime")
  2708. Part159.Transparency = 1
  2709. Part159.Rotation = Vector3.new(0, 0, -90)
  2710. Part159.CanCollide = false
  2711. Part159.FormFactor = Enum.FormFactor.Custom
  2712. Part159.Size = Vector3.new(0.600000024, 33.4000015, 1.20000005)
  2713. Part159.CFrame = CFrame.new(-4.310009, 11.8002071, 39.1599884, -6.21251684e-06, 1, 6.75599949e-07, -1, -6.68983739e-06, 1.11012896e-05, 4.27564555e-06, -1.03863886e-05, 1)
  2714. Part159.BackSurface = Enum.SurfaceType.Weld
  2715. Part159.BottomSurface = Enum.SurfaceType.Weld
  2716. Part159.FrontSurface = Enum.SurfaceType.Weld
  2717. Part159.LeftSurface = Enum.SurfaceType.Weld
  2718. Part159.RightSurface = Enum.SurfaceType.Weld
  2719. Part159.TopSurface = Enum.SurfaceType.Weld
  2720. Part159.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2721. Part159.Position = Vector3.new(-4.310009, 11.8002071, 39.1599884)
  2722. Part159.Orientation = Vector3.new(0, 0, -90)
  2723. Part159.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2724. CylinderMesh160.Parent = Part159
  2725. CylinderMesh160.Offset = Vector3.new(6.5, 0, 0)
  2726. CylinderMesh160.Scale = Vector3.new(2, 1.5, 1.60000002)
  2727. CylinderMesh160.Scale = Vector3.new(2, 1.5, 1.60000002)
  2728. Part161.Parent = Model0
  2729. Part161.Material = Enum.Material.Metal
  2730. Part161.BrickColor = BrickColor.new("Grime")
  2731. Part161.Rotation = Vector3.new(-180, -0.00999999978, -180)
  2732. Part161.CanCollide = false
  2733. Part161.FormFactor = Enum.FormFactor.Custom
  2734. Part161.Size = Vector3.new(0.400000125, 0.400000095, 4.80000019)
  2735. Part161.CFrame = CFrame.new(-25.7093048, 10.200943, 43.8608704, -1, 1.09616185e-05, -9.92156856e-05, 1.215679e-05, 1, 2.88735409e-05, 0.000123329461, 4.58503346e-05, -1)
  2736. Part161.BackSurface = Enum.SurfaceType.Weld
  2737. Part161.BottomSurface = Enum.SurfaceType.Weld
  2738. Part161.FrontSurface = Enum.SurfaceType.Weld
  2739. Part161.LeftSurface = Enum.SurfaceType.Weld
  2740. Part161.RightSurface = Enum.SurfaceType.Weld
  2741. Part161.TopSurface = Enum.SurfaceType.Weld
  2742. Part161.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2743. Part161.Position = Vector3.new(-25.7093048, 10.200943, 43.8608704)
  2744. Part161.Orientation = Vector3.new(0, -179.98999, 0)
  2745. Part161.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2746. BlockMesh162.Parent = Part161
  2747. Part163.Name = "Brick"
  2748. Part163.Parent = Model0
  2749. Part163.Material = Enum.Material.Metal
  2750. Part163.BrickColor = BrickColor.new("Grime")
  2751. Part163.Transparency = 1
  2752. Part163.Rotation = Vector3.new(-81.8699951, 0, 0)
  2753. Part163.CanCollide = false
  2754. Part163.FormFactor = Enum.FormFactor.Custom
  2755. Part163.Size = Vector3.new(2, 0.200000003, 1.19999993)
  2756. Part163.CFrame = CFrame.new(-15.1100616, 9.22443581, 31.4195766, 1, -1.95444609e-05, 1.00356256e-05, -7.23307085e-06, 0.141354978, 0.989949763, -2.19993763e-05, -0.989958763, 0.141357139)
  2757. Part163.BackSurface = Enum.SurfaceType.Weld
  2758. Part163.BottomSurface = Enum.SurfaceType.Weld
  2759. Part163.FrontSurface = Enum.SurfaceType.Weld
  2760. Part163.LeftSurface = Enum.SurfaceType.Weld
  2761. Part163.RightSurface = Enum.SurfaceType.Weld
  2762. Part163.TopSurface = Enum.SurfaceType.Weld
  2763. Part163.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2764. Part163.Position = Vector3.new(-15.1100616, 9.22443581, 31.4195766)
  2765. Part163.Orientation = Vector3.new(-81.8699951, 0, 0)
  2766. Part163.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2767. BlockMesh164.Parent = Part163
  2768. BlockMesh164.Offset = Vector3.new(0, -0.189999998, 0)
  2769. Part165.Parent = Model0
  2770. Part165.Material = Enum.Material.Ice
  2771. Part165.BrickColor = BrickColor.new("Dark stone grey")
  2772. Part165.Transparency = 0.5
  2773. Part165.Rotation = Vector3.new(-0.00999999978, 90, 0)
  2774. Part165.CanCollide = false
  2775. Part165.FormFactor = Enum.FormFactor.Custom
  2776. Part165.Size = Vector3.new(4.4000001, 2.5999999, 0.200000003)
  2777. Part165.CFrame = CFrame.new(-26.0100727, 8.70062733, 33.660717, 1.50852629e-05, 8.59109969e-06, 1, -0.000113904629, 0.999991715, -9.33180672e-06, -1.00000143, -0.000103434344, 5.23921777e-08)
  2778. Part165.BackSurface = Enum.SurfaceType.Weld
  2779. Part165.BottomSurface = Enum.SurfaceType.Weld
  2780. Part165.FrontSurface = Enum.SurfaceType.Weld
  2781. Part165.LeftSurface = Enum.SurfaceType.Weld
  2782. Part165.RightSurface = Enum.SurfaceType.Weld
  2783. Part165.TopSurface = Enum.SurfaceType.Weld
  2784. Part165.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2785. Part165.Position = Vector3.new(-26.0100727, 8.70062733, 33.660717)
  2786. Part165.Orientation = Vector3.new(0, 90, -0.00999999978)
  2787. Part165.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2788. BlockMesh166.Parent = Part165
  2789. BlockMesh166.Offset = Vector3.new(0, 0, 0.200000003)
  2790. BlockMesh166.Scale = Vector3.new(1, 1.14999998, 0.5)
  2791. BlockMesh166.Scale = Vector3.new(1, 1.14999998, 0.5)
  2792. WedgePart167.Parent = Model0
  2793. WedgePart167.Material = Enum.Material.Metal
  2794. WedgePart167.BrickColor = BrickColor.new("Grime")
  2795. WedgePart167.Rotation = Vector3.new(90, 0, 180)
  2796. WedgePart167.FormFactor = Enum.FormFactor.Custom
  2797. WedgePart167.Size = Vector3.new(10.1999998, 1.60000014, 1.00000012)
  2798. WedgePart167.CFrame = CFrame.new(0.190155506, 10.7001343, 31.8595524, -1, -6.39187638e-05, -9.26415669e-06, 9.63382809e-06, -1.61062781e-05, -0.99999088, 7.13567133e-05, -1.00000012, 1.08866034e-05)
  2799. WedgePart167.BackSurface = Enum.SurfaceType.Weld
  2800. WedgePart167.BottomSurface = Enum.SurfaceType.Weld
  2801. WedgePart167.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2802. WedgePart167.Position = Vector3.new(0.190155506, 10.7001343, 31.8595524)
  2803. WedgePart167.Orientation = Vector3.new(89.7599945, -40.3999977, 149.110001)
  2804. WedgePart167.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2805. SpecialMesh168.Parent = WedgePart167
  2806. SpecialMesh168.MeshType = Enum.MeshType.Wedge
  2807. WedgePart169.Parent = Model0
  2808. WedgePart169.Material = Enum.Material.Metal
  2809. WedgePart169.BrickColor = BrickColor.new("Grime")
  2810. WedgePart169.Rotation = Vector3.new(90, 0, 179.98999)
  2811. WedgePart169.CanCollide = false
  2812. WedgePart169.FormFactor = Enum.FormFactor.Custom
  2813. WedgePart169.Size = Vector3.new(0.400000006, 0.400000006, 3)
  2814. WedgePart169.CFrame = CFrame.new(-25.7095623, 8.90049076, 31.2609272, -1, -0.00011542545, -1.16997289e-05, 1.24401122e-05, 1.74538945e-05, -0.999991715, 0.000130459724, -1.00000143, -2.79238375e-05)
  2815. WedgePart169.BackSurface = Enum.SurfaceType.Weld
  2816. WedgePart169.BottomSurface = Enum.SurfaceType.Weld
  2817. WedgePart169.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2818. WedgePart169.Position = Vector3.new(-25.7095623, 8.90049076, 31.2609272)
  2819. WedgePart169.Orientation = Vector3.new(89.7699966, -157.269989, 35.4799995)
  2820. WedgePart169.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2821. SpecialMesh170.Parent = WedgePart169
  2822. SpecialMesh170.MeshType = Enum.MeshType.Wedge
  2823. WedgePart171.Parent = Model0
  2824. WedgePart171.Material = Enum.Material.Metal
  2825. WedgePart171.BrickColor = BrickColor.new("Grime")
  2826. WedgePart171.Rotation = Vector3.new(90, 0, 180)
  2827. WedgePart171.CanCollide = false
  2828. WedgePart171.FormFactor = Enum.FormFactor.Custom
  2829. WedgePart171.Size = Vector3.new(0.400000006, 1.20000005, 0.999999821)
  2830. WedgePart171.CFrame = CFrame.new(-25.7096157, 7.90141249, 35.2606316, -1, -4.28536587e-05, -1.1318748e-05, 1.20651166e-05, -9.25489076e-05, -0.999991715, 5.78865729e-05, -1.00000143, 8.20791174e-05)
  2831. WedgePart171.BackSurface = Enum.SurfaceType.Weld
  2832. WedgePart171.BottomSurface = Enum.SurfaceType.Weld
  2833. WedgePart171.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2834. WedgePart171.Position = Vector3.new(-25.7096157, 7.90141249, 35.2606316)
  2835. WedgePart171.Orientation = Vector3.new(89.7699966, -7.8499999, 172.569992)
  2836. WedgePart171.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2837. SpecialMesh172.Parent = WedgePart171
  2838. SpecialMesh172.MeshType = Enum.MeshType.Wedge
  2839. WedgePart173.Parent = Model0
  2840. WedgePart173.Material = Enum.Material.Metal
  2841. WedgePart173.BrickColor = BrickColor.new("Grime")
  2842. WedgePart173.Rotation = Vector3.new(-90, 0, -180)
  2843. WedgePart173.CanCollide = false
  2844. WedgePart173.FormFactor = Enum.FormFactor.Custom
  2845. WedgePart173.Size = Vector3.new(0.400000006, 0.200000003, 2.60000014)
  2846. WedgePart173.CFrame = CFrame.new(-25.7096691, 8.70045567, 31.560833, -1, 8.70646472e-05, 1.34475977e-05, 1.41952787e-05, 6.08148293e-05, 0.999991715, 0.000102097867, 1.00000143, -5.03454758e-05)
  2847. WedgePart173.BackSurface = Enum.SurfaceType.Weld
  2848. WedgePart173.BottomSurface = Enum.SurfaceType.Weld
  2849. WedgePart173.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2850. WedgePart173.Position = Vector3.new(-25.7096691, 8.70045567, 31.560833)
  2851. WedgePart173.Orientation = Vector3.new(-89.7699966, 165.050003, 13.1399994)
  2852. WedgePart173.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2853. SpecialMesh174.Parent = WedgePart173
  2854. SpecialMesh174.MeshType = Enum.MeshType.Wedge
  2855. WedgePart175.Parent = Model0
  2856. WedgePart175.Material = Enum.Material.Metal
  2857. WedgePart175.BrickColor = BrickColor.new("Grime")
  2858. WedgePart175.Rotation = Vector3.new(90, 0, -0.00999999978)
  2859. WedgePart175.CanCollide = false
  2860. WedgePart175.FormFactor = Enum.FormFactor.Custom
  2861. WedgePart175.Size = Vector3.new(0.400000006, 0.400000006, 3)
  2862. WedgePart175.CFrame = CFrame.new(-25.7104053, 8.90147972, 46.4605446, 1, 9.32686453e-05, -1.07004098e-05, -1.14709874e-05, 3.40783699e-05, -1, -0.000108721877, 1, 2.31999766e-05)
  2863. WedgePart175.BackSurface = Enum.SurfaceType.Weld
  2864. WedgePart175.BottomSurface = Enum.SurfaceType.Weld
  2865. WedgePart175.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2866. WedgePart175.Position = Vector3.new(-25.7104053, 8.90147972, 46.4605446)
  2867. WedgePart175.Orientation = Vector3.new(90, 0.00999999978, 0)
  2868. WedgePart175.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2869. SpecialMesh176.Parent = WedgePart175
  2870. SpecialMesh176.MeshType = Enum.MeshType.Wedge
  2871. WedgePart177.Parent = Model0
  2872. WedgePart177.Material = Enum.Material.Metal
  2873. WedgePart177.BrickColor = BrickColor.new("Grime")
  2874. WedgePart177.Rotation = Vector3.new(90, 0, 180)
  2875. WedgePart177.CanCollide = false
  2876. WedgePart177.FormFactor = Enum.FormFactor.Custom
  2877. WedgePart177.Size = Vector3.new(11.8000002, 0.400000006, 2.79999995)
  2878. WedgePart177.CFrame = CFrame.new(-10.8100128, 8.80036926, 31.4599285, -1, -1.98704856e-05, -7.10724089e-06, 7.16815839e-06, 1.53286351e-06, -0.99999088, 2.11030638e-05, -1.00000012, -2.38569896e-06)
  2879. WedgePart177.BackSurface = Enum.SurfaceType.Weld
  2880. WedgePart177.BottomSurface = Enum.SurfaceType.Weld
  2881. WedgePart177.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2882. WedgePart177.Position = Vector3.new(-10.8100128, 8.80036926, 31.4599285)
  2883. WedgePart177.Orientation = Vector3.new(89.7599945, -108.559998, 77.9300003)
  2884. WedgePart177.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2885. SpecialMesh178.Parent = WedgePart177
  2886. SpecialMesh178.MeshType = Enum.MeshType.Wedge
  2887. WedgePart179.Parent = Model0
  2888. WedgePart179.Material = Enum.Material.Metal
  2889. WedgePart179.BrickColor = BrickColor.new("Grime")
  2890. WedgePart179.Rotation = Vector3.new(-90, 0, -180)
  2891. WedgePart179.CanCollide = false
  2892. WedgePart179.FormFactor = Enum.FormFactor.Custom
  2893. WedgePart179.Size = Vector3.new(0.200000003, 0.200000003, 2.60000014)
  2894. WedgePart179.CFrame = CFrame.new(-16.8098984, 8.70064831, 31.5546684, -1, 3.86261199e-05, 8.03524836e-06, 8.7385406e-06, 3.54923986e-06, 0.999991119, 5.28609926e-05, 1.00000048, 6.47919069e-06)
  2895. WedgePart179.BackSurface = Enum.SurfaceType.Weld
  2896. WedgePart179.BottomSurface = Enum.SurfaceType.Weld
  2897. WedgePart179.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2898. WedgePart179.Position = Vector3.new(-16.8098984, 8.70064831, 31.5546684)
  2899. WedgePart179.Orientation = Vector3.new(-89.7599945, 51.1199989, 67.9000015)
  2900. WedgePart179.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2901. SpecialMesh180.Parent = WedgePart179
  2902. SpecialMesh180.MeshType = Enum.MeshType.Wedge
  2903. WedgePart181.Parent = Model0
  2904. WedgePart181.Material = Enum.Material.Metal
  2905. WedgePart181.BrickColor = BrickColor.new("Grime")
  2906. WedgePart181.Rotation = Vector3.new(90, 0, 180)
  2907. WedgePart181.CanCollide = false
  2908. WedgePart181.FormFactor = Enum.FormFactor.Custom
  2909. WedgePart181.Size = Vector3.new(0.200000003, 0.400000006, 3)
  2910. WedgePart181.CFrame = CFrame.new(-19.6100655, 8.90089989, 31.2546997, -1, -6.24609311e-05, -9.12487758e-06, 9.82918027e-06, -1.84945038e-05, -0.99999088, 7.66956946e-05, -1.00000012, 8.43711314e-06)
  2911. WedgePart181.BackSurface = Enum.SurfaceType.Weld
  2912. WedgePart181.BottomSurface = Enum.SurfaceType.Weld
  2913. WedgePart181.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2914. WedgePart181.Position = Vector3.new(-19.6100655, 8.90089989, 31.2546997)
  2915. WedgePart181.Orientation = Vector3.new(89.7599945, -47.2399979, 152.009995)
  2916. WedgePart181.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2917. SpecialMesh182.Parent = WedgePart181
  2918. SpecialMesh182.MeshType = Enum.MeshType.Wedge
  2919. WedgePart183.Parent = Model0
  2920. WedgePart183.Material = Enum.Material.Metal
  2921. WedgePart183.BrickColor = BrickColor.new("Grime")
  2922. WedgePart183.Rotation = Vector3.new(90, 0, 180)
  2923. WedgePart183.CanCollide = false
  2924. WedgePart183.FormFactor = Enum.FormFactor.Custom
  2925. WedgePart183.Size = Vector3.new(0.400000006, 0.400000006, 3)
  2926. WedgePart183.CFrame = CFrame.new(-22.7099266, 8.90095329, 31.255022, -1, -6.28153575e-05, -9.15679993e-06, 9.860717e-06, -1.23528207e-05, -0.999991715, 7.70501429e-05, -1.00000143, 2.44396688e-06)
  2927. WedgePart183.BackSurface = Enum.SurfaceType.Weld
  2928. WedgePart183.BottomSurface = Enum.SurfaceType.Weld
  2929. WedgePart183.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2930. WedgePart183.Position = Vector3.new(-22.7099266, 8.90095329, 31.255022)
  2931. WedgePart183.Orientation = Vector3.new(89.7699966, -75.0599976, 141.399994)
  2932. WedgePart183.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2933. SpecialMesh184.Parent = WedgePart183
  2934. SpecialMesh184.MeshType = Enum.MeshType.Wedge
  2935. WedgePart185.Parent = Model0
  2936. WedgePart185.Material = Enum.Material.Metal
  2937. WedgePart185.BrickColor = BrickColor.new("Grime")
  2938. WedgePart185.Rotation = Vector3.new(-90, 0, 0)
  2939. WedgePart185.CanCollide = false
  2940. WedgePart185.FormFactor = Enum.FormFactor.Custom
  2941. WedgePart185.Size = Vector3.new(0.400000006, 0.200000003, 2.60000014)
  2942. WedgePart185.CFrame = CFrame.new(-25.7090588, 8.70090199, 46.1605759, 1, -7.75331137e-05, 9.84157032e-06, -1.01347641e-05, 5.37735141e-05, 1, -8.35282772e-05, -1, 5.7992067e-05)
  2943. WedgePart185.BackSurface = Enum.SurfaceType.Weld
  2944. WedgePart185.BottomSurface = Enum.SurfaceType.Weld
  2945. WedgePart185.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2946. WedgePart185.Position = Vector3.new(-25.7090588, 8.70090199, 46.1605759)
  2947. WedgePart185.Orientation = Vector3.new(-90, 0, 0)
  2948. WedgePart185.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2949. SpecialMesh186.Parent = WedgePart185
  2950. SpecialMesh186.MeshType = Enum.MeshType.Wedge
  2951. WedgePart187.Parent = Model0
  2952. WedgePart187.Material = Enum.Material.Metal
  2953. WedgePart187.BrickColor = BrickColor.new("Grime")
  2954. WedgePart187.Rotation = Vector3.new(-90, 0, -180)
  2955. WedgePart187.CanCollide = false
  2956. WedgePart187.FormFactor = Enum.FormFactor.Custom
  2957. WedgePart187.Size = Vector3.new(0.200000003, 0.200000003, 2.60000014)
  2958. WedgePart187.CFrame = CFrame.new(-19.6096992, 8.70069408, 31.5548515, -1, 2.96698472e-05, 7.61610727e-06, 8.31959642e-06, 1.10488836e-05, 0.99999088, 4.39046744e-05, 1.00000012, -9.91035904e-07)
  2959. WedgePart187.BackSurface = Enum.SurfaceType.Weld
  2960. WedgePart187.BottomSurface = Enum.SurfaceType.Weld
  2961. WedgePart187.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2962. WedgePart187.Position = Vector3.new(-19.6096992, 8.70069408, 31.5548515)
  2963. WedgePart187.Orientation = Vector3.new(-89.7599945, 97.409996, 36.9799995)
  2964. WedgePart187.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2965. SpecialMesh188.Parent = WedgePart187
  2966. SpecialMesh188.MeshType = Enum.MeshType.Wedge
  2967. WedgePart189.Parent = Model0
  2968. WedgePart189.Material = Enum.Material.Metal
  2969. WedgePart189.BrickColor = BrickColor.new("Grime")
  2970. WedgePart189.Rotation = Vector3.new(-90, 0, -180)
  2971. WedgePart189.CanCollide = false
  2972. WedgePart189.FormFactor = Enum.FormFactor.Custom
  2973. WedgePart189.Size = Vector3.new(0.400000006, 0.200000003, 2.60000014)
  2974. WedgePart189.CFrame = CFrame.new(-22.7095509, 8.70071697, 31.5549793, -1, 2.9757899e-05, 7.61660112e-06, 8.32005298e-06, 1.00073721e-05, 0.999991715, 4.39926589e-05, 1.00000143, -9.81024186e-08)
  2975. WedgePart189.BackSurface = Enum.SurfaceType.Weld
  2976. WedgePart189.BottomSurface = Enum.SurfaceType.Weld
  2977. WedgePart189.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2978. WedgePart189.Position = Vector3.new(-22.7095509, 8.70071697, 31.5549793)
  2979. WedgePart189.Orientation = Vector3.new(-89.7699966, 90.7399979, 39.7399979)
  2980. WedgePart189.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2981. SpecialMesh190.Parent = WedgePart189
  2982. SpecialMesh190.MeshType = Enum.MeshType.Wedge
  2983. WedgePart191.Parent = Model0
  2984. WedgePart191.Material = Enum.Material.Metal
  2985. WedgePart191.BrickColor = BrickColor.new("Grime")
  2986. WedgePart191.Rotation = Vector3.new(90, 0, 180)
  2987. WedgePart191.CanCollide = false
  2988. WedgePart191.FormFactor = Enum.FormFactor.Custom
  2989. WedgePart191.Size = Vector3.new(0.200000003, 0.400000006, 3)
  2990. WedgePart191.CFrame = CFrame.new(-16.810257, 8.90075588, 31.25453, -1, -6.24630338e-05, -9.1277625e-06, 9.83149221e-06, -9.34280797e-06, -0.999991119, 7.66978701e-05, -1.00000048, -6.85276063e-07)
  2991. WedgePart191.BackSurface = Enum.SurfaceType.Weld
  2992. WedgePart191.BottomSurface = Enum.SurfaceType.Weld
  2993. WedgePart191.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2994. WedgePart191.Position = Vector3.new(-16.810257, 8.90075588, 31.25453)
  2995. WedgePart191.Orientation = Vector3.new(89.7599945, -94.2900009, 133.539993)
  2996. WedgePart191.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2997. SpecialMesh192.Parent = WedgePart191
  2998. SpecialMesh192.MeshType = Enum.MeshType.Wedge
  2999. Model193.Name = "Braces"
  3000. Model193.Parent = Model0
  3001. Part194.Name = "SideSupporters"
  3002. Part194.Parent = Model193
  3003. Part194.Material = Enum.Material.DiamondPlate
  3004. Part194.BrickColor = BrickColor.new("Dark stone grey")
  3005. Part194.Rotation = Vector3.new(-0.00999999978, -0.00999999978, -90)
  3006. Part194.CanCollide = false
  3007. Part194.FormFactor = Enum.FormFactor.Custom
  3008. Part194.Size = Vector3.new(0.800000012, 38.6000023, 0.599999905)
  3009. Part194.CFrame = CFrame.new(4.88875008, 11.701334, 42.4607582, -1.26398409e-05, 1, -0.000139337557, -1, -1.35639984e-05, 0.000109516797, 9.60821344e-05, 0.000120227873, 1)
  3010. Part194.BackSurface = Enum.SurfaceType.Weld
  3011. Part194.BottomSurface = Enum.SurfaceType.Weld
  3012. Part194.FrontSurface = Enum.SurfaceType.Weld
  3013. Part194.LeftSurface = Enum.SurfaceType.Weld
  3014. Part194.RightSurface = Enum.SurfaceType.Weld
  3015. Part194.TopSurface = Enum.SurfaceType.Weld
  3016. Part194.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3017. Part194.Position = Vector3.new(4.88875008, 11.701334, 42.4607582)
  3018. Part194.Orientation = Vector3.new(-0.00999999978, -0.00999999978, -90)
  3019. Part194.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3020. CylinderMesh195.Parent = Part194
  3021. CylinderMesh195.Offset = Vector3.new(0.699999988, 0, -0.5)
  3022. Part196.Name = "SideSupporters"
  3023. Part196.Parent = Model193
  3024. Part196.Material = Enum.Material.DiamondPlate
  3025. Part196.BrickColor = BrickColor.new("Dark stone grey")
  3026. Part196.Rotation = Vector3.new(0, 0, -90)
  3027. Part196.CanCollide = false
  3028. Part196.FormFactor = Enum.FormFactor.Custom
  3029. Part196.Size = Vector3.new(0.800000012, 38.6000023, 0.599999905)
  3030. Part196.CFrame = CFrame.new(4.89028549, 11.7001047, 35.459919, -3.96238374e-06, 1, -1.33412796e-05, -1, -4.90152115e-06, 2.09537357e-05, 7.52074175e-06, -5.76958473e-06, 1)
  3031. Part196.BackSurface = Enum.SurfaceType.Weld
  3032. Part196.BottomSurface = Enum.SurfaceType.Weld
  3033. Part196.FrontSurface = Enum.SurfaceType.Weld
  3034. Part196.LeftSurface = Enum.SurfaceType.Weld
  3035. Part196.RightSurface = Enum.SurfaceType.Weld
  3036. Part196.TopSurface = Enum.SurfaceType.Weld
  3037. Part196.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3038. Part196.Position = Vector3.new(4.89028549, 11.7001047, 35.459919)
  3039. Part196.Orientation = Vector3.new(0, 0, -90)
  3040. Part196.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3041. CylinderMesh197.Parent = Part196
  3042. CylinderMesh197.Offset = Vector3.new(0.699999988, 0, 0.5)
  3043. Part198.Name = "SideSupporters"
  3044. Part198.Parent = Model193
  3045. Part198.Material = Enum.Material.DiamondPlate
  3046. Part198.BrickColor = BrickColor.new("Dark stone grey")
  3047. Part198.Transparency = 1
  3048. Part198.Rotation = Vector3.new(-90, 90, 0)
  3049. Part198.CanCollide = false
  3050. Part198.FormFactor = Enum.FormFactor.Custom
  3051. Part198.Size = Vector3.new(0.399999976, 3.200001, 0.599999905)
  3052. Part198.CFrame = CFrame.new(12.6886978, 12.3010302, 41.0611801, -1.00123516e-05, 0.000133011898, 1, -1, -8.2736733e-05, -1.09407647e-05, 6.93024485e-05, -1, 0.000113901697)
  3053. Part198.BackSurface = Enum.SurfaceType.Weld
  3054. Part198.BottomSurface = Enum.SurfaceType.Weld
  3055. Part198.FrontSurface = Enum.SurfaceType.Weld
  3056. Part198.LeftSurface = Enum.SurfaceType.Weld
  3057. Part198.RightSurface = Enum.SurfaceType.Weld
  3058. Part198.TopSurface = Enum.SurfaceType.Weld
  3059. Part198.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3060. Part198.Position = Vector3.new(12.6886978, 12.3010302, 41.0611801)
  3061. Part198.Orientation = Vector3.new(0, 89.9899979, -90)
  3062. Part198.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3063. CylinderMesh199.Parent = Part198
  3064. CylinderMesh199.Offset = Vector3.new(0.699999988, 0, 0.5)
  3065. Part200.Name = "SideSupporters"
  3066. Part200.Parent = Model193
  3067. Part200.Material = Enum.Material.DiamondPlate
  3068. Part200.BrickColor = BrickColor.new("Dark stone grey")
  3069. Part200.Transparency = 1
  3070. Part200.Rotation = Vector3.new(-90, 90, 0)
  3071. Part200.CanCollide = false
  3072. Part200.FormFactor = Enum.FormFactor.Custom
  3073. Part200.Size = Vector3.new(0.399999976, 3.200001, 0.599999905)
  3074. Part200.CFrame = CFrame.new(12.6900082, 12.3000383, 36.8591309, -2.95247196e-06, -2.58682812e-05, 1, -1, 2.89400232e-05, -3.89114075e-06, -4.23728707e-05, -1, -4.49793006e-05)
  3075. Part200.BackSurface = Enum.SurfaceType.Weld
  3076. Part200.BottomSurface = Enum.SurfaceType.Weld
  3077. Part200.FrontSurface = Enum.SurfaceType.Weld
  3078. Part200.LeftSurface = Enum.SurfaceType.Weld
  3079. Part200.RightSurface = Enum.SurfaceType.Weld
  3080. Part200.TopSurface = Enum.SurfaceType.Weld
  3081. Part200.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3082. Part200.Position = Vector3.new(12.6900082, 12.3000383, 36.8591309)
  3083. Part200.Orientation = Vector3.new(0, 90, -90)
  3084. Part200.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3085. CylinderMesh201.Parent = Part200
  3086. CylinderMesh201.Offset = Vector3.new(0.699999988, 0, 0.5)
  3087. Part202.Name = "Emblem"
  3088. Part202.Parent = Model0
  3089. Part202.Material = Enum.Material.Metal
  3090. Part202.BrickColor = BrickColor.new("Grime")
  3091. Part202.CanCollide = false
  3092. Part202.FormFactor = Enum.FormFactor.Custom
  3093. Part202.Size = Vector3.new(3.60000014, 3.39999962, 0.200000003)
  3094. Part202.CFrame = CFrame.new(-20.5100327, 5.70076609, 30.9600067, 1, 7.46798696e-06, 2.7385162e-05, -7.62826676e-06, 0.999991715, -1.72890504e-05, -3.06962465e-05, 1.95087814e-05, 1.00000143)
  3095. Part202.BackSurface = Enum.SurfaceType.Weld
  3096. Part202.BottomSurface = Enum.SurfaceType.Weld
  3097. Part202.FrontSurface = Enum.SurfaceType.Weld
  3098. Part202.LeftSurface = Enum.SurfaceType.Weld
  3099. Part202.RightSurface = Enum.SurfaceType.Weld
  3100. Part202.TopSurface = Enum.SurfaceType.Weld
  3101. Part202.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3102. Part202.Position = Vector3.new(-20.5100327, 5.70076609, 30.9600067)
  3103. Part202.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3104. BlockMesh203.Parent = Part202
  3105. BlockMesh203.Offset = Vector3.new(0, 0, 0.200000003)
  3106. Part204.Parent = Model0
  3107. Part204.Material = Enum.Material.Metal
  3108. Part204.BrickColor = BrickColor.new("Grime")
  3109. Part204.Rotation = Vector3.new(-180, 0, -180)
  3110. Part204.FormFactor = Enum.FormFactor.Custom
  3111. Part204.Size = Vector3.new(6.19999933, 2.20000005, 2.60000038)
  3112. Part204.CFrame = CFrame.new(14.9899111, 9.90013885, 32.9597321, -1, 8.86935595e-06, -5.40786423e-05, 8.96597521e-06, 1, 8.80265179e-06, 5.60541885e-05, 1.01906853e-05, -1)
  3113. Part204.BackSurface = Enum.SurfaceType.Weld
  3114. Part204.BottomSurface = Enum.SurfaceType.Weld
  3115. Part204.FrontSurface = Enum.SurfaceType.Weld
  3116. Part204.LeftSurface = Enum.SurfaceType.Weld
  3117. Part204.RightSurface = Enum.SurfaceType.Weld
  3118. Part204.TopSurface = Enum.SurfaceType.Weld
  3119. Part204.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3120. Part204.Position = Vector3.new(14.9899111, 9.90013885, 32.9597321)
  3121. Part204.Orientation = Vector3.new(0, -180, 0)
  3122. Part204.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3123. BlockMesh205.Parent = Part204
  3124. Part206.Parent = Model0
  3125. Part206.Material = Enum.Material.Metal
  3126. Part206.BrickColor = BrickColor.new("Grime")
  3127. Part206.Rotation = Vector3.new(180, 0, -180)
  3128. Part206.FormFactor = Enum.FormFactor.Custom
  3129. Part206.Size = Vector3.new(5.19999933, 1.19999993, 4.00000048)
  3130. Part206.CFrame = CFrame.new(8.89008808, 8.60011578, 33.6598549, -1, 6.99085149e-06, -1.63561654e-05, 7.1075865e-06, 1, -6.3724741e-08, 1.87311598e-05, 1.60550485e-06, -1)
  3131. Part206.BackSurface = Enum.SurfaceType.Weld
  3132. Part206.BottomSurface = Enum.SurfaceType.Weld
  3133. Part206.FrontSurface = Enum.SurfaceType.Weld
  3134. Part206.LeftSurface = Enum.SurfaceType.Weld
  3135. Part206.RightSurface = Enum.SurfaceType.Weld
  3136. Part206.TopSurface = Enum.SurfaceType.Weld
  3137. Part206.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3138. Part206.Position = Vector3.new(8.89008808, 8.60011578, 33.6598549)
  3139. Part206.Orientation = Vector3.new(0, -180, 0)
  3140. Part206.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3141. BlockMesh207.Parent = Part206
  3142. Part208.Parent = Model0
  3143. Part208.Material = Enum.Material.Metal
  3144. Part208.BrickColor = BrickColor.new("Grime")
  3145. Part208.Rotation = Vector3.new(-180, 0, -180)
  3146. Part208.CanCollide = false
  3147. Part208.FormFactor = Enum.FormFactor.Custom
  3148. Part208.Size = Vector3.new(11.8000002, 4.19999981, 4.60000038)
  3149. Part208.CFrame = CFrame.new(-10.8099661, 8.10049725, 33.9599152, -1, 7.14305224e-06, -2.03425952e-05, 7.16210434e-06, 1, 1.88869399e-06, 2.07310459e-05, 2.16157287e-06, -1)
  3150. Part208.BackSurface = Enum.SurfaceType.Weld
  3151. Part208.BottomSurface = Enum.SurfaceType.Weld
  3152. Part208.FrontSurface = Enum.SurfaceType.Weld
  3153. Part208.LeftSurface = Enum.SurfaceType.Weld
  3154. Part208.RightSurface = Enum.SurfaceType.Weld
  3155. Part208.TopSurface = Enum.SurfaceType.Weld
  3156. Part208.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3157. Part208.Position = Vector3.new(-10.8099661, 8.10049725, 33.9599152)
  3158. Part208.Orientation = Vector3.new(0, -180, 0)
  3159. Part208.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3160. BlockMesh209.Parent = Part208
  3161. Part210.Name = "Emblem"
  3162. Part210.Parent = Model0
  3163. Part210.Material = Enum.Material.Metal
  3164. Part210.BrickColor = BrickColor.new("Grime")
  3165. Part210.Rotation = Vector3.new(-180, 0, -180)
  3166. Part210.CanCollide = false
  3167. Part210.FormFactor = Enum.FormFactor.Custom
  3168. Part210.Size = Vector3.new(3.60000014, 3.39999962, 0.200000003)
  3169. Part210.CFrame = CFrame.new(-20.5099678, 5.70037603, 46.760025, -1, 6.35870629e-06, -2.10810867e-06, 6.65713014e-06, 1, 1.4320929e-05, 8.12503458e-06, 1.85558729e-05, -1)
  3170. Part210.BackSurface = Enum.SurfaceType.Weld
  3171. Part210.BottomSurface = Enum.SurfaceType.Weld
  3172. Part210.FrontSurface = Enum.SurfaceType.Weld
  3173. Part210.LeftSurface = Enum.SurfaceType.Weld
  3174. Part210.RightSurface = Enum.SurfaceType.Weld
  3175. Part210.TopSurface = Enum.SurfaceType.Weld
  3176. Part210.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3177. Part210.Position = Vector3.new(-20.5099678, 5.70037603, 46.760025)
  3178. Part210.Orientation = Vector3.new(0, -180, 0)
  3179. Part210.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3180. BlockMesh211.Parent = Part210
  3181. BlockMesh211.Offset = Vector3.new(0, 0, 0.200000003)
  3182. Part212.Parent = Model0
  3183. Part212.Material = Enum.Material.Metal
  3184. Part212.BrickColor = BrickColor.new("Grime")
  3185. Part212.Rotation = Vector3.new(180, 0, -180)
  3186. Part212.CanCollide = false
  3187. Part212.FormFactor = Enum.FormFactor.Custom
  3188. Part212.Size = Vector3.new(3, 3, 5.19999981)
  3189. Part212.CFrame = CFrame.new(3.79019642, 8.70022011, 44.0599136, -1, 6.32772435e-06, -3.98295379e-06, 6.47945944e-06, 1, -8.76483864e-06, 7.04126296e-06, -6.61228023e-06, -1)
  3190. Part212.BackSurface = Enum.SurfaceType.Weld
  3191. Part212.BottomSurface = Enum.SurfaceType.Weld
  3192. Part212.FrontSurface = Enum.SurfaceType.Weld
  3193. Part212.LeftSurface = Enum.SurfaceType.Weld
  3194. Part212.RightSurface = Enum.SurfaceType.Weld
  3195. Part212.TopSurface = Enum.SurfaceType.Weld
  3196. Part212.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3197. Part212.Position = Vector3.new(3.79019642, 8.70022011, 44.0599136)
  3198. Part212.Orientation = Vector3.new(0, -180, 0)
  3199. Part212.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3200. BlockMesh213.Parent = Part212
  3201. Part214.Parent = Model0
  3202. Part214.Material = Enum.Material.Metal
  3203. Part214.BrickColor = BrickColor.new("Grime")
  3204. Part214.Rotation = Vector3.new(-180, 0, -180)
  3205. Part214.CanCollide = false
  3206. Part214.FormFactor = Enum.FormFactor.Custom
  3207. Part214.Size = Vector3.new(10.1999998, 0.999999881, 2.79999995)
  3208. Part214.CFrame = CFrame.new(0.190334558, 10.7001324, 43.6596947, -1, 8.83405392e-06, -5.33534985e-05, 9.60729267e-06, 0.99999088, 3.31501396e-05, 6.89792505e-05, 4.41338598e-05, -1.00000012)
  3209. Part214.BackSurface = Enum.SurfaceType.Weld
  3210. Part214.BottomSurface = Enum.SurfaceType.Weld
  3211. Part214.FrontSurface = Enum.SurfaceType.Weld
  3212. Part214.LeftSurface = Enum.SurfaceType.Weld
  3213. Part214.RightSurface = Enum.SurfaceType.Weld
  3214. Part214.TopSurface = Enum.SurfaceType.Weld
  3215. Part214.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3216. Part214.Position = Vector3.new(0.190334558, 10.7001324, 43.6596947)
  3217. Part214.Orientation = Vector3.new(0, -180, 0)
  3218. Part214.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3219. BlockMesh215.Parent = Part214
  3220. Part216.Parent = Model0
  3221. Part216.Material = Enum.Material.Metal
  3222. Part216.BrickColor = BrickColor.new("Grime")
  3223. Part216.Rotation = Vector3.new(180, 0, -180)
  3224. Part216.CanCollide = false
  3225. Part216.FormFactor = Enum.FormFactor.Custom
  3226. Part216.Size = Vector3.new(11.8000002, 0.399999976, 0.200000003)
  3227. Part216.CFrame = CFrame.new(-10.8095398, 6.20018864, 31.1600113, -1, 6.19986486e-06, -4.70125087e-07, 6.56853854e-06, 0.99999088, -1.11185163e-05, 7.90813283e-06, -5.89815954e-06, -1.00000012)
  3228. Part216.BackSurface = Enum.SurfaceType.Weld
  3229. Part216.BottomSurface = Enum.SurfaceType.Weld
  3230. Part216.FrontSurface = Enum.SurfaceType.Weld
  3231. Part216.LeftSurface = Enum.SurfaceType.Weld
  3232. Part216.RightSurface = Enum.SurfaceType.Weld
  3233. Part216.TopSurface = Enum.SurfaceType.Weld
  3234. Part216.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3235. Part216.Position = Vector3.new(-10.8095398, 6.20018864, 31.1600113)
  3236. Part216.Orientation = Vector3.new(0, -180, 0)
  3237. Part216.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3238. BlockMesh217.Parent = Part216
  3239. Part218.Parent = Model0
  3240. Part218.Material = Enum.Material.Metal
  3241. Part218.BrickColor = BrickColor.new("Grime")
  3242. Part218.Rotation = Vector3.new(-180, 0, -180)
  3243. Part218.CanCollide = false
  3244. Part218.FormFactor = Enum.FormFactor.Custom
  3245. Part218.Size = Vector3.new(11.8000002, 4.19999981, 4.60000038)
  3246. Part218.CFrame = CFrame.new(-10.8097363, 8.10028648, 43.7601395, -1, 7.16859677e-06, -2.04153348e-05, 7.45285433e-06, 1, 2.7828346e-06, 2.61436471e-05, 6.81482152e-06, -1)
  3247. Part218.BackSurface = Enum.SurfaceType.Weld
  3248. Part218.BottomSurface = Enum.SurfaceType.Weld
  3249. Part218.FrontSurface = Enum.SurfaceType.Weld
  3250. Part218.LeftSurface = Enum.SurfaceType.Weld
  3251. Part218.RightSurface = Enum.SurfaceType.Weld
  3252. Part218.TopSurface = Enum.SurfaceType.Weld
  3253. Part218.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3254. Part218.Position = Vector3.new(-10.8097363, 8.10028648, 43.7601395)
  3255. Part218.Orientation = Vector3.new(0, -180, 0)
  3256. Part218.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3257. BlockMesh219.Parent = Part218
  3258. Part220.Parent = Model0
  3259. Part220.Material = Enum.Material.Metal
  3260. Part220.BrickColor = BrickColor.new("Grime")
  3261. Part220.Rotation = Vector3.new(-180, 0, -180)
  3262. Part220.CanCollide = false
  3263. Part220.FormFactor = Enum.FormFactor.Custom
  3264. Part220.Size = Vector3.new(3, 3, 5.19999981)
  3265. Part220.CFrame = CFrame.new(3.79002571, 8.70051765, 33.6592712, -1, 8.50772994e-06, -4.85191158e-05, 8.51756067e-06, 1, 1.09945977e-05, 4.87300749e-05, 1.11423969e-05, -1)
  3266. Part220.BackSurface = Enum.SurfaceType.Weld
  3267. Part220.BottomSurface = Enum.SurfaceType.Weld
  3268. Part220.FrontSurface = Enum.SurfaceType.Weld
  3269. Part220.LeftSurface = Enum.SurfaceType.Weld
  3270. Part220.RightSurface = Enum.SurfaceType.Weld
  3271. Part220.TopSurface = Enum.SurfaceType.Weld
  3272. Part220.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3273. Part220.Position = Vector3.new(3.79002571, 8.70051765, 33.6592712)
  3274. Part220.Orientation = Vector3.new(0, -180, 0)
  3275. Part220.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3276. BlockMesh221.Parent = Part220
  3277. Part222.Parent = Model0
  3278. Part222.Material = Enum.Material.Metal
  3279. Part222.BrickColor = BrickColor.new("Grime")
  3280. Part222.Rotation = Vector3.new(180, 0, -180)
  3281. Part222.CanCollide = false
  3282. Part222.FormFactor = Enum.FormFactor.Custom
  3283. Part222.Size = Vector3.new(22, 0.799999714, 0.600000441)
  3284. Part222.CFrame = CFrame.new(-5.70979691, 8.60026169, 36.5600357, -1, 6.81412985e-06, -1.27640888e-05, 7.56088548e-06, 0.999981761, -9.83839709e-06, 2.78288353e-05, 7.34849891e-07, -1.00000024)
  3285. Part222.BackSurface = Enum.SurfaceType.Weld
  3286. Part222.BottomSurface = Enum.SurfaceType.Weld
  3287. Part222.FrontSurface = Enum.SurfaceType.Weld
  3288. Part222.LeftSurface = Enum.SurfaceType.Weld
  3289. Part222.RightSurface = Enum.SurfaceType.Weld
  3290. Part222.TopSurface = Enum.SurfaceType.Weld
  3291. Part222.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3292. Part222.Position = Vector3.new(-5.70979691, 8.60026169, 36.5600357)
  3293. Part222.Orientation = Vector3.new(0, -180, 0)
  3294. Part222.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3295. BlockMesh223.Parent = Part222
  3296. Part224.Parent = Model0
  3297. Part224.Material = Enum.Material.Metal
  3298. Part224.BrickColor = BrickColor.new("Grime")
  3299. Part224.Rotation = Vector3.new(180, 0, -180)
  3300. Part224.CanCollide = false
  3301. Part224.FormFactor = Enum.FormFactor.Custom
  3302. Part224.Size = Vector3.new(11.8000002, 1.39999998, 0.400000006)
  3303. Part224.CFrame = CFrame.new(-10.8097229, 6.70026398, 46.2599983, -1, 6.7584383e-06, -1.16997562e-05, 7.04279182e-06, 1, -3.34411698e-06, 1.74280249e-05, 6.87942702e-07, -1)
  3304. Part224.BackSurface = Enum.SurfaceType.Weld
  3305. Part224.BottomSurface = Enum.SurfaceType.Weld
  3306. Part224.FrontSurface = Enum.SurfaceType.Weld
  3307. Part224.LeftSurface = Enum.SurfaceType.Weld
  3308. Part224.RightSurface = Enum.SurfaceType.Weld
  3309. Part224.TopSurface = Enum.SurfaceType.Weld
  3310. Part224.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3311. Part224.Position = Vector3.new(-10.8097229, 6.70026398, 46.2599983)
  3312. Part224.Orientation = Vector3.new(0, -180, 0)
  3313. Part224.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3314. BlockMesh225.Parent = Part224
  3315. Part226.Parent = Model0
  3316. Part226.Material = Enum.Material.Metal
  3317. Part226.BrickColor = BrickColor.new("Grime")
  3318. Part226.Rotation = Vector3.new(-180, 0, -180)
  3319. Part226.CanCollide = false
  3320. Part226.FormFactor = Enum.FormFactor.Custom
  3321. Part226.Size = Vector3.new(7.19999981, 5, 5.19999981)
  3322. Part226.CFrame = CFrame.new(-1.30967951, 7.70056057, 33.659565, -1, 7.81613926e-06, -3.46217457e-05, 8.18463377e-06, 0.99999088, 4.60983938e-06, 4.20598662e-05, 9.83004793e-06, -1.00000012)
  3323. Part226.BackSurface = Enum.SurfaceType.Weld
  3324. Part226.BottomSurface = Enum.SurfaceType.Weld
  3325. Part226.FrontSurface = Enum.SurfaceType.Weld
  3326. Part226.LeftSurface = Enum.SurfaceType.Weld
  3327. Part226.RightSurface = Enum.SurfaceType.Weld
  3328. Part226.TopSurface = Enum.SurfaceType.Weld
  3329. Part226.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3330. Part226.Position = Vector3.new(-1.30967951, 7.70056057, 33.659565)
  3331. Part226.Orientation = Vector3.new(0, -180, 0)
  3332. Part226.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3333. BlockMesh227.Parent = Part226
  3334. Part228.Parent = Model0
  3335. Part228.Material = Enum.Material.Metal
  3336. Part228.BrickColor = BrickColor.new("Grime")
  3337. Part228.Rotation = Vector3.new(-180, 0, -180)
  3338. Part228.CanCollide = false
  3339. Part228.FormFactor = Enum.FormFactor.Custom
  3340. Part228.Size = Vector3.new(11.8000002, 1.39999998, 0.400000006)
  3341. Part228.CFrame = CFrame.new(-10.8100386, 6.70071936, 31.4599133, -1, 7.03509431e-06, -1.81622581e-05, 7.05417779e-06, 1, 3.9548047e-07, 1.85506979e-05, 6.6837697e-07, -1)
  3342. Part228.BackSurface = Enum.SurfaceType.Weld
  3343. Part228.BottomSurface = Enum.SurfaceType.Weld
  3344. Part228.FrontSurface = Enum.SurfaceType.Weld
  3345. Part228.LeftSurface = Enum.SurfaceType.Weld
  3346. Part228.RightSurface = Enum.SurfaceType.Weld
  3347. Part228.TopSurface = Enum.SurfaceType.Weld
  3348. Part228.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3349. Part228.Position = Vector3.new(-10.8100386, 6.70071936, 31.4599133)
  3350. Part228.Orientation = Vector3.new(0, -180, 0)
  3351. Part228.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3352. BlockMesh229.Parent = Part228
  3353. Part230.Parent = Model0
  3354. Part230.Material = Enum.Material.Metal
  3355. Part230.BrickColor = BrickColor.new("Grime")
  3356. Part230.Rotation = Vector3.new(-180, 0, -180)
  3357. Part230.CanCollide = false
  3358. Part230.FormFactor = Enum.FormFactor.Custom
  3359. Part230.Size = Vector3.new(7.19999981, 5, 5.19999981)
  3360. Part230.CFrame = CFrame.new(-1.30968046, 7.70014811, 44.0596848, -1, 9.28767258e-06, -6.2477724e-05, 9.65974232e-06, 0.99999088, 3.24114408e-05, 7.00270903e-05, 3.77095821e-05, -1.00000012)
  3361. Part230.BackSurface = Enum.SurfaceType.Weld
  3362. Part230.BottomSurface = Enum.SurfaceType.Weld
  3363. Part230.FrontSurface = Enum.SurfaceType.Weld
  3364. Part230.LeftSurface = Enum.SurfaceType.Weld
  3365. Part230.RightSurface = Enum.SurfaceType.Weld
  3366. Part230.TopSurface = Enum.SurfaceType.Weld
  3367. Part230.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3368. Part230.Position = Vector3.new(-1.30968046, 7.70014811, 44.0596848)
  3369. Part230.Orientation = Vector3.new(0, -180, 0)
  3370. Part230.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3371. BlockMesh231.Parent = Part230
  3372. Part232.Parent = Model0
  3373. Part232.Material = Enum.Material.Metal
  3374. Part232.BrickColor = BrickColor.new("Grime")
  3375. Part232.Rotation = Vector3.new(-180, -0.00999999978, -180)
  3376. Part232.CanCollide = false
  3377. Part232.FormFactor = Enum.FormFactor.Custom
  3378. Part232.Size = Vector3.new(4, 3.60000014, 0.400000006)
  3379. Part232.CFrame = CFrame.new(-23.5095253, 6.40087748, 41.6604347, -1, 1.09171879e-05, -9.79027827e-05, 1.12118551e-05, 1, 2.75443344e-05, 0.000103897743, 3.17625672e-05, -1)
  3380. Part232.BackSurface = Enum.SurfaceType.Weld
  3381. Part232.BottomSurface = Enum.SurfaceType.Weld
  3382. Part232.FrontSurface = Enum.SurfaceType.Weld
  3383. Part232.LeftSurface = Enum.SurfaceType.Weld
  3384. Part232.RightSurface = Enum.SurfaceType.Weld
  3385. Part232.TopSurface = Enum.SurfaceType.Weld
  3386. Part232.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3387. Part232.Position = Vector3.new(-23.5095253, 6.40087748, 41.6604347)
  3388. Part232.Orientation = Vector3.new(0, -179.98999, 0)
  3389. Part232.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3390. BlockMesh233.Parent = Part232
  3391. Part234.Parent = Model0
  3392. Part234.Material = Enum.Material.Metal
  3393. Part234.BrickColor = BrickColor.new("Grime")
  3394. Part234.Rotation = Vector3.new(180, 0, -180)
  3395. Part234.CanCollide = false
  3396. Part234.FormFactor = Enum.FormFactor.Custom
  3397. Part234.Size = Vector3.new(0.200000003, 4.19999981, 4.4000001)
  3398. Part234.CFrame = CFrame.new(-16.8097973, 8.10076141, 33.6598473, -1, 8.92862408e-06, -5.77830069e-05, 8.94776349e-06, 1, -8.51531922e-07, 5.81714412e-05, -5.790248e-07, -1)
  3399. Part234.BackSurface = Enum.SurfaceType.Weld
  3400. Part234.BottomSurface = Enum.SurfaceType.Weld
  3401. Part234.FrontSurface = Enum.SurfaceType.Weld
  3402. Part234.LeftSurface = Enum.SurfaceType.Weld
  3403. Part234.RightSurface = Enum.SurfaceType.Weld
  3404. Part234.TopSurface = Enum.SurfaceType.Weld
  3405. Part234.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3406. Part234.Position = Vector3.new(-16.8097973, 8.10076141, 33.6598473)
  3407. Part234.Orientation = Vector3.new(0, -180, 0)
  3408. Part234.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3409. BlockMesh235.Parent = Part234
  3410. Part236.Parent = Model0
  3411. Part236.Material = Enum.Material.Ice
  3412. Part236.BrickColor = BrickColor.new("Dark stone grey")
  3413. Part236.Transparency = 0.5
  3414. Part236.Rotation = Vector3.new(172.399994, 0, -180)
  3415. Part236.CanCollide = false
  3416. Part236.FormFactor = Enum.FormFactor.Custom
  3417. Part236.Size = Vector3.new(3, 2.5999999, 0.200000003)
  3418. Part236.CFrame = CFrame.new(-24.2096062, 8.73111153, 46.5839996, -1, 1.03770833e-06, -6.15868048e-05, 1.03748134e-05, 0.991209269, -0.132304236, 8.50215365e-05, -0.132287398, -0.991211414)
  3419. Part236.BackSurface = Enum.SurfaceType.Weld
  3420. Part236.BottomSurface = Enum.SurfaceType.Weld
  3421. Part236.FrontSurface = Enum.SurfaceType.Weld
  3422. Part236.LeftSurface = Enum.SurfaceType.Weld
  3423. Part236.RightSurface = Enum.SurfaceType.Weld
  3424. Part236.TopSurface = Enum.SurfaceType.Weld
  3425. Part236.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3426. Part236.Position = Vector3.new(-24.2096062, 8.73111153, 46.5839996)
  3427. Part236.Orientation = Vector3.new(7.5999999, -180, 0)
  3428. Part236.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3429. BlockMesh237.Parent = Part236
  3430. BlockMesh237.Offset = Vector3.new(0, 0, 0.200000003)
  3431. BlockMesh237.Scale = Vector3.new(1, 1.14999998, 0.5)
  3432. BlockMesh237.Scale = Vector3.new(1, 1.14999998, 0.5)
  3433. Part238.Parent = Model0
  3434. Part238.Material = Enum.Material.Metal
  3435. Part238.BrickColor = BrickColor.new("Grime")
  3436. Part238.Rotation = Vector3.new(180, 0, -180)
  3437. Part238.CanCollide = false
  3438. Part238.FormFactor = Enum.FormFactor.Custom
  3439. Part238.Size = Vector3.new(22, 0.799999714, 0.600000441)
  3440. Part238.CFrame = CFrame.new(-5.70983505, 8.60029507, 41.1600647, -1, 6.14293958e-06, -2.86971044e-07, 6.52252311e-06, 0.99999088, -2.05128945e-05, 7.94687185e-06, -1.51366112e-05, -1.00000012)
  3441. Part238.BackSurface = Enum.SurfaceType.Weld
  3442. Part238.BottomSurface = Enum.SurfaceType.Weld
  3443. Part238.FrontSurface = Enum.SurfaceType.Weld
  3444. Part238.LeftSurface = Enum.SurfaceType.Weld
  3445. Part238.RightSurface = Enum.SurfaceType.Weld
  3446. Part238.TopSurface = Enum.SurfaceType.Weld
  3447. Part238.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3448. Part238.Position = Vector3.new(-5.70983505, 8.60029507, 41.1600647)
  3449. Part238.Orientation = Vector3.new(0, -180, 0)
  3450. Part238.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3451. BlockMesh239.Parent = Part238
  3452. Part240.Parent = Model0
  3453. Part240.Material = Enum.Material.Metal
  3454. Part240.BrickColor = BrickColor.new("Grime")
  3455. Part240.Rotation = Vector3.new(-180, 0, -180)
  3456. Part240.CanCollide = false
  3457. Part240.FormFactor = Enum.FormFactor.Custom
  3458. Part240.Size = Vector3.new(1.59999919, 0.799999952, 5.19999981)
  3459. Part240.CFrame = CFrame.new(3.09039879, 6.80017376, 33.6598129, -1, 7.68635618e-06, -3.03721881e-05, 7.69642338e-06, 1, 9.77274976e-06, 3.05831309e-05, 9.92072819e-06, -1)
  3460. Part240.BackSurface = Enum.SurfaceType.Weld
  3461. Part240.BottomSurface = Enum.SurfaceType.Weld
  3462. Part240.FrontSurface = Enum.SurfaceType.Weld
  3463. Part240.LeftSurface = Enum.SurfaceType.Weld
  3464. Part240.RightSurface = Enum.SurfaceType.Weld
  3465. Part240.TopSurface = Enum.SurfaceType.Weld
  3466. Part240.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3467. Part240.Position = Vector3.new(3.09039879, 6.80017376, 33.6598129)
  3468. Part240.Orientation = Vector3.new(0, -180, 0)
  3469. Part240.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3470. BlockMesh241.Parent = Part240
  3471. Part242.Parent = Model0
  3472. Part242.Material = Enum.Material.Ice
  3473. Part242.BrickColor = BrickColor.new("Dark stone grey")
  3474. Part242.Transparency = 0.5
  3475. Part242.Rotation = Vector3.new(172.399994, -0.00999999978, 180)
  3476. Part242.CanCollide = false
  3477. Part242.FormFactor = Enum.FormFactor.Custom
  3478. Part242.Size = Vector3.new(6, 2, 0.200000003)
  3479. Part242.CFrame = CFrame.new(-19.709465, 8.82992744, 46.5701866, -1, -7.48528237e-06, -0.000163338729, 1.53728633e-05, 0.991222322, -0.132206306, 0.000187008089, -0.132189468, -0.991224468)
  3480. Part242.BackSurface = Enum.SurfaceType.Weld
  3481. Part242.BottomSurface = Enum.SurfaceType.Weld
  3482. Part242.FrontSurface = Enum.SurfaceType.Weld
  3483. Part242.LeftSurface = Enum.SurfaceType.Weld
  3484. Part242.RightSurface = Enum.SurfaceType.Weld
  3485. Part242.TopSurface = Enum.SurfaceType.Weld
  3486. Part242.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3487. Part242.Position = Vector3.new(-19.709465, 8.82992744, 46.5701866)
  3488. Part242.Orientation = Vector3.new(7.5999999, -179.98999, 0)
  3489. Part242.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3490. BlockMesh243.Parent = Part242
  3491. BlockMesh243.Offset = Vector3.new(0, 0, 0.200000003)
  3492. BlockMesh243.Scale = Vector3.new(1, 1.14999998, 0.5)
  3493. BlockMesh243.Scale = Vector3.new(1, 1.14999998, 0.5)
  3494. Part244.Parent = Model0
  3495. Part244.Material = Enum.Material.Metal
  3496. Part244.BrickColor = BrickColor.new("Grime")
  3497. Part244.Rotation = Vector3.new(-180, 0, -180)
  3498. Part244.CanCollide = false
  3499. Part244.FormFactor = Enum.FormFactor.Custom
  3500. Part244.Size = Vector3.new(22, 0.200000003, 5.20000029)
  3501. Part244.CFrame = CFrame.new(-5.70976353, 8.10029221, 38.8601913, -1, 7.18417186e-06, -2.02370084e-05, 7.56368945e-06, 0.99999088, 2.50288394e-06, 2.78970601e-05, 7.87922181e-06, -1.00000012)
  3502. Part244.BackSurface = Enum.SurfaceType.Weld
  3503. Part244.BottomSurface = Enum.SurfaceType.Weld
  3504. Part244.FrontSurface = Enum.SurfaceType.Weld
  3505. Part244.LeftSurface = Enum.SurfaceType.Weld
  3506. Part244.RightSurface = Enum.SurfaceType.Weld
  3507. Part244.TopSurface = Enum.SurfaceType.Weld
  3508. Part244.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3509. Part244.Position = Vector3.new(-5.70976353, 8.10029221, 38.8601913)
  3510. Part244.Orientation = Vector3.new(0, -180, 0)
  3511. Part244.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3512. BlockMesh245.Parent = Part244
  3513. Part246.Parent = Model0
  3514. Part246.Material = Enum.Material.Metal
  3515. Part246.BrickColor = BrickColor.new("Grime")
  3516. Part246.Rotation = Vector3.new(180, 0, -180)
  3517. Part246.CanCollide = false
  3518. Part246.FormFactor = Enum.FormFactor.Custom
  3519. Part246.Size = Vector3.new(0.799999237, 4.20000029, 0.400000006)
  3520. Part246.CFrame = CFrame.new(-17.109623, 8.10075474, 36.0598869, -1, 8.79787513e-06, -5.50586119e-05, 8.82257518e-06, 1, -2.83478767e-06, 5.55580045e-05, -2.48424249e-06, -1)
  3521. Part246.BackSurface = Enum.SurfaceType.Weld
  3522. Part246.BottomSurface = Enum.SurfaceType.Weld
  3523. Part246.FrontSurface = Enum.SurfaceType.Weld
  3524. Part246.LeftSurface = Enum.SurfaceType.Weld
  3525. Part246.RightSurface = Enum.SurfaceType.Weld
  3526. Part246.TopSurface = Enum.SurfaceType.Weld
  3527. Part246.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3528. Part246.Position = Vector3.new(-17.109623, 8.10075474, 36.0598869)
  3529. Part246.Orientation = Vector3.new(0, -180, 0)
  3530. Part246.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3531. BlockMesh247.Parent = Part246
  3532. Part248.Name = "wheel"
  3533. Part248.Parent = Model0
  3534. Part248.Material = Enum.Material.Metal
  3535. Part248.BrickColor = BrickColor.new("Grime")
  3536. Part248.Transparency = 1
  3537. Part248.Rotation = Vector3.new(90, 90, 0)
  3538. Part248.FormFactor = Enum.FormFactor.Symmetric
  3539. Part248.Friction = 1
  3540. Part248.Shape = Enum.PartType.Ball
  3541. Part248.Size = Vector3.new(5, 5, 5)
  3542. Part248.CFrame = CFrame.new(-22.5099754, 2.99934292, 28.5597458, 1.68583483e-05, 9.94351055e-08, 1, 1, 4.67716745e-08, -1.68586612e-05, -3.92897164e-08, 1, -1.10534181e-07)
  3543. Part248.BottomSurface = Enum.SurfaceType.Smooth
  3544. Part248.TopSurface = Enum.SurfaceType.Hinge
  3545. Part248.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3546. Part248.Position = Vector3.new(-22.5099754, 2.99934292, 28.5597458)
  3547. Part248.Orientation = Vector3.new(0, 90, 90)
  3548. Part248.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3549. CylinderMesh249.Parent = Part248
  3550. CylinderMesh249.Offset = Vector3.new(0, -1.10000002, 0)
  3551. CylinderMesh249.Scale = Vector3.new(1, 0.600000024, 1)
  3552. CylinderMesh249.Scale = Vector3.new(1, 0.600000024, 1)
  3553. Part250.Parent = Model0
  3554. Part250.Material = Enum.Material.Metal
  3555. Part250.BrickColor = BrickColor.new("Grime")
  3556. Part250.Rotation = Vector3.new(180, 0, -180)
  3557. Part250.FormFactor = Enum.FormFactor.Custom
  3558. Part250.Size = Vector3.new(22.7999992, 3.99999976, 5.20000029)
  3559. Part250.CFrame = CFrame.new(-6.10987282, 6.00021553, 38.8599777, -1, 6.44594638e-06, -5.42557655e-06, 6.45635237e-06, 1, -7.76254092e-06, 5.63639105e-06, -7.6143624e-06, -1)
  3560. Part250.BottomSurface = Enum.SurfaceType.Weld
  3561. Part250.LeftSurface = Enum.SurfaceType.Weld
  3562. Part250.RightSurface = Enum.SurfaceType.Weld
  3563. Part250.TopSurface = Enum.SurfaceType.Weld
  3564. Part250.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3565. Part250.Position = Vector3.new(-6.10987282, 6.00021553, 38.8599777)
  3566. Part250.Orientation = Vector3.new(0, -180, 0)
  3567. Part250.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3568. BlockMesh251.Parent = Part250
  3569. Part252.Parent = Model0
  3570. Part252.Material = Enum.Material.Metal
  3571. Part252.BrickColor = BrickColor.new("Grime")
  3572. Part252.Rotation = Vector3.new(-180, 0, -180)
  3573. Part252.FormFactor = Enum.FormFactor.Custom
  3574. Part252.Size = Vector3.new(9.00000095, 0.800000072, 5.20000029)
  3575. Part252.CFrame = CFrame.new(-22.0095825, 4.40028095, 38.8602219, -1, 7.54429402e-06, -2.79332871e-05, 7.55442079e-06, 1, 8.47021511e-06, 2.81442171e-05, 8.61821627e-06, -1)
  3576. Part252.BackSurface = Enum.SurfaceType.Weld
  3577. Part252.BottomSurface = Enum.SurfaceType.Weld
  3578. Part252.FrontSurface = Enum.SurfaceType.Weld
  3579. Part252.LeftSurface = Enum.SurfaceType.Weld
  3580. Part252.RightSurface = Enum.SurfaceType.Weld
  3581. Part252.TopSurface = Enum.SurfaceType.Weld
  3582. Part252.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3583. Part252.Position = Vector3.new(-22.0095825, 4.40028095, 38.8602219)
  3584. Part252.Orientation = Vector3.new(0, -180, 0)
  3585. Part252.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3586. BlockMesh253.Parent = Part252
  3587. Part254.Parent = Model0
  3588. Part254.Material = Enum.Material.Metal
  3589. Part254.BrickColor = BrickColor.new("Grime")
  3590. Part254.Rotation = Vector3.new(-180, 0, -180)
  3591. Part254.CanCollide = false
  3592. Part254.FormFactor = Enum.FormFactor.Custom
  3593. Part254.Size = Vector3.new(8, 2.79999995, 0.400000006)
  3594. Part254.CFrame = CFrame.new(-21.5101471, 6.00087833, 31.2600803, -1, 6.5851641e-06, -8.26637188e-06, 6.74582452e-06, 0.999991715, 1.20076311e-05, 1.15773773e-05, 1.42274675e-05, -1.00000143)
  3595. Part254.BottomSurface = Enum.SurfaceType.Weld
  3596. Part254.FrontSurface = Enum.SurfaceType.Weld
  3597. Part254.LeftSurface = Enum.SurfaceType.Weld
  3598. Part254.RightSurface = Enum.SurfaceType.Weld
  3599. Part254.TopSurface = Enum.SurfaceType.Weld
  3600. Part254.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3601. Part254.Position = Vector3.new(-21.5101471, 6.00087833, 31.2600803)
  3602. Part254.Orientation = Vector3.new(0, -180, 0)
  3603. Part254.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3604. BlockMesh255.Parent = Part254
  3605. Part256.Parent = Model0
  3606. Part256.Material = Enum.Material.Metal
  3607. Part256.BrickColor = BrickColor.new("Grime")
  3608. Part256.Rotation = Vector3.new(180, 0, -180)
  3609. Part256.FormFactor = Enum.FormFactor.Custom
  3610. Part256.Size = Vector3.new(8, 1.20000005, 5.19999981)
  3611. Part256.CFrame = CFrame.new(-21.5099373, 3.40028739, 33.6600609, -1, 6.41632732e-06, -4.81871075e-06, 6.4790911e-06, 1, -8.07724973e-06, 6.09494327e-06, -7.18019601e-06, -1)
  3612. Part256.BottomSurface = Enum.SurfaceType.Weld
  3613. Part256.LeftSurface = Enum.SurfaceType.Weld
  3614. Part256.RightSurface = Enum.SurfaceType.Weld
  3615. Part256.TopSurface = Enum.SurfaceType.Weld
  3616. Part256.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3617. Part256.Position = Vector3.new(-21.5099373, 3.40028739, 33.6600609)
  3618. Part256.Orientation = Vector3.new(0, -180, 0)
  3619. Part256.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3620. BlockMesh257.Parent = Part256
  3621. Part258.Parent = Model0
  3622. Part258.Material = Enum.Material.Metal
  3623. Part258.BrickColor = BrickColor.new("Grime")
  3624. Part258.Rotation = Vector3.new(180, 0, -180)
  3625. Part258.CanCollide = false
  3626. Part258.FormFactor = Enum.FormFactor.Custom
  3627. Part258.Size = Vector3.new(8, 2.79999995, 0.400000006)
  3628. Part258.CFrame = CFrame.new(-21.509985, 6.00044394, 46.4600868, -1, 8.28853172e-06, -4.09939275e-05, 8.58829844e-06, 1, -3.20226973e-05, 4.70105078e-05, -2.77881045e-05, -1)
  3629. Part258.BackSurface = Enum.SurfaceType.Weld
  3630. Part258.BottomSurface = Enum.SurfaceType.Weld
  3631. Part258.LeftSurface = Enum.SurfaceType.Weld
  3632. Part258.RightSurface = Enum.SurfaceType.Weld
  3633. Part258.TopSurface = Enum.SurfaceType.Weld
  3634. Part258.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3635. Part258.Position = Vector3.new(-21.509985, 6.00044394, 46.4600868)
  3636. Part258.Orientation = Vector3.new(0, -180, 0)
  3637. Part258.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3638. BlockMesh259.Parent = Part258
  3639. Part260.Parent = Model0
  3640. Part260.Material = Enum.Material.Metal
  3641. Part260.BrickColor = BrickColor.new("Grime")
  3642. Part260.Rotation = Vector3.new(-180, 0, -180)
  3643. Part260.FormFactor = Enum.FormFactor.Custom
  3644. Part260.Size = Vector3.new(8, 0.600000083, 5.19999981)
  3645. Part260.CFrame = CFrame.new(-21.509903, 4.3003602, 44.0600548, -1, 5.38951872e-06, 1.67202743e-05, 5.68799487e-06, 1, 1.31562274e-06, -1.07034357e-05, 5.55068073e-06, -1)
  3646. Part260.BackSurface = Enum.SurfaceType.Weld
  3647. Part260.BottomSurface = Enum.SurfaceType.Weld
  3648. Part260.LeftSurface = Enum.SurfaceType.Weld
  3649. Part260.RightSurface = Enum.SurfaceType.Weld
  3650. Part260.TopSurface = Enum.SurfaceType.Weld
  3651. Part260.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3652. Part260.Position = Vector3.new(-21.509903, 4.3003602, 44.0600548)
  3653. Part260.Orientation = Vector3.new(0, 180, 0)
  3654. Part260.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3655. BlockMesh261.Parent = Part260
  3656. Part262.Parent = Model0
  3657. Part262.Material = Enum.Material.Metal
  3658. Part262.BrickColor = BrickColor.new("Grime")
  3659. Part262.Rotation = Vector3.new(172.399994, 0, -180)
  3660. Part262.CanCollide = false
  3661. Part262.FormFactor = Enum.FormFactor.Custom
  3662. Part262.Size = Vector3.new(6, 0.400000036, 0.200000003)
  3663. Part262.CFrame = CFrame.new(-19.7101326, 7.64007092, 46.7289124, -1, 7.62399668e-06, 1.59960618e-05, 6.63972241e-06, 0.991217554, -0.132242054, 7.24958954e-06, -0.132225215, -0.991219759)
  3664. Part262.BackSurface = Enum.SurfaceType.Weld
  3665. Part262.BottomSurface = Enum.SurfaceType.Weld
  3666. Part262.FrontSurface = Enum.SurfaceType.Weld
  3667. Part262.LeftSurface = Enum.SurfaceType.Weld
  3668. Part262.RightSurface = Enum.SurfaceType.Weld
  3669. Part262.TopSurface = Enum.SurfaceType.Weld
  3670. Part262.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3671. Part262.Position = Vector3.new(-19.7101326, 7.64007092, 46.7289124)
  3672. Part262.Orientation = Vector3.new(7.5999999, 180, 0)
  3673. Part262.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3674. BlockMesh263.Parent = Part262
  3675. BlockMesh263.Offset = Vector3.new(0, 0, 0.200000003)
  3676. BlockMesh263.Scale = Vector3.new(1, 1.14999998, 1)
  3677. BlockMesh263.Scale = Vector3.new(1, 1.14999998, 1)
  3678. Part264.Parent = Model0
  3679. Part264.Material = Enum.Material.Metal
  3680. Part264.BrickColor = BrickColor.new("Grime")
  3681. Part264.Rotation = Vector3.new(-180, 0, -180)
  3682. Part264.CanCollide = false
  3683. Part264.FormFactor = Enum.FormFactor.Custom
  3684. Part264.Size = Vector3.new(4.79999924, 4.20000029, 0.400000006)
  3685. Part264.CFrame = CFrame.new(-19.1095543, 8.10087967, 41.6602554, -1, 1.00066009e-05, -7.96175955e-05, 1.02973845e-05, 1, 1.46885304e-05, 8.55014368e-05, 1.88290433e-05, -1)
  3686. Part264.BackSurface = Enum.SurfaceType.Weld
  3687. Part264.BottomSurface = Enum.SurfaceType.Weld
  3688. Part264.FrontSurface = Enum.SurfaceType.Weld
  3689. Part264.LeftSurface = Enum.SurfaceType.Weld
  3690. Part264.RightSurface = Enum.SurfaceType.Weld
  3691. Part264.TopSurface = Enum.SurfaceType.Weld
  3692. Part264.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3693. Part264.Position = Vector3.new(-19.1095543, 8.10087967, 41.6602554)
  3694. Part264.Orientation = Vector3.new(0, -180, 0)
  3695. Part264.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3696. BlockMesh265.Parent = Part264
  3697. Part266.Parent = Model0
  3698. Part266.Material = Enum.Material.Metal
  3699. Part266.BrickColor = BrickColor.new("Grime")
  3700. Part266.Rotation = Vector3.new(-180, 0, -180)
  3701. Part266.CanCollide = false
  3702. Part266.FormFactor = Enum.FormFactor.Custom
  3703. Part266.Size = Vector3.new(3.99999928, 5.60000038, 0.400000006)
  3704. Part266.CFrame = CFrame.new(-19.5095768, 7.40064335, 36.0599785, -1, 9.13069925e-06, -6.21806248e-05, 9.83368318e-06, 0.99999088, 2.60451998e-06, 7.64155848e-05, 1.2662108e-05, -1.00000012)
  3705. Part266.BackSurface = Enum.SurfaceType.Weld
  3706. Part266.BottomSurface = Enum.SurfaceType.Weld
  3707. Part266.FrontSurface = Enum.SurfaceType.Weld
  3708. Part266.LeftSurface = Enum.SurfaceType.Weld
  3709. Part266.RightSurface = Enum.SurfaceType.Weld
  3710. Part266.TopSurface = Enum.SurfaceType.Weld
  3711. Part266.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3712. Part266.Position = Vector3.new(-19.5095768, 7.40064335, 36.0599785)
  3713. Part266.Orientation = Vector3.new(0, -180, 0)
  3714. Part266.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3715. BlockMesh267.Parent = Part266
  3716. Part268.Parent = Model0
  3717. Part268.Material = Enum.Material.Metal
  3718. Part268.BrickColor = BrickColor.new("Grime")
  3719. Part268.Rotation = Vector3.new(-180, 0, -180)
  3720. Part268.CanCollide = false
  3721. Part268.FormFactor = Enum.FormFactor.Custom
  3722. Part268.Size = Vector3.new(3.99999928, 1.40000033, 0.400000006)
  3723. Part268.CFrame = CFrame.new(-19.5098534, 5.30032063, 41.6600571, -1, 7.29569683e-06, -2.24659452e-05, 7.88762736e-06, 1, 4.21738878e-06, 3.43997672e-05, 1.26169134e-05, -1)
  3724. Part268.BackSurface = Enum.SurfaceType.Weld
  3725. Part268.BottomSurface = Enum.SurfaceType.Weld
  3726. Part268.FrontSurface = Enum.SurfaceType.Weld
  3727. Part268.LeftSurface = Enum.SurfaceType.Weld
  3728. Part268.RightSurface = Enum.SurfaceType.Weld
  3729. Part268.TopSurface = Enum.SurfaceType.Weld
  3730. Part268.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3731. Part268.Position = Vector3.new(-19.5098534, 5.30032063, 41.6600571)
  3732. Part268.Orientation = Vector3.new(0, -180, 0)
  3733. Part268.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3734. BlockMesh269.Parent = Part268
  3735. Part270.Parent = Model0
  3736. Part270.Material = Enum.Material.Metal
  3737. Part270.BrickColor = BrickColor.new("Grime")
  3738. Part270.Rotation = Vector3.new(-180, 0, -180)
  3739. Part270.FormFactor = Enum.FormFactor.Custom
  3740. Part270.Size = Vector3.new(8, 0.600000083, 5.19999981)
  3741. Part270.CFrame = CFrame.new(-21.5100098, 4.30057859, 33.6601372, -1, 6.76650234e-06, -2.10475282e-05, 6.92721051e-06, 0.999991715, 2.39840938e-06, 2.43584891e-05, 4.61806076e-06, -1.00000143)
  3742. Part270.BottomSurface = Enum.SurfaceType.Weld
  3743. Part270.FrontSurface = Enum.SurfaceType.Weld
  3744. Part270.LeftSurface = Enum.SurfaceType.Weld
  3745. Part270.RightSurface = Enum.SurfaceType.Weld
  3746. Part270.TopSurface = Enum.SurfaceType.Weld
  3747. Part270.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3748. Part270.Position = Vector3.new(-21.5100098, 4.30057859, 33.6601372)
  3749. Part270.Orientation = Vector3.new(0, -180, 0)
  3750. Part270.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3751. BlockMesh271.Parent = Part270
  3752. Part272.Parent = Model0
  3753. Part272.Material = Enum.Material.Metal
  3754. Part272.BrickColor = BrickColor.new("Grime")
  3755. Part272.Rotation = Vector3.new(180, 0, -180)
  3756. Part272.FormFactor = Enum.FormFactor.Custom
  3757. Part272.Size = Vector3.new(9.40000057, 3.19999981, 5.20000029)
  3758. Part272.CFrame = CFrame.new(-22.2094765, 6.40075827, 38.8604355, -1, 7.93084837e-06, -3.66540953e-05, 8.22882612e-06, 1, -1.67581202e-05, 4.26486076e-05, -1.25390716e-05, -1)
  3759. Part272.BackSurface = Enum.SurfaceType.Weld
  3760. Part272.BottomSurface = Enum.SurfaceType.Weld
  3761. Part272.FrontSurface = Enum.SurfaceType.Weld
  3762. Part272.LeftSurface = Enum.SurfaceType.Weld
  3763. Part272.RightSurface = Enum.SurfaceType.Weld
  3764. Part272.TopSurface = Enum.SurfaceType.Weld
  3765. Part272.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3766. Part272.Position = Vector3.new(-22.2094765, 6.40075827, 38.8604355)
  3767. Part272.Orientation = Vector3.new(0, -180, 0)
  3768. Part272.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3769. BlockMesh273.Parent = Part272
  3770. Part274.Parent = Model0
  3771. Part274.Material = Enum.Material.Metal
  3772. Part274.BrickColor = BrickColor.new("Grime")
  3773. Part274.Rotation = Vector3.new(-180, -0.00999999978, -180)
  3774. Part274.CanCollide = false
  3775. Part274.FormFactor = Enum.FormFactor.Custom
  3776. Part274.Size = Vector3.new(0.200000003, 4.19999981, 4.4000001)
  3777. Part274.CFrame = CFrame.new(-16.8093033, 8.10082817, 44.0597496, -1, 1.14173636e-05, -0.000108378299, 1.16978508e-05, 1, 3.53243195e-05, 0.00011410701, 3.93551636e-05, -1)
  3778. Part274.BackSurface = Enum.SurfaceType.Weld
  3779. Part274.BottomSurface = Enum.SurfaceType.Weld
  3780. Part274.FrontSurface = Enum.SurfaceType.Weld
  3781. Part274.LeftSurface = Enum.SurfaceType.Weld
  3782. Part274.RightSurface = Enum.SurfaceType.Weld
  3783. Part274.TopSurface = Enum.SurfaceType.Weld
  3784. Part274.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3785. Part274.Position = Vector3.new(-16.8093033, 8.10082817, 44.0597496)
  3786. Part274.Orientation = Vector3.new(0, -179.98999, 0)
  3787. Part274.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3788. BlockMesh275.Parent = Part274
  3789. Part276.Parent = Model0
  3790. Part276.Material = Enum.Material.Metal
  3791. Part276.BrickColor = BrickColor.new("Grime")
  3792. Part276.Rotation = Vector3.new(-180, 0, -180)
  3793. Part276.CanCollide = false
  3794. Part276.FormFactor = Enum.FormFactor.Custom
  3795. Part276.Size = Vector3.new(0.799999237, 1.40000033, 0.400000006)
  3796. Part276.CFrame = CFrame.new(-17.1096954, 6.70062399, 31.2602272, -1, 7.63167918e-06, -3.04036766e-05, 7.79194579e-06, 0.999991715, 1.59272313e-05, 3.37147576e-05, 1.81469222e-05, -1.00000143)
  3797. Part276.BackSurface = Enum.SurfaceType.Weld
  3798. Part276.BottomSurface = Enum.SurfaceType.Weld
  3799. Part276.FrontSurface = Enum.SurfaceType.Weld
  3800. Part276.LeftSurface = Enum.SurfaceType.Weld
  3801. Part276.RightSurface = Enum.SurfaceType.Weld
  3802. Part276.TopSurface = Enum.SurfaceType.Weld
  3803. Part276.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3804. Part276.Position = Vector3.new(-17.1096954, 6.70062399, 31.2602272)
  3805. Part276.Orientation = Vector3.new(0, -180, 0)
  3806. Part276.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3807. BlockMesh277.Parent = Part276
  3808. Part278.Parent = Model0
  3809. Part278.Material = Enum.Material.Metal
  3810. Part278.BrickColor = BrickColor.new("Grime")
  3811. Part278.Rotation = Vector3.new(180, 0, -180)
  3812. Part278.CanCollide = false
  3813. Part278.FormFactor = Enum.FormFactor.Custom
  3814. Part278.Size = Vector3.new(0.799999714, 1.39999998, 0.400000006)
  3815. Part278.CFrame = CFrame.new(-17.1098671, 6.70034742, 46.4597092, -1, 9.67943106e-06, -6.97521682e-05, 9.97899224e-06, 1, -1.5873462e-05, 7.57688613e-05, -1.16392221e-05, -1)
  3816. Part278.BackSurface = Enum.SurfaceType.Weld
  3817. Part278.BottomSurface = Enum.SurfaceType.Weld
  3818. Part278.FrontSurface = Enum.SurfaceType.Weld
  3819. Part278.LeftSurface = Enum.SurfaceType.Weld
  3820. Part278.RightSurface = Enum.SurfaceType.Weld
  3821. Part278.TopSurface = Enum.SurfaceType.Weld
  3822. Part278.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3823. Part278.Position = Vector3.new(-17.1098671, 6.70034742, 46.4597092)
  3824. Part278.Orientation = Vector3.new(0, -180, 0)
  3825. Part278.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3826. BlockMesh279.Parent = Part278
  3827. Part280.Parent = Model0
  3828. Part280.Material = Enum.Material.Metal
  3829. Part280.BrickColor = BrickColor.new("Grime")
  3830. Part280.Rotation = Vector3.new(180, 0, -180)
  3831. Part280.CanCollide = false
  3832. Part280.FormFactor = Enum.FormFactor.Custom
  3833. Part280.Size = Vector3.new(4, 3.60000014, 0.400000006)
  3834. Part280.CFrame = CFrame.new(-23.5096321, 6.40070248, 36.0604095, -1, 7.78029607e-06, -3.33969365e-05, 8.37296375e-06, 1, -1.92508596e-05, 4.53305838e-05, -1.08514441e-05, -1)
  3835. Part280.BackSurface = Enum.SurfaceType.Weld
  3836. Part280.BottomSurface = Enum.SurfaceType.Weld
  3837. Part280.FrontSurface = Enum.SurfaceType.Weld
  3838. Part280.LeftSurface = Enum.SurfaceType.Weld
  3839. Part280.RightSurface = Enum.SurfaceType.Weld
  3840. Part280.TopSurface = Enum.SurfaceType.Weld
  3841. Part280.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3842. Part280.Position = Vector3.new(-23.5096321, 6.40070248, 36.0604095)
  3843. Part280.Orientation = Vector3.new(0, -180, 0)
  3844. Part280.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3845. BlockMesh281.Parent = Part280
  3846. Part282.Parent = Model0
  3847. Part282.Material = Enum.Material.Metal
  3848. Part282.BrickColor = BrickColor.new("Grime")
  3849. Part282.Rotation = Vector3.new(-180, 0, -180)
  3850. Part282.CanCollide = false
  3851. Part282.FormFactor = Enum.FormFactor.Custom
  3852. Part282.Size = Vector3.new(1.00000012, 2.20000005, 5.19999981)
  3853. Part282.CFrame = CFrame.new(-26.0093632, 6.30065203, 33.6606827, -1, 9.146097e-06, -6.23015076e-05, 9.88777356e-06, 0.999991715, 1.19247252e-05, 7.7335586e-05, 2.23954721e-05, -1.00000143)
  3854. Part282.BackSurface = Enum.SurfaceType.Weld
  3855. Part282.BottomSurface = Enum.SurfaceType.Weld
  3856. Part282.FrontSurface = Enum.SurfaceType.Weld
  3857. Part282.LeftSurface = Enum.SurfaceType.Weld
  3858. Part282.RightSurface = Enum.SurfaceType.Weld
  3859. Part282.TopSurface = Enum.SurfaceType.Weld
  3860. Part282.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3861. Part282.Position = Vector3.new(-26.0093632, 6.30065203, 33.6606827)
  3862. Part282.Orientation = Vector3.new(0, -180, 0)
  3863. Part282.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3864. BlockMesh283.Parent = Part282
  3865. Part284.Parent = Model0
  3866. Part284.Material = Enum.Material.Metal
  3867. Part284.BrickColor = BrickColor.new("Grime")
  3868. Part284.Rotation = Vector3.new(-180, 0, -180)
  3869. Part284.FormFactor = Enum.FormFactor.Custom
  3870. Part284.Size = Vector3.new(0.400000095, 0.800000072, 5.19999981)
  3871. Part284.CFrame = CFrame.new(-26.7099648, 4.40034389, 38.8601379, -1, 6.28535236e-06, -2.60919842e-06, 6.58271165e-06, 1, 1.62551987e-06, 8.60384898e-06, 5.84486224e-06, -1)
  3872. Part284.BackSurface = Enum.SurfaceType.Weld
  3873. Part284.BottomSurface = Enum.SurfaceType.Weld
  3874. Part284.FrontSurface = Enum.SurfaceType.Weld
  3875. Part284.LeftSurface = Enum.SurfaceType.Weld
  3876. Part284.RightSurface = Enum.SurfaceType.Weld
  3877. Part284.TopSurface = Enum.SurfaceType.Weld
  3878. Part284.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3879. Part284.Position = Vector3.new(-26.7099648, 4.40034389, 38.8601379)
  3880. Part284.Orientation = Vector3.new(0, -180, 0)
  3881. Part284.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3882. BlockMesh285.Parent = Part284
  3883. Part286.Parent = Model0
  3884. Part286.Material = Enum.Material.Metal
  3885. Part286.BrickColor = BrickColor.new("Grime")
  3886. Part286.Rotation = Vector3.new(-180, -0.00999999978, -180)
  3887. Part286.CanCollide = false
  3888. Part286.FormFactor = Enum.FormFactor.Custom
  3889. Part286.Size = Vector3.new(1.00000012, 2.20000005, 5.19999981)
  3890. Part286.CFrame = CFrame.new(-26.0095215, 6.30111074, 44.0606766, -1, 9.61294518e-06, -0.000103726969, 9.90486296e-06, 1, 5.2497966e-05, 0.000109722117, 5.67162788e-05, -1)
  3891. Part286.BackSurface = Enum.SurfaceType.Weld
  3892. Part286.BottomSurface = Enum.SurfaceType.Weld
  3893. Part286.FrontSurface = Enum.SurfaceType.Weld
  3894. Part286.LeftSurface = Enum.SurfaceType.Weld
  3895. Part286.RightSurface = Enum.SurfaceType.Weld
  3896. Part286.TopSurface = Enum.SurfaceType.Weld
  3897. Part286.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3898. Part286.Position = Vector3.new(-26.0095215, 6.30111074, 44.0606766)
  3899. Part286.Orientation = Vector3.new(0, -179.98999, 0)
  3900. Part286.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3901. BlockMesh287.Parent = Part286
  3902. Part288.Name = "Brick"
  3903. Part288.Parent = Model0
  3904. Part288.Material = Enum.Material.Metal
  3905. Part288.BrickColor = BrickColor.new("Grime")
  3906. Part288.Transparency = 1
  3907. Part288.Rotation = Vector3.new(-98.1199951, 0, -180)
  3908. Part288.CanCollide = false
  3909. Part288.FormFactor = Enum.FormFactor.Custom
  3910. Part288.Size = Vector3.new(2, 0.200000003, 1.19999993)
  3911. Part288.CFrame = CFrame.new(-15.1093197, 9.22394657, 46.3002548, -1, 2.23412426e-05, -2.27283726e-06, 1.46798811e-06, 0.141308457, 0.989965618, 3.3739394e-05, 0.98996681, -0.141300574)
  3912. Part288.BackSurface = Enum.SurfaceType.Weld
  3913. Part288.BottomSurface = Enum.SurfaceType.Weld
  3914. Part288.FrontSurface = Enum.SurfaceType.Weld
  3915. Part288.LeftSurface = Enum.SurfaceType.Weld
  3916. Part288.RightSurface = Enum.SurfaceType.Weld
  3917. Part288.TopSurface = Enum.SurfaceType.Weld
  3918. Part288.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3919. Part288.Position = Vector3.new(-15.1093197, 9.22394657, 46.3002548)
  3920. Part288.Orientation = Vector3.new(-81.8799973, -180, 0)
  3921. Part288.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3922. BlockMesh289.Parent = Part288
  3923. BlockMesh289.Offset = Vector3.new(0, -0.189999998, 0)
  3924. Part290.Parent = Model0
  3925. Part290.Material = Enum.Material.Metal
  3926. Part290.BrickColor = BrickColor.new("Grime")
  3927. Part290.Rotation = Vector3.new(180, 0, -180)
  3928. Part290.FormFactor = Enum.FormFactor.Custom
  3929. Part290.Size = Vector3.new(0.400000095, 1.20000005, 5.19999981)
  3930. Part290.CFrame = CFrame.new(-26.709795, 4.60025549, 33.6601105, -1, 6.28825137e-06, -2.67255018e-06, 6.58563977e-06, 1, -9.30688202e-06, 8.66713162e-06, -5.08754056e-06, -1)
  3931. Part290.BackSurface = Enum.SurfaceType.Weld
  3932. Part290.BottomSurface = Enum.SurfaceType.Weld
  3933. Part290.FrontSurface = Enum.SurfaceType.Weld
  3934. Part290.LeftSurface = Enum.SurfaceType.Weld
  3935. Part290.RightSurface = Enum.SurfaceType.Weld
  3936. Part290.TopSurface = Enum.SurfaceType.Weld
  3937. Part290.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3938. Part290.Position = Vector3.new(-26.709795, 4.60025549, 33.6601105)
  3939. Part290.Orientation = Vector3.new(0, -180, 0)
  3940. Part290.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3941. BlockMesh291.Parent = Part290
  3942. Part292.Parent = Model0
  3943. Part292.Material = Enum.Material.Metal
  3944. Part292.BrickColor = BrickColor.new("Grime")
  3945. Part292.Rotation = Vector3.new(180, 0, -180)
  3946. Part292.FormFactor = Enum.FormFactor.Custom
  3947. Part292.Size = Vector3.new(0.400000095, 1.20000005, 5.19999981)
  3948. Part292.CFrame = CFrame.new(-26.7098675, 4.60042572, 44.0601082, -1, 6.28825137e-06, -2.67255018e-06, 6.58563977e-06, 1, -9.30688202e-06, 8.66713162e-06, -5.08754056e-06, -1)
  3949. Part292.BackSurface = Enum.SurfaceType.Weld
  3950. Part292.BottomSurface = Enum.SurfaceType.Weld
  3951. Part292.FrontSurface = Enum.SurfaceType.Weld
  3952. Part292.LeftSurface = Enum.SurfaceType.Weld
  3953. Part292.RightSurface = Enum.SurfaceType.Weld
  3954. Part292.TopSurface = Enum.SurfaceType.Weld
  3955. Part292.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3956. Part292.Position = Vector3.new(-26.7098675, 4.60042572, 44.0601082)
  3957. Part292.Orientation = Vector3.new(0, -180, 0)
  3958. Part292.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3959. BlockMesh293.Parent = Part292
  3960. WedgePart294.Parent = Model0
  3961. WedgePart294.Material = Enum.Material.Metal
  3962. WedgePart294.BrickColor = BrickColor.new("Grime")
  3963. WedgePart294.Rotation = Vector3.new(90, 0, -180)
  3964. WedgePart294.FormFactor = Enum.FormFactor.Custom
  3965. WedgePart294.Size = Vector3.new(22, 1.80000019, 0.800000131)
  3966. WedgePart294.CFrame = CFrame.new(-5.71021032, 8.60006523, 39.9598465, -1, 1.67611997e-05, -5.35971367e-06, 5.73934039e-06, 2.4999847e-06, -0.99999088, -9.10116614e-06, -1.00000012, -7.8765861e-06)
  3967. WedgePart294.BackSurface = Enum.SurfaceType.Weld
  3968. WedgePart294.BottomSurface = Enum.SurfaceType.Weld
  3969. WedgePart294.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3970. WedgePart294.Position = Vector3.new(-5.71021032, 8.60006523, 39.9598465)
  3971. WedgePart294.Orientation = Vector3.new(89.7599945, -145.770004, 66.4599991)
  3972. WedgePart294.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3973. SpecialMesh295.Parent = WedgePart294
  3974. SpecialMesh295.MeshType = Enum.MeshType.Wedge
  3975. WedgePart296.Parent = Model0
  3976. WedgePart296.Material = Enum.Material.Metal
  3977. WedgePart296.BrickColor = BrickColor.new("Grime")
  3978. WedgePart296.Rotation = Vector3.new(90, 0, 0)
  3979. WedgePart296.CanCollide = false
  3980. WedgePart296.FormFactor = Enum.FormFactor.Custom
  3981. WedgePart296.Size = Vector3.new(11.8000002, 0.400000006, 2.79999995)
  3982. WedgePart296.CFrame = CFrame.new(-10.8102522, 8.80012226, 46.259758, 1, 6.12342228e-06, -6.47552679e-06, -7.03663818e-06, 1.60052878e-05, -1, -1.74245251e-05, 1, 8.05025593e-06)
  3983. WedgePart296.BackSurface = Enum.SurfaceType.Weld
  3984. WedgePart296.BottomSurface = Enum.SurfaceType.Weld
  3985. WedgePart296.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3986. WedgePart296.Position = Vector3.new(-10.8102522, 8.80012226, 46.259758)
  3987. WedgePart296.Orientation = Vector3.new(90, 0, 0)
  3988. WedgePart296.Color = Color3.new(0.498039, 0.556863, 0.392157)
  3989. SpecialMesh297.Parent = WedgePart296
  3990. SpecialMesh297.MeshType = Enum.MeshType.Wedge
  3991. WedgePart298.Parent = Model0
  3992. WedgePart298.Material = Enum.Material.Metal
  3993. WedgePart298.BrickColor = BrickColor.new("Grime")
  3994. WedgePart298.Rotation = Vector3.new(90, 0, 180)
  3995. WedgePart298.FormFactor = Enum.FormFactor.Custom
  3996. WedgePart298.Size = Vector3.new(10.1999998, 0.800000131, 1.00000012)
  3997. WedgePart298.CFrame = CFrame.new(0.190846562, 10.6997681, 41.8599472, -1, -1.71460924e-05, -7.07122672e-06, 7.44470481e-06, 3.71252099e-05, -0.99999088, 2.46954078e-05, -1.00000012, -4.24238897e-05)
  3998. WedgePart298.BackSurface = Enum.SurfaceType.Weld
  3999. WedgePart298.BottomSurface = Enum.SurfaceType.Weld
  4000. WedgePart298.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4001. WedgePart298.Position = Vector3.new(0.190846562, 10.6997681, 41.8599472)
  4002. WedgePart298.Orientation = Vector3.new(89.7599945, -170.539993, 11.3400002)
  4003. WedgePart298.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4004. SpecialMesh299.Parent = WedgePart298
  4005. SpecialMesh299.MeshType = Enum.MeshType.Wedge
  4006. WedgePart300.Parent = Model0
  4007. WedgePart300.Material = Enum.Material.Metal
  4008. WedgePart300.BrickColor = BrickColor.new("Grime")
  4009. WedgePart300.Rotation = Vector3.new(90, 0, 0)
  4010. WedgePart300.FormFactor = Enum.FormFactor.Custom
  4011. WedgePart300.Size = Vector3.new(22, 1.80000019, 0.800000131)
  4012. WedgePart300.CFrame = CFrame.new(-5.70992708, 8.6002655, 37.7604523, 1, -1.69808973e-05, -5.3198155e-06, -5.6994445e-06, -2.58807654e-06, -0.99999088, 9.32086368e-06, 1.00000012, -7.96467884e-06)
  4013. WedgePart300.BackSurface = Enum.SurfaceType.Weld
  4014. WedgePart300.BottomSurface = Enum.SurfaceType.Weld
  4015. WedgePart300.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4016. WedgePart300.Position = Vector3.new(-5.70992708, 8.6002655, 37.7604523)
  4017. WedgePart300.Orientation = Vector3.new(89.7599945, -146.259995, -114.419998)
  4018. WedgePart300.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4019. SpecialMesh301.Parent = WedgePart300
  4020. SpecialMesh301.MeshType = Enum.MeshType.Wedge
  4021. VehicleSeat302.Parent = Model0
  4022. VehicleSeat302.Material = Enum.Material.Metal
  4023. VehicleSeat302.BrickColor = BrickColor.new("Grime")
  4024. VehicleSeat302.Rotation = Vector3.new(0, 90, 0)
  4025. VehicleSeat302.Size = Vector3.new(2, 0.400000006, 2)
  4026. VehicleSeat302.CFrame = CFrame.new(-23.1098289, 4.8003788, 44.0599022, 1.1589701e-05, 5.60266608e-06, 1, -1.12916023e-05, 1, -6.19946923e-06, -1, -2.82160863e-06, -4.43901627e-07)
  4027. VehicleSeat302.TopSurface = Enum.SurfaceType.Weld
  4028. VehicleSeat302.HeadsUpDisplay = false
  4029. VehicleSeat302.MaxSpeed = 35
  4030. VehicleSeat302.Torque = 150
  4031. VehicleSeat302.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4032. VehicleSeat302.Position = Vector3.new(-23.1098289, 4.8003788, 44.0599022)
  4033. VehicleSeat302.Orientation = Vector3.new(0, 90, 0)
  4034. VehicleSeat302.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4035. WedgePart303.Parent = Model0
  4036. WedgePart303.Material = Enum.Material.Metal
  4037. WedgePart303.BrickColor = BrickColor.new("Grime")
  4038. WedgePart303.Rotation = Vector3.new(90, 0, -90)
  4039. WedgePart303.FormFactor = Enum.FormFactor.Custom
  4040. WedgePart303.Size = Vector3.new(5.19999933, 1, 1.20000005)
  4041. WedgePart303.CFrame = CFrame.new(-26.0089417, 4.60056925, 33.6610794, 1.45538397e-05, 1, -7.47078047e-06, -2.20777802e-05, -7.76782235e-06, -1, -1, 8.55936014e-06, 1.78583141e-05)
  4042. WedgePart303.BackSurface = Enum.SurfaceType.Weld
  4043. WedgePart303.BottomSurface = Enum.SurfaceType.Weld
  4044. WedgePart303.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4045. WedgePart303.Position = Vector3.new(-26.0089417, 4.60056925, 33.6610794)
  4046. WedgePart303.Orientation = Vector3.new(90, 90, 0)
  4047. WedgePart303.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4048. SpecialMesh304.Parent = WedgePart303
  4049. SpecialMesh304.MeshType = Enum.MeshType.Wedge
  4050. WedgePart305.Parent = Model0
  4051. WedgePart305.Material = Enum.Material.Metal
  4052. WedgePart305.BrickColor = BrickColor.new("Grime")
  4053. WedgePart305.Rotation = Vector3.new(90, 0, -180)
  4054. WedgePart305.FormFactor = Enum.FormFactor.Custom
  4055. WedgePart305.Size = Vector3.new(22, 0.600000143, 1.20000017)
  4056. WedgePart305.CFrame = CFrame.new(-5.71064138, 9.599576, 41.1605301, -1, 1.17034815e-05, -5.56241639e-06, 5.84649752e-06, -1.99384122e-05, -1, -5.97530743e-06, -1, 1.59061947e-05)
  4057. WedgePart305.BackSurface = Enum.SurfaceType.Weld
  4058. WedgePart305.BottomSurface = Enum.SurfaceType.Weld
  4059. WedgePart305.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4060. WedgePart305.Position = Vector3.new(-5.71064138, 9.599576, 41.1605301)
  4061. WedgePart305.Orientation = Vector3.new(90, 180, 0)
  4062. WedgePart305.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4063. SpecialMesh306.Parent = WedgePart305
  4064. SpecialMesh306.MeshType = Enum.MeshType.Wedge
  4065. WedgePart307.Parent = Model0
  4066. WedgePart307.Material = Enum.Material.Metal
  4067. WedgePart307.BrickColor = BrickColor.new("Grime")
  4068. WedgePart307.Rotation = Vector3.new(90, 0, 0)
  4069. WedgePart307.FormFactor = Enum.FormFactor.Custom
  4070. WedgePart307.Size = Vector3.new(22, 0.600000143, 1.20000017)
  4071. WedgePart307.CFrame = CFrame.new(-5.70935583, 9.60018349, 36.559742, 1, 5.02686817e-06, -6.43432486e-06, -6.48410469e-06, 8.01372698e-06, -1, -6.03618901e-06, 1, 7.30400461e-06)
  4072. WedgePart307.BackSurface = Enum.SurfaceType.Weld
  4073. WedgePart307.BottomSurface = Enum.SurfaceType.Weld
  4074. WedgePart307.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4075. WedgePart307.Position = Vector3.new(-5.70935583, 9.60018349, 36.559742)
  4076. WedgePart307.Orientation = Vector3.new(90, 0, 0)
  4077. WedgePart307.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4078. SpecialMesh308.Parent = WedgePart307
  4079. SpecialMesh308.MeshType = Enum.MeshType.Wedge
  4080. WedgePart309.Parent = Model0
  4081. WedgePart309.Material = Enum.Material.Metal
  4082. WedgePart309.BrickColor = BrickColor.new("Grime")
  4083. WedgePart309.Rotation = Vector3.new(90, 0, 0)
  4084. WedgePart309.FormFactor = Enum.FormFactor.Custom
  4085. WedgePart309.Size = Vector3.new(10.1999998, 0.800000131, 1.00000012)
  4086. WedgePart309.CFrame = CFrame.new(0.190338731, 10.7001028, 35.8596039, 1, 1.73247045e-05, -6.91621926e-06, -7.28482382e-06, -3.32206264e-06, -0.99999088, -2.47628068e-05, 1.00000012, -8.54242353e-06)
  4087. WedgePart309.BackSurface = Enum.SurfaceType.Weld
  4088. WedgePart309.BottomSurface = Enum.SurfaceType.Weld
  4089. WedgePart309.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4090. WedgePart309.Position = Vector3.new(0.190338731, 10.7001028, 35.8596039)
  4091. WedgePart309.Orientation = Vector3.new(89.7599945, -141.009995, -114.509995)
  4092. WedgePart309.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4093. SpecialMesh310.Parent = WedgePart309
  4094. SpecialMesh310.MeshType = Enum.MeshType.Wedge
  4095. WedgePart311.Parent = Model0
  4096. WedgePart311.Material = Enum.Material.Metal
  4097. WedgePart311.BrickColor = BrickColor.new("Grime")
  4098. WedgePart311.Rotation = Vector3.new(-90, 0, 90)
  4099. WedgePart311.FormFactor = Enum.FormFactor.Custom
  4100. WedgePart311.Size = Vector3.new(5.19999981, 1.39999998, 1.19999993)
  4101. WedgePart311.CFrame = CFrame.new(-26.2100182, 3.40037513, 33.6596451, -3.40397423e-06, -1, 6.33939817e-06, -9.03184537e-06, 6.52432982e-06, 1, -1, 7.16618433e-06, -6.38741267e-06)
  4102. WedgePart311.BackSurface = Enum.SurfaceType.Weld
  4103. WedgePart311.BottomSurface = Enum.SurfaceType.Weld
  4104. WedgePart311.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4105. WedgePart311.Position = Vector3.new(-26.2100182, 3.40037513, 33.6596451)
  4106. WedgePart311.Orientation = Vector3.new(-90, 90, 0)
  4107. WedgePart311.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4108. SpecialMesh312.Parent = WedgePart311
  4109. SpecialMesh312.MeshType = Enum.MeshType.Wedge
  4110. WedgePart313.Parent = Model0
  4111. WedgePart313.Material = Enum.Material.Metal
  4112. WedgePart313.BrickColor = BrickColor.new("Grime")
  4113. WedgePart313.Rotation = Vector3.new(90, 0, 0)
  4114. WedgePart313.FormFactor = Enum.FormFactor.Custom
  4115. WedgePart313.Size = Vector3.new(10.1999998, 1.60000014, 1.00000012)
  4116. WedgePart313.CFrame = CFrame.new(0.190321803, 10.6997337, 45.8596458, 1, 1.71271968e-05, -7.04050763e-06, -7.41398344e-06, -3.73043003e-05, -0.99999088, -2.46765048e-05, 1.00000012, -4.26029837e-05)
  4117. WedgePart313.BackSurface = Enum.SurfaceType.Weld
  4118. WedgePart313.BottomSurface = Enum.SurfaceType.Weld
  4119. WedgePart313.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4120. WedgePart313.Position = Vector3.new(0.190321803, 10.6997337, 45.8596458)
  4121. WedgePart313.Orientation = Vector3.new(89.7599945, -170.619995, -168.759995)
  4122. WedgePart313.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4123. SpecialMesh314.Parent = WedgePart313
  4124. SpecialMesh314.MeshType = Enum.MeshType.Wedge
  4125. WedgePart315.Parent = Model0
  4126. WedgePart315.Material = Enum.Material.Metal
  4127. WedgePart315.BrickColor = BrickColor.new("Grime")
  4128. WedgePart315.Rotation = Vector3.new(-90, 0, 90)
  4129. WedgePart315.FormFactor = Enum.FormFactor.Custom
  4130. WedgePart315.Size = Vector3.new(5.19999981, 1.39999998, 1.19999993)
  4131. WedgePart315.CFrame = CFrame.new(-26.2097702, 3.40055323, 44.0597954, 3.44685832e-05, -1, 5.8018918e-06, -6.04491834e-06, 5.80168262e-06, 1, -1, -3.44686086e-05, -6.04471643e-06)
  4132. WedgePart315.BackSurface = Enum.SurfaceType.Weld
  4133. WedgePart315.BottomSurface = Enum.SurfaceType.Weld
  4134. WedgePart315.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4135. WedgePart315.Position = Vector3.new(-26.2097702, 3.40055323, 44.0597954)
  4136. WedgePart315.Orientation = Vector3.new(-90, 90, 0)
  4137. WedgePart315.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4138. SpecialMesh316.Parent = WedgePart315
  4139. SpecialMesh316.MeshType = Enum.MeshType.Wedge
  4140. WedgePart317.Parent = Model0
  4141. WedgePart317.Material = Enum.Material.Metal
  4142. WedgePart317.BrickColor = BrickColor.new("Grime")
  4143. WedgePart317.Rotation = Vector3.new(180, 90, 0)
  4144. WedgePart317.FormFactor = Enum.FormFactor.Custom
  4145. WedgePart317.Size = Vector3.new(5.19999933, 1.20000005, 1)
  4146. WedgePart317.CFrame = CFrame.new(-26.0099239, 4.60073233, 33.6602364, -1.36232084e-05, -5.66421386e-06, 1, 2.05360793e-05, -1, -5.96129712e-06, 1, 1.63166333e-05, 7.62868513e-06)
  4147. WedgePart317.BottomSurface = Enum.SurfaceType.Weld
  4148. WedgePart317.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4149. WedgePart317.Position = Vector3.new(-26.0099239, 4.60073233, 33.6602364)
  4150. WedgePart317.Orientation = Vector3.new(0, 90, 180)
  4151. WedgePart317.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4152. SpecialMesh318.Parent = WedgePart317
  4153. SpecialMesh318.MeshType = Enum.MeshType.Wedge
  4154. WedgePart319.Parent = Model0
  4155. WedgePart319.Material = Enum.Material.Metal
  4156. WedgePart319.BrickColor = BrickColor.new("Grime")
  4157. WedgePart319.Rotation = Vector3.new(90, 0, -0.00999999978)
  4158. WedgePart319.CanCollide = false
  4159. WedgePart319.FormFactor = Enum.FormFactor.Custom
  4160. WedgePart319.Size = Vector3.new(0.400000006, 0.400000006, 3)
  4161. WedgePart319.CFrame = CFrame.new(-22.7094574, 8.90267277, 46.4604378, 1, 0.000103821971, -1.11975369e-05, -1.19384558e-05, -2.19714639e-06, -1, -0.000118742879, 1, -1.27009662e-05)
  4162. WedgePart319.BackSurface = Enum.SurfaceType.Weld
  4163. WedgePart319.BottomSurface = Enum.SurfaceType.Weld
  4164. WedgePart319.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4165. WedgePart319.Position = Vector3.new(-22.7094574, 8.90267277, 46.4604378)
  4166. WedgePart319.Orientation = Vector3.new(90, 0.00999999978, 0)
  4167. WedgePart319.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4168. SpecialMesh320.Parent = WedgePart319
  4169. SpecialMesh320.MeshType = Enum.MeshType.Wedge
  4170. WedgePart321.Parent = Model0
  4171. WedgePart321.Material = Enum.Material.Metal
  4172. WedgePart321.BrickColor = BrickColor.new("Grime")
  4173. WedgePart321.Rotation = Vector3.new(90, 0, 0)
  4174. WedgePart321.CanCollide = false
  4175. WedgePart321.FormFactor = Enum.FormFactor.Custom
  4176. WedgePart321.Size = Vector3.new(0.400000006, 1.20000005, 0.999999821)
  4177. WedgePart321.CFrame = CFrame.new(-25.7095184, 7.90136623, 42.4608383, 1, 7.70654951e-05, -9.90780518e-06, -1.02004242e-05, -6.15640529e-05, -1, -8.3060746e-05, 1, -6.57826022e-05)
  4178. WedgePart321.BackSurface = Enum.SurfaceType.Weld
  4179. WedgePart321.BottomSurface = Enum.SurfaceType.Weld
  4180. WedgePart321.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4181. WedgePart321.Position = Vector3.new(-25.7095184, 7.90136623, 42.4608383)
  4182. WedgePart321.Orientation = Vector3.new(90, 0, 0)
  4183. WedgePart321.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4184. SpecialMesh322.Parent = WedgePart321
  4185. SpecialMesh322.MeshType = Enum.MeshType.Wedge
  4186. WedgePart323.Parent = Model0
  4187. WedgePart323.Material = Enum.Material.Metal
  4188. WedgePart323.BrickColor = BrickColor.new("Grime")
  4189. WedgePart323.Rotation = Vector3.new(90, 0, -90)
  4190. WedgePart323.FormFactor = Enum.FormFactor.Custom
  4191. WedgePart323.Size = Vector3.new(5.19999933, 1, 1.20000005)
  4192. WedgePart323.CFrame = CFrame.new(-26.0092163, 4.60065508, 44.0591469, 1.43750112e-05, 1, -7.43051987e-06, -2.22713134e-05, -7.72756266e-06, -1, -1, 8.38053529e-06, 1.80518491e-05)
  4193. WedgePart323.BackSurface = Enum.SurfaceType.Weld
  4194. WedgePart323.BottomSurface = Enum.SurfaceType.Weld
  4195. WedgePart323.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4196. WedgePart323.Position = Vector3.new(-26.0092163, 4.60065508, 44.0591469)
  4197. WedgePart323.Orientation = Vector3.new(90, 90, 0)
  4198. WedgePart323.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4199. SpecialMesh324.Parent = WedgePart323
  4200. SpecialMesh324.MeshType = Enum.MeshType.Wedge
  4201. WedgePart325.Parent = Model0
  4202. WedgePart325.Material = Enum.Material.Metal
  4203. WedgePart325.BrickColor = BrickColor.new("Grime")
  4204. WedgePart325.Rotation = Vector3.new(-90, 0, 0)
  4205. WedgePart325.CanCollide = false
  4206. WedgePart325.FormFactor = Enum.FormFactor.Custom
  4207. WedgePart325.Size = Vector3.new(0.200000003, 0.200000003, 2.60000014)
  4208. WedgePart325.CFrame = CFrame.new(-16.8097363, 8.70052814, 46.1599655, 1, -2.12305386e-05, 7.18997535e-06, -8.38811684e-06, -4.9342907e-06, 1, -4.53438988e-05, -1, 1.20436125e-05)
  4209. WedgePart325.BackSurface = Enum.SurfaceType.Weld
  4210. WedgePart325.BottomSurface = Enum.SurfaceType.Weld
  4211. WedgePart325.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4212. WedgePart325.Position = Vector3.new(-16.8097363, 8.70052814, 46.1599655)
  4213. WedgePart325.Orientation = Vector3.new(-90, 0, 0)
  4214. WedgePart325.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4215. SpecialMesh326.Parent = WedgePart325
  4216. SpecialMesh326.MeshType = Enum.MeshType.Wedge
  4217. WedgePart327.Parent = Model0
  4218. WedgePart327.Material = Enum.Material.Metal
  4219. WedgePart327.BrickColor = BrickColor.new("Grime")
  4220. WedgePart327.Rotation = Vector3.new(-90, 0, 0)
  4221. WedgePart327.CanCollide = false
  4222. WedgePart327.FormFactor = Enum.FormFactor.Custom
  4223. WedgePart327.Size = Vector3.new(0.200000003, 0.200000003, 2.60000014)
  4224. WedgePart327.CFrame = CFrame.new(-19.6100292, 8.70045471, 46.1600151, 1, -2.11709685e-05, 7.23711082e-06, -8.43528869e-06, -6.71051566e-06, 1, -4.52843196e-05, -1, 1.02673966e-05)
  4225. WedgePart327.BackSurface = Enum.SurfaceType.Weld
  4226. WedgePart327.BottomSurface = Enum.SurfaceType.Weld
  4227. WedgePart327.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4228. WedgePart327.Position = Vector3.new(-19.6100292, 8.70045471, 46.1600151)
  4229. WedgePart327.Orientation = Vector3.new(-90, 0, 0)
  4230. WedgePart327.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4231. SpecialMesh328.Parent = WedgePart327
  4232. SpecialMesh328.MeshType = Enum.MeshType.Wedge
  4233. WedgePart329.Parent = Model0
  4234. WedgePart329.Material = Enum.Material.Metal
  4235. WedgePart329.BrickColor = BrickColor.new("Grime")
  4236. WedgePart329.Rotation = Vector3.new(90, 0, -0.00999999978)
  4237. WedgePart329.CanCollide = false
  4238. WedgePart329.FormFactor = Enum.FormFactor.Custom
  4239. WedgePart329.Size = Vector3.new(0.200000003, 0.400000006, 3)
  4240. WedgePart329.CFrame = CFrame.new(-16.8093224, 8.90175629, 46.4594421, 1, 9.91064226e-05, -1.10202109e-05, -1.22203146e-05, 2.08557285e-05, -1, -0.000123219652, 1, 3.87895125e-06)
  4241. WedgePart329.BackSurface = Enum.SurfaceType.Weld
  4242. WedgePart329.BottomSurface = Enum.SurfaceType.Weld
  4243. WedgePart329.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4244. WedgePart329.Position = Vector3.new(-16.8093224, 8.90175629, 46.4594421)
  4245. WedgePart329.Orientation = Vector3.new(90, 0.00999999978, 0)
  4246. WedgePart329.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4247. SpecialMesh330.Parent = WedgePart329
  4248. SpecialMesh330.MeshType = Enum.MeshType.Wedge
  4249. WedgePart331.Parent = Model0
  4250. WedgePart331.Material = Enum.Material.Metal
  4251. WedgePart331.BrickColor = BrickColor.new("Grime")
  4252. WedgePart331.Rotation = Vector3.new(180, -90, 0)
  4253. WedgePart331.FormFactor = Enum.FormFactor.Custom
  4254. WedgePart331.Size = Vector3.new(5.19999886, 2, 1.79999995)
  4255. WedgePart331.CFrame = CFrame.new(-16.609787, 5.0004549, 33.6600304, -4.89594822e-06, -6.62594812e-06, -1, -8.07483866e-06, -0.999996543, 6.68015446e-06, -1, 7.30284228e-06, 5.9940694e-06)
  4256. WedgePart331.BottomSurface = Enum.SurfaceType.Smooth
  4257. WedgePart331.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4258. WedgePart331.Position = Vector3.new(-16.609787, 5.0004549, 33.6600304)
  4259. WedgePart331.Orientation = Vector3.new(0, -90, -180)
  4260. WedgePart331.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4261. SpecialMesh332.Parent = WedgePart331
  4262. SpecialMesh332.MeshType = Enum.MeshType.Wedge
  4263. WedgePart333.Parent = Model0
  4264. WedgePart333.Material = Enum.Material.Metal
  4265. WedgePart333.BrickColor = BrickColor.new("Grime")
  4266. WedgePart333.Rotation = Vector3.new(180, 90, 0)
  4267. WedgePart333.FormFactor = Enum.FormFactor.Custom
  4268. WedgePart333.Size = Vector3.new(5.19999933, 1.20000005, 1)
  4269. WedgePart333.CFrame = CFrame.new(-26.00951, 4.60169315, 44.0594978, -7.2284929e-06, -6.09822428e-06, 1, 1.73822391e-05, -1, -6.69012343e-06, 1, 8.98247345e-06, -4.70518717e-06)
  4270. WedgePart333.BottomSurface = Enum.SurfaceType.Weld
  4271. WedgePart333.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4272. WedgePart333.Position = Vector3.new(-26.00951, 4.60169315, 44.0594978)
  4273. WedgePart333.Orientation = Vector3.new(0, 90, 180)
  4274. WedgePart333.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4275. SpecialMesh334.Parent = WedgePart333
  4276. SpecialMesh334.MeshType = Enum.MeshType.Wedge
  4277. WedgePart335.Parent = Model0
  4278. WedgePart335.Material = Enum.Material.Metal
  4279. WedgePart335.BrickColor = BrickColor.new("Grime")
  4280. WedgePart335.Rotation = Vector3.new(-90, 0, 0)
  4281. WedgePart335.CanCollide = false
  4282. WedgePart335.FormFactor = Enum.FormFactor.Custom
  4283. WedgePart335.Size = Vector3.new(0.400000006, 0.200000003, 2.60000014)
  4284. WedgePart335.CFrame = CFrame.new(-22.7096386, 8.70049095, 46.1598549, 1, 1.37711768e-05, 5.43959368e-06, -6.180333e-06, -2.95906248e-05, 1, -1.14948455e-06, -1, -1.90853934e-05)
  4285. WedgePart335.BackSurface = Enum.SurfaceType.Weld
  4286. WedgePart335.BottomSurface = Enum.SurfaceType.Weld
  4287. WedgePart335.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4288. WedgePart335.Position = Vector3.new(-22.7096386, 8.70049095, 46.1598549)
  4289. WedgePart335.Orientation = Vector3.new(-90, 0, 0)
  4290. WedgePart335.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4291. SpecialMesh336.Parent = WedgePart335
  4292. SpecialMesh336.MeshType = Enum.MeshType.Wedge
  4293. WedgePart337.Parent = Model0
  4294. WedgePart337.Material = Enum.Material.Metal
  4295. WedgePart337.BrickColor = BrickColor.new("Grime")
  4296. WedgePart337.Rotation = Vector3.new(90, 0, -0.00999999978)
  4297. WedgePart337.CanCollide = false
  4298. WedgePart337.FormFactor = Enum.FormFactor.Custom
  4299. WedgePart337.Size = Vector3.new(0.200000003, 0.400000006, 3)
  4300. WedgePart337.CFrame = CFrame.new(-19.6093693, 8.90126038, 46.4600639, 1, 9.91061097e-05, -1.10227156e-05, -1.22186893e-05, -2.08033562e-05, -1, -0.000123219797, 1, -3.77801443e-05)
  4301. WedgePart337.BackSurface = Enum.SurfaceType.Weld
  4302. WedgePart337.BottomSurface = Enum.SurfaceType.Weld
  4303. WedgePart337.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4304. WedgePart337.Position = Vector3.new(-19.6093693, 8.90126038, 46.4600639)
  4305. WedgePart337.Orientation = Vector3.new(90, 0.00999999978, 0)
  4306. WedgePart337.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4307. SpecialMesh338.Parent = WedgePart337
  4308. SpecialMesh338.MeshType = Enum.MeshType.Wedge
  4309. Part339.Parent = Model0
  4310. Part339.Material = Enum.Material.Metal
  4311. Part339.BrickColor = BrickColor.new("Grime")
  4312. Part339.Rotation = Vector3.new(-180, 0, -180)
  4313. Part339.FormFactor = Enum.FormFactor.Custom
  4314. Part339.Size = Vector3.new(5.59999943, 0.799999952, 1.80000031)
  4315. Part339.CFrame = CFrame.new(14.889924, 8.40013981, 32.9597015, -1, 8.84130441e-06, -5.35144209e-05, 8.93794913e-06, 1, 8.40500434e-06, 5.54899634e-05, 9.79304605e-06, -1)
  4316. Part339.BackSurface = Enum.SurfaceType.Weld
  4317. Part339.BottomSurface = Enum.SurfaceType.Weld
  4318. Part339.FrontSurface = Enum.SurfaceType.Weld
  4319. Part339.LeftSurface = Enum.SurfaceType.Weld
  4320. Part339.RightSurface = Enum.SurfaceType.Weld
  4321. Part339.TopSurface = Enum.SurfaceType.Weld
  4322. Part339.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4323. Part339.Position = Vector3.new(14.889924, 8.40013981, 32.9597015)
  4324. Part339.Orientation = Vector3.new(0, -180, 0)
  4325. Part339.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4326. BlockMesh340.Parent = Part339
  4327. Part341.Parent = Model0
  4328. Part341.Material = Enum.Material.Metal
  4329. Part341.BrickColor = BrickColor.new("Grime")
  4330. Part341.Rotation = Vector3.new(-180, 0, -180)
  4331. Part341.CanCollide = false
  4332. Part341.FormFactor = Enum.FormFactor.Custom
  4333. Part341.Size = Vector3.new(0.399999231, 0.799999893, 5.19999981)
  4334. Part341.CFrame = CFrame.new(-4.109828, 4.80027628, 44.0599098, -1, 6.43371504e-06, -5.15642932e-06, 6.81323763e-06, 0.99999088, 1.01975102e-05, 1.28165175e-05, 1.5574049e-05, -1.00000012)
  4335. Part341.BackSurface = Enum.SurfaceType.Weld
  4336. Part341.BottomSurface = Enum.SurfaceType.Weld
  4337. Part341.FrontSurface = Enum.SurfaceType.Weld
  4338. Part341.LeftSurface = Enum.SurfaceType.Weld
  4339. Part341.RightSurface = Enum.SurfaceType.Weld
  4340. Part341.TopSurface = Enum.SurfaceType.Weld
  4341. Part341.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4342. Part341.Position = Vector3.new(-4.109828, 4.80027628, 44.0599098)
  4343. Part341.Orientation = Vector3.new(0, -180, 0)
  4344. Part341.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4345. BlockMesh342.Parent = Part341
  4346. Part343.Parent = Model0
  4347. Part343.Material = Enum.Material.Metal
  4348. Part343.BrickColor = BrickColor.new("Grime")
  4349. Part343.Rotation = Vector3.new(180, 0, -180)
  4350. Part343.CanCollide = false
  4351. Part343.FormFactor = Enum.FormFactor.Custom
  4352. Part343.Size = Vector3.new(11.8000002, 0.799999952, 5.20000029)
  4353. Part343.CFrame = CFrame.new(11.190012, 7.60010147, 33.6598129, -1, 6.97483983e-06, -1.60322234e-05, 7.09157848e-06, 1, -2.91726792e-07, 1.8407216e-05, 1.37750521e-06, -1)
  4354. Part343.BackSurface = Enum.SurfaceType.Weld
  4355. Part343.BottomSurface = Enum.SurfaceType.Weld
  4356. Part343.FrontSurface = Enum.SurfaceType.Weld
  4357. Part343.LeftSurface = Enum.SurfaceType.Weld
  4358. Part343.RightSurface = Enum.SurfaceType.Weld
  4359. Part343.TopSurface = Enum.SurfaceType.Weld
  4360. Part343.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4361. Part343.Position = Vector3.new(11.190012, 7.60010147, 33.6598129)
  4362. Part343.Orientation = Vector3.new(0, -180, 0)
  4363. Part343.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4364. BlockMesh344.Parent = Part343
  4365. Part345.Parent = Model0
  4366. Part345.Material = Enum.Material.Metal
  4367. Part345.BrickColor = BrickColor.new("Grime")
  4368. Part345.Rotation = Vector3.new(180, 0, -180)
  4369. Part345.CanCollide = false
  4370. Part345.FormFactor = Enum.FormFactor.Custom
  4371. Part345.Size = Vector3.new(1.79999959, 0.799999952, 5.20000029)
  4372. Part345.CFrame = CFrame.new(16.189827, 7.60006905, 38.8596954, -1, 6.02205955e-06, 3.12409975e-06, 6.11911082e-06, 1, -1.37809102e-05, -1.14872091e-06, -1.23923655e-05, -1)
  4373. Part345.BackSurface = Enum.SurfaceType.Weld
  4374. Part345.BottomSurface = Enum.SurfaceType.Weld
  4375. Part345.FrontSurface = Enum.SurfaceType.Weld
  4376. Part345.LeftSurface = Enum.SurfaceType.Weld
  4377. Part345.RightSurface = Enum.SurfaceType.Weld
  4378. Part345.TopSurface = Enum.SurfaceType.Weld
  4379. Part345.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4380. Part345.Position = Vector3.new(16.189827, 7.60006905, 38.8596954)
  4381. Part345.Orientation = Vector3.new(0, 180, 0)
  4382. Part345.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4383. BlockMesh346.Parent = Part345
  4384. Part347.Parent = Model0
  4385. Part347.Material = Enum.Material.Metal
  4386. Part347.BrickColor = BrickColor.new("Grime")
  4387. Part347.Rotation = Vector3.new(180, 0, -180)
  4388. Part347.FormFactor = Enum.FormFactor.Custom
  4389. Part347.Size = Vector3.new(13.1999998, 1.59999967, 3.60000038)
  4390. Part347.CFrame = CFrame.new(-10.9098253, 3.60021257, 34.460022, -1, 6.43994736e-06, -5.3034978e-06, 6.4623523e-06, 1, -7.84834992e-06, 5.75847071e-06, -7.52855431e-06, -1)
  4391. Part347.BackSurface = Enum.SurfaceType.Weld
  4392. Part347.BottomSurface = Enum.SurfaceType.Weld
  4393. Part347.FrontSurface = Enum.SurfaceType.Weld
  4394. Part347.LeftSurface = Enum.SurfaceType.Weld
  4395. Part347.RightSurface = Enum.SurfaceType.Weld
  4396. Part347.TopSurface = Enum.SurfaceType.Weld
  4397. Part347.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4398. Part347.Position = Vector3.new(-10.9098253, 3.60021257, 34.460022)
  4399. Part347.Orientation = Vector3.new(0, -180, 0)
  4400. Part347.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4401. BlockMesh348.Parent = Part347
  4402. BlockMesh348.Offset = Vector3.new(0, 0.800000012, 0)
  4403. BlockMesh348.Scale = Vector3.new(1.10000002, 2, 1)
  4404. BlockMesh348.Scale = Vector3.new(1.10000002, 2, 1)
  4405. Part349.Parent = Model0
  4406. Part349.Material = Enum.Material.Metal
  4407. Part349.BrickColor = BrickColor.new("Grime")
  4408. Part349.Rotation = Vector3.new(-180, 0, -180)
  4409. Part349.CanCollide = false
  4410. Part349.FormFactor = Enum.FormFactor.Custom
  4411. Part349.Size = Vector3.new(0.800000191, 1.40000021, 5.19999981)
  4412. Part349.CFrame = CFrame.new(16.6903687, 6.50005674, 33.6597786, -1, 7.3178353e-06, -2.29274719e-05, 7.57607449e-06, 1, 1.38828382e-05, 2.81880748e-05, 1.75801961e-05, -1)
  4413. Part349.BackSurface = Enum.SurfaceType.Weld
  4414. Part349.BottomSurface = Enum.SurfaceType.Weld
  4415. Part349.FrontSurface = Enum.SurfaceType.Weld
  4416. Part349.LeftSurface = Enum.SurfaceType.Weld
  4417. Part349.RightSurface = Enum.SurfaceType.Weld
  4418. Part349.TopSurface = Enum.SurfaceType.Weld
  4419. Part349.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4420. Part349.Position = Vector3.new(16.6903687, 6.50005674, 33.6597786)
  4421. Part349.Orientation = Vector3.new(0, -180, 0)
  4422. Part349.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4423. BlockMesh350.Parent = Part349
  4424. Part351.Parent = Model0
  4425. Part351.Material = Enum.Material.Metal
  4426. Part351.BrickColor = BrickColor.new("Grime")
  4427. Part351.Rotation = Vector3.new(180, 0, -180)
  4428. Part351.FormFactor = Enum.FormFactor.Custom
  4429. Part351.Size = Vector3.new(11.8000002, 3.20000005, 5.20000029)
  4430. Part351.CFrame = CFrame.new(11.1901808, 5.60010195, 38.8599014, -1, 6.43885596e-06, -5.28130158e-06, 6.4634437e-06, 1, -7.86395231e-06, 5.78066692e-06, -7.51295283e-06, -1)
  4431. Part351.BottomSurface = Enum.SurfaceType.Weld
  4432. Part351.LeftSurface = Enum.SurfaceType.Weld
  4433. Part351.RightSurface = Enum.SurfaceType.Weld
  4434. Part351.TopSurface = Enum.SurfaceType.Weld
  4435. Part351.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4436. Part351.Position = Vector3.new(11.1901808, 5.60010195, 38.8599014)
  4437. Part351.Orientation = Vector3.new(0, -180, 0)
  4438. Part351.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4439. BlockMesh352.Parent = Part351
  4440. Part353.Parent = Model0
  4441. Part353.Material = Enum.Material.Metal
  4442. Part353.BrickColor = BrickColor.new("Grime")
  4443. Part353.Rotation = Vector3.new(-180, 0, -180)
  4444. Part353.FormFactor = Enum.FormFactor.Custom
  4445. Part353.Size = Vector3.new(13.1999998, 1.59999967, 3.60000038)
  4446. Part353.CFrame = CFrame.new(-10.909873, 3.60028696, 43.2598724, -1, 6.40441704e-06, -4.601201e-06, 6.40441613e-06, 1, 1.49602386e-07, 4.60120282e-06, 1.49572926e-07, -1)
  4447. Part353.BottomSurface = Enum.SurfaceType.Weld
  4448. Part353.LeftSurface = Enum.SurfaceType.Weld
  4449. Part353.RightSurface = Enum.SurfaceType.Weld
  4450. Part353.TopSurface = Enum.SurfaceType.Weld
  4451. Part353.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4452. Part353.Position = Vector3.new(-10.909873, 3.60028696, 43.2598724)
  4453. Part353.Orientation = Vector3.new(0, -180, 0)
  4454. Part353.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4455. BlockMesh354.Parent = Part353
  4456. BlockMesh354.Offset = Vector3.new(0, 0.800000012, 0)
  4457. BlockMesh354.Scale = Vector3.new(1.10000002, 2, 1)
  4458. BlockMesh354.Scale = Vector3.new(1.10000002, 2, 1)
  4459. Part355.Parent = Model0
  4460. Part355.Material = Enum.Material.Metal
  4461. Part355.BrickColor = BrickColor.new("Grime")
  4462. Part355.Rotation = Vector3.new(-180, 0, -180)
  4463. Part355.CanCollide = false
  4464. Part355.FormFactor = Enum.FormFactor.Custom
  4465. Part355.Size = Vector3.new(11.8000002, 0.399999976, 0.200000003)
  4466. Part355.CFrame = CFrame.new(-10.8097591, 6.2003026, 46.5602341, -1, 7.40343285e-06, -2.46297823e-05, 7.77740297e-06, 0.99999088, 5.76178718e-06, 3.21788757e-05, 1.10601068e-05, -1.00000012)
  4467. Part355.BackSurface = Enum.SurfaceType.Weld
  4468. Part355.BottomSurface = Enum.SurfaceType.Weld
  4469. Part355.FrontSurface = Enum.SurfaceType.Weld
  4470. Part355.LeftSurface = Enum.SurfaceType.Weld
  4471. Part355.RightSurface = Enum.SurfaceType.Weld
  4472. Part355.TopSurface = Enum.SurfaceType.Weld
  4473. Part355.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4474. Part355.Position = Vector3.new(-10.8097591, 6.2003026, 46.5602341)
  4475. Part355.Orientation = Vector3.new(0, -180, 0)
  4476. Part355.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4477. BlockMesh356.Parent = Part355
  4478. Part357.Parent = Model0
  4479. Part357.Material = Enum.Material.Metal
  4480. Part357.BrickColor = BrickColor.new("Grime")
  4481. Part357.Rotation = Vector3.new(180, 0, -180)
  4482. Part357.FormFactor = Enum.FormFactor.Custom
  4483. Part357.Size = Vector3.new(5.59999943, 0.799999952, 1.80000031)
  4484. Part357.CFrame = CFrame.new(14.8900795, 8.40018654, 44.7598724, -1, 6.8830459e-06, -1.4202913e-05, 7.07082381e-06, 1, -9.31228442e-06, 1.80205971e-05, -6.62894672e-06, -1)
  4485. Part357.BackSurface = Enum.SurfaceType.Weld
  4486. Part357.BottomSurface = Enum.SurfaceType.Weld
  4487. Part357.FrontSurface = Enum.SurfaceType.Weld
  4488. Part357.LeftSurface = Enum.SurfaceType.Weld
  4489. Part357.RightSurface = Enum.SurfaceType.Weld
  4490. Part357.TopSurface = Enum.SurfaceType.Weld
  4491. Part357.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4492. Part357.Position = Vector3.new(14.8900795, 8.40018654, 44.7598724)
  4493. Part357.Orientation = Vector3.new(0, -180, 0)
  4494. Part357.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4495. BlockMesh358.Parent = Part357
  4496. Part359.Parent = Model0
  4497. Part359.Material = Enum.Material.Metal
  4498. Part359.BrickColor = BrickColor.new("Grime")
  4499. Part359.Rotation = Vector3.new(-180, 0, -180)
  4500. Part359.CanCollide = false
  4501. Part359.FormFactor = Enum.FormFactor.Custom
  4502. Part359.Size = Vector3.new(0.799999356, 1.19999981, 5.19999981)
  4503. Part359.CFrame = CFrame.new(2.69019699, 5.80022383, 44.0595703, -1, 7.91060938e-06, -3.4820343e-05, 8.28971952e-06, 0.99999088, 1.29368718e-05, 4.24804894e-05, 1.83131688e-05, -1.00000012)
  4504. Part359.BackSurface = Enum.SurfaceType.Weld
  4505. Part359.BottomSurface = Enum.SurfaceType.Weld
  4506. Part359.FrontSurface = Enum.SurfaceType.Weld
  4507. Part359.LeftSurface = Enum.SurfaceType.Weld
  4508. Part359.RightSurface = Enum.SurfaceType.Weld
  4509. Part359.TopSurface = Enum.SurfaceType.Weld
  4510. Part359.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4511. Part359.Position = Vector3.new(2.69019699, 5.80022383, 44.0595703)
  4512. Part359.Orientation = Vector3.new(0, -180, 0)
  4513. Part359.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4514. BlockMesh360.Parent = Part359
  4515. Part361.Parent = Model0
  4516. Part361.Material = Enum.Material.Metal
  4517. Part361.BrickColor = BrickColor.new("Grime")
  4518. Part361.Rotation = Vector3.new(180, 0, -180)
  4519. Part361.CanCollide = false
  4520. Part361.FormFactor = Enum.FormFactor.Custom
  4521. Part361.Size = Vector3.new(0.799999356, 1.19999981, 5.19999981)
  4522. Part361.CFrame = CFrame.new(2.69034576, 5.80008698, 33.6597061, -1, 6.692429e-06, -1.03765615e-05, 7.06659148e-06, 0.99999088, -4.27647774e-06, 1.79255858e-05, 1.02187551e-06, -1.00000012)
  4523. Part361.BackSurface = Enum.SurfaceType.Weld
  4524. Part361.BottomSurface = Enum.SurfaceType.Weld
  4525. Part361.FrontSurface = Enum.SurfaceType.Weld
  4526. Part361.LeftSurface = Enum.SurfaceType.Weld
  4527. Part361.RightSurface = Enum.SurfaceType.Weld
  4528. Part361.TopSurface = Enum.SurfaceType.Weld
  4529. Part361.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4530. Part361.Position = Vector3.new(2.69034576, 5.80008698, 33.6597061)
  4531. Part361.Orientation = Vector3.new(0, -180, 0)
  4532. Part361.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4533. BlockMesh362.Parent = Part361
  4534. Part363.Parent = Model0
  4535. Part363.Material = Enum.Material.Metal
  4536. Part363.BrickColor = BrickColor.new("Grime")
  4537. Part363.Rotation = Vector3.new(180, 0, -180)
  4538. Part363.FormFactor = Enum.FormFactor.Custom
  4539. Part363.Size = Vector3.new(5.19999933, 1.19999993, 4.00000048)
  4540. Part363.CFrame = CFrame.new(8.89022923, 8.60020256, 44.0598717, -1, 6.46254784e-06, -5.67977986e-06, 7.01250519e-06, 1, -1.47377223e-05, 1.68665701e-05, -6.87466036e-06, -1)
  4541. Part363.BackSurface = Enum.SurfaceType.Weld
  4542. Part363.BottomSurface = Enum.SurfaceType.Weld
  4543. Part363.FrontSurface = Enum.SurfaceType.Weld
  4544. Part363.LeftSurface = Enum.SurfaceType.Weld
  4545. Part363.RightSurface = Enum.SurfaceType.Weld
  4546. Part363.TopSurface = Enum.SurfaceType.Weld
  4547. Part363.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4548. Part363.Position = Vector3.new(8.89022923, 8.60020256, 44.0598717)
  4549. Part363.Orientation = Vector3.new(0, -180, 0)
  4550. Part363.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4551. BlockMesh364.Parent = Part363
  4552. Part365.Parent = Model0
  4553. Part365.Material = Enum.Material.Metal
  4554. Part365.BrickColor = BrickColor.new("Grime")
  4555. Part365.Rotation = Vector3.new(180, 0, -180)
  4556. Part365.FormFactor = Enum.FormFactor.Custom
  4557. Part365.Size = Vector3.new(6.19999933, 2.20000005, 2.60000038)
  4558. Part365.CFrame = CFrame.new(14.9901371, 9.90013123, 44.7598419, -1, 6.21868867e-06, -8.11329301e-07, 6.58744511e-06, 1, -2.47506978e-06, 8.31362831e-06, 2.79819596e-06, -1)
  4559. Part365.BackSurface = Enum.SurfaceType.Weld
  4560. Part365.BottomSurface = Enum.SurfaceType.Weld
  4561. Part365.FrontSurface = Enum.SurfaceType.Weld
  4562. Part365.LeftSurface = Enum.SurfaceType.Weld
  4563. Part365.RightSurface = Enum.SurfaceType.Weld
  4564. Part365.TopSurface = Enum.SurfaceType.Weld
  4565. Part365.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4566. Part365.Position = Vector3.new(14.9901371, 9.90013123, 44.7598419)
  4567. Part365.Orientation = Vector3.new(0, -180, 0)
  4568. Part365.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4569. BlockMesh366.Parent = Part365
  4570. Part367.Parent = Model0
  4571. Part367.Material = Enum.Material.Metal
  4572. Part367.BrickColor = BrickColor.new("Grime")
  4573. Part367.Rotation = Vector3.new(180, 0, -180)
  4574. Part367.FormFactor = Enum.FormFactor.Custom
  4575. Part367.Size = Vector3.new(11.8000002, 0.799999952, 5.20000029)
  4576. Part367.CFrame = CFrame.new(11.190093, 7.60022306, 44.059761, -1, 4.3787395e-06, 3.62749852e-05, 4.74697981e-06, 1, -1.41841037e-05, -2.87727416e-05, -8.91064337e-06, -1)
  4577. Part367.BackSurface = Enum.SurfaceType.Weld
  4578. Part367.BottomSurface = Enum.SurfaceType.Weld
  4579. Part367.FrontSurface = Enum.SurfaceType.Weld
  4580. Part367.LeftSurface = Enum.SurfaceType.Weld
  4581. Part367.RightSurface = Enum.SurfaceType.Weld
  4582. Part367.TopSurface = Enum.SurfaceType.Weld
  4583. Part367.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4584. Part367.Position = Vector3.new(11.190093, 7.60022306, 44.059761)
  4585. Part367.Orientation = Vector3.new(0, 180, 0)
  4586. Part367.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4587. BlockMesh368.Parent = Part367
  4588. Part369.Parent = Model0
  4589. Part369.Material = Enum.Material.Metal
  4590. Part369.BrickColor = BrickColor.new("Grime")
  4591. Part369.Rotation = Vector3.new(180, 0, -180)
  4592. Part369.CanCollide = false
  4593. Part369.FormFactor = Enum.FormFactor.Custom
  4594. Part369.Size = Vector3.new(3.39999962, 0.799999893, 5.20000029)
  4595. Part369.CFrame = CFrame.new(6.99010181, 7.6001296, 38.8598747, -1, 6.44049305e-06, -5.31459591e-06, 6.46180661e-06, 1, -7.84054919e-06, 5.74737214e-06, -7.53635504e-06, -1)
  4596. Part369.BackSurface = Enum.SurfaceType.Weld
  4597. Part369.BottomSurface = Enum.SurfaceType.Weld
  4598. Part369.FrontSurface = Enum.SurfaceType.Weld
  4599. Part369.LeftSurface = Enum.SurfaceType.Weld
  4600. Part369.RightSurface = Enum.SurfaceType.Weld
  4601. Part369.TopSurface = Enum.SurfaceType.Weld
  4602. Part369.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4603. Part369.Position = Vector3.new(6.99010181, 7.6001296, 38.8598747)
  4604. Part369.Orientation = Vector3.new(0, -180, 0)
  4605. Part369.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4606. BlockMesh370.Parent = Part369
  4607. Part371.Parent = Model0
  4608. Part371.Material = Enum.Material.Metal
  4609. Part371.BrickColor = BrickColor.new("Really black")
  4610. Part371.Rotation = Vector3.new(-90, 90, 0)
  4611. Part371.CanCollide = false
  4612. Part371.FormFactor = Enum.FormFactor.Custom
  4613. Part371.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
  4614. Part371.CFrame = CFrame.new(-7.3100009, 2.80016303, 31.7599716, -6.42304258e-06, -4.95945733e-06, 1, -1, -8.09017456e-06, -6.47926254e-06, 7.28673149e-06, -1, -6.10251254e-06)
  4615. Part371.BottomSurface = Enum.SurfaceType.Weld
  4616. Part371.FrontSurface = Enum.SurfaceType.Weld
  4617. Part371.LeftSurface = Enum.SurfaceType.Weld
  4618. Part371.RightSurface = Enum.SurfaceType.Weld
  4619. Part371.TopSurface = Enum.SurfaceType.Weld
  4620. Part371.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4621. Part371.Position = Vector3.new(-7.3100009, 2.80016303, 31.7599716)
  4622. Part371.Orientation = Vector3.new(0, 90, -90)
  4623. Part371.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4624. CylinderMesh372.Parent = Part371
  4625. Part373.Parent = Model0
  4626. Part373.Material = Enum.Material.Metal
  4627. Part373.BrickColor = BrickColor.new("Grime")
  4628. Part373.Rotation = Vector3.new(-180, 0, -180)
  4629. Part373.CanCollide = false
  4630. Part373.FormFactor = Enum.FormFactor.Custom
  4631. Part373.Size = Vector3.new(1.59999919, 0.799999952, 5.19999981)
  4632. Part373.CFrame = CFrame.new(3.09007359, 6.80019569, 44.0596123, -1, 6.8204281e-06, -1.29195741e-05, 7.19992431e-06, 0.99999088, 5.89834963e-06, 2.05796405e-05, 1.12747821e-05, -1.00000012)
  4633. Part373.BackSurface = Enum.SurfaceType.Weld
  4634. Part373.BottomSurface = Enum.SurfaceType.Weld
  4635. Part373.FrontSurface = Enum.SurfaceType.Weld
  4636. Part373.LeftSurface = Enum.SurfaceType.Weld
  4637. Part373.RightSurface = Enum.SurfaceType.Weld
  4638. Part373.TopSurface = Enum.SurfaceType.Weld
  4639. Part373.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4640. Part373.Position = Vector3.new(3.09007359, 6.80019569, 44.0596123)
  4641. Part373.Orientation = Vector3.new(0, -180, 0)
  4642. Part373.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4643. BlockMesh374.Parent = Part373
  4644. Part375.Parent = Model0
  4645. Part375.Material = Enum.Material.Metal
  4646. Part375.BrickColor = BrickColor.new("Grime")
  4647. Part375.Rotation = Vector3.new(-180, 0, -180)
  4648. Part375.FormFactor = Enum.FormFactor.Custom
  4649. Part375.Size = Vector3.new(8, 1.20000005, 5.19999981)
  4650. Part375.CFrame = CFrame.new(-21.5098934, 3.4003644, 44.0600357, -1, 7.54534176e-06, -2.77179206e-05, 7.54488246e-06, 1, 1.65513575e-05, 2.77180479e-05, 1.65511501e-05, -1)
  4651. Part375.BackSurface = Enum.SurfaceType.Weld
  4652. Part375.BottomSurface = Enum.SurfaceType.Weld
  4653. Part375.LeftSurface = Enum.SurfaceType.Weld
  4654. Part375.RightSurface = Enum.SurfaceType.Weld
  4655. Part375.TopSurface = Enum.SurfaceType.Weld
  4656. Part375.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4657. Part375.Position = Vector3.new(-21.5098934, 3.4003644, 44.0600357)
  4658. Part375.Orientation = Vector3.new(0, -180, 0)
  4659. Part375.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4660. BlockMesh376.Parent = Part375
  4661. Part377.Parent = Model0
  4662. Part377.Material = Enum.Material.Metal
  4663. Part377.BrickColor = BrickColor.new("Grime")
  4664. Part377.Rotation = Vector3.new(180, 0, -180)
  4665. Part377.CanCollide = false
  4666. Part377.FormFactor = Enum.FormFactor.Custom
  4667. Part377.Size = Vector3.new(6.19999981, 2.39999986, 5.19999981)
  4668. Part377.CFrame = CFrame.new(-0.809634686, 4.00016212, 33.659977, -1, 5.6025101e-06, 1.15597104e-05, 5.61264596e-06, 1, -1.9705436e-05, -1.1348955e-05, -1.95571592e-05, -1)
  4669. Part377.BackSurface = Enum.SurfaceType.Weld
  4670. Part377.BottomSurface = Enum.SurfaceType.Weld
  4671. Part377.FrontSurface = Enum.SurfaceType.Weld
  4672. Part377.LeftSurface = Enum.SurfaceType.Weld
  4673. Part377.RightSurface = Enum.SurfaceType.Weld
  4674. Part377.TopSurface = Enum.SurfaceType.Weld
  4675. Part377.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4676. Part377.Position = Vector3.new(-0.809634686, 4.00016212, 33.659977)
  4677. Part377.Orientation = Vector3.new(0, 180, 0)
  4678. Part377.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4679. BlockMesh378.Parent = Part377
  4680. Part379.Parent = Model0
  4681. Part379.Material = Enum.Material.Metal
  4682. Part379.BrickColor = BrickColor.new("Grime")
  4683. Part379.Rotation = Vector3.new(180, 0, -180)
  4684. Part379.CanCollide = false
  4685. Part379.FormFactor = Enum.FormFactor.Custom
  4686. Part379.Size = Vector3.new(0.399999231, 0.799999893, 5.19999981)
  4687. Part379.CFrame = CFrame.new(-4.10968304, 4.80014801, 33.6599922, -1, 5.95867459e-06, 4.37692006e-06, 5.96897416e-06, 1, -1.46642387e-05, -4.16614375e-06, -1.45159993e-05, -1)
  4688. Part379.BackSurface = Enum.SurfaceType.Weld
  4689. Part379.BottomSurface = Enum.SurfaceType.Weld
  4690. Part379.FrontSurface = Enum.SurfaceType.Weld
  4691. Part379.LeftSurface = Enum.SurfaceType.Weld
  4692. Part379.RightSurface = Enum.SurfaceType.Weld
  4693. Part379.TopSurface = Enum.SurfaceType.Weld
  4694. Part379.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4695. Part379.Position = Vector3.new(-4.10968304, 4.80014801, 33.6599922)
  4696. Part379.Orientation = Vector3.new(0, 180, 0)
  4697. Part379.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4698. BlockMesh380.Parent = Part379
  4699. Part381.Name = "wheel"
  4700. Part381.Parent = Model0
  4701. Part381.Material = Enum.Material.Metal
  4702. Part381.BrickColor = BrickColor.new("Grime")
  4703. Part381.Transparency = 1
  4704. Part381.Rotation = Vector3.new(-90, -90, 0)
  4705. Part381.FormFactor = Enum.FormFactor.Symmetric
  4706. Part381.Friction = 1
  4707. Part381.Shape = Enum.PartType.Ball
  4708. Part381.Size = Vector3.new(5, 5, 5)
  4709. Part381.CFrame = CFrame.new(-22.5099869, 2.99934506, 49.1596909, -1.68524257e-05, -5.57238771e-08, -1, 1, -4.68407961e-08, -1.6852111e-05, -3.93574737e-08, -1, 6.68240361e-08)
  4710. Part381.BottomSurface = Enum.SurfaceType.Smooth
  4711. Part381.TopSurface = Enum.SurfaceType.Hinge
  4712. Part381.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4713. Part381.Position = Vector3.new(-22.5099869, 2.99934506, 49.1596909)
  4714. Part381.Orientation = Vector3.new(0, -90, 90)
  4715. Part381.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4716. CylinderMesh382.Parent = Part381
  4717. CylinderMesh382.Offset = Vector3.new(0, -1.10000002, 0)
  4718. CylinderMesh382.Scale = Vector3.new(1, 0.600000024, 1)
  4719. CylinderMesh382.Scale = Vector3.new(1, 0.600000024, 1)
  4720. Part383.Parent = Model0
  4721. Part383.Material = Enum.Material.Metal
  4722. Part383.BrickColor = BrickColor.new("Really black")
  4723. Part383.Rotation = Vector3.new(-90, 90, 0)
  4724. Part383.CanCollide = false
  4725. Part383.FormFactor = Enum.FormFactor.Custom
  4726. Part383.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
  4727. Part383.CFrame = CFrame.new(-13.909976, 2.80021191, 31.7600212, -6.42304258e-06, -4.95945733e-06, 1, -1, -8.09017456e-06, -6.47926254e-06, 7.28673149e-06, -1, -6.10251254e-06)
  4728. Part383.BottomSurface = Enum.SurfaceType.Weld
  4729. Part383.FrontSurface = Enum.SurfaceType.Weld
  4730. Part383.LeftSurface = Enum.SurfaceType.Weld
  4731. Part383.RightSurface = Enum.SurfaceType.Weld
  4732. Part383.TopSurface = Enum.SurfaceType.Weld
  4733. Part383.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4734. Part383.Position = Vector3.new(-13.909976, 2.80021191, 31.7600212)
  4735. Part383.Orientation = Vector3.new(0, 90, -90)
  4736. Part383.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4737. CylinderMesh384.Parent = Part383
  4738. Part385.Parent = Model0
  4739. Part385.Material = Enum.Material.Metal
  4740. Part385.BrickColor = BrickColor.new("Really black")
  4741. Part385.Rotation = Vector3.new(90, -90, 0)
  4742. Part385.CanCollide = false
  4743. Part385.FormFactor = Enum.FormFactor.Custom
  4744. Part385.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
  4745. Part385.CFrame = CFrame.new(-13.9099016, 2.80034089, 45.9599915, -5.31013347e-06, -1.75913701e-05, -1, -1, 8.41797737e-06, 5.30998523e-06, 8.4178846e-06, 1, -1.75914138e-05)
  4746. Part385.BottomSurface = Enum.SurfaceType.Weld
  4747. Part385.FrontSurface = Enum.SurfaceType.Weld
  4748. Part385.LeftSurface = Enum.SurfaceType.Weld
  4749. Part385.RightSurface = Enum.SurfaceType.Weld
  4750. Part385.TopSurface = Enum.SurfaceType.Weld
  4751. Part385.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4752. Part385.Position = Vector3.new(-13.9099016, 2.80034089, 45.9599915)
  4753. Part385.Orientation = Vector3.new(0, -90, -90)
  4754. Part385.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4755. CylinderMesh386.Parent = Part385
  4756. WedgePart387.Parent = Model0
  4757. WedgePart387.Material = Enum.Material.Metal
  4758. WedgePart387.BrickColor = BrickColor.new("Grime")
  4759. WedgePart387.Rotation = Vector3.new(-180, -90, 0)
  4760. WedgePart387.FormFactor = Enum.FormFactor.Custom
  4761. WedgePart387.Size = Vector3.new(5.19999981, 1.20000005, 0.800000072)
  4762. WedgePart387.CFrame = CFrame.new(3.49014544, 5.80042076, 33.6599541, -5.22691334e-06, -6.46520948e-06, -1, 5.58827878e-06, -1, 6.48099831e-06, -1, -5.81446511e-06, 5.54879989e-06)
  4763. WedgePart387.BottomSurface = Enum.SurfaceType.Weld
  4764. WedgePart387.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4765. WedgePart387.Position = Vector3.new(3.49014544, 5.80042076, 33.6599541)
  4766. WedgePart387.Orientation = Vector3.new(0, -90, 180)
  4767. WedgePart387.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4768. SpecialMesh388.Parent = WedgePart387
  4769. SpecialMesh388.MeshType = Enum.MeshType.Wedge
  4770. WedgePart389.Parent = Model0
  4771. WedgePart389.Material = Enum.Material.Metal
  4772. WedgePart389.BrickColor = BrickColor.new("Grime")
  4773. WedgePart389.Rotation = Vector3.new(180, 90, 0)
  4774. WedgePart389.CanCollide = false
  4775. WedgePart389.FormFactor = Enum.FormFactor.Custom
  4776. WedgePart389.Size = Vector3.new(5.19999981, 1.60000014, 0.400000006)
  4777. WedgePart389.CFrame = CFrame.new(-4.10981941, 3.60051203, 33.6600952, 5.08384437e-06, -6.67719132e-06, 1, 8.03388048e-06, -0.999993205, -6.73167688e-06, 1, 7.2622679e-06, -6.18094418e-06)
  4778. WedgePart389.BottomSurface = Enum.SurfaceType.Weld
  4779. WedgePart389.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4780. WedgePart389.Position = Vector3.new(-4.10981941, 3.60051203, 33.6600952)
  4781. WedgePart389.Orientation = Vector3.new(0, 90, 180)
  4782. WedgePart389.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4783. SpecialMesh390.Parent = WedgePart389
  4784. SpecialMesh390.MeshType = Enum.MeshType.Wedge
  4785. WedgePart391.Parent = Model0
  4786. WedgePart391.Material = Enum.Material.Metal
  4787. WedgePart391.BrickColor = BrickColor.new("Grime")
  4788. WedgePart391.Rotation = Vector3.new(-180, 90, 0)
  4789. WedgePart391.CanCollide = false
  4790. WedgePart391.FormFactor = Enum.FormFactor.Custom
  4791. WedgePart391.Size = Vector3.new(5.19999981, 0.800000072, 0.600000024)
  4792. WedgePart391.CFrame = CFrame.new(-4.60982037, 4.80040455, 44.0597725, 1.23189566e-05, -7.03911064e-06, 1, -4.74273656e-06, -0.999981761, -7.78240428e-06, 1.00000024, -1.52694429e-05, -2.73172082e-05)
  4793. WedgePart391.BottomSurface = Enum.SurfaceType.Weld
  4794. WedgePart391.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4795. WedgePart391.Position = Vector3.new(-4.60982037, 4.80040455, 44.0597725)
  4796. WedgePart391.Orientation = Vector3.new(0, 90, -180)
  4797. WedgePart391.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4798. SpecialMesh392.Parent = WedgePart391
  4799. SpecialMesh392.MeshType = Enum.MeshType.Wedge
  4800. WedgePart393.Parent = Model0
  4801. WedgePart393.Material = Enum.Material.Metal
  4802. WedgePart393.BrickColor = BrickColor.new("Grime")
  4803. WedgePart393.Rotation = Vector3.new(180, -90, 0)
  4804. WedgePart393.FormFactor = Enum.FormFactor.Custom
  4805. WedgePart393.Size = Vector3.new(5.19999981, 0.800000072, 1.4000001)
  4806. WedgePart393.CFrame = CFrame.new(4.59036112, 6.80025482, 44.0597649, -1.38457381e-07, -6.21204481e-06, -1, -1.1573351e-05, -0.999996543, 6.72009583e-06, -1, 3.97761823e-06, 1.09616794e-05)
  4807. WedgePart393.BottomSurface = Enum.SurfaceType.Weld
  4808. WedgePart393.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4809. WedgePart393.Position = Vector3.new(4.59036112, 6.80025482, 44.0597649)
  4810. WedgePart393.Orientation = Vector3.new(0, -90, -180)
  4811. WedgePart393.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4812. SpecialMesh394.Parent = WedgePart393
  4813. SpecialMesh394.MeshType = Enum.MeshType.Wedge
  4814. WedgePart395.Parent = Model0
  4815. WedgePart395.Material = Enum.Material.Metal
  4816. WedgePart395.BrickColor = BrickColor.new("Grime")
  4817. WedgePart395.Rotation = Vector3.new(180, -90, 0)
  4818. WedgePart395.FormFactor = Enum.FormFactor.Custom
  4819. WedgePart395.Size = Vector3.new(5.19999981, 0.800000072, 1.4000001)
  4820. WedgePart395.CFrame = CFrame.new(4.59042549, 6.80014467, 33.6591415, 5.75830927e-06, -5.91780463e-06, -1, -1.57273789e-05, -1, 6.3936277e-06, -1, 8.98918006e-06, 3.81148857e-06)
  4821. WedgePart395.BottomSurface = Enum.SurfaceType.Weld
  4822. WedgePart395.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4823. WedgePart395.Position = Vector3.new(4.59042549, 6.80014467, 33.6591415)
  4824. WedgePart395.Orientation = Vector3.new(0, -90, -180)
  4825. WedgePart395.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4826. SpecialMesh396.Parent = WedgePart395
  4827. SpecialMesh396.MeshType = Enum.MeshType.Wedge
  4828. WedgePart397.Parent = Model0
  4829. WedgePart397.Material = Enum.Material.Metal
  4830. WedgePart397.BrickColor = BrickColor.new("Grime")
  4831. WedgePart397.Rotation = Vector3.new(180, 90, 0)
  4832. WedgePart397.CanCollide = false
  4833. WedgePart397.FormFactor = Enum.FormFactor.Custom
  4834. WedgePart397.Size = Vector3.new(5.19999981, 1.60000014, 0.400000006)
  4835. WedgePart397.CFrame = CFrame.new(-4.10966873, 3.60070205, 44.0600739, -1.83692464e-05, -5.51331595e-06, 1, 1.6215803e-05, -0.99999088, -5.89260162e-06, 1.00000012, 1.0839356e-05, 1.07093201e-05)
  4836. WedgePart397.BottomSurface = Enum.SurfaceType.Weld
  4837. WedgePart397.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4838. WedgePart397.Position = Vector3.new(-4.10966873, 3.60070205, 44.0600739)
  4839. WedgePart397.Orientation = Vector3.new(0, 90, 180)
  4840. WedgePart397.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4841. SpecialMesh398.Parent = WedgePart397
  4842. SpecialMesh398.MeshType = Enum.MeshType.Wedge
  4843. WedgePart399.Parent = Model0
  4844. WedgePart399.Material = Enum.Material.Metal
  4845. WedgePart399.BrickColor = BrickColor.new("Grime")
  4846. WedgePart399.Rotation = Vector3.new(-180, -90, 0)
  4847. WedgePart399.FormFactor = Enum.FormFactor.Custom
  4848. WedgePart399.Size = Vector3.new(5.19999981, 1.20000005, 0.800000072)
  4849. WedgePart399.CFrame = CFrame.new(3.49025035, 5.80047512, 44.0598679, 1.49187254e-05, -5.46336423e-06, -1, 1.28550873e-05, -0.99999088, 5.84314057e-06, -1.00000012, -1.82317744e-05, -7.25863902e-06)
  4850. WedgePart399.BottomSurface = Enum.SurfaceType.Weld
  4851. WedgePart399.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4852. WedgePart399.Position = Vector3.new(3.49025035, 5.80047512, 44.0598679)
  4853. WedgePart399.Orientation = Vector3.new(0, -90, 180)
  4854. WedgePart399.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4855. SpecialMesh400.Parent = WedgePart399
  4856. SpecialMesh400.MeshType = Enum.MeshType.Wedge
  4857. WedgePart401.Parent = Model0
  4858. WedgePart401.Material = Enum.Material.Metal
  4859. WedgePart401.BrickColor = BrickColor.new("Grime")
  4860. WedgePart401.Rotation = Vector3.new(-180, -90, 0)
  4861. WedgePart401.FormFactor = Enum.FormFactor.Custom
  4862. WedgePart401.Size = Vector3.new(5.19999981, 2.4000001, 0.800000072)
  4863. WedgePart401.CFrame = CFrame.new(2.69040108, 4.00057888, 33.659893, -1.2307155e-05, -6.81548408e-06, -1, 4.87608668e-06, -1, 6.82578775e-06, -1, -5.02421426e-06, 1.25180559e-05)
  4864. WedgePart401.BottomSurface = Enum.SurfaceType.Weld
  4865. WedgePart401.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4866. WedgePart401.Position = Vector3.new(2.69040108, 4.00057888, 33.659893)
  4867. WedgePart401.Orientation = Vector3.new(0, -90, 180)
  4868. WedgePart401.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4869. SpecialMesh402.Parent = WedgePart401
  4870. SpecialMesh402.MeshType = Enum.MeshType.Wedge
  4871. WedgePart403.Parent = Model0
  4872. WedgePart403.Material = Enum.Material.Metal
  4873. WedgePart403.BrickColor = BrickColor.new("Grime")
  4874. WedgePart403.Rotation = Vector3.new(180, 90, 0)
  4875. WedgePart403.FormFactor = Enum.FormFactor.Custom
  4876. WedgePart403.Size = Vector3.new(5.19999981, 1.4000001, 1.80000007)
  4877. WedgePart403.CFrame = CFrame.new(15.3911648, 6.50011253, 33.6598206, -5.57357816e-06, -6.14820556e-06, 1, 6.22643574e-06, -1, -6.27145073e-06, 1, 4.4634462e-06, 3.06545007e-06)
  4878. WedgePart403.BottomSurface = Enum.SurfaceType.Weld
  4879. WedgePart403.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4880. WedgePart403.Position = Vector3.new(15.3911648, 6.50011253, 33.6598206)
  4881. WedgePart403.Orientation = Vector3.new(0, 90, 180)
  4882. WedgePart403.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4883. SpecialMesh404.Parent = WedgePart403
  4884. SpecialMesh404.MeshType = Enum.MeshType.Wedge
  4885. WedgePart405.Parent = Model0
  4886. WedgePart405.Material = Enum.Material.Metal
  4887. WedgePart405.BrickColor = BrickColor.new("Grime")
  4888. WedgePart405.Rotation = Vector3.new(180, 90, 0)
  4889. WedgePart405.CanCollide = false
  4890. WedgePart405.FormFactor = Enum.FormFactor.Custom
  4891. WedgePart405.Size = Vector3.new(5.19999981, 0.800000072, 0.600000024)
  4892. WedgePart405.CFrame = CFrame.new(-4.60990286, 4.80025768, 33.6599922, -1.13140413e-05, -5.86295255e-06, 1, 1.95633838e-05, -0.999981761, -6.5924678e-06, 1.00000024, 9.23195239e-06, -3.40660699e-06)
  4893. WedgePart405.BottomSurface = Enum.SurfaceType.Weld
  4894. WedgePart405.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4895. WedgePart405.Position = Vector3.new(-4.60990286, 4.80025768, 33.6599922)
  4896. WedgePart405.Orientation = Vector3.new(0, 90, 180)
  4897. WedgePart405.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4898. SpecialMesh406.Parent = WedgePart405
  4899. SpecialMesh406.MeshType = Enum.MeshType.Wedge
  4900. WedgePart407.Parent = Model0
  4901. WedgePart407.Material = Enum.Material.Metal
  4902. WedgePart407.BrickColor = BrickColor.new("Grime")
  4903. WedgePart407.Rotation = Vector3.new(180, -90, 0)
  4904. WedgePart407.FormFactor = Enum.FormFactor.Custom
  4905. WedgePart407.Size = Vector3.new(1.59999871, 2, 1.79999995)
  4906. WedgePart407.CFrame = CFrame.new(-16.609375, 5.00049973, 45.8597336, 6.52338531e-06, -6.1213882e-06, -1, -1.60775817e-05, -1, 6.68229768e-06, -1, 8.12245889e-06, 4.77771937e-06)
  4907. WedgePart407.BottomSurface = Enum.SurfaceType.Smooth
  4908. WedgePart407.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4909. WedgePart407.Position = Vector3.new(-16.609375, 5.00049973, 45.8597336)
  4910. WedgePart407.Orientation = Vector3.new(0, -90, -180)
  4911. WedgePart407.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4912. SpecialMesh408.Parent = WedgePart407
  4913. SpecialMesh408.MeshType = Enum.MeshType.Wedge
  4914. Part409.Parent = Model0
  4915. Part409.Material = Enum.Material.Metal
  4916. Part409.BrickColor = BrickColor.new("Grime")
  4917. Part409.Rotation = Vector3.new(180, 0, -180)
  4918. Part409.FormFactor = Enum.FormFactor.Custom
  4919. Part409.Size = Vector3.new(1.19999981, 1.20000005, 15.999999)
  4920. Part409.CFrame = CFrame.new(18.0901623, 3.40006208, 38.8598328, -1, 6.87710462e-06, -1.40845405e-05, 7.06488026e-06, 1, -9.22855088e-06, 1.79022245e-05, -6.54521045e-06, -1)
  4921. Part409.BackSurface = Enum.SurfaceType.Weld
  4922. Part409.BottomSurface = Enum.SurfaceType.Weld
  4923. Part409.LeftSurface = Enum.SurfaceType.Weld
  4924. Part409.RightSurface = Enum.SurfaceType.Weld
  4925. Part409.TopSurface = Enum.SurfaceType.Weld
  4926. Part409.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4927. Part409.Position = Vector3.new(18.0901623, 3.40006208, 38.8598328)
  4928. Part409.Orientation = Vector3.new(0, -180, 0)
  4929. Part409.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4930. BlockMesh410.Parent = Part409
  4931. Part411.Parent = Model0
  4932. Part411.Material = Enum.Material.Metal
  4933. Part411.BrickColor = BrickColor.new("Grime")
  4934. Part411.Rotation = Vector3.new(-180, 0, -180)
  4935. Part411.FormFactor = Enum.FormFactor.Custom
  4936. Part411.Size = Vector3.new(2.00000024, 4, 15.6000004)
  4937. Part411.CFrame = CFrame.new(18.0899773, 6.00011158, 38.8595161, -1, 8.79176241e-06, -5.25169889e-05, 8.88845261e-06, 1, 7.70221322e-06, 5.44925242e-05, 9.09026676e-06, -1)
  4938. Part411.BackSurface = Enum.SurfaceType.Weld
  4939. Part411.BottomSurface = Enum.SurfaceType.Weld
  4940. Part411.FrontSurface = Enum.SurfaceType.Weld
  4941. Part411.LeftSurface = Enum.SurfaceType.Weld
  4942. Part411.RightSurface = Enum.SurfaceType.Weld
  4943. Part411.TopSurface = Enum.SurfaceType.Weld
  4944. Part411.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4945. Part411.Position = Vector3.new(18.0899773, 6.00011158, 38.8595161)
  4946. Part411.Orientation = Vector3.new(0, -180, 0)
  4947. Part411.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4948. BlockMesh412.Parent = Part411
  4949. Part413.Parent = Model0
  4950. Part413.Material = Enum.Material.Metal
  4951. Part413.BrickColor = BrickColor.new("Grime")
  4952. Part413.Rotation = Vector3.new(-180, 0, -180)
  4953. Part413.CanCollide = false
  4954. Part413.FormFactor = Enum.FormFactor.Custom
  4955. Part413.Size = Vector3.new(6.19999981, 2.39999986, 5.19999981)
  4956. Part413.CFrame = CFrame.new(-0.809948921, 4.00028038, 44.0597649, -1, 6.57104692e-06, -7.88472062e-06, 6.95060317e-06, 0.99999088, 2.1937858e-06, 1.55447615e-05, 7.57022963e-06, -1.00000012)
  4957. Part413.BackSurface = Enum.SurfaceType.Weld
  4958. Part413.BottomSurface = Enum.SurfaceType.Weld
  4959. Part413.FrontSurface = Enum.SurfaceType.Weld
  4960. Part413.LeftSurface = Enum.SurfaceType.Weld
  4961. Part413.RightSurface = Enum.SurfaceType.Weld
  4962. Part413.TopSurface = Enum.SurfaceType.Weld
  4963. Part413.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4964. Part413.Position = Vector3.new(-0.809948921, 4.00028038, 44.0597649)
  4965. Part413.Orientation = Vector3.new(0, -180, 0)
  4966. Part413.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4967. BlockMesh414.Parent = Part413
  4968. Part415.Parent = Model0
  4969. Part415.Material = Enum.Material.Metal
  4970. Part415.BrickColor = BrickColor.new("Grime")
  4971. Part415.Rotation = Vector3.new(180, 0, -180)
  4972. Part415.FormFactor = Enum.FormFactor.Custom
  4973. Part415.Size = Vector3.new(13.1999998, 1.19999969, 12.4000006)
  4974. Part415.CFrame = CFrame.new(10.0900612, 3.40011263, 38.85989, -1, 6.44758302e-06, -5.45887087e-06, 6.45471619e-06, 1, -7.73913871e-06, 5.60309672e-06, -7.63776461e-06, -1)
  4975. Part415.BottomSurface = Enum.SurfaceType.Weld
  4976. Part415.LeftSurface = Enum.SurfaceType.Weld
  4977. Part415.RightSurface = Enum.SurfaceType.Weld
  4978. Part415.TopSurface = Enum.SurfaceType.Weld
  4979. Part415.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4980. Part415.Position = Vector3.new(10.0900612, 3.40011263, 38.85989)
  4981. Part415.Orientation = Vector3.new(0, -180, 0)
  4982. Part415.Color = Color3.new(0.498039, 0.556863, 0.392157)
  4983. BlockMesh416.Parent = Part415
  4984. BlockMesh416.Offset = Vector3.new(0, 2, 0)
  4985. BlockMesh416.Scale = Vector3.new(1.20000005, 4.33400011, 1)
  4986. BlockMesh416.Scale = Vector3.new(1.20000005, 4.33400011, 1)
  4987. Part417.Parent = Model0
  4988. Part417.Material = Enum.Material.Metal
  4989. Part417.BrickColor = BrickColor.new("Really black")
  4990. Part417.Rotation = Vector3.new(90, -90, 0)
  4991. Part417.CanCollide = false
  4992. Part417.FormFactor = Enum.FormFactor.Custom
  4993. Part417.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
  4994. Part417.CFrame = CFrame.new(-7.30992794, 2.80029297, 45.9599228, -5.31013347e-06, -1.75913701e-05, -1, -1, 8.41797737e-06, 5.30998523e-06, 8.4178846e-06, 1, -1.75914138e-05)
  4995. Part417.BottomSurface = Enum.SurfaceType.Weld
  4996. Part417.FrontSurface = Enum.SurfaceType.Weld
  4997. Part417.LeftSurface = Enum.SurfaceType.Weld
  4998. Part417.RightSurface = Enum.SurfaceType.Weld
  4999. Part417.TopSurface = Enum.SurfaceType.Weld
  5000. Part417.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5001. Part417.Position = Vector3.new(-7.30992794, 2.80029297, 45.9599228)
  5002. Part417.Orientation = Vector3.new(0, -90, -90)
  5003. Part417.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5004. CylinderMesh418.Parent = Part417
  5005. Part419.Name = "wheel"
  5006. Part419.Parent = Model0
  5007. Part419.Material = Enum.Material.Metal
  5008. Part419.BrickColor = BrickColor.new("Grime")
  5009. Part419.Transparency = 1
  5010. Part419.Rotation = Vector3.new(90, 90, 0)
  5011. Part419.FormFactor = Enum.FormFactor.Symmetric
  5012. Part419.Friction = 1
  5013. Part419.Shape = Enum.PartType.Ball
  5014. Part419.Size = Vector3.new(5, 5, 5)
  5015. Part419.CFrame = CFrame.new(18.0901184, 2.99934506, 28.3597851, 2.72848411e-09, 5.54910464e-08, 1, 1, 4.68062353e-08, -3.27418093e-09, -3.90050445e-08, 1, -6.65888464e-08)
  5016. Part419.BottomSurface = Enum.SurfaceType.Smooth
  5017. Part419.TopSurface = Enum.SurfaceType.Hinge
  5018. Part419.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5019. Part419.Position = Vector3.new(18.0901184, 2.99934506, 28.3597851)
  5020. Part419.Orientation = Vector3.new(0, 90, 90)
  5021. Part419.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5022. CylinderMesh420.Parent = Part419
  5023. CylinderMesh420.Offset = Vector3.new(0, -1.10000002, 0)
  5024. CylinderMesh420.Scale = Vector3.new(1, 0.600000024, 1)
  5025. CylinderMesh420.Scale = Vector3.new(1, 0.600000024, 1)
  5026. Part421.Parent = Model0
  5027. Part421.Material = Enum.Material.Metal
  5028. Part421.BrickColor = BrickColor.new("Really black")
  5029. Part421.Rotation = Vector3.new(-90, 90, 0)
  5030. Part421.CanCollide = false
  5031. Part421.FormFactor = Enum.FormFactor.Custom
  5032. Part421.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
  5033. Part421.CFrame = CFrame.new(6.2899642, 2.80008507, 31.7599297, -6.44921874e-06, -5.4921652e-06, 1, -1, -7.7157365e-06, -6.45307955e-06, 7.66116682e-06, -1, -5.5698024e-06)
  5034. Part421.BottomSurface = Enum.SurfaceType.Weld
  5035. Part421.FrontSurface = Enum.SurfaceType.Weld
  5036. Part421.LeftSurface = Enum.SurfaceType.Weld
  5037. Part421.RightSurface = Enum.SurfaceType.Weld
  5038. Part421.TopSurface = Enum.SurfaceType.Weld
  5039. Part421.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5040. Part421.Position = Vector3.new(6.2899642, 2.80008507, 31.7599297)
  5041. Part421.Orientation = Vector3.new(0, 90, -90)
  5042. Part421.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5043. CylinderMesh422.Parent = Part421
  5044. Part423.Parent = Model0
  5045. Part423.Material = Enum.Material.Metal
  5046. Part423.BrickColor = BrickColor.new("Really black")
  5047. Part423.Rotation = Vector3.new(-90, 90, 0)
  5048. Part423.CanCollide = false
  5049. Part423.FormFactor = Enum.FormFactor.Custom
  5050. Part423.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
  5051. Part423.CFrame = CFrame.new(13.4899158, 2.80003095, 31.7598763, -6.44921874e-06, -5.4921652e-06, 1, -1, -7.7157365e-06, -6.45307955e-06, 7.66116682e-06, -1, -5.5698024e-06)
  5052. Part423.BottomSurface = Enum.SurfaceType.Weld
  5053. Part423.FrontSurface = Enum.SurfaceType.Weld
  5054. Part423.LeftSurface = Enum.SurfaceType.Weld
  5055. Part423.RightSurface = Enum.SurfaceType.Weld
  5056. Part423.TopSurface = Enum.SurfaceType.Smooth
  5057. Part423.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5058. Part423.Position = Vector3.new(13.4899158, 2.80003095, 31.7598763)
  5059. Part423.Orientation = Vector3.new(0, 90, -90)
  5060. Part423.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5061. CylinderMesh424.Parent = Part423
  5062. Part425.Parent = Model0
  5063. Part425.Material = Enum.Material.Metal
  5064. Part425.BrickColor = BrickColor.new("Really black")
  5065. Part425.Rotation = Vector3.new(90, -90, 0)
  5066. Part425.CanCollide = false
  5067. Part425.FormFactor = Enum.FormFactor.Custom
  5068. Part425.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
  5069. Part425.CFrame = CFrame.new(6.29016876, 2.80019403, 45.9599304, -6.44921874e-06, 5.4921652e-06, -1, -1, 7.7157365e-06, 6.45307955e-06, 7.66116682e-06, 1, 5.5698024e-06)
  5070. Part425.BottomSurface = Enum.SurfaceType.Weld
  5071. Part425.FrontSurface = Enum.SurfaceType.Weld
  5072. Part425.LeftSurface = Enum.SurfaceType.Weld
  5073. Part425.RightSurface = Enum.SurfaceType.Weld
  5074. Part425.TopSurface = Enum.SurfaceType.Weld
  5075. Part425.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5076. Part425.Position = Vector3.new(6.29016876, 2.80019403, 45.9599304)
  5077. Part425.Orientation = Vector3.new(0, -90, -90)
  5078. Part425.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5079. CylinderMesh426.Parent = Part425
  5080. Part427.Parent = Model0
  5081. Part427.Material = Enum.Material.Metal
  5082. Part427.BrickColor = BrickColor.new("Grime")
  5083. Part427.Rotation = Vector3.new(-180, 0, -180)
  5084. Part427.CanCollide = false
  5085. Part427.FormFactor = Enum.FormFactor.Custom
  5086. Part427.Size = Vector3.new(0.800000191, 1.40000021, 5.19999981)
  5087. Part427.CFrame = CFrame.new(16.6901779, 6.50009441, 44.059761, -1, 7.6314127e-06, -2.93200592e-05, 7.72801832e-06, 1, 1.66543414e-05, 3.12956508e-05, 1.80426377e-05, -1)
  5088. Part427.BackSurface = Enum.SurfaceType.Weld
  5089. Part427.BottomSurface = Enum.SurfaceType.Weld
  5090. Part427.FrontSurface = Enum.SurfaceType.Weld
  5091. Part427.LeftSurface = Enum.SurfaceType.Weld
  5092. Part427.RightSurface = Enum.SurfaceType.Weld
  5093. Part427.TopSurface = Enum.SurfaceType.Weld
  5094. Part427.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5095. Part427.Position = Vector3.new(16.6901779, 6.50009441, 44.059761)
  5096. Part427.Orientation = Vector3.new(0, -180, 0)
  5097. Part427.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5098. BlockMesh428.Parent = Part427
  5099. WedgePart429.Parent = Model0
  5100. WedgePart429.Material = Enum.Material.Metal
  5101. WedgePart429.BrickColor = BrickColor.new("Grime")
  5102. WedgePart429.Rotation = Vector3.new(-180, -90, 0)
  5103. WedgePart429.FormFactor = Enum.FormFactor.Custom
  5104. WedgePart429.Size = Vector3.new(5.19999981, 2.4000001, 0.800000072)
  5105. WedgePart429.CFrame = CFrame.new(2.69045496, 4.00031519, 44.0597382, -1.79814906e-05, -7.07093022e-06, -1, 9.26739267e-06, -0.99999088, 7.4503323e-06, -1.00000012, -1.46438188e-05, 2.5641586e-05)
  5106. WedgePart429.BottomSurface = Enum.SurfaceType.Weld
  5107. WedgePart429.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5108. WedgePart429.Position = Vector3.new(2.69045496, 4.00031519, 44.0597382)
  5109. WedgePart429.Orientation = Vector3.new(0, -90, 180)
  5110. WedgePart429.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5111. SpecialMesh430.Parent = WedgePart429
  5112. SpecialMesh430.MeshType = Enum.MeshType.Wedge
  5113. WedgePart431.Parent = Model0
  5114. WedgePart431.Material = Enum.Material.Metal
  5115. WedgePart431.BrickColor = BrickColor.new("Grime")
  5116. WedgePart431.Rotation = Vector3.new(180, 90, 0)
  5117. WedgePart431.FormFactor = Enum.FormFactor.Custom
  5118. WedgePart431.Size = Vector3.new(5.19999981, 1.4000001, 1.80000007)
  5119. WedgePart431.CFrame = CFrame.new(15.3902655, 6.50043106, 44.0596695, -1.61600074e-05, -5.6243216e-06, 1, 1.58236417e-05, -1, -6.17393925e-06, 1, 7.96042968e-06, 4.97321707e-06)
  5120. WedgePart431.BottomSurface = Enum.SurfaceType.Weld
  5121. WedgePart431.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5122. WedgePart431.Position = Vector3.new(15.3902655, 6.50043106, 44.0596695)
  5123. WedgePart431.Orientation = Vector3.new(0, 90, 180)
  5124. WedgePart431.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5125. SpecialMesh432.Parent = WedgePart431
  5126. SpecialMesh432.MeshType = Enum.MeshType.Wedge
  5127. Part433.Name = "wheel"
  5128. Part433.Parent = Model0
  5129. Part433.Material = Enum.Material.Metal
  5130. Part433.BrickColor = BrickColor.new("Grime")
  5131. Part433.Transparency = 1
  5132. Part433.Rotation = Vector3.new(-90, -90, 0)
  5133. Part433.FormFactor = Enum.FormFactor.Symmetric
  5134. Part433.Friction = 1
  5135. Part433.Shape = Enum.PartType.Ball
  5136. Part433.Size = Vector3.new(5, 5, 5)
  5137. Part433.CFrame = CFrame.new(18.0901108, 2.99934506, 49.3595123, 2.72848411e-09, -5.54910464e-08, -1, 1, -4.68062353e-08, 3.27418093e-09, -3.90050445e-08, -1, 6.65888464e-08)
  5138. Part433.BottomSurface = Enum.SurfaceType.Smooth
  5139. Part433.TopSurface = Enum.SurfaceType.Hinge
  5140. Part433.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5141. Part433.Position = Vector3.new(18.0901108, 2.99934506, 49.3595123)
  5142. Part433.Orientation = Vector3.new(0, -90, 90)
  5143. Part433.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5144. CylinderMesh434.Parent = Part433
  5145. CylinderMesh434.Offset = Vector3.new(0, -1.10000002, 0)
  5146. CylinderMesh434.Scale = Vector3.new(1, 0.600000024, 1)
  5147. CylinderMesh434.Scale = Vector3.new(1, 0.600000024, 1)
  5148. Part435.Parent = Model0
  5149. Part435.Material = Enum.Material.Metal
  5150. Part435.BrickColor = BrickColor.new("Really black")
  5151. Part435.Rotation = Vector3.new(90, -90, 0)
  5152. Part435.CanCollide = false
  5153. Part435.FormFactor = Enum.FormFactor.Custom
  5154. Part435.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
  5155. Part435.CFrame = CFrame.new(13.4901199, 2.80014706, 45.9598923, -6.44921874e-06, 5.4921652e-06, -1, -1, 7.7157365e-06, 6.45307955e-06, 7.66116682e-06, 1, 5.5698024e-06)
  5156. Part435.BottomSurface = Enum.SurfaceType.Weld
  5157. Part435.FrontSurface = Enum.SurfaceType.Weld
  5158. Part435.LeftSurface = Enum.SurfaceType.Weld
  5159. Part435.RightSurface = Enum.SurfaceType.Weld
  5160. Part435.TopSurface = Enum.SurfaceType.Smooth
  5161. Part435.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5162. Part435.Position = Vector3.new(13.4901199, 2.80014706, 45.9598923)
  5163. Part435.Orientation = Vector3.new(0, -90, -90)
  5164. Part435.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5165. CylinderMesh436.Parent = Part435
  5166. Part437.Parent = Model0
  5167. Part437.Material = Enum.Material.Metal
  5168. Part437.BrickColor = BrickColor.new("Grime")
  5169. Part437.Rotation = Vector3.new(90, -90, 0)
  5170. Part437.CanCollide = false
  5171. Part437.FormFactor = Enum.FormFactor.Custom
  5172. Part437.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
  5173. Part437.CFrame = CFrame.new(-13.9098864, 2.80032659, 46.9600143, -6.56966131e-06, -1.93433134e-05, -1, -1, 9.822832e-06, 6.56947122e-06, 9.82270558e-06, 1, -1.93433771e-05)
  5174. Part437.BottomSurface = Enum.SurfaceType.Weld
  5175. Part437.FrontSurface = Enum.SurfaceType.Weld
  5176. Part437.LeftSurface = Enum.SurfaceType.Weld
  5177. Part437.RightSurface = Enum.SurfaceType.Weld
  5178. Part437.TopSurface = Enum.SurfaceType.Weld
  5179. Part437.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5180. Part437.Position = Vector3.new(-13.9098864, 2.80032659, 46.9600143)
  5181. Part437.Orientation = Vector3.new(0, -90, -90)
  5182. Part437.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5183. CylinderMesh438.Parent = Part437
  5184. CylinderMesh438.Offset = Vector3.new(0, -0.170000002, 0)
  5185. Part439.Parent = Model0
  5186. Part439.Material = Enum.Material.Metal
  5187. Part439.BrickColor = BrickColor.new("Grime")
  5188. Part439.Rotation = Vector3.new(90, -90, 0)
  5189. Part439.CanCollide = false
  5190. Part439.FormFactor = Enum.FormFactor.Custom
  5191. Part439.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
  5192. Part439.CFrame = CFrame.new(13.5900993, 2.8001523, 46.9598885, -6.44267539e-06, 5.35898835e-06, -1, -1, 7.80934624e-06, 6.45962518e-06, 7.56755799e-06, 1, 5.70298016e-06)
  5193. Part439.BottomSurface = Enum.SurfaceType.Weld
  5194. Part439.FrontSurface = Enum.SurfaceType.Weld
  5195. Part439.LeftSurface = Enum.SurfaceType.Weld
  5196. Part439.RightSurface = Enum.SurfaceType.Weld
  5197. Part439.TopSurface = Enum.SurfaceType.Weld
  5198. Part439.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5199. Part439.Position = Vector3.new(13.5900993, 2.8001523, 46.9598885)
  5200. Part439.Orientation = Vector3.new(0, -90, -90)
  5201. Part439.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5202. CylinderMesh440.Parent = Part439
  5203. CylinderMesh440.Offset = Vector3.new(0, -0.170000002, 0)
  5204. Part441.Parent = Model0
  5205. Part441.Material = Enum.Material.Metal
  5206. Part441.BrickColor = BrickColor.new("Grime")
  5207. Part441.Rotation = Vector3.new(90, -90, 0)
  5208. Part441.CanCollide = false
  5209. Part441.FormFactor = Enum.FormFactor.Custom
  5210. Part441.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
  5211. Part441.CFrame = CFrame.new(6.28996181, 2.70008087, 30.7599239, -6.44267539e-06, 5.35898835e-06, -1, -1, 7.80934624e-06, 6.45962518e-06, 7.56755799e-06, 1, 5.70298016e-06)
  5212. Part441.BottomSurface = Enum.SurfaceType.Weld
  5213. Part441.FrontSurface = Enum.SurfaceType.Weld
  5214. Part441.LeftSurface = Enum.SurfaceType.Weld
  5215. Part441.RightSurface = Enum.SurfaceType.Weld
  5216. Part441.TopSurface = Enum.SurfaceType.Weld
  5217. Part441.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5218. Part441.Position = Vector3.new(6.28996181, 2.70008087, 30.7599239)
  5219. Part441.Orientation = Vector3.new(0, -90, -90)
  5220. Part441.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5221. CylinderMesh442.Parent = Part441
  5222. CylinderMesh442.Offset = Vector3.new(0, -0.170000002, 0)
  5223. Part443.Parent = Model0
  5224. Part443.Material = Enum.Material.Metal
  5225. Part443.BrickColor = BrickColor.new("Grime")
  5226. Part443.Rotation = Vector3.new(90, -90, 0)
  5227. Part443.CanCollide = false
  5228. Part443.FormFactor = Enum.FormFactor.Custom
  5229. Part443.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
  5230. Part443.CFrame = CFrame.new(-7.40999508, 2.70016646, 30.7599983, -6.36196455e-06, 3.71647275e-06, -1, -1, 8.96386427e-06, 6.54035557e-06, 6.41305041e-06, 1, 7.34550258e-06)
  5231. Part443.BottomSurface = Enum.SurfaceType.Weld
  5232. Part443.FrontSurface = Enum.SurfaceType.Weld
  5233. Part443.LeftSurface = Enum.SurfaceType.Weld
  5234. Part443.RightSurface = Enum.SurfaceType.Weld
  5235. Part443.TopSurface = Enum.SurfaceType.Weld
  5236. Part443.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5237. Part443.Position = Vector3.new(-7.40999508, 2.70016646, 30.7599983)
  5238. Part443.Orientation = Vector3.new(0, -90, -90)
  5239. Part443.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5240. CylinderMesh444.Parent = Part443
  5241. CylinderMesh444.Offset = Vector3.new(0, -0.170000002, 0)
  5242. Part445.Parent = Model0
  5243. Part445.Material = Enum.Material.Metal
  5244. Part445.BrickColor = BrickColor.new("Grime")
  5245. Part445.Rotation = Vector3.new(90, -90, 0)
  5246. Part445.CanCollide = false
  5247. Part445.FormFactor = Enum.FormFactor.Custom
  5248. Part445.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
  5249. Part445.CFrame = CFrame.new(13.4899139, 2.70003438, 30.759882, -6.44267539e-06, 5.35898835e-06, -1, -1, 7.80934624e-06, 6.45962518e-06, 7.56755799e-06, 1, 5.70298016e-06)
  5250. Part445.BottomSurface = Enum.SurfaceType.Weld
  5251. Part445.FrontSurface = Enum.SurfaceType.Weld
  5252. Part445.LeftSurface = Enum.SurfaceType.Weld
  5253. Part445.RightSurface = Enum.SurfaceType.Weld
  5254. Part445.TopSurface = Enum.SurfaceType.Weld
  5255. Part445.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5256. Part445.Position = Vector3.new(13.4899139, 2.70003438, 30.759882)
  5257. Part445.Orientation = Vector3.new(0, -90, -90)
  5258. Part445.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5259. CylinderMesh446.Parent = Part445
  5260. CylinderMesh446.Offset = Vector3.new(0, -0.170000002, 0)
  5261. Part447.Parent = Model0
  5262. Part447.Material = Enum.Material.Metal
  5263. Part447.BrickColor = BrickColor.new("Grime")
  5264. Part447.Rotation = Vector3.new(90, -90, 0)
  5265. Part447.CanCollide = false
  5266. Part447.FormFactor = Enum.FormFactor.Custom
  5267. Part447.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
  5268. Part447.CFrame = CFrame.new(-13.9099846, 2.80021143, 30.7600117, -6.36196455e-06, 3.71647275e-06, -1, -1, 8.96386427e-06, 6.54035557e-06, 6.41305041e-06, 1, 7.34550258e-06)
  5269. Part447.BottomSurface = Enum.SurfaceType.Weld
  5270. Part447.FrontSurface = Enum.SurfaceType.Weld
  5271. Part447.LeftSurface = Enum.SurfaceType.Weld
  5272. Part447.RightSurface = Enum.SurfaceType.Weld
  5273. Part447.TopSurface = Enum.SurfaceType.Weld
  5274. Part447.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5275. Part447.Position = Vector3.new(-13.9099846, 2.80021143, 30.7600117)
  5276. Part447.Orientation = Vector3.new(0, -90, -90)
  5277. Part447.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5278. CylinderMesh448.Parent = Part447
  5279. CylinderMesh448.Offset = Vector3.new(0, -0.170000002, 0)
  5280. Part449.Parent = Model0
  5281. Part449.Material = Enum.Material.Metal
  5282. Part449.BrickColor = BrickColor.new("Grime")
  5283. Part449.Rotation = Vector3.new(90, -90, 0)
  5284. Part449.CanCollide = false
  5285. Part449.FormFactor = Enum.FormFactor.Custom
  5286. Part449.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
  5287. Part449.CFrame = CFrame.new(-7.30978823, 2.80027866, 46.9599609, -6.56966131e-06, -1.93433134e-05, -1, -1, 9.822832e-06, 6.56947122e-06, 9.82270558e-06, 1, -1.93433771e-05)
  5288. Part449.BottomSurface = Enum.SurfaceType.Weld
  5289. Part449.FrontSurface = Enum.SurfaceType.Weld
  5290. Part449.LeftSurface = Enum.SurfaceType.Weld
  5291. Part449.RightSurface = Enum.SurfaceType.Weld
  5292. Part449.TopSurface = Enum.SurfaceType.Weld
  5293. Part449.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5294. Part449.Position = Vector3.new(-7.30978823, 2.80027866, 46.9599609)
  5295. Part449.Orientation = Vector3.new(0, -90, -90)
  5296. Part449.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5297. CylinderMesh450.Parent = Part449
  5298. CylinderMesh450.Offset = Vector3.new(0, -0.170000002, 0)
  5299. Part451.Parent = Model0
  5300. Part451.Material = Enum.Material.Metal
  5301. Part451.BrickColor = BrickColor.new("Grime")
  5302. Part451.Rotation = Vector3.new(90, -90, 0)
  5303. Part451.CanCollide = false
  5304. Part451.FormFactor = Enum.FormFactor.Custom
  5305. Part451.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
  5306. Part451.CFrame = CFrame.new(6.2901721, 2.80019784, 46.9599152, -6.44267539e-06, 5.35898835e-06, -1, -1, 7.80934624e-06, 6.45962518e-06, 7.56755799e-06, 1, 5.70298016e-06)
  5307. Part451.BottomSurface = Enum.SurfaceType.Weld
  5308. Part451.FrontSurface = Enum.SurfaceType.Weld
  5309. Part451.LeftSurface = Enum.SurfaceType.Weld
  5310. Part451.RightSurface = Enum.SurfaceType.Weld
  5311. Part451.TopSurface = Enum.SurfaceType.Weld
  5312. Part451.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5313. Part451.Position = Vector3.new(6.2901721, 2.80019784, 46.9599152)
  5314. Part451.Orientation = Vector3.new(0, -90, -90)
  5315. Part451.Color = Color3.new(0.498039, 0.556863, 0.392157)
  5316. CylinderMesh452.Parent = Part451
  5317. CylinderMesh452.Offset = Vector3.new(0, -0.170000002, 0)
  5318. for i,v in pairs(mas:GetChildren()) do
  5319. v.Parent = workspace
  5320. pcall(function() v:MakeJoints() end)
  5321. end
  5322. mas:Destroy()
  5323. for i,v in pairs(cors) do
  5324. spawn(function()
  5325. pcall(v)
  5326. end)
  5327. end
Add Comment
Please, Sign In to add comment