Advertisement
ghostteen14

Untitled

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