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