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