Advertisement
zXzGamePROzXz

Flying Musical Drone

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