Advertisement
Im_Meme

Valerexo's Sig-Saw Nuke Script

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