ManOhMan

Untitled

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