Advertisement
Mateolr

Untitled

Nov 27th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 445.46 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  6.  
  7.  
  8. --Made By Bartus2009_Bro/GabeTheDog
  9. --Discord: Gabe#2408
  10. --Helper: Shiba-Inu#6076
  11.  
  12. function onKeyPress(inputObject, gameProcessedEvent)
  13. if inputObject.KeyCode == Enum.KeyCode.U then
  14. print("IM TRYING")
  15. wait(0.25);
  16.  
  17.  
  18. _clear=function()
  19. local c={char;bag;gui;};
  20. for i=1,#c do
  21. local c=c[i]:children();
  22. for i=1,#c do
  23. if(c[i].Name==name)then
  24. c[i].Parent=nil;
  25. end;
  26. end;
  27. end;
  28. local n=name..user.Name;
  29. local c=workspace:children();
  30. for i=1,#c do
  31. if(c[i].Name==n)then
  32. c[i].Parent=nil;
  33. end;
  34. end;
  35. end;
  36.  
  37. _valid_key=function(object,key)
  38. return object[key],key;
  39. end;
  40.  
  41. _new=function(class)
  42. return function(props)
  43. if(type(list_base_props)=='table')then
  44. for i,v in next,list_base_props do
  45. if(props[i]==nil)then
  46. props[i]=v;
  47. end;
  48. end;
  49. end;
  50.  
  51. local object=class;
  52.  
  53. if(type(class)=='string')then
  54. object=Instance.new(class:sub(1,1):upper()..class:sub(2));
  55. end;
  56.  
  57. local parent=props[1];
  58. props[1]=nil;
  59.  
  60. for i,v in next,props do
  61. local load,res,key=pcall(_valid_key,object,i:sub(1,1):upper()..i:sub(2));
  62. if(not load)then
  63. load,res,key=pcall(_valid_key,object,i);
  64. end;
  65.  
  66. if(key)then
  67. t=type(res);
  68. s=tostring(res);
  69. if(t=='userdata'and s=='Signal '..key)then
  70. if(type(v)=='table')then
  71. for i=1,#v do
  72. res:connect(v[i]);
  73. end;
  74. else
  75. res:connect(v);
  76. end;
  77. else
  78. object[key]=v;
  79. end;
  80. end;
  81. end;
  82.  
  83. if(parent)then
  84. object.Parent=parent;
  85. end;
  86.  
  87. return object;
  88. end;
  89. end;
  90.  
  91. _RGB=function(r,g,b)
  92. return Color3.new(r/255,g/255,b/255);
  93. end;
  94.  
  95. _copy=function(o)
  96. local def=o.archivable;
  97. o.archivable=true;
  98. local c=o:clone();
  99. o.archivable=def;
  100. return c;
  101. end;
  102.  
  103. _hum=function(char)
  104. local hum=char:findFirstChild'Humanoid';
  105. if(not hum or hum.className~='Humanoid')then
  106. local c=char:children();
  107. for i=1,#c do
  108. if(c[i].className=='Humanoid')then
  109. return c[i];
  110. end;
  111. end;
  112. else
  113. return hum;
  114. end;
  115. end;
  116.  
  117. _hum_tag=function(hum)
  118. local c=hum:findFirstChild'creator'or Instance.new('ObjectValue',hum);
  119. c.Name='creator';
  120. c.Value=user;
  121. if(hum.Health==0 and not hum:findFirstChild'killed')then
  122. Instance.new('BoolValue',hum).Name='killed';
  123. bullets.clip=bullets.clip+10;
  124. end;
  125. end;
  126.  
  127. _hum_dam=function(hum,dam,percent)
  128. hum.Health=hum.Health-(percent and hum.MaxHealth*(dam*0.01)or dam);
  129. if(hum.Health<=hum.MaxHealth*0.1)then
  130. _hum_tag(hum);
  131. end;
  132. end;
  133.  
  134. _ray=function(v0,v1,i)
  135. local mag=(v0-v1).magnitude;
  136. local ray=Ray.new(v0,(v1-v0).unit*(mag>999 and 999 or mag));
  137.  
  138. return(type(i)=='table'and workspace.FindPartOnRayWithIgnoreList or workspace.FindPartOnRay)(workspace,ray,i);
  139. end;
  140.  
  141. _must=function(v0,v1,i)
  142. local hit,pos=_ray(v0,v1,i);
  143. return not hit and mouse.target or hit,pos;
  144. end;
  145.  
  146. _cframe=function(x,y,z,r0,r1,r2)
  147. return CFrame.Angles(
  148. math.rad(r0 or 0),
  149. math.rad(r1 or 0),
  150. math.rad(r2 or 0)
  151. )*CFrame.new(x,y,z);
  152. end;
  153.  
  154. _update=function()
  155. if(bool_active and not screen.Parent)then
  156. screen.Parent=gui;
  157. elseif(not bool_active and screen.Parent)then
  158. screen.Parent=nil;
  159. end;
  160. end;
  161.  
  162. _light=function(v0,v1)
  163. local mag=(v0-v1).magnitude;
  164. local len=math.random(2,7);
  165. len=len>mag/2 and mag/2 or len;
  166.  
  167. --local light=_new'part'{
  168. -- cFrame=CFrame.new(v0,v1);
  169. -- size=Vector3.new(1,1,1);
  170. -- color=_RGB(255,255,0);
  171. -- anchored=true;
  172. -- inv;
  173. --};
  174. _new'blockMesh'{
  175. scale=Vector3.new(0.2,0.2,len);
  176. offset=Vector3.new(0,0,-len/2);
  177. light;
  178. };
  179.  
  180. local bb=_new'billboardGui'{
  181. size=UDim2.new(2,0,2,0);
  182. adornee=light;
  183. light;
  184. };
  185. _new'imageLabel'{
  186. image=url:format(109101526);
  187. backgroundTransparency=1;
  188. size=UDim2.new(1,0,1,0);
  189. bb;
  190. };
  191.  
  192. -- _rem(light,0.15);
  193. end;
  194.  
  195. _rem=function(object,del)
  196. if(del)then
  197. delay(del,function()
  198. if(object.Parent)then
  199. object.Parent=nil;
  200. end;
  201. end);
  202. else
  203. pcall(function()
  204. if(object.Parent)then
  205. object.Parent=nil;
  206. end;
  207. end);
  208. end;
  209. end;
  210.  
  211. _blood=function(pos,count)
  212. for i=1,count do
  213. local p=_new'part'{
  214. rotVelocity=Vector3.new(math.random(),math.random(),math.random())*50;
  215. position=pos+Vector3.new(math.random(),math.random(),math.random());
  216. velocity=Vector3.new(math.random(),math.random(),math.random())*50;
  217. size=Vector3.new(math.random(),math.random(),math.random())/3;
  218. color=_RGB(255,0,0);
  219. transparency=0.5;
  220. canCollide=true;
  221. bottomSurface=0;
  222. topSurface=0;
  223. formFactor=3;
  224. locked=true;
  225. inv;
  226. };
  227. delay(5,function()
  228. p.Parent=nil;
  229. end);
  230. end;
  231. end;
  232.  
  233. _make_hue=function()
  234. h_hue=_new'part'{
  235. size=Vector3.new(0.25,1.8,0.35);
  236. color=_RGB(100,100,100);
  237. formFactor=3;
  238. name='hue';
  239. handle;
  240. };
  241. hh_weld=_new'weld'{
  242. c1=_cframe(0,0.5,0);
  243. part0=handle;
  244. part1=h_hue;
  245. handle;
  246. };
  247. end;
  248.  
  249. _shot=function(v0,v1)
  250. if(not time_left)then
  251. time_left=0;
  252. end;
  253. if(time_left>time())then
  254. return nil;
  255. else
  256. time_left=time()+math.random(1,10)/100;
  257. end;
  258.  
  259. if(bullets.current<1)then
  260. local tick_sound=head:findFirstChild'tick_sound'or _new'sound'{
  261. soundId='rbxasset://sounds/SWITCH3.wav';
  262. name='tick_sound';
  263. volume=0.2;
  264. pitch=2;
  265. head;
  266. };
  267. tick_sound:play();
  268. if(bullets.clip>0)then
  269. time_left=time()+2;
  270. h_hue:breakJoints();
  271. h_hue.CanCollide=true;
  272. h_hue.Velocity=(h_hue.CFrame*CFrame.new(0,5,0)).lookVector*10;
  273. _rem(h_hue,10);
  274. delay(1.9,function()
  275. _make_hue();
  276. local got=(bullets.clip>bullets.maximum and
  277. bullets.maximum or
  278. bullets.clip)-bullets.current;
  279.  
  280. bullets.clip=bullets.clip-got;
  281. bullets.current=bullets.current+got;
  282. end);
  283. end;
  284. return nil;
  285. else
  286. bullets.current=bullets.current-1;
  287.  
  288. h_weld.C1=_cframe(0,0.75,0,
  289. -math.random(1000,1100)/10,180,0);
  290. d_weld.C1=_cframe(0,-0.25,0.3);
  291.  
  292. lightstuff.Visible=true;
  293. delay(0.1,function()
  294. lightstuff.Visible=false;
  295. end);
  296.  
  297. _rem(_new'part'{
  298. velocity=CFrame.new(drag.Position,(drag.CFrame*CFrame.new(-4,-5,0)).p).lookVector*10;
  299. cFrame=drag.CFrame*CFrame.new(-0.5,0,0);
  300. size=Vector3.new(0.1,0.1,0.4);
  301. color=_RGB(200,200,0);
  302. material='Slate';
  303. canCollide=true;
  304. formFactor=3;
  305. inv;
  306. },5);
  307.  
  308. delay(0.1,function()
  309. d_weld.C1=_cframe(0,-0.25,0);
  310. if(bool_active)then
  311. h_weld.C1=h_weld_cf_active;
  312. end;
  313. end)
  314. end;
  315.  
  316. local hit,pos=_must(v0,v1,char);
  317.  
  318. shot_sound:play();
  319.  
  320.  
  321. _rem(_new'part'{
  322. cFrame=CFrame.new(v0,pos)*CFrame.new(0,0,-(v0-pos).magnitude*0.5);
  323. size=Vector3.new(0.1,0.1,(v0-pos).magnitude);
  324. color=_RGB(255,255,0);
  325. transparency=0.6;
  326. reflectance=0.5;
  327. canCollide=false;
  328. bottomSurface=0;
  329. anchored=true;
  330. formFactor=3;
  331. topSurface=0;
  332. inv;
  333. },.15);
  334. _light(v0,v1);
  335.  
  336. if(not hit)then return nil;end;
  337.  
  338. if(hit.Parent.className=='Hat')then
  339. hit:breakJoints();
  340. hit.CanCollide=true;
  341. hit.Velocity=CFrame.new(v0,pos).lookVector*math.random(30,50);
  342. hit.RotVelocity=Vector3.new(math.random(1,90),math.random(1,90),math.random(1,90));
  343. else
  344. local hum=_hum(hit.Parent);
  345. if(not hum)then
  346. if(hit.Anchored==false and hit.Size.magnitude<4)then
  347. hit:breakJoints();
  348. hit.CanCollide=true;
  349. end;
  350. else
  351. _hum_dam(hum,math.random(4,6));
  352. _blood(pos,math.random(3,6));
  353. hit.RotVelocity=Vector3.new(math.random(1,90),math.random(1,90),math.random(1,90))/6;
  354. if(hit.Name=='Head')then
  355. hum.Health=0;
  356. _blood(pos,math.random(3,6));
  357. delay(0.001,function()
  358. _new(workspace:FindFirstChild'head_shot'or'sound'){
  359. pitch=math.random(70,100)*0.01;
  360. soundId=url:format(1876552);
  361. name='head_shot';
  362. workspace;
  363. }:play();
  364. end);
  365. _hum_tag(hum);
  366. _rem(_new'part'{
  367. cFrame=CFrame.new(v0,pos)*CFrame.new(0,0,-(v0-pos).magnitude*0.5);
  368. size=Vector3.new(0.1,0.1,(v0-pos).magnitude);
  369. color=torso.Color;
  370. transparency=0.5;
  371. canCollide=false;
  372. bottomSurface=0;
  373. anchored=true;
  374. formFactor=3;
  375. topSurface=0;
  376. inv;
  377. },30);
  378. hit.Parent=nil;
  379. for b=0,1 do
  380. for a=0,1 do
  381. for i=0,1 do
  382. _rem(_new'part'{
  383. velocity=CFrame.new(v0,pos).lookVector*20;
  384. cFrame=hit.CFrame*CFrame.new(i,-b,a);
  385. size=Vector3.new(0.5,0.5,0.5);
  386. color=_RGB(255,255,255);
  387. bottomSurface=0;
  388. canCollide=true;
  389. transparency=0;
  390. formFactor=3;
  391. topSurface=0;
  392. hum;
  393. },30);
  394. end;
  395. end;
  396. end;
  397. end;
  398. end;
  399. end;
  400. end;
  401.  
  402.  
  403.  
  404. _cf_select=function(mouse)
  405. mouse.Icon=url:format(109111387);--108999296
  406. bool_active=true;
  407.  
  408. local arm=char:findFirstChild'Right Arm';
  409. local weld=torso:findFirstChild'Right Shoulder';
  410. if(arm and weld)then
  411. h_weld.Part0=arm;
  412. h_weld.C1=h_weld_cf_active;
  413.  
  414. weld.Part1=nil;
  415. weld.Part0=nil;
  416.  
  417. weld=_new(torso:findFirstChild'right_arml'or'weld'){
  418. name='right_arml';
  419. part0=torso;
  420. part1=arm;
  421. torso;
  422. };
  423.  
  424. arml=(arml or 0)+1;
  425. local alv=arml;
  426. local gyro=torso:findFirstChild'p_gyro'or Instance.new('BodyGyro',torso);
  427. gyro.maxTorque=Vector3.new(5e5,5e5,5e5);
  428. gyro.P=30000;
  429. gyro.D=1000;
  430. gyro.Name='p_gyro';
  431. repeat
  432. local pos=mouse.hit.p;
  433. local val,valp,p0,p1,p2,hitpos,cj,c0,c1;
  434.  
  435. val=-math.pi*0.5;
  436. valp=val*-1;
  437. p0=torso.CFrame;
  438. p0=p0+((p0*CFrame.Angles(valp,0,0)).lookVector*0.5)+(p0*CFrame.Angles(0,val,0)).lookVector;
  439. p1=p0+((p0.p-pos).unit*-2);
  440. p2=CFrame.new((p0.p+p1.p)/2,p0.p)*CFrame.Angles(val,val,0);
  441. hitpos=torso.Position;
  442. cj=CFrame.new(hitpos);
  443. c0=torso.CFrame:inverse()*cj;
  444. c1=p2:inverse()*cj;
  445. weld.C0=c0;
  446. weld.C1=c1;
  447.  
  448. gyro.cframe=CFrame.new(torso.Position,Vector3.new(pos.X,torso.Position.Y,pos.Z));
  449.  
  450. wait(0.001);
  451. until arml~=alv;
  452. gyro.Parent=nil;
  453. end;
  454. end;
  455.  
  456. _cf_deselect=function()
  457. bool_active=false;
  458. arml=(arml or 0)+1;
  459. loop_shot=(loop_shot or 0)+1;
  460.  
  461. h_weld.Part0=torso;
  462. h_weld.C1=h_weld_cf_inactive;
  463.  
  464. local weld=torso:findFirstChild'right_arml';
  465. if(weld)then
  466. weld.Part1=nil;
  467. weld.Part0=nil;
  468. end;
  469. local arm=char:findFirstChild'Right Arm';
  470. local weld=torso:findFirstChild'Right Shoulder';
  471. if(arm and weld)then
  472. weld.Part0=torso;
  473. weld.Part1=arm;
  474. end;
  475. end;
  476.  
  477. _cf_mouse=function(event,fun)
  478. mouse[event:sub(1,1):upper()..event:sub(2)]:connect(function(...)
  479. if(bool_active)then
  480. fun(...);
  481. end;
  482. end);
  483. end;
  484.  
  485.  
  486. do
  487. local main=getfenv(0);
  488. local c=game:children();
  489. local check=function(v)
  490. if(v.className~=''and v.className~='Instance'and game:service(v.className))then
  491. main[v.className:sub(1,1):lower()..v.className:sub(2)]=v;
  492. end;
  493. end;
  494. for i=1,#c do
  495. pcall(check,c[i]);
  496. end;
  497. end;
  498.  
  499.  
  500. bullets={
  501. maximum=51111111111111111111111111110;
  502. current=511111111111111111111111111111110;
  503. clip=501111111111111111111111111111111*4;
  504. };
  505.  
  506. list_base_props={
  507. backgroundColor3=_RGB(0,0,0);
  508. textColor3=_RGB(200,200,200);
  509. borderSizePixel=0;
  510. color=_RGB(0,0,0);
  511. archivable=false;
  512. canCollide=false;
  513. bottomSurface=0;
  514. topSurface=0;
  515. formFactor=0;
  516. locked=true;
  517. };
  518.  
  519.  
  520.  
  521. user=players.localPlayer;
  522. mouse=user:getMouse();
  523. char=user.Character;
  524. gui=user.PlayerGui;
  525. bag=user.Backpack;
  526. torso=char.Torso;
  527. head=char.Head;
  528. hum=_hum(char);
  529.  
  530. url='rbxassetid://%d';
  531. name='dev-uzi';
  532.  
  533. h_weld_cf_inactive=_cframe(0.35,0.5,0.5,
  534. 0,90,-70);
  535. h_weld_cf_active=_cframe(0,0.75,0,
  536. -110,180,0);
  537.  
  538. assert(hum,'humanoid is not found');
  539.  
  540.  
  541.  
  542. _clear();
  543.  
  544.  
  545. _cf_mouse('button1Down',function()
  546. loop_shot=(loop_shot or 0)+1;
  547. local vers=loop_shot;
  548. local step=runService.Stepped;
  549. repeat
  550. _shot((tube.CFrame*CFrame.new(0,0,tube.Size.Z*0.5)).p,mouse.hit.p);
  551. step:wait();--wait(0.001);
  552. until vers~=loop_shot;
  553. end);
  554.  
  555. _cf_mouse('button1Up',function()
  556. loop_shot=(loop_shot or 0)+1;
  557. end);
  558.  
  559. _cf_mouse('move',function()
  560. cross_f.Position=UDim2.new(0,mouse.X-11,0,mouse.Y-11);
  561. end);
  562.  
  563. _cf_mouse('keyDown',function(k)
  564. if(k=='r')then
  565. if(bullets.clip>0 and time_left<=time())then
  566. local got=(bullets.clip>bullets.maximum and
  567. bullets.maximum or
  568. bullets.clip)-bullets.current;
  569.  
  570. bullets.clip=bullets.clip-got;
  571. bullets.current=bullets.current+got;
  572. if(got~=0)then
  573. time_left=time()+2;
  574. end;
  575. end;
  576. end;
  577. end);
  578.  
  579.  
  580. screen=_new'screenGui'{
  581. name=name;
  582. };
  583.  
  584. cross_f=_new'frame'{
  585. size=UDim2.new(0,21,0,21);
  586. backgroundTransparency=1;
  587. screen;
  588. };
  589.  
  590. for i=0,1 do
  591. _new'frame'{
  592. position=UDim2.new(0,13*i,0,11);
  593. size=UDim2.new(0,10,0,1);
  594. cross_f;
  595. };
  596. end;
  597.  
  598. for i=0,1 do
  599. _new'frame'{
  600. position=UDim2.new(0,11,0,13*i);
  601. size=UDim2.new(0,1,0,10);
  602. cross_f;
  603. };
  604. end;
  605.  
  606.  
  607.  
  608. shot_sound=_new(head:findFirstChild'2920959'or'sound'){
  609. soundId=url:format(2920959);
  610. pitch=1.4;
  611. head;
  612. };
  613. if(shot_sound.Name~='2920959')then
  614. shot_sound.Name='2920959';
  615. shot_sound:play();
  616. end;
  617.  
  618. bin=_new'hopperBin'{
  619. deselected=_cf_deselect;
  620. selected=_cf_select;
  621. name=name;
  622. bag;
  623. };
  624.  
  625. inv=_new'model'{
  626. name=name;
  627. char;
  628. };
  629.  
  630. handle=_new'part'{
  631. size=Vector3.new(0.3,1.3,0.4);
  632. color=_RGB(140,140,140);
  633. name='handle';
  634. formFactor=3;
  635. inv;
  636. touched=function(hit)
  637. if(hit.Parent.className=='Model')then
  638. local hum=_hum(hit.Parent);
  639. if(hum~=nil)then
  640. _hum_dam(hum,handle.Velocity.magnitude);
  641. end;
  642. end;
  643. end;
  644. };
  645. h_weld=_new'weld'{
  646. c1=h_weld_cf_inactive;
  647. part1=handle;
  648. part0=torso;
  649. handle;
  650. };
  651. _make_hue();
  652.  
  653. h_part=_new'part'{
  654. size=Vector3.new(0.4,0.4,1.4);
  655. color=_RGB(140,140,140);
  656. name='handle';
  657. formFactor=3;
  658. handle;
  659. };
  660. hp_weld=_new'weld'{
  661. c1=_cframe(0,-1.3/2,-0.3,
  662. 20,0,0);
  663. part0=handle;
  664. part1=h_part;
  665. handle;
  666. };
  667.  
  668. drag=_new'part'{
  669. size=Vector3.new(0.5,0.45,1.5);
  670. color=_RGB(100,100,100);
  671. name='handle';
  672. formFactor=3;
  673. handle;
  674. };
  675. d_weld=_new'weld'{
  676. c1=_cframe(0,-0.25,0);
  677. part0=h_part;
  678. part1=drag;
  679. handle;
  680. };
  681.  
  682. tube=_new'part'{
  683. size=Vector3.new(0.2,0.2,1.5);
  684. color=_RGB(0,0,0);
  685. name='handle';
  686. formFactor=3;
  687. handle;
  688. };
  689. t_weld=_new'weld'{
  690. c1=_cframe(0,-0.3,-0.1);
  691. part0=h_part;
  692. part1=tube;
  693. handle;
  694. };
  695.  
  696. bullets_label=_new'textLabel'{
  697. textStrokeColor3=_RGB(0,0,0);
  698. textColor3=_RGB(200,200,200);
  699. textStrokeTransparency=0;
  700. backgroundTransparency=1;
  701. fontSize=5;
  702. screen;
  703. };
  704.  
  705. lightstuff=_new'frame'{
  706. backgroundColor3=_RGB(255,255,255);
  707. position=UDim2.new(0,0,0,-1);
  708. backgroundTransparency=0.5;
  709. size=UDim2.new(1,0,1,1);
  710. borderSizePixel=0;
  711. visible=false;
  712. screen;
  713. };
  714.  
  715. coroutine.wrap(function()
  716. local red,white,green;
  717. repeat
  718. if(screen.Parent)then
  719. if(not green and bullets.current==bullets.maximum)then
  720. green=true;
  721. bullets_label.TextColor3=_RGB(0,200,0);
  722. elseif(not red and bullets.current==0)then
  723. red=true;
  724. bullets_label.TextColor3=_RGB(200,0,0);
  725. elseif((red or green)and bullets.current~=0 and bullets.current~=bullets.maximum)then
  726. bullets_label.TextColor3=_RGB(200,200,200);
  727. green=false;
  728. red=false;
  729. end;
  730. bullets_label.Text=('Bullets: %d/%d'):format(bullets.current,bullets.clip);
  731. bullets_label.Size=UDim2.new(0,bullets_label.TextBounds.X,0,bullets_label.TextBounds.Y);
  732. bullets_label.Position=UDim2.new(1,-bullets_label.TextBounds.X-6,1,-bullets_label.TextBounds.Y-6);
  733. end;
  734. wait(0.001);
  735. until nil;
  736. end)();
  737.  
  738.  
  739. _G.dev_pistol_version=(_G.dev_pistol_version or 0)+1;
  740. local vers=_G.dev_pistol_version;
  741. repeat _update();wait(0.001);until _G.dev_pistol_version~=vers or hum.Health==0;
  742. if(hum.Health==0)then
  743. _clear();
  744. end;
  745. end
  746. end
  747.  
  748. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  749.  
  750. function onKeyPress(inputObject, gameProcessedEvent)
  751. if inputObject.KeyCode == Enum.KeyCode.G then
  752. local runDummyScript = function(f,scri)
  753. local oldenv = getfenv(f)
  754. local newenv = setmetatable({}, {
  755. __index = function(_, k)
  756. if k:lower() == 'script' then
  757. return scri
  758. else
  759. return oldenv[k]
  760. end
  761. end
  762. })
  763. setfenv(f, newenv)
  764. ypcall(function() f() end)
  765. end
  766. cors = {}
  767. mas = Instance.new("Model",game:GetService("Lighting"))
  768. mas.Name = "CompiledModel"
  769. o1 = Instance.new("Tool")
  770. o2 = Instance.new("Part")
  771. o3 = Instance.new("BlockMesh")
  772. o4 = Instance.new("Part")
  773. o5 = Instance.new("CylinderMesh")
  774. o6 = Instance.new("Part")
  775. o7 = Instance.new("Part")
  776. o8 = Instance.new("CylinderMesh")
  777. o9 = Instance.new("Part")
  778. o10 = Instance.new("BlockMesh")
  779. o11 = Instance.new("Part")
  780. o12 = Instance.new("CylinderMesh")
  781. o13 = Instance.new("Part")
  782. o14 = Instance.new("CylinderMesh")
  783. o15 = Instance.new("Part")
  784. o16 = Instance.new("CylinderMesh")
  785. o17 = Instance.new("Part")
  786. o18 = Instance.new("CylinderMesh")
  787. o19 = Instance.new("Part")
  788. o20 = Instance.new("CylinderMesh")
  789. o21 = Instance.new("ManualWeld")
  790. o22 = Instance.new("ManualWeld")
  791. o23 = Instance.new("ManualWeld")
  792. o24 = Instance.new("Part")
  793. o25 = Instance.new("CylinderMesh")
  794. o26 = Instance.new("ManualWeld")
  795. o27 = Instance.new("ManualWeld")
  796. o28 = Instance.new("ManualWeld")
  797. o29 = Instance.new("Part")
  798. o30 = Instance.new("BlockMesh")
  799. o31 = Instance.new("ManualWeld")
  800. o32 = Instance.new("ManualWeld")
  801. o33 = Instance.new("ManualWeld")
  802. o34 = Instance.new("Part")
  803. o35 = Instance.new("Sound")
  804. o36 = Instance.new("Sound")
  805. o38 = Instance.new("Part")
  806. o39 = Instance.new("SpecialMesh")
  807. o40 = Instance.new("Part")
  808. o41 = Instance.new("BlockMesh")
  809. o42 = Instance.new("Part")
  810. o43 = Instance.new("SpecialMesh")
  811. o44 = Instance.new("Part")
  812. o45 = Instance.new("BlockMesh")
  813. o46 = Instance.new("Part")
  814. o47 = Instance.new("BlockMesh")
  815. o48 = Instance.new("Part")
  816. o49 = Instance.new("BlockMesh")
  817. o50 = Instance.new("Part")
  818. o51 = Instance.new("SpecialMesh")
  819. o52 = Instance.new("Part")
  820. o53 = Instance.new("SpotLight")
  821. o54 = Instance.new("Part")
  822. o55 = Instance.new("BlockMesh")
  823. o56 = Instance.new("Part")
  824. o57 = Instance.new("BlockMesh")
  825. o58 = Instance.new("Part")
  826. o59 = Instance.new("BlockMesh")
  827. o60 = Instance.new("Part")
  828. o61 = Instance.new("BlockMesh")
  829. o62 = Instance.new("Part")
  830. o63 = Instance.new("BlockMesh")
  831. o64 = Instance.new("Part")
  832. o65 = Instance.new("BlockMesh")
  833. o66 = Instance.new("Part")
  834. o67 = Instance.new("BlockMesh")
  835. o68 = Instance.new("ManualWeld")
  836. o69 = Instance.new("Part")
  837. o70 = Instance.new("BlockMesh")
  838. o71 = Instance.new("Part")
  839. o72 = Instance.new("BlockMesh")
  840. o73 = Instance.new("Part")
  841. o74 = Instance.new("CylinderMesh")
  842. o75 = Instance.new("Part")
  843. o76 = Instance.new("CylinderMesh")
  844. o77 = Instance.new("Part")
  845. o78 = Instance.new("BlockMesh")
  846. o79 = Instance.new("LocalScript")
  847. o80 = Instance.new("LocalScript")
  848. o81 = Instance.new("NumberValue")
  849. o82 = Instance.new("NumberValue")
  850. o83 = Instance.new("ScreenGui")
  851. o84 = Instance.new("Frame")
  852. o85 = Instance.new("TextLabel")
  853. o86 = Instance.new("Smoke")
  854. o87 = Instance.new("Smoke")
  855. o1.Name = "Glock17"
  856. o1.Parent = mas
  857. o2.Name = "A8"
  858. o2.Parent = o1
  859. o2.BrickColor = BrickColor.new("Black")
  860. o2.Position = Vector3.new(65.0775452, 7.14176989, 188.758057)
  861. o2.Rotation = Vector3.new(-0.00248875446, 0.00275687198, -179.980133)
  862. o2.Anchored = true
  863. o2.CanCollide = false
  864. o2.Elasticity = 0
  865. o2.FormFactor = Enum.FormFactor.Custom
  866. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  867. o2.CFrame = CFrame.new(65.0775452, 7.14176989, 188.758057, -0.99999851, 0.000346734974, 4.81164934e-005, -0.000346732762, -0.999999762, 4.3436874e-005, 4.81316347e-005, 4.36595874e-005, 0.999998093)
  868. o2.BottomSurface = Enum.SurfaceType.Smooth
  869. o2.TopSurface = Enum.SurfaceType.Smooth
  870. o2.Color = Color3.new(0.105882, 0.164706, 0.207843)
  871. o2.Position = Vector3.new(65.0775452, 7.14176989, 188.758057)
  872. o3.Parent = o2
  873. o3.Scale = Vector3.new(0.142857134, 0.214285716, 0.214285716)
  874. o4.Name = "SmokePart"
  875. o4.Parent = o1
  876. o4.BrickColor = BrickColor.new("Black")
  877. o4.Transparency = 1
  878. o4.Position = Vector3.new(65.0899963, 6.97004414, 190.230988)
  879. o4.Rotation = Vector3.new(90, -90, 0)
  880. o4.Anchored = true
  881. o4.CanCollide = false
  882. o4.FormFactor = Enum.FormFactor.Custom
  883. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  884. o4.CFrame = CFrame.new(65.0899963, 6.97004414, 190.230988, -6.38764147e-014, -7.71577764e-027, -1, -0.999999523, -4.83168952e-013, -6.38764147e-014, 4.83168952e-013, 0.999999523, 7.71577764e-027)
  885. o4.BottomSurface = Enum.SurfaceType.Smooth
  886. o4.TopSurface = Enum.SurfaceType.Smooth
  887. o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  888. o4.Position = Vector3.new(65.0899963, 6.97004414, 190.230988)
  889. o5.Parent = o4
  890. o5.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  891. o6.Name = "AimPart"
  892. o6.Parent = o1
  893. o6.BrickColor = BrickColor.new("Black")
  894. o6.Transparency = 1
  895. o6.Position = Vector3.new(65.0985413, 7.14373589, 187.243011)
  896. o6.Rotation = Vector3.new(-180, 4.42081497e-025, -180)
  897. o6.Anchored = true
  898. o6.CanCollide = false
  899. o6.FormFactor = Enum.FormFactor.Custom
  900. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  901. o6.CFrame = CFrame.new(65.0985413, 7.14373589, 187.243011, -1, 6.38764147e-014, 7.71577764e-027, -6.38764147e-014, 0.999999523, 4.83168952e-013, 7.71577764e-027, -4.83168952e-013, -0.999999523)
  902. o6.BottomSurface = Enum.SurfaceType.Smooth
  903. o6.TopSurface = Enum.SurfaceType.Smooth
  904. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  905. o6.Position = Vector3.new(65.0985413, 7.14373589, 187.243011)
  906. o7.Name = "Flash"
  907. o7.Parent = o1
  908. o7.BrickColor = BrickColor.new("Black")
  909. o7.Transparency = 1
  910. o7.Position = Vector3.new(65.1009827, 6.68284416, 189.925171)
  911. o7.Rotation = Vector3.new(-92.6733704, 89.9010925, -177.327393)
  912. o7.Anchored = true
  913. o7.CanCollide = false
  914. o7.Elasticity = 0
  915. o7.FormFactor = Enum.FormFactor.Symmetric
  916. o7.Size = Vector3.new(1, 1, 1)
  917. o7.CFrame = CFrame.new(65.1009827, 6.68284416, 189.925171, -0.000377251534, 1.76100148e-005, 0.99999851, 0.999999523, 1.30832168e-005, 0.000377251185, -1.3201553e-005, 0.999998093, -1.76149788e-005)
  918. o7.BottomSurface = Enum.SurfaceType.Smooth
  919. o7.TopSurface = Enum.SurfaceType.Smooth
  920. o7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  921. o7.Position = Vector3.new(65.1009827, 6.68284416, 189.925171)
  922. o8.Parent = o7
  923. o8.Scale = Vector3.new(0.142857149, 0.190476194, 0.190476194)
  924. o9.Name = "Flash"
  925. o9.Parent = o1
  926. o9.BrickColor = BrickColor.new("Black")
  927. o9.Transparency = 1
  928. o9.Position = Vector3.new(65.1009827, 6.75373983, 189.591888)
  929. o9.Rotation = Vector3.new(87.3266296, -89.9010925, 87.3273849)
  930. o9.Anchored = true
  931. o9.CanCollide = false
  932. o9.Elasticity = 0
  933. o9.FormFactor = Enum.FormFactor.Symmetric
  934. o9.Size = Vector3.new(1, 1, 1)
  935. o9.CFrame = CFrame.new(65.1009827, 6.75373983, 189.591888, 1.76100148e-005, -0.000377251534, -0.99999851, 1.30832168e-005, 0.999999523, -0.000377251185, 0.999998093, -1.3201553e-005, 1.76149788e-005)
  936. o9.BottomSurface = Enum.SurfaceType.Smooth
  937. o9.TopSurface = Enum.SurfaceType.Smooth
  938. o9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  939. o9.Position = Vector3.new(65.1009827, 6.75373983, 189.591888)
  940. o10.Parent = o9
  941. o10.Scale = Vector3.new(0.476190478, 0.142857149, 0.190476194)
  942. o11.Name = "Flash"
  943. o11.Parent = o1
  944. o11.BrickColor = BrickColor.new("Cool yellow")
  945. o11.Transparency = 1
  946. o11.Position = Vector3.new(65.1009827, 6.68279982, 190.030075)
  947. o11.Rotation = Vector3.new(89.9992447, 0.0216149203, -0.00100898102)
  948. o11.Anchored = true
  949. o11.CanCollide = false
  950. o11.Elasticity = 0
  951. o11.FormFactor = Enum.FormFactor.Plate
  952. o11.Size = Vector3.new(1, 0.400000006, 1)
  953. o11.CFrame = CFrame.new(65.1009827, 6.68279982, 190.030075, 0.99999851, 1.76100148e-005, 0.000377251534, 0.000377251185, 1.30832168e-005, -0.999999523, -1.76149788e-005, 0.999998093, 1.3201553e-005)
  954. o11.BottomSurface = Enum.SurfaceType.Smooth
  955. o11.TopSurface = Enum.SurfaceType.Smooth
  956. o11.Color = Color3.new(0.992157, 0.917647, 0.552941)
  957. o11.Position = Vector3.new(65.1009827, 6.68279982, 190.030075)
  958. o12.Parent = o11
  959. o12.Offset = Vector3.new(0, -0.0185714271, 0)
  960. o12.Scale = Vector3.new(0.209523812, 0.0476190485, 0.104761906)
  961. o13.Name = "Flash"
  962. o13.Parent = o1
  963. o13.BrickColor = BrickColor.new("Black")
  964. o13.Transparency = 1
  965. o13.Position = Vector3.new(65.1009827, 6.68287516, 189.592209)
  966. o13.Rotation = Vector3.new(-92.6733704, 89.9010925, -177.327393)
  967. o13.Anchored = true
  968. o13.CanCollide = false
  969. o13.Elasticity = 0
  970. o13.FormFactor = Enum.FormFactor.Symmetric
  971. o13.Size = Vector3.new(1, 1, 1)
  972. o13.CFrame = CFrame.new(65.1009827, 6.68287516, 189.592209, -0.000377251534, 1.76100148e-005, 0.99999851, 0.999999523, 1.30832168e-005, 0.000377251185, -1.3201553e-005, 0.999998093, -1.76149788e-005)
  973. o13.BottomSurface = Enum.SurfaceType.Smooth
  974. o13.TopSurface = Enum.SurfaceType.Smooth
  975. o13.Color = Color3.new(0.105882, 0.164706, 0.207843)
  976. o13.Position = Vector3.new(65.1009827, 6.68287516, 189.592209)
  977. o14.Parent = o13
  978. o14.Scale = Vector3.new(0.285714298, 0.476190478, 0.190476194)
  979. o15.Name = "Bar"
  980. o15.Parent = o1
  981. o15.BrickColor = BrickColor.new("Dark stone grey")
  982. o15.Position = Vector3.new(65.0985413, 7.04870415, 189.600922)
  983. o15.Rotation = Vector3.new(-89.9988861, -0.0191422198, -179.998993)
  984. o15.Anchored = true
  985. o15.CanCollide = false
  986. o15.Elasticity = 0
  987. o15.FormFactor = Enum.FormFactor.Plate
  988. o15.Size = Vector3.new(1, 0.800000012, 1)
  989. o15.CFrame = CFrame.new(65.0985413, 7.04870415, 189.600922, -0.99999851, 1.76209251e-005, -0.000334094773, -0.00033409489, -1.96248202e-005, 0.999999523, 1.76144295e-005, 0.999998093, 1.95212851e-005)
  990. o15.BottomSurface = Enum.SurfaceType.Smooth
  991. o15.TopSurface = Enum.SurfaceType.Smooth
  992. o15.Color = Color3.new(0.388235, 0.372549, 0.384314)
  993. o15.Position = Vector3.new(65.0985413, 7.04870415, 189.600922)
  994. o16.Parent = o15
  995. o16.Scale = Vector3.new(0.193000004, 0.57099998, 0.128999993)
  996. o17.Name = "Bar"
  997. o17.Parent = o1
  998. o17.BrickColor = BrickColor.new("Really black")
  999. o17.Position = Vector3.new(65.0985413, 7.04882622, 189.850174)
  1000. o17.Rotation = Vector3.new(89.9961853, 0.0191422515, -0.00100795738)
  1001. o17.Anchored = true
  1002. o17.CanCollide = false
  1003. o17.Elasticity = 0
  1004. o17.FormFactor = Enum.FormFactor.Plate
  1005. o17.Size = Vector3.new(1, 0.400000006, 1)
  1006. o17.CFrame = CFrame.new(65.0985413, 7.04882622, 189.850174, 0.99999851, 1.75921487e-005, 0.000334095326, 0.000334093958, 6.64144536e-005, -0.999999523, -1.76144367e-005, 0.999997973, 6.65775951e-005)
  1007. o17.BottomSurface = Enum.SurfaceType.Smooth
  1008. o17.TopSurface = Enum.SurfaceType.Smooth
  1009. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1010. o17.Position = Vector3.new(65.0985413, 7.04882622, 189.850174)
  1011. o18.Parent = o17
  1012. o18.Offset = Vector3.new(0, -0.0278571416, 0)
  1013. o18.Scale = Vector3.new(0.149999991, 0.0714285672, 0.100000001)
  1014. o19.Name = "Cylinder"
  1015. o19.Parent = o1
  1016. o19.BrickColor = BrickColor.new("Black")
  1017. o19.Position = Vector3.new(65.1344299, 6.8457799, 189.371872)
  1018. o19.Rotation = Vector3.new(-92.9080734, 89.9010925, -177.092697)
  1019. o19.Anchored = true
  1020. o19.CanCollide = false
  1021. o19.Elasticity = 0
  1022. o19.FormFactor = Enum.FormFactor.Symmetric
  1023. o19.Size = Vector3.new(1, 1, 1)
  1024. o19.CFrame = CFrame.new(65.1344299, 6.8457799, 189.371872, -0.000346733083, 1.76090834e-005, 0.99999851, 0.999999523, 1.30832168e-005, 0.000346732675, -1.32016239e-005, 0.999998093, -1.76136764e-005)
  1025. o19.BottomSurface = Enum.SurfaceType.Smooth
  1026. o19.TopSurface = Enum.SurfaceType.Smooth
  1027. o19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1028. o19.Position = Vector3.new(65.1344299, 6.8457799, 189.371872)
  1029. o20.Parent = o19
  1030. o20.Scale = Vector3.new(0.142857149, 0.928571403, 0.142857149)
  1031. o21.Name = "Cylinder-to-C Strong Joint"
  1032. o21.Parent = o19
  1033. o21.C0 = CFrame.new(0.5, -0.5, 0.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  1034. o21.C1 = CFrame.new(-0.536018372, -0.218961716, 0.113912582, -6.6451955e-010, -0.999997139, -3.05179492e-005, -0.999999404, 1.09363929e-009, -3.0582396e-005, 3.0218569e-005, 3.05178401e-005, -0.999996185)
  1035. o21.Part0 = o19
  1036. o21.Part1 = o54
  1037. o22.Name = "Cylinder-to-C Strong Joint"
  1038. o22.Parent = o19
  1039. o22.C0 = CFrame.new(0.5, -0.5, 0.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  1040. o22.C1 = CFrame.new(-0.515022278, -0.203870773, 0.113895416, -6.6451955e-010, -0.999997139, -3.05179492e-005, -0.999999404, 1.09363929e-009, -3.0582396e-005, 3.0218569e-005, 3.05178401e-005, -0.999996185)
  1041. o22.Part0 = o19
  1042. o22.Part1 = o56
  1043. o23.Name = "Cylinder-to-C Strong Joint"
  1044. o23.Parent = o19
  1045. o23.C0 = CFrame.new(0.5, -0.5, 0.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  1046. o23.C1 = CFrame.new(-0.113893509, 0.485725403, -0.203878403, -3.0218569e-005, -3.05173726e-005, 0.999996185, 1.18839472e-009, 0.999997139, 3.05184149e-005, -0.999999404, 6.27978003e-010, -3.0582396e-005)
  1047. o23.Part0 = o19
  1048. o23.Part1 = o60
  1049. o24.Name = "Cylinder"
  1050. o24.Parent = o1
  1051. o24.BrickColor = BrickColor.new("Black")
  1052. o24.Position = Vector3.new(65.0628967, 6.8457799, 189.371872)
  1053. o24.Rotation = Vector3.new(-92.9080734, 89.9010925, -177.092697)
  1054. o24.Anchored = true
  1055. o24.CanCollide = false
  1056. o24.Elasticity = 0
  1057. o24.FormFactor = Enum.FormFactor.Symmetric
  1058. o24.Size = Vector3.new(1, 1, 1)
  1059. o24.CFrame = CFrame.new(65.0628967, 6.8457799, 189.371872, -0.000346733083, 1.76090834e-005, 0.99999851, 0.999999523, 1.30832168e-005, 0.000346732675, -1.32016239e-005, 0.999998093, -1.76136764e-005)
  1060. o24.BottomSurface = Enum.SurfaceType.Smooth
  1061. o24.TopSurface = Enum.SurfaceType.Smooth
  1062. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1063. o24.Position = Vector3.new(65.0628967, 6.8457799, 189.371872)
  1064. o25.Parent = o24
  1065. o25.Scale = Vector3.new(0.142857149, 0.928571403, 0.142857149)
  1066. o26.Name = "Cylinder-to-C Strong Joint"
  1067. o26.Parent = o24
  1068. o26.C0 = CFrame.new(0.5, -0.5, 0.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  1069. o26.C1 = CFrame.new(-0.464241028, -0.218986511, 0.113908768, -6.6451955e-010, -0.999997139, -3.05179492e-005, -0.999999404, 1.09363929e-009, -3.0582396e-005, 3.0218569e-005, 3.05178401e-005, -0.999996185)
  1070. o26.Part0 = o24
  1071. o26.Part1 = o54
  1072. o27.Name = "Cylinder-to-C Strong Joint"
  1073. o27.Parent = o24
  1074. o27.C0 = CFrame.new(0.5, -0.5, 0.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  1075. o27.C1 = CFrame.new(-0.443244934, -0.203895569, 0.113891602, -6.6451955e-010, -0.999997139, -3.05179492e-005, -0.999999404, 1.09363929e-009, -3.0582396e-005, 3.0218569e-005, 3.05178401e-005, -0.999996185)
  1076. o27.Part0 = o24
  1077. o27.Part1 = o56
  1078. o28.Name = "Cylinder-to-C Strong Joint"
  1079. o28.Parent = o24
  1080. o28.C0 = CFrame.new(0.5, -0.5, 0.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  1081. o28.C1 = CFrame.new(-0.113889694, 0.413948059, -0.203905106, -3.0218569e-005, -3.05173726e-005, 0.999996185, 1.18839472e-009, 0.999997139, 3.05184149e-005, -0.999999404, 6.27978003e-010, -3.0582396e-005)
  1082. o28.Part0 = o24
  1083. o28.Part1 = o60
  1084. o29.Parent = o1
  1085. o29.BrickColor = BrickColor.new("Black")
  1086. o29.Position = Vector3.new(65.0985413, 6.80984211, 189.373154)
  1087. o29.Rotation = Vector3.new(92.5791397, -89.9010925, 92.579895)
  1088. o29.Anchored = true
  1089. o29.CanCollide = false
  1090. o29.Elasticity = 0
  1091. o29.FormFactor = Enum.FormFactor.Symmetric
  1092. o29.Size = Vector3.new(1, 1, 1)
  1093. o29.CFrame = CFrame.new(65.0985413, 6.80984211, 189.373154, -1.50536207e-005, -0.000334093464, -0.99999851, 1.30832132e-005, 0.999999523, -0.000334093551, 0.999998093, -1.3201653e-005, -1.50492106e-005)
  1094. o29.BottomSurface = Enum.SurfaceType.Smooth
  1095. o29.TopSurface = Enum.SurfaceType.Smooth
  1096. o29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1097. o29.Position = Vector3.new(65.0985413, 6.80984211, 189.373154)
  1098. o30.Parent = o29
  1099. o30.Scale = Vector3.new(0.928571403, 0.0714285746, 0.0714285746)
  1100. o31.Name = "Part-to-C Strong Joint"
  1101. o31.Parent = o29
  1102. o31.C0 = CFrame.new(-0.5, -0.5, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1103. o31.C1 = CFrame.new(-0.499885559, 0.816942215, 0.115177155, 0.999997139, -1.26402547e-005, -6.31806033e-005, -1.26416435e-005, -0.999999404, -3.05710746e-005, -6.31801158e-005, 3.02191474e-005, -0.999996185)
  1104. o31.Part0 = o29
  1105. o31.Part1 = o54
  1106. o32.Name = "Part-to-C Strong Joint"
  1107. o32.Parent = o29
  1108. o32.C0 = CFrame.new(-0.5, -0.5, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1109. o32.C1 = CFrame.new(-0.478889465, 0.832033157, 0.115159988, 0.999997139, -1.26402547e-005, -6.31806033e-005, -1.26416435e-005, -0.999999404, -3.05710746e-005, -6.31801158e-005, 3.02191474e-005, -0.999996185)
  1110. o32.Part0 = o29
  1111. o32.Part1 = o56
  1112. o33.Name = "Part-to-C Strong Joint"
  1113. o33.Parent = o29
  1114. o33.C0 = CFrame.new(-0.5, -0.5, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1115. o33.C1 = CFrame.new(-0.115158081, 0.44959259, 0.832023621, 6.31796502e-005, -3.02191474e-005, 0.999996185, -0.999997139, 1.26407786e-005, 6.3181069e-005, -1.26411778e-005, -0.999999404, -3.05710746e-005)
  1116. o33.Part0 = o29
  1117. o33.Part1 = o60
  1118. o34.Name = "Handle"
  1119. o34.Parent = o1
  1120. o34.BrickColor = BrickColor.new("Black")
  1121. o34.Transparency = 1
  1122. o34.Position = Vector3.new(64.809967, 6.31007481, 188.990021)
  1123. o34.Rotation = Vector3.new(-180, 4.42081497e-025, -180)
  1124. o34.Anchored = true
  1125. o34.CanCollide = false
  1126. o34.FormFactor = Enum.FormFactor.Custom
  1127. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1128. o34.CFrame = CFrame.new(64.809967, 6.31007481, 188.990021, -1, 6.38764147e-014, 7.71577764e-027, -6.38764147e-014, 0.999999523, 4.83168952e-013, 7.71577764e-027, -4.83168952e-013, -0.999999523)
  1129. o34.BottomSurface = Enum.SurfaceType.Smooth
  1130. o34.TopSurface = Enum.SurfaceType.Smooth
  1131. o34.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1132. o34.Position = Vector3.new(64.809967, 6.31007481, 188.990021)
  1133. o35.Name = "Reload"
  1134. o35.Parent = o34
  1135. o35.SoundId = "http://www.roblox.com/asset/?id=95309699"
  1136. o35.Volume = 1
  1137. o36.Name = "Shoot"
  1138. o36.Parent = o34
  1139. o36.Pitch = 0.5
  1140. o36.SoundId = "http://roblox.com/asset/?id=10209859"
  1141. o36.Volume = 0.80000001192093
  1142. o38.Name = "Wedge"
  1143. o38.Parent = o1
  1144. o38.BrickColor = BrickColor.new("Black")
  1145. o38.Position = Vector3.new(65.0987854, 6.73181105, 188.980133)
  1146. o38.Rotation = Vector3.new(179.997513, 0.000740232645, -0.0233634822)
  1147. o38.Anchored = true
  1148. o38.CanCollide = false
  1149. o38.Elasticity = 0
  1150. o38.FormFactor = Enum.FormFactor.Plate
  1151. o38.Size = Vector3.new(1, 0.400000006, 1)
  1152. o38.CFrame = CFrame.new(65.0987854, 6.73181105, 188.980133, 0.99999851, 0.000407769112, 1.29194968e-005, 0.000407769548, -0.999999762, -4.34368703e-005, 1.2901658e-005, 4.36594455e-005, -0.999998093)
  1153. o38.BottomSurface = Enum.SurfaceType.Smooth
  1154. o38.TopSurface = Enum.SurfaceType.Smooth
  1155. o38.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1156. o38.Position = Vector3.new(65.0987854, 6.73181105, 188.980133)
  1157. o39.Parent = o38
  1158. o39.Scale = Vector3.new(0.214285716, 0.571428537, 0.142857149)
  1159. o39.MeshType = Enum.MeshType.Wedge
  1160. o40.Name = "Block"
  1161. o40.Parent = o1
  1162. o40.BrickColor = BrickColor.new("Black")
  1163. o40.Position = Vector3.new(65.0987854, 6.72390699, 189.050949)
  1164. o40.Rotation = Vector3.new(-82.7481155, 89.9010925, 127.747597)
  1165. o40.Anchored = true
  1166. o40.CanCollide = false
  1167. o40.Elasticity = 0
  1168. o40.FormFactor = Enum.FormFactor.Plate
  1169. o40.Size = Vector3.new(1, 0.400000006, 1)
  1170. o40.CFrame = CFrame.new(65.0987854, 6.72390699, 189.050949, -0.000196889683, -0.00025430863, 0.99999851, 0.707100451, 0.70711273, 0.000319045444, -0.707111895, 0.70709914, 4.05983665e-005)
  1171. o40.BottomSurface = Enum.SurfaceType.Smooth
  1172. o40.TopSurface = Enum.SurfaceType.Smooth
  1173. o40.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1174. o40.Position = Vector3.new(65.0987854, 6.72390699, 189.050949)
  1175. o41.Parent = o40
  1176. o41.Scale = Vector3.new(0.142857149, 0.0714285672, 0.0714285746)
  1177. o42.Name = "Ring"
  1178. o42.Parent = o1
  1179. o42.BrickColor = BrickColor.new("Black")
  1180. o42.Position = Vector3.new(65.0985413, 6.75981379, 189.06601)
  1181. o42.Rotation = Vector3.new(92.5791397, -89.9010925, 92.579895)
  1182. o42.Anchored = true
  1183. o42.CanCollide = false
  1184. o42.Elasticity = 0
  1185. o42.FormFactor = Enum.FormFactor.Symmetric
  1186. o42.Size = Vector3.new(1, 1, 1)
  1187. o42.CFrame = CFrame.new(65.0985413, 6.75981379, 189.06601, -1.50536207e-005, -0.000334093464, -0.99999851, 1.30832132e-005, 0.999999523, -0.000334093551, 0.999998093, -1.3201653e-005, -1.50492106e-005)
  1188. o42.BottomSurface = Enum.SurfaceType.Smooth
  1189. o42.TopSurface = Enum.SurfaceType.Smooth
  1190. o42.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1191. o42.Position = Vector3.new(65.0985413, 6.75981379, 189.06601)
  1192. o43.Parent = o42
  1193. o43.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1194. o43.Scale = Vector3.new(0.285714298, 0.214285716, 0.214285716)
  1195. o43.MeshType = Enum.MeshType.FileMesh
  1196. o44.Name = "Main"
  1197. o44.Parent = o1
  1198. o44.BrickColor = BrickColor.new("Black")
  1199. o44.Position = Vector3.new(65.0985413, 6.87179804, 189.23024)
  1200. o44.Rotation = Vector3.new(92.5791397, -89.9010925, 92.579895)
  1201. o44.Anchored = true
  1202. o44.CanCollide = false
  1203. o44.Elasticity = 0
  1204. o44.FormFactor = Enum.FormFactor.Custom
  1205. o44.Size = Vector3.new(1, 0.570000052, 1)
  1206. o44.CFrame = CFrame.new(65.0985413, 6.87179804, 189.23024, -1.50536207e-005, -0.000334093464, -0.99999851, 1.30832132e-005, 0.999999523, -0.000334093551, 0.999998093, -1.3201653e-005, -1.50492106e-005)
  1207. o44.BottomSurface = Enum.SurfaceType.Smooth
  1208. o44.TopSurface = Enum.SurfaceType.Smooth
  1209. o44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1210. o44.Position = Vector3.new(65.0985413, 6.87179804, 189.23024)
  1211. o45.Parent = o44
  1212. o45.Scale = Vector3.new(1.21399999, 0.143000007, 0.200000003)
  1213. o46.Parent = o1
  1214. o46.BrickColor = BrickColor.new("Black")
  1215. o46.Position = Vector3.new(65.0987854, 6.54078722, 188.815826)
  1216. o46.Rotation = Vector3.new(90.3109207, -89.9010925, 70.3137741)
  1217. o46.Anchored = true
  1218. o46.CanCollide = false
  1219. o46.Elasticity = 0
  1220. o46.FormFactor = Enum.FormFactor.Symmetric
  1221. o46.Size = Vector3.new(1, 1, 1)
  1222. o46.CFrame = CFrame.new(65.0987854, 6.54078722, 188.815826, 0.000112183829, -0.000313554687, -0.99999851, -0.341973394, 0.939709365, -0.000333014032, 0.939707816, 0.341972947, -1.80713982e-006)
  1223. o46.BottomSurface = Enum.SurfaceType.Smooth
  1224. o46.TopSurface = Enum.SurfaceType.Smooth
  1225. o46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1226. o46.Position = Vector3.new(65.0987854, 6.54078722, 188.815826)
  1227. o47.Parent = o46
  1228. o47.Scale = Vector3.new(0.142857149, 0.5, 0.214285716)
  1229. o48.Parent = o1
  1230. o48.BrickColor = BrickColor.new("Black")
  1231. o48.Position = Vector3.new(65.0987854, 6.56986618, 188.727997)
  1232. o48.Rotation = Vector3.new(-69.9972076, -0.0175308548, -179.992081)
  1233. o48.Anchored = true
  1234. o48.CanCollide = false
  1235. o48.Elasticity = 0
  1236. o48.FormFactor = Enum.FormFactor.Plate
  1237. o48.Size = Vector3.new(1, 0.400000006, 1)
  1238. o48.CFrame = CFrame.new(65.0987854, 6.56986618, 188.727997, -0.99999851, 0.000138101052, -0.000305971131, -0.00033475316, -0.342066437, 0.939675272, 2.51077181e-005, 0.939673722, 0.342065692)
  1239. o48.BottomSurface = Enum.SurfaceType.Smooth
  1240. o48.TopSurface = Enum.SurfaceType.Smooth
  1241. o48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1242. o48.Position = Vector3.new(65.0987854, 6.56986618, 188.727997)
  1243. o49.Parent = o48
  1244. o49.Scale = Vector3.new(0.220714286, 0.642857194, 0.5)
  1245. o50.Name = "Wedge"
  1246. o50.Parent = o1
  1247. o50.BrickColor = BrickColor.new("Black")
  1248. o50.Position = Vector3.new(65.0985413, 6.73884487, 188.765747)
  1249. o50.Rotation = Vector3.new(-90.0026245, -0.0216149259, -0.00146450463)
  1250. o50.Anchored = true
  1251. o50.CanCollide = false
  1252. o50.Elasticity = 0
  1253. o50.FormFactor = Enum.FormFactor.Plate
  1254. o50.Size = Vector3.new(1, 0.400000006, 1)
  1255. o50.CFrame = CFrame.new(65.0985413, 6.73884487, 188.765747, 0.99999851, 2.556039e-005, -0.000377251621, 0.000377252698, -4.55230293e-005, 0.999999344, 2.55430914e-005, -0.999998152, -4.57754795e-005)
  1256. o50.BottomSurface = Enum.SurfaceType.Smooth
  1257. o50.TopSurface = Enum.SurfaceType.Smooth
  1258. o50.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1259. o50.Position = Vector3.new(65.0985413, 6.73884487, 188.765747)
  1260. o51.Parent = o50
  1261. o51.Scale = Vector3.new(0.214285716, 0.714285731, 0.214285716)
  1262. o51.MeshType = Enum.MeshType.Wedge
  1263. o52.Name = "Flash"
  1264. o52.Parent = o1
  1265. o52.Transparency = 1
  1266. o52.Position = Vector3.new(65.0987854, 6.72392321, 188.787048)
  1267. o52.Rotation = Vector3.new(179.999252, -0.00100897951, 179.978378)
  1268. o52.Anchored = true
  1269. o52.CanCollide = false
  1270. o52.Elasticity = 0
  1271. o52.FormFactor = Enum.FormFactor.Plate
  1272. o52.Size = Vector3.new(1, 0.400000006, 1)
  1273. o52.CFrame = CFrame.new(65.0987854, 6.72392321, 188.787048, -0.99999851, -0.000377251534, -1.76100148e-005, -0.000377251185, 0.999999523, -1.30832168e-005, 1.76149788e-005, -1.3201553e-005, -0.999998093)
  1274. o52.FrontSurface = Enum.SurfaceType.Universal
  1275. o52.Position = Vector3.new(65.0987854, 6.72392321, 188.787048)
  1276. o53.Name = "FlashLight"
  1277. o53.Parent = o52
  1278. o53.Color = Color3.new(1, 1, 0.823529)
  1279. o53.Enabled = false
  1280. o53.Brightness = 0.80000001192093
  1281. o53.Range = 40
  1282. o54.Name = "A10"
  1283. o54.Parent = o1
  1284. o54.BrickColor = BrickColor.new("Black")
  1285. o54.Position = Vector3.new(65.0985413, 7.1267662, 188.757996)
  1286. o54.Rotation = Vector3.new(-0.00248875446, 0.00275687198, -179.980133)
  1287. o54.Anchored = true
  1288. o54.CanCollide = false
  1289. o54.Elasticity = 0
  1290. o54.FormFactor = Enum.FormFactor.Custom
  1291. o54.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1292. o54.CFrame = CFrame.new(65.0985413, 7.1267662, 188.757996, -0.99999851, 0.000346734974, 4.81164934e-005, -0.000346732762, -0.999999762, 4.3436874e-005, 4.81316347e-005, 4.36595874e-005, 0.999998093)
  1293. o54.BottomSurface = Enum.SurfaceType.Smooth
  1294. o54.TopSurface = Enum.SurfaceType.Smooth
  1295. o54.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1296. o54.Position = Vector3.new(65.0985413, 7.1267662, 188.757996)
  1297. o55.Parent = o54
  1298. o55.Scale = Vector3.new(0.0714285672, 0.142857149, 0.214285716)
  1299. o56.Name = "A6"
  1300. o56.Parent = o1
  1301. o56.BrickColor = BrickColor.new("Black")
  1302. o56.Position = Vector3.new(65.1195374, 7.14189196, 188.757996)
  1303. o56.Rotation = Vector3.new(-0.00248875446, 0.00275687198, -179.980133)
  1304. o56.Anchored = true
  1305. o56.CanCollide = false
  1306. o56.Elasticity = 0
  1307. o56.FormFactor = Enum.FormFactor.Custom
  1308. o56.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1309. o56.CFrame = CFrame.new(65.1195374, 7.14189196, 188.757996, -0.99999851, 0.000346734974, 4.81164934e-005, -0.000346732762, -0.999999762, 4.3436874e-005, 4.81316347e-005, 4.36595874e-005, 0.999998093)
  1310. o56.BottomSurface = Enum.SurfaceType.Smooth
  1311. o56.TopSurface = Enum.SurfaceType.Smooth
  1312. o56.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1313. o56.Position = Vector3.new(65.1195374, 7.14189196, 188.757996)
  1314. o57.Parent = o56
  1315. o57.Scale = Vector3.new(0.142857134, 0.214285716, 0.214285716)
  1316. o58.Name = "A12"
  1317. o58.Parent = o1
  1318. o58.BrickColor = BrickColor.new("Dark stone grey")
  1319. o58.Position = Vector3.new(65.0985413, 7.0837822, 188.873016)
  1320. o58.Rotation = Vector3.new(92.5791397, -89.9010925, 92.579895)
  1321. o58.Anchored = true
  1322. o58.CanCollide = false
  1323. o58.Elasticity = 0
  1324. o58.FormFactor = Enum.FormFactor.Symmetric
  1325. o58.Size = Vector3.new(1, 1, 1)
  1326. o58.CFrame = CFrame.new(65.0985413, 7.0837822, 188.873016, -1.50536207e-005, -0.000334093464, -0.99999851, 1.30832132e-005, 0.999999523, -0.000334093551, 0.999998093, -1.3201653e-005, -1.50492106e-005)
  1327. o58.BottomSurface = Enum.SurfaceType.Smooth
  1328. o58.TopSurface = Enum.SurfaceType.Smooth
  1329. o58.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1330. o58.Position = Vector3.new(65.0985413, 7.0837822, 188.873016)
  1331. o59.Parent = o58
  1332. o59.Scale = Vector3.new(0.5, 0.0714285746, 0.214285716)
  1333. o60.Name = "A3"
  1334. o60.Parent = o1
  1335. o60.BrickColor = BrickColor.new("Black")
  1336. o60.Position = Vector3.new(65.1488419, 7.14189196, 188.757996)
  1337. o60.Rotation = Vector3.new(89.9974976, 0.0198664237, -90.0027542)
  1338. o60.Anchored = true
  1339. o60.CanCollide = false
  1340. o60.Elasticity = 0
  1341. o60.FormFactor = Enum.FormFactor.Custom
  1342. o60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1343. o60.CFrame = CFrame.new(65.1488419, 7.14189196, 188.757996, -4.81160278e-005, 0.99999851, 0.000346734509, -4.3436874e-005, 0.000346733286, -0.999999762, -0.999998093, -4.81321003e-005, 4.36595874e-005)
  1344. o60.BottomSurface = Enum.SurfaceType.Smooth
  1345. o60.TopSurface = Enum.SurfaceType.Smooth
  1346. o60.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1347. o60.Position = Vector3.new(65.1488419, 7.14189196, 188.757996)
  1348. o61.Parent = o60
  1349. o61.Scale = Vector3.new(0.214000002, 0.143000007, 0.214000002)
  1350. o62.Name = "A7"
  1351. o62.Parent = o1
  1352. o62.BrickColor = BrickColor.new("Black")
  1353. o62.Position = Vector3.new(65.0487366, 7.14176989, 188.758057)
  1354. o62.Rotation = Vector3.new(89.9974976, 0.0268602632, 90.0007401)
  1355. o62.Anchored = true
  1356. o62.CanCollide = false
  1357. o62.Elasticity = 0
  1358. o62.FormFactor = Enum.FormFactor.Custom
  1359. o62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1360. o62.CFrame = CFrame.new(65.0487366, 7.14176989, 188.758057, -1.29171685e-005, -0.99999845, 0.00046879999, 4.34368703e-005, -0.000468800426, -0.999999642, 0.999998093, -1.28966303e-005, 4.37487106e-005)
  1361. o62.BottomSurface = Enum.SurfaceType.Smooth
  1362. o62.TopSurface = Enum.SurfaceType.Smooth
  1363. o62.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1364. o62.Position = Vector3.new(65.0487366, 7.14176989, 188.758057)
  1365. o63.Parent = o62
  1366. o63.Scale = Vector3.new(0.214000002, 0.143000007, 0.214000002)
  1367. o64.Name = "A11"
  1368. o64.Parent = o1
  1369. o64.BrickColor = BrickColor.new("Dark stone grey")
  1370. o64.Position = Vector3.new(65.0985413, 7.08373976, 189.587112)
  1371. o64.Rotation = Vector3.new(92.5791397, -89.9010925, 92.579895)
  1372. o64.Anchored = true
  1373. o64.CanCollide = false
  1374. o64.Elasticity = 0
  1375. o64.FormFactor = Enum.FormFactor.Symmetric
  1376. o64.Size = Vector3.new(1, 1, 1)
  1377. o64.CFrame = CFrame.new(65.0985413, 7.08373976, 189.587112, -1.50536207e-005, -0.000334093464, -0.99999851, 1.30832132e-005, 0.999999523, -0.000334093551, 0.999998093, -1.3201653e-005, -1.50492106e-005)
  1378. o64.BottomSurface = Enum.SurfaceType.Smooth
  1379. o64.TopSurface = Enum.SurfaceType.Smooth
  1380. o64.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1381. o64.Position = Vector3.new(65.0985413, 7.08373976, 189.587112)
  1382. o65.Parent = o64
  1383. o65.Scale = Vector3.new(0.5, 0.0714285746, 0.214285716)
  1384. o66.Name = "A4"
  1385. o66.Parent = o1
  1386. o66.BrickColor = BrickColor.new("Dark stone grey")
  1387. o66.Position = Vector3.new(65.1195374, 7.08365011, 189.229996)
  1388. o66.Rotation = Vector3.new(92.5791397, -89.9010925, 92.579895)
  1389. o66.Anchored = true
  1390. o66.CanCollide = false
  1391. o66.Elasticity = 0
  1392. o66.FormFactor = Enum.FormFactor.Custom
  1393. o66.Size = Vector3.new(0.214285716, 0.200000003, 0.200000003)
  1394. o66.CFrame = CFrame.new(65.1195374, 7.08365011, 189.229996, -1.50536207e-005, -0.000334093464, -0.99999851, 1.30832132e-005, 0.999999523, -0.000334093551, 0.999998093, -1.3201653e-005, -1.50492106e-005)
  1395. o66.BottomSurface = Enum.SurfaceType.Smooth
  1396. o66.TopSurface = Enum.SurfaceType.Smooth
  1397. o66.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1398. o66.Position = Vector3.new(65.1195374, 7.08365011, 189.229996)
  1399. o67.Parent = o66
  1400. o67.Scale = Vector3.new(1, 0.357142866, 0.857142866)
  1401. o68.Name = "A4-to-Port Strong Joint"
  1402. o68.Parent = o66
  1403. o68.C0 = CFrame.new(-0.107142858, -0.100000001, 0.100000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1404. o68.C1 = CFrame.new(-0.0867614746, 0.152151108, -0.0836544037, 1.49639691e-005, 0.000334093464, 0.99999851, -1.31268689e-005, -0.999999523, 0.000334093551, 0.999998093, -1.32452933e-005, -1.50032556e-005)
  1405. o68.Part0 = o66
  1406. o68.Part1 = o77
  1407. o69.Name = "A1"
  1408. o69.Parent = o1
  1409. o69.BrickColor = BrickColor.new("Dark stone grey")
  1410. o69.Position = Vector3.new(65.0985413, 6.97677422, 189.23024)
  1411. o69.Rotation = Vector3.new(92.5791397, -89.9010925, 92.579895)
  1412. o69.Anchored = true
  1413. o69.CanCollide = false
  1414. o69.Elasticity = 0
  1415. o69.FormFactor = Enum.FormFactor.Symmetric
  1416. o69.Size = Vector3.new(1, 1, 1)
  1417. o69.CFrame = CFrame.new(65.0985413, 6.97677422, 189.23024, -1.50536207e-005, -0.000334093464, -0.99999851, 1.30832132e-005, 0.999999523, -0.000334093551, 0.999998093, -1.3201653e-005, -1.50492106e-005)
  1418. o69.BottomSurface = Enum.SurfaceType.Smooth
  1419. o69.TopSurface = Enum.SurfaceType.Smooth
  1420. o69.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1421. o69.Position = Vector3.new(65.0985413, 6.97677422, 189.23024)
  1422. o70.Parent = o69
  1423. o70.Scale = Vector3.new(1.21428573, 0.142857149, 0.214285716)
  1424. o71.Name = "A2"
  1425. o71.Parent = o1
  1426. o71.BrickColor = BrickColor.new("Black")
  1427. o71.Position = Vector3.new(65.0985413, 7.13371277, 189.780136)
  1428. o71.Rotation = Vector3.new(89.9961853, 0.0191422515, -0.00100795738)
  1429. o71.Anchored = true
  1430. o71.CanCollide = false
  1431. o71.Elasticity = 0
  1432. o71.FormFactor = Enum.FormFactor.Custom
  1433. o71.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1434. o71.CFrame = CFrame.new(65.0985413, 7.13371277, 189.780136, 0.99999851, 1.75921487e-005, 0.000334095326, 0.000334093958, 6.64144536e-005, -0.999999523, -1.76144367e-005, 0.999997973, 6.65775951e-005)
  1435. o71.BottomSurface = Enum.SurfaceType.Smooth
  1436. o71.TopSurface = Enum.SurfaceType.Smooth
  1437. o71.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1438. o71.Position = Vector3.new(65.0985413, 7.13371277, 189.780136)
  1439. o72.Parent = o71
  1440. o72.Scale = Vector3.new(0.0710000023, 0.286000013, 0.143000007)
  1441. o73.Name = "A9"
  1442. o73.Parent = o1
  1443. o73.BrickColor = BrickColor.new("Dark stone grey")
  1444. o73.Position = Vector3.new(65.0985413, 7.04870415, 189.850922)
  1445. o73.Rotation = Vector3.new(-89.9988861, -0.0191422198, -179.998993)
  1446. o73.Anchored = true
  1447. o73.CanCollide = false
  1448. o73.Elasticity = 0
  1449. o73.FormFactor = Enum.FormFactor.Plate
  1450. o73.Size = Vector3.new(1, 0.400000006, 1)
  1451. o73.CFrame = CFrame.new(65.0985413, 7.04870415, 189.850922, -0.99999851, 1.76209251e-005, -0.000334094773, -0.00033409489, -1.96248202e-005, 0.999999523, 1.76144295e-005, 0.999998093, 1.95212851e-005)
  1452. o73.BottomSurface = Enum.SurfaceType.Smooth
  1453. o73.TopSurface = Enum.SurfaceType.Smooth
  1454. o73.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1455. o73.Position = Vector3.new(65.0985413, 7.04870415, 189.850922)
  1456. o74.Parent = o73
  1457. o74.Scale = Vector3.new(0.192857131, 0.0714285672, 0.128571421)
  1458. o75.Name = "A5"
  1459. o75.Parent = o1
  1460. o75.BrickColor = BrickColor.new("Really black")
  1461. o75.Position = Vector3.new(65.0985413, 7.04882622, 189.880173)
  1462. o75.Rotation = Vector3.new(89.9961853, 0.0191422515, -0.00100795738)
  1463. o75.Anchored = true
  1464. o75.CanCollide = false
  1465. o75.Elasticity = 0
  1466. o75.FormFactor = Enum.FormFactor.Plate
  1467. o75.Size = Vector3.new(1, 0.400000006, 1)
  1468. o75.CFrame = CFrame.new(65.0985413, 7.04882622, 189.880173, 0.99999851, 1.75921487e-005, 0.000334095326, 0.000334093958, 6.64144536e-005, -0.999999523, -1.76144367e-005, 0.999997973, 6.65775951e-005)
  1469. o75.BottomSurface = Enum.SurfaceType.Smooth
  1470. o75.TopSurface = Enum.SurfaceType.Smooth
  1471. o75.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1472. o75.Position = Vector3.new(65.0985413, 7.04882622, 189.880173)
  1473. o76.Parent = o75
  1474. o76.Offset = Vector3.new(0, -0.0199999996, 0)
  1475. o76.Scale = Vector3.new(0.149999991, 0.0714285672, 0.100000001)
  1476. o77.Name = "Port"
  1477. o77.Parent = o1
  1478. o77.Material = Enum.Material.SmoothPlastic
  1479. o77.BrickColor = BrickColor.new("Dark stone grey")
  1480. o77.Transparency = 1
  1481. o77.Position = Vector3.new(64.9327698, 7.13575792, 189.206497)
  1482. o77.Rotation = Vector3.new(2.50128983e-006, -2.63218681e-006, 180)
  1483. o77.Anchored = true
  1484. o77.CanCollide = false
  1485. o77.FormFactor = Enum.FormFactor.Custom
  1486. o77.Size = Vector3.new(0.200000003, 0.200000003, 0.338461548)
  1487. o77.CFrame = CFrame.new(64.9327698, 7.13575792, 189.206497, -1, -2.23820962e-013, -4.59403253e-008, 2.27373675e-013, -1, -4.36557421e-008, -8.96517136e-008, -4.36557492e-008, 1)
  1488. o77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. o77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. o77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. o77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. o77.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1495. o77.Position = Vector3.new(64.9327698, 7.13575792, 189.206497)
  1496. o78.Parent = o77
  1497. o78.Scale = Vector3.new(0.0769230723, 0.538461506, 1)
  1498. o79.Name = "Coloring"
  1499. o79.Parent = o1
  1500. table.insert(cors,coroutine.create(function()
  1501. wait()
  1502. runDummyScript(function()
  1503. repeat
  1504. wait()
  1505. until script.Parent.Parent.Parent.ClassName == "Player"
  1506. g = script.Parent:GetChildren()
  1507. for i = 1,#g do
  1508. if g[i].Name == "Color" then
  1509. g[i].BrickColor = script.Parent.Parent.Parent.TeamColor
  1510. end
  1511. end
  1512.  
  1513. end,o79)
  1514. end))
  1515. o80.Name = "Gun_Script"
  1516. o80.Parent = o1
  1517. table.insert(cors,coroutine.create(function()
  1518. wait()
  1519. runDummyScript(function()
  1520. wait(0.5)
  1521. --Edit settings below--
  1522. local Tool = script.Parent
  1523. local Settings = {
  1524. Range = 700
  1525. ,Spread = 5
  1526. ,Damage = {15, 19}
  1527. ,HeadShotDamage = {13, 14}
  1528. ,Bullets = 1
  1529. ,FireRate = 0.1
  1530. ,Automatic = false
  1531. ,AntiTK = false
  1532. ,ImpactDuration = 3
  1533. --Reload
  1534. ,ReloadKey = "R"
  1535. ,ReloadTime = 3
  1536. ,Ammo = 30
  1537. ,IncludeChamberedBullet = true
  1538. --Gui
  1539. ,GuiPos = Vector2.new(script.Gui.Frame.Position.X.Scale, script.Gui.Frame.Position.Y.Scale)
  1540. --Arms
  1541. ,OneHanded = false
  1542. ,FakeArms = true
  1543. ,FakeArmTransparency = 1
  1544. ,RightPos = CFrame.new(-0.75, -0.25, 0.5) * CFrame.Angles(math.rad(-90), 0, 0)
  1545. ,LeftPos = CFrame.new(1, 0.5, 0.5) * CFrame.Angles(math.rad(-90), math.rad(45), 0)
  1546. ,AimPart = Tool.AimPart
  1547. ,AimPartOffset = CFrame.new()
  1548. ,AimGripOffset = Vector3.new(0, 0, 0)
  1549. ,LeftAimPos = CFrame.new(1, 0.5, 0.5) * CFrame.Angles(math.rad(-100), math.rad(45), 0)
  1550. ,AimAnim = {
  1551. Enabled = false
  1552. ,Frames = 50
  1553. ,Time = 0.1
  1554. }
  1555. ,ChangeFOV = {true, 60}
  1556. ,SpreadReduction = 3
  1557. --Weld
  1558. ,Weld = true
  1559. --Mouse
  1560. ,Icons = {
  1561. Idle = "rbxassetid://70288585"
  1562. ,Fire1 = "rbxassetid://70288578"
  1563. ,Fire2 = "rbxassetid://70288572"
  1564. ,Fire3 = "rbxassetid://70288578"
  1565. ,Reload = "rbxassetid://70288599"
  1566. ,Aim = "rbxasset://textures/Blank.png"
  1567. }
  1568. ,FireMouseAnimTime = 0.15
  1569. --Recoil
  1570. ,Recoil = math.rad(1.2)
  1571. --Smoke
  1572. ,Smoke = true
  1573. ,SmokePart = Tool.SmokePart
  1574. ,Smokes = {{script.Smoke, 6, 0.1}, {script.Smoke1, 0.1}, {script.Smoke1, 0.1}}
  1575. --Sprint
  1576. ,Sprint = true
  1577. ,SprintSpeed = 25
  1578. ,SprintKey = "0"
  1579. ,SprintSpreadIncrease = 40
  1580. ,SprintArmOffset = CFrame.new(0.25, 0.125, 0.25) * CFrame.Angles(math.rad(-30), math.rad(35), 0)
  1581. --Other
  1582. ,DropHats = false
  1583. }
  1584.  
  1585. --Do not edit below this lign--
  1586.  
  1587. local Orig_Spread = Settings.Spread
  1588. local Orig_Grip = Tool.GripPos
  1589.  
  1590. local Player = game.Players.LocalPlayer
  1591. local Character = Player.Character
  1592.  
  1593. local Camera = Workspace.CurrentCamera
  1594.  
  1595. local Ammo, StoredAmmo = script.Ammo, script.StoredAmmo
  1596.  
  1597. local Gui, CanUpdateGui = nil, true
  1598.  
  1599. local Sprinting, Equipped
  1600.  
  1601. function Update_Gui()
  1602. if Gui and CanUpdateGui then
  1603. Gui.Frame.AmmoDisplay.Text = Ammo.Value .. "|" .. StoredAmmo.Value
  1604. end
  1605. end
  1606.  
  1607. local Welded
  1608. if Settings.Weld then
  1609. Delay(0, function()
  1610. local weldC0s = {}
  1611. for i, v in pairs(Tool:GetChildren()) do
  1612. if v:IsA("BasePart") and v ~= Tool.Handle then
  1613. table.insert(weldC0s, {v, Tool.Handle.CFrame:toObjectSpace(v.CFrame)})
  1614. v.Anchored = false
  1615. end
  1616. end
  1617. Tool.Handle.Anchored = false
  1618. local welds = {}
  1619. Tool.Equipped:connect(function()
  1620. for i, v in ipairs(welds) do
  1621. v.Part1 = nil
  1622. v:Destroy()
  1623. end
  1624. for i, v in ipairs(weldC0s) do
  1625. if v[1] and v[2] then
  1626. local w = Instance.new("Weld", Tool.Handle)
  1627. w.Part0 = Tool.Handle
  1628. w.Part1 = v[1]
  1629. w.C0 = v[2]
  1630. table.insert(welds, w)
  1631. end
  1632. end
  1633. end)
  1634. wait()
  1635. Welded = true
  1636. end)
  1637. end
  1638.  
  1639. local Left_Weld, Right_Weld
  1640.  
  1641. Ammo.Changed:connect(Update_Gui)
  1642. StoredAmmo.Changed:connect(Update_Gui)
  1643.  
  1644. Settings.Range = math.min(Settings.Range, 999)
  1645.  
  1646. local Ignore_Model = Workspace:FindFirstChild("Ray_Ignore") or Instance.new("Model", Workspace)
  1647. Ignore_Model.Name = "Ray_Ignore"
  1648.  
  1649. local Ray_Ignore = {Character, Ignore_Model, Camera}
  1650.  
  1651. Character.Humanoid.Died:connect(function()
  1652. Tool.Parent = Player.Backpack
  1653. end)
  1654.  
  1655. function Fire(Mouse)
  1656. local Spread = CFrame.Angles(math.rad(math.random(-Settings.Spread, Settings.Spread)/10), math.rad(math.random(-Settings.Spread, Settings.Spread)/10), math.rad(math.random(-Settings.Spread, Settings.Spread)/10))
  1657. local Ray = Ray.new(Character.Head.Position, (CFrame.new(Character.Head.Position, Mouse.Hit.p) * Spread).lookVector.unit * Settings.Range)
  1658. local Hit, Pos = Workspace:FindPartOnRayWithIgnoreList(Ray, Ray_Ignore)
  1659. if Hit and Hit.Parent:FindFirstChild("Humanoid") then
  1660. local Hit_Player = game.Players:GetPlayerFromCharacter(Hit.Parent)
  1661. if Settings.AntiTK and not Hit_Player.Neutral and Hit_Player.TeamColor == Player.TeamColor then
  1662. return
  1663. end
  1664. local Humanoid = Hit.Parent.Humanoid
  1665. local c = Instance.new("ObjectValue")
  1666. c.Name = "creator"
  1667. c.Value = Player
  1668. game.Debris:AddItem(c, 3)
  1669. c.Parent = Humanoid
  1670. if Hit.Name == "Head" then
  1671. Humanoid.Health = Humanoid.Health - math.random(Settings.HeadShotDamage[1], Settings.HeadShotDamage[2])
  1672. else
  1673. Humanoid.Health = Humanoid.Health - math.random(Settings.Damage[1], Settings.Damage[2])
  1674. end
  1675. elseif Hit then
  1676. local Hit_Part = Instance.new("Part", Ignore_Model)
  1677. Hit_Part.FormFactor = "Custom"
  1678. Hit_Part.TopSurface = 0
  1679. Hit_Part.BottomSurface = 0
  1680. Hit_Part.Anchored = true
  1681. Hit_Part.CanCollide = false
  1682. Hit_Part.Size = Vector3.new()
  1683. Hit_Part.CFrame = CFrame.new(Pos) * CFrame.Angles(math.random(0, 360), math.random(0, 360), math.random(0, 360))
  1684. Hit_Part.BrickColor = BrickColor.new("Black")
  1685. game.Debris:AddItem(Hit_Part, Settings.ImpactDuration)
  1686. if not Hit.Anchored then
  1687. local w = Instance.new("Weld", Hit_Part)
  1688. w.Part0 = Hit
  1689. w.Part1 = Hit_Part
  1690. w.C0 = Hit.CFrame:toObjectSpace(Hit_Part.CFrame)
  1691. Hit_Part.Anchored = false
  1692. end
  1693. if Hit.Parent:IsA("Hat") and Settings.DropHats then
  1694. Hit.Parent.Parent = workspace
  1695. game.Debris:AddItem(Hit, 3)
  1696. end
  1697. end
  1698. end
  1699.  
  1700. local Can_Shoot = true
  1701. local Reloading = false
  1702.  
  1703. local First_Person = false
  1704.  
  1705. local Mouse_Held
  1706.  
  1707. Tool.Equipped:connect(function(Mouse)
  1708. Equipped = true
  1709. if Settings.Weld and not Welded then
  1710. wait()
  1711. Tool.Parent = Player.Backpack
  1712. end
  1713. Character = Player.Character
  1714. if Gui then
  1715. return
  1716. end
  1717. Ray_Ignore = {Character, Ignore_Model, Camera}
  1718. Mouse.Icon = Settings.Icons.Idle
  1719. Gui = script.Gui:Clone()
  1720. Gui.Parent = Player.PlayerGui
  1721. Gui.Frame.Position = UDim2.new(Settings.GuiPos.X, Gui.Frame.Position.X.Offset, 1.1, Gui.Frame.Position.Y.Offset)
  1722. Gui.Frame:TweenPosition(UDim2.new(Settings.GuiPos.X, Gui.Frame.Position.X.Offset, Settings.GuiPos.Y, Gui.Frame.Position.Y.Offset), "Out", "Bounce", 1)
  1723. CanUpdateGui = true
  1724. Update_Gui()
  1725. Mouse.Button1Down:connect(function()
  1726. if Can_Shoot and Ammo.Value > 0 and Character.Humanoid.Health > 0 then
  1727. Mouse_Held = true
  1728. while true do
  1729. Can_Shoot = false
  1730. Delay(0, function()
  1731. local t = math.min(Settings.FireMouseAnimTime/3, Settings.FireRate/3)
  1732. if not Aiming then
  1733. Mouse.Icon = Settings.Icons.Fire1
  1734. end
  1735. wait(t)
  1736. if not Aiming then
  1737. if Reloading then return end
  1738. Mouse.Icon = Settings.Icons.Fire2
  1739. end
  1740. wait(t)
  1741. if not Aiming then
  1742. if Reloading then return end
  1743. Mouse.Icon = Settings.Icons.Fire3
  1744. end
  1745. wait(t)
  1746. if not Aiming then
  1747. if Reloading then return end
  1748. Mouse.Icon = Settings.Icons.Idle
  1749. end
  1750. end)
  1751. if Settings.Smoke then
  1752. for i, v in pairs(Settings.Smokes) do
  1753. local s = v[1]:Clone()
  1754. s.Parent = Settings.SmokePart
  1755. s.Enabled = true
  1756. game.Debris:AddItem(s, v[2])
  1757. if v[3] then
  1758. Delay(v[3], function()
  1759. s.Enabled = false
  1760. end)
  1761. end
  1762. end
  1763. end
  1764. for _ = 1, Settings.Bullets do
  1765. Fire(Mouse)
  1766. end
  1767. Camera.CoordinateFrame = CFrame.new(Camera.Focus.p) * (Camera.CoordinateFrame - Camera.CoordinateFrame.p) * CFrame.Angles(math.abs(Settings.Recoil), 0, 0) * CFrame.new(0, 0, (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude)
  1768. if Tool.Handle:FindFirstChild("Shoot") then
  1769. Tool.Handle.Shoot:Play()
  1770. end
  1771. Ammo.Value = Ammo.Value - 1
  1772. wait(Settings.FireRate)
  1773. if not Settings.Automatic or Ammo.Value <= 0 or Character.Humanoid.Health <= 0 or not Mouse_Held then
  1774. break
  1775. end
  1776. end
  1777. Can_Shoot = true
  1778. elseif Can_Shoot and Character.Humanoid.Health > 0 and Tool.Handle:FindFirstChild("Click") then
  1779. Tool.Handle.Click:Play()
  1780. end
  1781. end)
  1782. Mouse.Button1Up:connect(function()
  1783. Mouse_Held = false
  1784. end)
  1785. Mouse.KeyDown:connect(function(Key)
  1786. if Key:upper() == Settings.ReloadKey:upper() and Can_Shoot and StoredAmmo.Value > 0 and not Aiming then
  1787. if Settings.IncludeChamberedBullet and Ammo.Value == Settings.Ammo + 1 or not Settings.IncludeChamberedBullet and Ammo.Value == Settings.Ammo then
  1788. return
  1789. end
  1790. Can_Shoot = false
  1791. Reloading = true
  1792. local TextLabel = Gui.Frame.AmmoDisplay
  1793. Delay(0, function()
  1794. CanUpdateGui = false
  1795. TextLabel.Text = "Reloading."
  1796. wait(Settings.ReloadTime/3)
  1797. if TextLabel then
  1798. TextLabel.Text = "Reloading.."
  1799. end
  1800. wait(Settings.ReloadTime/3)
  1801. if TextLabel then
  1802. TextLabel.Text = "Reloading..."
  1803. end
  1804. end)
  1805. if Tool.Handle:FindFirstChild("Reload") then
  1806. Tool.Handle.Reload:Play()
  1807. end
  1808. Mouse.Icon = Settings.Icons.Reload
  1809. wait(Settings.ReloadTime)
  1810. Mouse.Icon = Settings.Icons.Idle
  1811. CanUpdateGui = true
  1812. local m = Settings.Ammo
  1813. if Ammo.Value > 0 and Settings.IncludeChamberedBullet then
  1814. m = m + 1
  1815. end
  1816. if (StoredAmmo.Value - (m - Ammo.Value)) <= 0 then
  1817. Ammo.Value = Ammo.Value + StoredAmmo.Value
  1818. StoredAmmo.Value = 0
  1819. else
  1820. StoredAmmo.Value = StoredAmmo.Value - (m - Ammo.Value)
  1821. Ammo.Value = m
  1822. end
  1823. Can_Shoot = true
  1824. Reloading = false
  1825. elseif Key:upper() == Settings.SprintKey:upper() and Settings.Sprint and not Aiming then
  1826. Sprinting = true
  1827. Character.Humanoid.WalkSpeed = Settings.SprintSpeed
  1828. Settings.Spread = Settings.Spread + Settings.SprintSpreadIncrease
  1829. end
  1830. end)
  1831. Mouse.KeyUp:connect(function(Key)
  1832. if Key:upper() == Settings.SprintKey:upper() and Sprinting then
  1833. Sprinting = false
  1834. Character.Humanoid.WalkSpeed = 16
  1835. Settings.Spread = Settings.Spread - Settings.SprintSpreadIncrease
  1836. Right_Weld.C0 = CFrame.new(0, -1.5, 0)
  1837. end
  1838. end)
  1839. Mouse.Button2Down:connect(function()
  1840. if not Reloading and not Sprinting and not Aiming and (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude < 1 then
  1841. Aiming = true
  1842. Mouse.Icon = Settings.Icons.Aim
  1843. if Settings.AimAnim.Enabled then
  1844. Right_Weld.C1 = CFrame.new()
  1845. Right_Weld.C0 = CFrame.new()
  1846. Delay(0, function()
  1847. Tween_C0(Right_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Right_Weld.C0, Character.Head.CFrame:toObjectSpace(Settings.AimPart.CFrame))
  1848. end)
  1849. Delay(0, function()
  1850. Tween_C1(Left_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Left_Weld.C1, Settings.LeftAimPos)
  1851. end)
  1852. Delay(0, function()
  1853. if Settings.ChangeFOV[1] then
  1854. Camera.FieldOfView = 70
  1855. local Cam_Dif, T_F = 70 - Settings.ChangeFOV[2], Settings.AimAnim.Time * Settings.AimAnim.Frames
  1856. for i = 1, T_F do
  1857. local FOV = 70 - Cam_Dif/T_F * i
  1858. Camera.FieldOfView = FOV
  1859. wait(Settings.AimAnim.Time/Settings.AimAnim.Frames)
  1860. if not Aiming then
  1861. return
  1862. end
  1863. end
  1864. Camera.FieldOfView = Settings.ChangeFOV[2]
  1865. end
  1866. end)
  1867. else
  1868. Right_Weld.C1 = CFrame.new()
  1869. Right_Weld.C0 = CFrame.new()
  1870. Right_Weld.C1 = Character.Head.CFrame:toObjectSpace(Settings.AimPart.CFrame)
  1871. Left_Weld.C1 = Settings.LeftAimPos
  1872. if Settings.ChangeFOV[1] then
  1873. Camera.FieldOfView = Settings.ChangeFOV[2]
  1874. end
  1875. end
  1876. Tool.GripPos = Orig_Grip + Settings.AimGripOffset
  1877. Settings.Spread = Settings.Spread - Settings.SpreadReduction
  1878. end
  1879. end)
  1880. Mouse.Button2Up:connect(function()
  1881. if Aiming then
  1882. Mouse.Icon = Settings.Icons.Idle
  1883. Tool.GripPos = Orig_Grip
  1884. if Settings.AimAnim.Enabled then
  1885. Delay(0, function()
  1886. Tween_C0(Right_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Right_Weld.C0, CFrame.new(0, -1.5, 0))
  1887. end)
  1888. Delay(0, function()
  1889. Tween_C1(Left_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Left_Weld.C1, Settings.LeftPos)
  1890. end)
  1891. else
  1892. Right_Weld.C1 = Settings.RightPos
  1893. Right_Weld.C0 = CFrame.new(0, -1.5, 0)
  1894. Left_Weld.C1 = Settings.LeftPos
  1895. end
  1896. if Settings.ChangeFOV[1] then
  1897. Camera.FieldOfView = 70
  1898. end
  1899. Settings.Spread = Settings.Spread + Settings.SpreadReduction
  1900. Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1901. Character.Torso.Neck.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1902. wait(0.25)
  1903. Aiming = false
  1904. end
  1905. end)
  1906. wait()
  1907. Camera.Changed:connect(function()
  1908. if (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude < 1 and Equipped then
  1909. Mouse.TargetFilter = workspace
  1910. Character.Torso.Neck.C1 = CFrame.new()
  1911. Character.Torso.Neck.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.asin((Mouse.Hit.p - Mouse.Origin.p).unit.y), 0, 0)
  1912. end
  1913. end)
  1914. Mouse.Idle:connect(function()
  1915. if (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude < 1 and Equipped then
  1916. Mouse.TargetFilter = workspace
  1917. Character.Torso.Neck.C1 = CFrame.new()
  1918. Character.Torso.Neck.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.asin((Mouse.Hit.p - Mouse.Origin.p).unit.y), 0, 0)
  1919. end
  1920. end)
  1921. while wait() and Equipped do
  1922. if Sprinting then
  1923. Right_Weld.C0 = CFrame.new(0, -1.5, 0) * Settings.SprintArmOffset
  1924. Left_Weld.C0 = CFrame.new(0, -1.5, 0) * Settings.SprintArmOffset
  1925. elseif not Aiming then
  1926. Left_Weld.C0 = CFrame.new(0, -1.5, 0)
  1927. end
  1928. if (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude > 1 and Equipped then
  1929. Mouse.TargetFilter = nil
  1930. Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1931. Character.Torso.Neck.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1932. end
  1933. end
  1934. end)
  1935.  
  1936. local Arms_Made
  1937. local Fake_Arm_Right, Fake_Arm_Left, Fake_Arm_Model
  1938.  
  1939. Tool.Equipped:connect(function(Mouse)
  1940. if Character and not Arms_Made then
  1941. Arms_Made = true
  1942. local Torso = Character.Torso
  1943. Torso["Right Shoulder"].Part1 = nil
  1944. Left_Weld = Instance.new("Weld", Torso)
  1945. Left_Weld.Name = "Left_Weld"
  1946. Left_Weld.Part0 = Character.Head
  1947. Left_Weld.C0 = CFrame.new(0, -1.5, 0)
  1948. if not Settings.OneHanded then
  1949. Torso["Left Shoulder"].Part1 = nil
  1950. Left_Weld.Part1 = Character["Left Arm"]
  1951. end
  1952. Right_Weld = Instance.new("Weld", Torso)
  1953. Right_Weld.Name = "Right_Weld"
  1954. Right_Weld.Part0 = Character.Head
  1955. Right_Weld.Part1 = Character["Right Arm"]
  1956. Right_Weld.C0 = CFrame.new(0, -1.5, 0)
  1957. Left_Weld.C1 = Settings.LeftPos
  1958. Right_Weld.C1 = Settings.RightPos
  1959. end
  1960. if Settings.FakeArms and not Fake_Arm_Right then
  1961. Fake_Arm_Right, Fake_Arm_Left = Character["Right Arm"]:Clone(), Character["Left Arm"]:Clone()
  1962. Fake_Arm_Right.FormFactor, Fake_Arm_Left.FormFactor = "Custom", "Custom"
  1963. Fake_Arm_Right.Size, Fake_Arm_Left.Size = Vector3.new(), Vector3.new()
  1964. local fakeArms = {Fake_Arm_Right, Fake_Arm_Left}
  1965. for i = 1, 2 do
  1966. local w = Instance.new("Weld", fakeArms[i])
  1967. w.Part0 = Character[fakeArms[i].Name]
  1968. w.Part1 = fakeArms[i]
  1969. fakeArms[i].Transparency = Settings.FakeArmTransparency
  1970. end
  1971. Fake_Arm_Model = Instance.new("Model", Camera)
  1972. Fake_Arm_Right.Parent = Fake_Arm_Model
  1973. if not Settings.OneHanded then
  1974. Fake_Arm_Left.Parent = Fake_Arm_Model
  1975. end
  1976. Fake_Arm_Model.Name = "FakeArms"
  1977. if Settings.CharacterMeshes then
  1978. for i, v in pairs(Character:GetChildren()) do
  1979. if v:IsA("CharacterMesh") and v.BodyPart == Enum.BodyPart.LeftArm or v:IsA("CharacterMesh") and v.BodyPart == Enum.BodyPart.RightArm then
  1980. v:Clone().Parent = Fake_Arm_Model
  1981. end
  1982. end
  1983. end
  1984. if Character:FindFirstChild("Shirt") then
  1985. Instance.new("Humanoid", Fake_Arm_Model)
  1986. Character.Shirt:Clone().Parent = Fake_Arm_Model
  1987. else
  1988. local Arm_Mesh = Instance.new("SpecialMesh", Fake_Arm_Right)
  1989. Arm_Mesh.MeshType, Arm_Mesh.Scale = "Brick", Vector3.new(5, 10, 5)
  1990. local Arm_Mesh2 = Instance.new("SpecialMesh", Fake_Arm_Left)
  1991. Arm_Mesh2.MeshType, Arm_Mesh2.Scale = "Brick", Vector3.new(5, 10, 5)
  1992. end
  1993. end
  1994. end)
  1995.  
  1996. Tool.Unequipped:connect(function()
  1997. Equipped = false
  1998. Tool.GripPos = Orig_Grip
  1999. Aiming = false
  2000. Settings.Spread = Orig_Spread
  2001. if Settings.ChangeFOV[1] then
  2002. Camera.FieldOfView = 70
  2003. end
  2004. if Gui then
  2005. Gui:Destroy()
  2006. Gui = nil
  2007. end
  2008. for i, v in pairs(Tool.Handle:GetChildren()) do
  2009. if v:IsA("Sound") then
  2010. v:Stop()
  2011. end
  2012. end
  2013. if Fake_Arm_Right and Fake_Arm_Left and Fake_Arm_Model then
  2014. Fake_Arm_Model:Destroy()
  2015. Fake_Arm_Right, Fake_Arm_Left, Fake_Arm_Model = nil, nil, nil
  2016. end
  2017. if Character and Left_Weld and Right_Weld then
  2018. Arms_Made = false
  2019. local Torso = Character.Torso
  2020. Torso["Right Shoulder"].Part1, Torso["Left Shoulder"].Part1 = Character["Right Arm"], Character["Left Arm"]
  2021. Left_Weld:Destroy()
  2022. Right_Weld:Destroy()
  2023. end
  2024. Sprinting = false
  2025. Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2026. Character.Torso.Neck.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2027. Character.Humanoid.WalkSpeed = 16
  2028. end)
  2029.  
  2030. end,o80)
  2031. end))
  2032. o81.Name = "Ammo"
  2033. o81.Parent = o80
  2034. o81.Value = 30
  2035. o82.Name = "StoredAmmo"
  2036. o82.Parent = o80
  2037. o82.Value = 1200
  2038. o83.Name = "Gui"
  2039. o83.Parent = o80
  2040. o84.Parent = o83
  2041. o84.Position = UDim2.new(1,-200,1,-100)
  2042. o84.Size = UDim2.new(0,100,0,100)
  2043. o84.Position = UDim2.new(1,-200,1,-100)
  2044. o84.BackgroundColor3 = Color3.new(1, 1, 1)
  2045. o84.BackgroundTransparency = 1
  2046. o84.BorderSizePixel = 0
  2047. o85.Name = "AmmoDisplay"
  2048. o85.Parent = o84
  2049. o85.Size = UDim2.new(1,0,1,0)
  2050. o85.Text = ""
  2051. o85.BackgroundTransparency = 1
  2052. o85.FontSize = Enum.FontSize.Size24
  2053. o85.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  2054. o85.TextStrokeTransparency = 0.5
  2055. o85.TextXAlignment = Enum.TextXAlignment.Right
  2056. o86.Parent = o80
  2057. o86.Size = 0.30000001192093
  2058. o86.Color = Color3.new(0.372549, 0.372549, 0.372549)
  2059. o86.Enabled = false
  2060. o86.Opacity = 0.30000001192093
  2061. o86.RiseVelocity = 15
  2062. o87.Name = "Smoke1"
  2063. o87.Parent = o80
  2064. o87.Size = 0.10000000149012
  2065. o87.Color = Color3.new(1, 0.6, 0.2)
  2066. o87.Enabled = false
  2067. o87.Opacity = 0.40000000596046
  2068. o87.RiseVelocity = 3
  2069. mas.Parent = workspace
  2070. mas:MakeJoints()
  2071. local mas1 = mas:GetChildren()
  2072. for i=1,#mas1 do
  2073. mas1[i].Parent = game:GetService("Players").LocalPlayer.Backpack
  2074. ypcall(function() mas1[i]:MakeJoints() end)
  2075. end
  2076. mas:Destroy()
  2077. for i=1,#cors do
  2078. coroutine.resume(cors[i])
  2079. end
  2080. end
  2081. end
  2082.  
  2083. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  2084.  
  2085. function onKeyPress(inputObject, gameProcessedEvent)
  2086. if inputObject.KeyCode == Enum.KeyCode.K then
  2087. --Made by N3xul
  2088. local runDummyScript = function(f,scri)
  2089. local oldenv = getfenv(f)
  2090. local newenv = setmetatable({}, {
  2091. __index = function(_, k)
  2092. if k:lower() == 'script' then
  2093. return scri
  2094. else
  2095. return oldenv[k]
  2096. end
  2097. end
  2098. })
  2099. setfenv(f, newenv)
  2100. ypcall(function() f() end)
  2101. end
  2102. cors = {}
  2103. mas = Instance.new("Model",game:GetService("Lighting"))
  2104. mas.Name = "CompiledModel"
  2105. o1 = Instance.new("Tool")
  2106. o2 = Instance.new("Part")
  2107. o3 = Instance.new("CylinderMesh")
  2108. o4 = Instance.new("Part")
  2109. o5 = Instance.new("IntValue")
  2110. o6 = Instance.new("BlockMesh")
  2111. o7 = Instance.new("Part")
  2112. o8 = Instance.new("BlockMesh")
  2113. o9 = Instance.new("Part")
  2114. o10 = Instance.new("CylinderMesh")
  2115. o11 = Instance.new("Part")
  2116. o12 = Instance.new("SpecialMesh")
  2117. o13 = Instance.new("Part")
  2118. o14 = Instance.new("BlockMesh")
  2119. o15 = Instance.new("Part")
  2120. o16 = Instance.new("BlockMesh")
  2121. o17 = Instance.new("Part")
  2122. o18 = Instance.new("CylinderMesh")
  2123. o19 = Instance.new("Part")
  2124. o20 = Instance.new("BlockMesh")
  2125. o21 = Instance.new("Part")
  2126. o22 = Instance.new("SpecialMesh")
  2127. o23 = Instance.new("Part")
  2128. o24 = Instance.new("CylinderMesh")
  2129. o25 = Instance.new("Part")
  2130. o26 = Instance.new("BlockMesh")
  2131. o27 = Instance.new("Part")
  2132. o28 = Instance.new("BlockMesh")
  2133. o29 = Instance.new("Part")
  2134. o30 = Instance.new("BlockMesh")
  2135. o31 = Instance.new("Part")
  2136. o32 = Instance.new("BlockMesh")
  2137. o33 = Instance.new("Part")
  2138. o34 = Instance.new("CylinderMesh")
  2139. o35 = Instance.new("Part")
  2140. o36 = Instance.new("CylinderMesh")
  2141. o37 = Instance.new("Part")
  2142. o38 = Instance.new("BlockMesh")
  2143. o39 = Instance.new("Part")
  2144. o40 = Instance.new("BlockMesh")
  2145. o41 = Instance.new("Part")
  2146. o42 = Instance.new("CylinderMesh")
  2147. o43 = Instance.new("Part")
  2148. o44 = Instance.new("BlockMesh")
  2149. o45 = Instance.new("Part")
  2150. o46 = Instance.new("BlockMesh")
  2151. o47 = Instance.new("Part")
  2152. o48 = Instance.new("BlockMesh")
  2153. o49 = Instance.new("Part")
  2154. o50 = Instance.new("BlockMesh")
  2155. o51 = Instance.new("Part")
  2156. o52 = Instance.new("BlockMesh")
  2157. o53 = Instance.new("Part")
  2158. o54 = Instance.new("BlockMesh")
  2159. o55 = Instance.new("Part")
  2160. o56 = Instance.new("SpecialMesh")
  2161. o57 = Instance.new("Part")
  2162. o58 = Instance.new("BlockMesh")
  2163. o59 = Instance.new("Part")
  2164. o60 = Instance.new("SpecialMesh")
  2165. o61 = Instance.new("Part")
  2166. o62 = Instance.new("CylinderMesh")
  2167. o63 = Instance.new("Part")
  2168. o64 = Instance.new("BlockMesh")
  2169. o65 = Instance.new("Part")
  2170. o66 = Instance.new("BlockMesh")
  2171. o67 = Instance.new("Part")
  2172. o68 = Instance.new("BlockMesh")
  2173. o69 = Instance.new("Part")
  2174. o70 = Instance.new("SpecialMesh")
  2175. o71 = Instance.new("Part")
  2176. o72 = Instance.new("BlockMesh")
  2177. o73 = Instance.new("Part")
  2178. o74 = Instance.new("BlockMesh")
  2179. o75 = Instance.new("Part")
  2180. o76 = Instance.new("Sound")
  2181. o77 = Instance.new("Sound")
  2182. o79 = Instance.new("Part")
  2183. o80 = Instance.new("Part")
  2184. o81 = Instance.new("SpecialMesh")
  2185. o82 = Instance.new("Part")
  2186. o83 = Instance.new("SpecialMesh")
  2187. o84 = Instance.new("Part")
  2188. o85 = Instance.new("SpecialMesh")
  2189. o86 = Instance.new("Part")
  2190. o87 = Instance.new("BlockMesh")
  2191. o88 = Instance.new("Part")
  2192. o89 = Instance.new("SpecialMesh")
  2193. o90 = Instance.new("Part")
  2194. o91 = Instance.new("SpecialMesh")
  2195. o92 = Instance.new("Part")
  2196. o93 = Instance.new("SpecialMesh")
  2197. o94 = Instance.new("Part")
  2198. o95 = Instance.new("SpecialMesh")
  2199. o96 = Instance.new("Part")
  2200. o97 = Instance.new("BlockMesh")
  2201. o98 = Instance.new("Part")
  2202. o99 = Instance.new("BlockMesh")
  2203. o100 = Instance.new("Part")
  2204. o101 = Instance.new("BlockMesh")
  2205. o102 = Instance.new("LocalScript")
  2206. o103 = Instance.new("LocalScript")
  2207. o104 = Instance.new("NumberValue")
  2208. o105 = Instance.new("NumberValue")
  2209. o106 = Instance.new("ScreenGui")
  2210. o107 = Instance.new("Frame")
  2211. o108 = Instance.new("TextLabel")
  2212. o109 = Instance.new("Smoke")
  2213. o110 = Instance.new("Smoke")
  2214. o1.Name = "AK74"
  2215. o1.Parent = mas
  2216. o2.Name = "SmokePart"
  2217. o2.Parent = o1
  2218. o2.BrickColor = BrickColor.new("Black")
  2219. o2.Transparency = 1
  2220. o2.Position = Vector3.new(69.2977066, 3.61904788, 201.51828)
  2221. o2.Rotation = Vector3.new(90, -90, 0)
  2222. o2.Anchored = true
  2223. o2.CanCollide = false
  2224. o2.FormFactor = Enum.FormFactor.Custom
  2225. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2226. o2.CFrame = CFrame.new(69.2977066, 3.61904788, 201.51828, -3.19382108e-014, 0, -1, -0.999999762, -2.4158453e-013, -3.19382108e-014, 2.4158453e-013, 0.999999762, 0)
  2227. o2.BottomSurface = Enum.SurfaceType.Smooth
  2228. o2.TopSurface = Enum.SurfaceType.Smooth
  2229. o2.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2230. o2.Position = Vector3.new(69.2977066, 3.61904788, 201.51828)
  2231. o3.Parent = o2
  2232. o3.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  2233. o4.Name = "NoSight"
  2234. o4.Parent = o1
  2235. o4.BrickColor = BrickColor.new("White")
  2236. o4.Transparency = 1
  2237. o4.Position = Vector3.new(69.2977066, 3.9342339, 201.089035)
  2238. o4.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  2239. o4.Anchored = true
  2240. o4.CanCollide = false
  2241. o4.Elasticity = 0
  2242. o4.FormFactor = Enum.FormFactor.Custom
  2243. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2244. o4.CFrame = CFrame.new(69.2977066, 3.9342339, 201.089035, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  2245. o4.BottomSurface = Enum.SurfaceType.Smooth
  2246. o4.TopSurface = Enum.SurfaceType.Smooth
  2247. o4.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2248. o4.Position = Vector3.new(69.2977066, 3.9342339, 201.089035)
  2249. o5.Name = "lenspart"
  2250. o5.Parent = o4
  2251. o6.Parent = o4
  2252. o6.Scale = Vector3.new(0.0476190485, 0.0476190485, 0.0476190485)
  2253. o7.Parent = o1
  2254. o7.BrickColor = BrickColor.new("Black")
  2255. o7.Position = Vector3.new(69.2977066, 3.6842339, 200.654068)
  2256. o7.Rotation = Vector3.new(-135.001236, -0.0161826368, 89.9821167)
  2257. o7.Anchored = true
  2258. o7.CanCollide = false
  2259. o7.Elasticity = 0
  2260. o7.FormFactor = Enum.FormFactor.Symmetric
  2261. o7.Size = Vector3.new(1, 1, 1)
  2262. o7.CFrame = CFrame.new(69.2977066, 3.6842339, 200.654068, 0.000312114571, -0.999998689, -0.000282440305, -0.707122445, -0.000420430471, 0.707091093, -0.707089782, -2.10231665e-005, -0.707121611)
  2263. o7.BottomSurface = Enum.SurfaceType.Smooth
  2264. o7.TopSurface = Enum.SurfaceType.Smooth
  2265. o7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2266. o7.Position = Vector3.new(69.2977066, 3.6842339, 200.654068)
  2267. o8.Parent = o7
  2268. o8.Scale = Vector3.new(0.0476190485, 0.0476190485, 0.142857149)
  2269. o9.Name = "Cylinder"
  2270. o9.Parent = o1
  2271. o9.BrickColor = BrickColor.new("Black")
  2272. o9.Position = Vector3.new(69.2977066, 3.62031507, 200.737213)
  2273. o9.Rotation = Vector3.new(-90.006012, -0.0233571213, -0.00436751125)
  2274. o9.Anchored = true
  2275. o9.CanCollide = false
  2276. o9.Elasticity = 0
  2277. o9.FormFactor = Enum.FormFactor.Symmetric
  2278. o9.Size = Vector3.new(1, 1, 1)
  2279. o9.CFrame = CFrame.new(69.2977066, 3.62031507, 200.737213, 0.999998629, 7.62273485e-005, -0.000407658663, 0.000407666783, -0.000104725361, 0.999999881, 7.61873307e-005, -0.99999845, -0.000104993582)
  2280. o9.BottomSurface = Enum.SurfaceType.Smooth
  2281. o9.TopSurface = Enum.SurfaceType.Smooth
  2282. o9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2283. o9.Position = Vector3.new(69.2977066, 3.62031507, 200.737213)
  2284. o10.Parent = o9
  2285. o10.Scale = Vector3.new(0.142857149, 0.90476191, 0.095238097)
  2286. o11.Name = "NoSight"
  2287. o11.Parent = o1
  2288. o11.BrickColor = BrickColor.new("Black")
  2289. o11.Position = Vector3.new(69.2977066, 3.93926787, 201.118301)
  2290. o11.Rotation = Vector3.new(-179.995514, -0.000882029475, -90.0216064)
  2291. o11.Anchored = true
  2292. o11.CanCollide = false
  2293. o11.Elasticity = 0
  2294. o11.FormFactor = Enum.FormFactor.Symmetric
  2295. o11.Size = Vector3.new(1, 1, 1)
  2296. o11.CFrame = CFrame.new(69.2977066, 3.93926787, 201.118301, -0.000377148564, 0.99999851, -1.53943183e-005, 1.00000024, 0.000377149729, 7.84248114e-005, 7.82907009e-005, -1.53648507e-005, -0.999998689)
  2297. o11.BottomSurface = Enum.SurfaceType.Smooth
  2298. o11.TopSurface = Enum.SurfaceType.Smooth
  2299. o11.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2300. o11.Position = Vector3.new(69.2977066, 3.93926787, 201.118301)
  2301. o12.Parent = o11
  2302. o12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2303. o12.Scale = Vector3.new(0.0571428612, 0.0571428612, 0.428571433)
  2304. o12.MeshType = Enum.MeshType.FileMesh
  2305. o13.Name = "NoSight"
  2306. o13.Parent = o1
  2307. o13.BrickColor = BrickColor.new("Black")
  2308. o13.Position = Vector3.new(69.2977066, 3.76237607, 200.990097)
  2309. o13.Rotation = Vector3.new(-45.0002937, -0.0168264471, 90.0145645)
  2310. o13.Anchored = true
  2311. o13.CanCollide = false
  2312. o13.Elasticity = 0
  2313. o13.FormFactor = Enum.FormFactor.Symmetric
  2314. o13.Size = Vector3.new(1, 1, 1)
  2315. o13.CFrame = CFrame.new(69.2977066, 3.76237607, 200.990097, -0.00025420732, -0.999998689, -0.000293676887, 0.707103848, -0.000387427688, 0.707109749, -0.707108736, -2.78929874e-005, 0.707102537)
  2316. o13.BottomSurface = Enum.SurfaceType.Smooth
  2317. o13.TopSurface = Enum.SurfaceType.Smooth
  2318. o13.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2319. o13.Position = Vector3.new(69.2977066, 3.76237607, 200.990097)
  2320. o14.Parent = o13
  2321. o14.Scale = Vector3.new(0.0476190485, 0.0238095243, 0.380952388)
  2322. o15.Name = "NoSight"
  2323. o15.Parent = o1
  2324. o15.BrickColor = BrickColor.new("Black")
  2325. o15.Position = Vector3.new(69.2977066, 3.76721001, 201.118103)
  2326. o15.Rotation = Vector3.new(0.00099977036, -0.00261890306, 90.0216064)
  2327. o15.Anchored = true
  2328. o15.CanCollide = false
  2329. o15.Elasticity = 0
  2330. o15.FormFactor = Enum.FormFactor.Symmetric
  2331. o15.Size = Vector3.new(1, 1, 1)
  2332. o15.CFrame = CFrame.new(69.2977066, 3.76721001, 201.118103, -0.000377149496, -0.999998689, -4.57084789e-005, 0.99999994, -0.000377148739, -1.74492598e-005, 1.71065331e-005, -4.57148781e-005, 0.999998629)
  2333. o15.BottomSurface = Enum.SurfaceType.Smooth
  2334. o15.TopSurface = Enum.SurfaceType.Smooth
  2335. o15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2336. o15.Position = Vector3.new(69.2977066, 3.76721001, 201.118103)
  2337. o16.Parent = o15
  2338. o16.Scale = Vector3.new(0.285714298, 0.0238095243, 0.0476190485)
  2339. o17.Name = "Cylinder"
  2340. o17.Parent = o1
  2341. o17.BrickColor = BrickColor.new("Really black")
  2342. o17.Position = Vector3.new(69.2977066, 3.62030005, 201.19812)
  2343. o17.Rotation = Vector3.new(-85.7927856, 89.9051285, 175.788956)
  2344. o17.Anchored = true
  2345. o17.CanCollide = false
  2346. o17.Elasticity = 0
  2347. o17.FormFactor = Enum.FormFactor.Plate
  2348. o17.Size = Vector3.new(1, 0.400000006, 1)
  2349. o17.CFrame = CFrame.new(69.2977066, 3.62030005, 201.19812, -0.000377150776, -2.77693744e-005, 0.999998629, 0.99999994, 6.66379929e-005, 0.000377152697, -6.6831708e-005, 0.99999851, 2.77441432e-005)
  2350. o17.BottomSurface = Enum.SurfaceType.Smooth
  2351. o17.TopSurface = Enum.SurfaceType.Smooth
  2352. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2353. o17.Position = Vector3.new(69.2977066, 3.62030005, 201.19812)
  2354. o18.Parent = o17
  2355. o18.Offset = Vector3.new(0, -0.0185714271, 0)
  2356. o18.Scale = Vector3.new(0.0666666627, 0.0476190485, 0.099999994)
  2357. o19.Parent = o1
  2358. o19.BrickColor = BrickColor.new("Black")
  2359. o19.Position = Vector3.new(69.2977066, 3.7292459, 200.451019)
  2360. o19.Rotation = Vector3.new(-90.0007782, -0.0234805904, 89.9984131)
  2361. o19.Anchored = true
  2362. o19.CanCollide = false
  2363. o19.Elasticity = 0
  2364. o19.FormFactor = Enum.FormFactor.Symmetric
  2365. o19.Size = Vector3.new(1, 1, 1)
  2366. o19.CFrame = CFrame.new(69.2977066, 3.7292459, 200.451019, 2.7749209e-005, -0.999998629, -0.000409813598, -1.32024288e-005, -0.000409814005, 0.999999881, -0.999998629, -2.7773538e-005, -1.34557486e-005)
  2367. o19.BottomSurface = Enum.SurfaceType.Smooth
  2368. o19.TopSurface = Enum.SurfaceType.Smooth
  2369. o19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2370. o19.Position = Vector3.new(69.2977066, 3.7292459, 200.451019)
  2371. o20.Parent = o19
  2372. o20.Scale = Vector3.new(0.333333343, 0.0476190485, 0.0476190485)
  2373. o21.Name = "Wedge"
  2374. o21.Parent = o1
  2375. o21.BrickColor = BrickColor.new("Brown")
  2376. o21.Position = Vector3.new(69.2977066, 3.524261, 199.884064)
  2377. o21.Rotation = Vector3.new(179.999237, 0.000992271816, -0.024081884)
  2378. o21.Anchored = true
  2379. o21.CanCollide = false
  2380. o21.Elasticity = 0
  2381. o21.FormFactor = Enum.FormFactor.Symmetric
  2382. o21.Size = Vector3.new(1, 1, 1)
  2383. o21.CFrame = CFrame.new(69.2977066, 3.524261, 199.884064, 0.999998629, 0.000420307595, 1.73184108e-005, 0.000420307886, -0.999999881, -1.32024288e-005, 1.73127846e-005, 1.34557486e-005, -0.999998629)
  2384. o21.BottomSurface = Enum.SurfaceType.Smooth
  2385. o21.TopSurface = Enum.SurfaceType.Smooth
  2386. o21.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2387. o21.Position = Vector3.new(69.2977066, 3.524261, 199.884064)
  2388. o22.Parent = o21
  2389. o22.Scale = Vector3.new(0.238095239, 0.0476190485, 0.476190478)
  2390. o22.MeshType = Enum.MeshType.Wedge
  2391. o23.Name = "Cylinder"
  2392. o23.Parent = o1
  2393. o23.BrickColor = BrickColor.new("Brown")
  2394. o23.Position = Vector3.new(69.2977066, 3.73920989, 200.074005)
  2395. o23.Rotation = Vector3.new(-85.7927856, 89.9051285, 175.788956)
  2396. o23.Anchored = true
  2397. o23.CanCollide = false
  2398. o23.Elasticity = 0
  2399. o23.FormFactor = Enum.FormFactor.Symmetric
  2400. o23.Size = Vector3.new(1, 1, 1)
  2401. o23.CFrame = CFrame.new(69.2977066, 3.73920989, 200.074005, -0.000377150776, -2.77693744e-005, 0.999998629, 0.99999994, 6.66379929e-005, 0.000377152697, -6.6831708e-005, 0.99999851, 2.77441432e-005)
  2402. o23.BottomSurface = Enum.SurfaceType.Smooth
  2403. o23.TopSurface = Enum.SurfaceType.Smooth
  2404. o23.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2405. o23.Position = Vector3.new(69.2977066, 3.73920989, 200.074005)
  2406. o24.Parent = o23
  2407. o24.Scale = Vector3.new(0.285714298, 0.476190478, 0.238095239)
  2408. o25.Parent = o1
  2409. o25.BrickColor = BrickColor.new("Brown")
  2410. o25.Position = Vector3.new(69.2977066, 3.71525598, 199.979019)
  2411. o25.Rotation = Vector3.new(-89.9990234, -0.0198604949, -179.993881)
  2412. o25.Anchored = true
  2413. o25.CanCollide = false
  2414. o25.Elasticity = 0
  2415. o25.FormFactor = Enum.FormFactor.Symmetric
  2416. o25.Size = Vector3.new(1, 1, 1)
  2417. o25.CFrame = CFrame.new(69.2977066, 3.71525598, 199.979019, -0.999998569, 0.000106894113, -0.000346631015, -0.000346632791, -1.7285347e-005, 0.99999994, 0.000106887252, 0.999998331, 1.71065331e-005)
  2418. o25.BottomSurface = Enum.SurfaceType.Smooth
  2419. o25.TopSurface = Enum.SurfaceType.Smooth
  2420. o25.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2421. o25.Position = Vector3.new(69.2977066, 3.71525598, 199.979019)
  2422. o26.Parent = o25
  2423. o26.Scale = Vector3.new(0.238095239, 0.666666687, 0.0476190485)
  2424. o27.Parent = o1
  2425. o27.BrickColor = BrickColor.new("Brown")
  2426. o27.Position = Vector3.new(69.2977066, 3.6673429, 199.97905)
  2427. o27.Rotation = Vector3.new(-89.9990158, -0.0408415273, -179.993881)
  2428. o27.Anchored = true
  2429. o27.CanCollide = false
  2430. o27.Elasticity = 0
  2431. o27.FormFactor = Enum.FormFactor.Symmetric
  2432. o27.Size = Vector3.new(1, 1, 1)
  2433. o27.CFrame = CFrame.new(69.2977066, 3.6673429, 199.97905, -0.999998391, 0.000106894106, -0.000712819048, -0.000712821377, -1.7285347e-005, 0.999999821, 0.000106862339, 0.999998331, 1.73002481e-005)
  2434. o27.BottomSurface = Enum.SurfaceType.Smooth
  2435. o27.TopSurface = Enum.SurfaceType.Smooth
  2436. o27.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2437. o27.Position = Vector3.new(69.2977066, 3.6673429, 199.97905)
  2438. o28.Parent = o27
  2439. o28.Scale = Vector3.new(0.238095239, 0.095238097, 0.0476190485)
  2440. o29.Parent = o1
  2441. o29.BrickColor = BrickColor.new("Brown")
  2442. o29.Position = Vector3.new(69.2977066, 3.66725087, 200.21788)
  2443. o29.Rotation = Vector3.new(-89.9780426, -0.0233572777, 179.999146)
  2444. o29.Anchored = true
  2445. o29.CanCollide = false
  2446. o29.Elasticity = 0
  2447. o29.FormFactor = Enum.FormFactor.Symmetric
  2448. o29.Size = Vector3.new(1, 1, 1)
  2449. o29.CFrame = CFrame.new(69.2977066, 3.66725087, 200.21788, -0.999998629, -1.50081187e-005, -0.000407661399, -0.000407697604, -0.000383511186, 1, -1.51522909e-005, 0.999998629, 0.000383272767)
  2450. o29.BottomSurface = Enum.SurfaceType.Smooth
  2451. o29.TopSurface = Enum.SurfaceType.Smooth
  2452. o29.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2453. o29.Position = Vector3.new(69.2977066, 3.66725087, 200.21788)
  2454. o30.Parent = o29
  2455. o30.Scale = Vector3.new(0.238095239, 0.190476194, 0.0476190485)
  2456. o31.Parent = o1
  2457. o31.BrickColor = BrickColor.new("Brown")
  2458. o31.Position = Vector3.new(69.2977066, 3.5962379, 199.978958)
  2459. o31.Rotation = Vector3.new(-89.9990234, -0.0198604949, -179.993881)
  2460. o31.Anchored = true
  2461. o31.CanCollide = false
  2462. o31.Elasticity = 0
  2463. o31.FormFactor = Enum.FormFactor.Symmetric
  2464. o31.Size = Vector3.new(1, 1, 1)
  2465. o31.CFrame = CFrame.new(69.2977066, 3.5962379, 199.978958, -0.999998569, 0.000106894113, -0.000346631015, -0.000346632791, -1.7285347e-005, 0.99999994, 0.000106887252, 0.999998331, 1.71065331e-005)
  2466. o31.BottomSurface = Enum.SurfaceType.Smooth
  2467. o31.TopSurface = Enum.SurfaceType.Smooth
  2468. o31.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2469. o31.Position = Vector3.new(69.2977066, 3.5962379, 199.978958)
  2470. o32.Parent = o31
  2471. o32.Scale = Vector3.new(0.238095239, 0.666666687, 0.095238097)
  2472. o33.Name = "Cylinder"
  2473. o33.Parent = o1
  2474. o33.BrickColor = BrickColor.new("Black")
  2475. o33.Position = Vector3.new(69.2977066, 3.75830197, 198.932236)
  2476. o33.Rotation = Vector3.new(-85.7927856, 89.9051285, 175.788956)
  2477. o33.Anchored = true
  2478. o33.CanCollide = false
  2479. o33.Elasticity = 0
  2480. o33.FormFactor = Enum.FormFactor.Symmetric
  2481. o33.Size = Vector3.new(1, 1, 1)
  2482. o33.CFrame = CFrame.new(69.2977066, 3.75830197, 198.932236, -0.000377150776, -2.77693744e-005, 0.999998629, 0.99999994, 6.66379929e-005, 0.000377152697, -6.6831708e-005, 0.99999851, 2.77441432e-005)
  2483. o33.BottomSurface = Enum.SurfaceType.Smooth
  2484. o33.TopSurface = Enum.SurfaceType.Smooth
  2485. o33.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2486. o33.Position = Vector3.new(69.2977066, 3.75830197, 198.932236)
  2487. o34.Parent = o33
  2488. o34.Scale = Vector3.new(0.285714298, 1.23809528, 0.238095239)
  2489. o35.Name = "NoSight"
  2490. o35.Parent = o1
  2491. o35.BrickColor = BrickColor.new("Black")
  2492. o35.Position = Vector3.new(69.254982, 3.91026211, 199.527023)
  2493. o35.Rotation = Vector3.new(-90.0007782, -0.0234805904, 89.9984131)
  2494. o35.Anchored = true
  2495. o35.CanCollide = false
  2496. o35.Elasticity = 0
  2497. o35.FormFactor = Enum.FormFactor.Custom
  2498. o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2499. o35.CFrame = CFrame.new(69.254982, 3.91026211, 199.527023, 2.7749209e-005, -0.999998629, -0.000409813598, -1.32024288e-005, -0.000409814005, 0.999999881, -0.999998629, -2.7773538e-005, -1.34557486e-005)
  2500. o35.BottomSurface = Enum.SurfaceType.Smooth
  2501. o35.TopSurface = Enum.SurfaceType.Smooth
  2502. o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2503. o35.Position = Vector3.new(69.254982, 3.91026211, 199.527023)
  2504. o36.Parent = o35
  2505. o36.Scale = Vector3.new(0.238095134, 0.190476194, 0.285714239)
  2506. o37.Name = "NoSight"
  2507. o37.Parent = o1
  2508. o37.BrickColor = BrickColor.new("Black")
  2509. o37.Position = Vector3.new(69.3396988, 3.9203341, 199.403091)
  2510. o37.Rotation = Vector3.new(94.2072678, -89.9051285, -175.793839)
  2511. o37.Anchored = true
  2512. o37.CanCollide = false
  2513. o37.Elasticity = 0
  2514. o37.FormFactor = Enum.FormFactor.Custom
  2515. o37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2516. o37.CFrame = CFrame.new(69.3396988, 3.9203341, 199.403091, -0.000377149467, 2.77368908e-005, -0.999998629, 0.99999994, 1.94311142e-005, -0.000377149001, 1.92373991e-005, -0.999998629, -2.77441795e-005)
  2517. o37.BottomSurface = Enum.SurfaceType.Smooth
  2518. o37.TopSurface = Enum.SurfaceType.Smooth
  2519. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2520. o37.Position = Vector3.new(69.3396988, 3.9203341, 199.403091)
  2521. o38.Parent = o37
  2522. o38.Scale = Vector3.new(0.19047603, 0.142857149, 0.285714239)
  2523. o39.Parent = o1
  2524. o39.BrickColor = BrickColor.new("Brown")
  2525. o39.Position = Vector3.new(69.2977066, 3.66739011, 199.741104)
  2526. o39.Rotation = Vector3.new(-89.9990158, -0.0408415273, -179.993881)
  2527. o39.Anchored = true
  2528. o39.CanCollide = false
  2529. o39.Elasticity = 0
  2530. o39.FormFactor = Enum.FormFactor.Symmetric
  2531. o39.Size = Vector3.new(1, 1, 1)
  2532. o39.CFrame = CFrame.new(69.2977066, 3.66739011, 199.741104, -0.999998391, 0.000106894106, -0.000712819048, -0.000712821377, -1.7285347e-005, 0.999999821, 0.000106862339, 0.999998331, 1.73002481e-005)
  2533. o39.BottomSurface = Enum.SurfaceType.Smooth
  2534. o39.TopSurface = Enum.SurfaceType.Smooth
  2535. o39.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2536. o39.Position = Vector3.new(69.2977066, 3.66739011, 199.741104)
  2537. o40.Parent = o39
  2538. o40.Scale = Vector3.new(0.238095239, 0.190476194, 0.0476190485)
  2539. o41.Name = "Cylinder"
  2540. o41.Parent = o1
  2541. o41.BrickColor = BrickColor.new("Brown")
  2542. o41.Position = Vector3.new(69.2977066, 3.52424788, 199.718033)
  2543. o41.Rotation = Vector3.new(89.9967575, 0.0246726405, -90.0008774)
  2544. o41.Anchored = true
  2545. o41.CanCollide = false
  2546. o41.Elasticity = 0
  2547. o41.FormFactor = Enum.FormFactor.Symmetric
  2548. o41.Size = Vector3.new(1, 1, 1)
  2549. o41.CFrame = CFrame.new(69.2977066, 3.52424788, 199.718033, -1.53435158e-005, 0.99999851, 0.000430618791, -5.63710928e-005, 0.000430618064, -1, -0.99999845, -1.53656074e-005, 5.66393137e-005)
  2550. o41.BottomSurface = Enum.SurfaceType.Smooth
  2551. o41.TopSurface = Enum.SurfaceType.Smooth
  2552. o41.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2553. o41.Position = Vector3.new(69.2977066, 3.52424788, 199.718033)
  2554. o42.Parent = o41
  2555. o42.Scale = Vector3.new(0.142857149, 0.238095239, 0.142857149)
  2556. o43.Name = "NoSight"
  2557. o43.Parent = o1
  2558. o43.BrickColor = BrickColor.new("Black")
  2559. o43.Position = Vector3.new(69.2977066, 3.9103539, 199.532043)
  2560. o43.Rotation = Vector3.new(94.2072678, -89.9051285, -175.793839)
  2561. o43.Anchored = true
  2562. o43.CanCollide = false
  2563. o43.Elasticity = 0
  2564. o43.FormFactor = Enum.FormFactor.Custom
  2565. o43.Size = Vector3.new(0.200000003, 0.285714298, 0.200000003)
  2566. o43.CFrame = CFrame.new(69.2977066, 3.9103539, 199.532043, -0.000377149467, 2.77368908e-005, -0.999998629, 0.99999994, 1.94311142e-005, -0.000377149001, 1.92373991e-005, -0.999998629, -2.77441795e-005)
  2567. o43.BottomSurface = Enum.SurfaceType.Smooth
  2568. o43.TopSurface = Enum.SurfaceType.Smooth
  2569. o43.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2570. o43.Position = Vector3.new(69.2977066, 3.9103539, 199.532043)
  2571. o44.Parent = o43
  2572. o44.Scale = Vector3.new(0.095238097, 1, 0.238095224)
  2573. o45.Parent = o1
  2574. o45.BrickColor = BrickColor.new("Black")
  2575. o45.Position = Vector3.new(69.2977066, 3.81024194, 199.693863)
  2576. o45.Rotation = Vector3.new(-89.9990234, -0.0198604949, -179.993881)
  2577. o45.Anchored = true
  2578. o45.CanCollide = false
  2579. o45.Elasticity = 0
  2580. o45.FormFactor = Enum.FormFactor.Symmetric
  2581. o45.Size = Vector3.new(1, 1, 1)
  2582. o45.CFrame = CFrame.new(69.2977066, 3.81024194, 199.693863, -0.999998569, 0.000106894113, -0.000346631015, -0.000346632791, -1.7285347e-005, 0.99999994, 0.000106887252, 0.999998331, 1.71065331e-005)
  2583. o45.BottomSurface = Enum.SurfaceType.Smooth
  2584. o45.TopSurface = Enum.SurfaceType.Smooth
  2585. o45.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2586. o45.Position = Vector3.new(69.2977066, 3.81024194, 199.693863)
  2587. o46.Parent = o45
  2588. o46.Scale = Vector3.new(0.238095239, 0.285714298, 0.142857149)
  2589. o47.Name = "NoSight"
  2590. o47.Parent = o1
  2591. o47.BrickColor = BrickColor.new("Black")
  2592. o47.Position = Vector3.new(69.2977066, 3.8913281, 199.656097)
  2593. o47.Rotation = Vector3.new(94.2072678, -89.9051285, -175.793839)
  2594. o47.Anchored = true
  2595. o47.CanCollide = false
  2596. o47.Elasticity = 0
  2597. o47.FormFactor = Enum.FormFactor.Custom
  2598. o47.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2599. o47.CFrame = CFrame.new(69.2977066, 3.8913281, 199.656097, -0.000377149467, 2.77368908e-005, -0.999998629, 0.99999994, 1.94311142e-005, -0.000377149001, 1.92373991e-005, -0.999998629, -2.77441795e-005)
  2600. o47.BottomSurface = Enum.SurfaceType.Smooth
  2601. o47.TopSurface = Enum.SurfaceType.Smooth
  2602. o47.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2603. o47.Position = Vector3.new(69.2977066, 3.8913281, 199.656097)
  2604. o48.Parent = o47
  2605. o48.Scale = Vector3.new(0.095237948, 0.285714298, 0.523809493)
  2606. o49.Name = "Mag1"
  2607. o49.Parent = o1
  2608. o49.BrickColor = BrickColor.new("Black")
  2609. o49.Position = Vector3.new(69.298439, 2.97143507, 198.956085)
  2610. o49.Rotation = Vector3.new(-120.001633, -0.0194266811, 179.986145)
  2611. o49.Anchored = true
  2612. o49.CanCollide = false
  2613. o49.Elasticity = 0
  2614. o49.FormFactor = Enum.FormFactor.Symmetric
  2615. o49.Size = Vector3.new(1, 1, 1)
  2616. o49.CFrame = CFrame.new(69.298439, 2.97143507, 198.956085, -0.99999851, -0.000241882386, -0.000339059538, -0.000414613256, 0.500024915, 0.866010785, -3.9932791e-005, 0.866009295, -0.500024438)
  2617. o49.BottomSurface = Enum.SurfaceType.Smooth
  2618. o49.TopSurface = Enum.SurfaceType.Smooth
  2619. o49.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2620. o49.Position = Vector3.new(69.298439, 2.97143507, 198.956085)
  2621. o50.Parent = o49
  2622. o50.Scale = Vector3.new(0.142857149, 0.333333343, 0.238095239)
  2623. o51.Name = "Mag1"
  2624. o51.Parent = o1
  2625. o51.BrickColor = BrickColor.new("Black")
  2626. o51.Position = Vector3.new(69.2974625, 2.80036998, 199.091232)
  2627. o51.Rotation = Vector3.new(-135.00087, -0.0141806351, 179.980392)
  2628. o51.Anchored = true
  2629. o51.CanCollide = false
  2630. o51.Elasticity = 0
  2631. o51.FormFactor = Enum.FormFactor.Symmetric
  2632. o51.Size = Vector3.new(1, 1, 1)
  2633. o51.CFrame = CFrame.new(69.2974625, 2.80036998, 199.091232, -0.999998569, -0.00034218331, -0.00024749877, -0.000416969444, 0.707117915, 0.707095742, -6.68740104e-005, 0.707094431, -0.70711714)
  2634. o51.BottomSurface = Enum.SurfaceType.Smooth
  2635. o51.TopSurface = Enum.SurfaceType.Smooth
  2636. o51.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2637. o51.Position = Vector3.new(69.2974625, 2.80036998, 199.091232)
  2638. o52.Parent = o51
  2639. o52.Scale = Vector3.new(0.142857149, 0.333333343, 0.285714298)
  2640. o53.Name = "NoSight"
  2641. o53.Parent = o1
  2642. o53.BrickColor = BrickColor.new("Black")
  2643. o53.Position = Vector3.new(69.254982, 3.9203341, 199.403091)
  2644. o53.Rotation = Vector3.new(94.2072678, -89.9051285, -175.793839)
  2645. o53.Anchored = true
  2646. o53.CanCollide = false
  2647. o53.Elasticity = 0
  2648. o53.FormFactor = Enum.FormFactor.Custom
  2649. o53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2650. o53.CFrame = CFrame.new(69.254982, 3.9203341, 199.403091, -0.000377149467, 2.77368908e-005, -0.999998629, 0.99999994, 1.94311142e-005, -0.000377149001, 1.92373991e-005, -0.999998629, -2.77441795e-005)
  2651. o53.BottomSurface = Enum.SurfaceType.Smooth
  2652. o53.TopSurface = Enum.SurfaceType.Smooth
  2653. o53.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2654. o53.Position = Vector3.new(69.254982, 3.9203341, 199.403091)
  2655. o54.Parent = o53
  2656. o54.Scale = Vector3.new(0.19047603, 0.142857149, 0.285714239)
  2657. o55.Name = "NoSight"
  2658. o55.Parent = o1
  2659. o55.BrickColor = BrickColor.new("Black")
  2660. o55.Position = Vector3.new(69.301857, 3.92929196, 199.402985)
  2661. o55.Rotation = Vector3.new(-87.8713989, 89.9051285, 87.8690186)
  2662. o55.Anchored = true
  2663. o55.CanCollide = false
  2664. o55.Elasticity = 0
  2665. o55.FormFactor = Enum.FormFactor.Custom
  2666. o55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2667. o55.CFrame = CFrame.new(69.301857, 3.92929196, 199.402985, 1.51692539e-005, -0.00040766751, 0.999998629, -4.36753035e-005, 1.00000012, 0.000407668209, -0.999998569, -4.3913722e-005, 1.51522545e-005)
  2668. o55.BottomSurface = Enum.SurfaceType.Smooth
  2669. o55.TopSurface = Enum.SurfaceType.Smooth
  2670. o55.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2671. o55.Position = Vector3.new(69.301857, 3.92929196, 199.402985)
  2672. o56.Parent = o55
  2673. o56.Scale = Vector3.new(0.142857105, 0.0952381045, 0.0952381343)
  2674. o56.MeshType = Enum.MeshType.Wedge
  2675. o57.Parent = o1
  2676. o57.BrickColor = BrickColor.new("Black")
  2677. o57.Position = Vector3.new(69.2977066, 3.810256, 198.9561)
  2678. o57.Rotation = Vector3.new(-90.006012, -0.0233571213, -0.00436751125)
  2679. o57.Anchored = true
  2680. o57.CanCollide = false
  2681. o57.Elasticity = 0
  2682. o57.FormFactor = Enum.FormFactor.Symmetric
  2683. o57.Size = Vector3.new(1, 1, 1)
  2684. o57.CFrame = CFrame.new(69.2977066, 3.810256, 198.9561, 0.999998629, 7.62273485e-005, -0.000407658663, 0.000407666783, -0.000104725361, 0.999999881, 7.61873307e-005, -0.99999845, -0.000104993582)
  2685. o57.BottomSurface = Enum.SurfaceType.Smooth
  2686. o57.TopSurface = Enum.SurfaceType.Smooth
  2687. o57.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2688. o57.Position = Vector3.new(69.2977066, 3.810256, 198.9561)
  2689. o58.Parent = o57
  2690. o58.Scale = Vector3.new(0.238095239, 1.38095236, 0.0476190485)
  2691. o59.Name = "NoSight"
  2692. o59.Parent = o1
  2693. o59.BrickColor = BrickColor.new("Black")
  2694. o59.Position = Vector3.new(69.2930603, 3.92929196, 199.402985)
  2695. o59.Rotation = Vector3.new(92.5030975, -89.9051285, 92.5057678)
  2696. o59.Anchored = true
  2697. o59.CanCollide = false
  2698. o59.Elasticity = 0
  2699. o59.FormFactor = Enum.FormFactor.Custom
  2700. o59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2701. o59.CFrame = CFrame.new(69.2930603, 3.92929196, 199.402985, -1.51692557e-005, -0.000346632412, -0.999998629, 4.36753035e-005, 1.00000012, -0.000346633111, 0.999998569, -4.3913722e-005, -1.51530912e-005)
  2702. o59.BottomSurface = Enum.SurfaceType.Smooth
  2703. o59.TopSurface = Enum.SurfaceType.Smooth
  2704. o59.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2705. o59.Position = Vector3.new(69.2930603, 3.92929196, 199.402985)
  2706. o60.Parent = o59
  2707. o60.Scale = Vector3.new(0.142857119, 0.095238097, 0.0952381045)
  2708. o60.MeshType = Enum.MeshType.Wedge
  2709. o61.Name = "NoSight"
  2710. o61.Parent = o1
  2711. o61.BrickColor = BrickColor.new("Black")
  2712. o61.Position = Vector3.new(69.3396988, 3.91026211, 199.527023)
  2713. o61.Rotation = Vector3.new(-90.0007782, -0.0234805904, 89.9984131)
  2714. o61.Anchored = true
  2715. o61.CanCollide = false
  2716. o61.Elasticity = 0
  2717. o61.FormFactor = Enum.FormFactor.Custom
  2718. o61.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2719. o61.CFrame = CFrame.new(69.3396988, 3.91026211, 199.527023, 2.7749209e-005, -0.999998629, -0.000409813598, -1.32024288e-005, -0.000409814005, 0.999999881, -0.999998629, -2.7773538e-005, -1.34557486e-005)
  2720. o61.BottomSurface = Enum.SurfaceType.Smooth
  2721. o61.TopSurface = Enum.SurfaceType.Smooth
  2722. o61.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2723. o61.Position = Vector3.new(69.3396988, 3.91026211, 199.527023)
  2724. o62.Parent = o61
  2725. o62.Scale = Vector3.new(0.238095134, 0.190476194, 0.285714298)
  2726. o63.Parent = o1
  2727. o63.BrickColor = BrickColor.new("Black")
  2728. o63.Position = Vector3.new(69.2977066, 3.64428711, 198.884186)
  2729. o63.Rotation = Vector3.new(-90.006012, -0.0233571213, -0.00436751125)
  2730. o63.Anchored = true
  2731. o63.CanCollide = false
  2732. o63.Elasticity = 0
  2733. o63.FormFactor = Enum.FormFactor.Symmetric
  2734. o63.Size = Vector3.new(1, 2, 1)
  2735. o63.CFrame = CFrame.new(69.2977066, 3.64428711, 198.884186, 0.999998629, 7.62273485e-005, -0.000407658663, 0.000407666783, -0.000104725361, 0.999999881, 7.61873307e-005, -0.99999845, -0.000104993582)
  2736. o63.BottomSurface = Enum.SurfaceType.Smooth
  2737. o63.TopSurface = Enum.SurfaceType.Smooth
  2738. o63.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2739. o63.Position = Vector3.new(69.2977066, 3.64428711, 198.884186)
  2740. o64.Parent = o63
  2741. o64.Scale = Vector3.new(0.238095239, 0.761904776, 0.285714298)
  2742. o65.Name = "Mag1"
  2743. o65.Parent = o1
  2744. o65.BrickColor = BrickColor.new("Black")
  2745. o65.Position = Vector3.new(69.2977066, 3.39128089, 198.845901)
  2746. o65.Rotation = Vector3.new(-89.9990234, -0.0198604949, -179.993881)
  2747. o65.Anchored = true
  2748. o65.CanCollide = false
  2749. o65.Elasticity = 0
  2750. o65.FormFactor = Enum.FormFactor.Symmetric
  2751. o65.Size = Vector3.new(1, 1, 1)
  2752. o65.CFrame = CFrame.new(69.2977066, 3.39128089, 198.845901, -0.999998569, 0.000106894113, -0.000346631015, -0.000346632791, -1.7285347e-005, 0.99999994, 0.000106887252, 0.999998331, 1.71065331e-005)
  2753. o65.BottomSurface = Enum.SurfaceType.Smooth
  2754. o65.TopSurface = Enum.SurfaceType.Smooth
  2755. o65.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2756. o65.Position = Vector3.new(69.2977066, 3.39128089, 198.845901)
  2757. o66.Parent = o65
  2758. o66.Scale = Vector3.new(0.142857149, 0.333333343, 0.285714298)
  2759. o67.Name = "Mag1"
  2760. o67.Parent = o1
  2761. o67.BrickColor = BrickColor.new("Black")
  2762. o67.Position = Vector3.new(69.298439, 3.167238, 198.874069)
  2763. o67.Rotation = Vector3.new(-105.001732, -0.0219448488, 179.990829)
  2764. o67.Anchored = true
  2765. o67.CanCollide = false
  2766. o67.Elasticity = 0
  2767. o67.FormFactor = Enum.FormFactor.Symmetric
  2768. o67.Size = Vector3.new(1, 1, 1)
  2769. o67.CFrame = CFrame.new(69.298439, 3.167238, 198.874069, -0.999998689, -0.000160119409, -0.000383009872, -0.000411395158, 0.258848459, 0.965918124, -5.55789957e-005, 0.965916514, -0.25884822)
  2770. o67.BottomSurface = Enum.SurfaceType.Smooth
  2771. o67.TopSurface = Enum.SurfaceType.Smooth
  2772. o67.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2773. o67.Position = Vector3.new(69.298439, 3.167238, 198.874069)
  2774. o68.Parent = o67
  2775. o68.Scale = Vector3.new(0.142857149, 0.333333343, 0.285714298)
  2776. o69.Name = "Wedge"
  2777. o69.Parent = o1
  2778. o69.BrickColor = BrickColor.new("Black")
  2779. o69.Position = Vector3.new(69.2977066, 3.76335192, 198.07431)
  2780. o69.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  2781. o69.Anchored = true
  2782. o69.CanCollide = false
  2783. o69.Elasticity = 0
  2784. o69.FormFactor = Enum.FormFactor.Symmetric
  2785. o69.Size = Vector3.new(1, 1, 1)
  2786. o69.CFrame = CFrame.new(69.2977066, 3.76335192, 198.07431, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  2787. o69.BottomSurface = Enum.SurfaceType.Smooth
  2788. o69.TopSurface = Enum.SurfaceType.Smooth
  2789. o69.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2790. o69.Position = Vector3.new(69.2977066, 3.76335192, 198.07431)
  2791. o70.Parent = o69
  2792. o70.Scale = Vector3.new(0.238095239, 0.0476190485, 0.095238097)
  2793. o70.MeshType = Enum.MeshType.Wedge
  2794. o71.Parent = o1
  2795. o71.BrickColor = BrickColor.new("Brown")
  2796. o71.Position = Vector3.new(69.2977066, 3.24830794, 198.278915)
  2797. o71.Rotation = Vector3.new(-80.0031891, -0.0194450561, -179.99498)
  2798. o71.Anchored = true
  2799. o71.CanCollide = false
  2800. o71.Elasticity = 0
  2801. o71.FormFactor = Enum.FormFactor.Symmetric
  2802. o71.Size = Vector3.new(1, 1, 1)
  2803. o71.CFrame = CFrame.new(69.2977066, 3.24830794, 198.278915, -0.999998629, 8.76361664e-005, -0.000339380262, -0.000349432928, -0.173593849, 0.984817386, 2.74343911e-005, 0.984815717, 0.173593327)
  2804. o71.BottomSurface = Enum.SurfaceType.Smooth
  2805. o71.TopSurface = Enum.SurfaceType.Smooth
  2806. o71.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2807. o71.Position = Vector3.new(69.2977066, 3.24830794, 198.278915)
  2808. o72.Parent = o71
  2809. o72.Scale = Vector3.new(0.190476194, 0.238095239, 0.619047642)
  2810. o73.Name = "Block"
  2811. o73.Parent = o1
  2812. o73.BrickColor = BrickColor.new("Black")
  2813. o73.Position = Vector3.new(69.2977066, 3.47234988, 198.498016)
  2814. o73.Rotation = Vector3.new(134.106293, -89.9030914, -105.903885)
  2815. o73.Anchored = true
  2816. o73.CanCollide = false
  2817. o73.Elasticity = 0
  2818. o73.FormFactor = Enum.FormFactor.Plate
  2819. o73.Size = Vector3.new(1, 0.400000006, 1)
  2820. o73.CFrame = CFrame.new(69.2977066, 3.47234988, 198.498016, -0.000150461565, 0.000528063392, -0.999998569, 0.866048634, -0.499959767, -0.00039429497, -0.499959201, -0.866047323, -0.000382182479)
  2821. o73.BottomSurface = Enum.SurfaceType.Smooth
  2822. o73.TopSurface = Enum.SurfaceType.Smooth
  2823. o73.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2824. o73.Position = Vector3.new(69.2977066, 3.47234988, 198.498016)
  2825. o74.Parent = o73
  2826. o74.Scale = Vector3.new(0.095238097, 0.0476190485, 0.0476190485)
  2827. o75.Name = "Handle"
  2828. o75.Parent = o1
  2829. o75.Transparency = 1
  2830. o75.Position = Vector3.new(69.2974625, 3.28031993, 198.045059)
  2831. o75.Rotation = Vector3.new(179.999237, -0.000880051288, 179.978394)
  2832. o75.Anchored = true
  2833. o75.CanCollide = false
  2834. o75.Elasticity = 0
  2835. o75.FormFactor = Enum.FormFactor.Plate
  2836. o75.Size = Vector3.new(1, 0.400000006, 1)
  2837. o75.CFrame = CFrame.new(69.2974625, 3.28031993, 198.045059, -0.99999851, -0.000377149961, -1.53597921e-005, -0.000377149729, 0.999999881, -1.32918358e-005, 1.53648507e-005, -1.34557486e-005, -0.99999845)
  2838. o75.BottomSurface = Enum.SurfaceType.Smooth
  2839. o75.FrontSurface = Enum.SurfaceType.Universal
  2840. o75.TopSurface = Enum.SurfaceType.Smooth
  2841. o75.Position = Vector3.new(69.2974625, 3.28031993, 198.045059)
  2842. o76.Name = "Reload"
  2843. o76.Parent = o75
  2844. o76.SoundId = "http://www.roblox.com/asset/?id=2691591"
  2845. o76.Volume = 0.099999994039536
  2846. o77.Name = "Shoot"
  2847. o77.Parent = o75
  2848. o77.SoundId = "http://www.roblox.com/asset/?id=2920959"
  2849. o77.Volume = 1
  2850. o79.Name = "AimPart"
  2851. o79.Parent = o1
  2852. o79.BrickColor = BrickColor.new("Black")
  2853. o79.Transparency = 1
  2854. o79.Position = Vector3.new(69.2974625, 3.940202, 197.956024)
  2855. o79.Rotation = Vector3.new(-180, 0, -180)
  2856. o79.Anchored = true
  2857. o79.CanCollide = false
  2858. o79.FormFactor = Enum.FormFactor.Custom
  2859. o79.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2860. o79.CFrame = CFrame.new(69.2974625, 3.940202, 197.956024, -1, 3.19382108e-014, 0, -3.19382108e-014, 0.999999762, 2.4158453e-013, -0, -2.4158453e-013, -0.999999762)
  2861. o79.BottomSurface = Enum.SurfaceType.Smooth
  2862. o79.TopSurface = Enum.SurfaceType.Smooth
  2863. o79.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2864. o79.Position = Vector3.new(69.2974625, 3.940202, 197.956024)
  2865. o80.Name = "Wedge"
  2866. o80.Parent = o1
  2867. o80.BrickColor = BrickColor.new("Brown")
  2868. o80.Position = Vector3.new(69.2977066, 3.41328406, 198.16423)
  2869. o80.Rotation = Vector3.new(-80.0008011, -0.0228117164, 0.00421439391)
  2870. o80.Anchored = true
  2871. o80.CanCollide = false
  2872. o80.Elasticity = 0
  2873. o80.FormFactor = Enum.FormFactor.Symmetric
  2874. o80.Size = Vector3.new(1, 1, 1)
  2875. o80.CFrame = CFrame.new(69.2977066, 3.41328406, 198.16423, 0.999998569, -7.35549474e-005, -0.000398139557, 0.000404866703, 0.173634678, 0.984809995, -3.2952812e-006, -0.984808683, 0.173634306)
  2876. o80.BottomSurface = Enum.SurfaceType.Smooth
  2877. o80.TopSurface = Enum.SurfaceType.Smooth
  2878. o80.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2879. o80.Position = Vector3.new(69.2977066, 3.41328406, 198.16423)
  2880. o81.Parent = o80
  2881. o81.Scale = Vector3.new(0.190476194, 0.0476190485, 0.142857149)
  2882. o81.MeshType = Enum.MeshType.Wedge
  2883. o82.Name = "Wedge"
  2884. o82.Parent = o1
  2885. o82.BrickColor = BrickColor.new("Brown")
  2886. o82.Position = Vector3.new(69.298439, 3.22434807, 197.384155)
  2887. o82.Rotation = Vector3.new(179.999237, 0.000992271816, -0.024081884)
  2888. o82.Anchored = true
  2889. o82.CanCollide = false
  2890. o82.Elasticity = 0
  2891. o82.FormFactor = Enum.FormFactor.Symmetric
  2892. o82.Size = Vector3.new(1, 1, 1)
  2893. o82.CFrame = CFrame.new(69.298439, 3.22434807, 197.384155, 0.999998629, 0.000420307595, 1.73184108e-005, 0.000420307886, -0.999999881, -1.32024288e-005, 1.73127846e-005, 1.34557486e-005, -0.999998629)
  2894. o82.BottomSurface = Enum.SurfaceType.Smooth
  2895. o82.TopSurface = Enum.SurfaceType.Smooth
  2896. o82.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2897. o82.Position = Vector3.new(69.298439, 3.22434807, 197.384155)
  2898. o83.Parent = o82
  2899. o83.Scale = Vector3.new(0.238095239, 0.428571433, 1.28571427)
  2900. o83.MeshType = Enum.MeshType.Wedge
  2901. o84.Name = "Wedge"
  2902. o84.Parent = o1
  2903. o84.BrickColor = BrickColor.new("Black")
  2904. o84.Position = Vector3.new(69.2977066, 3.81024194, 198.194107)
  2905. o84.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  2906. o84.Anchored = true
  2907. o84.CanCollide = false
  2908. o84.Elasticity = 0
  2909. o84.FormFactor = Enum.FormFactor.Symmetric
  2910. o84.Size = Vector3.new(1, 1, 1)
  2911. o84.CFrame = CFrame.new(69.2977066, 3.81024194, 198.194107, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  2912. o84.BottomSurface = Enum.SurfaceType.Smooth
  2913. o84.TopSurface = Enum.SurfaceType.Smooth
  2914. o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2915. o84.Position = Vector3.new(69.2977066, 3.81024194, 198.194107)
  2916. o85.Parent = o84
  2917. o85.Scale = Vector3.new(0.238095239, 0.0476190485, 0.142857149)
  2918. o85.MeshType = Enum.MeshType.Wedge
  2919. o86.Parent = o1
  2920. o86.BrickColor = BrickColor.new("Brown")
  2921. o86.Position = Vector3.new(69.2977066, 3.53424001, 197.12207)
  2922. o86.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  2923. o86.Anchored = true
  2924. o86.CanCollide = false
  2925. o86.Elasticity = 0
  2926. o86.FormFactor = Enum.FormFactor.Symmetric
  2927. o86.Size = Vector3.new(1, 1, 1)
  2928. o86.CFrame = CFrame.new(69.2977066, 3.53424001, 197.12207, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  2929. o86.BottomSurface = Enum.SurfaceType.Smooth
  2930. o86.TopSurface = Enum.SurfaceType.Smooth
  2931. o86.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2932. o86.Position = Vector3.new(69.2977066, 3.53424001, 197.12207)
  2933. o87.Parent = o86
  2934. o87.Scale = Vector3.new(0.238095239, 0.190476194, 1.0476191)
  2935. o88.Name = "Wedge"
  2936. o88.Parent = o1
  2937. o88.BrickColor = BrickColor.new("Black")
  2938. o88.Position = Vector3.new(69.2977066, 3.47733998, 198.479065)
  2939. o88.Rotation = Vector3.new(179.999237, 0.000992271816, -0.024081884)
  2940. o88.Anchored = true
  2941. o88.CanCollide = false
  2942. o88.Elasticity = 0
  2943. o88.FormFactor = Enum.FormFactor.Symmetric
  2944. o88.Size = Vector3.new(1, 1, 1)
  2945. o88.CFrame = CFrame.new(69.2977066, 3.47733998, 198.479065, 0.999998629, 0.000420307595, 1.73184108e-005, 0.000420307886, -0.999999881, -1.32024288e-005, 1.73127846e-005, 1.34557486e-005, -0.999998629)
  2946. o88.BottomSurface = Enum.SurfaceType.Smooth
  2947. o88.TopSurface = Enum.SurfaceType.Smooth
  2948. o88.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2949. o88.Position = Vector3.new(69.2977066, 3.47733998, 198.479065)
  2950. o89.Parent = o88
  2951. o89.Scale = Vector3.new(0.238095239, 0.0476190485, 0.714285731)
  2952. o89.MeshType = Enum.MeshType.Wedge
  2953. o90.Name = "Wedge"
  2954. o90.Parent = o1
  2955. o90.BrickColor = BrickColor.new("Brown")
  2956. o90.Position = Vector3.new(69.2977066, 3.60525489, 197.718201)
  2957. o90.Rotation = Vector3.new(179.999237, 0.00218755309, 179.975922)
  2958. o90.Anchored = true
  2959. o90.CanCollide = false
  2960. o90.Elasticity = 0
  2961. o90.FormFactor = Enum.FormFactor.Symmetric
  2962. o90.Size = Vector3.new(1, 1, 1)
  2963. o90.CFrame = CFrame.new(69.2977066, 3.60525489, 197.718201, -0.999998689, -0.000420309458, 3.81800055e-005, -0.000420310069, 0.999999881, -1.32620335e-005, -3.81743303e-005, -1.34557486e-005, -0.999998629)
  2964. o90.BottomSurface = Enum.SurfaceType.Smooth
  2965. o90.TopSurface = Enum.SurfaceType.Smooth
  2966. o90.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2967. o90.Position = Vector3.new(69.2977066, 3.60525489, 197.718201)
  2968. o91.Parent = o90
  2969. o91.Scale = Vector3.new(0.238095239, 0.0476190485, 0.142857149)
  2970. o91.MeshType = Enum.MeshType.Wedge
  2971. o92.Name = "Wedge"
  2972. o92.Parent = o1
  2973. o92.BrickColor = BrickColor.new("Brown")
  2974. o92.Position = Vector3.new(69.2977066, 3.6534121, 197.908035)
  2975. o92.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  2976. o92.Anchored = true
  2977. o92.CanCollide = false
  2978. o92.Elasticity = 0
  2979. o92.FormFactor = Enum.FormFactor.Symmetric
  2980. o92.Size = Vector3.new(1, 1, 1)
  2981. o92.CFrame = CFrame.new(69.2977066, 3.6534121, 197.908035, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  2982. o92.BottomSurface = Enum.SurfaceType.Smooth
  2983. o92.TopSurface = Enum.SurfaceType.Smooth
  2984. o92.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2985. o92.Position = Vector3.new(69.2977066, 3.6534121, 197.908035)
  2986. o93.Parent = o92
  2987. o93.Scale = Vector3.new(0.238095239, 0.142857149, 0.238095239)
  2988. o93.MeshType = Enum.MeshType.Wedge
  2989. o94.Name = "Ring"
  2990. o94.Parent = o1
  2991. o94.BrickColor = BrickColor.new("Black")
  2992. o94.Position = Vector3.new(69.2977066, 3.47724891, 198.503067)
  2993. o94.Rotation = Vector3.new(92.1286011, -89.9051285, -87.8722458)
  2994. o94.Anchored = true
  2995. o94.CanCollide = false
  2996. o94.Elasticity = 0
  2997. o94.FormFactor = Enum.FormFactor.Symmetric
  2998. o94.Size = Vector3.new(1, 1, 1)
  2999. o94.CFrame = CFrame.new(69.2977066, 3.47724891, 198.503067, 1.51462345e-005, 0.00040766751, -0.999998629, 1.73449516e-005, -0.99999994, -0.000407667307, -0.999998569, -1.71065331e-005, -1.5152269e-005)
  3000. o94.BottomSurface = Enum.SurfaceType.Smooth
  3001. o94.TopSurface = Enum.SurfaceType.Smooth
  3002. o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3003. o94.Position = Vector3.new(69.2977066, 3.47724891, 198.503067)
  3004. o95.Parent = o94
  3005. o95.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3006. o95.Scale = Vector3.new(0.190476194, 0.142857149, 0.142857149)
  3007. o95.MeshType = Enum.MeshType.FileMesh
  3008. o96.Parent = o1
  3009. o96.BrickColor = BrickColor.new("Black")
  3010. o96.Position = Vector3.new(69.2977066, 3.59620595, 198.074112)
  3011. o96.Rotation = Vector3.new(-90.0060196, -0.00237609027, -0.00436409656)
  3012. o96.Anchored = true
  3013. o96.CanCollide = false
  3014. o96.Elasticity = 0
  3015. o96.FormFactor = Enum.FormFactor.Symmetric
  3016. o96.Size = Vector3.new(1, 1, 1)
  3017. o96.CFrame = CFrame.new(69.2977066, 3.59620595, 198.074112, 0.999998629, 7.61677511e-005, -4.14705974e-005, 4.14781134e-005, -0.000104755163, 1, 7.61922347e-005, -0.999998391, -0.000105023384)
  3018. o96.BottomSurface = Enum.SurfaceType.Smooth
  3019. o96.TopSurface = Enum.SurfaceType.Smooth
  3020. o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3021. o96.Position = Vector3.new(69.2977066, 3.59620595, 198.074112)
  3022. o97.Parent = o96
  3023. o97.Scale = Vector3.new(0.238095239, 0.095238097, 0.285714298)
  3024. o98.Parent = o1
  3025. o98.BrickColor = BrickColor.new("Brown")
  3026. o98.Position = Vector3.new(69.2977066, 3.51039195, 197.836105)
  3027. o98.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  3028. o98.Anchored = true
  3029. o98.CanCollide = false
  3030. o98.Elasticity = 0
  3031. o98.FormFactor = Enum.FormFactor.Symmetric
  3032. o98.Size = Vector3.new(1, 1, 1)
  3033. o98.CFrame = CFrame.new(69.2977066, 3.51039195, 197.836105, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  3034. o98.BottomSurface = Enum.SurfaceType.Smooth
  3035. o98.TopSurface = Enum.SurfaceType.Smooth
  3036. o98.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3037. o98.Position = Vector3.new(69.2977066, 3.51039195, 197.836105)
  3038. o99.Parent = o98
  3039. o99.Scale = Vector3.new(0.238095239, 0.142857149, 0.380952388)
  3040. o100.Parent = o1
  3041. o100.BrickColor = BrickColor.new("Brown")
  3042. o100.Position = Vector3.new(69.2977066, 3.22426009, 196.67012)
  3043. o100.Rotation = Vector3.new(-0.00323153776, -0.00099320442, 0.0216091424)
  3044. o100.Anchored = true
  3045. o100.CanCollide = false
  3046. o100.Elasticity = 0
  3047. o100.FormFactor = Enum.FormFactor.Symmetric
  3048. o100.Size = Vector3.new(1, 1, 1)
  3049. o100.CFrame = CFrame.new(69.2977066, 3.22426009, 196.67012, 0.999998569, -0.000377150165, -1.73346871e-005, 0.000377151184, 1, 5.64008951e-005, 1.73282315e-005, -5.66393137e-005, 0.999998569)
  3050. o100.BottomSurface = Enum.SurfaceType.Smooth
  3051. o100.TopSurface = Enum.SurfaceType.Smooth
  3052. o100.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3053. o100.Position = Vector3.new(69.2977066, 3.22426009, 196.67012)
  3054. o101.Parent = o100
  3055. o101.Scale = Vector3.new(0.238095239, 0.428571433, 0.142857149)
  3056. o102.Name = "Coloring"
  3057. o102.Parent = o1
  3058. table.insert(cors,coroutine.create(function()
  3059. wait()
  3060. runDummyScript(function()
  3061. repeat
  3062. wait()
  3063. until script.Parent.Parent.Parent.ClassName == "Player"
  3064. g = script.Parent:GetChildren()
  3065. for i = 1,#g do
  3066. if g[i].Name == "Color" then
  3067. g[i].BrickColor = script.Parent.Parent.Parent.TeamColor
  3068. end
  3069. end
  3070.  
  3071. end,o102)
  3072. end))
  3073. o103.Name = "Gun_Script"
  3074. o103.Parent = o1
  3075. table.insert(cors,coroutine.create(function()
  3076. wait()
  3077. runDummyScript(function()
  3078. wait(0.5)
  3079. --Edit settings below--
  3080. local Tool = script.Parent
  3081. local Settings = {
  3082. Range = 700
  3083. ,Spread = 5
  3084. ,Damage = {18, 35}
  3085. ,HeadShotDamage = {13, 14}
  3086. ,Bullets = 1
  3087. ,FireRate = 0.10
  3088. ,Automatic = true
  3089. ,AntiTK = false
  3090. ,ImpactDuration = 3
  3091. --Reload
  3092. ,ReloadKey = "R"
  3093. ,ReloadTime = 3
  3094. ,Ammo = 30
  3095. ,IncludeChamberedBullet = true
  3096. --Gui
  3097. ,GuiPos = Vector2.new(script.Gui.Frame.Position.X.Scale, script.Gui.Frame.Position.Y.Scale)
  3098. --Arms
  3099. ,OneHanded = false
  3100. ,FakeArms = true
  3101. ,FakeArmTransparency = 1
  3102. ,RightPos = CFrame.new(-0.75, -0.25, 0.5) * CFrame.Angles(math.rad(-90), 0, 0)
  3103. ,LeftPos = CFrame.new(1, 0.5, 0.5) * CFrame.Angles(math.rad(-90), math.rad(45), 0)
  3104. ,AimPart = Tool.AimPart
  3105. ,AimPartOffset = CFrame.new()
  3106. ,AimGripOffset = Vector3.new(0, 0, 0)
  3107. ,LeftAimPos = CFrame.new(1, 0.5, 0.5) * CFrame.Angles(math.rad(-100), math.rad(45), 0)
  3108. ,AimAnim = {
  3109. Enabled = false
  3110. ,Frames = 50
  3111. ,Time = 0.1
  3112. }
  3113. ,ChangeFOV = {true, 60}
  3114. ,SpreadReduction = 3
  3115. --Weld
  3116. ,Weld = true
  3117. --Mouse
  3118. ,Icons = {
  3119. Idle = "rbxassetid://70288585"
  3120. ,Fire1 = "rbxassetid://70288578"
  3121. ,Fire2 = "rbxassetid://70288572"
  3122. ,Fire3 = "rbxassetid://70288578"
  3123. ,Reload = "rbxassetid://70288599"
  3124. ,Aim = "rbxasset://textures/Blank.png"
  3125. }
  3126. ,FireMouseAnimTime = 0.15
  3127. --Recoil
  3128. ,Recoil = math.rad(1.2)
  3129. --Smoke
  3130. ,Smoke = true
  3131. ,SmokePart = Tool.SmokePart
  3132. ,Smokes = {{script.Smoke, 6, 0.1}, {script.Smoke1, 0.1}, {script.Smoke1, 0.1}}
  3133. --Sprint
  3134. ,Sprint = true
  3135. ,SprintSpeed = 25
  3136. ,SprintKey = "0"
  3137. ,SprintSpreadIncrease = 40
  3138. ,SprintArmOffset = CFrame.new(0.25, 0.125, 0.25) * CFrame.Angles(math.rad(-30), math.rad(35), 0)
  3139. --Other
  3140. ,DropHats = false
  3141. }
  3142.  
  3143. --Do not edit below this lign--
  3144.  
  3145. local Orig_Spread = Settings.Spread
  3146. local Orig_Grip = Tool.GripPos
  3147.  
  3148. local Player = game.Players.LocalPlayer
  3149. local Character = Player.Character
  3150.  
  3151. local Camera = Workspace.CurrentCamera
  3152.  
  3153. local Ammo, StoredAmmo = script.Ammo, script.StoredAmmo
  3154.  
  3155. local Gui, CanUpdateGui = nil, true
  3156.  
  3157. local Sprinting, Equipped
  3158.  
  3159. function Update_Gui()
  3160. if Gui and CanUpdateGui then
  3161. Gui.Frame.AmmoDisplay.Text = Ammo.Value .. "|" .. StoredAmmo.Value
  3162. end
  3163. end
  3164.  
  3165. local Welded
  3166. if Settings.Weld then
  3167. Delay(0, function()
  3168. local weldC0s = {}
  3169. for i, v in pairs(Tool:GetChildren()) do
  3170. if v:IsA("BasePart") and v ~= Tool.Handle then
  3171. table.insert(weldC0s, {v, Tool.Handle.CFrame:toObjectSpace(v.CFrame)})
  3172. v.Anchored = false
  3173. end
  3174. end
  3175. Tool.Handle.Anchored = false
  3176. local welds = {}
  3177. Tool.Equipped:connect(function()
  3178. for i, v in ipairs(welds) do
  3179. v.Part1 = nil
  3180. v:Destroy()
  3181. end
  3182. for i, v in ipairs(weldC0s) do
  3183. if v[1] and v[2] then
  3184. local w = Instance.new("Weld", Tool.Handle)
  3185. w.Part0 = Tool.Handle
  3186. w.Part1 = v[1]
  3187. w.C0 = v[2]
  3188. table.insert(welds, w)
  3189. end
  3190. end
  3191. end)
  3192. wait()
  3193. Welded = true
  3194. end)
  3195. end
  3196.  
  3197. local Left_Weld, Right_Weld
  3198.  
  3199. Ammo.Changed:connect(Update_Gui)
  3200. StoredAmmo.Changed:connect(Update_Gui)
  3201.  
  3202. Settings.Range = math.min(Settings.Range, 999)
  3203.  
  3204. local Ignore_Model = Workspace:FindFirstChild("Ray_Ignore") or Instance.new("Model", Workspace)
  3205. Ignore_Model.Name = "Ray_Ignore"
  3206.  
  3207. local Ray_Ignore = {Character, Ignore_Model, Camera}
  3208.  
  3209. Character.Humanoid.Died:connect(function()
  3210. Tool.Parent = Player.Backpack
  3211. end)
  3212.  
  3213. function Fire(Mouse)
  3214. local Spread = CFrame.Angles(math.rad(math.random(-Settings.Spread, Settings.Spread)/10), math.rad(math.random(-Settings.Spread, Settings.Spread)/10), math.rad(math.random(-Settings.Spread, Settings.Spread)/10))
  3215. local Ray = Ray.new(Character.Head.Position, (CFrame.new(Character.Head.Position, Mouse.Hit.p) * Spread).lookVector.unit * Settings.Range)
  3216. local Hit, Pos = Workspace:FindPartOnRayWithIgnoreList(Ray, Ray_Ignore)
  3217. if Hit and Hit.Parent:FindFirstChild("Humanoid") then
  3218. local Hit_Player = game.Players:GetPlayerFromCharacter(Hit.Parent)
  3219. if Settings.AntiTK and not Hit_Player.Neutral and Hit_Player.TeamColor == Player.TeamColor then
  3220. return
  3221. end
  3222. local Humanoid = Hit.Parent.Humanoid
  3223. local c = Instance.new("ObjectValue")
  3224. c.Name = "creator"
  3225. c.Value = Player
  3226. game.Debris:AddItem(c, 3)
  3227. c.Parent = Humanoid
  3228. if Hit.Name == "Head" then
  3229. Humanoid.Health = Humanoid.Health - math.random(Settings.HeadShotDamage[1], Settings.HeadShotDamage[2])
  3230. else
  3231. Humanoid.Health = Humanoid.Health - math.random(Settings.Damage[1], Settings.Damage[2])
  3232. end
  3233. elseif Hit then
  3234. local Hit_Part = Instance.new("Part", Ignore_Model)
  3235. Hit_Part.FormFactor = "Custom"
  3236. Hit_Part.TopSurface = 0
  3237. Hit_Part.BottomSurface = 0
  3238. Hit_Part.Anchored = true
  3239. Hit_Part.CanCollide = false
  3240. Hit_Part.Size = Vector3.new()
  3241. Hit_Part.CFrame = CFrame.new(Pos) * CFrame.Angles(math.random(0, 360), math.random(0, 360), math.random(0, 360))
  3242. Hit_Part.BrickColor = BrickColor.new("Black")
  3243. game.Debris:AddItem(Hit_Part, Settings.ImpactDuration)
  3244. if not Hit.Anchored then
  3245. local w = Instance.new("Weld", Hit_Part)
  3246. w.Part0 = Hit
  3247. w.Part1 = Hit_Part
  3248. w.C0 = Hit.CFrame:toObjectSpace(Hit_Part.CFrame)
  3249. Hit_Part.Anchored = false
  3250. end
  3251. if Hit.Parent:IsA("Hat") and Settings.DropHats then
  3252. Hit.Parent.Parent = workspace
  3253. game.Debris:AddItem(Hit, 3)
  3254. end
  3255. end
  3256. end
  3257.  
  3258. local Can_Shoot = true
  3259. local Reloading = false
  3260.  
  3261. local First_Person = false
  3262.  
  3263. local Mouse_Held
  3264.  
  3265. Tool.Equipped:connect(function(Mouse)
  3266. Equipped = true
  3267. if Settings.Weld and not Welded then
  3268. wait()
  3269. Tool.Parent = Player.Backpack
  3270. end
  3271. Character = Player.Character
  3272. if Gui then
  3273. return
  3274. end
  3275. Ray_Ignore = {Character, Ignore_Model, Camera}
  3276. Mouse.Icon = Settings.Icons.Idle
  3277. Gui = script.Gui:Clone()
  3278. Gui.Parent = Player.PlayerGui
  3279. Gui.Frame.Position = UDim2.new(Settings.GuiPos.X, Gui.Frame.Position.X.Offset, 1.1, Gui.Frame.Position.Y.Offset)
  3280. Gui.Frame:TweenPosition(UDim2.new(Settings.GuiPos.X, Gui.Frame.Position.X.Offset, Settings.GuiPos.Y, Gui.Frame.Position.Y.Offset), "Out", "Bounce", 1)
  3281. CanUpdateGui = true
  3282. Update_Gui()
  3283. Mouse.Button1Down:connect(function()
  3284. if Can_Shoot and Ammo.Value > 0 and Character.Humanoid.Health > 0 then
  3285. Mouse_Held = true
  3286. while true do
  3287. Can_Shoot = false
  3288. Delay(0, function()
  3289. local t = math.min(Settings.FireMouseAnimTime/3, Settings.FireRate/3)
  3290. if not Aiming then
  3291. Mouse.Icon = Settings.Icons.Fire1
  3292. end
  3293. wait(t)
  3294. if not Aiming then
  3295. if Reloading then return end
  3296. Mouse.Icon = Settings.Icons.Fire2
  3297. end
  3298. wait(t)
  3299. if not Aiming then
  3300. if Reloading then return end
  3301. Mouse.Icon = Settings.Icons.Fire3
  3302. end
  3303. wait(t)
  3304. if not Aiming then
  3305. if Reloading then return end
  3306. Mouse.Icon = Settings.Icons.Idle
  3307. end
  3308. end)
  3309. if Settings.Smoke then
  3310. for i, v in pairs(Settings.Smokes) do
  3311. local s = v[1]:Clone()
  3312. s.Parent = Settings.SmokePart
  3313. s.Enabled = true
  3314. game.Debris:AddItem(s, v[2])
  3315. if v[3] then
  3316. Delay(v[3], function()
  3317. s.Enabled = false
  3318. end)
  3319. end
  3320. end
  3321. end
  3322. for _ = 1, Settings.Bullets do
  3323. Fire(Mouse)
  3324. end
  3325. Camera.CoordinateFrame = CFrame.new(Camera.Focus.p) * (Camera.CoordinateFrame - Camera.CoordinateFrame.p) * CFrame.Angles(math.abs(Settings.Recoil), 0, 0) * CFrame.new(0, 0, (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude)
  3326. if Tool.Handle:FindFirstChild("Shoot") then
  3327. Tool.Handle.Shoot:Play()
  3328. end
  3329. Ammo.Value = Ammo.Value - 1
  3330. wait(Settings.FireRate)
  3331. if not Settings.Automatic or Ammo.Value <= 0 or Character.Humanoid.Health <= 0 or not Mouse_Held then
  3332. break
  3333. end
  3334. end
  3335. Can_Shoot = true
  3336. elseif Can_Shoot and Character.Humanoid.Health > 0 and Tool.Handle:FindFirstChild("Click") then
  3337. Tool.Handle.Click:Play()
  3338. end
  3339. end)
  3340. Mouse.Button1Up:connect(function()
  3341. Mouse_Held = false
  3342. end)
  3343. Mouse.KeyDown:connect(function(Key)
  3344. if Key:upper() == Settings.ReloadKey:upper() and Can_Shoot and StoredAmmo.Value > 0 and not Aiming then
  3345. if Settings.IncludeChamberedBullet and Ammo.Value == Settings.Ammo + 1 or not Settings.IncludeChamberedBullet and Ammo.Value == Settings.Ammo then
  3346. return
  3347. end
  3348. Can_Shoot = false
  3349. Reloading = true
  3350. local TextLabel = Gui.Frame.AmmoDisplay
  3351. Delay(0, function()
  3352. CanUpdateGui = false
  3353. TextLabel.Text = "Reloading."
  3354. wait(Settings.ReloadTime/3)
  3355. if TextLabel then
  3356. TextLabel.Text = "Reloading.."
  3357. end
  3358. wait(Settings.ReloadTime/3)
  3359. if TextLabel then
  3360. TextLabel.Text = "Reloading..."
  3361. end
  3362. end)
  3363. if Tool.Handle:FindFirstChild("Reload") then
  3364. Tool.Handle.Reload:Play()
  3365. end
  3366. Mouse.Icon = Settings.Icons.Reload
  3367. wait(Settings.ReloadTime)
  3368. Mouse.Icon = Settings.Icons.Idle
  3369. CanUpdateGui = true
  3370. local m = Settings.Ammo
  3371. if Ammo.Value > 0 and Settings.IncludeChamberedBullet then
  3372. m = m + 1
  3373. end
  3374. if (StoredAmmo.Value - (m - Ammo.Value)) <= 0 then
  3375. Ammo.Value = Ammo.Value + StoredAmmo.Value
  3376. StoredAmmo.Value = 0
  3377. else
  3378. StoredAmmo.Value = StoredAmmo.Value - (m - Ammo.Value)
  3379. Ammo.Value = m
  3380. end
  3381. Can_Shoot = true
  3382. Reloading = false
  3383. elseif Key:upper() == Settings.SprintKey:upper() and Settings.Sprint and not Aiming then
  3384. Sprinting = true
  3385. Character.Humanoid.WalkSpeed = Settings.SprintSpeed
  3386. Settings.Spread = Settings.Spread + Settings.SprintSpreadIncrease
  3387. end
  3388. end)
  3389. Mouse.KeyUp:connect(function(Key)
  3390. if Key:upper() == Settings.SprintKey:upper() and Sprinting then
  3391. Sprinting = false
  3392. Character.Humanoid.WalkSpeed = 16
  3393. Settings.Spread = Settings.Spread - Settings.SprintSpreadIncrease
  3394. Right_Weld.C0 = CFrame.new(0, -1.5, 0)
  3395. end
  3396. end)
  3397. Mouse.Button2Down:connect(function()
  3398. if not Reloading and not Sprinting and not Aiming and (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude < 1 then
  3399. Aiming = true
  3400. Mouse.Icon = Settings.Icons.Aim
  3401. if Settings.AimAnim.Enabled then
  3402. Right_Weld.C1 = CFrame.new()
  3403. Right_Weld.C0 = CFrame.new()
  3404. Delay(0, function()
  3405. Tween_C0(Right_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Right_Weld.C0, Character.Head.CFrame:toObjectSpace(Settings.AimPart.CFrame))
  3406. end)
  3407. Delay(0, function()
  3408. Tween_C1(Left_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Left_Weld.C1, Settings.LeftAimPos)
  3409. end)
  3410. Delay(0, function()
  3411. if Settings.ChangeFOV[1] then
  3412. Camera.FieldOfView = 70
  3413. local Cam_Dif, T_F = 70 - Settings.ChangeFOV[2], Settings.AimAnim.Time * Settings.AimAnim.Frames
  3414. for i = 1, T_F do
  3415. local FOV = 70 - Cam_Dif/T_F * i
  3416. Camera.FieldOfView = FOV
  3417. wait(Settings.AimAnim.Time/Settings.AimAnim.Frames)
  3418. if not Aiming then
  3419. return
  3420. end
  3421. end
  3422. Camera.FieldOfView = Settings.ChangeFOV[2]
  3423. end
  3424. end)
  3425. else
  3426. Right_Weld.C1 = CFrame.new()
  3427. Right_Weld.C0 = CFrame.new()
  3428. Right_Weld.C1 = Character.Head.CFrame:toObjectSpace(Settings.AimPart.CFrame)
  3429. Left_Weld.C1 = Settings.LeftAimPos
  3430. if Settings.ChangeFOV[1] then
  3431. Camera.FieldOfView = Settings.ChangeFOV[2]
  3432. end
  3433. end
  3434. Tool.GripPos = Orig_Grip + Settings.AimGripOffset
  3435. Settings.Spread = Settings.Spread - Settings.SpreadReduction
  3436. end
  3437. end)
  3438. Mouse.Button2Up:connect(function()
  3439. if Aiming then
  3440. Mouse.Icon = Settings.Icons.Idle
  3441. Tool.GripPos = Orig_Grip
  3442. if Settings.AimAnim.Enabled then
  3443. Delay(0, function()
  3444. Tween_C0(Right_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Right_Weld.C0, CFrame.new(0, -1.5, 0))
  3445. end)
  3446. Delay(0, function()
  3447. Tween_C1(Left_Weld, Settings.AimAnim.Frames, Settings.AimAnim.Time, Left_Weld.C1, Settings.LeftPos)
  3448. end)
  3449. else
  3450. Right_Weld.C1 = Settings.RightPos
  3451. Right_Weld.C0 = CFrame.new(0, -1.5, 0)
  3452. Left_Weld.C1 = Settings.LeftPos
  3453. end
  3454. if Settings.ChangeFOV[1] then
  3455. Camera.FieldOfView = 70
  3456. end
  3457. Settings.Spread = Settings.Spread + Settings.SpreadReduction
  3458. Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3459. Character.Torso.Neck.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3460. wait(0.25)
  3461. Aiming = false
  3462. end
  3463. end)
  3464. wait()
  3465. Camera.Changed:connect(function()
  3466. if (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude < 1 and Equipped then
  3467. Mouse.TargetFilter = workspace
  3468. Character.Torso.Neck.C1 = CFrame.new()
  3469. Character.Torso.Neck.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.asin((Mouse.Hit.p - Mouse.Origin.p).unit.y), 0, 0)
  3470. end
  3471. end)
  3472. Mouse.Idle:connect(function()
  3473. if (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude < 1 and Equipped then
  3474. Mouse.TargetFilter = workspace
  3475. Character.Torso.Neck.C1 = CFrame.new()
  3476. Character.Torso.Neck.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.asin((Mouse.Hit.p - Mouse.Origin.p).unit.y), 0, 0)
  3477. end
  3478. end)
  3479. while wait() and Equipped do
  3480. if Sprinting then
  3481. Right_Weld.C0 = CFrame.new(0, -1.5, 0) * Settings.SprintArmOffset
  3482. Left_Weld.C0 = CFrame.new(0, -1.5, 0) * Settings.SprintArmOffset
  3483. elseif not Aiming then
  3484. Left_Weld.C0 = CFrame.new(0, -1.5, 0)
  3485. end
  3486. if (Camera.Focus.p - Camera.CoordinateFrame.p).magnitude > 1 and Equipped then
  3487. Mouse.TargetFilter = nil
  3488. Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3489. Character.Torso.Neck.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3490. end
  3491. end
  3492. end)
  3493.  
  3494. local Arms_Made
  3495. local Fake_Arm_Right, Fake_Arm_Left, Fake_Arm_Model
  3496.  
  3497. Tool.Equipped:connect(function(Mouse)
  3498. if Character and not Arms_Made then
  3499. Arms_Made = true
  3500. local Torso = Character.Torso
  3501. Torso["Right Shoulder"].Part1 = nil
  3502. Left_Weld = Instance.new("Weld", Torso)
  3503. Left_Weld.Name = "Left_Weld"
  3504. Left_Weld.Part0 = Character.Head
  3505. Left_Weld.C0 = CFrame.new(0, -1.5, 0)
  3506. if not Settings.OneHanded then
  3507. Torso["Left Shoulder"].Part1 = nil
  3508. Left_Weld.Part1 = Character["Left Arm"]
  3509. end
  3510. Right_Weld = Instance.new("Weld", Torso)
  3511. Right_Weld.Name = "Right_Weld"
  3512. Right_Weld.Part0 = Character.Head
  3513. Right_Weld.Part1 = Character["Right Arm"]
  3514. Right_Weld.C0 = CFrame.new(0, -1.5, 0)
  3515. Left_Weld.C1 = Settings.LeftPos
  3516. Right_Weld.C1 = Settings.RightPos
  3517. end
  3518. if Settings.FakeArms and not Fake_Arm_Right then
  3519. Fake_Arm_Right, Fake_Arm_Left = Character["Right Arm"]:Clone(), Character["Left Arm"]:Clone()
  3520. Fake_Arm_Right.FormFactor, Fake_Arm_Left.FormFactor = "Custom", "Custom"
  3521. Fake_Arm_Right.Size, Fake_Arm_Left.Size = Vector3.new(), Vector3.new()
  3522. local fakeArms = {Fake_Arm_Right, Fake_Arm_Left}
  3523. for i = 1, 2 do
  3524. local w = Instance.new("Weld", fakeArms[i])
  3525. w.Part0 = Character[fakeArms[i].Name]
  3526. w.Part1 = fakeArms[i]
  3527. fakeArms[i].Transparency = Settings.FakeArmTransparency
  3528. end
  3529. Fake_Arm_Model = Instance.new("Model", Camera)
  3530. Fake_Arm_Right.Parent = Fake_Arm_Model
  3531. if not Settings.OneHanded then
  3532. Fake_Arm_Left.Parent = Fake_Arm_Model
  3533. end
  3534. Fake_Arm_Model.Name = "FakeArms"
  3535. if Settings.CharacterMeshes then
  3536. for i, v in pairs(Character:GetChildren()) do
  3537. if v:IsA("CharacterMesh") and v.BodyPart == Enum.BodyPart.LeftArm or v:IsA("CharacterMesh") and v.BodyPart == Enum.BodyPart.RightArm then
  3538. v:Clone().Parent = Fake_Arm_Model
  3539. end
  3540. end
  3541. end
  3542. if Character:FindFirstChild("Shirt") then
  3543. Instance.new("Humanoid", Fake_Arm_Model)
  3544. Character.Shirt:Clone().Parent = Fake_Arm_Model
  3545. else
  3546. local Arm_Mesh = Instance.new("SpecialMesh", Fake_Arm_Right)
  3547. Arm_Mesh.MeshType, Arm_Mesh.Scale = "Brick", Vector3.new(5, 10, 5)
  3548. local Arm_Mesh2 = Instance.new("SpecialMesh", Fake_Arm_Left)
  3549. Arm_Mesh2.MeshType, Arm_Mesh2.Scale = "Brick", Vector3.new(5, 10, 5)
  3550. end
  3551. end
  3552. end)
  3553.  
  3554. Tool.Unequipped:connect(function()
  3555. Equipped = false
  3556. Tool.GripPos = Orig_Grip
  3557. Aiming = false
  3558. Settings.Spread = Orig_Spread
  3559. if Settings.ChangeFOV[1] then
  3560. Camera.FieldOfView = 70
  3561. end
  3562. if Gui then
  3563. Gui:Destroy()
  3564. Gui = nil
  3565. end
  3566. for i, v in pairs(Tool.Handle:GetChildren()) do
  3567. if v:IsA("Sound") then
  3568. v:Stop()
  3569. end
  3570. end
  3571. if Fake_Arm_Right and Fake_Arm_Left and Fake_Arm_Model then
  3572. Fake_Arm_Model:Destroy()
  3573. Fake_Arm_Right, Fake_Arm_Left, Fake_Arm_Model = nil, nil, nil
  3574. end
  3575. if Character and Left_Weld and Right_Weld then
  3576. Arms_Made = false
  3577. local Torso = Character.Torso
  3578. Torso["Right Shoulder"].Part1, Torso["Left Shoulder"].Part1 = Character["Right Arm"], Character["Left Arm"]
  3579. Left_Weld:Destroy()
  3580. Right_Weld:Destroy()
  3581. end
  3582. Sprinting = false
  3583. Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3584. Character.Torso.Neck.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3585. Character.Humanoid.WalkSpeed = 16
  3586. end)
  3587.  
  3588. end,o103)
  3589. end))
  3590. o104.Name = "Ammo"
  3591. o104.Parent = o103
  3592. o104.Value = 30
  3593. o105.Name = "StoredAmmo"
  3594. o105.Parent = o103
  3595. o105.Value = 1200
  3596. o106.Name = "Gui"
  3597. o106.Parent = o103
  3598. o107.Parent = o106
  3599. o107.Position = UDim2.new(1,-200,1,-100)
  3600. o107.Size = UDim2.new(0,100,0,100)
  3601. o107.Position = UDim2.new(1,-200,1,-100)
  3602. o107.BackgroundColor3 = Color3.new(1, 1, 1)
  3603. o107.BackgroundTransparency = 1
  3604. o107.BorderSizePixel = 0
  3605. o108.Name = "AmmoDisplay"
  3606. o108.Parent = o107
  3607. o108.Size = UDim2.new(1,0,1,0)
  3608. o108.Text = ""
  3609. o108.BackgroundTransparency = 1
  3610. o108.FontSize = Enum.FontSize.Size24
  3611. o108.TextColor3 = Color3.new(0.917647, 0.917647, 0.917647)
  3612. o108.TextStrokeTransparency = 0.5
  3613. o108.TextXAlignment = Enum.TextXAlignment.Right
  3614. o109.Parent = o103
  3615. o109.Size = 0.30000001192093
  3616. o109.Color = Color3.new(0.372549, 0.372549, 0.372549)
  3617. o109.Enabled = false
  3618. o109.Opacity = 0.30000001192093
  3619. o109.RiseVelocity = 15
  3620. o110.Name = "Smoke1"
  3621. o110.Parent = o103
  3622. o110.Size = 0.10000000149012
  3623. o110.Color = Color3.new(1, 0.6, 0.2)
  3624. o110.Enabled = false
  3625. o110.Opacity = 0.40000000596046
  3626. o110.RiseVelocity = 3
  3627. mas.Parent = workspace
  3628. mas:MakeJoints()
  3629. local mas1 = mas:GetChildren()
  3630. for i=1,#mas1 do
  3631. mas1[i].Parent = game:GetService("Players").LocalPlayer.Backpack
  3632. ypcall(function() mas1[i]:MakeJoints() end)
  3633. end
  3634. mas:Destroy()
  3635. for i=1,#cors do
  3636. coroutine.resume(cors[i])
  3637. end
  3638. end
  3639. end
  3640.  
  3641. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  3642.  
  3643. function onKeyPress(inputObject, gameProcessedEvent)
  3644. if inputObject.KeyCode == Enum.KeyCode.E then
  3645. --M4A1 Customizable by DMS
  3646. --[[
  3647. Suggested LoadOuts:
  3648. -Sniper (ACOG, ANGLEGRIP, Laser, Silencer, Really black)
  3649. -Support (HOLOSIGHT, BIPOD, FlashLight, Drum, Black)
  3650. -Assualt (REFLEX, GRIP, FlashLight, Black)
  3651. --]]
  3652. --[[
  3653. CONTROLS:
  3654. F = FlashLight On/Off
  3655. Q = Aim on MainSight
  3656. --]]
  3657. Sight = "IRONSIGHT" --ACOG, C79, M145, SUSAT, REFLEX, HOLOSIGHT, IRONSIGHT (IRONSIGHT ANYTHING ELSE)
  3658. Grip = "NOTHING" -- VERTGRIP, BIPOD, ANGLEGRIP OR NOTHING (NOTHING ANYTHING ELSE)
  3659. Drum = false --true or false
  3660. FlashLight = false --same as drum
  3661. Silencer = false --same as flashlight
  3662. Laser = false --same as silencer
  3663. Bayonet = false --same as laser
  3664. CUSTOMCOLOR = "Black" --BrickColor plz
  3665. local GGNORE = function(f,scri)
  3666. local oldenv = getfenv(f)
  3667. local newenv = setmetatable({}, {
  3668. __index = function(_, k)
  3669. if k:lower() == 'script' then
  3670. return scri
  3671. else
  3672. return oldenv[k]
  3673. end
  3674. end
  3675. })
  3676. setfenv(f, newenv)
  3677. ypcall(function() f() end)
  3678. end
  3679. cors = {}
  3680. o1 = Instance.new("Tool")
  3681. o2 = Instance.new("LocalScript")
  3682. o3 = Instance.new("LocalScript")
  3683. o4 = Instance.new("NumberValue")
  3684. o5 = Instance.new("LocalScript")
  3685. o6 = Instance.new("NumberValue")
  3686. o7 = Instance.new("NumberValue")
  3687. o8 = Instance.new("Script")
  3688. o9 = Instance.new("NumberValue")
  3689. o10 = Instance.new("LocalScript")
  3690. o11 = Instance.new("NumberValue")
  3691. o12 = Instance.new("LocalScript")
  3692. o13 = Instance.new("LocalScript")
  3693. o14 = Instance.new("LocalScript")
  3694. o15 = Instance.new("BoolValue")
  3695. o16 = Instance.new("Part")
  3696. o17 = Instance.new("BlockMesh")
  3697. o18 = Instance.new("Part")
  3698. o19 = Instance.new("BlockMesh")
  3699. o20 = Instance.new("Part")
  3700. o21 = Instance.new("BlockMesh")
  3701. o22 = Instance.new("Part")
  3702. o23 = Instance.new("BlockMesh")
  3703. o24 = Instance.new("Part")
  3704. o25 = Instance.new("CylinderMesh")
  3705. o26 = Instance.new("Part")
  3706. o27 = Instance.new("BlockMesh")
  3707. o28 = Instance.new("Sound")
  3708. o29 = Instance.new("Sound")
  3709. o30 = Instance.new("Sound")
  3710. o31 = Instance.new("Sound")
  3711. o32 = Instance.new("Sound")
  3712. o33 = Instance.new("Sound")
  3713. o35 = Instance.new("Part")
  3714. o36 = Instance.new("BlockMesh")
  3715. o37 = Instance.new("Part")
  3716. o38 = Instance.new("SpecialMesh")
  3717. o39 = Instance.new("Part")
  3718. o40 = Instance.new("BlockMesh")
  3719. o41 = Instance.new("Part")
  3720. o42 = Instance.new("BlockMesh")
  3721. o43 = Instance.new("Part")
  3722. o44 = Instance.new("BlockMesh")
  3723. o45 = Instance.new("Part")
  3724. o46 = Instance.new("BlockMesh")
  3725. o47 = Instance.new("Part")
  3726. o48 = Instance.new("BlockMesh")
  3727. o49 = Instance.new("Part")
  3728. o50 = Instance.new("CylinderMesh")
  3729. o51 = Instance.new("Part")
  3730. o52 = Instance.new("CylinderMesh")
  3731. o53 = Instance.new("Part")
  3732. o54 = Instance.new("CylinderMesh")
  3733. o55 = Instance.new("Part")
  3734. o56 = Instance.new("SpecialMesh")
  3735. o57 = Instance.new("Part")
  3736. o58 = Instance.new("CylinderMesh")
  3737. o59 = Instance.new("Part")
  3738. o60 = Instance.new("CylinderMesh")
  3739. o61 = Instance.new("Part")
  3740. o62 = Instance.new("SpecialMesh")
  3741. o63 = Instance.new("Part")
  3742. o64 = Instance.new("CylinderMesh")
  3743. o65 = Instance.new("Part")
  3744. o66 = Instance.new("SpecialMesh")
  3745. o67 = Instance.new("Part")
  3746. o68 = Instance.new("CylinderMesh")
  3747. o69 = Instance.new("Part")
  3748. o70 = Instance.new("SpecialMesh")
  3749. o71 = Instance.new("Part")
  3750. o72 = Instance.new("BlockMesh")
  3751. o73 = Instance.new("Part")
  3752. o74 = Instance.new("CylinderMesh")
  3753. o75 = Instance.new("Part")
  3754. o76 = Instance.new("BlockMesh")
  3755. o77 = Instance.new("Part")
  3756. o78 = Instance.new("BlockMesh")
  3757. o79 = Instance.new("Part")
  3758. o80 = Instance.new("BlockMesh")
  3759. o81 = Instance.new("Part")
  3760. o82 = Instance.new("CylinderMesh")
  3761. o83 = Instance.new("Part")
  3762. o84 = Instance.new("SpecialMesh")
  3763. o85 = Instance.new("Part")
  3764. o86 = Instance.new("SpecialMesh")
  3765. o87 = Instance.new("Part")
  3766. o88 = Instance.new("BlockMesh")
  3767. o89 = Instance.new("Part")
  3768. o90 = Instance.new("SpecialMesh")
  3769. o91 = Instance.new("Part")
  3770. o92 = Instance.new("CylinderMesh")
  3771. o93 = Instance.new("Part")
  3772. o94 = Instance.new("CylinderMesh")
  3773. o95 = Instance.new("Part")
  3774. o96 = Instance.new("BlockMesh")
  3775. o97 = Instance.new("Part")
  3776. o98 = Instance.new("CylinderMesh")
  3777. o99 = Instance.new("Part")
  3778. o100 = Instance.new("CylinderMesh")
  3779. o101 = Instance.new("Part")
  3780. o102 = Instance.new("BlockMesh")
  3781. o103 = Instance.new("Part")
  3782. o104 = Instance.new("CylinderMesh")
  3783. o105 = Instance.new("Part")
  3784. o106 = Instance.new("SpecialMesh")
  3785. o107 = Instance.new("Part")
  3786. o108 = Instance.new("SpecialMesh")
  3787. o109 = Instance.new("Part")
  3788. o110 = Instance.new("BlockMesh")
  3789. o111 = Instance.new("Part")
  3790. o112 = Instance.new("BlockMesh")
  3791. o113 = Instance.new("Part")
  3792. o114 = Instance.new("CylinderMesh")
  3793. o115 = Instance.new("Part")
  3794. o116 = Instance.new("CylinderMesh")
  3795. o117 = Instance.new("Part")
  3796. o118 = Instance.new("SpecialMesh")
  3797. o119 = Instance.new("Part")
  3798. o120 = Instance.new("BlockMesh")
  3799. o121 = Instance.new("Part")
  3800. o122 = Instance.new("SpecialMesh")
  3801. o123 = Instance.new("Part")
  3802. o124 = Instance.new("BlockMesh")
  3803. o125 = Instance.new("Part")
  3804. o126 = Instance.new("SpecialMesh")
  3805. o127 = Instance.new("Part")
  3806. o128 = Instance.new("SpecialMesh")
  3807. o129 = Instance.new("Part")
  3808. o130 = Instance.new("SpecialMesh")
  3809. o131 = Instance.new("Part")
  3810. o132 = Instance.new("CylinderMesh")
  3811. o133 = Instance.new("Part")
  3812. o134 = Instance.new("BlockMesh")
  3813. o135 = Instance.new("Part")
  3814. o136 = Instance.new("BlockMesh")
  3815. o137 = Instance.new("Part")
  3816. o138 = Instance.new("SpecialMesh")
  3817. o139 = Instance.new("Part")
  3818. o140 = Instance.new("SpecialMesh")
  3819. o141 = Instance.new("Part")
  3820. o142 = Instance.new("SpecialMesh")
  3821. o143 = Instance.new("Part")
  3822. o144 = Instance.new("CylinderMesh")
  3823. o145 = Instance.new("Part")
  3824. o146 = Instance.new("CylinderMesh")
  3825. o147 = Instance.new("Part")
  3826. o148 = Instance.new("SpecialMesh")
  3827. o149 = Instance.new("Part")
  3828. o150 = Instance.new("BlockMesh")
  3829. o151 = Instance.new("Part")
  3830. o152 = Instance.new("SpecialMesh")
  3831. o153 = Instance.new("Part")
  3832. o154 = Instance.new("BlockMesh")
  3833. o155 = Instance.new("Part")
  3834. o156 = Instance.new("BlockMesh")
  3835. o157 = Instance.new("Part")
  3836. o158 = Instance.new("CylinderMesh")
  3837. o159 = Instance.new("Part")
  3838. o160 = Instance.new("BlockMesh")
  3839. o161 = Instance.new("Part")
  3840. o162 = Instance.new("BlockMesh")
  3841. o163 = Instance.new("Part")
  3842. o164 = Instance.new("SpecialMesh")
  3843. o165 = Instance.new("Part")
  3844. o166 = Instance.new("SpecialMesh")
  3845. o167 = Instance.new("Part")
  3846. o168 = Instance.new("BlockMesh")
  3847. o169 = Instance.new("Part")
  3848. o170 = Instance.new("BlockMesh")
  3849. o171 = Instance.new("Part")
  3850. o172 = Instance.new("BlockMesh")
  3851. o173 = Instance.new("Part")
  3852. o174 = Instance.new("CylinderMesh")
  3853. o175 = Instance.new("Part")
  3854. o176 = Instance.new("SpecialMesh")
  3855. o1.Name = "M4A1"
  3856. o1.GripForward = Vector3.new(-0.252553493, -0, -0.967582941)
  3857. o1.GripPos = Vector3.new(0, -0.300000012, 0.300000012)
  3858. o1.GripRight = Vector3.new(0.967582941, 0, -0.252553493)
  3859. o2.Name = "BackupWeld"
  3860. o2.Parent = o1
  3861. table.insert(cors,coroutine.create(function()
  3862. wait()
  3863. GGNORE(function()
  3864. function Weld(x,y)
  3865. local W = Instance.new("Weld")
  3866. W.Part0 = x
  3867. W.Part1 = y
  3868. local CJ = CFrame.new(x.Position)
  3869. local C0 = x.CFrame:inverse()*CJ
  3870. local C1 = y.CFrame:inverse()*CJ
  3871. W.C0 = C0
  3872. W.C1 = C1
  3873. W.Parent = x
  3874. end
  3875.  
  3876. function Get(A)
  3877. if A.className == "Part" then
  3878. Weld(script.Parent.Handle, A)
  3879. A.Anchored = false
  3880. else
  3881. local C = A:GetChildren()
  3882. for i=1, #C do
  3883. Get(C[i])
  3884. end
  3885. end
  3886. end
  3887.  
  3888. function Finale()
  3889. Get(script.Parent)
  3890. end
  3891.  
  3892. script.Parent.Equipped:connect(Finale)
  3893. script.Parent.Unequipped:connect(Finale)
  3894. Finale()
  3895. end,o2)
  3896. end))
  3897. o3.Name = "BackupWeld"
  3898. o3.Parent = o1
  3899. table.insert(cors,coroutine.create(function()
  3900. wait()
  3901. GGNORE(function()
  3902. function Weld(x,y)
  3903. local W = Instance.new("Weld")
  3904. W.Part0 = x
  3905. W.Part1 = y
  3906. local CJ = CFrame.new(x.Position)
  3907. local C0 = x.CFrame:inverse()*CJ
  3908. local C1 = y.CFrame:inverse()*CJ
  3909. W.C0 = C0
  3910. W.C1 = C1
  3911. W.Parent = x
  3912. end
  3913.  
  3914. function Get(A)
  3915. if A.className == "Part" then
  3916. Weld(script.Parent.Handle, A)
  3917. A.Anchored = false
  3918. else
  3919. local C = A:GetChildren()
  3920. for i=1, #C do
  3921. Get(C[i])
  3922. end
  3923. end
  3924. end
  3925.  
  3926. function Finale()
  3927. Get(script.Parent)
  3928. end
  3929.  
  3930. script.Parent.Equipped:connect(Finale)
  3931. script.Parent.Unequipped:connect(Finale)
  3932. Finale()
  3933. end,o3)
  3934. end))
  3935. o4.Name = "Ammo"
  3936. o4.Parent = o1
  3937. o4.Value = 30
  3938. o5.Name = "GuiScript"
  3939. o5.Parent = o1
  3940. table.insert(cors,coroutine.create(function()
  3941. wait()
  3942. GGNORE(function()
  3943. -- Thanks for SonicUnleashedXY & Manofthelol for this script.
  3944. -- To remove the orginial script just go into shooter & right at the bottem you will see something like this:
  3945. -- script.Parent.Tool.Name = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  3946. -- Remove only that & add this to the tool.
  3947. -- Remember this was designed for Manofthelol weapons so any other weapons might not work.
  3948. -- You have no permission to repubish this in you model even if it edited.
  3949. -- If your found then you will be ban from my place.
  3950.  
  3951. local Tool = script.Parent
  3952. local Ammo = Tool.Ammo
  3953. local MaxAmmo = Ammo.Value
  3954.  
  3955. local vPlayer
  3956. local Gui
  3957. local Text
  3958.  
  3959. function onChanged(value)
  3960. if value == "Value" or value == Ammo.Value then
  3961. if Gui ~= nil and Text ~= nil then
  3962. if Ammo.Value >= 1 then
  3963. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  3964. elseif math.floor(Ammo.Value) == 0 then
  3965. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  3966. elseif Ammo.Value < 0 then
  3967. for i = 0, 1, 0.03 / 2 do
  3968. local Num = math.floor(i * MaxAmmo + 0.5)
  3969.  
  3970. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  3971. wait()
  3972. end
  3973. end
  3974. end
  3975. end
  3976. end
  3977.  
  3978. function on2Changed()
  3979. if Gui ~= nil and Text ~= nil then
  3980.  
  3981. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  3982. wait()
  3983. end
  3984. end
  3985.  
  3986. function setUpGui()
  3987. if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
  3988. return
  3989. end
  3990.  
  3991. Gui = Instance.new("ScreenGui")
  3992. Text = Instance.new("TextLabel")
  3993.  
  3994. Gui.Name = "DEDisplay"
  3995. Gui.Parent = vPlayer.PlayerGui
  3996.  
  3997. Text.BackgroundColor3 = BrickColor.Black().Color
  3998. Text.BackgroundTransparency = 1
  3999. Text.BorderColor3 = BrickColor.White().Color
  4000. Text.BorderSizePixel = 0
  4001. Text.Name = "Ammo"
  4002. Text.Parent = Gui
  4003. Text.Position = UDim2.new(0.15, 0, 0.825, 0)
  4004. Text.Size = UDim2.new(0, -60, 0, 64)
  4005. Text.FontSize = "Size18"
  4006. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  4007. Text.TextColor3 = BrickColor.White().Color
  4008. end
  4009.  
  4010. function onEquippedLocal(mouse)
  4011. vPlayer = game.Players.LocalPlayer
  4012.  
  4013. setUpGui()
  4014. end
  4015.  
  4016. function onUnequippedLocal(mouse)
  4017. if Gui then
  4018. Gui:remove()
  4019. end
  4020.  
  4021. Gui = nil
  4022. Text = nil
  4023. vPlayer = nil
  4024. end
  4025.  
  4026. Tool.Equipped:connect(onEquippedLocal)
  4027. Tool.Unequipped:connect(onUnequippedLocal)
  4028.  
  4029. Ammo.Changed:connect(onChanged)
  4030. Tool.StoredAmmo.Changed:connect(on2Changed)
  4031. end,o5)
  4032. end))
  4033. o6.Name = "MaxAmmo"
  4034. o6.Parent = o1
  4035. o6.Value = 30
  4036. o7.Name = "Recoil"
  4037. o7.Parent = o1
  4038. o7.Value = 3
  4039. o8.Parent = o7
  4040. o9.Name = "StoredAmmo"
  4041. o9.Parent = o1
  4042. o9.Value = 200
  4043. o10.Name = "GuiScript(backup)"
  4044. o10.Parent = o1
  4045. table.insert(cors,coroutine.create(function()
  4046. wait()
  4047. GGNORE(function()
  4048.  
  4049. local Tool = script.Parent
  4050. local Ammo = Tool.Ammo
  4051. local MaxAmmo = Ammo.Value
  4052.  
  4053. local vPlayer
  4054. local Gui
  4055. local Text
  4056.  
  4057. function onChanged(value)
  4058. if value == "Value" or value == Ammo.Value then
  4059. if Gui ~= nil and Text ~= nil then
  4060. if Ammo.Value >= 1 then
  4061. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  4062. elseif math.floor(Ammo.Value) == 0 then
  4063. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  4064. elseif Ammo.Value < 0 then
  4065. for i = 0, 1, 0.03 / 2 do
  4066. local Num = math.floor(i * MaxAmmo + 0.5)
  4067.  
  4068. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  4069. wait()
  4070. end
  4071. end
  4072. end
  4073. end
  4074. end
  4075.  
  4076. function on2Changed()
  4077. if Gui ~= nil and Text ~= nil then
  4078.  
  4079. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  4080. wait()
  4081. end
  4082. end
  4083.  
  4084. function setUpGui()
  4085. if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
  4086. return
  4087. end
  4088.  
  4089. Gui = Instance.new("ScreenGui")
  4090. Text = Instance.new("TextLabel")
  4091.  
  4092. Gui.Name = "DEDisplay"
  4093. Gui.Parent = vPlayer.PlayerGui
  4094.  
  4095. Text.BackgroundColor3 = BrickColor.Black().Color
  4096. Text.BackgroundTransparency = 1
  4097. Text.BorderColor3 = BrickColor.White().Color
  4098. Text.BorderSizePixel = 0
  4099. Text.Name = "Ammo"
  4100. Text.Parent = Gui
  4101. Text.Position = UDim2.new(0.15, 0, 0.825, 0)
  4102. Text.Size = UDim2.new(0, -60, 0, 64)
  4103. Text.FontSize = "Size18"
  4104. Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value..""
  4105. Text.TextColor3 = BrickColor.White().Color
  4106. end
  4107.  
  4108. function onEquippedLocal(mouse)
  4109. vPlayer = game.Players.LocalPlayer
  4110.  
  4111. setUpGui()
  4112. end
  4113.  
  4114. function onUnequippedLocal(mouse)
  4115. if Gui then
  4116. Gui:remove()
  4117. end
  4118.  
  4119. Gui = nil
  4120. Text = nil
  4121. vPlayer = nil
  4122. end
  4123.  
  4124. Tool.Equipped:connect(onEquippedLocal)
  4125. Tool.Unequipped:connect(onUnequippedLocal)
  4126.  
  4127. Ammo.Changed:connect(onChanged)
  4128. Tool.StoredAmmo.Changed:connect(on2Changed)
  4129. end,o10)
  4130. end))
  4131. o11.Name = "VAL"
  4132. o11.Parent = o1
  4133. o12.Name = "Shooter"
  4134. o12.Parent = o1
  4135. table.insert(cors,coroutine.create(function()
  4136. wait()
  4137. GGNORE(function()
  4138. Tool = script.Parent
  4139.  
  4140. local arms = nil
  4141. local torso = nil
  4142. local weld33 = nil -- right arm
  4143. local weld55 = nil -- left arm
  4144. local welds = {}
  4145. local reloading = false
  4146. local firing = false
  4147. local canreload = true
  4148. local canshoot = true
  4149. local damage = 20
  4150.  
  4151. function ReloadSequence() -- this will be a pain in my blocky butt.
  4152. wait(.01)
  4153. Tool.Mag.Transparency = 1
  4154. local mag = Tool.Mag:clone()
  4155. mag.Parent = game.Workspace
  4156. mag.CanCollide = false
  4157. mag.Transparency = 0
  4158. Tool.Mag2.Transparency = 1
  4159. local mag = Tool.Mag2:clone()
  4160. mag.Parent = game.Workspace
  4161. mag.CanCollide = false
  4162. mag.Transparency = 0
  4163. Tool.Handle.M1:play()
  4164. wait(.15)
  4165. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-92), math.rad(-15), 0.05)
  4166. weld55.C1 = CFrame.new(-0.45, 1, 1.1) * CFrame.fromEulerAnglesXYZ(math.rad(315), -0.1, math.rad(-87))
  4167. wait(.01)
  4168. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-15), 0.1)
  4169. weld55.C1 = CFrame.new(-0.45, 0.8, 1) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.2, math.rad(-84))
  4170. wait(.01)
  4171. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.3, math.rad(-81))
  4172. wait(.01)
  4173. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.4, math.rad(-78))
  4174. wait(.01)
  4175. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.5, math.rad(-75))
  4176. wait(.01)
  4177. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.6, math.rad(-72))
  4178. wait(.2)
  4179. Tool.Mag.Transparency = 0
  4180. Tool.Mag2.Transparency = 0
  4181. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.6, 0)
  4182. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.66, 0.15)
  4183. wait(.01)
  4184. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.5, math.rad(-75))
  4185. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.5, 0)
  4186. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.55, 0.125)
  4187. wait(.01)
  4188. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.4, math.rad(-78))
  4189. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.4, 0)
  4190. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.44, 0.1)
  4191. wait(.01)
  4192. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.3, math.rad(-81))
  4193. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.3, 0)
  4194. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.33, 0.075)
  4195. wait(.01)
  4196. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.2, math.rad(-84))
  4197. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.2, 0)
  4198. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.22, 0.05)
  4199. wait(.3)
  4200. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.1, math.rad(-87))
  4201. Tool.Mag.Mesh.Offset = Vector3.new(0, -0.1, 0)
  4202. Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.11, 0.025)
  4203. wait(.01)
  4204. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0, math.rad(-90))
  4205. Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0)
  4206. Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0)
  4207. Tool.Handle.M2:play()
  4208. wait(.03)
  4209. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.1, math.rad(-87))
  4210. wait(.03)
  4211. weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0, math.rad(-90))
  4212. wait(.2)
  4213. weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0.075, math.rad(-90))
  4214. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0.1)
  4215. wait(.03)
  4216. weld55.C1 = CFrame.new(-0.35, 0.8, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.15, math.rad(-90))
  4217. weld33.C1 = CFrame.new(-0.75, -0.3, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  4218. wait(.03)
  4219. weld55.C1 = CFrame.new(-0.35, 0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.225, math.rad(-90))
  4220. weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
  4221. wait(.03)
  4222. weld55.C1 = CFrame.new(-0.35, 0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.225, math.rad(-90))
  4223. weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
  4224. wait(.03)
  4225. weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
  4226. wait(.3)
  4227. Tool.Handle.M3:play()
  4228. weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
  4229. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0.1)
  4230. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0.1)
  4231. wait(.02)
  4232. weld55.C1 = CFrame.new(-0.35, 0.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.3, math.rad(-90))
  4233. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0)
  4234. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0)
  4235. wait(.02)
  4236. weld33.C1 = CFrame.new(-0.75, -0.25, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
  4237. weld55.C1 = CFrame.new(-0.35, 0.7, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0.15, math.rad(-90))
  4238. wait(.02)
  4239. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  4240. weld55.C1 = CFrame.new(-0.35, 1.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0, math.rad(-90))
  4241. end
  4242.  
  4243. function Reload()
  4244. if script.Parent.Ammo.Value < script.Parent.MaxAmmo.Value and reloading == false and script.Parent.StoredAmmo.Value >= 1 then
  4245. reloading = true
  4246. script.Parent.Ammo.Value = 0
  4247. ReloadSequence()
  4248. if script.Parent.StoredAmmo.Value >= script.Parent.MaxAmmo.Value then
  4249. script.Parent.Ammo.Value = script.Parent.MaxAmmo.Value
  4250. script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value - script.Parent.MaxAmmo.Value
  4251. script.Parent.Recoil.Value = 5
  4252. elseif script.Parent.StoredAmmo.Value < script.Parent.MaxAmmo.Value and script.Parent.StoredAmmo.Value >= 1 then
  4253. script.Parent.Ammo.Value = script.Parent.StoredAmmo.Value
  4254. script.Parent.StoredAmmo.Value = 0
  4255. script.Parent.Recoil.Value = 5
  4256. end
  4257. reloading = false
  4258. end
  4259. end
  4260.  
  4261. function Takeout()
  4262. wait(.01)
  4263. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0)
  4264. weld55.C1 = CFrame.new(-0.48, 0.9, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  4265. wait(.3)
  4266. weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90))
  4267. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0.1)
  4268. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0.1)
  4269. wait(.4)
  4270. Tool.Handle.M3:play()
  4271. weld55.C1 = CFrame.new(-0.35, 0.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.3, math.rad(-90))
  4272. Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0)
  4273. Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0)
  4274. wait(.2)
  4275. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-87), math.rad(-15), 0)
  4276. weld55.C1 = CFrame.new(-0.46, 1.05, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  4277. wait(.01)
  4278. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  4279. weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  4280. end
  4281.  
  4282. function Equip(mouse)
  4283. wait(0.01)
  4284. arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
  4285. torso = Tool.Parent:FindFirstChild("Torso")
  4286. if arms ~= nil and torso ~= nil then
  4287. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  4288. if sh ~= nil then
  4289. local yes = true
  4290. if yes then
  4291. yes = false
  4292. sh[1].Part1 = nil
  4293. sh[2].Part1 = nil
  4294. falsearm1 = arms[1]:clone()
  4295. local mesh1 = Instance.new("BlockMesh")
  4296. mesh1.Scale = Vector3.new(.9,.9,.9)
  4297. mesh1.Parent = falsearm1
  4298. local armweld1 = Instance.new("Weld")
  4299. falsearm1.BrickColor = BrickColor.new(26)
  4300. falsearm1.Parent = Tool
  4301. armweld1.Parent = falsearm1
  4302. armweld1.Part0 = falsearm1
  4303. armweld1.Part1 = arms[1]
  4304. falsearm2 = arms[2]:clone()
  4305. local mesh2 = Instance.new("BlockMesh")
  4306. mesh2.Scale = Vector3.new(.9,.9,.9)
  4307. mesh2.Parent = falsearm2
  4308. local armweld2 = Instance.new("Weld")
  4309. falsearm2.BrickColor = BrickColor.new(26)
  4310. falsearm2.Parent = Tool
  4311. armweld2.Parent = falsearm2
  4312. armweld2.Part0 = falsearm2
  4313. armweld2.Part1 = arms[2]
  4314. local weld1 = Instance.new("Weld") -- left arm
  4315. weld55 = weld1
  4316. weld1.Part0 = torso
  4317. weld1.Parent = torso
  4318. weld1.Part1 = arms[1]
  4319. weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  4320. welds[1] = weld1
  4321. local weld2 = Instance.new("Weld") -- right arm
  4322. weld33 = weld2
  4323. weld2.Part0 = torso
  4324. weld2.Parent = torso
  4325. weld2.Part1 = arms[2]
  4326. weld2.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  4327. welds[2] = weld2
  4328. Takeout()
  4329. end
  4330. else
  4331. print("sh")
  4332. end
  4333. else
  4334. print("arms")
  4335. end
  4336. end
  4337.  
  4338. local legs = nil
  4339. local torso2 = nil
  4340. local welds2 = {}
  4341. local bodyforce = nil
  4342.  
  4343. function Unequip(mouse)
  4344. if arms ~= nil and torso ~= nil then
  4345. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  4346. if sh ~= nil then
  4347. local yes = true
  4348. if yes then
  4349. yes = false
  4350. sh[1].Part1 = arms[1]
  4351. sh[2].Part1 = arms[2]
  4352. welds[1].Parent = nil
  4353. welds[2].Parent = nil
  4354. falsearm1:remove()
  4355. falsearm2:remove()
  4356. end
  4357. else
  4358. print("sh")
  4359. end
  4360. else
  4361. print("arms")
  4362. end
  4363. end
  4364.  
  4365. function fire(v)
  4366. p = script.Parent.VAL
  4367. if p.Value == 0 then
  4368. Tool.Handle.Fire:play()
  4369. p.Value = p.Value + 1
  4370. elseif p.Value == 1 then
  4371. Tool.Handle.Fire2:play()
  4372. p.Value = p.Value + 1
  4373. else
  4374. Tool.Handle.Fire3:play()
  4375. p.Value = 0
  4376. end
  4377.  
  4378.  
  4379. local vCharacter = Tool.Parent
  4380. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  4381.  
  4382. local missile = Instance.new("Part")
  4383.  
  4384.  
  4385.  
  4386. local spawnPos = o1.Flash.Position
  4387.  
  4388.  
  4389.  
  4390. spawnPos = spawnPos + (v * 8)
  4391.  
  4392. missile.Position = spawnPos
  4393. missile.Size = Vector3.new(1,1,1)
  4394. missile.Velocity = v * 600
  4395. missile.BrickColor = BrickColor.new(26)
  4396. missile.Shape = 0
  4397. missile.BottomSurface = 0
  4398. missile.TopSurface = 0
  4399. missile.Name = "Bullet"
  4400. missile.Elasticity = 0
  4401. missile.Reflectance = 0
  4402. missile.Friction = .9
  4403. missile.CanCollide = false
  4404.  
  4405. local force = Instance.new("BodyForce")
  4406. force.force = Vector3.new(0,missile:getMass() * 196,0)
  4407. force.Parent = missile
  4408.  
  4409. local mesh = Instance.new("SpecialMesh")
  4410. mesh.Scale = Vector3.new(.01,.01,.01)
  4411. mesh.MeshType = "Sphere"
  4412. mesh.Parent = missile
  4413.  
  4414. function onTouched(part)
  4415. local h = part.Parent:findFirstChild("Humanoid")
  4416. if h~=nil then
  4417. h.Health = h.Health -100
  4418. wait(.01)
  4419. h.Health = h.Health -100
  4420. wait(.01)
  4421.  
  4422. end
  4423. end
  4424.  
  4425. missile.Touched:connect(onTouched)
  4426.  
  4427. local creator_tag = Instance.new("ObjectValue")
  4428. creator_tag.Value = vPlayer
  4429. creator_tag.Name = "creator"
  4430. creator_tag.Parent = missile
  4431.  
  4432.  
  4433.  
  4434. missile.Parent = game.Workspace
  4435.  
  4436. cam = game.Workspace.CurrentCamera
  4437. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  4438. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  4439. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0)
  4440. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  4441. weld33.C1 = CFrame.new(-0.75, -0.5, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  4442. weld55.C1 = CFrame.new(-0.45, 1.07, 1.12) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  4443. Tool.Flash.Mesh.Scale = Vector3.new(1.9, 2, 2.2)
  4444. Tool.Flash.Transparency = .3
  4445. Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  4446. Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
  4447. wait()
  4448. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  4449. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  4450. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(-0.01, -0.01, 0)
  4451. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  4452. weld33.C1 = CFrame.new(-0.75, -0.45, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  4453. weld55.C1 = CFrame.new(-0.45, 1.14, 1.16) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  4454. Tool.Flash.Mesh.Scale = Vector3.new(1.5, 2, 1.8)
  4455. Tool.Flash.Transparency = .8
  4456. Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  4457. Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
  4458. wait()
  4459. local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p
  4460. local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude
  4461. local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0)
  4462. cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
  4463. weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  4464. weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90))
  4465. Tool.Flash.Transparency = 1
  4466. Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0)
  4467. Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0)
  4468. end
  4469.  
  4470. function KeyDownFunctions(key)
  4471. if key == "r" then
  4472. Reload()
  4473. end
  4474. end
  4475.  
  4476. Tool.Enabled = true
  4477. function onActivated()
  4478.  
  4479. if not Tool.Enabled then
  4480. return
  4481. end
  4482.  
  4483. Tool.Enabled = false
  4484.  
  4485. local character = Tool.Parent;
  4486. local humanoid = character.Humanoid
  4487. if humanoid == nil then
  4488. print("Humanoid not found")
  4489. return
  4490. end
  4491. local ammo = script.Parent.Ammo
  4492. local maxammo = script.Parent.MaxAmmo
  4493. firing = true
  4494. while firing == true do
  4495. if reloading == false and humanoid.Health >= 1 then
  4496. if ammo.Value >= 1 then
  4497. ammo.Value = ammo.Value - 1
  4498. local targetPos = humanoid.TargetPoint
  4499. local lookAt = (targetPos - character.Head.Position).unit
  4500. if script.Parent.Recoil.Value < 10 then
  4501. script.Parent.Recoil.Value = script.Parent.Recoil.Value + 1
  4502. end
  4503. fire(lookAt)
  4504. else
  4505. Reload()
  4506. break
  4507. end
  4508. elseif reloading == false and humanoid.Health < 1 then
  4509. Tool:remove()
  4510. end
  4511. end
  4512. Tool.Enabled = true
  4513. end
  4514.  
  4515. function nofiar(mouse)
  4516. firing = false
  4517. end
  4518.  
  4519. function onEquippedLocal(mouse)
  4520.  
  4521. if mouse == nil then
  4522. print("Mouse not found")
  4523. return
  4524. end
  4525.  
  4526. mouse.Icon = "http://www.roblox.com/asset/?id=2966012"
  4527. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  4528. mouse.Button1Up:connect(function() nofiar(mouse) end)
  4529. mouse.KeyDown:connect(KeyDownFunctions)
  4530. while true do
  4531. wait()
  4532. end
  4533. end
  4534.  
  4535.  
  4536. Tool.Equipped:connect(onEquippedLocal)
  4537.  
  4538.  
  4539. script.Parent.Activated:connect(onActivated)
  4540. Tool.Equipped:connect(Equip)
  4541. Tool.Unequipped:connect(Unequip)
  4542. end,o12)
  4543. end))
  4544. o13.Parent = o1
  4545. o14.Name = "ZoomScript"
  4546. o14.Parent = o1
  4547. g = game.workspace.Camera.CameraType
  4548. o15.Name = "ZoomedIn"
  4549. o15.Parent = o1
  4550. o16.Parent = o1
  4551. o16.Material = Enum.Material.SmoothPlastic
  4552. o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4553. o16.Position = Vector3.new(-47.0289497, 2.03901005, -23.0169888)
  4554. o16.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  4555. o16.Anchored = true
  4556. o16.FormFactor = Enum.FormFactor.Custom
  4557. o16.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
  4558. o16.CFrame = CFrame.new(-47.0289497, 2.03901005, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  4559. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4560. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4561. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4562. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4563. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4564. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4565. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4566. o17.Parent = o16
  4567. o17.Scale = Vector3.new(0.75, 1, 0.149999991)
  4568. o18.Parent = o1
  4569. o18.Material = Enum.Material.SmoothPlastic
  4570. o18.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4571. o18.Position = Vector3.new(-46.5669594, 2.16499996, -23.0169888)
  4572. o18.Rotation = Vector3.new(0.367277682, -89.7451248, 174.289368)
  4573. o18.Anchored = true
  4574. o18.FormFactor = Enum.FormFactor.Custom
  4575. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.540000021)
  4576. o18.CFrame = CFrame.new(-46.5669594, 2.16499996, -23.0169888, -1.49008656e-007, -1.49009685e-008, -0.999990106, -4.37109797e-008, 0.999995053, -1.49009614e-008, 1, 4.37109478e-008, 2.32453681e-006)
  4577. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4578. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4579. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4580. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4581. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4582. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4583. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4584. o19.Parent = o18
  4585. o19.Offset = Vector3.new(0, 0, 0.00300000003)
  4586. o19.Scale = Vector3.new(0.450000018, 0.900000036, 1)
  4587. o20.Name = "A2"
  4588. o20.Parent = o1
  4589. o20.Material = Enum.Material.SmoothPlastic
  4590. o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4591. o20.Position = Vector3.new(-45.7209969, 2.44980097, -23.0169888)
  4592. o20.Rotation = Vector3.new(6.1066652e-013, 90, 0)
  4593. o20.Anchored = true
  4594. o20.FormFactor = Enum.FormFactor.Custom
  4595. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4596. o20.CFrame = CFrame.new(-45.7209969, 2.44980097, -23.0169888, 8.94049208e-008, -2.66461657e-015, 1, 1.0658141e-014, 1, 2.66460302e-015, -1, 1.06581139e-014, 8.94049208e-008)
  4597. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4598. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4599. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4600. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4601. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4602. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4603. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4604. o21.Parent = o20
  4605. o21.Scale = Vector3.new(0.450000018, 0.149999991, 1.19999993)
  4606. o22.Parent = o1
  4607. o22.Material = Enum.Material.SmoothPlastic
  4608. o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4609. o22.Position = Vector3.new(-45.6399918, 2.36968803, -23.0100002)
  4610. o22.Rotation = Vector3.new(-0, -90, 0)
  4611. o22.Anchored = true
  4612. o22.FormFactor = Enum.FormFactor.Custom
  4613. o22.Size = Vector3.new(0.209999993, 0.360000014, 0.200000003)
  4614. o22.CFrame = CFrame.new(-45.6399918, 2.36968803, -23.0100002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4615. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4616. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4617. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4618. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4619. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4620. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4621. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4622. o23.Parent = o22
  4623. o23.Scale = Vector3.new(1, 1, 0.599999964)
  4624. o24.Parent = o1
  4625. o24.Material = Enum.Material.SmoothPlastic
  4626. o24.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4627. o24.Position = Vector3.new(-46.5279694, 2.29995394, -23.0169888)
  4628. o24.Rotation = Vector3.new(-3.17548106e-011, 0.000271500176, 90)
  4629. o24.Anchored = true
  4630. o24.FormFactor = Enum.FormFactor.Custom
  4631. o24.Size = Vector3.new(0.200000003, 0.972000062, 0.270000011)
  4632. o24.CFrame = CFrame.new(-46.5279694, 2.29995394, -23.0169888, -4.44097341e-015, -1, 4.73857199e-006, 1, -4.43833067e-015, 5.5422599e-013, -5.54226044e-013, 4.73857199e-006, 1)
  4633. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4634. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4635. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4636. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4637. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4638. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4639. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4640. o25.Parent = o24
  4641. o25.Scale = Vector3.new(1.19999993, 1, 1.60000002)
  4642. o26.Name = "Handle"
  4643. o26.Parent = o1
  4644. o26.Material = Enum.Material.SmoothPlastic
  4645. o26.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4646. o26.Position = Vector3.new(-45.2919655, 1.92951596, -23.0169888)
  4647. o26.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  4648. o26.Anchored = true
  4649. o26.FormFactor = Enum.FormFactor.Custom
  4650. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4651. o26.CFrame = CFrame.new(-45.2919655, 1.92951596, -23.0169888, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  4652. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4653. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4654. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4655. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4656. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4657. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4658. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4659. o27.Parent = o26
  4660. o27.Offset = Vector3.new(0, 0, 0.00900000054)
  4661. o27.Scale = Vector3.new(0.450000018, 0.450000018, 0.225000009)
  4662. o28.Name = "Fire3"
  4663. o28.Parent = o26
  4664. o28.Pitch = 1.2999999523163
  4665. o28.SoundId = "rbxassetid://137983646"
  4666. o28.Volume = 5
  4667. o29.Name = "M1"
  4668. o29.Parent = o26
  4669. o29.Pitch = 1.2000000476837
  4670. o29.SoundId = "rbxassetid://147323220"
  4671. o29.Volume = 1
  4672. o29.PlayOnRemove = true
  4673. o30.Name = "M2"
  4674. o30.Parent = o26
  4675. o30.SoundId = "rbxassetid://0"
  4676. o30.Volume = 1
  4677. o30.PlayOnRemove = true
  4678. o31.Name = "M3"
  4679. o31.Parent = o26
  4680. o31.Pitch = 1.1000000238419
  4681. o31.SoundId = "rbxassetid://152206337"
  4682. o31.Volume = 1
  4683. o31.PlayOnRemove = true
  4684. o32.Name = "Fire"
  4685. o32.Parent = o26
  4686. o32.Pitch = 1.2999999523163
  4687. o32.SoundId = "rbxassetid://137983646"
  4688. o32.Volume = 5
  4689. o33.Name = "Fire2"
  4690. o33.Parent = o26
  4691. o33.Pitch = 1.2999999523163
  4692. o33.SoundId = "rbxassetid://137983646"
  4693. o33.Volume = 5
  4694. o35.Name = "A3"
  4695. o35.Parent = o1
  4696. o35.Material = Enum.Material.SmoothPlastic
  4697. o35.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4698. o35.Position = Vector3.new(-45.7959862, 2.44980097, -23.0169888)
  4699. o35.Rotation = Vector3.new(6.1066652e-013, 90, 0)
  4700. o35.Anchored = true
  4701. o35.FormFactor = Enum.FormFactor.Custom
  4702. o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4703. o35.CFrame = CFrame.new(-45.7959862, 2.44980097, -23.0169888, 8.94049208e-008, -2.66461657e-015, 1, 1.0658141e-014, 1, 2.66460302e-015, -1, 1.06581139e-014, 8.94049208e-008)
  4704. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4705. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4706. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4707. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4708. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4709. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4710. o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4711. o36.Parent = o35
  4712. o36.Scale = Vector3.new(1.5, 0.225000009, 0.450000018)
  4713. o37.Name = "Flash"
  4714. o37.Parent = o1
  4715. o37.Material = Enum.Material.SmoothPlastic
  4716. o37.BrickColor = BrickColor.new("Bright orange")
  4717. o37.Transparency = 1
  4718. o37.Position = Vector3.new(-41.6767159, 2.32680488, -23.017004)
  4719. o37.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
  4720. o37.Anchored = true
  4721. o37.FormFactor = Enum.FormFactor.Custom
  4722. o37.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  4723. o37.CFrame = CFrame.new(-41.6767159, 2.32680488, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014)
  4724. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4725. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4726. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4727. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4728. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4729. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4730. o37.Color = Color3.new(0.854902, 0.521569, 0.254902)
  4731. o38.Parent = o37
  4732. o38.Scale = Vector3.new(1.5, 2, 1.80000007)
  4733. o38.MeshType = Enum.MeshType.Sphere
  4734. o39.Name = "Mag"
  4735. o39.Parent = o1
  4736. o39.Material = Enum.Material.SmoothPlastic
  4737. o39.BrickColor = BrickColor.new("Dark stone grey")
  4738. o39.Position = Vector3.new(-44.8005791, 1.51697195, -23.0169888)
  4739. o39.Rotation = Vector3.new(90.0000305, -71.0001678, 90.0000305)
  4740. o39.Anchored = true
  4741. o39.FormFactor = Enum.FormFactor.Custom
  4742. o39.Size = Vector3.new(0.200000003, 0.239999995, 0.419999987)
  4743. o39.CFrame = CFrame.new(-44.8005791, 1.51697195, -23.0169888, -1.78810069e-007, -0.325565368, -0.945519507, 3.5527147e-014, 0.945519507, -0.325565368, 1, -5.82144608e-008, -1.69068741e-007)
  4744. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4745. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4746. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4747. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4748. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4749. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4750. o39.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4751. o40.Parent = o39
  4752. o40.Scale = Vector3.new(0.900000036, 1.62, 1)
  4753. o41.Name = "Mag2"
  4754. o41.Parent = o1
  4755. o41.Material = Enum.Material.SmoothPlastic
  4756. o41.BrickColor = BrickColor.new("Dark stone grey")
  4757. o41.Position = Vector3.new(-44.8972816, 1.93139601, -23.0169888)
  4758. o41.Rotation = Vector3.new(90.0000687, -81.0000992, 90.0000687)
  4759. o41.Anchored = true
  4760. o41.FormFactor = Enum.FormFactor.Custom
  4761. o41.Size = Vector3.new(0.200000003, 0.449999988, 0.419999987)
  4762. o41.CFrame = CFrame.new(-44.8972816, 1.93139601, -23.0169888, -1.78810296e-007, -0.156433001, -0.987688601, -2.48689856e-014, 0.987688541, -0.156433001, 1, -2.79718186e-008, -1.76608907e-007)
  4763. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4764. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4765. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4766. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4767. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4768. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4769. o41.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4770. o42.Parent = o41
  4771. o42.Scale = Vector3.new(0.900000036, 1.20000005, 1)
  4772. o43.Parent = o1
  4773. o43.Material = Enum.Material.SmoothPlastic
  4774. o43.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4775. o43.Position = Vector3.new(-45.621994, 2.13499188, -23.0169888)
  4776. o43.Rotation = Vector3.new(-180, 90, 0)
  4777. o43.Anchored = true
  4778. o43.FormFactor = Enum.FormFactor.Custom
  4779. o43.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  4780. o43.CFrame = CFrame.new(-45.621994, 2.13499188, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
  4781. o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4782. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4783. o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4784. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4785. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4786. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4787. o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4788. o44.Parent = o43
  4789. o44.Scale = Vector3.new(1, 0.149999991, 0.149999991)
  4790. o45.Parent = o1
  4791. o45.Material = Enum.Material.SmoothPlastic
  4792. o45.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4793. o45.Position = Vector3.new(-45.6999893, 2.19498205, -23.0199947)
  4794. o45.Rotation = Vector3.new(1.42488799e-012, -90, 0)
  4795. o45.Anchored = true
  4796. o45.FormFactor = Enum.FormFactor.Custom
  4797. o45.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  4798. o45.CFrame = CFrame.new(-45.6999893, 2.19498205, -23.0199947, -1.78810296e-007, -5.32926025e-015, -1, -2.48689856e-014, 1, -5.32926025e-015, 1, 2.48690025e-014, -1.78810296e-007)
  4799. o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4800. o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4801. o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4802. o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4803. o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4804. o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4805. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4806. o46.Parent = o45
  4807. o46.Scale = Vector3.new(1, 0.450000018, 0.900000036)
  4808. o47.Parent = o1
  4809. o47.Material = Enum.Material.SmoothPlastic
  4810. o47.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4811. o47.Position = Vector3.new(-45.4449959, 1.937011, -23.0199947)
  4812. o47.Rotation = Vector3.new(1.42488799e-012, -90, 0)
  4813. o47.Anchored = true
  4814. o47.FormFactor = Enum.FormFactor.Custom
  4815. o47.Size = Vector3.new(0.209999993, 0.200000003, 0.270000011)
  4816. o47.CFrame = CFrame.new(-45.4449959, 1.937011, -23.0199947, -1.78810296e-007, -1.49010191e-007, -1, -2.48689856e-014, 1, -1.49010191e-007, 1, -1.77557079e-015, -1.78810296e-007)
  4817. o47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4818. o47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4819. o47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4820. o47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4821. o47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4822. o47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4823. o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4824. o48.Parent = o47
  4825. o48.Offset = Vector3.new(0.00300000003, 0, 0)
  4826. o48.Scale = Vector3.new(1, 0.720000029, 1)
  4827. o49.Parent = o1
  4828. o49.Material = Enum.Material.SmoothPlastic
  4829. o49.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4830. o49.Position = Vector3.new(-45.4699135, 2.34168005, -22.886404)
  4831. o49.Rotation = Vector3.new(90, -4.32576189e-006, 75.0002823)
  4832. o49.Anchored = true
  4833. o49.FormFactor = Enum.FormFactor.Custom
  4834. o49.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  4835. o49.CFrame = CFrame.new(-45.4699135, 2.34168005, -22.886404, 0.258814394, -0.965927064, -7.54987894e-008, -1.95402148e-008, 7.29263192e-008, -1, 0.965927064, 0.258814394, -4.04779563e-014)
  4836. o49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4837. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4838. o49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4839. o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4840. o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4841. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4842. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4843. o50.Parent = o49
  4844. o50.Scale = Vector3.new(0.450000018, 1, 0.450000018)
  4845. o51.Parent = o1
  4846. o51.Material = Enum.Material.SmoothPlastic
  4847. o51.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4848. o51.Position = Vector3.new(-42.9219856, 2.32981491, -23.017004)
  4849. o51.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  4850. o51.Anchored = true
  4851. o51.FormFactor = Enum.FormFactor.Custom
  4852. o51.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
  4853. o51.CFrame = CFrame.new(-42.9219856, 2.32981491, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  4854. o51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4855. o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4856. o51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4857. o51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4858. o51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4859. o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4860. o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4861. o52.Parent = o51
  4862. o52.Scale = Vector3.new(1, 0.900000036, 0.50999999)
  4863. o53.Parent = o1
  4864. o53.Material = Enum.Material.SmoothPlastic
  4865. o53.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4866. o53.Position = Vector3.new(-42.32201, 2.33277702, -23.017004)
  4867. o53.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  4868. o53.Anchored = true
  4869. o53.FormFactor = Enum.FormFactor.Custom
  4870. o53.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
  4871. o53.CFrame = CFrame.new(-42.32201, 2.33277702, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  4872. o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4873. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4874. o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4875. o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4876. o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4877. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4878. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4879. o54.Parent = o53
  4880. o54.Scale = Vector3.new(1, 0.0749999955, 0.75)
  4881. o55.Parent = o1
  4882. o55.Material = Enum.Material.SmoothPlastic
  4883. o55.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4884. o55.Position = Vector3.new(-47.028965, 2.03898501, -22.9119778)
  4885. o55.Rotation = Vector3.new(180, -0.000269792567, 8.01008652e-012)
  4886. o55.Anchored = true
  4887. o55.FormFactor = Enum.FormFactor.Custom
  4888. o55.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
  4889. o55.CFrame = CFrame.new(-47.028965, 2.03898501, -22.9119778, 1, -1.39802381e-013, -4.70876876e-006, -1.3980497e-013, -1, -5.50673222e-013, -4.70876876e-006, 5.50673873e-013, -1)
  4890. o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4891. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4892. o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4893. o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4894. o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4895. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4896. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4897. o56.Parent = o55
  4898. o56.Scale = Vector3.new(0.149999991, 1, 0.299999982)
  4899. o56.MeshType = Enum.MeshType.Wedge
  4900. o57.Parent = o1
  4901. o57.Material = Enum.Material.SmoothPlastic
  4902. o57.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4903. o57.Position = Vector3.new(-45.6849937, 2.32968688, -23.0605068)
  4904. o57.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90)
  4905. o57.Anchored = true
  4906. o57.FormFactor = Enum.FormFactor.Custom
  4907. o57.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993)
  4908. o57.CFrame = CFrame.new(-45.6849937, 2.32968688, -23.0605068, -5.32916539e-015, -1, 4.76837431e-006, 1, -5.32649554e-015, 5.57778812e-013, -5.57778758e-013, 4.76837431e-006, 1)
  4909. o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4910. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4911. o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4912. o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4913. o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4914. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4915. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4916. o58.Parent = o57
  4917. o58.Scale = Vector3.new(1.1500001, 0.75, 1.04999995)
  4918. o59.Parent = o1
  4919. o59.Material = Enum.Material.SmoothPlastic
  4920. o59.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4921. o59.Position = Vector3.new(-47.025959, 2.28498602, -23.0169888)
  4922. o59.Rotation = Vector3.new(-1.62844304e-011, 0.000132276866, 90)
  4923. o59.Anchored = true
  4924. o59.FormFactor = Enum.FormFactor.Custom
  4925. o59.Size = Vector3.new(0.270000011, 0.200000003, 0.270000011)
  4926. o59.CFrame = CFrame.new(-47.025959, 2.28498602, -23.0169888, 2.9801889e-008, -0.999990106, 2.30866681e-006, 0.999995053, 2.9802111e-008, 2.84216932e-013, -7.14980538e-013, 4.78223637e-006, 1)
  4927. o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4928. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4929. o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4930. o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4931. o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4932. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4933. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4934. o60.Parent = o59
  4935. o60.Scale = Vector3.new(1, 0.180000007, 1)
  4936. o61.Parent = o1
  4937. o61.Material = Enum.Material.SmoothPlastic
  4938. o61.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4939. o61.Position = Vector3.new(-45.5949974, 2.06598401, -23.0169888)
  4940. o61.Rotation = Vector3.new(-180, 90, 0)
  4941. o61.Anchored = true
  4942. o61.FormFactor = Enum.FormFactor.Custom
  4943. o61.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  4944. o61.CFrame = CFrame.new(-45.5949974, 2.06598401, -23.0169888, -1.78810296e-007, 5.32926025e-015, 1, -2.48689856e-014, -1, 5.32926025e-015, 1, -2.48690025e-014, 1.78810296e-007)
  4945. o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4946. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4947. o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4948. o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4949. o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4950. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4951. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4952. o62.Parent = o61
  4953. o62.Scale = Vector3.new(1, 0.299999982, 0.149999991)
  4954. o62.MeshType = Enum.MeshType.Wedge
  4955. o63.Parent = o1
  4956. o63.Material = Enum.Material.SmoothPlastic
  4957. o63.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4958. o63.Position = Vector3.new(-45.701725, 2.34168005, -22.8242855)
  4959. o63.Rotation = Vector3.new(-2.31819899e-006, 15.000556, 90)
  4960. o63.Anchored = true
  4961. o63.FormFactor = Enum.FormFactor.Custom
  4962. o63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4963. o63.CFrame = CFrame.new(-45.701725, 2.34168005, -22.8242855, 6.37342268e-009, -0.965923309, 0.258828402, 1, 1.70705192e-008, 3.90814527e-008, -4.2168022e-008, 0.258828402, 0.965923309)
  4964. o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4965. o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4966. o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4967. o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4968. o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4969. o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4970. o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4971. o64.Parent = o63
  4972. o64.Scale = Vector3.new(0.337500006, 0.149999991, 0.337500006)
  4973. o65.Parent = o1
  4974. o65.Material = Enum.Material.SmoothPlastic
  4975. o65.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4976. o65.Position = Vector3.new(-44.6739845, 1.96097994, -23.017004)
  4977. o65.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924)
  4978. o65.Anchored = true
  4979. o65.FormFactor = Enum.FormFactor.Custom
  4980. o65.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  4981. o65.CFrame = CFrame.new(-44.6739845, 1.96097994, -23.017004, 1.49008656e-007, 1, -1.41107788e-013, 1.77635616e-014, -1.41107801e-013, -1, -1, 1.49008883e-007, -1.77636429e-014)
  4982. o65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4983. o65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4984. o65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4985. o65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4986. o65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4987. o65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4988. o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4989. o66.Parent = o65
  4990. o66.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  4991. o66.MeshType = Enum.MeshType.Wedge
  4992. o67.Parent = o1
  4993. o67.Material = Enum.Material.SmoothPlastic
  4994. o67.BrickColor = BrickColor.new(CUSTOMCOLOR)
  4995. o67.Position = Vector3.new(-42.6519814, 2.33281589, -23.017004)
  4996. o67.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  4997. o67.Anchored = true
  4998. o67.FormFactor = Enum.FormFactor.Custom
  4999. o67.Size = Vector3.new(0.270000011, 0.360000014, 0.200000003)
  5000. o67.CFrame = CFrame.new(-42.6519814, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  5001. o67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5002. o67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5003. o67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5004. o67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5005. o67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5006. o67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5007. o67.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5008. o68.Parent = o67
  5009. o68.Scale = Vector3.new(1, 1, 0.599999964)
  5010. o69.Parent = o1
  5011. o69.Material = Enum.Material.SmoothPlastic
  5012. o69.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5013. o69.Position = Vector3.new(-46.7319527, 1.99998295, -23.0169888)
  5014. o69.Rotation = Vector3.new(-180, -90, 0)
  5015. o69.Anchored = true
  5016. o69.FormFactor = Enum.FormFactor.Custom
  5017. o69.Size = Vector3.new(0.200000003, 0.209999993, 0.200000003)
  5018. o69.CFrame = CFrame.new(-46.7319527, 1.99998295, -23.0169888, 1.49008656e-007, 4.44105473e-015, -1, 1.77635616e-014, -1, -4.44102762e-015, -1, -1.77635684e-014, -1.49008883e-007)
  5019. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5020. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5021. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5022. o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5023. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5024. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5025. o69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5026. o70.Parent = o69
  5027. o70.Scale = Vector3.new(0.450000018, 1, 1.35000002)
  5028. o70.MeshType = Enum.MeshType.Wedge
  5029. o71.Parent = o1
  5030. o71.Material = Enum.Material.SmoothPlastic
  5031. o71.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5032. o71.Position = Vector3.new(-45.12397, 2.12598205, -23.0169888)
  5033. o71.Rotation = Vector3.new(8.14221791e-013, -90, 0)
  5034. o71.Anchored = true
  5035. o71.FormFactor = Enum.FormFactor.Custom
  5036. o71.Size = Vector3.new(0.209999993, 0.300000012, 0.959999979)
  5037. o71.CFrame = CFrame.new(-45.12397, 2.12598205, -23.0169888, -1.19206788e-007, -3.55283565e-015, -1, -1.42108513e-014, 1, -3.5528221e-015, 1, 1.42108547e-014, -1.19207243e-007)
  5038. o71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5039. o71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5040. o71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5041. o71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5042. o71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5043. o71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5044. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5045. o72.Parent = o71
  5046. o72.Scale = Vector3.new(1, 1, 0.950000048)
  5047. o73.Parent = o1
  5048. o73.Material = Enum.Material.SmoothPlastic
  5049. o73.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5050. o73.Position = Vector3.new(-45.9759941, 2.32979393, -23.0169888)
  5051. o73.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90)
  5052. o73.Anchored = true
  5053. o73.FormFactor = Enum.FormFactor.Custom
  5054. o73.Size = Vector3.new(0.200000003, 0.324000001, 0.270000011)
  5055. o73.CFrame = CFrame.new(-45.9759941, 2.32979393, -23.0169888, 2.98018819e-008, -0.999990106, 2.26495536e-006, 0.999995053, 2.98020062e-008, -4.37111218e-008, 4.37109158e-008, 4.73852469e-006, 1)
  5056. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5057. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5058. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5059. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5060. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5061. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5062. o73.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5063. o74.Parent = o73
  5064. o74.Scale = Vector3.new(0.900000036, 1.10000002, 1)
  5065. o75.Parent = o1
  5066. o75.Material = Enum.Material.SmoothPlastic
  5067. o75.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5068. o75.Position = Vector3.new(-44.8719826, 2.27287102, -22.8969936)
  5069. o75.Rotation = Vector3.new(78.0001221, 4.33610621e-005, -0.000249171426)
  5070. o75.Anchored = true
  5071. o75.FormFactor = Enum.FormFactor.Custom
  5072. o75.Size = Vector3.new(0.330000013, 0.200000003, 0.200000003)
  5073. o75.CFrame = CFrame.new(-44.8719826, 2.27287102, -22.8969936, 1, 4.34886169e-006, 7.5679327e-007, -1.63914535e-007, 0.207909659, -0.978148043, -4.41117481e-006, 0.978147984, 0.207909659)
  5074. o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5075. o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5076. o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5077. o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5078. o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5079. o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5080. o75.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5081. o76.Parent = o75
  5082. o76.Scale = Vector3.new(1, 0.149999991, 0.599999964)
  5083. o77.Parent = o1
  5084. o77.Material = Enum.Material.SmoothPlastic
  5085. o77.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5086. o77.Position = Vector3.new(-43.113987, 2.49480104, -23.017004)
  5087. o77.Rotation = Vector3.new(-180, 90, 0)
  5088. o77.Anchored = true
  5089. o77.FormFactor = Enum.FormFactor.Custom
  5090. o77.Size = Vector3.new(0.200000003, 0.324000001, 0.200000003)
  5091. o77.CFrame = CFrame.new(-43.113987, 2.49480104, -23.017004, -1.49008656e-007, 4.44105473e-015, 1, -1.77635616e-014, -1, 4.44102762e-015, 1, -1.77635684e-014, 1.49008883e-007)
  5092. o77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5093. o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5094. o77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5095. o77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5096. o77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5097. o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5098. o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5099. o78.Parent = o77
  5100. o78.Scale = Vector3.new(0.450000018, 1, 0.149999991)
  5101. o79.Parent = o1
  5102. o79.Material = Enum.Material.SmoothPlastic
  5103. o79.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5104. o79.Position = Vector3.new(-46.6629639, 2.00900698, -23.0169888)
  5105. o79.Rotation = Vector3.new(90.0000076, -45.0002785, 90.0000076)
  5106. o79.Anchored = true
  5107. o79.FormFactor = Enum.FormFactor.Custom
  5108. o79.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012)
  5109. o79.CFrame = CFrame.new(-46.6629639, 2.00900698, -23.0169888, -1.49008656e-007, -0.707103372, -0.707110226, -4.37109797e-008, 0.707110286, -0.707103312, 1, -7.4455933e-008, -1.36273982e-007)
  5110. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5111. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5112. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5113. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5114. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5115. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5116. o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5117. o80.Parent = o79
  5118. o80.Scale = Vector3.new(0.75, 0.540000021, 1)
  5119. o81.Parent = o1
  5120. o81.Material = Enum.Material.SmoothPlastic
  5121. o81.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5122. o81.Position = Vector3.new(-47.025959, 1.78401804, -23.0169888)
  5123. o81.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90)
  5124. o81.Anchored = true
  5125. o81.FormFactor = Enum.FormFactor.Custom
  5126. o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5127. o81.CFrame = CFrame.new(-47.025959, 1.78401804, -23.0169888, 2.98018819e-008, -0.999990106, 2.26495536e-006, 0.999995053, 2.98020062e-008, -4.37111218e-008, 4.37109158e-008, 4.73852469e-006, 1)
  5128. o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5129. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5130. o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5131. o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5132. o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5133. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5134. o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5135. o82.Parent = o81
  5136. o82.Scale = Vector3.new(0.75, 0.180000007, 0.75)
  5137. o83.Parent = o1
  5138. o83.Material = Enum.Material.SmoothPlastic
  5139. o83.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5140. o83.Position = Vector3.new(-45.666996, 2.1379981, -23.0169888)
  5141. o83.Rotation = Vector3.new(-180, 90, 0)
  5142. o83.Anchored = true
  5143. o83.FormFactor = Enum.FormFactor.Custom
  5144. o83.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5145. o83.CFrame = CFrame.new(-45.666996, 2.1379981, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
  5146. o83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5147. o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5148. o83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5149. o83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5150. o83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5151. o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5152. o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5153. o84.Parent = o83
  5154. o84.Scale = Vector3.new(1, 0.149999991, 0.299999982)
  5155. o84.MeshType = Enum.MeshType.Wedge
  5156. o85.Parent = o1
  5157. o85.Material = Enum.Material.SmoothPlastic
  5158. o85.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5159. o85.Position = Vector3.new(-45.3786354, 1.77153397, -23.0169888)
  5160. o85.Rotation = Vector3.new(90, -28.6877403, -89.9999924)
  5161. o85.Anchored = true
  5162. o85.FormFactor = Enum.FormFactor.Custom
  5163. o85.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5164. o85.CFrame = CFrame.new(-45.3786354, 1.77153397, -23.0169888, 1.78810296e-007, 0.877248883, -0.480035812, 2.48689856e-014, -0.480035812, -0.877248883, -1, 1.56861944e-007, -8.58354028e-008)
  5165. o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5166. o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5167. o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5168. o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5169. o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5170. o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5171. o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5172. o86.Parent = o85
  5173. o86.Scale = Vector3.new(1, 0.180000007, 0.112500004)
  5174. o86.MeshType = Enum.MeshType.Wedge
  5175. o87.Parent = o1
  5176. o87.Material = Enum.Material.SmoothPlastic
  5177. o87.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5178. o87.Position = Vector3.new(-43.1559792, 2.65682006, -23.017004)
  5179. o87.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
  5180. o87.Anchored = true
  5181. o87.FormFactor = Enum.FormFactor.Custom
  5182. o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5183. o87.CFrame = CFrame.new(-43.1559792, 2.65682006, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014)
  5184. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5185. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5186. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5187. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5188. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5189. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5190. o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5191. o88.Parent = o87
  5192. o88.Scale = Vector3.new(0.450000018, 0.540000021, 0.149999991)
  5193. o89.Parent = o1
  5194. o89.Material = Enum.Material.SmoothPlastic
  5195. o89.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5196. o89.Position = Vector3.new(-43.1469765, 2.686795, -22.9809933)
  5197. o89.Rotation = Vector3.new(180, -0.000271500176, -180)
  5198. o89.Anchored = true
  5199. o89.FormFactor = Enum.FormFactor.Custom
  5200. o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5201. o89.CFrame = CFrame.new(-43.1469765, 2.686795, -22.9809933, -1, 1.41105064e-013, -4.73857199e-006, 1.41107707e-013, 1, -5.54225882e-013, 4.73857199e-006, -5.54226695e-013, -1)
  5202. o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5203. o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5204. o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5205. o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5206. o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5207. o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5208. o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5209. o90.Parent = o89
  5210. o90.MeshId = "http://www.roblox.com/asset/?id=12221344"
  5211. o90.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027)
  5212. o90.MeshType = Enum.MeshType.FileMesh
  5213. o91.Parent = o1
  5214. o91.Material = Enum.Material.SmoothPlastic
  5215. o91.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5216. o91.Position = Vector3.new(-45.1899757, 2.32971406, -23.0169888)
  5217. o91.Rotation = Vector3.new(-2.5044726e-006, 6.31783696e-005, 90)
  5218. o91.Anchored = true
  5219. o91.FormFactor = Enum.FormFactor.Custom
  5220. o91.Size = Vector3.new(0.209999993, 1.20000005, 0.209999993)
  5221. o91.CFrame = CFrame.new(-45.1899757, 2.32971406, -23.0169888, 1.47809596e-008, -0.999990106, 1.10267058e-006, 0.999995053, 1.4781155e-008, 4.37112924e-008, -4.37118537e-008, 3.57622821e-006, 1)
  5222. o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5223. o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5224. o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5225. o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5226. o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5227. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5228. o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5229. o92.Parent = o91
  5230. o92.Scale = Vector3.new(1.10000002, 1, 1.10000002)
  5231. o93.Parent = o1
  5232. o93.Material = Enum.Material.SmoothPlastic
  5233. o93.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5234. o93.Position = Vector3.new(-43.3420143, 2.33281589, -23.0020046)
  5235. o93.Rotation = Vector3.new(-90, 7.1009457e-012, -89.9999771)
  5236. o93.Anchored = true
  5237. o93.FormFactor = Enum.FormFactor.Custom
  5238. o93.Size = Vector3.new(0.270000011, 0.200000003, 0.239999995)
  5239. o93.CFrame = CFrame.new(-43.3420143, 2.33281589, -23.0020046, 4.4702756e-007, 1, 1.23934879e-013, 5.32906645e-014, -1.23934906e-013, 1, 1, -4.47027332e-007, -5.32907323e-014)
  5240. o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5241. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5242. o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5243. o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5244. o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5245. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5246. o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5247. o94.Parent = o93
  5248. o94.Scale = Vector3.new(1, 0.599999964, 1)
  5249. o95.Parent = o1
  5250. o95.Material = Enum.Material.SmoothPlastic
  5251. o95.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5252. o95.Position = Vector3.new(-46.6569557, 2.12600803, -23.0169888)
  5253. o95.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  5254. o95.Anchored = true
  5255. o95.FormFactor = Enum.FormFactor.Custom
  5256. o95.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029)
  5257. o95.CFrame = CFrame.new(-46.6569557, 2.12600803, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  5258. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5259. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5260. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5261. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5262. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5263. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5264. o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5265. o96.Parent = o95
  5266. o96.Offset = Vector3.new(0, 0, 0.00300000003)
  5267. o96.Scale = Vector3.new(0.450000018, 0.360000014, 1)
  5268. o97.Parent = o1
  5269. o97.Material = Enum.Material.SmoothPlastic
  5270. o97.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5271. o97.Position = Vector3.new(-42.3670082, 2.33281589, -23.017004)
  5272. o97.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  5273. o97.Anchored = true
  5274. o97.FormFactor = Enum.FormFactor.Custom
  5275. o97.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003)
  5276. o97.CFrame = CFrame.new(-42.3670082, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  5277. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5278. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5279. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5280. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5281. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5282. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5283. o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5284. o98.Parent = o97
  5285. o98.Scale = Vector3.new(1, 0.0749999955, 0.75)
  5286. o99.Parent = o1
  5287. o99.Material = Enum.Material.SmoothPlastic
  5288. o99.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5289. o99.Position = Vector3.new(-46.4619598, 2.17700005, -23.0169888)
  5290. o99.Rotation = Vector3.new(-180, -0.000132276851, 6.83023381e-006)
  5291. o99.Anchored = true
  5292. o99.FormFactor = Enum.FormFactor.Custom
  5293. o99.Size = Vector3.new(0.209999993, 0.396000028, 0.200000003)
  5294. o99.CFrame = CFrame.new(-46.4619598, 2.17700005, -23.0169888, 0.999990106, -1.19208885e-007, -2.30866658e-006, -1.19209446e-007, -0.999995053, 4.3711136e-008, -4.78223637e-006, -4.37104859e-008, -1)
  5295. o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5296. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5297. o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5298. o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5299. o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5300. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5301. o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5302. o100.Parent = o99
  5303. o100.Scale = Vector3.new(1, 1, 0.599999964)
  5304. o101.Parent = o1
  5305. o101.Material = Enum.Material.SmoothPlastic
  5306. o101.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5307. o101.Position = Vector3.new(-45.5919991, 2.11999488, -23.0169888)
  5308. o101.Rotation = Vector3.new(-180, 90, 0)
  5309. o101.Anchored = true
  5310. o101.FormFactor = Enum.FormFactor.Custom
  5311. o101.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5312. o101.CFrame = CFrame.new(-45.5919991, 2.11999488, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
  5313. o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5314. o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5315. o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5316. o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5317. o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5318. o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5319. o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5320. o102.Parent = o101
  5321. o102.Scale = Vector3.new(1, 0.299999982, 0.149999991)
  5322. o103.Parent = o1
  5323. o103.Material = Enum.Material.SmoothPlastic
  5324. o103.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5325. o103.Position = Vector3.new(-45.7307053, 2.34168005, -22.816534)
  5326. o103.Rotation = Vector3.new(-180, -15.000556, 90)
  5327. o103.Anchored = true
  5328. o103.FormFactor = Enum.FormFactor.Custom
  5329. o103.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5330. o103.CFrame = CFrame.new(-45.7307053, 2.34168005, -22.816534, -2.36663933e-008, -0.965923309, -0.258828402, -1, 1.99318464e-008, 1.70528285e-008, -1.13127969e-008, 0.258828402, -0.965923309)
  5331. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5332. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5333. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5334. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5335. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5336. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5337. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5338. o104.Parent = o103
  5339. o104.Scale = Vector3.new(0.450000018, 0.149999991, 0.450000018)
  5340. o105.Parent = o1
  5341. o105.Material = Enum.Material.SmoothPlastic
  5342. o105.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5343. o105.Position = Vector3.new(-44.9019737, 1.90552294, -23.0169888)
  5344. o105.Rotation = Vector3.new(-180, -90, 0)
  5345. o105.Anchored = true
  5346. o105.FormFactor = Enum.FormFactor.Custom
  5347. o105.Size = Vector3.new(0.209999993, 0.200000003, 0.449999988)
  5348. o105.CFrame = CFrame.new(-44.9019737, 1.90552294, -23.0169888, 1.78810296e-007, 5.32926025e-015, -1, 2.48689856e-014, -1, -5.32926025e-015, -1, -2.48690025e-014, -1.78810296e-007)
  5349. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5350. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5351. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5352. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5353. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5354. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5355. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5356. o106.Parent = o105
  5357. o106.Scale = Vector3.new(1, 0.419999987, 1)
  5358. o106.MeshType = Enum.MeshType.Wedge
  5359. o107.Parent = o1
  5360. o107.Material = Enum.Material.SmoothPlastic
  5361. o107.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5362. o107.Position = Vector3.new(-45.1389694, 1.96101201, -23.0169888)
  5363. o107.Rotation = Vector3.new(-90, 8.10863442e-012, 89.9999924)
  5364. o107.Anchored = true
  5365. o107.FormFactor = Enum.FormFactor.Custom
  5366. o107.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5367. o107.CFrame = CFrame.new(-45.1389694, 1.96101201, -23.0169888, 1.78810296e-007, -1, 1.4152236e-013, 2.48689856e-014, 1.41522373e-013, 1, -1, -1.78810751e-007, 2.48690432e-014)
  5368. o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5369. o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5370. o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5371. o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5372. o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5373. o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5374. o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5375. o108.Parent = o107
  5376. o108.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  5377. o108.MeshType = Enum.MeshType.Wedge
  5378. o109.Parent = o1
  5379. o109.Material = Enum.Material.SmoothPlastic
  5380. o109.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5381. o109.Position = Vector3.new(-46.4469643, 2.09900498, -23.0169888)
  5382. o109.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  5383. o109.Anchored = true
  5384. o109.FormFactor = Enum.FormFactor.Custom
  5385. o109.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012)
  5386. o109.CFrame = CFrame.new(-46.4469643, 2.09900498, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  5387. o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5388. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5389. o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5390. o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5391. o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5392. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5393. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5394. o110.Parent = o109
  5395. o110.Scale = Vector3.new(0.75, 0.540000021, 1)
  5396. o111.Parent = o1
  5397. o111.Material = Enum.Material.SmoothPlastic
  5398. o111.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5399. o111.Position = Vector3.new(-43.9570198, 2.33281589, -22.8369961)
  5400. o111.Rotation = Vector3.new(-3.05333016e-012, -90, 0)
  5401. o111.Anchored = true
  5402. o111.FormFactor = Enum.FormFactor.Custom
  5403. o111.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  5404. o111.CFrame = CFrame.new(-43.9570198, 2.33281589, -22.8369961, 4.4702756e-007, 1.23934879e-013, -1, 5.32906645e-014, 1, 1.23934906e-013, 1, -5.32907323e-014, 4.47027332e-007)
  5405. o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5406. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5407. o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5408. o111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5409. o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5410. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5411. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5412. o112.Parent = o111
  5413. o112.Offset = Vector3.new(-0.00600000005, 0, 0)
  5414. o112.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013)
  5415. o113.Parent = o1
  5416. o113.Material = Enum.Material.SmoothPlastic
  5417. o113.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5418. o113.Position = Vector3.new(-42.1870003, 2.32981491, -23.017004)
  5419. o113.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  5420. o113.Anchored = true
  5421. o113.FormFactor = Enum.FormFactor.Custom
  5422. o113.Size = Vector3.new(0.270000011, 0.209999993, 0.200000003)
  5423. o113.CFrame = CFrame.new(-42.1870003, 2.32981491, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  5424. o113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5425. o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5426. o113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5427. o113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5428. o113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5429. o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5430. o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5431. o114.Parent = o113
  5432. o114.Scale = Vector3.new(1, 1, 0.75)
  5433. o115.Parent = o1
  5434. o115.Material = Enum.Material.SmoothPlastic
  5435. o115.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5436. o115.Position = Vector3.new(-45.5949974, 2.32968688, -23.0529995)
  5437. o115.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90)
  5438. o115.Anchored = true
  5439. o115.FormFactor = Enum.FormFactor.Custom
  5440. o115.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993)
  5441. o115.CFrame = CFrame.new(-45.5949974, 2.32968688, -23.0529995, -5.32916539e-015, -1, 4.76837431e-006, 1, -5.32649554e-015, 5.57778812e-013, -5.57778758e-013, 4.76837431e-006, 1)
  5442. o115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5443. o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5444. o115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5445. o115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5446. o115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5447. o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5448. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5449. o116.Parent = o115
  5450. o116.Scale = Vector3.new(1.10000002, 0.75, 1.02499998)
  5451. o117.Parent = o1
  5452. o117.Material = Enum.Material.SmoothPlastic
  5453. o117.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5454. o117.Position = Vector3.new(-45.7720146, 2.29656005, -23.0257607)
  5455. o117.Rotation = Vector3.new(0.000260027009, -90, 0)
  5456. o117.Anchored = true
  5457. o117.FormFactor = Enum.FormFactor.Custom
  5458. o117.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5459. o117.CFrame = CFrame.new(-45.7720146, 2.29656005, -23.0257607, -1.78810296e-007, 6.27533882e-006, -1, -4.53832718e-006, 1, 6.27533973e-006, 1, 4.53832808e-006, -1.78782102e-007)
  5460. o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5461. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5462. o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5463. o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5464. o117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5465. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5466. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5467. o118.Parent = o117
  5468. o118.MeshId = "http://www.roblox.com/asset/?id=12221344"
  5469. o118.Scale = Vector3.new(0.479999989, 0.629999995, 0.0149999997)
  5470. o118.MeshType = Enum.MeshType.FileMesh
  5471. o119.Parent = o1
  5472. o119.Material = Enum.Material.SmoothPlastic
  5473. o119.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5474. o119.Position = Vector3.new(-43.9570045, 2.33281589, -23.1970119)
  5475. o119.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  5476. o119.Anchored = true
  5477. o119.FormFactor = Enum.FormFactor.Custom
  5478. o119.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  5479. o119.CFrame = CFrame.new(-43.9570045, 2.33281589, -23.1970119, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  5480. o119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5481. o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5482. o119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5483. o119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5484. o119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5485. o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5486. o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5487. o120.Parent = o119
  5488. o120.Offset = Vector3.new(0.00600000005, 0, 0)
  5489. o120.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013)
  5490. o121.Parent = o1
  5491. o121.Material = Enum.Material.SmoothPlastic
  5492. o121.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5493. o121.Position = Vector3.new(-44.6409874, 2.16198707, -23.017004)
  5494. o121.Rotation = Vector3.new(-89.9985504, -1.70046644e-006, -90)
  5495. o121.Anchored = true
  5496. o121.FormFactor = Enum.FormFactor.Custom
  5497. o121.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5498. o121.CFrame = CFrame.new(-44.6409874, 2.16198707, -23.017004, -6.33863237e-008, 1, -2.96787377e-008, -2.53360668e-005, 2.96771319e-008, 1, 1, 6.33874606e-008, 2.53360668e-005)
  5499. o121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5500. o121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5501. o121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5502. o121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5503. o121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5504. o121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5505. o121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5506. o122.Parent = o121
  5507. o122.Scale = Vector3.new(1, 0.360000014, 0.299999982)
  5508. o122.MeshType = Enum.MeshType.Wedge
  5509. o123.Parent = o1
  5510. o123.Material = Enum.Material.SmoothPlastic
  5511. o123.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5512. o123.Position = Vector3.new(-45.08498, 2.44970989, -23.0169888)
  5513. o123.Rotation = Vector3.new(-0.236811787, -89.7451248, -0.767986298)
  5514. o123.Anchored = true
  5515. o123.FormFactor = Enum.FormFactor.Custom
  5516. o123.Size = Vector3.new(0.200000003, 0.200000003, 0.99000001)
  5517. o123.CFrame = CFrame.new(-45.08498, 2.44970989, -23.0169888, 1.10267058e-006, 1.47809596e-008, -0.999990106, 4.37112924e-008, 0.999995053, 1.4781155e-008, 1, -4.37118537e-008, 3.57622821e-006)
  5518. o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5519. o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5520. o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5521. o123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5522. o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5523. o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5524. o123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5525. o124.Parent = o123
  5526. o124.Scale = Vector3.new(0.75, 0.599999964, 1)
  5527. o125.Parent = o1
  5528. o125.Material = Enum.Material.SmoothPlastic
  5529. o125.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5530. o125.Position = Vector3.new(-45.5094337, 1.53326499, -23.0169888)
  5531. o125.Rotation = Vector3.new(90, -28.6877403, -89.9999924)
  5532. o125.Anchored = true
  5533. o125.FormFactor = Enum.FormFactor.Custom
  5534. o125.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5535. o125.CFrame = CFrame.new(-45.5094337, 1.53326499, -23.0169888, 1.78810296e-007, 0.877248883, -0.480035782, 2.48689856e-014, -0.480035782, -0.877248883, -1, 1.56861489e-007, -8.58355733e-008)
  5536. o125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5537. o125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5538. o125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5539. o125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5540. o125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5541. o125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5542. o125.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5543. o126.Parent = o125
  5544. o126.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  5545. o126.MeshType = Enum.MeshType.Wedge
  5546. o127.Parent = o1
  5547. o127.Material = Enum.Material.SmoothPlastic
  5548. o127.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5549. o127.Position = Vector3.new(-45.1449661, 1.89352095, -23.0169888)
  5550. o127.Rotation = Vector3.new(90, -1.70757198e-006, 90.0000076)
  5551. o127.Anchored = true
  5552. o127.FormFactor = Enum.FormFactor.Custom
  5553. o127.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5554. o127.CFrame = CFrame.new(-45.1449661, 1.89352095, -23.0169888, -1.78810296e-007, -1, -2.98027523e-008, -2.48689856e-014, 2.98027523e-008, -1, 1, -1.78810751e-007, -3.01979917e-014)
  5555. o127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5556. o127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5557. o127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5558. o127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5559. o127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5560. o127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5561. o127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5562. o128.Parent = o127
  5563. o128.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  5564. o128.MeshType = Enum.MeshType.Wedge
  5565. o129.Parent = o1
  5566. o129.Material = Enum.Material.SmoothPlastic
  5567. o129.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5568. o129.Position = Vector3.new(-45.3900337, 1.75122094, -23.0169888)
  5569. o129.Rotation = Vector3.new(-90, 28.6877403, -90.0000076)
  5570. o129.Anchored = true
  5571. o129.FormFactor = Enum.FormFactor.Custom
  5572. o129.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5573. o129.CFrame = CFrame.new(-45.3900337, 1.75122094, -23.0169888, -1.78810296e-007, 0.877248883, 0.480035782, -2.48689856e-014, -0.480035782, 0.877248883, 1, 1.56861489e-007, 8.58355733e-008)
  5574. o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5575. o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5576. o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5577. o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5578. o129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5579. o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5580. o129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5581. o130.Parent = o129
  5582. o130.Scale = Vector3.new(1, 0.180000007, 0.112500004)
  5583. o130.MeshType = Enum.MeshType.Wedge
  5584. o131.Parent = o1
  5585. o131.Material = Enum.Material.SmoothPlastic
  5586. o131.BrickColor = BrickColor.new("Dark stone grey")
  5587. o131.Position = Vector3.new(-44.8719826, 2.33270693, -23.0019875)
  5588. o131.Rotation = Vector3.new(-1.52666525e-011, 0.00013147993, 90)
  5589. o131.Anchored = true
  5590. o131.FormFactor = Enum.FormFactor.Custom
  5591. o131.Size = Vector3.new(0.209999993, 0.330000013, 0.209999993)
  5592. o131.CFrame = CFrame.new(-44.8719826, 2.33270693, -23.0019875, 6.80958789e-014, -1, 2.29475768e-006, 1, 6.80964887e-014, 2.66453363e-013, -2.66453526e-013, 2.29475745e-006, 1)
  5593. o131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5594. o131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5595. o131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5596. o131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5597. o131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5598. o131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5599. o131.Color = Color3.new(0.388235, 0.372549, 0.384314)
  5600. o132.Parent = o131
  5601. o132.Scale = Vector3.new(1.10000002, 1, 1)
  5602. o133.Parent = o1
  5603. o133.Material = Enum.Material.SmoothPlastic
  5604. o133.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5605. o133.Position = Vector3.new(-45.5253639, 1.79166996, -23.0169888)
  5606. o133.Rotation = Vector3.new(-90.0000153, -61.3127441, -90.0000229)
  5607. o133.Anchored = true
  5608. o133.FormFactor = Enum.FormFactor.Custom
  5609. o133.Size = Vector3.new(0.209999993, 0.468000025, 0.239999995)
  5610. o133.CFrame = CFrame.new(-45.5253639, 1.79166996, -23.0169888, -1.78810296e-007, 0.480028421, -0.877252936, -2.48689856e-014, 0.877252877, 0.480028421, 1, 8.58341522e-008, -1.56862399e-007)
  5611. o133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5612. o133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5613. o133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5614. o133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5615. o133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5616. o133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5617. o133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5618. o134.Parent = o133
  5619. o135.Parent = o1
  5620. o135.Material = Enum.Material.SmoothPlastic
  5621. o135.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5622. o135.Position = Vector3.new(-45.2349663, 1.87251794, -23.0169888)
  5623. o135.Rotation = Vector3.new(-90, -5.97646749e-006, -90.0000076)
  5624. o135.Anchored = true
  5625. o135.FormFactor = Enum.FormFactor.Custom
  5626. o135.Size = Vector3.new(0.209999993, 0.324000001, 0.200000003)
  5627. o135.CFrame = CFrame.new(-45.2349663, 1.87251794, -23.0169888, -1.78810296e-007, 1, -1.04309038e-007, -2.48689856e-014, 1.04309038e-007, 1, 1, 1.78810524e-007, 6.21742512e-015)
  5628. o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5629. o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5630. o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5631. o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5632. o135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5633. o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5634. o135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5635. o136.Parent = o135
  5636. o136.Scale = Vector3.new(1, 1, 0.0749999955)
  5637. o137.Parent = o1
  5638. o137.Material = Enum.Material.SmoothPlastic
  5639. o137.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5640. o137.Position = Vector3.new(-44.9019814, 2.03599, -23.0169888)
  5641. o137.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  5642. o137.Anchored = true
  5643. o137.FormFactor = Enum.FormFactor.Custom
  5644. o137.Size = Vector3.new(0.209999993, 0.200000003, 0.419999987)
  5645. o137.CFrame = CFrame.new(-44.9019814, 2.03599, -23.0169888, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  5646. o137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5647. o137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5648. o137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5649. o137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5650. o137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5651. o137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5652. o137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5653. o138.Parent = o137
  5654. o138.Scale = Vector3.new(1, 0.900000036, 1.10000002)
  5655. o138.MeshType = Enum.MeshType.Brick
  5656. o139.Parent = o1
  5657. o139.Material = Enum.Material.SmoothPlastic
  5658. o139.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5659. o139.Position = Vector3.new(-45.2949638, 1.96252096, -23.0169888)
  5660. o139.Rotation = Vector3.new(-90, 8.10863442e-012, -90.0000076)
  5661. o139.Anchored = true
  5662. o139.FormFactor = Enum.FormFactor.Custom
  5663. o139.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5664. o139.CFrame = CFrame.new(-45.2949638, 1.96252096, -23.0169888, -1.78810296e-007, 1, 1.4152236e-013, -2.48689856e-014, -1.41522373e-013, 1, 1, 1.78810751e-007, 2.48690432e-014)
  5665. o139.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5666. o139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5667. o139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5668. o139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5669. o139.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5670. o139.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5671. o139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5672. o140.Parent = o139
  5673. o140.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  5674. o140.MeshType = Enum.MeshType.Wedge
  5675. o141.Parent = o1
  5676. o141.Material = Enum.Material.SmoothPlastic
  5677. o141.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5678. o141.Position = Vector3.new(-44.4249878, 2.32082105, -23.017004)
  5679. o141.Rotation = Vector3.new(-3.16530691e-011, 0.000271500117, -90)
  5680. o141.Anchored = true
  5681. o141.FormFactor = Enum.FormFactor.Custom
  5682. o141.Size = Vector3.new(0.200000003, 0.300000012, 0.200000003)
  5683. o141.CFrame = CFrame.new(-44.4249878, 2.32082105, -23.017004, -2.98020346e-008, 1, 4.73857108e-006, -1, -2.98020364e-008, 5.52450284e-013, 6.93669406e-013, -4.73857108e-006, 1)
  5684. o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5685. o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5686. o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5687. o141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5688. o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5689. o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5690. o141.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5691. o142.Parent = o141
  5692. o142.MeshId = "http://www.roblox.com/asset/?id=1033714"
  5693. o142.Scale = Vector3.new(0.150000006, 0.440999985, 0.150000006)
  5694. o142.MeshType = Enum.MeshType.FileMesh
  5695. o143.Parent = o1
  5696. o143.Material = Enum.Material.SmoothPlastic
  5697. o143.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5698. o143.Position = Vector3.new(-42.3520088, 2.33281589, -23.017004)
  5699. o143.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  5700. o143.Anchored = true
  5701. o143.FormFactor = Enum.FormFactor.Custom
  5702. o143.Size = Vector3.new(0.270000011, 0.300000012, 0.200000003)
  5703. o143.CFrame = CFrame.new(-42.3520088, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  5704. o143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5705. o143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5706. o143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5707. o143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5708. o143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5709. o143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5710. o143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5711. o144.Parent = o143
  5712. o144.Scale = Vector3.new(1, 1, 0.50999999)
  5713. o145.Parent = o1
  5714. o145.Material = Enum.Material.SmoothPlastic
  5715. o145.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5716. o145.Position = Vector3.new(-42.096714, 2.33280206, -23.017004)
  5717. o145.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  5718. o145.Anchored = true
  5719. o145.FormFactor = Enum.FormFactor.Custom
  5720. o145.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5721. o145.CFrame = CFrame.new(-42.096714, 2.33280206, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  5722. o145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5723. o145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5724. o145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5725. o145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5726. o145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5727. o145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5728. o145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5729. o146.Parent = o145
  5730. o146.Scale = Vector3.new(0.450000018, 0.149999991, 0.50999999)
  5731. o147.Parent = o1
  5732. o147.Material = Enum.Material.SmoothPlastic
  5733. o147.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5734. o147.Position = Vector3.new(-43.1469765, 2.686795, -23.0530148)
  5735. o147.Rotation = Vector3.new(180, -0.000271500117, -180)
  5736. o147.Anchored = true
  5737. o147.FormFactor = Enum.FormFactor.Custom
  5738. o147.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5739. o147.CFrame = CFrame.new(-43.1469765, 2.686795, -23.0530148, -1, 1.41105064e-013, -4.73857108e-006, 1.41107707e-013, 1, -5.5422599e-013, 4.73857108e-006, -5.54226695e-013, -1)
  5740. o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5741. o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5742. o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5743. o147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5744. o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5745. o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5746. o147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5747. o148.Parent = o147
  5748. o148.MeshId = "http://www.roblox.com/asset/?id=12221344"
  5749. o148.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027)
  5750. o148.MeshType = Enum.MeshType.FileMesh
  5751. o149.Parent = o1
  5752. o149.Material = Enum.Material.SmoothPlastic
  5753. o149.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5754. o149.Position = Vector3.new(-43.304081, 2.51094389, -23.017004)
  5755. o149.Rotation = Vector3.new(89.9999924, 54.8440132, 90.0000153)
  5756. o149.Anchored = true
  5757. o149.FormFactor = Enum.FormFactor.Custom
  5758. o149.Size = Vector3.new(0.200000003, 0.360000014, 0.200000003)
  5759. o149.CFrame = CFrame.new(-43.304081, 2.51094389, -23.017004, -1.49008656e-007, -0.575804472, 0.817587435, -1.77635616e-014, -0.817587495, -0.575804472, 1, -8.57999538e-008, 1.21827782e-007)
  5760. o149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5761. o149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5762. o149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5763. o149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5764. o149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5765. o149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5766. o149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5767. o150.Parent = o149
  5768. o150.Scale = Vector3.new(0.450000018, 1, 0.149999991)
  5769. o151.Parent = o1
  5770. o151.Material = Enum.Material.SmoothPlastic
  5771. o151.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5772. o151.Position = Vector3.new(-45.621994, 2.11099911, -23.0169888)
  5773. o151.Rotation = Vector3.new(-180, 90, 0)
  5774. o151.Anchored = true
  5775. o151.FormFactor = Enum.FormFactor.Custom
  5776. o151.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5777. o151.CFrame = CFrame.new(-45.621994, 2.11099911, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007)
  5778. o151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5779. o151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5780. o151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5781. o151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5782. o151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5783. o151.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5784. o151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5785. o152.Parent = o151
  5786. o152.Scale = Vector3.new(1, 0.149999991, 0.149999991)
  5787. o152.MeshType = Enum.MeshType.Wedge
  5788. o153.Parent = o1
  5789. o153.Material = Enum.Material.SmoothPlastic
  5790. o153.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5791. o153.Position = Vector3.new(-43.1379738, 2.638798, -23.017004)
  5792. o153.Rotation = Vector3.new(-180, 90, 0)
  5793. o153.Anchored = true
  5794. o153.FormFactor = Enum.FormFactor.Custom
  5795. o153.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5796. o153.CFrame = CFrame.new(-43.1379738, 2.638798, -23.017004, -1.49008656e-007, 4.44105473e-015, 1, -1.77635616e-014, -1, 4.44102762e-015, 1, -1.77635684e-014, 1.49008883e-007)
  5797. o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5798. o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5799. o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5800. o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5801. o153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5802. o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5803. o153.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5804. o154.Parent = o153
  5805. o154.Scale = Vector3.new(0.299999982, 0.360000014, 0.299999982)
  5806. o155.Parent = o1
  5807. o155.Material = Enum.Material.SmoothPlastic
  5808. o155.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5809. o155.Position = Vector3.new(-43.1560097, 2.69881988, -23.017004)
  5810. o155.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  5811. o155.Anchored = true
  5812. o155.FormFactor = Enum.FormFactor.Custom
  5813. o155.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5814. o155.CFrame = CFrame.new(-43.1560097, 2.69881988, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  5815. o155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5816. o155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5817. o155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5818. o155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5819. o155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5820. o155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5821. o155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5822. o156.Parent = o155
  5823. o156.Scale = Vector3.new(0.0299999993, 0.240000024, 0.0299999993)
  5824. o157.Parent = o1
  5825. o157.Material = Enum.Material.SmoothPlastic
  5826. o157.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5827. o157.Position = Vector3.new(-43.2220192, 2.33281589, -23.017004)
  5828. o157.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076)
  5829. o157.Anchored = true
  5830. o157.FormFactor = Enum.FormFactor.Custom
  5831. o157.Size = Vector3.new(0.270000011, 0.540000021, 0.200000003)
  5832. o157.CFrame = CFrame.new(-43.2220192, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014)
  5833. o157.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5834. o157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5835. o157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5836. o157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5837. o157.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5838. o157.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5839. o157.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5840. o158.Parent = o157
  5841. o158.Scale = Vector3.new(1, 1, 0.599999964)
  5842. o159.Parent = o1
  5843. o159.Material = Enum.Material.SmoothPlastic
  5844. o159.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5845. o159.Position = Vector3.new(-44.6379814, 2.28186107, -23.017004)
  5846. o159.Rotation = Vector3.new(1.42488799e-012, -90, 0)
  5847. o159.Anchored = true
  5848. o159.FormFactor = Enum.FormFactor.Custom
  5849. o159.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5850. o159.CFrame = CFrame.new(-44.6379814, 2.28186107, -23.017004, -1.78810296e-007, -5.3292467e-015, -1, -2.48689856e-014, 1, -5.3292467e-015, 1, 2.48690025e-014, -1.78810751e-007)
  5851. o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5852. o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5853. o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5854. o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5855. o159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5856. o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5857. o159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5858. o160.Parent = o159
  5859. o160.Scale = Vector3.new(1.01999998, 0.900000036, 0.329999983)
  5860. o161.Parent = o1
  5861. o161.Material = Enum.Material.SmoothPlastic
  5862. o161.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5863. o161.Position = Vector3.new(-46.9419594, 1.99700594, -23.0169888)
  5864. o161.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  5865. o161.Anchored = true
  5866. o161.FormFactor = Enum.FormFactor.Custom
  5867. o161.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
  5868. o161.CFrame = CFrame.new(-46.9419594, 1.99700594, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  5869. o161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5870. o161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5871. o161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5872. o161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5873. o161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5874. o161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5875. o161.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5876. o162.Parent = o161
  5877. o162.Scale = Vector3.new(0.450000018, 1, 0.75)
  5878. o163.Parent = o1
  5879. o163.Material = Enum.Material.SmoothPlastic
  5880. o163.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5881. o163.Position = Vector3.new(-47.0289497, 2.04499006, -23.1219997)
  5882. o163.Rotation = Vector3.new(-3.15512512e-011, 0.000269792567, 180)
  5883. o163.Anchored = true
  5884. o163.FormFactor = Enum.FormFactor.Custom
  5885. o163.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003)
  5886. o163.CFrame = CFrame.new(-47.0289497, 2.04499006, -23.1219997, -1, -1.39802381e-013, 4.70876876e-006, 1.3980497e-013, -1, 5.50673222e-013, 4.70876876e-006, 5.50673873e-013, 1)
  5887. o163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5888. o163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5889. o163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5890. o163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5891. o163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5892. o163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5893. o163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5894. o164.Parent = o163
  5895. o164.Scale = Vector3.new(0.149999991, 1, 0.299999982)
  5896. o164.MeshType = Enum.MeshType.Wedge
  5897. o165.Parent = o1
  5898. o165.Material = Enum.Material.SmoothPlastic
  5899. o165.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5900. o165.Position = Vector3.new(-45.2952766, 1.89501095, -23.0169888)
  5901. o165.Rotation = Vector3.new(90, -8.10863442e-012, -89.9999924)
  5902. o165.Anchored = true
  5903. o165.FormFactor = Enum.FormFactor.Custom
  5904. o165.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003)
  5905. o165.CFrame = CFrame.new(-45.2952766, 1.89501095, -23.0169888, 1.78810296e-007, 1, -1.4152236e-013, 2.48689856e-014, -1.41522373e-013, -1, -1, 1.78810524e-007, -2.48690161e-014)
  5906. o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5907. o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5908. o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5909. o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5910. o165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5911. o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5912. o165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5913. o166.Parent = o165
  5914. o166.Scale = Vector3.new(1, 0.180000007, 0.149999991)
  5915. o166.MeshType = Enum.MeshType.Wedge
  5916. o167.Parent = o1
  5917. o167.Material = Enum.Material.SmoothPlastic
  5918. o167.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5919. o167.Position = Vector3.new(-43.9570045, 2.49781394, -23.017004)
  5920. o167.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  5921. o167.Anchored = true
  5922. o167.FormFactor = Enum.FormFactor.Custom
  5923. o167.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  5924. o167.CFrame = CFrame.new(-43.9570045, 2.49781394, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  5925. o167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5926. o167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5927. o167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5928. o167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5929. o167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5930. o167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5931. o167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5932. o168.Parent = o167
  5933. o168.Scale = Vector3.new(0.75, 0.337500006, 0.999000013)
  5934. o169.Parent = o1
  5935. o169.Material = Enum.Material.SmoothPlastic
  5936. o169.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5937. o169.Position = Vector3.new(-43.9570045, 2.13797688, -23.017004)
  5938. o169.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  5939. o169.Anchored = true
  5940. o169.FormFactor = Enum.FormFactor.Custom
  5941. o169.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001)
  5942. o169.CFrame = CFrame.new(-43.9570045, 2.13797688, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  5943. o169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5944. o169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5945. o169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5946. o169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5947. o169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5948. o169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5949. o169.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5950. o170.Parent = o169
  5951. o170.Offset = Vector3.new(0, 0.00600000005, 0)
  5952. o170.Scale = Vector3.new(0.75, 0.299999982, 0.999000013)
  5953. o171.Parent = o1
  5954. o171.Material = Enum.Material.SmoothPlastic
  5955. o171.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5956. o171.Position = Vector3.new(-47.0109558, 2.17999005, -23.0169888)
  5957. o171.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018)
  5958. o171.Anchored = true
  5959. o171.FormFactor = Enum.FormFactor.Custom
  5960. o171.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5961. o171.CFrame = CFrame.new(-47.0109558, 2.17999005, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006)
  5962. o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5963. o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5964. o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5965. o171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5966. o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5967. o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5968. o171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5969. o172.Parent = o171
  5970. o172.Scale = Vector3.new(0.450000018, 0.900000036, 0.299999982)
  5971. o173.Parent = o1
  5972. o173.Material = Enum.Material.SmoothPlastic
  5973. o173.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5974. o173.Position = Vector3.new(-43.9570045, 2.31786799, -23.017004)
  5975. o173.Rotation = Vector3.new(-90, 7.59291241e-012, -89.9999924)
  5976. o173.Anchored = true
  5977. o173.FormFactor = Enum.FormFactor.Custom
  5978. o173.Size = Vector3.new(0.330000013, 1.11000001, 0.330000013)
  5979. o173.CFrame = CFrame.new(-43.9570045, 2.31786799, -23.017004, 1.49009111e-007, 1, 1.32521313e-013, 1.7763565e-014, -1.32521313e-013, 1, 1, -1.49008883e-007, -1.77635853e-014)
  5980. o173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5981. o173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5982. o173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5983. o173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5984. o173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5985. o173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5986. o173.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5987. o174.Parent = o173
  5988. o175.Parent = o1
  5989. o175.Material = Enum.Material.SmoothPlastic
  5990. o175.BrickColor = BrickColor.new(CUSTOMCOLOR)
  5991. o175.Position = Vector3.new(-46.8672638, 1.86865795, -23.0169888)
  5992. o175.Rotation = Vector3.new(-91.3824005, -12.9276743, -96.1565094)
  5993. o175.Anchored = true
  5994. o175.FormFactor = Enum.FormFactor.Custom
  5995. o175.Size = Vector3.new(0.200000003, 0.252000004, 0.200000003)
  5996. o175.CFrame = CFrame.new(-46.8672638, 1.86865795, -23.0169888, -0.104526445, 0.969032109, -0.223720908, -3.66310928e-008, 0.22495316, 0.974369586, 0.994522095, 0.10184741, -0.0235135201)
  5997. o175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5998. o175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5999. o175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6000. o175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6001. o175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6002. o175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6003. o175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6004. o176.Parent = o175
  6005. o176.Scale = Vector3.new(0.599999964, 1.26000011, 0.75)
  6006. o176.MeshType = Enum.MeshType.Wedge
  6007. for i=1,#cors do
  6008. coroutine.resume(cors[i])
  6009. end
  6010. if Silencer == true then
  6011. o1.Flash:Destroy()
  6012. o1.Handle.Fire.SoundId = "rbxassetid://162043120"
  6013. o1.Handle.Fire2.SoundId = "rbxassetid://162043120"
  6014. o1.Handle.Fire3.SoundId = "rbxassetid://162043120"
  6015. o2 = Instance.new("Part")
  6016. o3 = Instance.new("CylinderMesh")
  6017. o4 = Instance.new("Part")
  6018. o5 = Instance.new("CylinderMesh")
  6019. o6 = Instance.new("Part")
  6020. o7 = Instance.new("CylinderMesh")
  6021. o8 = Instance.new("Part")
  6022. o9 = Instance.new("SpecialMesh")
  6023. o2.Name = "part"
  6024. o2.Parent = o1
  6025. o2.BrickColor = BrickColor.new("Really black")
  6026. o2.Reflectance = 0.10000000149012
  6027. o2.Position = Vector3.new(-42.1407204, 2.32828784, -23.0075817)
  6028. o2.Rotation = Vector3.new(-90, 0, -90)
  6029. o2.Anchored = true
  6030. o2.Size = Vector3.new(1, 1.20000005, 1)
  6031. o2.CFrame = CFrame.new(-42.1407204, 2.32828784, -23.0075817, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  6032. o2.BottomSurface = Enum.SurfaceType.Smooth
  6033. o2.TopSurface = Enum.SurfaceType.Smooth
  6034. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6035. o3.Parent = o2
  6036. o3.Scale = Vector3.new(0.333333343, 0.25, 0.333333343)
  6037. o4.Name = "part"
  6038. o4.Parent = o1
  6039. o4.BrickColor = BrickColor.new("Really black")
  6040. o4.Reflectance = 0.10000000149012
  6041. o4.Position = Vector3.new(-41.4907265, 2.32828689, -23.0075779)
  6042. o4.Rotation = Vector3.new(-90, 0, -90)
  6043. o4.Anchored = true
  6044. o4.Size = Vector3.new(1, 1.20000005, 1)
  6045. o4.CFrame = CFrame.new(-41.4907265, 2.32828689, -23.0075779, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  6046. o4.BottomSurface = Enum.SurfaceType.Smooth
  6047. o4.TopSurface = Enum.SurfaceType.Smooth
  6048. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6049. o5.Parent = o4
  6050. o5.Scale = Vector3.new(0.333333343, 0.666666627, 0.333333343)
  6051. o6.Name = "part"
  6052. o6.Parent = o1
  6053. o6.BrickColor = BrickColor.new("Bright red")
  6054. o6.Reflectance = 0.10000000149012
  6055. o6.Position = Vector3.new(-41.9407234, 2.32828784, -23.0075779)
  6056. o6.Rotation = Vector3.new(-180, 0, 90)
  6057. o6.Anchored = true
  6058. o6.Size = Vector3.new(1, 1.20000005, 1)
  6059. o6.CFrame = CFrame.new(-41.9407234, 2.32828784, -23.0075779, 0, -1, 0, -1, 0, 0, 0, 0, -1)
  6060. o6.BottomSurface = Enum.SurfaceType.Smooth
  6061. o6.TopSurface = Enum.SurfaceType.Smooth
  6062. o6.Color = Color3.new(0.768628, 0.156863, 0.109804)
  6063. o7.Parent = o6
  6064. o7.Scale = Vector3.new(0.333333343, 0.0833333284, 0.333333343)
  6065. o8.Name = "Flash"
  6066. o8.Parent = o1
  6067. o8.Material = Enum.Material.SmoothPlastic
  6068. o8.BrickColor = BrickColor.new("Bright orange")
  6069. o8.Transparency = 1
  6070. o8.Position = Vector3.new(-40.8776131, 2.32680488, -23.017004)
  6071. o8.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924)
  6072. o8.Anchored = true
  6073. o8.FormFactor = Enum.FormFactor.Custom
  6074. o8.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003)
  6075. o8.CFrame = CFrame.new(-40.8776131, 2.32680488, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014)
  6076. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6077. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6078. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6079. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6080. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6081. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6082. o8.Color = Color3.new(0.854902, 0.521569, 0.254902)
  6083. o9.Parent = o8
  6084. o9.Scale = Vector3.new(1.5, 2, 1.80000007)
  6085. o9.MeshType = Enum.MeshType.Sphere
  6086. end
  6087. if Bayonet == true then
  6088. o2 = Instance.new("Part")
  6089. o3 = Instance.new("SpecialMesh")
  6090. o4 = Instance.new("Part")
  6091. o5 = Instance.new("Part")
  6092. o6 = Instance.new("Part")
  6093. o8 = Instance.new("SpecialMesh")
  6094. o9 = Instance.new("Part")
  6095. o2.Name = "KNF2"
  6096. o2.Parent = o1
  6097. o2.Material = Enum.Material.SmoothPlastic
  6098. o2.BrickColor = BrickColor.new("Light stone grey")
  6099. o2.Position = Vector3.new(-41.2967644, 2.00816202, -23.040699)
  6100. o2.Rotation = Vector3.new(-90, 0, -90)
  6101. o2.Anchored = true
  6102. o2.FormFactor = Enum.FormFactor.Custom
  6103. o2.Size = Vector3.new(0.156190887, 0.468572587, 0.0937145352)
  6104. o2.CFrame = CFrame.new(-41.2967644, 2.00816202, -23.040699, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  6105. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6106. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6107. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6108. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6109. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6110. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6111. o2.Color = Color3.new(0.898039, 0.894118, 0.87451)
  6112. o3.Parent = o2
  6113. o3.MeshType = Enum.MeshType.Wedge
  6114. o4.Name = "KNF1"
  6115. o4.Parent = o1
  6116. o4.Material = Enum.Material.SmoothPlastic
  6117. o4.BrickColor = BrickColor.new("Light stone grey")
  6118. o4.Position = Vector3.new(-41.9995346, 2.05501676, -23.0407009)
  6119. o4.Rotation = Vector3.new(-180, 0, -90)
  6120. o4.Anchored = true
  6121. o4.FormFactor = Enum.FormFactor.Symmetric
  6122. o4.Size = Vector3.new(0.18742907, 0.937145114, 0.156190887)
  6123. o4.CFrame = CFrame.new(-41.9995346, 2.05501676, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  6124. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6125. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6126. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6127. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6128. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6129. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6130. o4.Color = Color3.new(0.898039, 0.894118, 0.87451)
  6131. o5.Parent = o1
  6132. o5.Material = Enum.Material.SmoothPlastic
  6133. o5.BrickColor = BrickColor.new("Black")
  6134. o5.Position = Vector3.new(-42.5242958, 2.20311594, -23.0407009)
  6135. o5.Rotation = Vector3.new(-180, 0, -90)
  6136. o5.Anchored = true
  6137. o5.FormFactor = Enum.FormFactor.Symmetric
  6138. o5.Size = Vector3.new(0.546096325, 0.200000003, 0.218667254)
  6139. o5.CFrame = CFrame.new(-42.5242958, 2.20311594, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  6140. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6141. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6142. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6143. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6144. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6145. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6146. o5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6147. o6.Parent = o1
  6148. o6.Material = Enum.Material.SmoothPlastic
  6149. o6.BrickColor = BrickColor.new("Black")
  6150. o6.Position = Vector3.new(-43.0098267, 2.18811393, -23.040699)
  6151. o6.Rotation = Vector3.new(-180, 0, -90)
  6152. o6.Anchored = true
  6153. o6.FormFactor = Enum.FormFactor.Symmetric
  6154. o6.Size = Vector3.new(0.516096354, 0.200000003, 0.218667254)
  6155. o6.CFrame = CFrame.new(-43.0098267, 2.18811393, -23.040699, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  6156. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6157. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6158. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6159. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6160. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6161. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6162. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6163. o8.Parent = o7
  6164. o8.MeshType = Enum.MeshType.Wedge
  6165. o9.Parent = o1
  6166. o9.Material = Enum.Material.SmoothPlastic
  6167. o9.BrickColor = BrickColor.new("Really black")
  6168. o9.Position = Vector3.new(-42.7666817, 2.05501771, -23.0407009)
  6169. o9.Rotation = Vector3.new(-180, 0, -90)
  6170. o9.Anchored = true
  6171. o9.FormFactor = Enum.FormFactor.Symmetric
  6172. o9.Size = Vector3.new(0.249905437, 0.284763545, 0.218667254)
  6173. o9.CFrame = CFrame.new(-42.7666817, 2.05501771, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1)
  6174. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6175. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6176. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6177. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6178. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6179. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6180. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6181. function onTouched(part)
  6182. local h = part.Parent:findFirstChild("Humanoid")
  6183. if h~=nil then
  6184. h.Health = h.Health -100
  6185. wait(.01)
  6186. h.Health = h.Health -100
  6187. wait(.01)
  6188.  
  6189. end
  6190. end
  6191. o1.KNF2.Touched:connect(onTouched)
  6192. o1.KNF1.Touched:connect(onTouched)
  6193. end
  6194. if Laser == true then
  6195. o2 = Instance.new("Part")
  6196. o3h = Instance.new("Part")
  6197. o4 = Instance.new("CylinderMesh")
  6198. o5 = Instance.new("Part")
  6199. o2.Parent = o1
  6200. o2.Material = Enum.Material.SmoothPlastic
  6201. o2.BrickColor = BrickColor.new("Smoky grey")
  6202. o2.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421)
  6203. o2.Anchored = true
  6204. o2.Shape = Enum.PartType.Cylinder
  6205. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6206. o2.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6207. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6208. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6209. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6210. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6211. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6212. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6213. o2.Color = Color3.new(0.356863, 0.364706, 0.411765)
  6214. o3h.Name = "LASER"
  6215. o3h.Parent = o1
  6216. o3h.Material = Enum.Material.SmoothPlastic
  6217. o3h.BrickColor = BrickColor.new("Maroon")
  6218. o3h.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421)
  6219. o3h.Rotation = Vector3.new(-0, 0, 90)
  6220. o3h.Anchored = true
  6221. o3h.Shape = Enum.PartType.Cylinder
  6222. o3h.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6223. o3h.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  6224. o3h.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6225. o3h.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6226. o3h.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6227. o3h.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6228. o3h.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6229. o3h.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6230. o3h.Color = Color3.new(0.458824, 0, 0)
  6231. o4.Parent = o3h
  6232. o4.Offset = Vector3.new(0, -200, 0)
  6233. o4.Scale = Vector3.new(0.075000003, 2000, 0.444000006)
  6234. o5.Parent = o1
  6235. o5.Material = Enum.Material.SmoothPlastic
  6236. o5.BrickColor = BrickColor.new("Really black")
  6237. o5.Position = Vector3.new(-43.8711853, 2.26074958, -23.2754421)
  6238. o5.Anchored = true
  6239. o5.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003)
  6240. o5.CFrame = CFrame.new(-43.8711853, 2.26074958, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6241. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6242. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6243. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6244. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6245. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6246. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6247. o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6248. end
  6249. if Drum == true then
  6250. o1.Mag:Destroy()
  6251. AMMA = Instance.new("Part")
  6252. o2 = Instance.new("CylinderMesh")
  6253. AMMA.Name = "Mag"
  6254. AMMA.Parent = o1
  6255. AMMA.BrickColor = BrickColor.new("Dark stone grey")
  6256. AMMA.Position = Vector3.new(-44.7867393, 1.52765965, -23.0326481)
  6257. AMMA.Rotation = Vector3.new(-179.327454, 0.000156550159, -105.36084)
  6258. AMMA.Anchored = true
  6259. AMMA.FormFactor = Enum.FormFactor.Custom
  6260. AMMA.Size = Vector3.new(0.578095257, 0.464761913, 0.714285731)
  6261. AMMA.CFrame = CFrame.new(-44.7867393, 1.52765965, -23.0326481, -0.264897078, 0.964276731, 2.73231581e-006, 0.964210331, 0.264878809, 0.0117380489, 0.0113180038, 0.00311200949, -0.999931097)
  6262. AMMA.Material = "SmoothPlastic"
  6263. AMMA.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6264. AMMA.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6265. AMMA.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6266. AMMA.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6267. AMMA.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6268. AMMA.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6269. AMMA.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6270. o2.Parent = AMMA
  6271. o1.Ammo.Value = 50
  6272. o1.MaxAmmo.Value = 50
  6273. o1.StoredAmmo.Value = 500
  6274. end
  6275. if Grip == "BIPOD" then
  6276. o2 = Instance.new("Part")
  6277. o3 = Instance.new("CylinderMesh")
  6278. o4 = Instance.new("Part")
  6279. o5 = Instance.new("CylinderMesh")
  6280. o6 = Instance.new("Part")
  6281. o7 = Instance.new("CylinderMesh")
  6282. o8 = Instance.new("Part")
  6283. o9 = Instance.new("CylinderMesh")
  6284. o10 = Instance.new("Part")
  6285. o11 = Instance.new("CylinderMesh")
  6286. o12 = Instance.new("Part")
  6287. o13 = Instance.new("CylinderMesh")
  6288. o2.BrickColor = BrickColor.new("Really black")
  6289. o2.Position = Vector3.new(-43.6581421, 1.260432, -22.7018719)
  6290. o2.Rotation = Vector3.new(-90, 88.374054, 90)
  6291. o2.CanCollide = false
  6292. o2.FormFactor = Enum.FormFactor.Custom
  6293. o2.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  6294. o2.CFrame = CFrame.new(-43.6581421, 1.260432, -22.7018719, 0, -0.0283740088, 0.999597371, 0, 0.999597371, 0.028374007, -1, 0, 0)
  6295. o2.BottomSurface = Enum.SurfaceType.Smooth
  6296. o2.TopSurface = Enum.SurfaceType.Smooth
  6297. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6298. o3.Parent = o2
  6299. o3.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433)
  6300. o4.Parent = o1
  6301. o4.BrickColor = BrickColor.new("Really black")
  6302. o4.Position = Vector3.new(-43.6703453, 1.69079101, -22.8541527)
  6303. o4.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076)
  6304. o4.CanCollide = false
  6305. o4.FormFactor = Enum.FormFactor.Custom
  6306. o4.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  6307. o4.CFrame = CFrame.new(-43.6703453, 1.69079101, -22.8541527, -0.999597371, -0.0266627967, 0.00970462617, -0.0283740088, 0.939312518, -0.341887474, 0, -0.34202522, -0.939690828)
  6308. o4.BottomSurface = Enum.SurfaceType.Smooth
  6309. o4.TopSurface = Enum.SurfaceType.Smooth
  6310. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6311. o5.Parent = o4
  6312. o5.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746)
  6313. o6.Parent = o1
  6314. o6.BrickColor = BrickColor.new("Really black")
  6315. o6.Position = Vector3.new(-43.6662483, 1.54586697, -22.8013821)
  6316. o6.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076)
  6317. o6.CanCollide = false
  6318. o6.FormFactor = Enum.FormFactor.Custom
  6319. o6.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  6320. o6.CFrame = CFrame.new(-43.6662483, 1.54586697, -22.8013821, -0.999597371, -0.0266627967, 0.00970462617, -0.0283740088, 0.939312518, -0.341887474, 0, -0.34202522, -0.939690828)
  6321. o6.BottomSurface = Enum.SurfaceType.Smooth
  6322. o6.TopSurface = Enum.SurfaceType.Smooth
  6323. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6324. o7.Parent = o6
  6325. o7.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373)
  6326. o8.Parent = o1
  6327. o8.BrickColor = BrickColor.new("Really black")
  6328. o8.Position = Vector3.new(-43.6706467, 1.70105505, -23.166748)
  6329. o8.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929)
  6330. o8.CanCollide = false
  6331. o8.FormFactor = Enum.FormFactor.Custom
  6332. o8.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  6333. o8.CFrame = CFrame.new(-43.6706467, 1.70105505, -23.166748, 0.999597371, -0.026662806, 0.00970459171, 0.0283740088, 0.939312875, -0.341886282, 0, 0.342023969, 0.939691305)
  6334. o8.BottomSurface = Enum.SurfaceType.Smooth
  6335. o8.TopSurface = Enum.SurfaceType.Smooth
  6336. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6337. o9.Parent = o8
  6338. o9.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746)
  6339. o10.Parent = o1
  6340. o10.BrickColor = BrickColor.new("Really black")
  6341. o10.Position = Vector3.new(-43.6581421, 1.26043296, -23.319025)
  6342. o10.Rotation = Vector3.new(90, -88.374054, 90)
  6343. o10.CanCollide = false
  6344. o10.FormFactor = Enum.FormFactor.Custom
  6345. o10.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  6346. o10.CFrame = CFrame.new(-43.6581421, 1.26043296, -23.319025, 0, -0.0283740088, -0.999597371, 0, 0.999597371, -0.028374007, 1, 0, 0)
  6347. o10.BottomSurface = Enum.SurfaceType.Smooth
  6348. o10.TopSurface = Enum.SurfaceType.Smooth
  6349. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6350. o11.Parent = o10
  6351. o11.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433)
  6352. o12.Parent = o1
  6353. o12.BrickColor = BrickColor.new("Really black")
  6354. o12.Position = Vector3.new(-43.6665268, 1.55614102, -23.2195148)
  6355. o12.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929)
  6356. o12.CanCollide = false
  6357. o12.FormFactor = Enum.FormFactor.Custom
  6358. o12.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969)
  6359. o12.CFrame = CFrame.new(-43.6665268, 1.55614102, -23.2195148, 0.999597371, -0.026662806, 0.00970459171, 0.0283740088, 0.939312875, -0.341886282, 0, 0.342023969, 0.939691305)
  6360. o12.BottomSurface = Enum.SurfaceType.Smooth
  6361. o12.TopSurface = Enum.SurfaceType.Smooth
  6362. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6363. o13.Parent = o12
  6364. o13.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373)
  6365. elseif Grip == "ANGLEGRIP" then
  6366. o2 = Instance.new("Part")
  6367. o3 = Instance.new("Part")
  6368. o4 = Instance.new("Part")
  6369. o5 = Instance.new("Part")
  6370. o6 = Instance.new("Part")
  6371. o7 = Instance.new("Part")
  6372. o8 = Instance.new("Part")
  6373. o9 = Instance.new("Part")
  6374. o10 = Instance.new("Part")
  6375. o11 = Instance.new("Part")
  6376. o12 = Instance.new("SpecialMesh")
  6377. o13 = Instance.new("Part")
  6378. o14 = Instance.new("Part")
  6379. o15 = Instance.new("SpecialMesh")
  6380. o16 = Instance.new("Part")
  6381. o17 = Instance.new("SpecialMesh")
  6382. o18 = Instance.new("Part")
  6383. o19 = Instance.new("Part")
  6384. o20 = Instance.new("Part")
  6385. o21 = Instance.new("SpecialMesh")
  6386. o22 = Instance.new("Part")
  6387. o23 = Instance.new("SpecialMesh")
  6388. o24 = Instance.new("Part")
  6389. o25 = Instance.new("Part")
  6390. o2.Parent = o1
  6391. o2.Material = Enum.Material.SmoothPlastic
  6392. o2.BrickColor = BrickColor.new("Really black")
  6393. o2.Position = Vector3.new(-43.7079277, 2.10686278, -23.0070534)
  6394. o2.Rotation = Vector3.new(0.870935917, -89.8813095, 0.87093389)
  6395. o2.Anchored = true
  6396. o2.CanCollide = false
  6397. o2.FormFactor = Enum.FormFactor.Custom
  6398. o2.Size = Vector3.new(0.156378269, 0.0721745938, 0.228552848)
  6399. o2.CFrame = CFrame.new(-43.7079277, 2.10686278, -23.0070534, 0.00210499973, -3.1999858e-005, -0.999997854, 0, 1, -3.19999308e-005, 0.999997854, 6.73598493e-008, 0.00210499973)
  6400. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6401. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6402. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6403. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6404. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6405. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6406. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6407. o3.Parent = o1
  6408. o3.Material = Enum.Material.SmoothPlastic
  6409. o3.BrickColor = BrickColor.new("Really black")
  6410. o3.Position = Vector3.new(-44.2702217, 1.98938179, -23.0059261)
  6411. o3.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526)
  6412. o3.Anchored = true
  6413. o3.CanCollide = false
  6414. o3.FormFactor = Enum.FormFactor.Custom
  6415. o3.Size = Vector3.new(0.204494655, 0.0601454861, 0.264640152)
  6416. o3.CFrame = CFrame.new(-44.2702217, 1.98938179, -23.0059261, 0.00210499973, -0.79622215, 0.605000794, 0, -0.605002105, -0.796223879, 0.999997854, 0.00167605095, -0.00127352902)
  6417. o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6418. o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6419. o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6420. o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6421. o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6422. o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6423. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6424. o4.Parent = o1
  6425. o4.Material = Enum.Material.SmoothPlastic
  6426. o4.BrickColor = BrickColor.new("Really black")
  6427. o4.Position = Vector3.new(-44.1654472, 1.86643887, -23.0061512)
  6428. o4.Rotation = Vector3.new(90.1556473, 52.2288246, 89.803093)
  6429. o4.Anchored = true
  6430. o4.CanCollide = false
  6431. o4.FormFactor = Enum.FormFactor.Custom
  6432. o4.Size = Vector3.new(0.204494655, 0.0601454861, 0.0775876865)
  6433. o4.CFrame = CFrame.new(-44.1654472, 1.86643887, -23.0061512, 0.00210499973, -0.612505972, 0.790463269, 0, -0.790464997, -0.612507343, 0.999997854, 0.00128932775, -0.00166392862)
  6434. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6435. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6436. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6437. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6438. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6439. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6440. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6441. o5.Parent = o1
  6442. o5.Material = Enum.Material.SmoothPlastic
  6443. o5.BrickColor = BrickColor.new("Really black")
  6444. o5.Position = Vector3.new(-44.0593262, 2.07438278, -23.0063744)
  6445. o5.Rotation = Vector3.new(90.1205978, 44.9970665, 89.8294449)
  6446. o5.Anchored = true
  6447. o5.CanCollide = false
  6448. o5.FormFactor = Enum.FormFactor.Custom
  6449. o5.Size = Vector3.new(0.204494655, 0.0481163897, 0.0601454861)
  6450. o5.CFrame = CFrame.new(-44.0593262, 2.07438278, -23.0063744, 0.00210499973, -0.707140028, 0.707070529, 0, -0.707072079, -0.707141578, 0.999997854, 0.00148853287, -0.00148838642)
  6451. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6452. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6453. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6454. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6455. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6456. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6457. o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6458. o6.Parent = o1
  6459. o6.Material = Enum.Material.SmoothPlastic
  6460. o6.BrickColor = BrickColor.new("Really black")
  6461. o6.Position = Vector3.new(-44.0290871, 2.04886079, -23.006443)
  6462. o6.Rotation = Vector3.new(89.9303665, -30.0025082, 89.8607254)
  6463. o6.Anchored = true
  6464. o6.CanCollide = false
  6465. o6.FormFactor = Enum.FormFactor.Custom
  6466. o6.Size = Vector3.new(0.204494655, 0.0601454861, 0.108261876)
  6467. o6.CFrame = CFrame.new(-44.0290871, 2.04886079, -23.006443, 0.00210499973, -0.86600101, -0.500037909, 0, 0.500038981, -0.866002917, 0.999997854, 0.00182293588, 0.00105258182)
  6468. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6469. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6470. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6471. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6472. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6473. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6474. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6475. o7.Parent = o1
  6476. o7.Material = Enum.Material.SmoothPlastic
  6477. o7.BrickColor = BrickColor.new("Really black")
  6478. o7.Position = Vector3.new(-44.2125015, 2.08517194, -23.0060539)
  6479. o7.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  6480. o7.Anchored = true
  6481. o7.CanCollide = false
  6482. o7.FormFactor = Enum.FormFactor.Custom
  6483. o7.Size = Vector3.new(0.204494655, 0.0481163934, 0.288698345)
  6484. o7.CFrame = CFrame.new(-44.2125015, 2.08517194, -23.0060539, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  6485. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6486. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6487. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6488. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6489. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6490. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6491. o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6492. o8.Parent = o1
  6493. o8.Material = Enum.Material.SmoothPlastic
  6494. o8.BrickColor = BrickColor.new("Really black")
  6495. o8.Position = Vector3.new(-43.9994507, 2.02802086, -23.0065079)
  6496. o8.Rotation = Vector3.new(89.7910843, -60.0023575, 89.7587662)
  6497. o8.Anchored = true
  6498. o8.CanCollide = false
  6499. o8.FormFactor = Enum.FormFactor.Custom
  6500. o8.Size = Vector3.new(0.204494655, 0.0601454861, 0.493192971)
  6501. o8.CFrame = CFrame.new(-43.9994507, 2.02802086, -23.0065079, 0.00210499973, -0.499959946, -0.866045952, 0, 0.866047859, -0.499961078, 0.999997854, 0.00105241779, 0.00182303041)
  6502. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6503. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6504. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6505. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6506. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6507. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6508. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6509. o9.Parent = o1
  6510. o9.Material = Enum.Material.SmoothPlastic
  6511. o9.BrickColor = BrickColor.new("Really black")
  6512. o9.Position = Vector3.new(-43.9869766, 2.09096074, -23.0065212)
  6513. o9.Rotation = Vector3.new(90, -0.00269289524, 89.8793945)
  6514. o9.Anchored = true
  6515. o9.CanCollide = false
  6516. o9.FormFactor = Enum.FormFactor.Custom
  6517. o9.Size = Vector3.new(0.204494655, 0.144349173, 0.0481163859)
  6518. o9.CFrame = CFrame.new(-43.9869766, 2.09096074, -23.0065212, 0.00210499973, -0.999997854, -4.69998886e-005, 0, 4.69999941e-005, -1, 0.999997854, 0.00210499973, 9.89349758e-008)
  6519. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6520. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6521. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6522. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6523. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6524. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6525. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6526. o10.Parent = o1
  6527. o10.Material = Enum.Material.SmoothPlastic
  6528. o10.BrickColor = BrickColor.new("Really black")
  6529. o10.Position = Vector3.new(-44.1809196, 2.12215877, -23.0061283)
  6530. o10.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  6531. o10.Anchored = true
  6532. o10.CanCollide = false
  6533. o10.FormFactor = Enum.FormFactor.Custom
  6534. o10.Size = Vector3.new(0.204494655, 0.0258625615, 0.550331175)
  6535. o10.CFrame = CFrame.new(-44.1809196, 2.12215877, -23.0061283, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  6536. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6537. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6538. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6539. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6540. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6541. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6542. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6543. o11.Parent = o1
  6544. o11.Material = Enum.Material.SmoothPlastic
  6545. o11.BrickColor = BrickColor.new("Really black")
  6546. o11.Position = Vector3.new(-43.9057503, 2.14530373, -23.0066986)
  6547. o11.Rotation = Vector3.new(179.156281, 89.8813095, -179.156281)
  6548. o11.Anchored = true
  6549. o11.CanCollide = false
  6550. o11.FormFactor = Enum.FormFactor.Custom
  6551. o11.Size = Vector3.new(0.204494655, 0.0721745864, 0.132320076)
  6552. o11.CFrame = CFrame.new(-43.9057503, 2.14530373, -23.0066986, -0.00210499973, 3.09998613e-005, 0.999997854, 0, 1, -3.09999341e-005, -0.999997854, -6.52548522e-008, -0.00210499973)
  6553. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6554. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6555. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6556. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6557. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6558. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6559. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6560. o12.Parent = o11
  6561. o12.MeshType = Enum.MeshType.Wedge
  6562. o13.Parent = o1
  6563. o13.Material = Enum.Material.SmoothPlastic
  6564. o13.BrickColor = BrickColor.new("Really black")
  6565. o13.Position = Vector3.new(-43.6952477, 2.15130782, -23.0071468)
  6566. o13.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  6567. o13.Anchored = true
  6568. o13.CanCollide = false
  6569. o13.FormFactor = Enum.FormFactor.Custom
  6570. o13.Size = Vector3.new(0.204494655, 0.0601454861, 0.288698316)
  6571. o13.CFrame = CFrame.new(-43.6952477, 2.15130782, -23.0071468, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  6572. o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6573. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6574. o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6575. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6576. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6577. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6578. o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6579. o14.Parent = o1
  6580. o14.Material = Enum.Material.SmoothPlastic
  6581. o14.BrickColor = BrickColor.new("Really black")
  6582. o14.Position = Vector3.new(-43.6110344, 2.10920095, -23.0073242)
  6583. o14.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151)
  6584. o14.Anchored = true
  6585. o14.CanCollide = false
  6586. o14.FormFactor = Enum.FormFactor.Custom
  6587. o14.Size = Vector3.new(0.204494655, 0.024058193, 0.024058193)
  6588. o14.CFrame = CFrame.new(-43.6110344, 2.10920095, -23.0073242, 0.00210499973, -3.09998613e-005, 0.999997854, 0, -1, -3.09999341e-005, 0.999997854, 6.52548522e-008, -0.00210499973)
  6589. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6590. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6591. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6592. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6593. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6594. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6595. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6596. o15.Parent = o14
  6597. o15.MeshType = Enum.MeshType.Wedge
  6598. o16.Parent = o1
  6599. o16.Material = Enum.Material.SmoothPlastic
  6600. o16.BrickColor = BrickColor.new("Really black")
  6601. o16.Position = Vector3.new(-43.5930023, 2.05506992, -23.0073662)
  6602. o16.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151)
  6603. o16.Anchored = true
  6604. o16.CanCollide = false
  6605. o16.FormFactor = Enum.FormFactor.Custom
  6606. o16.Size = Vector3.new(0.204494655, 0.132320076, 0.0360872932)
  6607. o16.CFrame = CFrame.new(-43.5930023, 2.05506992, -23.0073662, 0.00210499973, -3.09998613e-005, 0.999997854, 0, -1, -3.09999341e-005, 0.999997854, 6.52548522e-008, -0.00210499973)
  6608. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6609. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6610. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6611. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6612. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6613. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6614. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6615. o17.Parent = o16
  6616. o17.MeshType = Enum.MeshType.Wedge
  6617. o18.Parent = o1
  6618. o18.Material = Enum.Material.SmoothPlastic
  6619. o18.BrickColor = BrickColor.new("Really black")
  6620. o18.Position = Vector3.new(-43.5508919, 2.05506778, -23.0074501)
  6621. o18.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945)
  6622. o18.Anchored = true
  6623. o18.CanCollide = false
  6624. o18.FormFactor = Enum.FormFactor.Custom
  6625. o18.Size = Vector3.new(0.204494655, 0.0481163934, 0.132320076)
  6626. o18.CFrame = CFrame.new(-43.5508919, 2.05506778, -23.0074501, 0.00210499973, 0.999997854, 4.69998886e-005, 0, -4.69999941e-005, 1, 0.999997854, -0.00210499973, -9.89349758e-008)
  6627. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6628. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6629. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6630. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6631. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6632. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6633. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6634. o19.Parent = o1
  6635. o19.Material = Enum.Material.SmoothPlastic
  6636. o19.BrickColor = BrickColor.new("Really black")
  6637. o19.Position = Vector3.new(-43.5328445, 2.13926983, -23.0074863)
  6638. o19.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  6639. o19.Anchored = true
  6640. o19.CanCollide = false
  6641. o19.FormFactor = Enum.FormFactor.Custom
  6642. o19.Size = Vector3.new(0.204494655, 0.0360872932, 0.0360872857)
  6643. o19.CFrame = CFrame.new(-43.5328445, 2.13926983, -23.0074863, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  6644. o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6645. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6646. o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6647. o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6648. o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6649. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6650. o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6651. o20.Parent = o1
  6652. o20.Material = Enum.Material.SmoothPlastic
  6653. o20.BrickColor = BrickColor.new("Really black")
  6654. o20.Position = Vector3.new(-43.5208168, 2.05506587, -23.0075073)
  6655. o20.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945)
  6656. o20.Anchored = true
  6657. o20.CanCollide = false
  6658. o20.FormFactor = Enum.FormFactor.Custom
  6659. o20.Size = Vector3.new(0.204494655, 0.0120290974, 0.132320076)
  6660. o20.CFrame = CFrame.new(-43.5208168, 2.05506587, -23.0075073, 0.00210499973, 0.999997854, 4.69998886e-005, 0, -4.69999941e-005, 1, 0.999997854, -0.00210499973, -9.89349758e-008)
  6661. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6662. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6663. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6664. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6665. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6666. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6667. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6668. o21.Parent = o20
  6669. o21.MeshType = Enum.MeshType.Wedge
  6670. o22.Parent = o1
  6671. o22.Material = Enum.Material.SmoothPlastic
  6672. o22.BrickColor = BrickColor.new("Really black")
  6673. o22.Position = Vector3.new(-43.5328407, 2.16934395, -23.0074863)
  6674. o22.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151)
  6675. o22.Anchored = true
  6676. o22.CanCollide = false
  6677. o22.FormFactor = Enum.FormFactor.Custom
  6678. o22.Size = Vector3.new(0.204494655, 0.0240581967, 0.0360872857)
  6679. o22.CFrame = CFrame.new(-43.5328407, 2.16934395, -23.0074863, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973)
  6680. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6681. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6682. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6683. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6684. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6685. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6686. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6687. o23.Parent = o22
  6688. o23.MeshType = Enum.MeshType.Wedge
  6689. o24.Parent = o1
  6690. o24.Material = Enum.Material.SmoothPlastic
  6691. o24.BrickColor = BrickColor.new("Really black")
  6692. o24.Position = Vector3.new(-43.9694099, 1.99636579, -23.0065041)
  6693. o24.Rotation = Vector3.new(89.7911301, -59.9968758, 89.758812)
  6694. o24.Anchored = true
  6695. o24.CanCollide = false
  6696. o24.FormFactor = Enum.FormFactor.Custom
  6697. o24.Size = Vector3.new(0.156378269, 0.0721745938, 0.470939159)
  6698. o24.CFrame = CFrame.new(-43.9694099, 1.99636579, -23.0065041, 0.00210499973, -0.500042975, -0.865998089, 0, 0.865999997, -0.500044107, 0.999997854, 0.00105259253, 0.00182292971)
  6699. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6700. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6701. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6702. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6703. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6704. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6705. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6706. o25.Parent = o1
  6707. o25.Material = Enum.Material.SmoothPlastic
  6708. o25.BrickColor = BrickColor.new("Really black")
  6709. o25.Position = Vector3.new(-44.3612099, 2.10910392, -23.0057392)
  6710. o25.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526)
  6711. o25.Anchored = true
  6712. o25.CanCollide = false
  6713. o25.FormFactor = Enum.FormFactor.Custom
  6714. o25.Size = Vector3.new(0.204494596, 0.0601454675, 0.0601454675)
  6715. o25.CFrame = CFrame.new(-44.3612099, 2.10910392, -23.0057392, 0.00210499973, -0.79622215, 0.605000794, 0, -0.605002105, -0.796223879, 0.999997854, 0.00167605095, -0.00127352902)
  6716. o25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6717. o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6718. o25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6719. o25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6720. o25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6721. o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6722. o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6723. elseif Grip == "VERTGRIP" then
  6724. o2 = Instance.new("Part")
  6725. o3 = Instance.new("CylinderMesh")
  6726. o4 = Instance.new("Part")
  6727. o5 = Instance.new("CylinderMesh")
  6728. o2.Parent = o1
  6729. o2.Material = Enum.Material.SmoothPlastic
  6730. o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6731. o2.Position = Vector3.new(-43.8131485, 1.94014311, -23.021431)
  6732. o2.Anchored = true
  6733. o2.FormFactor = Enum.FormFactor.Symmetric
  6734. o2.Size = Vector3.new(1, 1, 1)
  6735. o2.CFrame = CFrame.new(-43.8131485, 1.94014311, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6736. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6737. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6738. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6739. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6740. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6741. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6742. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6743. o3.Parent = o2
  6744. o3.Scale = Vector3.new(0.181818187, 0.636363626, 0.227272734)
  6745. o4.Parent = o1
  6746. o4.Material = Enum.Material.SmoothPlastic
  6747. o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6748. o4.Position = Vector3.new(-43.8131485, 1.61286783, -23.021431)
  6749. o4.Anchored = true
  6750. o4.FormFactor = Enum.FormFactor.Symmetric
  6751. o4.Size = Vector3.new(1, 1, 1)
  6752. o4.CFrame = CFrame.new(-43.8131485, 1.61286783, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6753. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6754. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6755. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6756. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6757. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6758. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6759. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6760. o5.Parent = o4
  6761. o5.Scale = Vector3.new(0.272727281, 0.0909090936, 0.227272734)
  6762. else
  6763. end
  6764. if FlashLight == true then
  6765. o2 = Instance.new("Part")
  6766. o3 = Instance.new("SpotLight")
  6767. o4 = Instance.new("Part")
  6768. o2.Name = "LIGHT"
  6769. o2.Parent = o1
  6770. o2.Material = Enum.Material.SmoothPlastic
  6771. o2.BrickColor = BrickColor.new("Deep orange")
  6772. o2.Position = Vector3.new(-43.500782, 2.23753619, -22.7379551)
  6773. o2.Shape = Enum.PartType.Cylinder
  6774. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6775. o2.CFrame = CFrame.new(-43.500782, 2.23753619, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6776. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6777. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6778. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6779. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6780. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6781. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6782. o2.Color = Color3.new(1, 0.686275, 0)
  6783. o3.Name = "LIGHT"
  6784. o3.Brightness = 3
  6785. o3.Parent = o2
  6786. o3.Face = Enum.NormalId.Right
  6787. o4.Parent = o1
  6788. o4.Material = Enum.Material.SmoothPlastic
  6789. o4.BrickColor = BrickColor.new("Really black")
  6790. o4.Position = Vector3.new(-43.8711853, 2.24708676, -22.7379551)
  6791. o4.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003)
  6792. o4.CFrame = CFrame.new(-43.8711853, 2.24708676, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6793. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6794. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6795. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6796. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6797. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6798. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6799. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6800.  
  6801. end
  6802. if Sight == "HOLOSIGHT" then
  6803. o2 = Instance.new("Part")
  6804. o3 = Instance.new("BlockMesh")
  6805. o4 = Instance.new("Part")
  6806. o5 = Instance.new("SpecialMesh")
  6807. o6 = Instance.new("Part")
  6808. o7 = Instance.new("BlockMesh")
  6809. o8 = Instance.new("Part")
  6810. o9 = Instance.new("SpecialMesh")
  6811. o10 = Instance.new("Part")
  6812. o11 = Instance.new("BlockMesh")
  6813. o12 = Instance.new("Part")
  6814. o13 = Instance.new("Decal")
  6815. o14 = Instance.new("BlockMesh")
  6816. o15 = Instance.new("Part")
  6817. o16 = Instance.new("BlockMesh")
  6818. o17 = Instance.new("Part")
  6819. o18 = Instance.new("SpecialMesh")
  6820. o19 = Instance.new("Part")
  6821. o20 = Instance.new("BlockMesh")
  6822. o21 = Instance.new("Part")
  6823. o22 = Instance.new("SpecialMesh")
  6824. o23 = Instance.new("Part")
  6825. o24 = Instance.new("SpecialMesh")
  6826. o25 = Instance.new("Part")
  6827. o26 = Instance.new("SpecialMesh")
  6828. o27 = Instance.new("Part")
  6829. o28 = Instance.new("SpecialMesh")
  6830. o29 = Instance.new("Part")
  6831. o30 = Instance.new("BlockMesh")
  6832. o31 = Instance.new("Part")
  6833. o32 = Instance.new("BlockMesh")
  6834. o33 = Instance.new("Part")
  6835. o34 = Instance.new("SpecialMesh")
  6836. o35 = Instance.new("Part")
  6837. o36 = Instance.new("CylinderMesh")
  6838. o37 = Instance.new("Part")
  6839. o38 = Instance.new("Decal")
  6840. o39 = Instance.new("CylinderMesh")
  6841. o40 = Instance.new("Part")
  6842. o41 = Instance.new("BlockMesh")
  6843. o42 = Instance.new("Part")
  6844. o43 = Instance.new("SpecialMesh")
  6845. o44 = Instance.new("Part")
  6846. o45 = Instance.new("SpecialMesh")
  6847. o46 = Instance.new("Part")
  6848. o47 = Instance.new("Decal")
  6849. o48 = Instance.new("BlockMesh")
  6850. o49 = Instance.new("Part")
  6851. o50 = Instance.new("SpecialMesh")
  6852. o51 = Instance.new("Part")
  6853. o52 = Instance.new("BlockMesh")
  6854. o53 = Instance.new("Part")
  6855. o54 = Instance.new("SpecialMesh")
  6856. o55 = Instance.new("Part")
  6857. o56 = Instance.new("BlockMesh")
  6858. o57 = Instance.new("Part")
  6859. o58 = Instance.new("SpecialMesh")
  6860. o59 = Instance.new("Part")
  6861. o60 = Instance.new("BlockMesh")
  6862. o61 = Instance.new("Part")
  6863. o62 = Instance.new("Decal")
  6864. o63 = Instance.new("BlockMesh")
  6865. o64 = Instance.new("Part")
  6866. o65 = Instance.new("BlockMesh")
  6867. o66 = Instance.new("Part")
  6868. o67 = Instance.new("BlockMesh")
  6869. o68 = Instance.new("Part")
  6870. o69 = Instance.new("BlockMesh")
  6871. o70 = Instance.new("Part")
  6872. o71 = Instance.new("SpecialMesh")
  6873. o72 = Instance.new("Part")
  6874. o73 = Instance.new("SpecialMesh")
  6875. o74 = Instance.new("Part")
  6876. o75 = Instance.new("Decal")
  6877. o76 = Instance.new("BlockMesh")
  6878. o77 = Instance.new("Part")
  6879. o78 = Instance.new("BlockMesh")
  6880. o79 = Instance.new("Part")
  6881. o80 = Instance.new("BlockMesh")
  6882. o81 = Instance.new("Part")
  6883. o82 = Instance.new("BlockMesh")
  6884. o83 = Instance.new("Part")
  6885. o84 = Instance.new("SpecialMesh")
  6886. o85 = Instance.new("Part")
  6887. o86 = Instance.new("SpecialMesh")
  6888. o87 = Instance.new("Part")
  6889. o88 = Instance.new("BlockMesh")
  6890. o89 = Instance.new("Part")
  6891. o90 = Instance.new("BlockMesh")
  6892. o91 = Instance.new("Part")
  6893. o92 = Instance.new("SpecialMesh")
  6894. o93 = Instance.new("Part")
  6895. o94 = Instance.new("BlockMesh")
  6896. o95 = Instance.new("Part")
  6897. o96 = Instance.new("SpecialMesh")
  6898. o97 = Instance.new("Part")
  6899. o98 = Instance.new("BlockMesh")
  6900. o99 = Instance.new("Part")
  6901. o100 = Instance.new("CylinderMesh")
  6902. o101 = Instance.new("Part")
  6903. o102 = Instance.new("CylinderMesh")
  6904. o103 = Instance.new("Part")
  6905. o104 = Instance.new("BlockMesh")
  6906. o105 = Instance.new("Part")
  6907. o106 = Instance.new("BlockMesh")
  6908. o107 = Instance.new("Part")
  6909. o108 = Instance.new("SpecialMesh")
  6910. o109 = Instance.new("Part")
  6911. o110 = Instance.new("BlockMesh")
  6912. o111 = Instance.new("Part")
  6913. o112 = Instance.new("SpecialMesh")
  6914. o113 = Instance.new("Part")
  6915. o114 = Instance.new("SpecialMesh")
  6916. o115 = Instance.new("Part")
  6917. o116 = Instance.new("SpecialMesh")
  6918. o117 = Instance.new("Part")
  6919. o118 = Instance.new("BlockMesh")
  6920. o119 = Instance.new("Part")
  6921. o120 = Instance.new("Decal")
  6922. o121 = Instance.new("BlockMesh")
  6923. o122 = Instance.new("Part")
  6924. o123 = Instance.new("BlockMesh")
  6925. o124 = Instance.new("Part")
  6926. o125 = Instance.new("SpecialMesh")
  6927. o126 = Instance.new("Part")
  6928. o127 = Instance.new("SpecialMesh")
  6929. o128 = Instance.new("Part")
  6930. o129 = Instance.new("SpecialMesh")
  6931. o130 = Instance.new("Part")
  6932. o131 = Instance.new("SpecialMesh")
  6933. o132 = Instance.new("Part")
  6934. o133 = Instance.new("SpecialMesh")
  6935. o134 = Instance.new("Part")
  6936. o135 = Instance.new("SpecialMesh")
  6937. o136 = Instance.new("Part")
  6938. o137 = Instance.new("BlockMesh")
  6939. o138 = Instance.new("Part")
  6940. o139 = Instance.new("SpecialMesh")
  6941. o140 = Instance.new("Part")
  6942. o141 = Instance.new("SpecialMesh")
  6943. o142 = Instance.new("Part")
  6944. o143 = Instance.new("SpecialMesh")
  6945. o144 = Instance.new("Part")
  6946. o145 = Instance.new("SpecialMesh")
  6947. o146 = Instance.new("Part")
  6948. o147 = Instance.new("BlockMesh")
  6949. o2.Parent = o1
  6950. o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6951. o2.Position = Vector3.new(-45.2369041, 2.81570745, -23.0101967)
  6952. o2.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  6953. o2.Anchored = true
  6954. o2.FormFactor = Enum.FormFactor.Custom
  6955. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.223999992)
  6956. o2.CFrame = CFrame.new(-45.2369041, 2.81570745, -23.0101967, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  6957. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6958. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6959. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6960. o3.Parent = o2
  6961. o3.Scale = Vector3.new(0.879999995, 0.0960000008, 1)
  6962. o4.Parent = o1
  6963. o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6964. o4.Position = Vector3.new(-45.3379478, 2.67370844, -23.1152229)
  6965. o4.Rotation = Vector3.new(-0.00200535241, 90, 0)
  6966. o4.Anchored = true
  6967. o4.FormFactor = Enum.FormFactor.Custom
  6968. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6969. o4.CFrame = CFrame.new(-45.3379478, 2.67370844, -23.1152229, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  6970. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6971. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6972. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6973. o5.Parent = o4
  6974. o5.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952)
  6975. o5.MeshType = Enum.MeshType.Wedge
  6976. o6.Parent = o1
  6977. o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6978. o6.Position = Vector3.new(-45.242939, 2.70176029, -22.9381714)
  6979. o6.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  6980. o6.Anchored = true
  6981. o6.FormFactor = Enum.FormFactor.Custom
  6982. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6983. o6.CFrame = CFrame.new(-45.242939, 2.70176029, -22.9381714, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  6984. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6985. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6986. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6987. o7.Parent = o6
  6988. o7.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  6989. o8.Parent = o1
  6990. o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
  6991. o8.Position = Vector3.new(-45.337944, 2.8157053, -23.0102005)
  6992. o8.Rotation = Vector3.new(-0.00200535241, 90, 0)
  6993. o8.Anchored = true
  6994. o8.FormFactor = Enum.FormFactor.Custom
  6995. o8.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003)
  6996. o8.CFrame = CFrame.new(-45.337944, 2.8157053, -23.0102005, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  6997. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6998. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6999. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7000. o9.Parent = o8
  7001. o9.Scale = Vector3.new(1, 0.0960001424, 0.159999952)
  7002. o9.MeshType = Enum.MeshType.Wedge
  7003. o10.Parent = o1
  7004. o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7005. o10.Position = Vector3.new(-45.2519188, 2.77775049, -23.0121861)
  7006. o10.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7007. o10.Anchored = true
  7008. o10.FormFactor = Enum.FormFactor.Custom
  7009. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7010. o10.CFrame = CFrame.new(-45.2519188, 2.77775049, -23.0121861, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7011. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7012. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7013. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7014. o11.Parent = o10
  7015. o11.Scale = Vector3.new(0.719999969, 0.0960000008, 0.799999952)
  7016. o12.Parent = o1
  7017. o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7018. o12.Position = Vector3.new(-45.3429451, 2.57272339, -22.9691792)
  7019. o12.Rotation = Vector3.new(89.9979935, 0.00131786719, 89.9981689)
  7020. o12.Anchored = true
  7021. o12.FormFactor = Enum.FormFactor.Custom
  7022. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7023. o12.CFrame = CFrame.new(-45.3429451, 2.57272339, -22.9691792, 3.19999999e-005, -1, 2.3001121e-005, 3.50000009e-005, -2.30000005e-005, -1, 1, 3.20008039e-005, 3.49992661e-005)
  7024. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7025. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7026. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7027. o13.Parent = o12
  7028. o13.Texture = "http://www.roblox.com/asset/?id=46738391"
  7029. o13.Face = Enum.NormalId.Top
  7030. o14.Parent = o12
  7031. o14.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011)
  7032. o15.Parent = o1
  7033. o15.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7034. o15.Position = Vector3.new(-45.2499352, 2.79672241, -22.9061947)
  7035. o15.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7036. o15.Anchored = true
  7037. o15.FormFactor = Enum.FormFactor.Custom
  7038. o15.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003)
  7039. o15.CFrame = CFrame.new(-45.2499352, 2.79672241, -22.9061947, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7040. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7041. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7042. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7043. o16.Parent = o15
  7044. o16.Scale = Vector3.new(1, 0.0960000008, 0.0800000057)
  7045. o17.Parent = o1
  7046. o17.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7047. o17.Position = Vector3.new(-45.3389473, 2.67370629, -22.9061985)
  7048. o17.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7049. o17.Anchored = true
  7050. o17.FormFactor = Enum.FormFactor.Custom
  7051. o17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7052. o17.CFrame = CFrame.new(-45.3389473, 2.67370629, -22.9061985, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7053. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7054. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7055. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7056. o18.Parent = o17
  7057. o18.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952)
  7058. o18.MeshType = Enum.MeshType.Wedge
  7059. o19.Parent = o1
  7060. o19.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7061. o19.Position = Vector3.new(-45.2439537, 2.7007184, -23.0821514)
  7062. o19.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7063. o19.Anchored = true
  7064. o19.FormFactor = Enum.FormFactor.Custom
  7065. o19.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7066. o19.CFrame = CFrame.new(-45.2439537, 2.7007184, -23.0821514, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7067. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7068. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7069. o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7070. o20.Parent = o19
  7071. o20.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  7072. o21.Parent = o1
  7073. o21.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7074. o21.Position = Vector3.new(-45.0039558, 2.60572433, -23.1142025)
  7075. o21.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7076. o21.Anchored = true
  7077. o21.FormFactor = Enum.FormFactor.Custom
  7078. o21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7079. o21.CFrame = CFrame.new(-45.0039558, 2.60572433, -23.1142025, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7080. o21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7081. o21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7082. o21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7083. o22.Parent = o21
  7084. o22.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866)
  7085. o22.MeshType = Enum.MeshType.Wedge
  7086. o23.Parent = o1
  7087. o23.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7088. o23.Position = Vector3.new(-45.1629601, 2.71073437, -23.0841694)
  7089. o23.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7090. o23.Anchored = true
  7091. o23.FormFactor = Enum.FormFactor.Custom
  7092. o23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7093. o23.CFrame = CFrame.new(-45.1629601, 2.71073437, -23.0841694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7094. o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7095. o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7096. o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7097. o24.Parent = o23
  7098. o24.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952)
  7099. o24.MeshType = Enum.MeshType.Wedge
  7100. o25.Parent = o1
  7101. o25.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7102. o25.Position = Vector3.new(-45.1219406, 2.80674434, -23.0111694)
  7103. o25.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7104. o25.Anchored = true
  7105. o25.FormFactor = Enum.FormFactor.Custom
  7106. o25.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003)
  7107. o25.CFrame = CFrame.new(-45.1219406, 2.80674434, -23.0111694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7108. o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7109. o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7110. o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7111. o26.Parent = o25
  7112. o26.Scale = Vector3.new(1, 0.192000151, 0.239999965)
  7113. o26.MeshType = Enum.MeshType.Wedge
  7114. o27.Parent = o1
  7115. o27.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7116. o27.Position = Vector3.new(-45.3229294, 2.67670345, -23.0821533)
  7117. o27.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7118. o27.Anchored = true
  7119. o27.FormFactor = Enum.FormFactor.Custom
  7120. o27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7121. o27.CFrame = CFrame.new(-45.3229294, 2.67670345, -23.0821533, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7122. o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7123. o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7124. o27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7125. o28.Parent = o27
  7126. o28.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952)
  7127. o28.MeshType = Enum.MeshType.Wedge
  7128. o29.Parent = o1
  7129. o29.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7130. o29.Position = Vector3.new(-45.242939, 2.59570932, -22.9381714)
  7131. o29.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7132. o29.Anchored = true
  7133. o29.FormFactor = Enum.FormFactor.Custom
  7134. o29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7135. o29.CFrame = CFrame.new(-45.242939, 2.59570932, -22.9381714, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7136. o29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7137. o29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7138. o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7139. o30.Parent = o29
  7140. o30.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057)
  7141. o31.Parent = o1
  7142. o31.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7143. o31.Position = Vector3.new(-45.2099571, 2.66275644, -22.9071884)
  7144. o31.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7145. o31.Anchored = true
  7146. o31.FormFactor = Enum.FormFactor.Custom
  7147. o31.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003)
  7148. o31.CFrame = CFrame.new(-45.2099571, 2.66275644, -22.9071884, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7149. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7150. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7151. o31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7152. o32.Parent = o31
  7153. o32.Scale = Vector3.new(1, 1, 0.0800000057)
  7154. o33.Parent = o1
  7155. o33.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7156. o33.Position = Vector3.new(-45.3139572, 2.73575234, -22.9401321)
  7157. o33.Rotation = Vector3.new(179.998001, 90, 0)
  7158. o33.Anchored = true
  7159. o33.FormFactor = Enum.FormFactor.Custom
  7160. o33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7161. o33.CFrame = CFrame.new(-45.3139572, 2.73575234, -22.9401321, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
  7162. o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7163. o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7164. o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7165. o34.Parent = o33
  7166. o34.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312)
  7167. o34.MeshType = Enum.MeshType.Wedge
  7168. o35.Parent = o1
  7169. o35.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7170. o35.Position = Vector3.new(-45.2509651, 2.59371829, -22.8981628)
  7171. o35.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
  7172. o35.Anchored = true
  7173. o35.FormFactor = Enum.FormFactor.Custom
  7174. o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7175. o35.CFrame = CFrame.new(-45.2509651, 2.59371829, -22.8981628, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005)
  7176. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7177. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7178. o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7179. o36.Parent = o35
  7180. o36.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995)
  7181. o37.Parent = o1
  7182. o37.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7183. o37.Position = Vector3.new(-45.3419685, 2.61172843, -23.0101986)
  7184. o37.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311)
  7185. o37.Anchored = true
  7186. o37.FormFactor = Enum.FormFactor.Custom
  7187. o37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7188. o37.CFrame = CFrame.new(-45.3419685, 2.61172843, -23.0101986, -3.19999999e-005, -1, -2.3001121e-005, -3.50000009e-005, -2.30000005e-005, 1, -1, 3.20008039e-005, -3.49992661e-005)
  7189. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7190. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7191. o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7192. o38.Parent = o37
  7193. o38.Texture = "http://www.roblox.com/asset/?id=46738405"
  7194. o38.Face = Enum.NormalId.Top
  7195. o39.Parent = o37
  7196. o39.Scale = Vector3.new(0.192000002, 0.0400000028, 0.160000011)
  7197. o40.Parent = o1
  7198. o40.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7199. o40.Position = Vector3.new(-45.31493, 2.59570527, -23.0101986)
  7200. o40.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7201. o40.Anchored = true
  7202. o40.FormFactor = Enum.FormFactor.Custom
  7203. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7204. o40.CFrame = CFrame.new(-45.31493, 2.59570527, -23.0101986, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7205. o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7206. o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7207. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7208. o41.Parent = o40
  7209. o41.Scale = Vector3.new(0.640000045, 0.384000003, 0.239999995)
  7210. o42.Parent = o1
  7211. o42.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7212. o42.Position = Vector3.new(-45.313961, 2.7357533, -23.0831966)
  7213. o42.Rotation = Vector3.new(179.998001, 90, 0)
  7214. o42.Anchored = true
  7215. o42.FormFactor = Enum.FormFactor.Custom
  7216. o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7217. o42.CFrame = CFrame.new(-45.313961, 2.7357533, -23.0831966, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
  7218. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7219. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7220. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7221. o43.Parent = o42
  7222. o43.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312)
  7223. o43.MeshType = Enum.MeshType.Wedge
  7224. o44.Parent = o1
  7225. o44.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7226. o44.Position = Vector3.new(-45.0839424, 2.7297163, -23.1152077)
  7227. o44.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7228. o44.Anchored = true
  7229. o44.FormFactor = Enum.FormFactor.Custom
  7230. o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7231. o44.CFrame = CFrame.new(-45.0839424, 2.7297163, -23.1152077, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7232. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7233. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7234. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7235. o45.Parent = o44
  7236. o45.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952)
  7237. o45.MeshType = Enum.MeshType.Wedge
  7238. o46.Parent = o1
  7239. o46.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7240. o46.Position = Vector3.new(-45.3429413, 2.57272434, -23.0491276)
  7241. o46.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311)
  7242. o46.Anchored = true
  7243. o46.FormFactor = Enum.FormFactor.Custom
  7244. o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7245. o46.CFrame = CFrame.new(-45.3429413, 2.57272434, -23.0491276, -3.19999999e-005, -1, -2.3001121e-005, -3.50000009e-005, -2.30000005e-005, 1, -1, 3.20008039e-005, -3.49992661e-005)
  7246. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7247. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7248. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7249. o47.Parent = o46
  7250. o47.Texture = "http://www.roblox.com/asset/?id=46738391"
  7251. o47.Face = Enum.NormalId.Top
  7252. o48.Parent = o46
  7253. o48.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011)
  7254. o49.Parent = o1
  7255. o49.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7256. o49.Position = Vector3.new(-45.3619232, 2.58566928, -23.1142006)
  7257. o49.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7258. o49.Anchored = true
  7259. o49.FormFactor = Enum.FormFactor.Custom
  7260. o49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7261. o49.CFrame = CFrame.new(-45.3619232, 2.58566928, -23.1142006, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7262. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7263. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7264. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7265. o50.Parent = o49
  7266. o50.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312)
  7267. o50.MeshType = Enum.MeshType.Wedge
  7268. o51.Parent = o1
  7269. o51.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7270. o51.Position = Vector3.new(-45.249939, 2.79672432, -23.1142063)
  7271. o51.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7272. o51.Anchored = true
  7273. o51.FormFactor = Enum.FormFactor.Custom
  7274. o51.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003)
  7275. o51.CFrame = CFrame.new(-45.249939, 2.79672432, -23.1142063, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7276. o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7277. o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7278. o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7279. o52.Parent = o51
  7280. o52.Scale = Vector3.new(1, 0.0960000008, 0.0800000057)
  7281. o53.Parent = o1
  7282. o53.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7283. o53.Position = Vector3.new(-45.3619232, 2.58566928, -22.9031391)
  7284. o53.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7285. o53.Anchored = true
  7286. o53.FormFactor = Enum.FormFactor.Custom
  7287. o53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7288. o53.CFrame = CFrame.new(-45.3619232, 2.58566928, -22.9031391, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7289. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7290. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7291. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7292. o54.Parent = o53
  7293. o54.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312)
  7294. o54.MeshType = Enum.MeshType.Wedge
  7295. o55.Parent = o1
  7296. o55.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7297. o55.Transparency = 0.80000001192093
  7298. o55.Position = Vector3.new(-45.2039452, 2.7007184, -23.0101948)
  7299. o55.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7300. o55.Anchored = true
  7301. o55.FormFactor = Enum.FormFactor.Custom
  7302. o55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7303. o55.CFrame = CFrame.new(-45.2039452, 2.7007184, -23.0101948, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7304. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7305. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7306. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7307. o56.Parent = o55
  7308. o56.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  7309. o57.Parent = o1
  7310. o57.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7311. o57.Position = Vector3.new(-45.0019417, 2.6047473, -22.9072094)
  7312. o57.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7313. o57.Anchored = true
  7314. o57.FormFactor = Enum.FormFactor.Custom
  7315. o57.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7316. o57.CFrame = CFrame.new(-45.0019417, 2.6047473, -22.9072094, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7317. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7318. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7319. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7320. o58.Parent = o57
  7321. o58.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866)
  7322. o58.MeshType = Enum.MeshType.Wedge
  7323. o59.Parent = o1
  7324. o59.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7325. o59.Position = Vector3.new(-45.3379364, 2.58567333, -23.1152058)
  7326. o59.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031)
  7327. o59.Anchored = true
  7328. o59.FormFactor = Enum.FormFactor.Custom
  7329. o59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7330. o59.CFrame = CFrame.new(-45.3379364, 2.58567333, -23.1152058, 1, -2.30008263e-005, 3.29994255e-005, 2.30000005e-005, 1, 2.50007579e-005, -3.30000003e-005, -2.49999994e-005, 1)
  7331. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7332. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7333. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7334. o60.Parent = o59
  7335. o60.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057)
  7336. o61.Parent = o1
  7337. o61.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7338. o61.Transparency = 1
  7339. o61.Position = Vector3.new(-45.2019577, 2.60175633, -23.125206)
  7340. o61.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
  7341. o61.Anchored = true
  7342. o61.FormFactor = Enum.FormFactor.Custom
  7343. o61.Size = Vector3.new(0.30399999, 0.200000003, 0.200000003)
  7344. o61.CFrame = CFrame.new(-45.2019577, 2.60175633, -23.125206, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005)
  7345. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7346. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7347. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7348. o62.Parent = o61
  7349. o62.Texture = "http://www.roblox.com/asset/?id=46737426"
  7350. o62.Face = Enum.NormalId.Top
  7351. o63.Parent = o61
  7352. o63.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
  7353. o64.Parent = o1
  7354. o64.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7355. o64.Position = Vector3.new(-45.08395, 2.60474443, -22.9062023)
  7356. o64.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7357. o64.Anchored = true
  7358. o64.FormFactor = Enum.FormFactor.Custom
  7359. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7360. o64.CFrame = CFrame.new(-45.08395, 2.60474443, -22.9062023, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7361. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7362. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7363. o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7364. o65.Parent = o64
  7365. o65.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057)
  7366. o66.Parent = o1
  7367. o66.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7368. o66.Position = Vector3.new(-45.0839386, 2.6047473, -23.1152096)
  7369. o66.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7370. o66.Anchored = true
  7371. o66.FormFactor = Enum.FormFactor.Custom
  7372. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7373. o66.CFrame = CFrame.new(-45.0839386, 2.6047473, -23.1152096, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7374. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7375. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7376. o66.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7377. o67.Parent = o66
  7378. o67.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057)
  7379. o68.Parent = o1
  7380. o68.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7381. o68.Position = Vector3.new(-45.3389435, 2.58566928, -22.9061947)
  7382. o68.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031)
  7383. o68.Anchored = true
  7384. o68.FormFactor = Enum.FormFactor.Custom
  7385. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7386. o68.CFrame = CFrame.new(-45.3389435, 2.58566928, -22.9061947, 1, -2.30008263e-005, 3.29994255e-005, 2.30000005e-005, 1, 2.50007579e-005, -3.30000003e-005, -2.49999994e-005, 1)
  7387. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7388. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7389. o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7390. o69.Parent = o68
  7391. o69.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057)
  7392. o70.Parent = o1
  7393. o70.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7394. o70.Position = Vector3.new(-45.08395, 2.72971439, -22.9061928)
  7395. o70.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7396. o70.Anchored = true
  7397. o70.FormFactor = Enum.FormFactor.Custom
  7398. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7399. o70.CFrame = CFrame.new(-45.08395, 2.72971439, -22.9061928, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7400. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7401. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7402. o70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7403. o71.Parent = o70
  7404. o71.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952)
  7405. o71.MeshType = Enum.MeshType.Wedge
  7406. o72.Parent = o1
  7407. o72.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7408. o72.Position = Vector3.new(-44.9459419, 2.62071228, -23.0111694)
  7409. o72.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7410. o72.Anchored = true
  7411. o72.FormFactor = Enum.FormFactor.Custom
  7412. o72.Size = Vector3.new(0.200000003, 0.200000003, 0.447999984)
  7413. o72.CFrame = CFrame.new(-44.9459419, 2.62071228, -23.0111694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7414. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7415. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7416. o72.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7417. o73.Parent = o72
  7418. o73.Scale = Vector3.new(0.799999833, 0.0959998742, 1)
  7419. o73.MeshType = Enum.MeshType.Wedge
  7420. o74.Parent = o1
  7421. o74.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7422. o74.Transparency = 1
  7423. o74.Position = Vector3.new(-45.1889229, 2.70771027, -23.0111656)
  7424. o74.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7425. o74.Anchored = true
  7426. o74.FormFactor = Enum.FormFactor.Custom
  7427. o74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7428. o74.CFrame = CFrame.new(-45.1889229, 2.70771027, -23.0111656, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7429. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7430. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7431. o74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7432. o75.Parent = o74
  7433. o75.Texture = "http://www.roblox.com/asset/?id=46737081"
  7434. o75.Face = Enum.NormalId.Back
  7435. o76.Parent = o74
  7436. o76.Scale = Vector3.new(0.320000023, 0.320000023, 0.0400000028)
  7437. o77.Parent = o1
  7438. o77.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7439. o77.Position = Vector3.new(-45.2099571, 2.66275549, -23.1161442)
  7440. o77.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7441. o77.Anchored = true
  7442. o77.FormFactor = Enum.FormFactor.Custom
  7443. o77.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003)
  7444. o77.CFrame = CFrame.new(-45.2099571, 2.66275549, -23.1161442, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7445. o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7446. o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7447. o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7448. o78.Parent = o77
  7449. o78.Scale = Vector3.new(1, 1, 0.0800000057)
  7450. o79.Parent = o1
  7451. o79.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7452. o79.Position = Vector3.new(-45.3239632, 2.64374638, -23.0111847)
  7453. o79.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7454. o79.Anchored = true
  7455. o79.FormFactor = Enum.FormFactor.Custom
  7456. o79.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7457. o79.CFrame = CFrame.new(-45.3239632, 2.64374638, -23.0111847, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7458. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7459. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7460. o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7461. o80.Parent = o79
  7462. o80.Scale = Vector3.new(0.799999952, 0.0960000008, 0.160000011)
  7463. o81.Parent = o1
  7464. o81.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7465. o81.Position = Vector3.new(-45.2439537, 2.59570742, -23.0821571)
  7466. o81.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7467. o81.Anchored = true
  7468. o81.FormFactor = Enum.FormFactor.Custom
  7469. o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7470. o81.CFrame = CFrame.new(-45.2439537, 2.59570742, -23.0821571, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7471. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7472. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7473. o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7474. o82.Parent = o81
  7475. o82.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057)
  7476. o83.Parent = o1
  7477. o83.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7478. o83.Position = Vector3.new(-45.3389511, 2.77475429, -22.9061871)
  7479. o83.Rotation = Vector3.new(179.998001, 90, 0)
  7480. o83.Anchored = true
  7481. o83.FormFactor = Enum.FormFactor.Custom
  7482. o83.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7483. o83.CFrame = CFrame.new(-45.3389511, 2.77475429, -22.9061871, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
  7484. o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7485. o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7486. o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7487. o84.Parent = o83
  7488. o84.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952)
  7489. o84.MeshType = Enum.MeshType.Wedge
  7490. o85.Parent = o1
  7491. o85.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7492. o85.Position = Vector3.new(-45.3219528, 2.67871833, -22.939188)
  7493. o85.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7494. o85.Anchored = true
  7495. o85.FormFactor = Enum.FormFactor.Custom
  7496. o85.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7497. o85.CFrame = CFrame.new(-45.3219528, 2.67871833, -22.939188, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7498. o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7499. o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7500. o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7501. o86.Parent = o85
  7502. o86.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952)
  7503. o86.MeshType = Enum.MeshType.Wedge
  7504. o87.Parent = o1
  7505. o87.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7506. o87.Position = Vector3.new(-45.2519035, 2.57575631, -23.0121822)
  7507. o87.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7508. o87.Anchored = true
  7509. o87.FormFactor = Enum.FormFactor.Custom
  7510. o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7511. o87.CFrame = CFrame.new(-45.2519035, 2.57575631, -23.0121822, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7512. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7513. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7514. o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7515. o88.Parent = o87
  7516. o88.Scale = Vector3.new(0.640000045, 0.192000002, 0.399999976)
  7517. o89.Parent = o1
  7518. o89.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7519. o89.Transparency = 0.80000001192093
  7520. o89.Position = Vector3.new(-45.297966, 2.70175934, -23.0101871)
  7521. o89.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7522. o89.Anchored = true
  7523. o89.FormFactor = Enum.FormFactor.Custom
  7524. o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7525. o89.CFrame = CFrame.new(-45.297966, 2.70175934, -23.0101871, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7526. o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7527. o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7528. o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7529. o90.Parent = o89
  7530. o90.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057)
  7531. o91.Parent = o1
  7532. o91.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7533. o91.Position = Vector3.new(-45.1649666, 2.71073341, -22.9381714)
  7534. o91.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7535. o91.Anchored = true
  7536. o91.FormFactor = Enum.FormFactor.Custom
  7537. o91.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7538. o91.CFrame = CFrame.new(-45.1649666, 2.71073341, -22.9381714, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7539. o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7540. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7541. o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7542. o92.Parent = o91
  7543. o92.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952)
  7544. o92.MeshType = Enum.MeshType.Wedge
  7545. o93.Parent = o1
  7546. o93.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7547. o93.Position = Vector3.new(-45.1859055, 2.64374733, -23.0102024)
  7548. o93.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7549. o93.Anchored = true
  7550. o93.FormFactor = Enum.FormFactor.Custom
  7551. o93.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7552. o93.CFrame = CFrame.new(-45.1859055, 2.64374733, -23.0102024, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7553. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7554. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7555. o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7556. o94.Parent = o93
  7557. o94.Scale = Vector3.new(0.640000045, 0.0960000008, 0.0800000057)
  7558. o95.Parent = o1
  7559. o95.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7560. o95.Position = Vector3.new(-45.3379478, 2.77475429, -23.1151962)
  7561. o95.Rotation = Vector3.new(179.998001, 90, 0)
  7562. o95.Anchored = true
  7563. o95.FormFactor = Enum.FormFactor.Custom
  7564. o95.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7565. o95.CFrame = CFrame.new(-45.3379478, 2.77475429, -23.1151962, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005)
  7566. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7567. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7568. o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7569. o96.Parent = o95
  7570. o96.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952)
  7571. o96.MeshType = Enum.MeshType.Wedge
  7572. o97.Parent = o1
  7573. o97.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7574. o97.Position = Vector3.new(-45.1779633, 2.59570837, -23.0111656)
  7575. o97.Rotation = Vector3.new(-0.00200535241, -90, 0)
  7576. o97.Anchored = true
  7577. o97.FormFactor = Enum.FormFactor.Custom
  7578. o97.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7579. o97.CFrame = CFrame.new(-45.1779633, 2.59570837, -23.0111656, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005)
  7580. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7581. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7582. o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7583. o98.Parent = o97
  7584. o98.Scale = Vector3.new(0.640000045, 0.384000003, 0.320000023)
  7585. o99.Parent = o1
  7586. o99.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7587. o99.Position = Vector3.new(-45.1059189, 2.56171727, -22.8961964)
  7588. o99.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
  7589. o99.Anchored = true
  7590. o99.FormFactor = Enum.FormFactor.Custom
  7591. o99.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7592. o99.CFrame = CFrame.new(-45.1059189, 2.56171727, -22.8961964, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005)
  7593. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7594. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7595. o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7596. o100.Parent = o99
  7597. o100.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995)
  7598. o101.Parent = o1
  7599. o101.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7600. o101.Position = Vector3.new(-45.1629524, 2.55375028, -23.1252136)
  7601. o101.Rotation = Vector3.new(89.9979935, 0.00131786917, 179.998108)
  7602. o101.Anchored = true
  7603. o101.FormFactor = Enum.FormFactor.Custom
  7604. o101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7605. o101.CFrame = CFrame.new(-45.1629524, 2.55375028, -23.1252136, -1, -3.29991963e-005, 2.30011556e-005, -2.30000005e-005, -3.50000009e-005, -1, 3.30000003e-005, -1, 3.49992406e-005)
  7606. o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7607. o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7608. o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7609. o102.Parent = o101
  7610. o102.Scale = Vector3.new(0.320000023, 0.0400000028, 0.320000023)
  7611. o103.Parent = o1
  7612. o103.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7613. o103.Position = Vector3.new(-44.9219513, 2.58475542, -23.0111656)
  7614. o103.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7615. o103.Anchored = true
  7616. o103.FormFactor = Enum.FormFactor.Custom
  7617. o103.Size = Vector3.new(0.447999984, 0.200000003, 0.200000003)
  7618. o103.CFrame = CFrame.new(-44.9219513, 2.58475542, -23.0111656, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7619. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7620. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7621. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7622. o104.Parent = o103
  7623. o104.Scale = Vector3.new(1, 0.288000017, 0.799999952)
  7624. o105.Parent = o1
  7625. o105.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7626. o105.Position = Vector3.new(-45.0199165, 2.52772045, -23.0121689)
  7627. o105.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7628. o105.Anchored = true
  7629. o105.FormFactor = Enum.FormFactor.Custom
  7630. o105.Size = Vector3.new(0.639999986, 0.200000003, 0.200000003)
  7631. o105.CFrame = CFrame.new(-45.0199165, 2.52772045, -23.0121689, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7632. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7633. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7634. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7635. o106.Parent = o105
  7636. o106.Scale = Vector3.new(1, 0.288000017, 0.799999952)
  7637. o107.Parent = o1
  7638. o107.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7639. o107.Position = Vector3.new(-44.9509392, 2.51874828, -23.0071964)
  7640. o107.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7641. o107.Anchored = true
  7642. o107.CanCollide = false
  7643. o107.FormFactor = Enum.FormFactor.Custom
  7644. o107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7645. o107.CFrame = CFrame.new(-44.9509392, 2.51874828, -23.0071964, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7646. o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7647. o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7648. o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7649. o108.Parent = o107
  7650. o108.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  7651. o108.MeshType = Enum.MeshType.Torso
  7652. o109.Parent = o1
  7653. o109.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7654. o109.Position = Vector3.new(-45.0418892, 2.51572728, -23.0951881)
  7655. o109.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
  7656. o109.Anchored = true
  7657. o109.FormFactor = Enum.FormFactor.Custom
  7658. o109.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003)
  7659. o109.CFrame = CFrame.new(-45.0418892, 2.51572728, -23.0951881, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005)
  7660. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7661. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7662. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7663. o110.Parent = o109
  7664. o110.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
  7665. o111.Parent = o1
  7666. o111.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7667. o111.Position = Vector3.new(-45.2519112, 2.51874328, -23.0072002)
  7668. o111.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7669. o111.Anchored = true
  7670. o111.CanCollide = false
  7671. o111.FormFactor = Enum.FormFactor.Custom
  7672. o111.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7673. o111.CFrame = CFrame.new(-45.2519112, 2.51874328, -23.0072002, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7674. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7675. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7676. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7677. o112.Parent = o111
  7678. o112.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  7679. o112.MeshType = Enum.MeshType.Torso
  7680. o113.Parent = o1
  7681. o113.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7682. o113.Position = Vector3.new(-44.8509331, 2.51875043, -23.0072041)
  7683. o113.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7684. o113.Anchored = true
  7685. o113.CanCollide = false
  7686. o113.FormFactor = Enum.FormFactor.Custom
  7687. o113.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7688. o113.CFrame = CFrame.new(-44.8509331, 2.51875043, -23.0072041, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7689. o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7690. o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7691. o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7692. o114.Parent = o113
  7693. o114.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  7694. o114.MeshType = Enum.MeshType.Torso
  7695. o115.Parent = o1
  7696. o115.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7697. o115.Position = Vector3.new(-45.0539436, 2.51874828, -23.008131)
  7698. o115.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7699. o115.Anchored = true
  7700. o115.CanCollide = false
  7701. o115.FormFactor = Enum.FormFactor.Custom
  7702. o115.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7703. o115.CFrame = CFrame.new(-45.0539436, 2.51874828, -23.008131, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7704. o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7705. o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7706. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7707. o116.Parent = o115
  7708. o116.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  7709. o116.MeshType = Enum.MeshType.Torso
  7710. o117.Parent = o1
  7711. o117.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7712. o117.Position = Vector3.new(-45.1538887, 2.51874328, -22.9062023)
  7713. o117.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7714. o117.Anchored = true
  7715. o117.FormFactor = Enum.FormFactor.Custom
  7716. o117.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003)
  7717. o117.CFrame = CFrame.new(-45.1538887, 2.51874328, -22.9062023, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7718. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7719. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7720. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7721. o118.Parent = o117
  7722. o118.Scale = Vector3.new(1, 0.192000002, 0.0800000057)
  7723. o119.Parent = o1
  7724. o119.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7725. o119.Transparency = 1
  7726. o119.Position = Vector3.new(-44.8339386, 2.5557704, -23.094183)
  7727. o119.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475)
  7728. o119.Anchored = true
  7729. o119.FormFactor = Enum.FormFactor.Custom
  7730. o119.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7731. o119.CFrame = CFrame.new(-44.8339386, 2.5557704, -23.094183, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005)
  7732. o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7733. o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7734. o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7735. o120.Parent = o119
  7736. o120.Texture = "http://www.roblox.com/asset/?id=46738506"
  7737. o120.Face = Enum.NormalId.Top
  7738. o121.Parent = o119
  7739. o121.Scale = Vector3.new(0.879999995, 0.0400000028, 0.239999995)
  7740. o122.Parent = o1
  7741. o122.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7742. o122.Position = Vector3.new(-45.0439224, 2.51572728, -22.9261646)
  7743. o122.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108)
  7744. o122.Anchored = true
  7745. o122.FormFactor = Enum.FormFactor.Custom
  7746. o122.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003)
  7747. o122.CFrame = CFrame.new(-45.0439224, 2.51572728, -22.9261646, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005)
  7748. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7749. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7750. o122.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7751. o123.Parent = o122
  7752. o123.Scale = Vector3.new(1, 0.0400000028, 0.160000011)
  7753. o124.Parent = o1
  7754. o124.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7755. o124.Position = Vector3.new(-44.7529488, 2.51875329, -23.0081348)
  7756. o124.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7757. o124.Anchored = true
  7758. o124.CanCollide = false
  7759. o124.FormFactor = Enum.FormFactor.Custom
  7760. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7761. o124.CFrame = CFrame.new(-44.7529488, 2.51875329, -23.0081348, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7762. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7763. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7764. o124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7765. o125.Parent = o124
  7766. o125.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  7767. o125.MeshType = Enum.MeshType.Torso
  7768. o126.Parent = o1
  7769. o126.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7770. o126.Position = Vector3.new(-45.1509209, 2.51874232, -23.0071945)
  7771. o126.Rotation = Vector3.new(-0.00200535241, 90, 0)
  7772. o126.Anchored = true
  7773. o126.CanCollide = false
  7774. o126.FormFactor = Enum.FormFactor.Custom
  7775. o126.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7776. o126.CFrame = CFrame.new(-45.1509209, 2.51874232, -23.0071945, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005)
  7777. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7778. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7779. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7780. o127.Parent = o126
  7781. o127.Scale = Vector3.new(0.5, 0.099999994, 0.25)
  7782. o127.MeshType = Enum.MeshType.Torso
  7783. o128.Parent = o1
  7784. o128.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7785. o128.Position = Vector3.new(-45.1529388, 2.4967463, -23.0111752)
  7786. o128.Rotation = Vector3.new(-0.00217723963, 90, 0)
  7787. o128.Anchored = true
  7788. o128.FormFactor = Enum.FormFactor.Custom
  7789. o128.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7790. o128.CFrame = CFrame.new(-45.1529388, 2.4967463, -23.0111752, -3.19999999e-005, -3.89999987e-005, 1, -3.79999983e-005, 1, 3.89987836e-005, -1, -3.79987505e-005, -3.20014806e-005)
  7791. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7792. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7793. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7794. o129.Parent = o128
  7795. o129.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  7796. o129.MeshType = Enum.MeshType.Torso
  7797. o130.Parent = o1
  7798. o130.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7799. o130.Position = Vector3.new(-45.2179108, 2.49674535, -23.0101929)
  7800. o130.Rotation = Vector3.new(-0.00189076073, 90, 0)
  7801. o130.Anchored = true
  7802. o130.FormFactor = Enum.FormFactor.Custom
  7803. o130.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7804. o130.CFrame = CFrame.new(-45.2179108, 2.49674535, -23.0101929, -3.19999999e-005, -3.30000003e-005, 1, -3.30000003e-005, 1, 3.29989452e-005, -1, -3.29989452e-005, -3.20010877e-005)
  7805. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7806. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7807. o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7808. o131.Parent = o130
  7809. o131.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  7810. o131.MeshType = Enum.MeshType.Torso
  7811. o132.Parent = o1
  7812. o132.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7813. o132.Position = Vector3.new(-45.2839508, 2.49674535, -23.0101948)
  7814. o132.Rotation = Vector3.new(-0.00154698605, 90, 0)
  7815. o132.Anchored = true
  7816. o132.FormFactor = Enum.FormFactor.Custom
  7817. o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7818. o132.CFrame = CFrame.new(-45.2839508, 2.49674535, -23.0101948, -3.30000003e-005, -2.80000004e-005, 1, -2.7e-005, 1, 2.79991091e-005, -1, -2.6999076e-005, -3.3000757e-005)
  7819. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7820. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7821. o132.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7822. o133.Parent = o132
  7823. o133.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  7824. o133.MeshType = Enum.MeshType.Torso
  7825. o134.Parent = o1
  7826. o134.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7827. o134.Position = Vector3.new(-45.0889397, 2.49674749, -23.0111771)
  7828. o134.Rotation = Vector3.new(-0.00177616917, 90, 0)
  7829. o134.Anchored = true
  7830. o134.FormFactor = Enum.FormFactor.Custom
  7831. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7832. o134.CFrame = CFrame.new(-45.0889397, 2.49674749, -23.0111771, -3.30000003e-005, -2.99999992e-005, 1, -3.09999996e-005, 1, 2.9998977e-005, -1, -3.09990101e-005, -3.30009316e-005)
  7833. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7834. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7835. o134.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7836. o135.Parent = o134
  7837. o135.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  7838. o135.MeshType = Enum.MeshType.Torso
  7839. o136.Parent = o1
  7840. o136.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7841. o136.Position = Vector3.new(-45.1538887, 2.51874328, -23.1142063)
  7842. o136.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688)
  7843. o136.Anchored = true
  7844. o136.FormFactor = Enum.FormFactor.Custom
  7845. o136.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003)
  7846. o136.CFrame = CFrame.new(-45.1538887, 2.51874328, -23.1142063, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1)
  7847. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7848. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7849. o136.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7850. o137.Parent = o136
  7851. o137.Scale = Vector3.new(1, 0.192000002, 0.0800000057)
  7852. o138.Parent = o1
  7853. o138.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7854. o138.Position = Vector3.new(-45.0229073, 2.49675035, -23.0111771)
  7855. o138.Rotation = Vector3.new(-0.00194805651, 90, 0)
  7856. o138.Anchored = true
  7857. o138.FormFactor = Enum.FormFactor.Custom
  7858. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7859. o138.CFrame = CFrame.new(-45.0229073, 2.49675035, -23.0111771, -3.30000003e-005, -3.30000003e-005, 1, -3.40000006e-005, 1, 3.29988798e-005, -1, -3.39989128e-005, -3.30011208e-005)
  7860. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7861. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7862. o138.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7863. o139.Parent = o138
  7864. o139.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  7865. o139.MeshType = Enum.MeshType.Torso
  7866. o140.Parent = o1
  7867. o140.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7868. o140.Position = Vector3.new(-44.9549446, 2.49675035, -23.0101929)
  7869. o140.Rotation = Vector3.new(-0.00194805651, 90, 0)
  7870. o140.Anchored = true
  7871. o140.FormFactor = Enum.FormFactor.Custom
  7872. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7873. o140.CFrame = CFrame.new(-44.9549446, 2.49675035, -23.0101929, -3.30000003e-005, -3.30000003e-005, 1, -3.40000006e-005, 1, 3.29988798e-005, -1, -3.39989128e-005, -3.30011208e-005)
  7874. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7875. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7876. o140.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7877. o141.Parent = o140
  7878. o141.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  7879. o141.MeshType = Enum.MeshType.Torso
  7880. o142.Parent = o1
  7881. o142.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7882. o142.Position = Vector3.new(-44.8889275, 2.49675131, -23.0101967)
  7883. o142.Rotation = Vector3.new(-0.00189076073, 90, 0)
  7884. o142.Anchored = true
  7885. o142.FormFactor = Enum.FormFactor.Custom
  7886. o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7887. o142.CFrame = CFrame.new(-44.8889275, 2.49675131, -23.0101967, -3.30000003e-005, -3.30000003e-005, 1, -3.30000003e-005, 1, 3.29989125e-005, -1, -3.29989125e-005, -3.3001088e-005)
  7888. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7889. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7890. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7891. o143.Parent = o142
  7892. o143.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  7893. o143.MeshType = Enum.MeshType.Torso
  7894. o144.Parent = o1
  7895. o144.BrickColor = BrickColor.new(CUSTOMCOLOR)
  7896. o144.Position = Vector3.new(-44.8239632, 2.49675727, -23.0102005)
  7897. o144.Rotation = Vector3.new(18.3667545, 89.9515457, -18.3702984)
  7898. o144.Anchored = true
  7899. o144.FormFactor = Enum.FormFactor.Custom
  7900. o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7901. o144.CFrame = CFrame.new(-44.8239632, 2.49675727, -23.0102005, 0.000797999848, 0.000264999835, 0.999999642, -6.19999846e-005, 1, -0.000264950446, -0.999999762, -6.17885307e-005, 0.000798016146)
  7902. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7903. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7904. o144.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7905. o145.Parent = o144
  7906. o145.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418)
  7907. o145.MeshType = Enum.MeshType.Torso
  7908. o146.Name = "Zoom"
  7909. o146.Parent = o1
  7910. o146.Material = Enum.Material.SmoothPlastic
  7911. o146.Transparency = 1
  7912. o146.Position = Vector3.new(-45.4513054, 2.7256608, -23.0179634)
  7913. o146.Rotation = Vector3.new(-90, -88.876564, -90)
  7914. o146.Anchored = true
  7915. o146.FormFactor = Enum.FormFactor.Custom
  7916. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7917. o146.CFrame = CFrame.new(-45.4513054, 2.7256608, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
  7918. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7919. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7920. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7921. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7922. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7923. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7924. o147.Parent = o146
  7925. o147.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  7926. ZoomFOV = 70
  7927. elseif Sight == "REFLEX" then
  7928. o2 = Instance.new("Part")
  7929. o3 = Instance.new("CylinderMesh")
  7930. o4 = Instance.new("Part")
  7931. o5 = Instance.new("SpecialMesh")
  7932. o6 = Instance.new("Part")
  7933. o7 = Instance.new("SpecialMesh")
  7934. o8 = Instance.new("Part")
  7935. o9 = Instance.new("SpecialMesh")
  7936. o10 = Instance.new("Part")
  7937. o11 = Instance.new("SpecialMesh")
  7938. o12 = Instance.new("Part")
  7939. o13 = Instance.new("BlockMesh")
  7940. o14 = Instance.new("Part")
  7941. o15 = Instance.new("BlockMesh")
  7942. o16 = Instance.new("Part")
  7943. o17 = Instance.new("SpecialMesh")
  7944. o18 = Instance.new("Part")
  7945. o19 = Instance.new("SpecialMesh")
  7946. o20 = Instance.new("Part")
  7947. o21 = Instance.new("SpecialMesh")
  7948. o22 = Instance.new("Part")
  7949. o23 = Instance.new("BlockMesh")
  7950. o24 = Instance.new("Part")
  7951. o25 = Instance.new("BlockMesh")
  7952. o26 = Instance.new("Part")
  7953. o27 = Instance.new("BlockMesh")
  7954. o28 = Instance.new("Part")
  7955. o29 = Instance.new("SpecialMesh")
  7956. o30 = Instance.new("Part")
  7957. o31 = Instance.new("SpecialMesh")
  7958. o32 = Instance.new("Part")
  7959. o33 = Instance.new("BlockMesh")
  7960. o34 = Instance.new("Part")
  7961. o35 = Instance.new("BlockMesh")
  7962. o36 = Instance.new("Part")
  7963. o37 = Instance.new("SpecialMesh")
  7964. o38 = Instance.new("Part")
  7965. o39 = Instance.new("SpecialMesh")
  7966. o40 = Instance.new("Part")
  7967. o41 = Instance.new("SpecialMesh")
  7968. o42 = Instance.new("Part")
  7969. o43 = Instance.new("BlockMesh")
  7970. o44 = Instance.new("Part")
  7971. o45 = Instance.new("SpecialMesh")
  7972. o46 = Instance.new("Part")
  7973. o47 = Instance.new("SpecialMesh")
  7974. o48 = Instance.new("Part")
  7975. o49 = Instance.new("SpecialMesh")
  7976. o50 = Instance.new("Part")
  7977. o51 = Instance.new("Decal")
  7978. o52 = Instance.new("CylinderMesh")
  7979. o53 = Instance.new("Part")
  7980. o54 = Instance.new("BlockMesh")
  7981. o55 = Instance.new("Part")
  7982. o56 = Instance.new("BlockMesh")
  7983. o57 = Instance.new("Part")
  7984. o58 = Instance.new("BlockMesh")
  7985. o59 = Instance.new("Part")
  7986. o60 = Instance.new("SpecialMesh")
  7987. o61 = Instance.new("Part")
  7988. o62 = Instance.new("SpecialMesh")
  7989. o63 = Instance.new("Part")
  7990. o64 = Instance.new("SpecialMesh")
  7991. o65 = Instance.new("Part")
  7992. o66 = Instance.new("SpecialMesh")
  7993. o67 = Instance.new("Part")
  7994. o68 = Instance.new("CylinderMesh")
  7995. o69 = Instance.new("Part")
  7996. o70 = Instance.new("BlockMesh")
  7997. o2.Parent = o1
  7998. o2.BrickColor = BrickColor.new("Really black")
  7999. o2.Position = Vector3.new(-45.2765083, 2.46846628, -23.0166702)
  8000. o2.Rotation = Vector3.new(-0.00189076073, 90, 0)
  8001. o2.Anchored = true
  8002. o2.FormFactor = Enum.FormFactor.Symmetric
  8003. o2.Size = Vector3.new(1, 1, 1)
  8004. o2.CFrame = CFrame.new(-45.2765083, 2.46846628, -23.0166702, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  8005. o2.BottomSurface = Enum.SurfaceType.Smooth
  8006. o2.TopSurface = Enum.SurfaceType.Smooth
  8007. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8008. o3.Parent = o2
  8009. o3.Offset = Vector3.new(0, 0, 0.0325925909)
  8010. o3.Scale = Vector3.new(0.162962973, 0.0570370369, 0.195555568)
  8011. o4.Parent = o1
  8012. o4.BrickColor = BrickColor.new("Really black")
  8013. o4.Position = Vector3.new(-45.3094978, 2.55647826, -23.0146866)
  8014. o4.Rotation = Vector3.new(-0.00189076073, 90, 0)
  8015. o4.Anchored = true
  8016. o4.FormFactor = Enum.FormFactor.Plate
  8017. o4.Size = Vector3.new(1, 0.400000006, 1)
  8018. o4.CFrame = CFrame.new(-45.3094978, 2.55647826, -23.0146866, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  8019. o4.BottomSurface = Enum.SurfaceType.Smooth
  8020. o4.TopSurface = Enum.SurfaceType.Smooth
  8021. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8022. o5.Parent = o4
  8023. o5.Scale = Vector3.new(0.187407404, 0.0325925909, 0.162962973)
  8024. o5.MeshType = Enum.MeshType.Brick
  8025. o6.Parent = o1
  8026. o6.BrickColor = BrickColor.new("Really black")
  8027. o6.Position = Vector3.new(-45.3095016, 2.57641029, -23.0146942)
  8028. o6.Rotation = Vector3.new(-0.00189076073, 90, 0)
  8029. o6.Anchored = true
  8030. o6.FormFactor = Enum.FormFactor.Plate
  8031. o6.Size = Vector3.new(1, 0.400000006, 1)
  8032. o6.CFrame = CFrame.new(-45.3095016, 2.57641029, -23.0146942, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  8033. o6.BottomSurface = Enum.SurfaceType.Smooth
  8034. o6.TopSurface = Enum.SurfaceType.Smooth
  8035. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8036. o7.Parent = o6
  8037. o7.Scale = Vector3.new(0.187407404, 0.0651851818, 0.162962973)
  8038. o7.MeshType = Enum.MeshType.Torso
  8039. o8.Parent = o1
  8040. o8.BrickColor = BrickColor.new("Really black")
  8041. o8.Position = Vector3.new(-45.3425179, 2.51747727, -23.0166683)
  8042. o8.Rotation = Vector3.new(179.998108, 90, 0)
  8043. o8.Anchored = true
  8044. o8.FormFactor = Enum.FormFactor.Symmetric
  8045. o8.Size = Vector3.new(1, 1, 1)
  8046. o8.CFrame = CFrame.new(-45.3425179, 2.51747727, -23.0166683, 3.19999999e-005, 0, 1, 3.30000003e-005, -1, -1.05599995e-009, 1, 3.30000003e-005, -3.19999999e-005)
  8047. o8.BottomSurface = Enum.SurfaceType.Smooth
  8048. o8.TopSurface = Enum.SurfaceType.Smooth
  8049. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8050. o9.Parent = o8
  8051. o9.Scale = Vector3.new(0.187407404, 0.0651851818, 0.0977777839)
  8052. o9.MeshType = Enum.MeshType.Wedge
  8053. o10.Parent = o1
  8054. o10.BrickColor = BrickColor.new("Really black")
  8055. o10.Position = Vector3.new(-44.920517, 2.59844327, -23.146698)
  8056. o10.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  8057. o10.Anchored = true
  8058. o10.FormFactor = Enum.FormFactor.Plate
  8059. o10.Size = Vector3.new(1, 0.400000006, 1)
  8060. o10.CFrame = CFrame.new(-44.920517, 2.59844327, -23.146698, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
  8061. o10.BottomSurface = Enum.SurfaceType.Smooth
  8062. o10.TopSurface = Enum.SurfaceType.Smooth
  8063. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8064. o11.Parent = o10
  8065. o11.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  8066. o11.MeshType = Enum.MeshType.Wedge
  8067. o12.Parent = o1
  8068. o12.BrickColor = BrickColor.new("Really black")
  8069. o12.Position = Vector3.new(-45.0995064, 2.51747632, -23.015686)
  8070. o12.Rotation = Vector3.new(-0.00189076073, 90, 0)
  8071. o12.Anchored = true
  8072. o12.FormFactor = Enum.FormFactor.Symmetric
  8073. o12.Size = Vector3.new(1, 1, 1)
  8074. o12.CFrame = CFrame.new(-45.0995064, 2.51747632, -23.015686, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  8075. o12.BottomSurface = Enum.SurfaceType.Smooth
  8076. o12.TopSurface = Enum.SurfaceType.Smooth
  8077. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8078. o13.Parent = o12
  8079. o13.Scale = Vector3.new(0.187407404, 0.0651851818, 0.391111135)
  8080. o14.Parent = o1
  8081. o14.BrickColor = BrickColor.new("Really black")
  8082. o14.Position = Vector3.new(-44.920517, 2.79448128, -23.0146942)
  8083. o14.Rotation = Vector3.new(-0.00189076073, 90, 0)
  8084. o14.Anchored = true
  8085. o14.FormFactor = Enum.FormFactor.Symmetric
  8086. o14.Size = Vector3.new(1, 1, 1)
  8087. o14.CFrame = CFrame.new(-44.920517, 2.79448128, -23.0146942, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  8088. o14.BottomSurface = Enum.SurfaceType.Smooth
  8089. o14.TopSurface = Enum.SurfaceType.Smooth
  8090. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8091. o15.Parent = o14
  8092. o15.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909)
  8093. o16.Parent = o1
  8094. o16.BrickColor = BrickColor.new("Really black")
  8095. o16.Position = Vector3.new(-44.9205208, 2.79448128, -23.1576691)
  8096. o16.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  8097. o16.Anchored = true
  8098. o16.FormFactor = Enum.FormFactor.Plate
  8099. o16.Size = Vector3.new(1, 0.400000006, 1)
  8100. o16.CFrame = CFrame.new(-44.9205208, 2.79448128, -23.1576691, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
  8101. o16.BottomSurface = Enum.SurfaceType.Smooth
  8102. o16.TopSurface = Enum.SurfaceType.Smooth
  8103. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8104. o17.Parent = o16
  8105. o17.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  8106. o17.MeshType = Enum.MeshType.Wedge
  8107. o18.Parent = o1
  8108. o18.BrickColor = BrickColor.new("Really black")
  8109. o18.Position = Vector3.new(-44.9185371, 2.74543738, -22.8476753)
  8110. o18.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  8111. o18.Anchored = true
  8112. o18.FormFactor = Enum.FormFactor.Plate
  8113. o18.Size = Vector3.new(1, 0.400000006, 1)
  8114. o18.CFrame = CFrame.new(-44.9185371, 2.74543738, -22.8476753, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
  8115. o18.BottomSurface = Enum.SurfaceType.Smooth
  8116. o18.TopSurface = Enum.SurfaceType.Smooth
  8117. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8118. o19.Parent = o18
  8119. o19.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  8120. o19.MeshType = Enum.MeshType.Wedge
  8121. o20.Parent = o1
  8122. o20.BrickColor = BrickColor.new("Really black")
  8123. o20.Position = Vector3.new(-44.9195137, 2.72948027, -23.1646042)
  8124. o20.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8125. o20.Anchored = true
  8126. o20.FormFactor = Enum.FormFactor.Plate
  8127. o20.Size = Vector3.new(1, 0.400000006, 1)
  8128. o20.CFrame = CFrame.new(-44.9195137, 2.72948027, -23.1646042, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8129. o20.BottomSurface = Enum.SurfaceType.Smooth
  8130. o20.TopSurface = Enum.SurfaceType.Smooth
  8131. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8132. o21.Parent = o20
  8133. o21.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  8134. o21.MeshType = Enum.MeshType.Wedge
  8135. o22.Parent = o1
  8136. o22.BrickColor = BrickColor.new("Really black")
  8137. o22.Position = Vector3.new(-44.9195137, 2.59844542, -22.8646832)
  8138. o22.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8139. o22.Anchored = true
  8140. o22.FormFactor = Enum.FormFactor.Plate
  8141. o22.Size = Vector3.new(1, 0.400000006, 1)
  8142. o22.CFrame = CFrame.new(-44.9195137, 2.59844542, -22.8646832, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8143. o22.BottomSurface = Enum.SurfaceType.Smooth
  8144. o22.TopSurface = Enum.SurfaceType.Smooth
  8145. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8146. o23.Parent = o22
  8147. o23.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  8148. o24.Parent = o1
  8149. o24.BrickColor = BrickColor.new("Really black")
  8150. o24.Position = Vector3.new(-44.9185371, 2.68046641, -22.8476543)
  8151. o24.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8152. o24.Anchored = true
  8153. o24.FormFactor = Enum.FormFactor.Plate
  8154. o24.Size = Vector3.new(1, 0.400000006, 1)
  8155. o24.CFrame = CFrame.new(-44.9185371, 2.68046641, -22.8476543, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8156. o24.BottomSurface = Enum.SurfaceType.Smooth
  8157. o24.TopSurface = Enum.SurfaceType.Smooth
  8158. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8159. o25.Parent = o24
  8160. o25.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  8161. o26.Parent = o1
  8162. o26.BrickColor = BrickColor.new("Really black")
  8163. o26.Position = Vector3.new(-44.920517, 2.56648326, -23.0146809)
  8164. o26.Rotation = Vector3.new(-0.00189076073, 90, 0)
  8165. o26.Anchored = true
  8166. o26.FormFactor = Enum.FormFactor.Symmetric
  8167. o26.Size = Vector3.new(1, 1, 1)
  8168. o26.CFrame = CFrame.new(-44.920517, 2.56648326, -23.0146809, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  8169. o26.BottomSurface = Enum.SurfaceType.Smooth
  8170. o26.TopSurface = Enum.SurfaceType.Smooth
  8171. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8172. o27.Parent = o26
  8173. o27.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909)
  8174. o28.Parent = o1
  8175. o28.BrickColor = BrickColor.new("Really black")
  8176. o28.Position = Vector3.new(-44.9195099, 2.63146138, -22.8646927)
  8177. o28.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  8178. o28.Anchored = true
  8179. o28.FormFactor = Enum.FormFactor.Plate
  8180. o28.Size = Vector3.new(1, 0.400000006, 1)
  8181. o28.CFrame = CFrame.new(-44.9195099, 2.63146138, -22.8646927, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
  8182. o28.BottomSurface = Enum.SurfaceType.Smooth
  8183. o28.TopSurface = Enum.SurfaceType.Smooth
  8184. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8185. o29.Parent = o28
  8186. o29.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  8187. o29.MeshType = Enum.MeshType.Wedge
  8188. o30.Parent = o1
  8189. o30.BrickColor = BrickColor.new("Really black")
  8190. o30.Position = Vector3.new(-44.9205208, 2.56648326, -22.8716412)
  8191. o30.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8192. o30.Anchored = true
  8193. o30.FormFactor = Enum.FormFactor.Plate
  8194. o30.Size = Vector3.new(1, 0.400000006, 1)
  8195. o30.CFrame = CFrame.new(-44.9205208, 2.56648326, -22.8716412, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8196. o30.BottomSurface = Enum.SurfaceType.Smooth
  8197. o30.TopSurface = Enum.SurfaceType.Smooth
  8198. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8199. o31.Parent = o30
  8200. o31.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  8201. o31.MeshType = Enum.MeshType.Wedge
  8202. o32.Parent = o1
  8203. o32.BrickColor = BrickColor.new("Really black")
  8204. o32.Position = Vector3.new(-44.920517, 2.68046427, -23.1846619)
  8205. o32.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8206. o32.Anchored = true
  8207. o32.FormFactor = Enum.FormFactor.Plate
  8208. o32.Size = Vector3.new(1, 0.400000006, 1)
  8209. o32.CFrame = CFrame.new(-44.920517, 2.68046427, -23.1846619, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8210. o32.BottomSurface = Enum.SurfaceType.Smooth
  8211. o32.TopSurface = Enum.SurfaceType.Smooth
  8212. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8213. o33.Parent = o32
  8214. o33.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  8215. o34.Parent = o1
  8216. o34.BrickColor = BrickColor.new("Really black")
  8217. o34.Position = Vector3.new(-44.9195099, 2.59844327, -23.1646118)
  8218. o34.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8219. o34.Anchored = true
  8220. o34.FormFactor = Enum.FormFactor.Plate
  8221. o34.Size = Vector3.new(1, 0.400000006, 1)
  8222. o34.CFrame = CFrame.new(-44.9195099, 2.59844327, -23.1646118, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8223. o34.BottomSurface = Enum.SurfaceType.Smooth
  8224. o34.TopSurface = Enum.SurfaceType.Smooth
  8225. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8226. o35.Parent = o34
  8227. o35.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  8228. o36.Parent = o1
  8229. o36.BrickColor = BrickColor.new("Really black")
  8230. o36.Position = Vector3.new(-44.920517, 2.7614634, -23.1467056)
  8231. o36.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8232. o36.Anchored = true
  8233. o36.FormFactor = Enum.FormFactor.Plate
  8234. o36.Size = Vector3.new(1, 0.400000006, 1)
  8235. o36.CFrame = CFrame.new(-44.920517, 2.7614634, -23.1467056, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8236. o36.BottomSurface = Enum.SurfaceType.Smooth
  8237. o36.TopSurface = Enum.SurfaceType.Smooth
  8238. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8239. o37.Parent = o36
  8240. o37.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  8241. o37.MeshType = Enum.MeshType.Wedge
  8242. o38.Parent = o1
  8243. o38.BrickColor = BrickColor.new("Really black")
  8244. o38.Position = Vector3.new(-44.9185295, 2.59844041, -22.8846474)
  8245. o38.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  8246. o38.Anchored = true
  8247. o38.FormFactor = Enum.FormFactor.Plate
  8248. o38.Size = Vector3.new(1, 0.400000006, 1)
  8249. o38.CFrame = CFrame.new(-44.9185295, 2.59844041, -22.8846474, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
  8250. o38.BottomSurface = Enum.SurfaceType.Smooth
  8251. o38.TopSurface = Enum.SurfaceType.Smooth
  8252. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8253. o39.Parent = o38
  8254. o39.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  8255. o39.MeshType = Enum.MeshType.Wedge
  8256. o40.Parent = o1
  8257. o40.BrickColor = BrickColor.new("Really black")
  8258. o40.Position = Vector3.new(-44.9195137, 2.72948027, -22.8646832)
  8259. o40.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  8260. o40.Anchored = true
  8261. o40.FormFactor = Enum.FormFactor.Plate
  8262. o40.Size = Vector3.new(1, 0.400000006, 1)
  8263. o40.CFrame = CFrame.new(-44.9195137, 2.72948027, -22.8646832, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
  8264. o40.BottomSurface = Enum.SurfaceType.Smooth
  8265. o40.TopSurface = Enum.SurfaceType.Smooth
  8266. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8267. o41.Parent = o40
  8268. o41.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  8269. o41.MeshType = Enum.MeshType.Wedge
  8270. o42.Parent = o1
  8271. o42.BrickColor = BrickColor.new("Really black")
  8272. o42.Position = Vector3.new(-45.0815277, 2.46846628, -23.014679)
  8273. o42.Rotation = Vector3.new(-0.00189076073, 90, 0)
  8274. o42.Anchored = true
  8275. o42.FormFactor = Enum.FormFactor.Symmetric
  8276. o42.Size = Vector3.new(1, 1, 1)
  8277. o42.CFrame = CFrame.new(-45.0815277, 2.46846628, -23.014679, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  8278. o42.BottomSurface = Enum.SurfaceType.Smooth
  8279. o42.TopSurface = Enum.SurfaceType.Smooth
  8280. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8281. o43.Parent = o42
  8282. o43.Scale = Vector3.new(0.162962973, 0.0325925909, 0.358518541)
  8283. o44.Parent = o1
  8284. o44.BrickColor = BrickColor.new("Really black")
  8285. o44.Position = Vector3.new(-44.920517, 2.56648326, -23.1576462)
  8286. o44.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  8287. o44.Anchored = true
  8288. o44.FormFactor = Enum.FormFactor.Plate
  8289. o44.Size = Vector3.new(1, 0.400000006, 1)
  8290. o44.CFrame = CFrame.new(-44.920517, 2.56648326, -23.1576462, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
  8291. o44.BottomSurface = Enum.SurfaceType.Smooth
  8292. o44.TopSurface = Enum.SurfaceType.Smooth
  8293. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8294. o45.Parent = o44
  8295. o45.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  8296. o45.MeshType = Enum.MeshType.Wedge
  8297. o46.Parent = o1
  8298. o46.BrickColor = BrickColor.new("Really black")
  8299. o46.Position = Vector3.new(-44.9185295, 2.61543727, -22.8476543)
  8300. o46.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8301. o46.Anchored = true
  8302. o46.FormFactor = Enum.FormFactor.Plate
  8303. o46.Size = Vector3.new(1, 0.400000006, 1)
  8304. o46.CFrame = CFrame.new(-44.9185295, 2.61543727, -22.8476543, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8305. o46.BottomSurface = Enum.SurfaceType.Smooth
  8306. o46.TopSurface = Enum.SurfaceType.Smooth
  8307. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8308. o47.Parent = o46
  8309. o47.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  8310. o47.MeshType = Enum.MeshType.Wedge
  8311. o48.Parent = o1
  8312. o48.BrickColor = BrickColor.new("Really black")
  8313. o48.Position = Vector3.new(-44.920517, 2.74543428, -23.1846676)
  8314. o48.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291)
  8315. o48.Anchored = true
  8316. o48.FormFactor = Enum.FormFactor.Plate
  8317. o48.Size = Vector3.new(1, 0.400000006, 1)
  8318. o48.CFrame = CFrame.new(-44.920517, 2.74543428, -23.1846676, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005)
  8319. o48.BottomSurface = Enum.SurfaceType.Smooth
  8320. o48.TopSurface = Enum.SurfaceType.Smooth
  8321. o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8322. o49.Parent = o48
  8323. o49.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  8324. o49.MeshType = Enum.MeshType.Wedge
  8325. o50.Parent = o1
  8326. o50.BrickColor = BrickColor.new("Really black")
  8327. o50.Position = Vector3.new(-45.0815277, 2.56648827, -23.014679)
  8328. o50.Rotation = Vector3.new(-0.00189076073, 90, 0)
  8329. o50.Anchored = true
  8330. o50.FormFactor = Enum.FormFactor.Symmetric
  8331. o50.Size = Vector3.new(1, 1, 1)
  8332. o50.CFrame = CFrame.new(-45.0815277, 2.56648827, -23.014679, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  8333. o50.BottomSurface = Enum.SurfaceType.Smooth
  8334. o50.TopSurface = Enum.SurfaceType.Smooth
  8335. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8336. o51.Parent = o50
  8337. o51.Texture = "http://www.roblox.com/asset/?id=48228292"
  8338. o51.Face = Enum.NormalId.Bottom
  8339. o52.Parent = o50
  8340. o52.Scale = Vector3.new(0.162962973, 0.0651851818, 0.228148147)
  8341. o53.Parent = o1
  8342. o53.BrickColor = BrickColor.new("Dark stone grey")
  8343. o53.Transparency = 0.75
  8344. o53.Position = Vector3.new(-44.9205246, 2.85942245, -23.0146713)
  8345. o53.Rotation = Vector3.new(-0.00189076073, 90, 0)
  8346. o53.Anchored = true
  8347. o53.FormFactor = Enum.FormFactor.Symmetric
  8348. o53.Size = Vector3.new(1, 1, 1)
  8349. o53.CFrame = CFrame.new(-44.9205246, 2.85942245, -23.0146713, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005)
  8350. o53.BottomSurface = Enum.SurfaceType.Smooth
  8351. o53.TopSurface = Enum.SurfaceType.Smooth
  8352. o53.Color = Color3.new(0.388235, 0.372549, 0.384314)
  8353. o54.Parent = o53
  8354. o54.Offset = Vector3.new(0, -0.17925927, 0)
  8355. o54.Scale = Vector3.new(0.312888891, 0.195555568, 0.0162962954)
  8356. o55.Parent = o1
  8357. o55.BrickColor = BrickColor.new("Really black")
  8358. o55.Position = Vector3.new(-44.9195099, 2.76146626, -22.8646927)
  8359. o55.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8360. o55.Anchored = true
  8361. o55.FormFactor = Enum.FormFactor.Plate
  8362. o55.Size = Vector3.new(1, 0.400000006, 1)
  8363. o55.CFrame = CFrame.new(-44.9195099, 2.76146626, -22.8646927, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8364. o55.BottomSurface = Enum.SurfaceType.Smooth
  8365. o55.TopSurface = Enum.SurfaceType.Smooth
  8366. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8367. o56.Parent = o55
  8368. o56.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  8369. o57.Parent = o1
  8370. o57.BrickColor = BrickColor.new("Really black")
  8371. o57.Position = Vector3.new(-44.9195099, 2.76146626, -23.1646233)
  8372. o57.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291)
  8373. o57.Anchored = true
  8374. o57.FormFactor = Enum.FormFactor.Plate
  8375. o57.Size = Vector3.new(1, 0.400000006, 1)
  8376. o57.CFrame = CFrame.new(-44.9195099, 2.76146626, -23.1646233, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005)
  8377. o57.BottomSurface = Enum.SurfaceType.Smooth
  8378. o57.TopSurface = Enum.SurfaceType.Smooth
  8379. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8380. o58.Parent = o57
  8381. o58.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  8382. o59.Parent = o1
  8383. o59.BrickColor = BrickColor.new("Really black")
  8384. o59.Position = Vector3.new(-44.9195099, 2.63145828, -23.1646233)
  8385. o59.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  8386. o59.Anchored = true
  8387. o59.FormFactor = Enum.FormFactor.Plate
  8388. o59.Size = Vector3.new(1, 0.400000006, 1)
  8389. o59.CFrame = CFrame.new(-44.9195099, 2.63145828, -23.1646233, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
  8390. o59.BottomSurface = Enum.SurfaceType.Smooth
  8391. o59.TopSurface = Enum.SurfaceType.Smooth
  8392. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8393. o60.Parent = o59
  8394. o60.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909)
  8395. o60.MeshType = Enum.MeshType.Wedge
  8396. o61.Parent = o1
  8397. o61.BrickColor = BrickColor.new("Really black")
  8398. o61.Position = Vector3.new(-44.920517, 2.79448128, -22.8716507)
  8399. o61.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339)
  8400. o61.Anchored = true
  8401. o61.FormFactor = Enum.FormFactor.Plate
  8402. o61.Size = Vector3.new(1, 0.400000006, 1)
  8403. o61.CFrame = CFrame.new(-44.920517, 2.79448128, -22.8716507, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005)
  8404. o61.BottomSurface = Enum.SurfaceType.Smooth
  8405. o61.TopSurface = Enum.SurfaceType.Smooth
  8406. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8407. o62.Parent = o61
  8408. o62.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  8409. o62.MeshType = Enum.MeshType.Wedge
  8410. o63.Parent = o1
  8411. o63.BrickColor = BrickColor.new("Really black")
  8412. o63.Position = Vector3.new(-44.9205246, 2.61543727, -23.1846619)
  8413. o63.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  8414. o63.Anchored = true
  8415. o63.FormFactor = Enum.FormFactor.Plate
  8416. o63.Size = Vector3.new(1, 0.400000006, 1)
  8417. o63.CFrame = CFrame.new(-44.9205246, 2.61543727, -23.1846619, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
  8418. o63.BottomSurface = Enum.SurfaceType.Smooth
  8419. o63.TopSurface = Enum.SurfaceType.Smooth
  8420. o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8421. o64.Parent = o63
  8422. o64.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818)
  8423. o64.MeshType = Enum.MeshType.Wedge
  8424. o65.Parent = o1
  8425. o65.BrickColor = BrickColor.new("Really black")
  8426. o65.Position = Vector3.new(-44.9185371, 2.7614634, -22.8846512)
  8427. o65.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339)
  8428. o65.Anchored = true
  8429. o65.FormFactor = Enum.FormFactor.Plate
  8430. o65.Size = Vector3.new(1, 0.400000006, 1)
  8431. o65.CFrame = CFrame.new(-44.9185371, 2.7614634, -22.8846512, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005)
  8432. o65.BottomSurface = Enum.SurfaceType.Smooth
  8433. o65.TopSurface = Enum.SurfaceType.Smooth
  8434. o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8435. o66.Parent = o65
  8436. o66.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909)
  8437. o66.MeshType = Enum.MeshType.Wedge
  8438. o67.Parent = o1
  8439. o67.BrickColor = BrickColor.new("Really red")
  8440. o67.Position = Vector3.new(-44.920517, 2.82747245, -23.0146713)
  8441. o67.Rotation = Vector3.new(89.9981079, 6.05043411e-008, -90.0018311)
  8442. o67.Anchored = true
  8443. o67.FormFactor = Enum.FormFactor.Symmetric
  8444. o67.Size = Vector3.new(1, 1, 1)
  8445. o67.CFrame = CFrame.new(-44.920517, 2.82747245, -23.0146713, -3.19999999e-005, 1, 1.05599995e-009, -3.30000003e-005, 0, -1, -1, -3.19999999e-005, 3.30000003e-005)
  8446. o67.BottomSurface = Enum.SurfaceType.Smooth
  8447. o67.TopSurface = Enum.SurfaceType.Smooth
  8448. o67.Color = Color3.new(1, 0, 0)
  8449. o68.Parent = o67
  8450. o68.Offset = Vector3.new(0, 0, 0.146666661)
  8451. o68.Scale = Vector3.new(0.0260740742, 0, 0.0130370371)
  8452. o69.Name = "Zoom"
  8453. o69.Parent = o1
  8454. o69.Material = Enum.Material.SmoothPlastic
  8455. o69.Transparency = 1
  8456. o69.Position = Vector3.new(-45.6629868, 2.71499324, -23.013567)
  8457. o69.Rotation = Vector3.new(-90, -88.3242722, -90)
  8458. o69.Anchored = true
  8459. o69.FormFactor = Enum.FormFactor.Custom
  8460. o69.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8461. o69.CFrame = CFrame.new(-45.6629868, 2.71499324, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  8462. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8463. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8464. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8465. o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8466. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8467. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8468. o70.Parent = o69
  8469. o70.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  8470. ZoomFOV = 70
  8471. elseif Sight == "SUSAT" then
  8472. o2 = Instance.new("Part")
  8473. o3 = Instance.new("SpecialMesh")
  8474. o4 = Instance.new("Part")
  8475. o5 = Instance.new("SpecialMesh")
  8476. o6 = Instance.new("Part")
  8477. o7 = Instance.new("SpecialMesh")
  8478. o8 = Instance.new("Part")
  8479. o9 = Instance.new("SpecialMesh")
  8480. o10 = Instance.new("Part")
  8481. o11 = Instance.new("SpecialMesh")
  8482. o12 = Instance.new("Part")
  8483. o13 = Instance.new("SpecialMesh")
  8484. o14 = Instance.new("Part")
  8485. o15 = Instance.new("SpecialMesh")
  8486. o16 = Instance.new("Part")
  8487. o17 = Instance.new("SpecialMesh")
  8488. o18 = Instance.new("Part")
  8489. o19 = Instance.new("SpecialMesh")
  8490. o20 = Instance.new("Part")
  8491. o21 = Instance.new("SpecialMesh")
  8492. o22 = Instance.new("Part")
  8493. o23 = Instance.new("BlockMesh")
  8494. o2.Parent = o1
  8495. o2.BrickColor = BrickColor.new("Really black")
  8496. o2.Position = Vector3.new(-45.1861954, 2.5412097, -23.016592)
  8497. o2.Rotation = Vector3.new(0.00237952056, 0.109017432, -0.497739434)
  8498. o2.CanCollide = false
  8499. o2.FormFactor = Enum.FormFactor.Custom
  8500. o2.Size = Vector3.new(0.650000036, 0.200000003, 0.200000003)
  8501. o2.CFrame = CFrame.new(-45.1861954, 2.5412097, -23.016592, 0.999960482, 0.00868706685, 0.00190271193, -0.00868700352, 0.99996233, -4.15303948e-005, -0.00190300087, 2.49998866e-005, 0.999998212)
  8502. o2.BottomSurface = Enum.SurfaceType.Smooth
  8503. o2.TopSurface = Enum.SurfaceType.Smooth
  8504. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8505. o3.Parent = o2
  8506. o3.Scale = Vector3.new(1, 0.649999976, 1)
  8507. o3.MeshType = Enum.MeshType.Brick
  8508. o4.Parent = o1
  8509. o4.BrickColor = BrickColor.new("Really black")
  8510. o4.Position = Vector3.new(-45.1765442, 2.58076906, -23.0162792)
  8511. o4.Rotation = Vector3.new(0.00237461296, 0.109017119, -0.497632325)
  8512. o4.CanCollide = false
  8513. o4.FormFactor = Enum.FormFactor.Custom
  8514. o4.Size = Vector3.new(0.200000003, 0.24000001, 0.200000003)
  8515. o4.CFrame = CFrame.new(-45.1765442, 2.58076906, -23.0162792, 0.999960482, 0.00868519768, 0.00190270646, -0.00868513249, 0.999961793, -4.14447422e-005, -0.00190299295, 2.49179648e-005, 0.999998212)
  8516. o4.BottomSurface = Enum.SurfaceType.Smooth
  8517. o4.TopSurface = Enum.SurfaceType.Smooth
  8518. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8519. o5.Parent = o4
  8520. o5.Scale = Vector3.new(1, 0.75, 0.699999988)
  8521. o5.MeshType = Enum.MeshType.Brick
  8522. o6.Parent = o1
  8523. o6.BrickColor = BrickColor.new("Really red")
  8524. o6.Position = Vector3.new(-45.254982, 2.67309928, -23.0156555)
  8525. o6.Rotation = Vector3.new(77.6394653, -89.4906311, 77.6413651)
  8526. o6.CanCollide = false
  8527. o6.FormFactor = Enum.FormFactor.Custom
  8528. o6.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  8529. o6.CFrame = CFrame.new(-45.254982, 2.67309928, -23.0156555, 0.00190301181, -0.00868528709, -0.999960482, 4.1445368e-005, 0.999962091, -0.0086852219, 0.999998212, -2.4915631e-005, 0.00190329948)
  8530. o6.BottomSurface = Enum.SurfaceType.Smooth
  8531. o6.TopSurface = Enum.SurfaceType.Smooth
  8532. o6.Color = Color3.new(1, 0, 0)
  8533. o7.Parent = o6
  8534. o7.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8535. o7.Scale = Vector3.new(0.0799999982, 0.800000012, 0.0799999982)
  8536. o7.MeshType = Enum.MeshType.Sphere
  8537. o8.Parent = o1
  8538. o8.BrickColor = BrickColor.new("Really black")
  8539. o8.Position = Vector3.new(-45.4392166, 2.7532146, -23.0155544)
  8540. o8.Rotation = Vector3.new(-90, 0, 90)
  8541. o8.CanCollide = false
  8542. o8.FormFactor = Enum.FormFactor.Custom
  8543. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8544. o8.CFrame = CFrame.new(-45.4392166, 2.7532146, -23.0155544, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  8545. o8.BottomSurface = Enum.SurfaceType.Smooth
  8546. o8.TopSurface = Enum.SurfaceType.Smooth
  8547. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8548. o9.Parent = o8
  8549. o9.MeshId = "http://www.roblox.com/asset/?id=16659502"
  8550. o9.Scale = Vector3.new(0.200000003, 0.400000006, 0.200000003)
  8551. o9.MeshType = Enum.MeshType.FileMesh
  8552. o10.Parent = o1
  8553. o10.BrickColor = BrickColor.new("Really black")
  8554. o10.Position = Vector3.new(-45.1811943, 2.75321054, -23.0156231)
  8555. o10.Rotation = Vector3.new(77.6419296, -89.4910126, 77.6437988)
  8556. o10.CanCollide = false
  8557. o10.FormFactor = Enum.FormFactor.Custom
  8558. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8559. o10.CFrame = CFrame.new(-45.1811943, 2.75321054, -23.0156231, 0.0019030004, -0.00868700352, -0.999960542, 4.10000102e-005, 0.99996233, -0.00868694112, 0.999998212, -2.44671373e-005, 0.00190328481)
  8560. o10.BottomSurface = Enum.SurfaceType.Smooth
  8561. o10.TopSurface = Enum.SurfaceType.Smooth
  8562. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8563. o11.Parent = o10
  8564. o11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8565. o11.Scale = Vector3.new(0.200000003, 0.200000003, 3)
  8566. o11.MeshType = Enum.MeshType.FileMesh
  8567. o12.Parent = o1
  8568. o12.BrickColor = BrickColor.new("Really black")
  8569. o12.Position = Vector3.new(-45.4522209, 2.7532146, -23.0155544)
  8570. o12.Rotation = Vector3.new(102.362206, 89.4906311, -102.360336)
  8571. o12.CanCollide = false
  8572. o12.FormFactor = Enum.FormFactor.Custom
  8573. o12.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  8574. o12.CFrame = CFrame.new(-45.4522209, 2.7532146, -23.0155544, -0.0019030004, 0.00868400373, 0.999960482, 4.10000102e-005, 0.99996233, -0.0086839404, -0.999998212, 2.44728471e-005, -0.00190328457)
  8575. o12.BottomSurface = Enum.SurfaceType.Smooth
  8576. o12.TopSurface = Enum.SurfaceType.Smooth
  8577. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8578. o13.Parent = o12
  8579. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8580. o13.Scale = Vector3.new(0.25, 0.25, 2.5999999)
  8581. o13.MeshType = Enum.MeshType.FileMesh
  8582. o14.Parent = o1
  8583. o14.BrickColor = BrickColor.new("Mid gray")
  8584. o14.Reflectance = 0.10000000149012
  8585. o14.Transparency = 0.89999997615814
  8586. o14.Position = Vector3.new(-45.3052483, 2.75419259, -23.0156231)
  8587. o14.Rotation = Vector3.new(89.9985962, 0.497508794, 89.8909607)
  8588. o14.CanCollide = false
  8589. o14.FormFactor = Enum.FormFactor.Custom
  8590. o14.Size = Vector3.new(0.200000003, 0.730000019, 0.200000003)
  8591. o14.CFrame = CFrame.new(-45.3052483, 2.75419259, -23.0156231, 0.0019030004, -0.999960542, 0.0086830575, 4.10000102e-005, -0.00868299603, -0.99996233, 0.999998212, 0.00190328469, 2.44746461e-005)
  8592. o14.BottomSurface = Enum.SurfaceType.Smooth
  8593. o14.TopSurface = Enum.SurfaceType.Smooth
  8594. o14.Color = Color3.new(0.803922, 0.803922, 0.803922)
  8595. o15.Parent = o14
  8596. o16.Parent = o1
  8597. o16.BrickColor = BrickColor.new("Really black")
  8598. o16.Position = Vector3.new(-45.2762527, 2.75321364, -23.015564)
  8599. o16.Rotation = Vector3.new(102.362206, 89.4910126, -102.360336)
  8600. o16.CanCollide = false
  8601. o16.FormFactor = Enum.FormFactor.Custom
  8602. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8603. o16.CFrame = CFrame.new(-45.2762527, 2.75321364, -23.015564, -0.0019030004, 0.00868400373, 0.999960542, 4.10000102e-005, 0.99996233, -0.00868394226, -0.999998212, 2.44728471e-005, -0.00190328469)
  8604. o16.BottomSurface = Enum.SurfaceType.Smooth
  8605. o16.TopSurface = Enum.SurfaceType.Smooth
  8606. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8607. o17.Parent = o16
  8608. o17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8609. o17.Scale = Vector3.new(0.189999998, 0.189999998, 3)
  8610. o17.MeshType = Enum.MeshType.FileMesh
  8611. o18.Parent = o1
  8612. o18.BrickColor = BrickColor.new("Really black")
  8613. o18.Position = Vector3.new(-44.9112358, 2.77421069, -23.015625)
  8614. o18.Rotation = Vector3.new(-90, -7.49987459, 90)
  8615. o18.CanCollide = false
  8616. o18.FormFactor = Enum.FormFactor.Custom
  8617. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8618. o18.CFrame = CFrame.new(-44.9112358, 2.77421069, -23.015625, 0, -0.991445243, -0.130524024, 0, -0.130524024, 0.991445243, -1, 0, 0)
  8619. o18.BottomSurface = Enum.SurfaceType.Smooth
  8620. o18.TopSurface = Enum.SurfaceType.Smooth
  8621. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8622. o19.Parent = o18
  8623. o19.MeshId = "http://www.roblox.com/asset/?id=16659502"
  8624. o19.Scale = Vector3.new(0.25, 1, 0.25)
  8625. o19.MeshType = Enum.MeshType.FileMesh
  8626. o20.Parent = o1
  8627. o20.BrickColor = BrickColor.new("Really black")
  8628. o20.Position = Vector3.new(-45.6412468, 2.7532146, -23.0156231)
  8629. o20.Rotation = Vector3.new(-90, 2.50009346, -90)
  8630. o20.CanCollide = false
  8631. o20.FormFactor = Enum.FormFactor.Custom
  8632. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8633. o20.CFrame = CFrame.new(-45.6412468, 2.7532146, -23.0156231, 0, 0.999048233, 0.0436210148, 0, -0.0436210111, 0.999048233, 1, 0, 0)
  8634. o20.BottomSurface = Enum.SurfaceType.Smooth
  8635. o20.TopSurface = Enum.SurfaceType.Smooth
  8636. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8637. o21.Parent = o20
  8638. o21.MeshId = "http://www.roblox.com/asset/?id=16659502"
  8639. o21.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
  8640. o21.MeshType = Enum.MeshType.FileMesh
  8641. o22.Name = "Zoom"
  8642. o22.Parent = o1
  8643. o22.Material = Enum.Material.SmoothPlastic
  8644. o22.Transparency = 1
  8645. o22.Position = Vector3.new(-45.6619682, 2.74977922, -23.013567)
  8646. o22.Rotation = Vector3.new(-90, -88.3242722, -90)
  8647. o22.Anchored = true
  8648. o22.FormFactor = Enum.FormFactor.Custom
  8649. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8650. o22.CFrame = CFrame.new(-45.6619682, 2.74977922, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  8651. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8652. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8653. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8654. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8655. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8656. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8657. o23.Parent = o22
  8658. o23.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  8659. ZoomFOV = 10
  8660. elseif Sight == "C79" then
  8661. o2 = Instance.new("Part")
  8662. o3 = Instance.new("SpecialMesh")
  8663. o4 = Instance.new("Part")
  8664. o5 = Instance.new("SpecialMesh")
  8665. o6 = Instance.new("Part")
  8666. o7 = Instance.new("CylinderMesh")
  8667. o8 = Instance.new("Part")
  8668. o9 = Instance.new("CylinderMesh")
  8669. o10 = Instance.new("Part")
  8670. o11 = Instance.new("SpecialMesh")
  8671. o12 = Instance.new("Part")
  8672. o13 = Instance.new("CylinderMesh")
  8673. o14 = Instance.new("Part")
  8674. o15 = Instance.new("BlockMesh")
  8675. o16 = Instance.new("Part")
  8676. o17 = Instance.new("BlockMesh")
  8677. o18 = Instance.new("Part")
  8678. o19 = Instance.new("BlockMesh")
  8679. o20 = Instance.new("Part")
  8680. o21 = Instance.new("CylinderMesh")
  8681. o22 = Instance.new("Part")
  8682. o23 = Instance.new("CylinderMesh")
  8683. o24 = Instance.new("Part")
  8684. o25 = Instance.new("BlockMesh")
  8685. o26 = Instance.new("Part")
  8686. o27 = Instance.new("CylinderMesh")
  8687. o28 = Instance.new("Part")
  8688. o29 = Instance.new("BlockMesh")
  8689. o30 = Instance.new("Part")
  8690. o31 = Instance.new("BlockMesh")
  8691. o32 = Instance.new("Part")
  8692. o33 = Instance.new("SpecialMesh")
  8693. o34 = Instance.new("Part")
  8694. o35 = Instance.new("CylinderMesh")
  8695. o36 = Instance.new("Part")
  8696. o37 = Instance.new("CylinderMesh")
  8697. o38 = Instance.new("Part")
  8698. o39 = Instance.new("SpecialMesh")
  8699. o40 = Instance.new("Part")
  8700. o41 = Instance.new("BlockMesh")
  8701. o42 = Instance.new("Part")
  8702. o43 = Instance.new("CylinderMesh")
  8703. o44 = Instance.new("Part")
  8704. o45 = Instance.new("SpecialMesh")
  8705. o46 = Instance.new("Part")
  8706. o47 = Instance.new("BlockMesh")
  8707. o2.Parent = o1
  8708. o2.BrickColor = BrickColor.new("Really black")
  8709. o2.Position = Vector3.new(-45.5156708, 2.81176472, -23.0132618)
  8710. o2.Rotation = Vector3.new(179.997528, 90, 0)
  8711. o2.Anchored = true
  8712. o2.CanCollide = false
  8713. o2.FormFactor = Enum.FormFactor.Custom
  8714. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8715. o2.CFrame = CFrame.new(-45.5156708, 2.81176472, -23.0132618, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005)
  8716. o2.BottomSurface = Enum.SurfaceType.Smooth
  8717. o2.TopSurface = Enum.SurfaceType.Smooth
  8718. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8719. o3.Parent = o2
  8720. o3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8721. o3.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313)
  8722. o3.MeshType = Enum.MeshType.FileMesh
  8723. o4.Parent = o1
  8724. o4.BrickColor = BrickColor.new("Really black")
  8725. o4.Position = Vector3.new(-45.2076645, 2.81176472, -23.0152378)
  8726. o4.Rotation = Vector3.new(179.997528, 90, 0)
  8727. o4.Anchored = true
  8728. o4.CanCollide = false
  8729. o4.FormFactor = Enum.FormFactor.Custom
  8730. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8731. o4.CFrame = CFrame.new(-45.2076645, 2.81176472, -23.0152378, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005)
  8732. o4.BottomSurface = Enum.SurfaceType.Smooth
  8733. o4.TopSurface = Enum.SurfaceType.Smooth
  8734. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8735. o5.Parent = o4
  8736. o5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8737. o5.Scale = Vector3.new(0.246153846, 0.246153846, 3.53846145)
  8738. o5.MeshType = Enum.MeshType.FileMesh
  8739. o6.Parent = o1
  8740. o6.BrickColor = BrickColor.new("Really black")
  8741. o6.Position = Vector3.new(-45.3536568, 2.6807878, -23.0142326)
  8742. o6.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180)
  8743. o6.Anchored = true
  8744. o6.CanCollide = false
  8745. o6.FormFactor = Enum.FormFactor.Custom
  8746. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8747. o6.CFrame = CFrame.new(-45.3536568, 2.6807878, -23.0142326, -1, 1.45200008e-009, 3.30000003e-005, 0, -1, 4.40000003e-005, 3.30000003e-005, 4.40000003e-005, 1)
  8748. o6.BottomSurface = Enum.SurfaceType.Smooth
  8749. o6.TopSurface = Enum.SurfaceType.Smooth
  8750. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8751. o7.Parent = o6
  8752. o7.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783)
  8753. o8.Parent = o1
  8754. o8.BrickColor = BrickColor.new("Really black")
  8755. o8.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155)
  8756. o8.Rotation = Vector3.new(-0.00246371864, 0.00189076073, -180)
  8757. o8.Anchored = true
  8758. o8.CanCollide = false
  8759. o8.FormFactor = Enum.FormFactor.Custom
  8760. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8761. o8.CFrame = CFrame.new(-45.3476791, 2.6157527, -23.0142155, -1, 1.41900003e-009, 3.30000003e-005, 0, -1, 4.3e-005, 3.30000003e-005, 4.3e-005, 1)
  8762. o8.BottomSurface = Enum.SurfaceType.Smooth
  8763. o8.TopSurface = Enum.SurfaceType.Smooth
  8764. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8765. o9.Parent = o8
  8766. o9.Scale = Vector3.new(0.692307711, 0.692307711, 0.692307711)
  8767. o10.Parent = o1
  8768. o10.BrickColor = BrickColor.new("Really black")
  8769. o10.Reflectance = 0.30000001192093
  8770. o10.Transparency = 0.39999997615814
  8771. o10.Position = Vector3.new(-45.2016716, 2.81176472, -23.0132561)
  8772. o10.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
  8773. o10.Anchored = true
  8774. o10.CanCollide = false
  8775. o10.FormFactor = Enum.FormFactor.Custom
  8776. o10.Size = Vector3.new(0.215384617, 0.800000012, 0.215384617)
  8777. o10.CFrame = CFrame.new(-45.2016716, 2.81176472, -23.0132561, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005)
  8778. o10.BottomSurface = Enum.SurfaceType.Smooth
  8779. o10.TopSurface = Enum.SurfaceType.Smooth
  8780. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8781. o11.Parent = o10
  8782. o11.Scale = Vector3.new(1.10000002, 1, 1.10000002)
  8783. o12.Parent = o1
  8784. o12.Material = Enum.Material.SmoothPlastic
  8785. o12.BrickColor = BrickColor.new("Really black")
  8786. o12.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155)
  8787. o12.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180)
  8788. o12.Anchored = true
  8789. o12.CanCollide = false
  8790. o12.FormFactor = Enum.FormFactor.Custom
  8791. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8792. o12.CFrame = CFrame.new(-45.3476791, 2.6157527, -23.0142155, -1, 1.45200008e-009, 3.30000003e-005, 0, -1, 4.40000003e-005, 3.30000003e-005, 4.40000003e-005, 1)
  8793. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8794. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8795. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8796. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8797. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8798. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8799. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8800. o13.Parent = o12
  8801. o13.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783)
  8802. o14.Parent = o1
  8803. o14.BrickColor = BrickColor.new("Really black")
  8804. o14.Position = Vector3.new(-45.0166855, 2.87274075, -23.0132542)
  8805. o14.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921)
  8806. o14.Anchored = true
  8807. o14.CanCollide = false
  8808. o14.FormFactor = Enum.FormFactor.Custom
  8809. o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8810. o14.CFrame = CFrame.new(-45.0166855, 2.87274075, -23.0132542, -3.30000003e-005, -1, -1.41900003e-009, -4.3e-005, 0, 1, -1, 3.30000003e-005, -4.3e-005)
  8811. o14.BottomSurface = Enum.SurfaceType.Smooth
  8812. o14.TopSurface = Enum.SurfaceType.Smooth
  8813. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8814. o15.Parent = o14
  8815. o15.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  8816. o16.Parent = o1
  8817. o16.BrickColor = BrickColor.new("Really black")
  8818. o16.Position = Vector3.new(-45.0616646, 2.63177776, -23.0142288)
  8819. o16.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
  8820. o16.Anchored = true
  8821. o16.CanCollide = false
  8822. o16.FormFactor = Enum.FormFactor.Custom
  8823. o16.Size = Vector3.new(0.200000003, 0.523076952, 0.200000003)
  8824. o16.CFrame = CFrame.new(-45.0616646, 2.63177776, -23.0142288, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1)
  8825. o16.BottomSurface = Enum.SurfaceType.Smooth
  8826. o16.TopSurface = Enum.SurfaceType.Smooth
  8827. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8828. o17.Parent = o16
  8829. o17.Scale = Vector3.new(0.615384579, 1, 0.769230783)
  8830. o18.Parent = o1
  8831. o18.BrickColor = BrickColor.new("Really black")
  8832. o18.Position = Vector3.new(-45.0166855, 2.74978971, -23.0132542)
  8833. o18.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921)
  8834. o18.Anchored = true
  8835. o18.CanCollide = false
  8836. o18.FormFactor = Enum.FormFactor.Custom
  8837. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8838. o18.CFrame = CFrame.new(-45.0166855, 2.74978971, -23.0132542, -3.30000003e-005, -1, -1.41900003e-009, -4.3e-005, 0, 1, -1, 3.30000003e-005, -4.3e-005)
  8839. o18.BottomSurface = Enum.SurfaceType.Smooth
  8840. o18.TopSurface = Enum.SurfaceType.Smooth
  8841. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8842. o19.Parent = o18
  8843. o19.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  8844. o20.Parent = o1
  8845. o20.Material = Enum.Material.SmoothPlastic
  8846. o20.BrickColor = BrickColor.new("Really black")
  8847. o20.Position = Vector3.new(-45.1856918, 2.55477977, -22.8992996)
  8848. o20.Rotation = Vector3.new(-90.0024643, -90, 0)
  8849. o20.Anchored = true
  8850. o20.CanCollide = false
  8851. o20.FormFactor = Enum.FormFactor.Custom
  8852. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8853. o20.CFrame = CFrame.new(-45.1856918, 2.55477977, -22.8992996, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  8854. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8855. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8856. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8857. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8858. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8859. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8860. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8861. o21.Parent = o20
  8862. o21.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  8863. o22.Parent = o1
  8864. o22.BrickColor = BrickColor.new("Bright red")
  8865. o22.Position = Vector3.new(-45.0166817, 2.81176472, -23.0132523)
  8866. o22.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
  8867. o22.Anchored = true
  8868. o22.CanCollide = false
  8869. o22.FormFactor = Enum.FormFactor.Custom
  8870. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8871. o22.CFrame = CFrame.new(-45.0166817, 2.81176472, -23.0132523, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005)
  8872. o22.BottomSurface = Enum.SurfaceType.Smooth
  8873. o22.TopSurface = Enum.SurfaceType.Smooth
  8874. o22.Color = Color3.new(0.768628, 0.156863, 0.109804)
  8875. o23.Parent = o22
  8876. o23.Scale = Vector3.new(0.0769230723, 0.153846145, 0.0769230723)
  8877. o24.Parent = o1
  8878. o24.BrickColor = BrickColor.new("Really black")
  8879. o24.Position = Vector3.new(-45.0166817, 2.81176472, -23.075264)
  8880. o24.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
  8881. o24.Anchored = true
  8882. o24.CanCollide = false
  8883. o24.FormFactor = Enum.FormFactor.Custom
  8884. o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8885. o24.CFrame = CFrame.new(-45.0166817, 2.81176472, -23.075264, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1)
  8886. o24.BottomSurface = Enum.SurfaceType.Smooth
  8887. o24.TopSurface = Enum.SurfaceType.Smooth
  8888. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8889. o25.Parent = o24
  8890. o25.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  8891. o26.Parent = o1
  8892. o26.Material = Enum.Material.SmoothPlastic
  8893. o26.BrickColor = BrickColor.new("Really black")
  8894. o26.Position = Vector3.new(-45.1846809, 2.55478072, -23.1292896)
  8895. o26.Rotation = Vector3.new(-90.0024643, -90, 0)
  8896. o26.Anchored = true
  8897. o26.CanCollide = false
  8898. o26.FormFactor = Enum.FormFactor.Custom
  8899. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8900. o26.CFrame = CFrame.new(-45.1846809, 2.55478072, -23.1292896, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  8901. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8902. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8903. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8904. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8905. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8906. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8907. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8908. o27.Parent = o26
  8909. o27.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  8910. o28.Parent = o1
  8911. o28.BrickColor = BrickColor.new("Really black")
  8912. o28.Position = Vector3.new(-45.0156746, 2.81176472, -22.9512405)
  8913. o28.Rotation = Vector3.new(179.997482, -0.00189076073, 90)
  8914. o28.Anchored = true
  8915. o28.CanCollide = false
  8916. o28.FormFactor = Enum.FormFactor.Custom
  8917. o28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8918. o28.CFrame = CFrame.new(-45.0156746, 2.81176472, -22.9512405, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1)
  8919. o28.BottomSurface = Enum.SurfaceType.Smooth
  8920. o28.TopSurface = Enum.SurfaceType.Smooth
  8921. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8922. o29.Parent = o28
  8923. o29.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464)
  8924. o30.Parent = o1
  8925. o30.BrickColor = BrickColor.new("Really black")
  8926. o30.Position = Vector3.new(-45.1096992, 2.5397718, -23.0132465)
  8927. o30.Rotation = Vector3.new(179.997528, -0.00189076073, 90)
  8928. o30.Anchored = true
  8929. o30.CanCollide = false
  8930. o30.FormFactor = Enum.FormFactor.Custom
  8931. o30.Size = Vector3.new(0.200000003, 0.615384638, 0.200000003)
  8932. o30.CFrame = CFrame.new(-45.1096992, 2.5397718, -23.0132465, 0, -1, -3.30000003e-005, -1, 1.41900003e-009, -4.3e-005, 4.3e-005, 3.30000003e-005, -1)
  8933. o30.BottomSurface = Enum.SurfaceType.Smooth
  8934. o30.TopSurface = Enum.SurfaceType.Smooth
  8935. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8936. o31.Parent = o30
  8937. o31.Scale = Vector3.new(0.307692289, 1, 0.846153855)
  8938. o32.Parent = o1
  8939. o32.BrickColor = BrickColor.new("Really black")
  8940. o32.Position = Vector3.new(-44.8696785, 2.81176472, -23.0132446)
  8941. o32.Rotation = Vector3.new(179.997528, 90, 0)
  8942. o32.Anchored = true
  8943. o32.CanCollide = false
  8944. o32.FormFactor = Enum.FormFactor.Custom
  8945. o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8946. o32.CFrame = CFrame.new(-44.8696785, 2.81176472, -23.0132446, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005)
  8947. o32.BottomSurface = Enum.SurfaceType.Smooth
  8948. o32.TopSurface = Enum.SurfaceType.Smooth
  8949. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8950. o33.Parent = o32
  8951. o33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  8952. o33.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313)
  8953. o33.MeshType = Enum.MeshType.FileMesh
  8954. o34.Parent = o1
  8955. o34.Material = Enum.Material.SmoothPlastic
  8956. o34.BrickColor = BrickColor.new("Really black")
  8957. o34.Position = Vector3.new(-44.9236374, 2.55478072, -22.8982334)
  8958. o34.Rotation = Vector3.new(-90.0024643, -90, 0)
  8959. o34.Anchored = true
  8960. o34.CanCollide = false
  8961. o34.FormFactor = Enum.FormFactor.Custom
  8962. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8963. o34.CFrame = CFrame.new(-44.9236374, 2.55478072, -22.8982334, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  8964. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8965. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8966. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8967. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8968. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8969. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8970. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8971. o35.Parent = o34
  8972. o35.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  8973. o36.Parent = o1
  8974. o36.Material = Enum.Material.SmoothPlastic
  8975. o36.BrickColor = BrickColor.new("Black")
  8976. o36.Position = Vector3.new(-44.9226875, 2.55477881, -23.129282)
  8977. o36.Rotation = Vector3.new(-90.0024643, -90, 0)
  8978. o36.Anchored = true
  8979. o36.CanCollide = false
  8980. o36.FormFactor = Enum.FormFactor.Custom
  8981. o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8982. o36.CFrame = CFrame.new(-44.9226875, 2.55477881, -23.129282, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  8983. o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8984. o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8985. o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8986. o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8987. o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8988. o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8989. o36.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8990. o37.Parent = o36
  8991. o37.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464)
  8992. o38.Parent = o1
  8993. o38.BrickColor = BrickColor.new("Really black")
  8994. o38.Position = Vector3.new(-44.8106842, 2.81176472, -23.0142307)
  8995. o38.Rotation = Vector3.new(90.0095291, 81.0001602, 89.987915)
  8996. o38.Anchored = true
  8997. o38.CanCollide = false
  8998. o38.FormFactor = Enum.FormFactor.Custom
  8999. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9000. o38.CFrame = CFrame.new(-44.8106842, 2.81176472, -23.0142307, 3.30000003e-005, -0.156431958, 0.98768878, 4.19999997e-005, -0.98768878, -0.156431958, 1, 4.6645182e-005, -2.60235865e-005)
  9001. o38.BottomSurface = Enum.SurfaceType.Smooth
  9002. o38.TopSurface = Enum.SurfaceType.Smooth
  9003. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9004. o39.Parent = o38
  9005. o39.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9006. o39.Scale = Vector3.new(0.246153846, 0.230769232, 0.461538464)
  9007. o39.MeshType = Enum.MeshType.FileMesh
  9008. o40.Parent = o1
  9009. o40.BrickColor = BrickColor.new("Really black")
  9010. o40.Position = Vector3.new(-44.7456856, 2.6157527, -23.0132465)
  9011. o40.Rotation = Vector3.new(179.997528, -0.00189076073, 90)
  9012. o40.Anchored = true
  9013. o40.CanCollide = false
  9014. o40.FormFactor = Enum.FormFactor.Custom
  9015. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9016. o40.CFrame = CFrame.new(-44.7456856, 2.6157527, -23.0132465, 0, -1, -3.30000003e-005, -1, 1.41900003e-009, -4.3e-005, 4.3e-005, 3.30000003e-005, -1)
  9017. o40.BottomSurface = Enum.SurfaceType.Smooth
  9018. o40.TopSurface = Enum.SurfaceType.Smooth
  9019. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9020. o41.Parent = o40
  9021. o41.Scale = Vector3.new(0.923076928, 0.538461506, 0.538461506)
  9022. o42.Parent = o1
  9023. o42.Material = Enum.Material.SmoothPlastic
  9024. o42.BrickColor = BrickColor.new("Really black")
  9025. o42.Position = Vector3.new(-44.731678, 2.65176678, -23.0132427)
  9026. o42.Rotation = Vector3.new(-90.0024643, -90, 0)
  9027. o42.Anchored = true
  9028. o42.CanCollide = false
  9029. o42.FormFactor = Enum.FormFactor.Custom
  9030. o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9031. o42.CFrame = CFrame.new(-44.731678, 2.65176678, -23.0132427, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005)
  9032. o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9033. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9034. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9035. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9036. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9037. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9038. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9039. o43.Parent = o42
  9040. o43.Scale = Vector3.new(0.461538464, 0.615384579, 0.461538464)
  9041. o44.Parent = o1
  9042. o44.BrickColor = BrickColor.new("Really black")
  9043. o44.Position = Vector3.new(-44.6716805, 2.61574984, -23.014225)
  9044. o44.Rotation = Vector3.new(179.997528, -90, 0)
  9045. o44.Anchored = true
  9046. o44.CanCollide = false
  9047. o44.FormFactor = Enum.FormFactor.Custom
  9048. o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9049. o44.CFrame = CFrame.new(-44.6716805, 2.61574984, -23.014225, -3.30000003e-005, 0, -1, -4.3e-005, -1, 1.41900003e-009, -1, 4.3e-005, 3.30000003e-005)
  9050. o44.BottomSurface = Enum.SurfaceType.Smooth
  9051. o44.TopSurface = Enum.SurfaceType.Smooth
  9052. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9053. o45.Parent = o44
  9054. o45.Scale = Vector3.new(0.538461506, 0.923076928, 0.230769232)
  9055. o45.MeshType = Enum.MeshType.Wedge
  9056. o46.Name = "Zoom"
  9057. o46.Parent = o1
  9058. o46.Material = Enum.Material.SmoothPlastic
  9059. o46.Transparency = 1
  9060. o46.Position = Vector3.new(-45.6602287, 2.80918193, -23.013567)
  9061. o46.Rotation = Vector3.new(-90, -88.3242722, -90)
  9062. o46.Anchored = true
  9063. o46.FormFactor = Enum.FormFactor.Custom
  9064. o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9065. o46.CFrame = CFrame.new(-45.6602287, 2.80918193, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  9066. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9067. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9068. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9069. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9070. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9071. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9072. o47.Parent = o46
  9073. o47.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  9074. ZoomFOV = 20
  9075. elseif Sight == "ACOG" then
  9076. o2 = Instance.new("Part")
  9077. o3 = Instance.new("BlockMesh")
  9078. o4 = Instance.new("Part")
  9079. o5 = Instance.new("CylinderMesh")
  9080. o6 = Instance.new("Part")
  9081. o7 = Instance.new("CylinderMesh")
  9082. o8 = Instance.new("Part")
  9083. o9 = Instance.new("BlockMesh")
  9084. o10 = Instance.new("Part")
  9085. o11 = Instance.new("SpecialMesh")
  9086. o12 = Instance.new("Part")
  9087. o13 = Instance.new("SpecialMesh")
  9088. o14 = Instance.new("Part")
  9089. o15 = Instance.new("SpecialMesh")
  9090. o16 = Instance.new("Part")
  9091. o17 = Instance.new("Decal")
  9092. o18 = Instance.new("Decal")
  9093. o19 = Instance.new("BlockMesh")
  9094. o20 = Instance.new("Part")
  9095. o21 = Instance.new("BlockMesh")
  9096. o22 = Instance.new("Part")
  9097. o23 = Instance.new("SpecialMesh")
  9098. o2.Name = "Zoom"
  9099. o2.Parent = o1
  9100. o2.Material = Enum.Material.SmoothPlastic
  9101. o2.Transparency = 1
  9102. o2.Position = Vector3.new(-45.7289391, 2.73110533, -23.0179634)
  9103. o2.Rotation = Vector3.new(-90, -88.876564, -90)
  9104. o2.Anchored = true
  9105. o2.FormFactor = Enum.FormFactor.Custom
  9106. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9107. o2.CFrame = CFrame.new(-45.7289391, 2.73110533, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
  9108. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9109. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9110. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9111. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9112. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9113. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9114. o3.Parent = o2
  9115. o3.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  9116. o4.Name = "ACOG"
  9117. o4.Parent = o1
  9118. o4.BrickColor = BrickColor.new("Bright red")
  9119. o4.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977)
  9120. o4.Rotation = Vector3.new(90.0104294, -89.9720306, -90)
  9121. o4.Anchored = true
  9122. o4.CanCollide = false
  9123. o4.FormFactor = Enum.FormFactor.Custom
  9124. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9125. o4.CFrame = CFrame.new(-45.1566238, 2.8208468, -23.020977, 0, 0.000485999946, -0.999999881, 0.000182000003, -0.999999881, -0.000485999917, -1, -0.000181999989, -8.84519977e-008)
  9126. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9127. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9128. o4.Color = Color3.new(0.768628, 0.156863, 0.109804)
  9129. o5.Parent = o4
  9130. o5.Scale = Vector3.new(1.33333337, 0.0333333351, 0.699999988)
  9131. o6.Name = "ACOG"
  9132. o6.Parent = o1
  9133. o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9134. o6.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977)
  9135. o6.Rotation = Vector3.new(90.0104294, -89.9720306, -90)
  9136. o6.Anchored = true
  9137. o6.CanCollide = false
  9138. o6.FormFactor = Enum.FormFactor.Custom
  9139. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9140. o6.CFrame = CFrame.new(-45.1566238, 2.8208468, -23.020977, 0, 0.000485999946, -0.999999881, 0.000182000003, -0.999999881, -0.000485999917, -1, -0.000181999989, -8.84519977e-008)
  9141. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9142. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9143. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9144. o7.Parent = o6
  9145. o7.Scale = Vector3.new(1.33333337, 0.333333343, 0.666666687)
  9146. o8.Name = "ACOG"
  9147. o8.Parent = o1
  9148. o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9149. o8.Position = Vector3.new(-45.1224823, 2.58768368, -23.0217686)
  9150. o8.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
  9151. o8.Anchored = true
  9152. o8.CanCollide = false
  9153. o8.FormFactor = Enum.FormFactor.Custom
  9154. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9155. o8.CFrame = CFrame.new(-45.1224823, 2.58768368, -23.0217686, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1)
  9156. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9157. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9158. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9159. o9.Parent = o8
  9160. o9.Scale = Vector3.new(1, 0.533333361, 0.533333302)
  9161. o10.Name = "ACOG"
  9162. o10.Parent = o1
  9163. o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9164. o10.Position = Vector3.new(-44.9295502, 2.72090769, -23.0211411)
  9165. o10.Rotation = Vector3.new(90.0256882, 75.0440826, 89.9820175)
  9166. o10.Anchored = true
  9167. o10.CanCollide = false
  9168. o10.FormFactor = Enum.FormFactor.Symmetric
  9169. o10.Size = Vector3.new(1, 1, 1)
  9170. o10.CFrame = CFrame.new(-44.9295502, 2.72090769, -23.0211411, 8.09999983e-005, -0.258075923, 0.966124654, -0.000144999998, -0.966124654, -0.258075893, 1, -0.000119183926, -0.000115677103)
  9171. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9172. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9173. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9174. o11.Parent = o10
  9175. o11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9176. o11.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687)
  9177. o11.MeshType = Enum.MeshType.FileMesh
  9178. o12.Name = "ACOG"
  9179. o12.Parent = o1
  9180. o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9181. o12.Position = Vector3.new(-45.3565521, 2.72070885, -23.0211391)
  9182. o12.Rotation = Vector3.new(-94.5800171, 89.9720306, -85.4120255)
  9183. o12.Anchored = true
  9184. o12.CanCollide = false
  9185. o12.FormFactor = Enum.FormFactor.Symmetric
  9186. o12.Size = Vector3.new(1, 1, 1)
  9187. o12.CFrame = CFrame.new(-45.3565521, 2.72070885, -23.0211391, 3.89999987e-005, 0.000485999946, 0.999999881, -0.000138999996, -0.999999881, 0.00048600536, 1, -0.000139018943, -3.89324414e-005)
  9188. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9189. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9190. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9191. o13.Parent = o12
  9192. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9193. o13.Scale = Vector3.new(0.173333332, 0.173333332, 0.666666687)
  9194. o13.MeshType = Enum.MeshType.FileMesh
  9195. o14.Name = "ACOG"
  9196. o14.Parent = o1
  9197. o14.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9198. o14.Position = Vector3.new(-44.956562, 2.72089267, -23.021225)
  9199. o14.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925)
  9200. o14.Anchored = true
  9201. o14.CanCollide = false
  9202. o14.FormFactor = Enum.FormFactor.Symmetric
  9203. o14.Size = Vector3.new(1, 1, 1)
  9204. o14.CFrame = CFrame.new(-44.956562, 2.72089267, -23.021225, 7.10000022e-005, 0.000527999946, 0.999999881, -0.000138999996, -0.999999881, 0.000528009783, 1, -0.000139037467, -7.09266023e-005)
  9205. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9206. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9207. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9208. o15.Parent = o14
  9209. o15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9210. o15.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687)
  9211. o15.MeshType = Enum.MeshType.FileMesh
  9212. o16.Name = "ACOG1"
  9213. o16.Parent = o1
  9214. o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9215. o16.Transparency = 1
  9216. o16.Position = Vector3.new(-45.2625923, 2.72075582, -23.0216827)
  9217. o16.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
  9218. o16.Anchored = true
  9219. o16.CanCollide = false
  9220. o16.FormFactor = Enum.FormFactor.Custom
  9221. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9222. o16.CFrame = CFrame.new(-45.2625923, 2.72075582, -23.0216827, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1)
  9223. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9224. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9225. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9226. o17.Parent = o16
  9227. o17.Texture = "http://www.roblox.com/asset/?id=95639324"
  9228. o17.Face = Enum.NormalId.Right
  9229. o18.Parent = o16
  9230. o18.Texture = "http://www.roblox.com/asset/?id=95639324"
  9231. o18.Face = Enum.NormalId.Left
  9232. o19.Parent = o16
  9233. o19.Scale = Vector3.new(0.0666666701, 1, 1)
  9234. o20.Name = "ACOG"
  9235. o20.Parent = o1
  9236. o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9237. o20.Position = Vector3.new(-45.0894966, 2.53364778, -23.0207634)
  9238. o20.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924)
  9239. o20.Anchored = true
  9240. o20.CanCollide = false
  9241. o20.FormFactor = Enum.FormFactor.Custom
  9242. o20.Size = Vector3.new(0.333333343, 0.200000003, 0.200000003)
  9243. o20.CFrame = CFrame.new(-45.0894966, 2.53364778, -23.0207634, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1)
  9244. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9245. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9246. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9247. o21.Parent = o20
  9248. o21.Scale = Vector3.new(1, 0.533333361, 0.866666675)
  9249. o22.Name = "ACOG2"
  9250. o22.Parent = o1
  9251. o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9252. o22.Position = Vector3.new(-45.1225471, 2.72081685, -23.0214977)
  9253. o22.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925)
  9254. o22.Anchored = true
  9255. o22.CanCollide = false
  9256. o22.FormFactor = Enum.FormFactor.Symmetric
  9257. o22.Size = Vector3.new(1, 1, 1)
  9258. o22.CFrame = CFrame.new(-45.1225471, 2.72081685, -23.0214977, 7.10000022e-005, 0.000527999946, 0.999999881, -0.000138999996, -0.999999881, 0.000528009783, 1, -0.000139037467, -7.09266023e-005)
  9259. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9260. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9261. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9262. o23.Parent = o22
  9263. o23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9264. o23.Scale = Vector3.new(0.166666672, 0.166666672, 2.66666675)
  9265. o23.MeshType = Enum.MeshType.FileMesh
  9266. ZoomFOV = 5
  9267. elseif Sight == "M145" then
  9268.  
  9269. o2 = Instance.new("Part")
  9270. o3 = Instance.new("CylinderMesh")
  9271. o4 = Instance.new("Part")
  9272. o5 = Instance.new("CylinderMesh")
  9273. o6 = Instance.new("Part")
  9274. o7 = Instance.new("CylinderMesh")
  9275. o8 = Instance.new("Part")
  9276. o9 = Instance.new("BlockMesh")
  9277. o10 = Instance.new("Part")
  9278. o11 = Instance.new("SpecialMesh")
  9279. o12 = Instance.new("Part")
  9280. o13 = Instance.new("BlockMesh")
  9281. o14 = Instance.new("Part")
  9282. o15 = Instance.new("BlockMesh")
  9283. o16 = Instance.new("Part")
  9284. o17 = Instance.new("SpecialMesh")
  9285. o18 = Instance.new("Part")
  9286. o19 = Instance.new("BlockMesh")
  9287. o20 = Instance.new("Part")
  9288. o21 = Instance.new("BlockMesh")
  9289. o22 = Instance.new("Part")
  9290. o23 = Instance.new("SpecialMesh")
  9291. o24 = Instance.new("Part")
  9292. o25 = Instance.new("SpecialMesh")
  9293. o26 = Instance.new("Part")
  9294. o27 = Instance.new("BlockMesh")
  9295. o28 = Instance.new("Part")
  9296. o29 = Instance.new("BlockMesh")
  9297. o30 = Instance.new("Part")
  9298. o31 = Instance.new("BlockMesh")
  9299. o32 = Instance.new("Part")
  9300. o33 = Instance.new("BlockMesh")
  9301. o34 = Instance.new("Part")
  9302. o35 = Instance.new("SpecialMesh")
  9303. o36 = Instance.new("Part")
  9304. o37 = Instance.new("SpecialMesh")
  9305. o38 = Instance.new("Part")
  9306. o39 = Instance.new("BlockMesh")
  9307. o2.Parent = o1
  9308. o2.Reflectance = 0.050000000745058
  9309. o2.Transparency = 0.89999997615814
  9310. o2.Position = Vector3.new(-45.0308838, 2.90189338, -23.0160847)
  9311. o2.Rotation = Vector3.new(-0.00252101431, 0.00189076073, 90)
  9312. o2.Anchored = true
  9313. o2.FormFactor = Enum.FormFactor.Symmetric
  9314. o2.Size = Vector3.new(1, 1, 1)
  9315. o2.CFrame = CFrame.new(-45.0308838, 2.90189338, -23.0160847, 0, -1, 3.30000003e-005, 1, 1.45200008e-009, 4.40000003e-005, -4.40000003e-005, 3.30000003e-005, 1)
  9316. o2.BottomSurface = Enum.SurfaceType.Smooth
  9317. o2.TopSurface = Enum.SurfaceType.Smooth
  9318. o3.Parent = o2
  9319. o3.Offset = Vector3.new(-0.180000007, -0.0299999993, 0)
  9320. o3.Scale = Vector3.new(0.209999993, 0.00479999976, 0.194999993)
  9321. o4.Parent = o1
  9322. o4.Reflectance = 0.050000000745058
  9323. o4.Transparency = 0.89999997615814
  9324. o4.Position = Vector3.new(-45.5848656, 2.72892451, -23.0160999)
  9325. o4.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079)
  9326. o4.Anchored = true
  9327. o4.FormFactor = Enum.FormFactor.Symmetric
  9328. o4.Size = Vector3.new(1, 1, 1)
  9329. o4.CFrame = CFrame.new(-45.5848656, 2.72892451, -23.0160999, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005)
  9330. o4.BottomSurface = Enum.SurfaceType.Smooth
  9331. o4.TopSurface = Enum.SurfaceType.Smooth
  9332. o5.Parent = o4
  9333. o5.Offset = Vector3.new(0, -0.0480000004, 0)
  9334. o5.Scale = Vector3.new(0.180000007, 0.00479999976, 0.180000007)
  9335. o6.Parent = o1
  9336. o6.BrickColor = BrickColor.new("Really black")
  9337. o6.Position = Vector3.new(-45.4388695, 2.54694438, -23.0180969)
  9338. o6.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9339. o6.Anchored = true
  9340. o6.FormFactor = Enum.FormFactor.Symmetric
  9341. o6.Size = Vector3.new(1, 1, 1)
  9342. o6.CFrame = CFrame.new(-45.4388695, 2.54694438, -23.0180969, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9343. o6.BottomSurface = Enum.SurfaceType.Smooth
  9344. o6.TopSurface = Enum.SurfaceType.Smooth
  9345. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9346. o7.Parent = o6
  9347. o7.Offset = Vector3.new(0.0480000004, 0, 0)
  9348. o7.Scale = Vector3.new(0.143999994, 0.150000006, 0.143999994)
  9349. o8.Parent = o1
  9350. o8.BrickColor = BrickColor.new("Really black")
  9351. o8.Position = Vector3.new(-45.2008667, 2.54694438, -23.0160828)
  9352. o8.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9353. o8.Anchored = true
  9354. o8.FormFactor = Enum.FormFactor.Symmetric
  9355. o8.Size = Vector3.new(1, 1, 1)
  9356. o8.CFrame = CFrame.new(-45.2008667, 2.54694438, -23.0160828, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9357. o8.BottomSurface = Enum.SurfaceType.Smooth
  9358. o8.TopSurface = Enum.SurfaceType.Smooth
  9359. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9360. o9.Parent = o8
  9361. o9.Offset = Vector3.new(0.0240000002, 0, 0)
  9362. o9.Scale = Vector3.new(0.42009002, 0.150000006, 0.143999994)
  9363. o10.Parent = o1
  9364. o10.BrickColor = BrickColor.new("Really black")
  9365. o10.Position = Vector3.new(-45.0068626, 2.54694152, -23.0171223)
  9366. o10.Rotation = Vector3.new(-0.00246371864, 90, 0)
  9367. o10.Anchored = true
  9368. o10.FormFactor = Enum.FormFactor.Symmetric
  9369. o10.Size = Vector3.new(1, 1, 1)
  9370. o10.CFrame = CFrame.new(-45.0068626, 2.54694152, -23.0171223, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
  9371. o10.BottomSurface = Enum.SurfaceType.Smooth
  9372. o10.TopSurface = Enum.SurfaceType.Smooth
  9373. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9374. o11.Parent = o10
  9375. o11.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004)
  9376. o11.MeshType = Enum.MeshType.Wedge
  9377. o12.Parent = o1
  9378. o12.BrickColor = BrickColor.new("Really black")
  9379. o12.Position = Vector3.new(-44.9609032, 2.54694152, -23.0180988)
  9380. o12.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9381. o12.Anchored = true
  9382. o12.FormFactor = Enum.FormFactor.Symmetric
  9383. o12.Size = Vector3.new(1, 1, 1)
  9384. o12.CFrame = CFrame.new(-44.9609032, 2.54694152, -23.0180988, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9385. o12.BottomSurface = Enum.SurfaceType.Smooth
  9386. o12.TopSurface = Enum.SurfaceType.Smooth
  9387. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9388. o13.Parent = o12
  9389. o13.Scale = Vector3.new(0.0480000004, 0.150000006, 0.239999995)
  9390. o14.Parent = o1
  9391. o14.BrickColor = BrickColor.new("Really black")
  9392. o14.Position = Vector3.new(-45.3188782, 2.72089553, -22.9411163)
  9393. o14.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9394. o14.Anchored = true
  9395. o14.FormFactor = Enum.FormFactor.Symmetric
  9396. o14.Size = Vector3.new(1, 1, 1)
  9397. o14.CFrame = CFrame.new(-45.3188782, 2.72089553, -22.9411163, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9398. o14.BottomSurface = Enum.SurfaceType.Smooth
  9399. o14.TopSurface = Enum.SurfaceType.Smooth
  9400. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9401. o15.Parent = o14
  9402. o15.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999)
  9403. o16.Parent = o1
  9404. o16.BrickColor = BrickColor.new("Really black")
  9405. o16.Position = Vector3.new(-44.9648743, 2.72694039, -23.0171223)
  9406. o16.Rotation = Vector3.new(90.0085602, 80.2704544, -90.0111923)
  9407. o16.Anchored = true
  9408. o16.Size = Vector3.new(1, 1.20000005, 1)
  9409. o16.CFrame = CFrame.new(-44.9648743, 2.72694039, -23.0171223, -3.30000003e-005, 0.168998078, 0.985616446, -4.3e-005, 0.985616446, -0.168998078, -1, -4.79584414e-005, -2.52584268e-005)
  9410. o16.BottomSurface = Enum.SurfaceType.Smooth
  9411. o16.TopSurface = Enum.SurfaceType.Smooth
  9412. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9413. o17.Parent = o16
  9414. o17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9415. o17.Scale = Vector3.new(0.230400011, 0.230400011, 0.479999989)
  9416. o17.MeshType = Enum.MeshType.FileMesh
  9417. o18.Parent = o1
  9418. o18.BrickColor = BrickColor.new("Really black")
  9419. o18.Position = Vector3.new(-45.3208618, 2.92493939, -23.016077)
  9420. o18.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9421. o18.Anchored = true
  9422. o18.FormFactor = Enum.FormFactor.Symmetric
  9423. o18.Size = Vector3.new(1, 1, 1)
  9424. o18.CFrame = CFrame.new(-45.3208618, 2.92493939, -23.016077, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9425. o18.BottomSurface = Enum.SurfaceType.Smooth
  9426. o18.TopSurface = Enum.SurfaceType.Smooth
  9427. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9428. o19.Parent = o18
  9429. o19.Offset = Vector3.new(0, 0.1875, 0)
  9430. o19.Scale = Vector3.new(0, 0.00150000001, 0.0329999998)
  9431. o20.Parent = o1
  9432. o20.BrickColor = BrickColor.new("Really black")
  9433. o20.Position = Vector3.new(-45.3208618, 2.89493656, -23.0160847)
  9434. o20.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9435. o20.Anchored = true
  9436. o20.FormFactor = Enum.FormFactor.Symmetric
  9437. o20.Size = Vector3.new(1, 1, 1)
  9438. o20.CFrame = CFrame.new(-45.3208618, 2.89493656, -23.0160847, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9439. o20.BottomSurface = Enum.SurfaceType.Smooth
  9440. o20.TopSurface = Enum.SurfaceType.Smooth
  9441. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9442. o21.Parent = o20
  9443. o21.Offset = Vector3.new(0, 0.17400001, 0)
  9444. o21.Scale = Vector3.new(0, 0.00150000001, 0.0990000069)
  9445. o22.Parent = o1
  9446. o22.BrickColor = BrickColor.new("Really black")
  9447. o22.Position = Vector3.new(-45.2548485, 2.7238884, -23.016077)
  9448. o22.Rotation = Vector3.new(-0.00246371864, 90, 0)
  9449. o22.Anchored = true
  9450. o22.Size = Vector3.new(1, 1.20000005, 1)
  9451. o22.CFrame = CFrame.new(-45.2548485, 2.7238884, -23.016077, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
  9452. o22.BottomSurface = Enum.SurfaceType.Smooth
  9453. o22.TopSurface = Enum.SurfaceType.Smooth
  9454. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9455. o23.Parent = o22
  9456. o23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9457. o23.Scale = Vector3.new(0.209999993, 0.209999993, 3.5999999)
  9458. o23.MeshType = Enum.MeshType.FileMesh
  9459. o24.Parent = o1
  9460. o24.BrickColor = BrickColor.new("Really black")
  9461. o24.Position = Vector3.new(-44.9108505, 2.54694438, -23.0160923)
  9462. o24.Rotation = Vector3.new(179.997528, -90, 0)
  9463. o24.Anchored = true
  9464. o24.FormFactor = Enum.FormFactor.Symmetric
  9465. o24.Size = Vector3.new(1, 1, 1)
  9466. o24.CFrame = CFrame.new(-44.9108505, 2.54694438, -23.0160923, -3.30000003e-005, 0, -1, -4.3e-005, -1, 1.41900003e-009, -1, 4.3e-005, 3.30000003e-005)
  9467. o24.BottomSurface = Enum.SurfaceType.Smooth
  9468. o24.TopSurface = Enum.SurfaceType.Smooth
  9469. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9470. o25.Parent = o24
  9471. o25.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004)
  9472. o25.MeshType = Enum.MeshType.Wedge
  9473. o26.Parent = o1
  9474. o26.BrickColor = BrickColor.new("Really black")
  9475. o26.Position = Vector3.new(-45.3188705, 2.72089553, -23.0911293)
  9476. o26.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9477. o26.Anchored = true
  9478. o26.FormFactor = Enum.FormFactor.Symmetric
  9479. o26.Size = Vector3.new(1, 1, 1)
  9480. o26.CFrame = CFrame.new(-45.3188705, 2.72089553, -23.0911293, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9481. o26.BottomSurface = Enum.SurfaceType.Smooth
  9482. o26.TopSurface = Enum.SurfaceType.Smooth
  9483. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9484. o27.Parent = o26
  9485. o27.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999)
  9486. o28.Parent = o1
  9487. o28.BrickColor = BrickColor.new("Really black")
  9488. o28.Position = Vector3.new(-45.3208618, 2.80793452, -23.016077)
  9489. o28.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9490. o28.Anchored = true
  9491. o28.FormFactor = Enum.FormFactor.Symmetric
  9492. o28.Size = Vector3.new(1, 1, 1)
  9493. o28.CFrame = CFrame.new(-45.3208618, 2.80793452, -23.016077, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9494. o28.BottomSurface = Enum.SurfaceType.Smooth
  9495. o28.TopSurface = Enum.SurfaceType.Smooth
  9496. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9497. o29.Parent = o28
  9498. o29.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003)
  9499. o30.Parent = o1
  9500. o30.BrickColor = BrickColor.new("Really black")
  9501. o30.Position = Vector3.new(-45.3208656, 2.86490941, -23.0160904)
  9502. o30.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9503. o30.Anchored = true
  9504. o30.FormFactor = Enum.FormFactor.Symmetric
  9505. o30.Size = Vector3.new(1, 1, 1)
  9506. o30.CFrame = CFrame.new(-45.3208656, 2.86490941, -23.0160904, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9507. o30.BottomSurface = Enum.SurfaceType.Smooth
  9508. o30.TopSurface = Enum.SurfaceType.Smooth
  9509. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9510. o31.Parent = o30
  9511. o31.Offset = Vector3.new(0, 0.135000005, 0)
  9512. o31.Scale = Vector3.new(0, 0.0989999995, 0.00150000001)
  9513. o32.Parent = o1
  9514. o32.BrickColor = BrickColor.new("Really black")
  9515. o32.Position = Vector3.new(-45.320858, 2.65193152, -23.0160847)
  9516. o32.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008)
  9517. o32.Anchored = true
  9518. o32.FormFactor = Enum.FormFactor.Symmetric
  9519. o32.Size = Vector3.new(1, 1, 1)
  9520. o32.CFrame = CFrame.new(-45.320858, 2.65193152, -23.0160847, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1)
  9521. o32.BottomSurface = Enum.SurfaceType.Smooth
  9522. o32.TopSurface = Enum.SurfaceType.Smooth
  9523. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9524. o33.Parent = o32
  9525. o33.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003)
  9526. o34.Parent = o1
  9527. o34.BrickColor = BrickColor.new("Really black")
  9528. o34.Position = Vector3.new(-45.5238876, 2.72389054, -23.0180988)
  9529. o34.Rotation = Vector3.new(-0.00246371864, 90, 0)
  9530. o34.Anchored = true
  9531. o34.Size = Vector3.new(1, 1.20000005, 1)
  9532. o34.CFrame = CFrame.new(-45.5238876, 2.72389054, -23.0180988, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
  9533. o34.BottomSurface = Enum.SurfaceType.Smooth
  9534. o34.TopSurface = Enum.SurfaceType.Smooth
  9535. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9536. o35.Parent = o34
  9537. o35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9538. o35.Scale = Vector3.new(0.215999991, 0.215999991, 0.576000035)
  9539. o35.MeshType = Enum.MeshType.FileMesh
  9540. o36.Parent = o1
  9541. o36.BrickColor = BrickColor.new("Really black")
  9542. o36.Position = Vector3.new(-45.0038757, 2.71586657, -23.0160828)
  9543. o36.Rotation = Vector3.new(-0.00246371864, 90, 0)
  9544. o36.Anchored = true
  9545. o36.Size = Vector3.new(1, 1.20000005, 1)
  9546. o36.CFrame = CFrame.new(-45.0038757, 2.71586657, -23.0160828, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005)
  9547. o36.BottomSurface = Enum.SurfaceType.Smooth
  9548. o36.TopSurface = Enum.SurfaceType.Smooth
  9549. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9550. o37.Parent = o36
  9551. o37.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9552. o37.Scale = Vector3.new(0.224999994, 0.224999994, 0.75)
  9553. o37.MeshType = Enum.MeshType.FileMesh
  9554. o38.Name = "Zoom"
  9555. o38.Parent = o1
  9556. o38.Material = Enum.Material.SmoothPlastic
  9557. o38.Transparency = 1
  9558. o38.Position = Vector3.new(-45.6625099, 2.73130202, -23.013567)
  9559. o38.Rotation = Vector3.new(-90, -88.3242722, -90)
  9560. o38.Anchored = true
  9561. o38.FormFactor = Enum.FormFactor.Custom
  9562. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9563. o38.CFrame = CFrame.new(-45.6625099, 2.73130202, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0)
  9564. o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9565. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9566. o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9567. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9568. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9569. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9570. o39.Parent = o38
  9571. o39.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  9572. ZoomFOV = 15
  9573. else
  9574. o2 = Instance.new("Part")
  9575. o3 = Instance.new("SpecialMesh")
  9576. o4 = Instance.new("Part")
  9577. o5 = Instance.new("BlockMesh")
  9578. o6 = Instance.new("Part")
  9579. o7 = Instance.new("SpecialMesh")
  9580. o8 = Instance.new("Part")
  9581. o9 = Instance.new("SpecialMesh")
  9582. o10 = Instance.new("Part")
  9583. o11 = Instance.new("BlockMesh")
  9584. o12 = Instance.new("Part")
  9585. o13 = Instance.new("BlockMesh")
  9586. o14 = Instance.new("Part")
  9587. o15 = Instance.new("BlockMesh")
  9588. o16 = Instance.new("Part")
  9589. o17 = Instance.new("SpecialMesh")
  9590. o18 = Instance.new("Part")
  9591. o19 = Instance.new("SpecialMesh")
  9592. o20 = Instance.new("Part")
  9593. o21 = Instance.new("BlockMesh")
  9594. o22 = Instance.new("Part")
  9595. o23 = Instance.new("CylinderMesh")
  9596. o24 = Instance.new("Part")
  9597. o25 = Instance.new("SpecialMesh")
  9598. o26 = Instance.new("Part")
  9599. o27 = Instance.new("BlockMesh")
  9600. o28 = Instance.new("Part")
  9601. o29 = Instance.new("BlockMesh")
  9602. o30 = Instance.new("Part")
  9603. o31 = Instance.new("CylinderMesh")
  9604. o32 = Instance.new("Part")
  9605. o33 = Instance.new("BlockMesh")
  9606. o34 = Instance.new("Part")
  9607. o35 = Instance.new("BlockMesh")
  9608. o36 = Instance.new("Part")
  9609. o37 = Instance.new("BlockMesh")
  9610. o38 = Instance.new("Part")
  9611. o39 = Instance.new("SpecialMesh")
  9612. o40 = Instance.new("Part")
  9613. o41 = Instance.new("BlockMesh")
  9614. o42 = Instance.new("Part")
  9615. o43 = Instance.new("SpecialMesh")
  9616. o2.Name = "IRONSIGHT"
  9617. o2.Parent = o1
  9618. o2.Material = Enum.Material.SmoothPlastic
  9619. o2.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9620. o2.Position = Vector3.new(-45.1299782, 2.73781204, -22.9749947)
  9621. o2.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924)
  9622. o2.Anchored = true
  9623. o2.FormFactor = Enum.FormFactor.Custom
  9624. o2.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003)
  9625. o2.CFrame = CFrame.new(-45.1299782, 2.73781204, -22.9749947, 1.49008656e-007, 1, -1.41107788e-013, 1.77635616e-014, -1.41107801e-013, -1, -1, 1.49008883e-007, -1.77636429e-014)
  9626. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9627. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9628. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9629. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9630. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9631. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9632. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9633. o3.Parent = o2
  9634. o3.Scale = Vector3.new(0.149999991, 1, 0.329999983)
  9635. o3.MeshType = Enum.MeshType.Wedge
  9636. o4.Name = "IRONSIGHT"
  9637. o4.Parent = o1
  9638. o4.Material = Enum.Material.SmoothPlastic
  9639. o4.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9640. o4.Position = Vector3.new(-45.6069984, 2.7168169, -22.9749947)
  9641. o4.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  9642. o4.Anchored = true
  9643. o4.FormFactor = Enum.FormFactor.Custom
  9644. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9645. o4.CFrame = CFrame.new(-45.6069984, 2.7168169, -22.9749947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  9646. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9647. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9648. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9649. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9650. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9651. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9652. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9653. o5.Parent = o4
  9654. o5.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018)
  9655. o6.Name = "IRONSIGHT"
  9656. o6.Parent = o1
  9657. o6.Material = Enum.Material.SmoothPlastic
  9658. o6.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9659. o6.Position = Vector3.new(-45.6759911, 2.59981394, -23.0199947)
  9660. o6.Rotation = Vector3.new(90, -8.08488086e-012, 90.0000076)
  9661. o6.Anchored = true
  9662. o6.FormFactor = Enum.FormFactor.Custom
  9663. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9664. o6.CFrame = CFrame.new(-45.6759911, 2.59981394, -23.0199947, -1.49008656e-007, -1, -1.41107788e-013, -1.77635616e-014, 1.41107801e-013, -1, 1, -1.49008883e-007, -1.77636429e-014)
  9665. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9666. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9667. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9668. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9669. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9670. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9671. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9672. o7.Parent = o6
  9673. o7.Scale = Vector3.new(0.599999964, 0.239999995, 0.990000069)
  9674. o7.MeshType = Enum.MeshType.Wedge
  9675. o8.Name = "IRONSIGHT"
  9676. o8.Parent = o1
  9677. o8.Material = Enum.Material.SmoothPlastic
  9678. o8.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9679. o8.Position = Vector3.new(-45.6369934, 2.75281191, -22.9749794)
  9680. o8.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  9681. o8.Anchored = true
  9682. o8.FormFactor = Enum.FormFactor.Custom
  9683. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9684. o8.CFrame = CFrame.new(-45.6369934, 2.75281191, -22.9749794, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  9685. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9686. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9687. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9688. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9689. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9690. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9691. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9692. o9.Parent = o8
  9693. o9.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991)
  9694. o9.MeshType = Enum.MeshType.Wedge
  9695. o10.Name = "IRONSIGHT"
  9696. o10.Parent = o1
  9697. o10.Material = Enum.Material.SmoothPlastic
  9698. o10.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9699. o10.Position = Vector3.new(-45.6069984, 2.60881591, -23.0199947)
  9700. o10.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  9701. o10.Anchored = true
  9702. o10.FormFactor = Enum.FormFactor.Custom
  9703. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9704. o10.CFrame = CFrame.new(-45.6069984, 2.60881591, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  9705. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9706. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9707. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9708. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9709. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9710. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9711. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9712. o11.Parent = o10
  9713. o11.Offset = Vector3.new(0, -0.00450000027, 0)
  9714. o11.Scale = Vector3.new(0.599999964, 0.944999993, 0.450000018)
  9715. o12.Name = "IRONSIGHT"
  9716. o12.Parent = o1
  9717. o12.Material = Enum.Material.SmoothPlastic
  9718. o12.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9719. o12.Position = Vector3.new(-45.6099968, 2.71678591, -23.0650082)
  9720. o12.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
  9721. o12.Anchored = true
  9722. o12.FormFactor = Enum.FormFactor.Custom
  9723. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9724. o12.CFrame = CFrame.new(-45.6099968, 2.71678591, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006)
  9725. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9726. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9727. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9728. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9729. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9730. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9731. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9732. o13.Parent = o12
  9733. o13.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018)
  9734. o14.Name = "IRONSIGHT"
  9735. o14.Parent = o1
  9736. o14.Material = Enum.Material.SmoothPlastic
  9737. o14.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9738. o14.Position = Vector3.new(-44.6169853, 2.59981394, -23.02001)
  9739. o14.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  9740. o14.Anchored = true
  9741. o14.FormFactor = Enum.FormFactor.Custom
  9742. o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9743. o14.CFrame = CFrame.new(-44.6169853, 2.59981394, -23.02001, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  9744. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9745. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9746. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9747. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9748. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9749. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9750. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9751. o15.Parent = o14
  9752. o15.Offset = Vector3.new(0, -0.0180000011, -0.00300000003)
  9753. o15.Scale = Vector3.new(0.599999964, 0.791999996, 0.299999982)
  9754. o16.Name = "IRONSIGHT"
  9755. o16.Parent = o1
  9756. o16.Material = Enum.Material.SmoothPlastic
  9757. o16.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9758. o16.Position = Vector3.new(-45.3610039, 2.65676594, -23.0199947)
  9759. o16.Rotation = Vector3.new(-90, -2.14500069e-005, -90.0000076)
  9760. o16.Anchored = true
  9761. o16.FormFactor = Enum.FormFactor.Custom
  9762. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9763. o16.CFrame = CFrame.new(-45.3610039, 2.65676594, -23.0199947, -2.08318397e-007, 0.999990106, -3.74373229e-007, 2.98018463e-008, 3.74374991e-007, 0.999995053, 1, -2.26522616e-006, -2.98014395e-008)
  9764. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9765. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9766. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9767. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9768. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9769. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9770. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9771. o17.Parent = o16
  9772. o17.Scale = Vector3.new(0.599999964, 0.540000021, 0.450000018)
  9773. o17.MeshType = Enum.MeshType.Wedge
  9774. o18.Name = "IRONSIGHT"
  9775. o18.Parent = o1
  9776. o18.Material = Enum.Material.SmoothPlastic
  9777. o18.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9778. o18.Position = Vector3.new(-45.6399918, 2.75281191, -23.0650082)
  9779. o18.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
  9780. o18.Anchored = true
  9781. o18.FormFactor = Enum.FormFactor.Custom
  9782. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9783. o18.CFrame = CFrame.new(-45.6399918, 2.75281191, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006)
  9784. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9785. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9786. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9787. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9788. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9789. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9790. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9791. o19.Parent = o18
  9792. o19.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991)
  9793. o19.MeshType = Enum.MeshType.Wedge
  9794. o20.Name = "IRONSIGHT"
  9795. o20.Parent = o1
  9796. o20.Material = Enum.Material.SmoothPlastic
  9797. o20.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9798. o20.Position = Vector3.new(-45.5949974, 2.75281191, -23.0650082)
  9799. o20.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081)
  9800. o20.Anchored = true
  9801. o20.FormFactor = Enum.FormFactor.Custom
  9802. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9803. o20.CFrame = CFrame.new(-45.5949974, 2.75281191, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006)
  9804. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9805. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9806. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9807. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9808. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9809. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9810. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9811. o21.Parent = o20
  9812. o21.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982)
  9813. o22.Name = "IRONSIGHT"
  9814. o22.Parent = o1
  9815. o22.Material = Enum.Material.SmoothPlastic
  9816. o22.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9817. o22.Position = Vector3.new(-45.5320015, 2.66876698, -23.0199947)
  9818. o22.Rotation = Vector3.new(180, -0.00013253183, 180)
  9819. o22.Anchored = true
  9820. o22.FormFactor = Enum.FormFactor.Custom
  9821. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9822. o22.CFrame = CFrame.new(-45.5320015, 2.66876698, -23.0199947, -0.999990106, -3.16935846e-008, -2.31311674e-006, -3.16936557e-008, 0.999995053, -3.44613064e-013, 4.78668653e-006, -4.81492775e-013, -1)
  9823. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9824. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9825. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9826. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9827. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9828. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9829. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9830. o23.Parent = o22
  9831. o23.Scale = Vector3.new(0.75, 0.149999991, 0.9375)
  9832. o24.Name = "IRONSIGHT"
  9833. o24.Parent = o1
  9834. o24.Material = Enum.Material.SmoothPlastic
  9835. o24.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9836. o24.Position = Vector3.new(-45.5470009, 2.76181388, -23.0199947)
  9837. o24.Rotation = Vector3.new(1.01777712e-012, -90, 0)
  9838. o24.Anchored = true
  9839. o24.FormFactor = Enum.FormFactor.Custom
  9840. o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9841. o24.CFrame = CFrame.new(-45.5470009, 2.76181388, -23.0199947, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007)
  9842. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9843. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9844. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9845. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9846. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9847. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9848. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9849. o25.Parent = o24
  9850. o25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9851. o25.Scale = Vector3.new(0.0599999987, 0.0599999987, 0.0149999997)
  9852. o25.MeshType = Enum.MeshType.FileMesh
  9853. o26.Name = "IRONSIGHT"
  9854. o26.Parent = o1
  9855. o26.Material = Enum.Material.SmoothPlastic
  9856. o26.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9857. o26.Position = Vector3.new(-45.4719963, 2.60581398, -23.0199947)
  9858. o26.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  9859. o26.Anchored = true
  9860. o26.FormFactor = Enum.FormFactor.Custom
  9861. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9862. o26.CFrame = CFrame.new(-45.4719963, 2.60581398, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  9863. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9864. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9865. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9866. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9867. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9868. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9869. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9870. o27.Parent = o26
  9871. o27.Scale = Vector3.new(0.599999964, 1.16999996, 0.599999964)
  9872. o28.Name = "IRONSIGHT"
  9873. o28.Parent = o1
  9874. o28.Material = Enum.Material.SmoothPlastic
  9875. o28.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9876. o28.Position = Vector3.new(-45.5470009, 2.61781597, -23.0199947)
  9877. o28.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  9878. o28.Anchored = true
  9879. o28.FormFactor = Enum.FormFactor.Custom
  9880. o28.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003)
  9881. o28.CFrame = CFrame.new(-45.5470009, 2.61781597, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  9882. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9883. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9884. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9885. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9886. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9887. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9888. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9889. o29.Parent = o28
  9890. o29.Scale = Vector3.new(0.599999964, 1.10000002, 0.149999991)
  9891. o30.Name = "IRONSIGHT"
  9892. o30.Parent = o1
  9893. o30.Material = Enum.Material.SmoothPlastic
  9894. o30.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9895. o30.Position = Vector3.new(-45.6069908, 2.73477697, -22.9629879)
  9896. o30.Rotation = Vector3.new(-90, -5.22833534e-006, -179.999878)
  9897. o30.Anchored = true
  9898. o30.FormFactor = Enum.FormFactor.Custom
  9899. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9900. o30.CFrame = CFrame.new(-45.6069908, 2.73477697, -22.9629879, -0.999990106, 2.33719743e-006, -9.1251664e-008, -9.12519411e-008, 4.37109904e-008, 0.999995053, 4.81076722e-006, 1, -4.3711065e-008)
  9901. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9902. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9903. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9904. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9905. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9906. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9907. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9908. o31.Parent = o30
  9909. o31.Scale = Vector3.new(0.299999982, 0.149999991, 0.299999982)
  9910. o32.Name = "IRONSIGHT"
  9911. o32.Parent = o1
  9912. o32.Material = Enum.Material.SmoothPlastic
  9913. o32.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9914. o32.Position = Vector3.new(-45.5919991, 2.75281191, -22.9749947)
  9915. o32.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  9916. o32.Anchored = true
  9917. o32.FormFactor = Enum.FormFactor.Custom
  9918. o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9919. o32.CFrame = CFrame.new(-45.5919991, 2.75281191, -22.9749947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  9920. o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9921. o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9922. o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9923. o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9924. o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9925. o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9926. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9927. o33.Parent = o32
  9928. o33.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982)
  9929. o34.Name = "IRONSIGHT"
  9930. o34.Parent = o1
  9931. o34.Material = Enum.Material.SmoothPlastic
  9932. o34.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9933. o34.Position = Vector3.new(-45.0519753, 2.68981695, -23.0199947)
  9934. o34.Rotation = Vector3.new(1.01777712e-012, 90, 0)
  9935. o34.Anchored = true
  9936. o34.FormFactor = Enum.FormFactor.Custom
  9937. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029)
  9938. o34.CFrame = CFrame.new(-45.0519753, 2.68981695, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007)
  9939. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9940. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9941. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9942. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9943. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9944. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9945. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9946. o35.Parent = o34
  9947. o35.Scale = Vector3.new(0.599999964, 0.180000007, 1)
  9948. o36.Name = "IRONSIGHT"
  9949. o36.Parent = o1
  9950. o36.Material = Enum.Material.SmoothPlastic
  9951. o36.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9952. o36.Position = Vector3.new(-44.6529884, 2.67176604, -23.02001)
  9953. o36.Rotation = Vector3.new(89.999939, -26.9998341, 90.0000153)
  9954. o36.Anchored = true
  9955. o36.FormFactor = Enum.FormFactor.Custom
  9956. o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9957. o36.CFrame = CFrame.new(-44.6529884, 2.67176604, -23.02001, -2.21249138e-007, -0.890996754, -0.453987896, -1.45661247e-013, 0.453990191, -0.891001165, 1, 2.00680779e-006, 1.022525e-006)
  9958. o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9959. o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9960. o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9961. o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9962. o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9963. o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9964. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9965. o37.Parent = o36
  9966. o37.Offset = Vector3.new(0, -0.0057000001, 0.00329999998)
  9967. o37.Scale = Vector3.new(0.599999964, 0.566999972, 0.180000007)
  9968. o38.Name = "IRONSIGHT"
  9969. o38.Parent = o1
  9970. o38.Material = Enum.Material.SmoothPlastic
  9971. o38.BrickColor = BrickColor.new(CUSTOMCOLOR)
  9972. o38.Position = Vector3.new(-44.6619835, 2.53976989, -23.02001)
  9973. o38.Rotation = Vector3.new(90, 2.72386387e-006, 90.0000076)
  9974. o38.Anchored = true
  9975. o38.FormFactor = Enum.FormFactor.Custom
  9976. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9977. o38.CFrame = CFrame.new(-44.6619835, 2.53976989, -23.02001, -2.21249138e-007, -0.999990106, 4.7540393e-008, -1.45661247e-013, -4.75405564e-008, -0.999995053, 1, 2.25229542e-006, 3.65661176e-014)
  9978. o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9979. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9980. o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9981. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9982. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9983. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9984. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9985. o39.Parent = o38
  9986. o39.Scale = Vector3.new(0.599999964, 0.180000007, 0.299999982)
  9987. o39.MeshType = Enum.MeshType.Wedge
  9988. o40.Name = "Zoom"
  9989. o40.Parent = o1
  9990. o40.Material = Enum.Material.SmoothPlastic
  9991. o40.Transparency = 1
  9992. o40.Position = Vector3.new(-45.7273788, 2.75334311, -23.0179634)
  9993. o40.Rotation = Vector3.new(-90, -88.876564, -90)
  9994. o40.Anchored = true
  9995. o40.FormFactor = Enum.FormFactor.Custom
  9996. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  9997. o40.CFrame = CFrame.new(-45.7273788, 2.75334311, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0)
  9998. o40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9999. o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  10000. o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  10001. o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  10002. o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  10003. o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  10004. o41.Parent = o40
  10005. o41.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368)
  10006. o42.Name = "IRONSIGHT"
  10007. o42.Parent = o1
  10008. o42.Material = Enum.Material.SmoothPlastic
  10009. o42.BrickColor = BrickColor.new(CUSTOMCOLOR)
  10010. o42.Position = Vector3.new(-45.1359749, 2.73778296, -23.0650082)
  10011. o42.Rotation = Vector3.new(90, 9.07952369e-007, -89.9999924)
  10012. o42.Anchored = true
  10013. o42.FormFactor = Enum.FormFactor.Custom
  10014. o42.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003)
  10015. o42.CFrame = CFrame.new(-45.1359749, 2.73778296, -23.0650082, 1.73088893e-007, 0.999990106, 1.58467586e-008, 6.39488327e-014, 1.58467586e-008, -0.999995053, -1, -2.30045589e-006, 1.91007719e-013)
  10016. o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  10017. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  10018. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  10019. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  10020. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  10021. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  10022. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  10023. o43.Parent = o42
  10024. o43.Scale = Vector3.new(0.149999991, 1, 0.329999983)
  10025. o43.MeshType = Enum.MeshType.Wedge
  10026. ZoomFOV = 70
  10027. end
  10028. function onKeyDown(key)
  10029. key:lower()
  10030. if key == "f" and FlashLight == true then
  10031. if o1.LIGHT.LIGHT.Enabled == false then
  10032. o1.LIGHT.LIGHT.Enabled = true
  10033. else
  10034. o1.LIGHT.LIGHT.Enabled = false
  10035. end
  10036. end
  10037. if key == "q" then
  10038. local check = o1:findFirstChild("ZoomedIn")
  10039. if check.Value == true then
  10040. game.workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  10041. game.workspace.Camera.FieldOfView = 70
  10042. game.workspace.Camera.CameraType = g
  10043. check.Value = false
  10044. else
  10045. zoomb = o1.Zoom
  10046. game.workspace.Camera.CameraSubject = zoomb
  10047. game.workspace.Camera.FieldOfView = ZoomFOV
  10048. game.workspace.Camera.CameraType = 1
  10049. check.Value = true
  10050. end
  10051. end
  10052. end
  10053.  
  10054.  
  10055. function onS(mouse)
  10056. mouse.KeyDown:connect(onKeyDown)
  10057. end
  10058. for i,v in pairs (o1:GetChildren()) do
  10059. if v:IsA("Part") or v:IsA("WedgePart") then
  10060. v.Material = "SmoothPlastic"
  10061. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  10062. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  10063. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  10064. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  10065. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  10066. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  10067. if v.BrickColor == BrickColor.new("Really black") then
  10068. v.BrickColor = BrickColor.New(CUSTOMCOLOR)
  10069. end
  10070. end
  10071. end
  10072.  
  10073. o1.Equipped:connect(onS)
  10074.  
  10075. o1.Parent = game.Players.LocalPlayer.Backpack
  10076. end
  10077. end
  10078.  
  10079. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement