Advertisement
DaOMEGAa32

fe airplane map

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