Advertisement
Modii

Untitled

Mar 3rd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 173.76 KB | None | 0 0
  1. --Modii
  2.  
  3. local player = game.Players.LocalPlayer
  4. local char = player.Character
  5. local mouse = player:GetMouse()
  6. local camera = game.Workspace.CurrentCamera
  7. local hpressed = 0
  8. local engineon = false
  9. local flightready = false
  10. local rotateangle = 0
  11. local speed = 10
  12. local wpressed = false
  13. local kpressed = 0
  14. local ppressed = 0
  15. local xpressed = 0
  16. local lpressed = 0
  17. local planehealth = 100
  18. function weld(p0,p1,c0)
  19. local w=Instance.new("Weld",p0)
  20. w.Part0=p0
  21. w.Part1=p1
  22. w.C0=c0
  23. return w
  24. end
  25.  
  26.  
  27. local mcarrier = Instance.new("Model", workspace)
  28. mcarrier.Name = "MCarrier"
  29.  
  30. part = Instance.new("Part", mcarrier)
  31. part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  32. part.TopSurface = Enum.SurfaceType.Smooth
  33. part.Size = Vector3.new(2, 4.8, 1)
  34. part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  35. part.CFrame = CFrame.new(9.399, 7.2, -135.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  36. part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  37. part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  38. part.BrickColor = BrickColor.new("Black")
  39. part.Friction = 0.3
  40. part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  41.  
  42. part_2 = Instance.new("Part", mcarrier)
  43. part_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  44. part_2.TopSurface = Enum.SurfaceType.Smooth
  45. part_2.Size = Vector3.new(2, 4.8, 1)
  46. part_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  47. part_2.CFrame = CFrame.new(9.399, 7.2, -133.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  48. part_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  49. part_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  50. part_2.BrickColor = BrickColor.new("Black")
  51. part_2.Friction = 0.3
  52. part_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  53.  
  54. part_3 = Instance.new("Part", mcarrier)
  55. part_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  56. part_3.TopSurface = Enum.SurfaceType.Smooth
  57. part_3.Size = Vector3.new(2, 4.8, 1)
  58. part_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  59. part_3.CFrame = CFrame.new(9.399, 7.2, -131.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  60. part_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  61. part_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  62. part_3.BrickColor = BrickColor.new("Black")
  63. part_3.Friction = 0.3
  64. part_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  65.  
  66. part_4 = Instance.new("Part", mcarrier)
  67. part_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  68. part_4.TopSurface = Enum.SurfaceType.Smooth
  69. part_4.Size = Vector3.new(2, 4.8, 1)
  70. part_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  71. part_4.CFrame = CFrame.new(9.399, 7.2, -129.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  72. part_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  73. part_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  74. part_4.BrickColor = BrickColor.new("Black")
  75. part_4.Friction = 0.3
  76. part_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  77.  
  78. part_5 = Instance.new("Part", mcarrier)
  79. part_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  80. part_5.TopSurface = Enum.SurfaceType.Smooth
  81. part_5.Size = Vector3.new(2, 4.8, 1)
  82. part_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  83. part_5.CFrame = CFrame.new(9.399, 7.2, -127.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  84. part_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  85. part_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  86. part_5.BrickColor = BrickColor.new("Black")
  87. part_5.Friction = 0.3
  88. part_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  89.  
  90. seat = Instance.new("Seat", mcarrier)
  91. seat.Friction = 0.3
  92. seat.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  93. seat.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  94. seat.TopSurface = Enum.SurfaceType.Smooth
  95. seat.FormFactor = Enum.FormFactor.Custom
  96. seat.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  97. seat.BrickColor = BrickColor.new("Black")
  98. seat.Size = Vector3.new(2, 1, 2)
  99. seat.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  100. seat.CFrame = CFrame.new(7.899, 5.3, -133.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  101. seat.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  102.  
  103. part_6 = Instance.new("Part", mcarrier)
  104. part_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  105. part_6.TopSurface = Enum.SurfaceType.Smooth
  106. part_6.Size = Vector3.new(2, 4.8, 1)
  107. part_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  108. part_6.CFrame = CFrame.new(9.399, 7.2, -125.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  109. part_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  110. part_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  111. part_6.BrickColor = BrickColor.new("Black")
  112. part_6.Friction = 0.3
  113. part_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  114.  
  115. part_7 = Instance.new("Part", mcarrier)
  116. part_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  117. part_7.TopSurface = Enum.SurfaceType.Smooth
  118. part_7.Size = Vector3.new(2, 4.8, 1)
  119. part_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  120. part_7.CFrame = CFrame.new(9.399, 7.2, -115.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  121. part_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  122. part_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  123. part_7.BrickColor = BrickColor.new("Black")
  124. part_7.Friction = 0.3
  125. part_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  126.  
  127. seat_2 = Instance.new("Seat", mcarrier)
  128. seat_2.Friction = 0.3
  129. seat_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  130. seat_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  131. seat_2.TopSurface = Enum.SurfaceType.Smooth
  132. seat_2.FormFactor = Enum.FormFactor.Custom
  133. seat_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  134. seat_2.BrickColor = BrickColor.new("Black")
  135. seat_2.Size = Vector3.new(2, 1, 2)
  136. seat_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  137. seat_2.CFrame = CFrame.new(7.899, 5.3, -127.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  138. seat_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  139.  
  140. seat_3 = Instance.new("Seat", mcarrier)
  141. seat_3.Friction = 0.3
  142. seat_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  143. seat_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  144. seat_3.TopSurface = Enum.SurfaceType.Smooth
  145. seat_3.FormFactor = Enum.FormFactor.Custom
  146. seat_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  147. seat_3.BrickColor = BrickColor.new("Black")
  148. seat_3.Size = Vector3.new(2, 1, 2)
  149. seat_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  150. seat_3.CFrame = CFrame.new(7.899, 5.3, -135.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  151. seat_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  152.  
  153. seat_4 = Instance.new("Seat", mcarrier)
  154. seat_4.Friction = 0.3
  155. seat_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  156. seat_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  157. seat_4.TopSurface = Enum.SurfaceType.Smooth
  158. seat_4.FormFactor = Enum.FormFactor.Custom
  159. seat_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  160. seat_4.BrickColor = BrickColor.new("Black")
  161. seat_4.Size = Vector3.new(2, 1, 2)
  162. seat_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  163. seat_4.CFrame = CFrame.new(7.899, 5.3, -119.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  164. seat_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  165.  
  166. part_8 = Instance.new("Part", mcarrier)
  167. part_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  168. part_8.TopSurface = Enum.SurfaceType.Smooth
  169. part_8.Size = Vector3.new(2, 4.8, 1)
  170. part_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  171. part_8.CFrame = CFrame.new(9.399, 7.2, -117.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  172. part_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  173. part_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  174. part_8.BrickColor = BrickColor.new("Black")
  175. part_8.Friction = 0.3
  176. part_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  177.  
  178. part_9 = Instance.new("Part", mcarrier)
  179. part_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  180. part_9.TopSurface = Enum.SurfaceType.Smooth
  181. part_9.Size = Vector3.new(2, 4.8, 1)
  182. part_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  183. part_9.CFrame = CFrame.new(9.399, 7.2, -113.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  184. part_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  185. part_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  186. part_9.BrickColor = BrickColor.new("Black")
  187. part_9.Friction = 0.3
  188. part_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  189.  
  190. seat_5 = Instance.new("Seat", mcarrier)
  191. seat_5.Friction = 0.3
  192. seat_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  193. seat_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  194. seat_5.TopSurface = Enum.SurfaceType.Smooth
  195. seat_5.FormFactor = Enum.FormFactor.Custom
  196. seat_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  197. seat_5.BrickColor = BrickColor.new("Black")
  198. seat_5.Size = Vector3.new(2, 1, 2)
  199. seat_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  200. seat_5.CFrame = CFrame.new(7.899, 5.3, -115.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  201. seat_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  202.  
  203. seat_6 = Instance.new("Seat", mcarrier)
  204. seat_6.Friction = 0.3
  205. seat_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  206. seat_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  207. seat_6.TopSurface = Enum.SurfaceType.Smooth
  208. seat_6.FormFactor = Enum.FormFactor.Custom
  209. seat_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  210. seat_6.BrickColor = BrickColor.new("Black")
  211. seat_6.Size = Vector3.new(2, 1, 2)
  212. seat_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  213. seat_6.CFrame = CFrame.new(7.899, 5.3, -129.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  214. seat_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  215.  
  216. seat_7 = Instance.new("Seat", mcarrier)
  217. seat_7.Friction = 0.3
  218. seat_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  219. seat_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  220. seat_7.TopSurface = Enum.SurfaceType.Smooth
  221. seat_7.FormFactor = Enum.FormFactor.Custom
  222. seat_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  223. seat_7.BrickColor = BrickColor.new("Black")
  224. seat_7.Size = Vector3.new(2, 1, 2)
  225. seat_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  226. seat_7.CFrame = CFrame.new(7.899, 5.3, -123.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  227. seat_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  228.  
  229. part_10 = Instance.new("Part", mcarrier)
  230. part_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  231. part_10.TopSurface = Enum.SurfaceType.Smooth
  232. part_10.Size = Vector3.new(2, 4.8, 1)
  233. part_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  234. part_10.CFrame = CFrame.new(9.399, 7.2, -119.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  235. part_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  236. part_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  237. part_10.BrickColor = BrickColor.new("Black")
  238. part_10.Friction = 0.3
  239. part_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  240.  
  241. seat_8 = Instance.new("Seat", mcarrier)
  242. seat_8.Friction = 0.3
  243. seat_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  244. seat_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  245. seat_8.TopSurface = Enum.SurfaceType.Smooth
  246. seat_8.FormFactor = Enum.FormFactor.Custom
  247. seat_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  248. seat_8.BrickColor = BrickColor.new("Black")
  249. seat_8.Size = Vector3.new(2, 1, 2)
  250. seat_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  251. seat_8.CFrame = CFrame.new(7.899, 5.3, -131.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  252. seat_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  253.  
  254. seat_9 = Instance.new("Seat", mcarrier)
  255. seat_9.Friction = 0.3
  256. seat_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  257. seat_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  258. seat_9.TopSurface = Enum.SurfaceType.Smooth
  259. seat_9.FormFactor = Enum.FormFactor.Custom
  260. seat_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  261. seat_9.BrickColor = BrickColor.new("Black")
  262. seat_9.Size = Vector3.new(2, 1, 2)
  263. seat_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  264. seat_9.CFrame = CFrame.new(7.899, 5.3, -117.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  265. seat_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  266.  
  267. seat_10 = Instance.new("Seat", mcarrier)
  268. seat_10.Friction = 0.3
  269. seat_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  270. seat_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  271. seat_10.TopSurface = Enum.SurfaceType.Smooth
  272. seat_10.FormFactor = Enum.FormFactor.Custom
  273. seat_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  274. seat_10.BrickColor = BrickColor.new("Black")
  275. seat_10.Size = Vector3.new(2, 1, 2)
  276. seat_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  277. seat_10.CFrame = CFrame.new(7.899, 5.3, -125.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  278. seat_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  279.  
  280. seat_11 = Instance.new("Seat", mcarrier)
  281. seat_11.Friction = 0.3
  282. seat_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  283. seat_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  284. seat_11.TopSurface = Enum.SurfaceType.Smooth
  285. seat_11.FormFactor = Enum.FormFactor.Custom
  286. seat_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  287. seat_11.BrickColor = BrickColor.new("Black")
  288. seat_11.Size = Vector3.new(2, 1, 2)
  289. seat_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  290. seat_11.CFrame = CFrame.new(7.899, 5.3, -121.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  291. seat_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  292.  
  293. seat_12 = Instance.new("Seat", mcarrier)
  294. seat_12.Friction = 0.3
  295. seat_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  296. seat_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  297. seat_12.TopSurface = Enum.SurfaceType.Smooth
  298. seat_12.FormFactor = Enum.FormFactor.Custom
  299. seat_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  300. seat_12.BrickColor = BrickColor.new("Black")
  301. seat_12.Size = Vector3.new(2, 1, 2)
  302. seat_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  303. seat_12.CFrame = CFrame.new(7.899, 5.3, -113.001)* CFrame.Angles(-6.5654114089764e-011, 1.5707963705063, 0)
  304. seat_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  305.  
  306. part_11 = Instance.new("Part", mcarrier)
  307. part_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  308. part_11.TopSurface = Enum.SurfaceType.Smooth
  309. part_11.Size = Vector3.new(2, 4.8, 1)
  310. part_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  311. part_11.CFrame = CFrame.new(9.399, 7.2, -123.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  312. part_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  313. part_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  314. part_11.BrickColor = BrickColor.new("Black")
  315. part_11.Friction = 0.3
  316. part_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  317.  
  318. part_12 = Instance.new("Part", mcarrier)
  319. part_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  320. part_12.TopSurface = Enum.SurfaceType.Smooth
  321. part_12.Size = Vector3.new(2, 4.8, 1)
  322. part_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  323. part_12.CFrame = CFrame.new(9.399, 7.2, -121.001)* CFrame.Angles(-6.5666728998881e-011, 1.5707963705063, 0)
  324. part_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  325. part_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  326. part_12.BrickColor = BrickColor.new("Black")
  327. part_12.Friction = 0.3
  328. part_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  329.  
  330. part_13 = Instance.new("Part", mcarrier)
  331. part_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  332. part_13.TopSurface = Enum.SurfaceType.Smooth
  333. part_13.Size = Vector3.new(2, 4.8, 1)
  334. part_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  335. part_13.CFrame = CFrame.new(0.599, 7.2, -117.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  336. part_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  337. part_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  338. part_13.BrickColor = BrickColor.new("Black")
  339. part_13.Friction = 0.3
  340. part_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  341.  
  342. seat_13 = Instance.new("Seat", mcarrier)
  343. seat_13.Friction = 0.3
  344. seat_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  345. seat_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  346. seat_13.TopSurface = Enum.SurfaceType.Smooth
  347. seat_13.FormFactor = Enum.FormFactor.Custom
  348. seat_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  349. seat_13.BrickColor = BrickColor.new("Black")
  350. seat_13.Size = Vector3.new(2, 1, 2)
  351. seat_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  352. seat_13.CFrame = CFrame.new(2.099, 5.3, -117.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  353. seat_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  354.  
  355. seat_14 = Instance.new("Seat", mcarrier)
  356. seat_14.Friction = 0.3
  357. seat_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  358. seat_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  359. seat_14.TopSurface = Enum.SurfaceType.Smooth
  360. seat_14.FormFactor = Enum.FormFactor.Custom
  361. seat_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  362. seat_14.BrickColor = BrickColor.new("Black")
  363. seat_14.Size = Vector3.new(2, 1, 2)
  364. seat_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  365. seat_14.CFrame = CFrame.new(2.099, 5.3, -131.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  366. seat_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  367.  
  368. part_14 = Instance.new("Part", mcarrier)
  369. part_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  370. part_14.TopSurface = Enum.SurfaceType.Smooth
  371. part_14.Size = Vector3.new(2, 4.8, 1)
  372. part_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  373. part_14.CFrame = CFrame.new(0.599, 7.2, -125.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  374. part_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  375. part_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  376. part_14.BrickColor = BrickColor.new("Black")
  377. part_14.Friction = 0.3
  378. part_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  379.  
  380. seat_15 = Instance.new("Seat", mcarrier)
  381. seat_15.Friction = 0.3
  382. seat_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  383. seat_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  384. seat_15.TopSurface = Enum.SurfaceType.Smooth
  385. seat_15.FormFactor = Enum.FormFactor.Custom
  386. seat_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  387. seat_15.BrickColor = BrickColor.new("Black")
  388. seat_15.Size = Vector3.new(2, 1, 2)
  389. seat_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  390. seat_15.CFrame = CFrame.new(2.099, 5.3, -125.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  391. seat_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  392.  
  393. seat_16 = Instance.new("Seat", mcarrier)
  394. seat_16.Friction = 0.3
  395. seat_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  396. seat_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  397. seat_16.TopSurface = Enum.SurfaceType.Smooth
  398. seat_16.FormFactor = Enum.FormFactor.Custom
  399. seat_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  400. seat_16.BrickColor = BrickColor.new("Black")
  401. seat_16.Size = Vector3.new(2, 1, 2)
  402. seat_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  403. seat_16.CFrame = CFrame.new(2.099, 5.3, -133.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  404. seat_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  405.  
  406. part_15 = Instance.new("Part", mcarrier)
  407. part_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  408. part_15.TopSurface = Enum.SurfaceType.Smooth
  409. part_15.Size = Vector3.new(2, 4.8, 1)
  410. part_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  411. part_15.CFrame = CFrame.new(0.599, 7.2, -133.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  412. part_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  413. part_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  414. part_15.BrickColor = BrickColor.new("Black")
  415. part_15.Friction = 0.3
  416. part_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  417.  
  418. seat_17 = Instance.new("Seat", mcarrier)
  419. seat_17.Friction = 0.3
  420. seat_17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  421. seat_17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  422. seat_17.TopSurface = Enum.SurfaceType.Smooth
  423. seat_17.FormFactor = Enum.FormFactor.Custom
  424. seat_17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  425. seat_17.BrickColor = BrickColor.new("Black")
  426. seat_17.Size = Vector3.new(2, 1, 2)
  427. seat_17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  428. seat_17.CFrame = CFrame.new(2.099, 5.3, -129.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  429. seat_17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  430.  
  431. part_16 = Instance.new("Part", mcarrier)
  432. part_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  433. part_16.TopSurface = Enum.SurfaceType.Smooth
  434. part_16.Size = Vector3.new(2, 4.8, 1)
  435. part_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  436. part_16.CFrame = CFrame.new(0.599, 7.2, -127.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  437. part_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  438. part_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  439. part_16.BrickColor = BrickColor.new("Black")
  440. part_16.Friction = 0.3
  441. part_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  442.  
  443. part_17 = Instance.new("Part", mcarrier)
  444. part_17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  445. part_17.TopSurface = Enum.SurfaceType.Smooth
  446. part_17.Size = Vector3.new(2, 4.8, 1)
  447. part_17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  448. part_17.CFrame = CFrame.new(0.599, 7.2, -135.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  449. part_17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  450. part_17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  451. part_17.BrickColor = BrickColor.new("Black")
  452. part_17.Friction = 0.3
  453. part_17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  454.  
  455. seat_18 = Instance.new("Seat", mcarrier)
  456. seat_18.Friction = 0.3
  457. seat_18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  458. seat_18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  459. seat_18.TopSurface = Enum.SurfaceType.Smooth
  460. seat_18.FormFactor = Enum.FormFactor.Custom
  461. seat_18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  462. seat_18.BrickColor = BrickColor.new("Black")
  463. seat_18.Size = Vector3.new(2, 1, 2)
  464. seat_18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  465. seat_18.CFrame = CFrame.new(2.099, 5.3, -135.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  466. seat_18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  467.  
  468. part_18 = Instance.new("Part", mcarrier)
  469. part_18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  470. part_18.TopSurface = Enum.SurfaceType.Smooth
  471. part_18.Size = Vector3.new(2, 4.8, 1)
  472. part_18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  473. part_18.CFrame = CFrame.new(0.599, 7.2, -129.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  474. part_18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  475. part_18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  476. part_18.BrickColor = BrickColor.new("Black")
  477. part_18.Friction = 0.3
  478. part_18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  479.  
  480. part_19 = Instance.new("Part", mcarrier)
  481. part_19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  482. part_19.TopSurface = Enum.SurfaceType.Smooth
  483. part_19.Size = Vector3.new(2, 4.8, 1)
  484. part_19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  485. part_19.CFrame = CFrame.new(0.599, 7.2, -131.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  486. part_19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  487. part_19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  488. part_19.BrickColor = BrickColor.new("Black")
  489. part_19.Friction = 0.3
  490. part_19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  491.  
  492. seat_19 = Instance.new("Seat", mcarrier)
  493. seat_19.Friction = 0.3
  494. seat_19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  495. seat_19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  496. seat_19.TopSurface = Enum.SurfaceType.Smooth
  497. seat_19.FormFactor = Enum.FormFactor.Custom
  498. seat_19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  499. seat_19.BrickColor = BrickColor.new("Black")
  500. seat_19.Size = Vector3.new(2, 1, 2)
  501. seat_19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  502. seat_19.CFrame = CFrame.new(2.099, 5.3, -127.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  503. seat_19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  504.  
  505. seat_20 = Instance.new("Seat", mcarrier)
  506. seat_20.Friction = 0.3
  507. seat_20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  508. seat_20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  509. seat_20.TopSurface = Enum.SurfaceType.Smooth
  510. seat_20.FormFactor = Enum.FormFactor.Custom
  511. seat_20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  512. seat_20.BrickColor = BrickColor.new("Black")
  513. seat_20.Size = Vector3.new(2, 1, 2)
  514. seat_20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  515. seat_20.CFrame = CFrame.new(2.099, 5.3, -119.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  516. seat_20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  517.  
  518. part_20 = Instance.new("Part", mcarrier)
  519. part_20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  520. part_20.TopSurface = Enum.SurfaceType.Smooth
  521. part_20.Size = Vector3.new(2, 4.8, 1)
  522. part_20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  523. part_20.CFrame = CFrame.new(0.599, 7.2, -115.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  524. part_20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  525. part_20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  526. part_20.BrickColor = BrickColor.new("Black")
  527. part_20.Friction = 0.3
  528. part_20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  529.  
  530. seat_21 = Instance.new("Seat", mcarrier)
  531. seat_21.Friction = 0.3
  532. seat_21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  533. seat_21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  534. seat_21.TopSurface = Enum.SurfaceType.Smooth
  535. seat_21.FormFactor = Enum.FormFactor.Custom
  536. seat_21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  537. seat_21.BrickColor = BrickColor.new("Black")
  538. seat_21.Size = Vector3.new(2, 1, 2)
  539. seat_21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  540. seat_21.CFrame = CFrame.new(2.099, 5.3, -115.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  541. seat_21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  542.  
  543. part_21 = Instance.new("Part", mcarrier)
  544. part_21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  545. part_21.TopSurface = Enum.SurfaceType.Smooth
  546. part_21.Size = Vector3.new(2, 4.8, 1)
  547. part_21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  548. part_21.CFrame = CFrame.new(0.599, 7.2, -119.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  549. part_21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  550. part_21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  551. part_21.BrickColor = BrickColor.new("Black")
  552. part_21.Friction = 0.3
  553. part_21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  554.  
  555. seat_22 = Instance.new("Seat", mcarrier)
  556. seat_22.Friction = 0.3
  557. seat_22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  558. seat_22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  559. seat_22.TopSurface = Enum.SurfaceType.Smooth
  560. seat_22.FormFactor = Enum.FormFactor.Custom
  561. seat_22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  562. seat_22.BrickColor = BrickColor.new("Black")
  563. seat_22.Size = Vector3.new(2, 1, 2)
  564. seat_22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  565. seat_22.CFrame = CFrame.new(2.099, 5.3, -121.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  566. seat_22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  567.  
  568. seat_23 = Instance.new("Seat", mcarrier)
  569. seat_23.Friction = 0.3
  570. seat_23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  571. seat_23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  572. seat_23.TopSurface = Enum.SurfaceType.Smooth
  573. seat_23.FormFactor = Enum.FormFactor.Custom
  574. seat_23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  575. seat_23.BrickColor = BrickColor.new("Black")
  576. seat_23.Size = Vector3.new(2, 1, 2)
  577. seat_23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  578. seat_23.CFrame = CFrame.new(2.099, 5.3, -123.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  579. seat_23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  580.  
  581. part_22 = Instance.new("Part", mcarrier)
  582. part_22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  583. part_22.TopSurface = Enum.SurfaceType.Smooth
  584. part_22.Size = Vector3.new(2, 4.8, 1)
  585. part_22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  586. part_22.CFrame = CFrame.new(0.599, 7.2, -123.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  587. part_22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  588. part_22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  589. part_22.BrickColor = BrickColor.new("Black")
  590. part_22.Friction = 0.3
  591. part_22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  592.  
  593. part_23 = Instance.new("Part", mcarrier)
  594. part_23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  595. part_23.TopSurface = Enum.SurfaceType.Smooth
  596. part_23.Size = Vector3.new(2, 4.8, 1)
  597. part_23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  598. part_23.CFrame = CFrame.new(0.599, 7.2, -121.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  599. part_23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  600. part_23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  601. part_23.BrickColor = BrickColor.new("Black")
  602. part_23.Friction = 0.3
  603. part_23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  604.  
  605. propeller2pos = Instance.new("Part", mcarrier)
  606. propeller2pos.FormFactor = Enum.FormFactor.Symmetric
  607. propeller2pos.CanCollide = false
  608. propeller2pos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  609. propeller2pos.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  610. propeller2pos.Material = Enum.Material.SmoothPlastic
  611. propeller2pos.Size = Vector3.new(2, 2, 2)
  612. propeller2pos.Name = "propeller2pos"
  613. propeller2pos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  614. propeller2pos.CFrame = CFrame.new(-8.191, 5.092, -138.2)* CFrame.Angles(-5.0020066311163e-008, 1.5707963705063, 0)
  615. propeller2pos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  616. propeller2pos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  617. propeller2pos.BrickColor = BrickColor.new("Dark stone grey")
  618. propeller2pos.Friction = 0.3
  619. propeller2pos.Shape = Enum.PartType.Cylinder
  620. propeller2pos.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  621.  
  622. propeller3 = Instance.new("Model", mcarrier)
  623. propeller3.Name = "propeller3"
  624.  
  625. propellercenter = Instance.new("Part", propeller3)
  626. propellercenter.FormFactor = Enum.FormFactor.Symmetric
  627. propellercenter.CanCollide = false
  628. propellercenter.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  629. propellercenter.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  630. propellercenter.Material = Enum.Material.SmoothPlastic
  631. propellercenter.Size = Vector3.new(2, 2, 2)
  632. propellercenter.Name = "propellercenter"
  633. propellercenter.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  634. propellercenter.CFrame = CFrame.new(19.409, 5.315, -138.2)* CFrame.Angles(-5.0020066311163e-008, 1.5707963705063, 0)
  635. propellercenter.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  636. propellercenter.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  637. propellercenter.BrickColor = BrickColor.new("Dark stone grey")
  638. propellercenter.Friction = 0.3
  639. propellercenter.Shape = Enum.PartType.Cylinder
  640. propellercenter.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  641.  
  642. part_24 = Instance.new("Part", propeller3)
  643. part_24.FormFactor = Enum.FormFactor.Plate
  644. part_24.CanCollide = false
  645. part_24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  646. part_24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  647. part_24.Material = Enum.Material.SmoothPlastic
  648. part_24.Size = Vector3.new(2, 0.4, 5)
  649. part_24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  650. part_24.CFrame = CFrame.new(20.909, 3.815, -138.6)* CFrame.Angles(-1.5707515478134, -0.76795387268066, -3.1415314674377)
  651. part_24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  652. part_24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  653. part_24.BrickColor = BrickColor.new("Dark stone grey")
  654. part_24.Friction = 0.3
  655. part_24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  656.  
  657. mesh = Instance.new("SpecialMesh", part_24)
  658. mesh.MeshType = Enum.MeshType.Sphere
  659.  
  660. part_25 = Instance.new("Part", propeller3)
  661. part_25.FormFactor = Enum.FormFactor.Plate
  662. part_25.CanCollide = false
  663. part_25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  664. part_25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  665. part_25.Material = Enum.Material.SmoothPlastic
  666. part_25.Size = Vector3.new(2, 0.4, 5)
  667. part_25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  668. part_25.CFrame = CFrame.new(19.409, 7.815, -138.6)* CFrame.Angles(-1.5707963705063, 1.4532548497925e-008, -3.1415505409241)
  669. part_25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  670. part_25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  671. part_25.BrickColor = BrickColor.new("Dark stone grey")
  672. part_25.Friction = 0.3
  673. part_25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  674.  
  675. mesh_2 = Instance.new("SpecialMesh", part_25)
  676. mesh_2.MeshType = Enum.MeshType.Sphere
  677.  
  678. part_26 = Instance.new("Part", propeller3)
  679. part_26.FormFactor = Enum.FormFactor.Plate
  680. part_26.CanCollide = false
  681. part_26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  682. part_26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  683. part_26.Material = Enum.Material.SmoothPlastic
  684. part_26.Size = Vector3.new(2, 0.4, 5)
  685. part_26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  686. part_26.CFrame = CFrame.new(17.409, 4.015, -138.6)* CFrame.Angles(-1.5708765983582, 1.0472055673599, -3.1415021419525)
  687. part_26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  688. part_26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  689. part_26.BrickColor = BrickColor.new("Dark stone grey")
  690. part_26.Friction = 0.3
  691. part_26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  692.  
  693. mesh_3 = Instance.new("SpecialMesh", part_26)
  694. mesh_3.MeshType = Enum.MeshType.Sphere
  695.  
  696. mainseat = Instance.new("Seat", mcarrier)
  697. mainseat.Friction = 0.3
  698. mainseat.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  699. mainseat.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  700. mainseat.TopSurface = Enum.SurfaceType.Smooth
  701. mainseat.FormFactor = Enum.FormFactor.Custom
  702. mainseat.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  703. mainseat.BrickColor = BrickColor.new("Black")
  704. mainseat.Size = Vector3.new(2, 1, 2)
  705. mainseat.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  706. mainseat.CFrame = CFrame.new(1.599, 5.3, -162.501)* CFrame.Angles(1.5113250928511e-011, -2.9842770507375e-013, -7.5566228621704e-012)
  707. mainseat.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  708. mainseat.Name = "mainseat"
  709.  
  710. part_27 = Instance.new("Part", mcarrier)
  711. part_27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  712. part_27.TopSurface = Enum.SurfaceType.Smooth
  713. part_27.Size = Vector3.new(2, 4.8, 1)
  714. part_27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  715. part_27.CFrame = CFrame.new(0.599, 7.2, -113.001)* CFrame.Angles(6.5666715121093e-011, -1.5707963705063, 0)
  716. part_27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  717. part_27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  718. part_27.BrickColor = BrickColor.new("Black")
  719. part_27.Friction = 0.3
  720. part_27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  721.  
  722. seat_24 = Instance.new("Seat", mcarrier)
  723. seat_24.Friction = 0.3
  724. seat_24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  725. seat_24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  726. seat_24.TopSurface = Enum.SurfaceType.Smooth
  727. seat_24.FormFactor = Enum.FormFactor.Custom
  728. seat_24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  729. seat_24.BrickColor = BrickColor.new("Black")
  730. seat_24.Size = Vector3.new(2, 1, 2)
  731. seat_24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  732. seat_24.CFrame = CFrame.new(2.099, 5.3, -113.001)* CFrame.Angles(6.5654100211976e-011, -1.5707963705063, 0)
  733. seat_24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  734.  
  735. part_28 = Instance.new("Part", mcarrier)
  736. part_28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  737. part_28.TopSurface = Enum.SurfaceType.Smooth
  738. part_28.Size = Vector3.new(2, 4.8, 1)
  739. part_28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  740. part_28.CFrame = CFrame.new(1.599, 7.2, -161.001)* CFrame.Angles(1.5125864102905e-011, -4.3711565922422e-008, -7.5585778955278e-012)
  741. part_28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  742. part_28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  743. part_28.BrickColor = BrickColor.new("Black")
  744. part_28.Friction = 0.3
  745. part_28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  746.  
  747. part_29 = Instance.new("Part", mcarrier)
  748. part_29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  749. part_29.TopSurface = Enum.SurfaceType.Smooth
  750. part_29.Size = Vector3.new(2, 4.8, 1)
  751. part_29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  752. part_29.CFrame = CFrame.new(8.799, 7.2, -161.001)* CFrame.Angles(1.5125864102905e-011, -4.3711565922422e-008, -7.5585778955278e-012)
  753. part_29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  754. part_29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  755. part_29.BrickColor = BrickColor.new("Black")
  756. part_29.Friction = 0.3
  757. part_29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  758.  
  759. seat_25 = Instance.new("Seat", mcarrier)
  760. seat_25.Friction = 0.3
  761. seat_25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  762. seat_25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  763. seat_25.TopSurface = Enum.SurfaceType.Smooth
  764. seat_25.FormFactor = Enum.FormFactor.Custom
  765. seat_25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  766. seat_25.BrickColor = BrickColor.new("Black")
  767. seat_25.Size = Vector3.new(2, 1, 2)
  768. seat_25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  769. seat_25.CFrame = CFrame.new(8.799, 5.3, -162.501)* CFrame.Angles(1.5113250928511e-011, -2.9842770507375e-013, -7.5566228621704e-012)
  770. seat_25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  771.  
  772. propeller4 = Instance.new("Model", mcarrier)
  773. propeller4.Name = "propeller4"
  774.  
  775. propellercenter_2 = Instance.new("Part", propeller4)
  776. propellercenter_2.FormFactor = Enum.FormFactor.Symmetric
  777. propellercenter_2.CanCollide = false
  778. propellercenter_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  779. propellercenter_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  780. propellercenter_2.Material = Enum.Material.SmoothPlastic
  781. propellercenter_2.Size = Vector3.new(2, 2, 2)
  782. propellercenter_2.Name = "propellercenter"
  783. propellercenter_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  784. propellercenter_2.CFrame = CFrame.new(26.309, 5.208, -136.2)* CFrame.Angles(-5.0020066311163e-008, 1.5707963705063, 0)
  785. propellercenter_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  786. propellercenter_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  787. propellercenter_2.BrickColor = BrickColor.new("Dark stone grey")
  788. propellercenter_2.Friction = 0.3
  789. propellercenter_2.Shape = Enum.PartType.Cylinder
  790. propellercenter_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  791.  
  792. part_30 = Instance.new("Part", propeller4)
  793. part_30.FormFactor = Enum.FormFactor.Plate
  794. part_30.CanCollide = false
  795. part_30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  796. part_30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  797. part_30.Material = Enum.Material.SmoothPlastic
  798. part_30.Size = Vector3.new(2, 0.4, 5)
  799. part_30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  800. part_30.CFrame = CFrame.new(27.809, 3.708, -136.6)* CFrame.Angles(-1.5707515478134, -0.76795387268066, -3.1415314674377)
  801. part_30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  802. part_30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  803. part_30.BrickColor = BrickColor.new("Dark stone grey")
  804. part_30.Friction = 0.3
  805. part_30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  806.  
  807. mesh_4 = Instance.new("SpecialMesh", part_30)
  808. mesh_4.MeshType = Enum.MeshType.Sphere
  809.  
  810. part_31 = Instance.new("Part", propeller4)
  811. part_31.FormFactor = Enum.FormFactor.Plate
  812. part_31.CanCollide = false
  813. part_31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  814. part_31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  815. part_31.Material = Enum.Material.SmoothPlastic
  816. part_31.Size = Vector3.new(2, 0.4, 5)
  817. part_31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  818. part_31.CFrame = CFrame.new(26.309, 7.708, -136.6)* CFrame.Angles(-1.5707963705063, 1.4532548497925e-008, -3.1415505409241)
  819. part_31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  820. part_31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  821. part_31.BrickColor = BrickColor.new("Dark stone grey")
  822. part_31.Friction = 0.3
  823. part_31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  824.  
  825. mesh_5 = Instance.new("SpecialMesh", part_31)
  826. mesh_5.MeshType = Enum.MeshType.Sphere
  827.  
  828. part_32 = Instance.new("Part", propeller4)
  829. part_32.FormFactor = Enum.FormFactor.Plate
  830. part_32.CanCollide = false
  831. part_32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  832. part_32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  833. part_32.Material = Enum.Material.SmoothPlastic
  834. part_32.Size = Vector3.new(2, 0.4, 5)
  835. part_32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  836. part_32.CFrame = CFrame.new(24.309, 3.908, -136.6)* CFrame.Angles(-1.5708765983582, 1.0472055673599, -3.1415021419525)
  837. part_32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  838. part_32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  839. part_32.BrickColor = BrickColor.new("Dark stone grey")
  840. part_32.Friction = 0.3
  841. part_32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  842.  
  843. mesh_6 = Instance.new("SpecialMesh", part_32)
  844. mesh_6.MeshType = Enum.MeshType.Sphere
  845.  
  846. propeller1pos = Instance.new("Part", mcarrier)
  847. propeller1pos.FormFactor = Enum.FormFactor.Symmetric
  848. propeller1pos.CanCollide = false
  849. propeller1pos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  850. propeller1pos.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  851. propeller1pos.Material = Enum.Material.SmoothPlastic
  852. propeller1pos.Size = Vector3.new(2, 2, 2)
  853. propeller1pos.Name = "propeller1pos"
  854. propeller1pos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  855. propeller1pos.CFrame = CFrame.new(-16.191, 5.092, -136.5)* CFrame.Angles(-3.7818981724058e-008, 1.5707963705063, 0)
  856. propeller1pos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  857. propeller1pos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  858. propeller1pos.BrickColor = BrickColor.new("Dark stone grey")
  859. propeller1pos.Friction = 0.3
  860. propeller1pos.Shape = Enum.PartType.Cylinder
  861. propeller1pos.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  862.  
  863. propeller4pos = Instance.new("Part", mcarrier)
  864. propeller4pos.FormFactor = Enum.FormFactor.Symmetric
  865. propeller4pos.CanCollide = false
  866. propeller4pos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  867. propeller4pos.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  868. propeller4pos.Material = Enum.Material.SmoothPlastic
  869. propeller4pos.Size = Vector3.new(2, 2, 2)
  870. propeller4pos.Name = "propeller4pos"
  871. propeller4pos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  872. propeller4pos.CFrame = CFrame.new(26.309, 5.208, -136.2)* CFrame.Angles(-5.0020066311163e-008, 1.5707963705063, 0)
  873. propeller4pos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  874. propeller4pos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  875. propeller4pos.BrickColor = BrickColor.new("Dark stone grey")
  876. propeller4pos.Friction = 0.3
  877. propeller4pos.Shape = Enum.PartType.Cylinder
  878. propeller4pos.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  879.  
  880. propeller2 = Instance.new("Model", mcarrier)
  881. propeller2.Name = "propeller2"
  882.  
  883. propellercenter_3 = Instance.new("Part", propeller2)
  884. propellercenter_3.FormFactor = Enum.FormFactor.Symmetric
  885. propellercenter_3.CanCollide = false
  886. propellercenter_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  887. propellercenter_3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  888. propellercenter_3.Material = Enum.Material.SmoothPlastic
  889. propellercenter_3.Size = Vector3.new(2, 2, 2)
  890. propellercenter_3.Name = "propellercenter"
  891. propellercenter_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  892. propellercenter_3.CFrame = CFrame.new(-8.291, 5.093, -138.2)* CFrame.Angles(-5.0020066311163e-008, 1.5707963705063, 0)
  893. propellercenter_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  894. propellercenter_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  895. propellercenter_3.BrickColor = BrickColor.new("Dark stone grey")
  896. propellercenter_3.Friction = 0.3
  897. propellercenter_3.Shape = Enum.PartType.Cylinder
  898. propellercenter_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  899.  
  900. part_33 = Instance.new("Part", propeller2)
  901. part_33.FormFactor = Enum.FormFactor.Plate
  902. part_33.CanCollide = false
  903. part_33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  904. part_33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  905. part_33.Material = Enum.Material.SmoothPlastic
  906. part_33.Size = Vector3.new(2, 0.4, 5)
  907. part_33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  908. part_33.CFrame = CFrame.new(-6.791, 3.593, -138.6)* CFrame.Angles(-1.5707515478134, -0.76795387268066, -3.1415314674377)
  909. part_33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  910. part_33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  911. part_33.BrickColor = BrickColor.new("Dark stone grey")
  912. part_33.Friction = 0.3
  913. part_33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  914.  
  915. mesh_7 = Instance.new("SpecialMesh", part_33)
  916. mesh_7.MeshType = Enum.MeshType.Sphere
  917.  
  918. part_34 = Instance.new("Part", propeller2)
  919. part_34.FormFactor = Enum.FormFactor.Plate
  920. part_34.CanCollide = false
  921. part_34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  922. part_34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  923. part_34.Material = Enum.Material.SmoothPlastic
  924. part_34.Size = Vector3.new(2, 0.4, 5)
  925. part_34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  926. part_34.CFrame = CFrame.new(-8.291, 7.593, -138.6)* CFrame.Angles(-1.5707963705063, 1.4532548497925e-008, -3.1415505409241)
  927. part_34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  928. part_34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  929. part_34.BrickColor = BrickColor.new("Dark stone grey")
  930. part_34.Friction = 0.3
  931. part_34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  932.  
  933. mesh_8 = Instance.new("SpecialMesh", part_34)
  934. mesh_8.MeshType = Enum.MeshType.Sphere
  935.  
  936. part_35 = Instance.new("Part", propeller2)
  937. part_35.FormFactor = Enum.FormFactor.Plate
  938. part_35.CanCollide = false
  939. part_35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  940. part_35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  941. part_35.Material = Enum.Material.SmoothPlastic
  942. part_35.Size = Vector3.new(2, 0.4, 5)
  943. part_35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  944. part_35.CFrame = CFrame.new(-10.291, 3.793, -138.6)* CFrame.Angles(-1.5708765983582, 1.0472055673599, -3.1415021419525)
  945. part_35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  946. part_35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  947. part_35.BrickColor = BrickColor.new("Dark stone grey")
  948. part_35.Friction = 0.3
  949. part_35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  950.  
  951. mesh_9 = Instance.new("SpecialMesh", part_35)
  952. mesh_9.MeshType = Enum.MeshType.Sphere
  953.  
  954. troopdooropen = Instance.new("Part", mcarrier)
  955. troopdooropen.FormFactor = Enum.FormFactor.Custom
  956. troopdooropen.CanCollide = true
  957. troopdooropen.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  958. troopdooropen.Transparency = 0
  959. troopdooropen.TopSurface = Enum.SurfaceType.Smooth
  960. troopdooropen.Material = Enum.Material.SmoothPlastic
  961. troopdooropen.Size = Vector3.new(12, 8.4, 1)
  962. troopdooropen.Name = "troopdooropen"
  963. troopdooropen.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  964. troopdooropen.CFrame = CFrame.new(5, 3.4, -89.1)* CFrame.Angles(1.7976890802383, 0, -0)
  965. troopdooropen.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  966. troopdooropen.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  967. troopdooropen.BrickColor = BrickColor.new("Buttermilk")
  968. troopdooropen.Friction = 0.3
  969. troopdooropen.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  970.  
  971. mesh_10 = Instance.new("SpecialMesh", troopdooropen)
  972. mesh_10.MeshType = Enum.MeshType.Wedge
  973.  
  974. propeller3pos = Instance.new("Part", mcarrier)
  975. propeller3pos.FormFactor = Enum.FormFactor.Symmetric
  976. propeller3pos.CanCollide = false
  977. propeller3pos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  978. propeller3pos.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  979. propeller3pos.Material = Enum.Material.SmoothPlastic
  980. propeller3pos.Size = Vector3.new(2, 2, 2)
  981. propeller3pos.Name = "propeller3pos"
  982. propeller3pos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  983. propeller3pos.CFrame = CFrame.new(19.409, 5.315, -138.2)* CFrame.Angles(-5.0020066311163e-008, 1.5707963705063, 0)
  984. propeller3pos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  985. propeller3pos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  986. propeller3pos.BrickColor = BrickColor.new("Dark stone grey")
  987. propeller3pos.Friction = 0.3
  988. propeller3pos.Shape = Enum.PartType.Cylinder
  989. propeller3pos.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  990.  
  991. propeller1 = Instance.new("Model", mcarrier)
  992. propeller1.Name = "propeller1"
  993.  
  994. propellercenter_4 = Instance.new("Part", propeller1)
  995. propellercenter_4.FormFactor = Enum.FormFactor.Symmetric
  996. propellercenter_4.CanCollide = false
  997. propellercenter_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  998. propellercenter_4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  999. propellercenter_4.Material = Enum.Material.SmoothPlastic
  1000. propellercenter_4.Size = Vector3.new(2, 2, 2)
  1001. propellercenter_4.Name = "propellercenter"
  1002. propellercenter_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. propellercenter_4.CFrame = CFrame.new(-16.191, 5.093, -136.5)* CFrame.Angles(-3.7818981724058e-008, 1.5707963705063, 0)
  1004. propellercenter_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1005. propellercenter_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. propellercenter_4.BrickColor = BrickColor.new("Dark stone grey")
  1007. propellercenter_4.Friction = 0.3
  1008. propellercenter_4.Shape = Enum.PartType.Cylinder
  1009. propellercenter_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1010.  
  1011. part_36 = Instance.new("Part", propeller1)
  1012. part_36.FormFactor = Enum.FormFactor.Plate
  1013. part_36.CanCollide = false
  1014. part_36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. part_36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1016. part_36.Material = Enum.Material.SmoothPlastic
  1017. part_36.Size = Vector3.new(2, 0.4, 5)
  1018. part_36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1019. part_36.CFrame = CFrame.new(-14.691, 3.593, -136.9)* CFrame.Angles(-1.5707515478134, -0.7679540514946, -3.1415314674377)
  1020. part_36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1021. part_36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1022. part_36.BrickColor = BrickColor.new("Dark stone grey")
  1023. part_36.Friction = 0.3
  1024. part_36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1025.  
  1026. mesh_11 = Instance.new("SpecialMesh", part_36)
  1027. mesh_11.MeshType = Enum.MeshType.Sphere
  1028.  
  1029. part_37 = Instance.new("Part", propeller1)
  1030. part_37.FormFactor = Enum.FormFactor.Plate
  1031. part_37.CanCollide = false
  1032. part_37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. part_37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1034. part_37.Material = Enum.Material.SmoothPlastic
  1035. part_37.Size = Vector3.new(2, 0.4, 5)
  1036. part_37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1037. part_37.CFrame = CFrame.new(-16.191, 7.593, -136.9)* CFrame.Angles(-1.5707963705063, -2.336129654168e-007, -3.1415505409241)
  1038. part_37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1039. part_37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1040. part_37.BrickColor = BrickColor.new("Dark stone grey")
  1041. part_37.Friction = 0.3
  1042. part_37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1043.  
  1044. mesh_12 = Instance.new("SpecialMesh", part_37)
  1045. mesh_12.MeshType = Enum.MeshType.Sphere
  1046.  
  1047. part_38 = Instance.new("Part", propeller1)
  1048. part_38.FormFactor = Enum.FormFactor.Plate
  1049. part_38.CanCollide = false
  1050. part_38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1051. part_38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1052. part_38.Material = Enum.Material.SmoothPlastic
  1053. part_38.Size = Vector3.new(2, 0.4, 5)
  1054. part_38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1055. part_38.CFrame = CFrame.new(-18.191, 3.793, -136.9)* CFrame.Angles(-1.5708764791489, 1.0472053289413, -3.1415021419525)
  1056. part_38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1057. part_38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. part_38.BrickColor = BrickColor.new("Dark stone grey")
  1059. part_38.Friction = 0.3
  1060. part_38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1061.  
  1062. mesh_13 = Instance.new("SpecialMesh", part_38)
  1063. mesh_13.MeshType = Enum.MeshType.Sphere
  1064.  
  1065. part_39 = Instance.new("Part", mcarrier)
  1066. part_39.FormFactor = Enum.FormFactor.Plate
  1067. part_39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1068. part_39.TopSurface = Enum.SurfaceType.Smooth
  1069. part_39.Material = Enum.Material.SmoothPlastic
  1070. part_39.Size = Vector3.new(3, 0.8, 2)
  1071. part_39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1072. part_39.CFrame = CFrame.new(32.4, 1.2, -124.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  1073. part_39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1074. part_39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. part_39.BrickColor = BrickColor.new("Dark stone grey")
  1076. part_39.Friction = 0.3
  1077. part_39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. part_39.Name = "Wheel1"
  1079.  
  1080. mesh_14 = Instance.new("CylinderMesh", part_39)
  1081.  
  1082. part_40 = Instance.new("Part", mcarrier)
  1083. part_40.FormFactor = Enum.FormFactor.Plate
  1084. part_40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. part_40.TopSurface = Enum.SurfaceType.Smooth
  1086. part_40.Material = Enum.Material.SmoothPlastic
  1087. part_40.Size = Vector3.new(3, 0.8, 2)
  1088. part_40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1089. part_40.CFrame = CFrame.new(-22.6, 1.2, -124.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  1090. part_40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1091. part_40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1092. part_40.BrickColor = BrickColor.new("Dark stone grey")
  1093. part_40.Friction = 0.3
  1094. part_40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. part_40.Name = "Wheel2"
  1096.  
  1097. mesh_15 = Instance.new("CylinderMesh", part_40)
  1098.  
  1099. part_41 = Instance.new("Part", mcarrier)
  1100. part_41.FormFactor = Enum.FormFactor.Plate
  1101. part_41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. part_41.TopSurface = Enum.SurfaceType.Smooth
  1103. part_41.Material = Enum.Material.SmoothPlastic
  1104. part_41.Size = Vector3.new(6, 2, 2)
  1105. part_41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1106. part_41.CFrame = CFrame.new(5, 7, -167)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1107. part_41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1108. part_41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1109. part_41.BrickColor = BrickColor.new("Dark stone grey")
  1110. part_41.Friction = 0.3
  1111. part_41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1112.  
  1113. mesh_16 = Instance.new("SpecialMesh", part_41)
  1114. mesh_16.MeshType = Enum.MeshType.Wedge
  1115.  
  1116. part_42 = Instance.new("Part", mcarrier)
  1117. part_42.FormFactor = Enum.FormFactor.Plate
  1118. part_42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1119. part_42.TopSurface = Enum.SurfaceType.Smooth
  1120. part_42.Material = Enum.Material.SmoothPlastic
  1121. part_42.Size = Vector3.new(3, 0.8, 2)
  1122. part_42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. part_42.CFrame = CFrame.new(32.4, 1.2, -128.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  1124. part_42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. part_42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. part_42.BrickColor = BrickColor.new("Dark stone grey")
  1127. part_42.Friction = 0.3
  1128. part_42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1129. part_42.Name = "Wheel3"
  1130.  
  1131. mesh_17 = Instance.new("CylinderMesh", part_42)
  1132.  
  1133. part_43 = Instance.new("Part", mcarrier)
  1134. part_43.FormFactor = Enum.FormFactor.Plate
  1135. part_43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. part_43.TopSurface = Enum.SurfaceType.Smooth
  1137. part_43.Material = Enum.Material.SmoothPlastic
  1138. part_43.Size = Vector3.new(2, 2.8, 2)
  1139. part_43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. part_43.CFrame = CFrame.new(1, 6.2, -167)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1141. part_43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. part_43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. part_43.BrickColor = BrickColor.new("Dark stone grey")
  1144. part_43.Friction = 0.3
  1145. part_43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1146.  
  1147. mesh_18 = Instance.new("BlockMesh", part_43)
  1148.  
  1149. part_44 = Instance.new("Part", mcarrier)
  1150. part_44.FormFactor = Enum.FormFactor.Plate
  1151. part_44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. part_44.TopSurface = Enum.SurfaceType.Smooth
  1153. part_44.Material = Enum.Material.SmoothPlastic
  1154. part_44.Size = Vector3.new(1, 4.4, 3)
  1155. part_44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. part_44.CFrame = CFrame.new(8.5, 10.2, -155.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1157. part_44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. part_44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. part_44.BrickColor = BrickColor.new("Buttermilk")
  1160. part_44.Friction = 0.3
  1161. part_44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1162.  
  1163. mesh_19 = Instance.new("BlockMesh", part_44)
  1164.  
  1165. part_45 = Instance.new("Part", mcarrier)
  1166. part_45.FormFactor = Enum.FormFactor.Plate
  1167. part_45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. part_45.Transparency = 0.5
  1169. part_45.TopSurface = Enum.SurfaceType.Smooth
  1170. part_45.Material = Enum.Material.SmoothPlastic
  1171. part_45.Size = Vector3.new(4, 3.2, 1)
  1172. part_45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. part_45.CFrame = CFrame.new(-0.5, 9.6, -164)* CFrame.Angles(-0, -1.5707963705063, 0)
  1174. part_45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1175. part_45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. part_45.BrickColor = BrickColor.new("Buttermilk")
  1177. part_45.Friction = 0.3
  1178. part_45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1179.  
  1180. mesh_20 = Instance.new("BlockMesh", part_45)
  1181.  
  1182. part_46 = Instance.new("Part", mcarrier)
  1183. part_46.FormFactor = Enum.FormFactor.Plate
  1184. part_46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. part_46.Transparency = 0.5
  1186. part_46.TopSurface = Enum.SurfaceType.Smooth
  1187. part_46.Material = Enum.Material.SmoothPlastic
  1188. part_46.Size = Vector3.new(4, 3.2, 1)
  1189. part_46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. part_46.CFrame = CFrame.new(10.5, 9.6, -164)* CFrame.Angles(-0, -1.5707963705063, 0)
  1191. part_46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1192. part_46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1193. part_46.BrickColor = BrickColor.new("Buttermilk")
  1194. part_46.Friction = 0.3
  1195. part_46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1196.  
  1197. mesh_21 = Instance.new("BlockMesh", part_46)
  1198.  
  1199. part_47 = Instance.new("Part", mcarrier)
  1200. part_47.FormFactor = Enum.FormFactor.Plate
  1201. part_47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. part_47.TopSurface = Enum.SurfaceType.Smooth
  1203. part_47.Material = Enum.Material.SmoothPlastic
  1204. part_47.Size = Vector3.new(4, 1.2, 1)
  1205. part_47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. part_47.CFrame = CFrame.new(10.5, 11.8, -164)* CFrame.Angles(-0, -1.5707963705063, 0)
  1207. part_47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. part_47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. part_47.BrickColor = BrickColor.new("Buttermilk")
  1210. part_47.Friction = 0.3
  1211. part_47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1212.  
  1213. mesh_22 = Instance.new("BlockMesh", part_47)
  1214.  
  1215. part_48 = Instance.new("Part", mcarrier)
  1216. part_48.FormFactor = Enum.FormFactor.Plate
  1217. part_48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. part_48.TopSurface = Enum.SurfaceType.Smooth
  1219. part_48.Material = Enum.Material.SmoothPlastic
  1220. part_48.Size = Vector3.new(7, 4.4, 1)
  1221. part_48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. part_48.CFrame = CFrame.new(10.5, 10.2, -158.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1223. part_48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. part_48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1225. part_48.BrickColor = BrickColor.new("Buttermilk")
  1226. part_48.Friction = 0.3
  1227. part_48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1228.  
  1229. mesh_23 = Instance.new("BlockMesh", part_48)
  1230.  
  1231. part_49 = Instance.new("Part", mcarrier)
  1232. part_49.FormFactor = Enum.FormFactor.Plate
  1233. part_49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. part_49.TopSurface = Enum.SurfaceType.Smooth
  1235. part_49.Material = Enum.Material.SmoothPlastic
  1236. part_49.Size = Vector3.new(7, 4.4, 1)
  1237. part_49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. part_49.CFrame = CFrame.new(-0.5, 10.2, -158.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1239. part_49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. part_49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. part_49.BrickColor = BrickColor.new("Buttermilk")
  1242. part_49.Friction = 0.3
  1243. part_49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1244.  
  1245. mesh_24 = Instance.new("BlockMesh", part_49)
  1246.  
  1247. part_50 = Instance.new("Part", mcarrier)
  1248. part_50.FormFactor = Enum.FormFactor.Plate
  1249. part_50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. part_50.TopSurface = Enum.SurfaceType.Smooth
  1251. part_50.Material = Enum.Material.SmoothPlastic
  1252. part_50.Size = Vector3.new(4, 1.2, 1)
  1253. part_50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. part_50.CFrame = CFrame.new(-0.5, 11.8, -164)* CFrame.Angles(-0, -1.5707963705063, 0)
  1255. part_50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. part_50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. part_50.BrickColor = BrickColor.new("Buttermilk")
  1258. part_50.Friction = 0.3
  1259. part_50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1260.  
  1261. mesh_25 = Instance.new("BlockMesh", part_50)
  1262.  
  1263. part_51 = Instance.new("Part", mcarrier)
  1264. part_51.FormFactor = Enum.FormFactor.Plate
  1265. part_51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. part_51.TopSurface = Enum.SurfaceType.Smooth
  1267. part_51.Material = Enum.Material.SmoothPlastic
  1268. part_51.Size = Vector3.new(1, 4.4, 3)
  1269. part_51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. part_51.CFrame = CFrame.new(1.5, 10.2, -155.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1271. part_51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. part_51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. part_51.BrickColor = BrickColor.new("Buttermilk")
  1274. part_51.Friction = 0.3
  1275. part_51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1276.  
  1277. mesh_26 = Instance.new("BlockMesh", part_51)
  1278.  
  1279. part_52 = Instance.new("Part", mcarrier)
  1280. part_52.FormFactor = Enum.FormFactor.Plate
  1281. part_52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1282. part_52.Transparency = 0.5
  1283. part_52.TopSurface = Enum.SurfaceType.Smooth
  1284. part_52.Material = Enum.Material.SmoothPlastic
  1285. part_52.Size = Vector3.new(10, 1.6, 2)
  1286. part_52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. part_52.CFrame = CFrame.new(5, 12, -167)
  1288. part_52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. part_52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. part_52.BrickColor = BrickColor.new("Buttermilk")
  1291. part_52.Friction = 0.3
  1292. part_52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1293.  
  1294. mesh_27 = Instance.new("SpecialMesh", part_52)
  1295. mesh_27.MeshType = Enum.MeshType.Wedge
  1296.  
  1297. part_53 = Instance.new("Part", mcarrier)
  1298. part_53.FormFactor = Enum.FormFactor.Plate
  1299. part_53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. part_53.TopSurface = Enum.SurfaceType.Smooth
  1301. part_53.Material = Enum.Material.SmoothPlastic
  1302. part_53.Size = Vector3.new(12, 2, 2)
  1303. part_53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. part_53.CFrame = CFrame.new(5, 5, -171)* CFrame.Angles(-1.5707963705063, 0, -0)
  1305. part_53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. part_53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. part_53.BrickColor = BrickColor.new("Dark stone grey")
  1308. part_53.Friction = 0.3
  1309. part_53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. part_53.Name = "crasherfront"
  1311.  
  1312. mesh_28 = Instance.new("SpecialMesh", part_53)
  1313. mesh_28.MeshType = Enum.MeshType.Wedge
  1314.  
  1315. part_54 = Instance.new("Part", mcarrier)
  1316. part_54.FormFactor = Enum.FormFactor.Plate
  1317. part_54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. part_54.TopSurface = Enum.SurfaceType.Smooth
  1319. part_54.Material = Enum.Material.SmoothPlastic
  1320. part_54.Size = Vector3.new(1, 1.6, 2)
  1321. part_54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. part_54.CFrame = CFrame.new(-0.5, 12, -167)
  1323. part_54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. part_54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. part_54.BrickColor = BrickColor.new("Buttermilk")
  1326. part_54.Friction = 0.3
  1327. part_54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1328.  
  1329. mesh_29 = Instance.new("SpecialMesh", part_54)
  1330. mesh_29.MeshType = Enum.MeshType.Wedge
  1331.  
  1332. part_55 = Instance.new("Part", mcarrier)
  1333. part_55.FormFactor = Enum.FormFactor.Plate
  1334. part_55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. part_55.TopSurface = Enum.SurfaceType.Smooth
  1336. part_55.Material = Enum.Material.SmoothPlastic
  1337. part_55.Size = Vector3.new(1, 1.6, 2)
  1338. part_55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. part_55.CFrame = CFrame.new(10.5, 12, -167)
  1340. part_55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. part_55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. part_55.BrickColor = BrickColor.new("Buttermilk")
  1343. part_55.Friction = 0.3
  1344. part_55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1345.  
  1346. mesh_30 = Instance.new("SpecialMesh", part_55)
  1347. mesh_30.MeshType = Enum.MeshType.Wedge
  1348.  
  1349. part_56 = Instance.new("Part", mcarrier)
  1350. part_56.FormFactor = Enum.FormFactor.Plate
  1351. part_56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. part_56.TopSurface = Enum.SurfaceType.Smooth
  1353. part_56.Material = Enum.Material.SmoothPlastic
  1354. part_56.Size = Vector3.new(1, 3.2, 2)
  1355. part_56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. part_56.CFrame = CFrame.new(-0.5, 9.6, -169)
  1357. part_56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. part_56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. part_56.BrickColor = BrickColor.new("Buttermilk")
  1360. part_56.Friction = 0.3
  1361. part_56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1362.  
  1363. mesh_31 = Instance.new("SpecialMesh", part_56)
  1364. mesh_31.MeshType = Enum.MeshType.Wedge
  1365.  
  1366. part_57 = Instance.new("Part", mcarrier)
  1367. part_57.FormFactor = Enum.FormFactor.Plate
  1368. part_57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1369. part_57.Transparency = 0.5
  1370. part_57.TopSurface = Enum.SurfaceType.Smooth
  1371. part_57.Material = Enum.Material.SmoothPlastic
  1372. part_57.Size = Vector3.new(10, 3.2, 2)
  1373. part_57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. part_57.CFrame = CFrame.new(5, 9.6, -169)
  1375. part_57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. part_57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. part_57.BrickColor = BrickColor.new("Buttermilk")
  1378. part_57.Friction = 0.3
  1379. part_57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1380.  
  1381. mesh_32 = Instance.new("SpecialMesh", part_57)
  1382. mesh_32.MeshType = Enum.MeshType.Wedge
  1383.  
  1384. part_58 = Instance.new("Part", mcarrier)
  1385. part_58.FormFactor = Enum.FormFactor.Plate
  1386. part_58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1387. part_58.TopSurface = Enum.SurfaceType.Smooth
  1388. part_58.Material = Enum.Material.SmoothPlastic
  1389. part_58.Size = Vector3.new(12, 2, 2)
  1390. part_58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. part_58.CFrame = CFrame.new(5, 7, -171)
  1392. part_58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. part_58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. part_58.BrickColor = BrickColor.new("Buttermilk")
  1395. part_58.Friction = 0.3
  1396. part_58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1397.  
  1398. mesh_33 = Instance.new("SpecialMesh", part_58)
  1399. mesh_33.MeshType = Enum.MeshType.Wedge
  1400.  
  1401. part_59 = Instance.new("Part", mcarrier)
  1402. part_59.FormFactor = Enum.FormFactor.Plate
  1403. part_59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. part_59.TopSurface = Enum.SurfaceType.Smooth
  1405. part_59.Material = Enum.Material.SmoothPlastic
  1406. part_59.Size = Vector3.new(1, 3.2, 2)
  1407. part_59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. part_59.CFrame = CFrame.new(10.5, 9.6, -169)
  1409. part_59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. part_59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. part_59.BrickColor = BrickColor.new("Buttermilk")
  1412. part_59.Friction = 0.3
  1413. part_59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1414.  
  1415. mesh_34 = Instance.new("SpecialMesh", part_59)
  1416. mesh_34.MeshType = Enum.MeshType.Wedge
  1417.  
  1418. part_60 = Instance.new("Part", mcarrier)
  1419. part_60.FormFactor = Enum.FormFactor.Plate
  1420. part_60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. part_60.TopSurface = Enum.SurfaceType.Smooth
  1422. part_60.Material = Enum.Material.SmoothPlastic
  1423. part_60.Size = Vector3.new(2, 3.2, 1)
  1424. part_60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. part_60.CFrame = CFrame.new(10.5, 9.6, -167)* CFrame.Angles(-0, -1.5707963705063, 0)
  1426. part_60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. part_60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. part_60.BrickColor = BrickColor.new("Buttermilk")
  1429. part_60.Friction = 0.3
  1430. part_60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1431.  
  1432. mesh_35 = Instance.new("BlockMesh", part_60)
  1433.  
  1434. part_61 = Instance.new("Part", mcarrier)
  1435. part_61.FormFactor = Enum.FormFactor.Plate
  1436. part_61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. part_61.TopSurface = Enum.SurfaceType.Smooth
  1438. part_61.Material = Enum.Material.SmoothPlastic
  1439. part_61.Size = Vector3.new(3, 3.6, 1)
  1440. part_61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. part_61.CFrame = CFrame.new(10.5, 9.8, -142.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1442. part_61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. part_61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. part_61.BrickColor = BrickColor.new("Dark stone grey")
  1445. part_61.Friction = 0.3
  1446. part_61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1447.  
  1448. mesh_36 = Instance.new("BlockMesh", part_61)
  1449.  
  1450. part_62 = Instance.new("Part", mcarrier)
  1451. part_62.FormFactor = Enum.FormFactor.Plate
  1452. part_62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. part_62.TopSurface = Enum.SurfaceType.Smooth
  1454. part_62.Material = Enum.Material.SmoothPlastic
  1455. part_62.Size = Vector3.new(10, 0.8, 12)
  1456. part_62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. part_62.CFrame = CFrame.new(5, 12.8, -160)* CFrame.Angles(-0, -1.5707963705063, 0)
  1458. part_62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. part_62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. part_62.BrickColor = BrickColor.new("Buttermilk")
  1461. part_62.Friction = 0.3
  1462. part_62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1463.  
  1464. mesh_37 = Instance.new("BlockMesh", part_62)
  1465.  
  1466. part_63 = Instance.new("Part", mcarrier)
  1467. part_63.FormFactor = Enum.FormFactor.Plate
  1468. part_63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. part_63.TopSurface = Enum.SurfaceType.Smooth
  1470. part_63.Material = Enum.Material.SmoothPlastic
  1471. part_63.Size = Vector3.new(2, 3.2, 1)
  1472. part_63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. part_63.CFrame = CFrame.new(-0.5, 9.6, -167)* CFrame.Angles(-0, -1.5707963705063, 0)
  1474. part_63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. part_63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1476. part_63.BrickColor = BrickColor.new("Buttermilk")
  1477. part_63.Friction = 0.3
  1478. part_63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1479.  
  1480. mesh_38 = Instance.new("BlockMesh", part_63)
  1481.  
  1482. part_64 = Instance.new("Part", mcarrier)
  1483. part_64.FormFactor = Enum.FormFactor.Plate
  1484. part_64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. part_64.TopSurface = Enum.SurfaceType.Smooth
  1486. part_64.Material = Enum.Material.SmoothPlastic
  1487. part_64.Size = Vector3.new(5, 4.8, 1)
  1488. part_64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. part_64.CFrame = CFrame.new(-0.5, 10.4, -152.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1490. part_64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. part_64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. part_64.BrickColor = BrickColor.new("Buttermilk")
  1493. part_64.Friction = 0.3
  1494. part_64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1495.  
  1496. mesh_39 = Instance.new("BlockMesh", part_64)
  1497.  
  1498. part_65 = Instance.new("Part", mcarrier)
  1499. part_65.FormFactor = Enum.FormFactor.Plate
  1500. part_65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1501. part_65.TopSurface = Enum.SurfaceType.Smooth
  1502. part_65.Material = Enum.Material.SmoothPlastic
  1503. part_65.Size = Vector3.new(2, 3.6, 1)
  1504. part_65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. part_65.CFrame = CFrame.new(10.5, 9.8, -145)* CFrame.Angles(-0, -1.5707963705063, 0)
  1506. part_65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. part_65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. part_65.BrickColor = BrickColor.new("Buttermilk")
  1509. part_65.Friction = 0.3
  1510. part_65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1511.  
  1512. mesh_40 = Instance.new("BlockMesh", part_65)
  1513.  
  1514. part_66 = Instance.new("Part", mcarrier)
  1515. part_66.FormFactor = Enum.FormFactor.Plate
  1516. part_66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. part_66.TopSurface = Enum.SurfaceType.Smooth
  1518. part_66.Material = Enum.Material.SmoothPlastic
  1519. part_66.Size = Vector3.new(2, 3.6, 1)
  1520. part_66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. part_66.CFrame = CFrame.new(10.5, 9.8, -140)* CFrame.Angles(-0, -1.5707963705063, 0)
  1522. part_66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. part_66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. part_66.BrickColor = BrickColor.new("Buttermilk")
  1525. part_66.Friction = 0.3
  1526. part_66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1527.  
  1528. mesh_41 = Instance.new("BlockMesh", part_66)
  1529.  
  1530. part_67 = Instance.new("Part", mcarrier)
  1531. part_67.FormFactor = Enum.FormFactor.Plate
  1532. part_67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1533. part_67.TopSurface = Enum.SurfaceType.Smooth
  1534. part_67.Material = Enum.Material.SmoothPlastic
  1535. part_67.Size = Vector3.new(5, 4.8, 1)
  1536. part_67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. part_67.CFrame = CFrame.new(10.5, 10.4, -152.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1538. part_67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. part_67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. part_67.BrickColor = BrickColor.new("Buttermilk")
  1541. part_67.Friction = 0.3
  1542. part_67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1543.  
  1544. mesh_42 = Instance.new("BlockMesh", part_67)
  1545.  
  1546. part_68 = Instance.new("Part", mcarrier)
  1547. part_68.FormFactor = Enum.FormFactor.Plate
  1548. part_68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1549. part_68.TopSurface = Enum.SurfaceType.Smooth
  1550. part_68.Material = Enum.Material.SmoothPlastic
  1551. part_68.Size = Vector3.new(2, 3.6, 1)
  1552. part_68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. part_68.CFrame = CFrame.new(10.5, 9.8, -135)* CFrame.Angles(-0, -1.5707963705063, 0)
  1554. part_68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. part_68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1556. part_68.BrickColor = BrickColor.new("Buttermilk")
  1557. part_68.Friction = 0.3
  1558. part_68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1559.  
  1560. mesh_43 = Instance.new("BlockMesh", part_68)
  1561.  
  1562. part_69 = Instance.new("Part", mcarrier)
  1563. part_69.FormFactor = Enum.FormFactor.Plate
  1564. part_69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. part_69.TopSurface = Enum.SurfaceType.Smooth
  1566. part_69.Material = Enum.Material.SmoothPlastic
  1567. part_69.Size = Vector3.new(2, 3.6, 1)
  1568. part_69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. part_69.CFrame = CFrame.new(-0.5, 9.8, -130)* CFrame.Angles(-0, -1.5707963705063, 0)
  1570. part_69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1571. part_69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1572. part_69.BrickColor = BrickColor.new("Buttermilk")
  1573. part_69.Friction = 0.3
  1574. part_69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1575.  
  1576. mesh_44 = Instance.new("BlockMesh", part_69)
  1577.  
  1578. part_70 = Instance.new("Part", mcarrier)
  1579. part_70.FormFactor = Enum.FormFactor.Plate
  1580. part_70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. part_70.TopSurface = Enum.SurfaceType.Smooth
  1582. part_70.Material = Enum.Material.SmoothPlastic
  1583. part_70.Size = Vector3.new(4, 3.6, 1)
  1584. part_70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. part_70.CFrame = CFrame.new(-0.5, 9.8, -114)* CFrame.Angles(-0, -1.5707963705063, 0)
  1586. part_70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. part_70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1588. part_70.BrickColor = BrickColor.new("Buttermilk")
  1589. part_70.Friction = 0.3
  1590. part_70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1591.  
  1592. mesh_45 = Instance.new("BlockMesh", part_70)
  1593.  
  1594. part_71 = Instance.new("Part", mcarrier)
  1595. part_71.FormFactor = Enum.FormFactor.Plate
  1596. part_71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. part_71.TopSurface = Enum.SurfaceType.Smooth
  1598. part_71.Material = Enum.Material.SmoothPlastic
  1599. part_71.Size = Vector3.new(2, 3.6, 1)
  1600. part_71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. part_71.CFrame = CFrame.new(10.5, 9.8, -130)* CFrame.Angles(-0, -1.5707963705063, 0)
  1602. part_71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. part_71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. part_71.BrickColor = BrickColor.new("Buttermilk")
  1605. part_71.Friction = 0.3
  1606. part_71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1607.  
  1608. mesh_46 = Instance.new("BlockMesh", part_71)
  1609.  
  1610. part_72 = Instance.new("Part", mcarrier)
  1611. part_72.FormFactor = Enum.FormFactor.Plate
  1612. part_72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. part_72.TopSurface = Enum.SurfaceType.Smooth
  1614. part_72.Material = Enum.Material.SmoothPlastic
  1615. part_72.Size = Vector3.new(2, 3.6, 1)
  1616. part_72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. part_72.CFrame = CFrame.new(10.5, 9.8, -125)* CFrame.Angles(-0, -1.5707963705063, 0)
  1618. part_72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. part_72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. part_72.BrickColor = BrickColor.new("Buttermilk")
  1621. part_72.Friction = 0.3
  1622. part_72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1623.  
  1624. mesh_47 = Instance.new("BlockMesh", part_72)
  1625.  
  1626. part_73 = Instance.new("Part", mcarrier)
  1627. part_73.FormFactor = Enum.FormFactor.Plate
  1628. part_73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. part_73.TopSurface = Enum.SurfaceType.Smooth
  1630. part_73.Material = Enum.Material.SmoothPlastic
  1631. part_73.Size = Vector3.new(4, 3.6, 1)
  1632. part_73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. part_73.CFrame = CFrame.new(10.5, 9.8, -114)* CFrame.Angles(-0, -1.5707963705063, 0)
  1634. part_73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. part_73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. part_73.BrickColor = BrickColor.new("Buttermilk")
  1637. part_73.Friction = 0.3
  1638. part_73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1639.  
  1640. mesh_48 = Instance.new("BlockMesh", part_73)
  1641.  
  1642. part_74 = Instance.new("Part", mcarrier)
  1643. part_74.FormFactor = Enum.FormFactor.Plate
  1644. part_74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. part_74.TopSurface = Enum.SurfaceType.Smooth
  1646. part_74.Material = Enum.Material.SmoothPlastic
  1647. part_74.Size = Vector3.new(2, 3.6, 1)
  1648. part_74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. part_74.CFrame = CFrame.new(-0.5, 9.8, -120)* CFrame.Angles(-0, -1.5707963705063, 0)
  1650. part_74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. part_74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1652. part_74.BrickColor = BrickColor.new("Buttermilk")
  1653. part_74.Friction = 0.3
  1654. part_74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1655.  
  1656. mesh_49 = Instance.new("BlockMesh", part_74)
  1657.  
  1658. part_75 = Instance.new("Part", mcarrier)
  1659. part_75.FormFactor = Enum.FormFactor.Plate
  1660. part_75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. part_75.TopSurface = Enum.SurfaceType.Smooth
  1662. part_75.Material = Enum.Material.SmoothPlastic
  1663. part_75.Size = Vector3.new(2, 3.6, 1)
  1664. part_75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. part_75.CFrame = CFrame.new(10.5, 9.8, -120)* CFrame.Angles(-0, -1.5707963705063, 0)
  1666. part_75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. part_75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. part_75.BrickColor = BrickColor.new("Buttermilk")
  1669. part_75.Friction = 0.3
  1670. part_75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1671.  
  1672. mesh_50 = Instance.new("BlockMesh", part_75)
  1673.  
  1674. part_76 = Instance.new("Part", mcarrier)
  1675. part_76.FormFactor = Enum.FormFactor.Plate
  1676. part_76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1677. part_76.TopSurface = Enum.SurfaceType.Smooth
  1678. part_76.Material = Enum.Material.SmoothPlastic
  1679. part_76.Size = Vector3.new(2, 3.6, 1)
  1680. part_76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. part_76.CFrame = CFrame.new(-0.5, 9.8, -125)* CFrame.Angles(-0, -1.5707963705063, 0)
  1682. part_76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. part_76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. part_76.BrickColor = BrickColor.new("Buttermilk")
  1685. part_76.Friction = 0.3
  1686. part_76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1687.  
  1688. mesh_51 = Instance.new("BlockMesh", part_76)
  1689.  
  1690. part_77 = Instance.new("Part", mcarrier)
  1691. part_77.FormFactor = Enum.FormFactor.Plate
  1692. part_77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1693. part_77.TopSurface = Enum.SurfaceType.Smooth
  1694. part_77.Material = Enum.Material.SmoothPlastic
  1695. part_77.Size = Vector3.new(3, 3.6, 1)
  1696. part_77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1697. part_77.CFrame = CFrame.new(10.5, 9.8, -117.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1698. part_77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1699. part_77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1700. part_77.BrickColor = BrickColor.new("Dark stone grey")
  1701. part_77.Friction = 0.3
  1702. part_77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1703.  
  1704. mesh_52 = Instance.new("BlockMesh", part_77)
  1705.  
  1706. part_78 = Instance.new("Part", mcarrier)
  1707. part_78.FormFactor = Enum.FormFactor.Plate
  1708. part_78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1709. part_78.TopSurface = Enum.SurfaceType.Smooth
  1710. part_78.Material = Enum.Material.SmoothPlastic
  1711. part_78.Size = Vector3.new(3, 3.6, 1)
  1712. part_78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. part_78.CFrame = CFrame.new(-0.5, 9.8, -117.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1714. part_78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1715. part_78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1716. part_78.BrickColor = BrickColor.new("Dark stone grey")
  1717. part_78.Friction = 0.3
  1718. part_78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1719.  
  1720. mesh_53 = Instance.new("BlockMesh", part_78)
  1721.  
  1722. part_79 = Instance.new("Part", mcarrier)
  1723. part_79.FormFactor = Enum.FormFactor.Plate
  1724. part_79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1725. part_79.TopSurface = Enum.SurfaceType.Smooth
  1726. part_79.Material = Enum.Material.SmoothPlastic
  1727. part_79.Size = Vector3.new(2, 3.6, 1)
  1728. part_79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. part_79.CFrame = CFrame.new(-0.5, 9.8, -135)* CFrame.Angles(-0, -1.5707963705063, 0)
  1730. part_79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. part_79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. part_79.BrickColor = BrickColor.new("Buttermilk")
  1733. part_79.Friction = 0.3
  1734. part_79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1735.  
  1736. mesh_54 = Instance.new("BlockMesh", part_79)
  1737.  
  1738. part_80 = Instance.new("Part", mcarrier)
  1739. part_80.FormFactor = Enum.FormFactor.Plate
  1740. part_80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. part_80.TopSurface = Enum.SurfaceType.Smooth
  1742. part_80.Material = Enum.Material.SmoothPlastic
  1743. part_80.Size = Vector3.new(2, 3.6, 1)
  1744. part_80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1745. part_80.CFrame = CFrame.new(-0.5, 9.8, -140)* CFrame.Angles(-0, -1.5707963705063, 0)
  1746. part_80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1747. part_80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1748. part_80.BrickColor = BrickColor.new("Buttermilk")
  1749. part_80.Friction = 0.3
  1750. part_80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1751.  
  1752. mesh_55 = Instance.new("BlockMesh", part_80)
  1753.  
  1754. part_81 = Instance.new("Part", mcarrier)
  1755. part_81.FormFactor = Enum.FormFactor.Plate
  1756. part_81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. part_81.TopSurface = Enum.SurfaceType.Smooth
  1758. part_81.Material = Enum.Material.SmoothPlastic
  1759. part_81.Size = Vector3.new(3, 3.6, 1)
  1760. part_81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1761. part_81.CFrame = CFrame.new(10.5, 9.8, -127.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1762. part_81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1763. part_81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1764. part_81.BrickColor = BrickColor.new("Dark stone grey")
  1765. part_81.Friction = 0.3
  1766. part_81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1767.  
  1768. mesh_56 = Instance.new("BlockMesh", part_81)
  1769.  
  1770. part_82 = Instance.new("Part", mcarrier)
  1771. part_82.FormFactor = Enum.FormFactor.Plate
  1772. part_82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1773. part_82.TopSurface = Enum.SurfaceType.Smooth
  1774. part_82.Material = Enum.Material.SmoothPlastic
  1775. part_82.Size = Vector3.new(3, 3.6, 1)
  1776. part_82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. part_82.CFrame = CFrame.new(10.5, 9.8, -122.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1778. part_82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. part_82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1780. part_82.BrickColor = BrickColor.new("Dark stone grey")
  1781. part_82.Friction = 0.3
  1782. part_82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1783.  
  1784. mesh_57 = Instance.new("BlockMesh", part_82)
  1785.  
  1786. part_83 = Instance.new("Part", mcarrier)
  1787. part_83.FormFactor = Enum.FormFactor.Plate
  1788. part_83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. part_83.TopSurface = Enum.SurfaceType.Smooth
  1790. part_83.Material = Enum.Material.SmoothPlastic
  1791. part_83.Size = Vector3.new(3, 3.6, 1)
  1792. part_83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. part_83.CFrame = CFrame.new(10.5, 9.8, -137.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1794. part_83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1795. part_83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1796. part_83.BrickColor = BrickColor.new("Dark stone grey")
  1797. part_83.Friction = 0.3
  1798. part_83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1799.  
  1800. mesh_58 = Instance.new("BlockMesh", part_83)
  1801.  
  1802. part_84 = Instance.new("Part", mcarrier)
  1803. part_84.FormFactor = Enum.FormFactor.Plate
  1804. part_84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. part_84.TopSurface = Enum.SurfaceType.Smooth
  1806. part_84.Material = Enum.Material.SmoothPlastic
  1807. part_84.Size = Vector3.new(3, 3.6, 1)
  1808. part_84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1809. part_84.CFrame = CFrame.new(10.5, 9.8, -132.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1810. part_84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. part_84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. part_84.BrickColor = BrickColor.new("Dark stone grey")
  1813. part_84.Friction = 0.3
  1814. part_84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1815.  
  1816. mesh_59 = Instance.new("BlockMesh", part_84)
  1817.  
  1818. part_85 = Instance.new("Part", mcarrier)
  1819. part_85.FormFactor = Enum.FormFactor.Plate
  1820. part_85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1821. part_85.TopSurface = Enum.SurfaceType.Smooth
  1822. part_85.Material = Enum.Material.SmoothPlastic
  1823. part_85.Size = Vector3.new(3, 3.6, 1)
  1824. part_85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. part_85.CFrame = CFrame.new(-0.5, 9.8, -122.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1826. part_85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. part_85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1828. part_85.BrickColor = BrickColor.new("Dark stone grey")
  1829. part_85.Friction = 0.3
  1830. part_85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1831.  
  1832. mesh_60 = Instance.new("BlockMesh", part_85)
  1833.  
  1834. part_86 = Instance.new("Part", mcarrier)
  1835. part_86.FormFactor = Enum.FormFactor.Plate
  1836. part_86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1837. part_86.TopSurface = Enum.SurfaceType.Smooth
  1838. part_86.Material = Enum.Material.SmoothPlastic
  1839. part_86.Size = Vector3.new(3, 3.6, 1)
  1840. part_86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1841. part_86.CFrame = CFrame.new(-0.5, 9.8, -142.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1842. part_86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. part_86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. part_86.BrickColor = BrickColor.new("Dark stone grey")
  1845. part_86.Friction = 0.3
  1846. part_86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1847.  
  1848. mesh_61 = Instance.new("BlockMesh", part_86)
  1849.  
  1850. part_87 = Instance.new("Part", mcarrier)
  1851. part_87.FormFactor = Enum.FormFactor.Plate
  1852. part_87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1853. part_87.TopSurface = Enum.SurfaceType.Smooth
  1854. part_87.Material = Enum.Material.SmoothPlastic
  1855. part_87.Size = Vector3.new(43, 1.2, 1)
  1856. part_87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1857. part_87.CFrame = CFrame.new(-0.5, 12.2, -128.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1858. part_87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1859. part_87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1860. part_87.BrickColor = BrickColor.new("Buttermilk")
  1861. part_87.Friction = 0.3
  1862. part_87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1863.  
  1864. mesh_62 = Instance.new("BlockMesh", part_87)
  1865.  
  1866. part_88 = Instance.new("Part", mcarrier)
  1867. part_88.FormFactor = Enum.FormFactor.Plate
  1868. part_88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. part_88.TopSurface = Enum.SurfaceType.Smooth
  1870. part_88.Material = Enum.Material.SmoothPlastic
  1871. part_88.Size = Vector3.new(12, 0.4, 1)
  1872. part_88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1873. part_88.CFrame = CFrame.new(5, 13, -165.5)
  1874. part_88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1875. part_88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1876. part_88.BrickColor = BrickColor.new("Buttermilk")
  1877. part_88.Friction = 0.3
  1878. part_88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1879.  
  1880. mesh_63 = Instance.new("SpecialMesh", part_88)
  1881. mesh_63.MeshType = Enum.MeshType.Wedge
  1882.  
  1883. part_89 = Instance.new("Part", mcarrier)
  1884. part_89.FormFactor = Enum.FormFactor.Plate
  1885. part_89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. part_89.TopSurface = Enum.SurfaceType.Smooth
  1887. part_89.Material = Enum.Material.SmoothPlastic
  1888. part_89.Size = Vector3.new(3, 3.6, 1)
  1889. part_89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. part_89.CFrame = CFrame.new(-0.5, 9.8, -137.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1891. part_89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. part_89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. part_89.BrickColor = BrickColor.new("Dark stone grey")
  1894. part_89.Friction = 0.3
  1895. part_89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1896.  
  1897. mesh_64 = Instance.new("BlockMesh", part_89)
  1898.  
  1899. part_90 = Instance.new("Part", mcarrier)
  1900. part_90.FormFactor = Enum.FormFactor.Plate
  1901. part_90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. part_90.TopSurface = Enum.SurfaceType.Smooth
  1903. part_90.Material = Enum.Material.SmoothPlastic
  1904. part_90.Size = Vector3.new(3, 3.6, 1)
  1905. part_90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. part_90.CFrame = CFrame.new(-0.5, 9.8, -127.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1907. part_90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. part_90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. part_90.BrickColor = BrickColor.new("Dark stone grey")
  1910. part_90.Friction = 0.3
  1911. part_90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1912.  
  1913. mesh_65 = Instance.new("BlockMesh", part_90)
  1914.  
  1915. part_91 = Instance.new("Part", mcarrier)
  1916. part_91.FormFactor = Enum.FormFactor.Plate
  1917. part_91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. part_91.TopSurface = Enum.SurfaceType.Smooth
  1919. part_91.Material = Enum.Material.SmoothPlastic
  1920. part_91.Size = Vector3.new(3, 3.6, 1)
  1921. part_91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. part_91.CFrame = CFrame.new(-0.5, 9.8, -132.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1923. part_91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. part_91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. part_91.BrickColor = BrickColor.new("Dark stone grey")
  1926. part_91.Friction = 0.3
  1927. part_91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1928.  
  1929. mesh_66 = Instance.new("BlockMesh", part_91)
  1930.  
  1931. part_92 = Instance.new("Part", mcarrier)
  1932. part_92.FormFactor = Enum.FormFactor.Plate
  1933. part_92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. part_92.TopSurface = Enum.SurfaceType.Smooth
  1935. part_92.Material = Enum.Material.SmoothPlastic
  1936. part_92.Size = Vector3.new(1, 0.4, 12)
  1937. part_92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. part_92.CFrame = CFrame.new(5, 12.6, -165.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  1939. part_92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. part_92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. part_92.BrickColor = BrickColor.new("Buttermilk")
  1942. part_92.Friction = 0.3
  1943. part_92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1944.  
  1945. mesh_67 = Instance.new("BlockMesh", part_92)
  1946.  
  1947. troopdoor = Instance.new("Part", mcarrier)
  1948. troopdoor.FormFactor = Enum.FormFactor.Plate
  1949. troopdoor.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1950. troopdoor.TopSurface = Enum.SurfaceType.Smooth
  1951. troopdoor.Material = Enum.Material.SmoothPlastic
  1952. troopdoor.Size = Vector3.new(48, 0.4, 12)
  1953. troopdoor.Name = "troopdoor"
  1954. troopdoor.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. troopdoor.CFrame = CFrame.new(5, 13, -131)* CFrame.Angles(-0, -1.5707963705063, 0)
  1956. troopdoor.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. troopdoor.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. troopdoor.BrickColor = BrickColor.new("Buttermilk")
  1959. troopdoor.Friction = 0.3
  1960. troopdoor.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1961.  
  1962. mesh_68 = Instance.new("BlockMesh", troopdoor)
  1963.  
  1964. door = Instance.new("Part", mcarrier)
  1965. door.FormFactor = Enum.FormFactor.Plate
  1966. door.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. door.TopSurface = Enum.SurfaceType.Smooth
  1968. door.Material = Enum.Material.SmoothPlastic
  1969. door.Size = Vector3.new(1, 0.8, 5)
  1970. door.Name = "Door"
  1971. door.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. door.CFrame = CFrame.new(10.5, 11.2, -109.5)
  1973. door.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. door.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. door.BrickColor = BrickColor.new("Buttermilk")
  1976. door.Friction = 0.3
  1977. door.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1978.  
  1979. mesh_69 = Instance.new("BlockMesh", door)
  1980.  
  1981. door_2 = Instance.new("Part", mcarrier)
  1982. door_2.FormFactor = Enum.FormFactor.Plate
  1983. door_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1984. door_2.TopSurface = Enum.SurfaceType.Smooth
  1985. door_2.Material = Enum.Material.SmoothPlastic
  1986. door_2.Size = Vector3.new(1, 2.8, 1)
  1987. door_2.Name = "Door"
  1988. door_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1989. door_2.CFrame = CFrame.new(10.5, 9.4, -107.5)
  1990. door_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. door_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. door_2.BrickColor = BrickColor.new("Buttermilk")
  1993. door_2.Friction = 0.3
  1994. door_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1995.  
  1996. mesh_70 = Instance.new("BlockMesh", door_2)
  1997.  
  1998. click_door = Instance.new("Part", mcarrier)
  1999. click_door.FormFactor = Enum.FormFactor.Plate
  2000. click_door.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2001. click_door.TopSurface = Enum.SurfaceType.Smooth
  2002. click_door.Material = Enum.Material.SmoothPlastic
  2003. click_door.Size = Vector3.new(1, 3.2, 5)
  2004. click_door.Name = "Click Door"
  2005. click_door.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. click_door.CFrame = CFrame.new(10.5, 6.4, -109.5)
  2007. click_door.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. click_door.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. click_door.BrickColor = BrickColor.new("Buttermilk")
  2010. click_door.Friction = 0.3
  2011. click_door.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2012.  
  2013. door_3 = Instance.new("Part", mcarrier)
  2014. door_3.FormFactor = Enum.FormFactor.Plate
  2015. door_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2016. door_3.TopSurface = Enum.SurfaceType.Smooth
  2017. door_3.Material = Enum.Material.SmoothPlastic
  2018. door_3.Size = Vector3.new(1, 2.8, 1)
  2019. door_3.Name = "Door"
  2020. door_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2021. door_3.CFrame = CFrame.new(10.5, 9.4, -111.5)
  2022. door_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2023. door_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2024. door_3.BrickColor = BrickColor.new("Buttermilk")
  2025. door_3.Friction = 0.3
  2026. door_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2027.  
  2028. mesh_71 = Instance.new("BlockMesh", door_3)
  2029.  
  2030. part_93 = Instance.new("Part", mcarrier)
  2031. part_93.FormFactor = Enum.FormFactor.Plate
  2032. part_93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. part_93.TopSurface = Enum.SurfaceType.Smooth
  2034. part_93.Material = Enum.Material.SmoothPlastic
  2035. part_93.Size = Vector3.new(43, 1.2, 1)
  2036. part_93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2037. part_93.CFrame = CFrame.new(10.5, 12.2, -128.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  2038. part_93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2039. part_93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2040. part_93.BrickColor = BrickColor.new("Buttermilk")
  2041. part_93.Friction = 0.3
  2042. part_93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2043.  
  2044. mesh_72 = Instance.new("BlockMesh", part_93)
  2045.  
  2046. door_4 = Instance.new("Part", mcarrier)
  2047. door_4.FormFactor = Enum.FormFactor.Plate
  2048. door_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. door_4.TopSurface = Enum.SurfaceType.Smooth
  2050. door_4.Material = Enum.Material.SmoothPlastic
  2051. door_4.Size = Vector3.new(1, 2.8, 3)
  2052. door_4.Name = "Door"
  2053. door_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2054. door_4.CFrame = CFrame.new(10.5, 9.4, -109.5)
  2055. door_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2056. door_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2057. door_4.BrickColor = BrickColor.new("Buttermilk")
  2058. door_4.Friction = 0.3
  2059. door_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2060.  
  2061. mesh_73 = Instance.new("BlockMesh", door_4)
  2062.  
  2063. door_5 = Instance.new("Part", mcarrier)
  2064. door_5.FormFactor = Enum.FormFactor.Plate
  2065. door_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. door_5.TopSurface = Enum.SurfaceType.Smooth
  2067. door_5.Material = Enum.Material.SmoothPlastic
  2068. door_5.Size = Vector3.new(1, 2.8, 3)
  2069. door_5.Name = "Door"
  2070. door_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2071. door_5.CFrame = CFrame.new(-0.5, 9.4, -109.5)
  2072. door_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2073. door_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2074. door_5.BrickColor = BrickColor.new("Buttermilk")
  2075. door_5.Friction = 0.3
  2076. door_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2077.  
  2078. mesh_74 = Instance.new("BlockMesh", door_5)
  2079.  
  2080. door_6 = Instance.new("Part", mcarrier)
  2081. door_6.FormFactor = Enum.FormFactor.Plate
  2082. door_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. door_6.TopSurface = Enum.SurfaceType.Smooth
  2084. door_6.Material = Enum.Material.SmoothPlastic
  2085. door_6.Size = Vector3.new(1, 0.8, 5)
  2086. door_6.Name = "Door"
  2087. door_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2088. door_6.CFrame = CFrame.new(-0.5, 11.2, -109.5)
  2089. door_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2090. door_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2091. door_6.BrickColor = BrickColor.new("Buttermilk")
  2092. door_6.Friction = 0.3
  2093. door_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2094.  
  2095. mesh_75 = Instance.new("BlockMesh", door_6)
  2096.  
  2097. door_7 = Instance.new("Part", mcarrier)
  2098. door_7.FormFactor = Enum.FormFactor.Plate
  2099. door_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. door_7.TopSurface = Enum.SurfaceType.Smooth
  2101. door_7.Material = Enum.Material.SmoothPlastic
  2102. door_7.Size = Vector3.new(1, 2.8, 1)
  2103. door_7.Name = "Door"
  2104. door_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. door_7.CFrame = CFrame.new(-0.5, 9.4, -111.5)
  2106. door_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2107. door_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2108. door_7.BrickColor = BrickColor.new("Buttermilk")
  2109. door_7.Friction = 0.3
  2110. door_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2111.  
  2112. mesh_76 = Instance.new("BlockMesh", door_7)
  2113.  
  2114. click_door_2 = Instance.new("Part", mcarrier)
  2115. click_door_2.FormFactor = Enum.FormFactor.Plate
  2116. click_door_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2117. click_door_2.TopSurface = Enum.SurfaceType.Smooth
  2118. click_door_2.Material = Enum.Material.SmoothPlastic
  2119. click_door_2.Size = Vector3.new(1, 3.2, 5)
  2120. click_door_2.Name = "Click Door"
  2121. click_door_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. click_door_2.CFrame = CFrame.new(-0.5, 6.4, -109.5)
  2123. click_door_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2124. click_door_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2125. click_door_2.BrickColor = BrickColor.new("Buttermilk")
  2126. click_door_2.Friction = 0.3
  2127. click_door_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2128.  
  2129. door_8 = Instance.new("Part", mcarrier)
  2130. door_8.FormFactor = Enum.FormFactor.Plate
  2131. door_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2132. door_8.TopSurface = Enum.SurfaceType.Smooth
  2133. door_8.Material = Enum.Material.SmoothPlastic
  2134. door_8.Size = Vector3.new(1, 2.8, 1)
  2135. door_8.Name = "Door"
  2136. door_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2137. door_8.CFrame = CFrame.new(-0.5, 9.4, -107.5)
  2138. door_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. door_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. door_8.BrickColor = BrickColor.new("Buttermilk")
  2141. door_8.Friction = 0.3
  2142. door_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2143.  
  2144. mesh_77 = Instance.new("BlockMesh", door_8)
  2145.  
  2146. door_9 = Instance.new("Part", mcarrier)
  2147. door_9.FormFactor = Enum.FormFactor.Plate
  2148. door_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. door_9.TopSurface = Enum.SurfaceType.Smooth
  2150. door_9.Material = Enum.Material.SmoothPlastic
  2151. door_9.Size = Vector3.new(1, 0.8, 4)
  2152. door_9.Name = "Door"
  2153. door_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2154. door_9.CFrame = CFrame.new(10.5, 11.2, -148)
  2155. door_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2156. door_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. door_9.BrickColor = BrickColor.new("Buttermilk")
  2158. door_9.Friction = 0.3
  2159. door_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2160.  
  2161. mesh_78 = Instance.new("BlockMesh", door_9)
  2162.  
  2163. door_10 = Instance.new("Part", mcarrier)
  2164. door_10.FormFactor = Enum.FormFactor.Plate
  2165. door_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2166. door_10.TopSurface = Enum.SurfaceType.Smooth
  2167. door_10.Material = Enum.Material.SmoothPlastic
  2168. door_10.Size = Vector3.new(1, 2.8, 1)
  2169. door_10.Name = "Door"
  2170. door_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. door_10.CFrame = CFrame.new(10.5, 9.4, -146.5)
  2172. door_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2173. door_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. door_10.BrickColor = BrickColor.new("Buttermilk")
  2175. door_10.Friction = 0.3
  2176. door_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2177.  
  2178. mesh_79 = Instance.new("BlockMesh", door_10)
  2179.  
  2180. door_11 = Instance.new("Part", mcarrier)
  2181. door_11.FormFactor = Enum.FormFactor.Plate
  2182. door_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2183. door_11.TopSurface = Enum.SurfaceType.Smooth
  2184. door_11.Material = Enum.Material.SmoothPlastic
  2185. door_11.Size = Vector3.new(1, 2.8, 2)
  2186. door_11.Name = "Door"
  2187. door_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2188. door_11.CFrame = CFrame.new(10.5, 9.4, -148)
  2189. door_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. door_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. door_11.BrickColor = BrickColor.new("Buttermilk")
  2192. door_11.Friction = 0.3
  2193. door_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2194.  
  2195. mesh_80 = Instance.new("BlockMesh", door_11)
  2196.  
  2197. click_door_3 = Instance.new("Part", mcarrier)
  2198. click_door_3.FormFactor = Enum.FormFactor.Plate
  2199. click_door_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2200. click_door_3.TopSurface = Enum.SurfaceType.Smooth
  2201. click_door_3.Material = Enum.Material.SmoothPlastic
  2202. click_door_3.Size = Vector3.new(1, 3.2, 4)
  2203. click_door_3.Name = "Click Door"
  2204. click_door_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2205. click_door_3.CFrame = CFrame.new(10.5, 6.4, -148)
  2206. click_door_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2207. click_door_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. click_door_3.BrickColor = BrickColor.new("Buttermilk")
  2209. click_door_3.Friction = 0.3
  2210. click_door_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2211.  
  2212. local weight = Instance.new("Part", mcarrier)
  2213. weight.FormFactor = Enum.FormFactor.Plate
  2214. weight.CanCollide = false
  2215. weight.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2216. weight.Transparency = 1
  2217. weight.TopSurface = Enum.SurfaceType.Smooth
  2218. weight.Material = Enum.Material.SmoothPlastic
  2219. weight.Size = Vector3.new(40, 16.4, 36)
  2220. weight.Name = "weight"
  2221. weight.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2222. weight.CFrame = CFrame.new(18, 21.4, -134)* CFrame.Angles(-0, -1.5707963705063, 0)
  2223. weight.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2224. weight.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2225. weight.BrickColor = BrickColor.new("Buttermilk")
  2226. weight.Friction = 0.3
  2227. weight.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2228.  
  2229. door_12 = Instance.new("Part", mcarrier)
  2230. door_12.FormFactor = Enum.FormFactor.Plate
  2231. door_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2232. door_12.TopSurface = Enum.SurfaceType.Smooth
  2233. door_12.Material = Enum.Material.SmoothPlastic
  2234. door_12.Size = Vector3.new(1, 2.8, 1)
  2235. door_12.Name = "Door"
  2236. door_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2237. door_12.CFrame = CFrame.new(10.5, 9.4, -149.5)
  2238. door_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. door_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. door_12.BrickColor = BrickColor.new("Buttermilk")
  2241. door_12.Friction = 0.3
  2242. door_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2243.  
  2244. mesh_81 = Instance.new("BlockMesh", door_12)
  2245.  
  2246. door_13 = Instance.new("Part", mcarrier)
  2247. door_13.FormFactor = Enum.FormFactor.Plate
  2248. door_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2249. door_13.TopSurface = Enum.SurfaceType.Smooth
  2250. door_13.Material = Enum.Material.SmoothPlastic
  2251. door_13.Size = Vector3.new(1, 2.8, 1)
  2252. door_13.Name = "Door"
  2253. door_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2254. door_13.CFrame = CFrame.new(-0.5, 9.4, -146.5)
  2255. door_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2256. door_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2257. door_13.BrickColor = BrickColor.new("Buttermilk")
  2258. door_13.Friction = 0.3
  2259. door_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2260.  
  2261. mesh_82 = Instance.new("BlockMesh", door_13)
  2262.  
  2263. door_14 = Instance.new("Part", mcarrier)
  2264. door_14.FormFactor = Enum.FormFactor.Plate
  2265. door_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. door_14.TopSurface = Enum.SurfaceType.Smooth
  2267. door_14.Material = Enum.Material.SmoothPlastic
  2268. door_14.Size = Vector3.new(1, 0.8, 4)
  2269. door_14.Name = "Door"
  2270. door_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2271. door_14.CFrame = CFrame.new(-0.5, 11.2, -148)
  2272. door_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2273. door_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2274. door_14.BrickColor = BrickColor.new("Buttermilk")
  2275. door_14.Friction = 0.3
  2276. door_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2277.  
  2278. mesh_83 = Instance.new("BlockMesh", door_14)
  2279.  
  2280. door_15 = Instance.new("Part", mcarrier)
  2281. door_15.FormFactor = Enum.FormFactor.Plate
  2282. door_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2283. door_15.TopSurface = Enum.SurfaceType.Smooth
  2284. door_15.Material = Enum.Material.SmoothPlastic
  2285. door_15.Size = Vector3.new(1, 2.8, 1)
  2286. door_15.Name = "Door"
  2287. door_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2288. door_15.CFrame = CFrame.new(-0.5, 9.4, -149.5)
  2289. door_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. door_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. door_15.BrickColor = BrickColor.new("Buttermilk")
  2292. door_15.Friction = 0.3
  2293. door_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2294.  
  2295. mesh_84 = Instance.new("BlockMesh", door_15)
  2296.  
  2297. click_door_4 = Instance.new("Part", mcarrier)
  2298. click_door_4.FormFactor = Enum.FormFactor.Plate
  2299. click_door_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2300. click_door_4.TopSurface = Enum.SurfaceType.Smooth
  2301. click_door_4.Material = Enum.Material.SmoothPlastic
  2302. click_door_4.Size = Vector3.new(1, 3.2, 4)
  2303. click_door_4.Name = "Click Door"
  2304. click_door_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. click_door_4.CFrame = CFrame.new(-0.5, 6.4, -148)
  2306. click_door_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. click_door_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. click_door_4.BrickColor = BrickColor.new("Buttermilk")
  2309. click_door_4.Friction = 0.3
  2310. click_door_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2311.  
  2312. part_94 = Instance.new("Part", mcarrier)
  2313. part_94.FormFactor = Enum.FormFactor.Plate
  2314. part_94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2315. part_94.TopSurface = Enum.SurfaceType.Smooth
  2316. part_94.Material = Enum.Material.SmoothPlastic
  2317. part_94.Size = Vector3.new(2, 3.6, 1)
  2318. part_94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2319. part_94.CFrame = CFrame.new(-0.5, 9.8, -145)* CFrame.Angles(-0, -1.5707963705063, 0)
  2320. part_94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. part_94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. part_94.BrickColor = BrickColor.new("Buttermilk")
  2323. part_94.Friction = 0.3
  2324. part_94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2325.  
  2326. mesh_85 = Instance.new("BlockMesh", part_94)
  2327.  
  2328. door_16 = Instance.new("Part", mcarrier)
  2329. door_16.FormFactor = Enum.FormFactor.Plate
  2330. door_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2331. door_16.TopSurface = Enum.SurfaceType.Smooth
  2332. door_16.Material = Enum.Material.SmoothPlastic
  2333. door_16.Size = Vector3.new(1, 2.8, 2)
  2334. door_16.Name = "Door"
  2335. door_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2336. door_16.CFrame = CFrame.new(-0.5, 9.4, -148)
  2337. door_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2338. door_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2339. door_16.BrickColor = BrickColor.new("Buttermilk")
  2340. door_16.Friction = 0.3
  2341. door_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2342.  
  2343. mesh_86 = Instance.new("BlockMesh", door_16)
  2344.  
  2345. part_95 = Instance.new("Part", mcarrier)
  2346. part_95.FormFactor = Enum.FormFactor.Plate
  2347. part_95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. part_95.TopSurface = Enum.SurfaceType.Smooth
  2349. part_95.Material = Enum.Material.SmoothPlastic
  2350. part_95.Size = Vector3.new(1, 7.6, 9)
  2351. part_95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2352. part_95.CFrame = CFrame.new(51.5, 5.3, -126.4)* CFrame.Angles(-1.5707963705063, -1.5707963705063, 0)
  2353. part_95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2354. part_95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2355. part_95.BrickColor = BrickColor.new("Buttermilk")
  2356. part_95.Friction = 0.3
  2357. part_95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2358.  
  2359. mesh_87 = Instance.new("SpecialMesh", part_95)
  2360. mesh_87.MeshType = Enum.MeshType.Wedge
  2361.  
  2362. part_96 = Instance.new("Part", mcarrier)
  2363. part_96.FormFactor = Enum.FormFactor.Plate
  2364. part_96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2365. part_96.TopSurface = Enum.SurfaceType.Smooth
  2366. part_96.Material = Enum.Material.SmoothPlastic
  2367. part_96.Size = Vector3.new(1, 10, 36)
  2368. part_96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2369. part_96.CFrame = CFrame.new(-19, 5.3, -135.2)* CFrame.Angles(-1.5707963705063, 1.5707963705063, 0)
  2370. part_96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2371. part_96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2372. part_96.BrickColor = BrickColor.new("Buttermilk")
  2373. part_96.Friction = 0.3
  2374. part_96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2375. part_96.Name = "crasherleftwing"
  2376.  
  2377. mesh_88 = Instance.new("SpecialMesh", part_96)
  2378. mesh_88.MeshType = Enum.MeshType.Wedge
  2379.  
  2380. part_97 = Instance.new("Part", mcarrier)
  2381. part_97.FormFactor = Enum.FormFactor.Plate
  2382. part_97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. part_97.TopSurface = Enum.SurfaceType.Smooth
  2384. part_97.Material = Enum.Material.SmoothPlastic
  2385. part_97.Size = Vector3.new(1, 7.6, 9)
  2386. part_97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. part_97.CFrame = CFrame.new(-41.5, 5.3, -126.4)* CFrame.Angles(-1.5707963705063, 1.5707963705063, 0)
  2388. part_97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2389. part_97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2390. part_97.BrickColor = BrickColor.new("Buttermilk")
  2391. part_97.Friction = 0.3
  2392. part_97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2393.  
  2394. mesh_89 = Instance.new("SpecialMesh", part_97)
  2395. mesh_89.MeshType = Enum.MeshType.Wedge
  2396.  
  2397. part_98 = Instance.new("Part", mcarrier)
  2398. part_98.FormFactor = Enum.FormFactor.Plate
  2399. part_98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2400. part_98.TopSurface = Enum.SurfaceType.Smooth
  2401. part_98.Material = Enum.Material.SmoothPlastic
  2402. part_98.Size = Vector3.new(45, 0.8, 1)
  2403. part_98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. part_98.CFrame = CFrame.new(33.5, 5.3, -122.2)* CFrame.Angles(1.5707963705063, 0, 0)
  2405. part_98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2406. part_98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2407. part_98.BrickColor = BrickColor.new("Buttermilk")
  2408. part_98.Friction = 0.3
  2409. part_98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2410.  
  2411. mesh_90 = Instance.new("SpecialMesh", part_98)
  2412. mesh_90.MeshType = Enum.MeshType.Wedge
  2413.  
  2414. part_99 = Instance.new("Part", mcarrier)
  2415. part_99.FormFactor = Enum.FormFactor.Plate
  2416. part_99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. part_99.TopSurface = Enum.SurfaceType.Smooth
  2418. part_99.Material = Enum.Material.SmoothPlastic
  2419. part_99.Size = Vector3.new(45, 0.8, 1)
  2420. part_99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2421. part_99.CFrame = CFrame.new(-23.5, 5.3, -122.2)* CFrame.Angles(1.5707963705063, 0, 0)
  2422. part_99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2423. part_99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. part_99.BrickColor = BrickColor.new("Buttermilk")
  2425. part_99.Friction = 0.3
  2426. part_99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2427.  
  2428. mesh_91 = Instance.new("SpecialMesh", part_99)
  2429. mesh_91.MeshType = Enum.MeshType.Wedge
  2430.  
  2431. part_100 = Instance.new("Part", mcarrier)
  2432. part_100.FormFactor = Enum.FormFactor.Plate
  2433. part_100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2434. part_100.TopSurface = Enum.SurfaceType.Smooth
  2435. part_100.Material = Enum.Material.SmoothPlastic
  2436. part_100.Size = Vector3.new(1, 8.4, 14)
  2437. part_100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2438. part_100.CFrame = CFrame.new(10.5, 9, -100)
  2439. part_100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2440. part_100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2441. part_100.BrickColor = BrickColor.new("Buttermilk")
  2442. part_100.Friction = 0.3
  2443. part_100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2444.  
  2445. mesh_92 = Instance.new("BlockMesh", part_100)
  2446.  
  2447. part_101 = Instance.new("Part", mcarrier)
  2448. part_101.FormFactor = Enum.FormFactor.Plate
  2449. part_101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2450. part_101.TopSurface = Enum.SurfaceType.Smooth
  2451. part_101.Material = Enum.Material.SmoothPlastic
  2452. part_101.Size = Vector3.new(1, 8.4, 14)
  2453. part_101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2454. part_101.CFrame = CFrame.new(-0.5, 9, -100)
  2455. part_101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2456. part_101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2457. part_101.BrickColor = BrickColor.new("Buttermilk")
  2458. part_101.Friction = 0.3
  2459. part_101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2460.  
  2461. mesh_93 = Instance.new("BlockMesh", part_101)
  2462.  
  2463. part_102 = Instance.new("Part", mcarrier)
  2464. part_102.FormFactor = Enum.FormFactor.Plate
  2465. part_102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2466. part_102.TopSurface = Enum.SurfaceType.Smooth
  2467. part_102.Material = Enum.Material.SmoothPlastic
  2468. part_102.Size = Vector3.new(1, 7.6, 36)
  2469. part_102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2470. part_102.CFrame = CFrame.new(-19, 5.3, -126.4)* CFrame.Angles(-1.5707963705063, 1.5707963705063, 0)
  2471. part_102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2472. part_102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2473. part_102.BrickColor = BrickColor.new("Buttermilk")
  2474. part_102.Friction = 0.3
  2475. part_102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2476.  
  2477. mesh_94 = Instance.new("BlockMesh", part_102)
  2478.  
  2479. part_103 = Instance.new("Part", mcarrier)
  2480. part_103.FormFactor = Enum.FormFactor.Plate
  2481. part_103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2482. part_103.TopSurface = Enum.SurfaceType.Smooth
  2483. part_103.Material = Enum.Material.SmoothPlastic
  2484. part_103.Size = Vector3.new(1, 10, 36)
  2485. part_103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2486. part_103.CFrame = CFrame.new(29, 5.3, -135.2)* CFrame.Angles(-1.5707963705063, -1.5707963705063, 0)
  2487. part_103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. part_103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. part_103.BrickColor = BrickColor.new("Buttermilk")
  2490. part_103.Friction = 0.3
  2491. part_103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2492. part_103.Name = "crasherrightwing"
  2493.  
  2494. mesh_95 = Instance.new("SpecialMesh", part_103)
  2495. mesh_95.MeshType = Enum.MeshType.Wedge
  2496.  
  2497. part_104 = Instance.new("Part", mcarrier)
  2498. part_104.FormFactor = Enum.FormFactor.Plate
  2499. part_104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2500. part_104.TopSurface = Enum.SurfaceType.Smooth
  2501. part_104.Material = Enum.Material.SmoothPlastic
  2502. part_104.Size = Vector3.new(1, 7.6, 36)
  2503. part_104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2504. part_104.CFrame = CFrame.new(29, 5.3, -126.4)* CFrame.Angles(-1.5707963705063, 1.5707963705063, 0)
  2505. part_104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. part_104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. part_104.BrickColor = BrickColor.new("Buttermilk")
  2508. part_104.Friction = 0.3
  2509. part_104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2510.  
  2511. mesh_96 = Instance.new("BlockMesh", part_104)
  2512.  
  2513. part_105 = Instance.new("Part", mcarrier)
  2514. part_105.FormFactor = Enum.FormFactor.Plate
  2515. part_105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2516. part_105.TopSurface = Enum.SurfaceType.Smooth
  2517. part_105.Material = Enum.Material.SmoothPlastic
  2518. part_105.Size = Vector3.new(1, 9.2, 2)
  2519. part_105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2520. part_105.CFrame = CFrame.new(-5.6, 20.3, -87)* CFrame.Angles(-0, 0, -1.5707963705063)
  2521. part_105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2522. part_105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2523. part_105.BrickColor = BrickColor.new("Buttermilk")
  2524. part_105.Friction = 0.3
  2525. part_105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2526.  
  2527. mesh_97 = Instance.new("BlockMesh", part_105)
  2528.  
  2529. troopdoorclosed = Instance.new("Part", mcarrier)
  2530. troopdoorclosed.FormFactor = Enum.FormFactor.Plate
  2531. troopdoorclosed.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2532. troopdoorclosed.TopSurface = Enum.SurfaceType.Smooth
  2533. troopdoorclosed.Material = Enum.Material.SmoothPlastic
  2534. troopdoorclosed.Size = Vector3.new(12, 8.4, 4)
  2535. troopdoorclosed.Name = "troopdoorclosed"
  2536. troopdoorclosed.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2537. troopdoorclosed.CFrame = CFrame.new(5, 9, -91)* CFrame.Angles(-3.1415927410126, 0, -0)
  2538. troopdoorclosed.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2539. troopdoorclosed.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2540. troopdoorclosed.BrickColor = BrickColor.new("Buttermilk")
  2541. troopdoorclosed.Friction = 0.3
  2542. troopdoorclosed.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. troopdoorclosed.CanCollide = false
  2544. troopdoorclosed.Transparency = 1
  2545.  
  2546. mesh_98 = Instance.new("SpecialMesh", troopdoorclosed)
  2547. mesh_98.MeshType = Enum.MeshType.Wedge
  2548.  
  2549. part_106 = Instance.new("Part", mcarrier)
  2550. part_106.FormFactor = Enum.FormFactor.Plate
  2551. part_106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. part_106.TopSurface = Enum.SurfaceType.Smooth
  2553. part_106.Material = Enum.Material.SmoothPlastic
  2554. part_106.Size = Vector3.new(4, 7.6, 18)
  2555. part_106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2556. part_106.CFrame = CFrame.new(9, 17, -98)
  2557. part_106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2558. part_106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2559. part_106.BrickColor = BrickColor.new("Buttermilk")
  2560. part_106.Friction = 0.3
  2561. part_106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2562.  
  2563. mesh_99 = Instance.new("SpecialMesh", part_106)
  2564. mesh_99.MeshType = Enum.MeshType.Wedge
  2565.  
  2566. part_107 = Instance.new("Part", mcarrier)
  2567. part_107.FormFactor = Enum.FormFactor.Plate
  2568. part_107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. part_107.TopSurface = Enum.SurfaceType.Smooth
  2570. part_107.Material = Enum.Material.SmoothPlastic
  2571. part_107.Size = Vector3.new(4, 7.6, 18)
  2572. part_107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2573. part_107.CFrame = CFrame.new(1, 17, -98)
  2574. part_107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2575. part_107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2576. part_107.BrickColor = BrickColor.new("Buttermilk")
  2577. part_107.Friction = 0.3
  2578. part_107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2579.  
  2580. mesh_100 = Instance.new("SpecialMesh", part_107)
  2581. mesh_100.MeshType = Enum.MeshType.Wedge
  2582.  
  2583. part_108 = Instance.new("Part", mcarrier)
  2584. part_108.FormFactor = Enum.FormFactor.Plate
  2585. part_108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2586. part_108.TopSurface = Enum.SurfaceType.Smooth
  2587. part_108.Material = Enum.Material.SmoothPlastic
  2588. part_108.Size = Vector3.new(4, 15.2, 9)
  2589. part_108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2590. part_108.CFrame = CFrame.new(5, 20.8, -84.5)* CFrame.Angles(-3.1415927410126, 0, -0)
  2591. part_108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2592. part_108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2593. part_108.BrickColor = BrickColor.new("Buttermilk")
  2594. part_108.Friction = 0.3
  2595. part_108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2596.  
  2597. mesh_101 = Instance.new("SpecialMesh", part_108)
  2598. mesh_101.MeshType = Enum.MeshType.Wedge
  2599.  
  2600. part_109 = Instance.new("Part", mcarrier)
  2601. part_109.FormFactor = Enum.FormFactor.Plate
  2602. part_109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2603. part_109.TopSurface = Enum.SurfaceType.Smooth
  2604. part_109.Material = Enum.Material.SmoothPlastic
  2605. part_109.Size = Vector3.new(4, 7.6, 4)
  2606. part_109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2607. part_109.CFrame = CFrame.new(9, 17, -87)* CFrame.Angles(-3.1415927410126, 0, -0)
  2608. part_109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2609. part_109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2610. part_109.BrickColor = BrickColor.new("Buttermilk")
  2611. part_109.Friction = 0.3
  2612. part_109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2613.  
  2614. mesh_102 = Instance.new("SpecialMesh", part_109)
  2615. mesh_102.MeshType = Enum.MeshType.Wedge
  2616.  
  2617. part_110 = Instance.new("Part", mcarrier)
  2618. part_110.FormFactor = Enum.FormFactor.Plate
  2619. part_110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. part_110.TopSurface = Enum.SurfaceType.Smooth
  2621. part_110.Material = Enum.Material.SmoothPlastic
  2622. part_110.Size = Vector3.new(4, 7.6, 4)
  2623. part_110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2624. part_110.CFrame = CFrame.new(1, 17, -87)* CFrame.Angles(-3.1415927410126, 0, -0)
  2625. part_110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2626. part_110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2627. part_110.BrickColor = BrickColor.new("Buttermilk")
  2628. part_110.Friction = 0.3
  2629. part_110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2630.  
  2631. mesh_103 = Instance.new("SpecialMesh", part_110)
  2632. mesh_103.MeshType = Enum.MeshType.Wedge
  2633.  
  2634. part_111 = Instance.new("Part", mcarrier)
  2635. part_111.FormFactor = Enum.FormFactor.Plate
  2636. part_111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2637. part_111.TopSurface = Enum.SurfaceType.Smooth
  2638. part_111.Material = Enum.Material.SmoothPlastic
  2639. part_111.Size = Vector3.new(4, 15.2, 18)
  2640. part_111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. part_111.CFrame = CFrame.new(5, 20.8, -98)
  2642. part_111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2643. part_111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2644. part_111.BrickColor = BrickColor.new("Buttermilk")
  2645. part_111.Friction = 0.3
  2646. part_111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2647.  
  2648. mesh_104 = Instance.new("SpecialMesh", part_111)
  2649. mesh_104.MeshType = Enum.MeshType.Wedge
  2650.  
  2651. part_112 = Instance.new("Part", mcarrier)
  2652. part_112.FormFactor = Enum.FormFactor.Plate
  2653. part_112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. part_112.TopSurface = Enum.SurfaceType.Smooth
  2655. part_112.Material = Enum.Material.SmoothPlastic
  2656. part_112.Size = Vector3.new(1, 3.2, 15)
  2657. part_112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2658. part_112.CFrame = CFrame.new(10.5, 6.4, -119.5)
  2659. part_112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2660. part_112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2661. part_112.BrickColor = BrickColor.new("Buttermilk")
  2662. part_112.Friction = 0.3
  2663. part_112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2664.  
  2665. mesh_105 = Instance.new("BlockMesh", part_112)
  2666.  
  2667. part_113 = Instance.new("Part", mcarrier)
  2668. part_113.FormFactor = Enum.FormFactor.Plate
  2669. part_113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2670. part_113.TopSurface = Enum.SurfaceType.Smooth
  2671. part_113.Material = Enum.Material.SmoothPlastic
  2672. part_113.Size = Vector3.new(1, 3.2, 15)
  2673. part_113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. part_113.CFrame = CFrame.new(-0.5, 6.4, -119.5)
  2675. part_113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2676. part_113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2677. part_113.BrickColor = BrickColor.new("Buttermilk")
  2678. part_113.Friction = 0.3
  2679. part_113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2680.  
  2681. mesh_106 = Instance.new("BlockMesh", part_113)
  2682.  
  2683. part_114 = Instance.new("Part", mcarrier)
  2684. part_114.FormFactor = Enum.FormFactor.Plate
  2685. part_114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2686. part_114.TopSurface = Enum.SurfaceType.Smooth
  2687. part_114.Material = Enum.Material.SmoothPlastic
  2688. part_114.Size = Vector3.new(12, 0.8, 34)
  2689. part_114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2690. part_114.CFrame = CFrame.new(5, 4.4, -110)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2691. part_114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. part_114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. part_114.BrickColor = BrickColor.new("Dark stone grey")
  2694. part_114.Friction = 0.3
  2695. part_114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2696.  
  2697. mesh_107 = Instance.new("BlockMesh", part_114)
  2698.  
  2699. part_115 = Instance.new("Part", mcarrier)
  2700. part_115.FormFactor = Enum.FormFactor.Plate
  2701. part_115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2702. part_115.TopSurface = Enum.SurfaceType.Smooth
  2703. part_115.Material = Enum.Material.SmoothPlastic
  2704. part_115.Size = Vector3.new(9, 1.2, 1)
  2705. part_115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2706. part_115.CFrame = CFrame.new(-5.5, 20.3, -85.4)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2707. part_115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2708. part_115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2709. part_115.BrickColor = BrickColor.new("Buttermilk")
  2710. part_115.Friction = 0.3
  2711. part_115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2712.  
  2713. mesh_108 = Instance.new("SpecialMesh", part_115)
  2714. mesh_108.MeshType = Enum.MeshType.Wedge
  2715.  
  2716. part_116 = Instance.new("Part", mcarrier)
  2717. part_116.FormFactor = Enum.FormFactor.Plate
  2718. part_116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2719. part_116.TopSurface = Enum.SurfaceType.Smooth
  2720. part_116.Material = Enum.Material.SmoothPlastic
  2721. part_116.Size = Vector3.new(1, 1.2, 9)
  2722. part_116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2723. part_116.CFrame = CFrame.new(-5.5, 20.3, -88.6)* CFrame.Angles(-1.5707963705063, 1.5707963705063, 0)
  2724. part_116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2725. part_116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. part_116.BrickColor = BrickColor.new("Buttermilk")
  2727. part_116.Friction = 0.3
  2728. part_116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2729.  
  2730. mesh_109 = Instance.new("SpecialMesh", part_116)
  2731. mesh_109.MeshType = Enum.MeshType.Wedge
  2732.  
  2733. part_117 = Instance.new("Part", mcarrier)
  2734. part_117.FormFactor = Enum.FormFactor.Plate
  2735. part_117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2736. part_117.TopSurface = Enum.SurfaceType.Smooth
  2737. part_117.Material = Enum.Material.SmoothPlastic
  2738. part_117.Size = Vector3.new(1, 1.2, 9)
  2739. part_117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2740. part_117.CFrame = CFrame.new(15.5, 20.3, -88.6)* CFrame.Angles(-1.5707963705063, -1.5707963705063, 0)
  2741. part_117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2742. part_117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2743. part_117.BrickColor = BrickColor.new("Buttermilk")
  2744. part_117.Friction = 0.3
  2745. part_117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2746.  
  2747. mesh_110 = Instance.new("SpecialMesh", part_117)
  2748. mesh_110.MeshType = Enum.MeshType.Wedge
  2749.  
  2750. part_118 = Instance.new("Part", mcarrier)
  2751. part_118.FormFactor = Enum.FormFactor.Plate
  2752. part_118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2753. part_118.TopSurface = Enum.SurfaceType.Smooth
  2754. part_118.Material = Enum.Material.SmoothPlastic
  2755. part_118.Size = Vector3.new(1, 9.2, 2)
  2756. part_118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2757. part_118.CFrame = CFrame.new(15.6, 20.3, -87)* CFrame.Angles(-0, 0, -1.5707963705063)
  2758. part_118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2759. part_118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2760. part_118.BrickColor = BrickColor.new("Buttermilk")
  2761. part_118.Friction = 0.3
  2762. part_118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2763.  
  2764. mesh_111 = Instance.new("BlockMesh", part_118)
  2765.  
  2766. part_119 = Instance.new("Part", mcarrier)
  2767. part_119.FormFactor = Enum.FormFactor.Plate
  2768. part_119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2769. part_119.TopSurface = Enum.SurfaceType.Smooth
  2770. part_119.Material = Enum.Material.SmoothPlastic
  2771. part_119.Size = Vector3.new(9, 1.2, 1)
  2772. part_119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2773. part_119.CFrame = CFrame.new(15.5, 20.3, -85.4)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2774. part_119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2775. part_119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2776. part_119.BrickColor = BrickColor.new("Buttermilk")
  2777. part_119.Friction = 0.3
  2778. part_119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2779.  
  2780. mesh_112 = Instance.new("SpecialMesh", part_119)
  2781. mesh_112.MeshType = Enum.MeshType.Wedge
  2782.  
  2783. part_120 = Instance.new("Part", mcarrier)
  2784. part_120.FormFactor = Enum.FormFactor.Plate
  2785. part_120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2786. part_120.TopSurface = Enum.SurfaceType.Smooth
  2787. part_120.Material = Enum.Material.SmoothPlastic
  2788. part_120.Size = Vector3.new(12, 3.2, 2)
  2789. part_120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2790. part_120.CFrame = CFrame.new(5, 6.4, -169)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2791. part_120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2792. part_120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2793. part_120.BrickColor = BrickColor.new("Buttermilk")
  2794. part_120.Friction = 0.3
  2795. part_120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2796.  
  2797. mesh_113 = Instance.new("BlockMesh", part_120)
  2798.  
  2799. part_121 = Instance.new("Part", mcarrier)
  2800. part_121.FormFactor = Enum.FormFactor.Plate
  2801. part_121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. part_121.TopSurface = Enum.SurfaceType.Smooth
  2803. part_121.Material = Enum.Material.SmoothPlastic
  2804. part_121.Size = Vector3.new(3, 0.8, 2)
  2805. part_121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2806. part_121.CFrame = CFrame.new(-21.4, 1.2, -128.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  2807. part_121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2808. part_121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2809. part_121.BrickColor = BrickColor.new("Dark stone grey")
  2810. part_121.Friction = 0.3
  2811. part_121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2812. part_121.Name = "Wheel4"
  2813.  
  2814. mesh_114 = Instance.new("CylinderMesh", part_121)
  2815.  
  2816. part_122 = Instance.new("Part", mcarrier)
  2817. part_122.FormFactor = Enum.FormFactor.Plate
  2818. part_122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. part_122.TopSurface = Enum.SurfaceType.Smooth
  2820. part_122.Material = Enum.Material.SmoothPlastic
  2821. part_122.Size = Vector3.new(1, 0.8, 1)
  2822. part_122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2823. part_122.CFrame = CFrame.new(4.5, 6.4, -165.5)* CFrame.Angles(-0, 0, -3.1415927410126)
  2824. part_122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2825. part_122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2826. part_122.BrickColor = BrickColor.new("Dark stone grey")
  2827. part_122.Friction = 0.3
  2828. part_122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2829.  
  2830. mesh_115 = Instance.new("CylinderMesh", part_122)
  2831. mesh_115.Scale = Vector3.new(0.1, 1, 1)
  2832.  
  2833. part_123 = Instance.new("Part", mcarrier)
  2834. part_123.FormFactor = Enum.FormFactor.Plate
  2835. part_123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2836. part_123.TopSurface = Enum.SurfaceType.Smooth
  2837. part_123.Material = Enum.Material.SmoothPlastic
  2838. part_123.Size = Vector3.new(1, 0.8, 1)
  2839. part_123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2840. part_123.CFrame = CFrame.new(3.5, 6.4, -165.5)* CFrame.Angles(-0, 0, -3.1415927410126)
  2841. part_123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2842. part_123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2843. part_123.BrickColor = BrickColor.new("Dark stone grey")
  2844. part_123.Friction = 0.3
  2845. part_123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2846.  
  2847. mesh_116 = Instance.new("CylinderMesh", part_123)
  2848. mesh_116.Scale = Vector3.new(0.1, 1, 1)
  2849.  
  2850. part_124 = Instance.new("Part", mcarrier)
  2851. part_124.FormFactor = Enum.FormFactor.Plate
  2852. part_124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2853. part_124.TopSurface = Enum.SurfaceType.Smooth
  2854. part_124.Material = Enum.Material.SmoothPlastic
  2855. part_124.Size = Vector3.new(3, 0.8, 2)
  2856. part_124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. part_124.CFrame = CFrame.new(4.2, 1, -164.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  2858. part_124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2859. part_124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2860. part_124.BrickColor = BrickColor.new("Dark stone grey")
  2861. part_124.Friction = 0.3
  2862. part_124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2863. part_124.Name = "Wheel5"
  2864.  
  2865. mesh_117 = Instance.new("CylinderMesh", part_124)
  2866.  
  2867. part_125 = Instance.new("Part", mcarrier)
  2868. part_125.FormFactor = Enum.FormFactor.Plate
  2869. part_125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2870. part_125.TopSurface = Enum.SurfaceType.Smooth
  2871. part_125.Material = Enum.Material.SmoothPlastic
  2872. part_125.Size = Vector3.new(1, 0.8, 1)
  2873. part_125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2874. part_125.CFrame = CFrame.new(6.5, 6.4, -165.5)* CFrame.Angles(-0, 0, -3.1415927410126)
  2875. part_125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2876. part_125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. part_125.BrickColor = BrickColor.new("Dark stone grey")
  2878. part_125.Friction = 0.3
  2879. part_125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2880.  
  2881. mesh_118 = Instance.new("CylinderMesh", part_125)
  2882. mesh_118.Scale = Vector3.new(0.1, 1, 1)
  2883.  
  2884. part_126 = Instance.new("Part", mcarrier)
  2885. part_126.FormFactor = Enum.FormFactor.Plate
  2886. part_126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. part_126.TopSurface = Enum.SurfaceType.Smooth
  2888. part_126.Material = Enum.Material.SmoothPlastic
  2889. part_126.Size = Vector3.new(2, 0.4, 3)
  2890. part_126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2891. part_126.CFrame = CFrame.new(1, 6.3, -165)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2892. part_126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2893. part_126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2894. part_126.BrickColor = BrickColor.new("Dark stone grey")
  2895. part_126.Friction = 0.3
  2896. part_126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2897.  
  2898. mesh_119 = Instance.new("CylinderMesh", part_126)
  2899. mesh_119.Scale = Vector3.new(1.3, 1, 1)
  2900.  
  2901. part_127 = Instance.new("Part", mcarrier)
  2902. part_127.FormFactor = Enum.FormFactor.Plate
  2903. part_127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2904. part_127.TopSurface = Enum.SurfaceType.Smooth
  2905. part_127.Material = Enum.Material.SmoothPlastic
  2906. part_127.Size = Vector3.new(1, 0.4, 3)
  2907. part_127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. part_127.CFrame = CFrame.new(4.8, 2.5, -164.5)* CFrame.Angles(-1.5707963705063, 0, 1.5707963705063)
  2909. part_127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2910. part_127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2911. part_127.BrickColor = BrickColor.new("Dark stone grey")
  2912. part_127.Friction = 0.3
  2913. part_127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2914. part_127.Name = "Wheelline1"
  2915.  
  2916. mesh_120 = Instance.new("BlockMesh", part_127)
  2917.  
  2918.  
  2919. part_128 = Instance.new("Part", mcarrier)
  2920. part_128.FormFactor = Enum.FormFactor.Plate
  2921. part_128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2922. part_128.TopSurface = Enum.SurfaceType.Smooth
  2923. part_128.Material = Enum.Material.SmoothPlastic
  2924. part_128.Size = Vector3.new(1, 0.4, 3)
  2925. part_128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2926. part_128.CFrame = CFrame.new(31.8, 3.3, -126.5)* CFrame.Angles(-1.5707963705063, 0, 1.5707963705063)
  2927. part_128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. part_128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. part_128.BrickColor = BrickColor.new("Dark stone grey")
  2930. part_128.Friction = 0.3
  2931. part_128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2932. part_128.Name = "Wheelline2"
  2933.  
  2934. mesh_121 = Instance.new("BlockMesh", part_128)
  2935.  
  2936. part_129 = Instance.new("Part", mcarrier)
  2937. part_129.FormFactor = Enum.FormFactor.Plate
  2938. part_129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2939. part_129.TopSurface = Enum.SurfaceType.Smooth
  2940. part_129.Material = Enum.Material.SmoothPlastic
  2941. part_129.Size = Vector3.new(3, 0.8, 2)
  2942. part_129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2943. part_129.CFrame = CFrame.new(-21.4, 1.2, -124.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  2944. part_129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2945. part_129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. part_129.BrickColor = BrickColor.new("Dark stone grey")
  2947. part_129.Friction = 0.3
  2948. part_129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. part_129.Name = "Wheel6"
  2950.  
  2951. mesh_122 = Instance.new("CylinderMesh", part_129)
  2952.  
  2953. part_130 = Instance.new("Part", mcarrier)
  2954. part_130.FormFactor = Enum.FormFactor.Plate
  2955. part_130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2956. part_130.TopSurface = Enum.SurfaceType.Smooth
  2957. part_130.Material = Enum.Material.SmoothPlastic
  2958. part_130.Size = Vector3.new(3, 0.8, 2)
  2959. part_130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2960. part_130.CFrame = CFrame.new(-22.6, 1.2, -128.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  2961. part_130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2962. part_130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2963. part_130.BrickColor = BrickColor.new("Dark stone grey")
  2964. part_130.Friction = 0.3
  2965. part_130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. part_130.Name = "Wheel7"
  2967.  
  2968. mesh_123 = Instance.new("CylinderMesh", part_130)
  2969.  
  2970. part_131 = Instance.new("Part", mcarrier)
  2971. part_131.FormFactor = Enum.FormFactor.Plate
  2972. part_131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. part_131.TopSurface = Enum.SurfaceType.Smooth
  2974. part_131.Material = Enum.Material.SmoothPlastic
  2975. part_131.Size = Vector3.new(1, 0.8, 1)
  2976. part_131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2977. part_131.CFrame = CFrame.new(5.5, 6.4, -165.5)* CFrame.Angles(-0, 0, -3.1415927410126)
  2978. part_131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2979. part_131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2980. part_131.BrickColor = BrickColor.new("Dark stone grey")
  2981. part_131.Friction = 0.3
  2982. part_131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2983.  
  2984. mesh_124 = Instance.new("CylinderMesh", part_131)
  2985. mesh_124.Scale = Vector3.new(0.1, 1, 1)
  2986.  
  2987. part_132 = Instance.new("Part", mcarrier)
  2988. part_132.FormFactor = Enum.FormFactor.Plate
  2989. part_132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2990. part_132.TopSurface = Enum.SurfaceType.Smooth
  2991. part_132.Material = Enum.Material.SmoothPlastic
  2992. part_132.Size = Vector3.new(12, 0.8, 43)
  2993. part_132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2994. part_132.CFrame = CFrame.new(5, 4.4, -148.5)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2995. part_132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2996. part_132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2997. part_132.BrickColor = BrickColor.new("Dark stone grey")
  2998. part_132.Friction = 0.3
  2999. part_132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3000.  
  3001. mesh_125 = Instance.new("BlockMesh", part_132)
  3002.  
  3003. part_133 = Instance.new("Part", mcarrier)
  3004. part_133.FormFactor = Enum.FormFactor.Plate
  3005. part_133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3006. part_133.TopSurface = Enum.SurfaceType.Smooth
  3007. part_133.Material = Enum.Material.SmoothPlastic
  3008. part_133.Size = Vector3.new(1, 0.4, 3)
  3009. part_133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3010. part_133.CFrame = CFrame.new(-22, 3.3, -126.5)* CFrame.Angles(-1.5707963705063, 0, 1.5707963705063)
  3011. part_133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3012. part_133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3013. part_133.BrickColor = BrickColor.new("Dark stone grey")
  3014. part_133.Friction = 0.3
  3015. part_133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3016. part_133.Name = "Wheelline3"
  3017.  
  3018. mesh_126 = Instance.new("BlockMesh", part_133)
  3019.  
  3020. part_134 = Instance.new("Part", mcarrier)
  3021. part_134.FormFactor = Enum.FormFactor.Plate
  3022. part_134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. part_134.TopSurface = Enum.SurfaceType.Smooth
  3024. part_134.Material = Enum.Material.SmoothPlastic
  3025. part_134.Size = Vector3.new(3, 0.8, 2)
  3026. part_134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3027. part_134.CFrame = CFrame.new(5.4, 1, -164.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  3028. part_134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. part_134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3030. part_134.BrickColor = BrickColor.new("Dark stone grey")
  3031. part_134.Friction = 0.3
  3032. part_134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3033. part_134.Name = "Wheel8"
  3034.  
  3035. mesh_127 = Instance.new("CylinderMesh", part_134)
  3036.  
  3037. part_135 = Instance.new("Part", mcarrier)
  3038. part_135.FormFactor = Enum.FormFactor.Plate
  3039. part_135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3040. part_135.TopSurface = Enum.SurfaceType.Smooth
  3041. part_135.Material = Enum.Material.SmoothPlastic
  3042. part_135.Size = Vector3.new(1, 3.2, 5)
  3043. part_135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. part_135.CFrame = CFrame.new(10.5, 6.4, -152.5)
  3045. part_135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3046. part_135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3047. part_135.BrickColor = BrickColor.new("Buttermilk")
  3048. part_135.Friction = 0.3
  3049. part_135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3050.  
  3051. mesh_128 = Instance.new("BlockMesh", part_135)
  3052.  
  3053. part_136 = Instance.new("Part", mcarrier)
  3054. part_136.FormFactor = Enum.FormFactor.Plate
  3055. part_136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3056. part_136.TopSurface = Enum.SurfaceType.Smooth
  3057. part_136.Material = Enum.Material.SmoothPlastic
  3058. part_136.Size = Vector3.new(6, 1.2, 2)
  3059. part_136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3060. part_136.CFrame = CFrame.new(5, 5.4, -167)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3061. part_136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3062. part_136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3063. part_136.BrickColor = BrickColor.new("Buttermilk")
  3064. part_136.Friction = 0.3
  3065. part_136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3066.  
  3067. mesh_129 = Instance.new("BlockMesh", part_136)
  3068.  
  3069. part_137 = Instance.new("Part", mcarrier)
  3070. part_137.FormFactor = Enum.FormFactor.Plate
  3071. part_137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. part_137.TopSurface = Enum.SurfaceType.Smooth
  3073. part_137.Material = Enum.Material.SmoothPlastic
  3074. part_137.Size = Vector3.new(2, 0.4, 2)
  3075. part_137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3076. part_137.CFrame = CFrame.new(9, 7.8, -167)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3077. part_137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3078. part_137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3079. part_137.BrickColor = BrickColor.new("Dark stone grey")
  3080. part_137.Friction = 0.3
  3081. part_137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3082.  
  3083. mesh_130 = Instance.new("SpecialMesh", part_137)
  3084. mesh_130.MeshType = Enum.MeshType.Wedge
  3085.  
  3086. part_138 = Instance.new("Part", mcarrier)
  3087. part_138.FormFactor = Enum.FormFactor.Plate
  3088. part_138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. part_138.TopSurface = Enum.SurfaceType.Smooth
  3090. part_138.Material = Enum.Material.SmoothPlastic
  3091. part_138.Size = Vector3.new(2, 2.8, 2)
  3092. part_138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. part_138.CFrame = CFrame.new(9, 6.2, -167)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3094. part_138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3095. part_138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3096. part_138.BrickColor = BrickColor.new("Dark stone grey")
  3097. part_138.Friction = 0.3
  3098. part_138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3099.  
  3100. mesh_131 = Instance.new("BlockMesh", part_138)
  3101.  
  3102. part_139 = Instance.new("Part", mcarrier)
  3103. part_139.FormFactor = Enum.FormFactor.Plate
  3104. part_139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3105. part_139.TopSurface = Enum.SurfaceType.Smooth
  3106. part_139.Material = Enum.Material.SmoothPlastic
  3107. part_139.Size = Vector3.new(13, 3.2, 1)
  3108. part_139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. part_139.CFrame = CFrame.new(-0.5, 6.4, -161.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  3110. part_139.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. part_139.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3112. part_139.BrickColor = BrickColor.new("Buttermilk")
  3113. part_139.Friction = 0.3
  3114. part_139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3115.  
  3116. mesh_132 = Instance.new("BlockMesh", part_139)
  3117.  
  3118. part_140 = Instance.new("Part", mcarrier)
  3119. part_140.FormFactor = Enum.FormFactor.Plate
  3120. part_140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3121. part_140.TopSurface = Enum.SurfaceType.Smooth
  3122. part_140.Material = Enum.Material.SmoothPlastic
  3123. part_140.Size = Vector3.new(1, 1.2, 2)
  3124. part_140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. part_140.CFrame = CFrame.new(7.5, 5.4, -165)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3126. part_140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. part_140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3128. part_140.BrickColor = BrickColor.new("Dark stone grey")
  3129. part_140.Friction = 0.3
  3130. part_140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3131.  
  3132. mesh_133 = Instance.new("SpecialMesh", part_140)
  3133. mesh_133.MeshType = Enum.MeshType.Wedge
  3134.  
  3135. part_141 = Instance.new("Part", mcarrier)
  3136. part_141.FormFactor = Enum.FormFactor.Plate
  3137. part_141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3138. part_141.TopSurface = Enum.SurfaceType.Smooth
  3139. part_141.Material = Enum.Material.SmoothPlastic
  3140. part_141.Size = Vector3.new(13, 3.2, 1)
  3141. part_141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. part_141.CFrame = CFrame.new(10.5, 6.4, -161.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  3143. part_141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. part_141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. part_141.BrickColor = BrickColor.new("Buttermilk")
  3146. part_141.Friction = 0.3
  3147. part_141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3148.  
  3149. mesh_134 = Instance.new("BlockMesh", part_141)
  3150.  
  3151. part_142 = Instance.new("Part", mcarrier)
  3152. part_142.FormFactor = Enum.FormFactor.Plate
  3153. part_142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3154. part_142.TopSurface = Enum.SurfaceType.Smooth
  3155. part_142.Material = Enum.Material.SmoothPlastic
  3156. part_142.Size = Vector3.new(3, 0.8, 2)
  3157. part_142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3158. part_142.CFrame = CFrame.new(31.2, 1.2, -128.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  3159. part_142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3160. part_142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. part_142.BrickColor = BrickColor.new("Dark stone grey")
  3162. part_142.Friction = 0.3
  3163. part_142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. part_142.Name = "Wheel9"
  3165.  
  3166. mesh_135 = Instance.new("CylinderMesh", part_142)
  3167.  
  3168. part_143 = Instance.new("Part", mcarrier)
  3169. part_143.FormFactor = Enum.FormFactor.Plate
  3170. part_143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3171. part_143.TopSurface = Enum.SurfaceType.Smooth
  3172. part_143.Material = Enum.Material.SmoothPlastic
  3173. part_143.Size = Vector3.new(1, 3.2, 3)
  3174. part_143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3175. part_143.CFrame = CFrame.new(1.5, 6.4, -155.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  3176. part_143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. part_143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3178. part_143.BrickColor = BrickColor.new("Buttermilk")
  3179. part_143.Friction = 0.3
  3180. part_143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3181.  
  3182. mesh_136 = Instance.new("BlockMesh", part_143)
  3183.  
  3184. part_144 = Instance.new("Part", mcarrier)
  3185. part_144.FormFactor = Enum.FormFactor.Plate
  3186. part_144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3187. part_144.TopSurface = Enum.SurfaceType.Smooth
  3188. part_144.Material = Enum.Material.SmoothPlastic
  3189. part_144.Size = Vector3.new(5, 0.4, 1)
  3190. part_144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3191. part_144.CFrame = CFrame.new(31.8, 1.3, -126.5)* CFrame.Angles(-1.5707963705063, 0, 1.5707963705063)
  3192. part_144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3193. part_144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3194. part_144.BrickColor = BrickColor.new("Dark stone grey")
  3195. part_144.Friction = 0.3
  3196. part_144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. part_144.Name = "Wheelbar1"
  3198.  
  3199. mesh_137 = Instance.new("BlockMesh", part_144)
  3200.  
  3201. part_145 = Instance.new("Part", mcarrier)
  3202. part_145.FormFactor = Enum.FormFactor.Plate
  3203. part_145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3204. part_145.TopSurface = Enum.SurfaceType.Smooth
  3205. part_145.Material = Enum.Material.SmoothPlastic
  3206. part_145.Size = Vector3.new(4, 1.2, 1)
  3207. part_145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3208. part_145.CFrame = CFrame.new(5, 5.4, -165.5)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3209. part_145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3210. part_145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3211. part_145.BrickColor = BrickColor.new("Dark stone grey")
  3212. part_145.Friction = 0.3
  3213. part_145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3214.  
  3215. mesh_138 = Instance.new("BlockMesh", part_145)
  3216.  
  3217. part_146 = Instance.new("Part", mcarrier)
  3218. part_146.FormFactor = Enum.FormFactor.Plate
  3219. part_146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. part_146.TopSurface = Enum.SurfaceType.Smooth
  3221. part_146.Material = Enum.Material.SmoothPlastic
  3222. part_146.Size = Vector3.new(1, 3.2, 5)
  3223. part_146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3224. part_146.CFrame = CFrame.new(-0.5, 6.4, -152.5)
  3225. part_146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3226. part_146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3227. part_146.BrickColor = BrickColor.new("Buttermilk")
  3228. part_146.Friction = 0.3
  3229. part_146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3230.  
  3231. mesh_139 = Instance.new("BlockMesh", part_146)
  3232.  
  3233. engine = Instance.new("Part", mcarrier)
  3234. engine.FormFactor = Enum.FormFactor.Plate
  3235. engine.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3236. engine.TopSurface = Enum.SurfaceType.Smooth
  3237. engine.Material = Enum.Material.SmoothPlastic
  3238. engine.Size = Vector3.new(4, 1.2, 1)
  3239. engine.Name = "engine"
  3240. engine.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. engine.CFrame = CFrame.new(5, 5.4, -164.5)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3242. engine.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3243. engine.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3244. engine.BrickColor = BrickColor.new("Dark stone grey")
  3245. engine.Friction = 0.3
  3246. engine.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3247.  
  3248. mesh_140 = Instance.new("SpecialMesh", engine)
  3249. mesh_140.MeshType = Enum.MeshType.Wedge
  3250.  
  3251. part_147 = Instance.new("Part", mcarrier)
  3252. part_147.FormFactor = Enum.FormFactor.Plate
  3253. part_147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3254. part_147.TopSurface = Enum.SurfaceType.Smooth
  3255. part_147.Material = Enum.Material.SmoothPlastic
  3256. part_147.Size = Vector3.new(1, 1.2, 2)
  3257. part_147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3258. part_147.CFrame = CFrame.new(2.5, 5.4, -165)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3259. part_147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. part_147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3261. part_147.BrickColor = BrickColor.new("Dark stone grey")
  3262. part_147.Friction = 0.3
  3263. part_147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3264.  
  3265. mesh_141 = Instance.new("SpecialMesh", part_147)
  3266. mesh_141.MeshType = Enum.MeshType.Wedge
  3267.  
  3268. part_148 = Instance.new("Part", mcarrier)
  3269. part_148.FormFactor = Enum.FormFactor.Plate
  3270. part_148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3271. part_148.TopSurface = Enum.SurfaceType.Smooth
  3272. part_148.Material = Enum.Material.SmoothPlastic
  3273. part_148.Size = Vector3.new(5, 0.4, 1)
  3274. part_148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. part_148.CFrame = CFrame.new(-22, 1.3, -126.5)* CFrame.Angles(-1.5707963705063, 0, 1.5707963705063)
  3276. part_148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. part_148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. part_148.BrickColor = BrickColor.new("Dark stone grey")
  3279. part_148.Friction = 0.3
  3280. part_148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3281. part_148.Name = "Wheelbar2"
  3282.  
  3283. mesh_142 = Instance.new("BlockMesh", part_148)
  3284.  
  3285. part_149 = Instance.new("Part", mcarrier)
  3286. part_149.FormFactor = Enum.FormFactor.Plate
  3287. part_149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3288. part_149.TopSurface = Enum.SurfaceType.Smooth
  3289. part_149.Material = Enum.Material.SmoothPlastic
  3290. part_149.Size = Vector3.new(1, 3.2, 3)
  3291. part_149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3292. part_149.CFrame = CFrame.new(8.5, 6.4, -155.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  3293. part_149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. part_149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. part_149.BrickColor = BrickColor.new("Buttermilk")
  3296. part_149.Friction = 0.3
  3297. part_149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3298.  
  3299. mesh_143 = Instance.new("BlockMesh", part_149)
  3300.  
  3301. part_150 = Instance.new("Part", mcarrier)
  3302. part_150.FormFactor = Enum.FormFactor.Plate
  3303. part_150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3304. part_150.TopSurface = Enum.SurfaceType.Smooth
  3305. part_150.Material = Enum.Material.SmoothPlastic
  3306. part_150.Size = Vector3.new(1, 3.2, 19)
  3307. part_150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3308. part_150.CFrame = CFrame.new(-0.5, 6.4, -136.5)
  3309. part_150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3310. part_150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3311. part_150.BrickColor = BrickColor.new("Buttermilk")
  3312. part_150.Friction = 0.3
  3313. part_150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3314.  
  3315. mesh_144 = Instance.new("BlockMesh", part_150)
  3316.  
  3317. part_151 = Instance.new("Part", mcarrier)
  3318. part_151.FormFactor = Enum.FormFactor.Plate
  3319. part_151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. part_151.TopSurface = Enum.SurfaceType.Smooth
  3321. part_151.Material = Enum.Material.SmoothPlastic
  3322. part_151.Size = Vector3.new(1, 3.2, 19)
  3323. part_151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3324. part_151.CFrame = CFrame.new(10.5, 6.4, -136.5)
  3325. part_151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3326. part_151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3327. part_151.BrickColor = BrickColor.new("Buttermilk")
  3328. part_151.Friction = 0.3
  3329. part_151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3330.  
  3331. mesh_145 = Instance.new("BlockMesh", part_151)
  3332.  
  3333. part_152 = Instance.new("Part", mcarrier)
  3334. part_152.FormFactor = Enum.FormFactor.Plate
  3335. part_152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3336. part_152.TopSurface = Enum.SurfaceType.Smooth
  3337. part_152.Material = Enum.Material.SmoothPlastic
  3338. part_152.Size = Vector3.new(3, 0.8, 2)
  3339. part_152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3340. part_152.CFrame = CFrame.new(31.2, 1.2, -124.5)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
  3341. part_152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3342. part_152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3343. part_152.BrickColor = BrickColor.new("Dark stone grey")
  3344. part_152.Friction = 0.3
  3345. part_152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3346. part_152.Name = "Wheel10"
  3347.  
  3348. mesh_146 = Instance.new("CylinderMesh", part_152)
  3349.  
  3350. part_153 = Instance.new("Part", mcarrier)
  3351. part_153.FormFactor = Enum.FormFactor.Plate
  3352. part_153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3353. part_153.TopSurface = Enum.SurfaceType.Smooth
  3354. part_153.Material = Enum.Material.SmoothPlastic
  3355. part_153.Size = Vector3.new(2, 0.8, 1)
  3356. part_153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3357. part_153.CFrame = CFrame.new(9, 6.3, -165.6)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3358. part_153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3359. part_153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3360. part_153.BrickColor = BrickColor.new("Dark stone grey")
  3361. part_153.Friction = 0.3
  3362. part_153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3363.  
  3364. mesh_147 = Instance.new("CylinderMesh", part_153)
  3365.  
  3366. part_154 = Instance.new("Part", mcarrier)
  3367. part_154.FormFactor = Enum.FormFactor.Plate
  3368. part_154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. part_154.TopSurface = Enum.SurfaceType.Smooth
  3370. part_154.Material = Enum.Material.SmoothPlastic
  3371. part_154.Size = Vector3.new(2, 0.4, 2)
  3372. part_154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3373. part_154.CFrame = CFrame.new(1, 7.8, -167)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3374. part_154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3375. part_154.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3376. part_154.BrickColor = BrickColor.new("Dark stone grey")
  3377. part_154.Friction = 0.3
  3378. part_154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3379.  
  3380. mesh_148 = Instance.new("SpecialMesh", part_154)
  3381. mesh_148.MeshType = Enum.MeshType.Wedge
  3382.  
  3383. part_155 = Instance.new("Part", mcarrier)
  3384. part_155.FormFactor = Enum.FormFactor.Plate
  3385. part_155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. part_155.TopSurface = Enum.SurfaceType.Smooth
  3387. part_155.Material = Enum.Material.SmoothPlastic
  3388. part_155.Size = Vector3.new(2, 0.8, 1)
  3389. part_155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3390. part_155.CFrame = CFrame.new(1, 6.3, -165.6)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3391. part_155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3392. part_155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3393. part_155.BrickColor = BrickColor.new("Dark stone grey")
  3394. part_155.Friction = 0.3
  3395. part_155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3396.  
  3397. mesh_149 = Instance.new("CylinderMesh", part_155)
  3398.  
  3399. part_156 = Instance.new("Part", mcarrier)
  3400. part_156.FormFactor = Enum.FormFactor.Plate
  3401. part_156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3402. part_156.TopSurface = Enum.SurfaceType.Smooth
  3403. part_156.Material = Enum.Material.SmoothPlastic
  3404. part_156.Size = Vector3.new(2, 0.4, 3)
  3405. part_156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. part_156.CFrame = CFrame.new(9, 6.3, -165)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3407. part_156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3408. part_156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3409. part_156.BrickColor = BrickColor.new("Dark stone grey")
  3410. part_156.Friction = 0.3
  3411. part_156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3412.  
  3413. mesh_150 = Instance.new("CylinderMesh", part_156)
  3414. mesh_150.Scale = Vector3.new(1.3, 1, 1)
  3415.  
  3416. local identifylight = Instance.new("Part", mcarrier)
  3417. identifylight.FormFactor = Enum.FormFactor.Custom
  3418. identifylight.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3419. identifylight.TopSurface = Enum.SurfaceType.Smooth
  3420. identifylight.Material = Enum.Material.SmoothPlastic
  3421. identifylight.Size = Vector3.new(1, 1, 1)
  3422. identifylight.Name = "identifylight"
  3423. identifylight.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3424. identifylight.CFrame = CFrame.new(10.8, 5.9, -163.3)* CFrame.Angles(-3.1415927410126, -1.5707963705063, 0)
  3425. identifylight.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3426. identifylight.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3427. identifylight.BrickColor = BrickColor.new("Really black")
  3428. identifylight.Friction = 0.3
  3429. identifylight.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3430.  
  3431. local light = Instance.new("PointLight", identifylight)
  3432. light.Enabled = false
  3433. light.Name = "light"
  3434. light.Color = Color3.new(1, 0, 0)
  3435. light.Brightness = 20
  3436. light.Range = 40
  3437.  
  3438. mcarrier:BreakJoints()
  3439.  
  3440. local engine = mcarrier.mainseat
  3441. local propeller1 = mcarrier.propeller1
  3442. local propeller2 = mcarrier.propeller2
  3443. local propeller3 = mcarrier.propeller3
  3444. local propeller4 = mcarrier.propeller4
  3445. propeller1:BreakJoints()
  3446. propeller2:BreakJoints()
  3447. propeller3:BreakJoints()
  3448. propeller4:BreakJoints()
  3449.  
  3450. local prev
  3451. local parts = mcarrier:GetChildren()
  3452.  
  3453. for i = 1,#parts do
  3454. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3455. if (prev ~= nil)then
  3456. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3457. local weld = Instance.new("Weld")
  3458. weld.Part0 = prev
  3459. weld.Part1 = parts[i]
  3460. weld.C0 = prev.CFrame:inverse()
  3461. weld.C1 = parts[i].CFrame:inverse()
  3462. weld.Parent = prev
  3463. parts[i].CustomPhysicalProperties = PhysicalProperties.new(400,4,0.1)
  3464. end
  3465. prev = parts[i]
  3466. end
  3467. end
  3468. mcarrier:MakeJoints()
  3469. mcarrier.Parent = char
  3470.  
  3471.  
  3472. local prev
  3473. local parts = propeller1:GetChildren()
  3474.  
  3475. for i = 1,#parts do
  3476. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3477. if (prev ~= nil)then
  3478. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3479. local weld = Instance.new("Weld")
  3480. weld.Part0 = prev
  3481. weld.Part1 = parts[i]
  3482. weld.C0 = prev.CFrame:inverse()
  3483. weld.C1 = parts[i].CFrame:inverse()
  3484. weld.Parent = prev
  3485. parts[i].CustomPhysicalProperties = PhysicalProperties.new(500,4,0)
  3486. end
  3487. prev = parts[i]
  3488. end
  3489. end
  3490. propeller1:MakeJoints()
  3491.  
  3492. local prev
  3493. local parts = propeller2:GetChildren()
  3494.  
  3495. for i = 1,#parts do
  3496. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3497. if (prev ~= nil)then
  3498. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3499. local weld = Instance.new("Weld")
  3500. weld.Part0 = prev
  3501. weld.Part1 = parts[i]
  3502. weld.C0 = prev.CFrame:inverse()
  3503. weld.C1 = parts[i].CFrame:inverse()
  3504. weld.Parent = prev
  3505. parts[i].CustomPhysicalProperties = PhysicalProperties.new(500,4,0)
  3506. end
  3507. prev = parts[i]
  3508. end
  3509. end
  3510. propeller2:MakeJoints()
  3511.  
  3512. local prev
  3513. local parts = propeller3:GetChildren()
  3514.  
  3515. for i = 1,#parts do
  3516. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3517. if (prev ~= nil)then
  3518. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3519. local weld = Instance.new("Weld")
  3520. weld.Part0 = prev
  3521. weld.Part1 = parts[i]
  3522. weld.C0 = prev.CFrame:inverse()
  3523. weld.C1 = parts[i].CFrame:inverse()
  3524. weld.Parent = prev
  3525. parts[i].CustomPhysicalProperties = PhysicalProperties.new(500,4,0)
  3526. end
  3527. prev = parts[i]
  3528. end
  3529. end
  3530. propeller3:MakeJoints()
  3531.  
  3532. local prev
  3533. local parts = propeller4:GetChildren()
  3534.  
  3535. for i = 1,#parts do
  3536. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3537. if (prev ~= nil)then
  3538. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3539. local weld = Instance.new("Weld")
  3540. weld.Part0 = prev
  3541. weld.Part1 = parts[i]
  3542. weld.C0 = prev.CFrame:inverse()
  3543. weld.C1 = parts[i].CFrame:inverse()
  3544. weld.Parent = prev
  3545. parts[i].CustomPhysicalProperties = PhysicalProperties.new(500,4,0)
  3546. end
  3547. prev = parts[i]
  3548. end
  3549. end
  3550. propeller4:MakeJoints()
  3551.  
  3552. weld(propeller1.propellercenter, mcarrier.propeller1pos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  3553. weld(propeller2.propellercenter, mcarrier.propeller2pos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  3554. weld(propeller3.propellercenter, mcarrier.propeller3pos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  3555. weld(propeller4.propellercenter, mcarrier.propeller4pos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  3556. propeller1.propellercenter.Weld.Name = "propellerweld"
  3557. propeller2.propellercenter.Weld.Name = "propellerweld"
  3558. propeller3.propellercenter.Weld.Name = "propellerweld"
  3559. propeller4.propellercenter.Weld.Name = "propellerweld"
  3560. engine.CFrame = char["Left Leg"].CFrame*CFrame.new(5,40,15)
  3561.  
  3562.  
  3563. --PlaneSounds Start--
  3564. local enginesound=Instance.new("Sound")
  3565. enginesound.SoundId="http://www.roblox.com/asset/?id=142317661"
  3566. enginesound.PlayOnRemove=false
  3567. enginesound.Volume=0.95
  3568. enginesound.Looped=true
  3569. enginesound.Pitch = 1
  3570. enginesound.Parent=engine
  3571. local pros=Instance.new("Sound")
  3572. pros.SoundId="http://www.roblox.com/asset/?id=133082569"
  3573. pros.PlayOnRemove=false
  3574. pros.Volume=0.85
  3575. pros.Looped=true
  3576. pros.Pitch = 1
  3577. pros.Parent=propeller1.propellercenter
  3578. local air=Instance.new("Sound")
  3579. air.SoundId="http://www.roblox.com/asset/?id=142840797"
  3580. air.PlayOnRemove=false
  3581. air.Volume=5
  3582. air.Looped=true
  3583. air.Pitch = 1
  3584. air.Parent=engine
  3585. local pros2=Instance.new("Sound")
  3586. pros2.SoundId="http://www.roblox.com/asset/?id=133082569"
  3587. pros2.PlayOnRemove=false
  3588. pros2.Volume=0.85
  3589. pros2.Looped=true
  3590. pros2.Pitch = 1
  3591. pros2.Parent=propeller3.propellercenter
  3592. --PlaneSounds End--
  3593.  
  3594. mouse.KeyDown:connect(function(key)
  3595. if key == "y" and engineon == false then
  3596. engineon = true
  3597. --enginesound:Play()
  3598. pros:Play()
  3599. pros2:Play()
  3600. while engineon == true do wait()
  3601. rotateangle = rotateangle + 10
  3602.  
  3603. propeller1.propellercenter.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(rotateangle),0,0)
  3604. propeller2.propellercenter.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(rotateangle),0,0)
  3605. propeller3.propellercenter.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(rotateangle),0,0)
  3606. propeller4.propellercenter.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(rotateangle),0,0)
  3607. end
  3608. end
  3609. end)
  3610.  
  3611. local bg = Instance.new("BodyGyro",engine)
  3612. bg.D = 500
  3613. bg.MaxTorque = Vector3.new(0,0,0)
  3614. bg.P = 1000
  3615. local bv = Instance.new("BodyVelocity",engine)
  3616. bv.MaxForce = Vector3.new(0,0,0)
  3617. bv.P = 1250
  3618. bv.Velocity = Vector3.new(0,0.16,0)
  3619.  
  3620. mouse.KeyDown:connect(function(key)
  3621. if key == "u" and engineon == true then
  3622. engineon = false
  3623. --enginesound:Stop()
  3624. pros:Stop()
  3625. pros2:Stop()
  3626. air:Stop()
  3627. bv.MaxForce = Vector3.new(0,0,0)
  3628. --bg.CFrame = CFrame.new(engine.CFrame.p, mouse.Hit.p)
  3629. end
  3630. end)
  3631.  
  3632. --Gui Start--
  3633. local speedgui = Instance.new("ScreenGui", player.PlayerGui)
  3634. speedgui.Name = "SpeedGui"
  3635.  
  3636. local speedguibackground = Instance.new("Frame", speedgui)
  3637. speedguibackground.Size = UDim2.new(0, 20, 0, 200)
  3638. speedguibackground.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3639. speedguibackground.Name = "speedguibackground"
  3640. speedguibackground.Position = UDim2.new(0.8, 0, 0.1, 0)
  3641. speedguibackground.BorderSizePixel = 0
  3642. speedguibackground.BackgroundTransparency = 0.4
  3643. speedguibackground.BackgroundColor3 = Color3.new(1, 1, 1)
  3644.  
  3645. local speedbar = Instance.new("Frame", speedgui)
  3646. speedbar.Size = UDim2.new(0, 40, 0, 20)
  3647. speedbar.Draggable = true
  3648. speedbar.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3649. speedbar.Name = "speedbar"
  3650. speedbar.Position = UDim2.new(0.786, 0, 0.44, 0)
  3651. speedbar.BorderSizePixel = 0
  3652. speedbar.BackgroundTransparency = 0.1
  3653. speedbar.BackgroundColor3 = Color3.new(0, 0, 0)
  3654.  
  3655. local textlabel = Instance.new("TextLabel", speedgui)
  3656. textlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3657. textlabel.BackgroundTransparency = 1
  3658. textlabel.Size = UDim2.new(0, 200, 0, 50)
  3659. textlabel.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3660. textlabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3661. textlabel.Text = "Speed Meter"
  3662. textlabel.Position = UDim2.new(0.6, 0, 0.2, 0)
  3663. textlabel.Font = Enum.Font.SourceSans
  3664. textlabel.FontSize = Enum.FontSize.Size14
  3665.  
  3666. local speedadd = Instance.new("ImageButton", speedgui)
  3667. speedadd.BackgroundColor3 = Color3.new(1, 1, 1)
  3668. speedadd.Image = "http://www.roblox.com/asset/?id=13890082"
  3669. speedadd.Size = UDim2.new(0, 20, 0, 20)
  3670. speedadd.BackgroundTransparency = 1
  3671. speedadd.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3672. speedadd.Name = "speedadd"
  3673. speedadd.Position = UDim2.new(0.7, 0, 0.28, 0)
  3674.  
  3675. local speedsubtract = Instance.new("ImageButton", speedgui)
  3676. speedsubtract.BackgroundColor3 = Color3.new(1, 1, 1)
  3677. speedsubtract.Image = "http://www.roblox.com/asset/?id=57419479"
  3678. speedsubtract.Size = UDim2.new(0, 20, 0, 20)
  3679. speedsubtract.BackgroundTransparency = 1
  3680. speedsubtract.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3681. speedsubtract.Name = "speedsubtract"
  3682. speedsubtract.Position = UDim2.new(0.733, 0, 0.28, 0)
  3683.  
  3684. local planehealthlabel = Instance.new("TextLabel", speedgui)
  3685. planehealthlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3686. planehealthlabel.BackgroundTransparency = 1
  3687. planehealthlabel.Size = UDim2.new(0, 200, 0, 50)
  3688. planehealthlabel.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3689. planehealthlabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3690. planehealthlabel.Text = "Plane Health:"..planehealth
  3691. planehealthlabel.Position = UDim2.new(0.6, 0, 0.3, 0)
  3692. planehealthlabel.Font = Enum.Font.SourceSans
  3693. planehealthlabel.Name = "planehealthlabel"
  3694. planehealthlabel.FontSize = Enum.FontSize.Size14
  3695.  
  3696. local toggledoor = Instance.new("TextLabel", speedgui)
  3697. toggledoor.BackgroundColor3 = Color3.new(1, 1, 1)
  3698. toggledoor.BackgroundTransparency = 1
  3699. toggledoor.Size = UDim2.new(0, 200, 0, 50)
  3700. toggledoor.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3701. toggledoor.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3702. toggledoor.Text = "Toggle Door (H): Open"
  3703.  
  3704. toggledoor.Position = UDim2.new(0.5, 0, 0.35, 0)
  3705. toggledoor.Font = Enum.Font.SourceSans
  3706. toggledoor.Name = "toggledoor"
  3707. toggledoor.FontSize = Enum.FontSize.Size14
  3708.  
  3709. local flightreadylabel = Instance.new("TextLabel", speedgui)
  3710. flightreadylabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3711. flightreadylabel.BackgroundTransparency = 1
  3712. flightreadylabel.Size = UDim2.new(0, 200, 0, 50)
  3713. flightreadylabel.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3714. flightreadylabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3715. flightreadylabel.Text = "Flight Mode(P): Autopilot"
  3716.  
  3717. flightreadylabel.Position = UDim2.new(0.5, 0, 0.4, 0)
  3718. flightreadylabel.Font = Enum.Font.SourceSans
  3719. flightreadylabel.Name = "flightreadylabel"
  3720. flightreadylabel.FontSize = Enum.FontSize.Size14
  3721.  
  3722. local autointerference = Instance.new("TextLabel", speedgui)
  3723. autointerference.BackgroundColor3 = Color3.new(1, 1, 1)
  3724. autointerference.BackgroundTransparency = 1
  3725. autointerference.Size = UDim2.new(0, 200, 0, 50)
  3726. autointerference.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3727. autointerference.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3728. autointerference.Text = "Anti Autopilot Interference(K, Disables W and Seats): Off"
  3729.  
  3730. autointerference.Position = UDim2.new(0.5, 0, 0.45, 0)
  3731. autointerference.Font = Enum.Font.SourceSans
  3732. autointerference.Name = "autointerference"
  3733. autointerference.FontSize = Enum.FontSize.Size12
  3734.  
  3735. local togglewheel = Instance.new("TextLabel", speedgui)
  3736. togglewheel.BackgroundColor3 = Color3.new(1, 1, 1)
  3737. togglewheel.BackgroundTransparency = 1
  3738. togglewheel.Size = UDim2.new(0, 200, 0, 50)
  3739. togglewheel.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3740. togglewheel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3741. togglewheel.Text = "Toggle Wheels (X): On"
  3742.  
  3743. togglewheel.Position = UDim2.new(0.5, 0, 0.5, 0)
  3744. togglewheel.Font = Enum.Font.SourceSans
  3745. togglewheel.Name = "togglewheel"
  3746. togglewheel.FontSize = Enum.FontSize.Size14
  3747.  
  3748. local togglelight = Instance.new("TextLabel", speedgui)
  3749. togglelight.BackgroundColor3 = Color3.new(1, 1, 1)
  3750. togglelight.BackgroundTransparency = 1
  3751. togglelight.Size = UDim2.new(0, 200, 0, 50)
  3752. togglelight.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3753. togglelight.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3754. togglelight.Text = "Toggle Light (L): Off"
  3755.  
  3756. togglelight.Position = UDim2.new(0.5, 0, 0.55, 0)
  3757. togglelight.Font = Enum.Font.SourceSans
  3758. togglelight.Name = "togglelight"
  3759. togglelight.FontSize = Enum.FontSize.Size14
  3760.  
  3761. --Gui End--
  3762.  
  3763. speedadd.MouseButton1Click:connect(function()
  3764. speed = speed + 5
  3765. if speed >= 150 then speed = 150 end
  3766. textlabel.Text = "Speed:"..speed
  3767. print("Speed:"..speed)
  3768. speedbar.Position = UDim2.new(0.786, 0, speedbar.Position.Y.Scale - .01, 0)
  3769. end)
  3770. speedsubtract.MouseButton1Click:connect(function()
  3771. speed = speed - 5
  3772. if speed <= 5 then speed = 5 end
  3773. textlabel.Text = "Speed:"..speed
  3774. print("Speed:"..speed)
  3775. speedbar.Position = UDim2.new(0.786, 0, speedbar.Position.Y.Scale + .01, 0)
  3776. end)
  3777.  
  3778. mouse.KeyDown:connect(function(key)
  3779. if key == "h" then
  3780. hpressed = hpressed + 1
  3781. if hpressed == 1 then
  3782. toggledoor.Text = "Toggle Door (H): Closed"
  3783. mcarrier.troopdooropen.Transparency = 1
  3784. mcarrier.troopdooropen.CanCollide = false
  3785. mcarrier.troopdoorclosed.Transparency = 0
  3786. mcarrier.troopdoorclosed.CanCollide = true
  3787. end
  3788. if hpressed == 2 then
  3789. hpressed = 0
  3790. toggledoor.Text = "Toggle Door (H): Open"
  3791. mcarrier.troopdoorclosed.Transparency = 1
  3792. mcarrier.troopdoorclosed.CanCollide = false
  3793. mcarrier.troopdooropen.Transparency = 0
  3794. mcarrier.troopdooropen.CanCollide = true
  3795. end
  3796. end
  3797. end)
  3798.  
  3799. mouse.KeyDown:connect(function(key)
  3800. if key == "w" and engineon == true and kpressed == 0 then
  3801. wpressed = true
  3802.  
  3803. bv.MaxForce = Vector3.new(9e20,9e20,9e20)
  3804. while wpressed == true do wait(.08)
  3805. if flightready == true then
  3806. bv.Velocity = (engine.CFrame.lookVector * speed) + Vector3.new(0,2,0)
  3807. air:Play()
  3808. end
  3809. if flightready == false then
  3810. bv.Velocity = (engine.CFrame.lookVector * 30) + Vector3.new(0,0,0)
  3811. air:Stop()
  3812. end
  3813. end
  3814. end
  3815. end)
  3816. mouse.KeyUp:connect(function(key)
  3817. if key == "w" and kpressed == 0 then
  3818. wpressed = false
  3819. bv.Velocity = Vector3.new(0,bv.Velocity.y,0)
  3820. end
  3821. end)
  3822.  
  3823. mouse.KeyDown:connect(function(key)
  3824. if key == "p" and engineon == true then
  3825. ppressed = ppressed + 1
  3826. if ppressed == 1 then
  3827. flightready = true
  3828. flightreadylabel.Text = "Flight Mode(P): Manual"
  3829. end
  3830. if ppressed == 2 then
  3831. ppressed = 0
  3832. flightready = false
  3833. flightreadylabel.Text = "Flight Mode(P): Autopilot"
  3834. end
  3835. end
  3836. end)
  3837.  
  3838. mouse.KeyDown:connect(function(key)
  3839. if key == "k" and engineon == true then
  3840. kpressed = kpressed + 1
  3841. if kpressed ==1 then
  3842. autointerference.Text = "Anti Autopilot Interference(K, Disables W and Seats): On"
  3843. local seats = mcarrier:GetChildren()
  3844.  
  3845. for i = 1,#seats do
  3846. if (seats[i].className == "Seat") then
  3847. if (prev ~= nil)then
  3848. seats[i].Disabled = true
  3849. end
  3850. prev = seats[i]
  3851. end
  3852. end
  3853.  
  3854. end
  3855. if kpressed ==2 then
  3856. kpressed = 0
  3857. autointerference.Text = "Anti Autopilot Interference(K, Disables W and Seats): Off"
  3858. local seats = mcarrier:GetChildren()
  3859.  
  3860. for i = 1,#seats do
  3861. if (seats[i].className == "Seat") then
  3862. if (prev ~= nil)then
  3863. seats[i].Disabled = false
  3864. end
  3865. prev = seats[i]
  3866. end
  3867. end
  3868.  
  3869. end
  3870. end
  3871. end)
  3872.  
  3873.  
  3874. game:GetService("RunService").RenderStepped:connect(function()
  3875. if wpressed == true and engineon == true and flightready == true and kpressed == 0 then
  3876. bg.MaxTorque = Vector3.new(9e20,9e20,9e20)
  3877. bg.CFrame = CFrame.new(engine.CFrame.p, mouse.Hit.p)
  3878. end
  3879. end)
  3880.  
  3881. mcarrier.crasherfront.Touched:connect(function(h)
  3882. planehealth = planehealth - math.random(1,5)
  3883. planehealthlabel.Text = "Plane Health:"..planehealth
  3884. end)
  3885. mcarrier.crasherleftwing.Touched:connect(function(h)
  3886. planehealth = planehealth - math.random(1,5)
  3887. planehealthlabel.Text = "Plane Health:"..planehealth
  3888. end)
  3889. mcarrier.crasherrightwing.Touched:connect(function(h)
  3890. planehealth = planehealth - math.random(1,5)
  3891. planehealthlabel.Text = "Plane Health:"..planehealth
  3892. end)
  3893. propeller1.propellercenter.Touched:connect(function(h)
  3894. planehealth = planehealth - math.random(1,5)
  3895. planehealthlabel.Text = "Plane Health:"..planehealth
  3896. end)
  3897. propeller2.propellercenter.Touched:connect(function(h)
  3898. planehealth = planehealth - math.random(1,5)
  3899. planehealthlabel.Text = "Plane Health:"..planehealth
  3900. end)
  3901. propeller3.propellercenter.Touched:connect(function(h)
  3902. planehealth = planehealth - math.random(1,5)
  3903. planehealthlabel.Text = "Plane Health:"..planehealth
  3904. end)
  3905. propeller4.propellercenter.Touched:connect(function(h)
  3906. planehealth = planehealth - math.random(1,5)
  3907. planehealthlabel.Text = "Plane Health:"..planehealth
  3908. end)
  3909.  
  3910. mouse.KeyDown:connect(function(key)
  3911. if key == "l" then
  3912. lpressed = lpressed + 1
  3913. if lpressed == 1 then
  3914. togglelight.Text = "Toggle Light (L): On"
  3915. while lpressed == 1 do wait(.4)
  3916. light.Enabled = true
  3917. identifylight.BrickColor = BrickColor.new("Really red")
  3918. wait(.4)
  3919. light.Enabled = false
  3920. identifylight.BrickColor = BrickColor.new("Really black")
  3921. end
  3922. end
  3923. if lpressed == 2 then
  3924. lpressed = 0
  3925. togglelight.Text = "Toggle Light (L): Off"
  3926. light.Enabled = false
  3927. identifylight.BrickColor = BrickColor.new("Really black")
  3928. end
  3929. end
  3930. end)
  3931.  
  3932. mouse.KeyDown:connect(function(key)
  3933. if key == "x" then
  3934. xpressed = xpressed + 1
  3935. if xpressed == 1 then
  3936. togglewheel.Text = "Toggle Wheels (X): Off"
  3937. mcarrier.Wheelbar1.Transparency = 1
  3938. mcarrier.Wheelbar2.Transparency = 1
  3939. mcarrier.Wheelbar1.CanCollide = false
  3940. mcarrier.Wheelbar2.CanCollide = false
  3941. mcarrier.Wheelline1.Transparency = 1
  3942. mcarrier.Wheelline2.Transparency = 1
  3943. mcarrier.Wheelline3.Transparency = 1
  3944. mcarrier.Wheelline1.CanCollide = false
  3945. mcarrier.Wheelline2.CanCollide = false
  3946. mcarrier.Wheelline3.CanCollide = false
  3947. mcarrier.Wheel1.Transparency = 1
  3948. mcarrier.Wheel2.Transparency = 1
  3949. mcarrier.Wheel3.Transparency = 1
  3950. mcarrier.Wheel4.Transparency = 1
  3951. mcarrier.Wheel5.Transparency = 1
  3952. mcarrier.Wheel6.Transparency = 1
  3953. mcarrier.Wheel7.Transparency = 1
  3954. mcarrier.Wheel8.Transparency = 1
  3955. mcarrier.Wheel9.Transparency = 1
  3956. mcarrier.Wheel10.Transparency = 1
  3957. mcarrier.Wheel1.CanCollide = false
  3958. mcarrier.Wheel2.CanCollide = false
  3959. mcarrier.Wheel3.CanCollide = false
  3960. mcarrier.Wheel4.CanCollide = false
  3961. mcarrier.Wheel5.CanCollide = false
  3962. mcarrier.Wheel6.CanCollide = false
  3963. mcarrier.Wheel7.CanCollide = false
  3964. mcarrier.Wheel8.CanCollide = false
  3965. mcarrier.Wheel9.CanCollide = false
  3966. mcarrier.Wheel10.CanCollide = false
  3967. end
  3968. if xpressed == 2 then
  3969. xpressed = 0
  3970. togglewheel.Text = "Toggle Wheels (X): On"
  3971. mcarrier.Wheelbar1.Transparency = 0
  3972. mcarrier.Wheelbar2.Transparency = 0
  3973. mcarrier.Wheelbar1.CanCollide = true
  3974. mcarrier.Wheelbar2.CanCollide = true
  3975. mcarrier.Wheel1.Transparency = 0
  3976. mcarrier.Wheelline1.Transparency = 0
  3977. mcarrier.Wheelline2.Transparency = 0
  3978. mcarrier.Wheelline3.Transparency = 0
  3979. mcarrier.Wheelline1.CanCollide = true
  3980. mcarrier.Wheelline2.CanCollide = true
  3981. mcarrier.Wheelline3.CanCollide = true
  3982. mcarrier.Wheel2.Transparency = 0
  3983. mcarrier.Wheel3.Transparency = 0
  3984. mcarrier.Wheel4.Transparency = 0
  3985. mcarrier.Wheel5.Transparency = 0
  3986. mcarrier.Wheel6.Transparency = 0
  3987. mcarrier.Wheel7.Transparency = 0
  3988. mcarrier.Wheel8.Transparency = 0
  3989. mcarrier.Wheel9.Transparency = 0
  3990. mcarrier.Wheel10.Transparency = 0
  3991. mcarrier.Wheel1.CanCollide = true
  3992. mcarrier.Wheel2.CanCollide = true
  3993. mcarrier.Wheel3.CanCollide = true
  3994. mcarrier.Wheel4.CanCollide = true
  3995. mcarrier.Wheel5.CanCollide = true
  3996. mcarrier.Wheel6.CanCollide = true
  3997. mcarrier.Wheel7.CanCollide = true
  3998. mcarrier.Wheel8.CanCollide = true
  3999. mcarrier.Wheel9.CanCollide = true
  4000. mcarrier.Wheel10.CanCollide = true
  4001. end
  4002. end
  4003. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement