ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
getgenv().credits = -- decided to release open-source, just credit me if youre gonna use this anywhere please :)\r\n[[FE UFO script made by quirky anime boy#7003\r\nrequired hat: roblox.com/catalog/8151404994 (requires amazon prime to redeem)\r\n]]\r\n\r\n\r\ngetgenv().SendChatMessages = false -- set to true to say the drone messages in chat (kinda spammy)\r\ngetgenv().PlayAudios = false -- set to true if you want to hear the clientsided sounds\r\n\r\n--[[ Controls:\r\n T - toggle stand-by mode\r\n G - gun mode, doesnt really do anything\r\n B - toggle control mode\r\n UFO controls:\r\n WASD - move around\r\n QE - rotate left/right\r\n FC - go up/down\r\n]]--\r\n\r\nlocal creditsstring = \r\n[[FE UFO script made by quirky anime boy#7003\r\nrequired hat: roblox.com/catalog/8151404994 (requires amazon prime to redeem)\r\n]]\r\n\r\nif not getgenv().credits or getgenv().credits ~= creditsstring then\r\n game.Players.LocalPlayer:Kick(\"Dont remove credits\")\r\n wait(.5)\r\n while true do end\r\nend\r\n\r\n-- requires the amazon prime UFO hat (8151404994)\r\n\r\nlocal function align(part, parent, p, r)\r\n local att1 = Instance.new(\"Attachment\",part)\r\n local att2 = Instance.new(\"Attachment\",parent)\r\n local alp = Instance.new(\"AlignPosition\",part)\r\n local alo = Instance.new(\"AlignOrientation\",part)\r\n att1.Name = part.Name\r\n att2.Name = part.Name\r\n alp.Attachment0 = att1\r\n alo.Attachment0 = att1\r\n alp.Attachment1 = att2\r\n alo.Attachment1 = att2\r\n att2.Position = p or Vector3.new()\r\n att1.Orientation = r or Vector3.new()\r\n alp.MaxForce = 2e14\r\n alp.MaxVelocity = math.huge\r\n alp.ReactionForceEnabled = false\r\n alp.Responsiveness = math.huge\r\n alo.Responsiveness = math.huge\r\n alp.RigidityEnabled = false\r\n alo.MaxTorque = 2e14\r\nend\r\n\r\nlocal plr = game:GetService(\"Players\").LocalPlayer\r\nlocal char,mouse = plr.Character,plr:GetMouse()\r\nlocal camera = game:GetService(\"Workspace\").CurrentCamera\r\nlocal UFO = char:FindFirstChild(\"UFO\")\r\nlocal fly = false\r\nlocal campos = CFrame.new(0,0,0)\r\nlocal cons = {}\r\nlocal ti = table.insert\r\n\r\nlocal wd,ad,sd,dd,qd,ed,rd,fd,moused = false,false,false,false,false,false,false,false,false\r\n\r\nlocal returnhome = true\r\nlocal gun = false\r\nlocal gcd = false\r\nlocal shooting = false\r\nlocal tPitch = 3\r\n\r\nlocal tCf = CFrame.new(0,20,0)\r\n\r\no1 = Instance.new(\"Model\")\r\no2 = Instance.new(\"Part\")\r\no3 = Instance.new(\"BlockMesh\")\r\no4 = Instance.new(\"Part\")\r\no5 = Instance.new(\"BlockMesh\")\r\no6 = Instance.new(\"Part\")\r\no7 = Instance.new(\"Part\")\r\no8 = Instance.new(\"BlockMesh\")\r\no9 = Instance.new(\"Part\")\r\no10 = Instance.new(\"BlockMesh\")\r\no11 = Instance.new(\"Part\")\r\no12 = Instance.new(\"CylinderMesh\")\r\no13 = Instance.new(\"Part\")\r\no14 = Instance.new(\"BlockMesh\")\r\no15 = Instance.new(\"Part\")\r\no16 = Instance.new(\"BlockMesh\")\r\no17 = Instance.new(\"Part\")\r\no18 = Instance.new(\"BlockMesh\")\r\no19 = Instance.new(\"Part\")\r\no20 = Instance.new(\"Part\")\r\no21 = Instance.new(\"BlockMesh\")\r\no22 = Instance.new(\"Part\")\r\no23 = Instance.new(\"BlockMesh\")\r\no24 = Instance.new(\"Part\")\r\no25 = Instance.new(\"BlockMesh\")\r\no26 = Instance.new(\"Part\")\r\no27 = Instance.new(\"Part\")\r\no28 = Instance.new(\"Part\")\r\no29 = Instance.new(\"BlockMesh\")\r\no30 = Instance.new(\"Part\")\r\no31 = Instance.new(\"BlockMesh\")\r\no32 = Instance.new(\"Part\")\r\no33 = Instance.new(\"Part\")\r\no34 = Instance.new(\"BlockMesh\")\r\no35 = Instance.new(\"Part\")\r\no36 = Instance.new(\"CylinderMesh\")\r\no37 = Instance.new(\"Part\")\r\no38 = Instance.new(\"CylinderMesh\")\r\no39 = Instance.new(\"SpotLight\")\r\no40 = Instance.new(\"Model\")\r\no41 = Instance.new(\"Part\")\r\no42 = Instance.new(\"BlockMesh\")\r\no43 = Instance.new(\"Part\")\r\no44 = Instance.new(\"BlockMesh\")\r\no45 = Instance.new(\"Part\")\r\no46 = Instance.new(\"BlockMesh\")\r\no47 = Instance.new(\"Part\")\r\no48 = Instance.new(\"BlockMesh\")\r\no49 = Instance.new(\"Part\")\r\no50 = Instance.new(\"BlockMesh\")\r\no51 = Instance.new(\"Part\")\r\no52 = Instance.new(\"BlockMesh\")\r\no53 = Instance.new(\"Model\")\r\no54 = Instance.new(\"Part\")\r\no55 = Instance.new(\"BlockMesh\")\r\no56 = Instance.new(\"Part\")\r\no57 = Instance.new(\"BlockMesh\")\r\no58 = Instance.new(\"Part\")\r\no59 = Instance.new(\"BlockMesh\")\r\no60 = Instance.new(\"Part\")\r\no61 = Instance.new(\"BlockMesh\")\r\no62 = Instance.new(\"Part\")\r\no63 = Instance.new(\"BlockMesh\")\r\no64 = Instance.new(\"Part\")\r\no65 = Instance.new(\"BlockMesh\")\r\no66 = Instance.new(\"Part\")\r\no67 = Instance.new(\"BlockMesh\")\r\no68 = Instance.new(\"Part\")\r\no69 = Instance.new(\"BlockMesh\")\r\no70 = Instance.new(\"Part\")\r\no71 = Instance.new(\"Model\")\r\no72 = Instance.new(\"Part\")\r\no73 = Instance.new(\"BlockMesh\")\r\no74 = Instance.new(\"Part\")\r\no75 = Instance.new(\"BlockMesh\")\r\no76 = Instance.new(\"Part\")\r\no77 = Instance.new(\"BlockMesh\")\r\no78 = Instance.new(\"Part\")\r\no79 = Instance.new(\"BlockMesh\")\r\no80 = Instance.new(\"Part\")\r\no81 = Instance.new(\"BlockMesh\")\r\no82 = Instance.new(\"Part\")\r\no83 = Instance.new(\"BlockMesh\")\r\no84 = Instance.new(\"Model\")\r\no85 = Instance.new(\"Part\")\r\no86 = Instance.new(\"BlockMesh\")\r\no87 = Instance.new(\"Part\")\r\no88 = Instance.new(\"BlockMesh\")\r\no89 = Instance.new(\"Part\")\r\no90 = Instance.new(\"BlockMesh\")\r\no91 = Instance.new(\"Part\")\r\no92 = Instance.new(\"BlockMesh\")\r\no93 = Instance.new(\"Part\")\r\no94 = Instance.new(\"BlockMesh\")\r\no95 = Instance.new(\"Part\")\r\no96 = Instance.new(\"BlockMesh\")\r\no97 = Instance.new(\"Part\")\r\no98 = Instance.new(\"Model\")\r\no99 = Instance.new(\"Part\")\r\no100 = Instance.new(\"CylinderMesh\")\r\no101 = Instance.new(\"Part\")\r\no102 = Instance.new(\"CylinderMesh\")\r\no103 = Instance.new(\"Part\")\r\no104 = Instance.new(\"CylinderMesh\")\r\no105 = Instance.new(\"Part\")\r\no106 = Instance.new(\"CylinderMesh\")\r\no107 = Instance.new(\"Part\")\r\no108 = Instance.new(\"CylinderMesh\")\r\no109 = Instance.new(\"Part\")\r\n\r\nif PlayAudios then\r\n local s = Instance.new(\"Sound\",char)\r\n s.SoundId = \"http://www.roblox.com/asset/?id=146830287\"\r\n s.Parent = o1.PrimaryPart\r\n s.Pitch = 1\r\n s.Volume = 1\r\n s.Looped = true\r\n wait(0.1)\r\n s:play()\r\nend\r\n\r\no1.Name = \"Drone\"\r\no1.Parent = game.Players.LocalPlayer.Character\r\no2.Parent = o1\r\no2.Material = Enum.Material.SmoothPlastic\r\no2.BrickColor = BrickColor.new(\"Institutional white\")\r\no2.Position = Vector3.new(13.0515203, 41.184063, -70.0561295)\r\no2.Anchored = true\r\no2.CanCollide = false\r\no2.Size = Vector3.new(0.200000003, 0.200000003, 0.432551533)\r\no2.CFrame = CFrame.new(13.0515203, 41.184063, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no2.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no2.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no2.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no2.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no2.Position = Vector3.new(13.0515203, 41.184063, -70.0561295)\r\no3.Parent = o2\r\no3.Scale = Vector3.new(0.337930918, 0.270344734, 1)\r\no4.Parent = o1\r\no4.Material = Enum.Material.SmoothPlastic\r\no4.BrickColor = BrickColor.new(\"Institutional white\")\r\no4.Position = Vector3.new(11.0104322, 40.8393707, -70.0561218)\r\no4.Anchored = true\r\no4.CanCollide = false\r\no4.Size = Vector3.new(0.200000003, 0.7434479, 0.432551622)\r\no4.CFrame = CFrame.new(11.0104322, 40.8393707, -70.0561218, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no4.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no4.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no4.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no4.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no4.Position = Vector3.new(11.0104322, 40.8393707, -70.0561218)\r\no5.Parent = o4\r\no5.Scale = Vector3.new(0.337930918, 1, 1)\r\no6.Parent = o1\r\no6.Material = Enum.Material.SmoothPlastic\r\no6.BrickColor = BrickColor.new(\"Institutional white\")\r\no6.Position = Vector3.new(12.0309782, 40.8393707, -70.5968246)\r\no6.Anchored = true\r\no6.Size = Vector3.new(2.10868883, 0.7434479, 0.648827374)\r\no6.CFrame = CFrame.new(12.0309782, 40.8393707, -70.5968246, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no6.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no6.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no6.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no6.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no6.Position = Vector3.new(12.0309782, 40.8393707, -70.5968246)\r\no7.Parent = o1\r\no7.Material = Enum.Material.SmoothPlastic\r\no7.BrickColor = BrickColor.new(\"Institutional white\")\r\no7.Position = Vector3.new(13.0380087, 40.9340019, -70.0561295)\r\no7.Anchored = true\r\no7.CanCollide = false\r\no7.Size = Vector3.new(0.200000003, 0.446068704, 0.432551533)\r\no7.CFrame = CFrame.new(13.0380087, 40.9340019, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no7.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no7.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no7.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no7.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no7.Position = Vector3.new(13.0380087, 40.9340019, -70.0561295)\r\no8.Parent = o7\r\no8.Scale = Vector3.new(0.202758551, 1, 1)\r\no9.Parent = o1\r\no9.Material = Enum.Material.SmoothPlastic\r\no9.BrickColor = BrickColor.new(\"Institutional white\")\r\no9.Position = Vector3.new(13.0515203, 40.4946709, -70.0561295)\r\no9.Anchored = true\r\no9.CanCollide = false\r\no9.Size = Vector3.new(0.200000003, 0.200000003, 0.432551533)\r\no9.CFrame = CFrame.new(13.0515203, 40.4946709, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no9.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no9.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no9.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no9.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no9.Position = Vector3.new(13.0515203, 40.4946709, -70.0561295)\r\no10.Parent = o9\r\no10.Scale = Vector3.new(0.337930918, 0.270344734, 1)\r\no11.Parent = o1\r\no11.Material = Enum.Material.SmoothPlastic\r\no11.BrickColor = BrickColor.new(\"Really black\")\r\no11.Position = Vector3.new(13.0447683, 40.9407463, -70.0561218)\r\no11.Rotation = Vector3.new(-0, 0, -89.9999771)\r\no11.Anchored = true\r\no11.CanCollide = false\r\no11.Size = Vector3.new(0.432551593, 0.200000003, 0.432551533)\r\no11.CFrame = CFrame.new(13.0447683, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)\r\no11.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no11.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no11.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)\r\no11.Position = Vector3.new(13.0447683, 40.9407463, -70.0561218)\r\no12.Parent = o11\r\no12.Scale = Vector3.new(1, 0.270344734, 1)\r\no13.Parent = o1\r\no13.Material = Enum.Material.SmoothPlastic\r\no13.BrickColor = BrickColor.new(\"Institutional white\")\r\no13.Position = Vector3.new(11.6057615, 40.8393707, -71.2487564)\r\no13.Rotation = Vector3.new(-180, 14.9999971, -180)\r\no13.Anchored = true\r\no13.CanCollide = false\r\no13.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)\r\no13.CFrame = CFrame.new(11.6057615, 40.8393707, -71.2487564, -0.965925872, 0, 0.258818984, 0, 1, 0, -0.258818984, 0, -0.965925872)\r\no13.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no13.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no13.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no13.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no13.Position = Vector3.new(11.6057615, 40.8393707, -71.2487564)\r\no14.Parent = o13\r\no14.Scale = Vector3.new(1, 0.473103225, 0.946206748)\r\no15.Parent = o1\r\no15.Material = Enum.Material.SmoothPlastic\r\no15.BrickColor = BrickColor.new(\"Institutional white\")\r\no15.Position = Vector3.new(12.0377378, 40.8393707, -69.1775131)\r\no15.Anchored = true\r\no15.CanCollide = false\r\no15.Size = Vector3.new(1.82482684, 0.608275533, 0.200000003)\r\no15.CFrame = CFrame.new(12.0377378, 40.8393707, -69.1775131, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no15.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no15.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no15.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no15.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no15.Position = Vector3.new(12.0377378, 40.8393707, -69.1775131)\r\no16.Parent = o15\r\no16.Scale = Vector3.new(1, 1, 0.540689588)\r\no17.Parent = o1\r\no17.Material = Enum.Material.SmoothPlastic\r\no17.BrickColor = BrickColor.new(\"Institutional white\")\r\no17.Position = Vector3.new(11.5763578, 40.8393707, -68.866394)\r\no17.Rotation = Vector3.new(-0, 14.9999971, -180)\r\no17.Anchored = true\r\no17.CanCollide = false\r\no17.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)\r\no17.CFrame = CFrame.new(11.5763578, 40.8393707, -68.866394, -0.965925872, 0, 0.258818984, 0, -1, 0, 0.258818984, 0, 0.965925872)\r\no17.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no17.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no17.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no17.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no17.Position = Vector3.new(11.5763578, 40.8393707, -68.866394)\r\no18.Parent = o17\r\no18.Scale = Vector3.new(1, 0.473103225, 0.946206748)\r\no19.Parent = o1\r\no19.Material = Enum.Material.SmoothPlastic\r\no19.BrickColor = BrickColor.new(\"Institutional white\")\r\no19.Position = Vector3.new(13.1865072, 40.8325996, -71.4201889)\r\no19.Rotation = Vector3.new(-180, -14.9999971, -0)\r\no19.Anchored = true\r\no19.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)\r\no19.CFrame = CFrame.new(13.1865072, 40.8325996, -71.4201889, 0.965925872, 0, -0.258818984, 0, -1, 0, -0.258818984, 0, -0.965925872)\r\no19.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no19.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no19.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no19.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no19.Position = Vector3.new(13.1865072, 40.8325996, -71.4201889)\r\no20.Parent = o1\r\no20.Material = Enum.Material.SmoothPlastic\r\no20.BrickColor = BrickColor.new(\"Institutional white\")\r\no20.Position = Vector3.new(12.0650892, 40.8393707, -71.0390167)\r\no20.Rotation = Vector3.new(-180, 0, -180)\r\no20.Anchored = true\r\no20.CanCollide = false\r\no20.Size = Vector3.new(0.432551652, 0.202758521, 0.200000003)\r\no20.CFrame = CFrame.new(12.0650892, 40.8393707, -71.0390167, -1, 0, 0, 0, 1, 0, 0, 0, -1)\r\no20.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no20.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no20.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no20.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no20.Position = Vector3.new(12.0650892, 40.8393707, -71.0390167)\r\no21.Parent = o20\r\no21.Scale = Vector3.new(1, 1, 0.878620446)\r\no22.Parent = o1\r\no22.Material = Enum.Material.SmoothPlastic\r\no22.BrickColor = BrickColor.new(\"Institutional white\")\r\no22.Position = Vector3.new(12.517333, 40.8393707, -68.866394)\r\no22.Rotation = Vector3.new(-0, -15.0000248, -0)\r\no22.Anchored = true\r\no22.CanCollide = false\r\no22.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)\r\no22.CFrame = CFrame.new(12.517333, 40.8393707, -68.866394, 0.965927541, 0, -0.258819461, 0, 1, 0, 0.258819461, 0, 0.965927541)\r\no22.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no22.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no22.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no22.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no22.Position = Vector3.new(12.517333, 40.8393707, -68.866394)\r\no23.Parent = o22\r\no23.Scale = Vector3.new(1, 0.473103225, 0.946206748)\r\no24.Parent = o1\r\no24.Material = Enum.Material.SmoothPlastic\r\no24.BrickColor = BrickColor.new(\"Institutional white\")\r\no24.Position = Vector3.new(12.0242186, 40.8393707, -70.9347534)\r\no24.Anchored = true\r\no24.CanCollide = false\r\no24.Size = Vector3.new(1.85186148, 0.608275533, 0.200000003)\r\no24.CFrame = CFrame.new(12.0242186, 40.8393707, -70.9347534, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no24.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no24.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no24.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no24.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no24.Position = Vector3.new(12.0242186, 40.8393707, -70.9347534)\r\no25.Parent = o24\r\no25.Scale = Vector3.new(1, 1, 0.540689588)\r\no26.Parent = o1\r\no26.Material = Enum.Material.SmoothPlastic\r\no26.BrickColor = BrickColor.new(\"Institutional white\")\r\no26.Position = Vector3.new(10.936595, 40.8325996, -68.6949692)\r\no26.Rotation = Vector3.new(-0, 14.9999971, -180)\r\no26.Anchored = true\r\no26.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)\r\no26.CFrame = CFrame.new(10.936595, 40.8325996, -68.6949692, -0.965925872, 0, 0.258818984, 0, -1, 0, 0.258818984, 0, 0.965925872)\r\no26.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no26.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no26.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no26.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no26.Position = Vector3.new(10.936595, 40.8325996, -68.6949692)\r\no27.Parent = o1\r\no27.Material = Enum.Material.SmoothPlastic\r\no27.BrickColor = BrickColor.new(\"Institutional white\")\r\no27.Position = Vector3.new(10.9659986, 40.8325996, -71.4201889)\r\no27.Rotation = Vector3.new(-180, 14.9999971, -180)\r\no27.Anchored = true\r\no27.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)\r\no27.CFrame = CFrame.new(10.9659986, 40.8325996, -71.4201889, -0.965925872, 0, 0.258818984, 0, 1, 0, -0.258818984, 0, -0.965925872)\r\no27.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no27.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no27.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no27.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no27.Position = Vector3.new(10.9659986, 40.8325996, -71.4201889)\r\no28.Parent = o1\r\no28.Material = Enum.Material.SmoothPlastic\r\no28.BrickColor = BrickColor.new(\"Institutional white\")\r\no28.Position = Vector3.new(12.0580168, 40.8393707, -69.0761337)\r\no28.Anchored = true\r\no28.CanCollide = false\r\no28.Size = Vector3.new(0.432551652, 0.202758521, 0.200000003)\r\no28.CFrame = CFrame.new(12.0580168, 40.8393707, -69.0761337, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no28.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no28.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no28.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no28.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no28.Position = Vector3.new(12.0580168, 40.8393707, -69.0761337)\r\no29.Parent = o28\r\no29.Scale = Vector3.new(1, 1, 0.878620446)\r\no30.Parent = o1\r\no30.Material = Enum.Material.SmoothPlastic\r\no30.BrickColor = BrickColor.new(\"Institutional white\")\r\no30.Position = Vector3.new(12.0580168, 40.8393707, -69.0355835)\r\no30.Anchored = true\r\no30.CanCollide = false\r\no30.Size = Vector3.new(0.405517191, 0.200000003, 0.256827533)\r\no30.CFrame = CFrame.new(12.0580168, 40.8393707, -69.0355835, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no30.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no30.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no30.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no30.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no30.Position = Vector3.new(12.0580168, 40.8393707, -69.0355835)\r\no31.Parent = o30\r\no31.Scale = Vector3.new(1, 0.473103225, 1)\r\no32.Parent = o1\r\no32.Material = Enum.Material.SmoothPlastic\r\no32.BrickColor = BrickColor.new(\"Institutional white\")\r\no32.Position = Vector3.new(13.1571112, 40.8325996, -68.6949692)\r\no32.Rotation = Vector3.new(-0, -15.0000248, -0)\r\no32.Anchored = true\r\no32.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)\r\no32.CFrame = CFrame.new(13.1571112, 40.8325996, -68.6949692, 0.965927541, 0, -0.258819461, 0, 1, 0, 0.258819461, 0, 0.965927541)\r\no32.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no32.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no32.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no32.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no32.Position = Vector3.new(13.1571112, 40.8325996, -68.6949692)\r\no33.Parent = o1\r\no33.Material = Enum.Material.SmoothPlastic\r\no33.BrickColor = BrickColor.new(\"Institutional white\")\r\no33.Position = Vector3.new(12.5467367, 40.8393707, -71.2487564)\r\no33.Rotation = Vector3.new(-180, -14.9999971, -0)\r\no33.Anchored = true\r\no33.CanCollide = false\r\no33.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)\r\no33.CFrame = CFrame.new(12.5467367, 40.8393707, -71.2487564, 0.965925872, 0, -0.258818984, 0, -1, 0, -0.258818984, 0, -0.965925872)\r\no33.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no33.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no33.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no33.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no33.Position = Vector3.new(12.5467367, 40.8393707, -71.2487564)\r\no34.Parent = o33\r\no34.Scale = Vector3.new(1, 0.473103225, 0.946206748)\r\no35.Parent = o1\r\no35.Material = Enum.Material.Neon\r\no35.BrickColor = BrickColor.new(\"Institutional white\")\r\no35.Position = Vector3.new(13.05828, 40.9407463, -70.0561218)\r\no35.Rotation = Vector3.new(-0, 0, -89.9999771)\r\no35.Anchored = true\r\no35.CanCollide = false\r\no35.Size = Vector3.new(0.324413657, 0.200000003, 0.432551533)\r\no35.CFrame = CFrame.new(13.05828, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)\r\no35.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no35.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no35.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no35.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no35.Position = Vector3.new(13.05828, 40.9407463, -70.0561218)\r\no36.Parent = o35\r\no36.Scale = Vector3.new(1, 0.405517131, 1)\r\no37.Name = \"Eye\"\r\no37.Parent = o1\r\no37.Material = Enum.Material.Neon\r\no37.BrickColor = BrickColor.new(\"Lime green\")\r\no37.Position = Vector3.new(13.0515203, 40.9407463, -70.0561218)\r\no37.Rotation = Vector3.new(-0, 0, -89.9999771)\r\no37.Anchored = true\r\no37.CanCollide = false\r\no37.Size = Vector3.new(0.405517131, 0.200000003, 0.432551533)\r\no37.CFrame = CFrame.new(13.0515203, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)\r\no37.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no37.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no37.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no37.Color = Color3.new(0, 1, 0)\r\no37.Position = Vector3.new(13.0515203, 40.9407463, -70.0561218)\r\no38.Parent = o37\r\no38.Scale = Vector3.new(1, 0.337930918, 1)\r\no39.Parent = o37\r\no39.Color = Color3.new(0, 1, 0)\r\no39.Brightness = 3\r\no39.Face = Enum.NormalId.Top\r\no39.Name = \"Light\"\r\no40.Name = \"Rotor4\"\r\no40.Parent = o1\r\no40.PrimaryPart = o41\r\no41.Name = \"Main\"\r\no41.Parent = o40\r\no41.Material = Enum.Material.SmoothPlastic\r\no41.BrickColor = BrickColor.new(\"Fossil\")\r\no41.Position = Vector3.new(13.1841497, 41.1367531, -71.4254456)\r\no41.Anchored = true\r\no41.CanCollide = false\r\no41.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)\r\no41.CFrame = CFrame.new(13.1841497, 41.1367531, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no41.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no41.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no41.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no41.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no41.Position = Vector3.new(13.1841497, 41.1367531, -71.4254456)\r\no42.Parent = o41\r\no42.Scale = Vector3.new(0.405518085, 1, 0.40551728)\r\no43.Parent = o40\r\no43.Material = Enum.Material.SmoothPlastic\r\no43.BrickColor = BrickColor.new(\"Fossil\")\r\no43.Position = Vector3.new(13.1841497, 41.3597794, -71.4254456)\r\no43.Anchored = true\r\no43.CanCollide = false\r\no43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)\r\no43.CFrame = CFrame.new(13.1841497, 41.3597794, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no43.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no43.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no43.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no43.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no43.Position = Vector3.new(13.1841497, 41.3597794, -71.4254456)\r\no44.Parent = o43\r\no44.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)\r\no45.Parent = o40\r\no45.Material = Enum.Material.SmoothPlastic\r\no45.BrickColor = BrickColor.new(\"Fossil\")\r\no45.Position = Vector3.new(13.1841497, 41.3597794, -71.1821365)\r\no45.Rotation = Vector3.new(-0, 0, -14.9999666)\r\no45.Anchored = true\r\no45.CanCollide = false\r\no45.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no45.CFrame = CFrame.new(13.1841497, 41.3597794, -71.1821365, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)\r\no45.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no45.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no45.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no45.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no45.Position = Vector3.new(13.1841497, 41.3597794, -71.1821365)\r\no46.Parent = o45\r\no46.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no47.Parent = o40\r\no47.Material = Enum.Material.SmoothPlastic\r\no47.BrickColor = BrickColor.new(\"Fossil\")\r\no47.Position = Vector3.new(12.9408331, 41.3597794, -71.4254456)\r\no47.Rotation = Vector3.new(14.999939, -90, 0)\r\no47.Anchored = true\r\no47.CanCollide = false\r\no47.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no47.CFrame = CFrame.new(12.9408331, 41.3597794, -71.4254456, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)\r\no47.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no47.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no47.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no47.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no47.Position = Vector3.new(12.9408331, 41.3597794, -71.4254456)\r\no48.Parent = o47\r\no48.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no49.Parent = o40\r\no49.Material = Enum.Material.SmoothPlastic\r\no49.BrickColor = BrickColor.new(\"Fossil\")\r\no49.Position = Vector3.new(13.1841497, 41.3597794, -71.6687622)\r\no49.Rotation = Vector3.new(-0, 0, 14.9999952)\r\no49.Anchored = true\r\no49.CanCollide = false\r\no49.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no49.CFrame = CFrame.new(13.1841497, 41.3597794, -71.6687622, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)\r\no49.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no49.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no49.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no49.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no49.Position = Vector3.new(13.1841497, 41.3597794, -71.6687622)\r\no50.Parent = o49\r\no50.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no51.Parent = o40\r\no51.Material = Enum.Material.SmoothPlastic\r\no51.BrickColor = BrickColor.new(\"Fossil\")\r\no51.Position = Vector3.new(13.4274492, 41.3597794, -71.4254532)\r\no51.Rotation = Vector3.new(-14.9999952, -90, 0)\r\no51.Anchored = true\r\no51.CanCollide = false\r\no51.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no51.CFrame = CFrame.new(13.4274492, 41.3597794, -71.4254532, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)\r\no51.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no51.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no51.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no51.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no51.Position = Vector3.new(13.4274492, 41.3597794, -71.4254532)\r\no52.Parent = o51\r\no52.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no53.Name = \"Rotor3\"\r\no53.Parent = o1\r\no53.PrimaryPart = o54\r\no54.Name = \"Main\"\r\no54.Parent = o53\r\no54.Material = Enum.Material.SmoothPlastic\r\no54.BrickColor = BrickColor.new(\"Fossil\")\r\no54.Position = Vector3.new(10.9673338, 41.1367531, -71.4254456)\r\no54.Anchored = true\r\no54.CanCollide = false\r\no54.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)\r\no54.CFrame = CFrame.new(10.9673338, 41.1367531, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no54.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no54.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no54.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no54.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no54.Position = Vector3.new(10.9673338, 41.1367531, -71.4254456)\r\no55.Parent = o54\r\no55.Scale = Vector3.new(0.405518085, 1, 0.40551728)\r\no56.Parent = o53\r\no56.Material = Enum.Material.SmoothPlastic\r\no56.BrickColor = BrickColor.new(\"Fossil\")\r\no56.Position = Vector3.new(10.9673338, 41.3597794, -71.4254456)\r\no56.Anchored = true\r\no56.CanCollide = false\r\no56.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)\r\no56.CFrame = CFrame.new(10.9673338, 41.3597794, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no56.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no56.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no56.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no56.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no56.Position = Vector3.new(10.9673338, 41.3597794, -71.4254456)\r\no57.Parent = o56\r\no57.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)\r\no58.Parent = o53\r\no58.Material = Enum.Material.SmoothPlastic\r\no58.BrickColor = BrickColor.new(\"Fossil\")\r\no58.Position = Vector3.new(10.9673338, 41.3597794, -71.1821365)\r\no58.Rotation = Vector3.new(-0, 0, -14.9999666)\r\no58.Anchored = true\r\no58.CanCollide = false\r\no58.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no58.CFrame = CFrame.new(10.9673338, 41.3597794, -71.1821365, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)\r\no58.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no58.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no58.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no58.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no58.Position = Vector3.new(10.9673338, 41.3597794, -71.1821365)\r\no59.Parent = o58\r\no59.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no60.Parent = o53\r\no60.Material = Enum.Material.SmoothPlastic\r\no60.BrickColor = BrickColor.new(\"Fossil\")\r\no60.Position = Vector3.new(10.7240248, 41.3597794, -71.4254456)\r\no60.Rotation = Vector3.new(14.999939, -90, 0)\r\no60.Anchored = true\r\no60.CanCollide = false\r\no60.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no60.CFrame = CFrame.new(10.7240248, 41.3597794, -71.4254456, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)\r\no60.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no60.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no60.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no60.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no60.Position = Vector3.new(10.7240248, 41.3597794, -71.4254456)\r\no61.Parent = o60\r\no61.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no62.Parent = o53\r\no62.Material = Enum.Material.SmoothPlastic\r\no62.BrickColor = BrickColor.new(\"Fossil\")\r\no62.Position = Vector3.new(10.9673338, 41.3597794, -71.6687622)\r\no62.Rotation = Vector3.new(-0, 0, 14.9999952)\r\no62.Anchored = true\r\no62.CanCollide = false\r\no62.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no62.CFrame = CFrame.new(10.9673338, 41.3597794, -71.6687622, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)\r\no62.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no62.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no62.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no62.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no62.Position = Vector3.new(10.9673338, 41.3597794, -71.6687622)\r\no63.Parent = o62\r\no63.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no64.Parent = o53\r\no64.Material = Enum.Material.SmoothPlastic\r\no64.BrickColor = BrickColor.new(\"Fossil\")\r\no64.Position = Vector3.new(11.2106352, 41.3597794, -71.4254532)\r\no64.Rotation = Vector3.new(-14.9999952, -90, 0)\r\no64.Anchored = true\r\no64.CanCollide = false\r\no64.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no64.CFrame = CFrame.new(11.2106352, 41.3597794, -71.4254532, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)\r\no64.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no64.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no64.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no64.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no64.Position = Vector3.new(11.2106352, 41.3597794, -71.4254532)\r\no65.Parent = o64\r\no65.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no66.Parent = o1\r\no66.Material = Enum.Material.SmoothPlastic\r\no66.BrickColor = BrickColor.new(\"Institutional white\")\r\no66.Position = Vector3.new(13.0515203, 40.6163445, -70.1642685)\r\no66.Anchored = true\r\no66.CanCollide = false\r\no66.Size = Vector3.new(0.200000003, 0.200000003, 0.216275766)\r\no66.CFrame = CFrame.new(13.0515203, 40.6163445, -70.1642685, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no66.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no66.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no66.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no66.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no66.Position = Vector3.new(13.0515203, 40.6163445, -70.1642685)\r\no67.Parent = o66\r\no67.Scale = Vector3.new(0.337930918, 0.94620645, 1)\r\no68.Name = \"SmgShutter\"\r\no68.Parent = o1\r\no68.Material = Enum.Material.SmoothPlastic\r\no68.BrickColor = BrickColor.new(\"Institutional white\")\r\no68.Position = Vector3.new(13.0515203, 40.6163445, -69.9479904)\r\no68.Anchored = true\r\no68.CanCollide = false\r\no68.Size = Vector3.new(0.200000003, 0.200000003, 0.216275766)\r\no68.CFrame = CFrame.new(13.0515203, 40.6163445, -69.9479904, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no68.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no68.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no68.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no68.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no68.Position = Vector3.new(13.0515203, 40.6163445, -69.9479904)\r\no69.Parent = o68\r\no69.Scale = Vector3.new(0.337930918, 0.94620645, 1)\r\no70.Parent = o1\r\no70.Material = Enum.Material.SmoothPlastic\r\no70.BrickColor = BrickColor.new(\"Institutional white\")\r\no70.Position = Vector3.new(12.0242186, 40.8325996, -70.0561218)\r\no70.Anchored = true\r\no70.Size = Vector3.new(1.98703384, 0.865103006, 1.62206864)\r\no70.CFrame = CFrame.new(12.0242186, 40.8325996, -70.0561218, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no70.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no70.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no70.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no70.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no70.Position = Vector3.new(12.0242186, 40.8325996, -70.0561218)\r\no71.Name = \"Rotor1\"\r\no71.Parent = o1\r\no71.PrimaryPart = o72\r\no72.Name = \"Main\"\r\no72.Parent = o71\r\no72.Material = Enum.Material.SmoothPlastic\r\no72.BrickColor = BrickColor.new(\"Fossil\")\r\no72.Position = Vector3.new(13.1571112, 41.1367531, -68.6949692)\r\no72.Anchored = true\r\no72.CanCollide = false\r\no72.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)\r\no72.CFrame = CFrame.new(13.1571112, 41.1367531, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no72.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no72.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no72.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no72.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no72.Position = Vector3.new(13.1571112, 41.1367531, -68.6949692)\r\no73.Parent = o72\r\no73.Scale = Vector3.new(0.405518085, 1, 0.40551728)\r\no74.Parent = o71\r\no74.Material = Enum.Material.SmoothPlastic\r\no74.BrickColor = BrickColor.new(\"Fossil\")\r\no74.Position = Vector3.new(13.1571112, 41.3597794, -68.6949692)\r\no74.Anchored = true\r\no74.CanCollide = false\r\no74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)\r\no74.CFrame = CFrame.new(13.1571112, 41.3597794, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no74.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no74.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no74.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no74.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no74.Position = Vector3.new(13.1571112, 41.3597794, -68.6949692)\r\no75.Parent = o74\r\no75.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)\r\no76.Parent = o71\r\no76.Material = Enum.Material.SmoothPlastic\r\no76.BrickColor = BrickColor.new(\"Fossil\")\r\no76.Position = Vector3.new(13.1571112, 41.3597794, -68.4516602)\r\no76.Rotation = Vector3.new(-0, 0, -14.9999666)\r\no76.Anchored = true\r\no76.CanCollide = false\r\no76.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no76.CFrame = CFrame.new(13.1571112, 41.3597794, -68.4516602, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)\r\no76.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no76.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no76.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no76.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no76.Position = Vector3.new(13.1571112, 41.3597794, -68.4516602)\r\no77.Parent = o76\r\no77.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no78.Parent = o71\r\no78.Material = Enum.Material.SmoothPlastic\r\no78.BrickColor = BrickColor.new(\"Fossil\")\r\no78.Position = Vector3.new(12.9138021, 41.3597794, -68.6949692)\r\no78.Rotation = Vector3.new(14.999939, -90, 0)\r\no78.Anchored = true\r\no78.CanCollide = false\r\no78.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no78.CFrame = CFrame.new(12.9138021, 41.3597794, -68.6949692, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)\r\no78.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no78.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no78.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no78.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no78.Position = Vector3.new(12.9138021, 41.3597794, -68.6949692)\r\no79.Parent = o78\r\no79.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no80.Parent = o71\r\no80.Material = Enum.Material.SmoothPlastic\r\no80.BrickColor = BrickColor.new(\"Fossil\")\r\no80.Position = Vector3.new(13.1571112, 41.3597794, -68.9382782)\r\no80.Rotation = Vector3.new(-0, 0, 14.9999952)\r\no80.Anchored = true\r\no80.CanCollide = false\r\no80.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no80.CFrame = CFrame.new(13.1571112, 41.3597794, -68.9382782, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)\r\no80.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no80.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no80.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no80.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no80.Position = Vector3.new(13.1571112, 41.3597794, -68.9382782)\r\no81.Parent = o80\r\no81.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no82.Parent = o71\r\no82.Material = Enum.Material.SmoothPlastic\r\no82.BrickColor = BrickColor.new(\"Fossil\")\r\no82.Position = Vector3.new(13.4004259, 41.3597794, -68.6949692)\r\no82.Rotation = Vector3.new(-14.9999952, -90, 0)\r\no82.Anchored = true\r\no82.CanCollide = false\r\no82.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no82.CFrame = CFrame.new(13.4004259, 41.3597794, -68.6949692, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)\r\no82.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no82.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no82.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no82.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no82.Position = Vector3.new(13.4004259, 41.3597794, -68.6949692)\r\no83.Parent = o82\r\no83.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no84.Name = \"Rotor2\"\r\no84.Parent = o1\r\no84.PrimaryPart = o85\r\no85.Name = \"Main\"\r\no85.Parent = o84\r\no85.Material = Enum.Material.SmoothPlastic\r\no85.BrickColor = BrickColor.new(\"Fossil\")\r\no85.Position = Vector3.new(10.9403028, 41.1367531, -68.6949692)\r\no85.Anchored = true\r\no85.CanCollide = false\r\no85.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)\r\no85.CFrame = CFrame.new(10.9403028, 41.1367531, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no85.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no85.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no85.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no85.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no85.Position = Vector3.new(10.9403028, 41.1367531, -68.6949692)\r\no86.Parent = o85\r\no86.Scale = Vector3.new(0.405518085, 1, 0.40551728)\r\no87.Parent = o84\r\no87.Material = Enum.Material.SmoothPlastic\r\no87.BrickColor = BrickColor.new(\"Fossil\")\r\no87.Position = Vector3.new(10.9403028, 41.3597794, -68.6949692)\r\no87.Anchored = true\r\no87.CanCollide = false\r\no87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)\r\no87.CFrame = CFrame.new(10.9403028, 41.3597794, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no87.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no87.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no87.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no87.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no87.Position = Vector3.new(10.9403028, 41.3597794, -68.6949692)\r\no88.Parent = o87\r\no88.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)\r\no89.Parent = o84\r\no89.Material = Enum.Material.SmoothPlastic\r\no89.BrickColor = BrickColor.new(\"Fossil\")\r\no89.Position = Vector3.new(10.9403028, 41.3597794, -68.4516602)\r\no89.Rotation = Vector3.new(-0, 0, -14.9999666)\r\no89.Anchored = true\r\no89.CanCollide = false\r\no89.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no89.CFrame = CFrame.new(10.9403028, 41.3597794, -68.4516602, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)\r\no89.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no89.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no89.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no89.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no89.Position = Vector3.new(10.9403028, 41.3597794, -68.4516602)\r\no90.Parent = o89\r\no90.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no91.Parent = o84\r\no91.Material = Enum.Material.SmoothPlastic\r\no91.BrickColor = BrickColor.new(\"Fossil\")\r\no91.Position = Vector3.new(10.6969938, 41.3597794, -68.6949692)\r\no91.Rotation = Vector3.new(14.999939, -90, 0)\r\no91.Anchored = true\r\no91.CanCollide = false\r\no91.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no91.CFrame = CFrame.new(10.6969938, 41.3597794, -68.6949692, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)\r\no91.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no91.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no91.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no91.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no91.Position = Vector3.new(10.6969938, 41.3597794, -68.6949692)\r\no92.Parent = o91\r\no92.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no93.Parent = o84\r\no93.Material = Enum.Material.SmoothPlastic\r\no93.BrickColor = BrickColor.new(\"Fossil\")\r\no93.Position = Vector3.new(10.9403028, 41.3597794, -68.9382782)\r\no93.Rotation = Vector3.new(-0, 0, 14.9999952)\r\no93.Anchored = true\r\no93.CanCollide = false\r\no93.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no93.CFrame = CFrame.new(10.9403028, 41.3597794, -68.9382782, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)\r\no93.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no93.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no93.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no93.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no93.Position = Vector3.new(10.9403028, 41.3597794, -68.9382782)\r\no94.Parent = o93\r\no94.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no95.Parent = o84\r\no95.Material = Enum.Material.SmoothPlastic\r\no95.BrickColor = BrickColor.new(\"Fossil\")\r\no95.Position = Vector3.new(11.1836042, 41.3597794, -68.6949692)\r\no95.Rotation = Vector3.new(-14.9999952, -90, 0)\r\no95.Anchored = true\r\no95.CanCollide = false\r\no95.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)\r\no95.CFrame = CFrame.new(11.1836042, 41.3597794, -68.6949692, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)\r\no95.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no95.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no95.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no95.Color = Color3.new(0.623529, 0.631373, 0.67451)\r\no95.Position = Vector3.new(11.1836042, 41.3597794, -68.6949692)\r\no96.Parent = o95\r\no96.Scale = Vector3.new(0.405518085, 0.135172486, 1)\r\no97.Parent = o1\r\no97.Material = Enum.Material.SmoothPlastic\r\no97.BrickColor = BrickColor.new(\"Institutional white\")\r\no97.Position = Vector3.new(12.0309782, 40.8393707, -69.5154419)\r\no97.Anchored = true\r\no97.Size = Vector3.new(2.10868883, 0.7434479, 0.648827374)\r\no97.CFrame = CFrame.new(12.0309782, 40.8393707, -69.5154419, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no97.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no97.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no97.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no97.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no97.Position = Vector3.new(12.0309782, 40.8393707, -69.5154419)\r\no98.Name = \"Smg\"\r\no98.Parent = o1\r\no99.Parent = o98\r\no99.Material = Enum.Material.SmoothPlastic\r\no99.BrickColor = BrickColor.new(\"Smoky grey\")\r\no99.Position = Vector3.new(12.7068396, 40.616333, -69.9344788)\r\no99.Rotation = Vector3.new(-0, 0, -89.9999771)\r\no99.Anchored = true\r\no99.CanCollide = false\r\no99.Size = Vector3.new(0.200000003, 0.216275766, 0.200000003)\r\no99.CFrame = CFrame.new(12.7068396, 40.616333, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)\r\no99.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no99.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no99.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no99.Color = Color3.new(0.356863, 0.364706, 0.411765)\r\no99.Position = Vector3.new(12.7068396, 40.616333, -69.9344788)\r\no100.Parent = o99\r\no100.Scale = Vector3.new(0.946206272, 1, 0.946206272)\r\no101.Parent = o98\r\no101.Material = Enum.Material.SmoothPlastic\r\no101.BrickColor = BrickColor.new(\"Smoky grey\")\r\no101.Position = Vector3.new(12.8217306, 40.616333, -69.9344788)\r\no101.Rotation = Vector3.new(-0, 0, -89.9999771)\r\no101.Anchored = true\r\no101.CanCollide = false\r\no101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)\r\no101.CFrame = CFrame.new(12.8217306, 40.616333, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)\r\no101.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no101.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no101.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no101.Color = Color3.new(0.356863, 0.364706, 0.411765)\r\no101.Position = Vector3.new(12.8217306, 40.616333, -69.9344788)\r\no102.Parent = o101\r\no102.Scale = Vector3.new(0.811033964, 0.20275867, 0.946206272)\r\no103.Parent = o98\r\no103.Material = Enum.Material.SmoothPlastic\r\no103.BrickColor = BrickColor.new(\"Smoky grey\")\r\no103.Position = Vector3.new(12.9095907, 40.6298485, -69.9344788)\r\no103.Rotation = Vector3.new(-0, 0, -89.9999771)\r\no103.Anchored = true\r\no103.CanCollide = false\r\no103.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)\r\no103.CFrame = CFrame.new(12.9095907, 40.6298485, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)\r\no103.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no103.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no103.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no103.Color = Color3.new(0.356863, 0.364706, 0.411765)\r\no103.Position = Vector3.new(12.9095907, 40.6298485, -69.9344788)\r\no104.Parent = o103\r\no104.Scale = Vector3.new(0.54068929, 0.811033964, 0.946206272)\r\no105.Name = \"SMGPipeH\"\r\no105.Parent = o98\r\no105.Material = Enum.Material.SmoothPlastic\r\no105.BrickColor = BrickColor.new(\"Really black\")\r\no105.Position = Vector3.new(12.9974585, 40.6298485, -69.9344788)\r\no105.Rotation = Vector3.new(-0, 0, -89.9999771)\r\no105.Anchored = true\r\no105.CanCollide = false\r\no105.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)\r\no105.CFrame = CFrame.new(12.9974585, 40.6298485, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)\r\no105.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no105.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no105.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)\r\no105.Position = Vector3.new(12.9974585, 40.6298485, -69.9344788)\r\no106.Parent = o105\r\no106.Scale = Vector3.new(0.270344585, 0.0675861686, 0.946206272)\r\no107.Parent = o98\r\no107.Material = Enum.Material.SmoothPlastic\r\no107.BrickColor = BrickColor.new(\"Smoky grey\")\r\no107.Position = Vector3.new(12.8758001, 40.5825348, -69.9344788)\r\no107.Rotation = Vector3.new(-0, 0, -89.9999771)\r\no107.Anchored = true\r\no107.CanCollide = false\r\no107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)\r\no107.CFrame = CFrame.new(12.8758001, 40.5825348, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)\r\no107.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no107.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no107.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no107.Color = Color3.new(0.356863, 0.364706, 0.411765)\r\no107.Position = Vector3.new(12.8758001, 40.5825348, -69.9344788)\r\no108.Parent = o107\r\no108.Scale = Vector3.new(0.337930739, 0.473103255, 0.946206272)\r\no109.Name = \"Controller\"\r\no109.Parent = o1\r\no109.Material = Enum.Material.SmoothPlastic\r\no109.BrickColor = BrickColor.new(\"Institutional white\")\r\no109.Position = Vector3.new(12.0515394, 40.7946739, -70.0561295)\r\no109.Anchored = true\r\no109.CanCollide = false\r\no109.Size = Vector3.new(0.200000003, 0.400000006, 0.432551533)\r\no109.CFrame = CFrame.new(12.0515394, 40.7946739, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)\r\no109.BackSurface = Enum.SurfaceType.SmoothNoOutlines\r\no109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines\r\no109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines\r\no109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines\r\no109.RightSurface = Enum.SurfaceType.SmoothNoOutlines\r\no109.TopSurface = Enum.SurfaceType.SmoothNoOutlines\r\no109.Color = Color3.new(0.972549, 0.972549, 0.972549)\r\no109.Position = Vector3.new(12.0515394, 40.7946739, -70.0561295)\r\no1.PrimaryPart = o109\r\nif PlayAudios then\r\nlocal s = Instance.new(\"Sound\")\r\ns.SoundId = \"rbxassetid://146830287\"\r\ns.Parent = o1.PrimaryPart\r\ns.Pitch = 1\r\ns.Volume = 2\r\ns.Looped = true\r\nwait(0.1)\r\ns:play()\r\nend\r\n\r\nlocal seat = Instance.new(\"Seat\",o1)\r\nseat.Name = \"Seat\"\r\nseat.Size = Vector3.new(1,1,1)\r\nseat.Transparency = 0\r\nseat.CFrame = o1.Controller.CFrame * CFrame.Angles(math.rad(0),math.rad(-90),math.rad(0))\r\nseat.CanCollide = false\r\n\r\nlocal soisoi = Instance.new(\"Sound\",o1.Controller)\r\nif PlayAudios then\r\nsoisoi.SoundId = \"rbxassetid://151800925\"\r\nsoisoi.Volume = 0.3\r\nsoisoi.Pitch = 3\r\nsoisoi.Looped = true\r\nsoisoi:Play()\r\nend\r\n\r\no1:FindFirstChild(\"Rotor1\").PrimaryPart = o1:FindFirstChild(\"Rotor1\").Main\r\no1:FindFirstChild(\"Rotor2\").PrimaryPart = o1:FindFirstChild(\"Rotor2\").Main\r\no1:FindFirstChild(\"Rotor3\").PrimaryPart = o1:FindFirstChild(\"Rotor3\").Main\r\no1:FindFirstChild(\"Rotor4\").PrimaryPart = o1:FindFirstChild(\"Rotor4\").Main\r\no1:FindFirstChild(\"Smg\").PrimaryPart = o1:FindFirstChild(\"Smg\").SMGPipeH\r\n\r\no1:FindFirstChild(\"Eye\").Changed:connect(function()\r\n o1:FindFirstChild(\"Eye\").Light.Color = o1:FindFirstChild(\"Eye\").Color\r\nend)\r\n\r\no1:FindFirstChild(\"Eye\").BrickColor = BrickColor.new(\"New Yeller\")\r\n\r\nfor i,v in pairs(o1:GetChildren()) do\r\n if v:IsA(\"Part\") or v:IsA(\"UnionOperation\") or v:IsA(\"WedgePart\") then\r\n if v.BrickColor == BrickColor.new(\"Institutional white\") then\r\n v.BrickColor = BrickColor.new(\"Really black\")\r\n end\r\n if v.Material ~= Enum.Material.Neon then\r\n v.Material = \"Metal\"\r\n end\r\n local w = Instance.new(\"Weld\",o109)\r\n w.Part0 = o109\r\n w.Part1 = v\r\n 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))\r\n end\r\nend\r\n\r\nfor i,v in pairs(o1:FindFirstChild(\"Rotor1\"):GetChildren()) do\r\n v.BrickColor = BrickColor.new(\"Really black\")\r\nend\r\nfor i,v in pairs(o1:FindFirstChild(\"Rotor2\"):GetChildren()) do\r\n v.BrickColor = BrickColor.new(\"Really black\")\r\nend\r\nfor i,v in pairs(o1:FindFirstChild(\"Rotor3\"):GetChildren()) do\r\n v.BrickColor = BrickColor.new(\"Really black\")\r\nend\r\nfor i,v in pairs(o1:FindFirstChild(\"Rotor4\"):GetChildren()) do\r\n v.BrickColor = BrickColor.new(\"Really black\")\r\nend\r\n\r\n--o1.SmgShutter.Material = \"DiamondPlate\"\r\n\r\nlocal plr = game:GetService(\"Players\").LocalPlayer\r\nlocal msgidGlob = 0\r\nlocal state = true\r\nlocal font = \"Arcade\"\r\nlocal tcol = Color3.fromRGB(255,217,0)\r\nlocal tscol = Color3.fromRGB(0,0,0)\r\nlocal fsiz = 28\r\nlocal tr = true\r\nlocal fade = 2\r\n\r\nlocal r = 255\r\nlocal b = 0\r\nlocal g = 0\r\n\r\nlocal chatremote = game:GetService(\"ReplicatedStorage\").DefaultChatSystemChatEvents.SayMessageRequest\r\nfunction cMsg(c)\r\n if SendChatMessages then\r\n chatremote:FireServer(\"[Drone]: \" .. c,\"All\")\r\n end\r\nend\r\n\r\nti(cons, mouse.KeyDown:connect(function(key)\r\n if key == \"b\" then\r\n if fly == false then\r\n fly = true\r\n campos = camera.CoordinateFrame\r\n cMsg(\"Remote control!\")\r\n else\r\n fly = false\r\n returnhome = false\r\n cMsg(\"Standby.\")\r\n end\r\n end\r\n if key == \"w\" then\r\n wd = true\r\n elseif key == \"a\" then\r\n ad = true\r\n elseif key == \"s\" then\r\n sd = true\r\n elseif key == \"d\" then\r\n dd = true\r\n elseif key == \"q\" then\r\n qd = true\r\n elseif key == \"e\" then\r\n ed = true\r\n elseif key == \"f\" then\r\n rd = true\r\n elseif key == \"c\" then\r\n fd = true\r\n elseif key == \"t\" then\r\n if fly == false and returnhome == false then\r\n returnhome = true\r\n cMsg(\"Returning home!\")\r\n elseif fly == false and returnhome == true then\r\n returnhome = false\r\n cMsg(\"Standby.\")\r\n end\r\n elseif key == \"g\" then\r\n if gcd == false and moused == false then\r\n gcd = true\r\n if gun == false then\r\n spawn(function() cMsg(\"Activating gun mode.\") end)\r\n gun = true\r\n o1.SmgShutter.Transparency = 1\r\n for i=1,30 do\r\n o1.Smg:SetPrimaryPartCFrame(o1.Smg.PrimaryPart.CFrame * CFrame.new(0,0.01,0))\r\n wait()\r\n end\r\n else\r\n spawn(function() cMsg(\"Deactivating gun mode.\") end)\r\n gun = false\r\n for i=1,30 do\r\n o1.Smg:SetPrimaryPartCFrame(o1.Smg.PrimaryPart.CFrame * CFrame.new(0,-0.01,0))\r\n wait()\r\n end\r\n o1.SmgShutter.Transparency = 0\r\n end\r\n wait(1)\r\n gcd = false\r\n end\r\n end\r\nend))\r\n\r\nti(cons, mouse.KeyUp:connect(function(key)\r\n if key == \"w\" then\r\n wd = false\r\n elseif key == \"a\" then\r\n ad = false\r\n elseif key == \"s\" then\r\n sd = false\r\n elseif key == \"d\" then\r\n dd = false\r\n elseif key == \"q\" then\r\n qd = false\r\n elseif key == \"e\" then\r\n ed = false\r\n elseif key == \"f\" then\r\n rd = false\r\n elseif key == \"c\" then\r\n fd = false\r\n end\r\nend))\r\n\r\nti(cons, mouse.Button1Down:connect(function()\r\n if moused == false and gun == true then\r\n moused = true\r\n local frms = 0\r\n frm = game:GetService(\"RunService\").RenderStepped:connect(function()\r\n if math.floor(frms/5) == frms/5 then\r\n spawn(function()\r\n 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))\r\n local part,pos,normal = game:GetService(\"Workspace\"):FindPartOnRayWithIgnoreList(ray,char:GetChildren(),false,true)\r\n local trace = Instance.new(\"Part\")\r\n trace.BrickColor = BrickColor.new(\"New Yeller\")\r\n trace.Size = Vector3.new(0.2,0.2,(o1.Smg.SMGPipeH.CFrame.p - pos).Magnitude)\r\n trace.Anchored = true\r\n trace.Material = \"Neon\"\r\n trace.CanCollide = false\r\n trace.Parent = game:GetService(\"Workspace\")\r\n trace.CFrame = CFrame.new(o1.Smg.SMGPipeH.CFrame.p,pos)*CFrame.new(0,0,-((o1.Smg.SMGPipeH.CFrame.p - pos).Magnitude/2))\r\n if PlayAudios then\r\n local s = Instance.new(\"Sound\",o1.Smg.SMGPipeH)\r\n s.SoundId = \"rbxassetid://131257506\"\r\n s.Volume = 1\r\n s:Play()\r\n spawn(function()\r\n wait(2)\r\n s:Destroy()\r\n end)\r\n end\r\n if part then\r\n if part.Parent:IsA(\"Model\") then\r\n if part.Parent:FindFirstChild(\"Humanoid\") then\r\n --damage\r\n end\r\n elseif part.Parent.Parent:IsA(\"Model\") then\r\n if part.Parent.Parent:FindFirstChild(\"Humanoid\") then\r\n --damage\r\n end\r\n end\r\n end\r\n\r\n wait(0.05)\r\n trace:Destroy()\r\n end)\r\n end\r\n frms = frms + 1\r\n end)\r\n ti(cons,frm)\r\n mbup = mouse.Button1Up:connect(function()\r\n moused = false\r\n frm:disconnect()\r\n mbup:disconnect()\r\n end)\r\n ti(cons, mbup)\r\n end\r\nend))\r\n\r\nti(cons, game:GetService(\"RunService\").RenderStepped:connect(function()\r\n local xt = 0\r\n local yt = 0\r\n local zt = 0\r\n local pspd = 0\r\n 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\r\n tPitch = 3.4\r\n pspd = -30\r\n else\r\n tPitch = 3\r\n pspd = -15\r\n end\r\n if PlayAudios then\r\n local pChange = (tPitch - soisoi.Pitch)/10\r\n soisoi.Pitch = soisoi.Pitch + pChange\r\n end\r\n if fly == true then\r\n if wd == true then\r\n tCf = tCf * CFrame.new(0.5,0,0)\r\n yt = yt + 5\r\n end\r\n if ad == true then\r\n tCf = tCf * CFrame.new(0,0,-0.5)\r\n zt = zt - 5\r\n end\r\n if sd == true then\r\n tCf = tCf * CFrame.new(-0.5,0,0)\r\n yt = yt - 5\r\n end\r\n if dd == true then\r\n tCf = tCf * CFrame.new(0,0,0.5)\r\n zt = zt + 5\r\n end\r\n if qd == true then\r\n tCf = tCf * CFrame.Angles(math.rad(0),math.rad(3),math.rad(0))\r\n end\r\n if ed == true then\r\n tCf = tCf * CFrame.Angles(math.rad(0),math.rad(-3),math.rad(0))\r\n end\r\n if rd == true then\r\n tCf = tCf * CFrame.new(0,0.5,0)\r\n end\r\n if fd == true then\r\n tCf = tCf * CFrame.new(0,-0.5,0)\r\n end\r\n local nvec = Vector3.new(0,2,7)\r\n if seat.Occupant ~= nil then\r\n nvec = Vector3.new(2,4,7)\r\n end\r\n campos = campos:lerp((o37.CFrame * CFrame.Angles(math.rad(90 - xt),math.rad(0 - yt),math.rad(90 - zt))) * CFrame.new(nvec),0.33)\r\n camera.CoordinateFrame = campos\r\n char:FindFirstChild(\"Humanoid\").WalkSpeed = 0\r\n char:FindFirstChild(\"Humanoid\").JumpPower = 0\r\n else\r\n if returnhome == true then\r\n tCf = (char:FindFirstChild(\"Head\").CFrame + Vector3.new(0,5,0)) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))\r\n end\r\n char:FindFirstChild(\"Humanoid\").WalkSpeed = 16\r\n char:FindFirstChild(\"Humanoid\").JumpPower = 50\r\n end\r\n o1:FindFirstChild(\"Rotor1\"):SetPrimaryPartCFrame(o1:FindFirstChild(\"Rotor1\").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))\r\n o1:FindFirstChild(\"Rotor2\"):SetPrimaryPartCFrame(o1:FindFirstChild(\"Rotor2\").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))\r\n o1:FindFirstChild(\"Rotor3\"):SetPrimaryPartCFrame(o1:FindFirstChild(\"Rotor3\").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))\r\n o1:FindFirstChild(\"Rotor4\"):SetPrimaryPartCFrame(o1:FindFirstChild(\"Rotor4\").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))\r\n 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))\r\nend))\r\n\r\ncoroutine.resume(coroutine.create(function()\r\n while wait() do\r\n for i=0,255,10 do g = i wait() end\r\n for i=255,0,-10 do r = i wait() end\r\n for i=0,255,10 do b = i wait() end\r\n for i=255,0,-10 do g = i wait() end\r\n for i=0,255,10 do r = i wait() end\r\n for i=255,0,-10 do b = i wait() end\r\n end\r\nend))\r\n\r\n\r\nfor i,v in pairs(char.Drone:GetDescendants()) do\r\n if v:IsA(\"BasePart\") then\r\n v.Transparency = 1\r\n if v ~= o70 then\r\n v.CanCollide = false\r\n end\r\n end\r\nend\r\n\r\nti(cons, game:GetService(\"RunService\").Heartbeat:Connect(function()\r\n UFO.Handle.Velocity = Vector3.new(0,-30,0)\r\nend))\r\n\r\nchar.Humanoid.Died:Connect(function()\r\n for i,v in pairs(cons) do\r\n v:Disconnect()\r\n end\r\nend)\r\nUFO.Handle:BreakJoints()\r\nalign(UFO.Handle, o2, Vector3.new(-1,0,0))
Password
Anyone with the link will still need this password to view.
Expires
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel