Advertisement
Void_scripter0

Plane

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