Advertisement
ghostteen14

Untitled

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