SHOW:
|
|
- or go back to the newest paste.
1 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
2 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
3 | do | |
4 | print("FE Compatibility code by Mokiros") | |
5 | script.Parent = Player.Character | |
6 | ||
7 | --RemoteEvent for communicating | |
8 | local Event = Instance.new("RemoteEvent") | |
9 | Event.Name = "UserInput_Event" | |
10 | ||
11 | --Fake event to make stuff like Mouse.KeyDown work | |
12 | local function fakeEvent() | |
13 | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end} | |
14 | t.connect = t.Connect | |
15 | return t | |
16 | end | |
17 | ||
18 | --Creating fake input objects with fake variables | |
19 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()} | |
20 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()} | |
21 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...) | |
22 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil | |
23 | end} | |
24 | --Merged 2 functions into one by checking amount of arguments | |
25 | CAS.UnbindAction = CAS.BindAction | |
26 | ||
27 | --This function will trigger the events that have been :Connect()'ed | |
28 | local function te(self,ev,...) | |
29 | local t = m[ev] | |
30 | if t and t._fakeEvent and t.Function then | |
31 | t.Function(...) | |
32 | end | |
33 | end | |
34 | m.TrigEvent = te | |
35 | UIS.TrigEvent = te | |
36 | ||
37 | Event.OnServerEvent:Connect(function(plr,io) | |
38 | if plr~=Player then return end | |
39 | if io.isMouse then | |
40 | m.Target = io.Target | |
41 | m.Hit = io.Hit | |
42 | else | |
43 | local b = io.UserInputState == Enum.UserInputState.Begin | |
44 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
45 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
46 | end | |
47 | for _,t in pairs(CAS.Actions) do | |
48 | for _,k in pairs(t.Keys) do | |
49 | if k==io.KeyCode then | |
50 | t.Function(t.Name,io.UserInputState,io) | |
51 | end | |
52 | end | |
53 | end | |
54 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
55 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
56 | end | |
57 | end) | |
58 | Event.Parent = NLS([==[ | |
59 | local Player = game:GetService("Players").LocalPlayer | |
60 | local Event = script:WaitForChild("UserInput_Event") | |
61 | ||
62 | local UIS = game:GetService("UserInputService") | |
63 | local input = function(io,a) | |
64 | if a then return end | |
65 | --Since InputObject is a client-side instance, we create and pass table instead | |
66 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState}) | |
67 | end | |
68 | UIS.InputBegan:Connect(input) | |
69 | UIS.InputEnded:Connect(input) | |
70 | ||
71 | local Mouse = Player:GetMouse() | |
72 | local h,t | |
73 | --Give the server mouse data 30 times every second, but only if the values changed | |
74 | --If player is not moving their mouse, client won't fire events | |
75 | while wait(1/30) do | |
76 | if h~=Mouse.Hit or t~=Mouse.Target then | |
77 | h,t=Mouse.Hit,Mouse.Target | |
78 | Event:FireServer({isMouse=true,Target=t,Hit=h}) | |
79 | end | |
80 | end]==],Player.Character) | |
81 | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS | |
82 | end | |
83 | ||
84 | ||
85 | ||
86 | ||
87 | ||
88 | ||
89 | ||
90 | ||
91 | ||
92 | ||
93 | wait(2) | |
94 | ||
95 | - | local plr = game:GetService("Players").Originickname |
95 | + | local plr = game:GetService("Players").lafur2 |
96 | local char = plr.Character | |
97 | local camera = game:GetService("Workspace").CurrentCamera | |
98 | local fly = false | |
99 | local campos = CFrame.new(0,0,0) | |
100 | ||
101 | local wd,ad,sd,dd,qd,ed,rd,fd,moused = false,false,false,false,false,false,false,false,false | |
102 | ||
103 | local returnhome = true | |
104 | local gun = false | |
105 | local gcd = false | |
106 | local shooting = false | |
107 | local tPitch = 3 | |
108 | ||
109 | local tCf = CFrame.new(0,20,0) | |
110 | ||
111 | o1 = Instance.new("Model") | |
112 | o2 = Instance.new("Part") | |
113 | o3 = Instance.new("BlockMesh") | |
114 | o4 = Instance.new("Part") | |
115 | o5 = Instance.new("BlockMesh") | |
116 | o6 = Instance.new("Part") | |
117 | o7 = Instance.new("Part") | |
118 | o8 = Instance.new("BlockMesh") | |
119 | o9 = Instance.new("Part") | |
120 | o10 = Instance.new("BlockMesh") | |
121 | o11 = Instance.new("Part") | |
122 | o12 = Instance.new("CylinderMesh") | |
123 | o13 = Instance.new("Part") | |
124 | o14 = Instance.new("BlockMesh") | |
125 | o15 = Instance.new("Part") | |
126 | o16 = Instance.new("BlockMesh") | |
127 | o17 = Instance.new("Part") | |
128 | o18 = Instance.new("BlockMesh") | |
129 | o19 = Instance.new("Part") | |
130 | o20 = Instance.new("Part") | |
131 | o21 = Instance.new("BlockMesh") | |
132 | o22 = Instance.new("Part") | |
133 | o23 = Instance.new("BlockMesh") | |
134 | o24 = Instance.new("Part") | |
135 | o25 = Instance.new("BlockMesh") | |
136 | o26 = Instance.new("Part") | |
137 | o27 = Instance.new("Part") | |
138 | o28 = Instance.new("Part") | |
139 | o29 = Instance.new("BlockMesh") | |
140 | o30 = Instance.new("Part") | |
141 | o31 = Instance.new("BlockMesh") | |
142 | o32 = Instance.new("Part") | |
143 | o33 = Instance.new("Part") | |
144 | o34 = Instance.new("BlockMesh") | |
145 | o35 = Instance.new("Part") | |
146 | o36 = Instance.new("CylinderMesh") | |
147 | o37 = Instance.new("Part") | |
148 | o38 = Instance.new("CylinderMesh") | |
149 | o39 = Instance.new("SpotLight") | |
150 | o40 = Instance.new("Model") | |
151 | o41 = Instance.new("Part") | |
152 | o42 = Instance.new("BlockMesh") | |
153 | o43 = Instance.new("Part") | |
154 | o44 = Instance.new("BlockMesh") | |
155 | o45 = Instance.new("Part") | |
156 | o46 = Instance.new("BlockMesh") | |
157 | o47 = Instance.new("Part") | |
158 | o48 = Instance.new("BlockMesh") | |
159 | o49 = Instance.new("Part") | |
160 | o50 = Instance.new("BlockMesh") | |
161 | o51 = Instance.new("Part") | |
162 | o52 = Instance.new("BlockMesh") | |
163 | o53 = Instance.new("Model") | |
164 | o54 = Instance.new("Part") | |
165 | o55 = Instance.new("BlockMesh") | |
166 | o56 = Instance.new("Part") | |
167 | o57 = Instance.new("BlockMesh") | |
168 | o58 = Instance.new("Part") | |
169 | o59 = Instance.new("BlockMesh") | |
170 | o60 = Instance.new("Part") | |
171 | o61 = Instance.new("BlockMesh") | |
172 | o62 = Instance.new("Part") | |
173 | o63 = Instance.new("BlockMesh") | |
174 | o64 = Instance.new("Part") | |
175 | o65 = Instance.new("BlockMesh") | |
176 | o66 = Instance.new("Part") | |
177 | o67 = Instance.new("BlockMesh") | |
178 | o68 = Instance.new("Part") | |
179 | o69 = Instance.new("BlockMesh") | |
180 | o70 = Instance.new("Part") | |
181 | o71 = Instance.new("Model") | |
182 | o72 = Instance.new("Part") | |
183 | o73 = Instance.new("BlockMesh") | |
184 | o74 = Instance.new("Part") | |
185 | o75 = Instance.new("BlockMesh") | |
186 | o76 = Instance.new("Part") | |
187 | o77 = Instance.new("BlockMesh") | |
188 | o78 = Instance.new("Part") | |
189 | o79 = Instance.new("BlockMesh") | |
190 | o80 = Instance.new("Part") | |
191 | o81 = Instance.new("BlockMesh") | |
192 | o82 = Instance.new("Part") | |
193 | o83 = Instance.new("BlockMesh") | |
194 | o84 = Instance.new("Model") | |
195 | o85 = Instance.new("Part") | |
196 | o86 = Instance.new("BlockMesh") | |
197 | o87 = Instance.new("Part") | |
198 | o88 = Instance.new("BlockMesh") | |
199 | o89 = Instance.new("Part") | |
200 | o90 = Instance.new("BlockMesh") | |
201 | o91 = Instance.new("Part") | |
202 | o92 = Instance.new("BlockMesh") | |
203 | o93 = Instance.new("Part") | |
204 | o94 = Instance.new("BlockMesh") | |
205 | o95 = Instance.new("Part") | |
206 | o96 = Instance.new("BlockMesh") | |
207 | o97 = Instance.new("Part") | |
208 | o98 = Instance.new("Model") | |
209 | o99 = Instance.new("Part") | |
210 | o100 = Instance.new("CylinderMesh") | |
211 | o101 = Instance.new("Part") | |
212 | o102 = Instance.new("CylinderMesh") | |
213 | o103 = Instance.new("Part") | |
214 | o104 = Instance.new("CylinderMesh") | |
215 | o105 = Instance.new("Part") | |
216 | o106 = Instance.new("CylinderMesh") | |
217 | o107 = Instance.new("Part") | |
218 | o108 = Instance.new("CylinderMesh") | |
219 | o109 = Instance.new("Part") | |
220 | local s = Instance.new("Sound",char) | |
221 | s.SoundId = "http://www.roblox.com/asset/?id=146830287" | |
222 | s.Parent = o1.PrimaryPart | |
223 | s.Pitch = 1 | |
224 | s.Volume = 1 | |
225 | s.Looped = true | |
226 | wait(0.1) | |
227 | s:play() | |
228 | ||
229 | o1.Name = "Drone" | |
230 | - | o1.Parent = game.Players.Originickname.Character |
230 | + | o1.Parent = game.Players.lafur2.Character |
231 | o2.Parent = o1 | |
232 | o2.Material = Enum.Material.SmoothPlastic | |
233 | o2.BrickColor = BrickColor.new("Institutional white") | |
234 | o2.Position = Vector3.new(13.0515203, 41.184063, -70.0561295) | |
235 | o2.Anchored = true | |
236 | o2.CanCollide = false | |
237 | o2.Size = Vector3.new(0.200000003, 0.200000003, 0.432551533) | |
238 | o2.CFrame = CFrame.new(13.0515203, 41.184063, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
239 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
240 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
241 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
242 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
243 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
244 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
245 | o2.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
246 | o2.Position = Vector3.new(13.0515203, 41.184063, -70.0561295) | |
247 | o3.Parent = o2 | |
248 | o3.Scale = Vector3.new(0.337930918, 0.270344734, 1) | |
249 | o4.Parent = o1 | |
250 | o4.Material = Enum.Material.SmoothPlastic | |
251 | o4.BrickColor = BrickColor.new("Institutional white") | |
252 | o4.Position = Vector3.new(11.0104322, 40.8393707, -70.0561218) | |
253 | o4.Anchored = true | |
254 | o4.CanCollide = false | |
255 | o4.Size = Vector3.new(0.200000003, 0.7434479, 0.432551622) | |
256 | o4.CFrame = CFrame.new(11.0104322, 40.8393707, -70.0561218, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
257 | o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
258 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
259 | o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
260 | o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
261 | o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
262 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
263 | o4.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
264 | o4.Position = Vector3.new(11.0104322, 40.8393707, -70.0561218) | |
265 | o5.Parent = o4 | |
266 | o5.Scale = Vector3.new(0.337930918, 1, 1) | |
267 | o6.Parent = o1 | |
268 | o6.Material = Enum.Material.SmoothPlastic | |
269 | o6.BrickColor = BrickColor.new("Institutional white") | |
270 | o6.Position = Vector3.new(12.0309782, 40.8393707, -70.5968246) | |
271 | o6.Anchored = true | |
272 | o6.Size = Vector3.new(2.10868883, 0.7434479, 0.648827374) | |
273 | o6.CFrame = CFrame.new(12.0309782, 40.8393707, -70.5968246, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
274 | o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
275 | o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
276 | o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
277 | o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
278 | o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
279 | o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
280 | o6.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
281 | o6.Position = Vector3.new(12.0309782, 40.8393707, -70.5968246) | |
282 | o7.Parent = o1 | |
283 | o7.Material = Enum.Material.SmoothPlastic | |
284 | o7.BrickColor = BrickColor.new("Institutional white") | |
285 | o7.Position = Vector3.new(13.0380087, 40.9340019, -70.0561295) | |
286 | o7.Anchored = true | |
287 | o7.CanCollide = false | |
288 | o7.Size = Vector3.new(0.200000003, 0.446068704, 0.432551533) | |
289 | o7.CFrame = CFrame.new(13.0380087, 40.9340019, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
290 | o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
291 | o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
292 | o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
293 | o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
294 | o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
295 | o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
296 | o7.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
297 | o7.Position = Vector3.new(13.0380087, 40.9340019, -70.0561295) | |
298 | o8.Parent = o7 | |
299 | o8.Scale = Vector3.new(0.202758551, 1, 1) | |
300 | o9.Parent = o1 | |
301 | o9.Material = Enum.Material.SmoothPlastic | |
302 | o9.BrickColor = BrickColor.new("Institutional white") | |
303 | o9.Position = Vector3.new(13.0515203, 40.4946709, -70.0561295) | |
304 | o9.Anchored = true | |
305 | o9.CanCollide = false | |
306 | o9.Size = Vector3.new(0.200000003, 0.200000003, 0.432551533) | |
307 | o9.CFrame = CFrame.new(13.0515203, 40.4946709, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
308 | o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
309 | o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
310 | o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
311 | o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
312 | o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
313 | o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
314 | o9.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
315 | o9.Position = Vector3.new(13.0515203, 40.4946709, -70.0561295) | |
316 | o10.Parent = o9 | |
317 | o10.Scale = Vector3.new(0.337930918, 0.270344734, 1) | |
318 | o11.Parent = o1 | |
319 | o11.Material = Enum.Material.SmoothPlastic | |
320 | o11.BrickColor = BrickColor.new("Really black") | |
321 | o11.Position = Vector3.new(13.0447683, 40.9407463, -70.0561218) | |
322 | o11.Rotation = Vector3.new(-0, 0, -89.9999771) | |
323 | o11.Anchored = true | |
324 | o11.CanCollide = false | |
325 | o11.Size = Vector3.new(0.432551593, 0.200000003, 0.432551533) | |
326 | o11.CFrame = CFrame.new(13.0447683, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1) | |
327 | o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
328 | o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
329 | o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
330 | o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
331 | o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
332 | o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
333 | o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
334 | o11.Position = Vector3.new(13.0447683, 40.9407463, -70.0561218) | |
335 | o12.Parent = o11 | |
336 | o12.Scale = Vector3.new(1, 0.270344734, 1) | |
337 | o13.Parent = o1 | |
338 | o13.Material = Enum.Material.SmoothPlastic | |
339 | o13.BrickColor = BrickColor.new("Institutional white") | |
340 | o13.Position = Vector3.new(11.6057615, 40.8393707, -71.2487564) | |
341 | o13.Rotation = Vector3.new(-180, 14.9999971, -180) | |
342 | o13.Anchored = true | |
343 | o13.CanCollide = false | |
344 | o13.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003) | |
345 | o13.CFrame = CFrame.new(11.6057615, 40.8393707, -71.2487564, -0.965925872, 0, 0.258818984, 0, 1, 0, -0.258818984, 0, -0.965925872) | |
346 | o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
347 | o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
348 | o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
349 | o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
350 | o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
351 | o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
352 | o13.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
353 | o13.Position = Vector3.new(11.6057615, 40.8393707, -71.2487564) | |
354 | o14.Parent = o13 | |
355 | o14.Scale = Vector3.new(1, 0.473103225, 0.946206748) | |
356 | o15.Parent = o1 | |
357 | o15.Material = Enum.Material.SmoothPlastic | |
358 | o15.BrickColor = BrickColor.new("Institutional white") | |
359 | o15.Position = Vector3.new(12.0377378, 40.8393707, -69.1775131) | |
360 | o15.Anchored = true | |
361 | o15.CanCollide = false | |
362 | o15.Size = Vector3.new(1.82482684, 0.608275533, 0.200000003) | |
363 | o15.CFrame = CFrame.new(12.0377378, 40.8393707, -69.1775131, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
364 | o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
365 | o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
366 | o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
367 | o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
368 | o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
369 | o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
370 | o15.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
371 | o15.Position = Vector3.new(12.0377378, 40.8393707, -69.1775131) | |
372 | o16.Parent = o15 | |
373 | o16.Scale = Vector3.new(1, 1, 0.540689588) | |
374 | o17.Parent = o1 | |
375 | o17.Material = Enum.Material.SmoothPlastic | |
376 | o17.BrickColor = BrickColor.new("Institutional white") | |
377 | o17.Position = Vector3.new(11.5763578, 40.8393707, -68.866394) | |
378 | o17.Rotation = Vector3.new(-0, 14.9999971, -180) | |
379 | o17.Anchored = true | |
380 | o17.CanCollide = false | |
381 | o17.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003) | |
382 | o17.CFrame = CFrame.new(11.5763578, 40.8393707, -68.866394, -0.965925872, 0, 0.258818984, 0, -1, 0, 0.258818984, 0, 0.965925872) | |
383 | o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
384 | o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
385 | o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
386 | o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
387 | o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
388 | o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
389 | o17.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
390 | o17.Position = Vector3.new(11.5763578, 40.8393707, -68.866394) | |
391 | o18.Parent = o17 | |
392 | o18.Scale = Vector3.new(1, 0.473103225, 0.946206748) | |
393 | o19.Parent = o1 | |
394 | o19.Material = Enum.Material.SmoothPlastic | |
395 | o19.BrickColor = BrickColor.new("Institutional white") | |
396 | o19.Position = Vector3.new(13.1865072, 40.8325996, -71.4201889) | |
397 | o19.Rotation = Vector3.new(-180, -14.9999971, -0) | |
398 | o19.Anchored = true | |
399 | o19.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302) | |
400 | o19.CFrame = CFrame.new(13.1865072, 40.8325996, -71.4201889, 0.965925872, 0, -0.258818984, 0, -1, 0, -0.258818984, 0, -0.965925872) | |
401 | o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
402 | o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
403 | o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
404 | o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
405 | o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
406 | o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
407 | o19.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
408 | o19.Position = Vector3.new(13.1865072, 40.8325996, -71.4201889) | |
409 | o20.Parent = o1 | |
410 | o20.Material = Enum.Material.SmoothPlastic | |
411 | o20.BrickColor = BrickColor.new("Institutional white") | |
412 | o20.Position = Vector3.new(12.0650892, 40.8393707, -71.0390167) | |
413 | o20.Rotation = Vector3.new(-180, 0, -180) | |
414 | o20.Anchored = true | |
415 | o20.CanCollide = false | |
416 | o20.Size = Vector3.new(0.432551652, 0.202758521, 0.200000003) | |
417 | o20.CFrame = CFrame.new(12.0650892, 40.8393707, -71.0390167, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
418 | o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
419 | o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
420 | o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
421 | o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
422 | o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
423 | o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
424 | o20.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
425 | o20.Position = Vector3.new(12.0650892, 40.8393707, -71.0390167) | |
426 | o21.Parent = o20 | |
427 | o21.Scale = Vector3.new(1, 1, 0.878620446) | |
428 | o22.Parent = o1 | |
429 | o22.Material = Enum.Material.SmoothPlastic | |
430 | o22.BrickColor = BrickColor.new("Institutional white") | |
431 | o22.Position = Vector3.new(12.517333, 40.8393707, -68.866394) | |
432 | o22.Rotation = Vector3.new(-0, -15.0000248, -0) | |
433 | o22.Anchored = true | |
434 | o22.CanCollide = false | |
435 | o22.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003) | |
436 | o22.CFrame = CFrame.new(12.517333, 40.8393707, -68.866394, 0.965927541, 0, -0.258819461, 0, 1, 0, 0.258819461, 0, 0.965927541) | |
437 | o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
438 | o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
439 | o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
440 | o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
441 | o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
442 | o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
443 | o22.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
444 | o22.Position = Vector3.new(12.517333, 40.8393707, -68.866394) | |
445 | o23.Parent = o22 | |
446 | o23.Scale = Vector3.new(1, 0.473103225, 0.946206748) | |
447 | o24.Parent = o1 | |
448 | o24.Material = Enum.Material.SmoothPlastic | |
449 | o24.BrickColor = BrickColor.new("Institutional white") | |
450 | o24.Position = Vector3.new(12.0242186, 40.8393707, -70.9347534) | |
451 | o24.Anchored = true | |
452 | o24.CanCollide = false | |
453 | o24.Size = Vector3.new(1.85186148, 0.608275533, 0.200000003) | |
454 | o24.CFrame = CFrame.new(12.0242186, 40.8393707, -70.9347534, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
455 | o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
456 | o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
457 | o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
458 | o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
459 | o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
460 | o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
461 | o24.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
462 | o24.Position = Vector3.new(12.0242186, 40.8393707, -70.9347534) | |
463 | o25.Parent = o24 | |
464 | o25.Scale = Vector3.new(1, 1, 0.540689588) | |
465 | o26.Parent = o1 | |
466 | o26.Material = Enum.Material.SmoothPlastic | |
467 | o26.BrickColor = BrickColor.new("Institutional white") | |
468 | o26.Position = Vector3.new(10.936595, 40.8325996, -68.6949692) | |
469 | o26.Rotation = Vector3.new(-0, 14.9999971, -180) | |
470 | o26.Anchored = true | |
471 | o26.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302) | |
472 | o26.CFrame = CFrame.new(10.936595, 40.8325996, -68.6949692, -0.965925872, 0, 0.258818984, 0, -1, 0, 0.258818984, 0, 0.965925872) | |
473 | o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
474 | o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
475 | o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
476 | o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
477 | o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
478 | o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
479 | o26.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
480 | o26.Position = Vector3.new(10.936595, 40.8325996, -68.6949692) | |
481 | o27.Parent = o1 | |
482 | o27.Material = Enum.Material.SmoothPlastic | |
483 | o27.BrickColor = BrickColor.new("Institutional white") | |
484 | o27.Position = Vector3.new(10.9659986, 40.8325996, -71.4201889) | |
485 | o27.Rotation = Vector3.new(-180, 14.9999971, -180) | |
486 | o27.Anchored = true | |
487 | o27.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302) | |
488 | o27.CFrame = CFrame.new(10.9659986, 40.8325996, -71.4201889, -0.965925872, 0, 0.258818984, 0, 1, 0, -0.258818984, 0, -0.965925872) | |
489 | o27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
490 | o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
491 | o27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
492 | o27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
493 | o27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
494 | o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
495 | o27.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
496 | o27.Position = Vector3.new(10.9659986, 40.8325996, -71.4201889) | |
497 | o28.Parent = o1 | |
498 | o28.Material = Enum.Material.SmoothPlastic | |
499 | o28.BrickColor = BrickColor.new("Institutional white") | |
500 | o28.Position = Vector3.new(12.0580168, 40.8393707, -69.0761337) | |
501 | o28.Anchored = true | |
502 | o28.CanCollide = false | |
503 | o28.Size = Vector3.new(0.432551652, 0.202758521, 0.200000003) | |
504 | o28.CFrame = CFrame.new(12.0580168, 40.8393707, -69.0761337, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
505 | o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
506 | o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
507 | o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
508 | o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
509 | o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
510 | o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
511 | o28.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
512 | o28.Position = Vector3.new(12.0580168, 40.8393707, -69.0761337) | |
513 | o29.Parent = o28 | |
514 | o29.Scale = Vector3.new(1, 1, 0.878620446) | |
515 | o30.Parent = o1 | |
516 | o30.Material = Enum.Material.SmoothPlastic | |
517 | o30.BrickColor = BrickColor.new("Institutional white") | |
518 | o30.Position = Vector3.new(12.0580168, 40.8393707, -69.0355835) | |
519 | o30.Anchored = true | |
520 | o30.CanCollide = false | |
521 | o30.Size = Vector3.new(0.405517191, 0.200000003, 0.256827533) | |
522 | o30.CFrame = CFrame.new(12.0580168, 40.8393707, -69.0355835, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
523 | o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
524 | o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
525 | o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
526 | o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
527 | o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
528 | o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
529 | o30.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
530 | o30.Position = Vector3.new(12.0580168, 40.8393707, -69.0355835) | |
531 | o31.Parent = o30 | |
532 | o31.Scale = Vector3.new(1, 0.473103225, 1) | |
533 | o32.Parent = o1 | |
534 | o32.Material = Enum.Material.SmoothPlastic | |
535 | o32.BrickColor = BrickColor.new("Institutional white") | |
536 | o32.Position = Vector3.new(13.1571112, 40.8325996, -68.6949692) | |
537 | o32.Rotation = Vector3.new(-0, -15.0000248, -0) | |
538 | o32.Anchored = true | |
539 | o32.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302) | |
540 | o32.CFrame = CFrame.new(13.1571112, 40.8325996, -68.6949692, 0.965927541, 0, -0.258819461, 0, 1, 0, 0.258819461, 0, 0.965927541) | |
541 | o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
542 | o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
543 | o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
544 | o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
545 | o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
546 | o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
547 | o32.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
548 | o32.Position = Vector3.new(13.1571112, 40.8325996, -68.6949692) | |
549 | o33.Parent = o1 | |
550 | o33.Material = Enum.Material.SmoothPlastic | |
551 | o33.BrickColor = BrickColor.new("Institutional white") | |
552 | o33.Position = Vector3.new(12.5467367, 40.8393707, -71.2487564) | |
553 | o33.Rotation = Vector3.new(-180, -14.9999971, -0) | |
554 | o33.Anchored = true | |
555 | o33.CanCollide = false | |
556 | o33.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003) | |
557 | o33.CFrame = CFrame.new(12.5467367, 40.8393707, -71.2487564, 0.965925872, 0, -0.258818984, 0, -1, 0, -0.258818984, 0, -0.965925872) | |
558 | o33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
559 | o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
560 | o33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
561 | o33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
562 | o33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
563 | o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
564 | o33.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
565 | o33.Position = Vector3.new(12.5467367, 40.8393707, -71.2487564) | |
566 | o34.Parent = o33 | |
567 | o34.Scale = Vector3.new(1, 0.473103225, 0.946206748) | |
568 | o35.Parent = o1 | |
569 | o35.Material = Enum.Material.Neon | |
570 | o35.BrickColor = BrickColor.new("Institutional white") | |
571 | o35.Position = Vector3.new(13.05828, 40.9407463, -70.0561218) | |
572 | o35.Rotation = Vector3.new(-0, 0, -89.9999771) | |
573 | o35.Anchored = true | |
574 | o35.CanCollide = false | |
575 | o35.Size = Vector3.new(0.324413657, 0.200000003, 0.432551533) | |
576 | o35.CFrame = CFrame.new(13.05828, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1) | |
577 | o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
578 | o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
579 | o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
580 | o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
581 | o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
582 | o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
583 | o35.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
584 | o35.Position = Vector3.new(13.05828, 40.9407463, -70.0561218) | |
585 | o36.Parent = o35 | |
586 | o36.Scale = Vector3.new(1, 0.405517131, 1) | |
587 | o37.Name = "Eye" | |
588 | o37.Parent = o1 | |
589 | o37.Material = Enum.Material.Neon | |
590 | o37.BrickColor = BrickColor.new("Lime green") | |
591 | o37.Position = Vector3.new(13.0515203, 40.9407463, -70.0561218) | |
592 | o37.Rotation = Vector3.new(-0, 0, -89.9999771) | |
593 | o37.Anchored = true | |
594 | o37.CanCollide = false | |
595 | o37.Size = Vector3.new(0.405517131, 0.200000003, 0.432551533) | |
596 | o37.CFrame = CFrame.new(13.0515203, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1) | |
597 | o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
598 | o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
599 | o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
600 | o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
601 | o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
602 | o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
603 | o37.Color = Color3.new(0, 1, 0) | |
604 | o37.Position = Vector3.new(13.0515203, 40.9407463, -70.0561218) | |
605 | o38.Parent = o37 | |
606 | o38.Scale = Vector3.new(1, 0.337930918, 1) | |
607 | o39.Parent = o37 | |
608 | o39.Color = Color3.new(0, 1, 0) | |
609 | o39.Brightness = 3 | |
610 | o39.Face = Enum.NormalId.Top | |
611 | o39.Name = "Light" | |
612 | o40.Name = "Rotor4" | |
613 | o40.Parent = o1 | |
614 | o40.PrimaryPart = o41 | |
615 | o41.Name = "Main" | |
616 | o41.Parent = o40 | |
617 | o41.Material = Enum.Material.SmoothPlastic | |
618 | o41.BrickColor = BrickColor.new("Fossil") | |
619 | o41.Position = Vector3.new(13.1841497, 41.1367531, -71.4254456) | |
620 | o41.Anchored = true | |
621 | o41.CanCollide = false | |
622 | o41.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003) | |
623 | o41.CFrame = CFrame.new(13.1841497, 41.1367531, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
624 | o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
625 | o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
626 | o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
627 | o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
628 | o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
629 | o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
630 | o41.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
631 | o41.Position = Vector3.new(13.1841497, 41.1367531, -71.4254456) | |
632 | o42.Parent = o41 | |
633 | o42.Scale = Vector3.new(0.405518085, 1, 0.40551728) | |
634 | o43.Parent = o40 | |
635 | o43.Material = Enum.Material.SmoothPlastic | |
636 | o43.BrickColor = BrickColor.new("Fossil") | |
637 | o43.Position = Vector3.new(13.1841497, 41.3597794, -71.4254456) | |
638 | o43.Anchored = true | |
639 | o43.CanCollide = false | |
640 | o43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
641 | o43.CFrame = CFrame.new(13.1841497, 41.3597794, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
642 | o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
643 | o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
644 | o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
645 | o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
646 | o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
647 | o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
648 | o43.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
649 | o43.Position = Vector3.new(13.1841497, 41.3597794, -71.4254456) | |
650 | o44.Parent = o43 | |
651 | o44.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766) | |
652 | o45.Parent = o40 | |
653 | o45.Material = Enum.Material.SmoothPlastic | |
654 | o45.BrickColor = BrickColor.new("Fossil") | |
655 | o45.Position = Vector3.new(13.1841497, 41.3597794, -71.1821365) | |
656 | o45.Rotation = Vector3.new(-0, 0, -14.9999666) | |
657 | o45.Anchored = true | |
658 | o45.CanCollide = false | |
659 | o45.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
660 | o45.CFrame = CFrame.new(13.1841497, 41.3597794, -71.1821365, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1) | |
661 | o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
662 | o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
663 | o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
664 | o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
665 | o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
666 | o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
667 | o45.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
668 | o45.Position = Vector3.new(13.1841497, 41.3597794, -71.1821365) | |
669 | o46.Parent = o45 | |
670 | o46.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
671 | o47.Parent = o40 | |
672 | o47.Material = Enum.Material.SmoothPlastic | |
673 | o47.BrickColor = BrickColor.new("Fossil") | |
674 | o47.Position = Vector3.new(12.9408331, 41.3597794, -71.4254456) | |
675 | o47.Rotation = Vector3.new(14.999939, -90, 0) | |
676 | o47.Anchored = true | |
677 | o47.CanCollide = false | |
678 | o47.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
679 | o47.CFrame = CFrame.new(12.9408331, 41.3597794, -71.4254456, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0) | |
680 | o47.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
681 | o47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
682 | o47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
683 | o47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
684 | o47.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
685 | o47.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
686 | o47.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
687 | o47.Position = Vector3.new(12.9408331, 41.3597794, -71.4254456) | |
688 | o48.Parent = o47 | |
689 | o48.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
690 | o49.Parent = o40 | |
691 | o49.Material = Enum.Material.SmoothPlastic | |
692 | o49.BrickColor = BrickColor.new("Fossil") | |
693 | o49.Position = Vector3.new(13.1841497, 41.3597794, -71.6687622) | |
694 | o49.Rotation = Vector3.new(-0, 0, 14.9999952) | |
695 | o49.Anchored = true | |
696 | o49.CanCollide = false | |
697 | o49.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
698 | o49.CFrame = CFrame.new(13.1841497, 41.3597794, -71.6687622, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1) | |
699 | o49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
700 | o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
701 | o49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
702 | o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
703 | o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
704 | o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
705 | o49.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
706 | o49.Position = Vector3.new(13.1841497, 41.3597794, -71.6687622) | |
707 | o50.Parent = o49 | |
708 | o50.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
709 | o51.Parent = o40 | |
710 | o51.Material = Enum.Material.SmoothPlastic | |
711 | o51.BrickColor = BrickColor.new("Fossil") | |
712 | o51.Position = Vector3.new(13.4274492, 41.3597794, -71.4254532) | |
713 | o51.Rotation = Vector3.new(-14.9999952, -90, 0) | |
714 | o51.Anchored = true | |
715 | o51.CanCollide = false | |
716 | o51.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
717 | o51.CFrame = CFrame.new(13.4274492, 41.3597794, -71.4254532, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0) | |
718 | o51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
719 | o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
720 | o51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
721 | o51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
722 | o51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
723 | o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
724 | o51.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
725 | o51.Position = Vector3.new(13.4274492, 41.3597794, -71.4254532) | |
726 | o52.Parent = o51 | |
727 | o52.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
728 | o53.Name = "Rotor3" | |
729 | o53.Parent = o1 | |
730 | o53.PrimaryPart = o54 | |
731 | o54.Name = "Main" | |
732 | o54.Parent = o53 | |
733 | o54.Material = Enum.Material.SmoothPlastic | |
734 | o54.BrickColor = BrickColor.new("Fossil") | |
735 | o54.Position = Vector3.new(10.9673338, 41.1367531, -71.4254456) | |
736 | o54.Anchored = true | |
737 | o54.CanCollide = false | |
738 | o54.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003) | |
739 | o54.CFrame = CFrame.new(10.9673338, 41.1367531, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
740 | o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
741 | o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
742 | o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
743 | o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
744 | o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
745 | o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
746 | o54.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
747 | o54.Position = Vector3.new(10.9673338, 41.1367531, -71.4254456) | |
748 | o55.Parent = o54 | |
749 | o55.Scale = Vector3.new(0.405518085, 1, 0.40551728) | |
750 | o56.Parent = o53 | |
751 | o56.Material = Enum.Material.SmoothPlastic | |
752 | o56.BrickColor = BrickColor.new("Fossil") | |
753 | o56.Position = Vector3.new(10.9673338, 41.3597794, -71.4254456) | |
754 | o56.Anchored = true | |
755 | o56.CanCollide = false | |
756 | o56.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
757 | o56.CFrame = CFrame.new(10.9673338, 41.3597794, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
758 | o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
759 | o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
760 | o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
761 | o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
762 | o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
763 | o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
764 | o56.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
765 | o56.Position = Vector3.new(10.9673338, 41.3597794, -71.4254456) | |
766 | o57.Parent = o56 | |
767 | o57.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766) | |
768 | o58.Parent = o53 | |
769 | o58.Material = Enum.Material.SmoothPlastic | |
770 | o58.BrickColor = BrickColor.new("Fossil") | |
771 | o58.Position = Vector3.new(10.9673338, 41.3597794, -71.1821365) | |
772 | o58.Rotation = Vector3.new(-0, 0, -14.9999666) | |
773 | o58.Anchored = true | |
774 | o58.CanCollide = false | |
775 | o58.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
776 | o58.CFrame = CFrame.new(10.9673338, 41.3597794, -71.1821365, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1) | |
777 | o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
778 | o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
779 | o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
780 | o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
781 | o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
782 | o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
783 | o58.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
784 | o58.Position = Vector3.new(10.9673338, 41.3597794, -71.1821365) | |
785 | o59.Parent = o58 | |
786 | o59.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
787 | o60.Parent = o53 | |
788 | o60.Material = Enum.Material.SmoothPlastic | |
789 | o60.BrickColor = BrickColor.new("Fossil") | |
790 | o60.Position = Vector3.new(10.7240248, 41.3597794, -71.4254456) | |
791 | o60.Rotation = Vector3.new(14.999939, -90, 0) | |
792 | o60.Anchored = true | |
793 | o60.CanCollide = false | |
794 | o60.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
795 | o60.CFrame = CFrame.new(10.7240248, 41.3597794, -71.4254456, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0) | |
796 | o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
797 | o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
798 | o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
799 | o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
800 | o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
801 | o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
802 | o60.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
803 | o60.Position = Vector3.new(10.7240248, 41.3597794, -71.4254456) | |
804 | o61.Parent = o60 | |
805 | o61.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
806 | o62.Parent = o53 | |
807 | o62.Material = Enum.Material.SmoothPlastic | |
808 | o62.BrickColor = BrickColor.new("Fossil") | |
809 | o62.Position = Vector3.new(10.9673338, 41.3597794, -71.6687622) | |
810 | o62.Rotation = Vector3.new(-0, 0, 14.9999952) | |
811 | o62.Anchored = true | |
812 | o62.CanCollide = false | |
813 | o62.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
814 | o62.CFrame = CFrame.new(10.9673338, 41.3597794, -71.6687622, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1) | |
815 | o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
816 | o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
817 | o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
818 | o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
819 | o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
820 | o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
821 | o62.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
822 | o62.Position = Vector3.new(10.9673338, 41.3597794, -71.6687622) | |
823 | o63.Parent = o62 | |
824 | o63.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
825 | o64.Parent = o53 | |
826 | o64.Material = Enum.Material.SmoothPlastic | |
827 | o64.BrickColor = BrickColor.new("Fossil") | |
828 | o64.Position = Vector3.new(11.2106352, 41.3597794, -71.4254532) | |
829 | o64.Rotation = Vector3.new(-14.9999952, -90, 0) | |
830 | o64.Anchored = true | |
831 | o64.CanCollide = false | |
832 | o64.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
833 | o64.CFrame = CFrame.new(11.2106352, 41.3597794, -71.4254532, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0) | |
834 | o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
835 | o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
836 | o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
837 | o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
838 | o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
839 | o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
840 | o64.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
841 | o64.Position = Vector3.new(11.2106352, 41.3597794, -71.4254532) | |
842 | o65.Parent = o64 | |
843 | o65.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
844 | o66.Parent = o1 | |
845 | o66.Material = Enum.Material.SmoothPlastic | |
846 | o66.BrickColor = BrickColor.new("Institutional white") | |
847 | o66.Position = Vector3.new(13.0515203, 40.6163445, -70.1642685) | |
848 | o66.Anchored = true | |
849 | o66.CanCollide = false | |
850 | o66.Size = Vector3.new(0.200000003, 0.200000003, 0.216275766) | |
851 | o66.CFrame = CFrame.new(13.0515203, 40.6163445, -70.1642685, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
852 | o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
853 | o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
854 | o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
855 | o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
856 | o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
857 | o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
858 | o66.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
859 | o66.Position = Vector3.new(13.0515203, 40.6163445, -70.1642685) | |
860 | o67.Parent = o66 | |
861 | o67.Scale = Vector3.new(0.337930918, 0.94620645, 1) | |
862 | o68.Name = "SmgShutter" | |
863 | o68.Parent = o1 | |
864 | o68.Material = Enum.Material.SmoothPlastic | |
865 | o68.BrickColor = BrickColor.new("Institutional white") | |
866 | o68.Position = Vector3.new(13.0515203, 40.6163445, -69.9479904) | |
867 | o68.Anchored = true | |
868 | o68.CanCollide = false | |
869 | o68.Size = Vector3.new(0.200000003, 0.200000003, 0.216275766) | |
870 | o68.CFrame = CFrame.new(13.0515203, 40.6163445, -69.9479904, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
871 | o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
872 | o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
873 | o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
874 | o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
875 | o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
876 | o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
877 | o68.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
878 | o68.Position = Vector3.new(13.0515203, 40.6163445, -69.9479904) | |
879 | o69.Parent = o68 | |
880 | o69.Scale = Vector3.new(0.337930918, 0.94620645, 1) | |
881 | o70.Parent = o1 | |
882 | o70.Material = Enum.Material.SmoothPlastic | |
883 | o70.BrickColor = BrickColor.new("Institutional white") | |
884 | o70.Position = Vector3.new(12.0242186, 40.8325996, -70.0561218) | |
885 | o70.Anchored = true | |
886 | o70.Size = Vector3.new(1.98703384, 0.865103006, 1.62206864) | |
887 | o70.CFrame = CFrame.new(12.0242186, 40.8325996, -70.0561218, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
888 | o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
889 | o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
890 | o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
891 | o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
892 | o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
893 | o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
894 | o70.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
895 | o70.Position = Vector3.new(12.0242186, 40.8325996, -70.0561218) | |
896 | o71.Name = "Rotor1" | |
897 | o71.Parent = o1 | |
898 | o71.PrimaryPart = o72 | |
899 | o72.Name = "Main" | |
900 | o72.Parent = o71 | |
901 | o72.Material = Enum.Material.SmoothPlastic | |
902 | o72.BrickColor = BrickColor.new("Fossil") | |
903 | o72.Position = Vector3.new(13.1571112, 41.1367531, -68.6949692) | |
904 | o72.Anchored = true | |
905 | o72.CanCollide = false | |
906 | o72.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003) | |
907 | o72.CFrame = CFrame.new(13.1571112, 41.1367531, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
908 | o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
909 | o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
910 | o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
911 | o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
912 | o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
913 | o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
914 | o72.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
915 | o72.Position = Vector3.new(13.1571112, 41.1367531, -68.6949692) | |
916 | o73.Parent = o72 | |
917 | o73.Scale = Vector3.new(0.405518085, 1, 0.40551728) | |
918 | o74.Parent = o71 | |
919 | o74.Material = Enum.Material.SmoothPlastic | |
920 | o74.BrickColor = BrickColor.new("Fossil") | |
921 | o74.Position = Vector3.new(13.1571112, 41.3597794, -68.6949692) | |
922 | o74.Anchored = true | |
923 | o74.CanCollide = false | |
924 | o74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
925 | o74.CFrame = CFrame.new(13.1571112, 41.3597794, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
926 | o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
927 | o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
928 | o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
929 | o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
930 | o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
931 | o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
932 | o74.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
933 | o74.Position = Vector3.new(13.1571112, 41.3597794, -68.6949692) | |
934 | o75.Parent = o74 | |
935 | o75.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766) | |
936 | o76.Parent = o71 | |
937 | o76.Material = Enum.Material.SmoothPlastic | |
938 | o76.BrickColor = BrickColor.new("Fossil") | |
939 | o76.Position = Vector3.new(13.1571112, 41.3597794, -68.4516602) | |
940 | o76.Rotation = Vector3.new(-0, 0, -14.9999666) | |
941 | o76.Anchored = true | |
942 | o76.CanCollide = false | |
943 | o76.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
944 | o76.CFrame = CFrame.new(13.1571112, 41.3597794, -68.4516602, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1) | |
945 | o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
946 | o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
947 | o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
948 | o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
949 | o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
950 | o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
951 | o76.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
952 | o76.Position = Vector3.new(13.1571112, 41.3597794, -68.4516602) | |
953 | o77.Parent = o76 | |
954 | o77.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
955 | o78.Parent = o71 | |
956 | o78.Material = Enum.Material.SmoothPlastic | |
957 | o78.BrickColor = BrickColor.new("Fossil") | |
958 | o78.Position = Vector3.new(12.9138021, 41.3597794, -68.6949692) | |
959 | o78.Rotation = Vector3.new(14.999939, -90, 0) | |
960 | o78.Anchored = true | |
961 | o78.CanCollide = false | |
962 | o78.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
963 | o78.CFrame = CFrame.new(12.9138021, 41.3597794, -68.6949692, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0) | |
964 | o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
965 | o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
966 | o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
967 | o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
968 | o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
969 | o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
970 | o78.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
971 | o78.Position = Vector3.new(12.9138021, 41.3597794, -68.6949692) | |
972 | o79.Parent = o78 | |
973 | o79.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
974 | o80.Parent = o71 | |
975 | o80.Material = Enum.Material.SmoothPlastic | |
976 | o80.BrickColor = BrickColor.new("Fossil") | |
977 | o80.Position = Vector3.new(13.1571112, 41.3597794, -68.9382782) | |
978 | o80.Rotation = Vector3.new(-0, 0, 14.9999952) | |
979 | o80.Anchored = true | |
980 | o80.CanCollide = false | |
981 | o80.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
982 | o80.CFrame = CFrame.new(13.1571112, 41.3597794, -68.9382782, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1) | |
983 | o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
984 | o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
985 | o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
986 | o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
987 | o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
988 | o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
989 | o80.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
990 | o80.Position = Vector3.new(13.1571112, 41.3597794, -68.9382782) | |
991 | o81.Parent = o80 | |
992 | o81.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
993 | o82.Parent = o71 | |
994 | o82.Material = Enum.Material.SmoothPlastic | |
995 | o82.BrickColor = BrickColor.new("Fossil") | |
996 | o82.Position = Vector3.new(13.4004259, 41.3597794, -68.6949692) | |
997 | o82.Rotation = Vector3.new(-14.9999952, -90, 0) | |
998 | o82.Anchored = true | |
999 | o82.CanCollide = false | |
1000 | o82.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
1001 | o82.CFrame = CFrame.new(13.4004259, 41.3597794, -68.6949692, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0) | |
1002 | o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1003 | o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1004 | o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1005 | o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1006 | o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1007 | o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1008 | o82.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
1009 | o82.Position = Vector3.new(13.4004259, 41.3597794, -68.6949692) | |
1010 | o83.Parent = o82 | |
1011 | o83.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
1012 | o84.Name = "Rotor2" | |
1013 | o84.Parent = o1 | |
1014 | o84.PrimaryPart = o85 | |
1015 | o85.Name = "Main" | |
1016 | o85.Parent = o84 | |
1017 | o85.Material = Enum.Material.SmoothPlastic | |
1018 | o85.BrickColor = BrickColor.new("Fossil") | |
1019 | o85.Position = Vector3.new(10.9403028, 41.1367531, -68.6949692) | |
1020 | o85.Anchored = true | |
1021 | o85.CanCollide = false | |
1022 | o85.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003) | |
1023 | o85.CFrame = CFrame.new(10.9403028, 41.1367531, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1024 | o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1025 | o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1026 | o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1027 | o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1028 | o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1029 | o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1030 | o85.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
1031 | o85.Position = Vector3.new(10.9403028, 41.1367531, -68.6949692) | |
1032 | o86.Parent = o85 | |
1033 | o86.Scale = Vector3.new(0.405518085, 1, 0.40551728) | |
1034 | o87.Parent = o84 | |
1035 | o87.Material = Enum.Material.SmoothPlastic | |
1036 | o87.BrickColor = BrickColor.new("Fossil") | |
1037 | o87.Position = Vector3.new(10.9403028, 41.3597794, -68.6949692) | |
1038 | o87.Anchored = true | |
1039 | o87.CanCollide = false | |
1040 | o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
1041 | o87.CFrame = CFrame.new(10.9403028, 41.3597794, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1042 | o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1043 | o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1044 | o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1045 | o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1046 | o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1047 | o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1048 | o87.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
1049 | o87.Position = Vector3.new(10.9403028, 41.3597794, -68.6949692) | |
1050 | o88.Parent = o87 | |
1051 | o88.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766) | |
1052 | o89.Parent = o84 | |
1053 | o89.Material = Enum.Material.SmoothPlastic | |
1054 | o89.BrickColor = BrickColor.new("Fossil") | |
1055 | o89.Position = Vector3.new(10.9403028, 41.3597794, -68.4516602) | |
1056 | o89.Rotation = Vector3.new(-0, 0, -14.9999666) | |
1057 | o89.Anchored = true | |
1058 | o89.CanCollide = false | |
1059 | o89.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
1060 | o89.CFrame = CFrame.new(10.9403028, 41.3597794, -68.4516602, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1) | |
1061 | o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1062 | o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1063 | o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1064 | o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1065 | o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1066 | o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1067 | o89.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
1068 | o89.Position = Vector3.new(10.9403028, 41.3597794, -68.4516602) | |
1069 | o90.Parent = o89 | |
1070 | o90.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
1071 | o91.Parent = o84 | |
1072 | o91.Material = Enum.Material.SmoothPlastic | |
1073 | o91.BrickColor = BrickColor.new("Fossil") | |
1074 | o91.Position = Vector3.new(10.6969938, 41.3597794, -68.6949692) | |
1075 | o91.Rotation = Vector3.new(14.999939, -90, 0) | |
1076 | o91.Anchored = true | |
1077 | o91.CanCollide = false | |
1078 | o91.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
1079 | o91.CFrame = CFrame.new(10.6969938, 41.3597794, -68.6949692, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0) | |
1080 | o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1081 | o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1082 | o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1083 | o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1084 | o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1085 | o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1086 | o91.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
1087 | o91.Position = Vector3.new(10.6969938, 41.3597794, -68.6949692) | |
1088 | o92.Parent = o91 | |
1089 | o92.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
1090 | o93.Parent = o84 | |
1091 | o93.Material = Enum.Material.SmoothPlastic | |
1092 | o93.BrickColor = BrickColor.new("Fossil") | |
1093 | o93.Position = Vector3.new(10.9403028, 41.3597794, -68.9382782) | |
1094 | o93.Rotation = Vector3.new(-0, 0, 14.9999952) | |
1095 | o93.Anchored = true | |
1096 | o93.CanCollide = false | |
1097 | o93.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
1098 | o93.CFrame = CFrame.new(10.9403028, 41.3597794, -68.9382782, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1) | |
1099 | o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1100 | o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1101 | o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1102 | o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1103 | o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1104 | o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1105 | o93.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
1106 | o93.Position = Vector3.new(10.9403028, 41.3597794, -68.9382782) | |
1107 | o94.Parent = o93 | |
1108 | o94.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
1109 | o95.Parent = o84 | |
1110 | o95.Material = Enum.Material.SmoothPlastic | |
1111 | o95.BrickColor = BrickColor.new("Fossil") | |
1112 | o95.Position = Vector3.new(11.1836042, 41.3597794, -68.6949692) | |
1113 | o95.Rotation = Vector3.new(-14.9999952, -90, 0) | |
1114 | o95.Anchored = true | |
1115 | o95.CanCollide = false | |
1116 | o95.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161) | |
1117 | o95.CFrame = CFrame.new(11.1836042, 41.3597794, -68.6949692, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0) | |
1118 | o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1119 | o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1120 | o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1121 | o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1122 | o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1123 | o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1124 | o95.Color = Color3.new(0.623529, 0.631373, 0.67451) | |
1125 | o95.Position = Vector3.new(11.1836042, 41.3597794, -68.6949692) | |
1126 | o96.Parent = o95 | |
1127 | o96.Scale = Vector3.new(0.405518085, 0.135172486, 1) | |
1128 | o97.Parent = o1 | |
1129 | o97.Material = Enum.Material.SmoothPlastic | |
1130 | o97.BrickColor = BrickColor.new("Institutional white") | |
1131 | o97.Position = Vector3.new(12.0309782, 40.8393707, -69.5154419) | |
1132 | o97.Anchored = true | |
1133 | o97.Size = Vector3.new(2.10868883, 0.7434479, 0.648827374) | |
1134 | o97.CFrame = CFrame.new(12.0309782, 40.8393707, -69.5154419, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1135 | o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1136 | o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1137 | o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1138 | o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1139 | o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1140 | o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1141 | o97.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
1142 | o97.Position = Vector3.new(12.0309782, 40.8393707, -69.5154419) | |
1143 | o98.Name = "Smg" | |
1144 | o98.Parent = o1 | |
1145 | o99.Parent = o98 | |
1146 | o99.Material = Enum.Material.SmoothPlastic | |
1147 | o99.BrickColor = BrickColor.new("Smoky grey") | |
1148 | o99.Position = Vector3.new(12.7068396, 40.616333, -69.9344788) | |
1149 | o99.Rotation = Vector3.new(-0, 0, -89.9999771) | |
1150 | o99.Anchored = true | |
1151 | o99.CanCollide = false | |
1152 | o99.Size = Vector3.new(0.200000003, 0.216275766, 0.200000003) | |
1153 | o99.CFrame = CFrame.new(12.7068396, 40.616333, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1) | |
1154 | o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1155 | o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1156 | o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1157 | o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1158 | o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1159 | o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1160 | o99.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
1161 | o99.Position = Vector3.new(12.7068396, 40.616333, -69.9344788) | |
1162 | o100.Parent = o99 | |
1163 | o100.Scale = Vector3.new(0.946206272, 1, 0.946206272) | |
1164 | o101.Parent = o98 | |
1165 | o101.Material = Enum.Material.SmoothPlastic | |
1166 | o101.BrickColor = BrickColor.new("Smoky grey") | |
1167 | o101.Position = Vector3.new(12.8217306, 40.616333, -69.9344788) | |
1168 | o101.Rotation = Vector3.new(-0, 0, -89.9999771) | |
1169 | o101.Anchored = true | |
1170 | o101.CanCollide = false | |
1171 | o101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
1172 | o101.CFrame = CFrame.new(12.8217306, 40.616333, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1) | |
1173 | o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1174 | o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1175 | o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1176 | o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1177 | o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1178 | o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1179 | o101.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
1180 | o101.Position = Vector3.new(12.8217306, 40.616333, -69.9344788) | |
1181 | o102.Parent = o101 | |
1182 | o102.Scale = Vector3.new(0.811033964, 0.20275867, 0.946206272) | |
1183 | o103.Parent = o98 | |
1184 | o103.Material = Enum.Material.SmoothPlastic | |
1185 | o103.BrickColor = BrickColor.new("Smoky grey") | |
1186 | o103.Position = Vector3.new(12.9095907, 40.6298485, -69.9344788) | |
1187 | o103.Rotation = Vector3.new(-0, 0, -89.9999771) | |
1188 | o103.Anchored = true | |
1189 | o103.CanCollide = false | |
1190 | o103.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
1191 | o103.CFrame = CFrame.new(12.9095907, 40.6298485, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1) | |
1192 | o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1193 | o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1194 | o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1195 | o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1196 | o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1197 | o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1198 | o103.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
1199 | o103.Position = Vector3.new(12.9095907, 40.6298485, -69.9344788) | |
1200 | o104.Parent = o103 | |
1201 | o104.Scale = Vector3.new(0.54068929, 0.811033964, 0.946206272) | |
1202 | o105.Name = "SMGPipeH" | |
1203 | o105.Parent = o98 | |
1204 | o105.Material = Enum.Material.SmoothPlastic | |
1205 | o105.BrickColor = BrickColor.new("Really black") | |
1206 | o105.Position = Vector3.new(12.9974585, 40.6298485, -69.9344788) | |
1207 | o105.Rotation = Vector3.new(-0, 0, -89.9999771) | |
1208 | o105.Anchored = true | |
1209 | o105.CanCollide = false | |
1210 | o105.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
1211 | o105.CFrame = CFrame.new(12.9974585, 40.6298485, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1) | |
1212 | o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1213 | o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1214 | o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1215 | o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1216 | o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1217 | o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1218 | o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
1219 | o105.Position = Vector3.new(12.9974585, 40.6298485, -69.9344788) | |
1220 | o106.Parent = o105 | |
1221 | o106.Scale = Vector3.new(0.270344585, 0.0675861686, 0.946206272) | |
1222 | o107.Parent = o98 | |
1223 | o107.Material = Enum.Material.SmoothPlastic | |
1224 | o107.BrickColor = BrickColor.new("Smoky grey") | |
1225 | o107.Position = Vector3.new(12.8758001, 40.5825348, -69.9344788) | |
1226 | o107.Rotation = Vector3.new(-0, 0, -89.9999771) | |
1227 | o107.Anchored = true | |
1228 | o107.CanCollide = false | |
1229 | o107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
1230 | o107.CFrame = CFrame.new(12.8758001, 40.5825348, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1) | |
1231 | o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1232 | o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1233 | o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1234 | o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1235 | o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1236 | o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1237 | o107.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
1238 | o107.Position = Vector3.new(12.8758001, 40.5825348, -69.9344788) | |
1239 | o108.Parent = o107 | |
1240 | o108.Scale = Vector3.new(0.337930739, 0.473103255, 0.946206272) | |
1241 | o109.Name = "Controller" | |
1242 | o109.Parent = o1 | |
1243 | o109.Material = Enum.Material.SmoothPlastic | |
1244 | o109.BrickColor = BrickColor.new("Institutional white") | |
1245 | o109.Position = Vector3.new(12.0515394, 40.7946739, -70.0561295) | |
1246 | o109.Anchored = true | |
1247 | o109.CanCollide = false | |
1248 | o109.Size = Vector3.new(0.200000003, 0.400000006, 0.432551533) | |
1249 | o109.CFrame = CFrame.new(12.0515394, 40.7946739, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1250 | o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1251 | o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1252 | o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1253 | o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1254 | o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1255 | o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1256 | o109.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
1257 | o109.Position = Vector3.new(12.0515394, 40.7946739, -70.0561295) | |
1258 | o1.PrimaryPart = o109 | |
1259 | s.SoundId = "rbxassetid://146830287" | |
1260 | s.Parent = o1.PrimaryPart | |
1261 | s.Pitch = 1 | |
1262 | s.Volume = 2 | |
1263 | s.Looped = true | |
1264 | wait(0.1) | |
1265 | s:play() | |
1266 | ||
1267 | ||
1268 | local seat = Instance.new("Seat",o1) | |
1269 | seat.Name = "Seat" | |
1270 | seat.Size = Vector3.new(1,1,1) | |
1271 | seat.Transparency = 1 | |
1272 | seat.CFrame = o1.Controller.CFrame * CFrame.Angles(math.rad(0),math.rad(-90),math.rad(0)) | |
1273 | seat.CanCollide = false | |
1274 | ||
1275 | local soisoi = Instance.new("Sound",o1.Controller) | |
1276 | soisoi.SoundId = "rbxassetid://151800925" | |
1277 | soisoi.Volume = 0.3 | |
1278 | soisoi.Pitch = 3 | |
1279 | soisoi.Looped = true | |
1280 | soisoi:Play() | |
1281 | ||
1282 | o1:FindFirstChild("Rotor1").PrimaryPart = o1:FindFirstChild("Rotor1").Main | |
1283 | o1:FindFirstChild("Rotor2").PrimaryPart = o1:FindFirstChild("Rotor2").Main | |
1284 | o1:FindFirstChild("Rotor3").PrimaryPart = o1:FindFirstChild("Rotor3").Main | |
1285 | o1:FindFirstChild("Rotor4").PrimaryPart = o1:FindFirstChild("Rotor4").Main | |
1286 | o1:FindFirstChild("Smg").PrimaryPart = o1:FindFirstChild("Smg").SMGPipeH | |
1287 | ||
1288 | o1:FindFirstChild("Eye").Changed:connect(function() | |
1289 | o1:FindFirstChild("Eye").Light.Color = o1:FindFirstChild("Eye").Color | |
1290 | end) | |
1291 | ||
1292 | o1:FindFirstChild("Eye").BrickColor = BrickColor.new("New Yeller") | |
1293 | ||
1294 | for i,v in pairs(o1:GetChildren()) do | |
1295 | if v:IsA("Part") or v:IsA("UnionOperation") or v:IsA("WedgePart") then | |
1296 | if v.BrickColor == BrickColor.new("Institutional white") then | |
1297 | v.BrickColor = BrickColor.new("Really black") | |
1298 | end | |
1299 | if v.Material ~= Enum.Material.Neon then | |
1300 | v.Material = "Metal" | |
1301 | end | |
1302 | local w = Instance.new("Weld",o109) | |
1303 | w.Part0 = o109 | |
1304 | w.Part1 = v | |
1305 | w.C0 = CFrame.new(v.Position-o109.CFrame.p)*CFrame.Angles(math.rad(v.Rotation.X),math.rad(v.Rotation.Y),math.rad(v.Rotation.Z)) | |
1306 | end | |
1307 | end | |
1308 | ||
1309 | for i,v in pairs(o1:FindFirstChild("Rotor1"):GetChildren()) do | |
1310 | v.BrickColor = BrickColor.new("Really black") | |
1311 | end | |
1312 | for i,v in pairs(o1:FindFirstChild("Rotor2"):GetChildren()) do | |
1313 | v.BrickColor = BrickColor.new("Really black") | |
1314 | end | |
1315 | for i,v in pairs(o1:FindFirstChild("Rotor3"):GetChildren()) do | |
1316 | v.BrickColor = BrickColor.new("Really black") | |
1317 | end | |
1318 | for i,v in pairs(o1:FindFirstChild("Rotor4"):GetChildren()) do | |
1319 | v.BrickColor = BrickColor.new("Really black") | |
1320 | end | |
1321 | ||
1322 | --o1.SmgShutter.Material = "DiamondPlate" | |
1323 | ||
1324 | - | local plr = game:GetService("Players").Originickname |
1324 | + | local plr = game:GetService("Players").lafur2 |
1325 | local msgidGlob = 0 | |
1326 | local state = true | |
1327 | local font = "Arcade" | |
1328 | local tcol = Color3.fromRGB(255,217,0) | |
1329 | local tscol = Color3.fromRGB(0,0,0) | |
1330 | local fsiz = 28 | |
1331 | local tr = true | |
1332 | local fade = 2 | |
1333 | ||
1334 | local p = Instance.new("Part",game.Workspace) | |
1335 | p.Size = Vector3.new(0.2,0.2,0.2) | |
1336 | p.Transparency = 1 | |
1337 | p.Anchored = true | |
1338 | p.CanCollide = false | |
1339 | p.Name = "Msg" | |
1340 | p.CFrame = o1.PrimaryPart.CFrame + Vector3.new(0,2.25,0) | |
1341 | ||
1342 | local r = 255 | |
1343 | local b = 0 | |
1344 | local g = 0 | |
1345 | ||
1346 | function cMsg(c) | |
1347 | msgidGlob = msgidGlob + 1 | |
1348 | local curMsgId = msgidGlob | |
1349 | for i,v in pairs(p:GetChildren()) do | |
1350 | if v:IsA("BillboardGui") and v.Name == "J2CMSG" then | |
1351 | v:Destroy() | |
1352 | end | |
1353 | end | |
1354 | local bbgui = Instance.new("BillboardGui",p) | |
1355 | bbgui.Name = "J2CMSG" | |
1356 | bbgui.AlwaysOnTop = true | |
1357 | bbgui.ExtentsOffsetWorldSpace = Vector3.new(0,4.5,0) | |
1358 | bbgui.Size = UDim2.new(0.2,0,0.14,0) | |
1359 | local tl = Instance.new("TextLabel",bbgui) | |
1360 | tl.BackgroundTransparency = 1 | |
1361 | tl.BorderSizePixel = 0 | |
1362 | tl.Size = UDim2.new(1,0,10,0) | |
1363 | tl.Position = UDim2.new(0,0,-5,0) | |
1364 | tl.Font = font or "Arcade" | |
1365 | tl.FontSize = "Size"..fsiz or "Size28" | |
1366 | tl.TextColor3 = tcol | |
1367 | tl.TextScaled = false | |
1368 | tl.TextWrapped = false | |
1369 | tl.TextStrokeColor3 = tscol | |
1370 | tl.TextStrokeTransparency = 0 | |
1371 | ||
1372 | game:GetService("RunService").Stepped:connect(function() | |
1373 | if tr then | |
1374 | if tl.Parent ~= nil then | |
1375 | tl.TextColor3 = Color3.fromRGB(r,g,b) | |
1376 | end | |
1377 | end | |
1378 | end) | |
1379 | ||
1380 | for i=1,#c do | |
1381 | if msgidGlob == curMsgId then | |
1382 | tl.Text = string.sub(c,1,i) | |
1383 | if string.sub(c,i,i) ~= " " then | |
1384 | local s = Instance.new("Sound",p) | |
1385 | s.SoundId = "rbxassetid://418252437" | |
1386 | s.Volume = 1 | |
1387 | s.Pitch = 1 | |
1388 | s:Play() | |
1389 | game.Debris:AddItem(s,2) | |
1390 | end | |
1391 | wait() | |
1392 | end | |
1393 | end | |
1394 | wait(fade) | |
1395 | if msgidGlob == curMsgId then | |
1396 | for i=1,10 do | |
1397 | if msgidGlob == curMsgId then | |
1398 | tl.TextTransparency = tl.TextTransparency + 0.1 | |
1399 | tl.TextStrokeTransparency = tl.TextStrokeTransparency + 0.1 | |
1400 | tl.Position = tl.Position + UDim2.new(0,0,0,-3) | |
1401 | wait() | |
1402 | end | |
1403 | end | |
1404 | if msgidGlob == curMsgId then | |
1405 | bbgui:Destroy() | |
1406 | end | |
1407 | end | |
1408 | end | |
1409 | ||
1410 | mouse.KeyDown:connect(function(key) | |
1411 | if key == "b" then | |
1412 | if fly == false then | |
1413 | fly = true | |
1414 | campos = camera.CoordinateFrame | |
1415 | cMsg("Remote control!") | |
1416 | else | |
1417 | fly = false | |
1418 | returnhome = false | |
1419 | cMsg("Standby.") | |
1420 | end | |
1421 | end | |
1422 | if key == "w" then | |
1423 | wd = true | |
1424 | elseif key == "a" then | |
1425 | ad = true | |
1426 | elseif key == "s" then | |
1427 | sd = true | |
1428 | elseif key == "d" then | |
1429 | dd = true | |
1430 | elseif key == "q" then | |
1431 | qd = true | |
1432 | elseif key == "e" then | |
1433 | ed = true | |
1434 | elseif key == "r" then | |
1435 | rd = true | |
1436 | elseif key == "f" then | |
1437 | fd = true | |
1438 | elseif key == "t" then | |
1439 | if fly == false and returnhome == false then | |
1440 | returnhome = true | |
1441 | cMsg("Returning home!") | |
1442 | elseif fly == false and returnhome == true then | |
1443 | returnhome = false | |
1444 | cMsg("Standby.") | |
1445 | end | |
1446 | elseif key == "g" then | |
1447 | if gcd == false and moused == false then | |
1448 | gcd = true | |
1449 | if gun == false then | |
1450 | spawn(function() cMsg("Activating gun mode.") end) | |
1451 | gun = true | |
1452 | o1.SmgShutter.Transparency = 1 | |
1453 | for i=1,30 do | |
1454 | o1.Smg:SetPrimaryPartCFrame(o1.Smg.PrimaryPart.CFrame * CFrame.new(0,0.01,0)) | |
1455 | wait() | |
1456 | end | |
1457 | else | |
1458 | spawn(function() cMsg("Deactivating gun mode.") end) | |
1459 | gun = false | |
1460 | for i=1,30 do | |
1461 | o1.Smg:SetPrimaryPartCFrame(o1.Smg.PrimaryPart.CFrame * CFrame.new(0,-0.01,0)) | |
1462 | wait() | |
1463 | end | |
1464 | o1.SmgShutter.Transparency = 0 | |
1465 | end | |
1466 | wait(1) | |
1467 | gcd = false | |
1468 | end | |
1469 | end | |
1470 | end) | |
1471 | ||
1472 | mouse.KeyUp:connect(function(key) | |
1473 | if key == "w" then | |
1474 | wd = false | |
1475 | elseif key == "a" then | |
1476 | ad = false | |
1477 | elseif key == "s" then | |
1478 | sd = false | |
1479 | elseif key == "d" then | |
1480 | dd = false | |
1481 | elseif key == "q" then | |
1482 | qd = false | |
1483 | elseif key == "e" then | |
1484 | ed = false | |
1485 | elseif key == "r" then | |
1486 | rd = false | |
1487 | elseif key == "f" then | |
1488 | fd = false | |
1489 | end | |
1490 | end) | |
1491 | ||
1492 | mouse.Button1Down:connect(function() | |
1493 | if moused == false and gun == true then | |
1494 | moused = true | |
1495 | local frms = 0 | |
1496 | frm = game:GetService("RunService").Stepped:connect(function() | |
1497 | if math.floor(frms/5) == frms/5 then | |
1498 | spawn(function() | |
1499 | local ray = Ray.new(o1.Smg.SMGPipeH.CFrame.p,((mouse.Hit.p - o1.Smg.SMGPipeH.CFrame.p).unit*2048) + Vector3.new(math.random(-1000,1000)/50,math.random(-1000,1000)/50,math.random(-1000,1000)/50)) | |
1500 | local part,pos,normal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(ray,char:GetChildren(),false,true) | |
1501 | local trace = Instance.new("Part") | |
1502 | trace.BrickColor = BrickColor.new("New Yeller") | |
1503 | trace.Size = Vector3.new(0.2,0.2,(o1.Smg.SMGPipeH.CFrame.p - pos).Magnitude) | |
1504 | trace.Anchored = true | |
1505 | trace.Material = "Neon" | |
1506 | trace.CanCollide = false | |
1507 | trace.Parent = game:GetService("Workspace") | |
1508 | trace.CFrame = CFrame.new(o1.Smg.SMGPipeH.CFrame.p,pos)*CFrame.new(0,0,-((o1.Smg.SMGPipeH.CFrame.p - pos).Magnitude/2)) | |
1509 | local s = Instance.new("Sound",o1.Smg.SMGPipeH) | |
1510 | s.SoundId = "rbxassetid://131257506" | |
1511 | s:Play() | |
1512 | spawn(function() | |
1513 | wait(2) | |
1514 | s:Destroy() | |
1515 | end) | |
1516 | ||
1517 | if part then | |
1518 | if part.Parent:IsA("Model") then | |
1519 | if part.Parent:FindFirstChild("Humanoid") then | |
1520 | part.Parent.Humanoid.Health = part.Parent.Humanoid.Health - 15 | |
1521 | end | |
1522 | elseif part.Parent.Parent:IsA("Model") then | |
1523 | if part.Parent.Parent:FindFirstChild("Humanoid") then | |
1524 | part.Parent.Parent.Humanoid.Health = part.Parent.Parent.Humanoid.Health - 15 | |
1525 | end | |
1526 | end | |
1527 | end | |
1528 | ||
1529 | wait(0.05) | |
1530 | trace:Destroy() | |
1531 | end) | |
1532 | end | |
1533 | frms = frms + 1 | |
1534 | end) | |
1535 | mbup = mouse.Button1Up:connect(function() | |
1536 | moused = false | |
1537 | frm:disconnect() | |
1538 | mbup:disconnect() | |
1539 | end) | |
1540 | end | |
1541 | end) | |
1542 | ||
1543 | game:GetService("RunService").Stepped:connect(function() | |
1544 | local xt = 0 | |
1545 | local yt = 0 | |
1546 | local zt = 0 | |
1547 | local pspd = 0 | |
1548 | if wd == true or ad == true or sd == true or dd == true or qd == true or ed == true or rd == true or fd == true then | |
1549 | tPitch = 3.4 | |
1550 | pspd = -30 | |
1551 | else | |
1552 | tPitch = 3 | |
1553 | pspd = -15 | |
1554 | end | |
1555 | local pChange = (tPitch - soisoi.Pitch)/10 | |
1556 | soisoi.Pitch = soisoi.Pitch + pChange | |
1557 | if fly == true then | |
1558 | if wd == true then | |
1559 | tCf = tCf * CFrame.new(0.5,0,0) | |
1560 | yt = yt + 5 | |
1561 | end | |
1562 | if ad == true then | |
1563 | tCf = tCf * CFrame.new(0,0,-0.5) | |
1564 | zt = zt - 5 | |
1565 | end | |
1566 | if sd == true then | |
1567 | tCf = tCf * CFrame.new(-0.5,0,0) | |
1568 | yt = yt - 5 | |
1569 | end | |
1570 | if dd == true then | |
1571 | tCf = tCf * CFrame.new(0,0,0.5) | |
1572 | zt = zt + 5 | |
1573 | end | |
1574 | if qd == true then | |
1575 | tCf = tCf * CFrame.Angles(math.rad(0),math.rad(3),math.rad(0)) | |
1576 | end | |
1577 | if ed == true then | |
1578 | tCf = tCf * CFrame.Angles(math.rad(0),math.rad(-3),math.rad(0)) | |
1579 | end | |
1580 | if rd == true then | |
1581 | tCf = tCf * CFrame.new(0,0.5,0) | |
1582 | end | |
1583 | if fd == true then | |
1584 | tCf = tCf * CFrame.new(0,-0.5,0) | |
1585 | end | |
1586 | local nvec = Vector3.new(0,2,7) | |
1587 | if seat.Occupant ~= nil then | |
1588 | nvec = Vector3.new(2,4,7) | |
1589 | end | |
1590 | campos = campos:lerp((o37.CFrame * CFrame.Angles(math.rad(90 - xt),math.rad(0 - yt),math.rad(90 - zt))) * CFrame.new(nvec),0.33) | |
1591 | camera.CoordinateFrame = campos | |
1592 | char:FindFirstChild("Humanoid").WalkSpeed = 0 | |
1593 | char:FindFirstChild("Humanoid").JumpPower = 0 | |
1594 | else | |
1595 | if returnhome == true then | |
1596 | tCf = (char:FindFirstChild("Head").CFrame + Vector3.new(0,5,0)) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)) | |
1597 | end | |
1598 | char:FindFirstChild("Humanoid").WalkSpeed = 16 | |
1599 | char:FindFirstChild("Humanoid").JumpPower = 50 | |
1600 | end | |
1601 | o1:FindFirstChild("Rotor1"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor1").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0))) | |
1602 | o1:FindFirstChild("Rotor2"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor2").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0))) | |
1603 | o1:FindFirstChild("Rotor3"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor3").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0))) | |
1604 | o1:FindFirstChild("Rotor4"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor4").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0))) | |
1605 | o1:SetPrimaryPartCFrame(o1.PrimaryPart.CFrame:lerp((tCf + Vector3.new(0,math.sin(tick()*4)/5,0)) * CFrame.Angles(math.rad(zt*2),math.rad(0*2),math.rad(-(yt*2))),0.06)) | |
1606 | end) | |
1607 | ||
1608 | plr.Chatted:connect(function(c) | |
1609 | if o1.PrimaryPart ~= nil and fly == true then | |
1610 | if string.lower(string.sub(c,1,3)) == "/e " then | |
1611 | cMsg(string.sub(c,4,#c)) | |
1612 | else | |
1613 | cMsg(c) | |
1614 | end | |
1615 | end | |
1616 | end) | |
1617 | ||
1618 | coroutine.resume(coroutine.create(function() | |
1619 | while wait() do | |
1620 | for i=0,255,10 do g = i wait() end | |
1621 | for i=255,0,-10 do r = i wait() end | |
1622 | for i=0,255,10 do b = i wait() end | |
1623 | for i=255,0,-10 do g = i wait() end | |
1624 | for i=0,255,10 do r = i wait() end | |
1625 | for i=255,0,-10 do b = i wait() end | |
1626 | end | |
1627 | end)) | |
1628 | ||
1629 | game:GetService("RunService").Stepped:connect(function() | |
1630 | if p.Parent ~= nil then | |
1631 | p.CFrame = p.CFrame:lerp(o1.PrimaryPart.CFrame + Vector3.new(0,1,0),0.16) | |
1632 | else | |
1633 | p = Instance.new("Part",game.Workspace) | |
1634 | p.Size = Vector3.new(0.2,0.2,0.2) | |
1635 | p.Transparency = 1 | |
1636 | p.Anchored = true | |
1637 | p.CanCollide = false | |
1638 | p.Name = "Msg" | |
1639 | p.CFrame = o1.PrimaryPart.CFrame + Vector3.new(0,1,0) | |
1640 | end | |
1641 | end) |