Advertisement
Im_Meme

Untitled

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