Advertisement
DISTROYER190

Untitled

Jan 29th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.18 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,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  5. script.Parent = Player.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local Player = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61.  
  62. local UIS = game:GetService("UserInputService")
  63. local input = function(io,a)
  64. if a then return end
  65. --Since InputObject is a client-side instance, we create and pass table instead
  66. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  67. end
  68. UIS.InputBegan:Connect(input)
  69. UIS.InputEnded:Connect(input)
  70.  
  71. local Mouse = Player:GetMouse()
  72. local h,t
  73. --Give the server mouse data 30 times every second, but only if the values changed
  74. --If player is not moving their mouse, client won't fire events
  75. while wait(1/30) do
  76. if h~=Mouse.Hit or t~=Mouse.Target then
  77. h,t=Mouse.Hit,Mouse.Target
  78. Event:FireServer({isMouse=true,Target=t,Hit=h})
  79. end
  80. end]==],Player.Character)
  81. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  82. end
  83.  
  84.  
  85.  
  86. local player = owner
  87. local char = player.Character
  88. local camera = game.Workspace.CurrentCamera
  89. local engineon = false
  90. local rotateangle = 0
  91. local speed = 5
  92. local elevation = 0
  93. local hover = 0
  94. local qpressed = 0
  95. local wpressed = false
  96. local hpressed = 0
  97. local heliready = false
  98. function weld(p0,p1,c0)
  99. local w=Instance.new("Weld",p0)
  100. w.Part0=p0
  101. w.Part1=p1
  102. w.C0=c0
  103. return w
  104. end
  105.  
  106. local mhuey = Instance.new("Model", workspace)
  107. mhuey.Name = "MHuey"
  108.  
  109. mainrotor = Instance.new("Model", mhuey)
  110. mainrotor.Name = "mainrotor"
  111.  
  112. rotor1b = Instance.new("Part", mainrotor)
  113. rotor1b.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  114. rotor1b.TopSurface = Enum.SurfaceType.Smooth
  115. rotor1b.Reflectance = 0.1
  116. rotor1b.Material = Enum.Material.SmoothPlastic
  117. rotor1b.Size = Vector3.new(1, 0.4, 1)
  118. rotor1b.Name = "Rotor1b"
  119. rotor1b.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  120. rotor1b.CFrame = CFrame.new(57.08, 21.043, 103.759)* CFrame.Angles(3.124981880188, 1.5415737628937, -3.1253423690796)
  121. rotor1b.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  122. rotor1b.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  123. rotor1b.BrickColor = BrickColor.new("New Yeller")
  124. rotor1b.Friction = 0.3
  125. rotor1b.BottomSurface = Enum.SurfaceType.Smooth
  126.  
  127. mesh = Instance.new("SpecialMesh", rotor1b)
  128. mesh.MeshType = Enum.MeshType.Brick
  129.  
  130. rotor1d = Instance.new("Part", mainrotor)
  131. rotor1d.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  132. rotor1d.TopSurface = Enum.SurfaceType.Smooth
  133. rotor1d.Reflectance = 0.1
  134. rotor1d.Material = Enum.Material.SmoothPlastic
  135. rotor1d.Size = Vector3.new(33, 0.4, 1)
  136. rotor1d.Name = "Rotor1d"
  137. rotor1d.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  138. rotor1d.CFrame = CFrame.new(56.588, 21.037, 86.767)* CFrame.Angles(-0.01661073230207, -1.5415778160095, -0.016250206157565)
  139. rotor1d.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  140. rotor1d.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  141. rotor1d.BrickColor = BrickColor.new("Really black")
  142. rotor1d.Friction = 0.3
  143. rotor1d.BottomSurface = Enum.SurfaceType.Smooth
  144.  
  145. mesh_2 = Instance.new("SpecialMesh", rotor1d)
  146. mesh_2.MeshType = Enum.MeshType.Brick
  147.  
  148. rotormiddle = Instance.new("Part", mainrotor)
  149. rotormiddle.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  150. rotormiddle.TopSurface = Enum.SurfaceType.Smooth
  151. rotormiddle.Reflectance = 0.1
  152. rotormiddle.Material = Enum.Material.SmoothPlastic
  153. rotormiddle.Size = Vector3.new(2, 2, 3)
  154. rotormiddle.Name = "rotormiddle"
  155. rotormiddle.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  156. rotormiddle.CFrame = CFrame.new(56.081, 20.831, 69.274)* CFrame.Angles(-0.016610756516457, -1.5415819883347, -0.016250181943178)
  157. rotormiddle.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  158. rotormiddle.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  159. rotormiddle.BrickColor = BrickColor.new("Really black")
  160. rotormiddle.Friction = 0.3
  161. rotormiddle.BottomSurface = Enum.SurfaceType.Smooth
  162.  
  163. mesh_3 = Instance.new("SpecialMesh", rotormiddle)
  164. mesh_3.Scale = Vector3.new(1.25, 1.5, 1.25)
  165.  
  166. rotor1b_2 = Instance.new("Part", mainrotor)
  167. rotor1b_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  168. rotor1b_2.TopSurface = Enum.SurfaceType.Smooth
  169. rotor1b_2.Reflectance = 0.1
  170. rotor1b_2.Material = Enum.Material.SmoothPlastic
  171. rotor1b_2.Size = Vector3.new(33, 0.4, 1)
  172. rotor1b_2.Name = "Rotor1b"
  173. rotor1b_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  174. rotor1b_2.CFrame = CFrame.new(55.574, 21.025, 51.781)* CFrame.Angles(3.124981880188, 1.5415900945663, -3.1253426074982)
  175. rotor1b_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  176. rotor1b_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  177. rotor1b_2.BrickColor = BrickColor.new("Really black")
  178. rotor1b_2.Friction = 0.3
  179. rotor1b_2.BottomSurface = Enum.SurfaceType.Smooth
  180.  
  181. mesh_4 = Instance.new("SpecialMesh", rotor1b_2)
  182. mesh_4.MeshType = Enum.MeshType.Brick
  183.  
  184. rotor1b_3 = Instance.new("Part", mainrotor)
  185. rotor1b_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  186. rotor1b_3.TopSurface = Enum.SurfaceType.Smooth
  187. rotor1b_3.Reflectance = 0.1
  188. rotor1b_3.Material = Enum.Material.SmoothPlastic
  189. rotor1b_3.Size = Vector3.new(1, 0.4, 1)
  190. rotor1b_3.Name = "Rotor1b"
  191. rotor1b_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  192. rotor1b_3.CFrame = CFrame.new(55.081, 21.019, 34.788)* CFrame.Angles(3.124981880188, 1.5415737628937, -3.1253423690796)
  193. rotor1b_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  194. rotor1b_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  195. rotor1b_3.BrickColor = BrickColor.new("New Yeller")
  196. rotor1b_3.Friction = 0.3
  197. rotor1b_3.BottomSurface = Enum.SurfaceType.Smooth
  198.  
  199. mesh_5 = Instance.new("SpecialMesh", rotor1b_3)
  200. mesh_5.MeshType = Enum.MeshType.Brick
  201.  
  202. part = Instance.new("Part", mhuey)
  203. part.Velocity = Vector3.new(0.003, -0.015, 0)
  204. part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  205. part.TopSurface = Enum.SurfaceType.Smooth
  206. part.Reflectance = 0.1
  207. part.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  208. part.Material = Enum.Material.SmoothPlastic
  209. part.Size = Vector3.new(1, 0.4, 6)
  210. part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  211. part.CFrame = CFrame.new(45.061, 13.057, 64.185)* CFrame.Angles(-1.5707890987396, 0.0006561778136529, -1.5784510374069)
  212. part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  213. part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  214. part.BrickColor = BrickColor.new("Earth green")
  215. part.Friction = 0.3
  216. part.BottomSurface = Enum.SurfaceType.Smooth
  217.  
  218. mesh_6 = Instance.new("BlockMesh", part)
  219. mesh_6.Scale = Vector3.new(1, 2, 1)
  220.  
  221. part_2 = Instance.new("Part", mhuey)
  222. part_2.Velocity = Vector3.new(0, -0.018, -0.006)
  223. part_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  224. part_2.TopSurface = Enum.SurfaceType.Smooth
  225. part_2.Reflectance = 0.1
  226. part_2.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  227. part_2.Material = Enum.Material.SmoothPlastic
  228. part_2.Size = Vector3.new(3, 0.4, 1)
  229. part_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  230. part_2.CFrame = CFrame.new(41.963, 15.86, 64.161)* CFrame.Angles(-3.1415903568268, 0.007653146982193, -3.1409363746643)
  231. part_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  232. part_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  233. part_2.BrickColor = BrickColor.new("Earth green")
  234. part_2.Friction = 0.3
  235. part_2.BottomSurface = Enum.SurfaceType.Smooth
  236.  
  237. mesh_7 = Instance.new("BlockMesh", part_2)
  238.  
  239. part_3 = Instance.new("Part", mhuey)
  240. part_3.Velocity = Vector3.new(0.004, -0.022, 0.002)
  241. part_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  242. part_3.TopSurface = Enum.SurfaceType.Smooth
  243. part_3.Reflectance = 0.1
  244. part_3.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  245. part_3.Material = Enum.Material.SmoothPlastic
  246. part_3.Size = Vector3.new(2, 2, 3)
  247. part_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  248. part_3.CFrame = CFrame.new(35.956, 11.063, 64.615)* CFrame.Angles(0.085529819130898, 1.5631535053253, -1.6563184261322)
  249. part_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  250. part_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  251. part_3.BrickColor = BrickColor.new("Earth green")
  252. part_3.Friction = 0.3
  253. part_3.BottomSurface = Enum.SurfaceType.Smooth
  254.  
  255. mesh_8 = Instance.new("SpecialMesh", part_3)
  256. mesh_8.MeshType = Enum.MeshType.Wedge
  257.  
  258. part_4 = Instance.new("Part", mhuey)
  259. part_4.Velocity = Vector3.new(0.004, -0.016, 0.002)
  260. part_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  261. part_4.TopSurface = Enum.SurfaceType.Smooth
  262. part_4.Reflectance = 0.1
  263. part_4.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  264. part_4.Material = Enum.Material.SmoothPlastic
  265. part_4.Size = Vector3.new(1, 2.8, 1)
  266. part_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  267. part_4.CFrame = CFrame.new(44.36, 11.458, 64.179)* CFrame.Angles(0.085680015385151, 1.5631068944931, -0.085596419870853)
  268. part_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  269. part_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  270. part_4.BrickColor = BrickColor.new("Earth green")
  271. part_4.Friction = 0.3
  272. part_4.BottomSurface = Enum.SurfaceType.Smooth
  273.  
  274. mesh_9 = Instance.new("BlockMesh", part_4)
  275.  
  276. part_5 = Instance.new("Part", mhuey)
  277. part_5.Velocity = Vector3.new(0.007, -0.017, 0.009)
  278. part_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  279. part_5.TopSurface = Enum.SurfaceType.Smooth
  280. part_5.Reflectance = 0.1
  281. part_5.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  282. part_5.Material = Enum.Material.SmoothPlastic
  283. part_5.Size = Vector3.new(2, 1, 1)
  284. part_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  285. part_5.CFrame = CFrame.new(44.465, 7.558, 63.18)* CFrame.Angles(2.256664174638e-006, -0.0076445201411843, -0.00065619929227978)
  286. part_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  287. part_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  288. part_5.BrickColor = BrickColor.new("Really black")
  289. part_5.Friction = 0.3
  290. part_5.BottomSurface = Enum.SurfaceType.Smooth
  291.  
  292. mesh_10 = Instance.new("SpecialMesh", part_5)
  293. mesh_10.Scale = Vector3.new(0.3, 1, 1)
  294. mesh_10.MeshType = Enum.MeshType.Wedge
  295.  
  296. part_6 = Instance.new("Part", mhuey)
  297. part_6.Velocity = Vector3.new(0, -0.012, -0.006)
  298. part_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  299. part_6.TopSurface = Enum.SurfaceType.Smooth
  300. part_6.Reflectance = 0.1
  301. part_6.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  302. part_6.Material = Enum.Material.SmoothPlastic
  303. part_6.Size = Vector3.new(20, 1, 1)
  304. part_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  305. part_6.CFrame = CFrame.new(49.463, 16.555, 64.219)* CFrame.Angles(2.2491842628369e-006, -0.0076615139842033, -0.0006562068592757)
  306. part_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  307. part_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  308. part_6.BrickColor = BrickColor.new("Earth green")
  309. part_6.Friction = 0.3
  310. part_6.BottomSurface = Enum.SurfaceType.Smooth
  311.  
  312. mesh_11 = Instance.new("SpecialMesh", part_6)
  313. mesh_11.MeshType = Enum.MeshType.Wedge
  314.  
  315. part_7 = Instance.new("Part", mhuey)
  316. part_7.Velocity = Vector3.new(-0.002, -0.008, -0.009)
  317. part_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  318. part_7.TopSurface = Enum.SurfaceType.Smooth
  319. part_7.Reflectance = 0.1
  320. part_7.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  321. part_7.Material = Enum.Material.SmoothPlastic
  322. part_7.Size = Vector3.new(1, 1, 3)
  323. part_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  324. part_7.CFrame = CFrame.new(51.956, 18.553, 65.238)* CFrame.Angles(-1.5707890987396, 0.00065618148073554, 1.5631436109543)
  325. part_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  326. part_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  327. part_7.BrickColor = BrickColor.new("Earth green")
  328. part_7.Friction = 0.3
  329. part_7.BottomSurface = Enum.SurfaceType.Smooth
  330.  
  331. mesh_12 = Instance.new("SpecialMesh", part_7)
  332. mesh_12.MeshType = Enum.MeshType.Wedge
  333.  
  334. part_8 = Instance.new("Part", mhuey)
  335. part_8.Velocity = Vector3.new(0.007, -0.015, 0.009)
  336. part_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  337. part_8.TopSurface = Enum.SurfaceType.Smooth
  338. part_8.Reflectance = 0.1
  339. part_8.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  340. part_8.Material = Enum.Material.SmoothPlastic
  341. part_8.Size = Vector3.new(2, 1, 2)
  342. part_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  343. part_8.CFrame = CFrame.new(44.453, 7.558, 64.68)* CFrame.Angles(-3.1415903568268, 0.0076444307342172, 0.00065619929227978)
  344. part_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  345. part_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  346. part_8.BrickColor = BrickColor.new("Really black")
  347. part_8.Friction = 0.3
  348. part_8.BottomSurface = Enum.SurfaceType.Smooth
  349.  
  350. mesh_13 = Instance.new("SpecialMesh", part_8)
  351. mesh_13.Scale = Vector3.new(0.3, 1, 1)
  352. mesh_13.MeshType = Enum.MeshType.Wedge
  353.  
  354. part_9 = Instance.new("Part", mhuey)
  355. part_9.Velocity = Vector3.new(0.006, -0.015, 0.007)
  356. part_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  357. part_9.TopSurface = Enum.SurfaceType.Smooth
  358. part_9.Reflectance = 0.1
  359. part_9.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  360. part_9.Material = Enum.Material.SmoothPlastic
  361. part_9.Size = Vector3.new(2, 1, 2)
  362. part_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  363. part_9.CFrame = CFrame.new(44.454, 8.558, 64.68)* CFrame.Angles(2.2569292923436e-006, -0.0076438933610916, -0.0006561991176568)
  364. part_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  365. part_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  366. part_9.BrickColor = BrickColor.new("Really black")
  367. part_9.Friction = 0.3
  368. part_9.BottomSurface = Enum.SurfaceType.Smooth
  369.  
  370. mesh_14 = Instance.new("SpecialMesh", part_9)
  371. mesh_14.Scale = Vector3.new(0.3, 1, 1)
  372. mesh_14.MeshType = Enum.MeshType.Wedge
  373.  
  374. part_10 = Instance.new("Part", mhuey)
  375. part_10.Velocity = Vector3.new(0.003, -0.016, 0)
  376. part_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  377. part_10.TopSurface = Enum.SurfaceType.Smooth
  378. part_10.Reflectance = 0.1
  379. part_10.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  380. part_10.Material = Enum.Material.SmoothPlastic
  381. part_10.Size = Vector3.new(1, 0.4, 6)
  382. part_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  383. part_10.CFrame = CFrame.new(43.661, 13.058, 64.174)* CFrame.Angles(-1.5707890987396, 0.0006561737973243, -1.5784304141998)
  384. part_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  385. part_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  386. part_10.BrickColor = BrickColor.new("Earth green")
  387. part_10.Friction = 0.3
  388. part_10.BottomSurface = Enum.SurfaceType.Smooth
  389.  
  390. mesh_15 = Instance.new("BlockMesh", part_10)
  391.  
  392. part_11 = Instance.new("Part", mhuey)
  393. part_11.Velocity = Vector3.new(0.006, -0.012, 0.006)
  394. part_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  395. part_11.TopSurface = Enum.SurfaceType.Smooth
  396. part_11.Reflectance = 0.1
  397. part_11.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  398. part_11.Material = Enum.Material.SmoothPlastic
  399. part_11.Size = Vector3.new(22, 1, 1)
  400. part_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  401. part_11.CFrame = CFrame.new(48.458, 9.555, 64.211)* CFrame.Angles(2.2530227852258e-006, -0.0076526845805347, 3.1409363746643)
  402. part_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  403. part_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  404. part_11.BrickColor = BrickColor.new("Earth green")
  405. part_11.Friction = 0.3
  406. part_11.BottomSurface = Enum.SurfaceType.Smooth
  407.  
  408. mesh_16 = Instance.new("SpecialMesh", part_11)
  409. mesh_16.MeshType = Enum.MeshType.Wedge
  410.  
  411. part_12 = Instance.new("Part", mhuey)
  412. part_12.Velocity = Vector3.new(0.004, -0.018, 0.002)
  413. part_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  414. part_12.TopSurface = Enum.SurfaceType.Smooth
  415. part_12.Reflectance = 0.1
  416. part_12.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  417. part_12.Material = Enum.Material.SmoothPlastic
  418. part_12.Size = Vector3.new(1, 2.8, 3)
  419. part_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  420. part_12.CFrame = CFrame.new(41.96, 11.46, 64.161)* CFrame.Angles(0.085645638406277, 1.5631612539291, -0.085630595684052)
  421. part_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  422. part_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  423. part_12.BrickColor = BrickColor.new("Earth green")
  424. part_12.Friction = 0.3
  425. part_12.BottomSurface = Enum.SurfaceType.Smooth
  426.  
  427. blockmesh = Instance.new("BlockMesh", part_12)
  428. blockmesh.Name = "BlockMesh"
  429.  
  430. decal = Instance.new("Decal", part_12)
  431. decal.Face = Enum.NormalId.Right
  432. decal.Texture = "http://www.roblox.com/asset/?id=315983116"
  433.  
  434. part_13 = Instance.new("Part", mhuey)
  435. part_13.Velocity = Vector3.new(0.002, -0.016, -0.002)
  436. part_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  437. part_13.Transparency = 0.8
  438. part_13.TopSurface = Enum.SurfaceType.Smooth
  439. part_13.Reflectance = 0.1
  440. part_13.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  441. part_13.Material = Enum.Material.SmoothPlastic
  442. part_13.Size = Vector3.new(1, 2.8, 1)
  443. part_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  444. part_13.CFrame = CFrame.new(44.361, 14.258, 64.179)* CFrame.Angles(0.085702493786812, 1.5630836486816, -0.085573859512806)
  445. part_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  446. part_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  447. part_13.BrickColor = BrickColor.new("Earth green")
  448. part_13.Friction = 0.3
  449. part_13.BottomSurface = Enum.SurfaceType.Smooth
  450.  
  451. mesh_17 = Instance.new("BlockMesh", part_13)
  452. mesh_17.Scale = Vector3.new(0.9, 1, 1)
  453.  
  454. part_14 = Instance.new("Part", mhuey)
  455. part_14.Velocity = Vector3.new(0, -0.016, -0.005)
  456. part_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  457. part_14.TopSurface = Enum.SurfaceType.Smooth
  458. part_14.Reflectance = 0.1
  459. part_14.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  460. part_14.Material = Enum.Material.SmoothPlastic
  461. part_14.Size = Vector3.new(1, 0.4, 1)
  462. part_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  463. part_14.CFrame = CFrame.new(44.362, 15.858, 64.18)* CFrame.Angles(-3.1415903568268, 0.007661871612072, -3.1409363746643)
  464. part_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  465. part_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  466. part_14.BrickColor = BrickColor.new("Earth green")
  467. part_14.Friction = 0.3
  468. part_14.BottomSurface = Enum.SurfaceType.Smooth
  469.  
  470. mesh_18 = Instance.new("BlockMesh", part_14)
  471.  
  472. part_15 = Instance.new("Part", mhuey)
  473. part_15.Velocity = Vector3.new(-0.001, -0.013, -0.007)
  474. part_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  475. part_15.TopSurface = Enum.SurfaceType.Smooth
  476. part_15.Reflectance = 0.1
  477. part_15.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  478. part_15.Material = Enum.Material.SmoothPlastic
  479. part_15.Size = Vector3.new(4, 1, 3)
  480. part_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  481. part_15.CFrame = CFrame.new(41.944, 16.559, 66.661)* CFrame.Angles(-3.0558533668518, -1.5630297660828, -3.0560562610626)
  482. part_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  483. part_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  484. part_15.BrickColor = BrickColor.new("Earth green")
  485. part_15.Friction = 0.3
  486. part_15.BottomSurface = Enum.SurfaceType.Smooth
  487.  
  488. blockmesh_2 = Instance.new("BlockMesh", part_15)
  489. blockmesh_2.Name = "BlockMesh"
  490.  
  491. part_16 = Instance.new("Part", mhuey)
  492. part_16.Velocity = Vector3.new(0.005, -0.017, 0.005)
  493. part_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  494. part_16.TopSurface = Enum.SurfaceType.Smooth
  495. part_16.Reflectance = 0.1
  496. part_16.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  497. part_16.Material = Enum.Material.SmoothPlastic
  498. part_16.Size = Vector3.new(3, 1, 3)
  499. part_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  500. part_16.CFrame = CFrame.new(38.943, 9.561, 66.138)* CFrame.Angles(0.085641652345657, 1.5631612539291, -0.085634581744671)
  501. part_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  502. part_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  503. part_16.BrickColor = BrickColor.new("Earth green")
  504. part_16.Friction = 0.3
  505. part_16.BottomSurface = Enum.SurfaceType.Smooth
  506.  
  507. blockmesh_3 = Instance.new("BlockMesh", part_16)
  508. blockmesh_3.Name = "BlockMesh"
  509.  
  510. part_17 = Instance.new("Part", mhuey)
  511. part_17.Velocity = Vector3.new(0.002, -0.018, -0.003)
  512. part_17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  513. part_17.Transparency = 0.8
  514. part_17.TopSurface = Enum.SurfaceType.Smooth
  515. part_17.Reflectance = 0.1
  516. part_17.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  517. part_17.Material = Enum.Material.SmoothPlastic
  518. part_17.Size = Vector3.new(1, 2.8, 3)
  519. part_17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  520. part_17.CFrame = CFrame.new(41.962, 14.26, 64.161)* CFrame.Angles(0.085634715855122, 1.5631612539291, -0.085619695484638)
  521. part_17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  522. part_17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  523. part_17.BrickColor = BrickColor.new("Earth green")
  524. part_17.Friction = 0.3
  525. part_17.BottomSurface = Enum.SurfaceType.Smooth
  526.  
  527. blockmesh_4 = Instance.new("BlockMesh", part_17)
  528. blockmesh_4.Name = "BlockMesh"
  529. blockmesh_4.Scale = Vector3.new(0.9, 1, 1)
  530.  
  531. part_18 = Instance.new("Part", mhuey)
  532. part_18.Velocity = Vector3.new(0.008, -0.01, 0.012)
  533. part_18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  534. part_18.TopSurface = Enum.SurfaceType.Smooth
  535. part_18.Reflectance = 0.1
  536. part_18.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  537. part_18.Material = Enum.Material.SmoothPlastic
  538. part_18.Size = Vector3.new(1, 0.8, 23)
  539. part_18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  540. part_18.CFrame = CFrame.new(52.964, 6.652, 63.245)* CFrame.Angles(0.085650578141212, 1.5631535053253, -0.085625305771828)
  541. part_18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  542. part_18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  543. part_18.BrickColor = BrickColor.new("Really black")
  544. part_18.Friction = 0.3
  545. part_18.BottomSurface = Enum.SurfaceType.Smooth
  546.  
  547. part_19 = Instance.new("Part", mhuey)
  548. part_19.Velocity = Vector3.new(-0.002, -0.003, -0.008)
  549. part_19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  550. part_19.TopSurface = Enum.SurfaceType.Smooth
  551. part_19.Reflectance = 0.1
  552. part_19.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  553. part_19.Material = Enum.Material.SmoothPlastic
  554. part_19.Size = Vector3.new(10, 3, 1)
  555. part_19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  556. part_19.CFrame = CFrame.new(57.456, 18.549, 65.28)* CFrame.Angles(-3.1415903568268, 0.0076527292840183, -3.1409363746643)
  557. part_19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  558. part_19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  559. part_19.BrickColor = BrickColor.new("Earth green")
  560. part_19.Friction = 0.3
  561. part_19.BottomSurface = Enum.SurfaceType.Smooth
  562.  
  563. blockmesh_5 = Instance.new("BlockMesh", part_19)
  564. blockmesh_5.Name = "BlockMesh"
  565.  
  566. part_20 = Instance.new("Part", mhuey)
  567. part_20.Velocity = Vector3.new(0.007, -0.007, 0.011)
  568. part_20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  569. part_20.TopSurface = Enum.SurfaceType.Smooth
  570. part_20.Reflectance = 0.1
  571. part_20.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  572. part_20.Material = Enum.Material.SmoothPlastic
  573. part_20.Size = Vector3.new(2, 1, 1)
  574. part_20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  575. part_20.CFrame = CFrame.new(56.464, 7.55, 63.272)* CFrame.Angles(2.2558581349585e-006, -0.0076465494930744, -0.00065619964152575)
  576. part_20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  577. part_20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  578. part_20.BrickColor = BrickColor.new("Really black")
  579. part_20.Friction = 0.3
  580. part_20.BottomSurface = Enum.SurfaceType.Smooth
  581.  
  582. mesh_19 = Instance.new("SpecialMesh", part_20)
  583. mesh_19.Scale = Vector3.new(0.3, 1, 1)
  584. mesh_19.MeshType = Enum.MeshType.Wedge
  585.  
  586. part_21 = Instance.new("Part", mhuey)
  587. part_21.Velocity = Vector3.new(0.006, -0.011, 0.007)
  588. part_21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  589. part_21.TopSurface = Enum.SurfaceType.Smooth
  590. part_21.Reflectance = 0.1
  591. part_21.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  592. part_21.Material = Enum.Material.SmoothPlastic
  593. part_21.Size = Vector3.new(2, 1, 2)
  594. part_21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  595. part_21.CFrame = CFrame.new(44.439, 8.558, 66.68)* CFrame.Angles(-3.1415903568268, 0.0076438933610916, 0.0006561991176568)
  596. part_21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  597. part_21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  598. part_21.BrickColor = BrickColor.new("Really black")
  599. part_21.Friction = 0.3
  600. part_21.BottomSurface = Enum.SurfaceType.Smooth
  601.  
  602. mesh_20 = Instance.new("SpecialMesh", part_21)
  603. mesh_20.Scale = Vector3.new(0.3, 1, 1)
  604. mesh_20.MeshType = Enum.MeshType.Wedge
  605.  
  606. part_22 = Instance.new("Part", mhuey)
  607. part_22.Velocity = Vector3.new(-0.002, -0.005, -0.009)
  608. part_22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  609. part_22.TopSurface = Enum.SurfaceType.Smooth
  610. part_22.Reflectance = 0.1
  611. part_22.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  612. part_22.Material = Enum.Material.SmoothPlastic
  613. part_22.Size = Vector3.new(2, 3, 3)
  614. part_22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  615. part_22.CFrame = CFrame.new(49.937, 18.554, 67.722)* CFrame.Angles(0.085739210247993, 1.5630297660828, -0.085536375641823)
  616. part_22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  617. part_22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  618. part_22.BrickColor = BrickColor.new("Earth green")
  619. part_22.Friction = 0.3
  620. part_22.BottomSurface = Enum.SurfaceType.Smooth
  621.  
  622. mesh_21 = Instance.new("SpecialMesh", part_22)
  623. mesh_21.MeshType = Enum.MeshType.Wedge
  624.  
  625. part_23 = Instance.new("Part", mhuey)
  626. part_23.Velocity = Vector3.new(0.004, -0.011, 0.004)
  627. part_23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  628. part_23.TopSurface = Enum.SurfaceType.Smooth
  629. part_23.Reflectance = 0.1
  630. part_23.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  631. part_23.Material = Enum.Material.SmoothPlastic
  632. part_23.Size = Vector3.new(4, 1.2, 1)
  633. part_23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  634. part_23.CFrame = CFrame.new(44.94, 10.658, 66.684)* CFrame.Angles(-3.0559511184692, -1.5631612539291, 0.085634581744671)
  635. part_23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  636. part_23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  637. part_23.BrickColor = BrickColor.new("Earth green")
  638. part_23.Friction = 0.3
  639. part_23.BottomSurface = Enum.SurfaceType.Smooth
  640.  
  641. mesh_22 = Instance.new("BlockMesh", part_23)
  642.  
  643. mesh_23 = Instance.new("SpecialMesh", part_23)
  644. mesh_23.MeshType = Enum.MeshType.Wedge
  645.  
  646. part_24 = Instance.new("Part", mhuey)
  647. part_24.Velocity = Vector3.new(-0.001, -0.009, -0.007)
  648. part_24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  649. part_24.TopSurface = Enum.SurfaceType.Smooth
  650. part_24.Reflectance = 0.1
  651. part_24.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  652. part_24.Material = Enum.Material.SmoothPlastic
  653. part_24.Size = Vector3.new(4, 1, 2)
  654. part_24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  655. part_24.CFrame = CFrame.new(41.421, 16.56, 69.657)* CFrame.Angles(-3.1415903568268, 0.0076700369827449, -3.1409363746643)
  656. part_24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  657. part_24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  658. part_24.BrickColor = BrickColor.new("Earth green")
  659. part_24.Friction = 0.3
  660. part_24.BottomSurface = Enum.SurfaceType.Smooth
  661.  
  662. blockmesh_6 = Instance.new("BlockMesh", part_24)
  663. blockmesh_6.Name = "BlockMesh"
  664.  
  665. part_25 = Instance.new("Part", mhuey)
  666. part_25.Velocity = Vector3.new(0.003, -0.011, 0)
  667. part_25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  668. part_25.TopSurface = Enum.SurfaceType.Smooth
  669. part_25.Reflectance = 0.1
  670. part_25.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  671. part_25.Material = Enum.Material.SmoothPlastic
  672. part_25.Size = Vector3.new(4, 0.4, 2)
  673. part_25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  674. part_25.CFrame = CFrame.new(44.641, 12.658, 66.682)* CFrame.Angles(1.5708036422729, -0.00065618084045127, 1.5784448385239)
  675. part_25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  676. part_25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  677. part_25.BrickColor = BrickColor.new("Really black")
  678. part_25.Friction = 0.3
  679. part_25.BottomSurface = Enum.SurfaceType.Smooth
  680.  
  681. mesh_24 = Instance.new("BlockMesh", part_25)
  682.  
  683. seat2 = Instance.new("Seat", mhuey)
  684. seat2.Velocity = Vector3.new(0.004, -0.011, 0.003)
  685. seat2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  686. seat2.TopSurface = Enum.SurfaceType.Smooth
  687. seat2.Reflectance = 0.1
  688. seat2.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  689. seat2.Material = Enum.Material.SmoothPlastic
  690. seat2.Size = Vector3.new(4, 0.4, 2)
  691. seat2.Name = "Seat2"
  692. seat2.CFrame = CFrame.new(45.44, 11.457, 66.688)* CFrame.Angles(-3.0558865070343, -1.563068151474, -3.056022644043)
  693. seat2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  694. seat2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  695. seat2.BrickColor = BrickColor.new("Really black")
  696. seat2.Friction = 0.3
  697. seat2.BottomSurface = Enum.SurfaceType.Smooth
  698. seat2.Anchored = false
  699.  
  700. mesh_25 = Instance.new("BlockMesh", seat2)
  701.  
  702. seat = Instance.new("Seat", mhuey)
  703. seat.Friction = 0.3
  704. seat.BottomSurface = Enum.SurfaceType.Smooth
  705. seat.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  706. seat.TopSurface = Enum.SurfaceType.Smooth
  707. seat.Reflectance = 0.1
  708. seat.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  709. seat.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  710. seat.BrickColor = BrickColor.new("Really black")
  711. seat.Material = Enum.Material.SmoothPlastic
  712. seat.Size = Vector3.new(7, 0.4, 2)
  713. seat.Velocity = Vector3.new(0.004, -0.004, 0.004)
  714. seat.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  715. seat.CFrame = CFrame.new(54.948, 11.451, 65.761)* CFrame.Angles(2.2967058157519e-006, -0.0076526966877282, -0.00065627892035991)
  716.  
  717. mesh_26 = Instance.new("BlockMesh", seat)
  718.  
  719. part_26 = Instance.new("Part", mhuey)
  720. part_26.Velocity = Vector3.new(0.003, -0.003, 0.002)
  721. part_26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  722. part_26.TopSurface = Enum.SurfaceType.Smooth
  723. part_26.Reflectance = 0.1
  724. part_26.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  725. part_26.Material = Enum.Material.SmoothPlastic
  726. part_26.Size = Vector3.new(7, 0.4, 2)
  727. part_26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  728. part_26.CFrame = CFrame.new(54.943, 12.651, 66.56)* CFrame.Angles(1.5708036422729, -0.00065618142252788, 0.007652617059648)
  729. part_26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  730. part_26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  731. part_26.BrickColor = BrickColor.new("Really black")
  732. part_26.Friction = 0.3
  733. part_26.BottomSurface = Enum.SurfaceType.Smooth
  734.  
  735. mesh_27 = Instance.new("BlockMesh", part_26)
  736.  
  737. part_27 = Instance.new("Part", mhuey)
  738. part_27.Velocity = Vector3.new(0.004, -0.004, 0.006)
  739. part_27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  740. part_27.TopSurface = Enum.SurfaceType.Smooth
  741. part_27.Reflectance = 0.1
  742. part_27.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  743. part_27.Material = Enum.Material.SmoothPlastic
  744. part_27.Size = Vector3.new(7, 1.2, 1)
  745. part_27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  746. part_27.CFrame = CFrame.new(54.943, 10.651, 66.26)* CFrame.Angles(2.2608462586504e-006, -0.0076349526643753, 3.1409363746643)
  747. part_27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  748. part_27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  749. part_27.BrickColor = BrickColor.new("Earth green")
  750. part_27.Friction = 0.3
  751. part_27.BottomSurface = Enum.SurfaceType.Smooth
  752.  
  753. mesh_28 = Instance.new("BlockMesh", part_27)
  754.  
  755. mesh_29 = Instance.new("SpecialMesh", part_27)
  756. mesh_29.MeshType = Enum.MeshType.Wedge
  757.  
  758. part_28 = Instance.new("Part", mhuey)
  759. part_28.Velocity = Vector3.new(-0.002, 0.002, -0.007)
  760. part_28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  761. part_28.TopSurface = Enum.SurfaceType.Smooth
  762. part_28.Reflectance = 0.1
  763. part_28.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  764. part_28.Material = Enum.Material.SmoothPlastic
  765. part_28.Size = Vector3.new(3, 3, 1)
  766. part_28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  767. part_28.CFrame = CFrame.new(60.948, 18.547, 66.406)* CFrame.Angles(-3.1415903568268, 0.0076528186909854, -3.1409363746643)
  768. part_28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  769. part_28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  770. part_28.BrickColor = BrickColor.new("Earth green")
  771. part_28.Friction = 0.3
  772. part_28.BottomSurface = Enum.SurfaceType.Smooth
  773.  
  774. blockmesh_7 = Instance.new("BlockMesh", part_28)
  775. blockmesh_7.Name = "BlockMesh"
  776.  
  777. part_29 = Instance.new("Part", mhuey)
  778. part_29.Velocity = Vector3.new(0, 0.001, -0.004)
  779. part_29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  780. part_29.TopSurface = Enum.SurfaceType.Smooth
  781. part_29.Reflectance = 0.1
  782. part_29.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  783. part_29.Material = Enum.Material.SmoothPlastic
  784. part_29.Size = Vector3.new(3, 1, 2)
  785. part_29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  786. part_29.CFrame = CFrame.new(60.951, 16.547, 65.806)* CFrame.Angles(-3.1415903568268, 0.0076350197196007, -3.1409363746643)
  787. part_29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  788. part_29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  789. part_29.BrickColor = BrickColor.new("Earth green")
  790. part_29.Friction = 0.3
  791. part_29.BottomSurface = Enum.SurfaceType.Smooth
  792.  
  793. blockmesh_8 = Instance.new("BlockMesh", part_29)
  794. blockmesh_8.Name = "BlockMesh"
  795.  
  796. part_30 = Instance.new("Part", mhuey)
  797. part_30.Velocity = Vector3.new(0.007, -0.005, 0.011)
  798. part_30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  799. part_30.TopSurface = Enum.SurfaceType.Smooth
  800. part_30.Reflectance = 0.1
  801. part_30.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  802. part_30.Material = Enum.Material.SmoothPlastic
  803. part_30.Size = Vector3.new(2, 1, 2)
  804. part_30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  805. part_30.CFrame = CFrame.new(56.453, 7.65, 64.772)* CFrame.Angles(-3.1415903568268, 0.0076469676569104, 0.00065619981614873)
  806. part_30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  807. part_30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  808. part_30.BrickColor = BrickColor.new("Really black")
  809. part_30.Friction = 0.3
  810. part_30.BottomSurface = Enum.SurfaceType.Smooth
  811.  
  812. mesh_30 = Instance.new("SpecialMesh", part_30)
  813. mesh_30.Scale = Vector3.new(0.3, 1, 1)
  814. mesh_30.MeshType = Enum.MeshType.Wedge
  815.  
  816. part_31 = Instance.new("Part", mhuey)
  817. part_31.Velocity = Vector3.new(0.006, -0.005, 0.009)
  818. part_31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  819. part_31.TopSurface = Enum.SurfaceType.Smooth
  820. part_31.Reflectance = 0.1
  821. part_31.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  822. part_31.Material = Enum.Material.SmoothPlastic
  823. part_31.Size = Vector3.new(2, 1, 2)
  824. part_31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  825. part_31.CFrame = CFrame.new(56.454, 8.55, 64.772)* CFrame.Angles(2.2569292923436e-006, -0.0076438933610916, -0.0006561991176568)
  826. part_31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  827. part_31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  828. part_31.BrickColor = BrickColor.new("Really black")
  829. part_31.Friction = 0.3
  830. part_31.BottomSurface = Enum.SurfaceType.Smooth
  831.  
  832. mesh_31 = Instance.new("SpecialMesh", part_31)
  833. mesh_31.Scale = Vector3.new(0.3, 1, 1)
  834. mesh_31.MeshType = Enum.MeshType.Wedge
  835.  
  836. part_32 = Instance.new("Part", mhuey)
  837. part_32.Velocity = Vector3.new(0.003, 0.002, 0.003)
  838. part_32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  839. part_32.TopSurface = Enum.SurfaceType.Smooth
  840. part_32.Reflectance = 0.1
  841. part_32.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  842. part_32.Material = Enum.Material.SmoothPlastic
  843. part_32.Size = Vector3.new(6, 3, 8)
  844. part_32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  845. part_32.CFrame = CFrame.new(63.452, 13.045, 65.325)* CFrame.Angles(-3.0558545589447, -1.5630143880844, -1.4852585792542)
  846. part_32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  847. part_32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  848. part_32.BrickColor = BrickColor.new("Earth green")
  849. part_32.Friction = 0.3
  850. part_32.BottomSurface = Enum.SurfaceType.Smooth
  851.  
  852. mesh_32 = Instance.new("SpecialMesh", part_32)
  853. mesh_32.MeshType = Enum.MeshType.Wedge
  854.  
  855. part_33 = Instance.new("Part", mhuey)
  856. part_33.Velocity = Vector3.new(-0.002, 0.004, -0.006)
  857. part_33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  858. part_33.TopSurface = Enum.SurfaceType.Smooth
  859. part_33.Reflectance = 0.1
  860. part_33.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  861. part_33.Material = Enum.Material.SmoothPlastic
  862. part_33.Size = Vector3.new(4, 2, 5)
  863. part_33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  864. part_33.CFrame = CFrame.new(64.951, 18.144, 65.937)* CFrame.Angles(-3.0557527542114, -1.5630373954773, -1.4851596355438)
  865. part_33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  866. part_33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  867. part_33.BrickColor = BrickColor.new("Earth green")
  868. part_33.Friction = 0.3
  869. part_33.BottomSurface = Enum.SurfaceType.Smooth
  870.  
  871. mesh_33 = Instance.new("SpecialMesh", part_33)
  872. mesh_33.MeshType = Enum.MeshType.Wedge
  873.  
  874. part_34 = Instance.new("Part", mhuey)
  875. part_34.Velocity = Vector3.new(0.001, -0.016, -0.005)
  876. part_34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  877. part_34.Transparency = 0.7
  878. part_34.TopSurface = Enum.SurfaceType.Smooth
  879. part_34.Reflectance = 0.1
  880. part_34.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  881. part_34.Material = Enum.Material.SmoothPlastic
  882. part_34.Size = Vector3.new(4, 4, 2)
  883. part_34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  884. part_34.CFrame = CFrame.new(38.443, 15.062, 66.634)* CFrame.Angles(0.085529826581478, 1.5631457567215, -0.08552210777998)
  885. part_34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  886. part_34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  887. part_34.BrickColor = BrickColor.new("Earth green")
  888. part_34.Friction = 0.3
  889. part_34.BottomSurface = Enum.SurfaceType.Smooth
  890.  
  891. mesh_34 = Instance.new("SpecialMesh", part_34)
  892. mesh_34.MeshType = Enum.MeshType.Wedge
  893.  
  894. part_35 = Instance.new("Part", mhuey)
  895. part_35.Velocity = Vector3.new(0.004, -0.021, 0.002)
  896. part_35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  897. part_35.TopSurface = Enum.SurfaceType.Smooth
  898. part_35.Reflectance = 0.1
  899. part_35.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  900. part_35.Material = Enum.Material.SmoothPlastic
  901. part_35.Size = Vector3.new(1, 2, 2)
  902. part_35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  903. part_35.CFrame = CFrame.new(38.46, 11.062, 64.134)* CFrame.Angles(0.085529826581478, 1.5631457567215, -0.08552210777998)
  904. part_35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  905. part_35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  906. part_35.BrickColor = BrickColor.new("Earth green")
  907. part_35.Friction = 0.3
  908. part_35.BottomSurface = Enum.SurfaceType.Smooth
  909.  
  910. blockmesh_9 = Instance.new("BlockMesh", part_35)
  911. blockmesh_9.Name = "BlockMesh"
  912.  
  913. part_36 = Instance.new("Part", mhuey)
  914. part_36.Velocity = Vector3.new(0, -0.018, -0.007)
  915. part_36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  916. part_36.TopSurface = Enum.SurfaceType.Smooth
  917. part_36.Reflectance = 0.1
  918. part_36.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  919. part_36.Material = Enum.Material.SmoothPlastic
  920. part_36.Size = Vector3.new(1, 1, 1)
  921. part_36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  922. part_36.CFrame = CFrame.new(39.955, 16.561, 65.146)* CFrame.Angles(-3.1415903568268, 0.0076528787612915, -3.1409363746643)
  923. part_36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  924. part_36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  925. part_36.BrickColor = BrickColor.new("Earth green")
  926. part_36.Friction = 0.3
  927. part_36.BottomSurface = Enum.SurfaceType.Smooth
  928.  
  929. blockmesh_10 = Instance.new("BlockMesh", part_36)
  930. blockmesh_10.Name = "BlockMesh"
  931.  
  932. part_37 = Instance.new("Part", mhuey)
  933. part_37.Velocity = Vector3.new(-0.001, -0.014, -0.007)
  934. part_37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  935. part_37.TopSurface = Enum.SurfaceType.Smooth
  936. part_37.Reflectance = 0.1
  937. part_37.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  938. part_37.Material = Enum.Material.SmoothPlastic
  939. part_37.Size = Vector3.new(1, 1, 3)
  940. part_37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  941. part_37.CFrame = CFrame.new(39.94, 16.561, 67.146)* CFrame.Angles(-3.1415903568268, 0.0076348036527634, -3.1409363746643)
  942. part_37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  943. part_37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  944. part_37.BrickColor = BrickColor.new("Earth green")
  945. part_37.Friction = 0.3
  946. part_37.BottomSurface = Enum.SurfaceType.Smooth
  947.  
  948. blockmesh_11 = Instance.new("BlockMesh", part_37)
  949. blockmesh_11.Name = "BlockMesh"
  950.  
  951. part_38 = Instance.new("Part", mhuey)
  952. part_38.Velocity = Vector3.new(0.004, -0.018, 0.001)
  953. part_38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  954. part_38.TopSurface = Enum.SurfaceType.Smooth
  955. part_38.Reflectance = 0.1
  956. part_38.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  957. part_38.Material = Enum.Material.SmoothPlastic
  958. part_38.Size = Vector3.new(2, 4, 1)
  959. part_38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  960. part_38.CFrame = CFrame.new(33.933, 11.065, 67.6)* CFrame.Angles(0.085821054875851, 1.5631769895554, -1.6566096544266)
  961. part_38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  962. part_38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  963. part_38.BrickColor = BrickColor.new("Earth green")
  964. part_38.Friction = 0.3
  965. part_38.BottomSurface = Enum.SurfaceType.Smooth
  966.  
  967. mesh_35 = Instance.new("SpecialMesh", part_38)
  968. mesh_35.MeshType = Enum.MeshType.Wedge
  969.  
  970. part_39 = Instance.new("Part", mhuey)
  971. part_39.Velocity = Vector3.new(0.005, -0.019, 0.004)
  972. part_39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  973. part_39.Transparency = 0.8
  974. part_39.TopSurface = Enum.SurfaceType.Smooth
  975. part_39.Reflectance = 0.1
  976. part_39.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  977. part_39.Material = Enum.Material.SmoothPlastic
  978. part_39.Size = Vector3.new(3, 1, 2)
  979. part_39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  980. part_39.CFrame = CFrame.new(36.443, 9.563, 66.119)* CFrame.Angles(0.085642009973526, 1.5631612539291, 3.0559582710266)
  981. part_39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  982. part_39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  983. part_39.Friction = 0.3
  984. part_39.BottomSurface = Enum.SurfaceType.Smooth
  985.  
  986. mesh_36 = Instance.new("SpecialMesh", part_39)
  987. mesh_36.MeshType = Enum.MeshType.Wedge
  988.  
  989. part_40 = Instance.new("Part", mhuey)
  990. part_40.Velocity = Vector3.new(0.001, -0.02, -0.004)
  991. part_40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  992. part_40.Transparency = 0.8
  993. part_40.TopSurface = Enum.SurfaceType.Smooth
  994. part_40.Reflectance = 0.1
  995. part_40.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  996. part_40.Material = Enum.Material.SmoothPlastic
  997. part_40.Size = Vector3.new(1, 3, 1)
  998. part_40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  999. part_40.CFrame = CFrame.new(38.962, 14.561, 64.138)* CFrame.Angles(0.085529826581478, 1.5631457567215, -0.08552210777998)
  1000. part_40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1001. part_40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1002. part_40.BrickColor = BrickColor.new("Earth green")
  1003. part_40.Friction = 0.3
  1004. part_40.BottomSurface = Enum.SurfaceType.Smooth
  1005.  
  1006. mesh_37 = Instance.new("SpecialMesh", part_40)
  1007. mesh_37.MeshType = Enum.MeshType.Wedge
  1008.  
  1009. part_41 = Instance.new("Part", mhuey)
  1010. part_41.Velocity = Vector3.new(0.003, -0.019, -0.001)
  1011. part_41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. part_41.TopSurface = Enum.SurfaceType.Smooth
  1013. part_41.Reflectance = 0.1
  1014. part_41.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1015. part_41.Material = Enum.Material.SmoothPlastic
  1016. part_41.Size = Vector3.new(1, 6, 1)
  1017. part_41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1018. part_41.CFrame = CFrame.new(39.961, 13.061, 64.146)* CFrame.Angles(0.085641294717789, 1.5631612539291, -0.08563357591629)
  1019. part_41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1020. part_41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1021. part_41.BrickColor = BrickColor.new("Earth green")
  1022. part_41.Friction = 0.3
  1023. part_41.BottomSurface = Enum.SurfaceType.Smooth
  1024.  
  1025. blockmesh_12 = Instance.new("BlockMesh", part_41)
  1026. blockmesh_12.Name = "BlockMesh"
  1027.  
  1028. part_42 = Instance.new("Part", mhuey)
  1029. part_42.Velocity = Vector3.new(0.002, -0.013, -0.001)
  1030. part_42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. part_42.TopSurface = Enum.SurfaceType.Smooth
  1032. part_42.Reflectance = 0.1
  1033. part_42.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1034. part_42.Material = Enum.Material.SmoothPlastic
  1035. part_42.Size = Vector3.new(8, 1, 3)
  1036. part_42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1037. part_42.CFrame = CFrame.new(35.919, 12.563, 69.615)* CFrame.Angles(0.085641294717789, 1.5631612539291, -0.08563357591629)
  1038. part_42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1039. part_42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1040. part_42.BrickColor = BrickColor.new("Earth green")
  1041. part_42.Friction = 0.3
  1042. part_42.BottomSurface = Enum.SurfaceType.Smooth
  1043.  
  1044. mesh_38 = Instance.new("SpecialMesh", part_42)
  1045. mesh_38.MeshType = Enum.MeshType.Wedge
  1046.  
  1047. part_43 = Instance.new("Part", mhuey)
  1048. part_43.Velocity = Vector3.new(0, -0.011, -0.005)
  1049. part_43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1050. part_43.TopSurface = Enum.SurfaceType.Smooth
  1051. part_43.Reflectance = 0.1
  1052. part_43.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1053. part_43.Material = Enum.Material.SmoothPlastic
  1054. part_43.Size = Vector3.new(2, 4, 2)
  1055. part_43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1056. part_43.CFrame = CFrame.new(38.42, 15.062, 69.634)* CFrame.Angles(0.085419297218323, 1.5631378889084, -0.085411585867405)
  1057. part_43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. part_43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1059. part_43.BrickColor = BrickColor.new("Really black")
  1060. part_43.Friction = 0.3
  1061. part_43.BottomSurface = Enum.SurfaceType.Smooth
  1062.  
  1063. mesh_39 = Instance.new("SpecialMesh", part_43)
  1064. mesh_39.MeshType = Enum.MeshType.Wedge
  1065.  
  1066. part_44 = Instance.new("Part", mhuey)
  1067. part_44.Velocity = Vector3.new(0.003, -0.013, 0.002)
  1068. part_44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1069. part_44.TopSurface = Enum.SurfaceType.Smooth
  1070. part_44.Reflectance = 0.1
  1071. part_44.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1072. part_44.Material = Enum.Material.SmoothPlastic
  1073. part_44.Size = Vector3.new(3, 2, 8)
  1074. part_44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. part_44.CFrame = CFrame.new(35.918, 11.063, 69.615)* CFrame.Angles(-3.1415903568268, 0.0076228827238083, -3.1409363746643)
  1076. part_44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. part_44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. part_44.BrickColor = BrickColor.new("Really black")
  1079. part_44.Friction = 0.3
  1080. part_44.BottomSurface = Enum.SurfaceType.Smooth
  1081.  
  1082. blockmesh_13 = Instance.new("BlockMesh", part_44)
  1083. blockmesh_13.Name = "BlockMesh"
  1084.  
  1085. part_45 = Instance.new("Part", mhuey)
  1086. part_45.Velocity = Vector3.new(0.002, 0.016, 0.004)
  1087. part_45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1088. part_45.TopSurface = Enum.SurfaceType.Smooth
  1089. part_45.Reflectance = 0.1
  1090. part_45.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1091. part_45.Material = Enum.Material.SmoothPlastic
  1092. part_45.Size = Vector3.new(1, 2, 16)
  1093. part_45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. part_45.CFrame = CFrame.new(75.433, 13.538, 67.917)* CFrame.Angles(-3.0556631088257, -1.5631068944931, -1.484968662262)
  1095. part_45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. part_45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. part_45.BrickColor = BrickColor.new("Earth green")
  1098. part_45.Friction = 0.3
  1099. part_45.BottomSurface = Enum.SurfaceType.Smooth
  1100.  
  1101. mesh_40 = Instance.new("SpecialMesh", part_45)
  1102. mesh_40.MeshType = Enum.MeshType.Wedge
  1103.  
  1104. part_46 = Instance.new("Part", mhuey)
  1105. part_46.Velocity = Vector3.new(0.002, 0.017, 0.006)
  1106. part_46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. part_46.TopSurface = Enum.SurfaceType.Smooth
  1108. part_46.Reflectance = 0.1
  1109. part_46.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1110. part_46.Material = Enum.Material.SmoothPlastic
  1111. part_46.Size = Vector3.new(1, 2, 17)
  1112. part_46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. part_46.CFrame = CFrame.new(75.933, 12.537, 67.921)* CFrame.Angles(-3.0557613372803, -1.5630143880844, -1.4851629734039)
  1114. part_46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. part_46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. part_46.BrickColor = BrickColor.new("Earth green")
  1117. part_46.Friction = 0.3
  1118. part_46.BottomSurface = Enum.SurfaceType.Smooth
  1119.  
  1120. mesh_41 = Instance.new("SpecialMesh", part_46)
  1121. mesh_41.MeshType = Enum.MeshType.Wedge
  1122.  
  1123. part_47 = Instance.new("Part", mhuey)
  1124. part_47.Velocity = Vector3.new(0, -0.006, -0.005)
  1125. part_47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. part_47.Transparency = 0.7
  1127. part_47.TopSurface = Enum.SurfaceType.Smooth
  1128. part_47.Reflectance = 0.1
  1129. part_47.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1130. part_47.Material = Enum.Material.SmoothPlastic
  1131. part_47.Size = Vector3.new(4, 4, 2)
  1132. part_47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. part_47.CFrame = CFrame.new(38.397, 15.062, 72.634)* CFrame.Angles(0.085412956774235, 1.5631378889084, -0.085405260324478)
  1134. part_47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. part_47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. part_47.BrickColor = BrickColor.new("Earth green")
  1137. part_47.Friction = 0.3
  1138. part_47.BottomSurface = Enum.SurfaceType.Smooth
  1139.  
  1140. mesh_42 = Instance.new("SpecialMesh", part_47)
  1141. mesh_42.MeshType = Enum.MeshType.Wedge
  1142.  
  1143. part_48 = Instance.new("Part", mhuey)
  1144. part_48.Velocity = Vector3.new(0.003, -0.011, 0.001)
  1145. part_48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1146. part_48.TopSurface = Enum.SurfaceType.Smooth
  1147. part_48.Reflectance = 0.1
  1148. part_48.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1149. part_48.Material = Enum.Material.SmoothPlastic
  1150. part_48.Size = Vector3.new(2, 4, 1)
  1151. part_48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. part_48.CFrame = CFrame.new(33.902, 11.065, 71.6)* CFrame.Angles(0.085807986557484, 1.5631146430969, 1.4850934743881)
  1153. part_48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. part_48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. part_48.BrickColor = BrickColor.new("Earth green")
  1156. part_48.Friction = 0.3
  1157. part_48.BottomSurface = Enum.SurfaceType.Smooth
  1158.  
  1159. mesh_43 = Instance.new("SpecialMesh", part_48)
  1160. mesh_43.MeshType = Enum.MeshType.Wedge
  1161.  
  1162. part_49 = Instance.new("Part", mhuey)
  1163. part_49.Velocity = Vector3.new(-0.002, -0.006, -0.007)
  1164. part_49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. part_49.TopSurface = Enum.SurfaceType.Smooth
  1166. part_49.Reflectance = 0.1
  1167. part_49.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1168. part_49.Material = Enum.Material.SmoothPlastic
  1169. part_49.Size = Vector3.new(1, 1, 3)
  1170. part_49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. part_49.CFrame = CFrame.new(39.902, 16.561, 72.145)* CFrame.Angles(-3.1415903568268, 0.0076701794750988, -3.1409363746643)
  1172. part_49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. part_49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. part_49.BrickColor = BrickColor.new("Earth green")
  1175. part_49.Friction = 0.3
  1176. part_49.BottomSurface = Enum.SurfaceType.Smooth
  1177.  
  1178. blockmesh_14 = Instance.new("BlockMesh", part_49)
  1179. blockmesh_14.Name = "BlockMesh"
  1180.  
  1181. rotor = Instance.new("Part", mhuey)
  1182. rotor.TopSurfaceInput = Enum.InputType.Constant
  1183. rotor.Velocity = Vector3.new(-0.003, 0.003, -0.008)
  1184. rotor.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. rotor.TopSurface = Enum.SurfaceType.Smooth
  1186. rotor.Reflectance = 0.1
  1187. rotor.TopParamA = -0.1
  1188. rotor.TopParamB = 0.1
  1189. rotor.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1190. rotor.Material = Enum.Material.SmoothPlastic
  1191. rotor.Size = Vector3.new(8, 2.8, 7)
  1192. rotor.Name = "Rotor"
  1193. rotor.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. rotor.CFrame = CFrame.new(54.922, 18.451, 69.76)* CFrame.Angles(-3.0563409328461, -1.5630605220795, -3.0564436912537)
  1195. rotor.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1196. rotor.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. rotor.BrickColor = BrickColor.new("Earth green")
  1198. rotor.Friction = 0.3
  1199. rotor.BottomSurface = Enum.SurfaceType.Smooth
  1200.  
  1201. engine = Instance.new("Part", mhuey)
  1202. engine.Velocity = Vector3.new(0.002, 0.003, 0.001)
  1203. engine.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. engine.TopSurface = Enum.SurfaceType.Smooth
  1205. engine.Reflectance = 0.1
  1206. engine.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1207. engine.Material = Enum.Material.SmoothPlastic
  1208. engine.Size = Vector3.new(6, 6, 7)
  1209. engine.Name = "engine"
  1210. engine.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. engine.CFrame = CFrame.new(54.918, 13.051, 69.76)* CFrame.Angles(0.085518606007099, 1.5630836486816, -0.085415221750736)
  1212. engine.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. engine.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. engine.BrickColor = BrickColor.new("Earth green")
  1215. engine.Friction = 0.3
  1216. engine.BottomSurface = Enum.SurfaceType.Smooth
  1217.  
  1218. mesh_44 = Instance.new("BlockMesh", engine)
  1219.  
  1220. part_50 = Instance.new("Part", mhuey)
  1221. part_50.Velocity = Vector3.new(0.005, -0.002, 0.007)
  1222. part_50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. part_50.TopSurface = Enum.SurfaceType.Smooth
  1224. part_50.Reflectance = 0.1
  1225. part_50.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1226. part_50.Material = Enum.Material.SmoothPlastic
  1227. part_50.Size = Vector3.new(10, 1, 19)
  1228. part_50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1229. part_50.CFrame = CFrame.new(49.916, 9.554, 69.722)* CFrame.Angles(0.085640653967857, 1.5631612539291, -0.085635587573051)
  1230. part_50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. part_50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. part_50.BrickColor = BrickColor.new("Earth green")
  1233. part_50.Friction = 0.3
  1234. part_50.BottomSurface = Enum.SurfaceType.Smooth
  1235.  
  1236. blockmesh_15 = Instance.new("BlockMesh", part_50)
  1237. blockmesh_15.Name = "BlockMesh"
  1238.  
  1239. part_51 = Instance.new("Part", mhuey)
  1240. part_51.Velocity = Vector3.new(-0.001, 0, -0.005)
  1241. part_51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. part_51.TopSurface = Enum.SurfaceType.Smooth
  1243. part_51.Reflectance = 0.1
  1244. part_51.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1245. part_51.Material = Enum.Material.SmoothPlastic
  1246. part_51.Size = Vector3.new(16, 1, 10)
  1247. part_51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. part_51.CFrame = CFrame.new(51.421, 16.553, 69.733)* CFrame.Angles(-3.1415903568268, 0.0076748356223106, -3.1409363746643)
  1249. part_51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. part_51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. part_51.BrickColor = BrickColor.new("Earth green")
  1252. part_51.Friction = 0.3
  1253. part_51.BottomSurface = Enum.SurfaceType.Smooth
  1254.  
  1255. blockmesh_16 = Instance.new("BlockMesh", part_51)
  1256. blockmesh_16.Name = "BlockMesh"
  1257.  
  1258. part_52 = Instance.new("Part", mhuey)
  1259. part_52.Velocity = Vector3.new(-0.003, 0.006, -0.008)
  1260. part_52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. part_52.TopSurface = Enum.SurfaceType.Smooth
  1262. part_52.Reflectance = 0.1
  1263. part_52.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1264. part_52.Material = Enum.Material.SmoothPlastic
  1265. part_52.Size = Vector3.new(1, 3, 8)
  1266. part_52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. part_52.CFrame = CFrame.new(58.922, 18.548, 69.791)* CFrame.Angles(-3.1415903568268, 0.0076343934051692, -3.1409363746643)
  1268. part_52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. part_52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. part_52.BrickColor = BrickColor.new("Earth green")
  1271. part_52.Friction = 0.3
  1272. part_52.BottomSurface = Enum.SurfaceType.Smooth
  1273.  
  1274. blockmesh_17 = Instance.new("BlockMesh", part_52)
  1275. blockmesh_17.Name = "BlockMesh"
  1276.  
  1277. part_53 = Instance.new("Part", mhuey)
  1278. part_53.Velocity = Vector3.new(0, 0.01, -0.001)
  1279. part_53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. part_53.TopSurface = Enum.SurfaceType.Smooth
  1281. part_53.Reflectance = 0.1
  1282. part_53.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1283. part_53.Material = Enum.Material.SmoothPlastic
  1284. part_53.Size = Vector3.new(1, 2, 1)
  1285. part_53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. part_53.CFrame = CFrame.new(67.935, 15.542, 67.86)* CFrame.Angles(-3.0557565689087, -1.5630991458893, -1.485062122345)
  1287. part_53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. part_53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. part_53.BrickColor = BrickColor.new("Earth green")
  1290. part_53.Friction = 0.3
  1291. part_53.BottomSurface = Enum.SurfaceType.Smooth
  1292.  
  1293. mesh_45 = Instance.new("SpecialMesh", part_53)
  1294. mesh_45.MeshType = Enum.MeshType.Wedge
  1295.  
  1296. part_54 = Instance.new("Part", mhuey)
  1297. part_54.Velocity = Vector3.new(0.001, 0.013, 0.002)
  1298. part_54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1299. part_54.TopSurface = Enum.SurfaceType.Smooth
  1300. part_54.Reflectance = 0.1
  1301. part_54.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1302. part_54.Material = Enum.Material.SmoothPlastic
  1303. part_54.Size = Vector3.new(1, 2, 8)
  1304. part_54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. part_54.CFrame = CFrame.new(71.434, 14.54, 67.886)* CFrame.Angles(-3.0556631088257, -1.5631068944931, -1.484968662262)
  1306. part_54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. part_54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. part_54.BrickColor = BrickColor.new("Earth green")
  1309. part_54.Friction = 0.3
  1310. part_54.BottomSurface = Enum.SurfaceType.Smooth
  1311.  
  1312. mesh_46 = Instance.new("SpecialMesh", part_54)
  1313. mesh_46.MeshType = Enum.MeshType.Wedge
  1314.  
  1315. part_55 = Instance.new("Part", mhuey)
  1316. part_55.Velocity = Vector3.new(0.002, -0.011, -0.001)
  1317. part_55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. part_55.TopSurface = Enum.SurfaceType.Smooth
  1319. part_55.Reflectance = 0.1
  1320. part_55.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1321. part_55.Material = Enum.Material.SmoothPlastic
  1322. part_55.Size = Vector3.new(2, 1, 12)
  1323. part_55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. part_55.CFrame = CFrame.new(38.419, 12.562, 69.634)* CFrame.Angles(-3.1415903568268, 0.0076489895582199, -3.1409363746643)
  1325. part_55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. part_55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. part_55.BrickColor = BrickColor.new("Earth green")
  1328. part_55.Friction = 0.3
  1329. part_55.BottomSurface = Enum.SurfaceType.Smooth
  1330.  
  1331. blockmesh_18 = Instance.new("BlockMesh", part_55)
  1332. blockmesh_18.Name = "BlockMesh"
  1333.  
  1334. part_56 = Instance.new("Part", mhuey)
  1335. part_56.Velocity = Vector3.new(-0.003, -0.002, -0.009)
  1336. part_56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. part_56.TopSurface = Enum.SurfaceType.Smooth
  1338. part_56.Reflectance = 0.1
  1339. part_56.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1340. part_56.Material = Enum.Material.SmoothPlastic
  1341. part_56.Size = Vector3.new(2, 3, 5)
  1342. part_56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. part_56.CFrame = CFrame.new(48.922, 18.555, 69.714)* CFrame.Angles(0.08525488525629, 1.5630605220795, -0.085152111947536)
  1344. part_56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. part_56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. part_56.BrickColor = BrickColor.new("Earth green")
  1347. part_56.Friction = 0.3
  1348. part_56.BottomSurface = Enum.SurfaceType.Smooth
  1349.  
  1350. mesh_47 = Instance.new("SpecialMesh", part_56)
  1351. mesh_47.MeshType = Enum.MeshType.Wedge
  1352.  
  1353. part_57 = Instance.new("Part", mhuey)
  1354. part_57.Velocity = Vector3.new(0.004, -0.009, 0.003)
  1355. part_57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. part_57.TopSurface = Enum.SurfaceType.Smooth
  1357. part_57.Reflectance = 0.1
  1358. part_57.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1359. part_57.Material = Enum.Material.SmoothPlastic
  1360. part_57.Size = Vector3.new(2, 1.6, 2)
  1361. part_57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. part_57.CFrame = CFrame.new(41.417, 10.86, 69.657)* CFrame.Angles(-3.1415903568268, 0.0076494961977005, -3.1409363746643)
  1363. part_57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. part_57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. part_57.BrickColor = BrickColor.new("Really black")
  1366. part_57.Friction = 0.3
  1367. part_57.BottomSurface = Enum.SurfaceType.Smooth
  1368.  
  1369. mesh_48 = Instance.new("BlockMesh", part_57)
  1370.  
  1371. part_58 = Instance.new("Part", mhuey)
  1372. part_58.Velocity = Vector3.new(0.005, -0.013, 0.004)
  1373. part_58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. part_58.TopSurface = Enum.SurfaceType.Smooth
  1375. part_58.Reflectance = 0.1
  1376. part_58.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1377. part_58.Material = Enum.Material.SmoothPlastic
  1378. part_58.Size = Vector3.new(4, 1, 3)
  1379. part_58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. part_58.CFrame = CFrame.new(35.917, 9.563, 69.615)* CFrame.Angles(0.085657514631748, 1.5631612539291, 3.055942773819)
  1381. part_58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. part_58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. part_58.BrickColor = BrickColor.new("Really black")
  1384. part_58.Friction = 0.3
  1385. part_58.BottomSurface = Enum.SurfaceType.Smooth
  1386.  
  1387. mesh_49 = Instance.new("SpecialMesh", part_58)
  1388. mesh_49.MeshType = Enum.MeshType.Wedge
  1389.  
  1390. part_59 = Instance.new("Part", mhuey)
  1391. part_59.Velocity = Vector3.new(0.006, -0.001, 0.009)
  1392. part_59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. part_59.TopSurface = Enum.SurfaceType.Smooth
  1394. part_59.Reflectance = 0.1
  1395. part_59.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1396. part_59.Material = Enum.Material.SmoothPlastic
  1397. part_59.Size = Vector3.new(2, 1, 2)
  1398. part_59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. part_59.CFrame = CFrame.new(56.438, 8.55, 66.772)* CFrame.Angles(-3.1415903568268, 0.0076438933610916, 0.0006561991176568)
  1400. part_59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. part_59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. part_59.BrickColor = BrickColor.new("Really black")
  1403. part_59.Friction = 0.3
  1404. part_59.BottomSurface = Enum.SurfaceType.Smooth
  1405.  
  1406. mesh_50 = Instance.new("SpecialMesh", part_59)
  1407. mesh_50.Scale = Vector3.new(0.3, 1, 1)
  1408. mesh_50.MeshType = Enum.MeshType.Wedge
  1409.  
  1410. part_60 = Instance.new("Part", mhuey)
  1411. part_60.Velocity = Vector3.new(0.003, -0.009, 0.001)
  1412. part_60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. part_60.TopSurface = Enum.SurfaceType.Smooth
  1414. part_60.Reflectance = 0.1
  1415. part_60.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1416. part_60.Material = Enum.Material.SmoothPlastic
  1417. part_60.Size = Vector3.new(2, 0.8, 1)
  1418. part_60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. part_60.CFrame = CFrame.new(40.918, 12.06, 69.653)* CFrame.Angles(-3.0559499263763, -1.5631612539291, -3.0559577941895)
  1420. part_60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. part_60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. part_60.BrickColor = BrickColor.new("Really black")
  1423. part_60.Friction = 0.3
  1424. part_60.BottomSurface = Enum.SurfaceType.Smooth
  1425.  
  1426. mesh_51 = Instance.new("BlockMesh", part_60)
  1427.  
  1428. mesh_52 = Instance.new("SpecialMesh", part_60)
  1429. mesh_52.MeshType = Enum.MeshType.Wedge
  1430.  
  1431. part_61 = Instance.new("Part", mhuey)
  1432. part_61.Velocity = Vector3.new(0.003, -0.01, 0.002)
  1433. part_61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. part_61.TopSurface = Enum.SurfaceType.Smooth
  1435. part_61.Reflectance = 0.1
  1436. part_61.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1437. part_61.Material = Enum.Material.SmoothPlastic
  1438. part_61.Size = Vector3.new(1, 2.8, 6)
  1439. part_61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. part_61.CFrame = CFrame.new(39.918, 11.461, 69.646)* CFrame.Angles(-3.1415903568268, 0.0076417475938797, -3.1409363746643)
  1441. part_61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1442. part_61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. part_61.BrickColor = BrickColor.new("Really black")
  1444. part_61.Friction = 0.3
  1445. part_61.BottomSurface = Enum.SurfaceType.Smooth
  1446.  
  1447. mesh_53 = Instance.new("BlockMesh", part_61)
  1448.  
  1449. part_62 = Instance.new("Part", mhuey)
  1450. part_62.Velocity = Vector3.new(0.005, -0.011, 0.005)
  1451. part_62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. part_62.TopSurface = Enum.SurfaceType.Smooth
  1453. part_62.Reflectance = 0.1
  1454. part_62.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1455. part_62.Material = Enum.Material.SmoothPlastic
  1456. part_62.Size = Vector3.new(4, 1, 3)
  1457. part_62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. part_62.CFrame = CFrame.new(38.916, 9.561, 69.638)* CFrame.Angles(0.085666432976723, 1.5631301403046, -0.08560898154974)
  1459. part_62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. part_62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. part_62.BrickColor = BrickColor.new("Really black")
  1462. part_62.Friction = 0.3
  1463. part_62.BottomSurface = Enum.SurfaceType.Smooth
  1464.  
  1465. blockmesh_19 = Instance.new("BlockMesh", part_62)
  1466. blockmesh_19.Name = "BlockMesh"
  1467.  
  1468. part_63 = Instance.new("Part", mhuey)
  1469. part_63.Velocity = Vector3.new(0.003, -0.011, 0.002)
  1470. part_63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. part_63.TopSurface = Enum.SurfaceType.Smooth
  1472. part_63.Reflectance = 0.1
  1473. part_63.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1474. part_63.Material = Enum.Material.SmoothPlastic
  1475. part_63.Size = Vector3.new(2, 2, 4)
  1476. part_63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. part_63.CFrame = CFrame.new(38.417, 11.062, 69.634)* CFrame.Angles(-3.1415903568268, 0.0076440125703812, -3.1409363746643)
  1478. part_63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. part_63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. part_63.BrickColor = BrickColor.new("Dark stone grey")
  1481. part_63.Friction = 0.3
  1482. part_63.BottomSurface = Enum.SurfaceType.Smooth
  1483.  
  1484. blockmesh_20 = Instance.new("BlockMesh", part_63)
  1485. blockmesh_20.Name = "BlockMesh"
  1486.  
  1487. part_64 = Instance.new("Part", mhuey)
  1488. part_64.Velocity = Vector3.new(0.002, 0.001, 0.002)
  1489. part_64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. part_64.TopSurface = Enum.SurfaceType.Smooth
  1491. part_64.Reflectance = 0.1
  1492. part_64.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1493. part_64.Material = Enum.Material.SmoothPlastic
  1494. part_64.Size = Vector3.new(1, 2.8, 3)
  1495. part_64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. part_64.CFrame = CFrame.new(41.876, 11.459, 75.161)* CFrame.Angles(0.085646606981754, 1.5631535053253, -0.085629932582378)
  1497. part_64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1498. part_64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. part_64.BrickColor = BrickColor.new("Earth green")
  1500. part_64.Friction = 0.3
  1501. part_64.BottomSurface = Enum.SurfaceType.Smooth
  1502.  
  1503. blockmesh_21 = Instance.new("BlockMesh", part_64)
  1504. blockmesh_21.Name = "BlockMesh"
  1505.  
  1506. part_65 = Instance.new("Part", mhuey)
  1507. part_65.Velocity = Vector3.new(0.005, 0.002, 0.007)
  1508. part_65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. part_65.TopSurface = Enum.SurfaceType.Smooth
  1510. part_65.Reflectance = 0.1
  1511. part_65.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1512. part_65.Material = Enum.Material.SmoothPlastic
  1513. part_65.Size = Vector3.new(2, 1, 2)
  1514. part_65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1515. part_65.CFrame = CFrame.new(44.377, 8.558, 74.68)* CFrame.Angles(-3.1415903568268, 0.0076440125703812, -3.1409363746643)
  1516. part_65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. part_65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. part_65.BrickColor = BrickColor.new("Really black")
  1519. part_65.Friction = 0.3
  1520. part_65.BottomSurface = Enum.SurfaceType.Smooth
  1521.  
  1522. mesh_54 = Instance.new("SpecialMesh", part_65)
  1523. mesh_54.Scale = Vector3.new(0.3, 1, 1)
  1524. mesh_54.MeshType = Enum.MeshType.Wedge
  1525.  
  1526. part_66 = Instance.new("Part", mhuey)
  1527. part_66.Velocity = Vector3.new(0.001, 0.004, 0)
  1528. part_66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. part_66.TopSurface = Enum.SurfaceType.Smooth
  1530. part_66.Reflectance = 0.1
  1531. part_66.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1532. part_66.Material = Enum.Material.SmoothPlastic
  1533. part_66.Size = Vector3.new(1, 0.4, 6)
  1534. part_66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1535. part_66.CFrame = CFrame.new(44.977, 13.057, 75.185)* CFrame.Angles(-1.5707890987396, 0.00065617810469121, -1.578449010849)
  1536. part_66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. part_66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1538. part_66.BrickColor = BrickColor.new("Earth green")
  1539. part_66.Friction = 0.3
  1540. part_66.BottomSurface = Enum.SurfaceType.Smooth
  1541.  
  1542. mesh_55 = Instance.new("BlockMesh", part_66)
  1543. mesh_55.Scale = Vector3.new(1, 2, 1)
  1544.  
  1545. part_67 = Instance.new("Part", mhuey)
  1546. part_67.Velocity = Vector3.new(0.001, 0.003, -0.001)
  1547. part_67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. part_67.TopSurface = Enum.SurfaceType.Smooth
  1549. part_67.Reflectance = 0.1
  1550. part_67.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1551. part_67.Material = Enum.Material.SmoothPlastic
  1552. part_67.Size = Vector3.new(1, 0.4, 6)
  1553. part_67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1554. part_67.CFrame = CFrame.new(43.577, 13.058, 75.174)* CFrame.Angles(-1.5707890987396, 0.00065617653308436, -1.5784482955933)
  1555. part_67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1556. part_67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1557. part_67.BrickColor = BrickColor.new("Earth green")
  1558. part_67.Friction = 0.3
  1559. part_67.BottomSurface = Enum.SurfaceType.Smooth
  1560.  
  1561. mesh_56 = Instance.new("BlockMesh", part_67)
  1562.  
  1563. part_68 = Instance.new("Part", mhuey)
  1564. part_68.Velocity = Vector3.new(0.005, 0.002, 0.009)
  1565. part_68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. part_68.TopSurface = Enum.SurfaceType.Smooth
  1567. part_68.Reflectance = 0.1
  1568. part_68.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1569. part_68.Material = Enum.Material.SmoothPlastic
  1570. part_68.Size = Vector3.new(2, 1, 2)
  1571. part_68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1572. part_68.CFrame = CFrame.new(44.377, 7.558, 74.68)* CFrame.Angles(2.2615979560214e-006, -0.0076434030197561, 3.1409363746643)
  1573. part_68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1574. part_68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. part_68.BrickColor = BrickColor.new("Really black")
  1576. part_68.Friction = 0.3
  1577. part_68.BottomSurface = Enum.SurfaceType.Smooth
  1578.  
  1579. mesh_57 = Instance.new("SpecialMesh", part_68)
  1580. mesh_57.Scale = Vector3.new(0.3, 1, 1)
  1581. mesh_57.MeshType = Enum.MeshType.Wedge
  1582.  
  1583. part_69 = Instance.new("Part", mhuey)
  1584. part_69.Velocity = Vector3.new(-0.001, 0.003, -0.005)
  1585. part_69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. part_69.TopSurface = Enum.SurfaceType.Smooth
  1587. part_69.Reflectance = 0.1
  1588. part_69.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1589. part_69.Material = Enum.Material.SmoothPlastic
  1590. part_69.Size = Vector3.new(1, 0.4, 1)
  1591. part_69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1592. part_69.CFrame = CFrame.new(44.278, 15.858, 75.179)* CFrame.Angles(-3.1415903568268, 0.0076884031295776, -3.1409363746643)
  1593. part_69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1594. part_69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1595. part_69.BrickColor = BrickColor.new("Earth green")
  1596. part_69.Friction = 0.3
  1597. part_69.BottomSurface = Enum.SurfaceType.Smooth
  1598.  
  1599. mesh_58 = Instance.new("BlockMesh", part_69)
  1600.  
  1601. part_70 = Instance.new("Part", mhuey)
  1602. part_70.Velocity = Vector3.new(0.005, 0.005, 0.009)
  1603. part_70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. part_70.TopSurface = Enum.SurfaceType.Smooth
  1605. part_70.Reflectance = 0.1
  1606. part_70.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1607. part_70.Material = Enum.Material.SmoothPlastic
  1608. part_70.Size = Vector3.new(2, 1, 1)
  1609. part_70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1610. part_70.CFrame = CFrame.new(44.365, 7.558, 76.18)* CFrame.Angles(-3.1415903568268, 0.0076428656466305, -3.1409363746643)
  1611. part_70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1612. part_70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. part_70.BrickColor = BrickColor.new("Really black")
  1614. part_70.Friction = 0.3
  1615. part_70.BottomSurface = Enum.SurfaceType.Smooth
  1616.  
  1617. mesh_59 = Instance.new("SpecialMesh", part_70)
  1618. mesh_59.Scale = Vector3.new(0.3, 1, 1)
  1619. mesh_59.MeshType = Enum.MeshType.Wedge
  1620.  
  1621. part_71 = Instance.new("Part", mhuey)
  1622. part_71.Velocity = Vector3.new(0, 0.003, -0.002)
  1623. part_71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. part_71.Transparency = 0.8
  1625. part_71.TopSurface = Enum.SurfaceType.Smooth
  1626. part_71.Reflectance = 0.1
  1627. part_71.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1628. part_71.Material = Enum.Material.SmoothPlastic
  1629. part_71.Size = Vector3.new(1, 2.8, 1)
  1630. part_71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. part_71.CFrame = CFrame.new(44.277, 14.258, 75.179)* CFrame.Angles(0.085556328296661, 1.5630991458893, -0.085453204810619)
  1632. part_71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. part_71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1634. part_71.BrickColor = BrickColor.new("Earth green")
  1635. part_71.Friction = 0.3
  1636. part_71.BottomSurface = Enum.SurfaceType.Smooth
  1637.  
  1638. mesh_60 = Instance.new("BlockMesh", part_71)
  1639. mesh_60.Scale = Vector3.new(0.9, 1, 1)
  1640.  
  1641. part_72 = Instance.new("Part", mhuey)
  1642. part_72.Velocity = Vector3.new(0.002, 0.003, 0.002)
  1643. part_72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. part_72.TopSurface = Enum.SurfaceType.Smooth
  1645. part_72.Reflectance = 0.1
  1646. part_72.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1647. part_72.Material = Enum.Material.SmoothPlastic
  1648. part_72.Size = Vector3.new(1, 2.8, 1)
  1649. part_72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. part_72.CFrame = CFrame.new(44.276, 11.458, 75.179)* CFrame.Angles(0.085581615567207, 1.5631301403046, -0.085550427436829)
  1651. part_72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1652. part_72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1653. part_72.BrickColor = BrickColor.new("Earth green")
  1654. part_72.Friction = 0.3
  1655. part_72.BottomSurface = Enum.SurfaceType.Smooth
  1656.  
  1657. mesh_61 = Instance.new("BlockMesh", part_72)
  1658.  
  1659. part_73 = Instance.new("Part", mhuey)
  1660. part_73.Velocity = Vector3.new(-0.002, 0.008, -0.006)
  1661. part_73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. part_73.TopSurface = Enum.SurfaceType.Smooth
  1663. part_73.Reflectance = 0.1
  1664. part_73.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1665. part_73.Material = Enum.Material.SmoothPlastic
  1666. part_73.Size = Vector3.new(20, 1, 1)
  1667. part_73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. part_73.CFrame = CFrame.new(49.379, 16.555, 75.218)* CFrame.Angles(-3.1415903568268, 0.0076870303601027, -3.1409363746643)
  1669. part_73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1670. part_73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1671. part_73.BrickColor = BrickColor.new("Earth green")
  1672. part_73.Friction = 0.3
  1673. part_73.BottomSurface = Enum.SurfaceType.Smooth
  1674.  
  1675. mesh_62 = Instance.new("SpecialMesh", part_73)
  1676. mesh_62.MeshType = Enum.MeshType.Wedge
  1677.  
  1678. part_74 = Instance.new("Part", mhuey)
  1679. part_74.Velocity = Vector3.new(0.004, 0.007, 0.006)
  1680. part_74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. part_74.TopSurface = Enum.SurfaceType.Smooth
  1682. part_74.Reflectance = 0.1
  1683. part_74.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1684. part_74.Material = Enum.Material.SmoothPlastic
  1685. part_74.Size = Vector3.new(22, 1, 1)
  1686. part_74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. part_74.CFrame = CFrame.new(48.374, 9.555, 75.21)* CFrame.Angles(-3.1415903568268, 0.0076442221179605, 0.00065619917586446)
  1688. part_74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. part_74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1690. part_74.BrickColor = BrickColor.new("Earth green")
  1691. part_74.Friction = 0.3
  1692. part_74.BottomSurface = Enum.SurfaceType.Smooth
  1693.  
  1694. mesh_63 = Instance.new("SpecialMesh", part_74)
  1695. mesh_63.MeshType = Enum.MeshType.Wedge
  1696.  
  1697. seat5 = Instance.new("Part", mhuey)
  1698. seat5.Anchored = false
  1699. seat5.Velocity = Vector3.new(0.002, 0.01, 0.004)
  1700. seat5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1701. seat5.TopSurface = Enum.SurfaceType.Smooth
  1702. seat5.Reflectance = 0.1
  1703. seat5.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1704. seat5.Material = Enum.Material.SmoothPlastic
  1705. seat5.Size = Vector3.new(7, 0.4, 2)
  1706. seat5.Name = "Seat5"
  1707. seat5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. seat5.CFrame = CFrame.new(54.887, 11.451, 73.76)* CFrame.Angles(-3.1415903568268, 0.0076486710458994, -3.1409363746643)
  1709. seat5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. seat5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. seat5.BrickColor = BrickColor.new("Really black")
  1712. seat5.Friction = 0.3
  1713. seat5.BottomSurface = Enum.SurfaceType.Smooth
  1714.  
  1715. mesh_64 = Instance.new("BlockMesh", seat5)
  1716.  
  1717. part_75 = Instance.new("Part", mhuey)
  1718. part_75.Velocity = Vector3.new(0.003, 0.009, 0.006)
  1719. part_75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1720. part_75.TopSurface = Enum.SurfaceType.Smooth
  1721. part_75.Reflectance = 0.1
  1722. part_75.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1723. part_75.Material = Enum.Material.SmoothPlastic
  1724. part_75.Size = Vector3.new(7, 1.2, 1)
  1725. part_75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1726. part_75.CFrame = CFrame.new(54.89, 10.651, 73.26)* CFrame.Angles(-3.1415903568268, 0.0076461620628834, 0.00065619969973341)
  1727. part_75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1728. part_75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. part_75.BrickColor = BrickColor.new("Earth green")
  1730. part_75.Friction = 0.3
  1731. part_75.BottomSurface = Enum.SurfaceType.Smooth
  1732.  
  1733. mesh_65 = Instance.new("BlockMesh", part_75)
  1734.  
  1735. mesh_66 = Instance.new("SpecialMesh", part_75)
  1736. mesh_66.MeshType = Enum.MeshType.Wedge
  1737.  
  1738. part_76 = Instance.new("Part", mhuey)
  1739. part_76.Velocity = Vector3.new(-0.002, 0.015, -0.004)
  1740. part_76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. part_76.TopSurface = Enum.SurfaceType.Smooth
  1742. part_76.Reflectance = 0.1
  1743. part_76.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1744. part_76.Material = Enum.Material.SmoothPlastic
  1745. part_76.Size = Vector3.new(3, 1, 2)
  1746. part_76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1747. part_76.CFrame = CFrame.new(60.89, 16.547, 73.806)* CFrame.Angles(-3.1415903568268, 0.007679246366024, -3.1409363746643)
  1748. part_76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1749. part_76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1750. part_76.BrickColor = BrickColor.new("Earth green")
  1751. part_76.Friction = 0.3
  1752. part_76.BottomSurface = Enum.SurfaceType.Smooth
  1753.  
  1754. blockmesh_22 = Instance.new("BlockMesh", part_76)
  1755. blockmesh_22.Name = "BlockMesh"
  1756.  
  1757. part_77 = Instance.new("Part", mhuey)
  1758. part_77.Velocity = Vector3.new(-0.003, 0.014, -0.007)
  1759. part_77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. part_77.TopSurface = Enum.SurfaceType.Smooth
  1761. part_77.Reflectance = 0.1
  1762. part_77.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1763. part_77.Material = Enum.Material.SmoothPlastic
  1764. part_77.Size = Vector3.new(3, 3, 1)
  1765. part_77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. part_77.CFrame = CFrame.new(60.894, 18.547, 73.406)* CFrame.Angles(-3.1415903568268, 0.0076872329227626, -3.1409363746643)
  1767. part_77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. part_77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. part_77.BrickColor = BrickColor.new("Earth green")
  1770. part_77.Friction = 0.3
  1771. part_77.BottomSurface = Enum.SurfaceType.Smooth
  1772.  
  1773. blockmesh_23 = Instance.new("BlockMesh", part_77)
  1774. blockmesh_23.Name = "BlockMesh"
  1775.  
  1776. part_78 = Instance.new("Part", mhuey)
  1777. part_78.Velocity = Vector3.new(0.005, 0.015, 0.011)
  1778. part_78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. part_78.TopSurface = Enum.SurfaceType.Smooth
  1780. part_78.Reflectance = 0.1
  1781. part_78.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1782. part_78.Material = Enum.Material.SmoothPlastic
  1783. part_78.Size = Vector3.new(2, 1, 1)
  1784. part_78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1785. part_78.CFrame = CFrame.new(56.365, 7.55, 76.272)* CFrame.Angles(-3.1415903568268, 0.007639701012522, -3.1409363746643)
  1786. part_78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. part_78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. part_78.BrickColor = BrickColor.new("Really black")
  1789. part_78.Friction = 0.3
  1790. part_78.BottomSurface = Enum.SurfaceType.Smooth
  1791.  
  1792. mesh_67 = Instance.new("SpecialMesh", part_78)
  1793. mesh_67.Scale = Vector3.new(0.3, 1, 1)
  1794. mesh_67.MeshType = Enum.MeshType.Wedge
  1795.  
  1796. part_79 = Instance.new("Part", mhuey)
  1797. part_79.Velocity = Vector3.new(-0.003, 0.012, -0.008)
  1798. part_79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. part_79.TopSurface = Enum.SurfaceType.Smooth
  1800. part_79.Reflectance = 0.1
  1801. part_79.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1802. part_79.Material = Enum.Material.SmoothPlastic
  1803. part_79.Size = Vector3.new(10, 3, 1)
  1804. part_79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. part_79.CFrame = CFrame.new(57.387, 18.549, 74.279)* CFrame.Angles(-3.1415903568268, 0.0076528112404048, -3.1409363746643)
  1806. part_79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. part_79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. part_79.BrickColor = BrickColor.new("Earth green")
  1809. part_79.Friction = 0.3
  1810. part_79.BottomSurface = Enum.SurfaceType.Smooth
  1811.  
  1812. blockmesh_24 = Instance.new("BlockMesh", part_79)
  1813. blockmesh_24.Name = "BlockMesh"
  1814.  
  1815. part_80 = Instance.new("Part", mhuey)
  1816. part_80.Velocity = Vector3.new(0.006, 0.012, 0.012)
  1817. part_80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1818. part_80.TopSurface = Enum.SurfaceType.Smooth
  1819. part_80.Reflectance = 0.1
  1820. part_80.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1821. part_80.Material = Enum.Material.SmoothPlastic
  1822. part_80.Size = Vector3.new(1, 0.8, 23)
  1823. part_80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. part_80.CFrame = CFrame.new(52.864, 6.652, 76.245)* CFrame.Angles(-3.0557668209076, -1.5630759000778, -3.055935382843)
  1825. part_80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. part_80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. part_80.BrickColor = BrickColor.new("Really black")
  1828. part_80.Friction = 0.3
  1829. part_80.BottomSurface = Enum.SurfaceType.Smooth
  1830.  
  1831. part_81 = Instance.new("Part", mhuey)
  1832. part_81.Velocity = Vector3.new(0.005, 0.012, 0.009)
  1833. part_81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. part_81.TopSurface = Enum.SurfaceType.Smooth
  1835. part_81.Reflectance = 0.1
  1836. part_81.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1837. part_81.Material = Enum.Material.SmoothPlastic
  1838. part_81.Size = Vector3.new(2, 1, 2)
  1839. part_81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1840. part_81.CFrame = CFrame.new(56.377, 8.55, 74.772)* CFrame.Angles(-3.1415903568268, 0.0076447892934084, -3.1409363746643)
  1841. part_81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. part_81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. part_81.BrickColor = BrickColor.new("Really black")
  1844. part_81.Friction = 0.3
  1845. part_81.BottomSurface = Enum.SurfaceType.Smooth
  1846.  
  1847. mesh_68 = Instance.new("SpecialMesh", part_81)
  1848. mesh_68.Scale = Vector3.new(0.3, 1, 1)
  1849. mesh_68.MeshType = Enum.MeshType.Wedge
  1850.  
  1851. part_82 = Instance.new("Part", mhuey)
  1852. part_82.Velocity = Vector3.new(0.005, 0.012, 0.011)
  1853. part_82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1854. part_82.TopSurface = Enum.SurfaceType.Smooth
  1855. part_82.Reflectance = 0.1
  1856. part_82.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1857. part_82.Material = Enum.Material.SmoothPlastic
  1858. part_82.Size = Vector3.new(2, 1, 2)
  1859. part_82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1860. part_82.CFrame = CFrame.new(56.376, 7.55, 74.772)* CFrame.Angles(2.2648598587693e-006, -0.0076354909688234, 3.1409363746643)
  1861. part_82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1862. part_82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. part_82.BrickColor = BrickColor.new("Really black")
  1864. part_82.Friction = 0.3
  1865. part_82.BottomSurface = Enum.SurfaceType.Smooth
  1866.  
  1867. mesh_69 = Instance.new("SpecialMesh", part_82)
  1868. mesh_69.Scale = Vector3.new(0.3, 1, 1)
  1869. mesh_69.MeshType = Enum.MeshType.Wedge
  1870.  
  1871. part_83 = Instance.new("Part", mhuey)
  1872. part_83.Velocity = Vector3.new(0.001, 0.017, 0.003)
  1873. part_83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1874. part_83.TopSurface = Enum.SurfaceType.Smooth
  1875. part_83.Reflectance = 0.1
  1876. part_83.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1877. part_83.Material = Enum.Material.SmoothPlastic
  1878. part_83.Size = Vector3.new(6, 3, 8)
  1879. part_83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. part_83.CFrame = CFrame.new(63.383, 13.045, 74.325)* CFrame.Angles(-3.0562496185303, -1.5630527734756, 1.6560386419296)
  1881. part_83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. part_83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. part_83.BrickColor = BrickColor.new("Earth green")
  1884. part_83.Friction = 0.3
  1885. part_83.BottomSurface = Enum.SurfaceType.Smooth
  1886.  
  1887. mesh_70 = Instance.new("SpecialMesh", part_83)
  1888. mesh_70.MeshType = Enum.MeshType.Wedge
  1889.  
  1890. part_84 = Instance.new("Part", mhuey)
  1891. part_84.Velocity = Vector3.new(-0.001, 0.017, -0.001)
  1892. part_84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. part_84.TopSurface = Enum.SurfaceType.Smooth
  1894. part_84.Reflectance = 0.1
  1895. part_84.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1896. part_84.Material = Enum.Material.SmoothPlastic
  1897. part_84.Size = Vector3.new(1, 2, 1)
  1898. part_84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. part_84.CFrame = CFrame.new(67.904, 15.542, 71.86)* CFrame.Angles(-3.0561537742615, -1.5630605220795, 1.6561297178268)
  1900. part_84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. part_84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. part_84.BrickColor = BrickColor.new("Earth green")
  1903. part_84.Friction = 0.3
  1904. part_84.BottomSurface = Enum.SurfaceType.Smooth
  1905.  
  1906. mesh_71 = Instance.new("SpecialMesh", part_84)
  1907. mesh_71.MeshType = Enum.MeshType.Wedge
  1908.  
  1909. part_85 = Instance.new("Part", mhuey)
  1910. part_85.Velocity = Vector3.new(-0.003, 0.018, -0.006)
  1911. part_85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1912. part_85.TopSurface = Enum.SurfaceType.Smooth
  1913. part_85.Reflectance = 0.1
  1914. part_85.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1915. part_85.Material = Enum.Material.SmoothPlastic
  1916. part_85.Size = Vector3.new(4, 2, 5)
  1917. part_85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. part_85.CFrame = CFrame.new(64.89, 18.044, 73.936)* CFrame.Angles(-3.0553643703461, -1.5631301403046, 1.6569217443466)
  1919. part_85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1920. part_85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. part_85.BrickColor = BrickColor.new("Earth green")
  1922. part_85.Friction = 0.3
  1923. part_85.BottomSurface = Enum.SurfaceType.Smooth
  1924.  
  1925. mesh_72 = Instance.new("SpecialMesh", part_85)
  1926. mesh_72.MeshType = Enum.MeshType.Wedge
  1927.  
  1928. part_86 = Instance.new("Part", mhuey)
  1929. part_86.Velocity = Vector3.new(0.005, 0.009, 0.009)
  1930. part_86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1931. part_86.TopSurface = Enum.SurfaceType.Smooth
  1932. part_86.Reflectance = 0.1
  1933. part_86.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1934. part_86.Material = Enum.Material.SmoothPlastic
  1935. part_86.Size = Vector3.new(2, 1, 2)
  1936. part_86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1937. part_86.CFrame = CFrame.new(56.392, 8.55, 72.772)* CFrame.Angles(2.2560359411727e-006, -0.0076459236443043, 3.1409363746643)
  1938. part_86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. part_86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. part_86.BrickColor = BrickColor.new("Really black")
  1941. part_86.Friction = 0.3
  1942. part_86.BottomSurface = Enum.SurfaceType.Smooth
  1943.  
  1944. mesh_73 = Instance.new("SpecialMesh", part_86)
  1945. mesh_73.Scale = Vector3.new(0.3, 1, 1)
  1946. mesh_73.MeshType = Enum.MeshType.Wedge
  1947.  
  1948. part_87 = Instance.new("Part", mhuey)
  1949. part_87.Velocity = Vector3.new(0.003, 0.025, 0.008)
  1950. part_87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1951. part_87.TopSurface = Enum.SurfaceType.Smooth
  1952. part_87.Reflectance = 0.1
  1953. part_87.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1954. part_87.Material = Enum.Material.SmoothPlastic
  1955. part_87.Size = Vector3.new(2, 3, 28)
  1956. part_87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. part_87.CFrame = CFrame.new(81.417, 11.534, 69.963)* CFrame.Angles(-3.0560491085052, -1.563068151474, 0.085442379117012)
  1958. part_87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. part_87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. part_87.BrickColor = BrickColor.new("Earth green")
  1961. part_87.Friction = 0.3
  1962. part_87.BottomSurface = Enum.SurfaceType.Smooth
  1963.  
  1964. mesh_74 = Instance.new("SpecialMesh", part_87)
  1965. mesh_74.MeshType = Enum.MeshType.Wedge
  1966.  
  1967. part_88 = Instance.new("Part", mhuey)
  1968. part_88.Velocity = Vector3.new(-0.005, 0.035, -0.006)
  1969. part_88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. part_88.TopSurface = Enum.SurfaceType.Smooth
  1971. part_88.Reflectance = 0.1
  1972. part_88.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1973. part_88.Material = Enum.Material.SmoothPlastic
  1974. part_88.Size = Vector3.new(1, 7, 3)
  1975. part_88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. part_88.CFrame = CFrame.new(93.922, 21.125, 70.158)* CFrame.Angles(0.085832357406616, 1.5630143880844, -0.085632711648941)
  1977. part_88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1978. part_88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1979. part_88.BrickColor = BrickColor.new("Earth green")
  1980. part_88.Friction = 0.3
  1981. part_88.BottomSurface = Enum.SurfaceType.Smooth
  1982.  
  1983. mesh_75 = Instance.new("SpecialMesh", part_88)
  1984. mesh_75.Scale = Vector3.new(0.5, 1, 1)
  1985. mesh_75.MeshType = Enum.MeshType.Wedge
  1986.  
  1987. part_89 = Instance.new("Part", mhuey)
  1988. part_89.Velocity = Vector3.new(0, 0.02, 0.002)
  1989. part_89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. part_89.TopSurface = Enum.SurfaceType.Smooth
  1991. part_89.Reflectance = 0.1
  1992. part_89.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  1993. part_89.Material = Enum.Material.SmoothPlastic
  1994. part_89.Size = Vector3.new(1, 2, 8)
  1995. part_89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. part_89.CFrame = CFrame.new(71.403, 14.54, 71.887)* CFrame.Angles(-3.0562536716461, -1.5630527734756, 1.6560347080231)
  1997. part_89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1998. part_89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1999. part_89.BrickColor = BrickColor.new("Earth green")
  2000. part_89.Friction = 0.3
  2001. part_89.BottomSurface = Enum.SurfaceType.Smooth
  2002.  
  2003. mesh_76 = Instance.new("SpecialMesh", part_89)
  2004. mesh_76.MeshType = Enum.MeshType.Wedge
  2005.  
  2006. part_90 = Instance.new("Part", mhuey)
  2007. part_90.Velocity = Vector3.new(0.002, 0.024, 0.006)
  2008. part_90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. part_90.TopSurface = Enum.SurfaceType.Smooth
  2010. part_90.Reflectance = 0.1
  2011. part_90.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2012. part_90.Material = Enum.Material.SmoothPlastic
  2013. part_90.Size = Vector3.new(1, 2, 17)
  2014. part_90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2015. part_90.CFrame = CFrame.new(75.902, 12.537, 71.921)* CFrame.Angles(-3.0559523105621, -1.5630759000778, 1.656335234642)
  2016. part_90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2017. part_90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2018. part_90.BrickColor = BrickColor.new("Earth green")
  2019. part_90.Friction = 0.3
  2020. part_90.BottomSurface = Enum.SurfaceType.Smooth
  2021.  
  2022. mesh_77 = Instance.new("SpecialMesh", part_90)
  2023. mesh_77.MeshType = Enum.MeshType.Wedge
  2024.  
  2025. part_91 = Instance.new("Part", mhuey)
  2026. part_91.Velocity = Vector3.new(0.001, 0.023, 0.004)
  2027. part_91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. part_91.TopSurface = Enum.SurfaceType.Smooth
  2029. part_91.Reflectance = 0.1
  2030. part_91.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2031. part_91.Material = Enum.Material.SmoothPlastic
  2032. part_91.Size = Vector3.new(1, 2, 16)
  2033. part_91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. part_91.CFrame = CFrame.new(75.403, 13.537, 71.917)* CFrame.Angles(-3.0562429428101, -1.5630527734756, 1.6560453176498)
  2035. part_91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2036. part_91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2037. part_91.BrickColor = BrickColor.new("Earth green")
  2038. part_91.Friction = 0.3
  2039. part_91.BottomSurface = Enum.SurfaceType.Smooth
  2040.  
  2041. mesh_78 = Instance.new("SpecialMesh", part_91)
  2042. mesh_78.MeshType = Enum.MeshType.Wedge
  2043.  
  2044. part_92 = Instance.new("Part", mhuey)
  2045. part_92.Velocity = Vector3.new(0, 0.035, 0.004)
  2046. part_92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. part_92.TopSurface = Enum.SurfaceType.Smooth
  2048. part_92.Reflectance = 0.1
  2049. part_92.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2050. part_92.Material = Enum.Material.SmoothPlastic
  2051. part_92.Size = Vector3.new(4, 4, 2)
  2052. part_92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2053. part_92.CFrame = CFrame.new(93.418, 15.026, 70.055)* CFrame.Angles(-3.1415903568268, 0.0076438700780272, -3.1409363746643)
  2054. part_92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2055. part_92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2056. part_92.BrickColor = BrickColor.new("Earth green")
  2057. part_92.Friction = 0.3
  2058. part_92.BottomSurface = Enum.SurfaceType.Smooth
  2059.  
  2060. blockmesh_25 = Instance.new("BlockMesh", part_92)
  2061. blockmesh_25.Name = "BlockMesh"
  2062.  
  2063. part_93 = Instance.new("Part", mhuey)
  2064. part_93.Velocity = Vector3.new(-0.004, 0.038, -0.004)
  2065. part_93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. part_93.TopSurface = Enum.SurfaceType.Smooth
  2067. part_93.Reflectance = 0.1
  2068. part_93.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2069. part_93.Material = Enum.Material.SmoothPlastic
  2070. part_93.Size = Vector3.new(1, 9, 3)
  2071. part_93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. part_93.CFrame = CFrame.new(96.922, 20.123, 70.081)* CFrame.Angles(-3.0557613372803, -1.5630143880844, 0.085633710026741)
  2073. part_93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2074. part_93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. part_93.BrickColor = BrickColor.new("Earth green")
  2076. part_93.Friction = 0.3
  2077. part_93.BottomSurface = Enum.SurfaceType.Smooth
  2078.  
  2079. mesh_79 = Instance.new("SpecialMesh", part_93)
  2080. mesh_79.Scale = Vector3.new(0.5, 1, 1)
  2081. mesh_79.MeshType = Enum.MeshType.Wedge
  2082.  
  2083. part_94 = Instance.new("Part", mhuey)
  2084. part_94.Velocity = Vector3.new(0.003, -0.002, 0.002)
  2085. part_94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. part_94.TopSurface = Enum.SurfaceType.Smooth
  2087. part_94.Reflectance = 0.1
  2088. part_94.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2089. part_94.Material = Enum.Material.SmoothPlastic
  2090. part_94.Size = Vector3.new(1, 2, 2)
  2091. part_94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2092. part_94.CFrame = CFrame.new(38.375, 11.062, 75.134)* CFrame.Angles(0.085630752146244, 1.5631223917007, -0.085532695055008)
  2093. part_94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2094. part_94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2095. part_94.BrickColor = BrickColor.new("Earth green")
  2096. part_94.Friction = 0.3
  2097. part_94.BottomSurface = Enum.SurfaceType.Smooth
  2098.  
  2099. blockmesh_26 = Instance.new("BlockMesh", part_94)
  2100. blockmesh_26.Name = "BlockMesh"
  2101.  
  2102. part_95 = Instance.new("Part", mhuey)
  2103. part_95.Velocity = Vector3.new(0.001, 0, -0.001)
  2104. part_95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. part_95.TopSurface = Enum.SurfaceType.Smooth
  2106. part_95.Reflectance = 0.1
  2107. part_95.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2108. part_95.Material = Enum.Material.SmoothPlastic
  2109. part_95.Size = Vector3.new(1, 6, 1)
  2110. part_95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2111. part_95.CFrame = CFrame.new(39.877, 13.061, 75.145)* CFrame.Angles(0.085401117801666, 1.5631223917007, -0.085334829986095)
  2112. part_95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2113. part_95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2114. part_95.BrickColor = BrickColor.new("Earth green")
  2115. part_95.Friction = 0.3
  2116. part_95.BottomSurface = Enum.SurfaceType.Smooth
  2117.  
  2118. blockmesh_27 = Instance.new("BlockMesh", part_95)
  2119. blockmesh_27.Name = "BlockMesh"
  2120.  
  2121. part_96 = Instance.new("Part", mhuey)
  2122. part_96.Velocity = Vector3.new(0, 0.001, -0.003)
  2123. part_96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2124. part_96.Transparency = 0.8
  2125. part_96.TopSurface = Enum.SurfaceType.Smooth
  2126. part_96.Reflectance = 0.1
  2127. part_96.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2128. part_96.Material = Enum.Material.SmoothPlastic
  2129. part_96.Size = Vector3.new(1, 2.8, 3)
  2130. part_96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2131. part_96.CFrame = CFrame.new(41.877, 14.259, 75.161)* CFrame.Angles(0.085420437157154, 1.5629991292953, -0.085219688713551)
  2132. part_96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2133. part_96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2134. part_96.BrickColor = BrickColor.new("Earth green")
  2135. part_96.Friction = 0.3
  2136. part_96.BottomSurface = Enum.SurfaceType.Smooth
  2137.  
  2138. blockmesh_28 = Instance.new("BlockMesh", part_96)
  2139. blockmesh_28.Name = "BlockMesh"
  2140. blockmesh_28.Scale = Vector3.new(0.9, 1, 1)
  2141.  
  2142. part_97 = Instance.new("Part", mhuey)
  2143. part_97.Velocity = Vector3.new(0.003, -0.005, 0.002)
  2144. part_97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2145. part_97.TopSurface = Enum.SurfaceType.Smooth
  2146. part_97.Reflectance = 0.1
  2147. part_97.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2148. part_97.Material = Enum.Material.SmoothPlastic
  2149. part_97.Size = Vector3.new(2, 2, 3)
  2150. part_97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2151. part_97.CFrame = CFrame.new(35.879, 11.063, 74.615)* CFrame.Angles(0.085902325809002, 1.5631535053253, 1.4849483966827)
  2152. part_97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2153. part_97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2154. part_97.BrickColor = BrickColor.new("Earth green")
  2155. part_97.Friction = 0.3
  2156. part_97.BottomSurface = Enum.SurfaceType.Smooth
  2157.  
  2158. mesh_80 = Instance.new("SpecialMesh", part_97)
  2159. mesh_80.MeshType = Enum.MeshType.Wedge
  2160.  
  2161. part_98 = Instance.new("Part", mhuey)
  2162. part_98.Velocity = Vector3.new(0, -0.001, -0.004)
  2163. part_98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. part_98.Transparency = 0.8
  2165. part_98.TopSurface = Enum.SurfaceType.Smooth
  2166. part_98.Reflectance = 0.1
  2167. part_98.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2168. part_98.Material = Enum.Material.SmoothPlastic
  2169. part_98.Size = Vector3.new(1, 3, 1)
  2170. part_98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. part_98.CFrame = CFrame.new(38.878, 14.561, 75.138)* CFrame.Angles(0.085597760975361, 1.5631535053253, -0.085565209388733)
  2172. part_98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2173. part_98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. part_98.BrickColor = BrickColor.new("Earth green")
  2175. part_98.Friction = 0.3
  2176. part_98.BottomSurface = Enum.SurfaceType.Smooth
  2177.  
  2178. mesh_81 = Instance.new("SpecialMesh", part_98)
  2179. mesh_81.MeshType = Enum.MeshType.Wedge
  2180.  
  2181. part_99 = Instance.new("Part", mhuey)
  2182. part_99.Velocity = Vector3.new(-0.001, 0.001, -0.006)
  2183. part_99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. part_99.TopSurface = Enum.SurfaceType.Smooth
  2185. part_99.Reflectance = 0.1
  2186. part_99.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2187. part_99.Material = Enum.Material.SmoothPlastic
  2188. part_99.Size = Vector3.new(3, 0.4, 1)
  2189. part_99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. part_99.CFrame = CFrame.new(41.879, 15.859, 75.16)* CFrame.Angles(-3.1415903568268, 0.0076844370923936, -3.1409363746643)
  2191. part_99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2192. part_99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2193. part_99.BrickColor = BrickColor.new("Earth green")
  2194. part_99.Friction = 0.3
  2195. part_99.BottomSurface = Enum.SurfaceType.Smooth
  2196.  
  2197. mesh_82 = Instance.new("BlockMesh", part_99)
  2198.  
  2199. part_100 = Instance.new("Part", mhuey)
  2200. part_100.Velocity = Vector3.new(-0.001, 0.023, 0)
  2201. part_100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2202. part_100.TopSurface = Enum.SurfaceType.Smooth
  2203. part_100.Reflectance = 0.1
  2204. part_100.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2205. part_100.Material = Enum.Material.SmoothPlastic
  2206. part_100.Size = Vector3.new(2, 2, 23)
  2207. part_100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. part_100.CFrame = CFrame.new(79.92, 16.035, 69.951)* CFrame.Angles(0.085640989243984, 1.5630759000778, -0.085539624094963)
  2209. part_100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2210. part_100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2211. part_100.BrickColor = BrickColor.new("Earth green")
  2212. part_100.Friction = 0.3
  2213. part_100.BottomSurface = Enum.SurfaceType.Smooth
  2214.  
  2215. mesh_83 = Instance.new("SpecialMesh", part_100)
  2216. mesh_83.MeshType = Enum.MeshType.Wedge
  2217.  
  2218. part_101 = Instance.new("Part", mhuey)
  2219. part_101.Velocity = Vector3.new(0.002, 0.008, 0.002)
  2220. part_101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2221. part_101.TopSurface = Enum.SurfaceType.Smooth
  2222. part_101.Reflectance = 0.1
  2223. part_101.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2224. part_101.Material = Enum.Material.SmoothPlastic
  2225. part_101.Size = Vector3.new(7, 0.4, 2)
  2226. part_101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2227. part_101.CFrame = CFrame.new(54.894, 12.651, 72.96)* CFrame.Angles(1.5708036422729, -0.00065618543885648, -3.133935213089)
  2228. part_101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2229. part_101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2230. part_101.BrickColor = BrickColor.new("Really black")
  2231. part_101.Friction = 0.3
  2232. part_101.BottomSurface = Enum.SurfaceType.Smooth
  2233.  
  2234. mesh_84 = Instance.new("BlockMesh", part_101)
  2235.  
  2236. part_102 = Instance.new("Part", mhuey)
  2237. part_102.Velocity = Vector3.new(-0.003, 0.008, -0.009)
  2238. part_102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. part_102.TopSurface = Enum.SurfaceType.Smooth
  2240. part_102.Reflectance = 0.1
  2241. part_102.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2242. part_102.Material = Enum.Material.SmoothPlastic
  2243. part_102.Size = Vector3.new(1, 1, 3)
  2244. part_102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2245. part_102.CFrame = CFrame.new(51.887, 18.553, 74.237)* CFrame.Angles(-1.5707890987396, 0.00065617036307231, 1.5631176233292)
  2246. part_102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. part_102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. part_102.BrickColor = BrickColor.new("Really black")
  2249. part_102.Friction = 0.3
  2250. part_102.BottomSurface = Enum.SurfaceType.Smooth
  2251.  
  2252. mesh_85 = Instance.new("SpecialMesh", part_102)
  2253. mesh_85.MeshType = Enum.MeshType.Wedge
  2254.  
  2255. part_103 = Instance.new("Part", mhuey)
  2256. part_103.Velocity = Vector3.new(0.001, 0.023, 0.004)
  2257. part_103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2258. part_103.TopSurface = Enum.SurfaceType.Smooth
  2259. part_103.Reflectance = 0.1
  2260. part_103.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2261. part_103.Material = Enum.Material.SmoothPlastic
  2262. part_103.Size = Vector3.new(24, 2, 2)
  2263. part_103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2264. part_103.CFrame = CFrame.new(79.418, 14.035, 69.947)* CFrame.Angles(-3.1415903568268, 0.007653078995645, -3.1409363746643)
  2265. part_103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. part_103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2267. part_103.BrickColor = BrickColor.new("Earth green")
  2268. part_103.Friction = 0.3
  2269. part_103.BottomSurface = Enum.SurfaceType.Smooth
  2270.  
  2271. blockmesh_29 = Instance.new("BlockMesh", part_103)
  2272. blockmesh_29.Name = "BlockMesh"
  2273.  
  2274. part_104 = Instance.new("Part", mhuey)
  2275. part_104.Velocity = Vector3.new(-0.002, -0.002, -0.007)
  2276. part_104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2277. part_104.TopSurface = Enum.SurfaceType.Smooth
  2278. part_104.Reflectance = 0.1
  2279. part_104.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2280. part_104.Material = Enum.Material.SmoothPlastic
  2281. part_104.Size = Vector3.new(1, 1, 1)
  2282. part_104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2283. part_104.CFrame = CFrame.new(39.887, 16.561, 74.145)* CFrame.Angles(-3.1415903568268, 0.0076836976222694, -3.1409363746643)
  2284. part_104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2285. part_104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2286. part_104.BrickColor = BrickColor.new("Earth green")
  2287. part_104.Friction = 0.3
  2288. part_104.BottomSurface = Enum.SurfaceType.Smooth
  2289.  
  2290. blockmesh_30 = Instance.new("BlockMesh", part_104)
  2291. blockmesh_30.Name = "BlockMesh"
  2292.  
  2293. part_105 = Instance.new("Part", mhuey)
  2294. part_105.Velocity = Vector3.new(0.005, -0.001, 0.007)
  2295. part_105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2296. part_105.TopSurface = Enum.SurfaceType.Smooth
  2297. part_105.Reflectance = 0.1
  2298. part_105.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2299. part_105.Material = Enum.Material.SmoothPlastic
  2300. part_105.Size = Vector3.new(2, 1, 2)
  2301. part_105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2302. part_105.CFrame = CFrame.new(44.393, 8.558, 72.68)* CFrame.Angles(2.2567523956241e-006, -0.00764434132725, 3.1409363746643)
  2303. part_105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. part_105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. part_105.BrickColor = BrickColor.new("Really black")
  2306. part_105.Friction = 0.3
  2307. part_105.BottomSurface = Enum.SurfaceType.Smooth
  2308.  
  2309. mesh_86 = Instance.new("SpecialMesh", part_105)
  2310. mesh_86.Scale = Vector3.new(0.3, 1, 1)
  2311. mesh_86.MeshType = Enum.MeshType.Wedge
  2312.  
  2313. part_106 = Instance.new("Part", mhuey)
  2314. part_106.Velocity = Vector3.new(0.004, -0.007, 0.004)
  2315. part_106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2316. part_106.Transparency = 0.8
  2317. part_106.TopSurface = Enum.SurfaceType.Smooth
  2318. part_106.Reflectance = 0.1
  2319. part_106.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2320. part_106.Material = Enum.Material.SmoothPlastic
  2321. part_106.Size = Vector3.new(3, 1, 2)
  2322. part_106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. part_106.CFrame = CFrame.new(36.39, 9.563, 73.119)* CFrame.Angles(0.085759252309799, 1.5631769895554, 3.0558412075043)
  2324. part_106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. part_106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. part_106.BrickColor = BrickColor.new("Mid gray")
  2327. part_106.Friction = 0.3
  2328. part_106.BottomSurface = Enum.SurfaceType.Smooth
  2329.  
  2330. mesh_87 = Instance.new("SpecialMesh", part_106)
  2331. mesh_87.MeshType = Enum.MeshType.Wedge
  2332.  
  2333. part_107 = Instance.new("Part", mhuey)
  2334. part_107.Velocity = Vector3.new(0.003, -0.001, 0.004)
  2335. part_107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2336. part_107.TopSurface = Enum.SurfaceType.Smooth
  2337. part_107.Reflectance = 0.1
  2338. part_107.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2339. part_107.Material = Enum.Material.SmoothPlastic
  2340. part_107.Size = Vector3.new(4, 1.2, 1)
  2341. part_107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2342. part_107.CFrame = CFrame.new(44.894, 10.658, 72.684)* CFrame.Angles(-3.0561077594757, -1.5631457567215, 0.085479825735092)
  2343. part_107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. part_107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. part_107.BrickColor = BrickColor.new("Earth green")
  2346. part_107.Friction = 0.3
  2347. part_107.BottomSurface = Enum.SurfaceType.Smooth
  2348.  
  2349. mesh_88 = Instance.new("BlockMesh", part_107)
  2350.  
  2351. mesh_89 = Instance.new("SpecialMesh", part_107)
  2352. mesh_89.MeshType = Enum.MeshType.Wedge
  2353.  
  2354. part_108 = Instance.new("Part", mhuey)
  2355. part_108.Velocity = Vector3.new(0.004, -0.005, 0.005)
  2356. part_108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2357. part_108.TopSurface = Enum.SurfaceType.Smooth
  2358. part_108.Reflectance = 0.1
  2359. part_108.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2360. part_108.Material = Enum.Material.SmoothPlastic
  2361. part_108.Size = Vector3.new(3, 1, 3)
  2362. part_108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. part_108.CFrame = CFrame.new(38.89, 9.561, 73.138)* CFrame.Angles(0.085652887821198, 1.5631457567215, -0.085623279213905)
  2364. part_108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2365. part_108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2366. part_108.BrickColor = BrickColor.new("Earth green")
  2367. part_108.Friction = 0.3
  2368. part_108.BottomSurface = Enum.SurfaceType.Smooth
  2369.  
  2370. blockmesh_31 = Instance.new("BlockMesh", part_108)
  2371. blockmesh_31.Name = "BlockMesh"
  2372.  
  2373. part_109 = Instance.new("Part", mhuey)
  2374. part_109.Velocity = Vector3.new(-0.003, 0.002, -0.009)
  2375. part_109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2376. part_109.TopSurface = Enum.SurfaceType.Smooth
  2377. part_109.Reflectance = 0.1
  2378. part_109.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2379. part_109.Material = Enum.Material.SmoothPlastic
  2380. part_109.Size = Vector3.new(2, 3, 3)
  2381. part_109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2382. part_109.CFrame = CFrame.new(49.907, 18.554, 71.722)* CFrame.Angles(0.08535024523735, 1.563068151474, -0.085247240960598)
  2383. part_109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. part_109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2385. part_109.BrickColor = BrickColor.new("Earth green")
  2386. part_109.Friction = 0.3
  2387. part_109.BottomSurface = Enum.SurfaceType.Smooth
  2388.  
  2389. mesh_90 = Instance.new("SpecialMesh", part_109)
  2390. mesh_90.MeshType = Enum.MeshType.Wedge
  2391.  
  2392. seat3 = Instance.new("Seat", mhuey)
  2393. seat3.Velocity = Vector3.new(0.003, 0, 0.003)
  2394. seat3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2395. seat3.TopSurface = Enum.SurfaceType.Smooth
  2396. seat3.Reflectance = 0.1
  2397. seat3.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2398. seat3.Material = Enum.Material.SmoothPlastic
  2399. seat3.Size = Vector3.new(4, 0.4, 2)
  2400. seat3.Name = "Seat3"
  2401. seat3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. seat3.CFrame = CFrame.new(45.395, 11.457, 72.688)* CFrame.Angles(-3.056084394455, -1.5631146430969, -3.056144952774)
  2403. seat3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. seat3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2405. seat3.BrickColor = BrickColor.new("Really black")
  2406. seat3.Friction = 0.3
  2407. seat3.BottomSurface = Enum.SurfaceType.Smooth
  2408. seat3.Anchored = false
  2409.  
  2410. mesh_91 = Instance.new("BlockMesh", seat3)
  2411.  
  2412. part_110 = Instance.new("Part", mhuey)
  2413. part_110.Velocity = Vector3.new(-0.002, -0.003, -0.007)
  2414. part_110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2415. part_110.TopSurface = Enum.SurfaceType.Smooth
  2416. part_110.Reflectance = 0.1
  2417. part_110.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2418. part_110.Material = Enum.Material.SmoothPlastic
  2419. part_110.Size = Vector3.new(4, 1, 3)
  2420. part_110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2421. part_110.CFrame = CFrame.new(41.898, 16.559, 72.661)* CFrame.Angles(-3.0564851760864, -1.5630527734756, -3.0565876960754)
  2422. part_110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2423. part_110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. part_110.BrickColor = BrickColor.new("Earth green")
  2425. part_110.Friction = 0.3
  2426. part_110.BottomSurface = Enum.SurfaceType.Smooth
  2427.  
  2428. blockmesh_32 = Instance.new("BlockMesh", part_110)
  2429. blockmesh_32.Name = "BlockMesh"
  2430.  
  2431. part_111 = Instance.new("Part", mhuey)
  2432. part_111.Velocity = Vector3.new(0.002, -0.001, 0)
  2433. part_111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2434. part_111.TopSurface = Enum.SurfaceType.Smooth
  2435. part_111.Reflectance = 0.1
  2436. part_111.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2437. part_111.Material = Enum.Material.SmoothPlastic
  2438. part_111.Size = Vector3.new(4, 0.4, 2)
  2439. part_111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2440. part_111.CFrame = CFrame.new(44.595, 12.658, 72.682)* CFrame.Angles(1.5708036422729, -0.00065617711516097, 1.5784494876862)
  2441. part_111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2442. part_111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. part_111.BrickColor = BrickColor.new("Really black")
  2444. part_111.Friction = 0.3
  2445. part_111.BottomSurface = Enum.SurfaceType.Smooth
  2446.  
  2447. mesh_92 = Instance.new("BlockMesh", part_111)
  2448.  
  2449. part_112 = Instance.new("Part", mhuey)
  2450. part_112.Velocity = Vector3.new(-0.002, 0.01, -0.006)
  2451. part_112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. part_112.TopSurface = Enum.SurfaceType.Smooth
  2453. part_112.Reflectance = 0.1
  2454. part_112.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2455. part_112.Material = Enum.Material.SmoothPlastic
  2456. part_112.Size = Vector3.new(8, 4, 6)
  2457. part_112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2458. part_112.CFrame = CFrame.new(63.421, 18.045, 69.825)* CFrame.Angles(-3.1415903568268, 0.0076972763054073, -3.1409363746643)
  2459. part_112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2460. part_112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. part_112.BrickColor = BrickColor.new("Earth green")
  2462. part_112.Friction = 0.3
  2463. part_112.BottomSurface = Enum.SurfaceType.Smooth
  2464.  
  2465. blockmesh_33 = Instance.new("BlockMesh", part_112)
  2466. blockmesh_33.Name = "BlockMesh"
  2467.  
  2468. part_113 = Instance.new("Part", mhuey)
  2469. part_113.Velocity = Vector3.new(0, 0.013, -0.001)
  2470. part_113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. part_113.TopSurface = Enum.SurfaceType.Smooth
  2472. part_113.Reflectance = 0.1
  2473. part_113.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2474. part_113.Material = Enum.Material.SmoothPlastic
  2475. part_113.Size = Vector3.new(1, 1, 2)
  2476. part_113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2477. part_113.CFrame = CFrame.new(67.92, 15.542, 69.86)* CFrame.Angles(-3.1415903568268, 0.0076885437592864, -3.1409363746643)
  2478. part_113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2479. part_113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2480. part_113.BrickColor = BrickColor.new("Earth green")
  2481. part_113.Friction = 0.3
  2482. part_113.BottomSurface = Enum.SurfaceType.Smooth
  2483.  
  2484. blockmesh_34 = Instance.new("BlockMesh", part_113)
  2485. blockmesh_34.Name = "BlockMesh"
  2486.  
  2487. part_114 = Instance.new("Part", mhuey)
  2488. part_114.Velocity = Vector3.new(0.002, 0.006, 0.002)
  2489. part_114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. part_114.TopSurface = Enum.SurfaceType.Smooth
  2491. part_114.Reflectance = 0.1
  2492. part_114.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2493. part_114.Material = Enum.Material.SmoothPlastic
  2494. part_114.Size = Vector3.new(1, 6, 12)
  2495. part_114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2496. part_114.CFrame = CFrame.new(58.918, 13.048, 69.791)* CFrame.Angles(-3.1415903568268, 0.0076572811231017, -3.1409363746643)
  2497. part_114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2498. part_114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2499. part_114.BrickColor = BrickColor.new("Earth green")
  2500. part_114.Friction = 0.3
  2501. part_114.BottomSurface = Enum.SurfaceType.Smooth
  2502.  
  2503. blockmesh_35 = Instance.new("BlockMesh", part_114)
  2504. blockmesh_35.Name = "BlockMesh"
  2505.  
  2506. part_115 = Instance.new("Part", mhuey)
  2507. part_115.Velocity = Vector3.new(0.002, 0.01, 0.003)
  2508. part_115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. part_115.TopSurface = Enum.SurfaceType.Smooth
  2510. part_115.Reflectance = 0.1
  2511. part_115.RotVelocity = Vector3.new(-0.002, 0, 0.001)
  2512. part_115.Material = Enum.Material.SmoothPlastic
  2513. part_115.Size = Vector3.new(8, 6, 6)
  2514. part_115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2515. part_115.CFrame = CFrame.new(63.418, 13.045, 69.825)* CFrame.Angles(-3.1415903568268, 0.0076707815751433, -3.1409363746643)
  2516. part_115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2517. part_115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2518. part_115.BrickColor = BrickColor.new("Earth green")
  2519. part_115.Friction = 0.3
  2520. part_115.BottomSurface = Enum.SurfaceType.Smooth
  2521.  
  2522. blockmesh_36 = Instance.new("BlockMesh", part_115)
  2523. blockmesh_36.Name = "BlockMesh"
  2524.  
  2525. controlseat = Instance.new("Seat", mhuey)
  2526. controlseat.Anchored = false
  2527. controlseat.Friction = 0.3
  2528. controlseat.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. controlseat.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2530. controlseat.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2531. controlseat.Reflectance = 0.1
  2532. controlseat.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2533. controlseat.BrickColor = BrickColor.new("Really black")
  2534. controlseat.Material = Enum.Material.SmoothPlastic
  2535. controlseat.Size = Vector3.new(4, 0.4, 2)
  2536. controlseat.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2537. controlseat.CFrame = CFrame.new(43.405, 11.457, 72.672)* CFrame.Angles(0.085650883615017, 1.5629457235336, -0.084989927709103)
  2538. controlseat.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2539. controlseat.Name = "controlseat"
  2540.  
  2541. backrotorpos = Instance.new("Part", mhuey)
  2542. backrotorpos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. backrotorpos.TopSurface = Enum.SurfaceType.Smooth
  2544. backrotorpos.Reflectance = 0.1
  2545. backrotorpos.Material = Enum.Material.SmoothPlastic
  2546. backrotorpos.Size = Vector3.new(2, 2, 3)
  2547. backrotorpos.Name = "backrotorpos"
  2548. backrotorpos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2549. backrotorpos.CFrame = CFrame.new(89.238, 14.386, 71.709)* CFrame.Angles(1.5707769393921, -0.028678840026259, 3.1245040893555)
  2550. backrotorpos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2551. backrotorpos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. backrotorpos.BrickColor = BrickColor.new("Really black")
  2553. backrotorpos.Friction = 0.3
  2554. backrotorpos.BottomSurface = Enum.SurfaceType.Smooth
  2555.  
  2556. mesh_93 = Instance.new("SpecialMesh", backrotorpos)
  2557. mesh_93.Scale = Vector3.new(1.25, 1.5, 1.25)
  2558.  
  2559. mainrotorpos = Instance.new("Part", mhuey)
  2560. mainrotorpos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2561. mainrotorpos.TopSurface = Enum.SurfaceType.Smooth
  2562. mainrotorpos.Reflectance = 0.1
  2563. mainrotorpos.Material = Enum.Material.SmoothPlastic
  2564. mainrotorpos.Size = Vector3.new(2, 2, 3)
  2565. mainrotorpos.Name = "mainrotorpos"
  2566. mainrotorpos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2567. mainrotorpos.CFrame = CFrame.new(56.081, 20.831, 69.274)* CFrame.Angles(-0.016610756516457, -1.5415819883347, -0.016250181943178)
  2568. mainrotorpos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. mainrotorpos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2570. mainrotorpos.BrickColor = BrickColor.new("Really black")
  2571. mainrotorpos.Friction = 0.3
  2572. mainrotorpos.BottomSurface = Enum.SurfaceType.Smooth
  2573.  
  2574. mesh_94 = Instance.new("SpecialMesh", mainrotorpos)
  2575. mesh_94.Scale = Vector3.new(1.25, 1.5, 1.25)
  2576.  
  2577. backrotor = Instance.new("Model", mhuey)
  2578. backrotor.Name = "backrotor"
  2579.  
  2580. rotor2b = Instance.new("Part", backrotor)
  2581. rotor2b.Velocity = Vector3.new(102.891, 0.14, -11.064)
  2582. rotor2b.CanCollide = false
  2583. rotor2b.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2584. rotor2b.TopSurface = Enum.SurfaceType.Smooth
  2585. rotor2b.Reflectance = 0.1
  2586. rotor2b.RotVelocity = Vector3.new(0.001, 2.971, 0.006)
  2587. rotor2b.Material = Enum.Material.SmoothPlastic
  2588. rotor2b.Size = Vector3.new(1, 0.4, 1)
  2589. rotor2b.Name = "Rotor2b"
  2590. rotor2b.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2591. rotor2b.CFrame = CFrame.new(79.751, 14.582, 71.682)* CFrame.Angles(-1.5708158016205, 0.028678752481937, 0.017088580876589)
  2592. rotor2b.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2593. rotor2b.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2594. rotor2b.BrickColor = BrickColor.new("New Yeller")
  2595. rotor2b.Friction = 0.3
  2596. rotor2b.BottomSurface = Enum.SurfaceType.Smooth
  2597.  
  2598. mesh_95 = Instance.new("SpecialMesh", rotor2b)
  2599. mesh_95.MeshType = Enum.MeshType.Brick
  2600.  
  2601. rotor1d_2 = Instance.new("Part", backrotor)
  2602. rotor1d_2.Velocity = Vector3.new(52.409, 0.15, -9.594)
  2603. rotor1d_2.CanCollide = false
  2604. rotor1d_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2605. rotor1d_2.TopSurface = Enum.SurfaceType.Smooth
  2606. rotor1d_2.Reflectance = 0.1
  2607. rotor1d_2.RotVelocity = Vector3.new(0.001, 2.971, 0.006)
  2608. rotor1d_2.Material = Enum.Material.SmoothPlastic
  2609. rotor1d_2.Size = Vector3.new(8, 0.4, 1)
  2610. rotor1d_2.Name = "Rotor1d"
  2611. rotor1d_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2612. rotor1d_2.CFrame = CFrame.new(84.237, 14.456, 71.595)* CFrame.Angles(1.5707769393921, -0.028678793460131, 3.1245040893555)
  2613. rotor1d_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2614. rotor1d_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2615. rotor1d_2.BrickColor = BrickColor.new("Really black")
  2616. rotor1d_2.Friction = 0.3
  2617. rotor1d_2.BottomSurface = Enum.SurfaceType.Smooth
  2618.  
  2619. mesh_96 = Instance.new("SpecialMesh", rotor1d_2)
  2620. mesh_96.MeshType = Enum.MeshType.Brick
  2621.  
  2622. rotormiddle_2 = Instance.new("Part", backrotor)
  2623. rotormiddle_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2624. rotormiddle_2.TopSurface = Enum.SurfaceType.Smooth
  2625. rotormiddle_2.Reflectance = 0.1
  2626. rotormiddle_2.Material = Enum.Material.SmoothPlastic
  2627. rotormiddle_2.Size = Vector3.new(2, 2, 3)
  2628. rotormiddle_2.Name = "rotormiddle"
  2629. rotormiddle_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2630. rotormiddle_2.CFrame = CFrame.new(89.238, 14.312, 71.709)* CFrame.Angles(1.5707769393921, -0.028678840026259, 3.1245040893555)
  2631. rotormiddle_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2632. rotormiddle_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2633. rotormiddle_2.BrickColor = BrickColor.new("Really black")
  2634. rotormiddle_2.Friction = 0.3
  2635. rotormiddle_2.BottomSurface = Enum.SurfaceType.Smooth
  2636.  
  2637. mesh_97 = Instance.new("SpecialMesh", rotormiddle_2)
  2638. mesh_97.Scale = Vector3.new(1.25, 1.5, 1.25)
  2639.  
  2640. rotor3b = Instance.new("Part", backrotor)
  2641. rotor3b.CanCollide = false
  2642. rotor3b.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2643. rotor3b.TopSurface = Enum.SurfaceType.Smooth
  2644. rotor3b.Reflectance = 0.1
  2645. rotor3b.Material = Enum.Material.SmoothPlastic
  2646. rotor3b.Size = Vector3.new(8, 0.4, 1)
  2647. rotor3b.Name = "Rotor3b"
  2648. rotor3b.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2649. rotor3b.CFrame = CFrame.new(94.232, 14.169, 71.424)* CFrame.Angles(-1.5708158016205, 0.028678929433227, 0.017088580876589)
  2650. rotor3b.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. rotor3b.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. rotor3b.BrickColor = BrickColor.new("Really black")
  2653. rotor3b.Friction = 0.3
  2654. rotor3b.BottomSurface = Enum.SurfaceType.Smooth
  2655.  
  2656. mesh_98 = Instance.new("SpecialMesh", rotor3b)
  2657. mesh_98.MeshType = Enum.MeshType.Brick
  2658.  
  2659. rotor1b_4 = Instance.new("Part", backrotor)
  2660. rotor1b_4.Velocity = Vector3.new(-102.009, 0.178, -5.099)
  2661. rotor1b_4.CanCollide = false
  2662. rotor1b_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2663. rotor1b_4.TopSurface = Enum.SurfaceType.Smooth
  2664. rotor1b_4.Reflectance = 0.1
  2665. rotor1b_4.RotVelocity = Vector3.new(0.001, 2.971, 0.006)
  2666. rotor1b_4.Material = Enum.Material.SmoothPlastic
  2667. rotor1b_4.Size = Vector3.new(1, 0.4, 1)
  2668. rotor1b_4.Name = "Rotor1b"
  2669. rotor1b_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2670. rotor1b_4.CFrame = CFrame.new(98.729, 14.043, 71.356)* CFrame.Angles(-1.5708158016205, 0.028678752481937, 0.017088580876589)
  2671. rotor1b_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. rotor1b_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. rotor1b_4.BrickColor = BrickColor.new("New Yeller")
  2674. rotor1b_4.Friction = 0.3
  2675. rotor1b_4.BottomSurface = Enum.SurfaceType.Smooth
  2676.  
  2677. mesh_99 = Instance.new("SpecialMesh", rotor1b_4)
  2678. mesh_99.MeshType = Enum.MeshType.Brick
  2679.  
  2680. seat6 = Instance.new("Seat", mhuey)
  2681. seat6.Friction = 0.3
  2682. seat6.BottomSurface = Enum.SurfaceType.Smooth
  2683. seat6.CanCollide = false
  2684. seat6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2685. seat6.TopSurface = Enum.SurfaceType.Smooth
  2686. seat6.Reflectance = 0.1
  2687. seat6.Transparency = 1
  2688. seat6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2689. seat6.BrickColor = BrickColor.new("Really black")
  2690. seat6.Material = Enum.Material.SmoothPlastic
  2691. seat6.Size = Vector3.new(2.94, 0.4, 2)
  2692. seat6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. seat6.CFrame = CFrame.new(49.118, 10.252, 74.445)* CFrame.Angles(-3.1415903568268, 0.0076527842320502, -3.1409363746643)
  2694. seat6.Name = "Seat6"
  2695.  
  2696. mesh = Instance.new("BlockMesh", seat6)
  2697.  
  2698. local missile = Instance.new("Part", mhuey)
  2699. missile.FormFactor = Enum.FormFactor.Symmetric
  2700. missile.Material = Enum.Material.Metal
  2701. missile.Size = Vector3.new(1, 1, 13)
  2702. missile.Name = "Missile"
  2703. missile.CFrame = CFrame.new(43.366, 9.463, 63.371)* CFrame.Angles(7.0900182436162e-006, 1.5631847381592, 7.0900182436162e-006)
  2704. missile.BrickColor = BrickColor.new("Earth green")
  2705. missile.Friction = 0.3
  2706.  
  2707. mesh = Instance.new("SpecialMesh", missile)
  2708. mesh.MeshId = "http://roblox.com/asset/?id=2251534"
  2709. mesh.VertexColor = Vector3.new(0, 0, 0)
  2710. mesh.MeshType = Enum.MeshType.FileMesh
  2711.  
  2712.  
  2713.  
  2714. mhuey:BreakJoints()
  2715.  
  2716. local engine = mhuey.engine
  2717. local backrotor = mhuey.backrotor.rotormiddle
  2718. local mainrotor = mhuey.mainrotor.rotormiddle
  2719. backrotor:BreakJoints()
  2720. mainrotor:BreakJoints()
  2721.  
  2722. local prev
  2723. local parts = mhuey:GetChildren()
  2724.  
  2725. for i = 1,#parts do
  2726. 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
  2727. if (prev ~= nil)then
  2728. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  2729. local weld = Instance.new("Weld")
  2730. weld.Part0 = prev
  2731. weld.Part1 = parts[i]
  2732. weld.C0 = prev.CFrame:inverse()
  2733. weld.C1 = parts[i].CFrame:inverse()
  2734. weld.Parent = prev
  2735. end
  2736. prev = parts[i]
  2737. end
  2738. end
  2739. mhuey:MakeJoints()
  2740. mhuey.Parent = char
  2741. engine.CFrame = char["Left Leg"].CFrame*CFrame.new(5,5,16)
  2742.  
  2743. local prev
  2744. local parts = mhuey.mainrotor:GetChildren()
  2745.  
  2746. for i = 1,#parts do
  2747. 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
  2748. if (prev ~= nil)then
  2749. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  2750. local weld = Instance.new("Weld")
  2751. weld.Part0 = prev
  2752. weld.Part1 = parts[i]
  2753. weld.C0 = prev.CFrame:inverse()
  2754. weld.C1 = parts[i].CFrame:inverse()
  2755. weld.Parent = prev
  2756. end
  2757. prev = parts[i]
  2758. end
  2759. end
  2760. mainrotor:MakeJoints()
  2761.  
  2762. local prev
  2763. local parts = mhuey.backrotor:GetChildren()
  2764.  
  2765. for i = 1,#parts do
  2766. 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
  2767. if (prev ~= nil)then
  2768. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  2769. local weld = Instance.new("Weld")
  2770. weld.Part0 = prev
  2771. weld.Part1 = parts[i]
  2772. weld.C0 = prev.CFrame:inverse()
  2773. weld.C1 = parts[i].CFrame:inverse()
  2774. weld.Parent = prev
  2775. end
  2776. prev = parts[i]
  2777. end
  2778. end
  2779. backrotor:MakeJoints()
  2780.  
  2781. weld(mhuey.backrotor.rotormiddle, mhuey.backrotorpos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  2782. weld(mhuey.mainrotor.rotormiddle, mhuey.mainrotorpos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  2783. backrotor.Weld.Name = "rotorweld"
  2784. mainrotor.Weld.Name = "rotorweld"
  2785.  
  2786. --HeliSounds Start--
  2787. local enginesound=Instance.new("Sound")
  2788. enginesound.SoundId="http://www.roblox.com/asset/?id=134145308"
  2789. enginesound.PlayOnRemove=false
  2790. enginesound.Volume=0.95
  2791. enginesound.Looped=true
  2792. enginesound.Pitch = 1
  2793. enginesound.Parent=engine
  2794. local rotorsound=Instance.new("Sound")
  2795. rotorsound.SoundId="http://www.roblox.com/asset/?id=246930031"
  2796. rotorsound.PlayOnRemove=false
  2797. rotorsound.Volume=0.95
  2798. rotorsound.Looped=true
  2799. rotorsound.Pitch = rotateangle + 2
  2800. rotorsound.Parent=engine
  2801. --HeliSounds End--
  2802.  
  2803. --Gui Start--
  2804. local speedgui = Instance.new("ScreenGui", player.PlayerGui)
  2805. speedgui.Name = "SpeedGui"
  2806.  
  2807. local speedguibackground = Instance.new("Frame", speedgui)
  2808. speedguibackground.Size = UDim2.new(0, 20, 0, 200)
  2809. speedguibackground.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2810. speedguibackground.Name = "speedguibackground"
  2811. speedguibackground.Position = UDim2.new(0.8, 0, 0.1, 0)
  2812. speedguibackground.BorderSizePixel = 0
  2813. speedguibackground.BackgroundTransparency = 0.4
  2814. speedguibackground.BackgroundColor3 = Color3.new(1, 1, 1)
  2815.  
  2816. local speedbar = Instance.new("Frame", speedgui)
  2817. speedbar.Size = UDim2.new(0, 40, 0, 20)
  2818. speedbar.Draggable = true
  2819. speedbar.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2820. speedbar.Name = "speedbar"
  2821. speedbar.Position = UDim2.new(0.786, 0, 0.44, 0)
  2822. speedbar.BorderSizePixel = 0
  2823. speedbar.BackgroundTransparency = 0.1
  2824. speedbar.BackgroundColor3 = Color3.new(0, 0, 0)
  2825.  
  2826. local textlabel = Instance.new("TextLabel", speedgui)
  2827. textlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2828. textlabel.BackgroundTransparency = 1
  2829. textlabel.Size = UDim2.new(0, 200, 0, 50)
  2830. textlabel.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2831. textlabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2832. textlabel.Text = "Speed Meter"
  2833. textlabel.Position = UDim2.new(0.6, 0, 0.2, 0)
  2834. textlabel.Font = Enum.Font.SourceSans
  2835. textlabel.FontSize = Enum.FontSize.Size14
  2836.  
  2837. local speedadd = Instance.new("ImageButton", speedgui)
  2838. speedadd.BackgroundColor3 = Color3.new(1, 1, 1)
  2839. speedadd.Image = "http://www.roblox.com/asset/?id=13890082"
  2840. speedadd.Size = UDim2.new(0, 20, 0, 20)
  2841. speedadd.BackgroundTransparency = 1
  2842. speedadd.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2843. speedadd.Name = "speedadd"
  2844. speedadd.Position = UDim2.new(0.7, 0, 0.28, 0)
  2845.  
  2846. local speedsubtract = Instance.new("ImageButton", speedgui)
  2847. speedsubtract.BackgroundColor3 = Color3.new(1, 1, 1)
  2848. speedsubtract.Image = "http://www.roblox.com/asset/?id=57419479"
  2849. speedsubtract.Size = UDim2.new(0, 20, 0, 20)
  2850. speedsubtract.BackgroundTransparency = 1
  2851. speedsubtract.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2852. speedsubtract.Name = "speedsubtract"
  2853. speedsubtract.Position = UDim2.new(0.733, 0, 0.28, 0)
  2854.  
  2855.  
  2856. --Gui End--
  2857.  
  2858. speedadd.MouseButton1Click:connect(function()
  2859. speed = speed + 5
  2860. if speed >= 100 then speed = 100 end
  2861. textlabel.Text = "Speed:"..speed
  2862. print("Speed:"..speed)
  2863. speedbar.Position = UDim2.new(0.786, 0, speedbar.Position.Y.Scale - .02, 0)
  2864. end)
  2865. speedsubtract.MouseButton1Click:connect(function()
  2866. speed = speed - 5
  2867. if speed <= 0 then speed = 0 end
  2868. textlabel.Text = "Speed:"..speed
  2869. print("Speed:"..speed)
  2870. speedbar.Position = UDim2.new(0.786, 0, speedbar.Position.Y.Scale + .02, 0)
  2871. end)
  2872.  
  2873. local bg = Instance.new("BodyGyro",engine)
  2874. bg.D = 500
  2875. bg.MaxTorque = Vector3.new(0,0,0)
  2876. bg.P = 1000
  2877. local bv = Instance.new("BodyVelocity",engine)
  2878. bv.MaxForce = Vector3.new(0,0,0)
  2879. bv.P = 1250
  2880. bv.Velocity = Vector3.new(0,0.16,0)
  2881.  
  2882.  
  2883. mouse.KeyDown:connect(function(key)
  2884. if key == "y" and engineon == false then
  2885. mouse.Icon = "rbxasset://textures/GunCursor.png"
  2886. engineon = true
  2887. enginesound:Play()
  2888. rotorsound:Play()
  2889. while engineon == true do wait()
  2890. rotateangle = rotateangle + .2
  2891. if rotateangle >360 then rotateangle = 0 end
  2892. mainrotor.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),rotateangle,0)
  2893. backrotor.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),rotateangle,0)
  2894. end
  2895. end
  2896. end)
  2897.  
  2898. mouse.KeyDown:connect(function(key)
  2899. if key == "u" and engineon == true then
  2900. mouse.Icon = ""
  2901. engineon = false
  2902. heliready = false
  2903. bv.Velocity = Vector3.new(0,0,0)
  2904. bv.MaxForce = Vector3.new(0,0,0)
  2905. rotorsound:Stop()
  2906. enginesound:Stop()
  2907. elevation = 0
  2908. end
  2909. end)
  2910.  
  2911. mouse.KeyDown:connect(function(key)
  2912. if key == "e" and engineon == true then
  2913. bv.MaxForce = Vector3.new(9e20,9e20,9e20)
  2914. bv.Velocity = Vector3.new(bv.Velocity.x,10,bv.Velocity.z)
  2915. end
  2916. end)
  2917.  
  2918. mouse.KeyUp:connect(function(key)
  2919. if key == "e" and engineon == true then
  2920. bv.Velocity = Vector3.new(bv.Velocity.x,0,bv.Velocity.z)
  2921. end
  2922. end)
  2923.  
  2924. mouse.KeyDown:connect(function(key)
  2925. if key == "q" and engineon == true then
  2926. bv.MaxForce = Vector3.new(9e20,9e20,9e20)
  2927. bv.Velocity = Vector3.new(bv.Velocity.x,-10,bv.Velocity.z)
  2928. end
  2929. end)
  2930.  
  2931. mouse.KeyUp:connect(function(key)
  2932. if key == "q" and engineon == true then
  2933. bv.Velocity = Vector3.new(bv.Velocity.x,0,bv.Velocity.z)
  2934. end
  2935. end)
  2936.  
  2937.  
  2938. mouse.KeyDown:connect(function(key)
  2939. if key == "w" and engineon == true then
  2940. wpressed = true
  2941. bv.MaxForce = Vector3.new(9e20,9e20,9e20)
  2942. while wpressed == true do wait(.08)
  2943. bv.Velocity = (engine.CFrame.lookVector * speed) + Vector3.new(0,0,0)
  2944. end
  2945. end
  2946. end)
  2947.  
  2948. mouse.KeyUp:connect(function(key)
  2949. if key == "w" then
  2950. wpressed = false
  2951. bv.Velocity = Vector3.new(0,bv.Velocity.y,0)
  2952. end
  2953. end)
  2954.  
  2955. mouse.KeyDown:connect(function(key)
  2956. if key == "h" then
  2957. hpressed = hpressed + 1
  2958. if hpressed == 1 then
  2959. engine.Anchored = true
  2960. end
  2961. if hpressed == 2 then
  2962. hpressed = 0
  2963. engine.Anchored = false
  2964. end
  2965. end
  2966. end)
  2967.  
  2968. local gf = Instance.new("Sound",missile)
  2969. gf.Volume = 1
  2970. gf.SoundId = "rbxassetid://282537994"
  2971. gf.Pitch = 1
  2972.  
  2973. local canfire = true
  2974. function fire()
  2975. if canfire == true then
  2976. canfire = false
  2977. mouse.Icon = "rbxasset://textures/GunWaitCursor.png"
  2978. gf:Play()
  2979. local nmissile = missile:Clone()
  2980. nmissile.Name = "MHuey Missile"
  2981. nmissile.Parent = workspace
  2982. game.Debris:AddItem(nmissile,4)
  2983. missile.Transparency = 1
  2984.  
  2985. local bodyGyro = Instance.new('BodyGyro', nmissile)
  2986. bodyGyro.cframe = CFrame.new(missile.CFrame.p, mouse.Hit.p)
  2987. bodyGyro.maxTorque= Vector3.new(math.huge, math.huge, math.huge)
  2988. local bodyForce = Instance.new('BodyForce', nmissile)
  2989. bodyForce.force = Vector3.new(0, nmissile:GetMass() * 196.2, 0)
  2990. local fire = Instance.new('Fire', nmissile)
  2991. fire.Heat = 5
  2992. fire.Size = 2
  2993. local smoke2 = Instance.new("Smoke",nmissile)
  2994. game.Debris:AddItem(smoke2,2)
  2995. local bvelocity = Instance.new("BodyVelocity",nmissile)
  2996. bvelocity.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  2997. bvelocity.velocity = mouse.Hit.lookVector*135
  2998.  
  2999. nmissile.Touched:connect(function(h)
  3000. if (not h:isDescendantOf(mhuey)) then
  3001. if not h.Name:lower():find("base") then
  3002. h.Anchored = false
  3003. h.Velocity = char.Head.CFrame.lookVector*50
  3004. h:BreakJoints()
  3005. if h.Parent:FindFirstChild("Humanoid") then h.Parent.Humanoid:TakeDamage(9000) end
  3006. if h.Parent.className=="Model" then
  3007. h.Parent:BreakJoints()
  3008. end
  3009. end
  3010. local ex = Instance.new("Sound",nmissile)
  3011. ex.Volume = 5
  3012. ex.SoundId = "rbxassetid://138186576"
  3013. ex.Pitch = 1
  3014. ex:Play()
  3015. local exp=Instance.new("Explosion", workspace)
  3016. exp.Position=nmissile.Position
  3017. exp.BlastPressure=40
  3018. exp.BlastRadius=15
  3019. exp.Name = "RocketExplosion"
  3020. exp.ExplosionType = Enum.ExplosionType.CratersAndDebris
  3021. nmissile:Destroy()
  3022. end
  3023. end)
  3024. wait(2)
  3025. missile.Transparency = 0
  3026. canfire = true
  3027. mouse.Icon = "rbxasset://textures/GunCursor.png"
  3028. end
  3029. end
  3030.  
  3031. mouse.KeyDown:connect(function(key)
  3032. if key:byte() == 91 and engineon == true then
  3033. fire()
  3034. end
  3035. end)
  3036.  
  3037. local ppressed = 0
  3038. mouse.KeyDown:connect(function(key)
  3039. if key == "p" then
  3040. ppressed = ppressed + 1
  3041. if ppressed == 1 then
  3042. print("Missile View Enabled")
  3043. camera.CameraSubject = missile
  3044. end
  3045. if ppressed == 2 then
  3046. print("Missile View Disabled")
  3047. camera.CameraSubject = char.Humanoid
  3048. ppressed = 0
  3049. end
  3050. end
  3051. end)
  3052.  
  3053. game:GetService("RunService").Heartbeat:connect(function()
  3054. if wpressed == true and engineon == true then
  3055. bg.MaxTorque = Vector3.new(9e20,9e20,9e20)
  3056. bg.CFrame = CFrame.new(engine.CFrame.p, mouse.Hit.p)
  3057. end
  3058. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement